Gallery by BestWebSoft - Version 4.3.9

Version Description

  • 18.03.2016 =
  • Bugfix : The bug with plugin menu duplicating was fixed.
  • Bugfix : We fixed bug with displaying single gallery.
  • Bugfix : We fixed bug with gallery album links ( if Featured Posts by BestWebSoft plugin is installed and activated ).
  • Update : The French language files were updated.
Download this release

Release Info

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

Code changes from version 4.3.8 to 4.3.9

Files changed (128) hide show
  1. bws_menu/bws_functions.php +115 -20
  2. bws_menu/bws_include.php +0 -1
  3. bws_menu/bws_menu.php +13 -12
  4. bws_menu/css/general_style.css +33 -27
  5. bws_menu/css/style.css +6 -6
  6. bws_menu/js/bws_tooltip.js +1 -1
  7. bws_menu/js/shortcode-button.js +114 -112
  8. bws_menu/languages/bestwebsoft-de_DE.mo +0 -0
  9. bws_menu/languages/bestwebsoft-de_DE.po +219 -201
  10. bws_menu/languages/bestwebsoft-fr_FR.mo +0 -0
  11. bws_menu/languages/bestwebsoft-fr_FR.po +344 -286
  12. bws_menu/languages/bestwebsoft-it_IT.mo +0 -0
  13. bws_menu/languages/bestwebsoft-it_IT.po +270 -201
  14. bws_menu/languages/bestwebsoft-ja.mo +0 -0
  15. bws_menu/languages/bestwebsoft-ja.po +211 -201
  16. bws_menu/languages/bestwebsoft-pl_PL.mo +0 -0
  17. bws_menu/languages/bestwebsoft-pl_PL.po +1262 -0
  18. bws_menu/languages/bestwebsoft-pt_BR.mo +0 -0
  19. bws_menu/languages/bestwebsoft-pt_BR.po +219 -201
  20. bws_menu/languages/bestwebsoft-ru_RU.mo +0 -0
  21. bws_menu/languages/bestwebsoft-ru_RU.po +286 -227
  22. bws_menu/languages/bestwebsoft-sr_RS.mo +0 -0
  23. bws_menu/languages/bestwebsoft-sr_RS.po +211 -201
  24. bws_menu/languages/bestwebsoft-sv_SE.mo +0 -0
  25. bws_menu/languages/bestwebsoft-sv_SE.po +211 -201
  26. bws_menu/languages/bestwebsoft-uk.mo +0 -0
  27. bws_menu/languages/bestwebsoft-uk.po +282 -225
  28. css/frontend_style.css +52 -7
  29. css/style.css +4 -1
  30. gallery-plugin.php +386 -320
  31. inc/demo-data/class-bws-demo-data.php +647 -0
  32. inc/demo-data/demo-data-loader.php +0 -609
  33. inc/demo-data/demo-data.php +26 -69
  34. inc/demo-data/images/gastronomy/apple.jpg +0 -0
  35. inc/demo-data/images/gastronomy/brunch.jpg +0 -0
  36. inc/demo-data/images/gastronomy/cake.jpg +0 -0
  37. inc/demo-data/images/gastronomy/cheese.jpg +0 -0
  38. inc/demo-data/images/gastronomy/cinnamon.jpg +0 -0
  39. inc/demo-data/images/gastronomy/cupcakes.jpg +0 -0
  40. inc/demo-data/images/gastronomy/grapes.jpg +0 -0
  41. inc/demo-data/images/gastronomy/greens.jpg +0 -0
  42. inc/demo-data/images/gastronomy/hamburger.jpg +0 -0
  43. inc/demo-data/images/gastronomy/pasta.jpg +0 -0
  44. inc/demo-data/images/gastronomy/peanut_butter.jpg +0 -0
  45. inc/demo-data/images/gastronomy/pizza.jpg +0 -0
  46. inc/demo-data/images/gastronomy/restaurant.jpg +0 -0
  47. inc/demo-data/images/gastronomy/spice.jpg +0 -0
  48. inc/demo-data/images/license.txt +0 -0
  49. inc/demo-data/images/music/acoustic_guitar.jpg +0 -0
  50. inc/demo-data/images/music/disco.jpg +0 -0
  51. inc/demo-data/images/music/dj.jpg +0 -0
  52. inc/demo-data/images/music/drummer.jpg +0 -0
  53. inc/demo-data/images/music/guitar_case.jpg +0 -0
  54. inc/demo-data/images/music/headphones.jpg +0 -0
  55. inc/demo-data/images/music/metronome.jpg +0 -0
  56. inc/demo-data/images/music/music.jpg +0 -0
  57. inc/demo-data/images/music/musicassette.jpg +0 -0
  58. inc/demo-data/images/music/notes.jpg +0 -0
  59. inc/demo-data/images/music/saxophone.jpg +0 -0
  60. inc/demo-data/images/music/tickets.jpg +0 -0
  61. inc/demo-data/images/nature/blueberry.jpg +0 -0
  62. inc/demo-data/images/nature/dandelion.jpg +0 -0
  63. inc/demo-data/images/nature/flower.jpg +0 -0
  64. inc/demo-data/images/nature/forest_edge.jpg +0 -0
  65. inc/demo-data/images/nature/grass.jpg +0 -0
  66. inc/demo-data/images/nature/grasshopper.jpg +0 -0
  67. inc/demo-data/images/nature/ladybug.jpg +0 -0
  68. inc/demo-data/images/nature/roses.jpg +0 -0
  69. inc/demo-data/images/nature/tulips.jpg +0 -0
  70. inc/demo-data/images/nature/water.jpg +0 -0
  71. inc/demo-data/images/nature/winter.jpg +0 -0
  72. inc/demo-data/images/nature/wood.jpg +0 -0
  73. inc/demo-data/images/sport/air_gymnastics.jpg +0 -0
  74. inc/demo-data/images/sport/baseball.jpg +0 -0
  75. inc/demo-data/images/sport/basketball.jpg +0 -0
  76. inc/demo-data/images/sport/bike.jpg +0 -0
  77. inc/demo-data/images/sport/motorcycle.jpg +0 -0
  78. inc/demo-data/images/sport/paraglider.jpg +0 -0
  79. inc/demo-data/images/sport/ski.jpg +0 -0
  80. inc/demo-data/images/sport/snowboard.jpg +0 -0
  81. inc/demo-data/images/sport/soccer.jpg +0 -0
  82. inc/demo-data/images/sport/swimming_pool.jpg +0 -0
  83. inc/demo-data/images/sport/tennis_rackets.jpg +0 -0
  84. inc/demo-data/images/sport/track.jpg +0 -0
  85. inc/demo-data/images/travelling/accessories.jpg +0 -0
  86. inc/demo-data/images/travelling/beach.jpg +0 -0
  87. inc/demo-data/images/travelling/coffee.jpg +0 -0
  88. inc/demo-data/images/travelling/compass.jpg +0 -0
  89. inc/demo-data/images/travelling/france.jpg +0 -0
  90. inc/demo-data/images/travelling/globe.jpg +0 -0
  91. inc/demo-data/images/travelling/landscape.jpg +0 -0
  92. inc/demo-data/images/travelling/luggage.jpg +0 -0
  93. inc/demo-data/images/travelling/luggage_cart.jpg +0 -0
  94. inc/demo-data/images/travelling/map.jpg +0 -0
  95. inc/demo-data/images/travelling/motel.jpg +0 -0
  96. inc/demo-data/images/travelling/railway.jpg +0 -0
  97. inc/demo-data/images/travelling/teak_forests.jpg +0 -0
  98. inc/demo-data/images/travelling/travel.jpg +0 -0
  99. js/frontend_script.js +31 -112
  100. js/script.js +48 -25
  101. languages/gallery-plugin-bg_BG.mo +0 -0
  102. languages/gallery-plugin-bg_BG.po +411 -354
  103. languages/gallery-plugin-cs_CZ.mo +0 -0
  104. languages/gallery-plugin-cs_CZ.po +418 -356
  105. languages/gallery-plugin-de_DE.mo +0 -0
  106. languages/gallery-plugin-de_DE.po +403 -351
  107. languages/gallery-plugin-es_ES.mo +0 -0
  108. languages/gallery-plugin-es_ES.po +453 -366
  109. languages/gallery-plugin-fr_FR.mo +0 -0
  110. languages/gallery-plugin-fr_FR.po +872 -700
  111. languages/gallery-plugin-nl_NL.mo +0 -0
  112. languages/gallery-plugin-nl_NL.po +417 -354
  113. languages/gallery-plugin-pt_BR.mo +0 -0
  114. languages/gallery-plugin-pt_BR.po +445 -364
  115. languages/gallery-plugin-ru_RU.mo +0 -0
  116. languages/gallery-plugin-ru_RU.po +444 -376
  117. languages/gallery-plugin-sk_SK.mo +0 -0
  118. languages/gallery-plugin-sk_SK.po +414 -355
  119. languages/gallery-plugin-sl_SI.mo +0 -0
  120. languages/gallery-plugin-sl_SI.po +410 -352
  121. languages/gallery-plugin-sr_RS.mo +0 -0
  122. languages/gallery-plugin-sr_RS.po +417 -357
  123. languages/gallery-plugin-tr.mo +0 -0
  124. languages/gallery-plugin-tr.po +404 -351
  125. languages/gallery-plugin-uk.mo +0 -0
  126. languages/gallery-plugin-uk.po +447 -379
  127. languages/gallery-plugin-zh_CN.mo +0 -0
  128. languages/gallery-plugin-zh_CN.po +76 -80
bws_menu/bws_functions.php CHANGED
@@ -1,19 +1,45 @@
1
  <?php
2
  /*
3
  * General functions for BestWebSoft plugins
4
- * Version: 1.1.3
5
  */
6
 
 
 
 
 
7
  if ( ! function_exists ( 'bws_add_general_menu' ) ) {
8
  function bws_add_general_menu() {
9
- add_menu_page( 'BWS Plugins', 'BWS Plugins', 'manage_options', 'bws_plugins', 'bws_add_menu_render', plugins_url( 'images/px.png', __FILE__ ), 1001 );
10
  }
11
  }
12
 
13
  /**
14
- * Function check if plugin is compatible with current WP version - for old plugin version
15
  * @return void
16
  */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  if ( ! function_exists ( 'bws_wp_version_check' ) ) {
18
  function bws_wp_version_check( $plugin_basename, $plugin_info, $require_wp ) {
19
  bws_wp_min_version_check( $plugin_basename, $plugin_info, '3.8' , $require_wp );
@@ -113,8 +139,8 @@ if ( ! function_exists( 'bws_plugin_banner' ) ) {
113
  })(jQuery);
114
  </script>
115
  <div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
116
- <div class="<?php echo $this_banner_prefix; ?>_message bws_banner_on_plugin_page" style="display: none;">
117
- <img class="<?php echo $this_banner_prefix; ?>_close_icon close_icon" title="" src="<?php echo plugins_url( 'images/close_banner.png', __FILE__ ); ?>" alt=""/>
118
  <div class="icon">
119
  <img title="" src="<?php echo esc_attr( $banner_url_or_slug ); ?>" alt="" />
120
  </div>
@@ -328,13 +354,19 @@ if ( ! function_exists( 'bws_go_pro_tab_check' ) ) {
328
  }
329
  }
330
 
331
- /* compatibility function (Menu Version: 1.7.6) */
 
 
 
332
  if ( ! function_exists( 'bws_go_pro_tab' ) ) {
333
  function bws_go_pro_tab( $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 ) {
334
  bws_go_pro_tab_show( false, $plugin_info, $plugin_basename, $page, $pro_page, $bws_license_plugin, $link_slug, $link_key, $link_pn, $pro_plugin_is_activated, $trial_days_number );
335
  }
336
  }
337
 
 
 
 
338
  if ( ! function_exists( 'bws_go_pro_tab_show' ) ) {
339
  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 ) {
340
  global $wp_version, $bstwbsftwppdtplgns_options;
@@ -352,7 +384,7 @@ if ( ! function_exists( 'bws_go_pro_tab_show' ) ) {
352
  </p>
353
  <?php } else {
354
  if ( $bws_hide_premium_options_check ) { ?>
355
- <form method="post" action="admin.php?page=<?php echo $page; ?>&amp;action=go_pro">
356
  <p>
357
  <input type="hidden" name="bws_hide_premium_options_submit" value="submit" />
358
  <input type="submit" class="button" value="<?php _e( 'Show Pro features', 'bestwebsoft' ); ?>" />
@@ -360,7 +392,7 @@ if ( ! function_exists( 'bws_go_pro_tab_show' ) ) {
360
  </p>
361
  </form>
362
  <?php } ?>
363
- <form method="post" action="admin.php?page=<?php echo $page; ?>&amp;action=go_pro">
364
  <p>
365
  <?php _e( 'You can download and activate', 'bestwebsoft' ); ?>
366
  <a href="http://bestwebsoft.com/products/<?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>
@@ -402,7 +434,7 @@ if ( ! function_exists( 'bws_go_pro_from_trial_tab' ) ) {
402
  global $wp_version, $bstwbsftwppdtplgns_options;
403
  $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : "";
404
  if ( $trial_license_is_set ) { ?>
405
- <form method="post" action="admin.php?page=<?php echo $page; ?>&amp;action=go_pro">
406
  <p>
407
  <?php echo sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="http://bestwebsoft.com/products/' . $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>' ) . ' ';
408
  _e( 'After that you can activate it by entering your license key.', 'bestwebsoft' ); ?><br />
@@ -535,11 +567,11 @@ if ( ! function_exists( 'bws_check_pro_license' ) ) {
535
  }
536
 
537
  if ( ! function_exists ( 'bws_check_pro_license_form' ) ) {
538
- function bws_check_pro_license_form( $plugin_basename, $page ) {
539
  global $bstwbsftwppdtplgns_options;
540
  $license_key = ( isset( $bstwbsftwppdtplgns_options[ $plugin_basename ] ) ) ? $bstwbsftwppdtplgns_options[ $plugin_basename ] : ''; ?>
541
  <div class="clear"></div>
542
- <form method="post" action="admin.php?page=<?php echo $page; ?>">
543
  <p><?php echo _e( 'If needed 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="http://bestwebsoft.com/wp-login.php">http://bestwebsoft.com/wp-login.php</a> ' . __( '(your username is the email you specify when purchasing the product). If necessary, please submit "Lost your password?" request.', 'bestwebsoft' ); ?></p>
544
  <p>
545
  <input type="text" maxlength="100" name="bws_license_key" value="<?php echo $license_key; ?>" />
@@ -616,8 +648,8 @@ if ( ! function_exists ( 'bws_plugin_banner_timeout' ) ) {
616
  })(jQuery);
617
  </script>
618
  <div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
619
- <div class="<?php echo $plugin_prefix; ?>_message bws_banner_on_plugin_page" style="display:none;">
620
- <img class="<?php echo $plugin_prefix; ?>_close_icon close_icon" title="" src="<?php echo plugins_url( 'images/close_banner.png', __FILE__ ); ?>" alt=""/>
621
  <div class="icon">
622
  <img title="" src="<?php echo $banner_url; ?>" alt="" />
623
  </div>
@@ -647,7 +679,7 @@ if ( ! function_exists( 'bws_plugin_banner_to_settings' ) ) {
647
  $banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-128x128.png';
648
  } ?>
649
  <div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
650
- <div class="bws_banner_on_plugin_page">
651
  <div class="icon">
652
  <img title="" src="<?php echo esc_attr( $banner_url_or_slug ); ?>" alt="" />
653
  </div>
@@ -670,9 +702,68 @@ if ( ! function_exists( 'bws_plugin_banner_to_settings' ) ) {
670
  <?php }
671
  }
672
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
673
  if ( ! function_exists( 'bws_show_settings_notice' ) ) {
674
  function bws_show_settings_notice() { ?>
675
- <div id="bws_save_settings_notice" class="updated fade" style="display:none">
676
  <p>
677
  <strong><?php _e( 'Notice', 'bestwebsoft' ); ?></strong>: <?php _e( "The plugin's settings have been changed.", 'bestwebsoft' ); ?>
678
  <a class="bws_save_anchor" href="#bws-submit-button"><?php _e( 'Save Changes', 'bestwebsoft' ); ?></a>
@@ -686,7 +777,9 @@ if ( ! function_exists( 'bws_hide_premium_options' ) ) {
686
  global $current_user;
687
  if ( ! $current_user )
688
  get_currentuserinfo();
689
-
 
 
690
  $options['hide_premium_options'][] = $current_user->ID;
691
 
692
  return array(
@@ -701,7 +794,7 @@ if ( ! function_exists( 'bws_hide_premium_options_check' ) ) {
701
  if ( ! $current_user )
702
  get_currentuserinfo();
703
 
704
- if ( isset( $options['hide_premium_options'] ) && in_array( $current_user->ID, $options['hide_premium_options'] ) )
705
  return true;
706
  else
707
  return false;
@@ -770,7 +863,7 @@ if ( ! function_exists ( 'bws_plugins_admin_head' ) ) {
770
  <!-- TinyMCE Shortcode Plugin -->
771
  <script type='text/javascript'>
772
  var bws_shortcode_button = {
773
- 'title': '<?php _e( "Add BWS Plugins Shortcode", "bestwebsoft" ); ?>',
774
  'function_name': [
775
  <?php foreach ( $bws_shortcode_list as $key => $value ) {
776
  if ( isset( $value['js_function'] ) )
@@ -922,11 +1015,11 @@ if ( ! class_exists( 'BWS_admin_tooltip' ) ) {
922
  }
923
 
924
  if ( ! function_exists ( 'bws_form_restore_default_settings' ) ) {
925
- function bws_form_restore_default_settings( $plugin_basename ) { ?>
926
  <form method="post" action="">
927
  <p><?php _e( 'Restore all plugin settings to defaults', 'bestwebsoft' ); ?></p>
928
  <p>
929
- <input type="submit" class="button" value="<?php _e( 'Restore settings', 'bestwebsoft' ); ?>" />
930
  </p>
931
  <input type="hidden" name="bws_restore_default" value="submit" />
932
  <?php wp_nonce_field( $plugin_basename, 'bws_settings_nonce_name' ); ?>
@@ -961,12 +1054,14 @@ if ( ! function_exists( 'bws_add_editor_buttons' ) ) {
961
  }
962
  }
963
  }
 
964
  if ( ! function_exists( 'bws_add_buttons' ) ){
965
  function bws_add_buttons( $plugin_array ) {
966
  $plugin_array['add_bws_shortcode'] = plugins_url( 'js/shortcode-button.js', __FILE__ );
967
  return $plugin_array;
968
  }
969
  }
 
970
  if ( ! function_exists( 'bws_register_buttons' ) ) {
971
  function bws_register_buttons( $buttons ) {
972
  array_push( $buttons, 'add_bws_shortcode' ); /* dropcap', 'recentposts */
1
  <?php
2
  /*
3
  * General functions for BestWebSoft plugins
 
4
  */
5
 
6
+ /**
7
+ * Function add BWS Plugins page - for old plugin version
8
+ * @deprecated 1.7.9
9
+ */
10
  if ( ! function_exists ( 'bws_add_general_menu' ) ) {
11
  function bws_add_general_menu() {
12
+ bws_general_menu();
13
  }
14
  }
15
 
16
  /**
17
+ * Function add BWS Plugins page
18
  * @return void
19
  */
20
+ if ( ! function_exists ( 'bws_general_menu' ) ) {
21
+ function bws_general_menu() {
22
+ global $menu, $bws_general_menu_exist;
23
+
24
+ if ( ! $bws_general_menu_exist ) {
25
+ /* we check also menu exist in global array as in old plugins $bws_general_menu_exist variable not exist */
26
+ foreach ( $menu as $value_menu ) {
27
+ if ( 'bws_plugins' == $value_menu[2] ) {
28
+ $bws_general_menu_exist = true;
29
+ return;
30
+ }
31
+ }
32
+
33
+ add_menu_page( 'BWS Plugins', 'BWS Plugins', 'manage_options', 'bws_plugins', 'bws_add_menu_render', plugins_url( 'images/px.png', __FILE__ ), 1001 );
34
+ $bws_general_menu_exist = true;
35
+ }
36
+ }
37
+ }
38
+
39
+ /**
40
+ * Function check if plugin is compatible with current WP version - for old plugin version
41
+ * @deprecated 1.7.4
42
+ */
43
  if ( ! function_exists ( 'bws_wp_version_check' ) ) {
44
  function bws_wp_version_check( $plugin_basename, $plugin_info, $require_wp ) {
45
  bws_wp_min_version_check( $plugin_basename, $plugin_info, '3.8' , $require_wp );
139
  })(jQuery);
140
  </script>
141
  <div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
142
+ <div class="<?php echo $this_banner_prefix; ?>_message bws_banner_on_plugin_page bws_go_pro_banner" style="display: none;">
143
+ <button class="<?php echo $this_banner_prefix; ?>_close_icon close_icon notice-dismiss bws_hide_settings_notice" title="<?php _e( 'Close notice', 'bestwebsoft' ); ?>"></button>
144
  <div class="icon">
145
  <img title="" src="<?php echo esc_attr( $banner_url_or_slug ); ?>" alt="" />
146
  </div>
354
  }
355
  }
356
 
357
+ /**
358
+ * Function display GO PRO tab - for old plugin version
359
+ * @deprecated 1.7.6
360
+ */
361
  if ( ! function_exists( 'bws_go_pro_tab' ) ) {
362
  function bws_go_pro_tab( $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 ) {
363
  bws_go_pro_tab_show( false, $plugin_info, $plugin_basename, $page, $pro_page, $bws_license_plugin, $link_slug, $link_key, $link_pn, $pro_plugin_is_activated, $trial_days_number );
364
  }
365
  }
366
 
367
+ /**
368
+ * Function display GO PRO tab
369
+ */
370
  if ( ! function_exists( 'bws_go_pro_tab_show' ) ) {
371
  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 ) {
372
  global $wp_version, $bstwbsftwppdtplgns_options;
384
  </p>
385
  <?php } else {
386
  if ( $bws_hide_premium_options_check ) { ?>
387
+ <form method="post" action="">
388
  <p>
389
  <input type="hidden" name="bws_hide_premium_options_submit" value="submit" />
390
  <input type="submit" class="button" value="<?php _e( 'Show Pro features', 'bestwebsoft' ); ?>" />
392
  </p>
393
  </form>
394
  <?php } ?>
395
+ <form method="post" action="">
396
  <p>
397
  <?php _e( 'You can download and activate', 'bestwebsoft' ); ?>
398
  <a href="http://bestwebsoft.com/products/<?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>
434
  global $wp_version, $bstwbsftwppdtplgns_options;
435
  $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : "";
436
  if ( $trial_license_is_set ) { ?>
437
+ <form method="post" action="">
438
  <p>
439
  <?php echo sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="http://bestwebsoft.com/products/' . $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>' ) . ' ';
440
  _e( 'After that you can activate it by entering your license key.', 'bestwebsoft' ); ?><br />
567
  }
568
 
569
  if ( ! function_exists ( 'bws_check_pro_license_form' ) ) {
570
+ function bws_check_pro_license_form( $plugin_basename ) {
571
  global $bstwbsftwppdtplgns_options;
572
  $license_key = ( isset( $bstwbsftwppdtplgns_options[ $plugin_basename ] ) ) ? $bstwbsftwppdtplgns_options[ $plugin_basename ] : ''; ?>
573
  <div class="clear"></div>
574
+ <form method="post" action="">
575
  <p><?php echo _e( 'If needed 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="http://bestwebsoft.com/wp-login.php">http://bestwebsoft.com/wp-login.php</a> ' . __( '(your username is the email you specify when purchasing the product). If necessary, please submit "Lost your password?" request.', 'bestwebsoft' ); ?></p>
576
  <p>
577
  <input type="text" maxlength="100" name="bws_license_key" value="<?php echo $license_key; ?>" />
648
  })(jQuery);
649
  </script>
650
  <div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
651
+ <div class="<?php echo $plugin_prefix; ?>_message bws_banner_on_plugin_page bws_banner_timeout" style="display:none;">
652
+ <button class="<?php echo $plugin_prefix; ?>_close_icon close_icon notice-dismiss bws_hide_settings_notice" title="<?php _e( 'Close notice', 'bestwebsoft' ); ?>"></button>
653
  <div class="icon">
654
  <img title="" src="<?php echo $banner_url; ?>" alt="" />
655
  </div>
679
  $banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-128x128.png';
680
  } ?>
681
  <div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
682
+ <div class="bws_banner_on_plugin_page bws_banner_to_settings">
683
  <div class="icon">
684
  <img title="" src="<?php echo esc_attr( $banner_url_or_slug ); ?>" alt="" />
685
  </div>
702
  <?php }
703
  }
704
 
705
+ if ( ! function_exists( 'bws_plugin_suggest_feature_banner' ) ) {
706
+ function bws_plugin_suggest_feature_banner( $plugin_info, $plugin_options_name, $banner_url_or_slug ) {
707
+ global $wp_version;
708
+
709
+ $plugin_options = get_option( $plugin_options_name );
710
+
711
+ if ( isset( $plugin_options['display_suggest_feature_banner'] ) && 0 == $plugin_options['display_suggest_feature_banner'] )
712
+ return;
713
+
714
+ if ( ! isset( $plugin_options['first_install'] ) ) {
715
+ $plugin_options['first_install'] = strtotime( "now" );
716
+ update_option( $plugin_options_name, $plugin_options );
717
+ $return = true;
718
+ } elseif ( strtotime( '-2 week' ) < $plugin_options['first_install'] ) {
719
+ $return = true;
720
+ }
721
+
722
+ if ( ! isset( $plugin_options['go_settings_counter'] ) ) {
723
+ $plugin_options['go_settings_counter'] = 1;
724
+ update_option( $plugin_options_name, $plugin_options );
725
+ $return = true;
726
+ } elseif ( 20 > $plugin_options['go_settings_counter'] ) {
727
+ $plugin_options['go_settings_counter'] = $plugin_options['go_settings_counter'] + 1;
728
+ update_option( $plugin_options_name, $plugin_options );
729
+ $return = true;
730
+ }
731
+
732
+ if ( isset( $return ) )
733
+ return;
734
+
735
+ if ( isset( $_POST['bws_hide_suggest_feature_banner_' . $plugin_options_name ] ) && check_admin_referer( $plugin_info['Name'], 'bws_settings_nonce_name' ) ) {
736
+ $plugin_options['display_suggest_feature_banner'] = 0;
737
+ update_option( $plugin_options_name, $plugin_options );
738
+ return;
739
+ }
740
+
741
+ if ( false == strrpos( $banner_url_or_slug, '/' ) ) {
742
+ $banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-128x128.png';
743
+ } ?>
744
+ <div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
745
+ <div class="bws_banner_on_plugin_page bws_suggest_feature_banner">
746
+ <div class="icon">
747
+ <img title="" src="<?php echo esc_attr( $banner_url_or_slug ); ?>" alt="" />
748
+ </div>
749
+ <div class="text">
750
+ <strong><?php _e( 'Thank you for choosing', 'bestwebsoft' ); ?> <?php echo $plugin_info['Name']; ?> plugin!</strong><br />
751
+ <?php _e( "If you have a feature, suggestion or idea you'd like to see in the plugin, we'd love to hear about it!", 'bestwebsoft' ); ?>
752
+ <a target="_blank" href="http://support.bestwebsoft.com/hc/en-us/requests/new"><?php _e( 'Suggest a Feature', 'bestwebsoft' ); ?></a>
753
+ </div>
754
+ <form action="" method="post">
755
+ <button class="notice-dismiss bws_hide_settings_notice" title="<?php _e( 'Close notice', 'bestwebsoft' ); ?>"></button>
756
+ <input type="hidden" name="bws_hide_suggest_feature_banner_<?php echo $plugin_options_name; ?>" value="hide" />
757
+ <?php wp_nonce_field( $plugin_info['Name'], 'bws_settings_nonce_name' ); ?>
758
+ </form>
759
+ </div>
760
+ </div>
761
+ <?php }
762
+ }
763
+
764
  if ( ! function_exists( 'bws_show_settings_notice' ) ) {
765
  function bws_show_settings_notice() { ?>
766
+ <div id="bws_save_settings_notice" class="updated fade below-h2" style="display:none;">
767
  <p>
768
  <strong><?php _e( 'Notice', 'bestwebsoft' ); ?></strong>: <?php _e( "The plugin's settings have been changed.", 'bestwebsoft' ); ?>
769
  <a class="bws_save_anchor" href="#bws-submit-button"><?php _e( 'Save Changes', 'bestwebsoft' ); ?></a>
777
  global $current_user;
778
  if ( ! $current_user )
779
  get_currentuserinfo();
780
+ if ( ! isset( $options['hide_premium_options'] ) || ! is_array( $options['hide_premium_options'] ) )
781
+ $options['hide_premium_options'] = array();
782
+
783
  $options['hide_premium_options'][] = $current_user->ID;
784
 
785
  return array(
794
  if ( ! $current_user )
795
  get_currentuserinfo();
796
 
797
+ if ( ! empty( $options['hide_premium_options'] ) && in_array( $current_user->ID, $options['hide_premium_options'] ) )
798
  return true;
799
  else
800
  return false;
863
  <!-- TinyMCE Shortcode Plugin -->
864
  <script type='text/javascript'>
865
  var bws_shortcode_button = {
866
+ 'title': '<?php esc_attr_e( "Add BWS Plugins Shortcode", "bestwebsoft" ); ?>',
867
  'function_name': [
868
  <?php foreach ( $bws_shortcode_list as $key => $value ) {
869
  if ( isset( $value['js_function'] ) )
1015
  }
1016
 
1017
  if ( ! function_exists ( 'bws_form_restore_default_settings' ) ) {
1018
+ function bws_form_restore_default_settings( $plugin_basename, $change_permission_attr = '' ) { ?>
1019
  <form method="post" action="">
1020
  <p><?php _e( 'Restore all plugin settings to defaults', 'bestwebsoft' ); ?></p>
1021
  <p>
1022
+ <input <?php echo $change_permission_attr; ?> type="submit" class="button" value="<?php _e( 'Restore settings', 'bestwebsoft' ); ?>" />
1023
  </p>
1024
  <input type="hidden" name="bws_restore_default" value="submit" />
1025
  <?php wp_nonce_field( $plugin_basename, 'bws_settings_nonce_name' ); ?>
1054
  }
1055
  }
1056
  }
1057
+
1058
  if ( ! function_exists( 'bws_add_buttons' ) ){
1059
  function bws_add_buttons( $plugin_array ) {
1060
  $plugin_array['add_bws_shortcode'] = plugins_url( 'js/shortcode-button.js', __FILE__ );
1061
  return $plugin_array;
1062
  }
1063
  }
1064
+
1065
  if ( ! function_exists( 'bws_register_buttons' ) ) {
1066
  function bws_register_buttons( $buttons ) {
1067
  array_push( $buttons, 'add_bws_shortcode' ); /* dropcap', 'recentposts */
bws_menu/bws_include.php CHANGED
@@ -1,7 +1,6 @@
1
  <?php
2
  /*
3
  * Get latest version
4
- * Version: 1.0.0
5
  */
6
 
7
  if ( ! function_exists ( 'bws_include_init' ) ) {
1
  <?php
2
  /*
3
  * Get latest version
 
4
  */
5
 
6
  if ( ! function_exists ( 'bws_include_init' ) ) {
bws_menu/bws_menu.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
- * Version: 1.7.7
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
@@ -390,8 +390,8 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
390
  'bws-smtp/bws-smtp.php' => array(
391
  'name' => 'SMTP',
392
  'description' => 'This plugin introduces an easy way to configure sending email messages via SMTP.',
393
- 'link' => 'http://bestwebsoft.com/products/bws-smtp/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
394
- 'download' => 'http://bestwebsoft.com/products/bws-smtp/download/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
395
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=SMTP+BestWebSoft&plugin-search-input=Search+Plugins',
396
  'settings' => 'admin.php?page=bwssmtp_settings'
397
  ),
@@ -423,7 +423,10 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
423
  'link' => 'http://bestwebsoft.com/products/zendesk-help-center/?k=2a5fd2f4b2f4bde46f2ca44b8d15846d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
424
  'download' => 'http://bestwebsoft.com/products/zendesk-help-center/download/?k=2a5fd2f4b2f4bde46f2ca44b8d15846d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
425
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Zendesk+Help+Center+Backup+BestWebSoft&plugin-search-input=Search+Plugins',
426
- 'settings' => 'admin.php?page=zendesk_hc.php&tab=settings'
 
 
 
427
  ),
428
  'social-buttons-pack/social-buttons-pack.php' => array(
429
  'name' => 'Social Buttons Pack',
@@ -613,8 +616,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
613
  }
614
  } ?>
615
  <div class="wrap">
616
- <div class="icon32 icon32-bws" id="icon-options-general"></div>
617
- <h2>
618
  <span class="bws_main title">BestWebSoft</span>
619
  <ul class="subsubsub bws_title_menu">
620
  <li><a href="<?php echo esc_url( 'http://support.bestwebsoft.com/home' ); ?>" target="_blank"><?php _e( 'Need help?', 'bestwebsoft' ); ?></a></li> |
@@ -622,12 +624,10 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
622
  <li><a class="bws_system_status <?php if ( isset( $_GET['action'] ) && 'system_status' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins&amp;action=system_status"><?php _e( 'System status', 'bestwebsoft' ); ?></a></li>
623
  </ul>
624
  <div class="clear"></div>
625
- </h2>
626
  <h2 class="nav-tab-wrapper">
627
  <a class="nav-tab<?php if ( !isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins"><?php _e( 'Plugins', 'bestwebsoft' ); ?></a>
628
- <?php if ( $wp_version >= '3.4' ) { ?>
629
- <a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'themes' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins&amp;action=themes"><?php _e( 'Themes', 'bestwebsoft' ); ?></a>
630
- <?php } ?>
631
  </h2>
632
  <?php if ( ! isset( $_GET['action'] ) ) { ?>
633
  <ul class="subsubsub">
@@ -637,7 +637,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
637
  </ul>
638
  <div class="clear"></div>
639
  <?php if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
640
- <h4 class="bws_installed"><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
641
  <?php foreach ( $all_plugins as $key_plugin => $value_plugin ) {
642
  if ( isset( $bws_plugins_pro[ $key_plugin ] ) )
643
  $key_plugin = $bws_plugins_pro[ $key_plugin ];
@@ -755,7 +755,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
755
  } ?>
756
  <div class="clear"></div>
757
  <?php if ( ( isset( $_GET['sub'] ) && 'recommended' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
758
- <h4 class="bws_recommended"><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h4>
759
  <?php foreach ( $recommend_plugins as $key_plugin => $value_plugin ) {
760
 
761
  if ( isset( $bws_plugins[ $key_plugin ] ) ) {
@@ -995,6 +995,7 @@ if ( ! function_exists( 'bws_get_banner_array' ) ) {
995
  function bws_get_banner_array() {
996
  global $bstwbsftwppdtplgns_banner_array;
997
  $bstwbsftwppdtplgns_banner_array = array(
 
998
  array( 'gglcptch_hide_banner_on_plugin_page', 'google-captcha/google-captcha.php', '1.18' ),
999
  array( 'mltlngg_hide_banner_on_plugin_page', 'multilanguage/multilanguage.php', '1.1.1' ),
1000
  array( 'adsns_hide_banner_on_plugin_page', 'adsense-plugin/adsense-plugin.php', '1.36' ),
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
+ * Version: 1.8.2
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
390
  'bws-smtp/bws-smtp.php' => array(
391
  'name' => 'SMTP',
392
  'description' => 'This plugin introduces an easy way to configure sending email messages via SMTP.',
393
+ 'link' => 'http://bestwebsoft.com/products/smtp/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
394
+ 'download' => 'http://bestwebsoft.com/products/smtp/download/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
395
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=SMTP+BestWebSoft&plugin-search-input=Search+Plugins',
396
  'settings' => 'admin.php?page=bwssmtp_settings'
397
  ),
423
  'link' => 'http://bestwebsoft.com/products/zendesk-help-center/?k=2a5fd2f4b2f4bde46f2ca44b8d15846d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
424
  'download' => 'http://bestwebsoft.com/products/zendesk-help-center/download/?k=2a5fd2f4b2f4bde46f2ca44b8d15846d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
425
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Zendesk+Help+Center+Backup+BestWebSoft&plugin-search-input=Search+Plugins',
426
+ 'settings' => 'admin.php?page=zendesk_hc.php&tab=settings',
427
+ 'pro_version' => 'zendesk-help-center-pro/zendesk-help-center-pro.php',
428
+ 'purchase' => 'http://bestwebsoft.com/products/zendesk-help-center/buy/?k=45199e4538b5befe4d9566868a61a3aa&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
429
+ 'pro_settings' => 'admin.php?page=zendesk_hc.php&tab=settings'
430
  ),
431
  'social-buttons-pack/social-buttons-pack.php' => array(
432
  'name' => 'Social Buttons Pack',
616
  }
617
  } ?>
618
  <div class="wrap">
619
+ <h1>
 
620
  <span class="bws_main title">BestWebSoft</span>
621
  <ul class="subsubsub bws_title_menu">
622
  <li><a href="<?php echo esc_url( 'http://support.bestwebsoft.com/home' ); ?>" target="_blank"><?php _e( 'Need help?', 'bestwebsoft' ); ?></a></li> |
624
  <li><a class="bws_system_status <?php if ( isset( $_GET['action'] ) && 'system_status' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins&amp;action=system_status"><?php _e( 'System status', 'bestwebsoft' ); ?></a></li>
625
  </ul>
626
  <div class="clear"></div>
627
+ </h1>
628
  <h2 class="nav-tab-wrapper">
629
  <a class="nav-tab<?php if ( !isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins"><?php _e( 'Plugins', 'bestwebsoft' ); ?></a>
630
+ <a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'themes' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins&amp;action=themes"><?php _e( 'Themes', 'bestwebsoft' ); ?></a>
 
 
631
  </h2>
632
  <?php if ( ! isset( $_GET['action'] ) ) { ?>
633
  <ul class="subsubsub">
637
  </ul>
638
  <div class="clear"></div>
639
  <?php if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
640
+ <h3 class="bws_installed"><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h3>
641
  <?php foreach ( $all_plugins as $key_plugin => $value_plugin ) {
642
  if ( isset( $bws_plugins_pro[ $key_plugin ] ) )
643
  $key_plugin = $bws_plugins_pro[ $key_plugin ];
755
  } ?>
756
  <div class="clear"></div>
757
  <?php if ( ( isset( $_GET['sub'] ) && 'recommended' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
758
+ <h3 class="bws_recommended"><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h3>
759
  <?php foreach ( $recommend_plugins as $key_plugin => $value_plugin ) {
760
 
761
  if ( isset( $bws_plugins[ $key_plugin ] ) ) {
995
  function bws_get_banner_array() {
996
  global $bstwbsftwppdtplgns_banner_array;
997
  $bstwbsftwppdtplgns_banner_array = array(
998
+ array( 'zndskhcpr_hide_banner_on_plugin_page', 'zendesk-help-center/zendesk-help-center.php', '1.0.0' ),
999
  array( 'gglcptch_hide_banner_on_plugin_page', 'google-captcha/google-captcha.php', '1.18' ),
1000
  array( 'mltlngg_hide_banner_on_plugin_page', 'multilanguage/multilanguage.php', '1.1.1' ),
1001
  array( 'adsns_hide_banner_on_plugin_page', 'adsense-plugin/adsense-plugin.php', '1.36' ),
bws_menu/css/general_style.css CHANGED
@@ -11,7 +11,7 @@
11
  display: none;
12
  }
13
  .bws_info {
14
- color: #888888;
15
  font-size: 10px;
16
  }
17
  /*
@@ -51,7 +51,7 @@
51
  color: #000000;
52
  }
53
  /*
54
- * styles for pro_version settings and tooltip
55
  */
56
  td.bws_pro_version,
57
  tr.bws_pro_version,
@@ -71,7 +71,7 @@ td.bws_pro_version_tooltip {
71
  max-width: 800px;
72
  overflow: hidden;
73
  }
74
- .bws_table_bg {
75
  background: #f8e268 url("../images/pattern.png");
76
  opacity: 0.11;
77
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=11); /* IE 5.5+*/
@@ -84,13 +84,13 @@ td.bws_pro_version_tooltip {
84
  .bws_hide_premium_options {
85
  z-index: 5;
86
  }
87
- .bws_pro_version_table_bloc table.bws_pro_version {
88
  background: transparent;
89
  margin: 0;
90
  border: none;
91
  width: 100%;
92
  }
93
- table.bws_pro_version {
94
  background: #E0E0E0;
95
  border: 1px solid #AAA;
96
  margin-bottom: 5px;
@@ -107,8 +107,8 @@ table.bws_pro_version td {
107
  background: #FFF;
108
  border-top: 1px solid #AAA;
109
  position: relative;
110
- z-index: 2;
111
- padding: 10px;
112
  font-size: 14px;
113
  }
114
  .bws_pro_version_tooltip .bws_button {
@@ -151,7 +151,7 @@ a.bws_plugin_pro_version {
151
  color: #666;
152
  }
153
  /* style for mini-block (ex. google map) */
154
- .bws_pro_version_bloc_mini .bws_pro_version_table_bloc table.bws_pro_version {
155
  width: auto;
156
  }
157
  .bws_pro_version_bloc_mini .bws_pro_version_tooltip {
@@ -159,7 +159,7 @@ a.bws_plugin_pro_version {
159
  text-align: center;
160
  width: 200px;
161
  }
162
- .bws_pro_version_bloc_mini .bws_pro_version_tooltip a {
163
  display: inline-block;
164
  line-height: 1.5;
165
  }
@@ -178,7 +178,7 @@ a.bws_plugin_pro_version {
178
  float: none;
179
  text-align: center;
180
  }
181
- .bws_pro_version_tooltip a {
182
  display: inline-block;
183
  line-height: 1.5;
184
  }
@@ -193,7 +193,7 @@ a.bws_plugin_pro_version {
193
  }
194
 
195
  /*
196
- * styles for banner
197
  */
198
  .bws_banner_on_plugin_page {
199
  border: 1px solid #d4d4d4;
@@ -212,14 +212,14 @@ a.bws_plugin_pro_version {
212
  max-width: 80%;
213
  }
214
  .bws_banner_on_plugin_page .text span {
215
- font-size: 12px;
216
  opacity: 0.7;
217
  }
218
  div.bws_banner_on_plugin_page .button {
219
  float: right;
220
- border: none;
221
  font-size: 14px;
222
- margin: 18px 16px;
223
  padding: 12px 29px;
224
  color: #FFF;
225
  text-shadow: none;
@@ -236,7 +236,7 @@ div.bws_banner_on_plugin_page .button {
236
  line-height: 26px;
237
  }
238
  .bws_banner_on_plugin_page .button:hover,
239
- .bws_banner_on_plugin_page .button:focus {
240
  background: #222;
241
  color: #FFF;
242
  }
@@ -247,26 +247,34 @@ div.bws_banner_on_plugin_page .icon {
247
  .bws_banner_on_plugin_page .icon img {
248
  max-width: 60px;
249
  }
 
 
 
 
 
 
 
 
 
 
 
 
250
  .bws_banner_on_plugin_page .text + .icon {
251
  display: none;
252
  }
253
- .bws_banner_on_plugin_page .close_icon {
254
- float: right;
255
- margin: 8px;
256
- cursor: pointer;
257
- }
258
- .rtl .bws_banner_on_plugin_page .close_icon {
259
  float: left;
260
  }
261
  .rtl div.bws_banner_on_plugin_page .icon,
262
- .rtl div.bws_banner_on_plugin_page .button,
263
- .rtl .bws_banner_on_plugin_page .text {
264
  float: right;
265
  }
266
  /* #### Mobile Phones Portrait or Landscape #### */
267
  @media screen and (max-device-width: 768px) {
268
  .bws_banner_on_plugin_page .text,
269
- .bws_banner_on_plugin_page .icon,
270
  .bws_banner_on_plugin_page .button_div,
271
  .bws_banner_on_plugin_page .button {
272
  float: none;
@@ -296,7 +304,7 @@ span.bws_code {
296
  position: relative;
297
  margin: 3px 5px;
298
  width: 28px;
299
- display: inline-block;
300
  }
301
  .bws_help_box:not(.dashicons) {
302
  vertical-align: middle;
@@ -392,8 +400,6 @@ span.bws_code {
392
  .rtl .bws_hidden_help_text:before {
393
  margin-right: -2px;
394
  }
395
-
396
-
397
  /* bws shortcode insert */
398
  #bws_shortcode_content,
399
  #bws_shortcode_select_plugin {
11
  display: none;
12
  }
13
  .bws_info {
14
+ color: #888;
15
  font-size: 10px;
16
  }
17
  /*
51
  color: #000000;
52
  }
53
  /*
54
+ * styles for pro_version settings and tooltip
55
  */
56
  td.bws_pro_version,
57
  tr.bws_pro_version,
71
  max-width: 800px;
72
  overflow: hidden;
73
  }
74
+ .bws_table_bg {
75
  background: #f8e268 url("../images/pattern.png");
76
  opacity: 0.11;
77
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=11); /* IE 5.5+*/
84
  .bws_hide_premium_options {
85
  z-index: 5;
86
  }
87
+ .bws_pro_version_table_bloc table.bws_pro_version {
88
  background: transparent;
89
  margin: 0;
90
  border: none;
91
  width: 100%;
92
  }
93
+ table.bws_pro_version {
94
  background: #E0E0E0;
95
  border: 1px solid #AAA;
96
  margin-bottom: 5px;
107
  background: #FFF;
108
  border-top: 1px solid #AAA;
109
  position: relative;
110
+ z-index: 2;
111
+ padding: 10px;
112
  font-size: 14px;
113
  }
114
  .bws_pro_version_tooltip .bws_button {
151
  color: #666;
152
  }
153
  /* style for mini-block (ex. google map) */
154
+ .bws_pro_version_bloc_mini .bws_pro_version_table_bloc table.bws_pro_version {
155
  width: auto;
156
  }
157
  .bws_pro_version_bloc_mini .bws_pro_version_tooltip {
159
  text-align: center;
160
  width: 200px;
161
  }
162
+ .bws_pro_version_bloc_mini .bws_pro_version_tooltip a {
163
  display: inline-block;
164
  line-height: 1.5;
165
  }
178
  float: none;
179
  text-align: center;
180
  }
181
+ .bws_pro_version_tooltip a {
182
  display: inline-block;
183
  line-height: 1.5;
184
  }
193
  }
194
 
195
  /*
196
+ * styles for banner
197
  */
198
  .bws_banner_on_plugin_page {
199
  border: 1px solid #d4d4d4;
212
  max-width: 80%;
213
  }
214
  .bws_banner_on_plugin_page .text span {
215
+ font-size: 14px;
216
  opacity: 0.7;
217
  }
218
  div.bws_banner_on_plugin_page .button {
219
  float: right;
220
+ border: none;
221
  font-size: 14px;
222
+ margin: 18px 40px;
223
  padding: 12px 29px;
224
  color: #FFF;
225
  text-shadow: none;
236
  line-height: 26px;
237
  }
238
  .bws_banner_on_plugin_page .button:hover,
239
+ .bws_banner_on_plugin_page .button:focus {
240
  background: #222;
241
  color: #FFF;
242
  }
247
  .bws_banner_on_plugin_page .icon img {
248
  max-width: 60px;
249
  }
250
+ .bws_go_pro_banner .icon:before {
251
+ content: 'PRO';
252
+ background: #F26E50;
253
+ border-radius: 4px;
254
+ color: #FFF;
255
+ font-size: 11px;
256
+ font-weight: bold;
257
+ display: block;
258
+ padding: 0px 4px;
259
+ margin: 0 15px -7px;
260
+ position: relative;
261
+ }
262
  .bws_banner_on_plugin_page .text + .icon {
263
  display: none;
264
  }
265
+ .rtl div.bws_banner_on_plugin_page .button,
266
+ .rtl .bws_pro_version_tooltip .bws_button {
 
 
 
 
267
  float: left;
268
  }
269
  .rtl div.bws_banner_on_plugin_page .icon,
270
+ .rtl .bws_banner_on_plugin_page .text,
271
+ .rtl .bws_pro_version_tooltip .bws_info {
272
  float: right;
273
  }
274
  /* #### Mobile Phones Portrait or Landscape #### */
275
  @media screen and (max-device-width: 768px) {
276
  .bws_banner_on_plugin_page .text,
277
+ .bws_banner_on_plugin_page .icon,
278
  .bws_banner_on_plugin_page .button_div,
279
  .bws_banner_on_plugin_page .button {
280
  float: none;
304
  position: relative;
305
  margin: 3px 5px;
306
  width: 28px;
307
+ display: inline-block;
308
  }
309
  .bws_help_box:not(.dashicons) {
310
  vertical-align: middle;
400
  .rtl .bws_hidden_help_text:before {
401
  margin-right: -2px;
402
  }
 
 
403
  /* bws shortcode insert */
404
  #bws_shortcode_content,
405
  #bws_shortcode_select_plugin {
bws_menu/css/style.css CHANGED
@@ -24,15 +24,15 @@
24
  float: left;
25
  margin-right: 30px;
26
  }
27
- h4.bws_installed,
28
- h4.bws_recommended {
29
  color: #999;
30
  font-weight: bold;
31
  text-transform: uppercase;
32
  font-size: 14px;
33
  }
34
- h4.bws_installed:before,
35
- h4.bws_recommended:before {
36
  border-radius: 9px;
37
  content: "";
38
  display: inline-block;
@@ -42,10 +42,10 @@ h4.bws_recommended:before {
42
  width: 8px;
43
  margin-right: 7px;
44
  }
45
- h4.bws_recommended:before {
46
  background: #0074a2;
47
  }
48
- h4.bws_installed:before {
49
  background: #00a22e;
50
  }
51
  .bws_product_box {
24
  float: left;
25
  margin-right: 30px;
26
  }
27
+ .bws_installed,
28
+ .bws_recommended {
29
  color: #999;
30
  font-weight: bold;
31
  text-transform: uppercase;
32
  font-size: 14px;
33
  }
34
+ .bws_installed:before,
35
+ .bws_recommended:before {
36
  border-radius: 9px;
37
  content: "";
38
  display: inline-block;
42
  width: 8px;
43
  margin-right: 7px;
44
  }
45
+ .bws_recommended:before {
46
  background: #0074a2;
47
  }
48
+ .bws_installed:before {
49
  background: #00a22e;
50
  }
51
  .bws_product_box {
bws_menu/js/bws_tooltip.js CHANGED
@@ -34,7 +34,7 @@
34
  });
35
  /* function to display pointer */
36
  function displayPointer( cssSelector ) {
37
- cssSelector.pointer(pointer_options).pointer({
38
  pointerClass: 'wp-pointer ' + pointer_options["tooltip_id"],
39
  content: pointer_options['content'],
40
  position: {
34
  });
35
  /* function to display pointer */
36
  function displayPointer( cssSelector ) {
37
+ cssSelector.pointer( pointer_options ).pointer({
38
  pointerClass: 'wp-pointer ' + pointer_options["tooltip_id"],
39
  content: pointer_options['content'],
40
  position: {
bws_menu/js/shortcode-button.js CHANGED
@@ -1,122 +1,124 @@
1
- (function($) {
2
- var win;
3
- tinymce.create( 'tinymce.plugins.BWSButton', {
4
- /**
5
- * Initializes the plugin, this will be executed after the plugin has been created.
6
- * This call is done before the editor instance has finished it's initialization so use the onInit event
7
- * of the editor instance to intercept that event.
8
- *
9
- * @param {tinymce.Editor} ed Editor instance that the plugin is initialized in.
10
- * @param {string} url Absolute URL to where the plugin is located.
11
- */
12
- init : function( ed, url ) {
13
- ed.addButton( 'add_bws_shortcode', {
14
- title : bws_shortcode_button.title,
15
- classes: 'bws_shortcode_button widget btn',
16
- image : bws_shortcode_button.icon_url,
17
- onclick: function() {
18
- if ( bws_shortcode_button.wp_version < '3.9' ) {
19
- /* triggers the thickbox */
20
- var width = jQuery(window).width(), H = jQuery(window).height(), W = ( 720 < width ) ? 720 : width;
21
- W = W - 80;
22
- H = H - 84;
23
- tb_show( bws_shortcode_button.title, '#TB_inline?width=' + W + '&height=' + H + '&inlineId=bws_shortcode_popup' );
24
-
25
- var current_object = '#TB_ajaxContent';
26
- } else {
27
- win = ed.windowManager.open( {
28
- width: 400,
29
- height: 400,
30
- inline: true,
31
- title: bws_shortcode_button.title,
32
- body: {
33
- id : 'bws-shortcode-content',
34
- type: 'container',
35
- classes: 'bws-shortcode',
36
- html: $( '#bws_shortcode_popup' ).html()
37
- },
38
- buttons: [{
39
- text: 'Insert',
40
- classes: 'button-primary primary bws_shortcode_insert',
41
- onclick: function( e ) {
42
- var shortcode = $( '.mce-container-body #bws_shortcode_display' ).text();
43
- if ( '' != shortcode ) {
44
- /* insert shortcode to tinymce */
45
- ed.insertContent( shortcode );
46
- }
47
- ed.windowManager.close();
 
 
48
  },
49
- },
50
- {
51
- text: 'Cancel',
52
- onclick: 'close'
53
- }],
54
-
55
- });
56
- var current_object = '.mce-container-body';
57
- }
58
- var select_count = $( current_object + ' select#bws_shortcode_select option').length;
59
- if ( 1 == select_count ) {
60
- $( current_object + ' #bws_shortcode_select_plugin' ).hide();
61
- }
62
-
63
- var plugin = $( current_object + ' #bws_shortcode_select option:selected' ).val();
64
- $( current_object + ' #bws_shortcode_content > div' ).hide();
65
- $( current_object + ' #bws_shortcode_content > #' + plugin ).show();
66
-
67
- if ( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).length > 0 ) {
68
- $( current_object + ' #bws_shortcode_display' ).text( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).val() );
69
- }
70
 
71
- $( current_object + ' #bws_shortcode_select' ).on( 'change',function() {
72
  var plugin = $( current_object + ' #bws_shortcode_select option:selected' ).val();
73
  $( current_object + ' #bws_shortcode_content > div' ).hide();
74
  $( current_object + ' #bws_shortcode_content > #' + plugin ).show();
 
75
  if ( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).length > 0 ) {
76
  $( current_object + ' #bws_shortcode_display' ).text( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).val() );
77
- } else {
78
- $( current_object + ' #bws_shortcode_display' ).text( '' );
79
  }
80
- });
81
 
82
- $.each( bws_shortcode_button.function_name, function( index, value ) {
83
- eval( value + '();' );
84
- });
85
- }
86
- });
87
- },
88
-
89
- /**
90
- * Creates control instances based in the incomming name. This method is normally not
91
- * needed since the addButton method of the tinymce.Editor class is a more easy way of adding buttons
92
- * but you sometimes need to create more complex controls like listboxes, split buttons etc then this
93
- * method can be used to create those.
94
- *
95
- * @param {String} n Name of the control to create.
96
- * @param {tinymce.ControlManager} cm Control manager to use inorder to create new control.
97
- * @return {tinymce.ui.Control} New control instance or null if no control was created.
98
- */
99
- createControl : function(n, cm) {
100
- return null;
101
- },
102
-
103
- /**
104
- * Returns information about the plugin as a name/value array.
105
- * The current keys are longname, author, authorurl, infourl and version.
106
- *
107
- * @return {Object} Name/value array containing information about the plugin.
108
- */
109
- getInfo : function() {
110
- return {
111
- longname : 'BWS Shortcode Buttons',
112
- author : 'BWS',
113
- authorurl : 'http://bestwebsoft.com',
114
- infourl : '',
115
- version : "0.1"
116
- };
117
- }
118
- });
119
-
120
- /* Register plugin */
121
- tinymce.PluginManager.add( 'add_bws_shortcode', tinymce.plugins.BWSButton );
 
 
 
 
 
 
 
 
 
 
 
 
122
  })(jQuery);
1
+ (function($) {
2
+ if ( typeof bws_shortcode_button != 'undefined' ) {
3
+ var win;
4
+ tinymce.create( 'tinymce.plugins.BWSButton', {
5
+ /**
6
+ * Initializes the plugin, this will be executed after the plugin has been created.
7
+ * This call is done before the editor instance has finished it's initialization so use the onInit event
8
+ * of the editor instance to intercept that event.
9
+ *
10
+ * @param {tinymce.Editor} ed Editor instance that the plugin is initialized in.
11
+ * @param {string} url Absolute URL to where the plugin is located.
12
+ */
13
+ init : function( ed, url ) {
14
+ ed.addButton( 'add_bws_shortcode', {
15
+ title : bws_shortcode_button.title,
16
+ classes: 'bws_shortcode_button widget btn',
17
+ image : bws_shortcode_button.icon_url,
18
+ onclick: function() {
19
+ if ( bws_shortcode_button.wp_version < '3.9' ) {
20
+ /* triggers the thickbox */
21
+ var width = jQuery(window).width(), H = jQuery(window).height(), W = ( 720 < width ) ? 720 : width;
22
+ W = W - 80;
23
+ H = H - 84;
24
+ tb_show( bws_shortcode_button.title, '#TB_inline?width=' + W + '&height=' + H + '&inlineId=bws_shortcode_popup' );
25
+
26
+ var current_object = '#TB_ajaxContent';
27
+ } else {
28
+ win = ed.windowManager.open( {
29
+ width: 400,
30
+ height: 400,
31
+ inline: true,
32
+ title: bws_shortcode_button.title,
33
+ body: {
34
+ id : 'bws-shortcode-content',
35
+ type: 'container',
36
+ classes: 'bws-shortcode',
37
+ html: $( '#bws_shortcode_popup' ).html()
38
+ },
39
+ buttons: [{
40
+ text: 'Insert',
41
+ classes: 'button-primary primary bws_shortcode_insert',
42
+ onclick: function( e ) {
43
+ var shortcode = $( '.mce-container-body #bws_shortcode_display' ).text();
44
+ if ( '' != shortcode ) {
45
+ /* insert shortcode to tinymce */
46
+ ed.insertContent( shortcode );
47
+ }
48
+ ed.windowManager.close();
49
+ },
50
  },
51
+ {
52
+ text: 'Cancel',
53
+ onclick: 'close'
54
+ }],
55
+
56
+ });
57
+ var current_object = '.mce-container-body';
58
+ }
59
+ var select_count = $( current_object + ' select#bws_shortcode_select option').length;
60
+ if ( 1 == select_count ) {
61
+ $( current_object + ' #bws_shortcode_select_plugin' ).hide();
62
+ }
 
 
 
 
 
 
 
 
 
63
 
 
64
  var plugin = $( current_object + ' #bws_shortcode_select option:selected' ).val();
65
  $( current_object + ' #bws_shortcode_content > div' ).hide();
66
  $( current_object + ' #bws_shortcode_content > #' + plugin ).show();
67
+
68
  if ( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).length > 0 ) {
69
  $( current_object + ' #bws_shortcode_display' ).text( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).val() );
 
 
70
  }
 
71
 
72
+ $( current_object + ' #bws_shortcode_select' ).on( 'change',function() {
73
+ var plugin = $( current_object + ' #bws_shortcode_select option:selected' ).val();
74
+ $( current_object + ' #bws_shortcode_content > div' ).hide();
75
+ $( current_object + ' #bws_shortcode_content > #' + plugin ).show();
76
+ if ( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).length > 0 ) {
77
+ $( current_object + ' #bws_shortcode_display' ).text( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).val() );
78
+ } else {
79
+ $( current_object + ' #bws_shortcode_display' ).text( '' );
80
+ }
81
+ });
82
+
83
+ $.each( bws_shortcode_button.function_name, function( index, value ) {
84
+ eval( value + '();' );
85
+ });
86
+ }
87
+ });
88
+ },
89
+
90
+ /**
91
+ * Creates control instances based in the incomming name. This method is normally not
92
+ * needed since the addButton method of the tinymce.Editor class is a more easy way of adding buttons
93
+ * but you sometimes need to create more complex controls like listboxes, split buttons etc then this
94
+ * method can be used to create those.
95
+ *
96
+ * @param {String} n Name of the control to create.
97
+ * @param {tinymce.ControlManager} cm Control manager to use inorder to create new control.
98
+ * @return {tinymce.ui.Control} New control instance or null if no control was created.
99
+ */
100
+ createControl : function(n, cm) {
101
+ return null;
102
+ },
103
+
104
+ /**
105
+ * Returns information about the plugin as a name/value array.
106
+ * The current keys are longname, author, authorurl, infourl and version.
107
+ *
108
+ * @return {Object} Name/value array containing information about the plugin.
109
+ */
110
+ getInfo : function() {
111
+ return {
112
+ longname : 'BWS Shortcode Buttons',
113
+ author : 'BWS',
114
+ authorurl : 'http://bestwebsoft.com',
115
+ infourl : '',
116
+ version : "0.1"
117
+ };
118
+ }
119
+ });
120
+
121
+ /* Register plugin */
122
+ tinymce.PluginManager.add( 'add_bws_shortcode', tinymce.plugins.BWSButton );
123
+ }
124
  })(jQuery);
bws_menu/languages/bestwebsoft-de_DE.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-de_DE.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: 2015-10-09 14:42+0300\n"
6
- "PO-Revision-Date: 2015-10-09 14:42+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Lothar Schiborr <lothar.schiborr@web.de>\n"
9
  "Language: de_DE\n"
@@ -18,432 +18,463 @@ msgstr ""
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: bws_functions.php:39
22
- #: bws_functions.php:63
23
  msgid "requires"
24
  msgstr ""
25
 
26
- #: bws_functions.php:41
27
- msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
 
 
28
  msgstr ""
29
 
30
- #: bws_functions.php:42
31
  msgid "Back to the WordPress"
32
  msgstr ""
33
 
34
  # @ captcha
35
- #: bws_functions.php:44
36
  #, fuzzy
37
  msgid "Plugins page"
38
  msgstr "BWS Plugins"
39
 
40
- #: bws_functions.php:65
41
- msgid "or higher! We do not guarantee that our plugin will work correctly. Please upgrade to WordPress latest version."
 
 
42
  msgstr ""
43
 
44
- #: bws_functions.php:122
45
  msgid "It’s time to upgrade your"
46
  msgstr ""
47
 
48
- #: bws_functions.php:122
49
  msgid "to"
50
  msgstr ""
51
 
52
  # @ captcha
53
- #: bws_functions.php:122
54
  #, fuzzy
55
  msgid "version!"
56
  msgstr "PHP Version"
57
 
58
- #: bws_functions.php:123
59
  msgid "Extend standard plugin functionality with new great options."
60
  msgstr ""
61
 
62
  # @ captcha
63
- #: bws_functions.php:126
64
- #: bws_functions.php:561
65
  #, fuzzy
66
  msgid "Learn More"
67
  msgstr "Lesen Sie mehr"
68
 
69
- #: bws_functions.php:143
70
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
71
  msgstr ""
72
 
73
  # @ captcha
74
- #: bws_functions.php:144
75
  #, fuzzy
76
  msgid "Rate the plugin"
77
  msgstr "Aktivierte Plugins"
78
 
79
  # @ captcha
80
- #: bws_functions.php:147
81
  #, fuzzy
82
  msgid "If there is something wrong about it, please contact us"
83
  msgstr "Wenn Sie irgendwelche Fragen haben, kontaktieren Sie uns bitte über"
84
 
85
- #: bws_functions.php:179
86
  msgid "Check premium options on the plugin settings page!"
87
  msgstr ""
88
 
89
- #: bws_functions.php:186
90
- #: bws_functions.php:222
91
  msgid "Wrong license key"
92
  msgstr ""
93
 
94
- #: bws_functions.php:216
95
- #: bws_functions.php:474
96
- #: bws_functions.php:525
97
- msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
98
  msgstr ""
99
 
100
- #: bws_functions.php:216
101
- #: bws_functions.php:474
102
- #: bws_functions.php:525
103
  msgid "We are sorry for inconvenience."
104
  msgstr ""
105
 
106
- #: bws_functions.php:224
107
  msgid "This license key is bind to another site"
108
  msgstr ""
109
 
110
- #: bws_functions.php:226
111
- #: bws_functions.php:384
112
- msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
 
113
  msgstr ""
114
 
115
- #: bws_functions.php:228
116
- msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
 
 
117
  msgstr ""
118
 
119
- #: bws_functions.php:230
120
- msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
 
 
121
  msgstr ""
122
 
123
- #: bws_functions.php:251
124
- #: bws_functions.php:273
125
- #: bws_functions.php:295
126
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
127
  msgstr ""
128
 
129
- #: bws_functions.php:263
130
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
131
  msgstr ""
132
 
133
- #: bws_functions.php:269
134
- msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
 
 
135
  msgstr ""
136
 
137
- #: bws_functions.php:276
138
  msgid "UploadDir is not writable. Please, upload the plugin manually"
139
  msgstr ""
140
 
141
- #: bws_functions.php:299
142
- msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
 
 
143
  msgstr ""
144
 
145
- #: bws_functions.php:324
146
  msgid "Please, enter Your license key"
147
  msgstr ""
148
 
149
- #: bws_functions.php:348
150
- msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
 
 
151
  msgstr ""
152
 
153
- #: bws_functions.php:350
154
- #: bws_functions.php:441
155
  msgid "Please, go to"
156
  msgstr ""
157
 
158
- #: bws_functions.php:350
159
- #: bws_functions.php:441
160
  msgid "the setting page"
161
  msgstr ""
162
 
163
- #: bws_functions.php:351
164
- #: bws_functions.php:442
165
  msgid "You will be redirected automatically in 5 seconds."
166
  msgstr ""
167
 
168
- #: bws_functions.php:358
169
  msgid "Show Pro features"
170
  msgstr ""
171
 
172
- #: bws_functions.php:365
173
  msgid "You can download and activate"
174
  msgstr ""
175
 
176
- #: bws_functions.php:367
177
  msgid "version of this plugin by entering Your license key."
178
  msgstr ""
179
 
180
- #: bws_functions.php:369
181
- #: bws_functions.php:410
182
- msgid "You can find your license key on your personal page Client area, by clicking on the link"
 
183
  msgstr ""
184
 
185
- #: bws_functions.php:371
186
- #: bws_functions.php:412
187
  msgid "(your username is the email you specify when purchasing the product)."
188
  msgstr ""
189
 
190
- #: bws_functions.php:375
191
- #: bws_functions.php:659
192
  msgid "or"
193
  msgstr ""
194
 
195
- #: bws_functions.php:375
196
  #, php-format
197
  msgid "Start Your Free %s-Day Trial Now"
198
  msgstr ""
199
 
200
  # @ captcha
201
- #: bws_functions.php:381
202
- #: bws_functions.php:390
203
- #: bws_functions.php:420
204
- #: bws_functions.php:428
205
- #: bws_menu.php:693
206
- #: bws_menu.php:750
207
  #, fuzzy
208
  msgid "Activate"
209
  msgstr "Aktivierte Plugins"
210
 
211
- #: bws_functions.php:407
212
- #: bws_functions.php:500
213
  #, php-format
214
- msgid "In order to continue using the plugin it is necessary to buy a %s license."
 
215
  msgstr ""
216
 
217
- #: bws_functions.php:408
218
  msgid "After that you can activate it by entering your license key."
219
  msgstr ""
220
 
221
- #: bws_functions.php:422
222
  msgid "Unfortunately, you have exceeded the number of available tries per day."
223
  msgstr ""
224
 
225
- #: bws_functions.php:439
226
- msgid "Congratulations! The Pro license of the plugin is successfully activated."
 
227
  msgstr ""
228
 
229
- #: bws_functions.php:480
230
  msgid "Wrong license key."
231
  msgstr ""
232
 
233
- #: bws_functions.php:482
234
  msgid "This license key is bind to another site."
235
  msgstr ""
236
 
237
- #: bws_functions.php:484
238
- msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
 
 
239
  msgstr ""
240
 
241
- #: bws_functions.php:486
242
  msgid "Unfortunately, you have exceeded the number of available tries."
243
  msgstr ""
244
 
245
- #: bws_functions.php:488
246
- msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
 
 
247
  msgstr ""
248
 
249
- #: bws_functions.php:492
250
  msgid "The Pro Trial license key is valid."
251
  msgstr ""
252
 
253
- #: bws_functions.php:494
254
  msgid "The license key is valid."
255
  msgstr ""
256
 
257
- #: bws_functions.php:497
258
  msgid "Your license will expire on"
259
  msgstr ""
260
 
261
- #: bws_functions.php:530
262
  msgid "Please, enter your license key"
263
  msgstr ""
264
 
265
- #: bws_functions.php:543
266
- msgid "If needed 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"
 
 
 
267
  msgstr ""
268
 
269
- #: bws_functions.php:543
270
- msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
 
 
271
  msgstr ""
272
 
273
- #: bws_functions.php:547
274
  msgid "Check license key"
275
  msgstr ""
276
 
277
- #: bws_functions.php:561
278
  msgid "WARNING: Illegal use notification"
279
  msgstr ""
280
 
281
- #: bws_functions.php:561
282
- msgid "You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated."
 
 
 
 
283
  msgstr ""
284
 
285
- #: bws_functions.php:569
286
- msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
 
 
287
  msgstr ""
288
 
289
- #: bws_functions.php:571
290
- msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
 
 
291
  msgstr ""
292
 
293
  # @ captcha
294
- #: bws_functions.php:571
295
- #: bws_functions.php:624
296
- #: bws_menu.php:669
297
- #: bws_menu.php:691
298
- #: bws_menu.php:718
299
- #: bws_menu.php:748
300
- #: bws_menu.php:794
301
  #, fuzzy
302
  msgid "Learn more"
303
  msgstr "Lesen Sie mehr"
304
 
305
- #: bws_functions.php:581
306
  #, php-format
307
  msgid "Notice: You are using the Pro Trial license of %s plugin."
308
  msgstr ""
309
 
310
- #: bws_functions.php:583
311
  msgid "Notice: You are using the Pro Trial license of plugin."
312
  msgstr ""
313
 
314
- #: bws_functions.php:586
315
  msgid "The Pro Trial license will expire on"
316
  msgstr ""
317
 
318
- #: bws_functions.php:624
319
  msgid "You license for"
320
  msgstr ""
321
 
322
- #: bws_functions.php:624
323
  msgid "expires on"
324
  msgstr ""
325
 
326
- #: bws_functions.php:624
327
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
328
  msgstr ""
329
 
330
  # @ captcha
331
- #: bws_functions.php:655
332
  #, fuzzy
333
  msgid "Thank you for installing"
334
  msgstr "Vielen Dank für Ihre Kontaktaufnahme."
335
 
336
- #: bws_functions.php:656
337
  msgid "Let's get started"
338
  msgstr ""
339
 
340
  # @ captcha
341
- #: bws_functions.php:657
342
  #, fuzzy
343
  msgid "Configure Settings"
344
  msgstr "Einstellungen"
345
 
346
- #: bws_functions.php:660
347
  msgid "Add New"
348
  msgstr ""
349
 
350
- #: bws_functions.php:664
351
  msgid "Close notice"
352
  msgstr ""
353
 
354
- #: bws_functions.php:677
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
355
  msgid "Notice"
356
  msgstr ""
357
 
358
- #: bws_functions.php:677
359
  msgid "The plugin's settings have been changed."
360
  msgstr ""
361
 
362
- #: bws_functions.php:678
363
  msgid "Save Changes"
364
  msgstr ""
365
 
366
- #: bws_functions.php:693
367
- msgid "You can always look at premium options by clicking on the \"Show Pro features\" in the \"Go PRO\" tab"
 
 
368
  msgstr ""
369
 
370
- #: bws_functions.php:773
371
  msgid "Add BWS Plugins Shortcode"
372
  msgstr ""
373
 
374
- #: bws_functions.php:793
375
  msgid "Add shortcode"
376
  msgstr ""
377
 
378
- #: bws_functions.php:793
379
  msgid "Add BestWebSoft plugins' shortcodes using this button."
380
  msgstr ""
381
 
382
- #: bws_functions.php:833
383
  msgid "Close"
384
  msgstr ""
385
 
386
- #: bws_functions.php:925
387
  msgid "Restore all plugin settings to defaults"
388
  msgstr ""
389
 
390
- #: bws_functions.php:927
391
  msgid "Restore settings"
392
  msgstr ""
393
 
394
- #: bws_functions.php:938
395
  msgid "Are you sure you want to restore all settings by default?"
396
  msgstr ""
397
 
398
- #: bws_functions.php:941
399
  msgid "Yes, restore all settings"
400
  msgstr ""
401
 
402
- #: bws_functions.php:942
403
  msgid "No, go back to the settings page"
404
  msgstr ""
405
 
406
  # @ captcha
407
- #: bws_functions.php:986
408
  #, fuzzy
409
  msgid "Plugin"
410
  msgstr "BWS Plugins"
411
 
412
  # @ captcha
413
- #: bws_functions.php:995
414
  #, fuzzy
415
  msgid "Shortcode settings"
416
  msgstr "Einstellungen"
417
 
418
- #: bws_functions.php:1000
419
  msgid "The shortcode will be inserted"
420
  msgstr ""
421
 
422
- #: bws_functions.php:1005
423
  msgid "Insert"
424
  msgstr ""
425
 
426
- #: bws_functions.php:1036
427
  msgid "Visit Help Center"
428
  msgstr ""
429
 
430
- #: bws_functions.php:1041
431
  msgid "FAQ"
432
  msgstr ""
433
 
434
- #: bws_functions.php:1047
435
  msgid "For more information:"
436
  msgstr ""
437
 
438
- #: bws_functions.php:1048
439
  msgid "Documentation"
440
  msgstr ""
441
 
442
- #: bws_functions.php:1049
443
  msgid "Video Instructions"
444
  msgstr ""
445
 
446
- #: bws_functions.php:1050
447
  msgid "Submit a Request"
448
  msgstr ""
449
 
@@ -453,24 +484,18 @@ msgid "Not set"
453
  msgstr "Nicht festgelegt"
454
 
455
  # @ captcha
456
- #: bws_menu.php:508
457
- #: bws_menu.php:509
458
  msgid "On"
459
  msgstr "Ein"
460
 
461
  # @ captcha
462
- #: bws_menu.php:508
463
- #: bws_menu.php:509
464
  msgid "Off"
465
  msgstr "Ausgeschaltet"
466
 
467
  # @ captcha
468
- #: bws_menu.php:510
469
- #: bws_menu.php:511
470
- #: bws_menu.php:512
471
- #: bws_menu.php:513
472
- #: bws_menu.php:514
473
- #: bws_menu.php:526
474
  msgid "N/A"
475
  msgstr "keine Angaben"
476
 
@@ -480,18 +505,12 @@ msgid " Mb"
480
  msgstr " Mb"
481
 
482
  # @ captcha
483
- #: bws_menu.php:515
484
- #: bws_menu.php:516
485
- #: bws_menu.php:517
486
- #: bws_menu.php:522
487
  msgid "Yes"
488
  msgstr "Ja"
489
 
490
  # @ captcha
491
- #: bws_menu.php:515
492
- #: bws_menu.php:516
493
- #: bws_menu.php:517
494
- #: bws_menu.php:524
495
  msgid "No"
496
  msgstr "Nein"
497
 
@@ -620,188 +639,187 @@ msgstr "Vielen Dank für Ihre Kontaktaufnahme."
620
  msgid "Sorry, email message could not be delivered."
621
  msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
622
 
623
- #: bws_menu.php:620
624
  msgid "Need help?"
625
  msgstr ""
626
 
627
- #: bws_menu.php:621
628
  msgid "Client area"
629
  msgstr ""
630
 
631
  # @ captcha
632
- #: bws_menu.php:622
633
- #: bws_menu.php:933
634
  msgid "System status"
635
  msgstr "System Status"
636
 
637
  # @ captcha
638
- #: bws_menu.php:627
639
  #, fuzzy
640
  msgid "Plugins"
641
  msgstr "BWS Plugins"
642
 
643
- #: bws_menu.php:629
644
  msgid "Themes"
645
  msgstr ""
646
 
647
- #: bws_menu.php:634
648
  msgid "All"
649
  msgstr ""
650
 
651
  # @ default
652
- #: bws_menu.php:635
653
  #, fuzzy
654
  msgid "Installed"
655
  msgstr "Installiere %s"
656
 
657
  # @ captcha
658
- #: bws_menu.php:636
659
  #, fuzzy
660
  msgid "Recommended"
661
  msgstr "Empfohlene Plugins"
662
 
663
  # @ captcha
664
- #: bws_menu.php:640
665
  msgid "Installed plugins"
666
  msgstr "Installierte Plugins"
667
 
668
  # @ captcha
669
- #: bws_menu.php:672
670
- #: bws_menu.php:721
671
  msgid "Settings"
672
  msgstr "Einstellungen"
673
 
674
  # @ captcha
675
- #: bws_menu.php:693
676
- #: bws_menu.php:750
677
  #, fuzzy
678
  msgid "Activate this plugin"
679
  msgstr "Aktivierte Plugins"
680
 
681
- #: bws_menu.php:708
682
- #: bws_menu.php:738
683
- #: bws_menu.php:784
684
  msgid "Go"
685
  msgstr ""
686
 
687
- #: bws_menu.php:712
688
- #: bws_menu.php:742
689
- #: bws_menu.php:788
690
  msgid "DONATE"
691
  msgstr ""
692
 
693
  # @ captcha
694
- #: bws_menu.php:758
695
  msgid "Recommended plugins"
696
  msgstr "Empfohlene Plugins"
697
 
698
  # @ default
699
- #: bws_menu.php:796
700
  #, fuzzy
701
  msgid "Install now"
702
  msgstr "Installiere %s"
703
 
704
- #: bws_menu.php:817
705
  msgid "Try again"
706
  msgstr ""
707
 
708
- #: bws_menu.php:835
709
  #, php-format
710
  msgid "Preview &#8220;%s&#8221;"
711
  msgstr ""
712
 
713
  # @ default
714
- #: bws_menu.php:866
715
  #, php-format
716
  msgid "Install %s"
717
  msgstr "Installiere %s"
718
 
719
  # @ default
720
- #: bws_menu.php:866
721
  #, fuzzy
722
  msgid "Install Now"
723
  msgstr "Installiere %s"
724
 
725
- #: bws_menu.php:869
726
  #, php-format
727
  msgid "Update to version %s"
728
  msgstr ""
729
 
730
- #: bws_menu.php:869
731
  msgid "Update"
732
  msgstr ""
733
 
734
- #: bws_menu.php:876
735
  #, php-format
736
  msgid "Preview %s"
737
  msgstr ""
738
 
739
- #: bws_menu.php:876
740
  msgid "Preview"
741
  msgstr ""
742
 
743
- #: bws_menu.php:882
744
- #: bws_menu.php:914
745
  #, php-format
746
  msgid "By %s"
747
  msgstr ""
748
 
749
- #: bws_menu.php:888
750
  msgid "Details"
751
  msgstr ""
752
 
753
  # @ default
754
- #: bws_menu.php:920
755
  #, fuzzy
756
  msgid "Already Installed"
757
  msgstr "Installiere %s"
758
 
759
  # @ captcha
760
- #: bws_menu.php:936
761
  msgid "Environment"
762
  msgstr "Umgebungsvariable"
763
 
764
  # @ captcha
765
- #: bws_menu.php:947
766
  msgid "Active Plugins"
767
  msgstr "Aktivierte Plugins"
768
 
769
  # @ captcha
770
- #: bws_menu.php:960
771
  msgid "Inactive Plugins"
772
  msgstr "Inactive Plugins"
773
 
774
  # @ captcha
775
- #: bws_menu.php:976
776
  msgid "Send to support"
777
  msgstr "Sende zuzm Support"
778
 
779
  # @ captcha
780
- #: bws_menu.php:983
781
  msgid "Send to custom email &#187;"
782
  msgstr "Senden Sie eine benutzerdefinierte E-Mail zu &#187;"
783
 
784
  # @ captcha
785
  #~ msgid "Pro plugins"
786
  #~ msgstr "BWS Plugins"
 
787
  # @ captcha
788
  #~ msgid "Activated plugins"
789
  #~ msgstr "Aktivierte Plugins"
 
790
  # @ captcha
791
  #~ msgid "Read more"
792
  #~ msgstr "Lesen Sie mehr"
 
793
  # @ captcha
794
  #~ msgid "Purchase"
795
  #~ msgstr "Kaufen"
 
796
  # @ captcha
797
  #~ msgid "Free plugins"
798
  #~ msgstr "Freie Plugins"
 
799
  # @ captcha
800
  #~ msgid "Download"
801
  #~ msgstr "Herunterladen"
 
802
  # @ captcha
803
  #~ msgid "Install now from wordpress.org"
804
  #~ msgstr "Installiere jetzt von wordpress.org"
 
805
  # @ captcha
806
  #, fuzzy
807
  #~ msgid "Activated theme"
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-22 15:51+0300\n"
6
+ "PO-Revision-Date: 2016-02-22 15:51+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Lothar Schiborr <lothar.schiborr@web.de>\n"
9
  "Language: de_DE\n"
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: bws_functions.php:65 bws_functions.php:89
 
22
  msgid "requires"
23
  msgstr ""
24
 
25
+ #: bws_functions.php:67
26
+ msgid ""
27
+ "or higher, that is why it has been deactivated! Please upgrade WordPress and "
28
+ "try again."
29
  msgstr ""
30
 
31
+ #: bws_functions.php:68
32
  msgid "Back to the WordPress"
33
  msgstr ""
34
 
35
  # @ captcha
36
+ #: bws_functions.php:70
37
  #, fuzzy
38
  msgid "Plugins page"
39
  msgstr "BWS Plugins"
40
 
41
+ #: bws_functions.php:91
42
+ msgid ""
43
+ "or higher! We do not guarantee that our plugin will work correctly. Please "
44
+ "upgrade to WordPress latest version."
45
  msgstr ""
46
 
47
+ #: bws_functions.php:148
48
  msgid "It’s time to upgrade your"
49
  msgstr ""
50
 
51
+ #: bws_functions.php:148
52
  msgid "to"
53
  msgstr ""
54
 
55
  # @ captcha
56
+ #: bws_functions.php:148
57
  #, fuzzy
58
  msgid "version!"
59
  msgstr "PHP Version"
60
 
61
+ #: bws_functions.php:149
62
  msgid "Extend standard plugin functionality with new great options."
63
  msgstr ""
64
 
65
  # @ captcha
66
+ #: bws_functions.php:152 bws_functions.php:593
 
67
  #, fuzzy
68
  msgid "Learn More"
69
  msgstr "Lesen Sie mehr"
70
 
71
+ #: bws_functions.php:169
72
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
73
  msgstr ""
74
 
75
  # @ captcha
76
+ #: bws_functions.php:170
77
  #, fuzzy
78
  msgid "Rate the plugin"
79
  msgstr "Aktivierte Plugins"
80
 
81
  # @ captcha
82
+ #: bws_functions.php:173
83
  #, fuzzy
84
  msgid "If there is something wrong about it, please contact us"
85
  msgstr "Wenn Sie irgendwelche Fragen haben, kontaktieren Sie uns bitte über"
86
 
87
+ #: bws_functions.php:205
88
  msgid "Check premium options on the plugin settings page!"
89
  msgstr ""
90
 
91
+ #: bws_functions.php:212 bws_functions.php:248
 
92
  msgid "Wrong license key"
93
  msgstr ""
94
 
95
+ #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
96
+ msgid ""
97
+ "Something went wrong. Please try again later. If the error appears again, "
98
+ "please contact us"
99
  msgstr ""
100
 
101
+ #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
 
 
102
  msgid "We are sorry for inconvenience."
103
  msgstr ""
104
 
105
+ #: bws_functions.php:250
106
  msgid "This license key is bind to another site"
107
  msgstr ""
108
 
109
+ #: bws_functions.php:252 bws_functions.php:416
110
+ msgid ""
111
+ "Unfortunately, you have exceeded the number of available tries per day. "
112
+ "Please, upload the plugin manually."
113
  msgstr ""
114
 
115
+ #: bws_functions.php:254
116
+ msgid ""
117
+ "Unfortunately, Your license has expired. To continue getting top-priority "
118
+ "support and plugin updates you should extend it in your"
119
  msgstr ""
120
 
121
+ #: bws_functions.php:256
122
+ msgid ""
123
+ "Unfortunately, the Pro licence was already installed to this domain. The Pro "
124
+ "Trial license can be installed only once."
125
  msgstr ""
126
 
127
+ #: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
 
 
128
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
129
  msgstr ""
130
 
131
+ #: bws_functions.php:289
132
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
133
  msgstr ""
134
 
135
+ #: bws_functions.php:295
136
+ msgid ""
137
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
138
+ "plugin manually"
139
  msgstr ""
140
 
141
+ #: bws_functions.php:302
142
  msgid "UploadDir is not writable. Please, upload the plugin manually"
143
  msgstr ""
144
 
145
+ #: bws_functions.php:325
146
+ msgid ""
147
+ "Something went wrong. Try again later or upload the plugin manually. We are "
148
+ "sorry for inconvenience."
149
  msgstr ""
150
 
151
+ #: bws_functions.php:350
152
  msgid "Please, enter Your license key"
153
  msgstr ""
154
 
155
+ #: bws_functions.php:380
156
+ msgid ""
157
+ "Congratulations! The Pro version of the plugin is successfully download and "
158
+ "activated."
159
  msgstr ""
160
 
161
+ #: bws_functions.php:382 bws_functions.php:473
 
162
  msgid "Please, go to"
163
  msgstr ""
164
 
165
+ #: bws_functions.php:382 bws_functions.php:473
 
166
  msgid "the setting page"
167
  msgstr ""
168
 
169
+ #: bws_functions.php:383 bws_functions.php:474
 
170
  msgid "You will be redirected automatically in 5 seconds."
171
  msgstr ""
172
 
173
+ #: bws_functions.php:390
174
  msgid "Show Pro features"
175
  msgstr ""
176
 
177
+ #: bws_functions.php:397
178
  msgid "You can download and activate"
179
  msgstr ""
180
 
181
+ #: bws_functions.php:399
182
  msgid "version of this plugin by entering Your license key."
183
  msgstr ""
184
 
185
+ #: bws_functions.php:401 bws_functions.php:442
186
+ msgid ""
187
+ "You can find your license key on your personal page Client area, by clicking "
188
+ "on the link"
189
  msgstr ""
190
 
191
+ #: bws_functions.php:403 bws_functions.php:444
 
192
  msgid "(your username is the email you specify when purchasing the product)."
193
  msgstr ""
194
 
195
+ #: bws_functions.php:407 bws_functions.php:691
 
196
  msgid "or"
197
  msgstr ""
198
 
199
+ #: bws_functions.php:407
200
  #, php-format
201
  msgid "Start Your Free %s-Day Trial Now"
202
  msgstr ""
203
 
204
  # @ captcha
205
+ #: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
206
+ #: bws_functions.php:460 bws_menu.php:690 bws_menu.php:747
 
 
 
 
207
  #, fuzzy
208
  msgid "Activate"
209
  msgstr "Aktivierte Plugins"
210
 
211
+ #: bws_functions.php:439 bws_functions.php:532
 
212
  #, php-format
213
+ msgid ""
214
+ "In order to continue using the plugin it is necessary to buy a %s license."
215
  msgstr ""
216
 
217
+ #: bws_functions.php:440
218
  msgid "After that you can activate it by entering your license key."
219
  msgstr ""
220
 
221
+ #: bws_functions.php:454
222
  msgid "Unfortunately, you have exceeded the number of available tries per day."
223
  msgstr ""
224
 
225
+ #: bws_functions.php:471
226
+ msgid ""
227
+ "Congratulations! The Pro license of the plugin is successfully activated."
228
  msgstr ""
229
 
230
+ #: bws_functions.php:512
231
  msgid "Wrong license key."
232
  msgstr ""
233
 
234
+ #: bws_functions.php:514
235
  msgid "This license key is bind to another site."
236
  msgstr ""
237
 
238
+ #: bws_functions.php:516
239
+ msgid ""
240
+ "This license key is valid, but Your license has expired. If you want to "
241
+ "update our plugin in future, you should extend the license."
242
  msgstr ""
243
 
244
+ #: bws_functions.php:518
245
  msgid "Unfortunately, you have exceeded the number of available tries."
246
  msgstr ""
247
 
248
+ #: bws_functions.php:520
249
+ msgid ""
250
+ "Unfortunately, the Pro Trial licence was already installed to this domain. "
251
+ "The Pro Trial license can be installed only once."
252
  msgstr ""
253
 
254
+ #: bws_functions.php:524
255
  msgid "The Pro Trial license key is valid."
256
  msgstr ""
257
 
258
+ #: bws_functions.php:526
259
  msgid "The license key is valid."
260
  msgstr ""
261
 
262
+ #: bws_functions.php:529
263
  msgid "Your license will expire on"
264
  msgstr ""
265
 
266
+ #: bws_functions.php:562
267
  msgid "Please, enter your license key"
268
  msgstr ""
269
 
270
+ #: bws_functions.php:575
271
+ msgid ""
272
+ "If needed you can check if the license key is correct or reenter it in the "
273
+ "field below. You can find your license key on your personal page - Client "
274
+ "area - on our website"
275
  msgstr ""
276
 
277
+ #: bws_functions.php:575
278
+ msgid ""
279
+ "(your username is the email you specify when purchasing the product). If "
280
+ "necessary, please submit \"Lost your password?\" request."
281
  msgstr ""
282
 
283
+ #: bws_functions.php:579
284
  msgid "Check license key"
285
  msgstr ""
286
 
287
+ #: bws_functions.php:593
288
  msgid "WARNING: Illegal use notification"
289
  msgstr ""
290
 
291
+ #: bws_functions.php:593
292
+ msgid ""
293
+ "You can use one license of the Pro plugin for one domain only. Please check "
294
+ "and edit your license or domain if necessary using you personal Client Area. "
295
+ "We strongly recommend you to solve the problem within 24 hours, otherwise "
296
+ "the Pro plugin will be deactivated."
297
  msgstr ""
298
 
299
+ #: bws_functions.php:601
300
+ msgid ""
301
+ "Notice: Your Pro Trial license has expired. To continue using the plugin you "
302
+ "should buy a Pro license"
303
  msgstr ""
304
 
305
+ #: bws_functions.php:603
306
+ msgid ""
307
+ "Your license has expired. To continue getting top-priority support and "
308
+ "plugin updates you should extend it."
309
  msgstr ""
310
 
311
  # @ captcha
312
+ #: bws_functions.php:603 bws_functions.php:656 bws_menu.php:666
313
+ #: bws_menu.php:688 bws_menu.php:715 bws_menu.php:745 bws_menu.php:791
 
 
 
 
 
314
  #, fuzzy
315
  msgid "Learn more"
316
  msgstr "Lesen Sie mehr"
317
 
318
+ #: bws_functions.php:613
319
  #, php-format
320
  msgid "Notice: You are using the Pro Trial license of %s plugin."
321
  msgstr ""
322
 
323
+ #: bws_functions.php:615
324
  msgid "Notice: You are using the Pro Trial license of plugin."
325
  msgstr ""
326
 
327
+ #: bws_functions.php:618
328
  msgid "The Pro Trial license will expire on"
329
  msgstr ""
330
 
331
+ #: bws_functions.php:656
332
  msgid "You license for"
333
  msgstr ""
334
 
335
+ #: bws_functions.php:656
336
  msgid "expires on"
337
  msgstr ""
338
 
339
+ #: bws_functions.php:656
340
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
341
  msgstr ""
342
 
343
  # @ captcha
344
+ #: bws_functions.php:687
345
  #, fuzzy
346
  msgid "Thank you for installing"
347
  msgstr "Vielen Dank für Ihre Kontaktaufnahme."
348
 
349
+ #: bws_functions.php:688
350
  msgid "Let's get started"
351
  msgstr ""
352
 
353
  # @ captcha
354
+ #: bws_functions.php:689
355
  #, fuzzy
356
  msgid "Configure Settings"
357
  msgstr "Einstellungen"
358
 
359
+ #: bws_functions.php:692
360
  msgid "Add New"
361
  msgstr ""
362
 
363
+ #: bws_functions.php:696 bws_functions.php:755
364
  msgid "Close notice"
365
  msgstr ""
366
 
367
+ # @ captcha
368
+ #: bws_functions.php:750
369
+ #, fuzzy
370
+ msgid "Thank you for choosing"
371
+ msgstr "Vielen Dank für Ihre Kontaktaufnahme."
372
+
373
+ #: bws_functions.php:751
374
+ msgid ""
375
+ "If you have a feature, suggestion or idea you'd like to see in the plugin, "
376
+ "we'd love to hear about it!"
377
+ msgstr ""
378
+
379
+ #: bws_functions.php:752
380
+ msgid "Suggest a Feature"
381
+ msgstr ""
382
+
383
+ #: bws_functions.php:768
384
  msgid "Notice"
385
  msgstr ""
386
 
387
+ #: bws_functions.php:768
388
  msgid "The plugin's settings have been changed."
389
  msgstr ""
390
 
391
+ #: bws_functions.php:769
392
  msgid "Save Changes"
393
  msgstr ""
394
 
395
+ #: bws_functions.php:786
396
+ msgid ""
397
+ "You can always look at premium options by clicking on the \"Show Pro features"
398
+ "\" in the \"Go PRO\" tab"
399
  msgstr ""
400
 
401
+ #: bws_functions.php:866
402
  msgid "Add BWS Plugins Shortcode"
403
  msgstr ""
404
 
405
+ #: bws_functions.php:886
406
  msgid "Add shortcode"
407
  msgstr ""
408
 
409
+ #: bws_functions.php:886
410
  msgid "Add BestWebSoft plugins' shortcodes using this button."
411
  msgstr ""
412
 
413
+ #: bws_functions.php:928
414
  msgid "Close"
415
  msgstr ""
416
 
417
+ #: bws_functions.php:1020
418
  msgid "Restore all plugin settings to defaults"
419
  msgstr ""
420
 
421
+ #: bws_functions.php:1022
422
  msgid "Restore settings"
423
  msgstr ""
424
 
425
+ #: bws_functions.php:1033
426
  msgid "Are you sure you want to restore all settings by default?"
427
  msgstr ""
428
 
429
+ #: bws_functions.php:1036
430
  msgid "Yes, restore all settings"
431
  msgstr ""
432
 
433
+ #: bws_functions.php:1037
434
  msgid "No, go back to the settings page"
435
  msgstr ""
436
 
437
  # @ captcha
438
+ #: bws_functions.php:1083
439
  #, fuzzy
440
  msgid "Plugin"
441
  msgstr "BWS Plugins"
442
 
443
  # @ captcha
444
+ #: bws_functions.php:1092
445
  #, fuzzy
446
  msgid "Shortcode settings"
447
  msgstr "Einstellungen"
448
 
449
+ #: bws_functions.php:1097
450
  msgid "The shortcode will be inserted"
451
  msgstr ""
452
 
453
+ #: bws_functions.php:1102
454
  msgid "Insert"
455
  msgstr ""
456
 
457
+ #: bws_functions.php:1133
458
  msgid "Visit Help Center"
459
  msgstr ""
460
 
461
+ #: bws_functions.php:1138
462
  msgid "FAQ"
463
  msgstr ""
464
 
465
+ #: bws_functions.php:1144
466
  msgid "For more information:"
467
  msgstr ""
468
 
469
+ #: bws_functions.php:1145
470
  msgid "Documentation"
471
  msgstr ""
472
 
473
+ #: bws_functions.php:1146
474
  msgid "Video Instructions"
475
  msgstr ""
476
 
477
+ #: bws_functions.php:1147
478
  msgid "Submit a Request"
479
  msgstr ""
480
 
484
  msgstr "Nicht festgelegt"
485
 
486
  # @ captcha
487
+ #: bws_menu.php:508 bws_menu.php:509
 
488
  msgid "On"
489
  msgstr "Ein"
490
 
491
  # @ captcha
492
+ #: bws_menu.php:508 bws_menu.php:509
 
493
  msgid "Off"
494
  msgstr "Ausgeschaltet"
495
 
496
  # @ captcha
497
+ #: bws_menu.php:510 bws_menu.php:511 bws_menu.php:512 bws_menu.php:513
498
+ #: bws_menu.php:514 bws_menu.php:526
 
 
 
 
499
  msgid "N/A"
500
  msgstr "keine Angaben"
501
 
505
  msgstr " Mb"
506
 
507
  # @ captcha
508
+ #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:522
 
 
 
509
  msgid "Yes"
510
  msgstr "Ja"
511
 
512
  # @ captcha
513
+ #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:524
 
 
 
514
  msgid "No"
515
  msgstr "Nein"
516
 
639
  msgid "Sorry, email message could not be delivered."
640
  msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
641
 
642
+ #: bws_menu.php:619
643
  msgid "Need help?"
644
  msgstr ""
645
 
646
+ #: bws_menu.php:620
647
  msgid "Client area"
648
  msgstr ""
649
 
650
  # @ captcha
651
+ #: bws_menu.php:621 bws_menu.php:930
 
652
  msgid "System status"
653
  msgstr "System Status"
654
 
655
  # @ captcha
656
+ #: bws_menu.php:626
657
  #, fuzzy
658
  msgid "Plugins"
659
  msgstr "BWS Plugins"
660
 
661
+ #: bws_menu.php:627
662
  msgid "Themes"
663
  msgstr ""
664
 
665
+ #: bws_menu.php:631
666
  msgid "All"
667
  msgstr ""
668
 
669
  # @ default
670
+ #: bws_menu.php:632
671
  #, fuzzy
672
  msgid "Installed"
673
  msgstr "Installiere %s"
674
 
675
  # @ captcha
676
+ #: bws_menu.php:633
677
  #, fuzzy
678
  msgid "Recommended"
679
  msgstr "Empfohlene Plugins"
680
 
681
  # @ captcha
682
+ #: bws_menu.php:637
683
  msgid "Installed plugins"
684
  msgstr "Installierte Plugins"
685
 
686
  # @ captcha
687
+ #: bws_menu.php:669 bws_menu.php:718
 
688
  msgid "Settings"
689
  msgstr "Einstellungen"
690
 
691
  # @ captcha
692
+ #: bws_menu.php:690 bws_menu.php:747
 
693
  #, fuzzy
694
  msgid "Activate this plugin"
695
  msgstr "Aktivierte Plugins"
696
 
697
+ #: bws_menu.php:705 bws_menu.php:735 bws_menu.php:781
 
 
698
  msgid "Go"
699
  msgstr ""
700
 
701
+ #: bws_menu.php:709 bws_menu.php:739 bws_menu.php:785
 
 
702
  msgid "DONATE"
703
  msgstr ""
704
 
705
  # @ captcha
706
+ #: bws_menu.php:755
707
  msgid "Recommended plugins"
708
  msgstr "Empfohlene Plugins"
709
 
710
  # @ default
711
+ #: bws_menu.php:793
712
  #, fuzzy
713
  msgid "Install now"
714
  msgstr "Installiere %s"
715
 
716
+ #: bws_menu.php:814
717
  msgid "Try again"
718
  msgstr ""
719
 
720
+ #: bws_menu.php:832
721
  #, php-format
722
  msgid "Preview &#8220;%s&#8221;"
723
  msgstr ""
724
 
725
  # @ default
726
+ #: bws_menu.php:863
727
  #, php-format
728
  msgid "Install %s"
729
  msgstr "Installiere %s"
730
 
731
  # @ default
732
+ #: bws_menu.php:863
733
  #, fuzzy
734
  msgid "Install Now"
735
  msgstr "Installiere %s"
736
 
737
+ #: bws_menu.php:866
738
  #, php-format
739
  msgid "Update to version %s"
740
  msgstr ""
741
 
742
+ #: bws_menu.php:866
743
  msgid "Update"
744
  msgstr ""
745
 
746
+ #: bws_menu.php:873
747
  #, php-format
748
  msgid "Preview %s"
749
  msgstr ""
750
 
751
+ #: bws_menu.php:873
752
  msgid "Preview"
753
  msgstr ""
754
 
755
+ #: bws_menu.php:879 bws_menu.php:911
 
756
  #, php-format
757
  msgid "By %s"
758
  msgstr ""
759
 
760
+ #: bws_menu.php:885
761
  msgid "Details"
762
  msgstr ""
763
 
764
  # @ default
765
+ #: bws_menu.php:917
766
  #, fuzzy
767
  msgid "Already Installed"
768
  msgstr "Installiere %s"
769
 
770
  # @ captcha
771
+ #: bws_menu.php:933
772
  msgid "Environment"
773
  msgstr "Umgebungsvariable"
774
 
775
  # @ captcha
776
+ #: bws_menu.php:944
777
  msgid "Active Plugins"
778
  msgstr "Aktivierte Plugins"
779
 
780
  # @ captcha
781
+ #: bws_menu.php:957
782
  msgid "Inactive Plugins"
783
  msgstr "Inactive Plugins"
784
 
785
  # @ captcha
786
+ #: bws_menu.php:973
787
  msgid "Send to support"
788
  msgstr "Sende zuzm Support"
789
 
790
  # @ captcha
791
+ #: bws_menu.php:980
792
  msgid "Send to custom email &#187;"
793
  msgstr "Senden Sie eine benutzerdefinierte E-Mail zu &#187;"
794
 
795
  # @ captcha
796
  #~ msgid "Pro plugins"
797
  #~ msgstr "BWS Plugins"
798
+
799
  # @ captcha
800
  #~ msgid "Activated plugins"
801
  #~ msgstr "Aktivierte Plugins"
802
+
803
  # @ captcha
804
  #~ msgid "Read more"
805
  #~ msgstr "Lesen Sie mehr"
806
+
807
  # @ captcha
808
  #~ msgid "Purchase"
809
  #~ msgstr "Kaufen"
810
+
811
  # @ captcha
812
  #~ msgid "Free plugins"
813
  #~ msgstr "Freie Plugins"
814
+
815
  # @ captcha
816
  #~ msgid "Download"
817
  #~ msgstr "Herunterladen"
818
+
819
  # @ captcha
820
  #~ msgid "Install now from wordpress.org"
821
  #~ msgstr "Installiere jetzt von wordpress.org"
822
+
823
  # @ captcha
824
  #, fuzzy
825
  #~ msgid "Activated theme"
bws_menu/languages/bestwebsoft-fr_FR.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-fr_FR.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-10-09 14:42+0300\n"
6
- "PO-Revision-Date: 2015-10-09 14:42+0300\n"
7
- "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
10
  "MIME-Version: 1.0\n"
@@ -14,454 +14,526 @@ msgstr ""
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "Plural-Forms: nplurals=2;plural=n>2;\n"
17
- "X-Generator: Poedit 1.5.7\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: bws_functions.php:39
21
- #: bws_functions.php:63
22
  msgid "requires"
23
  msgstr "obligatoire"
24
 
25
- #: bws_functions.php:41
26
- msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
27
- msgstr "ou supérieure, c'est pourquoi il a été désactivé! Merci de faire la mise à jour de WordPress puis de ré-essayer."
 
 
 
 
28
 
29
- #: bws_functions.php:42
30
  msgid "Back to the WordPress"
31
  msgstr "Retour à WordPress"
32
 
33
- #: bws_functions.php:44
34
  msgid "Plugins page"
35
  msgstr "Page des extensions"
36
 
37
- #: bws_functions.php:65
38
- msgid "or higher! We do not guarantee that our plugin will work correctly. Please upgrade to WordPress latest version."
 
 
39
  msgstr ""
 
 
40
 
41
- #: bws_functions.php:122
42
  msgid "It’s time to upgrade your"
43
  msgstr "C'est le moment de mettre à jour votre "
44
 
45
- #: bws_functions.php:122
46
  msgid "to"
47
  msgstr "à"
48
 
49
- #: bws_functions.php:122
50
  msgid "version!"
51
  msgstr "version"
52
 
53
- #: bws_functions.php:123
54
  msgid "Extend standard plugin functionality with new great options."
55
- msgstr "Etend les fonctionalités classiques de l'extension avec des nouvelles options."
 
 
56
 
57
- #: bws_functions.php:126
58
- #: bws_functions.php:561
59
  msgid "Learn More"
60
  msgstr "En savoir plus"
61
 
62
- #: bws_functions.php:143
63
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
64
- msgstr "Si notre extension vous satisfait, merci de la notée avec 5 étoiles dans Wordpress"
 
 
65
 
66
- #: bws_functions.php:144
67
  msgid "Rate the plugin"
68
  msgstr "Voter pour l'extension"
69
 
70
- #: bws_functions.php:147
71
  msgid "If there is something wrong about it, please contact us"
72
  msgstr "Si vous avez une question, n'hésitez pas à nous contacter"
73
 
74
- #: bws_functions.php:179
75
  msgid "Check premium options on the plugin settings page!"
76
  msgstr ""
 
77
 
78
- #: bws_functions.php:186
79
- #: bws_functions.php:222
80
  msgid "Wrong license key"
81
  msgstr "Clé de licence incorrecte"
82
 
83
- #: bws_functions.php:216
84
- #: bws_functions.php:474
85
- #: bws_functions.php:525
86
- msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
87
- msgstr "Il est survenu une erreur. Essayer de nouveau. Si l'erreur se produit de nouveau, merci de contacter <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Nous sommes désolés pour le désagrément."
 
 
 
88
 
89
- #: bws_functions.php:216
90
- #: bws_functions.php:474
91
- #: bws_functions.php:525
92
  msgid "We are sorry for inconvenience."
93
  msgstr "Nous sommes désolés pour le désagrément."
94
 
95
- #: bws_functions.php:224
96
  msgid "This license key is bind to another site"
97
  msgstr "La clé de licence correspond à un autre site."
98
 
99
- #: bws_functions.php:226
100
- #: bws_functions.php:384
101
- msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
102
- msgstr "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de télécharger l'extension manuellement."
 
 
 
103
 
104
- #: bws_functions.php:228
105
- msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
106
- msgstr "Désoler, votre licence est terminée. Pour continuer à disposer du support rapide et des mises à jour de l'extension vous devez la renouveller dans votre"
 
 
 
 
107
 
108
- #: bws_functions.php:230
109
- #, fuzzy
110
- msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
111
- msgstr "Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne peut-être installée qu'une seule fois."
 
 
 
112
 
113
- #: bws_functions.php:251
114
- #: bws_functions.php:273
115
- #: bws_functions.php:295
116
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
117
- msgstr "Erreur de téléchargement de l'archive ZIP. Merci de télécharger l'extension manuellement."
 
 
118
 
119
- #: bws_functions.php:263
120
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
121
- msgstr "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension manuellement."
 
 
122
 
123
- #: bws_functions.php:269
124
- msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
125
- msgstr "Votre server n'a pas le support du format des archives ZIP ou Phar. Merci de télécharger l'extension manuellement."
 
 
 
 
126
 
127
- #: bws_functions.php:276
128
  msgid "UploadDir is not writable. Please, upload the plugin manually"
129
- msgstr "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension manuellement."
 
 
130
 
131
- #: bws_functions.php:299
132
- msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
133
- msgstr "Il est survenu une erreur. Essayer de nouveau ou bien télécharger l'extension manuellement.Nous sommes désolés pour le désagrément."
 
 
 
 
134
 
135
- #: bws_functions.php:324
136
  msgid "Please, enter Your license key"
137
  msgstr "Merci de saisir votre clé de licence"
138
 
139
- #: bws_functions.php:348
140
- #, fuzzy
141
- msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
142
- msgstr "Félicitations! La version PRO de cette extension a été téléchargée et activée avec succès."
 
 
 
143
 
144
- #: bws_functions.php:350
145
- #: bws_functions.php:441
146
  msgid "Please, go to"
147
- msgstr "Merci d'allez à"
148
 
149
- #: bws_functions.php:350
150
- #: bws_functions.php:441
151
  msgid "the setting page"
152
  msgstr "Options supplémentaires"
153
 
154
- #: bws_functions.php:351
155
- #: bws_functions.php:442
156
  msgid "You will be redirected automatically in 5 seconds."
157
  msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
158
 
159
- #: bws_functions.php:358
160
  msgid "Show Pro features"
161
- msgstr ""
162
 
163
- #: bws_functions.php:365
164
  msgid "You can download and activate"
165
  msgstr "Vous pouvez télécharger et activer la version "
166
 
167
- #: bws_functions.php:367
168
  msgid "version of this plugin by entering Your license key."
169
  msgstr " de cette extension en donnant votre clé de licence."
170
 
171
- #: bws_functions.php:369
172
- #: bws_functions.php:410
173
- msgid "You can find your license key on your personal page Client area, by clicking on the link"
174
- msgstr "Vous pouvez trouver votre clé de licence sur votre page personnelle dans la zone cliente en cliquant sur le lien"
 
 
 
175
 
176
- #: bws_functions.php:371
177
- #: bws_functions.php:412
178
  msgid "(your username is the email you specify when purchasing the product)."
179
- msgstr "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de l'achat de l'extension)."
 
 
180
 
181
- #: bws_functions.php:375
182
- #: bws_functions.php:659
183
  msgid "or"
184
  msgstr "ou"
185
 
186
- #: bws_functions.php:375
187
  #, php-format
188
  msgid "Start Your Free %s-Day Trial Now"
189
  msgstr "Débuter votre licence d'évaluation gratuite de %s jours"
190
 
191
- #: bws_functions.php:381
192
- #: bws_functions.php:390
193
- #: bws_functions.php:420
194
- #: bws_functions.php:428
195
- #: bws_menu.php:693
196
- #: bws_menu.php:750
197
  msgid "Activate"
198
  msgstr "Activé"
199
 
200
- #: bws_functions.php:407
201
- #: bws_functions.php:500
202
  #, php-format
203
- msgid "In order to continue using the plugin it is necessary to buy a %s license."
204
- msgstr "Afin de pouvoir continuer à utiliser cette extension il est nécessaire d'acheter une licence %s."
 
 
 
205
 
206
- #: bws_functions.php:408
207
  msgid "After that you can activate it by entering your license key."
208
- msgstr " Après vous pouvez activer cette extension en donnant votre clé de licence."
 
209
 
210
- #: bws_functions.php:422
211
  msgid "Unfortunately, you have exceeded the number of available tries per day."
212
- msgstr "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de télécharger l'extension manuellement."
 
 
213
 
214
- #: bws_functions.php:439
215
- #, fuzzy
216
- msgid "Congratulations! The Pro license of the plugin is successfully activated."
217
- msgstr "Félicitations! La version PRO de cette extension a été téléchargée et activée avec succès."
 
 
218
 
219
- #: bws_functions.php:480
220
  msgid "Wrong license key."
221
  msgstr "Clé de licence incorrecte."
222
 
223
- #: bws_functions.php:482
224
  msgid "This license key is bind to another site."
225
  msgstr "La clé de licence correspond à un autre site."
226
 
227
- #: bws_functions.php:484
228
- msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
229
- msgstr "La clé de licence est valide mais votre durée de validité est passée. Pour continuer à disposer du support rapide et des mises à jour de l'extension vous devez la renouveller."
 
 
 
 
 
230
 
231
- #: bws_functions.php:486
232
  msgid "Unfortunately, you have exceeded the number of available tries."
233
- msgstr "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de télécharger l'extension manuellement."
 
 
234
 
235
- #: bws_functions.php:488
236
- #, fuzzy
237
- msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
238
- msgstr "Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne peut-être installée qu'une seule fois."
 
 
 
239
 
240
- #: bws_functions.php:492
241
- #, fuzzy
242
  msgid "The Pro Trial license key is valid."
243
  msgstr "La clé de licence d'évaluation est valide."
244
 
245
- #: bws_functions.php:494
246
  msgid "The license key is valid."
247
  msgstr "La clé de licence est valide."
248
 
249
- #: bws_functions.php:497
250
  msgid "Your license will expire on"
251
  msgstr "Votre licence se termine le "
252
 
253
- #: bws_functions.php:530
254
  msgid "Please, enter your license key"
255
  msgstr "Merci de saisir votre clé de licence"
256
 
257
- #: bws_functions.php:543
258
- msgid "If needed 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"
259
- msgstr "Si nécessaire vous pouvez vérifier que la clé de licence est correcte ou la saisir de nouveau dans le champ ci-dessous. Vous pouvez trouver votre clé de licence sur votre page personnelle (zone client) sur notre site web."
 
 
 
 
 
 
260
 
261
- #: bws_functions.php:543
262
- msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
263
- msgstr "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de l'achat de l'extension). Si nécessaire, utilisez la fonction de demande de mot de passe perdu."
 
 
 
 
 
264
 
265
- #: bws_functions.php:547
266
  msgid "Check license key"
267
  msgstr "Vérifier la clé de licence"
268
 
269
- #: bws_functions.php:561
270
  msgid "WARNING: Illegal use notification"
271
  msgstr "AVERTISSEMENT : Notification d'utilisation abusive"
272
 
273
- #: bws_functions.php:561
274
- msgid "You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated."
275
- msgstr "Nous avons détecté une utilisation abusive de notre extension. Nous vous recommandons de résoudre ce problème dans les 24 heures, sinon l'extension sera rendue inactive. Merci de vous rendre dans votre espace personel"
 
 
 
 
 
 
 
 
 
276
 
277
- #: bws_functions.php:569
278
- #, fuzzy
279
- msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
280
- msgstr "Votre licence d'évaluation est terminée. Pour continuer à disposer du support rapide et des mises à jour de l'extension vous devez la renouveller."
281
-
282
- #: bws_functions.php:571
283
- msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
284
- msgstr "Votre licence est terminée. Pour continuer à disposer du support rapide et des mises à jour de l'extension vous devez la renouveller."
285
-
286
- #: bws_functions.php:571
287
- #: bws_functions.php:624
288
- #: bws_menu.php:669
289
- #: bws_menu.php:691
290
- #: bws_menu.php:718
291
- #: bws_menu.php:748
292
- #: bws_menu.php:794
 
 
293
  msgid "Learn more"
294
  msgstr "En savoir plus"
295
 
296
- #: bws_functions.php:581
297
- #, fuzzy, php-format
298
  msgid "Notice: You are using the Pro Trial license of %s plugin."
299
- msgstr "Avertissement : vous utilisez la version d'évaluation de l'extension %s."
 
300
 
301
- #: bws_functions.php:583
302
- #, fuzzy
303
  msgid "Notice: You are using the Pro Trial license of plugin."
304
  msgstr "Avertissement : vous utilisez la version d'évaluation de l'extension."
305
 
306
- #: bws_functions.php:586
307
- #, fuzzy
308
  msgid "The Pro Trial license will expire on"
309
- msgstr "Votre licence se termine le "
310
 
311
- #: bws_functions.php:624
312
  msgid "You license for"
313
  msgstr "Votre licence pour"
314
 
315
- #: bws_functions.php:624
316
  msgid "expires on"
317
  msgstr "se termine le"
318
 
319
- #: bws_functions.php:624
320
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
321
- msgstr "et vous ne diposerez plus du support rapide et des mises à jour."
322
 
323
- #: bws_functions.php:655
324
- #, fuzzy
325
  msgid "Thank you for installing"
326
- msgstr "Merci de nous avoir contacté."
327
 
328
- #: bws_functions.php:656
329
  msgid "Let's get started"
330
- msgstr ""
331
 
332
- #: bws_functions.php:657
333
- #, fuzzy
334
  msgid "Configure Settings"
335
- msgstr "Options du formulaire de Contact"
336
 
337
- #: bws_functions.php:660
338
  msgid "Add New"
339
- msgstr ""
340
 
341
- #: bws_functions.php:664
342
  msgid "Close notice"
 
 
 
 
 
 
 
 
 
 
 
343
  msgstr ""
344
 
345
- #: bws_functions.php:677
346
- msgid "Notice"
347
  msgstr ""
348
 
349
- #: bws_functions.php:677
 
 
 
 
350
  msgid "The plugin's settings have been changed."
351
- msgstr ""
352
 
353
- #: bws_functions.php:678
354
  msgid "Save Changes"
355
  msgstr "Sauvegarder les modifications"
356
 
357
- #: bws_functions.php:693
358
- msgid "You can always look at premium options by clicking on the \"Show Pro features\" in the \"Go PRO\" tab"
 
 
359
  msgstr ""
 
 
360
 
361
- #: bws_functions.php:773
362
- #, fuzzy
363
  msgid "Add BWS Plugins Shortcode"
364
- msgstr "Utiliser le code court"
365
 
366
- #: bws_functions.php:793
367
- #, fuzzy
368
  msgid "Add shortcode"
369
- msgstr "Utiliser le code court"
370
 
371
- #: bws_functions.php:793
372
  msgid "Add BestWebSoft plugins' shortcodes using this button."
373
- msgstr ""
374
 
375
- #: bws_functions.php:833
376
  msgid "Close"
377
  msgstr "Fermer"
378
 
379
- #: bws_functions.php:925
380
  msgid "Restore all plugin settings to defaults"
381
- msgstr ""
382
 
383
- #: bws_functions.php:927
384
- #, fuzzy
385
  msgid "Restore settings"
386
- msgstr "Options supplémentaires"
387
 
388
- #: bws_functions.php:938
389
- #, fuzzy
390
  msgid "Are you sure you want to restore all settings by default?"
391
- msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
392
 
393
- #: bws_functions.php:941
394
  msgid "Yes, restore all settings"
395
- msgstr ""
396
 
397
- #: bws_functions.php:942
398
- #, fuzzy
399
  msgid "No, go back to the settings page"
400
- msgstr "Options supplémentaires"
401
 
402
- #: bws_functions.php:986
403
- #, fuzzy
404
  msgid "Plugin"
405
- msgstr "Extensions"
406
 
407
- #: bws_functions.php:995
408
- #, fuzzy
409
  msgid "Shortcode settings"
410
- msgstr "Options supplémentaires"
411
 
412
- #: bws_functions.php:1000
413
  msgid "The shortcode will be inserted"
414
- msgstr ""
415
 
416
- #: bws_functions.php:1005
417
  msgid "Insert"
418
- msgstr ""
419
 
420
- #: bws_functions.php:1036
421
  msgid "Visit Help Center"
422
- msgstr ""
423
 
424
- #: bws_functions.php:1041
425
  msgid "FAQ"
426
  msgstr "FAQ"
427
 
428
- #: bws_functions.php:1047
429
  msgid "For more information:"
430
- msgstr ""
431
 
432
- #: bws_functions.php:1048
433
  msgid "Documentation"
434
- msgstr ""
435
 
436
- #: bws_functions.php:1049
437
  msgid "Video Instructions"
438
- msgstr ""
439
 
440
- #: bws_functions.php:1050
441
- #, fuzzy
442
  msgid "Submit a Request"
443
- msgstr "Bouton Envoyer"
444
 
445
  #: bws_menu.php:506
446
  msgid "Not set"
447
  msgstr "Not set"
448
 
449
- #: bws_menu.php:508
450
- #: bws_menu.php:509
451
  msgid "On"
452
  msgstr "On"
453
 
454
- #: bws_menu.php:508
455
- #: bws_menu.php:509
456
  msgid "Off"
457
  msgstr "Off"
458
 
459
- #: bws_menu.php:510
460
- #: bws_menu.php:511
461
- #: bws_menu.php:512
462
- #: bws_menu.php:513
463
- #: bws_menu.php:514
464
- #: bws_menu.php:526
465
  msgid "N/A"
466
  msgstr "N/A"
467
 
@@ -469,17 +541,11 @@ msgstr "N/A"
469
  msgid " Mb"
470
  msgstr " Mb"
471
 
472
- #: bws_menu.php:515
473
- #: bws_menu.php:516
474
- #: bws_menu.php:517
475
- #: bws_menu.php:522
476
  msgid "Yes"
477
  msgstr "Yes"
478
 
479
- #: bws_menu.php:515
480
- #: bws_menu.php:516
481
- #: bws_menu.php:517
482
- #: bws_menu.php:524
483
  msgid "No"
484
  msgstr "No"
485
 
@@ -583,140 +649,132 @@ msgstr "Merci de nous avoir contacté."
583
  msgid "Sorry, email message could not be delivered."
584
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
585
 
586
- #: bws_menu.php:620
587
  msgid "Need help?"
588
  msgstr "Besoin d'aide ?"
589
 
590
- #: bws_menu.php:621
591
  msgid "Client area"
592
  msgstr "Espace client"
593
 
594
- #: bws_menu.php:622
595
- #: bws_menu.php:933
596
  msgid "System status"
597
  msgstr "System status"
598
 
599
- #: bws_menu.php:627
600
  msgid "Plugins"
601
  msgstr "Extensions"
602
 
603
- #: bws_menu.php:629
604
  msgid "Themes"
605
  msgstr "Thèmes"
606
 
607
- #: bws_menu.php:634
608
  msgid "All"
609
  msgstr "Tous"
610
 
611
- #: bws_menu.php:635
612
  msgid "Installed"
613
  msgstr "Installé"
614
 
615
- #: bws_menu.php:636
616
  msgid "Recommended"
617
  msgstr "Recommandé"
618
 
619
- #: bws_menu.php:640
620
  msgid "Installed plugins"
621
- msgstr "Plugin installé"
622
 
623
- #: bws_menu.php:672
624
- #: bws_menu.php:721
625
  msgid "Settings"
626
  msgstr "Réglages"
627
 
628
- #: bws_menu.php:693
629
- #: bws_menu.php:750
630
  msgid "Activate this plugin"
631
  msgstr "Activer cette extension"
632
 
633
- #: bws_menu.php:708
634
- #: bws_menu.php:738
635
- #: bws_menu.php:784
636
  msgid "Go"
637
  msgstr "Passez"
638
 
639
- #: bws_menu.php:712
640
- #: bws_menu.php:742
641
- #: bws_menu.php:788
642
  msgid "DONATE"
643
  msgstr "Faire un don"
644
 
645
- #: bws_menu.php:758
646
  msgid "Recommended plugins"
647
- msgstr "Plugin recommandé"
648
 
649
- #: bws_menu.php:796
650
  msgid "Install now"
651
  msgstr "Installer maintenant"
652
 
653
- #: bws_menu.php:817
654
  msgid "Try again"
655
  msgstr "Essayer de nouveau"
656
 
657
- #: bws_menu.php:835
658
  #, php-format
659
  msgid "Preview &#8220;%s&#8221;"
660
  msgstr "Pré-visualiser &#8220;%s&#8221;"
661
 
662
- #: bws_menu.php:866
663
  #, php-format
664
  msgid "Install %s"
665
  msgstr "%s installé"
666
 
667
- #: bws_menu.php:866
668
  msgid "Install Now"
669
- msgstr "Installa Ora"
670
 
671
- #: bws_menu.php:869
672
  #, php-format
673
  msgid "Update to version %s"
674
- msgstr "Mettre à jour pour la version %s"
675
 
676
- #: bws_menu.php:869
677
  msgid "Update"
678
  msgstr "Mettre à jour"
679
 
680
- #: bws_menu.php:876
681
  #, php-format
682
  msgid "Preview %s"
683
  msgstr "Pré-visualiser %s"
684
 
685
- #: bws_menu.php:876
686
  msgid "Preview"
687
  msgstr "Pré-visualiser"
688
 
689
- #: bws_menu.php:882
690
- #: bws_menu.php:914
691
  #, php-format
692
  msgid "By %s"
693
  msgstr "Par %s"
694
 
695
- #: bws_menu.php:888
696
  msgid "Details"
697
  msgstr "Détails"
698
 
699
- #: bws_menu.php:920
700
  msgid "Already Installed"
701
  msgstr "Déjà installé"
702
 
703
- #: bws_menu.php:936
704
  msgid "Environment"
705
- msgstr "Environment"
706
 
707
- #: bws_menu.php:947
708
  msgid "Active Plugins"
709
- msgstr "Plugin actifs"
710
 
711
- #: bws_menu.php:960
712
  msgid "Inactive Plugins"
713
- msgstr "Plugin inactifs"
714
 
715
- #: bws_menu.php:976
716
  msgid "Send to support"
717
  msgstr "Envoyé au support"
718
 
719
- #: bws_menu.php:983
720
  msgid "Send to custom email &#187;"
721
  msgstr "Envoyer un e-mail spécifique &#187;"
722
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-22 15:51+0300\n"
6
+ "PO-Revision-Date: 2016-02-22 15:51+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"
10
  "MIME-Version: 1.0\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "Plural-Forms: nplurals=2;plural=n>2;\n"
17
+ "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: bws_functions.php:65 bws_functions.php:89
 
21
  msgid "requires"
22
  msgstr "obligatoire"
23
 
24
+ #: bws_functions.php:67
25
+ msgid ""
26
+ "or higher, that is why it has been deactivated! Please upgrade WordPress and "
27
+ "try again."
28
+ msgstr ""
29
+ "ou supérieure, c'est pourquoi il a été désactivé! Merci de faire la mise à "
30
+ "jour de WordPress puis de ré-essayer."
31
 
32
+ #: bws_functions.php:68
33
  msgid "Back to the WordPress"
34
  msgstr "Retour à WordPress"
35
 
36
+ #: bws_functions.php:70
37
  msgid "Plugins page"
38
  msgstr "Page des extensions"
39
 
40
+ #: bws_functions.php:91
41
+ msgid ""
42
+ "or higher! We do not guarantee that our plugin will work correctly. Please "
43
+ "upgrade to WordPress latest version."
44
  msgstr ""
45
+ "ou plus ! Nous ne garantissons pas que notre extension fonctionne "
46
+ "correctement. Merci de mettre à jour Wordpress avec la dernière version."
47
 
48
+ #: bws_functions.php:148
49
  msgid "It’s time to upgrade your"
50
  msgstr "C'est le moment de mettre à jour votre "
51
 
52
+ #: bws_functions.php:148
53
  msgid "to"
54
  msgstr "à"
55
 
56
+ #: bws_functions.php:148
57
  msgid "version!"
58
  msgstr "version"
59
 
60
+ #: bws_functions.php:149
61
  msgid "Extend standard plugin functionality with new great options."
62
+ msgstr ""
63
+ "Étend les fonctionnalités classiques de l'extension avec des nouvelles "
64
+ "options."
65
 
66
+ #: bws_functions.php:152 bws_functions.php:593
 
67
  msgid "Learn More"
68
  msgstr "En savoir plus"
69
 
70
+ #: bws_functions.php:169
71
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
72
+ msgstr ""
73
+ "Si notre extension vous satisfait, merci de la notée avec 5 étoiles dans "
74
+ "Wordpress"
75
 
76
+ #: bws_functions.php:170
77
  msgid "Rate the plugin"
78
  msgstr "Voter pour l'extension"
79
 
80
+ #: bws_functions.php:173
81
  msgid "If there is something wrong about it, please contact us"
82
  msgstr "Si vous avez une question, n'hésitez pas à nous contacter"
83
 
84
+ #: bws_functions.php:205
85
  msgid "Check premium options on the plugin settings page!"
86
  msgstr ""
87
+ "Vérifier les options premium sur la page des paramètres de l'extension!"
88
 
89
+ #: bws_functions.php:212 bws_functions.php:248
 
90
  msgid "Wrong license key"
91
  msgstr "Clé de licence incorrecte"
92
 
93
+ #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
94
+ msgid ""
95
+ "Something went wrong. Please try again later. If the error appears again, "
96
+ "please contact us"
97
+ msgstr ""
98
+ "Il est survenu une erreur. Essayer de nouveau. Si l'erreur se produit de "
99
+ "nouveau, merci de contacter <a href=http://support.bestwebsoft."
100
+ "com>BestWebSoft</a>. Nous sommes désolés pour le désagrément."
101
 
102
+ #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
 
 
103
  msgid "We are sorry for inconvenience."
104
  msgstr "Nous sommes désolés pour le désagrément."
105
 
106
+ #: bws_functions.php:250
107
  msgid "This license key is bind to another site"
108
  msgstr "La clé de licence correspond à un autre site."
109
 
110
+ #: bws_functions.php:252 bws_functions.php:416
111
+ msgid ""
112
+ "Unfortunately, you have exceeded the number of available tries per day. "
113
+ "Please, upload the plugin manually."
114
+ msgstr ""
115
+ "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
116
+ "télécharger l'extension manuellement."
117
 
118
+ #: bws_functions.php:254
119
+ msgid ""
120
+ "Unfortunately, Your license has expired. To continue getting top-priority "
121
+ "support and plugin updates you should extend it in your"
122
+ msgstr ""
123
+ "Désoler, votre licence est terminée. Pour continuer à disposer du support "
124
+ "rapide et des mises à jour de l'extension vous devez la renouveler dans votre"
125
 
126
+ #: bws_functions.php:256
127
+ msgid ""
128
+ "Unfortunately, the Pro licence was already installed to this domain. The Pro "
129
+ "Trial license can be installed only once."
130
+ msgstr ""
131
+ "Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne "
132
+ "peut-être installée qu'une seule fois."
133
 
134
+ #: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
 
 
135
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
136
+ msgstr ""
137
+ "Erreur de téléchargement de l'archive ZIP. Merci de télécharger l'extension "
138
+ "manuellement."
139
 
140
+ #: bws_functions.php:289
141
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
142
+ msgstr ""
143
+ "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
144
+ "manuellement."
145
 
146
+ #: bws_functions.php:295
147
+ msgid ""
148
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
149
+ "plugin manually"
150
+ msgstr ""
151
+ "Votre serveur n'a pas le support du format des archives ZIP ou Phar. Merci "
152
+ "de télécharger l'extension manuellement."
153
 
154
+ #: bws_functions.php:302
155
  msgid "UploadDir is not writable. Please, upload the plugin manually"
156
+ msgstr ""
157
+ "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
158
+ "manuellement."
159
 
160
+ #: bws_functions.php:325
161
+ msgid ""
162
+ "Something went wrong. Try again later or upload the plugin manually. We are "
163
+ "sorry for inconvenience."
164
+ msgstr ""
165
+ "Il est survenu une erreur. Essayer de nouveau ou bien télécharger "
166
+ "l'extension manuellement.Nous sommes désolés pour le désagrément."
167
 
168
+ #: bws_functions.php:350
169
  msgid "Please, enter Your license key"
170
  msgstr "Merci de saisir votre clé de licence"
171
 
172
+ #: bws_functions.php:380
173
+ msgid ""
174
+ "Congratulations! The Pro version of the plugin is successfully download and "
175
+ "activated."
176
+ msgstr ""
177
+ "Félicitations! La version PRO de cette extension a été téléchargée et "
178
+ "activée avec succès."
179
 
180
+ #: bws_functions.php:382 bws_functions.php:473
 
181
  msgid "Please, go to"
182
+ msgstr "Merci d’aller à"
183
 
184
+ #: bws_functions.php:382 bws_functions.php:473
 
185
  msgid "the setting page"
186
  msgstr "Options supplémentaires"
187
 
188
+ #: bws_functions.php:383 bws_functions.php:474
 
189
  msgid "You will be redirected automatically in 5 seconds."
190
  msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
191
 
192
+ #: bws_functions.php:390
193
  msgid "Show Pro features"
194
+ msgstr "Voir les fonctionnalités de la version PRO"
195
 
196
+ #: bws_functions.php:397
197
  msgid "You can download and activate"
198
  msgstr "Vous pouvez télécharger et activer la version "
199
 
200
+ #: bws_functions.php:399
201
  msgid "version of this plugin by entering Your license key."
202
  msgstr " de cette extension en donnant votre clé de licence."
203
 
204
+ #: bws_functions.php:401 bws_functions.php:442
205
+ msgid ""
206
+ "You can find your license key on your personal page Client area, by clicking "
207
+ "on the link"
208
+ msgstr ""
209
+ "Vous pouvez trouver votre clé de licence sur votre page personnelle dans la "
210
+ "zone cliente en cliquant sur le lien"
211
 
212
+ #: bws_functions.php:403 bws_functions.php:444
 
213
  msgid "(your username is the email you specify when purchasing the product)."
214
+ msgstr ""
215
+ "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de "
216
+ "l'achat de l'extension)."
217
 
218
+ #: bws_functions.php:407 bws_functions.php:691
 
219
  msgid "or"
220
  msgstr "ou"
221
 
222
+ #: bws_functions.php:407
223
  #, php-format
224
  msgid "Start Your Free %s-Day Trial Now"
225
  msgstr "Débuter votre licence d'évaluation gratuite de %s jours"
226
 
227
+ #: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
228
+ #: bws_functions.php:460 bws_menu.php:690 bws_menu.php:747
 
 
 
 
229
  msgid "Activate"
230
  msgstr "Activé"
231
 
232
+ #: bws_functions.php:439 bws_functions.php:532
 
233
  #, php-format
234
+ msgid ""
235
+ "In order to continue using the plugin it is necessary to buy a %s license."
236
+ msgstr ""
237
+ "Afin de pouvoir continuer à utiliser cette extension il est nécessaire "
238
+ "d'acheter une licence %s."
239
 
240
+ #: bws_functions.php:440
241
  msgid "After that you can activate it by entering your license key."
242
+ msgstr ""
243
+ " Après vous pouvez activer cette extension en donnant votre clé de licence."
244
 
245
+ #: bws_functions.php:454
246
  msgid "Unfortunately, you have exceeded the number of available tries per day."
247
+ msgstr ""
248
+ "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
249
+ "télécharger l'extension manuellement."
250
 
251
+ #: bws_functions.php:471
252
+ msgid ""
253
+ "Congratulations! The Pro license of the plugin is successfully activated."
254
+ msgstr ""
255
+ "Félicitations! La version PRO de cette extension a été téléchargée et "
256
+ "activée avec succès."
257
 
258
+ #: bws_functions.php:512
259
  msgid "Wrong license key."
260
  msgstr "Clé de licence incorrecte."
261
 
262
+ #: bws_functions.php:514
263
  msgid "This license key is bind to another site."
264
  msgstr "La clé de licence correspond à un autre site."
265
 
266
+ #: bws_functions.php:516
267
+ msgid ""
268
+ "This license key is valid, but Your license has expired. If you want to "
269
+ "update our plugin in future, you should extend the license."
270
+ msgstr ""
271
+ "La clé de licence est valide mais votre durée de validité est passée. Pour "
272
+ "continuer à disposer du support rapide et des mises à jour de l'extension "
273
+ "vous devez la renouveller."
274
 
275
+ #: bws_functions.php:518
276
  msgid "Unfortunately, you have exceeded the number of available tries."
277
+ msgstr ""
278
+ "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
279
+ "télécharger l'extension manuellement."
280
 
281
+ #: bws_functions.php:520
282
+ msgid ""
283
+ "Unfortunately, the Pro Trial licence was already installed to this domain. "
284
+ "The Pro Trial license can be installed only once."
285
+ msgstr ""
286
+ "Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne "
287
+ "peut-être installée qu'une seule fois."
288
 
289
+ #: bws_functions.php:524
 
290
  msgid "The Pro Trial license key is valid."
291
  msgstr "La clé de licence d'évaluation est valide."
292
 
293
+ #: bws_functions.php:526
294
  msgid "The license key is valid."
295
  msgstr "La clé de licence est valide."
296
 
297
+ #: bws_functions.php:529
298
  msgid "Your license will expire on"
299
  msgstr "Votre licence se termine le "
300
 
301
+ #: bws_functions.php:562
302
  msgid "Please, enter your license key"
303
  msgstr "Merci de saisir votre clé de licence"
304
 
305
+ #: bws_functions.php:575
306
+ msgid ""
307
+ "If needed you can check if the license key is correct or reenter it in the "
308
+ "field below. You can find your license key on your personal page - Client "
309
+ "area - on our website"
310
+ msgstr ""
311
+ "Si nécessaire vous pouvez vérifier que la clé de licence est correcte ou la "
312
+ "saisir de nouveau dans le champ ci-dessous. Vous pouvez trouver votre clé de "
313
+ "licence sur votre page personnelle (zone client) sur notre site web."
314
 
315
+ #: bws_functions.php:575
316
+ msgid ""
317
+ "(your username is the email you specify when purchasing the product). If "
318
+ "necessary, please submit \"Lost your password?\" request."
319
+ msgstr ""
320
+ "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de "
321
+ "l'achat de l'extension). Si nécessaire, utilisez la fonction de demande de "
322
+ "mot de passe perdu."
323
 
324
+ #: bws_functions.php:579
325
  msgid "Check license key"
326
  msgstr "Vérifier la clé de licence"
327
 
328
+ #: bws_functions.php:593
329
  msgid "WARNING: Illegal use notification"
330
  msgstr "AVERTISSEMENT : Notification d'utilisation abusive"
331
 
332
+ #: bws_functions.php:593
333
+ msgid ""
334
+ "You can use one license of the Pro plugin for one domain only. Please check "
335
+ "and edit your license or domain if necessary using you personal Client Area. "
336
+ "We strongly recommend you to solve the problem within 24 hours, otherwise "
337
+ "the Pro plugin will be deactivated."
338
+ msgstr ""
339
+ "Vous ne pouvez utilisez qu'une licence de la version Pro de l'extension pour "
340
+ "un seul domaine. Merci de vérifier et de modifier votre licence ou votre "
341
+ "domaine si nécessaire en utilisant votre zone client. Nous vous recommandons "
342
+ "de résoudre ce problème dans les 24 heures, sinon l'extension sera rendue "
343
+ "inactive."
344
 
345
+ #: bws_functions.php:601
346
+ msgid ""
347
+ "Notice: Your Pro Trial license has expired. To continue using the plugin you "
348
+ "should buy a Pro license"
349
+ msgstr ""
350
+ "Votre licence d'évaluation est terminée. Pour continuer à disposer du "
351
+ "support rapide et des mises à jour de l'extension vous devez la renouveler."
352
+
353
+ #: bws_functions.php:603
354
+ msgid ""
355
+ "Your license has expired. To continue getting top-priority support and "
356
+ "plugin updates you should extend it."
357
+ msgstr ""
358
+ "Votre licence est terminée. Pour continuer à disposer du support rapide et "
359
+ "des mises à jour de l'extension vous devez la renouveller."
360
+
361
+ #: bws_functions.php:603 bws_functions.php:656 bws_menu.php:666
362
+ #: bws_menu.php:688 bws_menu.php:715 bws_menu.php:745 bws_menu.php:791
363
  msgid "Learn more"
364
  msgstr "En savoir plus"
365
 
366
+ #: bws_functions.php:613
367
+ #, php-format
368
  msgid "Notice: You are using the Pro Trial license of %s plugin."
369
+ msgstr ""
370
+ "Avertissement : vous utilisez la version d'évaluation de l'extension %s."
371
 
372
+ #: bws_functions.php:615
 
373
  msgid "Notice: You are using the Pro Trial license of plugin."
374
  msgstr "Avertissement : vous utilisez la version d'évaluation de l'extension."
375
 
376
+ #: bws_functions.php:618
 
377
  msgid "The Pro Trial license will expire on"
378
+ msgstr "La licence PRO d'évaluation expirera le"
379
 
380
+ #: bws_functions.php:656
381
  msgid "You license for"
382
  msgstr "Votre licence pour"
383
 
384
+ #: bws_functions.php:656
385
  msgid "expires on"
386
  msgstr "se termine le"
387
 
388
+ #: bws_functions.php:656
389
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
390
+ msgstr "et vous ne disposerez plus du support rapide et des mises à jour."
391
 
392
+ #: bws_functions.php:687
 
393
  msgid "Thank you for installing"
394
+ msgstr "Merci d'avoir installé"
395
 
396
+ #: bws_functions.php:688
397
  msgid "Let's get started"
398
+ msgstr "Démarrer"
399
 
400
+ #: bws_functions.php:689
 
401
  msgid "Configure Settings"
402
+ msgstr "Configuration des paramètres"
403
 
404
+ #: bws_functions.php:692
405
  msgid "Add New"
406
+ msgstr "Ajouter"
407
 
408
+ #: bws_functions.php:696 bws_functions.php:755
409
  msgid "Close notice"
410
+ msgstr "Effacer l'avertissement"
411
+
412
+ #: bws_functions.php:750
413
+ #, fuzzy
414
+ msgid "Thank you for choosing"
415
+ msgstr "Merci d'avoir installé"
416
+
417
+ #: bws_functions.php:751
418
+ msgid ""
419
+ "If you have a feature, suggestion or idea you'd like to see in the plugin, "
420
+ "we'd love to hear about it!"
421
  msgstr ""
422
 
423
+ #: bws_functions.php:752
424
+ msgid "Suggest a Feature"
425
  msgstr ""
426
 
427
+ #: bws_functions.php:768
428
+ msgid "Notice"
429
+ msgstr "Avertissement"
430
+
431
+ #: bws_functions.php:768
432
  msgid "The plugin's settings have been changed."
433
+ msgstr "Les paramètres de l'extension ont été modifiés."
434
 
435
+ #: bws_functions.php:769
436
  msgid "Save Changes"
437
  msgstr "Sauvegarder les modifications"
438
 
439
+ #: bws_functions.php:786
440
+ msgid ""
441
+ "You can always look at premium options by clicking on the \"Show Pro features"
442
+ "\" in the \"Go PRO\" tab"
443
  msgstr ""
444
+ "Vous pouvez toujours consulter les options premium en cliquant sur le lien "
445
+ "\"Voir les fonctionnalités de la version PRO\" dans l'onglet Passer PRO"
446
 
447
+ #: bws_functions.php:866
 
448
  msgid "Add BWS Plugins Shortcode"
449
+ msgstr "Ajouter le code court de l'extension BWS"
450
 
451
+ #: bws_functions.php:886
 
452
  msgid "Add shortcode"
453
+ msgstr "Ajouter le code court"
454
 
455
+ #: bws_functions.php:886
456
  msgid "Add BestWebSoft plugins' shortcodes using this button."
457
+ msgstr "Ajouter le code court des extensions BestWebSoft avec ce bouton."
458
 
459
+ #: bws_functions.php:928
460
  msgid "Close"
461
  msgstr "Fermer"
462
 
463
+ #: bws_functions.php:1020
464
  msgid "Restore all plugin settings to defaults"
465
+ msgstr "Remettre les valeurs par défaut des paramètres de l'extension"
466
 
467
+ #: bws_functions.php:1022
 
468
  msgid "Restore settings"
469
+ msgstr "Remettre les paramètres"
470
 
471
+ #: bws_functions.php:1033
 
472
  msgid "Are you sure you want to restore all settings by default?"
473
+ msgstr "Êtes vous sûr de vouloir remettre toutes les valeurs par défaut ?"
474
 
475
+ #: bws_functions.php:1036
476
  msgid "Yes, restore all settings"
477
+ msgstr "Oui, remettre les valeurs par défaut"
478
 
479
+ #: bws_functions.php:1037
 
480
  msgid "No, go back to the settings page"
481
+ msgstr "Non, retourner à la page des paramètres"
482
 
483
+ #: bws_functions.php:1083
 
484
  msgid "Plugin"
485
+ msgstr "Extension"
486
 
487
+ #: bws_functions.php:1092
 
488
  msgid "Shortcode settings"
489
+ msgstr "Paramètres du code court"
490
 
491
+ #: bws_functions.php:1097
492
  msgid "The shortcode will be inserted"
493
+ msgstr "Le code court sera inséré"
494
 
495
+ #: bws_functions.php:1102
496
  msgid "Insert"
497
+ msgstr "Insérer"
498
 
499
+ #: bws_functions.php:1133
500
  msgid "Visit Help Center"
501
+ msgstr "Visiter le site du support"
502
 
503
+ #: bws_functions.php:1138
504
  msgid "FAQ"
505
  msgstr "FAQ"
506
 
507
+ #: bws_functions.php:1144
508
  msgid "For more information:"
509
+ msgstr "Pour plus d'informations&nbsp;:"
510
 
511
+ #: bws_functions.php:1145
512
  msgid "Documentation"
513
+ msgstr "Documentation"
514
 
515
+ #: bws_functions.php:1146
516
  msgid "Video Instructions"
517
+ msgstr "Vidéo explicative"
518
 
519
+ #: bws_functions.php:1147
 
520
  msgid "Submit a Request"
521
+ msgstr "Soumettre une requête"
522
 
523
  #: bws_menu.php:506
524
  msgid "Not set"
525
  msgstr "Not set"
526
 
527
+ #: bws_menu.php:508 bws_menu.php:509
 
528
  msgid "On"
529
  msgstr "On"
530
 
531
+ #: bws_menu.php:508 bws_menu.php:509
 
532
  msgid "Off"
533
  msgstr "Off"
534
 
535
+ #: bws_menu.php:510 bws_menu.php:511 bws_menu.php:512 bws_menu.php:513
536
+ #: bws_menu.php:514 bws_menu.php:526
 
 
 
 
537
  msgid "N/A"
538
  msgstr "N/A"
539
 
541
  msgid " Mb"
542
  msgstr " Mb"
543
 
544
+ #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:522
 
 
 
545
  msgid "Yes"
546
  msgstr "Yes"
547
 
548
+ #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:524
 
 
 
549
  msgid "No"
550
  msgstr "No"
551
 
649
  msgid "Sorry, email message could not be delivered."
650
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
651
 
652
+ #: bws_menu.php:619
653
  msgid "Need help?"
654
  msgstr "Besoin d'aide ?"
655
 
656
+ #: bws_menu.php:620
657
  msgid "Client area"
658
  msgstr "Espace client"
659
 
660
+ #: bws_menu.php:621 bws_menu.php:930
 
661
  msgid "System status"
662
  msgstr "System status"
663
 
664
+ #: bws_menu.php:626
665
  msgid "Plugins"
666
  msgstr "Extensions"
667
 
668
+ #: bws_menu.php:627
669
  msgid "Themes"
670
  msgstr "Thèmes"
671
 
672
+ #: bws_menu.php:631
673
  msgid "All"
674
  msgstr "Tous"
675
 
676
+ #: bws_menu.php:632
677
  msgid "Installed"
678
  msgstr "Installé"
679
 
680
+ #: bws_menu.php:633
681
  msgid "Recommended"
682
  msgstr "Recommandé"
683
 
684
+ #: bws_menu.php:637
685
  msgid "Installed plugins"
686
+ msgstr "Extensions installées"
687
 
688
+ #: bws_menu.php:669 bws_menu.php:718
 
689
  msgid "Settings"
690
  msgstr "Réglages"
691
 
692
+ #: bws_menu.php:690 bws_menu.php:747
 
693
  msgid "Activate this plugin"
694
  msgstr "Activer cette extension"
695
 
696
+ #: bws_menu.php:705 bws_menu.php:735 bws_menu.php:781
 
 
697
  msgid "Go"
698
  msgstr "Passez"
699
 
700
+ #: bws_menu.php:709 bws_menu.php:739 bws_menu.php:785
 
 
701
  msgid "DONATE"
702
  msgstr "Faire un don"
703
 
704
+ #: bws_menu.php:755
705
  msgid "Recommended plugins"
706
+ msgstr "Extensions recommandées"
707
 
708
+ #: bws_menu.php:793
709
  msgid "Install now"
710
  msgstr "Installer maintenant"
711
 
712
+ #: bws_menu.php:814
713
  msgid "Try again"
714
  msgstr "Essayer de nouveau"
715
 
716
+ #: bws_menu.php:832
717
  #, php-format
718
  msgid "Preview &#8220;%s&#8221;"
719
  msgstr "Pré-visualiser &#8220;%s&#8221;"
720
 
721
+ #: bws_menu.php:863
722
  #, php-format
723
  msgid "Install %s"
724
  msgstr "%s installé"
725
 
726
+ #: bws_menu.php:863
727
  msgid "Install Now"
728
+ msgstr "Installer maintenant"
729
 
730
+ #: bws_menu.php:866
731
  #, php-format
732
  msgid "Update to version %s"
733
+ msgstr "Mettre à jour avec la version %s"
734
 
735
+ #: bws_menu.php:866
736
  msgid "Update"
737
  msgstr "Mettre à jour"
738
 
739
+ #: bws_menu.php:873
740
  #, php-format
741
  msgid "Preview %s"
742
  msgstr "Pré-visualiser %s"
743
 
744
+ #: bws_menu.php:873
745
  msgid "Preview"
746
  msgstr "Pré-visualiser"
747
 
748
+ #: bws_menu.php:879 bws_menu.php:911
 
749
  #, php-format
750
  msgid "By %s"
751
  msgstr "Par %s"
752
 
753
+ #: bws_menu.php:885
754
  msgid "Details"
755
  msgstr "Détails"
756
 
757
+ #: bws_menu.php:917
758
  msgid "Already Installed"
759
  msgstr "Déjà installé"
760
 
761
+ #: bws_menu.php:933
762
  msgid "Environment"
763
+ msgstr "Environnent"
764
 
765
+ #: bws_menu.php:944
766
  msgid "Active Plugins"
767
+ msgstr "Extensions actives"
768
 
769
+ #: bws_menu.php:957
770
  msgid "Inactive Plugins"
771
+ msgstr "Extensions inactives"
772
 
773
+ #: bws_menu.php:973
774
  msgid "Send to support"
775
  msgstr "Envoyé au support"
776
 
777
+ #: bws_menu.php:980
778
  msgid "Send to custom email &#187;"
779
  msgstr "Envoyer un e-mail spécifique &#187;"
780
 
bws_menu/languages/bestwebsoft-it_IT.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-it_IT.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: 2015-10-09 14:42+0300\n"
6
- "PO-Revision-Date: 2015-10-09 14:42+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Marco <marco@blackstudio.it>\n"
9
  "Language: it_IT\n"
@@ -18,440 +18,471 @@ msgstr ""
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: bws_functions.php:39
22
- #: bws_functions.php:63
23
  msgid "requires"
24
  msgstr ""
25
 
26
- #: bws_functions.php:41
27
- msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
 
 
28
  msgstr ""
29
 
30
- #: bws_functions.php:42
31
  msgid "Back to the WordPress"
32
  msgstr ""
33
 
34
  # @ bestwebsoft
35
- #: bws_functions.php:44
36
  #, fuzzy
37
  msgid "Plugins page"
38
  msgstr "Plugin Pro"
39
 
40
- #: bws_functions.php:65
41
- msgid "or higher! We do not guarantee that our plugin will work correctly. Please upgrade to WordPress latest version."
 
 
42
  msgstr ""
43
 
44
- #: bws_functions.php:122
45
  msgid "It’s time to upgrade your"
46
  msgstr ""
47
 
48
  # @ captcha
49
- #: bws_functions.php:122
50
  #, fuzzy
51
  msgid "to"
52
  msgstr "due"
53
 
54
  # @ bestwebsoft
55
- #: bws_functions.php:122
56
  #, fuzzy
57
  msgid "version!"
58
  msgstr "Versione PHP"
59
 
60
- #: bws_functions.php:123
61
  msgid "Extend standard plugin functionality with new great options."
62
  msgstr ""
63
 
64
  # @ bestwebsoft
65
- #: bws_functions.php:126
66
- #: bws_functions.php:561
67
  #, fuzzy
68
  msgid "Learn More"
69
  msgstr "Leggi tutto"
70
 
71
- #: bws_functions.php:143
72
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
73
  msgstr ""
74
 
75
  # @ bestwebsoft
76
- #: bws_functions.php:144
77
  #, fuzzy
78
  msgid "Rate the plugin"
79
  msgstr "Plugin attivi"
80
 
81
  # @ bestwebsoft
82
- #: bws_functions.php:147
83
  #, fuzzy
84
  msgid "If there is something wrong about it, please contact us"
85
  msgstr "Se hai domande, contattaci tramite"
86
 
87
- #: bws_functions.php:179
88
  msgid "Check premium options on the plugin settings page!"
89
  msgstr ""
90
 
91
- #: bws_functions.php:186
92
- #: bws_functions.php:222
93
  msgid "Wrong license key"
94
  msgstr ""
95
 
96
- #: bws_functions.php:216
97
- #: bws_functions.php:474
98
- #: bws_functions.php:525
99
- msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
100
  msgstr ""
101
 
102
- #: bws_functions.php:216
103
- #: bws_functions.php:474
104
- #: bws_functions.php:525
105
  msgid "We are sorry for inconvenience."
106
  msgstr ""
107
 
108
- #: bws_functions.php:224
109
  msgid "This license key is bind to another site"
110
  msgstr ""
111
 
112
- #: bws_functions.php:226
113
- #: bws_functions.php:384
114
- msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
 
115
  msgstr ""
116
 
117
- #: bws_functions.php:228
118
- msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
 
 
119
  msgstr ""
120
 
121
- #: bws_functions.php:230
122
- msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
 
 
123
  msgstr ""
124
 
125
- #: bws_functions.php:251
126
- #: bws_functions.php:273
127
- #: bws_functions.php:295
128
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
129
  msgstr ""
130
 
131
- #: bws_functions.php:263
132
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
133
  msgstr ""
134
 
135
- #: bws_functions.php:269
136
- msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
 
 
137
  msgstr ""
138
 
139
- #: bws_functions.php:276
140
  msgid "UploadDir is not writable. Please, upload the plugin manually"
141
  msgstr ""
142
 
143
- #: bws_functions.php:299
144
- msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
 
 
145
  msgstr ""
146
 
147
- #: bws_functions.php:324
148
  msgid "Please, enter Your license key"
149
  msgstr ""
150
 
151
- #: bws_functions.php:348
152
- msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
 
 
153
  msgstr ""
154
 
155
- #: bws_functions.php:350
156
- #: bws_functions.php:441
157
  msgid "Please, go to"
158
  msgstr ""
159
 
160
- #: bws_functions.php:350
161
- #: bws_functions.php:441
162
  msgid "the setting page"
163
  msgstr ""
164
 
165
- #: bws_functions.php:351
166
- #: bws_functions.php:442
167
  msgid "You will be redirected automatically in 5 seconds."
168
  msgstr ""
169
 
170
- #: bws_functions.php:358
171
  msgid "Show Pro features"
172
  msgstr ""
173
 
174
- #: bws_functions.php:365
175
  msgid "You can download and activate"
176
  msgstr ""
177
 
178
- #: bws_functions.php:367
179
  msgid "version of this plugin by entering Your license key."
180
  msgstr ""
181
 
182
- #: bws_functions.php:369
183
- #: bws_functions.php:410
184
- msgid "You can find your license key on your personal page Client area, by clicking on the link"
 
185
  msgstr ""
186
 
187
- #: bws_functions.php:371
188
- #: bws_functions.php:412
189
  msgid "(your username is the email you specify when purchasing the product)."
190
  msgstr ""
191
 
192
  # @ captcha
193
- #: bws_functions.php:375
194
- #: bws_functions.php:659
195
  #, fuzzy
196
  msgid "or"
197
  msgstr "quattro"
198
 
199
- #: bws_functions.php:375
200
  #, php-format
201
  msgid "Start Your Free %s-Day Trial Now"
202
  msgstr ""
203
 
204
  # @ bestwebsoft
205
- #: bws_functions.php:381
206
- #: bws_functions.php:390
207
- #: bws_functions.php:420
208
- #: bws_functions.php:428
209
- #: bws_menu.php:693
210
- #: bws_menu.php:750
211
  #, fuzzy
212
  msgid "Activate"
213
  msgstr "Plugin attivi"
214
 
215
- #: bws_functions.php:407
216
- #: bws_functions.php:500
217
  #, php-format
218
- msgid "In order to continue using the plugin it is necessary to buy a %s license."
 
219
  msgstr ""
220
 
221
- #: bws_functions.php:408
222
  msgid "After that you can activate it by entering your license key."
223
  msgstr ""
224
 
225
- #: bws_functions.php:422
226
  msgid "Unfortunately, you have exceeded the number of available tries per day."
227
  msgstr ""
228
 
229
- #: bws_functions.php:439
230
- msgid "Congratulations! The Pro license of the plugin is successfully activated."
 
231
  msgstr ""
232
 
233
- #: bws_functions.php:480
234
  msgid "Wrong license key."
235
  msgstr ""
236
 
237
- #: bws_functions.php:482
238
  msgid "This license key is bind to another site."
239
  msgstr ""
240
 
241
- #: bws_functions.php:484
242
- msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
 
 
243
  msgstr ""
244
 
245
- #: bws_functions.php:486
246
  msgid "Unfortunately, you have exceeded the number of available tries."
247
  msgstr ""
248
 
249
- #: bws_functions.php:488
250
- msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
 
 
251
  msgstr ""
252
 
253
- #: bws_functions.php:492
254
  msgid "The Pro Trial license key is valid."
255
  msgstr ""
256
 
257
- #: bws_functions.php:494
258
  msgid "The license key is valid."
259
  msgstr ""
260
 
261
- #: bws_functions.php:497
262
  msgid "Your license will expire on"
263
  msgstr ""
264
 
265
- #: bws_functions.php:530
266
  msgid "Please, enter your license key"
267
  msgstr ""
268
 
269
- #: bws_functions.php:543
270
- msgid "If needed 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"
 
 
 
271
  msgstr ""
272
 
273
- #: bws_functions.php:543
274
- msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
 
 
275
  msgstr ""
276
 
277
- #: bws_functions.php:547
278
  msgid "Check license key"
279
  msgstr ""
280
 
281
- #: bws_functions.php:561
282
  msgid "WARNING: Illegal use notification"
283
  msgstr ""
284
 
285
- #: bws_functions.php:561
286
- msgid "You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated."
 
 
 
 
287
  msgstr ""
288
 
289
- #: bws_functions.php:569
290
- msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
 
 
291
  msgstr ""
292
 
293
- #: bws_functions.php:571
294
- msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
 
 
295
  msgstr ""
296
 
297
  # @ bestwebsoft
298
- #: bws_functions.php:571
299
- #: bws_functions.php:624
300
- #: bws_menu.php:669
301
- #: bws_menu.php:691
302
- #: bws_menu.php:718
303
- #: bws_menu.php:748
304
- #: bws_menu.php:794
305
  #, fuzzy
306
  msgid "Learn more"
307
  msgstr "Leggi tutto"
308
 
309
- #: bws_functions.php:581
310
  #, php-format
311
  msgid "Notice: You are using the Pro Trial license of %s plugin."
312
  msgstr ""
313
 
314
- #: bws_functions.php:583
315
  msgid "Notice: You are using the Pro Trial license of plugin."
316
  msgstr ""
317
 
318
- #: bws_functions.php:586
319
  msgid "The Pro Trial license will expire on"
320
  msgstr ""
321
 
322
- #: bws_functions.php:624
323
  msgid "You license for"
324
  msgstr ""
325
 
326
- #: bws_functions.php:624
327
  msgid "expires on"
328
  msgstr ""
329
 
330
- #: bws_functions.php:624
331
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
332
  msgstr ""
333
 
334
  # @ bestwebsoft
335
- #: bws_functions.php:655
336
  #, fuzzy
337
  msgid "Thank you for installing"
338
  msgstr "Grazie per averci contattato."
339
 
340
- #: bws_functions.php:656
341
  msgid "Let's get started"
342
  msgstr ""
343
 
344
  # @ bestwebsoft
345
  # @ captcha
346
- #: bws_functions.php:657
347
  #, fuzzy
348
  msgid "Configure Settings"
349
  msgstr "Impostazioni"
350
 
351
- #: bws_functions.php:660
352
  msgid "Add New"
353
  msgstr ""
354
 
355
- #: bws_functions.php:664
356
  msgid "Close notice"
357
  msgstr ""
358
 
359
- #: bws_functions.php:677
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
360
  msgid "Notice"
361
  msgstr ""
362
 
363
- #: bws_functions.php:677
364
  msgid "The plugin's settings have been changed."
365
  msgstr ""
366
 
367
  # @ default
368
- #: bws_functions.php:678
369
  msgid "Save Changes"
370
  msgstr "Salva le modifiche"
371
 
372
- #: bws_functions.php:693
373
- msgid "You can always look at premium options by clicking on the \"Show Pro features\" in the \"Go PRO\" tab"
 
 
374
  msgstr ""
375
 
376
- #: bws_functions.php:773
377
  msgid "Add BWS Plugins Shortcode"
378
  msgstr ""
379
 
380
- #: bws_functions.php:793
381
  msgid "Add shortcode"
382
  msgstr ""
383
 
384
- #: bws_functions.php:793
385
  msgid "Add BestWebSoft plugins' shortcodes using this button."
386
  msgstr ""
387
 
388
- #: bws_functions.php:833
389
  msgid "Close"
390
  msgstr ""
391
 
392
- #: bws_functions.php:925
393
  msgid "Restore all plugin settings to defaults"
394
  msgstr ""
395
 
396
- #: bws_functions.php:927
397
  msgid "Restore settings"
398
  msgstr ""
399
 
400
- #: bws_functions.php:938
401
  msgid "Are you sure you want to restore all settings by default?"
402
  msgstr ""
403
 
404
- #: bws_functions.php:941
405
  msgid "Yes, restore all settings"
406
  msgstr ""
407
 
408
- #: bws_functions.php:942
409
  msgid "No, go back to the settings page"
410
  msgstr ""
411
 
412
  # @ bestwebsoft
413
- #: bws_functions.php:986
414
  #, fuzzy
415
  msgid "Plugin"
416
  msgstr "Plugin Pro"
417
 
418
  # @ bestwebsoft
419
  # @ captcha
420
- #: bws_functions.php:995
421
  #, fuzzy
422
  msgid "Shortcode settings"
423
  msgstr "Impostazioni"
424
 
425
- #: bws_functions.php:1000
426
  msgid "The shortcode will be inserted"
427
  msgstr ""
428
 
429
- #: bws_functions.php:1005
430
  msgid "Insert"
431
  msgstr ""
432
 
433
- #: bws_functions.php:1036
434
  msgid "Visit Help Center"
435
  msgstr ""
436
 
437
  # @ captcha
438
- #: bws_functions.php:1041
439
  msgid "FAQ"
440
  msgstr "FAQ"
441
 
442
- #: bws_functions.php:1047
443
  msgid "For more information:"
444
  msgstr ""
445
 
446
- #: bws_functions.php:1048
447
  msgid "Documentation"
448
  msgstr ""
449
 
450
- #: bws_functions.php:1049
451
  msgid "Video Instructions"
452
  msgstr ""
453
 
454
- #: bws_functions.php:1050
455
  msgid "Submit a Request"
456
  msgstr ""
457
 
@@ -461,24 +492,18 @@ msgid "Not set"
461
  msgstr "Non impostato"
462
 
463
  # @ bestwebsoft
464
- #: bws_menu.php:508
465
- #: bws_menu.php:509
466
  msgid "On"
467
  msgstr "Abilitato"
468
 
469
  # @ bestwebsoft
470
- #: bws_menu.php:508
471
- #: bws_menu.php:509
472
  msgid "Off"
473
  msgstr "Disabilitato"
474
 
475
  # @ bestwebsoft
476
- #: bws_menu.php:510
477
- #: bws_menu.php:511
478
- #: bws_menu.php:512
479
- #: bws_menu.php:513
480
- #: bws_menu.php:514
481
- #: bws_menu.php:526
482
  msgid "N/A"
483
  msgstr "Non disponibile"
484
 
@@ -488,18 +513,12 @@ msgid " Mb"
488
  msgstr "Mb"
489
 
490
  # @ bestwebsoft
491
- #: bws_menu.php:515
492
- #: bws_menu.php:516
493
- #: bws_menu.php:517
494
- #: bws_menu.php:522
495
  msgid "Yes"
496
  msgstr "Sì"
497
 
498
  # @ bestwebsoft
499
- #: bws_menu.php:515
500
- #: bws_menu.php:516
501
- #: bws_menu.php:517
502
- #: bws_menu.php:524
503
  msgid "No"
504
  msgstr "No"
505
 
@@ -628,189 +647,188 @@ msgstr "Grazie per averci contattato."
628
  msgid "Sorry, email message could not be delivered."
629
  msgstr "Spiacenti, il messaggio email non può essere inviato."
630
 
631
- #: bws_menu.php:620
632
  msgid "Need help?"
633
  msgstr ""
634
 
635
- #: bws_menu.php:621
636
  msgid "Client area"
637
  msgstr ""
638
 
639
  # @ bestwebsoft
640
- #: bws_menu.php:622
641
- #: bws_menu.php:933
642
  msgid "System status"
643
  msgstr "Stato sistema"
644
 
645
  # @ bestwebsoft
646
- #: bws_menu.php:627
647
  #, fuzzy
648
  msgid "Plugins"
649
  msgstr "Plugin Pro"
650
 
651
- #: bws_menu.php:629
652
  msgid "Themes"
653
  msgstr ""
654
 
655
- #: bws_menu.php:634
656
  msgid "All"
657
  msgstr ""
658
 
659
  # @ default
660
- #: bws_menu.php:635
661
  #, fuzzy
662
  msgid "Installed"
663
  msgstr "Installa %s"
664
 
665
  # @ bestwebsoft
666
- #: bws_menu.php:636
667
  #, fuzzy
668
  msgid "Recommended"
669
  msgstr "Plugin raccomandati"
670
 
671
  # @ bestwebsoft
672
- #: bws_menu.php:640
673
  msgid "Installed plugins"
674
  msgstr "Plugin installati"
675
 
676
  # @ bestwebsoft
677
  # @ captcha
678
- #: bws_menu.php:672
679
- #: bws_menu.php:721
680
  msgid "Settings"
681
  msgstr "Impostazioni"
682
 
683
  # @ bestwebsoft
684
- #: bws_menu.php:693
685
- #: bws_menu.php:750
686
  #, fuzzy
687
  msgid "Activate this plugin"
688
  msgstr "Plugin attivi"
689
 
690
- #: bws_menu.php:708
691
- #: bws_menu.php:738
692
- #: bws_menu.php:784
693
  msgid "Go"
694
  msgstr ""
695
 
696
- #: bws_menu.php:712
697
- #: bws_menu.php:742
698
- #: bws_menu.php:788
699
  msgid "DONATE"
700
  msgstr ""
701
 
702
  # @ bestwebsoft
703
- #: bws_menu.php:758
704
  msgid "Recommended plugins"
705
  msgstr "Plugin raccomandati"
706
 
707
  # @ default
708
- #: bws_menu.php:796
709
  #, fuzzy
710
  msgid "Install now"
711
  msgstr "Installa %s"
712
 
713
- #: bws_menu.php:817
714
  msgid "Try again"
715
  msgstr ""
716
 
717
- #: bws_menu.php:835
718
  #, php-format
719
  msgid "Preview &#8220;%s&#8221;"
720
  msgstr ""
721
 
722
  # @ default
723
- #: bws_menu.php:866
724
  #, php-format
725
  msgid "Install %s"
726
  msgstr "Installa %s"
727
 
728
  # @ default
729
- #: bws_menu.php:866
730
  #, fuzzy
731
  msgid "Install Now"
732
  msgstr "Installa %s"
733
 
734
- #: bws_menu.php:869
735
  #, php-format
736
  msgid "Update to version %s"
737
  msgstr ""
738
 
739
- #: bws_menu.php:869
740
  msgid "Update"
741
  msgstr ""
742
 
743
- #: bws_menu.php:876
744
  #, php-format
745
  msgid "Preview %s"
746
  msgstr ""
747
 
748
- #: bws_menu.php:876
749
  msgid "Preview"
750
  msgstr ""
751
 
752
- #: bws_menu.php:882
753
- #: bws_menu.php:914
754
  #, php-format
755
  msgid "By %s"
756
  msgstr ""
757
 
758
- #: bws_menu.php:888
759
  msgid "Details"
760
  msgstr ""
761
 
762
  # @ default
763
- #: bws_menu.php:920
764
  #, fuzzy
765
  msgid "Already Installed"
766
  msgstr "Installa %s"
767
 
768
  # @ bestwebsoft
769
- #: bws_menu.php:936
770
  msgid "Environment"
771
  msgstr "Ambiente"
772
 
773
  # @ bestwebsoft
774
- #: bws_menu.php:947
775
  msgid "Active Plugins"
776
  msgstr "Plugin attivi"
777
 
778
  # @ bestwebsoft
779
- #: bws_menu.php:960
780
  msgid "Inactive Plugins"
781
  msgstr "Plugin inattivi"
782
 
783
  # @ bestwebsoft
784
- #: bws_menu.php:976
785
  msgid "Send to support"
786
  msgstr "Invia al supporto"
787
 
788
  # @ bestwebsoft
789
- #: bws_menu.php:983
790
  msgid "Send to custom email &#187;"
791
  msgstr "Invia a una email personalizzata &#187;"
792
 
793
  # @ bestwebsoft
794
  #~ msgid "Pro plugins"
795
  #~ msgstr "Plugin Pro"
 
796
  # @ bestwebsoft
797
  #~ msgid "Activated plugins"
798
  #~ msgstr "Plugin attivi"
 
799
  # @ bestwebsoft
800
  #~ msgid "Read more"
801
  #~ msgstr "Leggi tutto"
 
802
  # @ bestwebsoft
803
  #~ msgid "Purchase"
804
  #~ msgstr "Acquista"
 
805
  # @ bestwebsoft
806
  #~ msgid "Free plugins"
807
  #~ msgstr "Plugin gratuiti"
 
808
  # @ bestwebsoft
809
  #~ msgid "Download"
810
  #~ msgstr "Scarica"
 
811
  # @ bestwebsoft
812
  #~ msgid "Install now from wordpress.org"
813
  #~ msgstr "Installa ora da wordpress.org"
 
814
  # @ bestwebsoft
815
  #, fuzzy
816
  #~ msgid "Activated theme"
@@ -839,9 +857,11 @@ msgstr "Invia a una email personalizzata &#187;"
839
  # @ captcha
840
  #~ msgid "Captcha"
841
  #~ msgstr "Captcha"
 
842
  # @ captcha
843
  #~ msgid "Login form"
844
  #~ msgstr "Modulo di login"
 
845
  # @ captcha
846
  #, fuzzy
847
  #~ msgid "Registration form"
@@ -850,6 +870,7 @@ msgstr "Invia a una email personalizzata &#187;"
850
  # @ captcha
851
  #~ msgid "Register form"
852
  #~ msgstr "Modulo di registrazione"
 
853
  # @ captcha
854
  #, fuzzy
855
  #~ msgid "Reset Password form"
@@ -858,24 +879,31 @@ msgstr "Invia a una email personalizzata &#187;"
858
  # @ captcha
859
  #~ msgid "Lost password form"
860
  #~ msgstr "Modulo recupero password"
 
861
  # @ captcha
862
  #~ msgid "Comments form"
863
  #~ msgstr "Modulo dei commenti"
 
864
  # @ captcha
865
  #~ msgid "Hide CAPTCHA for registered users"
866
  #~ msgstr "Nascondi CAPTCHA per gli utenti registrati"
 
867
  # @ captcha
868
  #~ msgid "Plus (&#43;)"
869
  #~ msgstr "Addizione (&#43;)"
 
870
  # @ captcha
871
  #~ msgid "Plus"
872
  #~ msgstr "Più"
 
873
  # @ captcha
874
  #~ msgid "Minus (&minus;)"
875
  #~ msgstr "Sottrazione (&minus;)"
 
876
  # @ captcha
877
  #~ msgid "Minus"
878
  #~ msgstr "Meno"
 
879
  # @ captcha
880
  #, fuzzy
881
  #~ msgid "Multiplication (&times;)"
@@ -889,12 +917,15 @@ msgstr "Invia a una email personalizzata &#187;"
889
  # @ captcha
890
  #~ msgid "Numbers"
891
  #~ msgstr "Numeri"
 
892
  # @ captcha
893
  #~ msgid "Words"
894
  #~ msgstr "Parole"
 
895
  # @ captcha
896
  #~ msgid "Support"
897
  #~ msgstr "Supporto"
 
898
  # @ captcha
899
  #, fuzzy
900
  #~ msgid ""
@@ -906,6 +937,7 @@ msgstr "Invia a una email personalizzata &#187;"
906
  # @ captcha
907
  #~ msgid "Options saved."
908
  #~ msgstr "Impostazioni salvate."
 
909
  # @ captcha
910
  #, fuzzy
911
  #~ msgid "Enable CAPTCHA for:"
@@ -914,15 +946,19 @@ msgstr "Invia a una email personalizzata &#187;"
914
  # @ captcha
915
  #~ msgid "Contact form"
916
  #~ msgstr "Modulo di contatto"
 
917
  # @ captcha
918
  #~ msgid "powered by"
919
  #~ msgstr "powered by"
 
920
  # @ captcha
921
  #~ msgid "Activate contact form"
922
  #~ msgstr "Attiva modulo di contatto"
 
923
  # @ captcha
924
  #~ msgid "Download contact form"
925
  #~ msgstr "Scarica il plugin per il modulo di contatto"
 
926
  # @ captcha
927
  #, fuzzy
928
  #~ msgid ""
@@ -934,6 +970,7 @@ msgstr "Invia a una email personalizzata &#187;"
934
  # @ captcha
935
  #~ msgid "\"Create a Group\" form"
936
  #~ msgstr "Modulo \"Crea un gruppo\""
 
937
  # @ captcha
938
  #~ msgid ""
939
  #~ "This functionality is available in the Pro version of the plugin. For "
@@ -941,6 +978,7 @@ msgstr "Invia a una email personalizzata &#187;"
941
  #~ msgstr ""
942
  #~ "Questa funzionalità è disponibile nella versione Pro del plugin. Per "
943
  #~ "maggiori dettagli, per favore vai al link"
 
944
  # @ captcha
945
  #, fuzzy
946
  #~ msgid "Title for CAPTCHA in the form"
@@ -949,15 +987,19 @@ msgstr "Invia a una email personalizzata &#187;"
949
  # @ captcha
950
  #~ msgid "Arithmetic actions for CAPTCHA"
951
  #~ msgstr "Operazioni aritmetiche per il CAPTCHA"
 
952
  # @ captcha
953
  #~ msgid "CAPTCHA complexity level"
954
  #~ msgstr "Livello complessità CAPTCHA"
 
955
  # @ captcha
956
  #~ msgid "ERROR"
957
  #~ msgstr "ERRORE"
 
958
  # @ captcha
959
  #~ msgid "Please fill the form."
960
  #~ msgstr "Per favore compila il modulo."
 
961
  # @ captcha
962
  #, fuzzy
963
  #~ msgid "Please enter a valid CAPTCHA value."
@@ -975,84 +1017,111 @@ msgstr "Invia a una email personalizzata &#187;"
975
  # @ captcha
976
  #~ msgid "zero"
977
  #~ msgstr "zero"
 
978
  # @ captcha
979
  #~ msgid "one"
980
  #~ msgstr "uno"
 
981
  # @ captcha
982
  #~ msgid "three"
983
  #~ msgstr "tre"
 
984
  # @ captcha
985
  #~ msgid "five"
986
  #~ msgstr "cinque"
 
987
  # @ captcha
988
  #~ msgid "six"
989
  #~ msgstr "sei"
 
990
  # @ captcha
991
  #~ msgid "seven"
992
  #~ msgstr "sette"
 
993
  # @ captcha
994
  #~ msgid "eight"
995
  #~ msgstr "otto"
 
996
  # @ captcha
997
  #~ msgid "nine"
998
  #~ msgstr "nove"
 
999
  # @ captcha
1000
  #~ msgid "eleven"
1001
  #~ msgstr "undici"
 
1002
  # @ captcha
1003
  #~ msgid "twelve"
1004
  #~ msgstr "dodici"
 
1005
  # @ captcha
1006
  #~ msgid "thirteen"
1007
  #~ msgstr "tredici"
 
1008
  # @ captcha
1009
  #~ msgid "fourteen"
1010
  #~ msgstr "quattordici"
 
1011
  # @ captcha
1012
  #~ msgid "fifteen"
1013
  #~ msgstr "quindici"
 
1014
  # @ captcha
1015
  #~ msgid "sixteen"
1016
  #~ msgstr "sedici"
 
1017
  # @ captcha
1018
  #~ msgid "seventeen"
1019
  #~ msgstr "diciassette"
 
1020
  # @ captcha
1021
  #~ msgid "eighteen"
1022
  #~ msgstr "diciotto"
 
1023
  # @ captcha
1024
  #~ msgid "nineteen"
1025
  #~ msgstr "diciannove"
 
1026
  # @ captcha
1027
  #~ msgid "ten"
1028
  #~ msgstr "dieci"
 
1029
  # @ captcha
1030
  #~ msgid "twenty"
1031
  #~ msgstr "venti"
 
1032
  # @ captcha
1033
  #~ msgid "thirty"
1034
  #~ msgstr "trenta"
 
1035
  # @ captcha
1036
  #~ msgid "forty"
1037
  #~ msgstr "quaranta"
 
1038
  # @ captcha
1039
  #~ msgid "fifty"
1040
  #~ msgstr "cinquanta"
 
1041
  # @ captcha
1042
  #~ msgid "sixty"
1043
  #~ msgstr "sessanta"
 
1044
  # @ captcha
1045
  #~ msgid "seventy"
1046
  #~ msgstr "settanta"
 
1047
  # @ captcha
1048
  #~ msgid "eighty"
1049
  #~ msgstr "ottanta"
 
1050
  # @ captcha
1051
  #~ msgid "ninety"
1052
  #~ msgstr "novanta"
 
1053
  # @ captcha
1054
  #~ msgid "and"
1055
  #~ msgstr "e"
 
1056
  # @ captcha
1057
  #, fuzzy
1058
  #~ msgid "Encryption password is not set"
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-22 15:51+0300\n"
6
+ "PO-Revision-Date: 2016-02-22 15:51+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Marco <marco@blackstudio.it>\n"
9
  "Language: it_IT\n"
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: bws_functions.php:65 bws_functions.php:89
 
22
  msgid "requires"
23
  msgstr ""
24
 
25
+ #: bws_functions.php:67
26
+ msgid ""
27
+ "or higher, that is why it has been deactivated! Please upgrade WordPress and "
28
+ "try again."
29
  msgstr ""
30
 
31
+ #: bws_functions.php:68
32
  msgid "Back to the WordPress"
33
  msgstr ""
34
 
35
  # @ bestwebsoft
36
+ #: bws_functions.php:70
37
  #, fuzzy
38
  msgid "Plugins page"
39
  msgstr "Plugin Pro"
40
 
41
+ #: bws_functions.php:91
42
+ msgid ""
43
+ "or higher! We do not guarantee that our plugin will work correctly. Please "
44
+ "upgrade to WordPress latest version."
45
  msgstr ""
46
 
47
+ #: bws_functions.php:148
48
  msgid "It’s time to upgrade your"
49
  msgstr ""
50
 
51
  # @ captcha
52
+ #: bws_functions.php:148
53
  #, fuzzy
54
  msgid "to"
55
  msgstr "due"
56
 
57
  # @ bestwebsoft
58
+ #: bws_functions.php:148
59
  #, fuzzy
60
  msgid "version!"
61
  msgstr "Versione PHP"
62
 
63
+ #: bws_functions.php:149
64
  msgid "Extend standard plugin functionality with new great options."
65
  msgstr ""
66
 
67
  # @ bestwebsoft
68
+ #: bws_functions.php:152 bws_functions.php:593
 
69
  #, fuzzy
70
  msgid "Learn More"
71
  msgstr "Leggi tutto"
72
 
73
+ #: bws_functions.php:169
74
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
75
  msgstr ""
76
 
77
  # @ bestwebsoft
78
+ #: bws_functions.php:170
79
  #, fuzzy
80
  msgid "Rate the plugin"
81
  msgstr "Plugin attivi"
82
 
83
  # @ bestwebsoft
84
+ #: bws_functions.php:173
85
  #, fuzzy
86
  msgid "If there is something wrong about it, please contact us"
87
  msgstr "Se hai domande, contattaci tramite"
88
 
89
+ #: bws_functions.php:205
90
  msgid "Check premium options on the plugin settings page!"
91
  msgstr ""
92
 
93
+ #: bws_functions.php:212 bws_functions.php:248
 
94
  msgid "Wrong license key"
95
  msgstr ""
96
 
97
+ #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
98
+ msgid ""
99
+ "Something went wrong. Please try again later. If the error appears again, "
100
+ "please contact us"
101
  msgstr ""
102
 
103
+ #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
 
 
104
  msgid "We are sorry for inconvenience."
105
  msgstr ""
106
 
107
+ #: bws_functions.php:250
108
  msgid "This license key is bind to another site"
109
  msgstr ""
110
 
111
+ #: bws_functions.php:252 bws_functions.php:416
112
+ msgid ""
113
+ "Unfortunately, you have exceeded the number of available tries per day. "
114
+ "Please, upload the plugin manually."
115
  msgstr ""
116
 
117
+ #: bws_functions.php:254
118
+ msgid ""
119
+ "Unfortunately, Your license has expired. To continue getting top-priority "
120
+ "support and plugin updates you should extend it in your"
121
  msgstr ""
122
 
123
+ #: bws_functions.php:256
124
+ msgid ""
125
+ "Unfortunately, the Pro licence was already installed to this domain. The Pro "
126
+ "Trial license can be installed only once."
127
  msgstr ""
128
 
129
+ #: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
 
 
130
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
131
  msgstr ""
132
 
133
+ #: bws_functions.php:289
134
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
135
  msgstr ""
136
 
137
+ #: bws_functions.php:295
138
+ msgid ""
139
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
140
+ "plugin manually"
141
  msgstr ""
142
 
143
+ #: bws_functions.php:302
144
  msgid "UploadDir is not writable. Please, upload the plugin manually"
145
  msgstr ""
146
 
147
+ #: bws_functions.php:325
148
+ msgid ""
149
+ "Something went wrong. Try again later or upload the plugin manually. We are "
150
+ "sorry for inconvenience."
151
  msgstr ""
152
 
153
+ #: bws_functions.php:350
154
  msgid "Please, enter Your license key"
155
  msgstr ""
156
 
157
+ #: bws_functions.php:380
158
+ msgid ""
159
+ "Congratulations! The Pro version of the plugin is successfully download and "
160
+ "activated."
161
  msgstr ""
162
 
163
+ #: bws_functions.php:382 bws_functions.php:473
 
164
  msgid "Please, go to"
165
  msgstr ""
166
 
167
+ #: bws_functions.php:382 bws_functions.php:473
 
168
  msgid "the setting page"
169
  msgstr ""
170
 
171
+ #: bws_functions.php:383 bws_functions.php:474
 
172
  msgid "You will be redirected automatically in 5 seconds."
173
  msgstr ""
174
 
175
+ #: bws_functions.php:390
176
  msgid "Show Pro features"
177
  msgstr ""
178
 
179
+ #: bws_functions.php:397
180
  msgid "You can download and activate"
181
  msgstr ""
182
 
183
+ #: bws_functions.php:399
184
  msgid "version of this plugin by entering Your license key."
185
  msgstr ""
186
 
187
+ #: bws_functions.php:401 bws_functions.php:442
188
+ msgid ""
189
+ "You can find your license key on your personal page Client area, by clicking "
190
+ "on the link"
191
  msgstr ""
192
 
193
+ #: bws_functions.php:403 bws_functions.php:444
 
194
  msgid "(your username is the email you specify when purchasing the product)."
195
  msgstr ""
196
 
197
  # @ captcha
198
+ #: bws_functions.php:407 bws_functions.php:691
 
199
  #, fuzzy
200
  msgid "or"
201
  msgstr "quattro"
202
 
203
+ #: bws_functions.php:407
204
  #, php-format
205
  msgid "Start Your Free %s-Day Trial Now"
206
  msgstr ""
207
 
208
  # @ bestwebsoft
209
+ #: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
210
+ #: bws_functions.php:460 bws_menu.php:690 bws_menu.php:747
 
 
 
 
211
  #, fuzzy
212
  msgid "Activate"
213
  msgstr "Plugin attivi"
214
 
215
+ #: bws_functions.php:439 bws_functions.php:532
 
216
  #, php-format
217
+ msgid ""
218
+ "In order to continue using the plugin it is necessary to buy a %s license."
219
  msgstr ""
220
 
221
+ #: bws_functions.php:440
222
  msgid "After that you can activate it by entering your license key."
223
  msgstr ""
224
 
225
+ #: bws_functions.php:454
226
  msgid "Unfortunately, you have exceeded the number of available tries per day."
227
  msgstr ""
228
 
229
+ #: bws_functions.php:471
230
+ msgid ""
231
+ "Congratulations! The Pro license of the plugin is successfully activated."
232
  msgstr ""
233
 
234
+ #: bws_functions.php:512
235
  msgid "Wrong license key."
236
  msgstr ""
237
 
238
+ #: bws_functions.php:514
239
  msgid "This license key is bind to another site."
240
  msgstr ""
241
 
242
+ #: bws_functions.php:516
243
+ msgid ""
244
+ "This license key is valid, but Your license has expired. If you want to "
245
+ "update our plugin in future, you should extend the license."
246
  msgstr ""
247
 
248
+ #: bws_functions.php:518
249
  msgid "Unfortunately, you have exceeded the number of available tries."
250
  msgstr ""
251
 
252
+ #: bws_functions.php:520
253
+ msgid ""
254
+ "Unfortunately, the Pro Trial licence was already installed to this domain. "
255
+ "The Pro Trial license can be installed only once."
256
  msgstr ""
257
 
258
+ #: bws_functions.php:524
259
  msgid "The Pro Trial license key is valid."
260
  msgstr ""
261
 
262
+ #: bws_functions.php:526
263
  msgid "The license key is valid."
264
  msgstr ""
265
 
266
+ #: bws_functions.php:529
267
  msgid "Your license will expire on"
268
  msgstr ""
269
 
270
+ #: bws_functions.php:562
271
  msgid "Please, enter your license key"
272
  msgstr ""
273
 
274
+ #: bws_functions.php:575
275
+ msgid ""
276
+ "If needed you can check if the license key is correct or reenter it in the "
277
+ "field below. You can find your license key on your personal page - Client "
278
+ "area - on our website"
279
  msgstr ""
280
 
281
+ #: bws_functions.php:575
282
+ msgid ""
283
+ "(your username is the email you specify when purchasing the product). If "
284
+ "necessary, please submit \"Lost your password?\" request."
285
  msgstr ""
286
 
287
+ #: bws_functions.php:579
288
  msgid "Check license key"
289
  msgstr ""
290
 
291
+ #: bws_functions.php:593
292
  msgid "WARNING: Illegal use notification"
293
  msgstr ""
294
 
295
+ #: bws_functions.php:593
296
+ msgid ""
297
+ "You can use one license of the Pro plugin for one domain only. Please check "
298
+ "and edit your license or domain if necessary using you personal Client Area. "
299
+ "We strongly recommend you to solve the problem within 24 hours, otherwise "
300
+ "the Pro plugin will be deactivated."
301
  msgstr ""
302
 
303
+ #: bws_functions.php:601
304
+ msgid ""
305
+ "Notice: Your Pro Trial license has expired. To continue using the plugin you "
306
+ "should buy a Pro license"
307
  msgstr ""
308
 
309
+ #: bws_functions.php:603
310
+ msgid ""
311
+ "Your license has expired. To continue getting top-priority support and "
312
+ "plugin updates you should extend it."
313
  msgstr ""
314
 
315
  # @ bestwebsoft
316
+ #: bws_functions.php:603 bws_functions.php:656 bws_menu.php:666
317
+ #: bws_menu.php:688 bws_menu.php:715 bws_menu.php:745 bws_menu.php:791
 
 
 
 
 
318
  #, fuzzy
319
  msgid "Learn more"
320
  msgstr "Leggi tutto"
321
 
322
+ #: bws_functions.php:613
323
  #, php-format
324
  msgid "Notice: You are using the Pro Trial license of %s plugin."
325
  msgstr ""
326
 
327
+ #: bws_functions.php:615
328
  msgid "Notice: You are using the Pro Trial license of plugin."
329
  msgstr ""
330
 
331
+ #: bws_functions.php:618
332
  msgid "The Pro Trial license will expire on"
333
  msgstr ""
334
 
335
+ #: bws_functions.php:656
336
  msgid "You license for"
337
  msgstr ""
338
 
339
+ #: bws_functions.php:656
340
  msgid "expires on"
341
  msgstr ""
342
 
343
+ #: bws_functions.php:656
344
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
345
  msgstr ""
346
 
347
  # @ bestwebsoft
348
+ #: bws_functions.php:687
349
  #, fuzzy
350
  msgid "Thank you for installing"
351
  msgstr "Grazie per averci contattato."
352
 
353
+ #: bws_functions.php:688
354
  msgid "Let's get started"
355
  msgstr ""
356
 
357
  # @ bestwebsoft
358
  # @ captcha
359
+ #: bws_functions.php:689
360
  #, fuzzy
361
  msgid "Configure Settings"
362
  msgstr "Impostazioni"
363
 
364
+ #: bws_functions.php:692
365
  msgid "Add New"
366
  msgstr ""
367
 
368
+ #: bws_functions.php:696 bws_functions.php:755
369
  msgid "Close notice"
370
  msgstr ""
371
 
372
+ # @ bestwebsoft
373
+ #: bws_functions.php:750
374
+ #, fuzzy
375
+ msgid "Thank you for choosing"
376
+ msgstr "Grazie per averci contattato."
377
+
378
+ #: bws_functions.php:751
379
+ msgid ""
380
+ "If you have a feature, suggestion or idea you'd like to see in the plugin, "
381
+ "we'd love to hear about it!"
382
+ msgstr ""
383
+
384
+ #: bws_functions.php:752
385
+ msgid "Suggest a Feature"
386
+ msgstr ""
387
+
388
+ #: bws_functions.php:768
389
  msgid "Notice"
390
  msgstr ""
391
 
392
+ #: bws_functions.php:768
393
  msgid "The plugin's settings have been changed."
394
  msgstr ""
395
 
396
  # @ default
397
+ #: bws_functions.php:769
398
  msgid "Save Changes"
399
  msgstr "Salva le modifiche"
400
 
401
+ #: bws_functions.php:786
402
+ msgid ""
403
+ "You can always look at premium options by clicking on the \"Show Pro features"
404
+ "\" in the \"Go PRO\" tab"
405
  msgstr ""
406
 
407
+ #: bws_functions.php:866
408
  msgid "Add BWS Plugins Shortcode"
409
  msgstr ""
410
 
411
+ #: bws_functions.php:886
412
  msgid "Add shortcode"
413
  msgstr ""
414
 
415
+ #: bws_functions.php:886
416
  msgid "Add BestWebSoft plugins' shortcodes using this button."
417
  msgstr ""
418
 
419
+ #: bws_functions.php:928
420
  msgid "Close"
421
  msgstr ""
422
 
423
+ #: bws_functions.php:1020
424
  msgid "Restore all plugin settings to defaults"
425
  msgstr ""
426
 
427
+ #: bws_functions.php:1022
428
  msgid "Restore settings"
429
  msgstr ""
430
 
431
+ #: bws_functions.php:1033
432
  msgid "Are you sure you want to restore all settings by default?"
433
  msgstr ""
434
 
435
+ #: bws_functions.php:1036
436
  msgid "Yes, restore all settings"
437
  msgstr ""
438
 
439
+ #: bws_functions.php:1037
440
  msgid "No, go back to the settings page"
441
  msgstr ""
442
 
443
  # @ bestwebsoft
444
+ #: bws_functions.php:1083
445
  #, fuzzy
446
  msgid "Plugin"
447
  msgstr "Plugin Pro"
448
 
449
  # @ bestwebsoft
450
  # @ captcha
451
+ #: bws_functions.php:1092
452
  #, fuzzy
453
  msgid "Shortcode settings"
454
  msgstr "Impostazioni"
455
 
456
+ #: bws_functions.php:1097
457
  msgid "The shortcode will be inserted"
458
  msgstr ""
459
 
460
+ #: bws_functions.php:1102
461
  msgid "Insert"
462
  msgstr ""
463
 
464
+ #: bws_functions.php:1133
465
  msgid "Visit Help Center"
466
  msgstr ""
467
 
468
  # @ captcha
469
+ #: bws_functions.php:1138
470
  msgid "FAQ"
471
  msgstr "FAQ"
472
 
473
+ #: bws_functions.php:1144
474
  msgid "For more information:"
475
  msgstr ""
476
 
477
+ #: bws_functions.php:1145
478
  msgid "Documentation"
479
  msgstr ""
480
 
481
+ #: bws_functions.php:1146
482
  msgid "Video Instructions"
483
  msgstr ""
484
 
485
+ #: bws_functions.php:1147
486
  msgid "Submit a Request"
487
  msgstr ""
488
 
492
  msgstr "Non impostato"
493
 
494
  # @ bestwebsoft
495
+ #: bws_menu.php:508 bws_menu.php:509
 
496
  msgid "On"
497
  msgstr "Abilitato"
498
 
499
  # @ bestwebsoft
500
+ #: bws_menu.php:508 bws_menu.php:509
 
501
  msgid "Off"
502
  msgstr "Disabilitato"
503
 
504
  # @ bestwebsoft
505
+ #: bws_menu.php:510 bws_menu.php:511 bws_menu.php:512 bws_menu.php:513
506
+ #: bws_menu.php:514 bws_menu.php:526
 
 
 
 
507
  msgid "N/A"
508
  msgstr "Non disponibile"
509
 
513
  msgstr "Mb"
514
 
515
  # @ bestwebsoft
516
+ #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:522
 
 
 
517
  msgid "Yes"
518
  msgstr "Sì"
519
 
520
  # @ bestwebsoft
521
+ #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:524
 
 
 
522
  msgid "No"
523
  msgstr "No"
524
 
647
  msgid "Sorry, email message could not be delivered."
648
  msgstr "Spiacenti, il messaggio email non può essere inviato."
649
 
650
+ #: bws_menu.php:619
651
  msgid "Need help?"
652
  msgstr ""
653
 
654
+ #: bws_menu.php:620
655
  msgid "Client area"
656
  msgstr ""
657
 
658
  # @ bestwebsoft
659
+ #: bws_menu.php:621 bws_menu.php:930
 
660
  msgid "System status"
661
  msgstr "Stato sistema"
662
 
663
  # @ bestwebsoft
664
+ #: bws_menu.php:626
665
  #, fuzzy
666
  msgid "Plugins"
667
  msgstr "Plugin Pro"
668
 
669
+ #: bws_menu.php:627
670
  msgid "Themes"
671
  msgstr ""
672
 
673
+ #: bws_menu.php:631
674
  msgid "All"
675
  msgstr ""
676
 
677
  # @ default
678
+ #: bws_menu.php:632
679
  #, fuzzy
680
  msgid "Installed"
681
  msgstr "Installa %s"
682
 
683
  # @ bestwebsoft
684
+ #: bws_menu.php:633
685
  #, fuzzy
686
  msgid "Recommended"
687
  msgstr "Plugin raccomandati"
688
 
689
  # @ bestwebsoft
690
+ #: bws_menu.php:637
691
  msgid "Installed plugins"
692
  msgstr "Plugin installati"
693
 
694
  # @ bestwebsoft
695
  # @ captcha
696
+ #: bws_menu.php:669 bws_menu.php:718
 
697
  msgid "Settings"
698
  msgstr "Impostazioni"
699
 
700
  # @ bestwebsoft
701
+ #: bws_menu.php:690 bws_menu.php:747
 
702
  #, fuzzy
703
  msgid "Activate this plugin"
704
  msgstr "Plugin attivi"
705
 
706
+ #: bws_menu.php:705 bws_menu.php:735 bws_menu.php:781
 
 
707
  msgid "Go"
708
  msgstr ""
709
 
710
+ #: bws_menu.php:709 bws_menu.php:739 bws_menu.php:785
 
 
711
  msgid "DONATE"
712
  msgstr ""
713
 
714
  # @ bestwebsoft
715
+ #: bws_menu.php:755
716
  msgid "Recommended plugins"
717
  msgstr "Plugin raccomandati"
718
 
719
  # @ default
720
+ #: bws_menu.php:793
721
  #, fuzzy
722
  msgid "Install now"
723
  msgstr "Installa %s"
724
 
725
+ #: bws_menu.php:814
726
  msgid "Try again"
727
  msgstr ""
728
 
729
+ #: bws_menu.php:832
730
  #, php-format
731
  msgid "Preview &#8220;%s&#8221;"
732
  msgstr ""
733
 
734
  # @ default
735
+ #: bws_menu.php:863
736
  #, php-format
737
  msgid "Install %s"
738
  msgstr "Installa %s"
739
 
740
  # @ default
741
+ #: bws_menu.php:863
742
  #, fuzzy
743
  msgid "Install Now"
744
  msgstr "Installa %s"
745
 
746
+ #: bws_menu.php:866
747
  #, php-format
748
  msgid "Update to version %s"
749
  msgstr ""
750
 
751
+ #: bws_menu.php:866
752
  msgid "Update"
753
  msgstr ""
754
 
755
+ #: bws_menu.php:873
756
  #, php-format
757
  msgid "Preview %s"
758
  msgstr ""
759
 
760
+ #: bws_menu.php:873
761
  msgid "Preview"
762
  msgstr ""
763
 
764
+ #: bws_menu.php:879 bws_menu.php:911
 
765
  #, php-format
766
  msgid "By %s"
767
  msgstr ""
768
 
769
+ #: bws_menu.php:885
770
  msgid "Details"
771
  msgstr ""
772
 
773
  # @ default
774
+ #: bws_menu.php:917
775
  #, fuzzy
776
  msgid "Already Installed"
777
  msgstr "Installa %s"
778
 
779
  # @ bestwebsoft
780
+ #: bws_menu.php:933
781
  msgid "Environment"
782
  msgstr "Ambiente"
783
 
784
  # @ bestwebsoft
785
+ #: bws_menu.php:944
786
  msgid "Active Plugins"
787
  msgstr "Plugin attivi"
788
 
789
  # @ bestwebsoft
790
+ #: bws_menu.php:957
791
  msgid "Inactive Plugins"
792
  msgstr "Plugin inattivi"
793
 
794
  # @ bestwebsoft
795
+ #: bws_menu.php:973
796
  msgid "Send to support"
797
  msgstr "Invia al supporto"
798
 
799
  # @ bestwebsoft
800
+ #: bws_menu.php:980
801
  msgid "Send to custom email &#187;"
802
  msgstr "Invia a una email personalizzata &#187;"
803
 
804
  # @ bestwebsoft
805
  #~ msgid "Pro plugins"
806
  #~ msgstr "Plugin Pro"
807
+
808
  # @ bestwebsoft
809
  #~ msgid "Activated plugins"
810
  #~ msgstr "Plugin attivi"
811
+
812
  # @ bestwebsoft
813
  #~ msgid "Read more"
814
  #~ msgstr "Leggi tutto"
815
+
816
  # @ bestwebsoft
817
  #~ msgid "Purchase"
818
  #~ msgstr "Acquista"
819
+
820
  # @ bestwebsoft
821
  #~ msgid "Free plugins"
822
  #~ msgstr "Plugin gratuiti"
823
+
824
  # @ bestwebsoft
825
  #~ msgid "Download"
826
  #~ msgstr "Scarica"
827
+
828
  # @ bestwebsoft
829
  #~ msgid "Install now from wordpress.org"
830
  #~ msgstr "Installa ora da wordpress.org"
831
+
832
  # @ bestwebsoft
833
  #, fuzzy
834
  #~ msgid "Activated theme"
857
  # @ captcha
858
  #~ msgid "Captcha"
859
  #~ msgstr "Captcha"
860
+
861
  # @ captcha
862
  #~ msgid "Login form"
863
  #~ msgstr "Modulo di login"
864
+
865
  # @ captcha
866
  #, fuzzy
867
  #~ msgid "Registration form"
870
  # @ captcha
871
  #~ msgid "Register form"
872
  #~ msgstr "Modulo di registrazione"
873
+
874
  # @ captcha
875
  #, fuzzy
876
  #~ msgid "Reset Password form"
879
  # @ captcha
880
  #~ msgid "Lost password form"
881
  #~ msgstr "Modulo recupero password"
882
+
883
  # @ captcha
884
  #~ msgid "Comments form"
885
  #~ msgstr "Modulo dei commenti"
886
+
887
  # @ captcha
888
  #~ msgid "Hide CAPTCHA for registered users"
889
  #~ msgstr "Nascondi CAPTCHA per gli utenti registrati"
890
+
891
  # @ captcha
892
  #~ msgid "Plus (&#43;)"
893
  #~ msgstr "Addizione (&#43;)"
894
+
895
  # @ captcha
896
  #~ msgid "Plus"
897
  #~ msgstr "Più"
898
+
899
  # @ captcha
900
  #~ msgid "Minus (&minus;)"
901
  #~ msgstr "Sottrazione (&minus;)"
902
+
903
  # @ captcha
904
  #~ msgid "Minus"
905
  #~ msgstr "Meno"
906
+
907
  # @ captcha
908
  #, fuzzy
909
  #~ msgid "Multiplication (&times;)"
917
  # @ captcha
918
  #~ msgid "Numbers"
919
  #~ msgstr "Numeri"
920
+
921
  # @ captcha
922
  #~ msgid "Words"
923
  #~ msgstr "Parole"
924
+
925
  # @ captcha
926
  #~ msgid "Support"
927
  #~ msgstr "Supporto"
928
+
929
  # @ captcha
930
  #, fuzzy
931
  #~ msgid ""
937
  # @ captcha
938
  #~ msgid "Options saved."
939
  #~ msgstr "Impostazioni salvate."
940
+
941
  # @ captcha
942
  #, fuzzy
943
  #~ msgid "Enable CAPTCHA for:"
946
  # @ captcha
947
  #~ msgid "Contact form"
948
  #~ msgstr "Modulo di contatto"
949
+
950
  # @ captcha
951
  #~ msgid "powered by"
952
  #~ msgstr "powered by"
953
+
954
  # @ captcha
955
  #~ msgid "Activate contact form"
956
  #~ msgstr "Attiva modulo di contatto"
957
+
958
  # @ captcha
959
  #~ msgid "Download contact form"
960
  #~ msgstr "Scarica il plugin per il modulo di contatto"
961
+
962
  # @ captcha
963
  #, fuzzy
964
  #~ msgid ""
970
  # @ captcha
971
  #~ msgid "\"Create a Group\" form"
972
  #~ msgstr "Modulo \"Crea un gruppo\""
973
+
974
  # @ captcha
975
  #~ msgid ""
976
  #~ "This functionality is available in the Pro version of the plugin. For "
978
  #~ msgstr ""
979
  #~ "Questa funzionalità è disponibile nella versione Pro del plugin. Per "
980
  #~ "maggiori dettagli, per favore vai al link"
981
+
982
  # @ captcha
983
  #, fuzzy
984
  #~ msgid "Title for CAPTCHA in the form"
987
  # @ captcha
988
  #~ msgid "Arithmetic actions for CAPTCHA"
989
  #~ msgstr "Operazioni aritmetiche per il CAPTCHA"
990
+
991
  # @ captcha
992
  #~ msgid "CAPTCHA complexity level"
993
  #~ msgstr "Livello complessità CAPTCHA"
994
+
995
  # @ captcha
996
  #~ msgid "ERROR"
997
  #~ msgstr "ERRORE"
998
+
999
  # @ captcha
1000
  #~ msgid "Please fill the form."
1001
  #~ msgstr "Per favore compila il modulo."
1002
+
1003
  # @ captcha
1004
  #, fuzzy
1005
  #~ msgid "Please enter a valid CAPTCHA value."
1017
  # @ captcha
1018
  #~ msgid "zero"
1019
  #~ msgstr "zero"
1020
+
1021
  # @ captcha
1022
  #~ msgid "one"
1023
  #~ msgstr "uno"
1024
+
1025
  # @ captcha
1026
  #~ msgid "three"
1027
  #~ msgstr "tre"
1028
+
1029
  # @ captcha
1030
  #~ msgid "five"
1031
  #~ msgstr "cinque"
1032
+
1033
  # @ captcha
1034
  #~ msgid "six"
1035
  #~ msgstr "sei"
1036
+
1037
  # @ captcha
1038
  #~ msgid "seven"
1039
  #~ msgstr "sette"
1040
+
1041
  # @ captcha
1042
  #~ msgid "eight"
1043
  #~ msgstr "otto"
1044
+
1045
  # @ captcha
1046
  #~ msgid "nine"
1047
  #~ msgstr "nove"
1048
+
1049
  # @ captcha
1050
  #~ msgid "eleven"
1051
  #~ msgstr "undici"
1052
+
1053
  # @ captcha
1054
  #~ msgid "twelve"
1055
  #~ msgstr "dodici"
1056
+
1057
  # @ captcha
1058
  #~ msgid "thirteen"
1059
  #~ msgstr "tredici"
1060
+
1061
  # @ captcha
1062
  #~ msgid "fourteen"
1063
  #~ msgstr "quattordici"
1064
+
1065
  # @ captcha
1066
  #~ msgid "fifteen"
1067
  #~ msgstr "quindici"
1068
+
1069
  # @ captcha
1070
  #~ msgid "sixteen"
1071
  #~ msgstr "sedici"
1072
+
1073
  # @ captcha
1074
  #~ msgid "seventeen"
1075
  #~ msgstr "diciassette"
1076
+
1077
  # @ captcha
1078
  #~ msgid "eighteen"
1079
  #~ msgstr "diciotto"
1080
+
1081
  # @ captcha
1082
  #~ msgid "nineteen"
1083
  #~ msgstr "diciannove"
1084
+
1085
  # @ captcha
1086
  #~ msgid "ten"
1087
  #~ msgstr "dieci"
1088
+
1089
  # @ captcha
1090
  #~ msgid "twenty"
1091
  #~ msgstr "venti"
1092
+
1093
  # @ captcha
1094
  #~ msgid "thirty"
1095
  #~ msgstr "trenta"
1096
+
1097
  # @ captcha
1098
  #~ msgid "forty"
1099
  #~ msgstr "quaranta"
1100
+
1101
  # @ captcha
1102
  #~ msgid "fifty"
1103
  #~ msgstr "cinquanta"
1104
+
1105
  # @ captcha
1106
  #~ msgid "sixty"
1107
  #~ msgstr "sessanta"
1108
+
1109
  # @ captcha
1110
  #~ msgid "seventy"
1111
  #~ msgstr "settanta"
1112
+
1113
  # @ captcha
1114
  #~ msgid "eighty"
1115
  #~ msgstr "ottanta"
1116
+
1117
  # @ captcha
1118
  #~ msgid "ninety"
1119
  #~ msgstr "novanta"
1120
+
1121
  # @ captcha
1122
  #~ msgid "and"
1123
  #~ msgstr "e"
1124
+
1125
  # @ captcha
1126
  #, fuzzy
1127
  #~ msgid "Encryption password is not set"
bws_menu/languages/bestwebsoft-ja.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-ja.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: 2015-10-09 14:42+0300\n"
6
- "PO-Revision-Date: 2015-10-09 14:42+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: foken <foken@gmx.com>\n"
9
  "Language: ja_JP\n"
@@ -16,430 +16,460 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_functions.php:39
20
- #: bws_functions.php:63
21
  #, fuzzy
22
  msgid "requires"
23
  msgstr "必須フィールド"
24
 
25
- #: bws_functions.php:41
26
- msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
 
 
27
  msgstr ""
28
 
29
- #: bws_functions.php:42
30
  msgid "Back to the WordPress"
31
  msgstr ""
32
 
33
- #: bws_functions.php:44
34
  #, fuzzy
35
  msgid "Plugins page"
36
  msgstr "Pro Plugins"
37
 
38
- #: bws_functions.php:65
39
- msgid "or higher! We do not guarantee that our plugin will work correctly. Please upgrade to WordPress latest version."
 
 
40
  msgstr ""
41
 
42
- #: bws_functions.php:122
43
  msgid "It’s time to upgrade your"
44
  msgstr ""
45
 
46
- #: bws_functions.php:122
47
  msgid "to"
48
  msgstr ""
49
 
50
- #: bws_functions.php:122
51
  #, fuzzy
52
  msgid "version!"
53
  msgstr "PHP バージョン"
54
 
55
- #: bws_functions.php:123
56
  msgid "Extend standard plugin functionality with new great options."
57
  msgstr ""
58
 
59
- #: bws_functions.php:126
60
- #: bws_functions.php:561
61
  #, fuzzy
62
  msgid "Learn More"
63
  msgstr "もっと読む"
64
 
65
- #: bws_functions.php:143
66
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
67
  msgstr ""
68
 
69
- #: bws_functions.php:144
70
  #, fuzzy
71
  msgid "Rate the plugin"
72
  msgstr "有効なプラグイン"
73
 
74
- #: bws_functions.php:147
75
  #, fuzzy
76
  msgid "If there is something wrong about it, please contact us"
77
  msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
78
 
79
- #: bws_functions.php:179
80
  msgid "Check premium options on the plugin settings page!"
81
  msgstr ""
82
 
83
- #: bws_functions.php:186
84
- #: bws_functions.php:222
85
  msgid "Wrong license key"
86
  msgstr ""
87
 
88
- #: bws_functions.php:216
89
- #: bws_functions.php:474
90
- #: bws_functions.php:525
91
- msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
92
  msgstr ""
93
 
94
- #: bws_functions.php:216
95
- #: bws_functions.php:474
96
- #: bws_functions.php:525
97
  msgid "We are sorry for inconvenience."
98
  msgstr ""
99
 
100
- #: bws_functions.php:224
101
  msgid "This license key is bind to another site"
102
  msgstr ""
103
 
104
- #: bws_functions.php:226
105
- #: bws_functions.php:384
106
- msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
 
107
  msgstr ""
108
 
109
- #: bws_functions.php:228
110
- msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
 
 
111
  msgstr ""
112
 
113
- #: bws_functions.php:230
114
- msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
 
 
115
  msgstr ""
116
 
117
- #: bws_functions.php:251
118
- #: bws_functions.php:273
119
- #: bws_functions.php:295
120
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
121
  msgstr ""
122
 
123
- #: bws_functions.php:263
124
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
125
  msgstr ""
126
 
127
- #: bws_functions.php:269
128
- msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
 
 
129
  msgstr ""
130
 
131
- #: bws_functions.php:276
132
  msgid "UploadDir is not writable. Please, upload the plugin manually"
133
  msgstr ""
134
 
135
- #: bws_functions.php:299
136
- msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
 
 
137
  msgstr ""
138
 
139
- #: bws_functions.php:324
140
  #, fuzzy
141
  msgid "Please, enter Your license key"
142
  msgstr "メッセージを入力して下さい..."
143
 
144
- #: bws_functions.php:348
145
- msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
 
 
146
  msgstr ""
147
 
148
- #: bws_functions.php:350
149
- #: bws_functions.php:441
150
  msgid "Please, go to"
151
  msgstr ""
152
 
153
- #: bws_functions.php:350
154
- #: bws_functions.php:441
155
  #, fuzzy
156
  msgid "the setting page"
157
  msgstr "追加設定"
158
 
159
- #: bws_functions.php:351
160
- #: bws_functions.php:442
161
  msgid "You will be redirected automatically in 5 seconds."
162
  msgstr ""
163
 
164
- #: bws_functions.php:358
165
  msgid "Show Pro features"
166
  msgstr ""
167
 
168
- #: bws_functions.php:365
169
  msgid "You can download and activate"
170
  msgstr ""
171
 
172
- #: bws_functions.php:367
173
  msgid "version of this plugin by entering Your license key."
174
  msgstr ""
175
 
176
- #: bws_functions.php:369
177
- #: bws_functions.php:410
178
- msgid "You can find your license key on your personal page Client area, by clicking on the link"
 
179
  msgstr ""
180
 
181
- #: bws_functions.php:371
182
- #: bws_functions.php:412
183
  msgid "(your username is the email you specify when purchasing the product)."
184
  msgstr ""
185
 
186
- #: bws_functions.php:375
187
- #: bws_functions.php:659
188
  msgid "or"
189
  msgstr "又は"
190
 
191
- #: bws_functions.php:375
192
  #, php-format
193
  msgid "Start Your Free %s-Day Trial Now"
194
  msgstr ""
195
 
196
- #: bws_functions.php:381
197
- #: bws_functions.php:390
198
- #: bws_functions.php:420
199
- #: bws_functions.php:428
200
- #: bws_menu.php:693
201
- #: bws_menu.php:750
202
  #, fuzzy
203
  msgid "Activate"
204
  msgstr "有効なcaptcha"
205
 
206
- #: bws_functions.php:407
207
- #: bws_functions.php:500
208
  #, php-format
209
- msgid "In order to continue using the plugin it is necessary to buy a %s license."
 
210
  msgstr ""
211
 
212
- #: bws_functions.php:408
213
  msgid "After that you can activate it by entering your license key."
214
  msgstr ""
215
 
216
- #: bws_functions.php:422
217
  msgid "Unfortunately, you have exceeded the number of available tries per day."
218
  msgstr ""
219
 
220
- #: bws_functions.php:439
221
- msgid "Congratulations! The Pro license of the plugin is successfully activated."
 
222
  msgstr ""
223
 
224
- #: bws_functions.php:480
225
  msgid "Wrong license key."
226
  msgstr ""
227
 
228
- #: bws_functions.php:482
229
  msgid "This license key is bind to another site."
230
  msgstr ""
231
 
232
- #: bws_functions.php:484
233
- msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
 
 
234
  msgstr ""
235
 
236
- #: bws_functions.php:486
237
  msgid "Unfortunately, you have exceeded the number of available tries."
238
  msgstr ""
239
 
240
- #: bws_functions.php:488
241
- msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
 
 
242
  msgstr ""
243
 
244
- #: bws_functions.php:492
245
  msgid "The Pro Trial license key is valid."
246
  msgstr ""
247
 
248
- #: bws_functions.php:494
249
  msgid "The license key is valid."
250
  msgstr ""
251
 
252
- #: bws_functions.php:497
253
  msgid "Your license will expire on"
254
  msgstr ""
255
 
256
- #: bws_functions.php:530
257
  #, fuzzy
258
  msgid "Please, enter your license key"
259
  msgstr "メッセージを入力して下さい..."
260
 
261
- #: bws_functions.php:543
262
- msgid "If needed 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"
 
 
 
263
  msgstr ""
264
 
265
- #: bws_functions.php:543
266
- msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
 
 
267
  msgstr ""
268
 
269
- #: bws_functions.php:547
270
  msgid "Check license key"
271
  msgstr ""
272
 
273
- #: bws_functions.php:561
274
  msgid "WARNING: Illegal use notification"
275
  msgstr ""
276
 
277
- #: bws_functions.php:561
278
- msgid "You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated."
 
 
 
 
279
  msgstr ""
280
 
281
- #: bws_functions.php:569
282
- msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
 
 
283
  msgstr ""
284
 
285
- #: bws_functions.php:571
286
- msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
 
 
287
  msgstr ""
288
 
289
- #: bws_functions.php:571
290
- #: bws_functions.php:624
291
- #: bws_menu.php:669
292
- #: bws_menu.php:691
293
- #: bws_menu.php:718
294
- #: bws_menu.php:748
295
- #: bws_menu.php:794
296
  #, fuzzy
297
  msgid "Learn more"
298
  msgstr "もっと読む"
299
 
300
- #: bws_functions.php:581
301
  #, php-format
302
  msgid "Notice: You are using the Pro Trial license of %s plugin."
303
  msgstr ""
304
 
305
- #: bws_functions.php:583
306
  msgid "Notice: You are using the Pro Trial license of plugin."
307
  msgstr ""
308
 
309
- #: bws_functions.php:586
310
  msgid "The Pro Trial license will expire on"
311
  msgstr ""
312
 
313
- #: bws_functions.php:624
314
  msgid "You license for"
315
  msgstr ""
316
 
317
- #: bws_functions.php:624
318
  msgid "expires on"
319
  msgstr ""
320
 
321
- #: bws_functions.php:624
322
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
323
  msgstr ""
324
 
325
- #: bws_functions.php:655
326
  #, fuzzy
327
  msgid "Thank you for installing"
328
  msgstr "ご連絡ありがとうございます"
329
 
330
- #: bws_functions.php:656
331
  msgid "Let's get started"
332
  msgstr ""
333
 
334
- #: bws_functions.php:657
335
  #, fuzzy
336
  msgid "Configure Settings"
337
  msgstr "コンタクトフォーム設定"
338
 
339
- #: bws_functions.php:660
340
  msgid "Add New"
341
  msgstr ""
342
 
343
- #: bws_functions.php:664
344
  msgid "Close notice"
345
  msgstr ""
346
 
347
- #: bws_functions.php:677
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
348
  msgid "Notice"
349
  msgstr ""
350
 
351
- #: bws_functions.php:677
352
  msgid "The plugin's settings have been changed."
353
  msgstr ""
354
 
355
- #: bws_functions.php:678
356
  msgid "Save Changes"
357
  msgstr "変更を保存"
358
 
359
- #: bws_functions.php:693
360
- msgid "You can always look at premium options by clicking on the \"Show Pro features\" in the \"Go PRO\" tab"
 
 
361
  msgstr ""
362
 
363
- #: bws_functions.php:773
364
  #, fuzzy
365
  msgid "Add BWS Plugins Shortcode"
366
  msgstr "短いコードの利用"
367
 
368
- #: bws_functions.php:793
369
  #, fuzzy
370
  msgid "Add shortcode"
371
  msgstr "短いコードの利用"
372
 
373
- #: bws_functions.php:793
374
  msgid "Add BestWebSoft plugins' shortcodes using this button."
375
  msgstr ""
376
 
377
- #: bws_functions.php:833
378
  msgid "Close"
379
  msgstr ""
380
 
381
- #: bws_functions.php:925
382
  msgid "Restore all plugin settings to defaults"
383
  msgstr ""
384
 
385
- #: bws_functions.php:927
386
  #, fuzzy
387
  msgid "Restore settings"
388
  msgstr "追加設定"
389
 
390
- #: bws_functions.php:938
391
  #, fuzzy
392
  msgid "Are you sure you want to restore all settings by default?"
393
  msgstr "本当に、この言語データを削除しますか?"
394
 
395
- #: bws_functions.php:941
396
  msgid "Yes, restore all settings"
397
  msgstr ""
398
 
399
- #: bws_functions.php:942
400
  #, fuzzy
401
  msgid "No, go back to the settings page"
402
  msgstr "追加設定"
403
 
404
- #: bws_functions.php:986
405
  #, fuzzy
406
  msgid "Plugin"
407
  msgstr "Pro Plugins"
408
 
409
- #: bws_functions.php:995
410
  #, fuzzy
411
  msgid "Shortcode settings"
412
  msgstr "追加設定"
413
 
414
- #: bws_functions.php:1000
415
  msgid "The shortcode will be inserted"
416
  msgstr ""
417
 
418
- #: bws_functions.php:1005
419
  msgid "Insert"
420
  msgstr ""
421
 
422
- #: bws_functions.php:1036
423
  msgid "Visit Help Center"
424
  msgstr ""
425
 
426
- #: bws_functions.php:1041
427
  msgid "FAQ"
428
  msgstr "FAQ"
429
 
430
- #: bws_functions.php:1047
431
  msgid "For more information:"
432
  msgstr ""
433
 
434
- #: bws_functions.php:1048
435
  msgid "Documentation"
436
  msgstr ""
437
 
438
- #: bws_functions.php:1049
439
  msgid "Video Instructions"
440
  msgstr ""
441
 
442
- #: bws_functions.php:1050
443
  #, fuzzy
444
  msgid "Submit a Request"
445
  msgstr "送信ボタン"
@@ -448,22 +478,16 @@ msgstr "送信ボタン"
448
  msgid "Not set"
449
  msgstr "未設定"
450
 
451
- #: bws_menu.php:508
452
- #: bws_menu.php:509
453
  msgid "On"
454
  msgstr "On"
455
 
456
- #: bws_menu.php:508
457
- #: bws_menu.php:509
458
  msgid "Off"
459
  msgstr "Off"
460
 
461
- #: bws_menu.php:510
462
- #: bws_menu.php:511
463
- #: bws_menu.php:512
464
- #: bws_menu.php:513
465
- #: bws_menu.php:514
466
- #: bws_menu.php:526
467
  msgid "N/A"
468
  msgstr "該当なし"
469
 
@@ -471,17 +495,11 @@ msgstr "該当なし"
471
  msgid " Mb"
472
  msgstr " Mb"
473
 
474
- #: bws_menu.php:515
475
- #: bws_menu.php:516
476
- #: bws_menu.php:517
477
- #: bws_menu.php:522
478
  msgid "Yes"
479
  msgstr "はい"
480
 
481
- #: bws_menu.php:515
482
- #: bws_menu.php:516
483
- #: bws_menu.php:517
484
- #: bws_menu.php:524
485
  msgid "No"
486
  msgstr "いいえ"
487
 
@@ -585,146 +603,138 @@ msgstr "ご連絡ありがとうございます"
585
  msgid "Sorry, email message could not be delivered."
586
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
587
 
588
- #: bws_menu.php:620
589
  msgid "Need help?"
590
  msgstr ""
591
 
592
- #: bws_menu.php:621
593
  msgid "Client area"
594
  msgstr ""
595
 
596
- #: bws_menu.php:622
597
- #: bws_menu.php:933
598
  msgid "System status"
599
  msgstr "システム状況"
600
 
601
- #: bws_menu.php:627
602
  #, fuzzy
603
  msgid "Plugins"
604
  msgstr "Pro Plugins"
605
 
606
- #: bws_menu.php:629
607
  msgid "Themes"
608
  msgstr ""
609
 
610
- #: bws_menu.php:634
611
  msgid "All"
612
  msgstr ""
613
 
614
- #: bws_menu.php:635
615
  #, fuzzy
616
  msgid "Installed"
617
  msgstr "%s 導入"
618
 
619
- #: bws_menu.php:636
620
  #, fuzzy
621
  msgid "Recommended"
622
  msgstr "推奨プラグイン"
623
 
624
- #: bws_menu.php:640
625
  msgid "Installed plugins"
626
  msgstr "導入済みプラグイン"
627
 
628
- #: bws_menu.php:672
629
- #: bws_menu.php:721
630
  msgid "Settings"
631
  msgstr "設定"
632
 
633
- #: bws_menu.php:693
634
- #: bws_menu.php:750
635
  #, fuzzy
636
  msgid "Activate this plugin"
637
  msgstr "有効なプラグイン"
638
 
639
- #: bws_menu.php:708
640
- #: bws_menu.php:738
641
- #: bws_menu.php:784
642
  msgid "Go"
643
  msgstr ""
644
 
645
- #: bws_menu.php:712
646
- #: bws_menu.php:742
647
- #: bws_menu.php:788
648
  msgid "DONATE"
649
  msgstr ""
650
 
651
- #: bws_menu.php:758
652
  msgid "Recommended plugins"
653
  msgstr "推奨プラグイン"
654
 
655
- #: bws_menu.php:796
656
  #, fuzzy
657
  msgid "Install now"
658
  msgstr "Installa Ora"
659
 
660
- #: bws_menu.php:817
661
  msgid "Try again"
662
  msgstr ""
663
 
664
- #: bws_menu.php:835
665
  #, php-format
666
  msgid "Preview &#8220;%s&#8221;"
667
  msgstr ""
668
 
669
- #: bws_menu.php:866
670
  #, php-format
671
  msgid "Install %s"
672
  msgstr "%s 導入"
673
 
674
- #: bws_menu.php:866
675
  msgid "Install Now"
676
  msgstr "Installa Ora"
677
 
678
- #: bws_menu.php:869
679
  #, php-format
680
  msgid "Update to version %s"
681
  msgstr ""
682
 
683
- #: bws_menu.php:869
684
  msgid "Update"
685
  msgstr ""
686
 
687
- #: bws_menu.php:876
688
  #, php-format
689
  msgid "Preview %s"
690
  msgstr ""
691
 
692
- #: bws_menu.php:876
693
  msgid "Preview"
694
  msgstr ""
695
 
696
- #: bws_menu.php:882
697
- #: bws_menu.php:914
698
  #, php-format
699
  msgid "By %s"
700
  msgstr ""
701
 
702
- #: bws_menu.php:888
703
  msgid "Details"
704
  msgstr ""
705
 
706
- #: bws_menu.php:920
707
  #, fuzzy
708
  msgid "Already Installed"
709
  msgstr "%s 導入"
710
 
711
- #: bws_menu.php:936
712
  msgid "Environment"
713
  msgstr "環境"
714
 
715
- #: bws_menu.php:947
716
  msgid "Active Plugins"
717
  msgstr "有効なプラグイン"
718
 
719
- #: bws_menu.php:960
720
  msgid "Inactive Plugins"
721
  msgstr "無効なプラグイン"
722
 
723
- #: bws_menu.php:976
724
  msgid "Send to support"
725
  msgstr "サポートに送信"
726
 
727
- #: bws_menu.php:983
728
  msgid "Send to custom email &#187;"
729
  msgstr "カスタムEメールに送信&#187;"
730
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-22 15:51+0300\n"
6
+ "PO-Revision-Date: 2016-02-22 15:51+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: foken <foken@gmx.com>\n"
9
  "Language: ja_JP\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: bws_functions.php:65 bws_functions.php:89
 
20
  #, fuzzy
21
  msgid "requires"
22
  msgstr "必須フィールド"
23
 
24
+ #: bws_functions.php:67
25
+ msgid ""
26
+ "or higher, that is why it has been deactivated! Please upgrade WordPress and "
27
+ "try again."
28
  msgstr ""
29
 
30
+ #: bws_functions.php:68
31
  msgid "Back to the WordPress"
32
  msgstr ""
33
 
34
+ #: bws_functions.php:70
35
  #, fuzzy
36
  msgid "Plugins page"
37
  msgstr "Pro Plugins"
38
 
39
+ #: bws_functions.php:91
40
+ msgid ""
41
+ "or higher! We do not guarantee that our plugin will work correctly. Please "
42
+ "upgrade to WordPress latest version."
43
  msgstr ""
44
 
45
+ #: bws_functions.php:148
46
  msgid "It’s time to upgrade your"
47
  msgstr ""
48
 
49
+ #: bws_functions.php:148
50
  msgid "to"
51
  msgstr ""
52
 
53
+ #: bws_functions.php:148
54
  #, fuzzy
55
  msgid "version!"
56
  msgstr "PHP バージョン"
57
 
58
+ #: bws_functions.php:149
59
  msgid "Extend standard plugin functionality with new great options."
60
  msgstr ""
61
 
62
+ #: bws_functions.php:152 bws_functions.php:593
 
63
  #, fuzzy
64
  msgid "Learn More"
65
  msgstr "もっと読む"
66
 
67
+ #: bws_functions.php:169
68
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
69
  msgstr ""
70
 
71
+ #: bws_functions.php:170
72
  #, fuzzy
73
  msgid "Rate the plugin"
74
  msgstr "有効なプラグイン"
75
 
76
+ #: bws_functions.php:173
77
  #, fuzzy
78
  msgid "If there is something wrong about it, please contact us"
79
  msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
80
 
81
+ #: bws_functions.php:205
82
  msgid "Check premium options on the plugin settings page!"
83
  msgstr ""
84
 
85
+ #: bws_functions.php:212 bws_functions.php:248
 
86
  msgid "Wrong license key"
87
  msgstr ""
88
 
89
+ #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
90
+ msgid ""
91
+ "Something went wrong. Please try again later. If the error appears again, "
92
+ "please contact us"
93
  msgstr ""
94
 
95
+ #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
 
 
96
  msgid "We are sorry for inconvenience."
97
  msgstr ""
98
 
99
+ #: bws_functions.php:250
100
  msgid "This license key is bind to another site"
101
  msgstr ""
102
 
103
+ #: bws_functions.php:252 bws_functions.php:416
104
+ msgid ""
105
+ "Unfortunately, you have exceeded the number of available tries per day. "
106
+ "Please, upload the plugin manually."
107
  msgstr ""
108
 
109
+ #: bws_functions.php:254
110
+ msgid ""
111
+ "Unfortunately, Your license has expired. To continue getting top-priority "
112
+ "support and plugin updates you should extend it in your"
113
  msgstr ""
114
 
115
+ #: bws_functions.php:256
116
+ msgid ""
117
+ "Unfortunately, the Pro licence was already installed to this domain. The Pro "
118
+ "Trial license can be installed only once."
119
  msgstr ""
120
 
121
+ #: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
 
 
122
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
123
  msgstr ""
124
 
125
+ #: bws_functions.php:289
126
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
127
  msgstr ""
128
 
129
+ #: bws_functions.php:295
130
+ msgid ""
131
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
132
+ "plugin manually"
133
  msgstr ""
134
 
135
+ #: bws_functions.php:302
136
  msgid "UploadDir is not writable. Please, upload the plugin manually"
137
  msgstr ""
138
 
139
+ #: bws_functions.php:325
140
+ msgid ""
141
+ "Something went wrong. Try again later or upload the plugin manually. We are "
142
+ "sorry for inconvenience."
143
  msgstr ""
144
 
145
+ #: bws_functions.php:350
146
  #, fuzzy
147
  msgid "Please, enter Your license key"
148
  msgstr "メッセージを入力して下さい..."
149
 
150
+ #: bws_functions.php:380
151
+ msgid ""
152
+ "Congratulations! The Pro version of the plugin is successfully download and "
153
+ "activated."
154
  msgstr ""
155
 
156
+ #: bws_functions.php:382 bws_functions.php:473
 
157
  msgid "Please, go to"
158
  msgstr ""
159
 
160
+ #: bws_functions.php:382 bws_functions.php:473
 
161
  #, fuzzy
162
  msgid "the setting page"
163
  msgstr "追加設定"
164
 
165
+ #: bws_functions.php:383 bws_functions.php:474
 
166
  msgid "You will be redirected automatically in 5 seconds."
167
  msgstr ""
168
 
169
+ #: bws_functions.php:390
170
  msgid "Show Pro features"
171
  msgstr ""
172
 
173
+ #: bws_functions.php:397
174
  msgid "You can download and activate"
175
  msgstr ""
176
 
177
+ #: bws_functions.php:399
178
  msgid "version of this plugin by entering Your license key."
179
  msgstr ""
180
 
181
+ #: bws_functions.php:401 bws_functions.php:442
182
+ msgid ""
183
+ "You can find your license key on your personal page Client area, by clicking "
184
+ "on the link"
185
  msgstr ""
186
 
187
+ #: bws_functions.php:403 bws_functions.php:444
 
188
  msgid "(your username is the email you specify when purchasing the product)."
189
  msgstr ""
190
 
191
+ #: bws_functions.php:407 bws_functions.php:691
 
192
  msgid "or"
193
  msgstr "又は"
194
 
195
+ #: bws_functions.php:407
196
  #, php-format
197
  msgid "Start Your Free %s-Day Trial Now"
198
  msgstr ""
199
 
200
+ #: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
201
+ #: bws_functions.php:460 bws_menu.php:690 bws_menu.php:747
 
 
 
 
202
  #, fuzzy
203
  msgid "Activate"
204
  msgstr "有効なcaptcha"
205
 
206
+ #: bws_functions.php:439 bws_functions.php:532
 
207
  #, php-format
208
+ msgid ""
209
+ "In order to continue using the plugin it is necessary to buy a %s license."
210
  msgstr ""
211
 
212
+ #: bws_functions.php:440
213
  msgid "After that you can activate it by entering your license key."
214
  msgstr ""
215
 
216
+ #: bws_functions.php:454
217
  msgid "Unfortunately, you have exceeded the number of available tries per day."
218
  msgstr ""
219
 
220
+ #: bws_functions.php:471
221
+ msgid ""
222
+ "Congratulations! The Pro license of the plugin is successfully activated."
223
  msgstr ""
224
 
225
+ #: bws_functions.php:512
226
  msgid "Wrong license key."
227
  msgstr ""
228
 
229
+ #: bws_functions.php:514
230
  msgid "This license key is bind to another site."
231
  msgstr ""
232
 
233
+ #: bws_functions.php:516
234
+ msgid ""
235
+ "This license key is valid, but Your license has expired. If you want to "
236
+ "update our plugin in future, you should extend the license."
237
  msgstr ""
238
 
239
+ #: bws_functions.php:518
240
  msgid "Unfortunately, you have exceeded the number of available tries."
241
  msgstr ""
242
 
243
+ #: bws_functions.php:520
244
+ msgid ""
245
+ "Unfortunately, the Pro Trial licence was already installed to this domain. "
246
+ "The Pro Trial license can be installed only once."
247
  msgstr ""
248
 
249
+ #: bws_functions.php:524
250
  msgid "The Pro Trial license key is valid."
251
  msgstr ""
252
 
253
+ #: bws_functions.php:526
254
  msgid "The license key is valid."
255
  msgstr ""
256
 
257
+ #: bws_functions.php:529
258
  msgid "Your license will expire on"
259
  msgstr ""
260
 
261
+ #: bws_functions.php:562
262
  #, fuzzy
263
  msgid "Please, enter your license key"
264
  msgstr "メッセージを入力して下さい..."
265
 
266
+ #: bws_functions.php:575
267
+ msgid ""
268
+ "If needed you can check if the license key is correct or reenter it in the "
269
+ "field below. You can find your license key on your personal page - Client "
270
+ "area - on our website"
271
  msgstr ""
272
 
273
+ #: bws_functions.php:575
274
+ msgid ""
275
+ "(your username is the email you specify when purchasing the product). If "
276
+ "necessary, please submit \"Lost your password?\" request."
277
  msgstr ""
278
 
279
+ #: bws_functions.php:579
280
  msgid "Check license key"
281
  msgstr ""
282
 
283
+ #: bws_functions.php:593
284
  msgid "WARNING: Illegal use notification"
285
  msgstr ""
286
 
287
+ #: bws_functions.php:593
288
+ msgid ""
289
+ "You can use one license of the Pro plugin for one domain only. Please check "
290
+ "and edit your license or domain if necessary using you personal Client Area. "
291
+ "We strongly recommend you to solve the problem within 24 hours, otherwise "
292
+ "the Pro plugin will be deactivated."
293
  msgstr ""
294
 
295
+ #: bws_functions.php:601
296
+ msgid ""
297
+ "Notice: Your Pro Trial license has expired. To continue using the plugin you "
298
+ "should buy a Pro license"
299
  msgstr ""
300
 
301
+ #: bws_functions.php:603
302
+ msgid ""
303
+ "Your license has expired. To continue getting top-priority support and "
304
+ "plugin updates you should extend it."
305
  msgstr ""
306
 
307
+ #: bws_functions.php:603 bws_functions.php:656 bws_menu.php:666
308
+ #: bws_menu.php:688 bws_menu.php:715 bws_menu.php:745 bws_menu.php:791
 
 
 
 
 
309
  #, fuzzy
310
  msgid "Learn more"
311
  msgstr "もっと読む"
312
 
313
+ #: bws_functions.php:613
314
  #, php-format
315
  msgid "Notice: You are using the Pro Trial license of %s plugin."
316
  msgstr ""
317
 
318
+ #: bws_functions.php:615
319
  msgid "Notice: You are using the Pro Trial license of plugin."
320
  msgstr ""
321
 
322
+ #: bws_functions.php:618
323
  msgid "The Pro Trial license will expire on"
324
  msgstr ""
325
 
326
+ #: bws_functions.php:656
327
  msgid "You license for"
328
  msgstr ""
329
 
330
+ #: bws_functions.php:656
331
  msgid "expires on"
332
  msgstr ""
333
 
334
+ #: bws_functions.php:656
335
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
336
  msgstr ""
337
 
338
+ #: bws_functions.php:687
339
  #, fuzzy
340
  msgid "Thank you for installing"
341
  msgstr "ご連絡ありがとうございます"
342
 
343
+ #: bws_functions.php:688
344
  msgid "Let's get started"
345
  msgstr ""
346
 
347
+ #: bws_functions.php:689
348
  #, fuzzy
349
  msgid "Configure Settings"
350
  msgstr "コンタクトフォーム設定"
351
 
352
+ #: bws_functions.php:692
353
  msgid "Add New"
354
  msgstr ""
355
 
356
+ #: bws_functions.php:696 bws_functions.php:755
357
  msgid "Close notice"
358
  msgstr ""
359
 
360
+ #: bws_functions.php:750
361
+ #, fuzzy
362
+ msgid "Thank you for choosing"
363
+ msgstr "ご連絡ありがとうございます"
364
+
365
+ #: bws_functions.php:751
366
+ msgid ""
367
+ "If you have a feature, suggestion or idea you'd like to see in the plugin, "
368
+ "we'd love to hear about it!"
369
+ msgstr ""
370
+
371
+ #: bws_functions.php:752
372
+ msgid "Suggest a Feature"
373
+ msgstr ""
374
+
375
+ #: bws_functions.php:768
376
  msgid "Notice"
377
  msgstr ""
378
 
379
+ #: bws_functions.php:768
380
  msgid "The plugin's settings have been changed."
381
  msgstr ""
382
 
383
+ #: bws_functions.php:769
384
  msgid "Save Changes"
385
  msgstr "変更を保存"
386
 
387
+ #: bws_functions.php:786
388
+ msgid ""
389
+ "You can always look at premium options by clicking on the \"Show Pro features"
390
+ "\" in the \"Go PRO\" tab"
391
  msgstr ""
392
 
393
+ #: bws_functions.php:866
394
  #, fuzzy
395
  msgid "Add BWS Plugins Shortcode"
396
  msgstr "短いコードの利用"
397
 
398
+ #: bws_functions.php:886
399
  #, fuzzy
400
  msgid "Add shortcode"
401
  msgstr "短いコードの利用"
402
 
403
+ #: bws_functions.php:886
404
  msgid "Add BestWebSoft plugins' shortcodes using this button."
405
  msgstr ""
406
 
407
+ #: bws_functions.php:928
408
  msgid "Close"
409
  msgstr ""
410
 
411
+ #: bws_functions.php:1020
412
  msgid "Restore all plugin settings to defaults"
413
  msgstr ""
414
 
415
+ #: bws_functions.php:1022
416
  #, fuzzy
417
  msgid "Restore settings"
418
  msgstr "追加設定"
419
 
420
+ #: bws_functions.php:1033
421
  #, fuzzy
422
  msgid "Are you sure you want to restore all settings by default?"
423
  msgstr "本当に、この言語データを削除しますか?"
424
 
425
+ #: bws_functions.php:1036
426
  msgid "Yes, restore all settings"
427
  msgstr ""
428
 
429
+ #: bws_functions.php:1037
430
  #, fuzzy
431
  msgid "No, go back to the settings page"
432
  msgstr "追加設定"
433
 
434
+ #: bws_functions.php:1083
435
  #, fuzzy
436
  msgid "Plugin"
437
  msgstr "Pro Plugins"
438
 
439
+ #: bws_functions.php:1092
440
  #, fuzzy
441
  msgid "Shortcode settings"
442
  msgstr "追加設定"
443
 
444
+ #: bws_functions.php:1097
445
  msgid "The shortcode will be inserted"
446
  msgstr ""
447
 
448
+ #: bws_functions.php:1102
449
  msgid "Insert"
450
  msgstr ""
451
 
452
+ #: bws_functions.php:1133
453
  msgid "Visit Help Center"
454
  msgstr ""
455
 
456
+ #: bws_functions.php:1138
457
  msgid "FAQ"
458
  msgstr "FAQ"
459
 
460
+ #: bws_functions.php:1144
461
  msgid "For more information:"
462
  msgstr ""
463
 
464
+ #: bws_functions.php:1145
465
  msgid "Documentation"
466
  msgstr ""
467
 
468
+ #: bws_functions.php:1146
469
  msgid "Video Instructions"
470
  msgstr ""
471
 
472
+ #: bws_functions.php:1147
473
  #, fuzzy
474
  msgid "Submit a Request"
475
  msgstr "送信ボタン"
478
  msgid "Not set"
479
  msgstr "未設定"
480
 
481
+ #: bws_menu.php:508 bws_menu.php:509
 
482
  msgid "On"
483
  msgstr "On"
484
 
485
+ #: bws_menu.php:508 bws_menu.php:509
 
486
  msgid "Off"
487
  msgstr "Off"
488
 
489
+ #: bws_menu.php:510 bws_menu.php:511 bws_menu.php:512 bws_menu.php:513
490
+ #: bws_menu.php:514 bws_menu.php:526
 
 
 
 
491
  msgid "N/A"
492
  msgstr "該当なし"
493
 
495
  msgid " Mb"
496
  msgstr " Mb"
497
 
498
+ #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:522
 
 
 
499
  msgid "Yes"
500
  msgstr "はい"
501
 
502
+ #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:524
 
 
 
503
  msgid "No"
504
  msgstr "いいえ"
505
 
603
  msgid "Sorry, email message could not be delivered."
604
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
605
 
606
+ #: bws_menu.php:619
607
  msgid "Need help?"
608
  msgstr ""
609
 
610
+ #: bws_menu.php:620
611
  msgid "Client area"
612
  msgstr ""
613
 
614
+ #: bws_menu.php:621 bws_menu.php:930
 
615
  msgid "System status"
616
  msgstr "システム状況"
617
 
618
+ #: bws_menu.php:626
619
  #, fuzzy
620
  msgid "Plugins"
621
  msgstr "Pro Plugins"
622
 
623
+ #: bws_menu.php:627
624
  msgid "Themes"
625
  msgstr ""
626
 
627
+ #: bws_menu.php:631
628
  msgid "All"
629
  msgstr ""
630
 
631
+ #: bws_menu.php:632
632
  #, fuzzy
633
  msgid "Installed"
634
  msgstr "%s 導入"
635
 
636
+ #: bws_menu.php:633
637
  #, fuzzy
638
  msgid "Recommended"
639
  msgstr "推奨プラグイン"
640
 
641
+ #: bws_menu.php:637
642
  msgid "Installed plugins"
643
  msgstr "導入済みプラグイン"
644
 
645
+ #: bws_menu.php:669 bws_menu.php:718
 
646
  msgid "Settings"
647
  msgstr "設定"
648
 
649
+ #: bws_menu.php:690 bws_menu.php:747
 
650
  #, fuzzy
651
  msgid "Activate this plugin"
652
  msgstr "有効なプラグイン"
653
 
654
+ #: bws_menu.php:705 bws_menu.php:735 bws_menu.php:781
 
 
655
  msgid "Go"
656
  msgstr ""
657
 
658
+ #: bws_menu.php:709 bws_menu.php:739 bws_menu.php:785
 
 
659
  msgid "DONATE"
660
  msgstr ""
661
 
662
+ #: bws_menu.php:755
663
  msgid "Recommended plugins"
664
  msgstr "推奨プラグイン"
665
 
666
+ #: bws_menu.php:793
667
  #, fuzzy
668
  msgid "Install now"
669
  msgstr "Installa Ora"
670
 
671
+ #: bws_menu.php:814
672
  msgid "Try again"
673
  msgstr ""
674
 
675
+ #: bws_menu.php:832
676
  #, php-format
677
  msgid "Preview &#8220;%s&#8221;"
678
  msgstr ""
679
 
680
+ #: bws_menu.php:863
681
  #, php-format
682
  msgid "Install %s"
683
  msgstr "%s 導入"
684
 
685
+ #: bws_menu.php:863
686
  msgid "Install Now"
687
  msgstr "Installa Ora"
688
 
689
+ #: bws_menu.php:866
690
  #, php-format
691
  msgid "Update to version %s"
692
  msgstr ""
693
 
694
+ #: bws_menu.php:866
695
  msgid "Update"
696
  msgstr ""
697
 
698
+ #: bws_menu.php:873
699
  #, php-format
700
  msgid "Preview %s"
701
  msgstr ""
702
 
703
+ #: bws_menu.php:873
704
  msgid "Preview"
705
  msgstr ""
706
 
707
+ #: bws_menu.php:879 bws_menu.php:911
 
708
  #, php-format
709
  msgid "By %s"
710
  msgstr ""
711
 
712
+ #: bws_menu.php:885
713
  msgid "Details"
714
  msgstr ""
715
 
716
+ #: bws_menu.php:917
717
  #, fuzzy
718
  msgid "Already Installed"
719
  msgstr "%s 導入"
720
 
721
+ #: bws_menu.php:933
722
  msgid "Environment"
723
  msgstr "環境"
724
 
725
+ #: bws_menu.php:944
726
  msgid "Active Plugins"
727
  msgstr "有効なプラグイン"
728
 
729
+ #: bws_menu.php:957
730
  msgid "Inactive Plugins"
731
  msgstr "無効なプラグイン"
732
 
733
+ #: bws_menu.php:973
734
  msgid "Send to support"
735
  msgstr "サポートに送信"
736
 
737
+ #: bws_menu.php:980
738
  msgid "Send to custom email &#187;"
739
  msgstr "カスタムEメールに送信&#187;"
740
 
bws_menu/languages/bestwebsoft-pl_PL.mo ADDED
Binary file
bws_menu/languages/bestwebsoft-pl_PL.po ADDED
@@ -0,0 +1,1262 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: bestwebsoft\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-22 15:52+0300\n"
6
+ "PO-Revision-Date: 2016-02-22 15:52+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"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
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%10>=2 && n%10<=4 && (n%100<10 "
18
+ "|| n%100>=20) ? 1 : 2);\n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+
21
+ #: bws_functions.php:65 bws_functions.php:89
22
+ msgid "requires"
23
+ msgstr "wymaga wersja"
24
+
25
+ #: bws_functions.php:67
26
+ msgid ""
27
+ "or higher, that is why it has been deactivated! Please upgrade WordPress and "
28
+ "try again."
29
+ msgstr ""
30
+ "lub nowsza, dlatego wtyczka została wyłączona. Zaktualizuj WordPress i "
31
+ "spróbuj ponownie."
32
+
33
+ #: bws_functions.php:68
34
+ msgid "Back to the WordPress"
35
+ msgstr "Wróć do WordPress"
36
+
37
+ #: bws_functions.php:70
38
+ msgid "Plugins page"
39
+ msgstr "Wtyczki"
40
+
41
+ #: bws_functions.php:91
42
+ msgid ""
43
+ "or higher! We do not guarantee that our plugin will work correctly. Please "
44
+ "upgrade to WordPress latest version."
45
+ msgstr ""
46
+ "lub nowsza! Nie gwarantujemy, że nasza wtyczka będzie działała poprawnie. "
47
+ "Proszę zaktualizować WordPress do najnowszej wersji."
48
+
49
+ #: bws_functions.php:148
50
+ msgid "It’s time to upgrade your"
51
+ msgstr "Czas by zaktualizować"
52
+
53
+ #: bws_functions.php:148
54
+ msgid "to"
55
+ msgstr "do"
56
+
57
+ #: bws_functions.php:148
58
+ msgid "version!"
59
+ msgstr "wersji!"
60
+
61
+ #: bws_functions.php:149
62
+ msgid "Extend standard plugin functionality with new great options."
63
+ msgstr "Rozszerz podstawowe funkcje wtyczki o nowe wspaniałe opcje."
64
+
65
+ #: bws_functions.php:152 bws_functions.php:593
66
+ msgid "Learn More"
67
+ msgstr "Dowiedz się więcej"
68
+
69
+ #: bws_functions.php:169
70
+ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
71
+ msgstr "Jeśli polubiłeś naszą wtyczkę daj nam 5 gwiazdek"
72
+
73
+ #: bws_functions.php:170
74
+ msgid "Rate the plugin"
75
+ msgstr "Oceń wtyczkę"
76
+
77
+ #: bws_functions.php:173
78
+ msgid "If there is something wrong about it, please contact us"
79
+ msgstr "Jeśli wystąpią problemy proszę, skontaktuj się z nami"
80
+
81
+ #: bws_functions.php:205
82
+ msgid "Check premium options on the plugin settings page!"
83
+ msgstr "Sprawdź dodatkowe opcje premium w ustawieniach wtyczki."
84
+
85
+ #: bws_functions.php:212 bws_functions.php:248
86
+ msgid "Wrong license key"
87
+ msgstr "Niepoprawny klucz licencji"
88
+
89
+ #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
90
+ msgid ""
91
+ "Something went wrong. Please try again later. If the error appears again, "
92
+ "please contact us"
93
+ msgstr ""
94
+ "Coś poszło nie tak. Spróbuj ponownie później. Jeśli błąd pojawi się ponownie "
95
+ "proszę skontaktować się z nami"
96
+
97
+ #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
98
+ msgid "We are sorry for inconvenience."
99
+ msgstr "Przepraszamy za niedogodności."
100
+
101
+ #: bws_functions.php:250
102
+ msgid "This license key is bind to another site"
103
+ msgstr "Ta licencja została przypisana do innej strony."
104
+
105
+ #: bws_functions.php:252 bws_functions.php:416
106
+ msgid ""
107
+ "Unfortunately, you have exceeded the number of available tries per day. "
108
+ "Please, upload the plugin manually."
109
+ msgstr ""
110
+ "Niestety, przekroczono liczb dostępnych prób na dziś. Proszę dodać wtyczkę "
111
+ "manualnie."
112
+
113
+ #: bws_functions.php:254
114
+ msgid ""
115
+ "Unfortunately, Your license has expired. To continue getting top-priority "
116
+ "support and plugin updates you should extend it in your"
117
+ msgstr ""
118
+ "Niestety, Twoja licencja wygasła. By nadal korzystać z szybkiego dostępu do "
119
+ "wsparcia oraz aktualizacji powinieneś przedłużyć licencję."
120
+
121
+ #: bws_functions.php:256
122
+ msgid ""
123
+ "Unfortunately, the Pro licence was already installed to this domain. The Pro "
124
+ "Trial license can be installed only once."
125
+ msgstr ""
126
+ "Niestety, licencja PRO była już przypisana do tej domeny. Licencja testowa "
127
+ "może być wykorzystana tylko raz."
128
+
129
+ #: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
130
+ msgid "Failed to download the zip archive. Please, upload the plugin manually"
131
+ msgstr ""
132
+ "Pobieranie archiwum zip zakończyło się niepowodzeniem. Proszę dodać wtyczkę "
133
+ "manualnie"
134
+
135
+ #: bws_functions.php:289
136
+ msgid "Failed to open the zip archive. Please, upload the plugin manually"
137
+ msgstr ""
138
+ "Otwieranie archiwum zip zakończyło się niepowodzeniem. Proszę dodać wtyczkę "
139
+ "manualnie"
140
+
141
+ #: bws_functions.php:295
142
+ msgid ""
143
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
144
+ "plugin manually"
145
+ msgstr ""
146
+ "Twój serwer nie wspiera ZipAcrchive lub Phar. Proszę dodać wtyczkę manualnie"
147
+
148
+ #: bws_functions.php:302
149
+ msgid "UploadDir is not writable. Please, upload the plugin manually"
150
+ msgstr ""
151
+ "Folder uploadu jest chroniony przez zapisem. Proszę dodać wtyczkę manualnie"
152
+
153
+ #: bws_functions.php:325
154
+ msgid ""
155
+ "Something went wrong. Try again later or upload the plugin manually. We are "
156
+ "sorry for inconvenience."
157
+ msgstr ""
158
+ "Coś poszło nie tak. Spróbuj ponowie później lub dodaj wtyczkę manualnie. "
159
+ "Przepraszamy za niedogodności."
160
+
161
+ #: bws_functions.php:350
162
+ msgid "Please, enter Your license key"
163
+ msgstr "Proszę podać klucz licencji."
164
+
165
+ #: bws_functions.php:380
166
+ msgid ""
167
+ "Congratulations! The Pro version of the plugin is successfully download and "
168
+ "activated."
169
+ msgstr "Gratulacje! Wersja PRO została pobrana i aktywowana pomyślnie."
170
+
171
+ #: bws_functions.php:382 bws_functions.php:473
172
+ msgid "Please, go to"
173
+ msgstr "Proszę przejść do"
174
+
175
+ #: bws_functions.php:382 bws_functions.php:473
176
+ msgid "the setting page"
177
+ msgstr "ustawień"
178
+
179
+ #: bws_functions.php:383 bws_functions.php:474
180
+ msgid "You will be redirected automatically in 5 seconds."
181
+ msgstr "Zostaniesz automatycznie przekierowany w ciągu 5 sekund."
182
+
183
+ #: bws_functions.php:390
184
+ msgid "Show Pro features"
185
+ msgstr "Pokaż funkcje PRO"
186
+
187
+ #: bws_functions.php:397
188
+ msgid "You can download and activate"
189
+ msgstr "Możesz pobrać i aktywować wersję"
190
+
191
+ #: bws_functions.php:399
192
+ msgid "version of this plugin by entering Your license key."
193
+ msgstr "wtyczki poprzez podanie klucza licencji."
194
+
195
+ #: bws_functions.php:401 bws_functions.php:442
196
+ msgid ""
197
+ "You can find your license key on your personal page Client area, by clicking "
198
+ "on the link"
199
+ msgstr ""
200
+ "Możesz znaleźć Twój klucz licencji na indywidualnej stronie w Panelu Klienta "
201
+ "poprzez kliknięcie w link"
202
+
203
+ #: bws_functions.php:403 bws_functions.php:444
204
+ msgid "(your username is the email you specify when purchasing the product)."
205
+ msgstr "(twoja nazwa użytkownika to email podany podczas zakupu)."
206
+
207
+ #: bws_functions.php:407 bws_functions.php:691
208
+ msgid "or"
209
+ msgstr "lub"
210
+
211
+ #: bws_functions.php:407
212
+ #, php-format
213
+ msgid "Start Your Free %s-Day Trial Now"
214
+ msgstr "Rozpocznij swój darmowy %s-dniowy okres testowy"
215
+
216
+ #: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
217
+ #: bws_functions.php:460 bws_menu.php:690 bws_menu.php:747
218
+ msgid "Activate"
219
+ msgstr "Aktywuj"
220
+
221
+ #: bws_functions.php:439 bws_functions.php:532
222
+ #, php-format
223
+ msgid ""
224
+ "In order to continue using the plugin it is necessary to buy a %s license."
225
+ msgstr ""
226
+ "W celu dalszego wykorzystywania wtyczki niezbędne jest wykupienie licencji "
227
+ "%s."
228
+
229
+ #: bws_functions.php:440
230
+ msgid "After that you can activate it by entering your license key."
231
+ msgstr "Po wszystkim możesz aktywować wtyczkę poprzez podanie klucza licencji."
232
+
233
+ #: bws_functions.php:454
234
+ msgid "Unfortunately, you have exceeded the number of available tries per day."
235
+ msgstr "Niestety, przekroczono dzienną liczbę dostępnych prób."
236
+
237
+ #: bws_functions.php:471
238
+ msgid ""
239
+ "Congratulations! The Pro license of the plugin is successfully activated."
240
+ msgstr "Gratulacje! Licencja do wersji PRO została aktywowana pomyślnie."
241
+
242
+ #: bws_functions.php:512
243
+ msgid "Wrong license key."
244
+ msgstr "Niepoprawny klucz licencji"
245
+
246
+ #: bws_functions.php:514
247
+ msgid "This license key is bind to another site."
248
+ msgstr "Klucz licencji został przypisany do innej strony."
249
+
250
+ #: bws_functions.php:516
251
+ msgid ""
252
+ "This license key is valid, but Your license has expired. If you want to "
253
+ "update our plugin in future, you should extend the license."
254
+ msgstr ""
255
+ "Klucz jest poprawny, jednak Twoja licencja wygasła. Jeśli chcesz "
256
+ "aktualizować naszą wtyczkę w przyszłości powinieneś przedłużyć licencję."
257
+
258
+ #: bws_functions.php:518
259
+ msgid "Unfortunately, you have exceeded the number of available tries."
260
+ msgstr "Niestety, przekroczono liczbę dostępnych prób."
261
+
262
+ #: bws_functions.php:520
263
+ msgid ""
264
+ "Unfortunately, the Pro Trial licence was already installed to this domain. "
265
+ "The Pro Trial license can be installed only once."
266
+ msgstr ""
267
+ "Niestety, licencja PRO była już przypisana do tej domeny. Licencja testowa "
268
+ "może być wykorzystana tylko raz."
269
+
270
+ #: bws_functions.php:524
271
+ msgid "The Pro Trial license key is valid."
272
+ msgstr "Klucz licencji do testowej wersji PRO jest poprawny."
273
+
274
+ #: bws_functions.php:526
275
+ msgid "The license key is valid."
276
+ msgstr "Klucz licencji jest poprawny"
277
+
278
+ #: bws_functions.php:529
279
+ msgid "Your license will expire on"
280
+ msgstr "Twoja licencja wygaśnie"
281
+
282
+ #: bws_functions.php:562
283
+ msgid "Please, enter your license key"
284
+ msgstr "Podaj klucz licencji"
285
+
286
+ #: bws_functions.php:575
287
+ msgid ""
288
+ "If needed you can check if the license key is correct or reenter it in the "
289
+ "field below. You can find your license key on your personal page - Client "
290
+ "area - on our website"
291
+ msgstr ""
292
+ "Jeśli to konieczne możesz sprawdzić czy klucz jest poprawny lub umieścić go "
293
+ "w polu poniżej. Możesz znaleźć swój klucz na naszej stronie w strefie - "
294
+ "Panel Klienta"
295
+
296
+ #: bws_functions.php:575
297
+ msgid ""
298
+ "(your username is the email you specify when purchasing the product). If "
299
+ "necessary, please submit \"Lost your password?\" request."
300
+ msgstr ""
301
+ "(login to adres email podany przy zakupie). Jeśli to koniczne użyj opcji "
302
+ "\"Zgubiłeś swoje hasło?\"."
303
+
304
+ #: bws_functions.php:579
305
+ msgid "Check license key"
306
+ msgstr "Sprawdź klucz licencji"
307
+
308
+ #: bws_functions.php:593
309
+ msgid "WARNING: Illegal use notification"
310
+ msgstr "UWAGA: Odnotowano nielegalne użycie"
311
+
312
+ #: bws_functions.php:593
313
+ msgid ""
314
+ "You can use one license of the Pro plugin for one domain only. Please check "
315
+ "and edit your license or domain if necessary using you personal Client Area. "
316
+ "We strongly recommend you to solve the problem within 24 hours, otherwise "
317
+ "the Pro plugin will be deactivated."
318
+ msgstr ""
319
+ "Licencja wersji PRO może być wykorzystywana tylko na jednej domenie. Proszę "
320
+ "sprawdź i edytuj klucz licencji lub domenę, jeśli to konieczne wykorzystaj "
321
+ "Panel Klienta. Zalecamy rozwiązanie tego problemu w przeciągu 24 godzin, w "
322
+ "przeciwnym wypadku wersja PRO zostanie zablokowana."
323
+
324
+ #: bws_functions.php:601
325
+ msgid ""
326
+ "Notice: Your Pro Trial license has expired. To continue using the plugin you "
327
+ "should buy a Pro license"
328
+ msgstr ""
329
+ "Uwaga: Testowa wersja PRO niestety wygasła. Aby kontynuować korzystanie z "
330
+ "naszej wtyczki powinieneś zakupić klucz licencji."
331
+
332
+ #: bws_functions.php:603
333
+ msgid ""
334
+ "Your license has expired. To continue getting top-priority support and "
335
+ "plugin updates you should extend it."
336
+ msgstr ""
337
+ "Twoja licencja wygasła. Aby podtrzymać szybki dostęp do pomocy i "
338
+ "aktualizacji powinieneś przedłużyć licencję."
339
+
340
+ #: bws_functions.php:603 bws_functions.php:656 bws_menu.php:666
341
+ #: bws_menu.php:688 bws_menu.php:715 bws_menu.php:745 bws_menu.php:791
342
+ msgid "Learn more"
343
+ msgstr "Dowiedz się więcej"
344
+
345
+ #: bws_functions.php:613
346
+ #, php-format
347
+ msgid "Notice: You are using the Pro Trial license of %s plugin."
348
+ msgstr "Uwaga: Wykorzystujesz próbną licencję wersji PRO dla %s."
349
+
350
+ #: bws_functions.php:615
351
+ msgid "Notice: You are using the Pro Trial license of plugin."
352
+ msgstr "Uwaga: Wykorzystywana jest próbna licencja wtyczki."
353
+
354
+ #: bws_functions.php:618
355
+ msgid "The Pro Trial license will expire on"
356
+ msgstr "Licencja próbna wygaśnie"
357
+
358
+ #: bws_functions.php:656
359
+ msgid "You license for"
360
+ msgstr "Twoja licencja na"
361
+
362
+ #: bws_functions.php:656
363
+ msgid "expires on"
364
+ msgstr "wygasa"
365
+
366
+ #: bws_functions.php:656
367
+ msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
368
+ msgstr ""
369
+ "zostaniesz wówczas pozbawiony SZYBKIEGO DOSTĘDO DO SUPPORTU oraz "
370
+ "AKTUALIZACJI."
371
+
372
+ #: bws_functions.php:687
373
+ msgid "Thank you for installing"
374
+ msgstr "Dziękujemy za instalację"
375
+
376
+ #: bws_functions.php:688
377
+ msgid "Let's get started"
378
+ msgstr "Zaczynajmny"
379
+
380
+ #: bws_functions.php:689
381
+ msgid "Configure Settings"
382
+ msgstr "Konfiguruj Ustawienia"
383
+
384
+ #: bws_functions.php:692
385
+ msgid "Add New"
386
+ msgstr "Dodaj nowy"
387
+
388
+ #: bws_functions.php:696 bws_functions.php:755
389
+ msgid "Close notice"
390
+ msgstr "Zamknij powiadomienie"
391
+
392
+ #: bws_functions.php:750
393
+ #, fuzzy
394
+ msgid "Thank you for choosing"
395
+ msgstr "Dziękujemy za instalację"
396
+
397
+ #: bws_functions.php:751
398
+ msgid ""
399
+ "If you have a feature, suggestion or idea you'd like to see in the plugin, "
400
+ "we'd love to hear about it!"
401
+ msgstr ""
402
+
403
+ #: bws_functions.php:752
404
+ msgid "Suggest a Feature"
405
+ msgstr ""
406
+
407
+ #: bws_functions.php:768
408
+ msgid "Notice"
409
+ msgstr "Uwaga"
410
+
411
+ #: bws_functions.php:768
412
+ msgid "The plugin's settings have been changed."
413
+ msgstr "Ustawienia wtyczki zostały zmienione."
414
+
415
+ #: bws_functions.php:769
416
+ msgid "Save Changes"
417
+ msgstr "Zapisz zmiany"
418
+
419
+ #: bws_functions.php:786
420
+ msgid ""
421
+ "You can always look at premium options by clicking on the \"Show Pro features"
422
+ "\" in the \"Go PRO\" tab"
423
+ msgstr ""
424
+ "Zawsze możesz sprawdzić funkcje premium poprzez kliknięcie \"Pokaż funkcje "
425
+ "PRO\" w zakładce \"Go PRO\""
426
+
427
+ #: bws_functions.php:866
428
+ msgid "Add BWS Plugins Shortcode"
429
+ msgstr "Dodaj BWS Shortcode"
430
+
431
+ #: bws_functions.php:886
432
+ #, fuzzy
433
+ msgid "Add shortcode"
434
+ msgstr "Dodaj BWS Shortcode"
435
+
436
+ #: bws_functions.php:886
437
+ msgid "Add BestWebSoft plugins' shortcodes using this button."
438
+ msgstr ""
439
+
440
+ #: bws_functions.php:928
441
+ msgid "Close"
442
+ msgstr "Zamknij"
443
+
444
+ #: bws_functions.php:1020
445
+ msgid "Restore all plugin settings to defaults"
446
+ msgstr "Przywróć wszystkie ustawienia do wartości domyśłnych"
447
+
448
+ #: bws_functions.php:1022
449
+ msgid "Restore settings"
450
+ msgstr "Przywróć ustawienia"
451
+
452
+ #: bws_functions.php:1033
453
+ msgid "Are you sure you want to restore all settings by default?"
454
+ msgstr ""
455
+ "Czy jesteś pewien, że chcesz przywrócić wszystkie ustawienia do wartości "
456
+ "domyślnych?"
457
+
458
+ #: bws_functions.php:1036
459
+ msgid "Yes, restore all settings"
460
+ msgstr "Tak, przywróć wszystkie ustawienia"
461
+
462
+ #: bws_functions.php:1037
463
+ msgid "No, go back to the settings page"
464
+ msgstr "Nie, wróć do ustawień"
465
+
466
+ #: bws_functions.php:1083
467
+ msgid "Plugin"
468
+ msgstr "Wtyczka"
469
+
470
+ #: bws_functions.php:1092
471
+ msgid "Shortcode settings"
472
+ msgstr "Ustawienia shortcode"
473
+
474
+ #: bws_functions.php:1097
475
+ msgid "The shortcode will be inserted"
476
+ msgstr "Shortcode zostanie umieszczony"
477
+
478
+ #: bws_functions.php:1102
479
+ msgid "Insert"
480
+ msgstr "Umieść"
481
+
482
+ #: bws_functions.php:1133
483
+ msgid "Visit Help Center"
484
+ msgstr ""
485
+
486
+ #: bws_functions.php:1138
487
+ msgid "FAQ"
488
+ msgstr "FAQ"
489
+
490
+ #: bws_functions.php:1144
491
+ msgid "For more information:"
492
+ msgstr ""
493
+
494
+ #: bws_functions.php:1145
495
+ msgid "Documentation"
496
+ msgstr ""
497
+
498
+ #: bws_functions.php:1146
499
+ msgid "Video Instructions"
500
+ msgstr ""
501
+
502
+ #: bws_functions.php:1147
503
+ #, fuzzy
504
+ msgid "Submit a Request"
505
+ msgstr "送信ボタン"
506
+
507
+ #: bws_menu.php:506
508
+ msgid "Not set"
509
+ msgstr "Nie ustawiono"
510
+
511
+ #: bws_menu.php:508 bws_menu.php:509
512
+ msgid "On"
513
+ msgstr "Włączone"
514
+
515
+ #: bws_menu.php:508 bws_menu.php:509
516
+ msgid "Off"
517
+ msgstr "Wyłączone"
518
+
519
+ #: bws_menu.php:510 bws_menu.php:511 bws_menu.php:512 bws_menu.php:513
520
+ #: bws_menu.php:514 bws_menu.php:526
521
+ msgid "N/A"
522
+ msgstr "Brak danych"
523
+
524
+ #: bws_menu.php:514
525
+ msgid " Mb"
526
+ msgstr " Mb"
527
+
528
+ #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:522
529
+ msgid "Yes"
530
+ msgstr "Tak"
531
+
532
+ #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:524
533
+ msgid "No"
534
+ msgstr "Nie"
535
+
536
+ #: bws_menu.php:534
537
+ msgid "Operating System"
538
+ msgstr "System operacyjny"
539
+
540
+ #: bws_menu.php:535
541
+ msgid "Server"
542
+ msgstr "Serwer"
543
+
544
+ #: bws_menu.php:536
545
+ msgid "Memory usage"
546
+ msgstr "Wykorzystanie pamięci"
547
+
548
+ #: bws_menu.php:537
549
+ msgid "MYSQL Version"
550
+ msgstr "Wersja MySQL"
551
+
552
+ #: bws_menu.php:538
553
+ msgid "SQL Mode"
554
+ msgstr "Tryb SQL"
555
+
556
+ #: bws_menu.php:539
557
+ msgid "PHP Version"
558
+ msgstr "Wersja PHP"
559
+
560
+ #: bws_menu.php:540
561
+ msgid "PHP Safe Mode"
562
+ msgstr "PHP Safe Mode"
563
+
564
+ #: bws_menu.php:541
565
+ msgid "PHP Allow URL fopen"
566
+ msgstr "Zezwól na PHP fopen"
567
+
568
+ #: bws_menu.php:542
569
+ msgid "PHP Memory Limit"
570
+ msgstr "PHP Limit pamięci"
571
+
572
+ #: bws_menu.php:543
573
+ msgid "PHP Max Upload Size"
574
+ msgstr "PHP Max rozmiar przesyłanego pliku"
575
+
576
+ #: bws_menu.php:544
577
+ msgid "PHP Max Post Size"
578
+ msgstr "PHP Max rozmiar przesyłania POST"
579
+
580
+ #: bws_menu.php:545
581
+ msgid "PHP Max Script Execute Time"
582
+ msgstr "PHP Max czas przetwarzania skryptu"
583
+
584
+ #: bws_menu.php:546
585
+ msgid "PHP Exif support"
586
+ msgstr "PHP Wsparcie Exif"
587
+
588
+ #: bws_menu.php:547
589
+ msgid "PHP IPTC support"
590
+ msgstr "PHP Wsparcie IPTC"
591
+
592
+ #: bws_menu.php:548
593
+ msgid "PHP XML support"
594
+ msgstr "PHP Wsparcie XML"
595
+
596
+ #: bws_menu.php:549
597
+ msgid "Site URL"
598
+ msgstr "Adres strony:"
599
+
600
+ #: bws_menu.php:550
601
+ msgid "Home URL"
602
+ msgstr "Adres strony głównej:"
603
+
604
+ #: bws_menu.php:553
605
+ msgid "WordPress Version"
606
+ msgstr "Wersja WordPress"
607
+
608
+ #: bws_menu.php:554
609
+ msgid "WordPress DB Version"
610
+ msgstr "Wersja Bazy Danych dla WordPress"
611
+
612
+ #: bws_menu.php:555
613
+ msgid "Multisite"
614
+ msgstr "Multisite"
615
+
616
+ #: bws_menu.php:556
617
+ msgid "Active Theme"
618
+ msgstr "Aktywny motyw"
619
+
620
+ #: bws_menu.php:571
621
+ msgid "Please enter a valid email address."
622
+ msgstr "Podaj poprawny adres email"
623
+
624
+ #: bws_menu.php:575
625
+ msgid "Email with system info is sent to "
626
+ msgstr "Wiadomość z informacjami systemowymi zostanie wysłana do "
627
+
628
+ #: bws_menu.php:579
629
+ msgid "Thank you for contacting us."
630
+ msgstr "Dziękujemy za kontakt."
631
+
632
+ #: bws_menu.php:612
633
+ msgid "Sorry, email message could not be delivered."
634
+ msgstr "Przepraszamy, wiadomość nie została dostarczona."
635
+
636
+ #: bws_menu.php:619
637
+ msgid "Need help?"
638
+ msgstr "Potrzebujesz pomocy?"
639
+
640
+ #: bws_menu.php:620
641
+ msgid "Client area"
642
+ msgstr "Panel Klienta"
643
+
644
+ #: bws_menu.php:621 bws_menu.php:930
645
+ msgid "System status"
646
+ msgstr "Status systemu"
647
+
648
+ #: bws_menu.php:626
649
+ msgid "Plugins"
650
+ msgstr "Wtyczki"
651
+
652
+ #: bws_menu.php:627
653
+ msgid "Themes"
654
+ msgstr "Motywy"
655
+
656
+ #: bws_menu.php:631
657
+ msgid "All"
658
+ msgstr "Wszystko"
659
+
660
+ #: bws_menu.php:632
661
+ msgid "Installed"
662
+ msgstr "Zainstalowane"
663
+
664
+ #: bws_menu.php:633
665
+ msgid "Recommended"
666
+ msgstr "Polecane"
667
+
668
+ #: bws_menu.php:637
669
+ msgid "Installed plugins"
670
+ msgstr "Zainstalowane"
671
+
672
+ #: bws_menu.php:669 bws_menu.php:718
673
+ msgid "Settings"
674
+ msgstr "Ustawienia"
675
+
676
+ #: bws_menu.php:690 bws_menu.php:747
677
+ msgid "Activate this plugin"
678
+ msgstr "Aktywuj wtyczkę"
679
+
680
+ #: bws_menu.php:705 bws_menu.php:735 bws_menu.php:781
681
+ msgid "Go"
682
+ msgstr "Go"
683
+
684
+ #: bws_menu.php:709 bws_menu.php:739 bws_menu.php:785
685
+ msgid "DONATE"
686
+ msgstr "DOTACJA"
687
+
688
+ #: bws_menu.php:755
689
+ msgid "Recommended plugins"
690
+ msgstr "Polecane"
691
+
692
+ #: bws_menu.php:793
693
+ msgid "Install now"
694
+ msgstr "Instaluj teraz"
695
+
696
+ #: bws_menu.php:814
697
+ msgid "Try again"
698
+ msgstr "Spróbuj ponownie"
699
+
700
+ #: bws_menu.php:832
701
+ #, php-format
702
+ msgid "Preview &#8220;%s&#8221;"
703
+ msgstr "Podgląd &#8220;%s&#8221;"
704
+
705
+ #: bws_menu.php:863
706
+ #, php-format
707
+ msgid "Install %s"
708
+ msgstr "Instaluj %s"
709
+
710
+ #: bws_menu.php:863
711
+ msgid "Install Now"
712
+ msgstr "Instaluj teraz"
713
+
714
+ #: bws_menu.php:866
715
+ #, php-format
716
+ msgid "Update to version %s"
717
+ msgstr "Aktualizuj do wersji %s"
718
+
719
+ #: bws_menu.php:866
720
+ msgid "Update"
721
+ msgstr "Aktualizuj"
722
+
723
+ #: bws_menu.php:873
724
+ #, php-format
725
+ msgid "Preview %s"
726
+ msgstr "Podgląd %s"
727
+
728
+ #: bws_menu.php:873
729
+ msgid "Preview"
730
+ msgstr "Podgląd"
731
+
732
+ #: bws_menu.php:879 bws_menu.php:911
733
+ #, php-format
734
+ msgid "By %s"
735
+ msgstr "Od %s"
736
+
737
+ #: bws_menu.php:885
738
+ msgid "Details"
739
+ msgstr "Szczegóły"
740
+
741
+ #: bws_menu.php:917
742
+ msgid "Already Installed"
743
+ msgstr "Zainstalowane"
744
+
745
+ #: bws_menu.php:933
746
+ msgid "Environment"
747
+ msgstr "Środowisko"
748
+
749
+ #: bws_menu.php:944
750
+ msgid "Active Plugins"
751
+ msgstr "Aktywne wtyczki"
752
+
753
+ #: bws_menu.php:957
754
+ msgid "Inactive Plugins"
755
+ msgstr "Nieaktywne wtyczki"
756
+
757
+ #: bws_menu.php:973
758
+ msgid "Send to support"
759
+ msgstr "Wyślij do supportu"
760
+
761
+ #: bws_menu.php:980
762
+ msgid "Send to custom email &#187;"
763
+ msgstr "Prześlij na własny adres &#187;"
764
+
765
+ #~ msgid "Pro plugins"
766
+ #~ msgstr "Pro Plugins"
767
+
768
+ #~ msgid "Activated plugins"
769
+ #~ msgstr "有効なプラグイン"
770
+
771
+ #~ msgid "Read more"
772
+ #~ msgstr "もっと読む"
773
+
774
+ #~ msgid "Purchase"
775
+ #~ msgstr "購入"
776
+
777
+ #~ msgid "Free plugins"
778
+ #~ msgstr "無料プラグイン"
779
+
780
+ #~ msgid "Download"
781
+ #~ msgstr "ダウンロード"
782
+
783
+ #~ msgid "Install now from wordpress.org"
784
+ #~ msgstr "wordpress.org から直ぐに導入"
785
+
786
+ #, fuzzy
787
+ #~ msgid "Activated theme"
788
+ #~ msgstr "有効なテーマ"
789
+
790
+ #, fuzzy
791
+ #~ msgid "Installed themes"
792
+ #~ msgstr "%s 導入"
793
+
794
+ #, fuzzy
795
+ #~ msgid "Recommended themes"
796
+ #~ msgstr "推奨プラグイン"
797
+
798
+ #, fuzzy
799
+ #~ msgid "installed"
800
+ #~ msgstr "%s 導入"
801
+
802
+ #~ msgid "Contact Form"
803
+ #~ msgstr "コンタクトフォーム"
804
+
805
+ #~ msgid "Contact Form Pro Extra Settings"
806
+ #~ msgstr "Contact Form Pro 用設定"
807
+
808
+ #~ msgid "Contact Form Pro"
809
+ #~ msgstr "Contact Form Pro"
810
+
811
+ #~ msgid "Name:"
812
+ #~ msgstr "名前:"
813
+
814
+ #~ msgid "Address:"
815
+ #~ msgstr "住所:"
816
+
817
+ #~ msgid "Email Address:"
818
+ #~ msgstr "Eメール:"
819
+
820
+ #~ msgid "Phone number:"
821
+ #~ msgstr "電話番号:"
822
+
823
+ #~ msgid "Subject:"
824
+ #~ msgstr "件名:"
825
+
826
+ #~ msgid "Message:"
827
+ #~ msgstr "メッセージ:"
828
+
829
+ #~ msgid "Attachment:"
830
+ #~ msgstr "添付:"
831
+
832
+ #~ msgid "Send me a copy"
833
+ #~ msgstr "コピーを自分に送る"
834
+
835
+ #~ msgid "Submit"
836
+ #~ msgstr "送信"
837
+
838
+ #~ msgid "Your name is required."
839
+ #~ msgstr "名前は必須です。"
840
+
841
+ #~ msgid "Address is required."
842
+ #~ msgstr "住所が必要です。"
843
+
844
+ #~ msgid "A valid email address is required."
845
+ #~ msgstr "有効なEメールアドレスlが必須です。"
846
+
847
+ #~ msgid "Phone number is required."
848
+ #~ msgstr "電話番号は必須です。"
849
+
850
+ #~ msgid "Subject is required."
851
+ #~ msgstr "件名は必須です。"
852
+
853
+ #~ msgid "Message text is required."
854
+ #~ msgstr "メッセージ本文は必須です。"
855
+
856
+ #~ msgid "File format is not valid."
857
+ #~ msgstr "添付が壊れています。"
858
+
859
+ #~ msgid "File upload error."
860
+ #~ msgstr "ファイル・アップロード・エラー。"
861
+
862
+ #~ msgid "The file could not be uploaded."
863
+ #~ msgstr "ファイルは、アップロード出来ませんでした。"
864
+
865
+ #~ msgid "This file is too large."
866
+ #~ msgstr "このファイルは大きすぎます。"
867
+
868
+ #~ msgid "Please fill out the CAPTCHA."
869
+ #~ msgstr "CAPTCHAを入力して下さい。"
870
+
871
+ #~ msgid "Please make corrections below and try again."
872
+ #~ msgstr "以下を修正し、再度試して下さい。"
873
+
874
+ #~ msgid ""
875
+ #~ "If the 'Redirect to page' option is selected then the URL field should be "
876
+ #~ "in the following format"
877
+ #~ msgstr ""
878
+ #~ "’ページに転送’オプションを選択した場合は、URLフィールドが、以下の形式にな"
879
+ #~ "ります"
880
+
881
+ #~ msgid "Such user does not exist. Settings are not saved."
882
+ #~ msgstr "このようなユーザは存在しません。設定は保存されません。"
883
+
884
+ #~ msgid ""
885
+ #~ "Please enter a valid email address in the 'FROM' field. Settings are not "
886
+ #~ "saved."
887
+ #~ msgstr ""
888
+ #~ "'送信者'フィールドに正確なEメール・アドレスを入力して下さい。設定は保存さ"
889
+ #~ "れません。"
890
+
891
+ #~ msgid "Settings saved."
892
+ #~ msgstr "設定保存."
893
+
894
+ #~ msgid ""
895
+ #~ "If you would like to add the Contact Form to your website, just copy and "
896
+ #~ "paste this shortcode to your post or page or widget:"
897
+ #~ msgstr ""
898
+ #~ "コンタクトフォームをあなたのサイトに追加したい場合は、このショートカットを"
899
+ #~ "投稿、ページ又はウェジットにコピーして貼り付けるだけです:"
900
+
901
+ #~ msgid ""
902
+ #~ "If have any problems with the standard shortcode [contact_form], you "
903
+ #~ "should use the shortcode"
904
+ #~ msgstr ""
905
+ #~ "標準的な短いコード [contact_form]に問題がある場合は、この短いコードをご利"
906
+ #~ "用下さい"
907
+
908
+ #~ msgid "They work the same way."
909
+ #~ msgstr "同様に動作します。"
910
+
911
+ #~ msgid ""
912
+ #~ "If you leave the fields empty, the messages will be sent to the email "
913
+ #~ "address specified during registration."
914
+ #~ msgstr ""
915
+ #~ "以下の項目の情報が空欄の場合、登録の際に記述したアドレスにメッセージが送ら"
916
+ #~ "れます。"
917
+
918
+ #~ msgid "The user's email address:"
919
+ #~ msgstr "wordpressユーザのemailを利用r:"
920
+
921
+ #~ msgid "Create a username"
922
+ #~ msgstr "ユーザ名の選択"
923
+
924
+ #~ msgid ""
925
+ #~ "Enter a username of the person who should get the messages from the "
926
+ #~ "contact form."
927
+ #~ msgstr "コンタクトフォームからメッセージを受け取る方のユーザ名を入力。"
928
+
929
+ #~ msgid "Use this email address:"
930
+ #~ msgstr "このemailを利用:"
931
+
932
+ #~ msgid "Enter the email address you want the messages forwarded to."
933
+ #~ msgstr "メッセージ受信用のemailを設定。"
934
+
935
+ #~ msgid "Additional options"
936
+ #~ msgstr "追加オプション"
937
+
938
+ #~ msgid "What to use?"
939
+ #~ msgstr "何用途?"
940
+
941
+ #~ msgid "Wp-mail"
942
+ #~ msgstr "WPメール"
943
+
944
+ #~ msgid "You can use the wp_mail function for mailing"
945
+ #~ msgstr "メールにwp_mali機能が利用できます"
946
+
947
+ #~ msgid "Mail"
948
+ #~ msgstr "メール"
949
+
950
+ #~ msgid "To send mail you can use the php mail function"
951
+ #~ msgstr "メールを送信するには、phpメール機能が利用できます"
952
+
953
+ #~ msgid "Change text of the 'FROM' field"
954
+ #~ msgstr "'送信者' フィールドのテキストを変更"
955
+
956
+ #~ msgid "Enter the email address in the 'From' field"
957
+ #~ msgstr "'送信者' フィールドにメールアドレスを入力して下さい"
958
+
959
+ #~ msgid "User email"
960
+ #~ msgstr "ユーザ・Eメール"
961
+
962
+ #~ msgid ""
963
+ #~ "The email address of the user who fills the form will be used in the "
964
+ #~ "field 'From'."
965
+ #~ msgstr ""
966
+ #~ "フォームを入力したユーザのEメール・アドレスは、'送信者'フィールドに使用さ"
967
+ #~ "れます。"
968
+
969
+ #~ msgid "This email address will be used in the 'From' field."
970
+ #~ msgstr "このEメール・アドレスは、'送信者'フィールドに使用されます。"
971
+
972
+ #~ msgid "Display fields"
973
+ #~ msgstr "フィールドを表示"
974
+
975
+ #~ msgid "Address"
976
+ #~ msgstr "住所"
977
+
978
+ #~ msgid "Phone"
979
+ #~ msgstr "電話"
980
+
981
+ #~ msgid "Attachment block"
982
+ #~ msgstr "添付ブロック"
983
+
984
+ #~ msgid "Users can attach the following file formats"
985
+ #~ msgstr "ユーザは、以下のタイプのファイルを添付できる"
986
+
987
+ #~ msgid "Captcha"
988
+ #~ msgstr "Captcha"
989
+
990
+ #~ msgid "(powered by bestwebsoft.com)"
991
+ #~ msgstr "(powered by bestwebsoft.com)"
992
+
993
+ #~ msgid "Download captcha"
994
+ #~ msgstr "captchaをダウンロード"
995
+
996
+ #, fuzzy
997
+ #~ msgid "Display tips below the Attachment block"
998
+ #~ msgstr "添付ブロックの下のチップス"
999
+
1000
+ #, fuzzy
1001
+ #~ msgid "Display 'Send me a copy' block"
1002
+ #~ msgstr "コピーブロックを自分に送る"
1003
+
1004
+ #~ msgid "Name"
1005
+ #~ msgstr "名前"
1006
+
1007
+ #~ msgid "Email Address"
1008
+ #~ msgstr "Eメール・アドレス"
1009
+
1010
+ #~ msgid "Subject"
1011
+ #~ msgstr "件名"
1012
+
1013
+ #~ msgid "Message"
1014
+ #~ msgstr "メッセージ"
1015
+
1016
+ #~ msgid "Display additional info in the email"
1017
+ #~ msgstr "メール中に追加情報を表示"
1018
+
1019
+ #~ msgid "Sent from (ip address)"
1020
+ #~ msgstr "(IP-Adresse)から送られた"
1021
+
1022
+ #, fuzzy
1023
+ #~ msgid "Example: Sent from (IP address):\t127.0.0.1"
1024
+ #~ msgstr "(IP-Adresse)から送られた"
1025
+
1026
+ #~ msgid "Date/Time"
1027
+ #~ msgstr "日時"
1028
+
1029
+ #~ msgid "Sent from (referer)"
1030
+ #~ msgstr "(referer)から送られている"
1031
+
1032
+ #~ msgid "Using (user agent)"
1033
+ #~ msgstr "(user agent)使用"
1034
+
1035
+ #~ msgid "Language settings for the field names in the form"
1036
+ #~ msgstr "フォームのフィールド名用の言語設定"
1037
+
1038
+ #~ msgid "Add a language"
1039
+ #~ msgstr "言語の追加"
1040
+
1041
+ #~ msgid "Change the names of the contact form fields and error messages"
1042
+ #~ msgstr "コンタクト・フォームのフィールドの名前及びエラーメッセージを変更"
1043
+
1044
+ #~ msgid "English"
1045
+ #~ msgstr "英語"
1046
+
1047
+ #~ msgid "Error message for the Name field"
1048
+ #~ msgstr "名前フィールド用のエラーメッセージ"
1049
+
1050
+ #~ msgid "Error message for the Address field"
1051
+ #~ msgstr "住所フィールド用のエラーメッセージ"
1052
+
1053
+ #~ msgid "Error message for the Email field"
1054
+ #~ msgstr "Eメール・フィールド用のエラーメッセージ"
1055
+
1056
+ #~ msgid "Error message for the Phone field"
1057
+ #~ msgstr "電話フィールド用のエラーメッセージ"
1058
+
1059
+ #~ msgid "Error message for the Subject field"
1060
+ #~ msgstr "件名フィールド用のエラーメッセージ"
1061
+
1062
+ #~ msgid "Error message for the Message field"
1063
+ #~ msgstr "メッセージ・フィールド用のエラーメッセージ"
1064
+
1065
+ #~ msgid "Error message about the file type for the Attachment field"
1066
+ #~ msgstr "添付フィールド用の拡張子タイプに関するエラーメッセージ"
1067
+
1068
+ #~ msgid ""
1069
+ #~ "Error message while uploading a file for the Attachment field to the "
1070
+ #~ "server"
1071
+ #~ msgstr ""
1072
+ #~ "添付フィールド用のファイルをサーバにアップロード中のエラーメッセージ"
1073
+
1074
+ #~ msgid "Error message while moving the file for the Attachment field"
1075
+ #~ msgstr "添付フィールド用のファイルを移動中のエラーメッセージ"
1076
+
1077
+ #~ msgid ""
1078
+ #~ "Error message when file size limit for the Attachment field is exceeded"
1079
+ #~ msgstr "添付フィールド用のファイルサイズ制限を超した場合のエラーメッセージ"
1080
+
1081
+ #~ msgid "Error message for the Captcha field"
1082
+ #~ msgstr "Captcha フィールド用のエラーメッセージ"
1083
+
1084
+ #~ msgid "Error message for the whole form"
1085
+ #~ msgstr "全体フォーム用のエラーメッセージ"
1086
+
1087
+ #~ msgid "for this language"
1088
+ #~ msgstr "この言語用"
1089
+
1090
+ #~ msgid "Action after email is sent"
1091
+ #~ msgstr "メール送信後の行動"
1092
+
1093
+ #~ msgid "Display text"
1094
+ #~ msgstr "テキストを表示"
1095
+
1096
+ #~ msgid "Text"
1097
+ #~ msgstr "文字"
1098
+
1099
+ #~ msgid "Redirect to the page"
1100
+ #~ msgstr "ページに転送"
1101
+
1102
+ #~ msgid "Url"
1103
+ #~ msgstr "Url"
1104
+
1105
+ #~ msgid "Contact Form Pro | Extra Settings"
1106
+ #~ msgstr "Contact Form Pro | 追加設定"
1107
+
1108
+ #~ msgid ""
1109
+ #~ "This functionality is available in the Pro version of the plugin. For "
1110
+ #~ "more details, please follow the link"
1111
+ #~ msgstr ""
1112
+ #~ "この機能は、プラグインのProバージョンで利用できます。詳細は、リンクを参照"
1113
+ #~ "して下さい。"
1114
+
1115
+ #~ msgid "Errors output"
1116
+ #~ msgstr "エラー出力"
1117
+
1118
+ #~ msgid "Display error messages"
1119
+ #~ msgstr "エラーメッセージの表示"
1120
+
1121
+ #~ msgid "Color of the input field errors."
1122
+ #~ msgstr "入力フィールド・エラーの色"
1123
+
1124
+ #~ msgid "Display error messages & color of the input field errors"
1125
+ #~ msgstr "エラーメッセージと入力フィールド・エラーの色を表示"
1126
+
1127
+ #~ msgid "Add placeholder to the input blocks"
1128
+ #~ msgstr "プレースホルダーを入力ブロックに追加"
1129
+
1130
+ #~ msgid "Add tooltips"
1131
+ #~ msgstr "ツールチップの追加"
1132
+
1133
+ #~ msgid "Email address"
1134
+ #~ msgstr "Eメール・アドレス"
1135
+
1136
+ #~ msgid "Phone Number"
1137
+ #~ msgstr "電話番号"
1138
+
1139
+ #~ msgid "Attachment"
1140
+ #~ msgstr "添付"
1141
+
1142
+ #~ msgid "Style options"
1143
+ #~ msgstr "スタイル・オプション"
1144
+
1145
+ #~ msgid "Text color"
1146
+ #~ msgstr "文字色"
1147
+
1148
+ #~ msgid "Default"
1149
+ #~ msgstr "標準"
1150
+
1151
+ #~ msgid "Label text color"
1152
+ #~ msgstr "ラベル文字色"
1153
+
1154
+ #~ msgid "Placeholder color"
1155
+ #~ msgstr "プレースホルダ色"
1156
+
1157
+ #~ msgid "Errors color"
1158
+ #~ msgstr "エラーの色"
1159
+
1160
+ #~ msgid "Error text color"
1161
+ #~ msgstr "エラーテキストの色"
1162
+
1163
+ #~ msgid "Background color of the input field errors"
1164
+ #~ msgstr "入力フィールド・エラーの背景色"
1165
+
1166
+ #~ msgid "Border color of the input field errors"
1167
+ #~ msgstr "入力フィールド・エラーの罫線色"
1168
+
1169
+ #~ msgid "Placeholder color of the input field errors"
1170
+ #~ msgstr "入力フィールド・エラー用のプレースホルダ色"
1171
+
1172
+ #~ msgid "Input fields"
1173
+ #~ msgstr "フィールドを入力"
1174
+
1175
+ #~ msgid "Input fields background color"
1176
+ #~ msgstr "フィールドの背景色の入力"
1177
+
1178
+ #~ msgid "Text fields color"
1179
+ #~ msgstr "文字フィールド色"
1180
+
1181
+ #~ msgid "Border width in px, numbers only"
1182
+ #~ msgstr "罫線幅(px単位)、数値のみ"
1183
+
1184
+ #~ msgid "Border color"
1185
+ #~ msgstr "罫線色"
1186
+
1187
+ #~ msgid "Width in px, numbers only"
1188
+ #~ msgstr "px単位の幅、数字のみ"
1189
+
1190
+ #~ msgid "Button color"
1191
+ #~ msgstr "ボタンの色"
1192
+
1193
+ #~ msgid "Button text color"
1194
+ #~ msgstr "ボタン文字の色"
1195
+
1196
+ #~ msgid "Contact Form Pro | Preview"
1197
+ #~ msgstr "Contact Form Pro | プレビュー"
1198
+
1199
+ #~ msgid "Show with errors"
1200
+ #~ msgstr "エラーで表示"
1201
+
1202
+ #~ msgid "Please enter your full name..."
1203
+ #~ msgstr "貴方の氏名を入力して下さい..."
1204
+
1205
+ #~ msgid "Please enter your address..."
1206
+ #~ msgstr "貴方の住所を入力して下さい..."
1207
+
1208
+ #~ msgid "Please enter your email address..."
1209
+ #~ msgstr "貴方のEメール・アドレスを入力して下さい..."
1210
+
1211
+ #~ msgid "Please enter your phone number..."
1212
+ #~ msgstr "貴方の電話番号を入力して下さい..."
1213
+
1214
+ #~ msgid "Please enter subject..."
1215
+ #~ msgstr "件名を入力して下さい..."
1216
+
1217
+ #~ msgid ""
1218
+ #~ "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
1219
+ #~ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file "
1220
+ #~ "size: 2MB"
1221
+ #~ msgstr ""
1222
+ #~ "サポートしてるファイル形式: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, "
1223
+ #~ "BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. 最大"
1224
+ #~ "ファイルサイズ: 2MB"
1225
+
1226
+ #~ msgid "You can attach the following file formats"
1227
+ #~ msgstr "貴方は、以下のタイプのファイルを添付できます"
1228
+
1229
+ #~ msgid "Contact from"
1230
+ #~ msgstr "コンタクトフォーム"
1231
+
1232
+ #~ msgid "Email"
1233
+ #~ msgstr "Eメール"
1234
+
1235
+ #~ msgid "Site"
1236
+ #~ msgstr "サイト"
1237
+
1238
+ #~ msgid ""
1239
+ #~ "If you can see this MIME, it means that the MIME type is not supported by "
1240
+ #~ "your email client!"
1241
+ #~ msgstr ""
1242
+ #~ "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
1243
+
1244
+ #~ msgid "Support"
1245
+ #~ msgstr "サポート"
1246
+
1247
+ #~ msgid "Contact Form Options"
1248
+ #~ msgstr "コンタクトフォーム オプション"
1249
+
1250
+ #, fuzzy
1251
+ #~ msgid "Display Attachment tips"
1252
+ #~ msgstr "添付ブロックを表示"
1253
+
1254
+ #~ msgid "Please enter a valid email address. Settings are not saved."
1255
+ #~ msgstr "正確なemailを入力して下さい。設定は保存されません。"
1256
+
1257
+ #, fuzzy
1258
+ #~ msgid "E-Mail Address"
1259
+ #~ msgstr "E-Mail:"
1260
+
1261
+ #~ msgid "E-Mail Addresse:"
1262
+ #~ msgstr "Indirizzo e-mail:"
bws_menu/languages/bestwebsoft-pt_BR.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-pt_BR.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: 2015-10-09 14:42+0300\n"
6
- "PO-Revision-Date: 2015-10-09 14:42+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Dionizio Bonfim Bach | DJIO <wordpress@djio.com.br>\n"
9
  "Language: pt_BR\n"
@@ -18,432 +18,463 @@ msgstr ""
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: bws_functions.php:39
22
- #: bws_functions.php:63
23
  msgid "requires"
24
  msgstr ""
25
 
26
- #: bws_functions.php:41
27
- msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
 
 
28
  msgstr ""
29
 
30
- #: bws_functions.php:42
31
  msgid "Back to the WordPress"
32
  msgstr ""
33
 
34
  # @ captcha
35
- #: bws_functions.php:44
36
  #, fuzzy
37
  msgid "Plugins page"
38
  msgstr "Plugins Pro"
39
 
40
- #: bws_functions.php:65
41
- msgid "or higher! We do not guarantee that our plugin will work correctly. Please upgrade to WordPress latest version."
 
 
42
  msgstr ""
43
 
44
- #: bws_functions.php:122
45
  msgid "It’s time to upgrade your"
46
  msgstr ""
47
 
48
- #: bws_functions.php:122
49
  msgid "to"
50
  msgstr ""
51
 
52
  # @ captcha
53
- #: bws_functions.php:122
54
  #, fuzzy
55
  msgid "version!"
56
  msgstr "Versão do PHP"
57
 
58
- #: bws_functions.php:123
59
  msgid "Extend standard plugin functionality with new great options."
60
  msgstr ""
61
 
62
  # @ captcha
63
- #: bws_functions.php:126
64
- #: bws_functions.php:561
65
  #, fuzzy
66
  msgid "Learn More"
67
  msgstr "Leia Mais"
68
 
69
- #: bws_functions.php:143
70
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
71
  msgstr ""
72
 
73
  # @ captcha
74
- #: bws_functions.php:144
75
  #, fuzzy
76
  msgid "Rate the plugin"
77
  msgstr "Plugins ativados"
78
 
79
  # @ captcha
80
- #: bws_functions.php:147
81
  #, fuzzy
82
  msgid "If there is something wrong about it, please contact us"
83
  msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
84
 
85
- #: bws_functions.php:179
86
  msgid "Check premium options on the plugin settings page!"
87
  msgstr ""
88
 
89
- #: bws_functions.php:186
90
- #: bws_functions.php:222
91
  msgid "Wrong license key"
92
  msgstr ""
93
 
94
- #: bws_functions.php:216
95
- #: bws_functions.php:474
96
- #: bws_functions.php:525
97
- msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
98
  msgstr ""
99
 
100
- #: bws_functions.php:216
101
- #: bws_functions.php:474
102
- #: bws_functions.php:525
103
  msgid "We are sorry for inconvenience."
104
  msgstr ""
105
 
106
- #: bws_functions.php:224
107
  msgid "This license key is bind to another site"
108
  msgstr ""
109
 
110
- #: bws_functions.php:226
111
- #: bws_functions.php:384
112
- msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
 
113
  msgstr ""
114
 
115
- #: bws_functions.php:228
116
- msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
 
 
117
  msgstr ""
118
 
119
- #: bws_functions.php:230
120
- msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
 
 
121
  msgstr ""
122
 
123
- #: bws_functions.php:251
124
- #: bws_functions.php:273
125
- #: bws_functions.php:295
126
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
127
  msgstr ""
128
 
129
- #: bws_functions.php:263
130
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
131
  msgstr ""
132
 
133
- #: bws_functions.php:269
134
- msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
 
 
135
  msgstr ""
136
 
137
- #: bws_functions.php:276
138
  msgid "UploadDir is not writable. Please, upload the plugin manually"
139
  msgstr ""
140
 
141
- #: bws_functions.php:299
142
- msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
 
 
143
  msgstr ""
144
 
145
- #: bws_functions.php:324
146
  msgid "Please, enter Your license key"
147
  msgstr ""
148
 
149
- #: bws_functions.php:348
150
- msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
 
 
151
  msgstr ""
152
 
153
- #: bws_functions.php:350
154
- #: bws_functions.php:441
155
  msgid "Please, go to"
156
  msgstr ""
157
 
158
- #: bws_functions.php:350
159
- #: bws_functions.php:441
160
  msgid "the setting page"
161
  msgstr ""
162
 
163
- #: bws_functions.php:351
164
- #: bws_functions.php:442
165
  msgid "You will be redirected automatically in 5 seconds."
166
  msgstr ""
167
 
168
- #: bws_functions.php:358
169
  msgid "Show Pro features"
170
  msgstr ""
171
 
172
- #: bws_functions.php:365
173
  msgid "You can download and activate"
174
  msgstr ""
175
 
176
- #: bws_functions.php:367
177
  msgid "version of this plugin by entering Your license key."
178
  msgstr ""
179
 
180
- #: bws_functions.php:369
181
- #: bws_functions.php:410
182
- msgid "You can find your license key on your personal page Client area, by clicking on the link"
 
183
  msgstr ""
184
 
185
- #: bws_functions.php:371
186
- #: bws_functions.php:412
187
  msgid "(your username is the email you specify when purchasing the product)."
188
  msgstr ""
189
 
190
- #: bws_functions.php:375
191
- #: bws_functions.php:659
192
  msgid "or"
193
  msgstr ""
194
 
195
- #: bws_functions.php:375
196
  #, php-format
197
  msgid "Start Your Free %s-Day Trial Now"
198
  msgstr ""
199
 
200
  # @ captcha
201
- #: bws_functions.php:381
202
- #: bws_functions.php:390
203
- #: bws_functions.php:420
204
- #: bws_functions.php:428
205
- #: bws_menu.php:693
206
- #: bws_menu.php:750
207
  #, fuzzy
208
  msgid "Activate"
209
  msgstr "Plugins ativados"
210
 
211
- #: bws_functions.php:407
212
- #: bws_functions.php:500
213
  #, php-format
214
- msgid "In order to continue using the plugin it is necessary to buy a %s license."
 
215
  msgstr ""
216
 
217
- #: bws_functions.php:408
218
  msgid "After that you can activate it by entering your license key."
219
  msgstr ""
220
 
221
- #: bws_functions.php:422
222
  msgid "Unfortunately, you have exceeded the number of available tries per day."
223
  msgstr ""
224
 
225
- #: bws_functions.php:439
226
- msgid "Congratulations! The Pro license of the plugin is successfully activated."
 
227
  msgstr ""
228
 
229
- #: bws_functions.php:480
230
  msgid "Wrong license key."
231
  msgstr ""
232
 
233
- #: bws_functions.php:482
234
  msgid "This license key is bind to another site."
235
  msgstr ""
236
 
237
- #: bws_functions.php:484
238
- msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
 
 
239
  msgstr ""
240
 
241
- #: bws_functions.php:486
242
  msgid "Unfortunately, you have exceeded the number of available tries."
243
  msgstr ""
244
 
245
- #: bws_functions.php:488
246
- msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
 
 
247
  msgstr ""
248
 
249
- #: bws_functions.php:492
250
  msgid "The Pro Trial license key is valid."
251
  msgstr ""
252
 
253
- #: bws_functions.php:494
254
  msgid "The license key is valid."
255
  msgstr ""
256
 
257
- #: bws_functions.php:497
258
  msgid "Your license will expire on"
259
  msgstr ""
260
 
261
- #: bws_functions.php:530
262
  msgid "Please, enter your license key"
263
  msgstr ""
264
 
265
- #: bws_functions.php:543
266
- msgid "If needed 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"
 
 
 
267
  msgstr ""
268
 
269
- #: bws_functions.php:543
270
- msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
 
 
271
  msgstr ""
272
 
273
- #: bws_functions.php:547
274
  msgid "Check license key"
275
  msgstr ""
276
 
277
- #: bws_functions.php:561
278
  msgid "WARNING: Illegal use notification"
279
  msgstr ""
280
 
281
- #: bws_functions.php:561
282
- msgid "You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated."
 
 
 
 
283
  msgstr ""
284
 
285
- #: bws_functions.php:569
286
- msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
 
 
287
  msgstr ""
288
 
289
- #: bws_functions.php:571
290
- msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
 
 
291
  msgstr ""
292
 
293
  # @ captcha
294
- #: bws_functions.php:571
295
- #: bws_functions.php:624
296
- #: bws_menu.php:669
297
- #: bws_menu.php:691
298
- #: bws_menu.php:718
299
- #: bws_menu.php:748
300
- #: bws_menu.php:794
301
  #, fuzzy
302
  msgid "Learn more"
303
  msgstr "Leia Mais"
304
 
305
- #: bws_functions.php:581
306
  #, php-format
307
  msgid "Notice: You are using the Pro Trial license of %s plugin."
308
  msgstr ""
309
 
310
- #: bws_functions.php:583
311
  msgid "Notice: You are using the Pro Trial license of plugin."
312
  msgstr ""
313
 
314
- #: bws_functions.php:586
315
  msgid "The Pro Trial license will expire on"
316
  msgstr ""
317
 
318
- #: bws_functions.php:624
319
  msgid "You license for"
320
  msgstr ""
321
 
322
- #: bws_functions.php:624
323
  msgid "expires on"
324
  msgstr ""
325
 
326
- #: bws_functions.php:624
327
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
328
  msgstr ""
329
 
330
  # @ captcha
331
- #: bws_functions.php:655
332
  #, fuzzy
333
  msgid "Thank you for installing"
334
  msgstr "Obrigado por nos contatar."
335
 
336
- #: bws_functions.php:656
337
  msgid "Let's get started"
338
  msgstr ""
339
 
340
  # @ captcha
341
- #: bws_functions.php:657
342
  #, fuzzy
343
  msgid "Configure Settings"
344
  msgstr "Configurações"
345
 
346
- #: bws_functions.php:660
347
  msgid "Add New"
348
  msgstr ""
349
 
350
- #: bws_functions.php:664
351
  msgid "Close notice"
352
  msgstr ""
353
 
354
- #: bws_functions.php:677
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
355
  msgid "Notice"
356
  msgstr ""
357
 
358
- #: bws_functions.php:677
359
  msgid "The plugin's settings have been changed."
360
  msgstr ""
361
 
362
- #: bws_functions.php:678
363
  msgid "Save Changes"
364
  msgstr ""
365
 
366
- #: bws_functions.php:693
367
- msgid "You can always look at premium options by clicking on the \"Show Pro features\" in the \"Go PRO\" tab"
 
 
368
  msgstr ""
369
 
370
- #: bws_functions.php:773
371
  msgid "Add BWS Plugins Shortcode"
372
  msgstr ""
373
 
374
- #: bws_functions.php:793
375
  msgid "Add shortcode"
376
  msgstr ""
377
 
378
- #: bws_functions.php:793
379
  msgid "Add BestWebSoft plugins' shortcodes using this button."
380
  msgstr ""
381
 
382
- #: bws_functions.php:833
383
  msgid "Close"
384
  msgstr ""
385
 
386
- #: bws_functions.php:925
387
  msgid "Restore all plugin settings to defaults"
388
  msgstr ""
389
 
390
- #: bws_functions.php:927
391
  msgid "Restore settings"
392
  msgstr ""
393
 
394
- #: bws_functions.php:938
395
  msgid "Are you sure you want to restore all settings by default?"
396
  msgstr ""
397
 
398
- #: bws_functions.php:941
399
  msgid "Yes, restore all settings"
400
  msgstr ""
401
 
402
- #: bws_functions.php:942
403
  msgid "No, go back to the settings page"
404
  msgstr ""
405
 
406
  # @ captcha
407
- #: bws_functions.php:986
408
  #, fuzzy
409
  msgid "Plugin"
410
  msgstr "Plugins Pro"
411
 
412
  # @ captcha
413
- #: bws_functions.php:995
414
  #, fuzzy
415
  msgid "Shortcode settings"
416
  msgstr "Configurações"
417
 
418
- #: bws_functions.php:1000
419
  msgid "The shortcode will be inserted"
420
  msgstr ""
421
 
422
- #: bws_functions.php:1005
423
  msgid "Insert"
424
  msgstr ""
425
 
426
- #: bws_functions.php:1036
427
  msgid "Visit Help Center"
428
  msgstr ""
429
 
430
- #: bws_functions.php:1041
431
  msgid "FAQ"
432
  msgstr ""
433
 
434
- #: bws_functions.php:1047
435
  msgid "For more information:"
436
  msgstr ""
437
 
438
- #: bws_functions.php:1048
439
  msgid "Documentation"
440
  msgstr ""
441
 
442
- #: bws_functions.php:1049
443
  msgid "Video Instructions"
444
  msgstr ""
445
 
446
- #: bws_functions.php:1050
447
  msgid "Submit a Request"
448
  msgstr ""
449
 
@@ -453,24 +484,18 @@ msgid "Not set"
453
  msgstr "Não definido"
454
 
455
  # @ captcha
456
- #: bws_menu.php:508
457
- #: bws_menu.php:509
458
  msgid "On"
459
  msgstr "Ligado"
460
 
461
  # @ captcha
462
- #: bws_menu.php:508
463
- #: bws_menu.php:509
464
  msgid "Off"
465
  msgstr "Desligado"
466
 
467
  # @ captcha
468
- #: bws_menu.php:510
469
- #: bws_menu.php:511
470
- #: bws_menu.php:512
471
- #: bws_menu.php:513
472
- #: bws_menu.php:514
473
- #: bws_menu.php:526
474
  msgid "N/A"
475
  msgstr "N/D"
476
 
@@ -480,18 +505,12 @@ msgid " Mb"
480
  msgstr " Mb"
481
 
482
  # @ captcha
483
- #: bws_menu.php:515
484
- #: bws_menu.php:516
485
- #: bws_menu.php:517
486
- #: bws_menu.php:522
487
  msgid "Yes"
488
  msgstr "Sim"
489
 
490
  # @ captcha
491
- #: bws_menu.php:515
492
- #: bws_menu.php:516
493
- #: bws_menu.php:517
494
- #: bws_menu.php:524
495
  msgid "No"
496
  msgstr "Não"
497
 
@@ -620,188 +639,187 @@ msgstr "Obrigado por nos contatar."
620
  msgid "Sorry, email message could not be delivered."
621
  msgstr "Desculpe, a mensagem de email não pôde ser enviada."
622
 
623
- #: bws_menu.php:620
624
  msgid "Need help?"
625
  msgstr ""
626
 
627
- #: bws_menu.php:621
628
  msgid "Client area"
629
  msgstr ""
630
 
631
  # @ captcha
632
- #: bws_menu.php:622
633
- #: bws_menu.php:933
634
  msgid "System status"
635
  msgstr "Status do sistema"
636
 
637
  # @ captcha
638
- #: bws_menu.php:627
639
  #, fuzzy
640
  msgid "Plugins"
641
  msgstr "Plugins Pro"
642
 
643
- #: bws_menu.php:629
644
  msgid "Themes"
645
  msgstr ""
646
 
647
- #: bws_menu.php:634
648
  msgid "All"
649
  msgstr ""
650
 
651
  # @ default
652
- #: bws_menu.php:635
653
  #, fuzzy
654
  msgid "Installed"
655
  msgstr "Instalar %s"
656
 
657
  # @ captcha
658
- #: bws_menu.php:636
659
  #, fuzzy
660
  msgid "Recommended"
661
  msgstr "Plugins Recomendados"
662
 
663
  # @ captcha
664
- #: bws_menu.php:640
665
  msgid "Installed plugins"
666
  msgstr "Plugins Instalados"
667
 
668
  # @ captcha
669
- #: bws_menu.php:672
670
- #: bws_menu.php:721
671
  msgid "Settings"
672
  msgstr "Configurações"
673
 
674
  # @ captcha
675
- #: bws_menu.php:693
676
- #: bws_menu.php:750
677
  #, fuzzy
678
  msgid "Activate this plugin"
679
  msgstr "Plugins ativados"
680
 
681
- #: bws_menu.php:708
682
- #: bws_menu.php:738
683
- #: bws_menu.php:784
684
  msgid "Go"
685
  msgstr ""
686
 
687
- #: bws_menu.php:712
688
- #: bws_menu.php:742
689
- #: bws_menu.php:788
690
  msgid "DONATE"
691
  msgstr ""
692
 
693
  # @ captcha
694
- #: bws_menu.php:758
695
  msgid "Recommended plugins"
696
  msgstr "Plugins Recomendados"
697
 
698
  # @ default
699
- #: bws_menu.php:796
700
  #, fuzzy
701
  msgid "Install now"
702
  msgstr "Instalar %s"
703
 
704
- #: bws_menu.php:817
705
  msgid "Try again"
706
  msgstr ""
707
 
708
- #: bws_menu.php:835
709
  #, php-format
710
  msgid "Preview &#8220;%s&#8221;"
711
  msgstr ""
712
 
713
  # @ default
714
- #: bws_menu.php:866
715
  #, php-format
716
  msgid "Install %s"
717
  msgstr "Instalar %s"
718
 
719
  # @ default
720
- #: bws_menu.php:866
721
  #, fuzzy
722
  msgid "Install Now"
723
  msgstr "Instalar %s"
724
 
725
- #: bws_menu.php:869
726
  #, php-format
727
  msgid "Update to version %s"
728
  msgstr ""
729
 
730
- #: bws_menu.php:869
731
  msgid "Update"
732
  msgstr ""
733
 
734
- #: bws_menu.php:876
735
  #, php-format
736
  msgid "Preview %s"
737
  msgstr ""
738
 
739
- #: bws_menu.php:876
740
  msgid "Preview"
741
  msgstr ""
742
 
743
- #: bws_menu.php:882
744
- #: bws_menu.php:914
745
  #, php-format
746
  msgid "By %s"
747
  msgstr ""
748
 
749
- #: bws_menu.php:888
750
  msgid "Details"
751
  msgstr ""
752
 
753
  # @ default
754
- #: bws_menu.php:920
755
  #, fuzzy
756
  msgid "Already Installed"
757
  msgstr "Instalar %s"
758
 
759
  # @ captcha
760
- #: bws_menu.php:936
761
  msgid "Environment"
762
  msgstr "Ambiente"
763
 
764
  # @ captcha
765
- #: bws_menu.php:947
766
  msgid "Active Plugins"
767
  msgstr "Plugins Ativos"
768
 
769
  # @ captcha
770
- #: bws_menu.php:960
771
  msgid "Inactive Plugins"
772
  msgstr "Plugins Inativos"
773
 
774
  # @ captcha
775
- #: bws_menu.php:976
776
  msgid "Send to support"
777
  msgstr "Enviar para o suporte"
778
 
779
  # @ captcha
780
- #: bws_menu.php:983
781
  msgid "Send to custom email &#187;"
782
  msgstr "Enviar para email personalizado &#187;"
783
 
784
  # @ captcha
785
  #~ msgid "Pro plugins"
786
  #~ msgstr "Plugins Pro"
 
787
  # @ captcha
788
  #~ msgid "Activated plugins"
789
  #~ msgstr "Plugins ativados"
 
790
  # @ captcha
791
  #~ msgid "Read more"
792
  #~ msgstr "Leia Mais"
 
793
  # @ captcha
794
  #~ msgid "Purchase"
795
  #~ msgstr "Compra"
 
796
  # @ captcha
797
  #~ msgid "Free plugins"
798
  #~ msgstr "Plugins Grátis"
 
799
  # @ captcha
800
  #~ msgid "Download"
801
  #~ msgstr "Baixar"
 
802
  # @ captcha
803
  #~ msgid "Install now from wordpress.org"
804
  #~ msgstr "Instale agora do site do wordpress (wordpress.org)"
 
805
  # @ captcha
806
  #, fuzzy
807
  #~ msgid "Activated theme"
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-22 15:52+0300\n"
6
+ "PO-Revision-Date: 2016-02-22 15:52+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Dionizio Bonfim Bach | DJIO <wordpress@djio.com.br>\n"
9
  "Language: pt_BR\n"
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: bws_functions.php:65 bws_functions.php:89
 
22
  msgid "requires"
23
  msgstr ""
24
 
25
+ #: bws_functions.php:67
26
+ msgid ""
27
+ "or higher, that is why it has been deactivated! Please upgrade WordPress and "
28
+ "try again."
29
  msgstr ""
30
 
31
+ #: bws_functions.php:68
32
  msgid "Back to the WordPress"
33
  msgstr ""
34
 
35
  # @ captcha
36
+ #: bws_functions.php:70
37
  #, fuzzy
38
  msgid "Plugins page"
39
  msgstr "Plugins Pro"
40
 
41
+ #: bws_functions.php:91
42
+ msgid ""
43
+ "or higher! We do not guarantee that our plugin will work correctly. Please "
44
+ "upgrade to WordPress latest version."
45
  msgstr ""
46
 
47
+ #: bws_functions.php:148
48
  msgid "It’s time to upgrade your"
49
  msgstr ""
50
 
51
+ #: bws_functions.php:148
52
  msgid "to"
53
  msgstr ""
54
 
55
  # @ captcha
56
+ #: bws_functions.php:148
57
  #, fuzzy
58
  msgid "version!"
59
  msgstr "Versão do PHP"
60
 
61
+ #: bws_functions.php:149
62
  msgid "Extend standard plugin functionality with new great options."
63
  msgstr ""
64
 
65
  # @ captcha
66
+ #: bws_functions.php:152 bws_functions.php:593
 
67
  #, fuzzy
68
  msgid "Learn More"
69
  msgstr "Leia Mais"
70
 
71
+ #: bws_functions.php:169
72
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
73
  msgstr ""
74
 
75
  # @ captcha
76
+ #: bws_functions.php:170
77
  #, fuzzy
78
  msgid "Rate the plugin"
79
  msgstr "Plugins ativados"
80
 
81
  # @ captcha
82
+ #: bws_functions.php:173
83
  #, fuzzy
84
  msgid "If there is something wrong about it, please contact us"
85
  msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
86
 
87
+ #: bws_functions.php:205
88
  msgid "Check premium options on the plugin settings page!"
89
  msgstr ""
90
 
91
+ #: bws_functions.php:212 bws_functions.php:248
 
92
  msgid "Wrong license key"
93
  msgstr ""
94
 
95
+ #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
96
+ msgid ""
97
+ "Something went wrong. Please try again later. If the error appears again, "
98
+ "please contact us"
99
  msgstr ""
100
 
101
+ #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
 
 
102
  msgid "We are sorry for inconvenience."
103
  msgstr ""
104
 
105
+ #: bws_functions.php:250
106
  msgid "This license key is bind to another site"
107
  msgstr ""
108
 
109
+ #: bws_functions.php:252 bws_functions.php:416
110
+ msgid ""
111
+ "Unfortunately, you have exceeded the number of available tries per day. "
112
+ "Please, upload the plugin manually."
113
  msgstr ""
114
 
115
+ #: bws_functions.php:254
116
+ msgid ""
117
+ "Unfortunately, Your license has expired. To continue getting top-priority "
118
+ "support and plugin updates you should extend it in your"
119
  msgstr ""
120
 
121
+ #: bws_functions.php:256
122
+ msgid ""
123
+ "Unfortunately, the Pro licence was already installed to this domain. The Pro "
124
+ "Trial license can be installed only once."
125
  msgstr ""
126
 
127
+ #: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
 
 
128
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
129
  msgstr ""
130
 
131
+ #: bws_functions.php:289
132
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
133
  msgstr ""
134
 
135
+ #: bws_functions.php:295
136
+ msgid ""
137
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
138
+ "plugin manually"
139
  msgstr ""
140
 
141
+ #: bws_functions.php:302
142
  msgid "UploadDir is not writable. Please, upload the plugin manually"
143
  msgstr ""
144
 
145
+ #: bws_functions.php:325
146
+ msgid ""
147
+ "Something went wrong. Try again later or upload the plugin manually. We are "
148
+ "sorry for inconvenience."
149
  msgstr ""
150
 
151
+ #: bws_functions.php:350
152
  msgid "Please, enter Your license key"
153
  msgstr ""
154
 
155
+ #: bws_functions.php:380
156
+ msgid ""
157
+ "Congratulations! The Pro version of the plugin is successfully download and "
158
+ "activated."
159
  msgstr ""
160
 
161
+ #: bws_functions.php:382 bws_functions.php:473
 
162
  msgid "Please, go to"
163
  msgstr ""
164
 
165
+ #: bws_functions.php:382 bws_functions.php:473
 
166
  msgid "the setting page"
167
  msgstr ""
168
 
169
+ #: bws_functions.php:383 bws_functions.php:474
 
170
  msgid "You will be redirected automatically in 5 seconds."
171
  msgstr ""
172
 
173
+ #: bws_functions.php:390
174
  msgid "Show Pro features"
175
  msgstr ""
176
 
177
+ #: bws_functions.php:397
178
  msgid "You can download and activate"
179
  msgstr ""
180
 
181
+ #: bws_functions.php:399
182
  msgid "version of this plugin by entering Your license key."
183
  msgstr ""
184
 
185
+ #: bws_functions.php:401 bws_functions.php:442
186
+ msgid ""
187
+ "You can find your license key on your personal page Client area, by clicking "
188
+ "on the link"
189
  msgstr ""
190
 
191
+ #: bws_functions.php:403 bws_functions.php:444
 
192
  msgid "(your username is the email you specify when purchasing the product)."
193
  msgstr ""
194
 
195
+ #: bws_functions.php:407 bws_functions.php:691
 
196
  msgid "or"
197
  msgstr ""
198
 
199
+ #: bws_functions.php:407
200
  #, php-format
201
  msgid "Start Your Free %s-Day Trial Now"
202
  msgstr ""
203
 
204
  # @ captcha
205
+ #: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
206
+ #: bws_functions.php:460 bws_menu.php:690 bws_menu.php:747
 
 
 
 
207
  #, fuzzy
208
  msgid "Activate"
209
  msgstr "Plugins ativados"
210
 
211
+ #: bws_functions.php:439 bws_functions.php:532
 
212
  #, php-format
213
+ msgid ""
214
+ "In order to continue using the plugin it is necessary to buy a %s license."
215
  msgstr ""
216
 
217
+ #: bws_functions.php:440
218
  msgid "After that you can activate it by entering your license key."
219
  msgstr ""
220
 
221
+ #: bws_functions.php:454
222
  msgid "Unfortunately, you have exceeded the number of available tries per day."
223
  msgstr ""
224
 
225
+ #: bws_functions.php:471
226
+ msgid ""
227
+ "Congratulations! The Pro license of the plugin is successfully activated."
228
  msgstr ""
229
 
230
+ #: bws_functions.php:512
231
  msgid "Wrong license key."
232
  msgstr ""
233
 
234
+ #: bws_functions.php:514
235
  msgid "This license key is bind to another site."
236
  msgstr ""
237
 
238
+ #: bws_functions.php:516
239
+ msgid ""
240
+ "This license key is valid, but Your license has expired. If you want to "
241
+ "update our plugin in future, you should extend the license."
242
  msgstr ""
243
 
244
+ #: bws_functions.php:518
245
  msgid "Unfortunately, you have exceeded the number of available tries."
246
  msgstr ""
247
 
248
+ #: bws_functions.php:520
249
+ msgid ""
250
+ "Unfortunately, the Pro Trial licence was already installed to this domain. "
251
+ "The Pro Trial license can be installed only once."
252
  msgstr ""
253
 
254
+ #: bws_functions.php:524
255
  msgid "The Pro Trial license key is valid."
256
  msgstr ""
257
 
258
+ #: bws_functions.php:526
259
  msgid "The license key is valid."
260
  msgstr ""
261
 
262
+ #: bws_functions.php:529
263
  msgid "Your license will expire on"
264
  msgstr ""
265
 
266
+ #: bws_functions.php:562
267
  msgid "Please, enter your license key"
268
  msgstr ""
269
 
270
+ #: bws_functions.php:575
271
+ msgid ""
272
+ "If needed you can check if the license key is correct or reenter it in the "
273
+ "field below. You can find your license key on your personal page - Client "
274
+ "area - on our website"
275
  msgstr ""
276
 
277
+ #: bws_functions.php:575
278
+ msgid ""
279
+ "(your username is the email you specify when purchasing the product). If "
280
+ "necessary, please submit \"Lost your password?\" request."
281
  msgstr ""
282
 
283
+ #: bws_functions.php:579
284
  msgid "Check license key"
285
  msgstr ""
286
 
287
+ #: bws_functions.php:593
288
  msgid "WARNING: Illegal use notification"
289
  msgstr ""
290
 
291
+ #: bws_functions.php:593
292
+ msgid ""
293
+ "You can use one license of the Pro plugin for one domain only. Please check "
294
+ "and edit your license or domain if necessary using you personal Client Area. "
295
+ "We strongly recommend you to solve the problem within 24 hours, otherwise "
296
+ "the Pro plugin will be deactivated."
297
  msgstr ""
298
 
299
+ #: bws_functions.php:601
300
+ msgid ""
301
+ "Notice: Your Pro Trial license has expired. To continue using the plugin you "
302
+ "should buy a Pro license"
303
  msgstr ""
304
 
305
+ #: bws_functions.php:603
306
+ msgid ""
307
+ "Your license has expired. To continue getting top-priority support and "
308
+ "plugin updates you should extend it."
309
  msgstr ""
310
 
311
  # @ captcha
312
+ #: bws_functions.php:603 bws_functions.php:656 bws_menu.php:666
313
+ #: bws_menu.php:688 bws_menu.php:715 bws_menu.php:745 bws_menu.php:791
 
 
 
 
 
314
  #, fuzzy
315
  msgid "Learn more"
316
  msgstr "Leia Mais"
317
 
318
+ #: bws_functions.php:613
319
  #, php-format
320
  msgid "Notice: You are using the Pro Trial license of %s plugin."
321
  msgstr ""
322
 
323
+ #: bws_functions.php:615
324
  msgid "Notice: You are using the Pro Trial license of plugin."
325
  msgstr ""
326
 
327
+ #: bws_functions.php:618
328
  msgid "The Pro Trial license will expire on"
329
  msgstr ""
330
 
331
+ #: bws_functions.php:656
332
  msgid "You license for"
333
  msgstr ""
334
 
335
+ #: bws_functions.php:656
336
  msgid "expires on"
337
  msgstr ""
338
 
339
+ #: bws_functions.php:656
340
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
341
  msgstr ""
342
 
343
  # @ captcha
344
+ #: bws_functions.php:687
345
  #, fuzzy
346
  msgid "Thank you for installing"
347
  msgstr "Obrigado por nos contatar."
348
 
349
+ #: bws_functions.php:688
350
  msgid "Let's get started"
351
  msgstr ""
352
 
353
  # @ captcha
354
+ #: bws_functions.php:689
355
  #, fuzzy
356
  msgid "Configure Settings"
357
  msgstr "Configurações"
358
 
359
+ #: bws_functions.php:692
360
  msgid "Add New"
361
  msgstr ""
362
 
363
+ #: bws_functions.php:696 bws_functions.php:755
364
  msgid "Close notice"
365
  msgstr ""
366
 
367
+ # @ captcha
368
+ #: bws_functions.php:750
369
+ #, fuzzy
370
+ msgid "Thank you for choosing"
371
+ msgstr "Obrigado por nos contatar."
372
+
373
+ #: bws_functions.php:751
374
+ msgid ""
375
+ "If you have a feature, suggestion or idea you'd like to see in the plugin, "
376
+ "we'd love to hear about it!"
377
+ msgstr ""
378
+
379
+ #: bws_functions.php:752
380
+ msgid "Suggest a Feature"
381
+ msgstr ""
382
+
383
+ #: bws_functions.php:768
384
  msgid "Notice"
385
  msgstr ""
386
 
387
+ #: bws_functions.php:768
388
  msgid "The plugin's settings have been changed."
389
  msgstr ""
390
 
391
+ #: bws_functions.php:769
392
  msgid "Save Changes"
393
  msgstr ""
394
 
395
+ #: bws_functions.php:786
396
+ msgid ""
397
+ "You can always look at premium options by clicking on the \"Show Pro features"
398
+ "\" in the \"Go PRO\" tab"
399
  msgstr ""
400
 
401
+ #: bws_functions.php:866
402
  msgid "Add BWS Plugins Shortcode"
403
  msgstr ""
404
 
405
+ #: bws_functions.php:886
406
  msgid "Add shortcode"
407
  msgstr ""
408
 
409
+ #: bws_functions.php:886
410
  msgid "Add BestWebSoft plugins' shortcodes using this button."
411
  msgstr ""
412
 
413
+ #: bws_functions.php:928
414
  msgid "Close"
415
  msgstr ""
416
 
417
+ #: bws_functions.php:1020
418
  msgid "Restore all plugin settings to defaults"
419
  msgstr ""
420
 
421
+ #: bws_functions.php:1022
422
  msgid "Restore settings"
423
  msgstr ""
424
 
425
+ #: bws_functions.php:1033
426
  msgid "Are you sure you want to restore all settings by default?"
427
  msgstr ""
428
 
429
+ #: bws_functions.php:1036
430
  msgid "Yes, restore all settings"
431
  msgstr ""
432
 
433
+ #: bws_functions.php:1037
434
  msgid "No, go back to the settings page"
435
  msgstr ""
436
 
437
  # @ captcha
438
+ #: bws_functions.php:1083
439
  #, fuzzy
440
  msgid "Plugin"
441
  msgstr "Plugins Pro"
442
 
443
  # @ captcha
444
+ #: bws_functions.php:1092
445
  #, fuzzy
446
  msgid "Shortcode settings"
447
  msgstr "Configurações"
448
 
449
+ #: bws_functions.php:1097
450
  msgid "The shortcode will be inserted"
451
  msgstr ""
452
 
453
+ #: bws_functions.php:1102
454
  msgid "Insert"
455
  msgstr ""
456
 
457
+ #: bws_functions.php:1133
458
  msgid "Visit Help Center"
459
  msgstr ""
460
 
461
+ #: bws_functions.php:1138
462
  msgid "FAQ"
463
  msgstr ""
464
 
465
+ #: bws_functions.php:1144
466
  msgid "For more information:"
467
  msgstr ""
468
 
469
+ #: bws_functions.php:1145
470
  msgid "Documentation"
471
  msgstr ""
472
 
473
+ #: bws_functions.php:1146
474
  msgid "Video Instructions"
475
  msgstr ""
476
 
477
+ #: bws_functions.php:1147
478
  msgid "Submit a Request"
479
  msgstr ""
480
 
484
  msgstr "Não definido"
485
 
486
  # @ captcha
487
+ #: bws_menu.php:508 bws_menu.php:509
 
488
  msgid "On"
489
  msgstr "Ligado"
490
 
491
  # @ captcha
492
+ #: bws_menu.php:508 bws_menu.php:509
 
493
  msgid "Off"
494
  msgstr "Desligado"
495
 
496
  # @ captcha
497
+ #: bws_menu.php:510 bws_menu.php:511 bws_menu.php:512 bws_menu.php:513
498
+ #: bws_menu.php:514 bws_menu.php:526
 
 
 
 
499
  msgid "N/A"
500
  msgstr "N/D"
501
 
505
  msgstr " Mb"
506
 
507
  # @ captcha
508
+ #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:522
 
 
 
509
  msgid "Yes"
510
  msgstr "Sim"
511
 
512
  # @ captcha
513
+ #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:524
 
 
 
514
  msgid "No"
515
  msgstr "Não"
516
 
639
  msgid "Sorry, email message could not be delivered."
640
  msgstr "Desculpe, a mensagem de email não pôde ser enviada."
641
 
642
+ #: bws_menu.php:619
643
  msgid "Need help?"
644
  msgstr ""
645
 
646
+ #: bws_menu.php:620
647
  msgid "Client area"
648
  msgstr ""
649
 
650
  # @ captcha
651
+ #: bws_menu.php:621 bws_menu.php:930
 
652
  msgid "System status"
653
  msgstr "Status do sistema"
654
 
655
  # @ captcha
656
+ #: bws_menu.php:626
657
  #, fuzzy
658
  msgid "Plugins"
659
  msgstr "Plugins Pro"
660
 
661
+ #: bws_menu.php:627
662
  msgid "Themes"
663
  msgstr ""
664
 
665
+ #: bws_menu.php:631
666
  msgid "All"
667
  msgstr ""
668
 
669
  # @ default
670
+ #: bws_menu.php:632
671
  #, fuzzy
672
  msgid "Installed"
673
  msgstr "Instalar %s"
674
 
675
  # @ captcha
676
+ #: bws_menu.php:633
677
  #, fuzzy
678
  msgid "Recommended"
679
  msgstr "Plugins Recomendados"
680
 
681
  # @ captcha
682
+ #: bws_menu.php:637
683
  msgid "Installed plugins"
684
  msgstr "Plugins Instalados"
685
 
686
  # @ captcha
687
+ #: bws_menu.php:669 bws_menu.php:718
 
688
  msgid "Settings"
689
  msgstr "Configurações"
690
 
691
  # @ captcha
692
+ #: bws_menu.php:690 bws_menu.php:747
 
693
  #, fuzzy
694
  msgid "Activate this plugin"
695
  msgstr "Plugins ativados"
696
 
697
+ #: bws_menu.php:705 bws_menu.php:735 bws_menu.php:781
 
 
698
  msgid "Go"
699
  msgstr ""
700
 
701
+ #: bws_menu.php:709 bws_menu.php:739 bws_menu.php:785
 
 
702
  msgid "DONATE"
703
  msgstr ""
704
 
705
  # @ captcha
706
+ #: bws_menu.php:755
707
  msgid "Recommended plugins"
708
  msgstr "Plugins Recomendados"
709
 
710
  # @ default
711
+ #: bws_menu.php:793
712
  #, fuzzy
713
  msgid "Install now"
714
  msgstr "Instalar %s"
715
 
716
+ #: bws_menu.php:814
717
  msgid "Try again"
718
  msgstr ""
719
 
720
+ #: bws_menu.php:832
721
  #, php-format
722
  msgid "Preview &#8220;%s&#8221;"
723
  msgstr ""
724
 
725
  # @ default
726
+ #: bws_menu.php:863
727
  #, php-format
728
  msgid "Install %s"
729
  msgstr "Instalar %s"
730
 
731
  # @ default
732
+ #: bws_menu.php:863
733
  #, fuzzy
734
  msgid "Install Now"
735
  msgstr "Instalar %s"
736
 
737
+ #: bws_menu.php:866
738
  #, php-format
739
  msgid "Update to version %s"
740
  msgstr ""
741
 
742
+ #: bws_menu.php:866
743
  msgid "Update"
744
  msgstr ""
745
 
746
+ #: bws_menu.php:873
747
  #, php-format
748
  msgid "Preview %s"
749
  msgstr ""
750
 
751
+ #: bws_menu.php:873
752
  msgid "Preview"
753
  msgstr ""
754
 
755
+ #: bws_menu.php:879 bws_menu.php:911
 
756
  #, php-format
757
  msgid "By %s"
758
  msgstr ""
759
 
760
+ #: bws_menu.php:885
761
  msgid "Details"
762
  msgstr ""
763
 
764
  # @ default
765
+ #: bws_menu.php:917
766
  #, fuzzy
767
  msgid "Already Installed"
768
  msgstr "Instalar %s"
769
 
770
  # @ captcha
771
+ #: bws_menu.php:933
772
  msgid "Environment"
773
  msgstr "Ambiente"
774
 
775
  # @ captcha
776
+ #: bws_menu.php:944
777
  msgid "Active Plugins"
778
  msgstr "Plugins Ativos"
779
 
780
  # @ captcha
781
+ #: bws_menu.php:957
782
  msgid "Inactive Plugins"
783
  msgstr "Plugins Inativos"
784
 
785
  # @ captcha
786
+ #: bws_menu.php:973
787
  msgid "Send to support"
788
  msgstr "Enviar para o suporte"
789
 
790
  # @ captcha
791
+ #: bws_menu.php:980
792
  msgid "Send to custom email &#187;"
793
  msgstr "Enviar para email personalizado &#187;"
794
 
795
  # @ captcha
796
  #~ msgid "Pro plugins"
797
  #~ msgstr "Plugins Pro"
798
+
799
  # @ captcha
800
  #~ msgid "Activated plugins"
801
  #~ msgstr "Plugins ativados"
802
+
803
  # @ captcha
804
  #~ msgid "Read more"
805
  #~ msgstr "Leia Mais"
806
+
807
  # @ captcha
808
  #~ msgid "Purchase"
809
  #~ msgstr "Compra"
810
+
811
  # @ captcha
812
  #~ msgid "Free plugins"
813
  #~ msgstr "Plugins Grátis"
814
+
815
  # @ captcha
816
  #~ msgid "Download"
817
  #~ msgstr "Baixar"
818
+
819
  # @ captcha
820
  #~ msgid "Install now from wordpress.org"
821
  #~ msgstr "Instale agora do site do wordpress (wordpress.org)"
822
+
823
  # @ captcha
824
  #, fuzzy
825
  #~ msgid "Activated theme"
bws_menu/languages/bestwebsoft-ru_RU.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-ru_RU.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: 2015-10-09 16:33+0300\n"
6
- "PO-Revision-Date: 2015-10-09 17:02+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
@@ -16,410 +16,489 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_functions.php:39
20
- #: bws_functions.php:63
21
  msgid "requires"
22
  msgstr "требует"
23
 
24
- #: bws_functions.php:41
25
- msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
26
- msgstr "или выше, поэтому он был деактивирован! Пожалуйста, обновите WordPress и попробуйте еще раз."
 
 
 
 
27
 
28
- #: bws_functions.php:42
29
  msgid "Back to the WordPress"
30
  msgstr "Вернуться к WordPress на"
31
 
32
- #: bws_functions.php:44
33
  msgid "Plugins page"
34
  msgstr "Страницу плагинов"
35
 
36
- #: bws_functions.php:65
37
- msgid "or higher! We do not guarantee that our plugin will work correctly. Please upgrade to WordPress latest version."
38
- msgstr "или выше! Мы не гарантируем, что наш плагин будет работать корректно. Пожалуйста, обновите WordPress до последней версии."
 
 
 
 
39
 
40
- #: bws_functions.php:122
41
  msgid "It’s time to upgrade your"
42
  msgstr "Настало время обновить Ваш"
43
 
44
- #: bws_functions.php:122
45
  msgid "to"
46
  msgstr "до"
47
 
48
- #: bws_functions.php:122
49
  msgid "version!"
50
  msgstr "версии!"
51
 
52
- #: bws_functions.php:123
53
  msgid "Extend standard plugin functionality with new great options."
54
  msgstr "Расширяет возможности стандартного функционала плагина."
55
 
56
- #: bws_functions.php:126
57
- #: bws_functions.php:561
58
  msgid "Learn More"
59
  msgstr "Подробнее"
60
 
61
- #: bws_functions.php:143
62
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
63
- msgstr "Если вам понравился плагин, пожалуйста, поставьте нам 5 звезд на WordPress"
 
64
 
65
- #: bws_functions.php:144
66
  msgid "Rate the plugin"
67
  msgstr "Оценить плагин"
68
 
69
- #: bws_functions.php:147
70
  msgid "If there is something wrong about it, please contact us"
71
  msgstr "Если у вас есть какие-то вопросы, обращайтесь"
72
 
73
- #: bws_functions.php:179
74
  msgid "Check premium options on the plugin settings page!"
75
  msgstr "Просмотрите премиум опции на странице настроек плагина!"
76
 
77
- #: bws_functions.php:186
78
- #: bws_functions.php:222
79
  msgid "Wrong license key"
80
  msgstr "Неправильный лицензионный ключ"
81
 
82
- #: bws_functions.php:216
83
- #: bws_functions.php:474
84
- #: bws_functions.php:525
85
- msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
86
- msgstr "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, пожалуйста, свяжитесь с нами"
 
 
87
 
88
- #: bws_functions.php:216
89
- #: bws_functions.php:474
90
- #: bws_functions.php:525
91
  msgid "We are sorry for inconvenience."
92
  msgstr "Приносим извинения за неудобства."
93
 
94
- #: bws_functions.php:224
95
  msgid "This license key is bind to another site"
96
  msgstr "Этот лицензионный ключ привязан к другому сайту"
97
 
98
- #: bws_functions.php:226
99
- #: bws_functions.php:384
100
- msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
101
- msgstr "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, загрузите плагин вручную."
 
 
 
102
 
103
- #: bws_functions.php:228
104
- msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
105
- msgstr "К сожалению, время использования вашей лицензии истекло. Для получения обновлений приоритетного саппорта вам нужно продлить лицензию перейдя на вашей"
 
 
 
 
 
106
 
107
- #: bws_functions.php:230
108
- msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
109
- msgstr "К сожалению, Pro лицензия уже была установлена на этом доменен. Pro Trial лицензия может быть установлена только один раз."
 
 
 
 
110
 
111
- #: bws_functions.php:251
112
- #: bws_functions.php:273
113
- #: bws_functions.php:295
114
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
115
- msgstr "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
 
116
 
117
- #: bws_functions.php:263
118
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
119
  msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
120
 
121
- #: bws_functions.php:269
122
- msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
123
- msgstr "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. Пожалуйста, загрузите плагин вручную"
 
 
 
 
124
 
125
- #: bws_functions.php:276
126
  msgid "UploadDir is not writable. Please, upload the plugin manually"
127
- msgstr "Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную"
 
128
 
129
- #: bws_functions.php:299
130
- msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
131
- msgstr "Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. Приносим извинения за неудобства."
 
 
 
 
132
 
133
- #: bws_functions.php:324
134
  msgid "Please, enter Your license key"
135
  msgstr "Пожалуйста, введите ваш лицензионный ключ"
136
 
137
- #: bws_functions.php:348
138
- msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
 
 
139
  msgstr "Поздравляем! Pro версия плагина была успешно загружена и активирована."
140
 
141
- #: bws_functions.php:350
142
- #: bws_functions.php:441
143
  msgid "Please, go to"
144
  msgstr "Пожалуйста, перейдите на"
145
 
146
- #: bws_functions.php:350
147
- #: bws_functions.php:441
148
  msgid "the setting page"
149
  msgstr "страницу настроек"
150
 
151
- #: bws_functions.php:351
152
- #: bws_functions.php:442
153
  msgid "You will be redirected automatically in 5 seconds."
154
  msgstr "Вы будете перенаправлены автоматически через 5 секунд."
155
 
156
- #: bws_functions.php:358
157
  msgid "Show Pro features"
158
  msgstr "Показать Pro опции"
159
 
160
- #: bws_functions.php:365
161
  msgid "You can download and activate"
162
  msgstr "Вы можете скачать и активировать"
163
 
164
- #: bws_functions.php:367
165
  msgid "version of this plugin by entering Your license key."
166
  msgstr "версию этого плагина, введя ваш лицензионный ключ."
167
 
168
- #: bws_functions.php:369
169
- #: bws_functions.php:410
170
- msgid "You can find your license key on your personal page Client area, by clicking on the link"
171
- msgstr "Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, нажав на ссылку"
 
 
 
172
 
173
- #: bws_functions.php:371
174
- #: bws_functions.php:412
175
  msgid "(your username is the email you specify when purchasing the product)."
176
- msgstr "(ваше имя пользователя - это электронный адрес, указанный при покупке продукта)."
 
 
177
 
178
- #: bws_functions.php:375
179
- #: bws_functions.php:659
180
  msgid "or"
181
  msgstr "или"
182
 
183
- #: bws_functions.php:375
184
  #, php-format
185
  msgid "Start Your Free %s-Day Trial Now"
186
  msgstr "Попробуйте %s-дневную Trial версию бесплатно"
187
 
188
- #: bws_functions.php:381
189
- #: bws_functions.php:390
190
- #: bws_functions.php:420
191
- #: bws_functions.php:428
192
- #: bws_menu.php:693
193
- #: bws_menu.php:750
194
  msgid "Activate"
195
  msgstr "Активировать"
196
 
197
- #: bws_functions.php:407
198
- #: bws_functions.php:500
199
  #, php-format
200
- msgid "In order to continue using the plugin it is necessary to buy a %s license."
201
- msgstr "Чтобы продолжить пользоваться плагином, необходимо приобрести %s лицензию."
 
 
202
 
203
- #: bws_functions.php:408
204
  msgid "After that you can activate it by entering your license key."
205
  msgstr "После этого вы сможете активировать его введя лицензионный ключ."
206
 
207
- #: bws_functions.php:422
208
  msgid "Unfortunately, you have exceeded the number of available tries per day."
209
  msgstr "К сожалению, вы превысили количество доступных попыток."
210
 
211
- #: bws_functions.php:439
212
- msgid "Congratulations! The Pro license of the plugin is successfully activated."
 
213
  msgstr "Поздравляем! Pro версия плагина была успешно активирована."
214
 
215
- #: bws_functions.php:480
216
  msgid "Wrong license key."
217
  msgstr "Неправильный лицензионный ключ."
218
 
219
- #: bws_functions.php:482
220
  msgid "This license key is bind to another site."
221
  msgstr "Этот лицензионный ключ привязан к другому сайту."
222
 
223
- #: bws_functions.php:484
224
- msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
225
- msgstr "Лицензионный ключ принят, но срок действия лицензии истек. Если вы хотите обновлять плагин в будущем, вы должны продлить лицензию."
 
 
 
 
226
 
227
- #: bws_functions.php:486
228
  msgid "Unfortunately, you have exceeded the number of available tries."
229
  msgstr "К сожалению, вы превысили количество доступных попыток."
230
 
231
- #: bws_functions.php:488
232
- msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
233
- msgstr "К сожалению, Pro Trial версия плагина уже устанавливалась на этот домен. Pro Trial версию можно устанавливать лишь один раз."
 
 
 
 
234
 
235
- #: bws_functions.php:492
236
  msgid "The Pro Trial license key is valid."
237
  msgstr "Ключ Pro Trial версии действителен."
238
 
239
- #: bws_functions.php:494
240
  msgid "The license key is valid."
241
  msgstr "Лицензионный ключ действителен."
242
 
243
- #: bws_functions.php:497
244
  msgid "Your license will expire on"
245
  msgstr "Ваша лицензия истечет"
246
 
247
- #: bws_functions.php:530
248
  msgid "Please, enter your license key"
249
  msgstr "Пожалуйста, введите Ваш лицензионный ключ"
250
 
251
- #: bws_functions.php:543
252
- msgid "If needed 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"
253
- msgstr "При необходимости вы можете проверить валидность лицензионного ключа или повторно ввести его в поле ниже. Вы можете найти ваш лицензионный ключ на своей личной странице - Client area - на нашем сайте"
 
 
 
 
 
 
254
 
255
- #: bws_functions.php:543
256
- msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
257
- msgstr "(ваш пользователь это емейл, который вы указывали при покупке продукта). При необходимости нажмите \"Забыли пароль?\"."
 
 
 
 
258
 
259
- #: bws_functions.php:547
260
  msgid "Check license key"
261
  msgstr "Проверка лицензионного ключа"
262
 
263
- #: bws_functions.php:561
264
  msgid "WARNING: Illegal use notification"
265
  msgstr "ВНИМАНИЕ: уведомление о незаконном использовании"
266
 
267
- #: bws_functions.php:561
268
- msgid "You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated."
269
- msgstr "Вы можете использовать одну лицензию Pro плагина только для одного домена. Пожалуйста, проверьте и отредактируйте при необходимости лицензию или домен, используя Ваш личный Client Area. Мы настоятельно рекомендуем вам решить проблему в течение 24 часов, в противном случае плагин будет деактивирован."
270
-
271
- #: bws_functions.php:569
272
- msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
273
- msgstr "Внимание: Срок действия Pro Trial версии истек. Чтобы продолжить пользоваться плагином, пожалуйста, приобретите лицензию Pro"
274
-
275
- #: bws_functions.php:571
276
- msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
277
- msgstr "Время использования вашей лицензии истекло. Если вы хотите обновлять ваш плагин в дальнейшем и иметь приоритетную тех.поддержку, то вам нужно продлить лицензию."
278
-
279
- #: bws_functions.php:571
280
- #: bws_functions.php:624
281
- #: bws_menu.php:669
282
- #: bws_menu.php:691
283
- #: bws_menu.php:718
284
- #: bws_menu.php:748
285
- #: bws_menu.php:794
 
 
 
 
 
 
 
 
 
 
 
 
286
  msgid "Learn more"
287
  msgstr "Подробнее"
288
 
289
- #: bws_functions.php:581
290
  #, php-format
291
  msgid "Notice: You are using the Pro Trial license of %s plugin."
292
  msgstr "Внимание: Вы используете Pro Trial версию плагина %s."
293
 
294
- #: bws_functions.php:583
295
  msgid "Notice: You are using the Pro Trial license of plugin."
296
  msgstr "Внимание: Вы используете Pro Trial версию плагина."
297
 
298
- #: bws_functions.php:586
299
  msgid "The Pro Trial license will expire on"
300
  msgstr "Ваша лицензия Pro Trial версии плагина истекает"
301
 
302
- #: bws_functions.php:624
303
  msgid "You license for"
304
  msgstr "Ваш лицензионный ключ для"
305
 
306
- #: bws_functions.php:624
307
  msgid "expires on"
308
  msgstr "истекает"
309
 
310
- #: bws_functions.php:624
311
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
312
  msgstr "и вы не будете получать приоритетную тех.поддержку или обновления."
313
 
314
- #: bws_functions.php:655
315
  msgid "Thank you for installing"
316
  msgstr "Спасибо за установку"
317
 
318
- #: bws_functions.php:656
319
  msgid "Let's get started"
320
  msgstr "Давайте начнем"
321
 
322
- #: bws_functions.php:657
323
  msgid "Configure Settings"
324
  msgstr "Настройка параметров"
325
 
326
- #: bws_functions.php:660
327
  msgid "Add New"
328
  msgstr "Добавить"
329
 
330
- #: bws_functions.php:664
331
  msgid "Close notice"
332
  msgstr "Закрыть"
333
 
334
- #: bws_functions.php:677
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
335
  msgid "Notice"
336
  msgstr "Внимание"
337
 
338
- #: bws_functions.php:677
339
  msgid "The plugin's settings have been changed."
340
  msgstr "Настройки плагина были изменены"
341
 
342
- #: bws_functions.php:678
343
  msgid "Save Changes"
344
  msgstr "Сохранить изменения"
345
 
346
- #: bws_functions.php:693
347
- msgid "You can always look at premium options by clicking on the \"Show Pro features\" in the \"Go PRO\" tab"
348
- msgstr "Вы всегда можете просмотреть премиум опции нажав на кнопку \"Показать Pro опции\" на вкладке \"Перейти на PRO\""
 
 
 
 
349
 
350
- #: bws_functions.php:773
351
  msgid "Add BWS Plugins Shortcode"
352
  msgstr "Добавить шорткод BWS Плагина"
353
 
354
- #: bws_functions.php:793
355
  msgid "Add shortcode"
356
  msgstr "Добавить шорткод"
357
 
358
- #: bws_functions.php:793
359
  msgid "Add BestWebSoft plugins' shortcodes using this button."
360
  msgstr "Добавьте шорткоды BestWebSoft плагинов с помощью этой кнопки."
361
 
362
- #: bws_functions.php:833
363
  msgid "Close"
364
  msgstr "Закрыть"
365
 
366
- #: bws_functions.php:926
367
  msgid "Restore all plugin settings to defaults"
368
  msgstr "Восстановить все настройки плагина к настройкам по умолчанию"
369
 
370
- #: bws_functions.php:928
371
  msgid "Restore settings"
372
  msgstr "Восстановить настройки"
373
 
374
- #: bws_functions.php:939
375
  msgid "Are you sure you want to restore all settings by default?"
376
- msgstr "Вы уверены что хотите восстановить все настройки плагина к настройкам по умолчанию?"
 
 
377
 
378
- #: bws_functions.php:942
379
  msgid "Yes, restore all settings"
380
  msgstr "Да, восстановить все настройки"
381
 
382
- #: bws_functions.php:943
383
  msgid "No, go back to the settings page"
384
  msgstr "Нет, вернуться на страницу настроек"
385
 
386
- #: bws_functions.php:987
387
  msgid "Plugin"
388
  msgstr "Плагин"
389
 
390
- #: bws_functions.php:996
391
  msgid "Shortcode settings"
392
  msgstr "Настройки шорткода"
393
 
394
- #: bws_functions.php:1001
395
  msgid "The shortcode will be inserted"
396
  msgstr "Будет вставлен шорткод"
397
 
398
- #: bws_functions.php:1006
399
  msgid "Insert"
400
  msgstr "Вставить"
401
 
402
- #: bws_functions.php:1037
403
  msgid "Visit Help Center"
404
  msgstr "Перейти в Help Center"
405
 
406
- #: bws_functions.php:1042
407
  msgid "FAQ"
408
  msgstr "FAQ"
409
 
410
- #: bws_functions.php:1048
411
  msgid "For more information:"
412
  msgstr "Для дополнительной информации:"
413
 
414
- #: bws_functions.php:1049
415
  msgid "Documentation"
416
  msgstr "Документация"
417
 
418
- #: bws_functions.php:1050
419
  msgid "Video Instructions"
420
  msgstr "Видео инструкции"
421
 
422
- #: bws_functions.php:1051
423
  msgid "Submit a Request"
424
  msgstr "Отправить запрос"
425
 
@@ -427,22 +506,16 @@ msgstr "Отправить запрос"
427
  msgid "Not set"
428
  msgstr "Не задан"
429
 
430
- #: bws_menu.php:508
431
- #: bws_menu.php:509
432
  msgid "On"
433
  msgstr "Вкл"
434
 
435
- #: bws_menu.php:508
436
- #: bws_menu.php:509
437
  msgid "Off"
438
  msgstr "Выкл"
439
 
440
- #: bws_menu.php:510
441
- #: bws_menu.php:511
442
- #: bws_menu.php:512
443
- #: bws_menu.php:513
444
- #: bws_menu.php:514
445
- #: bws_menu.php:526
446
  msgid "N/A"
447
  msgstr "Неизвестно"
448
 
@@ -450,17 +523,11 @@ msgstr "Неизвестно"
450
  msgid " Mb"
451
  msgstr "Mb"
452
 
453
- #: bws_menu.php:515
454
- #: bws_menu.php:516
455
- #: bws_menu.php:517
456
- #: bws_menu.php:522
457
  msgid "Yes"
458
  msgstr "Да"
459
 
460
- #: bws_menu.php:515
461
- #: bws_menu.php:516
462
- #: bws_menu.php:517
463
- #: bws_menu.php:524
464
  msgid "No"
465
  msgstr "Нет"
466
 
@@ -564,140 +631,132 @@ msgstr "Спасибо что связались с нами."
564
  msgid "Sorry, email message could not be delivered."
565
  msgstr "Извините, ваш емейл не может быть отправлен."
566
 
567
- #: bws_menu.php:620
568
  msgid "Need help?"
569
  msgstr "Нужна помощь?"
570
 
571
- #: bws_menu.php:621
572
  msgid "Client area"
573
  msgstr "Client area"
574
 
575
- #: bws_menu.php:622
576
- #: bws_menu.php:933
577
  msgid "System status"
578
  msgstr "Системная информация"
579
 
580
- #: bws_menu.php:627
581
  msgid "Plugins"
582
  msgstr "Плагины"
583
 
584
- #: bws_menu.php:629
585
  msgid "Themes"
586
  msgstr "Темы"
587
 
588
- #: bws_menu.php:634
589
  msgid "All"
590
  msgstr "Все"
591
 
592
- #: bws_menu.php:635
593
  msgid "Installed"
594
  msgstr "Установленные"
595
 
596
- #: bws_menu.php:636
597
  msgid "Recommended"
598
  msgstr "Рекомендованные"
599
 
600
- #: bws_menu.php:640
601
  msgid "Installed plugins"
602
  msgstr "Установленные плагины"
603
 
604
- #: bws_menu.php:672
605
- #: bws_menu.php:721
606
  msgid "Settings"
607
  msgstr "Настройки"
608
 
609
- #: bws_menu.php:693
610
- #: bws_menu.php:750
611
  msgid "Activate this plugin"
612
  msgstr "Активировать плагин"
613
 
614
- #: bws_menu.php:708
615
- #: bws_menu.php:738
616
- #: bws_menu.php:784
617
  msgid "Go"
618
  msgstr "Перейти на"
619
 
620
- #: bws_menu.php:712
621
- #: bws_menu.php:742
622
- #: bws_menu.php:788
623
  msgid "DONATE"
624
  msgstr "Пожертвовать"
625
 
626
- #: bws_menu.php:758
627
  msgid "Recommended plugins"
628
  msgstr "Рекомендованные к установке плагины"
629
 
630
- #: bws_menu.php:796
631
  msgid "Install now"
632
  msgstr "Установить"
633
 
634
- #: bws_menu.php:817
635
  msgid "Try again"
636
  msgstr "Попробовать снова"
637
 
638
- #: bws_menu.php:835
639
  #, php-format
640
  msgid "Preview &#8220;%s&#8221;"
641
  msgstr "Просмотр &#8220;%s&#8221;"
642
 
643
- #: bws_menu.php:866
644
  #, php-format
645
  msgid "Install %s"
646
  msgstr "Установлено %s"
647
 
648
- #: bws_menu.php:866
649
  msgid "Install Now"
650
  msgstr "Установить"
651
 
652
- #: bws_menu.php:869
653
  #, php-format
654
  msgid "Update to version %s"
655
  msgstr "Обновить до версии %s"
656
 
657
- #: bws_menu.php:869
658
  msgid "Update"
659
  msgstr "Обновить"
660
 
661
- #: bws_menu.php:876
662
  #, php-format
663
  msgid "Preview %s"
664
  msgstr "Просмотр %s"
665
 
666
- #: bws_menu.php:876
667
  msgid "Preview"
668
  msgstr "Просмотр"
669
 
670
- #: bws_menu.php:882
671
- #: bws_menu.php:914
672
  #, php-format
673
  msgid "By %s"
674
  msgstr "%s"
675
 
676
- #: bws_menu.php:888
677
  msgid "Details"
678
  msgstr "Детали"
679
 
680
- #: bws_menu.php:920
681
  msgid "Already Installed"
682
  msgstr "Уже установлена"
683
 
684
- #: bws_menu.php:936
685
  msgid "Environment"
686
  msgstr "Системная среда"
687
 
688
- #: bws_menu.php:947
689
  msgid "Active Plugins"
690
  msgstr "Активированные плагины"
691
 
692
- #: bws_menu.php:960
693
  msgid "Inactive Plugins"
694
  msgstr "Неактивированные плагины"
695
 
696
- #: bws_menu.php:976
697
  msgid "Send to support"
698
  msgstr "Отправить в тех. поддержку"
699
 
700
- #: bws_menu.php:983
701
  msgid "Send to custom email &#187;"
702
  msgstr "Отправить на емейл &#187;"
703
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-22 16:02+0300\n"
6
+ "PO-Revision-Date: 2016-02-22 16:04+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: bws_functions.php:65 bws_functions.php:89
 
20
  msgid "requires"
21
  msgstr "требует"
22
 
23
+ #: bws_functions.php:67
24
+ msgid ""
25
+ "or higher, that is why it has been deactivated! Please upgrade WordPress and "
26
+ "try again."
27
+ msgstr ""
28
+ "или выше, поэтому он был деактивирован! Пожалуйста, обновите WordPress и "
29
+ "попробуйте еще раз."
30
 
31
+ #: bws_functions.php:68
32
  msgid "Back to the WordPress"
33
  msgstr "Вернуться к WordPress на"
34
 
35
+ #: bws_functions.php:70
36
  msgid "Plugins page"
37
  msgstr "Страницу плагинов"
38
 
39
+ #: bws_functions.php:91
40
+ msgid ""
41
+ "or higher! We do not guarantee that our plugin will work correctly. Please "
42
+ "upgrade to WordPress latest version."
43
+ msgstr ""
44
+ "или выше! Мы не гарантируем, что наш плагин будет работать корректно. "
45
+ "Пожалуйста, обновите WordPress до последней версии."
46
 
47
+ #: bws_functions.php:148
48
  msgid "It’s time to upgrade your"
49
  msgstr "Настало время обновить Ваш"
50
 
51
+ #: bws_functions.php:148
52
  msgid "to"
53
  msgstr "до"
54
 
55
+ #: bws_functions.php:148
56
  msgid "version!"
57
  msgstr "версии!"
58
 
59
+ #: bws_functions.php:149
60
  msgid "Extend standard plugin functionality with new great options."
61
  msgstr "Расширяет возможности стандартного функционала плагина."
62
 
63
+ #: bws_functions.php:152 bws_functions.php:593
 
64
  msgid "Learn More"
65
  msgstr "Подробнее"
66
 
67
+ #: bws_functions.php:169
68
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
69
+ msgstr ""
70
+ "Если вам понравился плагин, пожалуйста, поставьте нам 5 звезд на WordPress"
71
 
72
+ #: bws_functions.php:170
73
  msgid "Rate the plugin"
74
  msgstr "Оценить плагин"
75
 
76
+ #: bws_functions.php:173
77
  msgid "If there is something wrong about it, please contact us"
78
  msgstr "Если у вас есть какие-то вопросы, обращайтесь"
79
 
80
+ #: bws_functions.php:205
81
  msgid "Check premium options on the plugin settings page!"
82
  msgstr "Просмотрите премиум опции на странице настроек плагина!"
83
 
84
+ #: bws_functions.php:212 bws_functions.php:248
 
85
  msgid "Wrong license key"
86
  msgstr "Неправильный лицензионный ключ"
87
 
88
+ #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
89
+ msgid ""
90
+ "Something went wrong. Please try again later. If the error appears again, "
91
+ "please contact us"
92
+ msgstr ""
93
+ "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, "
94
+ "пожалуйста, свяжитесь с нами"
95
 
96
+ #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
 
 
97
  msgid "We are sorry for inconvenience."
98
  msgstr "Приносим извинения за неудобства."
99
 
100
+ #: bws_functions.php:250
101
  msgid "This license key is bind to another site"
102
  msgstr "Этот лицензионный ключ привязан к другому сайту"
103
 
104
+ #: bws_functions.php:252 bws_functions.php:416
105
+ msgid ""
106
+ "Unfortunately, you have exceeded the number of available tries per day. "
107
+ "Please, upload the plugin manually."
108
+ msgstr ""
109
+ "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, "
110
+ "загрузите плагин вручную."
111
 
112
+ #: bws_functions.php:254
113
+ msgid ""
114
+ "Unfortunately, Your license has expired. To continue getting top-priority "
115
+ "support and plugin updates you should extend it in your"
116
+ msgstr ""
117
+ "К сожалению, время использования вашей лицензии истекло. Для получения "
118
+ "обновлений приоритетного саппорта вам нужно продлить лицензию перейдя на "
119
+ "вашей"
120
 
121
+ #: bws_functions.php:256
122
+ msgid ""
123
+ "Unfortunately, the Pro licence was already installed to this domain. The Pro "
124
+ "Trial license can be installed only once."
125
+ msgstr ""
126
+ "К сожалению, Pro лицензия уже была установлена на этом доменен. Pro Trial "
127
+ "лицензия может быть установлена только один раз."
128
 
129
+ #: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
 
 
130
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
131
+ msgstr ""
132
+ "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
133
 
134
+ #: bws_functions.php:289
135
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
136
  msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
137
 
138
+ #: bws_functions.php:295
139
+ msgid ""
140
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
141
+ "plugin manually"
142
+ msgstr ""
143
+ "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
144
+ "Пожалуйста, загрузите плагин вручную"
145
 
146
+ #: bws_functions.php:302
147
  msgid "UploadDir is not writable. Please, upload the plugin manually"
148
+ msgstr ""
149
+ "Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную"
150
 
151
+ #: bws_functions.php:325
152
+ msgid ""
153
+ "Something went wrong. Try again later or upload the plugin manually. We are "
154
+ "sorry for inconvenience."
155
+ msgstr ""
156
+ "Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. "
157
+ "Приносим извинения за неудобства."
158
 
159
+ #: bws_functions.php:350
160
  msgid "Please, enter Your license key"
161
  msgstr "Пожалуйста, введите ваш лицензионный ключ"
162
 
163
+ #: bws_functions.php:380
164
+ msgid ""
165
+ "Congratulations! The Pro version of the plugin is successfully download and "
166
+ "activated."
167
  msgstr "Поздравляем! Pro версия плагина была успешно загружена и активирована."
168
 
169
+ #: bws_functions.php:382 bws_functions.php:473
 
170
  msgid "Please, go to"
171
  msgstr "Пожалуйста, перейдите на"
172
 
173
+ #: bws_functions.php:382 bws_functions.php:473
 
174
  msgid "the setting page"
175
  msgstr "страницу настроек"
176
 
177
+ #: bws_functions.php:383 bws_functions.php:474
 
178
  msgid "You will be redirected automatically in 5 seconds."
179
  msgstr "Вы будете перенаправлены автоматически через 5 секунд."
180
 
181
+ #: bws_functions.php:390
182
  msgid "Show Pro features"
183
  msgstr "Показать Pro опции"
184
 
185
+ #: bws_functions.php:397
186
  msgid "You can download and activate"
187
  msgstr "Вы можете скачать и активировать"
188
 
189
+ #: bws_functions.php:399
190
  msgid "version of this plugin by entering Your license key."
191
  msgstr "версию этого плагина, введя ваш лицензионный ключ."
192
 
193
+ #: bws_functions.php:401 bws_functions.php:442
194
+ msgid ""
195
+ "You can find your license key on your personal page Client area, by clicking "
196
+ "on the link"
197
+ msgstr ""
198
+ "Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, "
199
+ "нажав на ссылку"
200
 
201
+ #: bws_functions.php:403 bws_functions.php:444
 
202
  msgid "(your username is the email you specify when purchasing the product)."
203
+ msgstr ""
204
+ "(ваше имя пользователя - это электронный адрес, указанный при покупке "
205
+ "продукта)."
206
 
207
+ #: bws_functions.php:407 bws_functions.php:691
 
208
  msgid "or"
209
  msgstr "или"
210
 
211
+ #: bws_functions.php:407
212
  #, php-format
213
  msgid "Start Your Free %s-Day Trial Now"
214
  msgstr "Попробуйте %s-дневную Trial версию бесплатно"
215
 
216
+ #: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
217
+ #: bws_functions.php:460 bws_menu.php:690 bws_menu.php:747
 
 
 
 
218
  msgid "Activate"
219
  msgstr "Активировать"
220
 
221
+ #: bws_functions.php:439 bws_functions.php:532
 
222
  #, php-format
223
+ msgid ""
224
+ "In order to continue using the plugin it is necessary to buy a %s license."
225
+ msgstr ""
226
+ "Чтобы продолжить пользоваться плагином, необходимо приобрести %s лицензию."
227
 
228
+ #: bws_functions.php:440
229
  msgid "After that you can activate it by entering your license key."
230
  msgstr "После этого вы сможете активировать его введя лицензионный ключ."
231
 
232
+ #: bws_functions.php:454
233
  msgid "Unfortunately, you have exceeded the number of available tries per day."
234
  msgstr "К сожалению, вы превысили количество доступных попыток."
235
 
236
+ #: bws_functions.php:471
237
+ msgid ""
238
+ "Congratulations! The Pro license of the plugin is successfully activated."
239
  msgstr "Поздравляем! Pro версия плагина была успешно активирована."
240
 
241
+ #: bws_functions.php:512
242
  msgid "Wrong license key."
243
  msgstr "Неправильный лицензионный ключ."
244
 
245
+ #: bws_functions.php:514
246
  msgid "This license key is bind to another site."
247
  msgstr "Этот лицензионный ключ привязан к другому сайту."
248
 
249
+ #: bws_functions.php:516
250
+ msgid ""
251
+ "This license key is valid, but Your license has expired. If you want to "
252
+ "update our plugin in future, you should extend the license."
253
+ msgstr ""
254
+ "Лицензионный ключ принят, но срок действия лицензии истек. Если вы хотите "
255
+ "обновлять плагин в будущем, вы должны продлить лицензию."
256
 
257
+ #: bws_functions.php:518
258
  msgid "Unfortunately, you have exceeded the number of available tries."
259
  msgstr "К сожалению, вы превысили количество доступных попыток."
260
 
261
+ #: bws_functions.php:520
262
+ msgid ""
263
+ "Unfortunately, the Pro Trial licence was already installed to this domain. "
264
+ "The Pro Trial license can be installed only once."
265
+ msgstr ""
266
+ "К сожалению, Pro Trial версия плагина уже устанавливалась на этот домен. Pro "
267
+ "Trial версию можно устанавливать лишь один раз."
268
 
269
+ #: bws_functions.php:524
270
  msgid "The Pro Trial license key is valid."
271
  msgstr "Ключ Pro Trial версии действителен."
272
 
273
+ #: bws_functions.php:526
274
  msgid "The license key is valid."
275
  msgstr "Лицензионный ключ действителен."
276
 
277
+ #: bws_functions.php:529
278
  msgid "Your license will expire on"
279
  msgstr "Ваша лицензия истечет"
280
 
281
+ #: bws_functions.php:562
282
  msgid "Please, enter your license key"
283
  msgstr "Пожалуйста, введите Ваш лицензионный ключ"
284
 
285
+ #: bws_functions.php:575
286
+ msgid ""
287
+ "If needed you can check if the license key is correct or reenter it in the "
288
+ "field below. You can find your license key on your personal page - Client "
289
+ "area - on our website"
290
+ msgstr ""
291
+ "При необходимости вы можете проверить валидность лицензионного ключа или "
292
+ "повторно ввести его в поле ниже. Вы можете найти ваш лицензионный ключ на "
293
+ "своей личной странице - Client area - на нашем сайте"
294
 
295
+ #: bws_functions.php:575
296
+ msgid ""
297
+ "(your username is the email you specify when purchasing the product). If "
298
+ "necessary, please submit \"Lost your password?\" request."
299
+ msgstr ""
300
+ "(ваш пользователь это емейл, который вы указывали при покупке продукта). При "
301
+ "необходимости нажмите \"Забыли пароль?\"."
302
 
303
+ #: bws_functions.php:579
304
  msgid "Check license key"
305
  msgstr "Проверка лицензионного ключа"
306
 
307
+ #: bws_functions.php:593
308
  msgid "WARNING: Illegal use notification"
309
  msgstr "ВНИМАНИЕ: уведомление о незаконном использовании"
310
 
311
+ #: bws_functions.php:593
312
+ msgid ""
313
+ "You can use one license of the Pro plugin for one domain only. Please check "
314
+ "and edit your license or domain if necessary using you personal Client Area. "
315
+ "We strongly recommend you to solve the problem within 24 hours, otherwise "
316
+ "the Pro plugin will be deactivated."
317
+ msgstr ""
318
+ "Вы можете использовать одну лицензию Pro плагина только для одного домена. "
319
+ "Пожалуйста, проверьте и отредактируйте при необходимости лицензию или домен, "
320
+ "используя Ваш личный Client Area. Мы настоятельно рекомендуем вам решить "
321
+ "проблему в течение 24 часов, в противном случае плагин будет деактивирован."
322
+
323
+ #: bws_functions.php:601
324
+ msgid ""
325
+ "Notice: Your Pro Trial license has expired. To continue using the plugin you "
326
+ "should buy a Pro license"
327
+ msgstr ""
328
+ "Внимание: Срок действия Pro Trial версии истек. Чтобы продолжить "
329
+ "пользоваться плагином, пожалуйста, приобретите лицензию Pro"
330
+
331
+ #: bws_functions.php:603
332
+ msgid ""
333
+ "Your license has expired. To continue getting top-priority support and "
334
+ "plugin updates you should extend it."
335
+ msgstr ""
336
+ "Время использования вашей лицензии истекло. Если вы хотите обновлять ваш "
337
+ "плагин в дальнейшем и иметь приоритетную тех.поддержку, то вам нужно "
338
+ "продлить лицензию."
339
+
340
+ #: bws_functions.php:603 bws_functions.php:656 bws_menu.php:666
341
+ #: bws_menu.php:688 bws_menu.php:715 bws_menu.php:745 bws_menu.php:791
342
  msgid "Learn more"
343
  msgstr "Подробнее"
344
 
345
+ #: bws_functions.php:613
346
  #, php-format
347
  msgid "Notice: You are using the Pro Trial license of %s plugin."
348
  msgstr "Внимание: Вы используете Pro Trial версию плагина %s."
349
 
350
+ #: bws_functions.php:615
351
  msgid "Notice: You are using the Pro Trial license of plugin."
352
  msgstr "Внимание: Вы используете Pro Trial версию плагина."
353
 
354
+ #: bws_functions.php:618
355
  msgid "The Pro Trial license will expire on"
356
  msgstr "Ваша лицензия Pro Trial версии плагина истекает"
357
 
358
+ #: bws_functions.php:656
359
  msgid "You license for"
360
  msgstr "Ваш лицензионный ключ для"
361
 
362
+ #: bws_functions.php:656
363
  msgid "expires on"
364
  msgstr "истекает"
365
 
366
+ #: bws_functions.php:656
367
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
368
  msgstr "и вы не будете получать приоритетную тех.поддержку или обновления."
369
 
370
+ #: bws_functions.php:687
371
  msgid "Thank you for installing"
372
  msgstr "Спасибо за установку"
373
 
374
+ #: bws_functions.php:688
375
  msgid "Let's get started"
376
  msgstr "Давайте начнем"
377
 
378
+ #: bws_functions.php:689
379
  msgid "Configure Settings"
380
  msgstr "Настройка параметров"
381
 
382
+ #: bws_functions.php:692
383
  msgid "Add New"
384
  msgstr "Добавить"
385
 
386
+ #: bws_functions.php:696 bws_functions.php:755
387
  msgid "Close notice"
388
  msgstr "Закрыть"
389
 
390
+ #: bws_functions.php:750
391
+ msgid "Thank you for choosing"
392
+ msgstr "Спасибо за выбор"
393
+
394
+ #: bws_functions.php:751
395
+ msgid ""
396
+ "If you have a feature, suggestion or idea you'd like to see in the plugin, "
397
+ "we'd love to hear about it!"
398
+ msgstr ""
399
+ "Если у вас есть предложения по добавлению нового или улучшению текущего "
400
+ "функционала плагина, пожалуйста, присылайте их нам! Мы вседа открыты для "
401
+ "новых идей!"
402
+
403
+ #: bws_functions.php:752
404
+ msgid "Suggest a Feature"
405
+ msgstr "Предложить функционал"
406
+
407
+ #: bws_functions.php:768
408
  msgid "Notice"
409
  msgstr "Внимание"
410
 
411
+ #: bws_functions.php:768
412
  msgid "The plugin's settings have been changed."
413
  msgstr "Настройки плагина были изменены"
414
 
415
+ #: bws_functions.php:769
416
  msgid "Save Changes"
417
  msgstr "Сохранить изменения"
418
 
419
+ #: bws_functions.php:786
420
+ msgid ""
421
+ "You can always look at premium options by clicking on the \"Show Pro features"
422
+ "\" in the \"Go PRO\" tab"
423
+ msgstr ""
424
+ "Вы всегда можете просмотреть премиум опции нажав на кнопку \"Показать Pro "
425
+ "опции\" на вкладке \"Перейти на PRO\""
426
 
427
+ #: bws_functions.php:866
428
  msgid "Add BWS Plugins Shortcode"
429
  msgstr "Добавить шорткод BWS Плагина"
430
 
431
+ #: bws_functions.php:886
432
  msgid "Add shortcode"
433
  msgstr "Добавить шорткод"
434
 
435
+ #: bws_functions.php:886
436
  msgid "Add BestWebSoft plugins' shortcodes using this button."
437
  msgstr "Добавьте шорткоды BestWebSoft плагинов с помощью этой кнопки."
438
 
439
+ #: bws_functions.php:928
440
  msgid "Close"
441
  msgstr "Закрыть"
442
 
443
+ #: bws_functions.php:1020
444
  msgid "Restore all plugin settings to defaults"
445
  msgstr "Восстановить все настройки плагина к настройкам по умолчанию"
446
 
447
+ #: bws_functions.php:1022
448
  msgid "Restore settings"
449
  msgstr "Восстановить настройки"
450
 
451
+ #: bws_functions.php:1033
452
  msgid "Are you sure you want to restore all settings by default?"
453
+ msgstr ""
454
+ "Вы уверены что хотите восстановить все настройки плагина к настройкам по "
455
+ "умолчанию?"
456
 
457
+ #: bws_functions.php:1036
458
  msgid "Yes, restore all settings"
459
  msgstr "Да, восстановить все настройки"
460
 
461
+ #: bws_functions.php:1037
462
  msgid "No, go back to the settings page"
463
  msgstr "Нет, вернуться на страницу настроек"
464
 
465
+ #: bws_functions.php:1083
466
  msgid "Plugin"
467
  msgstr "Плагин"
468
 
469
+ #: bws_functions.php:1092
470
  msgid "Shortcode settings"
471
  msgstr "Настройки шорткода"
472
 
473
+ #: bws_functions.php:1097
474
  msgid "The shortcode will be inserted"
475
  msgstr "Будет вставлен шорткод"
476
 
477
+ #: bws_functions.php:1102
478
  msgid "Insert"
479
  msgstr "Вставить"
480
 
481
+ #: bws_functions.php:1133
482
  msgid "Visit Help Center"
483
  msgstr "Перейти в Help Center"
484
 
485
+ #: bws_functions.php:1138
486
  msgid "FAQ"
487
  msgstr "FAQ"
488
 
489
+ #: bws_functions.php:1144
490
  msgid "For more information:"
491
  msgstr "Для дополнительной информации:"
492
 
493
+ #: bws_functions.php:1145
494
  msgid "Documentation"
495
  msgstr "Документация"
496
 
497
+ #: bws_functions.php:1146
498
  msgid "Video Instructions"
499
  msgstr "Видео инструкции"
500
 
501
+ #: bws_functions.php:1147
502
  msgid "Submit a Request"
503
  msgstr "Отправить запрос"
504
 
506
  msgid "Not set"
507
  msgstr "Не задан"
508
 
509
+ #: bws_menu.php:508 bws_menu.php:509
 
510
  msgid "On"
511
  msgstr "Вкл"
512
 
513
+ #: bws_menu.php:508 bws_menu.php:509
 
514
  msgid "Off"
515
  msgstr "Выкл"
516
 
517
+ #: bws_menu.php:510 bws_menu.php:511 bws_menu.php:512 bws_menu.php:513
518
+ #: bws_menu.php:514 bws_menu.php:526
 
 
 
 
519
  msgid "N/A"
520
  msgstr "Неизвестно"
521
 
523
  msgid " Mb"
524
  msgstr "Mb"
525
 
526
+ #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:522
 
 
 
527
  msgid "Yes"
528
  msgstr "Да"
529
 
530
+ #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:524
 
 
 
531
  msgid "No"
532
  msgstr "Нет"
533
 
631
  msgid "Sorry, email message could not be delivered."
632
  msgstr "Извините, ваш емейл не может быть отправлен."
633
 
634
+ #: bws_menu.php:619
635
  msgid "Need help?"
636
  msgstr "Нужна помощь?"
637
 
638
+ #: bws_menu.php:620
639
  msgid "Client area"
640
  msgstr "Client area"
641
 
642
+ #: bws_menu.php:621 bws_menu.php:930
 
643
  msgid "System status"
644
  msgstr "Системная информация"
645
 
646
+ #: bws_menu.php:626
647
  msgid "Plugins"
648
  msgstr "Плагины"
649
 
650
+ #: bws_menu.php:627
651
  msgid "Themes"
652
  msgstr "Темы"
653
 
654
+ #: bws_menu.php:631
655
  msgid "All"
656
  msgstr "Все"
657
 
658
+ #: bws_menu.php:632
659
  msgid "Installed"
660
  msgstr "Установленные"
661
 
662
+ #: bws_menu.php:633
663
  msgid "Recommended"
664
  msgstr "Рекомендованные"
665
 
666
+ #: bws_menu.php:637
667
  msgid "Installed plugins"
668
  msgstr "Установленные плагины"
669
 
670
+ #: bws_menu.php:669 bws_menu.php:718
 
671
  msgid "Settings"
672
  msgstr "Настройки"
673
 
674
+ #: bws_menu.php:690 bws_menu.php:747
 
675
  msgid "Activate this plugin"
676
  msgstr "Активировать плагин"
677
 
678
+ #: bws_menu.php:705 bws_menu.php:735 bws_menu.php:781
 
 
679
  msgid "Go"
680
  msgstr "Перейти на"
681
 
682
+ #: bws_menu.php:709 bws_menu.php:739 bws_menu.php:785
 
 
683
  msgid "DONATE"
684
  msgstr "Пожертвовать"
685
 
686
+ #: bws_menu.php:755
687
  msgid "Recommended plugins"
688
  msgstr "Рекомендованные к установке плагины"
689
 
690
+ #: bws_menu.php:793
691
  msgid "Install now"
692
  msgstr "Установить"
693
 
694
+ #: bws_menu.php:814
695
  msgid "Try again"
696
  msgstr "Попробовать снова"
697
 
698
+ #: bws_menu.php:832
699
  #, php-format
700
  msgid "Preview &#8220;%s&#8221;"
701
  msgstr "Просмотр &#8220;%s&#8221;"
702
 
703
+ #: bws_menu.php:863
704
  #, php-format
705
  msgid "Install %s"
706
  msgstr "Установлено %s"
707
 
708
+ #: bws_menu.php:863
709
  msgid "Install Now"
710
  msgstr "Установить"
711
 
712
+ #: bws_menu.php:866
713
  #, php-format
714
  msgid "Update to version %s"
715
  msgstr "Обновить до версии %s"
716
 
717
+ #: bws_menu.php:866
718
  msgid "Update"
719
  msgstr "Обновить"
720
 
721
+ #: bws_menu.php:873
722
  #, php-format
723
  msgid "Preview %s"
724
  msgstr "Просмотр %s"
725
 
726
+ #: bws_menu.php:873
727
  msgid "Preview"
728
  msgstr "Просмотр"
729
 
730
+ #: bws_menu.php:879 bws_menu.php:911
 
731
  #, php-format
732
  msgid "By %s"
733
  msgstr "%s"
734
 
735
+ #: bws_menu.php:885
736
  msgid "Details"
737
  msgstr "Детали"
738
 
739
+ #: bws_menu.php:917
740
  msgid "Already Installed"
741
  msgstr "Уже установлена"
742
 
743
+ #: bws_menu.php:933
744
  msgid "Environment"
745
  msgstr "Системная среда"
746
 
747
+ #: bws_menu.php:944
748
  msgid "Active Plugins"
749
  msgstr "Активированные плагины"
750
 
751
+ #: bws_menu.php:957
752
  msgid "Inactive Plugins"
753
  msgstr "Неактивированные плагины"
754
 
755
+ #: bws_menu.php:973
756
  msgid "Send to support"
757
  msgstr "Отправить в тех. поддержку"
758
 
759
+ #: bws_menu.php:980
760
  msgid "Send to custom email &#187;"
761
  msgstr "Отправить на емейл &#187;"
762
 
bws_menu/languages/bestwebsoft-sr_RS.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-sr_RS.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: 2015-10-09 14:46+0300\n"
6
- "PO-Revision-Date: 2015-10-09 14:46+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
9
  "Language: fr_FR\n"
@@ -17,426 +17,456 @@ msgstr ""
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: bws_functions.php:39
21
- #: bws_functions.php:63
22
  msgid "requires"
23
  msgstr ""
24
 
25
- #: bws_functions.php:41
26
- msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
 
 
27
  msgstr ""
28
 
29
- #: bws_functions.php:42
30
  msgid "Back to the WordPress"
31
  msgstr ""
32
 
33
- #: bws_functions.php:44
34
  #, fuzzy
35
  msgid "Plugins page"
36
  msgstr "Pro moduli"
37
 
38
- #: bws_functions.php:65
39
- msgid "or higher! We do not guarantee that our plugin will work correctly. Please upgrade to WordPress latest version."
 
 
40
  msgstr ""
41
 
42
- #: bws_functions.php:122
43
  msgid "It’s time to upgrade your"
44
  msgstr ""
45
 
46
- #: bws_functions.php:122
47
  #, fuzzy
48
  msgid "to"
49
  msgstr "vrh"
50
 
51
- #: bws_functions.php:122
52
  #, fuzzy
53
  msgid "version!"
54
  msgstr "PHP Verzija"
55
 
56
- #: bws_functions.php:123
57
  msgid "Extend standard plugin functionality with new great options."
58
  msgstr ""
59
 
60
- #: bws_functions.php:126
61
- #: bws_functions.php:561
62
  #, fuzzy
63
  msgid "Learn More"
64
  msgstr "Pročitaj više"
65
 
66
- #: bws_functions.php:143
67
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
68
  msgstr ""
69
 
70
- #: bws_functions.php:144
71
  #, fuzzy
72
  msgid "Rate the plugin"
73
  msgstr "Aktivirani moduli"
74
 
75
- #: bws_functions.php:147
76
  #, fuzzy
77
  msgid "If there is something wrong about it, please contact us"
78
  msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
79
 
80
- #: bws_functions.php:179
81
  msgid "Check premium options on the plugin settings page!"
82
  msgstr ""
83
 
84
- #: bws_functions.php:186
85
- #: bws_functions.php:222
86
  msgid "Wrong license key"
87
  msgstr ""
88
 
89
- #: bws_functions.php:216
90
- #: bws_functions.php:474
91
- #: bws_functions.php:525
92
- msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
93
  msgstr ""
94
 
95
- #: bws_functions.php:216
96
- #: bws_functions.php:474
97
- #: bws_functions.php:525
98
  msgid "We are sorry for inconvenience."
99
  msgstr ""
100
 
101
- #: bws_functions.php:224
102
  msgid "This license key is bind to another site"
103
  msgstr ""
104
 
105
- #: bws_functions.php:226
106
- #: bws_functions.php:384
107
- msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
 
108
  msgstr ""
109
 
110
- #: bws_functions.php:228
111
- msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
 
 
112
  msgstr ""
113
 
114
- #: bws_functions.php:230
115
- msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
 
 
116
  msgstr ""
117
 
118
- #: bws_functions.php:251
119
- #: bws_functions.php:273
120
- #: bws_functions.php:295
121
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
122
  msgstr ""
123
 
124
- #: bws_functions.php:263
125
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
126
  msgstr ""
127
 
128
- #: bws_functions.php:269
129
- msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
 
 
130
  msgstr ""
131
 
132
- #: bws_functions.php:276
133
  msgid "UploadDir is not writable. Please, upload the plugin manually"
134
  msgstr ""
135
 
136
- #: bws_functions.php:299
137
- msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
 
 
138
  msgstr ""
139
 
140
- #: bws_functions.php:324
141
  msgid "Please, enter Your license key"
142
  msgstr ""
143
 
144
- #: bws_functions.php:348
145
- msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
 
 
146
  msgstr ""
147
 
148
- #: bws_functions.php:350
149
- #: bws_functions.php:441
150
  msgid "Please, go to"
151
  msgstr ""
152
 
153
- #: bws_functions.php:350
154
- #: bws_functions.php:441
155
  #, fuzzy
156
  msgid "the setting page"
157
  msgstr "na stranici za podešavanje modula ("
158
 
159
- #: bws_functions.php:351
160
- #: bws_functions.php:442
161
  msgid "You will be redirected automatically in 5 seconds."
162
  msgstr ""
163
 
164
- #: bws_functions.php:358
165
  msgid "Show Pro features"
166
  msgstr ""
167
 
168
- #: bws_functions.php:365
169
  msgid "You can download and activate"
170
  msgstr ""
171
 
172
- #: bws_functions.php:367
173
  msgid "version of this plugin by entering Your license key."
174
  msgstr ""
175
 
176
- #: bws_functions.php:369
177
- #: bws_functions.php:410
178
- msgid "You can find your license key on your personal page Client area, by clicking on the link"
 
179
  msgstr ""
180
 
181
- #: bws_functions.php:371
182
- #: bws_functions.php:412
183
  msgid "(your username is the email you specify when purchasing the product)."
184
  msgstr ""
185
 
186
- #: bws_functions.php:375
187
- #: bws_functions.php:659
188
  msgid "or"
189
  msgstr ""
190
 
191
- #: bws_functions.php:375
192
  #, php-format
193
  msgid "Start Your Free %s-Day Trial Now"
194
  msgstr ""
195
 
196
- #: bws_functions.php:381
197
- #: bws_functions.php:390
198
- #: bws_functions.php:420
199
- #: bws_functions.php:428
200
- #: bws_menu.php:693
201
- #: bws_menu.php:750
202
  #, fuzzy
203
  msgid "Activate"
204
  msgstr "Aktivirani moduli"
205
 
206
- #: bws_functions.php:407
207
- #: bws_functions.php:500
208
  #, php-format
209
- msgid "In order to continue using the plugin it is necessary to buy a %s license."
 
210
  msgstr ""
211
 
212
- #: bws_functions.php:408
213
  msgid "After that you can activate it by entering your license key."
214
  msgstr ""
215
 
216
- #: bws_functions.php:422
217
  msgid "Unfortunately, you have exceeded the number of available tries per day."
218
  msgstr ""
219
 
220
- #: bws_functions.php:439
221
- msgid "Congratulations! The Pro license of the plugin is successfully activated."
 
222
  msgstr ""
223
 
224
- #: bws_functions.php:480
225
  msgid "Wrong license key."
226
  msgstr ""
227
 
228
- #: bws_functions.php:482
229
  msgid "This license key is bind to another site."
230
  msgstr ""
231
 
232
- #: bws_functions.php:484
233
- msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
 
 
234
  msgstr ""
235
 
236
- #: bws_functions.php:486
237
  msgid "Unfortunately, you have exceeded the number of available tries."
238
  msgstr ""
239
 
240
- #: bws_functions.php:488
241
- msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
 
 
242
  msgstr ""
243
 
244
- #: bws_functions.php:492
245
  msgid "The Pro Trial license key is valid."
246
  msgstr ""
247
 
248
- #: bws_functions.php:494
249
  msgid "The license key is valid."
250
  msgstr ""
251
 
252
- #: bws_functions.php:497
253
  msgid "Your license will expire on"
254
  msgstr ""
255
 
256
- #: bws_functions.php:530
257
  msgid "Please, enter your license key"
258
  msgstr ""
259
 
260
- #: bws_functions.php:543
261
- msgid "If needed 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"
 
 
 
262
  msgstr ""
263
 
264
- #: bws_functions.php:543
265
- msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
 
 
266
  msgstr ""
267
 
268
- #: bws_functions.php:547
269
  msgid "Check license key"
270
  msgstr ""
271
 
272
- #: bws_functions.php:561
273
  msgid "WARNING: Illegal use notification"
274
  msgstr ""
275
 
276
- #: bws_functions.php:561
277
- msgid "You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated."
 
 
 
 
278
  msgstr ""
279
 
280
- #: bws_functions.php:569
281
- msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
 
 
282
  msgstr ""
283
 
284
- #: bws_functions.php:571
285
- msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
 
 
286
  msgstr ""
287
 
288
- #: bws_functions.php:571
289
- #: bws_functions.php:624
290
- #: bws_menu.php:669
291
- #: bws_menu.php:691
292
- #: bws_menu.php:718
293
- #: bws_menu.php:748
294
- #: bws_menu.php:794
295
  #, fuzzy
296
  msgid "Learn more"
297
  msgstr "Pročitaj više"
298
 
299
- #: bws_functions.php:581
300
  #, php-format
301
  msgid "Notice: You are using the Pro Trial license of %s plugin."
302
  msgstr ""
303
 
304
- #: bws_functions.php:583
305
  msgid "Notice: You are using the Pro Trial license of plugin."
306
  msgstr ""
307
 
308
- #: bws_functions.php:586
309
  msgid "The Pro Trial license will expire on"
310
  msgstr ""
311
 
312
- #: bws_functions.php:624
313
  msgid "You license for"
314
  msgstr ""
315
 
316
- #: bws_functions.php:624
317
  msgid "expires on"
318
  msgstr ""
319
 
320
- #: bws_functions.php:624
321
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
322
  msgstr ""
323
 
324
- #: bws_functions.php:655
325
  #, fuzzy
326
  msgid "Thank you for installing"
327
  msgstr "Hvala što ste nas kontaktirali"
328
 
329
- #: bws_functions.php:656
330
  msgid "Let's get started"
331
  msgstr ""
332
 
333
- #: bws_functions.php:657
334
  #, fuzzy
335
  msgid "Configure Settings"
336
  msgstr "na stranici za podešavanje modula ("
337
 
338
- #: bws_functions.php:660
339
  msgid "Add New"
340
  msgstr "Ajouter"
341
 
342
- #: bws_functions.php:664
343
  msgid "Close notice"
344
  msgstr ""
345
 
346
- #: bws_functions.php:677
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
347
  msgid "Notice"
348
  msgstr ""
349
 
350
- #: bws_functions.php:677
351
  msgid "The plugin's settings have been changed."
352
  msgstr ""
353
 
354
- #: bws_functions.php:678
355
  msgid "Save Changes"
356
  msgstr "Sačuvaj izmene"
357
 
358
- #: bws_functions.php:693
359
- msgid "You can always look at premium options by clicking on the \"Show Pro features\" in the \"Go PRO\" tab"
 
 
360
  msgstr ""
361
 
362
- #: bws_functions.php:773
363
  msgid "Add BWS Plugins Shortcode"
364
  msgstr ""
365
 
366
- #: bws_functions.php:793
367
  #, fuzzy
368
  msgid "Add shortcode"
369
  msgstr "Kratak kod za Galeriju"
370
 
371
- #: bws_functions.php:793
372
  msgid "Add BestWebSoft plugins' shortcodes using this button."
373
  msgstr ""
374
 
375
- #: bws_functions.php:833
376
  msgid "Close"
377
  msgstr ""
378
 
379
- #: bws_functions.php:925
380
  msgid "Restore all plugin settings to defaults"
381
  msgstr ""
382
 
383
- #: bws_functions.php:927
384
  #, fuzzy
385
  msgid "Restore settings"
386
  msgstr "na stranici za podešavanje modula ("
387
 
388
- #: bws_functions.php:938
389
  msgid "Are you sure you want to restore all settings by default?"
390
  msgstr ""
391
 
392
- #: bws_functions.php:941
393
  msgid "Yes, restore all settings"
394
  msgstr ""
395
 
396
- #: bws_functions.php:942
397
  #, fuzzy
398
  msgid "No, go back to the settings page"
399
  msgstr "na stranici za podešavanje modula ("
400
 
401
- #: bws_functions.php:986
402
  #, fuzzy
403
  msgid "Plugin"
404
  msgstr "Pro moduli"
405
 
406
- #: bws_functions.php:995
407
  #, fuzzy
408
  msgid "Shortcode settings"
409
  msgstr "na stranici za podešavanje modula ("
410
 
411
- #: bws_functions.php:1000
412
  msgid "The shortcode will be inserted"
413
  msgstr ""
414
 
415
- #: bws_functions.php:1005
416
  msgid "Insert"
417
  msgstr ""
418
 
419
- #: bws_functions.php:1036
420
  msgid "Visit Help Center"
421
  msgstr ""
422
 
423
- #: bws_functions.php:1041
424
  msgid "FAQ"
425
  msgstr "FAQ"
426
 
427
- #: bws_functions.php:1047
428
  msgid "For more information:"
429
  msgstr ""
430
 
431
- #: bws_functions.php:1048
432
  msgid "Documentation"
433
  msgstr ""
434
 
435
- #: bws_functions.php:1049
436
  msgid "Video Instructions"
437
  msgstr ""
438
 
439
- #: bws_functions.php:1050
440
  msgid "Submit a Request"
441
  msgstr ""
442
 
@@ -444,22 +474,16 @@ msgstr ""
444
  msgid "Not set"
445
  msgstr "Nije podešeno"
446
 
447
- #: bws_menu.php:508
448
- #: bws_menu.php:509
449
  msgid "On"
450
  msgstr "Uključeno"
451
 
452
- #: bws_menu.php:508
453
- #: bws_menu.php:509
454
  msgid "Off"
455
  msgstr "Isključeno"
456
 
457
- #: bws_menu.php:510
458
- #: bws_menu.php:511
459
- #: bws_menu.php:512
460
- #: bws_menu.php:513
461
- #: bws_menu.php:514
462
- #: bws_menu.php:526
463
  msgid "N/A"
464
  msgstr "N/A"
465
 
@@ -467,17 +491,11 @@ msgstr "N/A"
467
  msgid " Mb"
468
  msgstr " Mb"
469
 
470
- #: bws_menu.php:515
471
- #: bws_menu.php:516
472
- #: bws_menu.php:517
473
- #: bws_menu.php:522
474
  msgid "Yes"
475
  msgstr "Da"
476
 
477
- #: bws_menu.php:515
478
- #: bws_menu.php:516
479
- #: bws_menu.php:517
480
- #: bws_menu.php:524
481
  msgid "No"
482
  msgstr "Ne"
483
 
@@ -583,151 +601,143 @@ msgstr "Hvala što ste nas kontaktirali"
583
  msgid "Sorry, email message could not be delivered."
584
  msgstr "Nažalost mejl poruka nije prosleđena"
585
 
586
- #: bws_menu.php:620
587
  msgid "Need help?"
588
  msgstr ""
589
 
590
- #: bws_menu.php:621
591
  msgid "Client area"
592
  msgstr ""
593
 
594
- #: bws_menu.php:622
595
- #: bws_menu.php:933
596
  msgid "System status"
597
  msgstr "Sistemski status"
598
 
599
- #: bws_menu.php:627
600
  #, fuzzy
601
  msgid "Plugins"
602
  msgstr "Pro moduli"
603
 
604
- #: bws_menu.php:629
605
  msgid "Themes"
606
  msgstr ""
607
 
608
- #: bws_menu.php:634
609
  msgid "All"
610
  msgstr ""
611
 
612
- #: bws_menu.php:635
613
  #, fuzzy
614
  msgid "Installed"
615
  msgstr "Instalacija %s"
616
 
617
- #: bws_menu.php:636
618
  #, fuzzy
619
  msgid "Recommended"
620
  msgstr "Preporučeni moduli"
621
 
622
- #: bws_menu.php:640
623
  msgid "Installed plugins"
624
  msgstr "Instalirani moduli"
625
 
626
- #: bws_menu.php:672
627
- #: bws_menu.php:721
628
  msgid "Settings"
629
  msgstr "Podešavanja"
630
 
631
- #: bws_menu.php:693
632
- #: bws_menu.php:750
633
  #, fuzzy
634
  msgid "Activate this plugin"
635
  msgstr "Aktivirani moduli"
636
 
637
- #: bws_menu.php:708
638
- #: bws_menu.php:738
639
- #: bws_menu.php:784
640
  msgid "Go"
641
  msgstr ""
642
 
643
- #: bws_menu.php:712
644
- #: bws_menu.php:742
645
- #: bws_menu.php:788
646
  msgid "DONATE"
647
  msgstr ""
648
 
649
- #: bws_menu.php:758
650
  msgid "Recommended plugins"
651
  msgstr "Preporučeni moduli"
652
 
653
- #: bws_menu.php:796
654
  #, fuzzy
655
  msgid "Install now"
656
  msgstr "Instalacija %s"
657
 
658
- #: bws_menu.php:817
659
  msgid "Try again"
660
  msgstr ""
661
 
662
- #: bws_menu.php:835
663
  #, php-format
664
  msgid "Preview &#8220;%s&#8221;"
665
  msgstr ""
666
 
667
- #: bws_menu.php:866
668
  #, php-format
669
  msgid "Install %s"
670
  msgstr "Instalacija %s"
671
 
672
- #: bws_menu.php:866
673
  #, fuzzy
674
  msgid "Install Now"
675
  msgstr "Instalacija %s"
676
 
677
- #: bws_menu.php:869
678
  #, php-format
679
  msgid "Update to version %s"
680
  msgstr ""
681
 
682
- #: bws_menu.php:869
683
  #, fuzzy
684
  msgid "Update"
685
  msgstr "date"
686
 
687
- #: bws_menu.php:876
688
  #, php-format
689
  msgid "Preview %s"
690
  msgstr ""
691
 
692
- #: bws_menu.php:876
693
  msgid "Preview"
694
  msgstr ""
695
 
696
- #: bws_menu.php:882
697
- #: bws_menu.php:914
698
  #, php-format
699
  msgid "By %s"
700
  msgstr ""
701
 
702
- #: bws_menu.php:888
703
  msgid "Details"
704
  msgstr ""
705
 
706
- #: bws_menu.php:920
707
  #, fuzzy
708
  msgid "Already Installed"
709
  msgstr "Instalacija %s"
710
 
711
- #: bws_menu.php:936
712
  msgid "Environment"
713
  msgstr "Okruženje"
714
 
715
- #: bws_menu.php:947
716
  #, fuzzy
717
  msgid "Active Plugins"
718
  msgstr "Extensions activées"
719
 
720
- #: bws_menu.php:960
721
  #, fuzzy
722
  msgid "Inactive Plugins"
723
  msgstr "Extensions activées"
724
 
725
- #: bws_menu.php:976
726
  #, fuzzy
727
  msgid "Send to support"
728
  msgstr "Soutien"
729
 
730
- #: bws_menu.php:983
731
  msgid "Send to custom email &#187;"
732
  msgstr "Pošalji na korisnički mejl &#187;"
733
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-22 15:55+0300\n"
6
+ "PO-Revision-Date: 2016-02-22 15:55+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
9
  "Language: fr_FR\n"
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: bws_functions.php:65 bws_functions.php:89
 
21
  msgid "requires"
22
  msgstr ""
23
 
24
+ #: bws_functions.php:67
25
+ msgid ""
26
+ "or higher, that is why it has been deactivated! Please upgrade WordPress and "
27
+ "try again."
28
  msgstr ""
29
 
30
+ #: bws_functions.php:68
31
  msgid "Back to the WordPress"
32
  msgstr ""
33
 
34
+ #: bws_functions.php:70
35
  #, fuzzy
36
  msgid "Plugins page"
37
  msgstr "Pro moduli"
38
 
39
+ #: bws_functions.php:91
40
+ msgid ""
41
+ "or higher! We do not guarantee that our plugin will work correctly. Please "
42
+ "upgrade to WordPress latest version."
43
  msgstr ""
44
 
45
+ #: bws_functions.php:148
46
  msgid "It’s time to upgrade your"
47
  msgstr ""
48
 
49
+ #: bws_functions.php:148
50
  #, fuzzy
51
  msgid "to"
52
  msgstr "vrh"
53
 
54
+ #: bws_functions.php:148
55
  #, fuzzy
56
  msgid "version!"
57
  msgstr "PHP Verzija"
58
 
59
+ #: bws_functions.php:149
60
  msgid "Extend standard plugin functionality with new great options."
61
  msgstr ""
62
 
63
+ #: bws_functions.php:152 bws_functions.php:593
 
64
  #, fuzzy
65
  msgid "Learn More"
66
  msgstr "Pročitaj više"
67
 
68
+ #: bws_functions.php:169
69
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
70
  msgstr ""
71
 
72
+ #: bws_functions.php:170
73
  #, fuzzy
74
  msgid "Rate the plugin"
75
  msgstr "Aktivirani moduli"
76
 
77
+ #: bws_functions.php:173
78
  #, fuzzy
79
  msgid "If there is something wrong about it, please contact us"
80
  msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
81
 
82
+ #: bws_functions.php:205
83
  msgid "Check premium options on the plugin settings page!"
84
  msgstr ""
85
 
86
+ #: bws_functions.php:212 bws_functions.php:248
 
87
  msgid "Wrong license key"
88
  msgstr ""
89
 
90
+ #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
91
+ msgid ""
92
+ "Something went wrong. Please try again later. If the error appears again, "
93
+ "please contact us"
94
  msgstr ""
95
 
96
+ #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
 
 
97
  msgid "We are sorry for inconvenience."
98
  msgstr ""
99
 
100
+ #: bws_functions.php:250
101
  msgid "This license key is bind to another site"
102
  msgstr ""
103
 
104
+ #: bws_functions.php:252 bws_functions.php:416
105
+ msgid ""
106
+ "Unfortunately, you have exceeded the number of available tries per day. "
107
+ "Please, upload the plugin manually."
108
  msgstr ""
109
 
110
+ #: bws_functions.php:254
111
+ msgid ""
112
+ "Unfortunately, Your license has expired. To continue getting top-priority "
113
+ "support and plugin updates you should extend it in your"
114
  msgstr ""
115
 
116
+ #: bws_functions.php:256
117
+ msgid ""
118
+ "Unfortunately, the Pro licence was already installed to this domain. The Pro "
119
+ "Trial license can be installed only once."
120
  msgstr ""
121
 
122
+ #: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
 
 
123
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
124
  msgstr ""
125
 
126
+ #: bws_functions.php:289
127
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
128
  msgstr ""
129
 
130
+ #: bws_functions.php:295
131
+ msgid ""
132
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
133
+ "plugin manually"
134
  msgstr ""
135
 
136
+ #: bws_functions.php:302
137
  msgid "UploadDir is not writable. Please, upload the plugin manually"
138
  msgstr ""
139
 
140
+ #: bws_functions.php:325
141
+ msgid ""
142
+ "Something went wrong. Try again later or upload the plugin manually. We are "
143
+ "sorry for inconvenience."
144
  msgstr ""
145
 
146
+ #: bws_functions.php:350
147
  msgid "Please, enter Your license key"
148
  msgstr ""
149
 
150
+ #: bws_functions.php:380
151
+ msgid ""
152
+ "Congratulations! The Pro version of the plugin is successfully download and "
153
+ "activated."
154
  msgstr ""
155
 
156
+ #: bws_functions.php:382 bws_functions.php:473
 
157
  msgid "Please, go to"
158
  msgstr ""
159
 
160
+ #: bws_functions.php:382 bws_functions.php:473
 
161
  #, fuzzy
162
  msgid "the setting page"
163
  msgstr "na stranici za podešavanje modula ("
164
 
165
+ #: bws_functions.php:383 bws_functions.php:474
 
166
  msgid "You will be redirected automatically in 5 seconds."
167
  msgstr ""
168
 
169
+ #: bws_functions.php:390
170
  msgid "Show Pro features"
171
  msgstr ""
172
 
173
+ #: bws_functions.php:397
174
  msgid "You can download and activate"
175
  msgstr ""
176
 
177
+ #: bws_functions.php:399
178
  msgid "version of this plugin by entering Your license key."
179
  msgstr ""
180
 
181
+ #: bws_functions.php:401 bws_functions.php:442
182
+ msgid ""
183
+ "You can find your license key on your personal page Client area, by clicking "
184
+ "on the link"
185
  msgstr ""
186
 
187
+ #: bws_functions.php:403 bws_functions.php:444
 
188
  msgid "(your username is the email you specify when purchasing the product)."
189
  msgstr ""
190
 
191
+ #: bws_functions.php:407 bws_functions.php:691
 
192
  msgid "or"
193
  msgstr ""
194
 
195
+ #: bws_functions.php:407
196
  #, php-format
197
  msgid "Start Your Free %s-Day Trial Now"
198
  msgstr ""
199
 
200
+ #: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
201
+ #: bws_functions.php:460 bws_menu.php:690 bws_menu.php:747
 
 
 
 
202
  #, fuzzy
203
  msgid "Activate"
204
  msgstr "Aktivirani moduli"
205
 
206
+ #: bws_functions.php:439 bws_functions.php:532
 
207
  #, php-format
208
+ msgid ""
209
+ "In order to continue using the plugin it is necessary to buy a %s license."
210
  msgstr ""
211
 
212
+ #: bws_functions.php:440
213
  msgid "After that you can activate it by entering your license key."
214
  msgstr ""
215
 
216
+ #: bws_functions.php:454
217
  msgid "Unfortunately, you have exceeded the number of available tries per day."
218
  msgstr ""
219
 
220
+ #: bws_functions.php:471
221
+ msgid ""
222
+ "Congratulations! The Pro license of the plugin is successfully activated."
223
  msgstr ""
224
 
225
+ #: bws_functions.php:512
226
  msgid "Wrong license key."
227
  msgstr ""
228
 
229
+ #: bws_functions.php:514
230
  msgid "This license key is bind to another site."
231
  msgstr ""
232
 
233
+ #: bws_functions.php:516
234
+ msgid ""
235
+ "This license key is valid, but Your license has expired. If you want to "
236
+ "update our plugin in future, you should extend the license."
237
  msgstr ""
238
 
239
+ #: bws_functions.php:518
240
  msgid "Unfortunately, you have exceeded the number of available tries."
241
  msgstr ""
242
 
243
+ #: bws_functions.php:520
244
+ msgid ""
245
+ "Unfortunately, the Pro Trial licence was already installed to this domain. "
246
+ "The Pro Trial license can be installed only once."
247
  msgstr ""
248
 
249
+ #: bws_functions.php:524
250
  msgid "The Pro Trial license key is valid."
251
  msgstr ""
252
 
253
+ #: bws_functions.php:526
254
  msgid "The license key is valid."
255
  msgstr ""
256
 
257
+ #: bws_functions.php:529
258
  msgid "Your license will expire on"
259
  msgstr ""
260
 
261
+ #: bws_functions.php:562
262
  msgid "Please, enter your license key"
263
  msgstr ""
264
 
265
+ #: bws_functions.php:575
266
+ msgid ""
267
+ "If needed you can check if the license key is correct or reenter it in the "
268
+ "field below. You can find your license key on your personal page - Client "
269
+ "area - on our website"
270
  msgstr ""
271
 
272
+ #: bws_functions.php:575
273
+ msgid ""
274
+ "(your username is the email you specify when purchasing the product). If "
275
+ "necessary, please submit \"Lost your password?\" request."
276
  msgstr ""
277
 
278
+ #: bws_functions.php:579
279
  msgid "Check license key"
280
  msgstr ""
281
 
282
+ #: bws_functions.php:593
283
  msgid "WARNING: Illegal use notification"
284
  msgstr ""
285
 
286
+ #: bws_functions.php:593
287
+ msgid ""
288
+ "You can use one license of the Pro plugin for one domain only. Please check "
289
+ "and edit your license or domain if necessary using you personal Client Area. "
290
+ "We strongly recommend you to solve the problem within 24 hours, otherwise "
291
+ "the Pro plugin will be deactivated."
292
  msgstr ""
293
 
294
+ #: bws_functions.php:601
295
+ msgid ""
296
+ "Notice: Your Pro Trial license has expired. To continue using the plugin you "
297
+ "should buy a Pro license"
298
  msgstr ""
299
 
300
+ #: bws_functions.php:603
301
+ msgid ""
302
+ "Your license has expired. To continue getting top-priority support and "
303
+ "plugin updates you should extend it."
304
  msgstr ""
305
 
306
+ #: bws_functions.php:603 bws_functions.php:656 bws_menu.php:666
307
+ #: bws_menu.php:688 bws_menu.php:715 bws_menu.php:745 bws_menu.php:791
 
 
 
 
 
308
  #, fuzzy
309
  msgid "Learn more"
310
  msgstr "Pročitaj više"
311
 
312
+ #: bws_functions.php:613
313
  #, php-format
314
  msgid "Notice: You are using the Pro Trial license of %s plugin."
315
  msgstr ""
316
 
317
+ #: bws_functions.php:615
318
  msgid "Notice: You are using the Pro Trial license of plugin."
319
  msgstr ""
320
 
321
+ #: bws_functions.php:618
322
  msgid "The Pro Trial license will expire on"
323
  msgstr ""
324
 
325
+ #: bws_functions.php:656
326
  msgid "You license for"
327
  msgstr ""
328
 
329
+ #: bws_functions.php:656
330
  msgid "expires on"
331
  msgstr ""
332
 
333
+ #: bws_functions.php:656
334
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
335
  msgstr ""
336
 
337
+ #: bws_functions.php:687
338
  #, fuzzy
339
  msgid "Thank you for installing"
340
  msgstr "Hvala što ste nas kontaktirali"
341
 
342
+ #: bws_functions.php:688
343
  msgid "Let's get started"
344
  msgstr ""
345
 
346
+ #: bws_functions.php:689
347
  #, fuzzy
348
  msgid "Configure Settings"
349
  msgstr "na stranici za podešavanje modula ("
350
 
351
+ #: bws_functions.php:692
352
  msgid "Add New"
353
  msgstr "Ajouter"
354
 
355
+ #: bws_functions.php:696 bws_functions.php:755
356
  msgid "Close notice"
357
  msgstr ""
358
 
359
+ #: bws_functions.php:750
360
+ #, fuzzy
361
+ msgid "Thank you for choosing"
362
+ msgstr "Hvala što ste nas kontaktirali"
363
+
364
+ #: bws_functions.php:751
365
+ msgid ""
366
+ "If you have a feature, suggestion or idea you'd like to see in the plugin, "
367
+ "we'd love to hear about it!"
368
+ msgstr ""
369
+
370
+ #: bws_functions.php:752
371
+ msgid "Suggest a Feature"
372
+ msgstr ""
373
+
374
+ #: bws_functions.php:768
375
  msgid "Notice"
376
  msgstr ""
377
 
378
+ #: bws_functions.php:768
379
  msgid "The plugin's settings have been changed."
380
  msgstr ""
381
 
382
+ #: bws_functions.php:769
383
  msgid "Save Changes"
384
  msgstr "Sačuvaj izmene"
385
 
386
+ #: bws_functions.php:786
387
+ msgid ""
388
+ "You can always look at premium options by clicking on the \"Show Pro features"
389
+ "\" in the \"Go PRO\" tab"
390
  msgstr ""
391
 
392
+ #: bws_functions.php:866
393
  msgid "Add BWS Plugins Shortcode"
394
  msgstr ""
395
 
396
+ #: bws_functions.php:886
397
  #, fuzzy
398
  msgid "Add shortcode"
399
  msgstr "Kratak kod za Galeriju"
400
 
401
+ #: bws_functions.php:886
402
  msgid "Add BestWebSoft plugins' shortcodes using this button."
403
  msgstr ""
404
 
405
+ #: bws_functions.php:928
406
  msgid "Close"
407
  msgstr ""
408
 
409
+ #: bws_functions.php:1020
410
  msgid "Restore all plugin settings to defaults"
411
  msgstr ""
412
 
413
+ #: bws_functions.php:1022
414
  #, fuzzy
415
  msgid "Restore settings"
416
  msgstr "na stranici za podešavanje modula ("
417
 
418
+ #: bws_functions.php:1033
419
  msgid "Are you sure you want to restore all settings by default?"
420
  msgstr ""
421
 
422
+ #: bws_functions.php:1036
423
  msgid "Yes, restore all settings"
424
  msgstr ""
425
 
426
+ #: bws_functions.php:1037
427
  #, fuzzy
428
  msgid "No, go back to the settings page"
429
  msgstr "na stranici za podešavanje modula ("
430
 
431
+ #: bws_functions.php:1083
432
  #, fuzzy
433
  msgid "Plugin"
434
  msgstr "Pro moduli"
435
 
436
+ #: bws_functions.php:1092
437
  #, fuzzy
438
  msgid "Shortcode settings"
439
  msgstr "na stranici za podešavanje modula ("
440
 
441
+ #: bws_functions.php:1097
442
  msgid "The shortcode will be inserted"
443
  msgstr ""
444
 
445
+ #: bws_functions.php:1102
446
  msgid "Insert"
447
  msgstr ""
448
 
449
+ #: bws_functions.php:1133
450
  msgid "Visit Help Center"
451
  msgstr ""
452
 
453
+ #: bws_functions.php:1138
454
  msgid "FAQ"
455
  msgstr "FAQ"
456
 
457
+ #: bws_functions.php:1144
458
  msgid "For more information:"
459
  msgstr ""
460
 
461
+ #: bws_functions.php:1145
462
  msgid "Documentation"
463
  msgstr ""
464
 
465
+ #: bws_functions.php:1146
466
  msgid "Video Instructions"
467
  msgstr ""
468
 
469
+ #: bws_functions.php:1147
470
  msgid "Submit a Request"
471
  msgstr ""
472
 
474
  msgid "Not set"
475
  msgstr "Nije podešeno"
476
 
477
+ #: bws_menu.php:508 bws_menu.php:509
 
478
  msgid "On"
479
  msgstr "Uključeno"
480
 
481
+ #: bws_menu.php:508 bws_menu.php:509
 
482
  msgid "Off"
483
  msgstr "Isključeno"
484
 
485
+ #: bws_menu.php:510 bws_menu.php:511 bws_menu.php:512 bws_menu.php:513
486
+ #: bws_menu.php:514 bws_menu.php:526
 
 
 
 
487
  msgid "N/A"
488
  msgstr "N/A"
489
 
491
  msgid " Mb"
492
  msgstr " Mb"
493
 
494
+ #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:522
 
 
 
495
  msgid "Yes"
496
  msgstr "Da"
497
 
498
+ #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:524
 
 
 
499
  msgid "No"
500
  msgstr "Ne"
501
 
601
  msgid "Sorry, email message could not be delivered."
602
  msgstr "Nažalost mejl poruka nije prosleđena"
603
 
604
+ #: bws_menu.php:619
605
  msgid "Need help?"
606
  msgstr ""
607
 
608
+ #: bws_menu.php:620
609
  msgid "Client area"
610
  msgstr ""
611
 
612
+ #: bws_menu.php:621 bws_menu.php:930
 
613
  msgid "System status"
614
  msgstr "Sistemski status"
615
 
616
+ #: bws_menu.php:626
617
  #, fuzzy
618
  msgid "Plugins"
619
  msgstr "Pro moduli"
620
 
621
+ #: bws_menu.php:627
622
  msgid "Themes"
623
  msgstr ""
624
 
625
+ #: bws_menu.php:631
626
  msgid "All"
627
  msgstr ""
628
 
629
+ #: bws_menu.php:632
630
  #, fuzzy
631
  msgid "Installed"
632
  msgstr "Instalacija %s"
633
 
634
+ #: bws_menu.php:633
635
  #, fuzzy
636
  msgid "Recommended"
637
  msgstr "Preporučeni moduli"
638
 
639
+ #: bws_menu.php:637
640
  msgid "Installed plugins"
641
  msgstr "Instalirani moduli"
642
 
643
+ #: bws_menu.php:669 bws_menu.php:718
 
644
  msgid "Settings"
645
  msgstr "Podešavanja"
646
 
647
+ #: bws_menu.php:690 bws_menu.php:747
 
648
  #, fuzzy
649
  msgid "Activate this plugin"
650
  msgstr "Aktivirani moduli"
651
 
652
+ #: bws_menu.php:705 bws_menu.php:735 bws_menu.php:781
 
 
653
  msgid "Go"
654
  msgstr ""
655
 
656
+ #: bws_menu.php:709 bws_menu.php:739 bws_menu.php:785
 
 
657
  msgid "DONATE"
658
  msgstr ""
659
 
660
+ #: bws_menu.php:755
661
  msgid "Recommended plugins"
662
  msgstr "Preporučeni moduli"
663
 
664
+ #: bws_menu.php:793
665
  #, fuzzy
666
  msgid "Install now"
667
  msgstr "Instalacija %s"
668
 
669
+ #: bws_menu.php:814
670
  msgid "Try again"
671
  msgstr ""
672
 
673
+ #: bws_menu.php:832
674
  #, php-format
675
  msgid "Preview &#8220;%s&#8221;"
676
  msgstr ""
677
 
678
+ #: bws_menu.php:863
679
  #, php-format
680
  msgid "Install %s"
681
  msgstr "Instalacija %s"
682
 
683
+ #: bws_menu.php:863
684
  #, fuzzy
685
  msgid "Install Now"
686
  msgstr "Instalacija %s"
687
 
688
+ #: bws_menu.php:866
689
  #, php-format
690
  msgid "Update to version %s"
691
  msgstr ""
692
 
693
+ #: bws_menu.php:866
694
  #, fuzzy
695
  msgid "Update"
696
  msgstr "date"
697
 
698
+ #: bws_menu.php:873
699
  #, php-format
700
  msgid "Preview %s"
701
  msgstr ""
702
 
703
+ #: bws_menu.php:873
704
  msgid "Preview"
705
  msgstr ""
706
 
707
+ #: bws_menu.php:879 bws_menu.php:911
 
708
  #, php-format
709
  msgid "By %s"
710
  msgstr ""
711
 
712
+ #: bws_menu.php:885
713
  msgid "Details"
714
  msgstr ""
715
 
716
+ #: bws_menu.php:917
717
  #, fuzzy
718
  msgid "Already Installed"
719
  msgstr "Instalacija %s"
720
 
721
+ #: bws_menu.php:933
722
  msgid "Environment"
723
  msgstr "Okruženje"
724
 
725
+ #: bws_menu.php:944
726
  #, fuzzy
727
  msgid "Active Plugins"
728
  msgstr "Extensions activées"
729
 
730
+ #: bws_menu.php:957
731
  #, fuzzy
732
  msgid "Inactive Plugins"
733
  msgstr "Extensions activées"
734
 
735
+ #: bws_menu.php:973
736
  #, fuzzy
737
  msgid "Send to support"
738
  msgstr "Soutien"
739
 
740
+ #: bws_menu.php:980
741
  msgid "Send to custom email &#187;"
742
  msgstr "Pošalji na korisnički mejl &#187;"
743
 
bws_menu/languages/bestwebsoft-sv_SE.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-sv_SE.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: 2015-10-09 14:46+0300\n"
6
- "PO-Revision-Date: 2015-10-09 14:46+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Christer Rönningborg, Blittan <blittan@xbmc.org>\n"
9
  "Language: sv_SE\n"
@@ -16,423 +16,453 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_functions.php:39
20
- #: bws_functions.php:63
21
  msgid "requires"
22
  msgstr ""
23
 
24
- #: bws_functions.php:41
25
- msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
 
 
26
  msgstr ""
27
 
28
- #: bws_functions.php:42
29
  msgid "Back to the WordPress"
30
  msgstr ""
31
 
32
- #: bws_functions.php:44
33
  #, fuzzy
34
  msgid "Plugins page"
35
  msgstr "Betaltillägg"
36
 
37
- #: bws_functions.php:65
38
- msgid "or higher! We do not guarantee that our plugin will work correctly. Please upgrade to WordPress latest version."
 
 
39
  msgstr ""
40
 
41
- #: bws_functions.php:122
42
  msgid "It’s time to upgrade your"
43
  msgstr ""
44
 
45
- #: bws_functions.php:122
46
  #, fuzzy
47
  msgid "to"
48
  msgstr "två"
49
 
50
- #: bws_functions.php:122
51
  #, fuzzy
52
  msgid "version!"
53
  msgstr "PHP-version"
54
 
55
- #: bws_functions.php:123
56
  msgid "Extend standard plugin functionality with new great options."
57
  msgstr ""
58
 
59
- #: bws_functions.php:126
60
- #: bws_functions.php:561
61
  #, fuzzy
62
  msgid "Learn More"
63
  msgstr "Läs mer"
64
 
65
- #: bws_functions.php:143
66
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
67
  msgstr ""
68
 
69
- #: bws_functions.php:144
70
  #, fuzzy
71
  msgid "Rate the plugin"
72
  msgstr "Aktiverade tillägg"
73
 
74
- #: bws_functions.php:147
75
  #, fuzzy
76
  msgid "If there is something wrong about it, please contact us"
77
  msgstr "Om du har några frågor, kontakta oss via"
78
 
79
- #: bws_functions.php:179
80
  msgid "Check premium options on the plugin settings page!"
81
  msgstr ""
82
 
83
- #: bws_functions.php:186
84
- #: bws_functions.php:222
85
  msgid "Wrong license key"
86
  msgstr ""
87
 
88
- #: bws_functions.php:216
89
- #: bws_functions.php:474
90
- #: bws_functions.php:525
91
- msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
92
  msgstr ""
93
 
94
- #: bws_functions.php:216
95
- #: bws_functions.php:474
96
- #: bws_functions.php:525
97
  msgid "We are sorry for inconvenience."
98
  msgstr ""
99
 
100
- #: bws_functions.php:224
101
  msgid "This license key is bind to another site"
102
  msgstr ""
103
 
104
- #: bws_functions.php:226
105
- #: bws_functions.php:384
106
- msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
 
107
  msgstr ""
108
 
109
- #: bws_functions.php:228
110
- msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
 
 
111
  msgstr ""
112
 
113
- #: bws_functions.php:230
114
- msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
 
 
115
  msgstr ""
116
 
117
- #: bws_functions.php:251
118
- #: bws_functions.php:273
119
- #: bws_functions.php:295
120
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
121
  msgstr ""
122
 
123
- #: bws_functions.php:263
124
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
125
  msgstr ""
126
 
127
- #: bws_functions.php:269
128
- msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
 
 
129
  msgstr ""
130
 
131
- #: bws_functions.php:276
132
  msgid "UploadDir is not writable. Please, upload the plugin manually"
133
  msgstr ""
134
 
135
- #: bws_functions.php:299
136
- msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
 
 
137
  msgstr ""
138
 
139
- #: bws_functions.php:324
140
  msgid "Please, enter Your license key"
141
  msgstr ""
142
 
143
- #: bws_functions.php:348
144
- msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
 
 
145
  msgstr ""
146
 
147
- #: bws_functions.php:350
148
- #: bws_functions.php:441
149
  msgid "Please, go to"
150
  msgstr ""
151
 
152
- #: bws_functions.php:350
153
- #: bws_functions.php:441
154
  msgid "the setting page"
155
  msgstr ""
156
 
157
- #: bws_functions.php:351
158
- #: bws_functions.php:442
159
  msgid "You will be redirected automatically in 5 seconds."
160
  msgstr ""
161
 
162
- #: bws_functions.php:358
163
  msgid "Show Pro features"
164
  msgstr ""
165
 
166
- #: bws_functions.php:365
167
  msgid "You can download and activate"
168
  msgstr ""
169
 
170
- #: bws_functions.php:367
171
  msgid "version of this plugin by entering Your license key."
172
  msgstr ""
173
 
174
- #: bws_functions.php:369
175
- #: bws_functions.php:410
176
- msgid "You can find your license key on your personal page Client area, by clicking on the link"
 
177
  msgstr ""
178
 
179
- #: bws_functions.php:371
180
- #: bws_functions.php:412
181
  msgid "(your username is the email you specify when purchasing the product)."
182
  msgstr ""
183
 
184
- #: bws_functions.php:375
185
- #: bws_functions.php:659
186
  #, fuzzy
187
  msgid "or"
188
  msgstr "fyra"
189
 
190
- #: bws_functions.php:375
191
  #, php-format
192
  msgid "Start Your Free %s-Day Trial Now"
193
  msgstr ""
194
 
195
- #: bws_functions.php:381
196
- #: bws_functions.php:390
197
- #: bws_functions.php:420
198
- #: bws_functions.php:428
199
- #: bws_menu.php:693
200
- #: bws_menu.php:750
201
  #, fuzzy
202
  msgid "Activate"
203
  msgstr "Aktiverade tillägg"
204
 
205
- #: bws_functions.php:407
206
- #: bws_functions.php:500
207
  #, php-format
208
- msgid "In order to continue using the plugin it is necessary to buy a %s license."
 
209
  msgstr ""
210
 
211
- #: bws_functions.php:408
212
  msgid "After that you can activate it by entering your license key."
213
  msgstr ""
214
 
215
- #: bws_functions.php:422
216
  msgid "Unfortunately, you have exceeded the number of available tries per day."
217
  msgstr ""
218
 
219
- #: bws_functions.php:439
220
- msgid "Congratulations! The Pro license of the plugin is successfully activated."
 
221
  msgstr ""
222
 
223
- #: bws_functions.php:480
224
  msgid "Wrong license key."
225
  msgstr ""
226
 
227
- #: bws_functions.php:482
228
  msgid "This license key is bind to another site."
229
  msgstr ""
230
 
231
- #: bws_functions.php:484
232
- msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
 
 
233
  msgstr ""
234
 
235
- #: bws_functions.php:486
236
  msgid "Unfortunately, you have exceeded the number of available tries."
237
  msgstr ""
238
 
239
- #: bws_functions.php:488
240
- msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
 
 
241
  msgstr ""
242
 
243
- #: bws_functions.php:492
244
  msgid "The Pro Trial license key is valid."
245
  msgstr ""
246
 
247
- #: bws_functions.php:494
248
  msgid "The license key is valid."
249
  msgstr ""
250
 
251
- #: bws_functions.php:497
252
  msgid "Your license will expire on"
253
  msgstr ""
254
 
255
- #: bws_functions.php:530
256
  msgid "Please, enter your license key"
257
  msgstr ""
258
 
259
- #: bws_functions.php:543
260
- msgid "If needed 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"
 
 
 
261
  msgstr ""
262
 
263
- #: bws_functions.php:543
264
- msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
 
 
265
  msgstr ""
266
 
267
- #: bws_functions.php:547
268
  msgid "Check license key"
269
  msgstr ""
270
 
271
- #: bws_functions.php:561
272
  msgid "WARNING: Illegal use notification"
273
  msgstr ""
274
 
275
- #: bws_functions.php:561
276
- msgid "You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated."
 
 
 
 
277
  msgstr ""
278
 
279
- #: bws_functions.php:569
280
- msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
 
 
281
  msgstr ""
282
 
283
- #: bws_functions.php:571
284
- msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
 
 
285
  msgstr ""
286
 
287
- #: bws_functions.php:571
288
- #: bws_functions.php:624
289
- #: bws_menu.php:669
290
- #: bws_menu.php:691
291
- #: bws_menu.php:718
292
- #: bws_menu.php:748
293
- #: bws_menu.php:794
294
  #, fuzzy
295
  msgid "Learn more"
296
  msgstr "Läs mer"
297
 
298
- #: bws_functions.php:581
299
  #, php-format
300
  msgid "Notice: You are using the Pro Trial license of %s plugin."
301
  msgstr ""
302
 
303
- #: bws_functions.php:583
304
  msgid "Notice: You are using the Pro Trial license of plugin."
305
  msgstr ""
306
 
307
- #: bws_functions.php:586
308
  msgid "The Pro Trial license will expire on"
309
  msgstr ""
310
 
311
- #: bws_functions.php:624
312
  msgid "You license for"
313
  msgstr ""
314
 
315
- #: bws_functions.php:624
316
  msgid "expires on"
317
  msgstr ""
318
 
319
- #: bws_functions.php:624
320
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
321
  msgstr ""
322
 
323
- #: bws_functions.php:655
324
  #, fuzzy
325
  msgid "Thank you for installing"
326
  msgstr "Tack för att du kontaktade oss."
327
 
328
- #: bws_functions.php:656
329
  msgid "Let's get started"
330
  msgstr ""
331
 
332
- #: bws_functions.php:657
333
  #, fuzzy
334
  msgid "Configure Settings"
335
  msgstr "Inställningar"
336
 
337
- #: bws_functions.php:660
338
  msgid "Add New"
339
  msgstr ""
340
 
341
- #: bws_functions.php:664
342
  msgid "Close notice"
343
  msgstr ""
344
 
345
- #: bws_functions.php:677
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
346
  msgid "Notice"
347
  msgstr ""
348
 
349
- #: bws_functions.php:677
350
  msgid "The plugin's settings have been changed."
351
  msgstr ""
352
 
353
- #: bws_functions.php:678
354
  msgid "Save Changes"
355
  msgstr "Spara ändringar"
356
 
357
- #: bws_functions.php:693
358
- msgid "You can always look at premium options by clicking on the \"Show Pro features\" in the \"Go PRO\" tab"
 
 
359
  msgstr ""
360
 
361
- #: bws_functions.php:773
362
  msgid "Add BWS Plugins Shortcode"
363
  msgstr ""
364
 
365
- #: bws_functions.php:793
366
  msgid "Add shortcode"
367
  msgstr ""
368
 
369
- #: bws_functions.php:793
370
  msgid "Add BestWebSoft plugins' shortcodes using this button."
371
  msgstr ""
372
 
373
- #: bws_functions.php:833
374
  msgid "Close"
375
  msgstr ""
376
 
377
- #: bws_functions.php:925
378
  msgid "Restore all plugin settings to defaults"
379
  msgstr ""
380
 
381
- #: bws_functions.php:927
382
  msgid "Restore settings"
383
  msgstr ""
384
 
385
- #: bws_functions.php:938
386
  msgid "Are you sure you want to restore all settings by default?"
387
  msgstr ""
388
 
389
- #: bws_functions.php:941
390
  msgid "Yes, restore all settings"
391
  msgstr ""
392
 
393
- #: bws_functions.php:942
394
  msgid "No, go back to the settings page"
395
  msgstr ""
396
 
397
- #: bws_functions.php:986
398
  #, fuzzy
399
  msgid "Plugin"
400
  msgstr "Betaltillägg"
401
 
402
- #: bws_functions.php:995
403
  #, fuzzy
404
  msgid "Shortcode settings"
405
  msgstr "Inställningar"
406
 
407
- #: bws_functions.php:1000
408
  msgid "The shortcode will be inserted"
409
  msgstr ""
410
 
411
- #: bws_functions.php:1005
412
  msgid "Insert"
413
  msgstr ""
414
 
415
- #: bws_functions.php:1036
416
  msgid "Visit Help Center"
417
  msgstr ""
418
 
419
- #: bws_functions.php:1041
420
  msgid "FAQ"
421
  msgstr "FAQ"
422
 
423
- #: bws_functions.php:1047
424
  msgid "For more information:"
425
  msgstr ""
426
 
427
- #: bws_functions.php:1048
428
  msgid "Documentation"
429
  msgstr ""
430
 
431
- #: bws_functions.php:1049
432
  msgid "Video Instructions"
433
  msgstr ""
434
 
435
- #: bws_functions.php:1050
436
  msgid "Submit a Request"
437
  msgstr ""
438
 
@@ -440,22 +470,16 @@ msgstr ""
440
  msgid "Not set"
441
  msgstr "Inte angiven"
442
 
443
- #: bws_menu.php:508
444
- #: bws_menu.php:509
445
  msgid "On"
446
  msgstr "På"
447
 
448
- #: bws_menu.php:508
449
- #: bws_menu.php:509
450
  msgid "Off"
451
  msgstr "Av"
452
 
453
- #: bws_menu.php:510
454
- #: bws_menu.php:511
455
- #: bws_menu.php:512
456
- #: bws_menu.php:513
457
- #: bws_menu.php:514
458
- #: bws_menu.php:526
459
  msgid "N/A"
460
  msgstr "Finns ej"
461
 
@@ -463,17 +487,11 @@ msgstr "Finns ej"
463
  msgid " Mb"
464
  msgstr " Mb"
465
 
466
- #: bws_menu.php:515
467
- #: bws_menu.php:516
468
- #: bws_menu.php:517
469
- #: bws_menu.php:522
470
  msgid "Yes"
471
  msgstr "Ja"
472
 
473
- #: bws_menu.php:515
474
- #: bws_menu.php:516
475
- #: bws_menu.php:517
476
- #: bws_menu.php:524
477
  msgid "No"
478
  msgstr "Nej"
479
 
@@ -577,146 +595,138 @@ msgstr "Tack för att du kontaktade oss."
577
  msgid "Sorry, email message could not be delivered."
578
  msgstr "Ledsen, eposten kunde inte levereras."
579
 
580
- #: bws_menu.php:620
581
  msgid "Need help?"
582
  msgstr ""
583
 
584
- #: bws_menu.php:621
585
  msgid "Client area"
586
  msgstr ""
587
 
588
- #: bws_menu.php:622
589
- #: bws_menu.php:933
590
  msgid "System status"
591
  msgstr "Systemstatus"
592
 
593
- #: bws_menu.php:627
594
  #, fuzzy
595
  msgid "Plugins"
596
  msgstr "Betaltillägg"
597
 
598
- #: bws_menu.php:629
599
  msgid "Themes"
600
  msgstr ""
601
 
602
- #: bws_menu.php:634
603
  msgid "All"
604
  msgstr ""
605
 
606
- #: bws_menu.php:635
607
  #, fuzzy
608
  msgid "Installed"
609
  msgstr "Installera %s"
610
 
611
- #: bws_menu.php:636
612
  #, fuzzy
613
  msgid "Recommended"
614
  msgstr "Rekommenderade tillägg"
615
 
616
- #: bws_menu.php:640
617
  msgid "Installed plugins"
618
  msgstr "Installerade tillägg"
619
 
620
- #: bws_menu.php:672
621
- #: bws_menu.php:721
622
  msgid "Settings"
623
  msgstr "Inställningar"
624
 
625
- #: bws_menu.php:693
626
- #: bws_menu.php:750
627
  #, fuzzy
628
  msgid "Activate this plugin"
629
  msgstr "Aktiverade tillägg"
630
 
631
- #: bws_menu.php:708
632
- #: bws_menu.php:738
633
- #: bws_menu.php:784
634
  msgid "Go"
635
  msgstr ""
636
 
637
- #: bws_menu.php:712
638
- #: bws_menu.php:742
639
- #: bws_menu.php:788
640
  msgid "DONATE"
641
  msgstr ""
642
 
643
- #: bws_menu.php:758
644
  msgid "Recommended plugins"
645
  msgstr "Rekommenderade tillägg"
646
 
647
- #: bws_menu.php:796
648
  #, fuzzy
649
  msgid "Install now"
650
  msgstr "Установить сейчас"
651
 
652
- #: bws_menu.php:817
653
  msgid "Try again"
654
  msgstr ""
655
 
656
- #: bws_menu.php:835
657
  #, php-format
658
  msgid "Preview &#8220;%s&#8221;"
659
  msgstr ""
660
 
661
- #: bws_menu.php:866
662
  #, php-format
663
  msgid "Install %s"
664
  msgstr "Installera %s"
665
 
666
- #: bws_menu.php:866
667
  msgid "Install Now"
668
  msgstr "Установить сейчас"
669
 
670
- #: bws_menu.php:869
671
  #, php-format
672
  msgid "Update to version %s"
673
  msgstr ""
674
 
675
- #: bws_menu.php:869
676
  msgid "Update"
677
  msgstr ""
678
 
679
- #: bws_menu.php:876
680
  #, php-format
681
  msgid "Preview %s"
682
  msgstr ""
683
 
684
- #: bws_menu.php:876
685
  msgid "Preview"
686
  msgstr ""
687
 
688
- #: bws_menu.php:882
689
- #: bws_menu.php:914
690
  #, php-format
691
  msgid "By %s"
692
  msgstr ""
693
 
694
- #: bws_menu.php:888
695
  msgid "Details"
696
  msgstr ""
697
 
698
- #: bws_menu.php:920
699
  #, fuzzy
700
  msgid "Already Installed"
701
  msgstr "Installera %s"
702
 
703
- #: bws_menu.php:936
704
  msgid "Environment"
705
  msgstr "Miljövariabler"
706
 
707
- #: bws_menu.php:947
708
  msgid "Active Plugins"
709
  msgstr "Aktiverade tillägg"
710
 
711
- #: bws_menu.php:960
712
  msgid "Inactive Plugins"
713
  msgstr "Inaktiverade tillägg"
714
 
715
- #: bws_menu.php:976
716
  msgid "Send to support"
717
  msgstr "Skicka till support"
718
 
719
- #: bws_menu.php:983
720
  msgid "Send to custom email &#187;"
721
  msgstr "Skicka till anpassad epost &#187;"
722
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-22 15:55+0300\n"
6
+ "PO-Revision-Date: 2016-02-22 15:55+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Christer Rönningborg, Blittan <blittan@xbmc.org>\n"
9
  "Language: sv_SE\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: bws_functions.php:65 bws_functions.php:89
 
20
  msgid "requires"
21
  msgstr ""
22
 
23
+ #: bws_functions.php:67
24
+ msgid ""
25
+ "or higher, that is why it has been deactivated! Please upgrade WordPress and "
26
+ "try again."
27
  msgstr ""
28
 
29
+ #: bws_functions.php:68
30
  msgid "Back to the WordPress"
31
  msgstr ""
32
 
33
+ #: bws_functions.php:70
34
  #, fuzzy
35
  msgid "Plugins page"
36
  msgstr "Betaltillägg"
37
 
38
+ #: bws_functions.php:91
39
+ msgid ""
40
+ "or higher! We do not guarantee that our plugin will work correctly. Please "
41
+ "upgrade to WordPress latest version."
42
  msgstr ""
43
 
44
+ #: bws_functions.php:148
45
  msgid "It’s time to upgrade your"
46
  msgstr ""
47
 
48
+ #: bws_functions.php:148
49
  #, fuzzy
50
  msgid "to"
51
  msgstr "två"
52
 
53
+ #: bws_functions.php:148
54
  #, fuzzy
55
  msgid "version!"
56
  msgstr "PHP-version"
57
 
58
+ #: bws_functions.php:149
59
  msgid "Extend standard plugin functionality with new great options."
60
  msgstr ""
61
 
62
+ #: bws_functions.php:152 bws_functions.php:593
 
63
  #, fuzzy
64
  msgid "Learn More"
65
  msgstr "Läs mer"
66
 
67
+ #: bws_functions.php:169
68
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
69
  msgstr ""
70
 
71
+ #: bws_functions.php:170
72
  #, fuzzy
73
  msgid "Rate the plugin"
74
  msgstr "Aktiverade tillägg"
75
 
76
+ #: bws_functions.php:173
77
  #, fuzzy
78
  msgid "If there is something wrong about it, please contact us"
79
  msgstr "Om du har några frågor, kontakta oss via"
80
 
81
+ #: bws_functions.php:205
82
  msgid "Check premium options on the plugin settings page!"
83
  msgstr ""
84
 
85
+ #: bws_functions.php:212 bws_functions.php:248
 
86
  msgid "Wrong license key"
87
  msgstr ""
88
 
89
+ #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
90
+ msgid ""
91
+ "Something went wrong. Please try again later. If the error appears again, "
92
+ "please contact us"
93
  msgstr ""
94
 
95
+ #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
 
 
96
  msgid "We are sorry for inconvenience."
97
  msgstr ""
98
 
99
+ #: bws_functions.php:250
100
  msgid "This license key is bind to another site"
101
  msgstr ""
102
 
103
+ #: bws_functions.php:252 bws_functions.php:416
104
+ msgid ""
105
+ "Unfortunately, you have exceeded the number of available tries per day. "
106
+ "Please, upload the plugin manually."
107
  msgstr ""
108
 
109
+ #: bws_functions.php:254
110
+ msgid ""
111
+ "Unfortunately, Your license has expired. To continue getting top-priority "
112
+ "support and plugin updates you should extend it in your"
113
  msgstr ""
114
 
115
+ #: bws_functions.php:256
116
+ msgid ""
117
+ "Unfortunately, the Pro licence was already installed to this domain. The Pro "
118
+ "Trial license can be installed only once."
119
  msgstr ""
120
 
121
+ #: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
 
 
122
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
123
  msgstr ""
124
 
125
+ #: bws_functions.php:289
126
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
127
  msgstr ""
128
 
129
+ #: bws_functions.php:295
130
+ msgid ""
131
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
132
+ "plugin manually"
133
  msgstr ""
134
 
135
+ #: bws_functions.php:302
136
  msgid "UploadDir is not writable. Please, upload the plugin manually"
137
  msgstr ""
138
 
139
+ #: bws_functions.php:325
140
+ msgid ""
141
+ "Something went wrong. Try again later or upload the plugin manually. We are "
142
+ "sorry for inconvenience."
143
  msgstr ""
144
 
145
+ #: bws_functions.php:350
146
  msgid "Please, enter Your license key"
147
  msgstr ""
148
 
149
+ #: bws_functions.php:380
150
+ msgid ""
151
+ "Congratulations! The Pro version of the plugin is successfully download and "
152
+ "activated."
153
  msgstr ""
154
 
155
+ #: bws_functions.php:382 bws_functions.php:473
 
156
  msgid "Please, go to"
157
  msgstr ""
158
 
159
+ #: bws_functions.php:382 bws_functions.php:473
 
160
  msgid "the setting page"
161
  msgstr ""
162
 
163
+ #: bws_functions.php:383 bws_functions.php:474
 
164
  msgid "You will be redirected automatically in 5 seconds."
165
  msgstr ""
166
 
167
+ #: bws_functions.php:390
168
  msgid "Show Pro features"
169
  msgstr ""
170
 
171
+ #: bws_functions.php:397
172
  msgid "You can download and activate"
173
  msgstr ""
174
 
175
+ #: bws_functions.php:399
176
  msgid "version of this plugin by entering Your license key."
177
  msgstr ""
178
 
179
+ #: bws_functions.php:401 bws_functions.php:442
180
+ msgid ""
181
+ "You can find your license key on your personal page Client area, by clicking "
182
+ "on the link"
183
  msgstr ""
184
 
185
+ #: bws_functions.php:403 bws_functions.php:444
 
186
  msgid "(your username is the email you specify when purchasing the product)."
187
  msgstr ""
188
 
189
+ #: bws_functions.php:407 bws_functions.php:691
 
190
  #, fuzzy
191
  msgid "or"
192
  msgstr "fyra"
193
 
194
+ #: bws_functions.php:407
195
  #, php-format
196
  msgid "Start Your Free %s-Day Trial Now"
197
  msgstr ""
198
 
199
+ #: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
200
+ #: bws_functions.php:460 bws_menu.php:690 bws_menu.php:747
 
 
 
 
201
  #, fuzzy
202
  msgid "Activate"
203
  msgstr "Aktiverade tillägg"
204
 
205
+ #: bws_functions.php:439 bws_functions.php:532
 
206
  #, php-format
207
+ msgid ""
208
+ "In order to continue using the plugin it is necessary to buy a %s license."
209
  msgstr ""
210
 
211
+ #: bws_functions.php:440
212
  msgid "After that you can activate it by entering your license key."
213
  msgstr ""
214
 
215
+ #: bws_functions.php:454
216
  msgid "Unfortunately, you have exceeded the number of available tries per day."
217
  msgstr ""
218
 
219
+ #: bws_functions.php:471
220
+ msgid ""
221
+ "Congratulations! The Pro license of the plugin is successfully activated."
222
  msgstr ""
223
 
224
+ #: bws_functions.php:512
225
  msgid "Wrong license key."
226
  msgstr ""
227
 
228
+ #: bws_functions.php:514
229
  msgid "This license key is bind to another site."
230
  msgstr ""
231
 
232
+ #: bws_functions.php:516
233
+ msgid ""
234
+ "This license key is valid, but Your license has expired. If you want to "
235
+ "update our plugin in future, you should extend the license."
236
  msgstr ""
237
 
238
+ #: bws_functions.php:518
239
  msgid "Unfortunately, you have exceeded the number of available tries."
240
  msgstr ""
241
 
242
+ #: bws_functions.php:520
243
+ msgid ""
244
+ "Unfortunately, the Pro Trial licence was already installed to this domain. "
245
+ "The Pro Trial license can be installed only once."
246
  msgstr ""
247
 
248
+ #: bws_functions.php:524
249
  msgid "The Pro Trial license key is valid."
250
  msgstr ""
251
 
252
+ #: bws_functions.php:526
253
  msgid "The license key is valid."
254
  msgstr ""
255
 
256
+ #: bws_functions.php:529
257
  msgid "Your license will expire on"
258
  msgstr ""
259
 
260
+ #: bws_functions.php:562
261
  msgid "Please, enter your license key"
262
  msgstr ""
263
 
264
+ #: bws_functions.php:575
265
+ msgid ""
266
+ "If needed you can check if the license key is correct or reenter it in the "
267
+ "field below. You can find your license key on your personal page - Client "
268
+ "area - on our website"
269
  msgstr ""
270
 
271
+ #: bws_functions.php:575
272
+ msgid ""
273
+ "(your username is the email you specify when purchasing the product). If "
274
+ "necessary, please submit \"Lost your password?\" request."
275
  msgstr ""
276
 
277
+ #: bws_functions.php:579
278
  msgid "Check license key"
279
  msgstr ""
280
 
281
+ #: bws_functions.php:593
282
  msgid "WARNING: Illegal use notification"
283
  msgstr ""
284
 
285
+ #: bws_functions.php:593
286
+ msgid ""
287
+ "You can use one license of the Pro plugin for one domain only. Please check "
288
+ "and edit your license or domain if necessary using you personal Client Area. "
289
+ "We strongly recommend you to solve the problem within 24 hours, otherwise "
290
+ "the Pro plugin will be deactivated."
291
  msgstr ""
292
 
293
+ #: bws_functions.php:601
294
+ msgid ""
295
+ "Notice: Your Pro Trial license has expired. To continue using the plugin you "
296
+ "should buy a Pro license"
297
  msgstr ""
298
 
299
+ #: bws_functions.php:603
300
+ msgid ""
301
+ "Your license has expired. To continue getting top-priority support and "
302
+ "plugin updates you should extend it."
303
  msgstr ""
304
 
305
+ #: bws_functions.php:603 bws_functions.php:656 bws_menu.php:666
306
+ #: bws_menu.php:688 bws_menu.php:715 bws_menu.php:745 bws_menu.php:791
 
 
 
 
 
307
  #, fuzzy
308
  msgid "Learn more"
309
  msgstr "Läs mer"
310
 
311
+ #: bws_functions.php:613
312
  #, php-format
313
  msgid "Notice: You are using the Pro Trial license of %s plugin."
314
  msgstr ""
315
 
316
+ #: bws_functions.php:615
317
  msgid "Notice: You are using the Pro Trial license of plugin."
318
  msgstr ""
319
 
320
+ #: bws_functions.php:618
321
  msgid "The Pro Trial license will expire on"
322
  msgstr ""
323
 
324
+ #: bws_functions.php:656
325
  msgid "You license for"
326
  msgstr ""
327
 
328
+ #: bws_functions.php:656
329
  msgid "expires on"
330
  msgstr ""
331
 
332
+ #: bws_functions.php:656
333
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
334
  msgstr ""
335
 
336
+ #: bws_functions.php:687
337
  #, fuzzy
338
  msgid "Thank you for installing"
339
  msgstr "Tack för att du kontaktade oss."
340
 
341
+ #: bws_functions.php:688
342
  msgid "Let's get started"
343
  msgstr ""
344
 
345
+ #: bws_functions.php:689
346
  #, fuzzy
347
  msgid "Configure Settings"
348
  msgstr "Inställningar"
349
 
350
+ #: bws_functions.php:692
351
  msgid "Add New"
352
  msgstr ""
353
 
354
+ #: bws_functions.php:696 bws_functions.php:755
355
  msgid "Close notice"
356
  msgstr ""
357
 
358
+ #: bws_functions.php:750
359
+ #, fuzzy
360
+ msgid "Thank you for choosing"
361
+ msgstr "Tack för att du kontaktade oss."
362
+
363
+ #: bws_functions.php:751
364
+ msgid ""
365
+ "If you have a feature, suggestion or idea you'd like to see in the plugin, "
366
+ "we'd love to hear about it!"
367
+ msgstr ""
368
+
369
+ #: bws_functions.php:752
370
+ msgid "Suggest a Feature"
371
+ msgstr ""
372
+
373
+ #: bws_functions.php:768
374
  msgid "Notice"
375
  msgstr ""
376
 
377
+ #: bws_functions.php:768
378
  msgid "The plugin's settings have been changed."
379
  msgstr ""
380
 
381
+ #: bws_functions.php:769
382
  msgid "Save Changes"
383
  msgstr "Spara ändringar"
384
 
385
+ #: bws_functions.php:786
386
+ msgid ""
387
+ "You can always look at premium options by clicking on the \"Show Pro features"
388
+ "\" in the \"Go PRO\" tab"
389
  msgstr ""
390
 
391
+ #: bws_functions.php:866
392
  msgid "Add BWS Plugins Shortcode"
393
  msgstr ""
394
 
395
+ #: bws_functions.php:886
396
  msgid "Add shortcode"
397
  msgstr ""
398
 
399
+ #: bws_functions.php:886
400
  msgid "Add BestWebSoft plugins' shortcodes using this button."
401
  msgstr ""
402
 
403
+ #: bws_functions.php:928
404
  msgid "Close"
405
  msgstr ""
406
 
407
+ #: bws_functions.php:1020
408
  msgid "Restore all plugin settings to defaults"
409
  msgstr ""
410
 
411
+ #: bws_functions.php:1022
412
  msgid "Restore settings"
413
  msgstr ""
414
 
415
+ #: bws_functions.php:1033
416
  msgid "Are you sure you want to restore all settings by default?"
417
  msgstr ""
418
 
419
+ #: bws_functions.php:1036
420
  msgid "Yes, restore all settings"
421
  msgstr ""
422
 
423
+ #: bws_functions.php:1037
424
  msgid "No, go back to the settings page"
425
  msgstr ""
426
 
427
+ #: bws_functions.php:1083
428
  #, fuzzy
429
  msgid "Plugin"
430
  msgstr "Betaltillägg"
431
 
432
+ #: bws_functions.php:1092
433
  #, fuzzy
434
  msgid "Shortcode settings"
435
  msgstr "Inställningar"
436
 
437
+ #: bws_functions.php:1097
438
  msgid "The shortcode will be inserted"
439
  msgstr ""
440
 
441
+ #: bws_functions.php:1102
442
  msgid "Insert"
443
  msgstr ""
444
 
445
+ #: bws_functions.php:1133
446
  msgid "Visit Help Center"
447
  msgstr ""
448
 
449
+ #: bws_functions.php:1138
450
  msgid "FAQ"
451
  msgstr "FAQ"
452
 
453
+ #: bws_functions.php:1144
454
  msgid "For more information:"
455
  msgstr ""
456
 
457
+ #: bws_functions.php:1145
458
  msgid "Documentation"
459
  msgstr ""
460
 
461
+ #: bws_functions.php:1146
462
  msgid "Video Instructions"
463
  msgstr ""
464
 
465
+ #: bws_functions.php:1147
466
  msgid "Submit a Request"
467
  msgstr ""
468
 
470
  msgid "Not set"
471
  msgstr "Inte angiven"
472
 
473
+ #: bws_menu.php:508 bws_menu.php:509
 
474
  msgid "On"
475
  msgstr "På"
476
 
477
+ #: bws_menu.php:508 bws_menu.php:509
 
478
  msgid "Off"
479
  msgstr "Av"
480
 
481
+ #: bws_menu.php:510 bws_menu.php:511 bws_menu.php:512 bws_menu.php:513
482
+ #: bws_menu.php:514 bws_menu.php:526
 
 
 
 
483
  msgid "N/A"
484
  msgstr "Finns ej"
485
 
487
  msgid " Mb"
488
  msgstr " Mb"
489
 
490
+ #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:522
 
 
 
491
  msgid "Yes"
492
  msgstr "Ja"
493
 
494
+ #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:524
 
 
 
495
  msgid "No"
496
  msgstr "Nej"
497
 
595
  msgid "Sorry, email message could not be delivered."
596
  msgstr "Ledsen, eposten kunde inte levereras."
597
 
598
+ #: bws_menu.php:619
599
  msgid "Need help?"
600
  msgstr ""
601
 
602
+ #: bws_menu.php:620
603
  msgid "Client area"
604
  msgstr ""
605
 
606
+ #: bws_menu.php:621 bws_menu.php:930
 
607
  msgid "System status"
608
  msgstr "Systemstatus"
609
 
610
+ #: bws_menu.php:626
611
  #, fuzzy
612
  msgid "Plugins"
613
  msgstr "Betaltillägg"
614
 
615
+ #: bws_menu.php:627
616
  msgid "Themes"
617
  msgstr ""
618
 
619
+ #: bws_menu.php:631
620
  msgid "All"
621
  msgstr ""
622
 
623
+ #: bws_menu.php:632
624
  #, fuzzy
625
  msgid "Installed"
626
  msgstr "Installera %s"
627
 
628
+ #: bws_menu.php:633
629
  #, fuzzy
630
  msgid "Recommended"
631
  msgstr "Rekommenderade tillägg"
632
 
633
+ #: bws_menu.php:637
634
  msgid "Installed plugins"
635
  msgstr "Installerade tillägg"
636
 
637
+ #: bws_menu.php:669 bws_menu.php:718
 
638
  msgid "Settings"
639
  msgstr "Inställningar"
640
 
641
+ #: bws_menu.php:690 bws_menu.php:747
 
642
  #, fuzzy
643
  msgid "Activate this plugin"
644
  msgstr "Aktiverade tillägg"
645
 
646
+ #: bws_menu.php:705 bws_menu.php:735 bws_menu.php:781
 
 
647
  msgid "Go"
648
  msgstr ""
649
 
650
+ #: bws_menu.php:709 bws_menu.php:739 bws_menu.php:785
 
 
651
  msgid "DONATE"
652
  msgstr ""
653
 
654
+ #: bws_menu.php:755
655
  msgid "Recommended plugins"
656
  msgstr "Rekommenderade tillägg"
657
 
658
+ #: bws_menu.php:793
659
  #, fuzzy
660
  msgid "Install now"
661
  msgstr "Установить сейчас"
662
 
663
+ #: bws_menu.php:814
664
  msgid "Try again"
665
  msgstr ""
666
 
667
+ #: bws_menu.php:832
668
  #, php-format
669
  msgid "Preview &#8220;%s&#8221;"
670
  msgstr ""
671
 
672
+ #: bws_menu.php:863
673
  #, php-format
674
  msgid "Install %s"
675
  msgstr "Installera %s"
676
 
677
+ #: bws_menu.php:863
678
  msgid "Install Now"
679
  msgstr "Установить сейчас"
680
 
681
+ #: bws_menu.php:866
682
  #, php-format
683
  msgid "Update to version %s"
684
  msgstr ""
685
 
686
+ #: bws_menu.php:866
687
  msgid "Update"
688
  msgstr ""
689
 
690
+ #: bws_menu.php:873
691
  #, php-format
692
  msgid "Preview %s"
693
  msgstr ""
694
 
695
+ #: bws_menu.php:873
696
  msgid "Preview"
697
  msgstr ""
698
 
699
+ #: bws_menu.php:879 bws_menu.php:911
 
700
  #, php-format
701
  msgid "By %s"
702
  msgstr ""
703
 
704
+ #: bws_menu.php:885
705
  msgid "Details"
706
  msgstr ""
707
 
708
+ #: bws_menu.php:917
709
  #, fuzzy
710
  msgid "Already Installed"
711
  msgstr "Installera %s"
712
 
713
+ #: bws_menu.php:933
714
  msgid "Environment"
715
  msgstr "Miljövariabler"
716
 
717
+ #: bws_menu.php:944
718
  msgid "Active Plugins"
719
  msgstr "Aktiverade tillägg"
720
 
721
+ #: bws_menu.php:957
722
  msgid "Inactive Plugins"
723
  msgstr "Inaktiverade tillägg"
724
 
725
+ #: bws_menu.php:973
726
  msgid "Send to support"
727
  msgstr "Skicka till support"
728
 
729
+ #: bws_menu.php:980
730
  msgid "Send to custom email &#187;"
731
  msgstr "Skicka till anpassad epost &#187;"
732
 
bws_menu/languages/bestwebsoft-uk.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-uk.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: 2015-10-09 17:02+0300\n"
6
- "PO-Revision-Date: 2015-10-09 17:02+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
@@ -16,410 +16,487 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_functions.php:39
20
- #: bws_functions.php:63
21
  msgid "requires"
22
  msgstr "потребує"
23
 
24
- #: bws_functions.php:41
25
- msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
26
- msgstr "чи вище, тому його було деактивовано! Будь ласка оновіть WordPress та спробуйте ще раз."
 
 
 
 
27
 
28
- #: bws_functions.php:42
29
  msgid "Back to the WordPress"
30
  msgstr "Повернутися на WordPress на"
31
 
32
- #: bws_functions.php:44
33
  msgid "Plugins page"
34
  msgstr "Сторінку Плагінів"
35
 
36
- #: bws_functions.php:65
37
- msgid "or higher! We do not guarantee that our plugin will work correctly. Please upgrade to WordPress latest version."
38
- msgstr "чи вище! Ми не гарантуємо, що наш плагін буде працювати правильно. Будь ласка, оновіть WordPress до останньої версії."
 
 
 
 
39
 
40
- #: bws_functions.php:122
41
  msgid "It’s time to upgrade your"
42
  msgstr "Настав час модернізувати Ваш"
43
 
44
- #: bws_functions.php:122
45
  msgid "to"
46
  msgstr "до"
47
 
48
- #: bws_functions.php:122
49
  msgid "version!"
50
  msgstr "версії!"
51
 
52
- #: bws_functions.php:123
53
  msgid "Extend standard plugin functionality with new great options."
54
  msgstr "Розширює можливості стандартного функціоналу плагіна."
55
 
56
- #: bws_functions.php:126
57
- #: bws_functions.php:561
58
  msgid "Learn More"
59
  msgstr "Дізнатись більше"
60
 
61
- #: bws_functions.php:143
62
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
63
- msgstr "Якщо вам сподобався плагін, будь ласка, поставте нам 5 зірочок на WordPress"
 
64
 
65
- #: bws_functions.php:144
66
  msgid "Rate the plugin"
67
  msgstr "Оцінити плагін"
68
 
69
- #: bws_functions.php:147
70
  msgid "If there is something wrong about it, please contact us"
71
  msgstr "Якщо щось не так, будь ласка, повідомте нам"
72
 
73
- #: bws_functions.php:179
74
  msgid "Check premium options on the plugin settings page!"
75
  msgstr "Подивіться преміум опції на сторінці налаштувань плагіна!"
76
 
77
- #: bws_functions.php:186
78
- #: bws_functions.php:222
79
  msgid "Wrong license key"
80
  msgstr "Невірний ключ ліцензії"
81
 
82
- #: bws_functions.php:216
83
- #: bws_functions.php:474
84
- #: bws_functions.php:525
85
- msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
86
- msgstr "Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, повідомте нам"
 
 
87
 
88
- #: bws_functions.php:216
89
- #: bws_functions.php:474
90
- #: bws_functions.php:525
91
  msgid "We are sorry for inconvenience."
92
  msgstr "Просимо вибачення за незручності."
93
 
94
- #: bws_functions.php:224
95
  msgid "This license key is bind to another site"
96
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту"
97
 
98
- #: bws_functions.php:226
99
- #: bws_functions.php:384
100
- msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
101
- msgstr "На жаль, ви перевищили кількість доступних спроб на день. Будь ласка, завантажте плагін вручну"
 
 
 
102
 
103
- #: bws_functions.php:228
104
- msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
105
- msgstr "На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати першочергову техпідтримку і оновлення, будь ласка, продовжте ліцензію"
 
 
 
 
106
 
107
- #: bws_functions.php:230
108
- msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
109
- msgstr "На жаль, Pro ліцензія уже використовувалась на цьому домені. Тріал Pro версії плагіну можна використати лише один раз."
 
 
 
 
110
 
111
- #: bws_functions.php:251
112
- #: bws_functions.php:273
113
- #: bws_functions.php:295
114
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
115
- msgstr "Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну"
 
116
 
117
- #: bws_functions.php:263
118
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
119
  msgstr "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну"
120
 
121
- #: bws_functions.php:269
122
- msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
123
- msgstr "Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін вручну"
 
 
 
 
124
 
125
- #: bws_functions.php:276
126
  msgid "UploadDir is not writable. Please, upload the plugin manually"
127
- msgstr "Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін вручну"
 
 
128
 
129
- #: bws_functions.php:299
130
- msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
131
- msgstr "Виникли певні проблеми. Спробуйте ще раз пізніше або завантажте плагін вручну. Просимо вибачення за незручності."
 
 
 
 
132
 
133
- #: bws_functions.php:324
134
  msgid "Please, enter Your license key"
135
  msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
136
 
137
- #: bws_functions.php:348
138
- msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
 
 
139
  msgstr "Вітаємо! Pro версію плагіну успішно завантажено та активовано."
140
 
141
- #: bws_functions.php:350
142
- #: bws_functions.php:441
143
  msgid "Please, go to"
144
  msgstr "Будь ласка, перейдіть на"
145
 
146
- #: bws_functions.php:350
147
- #: bws_functions.php:441
148
  msgid "the setting page"
149
  msgstr "сторінку установок"
150
 
151
- #: bws_functions.php:351
152
- #: bws_functions.php:442
153
  msgid "You will be redirected automatically in 5 seconds."
154
  msgstr "Вас буде перенаправлено автоматично через 5 секунд."
155
 
156
- #: bws_functions.php:358
157
  msgid "Show Pro features"
158
  msgstr "Показати Pro опції"
159
 
160
- #: bws_functions.php:365
161
  msgid "You can download and activate"
162
  msgstr "Ви можете завантажити та активувати"
163
 
164
- #: bws_functions.php:367
165
  msgid "version of this plugin by entering Your license key."
166
  msgstr "версію цього плагіну, якщо впишете ваш ліцензійний ключ."
167
 
168
- #: bws_functions.php:369
169
- #: bws_functions.php:410
170
- msgid "You can find your license key on your personal page Client area, by clicking on the link"
171
- msgstr "Ви можете знайти ваш ліцензійний ключ на вашій персональній сторінці у Client area, перейшовши за посиланням"
 
 
 
172
 
173
- #: bws_functions.php:371
174
- #: bws_functions.php:412
175
  msgid "(your username is the email you specify when purchasing the product)."
176
  msgstr "(ваше ім'я - це емейл, який ви вказували при купівлі плагіну)"
177
 
178
- #: bws_functions.php:375
179
- #: bws_functions.php:659
180
  msgid "or"
181
  msgstr "або"
182
 
183
- #: bws_functions.php:375
184
  #, php-format
185
  msgid "Start Your Free %s-Day Trial Now"
186
  msgstr "Спробуйте %s-денну тріал версію безкоштовно"
187
 
188
- #: bws_functions.php:381
189
- #: bws_functions.php:390
190
- #: bws_functions.php:420
191
- #: bws_functions.php:428
192
- #: bws_menu.php:693
193
- #: bws_menu.php:750
194
  msgid "Activate"
195
  msgstr "Активувати"
196
 
197
- #: bws_functions.php:407
198
- #: bws_functions.php:500
199
  #, php-format
200
- msgid "In order to continue using the plugin it is necessary to buy a %s license."
 
201
  msgstr "Щоб продовжити користуватись плагіном, потрібно придбати %s ліцензію."
202
 
203
- #: bws_functions.php:408
204
  msgid "After that you can activate it by entering your license key."
205
  msgstr "Після цього ви зможете активувати його ввівши ліцензійний ключ."
206
 
207
- #: bws_functions.php:422
208
  msgid "Unfortunately, you have exceeded the number of available tries per day."
209
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
210
 
211
- #: bws_functions.php:439
212
- msgid "Congratulations! The Pro license of the plugin is successfully activated."
 
213
  msgstr "Вітаємо! Pro версію плагіну успішно активовано."
214
 
215
- #: bws_functions.php:480
216
  msgid "Wrong license key."
217
  msgstr "Неправильний ліцензійний ключ."
218
 
219
- #: bws_functions.php:482
220
  msgid "This license key is bind to another site."
221
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту."
222
 
223
- #: bws_functions.php:484
224
- msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
225
- msgstr "Даний ліцензійний ключ дійсний, але строк вашої ліцензії витік. Якщо ви хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
 
 
 
 
226
 
227
- #: bws_functions.php:486
228
  msgid "Unfortunately, you have exceeded the number of available tries."
229
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
230
 
231
- #: bws_functions.php:488
232
- msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
233
- msgstr "На жаль, тріал Pro версія плагіну уже встановлювалась на цей домен. Тріал Pro версію можна встановлювати лише один раз."
 
 
 
 
234
 
235
- #: bws_functions.php:492
236
  msgid "The Pro Trial license key is valid."
237
  msgstr "Ключ тріал Pro версії вірний."
238
 
239
- #: bws_functions.php:494
240
  msgid "The license key is valid."
241
  msgstr "Ліцензійний ключ дійсний."
242
 
243
- #: bws_functions.php:497
244
  msgid "Your license will expire on"
245
  msgstr "Ваша ліцензія закінчується"
246
 
247
- #: bws_functions.php:530
248
  msgid "Please, enter your license key"
249
  msgstr "Будь ласка, введіть ваш ліцензійний ключ"
250
 
251
- #: bws_functions.php:543
252
- msgid "If needed 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"
253
- msgstr "При необхідності ви можете перевірити правильність вашого ліцензійного ключа або знову ввести його у полі, що знаходиться нижче. Ви можете знайти свій ліцензійний ключ на вашій персональній сторінці - Client area - на нашому сайті."
 
 
 
 
 
 
 
254
 
255
- #: bws_functions.php:543
256
- msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
257
- msgstr "(ім'я користувача - це електронна адреса, яку ви вказуєте при купівлі продукту). При необхідності, будь ласка, відправте запит на відновлення вашого паролю."
 
 
 
 
 
258
 
259
- #: bws_functions.php:547
260
  msgid "Check license key"
261
  msgstr "Перевірте ліцензійний ключ"
262
 
263
- #: bws_functions.php:561
264
  msgid "WARNING: Illegal use notification"
265
  msgstr "УВАГА: виявлено несанкціоноване використання плагіну"
266
 
267
- #: bws_functions.php:561
268
- msgid "You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated."
269
- msgstr "Ви можете використовувати одну ліцензію Про-плагіну для одного домену. Будь ласка, переконайтесь, що інформацію щодо ліцензії і домену введено вірно, у вкладці Client Area. Ми настійливо рекомендуємо Вам вирішити це питання протягом 24 годин, інакше плагін буде деактивовано."
270
-
271
- #: bws_functions.php:569
272
- msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
273
- msgstr "Увага: Термін дії тріал періоду Pro версії плагіну скінчився. Щоб продовжити користуватись плагіном, будь ласка, придбайте ліцензію Pro"
274
-
275
- #: bws_functions.php:571
276
- msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
277
- msgstr "Строк вашої ліцензії витік. Якщо ви хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
278
-
279
- #: bws_functions.php:571
280
- #: bws_functions.php:624
281
- #: bws_menu.php:669
282
- #: bws_menu.php:691
283
- #: bws_menu.php:718
284
- #: bws_menu.php:748
285
- #: bws_menu.php:794
 
 
 
 
 
 
 
 
 
 
 
286
  msgid "Learn more"
287
  msgstr "Дізнатись більше"
288
 
289
- #: bws_functions.php:581
290
  #, php-format
291
  msgid "Notice: You are using the Pro Trial license of %s plugin."
292
  msgstr "Увага: Ви використовуєте тріал Pro версію плагіну %s."
293
 
294
- #: bws_functions.php:583
295
  msgid "Notice: You are using the Pro Trial license of plugin."
296
  msgstr "Увага: Ви використовуєте тріал Pro версію плагіну."
297
 
298
- #: bws_functions.php:586
299
  msgid "The Pro Trial license will expire on"
300
  msgstr "Тріал період Pro версії плагіну закінчується"
301
 
302
- #: bws_functions.php:624
303
  msgid "You license for"
304
  msgstr "Ваша ліцензія для"
305
 
306
- #: bws_functions.php:624
307
  msgid "expires on"
308
  msgstr "витікає"
309
 
310
- #: bws_functions.php:624
311
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
312
- msgstr "та ви більше не будете отримувати першочергову технічну підтримку та оновлення."
 
 
313
 
314
- #: bws_functions.php:655
315
  msgid "Thank you for installing"
316
  msgstr "Дякуємо, що встановили"
317
 
318
- #: bws_functions.php:656
319
  msgid "Let's get started"
320
  msgstr "Розпочнемо"
321
 
322
- #: bws_functions.php:657
323
  msgid "Configure Settings"
324
  msgstr "Налаштувати плагін"
325
 
326
- #: bws_functions.php:660
327
  msgid "Add New"
328
  msgstr "Додати"
329
 
330
- #: bws_functions.php:664
331
  msgid "Close notice"
332
  msgstr "Закрити"
333
 
334
- #: bws_functions.php:677
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
335
  msgid "Notice"
336
  msgstr "Зауважте"
337
 
338
- #: bws_functions.php:677
339
  msgid "The plugin's settings have been changed."
340
  msgstr "Налаштування плагіну змінено."
341
 
342
- #: bws_functions.php:678
343
  msgid "Save Changes"
344
  msgstr "Зберегти зміни"
345
 
346
- #: bws_functions.php:693
347
- msgid "You can always look at premium options by clicking on the \"Show Pro features\" in the \"Go PRO\" tab"
348
- msgstr "Ви завжди можете подивитися на преміум опції, натиснувши на кнопку \"Показати Pro особливост\" на вкладці \"Перейти на PRO\""
 
 
 
 
349
 
350
- #: bws_functions.php:773
351
  msgid "Add BWS Plugins Shortcode"
352
  msgstr "Додати BWS шорткод"
353
 
354
- #: bws_functions.php:793
355
  msgid "Add shortcode"
356
  msgstr "Додати шорткод"
357
 
358
- #: bws_functions.php:793
359
  msgid "Add BestWebSoft plugins' shortcodes using this button."
360
  msgstr "Додайте шорткоди BestWebSoft плагінів за допомогою цієї кнопки."
361
 
362
- #: bws_functions.php:833
363
  msgid "Close"
364
  msgstr "Закрити"
365
 
366
- #: bws_functions.php:926
367
  msgid "Restore all plugin settings to defaults"
368
  msgstr "Скинути налаштування плагіну до стандартних"
369
 
370
- #: bws_functions.php:928
371
  msgid "Restore settings"
372
  msgstr "Скинути налаштування"
373
 
374
- #: bws_functions.php:939
375
  msgid "Are you sure you want to restore all settings by default?"
376
  msgstr "Ви впевнені, що хочете скинути налаштування плагіну до стандартних?"
377
 
378
- #: bws_functions.php:942
379
  msgid "Yes, restore all settings"
380
  msgstr "Так, скинути налаштування"
381
 
382
- #: bws_functions.php:943
383
  msgid "No, go back to the settings page"
384
  msgstr "Ні, повернутись назад на сторінку налаштувань"
385
 
386
- #: bws_functions.php:987
387
  msgid "Plugin"
388
  msgstr "Плагін"
389
 
390
- #: bws_functions.php:996
391
  msgid "Shortcode settings"
392
  msgstr "Налаштування шорткоду"
393
 
394
- #: bws_functions.php:1001
395
  msgid "The shortcode will be inserted"
396
  msgstr "Буде вставлено шорткод"
397
 
398
- #: bws_functions.php:1006
399
  msgid "Insert"
400
  msgstr "Вставити"
401
 
402
- #: bws_functions.php:1037
403
  msgid "Visit Help Center"
404
  msgstr "Перейти в Help Center"
405
 
406
- #: bws_functions.php:1042
407
  msgid "FAQ"
408
  msgstr "FAQ"
409
 
410
- #: bws_functions.php:1048
411
  msgid "For more information:"
412
  msgstr "Для отримання додаткової інформації:"
413
 
414
- #: bws_functions.php:1049
415
  msgid "Documentation"
416
  msgstr "Документація"
417
 
418
- #: bws_functions.php:1050
419
  msgid "Video Instructions"
420
  msgstr "Відео інструкції"
421
 
422
- #: bws_functions.php:1051
423
  msgid "Submit a Request"
424
  msgstr "Надіслати запит"
425
 
@@ -427,22 +504,16 @@ msgstr "Надіслати запит"
427
  msgid "Not set"
428
  msgstr "Не задано"
429
 
430
- #: bws_menu.php:508
431
- #: bws_menu.php:509
432
  msgid "On"
433
  msgstr "Увімк."
434
 
435
- #: bws_menu.php:508
436
- #: bws_menu.php:509
437
  msgid "Off"
438
  msgstr "Вимк."
439
 
440
- #: bws_menu.php:510
441
- #: bws_menu.php:511
442
- #: bws_menu.php:512
443
- #: bws_menu.php:513
444
- #: bws_menu.php:514
445
- #: bws_menu.php:526
446
  msgid "N/A"
447
  msgstr "Невідомо"
448
 
@@ -450,17 +521,11 @@ msgstr "Невідомо"
450
  msgid " Mb"
451
  msgstr "Мб"
452
 
453
- #: bws_menu.php:515
454
- #: bws_menu.php:516
455
- #: bws_menu.php:517
456
- #: bws_menu.php:522
457
  msgid "Yes"
458
  msgstr "Так"
459
 
460
- #: bws_menu.php:515
461
- #: bws_menu.php:516
462
- #: bws_menu.php:517
463
- #: bws_menu.php:524
464
  msgid "No"
465
  msgstr "Ні"
466
 
@@ -564,140 +629,132 @@ msgstr "Дякуємо, що звернулись до нас."
564
  msgid "Sorry, email message could not be delivered."
565
  msgstr "Вибачте, ваше емейл не може бути доставлено"
566
 
567
- #: bws_menu.php:620
568
  msgid "Need help?"
569
  msgstr "Потрібна допомога?"
570
 
571
- #: bws_menu.php:621
572
  msgid "Client area"
573
  msgstr "Клієнтам"
574
 
575
- #: bws_menu.php:622
576
- #: bws_menu.php:933
577
  msgid "System status"
578
  msgstr "Системна інформація"
579
 
580
- #: bws_menu.php:627
581
  msgid "Plugins"
582
  msgstr "Плагіни"
583
 
584
- #: bws_menu.php:629
585
  msgid "Themes"
586
  msgstr "Теми"
587
 
588
- #: bws_menu.php:634
589
  msgid "All"
590
  msgstr "Всі"
591
 
592
- #: bws_menu.php:635
593
  msgid "Installed"
594
  msgstr "Встановлені"
595
 
596
- #: bws_menu.php:636
597
  msgid "Recommended"
598
  msgstr "Рекомендовані "
599
 
600
- #: bws_menu.php:640
601
  msgid "Installed plugins"
602
  msgstr "Встановлені плагіни"
603
 
604
- #: bws_menu.php:672
605
- #: bws_menu.php:721
606
  msgid "Settings"
607
  msgstr "Налаштування"
608
 
609
- #: bws_menu.php:693
610
- #: bws_menu.php:750
611
  msgid "Activate this plugin"
612
  msgstr "Активувати плагін"
613
 
614
- #: bws_menu.php:708
615
- #: bws_menu.php:738
616
- #: bws_menu.php:784
617
  msgid "Go"
618
  msgstr "Перейти"
619
 
620
- #: bws_menu.php:712
621
- #: bws_menu.php:742
622
- #: bws_menu.php:788
623
  msgid "DONATE"
624
  msgstr "Підтримати нас"
625
 
626
- #: bws_menu.php:758
627
  msgid "Recommended plugins"
628
  msgstr "Рекомендовані плагіни"
629
 
630
- #: bws_menu.php:796
631
  msgid "Install now"
632
  msgstr "Встановити"
633
 
634
- #: bws_menu.php:817
635
  msgid "Try again"
636
  msgstr "Спробувати ще раз"
637
 
638
- #: bws_menu.php:835
639
  #, php-format
640
  msgid "Preview &#8220;%s&#8221;"
641
  msgstr "Попередній перегляд &#8220;%s&#8221;"
642
 
643
- #: bws_menu.php:866
644
  #, php-format
645
  msgid "Install %s"
646
  msgstr "Встановити %s"
647
 
648
- #: bws_menu.php:866
649
  msgid "Install Now"
650
  msgstr "Встановити"
651
 
652
- #: bws_menu.php:869
653
  #, php-format
654
  msgid "Update to version %s"
655
  msgstr "Оновити до версії %s"
656
 
657
- #: bws_menu.php:869
658
  msgid "Update"
659
  msgstr "Оновити"
660
 
661
- #: bws_menu.php:876
662
  #, php-format
663
  msgid "Preview %s"
664
  msgstr "Попередній перегляд %s"
665
 
666
- #: bws_menu.php:876
667
  msgid "Preview"
668
  msgstr "Попередній перегляд"
669
 
670
- #: bws_menu.php:882
671
- #: bws_menu.php:914
672
  #, php-format
673
  msgid "By %s"
674
  msgstr "За %s"
675
 
676
- #: bws_menu.php:888
677
  msgid "Details"
678
  msgstr "Деталі"
679
 
680
- #: bws_menu.php:920
681
  msgid "Already Installed"
682
  msgstr "Уже встановлено %s"
683
 
684
- #: bws_menu.php:936
685
  msgid "Environment"
686
  msgstr "Системне оточення"
687
 
688
- #: bws_menu.php:947
689
  msgid "Active Plugins"
690
  msgstr "Активні плагіни"
691
 
692
- #: bws_menu.php:960
693
  msgid "Inactive Plugins"
694
  msgstr "Не активні плагіни"
695
 
696
- #: bws_menu.php:976
697
  msgid "Send to support"
698
  msgstr "Відправити службі тех. підтримки"
699
 
700
- #: bws_menu.php:983
701
  msgid "Send to custom email &#187;"
702
  msgstr "Відправити на електронну адресу &#187;"
703
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-22 16:04+0300\n"
6
+ "PO-Revision-Date: 2016-02-22 16:06+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: bws_functions.php:65 bws_functions.php:89
 
20
  msgid "requires"
21
  msgstr "потребує"
22
 
23
+ #: bws_functions.php:67
24
+ msgid ""
25
+ "or higher, that is why it has been deactivated! Please upgrade WordPress and "
26
+ "try again."
27
+ msgstr ""
28
+ "чи вище, тому його було деактивовано! Будь ласка оновіть WordPress та "
29
+ "спробуйте ще раз."
30
 
31
+ #: bws_functions.php:68
32
  msgid "Back to the WordPress"
33
  msgstr "Повернутися на WordPress на"
34
 
35
+ #: bws_functions.php:70
36
  msgid "Plugins page"
37
  msgstr "Сторінку Плагінів"
38
 
39
+ #: bws_functions.php:91
40
+ msgid ""
41
+ "or higher! We do not guarantee that our plugin will work correctly. Please "
42
+ "upgrade to WordPress latest version."
43
+ msgstr ""
44
+ "чи вище! Ми не гарантуємо, що наш плагін буде працювати правильно. Будь "
45
+ "ласка, оновіть WordPress до останньої версії."
46
 
47
+ #: bws_functions.php:148
48
  msgid "It’s time to upgrade your"
49
  msgstr "Настав час модернізувати Ваш"
50
 
51
+ #: bws_functions.php:148
52
  msgid "to"
53
  msgstr "до"
54
 
55
+ #: bws_functions.php:148
56
  msgid "version!"
57
  msgstr "версії!"
58
 
59
+ #: bws_functions.php:149
60
  msgid "Extend standard plugin functionality with new great options."
61
  msgstr "Розширює можливості стандартного функціоналу плагіна."
62
 
63
+ #: bws_functions.php:152 bws_functions.php:593
 
64
  msgid "Learn More"
65
  msgstr "Дізнатись більше"
66
 
67
+ #: bws_functions.php:169
68
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
69
+ msgstr ""
70
+ "Якщо вам сподобався плагін, будь ласка, поставте нам 5 зірочок на WordPress"
71
 
72
+ #: bws_functions.php:170
73
  msgid "Rate the plugin"
74
  msgstr "Оцінити плагін"
75
 
76
+ #: bws_functions.php:173
77
  msgid "If there is something wrong about it, please contact us"
78
  msgstr "Якщо щось не так, будь ласка, повідомте нам"
79
 
80
+ #: bws_functions.php:205
81
  msgid "Check premium options on the plugin settings page!"
82
  msgstr "Подивіться преміум опції на сторінці налаштувань плагіна!"
83
 
84
+ #: bws_functions.php:212 bws_functions.php:248
 
85
  msgid "Wrong license key"
86
  msgstr "Невірний ключ ліцензії"
87
 
88
+ #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
89
+ msgid ""
90
+ "Something went wrong. Please try again later. If the error appears again, "
91
+ "please contact us"
92
+ msgstr ""
93
+ "Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, "
94
+ "повідомте нам"
95
 
96
+ #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
 
 
97
  msgid "We are sorry for inconvenience."
98
  msgstr "Просимо вибачення за незручності."
99
 
100
+ #: bws_functions.php:250
101
  msgid "This license key is bind to another site"
102
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту"
103
 
104
+ #: bws_functions.php:252 bws_functions.php:416
105
+ msgid ""
106
+ "Unfortunately, you have exceeded the number of available tries per day. "
107
+ "Please, upload the plugin manually."
108
+ msgstr ""
109
+ "На жаль, ви перевищили кількість доступних спроб на день. Будь ласка, "
110
+ "завантажте плагін вручну"
111
 
112
+ #: bws_functions.php:254
113
+ msgid ""
114
+ "Unfortunately, Your license has expired. To continue getting top-priority "
115
+ "support and plugin updates you should extend it in your"
116
+ msgstr ""
117
+ "На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати "
118
+ "першочергову техпідтримку і оновлення, будь ласка, продовжте ліцензію"
119
 
120
+ #: bws_functions.php:256
121
+ msgid ""
122
+ "Unfortunately, the Pro licence was already installed to this domain. The Pro "
123
+ "Trial license can be installed only once."
124
+ msgstr ""
125
+ "На жаль, Pro ліцензія уже використовувалась на цьому домені. Тріал Pro "
126
+ "версії плагіну можна використати лише один раз."
127
 
128
+ #: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
 
 
129
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
130
+ msgstr ""
131
+ "Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну"
132
 
133
+ #: bws_functions.php:289
134
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
135
  msgstr "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну"
136
 
137
+ #: bws_functions.php:295
138
+ msgid ""
139
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
140
+ "plugin manually"
141
+ msgstr ""
142
+ "Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін "
143
+ "вручну"
144
 
145
+ #: bws_functions.php:302
146
  msgid "UploadDir is not writable. Please, upload the plugin manually"
147
+ msgstr ""
148
+ "Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін "
149
+ "вручну"
150
 
151
+ #: bws_functions.php:325
152
+ msgid ""
153
+ "Something went wrong. Try again later or upload the plugin manually. We are "
154
+ "sorry for inconvenience."
155
+ msgstr ""
156
+ "Виникли певні проблеми. Спробуйте ще раз пізніше або завантажте плагін "
157
+ "вручну. Просимо вибачення за незручності."
158
 
159
+ #: bws_functions.php:350
160
  msgid "Please, enter Your license key"
161
  msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
162
 
163
+ #: bws_functions.php:380
164
+ msgid ""
165
+ "Congratulations! The Pro version of the plugin is successfully download and "
166
+ "activated."
167
  msgstr "Вітаємо! Pro версію плагіну успішно завантажено та активовано."
168
 
169
+ #: bws_functions.php:382 bws_functions.php:473
 
170
  msgid "Please, go to"
171
  msgstr "Будь ласка, перейдіть на"
172
 
173
+ #: bws_functions.php:382 bws_functions.php:473
 
174
  msgid "the setting page"
175
  msgstr "сторінку установок"
176
 
177
+ #: bws_functions.php:383 bws_functions.php:474
 
178
  msgid "You will be redirected automatically in 5 seconds."
179
  msgstr "Вас буде перенаправлено автоматично через 5 секунд."
180
 
181
+ #: bws_functions.php:390
182
  msgid "Show Pro features"
183
  msgstr "Показати Pro опції"
184
 
185
+ #: bws_functions.php:397
186
  msgid "You can download and activate"
187
  msgstr "Ви можете завантажити та активувати"
188
 
189
+ #: bws_functions.php:399
190
  msgid "version of this plugin by entering Your license key."
191
  msgstr "версію цього плагіну, якщо впишете ваш ліцензійний ключ."
192
 
193
+ #: bws_functions.php:401 bws_functions.php:442
194
+ msgid ""
195
+ "You can find your license key on your personal page Client area, by clicking "
196
+ "on the link"
197
+ msgstr ""
198
+ "Ви можете знайти ваш ліцензійний ключ на вашій персональній сторінці у "
199
+ "Client area, перейшовши за посиланням"
200
 
201
+ #: bws_functions.php:403 bws_functions.php:444
 
202
  msgid "(your username is the email you specify when purchasing the product)."
203
  msgstr "(ваше ім'я - це емейл, який ви вказували при купівлі плагіну)"
204
 
205
+ #: bws_functions.php:407 bws_functions.php:691
 
206
  msgid "or"
207
  msgstr "або"
208
 
209
+ #: bws_functions.php:407
210
  #, php-format
211
  msgid "Start Your Free %s-Day Trial Now"
212
  msgstr "Спробуйте %s-денну тріал версію безкоштовно"
213
 
214
+ #: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
215
+ #: bws_functions.php:460 bws_menu.php:690 bws_menu.php:747
 
 
 
 
216
  msgid "Activate"
217
  msgstr "Активувати"
218
 
219
+ #: bws_functions.php:439 bws_functions.php:532
 
220
  #, php-format
221
+ msgid ""
222
+ "In order to continue using the plugin it is necessary to buy a %s license."
223
  msgstr "Щоб продовжити користуватись плагіном, потрібно придбати %s ліцензію."
224
 
225
+ #: bws_functions.php:440
226
  msgid "After that you can activate it by entering your license key."
227
  msgstr "Після цього ви зможете активувати його ввівши ліцензійний ключ."
228
 
229
+ #: bws_functions.php:454
230
  msgid "Unfortunately, you have exceeded the number of available tries per day."
231
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
232
 
233
+ #: bws_functions.php:471
234
+ msgid ""
235
+ "Congratulations! The Pro license of the plugin is successfully activated."
236
  msgstr "Вітаємо! Pro версію плагіну успішно активовано."
237
 
238
+ #: bws_functions.php:512
239
  msgid "Wrong license key."
240
  msgstr "Неправильний ліцензійний ключ."
241
 
242
+ #: bws_functions.php:514
243
  msgid "This license key is bind to another site."
244
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту."
245
 
246
+ #: bws_functions.php:516
247
+ msgid ""
248
+ "This license key is valid, but Your license has expired. If you want to "
249
+ "update our plugin in future, you should extend the license."
250
+ msgstr ""
251
+ "Даний ліцензійний ключ дійсний, але строк вашої ліцензії витік. Якщо ви "
252
+ "хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
253
 
254
+ #: bws_functions.php:518
255
  msgid "Unfortunately, you have exceeded the number of available tries."
256
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
257
 
258
+ #: bws_functions.php:520
259
+ msgid ""
260
+ "Unfortunately, the Pro Trial licence was already installed to this domain. "
261
+ "The Pro Trial license can be installed only once."
262
+ msgstr ""
263
+ "На жаль, тріал Pro версія плагіну уже встановлювалась на цей домен. Тріал "
264
+ "Pro версію можна встановлювати лише один раз."
265
 
266
+ #: bws_functions.php:524
267
  msgid "The Pro Trial license key is valid."
268
  msgstr "Ключ тріал Pro версії вірний."
269
 
270
+ #: bws_functions.php:526
271
  msgid "The license key is valid."
272
  msgstr "Ліцензійний ключ дійсний."
273
 
274
+ #: bws_functions.php:529
275
  msgid "Your license will expire on"
276
  msgstr "Ваша ліцензія закінчується"
277
 
278
+ #: bws_functions.php:562
279
  msgid "Please, enter your license key"
280
  msgstr "Будь ласка, введіть ваш ліцензійний ключ"
281
 
282
+ #: bws_functions.php:575
283
+ msgid ""
284
+ "If needed you can check if the license key is correct or reenter it in the "
285
+ "field below. You can find your license key on your personal page - Client "
286
+ "area - on our website"
287
+ msgstr ""
288
+ "При необхідності ви можете перевірити правильність вашого ліцензійного ключа "
289
+ "або знову ввести його у полі, що знаходиться нижче. Ви можете знайти свій "
290
+ "ліцензійний ключ на вашій персональній сторінці - Client area - на нашому "
291
+ "сайті."
292
 
293
+ #: bws_functions.php:575
294
+ msgid ""
295
+ "(your username is the email you specify when purchasing the product). If "
296
+ "necessary, please submit \"Lost your password?\" request."
297
+ msgstr ""
298
+ "(ім'я користувача - це електронна адреса, яку ви вказуєте при купівлі "
299
+ "продукту). При необхідності, будь ласка, відправте запит на відновлення "
300
+ "вашого паролю."
301
 
302
+ #: bws_functions.php:579
303
  msgid "Check license key"
304
  msgstr "Перевірте ліцензійний ключ"
305
 
306
+ #: bws_functions.php:593
307
  msgid "WARNING: Illegal use notification"
308
  msgstr "УВАГА: виявлено несанкціоноване використання плагіну"
309
 
310
+ #: bws_functions.php:593
311
+ msgid ""
312
+ "You can use one license of the Pro plugin for one domain only. Please check "
313
+ "and edit your license or domain if necessary using you personal Client Area. "
314
+ "We strongly recommend you to solve the problem within 24 hours, otherwise "
315
+ "the Pro plugin will be deactivated."
316
+ msgstr ""
317
+ "Ви можете використовувати одну ліцензію Про-плагіну для одного домену. Будь "
318
+ "ласка, переконайтесь, що інформацію щодо ліцензії і домену введено вірно, у "
319
+ "вкладці Client Area. Ми настійливо рекомендуємо Вам вирішити це питання "
320
+ "протягом 24 годин, інакше плагін буде деактивовано."
321
+
322
+ #: bws_functions.php:601
323
+ msgid ""
324
+ "Notice: Your Pro Trial license has expired. To continue using the plugin you "
325
+ "should buy a Pro license"
326
+ msgstr ""
327
+ "Увага: Термін дії тріал періоду Pro версії плагіну скінчився. Щоб продовжити "
328
+ "користуватись плагіном, будь ласка, придбайте ліцензію Pro"
329
+
330
+ #: bws_functions.php:603
331
+ msgid ""
332
+ "Your license has expired. To continue getting top-priority support and "
333
+ "plugin updates you should extend it."
334
+ msgstr ""
335
+ "Строк вашої ліцензії витік. Якщо ви хочете оновлювати наш плагін у "
336
+ "майбутньому, вам слід подовжити ліцензію."
337
+
338
+ #: bws_functions.php:603 bws_functions.php:656 bws_menu.php:666
339
+ #: bws_menu.php:688 bws_menu.php:715 bws_menu.php:745 bws_menu.php:791
340
  msgid "Learn more"
341
  msgstr "Дізнатись більше"
342
 
343
+ #: bws_functions.php:613
344
  #, php-format
345
  msgid "Notice: You are using the Pro Trial license of %s plugin."
346
  msgstr "Увага: Ви використовуєте тріал Pro версію плагіну %s."
347
 
348
+ #: bws_functions.php:615
349
  msgid "Notice: You are using the Pro Trial license of plugin."
350
  msgstr "Увага: Ви використовуєте тріал Pro версію плагіну."
351
 
352
+ #: bws_functions.php:618
353
  msgid "The Pro Trial license will expire on"
354
  msgstr "Тріал період Pro версії плагіну закінчується"
355
 
356
+ #: bws_functions.php:656
357
  msgid "You license for"
358
  msgstr "Ваша ліцензія для"
359
 
360
+ #: bws_functions.php:656
361
  msgid "expires on"
362
  msgstr "витікає"
363
 
364
+ #: bws_functions.php:656
365
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
366
+ msgstr ""
367
+ "та ви більше не будете отримувати першочергову технічну підтримку та "
368
+ "оновлення."
369
 
370
+ #: bws_functions.php:687
371
  msgid "Thank you for installing"
372
  msgstr "Дякуємо, що встановили"
373
 
374
+ #: bws_functions.php:688
375
  msgid "Let's get started"
376
  msgstr "Розпочнемо"
377
 
378
+ #: bws_functions.php:689
379
  msgid "Configure Settings"
380
  msgstr "Налаштувати плагін"
381
 
382
+ #: bws_functions.php:692
383
  msgid "Add New"
384
  msgstr "Додати"
385
 
386
+ #: bws_functions.php:696 bws_functions.php:755
387
  msgid "Close notice"
388
  msgstr "Закрити"
389
 
390
+ #: bws_functions.php:750
391
+ msgid "Thank you for choosing"
392
+ msgstr "Дякуємо, що обрали"
393
+
394
+ #: bws_functions.php:751
395
+ msgid ""
396
+ "If you have a feature, suggestion or idea you'd like to see in the plugin, "
397
+ "we'd love to hear about it!"
398
+ msgstr ""
399
+ "Якщо у вас є пропозиції по додаванню нового або поліпшення поточного "
400
+ "функціоналу плагіна, будь ласка, надсилайте їх нам! Ми завжди відкриті для "
401
+ "нових ідей!"
402
+
403
+ #: bws_functions.php:752
404
+ msgid "Suggest a Feature"
405
+ msgstr "Запропонувати функціонал"
406
+
407
+ #: bws_functions.php:768
408
  msgid "Notice"
409
  msgstr "Зауважте"
410
 
411
+ #: bws_functions.php:768
412
  msgid "The plugin's settings have been changed."
413
  msgstr "Налаштування плагіну змінено."
414
 
415
+ #: bws_functions.php:769
416
  msgid "Save Changes"
417
  msgstr "Зберегти зміни"
418
 
419
+ #: bws_functions.php:786
420
+ msgid ""
421
+ "You can always look at premium options by clicking on the \"Show Pro features"
422
+ "\" in the \"Go PRO\" tab"
423
+ msgstr ""
424
+ "Ви завжди можете подивитися на преміум опції, натиснувши на кнопку "
425
+ "\"Показати Pro особливост\" на вкладці \"Перейти на PRO\""
426
 
427
+ #: bws_functions.php:866
428
  msgid "Add BWS Plugins Shortcode"
429
  msgstr "Додати BWS шорткод"
430
 
431
+ #: bws_functions.php:886
432
  msgid "Add shortcode"
433
  msgstr "Додати шорткод"
434
 
435
+ #: bws_functions.php:886
436
  msgid "Add BestWebSoft plugins' shortcodes using this button."
437
  msgstr "Додайте шорткоди BestWebSoft плагінів за допомогою цієї кнопки."
438
 
439
+ #: bws_functions.php:928
440
  msgid "Close"
441
  msgstr "Закрити"
442
 
443
+ #: bws_functions.php:1020
444
  msgid "Restore all plugin settings to defaults"
445
  msgstr "Скинути налаштування плагіну до стандартних"
446
 
447
+ #: bws_functions.php:1022
448
  msgid "Restore settings"
449
  msgstr "Скинути налаштування"
450
 
451
+ #: bws_functions.php:1033
452
  msgid "Are you sure you want to restore all settings by default?"
453
  msgstr "Ви впевнені, що хочете скинути налаштування плагіну до стандартних?"
454
 
455
+ #: bws_functions.php:1036
456
  msgid "Yes, restore all settings"
457
  msgstr "Так, скинути налаштування"
458
 
459
+ #: bws_functions.php:1037
460
  msgid "No, go back to the settings page"
461
  msgstr "Ні, повернутись назад на сторінку налаштувань"
462
 
463
+ #: bws_functions.php:1083
464
  msgid "Plugin"
465
  msgstr "Плагін"
466
 
467
+ #: bws_functions.php:1092
468
  msgid "Shortcode settings"
469
  msgstr "Налаштування шорткоду"
470
 
471
+ #: bws_functions.php:1097
472
  msgid "The shortcode will be inserted"
473
  msgstr "Буде вставлено шорткод"
474
 
475
+ #: bws_functions.php:1102
476
  msgid "Insert"
477
  msgstr "Вставити"
478
 
479
+ #: bws_functions.php:1133
480
  msgid "Visit Help Center"
481
  msgstr "Перейти в Help Center"
482
 
483
+ #: bws_functions.php:1138
484
  msgid "FAQ"
485
  msgstr "FAQ"
486
 
487
+ #: bws_functions.php:1144
488
  msgid "For more information:"
489
  msgstr "Для отримання додаткової інформації:"
490
 
491
+ #: bws_functions.php:1145
492
  msgid "Documentation"
493
  msgstr "Документація"
494
 
495
+ #: bws_functions.php:1146
496
  msgid "Video Instructions"
497
  msgstr "Відео інструкції"
498
 
499
+ #: bws_functions.php:1147
500
  msgid "Submit a Request"
501
  msgstr "Надіслати запит"
502
 
504
  msgid "Not set"
505
  msgstr "Не задано"
506
 
507
+ #: bws_menu.php:508 bws_menu.php:509
 
508
  msgid "On"
509
  msgstr "Увімк."
510
 
511
+ #: bws_menu.php:508 bws_menu.php:509
 
512
  msgid "Off"
513
  msgstr "Вимк."
514
 
515
+ #: bws_menu.php:510 bws_menu.php:511 bws_menu.php:512 bws_menu.php:513
516
+ #: bws_menu.php:514 bws_menu.php:526
 
 
 
 
517
  msgid "N/A"
518
  msgstr "Невідомо"
519
 
521
  msgid " Mb"
522
  msgstr "Мб"
523
 
524
+ #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:522
 
 
 
525
  msgid "Yes"
526
  msgstr "Так"
527
 
528
+ #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:524
 
 
 
529
  msgid "No"
530
  msgstr "Ні"
531
 
629
  msgid "Sorry, email message could not be delivered."
630
  msgstr "Вибачте, ваше емейл не може бути доставлено"
631
 
632
+ #: bws_menu.php:619
633
  msgid "Need help?"
634
  msgstr "Потрібна допомога?"
635
 
636
+ #: bws_menu.php:620
637
  msgid "Client area"
638
  msgstr "Клієнтам"
639
 
640
+ #: bws_menu.php:621 bws_menu.php:930
 
641
  msgid "System status"
642
  msgstr "Системна інформація"
643
 
644
+ #: bws_menu.php:626
645
  msgid "Plugins"
646
  msgstr "Плагіни"
647
 
648
+ #: bws_menu.php:627
649
  msgid "Themes"
650
  msgstr "Теми"
651
 
652
+ #: bws_menu.php:631
653
  msgid "All"
654
  msgstr "Всі"
655
 
656
+ #: bws_menu.php:632
657
  msgid "Installed"
658
  msgstr "Встановлені"
659
 
660
+ #: bws_menu.php:633
661
  msgid "Recommended"
662
  msgstr "Рекомендовані "
663
 
664
+ #: bws_menu.php:637
665
  msgid "Installed plugins"
666
  msgstr "Встановлені плагіни"
667
 
668
+ #: bws_menu.php:669 bws_menu.php:718
 
669
  msgid "Settings"
670
  msgstr "Налаштування"
671
 
672
+ #: bws_menu.php:690 bws_menu.php:747
 
673
  msgid "Activate this plugin"
674
  msgstr "Активувати плагін"
675
 
676
+ #: bws_menu.php:705 bws_menu.php:735 bws_menu.php:781
 
 
677
  msgid "Go"
678
  msgstr "Перейти"
679
 
680
+ #: bws_menu.php:709 bws_menu.php:739 bws_menu.php:785
 
 
681
  msgid "DONATE"
682
  msgstr "Підтримати нас"
683
 
684
+ #: bws_menu.php:755
685
  msgid "Recommended plugins"
686
  msgstr "Рекомендовані плагіни"
687
 
688
+ #: bws_menu.php:793
689
  msgid "Install now"
690
  msgstr "Встановити"
691
 
692
+ #: bws_menu.php:814
693
  msgid "Try again"
694
  msgstr "Спробувати ще раз"
695
 
696
+ #: bws_menu.php:832
697
  #, php-format
698
  msgid "Preview &#8220;%s&#8221;"
699
  msgstr "Попередній перегляд &#8220;%s&#8221;"
700
 
701
+ #: bws_menu.php:863
702
  #, php-format
703
  msgid "Install %s"
704
  msgstr "Встановити %s"
705
 
706
+ #: bws_menu.php:863
707
  msgid "Install Now"
708
  msgstr "Встановити"
709
 
710
+ #: bws_menu.php:866
711
  #, php-format
712
  msgid "Update to version %s"
713
  msgstr "Оновити до версії %s"
714
 
715
+ #: bws_menu.php:866
716
  msgid "Update"
717
  msgstr "Оновити"
718
 
719
+ #: bws_menu.php:873
720
  #, php-format
721
  msgid "Preview %s"
722
  msgstr "Попередній перегляд %s"
723
 
724
+ #: bws_menu.php:873
725
  msgid "Preview"
726
  msgstr "Попередній перегляд"
727
 
728
+ #: bws_menu.php:879 bws_menu.php:911
 
729
  #, php-format
730
  msgid "By %s"
731
  msgstr "За %s"
732
 
733
+ #: bws_menu.php:885
734
  msgid "Details"
735
  msgstr "Деталі"
736
 
737
+ #: bws_menu.php:917
738
  msgid "Already Installed"
739
  msgstr "Уже встановлено %s"
740
 
741
+ #: bws_menu.php:933
742
  msgid "Environment"
743
  msgstr "Системне оточення"
744
 
745
+ #: bws_menu.php:944
746
  msgid "Active Plugins"
747
  msgstr "Активні плагіни"
748
 
749
+ #: bws_menu.php:957
750
  msgid "Inactive Plugins"
751
  msgstr "Не активні плагіни"
752
 
753
+ #: bws_menu.php:973
754
  msgid "Send to support"
755
  msgstr "Відправити службі тех. підтримки"
756
 
757
+ #: bws_menu.php:980
758
  msgid "Send to custom email &#187;"
759
  msgstr "Відправити на електронну адресу &#187;"
760
 
css/frontend_style.css CHANGED
@@ -6,16 +6,15 @@ ul.gallery {
6
  }
7
  .gallery_box_single .gallery.clearfix {
8
  display: table;
9
- margin: 0 auto;
10
  }
11
  .gallery_box ul {
12
  list-style: none outside none !important;
13
- margin:0;
 
14
  }
15
- .gallery_box li {
16
- padding: 10px 10px 0 0;
17
- clear: both;
18
- list-style: none;
19
  }
20
  .gallery_box li img {
21
  /*padding: 5px;*/
@@ -54,6 +53,9 @@ ul.gallery {
54
  -moz-box-sizing: content-box; /*Firefox 1-3*/
55
  -webkit-box-sizing: content-box; /* Safari */
56
  }
 
 
 
57
  #content .gallery_box_single .gallery .gllr_image_block p {
58
  border: 1px solid #BDBDBD;
59
  margin: 5px 6px 0 0;
@@ -100,7 +102,7 @@ ul.gallery {
100
  #ajax_update_images {
101
  float: left;
102
  }
103
- #gllr_date_additional_field, #gllr_link_additional_field,
104
  #gllr_shrdescription_additional_field, #gllr_description_additional_field,
105
  #gllr_svn_additional_field, #gllr_executor_additional_field,
106
  #gllr_technologies_additional_field {
@@ -108,4 +110,47 @@ ul.gallery {
108
  position: relative;
109
  top: 2px;
110
  margin-right: 3px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
111
  }
6
  }
7
  .gallery_box_single .gallery.clearfix {
8
  display: table;
9
+ margin: 0 auto 20px;
10
  }
11
  .gallery_box ul {
12
  list-style: none outside none !important;
13
+ margin: 0;
14
+ padding: 0;
15
  }
16
+ .gallery_box ul li {
17
+ margin: 0 0 20px;
 
 
18
  }
19
  .gallery_box li img {
20
  /*padding: 5px;*/
53
  -moz-box-sizing: content-box; /*Firefox 1-3*/
54
  -webkit-box-sizing: content-box; /* Safari */
55
  }
56
+ #content .gallery_box_single {
57
+ word-wrap: break-word;
58
+ }
59
  #content .gallery_box_single .gallery .gllr_image_block p {
60
  border: 1px solid #BDBDBD;
61
  margin: 5px 6px 0 0;
102
  #ajax_update_images {
103
  float: left;
104
  }
105
+ #gllr_date_additional_field, #gllr_link_additional_field,
106
  #gllr_shrdescription_additional_field, #gllr_description_additional_field,
107
  #gllr_svn_additional_field, #gllr_executor_additional_field,
108
  #gllr_technologies_additional_field {
110
  position: relative;
111
  top: 2px;
112
  margin-right: 3px;
113
+ }
114
+ .tax-gallery_categories .site-content .site-content {
115
+ width: 100%;
116
+ margin-left: 0;
117
+ }
118
+ /* template fix for theme 2016 */
119
+ .gllr_twentysixteen.single-gallery .hentry {
120
+ margin-bottom: 3.5em;
121
+ }
122
+ @media screen and (min-width: 61.5625em) {
123
+ .gllr_twentysixteen.single-gallery .hentry {
124
+ margin-bottom: 7.0em;
125
+ }
126
+ }
127
+ @media screen and (min-width: 44.375em) {
128
+ .gllr_twentysixteen.single-gallery .hentry {
129
+ margin-bottom: 5.25em;
130
+ }
131
+ }
132
+ /* fix pagination */
133
+ .gllr_pagination.pagination {
134
+ margin: 0 0 20px;
135
+ border: none;
136
+ box-shadow: none;
137
+ }
138
+ .gllr_pagination.pagination a {
139
+ border: none;
140
+ box-shadow: none;
141
+ }
142
+ .gllr_pagination:before,
143
+ .gllr_pagination:after {
144
+ display: none;
145
+ }
146
+ .gllr_pagination.pagination a {
147
+ box-shadow: none;
148
+ }
149
+ .gllr_twentytwelve .gllr_pagination.pagination .page-numbers,
150
+ .gllr_twentythirteen .gllr_pagination.pagination .page-numbers,
151
+ .gllr_twentyfourteen .gllr_pagination.pagination .page-numbers {
152
+ margin: 0 10px 0 0;
153
+ }
154
+ .gllr_return_link {
155
+ margin: 0 0 20px !important;
156
  }
css/style.css CHANGED
@@ -153,7 +153,7 @@
153
  }
154
  .gllr-media-attachment-preview{
155
  position:relative;
156
- }
157
  .gllr-media-attachment-preview::before {
158
  content: "";
159
  display: block;
@@ -449,6 +449,9 @@
449
  .gllr-separator{
450
  display:inline;
451
  }
 
 
 
452
  }
453
  @media screen and (max-width: 440px) {
454
  .gllr-media-attachment{
153
  }
154
  .gllr-media-attachment-preview{
155
  position:relative;
156
+ }
157
  .gllr-media-attachment-preview::before {
158
  content: "";
159
  display: block;
449
  .gllr-separator{
450
  display:inline;
451
  }
452
+ .bws_help_box.gllr_help_box_shorcode_info {
453
+ display: none;
454
+ }
455
  }
456
  @media screen and (max-width: 440px) {
457
  .gllr-media-attachment{
gallery-plugin.php CHANGED
@@ -6,15 +6,15 @@ Description: This plugin allows you to implement gallery page into web site.
6
  Author: BestWebSoft
7
  Text Domain: gallery-plugin
8
  Domain Path: /languages
9
- Version: 4.3.8
10
  Author URI: http://bestwebsoft.com/
11
  License: GPLv2 or later
12
  */
13
 
14
- /* © Copyright 2015 BestWebSoft ( http://support.bestwebsoft.com )
15
 
16
  This program is free software; you can redistribute it and/or modify
17
- it under the terms of the GNU General Public License, version 2, as
18
  published by the Free Software Foundation.
19
 
20
  This program is distributed in the hope that it will be useful,
@@ -37,14 +37,15 @@ $gllr_filenames[] = 'gallery-template.php';
37
  if ( ! function_exists( 'add_gllr_admin_menu' ) ) {
38
  function add_gllr_admin_menu() {
39
  global $submenu;
40
- bws_add_general_menu( plugin_basename( __FILE__ ) );
41
-
42
- $settings = add_submenu_page( 'bws_plugins', 'Gallery', 'Gallery', 'manage_options', 'gallery-plugin.php', 'gllr_settings_page' );
43
 
44
- $url = admin_url( 'admin.php?page=gallery-plugin.php' );
45
- $submenu['edit.php?post_type=gallery'][] = array( __( 'Settings', 'gallery-plugin' ), 'manage_options', $url );
 
 
 
46
 
47
  add_action( 'load-' . $settings, 'gllr_add_tabs' );
 
48
  add_action( 'load-post.php', 'gllr_add_tabs' );
49
  add_action( 'load-edit.php', 'gllr_add_tabs' );
50
  }
@@ -59,7 +60,7 @@ if ( ! function_exists( 'gllr_plugins_loaded' ) ) {
59
 
60
  if ( ! function_exists ( 'gllr_init' ) ) {
61
  function gllr_init() {
62
- global $gllr_plugin_info;
63
 
64
  require_once( dirname( __FILE__ ) . '/bws_menu/bws_include.php' );
65
  bws_include_init( plugin_basename( __FILE__ ) );
@@ -72,8 +73,19 @@ if ( ! function_exists ( 'gllr_init' ) ) {
72
  /* Function check if plugin is compatible with current WP version */
73
  bws_wp_min_version_check( plugin_basename( __FILE__ ), $gllr_plugin_info, '3.8', '3.5' );
74
 
 
 
 
 
 
75
  /* Register post type */
76
  gllr_post_type_images();
 
 
 
 
 
 
77
  }
78
  }
79
 
@@ -154,13 +166,37 @@ if ( ! function_exists( 'gllr_settings' ) ) {
154
  gllr_plugin_install();
155
  }
156
 
157
- if ( function_exists( 'add_image_size' ) ) {
158
  add_image_size( 'album-thumb', $gllr_options['gllr_custom_size_px'][0][0], $gllr_options['gllr_custom_size_px'][0][1], true );
159
  add_image_size( 'photo-thumb', $gllr_options['gllr_custom_size_px'][1][0], $gllr_options['gllr_custom_size_px'][1][1], true );
160
  }
161
  }
162
  }
163
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
164
  /**
165
  * Function for activation
166
  */
@@ -198,7 +234,7 @@ if ( ! function_exists( 'gllr_plugin_install' ) ) {
198
  return false;
199
  @fwrite( $handle, $contents );
200
  @fclose( $handle );
201
-
202
  $handle = @fopen( $gllr_filepath . $filename, "r" );
203
  $contents = @fread( $handle, filesize( $gllr_filepath . $filename ) );
204
  @fclose( $handle );
@@ -208,7 +244,7 @@ if ( ! function_exists( 'gllr_plugin_install' ) ) {
208
  @fclose( $handle );
209
  @chmod( $gllr_themepath . $filename, octdec( 755 ) );
210
  } elseif ( 'gallery-single-template.php' == $filename && file_exists( $gllr_themepath . $filename ) && isset( $gllr_options['template_update'] ) && $gllr_options['template_update'] == 0 ) {
211
- /* replace get_posts query for new functionality */
212
  $handle = @fopen( $gllr_themepath . $filename, "r" );
213
  $contents = @fread( $handle, filesize( $gllr_themepath . $filename ) );
214
  @fclose( $handle );
@@ -216,7 +252,7 @@ if ( ! function_exists( 'gllr_plugin_install' ) ) {
216
  return false;
217
  @fwrite( $handle, $contents );
218
  @fclose( $handle );
219
-
220
  $handle = @fopen( $gllr_filepath . $filename, "r" );
221
  @fclose( $handle );
222
  if ( ! ( $handle = @fopen( $gllr_themepath . $filename, 'w' ) ) )
@@ -231,7 +267,7 @@ if ( ! function_exists( 'gllr_plugin_install' ) ) {
231
 
232
  $template_update_complete = true;
233
  } elseif ( 'gallery-template.php' == $filename && file_exists( $gllr_themepath . $filename ) && isset( $gllr_options['template_update'] ) && $gllr_options['template_update'] == 0 ) {
234
- /* replace get_posts query for new functionality */
235
  $handle = @fopen( $gllr_themepath . $filename, "r" );
236
  $contents = @fread( $handle, filesize( $gllr_themepath . $filename ) );
237
  @fclose( $handle );
@@ -239,7 +275,7 @@ if ( ! function_exists( 'gllr_plugin_install' ) ) {
239
  return false;
240
  @fwrite( $handle, $contents );
241
  @fclose( $handle );
242
-
243
  $handle = @fopen( $gllr_filepath . $filename, "r" );
244
  @fclose( $handle );
245
  if ( ! ( $handle = @fopen( $gllr_themepath . $filename, 'w' ) ) )
@@ -247,7 +283,7 @@ if ( ! function_exists( 'gllr_plugin_install' ) ) {
247
 
248
  $contents = str_replace( '$image_attributes = wp_get_attachment_image_src( $id, ' . "'album-thumb' );",
249
  '$images_id = get_post_meta( $post->ID, "_gallery_images", true );
250
- $attachments = get_posts( array(
251
  "showposts" => 1,
252
  "what_to_show" => "posts",
253
  "post_status" => "inherit",
@@ -268,7 +304,7 @@ if ( ! function_exists( 'gllr_plugin_install' ) ) {
268
  @fwrite( $handle, $contents );
269
  @fclose( $handle );
270
  @chmod( $gllr_themepath . $filename, octdec( 755 ) );
271
-
272
  $template_update_complete = true;
273
  }
274
  }
@@ -301,7 +337,7 @@ if ( ! function_exists( 'gllr_plugin_upgrade' ) ) {
301
 
302
  $all_gallery_attachments = $wpdb->get_results( "SELECT p1.ID, p1.post_parent, p1.menu_order
303
  FROM {$wpdb->posts} p1, {$wpdb->posts} p2
304
- WHERE p1.post_parent = p2.ID
305
  AND p1.post_mime_type LIKE 'image%'
306
  AND p1.post_type = 'attachment'
307
  AND p1.post_status = 'inherit'
@@ -325,7 +361,7 @@ if ( ! function_exists( 'gllr_plugin_upgrade' ) ) {
325
  /* set gallery category for demo data */
326
  if ( function_exists( 'gllrctgrs_add_default_term_all_gallery' ) )
327
  gllrctgrs_add_default_term_all_gallery();
328
- }
329
  }
330
  }
331
 
@@ -345,7 +381,7 @@ if ( ! function_exists( 'gllr_admin_error' ) ) {
345
  if ( ! $file_exists_flag ) { ?>
346
  <div class="error"><p><strong><?php printf( __( "The following files '%s' and '%s' were not found in the directory of your theme. Please copy them from the directory `%s` to the directory of your theme for the correct work of the Gallery plugin", 'gallery-plugin' ), 'gallery-template.php','gallery-single-template.php', '/wp-content/plugins/gallery-plugin/template/' ); ?></strong></p></div>
347
  <?php }
348
- }
349
  }
350
  }
351
 
@@ -384,26 +420,26 @@ if ( ! function_exists( 'gllr_addImageAncestorToMenu' ) ) {
384
  function gllr_addImageAncestorToMenu( $classes ) {
385
  if ( is_singular( 'gallery' ) ) {
386
  global $wpdb, $post;
387
-
388
  if ( empty( $post->ancestors ) ) {
389
  $parent_id = $wpdb->get_var( "SELECT $wpdb->posts.ID FROM $wpdb->posts, $wpdb->postmeta WHERE `meta_key` = '_wp_page_template' AND `meta_value` = 'gallery-template.php' AND `post_status` = 'publish' AND $wpdb->posts.ID = $wpdb->postmeta.post_id" );
390
  while ( $parent_id ) {
391
  $page = get_page( $parent_id );
392
  if ( 0 < $page->post_parent )
393
  $parent_id = $page->post_parent;
394
- else
395
  break;
396
  }
397
  wp_reset_query();
398
- if ( empty( $parent_id ) )
399
  return $classes;
400
  $post_ancestors = array( $parent_id );
401
  } else {
402
  $post_ancestors = $post->ancestors;
403
  }
404
-
405
  $menuItems = $wpdb->get_col( "SELECT DISTINCT `post_id` FROM $wpdb->postmeta WHERE `meta_key` = '_menu_item_object_id' AND `meta_value` IN (" . implode( ',', $post_ancestors ) . ")" );
406
-
407
  if ( is_array( $menuItems ) ) {
408
  foreach ( $menuItems as $menuItem ) {
409
  if ( in_array( 'menu-item-' . $menuItem, $classes ) ) {
@@ -429,13 +465,13 @@ if ( ! function_exists( 'init_metaboxes_gallery' ) ) {
429
  if ( ! function_exists( 'gllr_post_shortcode_box' ) ) {
430
  function gllr_post_shortcode_box( $obj = '', $box = '' ) {
431
  global $post, $wp_version; ?>
432
- <div><?php printf(
433
- __( "If you would like to add a Gallery to your page or post, please use %s button", 'gallery-plugin' ),
434
- '<span class="bws_code"><img style="vertical-align: sub;" src="' . plugins_url( 'bws_menu/images/shortcode-icon.png', __FILE__ ) . '" alt=""/></span>' ); ?>
435
- <div class="bws_help_box bws_help_box_right<?php if ( $wp_version >= '3.9' ) echo ' dashicons dashicons-editor-help'; ?>">
436
  <div class="bws_hidden_help_text" style="min-width: 180px;">
437
- <?php printf(
438
- __( "You can add the Gallery to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode below", 'gallery-plugin' ),
439
  '<code><img style="vertical-align: sub;" src="' . plugins_url( 'bws_menu/images/shortcode-icon.png', __FILE__ ) . '" alt="" /></code>'
440
  ); ?>
441
  </div>
@@ -445,7 +481,7 @@ if ( ! function_exists( 'gllr_post_shortcode_box' ) ) {
445
  <p><span class="bws_code">[print_gllr id=<?php echo $post->ID; ?>]</span></p>
446
  <div>
447
  <?php _e( 'Use this shortcode to display an album image with the description and the link to a single gallery page', 'gallery-plugin' ); ?>:
448
- <div class="bws_help_box bws_help_box_right<?php if ( $wp_version >= '3.9' ) echo ' dashicons dashicons-editor-help'; ?>">
449
  <div class="bws_hidden_help_text"><img style="border: 1px solid #ccc;" src="<?php echo plugins_url( 'gallery-plugin/images/gallery_short_view.png' ); ?>" title="<?php _e( 'Short display', 'gallery-plugin' ); ?>" alt=""/></div>
450
  </div>
451
  </div>
@@ -493,7 +529,7 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
493
  foreach ( $_POST['_gallery_order_' . $post->ID ] as $post_order_id => $order_id ) {
494
  update_post_meta( $post_order_id, '_gallery_order_' . $post->ID, $i );
495
  $i++;
496
- }
497
  update_post_meta( $post->ID, '_gallery_images', implode( ',', array_keys( $_POST['_gallery_order_' . $post->ID ] ) ) );
498
  }
499
  /*
@@ -531,6 +567,9 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
531
  if ( isset( $_REQUEST['gllr_link_url'] ) ) {
532
  foreach ( $_REQUEST['gllr_link_url'] as $gllr_link_url_key => $gllr_link_url ) {
533
  $value = esc_url( trim( $gllr_link_url ) );
 
 
 
534
  if ( get_post_meta( $gllr_link_url_key, $link_key, FALSE ) ) {
535
  /* Custom field has a value and this custom field exists in database */
536
  update_post_meta( $gllr_link_url_key, $link_key, $value );
@@ -601,7 +640,7 @@ if ( ! function_exists( 'gllr_custom_permalinks' ) ) {
601
  }
602
 
603
  if ( ! function_exists( 'gllr_template_redirect' ) ) {
604
- function gllr_template_redirect() {
605
  global $wp_query, $post, $posts, $gllr_filenames, $gllr_themepath;
606
  $post_type = get_post_type();
607
  $file_exists_flag = false;
@@ -645,7 +684,7 @@ if ( ! function_exists( 'gllr_change_columns' ) ) {
645
  if ( ! function_exists( 'gllr_custom_columns' ) ) {
646
  function gllr_custom_columns( $column, $post_id ) {
647
  global $wpdb;
648
- $post = get_post( $post_id );
649
  switch ( $column ) {
650
  case "shortcode":
651
  echo '[print_gllr id=' . $post->ID . ']<br/>[print_gllr id=' . $post->ID . ' display=short]';
@@ -673,13 +712,13 @@ if ( ! function_exists( 'gllr_manage_pre_get_posts' ) ) {
673
 
674
  if ( ! function_exists( 'gllr_the_excerpt_max_charlength' ) ) {
675
  function gllr_the_excerpt_max_charlength( $charlength ) {
676
- $excerpt = get_the_excerpt();
677
  $charlength ++;
678
  if ( strlen( $excerpt ) > $charlength ) {
679
- $subex = substr( $excerpt, 0, $charlength-5 );
680
- $exwords = explode( " ", $subex );
681
- $excut = - ( strlen ( $exwords [ count( $exwords ) - 1 ] ) );
682
- if ( 0 > $excut ) {
683
  echo substr( $subex, 0, $excut );
684
  } else {
685
  echo $subex;
@@ -702,7 +741,7 @@ if ( ! function_exists( 'gllr_page_css_class' ) ) {
702
  $page = get_page( $parent_id );
703
  if ( 0 < $page->post_parent )
704
  $parent_id = $page->post_parent;
705
- else
706
  break;
707
  }
708
  wp_reset_query();
@@ -716,7 +755,7 @@ if ( ! function_exists( 'gllr_page_css_class' ) ) {
716
 
717
  if ( ! function_exists( 'gllr_settings_page' ) ) {
718
  function gllr_settings_page() {
719
- global $gllr_options, $wp_version, $gllr_plugin_info, $gllr_option_defaults;
720
  $error = $message = "";
721
  $plugin_basename = plugin_basename( __FILE__ );
722
  if ( ! function_exists( 'get_plugins' ) )
@@ -750,15 +789,23 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
750
 
751
  $gllr_request_options["gllr_custom_size_name"] = $gllr_options["gllr_custom_size_name"];
752
 
753
- $gllr_request_options["gllr_custom_size_px"] = array(
754
- array( intval( trim( $_REQUEST['gllr_custom_image_size_w_album'] ) ), intval( trim( $_REQUEST['gllr_custom_image_size_h_album'] ) ) ),
755
- array( intval( trim( $_REQUEST['gllr_custom_image_size_w_photo'] ) ), intval( trim( $_REQUEST['gllr_custom_image_size_h_photo'] ) ) )
 
 
 
 
 
756
  );
757
 
758
  $gllr_request_options["border_images"] = ( isset( $_REQUEST['gllr_border_images'] ) ) ? 1 : 0;
759
- $gllr_request_options["border_images_width"] = intval( trim( $_REQUEST['gllr_border_images_width'] ) );
760
- $gllr_request_options["border_images_color"] = trim( $_REQUEST['gllr_border_images_color'] );
761
- $gllr_request_options["custom_image_row_count"] = intval( trim( $_REQUEST['gllr_custom_image_row_count'] ) );
 
 
 
762
 
763
  if ( "" == $gllr_request_options["custom_image_row_count"] || 1 > $gllr_request_options["custom_image_row_count"] )
764
  $gllr_request_options["custom_image_row_count"] = 1;
@@ -767,24 +814,24 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
767
  $gllr_request_options["slideshow_interval"] = ( ! isset( $_REQUEST['gllr_slideshow_interval'] ) ) || empty( $_REQUEST['gllr_slideshow_interval'] ) ? 2000 : intval( $_REQUEST['gllr_slideshow_interval'] );
768
  $gllr_request_options["single_lightbox_for_multiple_galleries"] = ( isset( $_REQUEST['gllr_single_lightbox_for_multiple_galleries'] ) ) ? 1 : 0;
769
 
770
- $gllr_request_options["order_by"] = $_REQUEST['gllr_order_by'];
771
- $gllr_request_options["order"] = $_REQUEST['gllr_order'];
772
- $gllr_request_options["album_order_by"] = $_REQUEST['gllr_album_order_by'];
773
- $gllr_request_options["album_order"] = $_REQUEST['gllr_album_order'];
774
-
775
  $gllr_request_options["image_text"] = ( isset( $_REQUEST['gllr_image_text'] ) ) ? 1 : 0;
776
 
777
  $gllr_request_options["return_link"] = ( isset( $_REQUEST['gllr_return_link'] ) ) ? 1 : 0;
778
- $gllr_request_options["return_link_page"] = $_REQUEST['gllr_return_link_page'];
779
- $gllr_request_options["return_link_url"] = esc_url( $_REQUEST['gllr_return_link_url'] );
780
  $gllr_request_options["return_link_shortcode"] = ( isset( $_REQUEST['gllr_return_link_shortcode'] ) ) ? 1 : 0;
781
- $gllr_request_options["return_link_text"] = stripslashes( esc_html( $_REQUEST['gllr_return_link_text'] ) );
782
- $gllr_request_options["read_more_link_text"] = stripslashes( esc_html( $_REQUEST['gllr_read_more_link_text'] ) );
783
 
784
  $gllr_request_options["rewrite_template"] = isset( $_REQUEST['gllr_rewrite_template'] ) ? 1 : 0;
785
 
786
  if ( $cstmsrch_options && ! empty( $cstmsrch_options ) ) {
787
- if ( isset( $_REQUEST['gllr_add_to_search'] ) ) {
788
  if ( ! in_array( 'gallery', $cstmsrch_options['post_types'] ) ) {
789
  array_push( $cstmsrch_options['post_types'], 'gallery' );
790
  }
@@ -813,7 +860,7 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
813
  $error = $go_pro_result['error'];
814
  elseif ( ! empty( $go_pro_result['message'] ) )
815
  $message = $go_pro_result['message'];
816
- } /* Display form on the setting page */
817
 
818
  if ( isset( $_REQUEST['bws_restore_confirm'] ) && check_admin_referer( $plugin_basename, 'bws_settings_nonce_name' ) ) {
819
  $gllr_options = $gllr_option_defaults;
@@ -821,129 +868,119 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
821
  $message = __( 'All plugin settings were restored.', 'gallery-plugin' );
822
  }
823
 
824
- $result = apply_filters( 'bws_handle_demo_data', 'gllr_plugin_upgrade', 'gllr_settings' );
825
- if ( ( ! empty( $result ) ) && is_array( $result ) ) {
 
826
  $error = $result['error'];
827
  $message = $result['done'];
828
- if ( ! empty( $result['done'] ) )
829
  $gllr_options = $result['options'];
830
  } ?>
831
  <div class="wrap">
832
- <h2><?php _e( 'Gallery Settings', 'gallery-plugin' ); ?></h2>
833
  <h2 class="nav-tab-wrapper">
834
  <a class="nav-tab<?php if ( ! isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=gallery-plugin.php"><?php _e( 'Settings', 'gallery-plugin' ); ?></a>
835
  <a class="nav-tab bws_go_pro_tab<?php if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=gallery-plugin.php&amp;action=go_pro"><?php _e( 'Go PRO', 'gallery-plugin' ); ?></a>
836
  </h2>
837
- <div id="gllr_settings_message" class="updated fade" <?php if ( "" == $message ) echo 'style="display:none"'; ?>><p><strong><?php echo $message; ?></strong></p></div>
838
- <div class="error" <?php if ( "" == $error ) echo 'style="display:none"'; ?>><p><strong><?php echo $error; ?></strong></p></div>
839
- <?php if ( ! isset( $_GET['action'] ) ) {
840
  if ( isset( $_REQUEST['bws_restore_default'] ) && check_admin_referer( $plugin_basename, 'bws_settings_nonce_name' ) ) {
841
  bws_form_restore_default_confirm( $plugin_basename );
842
  } elseif ( isset( $_POST['bws_handle_demo'] ) && check_admin_referer( $plugin_basename, 'bws_settings_nonce_name' ) ) {
843
- bws_demo_confirm();
844
  } else { ?>
845
- <noscript><div class="error"><p><?php _e( 'Please enable JavaScript to use the option to renew images.', 'gallery-plugin' ); ?></p></div></noscript>
846
  <?php bws_show_settings_notice();
847
  if ( ! empty( $hide_result['message'] ) ) { ?>
848
- <div class="updated fade"><p><strong><?php echo $hide_result['message']; ?></strong></p></div>
849
  <?php } ?>
850
  <br/>
851
- <div><?php printf(
852
- __( "If you would like to add a Gallery to your page or post, please use %s button", 'gallery-plugin' ),
853
- '<span class="bws_code"><img style="vertical-align: sub;" src="' . plugins_url( 'bws_menu/images/shortcode-icon.png', __FILE__ ) . '" alt=""/></span>' ); ?>
854
- <div class="bws_help_box bws_help_box_right<?php if ( $wp_version >= '3.9' ) echo ' dashicons dashicons-editor-help'; ?>">
855
  <div class="bws_hidden_help_text" style="min-width: 180px;">
856
- <?php printf(
857
- __( "You can add the Gallery to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode %s, where * stands for gallery ID", 'gallery-plugin' ),
858
  '<code><img style="vertical-align: sub;" src="' . plugins_url( 'bws_menu/images/shortcode-icon.png', __FILE__ ) . '" alt="" /></code>',
859
  '<span class="bws_code">[print_gllr id=*]</span>'
860
  ); ?>
861
  </div>
862
  </div>
863
  </div>
864
- <table class="form-table hide-if-no-js">
865
- <tr valign="top">
866
- <th scope="row"><?php _e( 'Update images for gallery', 'gallery-plugin' ); ?> </th>
867
- <td style="position:relative">
868
- <input type="button" value="<?php _e( 'Update images', 'gallery-plugin' ); ?>" id="gllr_ajax_update_images" name="ajax_update_images" class="button" /> <div id="gllr_img_loader"><img src="<?php echo plugins_url( 'images/ajax-loader.gif', __FILE__ ); ?>" alt="loader" /></div>
869
- </td>
870
- </tr>
871
- </table>
872
- <br/>
873
  <form class="bws_form" method="post" action="admin.php?page=gallery-plugin.php">
874
  <table class="gllr_settings_table form-table">
875
- <tr valign="top" class="gllr_width_labels">
876
- <th scope="row"><?php _e( 'Image size for the album cover', 'gallery-plugin' ); ?> </th>
877
  <td>
878
- <label><?php _e( 'Image size', 'gallery-plugin' ); ?> <?php echo $gllr_options["gllr_custom_size_name"][0]; ?></label><br />
879
- <label>
880
- <input type="number" name="gllr_custom_image_size_w_album" min="1" max="10000" value="<?php echo $gllr_options["gllr_custom_size_px"][0][0]; ?>" />
881
- <?php _e( 'Width (in px)', 'gallery-plugin' ); ?>
882
- </label><br />
883
- <label>
884
- <input type="number" name="gllr_custom_image_size_h_album" min="1" max="10000" value="<?php echo $gllr_options["gllr_custom_size_px"][0][1]; ?>" />
885
- <?php _e( 'Height (in px)', 'gallery-plugin' ); ?>
886
- </label>
887
  </td>
888
  </tr>
889
- <tr valign="top" class="gllr_width_labels">
890
- <th scope="row"><?php _e( 'Image size for thumbnails', 'gallery-plugin' ); ?></th>
891
  <td>
892
- <label><?php _e( 'Image size', 'gallery-plugin' ); ?> <?php echo $gllr_options["gllr_custom_size_name"][1]; ?></label><br />
893
- <label>
894
- <input type="number" name="gllr_custom_image_size_w_photo" min="1" max="10000" value="<?php echo $gllr_options["gllr_custom_size_px"][1][0]; ?>" />
895
- <?php _e( 'Width (in px)', 'gallery-plugin' ); ?>
896
- </label><br />
897
- <label>
898
- <input type="number" name="gllr_custom_image_size_h_photo" min="1" max="10000" value="<?php echo $gllr_options["gllr_custom_size_px"][1][1]; ?>" />
899
- <?php _e( 'Height (in px)', 'gallery-plugin' ); ?>
900
- </label>
 
 
 
 
 
901
  </td>
902
  </tr>
903
- <tr valign="top">
904
- <td colspan="2"><span class="bws_info"><?php _e( 'WordPress will create a new thumbnail with the specified dimensions when you upload a new photo.', 'gallery-plugin' ); ?></span></td>
905
- </tr>
906
  </table>
907
  <?php if ( ! $bws_hide_premium_options_check ) { ?>
908
  <div class="bws_pro_version_bloc">
909
- <div class="bws_pro_version_table_bloc">
910
  <button type="submit" name="bws_hide_premium_options" class="notice-dismiss bws_hide_premium_options" title="<?php _e( 'Close', 'gallery-plugin' ); ?>"></button>
911
  <div class="bws_table_bg"></div>
912
  <table class="gllr_settings_table form-table bws_pro_version">
913
- <tr valign="top" class="gllr_width_labels">
914
- <th scope="row"><?php _e( 'Image size in the lightbox', 'gallery-plugin' ); ?> </th>
915
  <td>
916
- <label><?php _e( 'Image size', 'gallery-plugin' ); ?> full-photo</label><br />
917
- <label><input disabled class="gllrprfssnl_size_photo_full" type="number" name="gllrprfssnl_custom_image_size_w_full" value="1024" /> <?php _e( 'Max width (in px)', 'gallery-plugin' ); ?></label><br />
918
- <label><input disabled class="gllrprfssnl_size_photo_full" type="number" name="gllrprfssnl_custom_image_size_h_full" value="1024" /> <?php _e( 'Max height (in px)', 'gallery-plugin' ); ?></label><br />
919
- <input disabled type="checkbox" name="gllrprfssnl_size_photo_full" value="1" /> <?php _e( 'Display a full size image in the lightbox', 'gallery-plugin' ); ?>
 
 
 
920
  </td>
921
  </tr>
922
- <tr valign="top" class="gllr_width_labels">
923
  <th scope="row"><?php _e( 'Crop position', 'gallery-plugin' ); ?></th>
924
  <td>
925
  <label>
926
- <select disabled>
927
  <option value="center"><?php _e( 'center', 'gallery-plugin' ); ?></option>
928
- </select>
929
- <?php _e( 'Horizontal', 'gallery-plugin' ); ?>
930
  </label><br />
931
  <label>
932
- <select disabled>
933
  <option value="center"><?php _e( 'center', 'gallery-plugin' ); ?></option>
934
  </select>
935
- <?php _e( 'Vertical', 'gallery-plugin' ); ?>
936
  </label>
937
  </td>
938
  </tr>
939
  <tr valign="top">
940
- <th scope="row"><?php _e( 'Lightbox background', 'gallery-plugin' ); ?> </th>
941
  <td>
942
- <input disabled class="button button-small gllrprfssnl_lightbox_default" type="button" value="<?php _e( 'Default', 'gallery-plugin' ); ?>"> <br />
943
- <input disabled type="text" size="8" value="0.7" name="gllrprfssnl_background_lightbox_opacity" /> <?php _e( 'Background transparency (from 0 to 1)', 'gallery-plugin' ); ?><br />
944
- <label><input disabled id="gllrprfssnl_background_lightbox_color" type="minicolors" name="gllrprfssnl_background_lightbox_color" value="#777777" id="gllrprfssnl_background_lightbox_color" /> <?php _e( 'Select a background color', 'gallery-plugin' ); ?></label>
 
945
  </td>
946
- </tr>
947
  <tr valign="top">
948
  <th scope="row" colspan="2">
949
  * <?php _e( 'If you upgrade to Pro version all your settings and galleries will be saved.', 'gallery-plugin' ); ?>
@@ -953,93 +990,92 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
953
  </div>
954
  <div class="bws_pro_version_tooltip">
955
  <div class="bws_info">
956
- <?php _e( 'Unlock premium options by upgrading to Pro version', 'gallery-plugin' ); ?>
957
  </div>
958
  <div class="bws_pro_links">
959
  <span class="bws_trial_info">
960
  <a href="http://bestwebsoft.com/products/gallery/trial/?k=63a36f6bf5de0726ad6a43a165f38fe5&pn=79&v=<?php echo $gllr_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Gallery Pro Plugin"><?php _e( 'Start Your Trial', 'gallery-plugin' ); ?></a>
961
  <?php _e( 'or', 'gallery-plugin' ); ?>
962
  </span>
963
- <a class="bws_button" href="http://bestwebsoft.com/products/gallery/?k=63a36f6bf5de0726ad6a43a165f38fe5&pn=79&v=<?php echo $gllr_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Gallery Pro Plugin"><?php _e( 'Learn More', 'gallery-plugin' ); ?></a>
964
  </div>
965
  <div class="gllr_clear"></div>
966
  </div>
967
  </div>
968
  <?php } ?>
969
  <table class="gllr_settings_table form-table">
970
- <tr valign="top">
971
- <th scope="row"><?php _e( 'Images with border', 'gallery-plugin' ); ?></th>
972
  <td>
973
- <input type="checkbox" name="gllr_border_images" value="1" <?php if ( 1 == $gllr_options["border_images"] ) echo 'checked="checked"'; ?> /><br />
974
- <input type="number" min="0" max="10000" value="<?php echo $gllr_options["border_images_width"]; ?>" name="gllr_border_images_width" /> <?php _e( 'Border width in px, just numbers', 'gallery-plugin' ); ?><br />
975
- <label><input type="minicolors" name="gllr_border_images_color" maxlength="7" value="<?php echo $gllr_options["border_images_color"]; ?>" id="gllr_border_images_color" /> <?php _e( 'Select a border color', 'gallery-plugin' ); ?></label>
976
- </td>
977
- </tr>
978
- <tr valign="top">
979
- <th scope="row"><?php _e( 'Number of images in the row', 'gallery-plugin' ); ?> </th>
980
- <td>
981
- <input type="number" name="gllr_custom_image_row_count" min="1" max="10000" value="<?php echo $gllr_options["custom_image_row_count"]; ?>" />
982
- </td>
983
- </tr>
984
- <tr valign="top">
985
- <th scope="row"><?php _e( 'Start slideshow', 'gallery-plugin' ); ?> </th>
986
- <td>
987
- <input type="checkbox" name="gllr_start_slideshow" value="1" <?php if ( 1 == $gllr_options["start_slideshow"] ) echo 'checked="checked"'; ?> />
988
  </td>
989
  </tr>
990
  <tr valign="top">
991
- <th scope="row"><?php _e( 'Slideshow interval', 'gallery-plugin' ); ?> </th>
992
  <td>
993
- <input type="number" name="gllr_slideshow_interval" min="1" max="1000000" value="<?php echo $gllr_options["slideshow_interval"]; ?>" />
 
 
 
 
994
  </td>
995
  </tr>
996
  <tr valign="top">
997
- <th scope="row"><?php _e( 'Use single lightbox for multiple galleries on one page', 'gallery-plugin' ); ?> </th>
998
  <td>
999
- <input type="checkbox" name="gllr_single_lightbox_for_multiple_galleries" value="1" <?php if ( 1 == $gllr_options["single_lightbox_for_multiple_galleries"] ) echo 'checked="checked"'; ?> />
 
 
 
 
 
 
1000
  </td>
1001
  </tr>
1002
  <tr valign="top">
1003
- <th scope="row"><?php _e( 'Sort images by', 'gallery-plugin' ); ?></th>
1004
  <td>
1005
- <label><input type="radio" name="gllr_order_by" value="ID" <?php if ( 'ID' == $gllr_options["order_by"] ) echo 'checked="checked"'; ?> /> <?php _e( 'Attachment ID', 'gallery-plugin' ); ?></label><br />
1006
- <label><input type="radio" name="gllr_order_by" value="title" <?php if ( 'title' == $gllr_options["order_by"] ) echo 'checked="checked"'; ?> /> <?php _e( 'Image Name', 'gallery-plugin' ); ?></label><br />
1007
- <label><input type="radio" name="gllr_order_by" value="date" <?php if ( 'date' == $gllr_options["order_by"] ) echo 'checked="checked"'; ?> /> <?php _e( 'Date', 'gallery-plugin' ); ?></label><br />
1008
- <label><input type="radio" name="gllr_order_by" value="meta_value_num" <?php if ( 'meta_value_num' == $gllr_options["order_by"] ) echo 'checked="checked"'; ?> /> <?php _e( 'Sorting order in the Gallery', 'gallery-plugin' ); ?></label><br />
1009
- <label><input type="radio" name="gllr_order_by" value="rand" <?php if ( 'rand' == $gllr_options["order_by"] ) echo 'checked="checked"'; ?> /> <?php _e( 'Random', 'gallery-plugin' ); ?></label>
1010
  </td>
1011
  </tr>
1012
  <tr valign="top">
1013
- <th scope="row"><?php _e( 'Sort images', 'gallery-plugin' ); ?></th>
1014
  <td>
1015
- <label><input type="radio" name="gllr_order" value="ASC" <?php if ( 'ASC' == $gllr_options["order"] ) echo 'checked="checked"'; ?> /> <?php _e( 'ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)', 'gallery-plugin' ); ?></label><br />
1016
- <label><input type="radio" name="gllr_order" value="DESC" <?php if ( 'DESC' == $gllr_options["order"] ) echo 'checked="checked"'; ?> /> <?php _e( 'DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)', 'gallery-plugin' ); ?></label>
 
 
 
 
 
 
 
 
1017
  </td>
1018
  </tr>
1019
  <tr valign="top">
1020
- <th scope="row"><?php _e( 'Sort galleries by', 'gallery-plugin' ); ?></th>
1021
  <td>
1022
- <label><input type="radio" name="gllr_album_order_by" value="ID" <?php if ( 'ID' == $gllr_options["album_order_by"] ) echo 'checked="checked"'; ?> /> <?php _e( 'Gallery ID', 'gallery-plugin' ); ?></label><br />
1023
- <label><input type="radio" name="gllr_album_order_by" value="title" <?php if ( 'title' == $gllr_options["album_order_by"] ) echo 'checked="checked"'; ?> /> <?php _e( 'Title', 'gallery-plugin' ); ?></label><br />
1024
- <label><input type="radio" name="gllr_album_order_by" value="date" <?php if ( 'date' == $gllr_options["album_order_by"] ) echo 'checked="checked"'; ?> /> <?php _e( 'Date', 'gallery-plugin' ); ?></label><br />
1025
- <label><input type="radio" name="gllr_album_order_by" value="modified" <?php if ( 'modified' == $gllr_options["album_order_by"] ) echo 'checked="checked"'; ?> /> <?php _e( 'Last modified date', 'gallery-plugin' ); ?></label><br />
1026
- <label><input type="radio" name="gllr_album_order_by" value="comment_count" <?php if ( 'comment_count' == $gllr_options["album_order_by"] ) echo 'checked="checked"'; ?> /> <?php _e( 'Comment count', 'gallery-plugin' ); ?></label><br />
1027
- <label><input type="radio" name="gllr_album_order_by" value="menu_order" <?php if ( 'menu_order' == $gllr_options["album_order_by"] ) echo 'checked="checked"'; ?> /> <?php _e( 'Sorting order (the input field for sorting order)', 'gallery-plugin' ); ?></label><br />
1028
- <label><input type="radio" name="gllr_album_order_by" value="author" <?php if ( 'author' == $gllr_options["album_order_by"] ) echo 'checked="checked"'; ?> /> <?php _e( 'Author', 'gallery-plugin' ); ?></label><br />
1029
- <label><input type="radio" name="gllr_album_order_by" value="rand" <?php if ( 'rand' == $gllr_options["album_order_by"] ) echo 'checked="checked"'; ?> /> <?php _e( 'Random', 'gallery-plugin' ); ?></label>
1030
  </td>
1031
  </tr>
1032
  <tr valign="top">
1033
- <th scope="row"><?php _e( 'Sort galleries', 'gallery-plugin' ); ?></th>
1034
  <td>
1035
- <label><input type="radio" name="gllr_album_order" value="ASC" <?php if ( 'ASC' == $gllr_options["album_order"] ) echo 'checked="checked"'; ?> /> <?php _e( 'ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)', 'gallery-plugin' ); ?></label><br />
1036
- <label><input type="radio" name="gllr_album_order" value="DESC" <?php if ( 'DESC' == $gllr_options["album_order"] ) echo 'checked="checked"'; ?> /> <?php _e( 'DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)', 'gallery-plugin' ); ?></label>
1037
  </td>
1038
  </tr>
1039
  <tr valign="top">
1040
- <th scope="row"><?php _e( 'Display text under the image', 'gallery-plugin' ); ?></th>
1041
  <td>
1042
- <label><input type="checkbox" name="gllr_image_text" value="1" <?php if ( 1 == $gllr_options["image_text"] ) echo 'checked="checked"'; ?> /> <?php _e( 'Turn off the checkbox, if you want to display text just in a lightbox', 'gallery-plugin' ); ?></label>
1043
  </td>
1044
  </tr>
1045
  <tr valign="top">
@@ -1063,9 +1099,11 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
1063
  <tr valign="top">
1064
  <th scope="row"><?php _e( 'The Back link URL', 'gallery-plugin' ); ?></th>
1065
  <td>
1066
- <label><input type="radio" value="gallery_template_url" name="gllr_return_link_page" <?php if ( 'gallery_template_url' == $gllr_options["return_link_page"] ) echo 'checked="checked"'; ?> /><?php _e( 'Gallery page (Page with Gallery Template)', 'gallery-plugin' ); ?></label><br />
1067
- <label><input type="radio" maxlength="250" value="custom_url" name="gllr_return_link_page" id="gllr_return_link_url" <?php if ( 'custom_url' == $gllr_options["return_link_page"] ) echo 'checked="checked"'; ?> /> <input type="text" onfocus="document.getElementById('gllr_return_link_url').checked = true;" value="<?php echo $gllr_options["return_link_url"]; ?>" name="gllr_return_link_url" />
1068
- <?php _e( '(Full URL to custom page)' , 'gallery-plugin'); ?></label>
 
 
1069
  </td>
1070
  </tr>
1071
  <tr valign="top">
@@ -1079,14 +1117,14 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
1079
  <td>
1080
  <?php if ( array_key_exists( 'custom-search-plugin/custom-search-plugin.php', $all_plugins ) || array_key_exists( 'custom-search-pro/custom-search-pro.php', $all_plugins ) ) {
1081
  if ( is_plugin_active( 'custom-search-plugin/custom-search-plugin.php' ) || is_plugin_active( 'custom-search-pro/custom-search-pro.php' ) ) { ?>
1082
- <input type="checkbox" name="gllr_add_to_search" value="1" <?php if ( in_array( 'gallery', $cstmsrch_options['post_types'] ) ) echo 'checked="checked"'; ?> />
1083
  <span class="bws_info"> (<?php _e( 'Using', 'gallery-plugin' ); ?> Custom Search <?php _e( 'powered by', 'gallery-plugin' ); ?> <a href="http://bestwebsoft.com/products/">bestwebsoft.com</a>)</span>
1084
  <?php } else { ?>
1085
- <input disabled="disabled" type="checkbox" name="gllr_add_to_search" value="1" <?php if ( in_array( 'gallery', $cstmsrch_options['post_types'] ) ) echo 'checked="checked"'; ?> />
1086
  <span class="bws_info">(<?php _e( 'Using', 'gallery-plugin' ); ?> Custom Search <?php _e( 'powered by', 'gallery-plugin' ); ?> <a href="http://bestwebsoft.com/products/">bestwebsoft.com</a>) <a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate', 'gallery-plugin' ); ?> Custom Search</a></span>
1087
  <?php }
1088
  } else { ?>
1089
- <input disabled="disabled" type="checkbox" name="gllr_add_to_search" value="1" />
1090
  <span class="bws_info">(<?php _e( 'Using', 'gallery-plugin' ); ?> Custom Search <?php _e( 'powered by', 'gallery-plugin' ); ?> <a href="http://bestwebsoft.com/products/">bestwebsoft.com</a>) <a href="http://bestwebsoft.com/products/custom-search/"><?php _e( 'Download', 'gallery-plugin' ); ?> Custom Search</a></span>
1091
  <?php } ?>
1092
  </td>
@@ -1104,22 +1142,39 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
1104
  <button type="submit" name="bws_hide_premium_options" class="notice-dismiss bws_hide_premium_options" title="<?php _e( 'Close', 'gallery-plugin' ); ?>"></button>
1105
  <div class="bws_table_bg"></div>
1106
  <table class="gllr_settings_table form-table bws_pro_version">
1107
- <tr valign="top" class="gllr_width_labels">
 
 
 
 
 
 
 
 
 
1108
  <th scope="row"><?php _e( 'Use pagination for images', 'gallery-plugin' ); ?></th>
1109
  <td>
1110
- <input disabled type="checkbox" name="gllrprfssnl_images_pagination" value="1" /><br />
1111
- <label><input disabled type="number" name="gllrprfssnl_images_per_page" value="" /> <?php _e( 'per page', 'gallery-plugin' ); ?></label>
 
 
 
 
 
 
 
 
1112
  </td>
1113
  </tr>
1114
- <tr valign="top" class="gllr_width_labels">
1115
  <th scope="row"><?php _e( 'The lightbox helper', 'gallery-plugin' ); ?></th>
1116
  <td>
1117
- <label><input disabled type="radio" name="gllrprfssnl_fancybox_helper" value="none" /> <?php _e( 'Do not use', 'gallery-plugin' ); ?></label><br />
1118
  <label><input disabled type="radio" name="gllrprfssnl_fancybox_helper" value="button" /> <?php _e( 'Button helper', 'gallery-plugin' ); ?></label><br />
1119
  <label><input disabled type="radio" name="gllrprfssnl_fancybox_helper" value="thumbnail" /> <?php _e( 'Thumbnail helper', 'gallery-plugin' ); ?></label>
1120
  </td>
1121
  </tr>
1122
- <tr valign="top" class="gllr_width_labels">
1123
  <th scope="row"><?php _e( 'Display Like buttons in the lightbox', 'gallery-plugin' ); ?></th>
1124
  <td>
1125
  <label><input disabled type="checkbox" name="gllrprfssnl_like_button_fb" value="1" /> <?php _e( 'FaceBook', 'gallery-plugin' ); ?></label><br />
@@ -1128,7 +1183,7 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
1128
  <label><input disabled type="checkbox" name="gllrprfssnl_like_button_g_plusone" value="1" /> <?php _e( 'Google +1', 'gallery-plugin' ); ?></label>
1129
  </td>
1130
  </tr>
1131
- <tr valign="top" class="gllr_width_labels">
1132
  <th scope="row"><?php _e( 'Slug for gallery item', 'gallery-plugin' ); ?></th>
1133
  <td>
1134
  <input type="text" name="gllrprfssnl_slug" value="gallery" disabled /> <span class="bws_info"><?php _e( 'for any structure of permalinks except the default structure', 'gallery-plugin' ); ?></span>
@@ -1156,7 +1211,7 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
1156
  </div>
1157
  <div class="bws_pro_version_tooltip">
1158
  <div class="bws_info">
1159
- <?php _e( 'Unlock premium options by upgrading to Pro version', 'gallery-plugin' ); ?>
1160
  </div>
1161
  <div class="bws_pro_links">
1162
  <span class="bws_trial_info">
@@ -1168,19 +1223,19 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
1168
  <div class="gllr_clear"></div>
1169
  </div>
1170
  </div>
1171
- <?php } ?>
1172
  <p class="submit">
1173
- <input id="bws-submit-button" type="submit" class="button-primary" value="<?php _e( 'Save Changes', 'gallery-plugin' ) ?>" />
1174
  <input type="hidden" name="gllr_form_submit" value="submit" />
1175
  <?php wp_nonce_field( $plugin_basename, 'gllr_nonce_name' ); ?>
1176
- </p>
1177
  </form>
1178
- <?php do_action( 'bws_show_demo_button');
1179
  bws_form_restore_default_settings( $plugin_basename );
1180
  }
1181
  } elseif ( 'go_pro' == $_GET['action'] ) {
1182
  bws_go_pro_tab_show( $bws_hide_premium_options_check, $gllr_plugin_info, $plugin_basename, 'gallery-plugin.php', 'gallery-plugin-pro.php', 'gallery-plugin-pro/gallery-plugin-pro.php', 'gallery', '63a36f6bf5de0726ad6a43a165f38fe5', '79', isset( $go_pro_result['pro_plugin_is_activated'] ), '7' );
1183
- }
1184
  bws_plugin_reviews_block( $gllr_plugin_info['Name'], 'gallery-plugin' ); ?>
1185
  </div>
1186
  <?php }
@@ -1238,13 +1293,12 @@ if ( ! function_exists ( 'gllr_admin_head' ) ) {
1238
  wp_enqueue_style( 'gllr_stylesheet', plugins_url( 'css/style.css', __FILE__ ) );
1239
 
1240
  wp_enqueue_script( 'jquery' );
1241
- wp_enqueue_script( 'jquery-ui-sortable' );
1242
 
1243
  if ( isset( $_GET['page'] ) && "gallery-plugin.php" == $_GET['page'] ) {
1244
- wp_enqueue_script( 'gllr_minicolors_js', plugins_url( 'minicolors/jquery.miniColors.js', __FILE__ ) );
1245
  wp_enqueue_style( 'gllr_minicolors_css', plugins_url( 'minicolors/jquery.miniColors.css', __FILE__ ) );
1246
 
1247
- wp_enqueue_script( 'gllr_script', plugins_url( 'js/script.js', __FILE__ ) );
1248
  wp_localize_script( 'gllr_script', 'gllr_vars',
1249
  array(
1250
  'gllr_nonce' => wp_create_nonce( plugin_basename( __FILE__ ), 'gllr_ajax_nonce_field' ),
@@ -1252,11 +1306,12 @@ if ( ! function_exists ( 'gllr_admin_head' ) ) {
1252
  'not_found_img_info' => __( 'No image found.', 'gallery-plugin' ),
1253
  'img_success' => __( 'All images are updated.', 'gallery-plugin' ),
1254
  'img_error' => __( 'Error.', 'gallery-plugin' )
1255
- )
1256
  );
1257
- } else if (
1258
- ( isset( $_GET['action'] ) && $_GET['action'] == 'edit' && get_post_type( get_the_ID() ) == 'gallery' ) ||
1259
  ( isset( $pagenow ) && $pagenow == 'post-new.php' && isset( $_GET['post_type'] ) && $_GET['post_type'] == 'gallery' ) ) {
 
1260
  wp_enqueue_script( 'gllr_script', plugins_url( 'js/script.js', __FILE__ ), array( 'jquery' ) );
1261
  wp_localize_script( 'gllr_script', 'gllr_vars',
1262
  array(
@@ -1266,7 +1321,7 @@ if ( ! function_exists ( 'gllr_admin_head' ) ) {
1266
  'confirm_update_gallery' => __( "Switching to another mode, all unsaved data will be lost. Save data before switching?", 'gallery-plugin' ),
1267
  'wp_media_title' => __( 'Insert Media', 'gallery-plugin' ),
1268
  'wp_media_button' => __( 'Insert', 'gallery-plugin' ),
1269
- )
1270
  );
1271
  }
1272
 
@@ -1297,7 +1352,7 @@ if ( ! function_exists ( 'gllr_admin_head' ) ) {
1297
  'actions' => array(
1298
  'click' => true,
1299
  'onload' => true,
1300
- ),
1301
  'content' => '<h3>' . __( 'Add multiple gallery categories', 'gallery-plugin' ) . '</h3><p>' . __( "Install Gallery Categories plugin to add unlimited number of categories.", 'gallery-plugin' ) . ' <a href="http://bestwebsoft.com/products/gallery-categories/?k=bb17b69bfb50827f3e2a9b3a75978760&pn=79&v=' . $gllr_plugin_info["Version"] . '&wp_v=' . $wp_version . '" target="_blank">' . $learn_more . '</a></p>',
1302
  'buttons' => array(
1303
  array(
@@ -1310,8 +1365,8 @@ if ( ! function_exists ( 'gllr_admin_head' ) ) {
1310
  'text' => __( 'Close', 'gallery-plugin' ),
1311
  ),
1312
  ),
1313
- 'position' => array(
1314
- 'edge' => 'right',
1315
  ),
1316
  );
1317
  if ( 4.0 > $wp_version && 3.8 < $wp_version) {
@@ -1335,13 +1390,13 @@ if ( ! function_exists ( 'gllr_wp_head' ) ) {
1335
 
1336
  $all_plugins = get_plugins();
1337
 
1338
- if ( ! is_plugin_active( 'portfolio-pro/portfolio-pro.php' ) || ( isset( $all_plugins["portfolio-pro/portfolio-pro.php"]["Version"] ) && "1.0.0" >= $all_plugins["portfolio-pro/portfolio-pro.php"]["Version"] ) ) {
1339
  wp_enqueue_style( 'gllr_fancybox_stylesheet', plugins_url( 'fancybox/jquery.fancybox-1.3.4.css', __FILE__ ) );
1340
- wp_enqueue_script( 'gllr_fancybox_mousewheel_js', plugins_url( 'fancybox/jquery.mousewheel-3.0.4.pack.js', __FILE__ ), array( 'jquery' ) );
1341
  wp_enqueue_script( 'gllr_fancybox_js', plugins_url( 'fancybox/jquery.fancybox-1.3.4.pack.js', __FILE__ ), array( 'jquery' ) );
1342
  }
1343
- if ( 1 == $gllr_options["image_text"] )
1344
- wp_enqueue_script( 'gllr_js', plugins_url( 'js/frontend_script.js', __FILE__ ), array( 'jquery' ) );
1345
  }
1346
  }
1347
 
@@ -1379,13 +1434,13 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
1379
  'id' => '',
1380
  'display' => 'full',
1381
  'cat_id' => ''
1382
- ), $attr )
1383
  );
1384
  ob_start();
1385
  if ( empty( $gllr_options ) )
1386
  $gllr_options = get_option( 'gllr_options' );
1387
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
1388
-
1389
  if ( ! empty( $cat_id ) && ( is_plugin_active( 'gallery-categories/gallery-categories.php' ) || is_plugin_active( 'gallery-categories-pro/gallery-categories-pro.php' ) ) ) {
1390
  global $first_query;
1391
  $term = get_term( $cat_id, 'gallery_categories' );
@@ -1408,7 +1463,7 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
1408
  $attachments = get_post_thumbnail_id( $post->ID );
1409
  if ( empty ( $attachments ) ) {
1410
  $images_id = get_post_meta( $post->ID, '_gallery_images', true );
1411
- $attachments = get_posts( array(
1412
  "showposts" => 1,
1413
  "what_to_show" => "posts",
1414
  "post_status" => "inherit",
@@ -1418,7 +1473,7 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
1418
  "post_mime_type" => "image/jpeg,image/gif,image/jpg,image/png",
1419
  'post__in' => explode( ',', $images_id ),
1420
  'meta_key' => '_gallery_order_' . $post->ID
1421
- ));
1422
  if ( ! empty( $attachments[0] ) ) {
1423
  $first_attachment = $attachments[0];
1424
  $image_attributes = wp_get_attachment_image_src( $first_attachment->ID, "album-thumb" );
@@ -1456,13 +1511,13 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
1456
  <div class="gallery_box">
1457
  <ul>
1458
  <?php global $post, $wpdb, $wp_query;
1459
- if ( $second_query->have_posts() ) :
1460
  $second_query->the_post();
1461
  $attachments = get_post_thumbnail_id( $post->ID );
1462
-
1463
- if ( empty ( $attachments ) ) {
1464
  $images_id = get_post_meta( $post->ID, '_gallery_images', true );
1465
- $attachments = get_posts( array(
1466
  "showposts" => 1,
1467
  "what_to_show" => "posts",
1468
  "post_status" => "inherit",
@@ -1472,7 +1527,7 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
1472
  "post_mime_type" => "image/jpeg,image/gif,image/jpg,image/png",
1473
  'post__in' => explode( ',', $images_id ),
1474
  'meta_key' => '_gallery_order_' . $post->ID
1475
- ));
1476
  if ( ! empty( $attachments[0] ) ) {
1477
  $first_attachment = $attachments[0];
1478
  $image_attributes = wp_get_attachment_image_src( $first_attachment->ID, "album-thumb" );
@@ -1480,7 +1535,7 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
1480
  $image_attributes = array( '' );
1481
  } else {
1482
  $image_attributes = wp_get_attachment_image_src( $attachments, 'album-thumb' );
1483
- }
1484
  if ( 1 == $gllr_options['border_images'] ) {
1485
  $gllr_border = 'border-width: ' . $gllr_options['border_images_width'] . 'px; border-color:' . $gllr_options['border_images_color'] . ';border: ' . $gllr_options['border_images_width'] . 'px solid ' . $gllr_options['border_images_color'];
1486
  } else {
@@ -1500,9 +1555,9 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
1500
  <?php endif; ?>
1501
  </ul>
1502
  </div><!-- .gallery_box -->
1503
- <?php } else {
1504
- if ( $second_query->have_posts() ) :
1505
- while ( $second_query->have_posts() ) :
1506
  global $post;
1507
  $second_query->the_post(); ?>
1508
  <div class="gallery_box_single">
@@ -1510,7 +1565,7 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
1510
 
1511
  $images_id = get_post_meta( $post->ID, '_gallery_images', true );
1512
 
1513
- $posts = get_posts( array(
1514
  "showposts" => -1,
1515
  "what_to_show" => "posts",
1516
  "post_status" => "inherit",
@@ -1520,12 +1575,12 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
1520
  "post_mime_type" => "image/jpeg,image/gif,image/jpg,image/png",
1521
  'post__in' => explode( ',', $images_id ),
1522
  'meta_key' => '_gallery_order_' . $post->ID
1523
- ));
1524
 
1525
  if ( 0 < count( $posts ) ) {
1526
  $count_image_block = 0; ?>
1527
- <div class="gallery clearfix">
1528
- <?php foreach ( $posts as $attachment ) {
1529
  $key = "gllr_image_text";
1530
  $link_key = "gllr_link_url";
1531
  $alt_tag_key = "gllr_image_alt_tag";
@@ -1560,31 +1615,31 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
1560
  </div><!-- .gllr_image_block -->
1561
  <?php if ( $count_image_block%$gllr_options['custom_image_row_count'] == $gllr_options['custom_image_row_count']-1 ) { ?>
1562
  </div><!-- .gllr_image_row -->
1563
- <?php }
1564
- $count_image_block++;
1565
- }
1566
  if ( 0 < $count_image_block && $count_image_block%$gllr_options['custom_image_row_count'] != 0 ) { ?>
1567
  </div><!-- .gllr_image_row -->
1568
  <?php } ?>
1569
  </div><!-- .gallery.clearfix -->
1570
- <?php } ?>
 
 
 
 
 
 
 
 
 
1571
  </div><!-- .gallery_box_single -->
1572
  <div class="gllr_clear"></div>
1573
- <?php endwhile;
1574
  else: ?>
1575
  <div class="gallery_box_single">
1576
  <p class="not_found"><?php _e( 'Sorry, nothing found.', 'gallery-plugin' ); ?></p>
1577
  </div><!-- .gallery_box_single -->
1578
- <?php endif;
1579
- if ( 1 == $gllr_options['return_link_shortcode'] ) {
1580
- if ( 'gallery_template_url' == $gllr_options["return_link_page"] ) {
1581
- global $wpdb;
1582
- $parent = $wpdb->get_var( "SELECT $wpdb->posts.ID FROM $wpdb->posts, $wpdb->postmeta WHERE meta_key = '_wp_page_template' AND meta_value = 'gallery-template.php' AND (post_status = 'publish' OR post_status = 'private') AND $wpdb->posts.ID = $wpdb->postmeta.post_id" ); ?>
1583
- <div class="return_link"><a href="<?php echo ( ! empty( $parent ) ? get_permalink( $parent ) : '' ); ?>"><?php echo $gllr_options['return_link_text']; ?></a></div>
1584
- <?php } else { ?>
1585
- <div class="return_link"><a href="<?php echo $gllr_options["return_link_url"]; ?>"><?php echo $gllr_options['return_link_text']; ?></a></div>
1586
- <?php }
1587
- } ?>
1588
  <script type="text/javascript">
1589
  (function($) {
1590
  $(document).ready( function() {
@@ -1592,10 +1647,10 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
1592
  'transitionIn' : 'elastic',
1593
  'transitionOut' : 'elastic',
1594
  'titlePosition' : 'inside',
1595
- 'speedIn' : 500,
1596
  'speedOut' : 300,
1597
  'titleFormat' : function( title, currentArray, currentIndex, currentOpts ) {
1598
- return '<div id="fancybox-title-inside">' + ( title.length ? '<span id="bws_gallery_image_title">' + title + '</span><br />' : '' ) + '<span id="bws_gallery_image_counter"><?php _e( "Image", "gallery-plugin" ); ?> ' + ( currentIndex + 1 ) + ' / ' + currentArray.length + '</span></div><?php if( get_post_meta( $post->ID, 'gllr_download_link', true ) != '' ){?><a id="bws_gallery_download_link" href="' + $( currentOpts.orig ).attr( 'rel' ) + '" target="_blank"><?php echo addslashes( __( "Download high resolution image", "gallery-plugin" ) ); ?> </a><?php } ?>';
1599
  }<?php if ( 1 == $gllr_options['start_slideshow'] ) { ?>,
1600
  'onComplete': function() {
1601
  clearTimeout( jQuery.fancybox.slider );
@@ -1624,12 +1679,12 @@ if ( ! function_exists ( 'gllr_update_image' ) ) {
1624
  case 'get_all_attachment':
1625
  $result_parent_id = $wpdb->get_results( $wpdb->prepare( "SELECT ID FROM " . $wpdb->posts . " WHERE post_type = %s", 'gallery' ) , ARRAY_N );
1626
  $array_parent_id = array();
1627
-
1628
  while ( list( $key, $val ) = each( $result_parent_id ) )
1629
  $array_parent_id[] = $val[0];
1630
 
1631
  $string_parent_id = implode( ",", $array_parent_id );
1632
-
1633
  $result_attachment_id = $wpdb->get_results( "SELECT `ID` FROM " . $wpdb->posts . " WHERE `post_type` = 'attachment' AND `post_mime_type` LIKE 'image%' AND `post_parent` IN (" . $string_parent_id . ")" );
1634
  echo json_encode( $result_attachment_id );
1635
  break;
@@ -1670,10 +1725,10 @@ if ( ! function_exists ( 'gllr_wp_generate_attachment_metadata' ) ) {
1670
 
1671
  /* Make thumbnails and other intermediate sizes */
1672
  global $_wp_additional_image_sizes;
1673
-
1674
  $image_size = array( 'album-thumb', 'photo-thumb', 'thumbnail' );
1675
  /*get_intermediate_image_sizes();*/
1676
-
1677
  foreach ( $image_size as $s ) {
1678
  $sizes[ $s ] = array( 'width' => '', 'height' => '', 'crop' => FALSE );
1679
  if ( isset( $_wp_additional_image_sizes[ $s ]['width'] ) )
@@ -1847,12 +1902,12 @@ if ( ! function_exists ( 'gllr_image_resize_dimensions' ) ) {
1847
  if ( ! function_exists( 'gllr_sanitize_file_name' ) ) {
1848
  function gllr_sanitize_file_name() {
1849
  check_ajax_referer( plugin_basename( __FILE__ ), 'gllr_ajax_nonce_field' );
1850
- if (
1851
  isset( $_REQUEST['action'] ) && 'gllr_sanitize_file_name' == $_REQUEST['action'] &&
1852
  isset( $_REQUEST['gllr_name'] ) && ( ! empty( $_REQUEST['gllr_name'] ) )
1853
- )
1854
  echo sanitize_file_name( $_REQUEST['gllr_name'] );
1855
- else
1856
  echo '';
1857
  die();
1858
  }
@@ -1886,20 +1941,26 @@ if ( ! function_exists ( 'gllr_theme_body_classes' ) ) {
1886
 
1887
  if ( ! function_exists ( 'gllr_admin_notices' ) ) {
1888
  function gllr_admin_notices() {
1889
- global $hook_suffix, $gllr_options;
1890
  /* add error if templates were not found in the theme directory */
1891
  gllr_admin_error();
1892
 
1893
- if ( 'plugins.php' == $hook_suffix ) {
1894
- global $gllr_plugin_info;
 
 
 
 
 
 
1895
 
1896
- if ( isset( $gllr_options['first_install'] ) && strtotime( '-1 week' ) > $gllr_options['first_install'] )
1897
- bws_plugin_banner( $gllr_plugin_info, 'gllr', 'gallery', '01a04166048e9416955ce1cbe9d5ca16', '79', '//ps.w.org/gallery-plugin/assets/icon-128x128.png' );
 
1898
 
1899
- bws_plugin_banner_to_settings( $gllr_plugin_info, 'gllr_options', 'gallery-plugin', 'admin.php?page=gallery-plugin.php', 'post-new.php?post_type=gallery', 'Gallery' );
 
1900
  }
1901
- require_once( plugin_dir_path( __FILE__ ) . 'inc/demo-data/demo-data-loader.php' );
1902
- do_action( 'bws_display_demo_notice', $gllr_options['display_demo_notice'] );
1903
  }
1904
  }
1905
 
@@ -1923,13 +1984,23 @@ if ( ! function_exists( 'gllr_plugin_uninstall' ) ) {
1923
  foreach ( $blogids as $blog_id ) {
1924
  switch_to_blog( $blog_id );
1925
  delete_option( 'gllr_options' );
1926
- delete_option( 'gllr_demo_options' );
 
 
 
 
1927
  }
1928
  switch_to_blog( $old_blog );
1929
  } else {
 
 
1930
  delete_option( 'gllr_options' );
1931
- delete_option( 'gllr_demo_options' );
1932
- }
 
 
 
 
1933
  }
1934
  }
1935
 
@@ -1943,7 +2014,7 @@ if ( ! function_exists( 'gllr_media_custom_box' ) ) {
1943
  <p><?php _e( 'Add images requires JavaScript.', 'gallery-plugin' ); ?></p>
1944
  </div>
1945
  <div class="wp-media-buttons">
1946
- <a href="#" id="gllr-media-insert" class="button add_media hide-if-no-js"><span class="dashicons dashicons-admin-media wp-media-buttons-icon"></span> <?php _e( 'Add Media', 'gallery-plugin' ); ?></a>
1947
  </div>
1948
  <div class="clear"></div>
1949
  <?php $wp_gallery_media_table = new Gllr_Media_Table();
@@ -1953,7 +2024,7 @@ if ( ! function_exists( 'gllr_media_custom_box' ) ) {
1953
  $wp_gallery_media_table->display();
1954
  } else { ?>
1955
  <div class="error hide-if-js">
1956
- <p><?php _e( 'The grid view for the Gallery images requires JavaScript.', 'gallery-plugin' ); ?> <a href="<?php echo esc_url( add_query_arg( 'mode', 'list', $_SERVER['REQUEST_URI'] ) ) ?>"><?php _e( 'Switch to the list view', 'gallery-plugin' ); ?></a></p>
1957
  </div>
1958
  <ul tabindex="-1" class="attachments ui-sortable ui-sortable-disabled hide-if-no-js" id="__attachments-view-39">
1959
  <?php $wp_gallery_media_table->display_grid_rows(); ?>
@@ -2003,7 +2074,7 @@ if ( $wp_version > '3.3' ) {
2003
  $total_items = 0;
2004
  else
2005
  $total_items = $wpdb->get_var( "SELECT COUNT(*) FROM " . $wpdb->posts . " WHERE ID IN( " . $images_id . " )" );
2006
-
2007
  $per_page = -1;
2008
 
2009
  $mode = get_user_option( 'gllr_media_library_mode', get_current_user_id() ) ? get_user_option( 'gllr_media_library_mode', get_current_user_id() ) : 'list';
@@ -2136,10 +2207,10 @@ if ( $wp_version > '3.3' ) {
2136
 
2137
  return $actions;
2138
  }
2139
-
2140
  public function views() {
2141
  global $mode, $original_post, $wp_version;
2142
-
2143
  $gllr_download_link = get_post_meta( $original_post->ID, 'gllr_download_link', true );
2144
  if ( $wp_version < '4.0' ) {
2145
  $views = $this->get_views(); ?>
@@ -2148,7 +2219,7 @@ if ( $wp_version > '3.3' ) {
2148
  <label><input type="checkbox" name="gllr_download_link" value="1" <?php if ( '' != $gllr_download_link ) echo "checked='checked'"; ?> /> <?php _e( 'Display link to the original file under each image in the lightbox', 'gallery-plugin' ); ?></label>
2149
  </div>
2150
  </div>
2151
- <?php } else {
2152
  $views = $this->get_views(); ?>
2153
  <div class="wp-filter">
2154
  <div class="filter-items">
@@ -2167,20 +2238,19 @@ if ( $wp_version > '3.3' ) {
2167
 
2168
  function get_columns() {
2169
  global $wp_version;
2170
- $tooltip_class = ( $wp_version >= '3.9' ) ? ' dashicons dashicons-editor-help' : '';
2171
 
2172
  $lists_columns = array(
2173
  'cb' => '<input type="checkbox" />',
2174
  'title' => __( 'File', 'gallery-plugin' ),
2175
  'dimensions' => __( 'Dimensions', 'gallery-plugin' ),
2176
- 'gllr_image_text' => __( 'Title', 'gallery-plugin' ) . '<div class="bws_help_box' . $tooltip_class . '"><div class="bws_hidden_help_text"><img src="' . plugins_url( 'gallery-plugin/images/image-title-example.png' ) . '" title="" alt=""/></div></div>',
2177
- 'gllr_image_alt_tag' => __( 'Alt tag', 'gallery-plugin' ) . ' <div class="bws_help_box' . $tooltip_class . '"><div class="bws_hidden_help_text" style="min-width: 130px;">' . __( 'The alt attribute specifies an alternate text for an image, if the image cannot be displayed.', 'gallery-plugin' ) . '</div></div>',
2178
- 'gllr_link_url' => __( 'Custom URL', 'gallery-plugin' ) . ' <div class="bws_help_box' . $tooltip_class . '"><div class="bws_hidden_help_text" style="min-width: 130px;">' . __( "By clicking on the thumbnail you'll go to the link (if the field is filled) or the image will be opened in the lightbox (if the field isn't filled)", 'gallery-plugin' ) . '</div></div>',
2179
  'order' => ''
2180
  );
2181
  return $lists_columns;
2182
  }
2183
-
2184
  /*function column_cb( $item ) {
2185
  return sprintf(
2186
  '<input type="checkbox" name="lists[]" value="%s" />', $item['id']
@@ -2193,15 +2263,15 @@ if ( $wp_version > '3.3' ) {
2193
  add_filter( 'the_title','esc_html' );
2194
 
2195
  $images_id = get_post_meta( $original_post->ID, '_gallery_images', true );
2196
-
2197
  $old_post = $post;
2198
 
2199
  query_posts( array(
2200
- 'post__in' => explode( ',', $images_id ),
2201
- 'post_type' => 'attachment',
2202
- 'posts_per_page' => -1,
2203
- 'post_status' => 'inherit',
2204
- 'meta_key' => '_gallery_order_' . $original_post->ID,
2205
  'orderby' => $gllr_options['order_by'],
2206
  'order' => $gllr_options['order']
2207
  ) );
@@ -2222,11 +2292,11 @@ if ( $wp_version > '3.3' ) {
2222
 
2223
  $images_id = get_post_meta( $original_post->ID, '_gallery_images', true );
2224
  query_posts( array(
2225
- 'post__in' => explode( ',', $images_id ),
2226
- 'post_type' => 'attachment',
2227
- 'posts_per_page' => -1,
2228
- 'post_status' => 'inherit',
2229
- 'meta_key' => '_gallery_order_' . $post->ID,
2230
  'orderby' => $gllr_options['order_by'],
2231
  'order' => $gllr_options['order']
2232
  ) );
@@ -2242,7 +2312,7 @@ if ( $wp_version > '3.3' ) {
2242
  function single_row( $mode ) {
2243
  global $post, $original_post, $gllr_plugin_info, $wp_version;
2244
  $attachment_metadata = wp_get_attachment_metadata( $post->ID );
2245
- if ( $mode == 'grid' ) {
2246
  $image_attributes = wp_get_attachment_image_src( $post->ID, 'medium' ); ?>
2247
  <li tabindex="0" id="post-<?php echo $post->ID; ?>" class="gllr-media-attachment">
2248
  <div class="gllr-media-attachment-preview">
@@ -2257,7 +2327,7 @@ if ( $wp_version > '3.3' ) {
2257
  <div class="media-modal-icon"></div>
2258
  </a>
2259
  <div class="gllr-media-attachment-details">
2260
- <div class="gllr-media-attachment-info">
2261
  <div class="gllr-media-details">
2262
  <div class="gllr-media-filename"><strong><?php _e( 'File name', 'gallery-plugin' ); ?>:</strong> <?php the_title(); ?></div>
2263
  <div class="gllr-media-filetype"><strong><?php _e( 'File type', 'gallery-plugin' ); ?>:</strong> <?php echo get_post_mime_type( $post->ID ); ?></div>
@@ -2266,15 +2336,15 @@ if ( $wp_version > '3.3' ) {
2266
  <div class="gllr-media-actions">
2267
  <a href="<?php echo get_edit_post_link( $post->ID ); ?>#TB_inline?width=800&height=450&inlineId=gllr-media-attachment-details-box-<?php echo $post->ID; ?>" class="thickbox" title="<?php _e( 'Edit Attachment Info', 'gallery-plugin' ); ?>"><?php _e( 'Edit Attachment', 'gallery-plugin' ); ?></a>
2268
  </div>
2269
- </div>
2270
  </div>
2271
  <div id="gllr-media-attachment-details-box-<?php echo $post->ID; ?>" class="gllr-media-attachment-details-box">
2272
  <?php $key = "gllr_image_text";
2273
  $link_key = "gllr_link_url";
2274
- $alt_tag_key = "gllr_image_alt_tag";
2275
  $image_attributes = wp_get_attachment_image_src( $post->ID, 'large' ); ?>
2276
  <div class="gllr-pro-version-block">
2277
- <a class="button bws_plugin_pro_version" href="http://bestwebsoft.com/products/gallery/?k=63a36f6bf5de0726ad6a43a165f38fe5&pn=79&v=<?php echo $gllr_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="<?php _e( 'Go Pro', 'gallery-plugin' ); ?>"><?php _e( 'Pro version', 'gallery-plugin' ); ?>
2278
  </a>
2279
  <div class="gllr-pro-settings">
2280
  <?php _e( 'This setting is available in Pro version', 'gallery-plugin' ); ?>
@@ -2289,13 +2359,13 @@ if ( $wp_version > '3.3' ) {
2289
  <div class="gllr-media-attachment-details-box-right">
2290
  <div>
2291
  <?php _e( "Title", 'gallery-plugin' ); ?>
2292
- <div class="bws_help_box<?php if ( $wp_version >= '3.9' ) echo ' dashicons dashicons-editor-help'; ?>"><div class="bws_hidden_help_text"><img src="<?php echo plugins_url( 'gallery-plugin/images/image-title-example.png' ); ?>" title="" alt=""/></div></div>
2293
  <br />
2294
  <input type="text" name="gllr_image_text[<?php echo $post->ID; ?>]" value="<?php echo get_post_meta( $post->ID, $key, true ); ?>" />
2295
  </div>
2296
  <div>
2297
  <?php _e( "Alt tag", 'gallery-plugin' ); ?>
2298
- <div class="bws_help_box<?php if ( $wp_version >= '3.9' ) echo ' dashicons dashicons-editor-help'; ?>">
2299
  <div class="bws_hidden_help_text" style="min-width: 130px;"><?php _e( 'The alt attribute specifies an alternate text for an image, if the image cannot be displayed.', 'gallery-plugin' ); ?></div>
2300
  </div>
2301
  <br />
@@ -2303,15 +2373,15 @@ if ( $wp_version > '3.3' ) {
2303
  </div>
2304
  <div>
2305
  <?php _e( "Custom URL", 'gallery-plugin' ); ?>
2306
- <div class="bws_help_box<?php if ( $wp_version >= '3.9' ) echo ' dashicons dashicons-editor-help'; ?>">
2307
  <div class="bws_hidden_help_text" style="min-width: 130px;"><?php _e( "By clicking on the thumbnail you'll go to the link (if the field is filled) or the image will be opened in the lightbox (if the field isn't filled)", 'gallery-plugin' ); ?></div>
2308
  </div>
2309
  <br />
2310
  <input type="text" name="gllr_link_url[<?php echo $post->ID; ?>]" value="<?php echo get_post_meta( $post->ID, $link_key, true ); ?>" /><br />
2311
  </div>
2312
  <div class="gllr-media-attachment-actions">
2313
- <a href="post.php?post=<?php echo $post->ID; ?>&amp;action=edit"><?php _e( 'Edit more details', 'gallery-plugin' ); ?></a>
2314
- <span class="gllr-separator">|</span>
2315
  <a href="#" class="gllr-media-delete-attachment"><?php _e( 'Delete from Gallery', 'gallery-plugin' ); ?></a>
2316
  <input type="hidden" class="gllr_attachment_id" name="_gllr_attachment_id" value="<?php echo $post->ID; ?>" />
2317
  <input type="hidden" class="gllr_post_id" name="_gllr_post_id" value="<?php echo $original_post->ID; ?>" />
@@ -2327,7 +2397,7 @@ if ( $wp_version > '3.3' ) {
2327
  <tr id="post-<?php echo $post->ID; ?>" class="<?php if ( $wp_version < '4.3' ) echo 'gllr_add_responsive_column '; echo trim( ' author-' . $post_owner . ' status-' . $post->post_status ); ?>">
2328
  <?php list ( $columns, $hidden ) = $this->get_column_info();
2329
  foreach ( $columns as $column_name => $column_display_name ) {
2330
-
2331
  $classes = "$column_name column-$column_name";
2332
  if ( in_array( $column_name, $hidden ) )
2333
  $classes .= ' hidden';
@@ -2335,7 +2405,7 @@ if ( $wp_version > '3.3' ) {
2335
  if ( 'title' == $column_name )
2336
  $classes .= ' column-primary has-row-actions';
2337
 
2338
- $attributes = "class='$classes'";
2339
  switch ( $column_name ) {
2340
  case 'order': ?>
2341
  <th <?php echo $attributes; ?>>
@@ -2455,7 +2525,7 @@ if ( ! function_exists( 'gllr_delete_image' ) ) {
2455
  $gallery_images = get_post_meta( $post_id, '_gallery_images', true );
2456
 
2457
  $gallery_images_array = explode( ',', $gallery_images );
2458
- $gallery_images_array = array_flip( $gallery_images_array );
2459
 
2460
  foreach ( $delete_id as $delete_id ) {
2461
  delete_post_meta( $delete_id, '_gallery_order_' . $post_id );
@@ -2497,7 +2567,7 @@ if ( ! function_exists( 'gllr_add_from_media' ) ) {
2497
  $wp_gallery_media_table->single_row( $mode );
2498
  }
2499
  }
2500
-
2501
  }
2502
  die();
2503
  }
@@ -2515,7 +2585,7 @@ if ( ! function_exists( 'gllr_change_view_mode' ) ) {
2515
  }
2516
 
2517
  /**
2518
- * Add place for notice in media upoader for gallery
2519
  *
2520
  * See wp_print_media_templates() in "wp-includes/media-template.php"
2521
  */
@@ -2523,7 +2593,7 @@ if ( ! function_exists( 'gllr_print_media_notice' ) ) {
2523
  function gllr_print_media_notice() {
2524
  global $post;
2525
  if ( isset( $post ) ) {
2526
- if ( $post->post_type == 'gallery' ) {
2527
  $image_info = '<# gllr_notice_wiev( data.id ); #><div id="gllr_media_notice" class="upload-errors"></div>'; ?>
2528
  <script type="text/javascript">
2529
  ( function ($) {
@@ -2544,17 +2614,17 @@ if ( ! function_exists( 'gllr_media_check_ajax_action' ) ) {
2544
  function gllr_media_check_ajax_action() {
2545
  check_ajax_referer( plugin_basename( __FILE__ ), 'gllr_ajax_nonce_field' );
2546
  $thumbnail_id = ( isset( $_POST['thumbnail_id'] ) ) ? $_POST['thumbnail_id'] : false;
2547
- $notice_attach = "";
2548
  if ( $thumbnail_id ) {
2549
- /*get information about the selected item */
2550
  $atachment_detail = get_post( $thumbnail_id );
2551
  if ( ! empty( $atachment_detail ) ) {
2552
  if ( ! preg_match( '!^image/!', $atachment_detail->post_mime_type ) ) {
2553
  $notice_attach = "<div class='upload-error'><strong>" . __( 'Warning', 'gallery-plugin' ) . ": </strong>" . __( 'You can add only images to the gallery', 'gallery-plugin' ) . "</div>";
2554
- wp_send_json_success( $notice_attach );
2555
  }
2556
  }
2557
-
2558
  }
2559
  wp_die( 0 );
2560
  }
@@ -2566,11 +2636,11 @@ if ( ! function_exists( 'gllr_shortcode_button_content' ) ) {
2566
  global $wp_version, $post; ?>
2567
  <div id="gllr" style="display:none;">
2568
  <fieldset>
2569
- <label>
2570
- <?php $old_post = $post;
2571
  $query = new WP_Query( 'post_type=gallery&post_status=publish&posts_per_page=-1&order=DESC&orderby=date' );
2572
- if ( $query->have_posts() ) {
2573
- if ( is_plugin_active( 'gallery-categories/gallery-categories.php' ) || is_plugin_active( 'gallery-categories-pro/gallery-categories-pro.php' ) ) {
2574
  $cat_args = array(
2575
  'orderby' => 'date',
2576
  'order' => 'DESC',
@@ -2589,25 +2659,25 @@ if ( ! function_exists( 'gllr_shortcode_button_content' ) ) {
2589
  <select name="gllr_list" id="gllr_shortcode_list" style="max-width: 350px;">
2590
  <?php while ( $query->have_posts() ) {
2591
  $query->the_post();
2592
- if ( ! isset( $gllr_first ) ) $gllr_first = get_the_ID();
2593
  $title = get_the_title( $post->ID );
2594
  if ( empty( $title ) )
2595
- $title = '(' . __( 'no title', 'gallery-plugin-pro' ) . ')'; ?>
2596
- <option value="<?php the_ID(); ?>"><h2><?php echo $title; ?> (<?php echo get_the_date( 'Y-m-d' ); ?>)</h2></option>
2597
  <?php }
2598
  wp_reset_postdata();
2599
  $post = $old_post; ?>
2600
  </select>
2601
  <span class="title"><?php _e( 'Gallery', 'gallery-plugin' ); ?></span>
2602
  <?php } else { ?>
2603
- <span class="title"><?php _e( 'Sorry, no gallery found.', 'gallery-plugin' ); ?></span>
2604
  <?php } ?>
2605
  </label><br/>
2606
  <label>
2607
- <input type="checkbox" value="1" name="gllr_display_short" id="gllr_display_short" />
2608
- <span class="checkbox-title">
2609
  <?php _e( 'Display an album image with the description and the link to a single gallery page', 'gallery-plugin' ); ?>
2610
- </span>
2611
  </label>
2612
  </fieldset>
2613
  <?php if ( ! empty( $gllr_first ) ) { ?>
@@ -2615,12 +2685,12 @@ if ( ! function_exists( 'gllr_shortcode_button_content' ) ) {
2615
  <?php } ?>
2616
  <script type="text/javascript">
2617
  function gllr_shortcode_init() {
2618
- (function($) {
2619
- <?php if ( $wp_version < '3.9' ) { ?>
2620
  var current_object = '#TB_ajaxContent';
2621
  <?php } else { ?>
2622
  var current_object = '.mce-reset';
2623
- <?php } ?>
2624
 
2625
  $( current_object + ' #gllr_shortcode_list, ' + current_object + ' #gllr_display_short' ).on( 'change', function() {
2626
  var gllr_list = $( current_object + ' #gllr_shortcode_list option:selected' ).val();
@@ -2635,7 +2705,7 @@ if ( ! function_exists( 'gllr_shortcode_button_content' ) ) {
2635
  var gllr_list = $( current_object + ' #gllr_gallery_categories option:selected' ).val();
2636
  var shortcode = '[print_gllr cat_id=' + gllr_list + ']';
2637
  $( current_object + ' #bws_shortcode_display' ).text( shortcode );
2638
- });
2639
  })(jQuery);
2640
  }
2641
  </script>
@@ -2709,15 +2779,11 @@ add_action( 'admin_notices', 'gllr_admin_notices' );
2709
  /* Add place for notice in media upoader for portfolio */
2710
  add_action( 'print_media_templates', 'gllr_print_media_notice', 11 );
2711
  /* Add notises in media upoader for gallery */
2712
- add_action( 'wp_ajax_gllr_media_check', 'gllr_media_check_ajax_action' );
2713
 
2714
  /* custom filter for bws button in tinyMCE */
2715
  add_filter( 'bws_shortcode_button_content', 'gllr_shortcode_button_content' );
2716
 
2717
- global $pagenow;
2718
- if ( ( isset( $_GET['post'] ) && get_post_type( $_GET['post'] ) == 'gallery' ) || ( isset( $pagenow ) && $pagenow == 'post-new.php' && isset( $_GET['post_type'] ) && $_GET['post_type'] == 'gallery' ) )
2719
- add_action( 'edit_form_after_title', 'gllr_media_custom_box' );
2720
-
2721
  add_action( 'wp_ajax_gllr_delete_image', 'gllr_delete_image' );
2722
  add_action( 'wp_ajax_gllr_add_from_media', 'gllr_add_from_media' );
2723
  add_action( 'wp_ajax_gllr_change_view_mode', 'gllr_change_view_mode' );
6
  Author: BestWebSoft
7
  Text Domain: gallery-plugin
8
  Domain Path: /languages
9
+ Version: 4.3.9
10
  Author URI: http://bestwebsoft.com/
11
  License: GPLv2 or later
12
  */
13
 
14
+ /* © Copyright 2016 BestWebSoft ( http://support.bestwebsoft.com )
15
 
16
  This program is free software; you can redistribute it and/or modify
17
+ it under the terms of the GNU General Public License, version 2, as
18
  published by the Free Software Foundation.
19
 
20
  This program is distributed in the hope that it will be useful,
37
  if ( ! function_exists( 'add_gllr_admin_menu' ) ) {
38
  function add_gllr_admin_menu() {
39
  global $submenu;
 
 
 
40
 
41
+ bws_general_menu();
42
+ $settings = add_submenu_page( 'bws_plugins', 'Gallery', 'Gallery', 'manage_options', 'gallery-plugin.php', 'gllr_settings_page' );
43
+
44
+ if ( isset( $submenu['edit.php?post_type=gallery'] ) )
45
+ $submenu['edit.php?post_type=gallery'][] = array( __( 'Settings', 'gallery-plugin' ), 'manage_options', admin_url( 'admin.php?page=gallery-plugin.php' ) );
46
 
47
  add_action( 'load-' . $settings, 'gllr_add_tabs' );
48
+ add_action( 'load-post-new.php', 'gllr_add_tabs' );
49
  add_action( 'load-post.php', 'gllr_add_tabs' );
50
  add_action( 'load-edit.php', 'gllr_add_tabs' );
51
  }
60
 
61
  if ( ! function_exists ( 'gllr_init' ) ) {
62
  function gllr_init() {
63
+ global $gllr_plugin_info, $pagenow;
64
 
65
  require_once( dirname( __FILE__ ) . '/bws_menu/bws_include.php' );
66
  bws_include_init( plugin_basename( __FILE__ ) );
73
  /* Function check if plugin is compatible with current WP version */
74
  bws_wp_min_version_check( plugin_basename( __FILE__ ), $gllr_plugin_info, '3.8', '3.5' );
75
 
76
+ /* Add media button to the gallery post type */
77
+ if ( ( isset( $_GET['post'] ) && get_post_type( $_GET['post'] ) == 'gallery' ) || ( isset( $pagenow ) && $pagenow == 'post-new.php' && isset( $_GET['post_type'] ) && $_GET['post_type'] == 'gallery' ) ) {
78
+ add_action( 'edit_form_after_title', 'gllr_media_custom_box' );
79
+ }
80
+
81
  /* Register post type */
82
  gllr_post_type_images();
83
+
84
+ /* demo data */
85
+ $demo_options = get_option( 'gllr_demo_options' );
86
+ if ( ! empty( $demo_options ) || ( isset( $_GET['page'] ) && $_GET['page'] == 'gallery-plugin.php' ) ) {
87
+ gllr_include_demo_data();
88
+ }
89
  }
90
  }
91
 
166
  gllr_plugin_install();
167
  }
168
 
169
+ if ( function_exists( 'add_image_size' ) ) {
170
  add_image_size( 'album-thumb', $gllr_options['gllr_custom_size_px'][0][0], $gllr_options['gllr_custom_size_px'][0][1], true );
171
  add_image_size( 'photo-thumb', $gllr_options['gllr_custom_size_px'][1][0], $gllr_options['gllr_custom_size_px'][1][1], true );
172
  }
173
  }
174
  }
175
 
176
+ /**
177
+ * Plugin include demo
178
+ * @return void
179
+ */
180
+ if ( ! function_exists( 'gllr_include_demo_data' ) ) {
181
+ function gllr_include_demo_data() {
182
+ global $gllr_BWS_demo_data;
183
+ require_once( plugin_dir_path( __FILE__ ) . 'inc/demo-data/class-bws-demo-data.php' );
184
+ $args = array(
185
+ 'plugin_basename' => plugin_basename( __FILE__ ),
186
+ 'plugin_prefix' => 'gllr_',
187
+ 'plugin_name' => 'Gallery',
188
+ 'plugin_page' => 'gallery-plugin.php',
189
+ 'demo_folder' => plugin_dir_path( __FILE__ ) . 'inc/demo-data/'
190
+ );
191
+ $gllr_BWS_demo_data = new Bws_Demo_Data( $args );
192
+
193
+ /* filter for image url from demo data */
194
+ add_filter( 'wp_get_attachment_url', array( $gllr_BWS_demo_data, 'bws_wp_get_attachment_url' ), 10, 2 );
195
+ add_filter( 'wp_get_attachment_image_attributes', array( $gllr_BWS_demo_data, 'bws_wp_get_attachment_image_attributes' ), 10, 3 );
196
+ add_filter( 'wp_update_attachment_metadata',array( $gllr_BWS_demo_data, 'bws_wp_update_attachment_metadata' ), 10, 2 );
197
+ }
198
+ }
199
+
200
  /**
201
  * Function for activation
202
  */
234
  return false;
235
  @fwrite( $handle, $contents );
236
  @fclose( $handle );
237
+
238
  $handle = @fopen( $gllr_filepath . $filename, "r" );
239
  $contents = @fread( $handle, filesize( $gllr_filepath . $filename ) );
240
  @fclose( $handle );
244
  @fclose( $handle );
245
  @chmod( $gllr_themepath . $filename, octdec( 755 ) );
246
  } elseif ( 'gallery-single-template.php' == $filename && file_exists( $gllr_themepath . $filename ) && isset( $gllr_options['template_update'] ) && $gllr_options['template_update'] == 0 ) {
247
+ /* replace get_posts query for new functionality */
248
  $handle = @fopen( $gllr_themepath . $filename, "r" );
249
  $contents = @fread( $handle, filesize( $gllr_themepath . $filename ) );
250
  @fclose( $handle );
252
  return false;
253
  @fwrite( $handle, $contents );
254
  @fclose( $handle );
255
+
256
  $handle = @fopen( $gllr_filepath . $filename, "r" );
257
  @fclose( $handle );
258
  if ( ! ( $handle = @fopen( $gllr_themepath . $filename, 'w' ) ) )
267
 
268
  $template_update_complete = true;
269
  } elseif ( 'gallery-template.php' == $filename && file_exists( $gllr_themepath . $filename ) && isset( $gllr_options['template_update'] ) && $gllr_options['template_update'] == 0 ) {
270
+ /* replace get_posts query for new functionality */
271
  $handle = @fopen( $gllr_themepath . $filename, "r" );
272
  $contents = @fread( $handle, filesize( $gllr_themepath . $filename ) );
273
  @fclose( $handle );
275
  return false;
276
  @fwrite( $handle, $contents );
277
  @fclose( $handle );
278
+
279
  $handle = @fopen( $gllr_filepath . $filename, "r" );
280
  @fclose( $handle );
281
  if ( ! ( $handle = @fopen( $gllr_themepath . $filename, 'w' ) ) )
283
 
284
  $contents = str_replace( '$image_attributes = wp_get_attachment_image_src( $id, ' . "'album-thumb' );",
285
  '$images_id = get_post_meta( $post->ID, "_gallery_images", true );
286
+ $attachments = get_posts( array(
287
  "showposts" => 1,
288
  "what_to_show" => "posts",
289
  "post_status" => "inherit",
304
  @fwrite( $handle, $contents );
305
  @fclose( $handle );
306
  @chmod( $gllr_themepath . $filename, octdec( 755 ) );
307
+
308
  $template_update_complete = true;
309
  }
310
  }
337
 
338
  $all_gallery_attachments = $wpdb->get_results( "SELECT p1.ID, p1.post_parent, p1.menu_order
339
  FROM {$wpdb->posts} p1, {$wpdb->posts} p2
340
+ WHERE p1.post_parent = p2.ID
341
  AND p1.post_mime_type LIKE 'image%'
342
  AND p1.post_type = 'attachment'
343
  AND p1.post_status = 'inherit'
361
  /* set gallery category for demo data */
362
  if ( function_exists( 'gllrctgrs_add_default_term_all_gallery' ) )
363
  gllrctgrs_add_default_term_all_gallery();
364
+ }
365
  }
366
  }
367
 
381
  if ( ! $file_exists_flag ) { ?>
382
  <div class="error"><p><strong><?php printf( __( "The following files '%s' and '%s' were not found in the directory of your theme. Please copy them from the directory `%s` to the directory of your theme for the correct work of the Gallery plugin", 'gallery-plugin' ), 'gallery-template.php','gallery-single-template.php', '/wp-content/plugins/gallery-plugin/template/' ); ?></strong></p></div>
383
  <?php }
384
+ }
385
  }
386
  }
387
 
420
  function gllr_addImageAncestorToMenu( $classes ) {
421
  if ( is_singular( 'gallery' ) ) {
422
  global $wpdb, $post;
423
+
424
  if ( empty( $post->ancestors ) ) {
425
  $parent_id = $wpdb->get_var( "SELECT $wpdb->posts.ID FROM $wpdb->posts, $wpdb->postmeta WHERE `meta_key` = '_wp_page_template' AND `meta_value` = 'gallery-template.php' AND `post_status` = 'publish' AND $wpdb->posts.ID = $wpdb->postmeta.post_id" );
426
  while ( $parent_id ) {
427
  $page = get_page( $parent_id );
428
  if ( 0 < $page->post_parent )
429
  $parent_id = $page->post_parent;
430
+ else
431
  break;
432
  }
433
  wp_reset_query();
434
+ if ( empty( $parent_id ) )
435
  return $classes;
436
  $post_ancestors = array( $parent_id );
437
  } else {
438
  $post_ancestors = $post->ancestors;
439
  }
440
+
441
  $menuItems = $wpdb->get_col( "SELECT DISTINCT `post_id` FROM $wpdb->postmeta WHERE `meta_key` = '_menu_item_object_id' AND `meta_value` IN (" . implode( ',', $post_ancestors ) . ")" );
442
+
443
  if ( is_array( $menuItems ) ) {
444
  foreach ( $menuItems as $menuItem ) {
445
  if ( in_array( 'menu-item-' . $menuItem, $classes ) ) {
465
  if ( ! function_exists( 'gllr_post_shortcode_box' ) ) {
466
  function gllr_post_shortcode_box( $obj = '', $box = '' ) {
467
  global $post, $wp_version; ?>
468
+ <div><?php printf(
469
+ __( "If you would like to add a Gallery to your page or post, please use %s button", 'gallery-plugin' ),
470
+ '<span class="bws_code"><img style="vertical-align: sub;" src="' . plugins_url( 'bws_menu/images/shortcode-icon.png', __FILE__ ) . '" alt=""/></span>' ); ?>
471
+ <div class="bws_help_box bws_help_box_right dashicons dashicons-editor-help">
472
  <div class="bws_hidden_help_text" style="min-width: 180px;">
473
+ <?php printf(
474
+ __( "You can add the Gallery to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode below", 'gallery-plugin' ),
475
  '<code><img style="vertical-align: sub;" src="' . plugins_url( 'bws_menu/images/shortcode-icon.png', __FILE__ ) . '" alt="" /></code>'
476
  ); ?>
477
  </div>
481
  <p><span class="bws_code">[print_gllr id=<?php echo $post->ID; ?>]</span></p>
482
  <div>
483
  <?php _e( 'Use this shortcode to display an album image with the description and the link to a single gallery page', 'gallery-plugin' ); ?>:
484
+ <div class="bws_help_box bws_help_box_right dashicons dashicons-editor-help">
485
  <div class="bws_hidden_help_text"><img style="border: 1px solid #ccc;" src="<?php echo plugins_url( 'gallery-plugin/images/gallery_short_view.png' ); ?>" title="<?php _e( 'Short display', 'gallery-plugin' ); ?>" alt=""/></div>
486
  </div>
487
  </div>
529
  foreach ( $_POST['_gallery_order_' . $post->ID ] as $post_order_id => $order_id ) {
530
  update_post_meta( $post_order_id, '_gallery_order_' . $post->ID, $i );
531
  $i++;
532
+ }
533
  update_post_meta( $post->ID, '_gallery_images', implode( ',', array_keys( $_POST['_gallery_order_' . $post->ID ] ) ) );
534
  }
535
  /*
567
  if ( isset( $_REQUEST['gllr_link_url'] ) ) {
568
  foreach ( $_REQUEST['gllr_link_url'] as $gllr_link_url_key => $gllr_link_url ) {
569
  $value = esc_url( trim( $gllr_link_url ) );
570
+ if ( filter_var( $value, FILTER_VALIDATE_URL ) === FALSE ) {
571
+ $value = '';
572
+ }
573
  if ( get_post_meta( $gllr_link_url_key, $link_key, FALSE ) ) {
574
  /* Custom field has a value and this custom field exists in database */
575
  update_post_meta( $gllr_link_url_key, $link_key, $value );
640
  }
641
 
642
  if ( ! function_exists( 'gllr_template_redirect' ) ) {
643
+ function gllr_template_redirect() {
644
  global $wp_query, $post, $posts, $gllr_filenames, $gllr_themepath;
645
  $post_type = get_post_type();
646
  $file_exists_flag = false;
684
  if ( ! function_exists( 'gllr_custom_columns' ) ) {
685
  function gllr_custom_columns( $column, $post_id ) {
686
  global $wpdb;
687
+ $post = get_post( $post_id );
688
  switch ( $column ) {
689
  case "shortcode":
690
  echo '[print_gllr id=' . $post->ID . ']<br/>[print_gllr id=' . $post->ID . ' display=short]';
712
 
713
  if ( ! function_exists( 'gllr_the_excerpt_max_charlength' ) ) {
714
  function gllr_the_excerpt_max_charlength( $charlength ) {
715
+ $excerpt = wp_strip_all_tags( get_the_content() );
716
  $charlength ++;
717
  if ( strlen( $excerpt ) > $charlength ) {
718
+ $subex = substr( $excerpt, 0, $charlength-5 );
719
+ $exwords = explode( " ", $subex );
720
+ $excut = - ( strlen( $exwords[ count( $exwords ) - 1 ] ) );
721
+ if ( $excut < 0 ) {
722
  echo substr( $subex, 0, $excut );
723
  } else {
724
  echo $subex;
741
  $page = get_page( $parent_id );
742
  if ( 0 < $page->post_parent )
743
  $parent_id = $page->post_parent;
744
+ else
745
  break;
746
  }
747
  wp_reset_query();
755
 
756
  if ( ! function_exists( 'gllr_settings_page' ) ) {
757
  function gllr_settings_page() {
758
+ global $gllr_options, $wp_version, $gllr_plugin_info, $gllr_option_defaults, $gllr_BWS_demo_data;
759
  $error = $message = "";
760
  $plugin_basename = plugin_basename( __FILE__ );
761
  if ( ! function_exists( 'get_plugins' ) )
789
 
790
  $gllr_request_options["gllr_custom_size_name"] = $gllr_options["gllr_custom_size_name"];
791
 
792
+ $gllr_custom_image_size_w_album = ( isset( $_REQUEST['gllr_custom_image_size_w_album'] ) ) ? intval( trim( $_REQUEST['gllr_custom_image_size_w_album'] ) ) : $gllr_option_defaults["gllr_custom_size_px"][0][0];
793
+ $gllr_custom_image_size_h_album = ( isset( $_REQUEST['gllr_custom_image_size_h_album'] ) ) ? intval( trim( $_REQUEST['gllr_custom_image_size_h_album'] ) ) : $gllr_option_defaults["gllr_custom_size_px"][0][1];
794
+ $gllr_custom_image_size_w_photo = ( isset( $_REQUEST['gllr_custom_image_size_w_photo'] ) ) ? intval( trim( $_REQUEST['gllr_custom_image_size_w_photo'] ) ) : $gllr_option_defaults["gllr_custom_size_px"][1][0];
795
+ $gllr_custom_image_size_h_photo = ( isset( $_REQUEST['gllr_custom_image_size_h_photo'] ) ) ? intval( trim( $_REQUEST['gllr_custom_image_size_h_photo'] ) ) : $gllr_option_defaults["gllr_custom_size_px"][1][1];
796
+
797
+ $gllr_request_options["gllr_custom_size_px"] = array(
798
+ array( $gllr_custom_image_size_w_album, $gllr_custom_image_size_h_album ),
799
+ array( $gllr_custom_image_size_w_photo, $gllr_custom_image_size_h_photo )
800
  );
801
 
802
  $gllr_request_options["border_images"] = ( isset( $_REQUEST['gllr_border_images'] ) ) ? 1 : 0;
803
+ $gllr_request_options["border_images_width"] = ( isset( $_REQUEST['gllr_border_images_width'] ) ) ? intval( trim( $_REQUEST['gllr_border_images_width'] ) ) : $gllr_option_defaults["border_images_width"];
804
+ $gllr_request_options["border_images_color"] = ( isset( $_REQUEST['gllr_border_images_color'] ) ) ? trim( $_REQUEST['gllr_border_images_color'] ) : $gllr_option_defaults["border_images_color"];
805
+ if ( ! preg_match( '/^#[A-Fa-f0-9]{6}$/', $gllr_request_options["border_images_color"] ) ) {
806
+ $gllr_request_options["border_images_color"] = $gllr_option_defaults["border_images_color"];
807
+ }
808
+ $gllr_request_options["custom_image_row_count"] = ( isset( $_REQUEST['gllr_custom_image_row_count'] ) ) ? intval( trim( $_REQUEST['gllr_custom_image_row_count'] ) ) : $gllr_option_defaults["custom_image_row_count"];
809
 
810
  if ( "" == $gllr_request_options["custom_image_row_count"] || 1 > $gllr_request_options["custom_image_row_count"] )
811
  $gllr_request_options["custom_image_row_count"] = 1;
814
  $gllr_request_options["slideshow_interval"] = ( ! isset( $_REQUEST['gllr_slideshow_interval'] ) ) || empty( $_REQUEST['gllr_slideshow_interval'] ) ? 2000 : intval( $_REQUEST['gllr_slideshow_interval'] );
815
  $gllr_request_options["single_lightbox_for_multiple_galleries"] = ( isset( $_REQUEST['gllr_single_lightbox_for_multiple_galleries'] ) ) ? 1 : 0;
816
 
817
+ $gllr_request_options["order_by"] = ( isset( $_REQUEST['gllr_order_by'] ) ) ? stripslashes( esc_html( $_REQUEST['gllr_order_by'] ) ) : $gllr_option_defaults["order_by"];
818
+ $gllr_request_options["order"] = ( isset( $_REQUEST['gllr_order'] ) ) ? stripslashes( esc_html( $_REQUEST['gllr_order'] ) ) : $gllr_option_defaults["order"];
819
+ $gllr_request_options["album_order_by"] = ( isset( $_REQUEST['gllr_album_order_by'] ) ) ? stripslashes( esc_html( $_REQUEST['gllr_album_order_by'] ) ) : $gllr_option_defaults["album_order_by"];
820
+ $gllr_request_options["album_order"] = ( isset( $_REQUEST['gllr_album_order'] ) ) ? stripslashes( esc_html( $_REQUEST['gllr_album_order'] ) ) : $gllr_option_defaults["album_order"];
821
+
822
  $gllr_request_options["image_text"] = ( isset( $_REQUEST['gllr_image_text'] ) ) ? 1 : 0;
823
 
824
  $gllr_request_options["return_link"] = ( isset( $_REQUEST['gllr_return_link'] ) ) ? 1 : 0;
825
+ $gllr_request_options["return_link_page"] = ( isset( $_REQUEST['gllr_return_link_page'] ) ) ? stripslashes( esc_html( $_REQUEST['gllr_return_link_page'] ) ) : $gllr_option_defaults["return_link_page"];
826
+ $gllr_request_options["return_link_url"] = ( isset( $_REQUEST['gllr_return_link_url'] ) ) ? stripslashes( esc_html( $_REQUEST['gllr_return_link_url'] ) ) : $gllr_option_defaults["return_link_url"];
827
  $gllr_request_options["return_link_shortcode"] = ( isset( $_REQUEST['gllr_return_link_shortcode'] ) ) ? 1 : 0;
828
+ $gllr_request_options["return_link_text"] = ( isset( $_REQUEST['gllr_return_link_text'] ) ) ? stripslashes( esc_html( $_REQUEST['gllr_return_link_text'] ) ) : $gllr_option_defaults["return_link_text"];
829
+ $gllr_request_options["read_more_link_text"] = ( isset( $_REQUEST['gllr_read_more_link_text'] ) ) ? stripslashes( esc_html( $_REQUEST['gllr_read_more_link_text'] ) ) : $gllr_option_defaults["read_more_link_text"];
830
 
831
  $gllr_request_options["rewrite_template"] = isset( $_REQUEST['gllr_rewrite_template'] ) ? 1 : 0;
832
 
833
  if ( $cstmsrch_options && ! empty( $cstmsrch_options ) ) {
834
+ if ( isset( $_REQUEST['gllr_add_to_search'] ) ) {
835
  if ( ! in_array( 'gallery', $cstmsrch_options['post_types'] ) ) {
836
  array_push( $cstmsrch_options['post_types'], 'gallery' );
837
  }
860
  $error = $go_pro_result['error'];
861
  elseif ( ! empty( $go_pro_result['message'] ) )
862
  $message = $go_pro_result['message'];
863
+ } /* Display form on the setting page */
864
 
865
  if ( isset( $_REQUEST['bws_restore_confirm'] ) && check_admin_referer( $plugin_basename, 'bws_settings_nonce_name' ) ) {
866
  $gllr_options = $gllr_option_defaults;
868
  $message = __( 'All plugin settings were restored.', 'gallery-plugin' );
869
  }
870
 
871
+ /* check demo data */
872
+ $result = $gllr_BWS_demo_data->bws_handle_demo_data( 'gllr_plugin_upgrade' );
873
+ if ( ! empty( $result ) && is_array( $result ) ) {
874
  $error = $result['error'];
875
  $message = $result['done'];
876
+ if ( ! empty( $result['done'] ) && ! empty( $result['options'] ) )
877
  $gllr_options = $result['options'];
878
  } ?>
879
  <div class="wrap">
880
+ <h1 style="line-height: normal;"><?php _e( 'Gallery Settings', 'gallery-plugin' ); ?></h1>
881
  <h2 class="nav-tab-wrapper">
882
  <a class="nav-tab<?php if ( ! isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=gallery-plugin.php"><?php _e( 'Settings', 'gallery-plugin' ); ?></a>
883
  <a class="nav-tab bws_go_pro_tab<?php if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=gallery-plugin.php&amp;action=go_pro"><?php _e( 'Go PRO', 'gallery-plugin' ); ?></a>
884
  </h2>
885
+ <div id="gllr_settings_message" class="updated below-h2 fade" <?php if ( "" == $message ) echo 'style="display:none"'; ?>><p><strong><?php echo $message; ?></strong></p></div>
886
+ <div class="error below-h2" <?php if ( "" == $error ) echo 'style="display:none"'; ?>><p><strong><?php echo $error; ?></strong></p></div>
887
+ <?php if ( ! isset( $_GET['action'] ) ) {
888
  if ( isset( $_REQUEST['bws_restore_default'] ) && check_admin_referer( $plugin_basename, 'bws_settings_nonce_name' ) ) {
889
  bws_form_restore_default_confirm( $plugin_basename );
890
  } elseif ( isset( $_POST['bws_handle_demo'] ) && check_admin_referer( $plugin_basename, 'bws_settings_nonce_name' ) ) {
891
+ $gllr_BWS_demo_data->bws_demo_confirm();
892
  } else { ?>
893
+ <noscript><div class="error below-h2"><p><?php _e( 'Please enable JavaScript to use the option to renew images.', 'gallery-plugin' ); ?></p></div></noscript>
894
  <?php bws_show_settings_notice();
895
  if ( ! empty( $hide_result['message'] ) ) { ?>
896
+ <div class="updated below-h2 fade"><p><strong><?php echo $hide_result['message']; ?></strong></p></div>
897
  <?php } ?>
898
  <br/>
899
+ <div><?php printf(
900
+ __( "If you would like to add a Gallery to your page or post, please use %s button", 'gallery-plugin' ),
901
+ '<span class="bws_code"><img style="vertical-align: sub;" src="' . plugins_url( 'bws_menu/images/shortcode-icon.png', __FILE__ ) . '" alt=""/></span>' ); ?>
902
+ <div class="bws_help_box bws_help_box_right dashicons dashicons-editor-help gllr_help_box_shorcode_info">
903
  <div class="bws_hidden_help_text" style="min-width: 180px;">
904
+ <?php printf(
905
+ __( "You can add the Gallery to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode %s, where * stands for gallery ID", 'gallery-plugin' ),
906
  '<code><img style="vertical-align: sub;" src="' . plugins_url( 'bws_menu/images/shortcode-icon.png', __FILE__ ) . '" alt="" /></code>',
907
  '<span class="bws_code">[print_gllr id=*]</span>'
908
  ); ?>
909
  </div>
910
  </div>
911
  </div>
 
 
 
 
 
 
 
 
 
912
  <form class="bws_form" method="post" action="admin.php?page=gallery-plugin.php">
913
  <table class="gllr_settings_table form-table">
914
+ <tr valign="top">
915
+ <th scope="row"><?php _e( 'Number of images in the row', 'gallery-plugin' ); ?> </th>
916
  <td>
917
+ <input type="number" name="gllr_custom_image_row_count" min="1" max="10000" value="<?php echo $gllr_options["custom_image_row_count"]; ?>" /> <span class="bws_info"><?php _e( 'The number of images per row can be less depending on the width of the parent block', 'gallery-plugin' ); ?></span>
 
 
 
 
 
 
 
 
918
  </td>
919
  </tr>
920
+ <tr valign="top">
921
+ <th scope="row"><?php _e( 'Image size', 'gallery-plugin' ); ?> </th>
922
  <td>
923
+ <fieldset>
924
+ <span class="bws_info"><?php _e( 'WordPress will create a new thumbnail with the specified dimensions when you upload a new photo.', 'gallery-plugin' ); ?></span>
925
+ <div class="gllr_settings_size" style="margin: 0 0 10px;">
926
+ <label><strong><?php _e( 'For the album cover', 'gallery-plugin' ); ?></strong> <span>(<?php echo $gllr_options["gllr_custom_size_name"][0]; ?>)</span></label><br />
927
+ <input type="number" name="gllr_custom_image_size_w_album" min="1" max="10000" value="<?php echo $gllr_options["gllr_custom_size_px"][0][0]; ?>" /> x <input type="number" name="gllr_custom_image_size_h_album" min="1" max="10000" value="<?php echo $gllr_options["gllr_custom_size_px"][0][1]; ?>" /> <span class="bws_info">(<?php _e( 'width x height', 'gallery-plugin' ); ?>) <?php _e( 'in px', 'gallery-plugin' ); ?></span>
928
+ </div>
929
+ <div class="gllr_settings_size" style="margin: 0 0 10px;">
930
+ <label><strong><?php _e( 'For thumbnails', 'gallery-plugin' ); ?></strong> (<?php echo $gllr_options["gllr_custom_size_name"][1]; ?>)</label><br />
931
+ <input type="number" name="gllr_custom_image_size_w_photo" min="1" max="10000" value="<?php echo $gllr_options["gllr_custom_size_px"][1][0]; ?>" /> x <input type="number" name="gllr_custom_image_size_h_photo" min="1" max="10000" value="<?php echo $gllr_options["gllr_custom_size_px"][1][1]; ?>" /> <span class="bws_info">(<?php _e( 'width x height', 'gallery-plugin' ); ?>) <?php _e( 'in px', 'gallery-plugin' ); ?></span>
932
+ </div>
933
+ <div class="gllr_settings_size" style="margin: 0 0 10px;">
934
+ <input type="button" value="<?php _e( 'Update images for gallery', 'gallery-plugin' ); ?>" id="gllr_ajax_update_images" name="ajax_update_images" class="button" /> <div id="gllr_img_loader"><img src="<?php echo plugins_url( 'images/ajax-loader.gif', __FILE__ ); ?>" alt="loader" /></div>
935
+ </div>
936
+ </fieldset>
937
  </td>
938
  </tr>
 
 
 
939
  </table>
940
  <?php if ( ! $bws_hide_premium_options_check ) { ?>
941
  <div class="bws_pro_version_bloc">
942
+ <div class="bws_pro_version_table_bloc">
943
  <button type="submit" name="bws_hide_premium_options" class="notice-dismiss bws_hide_premium_options" title="<?php _e( 'Close', 'gallery-plugin' ); ?>"></button>
944
  <div class="bws_table_bg"></div>
945
  <table class="gllr_settings_table form-table bws_pro_version">
946
+ <tr valign="top">
947
+ <th scope="row"><?php _e( 'Image size', 'gallery-plugin' ); ?> </th>
948
  <td>
949
+ <fieldset>
950
+ <label><strong><?php _e( 'For images in the lightbox', 'gallery-plugin' ); ?></strong> (full-photo)</label>
951
+ <div class="gllr_settings_size" style="margin: 0 0 10px;">
952
+ <input disabled class="gllrprfssnl_size_photo_full" type="number" name="gllrprfssnl_custom_image_size_w_full" min="1" max="10000" value="1024" /> x <input disabled class="gllrprfssnl_size_photo_full" type="number" name="gllrprfssnl_custom_image_size_h_full" min="1" max="10000" value="1024" /> <span class="bws_info">(<?php _e( 'width x height', 'gallery-plugin' ); ?>) <?php _e( 'in px', 'gallery-plugin' ); ?></span>
953
+ </div>
954
+ <input disabled type="checkbox" name="gllrprfssnl_size_photo_full" value="1" /> <?php _e( 'Display a full size image in the lightbox', 'gallery-plugin' ); ?>
955
+ </fieldset>
956
  </td>
957
  </tr>
958
+ <tr valign="top">
959
  <th scope="row"><?php _e( 'Crop position', 'gallery-plugin' ); ?></th>
960
  <td>
961
  <label>
962
+ <select disabled style="min-width: 100px; max-width: 150px; width: 100%;">
963
  <option value="center"><?php _e( 'center', 'gallery-plugin' ); ?></option>
964
+ </select>
965
+ <span class="bws_info"><?php _e( 'Horizontal', 'gallery-plugin' ); ?></span>
966
  </label><br />
967
  <label>
968
+ <select disabled style="min-width: 100px; max-width: 150px; width: 100%;">
969
  <option value="center"><?php _e( 'center', 'gallery-plugin' ); ?></option>
970
  </select>
971
+ <span class="bws_info"><?php _e( 'Vertical', 'gallery-plugin' ); ?></span>
972
  </label>
973
  </td>
974
  </tr>
975
  <tr valign="top">
976
+ <th scope="row"><?php _e( 'Single gallery view', 'gallery-plugin' ); ?> </th>
977
  <td>
978
+ <fieldset>
979
+ <label><input disabled="disabled" type="radio" name="gllrprfssnl_view" value="grid" checked="checked" /> <?php _e( 'Grid', 'gallery-plugin' )?></label><br/>
980
+ <label><input disabled="disabled" type="radio" name="gllrprfssnl_view" value="masonry" /> <?php _e( 'Masonry', 'gallery-plugin' )?></label>
981
+ </fieldset>
982
  </td>
983
+ </tr>
984
  <tr valign="top">
985
  <th scope="row" colspan="2">
986
  * <?php _e( 'If you upgrade to Pro version all your settings and galleries will be saved.', 'gallery-plugin' ); ?>
990
  </div>
991
  <div class="bws_pro_version_tooltip">
992
  <div class="bws_info">
993
+ <?php _e( 'Unlock premium options by upgrading to Pro version', 'gallery-plugin' ); ?>
994
  </div>
995
  <div class="bws_pro_links">
996
  <span class="bws_trial_info">
997
  <a href="http://bestwebsoft.com/products/gallery/trial/?k=63a36f6bf5de0726ad6a43a165f38fe5&pn=79&v=<?php echo $gllr_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Gallery Pro Plugin"><?php _e( 'Start Your Trial', 'gallery-plugin' ); ?></a>
998
  <?php _e( 'or', 'gallery-plugin' ); ?>
999
  </span>
1000
+ <a class="bws_button" href="http://bestwebsoft.com/products/gallery/?k=63a36f6bf5de0726ad6a43a165f38fe5&pn=79&v=<?php echo $gllr_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Gallery Pro Plugin"><?php _e( 'Learn More', 'gallery-plugin' ); ?></a>
1001
  </div>
1002
  <div class="gllr_clear"></div>
1003
  </div>
1004
  </div>
1005
  <?php } ?>
1006
  <table class="gllr_settings_table form-table">
1007
+ <tr>
1008
+ <th scope="row"><?php _e( 'Display image text', 'gallery-plugin' ); ?></th>
1009
  <td>
1010
+ <label><input type="checkbox" name="gllr_image_text" value="1" <?php if ( 1 == $gllr_options["image_text"] ) echo 'checked="checked"'; ?> /> <?php _e( 'Turn off the checkbox, if you want to display text just in a lightbox', 'gallery-plugin' ); ?></label>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1011
  </td>
1012
  </tr>
1013
  <tr valign="top">
1014
+ <th scope="row"><?php _e( 'Images with border', 'gallery-plugin' ); ?></th>
1015
  <td>
1016
+ <input type="checkbox" name="gllr_border_images" value="1" <?php if ( 1 == $gllr_options["border_images"] ) echo 'checked="checked"'; ?> /><br />
1017
+ <div class="gllr_for_border_images">
1018
+ <input type="number" min="0" max="10000" value="<?php echo $gllr_options["border_images_width"]; ?>" name="gllr_border_images_width" /> <span class="bws_info"><?php _e( 'Border width in px, just numbers', 'gallery-plugin' ); ?></span><br />
1019
+ <input type="minicolors" name="gllr_border_images_color" maxlength="7" value="<?php echo $gllr_options["border_images_color"]; ?>" id="gllr_border_images_color" /> <span class="bws_info"><?php _e( 'Select a border color', 'gallery-plugin' ); ?></span>
1020
+ </div>
1021
  </td>
1022
  </tr>
1023
  <tr valign="top">
1024
+ <th scope="row"><?php _e( 'Sort images', 'gallery-plugin' ); ?></th>
1025
  <td>
1026
+ <fieldset>
1027
+ <label><input type="radio" name="gllr_order_by" value="ID" <?php if ( 'ID' == $gllr_options["order_by"] ) echo 'checked="checked"'; ?> /> <?php _e( 'by Attachment ID', 'gallery-plugin' ); ?></label><br />
1028
+ <label><input type="radio" name="gllr_order_by" value="title" <?php if ( 'title' == $gllr_options["order_by"] ) echo 'checked="checked"'; ?> /> <?php _e( 'by Image Name', 'gallery-plugin' ); ?></label><br />
1029
+ <label><input type="radio" name="gllr_order_by" value="date" <?php if ( 'date' == $gllr_options["order_by"] ) echo 'checked="checked"'; ?> /> <?php _e( 'by Date', 'gallery-plugin' ); ?></label><br />
1030
+ <label><input type="radio" name="gllr_order_by" value="meta_value_num" <?php if ( 'meta_value_num' == $gllr_options["order_by"] ) echo 'checked="checked"'; ?> /> <?php _e( 'by Sorting order in the Gallery', 'gallery-plugin' ); ?></label><br />
1031
+ <label><input type="radio" name="gllr_order_by" value="rand" <?php if ( 'rand' == $gllr_options["order_by"] ) echo 'checked="checked"'; ?> /> <?php _e( 'Random', 'gallery-plugin' ); ?></label>
1032
+ </fieldset>
1033
  </td>
1034
  </tr>
1035
  <tr valign="top">
1036
+ <th scope="row"><?php _e( 'The images sort order', 'gallery-plugin' ); ?></th>
1037
  <td>
1038
+ <fieldset>
1039
+ <label><input type="radio" name="gllr_order" value="ASC" <?php if ( 'ASC' == $gllr_options["order"] ) echo 'checked="checked"'; ?> /> <?php _e( 'ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)', 'gallery-plugin' ); ?></label><br />
1040
+ <label><input type="radio" name="gllr_order" value="DESC" <?php if ( 'DESC' == $gllr_options["order"] ) echo 'checked="checked"'; ?> /> <?php _e( 'DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)', 'gallery-plugin' ); ?></label>
1041
+ </fieldset>
 
1042
  </td>
1043
  </tr>
1044
  <tr valign="top">
1045
+ <th scope="row"><?php _e( 'Sort galleries', 'gallery-plugin' ); ?></th>
1046
  <td>
1047
+ <fieldset>
1048
+ <label><input type="radio" name="gllr_album_order_by" value="ID" <?php if ( 'ID' == $gllr_options["album_order_by"] ) echo 'checked="checked"'; ?> /> <?php _e( 'by Gallery ID', 'gallery-plugin' ); ?></label><br />
1049
+ <label><input type="radio" name="gllr_album_order_by" value="title" <?php if ( 'title' == $gllr_options["album_order_by"] ) echo 'checked="checked"'; ?> /> <?php _e( 'by Title', 'gallery-plugin' ); ?></label><br />
1050
+ <label><input type="radio" name="gllr_album_order_by" value="date" <?php if ( 'date' == $gllr_options["album_order_by"] ) echo 'checked="checked"'; ?> /> <?php _e( 'by Date', 'gallery-plugin' ); ?></label><br />
1051
+ <label><input type="radio" name="gllr_album_order_by" value="modified" <?php if ( 'modified' == $gllr_options["album_order_by"] ) echo 'checked="checked"'; ?> /> <?php _e( 'by Last modified date', 'gallery-plugin' ); ?></label><br />
1052
+ <label><input type="radio" name="gllr_album_order_by" value="comment_count" <?php if ( 'comment_count' == $gllr_options["album_order_by"] ) echo 'checked="checked"'; ?> /> <?php _e( 'by Comment count', 'gallery-plugin' ); ?></label><br />
1053
+ <label><input type="radio" name="gllr_album_order_by" value="menu_order" <?php if ( 'menu_order' == $gllr_options["album_order_by"] ) echo 'checked="checked"'; ?> /> <?php _e( 'by Sorting order (the input field for sorting order)', 'gallery-plugin' ); ?></label><br />
1054
+ <label><input type="radio" name="gllr_album_order_by" value="author" <?php if ( 'author' == $gllr_options["album_order_by"] ) echo 'checked="checked"'; ?> /> <?php _e( 'by Author', 'gallery-plugin' ); ?></label><br />
1055
+ <label><input type="radio" name="gllr_album_order_by" value="rand" <?php if ( 'rand' == $gllr_options["album_order_by"] ) echo 'checked="checked"'; ?> /> <?php _e( 'Random', 'gallery-plugin' ); ?></label>
1056
+ </fieldset>
1057
  </td>
1058
  </tr>
1059
  <tr valign="top">
1060
+ <th scope="row"><?php _e( 'The galleries sort order', 'gallery-plugin' ); ?></th>
1061
  <td>
1062
+ <fieldset>
1063
+ <label><input type="radio" name="gllr_album_order" value="ASC" <?php if ( 'ASC' == $gllr_options["album_order"] ) echo 'checked="checked"'; ?> /> <?php _e( 'ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)', 'gallery-plugin' ); ?></label><br />
1064
+ <label><input type="radio" name="gllr_album_order" value="DESC" <?php if ( 'DESC' == $gllr_options["album_order"] ) echo 'checked="checked"'; ?> /> <?php _e( 'DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)', 'gallery-plugin' ); ?></label>
1065
+ </fieldset>
 
 
 
 
1066
  </td>
1067
  </tr>
1068
  <tr valign="top">
1069
+ <th scope="row"><?php _e( 'Start slideshow', 'gallery-plugin' ); ?> </th>
1070
  <td>
1071
+ <input type="checkbox" name="gllr_start_slideshow" value="1" <?php if ( 1 == $gllr_options["start_slideshow"] ) echo 'checked="checked"'; ?> /><br>
1072
+ <div class="gllr_for_start_slideshow"><input type="number" name="gllr_slideshow_interval" min="1" max="1000000" value="<?php echo $gllr_options["slideshow_interval"]; ?>" /> <span class="bws_info"><?php _e( 'Slideshow interval', 'gallery-plugin' ); ?> <?php _e( '(ms)', 'gallery-plugin' ); ?></span></div>
1073
  </td>
1074
  </tr>
1075
  <tr valign="top">
1076
+ <th scope="row"><?php _e( 'Use single lightbox for multiple galleries on one page', 'gallery-plugin' ); ?> </th>
1077
  <td>
1078
+ <input type="checkbox" name="gllr_single_lightbox_for_multiple_galleries" value="1" <?php if ( 1 == $gllr_options["single_lightbox_for_multiple_galleries"] ) echo 'checked="checked"'; ?> />
1079
  </td>
1080
  </tr>
1081
  <tr valign="top">
1099
  <tr valign="top">
1100
  <th scope="row"><?php _e( 'The Back link URL', 'gallery-plugin' ); ?></th>
1101
  <td>
1102
+ <fieldset>
1103
+ <label><input type="radio" value="gallery_template_url" name="gllr_return_link_page" <?php if ( 'gallery_template_url' == $gllr_options["return_link_page"] ) echo 'checked="checked"'; ?> /><?php _e( 'Gallery page (Page with Gallery Template)', 'gallery-plugin' ); ?></label><br />
1104
+ <input type="radio" value="custom_url" name="gllr_return_link_page" id="gllr_return_link_url" <?php if ( 'custom_url' == $gllr_options["return_link_page"] ) echo 'checked="checked"'; ?> /> <input type="text" value="<?php echo $gllr_options["return_link_url"]; ?>" name="gllr_return_link_url" maxlength="250" />
1105
+ <label for="gllr_return_link_url"><?php _e( '(Full URL to custom page)' , 'gallery-plugin'); ?></label>
1106
+ </fieldset>
1107
  </td>
1108
  </tr>
1109
  <tr valign="top">
1117
  <td>
1118
  <?php if ( array_key_exists( 'custom-search-plugin/custom-search-plugin.php', $all_plugins ) || array_key_exists( 'custom-search-pro/custom-search-pro.php', $all_plugins ) ) {
1119
  if ( is_plugin_active( 'custom-search-plugin/custom-search-plugin.php' ) || is_plugin_active( 'custom-search-pro/custom-search-pro.php' ) ) { ?>
1120
+ <input type="checkbox" name="gllr_add_to_search" value="1" <?php if ( is_array( $cstmsrch_options ) && in_array( 'gallery', $cstmsrch_options['post_types'] ) ) echo 'checked="checked"'; ?> />
1121
  <span class="bws_info"> (<?php _e( 'Using', 'gallery-plugin' ); ?> Custom Search <?php _e( 'powered by', 'gallery-plugin' ); ?> <a href="http://bestwebsoft.com/products/">bestwebsoft.com</a>)</span>
1122
  <?php } else { ?>
1123
+ <input disabled="disabled" type="checkbox" name="gllr_add_to_search" value="1" <?php if ( is_array( $cstmsrch_options ) && in_array( 'gallery', $cstmsrch_options['post_types'] ) ) echo 'checked="checked"'; ?> />
1124
  <span class="bws_info">(<?php _e( 'Using', 'gallery-plugin' ); ?> Custom Search <?php _e( 'powered by', 'gallery-plugin' ); ?> <a href="http://bestwebsoft.com/products/">bestwebsoft.com</a>) <a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate', 'gallery-plugin' ); ?> Custom Search</a></span>
1125
  <?php }
1126
  } else { ?>
1127
+ <input disabled="disabled" type="checkbox" name="gllr_add_to_search" value="1" />
1128
  <span class="bws_info">(<?php _e( 'Using', 'gallery-plugin' ); ?> Custom Search <?php _e( 'powered by', 'gallery-plugin' ); ?> <a href="http://bestwebsoft.com/products/">bestwebsoft.com</a>) <a href="http://bestwebsoft.com/products/custom-search/"><?php _e( 'Download', 'gallery-plugin' ); ?> Custom Search</a></span>
1129
  <?php } ?>
1130
  </td>
1142
  <button type="submit" name="bws_hide_premium_options" class="notice-dismiss bws_hide_premium_options" title="<?php _e( 'Close', 'gallery-plugin' ); ?>"></button>
1143
  <div class="bws_table_bg"></div>
1144
  <table class="gllr_settings_table form-table bws_pro_version">
1145
+ <tr valign="top">
1146
+ <th scope="row"><?php _e( 'Display image text', 'gallery-plugin' ); ?></th>
1147
+ <td>
1148
+ <fieldset>
1149
+ <label><input disabled type="radio" value="under" checked="checked"> <?php _e( 'Under image', 'gallery-plugin' ); ?> <span class="bws_help_box dashicons dashicons-editor-help"></span></label><br>
1150
+ <label><input disabled type="radio" value="hover"> <?php _e( 'By mouse hover', 'gallery-plugin' ); ?> <span class="bws_help_box dashicons dashicons-editor-help"><span class="bws_hidden_help_text"></span></label>
1151
+ </fieldset>
1152
+ </td>
1153
+ </tr>
1154
+ <tr valign="top">
1155
  <th scope="row"><?php _e( 'Use pagination for images', 'gallery-plugin' ); ?></th>
1156
  <td>
1157
+ <input disabled type="checkbox" name="gllrprfssnl_images_pagination" value="1" checked="checked" /><br />
1158
+ <label><input disabled type="number" name="gllrprfssnl_images_per_page" min="1" max="1000" value="10" style="width:100px;" /> <?php _e( 'per page', 'gallery-plugin' ); ?></label>
1159
+ </td>
1160
+ </tr>
1161
+ <tr valign="top">
1162
+ <th scope="row"><?php _e( 'Lightbox background', 'gallery-plugin' ); ?> </th>
1163
+ <td>
1164
+ <input disabled class="button button-small gllrprfssnl_lightbox_default" type="button" value="<?php _e( 'Default', 'gallery-plugin' ); ?>"> <br />
1165
+ <input disabled type="text" size="8" value="0.7" name="gllrprfssnl_background_lightbox_opacity" /> <span class="bws_info"><?php _e( 'Background transparency (from 0 to 1)', 'gallery-plugin' ); ?></span><br />
1166
+ <label><input disabled id="gllrprfssnl_background_lightbox_color" type="minicolors" name="gllrprfssnl_background_lightbox_color" value="#777777" id="gllrprfssnl_background_lightbox_color" /> <span class="bws_info"><?php _e( 'Select a background color', 'gallery-plugin' ); ?></span></label>
1167
  </td>
1168
  </tr>
1169
+ <tr valign="top">
1170
  <th scope="row"><?php _e( 'The lightbox helper', 'gallery-plugin' ); ?></th>
1171
  <td>
1172
+ <label><input disabled type="radio" name="gllrprfssnl_fancybox_helper" value="none" checked="checked" /> <?php _e( 'Do not use', 'gallery-plugin' ); ?></label><br />
1173
  <label><input disabled type="radio" name="gllrprfssnl_fancybox_helper" value="button" /> <?php _e( 'Button helper', 'gallery-plugin' ); ?></label><br />
1174
  <label><input disabled type="radio" name="gllrprfssnl_fancybox_helper" value="thumbnail" /> <?php _e( 'Thumbnail helper', 'gallery-plugin' ); ?></label>
1175
  </td>
1176
  </tr>
1177
+ <tr valign="top">
1178
  <th scope="row"><?php _e( 'Display Like buttons in the lightbox', 'gallery-plugin' ); ?></th>
1179
  <td>
1180
  <label><input disabled type="checkbox" name="gllrprfssnl_like_button_fb" value="1" /> <?php _e( 'FaceBook', 'gallery-plugin' ); ?></label><br />
1183
  <label><input disabled type="checkbox" name="gllrprfssnl_like_button_g_plusone" value="1" /> <?php _e( 'Google +1', 'gallery-plugin' ); ?></label>
1184
  </td>
1185
  </tr>
1186
+ <tr valign="top">
1187
  <th scope="row"><?php _e( 'Slug for gallery item', 'gallery-plugin' ); ?></th>
1188
  <td>
1189
  <input type="text" name="gllrprfssnl_slug" value="gallery" disabled /> <span class="bws_info"><?php _e( 'for any structure of permalinks except the default structure', 'gallery-plugin' ); ?></span>
1211
  </div>
1212
  <div class="bws_pro_version_tooltip">
1213
  <div class="bws_info">
1214
+ <?php _e( 'Unlock premium options by upgrading to Pro version', 'gallery-plugin' ); ?>
1215
  </div>
1216
  <div class="bws_pro_links">
1217
  <span class="bws_trial_info">
1223
  <div class="gllr_clear"></div>
1224
  </div>
1225
  </div>
1226
+ <?php } ?>
1227
  <p class="submit">
1228
+ <input id="bws-submit-button" type="submit" class="button-primary" value="<?php _e( 'Save Changes', 'gallery-plugin' ) ?>" />
1229
  <input type="hidden" name="gllr_form_submit" value="submit" />
1230
  <?php wp_nonce_field( $plugin_basename, 'gllr_nonce_name' ); ?>
1231
+ </p>
1232
  </form>
1233
+ <?php $gllr_BWS_demo_data->bws_show_demo_button( __( 'If you install the demo-data, will be created galleries with images, demo-post with available shortcodes and page with a list of all the galleries.', 'gallery-plugin' ) );
1234
  bws_form_restore_default_settings( $plugin_basename );
1235
  }
1236
  } elseif ( 'go_pro' == $_GET['action'] ) {
1237
  bws_go_pro_tab_show( $bws_hide_premium_options_check, $gllr_plugin_info, $plugin_basename, 'gallery-plugin.php', 'gallery-plugin-pro.php', 'gallery-plugin-pro/gallery-plugin-pro.php', 'gallery', '63a36f6bf5de0726ad6a43a165f38fe5', '79', isset( $go_pro_result['pro_plugin_is_activated'] ), '7' );
1238
+ }
1239
  bws_plugin_reviews_block( $gllr_plugin_info['Name'], 'gallery-plugin' ); ?>
1240
  </div>
1241
  <?php }
1293
  wp_enqueue_style( 'gllr_stylesheet', plugins_url( 'css/style.css', __FILE__ ) );
1294
 
1295
  wp_enqueue_script( 'jquery' );
 
1296
 
1297
  if ( isset( $_GET['page'] ) && "gallery-plugin.php" == $_GET['page'] ) {
1298
+ wp_enqueue_script( 'gllr_minicolors_js', plugins_url( 'minicolors/jquery.miniColors.js', __FILE__ ), array( 'jquery' ) );
1299
  wp_enqueue_style( 'gllr_minicolors_css', plugins_url( 'minicolors/jquery.miniColors.css', __FILE__ ) );
1300
 
1301
+ wp_enqueue_script( 'gllr_script', plugins_url( 'js/script.js', __FILE__ ), array( 'jquery' ) );
1302
  wp_localize_script( 'gllr_script', 'gllr_vars',
1303
  array(
1304
  'gllr_nonce' => wp_create_nonce( plugin_basename( __FILE__ ), 'gllr_ajax_nonce_field' ),
1306
  'not_found_img_info' => __( 'No image found.', 'gallery-plugin' ),
1307
  'img_success' => __( 'All images are updated.', 'gallery-plugin' ),
1308
  'img_error' => __( 'Error.', 'gallery-plugin' )
1309
+ )
1310
  );
1311
+ } else if (
1312
+ ( isset( $_GET['action'] ) && $_GET['action'] == 'edit' && get_post_type( get_the_ID() ) == 'gallery' ) ||
1313
  ( isset( $pagenow ) && $pagenow == 'post-new.php' && isset( $_GET['post_type'] ) && $_GET['post_type'] == 'gallery' ) ) {
1314
+ wp_enqueue_script( 'jquery-ui-sortable' );
1315
  wp_enqueue_script( 'gllr_script', plugins_url( 'js/script.js', __FILE__ ), array( 'jquery' ) );
1316
  wp_localize_script( 'gllr_script', 'gllr_vars',
1317
  array(
1321
  'confirm_update_gallery' => __( "Switching to another mode, all unsaved data will be lost. Save data before switching?", 'gallery-plugin' ),
1322
  'wp_media_title' => __( 'Insert Media', 'gallery-plugin' ),
1323
  'wp_media_button' => __( 'Insert', 'gallery-plugin' ),
1324
+ )
1325
  );
1326
  }
1327
 
1352
  'actions' => array(
1353
  'click' => true,
1354
  'onload' => true,
1355
+ ),
1356
  'content' => '<h3>' . __( 'Add multiple gallery categories', 'gallery-plugin' ) . '</h3><p>' . __( "Install Gallery Categories plugin to add unlimited number of categories.", 'gallery-plugin' ) . ' <a href="http://bestwebsoft.com/products/gallery-categories/?k=bb17b69bfb50827f3e2a9b3a75978760&pn=79&v=' . $gllr_plugin_info["Version"] . '&wp_v=' . $wp_version . '" target="_blank">' . $learn_more . '</a></p>',
1357
  'buttons' => array(
1358
  array(
1365
  'text' => __( 'Close', 'gallery-plugin' ),
1366
  ),
1367
  ),
1368
+ 'position' => array(
1369
+ 'edge' => is_rtl() ? 'left' : 'right',
1370
  ),
1371
  );
1372
  if ( 4.0 > $wp_version && 3.8 < $wp_version) {
1390
 
1391
  $all_plugins = get_plugins();
1392
 
1393
+ if ( ! is_plugin_active( 'portfolio-pro/portfolio-pro.php' ) || ( isset( $all_plugins["portfolio-pro/portfolio-pro.php"]["Version"] ) && "1.0.0" >= $all_plugins["portfolio-pro/portfolio-pro.php"]["Version"] ) ) {
1394
  wp_enqueue_style( 'gllr_fancybox_stylesheet', plugins_url( 'fancybox/jquery.fancybox-1.3.4.css', __FILE__ ) );
1395
+ wp_enqueue_script( 'gllr_fancybox_mousewheel_js', plugins_url( 'fancybox/jquery.mousewheel-3.0.4.pack.js', __FILE__ ), array( 'jquery' ) );
1396
  wp_enqueue_script( 'gllr_fancybox_js', plugins_url( 'fancybox/jquery.fancybox-1.3.4.pack.js', __FILE__ ), array( 'jquery' ) );
1397
  }
1398
+
1399
+ wp_enqueue_script( 'gllr_js', plugins_url( 'js/frontend_script.js', __FILE__ ), array( 'jquery' ) );
1400
  }
1401
  }
1402
 
1434
  'id' => '',
1435
  'display' => 'full',
1436
  'cat_id' => ''
1437
+ ), $attr )
1438
  );
1439
  ob_start();
1440
  if ( empty( $gllr_options ) )
1441
  $gllr_options = get_option( 'gllr_options' );
1442
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
1443
+
1444
  if ( ! empty( $cat_id ) && ( is_plugin_active( 'gallery-categories/gallery-categories.php' ) || is_plugin_active( 'gallery-categories-pro/gallery-categories-pro.php' ) ) ) {
1445
  global $first_query;
1446
  $term = get_term( $cat_id, 'gallery_categories' );
1463
  $attachments = get_post_thumbnail_id( $post->ID );
1464
  if ( empty ( $attachments ) ) {
1465
  $images_id = get_post_meta( $post->ID, '_gallery_images', true );
1466
+ $attachments = get_posts( array(
1467
  "showposts" => 1,
1468
  "what_to_show" => "posts",
1469
  "post_status" => "inherit",
1473
  "post_mime_type" => "image/jpeg,image/gif,image/jpg,image/png",
1474
  'post__in' => explode( ',', $images_id ),
1475
  'meta_key' => '_gallery_order_' . $post->ID
1476
+ ));
1477
  if ( ! empty( $attachments[0] ) ) {
1478
  $first_attachment = $attachments[0];
1479
  $image_attributes = wp_get_attachment_image_src( $first_attachment->ID, "album-thumb" );
1511
  <div class="gallery_box">
1512
  <ul>
1513
  <?php global $post, $wpdb, $wp_query;
1514
+ if ( $second_query->have_posts() ) :
1515
  $second_query->the_post();
1516
  $attachments = get_post_thumbnail_id( $post->ID );
1517
+
1518
+ if ( empty ( $attachments ) ) {
1519
  $images_id = get_post_meta( $post->ID, '_gallery_images', true );
1520
+ $attachments = get_posts( array(
1521
  "showposts" => 1,
1522
  "what_to_show" => "posts",
1523
  "post_status" => "inherit",
1527
  "post_mime_type" => "image/jpeg,image/gif,image/jpg,image/png",
1528
  'post__in' => explode( ',', $images_id ),
1529
  'meta_key' => '_gallery_order_' . $post->ID
1530
+ ));
1531
  if ( ! empty( $attachments[0] ) ) {
1532
  $first_attachment = $attachments[0];
1533
  $image_attributes = wp_get_attachment_image_src( $first_attachment->ID, "album-thumb" );
1535
  $image_attributes = array( '' );
1536
  } else {
1537
  $image_attributes = wp_get_attachment_image_src( $attachments, 'album-thumb' );
1538
+ }
1539
  if ( 1 == $gllr_options['border_images'] ) {
1540
  $gllr_border = 'border-width: ' . $gllr_options['border_images_width'] . 'px; border-color:' . $gllr_options['border_images_color'] . ';border: ' . $gllr_options['border_images_width'] . 'px solid ' . $gllr_options['border_images_color'];
1541
  } else {
1555
  <?php endif; ?>
1556
  </ul>
1557
  </div><!-- .gallery_box -->
1558
+ <?php } else {
1559
+ if ( $second_query->have_posts() ) :
1560
+ while ( $second_query->have_posts() ) :
1561
  global $post;
1562
  $second_query->the_post(); ?>
1563
  <div class="gallery_box_single">
1565
 
1566
  $images_id = get_post_meta( $post->ID, '_gallery_images', true );
1567
 
1568
+ $posts = get_posts( array(
1569
  "showposts" => -1,
1570
  "what_to_show" => "posts",
1571
  "post_status" => "inherit",
1575
  "post_mime_type" => "image/jpeg,image/gif,image/jpg,image/png",
1576
  'post__in' => explode( ',', $images_id ),
1577
  'meta_key' => '_gallery_order_' . $post->ID
1578
+ ));
1579
 
1580
  if ( 0 < count( $posts ) ) {
1581
  $count_image_block = 0; ?>
1582
+ <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']; ?>">
1583
+ <?php foreach ( $posts as $attachment ) {
1584
  $key = "gllr_image_text";
1585
  $link_key = "gllr_link_url";
1586
  $alt_tag_key = "gllr_image_alt_tag";
1615
  </div><!-- .gllr_image_block -->
1616
  <?php if ( $count_image_block%$gllr_options['custom_image_row_count'] == $gllr_options['custom_image_row_count']-1 ) { ?>
1617
  </div><!-- .gllr_image_row -->
1618
+ <?php }
1619
+ $count_image_block++;
1620
+ }
1621
  if ( 0 < $count_image_block && $count_image_block%$gllr_options['custom_image_row_count'] != 0 ) { ?>
1622
  </div><!-- .gllr_image_row -->
1623
  <?php } ?>
1624
  </div><!-- .gallery.clearfix -->
1625
+ <?php }
1626
+ if ( 1 == $gllr_options['return_link_shortcode'] ) {
1627
+ if ( 'gallery_template_url' == $gllr_options["return_link_page"] ) {
1628
+ global $wpdb;
1629
+ $parent = $wpdb->get_var( "SELECT $wpdb->posts.ID FROM $wpdb->posts, $wpdb->postmeta WHERE meta_key = '_wp_page_template' AND meta_value = 'gallery-template.php' AND (post_status = 'publish' OR post_status = 'private') AND $wpdb->posts.ID = $wpdb->postmeta.post_id" ); ?>
1630
+ <div class="return_link gllr_return_link"><a href="<?php echo ( ! empty( $parent ) ? get_permalink( $parent ) : '' ); ?>"><?php echo $gllr_options['return_link_text']; ?></a></div>
1631
+ <?php } else { ?>
1632
+ <div class="return_link gllr_return_link"><a href="<?php echo $gllr_options["return_link_url"]; ?>"><?php echo $gllr_options['return_link_text']; ?></a></div>
1633
+ <?php }
1634
+ } ?>
1635
  </div><!-- .gallery_box_single -->
1636
  <div class="gllr_clear"></div>
1637
+ <?php endwhile;
1638
  else: ?>
1639
  <div class="gallery_box_single">
1640
  <p class="not_found"><?php _e( 'Sorry, nothing found.', 'gallery-plugin' ); ?></p>
1641
  </div><!-- .gallery_box_single -->
1642
+ <?php endif ?>
 
 
 
 
 
 
 
 
 
1643
  <script type="text/javascript">
1644
  (function($) {
1645
  $(document).ready( function() {
1647
  'transitionIn' : 'elastic',
1648
  'transitionOut' : 'elastic',
1649
  'titlePosition' : 'inside',
1650
+ 'speedIn' : 500,
1651
  'speedOut' : 300,
1652
  'titleFormat' : function( title, currentArray, currentIndex, currentOpts ) {
1653
+ return '<div id="fancybox-title-inside">' + ( title.length ? '<span id="bws_gallery_image_title">' + title.replace(/&/g, '&amp;').replace(/"/g, '&quot;').replace(/'/g, '&#039;').replace(/</g, '&lt;').replace(/>/g, '&gt;') + '</span><br />' : '' ) + '<span id="bws_gallery_image_counter"><?php _e( "Image", "gallery-plugin" ); ?> ' + ( currentIndex + 1 ) + ' / ' + currentArray.length + '</span></div><?php if( get_post_meta( $post->ID, 'gllr_download_link', true ) != '' ){?><a id="bws_gallery_download_link" href="' + $( currentOpts.orig ).attr( 'rel' ) + '" target="_blank"><?php echo addslashes( __( "Download high resolution image", "gallery-plugin" ) ); ?> </a><?php } ?>';
1654
  }<?php if ( 1 == $gllr_options['start_slideshow'] ) { ?>,
1655
  'onComplete': function() {
1656
  clearTimeout( jQuery.fancybox.slider );
1679
  case 'get_all_attachment':
1680
  $result_parent_id = $wpdb->get_results( $wpdb->prepare( "SELECT ID FROM " . $wpdb->posts . " WHERE post_type = %s", 'gallery' ) , ARRAY_N );
1681
  $array_parent_id = array();
1682
+
1683
  while ( list( $key, $val ) = each( $result_parent_id ) )
1684
  $array_parent_id[] = $val[0];
1685
 
1686
  $string_parent_id = implode( ",", $array_parent_id );
1687
+
1688
  $result_attachment_id = $wpdb->get_results( "SELECT `ID` FROM " . $wpdb->posts . " WHERE `post_type` = 'attachment' AND `post_mime_type` LIKE 'image%' AND `post_parent` IN (" . $string_parent_id . ")" );
1689
  echo json_encode( $result_attachment_id );
1690
  break;
1725
 
1726
  /* Make thumbnails and other intermediate sizes */
1727
  global $_wp_additional_image_sizes;
1728
+
1729
  $image_size = array( 'album-thumb', 'photo-thumb', 'thumbnail' );
1730
  /*get_intermediate_image_sizes();*/
1731
+
1732
  foreach ( $image_size as $s ) {
1733
  $sizes[ $s ] = array( 'width' => '', 'height' => '', 'crop' => FALSE );
1734
  if ( isset( $_wp_additional_image_sizes[ $s ]['width'] ) )
1902
  if ( ! function_exists( 'gllr_sanitize_file_name' ) ) {
1903
  function gllr_sanitize_file_name() {
1904
  check_ajax_referer( plugin_basename( __FILE__ ), 'gllr_ajax_nonce_field' );
1905
+ if (
1906
  isset( $_REQUEST['action'] ) && 'gllr_sanitize_file_name' == $_REQUEST['action'] &&
1907
  isset( $_REQUEST['gllr_name'] ) && ( ! empty( $_REQUEST['gllr_name'] ) )
1908
+ )
1909
  echo sanitize_file_name( $_REQUEST['gllr_name'] );
1910
+ else
1911
  echo '';
1912
  die();
1913
  }
1941
 
1942
  if ( ! function_exists ( 'gllr_admin_notices' ) ) {
1943
  function gllr_admin_notices() {
1944
+ global $hook_suffix, $gllr_plugin_info, $gllr_BWS_demo_data, $gllr_options;
1945
  /* add error if templates were not found in the theme directory */
1946
  gllr_admin_error();
1947
 
1948
+ if ( 'plugins.php' == $hook_suffix || ( isset( $_GET['page'] ) && $_GET['page'] == 'gallery-plugin.php' ) ) {
1949
+ if ( empty( $gllr_options ) )
1950
+ $gllr_options = get_option( 'gllr_options' );
1951
+
1952
+ if ( ! $gllr_BWS_demo_data )
1953
+ gllr_include_demo_data();
1954
+
1955
+ $gllr_BWS_demo_data->bws_handle_demo_notice( $gllr_options['display_demo_notice'] );
1956
 
1957
+ if ( 'plugins.php' == $hook_suffix ) {
1958
+ if ( isset( $gllr_options['first_install'] ) && strtotime( '-1 week' ) > $gllr_options['first_install'] )
1959
+ bws_plugin_banner( $gllr_plugin_info, 'gllr', 'gallery', '01a04166048e9416955ce1cbe9d5ca16', '79', '//ps.w.org/gallery-plugin/assets/icon-128x128.png' );
1960
 
1961
+ bws_plugin_banner_to_settings( $gllr_plugin_info, 'gllr_options', 'gallery-plugin', 'admin.php?page=gallery-plugin.php', 'post-new.php?post_type=gallery', 'Gallery' );
1962
+ }
1963
  }
 
 
1964
  }
1965
  }
1966
 
1984
  foreach ( $blogids as $blog_id ) {
1985
  switch_to_blog( $blog_id );
1986
  delete_option( 'gllr_options' );
1987
+
1988
+ if ( ! $gllr_BWS_demo_data )
1989
+ gllr_include_demo_data();
1990
+
1991
+ $gllr_BWS_demo_data->bws_remove_demo_data();
1992
  }
1993
  switch_to_blog( $old_blog );
1994
  } else {
1995
+ global $gllr_BWS_demo_data;
1996
+
1997
  delete_option( 'gllr_options' );
1998
+
1999
+ if ( ! $gllr_BWS_demo_data )
2000
+ gllr_include_demo_data();
2001
+
2002
+ $gllr_BWS_demo_data->bws_remove_demo_data();
2003
+ }
2004
  }
2005
  }
2006
 
2014
  <p><?php _e( 'Add images requires JavaScript.', 'gallery-plugin' ); ?></p>
2015
  </div>
2016
  <div class="wp-media-buttons">
2017
+ <a href="#" id="gllr-media-insert" class="button add_media hide-if-no-js"><span class="dashicons dashicons-admin-media wp-media-buttons-icon"></span> <?php _e( 'Add Media', 'gallery-plugin' ); ?></a>
2018
  </div>
2019
  <div class="clear"></div>
2020
  <?php $wp_gallery_media_table = new Gllr_Media_Table();
2024
  $wp_gallery_media_table->display();
2025
  } else { ?>
2026
  <div class="error hide-if-js">
2027
+ <p><?php _e( 'The grid view for the Gallery images requires JavaScript.', 'gallery-plugin' ); ?> <a href="<?php echo esc_url( add_query_arg( 'mode', 'list', filter_var( $_SERVER['REQUEST_URI'], FILTER_SANITIZE_STRING ) ) ) ?>"><?php _e( 'Switch to the list view', 'gallery-plugin' ); ?></a></p>
2028
  </div>
2029
  <ul tabindex="-1" class="attachments ui-sortable ui-sortable-disabled hide-if-no-js" id="__attachments-view-39">
2030
  <?php $wp_gallery_media_table->display_grid_rows(); ?>
2074
  $total_items = 0;
2075
  else
2076
  $total_items = $wpdb->get_var( "SELECT COUNT(*) FROM " . $wpdb->posts . " WHERE ID IN( " . $images_id . " )" );
2077
+
2078
  $per_page = -1;
2079
 
2080
  $mode = get_user_option( 'gllr_media_library_mode', get_current_user_id() ) ? get_user_option( 'gllr_media_library_mode', get_current_user_id() ) : 'list';
2207
 
2208
  return $actions;
2209
  }
2210
+
2211
  public function views() {
2212
  global $mode, $original_post, $wp_version;
2213
+
2214
  $gllr_download_link = get_post_meta( $original_post->ID, 'gllr_download_link', true );
2215
  if ( $wp_version < '4.0' ) {
2216
  $views = $this->get_views(); ?>
2219
  <label><input type="checkbox" name="gllr_download_link" value="1" <?php if ( '' != $gllr_download_link ) echo "checked='checked'"; ?> /> <?php _e( 'Display link to the original file under each image in the lightbox', 'gallery-plugin' ); ?></label>
2220
  </div>
2221
  </div>
2222
+ <?php } else {
2223
  $views = $this->get_views(); ?>
2224
  <div class="wp-filter">
2225
  <div class="filter-items">
2238
 
2239
  function get_columns() {
2240
  global $wp_version;
 
2241
 
2242
  $lists_columns = array(
2243
  'cb' => '<input type="checkbox" />',
2244
  'title' => __( 'File', 'gallery-plugin' ),
2245
  'dimensions' => __( 'Dimensions', 'gallery-plugin' ),
2246
+ 'gllr_image_text' => __( 'Title', 'gallery-plugin' ) . '<div class="bws_help_box dashicons dashicons-editor-help"><div class="bws_hidden_help_text"><img src="' . plugins_url( 'gallery-plugin/images/image-title-example.png' ) . '" title="" alt=""/></div></div>',
2247
+ 'gllr_image_alt_tag' => __( 'Alt tag', 'gallery-plugin' ) . ' <div class="bws_help_box dashicons dashicons-editor-help"><div class="bws_hidden_help_text" style="min-width: 130px;">' . __( 'The alt attribute specifies an alternate text for an image, if the image cannot be displayed.', 'gallery-plugin' ) . '</div></div>',
2248
+ 'gllr_link_url' => __( 'Custom URL', 'gallery-plugin' ) . ' <div class="bws_help_box dashicons dashicons-editor-help"><div class="bws_hidden_help_text" style="min-width: 130px;">' . __( "By clicking on the thumbnail you'll go to the link (if the field is filled) or the image will be opened in the lightbox (if the field isn't filled)", 'gallery-plugin' ) . '</div></div>',
2249
  'order' => ''
2250
  );
2251
  return $lists_columns;
2252
  }
2253
+
2254
  /*function column_cb( $item ) {
2255
  return sprintf(
2256
  '<input type="checkbox" name="lists[]" value="%s" />', $item['id']
2263
  add_filter( 'the_title','esc_html' );
2264
 
2265
  $images_id = get_post_meta( $original_post->ID, '_gallery_images', true );
2266
+
2267
  $old_post = $post;
2268
 
2269
  query_posts( array(
2270
+ 'post__in' => explode( ',', $images_id ),
2271
+ 'post_type' => 'attachment',
2272
+ 'posts_per_page' => -1,
2273
+ 'post_status' => 'inherit',
2274
+ 'meta_key' => '_gallery_order_' . $original_post->ID,
2275
  'orderby' => $gllr_options['order_by'],
2276
  'order' => $gllr_options['order']
2277
  ) );
2292
 
2293
  $images_id = get_post_meta( $original_post->ID, '_gallery_images', true );
2294
  query_posts( array(
2295
+ 'post__in' => explode( ',', $images_id ),
2296
+ 'post_type' => 'attachment',
2297
+ 'posts_per_page' => -1,
2298
+ 'post_status' => 'inherit',
2299
+ 'meta_key' => '_gallery_order_' . $post->ID,
2300
  'orderby' => $gllr_options['order_by'],
2301
  'order' => $gllr_options['order']
2302
  ) );
2312
  function single_row( $mode ) {
2313
  global $post, $original_post, $gllr_plugin_info, $wp_version;
2314
  $attachment_metadata = wp_get_attachment_metadata( $post->ID );
2315
+ if ( $mode == 'grid' ) {
2316
  $image_attributes = wp_get_attachment_image_src( $post->ID, 'medium' ); ?>
2317
  <li tabindex="0" id="post-<?php echo $post->ID; ?>" class="gllr-media-attachment">
2318
  <div class="gllr-media-attachment-preview">
2327
  <div class="media-modal-icon"></div>
2328
  </a>
2329
  <div class="gllr-media-attachment-details">
2330
+ <div class="gllr-media-attachment-info">
2331
  <div class="gllr-media-details">
2332
  <div class="gllr-media-filename"><strong><?php _e( 'File name', 'gallery-plugin' ); ?>:</strong> <?php the_title(); ?></div>
2333
  <div class="gllr-media-filetype"><strong><?php _e( 'File type', 'gallery-plugin' ); ?>:</strong> <?php echo get_post_mime_type( $post->ID ); ?></div>
2336
  <div class="gllr-media-actions">
2337
  <a href="<?php echo get_edit_post_link( $post->ID ); ?>#TB_inline?width=800&height=450&inlineId=gllr-media-attachment-details-box-<?php echo $post->ID; ?>" class="thickbox" title="<?php _e( 'Edit Attachment Info', 'gallery-plugin' ); ?>"><?php _e( 'Edit Attachment', 'gallery-plugin' ); ?></a>
2338
  </div>
2339
+ </div>
2340
  </div>
2341
  <div id="gllr-media-attachment-details-box-<?php echo $post->ID; ?>" class="gllr-media-attachment-details-box">
2342
  <?php $key = "gllr_image_text";
2343
  $link_key = "gllr_link_url";
2344
+ $alt_tag_key = "gllr_image_alt_tag";
2345
  $image_attributes = wp_get_attachment_image_src( $post->ID, 'large' ); ?>
2346
  <div class="gllr-pro-version-block">
2347
+ <a class="button bws_plugin_pro_version" href="http://bestwebsoft.com/products/gallery/?k=63a36f6bf5de0726ad6a43a165f38fe5&pn=79&v=<?php echo $gllr_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="<?php _e( 'Go Pro', 'gallery-plugin' ); ?>"><?php _e( 'Pro version', 'gallery-plugin' ); ?>
2348
  </a>
2349
  <div class="gllr-pro-settings">
2350
  <?php _e( 'This setting is available in Pro version', 'gallery-plugin' ); ?>
2359
  <div class="gllr-media-attachment-details-box-right">
2360
  <div>
2361
  <?php _e( "Title", 'gallery-plugin' ); ?>
2362
+ <div class="bws_help_box dashicons dashicons-editor-help"><div class="bws_hidden_help_text"><img src="<?php echo plugins_url( 'gallery-plugin/images/image-title-example.png' ); ?>" title="" alt=""/></div></div>
2363
  <br />
2364
  <input type="text" name="gllr_image_text[<?php echo $post->ID; ?>]" value="<?php echo get_post_meta( $post->ID, $key, true ); ?>" />
2365
  </div>
2366
  <div>
2367
  <?php _e( "Alt tag", 'gallery-plugin' ); ?>
2368
+ <div class="bws_help_box dashicons dashicons-editor-help">
2369
  <div class="bws_hidden_help_text" style="min-width: 130px;"><?php _e( 'The alt attribute specifies an alternate text for an image, if the image cannot be displayed.', 'gallery-plugin' ); ?></div>
2370
  </div>
2371
  <br />
2373
  </div>
2374
  <div>
2375
  <?php _e( "Custom URL", 'gallery-plugin' ); ?>
2376
+ <div class="bws_help_box dashicons dashicons-editor-help">
2377
  <div class="bws_hidden_help_text" style="min-width: 130px;"><?php _e( "By clicking on the thumbnail you'll go to the link (if the field is filled) or the image will be opened in the lightbox (if the field isn't filled)", 'gallery-plugin' ); ?></div>
2378
  </div>
2379
  <br />
2380
  <input type="text" name="gllr_link_url[<?php echo $post->ID; ?>]" value="<?php echo get_post_meta( $post->ID, $link_key, true ); ?>" /><br />
2381
  </div>
2382
  <div class="gllr-media-attachment-actions">
2383
+ <a href="post.php?post=<?php echo $post->ID; ?>&amp;action=edit"><?php _e( 'Edit more details', 'gallery-plugin' ); ?></a>
2384
+ <span class="gllr-separator">|</span>
2385
  <a href="#" class="gllr-media-delete-attachment"><?php _e( 'Delete from Gallery', 'gallery-plugin' ); ?></a>
2386
  <input type="hidden" class="gllr_attachment_id" name="_gllr_attachment_id" value="<?php echo $post->ID; ?>" />
2387
  <input type="hidden" class="gllr_post_id" name="_gllr_post_id" value="<?php echo $original_post->ID; ?>" />
2397
  <tr id="post-<?php echo $post->ID; ?>" class="<?php if ( $wp_version < '4.3' ) echo 'gllr_add_responsive_column '; echo trim( ' author-' . $post_owner . ' status-' . $post->post_status ); ?>">
2398
  <?php list ( $columns, $hidden ) = $this->get_column_info();
2399
  foreach ( $columns as $column_name => $column_display_name ) {
2400
+
2401
  $classes = "$column_name column-$column_name";
2402
  if ( in_array( $column_name, $hidden ) )
2403
  $classes .= ' hidden';
2405
  if ( 'title' == $column_name )
2406
  $classes .= ' column-primary has-row-actions';
2407
 
2408
+ $attributes = "class='$classes'";
2409
  switch ( $column_name ) {
2410
  case 'order': ?>
2411
  <th <?php echo $attributes; ?>>
2525
  $gallery_images = get_post_meta( $post_id, '_gallery_images', true );
2526
 
2527
  $gallery_images_array = explode( ',', $gallery_images );
2528
+ $gallery_images_array = array_flip( $gallery_images_array );
2529
 
2530
  foreach ( $delete_id as $delete_id ) {
2531
  delete_post_meta( $delete_id, '_gallery_order_' . $post_id );
2567
  $wp_gallery_media_table->single_row( $mode );
2568
  }
2569
  }
2570
+
2571
  }
2572
  die();
2573
  }
2585
  }
2586
 
2587
  /**
2588
+ * Add place for notice in media upoader for gallery
2589
  *
2590
  * See wp_print_media_templates() in "wp-includes/media-template.php"
2591
  */
2593
  function gllr_print_media_notice() {
2594
  global $post;
2595
  if ( isset( $post ) ) {
2596
+ if ( $post->post_type == 'gallery' ) {
2597
  $image_info = '<# gllr_notice_wiev( data.id ); #><div id="gllr_media_notice" class="upload-errors"></div>'; ?>
2598
  <script type="text/javascript">
2599
  ( function ($) {
2614
  function gllr_media_check_ajax_action() {
2615
  check_ajax_referer( plugin_basename( __FILE__ ), 'gllr_ajax_nonce_field' );
2616
  $thumbnail_id = ( isset( $_POST['thumbnail_id'] ) ) ? $_POST['thumbnail_id'] : false;
2617
+ $notice_attach = "";
2618
  if ( $thumbnail_id ) {
2619
+ /*get information about the selected item */
2620
  $atachment_detail = get_post( $thumbnail_id );
2621
  if ( ! empty( $atachment_detail ) ) {
2622
  if ( ! preg_match( '!^image/!', $atachment_detail->post_mime_type ) ) {
2623
  $notice_attach = "<div class='upload-error'><strong>" . __( 'Warning', 'gallery-plugin' ) . ": </strong>" . __( 'You can add only images to the gallery', 'gallery-plugin' ) . "</div>";
2624
+ wp_send_json_success( $notice_attach );
2625
  }
2626
  }
2627
+
2628
  }
2629
  wp_die( 0 );
2630
  }
2636
  global $wp_version, $post; ?>
2637
  <div id="gllr" style="display:none;">
2638
  <fieldset>
2639
+ <label>
2640
+ <?php $old_post = $post;
2641
  $query = new WP_Query( 'post_type=gallery&post_status=publish&posts_per_page=-1&order=DESC&orderby=date' );
2642
+ if ( $query->have_posts() ) {
2643
+ if ( is_plugin_active( 'gallery-categories/gallery-categories.php' ) || is_plugin_active( 'gallery-categories-pro/gallery-categories-pro.php' ) ) {
2644
  $cat_args = array(
2645
  'orderby' => 'date',
2646
  'order' => 'DESC',
2659
  <select name="gllr_list" id="gllr_shortcode_list" style="max-width: 350px;">
2660
  <?php while ( $query->have_posts() ) {
2661
  $query->the_post();
2662
+ if ( ! isset( $gllr_first ) ) $gllr_first = get_the_ID();
2663
  $title = get_the_title( $post->ID );
2664
  if ( empty( $title ) )
2665
+ $title = '(' . __( 'no title', 'gallery-plugin' ) . ')'; ?>
2666
+ <option value="<?php the_ID(); ?>"><?php echo $title; ?> (<?php echo get_the_date( 'Y-m-d' ); ?>)</option>
2667
  <?php }
2668
  wp_reset_postdata();
2669
  $post = $old_post; ?>
2670
  </select>
2671
  <span class="title"><?php _e( 'Gallery', 'gallery-plugin' ); ?></span>
2672
  <?php } else { ?>
2673
+ <span class="title"><?php _e( 'Sorry, no gallery found.', 'gallery-plugin' ); ?></span>
2674
  <?php } ?>
2675
  </label><br/>
2676
  <label>
2677
+ <input type="checkbox" value="1" name="gllr_display_short" id="gllr_display_short" />
2678
+ <span class="checkbox-title">
2679
  <?php _e( 'Display an album image with the description and the link to a single gallery page', 'gallery-plugin' ); ?>
2680
+ </span>
2681
  </label>
2682
  </fieldset>
2683
  <?php if ( ! empty( $gllr_first ) ) { ?>
2685
  <?php } ?>
2686
  <script type="text/javascript">
2687
  function gllr_shortcode_init() {
2688
+ (function($) {
2689
+ <?php if ( $wp_version < '3.9' ) { ?>
2690
  var current_object = '#TB_ajaxContent';
2691
  <?php } else { ?>
2692
  var current_object = '.mce-reset';
2693
+ <?php } ?>
2694
 
2695
  $( current_object + ' #gllr_shortcode_list, ' + current_object + ' #gllr_display_short' ).on( 'change', function() {
2696
  var gllr_list = $( current_object + ' #gllr_shortcode_list option:selected' ).val();
2705
  var gllr_list = $( current_object + ' #gllr_gallery_categories option:selected' ).val();
2706
  var shortcode = '[print_gllr cat_id=' + gllr_list + ']';
2707
  $( current_object + ' #bws_shortcode_display' ).text( shortcode );
2708
+ });
2709
  })(jQuery);
2710
  }
2711
  </script>
2779
  /* Add place for notice in media upoader for portfolio */
2780
  add_action( 'print_media_templates', 'gllr_print_media_notice', 11 );
2781
  /* Add notises in media upoader for gallery */
2782
+ add_action( 'wp_ajax_gllr_media_check', 'gllr_media_check_ajax_action' );
2783
 
2784
  /* custom filter for bws button in tinyMCE */
2785
  add_filter( 'bws_shortcode_button_content', 'gllr_shortcode_button_content' );
2786
 
 
 
 
 
2787
  add_action( 'wp_ajax_gllr_delete_image', 'gllr_delete_image' );
2788
  add_action( 'wp_ajax_gllr_add_from_media', 'gllr_add_from_media' );
2789
  add_action( 'wp_ajax_gllr_change_view_mode', 'gllr_change_view_mode' );
inc/demo-data/class-bws-demo-data.php ADDED
@@ -0,0 +1,647 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Load demo data
5
+ * @version 1.0.2
6
+ */
7
+
8
+ if ( ! class_exists( 'Bws_Demo_Data' ) ) {
9
+ class Bws_Demo_Data {
10
+ private $bws_plugin_text_domain, $bws_plugin_prefix, $bws_plugin_page, $bws_plugin_name, $bws_plugin_basename, $bws_demo_options, $bws_demo_folder;
11
+
12
+ public function __construct( $args ) {
13
+ $plugin_dir_array = explode( '/', $args['plugin_basename'] );
14
+ $this->bws_plugin_basename = $args['plugin_basename'];
15
+ $this->bws_plugin_prefix = $args['plugin_prefix'];
16
+ $this->bws_plugin_name = $args['plugin_name'];
17
+ $this->bws_plugin_page = $args['plugin_page'];
18
+ $this->bws_demo_folder = $args['demo_folder'];
19
+ $this->bws_plugin_text_domain = $plugin_dir_array[0];
20
+ $this->bws_demo_options = get_option( $this->bws_plugin_prefix . 'demo_options' );
21
+ }
22
+
23
+ /**
24
+ * Display "Install demo data" or "Uninstal demo data" buttons
25
+ * @return void
26
+ */
27
+ function bws_show_demo_button( $form_title ) {
28
+ if ( ! ( is_multisite() && is_network_admin() ) ) {
29
+ if ( empty( $this->bws_demo_options ) ) {
30
+ $value = 'install';
31
+ $button_title = __( 'Install Demo Data', $this->bws_plugin_text_domain );
32
+ } else {
33
+ $value = 'remove';
34
+ $button_title = __( 'Remove Demo Data', $this->bws_plugin_text_domain );
35
+ $form_title = __( 'Delete demo-data and restore old plugin settings.', $this->bws_plugin_text_domain );
36
+ } ?>
37
+ <form method="post" action="" id="bws_handle_demo_data">
38
+ <p><?php echo $form_title; ?></p>
39
+ <p>
40
+ <button class="button" name="bws_handle_demo" value="<?php echo $value; ?>"><?php echo $button_title; ?></button>
41
+ <?php wp_nonce_field( $this->bws_plugin_basename, 'bws_settings_nonce_name' ); ?>
42
+ </p>
43
+ </form>
44
+ <?php }
45
+ }
46
+
47
+ /**
48
+ * Display page for confirmation action to install demo data
49
+ * @return void
50
+ */
51
+ function bws_demo_confirm() {
52
+ if ( 'install' == $_POST['bws_handle_demo'] ) {
53
+ $button_title = __( 'Yes, install demo data', $this->bws_plugin_text_domain );
54
+ $label = __( 'Are you sure you want to install demo data?', $this->bws_plugin_text_domain );
55
+ } else {
56
+ $button_title = __( 'Yes, remove demo data', $this->bws_plugin_text_domain );
57
+ $label = __( 'Are you sure you want to remove demo data?', $this->bws_plugin_text_domain );
58
+ } ?>
59
+ <div>
60
+ <p><?php echo $label; ?></p>
61
+ <form method="post" action="">
62
+ <p>
63
+ <button class="button" name="bws_<?php echo $_POST['bws_handle_demo']; ?>_demo_confirm" value="true"><?php echo $button_title; ?></button>
64
+ <button class="button" name="bws_<?php echo $_POST['bws_handle_demo']; ?>_demo_deny" value="true"><?php _e( 'No, go back to the settings page', $this->bws_plugin_text_domain ) ?></button>
65
+ <?php wp_nonce_field( $this->bws_plugin_basename, 'bws_settings_nonce_name' ); ?>
66
+ </p>
67
+ </form>
68
+ </div>
69
+ <?php }
70
+
71
+ /**
72
+ * @param bool $install_callback
73
+ * @param bool $remove_callback
74
+ *
75
+ * @return array
76
+ */
77
+ function bws_handle_demo_data( $install_callback = false, $remove_callback = false ) {
78
+ if ( isset( $_POST['bws_install_demo_confirm'] ) && check_admin_referer( $this->bws_plugin_basename, 'bws_settings_nonce_name' ) )
79
+ return $this->bws_install_demo_data( $install_callback );
80
+ elseif ( isset( $_POST['bws_remove_demo_confirm'] ) && check_admin_referer( $this->bws_plugin_basename, 'bws_settings_nonce_name' ) )
81
+ return $this->bws_remove_demo_data( $remove_callback );
82
+ else
83
+ return false;
84
+ }
85
+
86
+ /**
87
+ * Load demo data
88
+ *
89
+ * @param bool|string $callback
90
+ *
91
+ * @return array $message message about the result of the query
92
+ */
93
+ function bws_install_demo_data( $callback = false ) {
94
+ global $wpdb;
95
+ /* get demo data*/
96
+ $message = array(
97
+ 'error' => NULL,
98
+ 'done' => NULL,
99
+ 'options' => NULL
100
+ );
101
+ $demo_data = array(
102
+ 'posts' => NULL,
103
+ 'attachments' => NULL,
104
+ 'distant_attachments' => NULL,
105
+ 'distant_attachments_metadata' => NULL,
106
+ 'terms' => NULL,
107
+ 'options' => NULL
108
+ );
109
+ $error = 0;
110
+ $page_id = $posttype_post_id = $post_id = '';
111
+ /* get demo data */
112
+ @include_once( $this->bws_demo_folder . 'demo-data.php' );
113
+ $received_demo_data = bws_demo_data_array();
114
+
115
+ /*
116
+ * load demo data
117
+ */
118
+ if ( empty( $received_demo_data ) ) {
119
+ $message['error'] = __( 'Can not get demo data.', $this->bws_plugin_text_domain );
120
+ } else {
121
+ $demo_data = array_merge( $demo_data, $received_demo_data );
122
+ /*
123
+ * check if demo options already loaded
124
+ */
125
+ if ( ! empty( $this->bws_demo_options ) ) {
126
+ $message['error'] = __( 'Demo options already installed.', $this->bws_plugin_text_domain );
127
+ return $message;
128
+ }
129
+
130
+ /*
131
+ * load demo options
132
+ */
133
+ if ( ! empty( $demo_data['options'] ) ) {
134
+ $plugin_options = get_option( $this->bws_plugin_prefix . 'options' );
135
+ /* remember old plugin options */
136
+ if ( ! empty( $plugin_options ) ) {
137
+ $this->bws_demo_options['options'] = $plugin_options;
138
+ update_option( $this->bws_plugin_prefix . 'options', array_merge( $plugin_options, $demo_data['options'] ) );
139
+ }
140
+ }
141
+
142
+ /*
143
+ * load demo posts
144
+ */
145
+ if ( ! empty( $demo_data['posts'] ) ) {
146
+ $wp_upload_dir = wp_upload_dir();
147
+ $attachments_folder = $this->bws_demo_folder . 'images';
148
+ /*
149
+ * load demo terms
150
+ */
151
+ if ( ! empty( $demo_data['terms'] ) ) {
152
+ foreach ( $demo_data['terms'] as $taxonomy_name => $terms_values_array ) {
153
+ foreach ( $terms_values_array as $term_key => $term_value_single ) {
154
+ $term_exists = term_exists( $term_key, $taxonomy_name );
155
+ if ( ! $term_exists ) {
156
+ $term_id = wp_insert_term(
157
+ $term_value_single, /* the term. */
158
+ $taxonomy_name, /* the taxonomy. */
159
+ array(
160
+ 'slug' => $term_key
161
+ )
162
+ );
163
+ if ( is_wp_error( $term_id ) ) {
164
+ $error ++;
165
+ } else {
166
+ $term_IDs[ $taxonomy_name ][ $term_key ] = $term_id['term_id'];
167
+ $term_IDs_new[ $taxonomy_name ][ $term_key ] = $term_id['term_id'];
168
+ }
169
+ } else {
170
+ $term_IDs[ $taxonomy_name ][ $term_key ] = $term_exists['term_id'];
171
+ }
172
+ }
173
+ }
174
+ if ( ! empty( $term_IDs_new ) ) {
175
+ $this->bws_demo_options['terms'] = isset( $this->bws_demo_options['terms'] ) ? array_merge( $this->bws_demo_options['terms'], $term_IDs_new ) : $term_IDs_new;
176
+ }
177
+ }
178
+
179
+ /*
180
+ * load demo posts
181
+ */
182
+ foreach ( $demo_data['posts'] as $post ) {
183
+ if ( preg_match( '/{last_post_id}/', $post['post_content'] ) && ! empty( $post_id ) ) {
184
+ $post['post_content'] = preg_replace( '/{last_post_id}/', $post_id, $post['post_content'] );
185
+ }
186
+ if ( preg_match( '/{template_page}/', $post['post_content'] ) ) {
187
+ if ( empty( $page_id ) && ! empty( $page_template ) )
188
+ $page_id = intval( $wpdb->get_var( "SELECT `post_id` FROM $wpdb->postmeta WHERE `meta_key` LIKE '_wp_page_template' AND `meta_value` LIKE '" . $page_template . "' LIMIT 1" ) );
189
+ if ( ! empty( $page_id ) )
190
+ $post['post_content'] = preg_replace( '/{template_page}/', '<a href="' . get_permalink( $page_id ) . '">' . get_the_title( $page_id ) . '</a>', $post['post_content'] );
191
+ }
192
+ /* insert current post */
193
+ $post_id = wp_insert_post( $post );
194
+ if ( 'post' == $post['post_type'] )
195
+ $posttype_post_id = $post_id;
196
+
197
+ /* add taxonomy for posttype */
198
+ if ( 'post' != $post['post_type'] && 'page' != $post['post_type'] && ! empty( $term_IDs ) ) {
199
+ foreach ( $term_IDs as $taxonomy_name => $term_array ) {
200
+ if ( isset( $post['terms'][ $taxonomy_name ] ) ) {
201
+ $selected_terms = $post['terms'][ $taxonomy_name ];
202
+ } else {
203
+ $selected_terms = array();
204
+ $selected_terms[] = intval( $term_array[ array_rand( $term_array ) ] );
205
+ }
206
+
207
+ foreach ( $selected_terms as $selected_term ) {
208
+ if ( ! wp_set_object_terms( $post_id, $selected_term, $taxonomy_name, false ) )
209
+ $error ++;
210
+ }
211
+ }
212
+ }
213
+
214
+ $attach_id = 0;
215
+
216
+ if ( is_wp_error( $post_id ) || 0 == $post_id ) {
217
+ $error ++;
218
+ } else {
219
+ /* remember post ID */
220
+ $this->bws_demo_options['posts'][ $post_id ] = get_post_modified_time( 'U', false, $post_id, false );
221
+
222
+ $featured_attach_id = '';
223
+ /*
224
+ * load post attachments
225
+ */
226
+ if ( ! empty( $post['attachments_folder'] ) ) {
227
+ $attachments_list = @scandir( $attachments_folder . '/' . $post['attachments_folder'] );
228
+ if ( 2 < count( $attachments_list ) ) {
229
+ foreach ( $attachments_list as $attachment ) {
230
+ $file = $attachments_folder . '/' . $post['attachments_folder'] . '/' . $attachment;
231
+ /* insert current attachment */
232
+ /* Check if file is image */
233
+ $file_data = @getimagesize( $file );
234
+ $bws_is_image = ! ( $file_data || in_array( $file_data[2], array( 1, 2, 3 ) ) ) ? false : true;
235
+ if ( $bws_is_image ) {
236
+
237
+ $destination = $wp_upload_dir['path'] . '/' . $this->bws_plugin_prefix . 'demo_' . $attachment; /* path to new file */
238
+ $wp_filetype = wp_check_filetype( $file, null ); /* Mime-type */
239
+
240
+ if ( copy( $file, $destination ) ) { /* if attachment copied */
241
+
242
+ $attachment_data = array(
243
+ 'post_mime_type' => $wp_filetype['type'],
244
+ 'post_title' => $attachment,
245
+ 'post_content' => '',
246
+ 'post_status' => 'inherit'
247
+ );
248
+
249
+ /* insert attschment in to database */
250
+ $attach_id = wp_insert_attachment( $attachment_data, $destination, $post_id );
251
+ if ( 0 != $attach_id ) {
252
+ if ( empty( $featured_attach_id ) )
253
+ $featured_attach_id = $attach_id;
254
+ /* remember attachment ID */
255
+ $this->bws_demo_options['attachments'][] = $attach_id;
256
+
257
+ /* insert attachment metadata */
258
+ $attach_data = wp_generate_attachment_metadata( $attach_id, $destination );
259
+ wp_update_attachment_metadata( $attach_id, $attach_data );
260
+ /* insert additional metadata */
261
+ if ( isset( $demo_data['attachments'][ $attachment ] ) ) {
262
+ foreach ( $demo_data['attachments'][ $attachment ] as $meta_key => $meta_value ) {
263
+ if ( '{get_lorem_ipsum}' == $meta_value )
264
+ $meta_value = $this->bws_get_lorem_ipsum();
265
+ add_post_meta( $attach_id, $meta_key, $meta_value );
266
+ }
267
+ }
268
+ } else {
269
+ $error ++;
270
+ }
271
+ } else {
272
+ $error ++;
273
+ }
274
+ }
275
+ }
276
+ }
277
+ }
278
+
279
+ /*
280
+ * load post attachments
281
+ */
282
+ if ( ! empty( $post['distant_attachments'] ) ) {
283
+ foreach ( $post['distant_attachments'] as $attachment_name ) {
284
+ if ( isset( $demo_data['distant_attachments_metadata'][ $attachment_name ] ) ) {
285
+ $data = $demo_data['distant_attachments_metadata'][ $attachment_name ];
286
+
287
+ $attachment_data = array(
288
+ 'post_mime_type' => $data['mime_type'],
289
+ 'post_title' => $data['title'],
290
+ 'post_content' => '',
291
+ 'post_status' => 'inherit'
292
+ );
293
+
294
+ /* insert attschment in to database */
295
+ $attach_id = wp_insert_attachment( $attachment_data, $data['url'], $post_id );
296
+ if ( 0 != $attach_id ) {
297
+ if ( empty( $featured_attach_id ) )
298
+ $featured_attach_id = $attach_id;
299
+ /* remember attachment ID */
300
+ $this->bws_demo_options['distant_attachments'][ $attachment_name ] = $attach_id;
301
+
302
+ /* insert attachment metadata */
303
+ $imagesize = @getimagesize( $data['url'] );
304
+ $sizes = ( isset( $data['sizes'] ) ) ? $data['sizes'] : array();
305
+ $attach_data = array(
306
+ 'width' => $imagesize[0],
307
+ 'height' => $imagesize[1],
308
+ 'file' => $data['url'],
309
+ 'sizes' => $sizes
310
+ );
311
+
312
+ wp_update_attachment_metadata( $attach_id, $attach_data );
313
+
314
+ /* insert additional metadata */
315
+ if ( isset( $demo_data['distant_attachments'][ $attachment_name ] ) ) {
316
+ foreach ( $demo_data['distant_attachments'][ $attachment_name ] as $meta_key => $meta_value ) {
317
+ if ( '{get_lorem_ipsum}' == $meta_value )
318
+ $meta_value = $this->bws_get_lorem_ipsum();
319
+ add_post_meta( $attach_id, $meta_key, $meta_value );
320
+ }
321
+ }
322
+ } else {
323
+ $error ++;
324
+ }
325
+ } else {
326
+ $error ++;
327
+ }
328
+ }
329
+ }
330
+
331
+ /* insert additional post meta */
332
+ if ( isset( $post['post_meta'] ) && ! empty( $post['post_meta'] ) ) {
333
+ foreach ( $post['post_meta'] as $meta_key => $meta_value ) {
334
+ add_post_meta( $post_id, $meta_key, $meta_value );
335
+ }
336
+ }
337
+ /* set template for post type "page" */
338
+ if ( ! empty( $post['page_template'] ) ) {
339
+ update_post_meta( $post_id, '_wp_page_template', $post['page_template'] );
340
+ $page_id = $post_id;
341
+ $page_template = $post['page_template'];
342
+ }
343
+ /* first inserted image is thummbnail for post */
344
+ if ( ! empty( $featured_attach_id ) )
345
+ update_post_meta( $post_id, '_thumbnail_id', $featured_attach_id );
346
+ }
347
+ }
348
+
349
+ /*
350
+ * Save demo options
351
+ */
352
+ add_option( $this->bws_plugin_prefix . 'demo_options', $this->bws_demo_options );
353
+
354
+ if ( 0 == $error ) {
355
+ $message['done'] = __( 'Demo data successfully installed.', $this->bws_plugin_text_domain );
356
+ if ( ! empty( $posttype_post_id ) ) {
357
+ $message['done'] .= '<br />' . __( 'View post with shortcodes', $this->bws_plugin_text_domain ) . ':&nbsp;<a href="'. get_permalink( $posttype_post_id ) . '" target="_blank">' . get_the_title( $posttype_post_id ) . '</a>';
358
+ }
359
+ if ( ! empty( $page_id ) ) {
360
+ $message['done'] .= '<br />' . __( 'View page with examples', $this->bws_plugin_text_domain ) . ':&nbsp;<a href="'. get_permalink( $page_id ) . '" target="_blank">' . get_the_title( $page_id ) . '</a>';
361
+ }
362
+
363
+ if ( ! empty( $demo_data['options'] ) )
364
+ $message['options'] = $demo_data['options'];
365
+
366
+ if ( $callback && function_exists( $callback ) )
367
+ call_user_func( $callback );
368
+ } else {
369
+ $message['error'] = __( 'Installation of demo data with some errors occurred.', $this->bws_plugin_text_domain );
370
+ }
371
+ } else {
372
+ $message['error'] = __( 'Posts data is missing.', $this->bws_plugin_text_domain );
373
+ }
374
+ }
375
+ return $message;
376
+ }
377
+
378
+ /**
379
+ * Change url for distant attachments
380
+ * @return $url string
381
+ */
382
+ function bws_wp_get_attachment_url( $url, $id ) {
383
+ if ( ! empty( $this->bws_demo_options['distant_attachments'] ) && in_array( $id, $this->bws_demo_options['distant_attachments'] ) ) {
384
+ $url = substr( $url, strpos( $url, 'https://' ) );
385
+ }
386
+ return $url;
387
+ }
388
+
389
+ /**
390
+ * Replace metadata to default for images after saving ( to prevent editing image )
391
+ * @return $data array()
392
+ */
393
+ function bws_wp_update_attachment_metadata( $data, $id ) {
394
+ if ( ! empty( $data ) && ! empty( $this->bws_demo_options['distant_attachments'] ) && $attachment_name = array_search( $id, $this->bws_demo_options['distant_attachments'] ) ) {
395
+ /* get demo data */
396
+ @include_once( $this->bws_demo_folder . 'demo-data.php' );
397
+ $received_demo_data = bws_demo_data_array();
398
+
399
+ if ( isset( $received_demo_data['distant_attachments_metadata'][ $attachment_name ] ) ) {
400
+
401
+ /* insert attachment metadata */
402
+ $imagesize = @getimagesize( $received_demo_data['distant_attachments_metadata'][ $attachment_name ]['url'] );
403
+ $sizes = ( isset( $received_demo_data['distant_attachments_metadata'][ $attachment_name ]['sizes'] ) ) ? $received_demo_data['distant_attachments_metadata'][ $attachment_name ]['sizes'] : array();
404
+ $data = array(
405
+ 'width' => $imagesize[0],
406
+ 'height' => $imagesize[1],
407
+ 'file' => $received_demo_data['distant_attachments_metadata'][ $attachment_name ]['url'],
408
+ 'sizes' => $sizes
409
+ );
410
+ }
411
+ }
412
+ return $data;
413
+ }
414
+
415
+ /**
416
+ * Change url for distant attachments
417
+ * @return $url string
418
+ */
419
+ function bws_wp_get_attachment_image_attributes( $attr, $attachment, $size = false ) {
420
+ if ( ! empty( $attr['srcset'] ) && ! empty( $this->bws_demo_options['distant_attachments'] ) && in_array( $attachment->ID, $this->bws_demo_options['distant_attachments'] ) ) {
421
+ $srcset = explode( ', ', $attr['srcset'] );
422
+ foreach ( $srcset as $key => $value ) {
423
+ $srcset[ $key ] = substr( $value, strpos( $value, 'https://' ) );
424
+ }
425
+ $attr['srcset'] = implode( ', ', $srcset );
426
+ }
427
+ return $attr;
428
+ }
429
+
430
+ /**
431
+ * Remove demo data
432
+ *
433
+ * @param $callback
434
+ *
435
+ * @return array $message message about the result of the query
436
+ */
437
+ function bws_remove_demo_data( $callback = false ) {
438
+ $error = 0;
439
+ $message = array(
440
+ 'error' => null,
441
+ 'done' => null,
442
+ 'options' => null
443
+ );
444
+
445
+ if ( empty( $this->bws_demo_options ) ) {
446
+ $message['error'] = __( 'Demo data have already been removed.', $this->bws_plugin_text_domain );
447
+ } else {
448
+
449
+ /*
450
+ * Restore plugin options
451
+ */
452
+ if ( ! empty( $this->bws_demo_options['options'] ) ) {
453
+ $this->bws_demo_options['options']['display_demo_notice'] = 0;
454
+ update_option( $this->bws_plugin_prefix . 'options', $this->bws_demo_options['options'] );
455
+ if ( $callback && function_exists( $callback ) )
456
+ call_user_func( $callback );
457
+ }
458
+ $done = $this->bws_delete_demo_option();
459
+ if ( ! $done )
460
+ $error ++;
461
+
462
+ /*
463
+ * Delete all posts
464
+ */
465
+ if ( ! empty( $this->bws_demo_options['posts'] ) ) {
466
+ foreach ( $this->bws_demo_options['posts'] as $post_id => $last_modified ) {
467
+ /* delete only not modified posts */
468
+ if ( get_post_modified_time( 'U', false, $post_id, false ) == $last_modified ) {
469
+ $done = wp_delete_post( $post_id, true );
470
+ if ( ! $done )
471
+ $error ++;
472
+ }
473
+ }
474
+ }
475
+
476
+ /* Delete terms */
477
+ if ( ! empty( $this->bws_demo_options['terms'] ) ) {
478
+ foreach ( $this->bws_demo_options['terms'] as $taxonomy_name => $terms_values_array ) {
479
+ foreach ( $terms_values_array as $term_id ) {
480
+ wp_delete_term( $term_id, $taxonomy_name );
481
+ }
482
+ }
483
+ }
484
+
485
+ /*
486
+ * Delete all attachments
487
+ */
488
+ if ( ! empty( $this->bws_demo_options['attachments'] ) ) {
489
+ foreach ( $this->bws_demo_options['attachments'] as $post_id ) {
490
+ $done = wp_delete_attachment( $post_id, true );
491
+ if ( ! $done )
492
+ $error ++;
493
+ }
494
+ }
495
+ if ( ! empty( $this->bws_demo_options['distant_attachments'] ) ) {
496
+ foreach ( $this->bws_demo_options['distant_attachments'] as $post_id ) {
497
+ $done = wp_delete_attachment( $post_id, true );
498
+ if ( ! $done )
499
+ $error ++;
500
+ }
501
+ }
502
+ if ( empty( $error ) ) {
503
+ $message['done'] = __( 'Demo data successfully removed.', $this->bws_plugin_text_domain );
504
+ $message['options'] = get_option( $this->bws_plugin_prefix . 'options' );
505
+ $this->bws_demo_options = array();
506
+ } else {
507
+ $message['error'] = __( 'Removing demo data with some errors occurred.', $this->bws_plugin_text_domain );
508
+ }
509
+ }
510
+ return $message;
511
+ }
512
+
513
+ /**
514
+ * Delete demo-options
515
+ * @return boolean
516
+ */
517
+ function bws_delete_demo_option() {
518
+ $done = delete_option( $this->bws_plugin_prefix . 'demo_options' );
519
+ return $done;
520
+ }
521
+
522
+ function bws_handle_demo_notice( $show_demo_notice ) {
523
+
524
+ if ( 1 == $show_demo_notice ) {
525
+ global $wp_version;
526
+
527
+ if ( isset( $_POST['bws_hide_demo_notice'] ) && check_admin_referer( $this->bws_plugin_basename, 'bws_demo_nonce_name' ) ) {
528
+ $plugin_options = get_option( $this->bws_plugin_prefix . 'options' );
529
+ $plugin_options['display_demo_notice'] = 0;
530
+ update_option( $this->bws_plugin_prefix . 'options', $plugin_options );
531
+ return;
532
+ }
533
+ if ( ! isset( $_POST['bws_handle_demo'] ) && ! isset( $_POST['bws_install_demo_confirm'] ) ) {
534
+ if ( 4.2 > $wp_version ) {
535
+ $plugin_dir_array = explode( '/', plugin_basename( __FILE__ ) ); ?>
536
+ <style type="text/css">
537
+ #bws_handle_notice_form {
538
+ float: right;
539
+ width: 20px;
540
+ height: 20px;
541
+ margin-bottom: 0;
542
+ }
543
+ .bws_hide_demo_notice {
544
+ width: 100%;
545
+ height: 100%;
546
+ border: none;
547
+ background: url("<?php echo plugins_url( $plugin_dir_array[0] . '/bws_menu/images/close_banner.png' ); ?>") no-repeat center center;
548
+ box-shadow: none;
549
+ <?php if ( 3.8 <= $wp_version ) { ?>
550
+ position: relative;
551
+ top: -4px;
552
+ <?php } ?>
553
+ }
554
+ .bws_hide_demo_notice:hover {
555
+ cursor: pointer;
556
+ }
557
+ .rtl #bws_handle_notice_form {
558
+ float: left;
559
+ }
560
+ </style>
561
+ <?php }
562
+ if ( 4.2 <= $wp_version ) { ?>
563
+ <style type="text/css">
564
+ #bws_handle_notice_form {
565
+ position: absolute;
566
+ top: 2px;
567
+ right: 0;
568
+ }
569
+ .rtl #bws_handle_notice_form {
570
+ left: 0;
571
+ }
572
+ </style>
573
+ <?php } ?>
574
+ <div class="update-nag" style="position: relative;">
575
+ <form id="bws_handle_notice_form" action="" method="post">
576
+ <button class="notice-dismiss bws_hide_demo_notice" title="<?php _e( 'Close notice', $this->bws_plugin_text_domain ); ?>"></button>
577
+ <input type="hidden" name="bws_hide_demo_notice" value="hide" />
578
+ <?php wp_nonce_field( $this->bws_plugin_basename, 'bws_demo_nonce_name' ); ?>
579
+ </form>
580
+ <div style="margin: 0 20px;"><a href="<?php echo admin_url( 'admin.php?page=' . $this->bws_plugin_page . '#bws_handle_demo_data' ); ?>"><?php _e( 'Install demo data', $this->bws_plugin_text_domain ); ?></a>&nbsp;<?php echo __( 'for an acquaintance with the possibilities of the', $this->bws_plugin_text_domain ) . '&nbsp;' . $this->bws_plugin_name; ?>.</div>
581
+ </div>
582
+ <?php }
583
+ }
584
+ }
585
+
586
+ /**
587
+ * Generate Lorem Ipsum
588
+ * @return string
589
+ */
590
+ function bws_get_lorem_ipsum() {
591
+ $lorem_ipsum = array(
592
+ "Fusce quis varius quam, non molestie dui. ",
593
+ "Ut eu feugiat eros. Aliquam justo mauris, volutpat eu lacinia et, bibendum non velit. ",
594
+ "Aenean in justo et nunc facilisis varius feugiat quis elit. ",
595
+ "Proin luctus non quam in bibendum. ",
596
+ "Sed finibus, risus eu blandit ullamcorper, sapien urna vulputate ante, quis semper magna nibh vel orci. ",
597
+ "Nullam eu aliquam erat. ",
598
+ "Suspendisse massa est, feugiat nec dolor non, varius finibus massa. ",
599
+ "Sed velit justo, semper ut ante eu, feugiat ultricies velit. ",
600
+ "Ut sed velit ut nisl laoreet malesuada vitae non elit. ",
601
+ "Integer eu sem justo. Nunc sit amet erat tristique, mollis neque et, iaculis purus. ",
602
+ "Vestibulum sit amet varius sapien. Quisque maximus tempor scelerisque. ",
603
+ "Ut eleifend, felis vel rhoncus cursus, purus ipsum consectetur ex, nec elementum mauris ipsum eget quam. ",
604
+ "Integer sem diam, iaculis in arcu vel, pulvinar scelerisque magna. ",
605
+ "Cras rhoncus neque aliquet, molestie justo id, finibus erat. ",
606
+ "Proin eleifend, eros et interdum faucibus, ligula dui accumsan sem, ac tristique dolor erat vel est. ",
607
+ "Etiam ut nulla risus. Aliquam non consequat turpis, id hendrerit magna. Suspendisse potenti. ",
608
+ "Donec fringilla libero ac sapien porta ultricies. ",
609
+ "Donec sapien lacus, blandit vitae fermentum vitae, accumsan ut magna. ",
610
+ "Curabitur maximus lorem lectus, eu porta ipsum fringilla eu. ",
611
+ "Integer vitae justo ultricies, aliquam neque in, venenatis nunc. ",
612
+ "Pellentesque non nulla venenatis, posuere erat id, faucibus leo. ",
613
+ "Nullam fringilla sodales arcu, nec rhoncus lorem fringilla in. ",
614
+ "Quisque consequat lorem vel nisl pharetra iaculis. Donec aliquet interdum tristique. Sed ullamcorper urna odio. ",
615
+ "Nam dictum dictum neque id congue. ",
616
+ "Donec quis quam id turpis condimentum condimentum. ",
617
+ "Morbi tincidunt, nunc nec pellentesque scelerisque, tortor eros efficitur lectus, eget molestie lacus est eu est. ",
618
+ "Morbi non augue a tellus interdum condimentum id ac enim. ",
619
+ "In dictum velit ultricies, dictum est ac, tempus arcu. ",
620
+ "Duis maximus, mi nec pulvinar suscipit, arcu purus vestibulum urna, ",
621
+ "consectetur rutrum mi sapien et massa. Donec faucibus ex vel nibh consequat, ut molestie lacus elementum. ",
622
+ "Interdum et malesuada fames ac ante ipsum primis in faucibus. ",
623
+ "Phasellus quam dolor, convallis vel nulla sed, pretium tristique felis. ",
624
+ "Morbi condimentum nunc vel augue tincidunt, in porttitor metus interdum. Sed nec venenatis elit. ",
625
+ "Donec non urna dui. Maecenas sit amet venenatis eros, sed aliquam metus. ",
626
+ "Nulla venenatis eros ac velit pellentesque, nec semper orci faucibus. ",
627
+ "Etiam sit amet dapibus lacus, non semper erat. ",
628
+ "Donec dolor metus, iaculis nec lacinia a, tristique sed libero. ",
629
+ "Phasellus a quam gravida, tincidunt metus ac, eleifend odio. ",
630
+ "Integer facilisis mauris ut velit gravida ornare. Quisque viverra sagittis lacus, non dapibus turpis iaculis sit amet. ",
631
+ "Vestibulum vehicula pulvinar blandit. ",
632
+ "Praesent sit amet consectetur augue, vitae tincidunt nulla. ",
633
+ "Curabitur metus nibh, molestie vel massa in, egestas dapibus felis. ",
634
+ "Phasellus id erat massa. Aliquam bibendum purus ac ante imperdiet, mattis gravida dui mollis. ",
635
+ "Fusce id purus et mauris condimentum fermentum. ",
636
+ "Fusce tempus et purus ut fringilla. Suspendisse ornare et ligula in gravida. ",
637
+ "Nunc id nunc mauris. Curabitur auctor sodales felis, nec dapibus urna pellentesque et. ",
638
+ "Phasellus quam dolor, convallis vel nulla sed, pretium tristique felis. ",
639
+ "Morbi condimentum nunc vel augue tincidunt, in porttitor metus interdum. ",
640
+ "Sed scelerisque eget mauris et sagittis. ",
641
+ "In eget enim nec arcu malesuada malesuada. ",
642
+ "Nulla eu odio vel nibh elementum vestibulum vel vel magna. "
643
+ );
644
+ return $lorem_ipsum[ rand( 0, 50 ) ];
645
+ }
646
+ }
647
+ }
inc/demo-data/demo-data-loader.php DELETED
@@ -1,609 +0,0 @@
1
- <?php
2
-
3
- /**
4
- * Load demo data
5
- * @version 1.0.1
6
- */
7
-
8
- /**
9
- * Get plugin text domain and prefix
10
- * @return void
11
- */
12
- if ( ! function_exists( 'bws_get_plugin_data' ) ) {
13
- function bws_get_plugin_data() {
14
- global $bws_plugin_text_domain, $bws_plugin_prefix, $bws_plugin_file, $bws_plugin_name;
15
- $plugin_dir_array = explode( '/', plugin_basename( __FILE__ ) );
16
- $plugin_dir = $plugin_dir_array[0];
17
- $bws_plugin_file_array = array_keys( get_plugins( "/" . $plugin_dir ) );
18
- $bws_plugin_file = $bws_plugin_file_array[0];
19
- switch( $bws_plugin_file ) {
20
- case 'gallery-plugin.php':
21
- $bws_plugin_text_domain = 'gallery-plugin';
22
- $bws_plugin_prefix = 'gllr_';
23
- break;
24
- case 'gallery-plugin-pro.php':
25
- $bws_plugin_text_domain = 'gallery-plugin-pro';
26
- $bws_plugin_prefix = 'gllrprfssnl_';
27
- break;
28
- case 'portfolio.php':
29
- $bws_plugin_text_domain = 'portfolio';
30
- $bws_plugin_prefix = 'prtfl_';
31
- break;
32
- case 'portfolio-pro.php':
33
- $bws_plugin_text_domain = 'portfolio-pro';
34
- $bws_plugin_prefix = 'prtflpr_';
35
- break;
36
- case 'quotes-and-tips.php':
37
- $bws_plugin_text_domain = 'quotes-and-tips';
38
- $bws_plugin_prefix = 'qtsndtps_';
39
- break;
40
- case 'realty.php':
41
- $bws_plugin_text_domain = 'realty';
42
- $bws_plugin_prefix = 'rlt_';
43
- break;
44
- default:
45
- $bws_plugin_text_domain = '';
46
- $bws_plugin_prefix = '';
47
- break;
48
- }
49
- if ( ! function_exists( 'get_plugin_data' ) )
50
- require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
51
- $plugin_path = str_replace( 'inc/demo-data', '', dirname( __FILE__ ) );
52
- $plugin_path = str_replace( 'inc\demo-data', '', $plugin_path );
53
- $bws_plugin_info = get_plugin_data( rtrim( $plugin_path, '/' ) . '/' . $bws_plugin_file );
54
- $bws_plugin_name = $bws_plugin_info['Name'];
55
- /**
56
- ***********************************************************
57
- ** Another way to get text domain from plugin info: **
58
- ***********************************************************
59
- * $bws_plugin_text_domain = $bws_plugin_info['TextDomain'];
60
- ***********************************************************
61
- */
62
- }
63
- }
64
-
65
- /**
66
- * Display "Install demo data" or "Uninstal demo data" buttons
67
- * @return void
68
- */
69
- if ( ! function_exists ( 'bws_button' ) ) {
70
- function bws_button() {
71
- if ( ! ( is_multisite() && is_network_admin() ) ) {
72
- global $bws_plugin_text_domain, $bws_plugin_prefix, $bws_plugin_file;
73
- if ( empty( $bws_plugin_prefix ) )
74
- bws_get_plugin_data();
75
- $demo_options = bws_get_demo_option();
76
- if ( empty( $demo_options ) ) {
77
- $value = 'install';
78
- $button_title = __( 'Install Demo Data', $bws_plugin_text_domain );
79
- $form_title = __( 'If you install the demo-data, will be created galleries with images, demo-post with available shortcodes and page with a list of all the galleries, plugin settings will be overwritten, however, when you delete the demo data, they will be restored.', $bws_plugin_text_domain );
80
- } else {
81
- $value = 'remove';
82
- $button_title = __( 'Remove Demo Data', $bws_plugin_text_domain );
83
- $form_title = __( 'Delete demo-data and restore old plugin settings.', $bws_plugin_text_domain );
84
- }
85
- $plugin_dir_array = explode( '/', plugin_basename( __FILE__ ) );
86
- $plugin_dir = $plugin_dir_array[0]; ?>
87
- <form method="post" action="" id="bws_handle_demo_data">
88
- <p><?php echo $form_title; ?></p>
89
- <p>
90
- <button class="button" name="bws_handle_demo" value="<?php echo $value; ?>"><?php echo $button_title; ?></button>
91
- <?php wp_nonce_field( $plugin_dir . '/' . $bws_plugin_file, 'bws_settings_nonce_name' ); ?>
92
- </p>
93
- </form>
94
- <?php }
95
- }
96
- }
97
-
98
- /**
99
- * Display page for confirmation action to install demo data
100
- * @return void
101
- */
102
- if ( ! function_exists ( 'bws_demo_confirm' ) ) {
103
- function bws_demo_confirm() {
104
- global $bws_plugin_text_domain;
105
- if ( empty( $bws_plugin_prefix ) )
106
- bws_get_plugin_data();
107
- if ( 'install' == $_POST['bws_handle_demo'] ) {
108
- $button_title = __( 'Yes, install demo data', $bws_plugin_text_domain );
109
- $label = __( 'Are you sure you want to install demo data?', $bws_plugin_text_domain );
110
- } else {
111
- $button_title = __( 'Yes, remove demo data', $bws_plugin_text_domain );
112
- $label = __( 'Are you sure you want to remove demo data?', $bws_plugin_text_domain );
113
- } ?>
114
- <div>
115
- <p><?php echo $label; ?></p>
116
- <form method="post" action="">
117
- <p>
118
- <button class="button" name="bws_<?php echo $_POST['bws_handle_demo']; ?>_demo_confirm" value="true"><?php echo $button_title; ?></button>
119
- <button class="button" name="bws_<?php echo $_POST['bws_handle_demo']; ?>_demo_deny" value="true"><?php _e( 'No, go back to the settings page', $bws_plugin_text_domain ) ?></button>
120
- <?php wp_nonce_field( plugin_basename( __FILE__ ), 'bws_settings_nonce_name' ); ?>
121
- </p>
122
- </form>
123
- </div>
124
- <?php }
125
- }
126
-
127
- if ( ! function_exists( 'bws_handle_demo_data' ) ) {
128
- function bws_handle_demo_data( $install_callback, $remove_callback ) {
129
- if ( isset( $_POST['bws_install_demo_confirm'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'bws_settings_nonce_name' ) )
130
- return bws_install_demo_data( $install_callback );
131
- elseif ( isset( $_POST['bws_remove_demo_confirm'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'bws_settings_nonce_name' ) )
132
- return bws_remove_demo_data( $remove_callback );
133
- }
134
- }
135
-
136
- /**
137
- * Load demo data
138
- * @return $messge array() message about the result of the query
139
- */
140
- if ( ! function_exists ( 'bws_install_demo_data' ) ) {
141
- function bws_install_demo_data( $callback = false ) {
142
- global $bws_plugin_text_domain, $bws_plugin_prefix, $wpdb;
143
- if ( empty( $bws_plugin_prefix ) )
144
- bws_get_plugin_data();
145
- /* get demo data*/
146
- $demo_data = array();
147
- $message = array(
148
- 'error' => null,
149
- 'done' => null,
150
- 'options' => null
151
- );
152
- $demo_options = array(
153
- 'posts' => null,
154
- 'attachments' => null,
155
- 'image_sizes' => null,
156
- 'options' => null
157
- );
158
- $error = 0;
159
- $page_id = $gallery_post_id = $post_id = '';
160
- /* get demo data */
161
- @include_once( dirname( __FILE__ ) . '/demo-data.php' );
162
- $demo_data = apply_filters( 'bws_get_demo_data', '' );
163
- /*
164
- * load demo data
165
- */
166
- if ( empty( $demo_data ) ) {
167
- $message['error'] = __( 'Can not get demo data.', $bws_plugin_text_domain );
168
- } else {
169
- /*
170
- * check if demo options already loaded
171
- */
172
- if ( bws_get_demo_option() ) {
173
- $message['error'] = __( 'Demo options already installed.', $bws_plugin_text_domain );
174
- return $message;
175
- }
176
-
177
- /*
178
- * load demo options
179
- */
180
- $plugin_options = get_option( $bws_plugin_prefix . 'options' );
181
- /* remember old plugin options */
182
- if ( ! empty( $plugin_options ) )
183
- $demo_options['options'] = $plugin_options;
184
- if ( ! empty( $demo_data['options'] ) )
185
- update_option( $bws_plugin_prefix . 'options', $demo_data['options'] );
186
-
187
- /*
188
- * Add custom image sizes
189
- */
190
- if ( isset( $demo_data['image_sizes'] ) && ( ! empty( $demo_data['image_sizes'] ) ) && function_exists( 'add_image_size' ) ) {
191
- foreach ( $demo_data['image_sizes'] as $key => $value ) {
192
- $demo_options['image_sizes'][] = $key;
193
- add_image_size( $key, $value[0], $value[1], true );
194
- }
195
- }
196
-
197
- /*
198
- * load demo posts
199
- */
200
- if ( 0 < count( $demo_data['posts'] ) ) {
201
- $wp_upload_dir = wp_upload_dir();
202
- $attachments_folder = dirname( __FILE__ ) . '/images';
203
- /* insert current post */
204
- foreach ( $demo_data['posts'] as $post ) {
205
- if ( preg_match( '/{last_post_id}/', $post['post_content'] ) && ! ( empty( $post_id ) ) ) {
206
- $post['post_content'] = preg_replace( '/{last_post_id}/', $post_id, $post['post_content'] );
207
- }
208
- if ( preg_match( '/{template_page}/', $post['post_content'] ) ) {
209
- if ( empty( $page_id ) )
210
- $page_id = intval( $wpdb->get_var( "SELECT post_id FROM $wpdb->postmeta WHERE `meta_key` LIKE '_wp_page_template' AND `meta_value` LIKE 'gallery-template.php' LIMIT 1" ) );
211
- if ( ! empty( $page_id ) )
212
- $post['post_content'] = preg_replace( '/{template_page}/', '<a href="' . get_permalink( $page_id ) . '">' . get_the_title( $page_id ) . '</a>', $post['post_content'] );
213
- }
214
- $post_id = wp_insert_post( $post );
215
- if ( 'post' == $post['post_type'] )
216
- $gallery_post_id = $post_id;
217
-
218
- $attach_id = 0;
219
-
220
- if ( is_wp_error( $post_id ) || 0 == $post_id ) {
221
- $error ++;
222
- } else {
223
- /* remember post ID */
224
- $demo_options['posts'][] = $post_id;
225
-
226
- /*
227
- * load post attachments
228
- */
229
- $attachments_list = @scandir( $attachments_folder . '/' . $post['post_name'] );
230
- if ( 2 < count( $attachments_list ) ) {
231
- foreach ( $attachments_list as $attachment ) {
232
- $file = $attachments_folder . '/' . $post['post_name'] . '/' . $attachment;
233
- /* insert current attachment */
234
- if ( bws_is_image( $file ) ) {
235
-
236
- $destination = $wp_upload_dir['path'] . '/' . $bws_plugin_prefix . 'demo_' . $attachment; /* path to new file */
237
- $wp_filetype = wp_check_filetype( $file, null ); /* Mime-type */
238
-
239
- if ( copy( $file, $destination ) ) { /* if attachmebt copied */
240
-
241
- $attachment_data = array(
242
- 'post_mime_type' => $wp_filetype['type'],
243
- 'post_title' => $attachment,
244
- 'post_content' => '',
245
- 'post_status' => 'inherit'
246
- );
247
-
248
- /* insert attschment in to database */
249
- $attach_id = wp_insert_attachment( $attachment_data, $destination, $post_id );
250
- if ( 0 != $attach_id ) {
251
- /* remember attachment ID */
252
- $demo_options['attachments'][] = $attach_id;
253
-
254
- /* insert attachment metadata */
255
- $attach_data = wp_generate_attachment_metadata( $attach_id, $destination );
256
- wp_update_attachment_metadata( $attach_id, $attach_data );
257
- /* insert additional metadata */
258
- if ( isset( $demo_data['attachments'][ $attachment ] ) ) {
259
- foreach ( $demo_data['attachments'][ $attachment ] as $meta_key => $meta_value ) {
260
- if ( '{get_lorem_ipsum}' == $meta_value )
261
- $meta_value = bws_get_lorem_ipsum();
262
- add_post_meta( $attach_id, $meta_key, $meta_value );
263
- }
264
- }
265
- } else {
266
- $error ++;
267
- }
268
- } else {
269
- $error ++;
270
- }
271
- }
272
- }
273
- }
274
- /* insert additional post meta */
275
- if ( isset( $post['post_meta'] ) && ( ! empty( $post['post_meta'] ) ) ) {
276
- foreach ( $post['post_meta'] as $meta_key => $meta_value ) {
277
- add_post_meta( $post_id, $meta_key, $meta_value );
278
- }
279
- }
280
- /* set template for post type "page" */
281
- if ( isset( $post['page_template'] ) && ( ! empty( $post['page_template'] ) ) ) {
282
- update_post_meta( $post_id, '_wp_page_template', $post['page_template'] );
283
- $page_id = $post_id;
284
- }
285
- /* last inserted image is thummbnail for post */
286
- if ( 0 != $attach_id )
287
- update_post_meta( $post_id, '_thumbnail_id', $attach_id );
288
- }
289
- }
290
-
291
- /*
292
- * Save demo options
293
- */
294
- add_option( $bws_plugin_prefix . 'demo_options', $demo_options );
295
- if ( 0 == $error ) {
296
- $message['done'] = __( 'Demo data successfully installed.', $bws_plugin_text_domain );
297
- if ( ! empty( $gallery_post_id ) ) {
298
- $message['done'] .= '<br />' . __( 'View post with shortcodes', $bws_plugin_text_domain ) . ':&nbsp;<a href="'. get_permalink( $gallery_post_id ) . '" target="_blank">' . get_the_title( $gallery_post_id ) . '</a>';
299
- }
300
- if ( ! empty( $page_id ) ) {
301
- $message['done'] .= '<br />' . __( 'View page with examples', $bws_plugin_text_domain ) . ':&nbsp;<a href="'. get_permalink( $page_id ) . '" target="_blank">' . get_the_title( $page_id ) . '</a>';
302
- }
303
- $message['options'] = $demo_data['options'];
304
-
305
- if ( isset( $callback ) )
306
- call_user_func( $callback );
307
- } else {
308
- $message['error'] = __( 'Installation of demo data with some errors occurred.', $bws_plugin_text_domain );
309
- }
310
- } else {
311
- $message['error'] = __( 'Posts data is missing.', $bws_plugin_text_domain );
312
- }
313
- }
314
- return $message;
315
- }
316
- }
317
-
318
- /**
319
- * Remove demo data
320
- * @return $messge array() message about the result of the query
321
- */
322
- if ( ! function_exists ( 'bws_remove_demo_data' ) ) {
323
- function bws_remove_demo_data( $callback ) {
324
- global $bws_plugin_text_domain, $bws_plugin_prefix;
325
- if ( empty( $bws_plugin_prefix ) )
326
- bws_get_plugin_data();
327
- $error = 0;
328
- $message = array(
329
- 'error' => null,
330
- 'done' => null,
331
- 'options' => null
332
- );
333
- $demo_options = bws_get_demo_option();
334
-
335
- if ( empty( $demo_options ) ) {
336
- $message['error'] = __( 'Demo data have already been removed.', $bws_plugin_text_domain );
337
- } else {
338
-
339
- /*
340
- * Restore plugin options
341
- */
342
- if ( isset( $demo_options['options'] ) && ( ! empty( $demo_options['options'] ) ) ) {
343
- $demo_options['options']['display_demo_notice'] = 0;
344
- update_option( $bws_plugin_prefix . 'options', $demo_options['options'] );
345
- call_user_func( $callback );
346
- }
347
- $done = bws_delete_demo_option();
348
- if ( ! $done )
349
- $error ++;
350
-
351
- /*
352
- * Remove image sizes
353
- */
354
- if ( isset( $demo_options['image_sizes'] ) && ( ! empty( $demo_options['image_sizes'] ) ) ) {
355
- global $_wp_additional_image_sizes;
356
- foreach ( $demo_options['image_sizes'] as $name ) {
357
- unset( $_wp_additional_image_sizes[ $name ] );
358
- }
359
- }
360
-
361
- /*
362
- * Delete all posts
363
- */
364
- if ( isset( $demo_options['posts'] ) && ( ! empty( $demo_options['posts'] ) ) ) {
365
- foreach ( $demo_options['posts'] as $post_id ) {
366
- $done = wp_delete_post( $post_id, true );
367
- if ( ! $done )
368
- $error ++;
369
- }
370
- }
371
-
372
- /*
373
- * Delete all attachments
374
- */
375
- if ( isset( $demo_options['attachments'] ) && ( ! empty( $demo_options['attachments'] ) ) ) {
376
- foreach ( $demo_options['attachments'] as $post_id ) {
377
- $done = wp_delete_attachment( $post_id, true );
378
- if ( ! $done )
379
- $error ++;
380
- }
381
- }
382
- if ( empty( $error ) ) {
383
- $message['done'] = __( 'Demo data successfully removed.', $bws_plugin_text_domain );
384
- $message['options'] = get_option( $bws_plugin_prefix . 'options' );
385
- } else {
386
- $message['error'] = __( 'Removing demo data with some errors occurred.', $bws_plugin_text_domain );
387
- }
388
- }
389
- return $message;
390
- }
391
- }
392
-
393
- /**
394
- * Get demo-options
395
- * @return array with demo-options or false
396
- */
397
- if ( ! function_exists( 'bws_get_demo_option' ) ) {
398
- function bws_get_demo_option() {
399
- global $bws_plugin_prefix;
400
- if ( empty( $bws_plugin_prefix ) )
401
- bws_get_plugin_data();
402
- $demo_options = get_option( $bws_plugin_prefix . 'demo_options' );
403
- if ( empty( $demo_options ) ) {
404
- switch ( $bws_plugin_prefix ) {
405
- case "gllr_":
406
- $plugin_prefix = 'gllrprfssnl_';
407
- break;
408
- case "gllrprfssnl_":
409
- $plugin_prefix = 'gllr_';
410
- break;
411
- case "prtfl_":
412
- $plugin_prefix = 'prtflpr_';
413
- break;
414
- case "prtflpr_":
415
- $plugin_prefix = 'prtfl_';
416
- break;
417
- case "rlt_":
418
- default:
419
- $plugin_prefix = '';
420
- break;
421
- }
422
- $demo_options = get_option( $plugin_prefix . 'demo_options' );
423
- }
424
- return $demo_options;
425
- }
426
- }
427
-
428
- /**
429
- * Delete demo-options
430
- * @return boolean
431
- */
432
- if ( ! function_exists( 'bws_delete_demo_option' ) ) {
433
- function bws_delete_demo_option() {
434
- global $bws_plugin_prefix;
435
- if ( empty( $bws_plugin_prefix ) )
436
- bws_get_plugin_data();
437
- $done = delete_option( $bws_plugin_prefix . 'demo_options' );
438
- if ( ! $done ) {
439
- switch ( $bws_plugin_prefix ) {
440
- case "gllr_":
441
- $plugin_prefix = 'gllrprfssnl_';
442
- break;
443
- case "gllrprfssnl_":
444
- $plugin_prefix = 'gllr_';
445
- break;
446
- case "prtfl_":
447
- $plugin_prefix = 'prtflpr_';
448
- break;
449
- case "prtflpr_":
450
- $plugin_prefix = 'prtfl_';
451
- break;
452
- case "rlt_":
453
- default:
454
- $plugin_prefix = '';
455
- break;
456
- }
457
- $done = delete_option( $plugin_prefix . 'demo_options' );
458
- }
459
- return $done;
460
- }
461
- }
462
-
463
- if ( ! function_exists( 'bws_handle_demo_notice' ) ) {
464
- function bws_handle_demo_notice( $show_demo_notice ) {
465
- if ( 1 == $show_demo_notice ) {
466
- global $bws_plugin_text_domain, $bws_plugin_file, $bws_plugin_prefix, $bws_plugin_name, $hook_suffix, $wp_version;
467
- $plugin_dir_array = explode( '/', plugin_basename( __FILE__ ) );
468
- $plugin_dir = $plugin_dir_array[0];
469
- if ( empty( $bws_plugin_text_domain ) )
470
- bws_get_plugin_data();
471
- if ( isset( $_POST['bws_hide_demo_notice'] ) ) {
472
- $plugin_options = get_option( $bws_plugin_prefix . 'options' );
473
- $plugin_options['display_demo_notice'] = 0;
474
- update_option( $bws_plugin_prefix . 'options', $plugin_options );
475
- return;
476
- }
477
- if (
478
- ( 'plugins.php' == $hook_suffix || ( isset( $_GET['page'] ) && $bws_plugin_file == $_GET['page'] ) ) &&
479
- ! isset( $_POST['bws_handle_demo'] ) &&
480
- ! isset( $_POST['bws_install_demo_confirm'] )
481
- ) {
482
- if ( 4.2 > $wp_version ) { ?>
483
- <style type="text/css">
484
- #bws_handle_notice_form {
485
- float: right;
486
- width: 20px;
487
- height: 20px;
488
- margin-bottom: 0;
489
- }
490
- .bws_hide_demo_notice {
491
- width: 100%;
492
- height: 100%;
493
- border: none;
494
- background: url("<?php echo plugins_url( $plugin_dir . '/bws_menu/images/close_banner.png' ); ?>") no-repeat center center;
495
- box-shadow: none;
496
- <?php if ( 3.8 <= $wp_version ) { ?>
497
- position: relative;
498
- top: -4px;
499
- <?php } ?>
500
- }
501
- .bws_hide_demo_notice:hover {
502
- cursor: pointer;
503
- }
504
- </style>
505
- <?php }
506
- if ( 4.2 <= $wp_version ) { ?>
507
- <style type="text/css">
508
- #bws_handle_notice_form {
509
- position: absolute;
510
- top: 3px;
511
- right: 0;
512
- }
513
- </style>
514
- <?php } ?>
515
- <div class="update-nag" style="position: relative;">
516
- <form id="bws_handle_notice_form" action="" method="post">
517
- <button class="notice-dismiss bws_hide_demo_notice" title="<?php _e( 'Close notice', $bws_plugin_text_domain ); ?>"></button>
518
- <input type="hidden" name="bws_hide_demo_notice" value="hide" />
519
- </form>
520
- <span style="margin-right: 20px;"><a href="<?php echo admin_url( 'admin.php?page=' . $bws_plugin_file . '#bws_handle_demo_data' ); ?>"><?php _e( 'Install demo data', $bws_plugin_text_domain ); ?></a>&nbsp;<?php echo __( 'for an acquaintance with the possibilities of the', $bws_plugin_text_domain ) . '&nbsp;' . $bws_plugin_name; ?>.</span>
521
- </div>
522
- <?php }
523
- }
524
- }
525
- }
526
-
527
- /**
528
- * Check if file is image
529
- * @param string $file path to file
530
- * @return boolean
531
- */
532
- if ( ! function_exists ( 'bws_is_image' ) ) {
533
- function bws_is_image( $file ) {
534
- $file_data = @getimagesize( $file );
535
- /* if file is broken or MIME-type is not 'GIF', 'JPEG' or 'PNG' */
536
- return ! ( $file_data || in_array( $file_data[2], array( 1, 2, 3 ) ) ) ? false : true;
537
- }
538
- }
539
-
540
- /**
541
- * Generate Lorem Ipsum
542
- * @return string
543
- */
544
- if ( ! function_exists( 'bws_get_lorem_ipsum' ) ) {
545
- function bws_get_lorem_ipsum() {
546
- $lorem_ipsum = array(
547
- "Fusce quis varius quam, non molestie dui. ",
548
- "Ut eu feugiat eros. Aliquam justo mauris, volutpat eu lacinia et, bibendum non velit. ",
549
- "Aenean in justo et nunc facilisis varius feugiat quis elit. ",
550
- "Proin luctus non quam in bibendum. ",
551
- "Sed finibus, risus eu blandit ullamcorper, sapien urna vulputate ante, quis semper magna nibh vel orci. ",
552
- "Nullam eu aliquam erat. ",
553
- "Suspendisse massa est, feugiat nec dolor non, varius finibus massa. ",
554
- "Sed velit justo, semper ut ante eu, feugiat ultricies velit. ",
555
- "Ut sed velit ut nisl laoreet malesuada vitae non elit. ",
556
- "Integer eu sem justo. Nunc sit amet erat tristique, mollis neque et, iaculis purus. ",
557
- "Vestibulum sit amet varius sapien. Quisque maximus tempor scelerisque. ",
558
- "Ut eleifend, felis vel rhoncus cursus, purus ipsum consectetur ex, nec elementum mauris ipsum eget quam. ",
559
- "Integer sem diam, iaculis in arcu vel, pulvinar scelerisque magna. ",
560
- "Cras rhoncus neque aliquet, molestie justo id, finibus erat. ",
561
- "Proin eleifend, eros et interdum faucibus, ligula dui accumsan sem, ac tristique dolor erat vel est. ",
562
- "Etiam ut nulla risus. Aliquam non consequat turpis, id hendrerit magna. Suspendisse potenti. ",
563
- "Donec fringilla libero ac sapien porta ultricies. ",
564
- "Donec sapien lacus, blandit vitae fermentum vitae, accumsan ut magna. ",
565
- "Curabitur maximus lorem lectus, eu porta ipsum fringilla eu. ",
566
- "Integer vitae justo ultricies, aliquam neque in, venenatis nunc. ",
567
- "Pellentesque non nulla venenatis, posuere erat id, faucibus leo. ",
568
- "Nullam fringilla sodales arcu, nec rhoncus lorem fringilla in. ",
569
- "Quisque consequat lorem vel nisl pharetra iaculis. Donec aliquet interdum tristique. Sed ullamcorper urna odio. ",
570
- "Nam dictum dictum neque id congue. ",
571
- "Donec quis quam id turpis condimentum condimentum. ",
572
- "Morbi tincidunt, nunc nec pellentesque scelerisque, tortor eros efficitur lectus, eget molestie lacus est eu est. ",
573
- "Morbi non augue a tellus interdum condimentum id ac enim. ",
574
- "In dictum velit ultricies, dictum est ac, tempus arcu. ",
575
- "Duis maximus, mi nec pulvinar suscipit, arcu purus vestibulum urna, ",
576
- "consectetur rutrum mi sapien et massa. Donec faucibus ex vel nibh consequat, ut molestie lacus elementum. ",
577
- "Interdum et malesuada fames ac ante ipsum primis in faucibus. ",
578
- "Phasellus quam dolor, convallis vel nulla sed, pretium tristique felis. ",
579
- "Morbi condimentum nunc vel augue tincidunt, in porttitor metus interdum. Sed nec venenatis elit. ",
580
- "Donec non urna dui. Maecenas sit amet venenatis eros, sed aliquam metus. ",
581
- "Nulla venenatis eros ac velit pellentesque, nec semper orci faucibus. ",
582
- "Etiam sit amet dapibus lacus, non semper erat. ",
583
- "Donec dolor metus, iaculis nec lacinia a, tristique sed libero. ",
584
- "Phasellus a quam gravida, tincidunt metus ac, eleifend odio. ",
585
- "Integer facilisis mauris ut velit gravida ornare. Quisque viverra sagittis lacus, non dapibus turpis iaculis sit amet. ",
586
- "Vestibulum vehicula pulvinar blandit. ",
587
- "Praesent sit amet consectetur augue, vitae tincidunt nulla. ",
588
- "Curabitur metus nibh, molestie vel massa in, egestas dapibus felis. ",
589
- "Phasellus id erat massa. Aliquam bibendum purus ac ante imperdiet, mattis gravida dui mollis. ",
590
- "Fusce id purus et mauris condimentum fermentum. ",
591
- "Fusce tempus et purus ut fringilla. Suspendisse ornare et ligula in gravida. ",
592
- "Nunc id nunc mauris. Curabitur auctor sodales felis, nec dapibus urna pellentesque et. ",
593
- "Phasellus quam dolor, convallis vel nulla sed, pretium tristique felis. ",
594
- "Morbi condimentum nunc vel augue tincidunt, in porttitor metus interdum. ",
595
- "Sed scelerisque eget mauris et sagittis. ",
596
- "In eget enim nec arcu malesuada malesuada. ",
597
- "Nulla eu odio vel nibh elementum vestibulum vel vel magna. "
598
- );
599
- return $lorem_ipsum[ rand( 0, 50 ) ];
600
- }
601
- }
602
-
603
- /**
604
- * Add all hooks
605
- */
606
- add_action( 'bws_show_demo_button', 'bws_button' );
607
- add_action( 'bws_display_demo_notice', 'bws_handle_demo_notice' );
608
- add_filter( 'bws_load_demo_data', 'bws_demo_data' );
609
- add_filter( 'bws_handle_demo_data', 'bws_handle_demo_data', 10, 2 );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/demo-data/demo-data.php CHANGED
@@ -1,106 +1,95 @@
1
- <?php
2
  /**
3
- * Contents array with demo-data for
4
  * Gallery Plugin by Bestwebsoft
5
  */
6
 
7
-
8
  if ( ! function_exists( 'bws_demo_data_array' ) ) {
9
  function bws_demo_data_array() {
10
- global $bws_plugin_prefix;
11
  $posts = array(
12
  /* Page Template Gallery */
13
- array(
14
  'comment_status' => 'closed',
15
  'ping_status' => 'closed',
16
  'post_status' => 'publish',
17
  'post_type' => 'page',
18
- 'post_author' => '1',
19
- 'post_name' => 'galleries',
20
  'post_title' => 'DEMO Galleries',
21
  'post_content' => '',
22
  'page_template' => 'gallery-template.php'
23
  ),
24
  /* Galleries */
25
- array(
26
  'comment_status' => 'closed',
27
  'ping_status' => 'closed',
28
  'post_status' => 'publish',
29
  'post_type' => 'gallery',
30
- 'post_author' => '1',
31
- 'post_name' => 'gastronomy',
32
  'post_title' => 'DEMO Gastronomy',
33
  'post_content' => 'Nowadays food photographing is becoming more and more popular. Today thousands of blogs are devoted to such pictures. Using our Gallery plugin you can post such images easily! For more information visit <a href="http://bestwebsoft.com/products/gallery/">Our Site</a>',
34
  'post_meta' => array(
35
- 'gllr_download_link' => '1'
36
- )
 
37
  ),
38
- array(
39
  'comment_status' => 'closed',
40
  'ping_status' => 'closed',
41
  'post_status' => 'publish',
42
  'post_type' => 'gallery',
43
- 'post_author' => '1',
44
- 'post_name' => 'music',
45
  'post_title' => 'DEMO Music',
46
  'post_content' => 'Music is an integral part of our lives. It surrounds us everywhere. Save memorable moments of the concerts and festivals and share them with your friends! Our Gallery plugin will help you with this. For more information visit <a href="http://bestwebsoft.com/products/gallery/">Our Site</a>',
47
  'post_meta' => array(
48
  'gllr_download_link' => '1'
49
- )
 
50
  ),
51
- array(
52
  'comment_status' => 'closed',
53
  'ping_status' => 'closed',
54
  'post_status' => 'publish',
55
  'post_type' => 'gallery',
56
- 'post_author' => '1',
57
- 'post_name' => 'travelling',
58
  'post_title' => 'DEMO Travelling',
59
  'post_content' => 'Millions of people all over the world spend their holidays travelling. Nowadays we can also share our impressions with friends! And our Gallery plugin will help you with this. Also you can use an exclusive add-on Gallery Categories which allows you to create different categories of galleries on your site. For more information visit <a href="http://bestwebsoft.com/">Our Site</a>',
60
  'post_meta' => array(
61
  'gllr_download_link' => '1'
62
- )
 
63
  ),
64
- array(
65
  'comment_status' => 'closed',
66
  'ping_status' => 'closed',
67
  'post_status' => 'publish',
68
  'post_type' => 'gallery',
69
- 'post_author' => '1',
70
- 'post_name' => 'sport',
71
  'post_title' => 'DEMO Sport',
72
  'post_content' => 'Sport is Life! And now you have a great opportunity to share your achievements with the whole world. And our Gallery plugin will help you with this. For more information visit <a href="http://bestwebsoft.com/products/gallery/">Our Site</a>',
73
  'post_meta' => array(
74
  'gllr_download_link' => '1'
75
- )
 
76
  ),
77
- array(
78
  'comment_status' => 'closed',
79
  'ping_status' => 'closed',
80
  'post_status' => 'publish',
81
  'post_type' => 'gallery',
82
- 'post_author' => '1',
83
- 'post_name' => 'nature',
84
  'post_title' => 'DEMO Nature',
85
  'post_content' => 'Look for inspiration in the nature! You can admire its beauty all day long. With our Gallery plugin you can share beautiful pictures with your friends. For more information visit <a href="http://bestwebsoft.com/products/gallery/">Our Site</a>',
86
  'post_meta' => array(
87
  'gllr_download_link' => '1'
88
- )
 
89
  ),
90
  /* Post with Gallery shortcodes */
91
- array(
92
  'comment_status' => 'closed',
93
  'ping_status' => 'closed',
94
  'post_status' => 'publish',
95
  'post_type' => 'post',
96
- 'post_author' => '1',
97
- 'post_name' => 'gallery-demo',
98
  'post_title' => 'Gallery DEMO',
99
- 'post_content' => '<p>This is a demonstration of a Gallery plugin for Wordpress websites.</p><h2>Create amazing galleries in few clicks</h2><p>Gallery plugin helps you to collect images and display them on your website. Add unlimited galleries to your website - no programming knowledge required.</p><h2>Get premium features</h2><p>Upgrade to Pro version to unlock premium features like: Lightbox helper (buttons or thumbnails), Lightbox social buttons (Facebook, Twitter, Google +1, Pinterest), a single gallery pagination and more. <a href="http://bestwebsoft.com/products/gallery/" target="_blank">Learn More</a></p><h2>Expand your possibilities with exclusive add-ons</h2><ul><li><a href="http://bestwebsoft.com/products/gallery-categories/" target="_blank">Gallery categories</a>: Create different categories of your galleries.</li><li><a href="http://bestwebsoft.com/products/re-attacher/" target="_blank">Re-attacher</a>: Re-attach previously uploaded images to other gallery without having to upload them again, as well as detach files from the gallery completely.</li></ul><h2><span id="result_box" class="short_text" lang="en"><span class="hps">Help &amp; Support</span></span></h2><p>If you have any questions, our friendly Support Team is happy to help. <a href="http://support.bestwebsoft.com/" target="_blank">Visit our Help Center</a></a><h2>Shortcodes</h2><p>Use <code><strong>&#91;print_gllr id=<i>gallery_id</i> display=short]</strong></code> shortcode for displaying short description and link to the single gallery.</p><div>[print_gllr id={last_post_id} display=short]</div><div></div>Use <code><strong>&#91;print_gllr id=<i>gallery_id</i>]</strong></code> shortcode for displaying all images in gallery.<div>[print_gllr id={last_post_id}]</div>&nbsp;<div>{template_page} | <a href="https://drive.google.com/drive/u/0/folders/0B5l8lO-CaKt9QkJNaERwVEJnSVE" target="_blank">Instructions</a> | <a href="http://bestwebsoft.com/products/gallery/">Buy Now</a></div>',
100
  ),
101
  );
102
 
103
- $attachments = array(
104
  /* gastronomy */
105
  'apple.jpg' => array(
106
  'gllr_image_alt_tag' => 'Apple',
@@ -422,41 +411,9 @@ if ( ! function_exists( 'bws_demo_data_array' ) ) {
422
  'gllr_link_url' => '',
423
  )
424
  );
425
- $image_sizes = array(
426
- 'album-thumb' => array( 120, 80 ),
427
- 'photo-thumb' => array( 160, 120 )
428
- );
429
- $demo_options = array(
430
- 'gllr_custom_size_name' => array( 'album-thumb', 'photo-thumb' ),
431
- 'gllr_custom_size_px' => array( array( 120, 80 ), array( 160, 120 ) ),
432
- 'border_images' => 1,
433
- 'border_images_width' => 10,
434
- 'border_images_color' => '#F1F1F1',
435
- 'custom_image_row_count' => 3,
436
- 'start_slideshow' => 1,
437
- 'slideshow_interval' => 2000,
438
- 'single_lightbox_for_multiple_galleries' => 1,
439
- 'order_by' => 'meta_value_num',
440
- 'order' => 'ASC',
441
- 'read_more_link_text' => 'More images in album',
442
- 'image_text' => 1,
443
- 'return_link' => 1,
444
- 'return_link_text' => 'Back to albums list',
445
- 'return_link_page' => 'gallery_template_url',
446
- 'return_link_url' => '',
447
- 'return_link_shortcode' => 1,
448
- 'rewrite_template' => 0,
449
- 'display_demo_notice' => 0,
450
- 'display_settings_notice' => 0
451
- );
452
-
453
- return array(
454
- 'posts' => $posts,
455
- 'attachments' => $attachments,
456
- 'image_sizes' => $image_sizes,
457
- 'options' => $demo_options
458
  );
459
  }
460
- }
461
-
462
- add_filter( 'bws_get_demo_data', 'bws_demo_data_array' );
1
+ <?php
2
  /**
3
+ * Contents array with demo-data for
4
  * Gallery Plugin by Bestwebsoft
5
  */
6
 
 
7
  if ( ! function_exists( 'bws_demo_data_array' ) ) {
8
  function bws_demo_data_array() {
 
9
  $posts = array(
10
  /* Page Template Gallery */
11
+ array(
12
  'comment_status' => 'closed',
13
  'ping_status' => 'closed',
14
  'post_status' => 'publish',
15
  'post_type' => 'page',
 
 
16
  'post_title' => 'DEMO Galleries',
17
  'post_content' => '',
18
  'page_template' => 'gallery-template.php'
19
  ),
20
  /* Galleries */
21
+ array(
22
  'comment_status' => 'closed',
23
  'ping_status' => 'closed',
24
  'post_status' => 'publish',
25
  'post_type' => 'gallery',
 
 
26
  'post_title' => 'DEMO Gastronomy',
27
  'post_content' => 'Nowadays food photographing is becoming more and more popular. Today thousands of blogs are devoted to such pictures. Using our Gallery plugin you can post such images easily! For more information visit <a href="http://bestwebsoft.com/products/gallery/">Our Site</a>',
28
  'post_meta' => array(
29
+ 'gllr_download_link' => '1'
30
+ ),
31
+ 'attachments_folder' => 'gastronomy'
32
  ),
33
+ array(
34
  'comment_status' => 'closed',
35
  'ping_status' => 'closed',
36
  'post_status' => 'publish',
37
  'post_type' => 'gallery',
 
 
38
  'post_title' => 'DEMO Music',
39
  'post_content' => 'Music is an integral part of our lives. It surrounds us everywhere. Save memorable moments of the concerts and festivals and share them with your friends! Our Gallery plugin will help you with this. For more information visit <a href="http://bestwebsoft.com/products/gallery/">Our Site</a>',
40
  'post_meta' => array(
41
  'gllr_download_link' => '1'
42
+ ),
43
+ 'attachments_folder' => 'music'
44
  ),
45
+ array(
46
  'comment_status' => 'closed',
47
  'ping_status' => 'closed',
48
  'post_status' => 'publish',
49
  'post_type' => 'gallery',
 
 
50
  'post_title' => 'DEMO Travelling',
51
  'post_content' => 'Millions of people all over the world spend their holidays travelling. Nowadays we can also share our impressions with friends! And our Gallery plugin will help you with this. Also you can use an exclusive add-on Gallery Categories which allows you to create different categories of galleries on your site. For more information visit <a href="http://bestwebsoft.com/">Our Site</a>',
52
  'post_meta' => array(
53
  'gllr_download_link' => '1'
54
+ ),
55
+ 'attachments_folder' => 'travelling'
56
  ),
57
+ array(
58
  'comment_status' => 'closed',
59
  'ping_status' => 'closed',
60
  'post_status' => 'publish',
61
  'post_type' => 'gallery',
 
 
62
  'post_title' => 'DEMO Sport',
63
  'post_content' => 'Sport is Life! And now you have a great opportunity to share your achievements with the whole world. And our Gallery plugin will help you with this. For more information visit <a href="http://bestwebsoft.com/products/gallery/">Our Site</a>',
64
  'post_meta' => array(
65
  'gllr_download_link' => '1'
66
+ ),
67
+ 'attachments_folder' => 'sport'
68
  ),
69
+ array(
70
  'comment_status' => 'closed',
71
  'ping_status' => 'closed',
72
  'post_status' => 'publish',
73
  'post_type' => 'gallery',
 
 
74
  'post_title' => 'DEMO Nature',
75
  'post_content' => 'Look for inspiration in the nature! You can admire its beauty all day long. With our Gallery plugin you can share beautiful pictures with your friends. For more information visit <a href="http://bestwebsoft.com/products/gallery/">Our Site</a>',
76
  'post_meta' => array(
77
  'gllr_download_link' => '1'
78
+ ),
79
+ 'attachments_folder' => 'nature'
80
  ),
81
  /* Post with Gallery shortcodes */
82
+ array(
83
  'comment_status' => 'closed',
84
  'ping_status' => 'closed',
85
  'post_status' => 'publish',
86
  'post_type' => 'post',
 
 
87
  'post_title' => 'Gallery DEMO',
88
+ 'post_content' => '<p>This is a demonstration of a Gallery plugin for Wordpress websites.</p><h2>Create amazing galleries in few clicks</h2><p>Gallery plugin helps you to collect images and display them on your website. Add unlimited galleries to your website - no programming knowledge required.</p><h2>Expand your possibilities with exclusive add-ons</h2><ul><li><a href="http://bestwebsoft.com/products/gallery-categories/" target="_blank">Gallery categories</a>: Create different categories of your galleries.</li><li><a href="http://bestwebsoft.com/products/re-attacher/" target="_blank">Re-attacher</a>: Re-attach previously uploaded images to other gallery without having to upload them again, as well as detach files from the gallery completely.</li></ul><h2><span id="result_box" class="short_text" lang="en"><span class="hps">Help &amp; Support</span></span></h2><p>If you have any questions, our friendly Support Team is happy to help. <a href="http://support.bestwebsoft.com/" target="_blank">Visit our Help Center</a></a><h2>Shortcodes</h2><p>Use <code><strong>&#91;print_gllr id=<i>gallery_id</i> display=short]</strong></code> shortcode for displaying short description and link to the single gallery.</p><div>[print_gllr id={last_post_id} display=short]</div><div></div>Use <code><strong>&#91;print_gllr id=<i>gallery_id</i>]</strong></code> shortcode for displaying all images in gallery.<div>[print_gllr id={last_post_id}]</div>&nbsp;<div>{template_page} | <a href="https://drive.google.com/drive/u/0/folders/0B5l8lO-CaKt9QkJNaERwVEJnSVE" target="_blank">Instructions</a>',
89
  ),
90
  );
91
 
92
+ $attachments = array(
93
  /* gastronomy */
94
  'apple.jpg' => array(
95
  'gllr_image_alt_tag' => 'Apple',
411
  'gllr_link_url' => '',
412
  )
413
  );
414
+ return array(
415
+ 'posts' => $posts,
416
+ 'attachments' =>$attachments
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
417
  );
418
  }
419
+ }
 
 
inc/demo-data/images/gastronomy/apple.jpg CHANGED
File without changes
inc/demo-data/images/gastronomy/brunch.jpg CHANGED
File without changes
inc/demo-data/images/gastronomy/cake.jpg CHANGED
File without changes
inc/demo-data/images/gastronomy/cheese.jpg CHANGED
File without changes
inc/demo-data/images/gastronomy/cinnamon.jpg CHANGED
File without changes
inc/demo-data/images/gastronomy/cupcakes.jpg CHANGED
File without changes
inc/demo-data/images/gastronomy/grapes.jpg CHANGED
File without changes
inc/demo-data/images/gastronomy/greens.jpg CHANGED
File without changes
inc/demo-data/images/gastronomy/hamburger.jpg CHANGED
File without changes
inc/demo-data/images/gastronomy/pasta.jpg CHANGED
File without changes
inc/demo-data/images/gastronomy/peanut_butter.jpg CHANGED
File without changes
inc/demo-data/images/gastronomy/pizza.jpg CHANGED
File without changes
inc/demo-data/images/gastronomy/restaurant.jpg CHANGED
File without changes
inc/demo-data/images/gastronomy/spice.jpg CHANGED
File without changes
inc/demo-data/images/license.txt CHANGED
File without changes
inc/demo-data/images/music/acoustic_guitar.jpg CHANGED
File without changes
inc/demo-data/images/music/disco.jpg CHANGED
File without changes
inc/demo-data/images/music/dj.jpg CHANGED
File without changes
inc/demo-data/images/music/drummer.jpg CHANGED
File without changes
inc/demo-data/images/music/guitar_case.jpg CHANGED
File without changes
inc/demo-data/images/music/headphones.jpg CHANGED
File without changes
inc/demo-data/images/music/metronome.jpg CHANGED
File without changes
inc/demo-data/images/music/music.jpg CHANGED
File without changes
inc/demo-data/images/music/musicassette.jpg CHANGED
File without changes
inc/demo-data/images/music/notes.jpg CHANGED
File without changes
inc/demo-data/images/music/saxophone.jpg CHANGED
File without changes
inc/demo-data/images/music/tickets.jpg CHANGED
File without changes
inc/demo-data/images/nature/blueberry.jpg CHANGED
File without changes
inc/demo-data/images/nature/dandelion.jpg CHANGED
File without changes
inc/demo-data/images/nature/flower.jpg CHANGED
File without changes
inc/demo-data/images/nature/forest_edge.jpg CHANGED
File without changes
inc/demo-data/images/nature/grass.jpg CHANGED
File without changes
inc/demo-data/images/nature/grasshopper.jpg CHANGED
File without changes
inc/demo-data/images/nature/ladybug.jpg CHANGED
File without changes
inc/demo-data/images/nature/roses.jpg CHANGED
File without changes
inc/demo-data/images/nature/tulips.jpg CHANGED
File without changes
inc/demo-data/images/nature/water.jpg CHANGED
File without changes
inc/demo-data/images/nature/winter.jpg CHANGED
File without changes
inc/demo-data/images/nature/wood.jpg CHANGED
File without changes
inc/demo-data/images/sport/air_gymnastics.jpg CHANGED
File without changes
inc/demo-data/images/sport/baseball.jpg CHANGED
File without changes
inc/demo-data/images/sport/basketball.jpg CHANGED
File without changes
inc/demo-data/images/sport/bike.jpg CHANGED
File without changes
inc/demo-data/images/sport/motorcycle.jpg CHANGED
File without changes
inc/demo-data/images/sport/paraglider.jpg CHANGED
File without changes
inc/demo-data/images/sport/ski.jpg CHANGED
File without changes
inc/demo-data/images/sport/snowboard.jpg CHANGED
File without changes
inc/demo-data/images/sport/soccer.jpg CHANGED
File without changes
inc/demo-data/images/sport/swimming_pool.jpg CHANGED
File without changes
inc/demo-data/images/sport/tennis_rackets.jpg CHANGED
File without changes
inc/demo-data/images/sport/track.jpg CHANGED
File without changes
inc/demo-data/images/travelling/accessories.jpg CHANGED
File without changes
inc/demo-data/images/travelling/beach.jpg CHANGED
File without changes
inc/demo-data/images/travelling/coffee.jpg CHANGED
File without changes
inc/demo-data/images/travelling/compass.jpg CHANGED
File without changes
inc/demo-data/images/travelling/france.jpg CHANGED
File without changes
inc/demo-data/images/travelling/globe.jpg CHANGED
File without changes
inc/demo-data/images/travelling/landscape.jpg CHANGED
File without changes
inc/demo-data/images/travelling/luggage.jpg CHANGED
File without changes
inc/demo-data/images/travelling/luggage_cart.jpg CHANGED
File without changes
inc/demo-data/images/travelling/map.jpg CHANGED
File without changes
inc/demo-data/images/travelling/motel.jpg CHANGED
File without changes
inc/demo-data/images/travelling/railway.jpg CHANGED
File without changes
inc/demo-data/images/travelling/teak_forests.jpg CHANGED
File without changes
inc/demo-data/images/travelling/travel.jpg CHANGED
File without changes
js/frontend_script.js CHANGED
@@ -1,116 +1,35 @@
1
- function gllr_replace_image_blocks( max_block_count, resize ) {
2
- (function($) {
3
-
4
- var row_width = $( ".gllr_image_row" ).width(),
5
- first_block_count = $( ".gllr_image_row:first .gllr_image_block" ).length,
6
- block_width = $( ".gllr_image_block:first" ).outerWidth( true );
7
-
8
- if ( block_width * first_block_count == row_width ) {
9
- var last_block_css_width = parseInt( $( ".gllr_image_block:last-child" ).find( 'p' ).css( 'width' ) ) - 1;
10
- $( ".gllr_image_block:last-child" ).find( 'p' ).css( 'width', last_block_css_width );
11
- }
12
-
13
- /* check width */
14
- if ( block_width * first_block_count > row_width ) {
15
-
16
- var count_blocks_in_row = row_width / block_width;
17
-
18
- if ( parseInt( count_blocks_in_row ) != count_blocks_in_row ) {
19
- count_blocks_in_row = Math.floor( count_blocks_in_row );
20
- } else {
21
- count_blocks_in_row--;
22
- }
23
- if ( count_blocks_in_row != 0 ) {
24
- var total_count = 0,
25
- count_for_replace = first_block_count - count_blocks_in_row;
26
-
27
- $( '.gllr_image_row' ).each( function() {
28
- total_count = total_count + count_for_replace;
29
- if ( $( this ).is( ':last-child' ) ) {
30
- var last_blocks_count = $( this ).find( ".gllr_image_block" ).length;
31
-
32
- if ( block_width * last_blocks_count >= row_width ) {
33
- var count_row_for_create = Math.ceil( last_blocks_count / count_blocks_in_row );
34
- for ( var i = 0; i < count_row_for_create; i++ ) {
35
- $( '<div class="gllr_image_row"></div>' ).insertAfter( '.gllr_image_row:last-child' );
36
- }
37
- }
38
- } else {
39
- var next = $( this ).next().find( '.gllr_image_block:first' );
40
- $( this ).find( '.gllr_image_block' ).slice( - total_count ).insertBefore( next );
41
- }
42
- });
43
- $( '.gllr_image_row' ).each( function() {
44
- var blocks_count = $( this ).find( ".gllr_image_block" ).length;
45
- if ( blocks_count > count_blocks_in_row ) {
46
- var count_for_replace = blocks_count - count_blocks_in_row;
47
- $( $( this ).next() ).append( $( this ).find( '.gllr_image_block' ).slice( - count_for_replace ) );
48
- }
49
- });
50
- }
51
- } else {
52
- if ( true == resize && first_block_count < max_block_count && ( ( block_width * first_block_count ) < $( '.gallery_box_single' ).width() ) ) {
53
- var count_blocks_in_row = Math.floor( ( $( '.gallery_box_single' ).width() ) / block_width );
54
-
55
- if ( count_blocks_in_row > max_block_count ) {
56
- count_blocks_in_row = max_block_count;
57
- }
58
-
59
- if ( first_block_count < count_blocks_in_row ) {
60
-
61
- var all_rows_count = $( ".gllr_image_row" ).length;
62
-
63
- for ( var i = 0; i <= all_rows_count; i++ ) {
64
- var current = $( ".gllr_image_row" ).eq( i );
65
-
66
- if ( $( current ).length > 0 && $( current ).next().length > 0 ) {
67
-
68
- if ( $( current ).find( '.gllr_image_block' ).length < count_blocks_in_row ) {
69
-
70
- var count_for_replace = count_blocks_in_row - $( current ).find( '.gllr_image_block' ).length;
71
-
72
- if ( $( current ).next().find( '.gllr_image_block' ).length <= count_for_replace ) {
73
- $( current ).append( $( current ).next().find( '.gllr_image_block' ) );
74
- $( current ).next().remove();
75
- } else {
76
- if ( count_for_replace == 1 )
77
- $( current ).append( $( current ).next().find( '.gllr_image_block' ).slice( 0, 1 ) );
78
- else
79
- $( current ).append( $( current ).next().find( '.gllr_image_block' ).slice( 0, count_for_replace ) );
80
- }
81
-
82
- if ( $( current ).find( '.gllr_image_block' ).length < count_blocks_in_row ) {
83
- i--;
84
- }
85
- }
86
- }
87
- };
88
- }
89
- }
90
- }
91
- })(jQuery);
92
- }
93
-
94
  (function($) {
95
- $(document).ready( function() {
96
- if ( $( ".gllr_image_row" ).length > 0 ) {
97
- var max_block_count = $( ".gllr_image_row:first .gllr_image_block" ).length;
98
- gllr_replace_image_blocks( max_block_count, false );
99
-
100
- prevW = $(window).width();
101
-
102
- $(window).resize( function() {
103
- if ( $(window).width() != prevW ) {
104
- gllr_replace_image_blocks( max_block_count, true );
105
-
106
- $( '.gllr_image_row' ).each( function() {
107
- if ( $( this ).find( '.gllr_image_block' ).length < 1 ) {
108
- $( this ).remove();
109
- }
110
- });
 
 
 
 
 
 
 
 
 
 
 
 
 
111
  }
112
- prevW = $(window).width();
113
  });
114
- };
115
- });
116
  })(jQuery);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  (function($) {
2
+ $(document).ready( function() {
3
+ $( window ).resize( function() {
4
+ $( ".gllr_grid" ).each( function () {
5
+ var $gallery = $( this ),
6
+ gallery_wrap_width = $gallery.parent( '.gallery_box_single' ).width(),
7
+ $gallery_rows = $gallery.find( '.gllr_image_row' ),
8
+ $gallery_first_row = $gallery_rows.filter( ':first' ),
9
+ $images = $gallery.find( '.gllr_image_block' ),
10
+ images_in_first_row = $gallery_first_row.find( '.gllr_image_block' ),
11
+ count_images_in_first_row = images_in_first_row.length,
12
+ width_image_block_ = images_in_first_row.filter( ':first' ).width(),
13
+ columns = $gallery.data( 'columns' ),
14
+ count_images = $images.length,
15
+ pre_count_images_in_row = Math.floor( gallery_wrap_width / width_image_block_ ),
16
+ count_images_in_row = ( columns < pre_count_images_in_row ) ? columns : pre_count_images_in_row,
17
+ count_rows = Math.ceil( count_images / count_images_in_row );
18
+
19
+ if( count_images_in_first_row != count_images_in_row && count_images_in_row != 0 ) {
20
+
21
+ $gallery.html( '' );
22
+
23
+ for( var i = 1; i <= count_rows; i++ ) {
24
+ var $new_row = $( '<div/>', {
25
+ 'class' : 'gllr_image_row'
26
+ }),
27
+ $new_images_in_row = $images.splice( 0, count_images_in_row );
28
+ $new_row.append( $new_images_in_row );
29
+ $gallery.append( $new_row );
30
+ }
31
  }
 
32
  });
33
+ }).trigger( 'resize' );
34
+ });
35
  })(jQuery);
js/script.js CHANGED
@@ -15,7 +15,30 @@ function gllr_setError( msg ) {
15
  }
16
 
17
  (function($) {
18
- $(document).ready( function() {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  $( '#gllr_ajax_update_images' ).click( function() {
20
  gllr_setMessage( "<p>" + gllr_vars.update_img_message + "</p>" );
21
  var curr = 0;
@@ -25,12 +48,12 @@ function gllr_setError( msg ) {
25
  type: "POST",
26
  data: "action1=get_all_attachment&gllr_ajax_nonce_field=" + gllr_vars.gllr_nonce,
27
  success: function( result ) {
28
- var list = eval( '(' + result + ')' );
29
  if ( ! list ) {
30
  gllr_setError( "<p>" + gllr_vars.not_found_img_info + "</p>" );
31
  $( "#gllr_ajax_update_images" ).removeAttr( "disabled" );
32
  return;
33
- }
34
  $( '#gllr_img_loader' ).css( 'display', 'inline-block' );
35
 
36
  function updatenImageItem() {
@@ -66,13 +89,13 @@ function gllr_setError( msg ) {
66
  });
67
 
68
  if ( $( window ).width() < 800 ) {
69
- $.each( $( '.gllr_add_responsive_column' ), function() {
70
  var content = '<div class="gllr_info hidden">';
71
- $.each( $( this ).find( 'td:hidden' ).not( '.column-order' ), function() {
72
  content = content + '<label>' + $( this ).attr( 'data-colname' ) + '</label><br/>' + $( this ).html() + '<br/>';
73
- $( this ).html( '' );
74
- });
75
- content = content + '</div>';
76
  $( this ).find( '.column-title' ).append( content );
77
  $( this ).find( '.gllr_info_show' ).show();
78
  });
@@ -85,7 +108,7 @@ function gllr_setError( msg ) {
85
  }
86
  });
87
  }
88
-
89
  $( '#gllr-media-insert' ).click( function open_media_window() {
90
  if ( this.window === undefined ) {
91
  this.window = wp.media({
@@ -126,7 +149,7 @@ function gllr_setError( msg ) {
126
  });
127
  $('<input type="hidden" name="gllr_new_image[]" id="gllr_new_image" value="' + item.id + '" />').appendTo( '#hidden' );
128
  });
129
- }
130
  });
131
  }
132
 
@@ -137,11 +160,11 @@ function gllr_setError( msg ) {
137
  if ( $.fn.sortable ) {
138
  if ( $( "#the-list tr" ).length > 1 ) {
139
  $( '#the-list' ).sortable( {
140
- stop: function( event, ui ) {
141
  var g = $( '#the-list' ).sortable( 'toArray', { handle: ":not(input)" } );
142
  var f = g.length;
143
  $.each( g,
144
- function( k,l ) {
145
  $( '#' + l + ' input[name^="_gallery_order"]' ).val( k + 1 );
146
  }
147
  )
@@ -149,18 +172,18 @@ function gllr_setError( msg ) {
149
  });
150
 
151
  $( "#the-list input" ).on( 'click', function() { $(this).focus(); });
152
- }
153
  if ( $( ".attachments li" ).length > 1 ) {
154
  $( '.attachments' ).sortable({
155
- start: function( event, ui ) {
156
  $( '.attachments' ).css( 'border', '1px solid #ccc' );
157
  },
158
- stop: function( event, ui ) {
159
  $( '.attachments' ).css( 'border', 'none' );
160
  var g = $( '.attachments' ).sortable( 'toArray' );
161
  var f = g.length;
162
  $.each( g,
163
- function( k,l ) {
164
  $( '#' + l + ' input[name^="_gallery_order"]' ).val( k + 1 );
165
  }
166
  )
@@ -217,7 +240,7 @@ function gllr_setError( msg ) {
217
  $( '.gllr-media-delete-attachment' ).on( 'click', function() {
218
  var gllr_attachment_id = $( this ).parent().find( '.gllr_attachment_id' ).val();
219
  var gllr_post_id = $( this ).parent().find( '.gllr_post_id' ).val();
220
-
221
  $.ajax({
222
  url: '../wp-admin/admin-ajax.php?action=gllr_delete_image',
223
  type: "POST",
@@ -265,7 +288,7 @@ function gllr_setError( msg ) {
265
  window.mobilecheck = function() {
266
  var check = false;
267
  (function(a){if(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(a)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(a.substr(0,4)))check = true})(navigator.userAgent||navigator.vendor||window.opera);
268
- return check;
269
  };
270
 
271
  if ( $( '.view-grid' ).hasClass( 'current' ) && window.mobilecheck() ) {
@@ -288,12 +311,12 @@ function gllr_setError( msg ) {
288
  url: "../wp-admin/admin-ajax.php",
289
  type: "POST",
290
  data: "action=gllr_change_view_mode&&mode=" + mode + "&gllr_ajax_nonce_field=" + gllr_vars.gllr_nonce,
291
- success: function( result ) {
292
  $( '#publishing-action .button-primary' ).click();
293
- }
294
  });
295
  }
296
- });
297
  });
298
  })(jQuery);
299
 
@@ -306,16 +329,16 @@ function gllr_notice_wiev( data_id ) {
306
  url: "../wp-admin/admin-ajax.php",
307
  type: "POST",
308
  data: "action=gllr_media_check&&thumbnail_id=" + thumb_id + "&gllr_ajax_nonce_field=" + gllr_vars.gllr_nonce + "&post_type=" + typenow,
309
- success: function( html ) {
310
  if ( undefined != html.data ) {
311
  $( ".media-frame-content" ).find( "#gllr_media_notice" ).html( html.data );
312
  $( '.button.media-button-select' ).attr( 'disabled', 'disabled' );
313
  } else {
314
  $( '.button.media-button-select' ).removeAttr( 'disabled' );
315
  }
316
- }
317
- });
318
  }
319
- gllr_notice_media_attach( wp.media.view.settings.post.id, data_id, typenow );
320
  })( jQuery );
321
  }
15
  }
16
 
17
  (function($) {
18
+ $(document).ready( function() {
19
+
20
+ $( 'input[name="gllr_border_images"]' ).change( function () {
21
+ if ( $( this ).is( ':checked' ) ) {
22
+ $( '.gllr_for_border_images' ).show();
23
+ } else {
24
+ $( '.gllr_for_border_images' ).hide();
25
+ }
26
+ }).trigger( 'change' );
27
+
28
+ $( 'input[name="gllr_start_slideshow"]' ).change( function () {
29
+ if ( $( this ).is( ':checked' ) ) {
30
+ $( '.gllr_for_start_slideshow' ).show();
31
+ } else {
32
+ $( '.gllr_for_start_slideshow' ).hide();
33
+ }
34
+ }).trigger( 'change' );
35
+
36
+ $( 'input[name="gllr_return_link_url"]' ).on( 'focus', function() {
37
+ if ( ! $( '#gllr_return_link_url' ).is( ':checked' ) ) {
38
+ $( '#gllr_return_link_url' ).attr( 'checked', true );
39
+ }
40
+ });
41
+
42
  $( '#gllr_ajax_update_images' ).click( function() {
43
  gllr_setMessage( "<p>" + gllr_vars.update_img_message + "</p>" );
44
  var curr = 0;
48
  type: "POST",
49
  data: "action1=get_all_attachment&gllr_ajax_nonce_field=" + gllr_vars.gllr_nonce,
50
  success: function( result ) {
51
+ var list = eval( '(' + result + ')' );
52
  if ( ! list ) {
53
  gllr_setError( "<p>" + gllr_vars.not_found_img_info + "</p>" );
54
  $( "#gllr_ajax_update_images" ).removeAttr( "disabled" );
55
  return;
56
+ }
57
  $( '#gllr_img_loader' ).css( 'display', 'inline-block' );
58
 
59
  function updatenImageItem() {
89
  });
90
 
91
  if ( $( window ).width() < 800 ) {
92
+ $.each( $( '.gllr_add_responsive_column' ), function() {
93
  var content = '<div class="gllr_info hidden">';
94
+ $.each( $( this ).find( 'td:hidden' ).not( '.column-order' ), function() {
95
  content = content + '<label>' + $( this ).attr( 'data-colname' ) + '</label><br/>' + $( this ).html() + '<br/>';
96
+ $( this ).html( '' );
97
+ });
98
+ content = content + '</div>';
99
  $( this ).find( '.column-title' ).append( content );
100
  $( this ).find( '.gllr_info_show' ).show();
101
  });
108
  }
109
  });
110
  }
111
+
112
  $( '#gllr-media-insert' ).click( function open_media_window() {
113
  if ( this.window === undefined ) {
114
  this.window = wp.media({
149
  });
150
  $('<input type="hidden" name="gllr_new_image[]" id="gllr_new_image" value="' + item.id + '" />').appendTo( '#hidden' );
151
  });
152
+ }
153
  });
154
  }
155
 
160
  if ( $.fn.sortable ) {
161
  if ( $( "#the-list tr" ).length > 1 ) {
162
  $( '#the-list' ).sortable( {
163
+ stop: function( event, ui ) {
164
  var g = $( '#the-list' ).sortable( 'toArray', { handle: ":not(input)" } );
165
  var f = g.length;
166
  $.each( g,
167
+ function( k,l ) {
168
  $( '#' + l + ' input[name^="_gallery_order"]' ).val( k + 1 );
169
  }
170
  )
172
  });
173
 
174
  $( "#the-list input" ).on( 'click', function() { $(this).focus(); });
175
+ }
176
  if ( $( ".attachments li" ).length > 1 ) {
177
  $( '.attachments' ).sortable({
178
+ start: function( event, ui ) {
179
  $( '.attachments' ).css( 'border', '1px solid #ccc' );
180
  },
181
+ stop: function( event, ui ) {
182
  $( '.attachments' ).css( 'border', 'none' );
183
  var g = $( '.attachments' ).sortable( 'toArray' );
184
  var f = g.length;
185
  $.each( g,
186
+ function( k,l ) {
187
  $( '#' + l + ' input[name^="_gallery_order"]' ).val( k + 1 );
188
  }
189
  )
240
  $( '.gllr-media-delete-attachment' ).on( 'click', function() {
241
  var gllr_attachment_id = $( this ).parent().find( '.gllr_attachment_id' ).val();
242
  var gllr_post_id = $( this ).parent().find( '.gllr_post_id' ).val();
243
+
244
  $.ajax({
245
  url: '../wp-admin/admin-ajax.php?action=gllr_delete_image',
246
  type: "POST",
288
  window.mobilecheck = function() {
289
  var check = false;
290
  (function(a){if(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(a)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(a.substr(0,4)))check = true})(navigator.userAgent||navigator.vendor||window.opera);
291
+ return check;
292
  };
293
 
294
  if ( $( '.view-grid' ).hasClass( 'current' ) && window.mobilecheck() ) {
311
  url: "../wp-admin/admin-ajax.php",
312
  type: "POST",
313
  data: "action=gllr_change_view_mode&&mode=" + mode + "&gllr_ajax_nonce_field=" + gllr_vars.gllr_nonce,
314
+ success: function( result ) {
315
  $( '#publishing-action .button-primary' ).click();
316
+ }
317
  });
318
  }
319
+ });
320
  });
321
  })(jQuery);
322
 
329
  url: "../wp-admin/admin-ajax.php",
330
  type: "POST",
331
  data: "action=gllr_media_check&&thumbnail_id=" + thumb_id + "&gllr_ajax_nonce_field=" + gllr_vars.gllr_nonce + "&post_type=" + typenow,
332
+ success: function( html ) {
333
  if ( undefined != html.data ) {
334
  $( ".media-frame-content" ).find( "#gllr_media_notice" ).html( html.data );
335
  $( '.button.media-button-select' ).attr( 'disabled', 'disabled' );
336
  } else {
337
  $( '.button.media-button-select' ).removeAttr( 'disabled' );
338
  }
339
+ }
340
+ });
341
  }
342
+ gllr_notice_media_attach( wp.media.view.settings.post.id, data_id, typenow );
343
  })( jQuery );
344
  }
languages/gallery-plugin-bg_BG.mo CHANGED
Binary file
languages/gallery-plugin-bg_BG.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-10-06 15:06+0300\n"
6
- "PO-Revision-Date: 2015-10-06 15:06+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Petya <p@pipermagus.com>\n"
9
  "Language: uk_UA\n"
@@ -12,922 +12,979 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
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:45
20
- #: gallery-plugin.php:830
21
- #: gallery-plugin.php:1206
22
- #: gallery-plugin.php:1223
23
  msgid "Settings"
24
  msgstr "Настройки"
25
 
26
- #: gallery-plugin.php:110
27
  msgid "See images &raquo;"
28
  msgstr "Виж изображенията &raquo;"
29
 
30
- #: gallery-plugin.php:113
31
  msgid "Return to all albums"
32
  msgstr ""
33
 
34
- #: gallery-plugin.php:342
35
  #, fuzzy, php-format
36
- msgid "The following files '%s' and '%s' were not found in the directory of your theme. Please copy them from the directory `%s` to the directory of your theme for the correct work of the Gallery plugin"
37
- msgstr "Файловете \"gallery-template.php\" и \"gallery-single-template.php\" не бяха намерени в папката на вашата тема. Моля копирайте ги от папката `/wp-content/plugins/gallery-plugin/template/` в папката на вашата тема, за да работи правилно приставката Gallery."
 
 
 
 
 
 
 
38
 
39
- #: gallery-plugin.php:353
40
- #: gallery-plugin.php:362
41
  msgid "Galleries"
42
  msgstr "Галерии"
43
 
44
- #: gallery-plugin.php:354
45
- #: gallery-plugin.php:2595
46
  msgid "Gallery"
47
  msgstr "Галерия"
48
 
49
- #: gallery-plugin.php:355
50
  msgid "Add New Gallery"
51
  msgstr "Добави нова галерия"
52
 
53
- #: gallery-plugin.php:356
54
  msgid "Edit Gallery"
55
  msgstr "Редактирай галерия"
56
 
57
- #: gallery-plugin.php:357
58
  msgid "New Gallery"
59
  msgstr "Нова галерия"
60
 
61
- #: gallery-plugin.php:358
62
  msgid "View Gallery"
63
  msgstr "Преглед на галерия"
64
 
65
- #: gallery-plugin.php:359
66
  #, fuzzy
67
  msgid "Search Galleries"
68
  msgstr "Галерии"
69
 
70
- #: gallery-plugin.php:360
71
  msgid "No Gallery found"
72
  msgstr "Няма намерена галерия"
73
 
74
- #: gallery-plugin.php:417
75
  msgid "Gallery Shortcode"
76
  msgstr "Шорткод за галерия"
77
 
78
- #: gallery-plugin.php:419
79
- #: gallery-plugin.php:460
80
- #: gallery-plugin.php:2581
81
  #, fuzzy
82
  msgid "Gallery Categories"
83
  msgstr "Размер на изображението в галерия"
84
 
85
- #: gallery-plugin.php:429
86
- #: gallery-plugin.php:849
87
  #, fuzzy, php-format
88
- msgid "If you would like to add a Gallery to your page or post, please use %s button"
89
- msgstr "Ако искате да добавите галерия към ваша страница или пост, просто копирайте и поставете този шорткод в поста или страницата:"
 
 
 
90
 
91
- #: gallery-plugin.php:434
92
  #, php-format
93
- msgid "You can add the Gallery to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode below"
 
 
 
94
  msgstr ""
95
 
96
- #: gallery-plugin.php:440
97
- msgid "Add this shortcode to a page, post or widget to display a single gallery"
 
98
  msgstr ""
99
 
100
- #: gallery-plugin.php:443
101
  #, fuzzy
102
- msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
103
- msgstr "Ако искате да покажете кратко описание, заедно със screenshot и линк към страницата с галерията"
 
 
 
 
104
 
105
- #: gallery-plugin.php:445
106
  msgid "Short display"
107
  msgstr ""
108
 
109
- #: gallery-plugin.php:461
110
  msgid "Most Used"
111
  msgstr ""
112
 
113
- #: gallery-plugin.php:466
114
- #: gallery-plugin.php:939
115
  msgid "Default"
116
  msgstr "По подразбиране"
117
 
118
- #: gallery-plugin.php:471
119
  #, fuzzy
120
  msgid "Add New Gallery Category"
121
  msgstr "Добави нова галерия"
122
 
123
- #: gallery-plugin.php:476
124
  #, fuzzy
125
  msgid "Install plugin"
126
  msgstr "Встановлених модулів"
127
 
128
- #: gallery-plugin.php:631
129
- #: gallery-plugin.php:1020
130
- #: gallery-plugin.php:2173
131
- #: gallery-plugin.php:2288
132
- #: gallery-plugin.php:2375
133
  msgid "Title"
134
  msgstr "Име"
135
 
136
- #: gallery-plugin.php:632
137
- #: gallery-plugin.php:1025
138
  msgid "Author"
139
  msgstr "Автор "
140
 
141
- #: gallery-plugin.php:633
142
  #, fuzzy
143
  msgid "Shortcode"
144
  msgstr "Шорткод за галерия"
145
 
146
- #: gallery-plugin.php:634
147
  #, fuzzy
148
  msgid "Photos"
149
  msgstr "Снимка"
150
 
151
- #: gallery-plugin.php:635
152
- #: gallery-plugin.php:1004
153
- #: gallery-plugin.php:1021
154
  msgid "Date"
155
  msgstr "Дата "
156
 
157
- #: gallery-plugin.php:800
158
  msgid "Settings are saved"
159
  msgstr "Настройките са съхранени"
160
 
161
- #: gallery-plugin.php:817
162
  #, fuzzy
163
  msgid "All plugin settings were restored."
164
  msgstr "на страницата с настройки за плъгина ("
165
 
166
- #: gallery-plugin.php:828
167
  msgid "Gallery Settings"
168
  msgstr "Настройки на галерията"
169
 
170
- #: gallery-plugin.php:831
171
- #: gallery-plugin.php:1207
172
- msgid "FAQ"
173
- msgstr "Често задавани въпроси"
174
-
175
- #: gallery-plugin.php:832
176
  msgid "Go PRO"
177
  msgstr ""
178
 
179
- #: gallery-plugin.php:842
180
  #, fuzzy
181
  msgid "Please enable JavaScript to use the option to renew images."
182
  msgstr "Моля, активирайте JavaScript, за да можете да качвате файлове."
183
 
184
- #: gallery-plugin.php:854
185
  #, php-format
186
- msgid "You can add the Gallery to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode %s, where * stands for gallery ID"
 
 
 
187
  msgstr ""
188
 
189
- #: gallery-plugin.php:863
190
- msgid "Update images for gallery"
191
- msgstr ""
192
 
193
- #: gallery-plugin.php:865
194
  #, fuzzy
195
- msgid "Update images"
196
- msgstr "подреди изображенията"
197
-
198
- #: gallery-plugin.php:873
199
- msgid "Image size for the album cover"
200
- msgstr "Размер на изображението за корица на албума"
201
 
202
- #: gallery-plugin.php:875
203
- #: gallery-plugin.php:889
204
- #: gallery-plugin.php:913
205
  msgid "Image size"
206
  msgstr "Размер на изображението"
207
 
208
- #: gallery-plugin.php:878
209
- #: gallery-plugin.php:892
210
- msgid "Width (in px)"
211
- msgstr "Ширина px)"
 
 
 
 
 
 
 
 
 
 
 
 
212
 
213
- #: gallery-plugin.php:882
214
- #: gallery-plugin.php:896
215
- msgid "Height (in px)"
216
- msgstr "Височина (в px)"
217
 
218
- #: gallery-plugin.php:887
219
  #, fuzzy
220
- msgid "Image size for thumbnails"
221
  msgstr "Размер на изображението за корица на албума"
222
 
223
- #: gallery-plugin.php:901
224
- msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
225
- msgstr "WordPress ще създава thumbnail с указаните размери, когато качвате нова снимка."
226
 
227
- #: gallery-plugin.php:907
228
- #: gallery-plugin.php:1101
229
- #: gallery-plugin.php:1307
230
  msgid "Close"
231
  msgstr ""
232
 
233
- #: gallery-plugin.php:911
234
  #, fuzzy
235
- msgid "Image size in the lightbox"
236
  msgstr "Размер на изображението за lightbox"
237
 
238
- #: gallery-plugin.php:914
239
- msgid "Max width (in px)"
240
- msgstr "Макс. ширина (в px)"
241
-
242
- #: gallery-plugin.php:915
243
- msgid "Max height (in px)"
244
- msgstr "Макс. височина (в px)"
245
-
246
- #: gallery-plugin.php:916
247
  msgid "Display a full size image in the lightbox"
248
  msgstr "Показване на изображението в пълен размер в lightbox"
249
 
250
- #: gallery-plugin.php:920
251
  msgid "Crop position"
252
  msgstr "Позиция за изрязване"
253
 
254
- #: gallery-plugin.php:924
255
- #: gallery-plugin.php:930
256
  msgid "center"
257
  msgstr "център"
258
 
259
- #: gallery-plugin.php:926
260
  msgid "Horizontal"
261
  msgstr "Хоризонтално"
262
 
263
- #: gallery-plugin.php:932
264
  msgid "Vertical"
265
  msgstr "Вертикално"
266
 
267
- #: gallery-plugin.php:937
268
- msgid "Lightbox background"
269
- msgstr "Фон на lightbox"
 
270
 
271
- #: gallery-plugin.php:940
272
- msgid "Background transparency (from 0 to 1)"
273
- msgstr "Прозрачност на фона (от 0 до 1)"
274
 
275
- #: gallery-plugin.php:941
276
- msgid "Select a background color"
277
- msgstr "Изберете цвят за фон"
278
 
279
- #: gallery-plugin.php:946
280
- #: gallery-plugin.php:1149
281
- msgid "If you upgrade to Pro version all your settings and galleries will be saved."
282
  msgstr ""
283
 
284
- #: gallery-plugin.php:953
285
- #: gallery-plugin.php:1156
286
  msgid "Unlock premium options by upgrading to Pro version"
287
  msgstr ""
288
 
289
- #: gallery-plugin.php:957
290
- #: gallery-plugin.php:1160
291
  msgid "Start Your Trial"
292
  msgstr ""
293
 
294
- #: gallery-plugin.php:958
295
- #: gallery-plugin.php:1161
296
- #: gallery-plugin.php:2583
297
  msgid "or"
298
  msgstr ""
299
 
300
- #: gallery-plugin.php:960
301
- #: gallery-plugin.php:1163
302
  #, fuzzy
303
  msgid "Learn More"
304
  msgstr "Читати далі"
305
 
306
- #: gallery-plugin.php:968
 
 
 
 
 
 
 
 
307
  msgid "Images with border"
308
  msgstr "Изображения с рамка"
309
 
310
- #: gallery-plugin.php:971
311
  msgid "Border width in px, just numbers"
312
  msgstr "Ширина на рамката в пиксели, само числа"
313
 
314
- #: gallery-plugin.php:972
315
  msgid "Select a border color"
316
  msgstr "Изберете цвят за рамката"
317
 
318
- #: gallery-plugin.php:976
319
- msgid "Number of images in the row"
320
- msgstr "Брой изображения на ред"
321
-
322
- #: gallery-plugin.php:982
323
- msgid "Start slideshow"
324
- msgstr "Слайдшоу"
325
-
326
- #: gallery-plugin.php:988
327
- msgid "Slideshow interval"
328
- msgstr "Интервал за слайдшоу"
329
-
330
- #: gallery-plugin.php:994
331
- msgid "Use single lightbox for multiple galleries on one page"
332
- msgstr ""
333
-
334
- #: gallery-plugin.php:1000
335
- msgid "Sort images by"
336
- msgstr "Подреди изображенията по"
337
 
338
- #: gallery-plugin.php:1002
339
- msgid "Attachment ID"
 
340
  msgstr "ID на изображението"
341
 
342
- #: gallery-plugin.php:1003
343
- msgid "Image Name"
 
344
  msgstr "Име на изображението"
345
 
346
- #: gallery-plugin.php:1005
347
- msgid "Sorting order in the Gallery"
 
 
 
 
 
348
  msgstr ""
349
 
350
- #: gallery-plugin.php:1006
351
- #: gallery-plugin.php:1026
352
  msgid "Random"
353
  msgstr "Произволен"
354
 
355
- #: gallery-plugin.php:1010
356
- msgid "Sort images"
357
- msgstr "Подреди изображенията"
 
358
 
359
- #: gallery-plugin.php:1012
360
- #: gallery-plugin.php:1032
361
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
362
  msgstr "ASC (възходящ ред - 1, 2, 3, а, б, в)"
363
 
364
- #: gallery-plugin.php:1013
365
- #: gallery-plugin.php:1033
366
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
367
  msgstr "DESC (низходящ ред - 3, 2, 1, в, б, а)"
368
 
369
- #: gallery-plugin.php:1017
370
  #, fuzzy
371
- msgid "Sort galleries by"
372
- msgstr "Подреди изображенията по"
373
 
374
- #: gallery-plugin.php:1019
375
  #, fuzzy
376
- msgid "Gallery ID"
377
  msgstr "Галерия"
378
 
379
- #: gallery-plugin.php:1022
380
- msgid "Last modified date"
 
 
 
 
 
381
  msgstr ""
382
 
383
- #: gallery-plugin.php:1023
384
- msgid "Comment count"
385
  msgstr ""
386
 
387
- #: gallery-plugin.php:1024
388
  #, fuzzy
389
- msgid "Sorting order (the input field for sorting order)"
390
- msgstr "Ред за сортиране (полето за въвеждане на ред за сортиране в Insert / Upload Media Gallery)"
 
 
391
 
392
- #: gallery-plugin.php:1030
393
  #, fuzzy
394
- msgid "Sort galleries"
395
- msgstr "Галерии"
396
 
397
- #: gallery-plugin.php:1037
398
- #, fuzzy
399
- msgid "Display text under the image"
400
- msgstr "Показване на текст над изображението"
401
 
402
- #: gallery-plugin.php:1039
403
- msgid "Turn off the checkbox, if you want to display text just in a lightbox"
404
- msgstr "Не отбелязвайте, ако искате текстът да се показва само в lightbox"
 
 
 
 
405
 
406
- #: gallery-plugin.php:1043
 
 
 
 
 
 
 
 
407
  msgid "Display the Back link"
408
  msgstr "Показване на линк 'Назад'"
409
 
410
- #: gallery-plugin.php:1049
411
  msgid "Display the Back link in the shortcode"
412
  msgstr "Показване на линк 'Назад' в шорткода"
413
 
414
- #: gallery-plugin.php:1055
415
  msgid "The Back link text"
416
  msgstr "Текст за линка 'Назад'"
417
 
418
- #: gallery-plugin.php:1061
419
  msgid "The Back link URL"
420
  msgstr "URL за линка 'Назад'"
421
 
422
- #: gallery-plugin.php:1063
423
  msgid "Gallery page (Page with Gallery Template)"
424
  msgstr "Страница с галерия (страница с шаблон 'Gallery Template')"
425
 
426
- #: gallery-plugin.php:1065
427
  msgid "(Full URL to custom page)"
428
  msgstr "(Пълно URL към произволна страница)"
429
 
430
- #: gallery-plugin.php:1069
431
  msgid "The Read More link text"
432
  msgstr "Текст за линка 'Прочети повече'"
433
 
434
- #: gallery-plugin.php:1075
435
  msgid "Add gallery to the search"
436
  msgstr ""
437
 
438
- #: gallery-plugin.php:1080
439
- #: gallery-plugin.php:1083
440
- #: gallery-plugin.php:1087
441
  msgid "Using"
442
  msgstr ""
443
 
444
- #: gallery-plugin.php:1080
445
- #: gallery-plugin.php:1083
446
- #: gallery-plugin.php:1087
447
  msgid "powered by"
448
  msgstr ""
449
 
450
- #: gallery-plugin.php:1083
451
- #: gallery-plugin.php:1282
452
  #, fuzzy
453
  msgid "Activate"
454
  msgstr "Активовані плагіни"
455
 
456
- #: gallery-plugin.php:1087
457
  msgid "Download"
458
  msgstr ""
459
 
460
- #: gallery-plugin.php:1092
461
  msgid "Rewrite templates after update"
462
  msgstr ""
463
 
464
- #: gallery-plugin.php:1094
465
  #, php-format
466
- msgid "Turn off the checkbox, if You edited the file '%s' or '%s' file in your theme folder and You don't want to rewrite them"
 
 
467
  msgstr ""
468
 
469
- #: gallery-plugin.php:1105
 
 
 
 
 
 
 
 
 
470
  msgid "Use pagination for images"
471
  msgstr ""
472
 
473
- #: gallery-plugin.php:1108
474
  msgid "per page"
475
  msgstr ""
476
 
477
- #: gallery-plugin.php:1112
 
 
 
 
 
 
 
 
 
 
 
 
478
  msgid "The lightbox helper"
479
  msgstr ""
480
 
481
- #: gallery-plugin.php:1114
482
  msgid "Do not use"
483
  msgstr ""
484
 
485
- #: gallery-plugin.php:1115
486
  msgid "Button helper"
487
  msgstr ""
488
 
489
- #: gallery-plugin.php:1116
490
  msgid "Thumbnail helper"
491
  msgstr ""
492
 
493
- #: gallery-plugin.php:1120
494
  msgid "Display Like buttons in the lightbox"
495
  msgstr "Показване на Like бутони в lightbox"
496
 
497
- #: gallery-plugin.php:1122
498
  msgid "FaceBook"
499
  msgstr "FaceBook"
500
 
501
- #: gallery-plugin.php:1123
502
  msgid "Twitter"
503
  msgstr "Twitter"
504
 
505
- #: gallery-plugin.php:1124
506
  msgid "Pinterest"
507
  msgstr "Pinterest"
508
 
509
- #: gallery-plugin.php:1125
510
  msgid "Google +1"
511
  msgstr "Google +1"
512
 
513
- #: gallery-plugin.php:1129
514
  msgid "Slug for gallery item"
515
  msgstr "Название на елемент от галерията"
516
 
517
- #: gallery-plugin.php:1131
518
  msgid "for any structure of permalinks except the default structure"
519
- msgstr "за всяка структура от пермалинковете, с изключение на структурата по подразбиране"
 
 
520
 
521
- #: gallery-plugin.php:1135
522
  msgid "Title for lightbox button"
523
  msgstr ""
524
 
525
- #: gallery-plugin.php:1141
526
- msgid "Display all images in the lightbox instead of going into a single gallery"
 
527
  msgstr ""
528
 
529
- #: gallery-plugin.php:1144
530
  #, php-format
531
  msgid "When using the gallery template or a shortcode with `%s` parameter"
532
  msgstr ""
533
 
534
- #: gallery-plugin.php:1170
535
  msgid "Save Changes"
536
  msgstr "Съхрани промените"
537
 
538
- #: gallery-plugin.php:1208
 
 
 
 
 
 
 
 
 
 
539
  msgid "Support"
540
  msgstr "Поддръжка"
541
 
542
- #: gallery-plugin.php:1248
543
  msgid "Updating images..."
544
  msgstr ""
545
 
546
- #: gallery-plugin.php:1249
547
  #, fuzzy
548
  msgid "No image found."
549
  msgstr "Няма намерена галерия"
550
 
551
- #: gallery-plugin.php:1250
552
  msgid "All images are updated."
553
  msgstr ""
554
 
555
- #: gallery-plugin.php:1251
556
  msgid "Error."
557
  msgstr ""
558
 
559
- #: gallery-plugin.php:1262
560
  msgid ""
561
  "You are about to delete these items from this gallery.\n"
562
  " 'Cancel' to stop, 'OK' to delete."
563
  msgstr ""
564
 
565
- #: gallery-plugin.php:1263
566
- msgid "Switching to another mode, all unsaved data will be lost. Save data before switching?"
 
 
567
  msgstr ""
568
 
569
- #: gallery-plugin.php:1264
570
  msgid "Insert Media"
571
  msgstr ""
572
 
573
- #: gallery-plugin.php:1265
574
  msgid "Insert"
575
  msgstr ""
576
 
577
- #: gallery-plugin.php:1277
578
  #, fuzzy
579
  msgid "Learn more"
580
  msgstr "Читати далі"
581
 
582
- #: gallery-plugin.php:1289
583
  #, fuzzy
584
  msgid "Install now"
585
  msgstr "Установка %"
586
 
587
- #: gallery-plugin.php:1298
588
  msgid "Add multiple gallery categories"
589
  msgstr ""
590
 
591
- #: gallery-plugin.php:1298
592
- msgid "Install Gallery Categories plugin to add unlimited number of categories."
 
593
  msgstr ""
594
 
595
- #: gallery-plugin.php:1573
596
- #: template/gallery-single-template.php:101
597
  msgid "Sorry, nothing found."
598
  msgstr "Съжалявам, нищо не е намерено."
599
 
600
- #: gallery-plugin.php:1595
601
- #: template/gallery-single-template.php:120
602
  msgid "Image"
603
  msgstr "Изображение"
604
 
605
- #: gallery-plugin.php:1595
606
- #: template/gallery-single-template.php:19
607
  msgid "Download high resolution image"
608
  msgstr "Свали изображението в цял размер"
609
 
610
- #: gallery-plugin.php:1725
611
  #, fuzzy
612
  msgid "Image size not defined"
613
  msgstr "Размер на изображението"
614
 
615
- #: gallery-plugin.php:1740
616
- msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
 
 
617
  msgstr ""
618
 
619
- #: gallery-plugin.php:1751
620
  msgid "Image size changes not defined"
621
  msgstr ""
622
 
623
- #: gallery-plugin.php:1780
624
- #: gallery-plugin.php:1783
625
- #: gallery-plugin.php:1788
626
  msgid "Invalid path"
627
  msgstr ""
628
 
629
- #: gallery-plugin.php:1940
630
  msgid "Add images requires JavaScript."
631
  msgstr ""
632
 
633
- #: gallery-plugin.php:1943
634
  msgid "Add Media"
635
  msgstr ""
636
 
637
- #: gallery-plugin.php:1953
638
  msgid "The grid view for the Gallery images requires JavaScript."
639
  msgstr ""
640
 
641
- #: gallery-plugin.php:1953
642
  msgid "Switch to the list view"
643
  msgstr ""
644
 
645
- #: gallery-plugin.php:1980
646
  msgid "List View"
647
  msgstr ""
648
 
649
- #: gallery-plugin.php:1981
650
  msgid "Grid View"
651
  msgstr ""
652
 
653
- #: gallery-plugin.php:2036
654
  msgid "Filter"
655
  msgstr ""
656
 
657
- #: gallery-plugin.php:2040
658
  msgid "Empty Trash"
659
  msgstr ""
660
 
661
- #: gallery-plugin.php:2061
662
  #, fuzzy
663
  msgid "No images found"
664
  msgstr "Няма намерена галерия"
665
 
666
- #: gallery-plugin.php:2113
667
  msgid "Select bulk action"
668
  msgstr ""
669
 
670
- #: gallery-plugin.php:2115
671
  msgid "Bulk Actions"
672
  msgstr ""
673
 
674
- #: gallery-plugin.php:2125
675
  msgid "Apply"
676
  msgstr ""
677
 
678
- #: gallery-plugin.php:2132
679
- #: gallery-plugin.php:2312
680
  #, fuzzy
681
  msgid "Delete from Gallery"
682
  msgstr "Нова галерия"
683
 
684
- #: gallery-plugin.php:2145
685
- #: gallery-plugin.php:2159
686
  #, fuzzy
687
  msgid "Display link to the original file under each image in the lightbox"
688
  msgstr "Показване на изображението в пълен размер в lightbox"
689
 
690
- #: gallery-plugin.php:2154
691
  msgid "Bulk Select"
692
  msgstr ""
693
 
694
- #: gallery-plugin.php:2156
695
  msgid "Cancel Selection"
696
  msgstr ""
697
 
698
- #: gallery-plugin.php:2157
699
  msgid "Delete Selected"
700
  msgstr ""
701
 
702
- #: gallery-plugin.php:2171
703
  msgid "File"
704
  msgstr ""
705
 
706
- #: gallery-plugin.php:2172
707
- #: gallery-plugin.php:2261
708
- #: gallery-plugin.php:2370
709
  msgid "Dimensions"
710
  msgstr ""
711
 
712
- #: gallery-plugin.php:2174
713
- #: gallery-plugin.php:2294
714
- #: gallery-plugin.php:2380
715
  msgid "Alt tag"
716
  msgstr ""
717
 
718
- #: gallery-plugin.php:2174
719
- #: gallery-plugin.php:2296
720
- msgid "The alt attribute specifies an alternate text for an image, if the image cannot be displayed."
 
721
  msgstr ""
722
 
723
- #: gallery-plugin.php:2175
724
- #: gallery-plugin.php:2302
725
- #: gallery-plugin.php:2385
726
  msgid "Custom URL"
727
  msgstr ""
728
 
729
- #: gallery-plugin.php:2175
730
- #: gallery-plugin.php:2304
731
- msgid "By clicking on the thumbnail you'll go to the link (if the field is filled) or the image will be opened in the lightbox (if the field isn't filled)"
 
732
  msgstr ""
733
 
734
- #: gallery-plugin.php:2253
735
  msgid "Deselect"
736
  msgstr ""
737
 
738
- #: gallery-plugin.php:2259
739
  msgid "File name"
740
  msgstr ""
741
 
742
- #: gallery-plugin.php:2260
743
  msgid "File type"
744
  msgstr ""
745
 
746
- #: gallery-plugin.php:2264
747
- #: gallery-plugin.php:2366
748
  #, fuzzy
749
  msgid "Edit Attachment Info"
750
  msgstr "ID на изображението"
751
 
752
- #: gallery-plugin.php:2264
753
  #, fuzzy
754
  msgid "Edit Attachment"
755
  msgstr "ID на изображението"
756
 
757
- #: gallery-plugin.php:2274
758
  msgid "Go Pro"
759
  msgstr ""
760
 
761
- #: gallery-plugin.php:2274
762
  msgid "Pro version"
763
  msgstr ""
764
 
765
- #: gallery-plugin.php:2277
766
  msgid "This setting is available in Pro version"
767
  msgstr "Тази настройка е достъпна само в Pro версията."
768
 
769
- #: gallery-plugin.php:2310
770
  msgid "Edit more details"
771
  msgstr ""
772
 
773
- #: gallery-plugin.php:2345
774
  #, php-format
775
  msgid "Select %s"
776
  msgstr ""
777
 
778
- #: gallery-plugin.php:2358
779
  #, php-format
780
  msgid "Edit &#8220;%s&#8221;"
781
  msgstr ""
782
 
783
- #: gallery-plugin.php:2403
784
- #: gallery-plugin.php:2416
785
  msgid "Edit"
786
  msgstr ""
787
 
788
- #: gallery-plugin.php:2406
789
- #: gallery-plugin.php:2421
790
  msgid "Trash"
791
  msgstr ""
792
 
793
- #: gallery-plugin.php:2409
794
- #: gallery-plugin.php:2424
795
  msgid "Delete Permanently"
796
  msgstr ""
797
 
798
- #: gallery-plugin.php:2411
799
- #: gallery-plugin.php:2429
800
  #, php-format
801
  msgid "View &#8220;%s&#8221;"
802
  msgstr ""
803
 
804
- #: gallery-plugin.php:2411
805
- #: gallery-plugin.php:2429
806
  msgid "View"
807
  msgstr ""
808
 
809
- #: gallery-plugin.php:2413
810
  #, fuzzy
811
  msgid "Attach"
812
  msgstr "ID на изображението"
813
 
814
- #: gallery-plugin.php:2419
815
  msgid "Restore"
816
  msgstr ""
817
 
818
- #: gallery-plugin.php:2550
819
  msgid "Warning"
820
  msgstr ""
821
 
822
- #: gallery-plugin.php:2550
823
  msgid "You can add only images to the gallery"
824
  msgstr ""
825
 
826
- #: gallery-plugin.php:2597
 
 
 
 
 
827
  #, fuzzy
828
  msgid "Sorry, no gallery found."
829
  msgstr "Съжалявам, нищо не е намерено."
830
 
831
- #: gallery-plugin.php:2603
 
 
 
 
 
 
 
 
 
832
  #, fuzzy
833
- msgid "Display an album image with the description and the link to a single gallery page"
834
- msgstr "Ако искате да покажете кратко описание, заедно със screenshot и линк към страницата с галерията"
835
 
836
- #: inc/demo-data/demo-data-loader.php:78
837
  #, fuzzy
838
  msgid "Install Demo Data"
839
  msgstr "Установка %"
840
 
841
- #: inc/demo-data/demo-data-loader.php:79
842
- msgid "If you install the demo-data, will be created galleries with images, demo-post with available shortcodes and page with a list of all the galleries, plugin settings will be overwritten, however, when you delete the demo data, they will be restored."
843
- msgstr ""
844
-
845
- #: inc/demo-data/demo-data-loader.php:82
846
  msgid "Remove Demo Data"
847
  msgstr ""
848
 
849
- #: inc/demo-data/demo-data-loader.php:83
850
  msgid "Delete demo-data and restore old plugin settings."
851
  msgstr ""
852
 
853
- #: inc/demo-data/demo-data-loader.php:108
854
  msgid "Yes, install demo data"
855
  msgstr ""
856
 
857
- #: inc/demo-data/demo-data-loader.php:109
858
  msgid "Are you sure you want to install demo data?"
859
  msgstr ""
860
 
861
- #: inc/demo-data/demo-data-loader.php:111
862
  msgid "Yes, remove demo data"
863
  msgstr ""
864
 
865
- #: inc/demo-data/demo-data-loader.php:112
866
  msgid "Are you sure you want to remove demo data?"
867
  msgstr ""
868
 
869
- #: inc/demo-data/demo-data-loader.php:119
870
  #, fuzzy
871
  msgid "No, go back to the settings page"
872
  msgstr "на страницата с настройки за плъгина ("
873
 
874
- #: inc/demo-data/demo-data-loader.php:167
875
  msgid "Can not get demo data."
876
  msgstr ""
877
 
878
- #: inc/demo-data/demo-data-loader.php:173
879
  msgid "Demo options already installed."
880
  msgstr ""
881
 
882
- #: inc/demo-data/demo-data-loader.php:296
883
  msgid "Demo data successfully installed."
884
  msgstr ""
885
 
886
- #: inc/demo-data/demo-data-loader.php:298
887
  msgid "View post with shortcodes"
888
  msgstr ""
889
 
890
- #: inc/demo-data/demo-data-loader.php:301
891
  msgid "View page with examples"
892
  msgstr ""
893
 
894
- #: inc/demo-data/demo-data-loader.php:308
895
  msgid "Installation of demo data with some errors occurred."
896
  msgstr ""
897
 
898
- #: inc/demo-data/demo-data-loader.php:311
899
  msgid "Posts data is missing."
900
  msgstr ""
901
 
902
- #: inc/demo-data/demo-data-loader.php:336
903
  msgid "Demo data have already been removed."
904
  msgstr ""
905
 
906
- #: inc/demo-data/demo-data-loader.php:383
907
  msgid "Demo data successfully removed."
908
  msgstr ""
909
 
910
- #: inc/demo-data/demo-data-loader.php:386
911
  msgid "Removing demo data with some errors occurred."
912
  msgstr ""
913
 
914
- #: inc/demo-data/demo-data-loader.php:517
915
  msgid "Close notice"
916
  msgstr ""
917
 
918
- #: inc/demo-data/demo-data-loader.php:520
919
  #, fuzzy
920
  msgid "Install demo data"
921
  msgstr "Установка %"
922
 
923
- #: inc/demo-data/demo-data-loader.php:520
924
  msgid "for an acquaintance with the possibilities of the"
925
  msgstr ""
926
 
927
- #: template/gallery-template.php:14
 
 
928
  #, fuzzy
929
- msgid "Gallery Category"
930
- msgstr "Размер на изображението в галерия"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
931
 
932
  #~ msgid "Add a Gallery"
933
  #~ msgstr "Добави галерия"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-03-16 18:17+0300\n"
6
+ "PO-Revision-Date: 2016-03-16 18:17+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Petya <p@pipermagus.com>\n"
9
  "Language: uk_UA\n"
12
  "Content-Transfer-Encoding: 8bit\n"
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:45 gallery-plugin.php:882 gallery-plugin.php:1264
20
+ #: gallery-plugin.php:1281
 
 
21
  msgid "Settings"
22
  msgstr "Настройки"
23
 
24
+ #: gallery-plugin.php:126
25
  msgid "See images &raquo;"
26
  msgstr "Виж изображенията &raquo;"
27
 
28
+ #: gallery-plugin.php:129
29
  msgid "Return to all albums"
30
  msgstr ""
31
 
32
+ #: gallery-plugin.php:382
33
  #, fuzzy, php-format
34
+ msgid ""
35
+ "The following files '%s' and '%s' were not found in the directory of your "
36
+ "theme. Please copy them from the directory `%s` to the directory of your "
37
+ "theme for the correct work of the Gallery plugin"
38
+ msgstr ""
39
+ "Файловете \"gallery-template.php\" и \"gallery-single-template.php\" не бяха "
40
+ "намерени в папката на вашата тема. Моля копирайте ги от папката `/wp-content/"
41
+ "plugins/gallery-plugin/template/` в папката на вашата тема, за да работи "
42
+ "правилно приставката Gallery."
43
 
44
+ #: gallery-plugin.php:393 gallery-plugin.php:402
 
45
  msgid "Galleries"
46
  msgstr "Галерии"
47
 
48
+ #: gallery-plugin.php:394 gallery-plugin.php:2669
 
49
  msgid "Gallery"
50
  msgstr "Галерия"
51
 
52
+ #: gallery-plugin.php:395
53
  msgid "Add New Gallery"
54
  msgstr "Добави нова галерия"
55
 
56
+ #: gallery-plugin.php:396
57
  msgid "Edit Gallery"
58
  msgstr "Редактирай галерия"
59
 
60
+ #: gallery-plugin.php:397
61
  msgid "New Gallery"
62
  msgstr "Нова галерия"
63
 
64
+ #: gallery-plugin.php:398
65
  msgid "View Gallery"
66
  msgstr "Преглед на галерия"
67
 
68
+ #: gallery-plugin.php:399
69
  #, fuzzy
70
  msgid "Search Galleries"
71
  msgstr "Галерии"
72
 
73
+ #: gallery-plugin.php:400
74
  msgid "No Gallery found"
75
  msgstr "Няма намерена галерия"
76
 
77
+ #: gallery-plugin.php:457
78
  msgid "Gallery Shortcode"
79
  msgstr "Шорткод за галерия"
80
 
81
+ #: gallery-plugin.php:459 gallery-plugin.php:500 gallery-plugin.php:2652
 
 
82
  #, fuzzy
83
  msgid "Gallery Categories"
84
  msgstr "Размер на изображението в галерия"
85
 
86
+ #: gallery-plugin.php:469 gallery-plugin.php:900
 
87
  #, fuzzy, php-format
88
+ msgid ""
89
+ "If you would like to add a Gallery to your page or post, please use %s button"
90
+ msgstr ""
91
+ "Ако искате да добавите галерия към ваша страница или пост, просто копирайте "
92
+ "и поставете този шорткод в поста или страницата:"
93
 
94
+ #: gallery-plugin.php:474
95
  #, php-format
96
+ msgid ""
97
+ "You can add the Gallery to your page or post by clicking on %s button in the "
98
+ "content edit block using the Visual mode. If the button isn't displayed, "
99
+ "please use the shortcode below"
100
  msgstr ""
101
 
102
+ #: gallery-plugin.php:480
103
+ msgid ""
104
+ "Add this shortcode to a page, post or widget to display a single gallery"
105
  msgstr ""
106
 
107
+ #: gallery-plugin.php:483
108
  #, fuzzy
109
+ msgid ""
110
+ "Use this shortcode to display an album image with the description and the "
111
+ "link to a single gallery page"
112
+ msgstr ""
113
+ "Ако искате да покажете кратко описание, заедно със screenshot и линк към "
114
+ "страницата с галерията"
115
 
116
+ #: gallery-plugin.php:485
117
  msgid "Short display"
118
  msgstr ""
119
 
120
+ #: gallery-plugin.php:501
121
  msgid "Most Used"
122
  msgstr ""
123
 
124
+ #: gallery-plugin.php:506 gallery-plugin.php:1164
 
125
  msgid "Default"
126
  msgstr "По подразбиране"
127
 
128
+ #: gallery-plugin.php:511
129
  #, fuzzy
130
  msgid "Add New Gallery Category"
131
  msgstr "Добави нова галерия"
132
 
133
+ #: gallery-plugin.php:516
134
  #, fuzzy
135
  msgid "Install plugin"
136
  msgstr "Встановлених модулів"
137
 
138
+ #: gallery-plugin.php:674 gallery-plugin.php:2244 gallery-plugin.php:2359
139
+ #: gallery-plugin.php:2446
 
 
 
140
  msgid "Title"
141
  msgstr "Име"
142
 
143
+ #: gallery-plugin.php:675
 
144
  msgid "Author"
145
  msgstr "Автор "
146
 
147
+ #: gallery-plugin.php:676
148
  #, fuzzy
149
  msgid "Shortcode"
150
  msgstr "Шорткод за галерия"
151
 
152
+ #: gallery-plugin.php:677
153
  #, fuzzy
154
  msgid "Photos"
155
  msgstr "Снимка"
156
 
157
+ #: gallery-plugin.php:678
 
 
158
  msgid "Date"
159
  msgstr "Дата "
160
 
161
+ #: gallery-plugin.php:851
162
  msgid "Settings are saved"
163
  msgstr "Настройките са съхранени"
164
 
165
+ #: gallery-plugin.php:868
166
  #, fuzzy
167
  msgid "All plugin settings were restored."
168
  msgstr "на страницата с настройки за плъгина ("
169
 
170
+ #: gallery-plugin.php:880
171
  msgid "Gallery Settings"
172
  msgstr "Настройки на галерията"
173
 
174
+ #: gallery-plugin.php:883
 
 
 
 
 
175
  msgid "Go PRO"
176
  msgstr ""
177
 
178
+ #: gallery-plugin.php:893
179
  #, fuzzy
180
  msgid "Please enable JavaScript to use the option to renew images."
181
  msgstr "Моля, активирайте JavaScript, за да можете да качвате файлове."
182
 
183
+ #: gallery-plugin.php:905
184
  #, php-format
185
+ msgid ""
186
+ "You can add the Gallery to your page or post by clicking on %s button in the "
187
+ "content edit block using the Visual mode. If the button isn't displayed, "
188
+ "please use the shortcode %s, where * stands for gallery ID"
189
  msgstr ""
190
 
191
+ #: gallery-plugin.php:915
192
+ msgid "Number of images in the row"
193
+ msgstr "Брой изображения на ред"
194
 
195
+ #: gallery-plugin.php:917
196
  #, fuzzy
197
+ msgid ""
198
+ "The number of images per row can be less depending on the width of the "
199
+ "parent block"
200
+ msgstr "Брой изображения на ред"
 
 
201
 
202
+ #: gallery-plugin.php:921 gallery-plugin.php:947
 
 
203
  msgid "Image size"
204
  msgstr "Размер на изображението"
205
 
206
+ #: gallery-plugin.php:924
207
+ msgid ""
208
+ "WordPress will create a new thumbnail with the specified dimensions when you "
209
+ "upload a new photo."
210
+ msgstr ""
211
+ "WordPress ще създава thumbnail с указаните размери, когато качвате нова "
212
+ "снимка."
213
+
214
+ #: gallery-plugin.php:926
215
+ #, fuzzy
216
+ msgid "For the album cover"
217
+ msgstr "Размер на изображението за корица на албума"
218
+
219
+ #: gallery-plugin.php:927 gallery-plugin.php:931 gallery-plugin.php:952
220
+ msgid "width x height"
221
+ msgstr ""
222
 
223
+ #: gallery-plugin.php:927 gallery-plugin.php:931 gallery-plugin.php:952
224
+ msgid "in px"
225
+ msgstr ""
 
226
 
227
+ #: gallery-plugin.php:930
228
  #, fuzzy
229
+ msgid "For thumbnails"
230
  msgstr "Размер на изображението за корица на албума"
231
 
232
+ #: gallery-plugin.php:934
233
+ msgid "Update images for gallery"
234
+ msgstr ""
235
 
236
+ #: gallery-plugin.php:943 gallery-plugin.php:1142 gallery-plugin.php:1363
 
 
237
  msgid "Close"
238
  msgstr ""
239
 
240
+ #: gallery-plugin.php:950
241
  #, fuzzy
242
+ msgid "For images in the lightbox"
243
  msgstr "Размер на изображението за lightbox"
244
 
245
+ #: gallery-plugin.php:954
 
 
 
 
 
 
 
 
246
  msgid "Display a full size image in the lightbox"
247
  msgstr "Показване на изображението в пълен размер в lightbox"
248
 
249
+ #: gallery-plugin.php:959
250
  msgid "Crop position"
251
  msgstr "Позиция за изрязване"
252
 
253
+ #: gallery-plugin.php:963 gallery-plugin.php:969
 
254
  msgid "center"
255
  msgstr "център"
256
 
257
+ #: gallery-plugin.php:965
258
  msgid "Horizontal"
259
  msgstr "Хоризонтално"
260
 
261
+ #: gallery-plugin.php:971
262
  msgid "Vertical"
263
  msgstr "Вертикално"
264
 
265
+ #: gallery-plugin.php:976
266
+ #, fuzzy
267
+ msgid "Single gallery view"
268
+ msgstr "Название на елемент от галерията"
269
 
270
+ #: gallery-plugin.php:979
271
+ msgid "Grid"
272
+ msgstr ""
273
 
274
+ #: gallery-plugin.php:980
275
+ msgid "Masonry"
276
+ msgstr ""
277
 
278
+ #: gallery-plugin.php:986 gallery-plugin.php:1207
279
+ msgid ""
280
+ "If you upgrade to Pro version all your settings and galleries will be saved."
281
  msgstr ""
282
 
283
+ #: gallery-plugin.php:993 gallery-plugin.php:1214
 
284
  msgid "Unlock premium options by upgrading to Pro version"
285
  msgstr ""
286
 
287
+ #: gallery-plugin.php:997 gallery-plugin.php:1218
 
288
  msgid "Start Your Trial"
289
  msgstr ""
290
 
291
+ #: gallery-plugin.php:998 gallery-plugin.php:1219 gallery-plugin.php:2654
 
 
292
  msgid "or"
293
  msgstr ""
294
 
295
+ #: gallery-plugin.php:1000 gallery-plugin.php:1221
 
296
  #, fuzzy
297
  msgid "Learn More"
298
  msgstr "Читати далі"
299
 
300
+ #: gallery-plugin.php:1008
301
+ msgid "Display image text"
302
+ msgstr ""
303
+
304
+ #: gallery-plugin.php:1010
305
+ msgid "Turn off the checkbox, if you want to display text just in a lightbox"
306
+ msgstr "Не отбелязвайте, ако искате текстът да се показва само в lightbox"
307
+
308
+ #: gallery-plugin.php:1014
309
  msgid "Images with border"
310
  msgstr "Изображения с рамка"
311
 
312
+ #: gallery-plugin.php:1018
313
  msgid "Border width in px, just numbers"
314
  msgstr "Ширина на рамката в пиксели, само числа"
315
 
316
+ #: gallery-plugin.php:1019
317
  msgid "Select a border color"
318
  msgstr "Изберете цвят за рамката"
319
 
320
+ #: gallery-plugin.php:1024
321
+ msgid "Sort images"
322
+ msgstr "Подреди изображенията"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
323
 
324
+ #: gallery-plugin.php:1027
325
+ #, fuzzy
326
+ msgid "by Attachment ID"
327
  msgstr "ID на изображението"
328
 
329
+ #: gallery-plugin.php:1028
330
+ #, fuzzy
331
+ msgid "by Image Name"
332
  msgstr "Име на изображението"
333
 
334
+ #: gallery-plugin.php:1029 gallery-plugin.php:1050
335
+ #, fuzzy
336
+ msgid "by Date"
337
+ msgstr "Дата "
338
+
339
+ #: gallery-plugin.php:1030
340
+ msgid "by Sorting order in the Gallery"
341
  msgstr ""
342
 
343
+ #: gallery-plugin.php:1031 gallery-plugin.php:1055
 
344
  msgid "Random"
345
  msgstr "Произволен"
346
 
347
+ #: gallery-plugin.php:1036
348
+ #, fuzzy
349
+ msgid "The images sort order"
350
+ msgstr "Изображения с рамка"
351
 
352
+ #: gallery-plugin.php:1039 gallery-plugin.php:1063
 
353
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
354
  msgstr "ASC (възходящ ред - 1, 2, 3, а, б, в)"
355
 
356
+ #: gallery-plugin.php:1040 gallery-plugin.php:1064
357
+ msgid ""
358
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
359
  msgstr "DESC (низходящ ред - 3, 2, 1, в, б, а)"
360
 
361
+ #: gallery-plugin.php:1045
362
  #, fuzzy
363
+ msgid "Sort galleries"
364
+ msgstr "Галерии"
365
 
366
+ #: gallery-plugin.php:1048
367
  #, fuzzy
368
+ msgid "by Gallery ID"
369
  msgstr "Галерия"
370
 
371
+ #: gallery-plugin.php:1049
372
+ #, fuzzy
373
+ msgid "by Title"
374
+ msgstr "Име"
375
+
376
+ #: gallery-plugin.php:1051
377
+ msgid "by Last modified date"
378
  msgstr ""
379
 
380
+ #: gallery-plugin.php:1052
381
+ msgid "by Comment count"
382
  msgstr ""
383
 
384
+ #: gallery-plugin.php:1053
385
  #, fuzzy
386
+ msgid "by Sorting order (the input field for sorting order)"
387
+ msgstr ""
388
+ "Ред за сортиране (полето за въвеждане на ред за сортиране в Insert / Upload "
389
+ "Media Gallery)"
390
 
391
+ #: gallery-plugin.php:1054
392
  #, fuzzy
393
+ msgid "by Author"
394
+ msgstr "Автор "
395
 
396
+ #: gallery-plugin.php:1060
397
+ msgid "The galleries sort order"
398
+ msgstr ""
 
399
 
400
+ #: gallery-plugin.php:1069
401
+ msgid "Start slideshow"
402
+ msgstr "Слайдшоу"
403
+
404
+ #: gallery-plugin.php:1072
405
+ msgid "Slideshow interval"
406
+ msgstr "Интервал за слайдшоу"
407
 
408
+ #: gallery-plugin.php:1072
409
+ msgid "(ms)"
410
+ msgstr ""
411
+
412
+ #: gallery-plugin.php:1076
413
+ msgid "Use single lightbox for multiple galleries on one page"
414
+ msgstr ""
415
+
416
+ #: gallery-plugin.php:1082
417
  msgid "Display the Back link"
418
  msgstr "Показване на линк 'Назад'"
419
 
420
+ #: gallery-plugin.php:1088
421
  msgid "Display the Back link in the shortcode"
422
  msgstr "Показване на линк 'Назад' в шорткода"
423
 
424
+ #: gallery-plugin.php:1094
425
  msgid "The Back link text"
426
  msgstr "Текст за линка 'Назад'"
427
 
428
+ #: gallery-plugin.php:1100
429
  msgid "The Back link URL"
430
  msgstr "URL за линка 'Назад'"
431
 
432
+ #: gallery-plugin.php:1103
433
  msgid "Gallery page (Page with Gallery Template)"
434
  msgstr "Страница с галерия (страница с шаблон 'Gallery Template')"
435
 
436
+ #: gallery-plugin.php:1105
437
  msgid "(Full URL to custom page)"
438
  msgstr "(Пълно URL към произволна страница)"
439
 
440
+ #: gallery-plugin.php:1110
441
  msgid "The Read More link text"
442
  msgstr "Текст за линка 'Прочети повече'"
443
 
444
+ #: gallery-plugin.php:1116
445
  msgid "Add gallery to the search"
446
  msgstr ""
447
 
448
+ #: gallery-plugin.php:1121 gallery-plugin.php:1124 gallery-plugin.php:1128
 
 
449
  msgid "Using"
450
  msgstr ""
451
 
452
+ #: gallery-plugin.php:1121 gallery-plugin.php:1124 gallery-plugin.php:1128
 
 
453
  msgid "powered by"
454
  msgstr ""
455
 
456
+ #: gallery-plugin.php:1124 gallery-plugin.php:1338
 
457
  #, fuzzy
458
  msgid "Activate"
459
  msgstr "Активовані плагіни"
460
 
461
+ #: gallery-plugin.php:1128
462
  msgid "Download"
463
  msgstr ""
464
 
465
+ #: gallery-plugin.php:1133
466
  msgid "Rewrite templates after update"
467
  msgstr ""
468
 
469
+ #: gallery-plugin.php:1135
470
  #, php-format
471
+ msgid ""
472
+ "Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
473
+ "theme folder and You don't want to rewrite them"
474
  msgstr ""
475
 
476
+ #: gallery-plugin.php:1149
477
+ #, fuzzy
478
+ msgid "Under image"
479
+ msgstr "подреди изображенията"
480
+
481
+ #: gallery-plugin.php:1150
482
+ msgid "By mouse hover"
483
+ msgstr ""
484
+
485
+ #: gallery-plugin.php:1155
486
  msgid "Use pagination for images"
487
  msgstr ""
488
 
489
+ #: gallery-plugin.php:1158
490
  msgid "per page"
491
  msgstr ""
492
 
493
+ #: gallery-plugin.php:1162
494
+ msgid "Lightbox background"
495
+ msgstr "Фон на lightbox"
496
+
497
+ #: gallery-plugin.php:1165
498
+ msgid "Background transparency (from 0 to 1)"
499
+ msgstr "Прозрачност на фона (от 0 до 1)"
500
+
501
+ #: gallery-plugin.php:1166
502
+ msgid "Select a background color"
503
+ msgstr "Изберете цвят за фон"
504
+
505
+ #: gallery-plugin.php:1170
506
  msgid "The lightbox helper"
507
  msgstr ""
508
 
509
+ #: gallery-plugin.php:1172
510
  msgid "Do not use"
511
  msgstr ""
512
 
513
+ #: gallery-plugin.php:1173
514
  msgid "Button helper"
515
  msgstr ""
516
 
517
+ #: gallery-plugin.php:1174
518
  msgid "Thumbnail helper"
519
  msgstr ""
520
 
521
+ #: gallery-plugin.php:1178
522
  msgid "Display Like buttons in the lightbox"
523
  msgstr "Показване на Like бутони в lightbox"
524
 
525
+ #: gallery-plugin.php:1180
526
  msgid "FaceBook"
527
  msgstr "FaceBook"
528
 
529
+ #: gallery-plugin.php:1181
530
  msgid "Twitter"
531
  msgstr "Twitter"
532
 
533
+ #: gallery-plugin.php:1182
534
  msgid "Pinterest"
535
  msgstr "Pinterest"
536
 
537
+ #: gallery-plugin.php:1183
538
  msgid "Google +1"
539
  msgstr "Google +1"
540
 
541
+ #: gallery-plugin.php:1187
542
  msgid "Slug for gallery item"
543
  msgstr "Название на елемент от галерията"
544
 
545
+ #: gallery-plugin.php:1189
546
  msgid "for any structure of permalinks except the default structure"
547
+ msgstr ""
548
+ "за всяка структура от пермалинковете, с изключение на структурата по "
549
+ "подразбиране"
550
 
551
+ #: gallery-plugin.php:1193
552
  msgid "Title for lightbox button"
553
  msgstr ""
554
 
555
+ #: gallery-plugin.php:1199
556
+ msgid ""
557
+ "Display all images in the lightbox instead of going into a single gallery"
558
  msgstr ""
559
 
560
+ #: gallery-plugin.php:1202
561
  #, php-format
562
  msgid "When using the gallery template or a shortcode with `%s` parameter"
563
  msgstr ""
564
 
565
+ #: gallery-plugin.php:1228
566
  msgid "Save Changes"
567
  msgstr "Съхрани промените"
568
 
569
+ #: gallery-plugin.php:1233
570
+ msgid ""
571
+ "If you install the demo-data, will be created galleries with images, demo-"
572
+ "post with available shortcodes and page with a list of all the galleries."
573
+ msgstr ""
574
+
575
+ #: gallery-plugin.php:1265
576
+ msgid "FAQ"
577
+ msgstr "Често задавани въпроси"
578
+
579
+ #: gallery-plugin.php:1266
580
  msgid "Support"
581
  msgstr "Поддръжка"
582
 
583
+ #: gallery-plugin.php:1302
584
  msgid "Updating images..."
585
  msgstr ""
586
 
587
+ #: gallery-plugin.php:1303
588
  #, fuzzy
589
  msgid "No image found."
590
  msgstr "Няма намерена галерия"
591
 
592
+ #: gallery-plugin.php:1304
593
  msgid "All images are updated."
594
  msgstr ""
595
 
596
+ #: gallery-plugin.php:1305
597
  msgid "Error."
598
  msgstr ""
599
 
600
+ #: gallery-plugin.php:1318
601
  msgid ""
602
  "You are about to delete these items from this gallery.\n"
603
  " 'Cancel' to stop, 'OK' to delete."
604
  msgstr ""
605
 
606
+ #: gallery-plugin.php:1319
607
+ msgid ""
608
+ "Switching to another mode, all unsaved data will be lost. Save data before "
609
+ "switching?"
610
  msgstr ""
611
 
612
+ #: gallery-plugin.php:1320
613
  msgid "Insert Media"
614
  msgstr ""
615
 
616
+ #: gallery-plugin.php:1321
617
  msgid "Insert"
618
  msgstr ""
619
 
620
+ #: gallery-plugin.php:1333
621
  #, fuzzy
622
  msgid "Learn more"
623
  msgstr "Читати далі"
624
 
625
+ #: gallery-plugin.php:1345
626
  #, fuzzy
627
  msgid "Install now"
628
  msgstr "Установка %"
629
 
630
+ #: gallery-plugin.php:1354
631
  msgid "Add multiple gallery categories"
632
  msgstr ""
633
 
634
+ #: gallery-plugin.php:1354
635
+ msgid ""
636
+ "Install Gallery Categories plugin to add unlimited number of categories."
637
  msgstr ""
638
 
639
+ #: gallery-plugin.php:1638 template/gallery-single-template.php:103
 
640
  msgid "Sorry, nothing found."
641
  msgstr "Съжалявам, нищо не е намерено."
642
 
643
+ #: gallery-plugin.php:1651 template/gallery-single-template.php:124
 
644
  msgid "Image"
645
  msgstr "Изображение"
646
 
647
+ #: gallery-plugin.php:1651 template/gallery-single-template.php:19
 
648
  msgid "Download high resolution image"
649
  msgstr "Свали изображението в цял размер"
650
 
651
+ #: gallery-plugin.php:1781
652
  #, fuzzy
653
  msgid "Image size not defined"
654
  msgstr "Размер на изображението"
655
 
656
+ #: gallery-plugin.php:1796
657
+ msgid ""
658
+ "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
659
+ "manually reload image."
660
  msgstr ""
661
 
662
+ #: gallery-plugin.php:1807
663
  msgid "Image size changes not defined"
664
  msgstr ""
665
 
666
+ #: gallery-plugin.php:1836 gallery-plugin.php:1839 gallery-plugin.php:1844
 
 
667
  msgid "Invalid path"
668
  msgstr ""
669
 
670
+ #: gallery-plugin.php:2012
671
  msgid "Add images requires JavaScript."
672
  msgstr ""
673
 
674
+ #: gallery-plugin.php:2015
675
  msgid "Add Media"
676
  msgstr ""
677
 
678
+ #: gallery-plugin.php:2025
679
  msgid "The grid view for the Gallery images requires JavaScript."
680
  msgstr ""
681
 
682
+ #: gallery-plugin.php:2025
683
  msgid "Switch to the list view"
684
  msgstr ""
685
 
686
+ #: gallery-plugin.php:2052
687
  msgid "List View"
688
  msgstr ""
689
 
690
+ #: gallery-plugin.php:2053
691
  msgid "Grid View"
692
  msgstr ""
693
 
694
+ #: gallery-plugin.php:2108
695
  msgid "Filter"
696
  msgstr ""
697
 
698
+ #: gallery-plugin.php:2112
699
  msgid "Empty Trash"
700
  msgstr ""
701
 
702
+ #: gallery-plugin.php:2133
703
  #, fuzzy
704
  msgid "No images found"
705
  msgstr "Няма намерена галерия"
706
 
707
+ #: gallery-plugin.php:2185
708
  msgid "Select bulk action"
709
  msgstr ""
710
 
711
+ #: gallery-plugin.php:2187
712
  msgid "Bulk Actions"
713
  msgstr ""
714
 
715
+ #: gallery-plugin.php:2197
716
  msgid "Apply"
717
  msgstr ""
718
 
719
+ #: gallery-plugin.php:2204 gallery-plugin.php:2383
 
720
  #, fuzzy
721
  msgid "Delete from Gallery"
722
  msgstr "Нова галерия"
723
 
724
+ #: gallery-plugin.php:2217 gallery-plugin.php:2231
 
725
  #, fuzzy
726
  msgid "Display link to the original file under each image in the lightbox"
727
  msgstr "Показване на изображението в пълен размер в lightbox"
728
 
729
+ #: gallery-plugin.php:2226
730
  msgid "Bulk Select"
731
  msgstr ""
732
 
733
+ #: gallery-plugin.php:2228
734
  msgid "Cancel Selection"
735
  msgstr ""
736
 
737
+ #: gallery-plugin.php:2229
738
  msgid "Delete Selected"
739
  msgstr ""
740
 
741
+ #: gallery-plugin.php:2242
742
  msgid "File"
743
  msgstr ""
744
 
745
+ #: gallery-plugin.php:2243 gallery-plugin.php:2332 gallery-plugin.php:2441
 
 
746
  msgid "Dimensions"
747
  msgstr ""
748
 
749
+ #: gallery-plugin.php:2245 gallery-plugin.php:2365 gallery-plugin.php:2451
 
 
750
  msgid "Alt tag"
751
  msgstr ""
752
 
753
+ #: gallery-plugin.php:2245 gallery-plugin.php:2367
754
+ msgid ""
755
+ "The alt attribute specifies an alternate text for an image, if the image "
756
+ "cannot be displayed."
757
  msgstr ""
758
 
759
+ #: gallery-plugin.php:2246 gallery-plugin.php:2373 gallery-plugin.php:2456
 
 
760
  msgid "Custom URL"
761
  msgstr ""
762
 
763
+ #: gallery-plugin.php:2246 gallery-plugin.php:2375
764
+ msgid ""
765
+ "By clicking on the thumbnail you'll go to the link (if the field is filled) "
766
+ "or the image will be opened in the lightbox (if the field isn't filled)"
767
  msgstr ""
768
 
769
+ #: gallery-plugin.php:2324
770
  msgid "Deselect"
771
  msgstr ""
772
 
773
+ #: gallery-plugin.php:2330
774
  msgid "File name"
775
  msgstr ""
776
 
777
+ #: gallery-plugin.php:2331
778
  msgid "File type"
779
  msgstr ""
780
 
781
+ #: gallery-plugin.php:2335 gallery-plugin.php:2437
 
782
  #, fuzzy
783
  msgid "Edit Attachment Info"
784
  msgstr "ID на изображението"
785
 
786
+ #: gallery-plugin.php:2335
787
  #, fuzzy
788
  msgid "Edit Attachment"
789
  msgstr "ID на изображението"
790
 
791
+ #: gallery-plugin.php:2345
792
  msgid "Go Pro"
793
  msgstr ""
794
 
795
+ #: gallery-plugin.php:2345
796
  msgid "Pro version"
797
  msgstr ""
798
 
799
+ #: gallery-plugin.php:2348
800
  msgid "This setting is available in Pro version"
801
  msgstr "Тази настройка е достъпна само в Pro версията."
802
 
803
+ #: gallery-plugin.php:2381
804
  msgid "Edit more details"
805
  msgstr ""
806
 
807
+ #: gallery-plugin.php:2416
808
  #, php-format
809
  msgid "Select %s"
810
  msgstr ""
811
 
812
+ #: gallery-plugin.php:2429
813
  #, php-format
814
  msgid "Edit &#8220;%s&#8221;"
815
  msgstr ""
816
 
817
+ #: gallery-plugin.php:2474 gallery-plugin.php:2487
 
818
  msgid "Edit"
819
  msgstr ""
820
 
821
+ #: gallery-plugin.php:2477 gallery-plugin.php:2492
 
822
  msgid "Trash"
823
  msgstr ""
824
 
825
+ #: gallery-plugin.php:2480 gallery-plugin.php:2495
 
826
  msgid "Delete Permanently"
827
  msgstr ""
828
 
829
+ #: gallery-plugin.php:2482 gallery-plugin.php:2500
 
830
  #, php-format
831
  msgid "View &#8220;%s&#8221;"
832
  msgstr ""
833
 
834
+ #: gallery-plugin.php:2482 gallery-plugin.php:2500
 
835
  msgid "View"
836
  msgstr ""
837
 
838
+ #: gallery-plugin.php:2484
839
  #, fuzzy
840
  msgid "Attach"
841
  msgstr "ID на изображението"
842
 
843
+ #: gallery-plugin.php:2490
844
  msgid "Restore"
845
  msgstr ""
846
 
847
+ #: gallery-plugin.php:2621
848
  msgid "Warning"
849
  msgstr ""
850
 
851
+ #: gallery-plugin.php:2621
852
  msgid "You can add only images to the gallery"
853
  msgstr ""
854
 
855
+ #: gallery-plugin.php:2663
856
+ #, fuzzy
857
+ msgid "no title"
858
+ msgstr "Име"
859
+
860
+ #: gallery-plugin.php:2671
861
  #, fuzzy
862
  msgid "Sorry, no gallery found."
863
  msgstr "Съжалявам, нищо не е намерено."
864
 
865
+ #: gallery-plugin.php:2677
866
+ #, fuzzy
867
+ msgid ""
868
+ "Display an album image with the description and the link to a single gallery "
869
+ "page"
870
+ msgstr ""
871
+ "Ако искате да покажете кратко описание, заедно със screenshot и линк към "
872
+ "страницата с галерията"
873
+
874
+ #: template/gallery-template.php:14
875
  #, fuzzy
876
+ msgid "Gallery Category"
877
+ msgstr "Размер на изображението в галерия"
878
 
879
+ #: inc/demo-data/class-bws-demo-data.php:31
880
  #, fuzzy
881
  msgid "Install Demo Data"
882
  msgstr "Установка %"
883
 
884
+ #: inc/demo-data/class-bws-demo-data.php:34
 
 
 
 
885
  msgid "Remove Demo Data"
886
  msgstr ""
887
 
888
+ #: inc/demo-data/class-bws-demo-data.php:35
889
  msgid "Delete demo-data and restore old plugin settings."
890
  msgstr ""
891
 
892
+ #: inc/demo-data/class-bws-demo-data.php:53
893
  msgid "Yes, install demo data"
894
  msgstr ""
895
 
896
+ #: inc/demo-data/class-bws-demo-data.php:54
897
  msgid "Are you sure you want to install demo data?"
898
  msgstr ""
899
 
900
+ #: inc/demo-data/class-bws-demo-data.php:56
901
  msgid "Yes, remove demo data"
902
  msgstr ""
903
 
904
+ #: inc/demo-data/class-bws-demo-data.php:57
905
  msgid "Are you sure you want to remove demo data?"
906
  msgstr ""
907
 
908
+ #: inc/demo-data/class-bws-demo-data.php:64
909
  #, fuzzy
910
  msgid "No, go back to the settings page"
911
  msgstr "на страницата с настройки за плъгина ("
912
 
913
+ #: inc/demo-data/class-bws-demo-data.php:119
914
  msgid "Can not get demo data."
915
  msgstr ""
916
 
917
+ #: inc/demo-data/class-bws-demo-data.php:126
918
  msgid "Demo options already installed."
919
  msgstr ""
920
 
921
+ #: inc/demo-data/class-bws-demo-data.php:355
922
  msgid "Demo data successfully installed."
923
  msgstr ""
924
 
925
+ #: inc/demo-data/class-bws-demo-data.php:357
926
  msgid "View post with shortcodes"
927
  msgstr ""
928
 
929
+ #: inc/demo-data/class-bws-demo-data.php:360
930
  msgid "View page with examples"
931
  msgstr ""
932
 
933
+ #: inc/demo-data/class-bws-demo-data.php:369
934
  msgid "Installation of demo data with some errors occurred."
935
  msgstr ""
936
 
937
+ #: inc/demo-data/class-bws-demo-data.php:372
938
  msgid "Posts data is missing."
939
  msgstr ""
940
 
941
+ #: inc/demo-data/class-bws-demo-data.php:446
942
  msgid "Demo data have already been removed."
943
  msgstr ""
944
 
945
+ #: inc/demo-data/class-bws-demo-data.php:503
946
  msgid "Demo data successfully removed."
947
  msgstr ""
948
 
949
+ #: inc/demo-data/class-bws-demo-data.php:507
950
  msgid "Removing demo data with some errors occurred."
951
  msgstr ""
952
 
953
+ #: inc/demo-data/class-bws-demo-data.php:576
954
  msgid "Close notice"
955
  msgstr ""
956
 
957
+ #: inc/demo-data/class-bws-demo-data.php:580
958
  #, fuzzy
959
  msgid "Install demo data"
960
  msgstr "Установка %"
961
 
962
+ #: inc/demo-data/class-bws-demo-data.php:580
963
  msgid "for an acquaintance with the possibilities of the"
964
  msgstr ""
965
 
966
+ #~ msgid "Sort images by"
967
+ #~ msgstr "Подреди изображенията по"
968
+
969
  #, fuzzy
970
+ #~ msgid "Sort galleries by"
971
+ #~ msgstr "Подреди изображенията по"
972
+
973
+ #~ msgid "Width (in px)"
974
+ #~ msgstr "Ширина (в px)"
975
+
976
+ #~ msgid "Height (in px)"
977
+ #~ msgstr "Височина (в px)"
978
+
979
+ #~ msgid "Max width (in px)"
980
+ #~ msgstr "Макс. ширина (в px)"
981
+
982
+ #~ msgid "Max height (in px)"
983
+ #~ msgstr "Макс. височина (в px)"
984
+
985
+ #, fuzzy
986
+ #~ msgid "Display text under the image"
987
+ #~ msgstr "Показване на текст над изображението"
988
 
989
  #~ msgid "Add a Gallery"
990
  #~ msgstr "Добави галерия"
languages/gallery-plugin-cs_CZ.mo CHANGED
Binary file
languages/gallery-plugin-cs_CZ.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-10-06 15:06+0300\n"
6
- "PO-Revision-Date: 2015-10-06 15:06+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Lagya <lagya@me.com>\n"
9
  "Language: cs\n"
@@ -17,916 +17,978 @@ msgstr ""
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:45
21
- #: gallery-plugin.php:830
22
- #: gallery-plugin.php:1206
23
- #: gallery-plugin.php:1223
24
  msgid "Settings"
25
  msgstr "Nastavení"
26
 
27
- #: gallery-plugin.php:110
28
  msgid "See images &raquo;"
29
  msgstr "Viz obrázky &raquo;"
30
 
31
- #: gallery-plugin.php:113
32
  msgid "Return to all albums"
33
  msgstr ""
34
 
35
- #: gallery-plugin.php:342
36
  #, fuzzy, php-format
37
- msgid "The following files '%s' and '%s' were not found in the directory of your theme. Please copy them from the directory `%s` to the directory of your theme for the correct work of the Gallery plugin"
38
- msgstr "Následující soubory \"gallery-template.php\" a \"gallery-single-template.php\"nebyly nalezeny v adresáři vašeho tématu WP. Zkopírujte prosím z adresáře `/wp-content/plugins/gallery-plugin/template/` do adresáře vašeho motivu pro správnou práci pluginu Gallery."
 
 
 
 
 
 
 
39
 
40
- #: gallery-plugin.php:353
41
- #: gallery-plugin.php:362
42
  msgid "Galleries"
43
  msgstr "Galerie"
44
 
45
- #: gallery-plugin.php:354
46
- #: gallery-plugin.php:2595
47
  msgid "Gallery"
48
  msgstr "Galerie"
49
 
50
- #: gallery-plugin.php:355
51
  msgid "Add New Gallery"
52
  msgstr "Přidej novou galerii"
53
 
54
- #: gallery-plugin.php:356
55
  msgid "Edit Gallery"
56
  msgstr "Uprav galerii"
57
 
58
- #: gallery-plugin.php:357
59
  msgid "New Gallery"
60
  msgstr "Nová galerie"
61
 
62
- #: gallery-plugin.php:358
63
  msgid "View Gallery"
64
  msgstr "Ukaž galerii"
65
 
66
- #: gallery-plugin.php:359
67
  #, fuzzy
68
  msgid "Search Galleries"
69
  msgstr "Galerie"
70
 
71
- #: gallery-plugin.php:360
72
  msgid "No Gallery found"
73
  msgstr "Žádná galerie nenalezena"
74
 
75
- #: gallery-plugin.php:417
76
  msgid "Gallery Shortcode"
77
  msgstr "Zkrácený kód galerie"
78
 
79
- #: gallery-plugin.php:419
80
- #: gallery-plugin.php:460
81
- #: gallery-plugin.php:2581
82
  #, fuzzy
83
  msgid "Gallery Categories"
84
  msgstr "Velikost obrázku v galerii"
85
 
86
- #: gallery-plugin.php:429
87
- #: gallery-plugin.php:849
88
  #, fuzzy, php-format
89
- msgid "If you would like to add a Gallery to your page or post, please use %s button"
90
- msgstr "Pokud byste chtěli přidat jednu Galerie na vaše stránky nebo příspěvek, stačí zkopírovat a vložit tento zkrácený kód do příspěvku nebo stránky:"
 
 
 
91
 
92
- #: gallery-plugin.php:434
93
  #, php-format
94
- msgid "You can add the Gallery to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode below"
 
 
 
95
  msgstr ""
96
 
97
- #: gallery-plugin.php:440
98
- msgid "Add this shortcode to a page, post or widget to display a single gallery"
 
99
  msgstr ""
100
 
101
- #: gallery-plugin.php:443
102
  #, fuzzy
103
- msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
104
- msgstr "Chcete-li zobrazit krátký popis obsahující screenshot a odkaz na jednu stránku Galerie"
 
 
 
 
105
 
106
- #: gallery-plugin.php:445
107
  msgid "Short display"
108
  msgstr ""
109
 
110
- #: gallery-plugin.php:461
111
  msgid "Most Used"
112
  msgstr ""
113
 
114
- #: gallery-plugin.php:466
115
- #: gallery-plugin.php:939
116
  msgid "Default"
117
  msgstr "Výchozí"
118
 
119
- #: gallery-plugin.php:471
120
  #, fuzzy
121
  msgid "Add New Gallery Category"
122
  msgstr "Přidej novou galerii"
123
 
124
- #: gallery-plugin.php:476
125
  #, fuzzy
126
  msgid "Install plugin"
127
  msgstr "Встановлених модулів"
128
 
129
- #: gallery-plugin.php:631
130
- #: gallery-plugin.php:1020
131
- #: gallery-plugin.php:2173
132
- #: gallery-plugin.php:2288
133
- #: gallery-plugin.php:2375
134
  msgid "Title"
135
  msgstr "Titulek"
136
 
137
- #: gallery-plugin.php:632
138
- #: gallery-plugin.php:1025
139
  msgid "Author"
140
  msgstr "Autor"
141
 
142
- #: gallery-plugin.php:633
143
  #, fuzzy
144
  msgid "Shortcode"
145
  msgstr "Zkrácený kód galerie"
146
 
147
- #: gallery-plugin.php:634
148
  #, fuzzy
149
  msgid "Photos"
150
  msgstr "Foto"
151
 
152
- #: gallery-plugin.php:635
153
- #: gallery-plugin.php:1004
154
- #: gallery-plugin.php:1021
155
  msgid "Date"
156
  msgstr "Datum"
157
 
158
- #: gallery-plugin.php:800
159
  msgid "Settings are saved"
160
  msgstr "Nastavení uloženo"
161
 
162
- #: gallery-plugin.php:817
163
  #, fuzzy
164
  msgid "All plugin settings were restored."
165
  msgstr "na stránce pluginu ("
166
 
167
- #: gallery-plugin.php:828
168
  msgid "Gallery Settings"
169
  msgstr "Nastavení galerie"
170
 
171
- #: gallery-plugin.php:831
172
- #: gallery-plugin.php:1207
173
- msgid "FAQ"
174
- msgstr "FAQ "
175
-
176
- #: gallery-plugin.php:832
177
  msgid "Go PRO"
178
  msgstr ""
179
 
180
- #: gallery-plugin.php:842
181
  msgid "Please enable JavaScript to use the option to renew images."
182
  msgstr "Povolte JavaScript pro použití možnosti obnovení obrázků."
183
 
184
- #: gallery-plugin.php:854
185
  #, php-format
186
- msgid "You can add the Gallery to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode %s, where * stands for gallery ID"
 
 
 
187
  msgstr ""
188
 
189
- #: gallery-plugin.php:863
190
- msgid "Update images for gallery"
191
- msgstr "Aktualizace obrázků galerie"
192
-
193
- #: gallery-plugin.php:865
194
- msgid "Update images"
195
- msgstr "Aktualizace obrázků"
196
 
197
- #: gallery-plugin.php:873
198
- msgid "Image size for the album cover"
199
- msgstr "Velikost obrázku na obalu alba"
 
 
 
200
 
201
- #: gallery-plugin.php:875
202
- #: gallery-plugin.php:889
203
- #: gallery-plugin.php:913
204
  msgid "Image size"
205
  msgstr "Velikost obrázku"
206
 
207
- #: gallery-plugin.php:878
208
- #: gallery-plugin.php:892
209
- msgid "Width (in px)"
210
- msgstr "Šířka (v px)"
 
 
 
 
 
 
 
 
 
 
 
 
211
 
212
- #: gallery-plugin.php:882
213
- #: gallery-plugin.php:896
214
- msgid "Height (in px)"
215
- msgstr "Výška (v px)"
216
 
217
- #: gallery-plugin.php:887
218
  #, fuzzy
219
- msgid "Image size for thumbnails"
220
  msgstr "Velikost obrázku na obalu alba"
221
 
222
- #: gallery-plugin.php:901
223
- msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
224
- msgstr "WordPress se vytvoří novou miniaturu se zadanými rozměry, když nahrajete novou fotku."
225
 
226
- #: gallery-plugin.php:907
227
- #: gallery-plugin.php:1101
228
- #: gallery-plugin.php:1307
229
  msgid "Close"
230
  msgstr ""
231
 
232
- #: gallery-plugin.php:911
233
  #, fuzzy
234
- msgid "Image size in the lightbox"
235
  msgstr "Velikost obrazu v Lightboxu"
236
 
237
- #: gallery-plugin.php:914
238
- msgid "Max width (in px)"
239
- msgstr "Max. šířka (v px)"
240
-
241
- #: gallery-plugin.php:915
242
- msgid "Max height (in px)"
243
- msgstr "Max. výška (v px)"
244
-
245
- #: gallery-plugin.php:916
246
  msgid "Display a full size image in the lightbox"
247
  msgstr "Zobrazení obrázku v plné velikosti v lightboxu"
248
 
249
- #: gallery-plugin.php:920
250
  msgid "Crop position"
251
  msgstr "Pozice ořezu"
252
 
253
- #: gallery-plugin.php:924
254
- #: gallery-plugin.php:930
255
  msgid "center"
256
  msgstr "střed"
257
 
258
- #: gallery-plugin.php:926
259
  msgid "Horizontal"
260
  msgstr "Horizontálně"
261
 
262
- #: gallery-plugin.php:932
263
  msgid "Vertical"
264
  msgstr "Vertikálně"
265
 
266
- #: gallery-plugin.php:937
267
- msgid "Lightbox background"
268
- msgstr "Pozadí Lightboxu"
 
269
 
270
- #: gallery-plugin.php:940
271
- msgid "Background transparency (from 0 to 1)"
272
- msgstr "Průhlednost pozadí (od 0 do 1)"
273
 
274
- #: gallery-plugin.php:941
275
- msgid "Select a background color"
276
- msgstr "Vyberte barvu pozadí"
277
 
278
- #: gallery-plugin.php:946
279
- #: gallery-plugin.php:1149
280
- msgid "If you upgrade to Pro version all your settings and galleries will be saved."
281
- msgstr "Pokud jste upgradovali na verzi Pro, všechna vaše nastavení a galerie se uloží."
 
 
282
 
283
- #: gallery-plugin.php:953
284
- #: gallery-plugin.php:1156
285
  msgid "Unlock premium options by upgrading to Pro version"
286
  msgstr ""
287
 
288
- #: gallery-plugin.php:957
289
- #: gallery-plugin.php:1160
290
  msgid "Start Your Trial"
291
  msgstr ""
292
 
293
- #: gallery-plugin.php:958
294
- #: gallery-plugin.php:1161
295
- #: gallery-plugin.php:2583
296
  msgid "or"
297
  msgstr ""
298
 
299
- #: gallery-plugin.php:960
300
- #: gallery-plugin.php:1163
301
  msgid "Learn More"
302
  msgstr "Dozvědět se více"
303
 
304
- #: gallery-plugin.php:968
 
 
 
 
 
 
 
 
305
  msgid "Images with border"
306
  msgstr "Obrázek s okrajem"
307
 
308
- #: gallery-plugin.php:971
309
  msgid "Border width in px, just numbers"
310
  msgstr "Šířka okraje v px, jen čísla"
311
 
312
- #: gallery-plugin.php:972
313
  msgid "Select a border color"
314
  msgstr "Vyber barvu okraje"
315
 
316
- #: gallery-plugin.php:976
317
- msgid "Number of images in the row"
318
- msgstr "Počet snímků na řádku"
319
-
320
- #: gallery-plugin.php:982
321
- msgid "Start slideshow"
322
- msgstr "Spustit prezentaci"
323
-
324
- #: gallery-plugin.php:988
325
- msgid "Slideshow interval"
326
- msgstr "Interval prezentace"
327
-
328
- #: gallery-plugin.php:994
329
- msgid "Use single lightbox for multiple galleries on one page"
330
- msgstr "Použijte jeden Lightbox pro více galerií na jedné stránce"
331
-
332
- #: gallery-plugin.php:1000
333
- msgid "Sort images by"
334
- msgstr "Řazení obrázků dle"
335
 
336
- #: gallery-plugin.php:1002
337
- msgid "Attachment ID"
 
338
  msgstr "ID přílohy"
339
 
340
- #: gallery-plugin.php:1003
341
- msgid "Image Name"
 
342
  msgstr "Název obrázku"
343
 
344
- #: gallery-plugin.php:1005
345
- msgid "Sorting order in the Gallery"
 
 
 
 
 
346
  msgstr ""
347
 
348
- #: gallery-plugin.php:1006
349
- #: gallery-plugin.php:1026
350
  msgid "Random"
351
  msgstr "Náhodně"
352
 
353
- #: gallery-plugin.php:1010
354
- msgid "Sort images"
355
- msgstr "Řadit obrázky"
 
356
 
357
- #: gallery-plugin.php:1012
358
- #: gallery-plugin.php:1032
359
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
360
- msgstr "ASC (řadit vzestupně od nejnižší k nejvyšší hodnotě - 1, 2, 3, a, b, c)"
 
361
 
362
- #: gallery-plugin.php:1013
363
- #: gallery-plugin.php:1033
364
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
365
- msgstr "DESC (řadit sestupně od nejvyšší po nejnižší hodnotu - 3, 2, 1, c, b, a)"
 
366
 
367
- #: gallery-plugin.php:1017
368
  #, fuzzy
369
- msgid "Sort galleries by"
370
- msgstr "Řazení obrázků dle"
371
 
372
- #: gallery-plugin.php:1019
373
  #, fuzzy
374
- msgid "Gallery ID"
375
  msgstr "Galerie"
376
 
377
- #: gallery-plugin.php:1022
378
- msgid "Last modified date"
 
 
 
 
 
379
  msgstr ""
380
 
381
- #: gallery-plugin.php:1023
382
- msgid "Comment count"
383
  msgstr ""
384
 
385
- #: gallery-plugin.php:1024
386
  #, fuzzy
387
- msgid "Sorting order (the input field for sorting order)"
388
- msgstr "Řazení objednávky (vstupní pole pro třídění pořadí v dialogovém okně Insert / upload Media Gallery)"
 
 
389
 
390
- #: gallery-plugin.php:1030
391
  #, fuzzy
392
- msgid "Sort galleries"
393
- msgstr "Galerie"
394
 
395
- #: gallery-plugin.php:1037
396
- #, fuzzy
397
- msgid "Display text under the image"
398
- msgstr "Zobrazený text nad obrázkem"
399
 
400
- #: gallery-plugin.php:1039
401
- msgid "Turn off the checkbox, if you want to display text just in a lightbox"
402
- msgstr "Vypněte políčko, chcete-li zobrazit text pouze v Lightboxu"
 
 
 
 
 
 
 
 
 
 
 
 
403
 
404
- #: gallery-plugin.php:1043
405
  msgid "Display the Back link"
406
  msgstr "Zobrazit odkaz Zpět"
407
 
408
- #: gallery-plugin.php:1049
409
  msgid "Display the Back link in the shortcode"
410
  msgstr "Zobrazit odkaz Zpět na zkrácený kód"
411
 
412
- #: gallery-plugin.php:1055
413
  msgid "The Back link text"
414
  msgstr "Text odkazu Zpět"
415
 
416
- #: gallery-plugin.php:1061
417
  msgid "The Back link URL"
418
  msgstr "URL odkazu Zpět "
419
 
420
- #: gallery-plugin.php:1063
421
  msgid "Gallery page (Page with Gallery Template)"
422
  msgstr "Stránka Galerie (stránka šablony)"
423
 
424
- #: gallery-plugin.php:1065
425
  msgid "(Full URL to custom page)"
426
  msgstr "(celá URL na vlastní stránku)"
427
 
428
- #: gallery-plugin.php:1069
429
  msgid "The Read More link text"
430
  msgstr "Text odkazu Čtěte více"
431
 
432
- #: gallery-plugin.php:1075
433
  msgid "Add gallery to the search"
434
  msgstr "Přidat galerii do vyhledávání"
435
 
436
- #: gallery-plugin.php:1080
437
- #: gallery-plugin.php:1083
438
- #: gallery-plugin.php:1087
439
  msgid "Using"
440
  msgstr ""
441
 
442
- #: gallery-plugin.php:1080
443
- #: gallery-plugin.php:1083
444
- #: gallery-plugin.php:1087
445
  msgid "powered by"
446
  msgstr ""
447
 
448
- #: gallery-plugin.php:1083
449
- #: gallery-plugin.php:1282
450
  #, fuzzy
451
  msgid "Activate"
452
  msgstr "Активовані плагіни"
453
 
454
- #: gallery-plugin.php:1087
455
  msgid "Download"
456
  msgstr ""
457
 
458
- #: gallery-plugin.php:1092
459
  msgid "Rewrite templates after update"
460
  msgstr ""
461
 
462
- #: gallery-plugin.php:1094
463
  #, php-format
464
- msgid "Turn off the checkbox, if You edited the file '%s' or '%s' file in your theme folder and You don't want to rewrite them"
 
 
465
  msgstr ""
466
 
467
- #: gallery-plugin.php:1105
 
 
 
 
 
 
 
 
 
468
  #, fuzzy
469
  msgid "Use pagination for images"
470
  msgstr "Aktualizuji obrázky..."
471
 
472
- #: gallery-plugin.php:1108
473
  msgid "per page"
474
  msgstr ""
475
 
476
- #: gallery-plugin.php:1112
 
 
 
 
 
 
 
 
 
 
 
 
477
  msgid "The lightbox helper"
478
  msgstr ""
479
 
480
- #: gallery-plugin.php:1114
481
  msgid "Do not use"
482
  msgstr ""
483
 
484
- #: gallery-plugin.php:1115
485
  msgid "Button helper"
486
  msgstr ""
487
 
488
- #: gallery-plugin.php:1116
489
  msgid "Thumbnail helper"
490
  msgstr ""
491
 
492
- #: gallery-plugin.php:1120
493
  msgid "Display Like buttons in the lightbox"
494
  msgstr "Zobrazit tlačítka Like v Lightboxu"
495
 
496
- #: gallery-plugin.php:1122
497
  msgid "FaceBook"
498
  msgstr "FaceBook"
499
 
500
- #: gallery-plugin.php:1123
501
  msgid "Twitter"
502
  msgstr "Twitter"
503
 
504
- #: gallery-plugin.php:1124
505
  msgid "Pinterest"
506
  msgstr "Pinterest"
507
 
508
- #: gallery-plugin.php:1125
509
  msgid "Google +1"
510
  msgstr "Google +1"
511
 
512
- #: gallery-plugin.php:1129
513
  msgid "Slug for gallery item"
514
  msgstr "Jména pro galerii"
515
 
516
- #: gallery-plugin.php:1131
517
  msgid "for any structure of permalinks except the default structure"
518
  msgstr "pro všechny struktury permalinks kromě výchozí struktury"
519
 
520
- #: gallery-plugin.php:1135
521
  msgid "Title for lightbox button"
522
  msgstr ""
523
 
524
- #: gallery-plugin.php:1141
525
- msgid "Display all images in the lightbox instead of going into a single gallery"
 
526
  msgstr ""
527
 
528
- #: gallery-plugin.php:1144
529
  #, php-format
530
  msgid "When using the gallery template or a shortcode with `%s` parameter"
531
  msgstr ""
532
 
533
- #: gallery-plugin.php:1170
534
  msgid "Save Changes"
535
  msgstr "Ulož změny"
536
 
537
- #: gallery-plugin.php:1208
 
 
 
 
 
 
 
 
 
 
538
  msgid "Support"
539
  msgstr "Podpora"
540
 
541
- #: gallery-plugin.php:1248
542
  msgid "Updating images..."
543
  msgstr "Aktualizuji obrázky..."
544
 
545
- #: gallery-plugin.php:1249
546
  #, fuzzy
547
  msgid "No image found."
548
  msgstr "Nenalezen žádný obrázek"
549
 
550
- #: gallery-plugin.php:1250
551
  #, fuzzy
552
  msgid "All images are updated."
553
  msgstr "Všechny obrázky jsou aktuální"
554
 
555
- #: gallery-plugin.php:1251
556
  msgid "Error."
557
  msgstr "Chyba."
558
 
559
- #: gallery-plugin.php:1262
560
  msgid ""
561
  "You are about to delete these items from this gallery.\n"
562
  " 'Cancel' to stop, 'OK' to delete."
563
  msgstr ""
564
 
565
- #: gallery-plugin.php:1263
566
- msgid "Switching to another mode, all unsaved data will be lost. Save data before switching?"
 
 
567
  msgstr ""
568
 
569
- #: gallery-plugin.php:1264
570
  msgid "Insert Media"
571
  msgstr ""
572
 
573
- #: gallery-plugin.php:1265
574
  msgid "Insert"
575
  msgstr ""
576
 
577
- #: gallery-plugin.php:1277
578
  #, fuzzy
579
  msgid "Learn more"
580
  msgstr "Dozvědět se více"
581
 
582
- #: gallery-plugin.php:1289
583
  #, fuzzy
584
  msgid "Install now"
585
  msgstr "Установка %"
586
 
587
- #: gallery-plugin.php:1298
588
  msgid "Add multiple gallery categories"
589
  msgstr ""
590
 
591
- #: gallery-plugin.php:1298
592
- msgid "Install Gallery Categories plugin to add unlimited number of categories."
 
593
  msgstr ""
594
 
595
- #: gallery-plugin.php:1573
596
- #: template/gallery-single-template.php:101
597
  msgid "Sorry, nothing found."
598
  msgstr "Ups, nic nenalezeno"
599
 
600
- #: gallery-plugin.php:1595
601
- #: template/gallery-single-template.php:120
602
  msgid "Image"
603
  msgstr "Obrázek"
604
 
605
- #: gallery-plugin.php:1595
606
- #: template/gallery-single-template.php:19
607
  msgid "Download high resolution image"
608
  msgstr "Stáhnout obrázek ve vysokém rozlišení"
609
 
610
- #: gallery-plugin.php:1725
611
  msgid "Image size not defined"
612
  msgstr "Velikost obrázku není definována"
613
 
614
- #: gallery-plugin.php:1740
615
- msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
616
- msgstr "Můžeme aktualizovat pouze PNG, JPEG, GIF, WPMP nebo XBM soubory. Ostatní musíte nahrát ručně."
 
 
 
 
617
 
618
- #: gallery-plugin.php:1751
619
  msgid "Image size changes not defined"
620
  msgstr "Změna velikosti obrázku není definována"
621
 
622
- #: gallery-plugin.php:1780
623
- #: gallery-plugin.php:1783
624
- #: gallery-plugin.php:1788
625
  msgid "Invalid path"
626
  msgstr "Špatná cesta"
627
 
628
- #: gallery-plugin.php:1940
629
  msgid "Add images requires JavaScript."
630
  msgstr ""
631
 
632
- #: gallery-plugin.php:1943
633
  msgid "Add Media"
634
  msgstr ""
635
 
636
- #: gallery-plugin.php:1953
637
  msgid "The grid view for the Gallery images requires JavaScript."
638
  msgstr ""
639
 
640
- #: gallery-plugin.php:1953
641
  msgid "Switch to the list view"
642
  msgstr ""
643
 
644
- #: gallery-plugin.php:1980
645
  msgid "List View"
646
  msgstr ""
647
 
648
- #: gallery-plugin.php:1981
649
  msgid "Grid View"
650
  msgstr ""
651
 
652
- #: gallery-plugin.php:2036
653
  msgid "Filter"
654
  msgstr ""
655
 
656
- #: gallery-plugin.php:2040
657
  msgid "Empty Trash"
658
  msgstr ""
659
 
660
- #: gallery-plugin.php:2061
661
  #, fuzzy
662
  msgid "No images found"
663
  msgstr "Nenalezen žádný obrázek"
664
 
665
- #: gallery-plugin.php:2113
666
  msgid "Select bulk action"
667
  msgstr ""
668
 
669
- #: gallery-plugin.php:2115
670
  msgid "Bulk Actions"
671
  msgstr ""
672
 
673
- #: gallery-plugin.php:2125
674
  msgid "Apply"
675
  msgstr ""
676
 
677
- #: gallery-plugin.php:2132
678
- #: gallery-plugin.php:2312
679
  #, fuzzy
680
  msgid "Delete from Gallery"
681
  msgstr "Nová galerie"
682
 
683
- #: gallery-plugin.php:2145
684
- #: gallery-plugin.php:2159
685
  #, fuzzy
686
  msgid "Display link to the original file under each image in the lightbox"
687
  msgstr "Zobrazení obrázku v plné velikosti v lightboxu"
688
 
689
- #: gallery-plugin.php:2154
690
  msgid "Bulk Select"
691
  msgstr ""
692
 
693
- #: gallery-plugin.php:2156
694
  msgid "Cancel Selection"
695
  msgstr ""
696
 
697
- #: gallery-plugin.php:2157
698
  msgid "Delete Selected"
699
  msgstr ""
700
 
701
- #: gallery-plugin.php:2171
702
  msgid "File"
703
  msgstr ""
704
 
705
- #: gallery-plugin.php:2172
706
- #: gallery-plugin.php:2261
707
- #: gallery-plugin.php:2370
708
  msgid "Dimensions"
709
  msgstr ""
710
 
711
- #: gallery-plugin.php:2174
712
- #: gallery-plugin.php:2294
713
- #: gallery-plugin.php:2380
714
  msgid "Alt tag"
715
  msgstr "Alt tag"
716
 
717
- #: gallery-plugin.php:2174
718
- #: gallery-plugin.php:2296
719
- msgid "The alt attribute specifies an alternate text for an image, if the image cannot be displayed."
 
720
  msgstr ""
721
 
722
- #: gallery-plugin.php:2175
723
- #: gallery-plugin.php:2302
724
- #: gallery-plugin.php:2385
725
  msgid "Custom URL"
726
  msgstr ""
727
 
728
- #: gallery-plugin.php:2175
729
- #: gallery-plugin.php:2304
730
- msgid "By clicking on the thumbnail you'll go to the link (if the field is filled) or the image will be opened in the lightbox (if the field isn't filled)"
 
731
  msgstr ""
732
 
733
- #: gallery-plugin.php:2253
734
  msgid "Deselect"
735
  msgstr ""
736
 
737
- #: gallery-plugin.php:2259
738
  msgid "File name"
739
  msgstr ""
740
 
741
- #: gallery-plugin.php:2260
742
  msgid "File type"
743
  msgstr ""
744
 
745
- #: gallery-plugin.php:2264
746
- #: gallery-plugin.php:2366
747
  #, fuzzy
748
  msgid "Edit Attachment Info"
749
  msgstr "ID přílohy"
750
 
751
- #: gallery-plugin.php:2264
752
  #, fuzzy
753
  msgid "Edit Attachment"
754
  msgstr "ID přílohy"
755
 
756
- #: gallery-plugin.php:2274
757
  msgid "Go Pro"
758
  msgstr ""
759
 
760
- #: gallery-plugin.php:2274
761
  msgid "Pro version"
762
  msgstr ""
763
 
764
- #: gallery-plugin.php:2277
765
  msgid "This setting is available in Pro version"
766
  msgstr "Toto nastavení je k dispozici ve verzi Pro"
767
 
768
- #: gallery-plugin.php:2310
769
  msgid "Edit more details"
770
  msgstr ""
771
 
772
- #: gallery-plugin.php:2345
773
  #, php-format
774
  msgid "Select %s"
775
  msgstr ""
776
 
777
- #: gallery-plugin.php:2358
778
  #, php-format
779
  msgid "Edit &#8220;%s&#8221;"
780
  msgstr ""
781
 
782
- #: gallery-plugin.php:2403
783
- #: gallery-plugin.php:2416
784
  msgid "Edit"
785
  msgstr ""
786
 
787
- #: gallery-plugin.php:2406
788
- #: gallery-plugin.php:2421
789
  msgid "Trash"
790
  msgstr ""
791
 
792
- #: gallery-plugin.php:2409
793
- #: gallery-plugin.php:2424
794
  msgid "Delete Permanently"
795
  msgstr ""
796
 
797
- #: gallery-plugin.php:2411
798
- #: gallery-plugin.php:2429
799
  #, php-format
800
  msgid "View &#8220;%s&#8221;"
801
  msgstr ""
802
 
803
- #: gallery-plugin.php:2411
804
- #: gallery-plugin.php:2429
805
  msgid "View"
806
  msgstr ""
807
 
808
- #: gallery-plugin.php:2413
809
  #, fuzzy
810
  msgid "Attach"
811
  msgstr "ID přílohy"
812
 
813
- #: gallery-plugin.php:2419
814
  msgid "Restore"
815
  msgstr ""
816
 
817
- #: gallery-plugin.php:2550
818
  msgid "Warning"
819
  msgstr ""
820
 
821
- #: gallery-plugin.php:2550
822
  msgid "You can add only images to the gallery"
823
  msgstr ""
824
 
825
- #: gallery-plugin.php:2597
 
 
 
 
 
826
  #, fuzzy
827
  msgid "Sorry, no gallery found."
828
  msgstr "Ups, nic nenalezeno"
829
 
830
- #: gallery-plugin.php:2603
 
 
 
 
 
 
 
 
 
831
  #, fuzzy
832
- msgid "Display an album image with the description and the link to a single gallery page"
833
- msgstr "Chcete-li zobrazit krátký popis obsahující screenshot a odkaz na jednu stránku Galerie"
834
 
835
- #: inc/demo-data/demo-data-loader.php:78
836
  #, fuzzy
837
  msgid "Install Demo Data"
838
  msgstr "Установка %"
839
 
840
- #: inc/demo-data/demo-data-loader.php:79
841
- msgid "If you install the demo-data, will be created galleries with images, demo-post with available shortcodes and page with a list of all the galleries, plugin settings will be overwritten, however, when you delete the demo data, they will be restored."
842
- msgstr ""
843
-
844
- #: inc/demo-data/demo-data-loader.php:82
845
  msgid "Remove Demo Data"
846
  msgstr ""
847
 
848
- #: inc/demo-data/demo-data-loader.php:83
849
  msgid "Delete demo-data and restore old plugin settings."
850
  msgstr ""
851
 
852
- #: inc/demo-data/demo-data-loader.php:108
853
  msgid "Yes, install demo data"
854
  msgstr ""
855
 
856
- #: inc/demo-data/demo-data-loader.php:109
857
  msgid "Are you sure you want to install demo data?"
858
  msgstr ""
859
 
860
- #: inc/demo-data/demo-data-loader.php:111
861
  msgid "Yes, remove demo data"
862
  msgstr ""
863
 
864
- #: inc/demo-data/demo-data-loader.php:112
865
  msgid "Are you sure you want to remove demo data?"
866
  msgstr ""
867
 
868
- #: inc/demo-data/demo-data-loader.php:119
869
  #, fuzzy
870
  msgid "No, go back to the settings page"
871
  msgstr "na stránce pluginu ("
872
 
873
- #: inc/demo-data/demo-data-loader.php:167
874
  msgid "Can not get demo data."
875
  msgstr ""
876
 
877
- #: inc/demo-data/demo-data-loader.php:173
878
  msgid "Demo options already installed."
879
  msgstr ""
880
 
881
- #: inc/demo-data/demo-data-loader.php:296
882
  msgid "Demo data successfully installed."
883
  msgstr ""
884
 
885
- #: inc/demo-data/demo-data-loader.php:298
886
  msgid "View post with shortcodes"
887
  msgstr ""
888
 
889
- #: inc/demo-data/demo-data-loader.php:301
890
  msgid "View page with examples"
891
  msgstr ""
892
 
893
- #: inc/demo-data/demo-data-loader.php:308
894
  msgid "Installation of demo data with some errors occurred."
895
  msgstr ""
896
 
897
- #: inc/demo-data/demo-data-loader.php:311
898
  msgid "Posts data is missing."
899
  msgstr ""
900
 
901
- #: inc/demo-data/demo-data-loader.php:336
902
  msgid "Demo data have already been removed."
903
  msgstr ""
904
 
905
- #: inc/demo-data/demo-data-loader.php:383
906
  msgid "Demo data successfully removed."
907
  msgstr ""
908
 
909
- #: inc/demo-data/demo-data-loader.php:386
910
  msgid "Removing demo data with some errors occurred."
911
  msgstr ""
912
 
913
- #: inc/demo-data/demo-data-loader.php:517
914
  msgid "Close notice"
915
  msgstr ""
916
 
917
- #: inc/demo-data/demo-data-loader.php:520
918
  #, fuzzy
919
  msgid "Install demo data"
920
  msgstr "Установка %"
921
 
922
- #: inc/demo-data/demo-data-loader.php:520
923
  msgid "for an acquaintance with the possibilities of the"
924
  msgstr ""
925
 
926
- #: template/gallery-template.php:14
 
 
927
  #, fuzzy
928
- msgid "Gallery Category"
929
- msgstr "Velikost obrázku v galerii"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
930
 
931
  #~ msgid "Notice:"
932
  #~ msgstr "Poznámka:"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-03-16 18:17+0300\n"
6
+ "PO-Revision-Date: 2016-03-16 18:17+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Lagya <lagya@me.com>\n"
9
  "Language: cs\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:45 gallery-plugin.php:882 gallery-plugin.php:1264
21
+ #: gallery-plugin.php:1281
 
 
22
  msgid "Settings"
23
  msgstr "Nastavení"
24
 
25
+ #: gallery-plugin.php:126
26
  msgid "See images &raquo;"
27
  msgstr "Viz obrázky &raquo;"
28
 
29
+ #: gallery-plugin.php:129
30
  msgid "Return to all albums"
31
  msgstr ""
32
 
33
+ #: gallery-plugin.php:382
34
  #, fuzzy, php-format
35
+ msgid ""
36
+ "The following files '%s' and '%s' were not found in the directory of your "
37
+ "theme. Please copy them from the directory `%s` to the directory of your "
38
+ "theme for the correct work of the Gallery plugin"
39
+ msgstr ""
40
+ "Následující soubory \"gallery-template.php\" a \"gallery-single-template.php"
41
+ "\"nebyly nalezeny v adresáři vašeho tématu WP. Zkopírujte prosím z adresáře "
42
+ "`/wp-content/plugins/gallery-plugin/template/` do adresáře vašeho motivu pro "
43
+ "správnou práci pluginu Gallery."
44
 
45
+ #: gallery-plugin.php:393 gallery-plugin.php:402
 
46
  msgid "Galleries"
47
  msgstr "Galerie"
48
 
49
+ #: gallery-plugin.php:394 gallery-plugin.php:2669
 
50
  msgid "Gallery"
51
  msgstr "Galerie"
52
 
53
+ #: gallery-plugin.php:395
54
  msgid "Add New Gallery"
55
  msgstr "Přidej novou galerii"
56
 
57
+ #: gallery-plugin.php:396
58
  msgid "Edit Gallery"
59
  msgstr "Uprav galerii"
60
 
61
+ #: gallery-plugin.php:397
62
  msgid "New Gallery"
63
  msgstr "Nová galerie"
64
 
65
+ #: gallery-plugin.php:398
66
  msgid "View Gallery"
67
  msgstr "Ukaž galerii"
68
 
69
+ #: gallery-plugin.php:399
70
  #, fuzzy
71
  msgid "Search Galleries"
72
  msgstr "Galerie"
73
 
74
+ #: gallery-plugin.php:400
75
  msgid "No Gallery found"
76
  msgstr "Žádná galerie nenalezena"
77
 
78
+ #: gallery-plugin.php:457
79
  msgid "Gallery Shortcode"
80
  msgstr "Zkrácený kód galerie"
81
 
82
+ #: gallery-plugin.php:459 gallery-plugin.php:500 gallery-plugin.php:2652
 
 
83
  #, fuzzy
84
  msgid "Gallery Categories"
85
  msgstr "Velikost obrázku v galerii"
86
 
87
+ #: gallery-plugin.php:469 gallery-plugin.php:900
 
88
  #, fuzzy, php-format
89
+ msgid ""
90
+ "If you would like to add a Gallery to your page or post, please use %s button"
91
+ msgstr ""
92
+ "Pokud byste chtěli přidat jednu Galerie na vaše stránky nebo příspěvek, "
93
+ "stačí zkopírovat a vložit tento zkrácený kód do příspěvku nebo stránky:"
94
 
95
+ #: gallery-plugin.php:474
96
  #, php-format
97
+ msgid ""
98
+ "You can add the Gallery to your page or post by clicking on %s button in the "
99
+ "content edit block using the Visual mode. If the button isn't displayed, "
100
+ "please use the shortcode below"
101
  msgstr ""
102
 
103
+ #: gallery-plugin.php:480
104
+ msgid ""
105
+ "Add this shortcode to a page, post or widget to display a single gallery"
106
  msgstr ""
107
 
108
+ #: gallery-plugin.php:483
109
  #, fuzzy
110
+ msgid ""
111
+ "Use this shortcode to display an album image with the description and the "
112
+ "link to a single gallery page"
113
+ msgstr ""
114
+ "Chcete-li zobrazit krátký popis obsahující screenshot a odkaz na jednu "
115
+ "stránku Galerie"
116
 
117
+ #: gallery-plugin.php:485
118
  msgid "Short display"
119
  msgstr ""
120
 
121
+ #: gallery-plugin.php:501
122
  msgid "Most Used"
123
  msgstr ""
124
 
125
+ #: gallery-plugin.php:506 gallery-plugin.php:1164
 
126
  msgid "Default"
127
  msgstr "Výchozí"
128
 
129
+ #: gallery-plugin.php:511
130
  #, fuzzy
131
  msgid "Add New Gallery Category"
132
  msgstr "Přidej novou galerii"
133
 
134
+ #: gallery-plugin.php:516
135
  #, fuzzy
136
  msgid "Install plugin"
137
  msgstr "Встановлених модулів"
138
 
139
+ #: gallery-plugin.php:674 gallery-plugin.php:2244 gallery-plugin.php:2359
140
+ #: gallery-plugin.php:2446
 
 
 
141
  msgid "Title"
142
  msgstr "Titulek"
143
 
144
+ #: gallery-plugin.php:675
 
145
  msgid "Author"
146
  msgstr "Autor"
147
 
148
+ #: gallery-plugin.php:676
149
  #, fuzzy
150
  msgid "Shortcode"
151
  msgstr "Zkrácený kód galerie"
152
 
153
+ #: gallery-plugin.php:677
154
  #, fuzzy
155
  msgid "Photos"
156
  msgstr "Foto"
157
 
158
+ #: gallery-plugin.php:678
 
 
159
  msgid "Date"
160
  msgstr "Datum"
161
 
162
+ #: gallery-plugin.php:851
163
  msgid "Settings are saved"
164
  msgstr "Nastavení uloženo"
165
 
166
+ #: gallery-plugin.php:868
167
  #, fuzzy
168
  msgid "All plugin settings were restored."
169
  msgstr "na stránce pluginu ("
170
 
171
+ #: gallery-plugin.php:880
172
  msgid "Gallery Settings"
173
  msgstr "Nastavení galerie"
174
 
175
+ #: gallery-plugin.php:883
 
 
 
 
 
176
  msgid "Go PRO"
177
  msgstr ""
178
 
179
+ #: gallery-plugin.php:893
180
  msgid "Please enable JavaScript to use the option to renew images."
181
  msgstr "Povolte JavaScript pro použití možnosti obnovení obrázků."
182
 
183
+ #: gallery-plugin.php:905
184
  #, php-format
185
+ msgid ""
186
+ "You can add the Gallery to your page or post by clicking on %s button in the "
187
+ "content edit block using the Visual mode. If the button isn't displayed, "
188
+ "please use the shortcode %s, where * stands for gallery ID"
189
  msgstr ""
190
 
191
+ #: gallery-plugin.php:915
192
+ msgid "Number of images in the row"
193
+ msgstr "Počet snímků na řádku"
 
 
 
 
194
 
195
+ #: gallery-plugin.php:917
196
+ #, fuzzy
197
+ msgid ""
198
+ "The number of images per row can be less depending on the width of the "
199
+ "parent block"
200
+ msgstr "Počet snímků na řádku"
201
 
202
+ #: gallery-plugin.php:921 gallery-plugin.php:947
 
 
203
  msgid "Image size"
204
  msgstr "Velikost obrázku"
205
 
206
+ #: gallery-plugin.php:924
207
+ msgid ""
208
+ "WordPress will create a new thumbnail with the specified dimensions when you "
209
+ "upload a new photo."
210
+ msgstr ""
211
+ "WordPress se vytvoří novou miniaturu se zadanými rozměry, když nahrajete "
212
+ "novou fotku."
213
+
214
+ #: gallery-plugin.php:926
215
+ #, fuzzy
216
+ msgid "For the album cover"
217
+ msgstr "Velikost obrázku na obalu alba"
218
+
219
+ #: gallery-plugin.php:927 gallery-plugin.php:931 gallery-plugin.php:952
220
+ msgid "width x height"
221
+ msgstr ""
222
 
223
+ #: gallery-plugin.php:927 gallery-plugin.php:931 gallery-plugin.php:952
224
+ msgid "in px"
225
+ msgstr ""
 
226
 
227
+ #: gallery-plugin.php:930
228
  #, fuzzy
229
+ msgid "For thumbnails"
230
  msgstr "Velikost obrázku na obalu alba"
231
 
232
+ #: gallery-plugin.php:934
233
+ msgid "Update images for gallery"
234
+ msgstr "Aktualizace obrázků galerie"
235
 
236
+ #: gallery-plugin.php:943 gallery-plugin.php:1142 gallery-plugin.php:1363
 
 
237
  msgid "Close"
238
  msgstr ""
239
 
240
+ #: gallery-plugin.php:950
241
  #, fuzzy
242
+ msgid "For images in the lightbox"
243
  msgstr "Velikost obrazu v Lightboxu"
244
 
245
+ #: gallery-plugin.php:954
 
 
 
 
 
 
 
 
246
  msgid "Display a full size image in the lightbox"
247
  msgstr "Zobrazení obrázku v plné velikosti v lightboxu"
248
 
249
+ #: gallery-plugin.php:959
250
  msgid "Crop position"
251
  msgstr "Pozice ořezu"
252
 
253
+ #: gallery-plugin.php:963 gallery-plugin.php:969
 
254
  msgid "center"
255
  msgstr "střed"
256
 
257
+ #: gallery-plugin.php:965
258
  msgid "Horizontal"
259
  msgstr "Horizontálně"
260
 
261
+ #: gallery-plugin.php:971
262
  msgid "Vertical"
263
  msgstr "Vertikálně"
264
 
265
+ #: gallery-plugin.php:976
266
+ #, fuzzy
267
+ msgid "Single gallery view"
268
+ msgstr "Jména pro galerii"
269
 
270
+ #: gallery-plugin.php:979
271
+ msgid "Grid"
272
+ msgstr ""
273
 
274
+ #: gallery-plugin.php:980
275
+ msgid "Masonry"
276
+ msgstr ""
277
 
278
+ #: gallery-plugin.php:986 gallery-plugin.php:1207
279
+ msgid ""
280
+ "If you upgrade to Pro version all your settings and galleries will be saved."
281
+ msgstr ""
282
+ "Pokud jste upgradovali na verzi Pro, všechna vaše nastavení a galerie se "
283
+ "uloží."
284
 
285
+ #: gallery-plugin.php:993 gallery-plugin.php:1214
 
286
  msgid "Unlock premium options by upgrading to Pro version"
287
  msgstr ""
288
 
289
+ #: gallery-plugin.php:997 gallery-plugin.php:1218
 
290
  msgid "Start Your Trial"
291
  msgstr ""
292
 
293
+ #: gallery-plugin.php:998 gallery-plugin.php:1219 gallery-plugin.php:2654
 
 
294
  msgid "or"
295
  msgstr ""
296
 
297
+ #: gallery-plugin.php:1000 gallery-plugin.php:1221
 
298
  msgid "Learn More"
299
  msgstr "Dozvědět se více"
300
 
301
+ #: gallery-plugin.php:1008
302
+ msgid "Display image text"
303
+ msgstr ""
304
+
305
+ #: gallery-plugin.php:1010
306
+ msgid "Turn off the checkbox, if you want to display text just in a lightbox"
307
+ msgstr "Vypněte políčko, chcete-li zobrazit text pouze v Lightboxu"
308
+
309
+ #: gallery-plugin.php:1014
310
  msgid "Images with border"
311
  msgstr "Obrázek s okrajem"
312
 
313
+ #: gallery-plugin.php:1018
314
  msgid "Border width in px, just numbers"
315
  msgstr "Šířka okraje v px, jen čísla"
316
 
317
+ #: gallery-plugin.php:1019
318
  msgid "Select a border color"
319
  msgstr "Vyber barvu okraje"
320
 
321
+ #: gallery-plugin.php:1024
322
+ msgid "Sort images"
323
+ msgstr "Řadit obrázky"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
324
 
325
+ #: gallery-plugin.php:1027
326
+ #, fuzzy
327
+ msgid "by Attachment ID"
328
  msgstr "ID přílohy"
329
 
330
+ #: gallery-plugin.php:1028
331
+ #, fuzzy
332
+ msgid "by Image Name"
333
  msgstr "Název obrázku"
334
 
335
+ #: gallery-plugin.php:1029 gallery-plugin.php:1050
336
+ #, fuzzy
337
+ msgid "by Date"
338
+ msgstr "Datum"
339
+
340
+ #: gallery-plugin.php:1030
341
+ msgid "by Sorting order in the Gallery"
342
  msgstr ""
343
 
344
+ #: gallery-plugin.php:1031 gallery-plugin.php:1055
 
345
  msgid "Random"
346
  msgstr "Náhodně"
347
 
348
+ #: gallery-plugin.php:1036
349
+ #, fuzzy
350
+ msgid "The images sort order"
351
+ msgstr "Obrázek s okrajem"
352
 
353
+ #: gallery-plugin.php:1039 gallery-plugin.php:1063
 
354
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
355
+ msgstr ""
356
+ "ASC (řadit vzestupně od nejnižší k nejvyšší hodnotě - 1, 2, 3, a, b, c)"
357
 
358
+ #: gallery-plugin.php:1040 gallery-plugin.php:1064
359
+ msgid ""
360
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
361
+ msgstr ""
362
+ "DESC (řadit sestupně od nejvyšší po nejnižší hodnotu - 3, 2, 1, c, b, a)"
363
 
364
+ #: gallery-plugin.php:1045
365
  #, fuzzy
366
+ msgid "Sort galleries"
367
+ msgstr "Galerie"
368
 
369
+ #: gallery-plugin.php:1048
370
  #, fuzzy
371
+ msgid "by Gallery ID"
372
  msgstr "Galerie"
373
 
374
+ #: gallery-plugin.php:1049
375
+ #, fuzzy
376
+ msgid "by Title"
377
+ msgstr "Titulek"
378
+
379
+ #: gallery-plugin.php:1051
380
+ msgid "by Last modified date"
381
  msgstr ""
382
 
383
+ #: gallery-plugin.php:1052
384
+ msgid "by Comment count"
385
  msgstr ""
386
 
387
+ #: gallery-plugin.php:1053
388
  #, fuzzy
389
+ msgid "by Sorting order (the input field for sorting order)"
390
+ msgstr ""
391
+ "Řazení objednávky (vstupní pole pro třídění pořadí v dialogovém okně "
392
+ "Insert / upload Media Gallery)"
393
 
394
+ #: gallery-plugin.php:1054
395
  #, fuzzy
396
+ msgid "by Author"
397
+ msgstr "Autor"
398
 
399
+ #: gallery-plugin.php:1060
400
+ msgid "The galleries sort order"
401
+ msgstr ""
 
402
 
403
+ #: gallery-plugin.php:1069
404
+ msgid "Start slideshow"
405
+ msgstr "Spustit prezentaci"
406
+
407
+ #: gallery-plugin.php:1072
408
+ msgid "Slideshow interval"
409
+ msgstr "Interval prezentace"
410
+
411
+ #: gallery-plugin.php:1072
412
+ msgid "(ms)"
413
+ msgstr ""
414
+
415
+ #: gallery-plugin.php:1076
416
+ msgid "Use single lightbox for multiple galleries on one page"
417
+ msgstr "Použijte jeden Lightbox pro více galerií na jedné stránce"
418
 
419
+ #: gallery-plugin.php:1082
420
  msgid "Display the Back link"
421
  msgstr "Zobrazit odkaz Zpět"
422
 
423
+ #: gallery-plugin.php:1088
424
  msgid "Display the Back link in the shortcode"
425
  msgstr "Zobrazit odkaz Zpět na zkrácený kód"
426
 
427
+ #: gallery-plugin.php:1094
428
  msgid "The Back link text"
429
  msgstr "Text odkazu Zpět"
430
 
431
+ #: gallery-plugin.php:1100
432
  msgid "The Back link URL"
433
  msgstr "URL odkazu Zpět "
434
 
435
+ #: gallery-plugin.php:1103
436
  msgid "Gallery page (Page with Gallery Template)"
437
  msgstr "Stránka Galerie (stránka šablony)"
438
 
439
+ #: gallery-plugin.php:1105
440
  msgid "(Full URL to custom page)"
441
  msgstr "(celá URL na vlastní stránku)"
442
 
443
+ #: gallery-plugin.php:1110
444
  msgid "The Read More link text"
445
  msgstr "Text odkazu Čtěte více"
446
 
447
+ #: gallery-plugin.php:1116
448
  msgid "Add gallery to the search"
449
  msgstr "Přidat galerii do vyhledávání"
450
 
451
+ #: gallery-plugin.php:1121 gallery-plugin.php:1124 gallery-plugin.php:1128
 
 
452
  msgid "Using"
453
  msgstr ""
454
 
455
+ #: gallery-plugin.php:1121 gallery-plugin.php:1124 gallery-plugin.php:1128
 
 
456
  msgid "powered by"
457
  msgstr ""
458
 
459
+ #: gallery-plugin.php:1124 gallery-plugin.php:1338
 
460
  #, fuzzy
461
  msgid "Activate"
462
  msgstr "Активовані плагіни"
463
 
464
+ #: gallery-plugin.php:1128
465
  msgid "Download"
466
  msgstr ""
467
 
468
+ #: gallery-plugin.php:1133
469
  msgid "Rewrite templates after update"
470
  msgstr ""
471
 
472
+ #: gallery-plugin.php:1135
473
  #, php-format
474
+ msgid ""
475
+ "Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
476
+ "theme folder and You don't want to rewrite them"
477
  msgstr ""
478
 
479
+ #: gallery-plugin.php:1149
480
+ #, fuzzy
481
+ msgid "Under image"
482
+ msgstr "Aktualizace obrázků"
483
+
484
+ #: gallery-plugin.php:1150
485
+ msgid "By mouse hover"
486
+ msgstr ""
487
+
488
+ #: gallery-plugin.php:1155
489
  #, fuzzy
490
  msgid "Use pagination for images"
491
  msgstr "Aktualizuji obrázky..."
492
 
493
+ #: gallery-plugin.php:1158
494
  msgid "per page"
495
  msgstr ""
496
 
497
+ #: gallery-plugin.php:1162
498
+ msgid "Lightbox background"
499
+ msgstr "Pozadí Lightboxu"
500
+
501
+ #: gallery-plugin.php:1165
502
+ msgid "Background transparency (from 0 to 1)"
503
+ msgstr "Průhlednost pozadí (od 0 do 1)"
504
+
505
+ #: gallery-plugin.php:1166
506
+ msgid "Select a background color"
507
+ msgstr "Vyberte barvu pozadí"
508
+
509
+ #: gallery-plugin.php:1170
510
  msgid "The lightbox helper"
511
  msgstr ""
512
 
513
+ #: gallery-plugin.php:1172
514
  msgid "Do not use"
515
  msgstr ""
516
 
517
+ #: gallery-plugin.php:1173
518
  msgid "Button helper"
519
  msgstr ""
520
 
521
+ #: gallery-plugin.php:1174
522
  msgid "Thumbnail helper"
523
  msgstr ""
524
 
525
+ #: gallery-plugin.php:1178
526
  msgid "Display Like buttons in the lightbox"
527
  msgstr "Zobrazit tlačítka Like v Lightboxu"
528
 
529
+ #: gallery-plugin.php:1180
530
  msgid "FaceBook"
531
  msgstr "FaceBook"
532
 
533
+ #: gallery-plugin.php:1181
534
  msgid "Twitter"
535
  msgstr "Twitter"
536
 
537
+ #: gallery-plugin.php:1182
538
  msgid "Pinterest"
539
  msgstr "Pinterest"
540
 
541
+ #: gallery-plugin.php:1183
542
  msgid "Google +1"
543
  msgstr "Google +1"
544
 
545
+ #: gallery-plugin.php:1187
546
  msgid "Slug for gallery item"
547
  msgstr "Jména pro galerii"
548
 
549
+ #: gallery-plugin.php:1189
550
  msgid "for any structure of permalinks except the default structure"
551
  msgstr "pro všechny struktury permalinks kromě výchozí struktury"
552
 
553
+ #: gallery-plugin.php:1193
554
  msgid "Title for lightbox button"
555
  msgstr ""
556
 
557
+ #: gallery-plugin.php:1199
558
+ msgid ""
559
+ "Display all images in the lightbox instead of going into a single gallery"
560
  msgstr ""
561
 
562
+ #: gallery-plugin.php:1202
563
  #, php-format
564
  msgid "When using the gallery template or a shortcode with `%s` parameter"
565
  msgstr ""
566
 
567
+ #: gallery-plugin.php:1228
568
  msgid "Save Changes"
569
  msgstr "Ulož změny"
570
 
571
+ #: gallery-plugin.php:1233
572
+ msgid ""
573
+ "If you install the demo-data, will be created galleries with images, demo-"
574
+ "post with available shortcodes and page with a list of all the galleries."
575
+ msgstr ""
576
+
577
+ #: gallery-plugin.php:1265
578
+ msgid "FAQ"
579
+ msgstr "FAQ "
580
+
581
+ #: gallery-plugin.php:1266
582
  msgid "Support"
583
  msgstr "Podpora"
584
 
585
+ #: gallery-plugin.php:1302
586
  msgid "Updating images..."
587
  msgstr "Aktualizuji obrázky..."
588
 
589
+ #: gallery-plugin.php:1303
590
  #, fuzzy
591
  msgid "No image found."
592
  msgstr "Nenalezen žádný obrázek"
593
 
594
+ #: gallery-plugin.php:1304
595
  #, fuzzy
596
  msgid "All images are updated."
597
  msgstr "Všechny obrázky jsou aktuální"
598
 
599
+ #: gallery-plugin.php:1305
600
  msgid "Error."
601
  msgstr "Chyba."
602
 
603
+ #: gallery-plugin.php:1318
604
  msgid ""
605
  "You are about to delete these items from this gallery.\n"
606
  " 'Cancel' to stop, 'OK' to delete."
607
  msgstr ""
608
 
609
+ #: gallery-plugin.php:1319
610
+ msgid ""
611
+ "Switching to another mode, all unsaved data will be lost. Save data before "
612
+ "switching?"
613
  msgstr ""
614
 
615
+ #: gallery-plugin.php:1320
616
  msgid "Insert Media"
617
  msgstr ""
618
 
619
+ #: gallery-plugin.php:1321
620
  msgid "Insert"
621
  msgstr ""
622
 
623
+ #: gallery-plugin.php:1333
624
  #, fuzzy
625
  msgid "Learn more"
626
  msgstr "Dozvědět se více"
627
 
628
+ #: gallery-plugin.php:1345
629
  #, fuzzy
630
  msgid "Install now"
631
  msgstr "Установка %"
632
 
633
+ #: gallery-plugin.php:1354
634
  msgid "Add multiple gallery categories"
635
  msgstr ""
636
 
637
+ #: gallery-plugin.php:1354
638
+ msgid ""
639
+ "Install Gallery Categories plugin to add unlimited number of categories."
640
  msgstr ""
641
 
642
+ #: gallery-plugin.php:1638 template/gallery-single-template.php:103
 
643
  msgid "Sorry, nothing found."
644
  msgstr "Ups, nic nenalezeno"
645
 
646
+ #: gallery-plugin.php:1651 template/gallery-single-template.php:124
 
647
  msgid "Image"
648
  msgstr "Obrázek"
649
 
650
+ #: gallery-plugin.php:1651 template/gallery-single-template.php:19
 
651
  msgid "Download high resolution image"
652
  msgstr "Stáhnout obrázek ve vysokém rozlišení"
653
 
654
+ #: gallery-plugin.php:1781
655
  msgid "Image size not defined"
656
  msgstr "Velikost obrázku není definována"
657
 
658
+ #: gallery-plugin.php:1796
659
+ msgid ""
660
+ "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
661
+ "manually reload image."
662
+ msgstr ""
663
+ "Můžeme aktualizovat pouze PNG, JPEG, GIF, WPMP nebo XBM soubory. Ostatní "
664
+ "musíte nahrát ručně."
665
 
666
+ #: gallery-plugin.php:1807
667
  msgid "Image size changes not defined"
668
  msgstr "Změna velikosti obrázku není definována"
669
 
670
+ #: gallery-plugin.php:1836 gallery-plugin.php:1839 gallery-plugin.php:1844
 
 
671
  msgid "Invalid path"
672
  msgstr "Špatná cesta"
673
 
674
+ #: gallery-plugin.php:2012
675
  msgid "Add images requires JavaScript."
676
  msgstr ""
677
 
678
+ #: gallery-plugin.php:2015
679
  msgid "Add Media"
680
  msgstr ""
681
 
682
+ #: gallery-plugin.php:2025
683
  msgid "The grid view for the Gallery images requires JavaScript."
684
  msgstr ""
685
 
686
+ #: gallery-plugin.php:2025
687
  msgid "Switch to the list view"
688
  msgstr ""
689
 
690
+ #: gallery-plugin.php:2052
691
  msgid "List View"
692
  msgstr ""
693
 
694
+ #: gallery-plugin.php:2053
695
  msgid "Grid View"
696
  msgstr ""
697
 
698
+ #: gallery-plugin.php:2108
699
  msgid "Filter"
700
  msgstr ""
701
 
702
+ #: gallery-plugin.php:2112
703
  msgid "Empty Trash"
704
  msgstr ""
705
 
706
+ #: gallery-plugin.php:2133
707
  #, fuzzy
708
  msgid "No images found"
709
  msgstr "Nenalezen žádný obrázek"
710
 
711
+ #: gallery-plugin.php:2185
712
  msgid "Select bulk action"
713
  msgstr ""
714
 
715
+ #: gallery-plugin.php:2187
716
  msgid "Bulk Actions"
717
  msgstr ""
718
 
719
+ #: gallery-plugin.php:2197
720
  msgid "Apply"
721
  msgstr ""
722
 
723
+ #: gallery-plugin.php:2204 gallery-plugin.php:2383
 
724
  #, fuzzy
725
  msgid "Delete from Gallery"
726
  msgstr "Nová galerie"
727
 
728
+ #: gallery-plugin.php:2217 gallery-plugin.php:2231
 
729
  #, fuzzy
730
  msgid "Display link to the original file under each image in the lightbox"
731
  msgstr "Zobrazení obrázku v plné velikosti v lightboxu"
732
 
733
+ #: gallery-plugin.php:2226
734
  msgid "Bulk Select"
735
  msgstr ""
736
 
737
+ #: gallery-plugin.php:2228
738
  msgid "Cancel Selection"
739
  msgstr ""
740
 
741
+ #: gallery-plugin.php:2229
742
  msgid "Delete Selected"
743
  msgstr ""
744
 
745
+ #: gallery-plugin.php:2242
746
  msgid "File"
747
  msgstr ""
748
 
749
+ #: gallery-plugin.php:2243 gallery-plugin.php:2332 gallery-plugin.php:2441
 
 
750
  msgid "Dimensions"
751
  msgstr ""
752
 
753
+ #: gallery-plugin.php:2245 gallery-plugin.php:2365 gallery-plugin.php:2451
 
 
754
  msgid "Alt tag"
755
  msgstr "Alt tag"
756
 
757
+ #: gallery-plugin.php:2245 gallery-plugin.php:2367
758
+ msgid ""
759
+ "The alt attribute specifies an alternate text for an image, if the image "
760
+ "cannot be displayed."
761
  msgstr ""
762
 
763
+ #: gallery-plugin.php:2246 gallery-plugin.php:2373 gallery-plugin.php:2456
 
 
764
  msgid "Custom URL"
765
  msgstr ""
766
 
767
+ #: gallery-plugin.php:2246 gallery-plugin.php:2375
768
+ msgid ""
769
+ "By clicking on the thumbnail you'll go to the link (if the field is filled) "
770
+ "or the image will be opened in the lightbox (if the field isn't filled)"
771
  msgstr ""
772
 
773
+ #: gallery-plugin.php:2324
774
  msgid "Deselect"
775
  msgstr ""
776
 
777
+ #: gallery-plugin.php:2330
778
  msgid "File name"
779
  msgstr ""
780
 
781
+ #: gallery-plugin.php:2331
782
  msgid "File type"
783
  msgstr ""
784
 
785
+ #: gallery-plugin.php:2335 gallery-plugin.php:2437
 
786
  #, fuzzy
787
  msgid "Edit Attachment Info"
788
  msgstr "ID přílohy"
789
 
790
+ #: gallery-plugin.php:2335
791
  #, fuzzy
792
  msgid "Edit Attachment"
793
  msgstr "ID přílohy"
794
 
795
+ #: gallery-plugin.php:2345
796
  msgid "Go Pro"
797
  msgstr ""
798
 
799
+ #: gallery-plugin.php:2345
800
  msgid "Pro version"
801
  msgstr ""
802
 
803
+ #: gallery-plugin.php:2348
804
  msgid "This setting is available in Pro version"
805
  msgstr "Toto nastavení je k dispozici ve verzi Pro"
806
 
807
+ #: gallery-plugin.php:2381
808
  msgid "Edit more details"
809
  msgstr ""
810
 
811
+ #: gallery-plugin.php:2416
812
  #, php-format
813
  msgid "Select %s"
814
  msgstr ""
815
 
816
+ #: gallery-plugin.php:2429
817
  #, php-format
818
  msgid "Edit &#8220;%s&#8221;"
819
  msgstr ""
820
 
821
+ #: gallery-plugin.php:2474 gallery-plugin.php:2487
 
822
  msgid "Edit"
823
  msgstr ""
824
 
825
+ #: gallery-plugin.php:2477 gallery-plugin.php:2492
 
826
  msgid "Trash"
827
  msgstr ""
828
 
829
+ #: gallery-plugin.php:2480 gallery-plugin.php:2495
 
830
  msgid "Delete Permanently"
831
  msgstr ""
832
 
833
+ #: gallery-plugin.php:2482 gallery-plugin.php:2500
 
834
  #, php-format
835
  msgid "View &#8220;%s&#8221;"
836
  msgstr ""
837
 
838
+ #: gallery-plugin.php:2482 gallery-plugin.php:2500
 
839
  msgid "View"
840
  msgstr ""
841
 
842
+ #: gallery-plugin.php:2484
843
  #, fuzzy
844
  msgid "Attach"
845
  msgstr "ID přílohy"
846
 
847
+ #: gallery-plugin.php:2490
848
  msgid "Restore"
849
  msgstr ""
850
 
851
+ #: gallery-plugin.php:2621
852
  msgid "Warning"
853
  msgstr ""
854
 
855
+ #: gallery-plugin.php:2621
856
  msgid "You can add only images to the gallery"
857
  msgstr ""
858
 
859
+ #: gallery-plugin.php:2663
860
+ #, fuzzy
861
+ msgid "no title"
862
+ msgstr "Titulek"
863
+
864
+ #: gallery-plugin.php:2671
865
  #, fuzzy
866
  msgid "Sorry, no gallery found."
867
  msgstr "Ups, nic nenalezeno"
868
 
869
+ #: gallery-plugin.php:2677
870
+ #, fuzzy
871
+ msgid ""
872
+ "Display an album image with the description and the link to a single gallery "
873
+ "page"
874
+ msgstr ""
875
+ "Chcete-li zobrazit krátký popis obsahující screenshot a odkaz na jednu "
876
+ "stránku Galerie"
877
+
878
+ #: template/gallery-template.php:14
879
  #, fuzzy
880
+ msgid "Gallery Category"
881
+ msgstr "Velikost obrázku v galerii"
882
 
883
+ #: inc/demo-data/class-bws-demo-data.php:31
884
  #, fuzzy
885
  msgid "Install Demo Data"
886
  msgstr "Установка %"
887
 
888
+ #: inc/demo-data/class-bws-demo-data.php:34
 
 
 
 
889
  msgid "Remove Demo Data"
890
  msgstr ""
891
 
892
+ #: inc/demo-data/class-bws-demo-data.php:35
893
  msgid "Delete demo-data and restore old plugin settings."
894
  msgstr ""
895
 
896
+ #: inc/demo-data/class-bws-demo-data.php:53
897
  msgid "Yes, install demo data"
898
  msgstr ""
899
 
900
+ #: inc/demo-data/class-bws-demo-data.php:54
901
  msgid "Are you sure you want to install demo data?"
902
  msgstr ""
903
 
904
+ #: inc/demo-data/class-bws-demo-data.php:56
905
  msgid "Yes, remove demo data"
906
  msgstr ""
907
 
908
+ #: inc/demo-data/class-bws-demo-data.php:57
909
  msgid "Are you sure you want to remove demo data?"
910
  msgstr ""
911
 
912
+ #: inc/demo-data/class-bws-demo-data.php:64
913
  #, fuzzy
914
  msgid "No, go back to the settings page"
915
  msgstr "na stránce pluginu ("
916
 
917
+ #: inc/demo-data/class-bws-demo-data.php:119
918
  msgid "Can not get demo data."
919
  msgstr ""
920
 
921
+ #: inc/demo-data/class-bws-demo-data.php:126
922
  msgid "Demo options already installed."
923
  msgstr ""
924
 
925
+ #: inc/demo-data/class-bws-demo-data.php:355
926
  msgid "Demo data successfully installed."
927
  msgstr ""
928
 
929
+ #: inc/demo-data/class-bws-demo-data.php:357
930
  msgid "View post with shortcodes"
931
  msgstr ""
932
 
933
+ #: inc/demo-data/class-bws-demo-data.php:360
934
  msgid "View page with examples"
935
  msgstr ""
936
 
937
+ #: inc/demo-data/class-bws-demo-data.php:369
938
  msgid "Installation of demo data with some errors occurred."
939
  msgstr ""
940
 
941
+ #: inc/demo-data/class-bws-demo-data.php:372
942
  msgid "Posts data is missing."
943
  msgstr ""
944
 
945
+ #: inc/demo-data/class-bws-demo-data.php:446
946
  msgid "Demo data have already been removed."
947
  msgstr ""
948
 
949
+ #: inc/demo-data/class-bws-demo-data.php:503
950
  msgid "Demo data successfully removed."
951
  msgstr ""
952
 
953
+ #: inc/demo-data/class-bws-demo-data.php:507
954
  msgid "Removing demo data with some errors occurred."
955
  msgstr ""
956
 
957
+ #: inc/demo-data/class-bws-demo-data.php:576
958
  msgid "Close notice"
959
  msgstr ""
960
 
961
+ #: inc/demo-data/class-bws-demo-data.php:580
962
  #, fuzzy
963
  msgid "Install demo data"
964
  msgstr "Установка %"
965
 
966
+ #: inc/demo-data/class-bws-demo-data.php:580
967
  msgid "for an acquaintance with the possibilities of the"
968
  msgstr ""
969
 
970
+ #~ msgid "Sort images by"
971
+ #~ msgstr "Řazení obrázků dle"
972
+
973
  #, fuzzy
974
+ #~ msgid "Sort galleries by"
975
+ #~ msgstr "Řazení obrázků dle"
976
+
977
+ #~ msgid "Width (in px)"
978
+ #~ msgstr "Šířka (v px)"
979
+
980
+ #~ msgid "Height (in px)"
981
+ #~ msgstr "Výška (v px)"
982
+
983
+ #~ msgid "Max width (in px)"
984
+ #~ msgstr "Max. šířka (v px)"
985
+
986
+ #~ msgid "Max height (in px)"
987
+ #~ msgstr "Max. výška (v px)"
988
+
989
+ #, fuzzy
990
+ #~ msgid "Display text under the image"
991
+ #~ msgstr "Zobrazený text nad obrázkem"
992
 
993
  #~ msgid "Notice:"
994
  #~ msgstr "Poznámka:"
languages/gallery-plugin-de_DE.mo CHANGED
Binary file
languages/gallery-plugin-de_DE.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-10-06 15:06+0300\n"
6
- "PO-Revision-Date: 2015-10-06 15:06+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Jonas Seemann <info@ahoidesign.de>\n"
9
  "Language: uk_UA\n"
@@ -12,922 +12,974 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
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:45
20
- #: gallery-plugin.php:830
21
- #: gallery-plugin.php:1206
22
- #: gallery-plugin.php:1223
23
  msgid "Settings"
24
  msgstr "Einstellungen"
25
 
26
- #: gallery-plugin.php:110
27
  msgid "See images &raquo;"
28
  msgstr "Fotos anzeigen &raquo;"
29
 
30
- #: gallery-plugin.php:113
31
  msgid "Return to all albums"
32
  msgstr ""
33
 
34
- #: gallery-plugin.php:342
35
  #, fuzzy, php-format
36
- msgid "The following files '%s' and '%s' were not found in the directory of your theme. Please copy them from the directory `%s` to the directory of your theme for the correct work of the Gallery plugin"
37
- msgstr "Fehler Gallery PluginDie Dateien \"gallery-template.php\" und \"gallery-single-template.php\" wurden nicht in deinem Theme gefunden. Bitte kopiere sie aus dem Verzeichnis `/wp-content/plugins/gallery-plugin/template/` direkt in das Verzeichnis deines Themes, damit das Plugin richtig funktionieren kann."
 
 
 
 
 
 
 
 
38
 
39
- #: gallery-plugin.php:353
40
- #: gallery-plugin.php:362
41
  msgid "Galleries"
42
  msgstr "Galerien"
43
 
44
- #: gallery-plugin.php:354
45
- #: gallery-plugin.php:2595
46
  msgid "Gallery"
47
  msgstr "Galerie"
48
 
49
- #: gallery-plugin.php:355
50
  msgid "Add New Gallery"
51
  msgstr "Galerie hinzufügen"
52
 
53
- #: gallery-plugin.php:356
54
  msgid "Edit Gallery"
55
  msgstr "Galerie bearbeiten"
56
 
57
- #: gallery-plugin.php:357
58
  msgid "New Gallery"
59
  msgstr "Neue Galerie"
60
 
61
- #: gallery-plugin.php:358
62
  msgid "View Gallery"
63
  msgstr "Galerie anzeigen"
64
 
65
- #: gallery-plugin.php:359
66
  #, fuzzy
67
  msgid "Search Galleries"
68
  msgstr "Galerien"
69
 
70
- #: gallery-plugin.php:360
71
  msgid "No Gallery found"
72
  msgstr "Keine Galerien gefunden"
73
 
74
- #: gallery-plugin.php:417
75
  msgid "Gallery Shortcode"
76
  msgstr "Galerie Einstellungen"
77
 
78
- #: gallery-plugin.php:419
79
- #: gallery-plugin.php:460
80
- #: gallery-plugin.php:2581
81
  #, fuzzy
82
  msgid "Gallery Categories"
83
  msgstr "Bildgröße für Galerie"
84
 
85
- #: gallery-plugin.php:429
86
- #: gallery-plugin.php:849
87
  #, fuzzy, php-format
88
- msgid "If you would like to add a Gallery to your page or post, please use %s button"
89
- msgstr "Zum Einfügen einer Galerie füge diesen Shortcode in eine Seite oder einen Beitrag ein:"
 
 
 
90
 
91
- #: gallery-plugin.php:434
92
  #, php-format
93
- msgid "You can add the Gallery to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode below"
 
 
 
94
  msgstr ""
95
 
96
- #: gallery-plugin.php:440
97
- msgid "Add this shortcode to a page, post or widget to display a single gallery"
 
98
  msgstr ""
99
 
100
- #: gallery-plugin.php:443
101
  #, fuzzy
102
- msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
 
 
103
  msgstr "Shortcode zum Anzeigen einer Kurzbeschreibung, Link und Bild"
104
 
105
- #: gallery-plugin.php:445
106
  msgid "Short display"
107
  msgstr ""
108
 
109
- #: gallery-plugin.php:461
110
  msgid "Most Used"
111
  msgstr ""
112
 
113
- #: gallery-plugin.php:466
114
- #: gallery-plugin.php:939
115
  msgid "Default"
116
  msgstr "Standard"
117
 
118
- #: gallery-plugin.php:471
119
  #, fuzzy
120
  msgid "Add New Gallery Category"
121
  msgstr "Galerie hinzufügen"
122
 
123
- #: gallery-plugin.php:476
124
  #, fuzzy
125
  msgid "Install plugin"
126
  msgstr "Installierte Plugins"
127
 
128
- #: gallery-plugin.php:631
129
- #: gallery-plugin.php:1020
130
- #: gallery-plugin.php:2173
131
- #: gallery-plugin.php:2288
132
- #: gallery-plugin.php:2375
133
  msgid "Title"
134
  msgstr "Titel"
135
 
136
- #: gallery-plugin.php:632
137
- #: gallery-plugin.php:1025
138
  msgid "Author"
139
  msgstr "Author"
140
 
141
- #: gallery-plugin.php:633
142
  #, fuzzy
143
  msgid "Shortcode"
144
  msgstr "Galerie Einstellungen"
145
 
146
- #: gallery-plugin.php:634
147
  #, fuzzy
148
  msgid "Photos"
149
  msgstr "Foto"
150
 
151
- #: gallery-plugin.php:635
152
- #: gallery-plugin.php:1004
153
- #: gallery-plugin.php:1021
154
  msgid "Date"
155
  msgstr "Datum"
156
 
157
- #: gallery-plugin.php:800
158
  msgid "Settings are saved"
159
  msgstr "Einstellungen gespeichert."
160
 
161
- #: gallery-plugin.php:817
162
  #, fuzzy
163
  msgid "All plugin settings were restored."
164
  msgstr "auf der Plugin-Optionen-Seite ("
165
 
166
- #: gallery-plugin.php:828
167
  msgid "Gallery Settings"
168
  msgstr "Galerie Einstellungen"
169
 
170
- #: gallery-plugin.php:831
171
- #: gallery-plugin.php:1207
172
- msgid "FAQ"
173
- msgstr "FAQ"
174
-
175
- #: gallery-plugin.php:832
176
  msgid "Go PRO"
177
  msgstr ""
178
 
179
- #: gallery-plugin.php:842
180
  #, fuzzy
181
  msgid "Please enable JavaScript to use the option to renew images."
182
  msgstr "Please enable JavaScript um den File-Uploader zu benutzen."
183
 
184
- #: gallery-plugin.php:854
185
  #, php-format
186
- msgid "You can add the Gallery to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode %s, where * stands for gallery ID"
 
 
 
187
  msgstr ""
188
 
189
- #: gallery-plugin.php:863
190
- msgid "Update images for gallery"
191
- msgstr ""
192
 
193
- #: gallery-plugin.php:865
194
  #, fuzzy
195
- msgid "Update images"
196
- msgstr "Reihenfolge Bilder"
197
-
198
- #: gallery-plugin.php:873
199
- msgid "Image size for the album cover"
200
- msgstr "Bildgröße für Beitragsbild"
201
 
202
- #: gallery-plugin.php:875
203
- #: gallery-plugin.php:889
204
- #: gallery-plugin.php:913
205
  msgid "Image size"
206
  msgstr "Name der Bilder"
207
 
208
- #: gallery-plugin.php:878
209
- #: gallery-plugin.php:892
210
- msgid "Width (in px)"
211
- msgstr "Breite (in px)"
 
 
 
 
 
 
 
 
 
 
 
 
212
 
213
- #: gallery-plugin.php:882
214
- #: gallery-plugin.php:896
215
- msgid "Height (in px)"
216
- msgstr "Höhe (in px)"
217
 
218
- #: gallery-plugin.php:887
219
  #, fuzzy
220
- msgid "Image size for thumbnails"
221
  msgstr "Bildgröße für Beitragsbild"
222
 
223
- #: gallery-plugin.php:901
224
- msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
225
- msgstr "Wordpress wird ein neues Thumbnail mit den Einstellungen erstellen, wenn du ein neues Bild hochlädst."
226
 
227
- #: gallery-plugin.php:907
228
- #: gallery-plugin.php:1101
229
- #: gallery-plugin.php:1307
230
  msgid "Close"
231
  msgstr ""
232
 
233
- #: gallery-plugin.php:911
234
  #, fuzzy
235
- msgid "Image size in the lightbox"
236
  msgstr "Galeriegröße in der Lightbox"
237
 
238
- #: gallery-plugin.php:914
239
- msgid "Max width (in px)"
240
- msgstr "max. Breite (in px)"
241
-
242
- #: gallery-plugin.php:915
243
- msgid "Max height (in px)"
244
- msgstr "max. Höhe (in px)"
245
-
246
- #: gallery-plugin.php:916
247
  msgid "Display a full size image in the lightbox"
248
  msgstr "Zeige das Bild in Originalgröße in derLightbox"
249
 
250
- #: gallery-plugin.php:920
251
  msgid "Crop position"
252
  msgstr "Crop Position"
253
 
254
- #: gallery-plugin.php:924
255
- #: gallery-plugin.php:930
256
  msgid "center"
257
  msgstr "zentriert"
258
 
259
- #: gallery-plugin.php:926
260
  msgid "Horizontal"
261
  msgstr "Horizontal"
262
 
263
- #: gallery-plugin.php:932
264
  msgid "Vertical"
265
  msgstr "vertikal"
266
 
267
- #: gallery-plugin.php:937
268
- msgid "Lightbox background"
269
- msgstr "Lightbox Hintergrund"
 
270
 
271
- #: gallery-plugin.php:940
272
- msgid "Background transparency (from 0 to 1)"
273
- msgstr "Hintergrund Transparenz (0 – 1)"
274
 
275
- #: gallery-plugin.php:941
276
- msgid "Select a background color"
277
- msgstr "Wähle eine Hintergrundfarbe"
278
 
279
- #: gallery-plugin.php:946
280
- #: gallery-plugin.php:1149
281
- msgid "If you upgrade to Pro version all your settings and galleries will be saved."
282
  msgstr ""
283
 
284
- #: gallery-plugin.php:953
285
- #: gallery-plugin.php:1156
286
  msgid "Unlock premium options by upgrading to Pro version"
287
  msgstr ""
288
 
289
- #: gallery-plugin.php:957
290
- #: gallery-plugin.php:1160
291
  msgid "Start Your Trial"
292
  msgstr ""
293
 
294
- #: gallery-plugin.php:958
295
- #: gallery-plugin.php:1161
296
- #: gallery-plugin.php:2583
297
  msgid "or"
298
  msgstr ""
299
 
300
- #: gallery-plugin.php:960
301
- #: gallery-plugin.php:1163
302
  #, fuzzy
303
  msgid "Learn More"
304
  msgstr "Mehr erfahren"
305
 
306
- #: gallery-plugin.php:968
 
 
 
 
 
 
 
 
307
  msgid "Images with border"
308
  msgstr "Bilder mit Rand"
309
 
310
- #: gallery-plugin.php:971
311
  msgid "Border width in px, just numbers"
312
  msgstr "Breite Bildrand in Pixel"
313
 
314
- #: gallery-plugin.php:972
315
  msgid "Select a border color"
316
  msgstr "Rahmenfarbe"
317
 
318
- #: gallery-plugin.php:976
319
- msgid "Number of images in the row"
320
- msgstr "Anzahl Bilder in einer Reihe"
321
-
322
- #: gallery-plugin.php:982
323
- msgid "Start slideshow"
324
- msgstr "Starte Slideshow"
325
-
326
- #: gallery-plugin.php:988
327
- msgid "Slideshow interval"
328
- msgstr "Slideshow Geschwindigkeit"
329
-
330
- #: gallery-plugin.php:994
331
- msgid "Use single lightbox for multiple galleries on one page"
332
- msgstr ""
333
-
334
- #: gallery-plugin.php:1000
335
- msgid "Sort images by"
336
- msgstr "Sortieren nach"
337
 
338
- #: gallery-plugin.php:1002
339
- msgid "Attachment ID"
 
340
  msgstr "Anhang ID"
341
 
342
- #: gallery-plugin.php:1003
343
- msgid "Image Name"
 
344
  msgstr "Bildname"
345
 
346
- #: gallery-plugin.php:1005
347
- msgid "Sorting order in the Gallery"
 
 
 
 
 
348
  msgstr ""
349
 
350
- #: gallery-plugin.php:1006
351
- #: gallery-plugin.php:1026
352
  msgid "Random"
353
  msgstr "Zufall"
354
 
355
- #: gallery-plugin.php:1010
356
- msgid "Sort images"
357
- msgstr "Reihenfolge"
 
358
 
359
- #: gallery-plugin.php:1012
360
- #: gallery-plugin.php:1032
361
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
362
  msgstr "ASC (aufsteigend)"
363
 
364
- #: gallery-plugin.php:1013
365
- #: gallery-plugin.php:1033
366
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
367
  msgstr "DESC (absteigend)"
368
 
369
- #: gallery-plugin.php:1017
370
  #, fuzzy
371
- msgid "Sort galleries by"
372
- msgstr "Sortieren nach"
373
 
374
- #: gallery-plugin.php:1019
375
  #, fuzzy
376
- msgid "Gallery ID"
377
  msgstr "Galerie"
378
 
379
- #: gallery-plugin.php:1022
380
- msgid "Last modified date"
 
 
 
 
 
381
  msgstr ""
382
 
383
- #: gallery-plugin.php:1023
384
- msgid "Comment count"
385
  msgstr ""
386
 
387
- #: gallery-plugin.php:1024
388
  #, fuzzy
389
- msgid "Sorting order (the input field for sorting order)"
390
- msgstr "Reihenfolge (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
 
 
391
 
392
- #: gallery-plugin.php:1030
393
  #, fuzzy
394
- msgid "Sort galleries"
395
- msgstr "Galerien"
396
 
397
- #: gallery-plugin.php:1037
398
- #, fuzzy
399
- msgid "Display text under the image"
400
- msgstr "Zeige Text über dem Bild"
401
 
402
- #: gallery-plugin.php:1039
403
- msgid "Turn off the checkbox, if you want to display text just in a lightbox"
404
- msgstr "Text nur in Lightbox anzeigen"
 
 
 
 
405
 
406
- #: gallery-plugin.php:1043
 
 
 
 
 
 
 
 
407
  msgid "Display the Back link"
408
  msgstr "Aktiviere Zurück-Link"
409
 
410
- #: gallery-plugin.php:1049
411
  msgid "Display the Back link in the shortcode"
412
  msgstr "Aktiviere Zurück-Link im Shortcode"
413
 
414
- #: gallery-plugin.php:1055
415
  msgid "The Back link text"
416
  msgstr "Zurück-Link Text"
417
 
418
- #: gallery-plugin.php:1061
419
  msgid "The Back link URL"
420
  msgstr "Zurück-Link URL"
421
 
422
- #: gallery-plugin.php:1063
423
  msgid "Gallery page (Page with Gallery Template)"
424
  msgstr "Galerie-Seite (Seite mit Gallerie-Template)"
425
 
426
- #: gallery-plugin.php:1065
427
  msgid "(Full URL to custom page)"
428
  msgstr "(URL zu eigener Seite)"
429
 
430
- #: gallery-plugin.php:1069
431
  msgid "The Read More link text"
432
  msgstr "Weiterlesen link Text"
433
 
434
- #: gallery-plugin.php:1075
435
  msgid "Add gallery to the search"
436
  msgstr ""
437
 
438
- #: gallery-plugin.php:1080
439
- #: gallery-plugin.php:1083
440
- #: gallery-plugin.php:1087
441
  msgid "Using"
442
  msgstr ""
443
 
444
- #: gallery-plugin.php:1080
445
- #: gallery-plugin.php:1083
446
- #: gallery-plugin.php:1087
447
  msgid "powered by"
448
  msgstr ""
449
 
450
- #: gallery-plugin.php:1083
451
- #: gallery-plugin.php:1282
452
  #, fuzzy
453
  msgid "Activate"
454
  msgstr "Aktivierte Plugins"
455
 
456
- #: gallery-plugin.php:1087
457
  msgid "Download"
458
  msgstr ""
459
 
460
- #: gallery-plugin.php:1092
461
  msgid "Rewrite templates after update"
462
  msgstr ""
463
 
464
- #: gallery-plugin.php:1094
465
  #, php-format
466
- msgid "Turn off the checkbox, if You edited the file '%s' or '%s' file in your theme folder and You don't want to rewrite them"
 
 
467
  msgstr ""
468
 
469
- #: gallery-plugin.php:1105
 
 
 
 
 
 
 
 
 
470
  msgid "Use pagination for images"
471
  msgstr ""
472
 
473
- #: gallery-plugin.php:1108
474
  msgid "per page"
475
  msgstr ""
476
 
477
- #: gallery-plugin.php:1112
 
 
 
 
 
 
 
 
 
 
 
 
478
  msgid "The lightbox helper"
479
  msgstr ""
480
 
481
- #: gallery-plugin.php:1114
482
  msgid "Do not use"
483
  msgstr ""
484
 
485
- #: gallery-plugin.php:1115
486
  msgid "Button helper"
487
  msgstr ""
488
 
489
- #: gallery-plugin.php:1116
490
  msgid "Thumbnail helper"
491
  msgstr ""
492
 
493
- #: gallery-plugin.php:1120
494
  msgid "Display Like buttons in the lightbox"
495
  msgstr "Aktivier Like-Button in der Lightbox"
496
 
497
- #: gallery-plugin.php:1122
498
  msgid "FaceBook"
499
  msgstr "Facebook"
500
 
501
- #: gallery-plugin.php:1123
502
  msgid "Twitter"
503
  msgstr "Twitter"
504
 
505
- #: gallery-plugin.php:1124
506
  msgid "Pinterest"
507
  msgstr "Pinterest"
508
 
509
- #: gallery-plugin.php:1125
510
  msgid "Google +1"
511
  msgstr "Goolge+"
512
 
513
- #: gallery-plugin.php:1129
514
  msgid "Slug for gallery item"
515
  msgstr "Galerie Slug"
516
 
517
- #: gallery-plugin.php:1131
518
  msgid "for any structure of permalinks except the default structure"
519
  msgstr "Permalinkstruktur (Default ausgenommen)"
520
 
521
- #: gallery-plugin.php:1135
522
  msgid "Title for lightbox button"
523
  msgstr ""
524
 
525
- #: gallery-plugin.php:1141
526
- msgid "Display all images in the lightbox instead of going into a single gallery"
 
527
  msgstr ""
528
 
529
- #: gallery-plugin.php:1144
530
  #, php-format
531
  msgid "When using the gallery template or a shortcode with `%s` parameter"
532
  msgstr ""
533
 
534
- #: gallery-plugin.php:1170
535
  msgid "Save Changes"
536
  msgstr "Einstellungen speichern"
537
 
538
- #: gallery-plugin.php:1208
 
 
 
 
 
 
 
 
 
 
539
  msgid "Support"
540
  msgstr "Support"
541
 
542
- #: gallery-plugin.php:1248
543
  msgid "Updating images..."
544
  msgstr ""
545
 
546
- #: gallery-plugin.php:1249
547
  #, fuzzy
548
  msgid "No image found."
549
  msgstr "Keine Galerien gefunden"
550
 
551
- #: gallery-plugin.php:1250
552
  msgid "All images are updated."
553
  msgstr ""
554
 
555
- #: gallery-plugin.php:1251
556
  msgid "Error."
557
  msgstr ""
558
 
559
- #: gallery-plugin.php:1262
560
  msgid ""
561
  "You are about to delete these items from this gallery.\n"
562
  " 'Cancel' to stop, 'OK' to delete."
563
  msgstr ""
564
 
565
- #: gallery-plugin.php:1263
566
- msgid "Switching to another mode, all unsaved data will be lost. Save data before switching?"
 
 
567
  msgstr ""
568
 
569
- #: gallery-plugin.php:1264
570
  msgid "Insert Media"
571
  msgstr ""
572
 
573
- #: gallery-plugin.php:1265
574
  msgid "Insert"
575
  msgstr ""
576
 
577
- #: gallery-plugin.php:1277
578
  #, fuzzy
579
  msgid "Learn more"
580
  msgstr "Mehr erfahren"
581
 
582
- #: gallery-plugin.php:1289
583
  #, fuzzy
584
  msgid "Install now"
585
  msgstr "Installiere %s"
586
 
587
- #: gallery-plugin.php:1298
588
  msgid "Add multiple gallery categories"
589
  msgstr ""
590
 
591
- #: gallery-plugin.php:1298
592
- msgid "Install Gallery Categories plugin to add unlimited number of categories."
 
593
  msgstr ""
594
 
595
- #: gallery-plugin.php:1573
596
- #: template/gallery-single-template.php:101
597
  msgid "Sorry, nothing found."
598
  msgstr "Leider nichts gefunden."
599
 
600
- #: gallery-plugin.php:1595
601
- #: template/gallery-single-template.php:120
602
  msgid "Image"
603
  msgstr "Bild"
604
 
605
- #: gallery-plugin.php:1595
606
- #: template/gallery-single-template.php:19
607
  msgid "Download high resolution image"
608
  msgstr "Lade Bild in Originalgröße"
609
 
610
- #: gallery-plugin.php:1725
611
  #, fuzzy
612
  msgid "Image size not defined"
613
  msgstr "Name der Bilder"
614
 
615
- #: gallery-plugin.php:1740
616
- msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
 
 
617
  msgstr ""
618
 
619
- #: gallery-plugin.php:1751
620
  msgid "Image size changes not defined"
621
  msgstr ""
622
 
623
- #: gallery-plugin.php:1780
624
- #: gallery-plugin.php:1783
625
- #: gallery-plugin.php:1788
626
  msgid "Invalid path"
627
  msgstr ""
628
 
629
- #: gallery-plugin.php:1940
630
  msgid "Add images requires JavaScript."
631
  msgstr ""
632
 
633
- #: gallery-plugin.php:1943
634
  msgid "Add Media"
635
  msgstr ""
636
 
637
- #: gallery-plugin.php:1953
638
  msgid "The grid view for the Gallery images requires JavaScript."
639
  msgstr ""
640
 
641
- #: gallery-plugin.php:1953
642
  msgid "Switch to the list view"
643
  msgstr ""
644
 
645
- #: gallery-plugin.php:1980
646
  msgid "List View"
647
  msgstr ""
648
 
649
- #: gallery-plugin.php:1981
650
  msgid "Grid View"
651
  msgstr ""
652
 
653
- #: gallery-plugin.php:2036
654
  msgid "Filter"
655
  msgstr ""
656
 
657
- #: gallery-plugin.php:2040
658
  msgid "Empty Trash"
659
  msgstr ""
660
 
661
- #: gallery-plugin.php:2061
662
  #, fuzzy
663
  msgid "No images found"
664
  msgstr "Keine Galerien gefunden"
665
 
666
- #: gallery-plugin.php:2113
667
  msgid "Select bulk action"
668
  msgstr ""
669
 
670
- #: gallery-plugin.php:2115
671
  msgid "Bulk Actions"
672
  msgstr ""
673
 
674
- #: gallery-plugin.php:2125
675
  msgid "Apply"
676
  msgstr ""
677
 
678
- #: gallery-plugin.php:2132
679
- #: gallery-plugin.php:2312
680
  #, fuzzy
681
  msgid "Delete from Gallery"
682
  msgstr "Neue Galerie"
683
 
684
- #: gallery-plugin.php:2145
685
- #: gallery-plugin.php:2159
686
  #, fuzzy
687
  msgid "Display link to the original file under each image in the lightbox"
688
  msgstr "Zeige das Bild in Originalgröße in derLightbox"
689
 
690
- #: gallery-plugin.php:2154
691
  msgid "Bulk Select"
692
  msgstr ""
693
 
694
- #: gallery-plugin.php:2156
695
  msgid "Cancel Selection"
696
  msgstr ""
697
 
698
- #: gallery-plugin.php:2157
699
  msgid "Delete Selected"
700
  msgstr ""
701
 
702
- #: gallery-plugin.php:2171
703
  msgid "File"
704
  msgstr ""
705
 
706
- #: gallery-plugin.php:2172
707
- #: gallery-plugin.php:2261
708
- #: gallery-plugin.php:2370
709
  msgid "Dimensions"
710
  msgstr ""
711
 
712
- #: gallery-plugin.php:2174
713
- #: gallery-plugin.php:2294
714
- #: gallery-plugin.php:2380
715
  msgid "Alt tag"
716
  msgstr ""
717
 
718
- #: gallery-plugin.php:2174
719
- #: gallery-plugin.php:2296
720
- msgid "The alt attribute specifies an alternate text for an image, if the image cannot be displayed."
 
721
  msgstr ""
722
 
723
- #: gallery-plugin.php:2175
724
- #: gallery-plugin.php:2302
725
- #: gallery-plugin.php:2385
726
  msgid "Custom URL"
727
  msgstr ""
728
 
729
- #: gallery-plugin.php:2175
730
- #: gallery-plugin.php:2304
731
- msgid "By clicking on the thumbnail you'll go to the link (if the field is filled) or the image will be opened in the lightbox (if the field isn't filled)"
 
732
  msgstr ""
733
 
734
- #: gallery-plugin.php:2253
735
  msgid "Deselect"
736
  msgstr ""
737
 
738
- #: gallery-plugin.php:2259
739
  msgid "File name"
740
  msgstr ""
741
 
742
- #: gallery-plugin.php:2260
743
  msgid "File type"
744
  msgstr ""
745
 
746
- #: gallery-plugin.php:2264
747
- #: gallery-plugin.php:2366
748
  #, fuzzy
749
  msgid "Edit Attachment Info"
750
  msgstr "Anhang ID"
751
 
752
- #: gallery-plugin.php:2264
753
  #, fuzzy
754
  msgid "Edit Attachment"
755
  msgstr "Anhang ID"
756
 
757
- #: gallery-plugin.php:2274
758
  msgid "Go Pro"
759
  msgstr ""
760
 
761
- #: gallery-plugin.php:2274
762
  msgid "Pro version"
763
  msgstr ""
764
 
765
- #: gallery-plugin.php:2277
766
  msgid "This setting is available in Pro version"
767
  msgstr "Diese Einstellung ist in der Pro-Version verfügbar"
768
 
769
- #: gallery-plugin.php:2310
770
  msgid "Edit more details"
771
  msgstr ""
772
 
773
- #: gallery-plugin.php:2345
774
  #, php-format
775
  msgid "Select %s"
776
  msgstr ""
777
 
778
- #: gallery-plugin.php:2358
779
  #, php-format
780
  msgid "Edit &#8220;%s&#8221;"
781
  msgstr ""
782
 
783
- #: gallery-plugin.php:2403
784
- #: gallery-plugin.php:2416
785
  msgid "Edit"
786
  msgstr ""
787
 
788
- #: gallery-plugin.php:2406
789
- #: gallery-plugin.php:2421
790
  msgid "Trash"
791
  msgstr ""
792
 
793
- #: gallery-plugin.php:2409
794
- #: gallery-plugin.php:2424
795
  msgid "Delete Permanently"
796
  msgstr ""
797
 
798
- #: gallery-plugin.php:2411
799
- #: gallery-plugin.php:2429
800
  #, php-format
801
  msgid "View &#8220;%s&#8221;"
802
  msgstr ""
803
 
804
- #: gallery-plugin.php:2411
805
- #: gallery-plugin.php:2429
806
  msgid "View"
807
  msgstr ""
808
 
809
- #: gallery-plugin.php:2413
810
  #, fuzzy
811
  msgid "Attach"
812
  msgstr "Anhang ID"
813
 
814
- #: gallery-plugin.php:2419
815
  msgid "Restore"
816
  msgstr ""
817
 
818
- #: gallery-plugin.php:2550
819
  msgid "Warning"
820
  msgstr ""
821
 
822
- #: gallery-plugin.php:2550
823
  msgid "You can add only images to the gallery"
824
  msgstr ""
825
 
826
- #: gallery-plugin.php:2597
 
 
 
 
 
827
  #, fuzzy
828
  msgid "Sorry, no gallery found."
829
  msgstr "Leider nichts gefunden."
830
 
831
- #: gallery-plugin.php:2603
832
  #, fuzzy
833
- msgid "Display an album image with the description and the link to a single gallery page"
 
 
834
  msgstr "Shortcode zum Anzeigen einer Kurzbeschreibung, Link und Bild"
835
 
836
- #: inc/demo-data/demo-data-loader.php:78
 
 
 
 
 
837
  #, fuzzy
838
  msgid "Install Demo Data"
839
  msgstr "Installiere %s"
840
 
841
- #: inc/demo-data/demo-data-loader.php:79
842
- msgid "If you install the demo-data, will be created galleries with images, demo-post with available shortcodes and page with a list of all the galleries, plugin settings will be overwritten, however, when you delete the demo data, they will be restored."
843
- msgstr ""
844
-
845
- #: inc/demo-data/demo-data-loader.php:82
846
  msgid "Remove Demo Data"
847
  msgstr ""
848
 
849
- #: inc/demo-data/demo-data-loader.php:83
850
  msgid "Delete demo-data and restore old plugin settings."
851
  msgstr ""
852
 
853
- #: inc/demo-data/demo-data-loader.php:108
854
  msgid "Yes, install demo data"
855
  msgstr ""
856
 
857
- #: inc/demo-data/demo-data-loader.php:109
858
  msgid "Are you sure you want to install demo data?"
859
  msgstr ""
860
 
861
- #: inc/demo-data/demo-data-loader.php:111
862
  msgid "Yes, remove demo data"
863
  msgstr ""
864
 
865
- #: inc/demo-data/demo-data-loader.php:112
866
  msgid "Are you sure you want to remove demo data?"
867
  msgstr ""
868
 
869
- #: inc/demo-data/demo-data-loader.php:119
870
  #, fuzzy
871
  msgid "No, go back to the settings page"
872
  msgstr "auf der Plugin-Optionen-Seite ("
873
 
874
- #: inc/demo-data/demo-data-loader.php:167
875
  msgid "Can not get demo data."
876
  msgstr ""
877
 
878
- #: inc/demo-data/demo-data-loader.php:173
879
  msgid "Demo options already installed."
880
  msgstr ""
881
 
882
- #: inc/demo-data/demo-data-loader.php:296
883
  msgid "Demo data successfully installed."
884
  msgstr ""
885
 
886
- #: inc/demo-data/demo-data-loader.php:298
887
  msgid "View post with shortcodes"
888
  msgstr ""
889
 
890
- #: inc/demo-data/demo-data-loader.php:301
891
  msgid "View page with examples"
892
  msgstr ""
893
 
894
- #: inc/demo-data/demo-data-loader.php:308
895
  msgid "Installation of demo data with some errors occurred."
896
  msgstr ""
897
 
898
- #: inc/demo-data/demo-data-loader.php:311
899
  msgid "Posts data is missing."
900
  msgstr ""
901
 
902
- #: inc/demo-data/demo-data-loader.php:336
903
  msgid "Demo data have already been removed."
904
  msgstr ""
905
 
906
- #: inc/demo-data/demo-data-loader.php:383
907
  msgid "Demo data successfully removed."
908
  msgstr ""
909
 
910
- #: inc/demo-data/demo-data-loader.php:386
911
  msgid "Removing demo data with some errors occurred."
912
  msgstr ""
913
 
914
- #: inc/demo-data/demo-data-loader.php:517
915
  msgid "Close notice"
916
  msgstr ""
917
 
918
- #: inc/demo-data/demo-data-loader.php:520
919
  #, fuzzy
920
  msgid "Install demo data"
921
  msgstr "Installiere %s"
922
 
923
- #: inc/demo-data/demo-data-loader.php:520
924
  msgid "for an acquaintance with the possibilities of the"
925
  msgstr ""
926
 
927
- #: template/gallery-template.php:14
 
 
928
  #, fuzzy
929
- msgid "Gallery Category"
930
- msgstr "Bildgröße für Galerie"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
931
 
932
  #~ msgid "URL"
933
  #~ msgstr "URL"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-03-16 18:17+0300\n"
6
+ "PO-Revision-Date: 2016-03-16 18:17+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Jonas Seemann <info@ahoidesign.de>\n"
9
  "Language: uk_UA\n"
12
  "Content-Transfer-Encoding: 8bit\n"
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:45 gallery-plugin.php:882 gallery-plugin.php:1264
20
+ #: gallery-plugin.php:1281
 
 
21
  msgid "Settings"
22
  msgstr "Einstellungen"
23
 
24
+ #: gallery-plugin.php:126
25
  msgid "See images &raquo;"
26
  msgstr "Fotos anzeigen &raquo;"
27
 
28
+ #: gallery-plugin.php:129
29
  msgid "Return to all albums"
30
  msgstr ""
31
 
32
+ #: gallery-plugin.php:382
33
  #, fuzzy, php-format
34
+ msgid ""
35
+ "The following files '%s' and '%s' were not found in the directory of your "
36
+ "theme. Please copy them from the directory `%s` to the directory of your "
37
+ "theme for the correct work of the Gallery plugin"
38
+ msgstr ""
39
+ "Fehler Gallery PluginDie Dateien \"gallery-template.php\" und \"gallery-"
40
+ "single-template.php\" wurden nicht in deinem Theme gefunden. Bitte kopiere "
41
+ "sie aus dem Verzeichnis `/wp-content/plugins/gallery-plugin/template/` "
42
+ "direkt in das Verzeichnis deines Themes, damit das Plugin richtig "
43
+ "funktionieren kann."
44
 
45
+ #: gallery-plugin.php:393 gallery-plugin.php:402
 
46
  msgid "Galleries"
47
  msgstr "Galerien"
48
 
49
+ #: gallery-plugin.php:394 gallery-plugin.php:2669
 
50
  msgid "Gallery"
51
  msgstr "Galerie"
52
 
53
+ #: gallery-plugin.php:395
54
  msgid "Add New Gallery"
55
  msgstr "Galerie hinzufügen"
56
 
57
+ #: gallery-plugin.php:396
58
  msgid "Edit Gallery"
59
  msgstr "Galerie bearbeiten"
60
 
61
+ #: gallery-plugin.php:397
62
  msgid "New Gallery"
63
  msgstr "Neue Galerie"
64
 
65
+ #: gallery-plugin.php:398
66
  msgid "View Gallery"
67
  msgstr "Galerie anzeigen"
68
 
69
+ #: gallery-plugin.php:399
70
  #, fuzzy
71
  msgid "Search Galleries"
72
  msgstr "Galerien"
73
 
74
+ #: gallery-plugin.php:400
75
  msgid "No Gallery found"
76
  msgstr "Keine Galerien gefunden"
77
 
78
+ #: gallery-plugin.php:457
79
  msgid "Gallery Shortcode"
80
  msgstr "Galerie Einstellungen"
81
 
82
+ #: gallery-plugin.php:459 gallery-plugin.php:500 gallery-plugin.php:2652
 
 
83
  #, fuzzy
84
  msgid "Gallery Categories"
85
  msgstr "Bildgröße für Galerie"
86
 
87
+ #: gallery-plugin.php:469 gallery-plugin.php:900
 
88
  #, fuzzy, php-format
89
+ msgid ""
90
+ "If you would like to add a Gallery to your page or post, please use %s button"
91
+ msgstr ""
92
+ "Zum Einfügen einer Galerie füge diesen Shortcode in eine Seite oder einen "
93
+ "Beitrag ein:"
94
 
95
+ #: gallery-plugin.php:474
96
  #, php-format
97
+ msgid ""
98
+ "You can add the Gallery to your page or post by clicking on %s button in the "
99
+ "content edit block using the Visual mode. If the button isn't displayed, "
100
+ "please use the shortcode below"
101
  msgstr ""
102
 
103
+ #: gallery-plugin.php:480
104
+ msgid ""
105
+ "Add this shortcode to a page, post or widget to display a single gallery"
106
  msgstr ""
107
 
108
+ #: gallery-plugin.php:483
109
  #, fuzzy
110
+ msgid ""
111
+ "Use this shortcode to display an album image with the description and the "
112
+ "link to a single gallery page"
113
  msgstr "Shortcode zum Anzeigen einer Kurzbeschreibung, Link und Bild"
114
 
115
+ #: gallery-plugin.php:485
116
  msgid "Short display"
117
  msgstr ""
118
 
119
+ #: gallery-plugin.php:501
120
  msgid "Most Used"
121
  msgstr ""
122
 
123
+ #: gallery-plugin.php:506 gallery-plugin.php:1164
 
124
  msgid "Default"
125
  msgstr "Standard"
126
 
127
+ #: gallery-plugin.php:511
128
  #, fuzzy
129
  msgid "Add New Gallery Category"
130
  msgstr "Galerie hinzufügen"
131
 
132
+ #: gallery-plugin.php:516
133
  #, fuzzy
134
  msgid "Install plugin"
135
  msgstr "Installierte Plugins"
136
 
137
+ #: gallery-plugin.php:674 gallery-plugin.php:2244 gallery-plugin.php:2359
138
+ #: gallery-plugin.php:2446
 
 
 
139
  msgid "Title"
140
  msgstr "Titel"
141
 
142
+ #: gallery-plugin.php:675
 
143
  msgid "Author"
144
  msgstr "Author"
145
 
146
+ #: gallery-plugin.php:676
147
  #, fuzzy
148
  msgid "Shortcode"
149
  msgstr "Galerie Einstellungen"
150
 
151
+ #: gallery-plugin.php:677
152
  #, fuzzy
153
  msgid "Photos"
154
  msgstr "Foto"
155
 
156
+ #: gallery-plugin.php:678
 
 
157
  msgid "Date"
158
  msgstr "Datum"
159
 
160
+ #: gallery-plugin.php:851
161
  msgid "Settings are saved"
162
  msgstr "Einstellungen gespeichert."
163
 
164
+ #: gallery-plugin.php:868
165
  #, fuzzy
166
  msgid "All plugin settings were restored."
167
  msgstr "auf der Plugin-Optionen-Seite ("
168
 
169
+ #: gallery-plugin.php:880
170
  msgid "Gallery Settings"
171
  msgstr "Galerie Einstellungen"
172
 
173
+ #: gallery-plugin.php:883
 
 
 
 
 
174
  msgid "Go PRO"
175
  msgstr ""
176
 
177
+ #: gallery-plugin.php:893
178
  #, fuzzy
179
  msgid "Please enable JavaScript to use the option to renew images."
180
  msgstr "Please enable JavaScript um den File-Uploader zu benutzen."
181
 
182
+ #: gallery-plugin.php:905
183
  #, php-format
184
+ msgid ""
185
+ "You can add the Gallery to your page or post by clicking on %s button in the "
186
+ "content edit block using the Visual mode. If the button isn't displayed, "
187
+ "please use the shortcode %s, where * stands for gallery ID"
188
  msgstr ""
189
 
190
+ #: gallery-plugin.php:915
191
+ msgid "Number of images in the row"
192
+ msgstr "Anzahl Bilder in einer Reihe"
193
 
194
+ #: gallery-plugin.php:917
195
  #, fuzzy
196
+ msgid ""
197
+ "The number of images per row can be less depending on the width of the "
198
+ "parent block"
199
+ msgstr "Anzahl Bilder in einer Reihe"
 
 
200
 
201
+ #: gallery-plugin.php:921 gallery-plugin.php:947
 
 
202
  msgid "Image size"
203
  msgstr "Name der Bilder"
204
 
205
+ #: gallery-plugin.php:924
206
+ msgid ""
207
+ "WordPress will create a new thumbnail with the specified dimensions when you "
208
+ "upload a new photo."
209
+ msgstr ""
210
+ "Wordpress wird ein neues Thumbnail mit den Einstellungen erstellen, wenn du "
211
+ "ein neues Bild hochlädst."
212
+
213
+ #: gallery-plugin.php:926
214
+ #, fuzzy
215
+ msgid "For the album cover"
216
+ msgstr "Bildgröße für Beitragsbild"
217
+
218
+ #: gallery-plugin.php:927 gallery-plugin.php:931 gallery-plugin.php:952
219
+ msgid "width x height"
220
+ msgstr ""
221
 
222
+ #: gallery-plugin.php:927 gallery-plugin.php:931 gallery-plugin.php:952
223
+ msgid "in px"
224
+ msgstr ""
 
225
 
226
+ #: gallery-plugin.php:930
227
  #, fuzzy
228
+ msgid "For thumbnails"
229
  msgstr "Bildgröße für Beitragsbild"
230
 
231
+ #: gallery-plugin.php:934
232
+ msgid "Update images for gallery"
233
+ msgstr ""
234
 
235
+ #: gallery-plugin.php:943 gallery-plugin.php:1142 gallery-plugin.php:1363
 
 
236
  msgid "Close"
237
  msgstr ""
238
 
239
+ #: gallery-plugin.php:950
240
  #, fuzzy
241
+ msgid "For images in the lightbox"
242
  msgstr "Galeriegröße in der Lightbox"
243
 
244
+ #: gallery-plugin.php:954
 
 
 
 
 
 
 
 
245
  msgid "Display a full size image in the lightbox"
246
  msgstr "Zeige das Bild in Originalgröße in derLightbox"
247
 
248
+ #: gallery-plugin.php:959
249
  msgid "Crop position"
250
  msgstr "Crop Position"
251
 
252
+ #: gallery-plugin.php:963 gallery-plugin.php:969
 
253
  msgid "center"
254
  msgstr "zentriert"
255
 
256
+ #: gallery-plugin.php:965
257
  msgid "Horizontal"
258
  msgstr "Horizontal"
259
 
260
+ #: gallery-plugin.php:971
261
  msgid "Vertical"
262
  msgstr "vertikal"
263
 
264
+ #: gallery-plugin.php:976
265
+ #, fuzzy
266
+ msgid "Single gallery view"
267
+ msgstr "Galerie Slug"
268
 
269
+ #: gallery-plugin.php:979
270
+ msgid "Grid"
271
+ msgstr ""
272
 
273
+ #: gallery-plugin.php:980
274
+ msgid "Masonry"
275
+ msgstr ""
276
 
277
+ #: gallery-plugin.php:986 gallery-plugin.php:1207
278
+ msgid ""
279
+ "If you upgrade to Pro version all your settings and galleries will be saved."
280
  msgstr ""
281
 
282
+ #: gallery-plugin.php:993 gallery-plugin.php:1214
 
283
  msgid "Unlock premium options by upgrading to Pro version"
284
  msgstr ""
285
 
286
+ #: gallery-plugin.php:997 gallery-plugin.php:1218
 
287
  msgid "Start Your Trial"
288
  msgstr ""
289
 
290
+ #: gallery-plugin.php:998 gallery-plugin.php:1219 gallery-plugin.php:2654
 
 
291
  msgid "or"
292
  msgstr ""
293
 
294
+ #: gallery-plugin.php:1000 gallery-plugin.php:1221
 
295
  #, fuzzy
296
  msgid "Learn More"
297
  msgstr "Mehr erfahren"
298
 
299
+ #: gallery-plugin.php:1008
300
+ msgid "Display image text"
301
+ msgstr ""
302
+
303
+ #: gallery-plugin.php:1010
304
+ msgid "Turn off the checkbox, if you want to display text just in a lightbox"
305
+ msgstr "Text nur in Lightbox anzeigen"
306
+
307
+ #: gallery-plugin.php:1014
308
  msgid "Images with border"
309
  msgstr "Bilder mit Rand"
310
 
311
+ #: gallery-plugin.php:1018
312
  msgid "Border width in px, just numbers"
313
  msgstr "Breite Bildrand in Pixel"
314
 
315
+ #: gallery-plugin.php:1019
316
  msgid "Select a border color"
317
  msgstr "Rahmenfarbe"
318
 
319
+ #: gallery-plugin.php:1024
320
+ msgid "Sort images"
321
+ msgstr "Reihenfolge"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
322
 
323
+ #: gallery-plugin.php:1027
324
+ #, fuzzy
325
+ msgid "by Attachment ID"
326
  msgstr "Anhang ID"
327
 
328
+ #: gallery-plugin.php:1028
329
+ #, fuzzy
330
+ msgid "by Image Name"
331
  msgstr "Bildname"
332
 
333
+ #: gallery-plugin.php:1029 gallery-plugin.php:1050
334
+ #, fuzzy
335
+ msgid "by Date"
336
+ msgstr "Datum"
337
+
338
+ #: gallery-plugin.php:1030
339
+ msgid "by Sorting order in the Gallery"
340
  msgstr ""
341
 
342
+ #: gallery-plugin.php:1031 gallery-plugin.php:1055
 
343
  msgid "Random"
344
  msgstr "Zufall"
345
 
346
+ #: gallery-plugin.php:1036
347
+ #, fuzzy
348
+ msgid "The images sort order"
349
+ msgstr "Bilder mit Rand"
350
 
351
+ #: gallery-plugin.php:1039 gallery-plugin.php:1063
 
352
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
353
  msgstr "ASC (aufsteigend)"
354
 
355
+ #: gallery-plugin.php:1040 gallery-plugin.php:1064
356
+ msgid ""
357
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
358
  msgstr "DESC (absteigend)"
359
 
360
+ #: gallery-plugin.php:1045
361
  #, fuzzy
362
+ msgid "Sort galleries"
363
+ msgstr "Galerien"
364
 
365
+ #: gallery-plugin.php:1048
366
  #, fuzzy
367
+ msgid "by Gallery ID"
368
  msgstr "Galerie"
369
 
370
+ #: gallery-plugin.php:1049
371
+ #, fuzzy
372
+ msgid "by Title"
373
+ msgstr "Titel"
374
+
375
+ #: gallery-plugin.php:1051
376
+ msgid "by Last modified date"
377
  msgstr ""
378
 
379
+ #: gallery-plugin.php:1052
380
+ msgid "by Comment count"
381
  msgstr ""
382
 
383
+ #: gallery-plugin.php:1053
384
  #, fuzzy
385
+ msgid "by Sorting order (the input field for sorting order)"
386
+ msgstr ""
387
+ "Reihenfolge (the input field for sorting order in the Insert / Upload Media "
388
+ "Gallery dialog)"
389
 
390
+ #: gallery-plugin.php:1054
391
  #, fuzzy
392
+ msgid "by Author"
393
+ msgstr "Author"
394
 
395
+ #: gallery-plugin.php:1060
396
+ msgid "The galleries sort order"
397
+ msgstr ""
 
398
 
399
+ #: gallery-plugin.php:1069
400
+ msgid "Start slideshow"
401
+ msgstr "Starte Slideshow"
402
+
403
+ #: gallery-plugin.php:1072
404
+ msgid "Slideshow interval"
405
+ msgstr "Slideshow Geschwindigkeit"
406
 
407
+ #: gallery-plugin.php:1072
408
+ msgid "(ms)"
409
+ msgstr ""
410
+
411
+ #: gallery-plugin.php:1076
412
+ msgid "Use single lightbox for multiple galleries on one page"
413
+ msgstr ""
414
+
415
+ #: gallery-plugin.php:1082
416
  msgid "Display the Back link"
417
  msgstr "Aktiviere Zurück-Link"
418
 
419
+ #: gallery-plugin.php:1088
420
  msgid "Display the Back link in the shortcode"
421
  msgstr "Aktiviere Zurück-Link im Shortcode"
422
 
423
+ #: gallery-plugin.php:1094
424
  msgid "The Back link text"
425
  msgstr "Zurück-Link Text"
426
 
427
+ #: gallery-plugin.php:1100
428
  msgid "The Back link URL"
429
  msgstr "Zurück-Link URL"
430
 
431
+ #: gallery-plugin.php:1103
432
  msgid "Gallery page (Page with Gallery Template)"
433
  msgstr "Galerie-Seite (Seite mit Gallerie-Template)"
434
 
435
+ #: gallery-plugin.php:1105
436
  msgid "(Full URL to custom page)"
437
  msgstr "(URL zu eigener Seite)"
438
 
439
+ #: gallery-plugin.php:1110
440
  msgid "The Read More link text"
441
  msgstr "Weiterlesen link Text"
442
 
443
+ #: gallery-plugin.php:1116
444
  msgid "Add gallery to the search"
445
  msgstr ""
446
 
447
+ #: gallery-plugin.php:1121 gallery-plugin.php:1124 gallery-plugin.php:1128
 
 
448
  msgid "Using"
449
  msgstr ""
450
 
451
+ #: gallery-plugin.php:1121 gallery-plugin.php:1124 gallery-plugin.php:1128
 
 
452
  msgid "powered by"
453
  msgstr ""
454
 
455
+ #: gallery-plugin.php:1124 gallery-plugin.php:1338
 
456
  #, fuzzy
457
  msgid "Activate"
458
  msgstr "Aktivierte Plugins"
459
 
460
+ #: gallery-plugin.php:1128
461
  msgid "Download"
462
  msgstr ""
463
 
464
+ #: gallery-plugin.php:1133
465
  msgid "Rewrite templates after update"
466
  msgstr ""
467
 
468
+ #: gallery-plugin.php:1135
469
  #, php-format
470
+ msgid ""
471
+ "Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
472
+ "theme folder and You don't want to rewrite them"
473
  msgstr ""
474
 
475
+ #: gallery-plugin.php:1149
476
+ #, fuzzy
477
+ msgid "Under image"
478
+ msgstr "Reihenfolge Bilder"
479
+
480
+ #: gallery-plugin.php:1150
481
+ msgid "By mouse hover"
482
+ msgstr ""
483
+
484
+ #: gallery-plugin.php:1155
485
  msgid "Use pagination for images"
486
  msgstr ""
487
 
488
+ #: gallery-plugin.php:1158
489
  msgid "per page"
490
  msgstr ""
491
 
492
+ #: gallery-plugin.php:1162
493
+ msgid "Lightbox background"
494
+ msgstr "Lightbox Hintergrund"
495
+
496
+ #: gallery-plugin.php:1165
497
+ msgid "Background transparency (from 0 to 1)"
498
+ msgstr "Hintergrund Transparenz (0 – 1)"
499
+
500
+ #: gallery-plugin.php:1166
501
+ msgid "Select a background color"
502
+ msgstr "Wähle eine Hintergrundfarbe"
503
+
504
+ #: gallery-plugin.php:1170
505
  msgid "The lightbox helper"
506
  msgstr ""
507
 
508
+ #: gallery-plugin.php:1172
509
  msgid "Do not use"
510
  msgstr ""
511
 
512
+ #: gallery-plugin.php:1173
513
  msgid "Button helper"
514
  msgstr ""
515
 
516
+ #: gallery-plugin.php:1174
517
  msgid "Thumbnail helper"
518
  msgstr ""
519
 
520
+ #: gallery-plugin.php:1178
521
  msgid "Display Like buttons in the lightbox"
522
  msgstr "Aktivier Like-Button in der Lightbox"
523
 
524
+ #: gallery-plugin.php:1180
525
  msgid "FaceBook"
526
  msgstr "Facebook"
527
 
528
+ #: gallery-plugin.php:1181
529
  msgid "Twitter"
530
  msgstr "Twitter"
531
 
532
+ #: gallery-plugin.php:1182
533
  msgid "Pinterest"
534
  msgstr "Pinterest"
535
 
536
+ #: gallery-plugin.php:1183
537
  msgid "Google +1"
538
  msgstr "Goolge+"
539
 
540
+ #: gallery-plugin.php:1187
541
  msgid "Slug for gallery item"
542
  msgstr "Galerie Slug"
543
 
544
+ #: gallery-plugin.php:1189
545
  msgid "for any structure of permalinks except the default structure"
546
  msgstr "Permalinkstruktur (Default ausgenommen)"
547
 
548
+ #: gallery-plugin.php:1193
549
  msgid "Title for lightbox button"
550
  msgstr ""
551
 
552
+ #: gallery-plugin.php:1199
553
+ msgid ""
554
+ "Display all images in the lightbox instead of going into a single gallery"
555
  msgstr ""
556
 
557
+ #: gallery-plugin.php:1202
558
  #, php-format
559
  msgid "When using the gallery template or a shortcode with `%s` parameter"
560
  msgstr ""
561
 
562
+ #: gallery-plugin.php:1228
563
  msgid "Save Changes"
564
  msgstr "Einstellungen speichern"
565
 
566
+ #: gallery-plugin.php:1233
567
+ msgid ""
568
+ "If you install the demo-data, will be created galleries with images, demo-"
569
+ "post with available shortcodes and page with a list of all the galleries."
570
+ msgstr ""
571
+
572
+ #: gallery-plugin.php:1265
573
+ msgid "FAQ"
574
+ msgstr "FAQ"
575
+
576
+ #: gallery-plugin.php:1266
577
  msgid "Support"
578
  msgstr "Support"
579
 
580
+ #: gallery-plugin.php:1302
581
  msgid "Updating images..."
582
  msgstr ""
583
 
584
+ #: gallery-plugin.php:1303
585
  #, fuzzy
586
  msgid "No image found."
587
  msgstr "Keine Galerien gefunden"
588
 
589
+ #: gallery-plugin.php:1304
590
  msgid "All images are updated."
591
  msgstr ""
592
 
593
+ #: gallery-plugin.php:1305
594
  msgid "Error."
595
  msgstr ""
596
 
597
+ #: gallery-plugin.php:1318
598
  msgid ""
599
  "You are about to delete these items from this gallery.\n"
600
  " 'Cancel' to stop, 'OK' to delete."
601
  msgstr ""
602
 
603
+ #: gallery-plugin.php:1319
604
+ msgid ""
605
+ "Switching to another mode, all unsaved data will be lost. Save data before "
606
+ "switching?"
607
  msgstr ""
608
 
609
+ #: gallery-plugin.php:1320
610
  msgid "Insert Media"
611
  msgstr ""
612
 
613
+ #: gallery-plugin.php:1321
614
  msgid "Insert"
615
  msgstr ""
616
 
617
+ #: gallery-plugin.php:1333
618
  #, fuzzy
619
  msgid "Learn more"
620
  msgstr "Mehr erfahren"
621
 
622
+ #: gallery-plugin.php:1345
623
  #, fuzzy
624
  msgid "Install now"
625
  msgstr "Installiere %s"
626
 
627
+ #: gallery-plugin.php:1354
628
  msgid "Add multiple gallery categories"
629
  msgstr ""
630
 
631
+ #: gallery-plugin.php:1354
632
+ msgid ""
633
+ "Install Gallery Categories plugin to add unlimited number of categories."
634
  msgstr ""
635
 
636
+ #: gallery-plugin.php:1638 template/gallery-single-template.php:103
 
637
  msgid "Sorry, nothing found."
638
  msgstr "Leider nichts gefunden."
639
 
640
+ #: gallery-plugin.php:1651 template/gallery-single-template.php:124
 
641
  msgid "Image"
642
  msgstr "Bild"
643
 
644
+ #: gallery-plugin.php:1651 template/gallery-single-template.php:19
 
645
  msgid "Download high resolution image"
646
  msgstr "Lade Bild in Originalgröße"
647
 
648
+ #: gallery-plugin.php:1781
649
  #, fuzzy
650
  msgid "Image size not defined"
651
  msgstr "Name der Bilder"
652
 
653
+ #: gallery-plugin.php:1796
654
+ msgid ""
655
+ "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
656
+ "manually reload image."
657
  msgstr ""
658
 
659
+ #: gallery-plugin.php:1807
660
  msgid "Image size changes not defined"
661
  msgstr ""
662
 
663
+ #: gallery-plugin.php:1836 gallery-plugin.php:1839 gallery-plugin.php:1844
 
 
664
  msgid "Invalid path"
665
  msgstr ""
666
 
667
+ #: gallery-plugin.php:2012
668
  msgid "Add images requires JavaScript."
669
  msgstr ""
670
 
671
+ #: gallery-plugin.php:2015
672
  msgid "Add Media"
673
  msgstr ""
674
 
675
+ #: gallery-plugin.php:2025
676
  msgid "The grid view for the Gallery images requires JavaScript."
677
  msgstr ""
678
 
679
+ #: gallery-plugin.php:2025
680
  msgid "Switch to the list view"
681
  msgstr ""
682
 
683
+ #: gallery-plugin.php:2052
684
  msgid "List View"
685
  msgstr ""
686
 
687
+ #: gallery-plugin.php:2053
688
  msgid "Grid View"
689
  msgstr ""
690
 
691
+ #: gallery-plugin.php:2108
692
  msgid "Filter"
693
  msgstr ""
694
 
695
+ #: gallery-plugin.php:2112
696
  msgid "Empty Trash"
697
  msgstr ""
698
 
699
+ #: gallery-plugin.php:2133
700
  #, fuzzy
701
  msgid "No images found"
702
  msgstr "Keine Galerien gefunden"
703
 
704
+ #: gallery-plugin.php:2185
705
  msgid "Select bulk action"
706
  msgstr ""
707
 
708
+ #: gallery-plugin.php:2187
709
  msgid "Bulk Actions"
710
  msgstr ""
711
 
712
+ #: gallery-plugin.php:2197
713
  msgid "Apply"
714
  msgstr ""
715
 
716
+ #: gallery-plugin.php:2204 gallery-plugin.php:2383
 
717
  #, fuzzy
718
  msgid "Delete from Gallery"
719
  msgstr "Neue Galerie"
720
 
721
+ #: gallery-plugin.php:2217 gallery-plugin.php:2231
 
722
  #, fuzzy
723
  msgid "Display link to the original file under each image in the lightbox"
724
  msgstr "Zeige das Bild in Originalgröße in derLightbox"
725
 
726
+ #: gallery-plugin.php:2226
727
  msgid "Bulk Select"
728
  msgstr ""
729
 
730
+ #: gallery-plugin.php:2228
731
  msgid "Cancel Selection"
732
  msgstr ""
733
 
734
+ #: gallery-plugin.php:2229
735
  msgid "Delete Selected"
736
  msgstr ""
737
 
738
+ #: gallery-plugin.php:2242
739
  msgid "File"
740
  msgstr ""
741
 
742
+ #: gallery-plugin.php:2243 gallery-plugin.php:2332 gallery-plugin.php:2441
 
 
743
  msgid "Dimensions"
744
  msgstr ""
745
 
746
+ #: gallery-plugin.php:2245 gallery-plugin.php:2365 gallery-plugin.php:2451
 
 
747
  msgid "Alt tag"
748
  msgstr ""
749
 
750
+ #: gallery-plugin.php:2245 gallery-plugin.php:2367
751
+ msgid ""
752
+ "The alt attribute specifies an alternate text for an image, if the image "
753
+ "cannot be displayed."
754
  msgstr ""
755
 
756
+ #: gallery-plugin.php:2246 gallery-plugin.php:2373 gallery-plugin.php:2456
 
 
757
  msgid "Custom URL"
758
  msgstr ""
759
 
760
+ #: gallery-plugin.php:2246 gallery-plugin.php:2375
761
+ msgid ""
762
+ "By clicking on the thumbnail you'll go to the link (if the field is filled) "
763
+ "or the image will be opened in the lightbox (if the field isn't filled)"
764
  msgstr ""
765
 
766
+ #: gallery-plugin.php:2324
767
  msgid "Deselect"
768
  msgstr ""
769
 
770
+ #: gallery-plugin.php:2330
771
  msgid "File name"
772
  msgstr ""
773
 
774
+ #: gallery-plugin.php:2331
775
  msgid "File type"
776
  msgstr ""
777
 
778
+ #: gallery-plugin.php:2335 gallery-plugin.php:2437
 
779
  #, fuzzy
780
  msgid "Edit Attachment Info"
781
  msgstr "Anhang ID"
782
 
783
+ #: gallery-plugin.php:2335
784
  #, fuzzy
785
  msgid "Edit Attachment"
786
  msgstr "Anhang ID"
787
 
788
+ #: gallery-plugin.php:2345
789
  msgid "Go Pro"
790
  msgstr ""
791
 
792
+ #: gallery-plugin.php:2345
793
  msgid "Pro version"
794
  msgstr ""
795
 
796
+ #: gallery-plugin.php:2348
797
  msgid "This setting is available in Pro version"
798
  msgstr "Diese Einstellung ist in der Pro-Version verfügbar"
799
 
800
+ #: gallery-plugin.php:2381
801
  msgid "Edit more details"
802
  msgstr ""
803
 
804
+ #: gallery-plugin.php:2416
805
  #, php-format
806
  msgid "Select %s"
807
  msgstr ""
808
 
809
+ #: gallery-plugin.php:2429
810
  #, php-format
811
  msgid "Edit &#8220;%s&#8221;"
812
  msgstr ""
813
 
814
+ #: gallery-plugin.php:2474 gallery-plugin.php:2487
 
815
  msgid "Edit"
816
  msgstr ""
817
 
818
+ #: gallery-plugin.php:2477 gallery-plugin.php:2492
 
819
  msgid "Trash"
820
  msgstr ""
821
 
822
+ #: gallery-plugin.php:2480 gallery-plugin.php:2495
 
823
  msgid "Delete Permanently"
824
  msgstr ""
825
 
826
+ #: gallery-plugin.php:2482 gallery-plugin.php:2500
 
827
  #, php-format
828
  msgid "View &#8220;%s&#8221;"
829
  msgstr ""
830
 
831
+ #: gallery-plugin.php:2482 gallery-plugin.php:2500
 
832
  msgid "View"
833
  msgstr ""
834
 
835
+ #: gallery-plugin.php:2484
836
  #, fuzzy
837
  msgid "Attach"
838
  msgstr "Anhang ID"
839
 
840
+ #: gallery-plugin.php:2490
841
  msgid "Restore"
842
  msgstr ""
843
 
844
+ #: gallery-plugin.php:2621
845
  msgid "Warning"
846
  msgstr ""
847
 
848
+ #: gallery-plugin.php:2621
849
  msgid "You can add only images to the gallery"
850
  msgstr ""
851
 
852
+ #: gallery-plugin.php:2663
853
+ #, fuzzy
854
+ msgid "no title"
855
+ msgstr "Titel"
856
+
857
+ #: gallery-plugin.php:2671
858
  #, fuzzy
859
  msgid "Sorry, no gallery found."
860
  msgstr "Leider nichts gefunden."
861
 
862
+ #: gallery-plugin.php:2677
863
  #, fuzzy
864
+ msgid ""
865
+ "Display an album image with the description and the link to a single gallery "
866
+ "page"
867
  msgstr "Shortcode zum Anzeigen einer Kurzbeschreibung, Link und Bild"
868
 
869
+ #: template/gallery-template.php:14
870
+ #, fuzzy
871
+ msgid "Gallery Category"
872
+ msgstr "Bildgröße für Galerie"
873
+
874
+ #: inc/demo-data/class-bws-demo-data.php:31
875
  #, fuzzy
876
  msgid "Install Demo Data"
877
  msgstr "Installiere %s"
878
 
879
+ #: inc/demo-data/class-bws-demo-data.php:34
 
 
 
 
880
  msgid "Remove Demo Data"
881
  msgstr ""
882
 
883
+ #: inc/demo-data/class-bws-demo-data.php:35
884
  msgid "Delete demo-data and restore old plugin settings."
885
  msgstr ""
886
 
887
+ #: inc/demo-data/class-bws-demo-data.php:53
888
  msgid "Yes, install demo data"
889
  msgstr ""
890
 
891
+ #: inc/demo-data/class-bws-demo-data.php:54
892
  msgid "Are you sure you want to install demo data?"
893
  msgstr ""
894
 
895
+ #: inc/demo-data/class-bws-demo-data.php:56
896
  msgid "Yes, remove demo data"
897
  msgstr ""
898
 
899
+ #: inc/demo-data/class-bws-demo-data.php:57
900
  msgid "Are you sure you want to remove demo data?"
901
  msgstr ""
902
 
903
+ #: inc/demo-data/class-bws-demo-data.php:64
904
  #, fuzzy
905
  msgid "No, go back to the settings page"
906
  msgstr "auf der Plugin-Optionen-Seite ("
907
 
908
+ #: inc/demo-data/class-bws-demo-data.php:119
909
  msgid "Can not get demo data."
910
  msgstr ""
911
 
912
+ #: inc/demo-data/class-bws-demo-data.php:126
913
  msgid "Demo options already installed."
914
  msgstr ""
915
 
916
+ #: inc/demo-data/class-bws-demo-data.php:355
917
  msgid "Demo data successfully installed."
918
  msgstr ""
919
 
920
+ #: inc/demo-data/class-bws-demo-data.php:357
921
  msgid "View post with shortcodes"
922
  msgstr ""
923
 
924
+ #: inc/demo-data/class-bws-demo-data.php:360
925
  msgid "View page with examples"
926
  msgstr ""
927
 
928
+ #: inc/demo-data/class-bws-demo-data.php:369
929
  msgid "Installation of demo data with some errors occurred."
930
  msgstr ""
931
 
932
+ #: inc/demo-data/class-bws-demo-data.php:372
933
  msgid "Posts data is missing."
934
  msgstr ""
935
 
936
+ #: inc/demo-data/class-bws-demo-data.php:446
937
  msgid "Demo data have already been removed."
938
  msgstr ""
939
 
940
+ #: inc/demo-data/class-bws-demo-data.php:503
941
  msgid "Demo data successfully removed."
942
  msgstr ""
943
 
944
+ #: inc/demo-data/class-bws-demo-data.php:507
945
  msgid "Removing demo data with some errors occurred."
946
  msgstr ""
947
 
948
+ #: inc/demo-data/class-bws-demo-data.php:576
949
  msgid "Close notice"
950
  msgstr ""
951
 
952
+ #: inc/demo-data/class-bws-demo-data.php:580
953
  #, fuzzy
954
  msgid "Install demo data"
955
  msgstr "Installiere %s"
956
 
957
+ #: inc/demo-data/class-bws-demo-data.php:580
958
  msgid "for an acquaintance with the possibilities of the"
959
  msgstr ""
960
 
961
+ #~ msgid "Sort images by"
962
+ #~ msgstr "Sortieren nach"
963
+
964
  #, fuzzy
965
+ #~ msgid "Sort galleries by"
966
+ #~ msgstr "Sortieren nach"
967
+
968
+ #~ msgid "Width (in px)"
969
+ #~ msgstr "Breite (in px)"
970
+
971
+ #~ msgid "Height (in px)"
972
+ #~ msgstr "Höhe (in px)"
973
+
974
+ #~ msgid "Max width (in px)"
975
+ #~ msgstr "max. Breite (in px)"
976
+
977
+ #~ msgid "Max height (in px)"
978
+ #~ msgstr "max. Höhe (in px)"
979
+
980
+ #, fuzzy
981
+ #~ msgid "Display text under the image"
982
+ #~ msgstr "Zeige Text über dem Bild"
983
 
984
  #~ msgid "URL"
985
  #~ msgstr "URL"
languages/gallery-plugin-es_ES.mo CHANGED
Binary file
languages/gallery-plugin-es_ES.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-10-06 15:06+0300\n"
6
- "PO-Revision-Date: 2015-10-06 15:06+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Carlos Limia <climia@climia.es>\n"
9
  "Language: pt_BR\n"
@@ -20,1005 +20,1074 @@ msgstr ""
20
 
21
  # @ bestwebsoft
22
  # @ gallery
23
- #: gallery-plugin.php:45
24
- #: gallery-plugin.php:830
25
- #: gallery-plugin.php:1206
26
- #: gallery-plugin.php:1223
27
  msgid "Settings"
28
  msgstr "Configuraciones"
29
 
30
  # @ gallery
31
- #: gallery-plugin.php:110
32
  msgid "See images &raquo;"
33
  msgstr "Ver imagens &raquo;"
34
 
35
- #: gallery-plugin.php:113
36
  msgid "Return to all albums"
37
  msgstr ""
38
 
39
  # @ gallery
40
- #: gallery-plugin.php:342
41
  #, fuzzy, php-format
42
- msgid "The following files '%s' and '%s' were not found in the directory of your theme. Please copy them from the directory `%s` to the directory of your theme for the correct work of the Gallery plugin"
43
- msgstr "Os siguientes archivos \"gallery-template.php\" y \"gallery-single-template.php\" no se encontraron en el directorio de tema utilizado. Por favor, copie los del directorio `/wp-content/plugins/gallery-plugin/template/` al directorio de su tema para que el plugin Galeria funcione corretamente"
 
 
 
 
 
 
 
44
 
45
  # @ gallery
46
- #: gallery-plugin.php:353
47
- #: gallery-plugin.php:362
48
  msgid "Galleries"
49
  msgstr "Galerias"
50
 
51
  # @ gallery
52
- #: gallery-plugin.php:354
53
- #: gallery-plugin.php:2595
54
  msgid "Gallery"
55
  msgstr "Galeria"
56
 
57
  # @ gallery
58
- #: gallery-plugin.php:355
59
  msgid "Add New Gallery"
60
  msgstr "Agregar una Galeria nueva"
61
 
62
  # @ gallery
63
- #: gallery-plugin.php:356
64
  msgid "Edit Gallery"
65
  msgstr "Editar Galeria"
66
 
67
  # @ gallery
68
- #: gallery-plugin.php:357
69
  msgid "New Gallery"
70
  msgstr "Galeria nueva"
71
 
72
  # @ gallery
73
- #: gallery-plugin.php:358
74
  msgid "View Gallery"
75
  msgstr "Ver Galeria"
76
 
77
  # @ gallery
78
- #: gallery-plugin.php:359
79
  #, fuzzy
80
  msgid "Search Galleries"
81
  msgstr "Galerias"
82
 
83
  # @ gallery
84
- #: gallery-plugin.php:360
85
  msgid "No Gallery found"
86
  msgstr "Ninguna galeria encontrada"
87
 
88
  # @ gallery
89
- #: gallery-plugin.php:417
90
  msgid "Gallery Shortcode"
91
  msgstr "Codigo corto de Galeria"
92
 
93
  # @ gallery
94
- #: gallery-plugin.php:419
95
- #: gallery-plugin.php:460
96
- #: gallery-plugin.php:2581
97
  #, fuzzy
98
  msgid "Gallery Categories"
99
  msgstr "Tamanño de da imagen de la galeria"
100
 
101
  # @ gallery
102
- #: gallery-plugin.php:429
103
- #: gallery-plugin.php:849
104
  #, fuzzy, php-format
105
- msgid "If you would like to add a Gallery to your page or post, please use %s button"
106
- msgstr "Si quiere agregar una Galeria a su pagina o entrada, simplemente copie y pege el codigo corto en la pagina o entrada."
 
 
 
107
 
108
- #: gallery-plugin.php:434
109
  #, php-format
110
- msgid "You can add the Gallery to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode below"
 
 
 
111
  msgstr ""
112
 
113
- #: gallery-plugin.php:440
114
- msgid "Add this shortcode to a page, post or widget to display a single gallery"
 
115
  msgstr ""
116
 
117
  # @ gallery
118
- #: gallery-plugin.php:443
119
  #, fuzzy
120
- msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
121
- msgstr "Si quiere mostrar una descripcion corta con una miniatura de una Galeria en una pagina."
 
 
 
 
122
 
123
- #: gallery-plugin.php:445
124
  msgid "Short display"
125
  msgstr ""
126
 
127
- #: gallery-plugin.php:461
128
  msgid "Most Used"
129
  msgstr ""
130
 
131
  # @ gallery
132
- #: gallery-plugin.php:466
133
- #: gallery-plugin.php:939
134
  msgid "Default"
135
  msgstr "Por Defecto"
136
 
137
  # @ gallery
138
- #: gallery-plugin.php:471
139
  #, fuzzy
140
  msgid "Add New Gallery Category"
141
  msgstr "Agregar una Galeria nueva"
142
 
143
- #: gallery-plugin.php:476
144
  msgid "Install plugin"
145
  msgstr ""
146
 
147
  # @ gallery
148
- #: gallery-plugin.php:631
149
- #: gallery-plugin.php:1020
150
- #: gallery-plugin.php:2173
151
- #: gallery-plugin.php:2288
152
- #: gallery-plugin.php:2375
153
  msgid "Title"
154
  msgstr "Título"
155
 
156
  # @ gallery
157
- #: gallery-plugin.php:632
158
- #: gallery-plugin.php:1025
159
  msgid "Author"
160
  msgstr "Autor"
161
 
162
  # @ gallery
163
- #: gallery-plugin.php:633
164
  #, fuzzy
165
  msgid "Shortcode"
166
  msgstr "Codigo corto de Galeria"
167
 
168
  # @ gallery
169
- #: gallery-plugin.php:634
170
  #, fuzzy
171
  msgid "Photos"
172
  msgstr "Foto"
173
 
174
  # @ gallery
175
- #: gallery-plugin.php:635
176
- #: gallery-plugin.php:1004
177
- #: gallery-plugin.php:1021
178
  msgid "Date"
179
  msgstr "Fecha"
180
 
181
  # @ gallery
182
- #: gallery-plugin.php:800
183
  msgid "Settings are saved"
184
  msgstr "Cambios guardados"
185
 
186
  # @ gallery
187
- #: gallery-plugin.php:817
188
  #, fuzzy
189
  msgid "All plugin settings were restored."
190
  msgstr "En la pagina de opciones de este plugin ("
191
 
192
  # @ gallery
193
- #: gallery-plugin.php:828
194
  msgid "Gallery Settings"
195
  msgstr "Configuracion de la Galeria"
196
 
197
- # @ gallery
198
- #: gallery-plugin.php:831
199
- #: gallery-plugin.php:1207
200
- msgid "FAQ"
201
- msgstr "FAQ"
202
-
203
- #: gallery-plugin.php:832
204
  msgid "Go PRO"
205
  msgstr "Ir a PRO"
206
 
207
  # @ gallery
208
- #: gallery-plugin.php:842
209
  msgid "Please enable JavaScript to use the option to renew images."
210
- msgstr "Por favor habilite el Javascript para usar la opcion de renovar imagenes."
 
211
 
212
- #: gallery-plugin.php:854
213
  #, php-format
214
- msgid "You can add the Gallery to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode %s, where * stands for gallery ID"
 
 
 
215
  msgstr ""
216
 
217
- #: gallery-plugin.php:863
218
- msgid "Update images for gallery"
219
- msgstr "Actualizar imagene de la galeria"
220
-
221
  # @ gallery
222
- #: gallery-plugin.php:865
223
- msgid "Update images"
224
- msgstr "Actualizar imagenes"
225
 
226
  # @ gallery
227
- #: gallery-plugin.php:873
228
- msgid "Image size for the album cover"
229
- msgstr "Tamanño de la imagen para la portada del álbum"
 
 
 
230
 
231
  # @ gallery
232
- #: gallery-plugin.php:875
233
- #: gallery-plugin.php:889
234
- #: gallery-plugin.php:913
235
  msgid "Image size"
236
  msgstr "Tamaño de la imagen"
237
 
238
  # @ gallery
239
- #: gallery-plugin.php:878
240
- #: gallery-plugin.php:892
241
- msgid "Width (in px)"
242
- msgstr "Ancho (em px)"
 
243
 
244
  # @ gallery
245
- #: gallery-plugin.php:882
246
- #: gallery-plugin.php:896
247
- msgid "Height (in px)"
248
- msgstr "Altura (em px)"
 
 
 
 
 
 
 
 
249
 
250
  # @ gallery
251
- #: gallery-plugin.php:887
252
  #, fuzzy
253
- msgid "Image size for thumbnails"
254
  msgstr "Tamanño de la imagen para la portada del álbum"
255
 
256
- # @ gallery
257
- #: gallery-plugin.php:901
258
- msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
259
- msgstr "WordPress creara una miniatura nueva cuando suba una nueva imagen."
260
 
261
- #: gallery-plugin.php:907
262
- #: gallery-plugin.php:1101
263
- #: gallery-plugin.php:1307
264
  msgid "Close"
265
  msgstr ""
266
 
267
  # @ gallery
268
- #: gallery-plugin.php:911
269
  #, fuzzy
270
- msgid "Image size in the lightbox"
271
  msgstr "Tamanño de la imagen en la galeria del Lightbox"
272
 
273
  # @ gallery
274
- #: gallery-plugin.php:914
275
- msgid "Max width (in px)"
276
- msgstr "Ancho máximo (em px)"
277
-
278
- # @ gallery
279
- #: gallery-plugin.php:915
280
- msgid "Max height (in px)"
281
- msgstr "Altura máxima (em px)"
282
-
283
- # @ gallery
284
- #: gallery-plugin.php:916
285
  msgid "Display a full size image in the lightbox"
286
  msgstr "Exibir la imagen en su tamaño completo en el Lightbox"
287
 
288
  # @ gallery
289
- #: gallery-plugin.php:920
290
  msgid "Crop position"
291
  msgstr "Recortar posicion"
292
 
293
  # @ gallery
294
- #: gallery-plugin.php:924
295
- #: gallery-plugin.php:930
296
  msgid "center"
297
  msgstr "centro"
298
 
299
  # @ gallery
300
- #: gallery-plugin.php:926
301
  msgid "Horizontal"
302
  msgstr "Horizontal"
303
 
304
  # @ gallery
305
- #: gallery-plugin.php:932
306
  msgid "Vertical"
307
  msgstr "Vertical"
308
 
309
  # @ gallery
310
- #: gallery-plugin.php:937
311
- msgid "Lightbox background"
312
- msgstr "Fundo del Lightbox"
 
313
 
314
- # @ gallery
315
- #: gallery-plugin.php:940
316
- msgid "Background transparency (from 0 to 1)"
317
- msgstr "Transparencia del fondo (de 0 a 1)"
318
 
319
- # @ gallery
320
- #: gallery-plugin.php:941
321
- msgid "Select a background color"
322
- msgstr "Selecionar un color de fondo"
323
 
324
- #: gallery-plugin.php:946
325
- #: gallery-plugin.php:1149
326
- msgid "If you upgrade to Pro version all your settings and galleries will be saved."
327
  msgstr "Si actualiza a PRO sus configuraciones se guardaran"
328
 
329
- #: gallery-plugin.php:953
330
- #: gallery-plugin.php:1156
331
  msgid "Unlock premium options by upgrading to Pro version"
332
  msgstr ""
333
 
334
- #: gallery-plugin.php:957
335
- #: gallery-plugin.php:1160
336
  msgid "Start Your Trial"
337
  msgstr ""
338
 
339
- #: gallery-plugin.php:958
340
- #: gallery-plugin.php:1161
341
- #: gallery-plugin.php:2583
342
  msgid "or"
343
  msgstr ""
344
 
345
- #: gallery-plugin.php:960
346
- #: gallery-plugin.php:1163
347
  msgid "Learn More"
348
  msgstr "Saber mas."
349
 
 
 
 
 
350
  # @ gallery
351
- #: gallery-plugin.php:968
 
 
 
 
 
352
  msgid "Images with border"
353
  msgstr "Imagens con borde"
354
 
355
  # @ gallery
356
- #: gallery-plugin.php:971
357
  msgid "Border width in px, just numbers"
358
  msgstr "Ancho del borde en px, solo números"
359
 
360
  # @ gallery
361
- #: gallery-plugin.php:972
362
  msgid "Select a border color"
363
  msgstr "Escoja el color del borde"
364
 
365
  # @ gallery
366
- #: gallery-plugin.php:976
367
- msgid "Number of images in the row"
368
- msgstr "Número de imagenes por fila"
369
-
370
- # @ gallery
371
- #: gallery-plugin.php:982
372
- msgid "Start slideshow"
373
- msgstr "Iniciar Apresentacion de diapositivas"
374
-
375
- # @ gallery
376
- #: gallery-plugin.php:988
377
- msgid "Slideshow interval"
378
- msgstr "Intervalo entre las diapositivas"
379
-
380
- #: gallery-plugin.php:994
381
- msgid "Use single lightbox for multiple galleries on one page"
382
- msgstr "Usar un LightBox unici para multiples galerias en una pagina."
383
-
384
- # @ gallery
385
- #: gallery-plugin.php:1000
386
- msgid "Sort images by"
387
- msgstr "Ordenar imagens por"
388
 
389
  # @ gallery
390
- #: gallery-plugin.php:1002
391
- msgid "Attachment ID"
 
392
  msgstr "ID del anexo"
393
 
394
  # @ gallery
395
- #: gallery-plugin.php:1003
396
- msgid "Image Name"
 
397
  msgstr "Nome da Imagen"
398
 
399
- #: gallery-plugin.php:1005
400
- msgid "Sorting order in the Gallery"
 
 
 
 
 
 
401
  msgstr ""
402
 
403
  # @ gallery
404
- #: gallery-plugin.php:1006
405
- #: gallery-plugin.php:1026
406
  msgid "Random"
407
  msgstr "Aleatório"
408
 
409
  # @ gallery
410
- #: gallery-plugin.php:1010
411
- msgid "Sort images"
412
- msgstr "Ordenar imagenes:"
 
413
 
414
  # @ gallery
415
- #: gallery-plugin.php:1012
416
- #: gallery-plugin.php:1032
417
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
418
- msgstr "ASC (orden ascente de los valores mas baijos a los mas altos - 1, 2, 3; a, b, c)"
 
 
419
 
420
  # @ gallery
421
- #: gallery-plugin.php:1013
422
- #: gallery-plugin.php:1033
423
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
424
- msgstr "DESC (orden descendente de los valores mas altos a los mas baijos - 1, 2, 3; a, b, c)"
 
 
425
 
426
  # @ gallery
427
- #: gallery-plugin.php:1017
428
  #, fuzzy
429
- msgid "Sort galleries by"
430
- msgstr "Ordenar imagens por"
431
 
432
  # @ gallery
433
- #: gallery-plugin.php:1019
434
  #, fuzzy
435
- msgid "Gallery ID"
436
  msgstr "Galeria"
437
 
438
- #: gallery-plugin.php:1022
439
- msgid "Last modified date"
 
 
 
 
 
 
440
  msgstr ""
441
 
442
- #: gallery-plugin.php:1023
443
- msgid "Comment count"
444
  msgstr ""
445
 
446
- #: gallery-plugin.php:1024
447
- msgid "Sorting order (the input field for sorting order)"
448
  msgstr ""
449
 
450
  # @ gallery
451
- #: gallery-plugin.php:1030
452
  #, fuzzy
453
- msgid "Sort galleries"
454
- msgstr "Galerias"
 
 
 
 
455
 
456
  # @ gallery
457
- #: gallery-plugin.php:1037
458
- #, fuzzy
459
- msgid "Display text under the image"
460
- msgstr "Mostrar texto acima da imagen"
461
 
462
  # @ gallery
463
- #: gallery-plugin.php:1039
464
- msgid "Turn off the checkbox, if you want to display text just in a lightbox"
465
- msgstr "Desmarque la casilla, si solo quiere mostrar texto en el lightbox"
 
 
 
 
 
 
 
 
466
 
467
  # @ gallery
468
- #: gallery-plugin.php:1043
469
  msgid "Display the Back link"
470
  msgstr "Mostrar enlace Volver"
471
 
472
  # @ gallery
473
- #: gallery-plugin.php:1049
474
  msgid "Display the Back link in the shortcode"
475
  msgstr "Mostrar enlace Volver codigo corto"
476
 
477
  # @ gallery
478
- #: gallery-plugin.php:1055
479
  msgid "The Back link text"
480
  msgstr "Texto del enlace volver"
481
 
482
  # @ gallery
483
- #: gallery-plugin.php:1061
484
  msgid "The Back link URL"
485
  msgstr "URL del enlacw Volver"
486
 
487
  # @ gallery
488
- #: gallery-plugin.php:1063
489
  msgid "Gallery page (Page with Gallery Template)"
490
- msgstr "Página de la Galeria (planilla otema usado para la pagina de la Galeria)"
 
491
 
492
  # @ gallery
493
- #: gallery-plugin.php:1065
494
  msgid "(Full URL to custom page)"
495
  msgstr "(URL completa para a página personalizada)"
496
 
497
  # @ gallery
498
- #: gallery-plugin.php:1069
499
  msgid "The Read More link text"
500
  msgstr "Texto del enlace leer mas"
501
 
502
- #: gallery-plugin.php:1075
503
  msgid "Add gallery to the search"
504
  msgstr "Agregar la galeria a la busqueda"
505
 
506
- #: gallery-plugin.php:1080
507
- #: gallery-plugin.php:1083
508
- #: gallery-plugin.php:1087
509
  msgid "Using"
510
  msgstr "Usando"
511
 
512
- #: gallery-plugin.php:1080
513
- #: gallery-plugin.php:1083
514
- #: gallery-plugin.php:1087
515
  msgid "powered by"
516
  msgstr "propulsado por"
517
 
518
- #: gallery-plugin.php:1083
519
- #: gallery-plugin.php:1282
520
  msgid "Activate"
521
  msgstr ""
522
 
523
- #: gallery-plugin.php:1087
524
  msgid "Download"
525
  msgstr ""
526
 
527
- #: gallery-plugin.php:1092
528
  msgid "Rewrite templates after update"
529
  msgstr ""
530
 
531
- #: gallery-plugin.php:1094
532
  #, php-format
533
- msgid "Turn off the checkbox, if You edited the file '%s' or '%s' file in your theme folder and You don't want to rewrite them"
 
 
534
  msgstr ""
535
 
536
- #: gallery-plugin.php:1105
 
 
 
 
 
 
 
 
 
 
537
  #, fuzzy
538
  msgid "Use pagination for images"
539
  msgstr "Actualizando imagenes"
540
 
541
- #: gallery-plugin.php:1108
542
  msgid "per page"
543
  msgstr ""
544
 
545
- #: gallery-plugin.php:1112
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
546
  msgid "The lightbox helper"
547
  msgstr ""
548
 
549
- #: gallery-plugin.php:1114
550
  msgid "Do not use"
551
  msgstr ""
552
 
553
- #: gallery-plugin.php:1115
554
  msgid "Button helper"
555
  msgstr ""
556
 
557
- #: gallery-plugin.php:1116
558
  msgid "Thumbnail helper"
559
  msgstr ""
560
 
561
  # @ gallery
562
- #: gallery-plugin.php:1120
563
  msgid "Display Like buttons in the lightbox"
564
  msgstr "Mostrar botones me gusta en el Lightbox"
565
 
566
  # @ gallery
567
- #: gallery-plugin.php:1122
568
  msgid "FaceBook"
569
  msgstr "Facebook"
570
 
571
  # @ gallery
572
- #: gallery-plugin.php:1123
573
  msgid "Twitter"
574
  msgstr "Twitter"
575
 
576
  # @ gallery
577
- #: gallery-plugin.php:1124
578
  msgid "Pinterest"
579
  msgstr "Pinterest"
580
 
581
  # @ gallery
582
- #: gallery-plugin.php:1125
583
  msgid "Google +1"
584
  msgstr "Google +1"
585
 
586
  # @ gallery
587
- #: gallery-plugin.php:1129
588
  msgid "Slug for gallery item"
589
  msgstr "Slug para la galeria"
590
 
591
  # @ gallery
592
- #: gallery-plugin.php:1131
593
  msgid "for any structure of permalinks except the default structure"
594
- msgstr "para qualquier estrutura de los enlaces permanentes, exceto la estrutura predeterninada"
 
 
595
 
596
- #: gallery-plugin.php:1135
597
  msgid "Title for lightbox button"
598
  msgstr ""
599
 
600
- #: gallery-plugin.php:1141
601
- msgid "Display all images in the lightbox instead of going into a single gallery"
 
602
  msgstr ""
603
 
604
- #: gallery-plugin.php:1144
605
  #, php-format
606
  msgid "When using the gallery template or a shortcode with `%s` parameter"
607
  msgstr ""
608
 
609
  # @ default
610
- #: gallery-plugin.php:1170
611
  msgid "Save Changes"
612
  msgstr "Guardar Cambios"
613
 
 
 
 
 
 
 
614
  # @ gallery
615
- #: gallery-plugin.php:1208
 
 
 
 
 
616
  msgid "Support"
617
  msgstr "Soporte"
618
 
619
- #: gallery-plugin.php:1248
620
  msgid "Updating images..."
621
  msgstr "Actualizando imagenes"
622
 
623
  # @ gallery
624
- #: gallery-plugin.php:1249
625
  #, fuzzy
626
  msgid "No image found."
627
  msgstr "Imagen no encontrada"
628
 
629
- #: gallery-plugin.php:1250
630
  #, fuzzy
631
  msgid "All images are updated."
632
  msgstr "Todas las imgenes an sido actualizados"
633
 
634
- #: gallery-plugin.php:1251
635
  msgid "Error."
636
  msgstr "Error"
637
 
638
- #: gallery-plugin.php:1262
639
  msgid ""
640
  "You are about to delete these items from this gallery.\n"
641
  " 'Cancel' to stop, 'OK' to delete."
642
  msgstr ""
643
 
644
- #: gallery-plugin.php:1263
645
- msgid "Switching to another mode, all unsaved data will be lost. Save data before switching?"
 
 
646
  msgstr ""
647
 
648
- #: gallery-plugin.php:1264
649
  msgid "Insert Media"
650
  msgstr ""
651
 
652
- #: gallery-plugin.php:1265
653
  msgid "Insert"
654
  msgstr ""
655
 
656
- #: gallery-plugin.php:1277
657
  #, fuzzy
658
  msgid "Learn more"
659
  msgstr "Saber mas."
660
 
661
- #: gallery-plugin.php:1289
662
  msgid "Install now"
663
  msgstr ""
664
 
665
- #: gallery-plugin.php:1298
666
  msgid "Add multiple gallery categories"
667
  msgstr ""
668
 
669
- #: gallery-plugin.php:1298
670
- msgid "Install Gallery Categories plugin to add unlimited number of categories."
 
671
  msgstr ""
672
 
673
  # @ gallery
674
- #: gallery-plugin.php:1573
675
- #: template/gallery-single-template.php:101
676
  msgid "Sorry, nothing found."
677
  msgstr "Disculpe, nada fue encontrado."
678
 
679
  # @ gallery
680
- #: gallery-plugin.php:1595
681
- #: template/gallery-single-template.php:120
682
  msgid "Image"
683
  msgstr "Imagen"
684
 
685
  # @ gallery
686
- #: gallery-plugin.php:1595
687
- #: template/gallery-single-template.php:19
688
  msgid "Download high resolution image"
689
  msgstr "Descarga la image de alta resolucion"
690
 
691
  # @ gallery
692
- #: gallery-plugin.php:1725
693
  msgid "Image size not defined"
694
  msgstr "Tanaño de imagen no definida"
695
 
696
- #: gallery-plugin.php:1740
697
- msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
698
- msgstr "Solo podemos actualizar archivos PNG, JPEG, GIF, WPMP o XBM. Para otros formatos necesita volver a subir elarchivo."
 
 
 
 
699
 
700
- #: gallery-plugin.php:1751
701
  msgid "Image size changes not defined"
702
  msgstr "Tamaño de imagen no esta definida."
703
 
704
- #: gallery-plugin.php:1780
705
- #: gallery-plugin.php:1783
706
- #: gallery-plugin.php:1788
707
  msgid "Invalid path"
708
  msgstr "Ruta incorrecta."
709
 
710
- #: gallery-plugin.php:1940
711
  msgid "Add images requires JavaScript."
712
  msgstr ""
713
 
714
- #: gallery-plugin.php:1943
715
  msgid "Add Media"
716
  msgstr ""
717
 
718
- #: gallery-plugin.php:1953
719
  msgid "The grid view for the Gallery images requires JavaScript."
720
  msgstr ""
721
 
722
- #: gallery-plugin.php:1953
723
  msgid "Switch to the list view"
724
  msgstr ""
725
 
726
- #: gallery-plugin.php:1980
727
  msgid "List View"
728
  msgstr ""
729
 
730
- #: gallery-plugin.php:1981
731
  msgid "Grid View"
732
  msgstr ""
733
 
734
- #: gallery-plugin.php:2036
735
  msgid "Filter"
736
  msgstr ""
737
 
738
- #: gallery-plugin.php:2040
739
  msgid "Empty Trash"
740
  msgstr ""
741
 
742
  # @ gallery
743
- #: gallery-plugin.php:2061
744
  #, fuzzy
745
  msgid "No images found"
746
  msgstr "Imagen no encontrada"
747
 
748
- #: gallery-plugin.php:2113
749
  msgid "Select bulk action"
750
  msgstr ""
751
 
752
- #: gallery-plugin.php:2115
753
  msgid "Bulk Actions"
754
  msgstr ""
755
 
756
- #: gallery-plugin.php:2125
757
  msgid "Apply"
758
  msgstr ""
759
 
760
  # @ gallery
761
- #: gallery-plugin.php:2132
762
- #: gallery-plugin.php:2312
763
  #, fuzzy
764
  msgid "Delete from Gallery"
765
  msgstr "Galeria nueva"
766
 
767
  # @ gallery
768
- #: gallery-plugin.php:2145
769
- #: gallery-plugin.php:2159
770
  #, fuzzy
771
  msgid "Display link to the original file under each image in the lightbox"
772
  msgstr "Exibir la imagen en su tamaño completo en el Lightbox"
773
 
774
- #: gallery-plugin.php:2154
775
  msgid "Bulk Select"
776
  msgstr ""
777
 
778
- #: gallery-plugin.php:2156
779
  msgid "Cancel Selection"
780
  msgstr ""
781
 
782
- #: gallery-plugin.php:2157
783
  msgid "Delete Selected"
784
  msgstr ""
785
 
786
- #: gallery-plugin.php:2171
787
  msgid "File"
788
  msgstr ""
789
 
790
- #: gallery-plugin.php:2172
791
- #: gallery-plugin.php:2261
792
- #: gallery-plugin.php:2370
793
  msgid "Dimensions"
794
  msgstr ""
795
 
796
- #: gallery-plugin.php:2174
797
- #: gallery-plugin.php:2294
798
- #: gallery-plugin.php:2380
799
  msgid "Alt tag"
800
  msgstr "Etiqueta alternativa"
801
 
802
- #: gallery-plugin.php:2174
803
- #: gallery-plugin.php:2296
804
- msgid "The alt attribute specifies an alternate text for an image, if the image cannot be displayed."
 
805
  msgstr ""
806
 
807
- #: gallery-plugin.php:2175
808
- #: gallery-plugin.php:2302
809
- #: gallery-plugin.php:2385
810
  msgid "Custom URL"
811
  msgstr ""
812
 
813
- #: gallery-plugin.php:2175
814
- #: gallery-plugin.php:2304
815
- msgid "By clicking on the thumbnail you'll go to the link (if the field is filled) or the image will be opened in the lightbox (if the field isn't filled)"
 
816
  msgstr ""
817
 
818
- #: gallery-plugin.php:2253
819
  msgid "Deselect"
820
  msgstr ""
821
 
822
- #: gallery-plugin.php:2259
823
  msgid "File name"
824
  msgstr ""
825
 
826
- #: gallery-plugin.php:2260
827
  msgid "File type"
828
  msgstr ""
829
 
830
  # @ gallery
831
- #: gallery-plugin.php:2264
832
- #: gallery-plugin.php:2366
833
  #, fuzzy
834
  msgid "Edit Attachment Info"
835
  msgstr "ID del anexo"
836
 
837
  # @ gallery
838
- #: gallery-plugin.php:2264
839
  #, fuzzy
840
  msgid "Edit Attachment"
841
  msgstr "ID del anexo"
842
 
843
- #: gallery-plugin.php:2274
844
  #, fuzzy
845
  msgid "Go Pro"
846
  msgstr "Ir a PRO"
847
 
848
- #: gallery-plugin.php:2274
849
  msgid "Pro version"
850
  msgstr ""
851
 
852
  # @ gallery
853
- #: gallery-plugin.php:2277
854
  msgid "This setting is available in Pro version"
855
  msgstr "Esta opcion solo esta disponible en la version Pro"
856
 
857
- #: gallery-plugin.php:2310
858
  msgid "Edit more details"
859
  msgstr ""
860
 
861
- #: gallery-plugin.php:2345
862
  #, php-format
863
  msgid "Select %s"
864
  msgstr ""
865
 
866
- #: gallery-plugin.php:2358
867
  #, php-format
868
  msgid "Edit &#8220;%s&#8221;"
869
  msgstr ""
870
 
871
- #: gallery-plugin.php:2403
872
- #: gallery-plugin.php:2416
873
  msgid "Edit"
874
  msgstr ""
875
 
876
- #: gallery-plugin.php:2406
877
- #: gallery-plugin.php:2421
878
  msgid "Trash"
879
  msgstr ""
880
 
881
- #: gallery-plugin.php:2409
882
- #: gallery-plugin.php:2424
883
  msgid "Delete Permanently"
884
  msgstr ""
885
 
886
- #: gallery-plugin.php:2411
887
- #: gallery-plugin.php:2429
888
  #, php-format
889
  msgid "View &#8220;%s&#8221;"
890
  msgstr ""
891
 
892
- #: gallery-plugin.php:2411
893
- #: gallery-plugin.php:2429
894
  msgid "View"
895
  msgstr ""
896
 
897
  # @ gallery
898
- #: gallery-plugin.php:2413
899
  #, fuzzy
900
  msgid "Attach"
901
  msgstr "ID del anexo"
902
 
903
- #: gallery-plugin.php:2419
904
  msgid "Restore"
905
  msgstr ""
906
 
907
- #: gallery-plugin.php:2550
908
  msgid "Warning"
909
  msgstr ""
910
 
911
- #: gallery-plugin.php:2550
912
  msgid "You can add only images to the gallery"
913
  msgstr ""
914
 
915
  # @ gallery
916
- #: gallery-plugin.php:2597
 
 
 
 
 
 
917
  #, fuzzy
918
  msgid "Sorry, no gallery found."
919
  msgstr "Disculpe, nada fue encontrado."
920
 
921
  # @ gallery
922
- #: gallery-plugin.php:2603
923
  #, fuzzy
924
- msgid "Display an album image with the description and the link to a single gallery page"
925
- msgstr "Si quiere mostrar una descripcion corta con una miniatura de una Galeria en una pagina."
926
-
927
- #: inc/demo-data/demo-data-loader.php:78
928
- msgid "Install Demo Data"
929
  msgstr ""
 
 
930
 
931
- #: inc/demo-data/demo-data-loader.php:79
932
- msgid "If you install the demo-data, will be created galleries with images, demo-post with available shortcodes and page with a list of all the galleries, plugin settings will be overwritten, however, when you delete the demo data, they will be restored."
 
 
 
 
 
 
933
  msgstr ""
934
 
935
- #: inc/demo-data/demo-data-loader.php:82
936
  msgid "Remove Demo Data"
937
  msgstr ""
938
 
939
- #: inc/demo-data/demo-data-loader.php:83
940
  msgid "Delete demo-data and restore old plugin settings."
941
  msgstr ""
942
 
943
- #: inc/demo-data/demo-data-loader.php:108
944
  msgid "Yes, install demo data"
945
  msgstr ""
946
 
947
- #: inc/demo-data/demo-data-loader.php:109
948
  msgid "Are you sure you want to install demo data?"
949
  msgstr ""
950
 
951
- #: inc/demo-data/demo-data-loader.php:111
952
  msgid "Yes, remove demo data"
953
  msgstr ""
954
 
955
- #: inc/demo-data/demo-data-loader.php:112
956
  msgid "Are you sure you want to remove demo data?"
957
  msgstr ""
958
 
959
  # @ gallery
960
- #: inc/demo-data/demo-data-loader.php:119
961
  #, fuzzy
962
  msgid "No, go back to the settings page"
963
  msgstr "En la pagina de opciones de este plugin ("
964
 
965
- #: inc/demo-data/demo-data-loader.php:167
966
  msgid "Can not get demo data."
967
  msgstr ""
968
 
969
- #: inc/demo-data/demo-data-loader.php:173
970
  msgid "Demo options already installed."
971
  msgstr ""
972
 
973
- #: inc/demo-data/demo-data-loader.php:296
974
  msgid "Demo data successfully installed."
975
  msgstr ""
976
 
977
- #: inc/demo-data/demo-data-loader.php:298
978
  msgid "View post with shortcodes"
979
  msgstr ""
980
 
981
- #: inc/demo-data/demo-data-loader.php:301
982
  msgid "View page with examples"
983
  msgstr ""
984
 
985
- #: inc/demo-data/demo-data-loader.php:308
986
  msgid "Installation of demo data with some errors occurred."
987
  msgstr ""
988
 
989
- #: inc/demo-data/demo-data-loader.php:311
990
  msgid "Posts data is missing."
991
  msgstr ""
992
 
993
- #: inc/demo-data/demo-data-loader.php:336
994
  msgid "Demo data have already been removed."
995
  msgstr ""
996
 
997
- #: inc/demo-data/demo-data-loader.php:383
998
  msgid "Demo data successfully removed."
999
  msgstr ""
1000
 
1001
- #: inc/demo-data/demo-data-loader.php:386
1002
  msgid "Removing demo data with some errors occurred."
1003
  msgstr ""
1004
 
1005
- #: inc/demo-data/demo-data-loader.php:517
1006
  msgid "Close notice"
1007
  msgstr ""
1008
 
1009
- #: inc/demo-data/demo-data-loader.php:520
1010
  msgid "Install demo data"
1011
  msgstr ""
1012
 
1013
- #: inc/demo-data/demo-data-loader.php:520
1014
  msgid "for an acquaintance with the possibilities of the"
1015
  msgstr ""
1016
 
1017
  # @ gallery
1018
- #: template/gallery-template.php:14
 
 
 
1019
  #, fuzzy
1020
- msgid "Gallery Category"
1021
- msgstr "Tamanño de da imagen de la galeria"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1022
 
1023
  #~ msgid "Notice:"
1024
  #~ msgstr "Nota:"
@@ -1042,6 +1111,7 @@ msgstr "Tamanño de da imagen de la galeria"
1042
  # @ gallery
1043
  #~ msgid "URL"
1044
  #~ msgstr "URL"
 
1045
  # @ gallery
1046
  #, fuzzy
1047
  #~ msgid "Uploaded on"
@@ -1050,12 +1120,15 @@ msgstr "Tamanño de da imagen de la galeria"
1050
  # @ gallery
1051
  #~ msgid "(by click on image opens a link in a new window)"
1052
  #~ msgstr "(pinchar en la imagen abre un enlace en una nueva ventana)"
 
1053
  # @ gallery
1054
  #~ msgid "Add a Gallery"
1055
  #~ msgstr "Agregar una Galeria"
 
1056
  # @ gallery
1057
  #~ msgid "Find a Gallery"
1058
  #~ msgstr "Encontrar una Galeria"
 
1059
  # @ gallery
1060
  #~ msgid ""
1061
  #~ "The gallery temp directory (gallery-plugin/upload/files) is not available "
@@ -1065,17 +1138,21 @@ msgstr "Tamanño de da imagen de la galeria"
1065
  #~ "El diretório temporál de la Galeria (gallery-plugin/upload/files) no esta "
1066
  #~ "disponible en su servidor Web. Por favor, utilize el método estandar de "
1067
  #~ "WP para subir imagenes (biblioteca de media)"
 
1068
  # @ gallery
1069
  #~ msgid "Choose an image for upload:"
1070
  #~ msgstr "Escoja una imagen para subir:"
 
1071
  # @ gallery
1072
  #~ msgid "Please enable JavaScript to use the file uploader."
1073
  #~ msgstr "Por favor habilite el Javascript para subir sus archivos."
 
1074
  # @ gallery
1075
  #~ msgid "Allow the download link for all images in this gallery"
1076
  #~ msgstr ""
1077
  #~ "Permitir/habilitar un enlace para la descarag de todas las imagenes en "
1078
  #~ "esta galeria"
 
1079
  # @ gallery
1080
  #~ msgid ""
1081
  #~ "Please use the drag and drop function to change an order of the images "
@@ -1083,15 +1160,19 @@ msgstr "Tamanño de da imagen de la galeria"
1083
  #~ msgstr ""
1084
  #~ "Por favor, use la funcion de arrastar y soltar para cambiar a ordem de "
1085
  #~ "exibicion de las imagens e no se olvide de guardar sus cambios."
 
1086
  # @ gallery
1087
  #~ msgid "Please make a choice"
1088
  #~ msgstr "Por favor, escoja una opcion"
 
1089
  # @ gallery
1090
  #~ msgid "sort images"
1091
  #~ msgstr "ordenar imagens"
 
1092
  # @ gallery
1093
  #~ msgid "on the plugin settings page ("
1094
  #~ msgstr "En la pagina de opciones de este plugin ("
 
1095
  # @ gallery
1096
  #, fuzzy
1097
  #~ msgid "Open the URL"
@@ -1100,9 +1181,11 @@ msgstr "Tamanño de da imagen de la galeria"
1100
  # @ gallery
1101
  #~ msgid "Current window"
1102
  #~ msgstr "Ventana atual"
 
1103
  # @ gallery
1104
  #~ msgid "New window"
1105
  #~ msgstr "Ventana nueva"
 
1106
  # @ gallery
1107
  #, fuzzy
1108
  #~ msgid "Lightbox button URL"
@@ -1111,6 +1194,7 @@ msgstr "Tamanño de da imagen de la galeria"
1111
  # @ gallery
1112
  #~ msgid "Delete"
1113
  #~ msgstr "Suprimir"
 
1114
  # @ gallery
1115
  #~ msgid ""
1116
  #~ "You can add a Single Gallery to the page or post by inserting this "
@@ -1118,12 +1202,15 @@ msgstr "Tamanño de da imagen de la galeria"
1118
  #~ msgstr ""
1119
  #~ "Puede agregar una galleria en una pagina insertando el codigo corto en el "
1120
  #~ "contenido"
 
1121
  # @ gallery
1122
  #~ msgid "Publishing"
1123
  #~ msgstr "Publicacion"
 
1124
  # @ gallery
1125
  #~ msgid "Background color"
1126
  #~ msgstr "Color de fondo"
 
1127
  #, fuzzy
1128
  #~ msgid "Go"
1129
  #~ msgstr "Go!"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-03-16 18:17+0300\n"
6
+ "PO-Revision-Date: 2016-03-16 18:17+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Carlos Limia <climia@climia.es>\n"
9
  "Language: pt_BR\n"
20
 
21
  # @ bestwebsoft
22
  # @ gallery
23
+ #: gallery-plugin.php:45 gallery-plugin.php:882 gallery-plugin.php:1264
24
+ #: gallery-plugin.php:1281
 
 
25
  msgid "Settings"
26
  msgstr "Configuraciones"
27
 
28
  # @ gallery
29
+ #: gallery-plugin.php:126
30
  msgid "See images &raquo;"
31
  msgstr "Ver imagens &raquo;"
32
 
33
+ #: gallery-plugin.php:129
34
  msgid "Return to all albums"
35
  msgstr ""
36
 
37
  # @ gallery
38
+ #: gallery-plugin.php:382
39
  #, fuzzy, php-format
40
+ msgid ""
41
+ "The following files '%s' and '%s' were not found in the directory of your "
42
+ "theme. Please copy them from the directory `%s` to the directory of your "
43
+ "theme for the correct work of the Gallery plugin"
44
+ msgstr ""
45
+ "Os siguientes archivos \"gallery-template.php\" y \"gallery-single-template."
46
+ "php\" no se encontraron en el directorio de tema utilizado. Por favor, copie "
47
+ "los del directorio `/wp-content/plugins/gallery-plugin/template/` al "
48
+ "directorio de su tema para que el plugin Galeria funcione corretamente"
49
 
50
  # @ gallery
51
+ #: gallery-plugin.php:393 gallery-plugin.php:402
 
52
  msgid "Galleries"
53
  msgstr "Galerias"
54
 
55
  # @ gallery
56
+ #: gallery-plugin.php:394 gallery-plugin.php:2669
 
57
  msgid "Gallery"
58
  msgstr "Galeria"
59
 
60
  # @ gallery
61
+ #: gallery-plugin.php:395
62
  msgid "Add New Gallery"
63
  msgstr "Agregar una Galeria nueva"
64
 
65
  # @ gallery
66
+ #: gallery-plugin.php:396
67
  msgid "Edit Gallery"
68
  msgstr "Editar Galeria"
69
 
70
  # @ gallery
71
+ #: gallery-plugin.php:397
72
  msgid "New Gallery"
73
  msgstr "Galeria nueva"
74
 
75
  # @ gallery
76
+ #: gallery-plugin.php:398
77
  msgid "View Gallery"
78
  msgstr "Ver Galeria"
79
 
80
  # @ gallery
81
+ #: gallery-plugin.php:399
82
  #, fuzzy
83
  msgid "Search Galleries"
84
  msgstr "Galerias"
85
 
86
  # @ gallery
87
+ #: gallery-plugin.php:400
88
  msgid "No Gallery found"
89
  msgstr "Ninguna galeria encontrada"
90
 
91
  # @ gallery
92
+ #: gallery-plugin.php:457
93
  msgid "Gallery Shortcode"
94
  msgstr "Codigo corto de Galeria"
95
 
96
  # @ gallery
97
+ #: gallery-plugin.php:459 gallery-plugin.php:500 gallery-plugin.php:2652
 
 
98
  #, fuzzy
99
  msgid "Gallery Categories"
100
  msgstr "Tamanño de da imagen de la galeria"
101
 
102
  # @ gallery
103
+ #: gallery-plugin.php:469 gallery-plugin.php:900
 
104
  #, fuzzy, php-format
105
+ msgid ""
106
+ "If you would like to add a Gallery to your page or post, please use %s button"
107
+ msgstr ""
108
+ "Si quiere agregar una Galeria a su pagina o entrada, simplemente copie y "
109
+ "pege el codigo corto en la pagina o entrada."
110
 
111
+ #: gallery-plugin.php:474
112
  #, php-format
113
+ msgid ""
114
+ "You can add the Gallery to your page or post by clicking on %s button in the "
115
+ "content edit block using the Visual mode. If the button isn't displayed, "
116
+ "please use the shortcode below"
117
  msgstr ""
118
 
119
+ #: gallery-plugin.php:480
120
+ msgid ""
121
+ "Add this shortcode to a page, post or widget to display a single gallery"
122
  msgstr ""
123
 
124
  # @ gallery
125
+ #: gallery-plugin.php:483
126
  #, fuzzy
127
+ msgid ""
128
+ "Use this shortcode to display an album image with the description and the "
129
+ "link to a single gallery page"
130
+ msgstr ""
131
+ "Si quiere mostrar una descripcion corta con una miniatura de una Galeria en "
132
+ "una pagina."
133
 
134
+ #: gallery-plugin.php:485
135
  msgid "Short display"
136
  msgstr ""
137
 
138
+ #: gallery-plugin.php:501
139
  msgid "Most Used"
140
  msgstr ""
141
 
142
  # @ gallery
143
+ #: gallery-plugin.php:506 gallery-plugin.php:1164
 
144
  msgid "Default"
145
  msgstr "Por Defecto"
146
 
147
  # @ gallery
148
+ #: gallery-plugin.php:511
149
  #, fuzzy
150
  msgid "Add New Gallery Category"
151
  msgstr "Agregar una Galeria nueva"
152
 
153
+ #: gallery-plugin.php:516
154
  msgid "Install plugin"
155
  msgstr ""
156
 
157
  # @ gallery
158
+ #: gallery-plugin.php:674 gallery-plugin.php:2244 gallery-plugin.php:2359
159
+ #: gallery-plugin.php:2446
 
 
 
160
  msgid "Title"
161
  msgstr "Título"
162
 
163
  # @ gallery
164
+ #: gallery-plugin.php:675
 
165
  msgid "Author"
166
  msgstr "Autor"
167
 
168
  # @ gallery
169
+ #: gallery-plugin.php:676
170
  #, fuzzy
171
  msgid "Shortcode"
172
  msgstr "Codigo corto de Galeria"
173
 
174
  # @ gallery
175
+ #: gallery-plugin.php:677
176
  #, fuzzy
177
  msgid "Photos"
178
  msgstr "Foto"
179
 
180
  # @ gallery
181
+ #: gallery-plugin.php:678
 
 
182
  msgid "Date"
183
  msgstr "Fecha"
184
 
185
  # @ gallery
186
+ #: gallery-plugin.php:851
187
  msgid "Settings are saved"
188
  msgstr "Cambios guardados"
189
 
190
  # @ gallery
191
+ #: gallery-plugin.php:868
192
  #, fuzzy
193
  msgid "All plugin settings were restored."
194
  msgstr "En la pagina de opciones de este plugin ("
195
 
196
  # @ gallery
197
+ #: gallery-plugin.php:880
198
  msgid "Gallery Settings"
199
  msgstr "Configuracion de la Galeria"
200
 
201
+ #: gallery-plugin.php:883
 
 
 
 
 
 
202
  msgid "Go PRO"
203
  msgstr "Ir a PRO"
204
 
205
  # @ gallery
206
+ #: gallery-plugin.php:893
207
  msgid "Please enable JavaScript to use the option to renew images."
208
+ msgstr ""
209
+ "Por favor habilite el Javascript para usar la opcion de renovar imagenes."
210
 
211
+ #: gallery-plugin.php:905
212
  #, php-format
213
+ msgid ""
214
+ "You can add the Gallery to your page or post by clicking on %s button in the "
215
+ "content edit block using the Visual mode. If the button isn't displayed, "
216
+ "please use the shortcode %s, where * stands for gallery ID"
217
  msgstr ""
218
 
 
 
 
 
219
  # @ gallery
220
+ #: gallery-plugin.php:915
221
+ msgid "Number of images in the row"
222
+ msgstr "Número de imagenes por fila"
223
 
224
  # @ gallery
225
+ #: gallery-plugin.php:917
226
+ #, fuzzy
227
+ msgid ""
228
+ "The number of images per row can be less depending on the width of the "
229
+ "parent block"
230
+ msgstr "Número de imagenes por fila"
231
 
232
  # @ gallery
233
+ #: gallery-plugin.php:921 gallery-plugin.php:947
 
 
234
  msgid "Image size"
235
  msgstr "Tamaño de la imagen"
236
 
237
  # @ gallery
238
+ #: gallery-plugin.php:924
239
+ msgid ""
240
+ "WordPress will create a new thumbnail with the specified dimensions when you "
241
+ "upload a new photo."
242
+ msgstr "WordPress creara una miniatura nueva cuando suba una nueva imagen."
243
 
244
  # @ gallery
245
+ #: gallery-plugin.php:926
246
+ #, fuzzy
247
+ msgid "For the album cover"
248
+ msgstr "Tamanño de la imagen para la portada del álbum"
249
+
250
+ #: gallery-plugin.php:927 gallery-plugin.php:931 gallery-plugin.php:952
251
+ msgid "width x height"
252
+ msgstr ""
253
+
254
+ #: gallery-plugin.php:927 gallery-plugin.php:931 gallery-plugin.php:952
255
+ msgid "in px"
256
+ msgstr ""
257
 
258
  # @ gallery
259
+ #: gallery-plugin.php:930
260
  #, fuzzy
261
+ msgid "For thumbnails"
262
  msgstr "Tamanño de la imagen para la portada del álbum"
263
 
264
+ #: gallery-plugin.php:934
265
+ msgid "Update images for gallery"
266
+ msgstr "Actualizar imagene de la galeria"
 
267
 
268
+ #: gallery-plugin.php:943 gallery-plugin.php:1142 gallery-plugin.php:1363
 
 
269
  msgid "Close"
270
  msgstr ""
271
 
272
  # @ gallery
273
+ #: gallery-plugin.php:950
274
  #, fuzzy
275
+ msgid "For images in the lightbox"
276
  msgstr "Tamanño de la imagen en la galeria del Lightbox"
277
 
278
  # @ gallery
279
+ #: gallery-plugin.php:954
 
 
 
 
 
 
 
 
 
 
280
  msgid "Display a full size image in the lightbox"
281
  msgstr "Exibir la imagen en su tamaño completo en el Lightbox"
282
 
283
  # @ gallery
284
+ #: gallery-plugin.php:959
285
  msgid "Crop position"
286
  msgstr "Recortar posicion"
287
 
288
  # @ gallery
289
+ #: gallery-plugin.php:963 gallery-plugin.php:969
 
290
  msgid "center"
291
  msgstr "centro"
292
 
293
  # @ gallery
294
+ #: gallery-plugin.php:965
295
  msgid "Horizontal"
296
  msgstr "Horizontal"
297
 
298
  # @ gallery
299
+ #: gallery-plugin.php:971
300
  msgid "Vertical"
301
  msgstr "Vertical"
302
 
303
  # @ gallery
304
+ #: gallery-plugin.php:976
305
+ #, fuzzy
306
+ msgid "Single gallery view"
307
+ msgstr "Slug para la galeria"
308
 
309
+ #: gallery-plugin.php:979
310
+ msgid "Grid"
311
+ msgstr ""
 
312
 
313
+ #: gallery-plugin.php:980
314
+ msgid "Masonry"
315
+ msgstr ""
 
316
 
317
+ #: gallery-plugin.php:986 gallery-plugin.php:1207
318
+ msgid ""
319
+ "If you upgrade to Pro version all your settings and galleries will be saved."
320
  msgstr "Si actualiza a PRO sus configuraciones se guardaran"
321
 
322
+ #: gallery-plugin.php:993 gallery-plugin.php:1214
 
323
  msgid "Unlock premium options by upgrading to Pro version"
324
  msgstr ""
325
 
326
+ #: gallery-plugin.php:997 gallery-plugin.php:1218
 
327
  msgid "Start Your Trial"
328
  msgstr ""
329
 
330
+ #: gallery-plugin.php:998 gallery-plugin.php:1219 gallery-plugin.php:2654
 
 
331
  msgid "or"
332
  msgstr ""
333
 
334
+ #: gallery-plugin.php:1000 gallery-plugin.php:1221
 
335
  msgid "Learn More"
336
  msgstr "Saber mas."
337
 
338
+ #: gallery-plugin.php:1008
339
+ msgid "Display image text"
340
+ msgstr ""
341
+
342
  # @ gallery
343
+ #: gallery-plugin.php:1010
344
+ msgid "Turn off the checkbox, if you want to display text just in a lightbox"
345
+ msgstr "Desmarque la casilla, si solo quiere mostrar texto en el lightbox"
346
+
347
+ # @ gallery
348
+ #: gallery-plugin.php:1014
349
  msgid "Images with border"
350
  msgstr "Imagens con borde"
351
 
352
  # @ gallery
353
+ #: gallery-plugin.php:1018
354
  msgid "Border width in px, just numbers"
355
  msgstr "Ancho del borde en px, solo números"
356
 
357
  # @ gallery
358
+ #: gallery-plugin.php:1019
359
  msgid "Select a border color"
360
  msgstr "Escoja el color del borde"
361
 
362
  # @ gallery
363
+ #: gallery-plugin.php:1024
364
+ msgid "Sort images"
365
+ msgstr "Ordenar imagenes:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
366
 
367
  # @ gallery
368
+ #: gallery-plugin.php:1027
369
+ #, fuzzy
370
+ msgid "by Attachment ID"
371
  msgstr "ID del anexo"
372
 
373
  # @ gallery
374
+ #: gallery-plugin.php:1028
375
+ #, fuzzy
376
+ msgid "by Image Name"
377
  msgstr "Nome da Imagen"
378
 
379
+ # @ gallery
380
+ #: gallery-plugin.php:1029 gallery-plugin.php:1050
381
+ #, fuzzy
382
+ msgid "by Date"
383
+ msgstr "Fecha"
384
+
385
+ #: gallery-plugin.php:1030
386
+ msgid "by Sorting order in the Gallery"
387
  msgstr ""
388
 
389
  # @ gallery
390
+ #: gallery-plugin.php:1031 gallery-plugin.php:1055
 
391
  msgid "Random"
392
  msgstr "Aleatório"
393
 
394
  # @ gallery
395
+ #: gallery-plugin.php:1036
396
+ #, fuzzy
397
+ msgid "The images sort order"
398
+ msgstr "Imagens con borde"
399
 
400
  # @ gallery
401
+ #: gallery-plugin.php:1039 gallery-plugin.php:1063
 
402
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
403
+ msgstr ""
404
+ "ASC (orden ascente de los valores mas baijos a los mas altos - 1, 2, 3; a, "
405
+ "b, c)"
406
 
407
  # @ gallery
408
+ #: gallery-plugin.php:1040 gallery-plugin.php:1064
409
+ msgid ""
410
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
411
+ msgstr ""
412
+ "DESC (orden descendente de los valores mas altos a los mas baijos - 1, 2, "
413
+ "3; a, b, c)"
414
 
415
  # @ gallery
416
+ #: gallery-plugin.php:1045
417
  #, fuzzy
418
+ msgid "Sort galleries"
419
+ msgstr "Galerias"
420
 
421
  # @ gallery
422
+ #: gallery-plugin.php:1048
423
  #, fuzzy
424
+ msgid "by Gallery ID"
425
  msgstr "Galeria"
426
 
427
+ # @ gallery
428
+ #: gallery-plugin.php:1049
429
+ #, fuzzy
430
+ msgid "by Title"
431
+ msgstr "Título"
432
+
433
+ #: gallery-plugin.php:1051
434
+ msgid "by Last modified date"
435
  msgstr ""
436
 
437
+ #: gallery-plugin.php:1052
438
+ msgid "by Comment count"
439
  msgstr ""
440
 
441
+ #: gallery-plugin.php:1053
442
+ msgid "by Sorting order (the input field for sorting order)"
443
  msgstr ""
444
 
445
  # @ gallery
446
+ #: gallery-plugin.php:1054
447
  #, fuzzy
448
+ msgid "by Author"
449
+ msgstr "Autor"
450
+
451
+ #: gallery-plugin.php:1060
452
+ msgid "The galleries sort order"
453
+ msgstr ""
454
 
455
  # @ gallery
456
+ #: gallery-plugin.php:1069
457
+ msgid "Start slideshow"
458
+ msgstr "Iniciar Apresentacion de diapositivas"
 
459
 
460
  # @ gallery
461
+ #: gallery-plugin.php:1072
462
+ msgid "Slideshow interval"
463
+ msgstr "Intervalo entre las diapositivas"
464
+
465
+ #: gallery-plugin.php:1072
466
+ msgid "(ms)"
467
+ msgstr ""
468
+
469
+ #: gallery-plugin.php:1076
470
+ msgid "Use single lightbox for multiple galleries on one page"
471
+ msgstr "Usar un LightBox unici para multiples galerias en una pagina."
472
 
473
  # @ gallery
474
+ #: gallery-plugin.php:1082
475
  msgid "Display the Back link"
476
  msgstr "Mostrar enlace Volver"
477
 
478
  # @ gallery
479
+ #: gallery-plugin.php:1088
480
  msgid "Display the Back link in the shortcode"
481
  msgstr "Mostrar enlace Volver codigo corto"
482
 
483
  # @ gallery
484
+ #: gallery-plugin.php:1094
485
  msgid "The Back link text"
486
  msgstr "Texto del enlace volver"
487
 
488
  # @ gallery
489
+ #: gallery-plugin.php:1100
490
  msgid "The Back link URL"
491
  msgstr "URL del enlacw Volver"
492
 
493
  # @ gallery
494
+ #: gallery-plugin.php:1103
495
  msgid "Gallery page (Page with Gallery Template)"
496
+ msgstr ""
497
+ "Página de la Galeria (planilla otema usado para la pagina de la Galeria)"
498
 
499
  # @ gallery
500
+ #: gallery-plugin.php:1105
501
  msgid "(Full URL to custom page)"
502
  msgstr "(URL completa para a página personalizada)"
503
 
504
  # @ gallery
505
+ #: gallery-plugin.php:1110
506
  msgid "The Read More link text"
507
  msgstr "Texto del enlace leer mas"
508
 
509
+ #: gallery-plugin.php:1116
510
  msgid "Add gallery to the search"
511
  msgstr "Agregar la galeria a la busqueda"
512
 
513
+ #: gallery-plugin.php:1121 gallery-plugin.php:1124 gallery-plugin.php:1128
 
 
514
  msgid "Using"
515
  msgstr "Usando"
516
 
517
+ #: gallery-plugin.php:1121 gallery-plugin.php:1124 gallery-plugin.php:1128
 
 
518
  msgid "powered by"
519
  msgstr "propulsado por"
520
 
521
+ #: gallery-plugin.php:1124 gallery-plugin.php:1338
 
522
  msgid "Activate"
523
  msgstr ""
524
 
525
+ #: gallery-plugin.php:1128
526
  msgid "Download"
527
  msgstr ""
528
 
529
+ #: gallery-plugin.php:1133
530
  msgid "Rewrite templates after update"
531
  msgstr ""
532
 
533
+ #: gallery-plugin.php:1135
534
  #, php-format
535
+ msgid ""
536
+ "Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
537
+ "theme folder and You don't want to rewrite them"
538
  msgstr ""
539
 
540
+ # @ gallery
541
+ #: gallery-plugin.php:1149
542
+ #, fuzzy
543
+ msgid "Under image"
544
+ msgstr "Actualizar imagenes"
545
+
546
+ #: gallery-plugin.php:1150
547
+ msgid "By mouse hover"
548
+ msgstr ""
549
+
550
+ #: gallery-plugin.php:1155
551
  #, fuzzy
552
  msgid "Use pagination for images"
553
  msgstr "Actualizando imagenes"
554
 
555
+ #: gallery-plugin.php:1158
556
  msgid "per page"
557
  msgstr ""
558
 
559
+ # @ gallery
560
+ #: gallery-plugin.php:1162
561
+ msgid "Lightbox background"
562
+ msgstr "Fundo del Lightbox"
563
+
564
+ # @ gallery
565
+ #: gallery-plugin.php:1165
566
+ msgid "Background transparency (from 0 to 1)"
567
+ msgstr "Transparencia del fondo (de 0 a 1)"
568
+
569
+ # @ gallery
570
+ #: gallery-plugin.php:1166
571
+ msgid "Select a background color"
572
+ msgstr "Selecionar un color de fondo"
573
+
574
+ #: gallery-plugin.php:1170
575
  msgid "The lightbox helper"
576
  msgstr ""
577
 
578
+ #: gallery-plugin.php:1172
579
  msgid "Do not use"
580
  msgstr ""
581
 
582
+ #: gallery-plugin.php:1173
583
  msgid "Button helper"
584
  msgstr ""
585
 
586
+ #: gallery-plugin.php:1174
587
  msgid "Thumbnail helper"
588
  msgstr ""
589
 
590
  # @ gallery
591
+ #: gallery-plugin.php:1178
592
  msgid "Display Like buttons in the lightbox"
593
  msgstr "Mostrar botones me gusta en el Lightbox"
594
 
595
  # @ gallery
596
+ #: gallery-plugin.php:1180
597
  msgid "FaceBook"
598
  msgstr "Facebook"
599
 
600
  # @ gallery
601
+ #: gallery-plugin.php:1181
602
  msgid "Twitter"
603
  msgstr "Twitter"
604
 
605
  # @ gallery
606
+ #: gallery-plugin.php:1182
607
  msgid "Pinterest"
608
  msgstr "Pinterest"
609
 
610
  # @ gallery
611
+ #: gallery-plugin.php:1183
612
  msgid "Google +1"
613
  msgstr "Google +1"
614
 
615
  # @ gallery
616
+ #: gallery-plugin.php:1187
617
  msgid "Slug for gallery item"
618
  msgstr "Slug para la galeria"
619
 
620
  # @ gallery
621
+ #: gallery-plugin.php:1189
622
  msgid "for any structure of permalinks except the default structure"
623
+ msgstr ""
624
+ "para qualquier estrutura de los enlaces permanentes, exceto la estrutura "
625
+ "predeterninada"
626
 
627
+ #: gallery-plugin.php:1193
628
  msgid "Title for lightbox button"
629
  msgstr ""
630
 
631
+ #: gallery-plugin.php:1199
632
+ msgid ""
633
+ "Display all images in the lightbox instead of going into a single gallery"
634
  msgstr ""
635
 
636
+ #: gallery-plugin.php:1202
637
  #, php-format
638
  msgid "When using the gallery template or a shortcode with `%s` parameter"
639
  msgstr ""
640
 
641
  # @ default
642
+ #: gallery-plugin.php:1228
643
  msgid "Save Changes"
644
  msgstr "Guardar Cambios"
645
 
646
+ #: gallery-plugin.php:1233
647
+ msgid ""
648
+ "If you install the demo-data, will be created galleries with images, demo-"
649
+ "post with available shortcodes and page with a list of all the galleries."
650
+ msgstr ""
651
+
652
  # @ gallery
653
+ #: gallery-plugin.php:1265
654
+ msgid "FAQ"
655
+ msgstr "FAQ"
656
+
657
+ # @ gallery
658
+ #: gallery-plugin.php:1266
659
  msgid "Support"
660
  msgstr "Soporte"
661
 
662
+ #: gallery-plugin.php:1302
663
  msgid "Updating images..."
664
  msgstr "Actualizando imagenes"
665
 
666
  # @ gallery
667
+ #: gallery-plugin.php:1303
668
  #, fuzzy
669
  msgid "No image found."
670
  msgstr "Imagen no encontrada"
671
 
672
+ #: gallery-plugin.php:1304
673
  #, fuzzy
674
  msgid "All images are updated."
675
  msgstr "Todas las imgenes an sido actualizados"
676
 
677
+ #: gallery-plugin.php:1305
678
  msgid "Error."
679
  msgstr "Error"
680
 
681
+ #: gallery-plugin.php:1318
682
  msgid ""
683
  "You are about to delete these items from this gallery.\n"
684
  " 'Cancel' to stop, 'OK' to delete."
685
  msgstr ""
686
 
687
+ #: gallery-plugin.php:1319
688
+ msgid ""
689
+ "Switching to another mode, all unsaved data will be lost. Save data before "
690
+ "switching?"
691
  msgstr ""
692
 
693
+ #: gallery-plugin.php:1320
694
  msgid "Insert Media"
695
  msgstr ""
696
 
697
+ #: gallery-plugin.php:1321
698
  msgid "Insert"
699
  msgstr ""
700
 
701
+ #: gallery-plugin.php:1333
702
  #, fuzzy
703
  msgid "Learn more"
704
  msgstr "Saber mas."
705
 
706
+ #: gallery-plugin.php:1345
707
  msgid "Install now"
708
  msgstr ""
709
 
710
+ #: gallery-plugin.php:1354
711
  msgid "Add multiple gallery categories"
712
  msgstr ""
713
 
714
+ #: gallery-plugin.php:1354
715
+ msgid ""
716
+ "Install Gallery Categories plugin to add unlimited number of categories."
717
  msgstr ""
718
 
719
  # @ gallery
720
+ #: gallery-plugin.php:1638 template/gallery-single-template.php:103
 
721
  msgid "Sorry, nothing found."
722
  msgstr "Disculpe, nada fue encontrado."
723
 
724
  # @ gallery
725
+ #: gallery-plugin.php:1651 template/gallery-single-template.php:124
 
726
  msgid "Image"
727
  msgstr "Imagen"
728
 
729
  # @ gallery
730
+ #: gallery-plugin.php:1651 template/gallery-single-template.php:19
 
731
  msgid "Download high resolution image"
732
  msgstr "Descarga la image de alta resolucion"
733
 
734
  # @ gallery
735
+ #: gallery-plugin.php:1781
736
  msgid "Image size not defined"
737
  msgstr "Tanaño de imagen no definida"
738
 
739
+ #: gallery-plugin.php:1796
740
+ msgid ""
741
+ "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
742
+ "manually reload image."
743
+ msgstr ""
744
+ "Solo podemos actualizar archivos PNG, JPEG, GIF, WPMP o XBM. Para otros "
745
+ "formatos necesita volver a subir elarchivo."
746
 
747
+ #: gallery-plugin.php:1807
748
  msgid "Image size changes not defined"
749
  msgstr "Tamaño de imagen no esta definida."
750
 
751
+ #: gallery-plugin.php:1836 gallery-plugin.php:1839 gallery-plugin.php:1844
 
 
752
  msgid "Invalid path"
753
  msgstr "Ruta incorrecta."
754
 
755
+ #: gallery-plugin.php:2012
756
  msgid "Add images requires JavaScript."
757
  msgstr ""
758
 
759
+ #: gallery-plugin.php:2015
760
  msgid "Add Media"
761
  msgstr ""
762
 
763
+ #: gallery-plugin.php:2025
764
  msgid "The grid view for the Gallery images requires JavaScript."
765
  msgstr ""
766
 
767
+ #: gallery-plugin.php:2025
768
  msgid "Switch to the list view"
769
  msgstr ""
770
 
771
+ #: gallery-plugin.php:2052
772
  msgid "List View"
773
  msgstr ""
774
 
775
+ #: gallery-plugin.php:2053
776
  msgid "Grid View"
777
  msgstr ""
778
 
779
+ #: gallery-plugin.php:2108
780
  msgid "Filter"
781
  msgstr ""
782
 
783
+ #: gallery-plugin.php:2112
784
  msgid "Empty Trash"
785
  msgstr ""
786
 
787
  # @ gallery
788
+ #: gallery-plugin.php:2133
789
  #, fuzzy
790
  msgid "No images found"
791
  msgstr "Imagen no encontrada"
792
 
793
+ #: gallery-plugin.php:2185
794
  msgid "Select bulk action"
795
  msgstr ""
796
 
797
+ #: gallery-plugin.php:2187
798
  msgid "Bulk Actions"
799
  msgstr ""
800
 
801
+ #: gallery-plugin.php:2197
802
  msgid "Apply"
803
  msgstr ""
804
 
805
  # @ gallery
806
+ #: gallery-plugin.php:2204 gallery-plugin.php:2383
 
807
  #, fuzzy
808
  msgid "Delete from Gallery"
809
  msgstr "Galeria nueva"
810
 
811
  # @ gallery
812
+ #: gallery-plugin.php:2217 gallery-plugin.php:2231
 
813
  #, fuzzy
814
  msgid "Display link to the original file under each image in the lightbox"
815
  msgstr "Exibir la imagen en su tamaño completo en el Lightbox"
816
 
817
+ #: gallery-plugin.php:2226
818
  msgid "Bulk Select"
819
  msgstr ""
820
 
821
+ #: gallery-plugin.php:2228
822
  msgid "Cancel Selection"
823
  msgstr ""
824
 
825
+ #: gallery-plugin.php:2229
826
  msgid "Delete Selected"
827
  msgstr ""
828
 
829
+ #: gallery-plugin.php:2242
830
  msgid "File"
831
  msgstr ""
832
 
833
+ #: gallery-plugin.php:2243 gallery-plugin.php:2332 gallery-plugin.php:2441
 
 
834
  msgid "Dimensions"
835
  msgstr ""
836
 
837
+ #: gallery-plugin.php:2245 gallery-plugin.php:2365 gallery-plugin.php:2451
 
 
838
  msgid "Alt tag"
839
  msgstr "Etiqueta alternativa"
840
 
841
+ #: gallery-plugin.php:2245 gallery-plugin.php:2367
842
+ msgid ""
843
+ "The alt attribute specifies an alternate text for an image, if the image "
844
+ "cannot be displayed."
845
  msgstr ""
846
 
847
+ #: gallery-plugin.php:2246 gallery-plugin.php:2373 gallery-plugin.php:2456
 
 
848
  msgid "Custom URL"
849
  msgstr ""
850
 
851
+ #: gallery-plugin.php:2246 gallery-plugin.php:2375
852
+ msgid ""
853
+ "By clicking on the thumbnail you'll go to the link (if the field is filled) "
854
+ "or the image will be opened in the lightbox (if the field isn't filled)"
855
  msgstr ""
856
 
857
+ #: gallery-plugin.php:2324
858
  msgid "Deselect"
859
  msgstr ""
860
 
861
+ #: gallery-plugin.php:2330
862
  msgid "File name"
863
  msgstr ""
864
 
865
+ #: gallery-plugin.php:2331
866
  msgid "File type"
867
  msgstr ""
868
 
869
  # @ gallery
870
+ #: gallery-plugin.php:2335 gallery-plugin.php:2437
 
871
  #, fuzzy
872
  msgid "Edit Attachment Info"
873
  msgstr "ID del anexo"
874
 
875
  # @ gallery
876
+ #: gallery-plugin.php:2335
877
  #, fuzzy
878
  msgid "Edit Attachment"
879
  msgstr "ID del anexo"
880
 
881
+ #: gallery-plugin.php:2345
882
  #, fuzzy
883
  msgid "Go Pro"
884
  msgstr "Ir a PRO"
885
 
886
+ #: gallery-plugin.php:2345
887
  msgid "Pro version"
888
  msgstr ""
889
 
890
  # @ gallery
891
+ #: gallery-plugin.php:2348
892
  msgid "This setting is available in Pro version"
893
  msgstr "Esta opcion solo esta disponible en la version Pro"
894
 
895
+ #: gallery-plugin.php:2381
896
  msgid "Edit more details"
897
  msgstr ""
898
 
899
+ #: gallery-plugin.php:2416
900
  #, php-format
901
  msgid "Select %s"
902
  msgstr ""
903
 
904
+ #: gallery-plugin.php:2429
905
  #, php-format
906
  msgid "Edit &#8220;%s&#8221;"
907
  msgstr ""
908
 
909
+ #: gallery-plugin.php:2474 gallery-plugin.php:2487
 
910
  msgid "Edit"
911
  msgstr ""
912
 
913
+ #: gallery-plugin.php:2477 gallery-plugin.php:2492
 
914
  msgid "Trash"
915
  msgstr ""
916
 
917
+ #: gallery-plugin.php:2480 gallery-plugin.php:2495
 
918
  msgid "Delete Permanently"
919
  msgstr ""
920
 
921
+ #: gallery-plugin.php:2482 gallery-plugin.php:2500
 
922
  #, php-format
923
  msgid "View &#8220;%s&#8221;"
924
  msgstr ""
925
 
926
+ #: gallery-plugin.php:2482 gallery-plugin.php:2500
 
927
  msgid "View"
928
  msgstr ""
929
 
930
  # @ gallery
931
+ #: gallery-plugin.php:2484
932
  #, fuzzy
933
  msgid "Attach"
934
  msgstr "ID del anexo"
935
 
936
+ #: gallery-plugin.php:2490
937
  msgid "Restore"
938
  msgstr ""
939
 
940
+ #: gallery-plugin.php:2621
941
  msgid "Warning"
942
  msgstr ""
943
 
944
+ #: gallery-plugin.php:2621
945
  msgid "You can add only images to the gallery"
946
  msgstr ""
947
 
948
  # @ gallery
949
+ #: gallery-plugin.php:2663
950
+ #, fuzzy
951
+ msgid "no title"
952
+ msgstr "Título"
953
+
954
+ # @ gallery
955
+ #: gallery-plugin.php:2671
956
  #, fuzzy
957
  msgid "Sorry, no gallery found."
958
  msgstr "Disculpe, nada fue encontrado."
959
 
960
  # @ gallery
961
+ #: gallery-plugin.php:2677
962
  #, fuzzy
963
+ msgid ""
964
+ "Display an album image with the description and the link to a single gallery "
965
+ "page"
 
 
966
  msgstr ""
967
+ "Si quiere mostrar una descripcion corta con una miniatura de una Galeria en "
968
+ "una pagina."
969
 
970
+ # @ gallery
971
+ #: template/gallery-template.php:14
972
+ #, fuzzy
973
+ msgid "Gallery Category"
974
+ msgstr "Tamanño de da imagen de la galeria"
975
+
976
+ #: inc/demo-data/class-bws-demo-data.php:31
977
+ msgid "Install Demo Data"
978
  msgstr ""
979
 
980
+ #: inc/demo-data/class-bws-demo-data.php:34
981
  msgid "Remove Demo Data"
982
  msgstr ""
983
 
984
+ #: inc/demo-data/class-bws-demo-data.php:35
985
  msgid "Delete demo-data and restore old plugin settings."
986
  msgstr ""
987
 
988
+ #: inc/demo-data/class-bws-demo-data.php:53
989
  msgid "Yes, install demo data"
990
  msgstr ""
991
 
992
+ #: inc/demo-data/class-bws-demo-data.php:54
993
  msgid "Are you sure you want to install demo data?"
994
  msgstr ""
995
 
996
+ #: inc/demo-data/class-bws-demo-data.php:56
997
  msgid "Yes, remove demo data"
998
  msgstr ""
999
 
1000
+ #: inc/demo-data/class-bws-demo-data.php:57
1001
  msgid "Are you sure you want to remove demo data?"
1002
  msgstr ""
1003
 
1004
  # @ gallery
1005
+ #: inc/demo-data/class-bws-demo-data.php:64
1006
  #, fuzzy
1007
  msgid "No, go back to the settings page"
1008
  msgstr "En la pagina de opciones de este plugin ("
1009
 
1010
+ #: inc/demo-data/class-bws-demo-data.php:119
1011
  msgid "Can not get demo data."
1012
  msgstr ""
1013
 
1014
+ #: inc/demo-data/class-bws-demo-data.php:126
1015
  msgid "Demo options already installed."
1016
  msgstr ""
1017
 
1018
+ #: inc/demo-data/class-bws-demo-data.php:355
1019
  msgid "Demo data successfully installed."
1020
  msgstr ""
1021
 
1022
+ #: inc/demo-data/class-bws-demo-data.php:357
1023
  msgid "View post with shortcodes"
1024
  msgstr ""
1025
 
1026
+ #: inc/demo-data/class-bws-demo-data.php:360
1027
  msgid "View page with examples"
1028
  msgstr ""
1029
 
1030
+ #: inc/demo-data/class-bws-demo-data.php:369
1031
  msgid "Installation of demo data with some errors occurred."
1032
  msgstr ""
1033
 
1034
+ #: inc/demo-data/class-bws-demo-data.php:372
1035
  msgid "Posts data is missing."
1036
  msgstr ""
1037
 
1038
+ #: inc/demo-data/class-bws-demo-data.php:446
1039
  msgid "Demo data have already been removed."
1040
  msgstr ""
1041
 
1042
+ #: inc/demo-data/class-bws-demo-data.php:503
1043
  msgid "Demo data successfully removed."
1044
  msgstr ""
1045
 
1046
+ #: inc/demo-data/class-bws-demo-data.php:507
1047
  msgid "Removing demo data with some errors occurred."
1048
  msgstr ""
1049
 
1050
+ #: inc/demo-data/class-bws-demo-data.php:576
1051
  msgid "Close notice"
1052
  msgstr ""
1053
 
1054
+ #: inc/demo-data/class-bws-demo-data.php:580
1055
  msgid "Install demo data"
1056
  msgstr ""
1057
 
1058
+ #: inc/demo-data/class-bws-demo-data.php:580
1059
  msgid "for an acquaintance with the possibilities of the"
1060
  msgstr ""
1061
 
1062
  # @ gallery
1063
+ #~ msgid "Sort images by"
1064
+ #~ msgstr "Ordenar imagens por"
1065
+
1066
+ # @ gallery
1067
  #, fuzzy
1068
+ #~ msgid "Sort galleries by"
1069
+ #~ msgstr "Ordenar imagens por"
1070
+
1071
+ # @ gallery
1072
+ #~ msgid "Width (in px)"
1073
+ #~ msgstr "Ancho (em px)"
1074
+
1075
+ # @ gallery
1076
+ #~ msgid "Height (in px)"
1077
+ #~ msgstr "Altura (em px)"
1078
+
1079
+ # @ gallery
1080
+ #~ msgid "Max width (in px)"
1081
+ #~ msgstr "Ancho máximo (em px)"
1082
+
1083
+ # @ gallery
1084
+ #~ msgid "Max height (in px)"
1085
+ #~ msgstr "Altura máxima (em px)"
1086
+
1087
+ # @ gallery
1088
+ #, fuzzy
1089
+ #~ msgid "Display text under the image"
1090
+ #~ msgstr "Mostrar texto acima da imagen"
1091
 
1092
  #~ msgid "Notice:"
1093
  #~ msgstr "Nota:"
1111
  # @ gallery
1112
  #~ msgid "URL"
1113
  #~ msgstr "URL"
1114
+
1115
  # @ gallery
1116
  #, fuzzy
1117
  #~ msgid "Uploaded on"
1120
  # @ gallery
1121
  #~ msgid "(by click on image opens a link in a new window)"
1122
  #~ msgstr "(pinchar en la imagen abre un enlace en una nueva ventana)"
1123
+
1124
  # @ gallery
1125
  #~ msgid "Add a Gallery"
1126
  #~ msgstr "Agregar una Galeria"
1127
+
1128
  # @ gallery
1129
  #~ msgid "Find a Gallery"
1130
  #~ msgstr "Encontrar una Galeria"
1131
+
1132
  # @ gallery
1133
  #~ msgid ""
1134
  #~ "The gallery temp directory (gallery-plugin/upload/files) is not available "
1138
  #~ "El diretório temporál de la Galeria (gallery-plugin/upload/files) no esta "
1139
  #~ "disponible en su servidor Web. Por favor, utilize el método estandar de "
1140
  #~ "WP para subir imagenes (biblioteca de media)"
1141
+
1142
  # @ gallery
1143
  #~ msgid "Choose an image for upload:"
1144
  #~ msgstr "Escoja una imagen para subir:"
1145
+
1146
  # @ gallery
1147
  #~ msgid "Please enable JavaScript to use the file uploader."
1148
  #~ msgstr "Por favor habilite el Javascript para subir sus archivos."
1149
+
1150
  # @ gallery
1151
  #~ msgid "Allow the download link for all images in this gallery"
1152
  #~ msgstr ""
1153
  #~ "Permitir/habilitar un enlace para la descarag de todas las imagenes en "
1154
  #~ "esta galeria"
1155
+
1156
  # @ gallery
1157
  #~ msgid ""
1158
  #~ "Please use the drag and drop function to change an order of the images "
1160
  #~ msgstr ""
1161
  #~ "Por favor, use la funcion de arrastar y soltar para cambiar a ordem de "
1162
  #~ "exibicion de las imagens e no se olvide de guardar sus cambios."
1163
+
1164
  # @ gallery
1165
  #~ msgid "Please make a choice"
1166
  #~ msgstr "Por favor, escoja una opcion"
1167
+
1168
  # @ gallery
1169
  #~ msgid "sort images"
1170
  #~ msgstr "ordenar imagens"
1171
+
1172
  # @ gallery
1173
  #~ msgid "on the plugin settings page ("
1174
  #~ msgstr "En la pagina de opciones de este plugin ("
1175
+
1176
  # @ gallery
1177
  #, fuzzy
1178
  #~ msgid "Open the URL"
1181
  # @ gallery
1182
  #~ msgid "Current window"
1183
  #~ msgstr "Ventana atual"
1184
+
1185
  # @ gallery
1186
  #~ msgid "New window"
1187
  #~ msgstr "Ventana nueva"
1188
+
1189
  # @ gallery
1190
  #, fuzzy
1191
  #~ msgid "Lightbox button URL"
1194
  # @ gallery
1195
  #~ msgid "Delete"
1196
  #~ msgstr "Suprimir"
1197
+
1198
  # @ gallery
1199
  #~ msgid ""
1200
  #~ "You can add a Single Gallery to the page or post by inserting this "
1202
  #~ msgstr ""
1203
  #~ "Puede agregar una galleria en una pagina insertando el codigo corto en el "
1204
  #~ "contenido"
1205
+
1206
  # @ gallery
1207
  #~ msgid "Publishing"
1208
  #~ msgstr "Publicacion"
1209
+
1210
  # @ gallery
1211
  #~ msgid "Background color"
1212
  #~ msgstr "Color de fondo"
1213
+
1214
  #, fuzzy
1215
  #~ msgid "Go"
1216
  #~ msgstr "Go!"
languages/gallery-plugin-fr_FR.mo CHANGED
Binary file
languages/gallery-plugin-fr_FR.po CHANGED
@@ -1,1062 +1,1194 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-10-06 15:06+0300\n"
6
- "PO-Revision-Date: 2015-10-06 15:06+0300\n"
7
- "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Didier, L Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e\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.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: gallery-plugin.php:45
21
- #: gallery-plugin.php:830
22
- #: gallery-plugin.php:1206
23
- #: gallery-plugin.php:1223
24
  msgid "Settings"
25
- msgstr "Réglages"
26
 
27
- #: gallery-plugin.php:110
28
  msgid "See images &raquo;"
29
  msgstr "Voir les images &raquo;"
30
 
31
- #: gallery-plugin.php:113
32
  msgid "Return to all albums"
33
- msgstr ""
34
 
35
- #: gallery-plugin.php:342
36
- #, fuzzy, php-format
37
- msgid "The following files '%s' and '%s' were not found in the directory of your theme. Please copy them from the directory `%s` to the directory of your theme for the correct work of the Gallery plugin"
38
- msgstr "Les fichiers suivants \"gallery-template.php\" et \"gallery-single-template.php\" n'ont pas été trouvés dans le répertoire de votre thème. Merci de les copier depuis le répertoire `/wp-content/plugins/gallery-plugin/template/` dans le répertoire de votre thème pour le bon fonctionnement de l'extension Gallery"
 
 
 
 
 
 
39
 
40
- #: gallery-plugin.php:353
41
- #: gallery-plugin.php:362
42
  msgid "Galleries"
43
  msgstr "Galeries"
44
 
45
- #: gallery-plugin.php:354
46
- #: gallery-plugin.php:2595
47
  msgid "Gallery"
48
  msgstr "Galerie"
49
 
50
- #: gallery-plugin.php:355
51
  msgid "Add New Gallery"
52
  msgstr "Ajouter une nouvelle galerie"
53
 
54
- #: gallery-plugin.php:356
55
  msgid "Edit Gallery"
56
  msgstr "Modifier la galerie"
57
 
58
- #: gallery-plugin.php:357
59
  msgid "New Gallery"
60
  msgstr "Nouvelle galerie"
61
 
62
- #: gallery-plugin.php:358
63
  msgid "View Gallery"
64
  msgstr "Voir la galerie"
65
 
66
- #: gallery-plugin.php:359
67
  msgid "Search Galleries"
68
  msgstr "Rechercher une galerie"
69
 
70
- #: gallery-plugin.php:360
71
  msgid "No Gallery found"
72
  msgstr "Pas de galeries trouvées"
73
 
74
- #: gallery-plugin.php:417
75
  msgid "Gallery Shortcode"
76
- msgstr "Gallery Shortcode"
77
 
78
- #: gallery-plugin.php:419
79
- #: gallery-plugin.php:460
80
- #: gallery-plugin.php:2581
81
  msgid "Gallery Categories"
82
  msgstr "Catégories de galeries"
83
 
84
- #: gallery-plugin.php:429
85
- #: gallery-plugin.php:849
86
- #, fuzzy, php-format
87
- msgid "If you would like to add a Gallery to your page or post, please use %s button"
88
- msgstr "Si vous voulez ajouter la galerie dans une page ou un article, copier le code court suivant dans le contenu de votre page ou de votre article :"
 
 
89
 
90
- #: gallery-plugin.php:434
91
  #, php-format
92
- msgid "You can add the Gallery to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode below"
 
 
 
93
  msgstr ""
 
 
 
94
 
95
- #: gallery-plugin.php:440
96
- msgid "Add this shortcode to a page, post or widget to display a single gallery"
 
97
  msgstr ""
 
 
98
 
99
- #: gallery-plugin.php:443
100
- #, fuzzy
101
- msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
102
- msgstr "Si vous voulez avoir un bref aperçu de la galerie avec un lien vers une page unique de la galerie"
 
 
 
103
 
104
- #: gallery-plugin.php:445
105
  msgid "Short display"
106
- msgstr ""
107
 
108
- #: gallery-plugin.php:461
109
  msgid "Most Used"
110
  msgstr "Les plus utiliser"
111
 
112
- #: gallery-plugin.php:466
113
- #: gallery-plugin.php:939
114
  msgid "Default"
115
  msgstr "Défaut"
116
 
117
- #: gallery-plugin.php:471
118
  msgid "Add New Gallery Category"
119
  msgstr "Ajouter une nouvelle catégorie de galerie"
120
 
121
- #: gallery-plugin.php:476
122
  msgid "Install plugin"
123
  msgstr "Installer l'extension"
124
 
125
- #: gallery-plugin.php:631
126
- #: gallery-plugin.php:1020
127
- #: gallery-plugin.php:2173
128
- #: gallery-plugin.php:2288
129
- #: gallery-plugin.php:2375
130
  msgid "Title"
131
  msgstr "Titre"
132
 
133
- #: gallery-plugin.php:632
134
- #: gallery-plugin.php:1025
135
  msgid "Author"
136
  msgstr "Auteur"
137
 
138
- #: gallery-plugin.php:633
139
- #, fuzzy
140
  msgid "Shortcode"
141
- msgstr "Gallery Shortcode"
142
 
143
- #: gallery-plugin.php:634
144
- #, fuzzy
145
  msgid "Photos"
146
- msgstr "Photo"
147
 
148
- #: gallery-plugin.php:635
149
- #: gallery-plugin.php:1004
150
- #: gallery-plugin.php:1021
151
  msgid "Date"
152
  msgstr "Date"
153
 
154
- #: gallery-plugin.php:800
155
  msgid "Settings are saved"
156
  msgstr "Paramètres enregistrés."
157
 
158
- #: gallery-plugin.php:817
159
- #, fuzzy
160
  msgid "All plugin settings were restored."
161
- msgstr "dans les paramètres de l'extension ("
 
162
 
163
- #: gallery-plugin.php:828
164
  msgid "Gallery Settings"
165
  msgstr "Paramètres de la galerie"
166
 
167
- #: gallery-plugin.php:831
168
- #: gallery-plugin.php:1207
169
- msgid "FAQ"
170
- msgstr "FAQ"
171
-
172
- #: gallery-plugin.php:832
173
  msgid "Go PRO"
174
  msgstr "Choisir la version PRO"
175
 
176
- #: gallery-plugin.php:842
177
  msgid "Please enable JavaScript to use the option to renew images."
178
- msgstr "Merci d'activer JavaScript pour utiliser l'option de mise à jour des images."
 
179
 
180
- #: gallery-plugin.php:854
181
  #, php-format
182
- msgid "You can add the Gallery to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode %s, where * stands for gallery ID"
 
 
 
183
  msgstr ""
 
 
 
 
184
 
185
- #: gallery-plugin.php:863
186
- msgid "Update images for gallery"
187
- msgstr "Mettre à jour les images pour la galerie"
188
-
189
- #: gallery-plugin.php:865
190
- msgid "Update images"
191
- msgstr "Mettre à jour les images"
192
 
193
- #: gallery-plugin.php:873
194
- msgid "Image size for the album cover"
195
- msgstr "Taille de la vignette de l'album"
 
 
 
196
 
197
- #: gallery-plugin.php:875
198
- #: gallery-plugin.php:889
199
- #: gallery-plugin.php:913
200
  msgid "Image size"
201
  msgstr "Taille de l'image"
202
 
203
- #: gallery-plugin.php:878
204
- #: gallery-plugin.php:892
205
- msgid "Width (in px)"
206
- msgstr "Largeur (en pixels)"
 
 
 
 
 
 
 
 
 
 
 
 
207
 
208
- #: gallery-plugin.php:882
209
- #: gallery-plugin.php:896
210
- msgid "Height (in px)"
211
- msgstr "Hauteur (en pixels)"
212
 
213
- #: gallery-plugin.php:887
214
- msgid "Image size for thumbnails"
 
215
  msgstr "Taille de l'image pour la vignette"
216
 
217
- #: gallery-plugin.php:901
218
- msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
219
- msgstr "WordPress créera une copie de la miniature avec les dimensions spécifiées quand vous envoyez une nouvelle photo."
220
 
221
- #: gallery-plugin.php:907
222
- #: gallery-plugin.php:1101
223
- #: gallery-plugin.php:1307
224
  msgid "Close"
225
  msgstr "Fermer"
226
 
227
- #: gallery-plugin.php:911
228
- msgid "Image size in the lightbox"
 
229
  msgstr "Taille de l'image pour le diaporama"
230
 
231
- #: gallery-plugin.php:914
232
- msgid "Max width (in px)"
233
- msgstr "Largeur maximum (en pixels)"
234
-
235
- #: gallery-plugin.php:915
236
- msgid "Max height (in px)"
237
- msgstr "Hauteur maximum (en pixels)"
238
-
239
- #: gallery-plugin.php:916
240
  msgid "Display a full size image in the lightbox"
241
  msgstr "Afficher une image en taille normale dans la boite"
242
 
243
- #: gallery-plugin.php:920
244
  msgid "Crop position"
245
  msgstr "Point de base"
246
 
247
- #: gallery-plugin.php:924
248
- #: gallery-plugin.php:930
249
  msgid "center"
250
  msgstr "centré"
251
 
252
- #: gallery-plugin.php:926
253
  msgid "Horizontal"
254
  msgstr "Horizontale"
255
 
256
- #: gallery-plugin.php:932
257
  msgid "Vertical"
258
  msgstr "Verticale"
259
 
260
- #: gallery-plugin.php:937
261
- msgid "Lightbox background"
262
- msgstr "Fond de la boite"
 
263
 
264
- #: gallery-plugin.php:940
265
- msgid "Background transparency (from 0 to 1)"
266
- msgstr "Transparence du fond (de 0 à 1)"
 
267
 
268
- #: gallery-plugin.php:941
269
- msgid "Select a background color"
270
- msgstr "Choisir une couleur pour le fond"
271
 
272
- #: gallery-plugin.php:946
273
- #: gallery-plugin.php:1149
274
- msgid "If you upgrade to Pro version all your settings and galleries will be saved."
275
- msgstr "Si vous passez à  la version Pro, tous ces paramètres seront enregistrés."
 
276
 
277
- #: gallery-plugin.php:953
278
- #: gallery-plugin.php:1156
279
- #, fuzzy
280
  msgid "Unlock premium options by upgrading to Pro version"
281
- msgstr "Déploquer les options premium en migrant vers la version PRO."
282
 
283
- #: gallery-plugin.php:957
284
- #: gallery-plugin.php:1160
285
  msgid "Start Your Trial"
286
  msgstr "Débuter votre essai"
287
 
288
- #: gallery-plugin.php:958
289
- #: gallery-plugin.php:1161
290
- #: gallery-plugin.php:2583
291
  msgid "or"
292
  msgstr "ou"
293
 
294
- #: gallery-plugin.php:960
295
- #: gallery-plugin.php:1163
296
  msgid "Learn More"
297
  msgstr "En savoir plus"
298
 
299
- #: gallery-plugin.php:968
 
 
 
 
 
 
 
 
 
300
  msgid "Images with border"
301
  msgstr "Image avec bordure"
302
 
303
- #: gallery-plugin.php:971
304
  msgid "Border width in px, just numbers"
305
  msgstr "Taille de la bordure en pixel, juste le nombre"
306
 
307
- #: gallery-plugin.php:972
308
  msgid "Select a border color"
309
  msgstr "Choisir une couleur pour la bordure"
310
 
311
- #: gallery-plugin.php:976
312
- msgid "Number of images in the row"
313
- msgstr "Nombre d'images par ligne"
314
-
315
- #: gallery-plugin.php:982
316
- msgid "Start slideshow"
317
- msgstr "Démarer le diaporama"
318
-
319
- #: gallery-plugin.php:988
320
- msgid "Slideshow interval"
321
- msgstr "Interval de transition pour le diaporama"
322
-
323
- #: gallery-plugin.php:994
324
- msgid "Use single lightbox for multiple galleries on one page"
325
- msgstr "Utiliser un seul diaporama pour plusieures galeries sur une seule page"
326
-
327
- #: gallery-plugin.php:1000
328
- msgid "Sort images by"
329
- msgstr "Trier les images par"
330
 
331
- #: gallery-plugin.php:1002
332
- msgid "Attachment ID"
 
333
  msgstr "ID du fichier"
334
 
335
- #: gallery-plugin.php:1003
336
- msgid "Image Name"
 
337
  msgstr "Nom de l'image "
338
 
339
- #: gallery-plugin.php:1005
340
- msgid "Sorting order in the Gallery"
341
- msgstr ""
 
342
 
343
- #: gallery-plugin.php:1006
344
- #: gallery-plugin.php:1026
 
 
 
 
345
  msgid "Random"
346
  msgstr "Aléatoire"
347
 
348
- #: gallery-plugin.php:1010
349
- msgid "Sort images"
350
- msgstr "Trier les images"
 
351
 
352
- #: gallery-plugin.php:1012
353
- #: gallery-plugin.php:1032
354
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
355
- msgstr "ASC (ordre ascendant de la plus petite à la plus grande valeur - 1, 2, 3; a, b, c)"
 
 
 
 
 
 
 
 
356
 
357
- #: gallery-plugin.php:1013
358
- #: gallery-plugin.php:1033
359
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
360
- msgstr "DESC (ordre descendant de la plus grade à la plus petite - 3, 2, 1; c, b, a)"
361
 
362
- #: gallery-plugin.php:1017
363
  #, fuzzy
364
- msgid "Sort galleries by"
365
- msgstr "Trier les images par"
366
 
367
- #: gallery-plugin.php:1019
368
  #, fuzzy
369
- msgid "Gallery ID"
370
- msgstr "Galerie"
371
 
372
- #: gallery-plugin.php:1022
373
- msgid "Last modified date"
374
- msgstr ""
 
375
 
376
- #: gallery-plugin.php:1023
377
- msgid "Comment count"
378
- msgstr ""
 
379
 
380
- #: gallery-plugin.php:1024
381
  #, fuzzy
382
- msgid "Sorting order (the input field for sorting order)"
383
- msgstr "Ordre de tri (le nombre dans la fenêtre d'insertion / téléchargement de la galerie)"
384
 
385
- #: gallery-plugin.php:1030
386
  #, fuzzy
387
- msgid "Sort galleries"
388
- msgstr "Rechercher une galerie"
389
 
390
- #: gallery-plugin.php:1037
391
- msgid "Display text under the image"
392
- msgstr "Afficher le texte au dessous de l'image"
393
 
394
- #: gallery-plugin.php:1039
395
- msgid "Turn off the checkbox, if you want to display text just in a lightbox"
396
- msgstr "Si vous voulez juste afficher du texte dans une boite, désactiver l'option"
 
 
 
 
397
 
398
- #: gallery-plugin.php:1043
 
 
 
 
 
 
 
 
399
  msgid "Display the Back link"
400
  msgstr "Afficher le lien de retour"
401
 
402
- #: gallery-plugin.php:1049
403
  msgid "Display the Back link in the shortcode"
404
  msgstr "Afficher le lien de retour dans le code court"
405
 
406
- #: gallery-plugin.php:1055
407
  msgid "The Back link text"
408
- msgstr "Le text pour le lien de retour"
409
 
410
- #: gallery-plugin.php:1061
411
  msgid "The Back link URL"
412
  msgstr "L'URL pour le lien de retour"
413
 
414
- #: gallery-plugin.php:1063
415
  msgid "Gallery page (Page with Gallery Template)"
416
  msgstr "Page de la galerie (Page avec le modèle de galerie)"
417
 
418
- #: gallery-plugin.php:1065
419
  msgid "(Full URL to custom page)"
420
  msgstr "(URL complète pour la page spécifique)"
421
 
422
- #: gallery-plugin.php:1069
423
  msgid "The Read More link text"
424
  msgstr "Texte pour le lien \"Read More\""
425
 
426
- #: gallery-plugin.php:1075
427
  msgid "Add gallery to the search"
428
  msgstr "Ajouter les galeries à la recherche"
429
 
430
- #: gallery-plugin.php:1080
431
- #: gallery-plugin.php:1083
432
- #: gallery-plugin.php:1087
433
  msgid "Using"
434
  msgstr "Utilisant"
435
 
436
- #: gallery-plugin.php:1080
437
- #: gallery-plugin.php:1083
438
- #: gallery-plugin.php:1087
439
  msgid "powered by"
440
  msgstr "fournis par"
441
 
442
- #: gallery-plugin.php:1083
443
- #: gallery-plugin.php:1282
444
  msgid "Activate"
445
  msgstr "Activer"
446
 
447
- #: gallery-plugin.php:1087
448
  msgid "Download"
449
  msgstr "Télécharger"
450
 
451
- #: gallery-plugin.php:1092
452
  msgid "Rewrite templates after update"
453
- msgstr ""
454
 
455
- #: gallery-plugin.php:1094
456
  #, php-format
457
- msgid "Turn off the checkbox, if You edited the file '%s' or '%s' file in your theme folder and You don't want to rewrite them"
 
 
458
  msgstr ""
 
 
459
 
460
- #: gallery-plugin.php:1105
 
 
 
 
 
 
 
 
 
461
  msgid "Use pagination for images"
462
  msgstr "Utiliser la pagination pour les images"
463
 
464
- #: gallery-plugin.php:1108
465
  msgid "per page"
466
  msgstr "par page"
467
 
468
- #: gallery-plugin.php:1112
 
 
 
 
 
 
 
 
 
 
 
 
469
  msgid "The lightbox helper"
470
  msgstr "L'aide de lightbox"
471
 
472
- #: gallery-plugin.php:1114
473
  msgid "Do not use"
474
- msgstr "Ne pas utliser"
475
 
476
- #: gallery-plugin.php:1115
477
  msgid "Button helper"
478
  msgstr "Bouton pour l'assistant"
479
 
480
- #: gallery-plugin.php:1116
481
  msgid "Thumbnail helper"
482
  msgstr "Assistant de la galerie"
483
 
484
- #: gallery-plugin.php:1120
485
  msgid "Display Like buttons in the lightbox"
486
  msgstr "Afficher les boutons des réseaux sociaux dans la boite"
487
 
488
- #: gallery-plugin.php:1122
489
  msgid "FaceBook"
490
  msgstr "FaceBook"
491
 
492
- #: gallery-plugin.php:1123
493
  msgid "Twitter"
494
  msgstr "Twitter"
495
 
496
- #: gallery-plugin.php:1124
497
  msgid "Pinterest"
498
  msgstr "Pinterest"
499
 
500
- #: gallery-plugin.php:1125
501
  msgid "Google +1"
502
  msgstr "Google +1"
503
 
504
- #: gallery-plugin.php:1129
505
  msgid "Slug for gallery item"
506
  msgstr "Racine pour les pages des galeries"
507
 
508
- #: gallery-plugin.php:1131
509
  msgid "for any structure of permalinks except the default structure"
510
  msgstr "pour toute forme de permaliens à l'exception de la forme par défaut"
511
 
512
- #: gallery-plugin.php:1135
513
  msgid "Title for lightbox button"
514
  msgstr "Titre pour le bouton lightbox"
515
 
516
- #: gallery-plugin.php:1141
517
- msgid "Display all images in the lightbox instead of going into a single gallery"
518
- msgstr "Afficher toutes les images dans une 'lightbox' au lieu de d'une seule galerie"
 
 
519
 
520
- #: gallery-plugin.php:1144
521
- #, fuzzy, php-format
522
  msgid "When using the gallery template or a shortcode with `%s` parameter"
523
- msgstr "Quand vous utilisez le modèle de galerie ou le code court avec le paramètre `display=short`"
 
 
524
 
525
- #: gallery-plugin.php:1170
526
  msgid "Save Changes"
527
  msgstr "Enregistrer les modifications"
528
 
529
- #: gallery-plugin.php:1208
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
530
  msgid "Support"
531
  msgstr "Soutien"
532
 
533
- #: gallery-plugin.php:1248
534
  msgid "Updating images..."
535
  msgstr "Mise à jour des images..."
536
 
537
- #: gallery-plugin.php:1249
538
  msgid "No image found."
539
  msgstr "Pas d'image trouvée."
540
 
541
- #: gallery-plugin.php:1250
542
  msgid "All images are updated."
543
  msgstr "Toutes les images ont été mises à jour."
544
 
545
- #: gallery-plugin.php:1251
546
  msgid "Error."
547
  msgstr "Erreur."
548
 
549
- #: gallery-plugin.php:1262
550
  msgid ""
551
  "You are about to delete these items from this gallery.\n"
552
  " 'Cancel' to stop, 'OK' to delete."
553
  msgstr ""
 
 
554
 
555
- #: gallery-plugin.php:1263
556
- msgid "Switching to another mode, all unsaved data will be lost. Save data before switching?"
 
 
557
  msgstr ""
 
 
558
 
559
- #: gallery-plugin.php:1264
560
  msgid "Insert Media"
561
- msgstr ""
562
 
563
- #: gallery-plugin.php:1265
564
  msgid "Insert"
565
- msgstr ""
566
 
567
- #: gallery-plugin.php:1277
568
  msgid "Learn more"
569
  msgstr "En savoir plus"
570
 
571
- #: gallery-plugin.php:1289
572
  msgid "Install now"
573
  msgstr "Installé maintenant"
574
 
575
- #: gallery-plugin.php:1298
576
  msgid "Add multiple gallery categories"
577
  msgstr "Ajouter des catégories de galeries"
578
 
579
- #: gallery-plugin.php:1298
580
- msgid "Install Gallery Categories plugin to add unlimited number of categories."
581
- msgstr "Installer l'extension 'Gallery Categories' pour ajouter un nombre infini de catégories."
 
 
 
582
 
583
- #: gallery-plugin.php:1573
584
- #: template/gallery-single-template.php:101
585
  msgid "Sorry, nothing found."
586
  msgstr "Désolé, rien n'a été trouvé"
587
 
588
- #: gallery-plugin.php:1595
589
- #: template/gallery-single-template.php:120
590
  msgid "Image"
591
  msgstr "Image "
592
 
593
- #: gallery-plugin.php:1595
594
- #: template/gallery-single-template.php:19
595
  msgid "Download high resolution image"
596
  msgstr "Télécharger l'image en haute résolution"
597
 
598
- #: gallery-plugin.php:1725
599
  msgid "Image size not defined"
600
  msgstr "Taille de l'image non définie"
601
 
602
- #: gallery-plugin.php:1740
603
- msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
604
- msgstr "Il n'est possible de mettre à jour que les images de type PNG, JPEG, GIF, WPMP or XBM. Pour les autres, merci de faire une mise à jour manuelle."
 
 
 
 
605
 
606
- #: gallery-plugin.php:1751
607
  msgid "Image size changes not defined"
608
  msgstr "La modification de la taille n'est pas définie"
609
 
610
- #: gallery-plugin.php:1780
611
- #: gallery-plugin.php:1783
612
- #: gallery-plugin.php:1788
613
  msgid "Invalid path"
614
  msgstr "Chemin invalide"
615
 
616
- #: gallery-plugin.php:1940
617
  msgid "Add images requires JavaScript."
618
- msgstr ""
619
 
620
- #: gallery-plugin.php:1943
621
- #, fuzzy
622
  msgid "Add Media"
623
- msgstr "Ajouter"
624
 
625
- #: gallery-plugin.php:1953
626
  msgid "The grid view for the Gallery images requires JavaScript."
627
  msgstr ""
 
628
 
629
- #: gallery-plugin.php:1953
630
- #, fuzzy
631
  msgid "Switch to the list view"
632
- msgstr "Basculer vers la nouvelle interface"
633
 
634
- #: gallery-plugin.php:1980
635
  msgid "List View"
636
- msgstr ""
637
 
638
- #: gallery-plugin.php:1981
639
  msgid "Grid View"
640
- msgstr ""
641
 
642
- #: gallery-plugin.php:2036
643
  msgid "Filter"
644
- msgstr ""
645
 
646
- #: gallery-plugin.php:2040
647
  msgid "Empty Trash"
648
- msgstr ""
649
 
650
- #: gallery-plugin.php:2061
651
- #, fuzzy
652
  msgid "No images found"
653
- msgstr "Pas d'image trouvée."
654
 
655
- #: gallery-plugin.php:2113
656
  msgid "Select bulk action"
657
- msgstr ""
658
 
659
- #: gallery-plugin.php:2115
660
  msgid "Bulk Actions"
661
- msgstr ""
662
 
663
- #: gallery-plugin.php:2125
664
  msgid "Apply"
665
- msgstr ""
666
 
667
- #: gallery-plugin.php:2132
668
- #: gallery-plugin.php:2312
669
- #, fuzzy
670
  msgid "Delete from Gallery"
671
- msgstr "Nouvelle galerie"
672
 
673
- #: gallery-plugin.php:2145
674
- #: gallery-plugin.php:2159
675
- #, fuzzy
676
  msgid "Display link to the original file under each image in the lightbox"
677
- msgstr "Afficher une image en taille normale dans la boite"
 
678
 
679
- #: gallery-plugin.php:2154
680
  msgid "Bulk Select"
681
- msgstr ""
682
 
683
- #: gallery-plugin.php:2156
684
  msgid "Cancel Selection"
685
- msgstr ""
686
 
687
- #: gallery-plugin.php:2157
688
  msgid "Delete Selected"
689
- msgstr ""
690
 
691
- #: gallery-plugin.php:2171
692
  msgid "File"
693
- msgstr ""
694
 
695
- #: gallery-plugin.php:2172
696
- #: gallery-plugin.php:2261
697
- #: gallery-plugin.php:2370
698
  msgid "Dimensions"
699
- msgstr ""
700
 
701
- #: gallery-plugin.php:2174
702
- #: gallery-plugin.php:2294
703
- #: gallery-plugin.php:2380
704
  msgid "Alt tag"
705
  msgstr "Tag Alt"
706
 
707
- #: gallery-plugin.php:2174
708
- #: gallery-plugin.php:2296
709
- msgid "The alt attribute specifies an alternate text for an image, if the image cannot be displayed."
 
710
  msgstr ""
 
 
711
 
712
- #: gallery-plugin.php:2175
713
- #: gallery-plugin.php:2302
714
- #: gallery-plugin.php:2385
715
- #, fuzzy
716
  msgid "Custom URL"
717
- msgstr "Home URL"
718
 
719
- #: gallery-plugin.php:2175
720
- #: gallery-plugin.php:2304
721
- msgid "By clicking on the thumbnail you'll go to the link (if the field is filled) or the image will be opened in the lightbox (if the field isn't filled)"
 
722
  msgstr ""
 
 
 
723
 
724
- #: gallery-plugin.php:2253
725
  msgid "Deselect"
726
- msgstr ""
727
 
728
- #: gallery-plugin.php:2259
729
  msgid "File name"
730
- msgstr ""
731
 
732
- #: gallery-plugin.php:2260
733
  msgid "File type"
734
- msgstr ""
735
 
736
- #: gallery-plugin.php:2264
737
- #: gallery-plugin.php:2366
738
- #, fuzzy
739
  msgid "Edit Attachment Info"
740
- msgstr "ID du fichier"
741
 
742
- #: gallery-plugin.php:2264
743
- #, fuzzy
744
  msgid "Edit Attachment"
745
- msgstr "ID du fichier"
746
 
747
- #: gallery-plugin.php:2274
748
- #, fuzzy
749
  msgid "Go Pro"
750
- msgstr "Choisir la version PRO"
751
 
752
- #: gallery-plugin.php:2274
753
- #, fuzzy
754
  msgid "Pro version"
755
- msgstr "version"
756
 
757
- #: gallery-plugin.php:2277
758
  msgid "This setting is available in Pro version"
759
  msgstr "Ce paramètre est disponible dans la version Pro"
760
 
761
- #: gallery-plugin.php:2310
762
  msgid "Edit more details"
763
- msgstr ""
764
 
765
- #: gallery-plugin.php:2345
766
  #, php-format
767
  msgid "Select %s"
768
- msgstr ""
769
 
770
- #: gallery-plugin.php:2358
771
- #, fuzzy, php-format
772
  msgid "Edit &#8220;%s&#8221;"
773
  msgstr "Pré-visualiser &#8220;%s&#8221;"
774
 
775
- #: gallery-plugin.php:2403
776
- #: gallery-plugin.php:2416
777
  msgid "Edit"
778
- msgstr ""
779
 
780
- #: gallery-plugin.php:2406
781
- #: gallery-plugin.php:2421
782
  msgid "Trash"
783
- msgstr ""
784
 
785
- #: gallery-plugin.php:2409
786
- #: gallery-plugin.php:2424
787
  msgid "Delete Permanently"
788
- msgstr ""
789
 
790
- #: gallery-plugin.php:2411
791
- #: gallery-plugin.php:2429
792
- #, fuzzy, php-format
793
  msgid "View &#8220;%s&#8221;"
794
  msgstr "Pré-visualiser &#8220;%s&#8221;"
795
 
796
- #: gallery-plugin.php:2411
797
- #: gallery-plugin.php:2429
798
  msgid "View"
799
- msgstr ""
800
 
801
- #: gallery-plugin.php:2413
802
- #, fuzzy
803
  msgid "Attach"
804
- msgstr "ID du fichier"
805
 
806
- #: gallery-plugin.php:2419
807
  msgid "Restore"
808
- msgstr ""
809
 
810
- #: gallery-plugin.php:2550
811
  msgid "Warning"
812
- msgstr ""
813
 
814
- #: gallery-plugin.php:2550
815
  msgid "You can add only images to the gallery"
816
- msgstr ""
817
 
818
- #: gallery-plugin.php:2597
819
- #, fuzzy
 
 
 
820
  msgid "Sorry, no gallery found."
821
- msgstr "Désolé, rien n'a été trouvé"
822
 
823
- #: gallery-plugin.php:2603
824
- #, fuzzy
825
- msgid "Display an album image with the description and the link to a single gallery page"
826
- msgstr "Afficher toutes les images dans une 'lightbox' au lieu de d'une seule galerie"
 
 
 
827
 
828
- #: inc/demo-data/demo-data-loader.php:78
829
- #, fuzzy
830
- msgid "Install Demo Data"
831
- msgstr "Installé maintenant"
832
 
833
- #: inc/demo-data/demo-data-loader.php:79
834
- msgid "If you install the demo-data, will be created galleries with images, demo-post with available shortcodes and page with a list of all the galleries, plugin settings will be overwritten, however, when you delete the demo data, they will be restored."
835
- msgstr ""
836
 
837
- #: inc/demo-data/demo-data-loader.php:82
838
  msgid "Remove Demo Data"
839
- msgstr ""
840
 
841
- #: inc/demo-data/demo-data-loader.php:83
842
  msgid "Delete demo-data and restore old plugin settings."
843
  msgstr ""
 
 
844
 
845
- #: inc/demo-data/demo-data-loader.php:108
846
  msgid "Yes, install demo data"
847
- msgstr ""
848
 
849
- #: inc/demo-data/demo-data-loader.php:109
850
  msgid "Are you sure you want to install demo data?"
851
- msgstr ""
852
 
853
- #: inc/demo-data/demo-data-loader.php:111
854
  msgid "Yes, remove demo data"
855
- msgstr ""
856
 
857
- #: inc/demo-data/demo-data-loader.php:112
858
  msgid "Are you sure you want to remove demo data?"
859
- msgstr ""
860
 
861
- #: inc/demo-data/demo-data-loader.php:119
862
- #, fuzzy
863
  msgid "No, go back to the settings page"
864
- msgstr "la page des paramètres"
865
 
866
- #: inc/demo-data/demo-data-loader.php:167
867
  msgid "Can not get demo data."
868
- msgstr ""
869
 
870
- #: inc/demo-data/demo-data-loader.php:173
871
- #, fuzzy
872
  msgid "Demo options already installed."
873
- msgstr "Déjà installé"
874
 
875
- #: inc/demo-data/demo-data-loader.php:296
876
  msgid "Demo data successfully installed."
877
- msgstr ""
878
 
879
- #: inc/demo-data/demo-data-loader.php:298
880
  msgid "View post with shortcodes"
881
- msgstr ""
882
 
883
- #: inc/demo-data/demo-data-loader.php:301
884
  msgid "View page with examples"
885
- msgstr ""
886
 
887
- #: inc/demo-data/demo-data-loader.php:308
888
  msgid "Installation of demo data with some errors occurred."
889
  msgstr ""
 
 
890
 
891
- #: inc/demo-data/demo-data-loader.php:311
892
  msgid "Posts data is missing."
893
- msgstr ""
894
 
895
- #: inc/demo-data/demo-data-loader.php:336
896
  msgid "Demo data have already been removed."
897
- msgstr ""
898
 
899
- #: inc/demo-data/demo-data-loader.php:383
900
  msgid "Demo data successfully removed."
901
- msgstr ""
902
 
903
- #: inc/demo-data/demo-data-loader.php:386
904
  msgid "Removing demo data with some errors occurred."
905
  msgstr ""
 
 
906
 
907
- #: inc/demo-data/demo-data-loader.php:517
908
  msgid "Close notice"
909
- msgstr ""
910
 
911
- #: inc/demo-data/demo-data-loader.php:520
912
- #, fuzzy
913
  msgid "Install demo data"
914
- msgstr "Installé maintenant"
915
 
916
- #: inc/demo-data/demo-data-loader.php:520
917
  msgid "for an acquaintance with the possibilities of the"
918
- msgstr ""
919
 
920
- #: template/gallery-template.php:14
921
- #, fuzzy
922
- msgid "Gallery Category"
923
- msgstr "Catégories de galeries"
924
 
925
- #~ msgid "Notice:"
926
- #~ msgstr "Avertissement :"
927
 
928
- #~ msgid ""
929
- #~ "The plugin's settings have been changed. In order to save them please "
930
- #~ "don't forget to click the 'Save Changes' button."
931
- #~ msgstr ""
932
- #~ "Les paramètres de l'extension ont été changés. Afin de pouvoir les "
933
- #~ "enregistrer, merci de cliquer sur le bouton 'Enregistrer les "
934
- #~ "modifications'."
935
 
936
- #~ msgid "Using Custom Search powered by"
937
- #~ msgstr "Utiliser les recherche personalisées fournies par"
938
 
939
- #~ msgid "Activate Custom Search"
940
- #~ msgstr "Activer les recherche personalisées"
941
 
942
- #~ msgid "Download Custom Search"
943
- #~ msgstr "Télécharger les recherches personalisées"
944
 
945
- #~ msgid "URL"
946
- #~ msgstr "URL"
947
 
948
- #~ msgid "(by click on image opens a link in a new window)"
949
- #~ msgstr "(cliquer sur l'image ouvre le lien dans une nouvelle fenêtre)"
950
 
951
- #, fuzzy
952
- #~ msgid "Uploaded on"
953
- #~ msgstr "Envoi de fichier"
954
 
955
- #~ msgid "Add a Gallery"
956
- #~ msgstr "Ajouter une galerie"
957
 
958
- #~ msgid "Find a Gallery"
959
- #~ msgstr "Trouver une galerie"
960
 
961
- #~ msgid "Choose a media file that will be attached"
962
- #~ msgstr "Choisissez une fichier qui sera attaché"
963
 
964
- #~ msgid "You need to install \"%s\" plugin to use this functionality"
965
- #~ msgstr "Vous devez installer l'extension %s pour utiliser cette fonction"
966
 
967
- #~ msgid "Attach media item to this gallery"
968
- #~ msgstr "Attacher un fichier média à cette galerie"
969
 
970
- #~ msgid ""
971
- #~ "The gallery temp directory (gallery-plugin/upload/files) is not available "
972
- #~ "for record on your webserver. Please use the standard WP functionality to "
973
- #~ "upload images (media library)"
974
- #~ msgstr ""
975
- #~ "Le répertoire temporaire de la gallery (gallery-plugin/upload/files) "
976
- #~ "n'est pas autorisé en écriture par votre serveur Web. Merci d'utliser les "
977
- #~ "fonctions standards de WP pour charger les images (Média)"
978
 
979
- #~ msgid "Choose an image for upload:"
980
- #~ msgstr "Choisir l'image à envoyer :"
981
 
982
- #~ msgid "Please enable JavaScript to use the file uploader."
983
- #~ msgstr "Merci d'activer JavaScript pour utiliser l'envoi de fichiers."
984
 
985
- #~ msgid "Allow the download link for all images in this gallery"
986
- #~ msgstr ""
987
- #~ "Autoriser les liens de téléchargement des images dans cette galerie"
988
 
989
- #~ msgid ""
990
- #~ "Please use the drag and drop function to change an order of the images "
991
- #~ "displaying and do not forget to save the post."
992
- #~ msgstr ""
993
- #~ "Merci d'utiliser les fonctions de glisser/déposer pour modifier l'ordre "
994
- #~ "d'affichage des images. Ne pas oublier d'enregistrer l'article."
995
 
996
- #~ msgid "Please make a choice"
997
- #~ msgstr "Merci de faire un choix"
998
 
999
- #~ msgid "sort images"
1000
- #~ msgstr "trier les images"
1001
 
1002
- #~ msgid "on the plugin settings page ("
1003
- #~ msgstr "dans les paramètres de l'extension ("
1004
 
1005
- #~ msgid "Open the URL"
1006
- #~ msgstr "Ouvrir le lien"
1007
 
1008
- #~ msgid "Current window"
1009
- #~ msgstr "Fenêtre courrante"
1010
 
1011
- #~ msgid "New window"
1012
- #~ msgstr "Nouvelle fenêtre"
1013
 
1014
- #~ msgid "Lightbox button URL"
1015
- #~ msgstr "URL du bouton pour Lightbox"
1016
 
1017
- #~ msgid "Description"
1018
- #~ msgstr "Description"
1019
 
1020
- #~ msgid "Delete"
1021
- #~ msgstr "Supprimer"
1022
 
1023
- #~ msgid ""
1024
- #~ "You can add a Single Gallery to the page or post by inserting this "
1025
- #~ "shortcode into the content"
1026
- #~ msgstr ""
1027
- #~ "Vous pouvez ajouter la galerie dans la page ou l'article en insérant le "
1028
- #~ "code court dans le contenu"
1029
 
1030
- #~ msgid "Publishing"
1031
- #~ msgstr "Public"
1032
 
1033
- #~ msgid "Background color"
1034
- #~ msgstr "Couleur du fond"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1035
 
1036
  #~ msgid "Go"
1037
  #~ msgstr "Passez"
1038
 
1039
- #~ msgid "Already attached?"
1040
- #~ msgstr "Déjà lié?"
1041
 
1042
- #~ msgid ""
1043
- #~ "If you'd like to attach the files, which are already uploaded, please use "
1044
- #~ "Re-attacher plugin."
1045
- #~ msgstr ""
1046
- #~ "Si vous voulez lier des fichiers qui se trouvent déjà sur le site, merci "
1047
- #~ "d'utiliser l'extension 'Re-attacher'"
1048
 
1049
- #~ msgid "left"
1050
- #~ msgstr "gauche"
1051
 
1052
- #~ msgid "right"
1053
- #~ msgstr "droite"
1054
 
1055
- #~ msgid "top"
1056
- #~ msgstr "haut"
1057
 
1058
- #~ msgid "bottom"
1059
- #~ msgstr "bas"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1060
 
1061
  #~ msgid "requires"
1062
  #~ msgstr "requis"
@@ -1074,15 +1206,25 @@ msgstr "Catégories de galeries"
1074
  #~ msgid "Plugins page"
1075
  #~ msgstr "Page des extensions"
1076
 
 
 
 
 
 
 
 
1077
  #~ msgid "It’s time to upgrade your"
1078
  #~ msgstr "C'est le moment de mettre à jour votre "
1079
 
1080
  #~ msgid "to"
1081
  #~ msgstr "à"
1082
 
 
 
 
1083
  #~ msgid "Extend standard plugin functionality with new great options."
1084
  #~ msgstr ""
1085
- #~ "Etend les fonctionalités classiques de l'extension avec des nouvelles "
1086
  #~ "options."
1087
 
1088
  #~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
@@ -1096,6 +1238,9 @@ msgstr "Catégories de galeries"
1096
  #~ msgid "If there is something wrong about it, please contact us"
1097
  #~ msgstr "Si vous avez des questions, merci de nous contacter"
1098
 
 
 
 
1099
  #~ msgid "Wrong license key"
1100
  #~ msgstr "Clé de licence incorrecte"
1101
 
@@ -1125,14 +1270,14 @@ msgstr "Catégories de galeries"
1125
  #~ "support and plugin updates you should extend it in your"
1126
  #~ msgstr ""
1127
  #~ "Désoler, votre licence est terminée. Pour continuer à disposer du support "
1128
- #~ "rapide et des mises à jour de l'extension vous devez la renouveller dans "
1129
  #~ "votre"
1130
 
1131
  #~ msgid ""
1132
- #~ "Unfortunately, the PRO licence was already installed to this domain. The "
1133
- #~ "PRO Trial license can be installed only once."
1134
  #~ msgstr ""
1135
- #~ "Malheuresement la licence PRO a déjà été installée sur ce domaine. La "
1136
  #~ "licence PRO d'évaluation peut être installée une seule fois."
1137
 
1138
  #~ msgid ""
@@ -1150,8 +1295,8 @@ msgstr "Catégories de galeries"
1150
  #~ "Your server does not support either ZipArchive or Phar. Please, upload "
1151
  #~ "the plugin manually"
1152
  #~ msgstr ""
1153
- #~ "Votre server n'a pas le support du format des archives ZIP ou Phar. Merci "
1154
- #~ "de télécharger l'extension manuellement."
1155
 
1156
  #~ msgid "UploadDir is not writable. Please, upload the plugin manually"
1157
  #~ msgstr ""
@@ -1166,21 +1311,27 @@ msgstr "Catégories de galeries"
1166
  #~ "l'extension manuellement.Nous sommes désolés pour le désagrément."
1167
 
1168
  #~ msgid "Please, enter Your license key"
1169
- #~ msgstr "Merci de saisir votre clé de liecence"
1170
 
1171
  #~ msgid ""
1172
- #~ "Congratulations! The PRO version of the plugin is successfully download "
1173
  #~ "and activated."
1174
  #~ msgstr ""
1175
  #~ "Félicitations! La version PRO de cette extension a été téléchargée et "
1176
  #~ "activée avec succès."
1177
 
1178
  #~ msgid "Please, go to"
1179
- #~ msgstr "Merci d'allez à"
 
 
 
1180
 
1181
  #~ msgid "You will be redirected automatically in 5 seconds."
1182
  #~ msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
1183
 
 
 
 
1184
  #~ msgid "You can download and activate"
1185
  #~ msgstr "Vous pouvez la télécharger et l'activer"
1186
 
@@ -1221,7 +1372,7 @@ msgstr "Catégories de galeries"
1221
  #~ "télécharger l'extension manuellement."
1222
 
1223
  #~ msgid ""
1224
- #~ "Congratulations! The PRO license of the plugin is successfully activated."
1225
  #~ msgstr ""
1226
  #~ "Félicitations! La version PRO de cette extension a été téléchargée et "
1227
  #~ "activée avec succès."
@@ -1238,7 +1389,7 @@ msgstr "Catégories de galeries"
1238
  #~ msgstr ""
1239
  #~ "La clé de licence est valide mais votre durée de validité est passée. "
1240
  #~ "Pour continuer à disposer du support rapide et des mises à jour de "
1241
- #~ "l'extension vous devez la renouveller."
1242
 
1243
  #~ msgid "Unfortunately, you have exceeded the number of available tries."
1244
  #~ msgstr ""
@@ -1246,13 +1397,13 @@ msgstr "Catégories de galeries"
1246
  #~ "télécharger l'extension manuellement."
1247
 
1248
  #~ msgid ""
1249
- #~ "Unfortunately, the PRO Trial licence was already installed to this "
1250
- #~ "domain. The PRO Trial license can be installed only once."
1251
  #~ msgstr ""
1252
- #~ "Malheuresement la licence PRO a déjà été installée sur ce domaine. La "
1253
  #~ "licence PRO d'évaluation peut être installée une seule fois."
1254
 
1255
- #~ msgid "The PRO Trial license key is valid."
1256
  #~ msgstr "La clé de licence d'évaluation est valide."
1257
 
1258
  #~ msgid "The license key is valid."
@@ -1300,12 +1451,11 @@ msgstr "Catégories de galeries"
1300
  #~ "problème dans les 24 heures, sinon l'extension sera rendue inactive. "
1301
 
1302
  #~ msgid ""
1303
- #~ "Notice: Your PRO Trial license has expired. To continue using the plugin "
1304
- #~ "you should buy a PRO license"
1305
  #~ msgstr ""
1306
  #~ "Information : Votre licence d'évaluation est terminée. Pour continuer à "
1307
- #~ "disposer du support rapide et des mises à jour de l'extension vous devez "
1308
- #~ "la renouveller."
1309
 
1310
  #~ msgid ""
1311
  #~ "Your license has expired. To continue getting top-priority support and "
@@ -1314,15 +1464,15 @@ msgstr "Catégories de galeries"
1314
  #~ "Votre licence est terminée. Pour continuer à disposer du support rapide "
1315
  #~ "et des mises à jour de l'extension vous devez la renouveller."
1316
 
1317
- #~ msgid "Notice: You are using the PRO Trial license of %s plugin."
1318
  #~ msgstr ""
1319
  #~ "Avertissement : vous utilisez la version d'évaluation de l'extension %s."
1320
 
1321
- #~ msgid "Notice: You are using the PRO Trial license of plugin."
1322
  #~ msgstr ""
1323
  #~ "Avertissement : vous utilisez la version d'évaluation de l'extension."
1324
 
1325
- #~ msgid "The PRO Trial license will expire on"
1326
  #~ msgstr "Votre licence se termine le "
1327
 
1328
  #~ msgid "You license for"
@@ -1332,181 +1482,203 @@ msgstr "Catégories de galeries"
1332
  #~ msgstr "se termine le"
1333
 
1334
  #~ msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
1335
- #~ msgstr "et vous ne diposerez plus du support rapide et des mises à jour."
1336
 
1337
- #~ msgid "Not set"
1338
- #~ msgstr "Not set"
1339
 
1340
- #~ msgid "On"
1341
- #~ msgstr "On"
1342
 
1343
- #~ msgid "Off"
1344
- #~ msgstr "Off"
1345
 
1346
- #~ msgid "N/A"
1347
- #~ msgstr "N/A"
1348
 
1349
- #~ msgid " Mb"
1350
- #~ msgstr " Mb"
1351
 
1352
- #~ msgid "Yes"
1353
- #~ msgstr "Yes"
1354
 
1355
- #~ msgid "No"
1356
- #~ msgstr "No"
 
 
 
 
1357
 
1358
- #~ msgid "Operating System"
1359
- #~ msgstr "Operating System"
1360
 
1361
- #~ msgid "Server"
1362
- #~ msgstr "Server"
1363
 
1364
- #~ msgid "Memory usage"
1365
- #~ msgstr "Memory usage"
1366
 
1367
- #~ msgid "MYSQL Version"
1368
- #~ msgstr "MYSQL Version"
1369
 
1370
- #~ msgid "SQL Mode"
1371
- #~ msgstr "SQL Mode"
1372
 
1373
- #~ msgid "PHP Version"
1374
- #~ msgstr "PHP Version"
1375
 
1376
- #~ msgid "PHP Safe Mode"
1377
- #~ msgstr "PHP Safe Mode"
1378
 
1379
- #~ msgid "PHP Allow URL fopen"
1380
- #~ msgstr "PHP Allow URL fopen"
1381
 
1382
- #~ msgid "PHP Memory Limit"
1383
- #~ msgstr "PHP Memory Limit"
1384
 
1385
- #~ msgid "PHP Max Upload Size"
1386
- #~ msgstr "PHP Max Upload Size"
1387
 
1388
- #~ msgid "PHP Max Post Size"
1389
- #~ msgstr "PHP Max Post Size"
1390
 
1391
- #~ msgid "PHP Max Script Execute Time"
1392
- #~ msgstr "PHP Max Script Execute Time"
1393
 
1394
- #~ msgid "PHP Exif support"
1395
- #~ msgstr "PHP Exif support"
1396
 
1397
- #~ msgid "PHP IPTC support"
1398
- #~ msgstr "PHP IPTC support"
1399
-
1400
- #~ msgid "PHP XML support"
1401
- #~ msgstr "PHP XML support"
1402
-
1403
- #~ msgid "Site URL"
1404
- #~ msgstr "Site URL"
1405
 
1406
- #~ msgid "WordPress Version"
1407
- #~ msgstr "WordPress Version"
1408
 
1409
- #~ msgid "WordPress DB Version"
1410
- #~ msgstr "WordPress DB Version"
1411
 
1412
- #~ msgid "Multisite"
1413
- #~ msgstr "Multisite"
1414
 
1415
- #~ msgid "Active Theme"
1416
- #~ msgstr "Active Theme"
1417
 
1418
- #~ msgid "Please enter a valid email address."
1419
- #~ msgstr "Merci de fournir une adresse e-mail valide."
1420
 
1421
- #~ msgid "Email with system info is sent to "
1422
- #~ msgstr "L'e-mail avec les informations systèmes est envoyé à "
1423
 
1424
- #~ msgid "Thank you for contacting us."
1425
- #~ msgstr "Merci d'avoir pris contact avec nous."
1426
 
1427
- #~ msgid "Sorry, email message could not be delivered."
1428
- #~ msgstr "Désoler, l'e-mail n'a pas pu être envoyé."
 
 
 
 
 
 
1429
 
1430
- #~ msgid "Need help?"
1431
- #~ msgstr "Besoin d'aide ?"
1432
 
1433
- #~ msgid "Client area"
1434
- #~ msgstr "Espace client"
1435
 
1436
- #~ msgid "System status"
1437
- #~ msgstr "System status"
 
1438
 
1439
- #~ msgid "Plugins"
1440
- #~ msgstr "Extensions"
 
 
 
 
1441
 
1442
- #~ msgid "Themes"
1443
- #~ msgstr "Thèmes"
1444
 
1445
- #~ msgid "All"
1446
- #~ msgstr "Tous"
1447
 
1448
- #~ msgid "Installed"
1449
- #~ msgstr "Installé"
1450
 
1451
- #~ msgid "Recommended"
1452
- #~ msgstr "Recommandé"
1453
 
1454
- #~ msgid "Installed plugins"
1455
- #~ msgstr "Extensions installées"
1456
 
1457
- #~ msgid "Activate this plugin"
1458
- #~ msgstr "Activer cette extension"
1459
 
1460
- #~ msgid "DONATE"
1461
- #~ msgstr "Faire un don"
1462
 
1463
- #~ msgid "Recommended plugins"
1464
- #~ msgstr "Extensions recommandées"
1465
 
1466
- #~ msgid "Try again"
1467
- #~ msgstr "Essayer de nouveau"
1468
 
1469
- #~ msgid "Install %s"
1470
- #~ msgstr "Installation %s"
1471
 
1472
- #~ msgid "Install Now"
1473
- #~ msgstr "Installer maintenant"
 
 
 
 
1474
 
1475
- #~ msgid "Update to version %s"
1476
- #~ msgstr "Mettre à jour pour la version %s"
1477
 
1478
- #~ msgid "Update"
1479
- #~ msgstr "Mettre à jour"
 
 
 
 
 
1480
 
1481
- #~ msgid "This theme is already installed and is up to date"
1482
- #~ msgstr "Le thème est déjà en place et est à jour."
1483
 
1484
- #~ msgid "Preview %s"
1485
- #~ msgstr "Pré-visualiser %s"
1486
 
1487
- #~ msgid "Preview"
1488
- #~ msgstr "Pré-visualiser"
1489
 
1490
- #~ msgid "By %s"
1491
- #~ msgstr "Par %s"
1492
 
1493
- #~ msgid "Details"
1494
- #~ msgstr "Détails"
1495
 
1496
- #~ msgid "Environment"
1497
- #~ msgstr "Environment"
 
 
 
 
1498
 
1499
- #~ msgid "Active Plugins"
1500
- #~ msgstr "Extensions actives"
1501
 
1502
- #~ msgid "Inactive Plugins"
1503
- #~ msgstr "Extensions inactives"
1504
 
1505
- #~ msgid "Send to support"
1506
- #~ msgstr "Envoyer au support"
1507
 
1508
- #~ msgid "Send to custom email &#187;"
1509
- #~ msgstr "Envoyer un e-mail spécifique &#187;"
1510
 
1511
  #~ msgid "Gallery image size"
1512
  #~ msgstr "Taille de l'image de la galerie"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-03-16 18:17+0300\n"
6
+ "PO-Revision-Date: 2016-03-16 18:17+0300\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"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;esc_html;esc_html__;esc_html_e;"
14
+ "esc_attr__;esc_attr_e\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.5.4\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: gallery-plugin.php:45 gallery-plugin.php:882 gallery-plugin.php:1264
22
+ #: gallery-plugin.php:1281
 
 
23
  msgid "Settings"
24
+ msgstr "Paramètres"
25
 
26
+ #: gallery-plugin.php:126
27
  msgid "See images &raquo;"
28
  msgstr "Voir les images &raquo;"
29
 
30
+ #: gallery-plugin.php:129
31
  msgid "Return to all albums"
32
+ msgstr "Revenir à tous les albums"
33
 
34
+ #: gallery-plugin.php:382
35
+ #, php-format
36
+ msgid ""
37
+ "The following files '%s' and '%s' were not found in the directory of your "
38
+ "theme. Please copy them from the directory `%s` to the directory of your "
39
+ "theme for the correct work of the Gallery plugin"
40
+ msgstr ""
41
+ "Les fichiers suivants '%s' et '%s' n'ont pas été trouvés dans le répertoire "
42
+ "de votre thème. Merci de les copier depuis le répertoire '%s' dans le "
43
+ "répertoire de votre thème pour le bon fonctionnement de l'extension Gallery"
44
 
45
+ #: gallery-plugin.php:393 gallery-plugin.php:402
 
46
  msgid "Galleries"
47
  msgstr "Galeries"
48
 
49
+ #: gallery-plugin.php:394 gallery-plugin.php:2669
 
50
  msgid "Gallery"
51
  msgstr "Galerie"
52
 
53
+ #: gallery-plugin.php:395
54
  msgid "Add New Gallery"
55
  msgstr "Ajouter une nouvelle galerie"
56
 
57
+ #: gallery-plugin.php:396
58
  msgid "Edit Gallery"
59
  msgstr "Modifier la galerie"
60
 
61
+ #: gallery-plugin.php:397
62
  msgid "New Gallery"
63
  msgstr "Nouvelle galerie"
64
 
65
+ #: gallery-plugin.php:398
66
  msgid "View Gallery"
67
  msgstr "Voir la galerie"
68
 
69
+ #: gallery-plugin.php:399
70
  msgid "Search Galleries"
71
  msgstr "Rechercher une galerie"
72
 
73
+ #: gallery-plugin.php:400
74
  msgid "No Gallery found"
75
  msgstr "Pas de galeries trouvées"
76
 
77
+ #: gallery-plugin.php:457
78
  msgid "Gallery Shortcode"
79
+ msgstr "Code court de la galerie"
80
 
81
+ #: gallery-plugin.php:459 gallery-plugin.php:500 gallery-plugin.php:2652
 
 
82
  msgid "Gallery Categories"
83
  msgstr "Catégories de galeries"
84
 
85
+ #: gallery-plugin.php:469 gallery-plugin.php:900
86
+ #, php-format
87
+ msgid ""
88
+ "If you would like to add a Gallery to your page or post, please use %s button"
89
+ msgstr ""
90
+ "Si vous voulez ajouter la galerie dans une page ou un article, utiliser le "
91
+ "bouton %s"
92
 
93
+ #: gallery-plugin.php:474
94
  #, php-format
95
+ msgid ""
96
+ "You can add the Gallery to your page or post by clicking on %s button in the "
97
+ "content edit block using the Visual mode. If the button isn't displayed, "
98
+ "please use the shortcode below"
99
  msgstr ""
100
+ "Vous pouvez ajouter la galerie à votre page ou votre article en cliquant sur "
101
+ "le bouton %s dans la zone d'édition du contenu en mode visuel. Si le bouton "
102
+ "n'est pas visible, vous pouvez utiliser le code court ci-dessous"
103
 
104
+ #: gallery-plugin.php:480
105
+ msgid ""
106
+ "Add this shortcode to a page, post or widget to display a single gallery"
107
  msgstr ""
108
+ "Ajouter ce code court à une page, un article ou un widget pour afficher une "
109
+ "seule galerie"
110
 
111
+ #: gallery-plugin.php:483
112
+ msgid ""
113
+ "Use this shortcode to display an album image with the description and the "
114
+ "link to a single gallery page"
115
+ msgstr ""
116
+ "Utilisez ce code court pour afficher une image représentant l'album avec la "
117
+ "description et un lien vers une page contenant la galerie"
118
 
119
+ #: gallery-plugin.php:485
120
  msgid "Short display"
121
+ msgstr "Affichage court"
122
 
123
+ #: gallery-plugin.php:501
124
  msgid "Most Used"
125
  msgstr "Les plus utiliser"
126
 
127
+ #: gallery-plugin.php:506 gallery-plugin.php:1164
 
128
  msgid "Default"
129
  msgstr "Défaut"
130
 
131
+ #: gallery-plugin.php:511
132
  msgid "Add New Gallery Category"
133
  msgstr "Ajouter une nouvelle catégorie de galerie"
134
 
135
+ #: gallery-plugin.php:516
136
  msgid "Install plugin"
137
  msgstr "Installer l'extension"
138
 
139
+ #: gallery-plugin.php:674 gallery-plugin.php:2244 gallery-plugin.php:2359
140
+ #: gallery-plugin.php:2446
 
 
 
141
  msgid "Title"
142
  msgstr "Titre"
143
 
144
+ #: gallery-plugin.php:675
 
145
  msgid "Author"
146
  msgstr "Auteur"
147
 
148
+ #: gallery-plugin.php:676
 
149
  msgid "Shortcode"
150
+ msgstr "Code court"
151
 
152
+ #: gallery-plugin.php:677
 
153
  msgid "Photos"
154
+ msgstr "Photos"
155
 
156
+ #: gallery-plugin.php:678
 
 
157
  msgid "Date"
158
  msgstr "Date"
159
 
160
+ #: gallery-plugin.php:851
161
  msgid "Settings are saved"
162
  msgstr "Paramètres enregistrés."
163
 
164
+ #: gallery-plugin.php:868
 
165
  msgid "All plugin settings were restored."
166
+ msgstr ""
167
+ "Toutes les valeurs par défaut des paramètres de l'extension ont été remises."
168
 
169
+ #: gallery-plugin.php:880
170
  msgid "Gallery Settings"
171
  msgstr "Paramètres de la galerie"
172
 
173
+ #: gallery-plugin.php:883
 
 
 
 
 
174
  msgid "Go PRO"
175
  msgstr "Choisir la version PRO"
176
 
177
+ #: gallery-plugin.php:893
178
  msgid "Please enable JavaScript to use the option to renew images."
179
+ msgstr ""
180
+ "Merci d'activer JavaScript pour utiliser l'option de mise à jour des images."
181
 
182
+ #: gallery-plugin.php:905
183
  #, php-format
184
+ msgid ""
185
+ "You can add the Gallery to your page or post by clicking on %s button in the "
186
+ "content edit block using the Visual mode. If the button isn't displayed, "
187
+ "please use the shortcode %s, where * stands for gallery ID"
188
  msgstr ""
189
+ "Vous pouvez ajouter la galerie à votre page ou votre article en cliquant sur "
190
+ "le bouton %s dans la zone d'édition du contenu en mode visuel. Si le bouton "
191
+ "n'est pas visible, vous pouvez utiliser le code court %s où * représente "
192
+ "l'ID de la galerie"
193
 
194
+ #: gallery-plugin.php:915
195
+ msgid "Number of images in the row"
196
+ msgstr "Nombre d'images par ligne"
 
 
 
 
197
 
198
+ #: gallery-plugin.php:917
199
+ #, fuzzy
200
+ msgid ""
201
+ "The number of images per row can be less depending on the width of the "
202
+ "parent block"
203
+ msgstr "Nombre d'images par ligne"
204
 
205
+ #: gallery-plugin.php:921 gallery-plugin.php:947
 
 
206
  msgid "Image size"
207
  msgstr "Taille de l'image"
208
 
209
+ #: gallery-plugin.php:924
210
+ msgid ""
211
+ "WordPress will create a new thumbnail with the specified dimensions when you "
212
+ "upload a new photo."
213
+ msgstr ""
214
+ "WordPress créera une copie de la miniature avec les dimensions spécifiées "
215
+ "quand vous envoyez une nouvelle photo."
216
+
217
+ #: gallery-plugin.php:926
218
+ #, fuzzy
219
+ msgid "For the album cover"
220
+ msgstr "Taille de la vignette de l'album"
221
+
222
+ #: gallery-plugin.php:927 gallery-plugin.php:931 gallery-plugin.php:952
223
+ msgid "width x height"
224
+ msgstr ""
225
 
226
+ #: gallery-plugin.php:927 gallery-plugin.php:931 gallery-plugin.php:952
227
+ msgid "in px"
228
+ msgstr ""
 
229
 
230
+ #: gallery-plugin.php:930
231
+ #, fuzzy
232
+ msgid "For thumbnails"
233
  msgstr "Taille de l'image pour la vignette"
234
 
235
+ #: gallery-plugin.php:934
236
+ msgid "Update images for gallery"
237
+ msgstr "Mettre à jour les images pour la galerie"
238
 
239
+ #: gallery-plugin.php:943 gallery-plugin.php:1142 gallery-plugin.php:1363
 
 
240
  msgid "Close"
241
  msgstr "Fermer"
242
 
243
+ #: gallery-plugin.php:950
244
+ #, fuzzy
245
+ msgid "For images in the lightbox"
246
  msgstr "Taille de l'image pour le diaporama"
247
 
248
+ #: gallery-plugin.php:954
 
 
 
 
 
 
 
 
249
  msgid "Display a full size image in the lightbox"
250
  msgstr "Afficher une image en taille normale dans la boite"
251
 
252
+ #: gallery-plugin.php:959
253
  msgid "Crop position"
254
  msgstr "Point de base"
255
 
256
+ #: gallery-plugin.php:963 gallery-plugin.php:969
 
257
  msgid "center"
258
  msgstr "centré"
259
 
260
+ #: gallery-plugin.php:965
261
  msgid "Horizontal"
262
  msgstr "Horizontale"
263
 
264
+ #: gallery-plugin.php:971
265
  msgid "Vertical"
266
  msgstr "Verticale"
267
 
268
+ #: gallery-plugin.php:976
269
+ #, fuzzy
270
+ msgid "Single gallery view"
271
+ msgstr "Racine pour les pages des galeries"
272
 
273
+ #: gallery-plugin.php:979
274
+ #, fuzzy
275
+ msgid "Grid"
276
+ msgstr "Vue en mode grille"
277
 
278
+ #: gallery-plugin.php:980
279
+ msgid "Masonry"
280
+ msgstr ""
281
 
282
+ #: gallery-plugin.php:986 gallery-plugin.php:1207
283
+ msgid ""
284
+ "If you upgrade to Pro version all your settings and galleries will be saved."
285
+ msgstr ""
286
+ "Si vous passez à  la version Pro, tous ces paramètres seront enregistrés."
287
 
288
+ #: gallery-plugin.php:993 gallery-plugin.php:1214
 
 
289
  msgid "Unlock premium options by upgrading to Pro version"
290
+ msgstr "Débloquer les options premium en migrant vers la version PRO."
291
 
292
+ #: gallery-plugin.php:997 gallery-plugin.php:1218
 
293
  msgid "Start Your Trial"
294
  msgstr "Débuter votre essai"
295
 
296
+ #: gallery-plugin.php:998 gallery-plugin.php:1219 gallery-plugin.php:2654
 
 
297
  msgid "or"
298
  msgstr "ou"
299
 
300
+ #: gallery-plugin.php:1000 gallery-plugin.php:1221
 
301
  msgid "Learn More"
302
  msgstr "En savoir plus"
303
 
304
+ #: gallery-plugin.php:1008
305
+ msgid "Display image text"
306
+ msgstr ""
307
+
308
+ #: gallery-plugin.php:1010
309
+ msgid "Turn off the checkbox, if you want to display text just in a lightbox"
310
+ msgstr ""
311
+ "Si vous voulez juste afficher du texte dans une boite, désactiver l'option"
312
+
313
+ #: gallery-plugin.php:1014
314
  msgid "Images with border"
315
  msgstr "Image avec bordure"
316
 
317
+ #: gallery-plugin.php:1018
318
  msgid "Border width in px, just numbers"
319
  msgstr "Taille de la bordure en pixel, juste le nombre"
320
 
321
+ #: gallery-plugin.php:1019
322
  msgid "Select a border color"
323
  msgstr "Choisir une couleur pour la bordure"
324
 
325
+ #: gallery-plugin.php:1024
326
+ msgid "Sort images"
327
+ msgstr "Trier les images"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
328
 
329
+ #: gallery-plugin.php:1027
330
+ #, fuzzy
331
+ msgid "by Attachment ID"
332
  msgstr "ID du fichier"
333
 
334
+ #: gallery-plugin.php:1028
335
+ #, fuzzy
336
+ msgid "by Image Name"
337
  msgstr "Nom de l'image "
338
 
339
+ #: gallery-plugin.php:1029 gallery-plugin.php:1050
340
+ #, fuzzy
341
+ msgid "by Date"
342
+ msgstr "Date"
343
 
344
+ #: gallery-plugin.php:1030
345
+ #, fuzzy
346
+ msgid "by Sorting order in the Gallery"
347
+ msgstr "Ordre de tri dans la galerie"
348
+
349
+ #: gallery-plugin.php:1031 gallery-plugin.php:1055
350
  msgid "Random"
351
  msgstr "Aléatoire"
352
 
353
+ #: gallery-plugin.php:1036
354
+ #, fuzzy
355
+ msgid "The images sort order"
356
+ msgstr "Image avec bordure"
357
 
358
+ #: gallery-plugin.php:1039 gallery-plugin.php:1063
 
359
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
360
+ msgstr ""
361
+ "ASC (ordre ascendant de la plus petite à la plus grande valeur - 1, 2, 3; a, "
362
+ "b, c)"
363
+
364
+ #: gallery-plugin.php:1040 gallery-plugin.php:1064
365
+ msgid ""
366
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
367
+ msgstr ""
368
+ "DESC (ordre descendant de la plus grade à la plus petite - 3, 2, 1; c, b, a)"
369
 
370
+ #: gallery-plugin.php:1045
371
+ msgid "Sort galleries"
372
+ msgstr "Trier les galeries"
 
373
 
374
+ #: gallery-plugin.php:1048
375
  #, fuzzy
376
+ msgid "by Gallery ID"
377
+ msgstr "Galerie ID"
378
 
379
+ #: gallery-plugin.php:1049
380
  #, fuzzy
381
+ msgid "by Title"
382
+ msgstr "Titre"
383
 
384
+ #: gallery-plugin.php:1051
385
+ #, fuzzy
386
+ msgid "by Last modified date"
387
+ msgstr "Date de dernière modification"
388
 
389
+ #: gallery-plugin.php:1052
390
+ #, fuzzy
391
+ msgid "by Comment count"
392
+ msgstr "Nombre de commentaires"
393
 
394
+ #: gallery-plugin.php:1053
395
  #, fuzzy
396
+ msgid "by Sorting order (the input field for sorting order)"
397
+ msgstr "Ordre de tri (le champ pour définir le critère de tri)"
398
 
399
+ #: gallery-plugin.php:1054
400
  #, fuzzy
401
+ msgid "by Author"
402
+ msgstr "Auteur"
403
 
404
+ #: gallery-plugin.php:1060
405
+ msgid "The galleries sort order"
406
+ msgstr ""
407
 
408
+ #: gallery-plugin.php:1069
409
+ msgid "Start slideshow"
410
+ msgstr "Démarrer le diaporama"
411
+
412
+ #: gallery-plugin.php:1072
413
+ msgid "Slideshow interval"
414
+ msgstr "Intervalle de transition pour le diaporama"
415
 
416
+ #: gallery-plugin.php:1072
417
+ msgid "(ms)"
418
+ msgstr ""
419
+
420
+ #: gallery-plugin.php:1076
421
+ msgid "Use single lightbox for multiple galleries on one page"
422
+ msgstr "Utiliser un seul diaporama pour plusieurs galeries sur une seule page"
423
+
424
+ #: gallery-plugin.php:1082
425
  msgid "Display the Back link"
426
  msgstr "Afficher le lien de retour"
427
 
428
+ #: gallery-plugin.php:1088
429
  msgid "Display the Back link in the shortcode"
430
  msgstr "Afficher le lien de retour dans le code court"
431
 
432
+ #: gallery-plugin.php:1094
433
  msgid "The Back link text"
434
+ msgstr "Le texte pour le lien de retour"
435
 
436
+ #: gallery-plugin.php:1100
437
  msgid "The Back link URL"
438
  msgstr "L'URL pour le lien de retour"
439
 
440
+ #: gallery-plugin.php:1103
441
  msgid "Gallery page (Page with Gallery Template)"
442
  msgstr "Page de la galerie (Page avec le modèle de galerie)"
443
 
444
+ #: gallery-plugin.php:1105
445
  msgid "(Full URL to custom page)"
446
  msgstr "(URL complète pour la page spécifique)"
447
 
448
+ #: gallery-plugin.php:1110
449
  msgid "The Read More link text"
450
  msgstr "Texte pour le lien \"Read More\""
451
 
452
+ #: gallery-plugin.php:1116
453
  msgid "Add gallery to the search"
454
  msgstr "Ajouter les galeries à la recherche"
455
 
456
+ #: gallery-plugin.php:1121 gallery-plugin.php:1124 gallery-plugin.php:1128
 
 
457
  msgid "Using"
458
  msgstr "Utilisant"
459
 
460
+ #: gallery-plugin.php:1121 gallery-plugin.php:1124 gallery-plugin.php:1128
 
 
461
  msgid "powered by"
462
  msgstr "fournis par"
463
 
464
+ #: gallery-plugin.php:1124 gallery-plugin.php:1338
 
465
  msgid "Activate"
466
  msgstr "Activer"
467
 
468
+ #: gallery-plugin.php:1128
469
  msgid "Download"
470
  msgstr "Télécharger"
471
 
472
+ #: gallery-plugin.php:1133
473
  msgid "Rewrite templates after update"
474
+ msgstr "Modifier les modèles après la mise à jour"
475
 
476
+ #: gallery-plugin.php:1135
477
  #, php-format
478
+ msgid ""
479
+ "Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
480
+ "theme folder and You don't want to rewrite them"
481
  msgstr ""
482
+ "Décochez la case si vous avez modifié le fichier '%s' ou le fichier '%s' "
483
+ "dans le répertoire de votre thème et que vous souhaitez garder votre version"
484
 
485
+ #: gallery-plugin.php:1149
486
+ #, fuzzy
487
+ msgid "Under image"
488
+ msgstr "Mettre à jour les images"
489
+
490
+ #: gallery-plugin.php:1150
491
+ msgid "By mouse hover"
492
+ msgstr ""
493
+
494
+ #: gallery-plugin.php:1155
495
  msgid "Use pagination for images"
496
  msgstr "Utiliser la pagination pour les images"
497
 
498
+ #: gallery-plugin.php:1158
499
  msgid "per page"
500
  msgstr "par page"
501
 
502
+ #: gallery-plugin.php:1162
503
+ msgid "Lightbox background"
504
+ msgstr "Fond de la boite"
505
+
506
+ #: gallery-plugin.php:1165
507
+ msgid "Background transparency (from 0 to 1)"
508
+ msgstr "Transparence du fond (de 0 à 1)"
509
+
510
+ #: gallery-plugin.php:1166
511
+ msgid "Select a background color"
512
+ msgstr "Choisir une couleur pour le fond"
513
+
514
+ #: gallery-plugin.php:1170
515
  msgid "The lightbox helper"
516
  msgstr "L'aide de lightbox"
517
 
518
+ #: gallery-plugin.php:1172
519
  msgid "Do not use"
520
+ msgstr "Ne pas utiliser"
521
 
522
+ #: gallery-plugin.php:1173
523
  msgid "Button helper"
524
  msgstr "Bouton pour l'assistant"
525
 
526
+ #: gallery-plugin.php:1174
527
  msgid "Thumbnail helper"
528
  msgstr "Assistant de la galerie"
529
 
530
+ #: gallery-plugin.php:1178
531
  msgid "Display Like buttons in the lightbox"
532
  msgstr "Afficher les boutons des réseaux sociaux dans la boite"
533
 
534
+ #: gallery-plugin.php:1180
535
  msgid "FaceBook"
536
  msgstr "FaceBook"
537
 
538
+ #: gallery-plugin.php:1181
539
  msgid "Twitter"
540
  msgstr "Twitter"
541
 
542
+ #: gallery-plugin.php:1182
543
  msgid "Pinterest"
544
  msgstr "Pinterest"
545
 
546
+ #: gallery-plugin.php:1183
547
  msgid "Google +1"
548
  msgstr "Google +1"
549
 
550
+ #: gallery-plugin.php:1187
551
  msgid "Slug for gallery item"
552
  msgstr "Racine pour les pages des galeries"
553
 
554
+ #: gallery-plugin.php:1189
555
  msgid "for any structure of permalinks except the default structure"
556
  msgstr "pour toute forme de permaliens à l'exception de la forme par défaut"
557
 
558
+ #: gallery-plugin.php:1193
559
  msgid "Title for lightbox button"
560
  msgstr "Titre pour le bouton lightbox"
561
 
562
+ #: gallery-plugin.php:1199
563
+ msgid ""
564
+ "Display all images in the lightbox instead of going into a single gallery"
565
+ msgstr ""
566
+ "Afficher toutes les images dans une 'lightbox' au lieu de d'une seule galerie"
567
 
568
+ #: gallery-plugin.php:1202
569
+ #, php-format
570
  msgid "When using the gallery template or a shortcode with `%s` parameter"
571
+ msgstr ""
572
+ "Quand vous utilisez le modèle de galerie ou le code court avec le paramètre "
573
+ "'%s'"
574
 
575
+ #: gallery-plugin.php:1228
576
  msgid "Save Changes"
577
  msgstr "Enregistrer les modifications"
578
 
579
+ #: gallery-plugin.php:1233
580
+ #, fuzzy
581
+ msgid ""
582
+ "If you install the demo-data, will be created galleries with images, demo-"
583
+ "post with available shortcodes and page with a list of all the galleries."
584
+ msgstr ""
585
+ "Si vous installez les données de démonstration, des galeries avec des "
586
+ "images, des articles avec les différents codes courts, des pages avec des "
587
+ "listes de galeries seront créés, les paramètres de l'extension seront "
588
+ "modifiés, mais ces paramètres seront remis aux valeurs actuelles lors de la "
589
+ "suppression des données de démonstration."
590
+
591
+ #: gallery-plugin.php:1265
592
+ msgid "FAQ"
593
+ msgstr "FAQ"
594
+
595
+ #: gallery-plugin.php:1266
596
  msgid "Support"
597
  msgstr "Soutien"
598
 
599
+ #: gallery-plugin.php:1302
600
  msgid "Updating images..."
601
  msgstr "Mise à jour des images..."
602
 
603
+ #: gallery-plugin.php:1303
604
  msgid "No image found."
605
  msgstr "Pas d'image trouvée."
606
 
607
+ #: gallery-plugin.php:1304
608
  msgid "All images are updated."
609
  msgstr "Toutes les images ont été mises à jour."
610
 
611
+ #: gallery-plugin.php:1305
612
  msgid "Error."
613
  msgstr "Erreur."
614
 
615
+ #: gallery-plugin.php:1318
616
  msgid ""
617
  "You are about to delete these items from this gallery.\n"
618
  " 'Cancel' to stop, 'OK' to delete."
619
  msgstr ""
620
+ "Vous allez supprimer ces éléments de la galerie.\n"
621
+ "'Annuler' pour arrêter, 'Ok' pour supprimer"
622
 
623
+ #: gallery-plugin.php:1319
624
+ msgid ""
625
+ "Switching to another mode, all unsaved data will be lost. Save data before "
626
+ "switching?"
627
  msgstr ""
628
+ "ou plus! Nous ne garantissons pas que notre extension fonctionne "
629
+ "correctement. Merci de mettre à jour votre version de WordPress."
630
 
631
+ #: gallery-plugin.php:1320
632
  msgid "Insert Media"
633
+ msgstr "Insérer un média"
634
 
635
+ #: gallery-plugin.php:1321
636
  msgid "Insert"
637
+ msgstr "Insérer"
638
 
639
+ #: gallery-plugin.php:1333
640
  msgid "Learn more"
641
  msgstr "En savoir plus"
642
 
643
+ #: gallery-plugin.php:1345
644
  msgid "Install now"
645
  msgstr "Installé maintenant"
646
 
647
+ #: gallery-plugin.php:1354
648
  msgid "Add multiple gallery categories"
649
  msgstr "Ajouter des catégories de galeries"
650
 
651
+ #: gallery-plugin.php:1354
652
+ msgid ""
653
+ "Install Gallery Categories plugin to add unlimited number of categories."
654
+ msgstr ""
655
+ "Installer l'extension 'Gallery Categories' pour ajouter un nombre infini de "
656
+ "catégories."
657
 
658
+ #: gallery-plugin.php:1638 template/gallery-single-template.php:103
 
659
  msgid "Sorry, nothing found."
660
  msgstr "Désolé, rien n'a été trouvé"
661
 
662
+ #: gallery-plugin.php:1651 template/gallery-single-template.php:124
 
663
  msgid "Image"
664
  msgstr "Image "
665
 
666
+ #: gallery-plugin.php:1651 template/gallery-single-template.php:19
 
667
  msgid "Download high resolution image"
668
  msgstr "Télécharger l'image en haute résolution"
669
 
670
+ #: gallery-plugin.php:1781
671
  msgid "Image size not defined"
672
  msgstr "Taille de l'image non définie"
673
 
674
+ #: gallery-plugin.php:1796
675
+ msgid ""
676
+ "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
677
+ "manually reload image."
678
+ msgstr ""
679
+ "Il n'est possible de mettre à jour que les images de type PNG, JPEG, GIF, "
680
+ "WPMP or XBM. Pour les autres, merci de faire une mise à jour manuelle."
681
 
682
+ #: gallery-plugin.php:1807
683
  msgid "Image size changes not defined"
684
  msgstr "La modification de la taille n'est pas définie"
685
 
686
+ #: gallery-plugin.php:1836 gallery-plugin.php:1839 gallery-plugin.php:1844
 
 
687
  msgid "Invalid path"
688
  msgstr "Chemin invalide"
689
 
690
+ #: gallery-plugin.php:2012
691
  msgid "Add images requires JavaScript."
692
+ msgstr "Ajouter des images nécessite Java-script."
693
 
694
+ #: gallery-plugin.php:2015
 
695
  msgid "Add Media"
696
+ msgstr "Ajouter un média"
697
 
698
+ #: gallery-plugin.php:2025
699
  msgid "The grid view for the Gallery images requires JavaScript."
700
  msgstr ""
701
+ "La vue en mode grille pour les images des galeries nécessite Java-script."
702
 
703
+ #: gallery-plugin.php:2025
 
704
  msgid "Switch to the list view"
705
+ msgstr "Basculer vers une vue en mode liste"
706
 
707
+ #: gallery-plugin.php:2052
708
  msgid "List View"
709
+ msgstr "Vue en mode liste"
710
 
711
+ #: gallery-plugin.php:2053
712
  msgid "Grid View"
713
+ msgstr "Vue en mode grille"
714
 
715
+ #: gallery-plugin.php:2108
716
  msgid "Filter"
717
+ msgstr "Filtrer"
718
 
719
+ #: gallery-plugin.php:2112
720
  msgid "Empty Trash"
721
+ msgstr "Vider la corbeille"
722
 
723
+ #: gallery-plugin.php:2133
 
724
  msgid "No images found"
725
+ msgstr "Pas d'image trouvée"
726
 
727
+ #: gallery-plugin.php:2185
728
  msgid "Select bulk action"
729
+ msgstr "Sélectionne l'action en masse"
730
 
731
+ #: gallery-plugin.php:2187
732
  msgid "Bulk Actions"
733
+ msgstr "Actions en masse"
734
 
735
+ #: gallery-plugin.php:2197
736
  msgid "Apply"
737
+ msgstr "Appliquer"
738
 
739
+ #: gallery-plugin.php:2204 gallery-plugin.php:2383
 
 
740
  msgid "Delete from Gallery"
741
+ msgstr "Supprimer de la galerie"
742
 
743
+ #: gallery-plugin.php:2217 gallery-plugin.php:2231
 
 
744
  msgid "Display link to the original file under each image in the lightbox"
745
+ msgstr ""
746
+ "Afficher un lien vers l'image d'origine sous chaque image dans la lightbox"
747
 
748
+ #: gallery-plugin.php:2226
749
  msgid "Bulk Select"
750
+ msgstr "Sélection en masse"
751
 
752
+ #: gallery-plugin.php:2228
753
  msgid "Cancel Selection"
754
+ msgstr "Annuler la sélection"
755
 
756
+ #: gallery-plugin.php:2229
757
  msgid "Delete Selected"
758
+ msgstr "Supprimer la sélection"
759
 
760
+ #: gallery-plugin.php:2242
761
  msgid "File"
762
+ msgstr "Fichier"
763
 
764
+ #: gallery-plugin.php:2243 gallery-plugin.php:2332 gallery-plugin.php:2441
 
 
765
  msgid "Dimensions"
766
+ msgstr "Dimensions"
767
 
768
+ #: gallery-plugin.php:2245 gallery-plugin.php:2365 gallery-plugin.php:2451
 
 
769
  msgid "Alt tag"
770
  msgstr "Tag Alt"
771
 
772
+ #: gallery-plugin.php:2245 gallery-plugin.php:2367
773
+ msgid ""
774
+ "The alt attribute specifies an alternate text for an image, if the image "
775
+ "cannot be displayed."
776
  msgstr ""
777
+ "L'attribut 'alt' permet de définir un texte alternatif pour une image, quand "
778
+ "celle-ci ne peux pas être affichée."
779
 
780
+ #: gallery-plugin.php:2246 gallery-plugin.php:2373 gallery-plugin.php:2456
 
 
 
781
  msgid "Custom URL"
782
+ msgstr "URL personnalisée"
783
 
784
+ #: gallery-plugin.php:2246 gallery-plugin.php:2375
785
+ msgid ""
786
+ "By clicking on the thumbnail you'll go to the link (if the field is filled) "
787
+ "or the image will be opened in the lightbox (if the field isn't filled)"
788
  msgstr ""
789
+ "En cliquant sur la vignette vous naviguerez vers le lien (si le champ est "
790
+ "rempli) ou bien l'image sera ouverte dans une 'lightbox' (si le champ est "
791
+ "vide)"
792
 
793
+ #: gallery-plugin.php:2324
794
  msgid "Deselect"
795
+ msgstr "Désélectionner"
796
 
797
+ #: gallery-plugin.php:2330
798
  msgid "File name"
799
+ msgstr "Nom du fichier"
800
 
801
+ #: gallery-plugin.php:2331
802
  msgid "File type"
803
+ msgstr "Type de fichier"
804
 
805
+ #: gallery-plugin.php:2335 gallery-plugin.php:2437
 
 
806
  msgid "Edit Attachment Info"
807
+ msgstr "Modifier les informations du document"
808
 
809
+ #: gallery-plugin.php:2335
 
810
  msgid "Edit Attachment"
811
+ msgstr "Modifier le document"
812
 
813
+ #: gallery-plugin.php:2345
 
814
  msgid "Go Pro"
815
+ msgstr "Passer à la version PRO"
816
 
817
+ #: gallery-plugin.php:2345
 
818
  msgid "Pro version"
819
+ msgstr "version PRO"
820
 
821
+ #: gallery-plugin.php:2348
822
  msgid "This setting is available in Pro version"
823
  msgstr "Ce paramètre est disponible dans la version Pro"
824
 
825
+ #: gallery-plugin.php:2381
826
  msgid "Edit more details"
827
+ msgstr "Modifier plus de détails"
828
 
829
+ #: gallery-plugin.php:2416
830
  #, php-format
831
  msgid "Select %s"
832
+ msgstr "Sélectionner %s"
833
 
834
+ #: gallery-plugin.php:2429
835
+ #, php-format
836
  msgid "Edit &#8220;%s&#8221;"
837
  msgstr "Pré-visualiser &#8220;%s&#8221;"
838
 
839
+ #: gallery-plugin.php:2474 gallery-plugin.php:2487
 
840
  msgid "Edit"
841
+ msgstr "Modifier"
842
 
843
+ #: gallery-plugin.php:2477 gallery-plugin.php:2492
 
844
  msgid "Trash"
845
+ msgstr "Poubelle"
846
 
847
+ #: gallery-plugin.php:2480 gallery-plugin.php:2495
 
848
  msgid "Delete Permanently"
849
+ msgstr "Supprimer de manière définitive"
850
 
851
+ #: gallery-plugin.php:2482 gallery-plugin.php:2500
852
+ #, php-format
 
853
  msgid "View &#8220;%s&#8221;"
854
  msgstr "Pré-visualiser &#8220;%s&#8221;"
855
 
856
+ #: gallery-plugin.php:2482 gallery-plugin.php:2500
 
857
  msgid "View"
858
+ msgstr "Voir"
859
 
860
+ #: gallery-plugin.php:2484
 
861
  msgid "Attach"
862
+ msgstr "Attacher"
863
 
864
+ #: gallery-plugin.php:2490
865
  msgid "Restore"
866
+ msgstr "Remettre"
867
 
868
+ #: gallery-plugin.php:2621
869
  msgid "Warning"
870
+ msgstr "Avertissement"
871
 
872
+ #: gallery-plugin.php:2621
873
  msgid "You can add only images to the gallery"
874
+ msgstr "Vous ne pouvez ajouter que des images dans la galerie"
875
 
876
+ #: gallery-plugin.php:2663
877
+ msgid "no title"
878
+ msgstr "Pas de titre"
879
+
880
+ #: gallery-plugin.php:2671
881
  msgid "Sorry, no gallery found."
882
+ msgstr "Désolé, rien n'a été trouvé."
883
 
884
+ #: gallery-plugin.php:2677
885
+ msgid ""
886
+ "Display an album image with the description and the link to a single gallery "
887
+ "page"
888
+ msgstr ""
889
+ "Afficher une image pour l'album avec la description et un lien vers une page "
890
+ "contenant la galerie"
891
 
892
+ #: template/gallery-template.php:14
893
+ msgid "Gallery Category"
894
+ msgstr "Catégories de galeries"
 
895
 
896
+ #: inc/demo-data/class-bws-demo-data.php:31
897
+ msgid "Install Demo Data"
898
+ msgstr "Installé les données de démonstration"
899
 
900
+ #: inc/demo-data/class-bws-demo-data.php:34
901
  msgid "Remove Demo Data"
902
+ msgstr "Supprimer les données de démonstration"
903
 
904
+ #: inc/demo-data/class-bws-demo-data.php:35
905
  msgid "Delete demo-data and restore old plugin settings."
906
  msgstr ""
907
+ "Supprimer les données de démonstration et remettre le paramétrage antérieur "
908
+ "de l'extension."
909
 
910
+ #: inc/demo-data/class-bws-demo-data.php:53
911
  msgid "Yes, install demo data"
912
+ msgstr "Oui, installer les données de démonstration"
913
 
914
+ #: inc/demo-data/class-bws-demo-data.php:54
915
  msgid "Are you sure you want to install demo data?"
916
+ msgstr "Êtes vous sûr de vouloir installer les données de démonstration ?"
917
 
918
+ #: inc/demo-data/class-bws-demo-data.php:56
919
  msgid "Yes, remove demo data"
920
+ msgstr "Oui, supprimer les données de démonstration"
921
 
922
+ #: inc/demo-data/class-bws-demo-data.php:57
923
  msgid "Are you sure you want to remove demo data?"
924
+ msgstr "Êtes vous sûr de vouloir supprimer les données de démonstration ?"
925
 
926
+ #: inc/demo-data/class-bws-demo-data.php:64
 
927
  msgid "No, go back to the settings page"
928
+ msgstr "Non, retourner à la page des paramètres"
929
 
930
+ #: inc/demo-data/class-bws-demo-data.php:119
931
  msgid "Can not get demo data."
932
+ msgstr "Impossible d'obtenir les données de démonstration."
933
 
934
+ #: inc/demo-data/class-bws-demo-data.php:126
 
935
  msgid "Demo options already installed."
936
+ msgstr "Les données de démonstration sont déjà installées."
937
 
938
+ #: inc/demo-data/class-bws-demo-data.php:355
939
  msgid "Demo data successfully installed."
940
+ msgstr "Les données de démonstration ont été installées avec succès."
941
 
942
+ #: inc/demo-data/class-bws-demo-data.php:357
943
  msgid "View post with shortcodes"
944
+ msgstr "Voir les articles avec les codes courts"
945
 
946
+ #: inc/demo-data/class-bws-demo-data.php:360
947
  msgid "View page with examples"
948
+ msgstr "Voir les pages avec les exemples"
949
 
950
+ #: inc/demo-data/class-bws-demo-data.php:369
951
  msgid "Installation of demo data with some errors occurred."
952
  msgstr ""
953
+ "Des erreurs sont survenues lors de l'installation des données de "
954
+ "démonstration."
955
 
956
+ #: inc/demo-data/class-bws-demo-data.php:372
957
  msgid "Posts data is missing."
958
+ msgstr "Les données de l'article sont absentes."
959
 
960
+ #: inc/demo-data/class-bws-demo-data.php:446
961
  msgid "Demo data have already been removed."
962
+ msgstr "Les données de démonstration ont déjà été supprimées."
963
 
964
+ #: inc/demo-data/class-bws-demo-data.php:503
965
  msgid "Demo data successfully removed."
966
+ msgstr "Les données de démonstration ont été supprimées."
967
 
968
+ #: inc/demo-data/class-bws-demo-data.php:507
969
  msgid "Removing demo data with some errors occurred."
970
  msgstr ""
971
+ "Des erreurs sont survenues lors de la suppression des données de "
972
+ "démonstration."
973
 
974
+ #: inc/demo-data/class-bws-demo-data.php:576
975
  msgid "Close notice"
976
+ msgstr "Fermer l'avertissement"
977
 
978
+ #: inc/demo-data/class-bws-demo-data.php:580
 
979
  msgid "Install demo data"
980
+ msgstr "Installer les données de démonstration"
981
 
982
+ #: inc/demo-data/class-bws-demo-data.php:580
983
  msgid "for an acquaintance with the possibilities of the"
984
+ msgstr "pour une vision des possibilités de "
985
 
986
+ #~ msgid "Sort images by"
987
+ #~ msgstr "Trier les images par"
 
 
988
 
989
+ #~ msgid "Sort galleries by"
990
+ #~ msgstr "Trier les galeries par"
991
 
992
+ #~ msgid "Width (in px)"
993
+ #~ msgstr "Largeur (en pixels)"
 
 
 
 
 
994
 
995
+ #~ msgid "Height (in px)"
996
+ #~ msgstr "Hauteur (en pixels)"
997
 
998
+ #~ msgid "Max width (in px)"
999
+ #~ msgstr "Largeur maximum (en pixels)"
1000
 
1001
+ #~ msgid "Max height (in px)"
1002
+ #~ msgstr "Hauteur maximum (en pixels)"
1003
 
1004
+ #~ msgid "Display text under the image"
1005
+ #~ msgstr "Afficher le texte au dessous de l'image"
1006
 
1007
+ #~ msgid "Not set"
1008
+ #~ msgstr "Not set"
1009
 
1010
+ #~ msgid "On"
1011
+ #~ msgstr "On"
 
1012
 
1013
+ #~ msgid "Off"
1014
+ #~ msgstr "Off"
1015
 
1016
+ #~ msgid "N/A"
1017
+ #~ msgstr "N/A"
1018
 
1019
+ #~ msgid " Mb"
1020
+ #~ msgstr " Mb"
1021
 
1022
+ #~ msgid "Yes"
1023
+ #~ msgstr "Yes"
1024
 
1025
+ #~ msgid "No"
1026
+ #~ msgstr "No"
1027
 
1028
+ #~ msgid "Operating System"
1029
+ #~ msgstr "Operating System"
 
 
 
 
 
 
1030
 
1031
+ #~ msgid "Server"
1032
+ #~ msgstr "Server"
1033
 
1034
+ #~ msgid "Memory usage"
1035
+ #~ msgstr "Memory usage"
1036
 
1037
+ #~ msgid "MYSQL Version"
1038
+ #~ msgstr "MYSQL Version"
 
1039
 
1040
+ #~ msgid "SQL Mode"
1041
+ #~ msgstr "SQL Mode"
 
 
 
 
1042
 
1043
+ #~ msgid "PHP Version"
1044
+ #~ msgstr "PHP Version"
1045
 
1046
+ #~ msgid "PHP Safe Mode"
1047
+ #~ msgstr "PHP Safe Mode"
1048
 
1049
+ #~ msgid "PHP Allow URL fopen"
1050
+ #~ msgstr "PHP Allow URL fopen"
1051
 
1052
+ #~ msgid "PHP Memory Limit"
1053
+ #~ msgstr "PHP Memory Limit"
1054
 
1055
+ #~ msgid "PHP Max Upload Size"
1056
+ #~ msgstr "PHP Max Upload Size"
1057
 
1058
+ #~ msgid "PHP Max Post Size"
1059
+ #~ msgstr "PHP Max Post Size"
1060
 
1061
+ #~ msgid "PHP Max Script Execute Time"
1062
+ #~ msgstr "PHP Max Script Execute Time"
1063
 
1064
+ #~ msgid "PHP Exif support"
1065
+ #~ msgstr "PHP Exif support"
1066
 
1067
+ #~ msgid "PHP IPTC support"
1068
+ #~ msgstr "PHP IPTC support"
1069
 
1070
+ #~ msgid "PHP XML support"
1071
+ #~ msgstr "PHP XML support"
 
 
 
 
1072
 
1073
+ #~ msgid "Site URL"
1074
+ #~ msgstr "Site URL"
1075
 
1076
+ #~ msgid "Home URL"
1077
+ #~ msgstr "Home URL"
1078
+
1079
+ #~ msgid "WordPress Version"
1080
+ #~ msgstr "WordPress Version"
1081
+
1082
+ #~ msgid "WordPress DB Version"
1083
+ #~ msgstr "WordPress DB Version"
1084
+
1085
+ #~ msgid "Multisite"
1086
+ #~ msgstr "Multisite"
1087
+
1088
+ #~ msgid "Active Theme"
1089
+ #~ msgstr "Active Theme"
1090
+
1091
+ #~ msgid "Please enter a valid email address."
1092
+ #~ msgstr "Merci de fournir une adresse e-mail valide."
1093
+
1094
+ #~ msgid "Email with system info is sent to "
1095
+ #~ msgstr "L'e-mail avec les informations systèmes est envoyé à "
1096
+
1097
+ #~ msgid "Thank you for contacting us."
1098
+ #~ msgstr "Merci d'avoir pris contact avec nous."
1099
+
1100
+ #~ msgid "Sorry, email message could not be delivered."
1101
+ #~ msgstr "Désoler, l'e-mail n'a pas pu être envoyé."
1102
+
1103
+ #~ msgid "Need help?"
1104
+ #~ msgstr "Besoin d'aide ?"
1105
+
1106
+ #~ msgid "Client area"
1107
+ #~ msgstr "Espace client"
1108
+
1109
+ #~ msgid "System status"
1110
+ #~ msgstr "System status"
1111
+
1112
+ #~ msgid "Plugins"
1113
+ #~ msgstr "Extensions"
1114
+
1115
+ #~ msgid "Themes"
1116
+ #~ msgstr "Thèmes"
1117
+
1118
+ #~ msgid "All"
1119
+ #~ msgstr "Tous"
1120
+
1121
+ #~ msgid "Installed"
1122
+ #~ msgstr "Installé"
1123
+
1124
+ #~ msgid "Recommended"
1125
+ #~ msgstr "Recommandé"
1126
+
1127
+ #~ msgid "Installed plugins"
1128
+ #~ msgstr "Extensions installées"
1129
+
1130
+ #~ msgid "Activate this plugin"
1131
+ #~ msgstr "Activer cette extension"
1132
 
1133
  #~ msgid "Go"
1134
  #~ msgstr "Passez"
1135
 
1136
+ #~ msgid "DONATE"
1137
+ #~ msgstr "Faire un don"
1138
 
1139
+ #~ msgid "Recommended plugins"
1140
+ #~ msgstr "Extensions recommandées"
 
 
 
 
1141
 
1142
+ #~ msgid "Try again"
1143
+ #~ msgstr "Essayer de nouveau"
1144
 
1145
+ #~ msgid "Preview &#8220;%s&#8221;"
1146
+ #~ msgstr "Pré-visualiser &#8220;%s&#8221;"
1147
 
1148
+ #~ msgid "Install %s"
1149
+ #~ msgstr "Installation %s"
1150
 
1151
+ #~ msgid "Install Now"
1152
+ #~ msgstr "Installer maintenant"
1153
+
1154
+ #~ msgid "Update to version %s"
1155
+ #~ msgstr "Mettre à jour pour la version %s"
1156
+
1157
+ #~ msgid "Update"
1158
+ #~ msgstr "Mettre à jour"
1159
+
1160
+ #~ msgid "This theme is already installed and is up to date"
1161
+ #~ msgstr "Le thème est déjà en place et est à jour."
1162
+
1163
+ #~ msgid "Preview %s"
1164
+ #~ msgstr "Pré-visualiser %s"
1165
+
1166
+ #~ msgid "Preview"
1167
+ #~ msgstr "Pré-visualiser"
1168
+
1169
+ #~ msgid "By %s"
1170
+ #~ msgstr "Par %s"
1171
+
1172
+ #~ msgid "Details"
1173
+ #~ msgstr "Détails"
1174
+
1175
+ #~ msgid "Already Installed"
1176
+ #~ msgstr "Déjà installé"
1177
+
1178
+ #~ msgid "Environment"
1179
+ #~ msgstr "Environment"
1180
+
1181
+ #~ msgid "Active Plugins"
1182
+ #~ msgstr "Extensions actives"
1183
+
1184
+ #~ msgid "Inactive Plugins"
1185
+ #~ msgstr "Extensions inactives"
1186
+
1187
+ #~ msgid "Send to support"
1188
+ #~ msgstr "Envoyer au support"
1189
+
1190
+ #~ msgid "Send to custom email &#187;"
1191
+ #~ msgstr "Envoyer un e-mail spécifique &#187;"
1192
 
1193
  #~ msgid "requires"
1194
  #~ msgstr "requis"
1206
  #~ msgid "Plugins page"
1207
  #~ msgstr "Page des extensions"
1208
 
1209
+ #~ msgid ""
1210
+ #~ "or higher! We do not guarantee that our plugin will work correctly. "
1211
+ #~ "Please upgrade to WordPress latest version."
1212
+ #~ msgstr ""
1213
+ #~ "ou plus! Nous ne garantissons pas que notre extension fonctionne "
1214
+ #~ "correctement. Merci de mettre à jour votre version de WordPress."
1215
+
1216
  #~ msgid "It’s time to upgrade your"
1217
  #~ msgstr "C'est le moment de mettre à jour votre "
1218
 
1219
  #~ msgid "to"
1220
  #~ msgstr "à"
1221
 
1222
+ #~ msgid "version!"
1223
+ #~ msgstr "version"
1224
+
1225
  #~ msgid "Extend standard plugin functionality with new great options."
1226
  #~ msgstr ""
1227
+ #~ "Étend les fonctionnalités classiques de l'extension avec des nouvelles "
1228
  #~ "options."
1229
 
1230
  #~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
1238
  #~ msgid "If there is something wrong about it, please contact us"
1239
  #~ msgstr "Si vous avez des questions, merci de nous contacter"
1240
 
1241
+ #~ msgid "Check premium options on the plugin settings page!"
1242
+ #~ msgstr "Vérifier les options premium dans les paramètres de l'extension!"
1243
+
1244
  #~ msgid "Wrong license key"
1245
  #~ msgstr "Clé de licence incorrecte"
1246
 
1270
  #~ "support and plugin updates you should extend it in your"
1271
  #~ msgstr ""
1272
  #~ "Désoler, votre licence est terminée. Pour continuer à disposer du support "
1273
+ #~ "rapide et des mises à jour de l'extension vous devez la renouveler dans "
1274
  #~ "votre"
1275
 
1276
  #~ msgid ""
1277
+ #~ "Unfortunately, the Pro licence was already installed to this domain. The "
1278
+ #~ "Pro Trial license can be installed only once."
1279
  #~ msgstr ""
1280
+ #~ "Malheureusement la licence PRO a déjà été installée sur ce domaine. La "
1281
  #~ "licence PRO d'évaluation peut être installée une seule fois."
1282
 
1283
  #~ msgid ""
1295
  #~ "Your server does not support either ZipArchive or Phar. Please, upload "
1296
  #~ "the plugin manually"
1297
  #~ msgstr ""
1298
+ #~ "Votre serveur n'a pas le support du format des archives ZIP ou Phar. "
1299
+ #~ "Merci de télécharger l'extension manuellement."
1300
 
1301
  #~ msgid "UploadDir is not writable. Please, upload the plugin manually"
1302
  #~ msgstr ""
1311
  #~ "l'extension manuellement.Nous sommes désolés pour le désagrément."
1312
 
1313
  #~ msgid "Please, enter Your license key"
1314
+ #~ msgstr "Merci de saisir votre clé de licence"
1315
 
1316
  #~ msgid ""
1317
+ #~ "Congratulations! The Pro version of the plugin is successfully download "
1318
  #~ "and activated."
1319
  #~ msgstr ""
1320
  #~ "Félicitations! La version PRO de cette extension a été téléchargée et "
1321
  #~ "activée avec succès."
1322
 
1323
  #~ msgid "Please, go to"
1324
+ #~ msgstr "Merci d’aller à"
1325
+
1326
+ #~ msgid "the setting page"
1327
+ #~ msgstr "la page des paramètres"
1328
 
1329
  #~ msgid "You will be redirected automatically in 5 seconds."
1330
  #~ msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
1331
 
1332
+ #~ msgid "Show Pro features"
1333
+ #~ msgstr "Voir les fonctionnalités PRO"
1334
+
1335
  #~ msgid "You can download and activate"
1336
  #~ msgstr "Vous pouvez la télécharger et l'activer"
1337
 
1372
  #~ "télécharger l'extension manuellement."
1373
 
1374
  #~ msgid ""
1375
+ #~ "Congratulations! The Pro license of the plugin is successfully activated."
1376
  #~ msgstr ""
1377
  #~ "Félicitations! La version PRO de cette extension a été téléchargée et "
1378
  #~ "activée avec succès."
1389
  #~ msgstr ""
1390
  #~ "La clé de licence est valide mais votre durée de validité est passée. "
1391
  #~ "Pour continuer à disposer du support rapide et des mises à jour de "
1392
+ #~ "l'extension vous devez la renouveler."
1393
 
1394
  #~ msgid "Unfortunately, you have exceeded the number of available tries."
1395
  #~ msgstr ""
1397
  #~ "télécharger l'extension manuellement."
1398
 
1399
  #~ msgid ""
1400
+ #~ "Unfortunately, the Pro Trial licence was already installed to this "
1401
+ #~ "domain. The Pro Trial license can be installed only once."
1402
  #~ msgstr ""
1403
+ #~ "Malheureusement la licence PRO a déjà été installée sur ce domaine. La "
1404
  #~ "licence PRO d'évaluation peut être installée une seule fois."
1405
 
1406
+ #~ msgid "The Pro Trial license key is valid."
1407
  #~ msgstr "La clé de licence d'évaluation est valide."
1408
 
1409
  #~ msgid "The license key is valid."
1451
  #~ "problème dans les 24 heures, sinon l'extension sera rendue inactive. "
1452
 
1453
  #~ msgid ""
1454
+ #~ "Notice: Your Pro Trial license has expired. To continue using the plugin "
1455
+ #~ "you should buy a Pro license"
1456
  #~ msgstr ""
1457
  #~ "Information : Votre licence d'évaluation est terminée. Pour continuer à "
1458
+ #~ "utiliser cette extension vous devez acheter une licence PRO"
 
1459
 
1460
  #~ msgid ""
1461
  #~ "Your license has expired. To continue getting top-priority support and "
1464
  #~ "Votre licence est terminée. Pour continuer à disposer du support rapide "
1465
  #~ "et des mises à jour de l'extension vous devez la renouveller."
1466
 
1467
+ #~ msgid "Notice: You are using the Pro Trial license of %s plugin."
1468
  #~ msgstr ""
1469
  #~ "Avertissement : vous utilisez la version d'évaluation de l'extension %s."
1470
 
1471
+ #~ msgid "Notice: You are using the Pro Trial license of plugin."
1472
  #~ msgstr ""
1473
  #~ "Avertissement : vous utilisez la version d'évaluation de l'extension."
1474
 
1475
+ #~ msgid "The Pro Trial license will expire on"
1476
  #~ msgstr "Votre licence se termine le "
1477
 
1478
  #~ msgid "You license for"
1482
  #~ msgstr "se termine le"
1483
 
1484
  #~ msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
1485
+ #~ msgstr "et vous ne disposerez plus du support rapide et des mises à jour."
1486
 
1487
+ #~ msgid "Thank you for installing"
1488
+ #~ msgstr "Merci d'avoir installer"
1489
 
1490
+ #~ msgid "Let's get started"
1491
+ #~ msgstr "C'est parti"
1492
 
1493
+ #~ msgid "Configure Settings"
1494
+ #~ msgstr "Modifier les paramètres"
1495
 
1496
+ #~ msgid "Add New"
1497
+ #~ msgstr "Ajouter"
1498
 
1499
+ #~ msgid "Notice"
1500
+ #~ msgstr "Avertissement"
1501
 
1502
+ #~ msgid "The plugin's settings have been changed."
1503
+ #~ msgstr "Les paramètres de l'extension ont été modifiés."
1504
 
1505
+ #~ msgid ""
1506
+ #~ "You can always look at premium options by clicking on the \"Show Pro "
1507
+ #~ "features\" in the \"Go PRO\" tab"
1508
+ #~ msgstr ""
1509
+ #~ "Vous pouvez toujours consulter les options premium en cliquant sur \"Voir "
1510
+ #~ "les fonctionnalités PRO\" dans l'onglet \"Passer PRO\""
1511
 
1512
+ #~ msgid "Add BWS Plugins Shortcode"
1513
+ #~ msgstr "Ajouter le code court de l'extension BWS"
1514
 
1515
+ #~ msgid "Add shortcode"
1516
+ #~ msgstr "Ajouter le code court"
1517
 
1518
+ #~ msgid "Add BestWebSoft plugins' shortcodes using this button."
1519
+ #~ msgstr "Ajouter le code court de l'extension BWS avec ce bouton."
1520
 
1521
+ #~ msgid "Restore all plugin settings to defaults"
1522
+ #~ msgstr "Remettre les valeurs par défaut des paramètres de l'extension"
1523
 
1524
+ #~ msgid "Restore settings"
1525
+ #~ msgstr "Remettre les paramètres"
1526
 
1527
+ #~ msgid "Are you sure you want to restore all settings by default?"
1528
+ #~ msgstr "Êtes vous sûr de vouloir remettre toutes les valeurs par défaut ?"
1529
 
1530
+ #~ msgid "Yes, restore all settings"
1531
+ #~ msgstr "Oui, remettre les valeurs par défaut"
1532
 
1533
+ #~ msgid "Plugin"
1534
+ #~ msgstr "Extension"
1535
 
1536
+ #~ msgid "Shortcode settings"
1537
+ #~ msgstr "Paramètres du code court"
1538
 
1539
+ #~ msgid "The shortcode will be inserted"
1540
+ #~ msgstr "Le code court sera inséré"
1541
 
1542
+ #~ msgid "Visit Help Center"
1543
+ #~ msgstr "Visite le centre de support"
1544
 
1545
+ #~ msgid "For more information:"
1546
+ #~ msgstr "Pour plus d'information&nbsp;:"
1547
 
1548
+ #~ msgid "Documentation"
1549
+ #~ msgstr "Documentation"
1550
 
1551
+ #~ msgid "Video Instructions"
1552
+ #~ msgstr "Instruction vidéo"
 
 
 
 
 
 
1553
 
1554
+ #~ msgid "Submit a Request"
1555
+ #~ msgstr "Soumettre une requête"
1556
 
1557
+ #~ msgid "Add a Gallery"
1558
+ #~ msgstr "Ajouter une galerie"
1559
 
1560
+ #~ msgid "Find a Gallery"
1561
+ #~ msgstr "Trouver une galerie"
1562
 
1563
+ #~ msgid "Upload File"
1564
+ #~ msgstr "Envoi de fichier"
1565
 
1566
+ #~ msgid "Choose a media file that will be attached"
1567
+ #~ msgstr "Choisissez une fichier qui sera attaché"
1568
 
1569
+ #~ msgid "You need to install \"%s\" plugin to use this functionality"
1570
+ #~ msgstr "Vous devez installer l'extension %s pour utiliser cette fonction"
1571
 
1572
+ #~ msgid "Attach media item to this gallery"
1573
+ #~ msgstr "Attacher un fichier média à cette galerie"
1574
 
1575
+ #~ msgid ""
1576
+ #~ "The gallery temp directory (gallery-plugin/upload/files) is not available "
1577
+ #~ "for record on your webserver. Please use the standard WP functionality to "
1578
+ #~ "upload images (media library)"
1579
+ #~ msgstr ""
1580
+ #~ "Le répertoire temporaire de la gallery (gallery-plugin/upload/files) "
1581
+ #~ "n'est pas autorisé en écriture par votre serveur Web. Merci d'utliser les "
1582
+ #~ "fonctions standards de WP pour charger les images (Média)"
1583
 
1584
+ #~ msgid "Choose an image for upload:"
1585
+ #~ msgstr "Choisir l'image à envoyer :"
1586
 
1587
+ #~ msgid "Please enable JavaScript to use the file uploader."
1588
+ #~ msgstr "Merci d'activer JavaScript pour utiliser l'envoi de fichiers."
1589
 
1590
+ #~ msgid "Allow the download link for all images in this gallery"
1591
+ #~ msgstr ""
1592
+ #~ "Autoriser les liens de téléchargement des images dans cette galerie"
1593
 
1594
+ #~ msgid ""
1595
+ #~ "Please use the drag and drop function to change an order of the images "
1596
+ #~ "displaying and do not forget to save the post."
1597
+ #~ msgstr ""
1598
+ #~ "Merci d'utiliser les fonctions de glisser/déposer pour modifier l'ordre "
1599
+ #~ "d'affichage des images. Ne pas oublier d'enregistrer l'article."
1600
 
1601
+ #~ msgid "Please make a choice"
1602
+ #~ msgstr "Merci de faire un choix"
1603
 
1604
+ #~ msgid "sort images"
1605
+ #~ msgstr "trier les images"
1606
 
1607
+ #~ msgid "URL"
1608
+ #~ msgstr "URL"
1609
 
1610
+ #~ msgid "(by click on image opens a link in a new window)"
1611
+ #~ msgstr "(cliquer sur l'image ouvre le lien dans une nouvelle fenêtre)"
1612
 
1613
+ #~ msgid "Open the URL"
1614
+ #~ msgstr "Ouvrir le lien"
1615
 
1616
+ #~ msgid "Current window"
1617
+ #~ msgstr "Fenêtre courrante"
1618
 
1619
+ #~ msgid "New window"
1620
+ #~ msgstr "Nouvelle fenêtre"
1621
 
1622
+ #~ msgid "Lightbox button URL"
1623
+ #~ msgstr "URL du bouton pour Lightbox"
1624
 
1625
+ #~ msgid "Description"
1626
+ #~ msgstr "Description"
1627
 
1628
+ #~ msgid "Delete"
1629
+ #~ msgstr "Supprimer"
1630
 
1631
+ #~ msgid ""
1632
+ #~ "You can add a Single Gallery to the page or post by inserting this "
1633
+ #~ "shortcode into the content"
1634
+ #~ msgstr ""
1635
+ #~ "Vous pouvez ajouter la galerie dans la page ou l'article en insérant le "
1636
+ #~ "code court dans le contenu"
1637
 
1638
+ #~ msgid "Publishing"
1639
+ #~ msgstr "Public"
1640
 
1641
+ #~ msgid ""
1642
+ #~ "The plugin's settings have been changed. In order to save them please "
1643
+ #~ "don't forget to click the 'Save Changes' button."
1644
+ #~ msgstr ""
1645
+ #~ "Les paramètres de l'extension ont été changés. Afin de pouvoir les "
1646
+ #~ "enregistrer, merci de cliquer sur le bouton 'Enregistrer les "
1647
+ #~ "modifications'."
1648
 
1649
+ #~ msgid "Background color"
1650
+ #~ msgstr "Couleur du fond"
1651
 
1652
+ #~ msgid "Using Custom Search powered by"
1653
+ #~ msgstr "Utiliser les recherche personalisées fournies par"
1654
 
1655
+ #~ msgid "Activate Custom Search"
1656
+ #~ msgstr "Activer les recherche personalisées"
1657
 
1658
+ #~ msgid "Download Custom Search"
1659
+ #~ msgstr "Télécharger les recherches personalisées"
1660
 
1661
+ #~ msgid "Already attached?"
1662
+ #~ msgstr "Déjà lié?"
1663
 
1664
+ #~ msgid ""
1665
+ #~ "If you'd like to attach the files, which are already uploaded, please use "
1666
+ #~ "Re-attacher plugin."
1667
+ #~ msgstr ""
1668
+ #~ "Si vous voulez lier des fichiers qui se trouvent déjà sur le site, merci "
1669
+ #~ "d'utiliser l'extension 'Re-attacher'"
1670
 
1671
+ #~ msgid "left"
1672
+ #~ msgstr "gauche"
1673
 
1674
+ #~ msgid "right"
1675
+ #~ msgstr "droite"
1676
 
1677
+ #~ msgid "top"
1678
+ #~ msgstr "haut"
1679
 
1680
+ #~ msgid "bottom"
1681
+ #~ msgstr "bas"
1682
 
1683
  #~ msgid "Gallery image size"
1684
  #~ msgstr "Taille de l'image de la galerie"
languages/gallery-plugin-nl_NL.mo CHANGED
Binary file
languages/gallery-plugin-nl_NL.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-10-06 15:06+0300\n"
6
- "PO-Revision-Date: 2015-10-06 15:06+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: J Goessens <j.goessens@gmail.com>\n"
9
  "Language: nl_NL\n"
@@ -17,915 +17,978 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: gallery-plugin.php:45
21
- #: gallery-plugin.php:830
22
- #: gallery-plugin.php:1206
23
- #: gallery-plugin.php:1223
24
  msgid "Settings"
25
  msgstr "Instellingen"
26
 
27
- #: gallery-plugin.php:110
28
  msgid "See images &raquo;"
29
  msgstr "Foto's bekijken &raquo;"
30
 
31
- #: gallery-plugin.php:113
32
  msgid "Return to all albums"
33
  msgstr ""
34
 
35
- #: gallery-plugin.php:342
36
  #, fuzzy, php-format
37
- msgid "The following files '%s' and '%s' were not found in the directory of your theme. Please copy them from the directory `%s` to the directory of your theme for the correct work of the Gallery plugin"
38
- msgstr "De volgende bestanden \"gallery-template.php\" en \"gallery-single-template.php\" werden niet in de actieve 'theme' map gevonden. Voor de correcte werking van deze plugin, dienen ze vanuit `/wp-content/plugins/gallery-plugin/template/` naar de actieve 'theme' map te worden gekopieerd. "
 
 
 
 
 
 
 
39
 
40
- #: gallery-plugin.php:353
41
- #: gallery-plugin.php:362
42
  msgid "Galleries"
43
  msgstr "Galerijen"
44
 
45
- #: gallery-plugin.php:354
46
- #: gallery-plugin.php:2595
47
  msgid "Gallery"
48
  msgstr "Galerij"
49
 
50
- #: gallery-plugin.php:355
51
  msgid "Add New Gallery"
52
  msgstr "Nieuwe Galerij toevoegen"
53
 
54
- #: gallery-plugin.php:356
55
  msgid "Edit Gallery"
56
  msgstr "Galerij bewerken"
57
 
58
- #: gallery-plugin.php:357
59
  msgid "New Gallery"
60
  msgstr "Nieuwe Galerij"
61
 
62
- #: gallery-plugin.php:358
63
  msgid "View Gallery"
64
  msgstr "Galerij bekijken"
65
 
66
- #: gallery-plugin.php:359
67
  #, fuzzy
68
  msgid "Search Galleries"
69
  msgstr "Galerijen"
70
 
71
- #: gallery-plugin.php:360
72
  msgid "No Gallery found"
73
  msgstr "Geen Galerij gevonden"
74
 
75
- #: gallery-plugin.php:417
76
  msgid "Gallery Shortcode"
77
  msgstr "Galerij Shortcode"
78
 
79
- #: gallery-plugin.php:419
80
- #: gallery-plugin.php:460
81
- #: gallery-plugin.php:2581
82
  #, fuzzy
83
  msgid "Gallery Categories"
84
  msgstr "Afmeting galerij foto"
85
 
86
- #: gallery-plugin.php:429
87
- #: gallery-plugin.php:849
88
  #, fuzzy, php-format
89
- msgid "If you would like to add a Gallery to your page or post, please use %s button"
90
- msgstr "Als je een enkele galerij wilt toevoegen aan je pagina, of bericht, kopieer & plak dan de volgende shortcode in je bericht, of pagina:"
 
 
 
91
 
92
- #: gallery-plugin.php:434
93
  #, php-format
94
- msgid "You can add the Gallery to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode below"
 
 
 
95
  msgstr ""
96
 
97
- #: gallery-plugin.php:440
98
- msgid "Add this shortcode to a page, post or widget to display a single gallery"
 
99
  msgstr ""
100
 
101
- #: gallery-plugin.php:443
102
  #, fuzzy
103
- msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
104
- msgstr "Als je een korte omschrijving, met een voorbeeld & link naar de galerij pagina, wilt weergeven "
 
 
 
 
105
 
106
- #: gallery-plugin.php:445
107
  msgid "Short display"
108
  msgstr ""
109
 
110
- #: gallery-plugin.php:461
111
  msgid "Most Used"
112
  msgstr ""
113
 
114
- #: gallery-plugin.php:466
115
- #: gallery-plugin.php:939
116
  msgid "Default"
117
  msgstr "Standaard"
118
 
119
- #: gallery-plugin.php:471
120
  #, fuzzy
121
  msgid "Add New Gallery Category"
122
  msgstr "Nieuwe Galerij toevoegen"
123
 
124
- #: gallery-plugin.php:476
125
  #, fuzzy
126
  msgid "Install plugin"
127
  msgstr "Встановлених модулів"
128
 
129
- #: gallery-plugin.php:631
130
- #: gallery-plugin.php:1020
131
- #: gallery-plugin.php:2173
132
- #: gallery-plugin.php:2288
133
- #: gallery-plugin.php:2375
134
  msgid "Title"
135
  msgstr "Titel"
136
 
137
- #: gallery-plugin.php:632
138
- #: gallery-plugin.php:1025
139
  msgid "Author"
140
  msgstr "Autheur"
141
 
142
- #: gallery-plugin.php:633
143
  #, fuzzy
144
  msgid "Shortcode"
145
  msgstr "Galerij Shortcode"
146
 
147
- #: gallery-plugin.php:634
148
  #, fuzzy
149
  msgid "Photos"
150
  msgstr "Foto"
151
 
152
- #: gallery-plugin.php:635
153
- #: gallery-plugin.php:1004
154
- #: gallery-plugin.php:1021
155
  msgid "Date"
156
  msgstr "Datum"
157
 
158
- #: gallery-plugin.php:800
159
  msgid "Settings are saved"
160
  msgstr "Instellingen opgeslagen"
161
 
162
- #: gallery-plugin.php:817
163
  #, fuzzy
164
  msgid "All plugin settings were restored."
165
  msgstr "op de plugin instellingen pagina ("
166
 
167
- #: gallery-plugin.php:828
168
  msgid "Gallery Settings"
169
  msgstr "Galerij Instellingen"
170
 
171
- #: gallery-plugin.php:831
172
- #: gallery-plugin.php:1207
173
- msgid "FAQ"
174
- msgstr "FAQ "
175
-
176
- #: gallery-plugin.php:832
177
  msgid "Go PRO"
178
  msgstr "Ga PRO"
179
 
180
- #: gallery-plugin.php:842
181
  msgid "Please enable JavaScript to use the option to renew images."
182
- msgstr " Javascript dient geactiveerd te zijn, om gebruik te maken van de optie om foto's te vernieuwen."
 
 
183
 
184
- #: gallery-plugin.php:854
185
  #, php-format
186
- msgid "You can add the Gallery to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode %s, where * stands for gallery ID"
 
 
 
187
  msgstr ""
188
 
189
- #: gallery-plugin.php:863
190
- msgid "Update images for gallery"
191
- msgstr "Foto's voor galerij bijwerken"
192
-
193
- #: gallery-plugin.php:865
194
- msgid "Update images"
195
- msgstr "Foto's bijwerken"
196
 
197
- #: gallery-plugin.php:873
198
- msgid "Image size for the album cover"
199
- msgstr "Foto afmeting voor de omslag van het album"
 
 
 
200
 
201
- #: gallery-plugin.php:875
202
- #: gallery-plugin.php:889
203
- #: gallery-plugin.php:913
204
  msgid "Image size"
205
  msgstr "Foto afmeting"
206
 
207
- #: gallery-plugin.php:878
208
- #: gallery-plugin.php:892
209
- msgid "Width (in px)"
210
- msgstr "Breedte (in px)"
 
 
 
 
 
 
 
 
 
 
 
 
211
 
212
- #: gallery-plugin.php:882
213
- #: gallery-plugin.php:896
214
- msgid "Height (in px)"
215
- msgstr "Hoogte (in px)"
216
 
217
- #: gallery-plugin.php:887
218
  #, fuzzy
219
- msgid "Image size for thumbnails"
220
  msgstr "Foto afmeting voor de omslag van het album"
221
 
222
- #: gallery-plugin.php:901
223
- msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
224
- msgstr "WordPress zal een nieuw voorbeeld maken, met de opgegeven afmetingen, als er een nieuwe foto wordt geupload."
225
 
226
- #: gallery-plugin.php:907
227
- #: gallery-plugin.php:1101
228
- #: gallery-plugin.php:1307
229
  msgid "Close"
230
  msgstr ""
231
 
232
- #: gallery-plugin.php:911
233
  #, fuzzy
234
- msgid "Image size in the lightbox"
235
  msgstr "Foto afmeting voor lightbox"
236
 
237
- #: gallery-plugin.php:914
238
- msgid "Max width (in px)"
239
- msgstr "Max breedte (in px)"
240
-
241
- #: gallery-plugin.php:915
242
- msgid "Max height (in px)"
243
- msgstr "Max hoogte (in px)"
244
-
245
- #: gallery-plugin.php:916
246
  msgid "Display a full size image in the lightbox"
247
  msgstr "Geef volledige grootte weer, voor lightbox"
248
 
249
- #: gallery-plugin.php:920
250
  msgid "Crop position"
251
  msgstr "Positie bijsnijden"
252
 
253
- #: gallery-plugin.php:924
254
- #: gallery-plugin.php:930
255
  msgid "center"
256
  msgstr "midden"
257
 
258
- #: gallery-plugin.php:926
259
  msgid "Horizontal"
260
  msgstr "Horizontaal"
261
 
262
- #: gallery-plugin.php:932
263
  msgid "Vertical"
264
  msgstr "Verticaal"
265
 
266
- #: gallery-plugin.php:937
267
- msgid "Lightbox background"
268
- msgstr "Lightbox achtergrond"
 
269
 
270
- #: gallery-plugin.php:940
271
- msgid "Background transparency (from 0 to 1)"
272
- msgstr "Achtergrond transparantie (van 0 tot 1)"
273
 
274
- #: gallery-plugin.php:941
275
- msgid "Select a background color"
276
- msgstr "Selecteer een achtergrondkleur"
277
 
278
- #: gallery-plugin.php:946
279
- #: gallery-plugin.php:1149
280
- msgid "If you upgrade to Pro version all your settings and galleries will be saved."
281
- msgstr "Als je naar de Pro versie overstapt, zullen alle instellingen en galerijen bewaard blijven."
 
 
282
 
283
- #: gallery-plugin.php:953
284
- #: gallery-plugin.php:1156
285
  #, fuzzy
286
  msgid "Unlock premium options by upgrading to Pro version"
287
  msgstr "Gebruik premium opties, door te upgraden naar een PRO versie."
288
 
289
- #: gallery-plugin.php:957
290
- #: gallery-plugin.php:1160
291
  msgid "Start Your Trial"
292
  msgstr "Start Uw proefversie"
293
 
294
- #: gallery-plugin.php:958
295
- #: gallery-plugin.php:1161
296
- #: gallery-plugin.php:2583
297
  msgid "or"
298
  msgstr "of"
299
 
300
- #: gallery-plugin.php:960
301
- #: gallery-plugin.php:1163
302
  msgid "Learn More"
303
  msgstr "Kom meer te weten"
304
 
305
- #: gallery-plugin.php:968
 
 
 
 
 
 
 
 
 
306
  msgid "Images with border"
307
  msgstr "Foto's met rand"
308
 
309
- #: gallery-plugin.php:971
310
  msgid "Border width in px, just numbers"
311
  msgstr "Randbreedte in px, alleen nummers"
312
 
313
- #: gallery-plugin.php:972
314
  msgid "Select a border color"
315
  msgstr "Selecteer een randkleur"
316
 
317
- #: gallery-plugin.php:976
318
- msgid "Number of images in the row"
319
- msgstr "Aantal foto's op een rij"
320
-
321
- #: gallery-plugin.php:982
322
- msgid "Start slideshow"
323
- msgstr "Start diavoorstelling"
324
-
325
- #: gallery-plugin.php:988
326
- msgid "Slideshow interval"
327
- msgstr "Diavoorstelling interval"
328
-
329
- #: gallery-plugin.php:994
330
- msgid "Use single lightbox for multiple galleries on one page"
331
- msgstr "Gebruik 1 lightbox voor meerdere galerijen op 1 pagina"
332
-
333
- #: gallery-plugin.php:1000
334
- msgid "Sort images by"
335
- msgstr "Sorteer foto's op"
336
 
337
- #: gallery-plugin.php:1002
338
- msgid "Attachment ID"
 
339
  msgstr "Bijlage ID"
340
 
341
- #: gallery-plugin.php:1003
342
- msgid "Image Name"
 
343
  msgstr "Foto Naam"
344
 
345
- #: gallery-plugin.php:1005
346
- msgid "Sorting order in the Gallery"
 
 
 
 
 
347
  msgstr ""
348
 
349
- #: gallery-plugin.php:1006
350
- #: gallery-plugin.php:1026
351
  msgid "Random"
352
  msgstr "Willekeurig"
353
 
354
- #: gallery-plugin.php:1010
355
- msgid "Sort images"
356
- msgstr "Sorteer foto's"
 
357
 
358
- #: gallery-plugin.php:1012
359
- #: gallery-plugin.php:1032
360
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
361
  msgstr "ASC (oplopend van laagste naar hoogste waarde - 1, 2, 3; a, b, c)"
362
 
363
- #: gallery-plugin.php:1013
364
- #: gallery-plugin.php:1033
365
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
366
  msgstr "DESC (aflopend van hoogste naar laagste waarde - 3, 2, 1; c, b, a)"
367
 
368
- #: gallery-plugin.php:1017
369
  #, fuzzy
370
- msgid "Sort galleries by"
371
- msgstr "Sorteer foto's op"
372
 
373
- #: gallery-plugin.php:1019
374
  #, fuzzy
375
- msgid "Gallery ID"
376
  msgstr "Galerij"
377
 
378
- #: gallery-plugin.php:1022
379
- msgid "Last modified date"
 
 
 
 
 
380
  msgstr ""
381
 
382
- #: gallery-plugin.php:1023
383
- msgid "Comment count"
384
  msgstr ""
385
 
386
- #: gallery-plugin.php:1024
387
  #, fuzzy
388
- msgid "Sorting order (the input field for sorting order)"
389
- msgstr "Sorteervolgorde (het invoerveld voor sorteervolgorde in het Invoeg / Upload Media Galerij venster)"
 
 
390
 
391
- #: gallery-plugin.php:1030
392
  #, fuzzy
393
- msgid "Sort galleries"
394
- msgstr "Galerijen"
 
 
 
 
395
 
396
- #: gallery-plugin.php:1037
397
- msgid "Display text under the image"
398
- msgstr "Text weergeven onder de foto"
399
 
400
- #: gallery-plugin.php:1039
401
- msgid "Turn off the checkbox, if you want to display text just in a lightbox"
402
- msgstr "Schakel het vinkje uit, als je de tekst alleen wilt weergeven in de lightbox"
 
 
 
 
 
 
 
 
403
 
404
- #: gallery-plugin.php:1043
405
  msgid "Display the Back link"
406
  msgstr "Toon de Terug link"
407
 
408
- #: gallery-plugin.php:1049
409
  msgid "Display the Back link in the shortcode"
410
  msgstr "Toon de Terug link in de shortcode"
411
 
412
- #: gallery-plugin.php:1055
413
  msgid "The Back link text"
414
  msgstr "De Terug link tekst"
415
 
416
- #: gallery-plugin.php:1061
417
  msgid "The Back link URL"
418
  msgstr "De Terug link URL"
419
 
420
- #: gallery-plugin.php:1063
421
  msgid "Gallery page (Page with Gallery Template)"
422
  msgstr "Galerij pagina (pagina met galerij template)"
423
 
424
- #: gallery-plugin.php:1065
425
  msgid "(Full URL to custom page)"
426
  msgstr "(Volledige URL naar aangepaste pagina)"
427
 
428
- #: gallery-plugin.php:1069
429
  msgid "The Read More link text"
430
  msgstr "De 'Lees Meer' link tekst"
431
 
432
- #: gallery-plugin.php:1075
433
  msgid "Add gallery to the search"
434
  msgstr "Galerij, aan zoeken, toevoegen"
435
 
436
- #: gallery-plugin.php:1080
437
- #: gallery-plugin.php:1083
438
- #: gallery-plugin.php:1087
439
  msgid "Using"
440
  msgstr "Gebruik"
441
 
442
- #: gallery-plugin.php:1080
443
- #: gallery-plugin.php:1083
444
- #: gallery-plugin.php:1087
445
  msgid "powered by"
446
  msgstr "powered by"
447
 
448
- #: gallery-plugin.php:1083
449
- #: gallery-plugin.php:1282
450
  msgid "Activate"
451
  msgstr "Activeren"
452
 
453
- #: gallery-plugin.php:1087
454
  msgid "Download"
455
  msgstr ""
456
 
457
- #: gallery-plugin.php:1092
458
  msgid "Rewrite templates after update"
459
  msgstr ""
460
 
461
- #: gallery-plugin.php:1094
462
  #, php-format
463
- msgid "Turn off the checkbox, if You edited the file '%s' or '%s' file in your theme folder and You don't want to rewrite them"
 
 
464
  msgstr ""
465
 
466
- #: gallery-plugin.php:1105
 
 
 
 
 
 
 
 
 
467
  msgid "Use pagination for images"
468
  msgstr "Gebruik paginering voor foto's"
469
 
470
- #: gallery-plugin.php:1108
471
  msgid "per page"
472
  msgstr "per pagina"
473
 
474
- #: gallery-plugin.php:1112
 
 
 
 
 
 
 
 
 
 
 
 
475
  msgid "The lightbox helper"
476
  msgstr "De lightbox helper"
477
 
478
- #: gallery-plugin.php:1114
479
  msgid "Do not use"
480
  msgstr "Niet gebruiken"
481
 
482
- #: gallery-plugin.php:1115
483
  msgid "Button helper"
484
  msgstr "Knop helper"
485
 
486
- #: gallery-plugin.php:1116
487
  msgid "Thumbnail helper"
488
  msgstr "Thumbnail helper"
489
 
490
- #: gallery-plugin.php:1120
491
  msgid "Display Like buttons in the lightbox"
492
  msgstr "Geef 'Vind ik leuk' knoppen weer, in de lightbox"
493
 
494
- #: gallery-plugin.php:1122
495
  msgid "FaceBook"
496
  msgstr "FaceBook"
497
 
498
- #: gallery-plugin.php:1123
499
  msgid "Twitter"
500
  msgstr "Twitter"
501
 
502
- #: gallery-plugin.php:1124
503
  msgid "Pinterest"
504
  msgstr "Pinterest"
505
 
506
- #: gallery-plugin.php:1125
507
  msgid "Google +1"
508
  msgstr "Google +1"
509
 
510
- #: gallery-plugin.php:1129
511
  msgid "Slug for gallery item"
512
  msgstr "Slug voor galerij-item"
513
 
514
- #: gallery-plugin.php:1131
515
  msgid "for any structure of permalinks except the default structure"
516
  msgstr "voor elke structuur van permalink, behalve de standaard structuur"
517
 
518
- #: gallery-plugin.php:1135
519
  msgid "Title for lightbox button"
520
  msgstr "Titel voor lightbox knop"
521
 
522
- #: gallery-plugin.php:1141
523
- msgid "Display all images in the lightbox instead of going into a single gallery"
 
524
  msgstr ""
525
 
526
- #: gallery-plugin.php:1144
527
  #, php-format
528
  msgid "When using the gallery template or a shortcode with `%s` parameter"
529
  msgstr ""
530
 
531
- #: gallery-plugin.php:1170
532
  msgid "Save Changes"
533
  msgstr "Wijzigingen Opslaan"
534
 
535
- #: gallery-plugin.php:1208
 
 
 
 
 
 
 
 
 
 
536
  msgid "Support"
537
  msgstr "Ondersteuning"
538
 
539
- #: gallery-plugin.php:1248
540
  msgid "Updating images..."
541
  msgstr "Bijwerken foto's..."
542
 
543
- #: gallery-plugin.php:1249
544
  #, fuzzy
545
  msgid "No image found."
546
  msgstr "Geen foto gevonden"
547
 
548
- #: gallery-plugin.php:1250
549
  #, fuzzy
550
  msgid "All images are updated."
551
  msgstr "Alle foto's zijn bijgewerkt"
552
 
553
- #: gallery-plugin.php:1251
554
  msgid "Error."
555
  msgstr "Fout."
556
 
557
- #: gallery-plugin.php:1262
558
  msgid ""
559
  "You are about to delete these items from this gallery.\n"
560
  " 'Cancel' to stop, 'OK' to delete."
561
  msgstr ""
562
 
563
- #: gallery-plugin.php:1263
564
- msgid "Switching to another mode, all unsaved data will be lost. Save data before switching?"
 
 
565
  msgstr ""
566
 
567
- #: gallery-plugin.php:1264
568
  msgid "Insert Media"
569
  msgstr ""
570
 
571
- #: gallery-plugin.php:1265
572
  msgid "Insert"
573
  msgstr ""
574
 
575
- #: gallery-plugin.php:1277
576
  #, fuzzy
577
  msgid "Learn more"
578
  msgstr "Kom meer te weten"
579
 
580
- #: gallery-plugin.php:1289
581
  #, fuzzy
582
  msgid "Install now"
583
  msgstr "Установка %"
584
 
585
- #: gallery-plugin.php:1298
586
  msgid "Add multiple gallery categories"
587
  msgstr ""
588
 
589
- #: gallery-plugin.php:1298
590
- msgid "Install Gallery Categories plugin to add unlimited number of categories."
 
591
  msgstr ""
592
 
593
- #: gallery-plugin.php:1573
594
- #: template/gallery-single-template.php:101
595
  msgid "Sorry, nothing found."
596
  msgstr "Sorry, niets gevonden."
597
 
598
- #: gallery-plugin.php:1595
599
- #: template/gallery-single-template.php:120
600
  msgid "Image"
601
  msgstr "Foto"
602
 
603
- #: gallery-plugin.php:1595
604
- #: template/gallery-single-template.php:19
605
  msgid "Download high resolution image"
606
  msgstr "Download hoge-resolutie foto"
607
 
608
- #: gallery-plugin.php:1725
609
  msgid "Image size not defined"
610
  msgstr "Afmetingen van foto, niet gedefinieerd"
611
 
612
- #: gallery-plugin.php:1740
613
- msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
614
- msgstr "We kunnen alleen de volgende bestandstypen bijwerken: PNG, JPG, GIF, WPMP of XBM (Voor overige, aub handmatig herladen)."
 
 
 
 
615
 
616
- #: gallery-plugin.php:1751
617
  msgid "Image size changes not defined"
618
  msgstr "Wijzigingen van foto afmetingen, niet gedefinieerd"
619
 
620
- #: gallery-plugin.php:1780
621
- #: gallery-plugin.php:1783
622
- #: gallery-plugin.php:1788
623
  msgid "Invalid path"
624
  msgstr "Ongeldig pad"
625
 
626
- #: gallery-plugin.php:1940
627
  msgid "Add images requires JavaScript."
628
  msgstr ""
629
 
630
- #: gallery-plugin.php:1943
631
  msgid "Add Media"
632
  msgstr ""
633
 
634
- #: gallery-plugin.php:1953
635
  msgid "The grid view for the Gallery images requires JavaScript."
636
  msgstr ""
637
 
638
- #: gallery-plugin.php:1953
639
  msgid "Switch to the list view"
640
  msgstr ""
641
 
642
- #: gallery-plugin.php:1980
643
  msgid "List View"
644
  msgstr ""
645
 
646
- #: gallery-plugin.php:1981
647
  msgid "Grid View"
648
  msgstr ""
649
 
650
- #: gallery-plugin.php:2036
651
  msgid "Filter"
652
  msgstr ""
653
 
654
- #: gallery-plugin.php:2040
655
  msgid "Empty Trash"
656
  msgstr ""
657
 
658
- #: gallery-plugin.php:2061
659
  #, fuzzy
660
  msgid "No images found"
661
  msgstr "Geen foto gevonden"
662
 
663
- #: gallery-plugin.php:2113
664
  msgid "Select bulk action"
665
  msgstr ""
666
 
667
- #: gallery-plugin.php:2115
668
  msgid "Bulk Actions"
669
  msgstr ""
670
 
671
- #: gallery-plugin.php:2125
672
  msgid "Apply"
673
  msgstr ""
674
 
675
- #: gallery-plugin.php:2132
676
- #: gallery-plugin.php:2312
677
  #, fuzzy
678
  msgid "Delete from Gallery"
679
  msgstr "Nieuwe Galerij"
680
 
681
- #: gallery-plugin.php:2145
682
- #: gallery-plugin.php:2159
683
  #, fuzzy
684
  msgid "Display link to the original file under each image in the lightbox"
685
  msgstr "Geef volledige grootte weer, voor lightbox"
686
 
687
- #: gallery-plugin.php:2154
688
  msgid "Bulk Select"
689
  msgstr ""
690
 
691
- #: gallery-plugin.php:2156
692
  msgid "Cancel Selection"
693
  msgstr ""
694
 
695
- #: gallery-plugin.php:2157
696
  msgid "Delete Selected"
697
  msgstr ""
698
 
699
- #: gallery-plugin.php:2171
700
  msgid "File"
701
  msgstr ""
702
 
703
- #: gallery-plugin.php:2172
704
- #: gallery-plugin.php:2261
705
- #: gallery-plugin.php:2370
706
  msgid "Dimensions"
707
  msgstr ""
708
 
709
- #: gallery-plugin.php:2174
710
- #: gallery-plugin.php:2294
711
- #: gallery-plugin.php:2380
712
  msgid "Alt tag"
713
  msgstr "Alt tag"
714
 
715
- #: gallery-plugin.php:2174
716
- #: gallery-plugin.php:2296
717
- msgid "The alt attribute specifies an alternate text for an image, if the image cannot be displayed."
 
718
  msgstr ""
719
 
720
- #: gallery-plugin.php:2175
721
- #: gallery-plugin.php:2302
722
- #: gallery-plugin.php:2385
723
  msgid "Custom URL"
724
  msgstr ""
725
 
726
- #: gallery-plugin.php:2175
727
- #: gallery-plugin.php:2304
728
- msgid "By clicking on the thumbnail you'll go to the link (if the field is filled) or the image will be opened in the lightbox (if the field isn't filled)"
 
729
  msgstr ""
730
 
731
- #: gallery-plugin.php:2253
732
  msgid "Deselect"
733
  msgstr ""
734
 
735
- #: gallery-plugin.php:2259
736
  msgid "File name"
737
  msgstr ""
738
 
739
- #: gallery-plugin.php:2260
740
  msgid "File type"
741
  msgstr ""
742
 
743
- #: gallery-plugin.php:2264
744
- #: gallery-plugin.php:2366
745
  #, fuzzy
746
  msgid "Edit Attachment Info"
747
  msgstr "Bijlage ID"
748
 
749
- #: gallery-plugin.php:2264
750
  #, fuzzy
751
  msgid "Edit Attachment"
752
  msgstr "Bijlage ID"
753
 
754
- #: gallery-plugin.php:2274
755
  #, fuzzy
756
  msgid "Go Pro"
757
  msgstr "Ga PRO"
758
 
759
- #: gallery-plugin.php:2274
760
  msgid "Pro version"
761
  msgstr ""
762
 
763
- #: gallery-plugin.php:2277
764
  msgid "This setting is available in Pro version"
765
  msgstr "Deze instelling is alleen beschikbaar in de Pro versie"
766
 
767
- #: gallery-plugin.php:2310
768
  msgid "Edit more details"
769
  msgstr ""
770
 
771
- #: gallery-plugin.php:2345
772
  #, php-format
773
  msgid "Select %s"
774
  msgstr ""
775
 
776
- #: gallery-plugin.php:2358
777
  #, php-format
778
  msgid "Edit &#8220;%s&#8221;"
779
  msgstr ""
780
 
781
- #: gallery-plugin.php:2403
782
- #: gallery-plugin.php:2416
783
  msgid "Edit"
784
  msgstr ""
785
 
786
- #: gallery-plugin.php:2406
787
- #: gallery-plugin.php:2421
788
  msgid "Trash"
789
  msgstr ""
790
 
791
- #: gallery-plugin.php:2409
792
- #: gallery-plugin.php:2424
793
  msgid "Delete Permanently"
794
  msgstr ""
795
 
796
- #: gallery-plugin.php:2411
797
- #: gallery-plugin.php:2429
798
  #, php-format
799
  msgid "View &#8220;%s&#8221;"
800
  msgstr ""
801
 
802
- #: gallery-plugin.php:2411
803
- #: gallery-plugin.php:2429
804
  msgid "View"
805
  msgstr ""
806
 
807
- #: gallery-plugin.php:2413
808
  #, fuzzy
809
  msgid "Attach"
810
  msgstr "Bijlage ID"
811
 
812
- #: gallery-plugin.php:2419
813
  msgid "Restore"
814
  msgstr ""
815
 
816
- #: gallery-plugin.php:2550
817
  msgid "Warning"
818
  msgstr ""
819
 
820
- #: gallery-plugin.php:2550
821
  msgid "You can add only images to the gallery"
822
  msgstr ""
823
 
824
- #: gallery-plugin.php:2597
 
 
 
 
 
825
  #, fuzzy
826
  msgid "Sorry, no gallery found."
827
  msgstr "Sorry, niets gevonden."
828
 
829
- #: gallery-plugin.php:2603
830
  #, fuzzy
831
- msgid "Display an album image with the description and the link to a single gallery page"
832
- msgstr "Als je een korte omschrijving, met een voorbeeld & link naar de galerij pagina, wilt weergeven "
 
 
 
 
 
 
 
 
 
833
 
834
- #: inc/demo-data/demo-data-loader.php:78
835
  #, fuzzy
836
  msgid "Install Demo Data"
837
  msgstr "Установка %"
838
 
839
- #: inc/demo-data/demo-data-loader.php:79
840
- msgid "If you install the demo-data, will be created galleries with images, demo-post with available shortcodes and page with a list of all the galleries, plugin settings will be overwritten, however, when you delete the demo data, they will be restored."
841
- msgstr ""
842
-
843
- #: inc/demo-data/demo-data-loader.php:82
844
  msgid "Remove Demo Data"
845
  msgstr ""
846
 
847
- #: inc/demo-data/demo-data-loader.php:83
848
  msgid "Delete demo-data and restore old plugin settings."
849
  msgstr ""
850
 
851
- #: inc/demo-data/demo-data-loader.php:108
852
  msgid "Yes, install demo data"
853
  msgstr ""
854
 
855
- #: inc/demo-data/demo-data-loader.php:109
856
  msgid "Are you sure you want to install demo data?"
857
  msgstr ""
858
 
859
- #: inc/demo-data/demo-data-loader.php:111
860
  msgid "Yes, remove demo data"
861
  msgstr ""
862
 
863
- #: inc/demo-data/demo-data-loader.php:112
864
  msgid "Are you sure you want to remove demo data?"
865
  msgstr ""
866
 
867
- #: inc/demo-data/demo-data-loader.php:119
868
  #, fuzzy
869
  msgid "No, go back to the settings page"
870
  msgstr "op de plugin instellingen pagina ("
871
 
872
- #: inc/demo-data/demo-data-loader.php:167
873
  msgid "Can not get demo data."
874
  msgstr ""
875
 
876
- #: inc/demo-data/demo-data-loader.php:173
877
  msgid "Demo options already installed."
878
  msgstr ""
879
 
880
- #: inc/demo-data/demo-data-loader.php:296
881
  msgid "Demo data successfully installed."
882
  msgstr ""
883
 
884
- #: inc/demo-data/demo-data-loader.php:298
885
  msgid "View post with shortcodes"
886
  msgstr ""
887
 
888
- #: inc/demo-data/demo-data-loader.php:301
889
  msgid "View page with examples"
890
  msgstr ""
891
 
892
- #: inc/demo-data/demo-data-loader.php:308
893
  msgid "Installation of demo data with some errors occurred."
894
  msgstr ""
895
 
896
- #: inc/demo-data/demo-data-loader.php:311
897
  msgid "Posts data is missing."
898
  msgstr ""
899
 
900
- #: inc/demo-data/demo-data-loader.php:336
901
  msgid "Demo data have already been removed."
902
  msgstr ""
903
 
904
- #: inc/demo-data/demo-data-loader.php:383
905
  msgid "Demo data successfully removed."
906
  msgstr ""
907
 
908
- #: inc/demo-data/demo-data-loader.php:386
909
  msgid "Removing demo data with some errors occurred."
910
  msgstr ""
911
 
912
- #: inc/demo-data/demo-data-loader.php:517
913
  msgid "Close notice"
914
  msgstr ""
915
 
916
- #: inc/demo-data/demo-data-loader.php:520
917
  #, fuzzy
918
  msgid "Install demo data"
919
  msgstr "Установка %"
920
 
921
- #: inc/demo-data/demo-data-loader.php:520
922
  msgid "for an acquaintance with the possibilities of the"
923
  msgstr ""
924
 
925
- #: template/gallery-template.php:14
 
 
926
  #, fuzzy
927
- msgid "Gallery Category"
928
- msgstr "Afmeting galerij foto"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
929
 
930
  #~ msgid "Notice:"
931
  #~ msgstr "Opmerking:"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-03-16 18:16+0300\n"
6
+ "PO-Revision-Date: 2016-03-16 18:16+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: J Goessens <j.goessens@gmail.com>\n"
9
  "Language: nl_NL\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: gallery-plugin.php:45 gallery-plugin.php:882 gallery-plugin.php:1264
21
+ #: gallery-plugin.php:1281
 
 
22
  msgid "Settings"
23
  msgstr "Instellingen"
24
 
25
+ #: gallery-plugin.php:126
26
  msgid "See images &raquo;"
27
  msgstr "Foto's bekijken &raquo;"
28
 
29
+ #: gallery-plugin.php:129
30
  msgid "Return to all albums"
31
  msgstr ""
32
 
33
+ #: gallery-plugin.php:382
34
  #, fuzzy, php-format
35
+ msgid ""
36
+ "The following files '%s' and '%s' were not found in the directory of your "
37
+ "theme. Please copy them from the directory `%s` to the directory of your "
38
+ "theme for the correct work of the Gallery plugin"
39
+ msgstr ""
40
+ "De volgende bestanden \"gallery-template.php\" en \"gallery-single-template."
41
+ "php\" werden niet in de actieve 'theme' map gevonden. Voor de correcte "
42
+ "werking van deze plugin, dienen ze vanuit `/wp-content/plugins/gallery-"
43
+ "plugin/template/` naar de actieve 'theme' map te worden gekopieerd. "
44
 
45
+ #: gallery-plugin.php:393 gallery-plugin.php:402
 
46
  msgid "Galleries"
47
  msgstr "Galerijen"
48
 
49
+ #: gallery-plugin.php:394 gallery-plugin.php:2669
 
50
  msgid "Gallery"
51
  msgstr "Galerij"
52
 
53
+ #: gallery-plugin.php:395
54
  msgid "Add New Gallery"
55
  msgstr "Nieuwe Galerij toevoegen"
56
 
57
+ #: gallery-plugin.php:396
58
  msgid "Edit Gallery"
59
  msgstr "Galerij bewerken"
60
 
61
+ #: gallery-plugin.php:397
62
  msgid "New Gallery"
63
  msgstr "Nieuwe Galerij"
64
 
65
+ #: gallery-plugin.php:398
66
  msgid "View Gallery"
67
  msgstr "Galerij bekijken"
68
 
69
+ #: gallery-plugin.php:399
70
  #, fuzzy
71
  msgid "Search Galleries"
72
  msgstr "Galerijen"
73
 
74
+ #: gallery-plugin.php:400
75
  msgid "No Gallery found"
76
  msgstr "Geen Galerij gevonden"
77
 
78
+ #: gallery-plugin.php:457
79
  msgid "Gallery Shortcode"
80
  msgstr "Galerij Shortcode"
81
 
82
+ #: gallery-plugin.php:459 gallery-plugin.php:500 gallery-plugin.php:2652
 
 
83
  #, fuzzy
84
  msgid "Gallery Categories"
85
  msgstr "Afmeting galerij foto"
86
 
87
+ #: gallery-plugin.php:469 gallery-plugin.php:900
 
88
  #, fuzzy, php-format
89
+ msgid ""
90
+ "If you would like to add a Gallery to your page or post, please use %s button"
91
+ msgstr ""
92
+ "Als je een enkele galerij wilt toevoegen aan je pagina, of bericht, kopieer "
93
+ "& plak dan de volgende shortcode in je bericht, of pagina:"
94
 
95
+ #: gallery-plugin.php:474
96
  #, php-format
97
+ msgid ""
98
+ "You can add the Gallery to your page or post by clicking on %s button in the "
99
+ "content edit block using the Visual mode. If the button isn't displayed, "
100
+ "please use the shortcode below"
101
  msgstr ""
102
 
103
+ #: gallery-plugin.php:480
104
+ msgid ""
105
+ "Add this shortcode to a page, post or widget to display a single gallery"
106
  msgstr ""
107
 
108
+ #: gallery-plugin.php:483
109
  #, fuzzy
110
+ msgid ""
111
+ "Use this shortcode to display an album image with the description and the "
112
+ "link to a single gallery page"
113
+ msgstr ""
114
+ "Als je een korte omschrijving, met een voorbeeld & link naar de galerij "
115
+ "pagina, wilt weergeven "
116
 
117
+ #: gallery-plugin.php:485
118
  msgid "Short display"
119
  msgstr ""
120
 
121
+ #: gallery-plugin.php:501
122
  msgid "Most Used"
123
  msgstr ""
124
 
125
+ #: gallery-plugin.php:506 gallery-plugin.php:1164
 
126
  msgid "Default"
127
  msgstr "Standaard"
128
 
129
+ #: gallery-plugin.php:511
130
  #, fuzzy
131
  msgid "Add New Gallery Category"
132
  msgstr "Nieuwe Galerij toevoegen"
133
 
134
+ #: gallery-plugin.php:516
135
  #, fuzzy
136
  msgid "Install plugin"
137
  msgstr "Встановлених модулів"
138
 
139
+ #: gallery-plugin.php:674 gallery-plugin.php:2244 gallery-plugin.php:2359
140
+ #: gallery-plugin.php:2446
 
 
 
141
  msgid "Title"
142
  msgstr "Titel"
143
 
144
+ #: gallery-plugin.php:675
 
145
  msgid "Author"
146
  msgstr "Autheur"
147
 
148
+ #: gallery-plugin.php:676
149
  #, fuzzy
150
  msgid "Shortcode"
151
  msgstr "Galerij Shortcode"
152
 
153
+ #: gallery-plugin.php:677
154
  #, fuzzy
155
  msgid "Photos"
156
  msgstr "Foto"
157
 
158
+ #: gallery-plugin.php:678
 
 
159
  msgid "Date"
160
  msgstr "Datum"
161
 
162
+ #: gallery-plugin.php:851
163
  msgid "Settings are saved"
164
  msgstr "Instellingen opgeslagen"
165
 
166
+ #: gallery-plugin.php:868
167
  #, fuzzy
168
  msgid "All plugin settings were restored."
169
  msgstr "op de plugin instellingen pagina ("
170
 
171
+ #: gallery-plugin.php:880
172
  msgid "Gallery Settings"
173
  msgstr "Galerij Instellingen"
174
 
175
+ #: gallery-plugin.php:883
 
 
 
 
 
176
  msgid "Go PRO"
177
  msgstr "Ga PRO"
178
 
179
+ #: gallery-plugin.php:893
180
  msgid "Please enable JavaScript to use the option to renew images."
181
+ msgstr ""
182
+ " Javascript dient geactiveerd te zijn, om gebruik te maken van de optie om "
183
+ "foto's te vernieuwen."
184
 
185
+ #: gallery-plugin.php:905
186
  #, php-format
187
+ msgid ""
188
+ "You can add the Gallery to your page or post by clicking on %s button in the "
189
+ "content edit block using the Visual mode. If the button isn't displayed, "
190
+ "please use the shortcode %s, where * stands for gallery ID"
191
  msgstr ""
192
 
193
+ #: gallery-plugin.php:915
194
+ msgid "Number of images in the row"
195
+ msgstr "Aantal foto's op een rij"
 
 
 
 
196
 
197
+ #: gallery-plugin.php:917
198
+ #, fuzzy
199
+ msgid ""
200
+ "The number of images per row can be less depending on the width of the "
201
+ "parent block"
202
+ msgstr "Aantal foto's op een rij"
203
 
204
+ #: gallery-plugin.php:921 gallery-plugin.php:947
 
 
205
  msgid "Image size"
206
  msgstr "Foto afmeting"
207
 
208
+ #: gallery-plugin.php:924
209
+ msgid ""
210
+ "WordPress will create a new thumbnail with the specified dimensions when you "
211
+ "upload a new photo."
212
+ msgstr ""
213
+ "WordPress zal een nieuw voorbeeld maken, met de opgegeven afmetingen, als er "
214
+ "een nieuwe foto wordt geupload."
215
+
216
+ #: gallery-plugin.php:926
217
+ #, fuzzy
218
+ msgid "For the album cover"
219
+ msgstr "Foto afmeting voor de omslag van het album"
220
+
221
+ #: gallery-plugin.php:927 gallery-plugin.php:931 gallery-plugin.php:952
222
+ msgid "width x height"
223
+ msgstr ""
224
 
225
+ #: gallery-plugin.php:927 gallery-plugin.php:931 gallery-plugin.php:952
226
+ msgid "in px"
227
+ msgstr ""
 
228
 
229
+ #: gallery-plugin.php:930
230
  #, fuzzy
231
+ msgid "For thumbnails"
232
  msgstr "Foto afmeting voor de omslag van het album"
233
 
234
+ #: gallery-plugin.php:934
235
+ msgid "Update images for gallery"
236
+ msgstr "Foto's voor galerij bijwerken"
237
 
238
+ #: gallery-plugin.php:943 gallery-plugin.php:1142 gallery-plugin.php:1363
 
 
239
  msgid "Close"
240
  msgstr ""
241
 
242
+ #: gallery-plugin.php:950
243
  #, fuzzy
244
+ msgid "For images in the lightbox"
245
  msgstr "Foto afmeting voor lightbox"
246
 
247
+ #: gallery-plugin.php:954
 
 
 
 
 
 
 
 
248
  msgid "Display a full size image in the lightbox"
249
  msgstr "Geef volledige grootte weer, voor lightbox"
250
 
251
+ #: gallery-plugin.php:959
252
  msgid "Crop position"
253
  msgstr "Positie bijsnijden"
254
 
255
+ #: gallery-plugin.php:963 gallery-plugin.php:969
 
256
  msgid "center"
257
  msgstr "midden"
258
 
259
+ #: gallery-plugin.php:965
260
  msgid "Horizontal"
261
  msgstr "Horizontaal"
262
 
263
+ #: gallery-plugin.php:971
264
  msgid "Vertical"
265
  msgstr "Verticaal"
266
 
267
+ #: gallery-plugin.php:976
268
+ #, fuzzy
269
+ msgid "Single gallery view"
270
+ msgstr "Slug voor galerij-item"
271
 
272
+ #: gallery-plugin.php:979
273
+ msgid "Grid"
274
+ msgstr ""
275
 
276
+ #: gallery-plugin.php:980
277
+ msgid "Masonry"
278
+ msgstr ""
279
 
280
+ #: gallery-plugin.php:986 gallery-plugin.php:1207
281
+ msgid ""
282
+ "If you upgrade to Pro version all your settings and galleries will be saved."
283
+ msgstr ""
284
+ "Als je naar de Pro versie overstapt, zullen alle instellingen en galerijen "
285
+ "bewaard blijven."
286
 
287
+ #: gallery-plugin.php:993 gallery-plugin.php:1214
 
288
  #, fuzzy
289
  msgid "Unlock premium options by upgrading to Pro version"
290
  msgstr "Gebruik premium opties, door te upgraden naar een PRO versie."
291
 
292
+ #: gallery-plugin.php:997 gallery-plugin.php:1218
 
293
  msgid "Start Your Trial"
294
  msgstr "Start Uw proefversie"
295
 
296
+ #: gallery-plugin.php:998 gallery-plugin.php:1219 gallery-plugin.php:2654
 
 
297
  msgid "or"
298
  msgstr "of"
299
 
300
+ #: gallery-plugin.php:1000 gallery-plugin.php:1221
 
301
  msgid "Learn More"
302
  msgstr "Kom meer te weten"
303
 
304
+ #: gallery-plugin.php:1008
305
+ msgid "Display image text"
306
+ msgstr ""
307
+
308
+ #: gallery-plugin.php:1010
309
+ msgid "Turn off the checkbox, if you want to display text just in a lightbox"
310
+ msgstr ""
311
+ "Schakel het vinkje uit, als je de tekst alleen wilt weergeven in de lightbox"
312
+
313
+ #: gallery-plugin.php:1014
314
  msgid "Images with border"
315
  msgstr "Foto's met rand"
316
 
317
+ #: gallery-plugin.php:1018
318
  msgid "Border width in px, just numbers"
319
  msgstr "Randbreedte in px, alleen nummers"
320
 
321
+ #: gallery-plugin.php:1019
322
  msgid "Select a border color"
323
  msgstr "Selecteer een randkleur"
324
 
325
+ #: gallery-plugin.php:1024
326
+ msgid "Sort images"
327
+ msgstr "Sorteer foto's"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
328
 
329
+ #: gallery-plugin.php:1027
330
+ #, fuzzy
331
+ msgid "by Attachment ID"
332
  msgstr "Bijlage ID"
333
 
334
+ #: gallery-plugin.php:1028
335
+ #, fuzzy
336
+ msgid "by Image Name"
337
  msgstr "Foto Naam"
338
 
339
+ #: gallery-plugin.php:1029 gallery-plugin.php:1050
340
+ #, fuzzy
341
+ msgid "by Date"
342
+ msgstr "Datum"
343
+
344
+ #: gallery-plugin.php:1030
345
+ msgid "by Sorting order in the Gallery"
346
  msgstr ""
347
 
348
+ #: gallery-plugin.php:1031 gallery-plugin.php:1055
 
349
  msgid "Random"
350
  msgstr "Willekeurig"
351
 
352
+ #: gallery-plugin.php:1036
353
+ #, fuzzy
354
+ msgid "The images sort order"
355
+ msgstr "Foto's met rand"
356
 
357
+ #: gallery-plugin.php:1039 gallery-plugin.php:1063
 
358
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
359
  msgstr "ASC (oplopend van laagste naar hoogste waarde - 1, 2, 3; a, b, c)"
360
 
361
+ #: gallery-plugin.php:1040 gallery-plugin.php:1064
362
+ msgid ""
363
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
364
  msgstr "DESC (aflopend van hoogste naar laagste waarde - 3, 2, 1; c, b, a)"
365
 
366
+ #: gallery-plugin.php:1045
367
  #, fuzzy
368
+ msgid "Sort galleries"
369
+ msgstr "Galerijen"
370
 
371
+ #: gallery-plugin.php:1048
372
  #, fuzzy
373
+ msgid "by Gallery ID"
374
  msgstr "Galerij"
375
 
376
+ #: gallery-plugin.php:1049
377
+ #, fuzzy
378
+ msgid "by Title"
379
+ msgstr "Titel"
380
+
381
+ #: gallery-plugin.php:1051
382
+ msgid "by Last modified date"
383
  msgstr ""
384
 
385
+ #: gallery-plugin.php:1052
386
+ msgid "by Comment count"
387
  msgstr ""
388
 
389
+ #: gallery-plugin.php:1053
390
  #, fuzzy
391
+ msgid "by Sorting order (the input field for sorting order)"
392
+ msgstr ""
393
+ "Sorteervolgorde (het invoerveld voor sorteervolgorde in het Invoeg / Upload "
394
+ "Media Galerij venster)"
395
 
396
+ #: gallery-plugin.php:1054
397
  #, fuzzy
398
+ msgid "by Author"
399
+ msgstr "Autheur"
400
+
401
+ #: gallery-plugin.php:1060
402
+ msgid "The galleries sort order"
403
+ msgstr ""
404
 
405
+ #: gallery-plugin.php:1069
406
+ msgid "Start slideshow"
407
+ msgstr "Start diavoorstelling"
408
 
409
+ #: gallery-plugin.php:1072
410
+ msgid "Slideshow interval"
411
+ msgstr "Diavoorstelling interval"
412
+
413
+ #: gallery-plugin.php:1072
414
+ msgid "(ms)"
415
+ msgstr ""
416
+
417
+ #: gallery-plugin.php:1076
418
+ msgid "Use single lightbox for multiple galleries on one page"
419
+ msgstr "Gebruik 1 lightbox voor meerdere galerijen op 1 pagina"
420
 
421
+ #: gallery-plugin.php:1082
422
  msgid "Display the Back link"
423
  msgstr "Toon de Terug link"
424
 
425
+ #: gallery-plugin.php:1088
426
  msgid "Display the Back link in the shortcode"
427
  msgstr "Toon de Terug link in de shortcode"
428
 
429
+ #: gallery-plugin.php:1094
430
  msgid "The Back link text"
431
  msgstr "De Terug link tekst"
432
 
433
+ #: gallery-plugin.php:1100
434
  msgid "The Back link URL"
435
  msgstr "De Terug link URL"
436
 
437
+ #: gallery-plugin.php:1103
438
  msgid "Gallery page (Page with Gallery Template)"
439
  msgstr "Galerij pagina (pagina met galerij template)"
440
 
441
+ #: gallery-plugin.php:1105
442
  msgid "(Full URL to custom page)"
443
  msgstr "(Volledige URL naar aangepaste pagina)"
444
 
445
+ #: gallery-plugin.php:1110
446
  msgid "The Read More link text"
447
  msgstr "De 'Lees Meer' link tekst"
448
 
449
+ #: gallery-plugin.php:1116
450
  msgid "Add gallery to the search"
451
  msgstr "Galerij, aan zoeken, toevoegen"
452
 
453
+ #: gallery-plugin.php:1121 gallery-plugin.php:1124 gallery-plugin.php:1128
 
 
454
  msgid "Using"
455
  msgstr "Gebruik"
456
 
457
+ #: gallery-plugin.php:1121 gallery-plugin.php:1124 gallery-plugin.php:1128
 
 
458
  msgid "powered by"
459
  msgstr "powered by"
460
 
461
+ #: gallery-plugin.php:1124 gallery-plugin.php:1338
 
462
  msgid "Activate"
463
  msgstr "Activeren"
464
 
465
+ #: gallery-plugin.php:1128
466
  msgid "Download"
467
  msgstr ""
468
 
469
+ #: gallery-plugin.php:1133
470
  msgid "Rewrite templates after update"
471
  msgstr ""
472
 
473
+ #: gallery-plugin.php:1135
474
  #, php-format
475
+ msgid ""
476
+ "Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
477
+ "theme folder and You don't want to rewrite them"
478
  msgstr ""
479
 
480
+ #: gallery-plugin.php:1149
481
+ #, fuzzy
482
+ msgid "Under image"
483
+ msgstr "Foto's bijwerken"
484
+
485
+ #: gallery-plugin.php:1150
486
+ msgid "By mouse hover"
487
+ msgstr ""
488
+
489
+ #: gallery-plugin.php:1155
490
  msgid "Use pagination for images"
491
  msgstr "Gebruik paginering voor foto's"
492
 
493
+ #: gallery-plugin.php:1158
494
  msgid "per page"
495
  msgstr "per pagina"
496
 
497
+ #: gallery-plugin.php:1162
498
+ msgid "Lightbox background"
499
+ msgstr "Lightbox achtergrond"
500
+
501
+ #: gallery-plugin.php:1165
502
+ msgid "Background transparency (from 0 to 1)"
503
+ msgstr "Achtergrond transparantie (van 0 tot 1)"
504
+
505
+ #: gallery-plugin.php:1166
506
+ msgid "Select a background color"
507
+ msgstr "Selecteer een achtergrondkleur"
508
+
509
+ #: gallery-plugin.php:1170
510
  msgid "The lightbox helper"
511
  msgstr "De lightbox helper"
512
 
513
+ #: gallery-plugin.php:1172
514
  msgid "Do not use"
515
  msgstr "Niet gebruiken"
516
 
517
+ #: gallery-plugin.php:1173
518
  msgid "Button helper"
519
  msgstr "Knop helper"
520
 
521
+ #: gallery-plugin.php:1174
522
  msgid "Thumbnail helper"
523
  msgstr "Thumbnail helper"
524
 
525
+ #: gallery-plugin.php:1178
526
  msgid "Display Like buttons in the lightbox"
527
  msgstr "Geef 'Vind ik leuk' knoppen weer, in de lightbox"
528
 
529
+ #: gallery-plugin.php:1180
530
  msgid "FaceBook"
531
  msgstr "FaceBook"
532
 
533
+ #: gallery-plugin.php:1181
534
  msgid "Twitter"
535
  msgstr "Twitter"
536
 
537
+ #: gallery-plugin.php:1182
538
  msgid "Pinterest"
539
  msgstr "Pinterest"
540
 
541
+ #: gallery-plugin.php:1183
542
  msgid "Google +1"
543
  msgstr "Google +1"
544
 
545
+ #: gallery-plugin.php:1187
546
  msgid "Slug for gallery item"
547
  msgstr "Slug voor galerij-item"
548
 
549
+ #: gallery-plugin.php:1189
550
  msgid "for any structure of permalinks except the default structure"
551
  msgstr "voor elke structuur van permalink, behalve de standaard structuur"
552
 
553
+ #: gallery-plugin.php:1193
554
  msgid "Title for lightbox button"
555
  msgstr "Titel voor lightbox knop"
556
 
557
+ #: gallery-plugin.php:1199
558
+ msgid ""
559
+ "Display all images in the lightbox instead of going into a single gallery"
560
  msgstr ""
561
 
562
+ #: gallery-plugin.php:1202
563
  #, php-format
564
  msgid "When using the gallery template or a shortcode with `%s` parameter"
565
  msgstr ""
566
 
567
+ #: gallery-plugin.php:1228
568
  msgid "Save Changes"
569
  msgstr "Wijzigingen Opslaan"
570
 
571
+ #: gallery-plugin.php:1233
572
+ msgid ""
573
+ "If you install the demo-data, will be created galleries with images, demo-"
574
+ "post with available shortcodes and page with a list of all the galleries."
575
+ msgstr ""
576
+
577
+ #: gallery-plugin.php:1265
578
+ msgid "FAQ"
579
+ msgstr "FAQ "
580
+
581
+ #: gallery-plugin.php:1266
582
  msgid "Support"
583
  msgstr "Ondersteuning"
584
 
585
+ #: gallery-plugin.php:1302
586
  msgid "Updating images..."
587
  msgstr "Bijwerken foto's..."
588
 
589
+ #: gallery-plugin.php:1303
590
  #, fuzzy
591
  msgid "No image found."
592
  msgstr "Geen foto gevonden"
593
 
594
+ #: gallery-plugin.php:1304
595
  #, fuzzy
596
  msgid "All images are updated."
597
  msgstr "Alle foto's zijn bijgewerkt"
598
 
599
+ #: gallery-plugin.php:1305
600
  msgid "Error."
601
  msgstr "Fout."
602
 
603
+ #: gallery-plugin.php:1318
604
  msgid ""
605
  "You are about to delete these items from this gallery.\n"
606
  " 'Cancel' to stop, 'OK' to delete."
607
  msgstr ""
608
 
609
+ #: gallery-plugin.php:1319
610
+ msgid ""
611
+ "Switching to another mode, all unsaved data will be lost. Save data before "
612
+ "switching?"
613
  msgstr ""
614
 
615
+ #: gallery-plugin.php:1320
616
  msgid "Insert Media"
617
  msgstr ""
618
 
619
+ #: gallery-plugin.php:1321
620
  msgid "Insert"
621
  msgstr ""
622
 
623
+ #: gallery-plugin.php:1333
624
  #, fuzzy
625
  msgid "Learn more"
626
  msgstr "Kom meer te weten"
627
 
628
+ #: gallery-plugin.php:1345
629
  #, fuzzy
630
  msgid "Install now"
631
  msgstr "Установка %"
632
 
633
+ #: gallery-plugin.php:1354
634
  msgid "Add multiple gallery categories"
635
  msgstr ""
636
 
637
+ #: gallery-plugin.php:1354
638
+ msgid ""
639
+ "Install Gallery Categories plugin to add unlimited number of categories."
640
  msgstr ""
641
 
642
+ #: gallery-plugin.php:1638 template/gallery-single-template.php:103
 
643
  msgid "Sorry, nothing found."
644
  msgstr "Sorry, niets gevonden."
645
 
646
+ #: gallery-plugin.php:1651 template/gallery-single-template.php:124
 
647
  msgid "Image"
648
  msgstr "Foto"
649
 
650
+ #: gallery-plugin.php:1651 template/gallery-single-template.php:19
 
651
  msgid "Download high resolution image"
652
  msgstr "Download hoge-resolutie foto"
653
 
654
+ #: gallery-plugin.php:1781
655
  msgid "Image size not defined"
656
  msgstr "Afmetingen van foto, niet gedefinieerd"
657
 
658
+ #: gallery-plugin.php:1796
659
+ msgid ""
660
+ "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
661
+ "manually reload image."
662
+ msgstr ""
663
+ "We kunnen alleen de volgende bestandstypen bijwerken: PNG, JPG, GIF, WPMP of "
664
+ "XBM (Voor overige, aub handmatig herladen)."
665
 
666
+ #: gallery-plugin.php:1807
667
  msgid "Image size changes not defined"
668
  msgstr "Wijzigingen van foto afmetingen, niet gedefinieerd"
669
 
670
+ #: gallery-plugin.php:1836 gallery-plugin.php:1839 gallery-plugin.php:1844
 
 
671
  msgid "Invalid path"
672
  msgstr "Ongeldig pad"
673
 
674
+ #: gallery-plugin.php:2012
675
  msgid "Add images requires JavaScript."
676
  msgstr ""
677
 
678
+ #: gallery-plugin.php:2015
679
  msgid "Add Media"
680
  msgstr ""
681
 
682
+ #: gallery-plugin.php:2025
683
  msgid "The grid view for the Gallery images requires JavaScript."
684
  msgstr ""
685
 
686
+ #: gallery-plugin.php:2025
687
  msgid "Switch to the list view"
688
  msgstr ""
689
 
690
+ #: gallery-plugin.php:2052
691
  msgid "List View"
692
  msgstr ""
693
 
694
+ #: gallery-plugin.php:2053
695
  msgid "Grid View"
696
  msgstr ""
697
 
698
+ #: gallery-plugin.php:2108
699
  msgid "Filter"
700
  msgstr ""
701
 
702
+ #: gallery-plugin.php:2112
703
  msgid "Empty Trash"
704
  msgstr ""
705
 
706
+ #: gallery-plugin.php:2133
707
  #, fuzzy
708
  msgid "No images found"
709
  msgstr "Geen foto gevonden"
710
 
711
+ #: gallery-plugin.php:2185
712
  msgid "Select bulk action"
713
  msgstr ""
714
 
715
+ #: gallery-plugin.php:2187
716
  msgid "Bulk Actions"
717
  msgstr ""
718
 
719
+ #: gallery-plugin.php:2197
720
  msgid "Apply"
721
  msgstr ""
722
 
723
+ #: gallery-plugin.php:2204 gallery-plugin.php:2383
 
724
  #, fuzzy
725
  msgid "Delete from Gallery"
726
  msgstr "Nieuwe Galerij"
727
 
728
+ #: gallery-plugin.php:2217 gallery-plugin.php:2231
 
729
  #, fuzzy
730
  msgid "Display link to the original file under each image in the lightbox"
731
  msgstr "Geef volledige grootte weer, voor lightbox"
732
 
733
+ #: gallery-plugin.php:2226
734
  msgid "Bulk Select"
735
  msgstr ""
736
 
737
+ #: gallery-plugin.php:2228
738
  msgid "Cancel Selection"
739
  msgstr ""
740
 
741
+ #: gallery-plugin.php:2229
742
  msgid "Delete Selected"
743
  msgstr ""
744
 
745
+ #: gallery-plugin.php:2242
746
  msgid "File"
747
  msgstr ""
748
 
749
+ #: gallery-plugin.php:2243 gallery-plugin.php:2332 gallery-plugin.php:2441
 
 
750
  msgid "Dimensions"
751
  msgstr ""
752
 
753
+ #: gallery-plugin.php:2245 gallery-plugin.php:2365 gallery-plugin.php:2451
 
 
754
  msgid "Alt tag"
755
  msgstr "Alt tag"
756
 
757
+ #: gallery-plugin.php:2245 gallery-plugin.php:2367
758
+ msgid ""
759
+ "The alt attribute specifies an alternate text for an image, if the image "
760
+ "cannot be displayed."
761
  msgstr ""
762
 
763
+ #: gallery-plugin.php:2246 gallery-plugin.php:2373 gallery-plugin.php:2456
 
 
764
  msgid "Custom URL"
765
  msgstr ""
766
 
767
+ #: gallery-plugin.php:2246 gallery-plugin.php:2375
768
+ msgid ""
769
+ "By clicking on the thumbnail you'll go to the link (if the field is filled) "
770
+ "or the image will be opened in the lightbox (if the field isn't filled)"
771
  msgstr ""
772
 
773
+ #: gallery-plugin.php:2324
774
  msgid "Deselect"
775
  msgstr ""
776
 
777
+ #: gallery-plugin.php:2330
778
  msgid "File name"
779
  msgstr ""
780
 
781
+ #: gallery-plugin.php:2331
782
  msgid "File type"
783
  msgstr ""
784
 
785
+ #: gallery-plugin.php:2335 gallery-plugin.php:2437
 
786
  #, fuzzy
787
  msgid "Edit Attachment Info"
788
  msgstr "Bijlage ID"
789
 
790
+ #: gallery-plugin.php:2335
791
  #, fuzzy
792
  msgid "Edit Attachment"
793
  msgstr "Bijlage ID"
794
 
795
+ #: gallery-plugin.php:2345
796
  #, fuzzy
797
  msgid "Go Pro"
798
  msgstr "Ga PRO"
799
 
800
+ #: gallery-plugin.php:2345
801
  msgid "Pro version"
802
  msgstr ""
803
 
804
+ #: gallery-plugin.php:2348
805
  msgid "This setting is available in Pro version"
806
  msgstr "Deze instelling is alleen beschikbaar in de Pro versie"
807
 
808
+ #: gallery-plugin.php:2381
809
  msgid "Edit more details"
810
  msgstr ""
811
 
812
+ #: gallery-plugin.php:2416
813
  #, php-format
814
  msgid "Select %s"
815
  msgstr ""
816
 
817
+ #: gallery-plugin.php:2429
818
  #, php-format
819
  msgid "Edit &#8220;%s&#8221;"
820
  msgstr ""
821
 
822
+ #: gallery-plugin.php:2474 gallery-plugin.php:2487
 
823
  msgid "Edit"
824
  msgstr ""
825
 
826
+ #: gallery-plugin.php:2477 gallery-plugin.php:2492
 
827
  msgid "Trash"
828
  msgstr ""
829
 
830
+ #: gallery-plugin.php:2480 gallery-plugin.php:2495
 
831
  msgid "Delete Permanently"
832
  msgstr ""
833
 
834
+ #: gallery-plugin.php:2482 gallery-plugin.php:2500
 
835
  #, php-format
836
  msgid "View &#8220;%s&#8221;"
837
  msgstr ""
838
 
839
+ #: gallery-plugin.php:2482 gallery-plugin.php:2500
 
840
  msgid "View"
841
  msgstr ""
842
 
843
+ #: gallery-plugin.php:2484
844
  #, fuzzy
845
  msgid "Attach"
846
  msgstr "Bijlage ID"
847
 
848
+ #: gallery-plugin.php:2490
849
  msgid "Restore"
850
  msgstr ""
851
 
852
+ #: gallery-plugin.php:2621
853
  msgid "Warning"
854
  msgstr ""
855
 
856
+ #: gallery-plugin.php:2621
857
  msgid "You can add only images to the gallery"
858
  msgstr ""
859
 
860
+ #: gallery-plugin.php:2663
861
+ #, fuzzy
862
+ msgid "no title"
863
+ msgstr "Titel"
864
+
865
+ #: gallery-plugin.php:2671
866
  #, fuzzy
867
  msgid "Sorry, no gallery found."
868
  msgstr "Sorry, niets gevonden."
869
 
870
+ #: gallery-plugin.php:2677
871
  #, fuzzy
872
+ msgid ""
873
+ "Display an album image with the description and the link to a single gallery "
874
+ "page"
875
+ msgstr ""
876
+ "Als je een korte omschrijving, met een voorbeeld & link naar de galerij "
877
+ "pagina, wilt weergeven "
878
+
879
+ #: template/gallery-template.php:14
880
+ #, fuzzy
881
+ msgid "Gallery Category"
882
+ msgstr "Afmeting galerij foto"
883
 
884
+ #: inc/demo-data/class-bws-demo-data.php:31
885
  #, fuzzy
886
  msgid "Install Demo Data"
887
  msgstr "Установка %"
888
 
889
+ #: inc/demo-data/class-bws-demo-data.php:34
 
 
 
 
890
  msgid "Remove Demo Data"
891
  msgstr ""
892
 
893
+ #: inc/demo-data/class-bws-demo-data.php:35
894
  msgid "Delete demo-data and restore old plugin settings."
895
  msgstr ""
896
 
897
+ #: inc/demo-data/class-bws-demo-data.php:53
898
  msgid "Yes, install demo data"
899
  msgstr ""
900
 
901
+ #: inc/demo-data/class-bws-demo-data.php:54
902
  msgid "Are you sure you want to install demo data?"
903
  msgstr ""
904
 
905
+ #: inc/demo-data/class-bws-demo-data.php:56
906
  msgid "Yes, remove demo data"
907
  msgstr ""
908
 
909
+ #: inc/demo-data/class-bws-demo-data.php:57
910
  msgid "Are you sure you want to remove demo data?"
911
  msgstr ""
912
 
913
+ #: inc/demo-data/class-bws-demo-data.php:64
914
  #, fuzzy
915
  msgid "No, go back to the settings page"
916
  msgstr "op de plugin instellingen pagina ("
917
 
918
+ #: inc/demo-data/class-bws-demo-data.php:119
919
  msgid "Can not get demo data."
920
  msgstr ""
921
 
922
+ #: inc/demo-data/class-bws-demo-data.php:126
923
  msgid "Demo options already installed."
924
  msgstr ""
925
 
926
+ #: inc/demo-data/class-bws-demo-data.php:355
927
  msgid "Demo data successfully installed."
928
  msgstr ""
929
 
930
+ #: inc/demo-data/class-bws-demo-data.php:357
931
  msgid "View post with shortcodes"
932
  msgstr ""
933
 
934
+ #: inc/demo-data/class-bws-demo-data.php:360
935
  msgid "View page with examples"
936
  msgstr ""
937
 
938
+ #: inc/demo-data/class-bws-demo-data.php:369
939
  msgid "Installation of demo data with some errors occurred."
940
  msgstr ""
941
 
942
+ #: inc/demo-data/class-bws-demo-data.php:372
943
  msgid "Posts data is missing."
944
  msgstr ""
945
 
946
+ #: inc/demo-data/class-bws-demo-data.php:446
947
  msgid "Demo data have already been removed."
948
  msgstr ""
949
 
950
+ #: inc/demo-data/class-bws-demo-data.php:503
951
  msgid "Demo data successfully removed."
952
  msgstr ""
953
 
954
+ #: inc/demo-data/class-bws-demo-data.php:507
955
  msgid "Removing demo data with some errors occurred."
956
  msgstr ""
957
 
958
+ #: inc/demo-data/class-bws-demo-data.php:576
959
  msgid "Close notice"
960
  msgstr ""
961
 
962
+ #: inc/demo-data/class-bws-demo-data.php:580
963
  #, fuzzy
964
  msgid "Install demo data"
965
  msgstr "Установка %"
966
 
967
+ #: inc/demo-data/class-bws-demo-data.php:580
968
  msgid "for an acquaintance with the possibilities of the"
969
  msgstr ""
970
 
971
+ #~ msgid "Sort images by"
972
+ #~ msgstr "Sorteer foto's op"
973
+
974
  #, fuzzy
975
+ #~ msgid "Sort galleries by"
976
+ #~ msgstr "Sorteer foto's op"
977
+
978
+ #~ msgid "Width (in px)"
979
+ #~ msgstr "Breedte (in px)"
980
+
981
+ #~ msgid "Height (in px)"
982
+ #~ msgstr "Hoogte (in px)"
983
+
984
+ #~ msgid "Max width (in px)"
985
+ #~ msgstr "Max breedte (in px)"
986
+
987
+ #~ msgid "Max height (in px)"
988
+ #~ msgstr "Max hoogte (in px)"
989
+
990
+ #~ msgid "Display text under the image"
991
+ #~ msgstr "Text weergeven onder de foto"
992
 
993
  #~ msgid "Notice:"
994
  #~ msgstr "Opmerking:"
languages/gallery-plugin-pt_BR.mo CHANGED
Binary file
languages/gallery-plugin-pt_BR.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-10-06 15:06+0300\n"
6
- "PO-Revision-Date: 2015-10-06 15:06+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: DJIO | Dionizio Bonfim Bach <wordpress@djio.com.br>\n"
9
  "Language: pt_BR\n"
@@ -20,1008 +20,1076 @@ msgstr ""
20
 
21
  # @ bestwebsoft
22
  # @ gallery
23
- #: gallery-plugin.php:45
24
- #: gallery-plugin.php:830
25
- #: gallery-plugin.php:1206
26
- #: gallery-plugin.php:1223
27
  msgid "Settings"
28
  msgstr "Configurações"
29
 
30
  # @ gallery
31
- #: gallery-plugin.php:110
32
  msgid "See images &raquo;"
33
  msgstr "Ver imagens &raquo;"
34
 
35
- #: gallery-plugin.php:113
36
  msgid "Return to all albums"
37
  msgstr ""
38
 
39
  # @ gallery
40
- #: gallery-plugin.php:342
41
  #, fuzzy, php-format
42
- msgid "The following files '%s' and '%s' were not found in the directory of your theme. Please copy them from the directory `%s` to the directory of your theme for the correct work of the Gallery plugin"
43
- msgstr "Os seguintes arquivos \"gallery-template.php\" e \"gallery-single-template.php\" não foram encontrados no diretório do seu tema. Por favor, copie-os a partir do diretório `/wp-content/plugins/gallery-plugin/template/` para o diretório do seu tema para que o plugin Galeria funcione corretamente"
 
 
 
 
 
 
 
44
 
45
  # @ gallery
46
- #: gallery-plugin.php:353
47
- #: gallery-plugin.php:362
48
  msgid "Galleries"
49
  msgstr "Galerias"
50
 
51
  # @ gallery
52
- #: gallery-plugin.php:354
53
- #: gallery-plugin.php:2595
54
  msgid "Gallery"
55
  msgstr "Galeria"
56
 
57
  # @ gallery
58
- #: gallery-plugin.php:355
59
  msgid "Add New Gallery"
60
  msgstr "Adicionar Nova Galeria"
61
 
62
  # @ gallery
63
- #: gallery-plugin.php:356
64
  msgid "Edit Gallery"
65
  msgstr "Editar Galeria"
66
 
67
  # @ gallery
68
- #: gallery-plugin.php:357
69
  msgid "New Gallery"
70
  msgstr "Nova Galeria"
71
 
72
  # @ gallery
73
- #: gallery-plugin.php:358
74
  msgid "View Gallery"
75
  msgstr "Ver Galeria"
76
 
77
  # @ gallery
78
- #: gallery-plugin.php:359
79
  #, fuzzy
80
  msgid "Search Galleries"
81
  msgstr "Galerias"
82
 
83
  # @ gallery
84
- #: gallery-plugin.php:360
85
  msgid "No Gallery found"
86
  msgstr "Nenhuma Galeria foi encontrada"
87
 
88
  # @ gallery
89
- #: gallery-plugin.php:417
90
  msgid "Gallery Shortcode"
91
  msgstr "Shortcode da Galeria"
92
 
93
  # @ gallery
94
- #: gallery-plugin.php:419
95
- #: gallery-plugin.php:460
96
- #: gallery-plugin.php:2581
97
  #, fuzzy
98
  msgid "Gallery Categories"
99
  msgstr "Tamanho da imagem da galeria"
100
 
101
  # @ gallery
102
- #: gallery-plugin.php:429
103
- #: gallery-plugin.php:849
104
  #, fuzzy, php-format
105
- msgid "If you would like to add a Gallery to your page or post, please use %s button"
106
- msgstr "Se você quiser adicionar uma Galeria específica em sua página ou post, basta copiar e colar este shortcode em seu post ou página:"
 
 
 
107
 
108
- #: gallery-plugin.php:434
109
  #, php-format
110
- msgid "You can add the Gallery to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode below"
 
 
 
111
  msgstr ""
112
 
113
- #: gallery-plugin.php:440
114
- msgid "Add this shortcode to a page, post or widget to display a single gallery"
 
115
  msgstr ""
116
 
117
  # @ gallery
118
- #: gallery-plugin.php:443
119
  #, fuzzy
120
- msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
121
- msgstr "Se você quiser mostrar uma breve descrição contendo a miniatura e o link para a Página da Galeria use assim"
 
 
 
 
122
 
123
- #: gallery-plugin.php:445
124
  msgid "Short display"
125
  msgstr ""
126
 
127
- #: gallery-plugin.php:461
128
  msgid "Most Used"
129
  msgstr ""
130
 
131
  # @ gallery
132
- #: gallery-plugin.php:466
133
- #: gallery-plugin.php:939
134
  msgid "Default"
135
  msgstr "Padrão"
136
 
137
  # @ gallery
138
- #: gallery-plugin.php:471
139
  #, fuzzy
140
  msgid "Add New Gallery Category"
141
  msgstr "Adicionar Nova Galeria"
142
 
143
- #: gallery-plugin.php:476
144
  msgid "Install plugin"
145
  msgstr ""
146
 
147
  # @ gallery
148
- #: gallery-plugin.php:631
149
- #: gallery-plugin.php:1020
150
- #: gallery-plugin.php:2173
151
- #: gallery-plugin.php:2288
152
- #: gallery-plugin.php:2375
153
  msgid "Title"
154
  msgstr "Título"
155
 
156
  # @ gallery
157
- #: gallery-plugin.php:632
158
- #: gallery-plugin.php:1025
159
  msgid "Author"
160
  msgstr "Autor"
161
 
162
  # @ gallery
163
- #: gallery-plugin.php:633
164
  #, fuzzy
165
  msgid "Shortcode"
166
  msgstr "Shortcode da Galeria"
167
 
168
  # @ gallery
169
- #: gallery-plugin.php:634
170
  #, fuzzy
171
  msgid "Photos"
172
  msgstr "Foto"
173
 
174
  # @ gallery
175
- #: gallery-plugin.php:635
176
- #: gallery-plugin.php:1004
177
- #: gallery-plugin.php:1021
178
  msgid "Date"
179
  msgstr "Data"
180
 
181
  # @ gallery
182
- #: gallery-plugin.php:800
183
  msgid "Settings are saved"
184
  msgstr "As configurações estão salvas"
185
 
186
  # @ gallery
187
- #: gallery-plugin.php:817
188
  #, fuzzy
189
  msgid "All plugin settings were restored."
190
  msgstr "da página de configurações do plugin ("
191
 
192
  # @ gallery
193
- #: gallery-plugin.php:828
194
  msgid "Gallery Settings"
195
  msgstr "Configurações da Galeria"
196
 
197
- # @ gallery
198
- #: gallery-plugin.php:831
199
- #: gallery-plugin.php:1207
200
- msgid "FAQ"
201
- msgstr "FAQ"
202
-
203
- #: gallery-plugin.php:832
204
  msgid "Go PRO"
205
  msgstr ""
206
 
207
  # @ gallery
208
- #: gallery-plugin.php:842
209
  #, fuzzy
210
  msgid "Please enable JavaScript to use the option to renew images."
211
  msgstr "Favor havilitar o Javascript para usar o envio de arquivos."
212
 
213
- #: gallery-plugin.php:854
214
  #, php-format
215
- msgid "You can add the Gallery to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode %s, where * stands for gallery ID"
216
- msgstr ""
217
-
218
- #: gallery-plugin.php:863
219
- msgid "Update images for gallery"
220
  msgstr ""
221
 
222
  # @ gallery
223
- #: gallery-plugin.php:865
224
- #, fuzzy
225
- msgid "Update images"
226
- msgstr "ordenar imagens"
227
 
228
  # @ gallery
229
- #: gallery-plugin.php:873
230
- msgid "Image size for the album cover"
231
- msgstr "Tamanho da imagem de capa do álbum"
 
 
 
232
 
233
  # @ gallery
234
- #: gallery-plugin.php:875
235
- #: gallery-plugin.php:889
236
- #: gallery-plugin.php:913
237
  msgid "Image size"
238
  msgstr "Tamanho da imagem"
239
 
240
  # @ gallery
241
- #: gallery-plugin.php:878
242
- #: gallery-plugin.php:892
243
- msgid "Width (in px)"
244
- msgstr "Largura (em px)"
 
 
 
245
 
246
  # @ gallery
247
- #: gallery-plugin.php:882
248
- #: gallery-plugin.php:896
249
- msgid "Height (in px)"
250
- msgstr "Altura (em px)"
 
 
 
 
 
 
 
 
251
 
252
  # @ gallery
253
- #: gallery-plugin.php:887
254
  #, fuzzy
255
- msgid "Image size for thumbnails"
256
  msgstr "Tamanho da imagem de capa do álbum"
257
 
258
- # @ gallery
259
- #: gallery-plugin.php:901
260
- msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
261
- msgstr "WordPress irá criar uma nova miniatura com os tamanhos especificados quando você enviar uma nova foto."
262
 
263
- #: gallery-plugin.php:907
264
- #: gallery-plugin.php:1101
265
- #: gallery-plugin.php:1307
266
  msgid "Close"
267
  msgstr ""
268
 
269
  # @ gallery
270
- #: gallery-plugin.php:911
271
  #, fuzzy
272
- msgid "Image size in the lightbox"
273
  msgstr "Tamanho da imagem da galeria no Lightbox"
274
 
275
  # @ gallery
276
- #: gallery-plugin.php:914
277
- msgid "Max width (in px)"
278
- msgstr "Largura máxima (em px)"
279
-
280
- # @ gallery
281
- #: gallery-plugin.php:915
282
- msgid "Max height (in px)"
283
- msgstr "Altura máxima (em px)"
284
-
285
- # @ gallery
286
- #: gallery-plugin.php:916
287
  msgid "Display a full size image in the lightbox"
288
  msgstr "Exibir a imagem em tamanho original no Lightbox"
289
 
290
  # @ gallery
291
- #: gallery-plugin.php:920
292
  msgid "Crop position"
293
  msgstr "Posição de recorte"
294
 
295
  # @ gallery
296
- #: gallery-plugin.php:924
297
- #: gallery-plugin.php:930
298
  msgid "center"
299
  msgstr "centro"
300
 
301
  # @ gallery
302
- #: gallery-plugin.php:926
303
  msgid "Horizontal"
304
  msgstr "Horizontal"
305
 
306
  # @ gallery
307
- #: gallery-plugin.php:932
308
  msgid "Vertical"
309
  msgstr "Vertical"
310
 
311
  # @ gallery
312
- #: gallery-plugin.php:937
313
- msgid "Lightbox background"
314
- msgstr "Fundo do Lightbox"
 
315
 
316
- # @ gallery
317
- #: gallery-plugin.php:940
318
- msgid "Background transparency (from 0 to 1)"
319
- msgstr "Transparência de background (de 0 a 1)"
320
 
321
- # @ gallery
322
- #: gallery-plugin.php:941
323
- msgid "Select a background color"
324
- msgstr "Selecionar uma cor de fundo"
325
 
326
- #: gallery-plugin.php:946
327
- #: gallery-plugin.php:1149
328
- msgid "If you upgrade to Pro version all your settings and galleries will be saved."
329
  msgstr ""
330
 
331
- #: gallery-plugin.php:953
332
- #: gallery-plugin.php:1156
333
  msgid "Unlock premium options by upgrading to Pro version"
334
  msgstr ""
335
 
336
- #: gallery-plugin.php:957
337
- #: gallery-plugin.php:1160
338
  msgid "Start Your Trial"
339
  msgstr ""
340
 
341
- #: gallery-plugin.php:958
342
- #: gallery-plugin.php:1161
343
- #: gallery-plugin.php:2583
344
  msgid "or"
345
  msgstr ""
346
 
347
- #: gallery-plugin.php:960
348
- #: gallery-plugin.php:1163
349
  msgid "Learn More"
350
  msgstr ""
351
 
 
 
 
 
352
  # @ gallery
353
- #: gallery-plugin.php:968
 
 
 
 
 
 
 
354
  msgid "Images with border"
355
  msgstr "Imagens com borda"
356
 
357
  # @ gallery
358
- #: gallery-plugin.php:971
359
  msgid "Border width in px, just numbers"
360
  msgstr "Largura da borda em px, apenas os números"
361
 
362
  # @ gallery
363
- #: gallery-plugin.php:972
364
  msgid "Select a border color"
365
  msgstr "Escolha a cor da borda"
366
 
367
  # @ gallery
368
- #: gallery-plugin.php:976
369
- msgid "Number of images in the row"
370
- msgstr "Número de imagens por linha"
371
-
372
- # @ gallery
373
- #: gallery-plugin.php:982
374
- msgid "Start slideshow"
375
- msgstr "Iniciar Apresentação de Slides"
376
-
377
- # @ gallery
378
- #: gallery-plugin.php:988
379
- msgid "Slideshow interval"
380
- msgstr "Intervalo de tempo entre cada Slide"
381
-
382
- #: gallery-plugin.php:994
383
- msgid "Use single lightbox for multiple galleries on one page"
384
- msgstr ""
385
-
386
- # @ gallery
387
- #: gallery-plugin.php:1000
388
- msgid "Sort images by"
389
- msgstr "Ordenar imagens por"
390
 
391
  # @ gallery
392
- #: gallery-plugin.php:1002
393
- msgid "Attachment ID"
 
394
  msgstr "ID do anexo"
395
 
396
  # @ gallery
397
- #: gallery-plugin.php:1003
398
- msgid "Image Name"
 
399
  msgstr "Nome da Imagem"
400
 
401
- #: gallery-plugin.php:1005
402
- msgid "Sorting order in the Gallery"
 
 
 
 
 
 
403
  msgstr ""
404
 
405
  # @ gallery
406
- #: gallery-plugin.php:1006
407
- #: gallery-plugin.php:1026
408
  msgid "Random"
409
  msgstr "Aleatório"
410
 
411
  # @ gallery
412
- #: gallery-plugin.php:1010
413
- msgid "Sort images"
414
- msgstr "Ordenar imagens:"
 
415
 
416
  # @ gallery
417
- #: gallery-plugin.php:1012
418
- #: gallery-plugin.php:1032
419
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
420
- msgstr "ASC (ordem crescente dos valores mais baixos para os mais altos - 1, 2, 3; a, b, c)"
 
 
421
 
422
  # @ gallery
423
- #: gallery-plugin.php:1013
424
- #: gallery-plugin.php:1033
425
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
426
- msgstr "DESC (ordem decrescente dos valores mais altos para os mais baixos - 3, 2, 1; c, b, a)"
 
 
427
 
428
  # @ gallery
429
- #: gallery-plugin.php:1017
430
  #, fuzzy
431
- msgid "Sort galleries by"
432
- msgstr "Ordenar imagens por"
433
 
434
  # @ gallery
435
- #: gallery-plugin.php:1019
436
  #, fuzzy
437
- msgid "Gallery ID"
438
  msgstr "Galeria"
439
 
440
- #: gallery-plugin.php:1022
441
- msgid "Last modified date"
 
 
 
 
 
 
442
  msgstr ""
443
 
444
- #: gallery-plugin.php:1023
445
- msgid "Comment count"
446
  msgstr ""
447
 
448
- #: gallery-plugin.php:1024
449
- msgid "Sorting order (the input field for sorting order)"
450
  msgstr ""
451
 
452
  # @ gallery
453
- #: gallery-plugin.php:1030
454
  #, fuzzy
455
- msgid "Sort galleries"
456
- msgstr "Galerias"
 
 
 
 
457
 
458
  # @ gallery
459
- #: gallery-plugin.php:1037
460
- #, fuzzy
461
- msgid "Display text under the image"
462
- msgstr "Mostrar texto acima da imagem"
463
 
464
  # @ gallery
465
- #: gallery-plugin.php:1039
466
- msgid "Turn off the checkbox, if you want to display text just in a lightbox"
467
- msgstr "Desmarque a caixa de seleção, se você deseja mostrar texto apenas numa lightbox"
 
 
 
 
 
 
 
 
468
 
469
  # @ gallery
470
- #: gallery-plugin.php:1043
471
  msgid "Display the Back link"
472
  msgstr "Exibir o link Voltar"
473
 
474
  # @ gallery
475
- #: gallery-plugin.php:1049
476
  msgid "Display the Back link in the shortcode"
477
  msgstr "Exibir o link Voltar no shortcode"
478
 
479
  # @ gallery
480
- #: gallery-plugin.php:1055
481
  msgid "The Back link text"
482
  msgstr "Texto do link Voltar"
483
 
484
  # @ gallery
485
- #: gallery-plugin.php:1061
486
  msgid "The Back link URL"
487
  msgstr "URL do link Voltar"
488
 
489
  # @ gallery
490
- #: gallery-plugin.php:1063
491
  msgid "Gallery page (Page with Gallery Template)"
492
  msgstr "Página da Galeria (página usando o Modelo de Galeria)"
493
 
494
  # @ gallery
495
- #: gallery-plugin.php:1065
496
  msgid "(Full URL to custom page)"
497
  msgstr "(URL completa para a página personalizada)"
498
 
499
  # @ gallery
500
- #: gallery-plugin.php:1069
501
  msgid "The Read More link text"
502
  msgstr "Texto do link Leia Mais"
503
 
504
- #: gallery-plugin.php:1075
505
  msgid "Add gallery to the search"
506
  msgstr ""
507
 
508
- #: gallery-plugin.php:1080
509
- #: gallery-plugin.php:1083
510
- #: gallery-plugin.php:1087
511
  msgid "Using"
512
  msgstr ""
513
 
514
- #: gallery-plugin.php:1080
515
- #: gallery-plugin.php:1083
516
- #: gallery-plugin.php:1087
517
  msgid "powered by"
518
  msgstr ""
519
 
520
- #: gallery-plugin.php:1083
521
- #: gallery-plugin.php:1282
522
  msgid "Activate"
523
  msgstr ""
524
 
525
- #: gallery-plugin.php:1087
526
  msgid "Download"
527
  msgstr ""
528
 
529
- #: gallery-plugin.php:1092
530
  msgid "Rewrite templates after update"
531
  msgstr ""
532
 
533
- #: gallery-plugin.php:1094
534
  #, php-format
535
- msgid "Turn off the checkbox, if You edited the file '%s' or '%s' file in your theme folder and You don't want to rewrite them"
 
 
536
  msgstr ""
537
 
538
- #: gallery-plugin.php:1105
 
 
 
 
 
 
 
 
 
 
539
  msgid "Use pagination for images"
540
  msgstr ""
541
 
542
- #: gallery-plugin.php:1108
543
  msgid "per page"
544
  msgstr ""
545
 
546
- #: gallery-plugin.php:1112
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
547
  msgid "The lightbox helper"
548
  msgstr ""
549
 
550
- #: gallery-plugin.php:1114
551
  msgid "Do not use"
552
  msgstr ""
553
 
554
- #: gallery-plugin.php:1115
555
  msgid "Button helper"
556
  msgstr ""
557
 
558
- #: gallery-plugin.php:1116
559
  msgid "Thumbnail helper"
560
  msgstr ""
561
 
562
  # @ gallery
563
- #: gallery-plugin.php:1120
564
  msgid "Display Like buttons in the lightbox"
565
  msgstr "Exibir botões de Curtir no Lightbox"
566
 
567
  # @ gallery
568
- #: gallery-plugin.php:1122
569
  msgid "FaceBook"
570
  msgstr "Facebook"
571
 
572
  # @ gallery
573
- #: gallery-plugin.php:1123
574
  msgid "Twitter"
575
  msgstr "Twitter"
576
 
577
  # @ gallery
578
- #: gallery-plugin.php:1124
579
  msgid "Pinterest"
580
  msgstr "Pinterest"
581
 
582
  # @ gallery
583
- #: gallery-plugin.php:1125
584
  msgid "Google +1"
585
  msgstr "Google +1"
586
 
587
  # @ gallery
588
- #: gallery-plugin.php:1129
589
  msgid "Slug for gallery item"
590
  msgstr "Slug para o item da galeria"
591
 
592
  # @ gallery
593
- #: gallery-plugin.php:1131
594
  msgid "for any structure of permalinks except the default structure"
595
- msgstr "para qualquer estrutura de links permanentes, exceto a estrutura padrão"
 
596
 
597
- #: gallery-plugin.php:1135
598
  msgid "Title for lightbox button"
599
  msgstr ""
600
 
601
- #: gallery-plugin.php:1141
602
- msgid "Display all images in the lightbox instead of going into a single gallery"
 
603
  msgstr ""
604
 
605
- #: gallery-plugin.php:1144
606
  #, php-format
607
  msgid "When using the gallery template or a shortcode with `%s` parameter"
608
  msgstr ""
609
 
610
  # @ default
611
- #: gallery-plugin.php:1170
612
  msgid "Save Changes"
613
  msgstr "Salvar Alterações"
614
 
 
 
 
 
 
 
 
 
 
 
 
615
  # @ gallery
616
- #: gallery-plugin.php:1208
617
  msgid "Support"
618
  msgstr "Suporte"
619
 
620
- #: gallery-plugin.php:1248
621
  msgid "Updating images..."
622
  msgstr ""
623
 
624
  # @ gallery
625
- #: gallery-plugin.php:1249
626
  #, fuzzy
627
  msgid "No image found."
628
  msgstr "Nenhuma Galeria foi encontrada"
629
 
630
- #: gallery-plugin.php:1250
631
  msgid "All images are updated."
632
  msgstr ""
633
 
634
- #: gallery-plugin.php:1251
635
  msgid "Error."
636
  msgstr ""
637
 
638
- #: gallery-plugin.php:1262
639
  msgid ""
640
  "You are about to delete these items from this gallery.\n"
641
  " 'Cancel' to stop, 'OK' to delete."
642
  msgstr ""
643
 
644
- #: gallery-plugin.php:1263
645
- msgid "Switching to another mode, all unsaved data will be lost. Save data before switching?"
 
 
646
  msgstr ""
647
 
648
- #: gallery-plugin.php:1264
649
  msgid "Insert Media"
650
  msgstr ""
651
 
652
- #: gallery-plugin.php:1265
653
  msgid "Insert"
654
  msgstr ""
655
 
656
- #: gallery-plugin.php:1277
657
  msgid "Learn more"
658
  msgstr ""
659
 
660
- #: gallery-plugin.php:1289
661
  msgid "Install now"
662
  msgstr ""
663
 
664
- #: gallery-plugin.php:1298
665
  msgid "Add multiple gallery categories"
666
  msgstr ""
667
 
668
- #: gallery-plugin.php:1298
669
- msgid "Install Gallery Categories plugin to add unlimited number of categories."
 
670
  msgstr ""
671
 
672
  # @ gallery
673
- #: gallery-plugin.php:1573
674
- #: template/gallery-single-template.php:101
675
  msgid "Sorry, nothing found."
676
  msgstr "Desculpe, nada foi encontrado."
677
 
678
  # @ gallery
679
- #: gallery-plugin.php:1595
680
- #: template/gallery-single-template.php:120
681
  msgid "Image"
682
  msgstr "Imagem"
683
 
684
  # @ gallery
685
- #: gallery-plugin.php:1595
686
- #: template/gallery-single-template.php:19
687
  msgid "Download high resolution image"
688
  msgstr "Download de imagem de alta resolução"
689
 
690
  # @ gallery
691
- #: gallery-plugin.php:1725
692
  #, fuzzy
693
  msgid "Image size not defined"
694
  msgstr "Tamanho da imagem"
695
 
696
- #: gallery-plugin.php:1740
697
- msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
 
 
698
  msgstr ""
699
 
700
- #: gallery-plugin.php:1751
701
  msgid "Image size changes not defined"
702
  msgstr ""
703
 
704
- #: gallery-plugin.php:1780
705
- #: gallery-plugin.php:1783
706
- #: gallery-plugin.php:1788
707
  msgid "Invalid path"
708
  msgstr ""
709
 
710
- #: gallery-plugin.php:1940
711
  msgid "Add images requires JavaScript."
712
  msgstr ""
713
 
714
- #: gallery-plugin.php:1943
715
  msgid "Add Media"
716
  msgstr ""
717
 
718
- #: gallery-plugin.php:1953
719
  msgid "The grid view for the Gallery images requires JavaScript."
720
  msgstr ""
721
 
722
- #: gallery-plugin.php:1953
723
  msgid "Switch to the list view"
724
  msgstr ""
725
 
726
- #: gallery-plugin.php:1980
727
  msgid "List View"
728
  msgstr ""
729
 
730
- #: gallery-plugin.php:1981
731
  msgid "Grid View"
732
  msgstr ""
733
 
734
- #: gallery-plugin.php:2036
735
  msgid "Filter"
736
  msgstr ""
737
 
738
- #: gallery-plugin.php:2040
739
  msgid "Empty Trash"
740
  msgstr ""
741
 
742
  # @ gallery
743
- #: gallery-plugin.php:2061
744
  #, fuzzy
745
  msgid "No images found"
746
  msgstr "Nenhuma Galeria foi encontrada"
747
 
748
- #: gallery-plugin.php:2113
749
  msgid "Select bulk action"
750
  msgstr ""
751
 
752
- #: gallery-plugin.php:2115
753
  msgid "Bulk Actions"
754
  msgstr ""
755
 
756
- #: gallery-plugin.php:2125
757
  msgid "Apply"
758
  msgstr ""
759
 
760
  # @ gallery
761
- #: gallery-plugin.php:2132
762
- #: gallery-plugin.php:2312
763
  #, fuzzy
764
  msgid "Delete from Gallery"
765
  msgstr "Nova Galeria"
766
 
767
  # @ gallery
768
- #: gallery-plugin.php:2145
769
- #: gallery-plugin.php:2159
770
  #, fuzzy
771
  msgid "Display link to the original file under each image in the lightbox"
772
  msgstr "Exibir a imagem em tamanho original no Lightbox"
773
 
774
- #: gallery-plugin.php:2154
775
  msgid "Bulk Select"
776
  msgstr ""
777
 
778
- #: gallery-plugin.php:2156
779
  msgid "Cancel Selection"
780
  msgstr ""
781
 
782
- #: gallery-plugin.php:2157
783
  msgid "Delete Selected"
784
  msgstr ""
785
 
786
- #: gallery-plugin.php:2171
787
  msgid "File"
788
  msgstr ""
789
 
790
- #: gallery-plugin.php:2172
791
- #: gallery-plugin.php:2261
792
- #: gallery-plugin.php:2370
793
  msgid "Dimensions"
794
  msgstr ""
795
 
796
- #: gallery-plugin.php:2174
797
- #: gallery-plugin.php:2294
798
- #: gallery-plugin.php:2380
799
  msgid "Alt tag"
800
  msgstr ""
801
 
802
- #: gallery-plugin.php:2174
803
- #: gallery-plugin.php:2296
804
- msgid "The alt attribute specifies an alternate text for an image, if the image cannot be displayed."
 
805
  msgstr ""
806
 
807
- #: gallery-plugin.php:2175
808
- #: gallery-plugin.php:2302
809
- #: gallery-plugin.php:2385
810
  msgid "Custom URL"
811
  msgstr ""
812
 
813
- #: gallery-plugin.php:2175
814
- #: gallery-plugin.php:2304
815
- msgid "By clicking on the thumbnail you'll go to the link (if the field is filled) or the image will be opened in the lightbox (if the field isn't filled)"
 
816
  msgstr ""
817
 
818
- #: gallery-plugin.php:2253
819
  msgid "Deselect"
820
  msgstr ""
821
 
822
- #: gallery-plugin.php:2259
823
  msgid "File name"
824
  msgstr ""
825
 
826
- #: gallery-plugin.php:2260
827
  msgid "File type"
828
  msgstr ""
829
 
830
  # @ gallery
831
- #: gallery-plugin.php:2264
832
- #: gallery-plugin.php:2366
833
  #, fuzzy
834
  msgid "Edit Attachment Info"
835
  msgstr "ID do anexo"
836
 
837
  # @ gallery
838
- #: gallery-plugin.php:2264
839
  #, fuzzy
840
  msgid "Edit Attachment"
841
  msgstr "ID do anexo"
842
 
843
- #: gallery-plugin.php:2274
844
  msgid "Go Pro"
845
  msgstr ""
846
 
847
- #: gallery-plugin.php:2274
848
  msgid "Pro version"
849
  msgstr ""
850
 
851
  # @ gallery
852
- #: gallery-plugin.php:2277
853
  msgid "This setting is available in Pro version"
854
  msgstr "Esta configuração está disponível na versão Pro"
855
 
856
- #: gallery-plugin.php:2310
857
  msgid "Edit more details"
858
  msgstr ""
859
 
860
- #: gallery-plugin.php:2345
861
  #, php-format
862
  msgid "Select %s"
863
  msgstr ""
864
 
865
- #: gallery-plugin.php:2358
866
  #, php-format
867
  msgid "Edit &#8220;%s&#8221;"
868
  msgstr ""
869
 
870
- #: gallery-plugin.php:2403
871
- #: gallery-plugin.php:2416
872
  msgid "Edit"
873
  msgstr ""
874
 
875
- #: gallery-plugin.php:2406
876
- #: gallery-plugin.php:2421
877
  msgid "Trash"
878
  msgstr ""
879
 
880
- #: gallery-plugin.php:2409
881
- #: gallery-plugin.php:2424
882
  msgid "Delete Permanently"
883
  msgstr ""
884
 
885
- #: gallery-plugin.php:2411
886
- #: gallery-plugin.php:2429
887
  #, php-format
888
  msgid "View &#8220;%s&#8221;"
889
  msgstr ""
890
 
891
- #: gallery-plugin.php:2411
892
- #: gallery-plugin.php:2429
893
  msgid "View"
894
  msgstr ""
895
 
896
  # @ gallery
897
- #: gallery-plugin.php:2413
898
  #, fuzzy
899
  msgid "Attach"
900
  msgstr "ID do anexo"
901
 
902
- #: gallery-plugin.php:2419
903
  msgid "Restore"
904
  msgstr ""
905
 
906
- #: gallery-plugin.php:2550
907
  msgid "Warning"
908
  msgstr ""
909
 
910
- #: gallery-plugin.php:2550
911
  msgid "You can add only images to the gallery"
912
  msgstr ""
913
 
914
  # @ gallery
915
- #: gallery-plugin.php:2597
 
 
 
 
 
 
916
  #, fuzzy
917
  msgid "Sorry, no gallery found."
918
  msgstr "Desculpe, nada foi encontrado."
919
 
920
  # @ gallery
921
- #: gallery-plugin.php:2603
922
  #, fuzzy
923
- msgid "Display an album image with the description and the link to a single gallery page"
924
- msgstr "Se você quiser mostrar uma breve descrição contendo a miniatura e o link para a Página da Galeria use assim"
925
-
926
- #: inc/demo-data/demo-data-loader.php:78
927
- msgid "Install Demo Data"
928
  msgstr ""
 
 
 
 
 
 
 
 
929
 
930
- #: inc/demo-data/demo-data-loader.php:79
931
- msgid "If you install the demo-data, will be created galleries with images, demo-post with available shortcodes and page with a list of all the galleries, plugin settings will be overwritten, however, when you delete the demo data, they will be restored."
932
  msgstr ""
933
 
934
- #: inc/demo-data/demo-data-loader.php:82
935
  msgid "Remove Demo Data"
936
  msgstr ""
937
 
938
- #: inc/demo-data/demo-data-loader.php:83
939
  msgid "Delete demo-data and restore old plugin settings."
940
  msgstr ""
941
 
942
- #: inc/demo-data/demo-data-loader.php:108
943
  msgid "Yes, install demo data"
944
  msgstr ""
945
 
946
- #: inc/demo-data/demo-data-loader.php:109
947
  msgid "Are you sure you want to install demo data?"
948
  msgstr ""
949
 
950
- #: inc/demo-data/demo-data-loader.php:111
951
  msgid "Yes, remove demo data"
952
  msgstr ""
953
 
954
- #: inc/demo-data/demo-data-loader.php:112
955
  msgid "Are you sure you want to remove demo data?"
956
  msgstr ""
957
 
958
  # @ gallery
959
- #: inc/demo-data/demo-data-loader.php:119
960
  #, fuzzy
961
  msgid "No, go back to the settings page"
962
  msgstr "da página de configurações do plugin ("
963
 
964
- #: inc/demo-data/demo-data-loader.php:167
965
  msgid "Can not get demo data."
966
  msgstr ""
967
 
968
- #: inc/demo-data/demo-data-loader.php:173
969
  msgid "Demo options already installed."
970
  msgstr ""
971
 
972
- #: inc/demo-data/demo-data-loader.php:296
973
  msgid "Demo data successfully installed."
974
  msgstr ""
975
 
976
- #: inc/demo-data/demo-data-loader.php:298
977
  msgid "View post with shortcodes"
978
  msgstr ""
979
 
980
- #: inc/demo-data/demo-data-loader.php:301
981
  msgid "View page with examples"
982
  msgstr ""
983
 
984
- #: inc/demo-data/demo-data-loader.php:308
985
  msgid "Installation of demo data with some errors occurred."
986
  msgstr ""
987
 
988
- #: inc/demo-data/demo-data-loader.php:311
989
  msgid "Posts data is missing."
990
  msgstr ""
991
 
992
- #: inc/demo-data/demo-data-loader.php:336
993
  msgid "Demo data have already been removed."
994
  msgstr ""
995
 
996
- #: inc/demo-data/demo-data-loader.php:383
997
  msgid "Demo data successfully removed."
998
  msgstr ""
999
 
1000
- #: inc/demo-data/demo-data-loader.php:386
1001
  msgid "Removing demo data with some errors occurred."
1002
  msgstr ""
1003
 
1004
- #: inc/demo-data/demo-data-loader.php:517
1005
  msgid "Close notice"
1006
  msgstr ""
1007
 
1008
- #: inc/demo-data/demo-data-loader.php:520
1009
  msgid "Install demo data"
1010
  msgstr ""
1011
 
1012
- #: inc/demo-data/demo-data-loader.php:520
1013
  msgid "for an acquaintance with the possibilities of the"
1014
  msgstr ""
1015
 
1016
  # @ gallery
1017
- #: template/gallery-template.php:14
 
 
 
1018
  #, fuzzy
1019
- msgid "Gallery Category"
1020
- msgstr "Tamanho da imagem da galeria"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1021
 
1022
  # @ gallery
1023
  #~ msgid "URL"
1024
  #~ msgstr "URL"
 
1025
  # @ gallery
1026
  #, fuzzy
1027
  #~ msgid "Uploaded on"
@@ -1030,12 +1098,15 @@ msgstr "Tamanho da imagem da galeria"
1030
  # @ gallery
1031
  #~ msgid "(by click on image opens a link in a new window)"
1032
  #~ msgstr "(clicar na imagem abre um link em uma nova janela)"
 
1033
  # @ gallery
1034
  #~ msgid "Add a Gallery"
1035
  #~ msgstr "Adicionar uma Galeria"
 
1036
  # @ gallery
1037
  #~ msgid "Find a Gallery"
1038
  #~ msgstr "Encontre uma Galeria"
 
1039
  # @ gallery
1040
  #~ msgid ""
1041
  #~ "The gallery temp directory (gallery-plugin/upload/files) is not available "
@@ -1045,15 +1116,19 @@ msgstr "Tamanho da imagem da galeria"
1045
  #~ "O diretório temporário da Galeria (gallery-plugin/upload/files) não está "
1046
  #~ "disponível para escrita em seu servidor Web. Por favor, utilize o método "
1047
  #~ "padrão do WP para fazer upload de imagens (biblioteca de mídia)"
 
1048
  # @ gallery
1049
  #~ msgid "Choose an image for upload:"
1050
  #~ msgstr "Escolha uma imagem para fazer upload:"
 
1051
  # @ gallery
1052
  #~ msgid "Please enable JavaScript to use the file uploader."
1053
  #~ msgstr "Favor havilitar o Javascript para usar o envio de arquivos."
 
1054
  # @ gallery
1055
  #~ msgid "Allow the download link for all images in this gallery"
1056
  #~ msgstr "Permitir o link de download para todas as imagens nesta galeria"
 
1057
  # @ gallery
1058
  #~ msgid ""
1059
  #~ "Please use the drag and drop function to change an order of the images "
@@ -1061,15 +1136,19 @@ msgstr "Tamanho da imagem da galeria"
1061
  #~ msgstr ""
1062
  #~ "Por favor, use a função arrastar e soltar para alterar a ordem de "
1063
  #~ "exibição das imagens e não se esqueça de salvar o post."
 
1064
  # @ gallery
1065
  #~ msgid "Please make a choice"
1066
  #~ msgstr "Por favor, faça uma escolha"
 
1067
  # @ gallery
1068
  #~ msgid "sort images"
1069
  #~ msgstr "ordenar imagens"
 
1070
  # @ gallery
1071
  #~ msgid "on the plugin settings page ("
1072
  #~ msgstr "da página de configurações do plugin ("
 
1073
  # @ gallery
1074
  #, fuzzy
1075
  #~ msgid "Open the URL"
@@ -1078,9 +1157,11 @@ msgstr "Tamanho da imagem da galeria"
1078
  # @ gallery
1079
  #~ msgid "Current window"
1080
  #~ msgstr "Janela atual"
 
1081
  # @ gallery
1082
  #~ msgid "New window"
1083
  #~ msgstr "Nova janela"
 
1084
  # @ gallery
1085
  #, fuzzy
1086
  #~ msgid "Lightbox button URL"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-03-16 18:16+0300\n"
6
+ "PO-Revision-Date: 2016-03-16 18:16+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: DJIO | Dionizio Bonfim Bach <wordpress@djio.com.br>\n"
9
  "Language: pt_BR\n"
20
 
21
  # @ bestwebsoft
22
  # @ gallery
23
+ #: gallery-plugin.php:45 gallery-plugin.php:882 gallery-plugin.php:1264
24
+ #: gallery-plugin.php:1281
 
 
25
  msgid "Settings"
26
  msgstr "Configurações"
27
 
28
  # @ gallery
29
+ #: gallery-plugin.php:126
30
  msgid "See images &raquo;"
31
  msgstr "Ver imagens &raquo;"
32
 
33
+ #: gallery-plugin.php:129
34
  msgid "Return to all albums"
35
  msgstr ""
36
 
37
  # @ gallery
38
+ #: gallery-plugin.php:382
39
  #, fuzzy, php-format
40
+ msgid ""
41
+ "The following files '%s' and '%s' were not found in the directory of your "
42
+ "theme. Please copy them from the directory `%s` to the directory of your "
43
+ "theme for the correct work of the Gallery plugin"
44
+ msgstr ""
45
+ "Os seguintes arquivos \"gallery-template.php\" e \"gallery-single-template."
46
+ "php\" não foram encontrados no diretório do seu tema. Por favor, copie-os a "
47
+ "partir do diretório `/wp-content/plugins/gallery-plugin/template/` para o "
48
+ "diretório do seu tema para que o plugin Galeria funcione corretamente"
49
 
50
  # @ gallery
51
+ #: gallery-plugin.php:393 gallery-plugin.php:402
 
52
  msgid "Galleries"
53
  msgstr "Galerias"
54
 
55
  # @ gallery
56
+ #: gallery-plugin.php:394 gallery-plugin.php:2669
 
57
  msgid "Gallery"
58
  msgstr "Galeria"
59
 
60
  # @ gallery
61
+ #: gallery-plugin.php:395
62
  msgid "Add New Gallery"
63
  msgstr "Adicionar Nova Galeria"
64
 
65
  # @ gallery
66
+ #: gallery-plugin.php:396
67
  msgid "Edit Gallery"
68
  msgstr "Editar Galeria"
69
 
70
  # @ gallery
71
+ #: gallery-plugin.php:397
72
  msgid "New Gallery"
73
  msgstr "Nova Galeria"
74
 
75
  # @ gallery
76
+ #: gallery-plugin.php:398
77
  msgid "View Gallery"
78
  msgstr "Ver Galeria"
79
 
80
  # @ gallery
81
+ #: gallery-plugin.php:399
82
  #, fuzzy
83
  msgid "Search Galleries"
84
  msgstr "Galerias"
85
 
86
  # @ gallery
87
+ #: gallery-plugin.php:400
88
  msgid "No Gallery found"
89
  msgstr "Nenhuma Galeria foi encontrada"
90
 
91
  # @ gallery
92
+ #: gallery-plugin.php:457
93
  msgid "Gallery Shortcode"
94
  msgstr "Shortcode da Galeria"
95
 
96
  # @ gallery
97
+ #: gallery-plugin.php:459 gallery-plugin.php:500 gallery-plugin.php:2652
 
 
98
  #, fuzzy
99
  msgid "Gallery Categories"
100
  msgstr "Tamanho da imagem da galeria"
101
 
102
  # @ gallery
103
+ #: gallery-plugin.php:469 gallery-plugin.php:900
 
104
  #, fuzzy, php-format
105
+ msgid ""
106
+ "If you would like to add a Gallery to your page or post, please use %s button"
107
+ msgstr ""
108
+ "Se você quiser adicionar uma Galeria específica em sua página ou post, basta "
109
+ "copiar e colar este shortcode em seu post ou página:"
110
 
111
+ #: gallery-plugin.php:474
112
  #, php-format
113
+ msgid ""
114
+ "You can add the Gallery to your page or post by clicking on %s button in the "
115
+ "content edit block using the Visual mode. If the button isn't displayed, "
116
+ "please use the shortcode below"
117
  msgstr ""
118
 
119
+ #: gallery-plugin.php:480
120
+ msgid ""
121
+ "Add this shortcode to a page, post or widget to display a single gallery"
122
  msgstr ""
123
 
124
  # @ gallery
125
+ #: gallery-plugin.php:483
126
  #, fuzzy
127
+ msgid ""
128
+ "Use this shortcode to display an album image with the description and the "
129
+ "link to a single gallery page"
130
+ msgstr ""
131
+ "Se você quiser mostrar uma breve descrição contendo a miniatura e o link "
132
+ "para a Página da Galeria use assim"
133
 
134
+ #: gallery-plugin.php:485
135
  msgid "Short display"
136
  msgstr ""
137
 
138
+ #: gallery-plugin.php:501
139
  msgid "Most Used"
140
  msgstr ""
141
 
142
  # @ gallery
143
+ #: gallery-plugin.php:506 gallery-plugin.php:1164
 
144
  msgid "Default"
145
  msgstr "Padrão"
146
 
147
  # @ gallery
148
+ #: gallery-plugin.php:511
149
  #, fuzzy
150
  msgid "Add New Gallery Category"
151
  msgstr "Adicionar Nova Galeria"
152
 
153
+ #: gallery-plugin.php:516
154
  msgid "Install plugin"
155
  msgstr ""
156
 
157
  # @ gallery
158
+ #: gallery-plugin.php:674 gallery-plugin.php:2244 gallery-plugin.php:2359
159
+ #: gallery-plugin.php:2446
 
 
 
160
  msgid "Title"
161
  msgstr "Título"
162
 
163
  # @ gallery
164
+ #: gallery-plugin.php:675
 
165
  msgid "Author"
166
  msgstr "Autor"
167
 
168
  # @ gallery
169
+ #: gallery-plugin.php:676
170
  #, fuzzy
171
  msgid "Shortcode"
172
  msgstr "Shortcode da Galeria"
173
 
174
  # @ gallery
175
+ #: gallery-plugin.php:677
176
  #, fuzzy
177
  msgid "Photos"
178
  msgstr "Foto"
179
 
180
  # @ gallery
181
+ #: gallery-plugin.php:678
 
 
182
  msgid "Date"
183
  msgstr "Data"
184
 
185
  # @ gallery
186
+ #: gallery-plugin.php:851
187
  msgid "Settings are saved"
188
  msgstr "As configurações estão salvas"
189
 
190
  # @ gallery
191
+ #: gallery-plugin.php:868
192
  #, fuzzy
193
  msgid "All plugin settings were restored."
194
  msgstr "da página de configurações do plugin ("
195
 
196
  # @ gallery
197
+ #: gallery-plugin.php:880
198
  msgid "Gallery Settings"
199
  msgstr "Configurações da Galeria"
200
 
201
+ #: gallery-plugin.php:883
 
 
 
 
 
 
202
  msgid "Go PRO"
203
  msgstr ""
204
 
205
  # @ gallery
206
+ #: gallery-plugin.php:893
207
  #, fuzzy
208
  msgid "Please enable JavaScript to use the option to renew images."
209
  msgstr "Favor havilitar o Javascript para usar o envio de arquivos."
210
 
211
+ #: gallery-plugin.php:905
212
  #, php-format
213
+ msgid ""
214
+ "You can add the Gallery to your page or post by clicking on %s button in the "
215
+ "content edit block using the Visual mode. If the button isn't displayed, "
216
+ "please use the shortcode %s, where * stands for gallery ID"
 
217
  msgstr ""
218
 
219
  # @ gallery
220
+ #: gallery-plugin.php:915
221
+ msgid "Number of images in the row"
222
+ msgstr "Número de imagens por linha"
 
223
 
224
  # @ gallery
225
+ #: gallery-plugin.php:917
226
+ #, fuzzy
227
+ msgid ""
228
+ "The number of images per row can be less depending on the width of the "
229
+ "parent block"
230
+ msgstr "Número de imagens por linha"
231
 
232
  # @ gallery
233
+ #: gallery-plugin.php:921 gallery-plugin.php:947
 
 
234
  msgid "Image size"
235
  msgstr "Tamanho da imagem"
236
 
237
  # @ gallery
238
+ #: gallery-plugin.php:924
239
+ msgid ""
240
+ "WordPress will create a new thumbnail with the specified dimensions when you "
241
+ "upload a new photo."
242
+ msgstr ""
243
+ "WordPress irá criar uma nova miniatura com os tamanhos especificados quando "
244
+ "você enviar uma nova foto."
245
 
246
  # @ gallery
247
+ #: gallery-plugin.php:926
248
+ #, fuzzy
249
+ msgid "For the album cover"
250
+ msgstr "Tamanho da imagem de capa do álbum"
251
+
252
+ #: gallery-plugin.php:927 gallery-plugin.php:931 gallery-plugin.php:952
253
+ msgid "width x height"
254
+ msgstr ""
255
+
256
+ #: gallery-plugin.php:927 gallery-plugin.php:931 gallery-plugin.php:952
257
+ msgid "in px"
258
+ msgstr ""
259
 
260
  # @ gallery
261
+ #: gallery-plugin.php:930
262
  #, fuzzy
263
+ msgid "For thumbnails"
264
  msgstr "Tamanho da imagem de capa do álbum"
265
 
266
+ #: gallery-plugin.php:934
267
+ msgid "Update images for gallery"
268
+ msgstr ""
 
269
 
270
+ #: gallery-plugin.php:943 gallery-plugin.php:1142 gallery-plugin.php:1363
 
 
271
  msgid "Close"
272
  msgstr ""
273
 
274
  # @ gallery
275
+ #: gallery-plugin.php:950
276
  #, fuzzy
277
+ msgid "For images in the lightbox"
278
  msgstr "Tamanho da imagem da galeria no Lightbox"
279
 
280
  # @ gallery
281
+ #: gallery-plugin.php:954
 
 
 
 
 
 
 
 
 
 
282
  msgid "Display a full size image in the lightbox"
283
  msgstr "Exibir a imagem em tamanho original no Lightbox"
284
 
285
  # @ gallery
286
+ #: gallery-plugin.php:959
287
  msgid "Crop position"
288
  msgstr "Posição de recorte"
289
 
290
  # @ gallery
291
+ #: gallery-plugin.php:963 gallery-plugin.php:969
 
292
  msgid "center"
293
  msgstr "centro"
294
 
295
  # @ gallery
296
+ #: gallery-plugin.php:965
297
  msgid "Horizontal"
298
  msgstr "Horizontal"
299
 
300
  # @ gallery
301
+ #: gallery-plugin.php:971
302
  msgid "Vertical"
303
  msgstr "Vertical"
304
 
305
  # @ gallery
306
+ #: gallery-plugin.php:976
307
+ #, fuzzy
308
+ msgid "Single gallery view"
309
+ msgstr "Slug para o item da galeria"
310
 
311
+ #: gallery-plugin.php:979
312
+ msgid "Grid"
313
+ msgstr ""
 
314
 
315
+ #: gallery-plugin.php:980
316
+ msgid "Masonry"
317
+ msgstr ""
 
318
 
319
+ #: gallery-plugin.php:986 gallery-plugin.php:1207
320
+ msgid ""
321
+ "If you upgrade to Pro version all your settings and galleries will be saved."
322
  msgstr ""
323
 
324
+ #: gallery-plugin.php:993 gallery-plugin.php:1214
 
325
  msgid "Unlock premium options by upgrading to Pro version"
326
  msgstr ""
327
 
328
+ #: gallery-plugin.php:997 gallery-plugin.php:1218
 
329
  msgid "Start Your Trial"
330
  msgstr ""
331
 
332
+ #: gallery-plugin.php:998 gallery-plugin.php:1219 gallery-plugin.php:2654
 
 
333
  msgid "or"
334
  msgstr ""
335
 
336
+ #: gallery-plugin.php:1000 gallery-plugin.php:1221
 
337
  msgid "Learn More"
338
  msgstr ""
339
 
340
+ #: gallery-plugin.php:1008
341
+ msgid "Display image text"
342
+ msgstr ""
343
+
344
  # @ gallery
345
+ #: gallery-plugin.php:1010
346
+ msgid "Turn off the checkbox, if you want to display text just in a lightbox"
347
+ msgstr ""
348
+ "Desmarque a caixa de seleção, se você deseja mostrar texto apenas numa "
349
+ "lightbox"
350
+
351
+ # @ gallery
352
+ #: gallery-plugin.php:1014
353
  msgid "Images with border"
354
  msgstr "Imagens com borda"
355
 
356
  # @ gallery
357
+ #: gallery-plugin.php:1018
358
  msgid "Border width in px, just numbers"
359
  msgstr "Largura da borda em px, apenas os números"
360
 
361
  # @ gallery
362
+ #: gallery-plugin.php:1019
363
  msgid "Select a border color"
364
  msgstr "Escolha a cor da borda"
365
 
366
  # @ gallery
367
+ #: gallery-plugin.php:1024
368
+ msgid "Sort images"
369
+ msgstr "Ordenar imagens:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
370
 
371
  # @ gallery
372
+ #: gallery-plugin.php:1027
373
+ #, fuzzy
374
+ msgid "by Attachment ID"
375
  msgstr "ID do anexo"
376
 
377
  # @ gallery
378
+ #: gallery-plugin.php:1028
379
+ #, fuzzy
380
+ msgid "by Image Name"
381
  msgstr "Nome da Imagem"
382
 
383
+ # @ gallery
384
+ #: gallery-plugin.php:1029 gallery-plugin.php:1050
385
+ #, fuzzy
386
+ msgid "by Date"
387
+ msgstr "Data"
388
+
389
+ #: gallery-plugin.php:1030
390
+ msgid "by Sorting order in the Gallery"
391
  msgstr ""
392
 
393
  # @ gallery
394
+ #: gallery-plugin.php:1031 gallery-plugin.php:1055
 
395
  msgid "Random"
396
  msgstr "Aleatório"
397
 
398
  # @ gallery
399
+ #: gallery-plugin.php:1036
400
+ #, fuzzy
401
+ msgid "The images sort order"
402
+ msgstr "Imagens com borda"
403
 
404
  # @ gallery
405
+ #: gallery-plugin.php:1039 gallery-plugin.php:1063
 
406
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
407
+ msgstr ""
408
+ "ASC (ordem crescente dos valores mais baixos para os mais altos - 1, 2, 3; "
409
+ "a, b, c)"
410
 
411
  # @ gallery
412
+ #: gallery-plugin.php:1040 gallery-plugin.php:1064
413
+ msgid ""
414
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
415
+ msgstr ""
416
+ "DESC (ordem decrescente dos valores mais altos para os mais baixos - 3, 2, "
417
+ "1; c, b, a)"
418
 
419
  # @ gallery
420
+ #: gallery-plugin.php:1045
421
  #, fuzzy
422
+ msgid "Sort galleries"
423
+ msgstr "Galerias"
424
 
425
  # @ gallery
426
+ #: gallery-plugin.php:1048
427
  #, fuzzy
428
+ msgid "by Gallery ID"
429
  msgstr "Galeria"
430
 
431
+ # @ gallery
432
+ #: gallery-plugin.php:1049
433
+ #, fuzzy
434
+ msgid "by Title"
435
+ msgstr "Título"
436
+
437
+ #: gallery-plugin.php:1051
438
+ msgid "by Last modified date"
439
  msgstr ""
440
 
441
+ #: gallery-plugin.php:1052
442
+ msgid "by Comment count"
443
  msgstr ""
444
 
445
+ #: gallery-plugin.php:1053
446
+ msgid "by Sorting order (the input field for sorting order)"
447
  msgstr ""
448
 
449
  # @ gallery
450
+ #: gallery-plugin.php:1054
451
  #, fuzzy
452
+ msgid "by Author"
453
+ msgstr "Autor"
454
+
455
+ #: gallery-plugin.php:1060
456
+ msgid "The galleries sort order"
457
+ msgstr ""
458
 
459
  # @ gallery
460
+ #: gallery-plugin.php:1069
461
+ msgid "Start slideshow"
462
+ msgstr "Iniciar Apresentação de Slides"
 
463
 
464
  # @ gallery
465
+ #: gallery-plugin.php:1072
466
+ msgid "Slideshow interval"
467
+ msgstr "Intervalo de tempo entre cada Slide"
468
+
469
+ #: gallery-plugin.php:1072
470
+ msgid "(ms)"
471
+ msgstr ""
472
+
473
+ #: gallery-plugin.php:1076
474
+ msgid "Use single lightbox for multiple galleries on one page"
475
+ msgstr ""
476
 
477
  # @ gallery
478
+ #: gallery-plugin.php:1082
479
  msgid "Display the Back link"
480
  msgstr "Exibir o link Voltar"
481
 
482
  # @ gallery
483
+ #: gallery-plugin.php:1088
484
  msgid "Display the Back link in the shortcode"
485
  msgstr "Exibir o link Voltar no shortcode"
486
 
487
  # @ gallery
488
+ #: gallery-plugin.php:1094
489
  msgid "The Back link text"
490
  msgstr "Texto do link Voltar"
491
 
492
  # @ gallery
493
+ #: gallery-plugin.php:1100
494
  msgid "The Back link URL"
495
  msgstr "URL do link Voltar"
496
 
497
  # @ gallery
498
+ #: gallery-plugin.php:1103
499
  msgid "Gallery page (Page with Gallery Template)"
500
  msgstr "Página da Galeria (página usando o Modelo de Galeria)"
501
 
502
  # @ gallery
503
+ #: gallery-plugin.php:1105
504
  msgid "(Full URL to custom page)"
505
  msgstr "(URL completa para a página personalizada)"
506
 
507
  # @ gallery
508
+ #: gallery-plugin.php:1110
509
  msgid "The Read More link text"
510
  msgstr "Texto do link Leia Mais"
511
 
512
+ #: gallery-plugin.php:1116
513
  msgid "Add gallery to the search"
514
  msgstr ""
515
 
516
+ #: gallery-plugin.php:1121 gallery-plugin.php:1124 gallery-plugin.php:1128
 
 
517
  msgid "Using"
518
  msgstr ""
519
 
520
+ #: gallery-plugin.php:1121 gallery-plugin.php:1124 gallery-plugin.php:1128
 
 
521
  msgid "powered by"
522
  msgstr ""
523
 
524
+ #: gallery-plugin.php:1124 gallery-plugin.php:1338
 
525
  msgid "Activate"
526
  msgstr ""
527
 
528
+ #: gallery-plugin.php:1128
529
  msgid "Download"
530
  msgstr ""
531
 
532
+ #: gallery-plugin.php:1133
533
  msgid "Rewrite templates after update"
534
  msgstr ""
535
 
536
+ #: gallery-plugin.php:1135
537
  #, php-format
538
+ msgid ""
539
+ "Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
540
+ "theme folder and You don't want to rewrite them"
541
  msgstr ""
542
 
543
+ # @ gallery
544
+ #: gallery-plugin.php:1149
545
+ #, fuzzy
546
+ msgid "Under image"
547
+ msgstr "ordenar imagens"
548
+
549
+ #: gallery-plugin.php:1150
550
+ msgid "By mouse hover"
551
+ msgstr ""
552
+
553
+ #: gallery-plugin.php:1155
554
  msgid "Use pagination for images"
555
  msgstr ""
556
 
557
+ #: gallery-plugin.php:1158
558
  msgid "per page"
559
  msgstr ""
560
 
561
+ # @ gallery
562
+ #: gallery-plugin.php:1162
563
+ msgid "Lightbox background"
564
+ msgstr "Fundo do Lightbox"
565
+
566
+ # @ gallery
567
+ #: gallery-plugin.php:1165
568
+ msgid "Background transparency (from 0 to 1)"
569
+ msgstr "Transparência de background (de 0 a 1)"
570
+
571
+ # @ gallery
572
+ #: gallery-plugin.php:1166
573
+ msgid "Select a background color"
574
+ msgstr "Selecionar uma cor de fundo"
575
+
576
+ #: gallery-plugin.php:1170
577
  msgid "The lightbox helper"
578
  msgstr ""
579
 
580
+ #: gallery-plugin.php:1172
581
  msgid "Do not use"
582
  msgstr ""
583
 
584
+ #: gallery-plugin.php:1173
585
  msgid "Button helper"
586
  msgstr ""
587
 
588
+ #: gallery-plugin.php:1174
589
  msgid "Thumbnail helper"
590
  msgstr ""
591
 
592
  # @ gallery
593
+ #: gallery-plugin.php:1178
594
  msgid "Display Like buttons in the lightbox"
595
  msgstr "Exibir botões de Curtir no Lightbox"
596
 
597
  # @ gallery
598
+ #: gallery-plugin.php:1180
599
  msgid "FaceBook"
600
  msgstr "Facebook"
601
 
602
  # @ gallery
603
+ #: gallery-plugin.php:1181
604
  msgid "Twitter"
605
  msgstr "Twitter"
606
 
607
  # @ gallery
608
+ #: gallery-plugin.php:1182
609
  msgid "Pinterest"
610
  msgstr "Pinterest"
611
 
612
  # @ gallery
613
+ #: gallery-plugin.php:1183
614
  msgid "Google +1"
615
  msgstr "Google +1"
616
 
617
  # @ gallery
618
+ #: gallery-plugin.php:1187
619
  msgid "Slug for gallery item"
620
  msgstr "Slug para o item da galeria"
621
 
622
  # @ gallery
623
+ #: gallery-plugin.php:1189
624
  msgid "for any structure of permalinks except the default structure"
625
+ msgstr ""
626
+ "para qualquer estrutura de links permanentes, exceto a estrutura padrão"
627
 
628
+ #: gallery-plugin.php:1193
629
  msgid "Title for lightbox button"
630
  msgstr ""
631
 
632
+ #: gallery-plugin.php:1199
633
+ msgid ""
634
+ "Display all images in the lightbox instead of going into a single gallery"
635
  msgstr ""
636
 
637
+ #: gallery-plugin.php:1202
638
  #, php-format
639
  msgid "When using the gallery template or a shortcode with `%s` parameter"
640
  msgstr ""
641
 
642
  # @ default
643
+ #: gallery-plugin.php:1228
644
  msgid "Save Changes"
645
  msgstr "Salvar Alterações"
646
 
647
+ #: gallery-plugin.php:1233
648
+ msgid ""
649
+ "If you install the demo-data, will be created galleries with images, demo-"
650
+ "post with available shortcodes and page with a list of all the galleries."
651
+ msgstr ""
652
+
653
+ # @ gallery
654
+ #: gallery-plugin.php:1265
655
+ msgid "FAQ"
656
+ msgstr "FAQ"
657
+
658
  # @ gallery
659
+ #: gallery-plugin.php:1266
660
  msgid "Support"
661
  msgstr "Suporte"
662
 
663
+ #: gallery-plugin.php:1302
664
  msgid "Updating images..."
665
  msgstr ""
666
 
667
  # @ gallery
668
+ #: gallery-plugin.php:1303
669
  #, fuzzy
670
  msgid "No image found."
671
  msgstr "Nenhuma Galeria foi encontrada"
672
 
673
+ #: gallery-plugin.php:1304
674
  msgid "All images are updated."
675
  msgstr ""
676
 
677
+ #: gallery-plugin.php:1305
678
  msgid "Error."
679
  msgstr ""
680
 
681
+ #: gallery-plugin.php:1318
682
  msgid ""
683
  "You are about to delete these items from this gallery.\n"
684
  " 'Cancel' to stop, 'OK' to delete."
685
  msgstr ""
686
 
687
+ #: gallery-plugin.php:1319
688
+ msgid ""
689
+ "Switching to another mode, all unsaved data will be lost. Save data before "
690
+ "switching?"
691
  msgstr ""
692
 
693
+ #: gallery-plugin.php:1320
694
  msgid "Insert Media"
695
  msgstr ""
696
 
697
+ #: gallery-plugin.php:1321
698
  msgid "Insert"
699
  msgstr ""
700
 
701
+ #: gallery-plugin.php:1333
702
  msgid "Learn more"
703
  msgstr ""
704
 
705
+ #: gallery-plugin.php:1345
706
  msgid "Install now"
707
  msgstr ""
708
 
709
+ #: gallery-plugin.php:1354
710
  msgid "Add multiple gallery categories"
711
  msgstr ""
712
 
713
+ #: gallery-plugin.php:1354
714
+ msgid ""
715
+ "Install Gallery Categories plugin to add unlimited number of categories."
716
  msgstr ""
717
 
718
  # @ gallery
719
+ #: gallery-plugin.php:1638 template/gallery-single-template.php:103
 
720
  msgid "Sorry, nothing found."
721
  msgstr "Desculpe, nada foi encontrado."
722
 
723
  # @ gallery
724
+ #: gallery-plugin.php:1651 template/gallery-single-template.php:124
 
725
  msgid "Image"
726
  msgstr "Imagem"
727
 
728
  # @ gallery
729
+ #: gallery-plugin.php:1651 template/gallery-single-template.php:19
 
730
  msgid "Download high resolution image"
731
  msgstr "Download de imagem de alta resolução"
732
 
733
  # @ gallery
734
+ #: gallery-plugin.php:1781
735
  #, fuzzy
736
  msgid "Image size not defined"
737
  msgstr "Tamanho da imagem"
738
 
739
+ #: gallery-plugin.php:1796
740
+ msgid ""
741
+ "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
742
+ "manually reload image."
743
  msgstr ""
744
 
745
+ #: gallery-plugin.php:1807
746
  msgid "Image size changes not defined"
747
  msgstr ""
748
 
749
+ #: gallery-plugin.php:1836 gallery-plugin.php:1839 gallery-plugin.php:1844
 
 
750
  msgid "Invalid path"
751
  msgstr ""
752
 
753
+ #: gallery-plugin.php:2012
754
  msgid "Add images requires JavaScript."
755
  msgstr ""
756
 
757
+ #: gallery-plugin.php:2015
758
  msgid "Add Media"
759
  msgstr ""
760
 
761
+ #: gallery-plugin.php:2025
762
  msgid "The grid view for the Gallery images requires JavaScript."
763
  msgstr ""
764
 
765
+ #: gallery-plugin.php:2025
766
  msgid "Switch to the list view"
767
  msgstr ""
768
 
769
+ #: gallery-plugin.php:2052
770
  msgid "List View"
771
  msgstr ""
772
 
773
+ #: gallery-plugin.php:2053
774
  msgid "Grid View"
775
  msgstr ""
776
 
777
+ #: gallery-plugin.php:2108
778
  msgid "Filter"
779
  msgstr ""
780
 
781
+ #: gallery-plugin.php:2112
782
  msgid "Empty Trash"
783
  msgstr ""
784
 
785
  # @ gallery
786
+ #: gallery-plugin.php:2133
787
  #, fuzzy
788
  msgid "No images found"
789
  msgstr "Nenhuma Galeria foi encontrada"
790
 
791
+ #: gallery-plugin.php:2185
792
  msgid "Select bulk action"
793
  msgstr ""
794
 
795
+ #: gallery-plugin.php:2187
796
  msgid "Bulk Actions"
797
  msgstr ""
798
 
799
+ #: gallery-plugin.php:2197
800
  msgid "Apply"
801
  msgstr ""
802
 
803
  # @ gallery
804
+ #: gallery-plugin.php:2204 gallery-plugin.php:2383
 
805
  #, fuzzy
806
  msgid "Delete from Gallery"
807
  msgstr "Nova Galeria"
808
 
809
  # @ gallery
810
+ #: gallery-plugin.php:2217 gallery-plugin.php:2231
 
811
  #, fuzzy
812
  msgid "Display link to the original file under each image in the lightbox"
813
  msgstr "Exibir a imagem em tamanho original no Lightbox"
814
 
815
+ #: gallery-plugin.php:2226
816
  msgid "Bulk Select"
817
  msgstr ""
818
 
819
+ #: gallery-plugin.php:2228
820
  msgid "Cancel Selection"
821
  msgstr ""
822
 
823
+ #: gallery-plugin.php:2229
824
  msgid "Delete Selected"
825
  msgstr ""
826
 
827
+ #: gallery-plugin.php:2242
828
  msgid "File"
829
  msgstr ""
830
 
831
+ #: gallery-plugin.php:2243 gallery-plugin.php:2332 gallery-plugin.php:2441
 
 
832
  msgid "Dimensions"
833
  msgstr ""
834
 
835
+ #: gallery-plugin.php:2245 gallery-plugin.php:2365 gallery-plugin.php:2451
 
 
836
  msgid "Alt tag"
837
  msgstr ""
838
 
839
+ #: gallery-plugin.php:2245 gallery-plugin.php:2367
840
+ msgid ""
841
+ "The alt attribute specifies an alternate text for an image, if the image "
842
+ "cannot be displayed."
843
  msgstr ""
844
 
845
+ #: gallery-plugin.php:2246 gallery-plugin.php:2373 gallery-plugin.php:2456
 
 
846
  msgid "Custom URL"
847
  msgstr ""
848
 
849
+ #: gallery-plugin.php:2246 gallery-plugin.php:2375
850
+ msgid ""
851
+ "By clicking on the thumbnail you'll go to the link (if the field is filled) "
852
+ "or the image will be opened in the lightbox (if the field isn't filled)"
853
  msgstr ""
854
 
855
+ #: gallery-plugin.php:2324
856
  msgid "Deselect"
857
  msgstr ""
858
 
859
+ #: gallery-plugin.php:2330
860
  msgid "File name"
861
  msgstr ""
862
 
863
+ #: gallery-plugin.php:2331
864
  msgid "File type"
865
  msgstr ""
866
 
867
  # @ gallery
868
+ #: gallery-plugin.php:2335 gallery-plugin.php:2437
 
869
  #, fuzzy
870
  msgid "Edit Attachment Info"
871
  msgstr "ID do anexo"
872
 
873
  # @ gallery
874
+ #: gallery-plugin.php:2335
875
  #, fuzzy
876
  msgid "Edit Attachment"
877
  msgstr "ID do anexo"
878
 
879
+ #: gallery-plugin.php:2345
880
  msgid "Go Pro"
881
  msgstr ""
882
 
883
+ #: gallery-plugin.php:2345
884
  msgid "Pro version"
885
  msgstr ""
886
 
887
  # @ gallery
888
+ #: gallery-plugin.php:2348
889
  msgid "This setting is available in Pro version"
890
  msgstr "Esta configuração está disponível na versão Pro"
891
 
892
+ #: gallery-plugin.php:2381
893
  msgid "Edit more details"
894
  msgstr ""
895
 
896
+ #: gallery-plugin.php:2416
897
  #, php-format
898
  msgid "Select %s"
899
  msgstr ""
900
 
901
+ #: gallery-plugin.php:2429
902
  #, php-format
903
  msgid "Edit &#8220;%s&#8221;"
904
  msgstr ""
905
 
906
+ #: gallery-plugin.php:2474 gallery-plugin.php:2487
 
907
  msgid "Edit"
908
  msgstr ""
909
 
910
+ #: gallery-plugin.php:2477 gallery-plugin.php:2492
 
911
  msgid "Trash"
912
  msgstr ""
913
 
914
+ #: gallery-plugin.php:2480 gallery-plugin.php:2495
 
915
  msgid "Delete Permanently"
916
  msgstr ""
917
 
918
+ #: gallery-plugin.php:2482 gallery-plugin.php:2500
 
919
  #, php-format
920
  msgid "View &#8220;%s&#8221;"
921
  msgstr ""
922
 
923
+ #: gallery-plugin.php:2482 gallery-plugin.php:2500
 
924
  msgid "View"
925
  msgstr ""
926
 
927
  # @ gallery
928
+ #: gallery-plugin.php:2484
929
  #, fuzzy
930
  msgid "Attach"
931
  msgstr "ID do anexo"
932
 
933
+ #: gallery-plugin.php:2490
934
  msgid "Restore"
935
  msgstr ""
936
 
937
+ #: gallery-plugin.php:2621
938
  msgid "Warning"
939
  msgstr ""
940
 
941
+ #: gallery-plugin.php:2621
942
  msgid "You can add only images to the gallery"
943
  msgstr ""
944
 
945
  # @ gallery
946
+ #: gallery-plugin.php:2663
947
+ #, fuzzy
948
+ msgid "no title"
949
+ msgstr "Título"
950
+
951
+ # @ gallery
952
+ #: gallery-plugin.php:2671
953
  #, fuzzy
954
  msgid "Sorry, no gallery found."
955
  msgstr "Desculpe, nada foi encontrado."
956
 
957
  # @ gallery
958
+ #: gallery-plugin.php:2677
959
  #, fuzzy
960
+ msgid ""
961
+ "Display an album image with the description and the link to a single gallery "
962
+ "page"
 
 
963
  msgstr ""
964
+ "Se você quiser mostrar uma breve descrição contendo a miniatura e o link "
965
+ "para a Página da Galeria use assim"
966
+
967
+ # @ gallery
968
+ #: template/gallery-template.php:14
969
+ #, fuzzy
970
+ msgid "Gallery Category"
971
+ msgstr "Tamanho da imagem da galeria"
972
 
973
+ #: inc/demo-data/class-bws-demo-data.php:31
974
+ msgid "Install Demo Data"
975
  msgstr ""
976
 
977
+ #: inc/demo-data/class-bws-demo-data.php:34
978
  msgid "Remove Demo Data"
979
  msgstr ""
980
 
981
+ #: inc/demo-data/class-bws-demo-data.php:35
982
  msgid "Delete demo-data and restore old plugin settings."
983
  msgstr ""
984
 
985
+ #: inc/demo-data/class-bws-demo-data.php:53
986
  msgid "Yes, install demo data"
987
  msgstr ""
988
 
989
+ #: inc/demo-data/class-bws-demo-data.php:54
990
  msgid "Are you sure you want to install demo data?"
991
  msgstr ""
992
 
993
+ #: inc/demo-data/class-bws-demo-data.php:56
994
  msgid "Yes, remove demo data"
995
  msgstr ""
996
 
997
+ #: inc/demo-data/class-bws-demo-data.php:57
998
  msgid "Are you sure you want to remove demo data?"
999
  msgstr ""
1000
 
1001
  # @ gallery
1002
+ #: inc/demo-data/class-bws-demo-data.php:64
1003
  #, fuzzy
1004
  msgid "No, go back to the settings page"
1005
  msgstr "da página de configurações do plugin ("
1006
 
1007
+ #: inc/demo-data/class-bws-demo-data.php:119
1008
  msgid "Can not get demo data."
1009
  msgstr ""
1010
 
1011
+ #: inc/demo-data/class-bws-demo-data.php:126
1012
  msgid "Demo options already installed."
1013
  msgstr ""
1014
 
1015
+ #: inc/demo-data/class-bws-demo-data.php:355
1016
  msgid "Demo data successfully installed."
1017
  msgstr ""
1018
 
1019
+ #: inc/demo-data/class-bws-demo-data.php:357
1020
  msgid "View post with shortcodes"
1021
  msgstr ""
1022
 
1023
+ #: inc/demo-data/class-bws-demo-data.php:360
1024
  msgid "View page with examples"
1025
  msgstr ""
1026
 
1027
+ #: inc/demo-data/class-bws-demo-data.php:369
1028
  msgid "Installation of demo data with some errors occurred."
1029
  msgstr ""
1030
 
1031
+ #: inc/demo-data/class-bws-demo-data.php:372
1032
  msgid "Posts data is missing."
1033
  msgstr ""
1034
 
1035
+ #: inc/demo-data/class-bws-demo-data.php:446
1036
  msgid "Demo data have already been removed."
1037
  msgstr ""
1038
 
1039
+ #: inc/demo-data/class-bws-demo-data.php:503
1040
  msgid "Demo data successfully removed."
1041
  msgstr ""
1042
 
1043
+ #: inc/demo-data/class-bws-demo-data.php:507
1044
  msgid "Removing demo data with some errors occurred."
1045
  msgstr ""
1046
 
1047
+ #: inc/demo-data/class-bws-demo-data.php:576
1048
  msgid "Close notice"
1049
  msgstr ""
1050
 
1051
+ #: inc/demo-data/class-bws-demo-data.php:580
1052
  msgid "Install demo data"
1053
  msgstr ""
1054
 
1055
+ #: inc/demo-data/class-bws-demo-data.php:580
1056
  msgid "for an acquaintance with the possibilities of the"
1057
  msgstr ""
1058
 
1059
  # @ gallery
1060
+ #~ msgid "Sort images by"
1061
+ #~ msgstr "Ordenar imagens por"
1062
+
1063
+ # @ gallery
1064
  #, fuzzy
1065
+ #~ msgid "Sort galleries by"
1066
+ #~ msgstr "Ordenar imagens por"
1067
+
1068
+ # @ gallery
1069
+ #~ msgid "Width (in px)"
1070
+ #~ msgstr "Largura (em px)"
1071
+
1072
+ # @ gallery
1073
+ #~ msgid "Height (in px)"
1074
+ #~ msgstr "Altura (em px)"
1075
+
1076
+ # @ gallery
1077
+ #~ msgid "Max width (in px)"
1078
+ #~ msgstr "Largura máxima (em px)"
1079
+
1080
+ # @ gallery
1081
+ #~ msgid "Max height (in px)"
1082
+ #~ msgstr "Altura máxima (em px)"
1083
+
1084
+ # @ gallery
1085
+ #, fuzzy
1086
+ #~ msgid "Display text under the image"
1087
+ #~ msgstr "Mostrar texto acima da imagem"
1088
 
1089
  # @ gallery
1090
  #~ msgid "URL"
1091
  #~ msgstr "URL"
1092
+
1093
  # @ gallery
1094
  #, fuzzy
1095
  #~ msgid "Uploaded on"
1098
  # @ gallery
1099
  #~ msgid "(by click on image opens a link in a new window)"
1100
  #~ msgstr "(clicar na imagem abre um link em uma nova janela)"
1101
+
1102
  # @ gallery
1103
  #~ msgid "Add a Gallery"
1104
  #~ msgstr "Adicionar uma Galeria"
1105
+
1106
  # @ gallery
1107
  #~ msgid "Find a Gallery"
1108
  #~ msgstr "Encontre uma Galeria"
1109
+
1110
  # @ gallery
1111
  #~ msgid ""
1112
  #~ "The gallery temp directory (gallery-plugin/upload/files) is not available "
1116
  #~ "O diretório temporário da Galeria (gallery-plugin/upload/files) não está "
1117
  #~ "disponível para escrita em seu servidor Web. Por favor, utilize o método "
1118
  #~ "padrão do WP para fazer upload de imagens (biblioteca de mídia)"
1119
+
1120
  # @ gallery
1121
  #~ msgid "Choose an image for upload:"
1122
  #~ msgstr "Escolha uma imagem para fazer upload:"
1123
+
1124
  # @ gallery
1125
  #~ msgid "Please enable JavaScript to use the file uploader."
1126
  #~ msgstr "Favor havilitar o Javascript para usar o envio de arquivos."
1127
+
1128
  # @ gallery
1129
  #~ msgid "Allow the download link for all images in this gallery"
1130
  #~ msgstr "Permitir o link de download para todas as imagens nesta galeria"
1131
+
1132
  # @ gallery
1133
  #~ msgid ""
1134
  #~ "Please use the drag and drop function to change an order of the images "
1136
  #~ msgstr ""
1137
  #~ "Por favor, use a função arrastar e soltar para alterar a ordem de "
1138
  #~ "exibição das imagens e não se esqueça de salvar o post."
1139
+
1140
  # @ gallery
1141
  #~ msgid "Please make a choice"
1142
  #~ msgstr "Por favor, faça uma escolha"
1143
+
1144
  # @ gallery
1145
  #~ msgid "sort images"
1146
  #~ msgstr "ordenar imagens"
1147
+
1148
  # @ gallery
1149
  #~ msgid "on the plugin settings page ("
1150
  #~ msgstr "da página de configurações do plugin ("
1151
+
1152
  # @ gallery
1153
  #, fuzzy
1154
  #~ msgid "Open the URL"
1157
  # @ gallery
1158
  #~ msgid "Current window"
1159
  #~ msgstr "Janela atual"
1160
+
1161
  # @ gallery
1162
  #~ msgid "New window"
1163
  #~ msgstr "Nova janela"
1164
+
1165
  # @ gallery
1166
  #, fuzzy
1167
  #~ msgid "Lightbox button URL"
languages/gallery-plugin-ru_RU.mo CHANGED
Binary file
languages/gallery-plugin-ru_RU.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: 2015-10-06 15:07+0300\n"
6
- "PO-Revision-Date: 2015-10-06 15:09+0300\n"
7
- "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
10
  "MIME-Version: 1.0\n"
@@ -12,531 +12,579 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
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:45
20
- #: gallery-plugin.php:830
21
- #: gallery-plugin.php:1206
22
- #: gallery-plugin.php:1223
23
  msgid "Settings"
24
  msgstr "Настройки"
25
 
26
- #: gallery-plugin.php:110
27
  msgid "See images &raquo;"
28
  msgstr "Смотреть фотографии &raquo;"
29
 
30
- #: gallery-plugin.php:113
31
  msgid "Return to all albums"
32
  msgstr "Вернуться ко всем альбомам"
33
 
34
- #: gallery-plugin.php:342
35
  #, php-format
36
- msgid "The following files '%s' and '%s' were not found in the directory of your theme. Please copy them from the directory `%s` to the directory of your theme for the correct work of the Gallery plugin"
37
- msgstr "Файлы '%s' и '%s' не найдены в каталоге вашей темы. Пожалуйста, скопируйте их из каталога `%s` в директорию вашей темы для корректной работы плагина Gallery"
 
 
 
 
 
 
38
 
39
- #: gallery-plugin.php:353
40
- #: gallery-plugin.php:362
41
  msgid "Galleries"
42
  msgstr "Галереи"
43
 
44
- #: gallery-plugin.php:354
45
- #: gallery-plugin.php:2595
46
  msgid "Gallery"
47
  msgstr "Галерея"
48
 
49
- #: gallery-plugin.php:355
50
  msgid "Add New Gallery"
51
  msgstr "Добавить новую галерею"
52
 
53
- #: gallery-plugin.php:356
54
  msgid "Edit Gallery"
55
  msgstr "Редактировать галерею"
56
 
57
- #: gallery-plugin.php:357
58
  msgid "New Gallery"
59
  msgstr "Новая галерея"
60
 
61
- #: gallery-plugin.php:358
62
  msgid "View Gallery"
63
  msgstr "Просмотреть галерею"
64
 
65
- #: gallery-plugin.php:359
66
  msgid "Search Galleries"
67
  msgstr "Искать Галереи"
68
 
69
- #: gallery-plugin.php:360
70
  msgid "No Gallery found"
71
  msgstr "Ни одной галереи не найдено"
72
 
73
- #: gallery-plugin.php:417
74
  msgid "Gallery Shortcode"
75
  msgstr "Шорткод для галереи"
76
 
77
- #: gallery-plugin.php:419
78
- #: gallery-plugin.php:460
79
- #: gallery-plugin.php:2581
80
  msgid "Gallery Categories"
81
  msgstr "Категории галерей"
82
 
83
- #: gallery-plugin.php:429
84
- #: gallery-plugin.php:849
85
  #, php-format
86
- msgid "If you would like to add a Gallery to your page or post, please use %s button"
87
- msgstr "Если вы хотите добавить галерею на вашу страницу или пост, то используйте кнопку %s"
 
 
 
88
 
89
- #: gallery-plugin.php:434
90
  #, php-format
91
- msgid "You can add the Gallery to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode below"
92
- msgstr "Вы можете добавить Галерею на вашу страницу или пост, нажав на кнопку %s в блоке редактирования контента в режиме Visual. Если кнопка не отображается, пожалуйста, используйте шорткод ниже."
 
 
 
 
 
 
93
 
94
- #: gallery-plugin.php:440
95
- msgid "Add this shortcode to a page, post or widget to display a single gallery"
96
- msgstr "Добавьте этот шорткод на страницу, пост или виджет для отображения отдельной галереи"
 
 
 
97
 
98
- #: gallery-plugin.php:443
99
- msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
100
- msgstr "Используйте этот шорткод, чтобы отобразить изображение альбома с описанием и ссылкой на отдельную страницу галереи"
 
 
 
 
101
 
102
- #: gallery-plugin.php:445
103
  msgid "Short display"
104
  msgstr "Отображение альбома"
105
 
106
- #: gallery-plugin.php:461
107
  msgid "Most Used"
108
  msgstr "Наиболее используемые"
109
 
110
- #: gallery-plugin.php:466
111
- #: gallery-plugin.php:939
112
  msgid "Default"
113
  msgstr "По умолчанию"
114
 
115
- #: gallery-plugin.php:471
116
  msgid "Add New Gallery Category"
117
  msgstr "Добавить новую категорию галерей"
118
 
119
- #: gallery-plugin.php:476
120
  msgid "Install plugin"
121
  msgstr "Установить плагин"
122
 
123
- #: gallery-plugin.php:631
124
- #: gallery-plugin.php:1020
125
- #: gallery-plugin.php:2173
126
- #: gallery-plugin.php:2288
127
- #: gallery-plugin.php:2375
128
  msgid "Title"
129
  msgstr "Название"
130
 
131
- #: gallery-plugin.php:632
132
- #: gallery-plugin.php:1025
133
  msgid "Author"
134
  msgstr "Автор"
135
 
136
- #: gallery-plugin.php:633
137
  msgid "Shortcode"
138
  msgstr "Шорткод"
139
 
140
- #: gallery-plugin.php:634
141
  msgid "Photos"
142
  msgstr "Фото"
143
 
144
- #: gallery-plugin.php:635
145
- #: gallery-plugin.php:1004
146
- #: gallery-plugin.php:1021
147
  msgid "Date"
148
  msgstr "Дата"
149
 
150
- #: gallery-plugin.php:800
151
  msgid "Settings are saved"
152
  msgstr "Опции сохранены"
153
 
154
- #: gallery-plugin.php:817
155
  msgid "All plugin settings were restored."
156
  msgstr "Настройки плагина восстановлены."
157
 
158
- #: gallery-plugin.php:828
159
  msgid "Gallery Settings"
160
  msgstr "Настройки Gallery"
161
 
162
- #: gallery-plugin.php:831
163
- #: gallery-plugin.php:1207
164
- msgid "FAQ"
165
- msgstr "FAQ"
166
-
167
- #: gallery-plugin.php:832
168
  msgid "Go PRO"
169
  msgstr "Перейти на Pro версию"
170
 
171
- #: gallery-plugin.php:842
172
  msgid "Please enable JavaScript to use the option to renew images."
173
- msgstr "Пожалуйста, включите javascript для использования опции обновления изображений."
 
 
174
 
175
- #: gallery-plugin.php:854
176
  #, php-format
177
- msgid "You can add the Gallery to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode %s, where * stands for gallery ID"
178
- msgstr "Вы можете добавить Галерею на вашу страницу или пост, нажав на кнопку %s в блоке редактирования контента в режиме Visual. Если кнопка не отображается, пожалуйста, используйте шорткод %s, где * обозначает ID галереи"
179
-
180
- #: gallery-plugin.php:863
181
- msgid "Update images for gallery"
182
- msgstr "Обновить все изображения для галереи"
 
 
183
 
184
- #: gallery-plugin.php:865
185
- msgid "Update images"
186
- msgstr "Обновить изображения"
187
 
188
- #: gallery-plugin.php:873
189
- msgid "Image size for the album cover"
190
- msgstr "Размер изображения для обложки альбома галереи"
 
 
 
 
191
 
192
- #: gallery-plugin.php:875
193
- #: gallery-plugin.php:889
194
- #: gallery-plugin.php:913
195
  msgid "Image size"
196
  msgstr "Название размера изображения"
197
 
198
- #: gallery-plugin.php:878
199
- #: gallery-plugin.php:892
200
- msgid "Width (in px)"
201
- msgstr "Ширина px)"
 
 
 
202
 
203
- #: gallery-plugin.php:882
204
- #: gallery-plugin.php:896
205
- msgid "Height (in px)"
206
- msgstr "Высота (в px)"
207
 
208
- #: gallery-plugin.php:887
209
- msgid "Image size for thumbnails"
210
- msgstr "Размер изображения для миниатюр"
211
 
212
- #: gallery-plugin.php:901
213
- msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
214
- msgstr "WordPress создаст новую миниатюру с заданными размерами при загрузке новой фотографии."
215
 
216
- #: gallery-plugin.php:907
217
- #: gallery-plugin.php:1101
218
- #: gallery-plugin.php:1307
219
- msgid "Close"
220
- msgstr "Закрыть"
221
 
222
- #: gallery-plugin.php:911
223
- msgid "Image size in the lightbox"
224
- msgstr "Размер изображений в лайтбоксе"
225
 
226
- #: gallery-plugin.php:914
227
- msgid "Max width (in px)"
228
- msgstr "Макс. ширина (в px)"
229
 
230
- #: gallery-plugin.php:915
231
- msgid "Max height (in px)"
232
- msgstr "Макс. высота (в px)"
233
 
234
- #: gallery-plugin.php:916
235
  msgid "Display a full size image in the lightbox"
236
  msgstr "Если вы хотите отображать полное изображение в лайтбоксе"
237
 
238
- #: gallery-plugin.php:920
239
  msgid "Crop position"
240
  msgstr "Позиция обрезки"
241
 
242
- #: gallery-plugin.php:924
243
- #: gallery-plugin.php:930
244
  msgid "center"
245
  msgstr "центр"
246
 
247
- #: gallery-plugin.php:926
248
  msgid "Horizontal"
249
  msgstr "Горизонтальная"
250
 
251
- #: gallery-plugin.php:932
252
  msgid "Vertical"
253
  msgstr "Вертикальная"
254
 
255
- #: gallery-plugin.php:937
256
- msgid "Lightbox background"
257
- msgstr "Фон лайтбокса"
258
 
259
- #: gallery-plugin.php:940
260
- msgid "Background transparency (from 0 to 1)"
261
- msgstr "Прозрачность для фона (от 0 до 1)"
262
 
263
- #: gallery-plugin.php:941
264
- msgid "Select a background color"
265
- msgstr "Выберите цвет фона"
266
 
267
- #: gallery-plugin.php:946
268
- #: gallery-plugin.php:1149
269
- msgid "If you upgrade to Pro version all your settings and galleries will be saved."
270
  msgstr "При переходе на Pro версию все ваши настройки и галереи сохраняются."
271
 
272
- #: gallery-plugin.php:953
273
- #: gallery-plugin.php:1156
274
  msgid "Unlock premium options by upgrading to Pro version"
275
  msgstr "Активируйте премиум опции обновившись до Pro версии"
276
 
277
- #: gallery-plugin.php:957
278
- #: gallery-plugin.php:1160
279
  msgid "Start Your Trial"
280
  msgstr "Получить пробную версию"
281
 
282
- #: gallery-plugin.php:958
283
- #: gallery-plugin.php:1161
284
- #: gallery-plugin.php:2583
285
  msgid "or"
286
  msgstr "или"
287
 
288
- #: gallery-plugin.php:960
289
- #: gallery-plugin.php:1163
290
  msgid "Learn More"
291
  msgstr "Подробнее"
292
 
293
- #: gallery-plugin.php:968
 
 
 
 
 
 
 
 
294
  msgid "Images with border"
295
  msgstr "Изображения с рамкой"
296
 
297
- #: gallery-plugin.php:971
298
  msgid "Border width in px, just numbers"
299
  msgstr "Ширина рамки в px, только числа"
300
 
301
- #: gallery-plugin.php:972
302
  msgid "Select a border color"
303
  msgstr "Выберите цвет рамки"
304
 
305
- #: gallery-plugin.php:976
306
- msgid "Number of images in the row"
307
- msgstr "Количество изображений в строке"
308
 
309
- #: gallery-plugin.php:982
310
- msgid "Start slideshow"
311
- msgstr "Начать слайдшоу"
312
 
313
- #: gallery-plugin.php:988
314
- msgid "Slideshow interval"
315
- msgstr "Интервал времени при показе слайдшоу"
316
 
317
- #: gallery-plugin.php:994
318
- msgid "Use single lightbox for multiple galleries on one page"
319
- msgstr "Использовать один лайтбокс для нескольких галерей на одной странице"
320
 
321
- #: gallery-plugin.php:1000
322
- msgid "Sort images by"
323
- msgstr "Изображения сортируются по"
 
 
 
 
324
 
325
- #: gallery-plugin.php:1002
326
- msgid "Attachment ID"
327
- msgstr "id изображения"
328
 
329
- #: gallery-plugin.php:1003
330
- msgid "Image Name"
331
- msgstr "названию изображения"
 
 
332
 
333
- #: gallery-plugin.php:1005
334
- msgid "Sorting order in the Gallery"
335
- msgstr "Cортировка по порядку в Галерее"
 
336
 
337
- #: gallery-plugin.php:1006
338
- #: gallery-plugin.php:1026
339
- msgid "Random"
340
- msgstr "произвольно"
341
 
342
- #: gallery-plugin.php:1010
343
- msgid "Sort images"
344
- msgstr "Сортировать изображения"
345
 
346
- #: gallery-plugin.php:1012
347
- #: gallery-plugin.php:1032
348
- msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
349
- msgstr "ASC (в порядке возрастания от наименьшего до наибольшего значения - 1, 2, 3; a, b, c)"
350
 
351
- #: gallery-plugin.php:1013
352
- #: gallery-plugin.php:1033
353
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
354
- msgstr "DESC (по убыванию от самого высокого до самого низкого значения - 3, 2, 1; c, b, a)"
355
 
356
- #: gallery-plugin.php:1017
357
- msgid "Sort galleries by"
358
- msgstr "Галереи сортируются по"
359
 
360
- #: gallery-plugin.php:1019
361
- msgid "Gallery ID"
362
- msgstr "ID галереи"
363
 
364
- #: gallery-plugin.php:1022
365
- msgid "Last modified date"
366
- msgstr "Дата последнего изменения"
367
 
368
- #: gallery-plugin.php:1023
369
- msgid "Comment count"
370
- msgstr "Количество комментариев"
371
 
372
- #: gallery-plugin.php:1024
373
- msgid "Sorting order (the input field for sorting order)"
374
- msgstr "Порядок сортировки (поле ввода для сортировки)"
375
 
376
- #: gallery-plugin.php:1030
377
- msgid "Sort galleries"
378
- msgstr "Сортировать галереи"
379
 
380
- #: gallery-plugin.php:1037
381
- msgid "Display text under the image"
382
- msgstr "Отображение текста под изображением"
383
 
384
- #: gallery-plugin.php:1039
385
- msgid "Turn off the checkbox, if you want to display text just in a lightbox"
386
- msgstr "Отключите чекбокс, если вы хотите отображать текст только в лайтбоксе"
387
 
388
- #: gallery-plugin.php:1043
389
  msgid "Display the Back link"
390
  msgstr "Отображать ссылку Вернуться"
391
 
392
- #: gallery-plugin.php:1049
393
  msgid "Display the Back link in the shortcode"
394
  msgstr "Отображаться ссылку Вернуться в шорткоде"
395
 
396
- #: gallery-plugin.php:1055
397
  msgid "The Back link text"
398
  msgstr "Текст для ссылки Вернуться"
399
 
400
- #: gallery-plugin.php:1061
401
  msgid "The Back link URL"
402
  msgstr "URL для ссылки Вернуться"
403
 
404
- #: gallery-plugin.php:1063
405
  msgid "Gallery page (Page with Gallery Template)"
406
  msgstr "Страница галереи (Страница с Gallery Template)"
407
 
408
- #: gallery-plugin.php:1065
409
  msgid "(Full URL to custom page)"
410
  msgstr "(Полная ссылка на пользовательскую страницу)"
411
 
412
- #: gallery-plugin.php:1069
413
  msgid "The Read More link text"
414
  msgstr "Текст для ссылки Узнать больше"
415
 
416
- #: gallery-plugin.php:1075
417
  msgid "Add gallery to the search"
418
  msgstr "Добавить галерею в поиск"
419
 
420
- #: gallery-plugin.php:1080
421
- #: gallery-plugin.php:1083
422
- #: gallery-plugin.php:1087
423
  msgid "Using"
424
  msgstr "Используя"
425
 
426
- #: gallery-plugin.php:1080
427
- #: gallery-plugin.php:1083
428
- #: gallery-plugin.php:1087
429
  msgid "powered by"
430
  msgstr "разработанный"
431
 
432
- #: gallery-plugin.php:1083
433
- #: gallery-plugin.php:1282
434
  msgid "Activate"
435
  msgstr "Активировать"
436
 
437
- #: gallery-plugin.php:1087
438
  msgid "Download"
439
  msgstr "Загрузить"
440
 
441
- #: gallery-plugin.php:1092
442
  msgid "Rewrite templates after update"
443
  msgstr "Перезапись шаблонов после обновления"
444
 
445
- #: gallery-plugin.php:1094
446
  #, php-format
447
- msgid "Turn off the checkbox, if You edited the file '%s' or '%s' file in your theme folder and You don't want to rewrite them"
448
- msgstr "Отключите чекбокс, если вы внесли изменения в файлы '%s' или '%s' в папке темы, и вы не хотите чтобы они были обновлены"
 
 
 
 
449
 
450
- #: gallery-plugin.php:1105
 
 
 
 
 
 
 
 
451
  msgid "Use pagination for images"
452
  msgstr "Использовать пагинацию для изображений"
453
 
454
- #: gallery-plugin.php:1108
455
  msgid "per page"
456
  msgstr "на странице"
457
 
458
- #: gallery-plugin.php:1112
 
 
 
 
 
 
 
 
 
 
 
 
459
  msgid "The lightbox helper"
460
  msgstr "Вспомогательные элементы в лайтбоксе"
461
 
462
- #: gallery-plugin.php:1114
463
  msgid "Do not use"
464
  msgstr "Не использовать"
465
 
466
- #: gallery-plugin.php:1115
467
  msgid "Button helper"
468
  msgstr "Вспомогательные кнопки"
469
 
470
- #: gallery-plugin.php:1116
471
  msgid "Thumbnail helper"
472
  msgstr "Вспомогательные миниатюры"
473
 
474
- #: gallery-plugin.php:1120
475
  msgid "Display Like buttons in the lightbox"
476
  msgstr "Отображать Like кнопки в лайтбоксе"
477
 
478
- #: gallery-plugin.php:1122
479
  msgid "FaceBook"
480
  msgstr "FaceBook"
481
 
482
- #: gallery-plugin.php:1123
483
  msgid "Twitter"
484
  msgstr "Twitter"
485
 
486
- #: gallery-plugin.php:1124
487
  msgid "Pinterest"
488
  msgstr "Pinterest"
489
 
490
- #: gallery-plugin.php:1125
491
  msgid "Google +1"
492
  msgstr "Google +1"
493
 
494
- #: gallery-plugin.php:1129
495
  msgid "Slug for gallery item"
496
  msgstr "Название для элементов галереи"
497
 
498
- #: gallery-plugin.php:1131
499
  msgid "for any structure of permalinks except the default structure"
500
  msgstr "для любой структуры ссылок, за исключением структуры по умолчанию"
501
 
502
- #: gallery-plugin.php:1135
503
  msgid "Title for lightbox button"
504
  msgstr "Название кнопки в лайтбоксе"
505
 
506
- #: gallery-plugin.php:1141
507
- msgid "Display all images in the lightbox instead of going into a single gallery"
508
- msgstr "Отображать все изображения в лайтбоксе вместо перехода в отдельную галерею"
 
 
509
 
510
- #: gallery-plugin.php:1144
511
  #, php-format
512
  msgid "When using the gallery template or a shortcode with `%s` parameter"
513
  msgstr "Когда используется темплейт галереи или шорткод с параметром `%s`"
514
 
515
- #: gallery-plugin.php:1170
516
  msgid "Save Changes"
517
  msgstr "Сохранить изменения"
518
 
519
- #: gallery-plugin.php:1208
 
 
 
 
 
 
 
 
 
 
 
 
520
  msgid "Support"
521
  msgstr "Поддержка"
522
 
523
- #: gallery-plugin.php:1248
524
  msgid "Updating images..."
525
  msgstr "Обновление изображений..."
526
 
527
- #: gallery-plugin.php:1249
528
  msgid "No image found."
529
  msgstr "Ни одного изображения не найдено."
530
 
531
- #: gallery-plugin.php:1250
532
  msgid "All images are updated."
533
  msgstr "Все изображения были обновлены."
534
 
535
- #: gallery-plugin.php:1251
536
  msgid "Error."
537
  msgstr "Ошибка."
538
 
539
- #: gallery-plugin.php:1262
540
  msgid ""
541
  "You are about to delete these items from this gallery.\n"
542
  " 'Cancel' to stop, 'OK' to delete."
@@ -544,357 +592,380 @@ msgstr ""
544
  "Вы собираетесь удалить эти элементы из этой галереи.\n"
545
  " Нажмите \"Отменить\" чтобы отменить действие или \"OK\" для удаления."
546
 
547
- #: gallery-plugin.php:1263
548
- msgid "Switching to another mode, all unsaved data will be lost. Save data before switching?"
549
- msgstr "При переключение на другой режим все несохраненные данные будут потеряны. Сохранить данные перед переключением?"
 
 
 
 
550
 
551
- #: gallery-plugin.php:1264
552
  msgid "Insert Media"
553
  msgstr "Вставить медиафайл"
554
 
555
- #: gallery-plugin.php:1265
556
  msgid "Insert"
557
  msgstr "Вставить"
558
 
559
- #: gallery-plugin.php:1277
560
  msgid "Learn more"
561
  msgstr "Подробнее"
562
 
563
- #: gallery-plugin.php:1289
564
  msgid "Install now"
565
  msgstr "Установить"
566
 
567
- #: gallery-plugin.php:1298
568
  msgid "Add multiple gallery categories"
569
  msgstr "Добавить несколько категорий галереи"
570
 
571
- #: gallery-plugin.php:1298
572
- msgid "Install Gallery Categories plugin to add unlimited number of categories."
573
- msgstr "Установить плагин Gallery Categories, чтобы иметь возможность добавлять неограниченное количество категорий."
 
 
 
574
 
575
- #: gallery-plugin.php:1573
576
- #: template/gallery-single-template.php:101
577
  msgid "Sorry, nothing found."
578
  msgstr "Извините, ничего не найдено."
579
 
580
- #: gallery-plugin.php:1595
581
- #: template/gallery-single-template.php:120
582
  msgid "Image"
583
  msgstr "Изображение"
584
 
585
- #: gallery-plugin.php:1595
586
- #: template/gallery-single-template.php:19
587
  msgid "Download high resolution image"
588
  msgstr "Скачать изображение в высоком разрешении"
589
 
590
- #: gallery-plugin.php:1725
591
  msgid "Image size not defined"
592
  msgstr "Невозможно определить размер изображения"
593
 
594
- #: gallery-plugin.php:1740
595
- msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
596
- msgstr "Плагин может обновить только PNG, JPEG, GIF, XBM или WPMP типы файлов. Для других, пожалуйста, вручную перезагрузите изображения."
 
 
 
 
597
 
598
- #: gallery-plugin.php:1751
599
  msgid "Image size changes not defined"
600
  msgstr "Не удалось вычислить изменения размеров изображения"
601
 
602
- #: gallery-plugin.php:1780
603
- #: gallery-plugin.php:1783
604
- #: gallery-plugin.php:1788
605
  msgid "Invalid path"
606
  msgstr "Путь к изображению для редактирования некорректный"
607
 
608
- #: gallery-plugin.php:1940
609
  msgid "Add images requires JavaScript."
610
  msgstr "Для добавления изображений необходим JavaScript."
611
 
612
- #: gallery-plugin.php:1943
613
  msgid "Add Media"
614
  msgstr "Добавить медиафайл"
615
 
616
- #: gallery-plugin.php:1953
617
  msgid "The grid view for the Gallery images requires JavaScript."
618
  msgstr "Вид сетки для галереи изображений требует JavaScript."
619
 
620
- #: gallery-plugin.php:1953
621
  msgid "Switch to the list view"
622
  msgstr "Переключиться на список"
623
 
624
- #: gallery-plugin.php:1980
625
  msgid "List View"
626
  msgstr "В виде списка"
627
 
628
- #: gallery-plugin.php:1981
629
  msgid "Grid View"
630
  msgstr "В виде сетки"
631
 
632
- #: gallery-plugin.php:2036
633
  msgid "Filter"
634
  msgstr "Фильтр"
635
 
636
- #: gallery-plugin.php:2040
637
  msgid "Empty Trash"
638
  msgstr "Очистить корзину"
639
 
640
- #: gallery-plugin.php:2061
641
  msgid "No images found"
642
  msgstr "Ни одного изображения не найдено"
643
 
644
- #: gallery-plugin.php:2113
645
  msgid "Select bulk action"
646
  msgstr "Выберите массовое действие"
647
 
648
- #: gallery-plugin.php:2115
649
  msgid "Bulk Actions"
650
  msgstr "Действия"
651
 
652
- #: gallery-plugin.php:2125
653
  msgid "Apply"
654
  msgstr "Применить"
655
 
656
- #: gallery-plugin.php:2132
657
- #: gallery-plugin.php:2312
658
  msgid "Delete from Gallery"
659
  msgstr "Удалить из галереи"
660
 
661
- #: gallery-plugin.php:2145
662
- #: gallery-plugin.php:2159
663
  msgid "Display link to the original file under each image in the lightbox"
664
  msgstr "Показать ссылку на исходный файл под каждым изображением в лайтбоксе"
665
 
666
- #: gallery-plugin.php:2154
667
  msgid "Bulk Select"
668
  msgstr "Выбор"
669
 
670
- #: gallery-plugin.php:2156
671
  msgid "Cancel Selection"
672
  msgstr "Отменить выбор"
673
 
674
- #: gallery-plugin.php:2157
675
  msgid "Delete Selected"
676
  msgstr "Удалить выбранное"
677
 
678
- #: gallery-plugin.php:2171
679
  msgid "File"
680
  msgstr "Файл"
681
 
682
- #: gallery-plugin.php:2172
683
- #: gallery-plugin.php:2261
684
- #: gallery-plugin.php:2370
685
  msgid "Dimensions"
686
  msgstr "Размеры"
687
 
688
- #: gallery-plugin.php:2174
689
- #: gallery-plugin.php:2294
690
- #: gallery-plugin.php:2380
691
  msgid "Alt tag"
692
  msgstr "Тэг \"Alt\""
693
 
694
- #: gallery-plugin.php:2174
695
- #: gallery-plugin.php:2296
696
- msgid "The alt attribute specifies an alternate text for an image, if the image cannot be displayed."
697
- msgstr "Атрибут Alt определяет альтернативный текст для изображения, если изображение не может быть отображено."
 
 
 
698
 
699
- #: gallery-plugin.php:2175
700
- #: gallery-plugin.php:2302
701
- #: gallery-plugin.php:2385
702
  msgid "Custom URL"
703
  msgstr "Пользовательская ссылка"
704
 
705
- #: gallery-plugin.php:2175
706
- #: gallery-plugin.php:2304
707
- msgid "By clicking on the thumbnail you'll go to the link (if the field is filled) or the image will be opened in the lightbox (if the field isn't filled)"
708
- msgstr "Нажав на миниатюру, вы будете перенаправлены по ссылке (если поле заполнено) или изображение будет открыто в лайтбоксе (если поле не заполнено)"
 
 
 
709
 
710
- #: gallery-plugin.php:2253
711
  msgid "Deselect"
712
  msgstr "Отменить выбор"
713
 
714
- #: gallery-plugin.php:2259
715
  msgid "File name"
716
  msgstr "Название файла"
717
 
718
- #: gallery-plugin.php:2260
719
  msgid "File type"
720
  msgstr "Тип файла"
721
 
722
- #: gallery-plugin.php:2264
723
- #: gallery-plugin.php:2366
724
  msgid "Edit Attachment Info"
725
  msgstr "Редактировать информацию"
726
 
727
- #: gallery-plugin.php:2264
728
  msgid "Edit Attachment"
729
  msgstr "Редактировать"
730
 
731
- #: gallery-plugin.php:2274
732
  msgid "Go Pro"
733
  msgstr "Перейти на Pro версию"
734
 
735
- #: gallery-plugin.php:2274
736
  msgid "Pro version"
737
  msgstr "Pro версия"
738
 
739
- #: gallery-plugin.php:2277
740
  msgid "This setting is available in Pro version"
741
  msgstr "Эти настройки доступны в Pro версии"
742
 
743
- #: gallery-plugin.php:2310
744
  msgid "Edit more details"
745
  msgstr "Редактировать детали"
746
 
747
- #: gallery-plugin.php:2345
748
  #, php-format
749
  msgid "Select %s"
750
  msgstr "Выбрать %s"
751
 
752
- #: gallery-plugin.php:2358
753
  #, php-format
754
  msgid "Edit &#8220;%s&#8221;"
755
  msgstr "Изменить &#8220;%s&#8221;"
756
 
757
- #: gallery-plugin.php:2403
758
- #: gallery-plugin.php:2416
759
  msgid "Edit"
760
  msgstr "Изменить"
761
 
762
- #: gallery-plugin.php:2406
763
- #: gallery-plugin.php:2421
764
  msgid "Trash"
765
  msgstr "Удалить"
766
 
767
- #: gallery-plugin.php:2409
768
- #: gallery-plugin.php:2424
769
  msgid "Delete Permanently"
770
  msgstr "Удалить навсегда"
771
 
772
- #: gallery-plugin.php:2411
773
- #: gallery-plugin.php:2429
774
  #, php-format
775
  msgid "View &#8220;%s&#8221;"
776
  msgstr "Просмотр &#8220;%s&#8221;"
777
 
778
- #: gallery-plugin.php:2411
779
- #: gallery-plugin.php:2429
780
  msgid "View"
781
  msgstr "Просмотр"
782
 
783
- #: gallery-plugin.php:2413
784
  msgid "Attach"
785
  msgstr "Прикрепить"
786
 
787
- #: gallery-plugin.php:2419
788
  msgid "Restore"
789
  msgstr "Восстановить"
790
 
791
- #: gallery-plugin.php:2550
792
  msgid "Warning"
793
  msgstr "Внимание"
794
 
795
- #: gallery-plugin.php:2550
796
  msgid "You can add only images to the gallery"
797
  msgstr "Вы можете добавить только изображения в галерею"
798
 
799
- #: gallery-plugin.php:2597
 
 
 
 
800
  msgid "Sorry, no gallery found."
801
  msgstr "Извините, ничего не найдено"
802
 
803
- #: gallery-plugin.php:2603
804
- msgid "Display an album image with the description and the link to a single gallery page"
805
- msgstr "Отобразить изображение альбома с описанием и ссылкой на отдельную страницу галереи"
 
 
 
 
 
 
 
 
806
 
807
- #: inc/demo-data/demo-data-loader.php:78
808
  msgid "Install Demo Data"
809
  msgstr "Установить демо-данные"
810
 
811
- #: inc/demo-data/demo-data-loader.php:79
812
- msgid "If you install the demo-data, will be created galleries with images, demo-post with available shortcodes and page with a list of all the galleries, plugin settings will be overwritten, however, when you delete the demo data, they will be restored."
813
- msgstr "При установке демо-данных будут установлены галереи с изображениями, пост с доступными шорткодами и страница со списком всех галерей, настройки плагина будут перезаписаны, однако, при удалении демо-данных, они будут восстановлены."
814
-
815
- #: inc/demo-data/demo-data-loader.php:82
816
  msgid "Remove Demo Data"
817
  msgstr "Удалить демо-данные"
818
 
819
- #: inc/demo-data/demo-data-loader.php:83
820
  msgid "Delete demo-data and restore old plugin settings."
821
  msgstr "Удалить демо-данные и восстановить старые настройки плагина. "
822
 
823
- #: inc/demo-data/demo-data-loader.php:108
824
  msgid "Yes, install demo data"
825
  msgstr "Да, установить демо-данные"
826
 
827
- #: inc/demo-data/demo-data-loader.php:109
828
  msgid "Are you sure you want to install demo data?"
829
  msgstr "Вы уверены, что хотите установить демо-данные?"
830
 
831
- #: inc/demo-data/demo-data-loader.php:111
832
  msgid "Yes, remove demo data"
833
  msgstr "Да, удалить демо-данные"
834
 
835
- #: inc/demo-data/demo-data-loader.php:112
836
  msgid "Are you sure you want to remove demo data?"
837
  msgstr "Вы уверены, что хотите удалить демо-данные?"
838
 
839
- #: inc/demo-data/demo-data-loader.php:119
840
  msgid "No, go back to the settings page"
841
  msgstr "Нет, вернуться на страницу настроек"
842
 
843
- #: inc/demo-data/demo-data-loader.php:167
844
  msgid "Can not get demo data."
845
  msgstr "Невозможно получить демо-данные."
846
 
847
- #: inc/demo-data/demo-data-loader.php:173
848
  msgid "Demo options already installed."
849
  msgstr "Настройки демо уже установлены."
850
 
851
- #: inc/demo-data/demo-data-loader.php:296
852
  msgid "Demo data successfully installed."
853
  msgstr "Демо-данные успешно установлены."
854
 
855
- #: inc/demo-data/demo-data-loader.php:298
856
  msgid "View post with shortcodes"
857
  msgstr "Просмотрите запись с шорткодами"
858
 
859
- #: inc/demo-data/demo-data-loader.php:301
860
  msgid "View page with examples"
861
  msgstr "Просмотрите запись с примерами"
862
 
863
- #: inc/demo-data/demo-data-loader.php:308
864
  msgid "Installation of demo data with some errors occurred."
865
  msgstr "Установка демо-данных прошла с ошибками."
866
 
867
- #: inc/demo-data/demo-data-loader.php:311
868
  msgid "Posts data is missing."
869
  msgstr "Контент записи отсутствует."
870
 
871
- #: inc/demo-data/demo-data-loader.php:336
872
  msgid "Demo data have already been removed."
873
  msgstr "Демо-данные уже удалены."
874
 
875
- #: inc/demo-data/demo-data-loader.php:383
876
  msgid "Demo data successfully removed."
877
  msgstr "Демо-данные успешно удалены."
878
 
879
- #: inc/demo-data/demo-data-loader.php:386
880
  msgid "Removing demo data with some errors occurred."
881
  msgstr "Удаление демо-данных прошло с ошибками."
882
 
883
- #: inc/demo-data/demo-data-loader.php:517
884
  msgid "Close notice"
885
  msgstr "Закрыть сообщение"
886
 
887
- #: inc/demo-data/demo-data-loader.php:520
888
  msgid "Install demo data"
889
  msgstr "Установить демо-данные"
890
 
891
- #: inc/demo-data/demo-data-loader.php:520
892
  msgid "for an acquaintance with the possibilities of the"
893
  msgstr "для ознакомления с возможностями плагина"
894
 
895
- #: template/gallery-template.php:14
896
- msgid "Gallery Category"
897
- msgstr "Категория галерей"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
898
 
899
  #~ msgid "Notice:"
900
  #~ msgstr "Внимание:"
@@ -915,9 +986,6 @@ msgstr "Категория галерей"
915
  #~ msgid "Download Custom Search"
916
  #~ msgstr "Загрузить Custom Search"
917
 
918
- #~ msgid "Display file URL"
919
- #~ msgstr "Отобразить путь к файлу"
920
-
921
  #~ msgid "URL"
922
  #~ msgstr "Ссылка"
923
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-03-18 10:58+0300\n"
6
+ "PO-Revision-Date: 2016-03-18 11:02+0300\n"
7
+ "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
10
  "MIME-Version: 1.0\n"
12
  "Content-Transfer-Encoding: 8bit\n"
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:45 gallery-plugin.php:882 gallery-plugin.php:1264
20
+ #: gallery-plugin.php:1281
 
 
21
  msgid "Settings"
22
  msgstr "Настройки"
23
 
24
+ #: gallery-plugin.php:126
25
  msgid "See images &raquo;"
26
  msgstr "Смотреть фотографии &raquo;"
27
 
28
+ #: gallery-plugin.php:129
29
  msgid "Return to all albums"
30
  msgstr "Вернуться ко всем альбомам"
31
 
32
+ #: gallery-plugin.php:382
33
  #, php-format
34
+ msgid ""
35
+ "The following files '%s' and '%s' were not found in the directory of your "
36
+ "theme. Please copy them from the directory `%s` to the directory of your "
37
+ "theme for the correct work of the Gallery plugin"
38
+ msgstr ""
39
+ "Файлы '%s' и '%s' не найдены в каталоге вашей темы. Пожалуйста, скопируйте "
40
+ "их из каталога `%s` в директорию вашей темы для корректной работы плагина "
41
+ "Gallery"
42
 
43
+ #: gallery-plugin.php:393 gallery-plugin.php:402
 
44
  msgid "Galleries"
45
  msgstr "Галереи"
46
 
47
+ #: gallery-plugin.php:394 gallery-plugin.php:2671
 
48
  msgid "Gallery"
49
  msgstr "Галерея"
50
 
51
+ #: gallery-plugin.php:395
52
  msgid "Add New Gallery"
53
  msgstr "Добавить новую галерею"
54
 
55
+ #: gallery-plugin.php:396
56
  msgid "Edit Gallery"
57
  msgstr "Редактировать галерею"
58
 
59
+ #: gallery-plugin.php:397
60
  msgid "New Gallery"
61
  msgstr "Новая галерея"
62
 
63
+ #: gallery-plugin.php:398
64
  msgid "View Gallery"
65
  msgstr "Просмотреть галерею"
66
 
67
+ #: gallery-plugin.php:399
68
  msgid "Search Galleries"
69
  msgstr "Искать Галереи"
70
 
71
+ #: gallery-plugin.php:400
72
  msgid "No Gallery found"
73
  msgstr "Ни одной галереи не найдено"
74
 
75
+ #: gallery-plugin.php:457
76
  msgid "Gallery Shortcode"
77
  msgstr "Шорткод для галереи"
78
 
79
+ #: gallery-plugin.php:459 gallery-plugin.php:500 gallery-plugin.php:2654
 
 
80
  msgid "Gallery Categories"
81
  msgstr "Категории галерей"
82
 
83
+ #: gallery-plugin.php:469 gallery-plugin.php:900
 
84
  #, php-format
85
+ msgid ""
86
+ "If you would like to add a Gallery to your page or post, please use %s button"
87
+ msgstr ""
88
+ "Если вы хотите добавить галерею на вашу страницу или пост, то используйте "
89
+ "кнопку %s"
90
 
91
+ #: gallery-plugin.php:474
92
  #, php-format
93
+ msgid ""
94
+ "You can add the Gallery to your page or post by clicking on %s button in the "
95
+ "content edit block using the Visual mode. If the button isn't displayed, "
96
+ "please use the shortcode below"
97
+ msgstr ""
98
+ "Вы можете добавить Галерею на вашу страницу или пост, нажав на кнопку %s в "
99
+ "блоке редактирования контента в режиме Visual. Если кнопка не отображается, "
100
+ "пожалуйста, используйте шорткод ниже."
101
 
102
+ #: gallery-plugin.php:480
103
+ msgid ""
104
+ "Add this shortcode to a page, post or widget to display a single gallery"
105
+ msgstr ""
106
+ "Добавьте этот шорткод на страницу, пост или виджет для отображения отдельной "
107
+ "галереи"
108
 
109
+ #: gallery-plugin.php:483
110
+ msgid ""
111
+ "Use this shortcode to display an album image with the description and the "
112
+ "link to a single gallery page"
113
+ msgstr ""
114
+ "Используйте этот шорткод, чтобы отобразить изображение альбома с описанием и "
115
+ "ссылкой на отдельную страницу галереи"
116
 
117
+ #: gallery-plugin.php:485
118
  msgid "Short display"
119
  msgstr "Отображение альбома"
120
 
121
+ #: gallery-plugin.php:501
122
  msgid "Most Used"
123
  msgstr "Наиболее используемые"
124
 
125
+ #: gallery-plugin.php:506 gallery-plugin.php:1164
 
126
  msgid "Default"
127
  msgstr "По умолчанию"
128
 
129
+ #: gallery-plugin.php:511
130
  msgid "Add New Gallery Category"
131
  msgstr "Добавить новую категорию галерей"
132
 
133
+ #: gallery-plugin.php:516
134
  msgid "Install plugin"
135
  msgstr "Установить плагин"
136
 
137
+ #: gallery-plugin.php:674 gallery-plugin.php:2246 gallery-plugin.php:2361
138
+ #: gallery-plugin.php:2448
 
 
 
139
  msgid "Title"
140
  msgstr "Название"
141
 
142
+ #: gallery-plugin.php:675
 
143
  msgid "Author"
144
  msgstr "Автор"
145
 
146
+ #: gallery-plugin.php:676
147
  msgid "Shortcode"
148
  msgstr "Шорткод"
149
 
150
+ #: gallery-plugin.php:677
151
  msgid "Photos"
152
  msgstr "Фото"
153
 
154
+ #: gallery-plugin.php:678
 
 
155
  msgid "Date"
156
  msgstr "Дата"
157
 
158
+ #: gallery-plugin.php:851
159
  msgid "Settings are saved"
160
  msgstr "Опции сохранены"
161
 
162
+ #: gallery-plugin.php:868
163
  msgid "All plugin settings were restored."
164
  msgstr "Настройки плагина восстановлены."
165
 
166
+ #: gallery-plugin.php:880
167
  msgid "Gallery Settings"
168
  msgstr "Настройки Gallery"
169
 
170
+ #: gallery-plugin.php:883
 
 
 
 
 
171
  msgid "Go PRO"
172
  msgstr "Перейти на Pro версию"
173
 
174
+ #: gallery-plugin.php:893
175
  msgid "Please enable JavaScript to use the option to renew images."
176
+ msgstr ""
177
+ "Пожалуйста, включите javascript для использования опции обновления "
178
+ "изображений."
179
 
180
+ #: gallery-plugin.php:905
181
  #, php-format
182
+ msgid ""
183
+ "You can add the Gallery to your page or post by clicking on %s button in the "
184
+ "content edit block using the Visual mode. If the button isn't displayed, "
185
+ "please use the shortcode %s, where * stands for gallery ID"
186
+ msgstr ""
187
+ "Вы можете добавить Галерею на вашу страницу или пост, нажав на кнопку %s в "
188
+ "блоке редактирования контента в режиме Visual. Если кнопка не отображается, "
189
+ "пожалуйста, используйте шорткод %s, где * обозначает ID галереи"
190
 
191
+ #: gallery-plugin.php:915
192
+ msgid "Number of images in the row"
193
+ msgstr "Количество изображений в строке"
194
 
195
+ #: gallery-plugin.php:917
196
+ msgid ""
197
+ "The number of images per row can be less depending on the width of the "
198
+ "parent block"
199
+ msgstr ""
200
+ "Количество изображений в строке может быть меньше в зависимости от ширины "
201
+ "родительского блока"
202
 
203
+ #: gallery-plugin.php:921 gallery-plugin.php:947
 
 
204
  msgid "Image size"
205
  msgstr "Название размера изображения"
206
 
207
+ #: gallery-plugin.php:924
208
+ msgid ""
209
+ "WordPress will create a new thumbnail with the specified dimensions when you "
210
+ "upload a new photo."
211
+ msgstr ""
212
+ "WordPress создаст новую миниатюру с заданными размерами при загрузке новой "
213
+ "фотографии."
214
 
215
+ #: gallery-plugin.php:926
216
+ msgid "For the album cover"
217
+ msgstr "Для обложки альбома галереи"
 
218
 
219
+ #: gallery-plugin.php:927 gallery-plugin.php:931 gallery-plugin.php:952
220
+ msgid "width x height"
221
+ msgstr "ширина x высота"
222
 
223
+ #: gallery-plugin.php:927 gallery-plugin.php:931 gallery-plugin.php:952
224
+ msgid "in px"
225
+ msgstr " в px"
226
 
227
+ #: gallery-plugin.php:930
228
+ msgid "For thumbnails"
229
+ msgstr "Для миниатюр"
 
 
230
 
231
+ #: gallery-plugin.php:934
232
+ msgid "Update images for gallery"
233
+ msgstr "Обновить все изображения для галереи"
234
 
235
+ #: gallery-plugin.php:943 gallery-plugin.php:1142 gallery-plugin.php:1365
236
+ msgid "Close"
237
+ msgstr "Закрыть"
238
 
239
+ #: gallery-plugin.php:950
240
+ msgid "For images in the lightbox"
241
+ msgstr "Для изображений в лайтбоксе"
242
 
243
+ #: gallery-plugin.php:954
244
  msgid "Display a full size image in the lightbox"
245
  msgstr "Если вы хотите отображать полное изображение в лайтбоксе"
246
 
247
+ #: gallery-plugin.php:959
248
  msgid "Crop position"
249
  msgstr "Позиция обрезки"
250
 
251
+ #: gallery-plugin.php:963 gallery-plugin.php:969
 
252
  msgid "center"
253
  msgstr "центр"
254
 
255
+ #: gallery-plugin.php:965
256
  msgid "Horizontal"
257
  msgstr "Горизонтальная"
258
 
259
+ #: gallery-plugin.php:971
260
  msgid "Vertical"
261
  msgstr "Вертикальная"
262
 
263
+ #: gallery-plugin.php:976
264
+ msgid "Single gallery view"
265
+ msgstr "Вид галереи"
266
 
267
+ #: gallery-plugin.php:979
268
+ msgid "Grid"
269
+ msgstr "Сетка"
270
 
271
+ #: gallery-plugin.php:980
272
+ msgid "Masonry"
273
+ msgstr "Masonry"
274
 
275
+ #: gallery-plugin.php:986 gallery-plugin.php:1207
276
+ msgid ""
277
+ "If you upgrade to Pro version all your settings and galleries will be saved."
278
  msgstr "При переходе на Pro версию все ваши настройки и галереи сохраняются."
279
 
280
+ #: gallery-plugin.php:993 gallery-plugin.php:1214
 
281
  msgid "Unlock premium options by upgrading to Pro version"
282
  msgstr "Активируйте премиум опции обновившись до Pro версии"
283
 
284
+ #: gallery-plugin.php:997 gallery-plugin.php:1218
 
285
  msgid "Start Your Trial"
286
  msgstr "Получить пробную версию"
287
 
288
+ #: gallery-plugin.php:998 gallery-plugin.php:1219 gallery-plugin.php:2656
 
 
289
  msgid "or"
290
  msgstr "или"
291
 
292
+ #: gallery-plugin.php:1000 gallery-plugin.php:1221
 
293
  msgid "Learn More"
294
  msgstr "Подробнее"
295
 
296
+ #: gallery-plugin.php:1008 gallery-plugin.php:1146
297
+ msgid "Display image text"
298
+ msgstr "Отображать текст к изображениям"
299
+
300
+ #: gallery-plugin.php:1010
301
+ msgid "Turn off the checkbox, if you want to display text just in a lightbox"
302
+ msgstr "Отключите чекбокс, если вы хотите отображать текст только в лайтбоксе"
303
+
304
+ #: gallery-plugin.php:1014
305
  msgid "Images with border"
306
  msgstr "Изображения с рамкой"
307
 
308
+ #: gallery-plugin.php:1018
309
  msgid "Border width in px, just numbers"
310
  msgstr "Ширина рамки в px, только числа"
311
 
312
+ #: gallery-plugin.php:1019
313
  msgid "Select a border color"
314
  msgstr "Выберите цвет рамки"
315
 
316
+ #: gallery-plugin.php:1024
317
+ msgid "Sort images"
318
+ msgstr "Сортировать изображения"
319
 
320
+ #: gallery-plugin.php:1027
321
+ msgid "by Attachment ID"
322
+ msgstr "по ID изображения"
323
 
324
+ #: gallery-plugin.php:1028
325
+ msgid "by Image Name"
326
+ msgstr "по Названию изображения"
327
 
328
+ #: gallery-plugin.php:1029 gallery-plugin.php:1050
329
+ msgid "by Date"
330
+ msgstr "по Дате"
331
 
332
+ #: gallery-plugin.php:1030
333
+ msgid "by Sorting order in the Gallery"
334
+ msgstr "по Порядку сортировки в Галерее"
335
+
336
+ #: gallery-plugin.php:1031 gallery-plugin.php:1055
337
+ msgid "Random"
338
+ msgstr "Произвольно"
339
 
340
+ #: gallery-plugin.php:1036
341
+ msgid "The images sort order"
342
+ msgstr "Порядок сортировки изображений"
343
 
344
+ #: gallery-plugin.php:1039 gallery-plugin.php:1063
345
+ msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
346
+ msgstr ""
347
+ "ASC (в порядке возрастания от наименьшего до наибольшего значения - 1, 2, 3; "
348
+ "а, б, в)"
349
 
350
+ #: gallery-plugin.php:1040 gallery-plugin.php:1064
351
+ msgid ""
352
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
353
+ msgstr "DESC (по убыванию от наибольшего до наименьшего - 3, 2, 1; в, б, а)"
354
 
355
+ #: gallery-plugin.php:1045
356
+ msgid "Sort galleries"
357
+ msgstr "Сортировать галереи"
 
358
 
359
+ #: gallery-plugin.php:1048
360
+ msgid "by Gallery ID"
361
+ msgstr "по ID галереи"
362
 
363
+ #: gallery-plugin.php:1049
364
+ msgid "by Title"
365
+ msgstr "по Названию"
 
366
 
367
+ #: gallery-plugin.php:1051
368
+ msgid "by Last modified date"
369
+ msgstr "по Дате последнего изменения"
 
370
 
371
+ #: gallery-plugin.php:1052
372
+ msgid "by Comment count"
373
+ msgstr "по Количеству комментариев"
374
 
375
+ #: gallery-plugin.php:1053
376
+ msgid "by Sorting order (the input field for sorting order)"
377
+ msgstr "по Порядку сортировки (поле ввода для сортировки)"
378
 
379
+ #: gallery-plugin.php:1054
380
+ msgid "by Author"
381
+ msgstr "по Автору"
382
 
383
+ #: gallery-plugin.php:1060
384
+ msgid "The galleries sort order"
385
+ msgstr "Порядок сортировки галерей"
386
 
387
+ #: gallery-plugin.php:1069
388
+ msgid "Start slideshow"
389
+ msgstr "Начать слайдшоу"
390
 
391
+ #: gallery-plugin.php:1072
392
+ msgid "Slideshow interval"
393
+ msgstr "Интервал времени при показе слайдшоу"
394
 
395
+ #: gallery-plugin.php:1072
396
+ msgid "(ms)"
397
+ msgstr "(мс)"
398
 
399
+ #: gallery-plugin.php:1076
400
+ msgid "Use single lightbox for multiple galleries on one page"
401
+ msgstr "Использовать один лайтбокс для нескольких галерей на одной странице"
402
 
403
+ #: gallery-plugin.php:1082
404
  msgid "Display the Back link"
405
  msgstr "Отображать ссылку Вернуться"
406
 
407
+ #: gallery-plugin.php:1088
408
  msgid "Display the Back link in the shortcode"
409
  msgstr "Отображаться ссылку Вернуться в шорткоде"
410
 
411
+ #: gallery-plugin.php:1094
412
  msgid "The Back link text"
413
  msgstr "Текст для ссылки Вернуться"
414
 
415
+ #: gallery-plugin.php:1100
416
  msgid "The Back link URL"
417
  msgstr "URL для ссылки Вернуться"
418
 
419
+ #: gallery-plugin.php:1103
420
  msgid "Gallery page (Page with Gallery Template)"
421
  msgstr "Страница галереи (Страница с Gallery Template)"
422
 
423
+ #: gallery-plugin.php:1105
424
  msgid "(Full URL to custom page)"
425
  msgstr "(Полная ссылка на пользовательскую страницу)"
426
 
427
+ #: gallery-plugin.php:1110
428
  msgid "The Read More link text"
429
  msgstr "Текст для ссылки Узнать больше"
430
 
431
+ #: gallery-plugin.php:1116
432
  msgid "Add gallery to the search"
433
  msgstr "Добавить галерею в поиск"
434
 
435
+ #: gallery-plugin.php:1121 gallery-plugin.php:1124 gallery-plugin.php:1128
 
 
436
  msgid "Using"
437
  msgstr "Используя"
438
 
439
+ #: gallery-plugin.php:1121 gallery-plugin.php:1124 gallery-plugin.php:1128
 
 
440
  msgid "powered by"
441
  msgstr "разработанный"
442
 
443
+ #: gallery-plugin.php:1124 gallery-plugin.php:1340
 
444
  msgid "Activate"
445
  msgstr "Активировать"
446
 
447
+ #: gallery-plugin.php:1128
448
  msgid "Download"
449
  msgstr "Загрузить"
450
 
451
+ #: gallery-plugin.php:1133
452
  msgid "Rewrite templates after update"
453
  msgstr "Перезапись шаблонов после обновления"
454
 
455
+ #: gallery-plugin.php:1135
456
  #, php-format
457
+ msgid ""
458
+ "Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
459
+ "theme folder and You don't want to rewrite them"
460
+ msgstr ""
461
+ "Отключите чекбокс, если вы внесли изменения в файлы '%s' или '%s' в папке "
462
+ "темы, и вы не хотите чтобы они были обновлены"
463
 
464
+ #: gallery-plugin.php:1149
465
+ msgid "Under image"
466
+ msgstr "Под изображением"
467
+
468
+ #: gallery-plugin.php:1150
469
+ msgid "By mouse hover"
470
+ msgstr "По наведению мыши"
471
+
472
+ #: gallery-plugin.php:1155
473
  msgid "Use pagination for images"
474
  msgstr "Использовать пагинацию для изображений"
475
 
476
+ #: gallery-plugin.php:1158
477
  msgid "per page"
478
  msgstr "на странице"
479
 
480
+ #: gallery-plugin.php:1162
481
+ msgid "Lightbox background"
482
+ msgstr "Фон лайтбокса"
483
+
484
+ #: gallery-plugin.php:1165
485
+ msgid "Background transparency (from 0 to 1)"
486
+ msgstr "Прозрачность для фона (от 0 до 1)"
487
+
488
+ #: gallery-plugin.php:1166
489
+ msgid "Select a background color"
490
+ msgstr "Выберите цвет фона"
491
+
492
+ #: gallery-plugin.php:1170
493
  msgid "The lightbox helper"
494
  msgstr "Вспомогательные элементы в лайтбоксе"
495
 
496
+ #: gallery-plugin.php:1172
497
  msgid "Do not use"
498
  msgstr "Не использовать"
499
 
500
+ #: gallery-plugin.php:1173
501
  msgid "Button helper"
502
  msgstr "Вспомогательные кнопки"
503
 
504
+ #: gallery-plugin.php:1174
505
  msgid "Thumbnail helper"
506
  msgstr "Вспомогательные миниатюры"
507
 
508
+ #: gallery-plugin.php:1178
509
  msgid "Display Like buttons in the lightbox"
510
  msgstr "Отображать Like кнопки в лайтбоксе"
511
 
512
+ #: gallery-plugin.php:1180
513
  msgid "FaceBook"
514
  msgstr "FaceBook"
515
 
516
+ #: gallery-plugin.php:1181
517
  msgid "Twitter"
518
  msgstr "Twitter"
519
 
520
+ #: gallery-plugin.php:1182
521
  msgid "Pinterest"
522
  msgstr "Pinterest"
523
 
524
+ #: gallery-plugin.php:1183
525
  msgid "Google +1"
526
  msgstr "Google +1"
527
 
528
+ #: gallery-plugin.php:1187
529
  msgid "Slug for gallery item"
530
  msgstr "Название для элементов галереи"
531
 
532
+ #: gallery-plugin.php:1189
533
  msgid "for any structure of permalinks except the default structure"
534
  msgstr "для любой структуры ссылок, за исключением структуры по умолчанию"
535
 
536
+ #: gallery-plugin.php:1193
537
  msgid "Title for lightbox button"
538
  msgstr "Название кнопки в лайтбоксе"
539
 
540
+ #: gallery-plugin.php:1199
541
+ msgid ""
542
+ "Display all images in the lightbox instead of going into a single gallery"
543
+ msgstr ""
544
+ "Отображать все изображения в лайтбоксе вместо перехода в отдельную галерею"
545
 
546
+ #: gallery-plugin.php:1202
547
  #, php-format
548
  msgid "When using the gallery template or a shortcode with `%s` parameter"
549
  msgstr "Когда используется темплейт галереи или шорткод с параметром `%s`"
550
 
551
+ #: gallery-plugin.php:1228
552
  msgid "Save Changes"
553
  msgstr "Сохранить изменения"
554
 
555
+ #: gallery-plugin.php:1233
556
+ msgid ""
557
+ "If you install the demo-data, will be created galleries with images, demo-"
558
+ "post with available shortcodes and page with a list of all the galleries."
559
+ msgstr ""
560
+ "При установке демо-данных будут созданы галереи с изображениями, пост с "
561
+ "доступными шорткодами и страница со списком всех галерей."
562
+
563
+ #: gallery-plugin.php:1265
564
+ msgid "FAQ"
565
+ msgstr "FAQ"
566
+
567
+ #: gallery-plugin.php:1266
568
  msgid "Support"
569
  msgstr "Поддержка"
570
 
571
+ #: gallery-plugin.php:1305
572
  msgid "Updating images..."
573
  msgstr "Обновление изображений..."
574
 
575
+ #: gallery-plugin.php:1306
576
  msgid "No image found."
577
  msgstr "Ни одного изображения не найдено."
578
 
579
+ #: gallery-plugin.php:1307
580
  msgid "All images are updated."
581
  msgstr "Все изображения были обновлены."
582
 
583
+ #: gallery-plugin.php:1308
584
  msgid "Error."
585
  msgstr "Ошибка."
586
 
587
+ #: gallery-plugin.php:1320
588
  msgid ""
589
  "You are about to delete these items from this gallery.\n"
590
  " 'Cancel' to stop, 'OK' to delete."
592
  "Вы собираетесь удалить эти элементы из этой галереи.\n"
593
  " Нажмите \"Отменить\" чтобы отменить действие или \"OK\" для удаления."
594
 
595
+ #: gallery-plugin.php:1321
596
+ msgid ""
597
+ "Switching to another mode, all unsaved data will be lost. Save data before "
598
+ "switching?"
599
+ msgstr ""
600
+ "При переключение на другой режим все несохраненные данные будут потеряны. "
601
+ "Сохранить данные перед переключением?"
602
 
603
+ #: gallery-plugin.php:1322
604
  msgid "Insert Media"
605
  msgstr "Вставить медиафайл"
606
 
607
+ #: gallery-plugin.php:1323
608
  msgid "Insert"
609
  msgstr "Вставить"
610
 
611
+ #: gallery-plugin.php:1335
612
  msgid "Learn more"
613
  msgstr "Подробнее"
614
 
615
+ #: gallery-plugin.php:1347
616
  msgid "Install now"
617
  msgstr "Установить"
618
 
619
+ #: gallery-plugin.php:1356
620
  msgid "Add multiple gallery categories"
621
  msgstr "Добавить несколько категорий галереи"
622
 
623
+ #: gallery-plugin.php:1356
624
+ msgid ""
625
+ "Install Gallery Categories plugin to add unlimited number of categories."
626
+ msgstr ""
627
+ "Установить плагин Gallery Categories, чтобы иметь возможность добавлять "
628
+ "неограниченное количество категорий."
629
 
630
+ #: gallery-plugin.php:1640 template/gallery-single-template.php:103
 
631
  msgid "Sorry, nothing found."
632
  msgstr "Извините, ничего не найдено."
633
 
634
+ #: gallery-plugin.php:1653 template/gallery-single-template.php:124
 
635
  msgid "Image"
636
  msgstr "Изображение"
637
 
638
+ #: gallery-plugin.php:1653 template/gallery-single-template.php:19
 
639
  msgid "Download high resolution image"
640
  msgstr "Скачать изображение в высоком разрешении"
641
 
642
+ #: gallery-plugin.php:1783
643
  msgid "Image size not defined"
644
  msgstr "Невозможно определить размер изображения"
645
 
646
+ #: gallery-plugin.php:1798
647
+ msgid ""
648
+ "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
649
+ "manually reload image."
650
+ msgstr ""
651
+ "Плагин может обновить только PNG, JPEG, GIF, XBM или WPMP типы файлов. Для "
652
+ "других, пожалуйста, вручную перезагрузите изображения."
653
 
654
+ #: gallery-plugin.php:1809
655
  msgid "Image size changes not defined"
656
  msgstr "Не удалось вычислить изменения размеров изображения"
657
 
658
+ #: gallery-plugin.php:1838 gallery-plugin.php:1841 gallery-plugin.php:1846
 
 
659
  msgid "Invalid path"
660
  msgstr "Путь к изображению для редактирования некорректный"
661
 
662
+ #: gallery-plugin.php:2014
663
  msgid "Add images requires JavaScript."
664
  msgstr "Для добавления изображений необходим JavaScript."
665
 
666
+ #: gallery-plugin.php:2017
667
  msgid "Add Media"
668
  msgstr "Добавить медиафайл"
669
 
670
+ #: gallery-plugin.php:2027
671
  msgid "The grid view for the Gallery images requires JavaScript."
672
  msgstr "Вид сетки для галереи изображений требует JavaScript."
673
 
674
+ #: gallery-plugin.php:2027
675
  msgid "Switch to the list view"
676
  msgstr "Переключиться на список"
677
 
678
+ #: gallery-plugin.php:2054
679
  msgid "List View"
680
  msgstr "В виде списка"
681
 
682
+ #: gallery-plugin.php:2055
683
  msgid "Grid View"
684
  msgstr "В виде сетки"
685
 
686
+ #: gallery-plugin.php:2110
687
  msgid "Filter"
688
  msgstr "Фильтр"
689
 
690
+ #: gallery-plugin.php:2114
691
  msgid "Empty Trash"
692
  msgstr "Очистить корзину"
693
 
694
+ #: gallery-plugin.php:2135
695
  msgid "No images found"
696
  msgstr "Ни одного изображения не найдено"
697
 
698
+ #: gallery-plugin.php:2187
699
  msgid "Select bulk action"
700
  msgstr "Выберите массовое действие"
701
 
702
+ #: gallery-plugin.php:2189
703
  msgid "Bulk Actions"
704
  msgstr "Действия"
705
 
706
+ #: gallery-plugin.php:2199
707
  msgid "Apply"
708
  msgstr "Применить"
709
 
710
+ #: gallery-plugin.php:2206 gallery-plugin.php:2385
 
711
  msgid "Delete from Gallery"
712
  msgstr "Удалить из галереи"
713
 
714
+ #: gallery-plugin.php:2219 gallery-plugin.php:2233
 
715
  msgid "Display link to the original file under each image in the lightbox"
716
  msgstr "Показать ссылку на исходный файл под каждым изображением в лайтбоксе"
717
 
718
+ #: gallery-plugin.php:2228
719
  msgid "Bulk Select"
720
  msgstr "Выбор"
721
 
722
+ #: gallery-plugin.php:2230
723
  msgid "Cancel Selection"
724
  msgstr "Отменить выбор"
725
 
726
+ #: gallery-plugin.php:2231
727
  msgid "Delete Selected"
728
  msgstr "Удалить выбранное"
729
 
730
+ #: gallery-plugin.php:2244
731
  msgid "File"
732
  msgstr "Файл"
733
 
734
+ #: gallery-plugin.php:2245 gallery-plugin.php:2334 gallery-plugin.php:2443
 
 
735
  msgid "Dimensions"
736
  msgstr "Размеры"
737
 
738
+ #: gallery-plugin.php:2247 gallery-plugin.php:2367 gallery-plugin.php:2453
 
 
739
  msgid "Alt tag"
740
  msgstr "Тэг \"Alt\""
741
 
742
+ #: gallery-plugin.php:2247 gallery-plugin.php:2369
743
+ msgid ""
744
+ "The alt attribute specifies an alternate text for an image, if the image "
745
+ "cannot be displayed."
746
+ msgstr ""
747
+ "Атрибут Alt определяет альтернативный текст для изображения, если "
748
+ "изображение не может быть отображено."
749
 
750
+ #: gallery-plugin.php:2248 gallery-plugin.php:2375 gallery-plugin.php:2458
 
 
751
  msgid "Custom URL"
752
  msgstr "Пользовательская ссылка"
753
 
754
+ #: gallery-plugin.php:2248 gallery-plugin.php:2377
755
+ msgid ""
756
+ "By clicking on the thumbnail you'll go to the link (if the field is filled) "
757
+ "or the image will be opened in the lightbox (if the field isn't filled)"
758
+ msgstr ""
759
+ "Нажав на миниатюру, вы будете перенаправлены по ссылке (если поле заполнено) "
760
+ "или изображение будет открыто в лайтбоксе (если поле не заполнено)"
761
 
762
+ #: gallery-plugin.php:2326
763
  msgid "Deselect"
764
  msgstr "Отменить выбор"
765
 
766
+ #: gallery-plugin.php:2332
767
  msgid "File name"
768
  msgstr "Название файла"
769
 
770
+ #: gallery-plugin.php:2333
771
  msgid "File type"
772
  msgstr "Тип файла"
773
 
774
+ #: gallery-plugin.php:2337 gallery-plugin.php:2439
 
775
  msgid "Edit Attachment Info"
776
  msgstr "Редактировать информацию"
777
 
778
+ #: gallery-plugin.php:2337
779
  msgid "Edit Attachment"
780
  msgstr "Редактировать"
781
 
782
+ #: gallery-plugin.php:2347
783
  msgid "Go Pro"
784
  msgstr "Перейти на Pro версию"
785
 
786
+ #: gallery-plugin.php:2347
787
  msgid "Pro version"
788
  msgstr "Pro версия"
789
 
790
+ #: gallery-plugin.php:2350
791
  msgid "This setting is available in Pro version"
792
  msgstr "Эти настройки доступны в Pro версии"
793
 
794
+ #: gallery-plugin.php:2383
795
  msgid "Edit more details"
796
  msgstr "Редактировать детали"
797
 
798
+ #: gallery-plugin.php:2418
799
  #, php-format
800
  msgid "Select %s"
801
  msgstr "Выбрать %s"
802
 
803
+ #: gallery-plugin.php:2431
804
  #, php-format
805
  msgid "Edit &#8220;%s&#8221;"
806
  msgstr "Изменить &#8220;%s&#8221;"
807
 
808
+ #: gallery-plugin.php:2476 gallery-plugin.php:2489
 
809
  msgid "Edit"
810
  msgstr "Изменить"
811
 
812
+ #: gallery-plugin.php:2479 gallery-plugin.php:2494
 
813
  msgid "Trash"
814
  msgstr "Удалить"
815
 
816
+ #: gallery-plugin.php:2482 gallery-plugin.php:2497
 
817
  msgid "Delete Permanently"
818
  msgstr "Удалить навсегда"
819
 
820
+ #: gallery-plugin.php:2484 gallery-plugin.php:2502
 
821
  #, php-format
822
  msgid "View &#8220;%s&#8221;"
823
  msgstr "Просмотр &#8220;%s&#8221;"
824
 
825
+ #: gallery-plugin.php:2484 gallery-plugin.php:2502
 
826
  msgid "View"
827
  msgstr "Просмотр"
828
 
829
+ #: gallery-plugin.php:2486
830
  msgid "Attach"
831
  msgstr "Прикрепить"
832
 
833
+ #: gallery-plugin.php:2492
834
  msgid "Restore"
835
  msgstr "Восстановить"
836
 
837
+ #: gallery-plugin.php:2623
838
  msgid "Warning"
839
  msgstr "Внимание"
840
 
841
+ #: gallery-plugin.php:2623
842
  msgid "You can add only images to the gallery"
843
  msgstr "Вы можете добавить только изображения в галерею"
844
 
845
+ #: gallery-plugin.php:2665
846
+ msgid "no title"
847
+ msgstr "без названия"
848
+
849
+ #: gallery-plugin.php:2673
850
  msgid "Sorry, no gallery found."
851
  msgstr "Извините, ничего не найдено"
852
 
853
+ #: gallery-plugin.php:2679
854
+ msgid ""
855
+ "Display an album image with the description and the link to a single gallery "
856
+ "page"
857
+ msgstr ""
858
+ "Отобразить изображение альбома с описанием и ссылкой на отдельную страницу "
859
+ "галереи"
860
+
861
+ #: template/gallery-template.php:14
862
+ msgid "Gallery Category"
863
+ msgstr "Категория галерей"
864
 
865
+ #: inc/demo-data/class-bws-demo-data.php:31
866
  msgid "Install Demo Data"
867
  msgstr "Установить демо-данные"
868
 
869
+ #: inc/demo-data/class-bws-demo-data.php:34
 
 
 
 
870
  msgid "Remove Demo Data"
871
  msgstr "Удалить демо-данные"
872
 
873
+ #: inc/demo-data/class-bws-demo-data.php:35
874
  msgid "Delete demo-data and restore old plugin settings."
875
  msgstr "Удалить демо-данные и восстановить старые настройки плагина. "
876
 
877
+ #: inc/demo-data/class-bws-demo-data.php:53
878
  msgid "Yes, install demo data"
879
  msgstr "Да, установить демо-данные"
880
 
881
+ #: inc/demo-data/class-bws-demo-data.php:54
882
  msgid "Are you sure you want to install demo data?"
883
  msgstr "Вы уверены, что хотите установить демо-данные?"
884
 
885
+ #: inc/demo-data/class-bws-demo-data.php:56
886
  msgid "Yes, remove demo data"
887
  msgstr "Да, удалить демо-данные"
888
 
889
+ #: inc/demo-data/class-bws-demo-data.php:57
890
  msgid "Are you sure you want to remove demo data?"
891
  msgstr "Вы уверены, что хотите удалить демо-данные?"
892
 
893
+ #: inc/demo-data/class-bws-demo-data.php:64
894
  msgid "No, go back to the settings page"
895
  msgstr "Нет, вернуться на страницу настроек"
896
 
897
+ #: inc/demo-data/class-bws-demo-data.php:119
898
  msgid "Can not get demo data."
899
  msgstr "Невозможно получить демо-данные."
900
 
901
+ #: inc/demo-data/class-bws-demo-data.php:126
902
  msgid "Demo options already installed."
903
  msgstr "Настройки демо уже установлены."
904
 
905
+ #: inc/demo-data/class-bws-demo-data.php:355
906
  msgid "Demo data successfully installed."
907
  msgstr "Демо-данные успешно установлены."
908
 
909
+ #: inc/demo-data/class-bws-demo-data.php:357
910
  msgid "View post with shortcodes"
911
  msgstr "Просмотрите запись с шорткодами"
912
 
913
+ #: inc/demo-data/class-bws-demo-data.php:360
914
  msgid "View page with examples"
915
  msgstr "Просмотрите запись с примерами"
916
 
917
+ #: inc/demo-data/class-bws-demo-data.php:369
918
  msgid "Installation of demo data with some errors occurred."
919
  msgstr "Установка демо-данных прошла с ошибками."
920
 
921
+ #: inc/demo-data/class-bws-demo-data.php:372
922
  msgid "Posts data is missing."
923
  msgstr "Контент записи отсутствует."
924
 
925
+ #: inc/demo-data/class-bws-demo-data.php:446
926
  msgid "Demo data have already been removed."
927
  msgstr "Демо-данные уже удалены."
928
 
929
+ #: inc/demo-data/class-bws-demo-data.php:503
930
  msgid "Demo data successfully removed."
931
  msgstr "Демо-данные успешно удалены."
932
 
933
+ #: inc/demo-data/class-bws-demo-data.php:507
934
  msgid "Removing demo data with some errors occurred."
935
  msgstr "Удаление демо-данных прошло с ошибками."
936
 
937
+ #: inc/demo-data/class-bws-demo-data.php:576
938
  msgid "Close notice"
939
  msgstr "Закрыть сообщение"
940
 
941
+ #: inc/demo-data/class-bws-demo-data.php:580
942
  msgid "Install demo data"
943
  msgstr "Установить демо-данные"
944
 
945
+ #: inc/demo-data/class-bws-demo-data.php:580
946
  msgid "for an acquaintance with the possibilities of the"
947
  msgstr "для ознакомления с возможностями плагина"
948
 
949
+ #~ msgid "Sort images by"
950
+ #~ msgstr "Изображения сортируются по"
951
+
952
+ #~ msgid "Sort galleries by"
953
+ #~ msgstr "Галереи сортируются по"
954
+
955
+ #~ msgid "Width (in px)"
956
+ #~ msgstr "Ширина (в px)"
957
+
958
+ #~ msgid "Height (in px)"
959
+ #~ msgstr "Высота (в px)"
960
+
961
+ #~ msgid "Max width (in px)"
962
+ #~ msgstr "Макс. ширина (в px)"
963
+
964
+ #~ msgid "Max height (in px)"
965
+ #~ msgstr "Макс. высота (в px)"
966
+
967
+ #~ msgid "Display text under the image"
968
+ #~ msgstr "Отображение текста под изображением"
969
 
970
  #~ msgid "Notice:"
971
  #~ msgstr "Внимание:"
986
  #~ msgid "Download Custom Search"
987
  #~ msgstr "Загрузить Custom Search"
988
 
 
 
 
989
  #~ msgid "URL"
990
  #~ msgstr "Ссылка"
991
 
languages/gallery-plugin-sk_SK.mo CHANGED
Binary file
languages/gallery-plugin-sk_SK.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-10-06 15:09+0300\n"
6
- "PO-Revision-Date: 2015-10-06 15:09+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Michal Králik <ja@michalkralik.sk>\n"
9
  "Language: sk_SK\n"
@@ -12,920 +12,979 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
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:45
20
- #: gallery-plugin.php:830
21
- #: gallery-plugin.php:1206
22
- #: gallery-plugin.php:1223
23
  msgid "Settings"
24
  msgstr "Nastavenia"
25
 
26
- #: gallery-plugin.php:110
27
  msgid "See images &raquo;"
28
  msgstr "Vidieť fotky &raquo;"
29
 
30
- #: gallery-plugin.php:113
31
  msgid "Return to all albums"
32
  msgstr ""
33
 
34
- #: gallery-plugin.php:342
35
  #, fuzzy, php-format
36
- msgid "The following files '%s' and '%s' were not found in the directory of your theme. Please copy them from the directory `%s` to the directory of your theme for the correct work of the Gallery plugin"
37
- msgstr "Nasledujúci súbor \"gallery-template.php\" a \"gallery-single-template.php\" nebol nájdený v priečinku vo vašej téme. Prosím skopírujte ich z `/wp-content/plugins/gallery-plugin/template/` do priečinku vašej témy pre správnu prácu pluginu Galérie."
 
 
 
 
 
 
 
38
 
39
- #: gallery-plugin.php:353
40
- #: gallery-plugin.php:362
41
  msgid "Galleries"
42
  msgstr "Galérie"
43
 
44
- #: gallery-plugin.php:354
45
- #: gallery-plugin.php:2595
46
  msgid "Gallery"
47
  msgstr "Galéria"
48
 
49
- #: gallery-plugin.php:355
50
  msgid "Add New Gallery"
51
  msgstr "Pridať novú galériu"
52
 
53
- #: gallery-plugin.php:356
54
  msgid "Edit Gallery"
55
  msgstr "Upraviť galériu"
56
 
57
- #: gallery-plugin.php:357
58
  msgid "New Gallery"
59
  msgstr "Nová galéria"
60
 
61
- #: gallery-plugin.php:358
62
  msgid "View Gallery"
63
  msgstr "Zobraziť galériu"
64
 
65
- #: gallery-plugin.php:359
66
  #, fuzzy
67
  msgid "Search Galleries"
68
  msgstr "Galérie"
69
 
70
- #: gallery-plugin.php:360
71
  msgid "No Gallery found"
72
  msgstr "Galéria nebola nájdená"
73
 
74
- #: gallery-plugin.php:417
75
  msgid "Gallery Shortcode"
76
  msgstr "Krátky kód galérie"
77
 
78
- #: gallery-plugin.php:419
79
- #: gallery-plugin.php:460
80
- #: gallery-plugin.php:2581
81
  #, fuzzy
82
  msgid "Gallery Categories"
83
  msgstr "Veľkosť obrázka galérie"
84
 
85
- #: gallery-plugin.php:429
86
- #: gallery-plugin.php:849
87
  #, fuzzy, php-format
88
- msgid "If you would like to add a Gallery to your page or post, please use %s button"
89
- msgstr "Ak si prajete pridať galériu do vášho článku alebo na stránku, len skopírujte tento krátky kód na vašu stránku alebo článok:"
 
 
 
90
 
91
- #: gallery-plugin.php:434
92
  #, php-format
93
- msgid "You can add the Gallery to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode below"
 
 
 
94
  msgstr ""
95
 
96
- #: gallery-plugin.php:440
97
- msgid "Add this shortcode to a page, post or widget to display a single gallery"
 
98
  msgstr ""
99
 
100
- #: gallery-plugin.php:443
101
  #, fuzzy
102
- msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
103
- msgstr "Ak chcete zobraziť krátky popis obsahujúci náhľad a odkaz na vlastnú stŕnaku galérie"
 
 
 
 
104
 
105
- #: gallery-plugin.php:445
106
  msgid "Short display"
107
  msgstr ""
108
 
109
- #: gallery-plugin.php:461
110
  msgid "Most Used"
111
  msgstr ""
112
 
113
- #: gallery-plugin.php:466
114
- #: gallery-plugin.php:939
115
  msgid "Default"
116
  msgstr "Štandardné"
117
 
118
- #: gallery-plugin.php:471
119
  #, fuzzy
120
  msgid "Add New Gallery Category"
121
  msgstr "Pridať novú galériu"
122
 
123
- #: gallery-plugin.php:476
124
  #, fuzzy
125
  msgid "Install plugin"
126
  msgstr "Plugin nainštalovaný"
127
 
128
- #: gallery-plugin.php:631
129
- #: gallery-plugin.php:1020
130
- #: gallery-plugin.php:2173
131
- #: gallery-plugin.php:2288
132
- #: gallery-plugin.php:2375
133
  msgid "Title"
134
  msgstr "Nadpis"
135
 
136
- #: gallery-plugin.php:632
137
- #: gallery-plugin.php:1025
138
  msgid "Author"
139
  msgstr "Autor"
140
 
141
- #: gallery-plugin.php:633
142
  #, fuzzy
143
  msgid "Shortcode"
144
  msgstr "Krátky kód galérie"
145
 
146
- #: gallery-plugin.php:634
147
  #, fuzzy
148
  msgid "Photos"
149
  msgstr "Fotka"
150
 
151
- #: gallery-plugin.php:635
152
- #: gallery-plugin.php:1004
153
- #: gallery-plugin.php:1021
154
  msgid "Date"
155
  msgstr "Dátum"
156
 
157
- #: gallery-plugin.php:800
158
  msgid "Settings are saved"
159
  msgstr "Nastavenia boli uložené."
160
 
161
- #: gallery-plugin.php:817
162
  #, fuzzy
163
  msgid "All plugin settings were restored."
164
  msgstr "na strane nastavení ("
165
 
166
- #: gallery-plugin.php:828
167
  msgid "Gallery Settings"
168
  msgstr "Nastavenie galérie"
169
 
170
- #: gallery-plugin.php:831
171
- #: gallery-plugin.php:1207
172
- msgid "FAQ"
173
- msgstr "FAQ"
174
-
175
- #: gallery-plugin.php:832
176
  msgid "Go PRO"
177
  msgstr ""
178
 
179
- #: gallery-plugin.php:842
180
  msgid "Please enable JavaScript to use the option to renew images."
181
- msgstr "Prosím povoľte JavaScript pre používanie možnosti na obnovenie obrázkov."
 
182
 
183
- #: gallery-plugin.php:854
184
  #, php-format
185
- msgid "You can add the Gallery to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode %s, where * stands for gallery ID"
 
 
 
186
  msgstr ""
187
 
188
- #: gallery-plugin.php:863
189
- msgid "Update images for gallery"
190
- msgstr "Nahrať obrázky do galérie"
191
-
192
- #: gallery-plugin.php:865
193
- msgid "Update images"
194
- msgstr "Nahrať obrázky"
195
 
196
- #: gallery-plugin.php:873
197
- msgid "Image size for the album cover"
198
- msgstr "Veľkosť obrázku pre obal albumu"
 
 
 
199
 
200
- #: gallery-plugin.php:875
201
- #: gallery-plugin.php:889
202
- #: gallery-plugin.php:913
203
  msgid "Image size"
204
  msgstr "Veľkosť obrázku"
205
 
206
- #: gallery-plugin.php:878
207
- #: gallery-plugin.php:892
208
- msgid "Width (in px)"
209
- msgstr "Šírka (v px)"
 
 
 
 
 
 
 
 
210
 
211
- #: gallery-plugin.php:882
212
- #: gallery-plugin.php:896
213
- msgid "Height (in px)"
214
- msgstr "Výška (v px)"
 
 
 
215
 
216
- #: gallery-plugin.php:887
217
  #, fuzzy
218
- msgid "Image size for thumbnails"
219
  msgstr "Veľkosť obrázku pre obal albumu"
220
 
221
- #: gallery-plugin.php:901
222
- msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
223
- msgstr "Wordpress vytvorí nový thumbnail so špecifickými rozmermi, keď nahráte novú fotku."
224
 
225
- #: gallery-plugin.php:907
226
- #: gallery-plugin.php:1101
227
- #: gallery-plugin.php:1307
228
  msgid "Close"
229
  msgstr ""
230
 
231
- #: gallery-plugin.php:911
232
  #, fuzzy
233
- msgid "Image size in the lightbox"
234
  msgstr "Veľkosť obrázku galérie v Lightbox"
235
 
236
- #: gallery-plugin.php:914
237
- msgid "Max width (in px)"
238
- msgstr "max. šírka (v pixeloch)"
239
-
240
- #: gallery-plugin.php:915
241
- msgid "Max height (in px)"
242
- msgstr "max. výška (v pixeloch)"
243
-
244
- #: gallery-plugin.php:916
245
  msgid "Display a full size image in the lightbox"
246
  msgstr "Zobraziť plný rozmer obrázku v Lightbox"
247
 
248
- #: gallery-plugin.php:920
249
  msgid "Crop position"
250
  msgstr "Orezať"
251
 
252
- #: gallery-plugin.php:924
253
- #: gallery-plugin.php:930
254
  msgid "center"
255
  msgstr "na stred"
256
 
257
- #: gallery-plugin.php:926
258
  msgid "Horizontal"
259
  msgstr "Horizontálne"
260
 
261
- #: gallery-plugin.php:932
262
  msgid "Vertical"
263
  msgstr "vertikálne"
264
 
265
- #: gallery-plugin.php:937
266
- msgid "Lightbox background"
267
- msgstr "pozadie Lightboxu"
 
268
 
269
- #: gallery-plugin.php:940
270
- msgid "Background transparency (from 0 to 1)"
271
- msgstr "Priehľadnosť pozadia (0 – 1)"
272
 
273
- #: gallery-plugin.php:941
274
- msgid "Select a background color"
275
- msgstr "Vyberte farbu pozadia"
276
 
277
- #: gallery-plugin.php:946
278
- #: gallery-plugin.php:1149
279
- msgid "If you upgrade to Pro version all your settings and galleries will be saved."
280
- msgstr "Ak aktualizujete na Pro verziu, všetky vaše nastavanie a galérie budú uložené."
 
 
281
 
282
- #: gallery-plugin.php:953
283
- #: gallery-plugin.php:1156
284
  msgid "Unlock premium options by upgrading to Pro version"
285
  msgstr ""
286
 
287
- #: gallery-plugin.php:957
288
- #: gallery-plugin.php:1160
289
  msgid "Start Your Trial"
290
  msgstr ""
291
 
292
- #: gallery-plugin.php:958
293
- #: gallery-plugin.php:1161
294
- #: gallery-plugin.php:2583
295
  msgid "or"
296
  msgstr ""
297
 
298
- #: gallery-plugin.php:960
299
- #: gallery-plugin.php:1163
300
  msgid "Learn More"
301
  msgstr "Viac"
302
 
303
- #: gallery-plugin.php:968
 
 
 
 
 
 
 
 
304
  msgid "Images with border"
305
  msgstr "Obrázky s rámčekom"
306
 
307
- #: gallery-plugin.php:971
308
  msgid "Border width in px, just numbers"
309
  msgstr "Šírka rámčeka v px, iba čísla"
310
 
311
- #: gallery-plugin.php:972
312
  msgid "Select a border color"
313
  msgstr "Vyberte farbu rámčeka"
314
 
315
- #: gallery-plugin.php:976
316
- msgid "Number of images in the row"
317
- msgstr "Počet obrázkov v rade"
318
-
319
- #: gallery-plugin.php:982
320
- msgid "Start slideshow"
321
- msgstr "Spustiť Slideshow"
322
-
323
- #: gallery-plugin.php:988
324
- msgid "Slideshow interval"
325
- msgstr "Trvanie slideshow"
326
-
327
- #: gallery-plugin.php:994
328
- msgid "Use single lightbox for multiple galleries on one page"
329
- msgstr "Použiť jeden lightbox pre viac galérií na jednej strane"
330
-
331
- #: gallery-plugin.php:1000
332
- msgid "Sort images by"
333
- msgstr "Zoradiť podľa"
334
 
335
- #: gallery-plugin.php:1002
336
- msgid "Attachment ID"
 
337
  msgstr "ID pripojenia"
338
 
339
- #: gallery-plugin.php:1003
340
- msgid "Image Name"
 
341
  msgstr "Meno obrázka"
342
 
343
- #: gallery-plugin.php:1005
344
- msgid "Sorting order in the Gallery"
 
 
 
 
 
345
  msgstr ""
346
 
347
- #: gallery-plugin.php:1006
348
- #: gallery-plugin.php:1026
349
  msgid "Random"
350
  msgstr "Náhodne"
351
 
352
- #: gallery-plugin.php:1010
353
- msgid "Sort images"
354
- msgstr "Zoradenie obrázkov"
 
355
 
356
- #: gallery-plugin.php:1012
357
- #: gallery-plugin.php:1032
358
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
359
  msgstr "ASC (vzostupne)"
360
 
361
- #: gallery-plugin.php:1013
362
- #: gallery-plugin.php:1033
363
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
364
  msgstr "DESC (zostupne)"
365
 
366
- #: gallery-plugin.php:1017
367
  #, fuzzy
368
- msgid "Sort galleries by"
369
- msgstr "Zoradiť podľa"
370
 
371
- #: gallery-plugin.php:1019
372
  #, fuzzy
373
- msgid "Gallery ID"
374
  msgstr "Galéria"
375
 
376
- #: gallery-plugin.php:1022
377
- msgid "Last modified date"
 
 
 
 
 
378
  msgstr ""
379
 
380
- #: gallery-plugin.php:1023
381
- msgid "Comment count"
382
  msgstr ""
383
 
384
- #: gallery-plugin.php:1024
385
  #, fuzzy
386
- msgid "Sorting order (the input field for sorting order)"
387
- msgstr "Riadenie zobrazenia (do input poľa pre riadenie zobrazenia Vložte / Nahrajte dialóg galérie medíí)"
 
 
388
 
389
- #: gallery-plugin.php:1030
390
  #, fuzzy
391
- msgid "Sort galleries"
392
- msgstr "Galérie"
393
 
394
- #: gallery-plugin.php:1037
395
- #, fuzzy
396
- msgid "Display text under the image"
397
- msgstr "Zobraziť text pod obrázkovm"
398
 
399
- #: gallery-plugin.php:1039
400
- msgid "Turn off the checkbox, if you want to display text just in a lightbox"
401
- msgstr "Ak chcete zobraiť text iba v Lightbox"
 
 
 
 
 
 
 
 
 
 
 
 
402
 
403
- #: gallery-plugin.php:1043
404
  msgid "Display the Back link"
405
  msgstr "Zobraziť spätný odkaz"
406
 
407
- #: gallery-plugin.php:1049
408
  msgid "Display the Back link in the shortcode"
409
  msgstr "Zobraziť spatný odkaz v krátkom kóde"
410
 
411
- #: gallery-plugin.php:1055
412
  msgid "The Back link text"
413
  msgstr "Text spatného odkazu"
414
 
415
- #: gallery-plugin.php:1061
416
  msgid "The Back link URL"
417
  msgstr "URL spätného odkazu"
418
 
419
- #: gallery-plugin.php:1063
420
  msgid "Gallery page (Page with Gallery Template)"
421
  msgstr "Stránka galérie (Stránka s šablónou galérie)"
422
 
423
- #: gallery-plugin.php:1065
424
  msgid "(Full URL to custom page)"
425
  msgstr "(Celé URL na stránku)"
426
 
427
- #: gallery-plugin.php:1069
428
  msgid "The Read More link text"
429
  msgstr "Text odkazu pre čítaj dalej"
430
 
431
- #: gallery-plugin.php:1075
432
  msgid "Add gallery to the search"
433
  msgstr "Pridať galériu do hľadania"
434
 
435
- #: gallery-plugin.php:1080
436
- #: gallery-plugin.php:1083
437
- #: gallery-plugin.php:1087
438
  msgid "Using"
439
  msgstr ""
440
 
441
- #: gallery-plugin.php:1080
442
- #: gallery-plugin.php:1083
443
- #: gallery-plugin.php:1087
444
  msgid "powered by"
445
  msgstr ""
446
 
447
- #: gallery-plugin.php:1083
448
- #: gallery-plugin.php:1282
449
  #, fuzzy
450
  msgid "Activate"
451
  msgstr "Plugin aktivovaný"
452
 
453
- #: gallery-plugin.php:1087
454
  msgid "Download"
455
  msgstr ""
456
 
457
- #: gallery-plugin.php:1092
458
  msgid "Rewrite templates after update"
459
  msgstr ""
460
 
461
- #: gallery-plugin.php:1094
462
  #, php-format
463
- msgid "Turn off the checkbox, if You edited the file '%s' or '%s' file in your theme folder and You don't want to rewrite them"
 
 
464
  msgstr ""
465
 
466
- #: gallery-plugin.php:1105
 
 
 
 
 
 
 
 
 
467
  #, fuzzy
468
  msgid "Use pagination for images"
469
  msgstr "Nahrávanie obrázkov..."
470
 
471
- #: gallery-plugin.php:1108
472
  msgid "per page"
473
  msgstr ""
474
 
475
- #: gallery-plugin.php:1112
 
 
 
 
 
 
 
 
 
 
 
 
476
  msgid "The lightbox helper"
477
  msgstr ""
478
 
479
- #: gallery-plugin.php:1114
480
  msgid "Do not use"
481
  msgstr ""
482
 
483
- #: gallery-plugin.php:1115
484
  msgid "Button helper"
485
  msgstr ""
486
 
487
- #: gallery-plugin.php:1116
488
  msgid "Thumbnail helper"
489
  msgstr ""
490
 
491
- #: gallery-plugin.php:1120
492
  msgid "Display Like buttons in the lightbox"
493
  msgstr "Zobraziť Like tlačítko v Lightbox"
494
 
495
- #: gallery-plugin.php:1122
496
  msgid "FaceBook"
497
  msgstr "Facebook"
498
 
499
- #: gallery-plugin.php:1123
500
  msgid "Twitter"
501
  msgstr "Twitter"
502
 
503
- #: gallery-plugin.php:1124
504
  msgid "Pinterest"
505
  msgstr "Pinterest"
506
 
507
- #: gallery-plugin.php:1125
508
  msgid "Google +1"
509
  msgstr "Goolge+"
510
 
511
- #: gallery-plugin.php:1129
512
  msgid "Slug for gallery item"
513
  msgstr "Skratka pre položku galérie"
514
 
515
- #: gallery-plugin.php:1131
516
  msgid "for any structure of permalinks except the default structure"
517
  msgstr "pre inú štruktúru permalinok ako je základná"
518
 
519
- #: gallery-plugin.php:1135
520
  msgid "Title for lightbox button"
521
  msgstr ""
522
 
523
- #: gallery-plugin.php:1141
524
- msgid "Display all images in the lightbox instead of going into a single gallery"
 
525
  msgstr ""
526
 
527
- #: gallery-plugin.php:1144
528
  #, php-format
529
  msgid "When using the gallery template or a shortcode with `%s` parameter"
530
  msgstr ""
531
 
532
- #: gallery-plugin.php:1170
533
  msgid "Save Changes"
534
  msgstr "Uložiť zmeny"
535
 
536
- #: gallery-plugin.php:1208
 
 
 
 
 
 
 
 
 
 
537
  msgid "Support"
538
  msgstr "Podpora"
539
 
540
- #: gallery-plugin.php:1248
541
  msgid "Updating images..."
542
  msgstr "Nahrávanie obrázkov..."
543
 
544
- #: gallery-plugin.php:1249
545
  #, fuzzy
546
  msgid "No image found."
547
  msgstr "Obrázok nebol nájdený"
548
 
549
- #: gallery-plugin.php:1250
550
  #, fuzzy
551
  msgid "All images are updated."
552
  msgstr "Všetky obrázky boli nahraté"
553
 
554
- #: gallery-plugin.php:1251
555
  msgid "Error."
556
  msgstr "Chyba"
557
 
558
- #: gallery-plugin.php:1262
559
  msgid ""
560
  "You are about to delete these items from this gallery.\n"
561
  " 'Cancel' to stop, 'OK' to delete."
562
  msgstr ""
563
 
564
- #: gallery-plugin.php:1263
565
- msgid "Switching to another mode, all unsaved data will be lost. Save data before switching?"
 
 
566
  msgstr ""
567
 
568
- #: gallery-plugin.php:1264
569
  msgid "Insert Media"
570
  msgstr ""
571
 
572
- #: gallery-plugin.php:1265
573
  msgid "Insert"
574
  msgstr ""
575
 
576
- #: gallery-plugin.php:1277
577
  #, fuzzy
578
  msgid "Learn more"
579
  msgstr "Viac"
580
 
581
- #: gallery-plugin.php:1289
582
  #, fuzzy
583
  msgid "Install now"
584
  msgstr "Inštalovať %s"
585
 
586
- #: gallery-plugin.php:1298
587
  msgid "Add multiple gallery categories"
588
  msgstr ""
589
 
590
- #: gallery-plugin.php:1298
591
- msgid "Install Gallery Categories plugin to add unlimited number of categories."
 
592
  msgstr ""
593
 
594
- #: gallery-plugin.php:1573
595
- #: template/gallery-single-template.php:101
596
  msgid "Sorry, nothing found."
597
  msgstr "Prepáčte, nič som nenašiel."
598
 
599
- #: gallery-plugin.php:1595
600
- #: template/gallery-single-template.php:120
601
  msgid "Image"
602
  msgstr "Obrázok"
603
 
604
- #: gallery-plugin.php:1595
605
- #: template/gallery-single-template.php:19
606
  msgid "Download high resolution image"
607
  msgstr "Stiahnuť obrázok vo vysokom rozlíšení"
608
 
609
- #: gallery-plugin.php:1725
610
  msgid "Image size not defined"
611
  msgstr "Veľkosť obrázka nebola definovaná"
612
 
613
- #: gallery-plugin.php:1740
614
- msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
 
 
615
  msgstr "Môžete nahrať iba PNG, JPEG, GIF, WPMP alebo XBM súbory."
616
 
617
- #: gallery-plugin.php:1751
618
  msgid "Image size changes not defined"
619
  msgstr "Zmeny veľkosti obrázka neboli definované"
620
 
621
- #: gallery-plugin.php:1780
622
- #: gallery-plugin.php:1783
623
- #: gallery-plugin.php:1788
624
  msgid "Invalid path"
625
  msgstr "Neplatná cesta"
626
 
627
- #: gallery-plugin.php:1940
628
  msgid "Add images requires JavaScript."
629
  msgstr ""
630
 
631
- #: gallery-plugin.php:1943
632
  msgid "Add Media"
633
  msgstr ""
634
 
635
- #: gallery-plugin.php:1953
636
  msgid "The grid view for the Gallery images requires JavaScript."
637
  msgstr ""
638
 
639
- #: gallery-plugin.php:1953
640
  msgid "Switch to the list view"
641
  msgstr ""
642
 
643
- #: gallery-plugin.php:1980
644
  msgid "List View"
645
  msgstr ""
646
 
647
- #: gallery-plugin.php:1981
648
  msgid "Grid View"
649
  msgstr ""
650
 
651
- #: gallery-plugin.php:2036
652
  msgid "Filter"
653
  msgstr ""
654
 
655
- #: gallery-plugin.php:2040
656
  msgid "Empty Trash"
657
  msgstr ""
658
 
659
- #: gallery-plugin.php:2061
660
  #, fuzzy
661
  msgid "No images found"
662
  msgstr "Obrázok nebol nájdený"
663
 
664
- #: gallery-plugin.php:2113
665
  msgid "Select bulk action"
666
  msgstr ""
667
 
668
- #: gallery-plugin.php:2115
669
  msgid "Bulk Actions"
670
  msgstr ""
671
 
672
- #: gallery-plugin.php:2125
673
  msgid "Apply"
674
  msgstr ""
675
 
676
- #: gallery-plugin.php:2132
677
- #: gallery-plugin.php:2312
678
  #, fuzzy
679
  msgid "Delete from Gallery"
680
  msgstr "Nová galéria"
681
 
682
- #: gallery-plugin.php:2145
683
- #: gallery-plugin.php:2159
684
  #, fuzzy
685
  msgid "Display link to the original file under each image in the lightbox"
686
  msgstr "Zobraziť plný rozmer obrázku v Lightbox"
687
 
688
- #: gallery-plugin.php:2154
689
  msgid "Bulk Select"
690
  msgstr ""
691
 
692
- #: gallery-plugin.php:2156
693
  msgid "Cancel Selection"
694
  msgstr ""
695
 
696
- #: gallery-plugin.php:2157
697
  msgid "Delete Selected"
698
  msgstr ""
699
 
700
- #: gallery-plugin.php:2171
701
  msgid "File"
702
  msgstr ""
703
 
704
- #: gallery-plugin.php:2172
705
- #: gallery-plugin.php:2261
706
- #: gallery-plugin.php:2370
707
  msgid "Dimensions"
708
  msgstr ""
709
 
710
- #: gallery-plugin.php:2174
711
- #: gallery-plugin.php:2294
712
- #: gallery-plugin.php:2380
713
  msgid "Alt tag"
714
  msgstr "Popisný text"
715
 
716
- #: gallery-plugin.php:2174
717
- #: gallery-plugin.php:2296
718
- msgid "The alt attribute specifies an alternate text for an image, if the image cannot be displayed."
 
719
  msgstr ""
720
 
721
- #: gallery-plugin.php:2175
722
- #: gallery-plugin.php:2302
723
- #: gallery-plugin.php:2385
724
  msgid "Custom URL"
725
  msgstr ""
726
 
727
- #: gallery-plugin.php:2175
728
- #: gallery-plugin.php:2304
729
- msgid "By clicking on the thumbnail you'll go to the link (if the field is filled) or the image will be opened in the lightbox (if the field isn't filled)"
 
730
  msgstr ""
731
 
732
- #: gallery-plugin.php:2253
733
  msgid "Deselect"
734
  msgstr ""
735
 
736
- #: gallery-plugin.php:2259
737
  msgid "File name"
738
  msgstr ""
739
 
740
- #: gallery-plugin.php:2260
741
  msgid "File type"
742
  msgstr ""
743
 
744
- #: gallery-plugin.php:2264
745
- #: gallery-plugin.php:2366
746
  #, fuzzy
747
  msgid "Edit Attachment Info"
748
  msgstr "ID pripojenia"
749
 
750
- #: gallery-plugin.php:2264
751
  #, fuzzy
752
  msgid "Edit Attachment"
753
  msgstr "ID pripojenia"
754
 
755
- #: gallery-plugin.php:2274
756
  msgid "Go Pro"
757
  msgstr ""
758
 
759
- #: gallery-plugin.php:2274
760
  msgid "Pro version"
761
  msgstr ""
762
 
763
- #: gallery-plugin.php:2277
764
  msgid "This setting is available in Pro version"
765
  msgstr "Toto nastavanie je k dispozíti v Pro verzii"
766
 
767
- #: gallery-plugin.php:2310
768
  msgid "Edit more details"
769
  msgstr ""
770
 
771
- #: gallery-plugin.php:2345
772
  #, php-format
773
  msgid "Select %s"
774
  msgstr ""
775
 
776
- #: gallery-plugin.php:2358
777
  #, php-format
778
  msgid "Edit &#8220;%s&#8221;"
779
  msgstr ""
780
 
781
- #: gallery-plugin.php:2403
782
- #: gallery-plugin.php:2416
783
  msgid "Edit"
784
  msgstr ""
785
 
786
- #: gallery-plugin.php:2406
787
- #: gallery-plugin.php:2421
788
  msgid "Trash"
789
  msgstr ""
790
 
791
- #: gallery-plugin.php:2409
792
- #: gallery-plugin.php:2424
793
  msgid "Delete Permanently"
794
  msgstr ""
795
 
796
- #: gallery-plugin.php:2411
797
- #: gallery-plugin.php:2429
798
  #, php-format
799
  msgid "View &#8220;%s&#8221;"
800
  msgstr ""
801
 
802
- #: gallery-plugin.php:2411
803
- #: gallery-plugin.php:2429
804
  msgid "View"
805
  msgstr ""
806
 
807
- #: gallery-plugin.php:2413
808
  #, fuzzy
809
  msgid "Attach"
810
  msgstr "ID pripojenia"
811
 
812
- #: gallery-plugin.php:2419
813
  msgid "Restore"
814
  msgstr ""
815
 
816
- #: gallery-plugin.php:2550
817
  msgid "Warning"
818
  msgstr ""
819
 
820
- #: gallery-plugin.php:2550
821
  msgid "You can add only images to the gallery"
822
  msgstr ""
823
 
824
- #: gallery-plugin.php:2597
 
 
 
 
 
825
  #, fuzzy
826
  msgid "Sorry, no gallery found."
827
  msgstr "Prepáčte, nič som nenašiel."
828
 
829
- #: gallery-plugin.php:2603
 
 
 
 
 
 
 
 
 
830
  #, fuzzy
831
- msgid "Display an album image with the description and the link to a single gallery page"
832
- msgstr "Ak chcete zobraziť krátky popis obsahujúci náhľad a odkaz na vlastnú stŕnaku galérie"
833
 
834
- #: inc/demo-data/demo-data-loader.php:78
835
  #, fuzzy
836
  msgid "Install Demo Data"
837
  msgstr "Inštalovať %s"
838
 
839
- #: inc/demo-data/demo-data-loader.php:79
840
- msgid "If you install the demo-data, will be created galleries with images, demo-post with available shortcodes and page with a list of all the galleries, plugin settings will be overwritten, however, when you delete the demo data, they will be restored."
841
- msgstr ""
842
-
843
- #: inc/demo-data/demo-data-loader.php:82
844
  msgid "Remove Demo Data"
845
  msgstr ""
846
 
847
- #: inc/demo-data/demo-data-loader.php:83
848
  msgid "Delete demo-data and restore old plugin settings."
849
  msgstr ""
850
 
851
- #: inc/demo-data/demo-data-loader.php:108
852
  msgid "Yes, install demo data"
853
  msgstr ""
854
 
855
- #: inc/demo-data/demo-data-loader.php:109
856
  msgid "Are you sure you want to install demo data?"
857
  msgstr ""
858
 
859
- #: inc/demo-data/demo-data-loader.php:111
860
  msgid "Yes, remove demo data"
861
  msgstr ""
862
 
863
- #: inc/demo-data/demo-data-loader.php:112
864
  msgid "Are you sure you want to remove demo data?"
865
  msgstr ""
866
 
867
- #: inc/demo-data/demo-data-loader.php:119
868
  #, fuzzy
869
  msgid "No, go back to the settings page"
870
  msgstr "na strane nastavení ("
871
 
872
- #: inc/demo-data/demo-data-loader.php:167
873
  msgid "Can not get demo data."
874
  msgstr ""
875
 
876
- #: inc/demo-data/demo-data-loader.php:173
877
  msgid "Demo options already installed."
878
  msgstr ""
879
 
880
- #: inc/demo-data/demo-data-loader.php:296
881
  msgid "Demo data successfully installed."
882
  msgstr ""
883
 
884
- #: inc/demo-data/demo-data-loader.php:298
885
  msgid "View post with shortcodes"
886
  msgstr ""
887
 
888
- #: inc/demo-data/demo-data-loader.php:301
889
  msgid "View page with examples"
890
  msgstr ""
891
 
892
- #: inc/demo-data/demo-data-loader.php:308
893
  msgid "Installation of demo data with some errors occurred."
894
  msgstr ""
895
 
896
- #: inc/demo-data/demo-data-loader.php:311
897
  msgid "Posts data is missing."
898
  msgstr ""
899
 
900
- #: inc/demo-data/demo-data-loader.php:336
901
  msgid "Demo data have already been removed."
902
  msgstr ""
903
 
904
- #: inc/demo-data/demo-data-loader.php:383
905
  msgid "Demo data successfully removed."
906
  msgstr ""
907
 
908
- #: inc/demo-data/demo-data-loader.php:386
909
  msgid "Removing demo data with some errors occurred."
910
  msgstr ""
911
 
912
- #: inc/demo-data/demo-data-loader.php:517
913
  msgid "Close notice"
914
  msgstr ""
915
 
916
- #: inc/demo-data/demo-data-loader.php:520
917
  #, fuzzy
918
  msgid "Install demo data"
919
  msgstr "Inštalovať %s"
920
 
921
- #: inc/demo-data/demo-data-loader.php:520
922
  msgid "for an acquaintance with the possibilities of the"
923
  msgstr ""
924
 
925
- #: template/gallery-template.php:14
 
 
926
  #, fuzzy
927
- msgid "Gallery Category"
928
- msgstr "Veľkosť obrázka galérie"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
929
 
930
  #~ msgid "Notice:"
931
  #~ msgstr "Poznámka:"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-03-16 18:16+0300\n"
6
+ "PO-Revision-Date: 2016-03-16 18:16+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Michal Králik <ja@michalkralik.sk>\n"
9
  "Language: sk_SK\n"
12
  "Content-Transfer-Encoding: 8bit\n"
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:45 gallery-plugin.php:882 gallery-plugin.php:1264
20
+ #: gallery-plugin.php:1281
 
 
21
  msgid "Settings"
22
  msgstr "Nastavenia"
23
 
24
+ #: gallery-plugin.php:126
25
  msgid "See images &raquo;"
26
  msgstr "Vidieť fotky &raquo;"
27
 
28
+ #: gallery-plugin.php:129
29
  msgid "Return to all albums"
30
  msgstr ""
31
 
32
+ #: gallery-plugin.php:382
33
  #, fuzzy, php-format
34
+ msgid ""
35
+ "The following files '%s' and '%s' were not found in the directory of your "
36
+ "theme. Please copy them from the directory `%s` to the directory of your "
37
+ "theme for the correct work of the Gallery plugin"
38
+ msgstr ""
39
+ "Nasledujúci súbor \"gallery-template.php\" a \"gallery-single-template.php\" "
40
+ "nebol nájdený v priečinku vo vašej téme. Prosím skopírujte ich z `/wp-"
41
+ "content/plugins/gallery-plugin/template/` do priečinku vašej témy pre "
42
+ "správnu prácu pluginu Galérie."
43
 
44
+ #: gallery-plugin.php:393 gallery-plugin.php:402
 
45
  msgid "Galleries"
46
  msgstr "Galérie"
47
 
48
+ #: gallery-plugin.php:394 gallery-plugin.php:2669
 
49
  msgid "Gallery"
50
  msgstr "Galéria"
51
 
52
+ #: gallery-plugin.php:395
53
  msgid "Add New Gallery"
54
  msgstr "Pridať novú galériu"
55
 
56
+ #: gallery-plugin.php:396
57
  msgid "Edit Gallery"
58
  msgstr "Upraviť galériu"
59
 
60
+ #: gallery-plugin.php:397
61
  msgid "New Gallery"
62
  msgstr "Nová galéria"
63
 
64
+ #: gallery-plugin.php:398
65
  msgid "View Gallery"
66
  msgstr "Zobraziť galériu"
67
 
68
+ #: gallery-plugin.php:399
69
  #, fuzzy
70
  msgid "Search Galleries"
71
  msgstr "Galérie"
72
 
73
+ #: gallery-plugin.php:400
74
  msgid "No Gallery found"
75
  msgstr "Galéria nebola nájdená"
76
 
77
+ #: gallery-plugin.php:457
78
  msgid "Gallery Shortcode"
79
  msgstr "Krátky kód galérie"
80
 
81
+ #: gallery-plugin.php:459 gallery-plugin.php:500 gallery-plugin.php:2652
 
 
82
  #, fuzzy
83
  msgid "Gallery Categories"
84
  msgstr "Veľkosť obrázka galérie"
85
 
86
+ #: gallery-plugin.php:469 gallery-plugin.php:900
 
87
  #, fuzzy, php-format
88
+ msgid ""
89
+ "If you would like to add a Gallery to your page or post, please use %s button"
90
+ msgstr ""
91
+ "Ak si prajete pridať galériu do vášho článku alebo na stránku, len "
92
+ "skopírujte tento krátky kód na vašu stránku alebo článok:"
93
 
94
+ #: gallery-plugin.php:474
95
  #, php-format
96
+ msgid ""
97
+ "You can add the Gallery to your page or post by clicking on %s button in the "
98
+ "content edit block using the Visual mode. If the button isn't displayed, "
99
+ "please use the shortcode below"
100
  msgstr ""
101
 
102
+ #: gallery-plugin.php:480
103
+ msgid ""
104
+ "Add this shortcode to a page, post or widget to display a single gallery"
105
  msgstr ""
106
 
107
+ #: gallery-plugin.php:483
108
  #, fuzzy
109
+ msgid ""
110
+ "Use this shortcode to display an album image with the description and the "
111
+ "link to a single gallery page"
112
+ msgstr ""
113
+ "Ak chcete zobraziť krátky popis obsahujúci náhľad a odkaz na vlastnú stŕnaku "
114
+ "galérie"
115
 
116
+ #: gallery-plugin.php:485
117
  msgid "Short display"
118
  msgstr ""
119
 
120
+ #: gallery-plugin.php:501
121
  msgid "Most Used"
122
  msgstr ""
123
 
124
+ #: gallery-plugin.php:506 gallery-plugin.php:1164
 
125
  msgid "Default"
126
  msgstr "Štandardné"
127
 
128
+ #: gallery-plugin.php:511
129
  #, fuzzy
130
  msgid "Add New Gallery Category"
131
  msgstr "Pridať novú galériu"
132
 
133
+ #: gallery-plugin.php:516
134
  #, fuzzy
135
  msgid "Install plugin"
136
  msgstr "Plugin nainštalovaný"
137
 
138
+ #: gallery-plugin.php:674 gallery-plugin.php:2244 gallery-plugin.php:2359
139
+ #: gallery-plugin.php:2446
 
 
 
140
  msgid "Title"
141
  msgstr "Nadpis"
142
 
143
+ #: gallery-plugin.php:675
 
144
  msgid "Author"
145
  msgstr "Autor"
146
 
147
+ #: gallery-plugin.php:676
148
  #, fuzzy
149
  msgid "Shortcode"
150
  msgstr "Krátky kód galérie"
151
 
152
+ #: gallery-plugin.php:677
153
  #, fuzzy
154
  msgid "Photos"
155
  msgstr "Fotka"
156
 
157
+ #: gallery-plugin.php:678
 
 
158
  msgid "Date"
159
  msgstr "Dátum"
160
 
161
+ #: gallery-plugin.php:851
162
  msgid "Settings are saved"
163
  msgstr "Nastavenia boli uložené."
164
 
165
+ #: gallery-plugin.php:868
166
  #, fuzzy
167
  msgid "All plugin settings were restored."
168
  msgstr "na strane nastavení ("
169
 
170
+ #: gallery-plugin.php:880
171
  msgid "Gallery Settings"
172
  msgstr "Nastavenie galérie"
173
 
174
+ #: gallery-plugin.php:883
 
 
 
 
 
175
  msgid "Go PRO"
176
  msgstr ""
177
 
178
+ #: gallery-plugin.php:893
179
  msgid "Please enable JavaScript to use the option to renew images."
180
+ msgstr ""
181
+ "Prosím povoľte JavaScript pre používanie možnosti na obnovenie obrázkov."
182
 
183
+ #: gallery-plugin.php:905
184
  #, php-format
185
+ msgid ""
186
+ "You can add the Gallery to your page or post by clicking on %s button in the "
187
+ "content edit block using the Visual mode. If the button isn't displayed, "
188
+ "please use the shortcode %s, where * stands for gallery ID"
189
  msgstr ""
190
 
191
+ #: gallery-plugin.php:915
192
+ msgid "Number of images in the row"
193
+ msgstr "Počet obrázkov v rade"
 
 
 
 
194
 
195
+ #: gallery-plugin.php:917
196
+ #, fuzzy
197
+ msgid ""
198
+ "The number of images per row can be less depending on the width of the "
199
+ "parent block"
200
+ msgstr "Počet obrázkov v rade"
201
 
202
+ #: gallery-plugin.php:921 gallery-plugin.php:947
 
 
203
  msgid "Image size"
204
  msgstr "Veľkosť obrázku"
205
 
206
+ #: gallery-plugin.php:924
207
+ msgid ""
208
+ "WordPress will create a new thumbnail with the specified dimensions when you "
209
+ "upload a new photo."
210
+ msgstr ""
211
+ "Wordpress vytvorí nový thumbnail so špecifickými rozmermi, keď nahráte novú "
212
+ "fotku."
213
+
214
+ #: gallery-plugin.php:926
215
+ #, fuzzy
216
+ msgid "For the album cover"
217
+ msgstr "Veľkosť obrázku pre obal albumu"
218
 
219
+ #: gallery-plugin.php:927 gallery-plugin.php:931 gallery-plugin.php:952
220
+ msgid "width x height"
221
+ msgstr ""
222
+
223
+ #: gallery-plugin.php:927 gallery-plugin.php:931 gallery-plugin.php:952
224
+ msgid "in px"
225
+ msgstr ""
226
 
227
+ #: gallery-plugin.php:930
228
  #, fuzzy
229
+ msgid "For thumbnails"
230
  msgstr "Veľkosť obrázku pre obal albumu"
231
 
232
+ #: gallery-plugin.php:934
233
+ msgid "Update images for gallery"
234
+ msgstr "Nahrať obrázky do galérie"
235
 
236
+ #: gallery-plugin.php:943 gallery-plugin.php:1142 gallery-plugin.php:1363
 
 
237
  msgid "Close"
238
  msgstr ""
239
 
240
+ #: gallery-plugin.php:950
241
  #, fuzzy
242
+ msgid "For images in the lightbox"
243
  msgstr "Veľkosť obrázku galérie v Lightbox"
244
 
245
+ #: gallery-plugin.php:954
 
 
 
 
 
 
 
 
246
  msgid "Display a full size image in the lightbox"
247
  msgstr "Zobraziť plný rozmer obrázku v Lightbox"
248
 
249
+ #: gallery-plugin.php:959
250
  msgid "Crop position"
251
  msgstr "Orezať"
252
 
253
+ #: gallery-plugin.php:963 gallery-plugin.php:969
 
254
  msgid "center"
255
  msgstr "na stred"
256
 
257
+ #: gallery-plugin.php:965
258
  msgid "Horizontal"
259
  msgstr "Horizontálne"
260
 
261
+ #: gallery-plugin.php:971
262
  msgid "Vertical"
263
  msgstr "vertikálne"
264
 
265
+ #: gallery-plugin.php:976
266
+ #, fuzzy
267
+ msgid "Single gallery view"
268
+ msgstr "Skratka pre položku galérie"
269
 
270
+ #: gallery-plugin.php:979
271
+ msgid "Grid"
272
+ msgstr ""
273
 
274
+ #: gallery-plugin.php:980
275
+ msgid "Masonry"
276
+ msgstr ""
277
 
278
+ #: gallery-plugin.php:986 gallery-plugin.php:1207
279
+ msgid ""
280
+ "If you upgrade to Pro version all your settings and galleries will be saved."
281
+ msgstr ""
282
+ "Ak aktualizujete na Pro verziu, všetky vaše nastavanie a galérie budú "
283
+ "uložené."
284
 
285
+ #: gallery-plugin.php:993 gallery-plugin.php:1214
 
286
  msgid "Unlock premium options by upgrading to Pro version"
287
  msgstr ""
288
 
289
+ #: gallery-plugin.php:997 gallery-plugin.php:1218
 
290
  msgid "Start Your Trial"
291
  msgstr ""
292
 
293
+ #: gallery-plugin.php:998 gallery-plugin.php:1219 gallery-plugin.php:2654
 
 
294
  msgid "or"
295
  msgstr ""
296
 
297
+ #: gallery-plugin.php:1000 gallery-plugin.php:1221
 
298
  msgid "Learn More"
299
  msgstr "Viac"
300
 
301
+ #: gallery-plugin.php:1008
302
+ msgid "Display image text"
303
+ msgstr ""
304
+
305
+ #: gallery-plugin.php:1010
306
+ msgid "Turn off the checkbox, if you want to display text just in a lightbox"
307
+ msgstr "Ak chcete zobraiť text iba v Lightbox"
308
+
309
+ #: gallery-plugin.php:1014
310
  msgid "Images with border"
311
  msgstr "Obrázky s rámčekom"
312
 
313
+ #: gallery-plugin.php:1018
314
  msgid "Border width in px, just numbers"
315
  msgstr "Šírka rámčeka v px, iba čísla"
316
 
317
+ #: gallery-plugin.php:1019
318
  msgid "Select a border color"
319
  msgstr "Vyberte farbu rámčeka"
320
 
321
+ #: gallery-plugin.php:1024
322
+ msgid "Sort images"
323
+ msgstr "Zoradenie obrázkov"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
324
 
325
+ #: gallery-plugin.php:1027
326
+ #, fuzzy
327
+ msgid "by Attachment ID"
328
  msgstr "ID pripojenia"
329
 
330
+ #: gallery-plugin.php:1028
331
+ #, fuzzy
332
+ msgid "by Image Name"
333
  msgstr "Meno obrázka"
334
 
335
+ #: gallery-plugin.php:1029 gallery-plugin.php:1050
336
+ #, fuzzy
337
+ msgid "by Date"
338
+ msgstr "Dátum"
339
+
340
+ #: gallery-plugin.php:1030
341
+ msgid "by Sorting order in the Gallery"
342
  msgstr ""
343
 
344
+ #: gallery-plugin.php:1031 gallery-plugin.php:1055
 
345
  msgid "Random"
346
  msgstr "Náhodne"
347
 
348
+ #: gallery-plugin.php:1036
349
+ #, fuzzy
350
+ msgid "The images sort order"
351
+ msgstr "Obrázky s rámčekom"
352
 
353
+ #: gallery-plugin.php:1039 gallery-plugin.php:1063
 
354
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
355
  msgstr "ASC (vzostupne)"
356
 
357
+ #: gallery-plugin.php:1040 gallery-plugin.php:1064
358
+ msgid ""
359
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
360
  msgstr "DESC (zostupne)"
361
 
362
+ #: gallery-plugin.php:1045
363
  #, fuzzy
364
+ msgid "Sort galleries"
365
+ msgstr "Galérie"
366
 
367
+ #: gallery-plugin.php:1048
368
  #, fuzzy
369
+ msgid "by Gallery ID"
370
  msgstr "Galéria"
371
 
372
+ #: gallery-plugin.php:1049
373
+ #, fuzzy
374
+ msgid "by Title"
375
+ msgstr "Nadpis"
376
+
377
+ #: gallery-plugin.php:1051
378
+ msgid "by Last modified date"
379
  msgstr ""
380
 
381
+ #: gallery-plugin.php:1052
382
+ msgid "by Comment count"
383
  msgstr ""
384
 
385
+ #: gallery-plugin.php:1053
386
  #, fuzzy
387
+ msgid "by Sorting order (the input field for sorting order)"
388
+ msgstr ""
389
+ "Riadenie zobrazenia (do input poľa pre riadenie zobrazenia Vložte / Nahrajte "
390
+ "dialóg galérie medíí)"
391
 
392
+ #: gallery-plugin.php:1054
393
  #, fuzzy
394
+ msgid "by Author"
395
+ msgstr "Autor"
396
 
397
+ #: gallery-plugin.php:1060
398
+ msgid "The galleries sort order"
399
+ msgstr ""
 
400
 
401
+ #: gallery-plugin.php:1069
402
+ msgid "Start slideshow"
403
+ msgstr "Spustiť Slideshow"
404
+
405
+ #: gallery-plugin.php:1072
406
+ msgid "Slideshow interval"
407
+ msgstr "Trvanie slideshow"
408
+
409
+ #: gallery-plugin.php:1072
410
+ msgid "(ms)"
411
+ msgstr ""
412
+
413
+ #: gallery-plugin.php:1076
414
+ msgid "Use single lightbox for multiple galleries on one page"
415
+ msgstr "Použiť jeden lightbox pre viac galérií na jednej strane"
416
 
417
+ #: gallery-plugin.php:1082
418
  msgid "Display the Back link"
419
  msgstr "Zobraziť spätný odkaz"
420
 
421
+ #: gallery-plugin.php:1088
422
  msgid "Display the Back link in the shortcode"
423
  msgstr "Zobraziť spatný odkaz v krátkom kóde"
424
 
425
+ #: gallery-plugin.php:1094
426
  msgid "The Back link text"
427
  msgstr "Text spatného odkazu"
428
 
429
+ #: gallery-plugin.php:1100
430
  msgid "The Back link URL"
431
  msgstr "URL spätného odkazu"
432
 
433
+ #: gallery-plugin.php:1103
434
  msgid "Gallery page (Page with Gallery Template)"
435
  msgstr "Stránka galérie (Stránka s šablónou galérie)"
436
 
437
+ #: gallery-plugin.php:1105
438
  msgid "(Full URL to custom page)"
439
  msgstr "(Celé URL na stránku)"
440
 
441
+ #: gallery-plugin.php:1110
442
  msgid "The Read More link text"
443
  msgstr "Text odkazu pre čítaj dalej"
444
 
445
+ #: gallery-plugin.php:1116
446
  msgid "Add gallery to the search"
447
  msgstr "Pridať galériu do hľadania"
448
 
449
+ #: gallery-plugin.php:1121 gallery-plugin.php:1124 gallery-plugin.php:1128
 
 
450
  msgid "Using"
451
  msgstr ""
452
 
453
+ #: gallery-plugin.php:1121 gallery-plugin.php:1124 gallery-plugin.php:1128
 
 
454
  msgid "powered by"
455
  msgstr ""
456
 
457
+ #: gallery-plugin.php:1124 gallery-plugin.php:1338
 
458
  #, fuzzy
459
  msgid "Activate"
460
  msgstr "Plugin aktivovaný"
461
 
462
+ #: gallery-plugin.php:1128
463
  msgid "Download"
464
  msgstr ""
465
 
466
+ #: gallery-plugin.php:1133
467
  msgid "Rewrite templates after update"
468
  msgstr ""
469
 
470
+ #: gallery-plugin.php:1135
471
  #, php-format
472
+ msgid ""
473
+ "Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
474
+ "theme folder and You don't want to rewrite them"
475
  msgstr ""
476
 
477
+ #: gallery-plugin.php:1149
478
+ #, fuzzy
479
+ msgid "Under image"
480
+ msgstr "Nahrať obrázky"
481
+
482
+ #: gallery-plugin.php:1150
483
+ msgid "By mouse hover"
484
+ msgstr ""
485
+
486
+ #: gallery-plugin.php:1155
487
  #, fuzzy
488
  msgid "Use pagination for images"
489
  msgstr "Nahrávanie obrázkov..."
490
 
491
+ #: gallery-plugin.php:1158
492
  msgid "per page"
493
  msgstr ""
494
 
495
+ #: gallery-plugin.php:1162
496
+ msgid "Lightbox background"
497
+ msgstr "pozadie Lightboxu"
498
+
499
+ #: gallery-plugin.php:1165
500
+ msgid "Background transparency (from 0 to 1)"
501
+ msgstr "Priehľadnosť pozadia (0 – 1)"
502
+
503
+ #: gallery-plugin.php:1166
504
+ msgid "Select a background color"
505
+ msgstr "Vyberte farbu pozadia"
506
+
507
+ #: gallery-plugin.php:1170
508
  msgid "The lightbox helper"
509
  msgstr ""
510
 
511
+ #: gallery-plugin.php:1172
512
  msgid "Do not use"
513
  msgstr ""
514
 
515
+ #: gallery-plugin.php:1173
516
  msgid "Button helper"
517
  msgstr ""
518
 
519
+ #: gallery-plugin.php:1174
520
  msgid "Thumbnail helper"
521
  msgstr ""
522
 
523
+ #: gallery-plugin.php:1178
524
  msgid "Display Like buttons in the lightbox"
525
  msgstr "Zobraziť Like tlačítko v Lightbox"
526
 
527
+ #: gallery-plugin.php:1180
528
  msgid "FaceBook"
529
  msgstr "Facebook"
530
 
531
+ #: gallery-plugin.php:1181
532
  msgid "Twitter"
533
  msgstr "Twitter"
534
 
535
+ #: gallery-plugin.php:1182
536
  msgid "Pinterest"
537
  msgstr "Pinterest"
538
 
539
+ #: gallery-plugin.php:1183
540
  msgid "Google +1"
541
  msgstr "Goolge+"
542
 
543
+ #: gallery-plugin.php:1187
544
  msgid "Slug for gallery item"
545
  msgstr "Skratka pre položku galérie"
546
 
547
+ #: gallery-plugin.php:1189
548
  msgid "for any structure of permalinks except the default structure"
549
  msgstr "pre inú štruktúru permalinok ako je základná"
550
 
551
+ #: gallery-plugin.php:1193
552
  msgid "Title for lightbox button"
553
  msgstr ""
554
 
555
+ #: gallery-plugin.php:1199
556
+ msgid ""
557
+ "Display all images in the lightbox instead of going into a single gallery"
558
  msgstr ""
559
 
560
+ #: gallery-plugin.php:1202
561
  #, php-format
562
  msgid "When using the gallery template or a shortcode with `%s` parameter"
563
  msgstr ""
564
 
565
+ #: gallery-plugin.php:1228
566
  msgid "Save Changes"
567
  msgstr "Uložiť zmeny"
568
 
569
+ #: gallery-plugin.php:1233
570
+ msgid ""
571
+ "If you install the demo-data, will be created galleries with images, demo-"
572
+ "post with available shortcodes and page with a list of all the galleries."
573
+ msgstr ""
574
+
575
+ #: gallery-plugin.php:1265
576
+ msgid "FAQ"
577
+ msgstr "FAQ"
578
+
579
+ #: gallery-plugin.php:1266
580
  msgid "Support"
581
  msgstr "Podpora"
582
 
583
+ #: gallery-plugin.php:1302
584
  msgid "Updating images..."
585
  msgstr "Nahrávanie obrázkov..."
586
 
587
+ #: gallery-plugin.php:1303
588
  #, fuzzy
589
  msgid "No image found."
590
  msgstr "Obrázok nebol nájdený"
591
 
592
+ #: gallery-plugin.php:1304
593
  #, fuzzy
594
  msgid "All images are updated."
595
  msgstr "Všetky obrázky boli nahraté"
596
 
597
+ #: gallery-plugin.php:1305
598
  msgid "Error."
599
  msgstr "Chyba"
600
 
601
+ #: gallery-plugin.php:1318
602
  msgid ""
603
  "You are about to delete these items from this gallery.\n"
604
  " 'Cancel' to stop, 'OK' to delete."
605
  msgstr ""
606
 
607
+ #: gallery-plugin.php:1319
608
+ msgid ""
609
+ "Switching to another mode, all unsaved data will be lost. Save data before "
610
+ "switching?"
611
  msgstr ""
612
 
613
+ #: gallery-plugin.php:1320
614
  msgid "Insert Media"
615
  msgstr ""
616
 
617
+ #: gallery-plugin.php:1321
618
  msgid "Insert"
619
  msgstr ""
620
 
621
+ #: gallery-plugin.php:1333
622
  #, fuzzy
623
  msgid "Learn more"
624
  msgstr "Viac"
625
 
626
+ #: gallery-plugin.php:1345
627
  #, fuzzy
628
  msgid "Install now"
629
  msgstr "Inštalovať %s"
630
 
631
+ #: gallery-plugin.php:1354
632
  msgid "Add multiple gallery categories"
633
  msgstr ""
634
 
635
+ #: gallery-plugin.php:1354
636
+ msgid ""
637
+ "Install Gallery Categories plugin to add unlimited number of categories."
638
  msgstr ""
639
 
640
+ #: gallery-plugin.php:1638 template/gallery-single-template.php:103
 
641
  msgid "Sorry, nothing found."
642
  msgstr "Prepáčte, nič som nenašiel."
643
 
644
+ #: gallery-plugin.php:1651 template/gallery-single-template.php:124
 
645
  msgid "Image"
646
  msgstr "Obrázok"
647
 
648
+ #: gallery-plugin.php:1651 template/gallery-single-template.php:19
 
649
  msgid "Download high resolution image"
650
  msgstr "Stiahnuť obrázok vo vysokom rozlíšení"
651
 
652
+ #: gallery-plugin.php:1781
653
  msgid "Image size not defined"
654
  msgstr "Veľkosť obrázka nebola definovaná"
655
 
656
+ #: gallery-plugin.php:1796
657
+ msgid ""
658
+ "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
659
+ "manually reload image."
660
  msgstr "Môžete nahrať iba PNG, JPEG, GIF, WPMP alebo XBM súbory."
661
 
662
+ #: gallery-plugin.php:1807
663
  msgid "Image size changes not defined"
664
  msgstr "Zmeny veľkosti obrázka neboli definované"
665
 
666
+ #: gallery-plugin.php:1836 gallery-plugin.php:1839 gallery-plugin.php:1844
 
 
667
  msgid "Invalid path"
668
  msgstr "Neplatná cesta"
669
 
670
+ #: gallery-plugin.php:2012
671
  msgid "Add images requires JavaScript."
672
  msgstr ""
673
 
674
+ #: gallery-plugin.php:2015
675
  msgid "Add Media"
676
  msgstr ""
677
 
678
+ #: gallery-plugin.php:2025
679
  msgid "The grid view for the Gallery images requires JavaScript."
680
  msgstr ""
681
 
682
+ #: gallery-plugin.php:2025
683
  msgid "Switch to the list view"
684
  msgstr ""
685
 
686
+ #: gallery-plugin.php:2052
687
  msgid "List View"
688
  msgstr ""
689
 
690
+ #: gallery-plugin.php:2053
691
  msgid "Grid View"
692
  msgstr ""
693
 
694
+ #: gallery-plugin.php:2108
695
  msgid "Filter"
696
  msgstr ""
697
 
698
+ #: gallery-plugin.php:2112
699
  msgid "Empty Trash"
700
  msgstr ""
701
 
702
+ #: gallery-plugin.php:2133
703
  #, fuzzy
704
  msgid "No images found"
705
  msgstr "Obrázok nebol nájdený"
706
 
707
+ #: gallery-plugin.php:2185
708
  msgid "Select bulk action"
709
  msgstr ""
710
 
711
+ #: gallery-plugin.php:2187
712
  msgid "Bulk Actions"
713
  msgstr ""
714
 
715
+ #: gallery-plugin.php:2197
716
  msgid "Apply"
717
  msgstr ""
718
 
719
+ #: gallery-plugin.php:2204 gallery-plugin.php:2383
 
720
  #, fuzzy
721
  msgid "Delete from Gallery"
722
  msgstr "Nová galéria"
723
 
724
+ #: gallery-plugin.php:2217 gallery-plugin.php:2231
 
725
  #, fuzzy
726
  msgid "Display link to the original file under each image in the lightbox"
727
  msgstr "Zobraziť plný rozmer obrázku v Lightbox"
728
 
729
+ #: gallery-plugin.php:2226
730
  msgid "Bulk Select"
731
  msgstr ""
732
 
733
+ #: gallery-plugin.php:2228
734
  msgid "Cancel Selection"
735
  msgstr ""
736
 
737
+ #: gallery-plugin.php:2229
738
  msgid "Delete Selected"
739
  msgstr ""
740
 
741
+ #: gallery-plugin.php:2242
742
  msgid "File"
743
  msgstr ""
744
 
745
+ #: gallery-plugin.php:2243 gallery-plugin.php:2332 gallery-plugin.php:2441
 
 
746
  msgid "Dimensions"
747
  msgstr ""
748
 
749
+ #: gallery-plugin.php:2245 gallery-plugin.php:2365 gallery-plugin.php:2451
 
 
750
  msgid "Alt tag"
751
  msgstr "Popisný text"
752
 
753
+ #: gallery-plugin.php:2245 gallery-plugin.php:2367
754
+ msgid ""
755
+ "The alt attribute specifies an alternate text for an image, if the image "
756
+ "cannot be displayed."
757
  msgstr ""
758
 
759
+ #: gallery-plugin.php:2246 gallery-plugin.php:2373 gallery-plugin.php:2456
 
 
760
  msgid "Custom URL"
761
  msgstr ""
762
 
763
+ #: gallery-plugin.php:2246 gallery-plugin.php:2375
764
+ msgid ""
765
+ "By clicking on the thumbnail you'll go to the link (if the field is filled) "
766
+ "or the image will be opened in the lightbox (if the field isn't filled)"
767
  msgstr ""
768
 
769
+ #: gallery-plugin.php:2324
770
  msgid "Deselect"
771
  msgstr ""
772
 
773
+ #: gallery-plugin.php:2330
774
  msgid "File name"
775
  msgstr ""
776
 
777
+ #: gallery-plugin.php:2331
778
  msgid "File type"
779
  msgstr ""
780
 
781
+ #: gallery-plugin.php:2335 gallery-plugin.php:2437
 
782
  #, fuzzy
783
  msgid "Edit Attachment Info"
784
  msgstr "ID pripojenia"
785
 
786
+ #: gallery-plugin.php:2335
787
  #, fuzzy
788
  msgid "Edit Attachment"
789
  msgstr "ID pripojenia"
790
 
791
+ #: gallery-plugin.php:2345
792
  msgid "Go Pro"
793
  msgstr ""
794
 
795
+ #: gallery-plugin.php:2345
796
  msgid "Pro version"
797
  msgstr ""
798
 
799
+ #: gallery-plugin.php:2348
800
  msgid "This setting is available in Pro version"
801
  msgstr "Toto nastavanie je k dispozíti v Pro verzii"
802
 
803
+ #: gallery-plugin.php:2381
804
  msgid "Edit more details"
805
  msgstr ""
806
 
807
+ #: gallery-plugin.php:2416
808
  #, php-format
809
  msgid "Select %s"
810
  msgstr ""
811
 
812
+ #: gallery-plugin.php:2429
813
  #, php-format
814
  msgid "Edit &#8220;%s&#8221;"
815
  msgstr ""
816
 
817
+ #: gallery-plugin.php:2474 gallery-plugin.php:2487
 
818
  msgid "Edit"
819
  msgstr ""
820
 
821
+ #: gallery-plugin.php:2477 gallery-plugin.php:2492
 
822
  msgid "Trash"
823
  msgstr ""
824
 
825
+ #: gallery-plugin.php:2480 gallery-plugin.php:2495
 
826
  msgid "Delete Permanently"
827
  msgstr ""
828
 
829
+ #: gallery-plugin.php:2482 gallery-plugin.php:2500
 
830
  #, php-format
831
  msgid "View &#8220;%s&#8221;"
832
  msgstr ""
833
 
834
+ #: gallery-plugin.php:2482 gallery-plugin.php:2500
 
835
  msgid "View"
836
  msgstr ""
837
 
838
+ #: gallery-plugin.php:2484
839
  #, fuzzy
840
  msgid "Attach"
841
  msgstr "ID pripojenia"
842
 
843
+ #: gallery-plugin.php:2490
844
  msgid "Restore"
845
  msgstr ""
846
 
847
+ #: gallery-plugin.php:2621
848
  msgid "Warning"
849
  msgstr ""
850
 
851
+ #: gallery-plugin.php:2621
852
  msgid "You can add only images to the gallery"
853
  msgstr ""
854
 
855
+ #: gallery-plugin.php:2663
856
+ #, fuzzy
857
+ msgid "no title"
858
+ msgstr "Nadpis"
859
+
860
+ #: gallery-plugin.php:2671
861
  #, fuzzy
862
  msgid "Sorry, no gallery found."
863
  msgstr "Prepáčte, nič som nenašiel."
864
 
865
+ #: gallery-plugin.php:2677
866
+ #, fuzzy
867
+ msgid ""
868
+ "Display an album image with the description and the link to a single gallery "
869
+ "page"
870
+ msgstr ""
871
+ "Ak chcete zobraziť krátky popis obsahujúci náhľad a odkaz na vlastnú stŕnaku "
872
+ "galérie"
873
+
874
+ #: template/gallery-template.php:14
875
  #, fuzzy
876
+ msgid "Gallery Category"
877
+ msgstr "Veľkosť obrázka galérie"
878
 
879
+ #: inc/demo-data/class-bws-demo-data.php:31
880
  #, fuzzy
881
  msgid "Install Demo Data"
882
  msgstr "Inštalovať %s"
883
 
884
+ #: inc/demo-data/class-bws-demo-data.php:34
 
 
 
 
885
  msgid "Remove Demo Data"
886
  msgstr ""
887
 
888
+ #: inc/demo-data/class-bws-demo-data.php:35
889
  msgid "Delete demo-data and restore old plugin settings."
890
  msgstr ""
891
 
892
+ #: inc/demo-data/class-bws-demo-data.php:53
893
  msgid "Yes, install demo data"
894
  msgstr ""
895
 
896
+ #: inc/demo-data/class-bws-demo-data.php:54
897
  msgid "Are you sure you want to install demo data?"
898
  msgstr ""
899
 
900
+ #: inc/demo-data/class-bws-demo-data.php:56
901
  msgid "Yes, remove demo data"
902
  msgstr ""
903
 
904
+ #: inc/demo-data/class-bws-demo-data.php:57
905
  msgid "Are you sure you want to remove demo data?"
906
  msgstr ""
907
 
908
+ #: inc/demo-data/class-bws-demo-data.php:64
909
  #, fuzzy
910
  msgid "No, go back to the settings page"
911
  msgstr "na strane nastavení ("
912
 
913
+ #: inc/demo-data/class-bws-demo-data.php:119
914
  msgid "Can not get demo data."
915
  msgstr ""
916
 
917
+ #: inc/demo-data/class-bws-demo-data.php:126
918
  msgid "Demo options already installed."
919
  msgstr ""
920
 
921
+ #: inc/demo-data/class-bws-demo-data.php:355
922
  msgid "Demo data successfully installed."
923
  msgstr ""
924
 
925
+ #: inc/demo-data/class-bws-demo-data.php:357
926
  msgid "View post with shortcodes"
927
  msgstr ""
928
 
929
+ #: inc/demo-data/class-bws-demo-data.php:360
930
  msgid "View page with examples"
931
  msgstr ""
932
 
933
+ #: inc/demo-data/class-bws-demo-data.php:369
934
  msgid "Installation of demo data with some errors occurred."
935
  msgstr ""
936
 
937
+ #: inc/demo-data/class-bws-demo-data.php:372
938
  msgid "Posts data is missing."
939
  msgstr ""
940
 
941
+ #: inc/demo-data/class-bws-demo-data.php:446
942
  msgid "Demo data have already been removed."
943
  msgstr ""
944
 
945
+ #: inc/demo-data/class-bws-demo-data.php:503
946
  msgid "Demo data successfully removed."
947
  msgstr ""
948
 
949
+ #: inc/demo-data/class-bws-demo-data.php:507
950
  msgid "Removing demo data with some errors occurred."
951
  msgstr ""
952
 
953
+ #: inc/demo-data/class-bws-demo-data.php:576
954
  msgid "Close notice"
955
  msgstr ""
956
 
957
+ #: inc/demo-data/class-bws-demo-data.php:580
958
  #, fuzzy
959
  msgid "Install demo data"
960
  msgstr "Inštalovať %s"
961
 
962
+ #: inc/demo-data/class-bws-demo-data.php:580
963
  msgid "for an acquaintance with the possibilities of the"
964
  msgstr ""
965
 
966
+ #~ msgid "Sort images by"
967
+ #~ msgstr "Zoradiť podľa"
968
+
969
  #, fuzzy
970
+ #~ msgid "Sort galleries by"
971
+ #~ msgstr "Zoradiť podľa"
972
+
973
+ #~ msgid "Width (in px)"
974
+ #~ msgstr "Šírka (v px)"
975
+
976
+ #~ msgid "Height (in px)"
977
+ #~ msgstr "Výška (v px)"
978
+
979
+ #~ msgid "Max width (in px)"
980
+ #~ msgstr "max. šírka (v pixeloch)"
981
+
982
+ #~ msgid "Max height (in px)"
983
+ #~ msgstr "max. výška (v pixeloch)"
984
+
985
+ #, fuzzy
986
+ #~ msgid "Display text under the image"
987
+ #~ msgstr "Zobraziť text pod obrázkovm"
988
 
989
  #~ msgid "Notice:"
990
  #~ msgstr "Poznámka:"
languages/gallery-plugin-sl_SI.mo CHANGED
Binary file
languages/gallery-plugin-sl_SI.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-10-06 15:09+0300\n"
6
- "PO-Revision-Date: 2015-10-06 15:09+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Tilen <tilen@divided.si>\n"
9
  "Language: sl_SI\n"
@@ -17,915 +17,973 @@ msgstr ""
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: gallery-plugin.php:45
21
- #: gallery-plugin.php:830
22
- #: gallery-plugin.php:1206
23
- #: gallery-plugin.php:1223
24
  msgid "Settings"
25
  msgstr "Nastavitve"
26
 
27
- #: gallery-plugin.php:110
28
  msgid "See images &raquo;"
29
  msgstr "Poglej slike &raquo;"
30
 
31
- #: gallery-plugin.php:113
32
  msgid "Return to all albums"
33
  msgstr ""
34
 
35
- #: gallery-plugin.php:342
36
  #, fuzzy, php-format
37
- msgid "The following files '%s' and '%s' were not found in the directory of your theme. Please copy them from the directory `%s` to the directory of your theme for the correct work of the Gallery plugin"
38
- msgstr "Datoteke \"gallery-template.php\" in \"gallery-single-template.php\" niso bile najdene v mapi tvoje teme. Prosimo skopiraj jih iz mape `/wp-content/plugins/gallery-plugin/template/` v mapo tvoje teme za pravilno delovanje Gallery vtičnika"
 
 
 
 
 
 
 
39
 
40
- #: gallery-plugin.php:353
41
- #: gallery-plugin.php:362
42
  msgid "Galleries"
43
  msgstr "Galerije"
44
 
45
- #: gallery-plugin.php:354
46
- #: gallery-plugin.php:2595
47
  msgid "Gallery"
48
  msgstr "Galerija"
49
 
50
- #: gallery-plugin.php:355
51
  msgid "Add New Gallery"
52
  msgstr "Dodaj novo Galerijo"
53
 
54
- #: gallery-plugin.php:356
55
  msgid "Edit Gallery"
56
  msgstr "Uredi Galerijo"
57
 
58
- #: gallery-plugin.php:357
59
  msgid "New Gallery"
60
  msgstr "Nova Galerija"
61
 
62
- #: gallery-plugin.php:358
63
  msgid "View Gallery"
64
  msgstr "Pregled Galerije"
65
 
66
- #: gallery-plugin.php:359
67
  #, fuzzy
68
  msgid "Search Galleries"
69
  msgstr "Galerije"
70
 
71
- #: gallery-plugin.php:360
72
  msgid "No Gallery found"
73
  msgstr "Galerija ni bila najdena"
74
 
75
- #: gallery-plugin.php:417
76
  msgid "Gallery Shortcode"
77
  msgstr "Kratka koda do galerije"
78
 
79
- #: gallery-plugin.php:419
80
- #: gallery-plugin.php:460
81
- #: gallery-plugin.php:2581
82
  #, fuzzy
83
  msgid "Gallery Categories"
84
  msgstr "Velikost slike v galeriji"
85
 
86
- #: gallery-plugin.php:429
87
- #: gallery-plugin.php:849
88
  #, fuzzy, php-format
89
- msgid "If you would like to add a Gallery to your page or post, please use %s button"
90
- msgstr "Če želiš dodati posamezno galerijo v stran ali prispevek preprosto kopiraj to kodo:"
 
 
 
91
 
92
- #: gallery-plugin.php:434
93
  #, php-format
94
- msgid "You can add the Gallery to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode below"
 
 
 
95
  msgstr ""
96
 
97
- #: gallery-plugin.php:440
98
- msgid "Add this shortcode to a page, post or widget to display a single gallery"
 
99
  msgstr ""
100
 
101
- #: gallery-plugin.php:443
102
  #, fuzzy
103
- msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
104
- msgstr "Če želiš prikazati kratek opis s predogledno sliko in povezavo do posamezne galerije kopiraj spodnjo povezavo."
 
 
 
 
105
 
106
- #: gallery-plugin.php:445
107
  msgid "Short display"
108
  msgstr ""
109
 
110
- #: gallery-plugin.php:461
111
  msgid "Most Used"
112
  msgstr ""
113
 
114
- #: gallery-plugin.php:466
115
- #: gallery-plugin.php:939
116
  msgid "Default"
117
  msgstr "Privzeto"
118
 
119
- #: gallery-plugin.php:471
120
  #, fuzzy
121
  msgid "Add New Gallery Category"
122
  msgstr "Dodaj novo Galerijo"
123
 
124
- #: gallery-plugin.php:476
125
  #, fuzzy
126
  msgid "Install plugin"
127
  msgstr "Instalirani moduli"
128
 
129
- #: gallery-plugin.php:631
130
- #: gallery-plugin.php:1020
131
- #: gallery-plugin.php:2173
132
- #: gallery-plugin.php:2288
133
- #: gallery-plugin.php:2375
134
  msgid "Title"
135
  msgstr "Naslov"
136
 
137
- #: gallery-plugin.php:632
138
- #: gallery-plugin.php:1025
139
  msgid "Author"
140
  msgstr "Avtor"
141
 
142
- #: gallery-plugin.php:633
143
  #, fuzzy
144
  msgid "Shortcode"
145
  msgstr "Kratka koda do galerije"
146
 
147
- #: gallery-plugin.php:634
148
  #, fuzzy
149
  msgid "Photos"
150
  msgstr "Slika"
151
 
152
- #: gallery-plugin.php:635
153
- #: gallery-plugin.php:1004
154
- #: gallery-plugin.php:1021
155
  msgid "Date"
156
  msgstr "Datum"
157
 
158
- #: gallery-plugin.php:800
159
  msgid "Settings are saved"
160
  msgstr "Nastavitve so shranjene"
161
 
162
- #: gallery-plugin.php:817
163
  #, fuzzy
164
  msgid "All plugin settings were restored."
165
  msgstr "na strani za nastavitve vtičnikov ("
166
 
167
- #: gallery-plugin.php:828
168
  msgid "Gallery Settings"
169
  msgstr "Nastavitve galerije"
170
 
171
- #: gallery-plugin.php:831
172
- #: gallery-plugin.php:1207
173
- msgid "FAQ"
174
- msgstr "FAQ"
175
-
176
- #: gallery-plugin.php:832
177
  msgid "Go PRO"
178
  msgstr "Pojdi na PRO"
179
 
180
- #: gallery-plugin.php:842
181
  msgid "Please enable JavaScript to use the option to renew images."
182
  msgstr "Prosimo omogoči Javascript za uporabo funkcije osvežitve slik."
183
 
184
- #: gallery-plugin.php:854
185
  #, php-format
186
- msgid "You can add the Gallery to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode %s, where * stands for gallery ID"
 
 
 
187
  msgstr ""
188
 
189
- #: gallery-plugin.php:863
190
- msgid "Update images for gallery"
191
- msgstr "Osveži slike galerije"
192
-
193
- #: gallery-plugin.php:865
194
- msgid "Update images"
195
- msgstr "Posodobi slike"
196
 
197
- #: gallery-plugin.php:873
198
- msgid "Image size for the album cover"
199
- msgstr "Velikost slike albuma"
 
 
 
200
 
201
- #: gallery-plugin.php:875
202
- #: gallery-plugin.php:889
203
- #: gallery-plugin.php:913
204
  msgid "Image size"
205
  msgstr "Velikost slike"
206
 
207
- #: gallery-plugin.php:878
208
- #: gallery-plugin.php:892
209
- msgid "Width (in px)"
210
- msgstr "Širina (v pikslih)"
 
 
 
 
 
 
 
 
 
 
 
 
211
 
212
- #: gallery-plugin.php:882
213
- #: gallery-plugin.php:896
214
- msgid "Height (in px)"
215
- msgstr "Višina (v pikslih)"
216
 
217
- #: gallery-plugin.php:887
218
  #, fuzzy
219
- msgid "Image size for thumbnails"
220
  msgstr "Velikost slike albuma"
221
 
222
- #: gallery-plugin.php:901
223
- msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
224
- msgstr "WordPress bo ustvaril novo predolgedno sliko z danimi dimenzijami pri naslednjem nalaganju nove slike."
225
 
226
- #: gallery-plugin.php:907
227
- #: gallery-plugin.php:1101
228
- #: gallery-plugin.php:1307
229
  msgid "Close"
230
  msgstr ""
231
 
232
- #: gallery-plugin.php:911
233
  #, fuzzy
234
- msgid "Image size in the lightbox"
235
  msgstr "Velikost slike v lightbox-u"
236
 
237
- #: gallery-plugin.php:914
238
- msgid "Max width (in px)"
239
- msgstr "Max širina (v pikslih)"
240
-
241
- #: gallery-plugin.php:915
242
- msgid "Max height (in px)"
243
- msgstr "Max višina (v pikslih)"
244
-
245
- #: gallery-plugin.php:916
246
  msgid "Display a full size image in the lightbox"
247
  msgstr "Prikaži sliko polne velikosti v lightbox-u"
248
 
249
- #: gallery-plugin.php:920
250
  msgid "Crop position"
251
  msgstr "Pozicija za obrez"
252
 
253
- #: gallery-plugin.php:924
254
- #: gallery-plugin.php:930
255
  msgid "center"
256
  msgstr "center"
257
 
258
- #: gallery-plugin.php:926
259
  msgid "Horizontal"
260
  msgstr "Horizontalno"
261
 
262
- #: gallery-plugin.php:932
263
  msgid "Vertical"
264
  msgstr "Vertikalno"
265
 
266
- #: gallery-plugin.php:937
267
- msgid "Lightbox background"
268
- msgstr "Lightbox ozadje"
 
269
 
270
- #: gallery-plugin.php:940
271
- msgid "Background transparency (from 0 to 1)"
272
- msgstr "Prosojnost ozadja"
273
 
274
- #: gallery-plugin.php:941
275
- msgid "Select a background color"
276
- msgstr "Izberi barvo ozadja"
277
 
278
- #: gallery-plugin.php:946
279
- #: gallery-plugin.php:1149
280
- msgid "If you upgrade to Pro version all your settings and galleries will be saved."
281
- msgstr "V primeru posodobitve na PRO verzijo se bodo vse nastavitve in galerije ohranile."
 
 
282
 
283
- #: gallery-plugin.php:953
284
- #: gallery-plugin.php:1156
285
  #, fuzzy
286
  msgid "Unlock premium options by upgrading to Pro version"
287
  msgstr "Odkleni premium opcije z nadgradnjo na PRO verzijo."
288
 
289
- #: gallery-plugin.php:957
290
- #: gallery-plugin.php:1160
291
  msgid "Start Your Trial"
292
  msgstr "Začni svoje preizkusno obdobje"
293
 
294
- #: gallery-plugin.php:958
295
- #: gallery-plugin.php:1161
296
- #: gallery-plugin.php:2583
297
  msgid "or"
298
  msgstr "ali"
299
 
300
- #: gallery-plugin.php:960
301
- #: gallery-plugin.php:1163
302
  msgid "Learn More"
303
  msgstr "Preberi več"
304
 
305
- #: gallery-plugin.php:968
 
 
 
 
 
 
 
 
306
  msgid "Images with border"
307
  msgstr "Slike z okvirjem"
308
 
309
- #: gallery-plugin.php:971
310
  msgid "Border width in px, just numbers"
311
  msgstr "Širina okvirja v pikslih (le številčno)"
312
 
313
- #: gallery-plugin.php:972
314
  msgid "Select a border color"
315
  msgstr "Izberi barvo okvirja"
316
 
317
- #: gallery-plugin.php:976
318
- msgid "Number of images in the row"
319
- msgstr "Število slik v vrsti"
320
-
321
- #: gallery-plugin.php:982
322
- msgid "Start slideshow"
323
- msgstr "Začni projekcijo"
324
-
325
- #: gallery-plugin.php:988
326
- msgid "Slideshow interval"
327
- msgstr "Interval projekcije slik"
328
-
329
- #: gallery-plugin.php:994
330
- msgid "Use single lightbox for multiple galleries on one page"
331
- msgstr "Uporabi lightbox enkratno za vse galerije na strani"
332
-
333
- #: gallery-plugin.php:1000
334
- msgid "Sort images by"
335
- msgstr "Uredi slike po"
336
 
337
- #: gallery-plugin.php:1002
338
- msgid "Attachment ID"
 
339
  msgstr "ID priloge"
340
 
341
- #: gallery-plugin.php:1003
342
- msgid "Image Name"
 
343
  msgstr "Ime slike"
344
 
345
- #: gallery-plugin.php:1005
346
- msgid "Sorting order in the Gallery"
 
 
 
 
 
347
  msgstr ""
348
 
349
- #: gallery-plugin.php:1006
350
- #: gallery-plugin.php:1026
351
  msgid "Random"
352
  msgstr "Naključno"
353
 
354
- #: gallery-plugin.php:1010
355
- msgid "Sort images"
356
- msgstr "Preuredi slike"
 
357
 
358
- #: gallery-plugin.php:1012
359
- #: gallery-plugin.php:1032
360
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
361
  msgstr "ASC (naraščujoče - 1, 2, 3; a, b, c)"
362
 
363
- #: gallery-plugin.php:1013
364
- #: gallery-plugin.php:1033
365
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
366
  msgstr "DESC (padajoče - 3, 2, 1; c, b, a)"
367
 
368
- #: gallery-plugin.php:1017
369
  #, fuzzy
370
- msgid "Sort galleries by"
371
- msgstr "Uredi slike po"
372
 
373
- #: gallery-plugin.php:1019
374
  #, fuzzy
375
- msgid "Gallery ID"
376
  msgstr "Galerija"
377
 
378
- #: gallery-plugin.php:1022
379
- msgid "Last modified date"
 
 
 
 
 
380
  msgstr ""
381
 
382
- #: gallery-plugin.php:1023
383
- msgid "Comment count"
384
  msgstr ""
385
 
386
- #: gallery-plugin.php:1024
387
  #, fuzzy
388
- msgid "Sorting order (the input field for sorting order)"
389
  msgstr "Razporejanje glede na razporeditev v predstavnostni knjižici"
390
 
391
- #: gallery-plugin.php:1030
392
  #, fuzzy
393
- msgid "Sort galleries"
394
- msgstr "Galerije"
395
 
396
- #: gallery-plugin.php:1037
397
- msgid "Display text under the image"
398
- msgstr "Prikaži tekst pod sliko"
399
 
400
- #: gallery-plugin.php:1039
401
- msgid "Turn off the checkbox, if you want to display text just in a lightbox"
402
- msgstr "Odkljukaj kvadratek, če želiš da se tekst prikaže le v lightbox-u"
 
 
 
 
403
 
404
- #: gallery-plugin.php:1043
 
 
 
 
 
 
 
 
405
  msgid "Display the Back link"
406
  msgstr "Prikaži povratni link"
407
 
408
- #: gallery-plugin.php:1049
409
  msgid "Display the Back link in the shortcode"
410
  msgstr "Prikaži povratni link v kratki kodi"
411
 
412
- #: gallery-plugin.php:1055
413
  msgid "The Back link text"
414
  msgstr "Besedilo povezave na povratek na galerijo"
415
 
416
- #: gallery-plugin.php:1061
417
  msgid "The Back link URL"
418
  msgstr "Povezava, na kateri se nahajajo galerije"
419
 
420
- #: gallery-plugin.php:1063
421
  msgid "Gallery page (Page with Gallery Template)"
422
  msgstr "Galerija (Stran z uporabljeno predlogo \"Gallery Template\")"
423
 
424
- #: gallery-plugin.php:1065
425
  msgid "(Full URL to custom page)"
426
  msgstr "(Polni URL za uporabo na strani)"
427
 
428
- #: gallery-plugin.php:1069
429
  msgid "The Read More link text"
430
  msgstr "Tekst v \"Read More\" gumbu"
431
 
432
- #: gallery-plugin.php:1075
433
  msgid "Add gallery to the search"
434
  msgstr "Dodaj galerijo k iskalniku"
435
 
436
- #: gallery-plugin.php:1080
437
- #: gallery-plugin.php:1083
438
- #: gallery-plugin.php:1087
439
  msgid "Using"
440
  msgstr "Se uporablja"
441
 
442
- #: gallery-plugin.php:1080
443
- #: gallery-plugin.php:1083
444
- #: gallery-plugin.php:1087
445
  msgid "powered by"
446
  msgstr "gnano z"
447
 
448
- #: gallery-plugin.php:1083
449
- #: gallery-plugin.php:1282
450
  msgid "Activate"
451
  msgstr "Aktivirani moduli"
452
 
453
- #: gallery-plugin.php:1087
454
  msgid "Download"
455
  msgstr ""
456
 
457
- #: gallery-plugin.php:1092
458
  msgid "Rewrite templates after update"
459
  msgstr ""
460
 
461
- #: gallery-plugin.php:1094
462
  #, php-format
463
- msgid "Turn off the checkbox, if You edited the file '%s' or '%s' file in your theme folder and You don't want to rewrite them"
 
 
464
  msgstr ""
465
 
466
- #: gallery-plugin.php:1105
 
 
 
 
 
 
 
 
 
467
  msgid "Use pagination for images"
468
  msgstr "Uporabi oštevilčenje strani za slike"
469
 
470
- #: gallery-plugin.php:1108
471
  msgid "per page"
472
  msgstr "na stran"
473
 
474
- #: gallery-plugin.php:1112
 
 
 
 
 
 
 
 
 
 
 
 
475
  msgid "The lightbox helper"
476
  msgstr "Lightbox pomočnik"
477
 
478
- #: gallery-plugin.php:1114
479
  msgid "Do not use"
480
  msgstr "Ne uporabljaj"
481
 
482
- #: gallery-plugin.php:1115
483
  msgid "Button helper"
484
  msgstr "Pomočnik za gumb"
485
 
486
- #: gallery-plugin.php:1116
487
  msgid "Thumbnail helper"
488
  msgstr "Pomočnik za prikazno sliko"
489
 
490
- #: gallery-plugin.php:1120
491
  msgid "Display Like buttons in the lightbox"
492
  msgstr "Prikaži gumb \"Like\" tudi v lightbox-u"
493
 
494
- #: gallery-plugin.php:1122
495
  msgid "FaceBook"
496
  msgstr "FaceBook"
497
 
498
- #: gallery-plugin.php:1123
499
  msgid "Twitter"
500
  msgstr "Twitter"
501
 
502
- #: gallery-plugin.php:1124
503
  msgid "Pinterest"
504
  msgstr "Pinterest"
505
 
506
- #: gallery-plugin.php:1125
507
  msgid "Google +1"
508
  msgstr "Google +1"
509
 
510
- #: gallery-plugin.php:1129
511
  msgid "Slug for gallery item"
512
  msgstr "Ključ za galerijski vnos"
513
 
514
- #: gallery-plugin.php:1131
515
  msgid "for any structure of permalinks except the default structure"
516
  msgstr "za katerokoli strukturo trajnih povezav, z izjemo privzete strukture"
517
 
518
- #: gallery-plugin.php:1135
519
  msgid "Title for lightbox button"
520
  msgstr "Naziv za lightbox gumb"
521
 
522
- #: gallery-plugin.php:1141
523
- msgid "Display all images in the lightbox instead of going into a single gallery"
 
524
  msgstr ""
525
 
526
- #: gallery-plugin.php:1144
527
  #, php-format
528
  msgid "When using the gallery template or a shortcode with `%s` parameter"
529
  msgstr ""
530
 
531
- #: gallery-plugin.php:1170
532
  msgid "Save Changes"
533
  msgstr "Shrani spremembe"
534
 
535
- #: gallery-plugin.php:1208
 
 
 
 
 
 
 
 
 
 
536
  msgid "Support"
537
  msgstr "Podpora"
538
 
539
- #: gallery-plugin.php:1248
540
  msgid "Updating images..."
541
  msgstr "Posodabljam slike..."
542
 
543
- #: gallery-plugin.php:1249
544
  #, fuzzy
545
  msgid "No image found."
546
  msgstr "Slike niso bile najdene"
547
 
548
- #: gallery-plugin.php:1250
549
  #, fuzzy
550
  msgid "All images are updated."
551
  msgstr "Vse slike so posodobljene"
552
 
553
- #: gallery-plugin.php:1251
554
  msgid "Error."
555
  msgstr "Napaka."
556
 
557
- #: gallery-plugin.php:1262
558
  msgid ""
559
  "You are about to delete these items from this gallery.\n"
560
  " 'Cancel' to stop, 'OK' to delete."
561
  msgstr ""
562
 
563
- #: gallery-plugin.php:1263
564
- msgid "Switching to another mode, all unsaved data will be lost. Save data before switching?"
 
 
565
  msgstr ""
566
 
567
- #: gallery-plugin.php:1264
568
  msgid "Insert Media"
569
  msgstr ""
570
 
571
- #: gallery-plugin.php:1265
572
  msgid "Insert"
573
  msgstr ""
574
 
575
- #: gallery-plugin.php:1277
576
  #, fuzzy
577
  msgid "Learn more"
578
  msgstr "Preberi več"
579
 
580
- #: gallery-plugin.php:1289
581
  #, fuzzy
582
  msgid "Install now"
583
  msgstr "Instalacija %s"
584
 
585
- #: gallery-plugin.php:1298
586
  msgid "Add multiple gallery categories"
587
  msgstr ""
588
 
589
- #: gallery-plugin.php:1298
590
- msgid "Install Gallery Categories plugin to add unlimited number of categories."
 
591
  msgstr ""
592
 
593
- #: gallery-plugin.php:1573
594
- #: template/gallery-single-template.php:101
595
  msgid "Sorry, nothing found."
596
  msgstr "Žal ni zadetkov"
597
 
598
- #: gallery-plugin.php:1595
599
- #: template/gallery-single-template.php:120
600
  msgid "Image"
601
  msgstr "Slika"
602
 
603
- #: gallery-plugin.php:1595
604
- #: template/gallery-single-template.php:19
605
  msgid "Download high resolution image"
606
  msgstr "Prenesi sliko visoke resolucije"
607
 
608
- #: gallery-plugin.php:1725
609
  msgid "Image size not defined"
610
  msgstr "Velikost slike ni podana"
611
 
612
- #: gallery-plugin.php:1740
613
- msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
614
- msgstr "Posodobiti je možno le PNG, JPEG, GIF, WPMP ali XBM tipe datotek. Za vse ostale prosimo, da posodobiš slike ročno."
 
 
 
 
615
 
616
- #: gallery-plugin.php:1751
617
  msgid "Image size changes not defined"
618
  msgstr "Spremembe velikosti slike niso podane"
619
 
620
- #: gallery-plugin.php:1780
621
- #: gallery-plugin.php:1783
622
- #: gallery-plugin.php:1788
623
  msgid "Invalid path"
624
  msgstr "Napačna pot"
625
 
626
- #: gallery-plugin.php:1940
627
  msgid "Add images requires JavaScript."
628
  msgstr ""
629
 
630
- #: gallery-plugin.php:1943
631
  msgid "Add Media"
632
  msgstr ""
633
 
634
- #: gallery-plugin.php:1953
635
  msgid "The grid view for the Gallery images requires JavaScript."
636
  msgstr ""
637
 
638
- #: gallery-plugin.php:1953
639
  msgid "Switch to the list view"
640
  msgstr ""
641
 
642
- #: gallery-plugin.php:1980
643
  msgid "List View"
644
  msgstr ""
645
 
646
- #: gallery-plugin.php:1981
647
  msgid "Grid View"
648
  msgstr ""
649
 
650
- #: gallery-plugin.php:2036
651
  msgid "Filter"
652
  msgstr ""
653
 
654
- #: gallery-plugin.php:2040
655
  msgid "Empty Trash"
656
  msgstr ""
657
 
658
- #: gallery-plugin.php:2061
659
  #, fuzzy
660
  msgid "No images found"
661
  msgstr "Slike niso bile najdene"
662
 
663
- #: gallery-plugin.php:2113
664
  msgid "Select bulk action"
665
  msgstr ""
666
 
667
- #: gallery-plugin.php:2115
668
  msgid "Bulk Actions"
669
  msgstr ""
670
 
671
- #: gallery-plugin.php:2125
672
  msgid "Apply"
673
  msgstr ""
674
 
675
- #: gallery-plugin.php:2132
676
- #: gallery-plugin.php:2312
677
  #, fuzzy
678
  msgid "Delete from Gallery"
679
  msgstr "Nova Galerija"
680
 
681
- #: gallery-plugin.php:2145
682
- #: gallery-plugin.php:2159
683
  #, fuzzy
684
  msgid "Display link to the original file under each image in the lightbox"
685
  msgstr "Prikaži sliko polne velikosti v lightbox-u"
686
 
687
- #: gallery-plugin.php:2154
688
  msgid "Bulk Select"
689
  msgstr ""
690
 
691
- #: gallery-plugin.php:2156
692
  msgid "Cancel Selection"
693
  msgstr ""
694
 
695
- #: gallery-plugin.php:2157
696
  msgid "Delete Selected"
697
  msgstr ""
698
 
699
- #: gallery-plugin.php:2171
700
  msgid "File"
701
  msgstr ""
702
 
703
- #: gallery-plugin.php:2172
704
- #: gallery-plugin.php:2261
705
- #: gallery-plugin.php:2370
706
  msgid "Dimensions"
707
  msgstr ""
708
 
709
- #: gallery-plugin.php:2174
710
- #: gallery-plugin.php:2294
711
- #: gallery-plugin.php:2380
712
  msgid "Alt tag"
713
  msgstr "Alt oznaka"
714
 
715
- #: gallery-plugin.php:2174
716
- #: gallery-plugin.php:2296
717
- msgid "The alt attribute specifies an alternate text for an image, if the image cannot be displayed."
 
718
  msgstr ""
719
 
720
- #: gallery-plugin.php:2175
721
- #: gallery-plugin.php:2302
722
- #: gallery-plugin.php:2385
723
  msgid "Custom URL"
724
  msgstr ""
725
 
726
- #: gallery-plugin.php:2175
727
- #: gallery-plugin.php:2304
728
- msgid "By clicking on the thumbnail you'll go to the link (if the field is filled) or the image will be opened in the lightbox (if the field isn't filled)"
 
729
  msgstr ""
730
 
731
- #: gallery-plugin.php:2253
732
  msgid "Deselect"
733
  msgstr ""
734
 
735
- #: gallery-plugin.php:2259
736
  msgid "File name"
737
  msgstr ""
738
 
739
- #: gallery-plugin.php:2260
740
  msgid "File type"
741
  msgstr ""
742
 
743
- #: gallery-plugin.php:2264
744
- #: gallery-plugin.php:2366
745
  #, fuzzy
746
  msgid "Edit Attachment Info"
747
  msgstr "ID priloge"
748
 
749
- #: gallery-plugin.php:2264
750
  #, fuzzy
751
  msgid "Edit Attachment"
752
  msgstr "ID priloge"
753
 
754
- #: gallery-plugin.php:2274
755
  #, fuzzy
756
  msgid "Go Pro"
757
  msgstr "Pojdi na PRO"
758
 
759
- #: gallery-plugin.php:2274
760
  msgid "Pro version"
761
  msgstr ""
762
 
763
- #: gallery-plugin.php:2277
764
  msgid "This setting is available in Pro version"
765
  msgstr "Ta nastavitev je dostopna v Pro verziji"
766
 
767
- #: gallery-plugin.php:2310
768
  msgid "Edit more details"
769
  msgstr ""
770
 
771
- #: gallery-plugin.php:2345
772
  #, php-format
773
  msgid "Select %s"
774
  msgstr ""
775
 
776
- #: gallery-plugin.php:2358
777
  #, php-format
778
  msgid "Edit &#8220;%s&#8221;"
779
  msgstr ""
780
 
781
- #: gallery-plugin.php:2403
782
- #: gallery-plugin.php:2416
783
  msgid "Edit"
784
  msgstr ""
785
 
786
- #: gallery-plugin.php:2406
787
- #: gallery-plugin.php:2421
788
  msgid "Trash"
789
  msgstr ""
790
 
791
- #: gallery-plugin.php:2409
792
- #: gallery-plugin.php:2424
793
  msgid "Delete Permanently"
794
  msgstr ""
795
 
796
- #: gallery-plugin.php:2411
797
- #: gallery-plugin.php:2429
798
  #, php-format
799
  msgid "View &#8220;%s&#8221;"
800
  msgstr ""
801
 
802
- #: gallery-plugin.php:2411
803
- #: gallery-plugin.php:2429
804
  msgid "View"
805
  msgstr ""
806
 
807
- #: gallery-plugin.php:2413
808
  #, fuzzy
809
  msgid "Attach"
810
  msgstr "ID priloge"
811
 
812
- #: gallery-plugin.php:2419
813
  msgid "Restore"
814
  msgstr ""
815
 
816
- #: gallery-plugin.php:2550
817
  msgid "Warning"
818
  msgstr ""
819
 
820
- #: gallery-plugin.php:2550
821
  msgid "You can add only images to the gallery"
822
  msgstr ""
823
 
824
- #: gallery-plugin.php:2597
 
 
 
 
 
825
  #, fuzzy
826
  msgid "Sorry, no gallery found."
827
  msgstr "Žal ni zadetkov"
828
 
829
- #: gallery-plugin.php:2603
 
 
 
 
 
 
 
 
 
830
  #, fuzzy
831
- msgid "Display an album image with the description and the link to a single gallery page"
832
- msgstr "Če želiš prikazati kratek opis s predogledno sliko in povezavo do posamezne galerije kopiraj spodnjo povezavo."
833
 
834
- #: inc/demo-data/demo-data-loader.php:78
835
  #, fuzzy
836
  msgid "Install Demo Data"
837
  msgstr "Instalacija %s"
838
 
839
- #: inc/demo-data/demo-data-loader.php:79
840
- msgid "If you install the demo-data, will be created galleries with images, demo-post with available shortcodes and page with a list of all the galleries, plugin settings will be overwritten, however, when you delete the demo data, they will be restored."
841
- msgstr ""
842
-
843
- #: inc/demo-data/demo-data-loader.php:82
844
  msgid "Remove Demo Data"
845
  msgstr ""
846
 
847
- #: inc/demo-data/demo-data-loader.php:83
848
  msgid "Delete demo-data and restore old plugin settings."
849
  msgstr ""
850
 
851
- #: inc/demo-data/demo-data-loader.php:108
852
  msgid "Yes, install demo data"
853
  msgstr ""
854
 
855
- #: inc/demo-data/demo-data-loader.php:109
856
  msgid "Are you sure you want to install demo data?"
857
  msgstr ""
858
 
859
- #: inc/demo-data/demo-data-loader.php:111
860
  msgid "Yes, remove demo data"
861
  msgstr ""
862
 
863
- #: inc/demo-data/demo-data-loader.php:112
864
  msgid "Are you sure you want to remove demo data?"
865
  msgstr ""
866
 
867
- #: inc/demo-data/demo-data-loader.php:119
868
  #, fuzzy
869
  msgid "No, go back to the settings page"
870
  msgstr "na strani za nastavitve vtičnikov ("
871
 
872
- #: inc/demo-data/demo-data-loader.php:167
873
  msgid "Can not get demo data."
874
  msgstr ""
875
 
876
- #: inc/demo-data/demo-data-loader.php:173
877
  msgid "Demo options already installed."
878
  msgstr ""
879
 
880
- #: inc/demo-data/demo-data-loader.php:296
881
  msgid "Demo data successfully installed."
882
  msgstr ""
883
 
884
- #: inc/demo-data/demo-data-loader.php:298
885
  msgid "View post with shortcodes"
886
  msgstr ""
887
 
888
- #: inc/demo-data/demo-data-loader.php:301
889
  msgid "View page with examples"
890
  msgstr ""
891
 
892
- #: inc/demo-data/demo-data-loader.php:308
893
  msgid "Installation of demo data with some errors occurred."
894
  msgstr ""
895
 
896
- #: inc/demo-data/demo-data-loader.php:311
897
  msgid "Posts data is missing."
898
  msgstr ""
899
 
900
- #: inc/demo-data/demo-data-loader.php:336
901
  msgid "Demo data have already been removed."
902
  msgstr ""
903
 
904
- #: inc/demo-data/demo-data-loader.php:383
905
  msgid "Demo data successfully removed."
906
  msgstr ""
907
 
908
- #: inc/demo-data/demo-data-loader.php:386
909
  msgid "Removing demo data with some errors occurred."
910
  msgstr ""
911
 
912
- #: inc/demo-data/demo-data-loader.php:517
913
  msgid "Close notice"
914
  msgstr ""
915
 
916
- #: inc/demo-data/demo-data-loader.php:520
917
  #, fuzzy
918
  msgid "Install demo data"
919
  msgstr "Instalacija %s"
920
 
921
- #: inc/demo-data/demo-data-loader.php:520
922
  msgid "for an acquaintance with the possibilities of the"
923
  msgstr ""
924
 
925
- #: template/gallery-template.php:14
 
 
926
  #, fuzzy
927
- msgid "Gallery Category"
928
- msgstr "Velikost slike v galeriji"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
929
 
930
  #~ msgid "Notice:"
931
  #~ msgstr "Obvestilo:"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-03-16 18:16+0300\n"
6
+ "PO-Revision-Date: 2016-03-16 18:16+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Tilen <tilen@divided.si>\n"
9
  "Language: sl_SI\n"
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: gallery-plugin.php:45 gallery-plugin.php:882 gallery-plugin.php:1264
21
+ #: gallery-plugin.php:1281
 
 
22
  msgid "Settings"
23
  msgstr "Nastavitve"
24
 
25
+ #: gallery-plugin.php:126
26
  msgid "See images &raquo;"
27
  msgstr "Poglej slike &raquo;"
28
 
29
+ #: gallery-plugin.php:129
30
  msgid "Return to all albums"
31
  msgstr ""
32
 
33
+ #: gallery-plugin.php:382
34
  #, fuzzy, php-format
35
+ msgid ""
36
+ "The following files '%s' and '%s' were not found in the directory of your "
37
+ "theme. Please copy them from the directory `%s` to the directory of your "
38
+ "theme for the correct work of the Gallery plugin"
39
+ msgstr ""
40
+ "Datoteke \"gallery-template.php\" in \"gallery-single-template.php\" niso "
41
+ "bile najdene v mapi tvoje teme. Prosimo skopiraj jih iz mape `/wp-content/"
42
+ "plugins/gallery-plugin/template/` v mapo tvoje teme za pravilno delovanje "
43
+ "Gallery vtičnika"
44
 
45
+ #: gallery-plugin.php:393 gallery-plugin.php:402
 
46
  msgid "Galleries"
47
  msgstr "Galerije"
48
 
49
+ #: gallery-plugin.php:394 gallery-plugin.php:2669
 
50
  msgid "Gallery"
51
  msgstr "Galerija"
52
 
53
+ #: gallery-plugin.php:395
54
  msgid "Add New Gallery"
55
  msgstr "Dodaj novo Galerijo"
56
 
57
+ #: gallery-plugin.php:396
58
  msgid "Edit Gallery"
59
  msgstr "Uredi Galerijo"
60
 
61
+ #: gallery-plugin.php:397
62
  msgid "New Gallery"
63
  msgstr "Nova Galerija"
64
 
65
+ #: gallery-plugin.php:398
66
  msgid "View Gallery"
67
  msgstr "Pregled Galerije"
68
 
69
+ #: gallery-plugin.php:399
70
  #, fuzzy
71
  msgid "Search Galleries"
72
  msgstr "Galerije"
73
 
74
+ #: gallery-plugin.php:400
75
  msgid "No Gallery found"
76
  msgstr "Galerija ni bila najdena"
77
 
78
+ #: gallery-plugin.php:457
79
  msgid "Gallery Shortcode"
80
  msgstr "Kratka koda do galerije"
81
 
82
+ #: gallery-plugin.php:459 gallery-plugin.php:500 gallery-plugin.php:2652
 
 
83
  #, fuzzy
84
  msgid "Gallery Categories"
85
  msgstr "Velikost slike v galeriji"
86
 
87
+ #: gallery-plugin.php:469 gallery-plugin.php:900
 
88
  #, fuzzy, php-format
89
+ msgid ""
90
+ "If you would like to add a Gallery to your page or post, please use %s button"
91
+ msgstr ""
92
+ "Če želiš dodati posamezno galerijo v stran ali prispevek preprosto kopiraj "
93
+ "to kodo:"
94
 
95
+ #: gallery-plugin.php:474
96
  #, php-format
97
+ msgid ""
98
+ "You can add the Gallery to your page or post by clicking on %s button in the "
99
+ "content edit block using the Visual mode. If the button isn't displayed, "
100
+ "please use the shortcode below"
101
  msgstr ""
102
 
103
+ #: gallery-plugin.php:480
104
+ msgid ""
105
+ "Add this shortcode to a page, post or widget to display a single gallery"
106
  msgstr ""
107
 
108
+ #: gallery-plugin.php:483
109
  #, fuzzy
110
+ msgid ""
111
+ "Use this shortcode to display an album image with the description and the "
112
+ "link to a single gallery page"
113
+ msgstr ""
114
+ "Če želiš prikazati kratek opis s predogledno sliko in povezavo do posamezne "
115
+ "galerije kopiraj spodnjo povezavo."
116
 
117
+ #: gallery-plugin.php:485
118
  msgid "Short display"
119
  msgstr ""
120
 
121
+ #: gallery-plugin.php:501
122
  msgid "Most Used"
123
  msgstr ""
124
 
125
+ #: gallery-plugin.php:506 gallery-plugin.php:1164
 
126
  msgid "Default"
127
  msgstr "Privzeto"
128
 
129
+ #: gallery-plugin.php:511
130
  #, fuzzy
131
  msgid "Add New Gallery Category"
132
  msgstr "Dodaj novo Galerijo"
133
 
134
+ #: gallery-plugin.php:516
135
  #, fuzzy
136
  msgid "Install plugin"
137
  msgstr "Instalirani moduli"
138
 
139
+ #: gallery-plugin.php:674 gallery-plugin.php:2244 gallery-plugin.php:2359
140
+ #: gallery-plugin.php:2446
 
 
 
141
  msgid "Title"
142
  msgstr "Naslov"
143
 
144
+ #: gallery-plugin.php:675
 
145
  msgid "Author"
146
  msgstr "Avtor"
147
 
148
+ #: gallery-plugin.php:676
149
  #, fuzzy
150
  msgid "Shortcode"
151
  msgstr "Kratka koda do galerije"
152
 
153
+ #: gallery-plugin.php:677
154
  #, fuzzy
155
  msgid "Photos"
156
  msgstr "Slika"
157
 
158
+ #: gallery-plugin.php:678
 
 
159
  msgid "Date"
160
  msgstr "Datum"
161
 
162
+ #: gallery-plugin.php:851
163
  msgid "Settings are saved"
164
  msgstr "Nastavitve so shranjene"
165
 
166
+ #: gallery-plugin.php:868
167
  #, fuzzy
168
  msgid "All plugin settings were restored."
169
  msgstr "na strani za nastavitve vtičnikov ("
170
 
171
+ #: gallery-plugin.php:880
172
  msgid "Gallery Settings"
173
  msgstr "Nastavitve galerije"
174
 
175
+ #: gallery-plugin.php:883
 
 
 
 
 
176
  msgid "Go PRO"
177
  msgstr "Pojdi na PRO"
178
 
179
+ #: gallery-plugin.php:893
180
  msgid "Please enable JavaScript to use the option to renew images."
181
  msgstr "Prosimo omogoči Javascript za uporabo funkcije osvežitve slik."
182
 
183
+ #: gallery-plugin.php:905
184
  #, php-format
185
+ msgid ""
186
+ "You can add the Gallery to your page or post by clicking on %s button in the "
187
+ "content edit block using the Visual mode. If the button isn't displayed, "
188
+ "please use the shortcode %s, where * stands for gallery ID"
189
  msgstr ""
190
 
191
+ #: gallery-plugin.php:915
192
+ msgid "Number of images in the row"
193
+ msgstr "Število slik v vrsti"
 
 
 
 
194
 
195
+ #: gallery-plugin.php:917
196
+ #, fuzzy
197
+ msgid ""
198
+ "The number of images per row can be less depending on the width of the "
199
+ "parent block"
200
+ msgstr "Število slik v vrsti"
201
 
202
+ #: gallery-plugin.php:921 gallery-plugin.php:947
 
 
203
  msgid "Image size"
204
  msgstr "Velikost slike"
205
 
206
+ #: gallery-plugin.php:924
207
+ msgid ""
208
+ "WordPress will create a new thumbnail with the specified dimensions when you "
209
+ "upload a new photo."
210
+ msgstr ""
211
+ "WordPress bo ustvaril novo predolgedno sliko z danimi dimenzijami pri "
212
+ "naslednjem nalaganju nove slike."
213
+
214
+ #: gallery-plugin.php:926
215
+ #, fuzzy
216
+ msgid "For the album cover"
217
+ msgstr "Velikost slike albuma"
218
+
219
+ #: gallery-plugin.php:927 gallery-plugin.php:931 gallery-plugin.php:952
220
+ msgid "width x height"
221
+ msgstr ""
222
 
223
+ #: gallery-plugin.php:927 gallery-plugin.php:931 gallery-plugin.php:952
224
+ msgid "in px"
225
+ msgstr ""
 
226
 
227
+ #: gallery-plugin.php:930
228
  #, fuzzy
229
+ msgid "For thumbnails"
230
  msgstr "Velikost slike albuma"
231
 
232
+ #: gallery-plugin.php:934
233
+ msgid "Update images for gallery"
234
+ msgstr "Osveži slike galerije"
235
 
236
+ #: gallery-plugin.php:943 gallery-plugin.php:1142 gallery-plugin.php:1363
 
 
237
  msgid "Close"
238
  msgstr ""
239
 
240
+ #: gallery-plugin.php:950
241
  #, fuzzy
242
+ msgid "For images in the lightbox"
243
  msgstr "Velikost slike v lightbox-u"
244
 
245
+ #: gallery-plugin.php:954
 
 
 
 
 
 
 
 
246
  msgid "Display a full size image in the lightbox"
247
  msgstr "Prikaži sliko polne velikosti v lightbox-u"
248
 
249
+ #: gallery-plugin.php:959
250
  msgid "Crop position"
251
  msgstr "Pozicija za obrez"
252
 
253
+ #: gallery-plugin.php:963 gallery-plugin.php:969
 
254
  msgid "center"
255
  msgstr "center"
256
 
257
+ #: gallery-plugin.php:965
258
  msgid "Horizontal"
259
  msgstr "Horizontalno"
260
 
261
+ #: gallery-plugin.php:971
262
  msgid "Vertical"
263
  msgstr "Vertikalno"
264
 
265
+ #: gallery-plugin.php:976
266
+ #, fuzzy
267
+ msgid "Single gallery view"
268
+ msgstr "Ključ za galerijski vnos"
269
 
270
+ #: gallery-plugin.php:979
271
+ msgid "Grid"
272
+ msgstr ""
273
 
274
+ #: gallery-plugin.php:980
275
+ msgid "Masonry"
276
+ msgstr ""
277
 
278
+ #: gallery-plugin.php:986 gallery-plugin.php:1207
279
+ msgid ""
280
+ "If you upgrade to Pro version all your settings and galleries will be saved."
281
+ msgstr ""
282
+ "V primeru posodobitve na PRO verzijo se bodo vse nastavitve in galerije "
283
+ "ohranile."
284
 
285
+ #: gallery-plugin.php:993 gallery-plugin.php:1214
 
286
  #, fuzzy
287
  msgid "Unlock premium options by upgrading to Pro version"
288
  msgstr "Odkleni premium opcije z nadgradnjo na PRO verzijo."
289
 
290
+ #: gallery-plugin.php:997 gallery-plugin.php:1218
 
291
  msgid "Start Your Trial"
292
  msgstr "Začni svoje preizkusno obdobje"
293
 
294
+ #: gallery-plugin.php:998 gallery-plugin.php:1219 gallery-plugin.php:2654
 
 
295
  msgid "or"
296
  msgstr "ali"
297
 
298
+ #: gallery-plugin.php:1000 gallery-plugin.php:1221
 
299
  msgid "Learn More"
300
  msgstr "Preberi več"
301
 
302
+ #: gallery-plugin.php:1008
303
+ msgid "Display image text"
304
+ msgstr ""
305
+
306
+ #: gallery-plugin.php:1010
307
+ msgid "Turn off the checkbox, if you want to display text just in a lightbox"
308
+ msgstr "Odkljukaj kvadratek, če želiš da se tekst prikaže le v lightbox-u"
309
+
310
+ #: gallery-plugin.php:1014
311
  msgid "Images with border"
312
  msgstr "Slike z okvirjem"
313
 
314
+ #: gallery-plugin.php:1018
315
  msgid "Border width in px, just numbers"
316
  msgstr "Širina okvirja v pikslih (le številčno)"
317
 
318
+ #: gallery-plugin.php:1019
319
  msgid "Select a border color"
320
  msgstr "Izberi barvo okvirja"
321
 
322
+ #: gallery-plugin.php:1024
323
+ msgid "Sort images"
324
+ msgstr "Preuredi slike"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
325
 
326
+ #: gallery-plugin.php:1027
327
+ #, fuzzy
328
+ msgid "by Attachment ID"
329
  msgstr "ID priloge"
330
 
331
+ #: gallery-plugin.php:1028
332
+ #, fuzzy
333
+ msgid "by Image Name"
334
  msgstr "Ime slike"
335
 
336
+ #: gallery-plugin.php:1029 gallery-plugin.php:1050
337
+ #, fuzzy
338
+ msgid "by Date"
339
+ msgstr "Datum"
340
+
341
+ #: gallery-plugin.php:1030
342
+ msgid "by Sorting order in the Gallery"
343
  msgstr ""
344
 
345
+ #: gallery-plugin.php:1031 gallery-plugin.php:1055
 
346
  msgid "Random"
347
  msgstr "Naključno"
348
 
349
+ #: gallery-plugin.php:1036
350
+ #, fuzzy
351
+ msgid "The images sort order"
352
+ msgstr "Slike z okvirjem"
353
 
354
+ #: gallery-plugin.php:1039 gallery-plugin.php:1063
 
355
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
356
  msgstr "ASC (naraščujoče - 1, 2, 3; a, b, c)"
357
 
358
+ #: gallery-plugin.php:1040 gallery-plugin.php:1064
359
+ msgid ""
360
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
361
  msgstr "DESC (padajoče - 3, 2, 1; c, b, a)"
362
 
363
+ #: gallery-plugin.php:1045
364
  #, fuzzy
365
+ msgid "Sort galleries"
366
+ msgstr "Galerije"
367
 
368
+ #: gallery-plugin.php:1048
369
  #, fuzzy
370
+ msgid "by Gallery ID"
371
  msgstr "Galerija"
372
 
373
+ #: gallery-plugin.php:1049
374
+ #, fuzzy
375
+ msgid "by Title"
376
+ msgstr "Naslov"
377
+
378
+ #: gallery-plugin.php:1051
379
+ msgid "by Last modified date"
380
  msgstr ""
381
 
382
+ #: gallery-plugin.php:1052
383
+ msgid "by Comment count"
384
  msgstr ""
385
 
386
+ #: gallery-plugin.php:1053
387
  #, fuzzy
388
+ msgid "by Sorting order (the input field for sorting order)"
389
  msgstr "Razporejanje glede na razporeditev v predstavnostni knjižici"
390
 
391
+ #: gallery-plugin.php:1054
392
  #, fuzzy
393
+ msgid "by Author"
394
+ msgstr "Avtor"
395
 
396
+ #: gallery-plugin.php:1060
397
+ msgid "The galleries sort order"
398
+ msgstr ""
399
 
400
+ #: gallery-plugin.php:1069
401
+ msgid "Start slideshow"
402
+ msgstr "Začni projekcijo"
403
+
404
+ #: gallery-plugin.php:1072
405
+ msgid "Slideshow interval"
406
+ msgstr "Interval projekcije slik"
407
 
408
+ #: gallery-plugin.php:1072
409
+ msgid "(ms)"
410
+ msgstr ""
411
+
412
+ #: gallery-plugin.php:1076
413
+ msgid "Use single lightbox for multiple galleries on one page"
414
+ msgstr "Uporabi lightbox enkratno za vse galerije na strani"
415
+
416
+ #: gallery-plugin.php:1082
417
  msgid "Display the Back link"
418
  msgstr "Prikaži povratni link"
419
 
420
+ #: gallery-plugin.php:1088
421
  msgid "Display the Back link in the shortcode"
422
  msgstr "Prikaži povratni link v kratki kodi"
423
 
424
+ #: gallery-plugin.php:1094
425
  msgid "The Back link text"
426
  msgstr "Besedilo povezave na povratek na galerijo"
427
 
428
+ #: gallery-plugin.php:1100
429
  msgid "The Back link URL"
430
  msgstr "Povezava, na kateri se nahajajo galerije"
431
 
432
+ #: gallery-plugin.php:1103
433
  msgid "Gallery page (Page with Gallery Template)"
434
  msgstr "Galerija (Stran z uporabljeno predlogo \"Gallery Template\")"
435
 
436
+ #: gallery-plugin.php:1105
437
  msgid "(Full URL to custom page)"
438
  msgstr "(Polni URL za uporabo na strani)"
439
 
440
+ #: gallery-plugin.php:1110
441
  msgid "The Read More link text"
442
  msgstr "Tekst v \"Read More\" gumbu"
443
 
444
+ #: gallery-plugin.php:1116
445
  msgid "Add gallery to the search"
446
  msgstr "Dodaj galerijo k iskalniku"
447
 
448
+ #: gallery-plugin.php:1121 gallery-plugin.php:1124 gallery-plugin.php:1128
 
 
449
  msgid "Using"
450
  msgstr "Se uporablja"
451
 
452
+ #: gallery-plugin.php:1121 gallery-plugin.php:1124 gallery-plugin.php:1128
 
 
453
  msgid "powered by"
454
  msgstr "gnano z"
455
 
456
+ #: gallery-plugin.php:1124 gallery-plugin.php:1338
 
457
  msgid "Activate"
458
  msgstr "Aktivirani moduli"
459
 
460
+ #: gallery-plugin.php:1128
461
  msgid "Download"
462
  msgstr ""
463
 
464
+ #: gallery-plugin.php:1133
465
  msgid "Rewrite templates after update"
466
  msgstr ""
467
 
468
+ #: gallery-plugin.php:1135
469
  #, php-format
470
+ msgid ""
471
+ "Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
472
+ "theme folder and You don't want to rewrite them"
473
  msgstr ""
474
 
475
+ #: gallery-plugin.php:1149
476
+ #, fuzzy
477
+ msgid "Under image"
478
+ msgstr "Posodobi slike"
479
+
480
+ #: gallery-plugin.php:1150
481
+ msgid "By mouse hover"
482
+ msgstr ""
483
+
484
+ #: gallery-plugin.php:1155
485
  msgid "Use pagination for images"
486
  msgstr "Uporabi oštevilčenje strani za slike"
487
 
488
+ #: gallery-plugin.php:1158
489
  msgid "per page"
490
  msgstr "na stran"
491
 
492
+ #: gallery-plugin.php:1162
493
+ msgid "Lightbox background"
494
+ msgstr "Lightbox ozadje"
495
+
496
+ #: gallery-plugin.php:1165
497
+ msgid "Background transparency (from 0 to 1)"
498
+ msgstr "Prosojnost ozadja"
499
+
500
+ #: gallery-plugin.php:1166
501
+ msgid "Select a background color"
502
+ msgstr "Izberi barvo ozadja"
503
+
504
+ #: gallery-plugin.php:1170
505
  msgid "The lightbox helper"
506
  msgstr "Lightbox pomočnik"
507
 
508
+ #: gallery-plugin.php:1172
509
  msgid "Do not use"
510
  msgstr "Ne uporabljaj"
511
 
512
+ #: gallery-plugin.php:1173
513
  msgid "Button helper"
514
  msgstr "Pomočnik za gumb"
515
 
516
+ #: gallery-plugin.php:1174
517
  msgid "Thumbnail helper"
518
  msgstr "Pomočnik za prikazno sliko"
519
 
520
+ #: gallery-plugin.php:1178
521
  msgid "Display Like buttons in the lightbox"
522
  msgstr "Prikaži gumb \"Like\" tudi v lightbox-u"
523
 
524
+ #: gallery-plugin.php:1180
525
  msgid "FaceBook"
526
  msgstr "FaceBook"
527
 
528
+ #: gallery-plugin.php:1181
529
  msgid "Twitter"
530
  msgstr "Twitter"
531
 
532
+ #: gallery-plugin.php:1182
533
  msgid "Pinterest"
534
  msgstr "Pinterest"
535
 
536
+ #: gallery-plugin.php:1183
537
  msgid "Google +1"
538
  msgstr "Google +1"
539
 
540
+ #: gallery-plugin.php:1187
541
  msgid "Slug for gallery item"
542
  msgstr "Ključ za galerijski vnos"
543
 
544
+ #: gallery-plugin.php:1189
545
  msgid "for any structure of permalinks except the default structure"
546
  msgstr "za katerokoli strukturo trajnih povezav, z izjemo privzete strukture"
547
 
548
+ #: gallery-plugin.php:1193
549
  msgid "Title for lightbox button"
550
  msgstr "Naziv za lightbox gumb"
551
 
552
+ #: gallery-plugin.php:1199
553
+ msgid ""
554
+ "Display all images in the lightbox instead of going into a single gallery"
555
  msgstr ""
556
 
557
+ #: gallery-plugin.php:1202
558
  #, php-format
559
  msgid "When using the gallery template or a shortcode with `%s` parameter"
560
  msgstr ""
561
 
562
+ #: gallery-plugin.php:1228
563
  msgid "Save Changes"
564
  msgstr "Shrani spremembe"
565
 
566
+ #: gallery-plugin.php:1233
567
+ msgid ""
568
+ "If you install the demo-data, will be created galleries with images, demo-"
569
+ "post with available shortcodes and page with a list of all the galleries."
570
+ msgstr ""
571
+
572
+ #: gallery-plugin.php:1265
573
+ msgid "FAQ"
574
+ msgstr "FAQ"
575
+
576
+ #: gallery-plugin.php:1266
577
  msgid "Support"
578
  msgstr "Podpora"
579
 
580
+ #: gallery-plugin.php:1302
581
  msgid "Updating images..."
582
  msgstr "Posodabljam slike..."
583
 
584
+ #: gallery-plugin.php:1303
585
  #, fuzzy
586
  msgid "No image found."
587
  msgstr "Slike niso bile najdene"
588
 
589
+ #: gallery-plugin.php:1304
590
  #, fuzzy
591
  msgid "All images are updated."
592
  msgstr "Vse slike so posodobljene"
593
 
594
+ #: gallery-plugin.php:1305
595
  msgid "Error."
596
  msgstr "Napaka."
597
 
598
+ #: gallery-plugin.php:1318
599
  msgid ""
600
  "You are about to delete these items from this gallery.\n"
601
  " 'Cancel' to stop, 'OK' to delete."
602
  msgstr ""
603
 
604
+ #: gallery-plugin.php:1319
605
+ msgid ""
606
+ "Switching to another mode, all unsaved data will be lost. Save data before "
607
+ "switching?"
608
  msgstr ""
609
 
610
+ #: gallery-plugin.php:1320
611
  msgid "Insert Media"
612
  msgstr ""
613
 
614
+ #: gallery-plugin.php:1321
615
  msgid "Insert"
616
  msgstr ""
617
 
618
+ #: gallery-plugin.php:1333
619
  #, fuzzy
620
  msgid "Learn more"
621
  msgstr "Preberi več"
622
 
623
+ #: gallery-plugin.php:1345
624
  #, fuzzy
625
  msgid "Install now"
626
  msgstr "Instalacija %s"
627
 
628
+ #: gallery-plugin.php:1354
629
  msgid "Add multiple gallery categories"
630
  msgstr ""
631
 
632
+ #: gallery-plugin.php:1354
633
+ msgid ""
634
+ "Install Gallery Categories plugin to add unlimited number of categories."
635
  msgstr ""
636
 
637
+ #: gallery-plugin.php:1638 template/gallery-single-template.php:103
 
638
  msgid "Sorry, nothing found."
639
  msgstr "Žal ni zadetkov"
640
 
641
+ #: gallery-plugin.php:1651 template/gallery-single-template.php:124
 
642
  msgid "Image"
643
  msgstr "Slika"
644
 
645
+ #: gallery-plugin.php:1651 template/gallery-single-template.php:19
 
646
  msgid "Download high resolution image"
647
  msgstr "Prenesi sliko visoke resolucije"
648
 
649
+ #: gallery-plugin.php:1781
650
  msgid "Image size not defined"
651
  msgstr "Velikost slike ni podana"
652
 
653
+ #: gallery-plugin.php:1796
654
+ msgid ""
655
+ "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
656
+ "manually reload image."
657
+ msgstr ""
658
+ "Posodobiti je možno le PNG, JPEG, GIF, WPMP ali XBM tipe datotek. Za vse "
659
+ "ostale prosimo, da posodobiš slike ročno."
660
 
661
+ #: gallery-plugin.php:1807
662
  msgid "Image size changes not defined"
663
  msgstr "Spremembe velikosti slike niso podane"
664
 
665
+ #: gallery-plugin.php:1836 gallery-plugin.php:1839 gallery-plugin.php:1844
 
 
666
  msgid "Invalid path"
667
  msgstr "Napačna pot"
668
 
669
+ #: gallery-plugin.php:2012
670
  msgid "Add images requires JavaScript."
671
  msgstr ""
672
 
673
+ #: gallery-plugin.php:2015
674
  msgid "Add Media"
675
  msgstr ""
676
 
677
+ #: gallery-plugin.php:2025
678
  msgid "The grid view for the Gallery images requires JavaScript."
679
  msgstr ""
680
 
681
+ #: gallery-plugin.php:2025
682
  msgid "Switch to the list view"
683
  msgstr ""
684
 
685
+ #: gallery-plugin.php:2052
686
  msgid "List View"
687
  msgstr ""
688
 
689
+ #: gallery-plugin.php:2053
690
  msgid "Grid View"
691
  msgstr ""
692
 
693
+ #: gallery-plugin.php:2108
694
  msgid "Filter"
695
  msgstr ""
696
 
697
+ #: gallery-plugin.php:2112
698
  msgid "Empty Trash"
699
  msgstr ""
700
 
701
+ #: gallery-plugin.php:2133
702
  #, fuzzy
703
  msgid "No images found"
704
  msgstr "Slike niso bile najdene"
705
 
706
+ #: gallery-plugin.php:2185
707
  msgid "Select bulk action"
708
  msgstr ""
709
 
710
+ #: gallery-plugin.php:2187
711
  msgid "Bulk Actions"
712
  msgstr ""
713
 
714
+ #: gallery-plugin.php:2197
715
  msgid "Apply"
716
  msgstr ""
717
 
718
+ #: gallery-plugin.php:2204 gallery-plugin.php:2383
 
719
  #, fuzzy
720
  msgid "Delete from Gallery"
721
  msgstr "Nova Galerija"
722
 
723
+ #: gallery-plugin.php:2217 gallery-plugin.php:2231
 
724
  #, fuzzy
725
  msgid "Display link to the original file under each image in the lightbox"
726
  msgstr "Prikaži sliko polne velikosti v lightbox-u"
727
 
728
+ #: gallery-plugin.php:2226
729
  msgid "Bulk Select"
730
  msgstr ""
731
 
732
+ #: gallery-plugin.php:2228
733
  msgid "Cancel Selection"
734
  msgstr ""
735
 
736
+ #: gallery-plugin.php:2229
737
  msgid "Delete Selected"
738
  msgstr ""
739
 
740
+ #: gallery-plugin.php:2242
741
  msgid "File"
742
  msgstr ""
743
 
744
+ #: gallery-plugin.php:2243 gallery-plugin.php:2332 gallery-plugin.php:2441
 
 
745
  msgid "Dimensions"
746
  msgstr ""
747
 
748
+ #: gallery-plugin.php:2245 gallery-plugin.php:2365 gallery-plugin.php:2451
 
 
749
  msgid "Alt tag"
750
  msgstr "Alt oznaka"
751
 
752
+ #: gallery-plugin.php:2245 gallery-plugin.php:2367
753
+ msgid ""
754
+ "The alt attribute specifies an alternate text for an image, if the image "
755
+ "cannot be displayed."
756
  msgstr ""
757
 
758
+ #: gallery-plugin.php:2246 gallery-plugin.php:2373 gallery-plugin.php:2456
 
 
759
  msgid "Custom URL"
760
  msgstr ""
761
 
762
+ #: gallery-plugin.php:2246 gallery-plugin.php:2375
763
+ msgid ""
764
+ "By clicking on the thumbnail you'll go to the link (if the field is filled) "
765
+ "or the image will be opened in the lightbox (if the field isn't filled)"
766
  msgstr ""
767
 
768
+ #: gallery-plugin.php:2324
769
  msgid "Deselect"
770
  msgstr ""
771
 
772
+ #: gallery-plugin.php:2330
773
  msgid "File name"
774
  msgstr ""
775
 
776
+ #: gallery-plugin.php:2331
777
  msgid "File type"
778
  msgstr ""
779
 
780
+ #: gallery-plugin.php:2335 gallery-plugin.php:2437
 
781
  #, fuzzy
782
  msgid "Edit Attachment Info"
783
  msgstr "ID priloge"
784
 
785
+ #: gallery-plugin.php:2335
786
  #, fuzzy
787
  msgid "Edit Attachment"
788
  msgstr "ID priloge"
789
 
790
+ #: gallery-plugin.php:2345
791
  #, fuzzy
792
  msgid "Go Pro"
793
  msgstr "Pojdi na PRO"
794
 
795
+ #: gallery-plugin.php:2345
796
  msgid "Pro version"
797
  msgstr ""
798
 
799
+ #: gallery-plugin.php:2348
800
  msgid "This setting is available in Pro version"
801
  msgstr "Ta nastavitev je dostopna v Pro verziji"
802
 
803
+ #: gallery-plugin.php:2381
804
  msgid "Edit more details"
805
  msgstr ""
806
 
807
+ #: gallery-plugin.php:2416
808
  #, php-format
809
  msgid "Select %s"
810
  msgstr ""
811
 
812
+ #: gallery-plugin.php:2429
813
  #, php-format
814
  msgid "Edit &#8220;%s&#8221;"
815
  msgstr ""
816
 
817
+ #: gallery-plugin.php:2474 gallery-plugin.php:2487
 
818
  msgid "Edit"
819
  msgstr ""
820
 
821
+ #: gallery-plugin.php:2477 gallery-plugin.php:2492
 
822
  msgid "Trash"
823
  msgstr ""
824
 
825
+ #: gallery-plugin.php:2480 gallery-plugin.php:2495
 
826
  msgid "Delete Permanently"
827
  msgstr ""
828
 
829
+ #: gallery-plugin.php:2482 gallery-plugin.php:2500
 
830
  #, php-format
831
  msgid "View &#8220;%s&#8221;"
832
  msgstr ""
833
 
834
+ #: gallery-plugin.php:2482 gallery-plugin.php:2500
 
835
  msgid "View"
836
  msgstr ""
837
 
838
+ #: gallery-plugin.php:2484
839
  #, fuzzy
840
  msgid "Attach"
841
  msgstr "ID priloge"
842
 
843
+ #: gallery-plugin.php:2490
844
  msgid "Restore"
845
  msgstr ""
846
 
847
+ #: gallery-plugin.php:2621
848
  msgid "Warning"
849
  msgstr ""
850
 
851
+ #: gallery-plugin.php:2621
852
  msgid "You can add only images to the gallery"
853
  msgstr ""
854
 
855
+ #: gallery-plugin.php:2663
856
+ #, fuzzy
857
+ msgid "no title"
858
+ msgstr "Naslov"
859
+
860
+ #: gallery-plugin.php:2671
861
  #, fuzzy
862
  msgid "Sorry, no gallery found."
863
  msgstr "Žal ni zadetkov"
864
 
865
+ #: gallery-plugin.php:2677
866
+ #, fuzzy
867
+ msgid ""
868
+ "Display an album image with the description and the link to a single gallery "
869
+ "page"
870
+ msgstr ""
871
+ "Če želiš prikazati kratek opis s predogledno sliko in povezavo do posamezne "
872
+ "galerije kopiraj spodnjo povezavo."
873
+
874
+ #: template/gallery-template.php:14
875
  #, fuzzy
876
+ msgid "Gallery Category"
877
+ msgstr "Velikost slike v galeriji"
878
 
879
+ #: inc/demo-data/class-bws-demo-data.php:31
880
  #, fuzzy
881
  msgid "Install Demo Data"
882
  msgstr "Instalacija %s"
883
 
884
+ #: inc/demo-data/class-bws-demo-data.php:34
 
 
 
 
885
  msgid "Remove Demo Data"
886
  msgstr ""
887
 
888
+ #: inc/demo-data/class-bws-demo-data.php:35
889
  msgid "Delete demo-data and restore old plugin settings."
890
  msgstr ""
891
 
892
+ #: inc/demo-data/class-bws-demo-data.php:53
893
  msgid "Yes, install demo data"
894
  msgstr ""
895
 
896
+ #: inc/demo-data/class-bws-demo-data.php:54
897
  msgid "Are you sure you want to install demo data?"
898
  msgstr ""
899
 
900
+ #: inc/demo-data/class-bws-demo-data.php:56
901
  msgid "Yes, remove demo data"
902
  msgstr ""
903
 
904
+ #: inc/demo-data/class-bws-demo-data.php:57
905
  msgid "Are you sure you want to remove demo data?"
906
  msgstr ""
907
 
908
+ #: inc/demo-data/class-bws-demo-data.php:64
909
  #, fuzzy
910
  msgid "No, go back to the settings page"
911
  msgstr "na strani za nastavitve vtičnikov ("
912
 
913
+ #: inc/demo-data/class-bws-demo-data.php:119
914
  msgid "Can not get demo data."
915
  msgstr ""
916
 
917
+ #: inc/demo-data/class-bws-demo-data.php:126
918
  msgid "Demo options already installed."
919
  msgstr ""
920
 
921
+ #: inc/demo-data/class-bws-demo-data.php:355
922
  msgid "Demo data successfully installed."
923
  msgstr ""
924
 
925
+ #: inc/demo-data/class-bws-demo-data.php:357
926
  msgid "View post with shortcodes"
927
  msgstr ""
928
 
929
+ #: inc/demo-data/class-bws-demo-data.php:360
930
  msgid "View page with examples"
931
  msgstr ""
932
 
933
+ #: inc/demo-data/class-bws-demo-data.php:369
934
  msgid "Installation of demo data with some errors occurred."
935
  msgstr ""
936
 
937
+ #: inc/demo-data/class-bws-demo-data.php:372
938
  msgid "Posts data is missing."
939
  msgstr ""
940
 
941
+ #: inc/demo-data/class-bws-demo-data.php:446
942
  msgid "Demo data have already been removed."
943
  msgstr ""
944
 
945
+ #: inc/demo-data/class-bws-demo-data.php:503
946
  msgid "Demo data successfully removed."
947
  msgstr ""
948
 
949
+ #: inc/demo-data/class-bws-demo-data.php:507
950
  msgid "Removing demo data with some errors occurred."
951
  msgstr ""
952
 
953
+ #: inc/demo-data/class-bws-demo-data.php:576
954
  msgid "Close notice"
955
  msgstr ""
956
 
957
+ #: inc/demo-data/class-bws-demo-data.php:580
958
  #, fuzzy
959
  msgid "Install demo data"
960
  msgstr "Instalacija %s"
961
 
962
+ #: inc/demo-data/class-bws-demo-data.php:580
963
  msgid "for an acquaintance with the possibilities of the"
964
  msgstr ""
965
 
966
+ #~ msgid "Sort images by"
967
+ #~ msgstr "Uredi slike po"
968
+
969
  #, fuzzy
970
+ #~ msgid "Sort galleries by"
971
+ #~ msgstr "Uredi slike po"
972
+
973
+ #~ msgid "Width (in px)"
974
+ #~ msgstr "Širina (v pikslih)"
975
+
976
+ #~ msgid "Height (in px)"
977
+ #~ msgstr "Višina (v pikslih)"
978
+
979
+ #~ msgid "Max width (in px)"
980
+ #~ msgstr "Max širina (v pikslih)"
981
+
982
+ #~ msgid "Max height (in px)"
983
+ #~ msgstr "Max višina (v pikslih)"
984
+
985
+ #~ msgid "Display text under the image"
986
+ #~ msgstr "Prikaži tekst pod sliko"
987
 
988
  #~ msgid "Notice:"
989
  #~ msgstr "Obvestilo:"
languages/gallery-plugin-sr_RS.mo CHANGED
Binary file
languages/gallery-plugin-sr_RS.po CHANGED
@@ -1,11 +1,12 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-10-06 15:09+0300\n"
6
- "PO-Revision-Date: 2015-10-06 15:09+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
- "Language-Team: Radovan Georgijevic, Andrijana Nikolic <http://www.georgijevic.info, andrijanan@webhostinggeeks.com>\n"
 
9
  "Language: fr_FR\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -17,922 +18,981 @@ msgstr ""
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: gallery-plugin.php:45
21
- #: gallery-plugin.php:830
22
- #: gallery-plugin.php:1206
23
- #: gallery-plugin.php:1223
24
  msgid "Settings"
25
  msgstr "Podešavanja"
26
 
27
- #: gallery-plugin.php:110
28
  msgid "See images &raquo;"
29
  msgstr "Pogledaj sliku &raquo;"
30
 
31
- #: gallery-plugin.php:113
32
  msgid "Return to all albums"
33
  msgstr ""
34
 
35
- #: gallery-plugin.php:342
36
  #, fuzzy, php-format
37
- msgid "The following files '%s' and '%s' were not found in the directory of your theme. Please copy them from the directory `%s` to the directory of your theme for the correct work of the Gallery plugin"
38
- msgstr "Sledeći fajlovi \"gallery-template.php\" i \"gallery-single-template.php\" nisu pronađeni u direktorijumu vaše teme. Molimo vas da ih kopirate iz direktorijuma `/wp-content/plugins/gallery-plugin/template/` u direktorijum vaše teme za ispravan rad modula Galerija"
 
 
 
 
 
 
 
39
 
40
- #: gallery-plugin.php:353
41
- #: gallery-plugin.php:362
42
  msgid "Galleries"
43
  msgstr "Galerije"
44
 
45
- #: gallery-plugin.php:354
46
- #: gallery-plugin.php:2595
47
  msgid "Gallery"
48
  msgstr "Galerija"
49
 
50
- #: gallery-plugin.php:355
51
  msgid "Add New Gallery"
52
  msgstr "Dodaj novu Galeriju"
53
 
54
- #: gallery-plugin.php:356
55
  msgid "Edit Gallery"
56
  msgstr "Uredi Galeriju"
57
 
58
- #: gallery-plugin.php:357
59
  msgid "New Gallery"
60
  msgstr "Nova Galerija"
61
 
62
- #: gallery-plugin.php:358
63
  msgid "View Gallery"
64
  msgstr "Pregled Galerije"
65
 
66
- #: gallery-plugin.php:359
67
  #, fuzzy
68
  msgid "Search Galleries"
69
  msgstr "Galerije"
70
 
71
- #: gallery-plugin.php:360
72
  msgid "No Gallery found"
73
  msgstr "Nije pronađena Galerija"
74
 
75
- #: gallery-plugin.php:417
76
  msgid "Gallery Shortcode"
77
  msgstr "Kratak kod za Galeriju"
78
 
79
- #: gallery-plugin.php:419
80
- #: gallery-plugin.php:460
81
- #: gallery-plugin.php:2581
82
  #, fuzzy
83
  msgid "Gallery Categories"
84
  msgstr "Veličina slika u galeriji"
85
 
86
- #: gallery-plugin.php:429
87
- #: gallery-plugin.php:849
88
  #, fuzzy, php-format
89
- msgid "If you would like to add a Gallery to your page or post, please use %s button"
90
- msgstr "Ako želite da dodate Jedinstvenu Galeriju na vašu stranicu ili post, samo kopirajte i prelepite ovaj kratki kod na vaš post ili stranicu:"
 
 
 
91
 
92
- #: gallery-plugin.php:434
93
  #, php-format
94
- msgid "You can add the Gallery to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode below"
 
 
 
95
  msgstr ""
96
 
97
- #: gallery-plugin.php:440
98
- msgid "Add this shortcode to a page, post or widget to display a single gallery"
 
99
  msgstr ""
100
 
101
- #: gallery-plugin.php:443
102
  #, fuzzy
103
- msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
104
- msgstr "Ako želite da prikažete kratak opis koji sadrži snimak ekrana i link ka stranici sa Jedinstvenom galerijom."
 
 
 
 
105
 
106
- #: gallery-plugin.php:445
107
  msgid "Short display"
108
  msgstr ""
109
 
110
- #: gallery-plugin.php:461
111
  msgid "Most Used"
112
  msgstr ""
113
 
114
- #: gallery-plugin.php:466
115
- #: gallery-plugin.php:939
116
  msgid "Default"
117
  msgstr "Podrazumevano"
118
 
119
- #: gallery-plugin.php:471
120
  #, fuzzy
121
  msgid "Add New Gallery Category"
122
  msgstr "Dodaj novu Galeriju"
123
 
124
- #: gallery-plugin.php:476
125
  #, fuzzy
126
  msgid "Install plugin"
127
  msgstr "Instalirani moduli"
128
 
129
- #: gallery-plugin.php:631
130
- #: gallery-plugin.php:1020
131
- #: gallery-plugin.php:2173
132
- #: gallery-plugin.php:2288
133
- #: gallery-plugin.php:2375
134
  msgid "Title"
135
  msgstr "Naslov"
136
 
137
- #: gallery-plugin.php:632
138
- #: gallery-plugin.php:1025
139
  msgid "Author"
140
  msgstr "Autor"
141
 
142
- #: gallery-plugin.php:633
143
  #, fuzzy
144
  msgid "Shortcode"
145
  msgstr "Kratak kod za Galeriju"
146
 
147
- #: gallery-plugin.php:634
148
  #, fuzzy
149
  msgid "Photos"
150
  msgstr "Foto"
151
 
152
- #: gallery-plugin.php:635
153
- #: gallery-plugin.php:1004
154
- #: gallery-plugin.php:1021
155
  msgid "Date"
156
  msgstr "Datum"
157
 
158
- #: gallery-plugin.php:800
159
  msgid "Settings are saved"
160
  msgstr "Podešavanja su sačuvana"
161
 
162
- #: gallery-plugin.php:817
163
  #, fuzzy
164
  msgid "All plugin settings were restored."
165
  msgstr "na stranici za podešavanje modula ("
166
 
167
- #: gallery-plugin.php:828
168
  msgid "Gallery Settings"
169
  msgstr "Podešavanja Galerije"
170
 
171
- #: gallery-plugin.php:831
172
- #: gallery-plugin.php:1207
173
- msgid "FAQ"
174
- msgstr "FAQ"
175
-
176
- #: gallery-plugin.php:832
177
  msgid "Go PRO"
178
  msgstr ""
179
 
180
- #: gallery-plugin.php:842
181
  #, fuzzy
182
  msgid "Please enable JavaScript to use the option to renew images."
183
- msgstr "Molimo vas omogućite da JavaScript koristi program za učitavanje fajlova."
 
184
 
185
- #: gallery-plugin.php:854
186
  #, php-format
187
- msgid "You can add the Gallery to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode %s, where * stands for gallery ID"
 
 
 
188
  msgstr ""
189
 
190
- #: gallery-plugin.php:863
191
- msgid "Update images for gallery"
192
- msgstr ""
193
 
194
- #: gallery-plugin.php:865
195
  #, fuzzy
196
- msgid "Update images"
197
- msgstr "poređaj slike"
198
-
199
- #: gallery-plugin.php:873
200
- msgid "Image size for the album cover"
201
- msgstr "Veličina slike za naslovnu stranicu albuma"
202
 
203
- #: gallery-plugin.php:875
204
- #: gallery-plugin.php:889
205
- #: gallery-plugin.php:913
206
  msgid "Image size"
207
  msgstr "Veličina slike"
208
 
209
- #: gallery-plugin.php:878
210
- #: gallery-plugin.php:892
211
- msgid "Width (in px)"
212
- msgstr "Širina (u pikselima)"
 
 
 
 
 
 
 
 
 
 
 
 
213
 
214
- #: gallery-plugin.php:882
215
- #: gallery-plugin.php:896
216
- msgid "Height (in px)"
217
- msgstr "Visina (u pikselima)"
218
 
219
- #: gallery-plugin.php:887
220
  #, fuzzy
221
- msgid "Image size for thumbnails"
222
  msgstr "Veličina slike za naslovnu stranicu albuma"
223
 
224
- #: gallery-plugin.php:901
225
- msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
226
- msgstr "WordPress će kreirati novi umanjeni prikaz sa navedenim dimenzijama kada učitate novu sliku."
227
 
228
- #: gallery-plugin.php:907
229
- #: gallery-plugin.php:1101
230
- #: gallery-plugin.php:1307
231
  msgid "Close"
232
  msgstr ""
233
 
234
- #: gallery-plugin.php:911
235
  #, fuzzy
236
- msgid "Image size in the lightbox"
237
  msgstr "Veličina slika u galeriji u lightbox skriptu"
238
 
239
- #: gallery-plugin.php:914
240
- msgid "Max width (in px)"
241
- msgstr "Max širina (u pikselima)"
242
-
243
- #: gallery-plugin.php:915
244
- msgid "Max height (in px)"
245
- msgstr "Max visina (u pikselima)"
246
-
247
- #: gallery-plugin.php:916
248
  msgid "Display a full size image in the lightbox"
249
  msgstr "Prikaži sliku u punoj veličini u lightbox-u"
250
 
251
- #: gallery-plugin.php:920
252
  msgid "Crop position"
253
  msgstr "Pozicija za kropovanje"
254
 
255
- #: gallery-plugin.php:924
256
- #: gallery-plugin.php:930
257
  msgid "center"
258
  msgstr "centar"
259
 
260
- #: gallery-plugin.php:926
261
  msgid "Horizontal"
262
  msgstr "Horizontalno"
263
 
264
- #: gallery-plugin.php:932
265
  msgid "Vertical"
266
  msgstr "Vertikalno"
267
 
268
- #: gallery-plugin.php:937
269
- msgid "Lightbox background"
270
- msgstr "Lightbox pozadina"
 
271
 
272
- #: gallery-plugin.php:940
273
- msgid "Background transparency (from 0 to 1)"
274
- msgstr "Pozadinska transparentnost (od 0 do 1)"
275
 
276
- #: gallery-plugin.php:941
277
- msgid "Select a background color"
278
- msgstr "Izaberi pozadinsku boju"
279
 
280
- #: gallery-plugin.php:946
281
- #: gallery-plugin.php:1149
282
- msgid "If you upgrade to Pro version all your settings and galleries will be saved."
283
  msgstr ""
284
 
285
- #: gallery-plugin.php:953
286
- #: gallery-plugin.php:1156
287
  msgid "Unlock premium options by upgrading to Pro version"
288
  msgstr ""
289
 
290
- #: gallery-plugin.php:957
291
- #: gallery-plugin.php:1160
292
  msgid "Start Your Trial"
293
  msgstr ""
294
 
295
- #: gallery-plugin.php:958
296
- #: gallery-plugin.php:1161
297
- #: gallery-plugin.php:2583
298
  msgid "or"
299
  msgstr ""
300
 
301
- #: gallery-plugin.php:960
302
- #: gallery-plugin.php:1163
303
  #, fuzzy
304
  msgid "Learn More"
305
  msgstr "Pročitaj više"
306
 
307
- #: gallery-plugin.php:968
 
 
 
 
 
 
 
 
 
308
  msgid "Images with border"
309
  msgstr "Slike sa okvirima"
310
 
311
- #: gallery-plugin.php:971
312
  msgid "Border width in px, just numbers"
313
  msgstr "Širina okvira u pikselima, samo brojevi"
314
 
315
- #: gallery-plugin.php:972
316
  msgid "Select a border color"
317
  msgstr "Izaberite boju okvira"
318
 
319
- #: gallery-plugin.php:976
320
- msgid "Number of images in the row"
321
- msgstr "Broj slika u redu"
322
-
323
- #: gallery-plugin.php:982
324
- msgid "Start slideshow"
325
- msgstr "Započni projekciju slajdova"
326
-
327
- #: gallery-plugin.php:988
328
- msgid "Slideshow interval"
329
- msgstr "Interval projekcije slajdova"
330
-
331
- #: gallery-plugin.php:994
332
- msgid "Use single lightbox for multiple galleries on one page"
333
- msgstr ""
334
-
335
- #: gallery-plugin.php:1000
336
- msgid "Sort images by"
337
- msgstr "Poređaj slike po"
338
 
339
- #: gallery-plugin.php:1002
340
- msgid "Attachment ID"
 
341
  msgstr "ID priloga"
342
 
343
- #: gallery-plugin.php:1003
344
- msgid "Image Name"
 
345
  msgstr "Ime slike"
346
 
347
- #: gallery-plugin.php:1005
348
- msgid "Sorting order in the Gallery"
 
 
 
 
 
349
  msgstr ""
350
 
351
- #: gallery-plugin.php:1006
352
- #: gallery-plugin.php:1026
353
  msgid "Random"
354
  msgstr "Nasumično"
355
 
356
- #: gallery-plugin.php:1010
357
- msgid "Sort images"
358
- msgstr "Sortiraj slike"
 
359
 
360
- #: gallery-plugin.php:1012
361
- #: gallery-plugin.php:1032
362
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
363
- msgstr "ASC (rastući redosled od najnižih do najviših vrednosti - 1, 2, 3; a, b, c)"
 
364
 
365
- #: gallery-plugin.php:1013
366
- #: gallery-plugin.php:1033
367
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
368
- msgstr "DESC (opadajući redosled od najviših do najnižih vrednosti - 3, 2, 1; c, b, a)"
 
 
369
 
370
- #: gallery-plugin.php:1017
371
  #, fuzzy
372
- msgid "Sort galleries by"
373
- msgstr "Poređaj slike po"
374
 
375
- #: gallery-plugin.php:1019
376
  #, fuzzy
377
- msgid "Gallery ID"
378
  msgstr "Galerija"
379
 
380
- #: gallery-plugin.php:1022
381
- msgid "Last modified date"
 
 
 
 
 
382
  msgstr ""
383
 
384
- #: gallery-plugin.php:1023
385
- msgid "Comment count"
386
  msgstr ""
387
 
388
- #: gallery-plugin.php:1024
389
  #, fuzzy
390
- msgid "Sorting order (the input field for sorting order)"
391
- msgstr "Raspoređivanje (polje za unos za sortiranje u dijalogu Insert / Upload Media Gallery)"
 
 
392
 
393
- #: gallery-plugin.php:1030
394
  #, fuzzy
395
- msgid "Sort galleries"
396
- msgstr "Galerije"
397
 
398
- #: gallery-plugin.php:1037
399
- #, fuzzy
400
- msgid "Display text under the image"
401
- msgstr "Prikaži tekst iznad slike"
402
 
403
- #: gallery-plugin.php:1039
404
- #, fuzzy
405
- msgid "Turn off the checkbox, if you want to display text just in a lightbox"
406
- msgstr "Ako želite da prikažete tekst samo u lightbox-u"
 
 
 
 
 
 
 
407
 
408
- #: gallery-plugin.php:1043
 
 
 
 
409
  msgid "Display the Back link"
410
  msgstr "Prikaži povratni link"
411
 
412
- #: gallery-plugin.php:1049
413
  msgid "Display the Back link in the shortcode"
414
  msgstr "Prikaži povratni link u kratkom kodu"
415
 
416
- #: gallery-plugin.php:1055
417
  msgid "The Back link text"
418
  msgstr "Tekst u povratnom linku"
419
 
420
- #: gallery-plugin.php:1061
421
  msgid "The Back link URL"
422
  msgstr "URL povratnog linka"
423
 
424
- #: gallery-plugin.php:1063
425
  msgid "Gallery page (Page with Gallery Template)"
426
  msgstr "Stranica galerije (Stranica sa šablonom galerije)"
427
 
428
- #: gallery-plugin.php:1065
429
  msgid "(Full URL to custom page)"
430
  msgstr "(Puni URL ka korisničkoj stranici)"
431
 
432
- #: gallery-plugin.php:1069
433
  msgid "The Read More link text"
434
  msgstr "Tekst u linku Pročitaj više"
435
 
436
- #: gallery-plugin.php:1075
437
  msgid "Add gallery to the search"
438
  msgstr ""
439
 
440
- #: gallery-plugin.php:1080
441
- #: gallery-plugin.php:1083
442
- #: gallery-plugin.php:1087
443
  msgid "Using"
444
  msgstr ""
445
 
446
- #: gallery-plugin.php:1080
447
- #: gallery-plugin.php:1083
448
- #: gallery-plugin.php:1087
449
  msgid "powered by"
450
  msgstr ""
451
 
452
- #: gallery-plugin.php:1083
453
- #: gallery-plugin.php:1282
454
  #, fuzzy
455
  msgid "Activate"
456
  msgstr "Aktivirani moduli"
457
 
458
- #: gallery-plugin.php:1087
459
  msgid "Download"
460
  msgstr ""
461
 
462
- #: gallery-plugin.php:1092
463
  msgid "Rewrite templates after update"
464
  msgstr ""
465
 
466
- #: gallery-plugin.php:1094
467
  #, php-format
468
- msgid "Turn off the checkbox, if You edited the file '%s' or '%s' file in your theme folder and You don't want to rewrite them"
 
 
469
  msgstr ""
470
 
471
- #: gallery-plugin.php:1105
 
 
 
 
 
 
 
 
 
472
  msgid "Use pagination for images"
473
  msgstr ""
474
 
475
- #: gallery-plugin.php:1108
476
  msgid "per page"
477
  msgstr ""
478
 
479
- #: gallery-plugin.php:1112
 
 
 
 
 
 
 
 
 
 
 
 
480
  msgid "The lightbox helper"
481
  msgstr ""
482
 
483
- #: gallery-plugin.php:1114
484
  msgid "Do not use"
485
  msgstr ""
486
 
487
- #: gallery-plugin.php:1115
488
  msgid "Button helper"
489
  msgstr ""
490
 
491
- #: gallery-plugin.php:1116
492
  msgid "Thumbnail helper"
493
  msgstr ""
494
 
495
- #: gallery-plugin.php:1120
496
  #, fuzzy
497
  msgid "Display Like buttons in the lightbox"
498
  msgstr "Afficher une image en taille normale dans le boite"
499
 
500
- #: gallery-plugin.php:1122
501
  msgid "FaceBook"
502
  msgstr "FaceBook"
503
 
504
- #: gallery-plugin.php:1123
505
  #, fuzzy
506
  msgid "Twitter"
507
  msgstr "Titre"
508
 
509
- #: gallery-plugin.php:1124
510
  msgid "Pinterest"
511
  msgstr "Pinterest"
512
 
513
- #: gallery-plugin.php:1125
514
  msgid "Google +1"
515
  msgstr "Google +1"
516
 
517
- #: gallery-plugin.php:1129
518
  #, fuzzy
519
  msgid "Slug for gallery item"
520
  msgstr "Taille de la vignette de la galerie"
521
 
522
- #: gallery-plugin.php:1131
523
  msgid "for any structure of permalinks except the default structure"
524
  msgstr ""
525
 
526
- #: gallery-plugin.php:1135
527
  msgid "Title for lightbox button"
528
  msgstr ""
529
 
530
- #: gallery-plugin.php:1141
531
- msgid "Display all images in the lightbox instead of going into a single gallery"
 
532
  msgstr ""
533
 
534
- #: gallery-plugin.php:1144
535
  #, php-format
536
  msgid "When using the gallery template or a shortcode with `%s` parameter"
537
  msgstr ""
538
 
539
- #: gallery-plugin.php:1170
540
  msgid "Save Changes"
541
  msgstr "Sačuvaj izmene"
542
 
543
- #: gallery-plugin.php:1208
 
 
 
 
 
 
 
 
 
 
544
  msgid "Support"
545
  msgstr "Podrška"
546
 
547
- #: gallery-plugin.php:1248
548
  msgid "Updating images..."
549
  msgstr ""
550
 
551
- #: gallery-plugin.php:1249
552
  #, fuzzy
553
  msgid "No image found."
554
  msgstr "Nije pronađena Galerija"
555
 
556
- #: gallery-plugin.php:1250
557
  msgid "All images are updated."
558
  msgstr ""
559
 
560
- #: gallery-plugin.php:1251
561
  msgid "Error."
562
  msgstr ""
563
 
564
- #: gallery-plugin.php:1262
565
  msgid ""
566
  "You are about to delete these items from this gallery.\n"
567
  " 'Cancel' to stop, 'OK' to delete."
568
  msgstr ""
569
 
570
- #: gallery-plugin.php:1263
571
- msgid "Switching to another mode, all unsaved data will be lost. Save data before switching?"
 
 
572
  msgstr ""
573
 
574
- #: gallery-plugin.php:1264
575
  msgid "Insert Media"
576
  msgstr ""
577
 
578
- #: gallery-plugin.php:1265
579
  msgid "Insert"
580
  msgstr ""
581
 
582
- #: gallery-plugin.php:1277
583
  #, fuzzy
584
  msgid "Learn more"
585
  msgstr "Pročitaj više"
586
 
587
- #: gallery-plugin.php:1289
588
  #, fuzzy
589
  msgid "Install now"
590
  msgstr "Instalacija %s"
591
 
592
- #: gallery-plugin.php:1298
593
  msgid "Add multiple gallery categories"
594
  msgstr ""
595
 
596
- #: gallery-plugin.php:1298
597
- msgid "Install Gallery Categories plugin to add unlimited number of categories."
 
598
  msgstr ""
599
 
600
- #: gallery-plugin.php:1573
601
- #: template/gallery-single-template.php:101
602
  msgid "Sorry, nothing found."
603
  msgstr "Nažalost nije pronađeno"
604
 
605
- #: gallery-plugin.php:1595
606
- #: template/gallery-single-template.php:120
607
  msgid "Image"
608
  msgstr "Slika"
609
 
610
- #: gallery-plugin.php:1595
611
- #: template/gallery-single-template.php:19
612
  msgid "Download high resolution image"
613
  msgstr "Preuzmi sliku u visokoj rezoluciji"
614
 
615
- #: gallery-plugin.php:1725
616
  #, fuzzy
617
  msgid "Image size not defined"
618
  msgstr "Veličina slike"
619
 
620
- #: gallery-plugin.php:1740
621
- msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
 
 
622
  msgstr ""
623
 
624
- #: gallery-plugin.php:1751
625
  msgid "Image size changes not defined"
626
  msgstr ""
627
 
628
- #: gallery-plugin.php:1780
629
- #: gallery-plugin.php:1783
630
- #: gallery-plugin.php:1788
631
  msgid "Invalid path"
632
  msgstr ""
633
 
634
- #: gallery-plugin.php:1940
635
  msgid "Add images requires JavaScript."
636
  msgstr ""
637
 
638
- #: gallery-plugin.php:1943
639
  msgid "Add Media"
640
  msgstr ""
641
 
642
- #: gallery-plugin.php:1953
643
  msgid "The grid view for the Gallery images requires JavaScript."
644
  msgstr ""
645
 
646
- #: gallery-plugin.php:1953
647
  msgid "Switch to the list view"
648
  msgstr ""
649
 
650
- #: gallery-plugin.php:1980
651
  msgid "List View"
652
  msgstr ""
653
 
654
- #: gallery-plugin.php:1981
655
  msgid "Grid View"
656
  msgstr ""
657
 
658
- #: gallery-plugin.php:2036
659
  msgid "Filter"
660
  msgstr ""
661
 
662
- #: gallery-plugin.php:2040
663
  msgid "Empty Trash"
664
  msgstr ""
665
 
666
- #: gallery-plugin.php:2061
667
  #, fuzzy
668
  msgid "No images found"
669
  msgstr "Nije pronađena Galerija"
670
 
671
- #: gallery-plugin.php:2113
672
  msgid "Select bulk action"
673
  msgstr ""
674
 
675
- #: gallery-plugin.php:2115
676
  msgid "Bulk Actions"
677
  msgstr ""
678
 
679
- #: gallery-plugin.php:2125
680
  msgid "Apply"
681
  msgstr ""
682
 
683
- #: gallery-plugin.php:2132
684
- #: gallery-plugin.php:2312
685
  #, fuzzy
686
  msgid "Delete from Gallery"
687
  msgstr "Nova Galerija"
688
 
689
- #: gallery-plugin.php:2145
690
- #: gallery-plugin.php:2159
691
  #, fuzzy
692
  msgid "Display link to the original file under each image in the lightbox"
693
  msgstr "Prikaži sliku u punoj veličini u lightbox-u"
694
 
695
- #: gallery-plugin.php:2154
696
  msgid "Bulk Select"
697
  msgstr ""
698
 
699
- #: gallery-plugin.php:2156
700
  msgid "Cancel Selection"
701
  msgstr ""
702
 
703
- #: gallery-plugin.php:2157
704
  msgid "Delete Selected"
705
  msgstr ""
706
 
707
- #: gallery-plugin.php:2171
708
  msgid "File"
709
  msgstr ""
710
 
711
- #: gallery-plugin.php:2172
712
- #: gallery-plugin.php:2261
713
- #: gallery-plugin.php:2370
714
  msgid "Dimensions"
715
  msgstr ""
716
 
717
- #: gallery-plugin.php:2174
718
- #: gallery-plugin.php:2294
719
- #: gallery-plugin.php:2380
720
  msgid "Alt tag"
721
  msgstr ""
722
 
723
- #: gallery-plugin.php:2174
724
- #: gallery-plugin.php:2296
725
- msgid "The alt attribute specifies an alternate text for an image, if the image cannot be displayed."
 
726
  msgstr ""
727
 
728
- #: gallery-plugin.php:2175
729
- #: gallery-plugin.php:2302
730
- #: gallery-plugin.php:2385
731
  msgid "Custom URL"
732
  msgstr ""
733
 
734
- #: gallery-plugin.php:2175
735
- #: gallery-plugin.php:2304
736
- msgid "By clicking on the thumbnail you'll go to the link (if the field is filled) or the image will be opened in the lightbox (if the field isn't filled)"
 
737
  msgstr ""
738
 
739
- #: gallery-plugin.php:2253
740
  msgid "Deselect"
741
  msgstr ""
742
 
743
- #: gallery-plugin.php:2259
744
  msgid "File name"
745
  msgstr ""
746
 
747
- #: gallery-plugin.php:2260
748
  msgid "File type"
749
  msgstr ""
750
 
751
- #: gallery-plugin.php:2264
752
- #: gallery-plugin.php:2366
753
  #, fuzzy
754
  msgid "Edit Attachment Info"
755
  msgstr "ID priloga"
756
 
757
- #: gallery-plugin.php:2264
758
  #, fuzzy
759
  msgid "Edit Attachment"
760
  msgstr "ID priloga"
761
 
762
- #: gallery-plugin.php:2274
763
  msgid "Go Pro"
764
  msgstr ""
765
 
766
- #: gallery-plugin.php:2274
767
  msgid "Pro version"
768
  msgstr ""
769
 
770
- #: gallery-plugin.php:2277
771
  msgid "This setting is available in Pro version"
772
  msgstr "Ovo podešavanje je dostupno u Pro verziji"
773
 
774
- #: gallery-plugin.php:2310
775
  msgid "Edit more details"
776
  msgstr ""
777
 
778
- #: gallery-plugin.php:2345
779
  #, php-format
780
  msgid "Select %s"
781
  msgstr ""
782
 
783
- #: gallery-plugin.php:2358
784
  #, php-format
785
  msgid "Edit &#8220;%s&#8221;"
786
  msgstr ""
787
 
788
- #: gallery-plugin.php:2403
789
- #: gallery-plugin.php:2416
790
  msgid "Edit"
791
  msgstr ""
792
 
793
- #: gallery-plugin.php:2406
794
- #: gallery-plugin.php:2421
795
  msgid "Trash"
796
  msgstr ""
797
 
798
- #: gallery-plugin.php:2409
799
- #: gallery-plugin.php:2424
800
  msgid "Delete Permanently"
801
  msgstr ""
802
 
803
- #: gallery-plugin.php:2411
804
- #: gallery-plugin.php:2429
805
  #, php-format
806
  msgid "View &#8220;%s&#8221;"
807
  msgstr ""
808
 
809
- #: gallery-plugin.php:2411
810
- #: gallery-plugin.php:2429
811
  msgid "View"
812
  msgstr ""
813
 
814
- #: gallery-plugin.php:2413
815
  #, fuzzy
816
  msgid "Attach"
817
  msgstr "ID priloga"
818
 
819
- #: gallery-plugin.php:2419
820
  msgid "Restore"
821
  msgstr ""
822
 
823
- #: gallery-plugin.php:2550
824
  msgid "Warning"
825
  msgstr ""
826
 
827
- #: gallery-plugin.php:2550
828
  msgid "You can add only images to the gallery"
829
  msgstr ""
830
 
831
- #: gallery-plugin.php:2597
 
 
 
 
 
832
  #, fuzzy
833
  msgid "Sorry, no gallery found."
834
  msgstr "Nažalost nije pronađeno"
835
 
836
- #: gallery-plugin.php:2603
 
 
 
 
 
 
 
 
 
837
  #, fuzzy
838
- msgid "Display an album image with the description and the link to a single gallery page"
839
- msgstr "Ako želite da prikažete kratak opis koji sadrži snimak ekrana i link ka stranici sa Jedinstvenom galerijom."
840
 
841
- #: inc/demo-data/demo-data-loader.php:78
842
  #, fuzzy
843
  msgid "Install Demo Data"
844
  msgstr "Instalacija %s"
845
 
846
- #: inc/demo-data/demo-data-loader.php:79
847
- msgid "If you install the demo-data, will be created galleries with images, demo-post with available shortcodes and page with a list of all the galleries, plugin settings will be overwritten, however, when you delete the demo data, they will be restored."
848
- msgstr ""
849
-
850
- #: inc/demo-data/demo-data-loader.php:82
851
  msgid "Remove Demo Data"
852
  msgstr ""
853
 
854
- #: inc/demo-data/demo-data-loader.php:83
855
  msgid "Delete demo-data and restore old plugin settings."
856
  msgstr ""
857
 
858
- #: inc/demo-data/demo-data-loader.php:108
859
  msgid "Yes, install demo data"
860
  msgstr ""
861
 
862
- #: inc/demo-data/demo-data-loader.php:109
863
  msgid "Are you sure you want to install demo data?"
864
  msgstr ""
865
 
866
- #: inc/demo-data/demo-data-loader.php:111
867
  msgid "Yes, remove demo data"
868
  msgstr ""
869
 
870
- #: inc/demo-data/demo-data-loader.php:112
871
  msgid "Are you sure you want to remove demo data?"
872
  msgstr ""
873
 
874
- #: inc/demo-data/demo-data-loader.php:119
875
  #, fuzzy
876
  msgid "No, go back to the settings page"
877
  msgstr "na stranici za podešavanje modula ("
878
 
879
- #: inc/demo-data/demo-data-loader.php:167
880
  msgid "Can not get demo data."
881
  msgstr ""
882
 
883
- #: inc/demo-data/demo-data-loader.php:173
884
  msgid "Demo options already installed."
885
  msgstr ""
886
 
887
- #: inc/demo-data/demo-data-loader.php:296
888
  msgid "Demo data successfully installed."
889
  msgstr ""
890
 
891
- #: inc/demo-data/demo-data-loader.php:298
892
  msgid "View post with shortcodes"
893
  msgstr ""
894
 
895
- #: inc/demo-data/demo-data-loader.php:301
896
  msgid "View page with examples"
897
  msgstr ""
898
 
899
- #: inc/demo-data/demo-data-loader.php:308
900
  msgid "Installation of demo data with some errors occurred."
901
  msgstr ""
902
 
903
- #: inc/demo-data/demo-data-loader.php:311
904
  msgid "Posts data is missing."
905
  msgstr ""
906
 
907
- #: inc/demo-data/demo-data-loader.php:336
908
  msgid "Demo data have already been removed."
909
  msgstr ""
910
 
911
- #: inc/demo-data/demo-data-loader.php:383
912
  msgid "Demo data successfully removed."
913
  msgstr ""
914
 
915
- #: inc/demo-data/demo-data-loader.php:386
916
  msgid "Removing demo data with some errors occurred."
917
  msgstr ""
918
 
919
- #: inc/demo-data/demo-data-loader.php:517
920
  msgid "Close notice"
921
  msgstr ""
922
 
923
- #: inc/demo-data/demo-data-loader.php:520
924
  #, fuzzy
925
  msgid "Install demo data"
926
  msgstr "Instalacija %s"
927
 
928
- #: inc/demo-data/demo-data-loader.php:520
929
  msgid "for an acquaintance with the possibilities of the"
930
  msgstr ""
931
 
932
- #: template/gallery-template.php:14
 
 
933
  #, fuzzy
934
- msgid "Gallery Category"
935
- msgstr "Veličina slika u galeriji"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
936
 
937
  #~ msgid "URL"
938
  #~ msgstr "URL"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-03-16 18:16+0300\n"
6
+ "PO-Revision-Date: 2016-03-16 18:16+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
+ "Language-Team: Radovan Georgijevic, Andrijana Nikolic <http://www."
9
+ "georgijevic.info, andrijanan@webhostinggeeks.com>\n"
10
  "Language: fr_FR\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
18
  "X-Generator: Poedit 1.5.4\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: gallery-plugin.php:45 gallery-plugin.php:882 gallery-plugin.php:1264
22
+ #: gallery-plugin.php:1281
 
 
23
  msgid "Settings"
24
  msgstr "Podešavanja"
25
 
26
+ #: gallery-plugin.php:126
27
  msgid "See images &raquo;"
28
  msgstr "Pogledaj sliku &raquo;"
29
 
30
+ #: gallery-plugin.php:129
31
  msgid "Return to all albums"
32
  msgstr ""
33
 
34
+ #: gallery-plugin.php:382
35
  #, fuzzy, php-format
36
+ msgid ""
37
+ "The following files '%s' and '%s' were not found in the directory of your "
38
+ "theme. Please copy them from the directory `%s` to the directory of your "
39
+ "theme for the correct work of the Gallery plugin"
40
+ msgstr ""
41
+ "Sledeći fajlovi \"gallery-template.php\" i \"gallery-single-template.php\" "
42
+ "nisu pronađeni u direktorijumu vaše teme. Molimo vas da ih kopirate iz "
43
+ "direktorijuma `/wp-content/plugins/gallery-plugin/template/` u direktorijum "
44
+ "vaše teme za ispravan rad modula Galerija"
45
 
46
+ #: gallery-plugin.php:393 gallery-plugin.php:402
 
47
  msgid "Galleries"
48
  msgstr "Galerije"
49
 
50
+ #: gallery-plugin.php:394 gallery-plugin.php:2669
 
51
  msgid "Gallery"
52
  msgstr "Galerija"
53
 
54
+ #: gallery-plugin.php:395
55
  msgid "Add New Gallery"
56
  msgstr "Dodaj novu Galeriju"
57
 
58
+ #: gallery-plugin.php:396
59
  msgid "Edit Gallery"
60
  msgstr "Uredi Galeriju"
61
 
62
+ #: gallery-plugin.php:397
63
  msgid "New Gallery"
64
  msgstr "Nova Galerija"
65
 
66
+ #: gallery-plugin.php:398
67
  msgid "View Gallery"
68
  msgstr "Pregled Galerije"
69
 
70
+ #: gallery-plugin.php:399
71
  #, fuzzy
72
  msgid "Search Galleries"
73
  msgstr "Galerije"
74
 
75
+ #: gallery-plugin.php:400
76
  msgid "No Gallery found"
77
  msgstr "Nije pronađena Galerija"
78
 
79
+ #: gallery-plugin.php:457
80
  msgid "Gallery Shortcode"
81
  msgstr "Kratak kod za Galeriju"
82
 
83
+ #: gallery-plugin.php:459 gallery-plugin.php:500 gallery-plugin.php:2652
 
 
84
  #, fuzzy
85
  msgid "Gallery Categories"
86
  msgstr "Veličina slika u galeriji"
87
 
88
+ #: gallery-plugin.php:469 gallery-plugin.php:900
 
89
  #, fuzzy, php-format
90
+ msgid ""
91
+ "If you would like to add a Gallery to your page or post, please use %s button"
92
+ msgstr ""
93
+ "Ako želite da dodate Jedinstvenu Galeriju na vašu stranicu ili post, samo "
94
+ "kopirajte i prelepite ovaj kratki kod na vaš post ili stranicu:"
95
 
96
+ #: gallery-plugin.php:474
97
  #, php-format
98
+ msgid ""
99
+ "You can add the Gallery to your page or post by clicking on %s button in the "
100
+ "content edit block using the Visual mode. If the button isn't displayed, "
101
+ "please use the shortcode below"
102
  msgstr ""
103
 
104
+ #: gallery-plugin.php:480
105
+ msgid ""
106
+ "Add this shortcode to a page, post or widget to display a single gallery"
107
  msgstr ""
108
 
109
+ #: gallery-plugin.php:483
110
  #, fuzzy
111
+ msgid ""
112
+ "Use this shortcode to display an album image with the description and the "
113
+ "link to a single gallery page"
114
+ msgstr ""
115
+ "Ako želite da prikažete kratak opis koji sadrži snimak ekrana i link ka "
116
+ "stranici sa Jedinstvenom galerijom."
117
 
118
+ #: gallery-plugin.php:485
119
  msgid "Short display"
120
  msgstr ""
121
 
122
+ #: gallery-plugin.php:501
123
  msgid "Most Used"
124
  msgstr ""
125
 
126
+ #: gallery-plugin.php:506 gallery-plugin.php:1164
 
127
  msgid "Default"
128
  msgstr "Podrazumevano"
129
 
130
+ #: gallery-plugin.php:511
131
  #, fuzzy
132
  msgid "Add New Gallery Category"
133
  msgstr "Dodaj novu Galeriju"
134
 
135
+ #: gallery-plugin.php:516
136
  #, fuzzy
137
  msgid "Install plugin"
138
  msgstr "Instalirani moduli"
139
 
140
+ #: gallery-plugin.php:674 gallery-plugin.php:2244 gallery-plugin.php:2359
141
+ #: gallery-plugin.php:2446
 
 
 
142
  msgid "Title"
143
  msgstr "Naslov"
144
 
145
+ #: gallery-plugin.php:675
 
146
  msgid "Author"
147
  msgstr "Autor"
148
 
149
+ #: gallery-plugin.php:676
150
  #, fuzzy
151
  msgid "Shortcode"
152
  msgstr "Kratak kod za Galeriju"
153
 
154
+ #: gallery-plugin.php:677
155
  #, fuzzy
156
  msgid "Photos"
157
  msgstr "Foto"
158
 
159
+ #: gallery-plugin.php:678
 
 
160
  msgid "Date"
161
  msgstr "Datum"
162
 
163
+ #: gallery-plugin.php:851
164
  msgid "Settings are saved"
165
  msgstr "Podešavanja su sačuvana"
166
 
167
+ #: gallery-plugin.php:868
168
  #, fuzzy
169
  msgid "All plugin settings were restored."
170
  msgstr "na stranici za podešavanje modula ("
171
 
172
+ #: gallery-plugin.php:880
173
  msgid "Gallery Settings"
174
  msgstr "Podešavanja Galerije"
175
 
176
+ #: gallery-plugin.php:883
 
 
 
 
 
177
  msgid "Go PRO"
178
  msgstr ""
179
 
180
+ #: gallery-plugin.php:893
181
  #, fuzzy
182
  msgid "Please enable JavaScript to use the option to renew images."
183
+ msgstr ""
184
+ "Molimo vas omogućite da JavaScript koristi program za učitavanje fajlova."
185
 
186
+ #: gallery-plugin.php:905
187
  #, php-format
188
+ msgid ""
189
+ "You can add the Gallery to your page or post by clicking on %s button in the "
190
+ "content edit block using the Visual mode. If the button isn't displayed, "
191
+ "please use the shortcode %s, where * stands for gallery ID"
192
  msgstr ""
193
 
194
+ #: gallery-plugin.php:915
195
+ msgid "Number of images in the row"
196
+ msgstr "Broj slika u redu"
197
 
198
+ #: gallery-plugin.php:917
199
  #, fuzzy
200
+ msgid ""
201
+ "The number of images per row can be less depending on the width of the "
202
+ "parent block"
203
+ msgstr "Broj slika u redu"
 
 
204
 
205
+ #: gallery-plugin.php:921 gallery-plugin.php:947
 
 
206
  msgid "Image size"
207
  msgstr "Veličina slike"
208
 
209
+ #: gallery-plugin.php:924
210
+ msgid ""
211
+ "WordPress will create a new thumbnail with the specified dimensions when you "
212
+ "upload a new photo."
213
+ msgstr ""
214
+ "WordPress će kreirati novi umanjeni prikaz sa navedenim dimenzijama kada "
215
+ "učitate novu sliku."
216
+
217
+ #: gallery-plugin.php:926
218
+ #, fuzzy
219
+ msgid "For the album cover"
220
+ msgstr "Veličina slike za naslovnu stranicu albuma"
221
+
222
+ #: gallery-plugin.php:927 gallery-plugin.php:931 gallery-plugin.php:952
223
+ msgid "width x height"
224
+ msgstr ""
225
 
226
+ #: gallery-plugin.php:927 gallery-plugin.php:931 gallery-plugin.php:952
227
+ msgid "in px"
228
+ msgstr ""
 
229
 
230
+ #: gallery-plugin.php:930
231
  #, fuzzy
232
+ msgid "For thumbnails"
233
  msgstr "Veličina slike za naslovnu stranicu albuma"
234
 
235
+ #: gallery-plugin.php:934
236
+ msgid "Update images for gallery"
237
+ msgstr ""
238
 
239
+ #: gallery-plugin.php:943 gallery-plugin.php:1142 gallery-plugin.php:1363
 
 
240
  msgid "Close"
241
  msgstr ""
242
 
243
+ #: gallery-plugin.php:950
244
  #, fuzzy
245
+ msgid "For images in the lightbox"
246
  msgstr "Veličina slika u galeriji u lightbox skriptu"
247
 
248
+ #: gallery-plugin.php:954
 
 
 
 
 
 
 
 
249
  msgid "Display a full size image in the lightbox"
250
  msgstr "Prikaži sliku u punoj veličini u lightbox-u"
251
 
252
+ #: gallery-plugin.php:959
253
  msgid "Crop position"
254
  msgstr "Pozicija za kropovanje"
255
 
256
+ #: gallery-plugin.php:963 gallery-plugin.php:969
 
257
  msgid "center"
258
  msgstr "centar"
259
 
260
+ #: gallery-plugin.php:965
261
  msgid "Horizontal"
262
  msgstr "Horizontalno"
263
 
264
+ #: gallery-plugin.php:971
265
  msgid "Vertical"
266
  msgstr "Vertikalno"
267
 
268
+ #: gallery-plugin.php:976
269
+ #, fuzzy
270
+ msgid "Single gallery view"
271
+ msgstr "Taille de la vignette de la galerie"
272
 
273
+ #: gallery-plugin.php:979
274
+ msgid "Grid"
275
+ msgstr ""
276
 
277
+ #: gallery-plugin.php:980
278
+ msgid "Masonry"
279
+ msgstr ""
280
 
281
+ #: gallery-plugin.php:986 gallery-plugin.php:1207
282
+ msgid ""
283
+ "If you upgrade to Pro version all your settings and galleries will be saved."
284
  msgstr ""
285
 
286
+ #: gallery-plugin.php:993 gallery-plugin.php:1214
 
287
  msgid "Unlock premium options by upgrading to Pro version"
288
  msgstr ""
289
 
290
+ #: gallery-plugin.php:997 gallery-plugin.php:1218
 
291
  msgid "Start Your Trial"
292
  msgstr ""
293
 
294
+ #: gallery-plugin.php:998 gallery-plugin.php:1219 gallery-plugin.php:2654
 
 
295
  msgid "or"
296
  msgstr ""
297
 
298
+ #: gallery-plugin.php:1000 gallery-plugin.php:1221
 
299
  #, fuzzy
300
  msgid "Learn More"
301
  msgstr "Pročitaj više"
302
 
303
+ #: gallery-plugin.php:1008
304
+ msgid "Display image text"
305
+ msgstr ""
306
+
307
+ #: gallery-plugin.php:1010
308
+ #, fuzzy
309
+ msgid "Turn off the checkbox, if you want to display text just in a lightbox"
310
+ msgstr "Ako želite da prikažete tekst samo u lightbox-u"
311
+
312
+ #: gallery-plugin.php:1014
313
  msgid "Images with border"
314
  msgstr "Slike sa okvirima"
315
 
316
+ #: gallery-plugin.php:1018
317
  msgid "Border width in px, just numbers"
318
  msgstr "Širina okvira u pikselima, samo brojevi"
319
 
320
+ #: gallery-plugin.php:1019
321
  msgid "Select a border color"
322
  msgstr "Izaberite boju okvira"
323
 
324
+ #: gallery-plugin.php:1024
325
+ msgid "Sort images"
326
+ msgstr "Sortiraj slike"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
327
 
328
+ #: gallery-plugin.php:1027
329
+ #, fuzzy
330
+ msgid "by Attachment ID"
331
  msgstr "ID priloga"
332
 
333
+ #: gallery-plugin.php:1028
334
+ #, fuzzy
335
+ msgid "by Image Name"
336
  msgstr "Ime slike"
337
 
338
+ #: gallery-plugin.php:1029 gallery-plugin.php:1050
339
+ #, fuzzy
340
+ msgid "by Date"
341
+ msgstr "Datum"
342
+
343
+ #: gallery-plugin.php:1030
344
+ msgid "by Sorting order in the Gallery"
345
  msgstr ""
346
 
347
+ #: gallery-plugin.php:1031 gallery-plugin.php:1055
 
348
  msgid "Random"
349
  msgstr "Nasumično"
350
 
351
+ #: gallery-plugin.php:1036
352
+ #, fuzzy
353
+ msgid "The images sort order"
354
+ msgstr "Slike sa okvirima"
355
 
356
+ #: gallery-plugin.php:1039 gallery-plugin.php:1063
 
357
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
358
+ msgstr ""
359
+ "ASC (rastući redosled od najnižih do najviših vrednosti - 1, 2, 3; a, b, c)"
360
 
361
+ #: gallery-plugin.php:1040 gallery-plugin.php:1064
362
+ msgid ""
363
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
364
+ msgstr ""
365
+ "DESC (opadajući redosled od najviših do najnižih vrednosti - 3, 2, 1; c, b, "
366
+ "a)"
367
 
368
+ #: gallery-plugin.php:1045
369
  #, fuzzy
370
+ msgid "Sort galleries"
371
+ msgstr "Galerije"
372
 
373
+ #: gallery-plugin.php:1048
374
  #, fuzzy
375
+ msgid "by Gallery ID"
376
  msgstr "Galerija"
377
 
378
+ #: gallery-plugin.php:1049
379
+ #, fuzzy
380
+ msgid "by Title"
381
+ msgstr "Naslov"
382
+
383
+ #: gallery-plugin.php:1051
384
+ msgid "by Last modified date"
385
  msgstr ""
386
 
387
+ #: gallery-plugin.php:1052
388
+ msgid "by Comment count"
389
  msgstr ""
390
 
391
+ #: gallery-plugin.php:1053
392
  #, fuzzy
393
+ msgid "by Sorting order (the input field for sorting order)"
394
+ msgstr ""
395
+ "Raspoređivanje (polje za unos za sortiranje u dijalogu Insert / Upload Media "
396
+ "Gallery)"
397
 
398
+ #: gallery-plugin.php:1054
399
  #, fuzzy
400
+ msgid "by Author"
401
+ msgstr "Autor"
402
 
403
+ #: gallery-plugin.php:1060
404
+ msgid "The galleries sort order"
405
+ msgstr ""
 
406
 
407
+ #: gallery-plugin.php:1069
408
+ msgid "Start slideshow"
409
+ msgstr "Započni projekciju slajdova"
410
+
411
+ #: gallery-plugin.php:1072
412
+ msgid "Slideshow interval"
413
+ msgstr "Interval projekcije slajdova"
414
+
415
+ #: gallery-plugin.php:1072
416
+ msgid "(ms)"
417
+ msgstr ""
418
 
419
+ #: gallery-plugin.php:1076
420
+ msgid "Use single lightbox for multiple galleries on one page"
421
+ msgstr ""
422
+
423
+ #: gallery-plugin.php:1082
424
  msgid "Display the Back link"
425
  msgstr "Prikaži povratni link"
426
 
427
+ #: gallery-plugin.php:1088
428
  msgid "Display the Back link in the shortcode"
429
  msgstr "Prikaži povratni link u kratkom kodu"
430
 
431
+ #: gallery-plugin.php:1094
432
  msgid "The Back link text"
433
  msgstr "Tekst u povratnom linku"
434
 
435
+ #: gallery-plugin.php:1100
436
  msgid "The Back link URL"
437
  msgstr "URL povratnog linka"
438
 
439
+ #: gallery-plugin.php:1103
440
  msgid "Gallery page (Page with Gallery Template)"
441
  msgstr "Stranica galerije (Stranica sa šablonom galerije)"
442
 
443
+ #: gallery-plugin.php:1105
444
  msgid "(Full URL to custom page)"
445
  msgstr "(Puni URL ka korisničkoj stranici)"
446
 
447
+ #: gallery-plugin.php:1110
448
  msgid "The Read More link text"
449
  msgstr "Tekst u linku Pročitaj više"
450
 
451
+ #: gallery-plugin.php:1116
452
  msgid "Add gallery to the search"
453
  msgstr ""
454
 
455
+ #: gallery-plugin.php:1121 gallery-plugin.php:1124 gallery-plugin.php:1128
 
 
456
  msgid "Using"
457
  msgstr ""
458
 
459
+ #: gallery-plugin.php:1121 gallery-plugin.php:1124 gallery-plugin.php:1128
 
 
460
  msgid "powered by"
461
  msgstr ""
462
 
463
+ #: gallery-plugin.php:1124 gallery-plugin.php:1338
 
464
  #, fuzzy
465
  msgid "Activate"
466
  msgstr "Aktivirani moduli"
467
 
468
+ #: gallery-plugin.php:1128
469
  msgid "Download"
470
  msgstr ""
471
 
472
+ #: gallery-plugin.php:1133
473
  msgid "Rewrite templates after update"
474
  msgstr ""
475
 
476
+ #: gallery-plugin.php:1135
477
  #, php-format
478
+ msgid ""
479
+ "Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
480
+ "theme folder and You don't want to rewrite them"
481
  msgstr ""
482
 
483
+ #: gallery-plugin.php:1149
484
+ #, fuzzy
485
+ msgid "Under image"
486
+ msgstr "poređaj slike"
487
+
488
+ #: gallery-plugin.php:1150
489
+ msgid "By mouse hover"
490
+ msgstr ""
491
+
492
+ #: gallery-plugin.php:1155
493
  msgid "Use pagination for images"
494
  msgstr ""
495
 
496
+ #: gallery-plugin.php:1158
497
  msgid "per page"
498
  msgstr ""
499
 
500
+ #: gallery-plugin.php:1162
501
+ msgid "Lightbox background"
502
+ msgstr "Lightbox pozadina"
503
+
504
+ #: gallery-plugin.php:1165
505
+ msgid "Background transparency (from 0 to 1)"
506
+ msgstr "Pozadinska transparentnost (od 0 do 1)"
507
+
508
+ #: gallery-plugin.php:1166
509
+ msgid "Select a background color"
510
+ msgstr "Izaberi pozadinsku boju"
511
+
512
+ #: gallery-plugin.php:1170
513
  msgid "The lightbox helper"
514
  msgstr ""
515
 
516
+ #: gallery-plugin.php:1172
517
  msgid "Do not use"
518
  msgstr ""
519
 
520
+ #: gallery-plugin.php:1173
521
  msgid "Button helper"
522
  msgstr ""
523
 
524
+ #: gallery-plugin.php:1174
525
  msgid "Thumbnail helper"
526
  msgstr ""
527
 
528
+ #: gallery-plugin.php:1178
529
  #, fuzzy
530
  msgid "Display Like buttons in the lightbox"
531
  msgstr "Afficher une image en taille normale dans le boite"
532
 
533
+ #: gallery-plugin.php:1180
534
  msgid "FaceBook"
535
  msgstr "FaceBook"
536
 
537
+ #: gallery-plugin.php:1181
538
  #, fuzzy
539
  msgid "Twitter"
540
  msgstr "Titre"
541
 
542
+ #: gallery-plugin.php:1182
543
  msgid "Pinterest"
544
  msgstr "Pinterest"
545
 
546
+ #: gallery-plugin.php:1183
547
  msgid "Google +1"
548
  msgstr "Google +1"
549
 
550
+ #: gallery-plugin.php:1187
551
  #, fuzzy
552
  msgid "Slug for gallery item"
553
  msgstr "Taille de la vignette de la galerie"
554
 
555
+ #: gallery-plugin.php:1189
556
  msgid "for any structure of permalinks except the default structure"
557
  msgstr ""
558
 
559
+ #: gallery-plugin.php:1193
560
  msgid "Title for lightbox button"
561
  msgstr ""
562
 
563
+ #: gallery-plugin.php:1199
564
+ msgid ""
565
+ "Display all images in the lightbox instead of going into a single gallery"
566
  msgstr ""
567
 
568
+ #: gallery-plugin.php:1202
569
  #, php-format
570
  msgid "When using the gallery template or a shortcode with `%s` parameter"
571
  msgstr ""
572
 
573
+ #: gallery-plugin.php:1228
574
  msgid "Save Changes"
575
  msgstr "Sačuvaj izmene"
576
 
577
+ #: gallery-plugin.php:1233
578
+ msgid ""
579
+ "If you install the demo-data, will be created galleries with images, demo-"
580
+ "post with available shortcodes and page with a list of all the galleries."
581
+ msgstr ""
582
+
583
+ #: gallery-plugin.php:1265
584
+ msgid "FAQ"
585
+ msgstr "FAQ"
586
+
587
+ #: gallery-plugin.php:1266
588
  msgid "Support"
589
  msgstr "Podrška"
590
 
591
+ #: gallery-plugin.php:1302
592
  msgid "Updating images..."
593
  msgstr ""
594
 
595
+ #: gallery-plugin.php:1303
596
  #, fuzzy
597
  msgid "No image found."
598
  msgstr "Nije pronađena Galerija"
599
 
600
+ #: gallery-plugin.php:1304
601
  msgid "All images are updated."
602
  msgstr ""
603
 
604
+ #: gallery-plugin.php:1305
605
  msgid "Error."
606
  msgstr ""
607
 
608
+ #: gallery-plugin.php:1318
609
  msgid ""
610
  "You are about to delete these items from this gallery.\n"
611
  " 'Cancel' to stop, 'OK' to delete."
612
  msgstr ""
613
 
614
+ #: gallery-plugin.php:1319
615
+ msgid ""
616
+ "Switching to another mode, all unsaved data will be lost. Save data before "
617
+ "switching?"
618
  msgstr ""
619
 
620
+ #: gallery-plugin.php:1320
621
  msgid "Insert Media"
622
  msgstr ""
623
 
624
+ #: gallery-plugin.php:1321
625
  msgid "Insert"
626
  msgstr ""
627
 
628
+ #: gallery-plugin.php:1333
629
  #, fuzzy
630
  msgid "Learn more"
631
  msgstr "Pročitaj više"
632
 
633
+ #: gallery-plugin.php:1345
634
  #, fuzzy
635
  msgid "Install now"
636
  msgstr "Instalacija %s"
637
 
638
+ #: gallery-plugin.php:1354
639
  msgid "Add multiple gallery categories"
640
  msgstr ""
641
 
642
+ #: gallery-plugin.php:1354
643
+ msgid ""
644
+ "Install Gallery Categories plugin to add unlimited number of categories."
645
  msgstr ""
646
 
647
+ #: gallery-plugin.php:1638 template/gallery-single-template.php:103
 
648
  msgid "Sorry, nothing found."
649
  msgstr "Nažalost nije pronađeno"
650
 
651
+ #: gallery-plugin.php:1651 template/gallery-single-template.php:124
 
652
  msgid "Image"
653
  msgstr "Slika"
654
 
655
+ #: gallery-plugin.php:1651 template/gallery-single-template.php:19
 
656
  msgid "Download high resolution image"
657
  msgstr "Preuzmi sliku u visokoj rezoluciji"
658
 
659
+ #: gallery-plugin.php:1781
660
  #, fuzzy
661
  msgid "Image size not defined"
662
  msgstr "Veličina slike"
663
 
664
+ #: gallery-plugin.php:1796
665
+ msgid ""
666
+ "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
667
+ "manually reload image."
668
  msgstr ""
669
 
670
+ #: gallery-plugin.php:1807
671
  msgid "Image size changes not defined"
672
  msgstr ""
673
 
674
+ #: gallery-plugin.php:1836 gallery-plugin.php:1839 gallery-plugin.php:1844
 
 
675
  msgid "Invalid path"
676
  msgstr ""
677
 
678
+ #: gallery-plugin.php:2012
679
  msgid "Add images requires JavaScript."
680
  msgstr ""
681
 
682
+ #: gallery-plugin.php:2015
683
  msgid "Add Media"
684
  msgstr ""
685
 
686
+ #: gallery-plugin.php:2025
687
  msgid "The grid view for the Gallery images requires JavaScript."
688
  msgstr ""
689
 
690
+ #: gallery-plugin.php:2025
691
  msgid "Switch to the list view"
692
  msgstr ""
693
 
694
+ #: gallery-plugin.php:2052
695
  msgid "List View"
696
  msgstr ""
697
 
698
+ #: gallery-plugin.php:2053
699
  msgid "Grid View"
700
  msgstr ""
701
 
702
+ #: gallery-plugin.php:2108
703
  msgid "Filter"
704
  msgstr ""
705
 
706
+ #: gallery-plugin.php:2112
707
  msgid "Empty Trash"
708
  msgstr ""
709
 
710
+ #: gallery-plugin.php:2133
711
  #, fuzzy
712
  msgid "No images found"
713
  msgstr "Nije pronađena Galerija"
714
 
715
+ #: gallery-plugin.php:2185
716
  msgid "Select bulk action"
717
  msgstr ""
718
 
719
+ #: gallery-plugin.php:2187
720
  msgid "Bulk Actions"
721
  msgstr ""
722
 
723
+ #: gallery-plugin.php:2197
724
  msgid "Apply"
725
  msgstr ""
726
 
727
+ #: gallery-plugin.php:2204 gallery-plugin.php:2383
 
728
  #, fuzzy
729
  msgid "Delete from Gallery"
730
  msgstr "Nova Galerija"
731
 
732
+ #: gallery-plugin.php:2217 gallery-plugin.php:2231
 
733
  #, fuzzy
734
  msgid "Display link to the original file under each image in the lightbox"
735
  msgstr "Prikaži sliku u punoj veličini u lightbox-u"
736
 
737
+ #: gallery-plugin.php:2226
738
  msgid "Bulk Select"
739
  msgstr ""
740
 
741
+ #: gallery-plugin.php:2228
742
  msgid "Cancel Selection"
743
  msgstr ""
744
 
745
+ #: gallery-plugin.php:2229
746
  msgid "Delete Selected"
747
  msgstr ""
748
 
749
+ #: gallery-plugin.php:2242
750
  msgid "File"
751
  msgstr ""
752
 
753
+ #: gallery-plugin.php:2243 gallery-plugin.php:2332 gallery-plugin.php:2441
 
 
754
  msgid "Dimensions"
755
  msgstr ""
756
 
757
+ #: gallery-plugin.php:2245 gallery-plugin.php:2365 gallery-plugin.php:2451
 
 
758
  msgid "Alt tag"
759
  msgstr ""
760
 
761
+ #: gallery-plugin.php:2245 gallery-plugin.php:2367
762
+ msgid ""
763
+ "The alt attribute specifies an alternate text for an image, if the image "
764
+ "cannot be displayed."
765
  msgstr ""
766
 
767
+ #: gallery-plugin.php:2246 gallery-plugin.php:2373 gallery-plugin.php:2456
 
 
768
  msgid "Custom URL"
769
  msgstr ""
770
 
771
+ #: gallery-plugin.php:2246 gallery-plugin.php:2375
772
+ msgid ""
773
+ "By clicking on the thumbnail you'll go to the link (if the field is filled) "
774
+ "or the image will be opened in the lightbox (if the field isn't filled)"
775
  msgstr ""
776
 
777
+ #: gallery-plugin.php:2324
778
  msgid "Deselect"
779
  msgstr ""
780
 
781
+ #: gallery-plugin.php:2330
782
  msgid "File name"
783
  msgstr ""
784
 
785
+ #: gallery-plugin.php:2331
786
  msgid "File type"
787
  msgstr ""
788
 
789
+ #: gallery-plugin.php:2335 gallery-plugin.php:2437
 
790
  #, fuzzy
791
  msgid "Edit Attachment Info"
792
  msgstr "ID priloga"
793
 
794
+ #: gallery-plugin.php:2335
795
  #, fuzzy
796
  msgid "Edit Attachment"
797
  msgstr "ID priloga"
798
 
799
+ #: gallery-plugin.php:2345
800
  msgid "Go Pro"
801
  msgstr ""
802
 
803
+ #: gallery-plugin.php:2345
804
  msgid "Pro version"
805
  msgstr ""
806
 
807
+ #: gallery-plugin.php:2348
808
  msgid "This setting is available in Pro version"
809
  msgstr "Ovo podešavanje je dostupno u Pro verziji"
810
 
811
+ #: gallery-plugin.php:2381
812
  msgid "Edit more details"
813
  msgstr ""
814
 
815
+ #: gallery-plugin.php:2416
816
  #, php-format
817
  msgid "Select %s"
818
  msgstr ""
819
 
820
+ #: gallery-plugin.php:2429
821
  #, php-format
822
  msgid "Edit &#8220;%s&#8221;"
823
  msgstr ""
824
 
825
+ #: gallery-plugin.php:2474 gallery-plugin.php:2487
 
826
  msgid "Edit"
827
  msgstr ""
828
 
829
+ #: gallery-plugin.php:2477 gallery-plugin.php:2492
 
830
  msgid "Trash"
831
  msgstr ""
832
 
833
+ #: gallery-plugin.php:2480 gallery-plugin.php:2495
 
834
  msgid "Delete Permanently"
835
  msgstr ""
836
 
837
+ #: gallery-plugin.php:2482 gallery-plugin.php:2500
 
838
  #, php-format
839
  msgid "View &#8220;%s&#8221;"
840
  msgstr ""
841
 
842
+ #: gallery-plugin.php:2482 gallery-plugin.php:2500
 
843
  msgid "View"
844
  msgstr ""
845
 
846
+ #: gallery-plugin.php:2484
847
  #, fuzzy
848
  msgid "Attach"
849
  msgstr "ID priloga"
850
 
851
+ #: gallery-plugin.php:2490
852
  msgid "Restore"
853
  msgstr ""
854
 
855
+ #: gallery-plugin.php:2621
856
  msgid "Warning"
857
  msgstr ""
858
 
859
+ #: gallery-plugin.php:2621
860
  msgid "You can add only images to the gallery"
861
  msgstr ""
862
 
863
+ #: gallery-plugin.php:2663
864
+ #, fuzzy
865
+ msgid "no title"
866
+ msgstr "Naslov"
867
+
868
+ #: gallery-plugin.php:2671
869
  #, fuzzy
870
  msgid "Sorry, no gallery found."
871
  msgstr "Nažalost nije pronađeno"
872
 
873
+ #: gallery-plugin.php:2677
874
+ #, fuzzy
875
+ msgid ""
876
+ "Display an album image with the description and the link to a single gallery "
877
+ "page"
878
+ msgstr ""
879
+ "Ako želite da prikažete kratak opis koji sadrži snimak ekrana i link ka "
880
+ "stranici sa Jedinstvenom galerijom."
881
+
882
+ #: template/gallery-template.php:14
883
  #, fuzzy
884
+ msgid "Gallery Category"
885
+ msgstr "Veličina slika u galeriji"
886
 
887
+ #: inc/demo-data/class-bws-demo-data.php:31
888
  #, fuzzy
889
  msgid "Install Demo Data"
890
  msgstr "Instalacija %s"
891
 
892
+ #: inc/demo-data/class-bws-demo-data.php:34
 
 
 
 
893
  msgid "Remove Demo Data"
894
  msgstr ""
895
 
896
+ #: inc/demo-data/class-bws-demo-data.php:35
897
  msgid "Delete demo-data and restore old plugin settings."
898
  msgstr ""
899
 
900
+ #: inc/demo-data/class-bws-demo-data.php:53
901
  msgid "Yes, install demo data"
902
  msgstr ""
903
 
904
+ #: inc/demo-data/class-bws-demo-data.php:54
905
  msgid "Are you sure you want to install demo data?"
906
  msgstr ""
907
 
908
+ #: inc/demo-data/class-bws-demo-data.php:56
909
  msgid "Yes, remove demo data"
910
  msgstr ""
911
 
912
+ #: inc/demo-data/class-bws-demo-data.php:57
913
  msgid "Are you sure you want to remove demo data?"
914
  msgstr ""
915
 
916
+ #: inc/demo-data/class-bws-demo-data.php:64
917
  #, fuzzy
918
  msgid "No, go back to the settings page"
919
  msgstr "na stranici za podešavanje modula ("
920
 
921
+ #: inc/demo-data/class-bws-demo-data.php:119
922
  msgid "Can not get demo data."
923
  msgstr ""
924
 
925
+ #: inc/demo-data/class-bws-demo-data.php:126
926
  msgid "Demo options already installed."
927
  msgstr ""
928
 
929
+ #: inc/demo-data/class-bws-demo-data.php:355
930
  msgid "Demo data successfully installed."
931
  msgstr ""
932
 
933
+ #: inc/demo-data/class-bws-demo-data.php:357
934
  msgid "View post with shortcodes"
935
  msgstr ""
936
 
937
+ #: inc/demo-data/class-bws-demo-data.php:360
938
  msgid "View page with examples"
939
  msgstr ""
940
 
941
+ #: inc/demo-data/class-bws-demo-data.php:369
942
  msgid "Installation of demo data with some errors occurred."
943
  msgstr ""
944
 
945
+ #: inc/demo-data/class-bws-demo-data.php:372
946
  msgid "Posts data is missing."
947
  msgstr ""
948
 
949
+ #: inc/demo-data/class-bws-demo-data.php:446
950
  msgid "Demo data have already been removed."
951
  msgstr ""
952
 
953
+ #: inc/demo-data/class-bws-demo-data.php:503
954
  msgid "Demo data successfully removed."
955
  msgstr ""
956
 
957
+ #: inc/demo-data/class-bws-demo-data.php:507
958
  msgid "Removing demo data with some errors occurred."
959
  msgstr ""
960
 
961
+ #: inc/demo-data/class-bws-demo-data.php:576
962
  msgid "Close notice"
963
  msgstr ""
964
 
965
+ #: inc/demo-data/class-bws-demo-data.php:580
966
  #, fuzzy
967
  msgid "Install demo data"
968
  msgstr "Instalacija %s"
969
 
970
+ #: inc/demo-data/class-bws-demo-data.php:580
971
  msgid "for an acquaintance with the possibilities of the"
972
  msgstr ""
973
 
974
+ #~ msgid "Sort images by"
975
+ #~ msgstr "Poređaj slike po"
976
+
977
  #, fuzzy
978
+ #~ msgid "Sort galleries by"
979
+ #~ msgstr "Poređaj slike po"
980
+
981
+ #~ msgid "Width (in px)"
982
+ #~ msgstr "Širina (u pikselima)"
983
+
984
+ #~ msgid "Height (in px)"
985
+ #~ msgstr "Visina (u pikselima)"
986
+
987
+ #~ msgid "Max width (in px)"
988
+ #~ msgstr "Max širina (u pikselima)"
989
+
990
+ #~ msgid "Max height (in px)"
991
+ #~ msgstr "Max visina (u pikselima)"
992
+
993
+ #, fuzzy
994
+ #~ msgid "Display text under the image"
995
+ #~ msgstr "Prikaži tekst iznad slike"
996
 
997
  #~ msgid "URL"
998
  #~ msgstr "URL"
languages/gallery-plugin-tr.mo CHANGED
Binary file
languages/gallery-plugin-tr.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-10-06 15:09+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Ismail Demirbilek <ce.demirbilek@gmail.com>\n"
@@ -17,920 +17,973 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: gallery-plugin.php:45
21
- #: gallery-plugin.php:830
22
- #: gallery-plugin.php:1206
23
- #: gallery-plugin.php:1223
24
  msgid "Settings"
25
  msgstr "Ayarlar"
26
 
27
- #: gallery-plugin.php:110
28
  msgid "See images &raquo;"
29
  msgstr "Resimleri Gör &raquo;"
30
 
31
- #: gallery-plugin.php:113
32
  msgid "Return to all albums"
33
  msgstr ""
34
 
35
- #: gallery-plugin.php:342
36
  #, fuzzy, php-format
37
- msgid "The following files '%s' and '%s' were not found in the directory of your theme. Please copy them from the directory `%s` to the directory of your theme for the correct work of the Gallery plugin"
38
- msgstr "\"gallery-template.php\" ve \"gallery-single-template.php\" dosyaları tema klasörünüzde bulunamadı. Lütfen bu dosyaları `/wp-content/plugins/gallery-plugin/template/` dizininden tema dizininize kopyalayınız. Aksi halde Galeri eklentisi doğru çalışmayacaktır."
 
 
 
 
 
 
 
39
 
40
- #: gallery-plugin.php:353
41
- #: gallery-plugin.php:362
42
  msgid "Galleries"
43
  msgstr "Galeriler"
44
 
45
- #: gallery-plugin.php:354
46
- #: gallery-plugin.php:2595
47
  msgid "Gallery"
48
  msgstr "Galeri"
49
 
50
- #: gallery-plugin.php:355
51
  msgid "Add New Gallery"
52
  msgstr "Yeni Galeri"
53
 
54
- #: gallery-plugin.php:356
55
  msgid "Edit Gallery"
56
  msgstr "Galeriyi Düzenle"
57
 
58
- #: gallery-plugin.php:357
59
  msgid "New Gallery"
60
  msgstr "Yeni Galeri"
61
 
62
- #: gallery-plugin.php:358
63
  msgid "View Gallery"
64
  msgstr "Galeriyi görüntüle"
65
 
66
- #: gallery-plugin.php:359
67
  #, fuzzy
68
  msgid "Search Galleries"
69
  msgstr "Galeriler"
70
 
71
- #: gallery-plugin.php:360
72
  msgid "No Gallery found"
73
  msgstr "Galeri bulunamadı"
74
 
75
- #: gallery-plugin.php:417
76
  msgid "Gallery Shortcode"
77
  msgstr "Galeri Kısa Kodu"
78
 
79
- #: gallery-plugin.php:419
80
- #: gallery-plugin.php:460
81
- #: gallery-plugin.php:2581
82
  #, fuzzy
83
  msgid "Gallery Categories"
84
  msgstr "Galeri resim boyutu"
85
 
86
- #: gallery-plugin.php:429
87
- #: gallery-plugin.php:849
88
  #, fuzzy, php-format
89
- msgid "If you would like to add a Gallery to your page or post, please use %s button"
90
- msgstr "Sayfa ya da yazılara tekil galeri eklemek için bu kısa kodu kopyalayıp sayfa ya da yazı içerisine yapıştırın:"
 
 
 
91
 
92
- #: gallery-plugin.php:434
93
  #, php-format
94
- msgid "You can add the Gallery to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode below"
 
 
 
95
  msgstr ""
96
 
97
- #: gallery-plugin.php:440
98
- msgid "Add this shortcode to a page, post or widget to display a single gallery"
 
99
  msgstr ""
100
 
101
- #: gallery-plugin.php:443
102
  #, fuzzy
103
- msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
104
- msgstr "Eğer Galeri sayfasına link içeren galeri önizlemesi eklemek isterseniz aşağıdaki kodu yapıştırınız"
 
 
 
 
105
 
106
- #: gallery-plugin.php:445
107
  msgid "Short display"
108
  msgstr ""
109
 
110
- #: gallery-plugin.php:461
111
  msgid "Most Used"
112
  msgstr ""
113
 
114
- #: gallery-plugin.php:466
115
- #: gallery-plugin.php:939
116
  msgid "Default"
117
  msgstr "Öntanımlı"
118
 
119
- #: gallery-plugin.php:471
120
  #, fuzzy
121
  msgid "Add New Gallery Category"
122
  msgstr "Yeni Galeri"
123
 
124
- #: gallery-plugin.php:476
125
  #, fuzzy
126
  msgid "Install plugin"
127
  msgstr "Yüklü eklentiler"
128
 
129
- #: gallery-plugin.php:631
130
- #: gallery-plugin.php:1020
131
- #: gallery-plugin.php:2173
132
- #: gallery-plugin.php:2288
133
- #: gallery-plugin.php:2375
134
  msgid "Title"
135
  msgstr "Başlık"
136
 
137
- #: gallery-plugin.php:632
138
- #: gallery-plugin.php:1025
139
  msgid "Author"
140
  msgstr "Yazar"
141
 
142
- #: gallery-plugin.php:633
143
  #, fuzzy
144
  msgid "Shortcode"
145
  msgstr "Galeri Kısa Kodu"
146
 
147
- #: gallery-plugin.php:634
148
  #, fuzzy
149
  msgid "Photos"
150
  msgstr "Fotoğraf"
151
 
152
- #: gallery-plugin.php:635
153
- #: gallery-plugin.php:1004
154
- #: gallery-plugin.php:1021
155
  msgid "Date"
156
  msgstr "Tarih"
157
 
158
- #: gallery-plugin.php:800
159
  msgid "Settings are saved"
160
  msgstr "Ayarlar kaydedildi"
161
 
162
- #: gallery-plugin.php:817
163
  #, fuzzy
164
  msgid "All plugin settings were restored."
165
  msgstr "Eklenti ayarları: ("
166
 
167
- #: gallery-plugin.php:828
168
  msgid "Gallery Settings"
169
  msgstr "Galeri ayarları"
170
 
171
- #: gallery-plugin.php:831
172
- #: gallery-plugin.php:1207
173
- msgid "FAQ"
174
- msgstr "SSS"
175
-
176
- #: gallery-plugin.php:832
177
  msgid "Go PRO"
178
  msgstr ""
179
 
180
- #: gallery-plugin.php:842
181
  #, fuzzy
182
  msgid "Please enable JavaScript to use the option to renew images."
183
  msgstr "Uploader'ı kullanmak için JavaScript desteğini aktifleştirmelisiniz."
184
 
185
- #: gallery-plugin.php:854
186
  #, php-format
187
- msgid "You can add the Gallery to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode %s, where * stands for gallery ID"
 
 
 
188
  msgstr ""
189
 
190
- #: gallery-plugin.php:863
191
- msgid "Update images for gallery"
192
- msgstr ""
193
 
194
- #: gallery-plugin.php:865
195
  #, fuzzy
196
- msgid "Update images"
197
- msgstr "görselleri sırala"
198
-
199
- #: gallery-plugin.php:873
200
- msgid "Image size for the album cover"
201
- msgstr "Albüm kapağı için resim boyuru"
202
 
203
- #: gallery-plugin.php:875
204
- #: gallery-plugin.php:889
205
- #: gallery-plugin.php:913
206
  msgid "Image size"
207
  msgstr "Resim boyutu"
208
 
209
- #: gallery-plugin.php:878
210
- #: gallery-plugin.php:892
211
- msgid "Width (in px)"
212
- msgstr "Yatay boyut (px)"
 
 
 
 
 
 
 
 
 
 
 
 
213
 
214
- #: gallery-plugin.php:882
215
- #: gallery-plugin.php:896
216
- msgid "Height (in px)"
217
- msgstr "Yükseklik (px)"
218
 
219
- #: gallery-plugin.php:887
220
  #, fuzzy
221
- msgid "Image size for thumbnails"
222
  msgstr "Albüm kapağı için resim boyuru"
223
 
224
- #: gallery-plugin.php:901
225
- msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
226
- msgstr "Yeni bir resim yüklediğinizde Wordpress belirlernen boyutlarda bir thumbnail oluşturacaktır."
227
 
228
- #: gallery-plugin.php:907
229
- #: gallery-plugin.php:1101
230
- #: gallery-plugin.php:1307
231
  msgid "Close"
232
  msgstr ""
233
 
234
- #: gallery-plugin.php:911
235
  #, fuzzy
236
- msgid "Image size in the lightbox"
237
  msgstr "Lightbox içerisindeki resim boyutu"
238
 
239
- #: gallery-plugin.php:914
240
- msgid "Max width (in px)"
241
- msgstr "Maksimum yatay boyut (px)"
242
-
243
- #: gallery-plugin.php:915
244
- msgid "Max height (in px)"
245
- msgstr "Maksimum yükseklik (px)"
246
-
247
- #: gallery-plugin.php:916
248
  msgid "Display a full size image in the lightbox"
249
  msgstr "Lightbox içerisinde tam boyutlu resim göster"
250
 
251
- #: gallery-plugin.php:920
252
  msgid "Crop position"
253
  msgstr "Kırpma konumu"
254
 
255
- #: gallery-plugin.php:924
256
- #: gallery-plugin.php:930
257
  msgid "center"
258
  msgstr "orta"
259
 
260
- #: gallery-plugin.php:926
261
  msgid "Horizontal"
262
  msgstr "Yatay"
263
 
264
- #: gallery-plugin.php:932
265
  msgid "Vertical"
266
  msgstr "Dikey"
267
 
268
- #: gallery-plugin.php:937
269
- msgid "Lightbox background"
270
- msgstr "Lightbox arkaplanı"
 
271
 
272
- #: gallery-plugin.php:940
273
- msgid "Background transparency (from 0 to 1)"
274
- msgstr "Arkaplan saydamlığı (0 - 10 arasında)"
275
 
276
- #: gallery-plugin.php:941
277
- msgid "Select a background color"
278
- msgstr "Arkaplan rengi seçiniz"
279
 
280
- #: gallery-plugin.php:946
281
- #: gallery-plugin.php:1149
282
- msgid "If you upgrade to Pro version all your settings and galleries will be saved."
283
  msgstr ""
284
 
285
- #: gallery-plugin.php:953
286
- #: gallery-plugin.php:1156
287
  msgid "Unlock premium options by upgrading to Pro version"
288
  msgstr ""
289
 
290
- #: gallery-plugin.php:957
291
- #: gallery-plugin.php:1160
292
  msgid "Start Your Trial"
293
  msgstr ""
294
 
295
- #: gallery-plugin.php:958
296
- #: gallery-plugin.php:1161
297
- #: gallery-plugin.php:2583
298
  msgid "or"
299
  msgstr ""
300
 
301
- #: gallery-plugin.php:960
302
- #: gallery-plugin.php:1163
303
  #, fuzzy
304
  msgid "Learn More"
305
  msgstr "Devamını Oku"
306
 
307
- #: gallery-plugin.php:968
 
 
 
 
 
 
 
 
 
308
  msgid "Images with border"
309
  msgstr "Çerçeveli resimler"
310
 
311
- #: gallery-plugin.php:971
312
  msgid "Border width in px, just numbers"
313
  msgstr "Çerçeve kalınlığı (px) [sadece sayı yazınız]"
314
 
315
- #: gallery-plugin.php:972
316
  msgid "Select a border color"
317
  msgstr "Çerçeve rengi seçiniz"
318
 
319
- #: gallery-plugin.php:976
320
- msgid "Number of images in the row"
321
- msgstr "Bir satırdaki resim sayısı"
322
-
323
- #: gallery-plugin.php:982
324
- msgid "Start slideshow"
325
- msgstr "Slayt gösterisini başlat"
326
-
327
- #: gallery-plugin.php:988
328
- msgid "Slideshow interval"
329
- msgstr "Slayt gösterisi sıklığı"
330
-
331
- #: gallery-plugin.php:994
332
- msgid "Use single lightbox for multiple galleries on one page"
333
- msgstr ""
334
-
335
- #: gallery-plugin.php:1000
336
- msgid "Sort images by"
337
- msgstr "Resimleri sırala buna göre sırala"
338
 
339
- #: gallery-plugin.php:1002
340
- msgid "Attachment ID"
 
341
  msgstr "Ek ID"
342
 
343
- #: gallery-plugin.php:1003
344
- msgid "Image Name"
 
345
  msgstr "Resim İsmi"
346
 
347
- #: gallery-plugin.php:1005
348
- msgid "Sorting order in the Gallery"
 
 
 
 
 
349
  msgstr ""
350
 
351
- #: gallery-plugin.php:1006
352
- #: gallery-plugin.php:1026
353
  msgid "Random"
354
  msgstr "Rastgele"
355
 
356
- #: gallery-plugin.php:1010
357
- msgid "Sort images"
358
- msgstr "Resimleri sırala"
 
359
 
360
- #: gallery-plugin.php:1012
361
- #: gallery-plugin.php:1032
362
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
363
  msgstr "Artan Sırada (1,2,3; a,b,c)"
364
 
365
- #: gallery-plugin.php:1013
366
- #: gallery-plugin.php:1033
367
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
368
  msgstr "Azalan Sırada (3,2,1;c,b,a)"
369
 
370
- #: gallery-plugin.php:1017
371
  #, fuzzy
372
- msgid "Sort galleries by"
373
- msgstr "Resimleri sırala buna göre sırala"
374
 
375
- #: gallery-plugin.php:1019
376
  #, fuzzy
377
- msgid "Gallery ID"
378
  msgstr "Galeri"
379
 
380
- #: gallery-plugin.php:1022
381
- msgid "Last modified date"
 
 
 
 
 
382
  msgstr ""
383
 
384
- #: gallery-plugin.php:1023
385
- msgid "Comment count"
386
  msgstr ""
387
 
388
- #: gallery-plugin.php:1024
389
  #, fuzzy
390
- msgid "Sorting order (the input field for sorting order)"
391
  msgstr "Sıralama"
392
 
393
- #: gallery-plugin.php:1030
394
  #, fuzzy
395
- msgid "Sort galleries"
396
- msgstr "Galeriler"
397
 
398
- #: gallery-plugin.php:1037
399
- #, fuzzy
400
- msgid "Display text under the image"
401
- msgstr "Görsel üzerinde yazı göster"
402
 
403
- #: gallery-plugin.php:1039
404
- #, fuzzy
405
- msgid "Turn off the checkbox, if you want to display text just in a lightbox"
406
- msgstr "Eğer lightbox içerisinde yazı göstermek isterseniz"
 
 
 
 
 
 
 
 
 
 
 
407
 
408
- #: gallery-plugin.php:1043
409
  msgid "Display the Back link"
410
  msgstr "Geri linkini göster"
411
 
412
- #: gallery-plugin.php:1049
413
  msgid "Display the Back link in the shortcode"
414
  msgstr "Kısa kodda Geri linkini göster"
415
 
416
- #: gallery-plugin.php:1055
417
  msgid "The Back link text"
418
  msgstr "Geri linki başlığı"
419
 
420
- #: gallery-plugin.php:1061
421
  msgid "The Back link URL"
422
  msgstr "Geri linki URL'si"
423
 
424
- #: gallery-plugin.php:1063
425
  msgid "Gallery page (Page with Gallery Template)"
426
  msgstr "Galeri sayfası"
427
 
428
- #: gallery-plugin.php:1065
429
  msgid "(Full URL to custom page)"
430
  msgstr "(Özel sayfaya(custom page) tam link)"
431
 
432
- #: gallery-plugin.php:1069
433
  msgid "The Read More link text"
434
  msgstr "Devamını oku linki için etiket"
435
 
436
- #: gallery-plugin.php:1075
437
  msgid "Add gallery to the search"
438
  msgstr ""
439
 
440
- #: gallery-plugin.php:1080
441
- #: gallery-plugin.php:1083
442
- #: gallery-plugin.php:1087
443
  msgid "Using"
444
  msgstr ""
445
 
446
- #: gallery-plugin.php:1080
447
- #: gallery-plugin.php:1083
448
- #: gallery-plugin.php:1087
449
  msgid "powered by"
450
  msgstr ""
451
 
452
- #: gallery-plugin.php:1083
453
- #: gallery-plugin.php:1282
454
  #, fuzzy
455
  msgid "Activate"
456
  msgstr "Etkinleştirilmiş eklentiler"
457
 
458
- #: gallery-plugin.php:1087
459
  msgid "Download"
460
  msgstr ""
461
 
462
- #: gallery-plugin.php:1092
463
  msgid "Rewrite templates after update"
464
  msgstr ""
465
 
466
- #: gallery-plugin.php:1094
467
  #, php-format
468
- msgid "Turn off the checkbox, if You edited the file '%s' or '%s' file in your theme folder and You don't want to rewrite them"
 
 
469
  msgstr ""
470
 
471
- #: gallery-plugin.php:1105
 
 
 
 
 
 
 
 
 
472
  msgid "Use pagination for images"
473
  msgstr ""
474
 
475
- #: gallery-plugin.php:1108
476
  msgid "per page"
477
  msgstr ""
478
 
479
- #: gallery-plugin.php:1112
 
 
 
 
 
 
 
 
 
 
 
 
480
  msgid "The lightbox helper"
481
  msgstr ""
482
 
483
- #: gallery-plugin.php:1114
484
  msgid "Do not use"
485
  msgstr ""
486
 
487
- #: gallery-plugin.php:1115
488
  msgid "Button helper"
489
  msgstr ""
490
 
491
- #: gallery-plugin.php:1116
492
  msgid "Thumbnail helper"
493
  msgstr ""
494
 
495
- #: gallery-plugin.php:1120
496
  msgid "Display Like buttons in the lightbox"
497
  msgstr "Lightbox içerisinde beğen butonlarını göster"
498
 
499
- #: gallery-plugin.php:1122
500
  msgid "FaceBook"
501
  msgstr "Facebook"
502
 
503
- #: gallery-plugin.php:1123
504
  msgid "Twitter"
505
  msgstr "Twitter"
506
 
507
- #: gallery-plugin.php:1124
508
  msgid "Pinterest"
509
  msgstr "Pinterest"
510
 
511
- #: gallery-plugin.php:1125
512
  msgid "Google +1"
513
  msgstr "Google +1"
514
 
515
- #: gallery-plugin.php:1129
516
  #, fuzzy
517
  msgid "Slug for gallery item"
518
  msgstr "Розмір зображення галерея"
519
 
520
- #: gallery-plugin.php:1131
521
  msgid "for any structure of permalinks except the default structure"
522
  msgstr ""
523
 
524
- #: gallery-plugin.php:1135
525
  msgid "Title for lightbox button"
526
  msgstr ""
527
 
528
- #: gallery-plugin.php:1141
529
- msgid "Display all images in the lightbox instead of going into a single gallery"
 
530
  msgstr ""
531
 
532
- #: gallery-plugin.php:1144
533
  #, php-format
534
  msgid "When using the gallery template or a shortcode with `%s` parameter"
535
  msgstr ""
536
 
537
- #: gallery-plugin.php:1170
538
  msgid "Save Changes"
539
  msgstr "Değişiklikleri Kaydet"
540
 
541
- #: gallery-plugin.php:1208
 
 
 
 
 
 
 
 
 
 
542
  msgid "Support"
543
  msgstr "Destek"
544
 
545
- #: gallery-plugin.php:1248
546
  msgid "Updating images..."
547
  msgstr ""
548
 
549
- #: gallery-plugin.php:1249
550
  #, fuzzy
551
  msgid "No image found."
552
  msgstr "Galeri bulunamadı"
553
 
554
- #: gallery-plugin.php:1250
555
  msgid "All images are updated."
556
  msgstr ""
557
 
558
- #: gallery-plugin.php:1251
559
  msgid "Error."
560
  msgstr ""
561
 
562
- #: gallery-plugin.php:1262
563
  msgid ""
564
  "You are about to delete these items from this gallery.\n"
565
  " 'Cancel' to stop, 'OK' to delete."
566
  msgstr ""
567
 
568
- #: gallery-plugin.php:1263
569
- msgid "Switching to another mode, all unsaved data will be lost. Save data before switching?"
 
 
570
  msgstr ""
571
 
572
- #: gallery-plugin.php:1264
573
  msgid "Insert Media"
574
  msgstr ""
575
 
576
- #: gallery-plugin.php:1265
577
  msgid "Insert"
578
  msgstr ""
579
 
580
- #: gallery-plugin.php:1277
581
  #, fuzzy
582
  msgid "Learn more"
583
  msgstr "Devamını Oku"
584
 
585
- #: gallery-plugin.php:1289
586
  #, fuzzy
587
  msgid "Install now"
588
  msgstr "%s yükle"
589
 
590
- #: gallery-plugin.php:1298
591
  msgid "Add multiple gallery categories"
592
  msgstr ""
593
 
594
- #: gallery-plugin.php:1298
595
- msgid "Install Gallery Categories plugin to add unlimited number of categories."
 
596
  msgstr ""
597
 
598
- #: gallery-plugin.php:1573
599
- #: template/gallery-single-template.php:101
600
  msgid "Sorry, nothing found."
601
  msgstr "Üzgünüz, sonuç bulunamadı."
602
 
603
- #: gallery-plugin.php:1595
604
- #: template/gallery-single-template.php:120
605
  msgid "Image"
606
  msgstr "Görsel"
607
 
608
- #: gallery-plugin.php:1595
609
- #: template/gallery-single-template.php:19
610
  msgid "Download high resolution image"
611
  msgstr "Yüksek çözünürlüklü görseli indir"
612
 
613
- #: gallery-plugin.php:1725
614
  #, fuzzy
615
  msgid "Image size not defined"
616
  msgstr "Resim boyutu"
617
 
618
- #: gallery-plugin.php:1740
619
- msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
 
 
620
  msgstr ""
621
 
622
- #: gallery-plugin.php:1751
623
  msgid "Image size changes not defined"
624
  msgstr ""
625
 
626
- #: gallery-plugin.php:1780
627
- #: gallery-plugin.php:1783
628
- #: gallery-plugin.php:1788
629
  msgid "Invalid path"
630
  msgstr ""
631
 
632
- #: gallery-plugin.php:1940
633
  msgid "Add images requires JavaScript."
634
  msgstr ""
635
 
636
- #: gallery-plugin.php:1943
637
  msgid "Add Media"
638
  msgstr ""
639
 
640
- #: gallery-plugin.php:1953
641
  msgid "The grid view for the Gallery images requires JavaScript."
642
  msgstr ""
643
 
644
- #: gallery-plugin.php:1953
645
  msgid "Switch to the list view"
646
  msgstr ""
647
 
648
- #: gallery-plugin.php:1980
649
  msgid "List View"
650
  msgstr ""
651
 
652
- #: gallery-plugin.php:1981
653
  msgid "Grid View"
654
  msgstr ""
655
 
656
- #: gallery-plugin.php:2036
657
  msgid "Filter"
658
  msgstr ""
659
 
660
- #: gallery-plugin.php:2040
661
  msgid "Empty Trash"
662
  msgstr ""
663
 
664
- #: gallery-plugin.php:2061
665
  #, fuzzy
666
  msgid "No images found"
667
  msgstr "Galeri bulunamadı"
668
 
669
- #: gallery-plugin.php:2113
670
  msgid "Select bulk action"
671
  msgstr ""
672
 
673
- #: gallery-plugin.php:2115
674
  msgid "Bulk Actions"
675
  msgstr ""
676
 
677
- #: gallery-plugin.php:2125
678
  msgid "Apply"
679
  msgstr ""
680
 
681
- #: gallery-plugin.php:2132
682
- #: gallery-plugin.php:2312
683
  #, fuzzy
684
  msgid "Delete from Gallery"
685
  msgstr "Yeni Galeri"
686
 
687
- #: gallery-plugin.php:2145
688
- #: gallery-plugin.php:2159
689
  #, fuzzy
690
  msgid "Display link to the original file under each image in the lightbox"
691
  msgstr "Lightbox içerisinde tam boyutlu resim göster"
692
 
693
- #: gallery-plugin.php:2154
694
  msgid "Bulk Select"
695
  msgstr ""
696
 
697
- #: gallery-plugin.php:2156
698
  msgid "Cancel Selection"
699
  msgstr ""
700
 
701
- #: gallery-plugin.php:2157
702
  msgid "Delete Selected"
703
  msgstr ""
704
 
705
- #: gallery-plugin.php:2171
706
  msgid "File"
707
  msgstr ""
708
 
709
- #: gallery-plugin.php:2172
710
- #: gallery-plugin.php:2261
711
- #: gallery-plugin.php:2370
712
  msgid "Dimensions"
713
  msgstr ""
714
 
715
- #: gallery-plugin.php:2174
716
- #: gallery-plugin.php:2294
717
- #: gallery-plugin.php:2380
718
  msgid "Alt tag"
719
  msgstr ""
720
 
721
- #: gallery-plugin.php:2174
722
- #: gallery-plugin.php:2296
723
- msgid "The alt attribute specifies an alternate text for an image, if the image cannot be displayed."
 
724
  msgstr ""
725
 
726
- #: gallery-plugin.php:2175
727
- #: gallery-plugin.php:2302
728
- #: gallery-plugin.php:2385
729
  msgid "Custom URL"
730
  msgstr ""
731
 
732
- #: gallery-plugin.php:2175
733
- #: gallery-plugin.php:2304
734
- msgid "By clicking on the thumbnail you'll go to the link (if the field is filled) or the image will be opened in the lightbox (if the field isn't filled)"
 
735
  msgstr ""
736
 
737
- #: gallery-plugin.php:2253
738
  msgid "Deselect"
739
  msgstr ""
740
 
741
- #: gallery-plugin.php:2259
742
  msgid "File name"
743
  msgstr ""
744
 
745
- #: gallery-plugin.php:2260
746
  msgid "File type"
747
  msgstr ""
748
 
749
- #: gallery-plugin.php:2264
750
- #: gallery-plugin.php:2366
751
  #, fuzzy
752
  msgid "Edit Attachment Info"
753
  msgstr "Ek ID"
754
 
755
- #: gallery-plugin.php:2264
756
  #, fuzzy
757
  msgid "Edit Attachment"
758
  msgstr "Ek ID"
759
 
760
- #: gallery-plugin.php:2274
761
  msgid "Go Pro"
762
  msgstr ""
763
 
764
- #: gallery-plugin.php:2274
765
  msgid "Pro version"
766
  msgstr ""
767
 
768
- #: gallery-plugin.php:2277
769
  msgid "This setting is available in Pro version"
770
  msgstr "Bu ayar Pro verisyonda yapılabilir"
771
 
772
- #: gallery-plugin.php:2310
773
  msgid "Edit more details"
774
  msgstr ""
775
 
776
- #: gallery-plugin.php:2345
777
  #, php-format
778
  msgid "Select %s"
779
  msgstr ""
780
 
781
- #: gallery-plugin.php:2358
782
  #, php-format
783
  msgid "Edit &#8220;%s&#8221;"
784
  msgstr ""
785
 
786
- #: gallery-plugin.php:2403
787
- #: gallery-plugin.php:2416
788
  msgid "Edit"
789
  msgstr ""
790
 
791
- #: gallery-plugin.php:2406
792
- #: gallery-plugin.php:2421
793
  msgid "Trash"
794
  msgstr ""
795
 
796
- #: gallery-plugin.php:2409
797
- #: gallery-plugin.php:2424
798
  msgid "Delete Permanently"
799
  msgstr ""
800
 
801
- #: gallery-plugin.php:2411
802
- #: gallery-plugin.php:2429
803
  #, php-format
804
  msgid "View &#8220;%s&#8221;"
805
  msgstr ""
806
 
807
- #: gallery-plugin.php:2411
808
- #: gallery-plugin.php:2429
809
  msgid "View"
810
  msgstr ""
811
 
812
- #: gallery-plugin.php:2413
813
  #, fuzzy
814
  msgid "Attach"
815
  msgstr "Ek ID"
816
 
817
- #: gallery-plugin.php:2419
818
  msgid "Restore"
819
  msgstr ""
820
 
821
- #: gallery-plugin.php:2550
822
  msgid "Warning"
823
  msgstr ""
824
 
825
- #: gallery-plugin.php:2550
826
  msgid "You can add only images to the gallery"
827
  msgstr ""
828
 
829
- #: gallery-plugin.php:2597
 
 
 
 
 
830
  #, fuzzy
831
  msgid "Sorry, no gallery found."
832
  msgstr "Üzgünüz, sonuç bulunamadı."
833
 
834
- #: gallery-plugin.php:2603
 
 
 
 
 
 
 
 
 
835
  #, fuzzy
836
- msgid "Display an album image with the description and the link to a single gallery page"
837
- msgstr "Eğer Galeri sayfasına link içeren galeri önizlemesi eklemek isterseniz aşağıdaki kodu yapıştırınız"
838
 
839
- #: inc/demo-data/demo-data-loader.php:78
840
  #, fuzzy
841
  msgid "Install Demo Data"
842
  msgstr "%s yükle"
843
 
844
- #: inc/demo-data/demo-data-loader.php:79
845
- msgid "If you install the demo-data, will be created galleries with images, demo-post with available shortcodes and page with a list of all the galleries, plugin settings will be overwritten, however, when you delete the demo data, they will be restored."
846
- msgstr ""
847
-
848
- #: inc/demo-data/demo-data-loader.php:82
849
  msgid "Remove Demo Data"
850
  msgstr ""
851
 
852
- #: inc/demo-data/demo-data-loader.php:83
853
  msgid "Delete demo-data and restore old plugin settings."
854
  msgstr ""
855
 
856
- #: inc/demo-data/demo-data-loader.php:108
857
  msgid "Yes, install demo data"
858
  msgstr ""
859
 
860
- #: inc/demo-data/demo-data-loader.php:109
861
  msgid "Are you sure you want to install demo data?"
862
  msgstr ""
863
 
864
- #: inc/demo-data/demo-data-loader.php:111
865
  msgid "Yes, remove demo data"
866
  msgstr ""
867
 
868
- #: inc/demo-data/demo-data-loader.php:112
869
  msgid "Are you sure you want to remove demo data?"
870
  msgstr ""
871
 
872
- #: inc/demo-data/demo-data-loader.php:119
873
  #, fuzzy
874
  msgid "No, go back to the settings page"
875
  msgstr "Eklenti ayarları: ("
876
 
877
- #: inc/demo-data/demo-data-loader.php:167
878
  msgid "Can not get demo data."
879
  msgstr ""
880
 
881
- #: inc/demo-data/demo-data-loader.php:173
882
  msgid "Demo options already installed."
883
  msgstr ""
884
 
885
- #: inc/demo-data/demo-data-loader.php:296
886
  msgid "Demo data successfully installed."
887
  msgstr ""
888
 
889
- #: inc/demo-data/demo-data-loader.php:298
890
  msgid "View post with shortcodes"
891
  msgstr ""
892
 
893
- #: inc/demo-data/demo-data-loader.php:301
894
  msgid "View page with examples"
895
  msgstr ""
896
 
897
- #: inc/demo-data/demo-data-loader.php:308
898
  msgid "Installation of demo data with some errors occurred."
899
  msgstr ""
900
 
901
- #: inc/demo-data/demo-data-loader.php:311
902
  msgid "Posts data is missing."
903
  msgstr ""
904
 
905
- #: inc/demo-data/demo-data-loader.php:336
906
  msgid "Demo data have already been removed."
907
  msgstr ""
908
 
909
- #: inc/demo-data/demo-data-loader.php:383
910
  msgid "Demo data successfully removed."
911
  msgstr ""
912
 
913
- #: inc/demo-data/demo-data-loader.php:386
914
  msgid "Removing demo data with some errors occurred."
915
  msgstr ""
916
 
917
- #: inc/demo-data/demo-data-loader.php:517
918
  msgid "Close notice"
919
  msgstr ""
920
 
921
- #: inc/demo-data/demo-data-loader.php:520
922
  #, fuzzy
923
  msgid "Install demo data"
924
  msgstr "%s yükle"
925
 
926
- #: inc/demo-data/demo-data-loader.php:520
927
  msgid "for an acquaintance with the possibilities of the"
928
  msgstr ""
929
 
930
- #: template/gallery-template.php:14
 
 
931
  #, fuzzy
932
- msgid "Gallery Category"
933
- msgstr "Galeri resim boyutu"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
934
 
935
  #~ msgid "URL"
936
  #~ msgstr "URL"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-03-16 18:16+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Ismail Demirbilek <ce.demirbilek@gmail.com>\n"
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: gallery-plugin.php:45 gallery-plugin.php:882 gallery-plugin.php:1264
21
+ #: gallery-plugin.php:1281
 
 
22
  msgid "Settings"
23
  msgstr "Ayarlar"
24
 
25
+ #: gallery-plugin.php:126
26
  msgid "See images &raquo;"
27
  msgstr "Resimleri Gör &raquo;"
28
 
29
+ #: gallery-plugin.php:129
30
  msgid "Return to all albums"
31
  msgstr ""
32
 
33
+ #: gallery-plugin.php:382
34
  #, fuzzy, php-format
35
+ msgid ""
36
+ "The following files '%s' and '%s' were not found in the directory of your "
37
+ "theme. Please copy them from the directory `%s` to the directory of your "
38
+ "theme for the correct work of the Gallery plugin"
39
+ msgstr ""
40
+ "\"gallery-template.php\" ve \"gallery-single-template.php\" dosyaları tema "
41
+ "klasörünüzde bulunamadı. Lütfen bu dosyaları `/wp-content/plugins/gallery-"
42
+ "plugin/template/` dizininden tema dizininize kopyalayınız. Aksi halde Galeri "
43
+ "eklentisi doğru çalışmayacaktır."
44
 
45
+ #: gallery-plugin.php:393 gallery-plugin.php:402
 
46
  msgid "Galleries"
47
  msgstr "Galeriler"
48
 
49
+ #: gallery-plugin.php:394 gallery-plugin.php:2669
 
50
  msgid "Gallery"
51
  msgstr "Galeri"
52
 
53
+ #: gallery-plugin.php:395
54
  msgid "Add New Gallery"
55
  msgstr "Yeni Galeri"
56
 
57
+ #: gallery-plugin.php:396
58
  msgid "Edit Gallery"
59
  msgstr "Galeriyi Düzenle"
60
 
61
+ #: gallery-plugin.php:397
62
  msgid "New Gallery"
63
  msgstr "Yeni Galeri"
64
 
65
+ #: gallery-plugin.php:398
66
  msgid "View Gallery"
67
  msgstr "Galeriyi görüntüle"
68
 
69
+ #: gallery-plugin.php:399
70
  #, fuzzy
71
  msgid "Search Galleries"
72
  msgstr "Galeriler"
73
 
74
+ #: gallery-plugin.php:400
75
  msgid "No Gallery found"
76
  msgstr "Galeri bulunamadı"
77
 
78
+ #: gallery-plugin.php:457
79
  msgid "Gallery Shortcode"
80
  msgstr "Galeri Kısa Kodu"
81
 
82
+ #: gallery-plugin.php:459 gallery-plugin.php:500 gallery-plugin.php:2652
 
 
83
  #, fuzzy
84
  msgid "Gallery Categories"
85
  msgstr "Galeri resim boyutu"
86
 
87
+ #: gallery-plugin.php:469 gallery-plugin.php:900
 
88
  #, fuzzy, php-format
89
+ msgid ""
90
+ "If you would like to add a Gallery to your page or post, please use %s button"
91
+ msgstr ""
92
+ "Sayfa ya da yazılara tekil galeri eklemek için bu kısa kodu kopyalayıp sayfa "
93
+ "ya da yazı içerisine yapıştırın:"
94
 
95
+ #: gallery-plugin.php:474
96
  #, php-format
97
+ msgid ""
98
+ "You can add the Gallery to your page or post by clicking on %s button in the "
99
+ "content edit block using the Visual mode. If the button isn't displayed, "
100
+ "please use the shortcode below"
101
  msgstr ""
102
 
103
+ #: gallery-plugin.php:480
104
+ msgid ""
105
+ "Add this shortcode to a page, post or widget to display a single gallery"
106
  msgstr ""
107
 
108
+ #: gallery-plugin.php:483
109
  #, fuzzy
110
+ msgid ""
111
+ "Use this shortcode to display an album image with the description and the "
112
+ "link to a single gallery page"
113
+ msgstr ""
114
+ "Eğer Galeri sayfasına link içeren galeri önizlemesi eklemek isterseniz "
115
+ "aşağıdaki kodu yapıştırınız"
116
 
117
+ #: gallery-plugin.php:485
118
  msgid "Short display"
119
  msgstr ""
120
 
121
+ #: gallery-plugin.php:501
122
  msgid "Most Used"
123
  msgstr ""
124
 
125
+ #: gallery-plugin.php:506 gallery-plugin.php:1164
 
126
  msgid "Default"
127
  msgstr "Öntanımlı"
128
 
129
+ #: gallery-plugin.php:511
130
  #, fuzzy
131
  msgid "Add New Gallery Category"
132
  msgstr "Yeni Galeri"
133
 
134
+ #: gallery-plugin.php:516
135
  #, fuzzy
136
  msgid "Install plugin"
137
  msgstr "Yüklü eklentiler"
138
 
139
+ #: gallery-plugin.php:674 gallery-plugin.php:2244 gallery-plugin.php:2359
140
+ #: gallery-plugin.php:2446
 
 
 
141
  msgid "Title"
142
  msgstr "Başlık"
143
 
144
+ #: gallery-plugin.php:675
 
145
  msgid "Author"
146
  msgstr "Yazar"
147
 
148
+ #: gallery-plugin.php:676
149
  #, fuzzy
150
  msgid "Shortcode"
151
  msgstr "Galeri Kısa Kodu"
152
 
153
+ #: gallery-plugin.php:677
154
  #, fuzzy
155
  msgid "Photos"
156
  msgstr "Fotoğraf"
157
 
158
+ #: gallery-plugin.php:678
 
 
159
  msgid "Date"
160
  msgstr "Tarih"
161
 
162
+ #: gallery-plugin.php:851
163
  msgid "Settings are saved"
164
  msgstr "Ayarlar kaydedildi"
165
 
166
+ #: gallery-plugin.php:868
167
  #, fuzzy
168
  msgid "All plugin settings were restored."
169
  msgstr "Eklenti ayarları: ("
170
 
171
+ #: gallery-plugin.php:880
172
  msgid "Gallery Settings"
173
  msgstr "Galeri ayarları"
174
 
175
+ #: gallery-plugin.php:883
 
 
 
 
 
176
  msgid "Go PRO"
177
  msgstr ""
178
 
179
+ #: gallery-plugin.php:893
180
  #, fuzzy
181
  msgid "Please enable JavaScript to use the option to renew images."
182
  msgstr "Uploader'ı kullanmak için JavaScript desteğini aktifleştirmelisiniz."
183
 
184
+ #: gallery-plugin.php:905
185
  #, php-format
186
+ msgid ""
187
+ "You can add the Gallery to your page or post by clicking on %s button in the "
188
+ "content edit block using the Visual mode. If the button isn't displayed, "
189
+ "please use the shortcode %s, where * stands for gallery ID"
190
  msgstr ""
191
 
192
+ #: gallery-plugin.php:915
193
+ msgid "Number of images in the row"
194
+ msgstr "Bir satırdaki resim sayısı"
195
 
196
+ #: gallery-plugin.php:917
197
  #, fuzzy
198
+ msgid ""
199
+ "The number of images per row can be less depending on the width of the "
200
+ "parent block"
201
+ msgstr "Bir satırdaki resim sayısı"
 
 
202
 
203
+ #: gallery-plugin.php:921 gallery-plugin.php:947
 
 
204
  msgid "Image size"
205
  msgstr "Resim boyutu"
206
 
207
+ #: gallery-plugin.php:924
208
+ msgid ""
209
+ "WordPress will create a new thumbnail with the specified dimensions when you "
210
+ "upload a new photo."
211
+ msgstr ""
212
+ "Yeni bir resim yüklediğinizde Wordpress belirlernen boyutlarda bir thumbnail "
213
+ "oluşturacaktır."
214
+
215
+ #: gallery-plugin.php:926
216
+ #, fuzzy
217
+ msgid "For the album cover"
218
+ msgstr "Albüm kapağı için resim boyuru"
219
+
220
+ #: gallery-plugin.php:927 gallery-plugin.php:931 gallery-plugin.php:952
221
+ msgid "width x height"
222
+ msgstr ""
223
 
224
+ #: gallery-plugin.php:927 gallery-plugin.php:931 gallery-plugin.php:952
225
+ msgid "in px"
226
+ msgstr ""
 
227
 
228
+ #: gallery-plugin.php:930
229
  #, fuzzy
230
+ msgid "For thumbnails"
231
  msgstr "Albüm kapağı için resim boyuru"
232
 
233
+ #: gallery-plugin.php:934
234
+ msgid "Update images for gallery"
235
+ msgstr ""
236
 
237
+ #: gallery-plugin.php:943 gallery-plugin.php:1142 gallery-plugin.php:1363
 
 
238
  msgid "Close"
239
  msgstr ""
240
 
241
+ #: gallery-plugin.php:950
242
  #, fuzzy
243
+ msgid "For images in the lightbox"
244
  msgstr "Lightbox içerisindeki resim boyutu"
245
 
246
+ #: gallery-plugin.php:954
 
 
 
 
 
 
 
 
247
  msgid "Display a full size image in the lightbox"
248
  msgstr "Lightbox içerisinde tam boyutlu resim göster"
249
 
250
+ #: gallery-plugin.php:959
251
  msgid "Crop position"
252
  msgstr "Kırpma konumu"
253
 
254
+ #: gallery-plugin.php:963 gallery-plugin.php:969
 
255
  msgid "center"
256
  msgstr "orta"
257
 
258
+ #: gallery-plugin.php:965
259
  msgid "Horizontal"
260
  msgstr "Yatay"
261
 
262
+ #: gallery-plugin.php:971
263
  msgid "Vertical"
264
  msgstr "Dikey"
265
 
266
+ #: gallery-plugin.php:976
267
+ #, fuzzy
268
+ msgid "Single gallery view"
269
+ msgstr "Розмір зображення галерея"
270
 
271
+ #: gallery-plugin.php:979
272
+ msgid "Grid"
273
+ msgstr ""
274
 
275
+ #: gallery-plugin.php:980
276
+ msgid "Masonry"
277
+ msgstr ""
278
 
279
+ #: gallery-plugin.php:986 gallery-plugin.php:1207
280
+ msgid ""
281
+ "If you upgrade to Pro version all your settings and galleries will be saved."
282
  msgstr ""
283
 
284
+ #: gallery-plugin.php:993 gallery-plugin.php:1214
 
285
  msgid "Unlock premium options by upgrading to Pro version"
286
  msgstr ""
287
 
288
+ #: gallery-plugin.php:997 gallery-plugin.php:1218
 
289
  msgid "Start Your Trial"
290
  msgstr ""
291
 
292
+ #: gallery-plugin.php:998 gallery-plugin.php:1219 gallery-plugin.php:2654
 
 
293
  msgid "or"
294
  msgstr ""
295
 
296
+ #: gallery-plugin.php:1000 gallery-plugin.php:1221
 
297
  #, fuzzy
298
  msgid "Learn More"
299
  msgstr "Devamını Oku"
300
 
301
+ #: gallery-plugin.php:1008
302
+ msgid "Display image text"
303
+ msgstr ""
304
+
305
+ #: gallery-plugin.php:1010
306
+ #, fuzzy
307
+ msgid "Turn off the checkbox, if you want to display text just in a lightbox"
308
+ msgstr "Eğer lightbox içerisinde yazı göstermek isterseniz"
309
+
310
+ #: gallery-plugin.php:1014
311
  msgid "Images with border"
312
  msgstr "Çerçeveli resimler"
313
 
314
+ #: gallery-plugin.php:1018
315
  msgid "Border width in px, just numbers"
316
  msgstr "Çerçeve kalınlığı (px) [sadece sayı yazınız]"
317
 
318
+ #: gallery-plugin.php:1019
319
  msgid "Select a border color"
320
  msgstr "Çerçeve rengi seçiniz"
321
 
322
+ #: gallery-plugin.php:1024
323
+ msgid "Sort images"
324
+ msgstr "Resimleri sırala"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
325
 
326
+ #: gallery-plugin.php:1027
327
+ #, fuzzy
328
+ msgid "by Attachment ID"
329
  msgstr "Ek ID"
330
 
331
+ #: gallery-plugin.php:1028
332
+ #, fuzzy
333
+ msgid "by Image Name"
334
  msgstr "Resim İsmi"
335
 
336
+ #: gallery-plugin.php:1029 gallery-plugin.php:1050
337
+ #, fuzzy
338
+ msgid "by Date"
339
+ msgstr "Tarih"
340
+
341
+ #: gallery-plugin.php:1030
342
+ msgid "by Sorting order in the Gallery"
343
  msgstr ""
344
 
345
+ #: gallery-plugin.php:1031 gallery-plugin.php:1055
 
346
  msgid "Random"
347
  msgstr "Rastgele"
348
 
349
+ #: gallery-plugin.php:1036
350
+ #, fuzzy
351
+ msgid "The images sort order"
352
+ msgstr "Çerçeveli resimler"
353
 
354
+ #: gallery-plugin.php:1039 gallery-plugin.php:1063
 
355
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
356
  msgstr "Artan Sırada (1,2,3; a,b,c)"
357
 
358
+ #: gallery-plugin.php:1040 gallery-plugin.php:1064
359
+ msgid ""
360
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
361
  msgstr "Azalan Sırada (3,2,1;c,b,a)"
362
 
363
+ #: gallery-plugin.php:1045
364
  #, fuzzy
365
+ msgid "Sort galleries"
366
+ msgstr "Galeriler"
367
 
368
+ #: gallery-plugin.php:1048
369
  #, fuzzy
370
+ msgid "by Gallery ID"
371
  msgstr "Galeri"
372
 
373
+ #: gallery-plugin.php:1049
374
+ #, fuzzy
375
+ msgid "by Title"
376
+ msgstr "Başlık"
377
+
378
+ #: gallery-plugin.php:1051
379
+ msgid "by Last modified date"
380
  msgstr ""
381
 
382
+ #: gallery-plugin.php:1052
383
+ msgid "by Comment count"
384
  msgstr ""
385
 
386
+ #: gallery-plugin.php:1053
387
  #, fuzzy
388
+ msgid "by Sorting order (the input field for sorting order)"
389
  msgstr "Sıralama"
390
 
391
+ #: gallery-plugin.php:1054
392
  #, fuzzy
393
+ msgid "by Author"
394
+ msgstr "Yazar"
395
 
396
+ #: gallery-plugin.php:1060
397
+ msgid "The galleries sort order"
398
+ msgstr ""
 
399
 
400
+ #: gallery-plugin.php:1069
401
+ msgid "Start slideshow"
402
+ msgstr "Slayt gösterisini başlat"
403
+
404
+ #: gallery-plugin.php:1072
405
+ msgid "Slideshow interval"
406
+ msgstr "Slayt gösterisi sıklığı"
407
+
408
+ #: gallery-plugin.php:1072
409
+ msgid "(ms)"
410
+ msgstr ""
411
+
412
+ #: gallery-plugin.php:1076
413
+ msgid "Use single lightbox for multiple galleries on one page"
414
+ msgstr ""
415
 
416
+ #: gallery-plugin.php:1082
417
  msgid "Display the Back link"
418
  msgstr "Geri linkini göster"
419
 
420
+ #: gallery-plugin.php:1088
421
  msgid "Display the Back link in the shortcode"
422
  msgstr "Kısa kodda Geri linkini göster"
423
 
424
+ #: gallery-plugin.php:1094
425
  msgid "The Back link text"
426
  msgstr "Geri linki başlığı"
427
 
428
+ #: gallery-plugin.php:1100
429
  msgid "The Back link URL"
430
  msgstr "Geri linki URL'si"
431
 
432
+ #: gallery-plugin.php:1103
433
  msgid "Gallery page (Page with Gallery Template)"
434
  msgstr "Galeri sayfası"
435
 
436
+ #: gallery-plugin.php:1105
437
  msgid "(Full URL to custom page)"
438
  msgstr "(Özel sayfaya(custom page) tam link)"
439
 
440
+ #: gallery-plugin.php:1110
441
  msgid "The Read More link text"
442
  msgstr "Devamını oku linki için etiket"
443
 
444
+ #: gallery-plugin.php:1116
445
  msgid "Add gallery to the search"
446
  msgstr ""
447
 
448
+ #: gallery-plugin.php:1121 gallery-plugin.php:1124 gallery-plugin.php:1128
 
 
449
  msgid "Using"
450
  msgstr ""
451
 
452
+ #: gallery-plugin.php:1121 gallery-plugin.php:1124 gallery-plugin.php:1128
 
 
453
  msgid "powered by"
454
  msgstr ""
455
 
456
+ #: gallery-plugin.php:1124 gallery-plugin.php:1338
 
457
  #, fuzzy
458
  msgid "Activate"
459
  msgstr "Etkinleştirilmiş eklentiler"
460
 
461
+ #: gallery-plugin.php:1128
462
  msgid "Download"
463
  msgstr ""
464
 
465
+ #: gallery-plugin.php:1133
466
  msgid "Rewrite templates after update"
467
  msgstr ""
468
 
469
+ #: gallery-plugin.php:1135
470
  #, php-format
471
+ msgid ""
472
+ "Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
473
+ "theme folder and You don't want to rewrite them"
474
  msgstr ""
475
 
476
+ #: gallery-plugin.php:1149
477
+ #, fuzzy
478
+ msgid "Under image"
479
+ msgstr "görselleri sırala"
480
+
481
+ #: gallery-plugin.php:1150
482
+ msgid "By mouse hover"
483
+ msgstr ""
484
+
485
+ #: gallery-plugin.php:1155
486
  msgid "Use pagination for images"
487
  msgstr ""
488
 
489
+ #: gallery-plugin.php:1158
490
  msgid "per page"
491
  msgstr ""
492
 
493
+ #: gallery-plugin.php:1162
494
+ msgid "Lightbox background"
495
+ msgstr "Lightbox arkaplanı"
496
+
497
+ #: gallery-plugin.php:1165
498
+ msgid "Background transparency (from 0 to 1)"
499
+ msgstr "Arkaplan saydamlığı (0 - 10 arasında)"
500
+
501
+ #: gallery-plugin.php:1166
502
+ msgid "Select a background color"
503
+ msgstr "Arkaplan rengi seçiniz"
504
+
505
+ #: gallery-plugin.php:1170
506
  msgid "The lightbox helper"
507
  msgstr ""
508
 
509
+ #: gallery-plugin.php:1172
510
  msgid "Do not use"
511
  msgstr ""
512
 
513
+ #: gallery-plugin.php:1173
514
  msgid "Button helper"
515
  msgstr ""
516
 
517
+ #: gallery-plugin.php:1174
518
  msgid "Thumbnail helper"
519
  msgstr ""
520
 
521
+ #: gallery-plugin.php:1178
522
  msgid "Display Like buttons in the lightbox"
523
  msgstr "Lightbox içerisinde beğen butonlarını göster"
524
 
525
+ #: gallery-plugin.php:1180
526
  msgid "FaceBook"
527
  msgstr "Facebook"
528
 
529
+ #: gallery-plugin.php:1181
530
  msgid "Twitter"
531
  msgstr "Twitter"
532
 
533
+ #: gallery-plugin.php:1182
534
  msgid "Pinterest"
535
  msgstr "Pinterest"
536
 
537
+ #: gallery-plugin.php:1183
538
  msgid "Google +1"
539
  msgstr "Google +1"
540
 
541
+ #: gallery-plugin.php:1187
542
  #, fuzzy
543
  msgid "Slug for gallery item"
544
  msgstr "Розмір зображення галерея"
545
 
546
+ #: gallery-plugin.php:1189
547
  msgid "for any structure of permalinks except the default structure"
548
  msgstr ""
549
 
550
+ #: gallery-plugin.php:1193
551
  msgid "Title for lightbox button"
552
  msgstr ""
553
 
554
+ #: gallery-plugin.php:1199
555
+ msgid ""
556
+ "Display all images in the lightbox instead of going into a single gallery"
557
  msgstr ""
558
 
559
+ #: gallery-plugin.php:1202
560
  #, php-format
561
  msgid "When using the gallery template or a shortcode with `%s` parameter"
562
  msgstr ""
563
 
564
+ #: gallery-plugin.php:1228
565
  msgid "Save Changes"
566
  msgstr "Değişiklikleri Kaydet"
567
 
568
+ #: gallery-plugin.php:1233
569
+ msgid ""
570
+ "If you install the demo-data, will be created galleries with images, demo-"
571
+ "post with available shortcodes and page with a list of all the galleries."
572
+ msgstr ""
573
+
574
+ #: gallery-plugin.php:1265
575
+ msgid "FAQ"
576
+ msgstr "SSS"
577
+
578
+ #: gallery-plugin.php:1266
579
  msgid "Support"
580
  msgstr "Destek"
581
 
582
+ #: gallery-plugin.php:1302
583
  msgid "Updating images..."
584
  msgstr ""
585
 
586
+ #: gallery-plugin.php:1303
587
  #, fuzzy
588
  msgid "No image found."
589
  msgstr "Galeri bulunamadı"
590
 
591
+ #: gallery-plugin.php:1304
592
  msgid "All images are updated."
593
  msgstr ""
594
 
595
+ #: gallery-plugin.php:1305
596
  msgid "Error."
597
  msgstr ""
598
 
599
+ #: gallery-plugin.php:1318
600
  msgid ""
601
  "You are about to delete these items from this gallery.\n"
602
  " 'Cancel' to stop, 'OK' to delete."
603
  msgstr ""
604
 
605
+ #: gallery-plugin.php:1319
606
+ msgid ""
607
+ "Switching to another mode, all unsaved data will be lost. Save data before "
608
+ "switching?"
609
  msgstr ""
610
 
611
+ #: gallery-plugin.php:1320
612
  msgid "Insert Media"
613
  msgstr ""
614
 
615
+ #: gallery-plugin.php:1321
616
  msgid "Insert"
617
  msgstr ""
618
 
619
+ #: gallery-plugin.php:1333
620
  #, fuzzy
621
  msgid "Learn more"
622
  msgstr "Devamını Oku"
623
 
624
+ #: gallery-plugin.php:1345
625
  #, fuzzy
626
  msgid "Install now"
627
  msgstr "%s yükle"
628
 
629
+ #: gallery-plugin.php:1354
630
  msgid "Add multiple gallery categories"
631
  msgstr ""
632
 
633
+ #: gallery-plugin.php:1354
634
+ msgid ""
635
+ "Install Gallery Categories plugin to add unlimited number of categories."
636
  msgstr ""
637
 
638
+ #: gallery-plugin.php:1638 template/gallery-single-template.php:103
 
639
  msgid "Sorry, nothing found."
640
  msgstr "Üzgünüz, sonuç bulunamadı."
641
 
642
+ #: gallery-plugin.php:1651 template/gallery-single-template.php:124
 
643
  msgid "Image"
644
  msgstr "Görsel"
645
 
646
+ #: gallery-plugin.php:1651 template/gallery-single-template.php:19
 
647
  msgid "Download high resolution image"
648
  msgstr "Yüksek çözünürlüklü görseli indir"
649
 
650
+ #: gallery-plugin.php:1781
651
  #, fuzzy
652
  msgid "Image size not defined"
653
  msgstr "Resim boyutu"
654
 
655
+ #: gallery-plugin.php:1796
656
+ msgid ""
657
+ "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
658
+ "manually reload image."
659
  msgstr ""
660
 
661
+ #: gallery-plugin.php:1807
662
  msgid "Image size changes not defined"
663
  msgstr ""
664
 
665
+ #: gallery-plugin.php:1836 gallery-plugin.php:1839 gallery-plugin.php:1844
 
 
666
  msgid "Invalid path"
667
  msgstr ""
668
 
669
+ #: gallery-plugin.php:2012
670
  msgid "Add images requires JavaScript."
671
  msgstr ""
672
 
673
+ #: gallery-plugin.php:2015
674
  msgid "Add Media"
675
  msgstr ""
676
 
677
+ #: gallery-plugin.php:2025
678
  msgid "The grid view for the Gallery images requires JavaScript."
679
  msgstr ""
680
 
681
+ #: gallery-plugin.php:2025
682
  msgid "Switch to the list view"
683
  msgstr ""
684
 
685
+ #: gallery-plugin.php:2052
686
  msgid "List View"
687
  msgstr ""
688
 
689
+ #: gallery-plugin.php:2053
690
  msgid "Grid View"
691
  msgstr ""
692
 
693
+ #: gallery-plugin.php:2108
694
  msgid "Filter"
695
  msgstr ""
696
 
697
+ #: gallery-plugin.php:2112
698
  msgid "Empty Trash"
699
  msgstr ""
700
 
701
+ #: gallery-plugin.php:2133
702
  #, fuzzy
703
  msgid "No images found"
704
  msgstr "Galeri bulunamadı"
705
 
706
+ #: gallery-plugin.php:2185
707
  msgid "Select bulk action"
708
  msgstr ""
709
 
710
+ #: gallery-plugin.php:2187
711
  msgid "Bulk Actions"
712
  msgstr ""
713
 
714
+ #: gallery-plugin.php:2197
715
  msgid "Apply"
716
  msgstr ""
717
 
718
+ #: gallery-plugin.php:2204 gallery-plugin.php:2383
 
719
  #, fuzzy
720
  msgid "Delete from Gallery"
721
  msgstr "Yeni Galeri"
722
 
723
+ #: gallery-plugin.php:2217 gallery-plugin.php:2231
 
724
  #, fuzzy
725
  msgid "Display link to the original file under each image in the lightbox"
726
  msgstr "Lightbox içerisinde tam boyutlu resim göster"
727
 
728
+ #: gallery-plugin.php:2226
729
  msgid "Bulk Select"
730
  msgstr ""
731
 
732
+ #: gallery-plugin.php:2228
733
  msgid "Cancel Selection"
734
  msgstr ""
735
 
736
+ #: gallery-plugin.php:2229
737
  msgid "Delete Selected"
738
  msgstr ""
739
 
740
+ #: gallery-plugin.php:2242
741
  msgid "File"
742
  msgstr ""
743
 
744
+ #: gallery-plugin.php:2243 gallery-plugin.php:2332 gallery-plugin.php:2441
 
 
745
  msgid "Dimensions"
746
  msgstr ""
747
 
748
+ #: gallery-plugin.php:2245 gallery-plugin.php:2365 gallery-plugin.php:2451
 
 
749
  msgid "Alt tag"
750
  msgstr ""
751
 
752
+ #: gallery-plugin.php:2245 gallery-plugin.php:2367
753
+ msgid ""
754
+ "The alt attribute specifies an alternate text for an image, if the image "
755
+ "cannot be displayed."
756
  msgstr ""
757
 
758
+ #: gallery-plugin.php:2246 gallery-plugin.php:2373 gallery-plugin.php:2456
 
 
759
  msgid "Custom URL"
760
  msgstr ""
761
 
762
+ #: gallery-plugin.php:2246 gallery-plugin.php:2375
763
+ msgid ""
764
+ "By clicking on the thumbnail you'll go to the link (if the field is filled) "
765
+ "or the image will be opened in the lightbox (if the field isn't filled)"
766
  msgstr ""
767
 
768
+ #: gallery-plugin.php:2324
769
  msgid "Deselect"
770
  msgstr ""
771
 
772
+ #: gallery-plugin.php:2330
773
  msgid "File name"
774
  msgstr ""
775
 
776
+ #: gallery-plugin.php:2331
777
  msgid "File type"
778
  msgstr ""
779
 
780
+ #: gallery-plugin.php:2335 gallery-plugin.php:2437
 
781
  #, fuzzy
782
  msgid "Edit Attachment Info"
783
  msgstr "Ek ID"
784
 
785
+ #: gallery-plugin.php:2335
786
  #, fuzzy
787
  msgid "Edit Attachment"
788
  msgstr "Ek ID"
789
 
790
+ #: gallery-plugin.php:2345
791
  msgid "Go Pro"
792
  msgstr ""
793
 
794
+ #: gallery-plugin.php:2345
795
  msgid "Pro version"
796
  msgstr ""
797
 
798
+ #: gallery-plugin.php:2348
799
  msgid "This setting is available in Pro version"
800
  msgstr "Bu ayar Pro verisyonda yapılabilir"
801
 
802
+ #: gallery-plugin.php:2381
803
  msgid "Edit more details"
804
  msgstr ""
805
 
806
+ #: gallery-plugin.php:2416
807
  #, php-format
808
  msgid "Select %s"
809
  msgstr ""
810
 
811
+ #: gallery-plugin.php:2429
812
  #, php-format
813
  msgid "Edit &#8220;%s&#8221;"
814
  msgstr ""
815
 
816
+ #: gallery-plugin.php:2474 gallery-plugin.php:2487
 
817
  msgid "Edit"
818
  msgstr ""
819
 
820
+ #: gallery-plugin.php:2477 gallery-plugin.php:2492
 
821
  msgid "Trash"
822
  msgstr ""
823
 
824
+ #: gallery-plugin.php:2480 gallery-plugin.php:2495
 
825
  msgid "Delete Permanently"
826
  msgstr ""
827
 
828
+ #: gallery-plugin.php:2482 gallery-plugin.php:2500
 
829
  #, php-format
830
  msgid "View &#8220;%s&#8221;"
831
  msgstr ""
832
 
833
+ #: gallery-plugin.php:2482 gallery-plugin.php:2500
 
834
  msgid "View"
835
  msgstr ""
836
 
837
+ #: gallery-plugin.php:2484
838
  #, fuzzy
839
  msgid "Attach"
840
  msgstr "Ek ID"
841
 
842
+ #: gallery-plugin.php:2490
843
  msgid "Restore"
844
  msgstr ""
845
 
846
+ #: gallery-plugin.php:2621
847
  msgid "Warning"
848
  msgstr ""
849
 
850
+ #: gallery-plugin.php:2621
851
  msgid "You can add only images to the gallery"
852
  msgstr ""
853
 
854
+ #: gallery-plugin.php:2663
855
+ #, fuzzy
856
+ msgid "no title"
857
+ msgstr "Başlık"
858
+
859
+ #: gallery-plugin.php:2671
860
  #, fuzzy
861
  msgid "Sorry, no gallery found."
862
  msgstr "Üzgünüz, sonuç bulunamadı."
863
 
864
+ #: gallery-plugin.php:2677
865
+ #, fuzzy
866
+ msgid ""
867
+ "Display an album image with the description and the link to a single gallery "
868
+ "page"
869
+ msgstr ""
870
+ "Eğer Galeri sayfasına link içeren galeri önizlemesi eklemek isterseniz "
871
+ "aşağıdaki kodu yapıştırınız"
872
+
873
+ #: template/gallery-template.php:14
874
  #, fuzzy
875
+ msgid "Gallery Category"
876
+ msgstr "Galeri resim boyutu"
877
 
878
+ #: inc/demo-data/class-bws-demo-data.php:31
879
  #, fuzzy
880
  msgid "Install Demo Data"
881
  msgstr "%s yükle"
882
 
883
+ #: inc/demo-data/class-bws-demo-data.php:34
 
 
 
 
884
  msgid "Remove Demo Data"
885
  msgstr ""
886
 
887
+ #: inc/demo-data/class-bws-demo-data.php:35
888
  msgid "Delete demo-data and restore old plugin settings."
889
  msgstr ""
890
 
891
+ #: inc/demo-data/class-bws-demo-data.php:53
892
  msgid "Yes, install demo data"
893
  msgstr ""
894
 
895
+ #: inc/demo-data/class-bws-demo-data.php:54
896
  msgid "Are you sure you want to install demo data?"
897
  msgstr ""
898
 
899
+ #: inc/demo-data/class-bws-demo-data.php:56
900
  msgid "Yes, remove demo data"
901
  msgstr ""
902
 
903
+ #: inc/demo-data/class-bws-demo-data.php:57
904
  msgid "Are you sure you want to remove demo data?"
905
  msgstr ""
906
 
907
+ #: inc/demo-data/class-bws-demo-data.php:64
908
  #, fuzzy
909
  msgid "No, go back to the settings page"
910
  msgstr "Eklenti ayarları: ("
911
 
912
+ #: inc/demo-data/class-bws-demo-data.php:119
913
  msgid "Can not get demo data."
914
  msgstr ""
915
 
916
+ #: inc/demo-data/class-bws-demo-data.php:126
917
  msgid "Demo options already installed."
918
  msgstr ""
919
 
920
+ #: inc/demo-data/class-bws-demo-data.php:355
921
  msgid "Demo data successfully installed."
922
  msgstr ""
923
 
924
+ #: inc/demo-data/class-bws-demo-data.php:357
925
  msgid "View post with shortcodes"
926
  msgstr ""
927
 
928
+ #: inc/demo-data/class-bws-demo-data.php:360
929
  msgid "View page with examples"
930
  msgstr ""
931
 
932
+ #: inc/demo-data/class-bws-demo-data.php:369
933
  msgid "Installation of demo data with some errors occurred."
934
  msgstr ""
935
 
936
+ #: inc/demo-data/class-bws-demo-data.php:372
937
  msgid "Posts data is missing."
938
  msgstr ""
939
 
940
+ #: inc/demo-data/class-bws-demo-data.php:446
941
  msgid "Demo data have already been removed."
942
  msgstr ""
943
 
944
+ #: inc/demo-data/class-bws-demo-data.php:503
945
  msgid "Demo data successfully removed."
946
  msgstr ""
947
 
948
+ #: inc/demo-data/class-bws-demo-data.php:507
949
  msgid "Removing demo data with some errors occurred."
950
  msgstr ""
951
 
952
+ #: inc/demo-data/class-bws-demo-data.php:576
953
  msgid "Close notice"
954
  msgstr ""
955
 
956
+ #: inc/demo-data/class-bws-demo-data.php:580
957
  #, fuzzy
958
  msgid "Install demo data"
959
  msgstr "%s yükle"
960
 
961
+ #: inc/demo-data/class-bws-demo-data.php:580
962
  msgid "for an acquaintance with the possibilities of the"
963
  msgstr ""
964
 
965
+ #~ msgid "Sort images by"
966
+ #~ msgstr "Resimleri sırala buna göre sırala"
967
+
968
  #, fuzzy
969
+ #~ msgid "Sort galleries by"
970
+ #~ msgstr "Resimleri sırala buna göre sırala"
971
+
972
+ #~ msgid "Width (in px)"
973
+ #~ msgstr "Yatay boyut (px)"
974
+
975
+ #~ msgid "Height (in px)"
976
+ #~ msgstr "Yükseklik (px)"
977
+
978
+ #~ msgid "Max width (in px)"
979
+ #~ msgstr "Maksimum yatay boyut (px)"
980
+
981
+ #~ msgid "Max height (in px)"
982
+ #~ msgstr "Maksimum yükseklik (px)"
983
+
984
+ #, fuzzy
985
+ #~ msgid "Display text under the image"
986
+ #~ msgstr "Görsel üzerinde yazı göster"
987
 
988
  #~ msgid "URL"
989
  #~ msgstr "URL"
languages/gallery-plugin-uk.mo CHANGED
Binary file
languages/gallery-plugin-uk.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: 2015-10-06 15:09+0300\n"
6
- "PO-Revision-Date: 2015-10-06 15:12+0300\n"
7
- "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: uk_UA\n"
10
  "MIME-Version: 1.0\n"
@@ -12,531 +12,578 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
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:45
20
- #: gallery-plugin.php:830
21
- #: gallery-plugin.php:1206
22
- #: gallery-plugin.php:1223
23
  msgid "Settings"
24
  msgstr "Налаштування"
25
 
26
- #: gallery-plugin.php:110
27
  msgid "See images &raquo;"
28
  msgstr "Дивитися зображення &raquo;"
29
 
30
- #: gallery-plugin.php:113
31
  msgid "Return to all albums"
32
  msgstr "Повернутись до всіх альбомів"
33
 
34
- #: gallery-plugin.php:342
35
  #, php-format
36
- msgid "The following files '%s' and '%s' were not found in the directory of your theme. Please copy them from the directory `%s` to the directory of your theme for the correct work of the Gallery plugin"
37
- msgstr "В папці вашої теми файли '%s' та '%s' не знайдені. Для правильної роботи плагіну Gallery, будь ласка, скопіюйте їх з папки `%s` в папку вашої теми"
 
 
 
 
 
38
 
39
- #: gallery-plugin.php:353
40
- #: gallery-plugin.php:362
41
  msgid "Galleries"
42
  msgstr "Галереї"
43
 
44
- #: gallery-plugin.php:354
45
- #: gallery-plugin.php:2595
46
  msgid "Gallery"
47
  msgstr "Галерея"
48
 
49
- #: gallery-plugin.php:355
50
  msgid "Add New Gallery"
51
  msgstr "Додати нову галерею"
52
 
53
- #: gallery-plugin.php:356
54
  msgid "Edit Gallery"
55
  msgstr "Редагувати галерею"
56
 
57
- #: gallery-plugin.php:357
58
  msgid "New Gallery"
59
  msgstr "Нова галерея"
60
 
61
- #: gallery-plugin.php:358
62
  msgid "View Gallery"
63
  msgstr "Переглянути галерею"
64
 
65
- #: gallery-plugin.php:359
66
  msgid "Search Galleries"
67
  msgstr "Шукати Галереї"
68
 
69
- #: gallery-plugin.php:360
70
  msgid "No Gallery found"
71
  msgstr "Галерею не знайдено"
72
 
73
- #: gallery-plugin.php:417
74
  msgid "Gallery Shortcode"
75
  msgstr "Шорткод галереї"
76
 
77
- #: gallery-plugin.php:419
78
- #: gallery-plugin.php:460
79
- #: gallery-plugin.php:2581
80
  msgid "Gallery Categories"
81
  msgstr "Категорії галерей"
82
 
83
- #: gallery-plugin.php:429
84
- #: gallery-plugin.php:849
85
  #, php-format
86
- msgid "If you would like to add a Gallery to your page or post, please use %s button"
87
- msgstr "Якщо ви хочете додати галерею на вашу сторінку або пост, будь ласка, використовуйте кнопку %s"
 
 
 
88
 
89
- #: gallery-plugin.php:434
90
  #, php-format
91
- msgid "You can add the Gallery to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode below"
92
- msgstr "Ви можете додати Галерею на вашу сторінку або пост, натиснувши на кнопку %s в блоці редагування контенту в режимі Visual. Якщо кнопка не відображається, будь ласка, використовуйте шорткод"
 
 
 
 
 
 
93
 
94
- #: gallery-plugin.php:440
95
- msgid "Add this shortcode to a page, post or widget to display a single gallery"
 
96
  msgstr "Додати цей шорткод у сторінку, пост чи віджет для відображення галереї"
97
 
98
- #: gallery-plugin.php:443
99
- msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
100
- msgstr "Вивести короткий опис зі скріншотом та посиланням на сторінку з галереєю"
 
 
 
101
 
102
- #: gallery-plugin.php:445
103
  msgid "Short display"
104
  msgstr "Скорочене відображення"
105
 
106
- #: gallery-plugin.php:461
107
  msgid "Most Used"
108
  msgstr "Часто вживані"
109
 
110
- #: gallery-plugin.php:466
111
- #: gallery-plugin.php:939
112
  msgid "Default"
113
  msgstr "за замовчуванням"
114
 
115
- #: gallery-plugin.php:471
116
  msgid "Add New Gallery Category"
117
  msgstr "Додати нову категорію галерей"
118
 
119
- #: gallery-plugin.php:476
120
  msgid "Install plugin"
121
  msgstr "Встановити плагін"
122
 
123
- #: gallery-plugin.php:631
124
- #: gallery-plugin.php:1020
125
- #: gallery-plugin.php:2173
126
- #: gallery-plugin.php:2288
127
- #: gallery-plugin.php:2375
128
  msgid "Title"
129
  msgstr "Назва"
130
 
131
- #: gallery-plugin.php:632
132
- #: gallery-plugin.php:1025
133
  msgid "Author"
134
  msgstr "Автор"
135
 
136
- #: gallery-plugin.php:633
137
  msgid "Shortcode"
138
  msgstr "Шорткод"
139
 
140
- #: gallery-plugin.php:634
141
  msgid "Photos"
142
  msgstr "Фото"
143
 
144
- #: gallery-plugin.php:635
145
- #: gallery-plugin.php:1004
146
- #: gallery-plugin.php:1021
147
  msgid "Date"
148
  msgstr "Дата"
149
 
150
- #: gallery-plugin.php:800
151
  msgid "Settings are saved"
152
  msgstr "Налаштування збережено"
153
 
154
- #: gallery-plugin.php:817
155
  msgid "All plugin settings were restored."
156
  msgstr "Налаштування плагіну відновлені."
157
 
158
- #: gallery-plugin.php:828
159
  msgid "Gallery Settings"
160
  msgstr "Налаштування Gallery"
161
 
162
- #: gallery-plugin.php:831
163
- #: gallery-plugin.php:1207
164
- msgid "FAQ"
165
- msgstr "FAQ"
166
-
167
- #: gallery-plugin.php:832
168
  msgid "Go PRO"
169
  msgstr "Придбати PRO версію"
170
 
171
- #: gallery-plugin.php:842
172
  msgid "Please enable JavaScript to use the option to renew images."
173
- msgstr "Будь ласка, увімкніть JavaScript для використання опції оновлення зображень."
 
174
 
175
- #: gallery-plugin.php:854
176
  #, php-format
177
- msgid "You can add the Gallery to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode %s, where * stands for gallery ID"
178
- msgstr "Ви можете додати Галерею на вашу сторінку або пост, натиснувши на кнопку %s в блоці редагування контенту в режимі Visual. Якщо кнопка не відображається, будь ласка, використовуйте шорткод %s, де * позначає ID галереї"
179
-
180
- #: gallery-plugin.php:863
181
- msgid "Update images for gallery"
182
- msgstr "Оновити всі зображення галереї"
 
 
183
 
184
- #: gallery-plugin.php:865
185
- msgid "Update images"
186
- msgstr "Оновити зображення"
187
 
188
- #: gallery-plugin.php:873
189
- msgid "Image size for the album cover"
190
- msgstr "Розмір зображення для обкладинки альбому"
 
 
 
 
191
 
192
- #: gallery-plugin.php:875
193
- #: gallery-plugin.php:889
194
- #: gallery-plugin.php:913
195
  msgid "Image size"
196
  msgstr "Розмір зображення"
197
 
198
- #: gallery-plugin.php:878
199
- #: gallery-plugin.php:892
200
- msgid "Width (in px)"
201
- msgstr "Ширина px)"
 
 
 
202
 
203
- #: gallery-plugin.php:882
204
- #: gallery-plugin.php:896
205
- msgid "Height (in px)"
206
- msgstr "Висота (в px)"
207
 
208
- #: gallery-plugin.php:887
209
- msgid "Image size for thumbnails"
210
- msgstr "Розмір зображення для мініатюр"
211
 
212
- #: gallery-plugin.php:901
213
- msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
214
- msgstr "Коли ви завантажите нове зображення, WordPress створить іконки відповідно до заданих розмірів."
215
 
216
- #: gallery-plugin.php:907
217
- #: gallery-plugin.php:1101
218
- #: gallery-plugin.php:1307
219
- msgid "Close"
220
- msgstr "Закрити"
221
 
222
- #: gallery-plugin.php:911
223
- msgid "Image size in the lightbox"
224
- msgstr "Розмір зображень в лайтбоксі"
225
 
226
- #: gallery-plugin.php:914
227
- msgid "Max width (in px)"
228
- msgstr "Макс. ширина (в px)"
229
 
230
- #: gallery-plugin.php:915
231
- msgid "Max height (in px)"
232
- msgstr "Макс. висота (в px)"
233
 
234
- #: gallery-plugin.php:916
235
  msgid "Display a full size image in the lightbox"
236
  msgstr "Відображати повне зображення в лайтбоксі"
237
 
238
- #: gallery-plugin.php:920
239
  msgid "Crop position"
240
  msgstr "Обрізання"
241
 
242
- #: gallery-plugin.php:924
243
- #: gallery-plugin.php:930
244
  msgid "center"
245
  msgstr "центр"
246
 
247
- #: gallery-plugin.php:926
248
  msgid "Horizontal"
249
  msgstr "Горизонтальна"
250
 
251
- #: gallery-plugin.php:932
252
  msgid "Vertical"
253
  msgstr "Вертикальна"
254
 
255
- #: gallery-plugin.php:937
256
- msgid "Lightbox background"
257
- msgstr "Фон лайтбоксу"
258
 
259
- #: gallery-plugin.php:940
260
- msgid "Background transparency (from 0 to 1)"
261
- msgstr "Прозорість фону (від 0 до 1)"
262
 
263
- #: gallery-plugin.php:941
264
- msgid "Select a background color"
265
- msgstr "Виберіть колір фону"
266
 
267
- #: gallery-plugin.php:946
268
- #: gallery-plugin.php:1149
269
- msgid "If you upgrade to Pro version all your settings and galleries will be saved."
270
- msgstr "Якщо ви перейшли на PRO версію, всі налаштування і галереї буде збережено."
 
271
 
272
- #: gallery-plugin.php:953
273
- #: gallery-plugin.php:1156
274
  msgid "Unlock premium options by upgrading to Pro version"
275
  msgstr "Відкрийте додаткові опції, перейшовши на Pro версію"
276
 
277
- #: gallery-plugin.php:957
278
- #: gallery-plugin.php:1160
279
  msgid "Start Your Trial"
280
  msgstr "Отримати пробну версію"
281
 
282
- #: gallery-plugin.php:958
283
- #: gallery-plugin.php:1161
284
- #: gallery-plugin.php:2583
285
  msgid "or"
286
  msgstr "або"
287
 
288
- #: gallery-plugin.php:960
289
- #: gallery-plugin.php:1163
290
  msgid "Learn More"
291
  msgstr "Дізнатись більше"
292
 
293
- #: gallery-plugin.php:968
 
 
 
 
 
 
 
 
 
294
  msgid "Images with border"
295
  msgstr "Зображення з рамкою"
296
 
297
- #: gallery-plugin.php:971
298
  msgid "Border width in px, just numbers"
299
  msgstr "Ширина рамки у пікселях, тільки числа"
300
 
301
- #: gallery-plugin.php:972
302
  msgid "Select a border color"
303
  msgstr "Виберіть колір рамки"
304
 
305
- #: gallery-plugin.php:976
306
- msgid "Number of images in the row"
307
- msgstr "Кількість зображень у рядку"
308
-
309
- #: gallery-plugin.php:982
310
- msgid "Start slideshow"
311
- msgstr "Розпочати слайд-шоу"
312
-
313
- #: gallery-plugin.php:988
314
- msgid "Slideshow interval"
315
- msgstr "Інтервал між слайдами"
316
-
317
- #: gallery-plugin.php:994
318
- msgid "Use single lightbox for multiple galleries on one page"
319
- msgstr "Використовувати один лайтбокс для багатьох галерей на сторінці"
320
 
321
- #: gallery-plugin.php:1000
322
- msgid "Sort images by"
323
- msgstr "Сортувати зображення за"
324
 
325
- #: gallery-plugin.php:1002
326
- msgid "Attachment ID"
327
- msgstr "ID зображення"
328
 
329
- #: gallery-plugin.php:1003
330
- msgid "Image Name"
331
- msgstr "Назва зображення"
332
 
333
- #: gallery-plugin.php:1005
334
- msgid "Sorting order in the Gallery"
335
- msgstr "Порядок сортування в галереї"
336
 
337
- #: gallery-plugin.php:1006
338
- #: gallery-plugin.php:1026
339
  msgid "Random"
340
  msgstr "Довільно"
341
 
342
- #: gallery-plugin.php:1010
343
- msgid "Sort images"
344
- msgstr "Сортувати зображення"
345
 
346
- #: gallery-plugin.php:1012
347
- #: gallery-plugin.php:1032
348
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
349
- msgstr "ASC (в порядку зростання від найменшого до найбільшого значення - 1, 2, 3; a, b, c)"
 
 
350
 
351
- #: gallery-plugin.php:1013
352
- #: gallery-plugin.php:1033
353
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
354
- msgstr "DESC (в порядку зменшення від найбільшого до найменшого значення - 3, 2, 1; c, b, a)"
 
 
355
 
356
- #: gallery-plugin.php:1017
357
- msgid "Sort galleries by"
358
- msgstr "Сортувати галереї за"
359
 
360
- #: gallery-plugin.php:1019
361
- msgid "Gallery ID"
362
- msgstr "ID галереї"
363
 
364
- #: gallery-plugin.php:1022
365
- msgid "Last modified date"
366
- msgstr "Дата останньої зміни"
367
 
368
- #: gallery-plugin.php:1023
369
- msgid "Comment count"
370
- msgstr "Кількість коментарів"
371
 
372
- #: gallery-plugin.php:1024
373
- msgid "Sorting order (the input field for sorting order)"
374
- msgstr "Порядок сортування (поле введення для сортування)"
375
 
376
- #: gallery-plugin.php:1030
377
- msgid "Sort galleries"
378
- msgstr "Сортувати галереї"
379
 
380
- #: gallery-plugin.php:1037
381
- msgid "Display text under the image"
382
- msgstr "Відображати текст під зображенням"
383
 
384
- #: gallery-plugin.php:1039
385
- msgid "Turn off the checkbox, if you want to display text just in a lightbox"
386
- msgstr "Приберіть позначку, якщо ви хочете відображати текст тільки у лайтбоксі"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
387
 
388
- #: gallery-plugin.php:1043
389
  msgid "Display the Back link"
390
  msgstr "Відображати посилання Назад"
391
 
392
- #: gallery-plugin.php:1049
393
  msgid "Display the Back link in the shortcode"
394
  msgstr "Відображати посилання Назад у шорткоді"
395
 
396
- #: gallery-plugin.php:1055
397
  msgid "The Back link text"
398
  msgstr "Текст для посилання Назад"
399
 
400
- #: gallery-plugin.php:1061
401
  msgid "The Back link URL"
402
  msgstr "URL для посилання Назад"
403
 
404
- #: gallery-plugin.php:1063
405
  msgid "Gallery page (Page with Gallery Template)"
406
  msgstr "Сторінка галереї (сторінка з шаблоном галереї)"
407
 
408
- #: gallery-plugin.php:1065
409
  msgid "(Full URL to custom page)"
410
  msgstr "(Повне посилання на сторінку користувача)"
411
 
412
- #: gallery-plugin.php:1069
413
  msgid "The Read More link text"
414
  msgstr "Текст для посилання Дізнатися більше"
415
 
416
- #: gallery-plugin.php:1075
417
  msgid "Add gallery to the search"
418
  msgstr "Додати галерею до пошуку"
419
 
420
- #: gallery-plugin.php:1080
421
- #: gallery-plugin.php:1083
422
- #: gallery-plugin.php:1087
423
  msgid "Using"
424
  msgstr "Використовуючи"
425
 
426
- #: gallery-plugin.php:1080
427
- #: gallery-plugin.php:1083
428
- #: gallery-plugin.php:1087
429
  msgid "powered by"
430
  msgstr "розроблений"
431
 
432
- #: gallery-plugin.php:1083
433
- #: gallery-plugin.php:1282
434
  msgid "Activate"
435
  msgstr "Активувати"
436
 
437
- #: gallery-plugin.php:1087
438
  msgid "Download"
439
  msgstr "Завантажити"
440
 
441
- #: gallery-plugin.php:1092
442
  msgid "Rewrite templates after update"
443
  msgstr "Перезаписати шаблони після оновлення"
444
 
445
- #: gallery-plugin.php:1094
446
  #, php-format
447
- msgid "Turn off the checkbox, if You edited the file '%s' or '%s' file in your theme folder and You don't want to rewrite them"
448
- msgstr "Приберіть галочку, якщо ви редагували файл '%s' або '%s' в теці тем і не хочете перезаписати зміни"
 
 
 
 
449
 
450
- #: gallery-plugin.php:1105
 
 
 
 
 
 
 
 
451
  msgid "Use pagination for images"
452
  msgstr "Використовувати пагінацію для зображень"
453
 
454
- #: gallery-plugin.php:1108
455
  msgid "per page"
456
  msgstr "на сторінці"
457
 
458
- #: gallery-plugin.php:1112
 
 
 
 
 
 
 
 
 
 
 
 
459
  msgid "The lightbox helper"
460
  msgstr "Допоміжний елемент лайтбоксу"
461
 
462
- #: gallery-plugin.php:1114
463
  msgid "Do not use"
464
  msgstr "Не використовувати"
465
 
466
- #: gallery-plugin.php:1115
467
  msgid "Button helper"
468
- msgstr "Допоміжні кнопоки"
469
 
470
- #: gallery-plugin.php:1116
471
  msgid "Thumbnail helper"
472
  msgstr "Допоміжні мініатюри"
473
 
474
- #: gallery-plugin.php:1120
475
  msgid "Display Like buttons in the lightbox"
476
  msgstr "Відображати кнопки Подобається у лайтбоксі"
477
 
478
- #: gallery-plugin.php:1122
479
  msgid "FaceBook"
480
  msgstr "FaceBook"
481
 
482
- #: gallery-plugin.php:1123
483
  msgid "Twitter"
484
  msgstr "Twitter"
485
 
486
- #: gallery-plugin.php:1124
487
  msgid "Pinterest"
488
  msgstr "Pinterest"
489
 
490
- #: gallery-plugin.php:1125
491
  msgid "Google +1"
492
  msgstr "Google +1"
493
 
494
- #: gallery-plugin.php:1129
495
  msgid "Slug for gallery item"
496
  msgstr "Назва для елементів галереї"
497
 
498
- #: gallery-plugin.php:1131
499
  msgid "for any structure of permalinks except the default structure"
500
  msgstr "для будь-якої структури посилань, за винятком стандартної структури"
501
 
502
- #: gallery-plugin.php:1135
503
  msgid "Title for lightbox button"
504
  msgstr "Назва кнопки лайтбоксу"
505
 
506
- #: gallery-plugin.php:1141
507
- msgid "Display all images in the lightbox instead of going into a single gallery"
508
- msgstr "Відображати всі зображення у лайтбоксі замість переходу до окремої галереї"
 
 
509
 
510
- #: gallery-plugin.php:1144
511
  #, php-format
512
  msgid "When using the gallery template or a shortcode with `%s` parameter"
513
  msgstr "Коли використовується темплейт галереї або шорткод з параметром `%s`"
514
 
515
- #: gallery-plugin.php:1170
516
  msgid "Save Changes"
517
  msgstr "Зберегти зміни"
518
 
519
- #: gallery-plugin.php:1208
 
 
 
 
 
 
 
 
 
 
 
 
520
  msgid "Support"
521
  msgstr "Підтримка"
522
 
523
- #: gallery-plugin.php:1248
524
  msgid "Updating images..."
525
  msgstr "Оновлення зображень…"
526
 
527
- #: gallery-plugin.php:1249
528
  msgid "No image found."
529
  msgstr "Зображення не знайдено."
530
 
531
- #: gallery-plugin.php:1250
532
  msgid "All images are updated."
533
  msgstr "Всі зображення оновлено."
534
 
535
- #: gallery-plugin.php:1251
536
  msgid "Error."
537
  msgstr "Помилка."
538
 
539
- #: gallery-plugin.php:1262
540
  msgid ""
541
  "You are about to delete these items from this gallery.\n"
542
  " 'Cancel' to stop, 'OK' to delete."
@@ -544,357 +591,381 @@ msgstr ""
544
  "Ви збираєтесь видалити вибрані елементи з галереї. \n"
545
  "'Відміна' - скасувати, 'OK' - видалити."
546
 
547
- #: gallery-plugin.php:1263
548
- msgid "Switching to another mode, all unsaved data will be lost. Save data before switching?"
549
- msgstr "При переході на інший режим, всі незбережіні дані будуть втрачені. Зберегти їх перед переходом?"
 
 
 
 
550
 
551
- #: gallery-plugin.php:1264
552
  msgid "Insert Media"
553
  msgstr "Додати Медіа"
554
 
555
- #: gallery-plugin.php:1265
556
  msgid "Insert"
557
  msgstr "Додати"
558
 
559
- #: gallery-plugin.php:1277
560
  msgid "Learn more"
561
  msgstr "Докладніше"
562
 
563
- #: gallery-plugin.php:1289
564
  msgid "Install now"
565
  msgstr "Встановити"
566
 
567
- #: gallery-plugin.php:1298
568
  msgid "Add multiple gallery categories"
569
  msgstr "Додати декілька категорій галереї"
570
 
571
- #: gallery-plugin.php:1298
572
- msgid "Install Gallery Categories plugin to add unlimited number of categories."
573
- msgstr "Встановити плагін Gallery Categories, щоб мати змогу додати необмежену кількість категорій."
 
 
 
574
 
575
- #: gallery-plugin.php:1573
576
- #: template/gallery-single-template.php:101
577
  msgid "Sorry, nothing found."
578
  msgstr "Вибачте, нічого не знайдено."
579
 
580
- #: gallery-plugin.php:1595
581
- #: template/gallery-single-template.php:120
582
  msgid "Image"
583
  msgstr "Зображення"
584
 
585
- #: gallery-plugin.php:1595
586
- #: template/gallery-single-template.php:19
587
  msgid "Download high resolution image"
588
  msgstr "Завантажити зображення у високій якості"
589
 
590
- #: gallery-plugin.php:1725
591
  msgid "Image size not defined"
592
  msgstr "Розмір зображення не визначено"
593
 
594
- #: gallery-plugin.php:1740
595
- msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
596
- msgstr "Можливі оновлення лише файлів у форматах PNG, JPEG, GIF, WPMP чи XBM. В інших випадках, будь ласка, перезавантажте зображення вручну."
 
 
 
 
597
 
598
- #: gallery-plugin.php:1751
599
  msgid "Image size changes not defined"
600
  msgstr "Зміни розміру зображення не визначено"
601
 
602
- #: gallery-plugin.php:1780
603
- #: gallery-plugin.php:1783
604
- #: gallery-plugin.php:1788
605
  msgid "Invalid path"
606
  msgstr "Невірний шлях"
607
 
608
- #: gallery-plugin.php:1940
609
  msgid "Add images requires JavaScript."
610
  msgstr "Додавання зображень вимагає використання JavaScript."
611
 
612
- #: gallery-plugin.php:1943
613
  msgid "Add Media"
614
  msgstr "Додати Медіа"
615
 
616
- #: gallery-plugin.php:1953
617
  msgid "The grid view for the Gallery images requires JavaScript."
618
  msgstr "Перегляд зображень таблицею вимагає використання JavaScript."
619
 
620
- #: gallery-plugin.php:1953
621
  msgid "Switch to the list view"
622
  msgstr "Увімкнути перегляд списком"
623
 
624
- #: gallery-plugin.php:1980
625
  msgid "List View"
626
  msgstr "Перегляд списком"
627
 
628
- #: gallery-plugin.php:1981
629
  msgid "Grid View"
630
  msgstr "Перегляд таблицею"
631
 
632
- #: gallery-plugin.php:2036
633
  msgid "Filter"
634
  msgstr "Фільтр"
635
 
636
- #: gallery-plugin.php:2040
637
  msgid "Empty Trash"
638
- msgstr "Спорожнити Корзину"
639
 
640
- #: gallery-plugin.php:2061
641
  msgid "No images found"
642
  msgstr "Зображення не знайдено"
643
 
644
- #: gallery-plugin.php:2113
645
  msgid "Select bulk action"
646
  msgstr "Вибрати гуртові дії"
647
 
648
- #: gallery-plugin.php:2115
649
  msgid "Bulk Actions"
650
  msgstr "Гуртові дії"
651
 
652
- #: gallery-plugin.php:2125
653
  msgid "Apply"
654
  msgstr "Застосувати"
655
 
656
- #: gallery-plugin.php:2132
657
- #: gallery-plugin.php:2312
658
  msgid "Delete from Gallery"
659
  msgstr "Видалити з галереї"
660
 
661
- #: gallery-plugin.php:2145
662
- #: gallery-plugin.php:2159
663
  msgid "Display link to the original file under each image in the lightbox"
664
- msgstr "Відображати лінк на оригінальний файл під кожним зображенням в лайтбоксі"
 
665
 
666
- #: gallery-plugin.php:2154
667
  msgid "Bulk Select"
668
  msgstr "Гуртовий вибір"
669
 
670
- #: gallery-plugin.php:2156
671
  msgid "Cancel Selection"
672
  msgstr "Скасувати вибір"
673
 
674
- #: gallery-plugin.php:2157
675
  msgid "Delete Selected"
676
  msgstr "Видалити вибране"
677
 
678
- #: gallery-plugin.php:2171
679
  msgid "File"
680
  msgstr "Файл"
681
 
682
- #: gallery-plugin.php:2172
683
- #: gallery-plugin.php:2261
684
- #: gallery-plugin.php:2370
685
  msgid "Dimensions"
686
  msgstr "Розміри"
687
 
688
- #: gallery-plugin.php:2174
689
- #: gallery-plugin.php:2294
690
- #: gallery-plugin.php:2380
691
  msgid "Alt tag"
692
  msgstr "Тег \"Alt\""
693
 
694
- #: gallery-plugin.php:2174
695
- #: gallery-plugin.php:2296
696
- msgid "The alt attribute specifies an alternate text for an image, if the image cannot be displayed."
697
- msgstr "Атрибут Alt визначає альтернативний текст для зображення, якщо зображення не може бути відображене."
 
 
 
698
 
699
- #: gallery-plugin.php:2175
700
- #: gallery-plugin.php:2302
701
- #: gallery-plugin.php:2385
702
  msgid "Custom URL"
703
  msgstr "Кастомний URL"
704
 
705
- #: gallery-plugin.php:2175
706
- #: gallery-plugin.php:2304
707
- msgid "By clicking on the thumbnail you'll go to the link (if the field is filled) or the image will be opened in the lightbox (if the field isn't filled)"
708
- msgstr "Клікаючи на мініатюру, вас буде перенаправлено за посиланням (при умові, якщо поле заповнене), або зображення відкриється в лайтбоксі (якщо поле не заповнене)"
 
 
 
 
709
 
710
- #: gallery-plugin.php:2253
711
  msgid "Deselect"
712
  msgstr "Скасувати вибір"
713
 
714
- #: gallery-plugin.php:2259
715
  msgid "File name"
716
  msgstr "Назва файлу"
717
 
718
- #: gallery-plugin.php:2260
719
  msgid "File type"
720
  msgstr "Тип файлу"
721
 
722
- #: gallery-plugin.php:2264
723
- #: gallery-plugin.php:2366
724
  msgid "Edit Attachment Info"
725
  msgstr "Редагувати інформацію про прикріплений файл"
726
 
727
- #: gallery-plugin.php:2264
728
  msgid "Edit Attachment"
729
  msgstr "Редагувати прикріплений файл"
730
 
731
- #: gallery-plugin.php:2274
732
  msgid "Go Pro"
733
  msgstr "Придбати Pro версію"
734
 
735
- #: gallery-plugin.php:2274
736
  msgid "Pro version"
737
  msgstr "Pro версія"
738
 
739
- #: gallery-plugin.php:2277
740
  msgid "This setting is available in Pro version"
741
  msgstr "Ці установки доступні у PRO версії плагіну"
742
 
743
- #: gallery-plugin.php:2310
744
  msgid "Edit more details"
745
  msgstr "Редагувати деталі"
746
 
747
- #: gallery-plugin.php:2345
748
  #, php-format
749
  msgid "Select %s"
750
  msgstr "Вибрати %s"
751
 
752
- #: gallery-plugin.php:2358
753
  #, php-format
754
  msgid "Edit &#8220;%s&#8221;"
755
  msgstr "Редагувати &#8220;%s&#8221;"
756
 
757
- #: gallery-plugin.php:2403
758
- #: gallery-plugin.php:2416
759
  msgid "Edit"
760
  msgstr "Редагувати"
761
 
762
- #: gallery-plugin.php:2406
763
- #: gallery-plugin.php:2421
764
  msgid "Trash"
765
  msgstr "Корзина"
766
 
767
- #: gallery-plugin.php:2409
768
- #: gallery-plugin.php:2424
769
  msgid "Delete Permanently"
770
  msgstr "Видалити Повністю"
771
 
772
- #: gallery-plugin.php:2411
773
- #: gallery-plugin.php:2429
774
  #, php-format
775
  msgid "View &#8220;%s&#8221;"
776
  msgstr "Перегляд &#8220;%s&#8221;"
777
 
778
- #: gallery-plugin.php:2411
779
- #: gallery-plugin.php:2429
780
  msgid "View"
781
  msgstr "Перегляд"
782
 
783
- #: gallery-plugin.php:2413
784
  msgid "Attach"
785
  msgstr "Прикріпити"
786
 
787
- #: gallery-plugin.php:2419
788
  msgid "Restore"
789
  msgstr "Відновити"
790
 
791
- #: gallery-plugin.php:2550
792
  msgid "Warning"
793
  msgstr "Увага"
794
 
795
- #: gallery-plugin.php:2550
796
  msgid "You can add only images to the gallery"
797
  msgstr "В галерею можна додати лише зображення"
798
 
799
- #: gallery-plugin.php:2597
 
 
 
 
800
  msgid "Sorry, no gallery found."
801
  msgstr "Вибачте, жодної галереї не знайдено."
802
 
803
- #: gallery-plugin.php:2603
804
- msgid "Display an album image with the description and the link to a single gallery page"
805
- msgstr "Відображати короткий опис зі скріншотом та посиланням на сторінку з галереєю"
 
 
 
806
 
807
- #: inc/demo-data/demo-data-loader.php:78
 
 
 
 
808
  msgid "Install Demo Data"
809
  msgstr "Встановити демо-дані"
810
 
811
- #: inc/demo-data/demo-data-loader.php:79
812
- msgid "If you install the demo-data, will be created galleries with images, demo-post with available shortcodes and page with a list of all the galleries, plugin settings will be overwritten, however, when you delete the demo data, they will be restored."
813
- msgstr "Під час встановки демо-даних будуть створені галереї із зображеннями, запис із доступними шорткодами та сторінка із списком галерей, налаштування плагіну були перезаписані, але, під час видалення демо-даних, вони будуть відновлені."
814
-
815
- #: inc/demo-data/demo-data-loader.php:82
816
  msgid "Remove Demo Data"
817
  msgstr "Видалити демо-дані"
818
 
819
- #: inc/demo-data/demo-data-loader.php:83
820
  msgid "Delete demo-data and restore old plugin settings."
821
  msgstr "Видалити демо-дані та відновити старі налаштування плагіну."
822
 
823
- #: inc/demo-data/demo-data-loader.php:108
824
  msgid "Yes, install demo data"
825
  msgstr "Так, встановити демо-дані"
826
 
827
- #: inc/demo-data/demo-data-loader.php:109
828
  msgid "Are you sure you want to install demo data?"
829
  msgstr "Ві впевнені, що бажаєте встановити демо-дані?"
830
 
831
- #: inc/demo-data/demo-data-loader.php:111
832
  msgid "Yes, remove demo data"
833
  msgstr "Так, видалити демо-дані"
834
 
835
- #: inc/demo-data/demo-data-loader.php:112
836
  msgid "Are you sure you want to remove demo data?"
837
  msgstr "Ви впевнені, що бажаєте видалити демо-дані?"
838
 
839
- #: inc/demo-data/demo-data-loader.php:119
840
  msgid "No, go back to the settings page"
841
  msgstr "Ні, повернутися на сторінку налаштувань"
842
 
843
- #: inc/demo-data/demo-data-loader.php:167
844
  msgid "Can not get demo data."
845
  msgstr "Неможливо отримати демо-дані."
846
 
847
- #: inc/demo-data/demo-data-loader.php:173
848
  msgid "Demo options already installed."
849
  msgstr "Демо-дані вже встановлені."
850
 
851
- #: inc/demo-data/demo-data-loader.php:296
852
  msgid "Demo data successfully installed."
853
  msgstr "Демо-дані успішно встановлені."
854
 
855
- #: inc/demo-data/demo-data-loader.php:298
856
  msgid "View post with shortcodes"
857
  msgstr "Перегляньте запис із шорткодами "
858
 
859
- #: inc/demo-data/demo-data-loader.php:301
860
  msgid "View page with examples"
861
  msgstr "Перегляньте сторінку із прикладами"
862
 
863
- #: inc/demo-data/demo-data-loader.php:308
864
  msgid "Installation of demo data with some errors occurred."
865
  msgstr "Установка демо-даних пройшла з помилками."
866
 
867
- #: inc/demo-data/demo-data-loader.php:311
868
  msgid "Posts data is missing."
869
  msgstr "Контент запису відсутній."
870
 
871
- #: inc/demo-data/demo-data-loader.php:336
872
  msgid "Demo data have already been removed."
873
  msgstr "Демо-дані вже видалені. "
874
 
875
- #: inc/demo-data/demo-data-loader.php:383
876
  msgid "Demo data successfully removed."
877
  msgstr "Демо-дані успішно видалені."
878
 
879
- #: inc/demo-data/demo-data-loader.php:386
880
  msgid "Removing demo data with some errors occurred."
881
  msgstr "Видалення демо-данних пройшло з помилками."
882
 
883
- #: inc/demo-data/demo-data-loader.php:517
884
  msgid "Close notice"
885
  msgstr "Закрити повідомлення"
886
 
887
- #: inc/demo-data/demo-data-loader.php:520
888
  msgid "Install demo data"
889
  msgstr "Встановити демо-дані"
890
 
891
- #: inc/demo-data/demo-data-loader.php:520
892
  msgid "for an acquaintance with the possibilities of the"
893
  msgstr "для ознайомлення із можливостями плагіну"
894
 
895
- #: template/gallery-template.php:14
896
- msgid "Gallery Category"
897
- msgstr "Категорія галерей"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
898
 
899
  #~ msgid "Notice:"
900
  #~ msgstr "Зверніть увагу:"
@@ -915,9 +986,6 @@ msgstr "Категорія галерей"
915
  #~ msgid "Download Custom Search"
916
  #~ msgstr "Завантажити Custom Search"
917
 
918
- #~ msgid "Display file URL"
919
- #~ msgstr "Відображати URL файлу"
920
-
921
  #~ msgid "URL"
922
  #~ msgstr "Посилання"
923
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-03-16 18:16+0300\n"
6
+ "PO-Revision-Date: 2016-03-18 11:05+0300\n"
7
+ "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: uk_UA\n"
10
  "MIME-Version: 1.0\n"
12
  "Content-Transfer-Encoding: 8bit\n"
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:45 gallery-plugin.php:882 gallery-plugin.php:1264
20
+ #: gallery-plugin.php:1281
 
 
21
  msgid "Settings"
22
  msgstr "Налаштування"
23
 
24
+ #: gallery-plugin.php:126
25
  msgid "See images &raquo;"
26
  msgstr "Дивитися зображення &raquo;"
27
 
28
+ #: gallery-plugin.php:129
29
  msgid "Return to all albums"
30
  msgstr "Повернутись до всіх альбомів"
31
 
32
+ #: gallery-plugin.php:382
33
  #, php-format
34
+ msgid ""
35
+ "The following files '%s' and '%s' were not found in the directory of your "
36
+ "theme. Please copy them from the directory `%s` to the directory of your "
37
+ "theme for the correct work of the Gallery plugin"
38
+ msgstr ""
39
+ "В папці вашої теми файли '%s' та '%s' не знайдені. Для правильної роботи "
40
+ "плагіну Gallery, будь ласка, скопіюйте їх з папки `%s` в папку вашої теми"
41
 
42
+ #: gallery-plugin.php:393 gallery-plugin.php:402
 
43
  msgid "Galleries"
44
  msgstr "Галереї"
45
 
46
+ #: gallery-plugin.php:394 gallery-plugin.php:2669
 
47
  msgid "Gallery"
48
  msgstr "Галерея"
49
 
50
+ #: gallery-plugin.php:395
51
  msgid "Add New Gallery"
52
  msgstr "Додати нову галерею"
53
 
54
+ #: gallery-plugin.php:396
55
  msgid "Edit Gallery"
56
  msgstr "Редагувати галерею"
57
 
58
+ #: gallery-plugin.php:397
59
  msgid "New Gallery"
60
  msgstr "Нова галерея"
61
 
62
+ #: gallery-plugin.php:398
63
  msgid "View Gallery"
64
  msgstr "Переглянути галерею"
65
 
66
+ #: gallery-plugin.php:399
67
  msgid "Search Galleries"
68
  msgstr "Шукати Галереї"
69
 
70
+ #: gallery-plugin.php:400
71
  msgid "No Gallery found"
72
  msgstr "Галерею не знайдено"
73
 
74
+ #: gallery-plugin.php:457
75
  msgid "Gallery Shortcode"
76
  msgstr "Шорткод галереї"
77
 
78
+ #: gallery-plugin.php:459 gallery-plugin.php:500 gallery-plugin.php:2652
 
 
79
  msgid "Gallery Categories"
80
  msgstr "Категорії галерей"
81
 
82
+ #: gallery-plugin.php:469 gallery-plugin.php:900
 
83
  #, php-format
84
+ msgid ""
85
+ "If you would like to add a Gallery to your page or post, please use %s button"
86
+ msgstr ""
87
+ "Якщо ви хочете додати галерею на вашу сторінку або пост, будь ласка, "
88
+ "використовуйте кнопку %s"
89
 
90
+ #: gallery-plugin.php:474
91
  #, php-format
92
+ msgid ""
93
+ "You can add the Gallery to your page or post by clicking on %s button in the "
94
+ "content edit block using the Visual mode. If the button isn't displayed, "
95
+ "please use the shortcode below"
96
+ msgstr ""
97
+ "Ви можете додати Галерею на вашу сторінку або пост, натиснувши на кнопку %s "
98
+ "в блоці редагування контенту в режимі Visual. Якщо кнопка не відображається, "
99
+ "будь ласка, використовуйте шорткод"
100
 
101
+ #: gallery-plugin.php:480
102
+ msgid ""
103
+ "Add this shortcode to a page, post or widget to display a single gallery"
104
  msgstr "Додати цей шорткод у сторінку, пост чи віджет для відображення галереї"
105
 
106
+ #: gallery-plugin.php:483
107
+ msgid ""
108
+ "Use this shortcode to display an album image with the description and the "
109
+ "link to a single gallery page"
110
+ msgstr ""
111
+ "Вивести короткий опис зі скріншотом та посиланням на сторінку з галереєю"
112
 
113
+ #: gallery-plugin.php:485
114
  msgid "Short display"
115
  msgstr "Скорочене відображення"
116
 
117
+ #: gallery-plugin.php:501
118
  msgid "Most Used"
119
  msgstr "Часто вживані"
120
 
121
+ #: gallery-plugin.php:506 gallery-plugin.php:1164
 
122
  msgid "Default"
123
  msgstr "за замовчуванням"
124
 
125
+ #: gallery-plugin.php:511
126
  msgid "Add New Gallery Category"
127
  msgstr "Додати нову категорію галерей"
128
 
129
+ #: gallery-plugin.php:516
130
  msgid "Install plugin"
131
  msgstr "Встановити плагін"
132
 
133
+ #: gallery-plugin.php:674 gallery-plugin.php:2244 gallery-plugin.php:2359
134
+ #: gallery-plugin.php:2446
 
 
 
135
  msgid "Title"
136
  msgstr "Назва"
137
 
138
+ #: gallery-plugin.php:675
 
139
  msgid "Author"
140
  msgstr "Автор"
141
 
142
+ #: gallery-plugin.php:676
143
  msgid "Shortcode"
144
  msgstr "Шорткод"
145
 
146
+ #: gallery-plugin.php:677
147
  msgid "Photos"
148
  msgstr "Фото"
149
 
150
+ #: gallery-plugin.php:678
 
 
151
  msgid "Date"
152
  msgstr "Дата"
153
 
154
+ #: gallery-plugin.php:851
155
  msgid "Settings are saved"
156
  msgstr "Налаштування збережено"
157
 
158
+ #: gallery-plugin.php:868
159
  msgid "All plugin settings were restored."
160
  msgstr "Налаштування плагіну відновлені."
161
 
162
+ #: gallery-plugin.php:880
163
  msgid "Gallery Settings"
164
  msgstr "Налаштування Gallery"
165
 
166
+ #: gallery-plugin.php:883
 
 
 
 
 
167
  msgid "Go PRO"
168
  msgstr "Придбати PRO версію"
169
 
170
+ #: gallery-plugin.php:893
171
  msgid "Please enable JavaScript to use the option to renew images."
172
+ msgstr ""
173
+ "Будь ласка, увімкніть JavaScript для використання опції оновлення зображень."
174
 
175
+ #: gallery-plugin.php:905
176
  #, php-format
177
+ msgid ""
178
+ "You can add the Gallery to your page or post by clicking on %s button in the "
179
+ "content edit block using the Visual mode. If the button isn't displayed, "
180
+ "please use the shortcode %s, where * stands for gallery ID"
181
+ msgstr ""
182
+ "Ви можете додати Галерею на вашу сторінку або пост, натиснувши на кнопку %s "
183
+ "в блоці редагування контенту в режимі Visual. Якщо кнопка не відображається, "
184
+ "будь ласка, використовуйте шорткод %s, де * позначає ID галереї"
185
 
186
+ #: gallery-plugin.php:915
187
+ msgid "Number of images in the row"
188
+ msgstr "Кількість зображень у рядку"
189
 
190
+ #: gallery-plugin.php:917
191
+ msgid ""
192
+ "The number of images per row can be less depending on the width of the "
193
+ "parent block"
194
+ msgstr ""
195
+ "Кількість зображень в рядку може бути менше в залежності від ширини "
196
+ "батьківського блоку"
197
 
198
+ #: gallery-plugin.php:921 gallery-plugin.php:947
 
 
199
  msgid "Image size"
200
  msgstr "Розмір зображення"
201
 
202
+ #: gallery-plugin.php:924
203
+ msgid ""
204
+ "WordPress will create a new thumbnail with the specified dimensions when you "
205
+ "upload a new photo."
206
+ msgstr ""
207
+ "Коли ви завантажите нове зображення, WordPress створить іконки відповідно до "
208
+ "заданих розмірів."
209
 
210
+ #: gallery-plugin.php:926
211
+ msgid "For the album cover"
212
+ msgstr "Для обкладинки альбому"
 
213
 
214
+ #: gallery-plugin.php:927 gallery-plugin.php:931 gallery-plugin.php:952
215
+ msgid "width x height"
216
+ msgstr "ширина x висота"
217
 
218
+ #: gallery-plugin.php:927 gallery-plugin.php:931 gallery-plugin.php:952
219
+ msgid "in px"
220
+ msgstr "в px"
221
 
222
+ #: gallery-plugin.php:930
223
+ msgid "For thumbnails"
224
+ msgstr "Для мініатюр"
 
 
225
 
226
+ #: gallery-plugin.php:934
227
+ msgid "Update images for gallery"
228
+ msgstr "Оновити всі зображення галереї"
229
 
230
+ #: gallery-plugin.php:943 gallery-plugin.php:1142 gallery-plugin.php:1363
231
+ msgid "Close"
232
+ msgstr "Закрити"
233
 
234
+ #: gallery-plugin.php:950
235
+ msgid "For images in the lightbox"
236
+ msgstr "Для зображень в лайтбоксі"
237
 
238
+ #: gallery-plugin.php:954
239
  msgid "Display a full size image in the lightbox"
240
  msgstr "Відображати повне зображення в лайтбоксі"
241
 
242
+ #: gallery-plugin.php:959
243
  msgid "Crop position"
244
  msgstr "Обрізання"
245
 
246
+ #: gallery-plugin.php:963 gallery-plugin.php:969
 
247
  msgid "center"
248
  msgstr "центр"
249
 
250
+ #: gallery-plugin.php:965
251
  msgid "Horizontal"
252
  msgstr "Горизонтальна"
253
 
254
+ #: gallery-plugin.php:971
255
  msgid "Vertical"
256
  msgstr "Вертикальна"
257
 
258
+ #: gallery-plugin.php:976
259
+ msgid "Single gallery view"
260
+ msgstr "Вид галереї"
261
 
262
+ #: gallery-plugin.php:979
263
+ msgid "Grid"
264
+ msgstr "Сітка"
265
 
266
+ #: gallery-plugin.php:980
267
+ msgid "Masonry"
268
+ msgstr "Masonry"
269
 
270
+ #: gallery-plugin.php:986 gallery-plugin.php:1207
271
+ msgid ""
272
+ "If you upgrade to Pro version all your settings and galleries will be saved."
273
+ msgstr ""
274
+ "Якщо ви перейшли на PRO версію, всі налаштування і галереї буде збережено."
275
 
276
+ #: gallery-plugin.php:993 gallery-plugin.php:1214
 
277
  msgid "Unlock premium options by upgrading to Pro version"
278
  msgstr "Відкрийте додаткові опції, перейшовши на Pro версію"
279
 
280
+ #: gallery-plugin.php:997 gallery-plugin.php:1218
 
281
  msgid "Start Your Trial"
282
  msgstr "Отримати пробну версію"
283
 
284
+ #: gallery-plugin.php:998 gallery-plugin.php:1219 gallery-plugin.php:2654
 
 
285
  msgid "or"
286
  msgstr "або"
287
 
288
+ #: gallery-plugin.php:1000 gallery-plugin.php:1221
 
289
  msgid "Learn More"
290
  msgstr "Дізнатись більше"
291
 
292
+ #: gallery-plugin.php:1008
293
+ msgid "Display image text"
294
+ msgstr "Відображати текст до зображень"
295
+
296
+ #: gallery-plugin.php:1010
297
+ msgid "Turn off the checkbox, if you want to display text just in a lightbox"
298
+ msgstr ""
299
+ "Приберіть позначку, якщо ви хочете відображати текст тільки у лайтбоксі"
300
+
301
+ #: gallery-plugin.php:1014
302
  msgid "Images with border"
303
  msgstr "Зображення з рамкою"
304
 
305
+ #: gallery-plugin.php:1018
306
  msgid "Border width in px, just numbers"
307
  msgstr "Ширина рамки у пікселях, тільки числа"
308
 
309
+ #: gallery-plugin.php:1019
310
  msgid "Select a border color"
311
  msgstr "Виберіть колір рамки"
312
 
313
+ #: gallery-plugin.php:1024
314
+ msgid "Sort images"
315
+ msgstr "Сортувати зображення"
 
 
 
 
 
 
 
 
 
 
 
 
316
 
317
+ #: gallery-plugin.php:1027
318
+ msgid "by Attachment ID"
319
+ msgstr "по ID зображення"
320
 
321
+ #: gallery-plugin.php:1028
322
+ msgid "by Image Name"
323
+ msgstr "по Назві зображення"
324
 
325
+ #: gallery-plugin.php:1029 gallery-plugin.php:1050
326
+ msgid "by Date"
327
+ msgstr "по Даті"
328
 
329
+ #: gallery-plugin.php:1030
330
+ msgid "by Sorting order in the Gallery"
331
+ msgstr "по Порядку сортування в галереї"
332
 
333
+ #: gallery-plugin.php:1031 gallery-plugin.php:1055
 
334
  msgid "Random"
335
  msgstr "Довільно"
336
 
337
+ #: gallery-plugin.php:1036
338
+ msgid "The images sort order"
339
+ msgstr "Порядок сортування зображень"
340
 
341
+ #: gallery-plugin.php:1039 gallery-plugin.php:1063
 
342
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
343
+ msgstr ""
344
+ "ASC (в порядку зростання від найменшого до найбільшого значення - 1, 2, 3; "
345
+ "а, б, в)"
346
 
347
+ #: gallery-plugin.php:1040 gallery-plugin.php:1064
348
+ msgid ""
349
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
350
+ msgstr ""
351
+ "DESC (в порядку зменшення від найбільшого до найменшого значення - 3, 2, 1; "
352
+ "в, б, а)"
353
 
354
+ #: gallery-plugin.php:1045
355
+ msgid "Sort galleries"
356
+ msgstr "Сортувати галереї"
357
 
358
+ #: gallery-plugin.php:1048
359
+ msgid "by Gallery ID"
360
+ msgstr "по ID галереї"
361
 
362
+ #: gallery-plugin.php:1049
363
+ msgid "by Title"
364
+ msgstr "по Назві"
365
 
366
+ #: gallery-plugin.php:1051
367
+ msgid "by Last modified date"
368
+ msgstr "по Даті останньої зміни"
369
 
370
+ #: gallery-plugin.php:1052
371
+ msgid "by Comment count"
372
+ msgstr "за Кількістю коментарів"
373
 
374
+ #: gallery-plugin.php:1053
375
+ msgid "by Sorting order (the input field for sorting order)"
376
+ msgstr "по Порядку сортування (поле введення для сортування)"
377
 
378
+ #: gallery-plugin.php:1054
379
+ msgid "by Author"
380
+ msgstr "по Автору"
381
 
382
+ #: gallery-plugin.php:1060
383
+ msgid "The galleries sort order"
384
+ msgstr "Порядок сортування галерей"
385
+
386
+ #: gallery-plugin.php:1069
387
+ msgid "Start slideshow"
388
+ msgstr "Розпочати слайд-шоу"
389
+
390
+ #: gallery-plugin.php:1072
391
+ msgid "Slideshow interval"
392
+ msgstr "Інтервал між слайдами"
393
+
394
+ #: gallery-plugin.php:1072
395
+ msgid "(ms)"
396
+ msgstr "(мс)"
397
+
398
+ #: gallery-plugin.php:1076
399
+ msgid "Use single lightbox for multiple galleries on one page"
400
+ msgstr "Використовувати один лайтбокс для багатьох галерей на сторінці"
401
 
402
+ #: gallery-plugin.php:1082
403
  msgid "Display the Back link"
404
  msgstr "Відображати посилання Назад"
405
 
406
+ #: gallery-plugin.php:1088
407
  msgid "Display the Back link in the shortcode"
408
  msgstr "Відображати посилання Назад у шорткоді"
409
 
410
+ #: gallery-plugin.php:1094
411
  msgid "The Back link text"
412
  msgstr "Текст для посилання Назад"
413
 
414
+ #: gallery-plugin.php:1100
415
  msgid "The Back link URL"
416
  msgstr "URL для посилання Назад"
417
 
418
+ #: gallery-plugin.php:1103
419
  msgid "Gallery page (Page with Gallery Template)"
420
  msgstr "Сторінка галереї (сторінка з шаблоном галереї)"
421
 
422
+ #: gallery-plugin.php:1105
423
  msgid "(Full URL to custom page)"
424
  msgstr "(Повне посилання на сторінку користувача)"
425
 
426
+ #: gallery-plugin.php:1110
427
  msgid "The Read More link text"
428
  msgstr "Текст для посилання Дізнатися більше"
429
 
430
+ #: gallery-plugin.php:1116
431
  msgid "Add gallery to the search"
432
  msgstr "Додати галерею до пошуку"
433
 
434
+ #: gallery-plugin.php:1121 gallery-plugin.php:1124 gallery-plugin.php:1128
 
 
435
  msgid "Using"
436
  msgstr "Використовуючи"
437
 
438
+ #: gallery-plugin.php:1121 gallery-plugin.php:1124 gallery-plugin.php:1128
 
 
439
  msgid "powered by"
440
  msgstr "розроблений"
441
 
442
+ #: gallery-plugin.php:1124 gallery-plugin.php:1338
 
443
  msgid "Activate"
444
  msgstr "Активувати"
445
 
446
+ #: gallery-plugin.php:1128
447
  msgid "Download"
448
  msgstr "Завантажити"
449
 
450
+ #: gallery-plugin.php:1133
451
  msgid "Rewrite templates after update"
452
  msgstr "Перезаписати шаблони після оновлення"
453
 
454
+ #: gallery-plugin.php:1135
455
  #, php-format
456
+ msgid ""
457
+ "Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
458
+ "theme folder and You don't want to rewrite them"
459
+ msgstr ""
460
+ "Приберіть галочку, якщо ви редагували файл '%s' або '%s' в теці тем і не "
461
+ "хочете перезаписати зміни"
462
 
463
+ #: gallery-plugin.php:1149
464
+ msgid "Under image"
465
+ msgstr "Під зображенням"
466
+
467
+ #: gallery-plugin.php:1150
468
+ msgid "By mouse hover"
469
+ msgstr "За наведення миші"
470
+
471
+ #: gallery-plugin.php:1155
472
  msgid "Use pagination for images"
473
  msgstr "Використовувати пагінацію для зображень"
474
 
475
+ #: gallery-plugin.php:1158
476
  msgid "per page"
477
  msgstr "на сторінці"
478
 
479
+ #: gallery-plugin.php:1162
480
+ msgid "Lightbox background"
481
+ msgstr "Фон лайтбоксу"
482
+
483
+ #: gallery-plugin.php:1165
484
+ msgid "Background transparency (from 0 to 1)"
485
+ msgstr "Прозорість фону (від 0 до 1)"
486
+
487
+ #: gallery-plugin.php:1166
488
+ msgid "Select a background color"
489
+ msgstr "Виберіть колір фону"
490
+
491
+ #: gallery-plugin.php:1170
492
  msgid "The lightbox helper"
493
  msgstr "Допоміжний елемент лайтбоксу"
494
 
495
+ #: gallery-plugin.php:1172
496
  msgid "Do not use"
497
  msgstr "Не використовувати"
498
 
499
+ #: gallery-plugin.php:1173
500
  msgid "Button helper"
501
+ msgstr "Допоміжні кнопки"
502
 
503
+ #: gallery-plugin.php:1174
504
  msgid "Thumbnail helper"
505
  msgstr "Допоміжні мініатюри"
506
 
507
+ #: gallery-plugin.php:1178
508
  msgid "Display Like buttons in the lightbox"
509
  msgstr "Відображати кнопки Подобається у лайтбоксі"
510
 
511
+ #: gallery-plugin.php:1180
512
  msgid "FaceBook"
513
  msgstr "FaceBook"
514
 
515
+ #: gallery-plugin.php:1181
516
  msgid "Twitter"
517
  msgstr "Twitter"
518
 
519
+ #: gallery-plugin.php:1182
520
  msgid "Pinterest"
521
  msgstr "Pinterest"
522
 
523
+ #: gallery-plugin.php:1183
524
  msgid "Google +1"
525
  msgstr "Google +1"
526
 
527
+ #: gallery-plugin.php:1187
528
  msgid "Slug for gallery item"
529
  msgstr "Назва для елементів галереї"
530
 
531
+ #: gallery-plugin.php:1189
532
  msgid "for any structure of permalinks except the default structure"
533
  msgstr "для будь-якої структури посилань, за винятком стандартної структури"
534
 
535
+ #: gallery-plugin.php:1193
536
  msgid "Title for lightbox button"
537
  msgstr "Назва кнопки лайтбоксу"
538
 
539
+ #: gallery-plugin.php:1199
540
+ msgid ""
541
+ "Display all images in the lightbox instead of going into a single gallery"
542
+ msgstr ""
543
+ "Відображати всі зображення у лайтбоксі замість переходу до окремої галереї"
544
 
545
+ #: gallery-plugin.php:1202
546
  #, php-format
547
  msgid "When using the gallery template or a shortcode with `%s` parameter"
548
  msgstr "Коли використовується темплейт галереї або шорткод з параметром `%s`"
549
 
550
+ #: gallery-plugin.php:1228
551
  msgid "Save Changes"
552
  msgstr "Зберегти зміни"
553
 
554
+ #: gallery-plugin.php:1233
555
+ msgid ""
556
+ "If you install the demo-data, will be created galleries with images, demo-"
557
+ "post with available shortcodes and page with a list of all the galleries."
558
+ msgstr ""
559
+ "Під час встановки демо-даних будуть створені галереї із зображеннями, пост "
560
+ "із доступними шорткодами та сторінка зі списком всіх галерей."
561
+
562
+ #: gallery-plugin.php:1265
563
+ msgid "FAQ"
564
+ msgstr "FAQ"
565
+
566
+ #: gallery-plugin.php:1266
567
  msgid "Support"
568
  msgstr "Підтримка"
569
 
570
+ #: gallery-plugin.php:1302
571
  msgid "Updating images..."
572
  msgstr "Оновлення зображень…"
573
 
574
+ #: gallery-plugin.php:1303
575
  msgid "No image found."
576
  msgstr "Зображення не знайдено."
577
 
578
+ #: gallery-plugin.php:1304
579
  msgid "All images are updated."
580
  msgstr "Всі зображення оновлено."
581
 
582
+ #: gallery-plugin.php:1305
583
  msgid "Error."
584
  msgstr "Помилка."
585
 
586
+ #: gallery-plugin.php:1318
587
  msgid ""
588
  "You are about to delete these items from this gallery.\n"
589
  " 'Cancel' to stop, 'OK' to delete."
591
  "Ви збираєтесь видалити вибрані елементи з галереї. \n"
592
  "'Відміна' - скасувати, 'OK' - видалити."
593
 
594
+ #: gallery-plugin.php:1319
595
+ msgid ""
596
+ "Switching to another mode, all unsaved data will be lost. Save data before "
597
+ "switching?"
598
+ msgstr ""
599
+ "При переході на інший режим, всі незбережіні дані будуть втрачені. Зберегти "
600
+ "їх перед переходом?"
601
 
602
+ #: gallery-plugin.php:1320
603
  msgid "Insert Media"
604
  msgstr "Додати Медіа"
605
 
606
+ #: gallery-plugin.php:1321
607
  msgid "Insert"
608
  msgstr "Додати"
609
 
610
+ #: gallery-plugin.php:1333
611
  msgid "Learn more"
612
  msgstr "Докладніше"
613
 
614
+ #: gallery-plugin.php:1345
615
  msgid "Install now"
616
  msgstr "Встановити"
617
 
618
+ #: gallery-plugin.php:1354
619
  msgid "Add multiple gallery categories"
620
  msgstr "Додати декілька категорій галереї"
621
 
622
+ #: gallery-plugin.php:1354
623
+ msgid ""
624
+ "Install Gallery Categories plugin to add unlimited number of categories."
625
+ msgstr ""
626
+ "Встановити плагін Gallery Categories, щоб мати змогу додати необмежену "
627
+ "кількість категорій."
628
 
629
+ #: gallery-plugin.php:1638 template/gallery-single-template.php:103
 
630
  msgid "Sorry, nothing found."
631
  msgstr "Вибачте, нічого не знайдено."
632
 
633
+ #: gallery-plugin.php:1651 template/gallery-single-template.php:124
 
634
  msgid "Image"
635
  msgstr "Зображення"
636
 
637
+ #: gallery-plugin.php:1651 template/gallery-single-template.php:19
 
638
  msgid "Download high resolution image"
639
  msgstr "Завантажити зображення у високій якості"
640
 
641
+ #: gallery-plugin.php:1781
642
  msgid "Image size not defined"
643
  msgstr "Розмір зображення не визначено"
644
 
645
+ #: gallery-plugin.php:1796
646
+ msgid ""
647
+ "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
648
+ "manually reload image."
649
+ msgstr ""
650
+ "Можливі оновлення лише файлів у форматах PNG, JPEG, GIF, WPMP чи XBM. В "
651
+ "інших випадках, будь ласка, перезавантажте зображення вручну."
652
 
653
+ #: gallery-plugin.php:1807
654
  msgid "Image size changes not defined"
655
  msgstr "Зміни розміру зображення не визначено"
656
 
657
+ #: gallery-plugin.php:1836 gallery-plugin.php:1839 gallery-plugin.php:1844
 
 
658
  msgid "Invalid path"
659
  msgstr "Невірний шлях"
660
 
661
+ #: gallery-plugin.php:2012
662
  msgid "Add images requires JavaScript."
663
  msgstr "Додавання зображень вимагає використання JavaScript."
664
 
665
+ #: gallery-plugin.php:2015
666
  msgid "Add Media"
667
  msgstr "Додати Медіа"
668
 
669
+ #: gallery-plugin.php:2025
670
  msgid "The grid view for the Gallery images requires JavaScript."
671
  msgstr "Перегляд зображень таблицею вимагає використання JavaScript."
672
 
673
+ #: gallery-plugin.php:2025
674
  msgid "Switch to the list view"
675
  msgstr "Увімкнути перегляд списком"
676
 
677
+ #: gallery-plugin.php:2052
678
  msgid "List View"
679
  msgstr "Перегляд списком"
680
 
681
+ #: gallery-plugin.php:2053
682
  msgid "Grid View"
683
  msgstr "Перегляд таблицею"
684
 
685
+ #: gallery-plugin.php:2108
686
  msgid "Filter"
687
  msgstr "Фільтр"
688
 
689
+ #: gallery-plugin.php:2112
690
  msgid "Empty Trash"
691
+ msgstr "Очистити Корзину"
692
 
693
+ #: gallery-plugin.php:2133
694
  msgid "No images found"
695
  msgstr "Зображення не знайдено"
696
 
697
+ #: gallery-plugin.php:2185
698
  msgid "Select bulk action"
699
  msgstr "Вибрати гуртові дії"
700
 
701
+ #: gallery-plugin.php:2187
702
  msgid "Bulk Actions"
703
  msgstr "Гуртові дії"
704
 
705
+ #: gallery-plugin.php:2197
706
  msgid "Apply"
707
  msgstr "Застосувати"
708
 
709
+ #: gallery-plugin.php:2204 gallery-plugin.php:2383
 
710
  msgid "Delete from Gallery"
711
  msgstr "Видалити з галереї"
712
 
713
+ #: gallery-plugin.php:2217 gallery-plugin.php:2231
 
714
  msgid "Display link to the original file under each image in the lightbox"
715
+ msgstr ""
716
+ "Відображати лінк на оригінальний файл під кожним зображенням в лайтбоксі"
717
 
718
+ #: gallery-plugin.php:2226
719
  msgid "Bulk Select"
720
  msgstr "Гуртовий вибір"
721
 
722
+ #: gallery-plugin.php:2228
723
  msgid "Cancel Selection"
724
  msgstr "Скасувати вибір"
725
 
726
+ #: gallery-plugin.php:2229
727
  msgid "Delete Selected"
728
  msgstr "Видалити вибране"
729
 
730
+ #: gallery-plugin.php:2242
731
  msgid "File"
732
  msgstr "Файл"
733
 
734
+ #: gallery-plugin.php:2243 gallery-plugin.php:2332 gallery-plugin.php:2441
 
 
735
  msgid "Dimensions"
736
  msgstr "Розміри"
737
 
738
+ #: gallery-plugin.php:2245 gallery-plugin.php:2365 gallery-plugin.php:2451
 
 
739
  msgid "Alt tag"
740
  msgstr "Тег \"Alt\""
741
 
742
+ #: gallery-plugin.php:2245 gallery-plugin.php:2367
743
+ msgid ""
744
+ "The alt attribute specifies an alternate text for an image, if the image "
745
+ "cannot be displayed."
746
+ msgstr ""
747
+ "Атрибут Alt визначає альтернативний текст для зображення, якщо зображення не "
748
+ "може бути відображене."
749
 
750
+ #: gallery-plugin.php:2246 gallery-plugin.php:2373 gallery-plugin.php:2456
 
 
751
  msgid "Custom URL"
752
  msgstr "Кастомний URL"
753
 
754
+ #: gallery-plugin.php:2246 gallery-plugin.php:2375
755
+ msgid ""
756
+ "By clicking on the thumbnail you'll go to the link (if the field is filled) "
757
+ "or the image will be opened in the lightbox (if the field isn't filled)"
758
+ msgstr ""
759
+ "Клікаючи на мініатюру, вас буде перенаправлено за посиланням (при умові, "
760
+ "якщо поле заповнене), або зображення відкриється в лайтбоксі (якщо поле не "
761
+ "заповнене)"
762
 
763
+ #: gallery-plugin.php:2324
764
  msgid "Deselect"
765
  msgstr "Скасувати вибір"
766
 
767
+ #: gallery-plugin.php:2330
768
  msgid "File name"
769
  msgstr "Назва файлу"
770
 
771
+ #: gallery-plugin.php:2331
772
  msgid "File type"
773
  msgstr "Тип файлу"
774
 
775
+ #: gallery-plugin.php:2335 gallery-plugin.php:2437
 
776
  msgid "Edit Attachment Info"
777
  msgstr "Редагувати інформацію про прикріплений файл"
778
 
779
+ #: gallery-plugin.php:2335
780
  msgid "Edit Attachment"
781
  msgstr "Редагувати прикріплений файл"
782
 
783
+ #: gallery-plugin.php:2345
784
  msgid "Go Pro"
785
  msgstr "Придбати Pro версію"
786
 
787
+ #: gallery-plugin.php:2345
788
  msgid "Pro version"
789
  msgstr "Pro версія"
790
 
791
+ #: gallery-plugin.php:2348
792
  msgid "This setting is available in Pro version"
793
  msgstr "Ці установки доступні у PRO версії плагіну"
794
 
795
+ #: gallery-plugin.php:2381
796
  msgid "Edit more details"
797
  msgstr "Редагувати деталі"
798
 
799
+ #: gallery-plugin.php:2416
800
  #, php-format
801
  msgid "Select %s"
802
  msgstr "Вибрати %s"
803
 
804
+ #: gallery-plugin.php:2429
805
  #, php-format
806
  msgid "Edit &#8220;%s&#8221;"
807
  msgstr "Редагувати &#8220;%s&#8221;"
808
 
809
+ #: gallery-plugin.php:2474 gallery-plugin.php:2487
 
810
  msgid "Edit"
811
  msgstr "Редагувати"
812
 
813
+ #: gallery-plugin.php:2477 gallery-plugin.php:2492
 
814
  msgid "Trash"
815
  msgstr "Корзина"
816
 
817
+ #: gallery-plugin.php:2480 gallery-plugin.php:2495
 
818
  msgid "Delete Permanently"
819
  msgstr "Видалити Повністю"
820
 
821
+ #: gallery-plugin.php:2482 gallery-plugin.php:2500
 
822
  #, php-format
823
  msgid "View &#8220;%s&#8221;"
824
  msgstr "Перегляд &#8220;%s&#8221;"
825
 
826
+ #: gallery-plugin.php:2482 gallery-plugin.php:2500
 
827
  msgid "View"
828
  msgstr "Перегляд"
829
 
830
+ #: gallery-plugin.php:2484
831
  msgid "Attach"
832
  msgstr "Прикріпити"
833
 
834
+ #: gallery-plugin.php:2490
835
  msgid "Restore"
836
  msgstr "Відновити"
837
 
838
+ #: gallery-plugin.php:2621
839
  msgid "Warning"
840
  msgstr "Увага"
841
 
842
+ #: gallery-plugin.php:2621
843
  msgid "You can add only images to the gallery"
844
  msgstr "В галерею можна додати лише зображення"
845
 
846
+ #: gallery-plugin.php:2663
847
+ msgid "no title"
848
+ msgstr "без назви"
849
+
850
+ #: gallery-plugin.php:2671
851
  msgid "Sorry, no gallery found."
852
  msgstr "Вибачте, жодної галереї не знайдено."
853
 
854
+ #: gallery-plugin.php:2677
855
+ msgid ""
856
+ "Display an album image with the description and the link to a single gallery "
857
+ "page"
858
+ msgstr ""
859
+ "Відображати короткий опис зі скріншотом та посиланням на сторінку з галереєю"
860
 
861
+ #: template/gallery-template.php:14
862
+ msgid "Gallery Category"
863
+ msgstr "Категорія галерей"
864
+
865
+ #: inc/demo-data/class-bws-demo-data.php:31
866
  msgid "Install Demo Data"
867
  msgstr "Встановити демо-дані"
868
 
869
+ #: inc/demo-data/class-bws-demo-data.php:34
 
 
 
 
870
  msgid "Remove Demo Data"
871
  msgstr "Видалити демо-дані"
872
 
873
+ #: inc/demo-data/class-bws-demo-data.php:35
874
  msgid "Delete demo-data and restore old plugin settings."
875
  msgstr "Видалити демо-дані та відновити старі налаштування плагіну."
876
 
877
+ #: inc/demo-data/class-bws-demo-data.php:53
878
  msgid "Yes, install demo data"
879
  msgstr "Так, встановити демо-дані"
880
 
881
+ #: inc/demo-data/class-bws-demo-data.php:54
882
  msgid "Are you sure you want to install demo data?"
883
  msgstr "Ві впевнені, що бажаєте встановити демо-дані?"
884
 
885
+ #: inc/demo-data/class-bws-demo-data.php:56
886
  msgid "Yes, remove demo data"
887
  msgstr "Так, видалити демо-дані"
888
 
889
+ #: inc/demo-data/class-bws-demo-data.php:57
890
  msgid "Are you sure you want to remove demo data?"
891
  msgstr "Ви впевнені, що бажаєте видалити демо-дані?"
892
 
893
+ #: inc/demo-data/class-bws-demo-data.php:64
894
  msgid "No, go back to the settings page"
895
  msgstr "Ні, повернутися на сторінку налаштувань"
896
 
897
+ #: inc/demo-data/class-bws-demo-data.php:119
898
  msgid "Can not get demo data."
899
  msgstr "Неможливо отримати демо-дані."
900
 
901
+ #: inc/demo-data/class-bws-demo-data.php:126
902
  msgid "Demo options already installed."
903
  msgstr "Демо-дані вже встановлені."
904
 
905
+ #: inc/demo-data/class-bws-demo-data.php:355
906
  msgid "Demo data successfully installed."
907
  msgstr "Демо-дані успішно встановлені."
908
 
909
+ #: inc/demo-data/class-bws-demo-data.php:357
910
  msgid "View post with shortcodes"
911
  msgstr "Перегляньте запис із шорткодами "
912
 
913
+ #: inc/demo-data/class-bws-demo-data.php:360
914
  msgid "View page with examples"
915
  msgstr "Перегляньте сторінку із прикладами"
916
 
917
+ #: inc/demo-data/class-bws-demo-data.php:369
918
  msgid "Installation of demo data with some errors occurred."
919
  msgstr "Установка демо-даних пройшла з помилками."
920
 
921
+ #: inc/demo-data/class-bws-demo-data.php:372
922
  msgid "Posts data is missing."
923
  msgstr "Контент запису відсутній."
924
 
925
+ #: inc/demo-data/class-bws-demo-data.php:446
926
  msgid "Demo data have already been removed."
927
  msgstr "Демо-дані вже видалені. "
928
 
929
+ #: inc/demo-data/class-bws-demo-data.php:503
930
  msgid "Demo data successfully removed."
931
  msgstr "Демо-дані успішно видалені."
932
 
933
+ #: inc/demo-data/class-bws-demo-data.php:507
934
  msgid "Removing demo data with some errors occurred."
935
  msgstr "Видалення демо-данних пройшло з помилками."
936
 
937
+ #: inc/demo-data/class-bws-demo-data.php:576
938
  msgid "Close notice"
939
  msgstr "Закрити повідомлення"
940
 
941
+ #: inc/demo-data/class-bws-demo-data.php:580
942
  msgid "Install demo data"
943
  msgstr "Встановити демо-дані"
944
 
945
+ #: inc/demo-data/class-bws-demo-data.php:580
946
  msgid "for an acquaintance with the possibilities of the"
947
  msgstr "для ознайомлення із можливостями плагіну"
948
 
949
+ #~ msgid "Sort images by"
950
+ #~ msgstr "Сортувати зображення за"
951
+
952
+ #~ msgid "Sort galleries by"
953
+ #~ msgstr "Сортувати галереї за"
954
+
955
+ #~ msgid "Width (in px)"
956
+ #~ msgstr "Ширина (в px)"
957
+
958
+ #~ msgid "Height (in px)"
959
+ #~ msgstr "Висота (в px)"
960
+
961
+ #~ msgid "Max width (in px)"
962
+ #~ msgstr "Макс. ширина (в px)"
963
+
964
+ #~ msgid "Max height (in px)"
965
+ #~ msgstr "Макс. висота (в px)"
966
+
967
+ #~ msgid "Display text under the image"
968
+ #~ msgstr "Відображати текст під зображенням"
969
 
970
  #~ msgid "Notice:"
971
  #~ msgstr "Зверніть увагу:"
986
  #~ msgid "Download Custom Search"
987
  #~ msgstr "Завантажити Custom Search"
988
 
 
 
 
989
  #~ msgid "URL"
990
  #~ msgstr "Посилання"
991
 
languages/gallery-plugin-zh_CN.mo CHANGED
Binary file
languages/gallery-plugin-zh_CN.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-10-06 15:12+0300\n"
6
- "PO-Revision-Date: 2015-10-06 15:12+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Xiaobo Chen <mibcxb@gmail.com>\n"
9
  "Language: zh_CN\n"
@@ -12,919 +12,968 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
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:45
20
- #: gallery-plugin.php:830
21
- #: gallery-plugin.php:1206
22
- #: gallery-plugin.php:1223
23
  msgid "Settings"
24
  msgstr "设置"
25
 
26
- #: gallery-plugin.php:110
27
  msgid "See images &raquo;"
28
  msgstr "查看影像 &raquo;"
29
 
30
- #: gallery-plugin.php:113
31
  msgid "Return to all albums"
32
  msgstr ""
33
 
34
- #: gallery-plugin.php:342
35
  #, fuzzy, php-format
36
- msgid "The following files '%s' and '%s' were not found in the directory of your theme. Please copy them from the directory `%s` to the directory of your theme for the correct work of the Gallery plugin"
37
- msgstr "在您的主题目录中没有找到文件 \"gallery-template.php\" 和 \"gallery-single-template.php\"。为了画廊插件的正常运行,请从目录 `/wp-content/plugins/gallery-plugin/template/` 中复制他们到您的主题目录中"
 
 
 
 
 
 
38
 
39
- #: gallery-plugin.php:353
40
- #: gallery-plugin.php:362
41
  msgid "Galleries"
42
  msgstr "画廊"
43
 
44
- #: gallery-plugin.php:354
45
- #: gallery-plugin.php:2595
46
  msgid "Gallery"
47
  msgstr "画廊"
48
 
49
- #: gallery-plugin.php:355
50
  msgid "Add New Gallery"
51
  msgstr "新建画廊"
52
 
53
- #: gallery-plugin.php:356
54
  msgid "Edit Gallery"
55
  msgstr "编辑画廊"
56
 
57
- #: gallery-plugin.php:357
58
  msgid "New Gallery"
59
  msgstr "新画廊"
60
 
61
- #: gallery-plugin.php:358
62
  msgid "View Gallery"
63
  msgstr "浏览画廊"
64
 
65
- #: gallery-plugin.php:359
66
  #, fuzzy
67
  msgid "Search Galleries"
68
  msgstr "画廊"
69
 
70
- #: gallery-plugin.php:360
71
  msgid "No Gallery found"
72
  msgstr "没有找到画廊"
73
 
74
- #: gallery-plugin.php:417
75
  msgid "Gallery Shortcode"
76
  msgstr "画廊代码"
77
 
78
- #: gallery-plugin.php:419
79
- #: gallery-plugin.php:460
80
- #: gallery-plugin.php:2581
81
  #, fuzzy
82
  msgid "Gallery Categories"
83
  msgstr "画廊中影像的尺寸"
84
 
85
- #: gallery-plugin.php:429
86
- #: gallery-plugin.php:849
87
  #, fuzzy, php-format
88
- msgid "If you would like to add a Gallery to your page or post, please use %s button"
89
- msgstr "如果您想添加一个画廊到页面或公告中,仅需要将画廊代码放到页面或公告的内容中即可:"
 
 
 
90
 
91
- #: gallery-plugin.php:434
92
  #, php-format
93
- msgid "You can add the Gallery to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode below"
 
 
 
94
  msgstr ""
95
 
96
- #: gallery-plugin.php:440
97
- msgid "Add this shortcode to a page, post or widget to display a single gallery"
 
98
  msgstr ""
99
 
100
- #: gallery-plugin.php:443
101
  #, fuzzy
102
- msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
 
 
103
  msgstr "如果您想显示一个简述,其包含屏幕截图且具有指向一个图集的链接"
104
 
105
- #: gallery-plugin.php:445
106
  msgid "Short display"
107
  msgstr ""
108
 
109
- #: gallery-plugin.php:461
110
  msgid "Most Used"
111
  msgstr ""
112
 
113
- #: gallery-plugin.php:466
114
- #: gallery-plugin.php:939
115
  msgid "Default"
116
  msgstr "默认"
117
 
118
- #: gallery-plugin.php:471
119
  #, fuzzy
120
  msgid "Add New Gallery Category"
121
  msgstr "新建画廊"
122
 
123
- #: gallery-plugin.php:476
124
  #, fuzzy
125
  msgid "Install plugin"
126
  msgstr "安装插件"
127
 
128
- #: gallery-plugin.php:631
129
- #: gallery-plugin.php:1020
130
- #: gallery-plugin.php:2173
131
- #: gallery-plugin.php:2288
132
- #: gallery-plugin.php:2375
133
  msgid "Title"
134
  msgstr "标题"
135
 
136
- #: gallery-plugin.php:632
137
- #: gallery-plugin.php:1025
138
  msgid "Author"
139
  msgstr "作者"
140
 
141
- #: gallery-plugin.php:633
142
  #, fuzzy
143
  msgid "Shortcode"
144
  msgstr "画廊代码"
145
 
146
- #: gallery-plugin.php:634
147
  #, fuzzy
148
  msgid "Photos"
149
  msgstr "照片"
150
 
151
- #: gallery-plugin.php:635
152
- #: gallery-plugin.php:1004
153
- #: gallery-plugin.php:1021
154
  msgid "Date"
155
  msgstr "日期"
156
 
157
- #: gallery-plugin.php:800
158
  msgid "Settings are saved"
159
  msgstr "设置已保存。"
160
 
161
- #: gallery-plugin.php:817
162
  #, fuzzy
163
  msgid "All plugin settings were restored."
164
  msgstr "在插件的设置页面("
165
 
166
- #: gallery-plugin.php:828
167
  msgid "Gallery Settings"
168
  msgstr "画廊设置"
169
 
170
- #: gallery-plugin.php:831
171
- #: gallery-plugin.php:1207
172
- msgid "FAQ"
173
- msgstr "常见问题"
174
-
175
- #: gallery-plugin.php:832
176
  msgid "Go PRO"
177
  msgstr "转到高级版"
178
 
179
- #: gallery-plugin.php:842
180
  msgid "Please enable JavaScript to use the option to renew images."
181
  msgstr "请打开JavaScript以使用选项更新影像"
182
 
183
- #: gallery-plugin.php:854
184
  #, php-format
185
- msgid "You can add the Gallery to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode %s, where * stands for gallery ID"
 
 
 
186
  msgstr ""
187
 
188
- #: gallery-plugin.php:863
189
- msgid "Update images for gallery"
190
- msgstr "为画廊更新影像"
191
-
192
- #: gallery-plugin.php:865
193
- msgid "Update images"
194
- msgstr "更新影像"
195
 
196
- #: gallery-plugin.php:873
197
- msgid "Image size for the album cover"
198
- msgstr "专辑封面的尺寸"
 
 
 
199
 
200
- #: gallery-plugin.php:875
201
- #: gallery-plugin.php:889
202
- #: gallery-plugin.php:913
203
  msgid "Image size"
204
  msgstr "影像尺�
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-03-16 18:16+0300\n"
6
+ "PO-Revision-Date: 2016-03-16 18:16+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Xiaobo Chen <mibcxb@gmail.com>\n"
9
  "Language: zh_CN\n"
12
  "Content-Transfer-Encoding: 8bit\n"
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:45 gallery-plugin.php:882 gallery-plugin.php:1264
20
+ #: gallery-plugin.php:1281
 
 
21
  msgid "Settings"
22
  msgstr "设置"
23
 
24
+ #: gallery-plugin.php:126
25
  msgid "See images &raquo;"
26
  msgstr "查看影像 &raquo;"
27
 
28
+ #: gallery-plugin.php:129
29
  msgid "Return to all albums"
30
  msgstr ""
31
 
32
+ #: gallery-plugin.php:382
33
  #, fuzzy, php-format
34
+ msgid ""
35
+ "The following files '%s' and '%s' were not found in the directory of your "
36
+ "theme. Please copy them from the directory `%s` to the directory of your "
37
+ "theme for the correct work of the Gallery plugin"
38
+ msgstr ""
39
+ "在您的主题目录中没有找到文件 \"gallery-template.php\" 和 \"gallery-single-"
40
+ "template.php\"。为了画廊插件的正常运行,请从目录 `/wp-content/plugins/"
41
+ "gallery-plugin/template/` 中复制他们到您的主题目录中"
42
 
43
+ #: gallery-plugin.php:393 gallery-plugin.php:402
 
44
  msgid "Galleries"
45
  msgstr "画廊"
46
 
47
+ #: gallery-plugin.php:394 gallery-plugin.php:2669
 
48
  msgid "Gallery"
49
  msgstr "画廊"
50
 
51
+ #: gallery-plugin.php:395
52
  msgid "Add New Gallery"
53
  msgstr "新建画廊"
54
 
55
+ #: gallery-plugin.php:396
56
  msgid "Edit Gallery"
57
  msgstr "编辑画廊"
58
 
59
+ #: gallery-plugin.php:397
60
  msgid "New Gallery"
61
  msgstr "新画廊"
62
 
63
+ #: gallery-plugin.php:398
64
  msgid "View Gallery"
65
  msgstr "浏览画廊"
66
 
67
+ #: gallery-plugin.php:399
68
  #, fuzzy
69
  msgid "Search Galleries"
70
  msgstr "画廊"
71
 
72
+ #: gallery-plugin.php:400
73
  msgid "No Gallery found"
74
  msgstr "没有找到画廊"
75
 
76
+ #: gallery-plugin.php:457
77
  msgid "Gallery Shortcode"
78
  msgstr "画廊代码"
79
 
80
+ #: gallery-plugin.php:459 gallery-plugin.php:500 gallery-plugin.php:2652
 
 
81
  #, fuzzy
82
  msgid "Gallery Categories"
83
  msgstr "画廊中影像的尺寸"
84
 
85
+ #: gallery-plugin.php:469 gallery-plugin.php:900
 
86
  #, fuzzy, php-format
87
+ msgid ""
88
+ "If you would like to add a Gallery to your page or post, please use %s button"
89
+ msgstr ""
90
+ "如果您想添加一个画廊到页面或公告中,仅需要将画廊代码放到页面或公告的内容中即"
91
+ "可:"
92
 
93
+ #: gallery-plugin.php:474
94
  #, php-format
95
+ msgid ""
96
+ "You can add the Gallery to your page or post by clicking on %s button in the "
97
+ "content edit block using the Visual mode. If the button isn't displayed, "
98
+ "please use the shortcode below"
99
  msgstr ""
100
 
101
+ #: gallery-plugin.php:480
102
+ msgid ""
103
+ "Add this shortcode to a page, post or widget to display a single gallery"
104
  msgstr ""
105
 
106
+ #: gallery-plugin.php:483
107
  #, fuzzy
108
+ msgid ""
109
+ "Use this shortcode to display an album image with the description and the "
110
+ "link to a single gallery page"
111
  msgstr "如果您想显示一个简述,其包含屏幕截图且具有指向一个图集的链接"
112
 
113
+ #: gallery-plugin.php:485
114
  msgid "Short display"
115
  msgstr ""
116
 
117
+ #: gallery-plugin.php:501
118
  msgid "Most Used"
119
  msgstr ""
120
 
121
+ #: gallery-plugin.php:506 gallery-plugin.php:1164
 
122
  msgid "Default"
123
  msgstr "默认"
124
 
125
+ #: gallery-plugin.php:511
126
  #, fuzzy
127
  msgid "Add New Gallery Category"
128
  msgstr "新建画廊"
129
 
130
+ #: gallery-plugin.php:516
131
  #, fuzzy
132
  msgid "Install plugin"
133
  msgstr "安装插件"
134
 
135
+ #: gallery-plugin.php:674 gallery-plugin.php:2244 gallery-plugin.php:2359
136
+ #: gallery-plugin.php:2446
 
 
 
137
  msgid "Title"
138
  msgstr "标题"
139
 
140
+ #: gallery-plugin.php:675
 
141
  msgid "Author"
142
  msgstr "作者"
143
 
144
+ #: gallery-plugin.php:676
145
  #, fuzzy
146
  msgid "Shortcode"
147
  msgstr "画廊代码"
148
 
149
+ #: gallery-plugin.php:677
150
  #, fuzzy
151
  msgid "Photos"
152
  msgstr "照片"
153
 
154
+ #: gallery-plugin.php:678
 
 
155
  msgid "Date"
156
  msgstr "日期"
157
 
158
+ #: gallery-plugin.php:851
159
  msgid "Settings are saved"
160
  msgstr "设置已保存。"
161
 
162
+ #: gallery-plugin.php:868
163
  #, fuzzy
164
  msgid "All plugin settings were restored."
165
  msgstr "在插件的设置页面("
166
 
167
+ #: gallery-plugin.php:880
168
  msgid "Gallery Settings"
169
  msgstr "画廊设置"
170
 
171
+ #: gallery-plugin.php:883
 
 
 
 
 
172
  msgid "Go PRO"
173
  msgstr "转到高级版"
174
 
175
+ #: gallery-plugin.php:893
176
  msgid "Please enable JavaScript to use the option to renew images."
177
  msgstr "请打开JavaScript以使用选项更新影像"
178
 
179
+ #: gallery-plugin.php:905
180
  #, php-format
181
+ msgid ""
182
+ "You can add the Gallery to your page or post by clicking on %s button in the "
183
+ "content edit block using the Visual mode. If the button isn't displayed, "
184
+ "please use the shortcode %s, where * stands for gallery ID"
185
  msgstr ""
186
 
187
+ #: gallery-plugin.php:915
188
+ msgid "Number of images in the row"
189
+ msgstr "一行中图像的数量"
 
 
 
 
190
 
191
+ #: gallery-plugin.php:917
192
+ #, fuzzy
193
+ msgid ""
194
+ "The number of images per row can be less depending on the width of the "
195
+ "parent block"
196
+ msgstr "一行中图像的数量"
197
 
198
+ #: gallery-plugin.php:921 gallery-plugin.php:947
 
 
199
  msgid "Image size"
200
  msgstr "影像尺�