Gallery by BestWebSoft - Version 4.3.8

Version Description

  • 19.10.2015 =
  • NEW : Ability to change galleries sorting order.
  • Bugfix : We fixed bug with pagination on the edit gallery page.
  • Update : Sort images plugin setting now affect on the displaying in the dashboard too.
Download this release

Release Info

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

Code changes from version 4.3.7 to 4.3.8

Files changed (72) hide show
  1. bws_menu/bws_functions.php +138 -28
  2. bws_menu/bws_menu.php +1 -1
  3. bws_menu/css/general_style.css +57 -8
  4. bws_menu/css/general_style_wp_before_3.8.css +0 -361
  5. bws_menu/images/help.png +0 -0
  6. bws_menu/images/icon_16.png +0 -0
  7. bws_menu/images/icon_16_b.png +0 -0
  8. bws_menu/images/icon_16_c.png +0 -0
  9. bws_menu/images/icon_36.png +0 -0
  10. bws_menu/images/icon_36_b.png +0 -0
  11. bws_menu/images/shortcode-icon.png +0 -0
  12. bws_menu/js/bws_tooltip.js +13 -5
  13. bws_menu/js/general_script.js +11 -5
  14. bws_menu/js/shortcode-button.js +1 -0
  15. bws_menu/languages/bestwebsoft-de_DE.mo +0 -0
  16. bws_menu/languages/bestwebsoft-de_DE.po +150 -106
  17. bws_menu/languages/bestwebsoft-fr_FR.mo +0 -0
  18. bws_menu/languages/bestwebsoft-fr_FR.po +152 -112
  19. bws_menu/languages/bestwebsoft-it_IT.mo +0 -0
  20. bws_menu/languages/bestwebsoft-it_IT.po +151 -109
  21. bws_menu/languages/bestwebsoft-ja.mo +0 -0
  22. bws_menu/languages/bestwebsoft-ja.po +152 -112
  23. bws_menu/languages/bestwebsoft-pt_BR.mo +0 -0
  24. bws_menu/languages/bestwebsoft-pt_BR.po +150 -106
  25. bws_menu/languages/bestwebsoft-ru_RU.mo +0 -0
  26. bws_menu/languages/bestwebsoft-ru_RU.po +150 -106
  27. bws_menu/languages/bestwebsoft-sr_RS.mo +0 -0
  28. bws_menu/languages/bestwebsoft-sr_RS.po +151 -112
  29. bws_menu/languages/bestwebsoft-sv_SE.mo +0 -0
  30. bws_menu/languages/bestwebsoft-sv_SE.po +150 -109
  31. bws_menu/languages/bestwebsoft-uk.mo +0 -0
  32. bws_menu/languages/bestwebsoft-uk.po +151 -110
  33. css/style.css +2 -13
  34. gallery-plugin.php +282 -205
  35. js/script.js +1 -1
  36. languages/gallery-plugin-bg_BG.mo +0 -0
  37. languages/gallery-plugin-bg_BG.po +271 -235
  38. languages/gallery-plugin-cs_CZ.mo +0 -0
  39. languages/gallery-plugin-cs_CZ.po +282 -236
  40. languages/gallery-plugin-de_DE.mo +0 -0
  41. languages/gallery-plugin-de_DE.po +271 -235
  42. languages/gallery-plugin-es_ES.mo +0 -0
  43. languages/gallery-plugin-es_ES.po +285 -230
  44. languages/gallery-plugin-fr_FR.mo +0 -0
  45. languages/gallery-plugin-fr_FR.po +283 -236
  46. languages/gallery-plugin-nl_NL.mo +0 -0
  47. languages/gallery-plugin-nl_NL.po +282 -236
  48. languages/gallery-plugin-pt_BR.mo +0 -0
  49. languages/gallery-plugin-pt_BR.po +274 -229
  50. languages/gallery-plugin-ru_RU.mo +0 -0
  51. languages/gallery-plugin-ru_RU.po +276 -229
  52. languages/gallery-plugin-sk_SK.mo +0 -0
  53. languages/gallery-plugin-sk_SK.po +330 -258
  54. languages/gallery-plugin-sl_SI.mo +0 -0
  55. languages/gallery-plugin-sl_SI.po +282 -234
  56. languages/gallery-plugin-sr_RS.mo +0 -0
  57. languages/gallery-plugin-sr_RS.po +271 -235
  58. languages/gallery-plugin-tr.mo +0 -0
  59. languages/gallery-plugin-tr.po +270 -232
  60. languages/gallery-plugin-uk.mo +0 -0
  61. languages/gallery-plugin-uk.po +276 -229
  62. languages/gallery-plugin-zh_CN.mo +0 -0
  63. languages/gallery-plugin-zh_CN.po +280 -234
  64. readme.txt +13 -5
  65. screenshot-1.png +0 -0
  66. screenshot-2.png +0 -0
  67. screenshot-3.png +0 -0
  68. screenshot-4.png +0 -0
  69. screenshot-5.png +0 -0
  70. screenshot-6.png +0 -0
  71. screenshot-7.png +0 -0
  72. template/gallery-template.php +7 -6
bws_menu/bws_functions.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * General functions for BestWebSoft plugins
4
- * Version: 1.1.2
5
  */
6
 
7
  if ( ! function_exists ( 'bws_add_general_menu' ) ) {
@@ -152,12 +152,34 @@ if ( ! function_exists( 'bws_plugin_reviews_block' ) ) {
152
  }
153
 
154
  if ( ! function_exists( 'bws_go_pro_tab_check' ) ) {
155
- function bws_go_pro_tab_check( $plugin_basename ) {
156
- global $wp_version, $bstwbsftwppdtplgns_options;
157
  $result = array();
158
 
159
  $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : "";
160
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
161
  if ( isset( $_POST['bws_license_submit'] ) && check_admin_referer( $plugin_basename, 'bws_license_nonce_name' ) ) {
162
  if ( '' != $bws_license_key ) {
163
  if ( strlen( $bws_license_key ) != 18 ) {
@@ -306,8 +328,15 @@ if ( ! function_exists( 'bws_go_pro_tab_check' ) ) {
306
  }
307
  }
308
 
 
309
  if ( ! function_exists( 'bws_go_pro_tab' ) ) {
310
  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 ) {
 
 
 
 
 
 
311
  global $wp_version, $bstwbsftwppdtplgns_options;
312
  $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : "";
313
  if ( $pro_plugin_is_activated ) { ?>
@@ -321,7 +350,16 @@ if ( ! function_exists( 'bws_go_pro_tab' ) ) {
321
  <?php _e( "Please, go to", 'bestwebsoft' ); ?> <a href="admin.php?page=<?php echo $pro_page; ?>"><?php _e( 'the setting page', 'bestwebsoft' ); ?></a>
322
  (<?php _e( "You will be redirected automatically in 5 seconds.", 'bestwebsoft' ); ?>)
323
  </p>
324
- <?php } else { ?>
 
 
 
 
 
 
 
 
 
325
  <form method="post" action="admin.php?page=<?php echo $page; ?>&amp;action=go_pro">
326
  <p>
327
  <?php _e( 'You can download and activate', 'bestwebsoft' ); ?>
@@ -607,26 +645,7 @@ if ( ! function_exists( 'bws_plugin_banner_to_settings' ) ) {
607
 
608
  if ( false == strrpos( $banner_url_or_slug, '/' ) ) {
609
  $banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-128x128.png';
610
- }
611
-
612
- if ( 4.2 > $wp_version ) {
613
- $plugin_dir_array = explode( '/', plugin_basename( __FILE__ ) );
614
- $plugin_dir = $plugin_dir_array[0]; ?>
615
- <style type="text/css">
616
- .bws_hide_settings_notice {
617
- width: 11px;
618
- height: 11px;
619
- border: none;
620
- background: url("<?php echo plugins_url( $plugin_dir . '/bws_menu/images/close_banner.png' ); ?>") no-repeat center center;
621
- box-shadow: none;
622
- float: right;
623
- margin: 8px;
624
- }
625
- .bws_hide_settings_notice:hover {
626
- cursor: pointer;
627
- }
628
- </style>
629
- <?php } ?>
630
  <div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
631
  <div class="bws_banner_on_plugin_page">
632
  <div class="icon">
@@ -662,6 +681,33 @@ if ( ! function_exists( 'bws_show_settings_notice' ) ) {
662
  <?php }
663
  }
664
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
665
  if ( ! function_exists ( 'bws_plugins_admin_init' ) ) {
666
  function bws_plugins_admin_init() {
667
  /* Internationalization, first(!) */
@@ -687,7 +733,7 @@ if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) ) {
687
 
688
  if ( ! function_exists ( 'bws_plugins_admin_head' ) ) {
689
  function bws_plugins_admin_head() {
690
- global $bws_shortcode_list, $wp_version;
691
  if ( isset( $_GET['page'] ) && $_GET['page'] == "bws_plugins" ) { ?>
692
  <noscript>
693
  <style type="text/css">
@@ -696,7 +742,30 @@ if ( ! function_exists ( 'bws_plugins_admin_head' ) ) {
696
  }
697
  </style>
698
  </noscript>
699
- <?php }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
700
  if ( ! empty( $bws_shortcode_list ) ) { ?>
701
  <!-- TinyMCE Shortcode Plugin -->
702
  <script type='text/javascript'>
@@ -713,7 +782,25 @@ if ( ! function_exists ( 'bws_plugins_admin_head' ) ) {
713
  };
714
  </script>
715
  <!-- TinyMCE Shortcode Plugin -->
716
- <?php }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
717
  }
718
  }
719
 
@@ -754,7 +841,8 @@ if ( ! class_exists( 'BWS_admin_tooltip' ) ) {
754
  'pos-left' => 0,
755
  'pos-top' => 0,
756
  'zindex' => 10000
757
- ),
 
758
  );
759
  $tooltip_args = array_merge( $tooltip_args_default, $tooltip_args );
760
  /* Check that our merged array has default values */
@@ -944,6 +1032,28 @@ if ( ! function_exists( 'bws_shortcode_media_button_popup' ) ) {
944
  }
945
  }
946
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
947
  add_action( 'admin_init', 'bws_plugins_admin_init' );
948
  add_action( 'admin_enqueue_scripts', 'bws_admin_enqueue_scripts' );
949
  add_action( 'admin_head', 'bws_plugins_admin_head' );
1
  <?php
2
  /*
3
  * General functions for BestWebSoft plugins
4
+ * Version: 1.1.3
5
  */
6
 
7
  if ( ! function_exists ( 'bws_add_general_menu' ) ) {
152
  }
153
 
154
  if ( ! function_exists( 'bws_go_pro_tab_check' ) ) {
155
+ function bws_go_pro_tab_check( $plugin_basename, $plugin_options_name = false, $is_network_option = false ) {
156
+ global $wp_version, $bstwbsftwppdtplgns_options, $current_user;
157
  $result = array();
158
 
159
  $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : "";
160
 
161
+ if ( ! empty( $plugin_options_name ) && isset( $_POST['bws_hide_premium_options_submit'] ) && check_admin_referer( $plugin_basename, 'bws_license_nonce_name' ) ) {
162
+ if ( ! $current_user )
163
+ get_currentuserinfo();
164
+
165
+ $plugin_options = ( $is_network_option ) ? get_site_option( $plugin_options_name ) : get_option( $plugin_options_name );
166
+
167
+ if ( !empty( $plugin_options['hide_premium_options'] ) ) {
168
+
169
+ $key = array_search( $current_user->ID, $plugin_options['hide_premium_options'] );
170
+ if ( false !== $key ) {
171
+ unset( $plugin_options['hide_premium_options'][ $key ] );
172
+ }
173
+
174
+ if ( $is_network_option )
175
+ update_site_option( $plugin_options_name, $plugin_options );
176
+ else
177
+ update_option( $plugin_options_name, $plugin_options );
178
+
179
+ $result['message'] = __( 'Check premium options on the plugin settings page!', 'bestwebsoft' );
180
+ }
181
+ }
182
+
183
  if ( isset( $_POST['bws_license_submit'] ) && check_admin_referer( $plugin_basename, 'bws_license_nonce_name' ) ) {
184
  if ( '' != $bws_license_key ) {
185
  if ( strlen( $bws_license_key ) != 18 ) {
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;
341
  $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : "";
342
  if ( $pro_plugin_is_activated ) { ?>
350
  <?php _e( "Please, go to", 'bestwebsoft' ); ?> <a href="admin.php?page=<?php echo $pro_page; ?>"><?php _e( 'the setting page', 'bestwebsoft' ); ?></a>
351
  (<?php _e( "You will be redirected automatically in 5 seconds.", 'bestwebsoft' ); ?>)
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' ); ?>" />
359
+ <?php wp_nonce_field( $plugin_basename, 'bws_license_nonce_name' ); ?>
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' ); ?>
645
 
646
  if ( false == strrpos( $banner_url_or_slug, '/' ) ) {
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">
681
  <?php }
682
  }
683
 
684
+ if ( ! function_exists( 'bws_hide_premium_options' ) ) {
685
+ function bws_hide_premium_options( $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(
693
+ 'message' => __( 'You can always look at premium options by clicking on the "Show Pro features" in the "Go PRO" tab', 'bestwebsoft' ),
694
+ 'options' => $options );
695
+ }
696
+ }
697
+
698
+ if ( ! function_exists( 'bws_hide_premium_options_check' ) ) {
699
+ function bws_hide_premium_options_check( $options ) {
700
+ global $current_user;
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;
708
+ }
709
+ }
710
+
711
  if ( ! function_exists ( 'bws_plugins_admin_init' ) ) {
712
  function bws_plugins_admin_init() {
713
  /* Internationalization, first(!) */
733
 
734
  if ( ! function_exists ( 'bws_plugins_admin_head' ) ) {
735
  function bws_plugins_admin_head() {
736
+ global $bws_shortcode_list, $wp_version, $post_type;
737
  if ( isset( $_GET['page'] ) && $_GET['page'] == "bws_plugins" ) { ?>
738
  <noscript>
739
  <style type="text/css">
742
  }
743
  </style>
744
  </noscript>
745
+ <?php }
746
+ if ( 4.2 > $wp_version ) {
747
+ $plugin_dir_array = explode( '/', plugin_basename( __FILE__ ) );
748
+ $plugin_dir = $plugin_dir_array[0]; ?>
749
+ <style type="text/css">
750
+ .bws_hide_settings_notice,
751
+ .bws_hide_premium_options {
752
+ width: 11px;
753
+ height: 11px;
754
+ border: none;
755
+ background: url("<?php echo plugins_url( $plugin_dir . '/bws_menu/images/close_banner.png' ); ?>") no-repeat center center;
756
+ box-shadow: none;
757
+ float: right;
758
+ margin: 8px;
759
+ }
760
+ .bws_hide_settings_notice:hover,
761
+ .bws_hide_premium_options:hover {
762
+ cursor: pointer;
763
+ }
764
+ .bws_hide_premium_options {
765
+ position: relative;
766
+ }
767
+ </style>
768
+ <?php }
769
  if ( ! empty( $bws_shortcode_list ) ) { ?>
770
  <!-- TinyMCE Shortcode Plugin -->
771
  <script type='text/javascript'>
782
  };
783
  </script>
784
  <!-- TinyMCE Shortcode Plugin -->
785
+ <?php if ( isset( $post_type ) && in_array( $post_type, array( 'post', 'page' ) ) ) {
786
+ $tooltip_args = array(
787
+ 'tooltip_id' => 'bws_shortcode_button_tooltip',
788
+ 'css_selector' => '.mce-bws_shortcode_button',
789
+ 'actions' => array(
790
+ 'click' => false,
791
+ 'onload' => true
792
+ ),
793
+ 'content' => '<h3>' . __( 'Add shortcode', 'bestwebsoft' ) . '</h3><p>' . __( "Add BestWebSoft plugins' shortcodes using this button.", 'bestwebsoft' ) . '</p>',
794
+ 'position' => array(
795
+ 'edge' => 'right'
796
+ ),
797
+ 'set_timeout' => 2000
798
+ );
799
+ if ( $wp_version < '3.9' )
800
+ $tooltip_args['css_selector'] = '.mce_add_bws_shortcode';
801
+ bws_add_tooltip_in_admin( $tooltip_args );
802
+ }
803
+ }
804
  }
805
  }
806
 
841
  'pos-left' => 0,
842
  'pos-top' => 0,
843
  'zindex' => 10000
844
+ ),
845
+ 'set_timeout' => 0
846
  );
847
  $tooltip_args = array_merge( $tooltip_args_default, $tooltip_args );
848
  /* Check that our merged array has default values */
1032
  }
1033
  }
1034
 
1035
+ /* add help tab */
1036
+ if ( ! function_exists( 'bws_help_tab' ) ) {
1037
+ function bws_help_tab( $screen, $args ) {
1038
+ $content = '<p><a href="http://support.bestwebsoft.com/hc/en-us/sections/' . $args['section'] . '" target="_blank">' . __( 'Visit Help Center', 'bestwebsoft' ) . '</a></p>';
1039
+
1040
+ $screen->add_help_tab(
1041
+ array(
1042
+ 'id' => $args['id'] . '_help_tab',
1043
+ 'title' => __( 'FAQ', 'bestwebsoft' ),
1044
+ 'content' => $content
1045
+ )
1046
+ );
1047
+
1048
+ $screen->set_help_sidebar(
1049
+ '<p><strong>' . __( 'For more information:', 'bestwebsoft' ) . '</strong></p>' .
1050
+ '<p><a href="https://drive.google.com/folderview?id=0B5l8lO-CaKt9VGh0a09vUjNFNjA&usp=sharing#list" target="_blank">' . __( 'Documentation', 'bestwebsoft' ) . '</a></p>' .
1051
+ '<p><a href="http://www.youtube.com/user/bestwebsoft/playlists?flow=grid&sort=da&view=1" target="_blank">' . __( 'Video Instructions', 'bestwebsoft' ) . '</a></p>' .
1052
+ '<p><a href="http://support.bestwebsoft.com/hc/en-us/requests/new" target="_blank">' . __( 'Submit a Request', 'bestwebsoft' ) . '</a></p>'
1053
+ );
1054
+ }
1055
+ }
1056
+
1057
  add_action( 'admin_init', 'bws_plugins_admin_init' );
1058
  add_action( 'admin_enqueue_scripts', 'bws_admin_enqueue_scripts' );
1059
  add_action( 'admin_head', 'bws_plugins_admin_head' );
bws_menu/bws_menu.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
- * Version: 1.7.4
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
+ * Version: 1.7.7
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
bws_menu/css/general_style.css CHANGED
@@ -81,6 +81,9 @@ td.bws_pro_version_tooltip {
81
  position: absolute;
82
  z-index: 1;
83
  }
 
 
 
84
  .bws_pro_version_table_bloc table.bws_pro_version {
85
  background: transparent;
86
  margin: 0;
@@ -252,6 +255,14 @@ div.bws_banner_on_plugin_page .icon {
252
  margin: 8px;
253
  cursor: pointer;
254
  }
 
 
 
 
 
 
 
 
255
  /* #### Mobile Phones Portrait or Landscape #### */
256
  @media screen and (max-device-width: 768px) {
257
  .bws_banner_on_plugin_page .text,
@@ -285,7 +296,9 @@ span.bws_code {
285
  position: relative;
286
  margin: 3px 5px;
287
  width: 28px;
288
- display: inline-block;
 
 
289
  vertical-align: middle;
290
  }
291
  .bws_help_box.dashicons-editor-help {
@@ -299,9 +312,8 @@ span.bws_code {
299
  color: #2ea2cc;
300
  }
301
  .bws_hidden_help_text {
302
- background: #F4F4F4;
303
  border: 1px solid #DCDCDC;
304
- border-radius: 4px;
305
  left: 40px;
306
  padding: 5px;
307
  position: absolute;
@@ -310,18 +322,44 @@ span.bws_code {
310
  display: none;
311
  color: #333;
312
  font-size: 12px;
 
 
313
  }
314
  .dashicons-editor-help .bws_hidden_help_text {
315
  left: 30px;
316
  top: -6px;
317
  }
 
318
  .bws_hidden_help_text:before {
319
- content: url("../images/help.png");
320
- left: -10px;
321
  position: absolute;
 
 
 
 
322
  top: 7px;
323
  direction: ltr;
324
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
325
  .bws_help_box:hover .bws_hidden_help_text {
326
  display: inline-block;
327
  z-index: 1001;
@@ -335,11 +373,11 @@ span.bws_code {
335
  .bws_help_box_right.dashicons-editor-help .bws_hidden_help_text,
336
  .rtl .dashicons-editor-help .bws_hidden_help_text {
337
  right: 30px;
338
- top: 0;
339
  }
340
  .bws_help_box_right .bws_hidden_help_text:before,
341
- .rtl .bws_hidden_help_text:before {
342
- top: 0;
 
343
  left: auto;
344
  right: -10px;
345
  -webkit-transform: rotate(180deg); /* Chrome y Safari */
@@ -347,12 +385,23 @@ span.bws_code {
347
  -o-transform: rotate(180deg); /* Opera */
348
  transform: rotate(180deg);
349
  }
 
 
 
 
 
 
 
 
350
 
351
  /* bws shortcode insert */
352
  #bws_shortcode_content,
353
  #bws_shortcode_select_plugin {
354
  margin-bottom: 10px;
355
  }
 
 
 
356
  #bws_shortcode_popup_block h4 {
357
  padding: 0;
358
  line-height: 2.5;
81
  position: absolute;
82
  z-index: 1;
83
  }
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;
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,
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;
303
  }
304
  .bws_help_box.dashicons-editor-help {
312
  color: #2ea2cc;
313
  }
314
  .bws_hidden_help_text {
315
+ background: #fff;
316
  border: 1px solid #DCDCDC;
 
317
  left: 40px;
318
  padding: 5px;
319
  position: absolute;
322
  display: none;
323
  color: #333;
324
  font-size: 12px;
325
+ font-family: "Open Sans",sans-serif;
326
+ text-align: left;
327
  }
328
  .dashicons-editor-help .bws_hidden_help_text {
329
  left: 30px;
330
  top: -6px;
331
  }
332
+ .bws_hidden_help_text:after,
333
  .bws_hidden_help_text:before {
 
 
334
  position: absolute;
335
+ content: "";
336
+ width: 0;
337
+ height: 0;
338
+ left: -10px;
339
  top: 7px;
340
  direction: ltr;
341
  }
342
+ .bws_hidden_help_text:before {
343
+ border-top: 8px solid transparent;
344
+ border-bottom: 8px solid transparent;
345
+ border-right: 11px solid #DCDCDC;
346
+ z-index: -1;
347
+ margin-top: -1px;
348
+ margin-left: -2px;
349
+ }
350
+ .bws_hidden_help_text:after {
351
+ border-top: 7px solid transparent;
352
+ border-bottom: 7px solid transparent;
353
+ border-right: 10px solid #fff;
354
+ }
355
+ .bws_hidden_help_text:after {
356
+ border-top: 7px solid transparent;
357
+ border-bottom: 7px solid transparent;
358
+ border-right: 10px solid #fff;
359
+ }
360
+ .bws_hidden_help_text code {
361
+ padding: 2px 5px 1px;
362
+ }
363
  .bws_help_box:hover .bws_hidden_help_text {
364
  display: inline-block;
365
  z-index: 1001;
373
  .bws_help_box_right.dashicons-editor-help .bws_hidden_help_text,
374
  .rtl .dashicons-editor-help .bws_hidden_help_text {
375
  right: 30px;
 
376
  }
377
  .bws_help_box_right .bws_hidden_help_text:before,
378
+ .rtl .bws_hidden_help_text:before,
379
+ .rtl .bws_hidden_help_text:after,
380
+ .bws_help_box_right .bws_hidden_help_text:after {
381
  left: auto;
382
  right: -10px;
383
  -webkit-transform: rotate(180deg); /* Chrome y Safari */
385
  -o-transform: rotate(180deg); /* Opera */
386
  transform: rotate(180deg);
387
  }
388
+ .rtl .bws_hidden_help_text {
389
+ text-align: right;
390
+ }
391
+ .bws_help_box_right .bws_hidden_help_text:before,
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 {
400
  margin-bottom: 10px;
401
  }
402
+ #bws_shortcode_content * {
403
+ white-space: normal;
404
+ }
405
  #bws_shortcode_popup_block h4 {
406
  padding: 0;
407
  line-height: 2.5;
bws_menu/css/general_style_wp_before_3.8.css DELETED
@@ -1,361 +0,0 @@
1
- #adminmenu #toplevel_page_bws_plugins div.wp-menu-image {
2
- background: url("../images/icon_16.png") no-repeat scroll center center transparent;
3
- }
4
- #wpadminbar li#wp-admin-bar-pdfprnt-bar-menu a:hover span.admin-bar-menu-bws-icon {
5
- background: url("../images/icon_16_c.png") no-repeat scroll center center transparent;
6
- }
7
- #adminmenu #toplevel_page_bws_plugins:hover div.wp-menu-image,
8
- #adminmenu #toplevel_page_bws_plugins.wp-has-current-submenu div.wp-menu-image {
9
- background: url("../images/icon_16_c.png") no-repeat scroll center center transparent;
10
- }
11
- .wrap #icon-options-general.icon32-bws {
12
- background: url("../images/icon_36.png") no-repeat scroll left top transparent;
13
- }
14
- #toplevel_page_bws_plugins .wp-submenu .wp-first-item {
15
- display: none;
16
- }
17
- .bws_info {
18
- color: #888888;
19
- font-size: 10px;
20
- }
21
- /*
22
- * styles for rate-support div on the settings page
23
- */
24
- .bws-plugin-reviews {
25
- background: none repeat scroll 0 0 #BEE1F1;
26
- border: 1px solid #70A8C2;
27
- border-radius: 3px;
28
- max-width: 700px;
29
- }
30
- .bws-plugin-reviews-rate {
31
- padding: 10px;
32
- border-bottom: 1px dashed #70A8C2;
33
- }
34
- .bws-plugin-reviews-support {
35
- padding: 10px;
36
- }
37
- /*
38
- * styles for Go PRO tab
39
- */
40
- .bws_go_pro_tab {
41
- background-color: #2A95C5;
42
- border-color: #11688F;
43
- color: #FFFFFF;
44
- font-weight: normal !important;
45
- text-shadow: none;
46
- }
47
- .bws_go_pro_tab:hover {
48
- background-color: #2080AB;
49
- color: #FFFFFF;
50
- border-color: #11688F;
51
- }
52
- /*
53
- * styles for pro_version settings and tooltip
54
- */
55
- td.bws_pro_version,
56
- tr.bws_pro_version,
57
- .nav-tab.bws_plugin_menu_pro_version,
58
- .nav-tab.bws_plugin_menu_pro_version:hover {
59
- background: rgba(248, 226, 104, 0.11) url("../images/pattern_bg.png");
60
- border: 1px solid #AAA;
61
- }
62
- .nav-tab.bws_plugin_menu_pro_version:hover {
63
- color: #AAAAAA;
64
- }
65
- td.bws_pro_version_tooltip {
66
- border: 1px solid #AAA;
67
- position: inherit;
68
- }
69
- .bws_pro_version_bloc {
70
- position: relative;
71
- margin: 5px 0;
72
- border: 1px solid #AAAAAA;
73
- max-width: 800px;
74
- overflow: hidden;
75
- }
76
- .bws_table_bg {
77
- background: #f8e268 url("../images/pattern.png");
78
- opacity: 0.11;
79
- filter:progid:DXImageTransform.Microsoft.Alpha(opacity=11); /* IE 5.5+*/
80
- -moz-opacity: 0.11; /* Mozilla 1.6 и ниже */
81
- width: 100%;
82
- height: 100%;
83
- position: absolute;
84
- z-index: 1;
85
- }
86
- .bws_pro_version_table_bloc table.bws_pro_version {
87
- background: transparent;
88
- margin: 0;
89
- border: none;
90
- width: 100%;
91
- }
92
- table.bws_pro_version {
93
- background: #E0E0E0;
94
- border: 1px solid #AAA;
95
- margin-bottom: 5px;
96
- width: auto;
97
- }
98
- table.bws_pro_version tbody {
99
- display: block;
100
- }
101
- table.bws_pro_version th,
102
- table.bws_pro_version td {
103
- padding-left: 10px;
104
- }
105
- .bws_pro_version_tooltip {
106
- background: #FFF;
107
- border-top: 1px solid #AAA;
108
- position: relative;
109
- z-index: 2;
110
- padding: 10px;
111
- font-size: 14px;
112
- }
113
- .bws_pro_version_tooltip .bws_button {
114
- background: #dd5738;
115
- border: none;
116
- text-decoration: none;
117
- color: #fff;
118
- padding: 5px 17px;
119
- border-radius: 2px;
120
- margin: 5px 10px;
121
- float: right;
122
- }
123
- .bws_pro_version_tooltip .bws_info {
124
- float: left;
125
- padding-top: 10px;
126
- font-size: 14px;
127
- color: #444;
128
- }
129
- .bws_pro_version_tooltip .bws_pro_links {
130
- float: right;
131
- }
132
- .bws_pro_version_tooltip .bws_trial_info {
133
- padding-top: 10px;
134
- display: inline-block;
135
- }
136
- div.bws_pro_version {
137
- padding: 5px 10px;
138
- }
139
- a.bws_plugin_pro_version {
140
- display: block;
141
- background: rgba(248, 226, 104, 0.11) url("../images/pattern_bg.png");
142
- border: 1px solid #AAA;
143
- padding: 5px;
144
- text-decoration: none;
145
- color: #666;
146
- }
147
- .bws_pro_version_single_link,
148
- .bws_pro_version_single_link:hover {
149
- text-decoration: none;
150
- color: #666;
151
- }
152
- /* style for mini-block (ex. google map) */
153
- .bws_pro_version_bloc_mini .bws_pro_version_table_bloc table.bws_pro_version {
154
- width: auto;
155
- }
156
- .bws_pro_version_bloc_mini .bws_pro_version_tooltip {
157
- padding: 10px 61px;
158
- text-align: center;
159
- width: 200px;
160
- }
161
- .bws_pro_version_bloc_mini .bws_pro_version_tooltip a {
162
- display: inline-block;
163
- line-height: 1.5;
164
- }
165
- .bws_pro_version_bloc_mini .bws_pro_version_tooltip .bws_button {
166
- margin: 10px 10px 5px;
167
- padding: 5px 50px;
168
- float: none;
169
- }
170
- /* #### Mobile Phones Portrait or Landscape #### */
171
- @media screen and (max-device-width: 768px) {
172
- .bws_pro_version_tooltip {
173
- padding: 10px;
174
- text-align: center;
175
- }
176
- .bws_pro_version_tooltip .bws_info {
177
- float: none;
178
- text-align: center;
179
- }
180
- .bws_pro_version_tooltip a {
181
- display: inline-block;
182
- line-height: 1.5;
183
- }
184
- .bws_pro_version_tooltip .bws_info a {
185
- display: block;
186
- }
187
- .bws_pro_version_tooltip .bws_button {
188
- margin: 10px 10px 5px;
189
- padding: 5px 50px;
190
- float: none;
191
- }
192
- }
193
- /*
194
- * styles for banner
195
- */
196
- .bws_banner_on_plugin_page {
197
- border: 1px solid #d4d4d4;
198
- background: #FFF;
199
- position: relative;
200
- overflow: hidden;
201
- margin: 12px 0;
202
- background: #ECECEC;
203
- -moz-border-radius: 3px;
204
- -webkit-border-radius: 3px;
205
- border-radius: 3px;
206
- }
207
- .bws_banner_on_plugin_page .text {
208
- color: #000;
209
- font-size: 15px;
210
- line-height: 26px;
211
- margin: 18px 18px 14px;
212
- float: left;
213
- width: auto;
214
- max-width: 80%;
215
- }
216
- .bws_banner_on_plugin_page .text span {
217
- font-size: 12px;
218
- opacity: 0.7;
219
- }
220
- div.bws_banner_on_plugin_page .button {
221
- float: right;
222
- border: none;
223
- font-size: 14px;
224
- margin: 18px 16px;
225
- padding: 14px 29px;
226
- color: #FFF;
227
- text-shadow: none;
228
- font-weight: bold;
229
- background: #0074A2;
230
- -moz-border-radius: 3px;
231
- border-radius: 3px;
232
- -webkit-border-radius: 3px;
233
- text-decoration: none;
234
- height: 50px;
235
- text-align: center;
236
- text-transform: uppercase;
237
- box-shadow: none;
238
- -moz-box-sizing: border-box;
239
- -webkit-box-sizing: border-box;
240
- box-sizing: border-box;
241
- }
242
- .bws_banner_on_plugin_page .button:hover,
243
- .bws_banner_on_plugin_page .button:focus {
244
- background: #222;
245
- color: #FFF;
246
- }
247
- div.bws_banner_on_plugin_page .icon {
248
- float: left;
249
- margin: 12px 8px 8px 12px;
250
- }
251
- .bws_banner_on_plugin_page .icon img {
252
- max-width: 60px;
253
- }
254
- .bws_banner_on_plugin_page .text + .icon {
255
- display: none;
256
- }
257
- .bws_banner_on_plugin_page .close_icon {
258
- float: right;
259
- margin: 8px;
260
- cursor: pointer;
261
- }
262
- /* #### Mobile Phones Portrait or Landscape #### */
263
- @media screen and (max-device-width: 768px) {
264
- .bws_banner_on_plugin_page .text,
265
- .bws_banner_on_plugin_page .icon,
266
- .bws_banner_on_plugin_page .button_div,
267
- .bws_banner_on_plugin_page .button {
268
- float: none;
269
- text-align: center;
270
- }
271
- .bws_banner_on_plugin_page .icon {
272
- position: relative;
273
- left: 8px;
274
- }
275
- }
276
- /* display shortcodes */
277
- span.bws_code {
278
- background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
279
- font-size: 13px;
280
- margin: 0 1px;
281
- padding: 3px 5px 2px;
282
- }
283
- /*
284
- * styles help tooltips
285
- */
286
- .bws_help_box {
287
- background-image: url("../images/tooltip_icons.png");
288
- background-repeat: no-repeat;
289
- cursor: pointer;
290
- height: 28px;
291
- position: relative;
292
- margin: 3px 5px;
293
- width: 28px;
294
- display: inline-block;
295
- vertical-align: middle;
296
- }
297
- .bws_hidden_help_text {
298
- background: #F4F4F4;
299
- border: 1px solid #DCDCDC;
300
- border-radius: 4px;
301
- left: 40px;
302
- padding: 5px 10px;
303
- position: absolute;
304
- width: auto;
305
- line-height: 1.5;
306
- display: none;
307
- }
308
- .bws_hidden_help_text:before {
309
- content: url("../images/help.png");
310
- left: -10px;
311
- position: absolute;
312
- top: 7px;
313
- direction: ltr;
314
- }
315
- .bws_help_box:hover .bws_hidden_help_text {
316
- display: block;
317
- z-index: 1001;
318
- }
319
- /* RTL styles */
320
- .rtl .bws_hidden_help_text {
321
- left: auto;
322
- right: 40px;
323
- }
324
- .rtl .bws_hidden_help_text:before {
325
- top: 0;
326
- left: auto;
327
- right: -10px;
328
- -webkit-transform: rotate(180deg); /* Chrome y Safari */
329
- -moz-transform: rotate(180deg); /* Firefox */
330
- -o-transform: rotate(180deg); /* Opera */
331
- transform: rotate(180deg);
332
- }
333
-
334
- /* bws shortcode insert */
335
- #bws_shortcode_popup_block h4 {
336
- padding: 0;
337
- line-height: 2.5;
338
- text-transform: uppercase;
339
- }
340
- #bws_shortcode_content_bottom p {
341
- font-style: italic;
342
- color: #666;
343
- }
344
- #bws_shortcode_block {
345
- background-color: #fdfdfd;
346
- border: 1px solid #dfdfdf;
347
- overflow: auto;
348
- padding: 10px;
349
- }
350
- #bws_shortcode_display {
351
- margin: 0 auto;
352
- }
353
- #bws_shortcode_content fieldset label {
354
- margin-top: 5px;
355
- display: inline-block;
356
- }
357
- #bws_shortcode_content .title {
358
- margin-right: 5px;
359
- margin-left: 5px;
360
- line-height: 2.5;
361
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bws_menu/images/help.png DELETED
Binary file
bws_menu/images/icon_16.png DELETED
Binary file
bws_menu/images/icon_16_b.png DELETED
Binary file
bws_menu/images/icon_16_c.png DELETED
Binary file
bws_menu/images/icon_36.png DELETED
Binary file
bws_menu/images/icon_36_b.png DELETED
Binary file
bws_menu/images/shortcode-icon.png CHANGED
Binary file
bws_menu/js/bws_tooltip.js CHANGED
@@ -7,11 +7,11 @@
7
  jQuery.bwsTooltip = function( pointer_options ) {
8
  var pointer_buttons = pointer_options['buttons'];
9
  /* extend pointer options - add close button */
10
- pointer_options = $.extend(pointer_options, {
11
  buttons: function(event, t) {
12
  var button;
13
  /* check and add dismiss-type buttons */
14
- for( var but in pointer_buttons ) {
15
  if ( typeof pointer_buttons[ but ]['type'] != 'undefined' && pointer_buttons[ but ]['type'] == 'dismiss' && typeof pointer_buttons[ but ]['text'] != 'undefined' && pointer_buttons[ but ]['text'] != '' ) {
16
  button += '<a style="margin:0px 5px 2px;" class="button-secondary">' + pointer_buttons[ but ]['text'] + '</a>';
17
  }
@@ -37,8 +37,7 @@
37
  cssSelector.pointer(pointer_options).pointer({
38
  pointerClass: 'wp-pointer ' + pointer_options["tooltip_id"],
39
  content: pointer_options['content'],
40
- position:
41
- {
42
  edge: pointer_options['position']['edge'],
43
  align: pointer_options['position']['align'],
44
  },
@@ -64,10 +63,19 @@
64
  $( "." + pointer_options["tooltip_id"] ).css({ "z-index": pointer_options['position']['zindex'] });
65
  }
66
  }
 
67
  /* display pointer for the first time */
68
  if ( pointer_options['actions']['onload'] ) {
69
- displayPointer( $( pointer_options['css_selector'] ) );
 
 
 
 
 
 
 
70
  }
 
71
  /* display pointer when clicked on selector */
72
  if ( pointer_options['actions']['click'] ) {
73
  $( pointer_options['css_selector'] ).click( function () {
7
  jQuery.bwsTooltip = function( pointer_options ) {
8
  var pointer_buttons = pointer_options['buttons'];
9
  /* extend pointer options - add close button */
10
+ pointer_options = $.extend( pointer_options, {
11
  buttons: function(event, t) {
12
  var button;
13
  /* check and add dismiss-type buttons */
14
+ for ( var but in pointer_buttons ) {
15
  if ( typeof pointer_buttons[ but ]['type'] != 'undefined' && pointer_buttons[ but ]['type'] == 'dismiss' && typeof pointer_buttons[ but ]['text'] != 'undefined' && pointer_buttons[ but ]['text'] != '' ) {
16
  button += '<a style="margin:0px 5px 2px;" class="button-secondary">' + pointer_buttons[ but ]['text'] + '</a>';
17
  }
37
  cssSelector.pointer(pointer_options).pointer({
38
  pointerClass: 'wp-pointer ' + pointer_options["tooltip_id"],
39
  content: pointer_options['content'],
40
+ position: {
 
41
  edge: pointer_options['position']['edge'],
42
  align: pointer_options['position']['align'],
43
  },
63
  $( "." + pointer_options["tooltip_id"] ).css({ "z-index": pointer_options['position']['zindex'] });
64
  }
65
  }
66
+
67
  /* display pointer for the first time */
68
  if ( pointer_options['actions']['onload'] ) {
69
+ if ( pointer_options['set_timeout'] > 0 ) {
70
+ var settime = parseInt( pointer_options['set_timeout'] );
71
+ setTimeout( function() {
72
+ displayPointer( $( pointer_options['css_selector'] ) );
73
+ }, settime );
74
+ } else {
75
+ displayPointer( $( pointer_options['css_selector'] ) );
76
+ }
77
  }
78
+
79
  /* display pointer when clicked on selector */
80
  if ( pointer_options['actions']['click'] ) {
81
  $( pointer_options['css_selector'] ).click( function () {
bws_menu/js/general_script.js CHANGED
@@ -1,17 +1,23 @@
 
 
 
 
 
 
 
1
  (function($) {
2
  $( document ).ready( function() {
3
  /**
4
  * add notice about changing on the settings page
5
  */
6
- $( '.bws_form input, .bws_form textarea, .bws_form select' ).bind( "change click select", function() {
7
  if ( $( this ).attr( 'type' ) != 'submit' && ! $( this ).hasClass( 'bws_no_bind_notice' ) ) {
8
- $( '.updated.fade, .error' ).css( 'display', 'none' );
9
- $( '#bws_save_settings_notice' ).css( 'display', 'block' );
10
  };
11
  });
12
  $( '.bws_save_anchor' ).on( "click", function( event ) {
13
  event.preventDefault();
14
  $( '.bws_form #bws-submit-button' ).click();
15
- });
16
  });
17
- })(jQuery);
1
+ function bws_show_settings_notice() {
2
+ (function($) {
3
+ $( '.updated.fade, .error' ).css( 'display', 'none' );
4
+ $( '#bws_save_settings_notice' ).css( 'display', 'block' );
5
+ })(jQuery);
6
+ }
7
+
8
  (function($) {
9
  $( document ).ready( function() {
10
  /**
11
  * add notice about changing on the settings page
12
  */
13
+ $( '.bws_form input, .bws_form textarea, .bws_form select' ).bind( "change paste select", function() {
14
  if ( $( this ).attr( 'type' ) != 'submit' && ! $( this ).hasClass( 'bws_no_bind_notice' ) ) {
15
+ bws_show_settings_notice();
 
16
  };
17
  });
18
  $( '.bws_save_anchor' ).on( "click", function( event ) {
19
  event.preventDefault();
20
  $( '.bws_form #bws-submit-button' ).click();
21
+ });
22
  });
23
+ })(jQuery);
bws_menu/js/shortcode-button.js CHANGED
@@ -12,6 +12,7 @@
12
  init : function( ed, url ) {
13
  ed.addButton( 'add_bws_shortcode', {
14
  title : bws_shortcode_button.title,
 
15
  image : bws_shortcode_button.icon_url,
16
  onclick: function() {
17
  if ( bws_shortcode_button.wp_version < '3.9' ) {
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' ) {
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-09-17 16:00+0300\n"
6
- "PO-Revision-Date: 2015-09-17 16:00+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,273 +18,281 @@ msgstr ""
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: bws_functions.php:29
22
- #: bws_functions.php:53
23
  msgid "requires"
24
  msgstr ""
25
 
26
- #: bws_functions.php:31
27
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
28
  msgstr ""
29
 
30
- #: bws_functions.php:32
31
  msgid "Back to the WordPress"
32
  msgstr ""
33
 
34
  # @ captcha
35
- #: bws_functions.php:34
36
  #, fuzzy
37
  msgid "Plugins page"
38
  msgstr "BWS Plugins"
39
 
40
- #: bws_functions.php:55
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:112
45
  msgid "It’s time to upgrade your"
46
  msgstr ""
47
 
48
- #: bws_functions.php:112
49
  msgid "to"
50
  msgstr ""
51
 
52
  # @ captcha
53
- #: bws_functions.php:112
54
  #, fuzzy
55
  msgid "version!"
56
  msgstr "PHP Version"
57
 
58
- #: bws_functions.php:113
59
  msgid "Extend standard plugin functionality with new great options."
60
  msgstr ""
61
 
62
  # @ captcha
63
- #: bws_functions.php:116
64
- #: bws_functions.php:513
65
  #, fuzzy
66
  msgid "Learn More"
67
  msgstr "Lesen Sie mehr"
68
 
69
- #: bws_functions.php:133
70
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
71
  msgstr ""
72
 
73
  # @ captcha
74
- #: bws_functions.php:134
75
  #, fuzzy
76
  msgid "Rate the plugin"
77
  msgstr "Aktivierte Plugins"
78
 
79
  # @ captcha
80
- #: bws_functions.php:137
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:154
86
- #: bws_functions.php:190
 
 
 
 
87
  msgid "Wrong license key"
88
  msgstr ""
89
 
90
- #: bws_functions.php:184
91
- #: bws_functions.php:426
92
- #: bws_functions.php:477
93
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
94
  msgstr ""
95
 
96
- #: bws_functions.php:184
97
- #: bws_functions.php:426
98
- #: bws_functions.php:477
99
  msgid "We are sorry for inconvenience."
100
  msgstr ""
101
 
102
- #: bws_functions.php:192
103
  msgid "This license key is bind to another site"
104
  msgstr ""
105
 
106
- #: bws_functions.php:194
107
- #: bws_functions.php:336
108
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
109
  msgstr ""
110
 
111
- #: bws_functions.php:196
112
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
113
  msgstr ""
114
 
115
- #: bws_functions.php:198
116
  msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
117
  msgstr ""
118
 
119
- #: bws_functions.php:219
120
- #: bws_functions.php:241
121
- #: bws_functions.php:263
122
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
123
  msgstr ""
124
 
125
- #: bws_functions.php:231
126
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
127
  msgstr ""
128
 
129
- #: bws_functions.php:237
130
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
131
  msgstr ""
132
 
133
- #: bws_functions.php:244
134
  msgid "UploadDir is not writable. Please, upload the plugin manually"
135
  msgstr ""
136
 
137
- #: bws_functions.php:267
138
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
139
  msgstr ""
140
 
141
- #: bws_functions.php:292
142
  msgid "Please, enter Your license key"
143
  msgstr ""
144
 
145
- #: bws_functions.php:309
146
  msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
147
  msgstr ""
148
 
149
- #: bws_functions.php:311
150
- #: bws_functions.php:393
151
  msgid "Please, go to"
152
  msgstr ""
153
 
154
- #: bws_functions.php:311
155
- #: bws_functions.php:393
156
  msgid "the setting page"
157
  msgstr ""
158
 
159
- #: bws_functions.php:312
160
- #: bws_functions.php:394
161
  msgid "You will be redirected automatically in 5 seconds."
162
  msgstr ""
163
 
164
- #: bws_functions.php:317
 
 
 
 
165
  msgid "You can download and activate"
166
  msgstr ""
167
 
168
- #: bws_functions.php:319
169
  msgid "version of this plugin by entering Your license key."
170
  msgstr ""
171
 
172
- #: bws_functions.php:321
173
- #: bws_functions.php:362
174
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
175
  msgstr ""
176
 
177
- #: bws_functions.php:323
178
- #: bws_functions.php:364
179
  msgid "(your username is the email you specify when purchasing the product)."
180
  msgstr ""
181
 
182
- #: bws_functions.php:327
183
- #: bws_functions.php:630
184
  msgid "or"
185
  msgstr ""
186
 
187
- #: bws_functions.php:327
188
  #, php-format
189
  msgid "Start Your Free %s-Day Trial Now"
190
  msgstr ""
191
 
192
  # @ captcha
193
- #: bws_functions.php:333
194
- #: bws_functions.php:342
195
- #: bws_functions.php:372
196
- #: bws_functions.php:380
197
  #: bws_menu.php:693
198
  #: bws_menu.php:750
199
  #, fuzzy
200
  msgid "Activate"
201
  msgstr "Aktivierte Plugins"
202
 
203
- #: bws_functions.php:359
204
- #: bws_functions.php:452
205
  #, php-format
206
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
207
  msgstr ""
208
 
209
- #: bws_functions.php:360
210
  msgid "After that you can activate it by entering your license key."
211
  msgstr ""
212
 
213
- #: bws_functions.php:374
214
  msgid "Unfortunately, you have exceeded the number of available tries per day."
215
  msgstr ""
216
 
217
- #: bws_functions.php:391
218
  msgid "Congratulations! The Pro license of the plugin is successfully activated."
219
  msgstr ""
220
 
221
- #: bws_functions.php:432
222
  msgid "Wrong license key."
223
  msgstr ""
224
 
225
- #: bws_functions.php:434
226
  msgid "This license key is bind to another site."
227
  msgstr ""
228
 
229
- #: bws_functions.php:436
230
  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."
231
  msgstr ""
232
 
233
- #: bws_functions.php:438
234
  msgid "Unfortunately, you have exceeded the number of available tries."
235
  msgstr ""
236
 
237
- #: bws_functions.php:440
238
  msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
239
  msgstr ""
240
 
241
- #: bws_functions.php:444
242
  msgid "The Pro Trial license key is valid."
243
  msgstr ""
244
 
245
- #: bws_functions.php:446
246
  msgid "The license key is valid."
247
  msgstr ""
248
 
249
- #: bws_functions.php:449
250
  msgid "Your license will expire on"
251
  msgstr ""
252
 
253
- #: bws_functions.php:482
254
  msgid "Please, enter your license key"
255
  msgstr ""
256
 
257
- #: bws_functions.php:495
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 ""
260
 
261
- #: bws_functions.php:495
262
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
263
  msgstr ""
264
 
265
- #: bws_functions.php:499
266
  msgid "Check license key"
267
  msgstr ""
268
 
269
- #: bws_functions.php:513
270
  msgid "WARNING: Illegal use notification"
271
  msgstr ""
272
 
273
- #: bws_functions.php:513
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 ""
276
 
277
- #: bws_functions.php:521
278
  msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
279
  msgstr ""
280
 
281
- #: bws_functions.php:523
282
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
283
  msgstr ""
284
 
285
  # @ captcha
286
- #: bws_functions.php:523
287
- #: bws_functions.php:576
288
  #: bws_menu.php:669
289
  #: bws_menu.php:691
290
  #: bws_menu.php:718
@@ -294,115 +302,151 @@ msgstr ""
294
  msgid "Learn more"
295
  msgstr "Lesen Sie mehr"
296
 
297
- #: bws_functions.php:533
298
  #, php-format
299
  msgid "Notice: You are using the Pro Trial license of %s plugin."
300
  msgstr ""
301
 
302
- #: bws_functions.php:535
303
  msgid "Notice: You are using the Pro Trial license of plugin."
304
  msgstr ""
305
 
306
- #: bws_functions.php:538
307
  msgid "The Pro Trial license will expire on"
308
  msgstr ""
309
 
310
- #: bws_functions.php:576
311
  msgid "You license for"
312
  msgstr ""
313
 
314
- #: bws_functions.php:576
315
  msgid "expires on"
316
  msgstr ""
317
 
318
- #: bws_functions.php:576
319
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
320
  msgstr ""
321
 
322
  # @ captcha
323
- #: bws_functions.php:626
324
  #, fuzzy
325
  msgid "Thank you for installing"
326
  msgstr "Vielen Dank für Ihre Kontaktaufnahme."
327
 
328
- #: bws_functions.php:627
329
  msgid "Let's get started"
330
  msgstr ""
331
 
332
  # @ captcha
333
- #: bws_functions.php:628
334
  #, fuzzy
335
  msgid "Configure Settings"
336
  msgstr "Einstellungen"
337
 
338
- #: bws_functions.php:631
339
  msgid "Add New"
340
  msgstr ""
341
 
342
- #: bws_functions.php:635
343
  msgid "Close notice"
344
  msgstr ""
345
 
346
- #: bws_functions.php:648
347
  msgid "Notice"
348
  msgstr ""
349
 
350
- #: bws_functions.php:648
351
  msgid "The plugin's settings have been changed."
352
  msgstr ""
353
 
354
- #: bws_functions.php:649
355
  msgid "Save Changes"
356
  msgstr ""
357
 
358
- #: bws_functions.php:694
 
 
 
 
359
  msgid "Add BWS Plugins Shortcode"
360
  msgstr ""
361
 
362
- #: bws_functions.php:738
 
 
 
 
 
 
 
 
363
  msgid "Close"
364
  msgstr ""
365
 
366
- #: bws_functions.php:829
367
  msgid "Restore all plugin settings to defaults"
368
  msgstr ""
369
 
370
- #: bws_functions.php:831
371
  msgid "Restore settings"
372
  msgstr ""
373
 
374
- #: bws_functions.php:842
375
  msgid "Are you sure you want to restore all settings by default?"
376
  msgstr ""
377
 
378
- #: bws_functions.php:845
379
  msgid "Yes, restore all settings"
380
  msgstr ""
381
 
382
- #: bws_functions.php:846
383
  msgid "No, go back to the settings page"
384
  msgstr ""
385
 
386
  # @ captcha
387
- #: bws_functions.php:890
388
  #, fuzzy
389
  msgid "Plugin"
390
  msgstr "BWS Plugins"
391
 
392
  # @ captcha
393
- #: bws_functions.php:899
394
  #, fuzzy
395
  msgid "Shortcode settings"
396
  msgstr "Einstellungen"
397
 
398
- #: bws_functions.php:904
399
  msgid "The shortcode will be inserted"
400
  msgstr ""
401
 
402
- #: bws_functions.php:909
403
  msgid "Insert"
404
  msgstr ""
405
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
406
  # @ captcha
407
  #: bws_menu.php:506
408
  msgid "Not set"
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
  "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
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
+
450
  # @ captcha
451
  #: bws_menu.php:506
452
  msgid "Not set"
bws_menu/languages/bestwebsoft-fr_FR.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-09-17 16:00+0300\n"
6
- "PO-Revision-Date: 2015-09-17 16:00+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"
@@ -17,266 +17,274 @@ msgstr ""
17
  "X-Generator: Poedit 1.5.7\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: bws_functions.php:29
21
- #: bws_functions.php:53
22
  msgid "requires"
23
  msgstr "obligatoire"
24
 
25
- #: bws_functions.php:31
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:32
30
  msgid "Back to the WordPress"
31
  msgstr "Retour à WordPress"
32
 
33
- #: bws_functions.php:34
34
  msgid "Plugins page"
35
  msgstr "Page des extensions"
36
 
37
- #: bws_functions.php:55
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:112
42
  msgid "It’s time to upgrade your"
43
  msgstr "C'est le moment de mettre à jour votre "
44
 
45
- #: bws_functions.php:112
46
  msgid "to"
47
  msgstr "à"
48
 
49
- #: bws_functions.php:112
50
  msgid "version!"
51
  msgstr "version"
52
 
53
- #: bws_functions.php:113
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:116
58
- #: bws_functions.php:513
59
  msgid "Learn More"
60
  msgstr "En savoir plus"
61
 
62
- #: bws_functions.php:133
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:134
67
  msgid "Rate the plugin"
68
  msgstr "Voter pour l'extension"
69
 
70
- #: bws_functions.php:137
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:154
75
- #: bws_functions.php:190
 
 
 
 
76
  msgid "Wrong license key"
77
  msgstr "Clé de licence incorrecte"
78
 
79
- #: bws_functions.php:184
80
- #: bws_functions.php:426
81
- #: bws_functions.php:477
82
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
83
  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."
84
 
85
- #: bws_functions.php:184
86
- #: bws_functions.php:426
87
- #: bws_functions.php:477
88
  msgid "We are sorry for inconvenience."
89
  msgstr "Nous sommes désolés pour le désagrément."
90
 
91
- #: bws_functions.php:192
92
  msgid "This license key is bind to another site"
93
  msgstr "La clé de licence correspond à un autre site."
94
 
95
- #: bws_functions.php:194
96
- #: bws_functions.php:336
97
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
98
  msgstr "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de télécharger l'extension manuellement."
99
 
100
- #: bws_functions.php:196
101
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
102
  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"
103
 
104
- #: bws_functions.php:198
105
  #, fuzzy
106
  msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
107
  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."
108
 
109
- #: bws_functions.php:219
110
- #: bws_functions.php:241
111
- #: bws_functions.php:263
112
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
113
  msgstr "Erreur de téléchargement de l'archive ZIP. Merci de télécharger l'extension manuellement."
114
 
115
- #: bws_functions.php:231
116
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
117
  msgstr "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension manuellement."
118
 
119
- #: bws_functions.php:237
120
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
121
  msgstr "Votre server n'a pas le support du format des archives ZIP ou Phar. Merci de télécharger l'extension manuellement."
122
 
123
- #: bws_functions.php:244
124
  msgid "UploadDir is not writable. Please, upload the plugin manually"
125
  msgstr "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension manuellement."
126
 
127
- #: bws_functions.php:267
128
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
129
  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."
130
 
131
- #: bws_functions.php:292
132
  msgid "Please, enter Your license key"
133
  msgstr "Merci de saisir votre clé de licence"
134
 
135
- #: bws_functions.php:309
136
  #, fuzzy
137
  msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
138
  msgstr "Félicitations! La version PRO de cette extension a été téléchargée et activée avec succès."
139
 
140
- #: bws_functions.php:311
141
- #: bws_functions.php:393
142
  msgid "Please, go to"
143
  msgstr "Merci d'allez à"
144
 
145
- #: bws_functions.php:311
146
- #: bws_functions.php:393
147
  msgid "the setting page"
148
  msgstr "Options supplémentaires"
149
 
150
- #: bws_functions.php:312
151
- #: bws_functions.php:394
152
  msgid "You will be redirected automatically in 5 seconds."
153
  msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
154
 
155
- #: bws_functions.php:317
 
 
 
 
156
  msgid "You can download and activate"
157
  msgstr "Vous pouvez télécharger et activer la version "
158
 
159
- #: bws_functions.php:319
160
  msgid "version of this plugin by entering Your license key."
161
  msgstr " de cette extension en donnant votre clé de licence."
162
 
163
- #: bws_functions.php:321
164
- #: bws_functions.php:362
165
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
166
  msgstr "Vous pouvez trouver votre clé de licence sur votre page personnelle dans la zone cliente en cliquant sur le lien"
167
 
168
- #: bws_functions.php:323
169
- #: bws_functions.php:364
170
  msgid "(your username is the email you specify when purchasing the product)."
171
  msgstr "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de l'achat de l'extension)."
172
 
173
- #: bws_functions.php:327
174
- #: bws_functions.php:630
175
  msgid "or"
176
  msgstr "ou"
177
 
178
- #: bws_functions.php:327
179
  #, php-format
180
  msgid "Start Your Free %s-Day Trial Now"
181
  msgstr "Débuter votre licence d'évaluation gratuite de %s jours"
182
 
183
- #: bws_functions.php:333
184
- #: bws_functions.php:342
185
- #: bws_functions.php:372
186
- #: bws_functions.php:380
187
  #: bws_menu.php:693
188
  #: bws_menu.php:750
189
  msgid "Activate"
190
  msgstr "Activé"
191
 
192
- #: bws_functions.php:359
193
- #: bws_functions.php:452
194
  #, php-format
195
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
196
  msgstr "Afin de pouvoir continuer à utiliser cette extension il est nécessaire d'acheter une licence %s."
197
 
198
- #: bws_functions.php:360
199
  msgid "After that you can activate it by entering your license key."
200
  msgstr " Après vous pouvez activer cette extension en donnant votre clé de licence."
201
 
202
- #: bws_functions.php:374
203
  msgid "Unfortunately, you have exceeded the number of available tries per day."
204
  msgstr "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de télécharger l'extension manuellement."
205
 
206
- #: bws_functions.php:391
207
  #, fuzzy
208
  msgid "Congratulations! The Pro license of the plugin is successfully activated."
209
  msgstr "Félicitations! La version PRO de cette extension a été téléchargée et activée avec succès."
210
 
211
- #: bws_functions.php:432
212
  msgid "Wrong license key."
213
  msgstr "Clé de licence incorrecte."
214
 
215
- #: bws_functions.php:434
216
  msgid "This license key is bind to another site."
217
  msgstr "La clé de licence correspond à un autre site."
218
 
219
- #: bws_functions.php:436
220
  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."
221
  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."
222
 
223
- #: bws_functions.php:438
224
  msgid "Unfortunately, you have exceeded the number of available tries."
225
  msgstr "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de télécharger l'extension manuellement."
226
 
227
- #: bws_functions.php:440
228
  #, fuzzy
229
  msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
230
  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."
231
 
232
- #: bws_functions.php:444
233
  #, fuzzy
234
  msgid "The Pro Trial license key is valid."
235
  msgstr "La clé de licence d'évaluation est valide."
236
 
237
- #: bws_functions.php:446
238
  msgid "The license key is valid."
239
  msgstr "La clé de licence est valide."
240
 
241
- #: bws_functions.php:449
242
  msgid "Your license will expire on"
243
  msgstr "Votre licence se termine le "
244
 
245
- #: bws_functions.php:482
246
  msgid "Please, enter your license key"
247
  msgstr "Merci de saisir votre clé de licence"
248
 
249
- #: bws_functions.php:495
250
  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"
251
  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."
252
 
253
- #: bws_functions.php:495
254
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
255
  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."
256
 
257
- #: bws_functions.php:499
258
  msgid "Check license key"
259
  msgstr "Vérifier la clé de licence"
260
 
261
- #: bws_functions.php:513
262
  msgid "WARNING: Illegal use notification"
263
  msgstr "AVERTISSEMENT : Notification d'utilisation abusive"
264
 
265
- #: bws_functions.php:513
266
  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."
267
  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"
268
 
269
- #: bws_functions.php:521
270
  #, fuzzy
271
  msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
272
  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."
273
 
274
- #: bws_functions.php:523
275
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
276
  msgstr "Votre licence est terminée. Pour continuer à disposer du support rapide et des mises à jour de l'extension vous devez la renouveller."
277
 
278
- #: bws_functions.php:523
279
- #: bws_functions.php:576
280
  #: bws_menu.php:669
281
  #: bws_menu.php:691
282
  #: bws_menu.php:718
@@ -285,117 +293,155 @@ msgstr "Votre licence est terminée. Pour continuer à disposer du support rapid
285
  msgid "Learn more"
286
  msgstr "En savoir plus"
287
 
288
- #: bws_functions.php:533
289
  #, fuzzy, php-format
290
  msgid "Notice: You are using the Pro Trial license of %s plugin."
291
  msgstr "Avertissement : vous utilisez la version d'évaluation de l'extension %s."
292
 
293
- #: bws_functions.php:535
294
  #, fuzzy
295
  msgid "Notice: You are using the Pro Trial license of plugin."
296
  msgstr "Avertissement : vous utilisez la version d'évaluation de l'extension."
297
 
298
- #: bws_functions.php:538
299
  #, fuzzy
300
  msgid "The Pro Trial license will expire on"
301
  msgstr "Votre licence se termine le "
302
 
303
- #: bws_functions.php:576
304
  msgid "You license for"
305
  msgstr "Votre licence pour"
306
 
307
- #: bws_functions.php:576
308
  msgid "expires on"
309
  msgstr "se termine le"
310
 
311
- #: bws_functions.php:576
312
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
313
  msgstr "et vous ne diposerez plus du support rapide et des mises à jour."
314
 
315
- #: bws_functions.php:626
316
  #, fuzzy
317
  msgid "Thank you for installing"
318
  msgstr "Merci de nous avoir contacté."
319
 
320
- #: bws_functions.php:627
321
  msgid "Let's get started"
322
  msgstr ""
323
 
324
- #: bws_functions.php:628
325
  #, fuzzy
326
  msgid "Configure Settings"
327
  msgstr "Options du formulaire de Contact"
328
 
329
- #: bws_functions.php:631
330
  msgid "Add New"
331
  msgstr ""
332
 
333
- #: bws_functions.php:635
334
  msgid "Close notice"
335
  msgstr ""
336
 
337
- #: bws_functions.php:648
338
  msgid "Notice"
339
  msgstr ""
340
 
341
- #: bws_functions.php:648
342
  msgid "The plugin's settings have been changed."
343
  msgstr ""
344
 
345
- #: bws_functions.php:649
346
  msgid "Save Changes"
347
  msgstr "Sauvegarder les modifications"
348
 
349
- #: bws_functions.php:694
 
 
 
 
350
  #, fuzzy
351
  msgid "Add BWS Plugins Shortcode"
352
  msgstr "Utiliser le code court"
353
 
354
- #: bws_functions.php:738
 
 
 
 
 
 
 
 
 
355
  msgid "Close"
356
  msgstr "Fermer"
357
 
358
- #: bws_functions.php:829
359
  msgid "Restore all plugin settings to defaults"
360
  msgstr ""
361
 
362
- #: bws_functions.php:831
363
  #, fuzzy
364
  msgid "Restore settings"
365
  msgstr "Options supplémentaires"
366
 
367
- #: bws_functions.php:842
368
  #, fuzzy
369
  msgid "Are you sure you want to restore all settings by default?"
370
  msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
371
 
372
- #: bws_functions.php:845
373
  msgid "Yes, restore all settings"
374
  msgstr ""
375
 
376
- #: bws_functions.php:846
377
  #, fuzzy
378
  msgid "No, go back to the settings page"
379
  msgstr "Options supplémentaires"
380
 
381
- #: bws_functions.php:890
382
  #, fuzzy
383
  msgid "Plugin"
384
  msgstr "Extensions"
385
 
386
- #: bws_functions.php:899
387
  #, fuzzy
388
  msgid "Shortcode settings"
389
  msgstr "Options supplémentaires"
390
 
391
- #: bws_functions.php:904
392
  msgid "The shortcode will be inserted"
393
  msgstr ""
394
 
395
- #: bws_functions.php:909
396
  msgid "Insert"
397
  msgstr ""
398
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
399
  #: bws_menu.php:506
400
  msgid "Not set"
401
  msgstr "Not set"
@@ -1121,9 +1167,6 @@ msgstr "Envoyer un e-mail spécifique &#187;"
1121
  #~ msgid "Border color"
1122
  #~ msgstr "Couleur des bordures"
1123
 
1124
- #~ msgid "Submit button"
1125
- #~ msgstr "Bouton Envoyer"
1126
-
1127
  #~ msgid "Width in px, numbers only"
1128
  #~ msgstr "Largeur en px, nombre seulement"
1129
 
@@ -1182,9 +1225,6 @@ msgstr "Envoyer un e-mail spécifique &#187;"
1182
  #~ "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de "
1183
  #~ "MIME !"
1184
 
1185
- #~ msgid "FAQ"
1186
- #~ msgstr "FAQ"
1187
-
1188
  #~ msgid "Support"
1189
  #~ msgstr "Support"
1190
 
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"
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
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"
1167
  #~ msgid "Border color"
1168
  #~ msgstr "Couleur des bordures"
1169
 
 
 
 
1170
  #~ msgid "Width in px, numbers only"
1171
  #~ msgstr "Largeur en px, nombre seulement"
1172
 
1225
  #~ "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de "
1226
  #~ "MIME !"
1227
 
 
 
 
1228
  #~ msgid "Support"
1229
  #~ msgstr "Support"
1230
 
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-09-17 16:00+0300\n"
6
- "PO-Revision-Date: 2015-09-17 16:00+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,277 +18,285 @@ msgstr ""
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: bws_functions.php:29
22
- #: bws_functions.php:53
23
  msgid "requires"
24
  msgstr ""
25
 
26
- #: bws_functions.php:31
27
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
28
  msgstr ""
29
 
30
- #: bws_functions.php:32
31
  msgid "Back to the WordPress"
32
  msgstr ""
33
 
34
  # @ bestwebsoft
35
- #: bws_functions.php:34
36
  #, fuzzy
37
  msgid "Plugins page"
38
  msgstr "Plugin Pro"
39
 
40
- #: bws_functions.php:55
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:112
45
  msgid "It’s time to upgrade your"
46
  msgstr ""
47
 
48
  # @ captcha
49
- #: bws_functions.php:112
50
  #, fuzzy
51
  msgid "to"
52
  msgstr "due"
53
 
54
  # @ bestwebsoft
55
- #: bws_functions.php:112
56
  #, fuzzy
57
  msgid "version!"
58
  msgstr "Versione PHP"
59
 
60
- #: bws_functions.php:113
61
  msgid "Extend standard plugin functionality with new great options."
62
  msgstr ""
63
 
64
  # @ bestwebsoft
65
- #: bws_functions.php:116
66
- #: bws_functions.php:513
67
  #, fuzzy
68
  msgid "Learn More"
69
  msgstr "Leggi tutto"
70
 
71
- #: bws_functions.php:133
72
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
73
  msgstr ""
74
 
75
  # @ bestwebsoft
76
- #: bws_functions.php:134
77
  #, fuzzy
78
  msgid "Rate the plugin"
79
  msgstr "Plugin attivi"
80
 
81
  # @ bestwebsoft
82
- #: bws_functions.php:137
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:154
88
- #: bws_functions.php:190
 
 
 
 
89
  msgid "Wrong license key"
90
  msgstr ""
91
 
92
- #: bws_functions.php:184
93
- #: bws_functions.php:426
94
- #: bws_functions.php:477
95
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
96
  msgstr ""
97
 
98
- #: bws_functions.php:184
99
- #: bws_functions.php:426
100
- #: bws_functions.php:477
101
  msgid "We are sorry for inconvenience."
102
  msgstr ""
103
 
104
- #: bws_functions.php:192
105
  msgid "This license key is bind to another site"
106
  msgstr ""
107
 
108
- #: bws_functions.php:194
109
- #: bws_functions.php:336
110
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
111
  msgstr ""
112
 
113
- #: bws_functions.php:196
114
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
115
  msgstr ""
116
 
117
- #: bws_functions.php:198
118
  msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
119
  msgstr ""
120
 
121
- #: bws_functions.php:219
122
- #: bws_functions.php:241
123
- #: bws_functions.php:263
124
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
125
  msgstr ""
126
 
127
- #: bws_functions.php:231
128
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
129
  msgstr ""
130
 
131
- #: bws_functions.php:237
132
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
133
  msgstr ""
134
 
135
- #: bws_functions.php:244
136
  msgid "UploadDir is not writable. Please, upload the plugin manually"
137
  msgstr ""
138
 
139
- #: bws_functions.php:267
140
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
141
  msgstr ""
142
 
143
- #: bws_functions.php:292
144
  msgid "Please, enter Your license key"
145
  msgstr ""
146
 
147
- #: bws_functions.php:309
148
  msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
149
  msgstr ""
150
 
151
- #: bws_functions.php:311
152
- #: bws_functions.php:393
153
  msgid "Please, go to"
154
  msgstr ""
155
 
156
- #: bws_functions.php:311
157
- #: bws_functions.php:393
158
  msgid "the setting page"
159
  msgstr ""
160
 
161
- #: bws_functions.php:312
162
- #: bws_functions.php:394
163
  msgid "You will be redirected automatically in 5 seconds."
164
  msgstr ""
165
 
166
- #: bws_functions.php:317
 
 
 
 
167
  msgid "You can download and activate"
168
  msgstr ""
169
 
170
- #: bws_functions.php:319
171
  msgid "version of this plugin by entering Your license key."
172
  msgstr ""
173
 
174
- #: bws_functions.php:321
175
- #: bws_functions.php:362
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:323
180
- #: bws_functions.php:364
181
  msgid "(your username is the email you specify when purchasing the product)."
182
  msgstr ""
183
 
184
  # @ captcha
185
- #: bws_functions.php:327
186
- #: bws_functions.php:630
187
  #, fuzzy
188
  msgid "or"
189
  msgstr "quattro"
190
 
191
- #: bws_functions.php:327
192
  #, php-format
193
  msgid "Start Your Free %s-Day Trial Now"
194
  msgstr ""
195
 
196
  # @ bestwebsoft
197
- #: bws_functions.php:333
198
- #: bws_functions.php:342
199
- #: bws_functions.php:372
200
- #: bws_functions.php:380
201
  #: bws_menu.php:693
202
  #: bws_menu.php:750
203
  #, fuzzy
204
  msgid "Activate"
205
  msgstr "Plugin attivi"
206
 
207
- #: bws_functions.php:359
208
- #: bws_functions.php:452
209
  #, php-format
210
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
211
  msgstr ""
212
 
213
- #: bws_functions.php:360
214
  msgid "After that you can activate it by entering your license key."
215
  msgstr ""
216
 
217
- #: bws_functions.php:374
218
  msgid "Unfortunately, you have exceeded the number of available tries per day."
219
  msgstr ""
220
 
221
- #: bws_functions.php:391
222
  msgid "Congratulations! The Pro license of the plugin is successfully activated."
223
  msgstr ""
224
 
225
- #: bws_functions.php:432
226
  msgid "Wrong license key."
227
  msgstr ""
228
 
229
- #: bws_functions.php:434
230
  msgid "This license key is bind to another site."
231
  msgstr ""
232
 
233
- #: bws_functions.php:436
234
  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."
235
  msgstr ""
236
 
237
- #: bws_functions.php:438
238
  msgid "Unfortunately, you have exceeded the number of available tries."
239
  msgstr ""
240
 
241
- #: bws_functions.php:440
242
  msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
243
  msgstr ""
244
 
245
- #: bws_functions.php:444
246
  msgid "The Pro Trial license key is valid."
247
  msgstr ""
248
 
249
- #: bws_functions.php:446
250
  msgid "The license key is valid."
251
  msgstr ""
252
 
253
- #: bws_functions.php:449
254
  msgid "Your license will expire on"
255
  msgstr ""
256
 
257
- #: bws_functions.php:482
258
  msgid "Please, enter your license key"
259
  msgstr ""
260
 
261
- #: bws_functions.php:495
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:495
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:499
270
  msgid "Check license key"
271
  msgstr ""
272
 
273
- #: bws_functions.php:513
274
  msgid "WARNING: Illegal use notification"
275
  msgstr ""
276
 
277
- #: bws_functions.php:513
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:521
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:523
286
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
287
  msgstr ""
288
 
289
  # @ bestwebsoft
290
- #: bws_functions.php:523
291
- #: bws_functions.php:576
292
  #: bws_menu.php:669
293
  #: bws_menu.php:691
294
  #: bws_menu.php:718
@@ -298,118 +306,155 @@ msgstr ""
298
  msgid "Learn more"
299
  msgstr "Leggi tutto"
300
 
301
- #: bws_functions.php:533
302
  #, php-format
303
  msgid "Notice: You are using the Pro Trial license of %s plugin."
304
  msgstr ""
305
 
306
- #: bws_functions.php:535
307
  msgid "Notice: You are using the Pro Trial license of plugin."
308
  msgstr ""
309
 
310
- #: bws_functions.php:538
311
  msgid "The Pro Trial license will expire on"
312
  msgstr ""
313
 
314
- #: bws_functions.php:576
315
  msgid "You license for"
316
  msgstr ""
317
 
318
- #: bws_functions.php:576
319
  msgid "expires on"
320
  msgstr ""
321
 
322
- #: bws_functions.php:576
323
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
324
  msgstr ""
325
 
326
  # @ bestwebsoft
327
- #: bws_functions.php:626
328
  #, fuzzy
329
  msgid "Thank you for installing"
330
  msgstr "Grazie per averci contattato."
331
 
332
- #: bws_functions.php:627
333
  msgid "Let's get started"
334
  msgstr ""
335
 
336
  # @ bestwebsoft
337
  # @ captcha
338
- #: bws_functions.php:628
339
  #, fuzzy
340
  msgid "Configure Settings"
341
  msgstr "Impostazioni"
342
 
343
- #: bws_functions.php:631
344
  msgid "Add New"
345
  msgstr ""
346
 
347
- #: bws_functions.php:635
348
  msgid "Close notice"
349
  msgstr ""
350
 
351
- #: bws_functions.php:648
352
  msgid "Notice"
353
  msgstr ""
354
 
355
- #: bws_functions.php:648
356
  msgid "The plugin's settings have been changed."
357
  msgstr ""
358
 
359
  # @ default
360
- #: bws_functions.php:649
361
  msgid "Save Changes"
362
  msgstr "Salva le modifiche"
363
 
364
- #: bws_functions.php:694
 
 
 
 
365
  msgid "Add BWS Plugins Shortcode"
366
  msgstr ""
367
 
368
- #: bws_functions.php:738
 
 
 
 
 
 
 
 
369
  msgid "Close"
370
  msgstr ""
371
 
372
- #: bws_functions.php:829
373
  msgid "Restore all plugin settings to defaults"
374
  msgstr ""
375
 
376
- #: bws_functions.php:831
377
  msgid "Restore settings"
378
  msgstr ""
379
 
380
- #: bws_functions.php:842
381
  msgid "Are you sure you want to restore all settings by default?"
382
  msgstr ""
383
 
384
- #: bws_functions.php:845
385
  msgid "Yes, restore all settings"
386
  msgstr ""
387
 
388
- #: bws_functions.php:846
389
  msgid "No, go back to the settings page"
390
  msgstr ""
391
 
392
  # @ bestwebsoft
393
- #: bws_functions.php:890
394
  #, fuzzy
395
  msgid "Plugin"
396
  msgstr "Plugin Pro"
397
 
398
  # @ bestwebsoft
399
  # @ captcha
400
- #: bws_functions.php:899
401
  #, fuzzy
402
  msgid "Shortcode settings"
403
  msgstr "Impostazioni"
404
 
405
- #: bws_functions.php:904
406
  msgid "The shortcode will be inserted"
407
  msgstr ""
408
 
409
- #: bws_functions.php:909
410
  msgid "Insert"
411
  msgstr ""
412
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
413
  # @ bestwebsoft
414
  #: bws_menu.php:506
415
  msgid "Not set"
@@ -848,9 +893,6 @@ msgstr "Invia a una email personalizzata &#187;"
848
  #~ msgid "Words"
849
  #~ msgstr "Parole"
850
  # @ captcha
851
- #~ msgid "FAQ"
852
- #~ msgstr "FAQ"
853
- # @ captcha
854
  #~ msgid "Support"
855
  #~ msgstr "Supporto"
856
  # @ captcha
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
  "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
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
+
458
  # @ bestwebsoft
459
  #: bws_menu.php:506
460
  msgid "Not set"
893
  #~ msgid "Words"
894
  #~ msgstr "Parole"
895
  # @ captcha
 
 
 
896
  #~ msgid "Support"
897
  #~ msgstr "Supporto"
898
  # @ captcha
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-09-17 16:00+0300\n"
6
- "PO-Revision-Date: 2015-09-17 16:00+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,270 +16,278 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_functions.php:29
20
- #: bws_functions.php:53
21
  #, fuzzy
22
  msgid "requires"
23
  msgstr "必須フィールド"
24
 
25
- #: bws_functions.php:31
26
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
27
  msgstr ""
28
 
29
- #: bws_functions.php:32
30
  msgid "Back to the WordPress"
31
  msgstr ""
32
 
33
- #: bws_functions.php:34
34
  #, fuzzy
35
  msgid "Plugins page"
36
  msgstr "Pro Plugins"
37
 
38
- #: bws_functions.php:55
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:112
43
  msgid "It’s time to upgrade your"
44
  msgstr ""
45
 
46
- #: bws_functions.php:112
47
  msgid "to"
48
  msgstr ""
49
 
50
- #: bws_functions.php:112
51
  #, fuzzy
52
  msgid "version!"
53
  msgstr "PHP バージョン"
54
 
55
- #: bws_functions.php:113
56
  msgid "Extend standard plugin functionality with new great options."
57
  msgstr ""
58
 
59
- #: bws_functions.php:116
60
- #: bws_functions.php:513
61
  #, fuzzy
62
  msgid "Learn More"
63
  msgstr "もっと読む"
64
 
65
- #: bws_functions.php:133
66
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
67
  msgstr ""
68
 
69
- #: bws_functions.php:134
70
  #, fuzzy
71
  msgid "Rate the plugin"
72
  msgstr "有効なプラグイン"
73
 
74
- #: bws_functions.php:137
75
  #, fuzzy
76
  msgid "If there is something wrong about it, please contact us"
77
  msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
78
 
79
- #: bws_functions.php:154
80
- #: bws_functions.php:190
 
 
 
 
81
  msgid "Wrong license key"
82
  msgstr ""
83
 
84
- #: bws_functions.php:184
85
- #: bws_functions.php:426
86
- #: bws_functions.php:477
87
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
88
  msgstr ""
89
 
90
- #: bws_functions.php:184
91
- #: bws_functions.php:426
92
- #: bws_functions.php:477
93
  msgid "We are sorry for inconvenience."
94
  msgstr ""
95
 
96
- #: bws_functions.php:192
97
  msgid "This license key is bind to another site"
98
  msgstr ""
99
 
100
- #: bws_functions.php:194
101
- #: bws_functions.php:336
102
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
103
  msgstr ""
104
 
105
- #: bws_functions.php:196
106
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
107
  msgstr ""
108
 
109
- #: bws_functions.php:198
110
  msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
111
  msgstr ""
112
 
113
- #: bws_functions.php:219
114
- #: bws_functions.php:241
115
- #: bws_functions.php:263
116
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
117
  msgstr ""
118
 
119
- #: bws_functions.php:231
120
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
121
  msgstr ""
122
 
123
- #: bws_functions.php:237
124
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
125
  msgstr ""
126
 
127
- #: bws_functions.php:244
128
  msgid "UploadDir is not writable. Please, upload the plugin manually"
129
  msgstr ""
130
 
131
- #: bws_functions.php:267
132
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
133
  msgstr ""
134
 
135
- #: bws_functions.php:292
136
  #, fuzzy
137
  msgid "Please, enter Your license key"
138
  msgstr "メッセージを入力して下さい..."
139
 
140
- #: bws_functions.php:309
141
  msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
142
  msgstr ""
143
 
144
- #: bws_functions.php:311
145
- #: bws_functions.php:393
146
  msgid "Please, go to"
147
  msgstr ""
148
 
149
- #: bws_functions.php:311
150
- #: bws_functions.php:393
151
  #, fuzzy
152
  msgid "the setting page"
153
  msgstr "追加設定"
154
 
155
- #: bws_functions.php:312
156
- #: bws_functions.php:394
157
  msgid "You will be redirected automatically in 5 seconds."
158
  msgstr ""
159
 
160
- #: bws_functions.php:317
 
 
 
 
161
  msgid "You can download and activate"
162
  msgstr ""
163
 
164
- #: bws_functions.php:319
165
  msgid "version of this plugin by entering Your license key."
166
  msgstr ""
167
 
168
- #: bws_functions.php:321
169
- #: bws_functions.php:362
170
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
171
  msgstr ""
172
 
173
- #: bws_functions.php:323
174
- #: bws_functions.php:364
175
  msgid "(your username is the email you specify when purchasing the product)."
176
  msgstr ""
177
 
178
- #: bws_functions.php:327
179
- #: bws_functions.php:630
180
  msgid "or"
181
  msgstr "又は"
182
 
183
- #: bws_functions.php:327
184
  #, php-format
185
  msgid "Start Your Free %s-Day Trial Now"
186
  msgstr ""
187
 
188
- #: bws_functions.php:333
189
- #: bws_functions.php:342
190
- #: bws_functions.php:372
191
- #: bws_functions.php:380
192
  #: bws_menu.php:693
193
  #: bws_menu.php:750
194
  #, fuzzy
195
  msgid "Activate"
196
  msgstr "有効なcaptcha"
197
 
198
- #: bws_functions.php:359
199
- #: bws_functions.php:452
200
  #, php-format
201
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
202
  msgstr ""
203
 
204
- #: bws_functions.php:360
205
  msgid "After that you can activate it by entering your license key."
206
  msgstr ""
207
 
208
- #: bws_functions.php:374
209
  msgid "Unfortunately, you have exceeded the number of available tries per day."
210
  msgstr ""
211
 
212
- #: bws_functions.php:391
213
  msgid "Congratulations! The Pro license of the plugin is successfully activated."
214
  msgstr ""
215
 
216
- #: bws_functions.php:432
217
  msgid "Wrong license key."
218
  msgstr ""
219
 
220
- #: bws_functions.php:434
221
  msgid "This license key is bind to another site."
222
  msgstr ""
223
 
224
- #: bws_functions.php:436
225
  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."
226
  msgstr ""
227
 
228
- #: bws_functions.php:438
229
  msgid "Unfortunately, you have exceeded the number of available tries."
230
  msgstr ""
231
 
232
- #: bws_functions.php:440
233
  msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
234
  msgstr ""
235
 
236
- #: bws_functions.php:444
237
  msgid "The Pro Trial license key is valid."
238
  msgstr ""
239
 
240
- #: bws_functions.php:446
241
  msgid "The license key is valid."
242
  msgstr ""
243
 
244
- #: bws_functions.php:449
245
  msgid "Your license will expire on"
246
  msgstr ""
247
 
248
- #: bws_functions.php:482
249
  #, fuzzy
250
  msgid "Please, enter your license key"
251
  msgstr "メッセージを入力して下さい..."
252
 
253
- #: bws_functions.php:495
254
  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"
255
  msgstr ""
256
 
257
- #: bws_functions.php:495
258
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
259
  msgstr ""
260
 
261
- #: bws_functions.php:499
262
  msgid "Check license key"
263
  msgstr ""
264
 
265
- #: bws_functions.php:513
266
  msgid "WARNING: Illegal use notification"
267
  msgstr ""
268
 
269
- #: bws_functions.php:513
270
  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."
271
  msgstr ""
272
 
273
- #: bws_functions.php:521
274
  msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
275
  msgstr ""
276
 
277
- #: bws_functions.php:523
278
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
279
  msgstr ""
280
 
281
- #: bws_functions.php:523
282
- #: bws_functions.php:576
283
  #: bws_menu.php:669
284
  #: bws_menu.php:691
285
  #: bws_menu.php:718
@@ -289,115 +297,153 @@ msgstr ""
289
  msgid "Learn more"
290
  msgstr "もっと読む"
291
 
292
- #: bws_functions.php:533
293
  #, php-format
294
  msgid "Notice: You are using the Pro Trial license of %s plugin."
295
  msgstr ""
296
 
297
- #: bws_functions.php:535
298
  msgid "Notice: You are using the Pro Trial license of plugin."
299
  msgstr ""
300
 
301
- #: bws_functions.php:538
302
  msgid "The Pro Trial license will expire on"
303
  msgstr ""
304
 
305
- #: bws_functions.php:576
306
  msgid "You license for"
307
  msgstr ""
308
 
309
- #: bws_functions.php:576
310
  msgid "expires on"
311
  msgstr ""
312
 
313
- #: bws_functions.php:576
314
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
315
  msgstr ""
316
 
317
- #: bws_functions.php:626
318
  #, fuzzy
319
  msgid "Thank you for installing"
320
  msgstr "ご連絡ありがとうございます"
321
 
322
- #: bws_functions.php:627
323
  msgid "Let's get started"
324
  msgstr ""
325
 
326
- #: bws_functions.php:628
327
  #, fuzzy
328
  msgid "Configure Settings"
329
  msgstr "コンタクトフォーム設定"
330
 
331
- #: bws_functions.php:631
332
  msgid "Add New"
333
  msgstr ""
334
 
335
- #: bws_functions.php:635
336
  msgid "Close notice"
337
  msgstr ""
338
 
339
- #: bws_functions.php:648
340
  msgid "Notice"
341
  msgstr ""
342
 
343
- #: bws_functions.php:648
344
  msgid "The plugin's settings have been changed."
345
  msgstr ""
346
 
347
- #: bws_functions.php:649
348
  msgid "Save Changes"
349
  msgstr "変更を保存"
350
 
351
- #: bws_functions.php:694
 
 
 
 
352
  #, fuzzy
353
  msgid "Add BWS Plugins Shortcode"
354
  msgstr "短いコードの利用"
355
 
356
- #: bws_functions.php:738
 
 
 
 
 
 
 
 
 
357
  msgid "Close"
358
  msgstr ""
359
 
360
- #: bws_functions.php:829
361
  msgid "Restore all plugin settings to defaults"
362
  msgstr ""
363
 
364
- #: bws_functions.php:831
365
  #, fuzzy
366
  msgid "Restore settings"
367
  msgstr "追加設定"
368
 
369
- #: bws_functions.php:842
370
  #, fuzzy
371
  msgid "Are you sure you want to restore all settings by default?"
372
  msgstr "本当に、この言語データを削除しますか?"
373
 
374
- #: bws_functions.php:845
375
  msgid "Yes, restore all settings"
376
  msgstr ""
377
 
378
- #: bws_functions.php:846
379
  #, fuzzy
380
  msgid "No, go back to the settings page"
381
  msgstr "追加設定"
382
 
383
- #: bws_functions.php:890
384
  #, fuzzy
385
  msgid "Plugin"
386
  msgstr "Pro Plugins"
387
 
388
- #: bws_functions.php:899
389
  #, fuzzy
390
  msgid "Shortcode settings"
391
  msgstr "追加設定"
392
 
393
- #: bws_functions.php:904
394
  msgid "The shortcode will be inserted"
395
  msgstr ""
396
 
397
- #: bws_functions.php:909
398
  msgid "Insert"
399
  msgstr ""
400
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
401
  #: bws_menu.php:506
402
  msgid "Not set"
403
  msgstr "未設定"
@@ -1104,9 +1150,6 @@ msgstr "カスタムEメールに送信&#187;"
1104
  #~ msgid "Border color"
1105
  #~ msgstr "罫線色"
1106
 
1107
- #~ msgid "Submit button"
1108
- #~ msgstr "送信ボタン"
1109
-
1110
  #~ msgid "Width in px, numbers only"
1111
  #~ msgstr "px単位の幅、数字のみ"
1112
 
@@ -1164,9 +1207,6 @@ msgstr "カスタムEメールに送信&#187;"
1164
  #~ msgstr ""
1165
  #~ "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
1166
 
1167
- #~ msgid "FAQ"
1168
- #~ msgstr "FAQ"
1169
-
1170
  #~ msgid "Support"
1171
  #~ msgstr "サポート"
1172
 
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
  "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
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 "送信ボタン"
446
+
447
  #: bws_menu.php:506
448
  msgid "Not set"
449
  msgstr "未設定"
1150
  #~ msgid "Border color"
1151
  #~ msgstr "罫線色"
1152
 
 
 
 
1153
  #~ msgid "Width in px, numbers only"
1154
  #~ msgstr "px単位の幅、数字のみ"
1155
 
1207
  #~ msgstr ""
1208
  #~ "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
1209
 
 
 
 
1210
  #~ msgid "Support"
1211
  #~ msgstr "サポート"
1212
 
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-09-17 16:00+0300\n"
6
- "PO-Revision-Date: 2015-09-17 16:00+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,273 +18,281 @@ msgstr ""
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: bws_functions.php:29
22
- #: bws_functions.php:53
23
  msgid "requires"
24
  msgstr ""
25
 
26
- #: bws_functions.php:31
27
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
28
  msgstr ""
29
 
30
- #: bws_functions.php:32
31
  msgid "Back to the WordPress"
32
  msgstr ""
33
 
34
  # @ captcha
35
- #: bws_functions.php:34
36
  #, fuzzy
37
  msgid "Plugins page"
38
  msgstr "Plugins Pro"
39
 
40
- #: bws_functions.php:55
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:112
45
  msgid "It’s time to upgrade your"
46
  msgstr ""
47
 
48
- #: bws_functions.php:112
49
  msgid "to"
50
  msgstr ""
51
 
52
  # @ captcha
53
- #: bws_functions.php:112
54
  #, fuzzy
55
  msgid "version!"
56
  msgstr "Versão do PHP"
57
 
58
- #: bws_functions.php:113
59
  msgid "Extend standard plugin functionality with new great options."
60
  msgstr ""
61
 
62
  # @ captcha
63
- #: bws_functions.php:116
64
- #: bws_functions.php:513
65
  #, fuzzy
66
  msgid "Learn More"
67
  msgstr "Leia Mais"
68
 
69
- #: bws_functions.php:133
70
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
71
  msgstr ""
72
 
73
  # @ captcha
74
- #: bws_functions.php:134
75
  #, fuzzy
76
  msgid "Rate the plugin"
77
  msgstr "Plugins ativados"
78
 
79
  # @ captcha
80
- #: bws_functions.php:137
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:154
86
- #: bws_functions.php:190
 
 
 
 
87
  msgid "Wrong license key"
88
  msgstr ""
89
 
90
- #: bws_functions.php:184
91
- #: bws_functions.php:426
92
- #: bws_functions.php:477
93
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
94
  msgstr ""
95
 
96
- #: bws_functions.php:184
97
- #: bws_functions.php:426
98
- #: bws_functions.php:477
99
  msgid "We are sorry for inconvenience."
100
  msgstr ""
101
 
102
- #: bws_functions.php:192
103
  msgid "This license key is bind to another site"
104
  msgstr ""
105
 
106
- #: bws_functions.php:194
107
- #: bws_functions.php:336
108
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
109
  msgstr ""
110
 
111
- #: bws_functions.php:196
112
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
113
  msgstr ""
114
 
115
- #: bws_functions.php:198
116
  msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
117
  msgstr ""
118
 
119
- #: bws_functions.php:219
120
- #: bws_functions.php:241
121
- #: bws_functions.php:263
122
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
123
  msgstr ""
124
 
125
- #: bws_functions.php:231
126
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
127
  msgstr ""
128
 
129
- #: bws_functions.php:237
130
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
131
  msgstr ""
132
 
133
- #: bws_functions.php:244
134
  msgid "UploadDir is not writable. Please, upload the plugin manually"
135
  msgstr ""
136
 
137
- #: bws_functions.php:267
138
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
139
  msgstr ""
140
 
141
- #: bws_functions.php:292
142
  msgid "Please, enter Your license key"
143
  msgstr ""
144
 
145
- #: bws_functions.php:309
146
  msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
147
  msgstr ""
148
 
149
- #: bws_functions.php:311
150
- #: bws_functions.php:393
151
  msgid "Please, go to"
152
  msgstr ""
153
 
154
- #: bws_functions.php:311
155
- #: bws_functions.php:393
156
  msgid "the setting page"
157
  msgstr ""
158
 
159
- #: bws_functions.php:312
160
- #: bws_functions.php:394
161
  msgid "You will be redirected automatically in 5 seconds."
162
  msgstr ""
163
 
164
- #: bws_functions.php:317
 
 
 
 
165
  msgid "You can download and activate"
166
  msgstr ""
167
 
168
- #: bws_functions.php:319
169
  msgid "version of this plugin by entering Your license key."
170
  msgstr ""
171
 
172
- #: bws_functions.php:321
173
- #: bws_functions.php:362
174
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
175
  msgstr ""
176
 
177
- #: bws_functions.php:323
178
- #: bws_functions.php:364
179
  msgid "(your username is the email you specify when purchasing the product)."
180
  msgstr ""
181
 
182
- #: bws_functions.php:327
183
- #: bws_functions.php:630
184
  msgid "or"
185
  msgstr ""
186
 
187
- #: bws_functions.php:327
188
  #, php-format
189
  msgid "Start Your Free %s-Day Trial Now"
190
  msgstr ""
191
 
192
  # @ captcha
193
- #: bws_functions.php:333
194
- #: bws_functions.php:342
195
- #: bws_functions.php:372
196
- #: bws_functions.php:380
197
  #: bws_menu.php:693
198
  #: bws_menu.php:750
199
  #, fuzzy
200
  msgid "Activate"
201
  msgstr "Plugins ativados"
202
 
203
- #: bws_functions.php:359
204
- #: bws_functions.php:452
205
  #, php-format
206
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
207
  msgstr ""
208
 
209
- #: bws_functions.php:360
210
  msgid "After that you can activate it by entering your license key."
211
  msgstr ""
212
 
213
- #: bws_functions.php:374
214
  msgid "Unfortunately, you have exceeded the number of available tries per day."
215
  msgstr ""
216
 
217
- #: bws_functions.php:391
218
  msgid "Congratulations! The Pro license of the plugin is successfully activated."
219
  msgstr ""
220
 
221
- #: bws_functions.php:432
222
  msgid "Wrong license key."
223
  msgstr ""
224
 
225
- #: bws_functions.php:434
226
  msgid "This license key is bind to another site."
227
  msgstr ""
228
 
229
- #: bws_functions.php:436
230
  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."
231
  msgstr ""
232
 
233
- #: bws_functions.php:438
234
  msgid "Unfortunately, you have exceeded the number of available tries."
235
  msgstr ""
236
 
237
- #: bws_functions.php:440
238
  msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
239
  msgstr ""
240
 
241
- #: bws_functions.php:444
242
  msgid "The Pro Trial license key is valid."
243
  msgstr ""
244
 
245
- #: bws_functions.php:446
246
  msgid "The license key is valid."
247
  msgstr ""
248
 
249
- #: bws_functions.php:449
250
  msgid "Your license will expire on"
251
  msgstr ""
252
 
253
- #: bws_functions.php:482
254
  msgid "Please, enter your license key"
255
  msgstr ""
256
 
257
- #: bws_functions.php:495
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 ""
260
 
261
- #: bws_functions.php:495
262
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
263
  msgstr ""
264
 
265
- #: bws_functions.php:499
266
  msgid "Check license key"
267
  msgstr ""
268
 
269
- #: bws_functions.php:513
270
  msgid "WARNING: Illegal use notification"
271
  msgstr ""
272
 
273
- #: bws_functions.php:513
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 ""
276
 
277
- #: bws_functions.php:521
278
  msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
279
  msgstr ""
280
 
281
- #: bws_functions.php:523
282
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
283
  msgstr ""
284
 
285
  # @ captcha
286
- #: bws_functions.php:523
287
- #: bws_functions.php:576
288
  #: bws_menu.php:669
289
  #: bws_menu.php:691
290
  #: bws_menu.php:718
@@ -294,115 +302,151 @@ msgstr ""
294
  msgid "Learn more"
295
  msgstr "Leia Mais"
296
 
297
- #: bws_functions.php:533
298
  #, php-format
299
  msgid "Notice: You are using the Pro Trial license of %s plugin."
300
  msgstr ""
301
 
302
- #: bws_functions.php:535
303
  msgid "Notice: You are using the Pro Trial license of plugin."
304
  msgstr ""
305
 
306
- #: bws_functions.php:538
307
  msgid "The Pro Trial license will expire on"
308
  msgstr ""
309
 
310
- #: bws_functions.php:576
311
  msgid "You license for"
312
  msgstr ""
313
 
314
- #: bws_functions.php:576
315
  msgid "expires on"
316
  msgstr ""
317
 
318
- #: bws_functions.php:576
319
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
320
  msgstr ""
321
 
322
  # @ captcha
323
- #: bws_functions.php:626
324
  #, fuzzy
325
  msgid "Thank you for installing"
326
  msgstr "Obrigado por nos contatar."
327
 
328
- #: bws_functions.php:627
329
  msgid "Let's get started"
330
  msgstr ""
331
 
332
  # @ captcha
333
- #: bws_functions.php:628
334
  #, fuzzy
335
  msgid "Configure Settings"
336
  msgstr "Configurações"
337
 
338
- #: bws_functions.php:631
339
  msgid "Add New"
340
  msgstr ""
341
 
342
- #: bws_functions.php:635
343
  msgid "Close notice"
344
  msgstr ""
345
 
346
- #: bws_functions.php:648
347
  msgid "Notice"
348
  msgstr ""
349
 
350
- #: bws_functions.php:648
351
  msgid "The plugin's settings have been changed."
352
  msgstr ""
353
 
354
- #: bws_functions.php:649
355
  msgid "Save Changes"
356
  msgstr ""
357
 
358
- #: bws_functions.php:694
 
 
 
 
359
  msgid "Add BWS Plugins Shortcode"
360
  msgstr ""
361
 
362
- #: bws_functions.php:738
 
 
 
 
 
 
 
 
363
  msgid "Close"
364
  msgstr ""
365
 
366
- #: bws_functions.php:829
367
  msgid "Restore all plugin settings to defaults"
368
  msgstr ""
369
 
370
- #: bws_functions.php:831
371
  msgid "Restore settings"
372
  msgstr ""
373
 
374
- #: bws_functions.php:842
375
  msgid "Are you sure you want to restore all settings by default?"
376
  msgstr ""
377
 
378
- #: bws_functions.php:845
379
  msgid "Yes, restore all settings"
380
  msgstr ""
381
 
382
- #: bws_functions.php:846
383
  msgid "No, go back to the settings page"
384
  msgstr ""
385
 
386
  # @ captcha
387
- #: bws_functions.php:890
388
  #, fuzzy
389
  msgid "Plugin"
390
  msgstr "Plugins Pro"
391
 
392
  # @ captcha
393
- #: bws_functions.php:899
394
  #, fuzzy
395
  msgid "Shortcode settings"
396
  msgstr "Configurações"
397
 
398
- #: bws_functions.php:904
399
  msgid "The shortcode will be inserted"
400
  msgstr ""
401
 
402
- #: bws_functions.php:909
403
  msgid "Insert"
404
  msgstr ""
405
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
406
  # @ captcha
407
  #: bws_menu.php:506
408
  msgid "Not set"
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
  "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
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
+
450
  # @ captcha
451
  #: bws_menu.php:506
452
  msgid "Not set"
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-09-17 16:00+0300\n"
6
- "PO-Revision-Date: 2015-09-17 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,260 +16,268 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_functions.php:29
20
- #: bws_functions.php:53
21
  msgid "requires"
22
  msgstr "требует"
23
 
24
- #: bws_functions.php:31
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:32
29
  msgid "Back to the WordPress"
30
  msgstr "Вернуться к WordPress на"
31
 
32
- #: bws_functions.php:34
33
  msgid "Plugins page"
34
  msgstr "Страницу плагинов"
35
 
36
- #: bws_functions.php:55
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:112
41
  msgid "It’s time to upgrade your"
42
  msgstr "Настало время обновить Ваш"
43
 
44
- #: bws_functions.php:112
45
  msgid "to"
46
  msgstr "до"
47
 
48
- #: bws_functions.php:112
49
  msgid "version!"
50
  msgstr "версии!"
51
 
52
- #: bws_functions.php:113
53
  msgid "Extend standard plugin functionality with new great options."
54
  msgstr "Расширяет возможности стандартного функционала плагина."
55
 
56
- #: bws_functions.php:116
57
- #: bws_functions.php:513
58
  msgid "Learn More"
59
  msgstr "Подробнее"
60
 
61
- #: bws_functions.php:133
62
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
63
  msgstr "Если вам понравился плагин, пожалуйста, поставьте нам 5 звезд на WordPress"
64
 
65
- #: bws_functions.php:134
66
  msgid "Rate the plugin"
67
  msgstr "Оценить плагин"
68
 
69
- #: bws_functions.php:137
70
  msgid "If there is something wrong about it, please contact us"
71
  msgstr "Если у вас есть какие-то вопросы, обращайтесь"
72
 
73
- #: bws_functions.php:154
74
- #: bws_functions.php:190
 
 
 
 
75
  msgid "Wrong license key"
76
  msgstr "Неправильный лицензионный ключ"
77
 
78
- #: bws_functions.php:184
79
- #: bws_functions.php:426
80
- #: bws_functions.php:477
81
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
82
  msgstr "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, пожалуйста, свяжитесь с нами"
83
 
84
- #: bws_functions.php:184
85
- #: bws_functions.php:426
86
- #: bws_functions.php:477
87
  msgid "We are sorry for inconvenience."
88
  msgstr "Приносим извинения за неудобства."
89
 
90
- #: bws_functions.php:192
91
  msgid "This license key is bind to another site"
92
  msgstr "Этот лицензионный ключ привязан к другому сайту"
93
 
94
- #: bws_functions.php:194
95
- #: bws_functions.php:336
96
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
97
  msgstr "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, загрузите плагин вручную."
98
 
99
- #: bws_functions.php:196
100
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
101
  msgstr "К сожалению, время использования вашей лицензии истекло. Для получения обновлений приоритетного саппорта вам нужно продлить лицензию перейдя на вашей"
102
 
103
- #: bws_functions.php:198
104
  msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
105
  msgstr "К сожалению, Pro лицензия уже была установлена на этом доменен. Pro Trial лицензия может быть установлена только один раз."
106
 
107
- #: bws_functions.php:219
108
- #: bws_functions.php:241
109
- #: bws_functions.php:263
110
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
111
  msgstr "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
112
 
113
- #: bws_functions.php:231
114
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
115
  msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
116
 
117
- #: bws_functions.php:237
118
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
119
  msgstr "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. Пожалуйста, загрузите плагин вручную"
120
 
121
- #: bws_functions.php:244
122
  msgid "UploadDir is not writable. Please, upload the plugin manually"
123
  msgstr "Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную"
124
 
125
- #: bws_functions.php:267
126
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
127
  msgstr "Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. Приносим извинения за неудобства."
128
 
129
- #: bws_functions.php:292
130
  msgid "Please, enter Your license key"
131
  msgstr "Пожалуйста, введите ваш лицензионный ключ"
132
 
133
- #: bws_functions.php:309
134
  msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
135
  msgstr "Поздравляем! Pro версия плагина была успешно загружена и активирована."
136
 
137
- #: bws_functions.php:311
138
- #: bws_functions.php:393
139
  msgid "Please, go to"
140
  msgstr "Пожалуйста, перейдите на"
141
 
142
- #: bws_functions.php:311
143
- #: bws_functions.php:393
144
  msgid "the setting page"
145
  msgstr "страницу настроек"
146
 
147
- #: bws_functions.php:312
148
- #: bws_functions.php:394
149
  msgid "You will be redirected automatically in 5 seconds."
150
  msgstr "Вы будете перенаправлены автоматически через 5 секунд."
151
 
152
- #: bws_functions.php:317
 
 
 
 
153
  msgid "You can download and activate"
154
  msgstr "Вы можете скачать и активировать"
155
 
156
- #: bws_functions.php:319
157
  msgid "version of this plugin by entering Your license key."
158
  msgstr "версию этого плагина, введя ваш лицензионный ключ."
159
 
160
- #: bws_functions.php:321
161
- #: bws_functions.php:362
162
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
163
  msgstr "Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, нажав на ссылку"
164
 
165
- #: bws_functions.php:323
166
- #: bws_functions.php:364
167
  msgid "(your username is the email you specify when purchasing the product)."
168
  msgstr "(ваше имя пользователя - это электронный адрес, указанный при покупке продукта)."
169
 
170
- #: bws_functions.php:327
171
- #: bws_functions.php:630
172
  msgid "or"
173
  msgstr "или"
174
 
175
- #: bws_functions.php:327
176
  #, php-format
177
  msgid "Start Your Free %s-Day Trial Now"
178
  msgstr "Попробуйте %s-дневную Trial версию бесплатно"
179
 
180
- #: bws_functions.php:333
181
- #: bws_functions.php:342
182
- #: bws_functions.php:372
183
- #: bws_functions.php:380
184
  #: bws_menu.php:693
185
  #: bws_menu.php:750
186
  msgid "Activate"
187
  msgstr "Активировать"
188
 
189
- #: bws_functions.php:359
190
- #: bws_functions.php:452
191
  #, php-format
192
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
193
  msgstr "Чтобы продолжить пользоваться плагином, необходимо приобрести %s лицензию."
194
 
195
- #: bws_functions.php:360
196
  msgid "After that you can activate it by entering your license key."
197
  msgstr "После этого вы сможете активировать его введя лицензионный ключ."
198
 
199
- #: bws_functions.php:374
200
  msgid "Unfortunately, you have exceeded the number of available tries per day."
201
  msgstr "К сожалению, вы превысили количество доступных попыток."
202
 
203
- #: bws_functions.php:391
204
  msgid "Congratulations! The Pro license of the plugin is successfully activated."
205
  msgstr "Поздравляем! Pro версия плагина была успешно активирована."
206
 
207
- #: bws_functions.php:432
208
  msgid "Wrong license key."
209
  msgstr "Неправильный лицензионный ключ."
210
 
211
- #: bws_functions.php:434
212
  msgid "This license key is bind to another site."
213
  msgstr "Этот лицензионный ключ привязан к другому сайту."
214
 
215
- #: bws_functions.php:436
216
  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."
217
  msgstr "Лицензионный ключ принят, но срок действия лицензии истек. Если вы хотите обновлять плагин в будущем, вы должны продлить лицензию."
218
 
219
- #: bws_functions.php:438
220
  msgid "Unfortunately, you have exceeded the number of available tries."
221
  msgstr "К сожалению, вы превысили количество доступных попыток."
222
 
223
- #: bws_functions.php:440
224
  msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
225
  msgstr "К сожалению, Pro Trial версия плагина уже устанавливалась на этот домен. Pro Trial версию можно устанавливать лишь один раз."
226
 
227
- #: bws_functions.php:444
228
  msgid "The Pro Trial license key is valid."
229
  msgstr "Ключ Pro Trial версии действителен."
230
 
231
- #: bws_functions.php:446
232
  msgid "The license key is valid."
233
  msgstr "Лицензионный ключ действителен."
234
 
235
- #: bws_functions.php:449
236
  msgid "Your license will expire on"
237
  msgstr "Ваша лицензия истечет"
238
 
239
- #: bws_functions.php:482
240
  msgid "Please, enter your license key"
241
  msgstr "Пожалуйста, введите Ваш лицензионный ключ"
242
 
243
- #: bws_functions.php:495
244
  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"
245
  msgstr "При необходимости вы можете проверить валидность лицензионного ключа или повторно ввести его в поле ниже. Вы можете найти ваш лицензионный ключ на своей личной странице - Client area - на нашем сайте"
246
 
247
- #: bws_functions.php:495
248
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
249
  msgstr "(ваш пользователь это емейл, который вы указывали при покупке продукта). При необходимости нажмите \"Забыли пароль?\"."
250
 
251
- #: bws_functions.php:499
252
  msgid "Check license key"
253
  msgstr "Проверка лицензионного ключа"
254
 
255
- #: bws_functions.php:513
256
  msgid "WARNING: Illegal use notification"
257
  msgstr "ВНИМАНИЕ: уведомление о незаконном использовании"
258
 
259
- #: bws_functions.php:513
260
  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."
261
  msgstr "Вы можете использовать одну лицензию Pro плагина только для одного домена. Пожалуйста, проверьте и отредактируйте при необходимости лицензию или домен, используя Ваш личный Client Area. Мы настоятельно рекомендуем вам решить проблему в течение 24 часов, в противном случае плагин будет деактивирован."
262
 
263
- #: bws_functions.php:521
264
  msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
265
  msgstr "Внимание: Срок действия Pro Trial версии истек. Чтобы продолжить пользоваться плагином, пожалуйста, приобретите лицензию Pro"
266
 
267
- #: bws_functions.php:523
268
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
269
  msgstr "Время использования вашей лицензии истекло. Если вы хотите обновлять ваш плагин в дальнейшем и иметь приоритетную тех.поддержку, то вам нужно продлить лицензию."
270
 
271
- #: bws_functions.php:523
272
- #: bws_functions.php:576
273
  #: bws_menu.php:669
274
  #: bws_menu.php:691
275
  #: bws_menu.php:718
@@ -278,107 +286,143 @@ msgstr "Время использования вашей лицензии ист
278
  msgid "Learn more"
279
  msgstr "Подробнее"
280
 
281
- #: bws_functions.php:533
282
  #, php-format
283
  msgid "Notice: You are using the Pro Trial license of %s plugin."
284
  msgstr "Внимание: Вы используете Pro Trial версию плагина %s."
285
 
286
- #: bws_functions.php:535
287
  msgid "Notice: You are using the Pro Trial license of plugin."
288
  msgstr "Внимание: Вы используете Pro Trial версию плагина."
289
 
290
- #: bws_functions.php:538
291
  msgid "The Pro Trial license will expire on"
292
  msgstr "Ваша лицензия Pro Trial версии плагина истекает"
293
 
294
- #: bws_functions.php:576
295
  msgid "You license for"
296
  msgstr "Ваш лицензионный ключ для"
297
 
298
- #: bws_functions.php:576
299
  msgid "expires on"
300
  msgstr "истекает"
301
 
302
- #: bws_functions.php:576
303
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
304
  msgstr "и вы не будете получать приоритетную тех.поддержку или обновления."
305
 
306
- #: bws_functions.php:626
307
  msgid "Thank you for installing"
308
  msgstr "Спасибо за установку"
309
 
310
- #: bws_functions.php:627
311
  msgid "Let's get started"
312
  msgstr "Давайте начнем"
313
 
314
- #: bws_functions.php:628
315
  msgid "Configure Settings"
316
  msgstr "Настройка параметров"
317
 
318
- #: bws_functions.php:631
319
  msgid "Add New"
320
  msgstr "Добавить"
321
 
322
- #: bws_functions.php:635
323
  msgid "Close notice"
324
  msgstr "Закрыть"
325
 
326
- #: bws_functions.php:648
327
  msgid "Notice"
328
  msgstr "Внимание"
329
 
330
- #: bws_functions.php:648
331
  msgid "The plugin's settings have been changed."
332
  msgstr "Настройки плагина были изменены"
333
 
334
- #: bws_functions.php:649
335
  msgid "Save Changes"
336
  msgstr "Сохранить изменения"
337
 
338
- #: bws_functions.php:694
 
 
 
 
339
  msgid "Add BWS Plugins Shortcode"
340
  msgstr "Добавить шорткод BWS Плагина"
341
 
342
- #: bws_functions.php:738
 
 
 
 
 
 
 
 
343
  msgid "Close"
344
  msgstr "Закрыть"
345
 
346
- #: bws_functions.php:829
347
  msgid "Restore all plugin settings to defaults"
348
  msgstr "Восстановить все настройки плагина к настройкам по умолчанию"
349
 
350
- #: bws_functions.php:831
351
  msgid "Restore settings"
352
  msgstr "Восстановить настройки"
353
 
354
- #: bws_functions.php:842
355
  msgid "Are you sure you want to restore all settings by default?"
356
  msgstr "Вы уверены что хотите восстановить все настройки плагина к настройкам по умолчанию?"
357
 
358
- #: bws_functions.php:845
359
  msgid "Yes, restore all settings"
360
  msgstr "Да, восстановить все настройки"
361
 
362
- #: bws_functions.php:846
363
  msgid "No, go back to the settings page"
364
  msgstr "Нет, вернуться на страницу настроек"
365
 
366
- #: bws_functions.php:890
367
  msgid "Plugin"
368
  msgstr "Плагин"
369
 
370
- #: bws_functions.php:899
371
  msgid "Shortcode settings"
372
  msgstr "Настройки шорткода"
373
 
374
- #: bws_functions.php:904
375
  msgid "The shortcode will be inserted"
376
  msgstr "Будет вставлен шорткод"
377
 
378
- #: bws_functions.php:909
379
  msgid "Insert"
380
  msgstr "Вставить"
381
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
382
  #: bws_menu.php:506
383
  msgid "Not set"
384
  msgstr "Не задан"
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
  "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
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
+
426
  #: bws_menu.php:506
427
  msgid "Not set"
428
  msgstr "Не задан"
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-09-17 16:00+0300\n"
6
- "PO-Revision-Date: 2015-09-17 16:00+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,268 +17,276 @@ msgstr ""
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: bws_functions.php:29
21
- #: bws_functions.php:53
22
  msgid "requires"
23
  msgstr ""
24
 
25
- #: bws_functions.php:31
26
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
27
  msgstr ""
28
 
29
- #: bws_functions.php:32
30
  msgid "Back to the WordPress"
31
  msgstr ""
32
 
33
- #: bws_functions.php:34
34
  #, fuzzy
35
  msgid "Plugins page"
36
  msgstr "Pro moduli"
37
 
38
- #: bws_functions.php:55
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:112
43
  msgid "It’s time to upgrade your"
44
  msgstr ""
45
 
46
- #: bws_functions.php:112
47
  #, fuzzy
48
  msgid "to"
49
  msgstr "vrh"
50
 
51
- #: bws_functions.php:112
52
  #, fuzzy
53
  msgid "version!"
54
  msgstr "PHP Verzija"
55
 
56
- #: bws_functions.php:113
57
  msgid "Extend standard plugin functionality with new great options."
58
  msgstr ""
59
 
60
- #: bws_functions.php:116
61
- #: bws_functions.php:513
62
  #, fuzzy
63
  msgid "Learn More"
64
  msgstr "Pročitaj više"
65
 
66
- #: bws_functions.php:133
67
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
68
  msgstr ""
69
 
70
- #: bws_functions.php:134
71
  #, fuzzy
72
  msgid "Rate the plugin"
73
  msgstr "Aktivirani moduli"
74
 
75
- #: bws_functions.php:137
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:154
81
- #: bws_functions.php:190
 
 
 
 
82
  msgid "Wrong license key"
83
  msgstr ""
84
 
85
- #: bws_functions.php:184
86
- #: bws_functions.php:426
87
- #: bws_functions.php:477
88
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
89
  msgstr ""
90
 
91
- #: bws_functions.php:184
92
- #: bws_functions.php:426
93
- #: bws_functions.php:477
94
  msgid "We are sorry for inconvenience."
95
  msgstr ""
96
 
97
- #: bws_functions.php:192
98
  msgid "This license key is bind to another site"
99
  msgstr ""
100
 
101
- #: bws_functions.php:194
102
- #: bws_functions.php:336
103
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
104
  msgstr ""
105
 
106
- #: bws_functions.php:196
107
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
108
  msgstr ""
109
 
110
- #: bws_functions.php:198
111
  msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
112
  msgstr ""
113
 
114
- #: bws_functions.php:219
115
- #: bws_functions.php:241
116
- #: bws_functions.php:263
117
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
118
  msgstr ""
119
 
120
- #: bws_functions.php:231
121
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
122
  msgstr ""
123
 
124
- #: bws_functions.php:237
125
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
126
  msgstr ""
127
 
128
- #: bws_functions.php:244
129
  msgid "UploadDir is not writable. Please, upload the plugin manually"
130
  msgstr ""
131
 
132
- #: bws_functions.php:267
133
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
134
  msgstr ""
135
 
136
- #: bws_functions.php:292
137
  msgid "Please, enter Your license key"
138
  msgstr ""
139
 
140
- #: bws_functions.php:309
141
  msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
142
  msgstr ""
143
 
144
- #: bws_functions.php:311
145
- #: bws_functions.php:393
146
  msgid "Please, go to"
147
  msgstr ""
148
 
149
- #: bws_functions.php:311
150
- #: bws_functions.php:393
151
  #, fuzzy
152
  msgid "the setting page"
153
  msgstr "na stranici za podešavanje modula ("
154
 
155
- #: bws_functions.php:312
156
- #: bws_functions.php:394
157
  msgid "You will be redirected automatically in 5 seconds."
158
  msgstr ""
159
 
160
- #: bws_functions.php:317
 
 
 
 
161
  msgid "You can download and activate"
162
  msgstr ""
163
 
164
- #: bws_functions.php:319
165
  msgid "version of this plugin by entering Your license key."
166
  msgstr ""
167
 
168
- #: bws_functions.php:321
169
- #: bws_functions.php:362
170
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
171
  msgstr ""
172
 
173
- #: bws_functions.php:323
174
- #: bws_functions.php:364
175
  msgid "(your username is the email you specify when purchasing the product)."
176
  msgstr ""
177
 
178
- #: bws_functions.php:327
179
- #: bws_functions.php:630
180
  msgid "or"
181
  msgstr ""
182
 
183
- #: bws_functions.php:327
184
  #, php-format
185
  msgid "Start Your Free %s-Day Trial Now"
186
  msgstr ""
187
 
188
- #: bws_functions.php:333
189
- #: bws_functions.php:342
190
- #: bws_functions.php:372
191
- #: bws_functions.php:380
192
  #: bws_menu.php:693
193
  #: bws_menu.php:750
194
  #, fuzzy
195
  msgid "Activate"
196
  msgstr "Aktivirani moduli"
197
 
198
- #: bws_functions.php:359
199
- #: bws_functions.php:452
200
  #, php-format
201
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
202
  msgstr ""
203
 
204
- #: bws_functions.php:360
205
  msgid "After that you can activate it by entering your license key."
206
  msgstr ""
207
 
208
- #: bws_functions.php:374
209
  msgid "Unfortunately, you have exceeded the number of available tries per day."
210
  msgstr ""
211
 
212
- #: bws_functions.php:391
213
  msgid "Congratulations! The Pro license of the plugin is successfully activated."
214
  msgstr ""
215
 
216
- #: bws_functions.php:432
217
  msgid "Wrong license key."
218
  msgstr ""
219
 
220
- #: bws_functions.php:434
221
  msgid "This license key is bind to another site."
222
  msgstr ""
223
 
224
- #: bws_functions.php:436
225
  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."
226
  msgstr ""
227
 
228
- #: bws_functions.php:438
229
  msgid "Unfortunately, you have exceeded the number of available tries."
230
  msgstr ""
231
 
232
- #: bws_functions.php:440
233
  msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
234
  msgstr ""
235
 
236
- #: bws_functions.php:444
237
  msgid "The Pro Trial license key is valid."
238
  msgstr ""
239
 
240
- #: bws_functions.php:446
241
  msgid "The license key is valid."
242
  msgstr ""
243
 
244
- #: bws_functions.php:449
245
  msgid "Your license will expire on"
246
  msgstr ""
247
 
248
- #: bws_functions.php:482
249
  msgid "Please, enter your license key"
250
  msgstr ""
251
 
252
- #: bws_functions.php:495
253
  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"
254
  msgstr ""
255
 
256
- #: bws_functions.php:495
257
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
258
  msgstr ""
259
 
260
- #: bws_functions.php:499
261
  msgid "Check license key"
262
  msgstr ""
263
 
264
- #: bws_functions.php:513
265
  msgid "WARNING: Illegal use notification"
266
  msgstr ""
267
 
268
- #: bws_functions.php:513
269
  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."
270
  msgstr ""
271
 
272
- #: bws_functions.php:521
273
  msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
274
  msgstr ""
275
 
276
- #: bws_functions.php:523
277
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
278
  msgstr ""
279
 
280
- #: bws_functions.php:523
281
- #: bws_functions.php:576
282
  #: bws_menu.php:669
283
  #: bws_menu.php:691
284
  #: bws_menu.php:718
@@ -288,113 +296,150 @@ msgstr ""
288
  msgid "Learn more"
289
  msgstr "Pročitaj više"
290
 
291
- #: bws_functions.php:533
292
  #, php-format
293
  msgid "Notice: You are using the Pro Trial license of %s plugin."
294
  msgstr ""
295
 
296
- #: bws_functions.php:535
297
  msgid "Notice: You are using the Pro Trial license of plugin."
298
  msgstr ""
299
 
300
- #: bws_functions.php:538
301
  msgid "The Pro Trial license will expire on"
302
  msgstr ""
303
 
304
- #: bws_functions.php:576
305
  msgid "You license for"
306
  msgstr ""
307
 
308
- #: bws_functions.php:576
309
  msgid "expires on"
310
  msgstr ""
311
 
312
- #: bws_functions.php:576
313
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
314
  msgstr ""
315
 
316
- #: bws_functions.php:626
317
  #, fuzzy
318
  msgid "Thank you for installing"
319
  msgstr "Hvala što ste nas kontaktirali"
320
 
321
- #: bws_functions.php:627
322
  msgid "Let's get started"
323
  msgstr ""
324
 
325
- #: bws_functions.php:628
326
  #, fuzzy
327
  msgid "Configure Settings"
328
  msgstr "na stranici za podešavanje modula ("
329
 
330
- #: bws_functions.php:631
331
  msgid "Add New"
332
  msgstr "Ajouter"
333
 
334
- #: bws_functions.php:635
335
  msgid "Close notice"
336
  msgstr ""
337
 
338
- #: bws_functions.php:648
339
  msgid "Notice"
340
  msgstr ""
341
 
342
- #: bws_functions.php:648
343
  msgid "The plugin's settings have been changed."
344
  msgstr ""
345
 
346
- #: bws_functions.php:649
347
  msgid "Save Changes"
348
  msgstr "Sačuvaj izmene"
349
 
350
- #: bws_functions.php:694
 
 
 
 
351
  msgid "Add BWS Plugins Shortcode"
352
  msgstr ""
353
 
354
- #: bws_functions.php:738
 
 
 
 
 
 
 
 
 
355
  msgid "Close"
356
  msgstr ""
357
 
358
- #: bws_functions.php:829
359
  msgid "Restore all plugin settings to defaults"
360
  msgstr ""
361
 
362
- #: bws_functions.php:831
363
  #, fuzzy
364
  msgid "Restore settings"
365
  msgstr "na stranici za podešavanje modula ("
366
 
367
- #: bws_functions.php:842
368
  msgid "Are you sure you want to restore all settings by default?"
369
  msgstr ""
370
 
371
- #: bws_functions.php:845
372
  msgid "Yes, restore all settings"
373
  msgstr ""
374
 
375
- #: bws_functions.php:846
376
  #, fuzzy
377
  msgid "No, go back to the settings page"
378
  msgstr "na stranici za podešavanje modula ("
379
 
380
- #: bws_functions.php:890
381
  #, fuzzy
382
  msgid "Plugin"
383
  msgstr "Pro moduli"
384
 
385
- #: bws_functions.php:899
386
  #, fuzzy
387
  msgid "Shortcode settings"
388
  msgstr "na stranici za podešavanje modula ("
389
 
390
- #: bws_functions.php:904
391
  msgid "The shortcode will be inserted"
392
  msgstr ""
393
 
394
- #: bws_functions.php:909
395
  msgid "Insert"
396
  msgstr ""
397
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
398
  #: bws_menu.php:506
399
  msgid "Not set"
400
  msgstr "Nije podešeno"
@@ -764,9 +809,6 @@ msgstr "Pošalji na korisnički mejl &#187;"
764
  #~ msgid "Upload File"
765
  #~ msgstr "Učitaj fajl"
766
 
767
- #~ msgid "Gallery Shortcode"
768
- #~ msgstr "Kratak kod za Galeriju"
769
-
770
  #~ msgid ""
771
  #~ "The gallery temp directory (gallery-plugin/upload/files) is not available "
772
  #~ "for record on your webserver. Please use the standard WP functionality to "
@@ -1040,9 +1082,6 @@ msgstr "Pošalji na korisnički mejl &#187;"
1040
  #~ msgid "Google +1"
1041
  #~ msgstr "Google +1"
1042
 
1043
- #~ msgid "FAQ"
1044
- #~ msgstr "FAQ"
1045
-
1046
  #~ msgid "Support"
1047
  #~ msgstr "Podrška"
1048
 
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
  "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
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
+
443
  #: bws_menu.php:506
444
  msgid "Not set"
445
  msgstr "Nije podešeno"
809
  #~ msgid "Upload File"
810
  #~ msgstr "Učitaj fajl"
811
 
 
 
 
812
  #~ msgid ""
813
  #~ "The gallery temp directory (gallery-plugin/upload/files) is not available "
814
  #~ "for record on your webserver. Please use the standard WP functionality to "
1082
  #~ msgid "Google +1"
1083
  #~ msgstr "Google +1"
1084
 
 
 
 
1085
  #~ msgid "Support"
1086
  #~ msgstr "Podrška"
1087
 
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-09-17 16:00+0300\n"
6
- "PO-Revision-Date: 2015-09-17 16:00+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,268 +16,276 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_functions.php:29
20
- #: bws_functions.php:53
21
  msgid "requires"
22
  msgstr ""
23
 
24
- #: bws_functions.php:31
25
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
26
  msgstr ""
27
 
28
- #: bws_functions.php:32
29
  msgid "Back to the WordPress"
30
  msgstr ""
31
 
32
- #: bws_functions.php:34
33
  #, fuzzy
34
  msgid "Plugins page"
35
  msgstr "Betaltillägg"
36
 
37
- #: bws_functions.php:55
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:112
42
  msgid "It’s time to upgrade your"
43
  msgstr ""
44
 
45
- #: bws_functions.php:112
46
  #, fuzzy
47
  msgid "to"
48
  msgstr "två"
49
 
50
- #: bws_functions.php:112
51
  #, fuzzy
52
  msgid "version!"
53
  msgstr "PHP-version"
54
 
55
- #: bws_functions.php:113
56
  msgid "Extend standard plugin functionality with new great options."
57
  msgstr ""
58
 
59
- #: bws_functions.php:116
60
- #: bws_functions.php:513
61
  #, fuzzy
62
  msgid "Learn More"
63
  msgstr "Läs mer"
64
 
65
- #: bws_functions.php:133
66
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
67
  msgstr ""
68
 
69
- #: bws_functions.php:134
70
  #, fuzzy
71
  msgid "Rate the plugin"
72
  msgstr "Aktiverade tillägg"
73
 
74
- #: bws_functions.php:137
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:154
80
- #: bws_functions.php:190
 
 
 
 
81
  msgid "Wrong license key"
82
  msgstr ""
83
 
84
- #: bws_functions.php:184
85
- #: bws_functions.php:426
86
- #: bws_functions.php:477
87
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
88
  msgstr ""
89
 
90
- #: bws_functions.php:184
91
- #: bws_functions.php:426
92
- #: bws_functions.php:477
93
  msgid "We are sorry for inconvenience."
94
  msgstr ""
95
 
96
- #: bws_functions.php:192
97
  msgid "This license key is bind to another site"
98
  msgstr ""
99
 
100
- #: bws_functions.php:194
101
- #: bws_functions.php:336
102
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
103
  msgstr ""
104
 
105
- #: bws_functions.php:196
106
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
107
  msgstr ""
108
 
109
- #: bws_functions.php:198
110
  msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
111
  msgstr ""
112
 
113
- #: bws_functions.php:219
114
- #: bws_functions.php:241
115
- #: bws_functions.php:263
116
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
117
  msgstr ""
118
 
119
- #: bws_functions.php:231
120
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
121
  msgstr ""
122
 
123
- #: bws_functions.php:237
124
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
125
  msgstr ""
126
 
127
- #: bws_functions.php:244
128
  msgid "UploadDir is not writable. Please, upload the plugin manually"
129
  msgstr ""
130
 
131
- #: bws_functions.php:267
132
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
133
  msgstr ""
134
 
135
- #: bws_functions.php:292
136
  msgid "Please, enter Your license key"
137
  msgstr ""
138
 
139
- #: bws_functions.php:309
140
  msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
141
  msgstr ""
142
 
143
- #: bws_functions.php:311
144
- #: bws_functions.php:393
145
  msgid "Please, go to"
146
  msgstr ""
147
 
148
- #: bws_functions.php:311
149
- #: bws_functions.php:393
150
  msgid "the setting page"
151
  msgstr ""
152
 
153
- #: bws_functions.php:312
154
- #: bws_functions.php:394
155
  msgid "You will be redirected automatically in 5 seconds."
156
  msgstr ""
157
 
158
- #: bws_functions.php:317
 
 
 
 
159
  msgid "You can download and activate"
160
  msgstr ""
161
 
162
- #: bws_functions.php:319
163
  msgid "version of this plugin by entering Your license key."
164
  msgstr ""
165
 
166
- #: bws_functions.php:321
167
- #: bws_functions.php:362
168
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
169
  msgstr ""
170
 
171
- #: bws_functions.php:323
172
- #: bws_functions.php:364
173
  msgid "(your username is the email you specify when purchasing the product)."
174
  msgstr ""
175
 
176
- #: bws_functions.php:327
177
- #: bws_functions.php:630
178
  #, fuzzy
179
  msgid "or"
180
  msgstr "fyra"
181
 
182
- #: bws_functions.php:327
183
  #, php-format
184
  msgid "Start Your Free %s-Day Trial Now"
185
  msgstr ""
186
 
187
- #: bws_functions.php:333
188
- #: bws_functions.php:342
189
- #: bws_functions.php:372
190
- #: bws_functions.php:380
191
  #: bws_menu.php:693
192
  #: bws_menu.php:750
193
  #, fuzzy
194
  msgid "Activate"
195
  msgstr "Aktiverade tillägg"
196
 
197
- #: bws_functions.php:359
198
- #: bws_functions.php:452
199
  #, php-format
200
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
201
  msgstr ""
202
 
203
- #: bws_functions.php:360
204
  msgid "After that you can activate it by entering your license key."
205
  msgstr ""
206
 
207
- #: bws_functions.php:374
208
  msgid "Unfortunately, you have exceeded the number of available tries per day."
209
  msgstr ""
210
 
211
- #: bws_functions.php:391
212
  msgid "Congratulations! The Pro license of the plugin is successfully activated."
213
  msgstr ""
214
 
215
- #: bws_functions.php:432
216
  msgid "Wrong license key."
217
  msgstr ""
218
 
219
- #: bws_functions.php:434
220
  msgid "This license key is bind to another site."
221
  msgstr ""
222
 
223
- #: bws_functions.php:436
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:438
228
  msgid "Unfortunately, you have exceeded the number of available tries."
229
  msgstr ""
230
 
231
- #: bws_functions.php:440
232
  msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
233
  msgstr ""
234
 
235
- #: bws_functions.php:444
236
  msgid "The Pro Trial license key is valid."
237
  msgstr ""
238
 
239
- #: bws_functions.php:446
240
  msgid "The license key is valid."
241
  msgstr ""
242
 
243
- #: bws_functions.php:449
244
  msgid "Your license will expire on"
245
  msgstr ""
246
 
247
- #: bws_functions.php:482
248
  msgid "Please, enter your license key"
249
  msgstr ""
250
 
251
- #: bws_functions.php:495
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 ""
254
 
255
- #: bws_functions.php:495
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:499
260
  msgid "Check license key"
261
  msgstr ""
262
 
263
- #: bws_functions.php:513
264
  msgid "WARNING: Illegal use notification"
265
  msgstr ""
266
 
267
- #: bws_functions.php:513
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 ""
270
 
271
- #: bws_functions.php:521
272
  msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
273
  msgstr ""
274
 
275
- #: bws_functions.php:523
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:523
280
- #: bws_functions.php:576
281
  #: bws_menu.php:669
282
  #: bws_menu.php:691
283
  #: bws_menu.php:718
@@ -287,111 +295,147 @@ msgstr ""
287
  msgid "Learn more"
288
  msgstr "Läs mer"
289
 
290
- #: bws_functions.php:533
291
  #, php-format
292
  msgid "Notice: You are using the Pro Trial license of %s plugin."
293
  msgstr ""
294
 
295
- #: bws_functions.php:535
296
  msgid "Notice: You are using the Pro Trial license of plugin."
297
  msgstr ""
298
 
299
- #: bws_functions.php:538
300
  msgid "The Pro Trial license will expire on"
301
  msgstr ""
302
 
303
- #: bws_functions.php:576
304
  msgid "You license for"
305
  msgstr ""
306
 
307
- #: bws_functions.php:576
308
  msgid "expires on"
309
  msgstr ""
310
 
311
- #: bws_functions.php:576
312
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
313
  msgstr ""
314
 
315
- #: bws_functions.php:626
316
  #, fuzzy
317
  msgid "Thank you for installing"
318
  msgstr "Tack för att du kontaktade oss."
319
 
320
- #: bws_functions.php:627
321
  msgid "Let's get started"
322
  msgstr ""
323
 
324
- #: bws_functions.php:628
325
  #, fuzzy
326
  msgid "Configure Settings"
327
  msgstr "Inställningar"
328
 
329
- #: bws_functions.php:631
330
  msgid "Add New"
331
  msgstr ""
332
 
333
- #: bws_functions.php:635
334
  msgid "Close notice"
335
  msgstr ""
336
 
337
- #: bws_functions.php:648
338
  msgid "Notice"
339
  msgstr ""
340
 
341
- #: bws_functions.php:648
342
  msgid "The plugin's settings have been changed."
343
  msgstr ""
344
 
345
- #: bws_functions.php:649
346
  msgid "Save Changes"
347
  msgstr "Spara ändringar"
348
 
349
- #: bws_functions.php:694
 
 
 
 
350
  msgid "Add BWS Plugins Shortcode"
351
  msgstr ""
352
 
353
- #: bws_functions.php:738
 
 
 
 
 
 
 
 
354
  msgid "Close"
355
  msgstr ""
356
 
357
- #: bws_functions.php:829
358
  msgid "Restore all plugin settings to defaults"
359
  msgstr ""
360
 
361
- #: bws_functions.php:831
362
  msgid "Restore settings"
363
  msgstr ""
364
 
365
- #: bws_functions.php:842
366
  msgid "Are you sure you want to restore all settings by default?"
367
  msgstr ""
368
 
369
- #: bws_functions.php:845
370
  msgid "Yes, restore all settings"
371
  msgstr ""
372
 
373
- #: bws_functions.php:846
374
  msgid "No, go back to the settings page"
375
  msgstr ""
376
 
377
- #: bws_functions.php:890
378
  #, fuzzy
379
  msgid "Plugin"
380
  msgstr "Betaltillägg"
381
 
382
- #: bws_functions.php:899
383
  #, fuzzy
384
  msgid "Shortcode settings"
385
  msgstr "Inställningar"
386
 
387
- #: bws_functions.php:904
388
  msgid "The shortcode will be inserted"
389
  msgstr ""
390
 
391
- #: bws_functions.php:909
392
  msgid "Insert"
393
  msgstr ""
394
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
395
  #: bws_menu.php:506
396
  msgid "Not set"
397
  msgstr "Inte angiven"
@@ -764,9 +808,6 @@ msgstr "Skicka till anpassad epost &#187;"
764
  #~ msgid "Captcha"
765
  #~ msgstr "Captcha"
766
 
767
- #~ msgid "FAQ"
768
- #~ msgstr "FAQ"
769
-
770
  #~ msgid "Support"
771
  #~ msgstr "Support"
772
 
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
  "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
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
+
439
  #: bws_menu.php:506
440
  msgid "Not set"
441
  msgstr "Inte angiven"
808
  #~ msgid "Captcha"
809
  #~ msgstr "Captcha"
810
 
 
 
 
811
  #~ msgid "Support"
812
  #~ msgstr "Support"
813
 
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-09-17 16:00+0300\n"
6
- "PO-Revision-Date: 2015-09-17 16: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,260 +16,268 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_functions.php:29
20
- #: bws_functions.php:53
21
  msgid "requires"
22
  msgstr "потребує"
23
 
24
- #: bws_functions.php:31
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:32
29
  msgid "Back to the WordPress"
30
  msgstr "Повернутися на WordPress на"
31
 
32
- #: bws_functions.php:34
33
  msgid "Plugins page"
34
  msgstr "Сторінку Плагінів"
35
 
36
- #: bws_functions.php:55
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:112
41
  msgid "It’s time to upgrade your"
42
  msgstr "Настав час модернізувати Ваш"
43
 
44
- #: bws_functions.php:112
45
  msgid "to"
46
  msgstr "до"
47
 
48
- #: bws_functions.php:112
49
  msgid "version!"
50
  msgstr "версії!"
51
 
52
- #: bws_functions.php:113
53
  msgid "Extend standard plugin functionality with new great options."
54
  msgstr "Розширює можливості стандартного функціоналу плагіна."
55
 
56
- #: bws_functions.php:116
57
- #: bws_functions.php:513
58
  msgid "Learn More"
59
  msgstr "Дізнатись більше"
60
 
61
- #: bws_functions.php:133
62
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
63
  msgstr "Якщо вам сподобався плагін, будь ласка, поставте нам 5 зірочок на WordPress"
64
 
65
- #: bws_functions.php:134
66
  msgid "Rate the plugin"
67
  msgstr "Оцінити плагін"
68
 
69
- #: bws_functions.php:137
70
  msgid "If there is something wrong about it, please contact us"
71
  msgstr "Якщо щось не так, будь ласка, повідомте нам"
72
 
73
- #: bws_functions.php:154
74
- #: bws_functions.php:190
 
 
 
 
75
  msgid "Wrong license key"
76
  msgstr "Невірний ключ ліцензії"
77
 
78
- #: bws_functions.php:184
79
- #: bws_functions.php:426
80
- #: bws_functions.php:477
81
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
82
  msgstr "Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, повідомте нам"
83
 
84
- #: bws_functions.php:184
85
- #: bws_functions.php:426
86
- #: bws_functions.php:477
87
  msgid "We are sorry for inconvenience."
88
  msgstr "Просимо вибачення за незручності."
89
 
90
- #: bws_functions.php:192
91
  msgid "This license key is bind to another site"
92
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту"
93
 
94
- #: bws_functions.php:194
95
- #: bws_functions.php:336
96
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
97
  msgstr "На жаль, ви перевищили кількість доступних спроб на день. Будь ласка, завантажте плагін вручну"
98
 
99
- #: bws_functions.php:196
100
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
101
  msgstr "На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати першочергову техпідтримку і оновлення, будь ласка, продовжте ліцензію"
102
 
103
- #: bws_functions.php:198
104
  msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
105
  msgstr "На жаль, Pro ліцензія уже використовувалась на цьому домені. Тріал Pro версії плагіну можна використати лише один раз."
106
 
107
- #: bws_functions.php:219
108
- #: bws_functions.php:241
109
- #: bws_functions.php:263
110
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
111
  msgstr "Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну"
112
 
113
- #: bws_functions.php:231
114
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
115
  msgstr "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну"
116
 
117
- #: bws_functions.php:237
118
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
119
  msgstr "Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін вручну"
120
 
121
- #: bws_functions.php:244
122
  msgid "UploadDir is not writable. Please, upload the plugin manually"
123
  msgstr "Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін вручну"
124
 
125
- #: bws_functions.php:267
126
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
127
  msgstr "Виникли певні проблеми. Спробуйте ще раз пізніше або завантажте плагін вручну. Просимо вибачення за незручності."
128
 
129
- #: bws_functions.php:292
130
  msgid "Please, enter Your license key"
131
  msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
132
 
133
- #: bws_functions.php:309
134
  msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
135
  msgstr "Вітаємо! Pro версію плагіну успішно завантажено та активовано."
136
 
137
- #: bws_functions.php:311
138
- #: bws_functions.php:393
139
  msgid "Please, go to"
140
  msgstr "Будь ласка, перейдіть на"
141
 
142
- #: bws_functions.php:311
143
- #: bws_functions.php:393
144
  msgid "the setting page"
145
  msgstr "сторінку установок"
146
 
147
- #: bws_functions.php:312
148
- #: bws_functions.php:394
149
  msgid "You will be redirected automatically in 5 seconds."
150
  msgstr "Вас буде перенаправлено автоматично через 5 секунд."
151
 
152
- #: bws_functions.php:317
 
 
 
 
153
  msgid "You can download and activate"
154
  msgstr "Ви можете завантажити та активувати"
155
 
156
- #: bws_functions.php:319
157
  msgid "version of this plugin by entering Your license key."
158
  msgstr "версію цього плагіну, якщо впишете ваш ліцензійний ключ."
159
 
160
- #: bws_functions.php:321
161
- #: bws_functions.php:362
162
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
163
  msgstr "Ви можете знайти ваш ліцензійний ключ на вашій персональній сторінці у Client area, перейшовши за посиланням"
164
 
165
- #: bws_functions.php:323
166
- #: bws_functions.php:364
167
  msgid "(your username is the email you specify when purchasing the product)."
168
  msgstr "(ваше ім'я - це емейл, який ви вказували при купівлі плагіну)"
169
 
170
- #: bws_functions.php:327
171
- #: bws_functions.php:630
172
  msgid "or"
173
  msgstr "або"
174
 
175
- #: bws_functions.php:327
176
  #, php-format
177
  msgid "Start Your Free %s-Day Trial Now"
178
  msgstr "Спробуйте %s-денну тріал версію безкоштовно"
179
 
180
- #: bws_functions.php:333
181
- #: bws_functions.php:342
182
- #: bws_functions.php:372
183
- #: bws_functions.php:380
184
  #: bws_menu.php:693
185
  #: bws_menu.php:750
186
  msgid "Activate"
187
  msgstr "Активувати"
188
 
189
- #: bws_functions.php:359
190
- #: bws_functions.php:452
191
  #, php-format
192
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
193
  msgstr "Щоб продовжити користуватись плагіном, потрібно придбати %s ліцензію."
194
 
195
- #: bws_functions.php:360
196
  msgid "After that you can activate it by entering your license key."
197
  msgstr "Після цього ви зможете активувати його ввівши ліцензійний ключ."
198
 
199
- #: bws_functions.php:374
200
  msgid "Unfortunately, you have exceeded the number of available tries per day."
201
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
202
 
203
- #: bws_functions.php:391
204
  msgid "Congratulations! The Pro license of the plugin is successfully activated."
205
  msgstr "Вітаємо! Pro версію плагіну успішно активовано."
206
 
207
- #: bws_functions.php:432
208
  msgid "Wrong license key."
209
  msgstr "Неправильний ліцензійний ключ."
210
 
211
- #: bws_functions.php:434
212
  msgid "This license key is bind to another site."
213
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту."
214
 
215
- #: bws_functions.php:436
216
  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."
217
  msgstr "Даний ліцензійний ключ дійсний, але строк вашої ліцензії витік. Якщо ви хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
218
 
219
- #: bws_functions.php:438
220
  msgid "Unfortunately, you have exceeded the number of available tries."
221
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
222
 
223
- #: bws_functions.php:440
224
  msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
225
  msgstr "На жаль, тріал Pro версія плагіну уже встановлювалась на цей домен. Тріал Pro версію можна встановлювати лише один раз."
226
 
227
- #: bws_functions.php:444
228
  msgid "The Pro Trial license key is valid."
229
  msgstr "Ключ тріал Pro версії вірний."
230
 
231
- #: bws_functions.php:446
232
  msgid "The license key is valid."
233
  msgstr "Ліцензійний ключ дійсний."
234
 
235
- #: bws_functions.php:449
236
  msgid "Your license will expire on"
237
  msgstr "Ваша ліцензія закінчується"
238
 
239
- #: bws_functions.php:482
240
  msgid "Please, enter your license key"
241
  msgstr "Будь ласка, введіть ваш ліцензійний ключ"
242
 
243
- #: bws_functions.php:495
244
  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"
245
  msgstr "При необхідності ви можете перевірити правильність вашого ліцензійного ключа або знову ввести його у полі, що знаходиться нижче. Ви можете знайти свій ліцензійний ключ на вашій персональній сторінці - Client area - на нашому сайті."
246
 
247
- #: bws_functions.php:495
248
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
249
  msgstr "(ім'я користувача - це електронна адреса, яку ви вказуєте при купівлі продукту). При необхідності, будь ласка, відправте запит на відновлення вашого паролю."
250
 
251
- #: bws_functions.php:499
252
  msgid "Check license key"
253
  msgstr "Перевірте ліцензійний ключ"
254
 
255
- #: bws_functions.php:513
256
  msgid "WARNING: Illegal use notification"
257
  msgstr "УВАГА: виявлено несанкціоноване використання плагіну"
258
 
259
- #: bws_functions.php:513
260
  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."
261
  msgstr "Ви можете використовувати одну ліцензію Про-плагіну для одного домену. Будь ласка, переконайтесь, що інформацію щодо ліцензії і домену введено вірно, у вкладці Client Area. Ми настійливо рекомендуємо Вам вирішити це питання протягом 24 годин, інакше плагін буде деактивовано."
262
 
263
- #: bws_functions.php:521
264
  msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
265
  msgstr "Увага: Термін дії тріал періоду Pro версії плагіну скінчився. Щоб продовжити користуватись плагіном, будь ласка, придбайте ліцензію Pro"
266
 
267
- #: bws_functions.php:523
268
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
269
  msgstr "Строк вашої ліцензії витік. Якщо ви хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
270
 
271
- #: bws_functions.php:523
272
- #: bws_functions.php:576
273
  #: bws_menu.php:669
274
  #: bws_menu.php:691
275
  #: bws_menu.php:718
@@ -278,107 +286,143 @@ msgstr "Строк вашої ліцензії витік. Якщо ви хоч
278
  msgid "Learn more"
279
  msgstr "Дізнатись більше"
280
 
281
- #: bws_functions.php:533
282
  #, php-format
283
  msgid "Notice: You are using the Pro Trial license of %s plugin."
284
  msgstr "Увага: Ви використовуєте тріал Pro версію плагіну %s."
285
 
286
- #: bws_functions.php:535
287
  msgid "Notice: You are using the Pro Trial license of plugin."
288
  msgstr "Увага: Ви використовуєте тріал Pro версію плагіну."
289
 
290
- #: bws_functions.php:538
291
  msgid "The Pro Trial license will expire on"
292
  msgstr "Тріал період Pro версії плагіну закінчується"
293
 
294
- #: bws_functions.php:576
295
  msgid "You license for"
296
  msgstr "Ваша ліцензія для"
297
 
298
- #: bws_functions.php:576
299
  msgid "expires on"
300
  msgstr "витікає"
301
 
302
- #: bws_functions.php:576
303
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
304
  msgstr "та ви більше не будете отримувати першочергову технічну підтримку та оновлення."
305
 
306
- #: bws_functions.php:626
307
  msgid "Thank you for installing"
308
  msgstr "Дякуємо, що встановили"
309
 
310
- #: bws_functions.php:627
311
  msgid "Let's get started"
312
  msgstr "Розпочнемо"
313
 
314
- #: bws_functions.php:628
315
  msgid "Configure Settings"
316
  msgstr "Налаштувати плагін"
317
 
318
- #: bws_functions.php:631
319
  msgid "Add New"
320
  msgstr "Додати"
321
 
322
- #: bws_functions.php:635
323
  msgid "Close notice"
324
  msgstr "Закрити"
325
 
326
- #: bws_functions.php:648
327
  msgid "Notice"
328
  msgstr "Зауважте"
329
 
330
- #: bws_functions.php:648
331
  msgid "The plugin's settings have been changed."
332
  msgstr "Налаштування плагіну змінено."
333
 
334
- #: bws_functions.php:649
335
  msgid "Save Changes"
336
- msgstr "Сохранить изменения"
337
 
338
- #: bws_functions.php:694
 
 
 
 
339
  msgid "Add BWS Plugins Shortcode"
340
  msgstr "Додати BWS шорткод"
341
 
342
- #: bws_functions.php:738
 
 
 
 
 
 
 
 
343
  msgid "Close"
344
  msgstr "Закрити"
345
 
346
- #: bws_functions.php:829
347
  msgid "Restore all plugin settings to defaults"
348
  msgstr "Скинути налаштування плагіну до стандартних"
349
 
350
- #: bws_functions.php:831
351
  msgid "Restore settings"
352
  msgstr "Скинути налаштування"
353
 
354
- #: bws_functions.php:842
355
  msgid "Are you sure you want to restore all settings by default?"
356
  msgstr "Ви впевнені, що хочете скинути налаштування плагіну до стандартних?"
357
 
358
- #: bws_functions.php:845
359
  msgid "Yes, restore all settings"
360
  msgstr "Так, скинути налаштування"
361
 
362
- #: bws_functions.php:846
363
  msgid "No, go back to the settings page"
364
  msgstr "Ні, повернутись назад на сторінку налаштувань"
365
 
366
- #: bws_functions.php:890
367
  msgid "Plugin"
368
  msgstr "Плагін"
369
 
370
- #: bws_functions.php:899
371
  msgid "Shortcode settings"
372
  msgstr "Налаштування шорткоду"
373
 
374
- #: bws_functions.php:904
375
  msgid "The shortcode will be inserted"
376
  msgstr "Буде вставлено шорткод"
377
 
378
- #: bws_functions.php:909
379
  msgid "Insert"
380
  msgstr "Вставити"
381
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
382
  #: bws_menu.php:506
383
  msgid "Not set"
384
  msgstr "Не задано"
@@ -752,9 +796,6 @@ msgstr "Відправити на електронну адресу &#187;"
752
  #~ msgid "Captcha"
753
  #~ msgstr "КАПЧА"
754
 
755
- #~ msgid "FAQ"
756
- #~ msgstr "FAQ"
757
-
758
  #~ msgid "Support"
759
  #~ msgstr "Поддержка"
760
 
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
  "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
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
+
426
  #: bws_menu.php:506
427
  msgid "Not set"
428
  msgstr "Не задано"
796
  #~ msgid "Captcha"
797
  #~ msgstr "КАПЧА"
798
 
 
 
 
799
  #~ msgid "Support"
800
  #~ msgstr "Поддержка"
801
 
css/style.css CHANGED
@@ -17,18 +17,7 @@
17
  .pp_social {
18
  display: none;
19
  }
20
- #gllr_border_images_color_small {
21
- background: none repeat scroll 0 0 transparent;
22
- box-shadow: 0 9px 0 rgba(255, 255, 255, 0.1) inset;
23
- border: 1px solid #CCC;
24
- display: inline-block;
25
- height: 20px;
26
- position: relative;
27
- vertical-align: middle;
28
- width: 20px;
29
- top: -2px;
30
- }
31
- #gllr_settings_form .minicolors input {
32
  height: 22px !important;
33
  }
34
  #gllr_loader,
@@ -36,7 +25,7 @@
36
  position: relative;
37
  display: none;
38
  }
39
- .rtl #gllr_settings_form label {
40
  float: right;
41
  width: 100%;
42
  }
17
  .pp_social {
18
  display: none;
19
  }
20
+ .gllr_settings_table .minicolors input {
 
 
 
 
 
 
 
 
 
 
 
21
  height: 22px !important;
22
  }
23
  #gllr_loader,
25
  position: relative;
26
  display: none;
27
  }
28
+ .rtl .gllr_settings_table label {
29
  float: right;
30
  width: 100%;
31
  }
gallery-plugin.php CHANGED
@@ -6,7 +6,7 @@ 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.7
10
  Author URI: http://bestwebsoft.com/
11
  License: GPLv2 or later
12
  */
@@ -39,10 +39,14 @@ if ( ! function_exists( 'add_gllr_admin_menu' ) ) {
39
  global $submenu;
40
  bws_add_general_menu( plugin_basename( __FILE__ ) );
41
 
42
- 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
  }
48
 
@@ -105,6 +109,8 @@ if ( ! function_exists( 'gllr_settings' ) ) {
105
  'single_lightbox_for_multiple_galleries' => 0,
106
  'order_by' => 'meta_value_num',
107
  'order' => 'ASC',
 
 
108
  'read_more_link_text' => __( 'See images &raquo;', 'gallery-plugin' ),
109
  'image_text' => 0,
110
  'return_link' => 0,
@@ -140,6 +146,9 @@ if ( ! function_exists( 'gllr_settings' ) ) {
140
  $gllr_option_defaults['display_settings_notice'] = 0;
141
  $gllr_options = array_merge( $gllr_option_defaults, $gllr_options );
142
  $gllr_options['plugin_option_version'] = $gllr_plugin_info["Version"];
 
 
 
143
  update_option( 'gllr_options', $gllr_options );
144
  /* update templates when updating plugin */
145
  gllr_plugin_install();
@@ -420,6 +429,18 @@ if ( ! function_exists( 'init_metaboxes_gallery' ) ) {
420
  if ( ! function_exists( 'gllr_post_shortcode_box' ) ) {
421
  function gllr_post_shortcode_box( $obj = '', $box = '' ) {
422
  global $post, $wp_version; ?>
 
 
 
 
 
 
 
 
 
 
 
 
423
  <p><?php _e( 'Add this shortcode to a page, post or widget to display a single gallery', 'gallery-plugin' ); ?>:</p>
424
  <p><span class="bws_code">[print_gllr id=<?php echo $post->ID; ?>]</span></p>
425
  <div>
@@ -435,28 +456,23 @@ if ( ! function_exists( 'gllr_post_shortcode_box' ) ) {
435
  /* Metabox-ad for plugin Gallery categories */
436
  if ( ! function_exists( 'gllr_gallery_categories' ) ) {
437
  function gllr_gallery_categories() { ?>
438
- <div class="bws_pro_version_bloc">
439
- <div class="bws_pro_version_table_bloc">
440
- <div class="bws_table_bg" style="top: 0px;"></div>
441
- <div id="gallery_categoriesdiv" class="postbox gllr_ad_block" style="min-width: auto; margin-bottom: 0;">
442
- <div class="handlediv" title="Click to toggle"><br></div>
443
- <div class="inside">
444
- <div id="taxonomy-gallery_categories" class="categorydiv">
445
- <ul id="gallery_categories-tabs" class="category-tabs">
446
- <li class="tabs"><?php _e( 'Gallery Categories', 'gallery-plugin' ); ?></li>
447
- <li class="hide-if-no-js" style="color:#0074A2;"><?php _e( 'Most Used', 'gallery-plugin' ); ?></li>
448
- </ul>
449
- <div id="gallery_categories-all" class="tabs-panel">
450
- <ul id="gallery_categorieschecklist" data-wp-lists="list:gallery_categories" class="categorychecklist form-no-clear">
451
- <li id="gallery_categories-2" class="popular-category">
452
- <label class="selectit"><input value="2" type="checkbox" disabled="disabled" name="tax_input[gallery_categories][]" id="in-gallery_categories-2" checked="checked"><?php _e( 'Default', 'gallery-plugin' ); ?></label>
453
- </li>
454
- </ul>
455
- </div>
456
- <div id="gallery_categories-adder" class="wp-hidden-children">
457
- <h4><a id="gallery_categories-add-toggle" href="#" class="hide-if-no-js">+ <?php _e( 'Add New Gallery Category', 'gallery-plugin' ); ?></a></h4>
458
- </div>
459
- </div>
460
  </div>
461
  </div>
462
  </div>
@@ -645,6 +661,16 @@ if ( ! function_exists( 'gllr_custom_columns' ) ) {
645
  }
646
  }
647
 
 
 
 
 
 
 
 
 
 
 
648
  if ( ! function_exists( 'gllr_the_excerpt_max_charlength' ) ) {
649
  function gllr_the_excerpt_max_charlength( $charlength ) {
650
  $excerpt = get_the_excerpt();
@@ -716,6 +742,12 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
716
  /* Save data for settings page */
717
  if ( isset( $_REQUEST['gllr_form_submit'] ) && check_admin_referer( $plugin_basename, 'gllr_nonce_name' ) ) {
718
  $gllr_request_options = array();
 
 
 
 
 
 
719
  $gllr_request_options["gllr_custom_size_name"] = $gllr_options["gllr_custom_size_name"];
720
 
721
  $gllr_request_options["gllr_custom_size_px"] = array(
@@ -735,8 +767,11 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
735
  $gllr_request_options["slideshow_interval"] = ( ! isset( $_REQUEST['gllr_slideshow_interval'] ) ) || empty( $_REQUEST['gllr_slideshow_interval'] ) ? 2000 : intval( $_REQUEST['gllr_slideshow_interval'] );
736
  $gllr_request_options["single_lightbox_for_multiple_galleries"] = ( isset( $_REQUEST['gllr_single_lightbox_for_multiple_galleries'] ) ) ? 1 : 0;
737
 
738
- $gllr_request_options["order_by"] = $_REQUEST['gllr_order_by'];
739
- $gllr_request_options["order"] = $_REQUEST['gllr_order'];
 
 
 
740
  $gllr_request_options["image_text"] = ( isset( $_REQUEST['gllr_image_text'] ) ) ? 1 : 0;
741
 
742
  $gllr_request_options["return_link"] = ( isset( $_REQUEST['gllr_return_link'] ) ) ? 1 : 0;
@@ -769,11 +804,15 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
769
  $message = __( "Settings are saved", 'gallery-plugin' );
770
  }
771
 
 
 
772
  /* GO PRO */
773
  if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) {
774
- $go_pro_result = bws_go_pro_tab_check( $plugin_basename );
775
  if ( ! empty( $go_pro_result['error'] ) )
776
  $error = $go_pro_result['error'];
 
 
777
  } /* Display form on the setting page */
778
 
779
  if ( isset( $_REQUEST['bws_restore_confirm'] ) && check_admin_referer( $plugin_basename, 'bws_settings_nonce_name' ) ) {
@@ -790,11 +829,9 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
790
  $gllr_options = $result['options'];
791
  } ?>
792
  <div class="wrap">
793
- <div class="icon32 icon32-bws" id="icon-options-general"></div>
794
  <h2><?php _e( 'Gallery Settings', 'gallery-plugin' ); ?></h2>
795
  <h2 class="nav-tab-wrapper">
796
  <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>
797
- <a class="nav-tab" href="http://bestwebsoft.com/products/gallery/faq/" target="_blank"><?php _e( 'FAQ', 'gallery-plugin' ); ?></a>
798
  <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>
799
  </h2>
800
  <div id="gllr_settings_message" class="updated fade" <?php if ( "" == $message ) echo 'style="display:none"'; ?>><p><strong><?php echo $message; ?></strong></p></div>
@@ -806,10 +843,24 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
806
  bws_demo_confirm();
807
  } else { ?>
808
  <noscript><div class="error"><p><?php _e( 'Please enable JavaScript to use the option to renew images.', 'gallery-plugin' ); ?></p></div></noscript>
809
- <?php bws_show_settings_notice(); ?>
810
- <p><?php _e( "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:", 'gallery-plugin' ); ?>
811
- <span class="bws_code">[print_gllr id=Your_gallery_post_id]</span>
812
- </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
813
  <table class="form-table hide-if-no-js">
814
  <tr valign="top">
815
  <th scope="row"><?php _e( 'Update images for gallery', 'gallery-plugin' ); ?> </th>
@@ -820,7 +871,7 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
820
  </table>
821
  <br/>
822
  <form class="bws_form" method="post" action="admin.php?page=gallery-plugin.php">
823
- <table class="form-table">
824
  <tr valign="top" class="gllr_width_labels">
825
  <th scope="row"><?php _e( 'Image size for the album cover', 'gallery-plugin' ); ?> </th>
826
  <td>
@@ -853,66 +904,69 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
853
  <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>
854
  </tr>
855
  </table>
856
- <div class="bws_pro_version_bloc">
857
- <div class="bws_pro_version_table_bloc">
858
- <div class="bws_table_bg"></div>
859
- <table class="form-table bws_pro_version">
860
- <tr valign="top" class="gllr_width_labels">
861
- <th scope="row"><?php _e( 'Image size in the lightbox', 'gallery-plugin' ); ?> </th>
862
- <td>
863
- <label><?php _e( 'Image size', 'gallery-plugin' ); ?> full-photo</label><br />
864
- <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 />
865
- <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 />
866
- <input disabled type="checkbox" name="gllrprfssnl_size_photo_full" value="1" /> <?php _e( 'Display a full size image in the lightbox', 'gallery-plugin' ); ?>
867
- </td>
868
- </tr>
869
- <tr valign="top" class="gllr_width_labels">
870
- <th scope="row"><?php _e( 'Crop position', 'gallery-plugin' ); ?></th>
871
- <td>
872
- <label>
873
- <select disabled>
874
- <option value="center"><?php _e( 'center', 'gallery-plugin' ); ?></option>
875
- </select>
876
- <?php _e( 'Horizontal', 'gallery-plugin' ); ?>
877
- </label><br />
878
- <label>
879
- <select disabled>
880
- <option value="center"><?php _e( 'center', 'gallery-plugin' ); ?></option>
881
- </select>
882
- <?php _e( 'Vertical', 'gallery-plugin' ); ?>
883
- </label>
884
- </td>
885
- </tr>
886
- <tr valign="top">
887
- <th scope="row"><?php _e( 'Lightbox background', 'gallery-plugin' ); ?> </th>
888
- <td>
889
- <input disabled class="button button-small gllrprfssnl_lightbox_default" type="button" value="<?php _e( 'Default', 'gallery-plugin' ); ?>"> <br />
890
- <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 />
891
- <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>
892
- </td>
893
- </tr>
894
- <tr valign="top">
895
- <th scope="row" colspan="2">
896
- * <?php _e( 'If you upgrade to Pro version all your settings and galleries will be saved.', 'gallery-plugin' ); ?>
897
- </th>
898
- </tr>
899
- </table>
900
- </div>
901
- <div class="bws_pro_version_tooltip">
902
- <div class="bws_info">
903
- <?php _e( 'Unlock premium options by upgrading to Pro version', 'gallery-plugin' ); ?>
904
  </div>
905
- <div class="bws_pro_links">
906
- <span class="bws_trial_info">
907
- <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>
908
- <?php _e( 'or', 'gallery-plugin' ); ?>
909
- </span>
910
- <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>
 
 
 
 
 
 
911
  </div>
912
- <div class="gllr_clear"></div>
913
  </div>
914
- </div>
915
- <table class="form-table">
916
  <tr valign="top">
917
  <th scope="row"><?php _e( 'Images with border', 'gallery-plugin' ); ?></th>
918
  <td>
@@ -948,18 +1002,38 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
948
  <tr valign="top">
949
  <th scope="row"><?php _e( 'Sort images by', 'gallery-plugin' ); ?></th>
950
  <td>
951
- <label class="label_radio"><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 />
952
- <label class="label_radio"><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 />
953
- <label class="label_radio"><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 />
954
- <label class="label_radio"><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 />
955
- <label class="label_radio"><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>
956
  </td>
957
  </tr>
958
  <tr valign="top">
959
  <th scope="row"><?php _e( 'Sort images', 'gallery-plugin' ); ?></th>
960
  <td>
961
- <label class="label_radio"><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 />
962
- <label class="label_radio"><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>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
963
  </td>
964
  </tr>
965
  <tr valign="top">
@@ -1024,85 +1098,88 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
1024
  </td>
1025
  </tr>
1026
  </table>
1027
- <div class="bws_pro_version_bloc">
1028
- <div class="bws_pro_version_table_bloc">
1029
- <div class="bws_table_bg"></div>
1030
- <table class="form-table bws_pro_version">
1031
- <tr valign="top" class="gllr_width_labels">
1032
- <th scope="row"><?php _e( 'Use pagination for images', 'gallery-plugin' ); ?></th>
1033
- <td>
1034
- <input disabled type="checkbox" name="gllrprfssnl_images_pagination" value="1" /><br />
1035
- <label><input disabled type="number" name="gllrprfssnl_images_per_page" value="" /> <?php _e( 'per page', 'gallery-plugin' ); ?></label>
1036
- </td>
1037
- </tr>
1038
- <tr valign="top" class="gllr_width_labels">
1039
- <th scope="row"><?php _e( 'The lightbox helper', 'gallery-plugin' ); ?></th>
1040
- <td>
1041
- <label><input disabled type="radio" name="gllrprfssnl_fancybox_helper" value="none" /> <?php _e( 'Do not use', 'gallery-plugin' ); ?></label><br />
1042
- <label><input disabled type="radio" name="gllrprfssnl_fancybox_helper" value="button" /> <?php _e( 'Button helper', 'gallery-plugin' ); ?></label><br />
1043
- <label><input disabled type="radio" name="gllrprfssnl_fancybox_helper" value="thumbnail" /> <?php _e( 'Thumbnail helper', 'gallery-plugin' ); ?></label>
1044
- </td>
1045
- </tr>
1046
- <tr valign="top" class="gllr_width_labels">
1047
- <th scope="row"><?php _e( 'Display Like buttons in the lightbox', 'gallery-plugin' ); ?></th>
1048
- <td>
1049
- <label><input disabled type="checkbox" name="gllrprfssnl_like_button_fb" value="1" /> <?php _e( 'FaceBook', 'gallery-plugin' ); ?></label><br />
1050
- <label><input disabled type="checkbox" name="gllrprfssnl_like_button_twit" value="1" /> <?php _e( 'Twitter', 'gallery-plugin' ); ?></label><br />
1051
- <label><input disabled type="checkbox" name="gllrprfssnl_like_button_pint" value="1" /> <?php _e( 'Pinterest', 'gallery-plugin' ); ?></label><br />
1052
- <label><input disabled type="checkbox" name="gllrprfssnl_like_button_g_plusone" value="1" /> <?php _e( 'Google +1', 'gallery-plugin' ); ?></label>
1053
- </td>
1054
- </tr>
1055
- <tr valign="top" class="gllr_width_labels">
1056
- <th scope="row"><?php _e( 'Slug for gallery item', 'gallery-plugin' ); ?></th>
1057
- <td>
1058
- <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>
1059
- </td
1060
- </tr>
1061
- <tr valign="top">
1062
- <th scope="row"><?php _e( 'Title for lightbox button', 'gallery-plugin' ); ?></th>
1063
- <td>
1064
- <input type="text" name="gllrprfssnl_lightbox_button_text" disabled value="" />
1065
- </td>
1066
- </tr>
1067
- <tr valign="top">
1068
- <th scope="row"><?php _e( 'Display all images in the lightbox instead of going into a single gallery', 'gallery-plugin' ); ?> </th>
1069
- <td>
1070
- <input type="checkbox" name="gllrpr_hide_single_gallery" value="1" disabled />
1071
- <span class="bws_info">(<?php printf( __( 'When using the gallery template or a shortcode with `%s` parameter', 'gallery-plugin' ), 'display=short' ); ?>)</span>
1072
- </td>
1073
- </tr>
1074
- <tr valign="top">
1075
- <th scope="row" colspan="2">
1076
- * <?php _e( 'If you upgrade to Pro version all your settings and galleries will be saved.', 'gallery-plugin' ); ?>
1077
- </th>
1078
- </tr>
1079
- </table>
1080
- </div>
1081
- <div class="bws_pro_version_tooltip">
1082
- <div class="bws_info">
1083
- <?php _e( 'Unlock premium options by upgrading to Pro version', 'gallery-plugin' ); ?>
1084
  </div>
1085
- <div class="bws_pro_links">
1086
- <span class="bws_trial_info">
1087
- <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>
1088
- <?php _e( 'or', 'gallery-plugin' ); ?>
1089
- </span>
1090
- <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>
 
 
 
 
 
 
1091
  </div>
1092
- <div class="gllr_clear"></div>
1093
  </div>
1094
- </div>
1095
- <input type="hidden" name="gllr_form_submit" value="submit" />
1096
  <p class="submit">
1097
  <input id="bws-submit-button" type="submit" class="button-primary" value="<?php _e( 'Save Changes', 'gallery-plugin' ) ?>" />
1098
- </p>
1099
- <?php wp_nonce_field( $plugin_basename, 'gllr_nonce_name' ); ?>
 
1100
  </form>
1101
  <?php do_action( 'bws_show_demo_button');
1102
  bws_form_restore_default_settings( $plugin_basename );
1103
  }
1104
  } elseif ( 'go_pro' == $_GET['action'] ) {
1105
- bws_go_pro_tab( $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' );
1106
  }
1107
  bws_plugin_reviews_block( $gllr_plugin_info['Name'], 'gallery-plugin' ); ?>
1108
  </div>
@@ -1154,23 +1231,6 @@ if ( ! function_exists( 'gllr_plugin_action_links' ) ) {
1154
  }
1155
  }
1156
 
1157
- if ( ! function_exists ( 'gllr_add_admin_script' ) ) {
1158
- function gllr_add_admin_script() {
1159
- global $post_type; ?>
1160
- <script type="text/javascript">
1161
- (function($) {
1162
- $(document).ready( function() {
1163
- $( '.gllr_image_block img' ).css( 'cursor', 'all-scroll' );
1164
- $( '.gllr_order_message' ).removeClass( 'hidden' );
1165
- <?php if ( isset( $post_type ) && 'gallery' == $post_type ) { ?>
1166
- $( '#gllr_show_gallery_categories_notice' ).hide();
1167
- <?php } ?>
1168
- });
1169
- })(jQuery);
1170
- </script>
1171
- <?php }
1172
- }
1173
-
1174
  if ( ! function_exists ( 'gllr_admin_head' ) ) {
1175
  function gllr_admin_head() {
1176
  global $wp_version, $gllr_plugin_info, $post_type, $pagenow;
@@ -1334,7 +1394,9 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
1334
  'post_type' => 'gallery',
1335
  'post_status' => 'publish',
1336
  'posts_per_page' => -1,
1337
- 'gallery_categories'=> $term->slug
 
 
1338
  );
1339
  $first_query = new WP_Query( $args ); ?>
1340
  <div class="gallery_box">
@@ -1651,7 +1713,7 @@ if ( ! function_exists ( 'gllr_image_make_intermediate_size' ) ) {
1651
  return array(
1652
  'file' => wp_basename( $resized_file ),
1653
  'width' => $info[0],
1654
- 'height' => $info[1],
1655
  );
1656
  }
1657
  }
@@ -1942,9 +2004,7 @@ if ( $wp_version > '3.3' ) {
1942
  else
1943
  $total_items = $wpdb->get_var( "SELECT COUNT(*) FROM " . $wpdb->posts . " WHERE ID IN( " . $images_id . " )" );
1944
 
1945
- $per_page = 25;
1946
-
1947
- $total_pages = ceil( $total_items / $per_page );
1948
 
1949
  $mode = get_user_option( 'gllr_media_library_mode', get_current_user_id() ) ? get_user_option( 'gllr_media_library_mode', get_current_user_id() ) : 'list';
1950
  $modes = array( 'grid', 'list' );
@@ -1955,9 +2015,9 @@ if ( $wp_version > '3.3' ) {
1955
  }
1956
 
1957
  $this->set_pagination_args( array(
1958
- 'total_items' => $total_items,
1959
- 'total_pages' => $total_pages,
1960
- 'per_page' => $per_page
1961
  ) );
1962
 
1963
  if ( $wp_version < '4.2' )
@@ -2008,9 +2068,7 @@ if ( $wp_version > '3.3' ) {
2008
  return false;
2009
  }
2010
 
2011
- function display_tablenav( $which ) {
2012
- //if ( 'top' == $which )
2013
- //wp_nonce_field( 'bulk-' . $this->_args['plural'] ); ?>
2014
  <div class="tablenav <?php echo esc_attr( $which ); ?>">
2015
  <div class="alignleft actions bulkactions">
2016
  <?php $this->bulk_actions( $which ); ?>
@@ -2130,7 +2188,7 @@ if ( $wp_version > '3.3' ) {
2130
  }*/
2131
 
2132
  function display_rows( $lists = array(), $level = 0 ) {
2133
- global $post, $wp_query, $mode, $original_post;
2134
 
2135
  add_filter( 'the_title','esc_html' );
2136
 
@@ -2144,9 +2202,10 @@ if ( $wp_version > '3.3' ) {
2144
  'posts_per_page' => -1,
2145
  'post_status' => 'inherit',
2146
  'meta_key' => '_gallery_order_' . $original_post->ID,
2147
- 'orderby' => 'meta_value_num',
2148
- 'order' => 'ASC'
2149
  ) );
 
2150
  while ( have_posts() ) {
2151
  the_post();
2152
  $this->single_row( $mode );
@@ -2157,7 +2216,7 @@ if ( $wp_version > '3.3' ) {
2157
  }
2158
 
2159
  function display_grid_rows() {
2160
- global $post, $mode, $original_post, $gllr_plugin_info;
2161
  $old_post = $post;
2162
  add_filter( 'the_title','esc_html' );
2163
 
@@ -2168,8 +2227,8 @@ if ( $wp_version > '3.3' ) {
2168
  'posts_per_page' => -1,
2169
  'post_status' => 'inherit',
2170
  'meta_key' => '_gallery_order_' . $post->ID,
2171
- 'orderby' => 'meta_value_num',
2172
- 'order' => 'ASC'
2173
  ) );
2174
  while ( have_posts() ) {
2175
  the_post();
@@ -2527,11 +2586,14 @@ if ( ! function_exists( 'gllr_shortcode_button_content' ) ) {
2527
  <p><?php _e( 'or', 'gallery-plugin' ); ?></p>
2528
  <label>
2529
  <?php } ?>
2530
- <select name="gllr_list" id="gllr_shortcode_list">
2531
  <?php while ( $query->have_posts() ) {
2532
  $query->the_post();
2533
- if ( ! isset( $gllr_first ) ) $gllr_first = get_the_ID(); ?>
2534
- <option value="<?php the_ID(); ?>"><h2><?php the_title(); ?></h2></option>
 
 
 
2535
  <?php }
2536
  wp_reset_postdata();
2537
  $post = $old_post; ?>
@@ -2582,6 +2644,21 @@ if ( ! function_exists( 'gllr_shortcode_button_content' ) ) {
2582
  <?php }
2583
  }
2584
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2585
  /* Activate plugin */
2586
  register_activation_hook( __FILE__, 'gllr_plugin_activate' );
2587
 
@@ -2611,8 +2688,8 @@ add_filter( 'page_css_class', 'gllr_page_css_class', 10, 2 );
2611
 
2612
  add_filter( 'manage_gallery_posts_columns', 'gllr_change_columns' );
2613
  add_action( 'manage_gallery_posts_custom_column', 'gllr_custom_columns', 10, 2 );
 
2614
 
2615
- add_action( 'admin_head', 'gllr_add_admin_script' );
2616
  add_action( 'admin_enqueue_scripts', 'gllr_admin_head' );
2617
  add_action( 'wp_enqueue_scripts', 'gllr_wp_head' );
2618
  add_action( 'wp_head', 'gllr_add_wp_head' );
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
  */
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
  }
51
  }
52
 
109
  'single_lightbox_for_multiple_galleries' => 0,
110
  'order_by' => 'meta_value_num',
111
  'order' => 'ASC',
112
+ 'album_order_by' => 'date',
113
+ 'album_order' => 'DESC',
114
  'read_more_link_text' => __( 'See images &raquo;', 'gallery-plugin' ),
115
  'image_text' => 0,
116
  'return_link' => 0,
146
  $gllr_option_defaults['display_settings_notice'] = 0;
147
  $gllr_options = array_merge( $gllr_option_defaults, $gllr_options );
148
  $gllr_options['plugin_option_version'] = $gllr_plugin_info["Version"];
149
+ /* show pro features */
150
+ $gllr_options['hide_premium_options'] = array();
151
+
152
  update_option( 'gllr_options', $gllr_options );
153
  /* update templates when updating plugin */
154
  gllr_plugin_install();
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>
442
+ </div>
443
+ </div>
444
  <p><?php _e( 'Add this shortcode to a page, post or widget to display a single gallery', 'gallery-plugin' ); ?>:</p>
445
  <p><span class="bws_code">[print_gllr id=<?php echo $post->ID; ?>]</span></p>
446
  <div>
456
  /* Metabox-ad for plugin Gallery categories */
457
  if ( ! function_exists( 'gllr_gallery_categories' ) ) {
458
  function gllr_gallery_categories() { ?>
459
+ <div id="gallery_categoriesdiv" class="postbox gllr_ad_block" style="min-width: auto; margin-bottom: 0;">
460
+ <div class="handlediv" title="Click to toggle"><br></div>
461
+ <div class="inside">
462
+ <div id="taxonomy-gallery_categories" class="categorydiv">
463
+ <ul id="gallery_categories-tabs" class="category-tabs">
464
+ <li class="tabs"><?php _e( 'Gallery Categories', 'gallery-plugin' ); ?></li>
465
+ <li class="hide-if-no-js" style="color:#0074A2;"><?php _e( 'Most Used', 'gallery-plugin' ); ?></li>
466
+ </ul>
467
+ <div id="gallery_categories-all" class="tabs-panel">
468
+ <ul id="gallery_categorieschecklist" data-wp-lists="list:gallery_categories" class="categorychecklist form-no-clear">
469
+ <li id="gallery_categories-2" class="popular-category">
470
+ <label class="selectit"><input value="2" type="checkbox" disabled="disabled" name="tax_input[gallery_categories][]" id="in-gallery_categories-2" checked="checked"><?php _e( 'Default', 'gallery-plugin' ); ?></label>
471
+ </li>
472
+ </ul>
473
+ </div>
474
+ <div id="gallery_categories-adder" class="wp-hidden-children">
475
+ <h4><a id="gallery_categories-add-toggle" href="#" class="hide-if-no-js">+ <?php _e( 'Add New Gallery Category', 'gallery-plugin' ); ?></a></h4>
 
 
 
 
 
476
  </div>
477
  </div>
478
  </div>
661
  }
662
  }
663
 
664
+ if ( ! function_exists( 'gllr_manage_pre_get_posts' ) ) {
665
+ function gllr_manage_pre_get_posts( $query ) {
666
+ if ( is_admin() && $query->is_main_query() && $query->get( 'post_type' ) == 'gallery' && ! isset( $_GET['order'] ) && ( $orderby = $query->get( 'orderby' ) ) ) {
667
+ global $gllr_options;
668
+ $query->set( 'orderby', $gllr_options['album_order_by'] );
669
+ $query->set( 'order', $gllr_options['album_order'] );
670
+ }
671
+ }
672
+ }
673
+
674
  if ( ! function_exists( 'gllr_the_excerpt_max_charlength' ) ) {
675
  function gllr_the_excerpt_max_charlength( $charlength ) {
676
  $excerpt = get_the_excerpt();
742
  /* Save data for settings page */
743
  if ( isset( $_REQUEST['gllr_form_submit'] ) && check_admin_referer( $plugin_basename, 'gllr_nonce_name' ) ) {
744
  $gllr_request_options = array();
745
+
746
+ if ( isset( $_POST['bws_hide_premium_options'] ) ) {
747
+ $hide_result = bws_hide_premium_options( $gllr_request_options );
748
+ $gllr_request_options = $hide_result['options'];
749
+ }
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(
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;
804
  $message = __( "Settings are saved", 'gallery-plugin' );
805
  }
806
 
807
+ $bws_hide_premium_options_check = bws_hide_premium_options_check( $gllr_options );
808
+
809
  /* GO PRO */
810
  if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) {
811
+ $go_pro_result = bws_go_pro_tab_check( $plugin_basename, 'gllr_options' );
812
  if ( ! empty( $go_pro_result['error'] ) )
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' ) ) {
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>
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>
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>
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' ); ?>
950
+ </th>
951
+ </tr>
952
+ </table>
 
 
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>
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">
1098
  </td>
1099
  </tr>
1100
  </table>
1101
+ <?php if ( ! $bws_hide_premium_options_check ) { ?>
1102
+ <div class="bws_pro_version_bloc">
1103
+ <div class="bws_pro_version_table_bloc">
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 />
1126
+ <label><input disabled type="checkbox" name="gllrprfssnl_like_button_twit" value="1" /> <?php _e( 'Twitter', 'gallery-plugin' ); ?></label><br />
1127
+ <label><input disabled type="checkbox" name="gllrprfssnl_like_button_pint" value="1" /> <?php _e( 'Pinterest', 'gallery-plugin' ); ?></label><br />
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>
1135
+ </td>
1136
+ </tr>
1137
+ <tr valign="top">
1138
+ <th scope="row"><?php _e( 'Title for lightbox button', 'gallery-plugin' ); ?></th>
1139
+ <td>
1140
+ <input type="text" name="gllrprfssnl_lightbox_button_text" disabled value="" />
1141
+ </td>
1142
+ </tr>
1143
+ <tr valign="top">
1144
+ <th scope="row"><?php _e( 'Display all images in the lightbox instead of going into a single gallery', 'gallery-plugin' ); ?> </th>
1145
+ <td>
1146
+ <input type="checkbox" name="gllrpr_hide_single_gallery" value="1" disabled />
1147
+ <span class="bws_info">(<?php printf( __( 'When using the gallery template or a shortcode with `%s` parameter', 'gallery-plugin' ), 'display=short' ); ?>)</span>
1148
+ </td>
1149
+ </tr>
1150
+ <tr valign="top">
1151
+ <th scope="row" colspan="2">
1152
+ * <?php _e( 'If you upgrade to Pro version all your settings and galleries will be saved.', 'gallery-plugin' ); ?>
1153
+ </th>
1154
+ </tr>
1155
+ </table>
 
 
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">
1163
+ <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>
1164
+ <?php _e( 'or', 'gallery-plugin' ); ?>
1165
+ </span>
1166
+ <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>
1167
+ </div>
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>
1231
  }
1232
  }
1233
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1234
  if ( ! function_exists ( 'gllr_admin_head' ) ) {
1235
  function gllr_admin_head() {
1236
  global $wp_version, $gllr_plugin_info, $post_type, $pagenow;
1394
  'post_type' => 'gallery',
1395
  'post_status' => 'publish',
1396
  'posts_per_page' => -1,
1397
+ 'gallery_categories'=> $term->slug,
1398
+ 'orderby' => $gllr_options['album_order_by'],
1399
+ 'order' => $gllr_options['album_order']
1400
  );
1401
  $first_query = new WP_Query( $args ); ?>
1402
  <div class="gallery_box">
1713
  return array(
1714
  'file' => wp_basename( $resized_file ),
1715
  'width' => $info[0],
1716
+ 'height' => $info[1]
1717
  );
1718
  }
1719
  }
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';
2010
  $modes = array( 'grid', 'list' );
2015
  }
2016
 
2017
  $this->set_pagination_args( array(
2018
+ 'total_items' => $total_items,
2019
+ 'total_pages' => 1,
2020
+ 'per_page' => $per_page
2021
  ) );
2022
 
2023
  if ( $wp_version < '4.2' )
2068
  return false;
2069
  }
2070
 
2071
+ function display_tablenav( $which ) { ?>
 
 
2072
  <div class="tablenav <?php echo esc_attr( $which ); ?>">
2073
  <div class="alignleft actions bulkactions">
2074
  <?php $this->bulk_actions( $which ); ?>
2188
  }*/
2189
 
2190
  function display_rows( $lists = array(), $level = 0 ) {
2191
+ global $post, $wp_query, $mode, $original_post, $gllr_options;
2192
 
2193
  add_filter( 'the_title','esc_html' );
2194
 
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
  ) );
2208
+
2209
  while ( have_posts() ) {
2210
  the_post();
2211
  $this->single_row( $mode );
2216
  }
2217
 
2218
  function display_grid_rows() {
2219
+ global $post, $mode, $original_post, $gllr_plugin_info, $gllr_options;
2220
  $old_post = $post;
2221
  add_filter( 'the_title','esc_html' );
2222
 
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
  ) );
2233
  while ( have_posts() ) {
2234
  the_post();
2586
  <p><?php _e( 'or', 'gallery-plugin' ); ?></p>
2587
  <label>
2588
  <?php } ?>
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; ?>
2644
  <?php }
2645
  }
2646
 
2647
+ /* add help tab */
2648
+ if ( ! function_exists( 'gllr_add_tabs' ) ) {
2649
+ function gllr_add_tabs() {
2650
+ $screen = get_current_screen();
2651
+ if ( ( ! empty( $screen->post_type ) && 'gallery' == $screen->post_type ) ||
2652
+ ( isset( $_GET['page'] ) && $_GET['page'] == 'gallery-plugin.php' ) ) {
2653
+ $args = array(
2654
+ 'id' => 'gllr',
2655
+ 'section' => '200538899'
2656
+ );
2657
+ bws_help_tab( $screen, $args );
2658
+ }
2659
+ }
2660
+ }
2661
+
2662
  /* Activate plugin */
2663
  register_activation_hook( __FILE__, 'gllr_plugin_activate' );
2664
 
2688
 
2689
  add_filter( 'manage_gallery_posts_columns', 'gllr_change_columns' );
2690
  add_action( 'manage_gallery_posts_custom_column', 'gllr_custom_columns', 10, 2 );
2691
+ add_action( 'pre_get_posts', 'gllr_manage_pre_get_posts', 1 );
2692
 
 
2693
  add_action( 'admin_enqueue_scripts', 'gllr_admin_head' );
2694
  add_action( 'wp_enqueue_scripts', 'gllr_wp_head' );
2695
  add_action( 'wp_head', 'gllr_add_wp_head' );
js/script.js CHANGED
@@ -138,7 +138,7 @@ function gllr_setError( msg ) {
138
  if ( $( "#the-list tr" ).length > 1 ) {
139
  $( '#the-list' ).sortable( {
140
  stop: function( event, ui ) {
141
- var g = $( '#the-list' ).sortable( 'toArray' );
142
  var f = g.length;
143
  $.each( g,
144
  function( k,l ) {
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 ) {
languages/gallery-plugin-bg_BG.mo CHANGED
Binary file
languages/gallery-plugin-bg_BG.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-09-14 14:32+0300\n"
6
- "PO-Revision-Date: 2015-09-14 14:32+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Petya <p@pipermagus.com>\n"
9
  "Language: uk_UA\n"
@@ -17,775 +17,818 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:45
20
- #: gallery-plugin.php:797
21
- #: gallery-plugin.php:1133
22
- #: gallery-plugin.php:1150
23
  msgid "Settings"
24
  msgstr "Настройки"
25
 
26
- #: gallery-plugin.php:105
27
  msgid "See images &raquo;"
28
  msgstr "Виж изображенията &raquo;"
29
 
30
- #: gallery-plugin.php:108
31
  msgid "Return to all albums"
32
  msgstr ""
33
 
34
- #: gallery-plugin.php:332
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:342
40
- #: gallery-plugin.php:351
41
  msgid "Galleries"
42
  msgstr "Галерии"
43
 
44
- #: gallery-plugin.php:343
45
- #: gallery-plugin.php:2530
46
  msgid "Gallery"
47
  msgstr "Галерия"
48
 
49
- #: gallery-plugin.php:344
50
  msgid "Add New Gallery"
51
  msgstr "Добави нова галерия"
52
 
53
- #: gallery-plugin.php:345
54
  msgid "Edit Gallery"
55
  msgstr "Редактирай галерия"
56
 
57
- #: gallery-plugin.php:346
58
  msgid "New Gallery"
59
  msgstr "Нова галерия"
60
 
61
- #: gallery-plugin.php:347
62
  msgid "View Gallery"
63
  msgstr "Преглед на галерия"
64
 
65
- #: gallery-plugin.php:348
66
  #, fuzzy
67
  msgid "Search Galleries"
68
  msgstr "Галерии"
69
 
70
- #: gallery-plugin.php:349
71
  msgid "No Gallery found"
72
  msgstr "Няма намерена галерия"
73
 
74
- #: gallery-plugin.php:406
75
  msgid "Gallery Shortcode"
76
  msgstr "Шорткод за галерия"
77
 
78
- #: gallery-plugin.php:408
79
- #: gallery-plugin.php:440
 
80
  #, fuzzy
81
  msgid "Gallery Categories"
82
  msgstr "Размер на изображението в галерия"
83
 
84
- #: gallery-plugin.php:417
 
 
 
 
 
 
 
 
 
 
 
85
  msgid "Add this shortcode to a page, post or widget to display a single gallery"
86
  msgstr ""
87
 
88
- #: gallery-plugin.php:420
89
  #, fuzzy
90
  msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
91
  msgstr "Ако искате да покажете кратко описание, заедно със screenshot и линк към страницата с галерията"
92
 
93
- #: gallery-plugin.php:422
94
  msgid "Short display"
95
  msgstr ""
96
 
97
- #: gallery-plugin.php:441
98
  msgid "Most Used"
99
  msgstr ""
100
 
101
- #: gallery-plugin.php:446
102
- #: gallery-plugin.php:890
103
  msgid "Default"
104
  msgstr "По подразбиране"
105
 
106
- #: gallery-plugin.php:451
107
  #, fuzzy
108
  msgid "Add New Gallery Category"
109
  msgstr "Добави нова галерия"
110
 
111
- #: gallery-plugin.php:458
112
  #, fuzzy
113
  msgid "Install plugin"
114
  msgstr "Встановлених модулів"
115
 
116
- #: gallery-plugin.php:613
117
- #: gallery-plugin.php:2126
118
- #: gallery-plugin.php:2240
119
- #: gallery-plugin.php:2326
 
120
  msgid "Title"
121
  msgstr "Име"
122
 
123
- #: gallery-plugin.php:614
 
124
  msgid "Author"
125
  msgstr "Автор "
126
 
127
- #: gallery-plugin.php:615
128
  #, fuzzy
129
  msgid "Shortcode"
130
  msgstr "Шорткод за галерия"
131
 
132
- #: gallery-plugin.php:616
133
  #, fuzzy
134
  msgid "Photos"
135
  msgstr "Снимка"
136
 
137
- #: gallery-plugin.php:617
138
- #: gallery-plugin.php:954
 
139
  msgid "Date"
140
  msgstr "Дата "
141
 
142
- #: gallery-plugin.php:770
143
  msgid "Settings are saved"
144
  msgstr "Настройките са съхранени"
145
 
146
- #: gallery-plugin.php:783
147
  #, fuzzy
148
  msgid "All plugin settings were restored."
149
  msgstr "на страницата с настройки за плъгина ("
150
 
151
- #: gallery-plugin.php:795
152
  msgid "Gallery Settings"
153
  msgstr "Настройки на галерията"
154
 
155
- #: gallery-plugin.php:798
156
- #: gallery-plugin.php:1134
157
  msgid "FAQ"
158
  msgstr "Често задавани въпроси"
159
 
160
- #: gallery-plugin.php:799
161
  msgid "Go PRO"
162
  msgstr ""
163
 
164
- #: gallery-plugin.php:809
165
  #, fuzzy
166
  msgid "Please enable JavaScript to use the option to renew images."
167
  msgstr "Моля, активирайте JavaScript, за да можете да качвате файлове."
168
 
169
- #: gallery-plugin.php:810
170
- msgid "Notice:"
171
- msgstr ""
172
-
173
- #: gallery-plugin.php:810
174
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
175
  msgstr ""
176
 
177
- #: gallery-plugin.php:811
178
- msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
179
- msgstr "Ако искате да добавите галерия към ваша страница или пост, просто копирайте и поставете този шорткод в поста или страницата:"
180
-
181
- #: gallery-plugin.php:816
182
  msgid "Update images for gallery"
183
  msgstr ""
184
 
185
- #: gallery-plugin.php:818
186
  #, fuzzy
187
  msgid "Update images"
188
  msgstr "подреди изображенията"
189
 
190
- #: gallery-plugin.php:826
191
  msgid "Image size for the album cover"
192
  msgstr "Размер на изображението за корица на албума"
193
 
194
- #: gallery-plugin.php:828
195
- #: gallery-plugin.php:842
196
- #: gallery-plugin.php:864
197
  msgid "Image size"
198
  msgstr "Размер на изображението"
199
 
200
- #: gallery-plugin.php:831
201
- #: gallery-plugin.php:845
202
  msgid "Width (in px)"
203
  msgstr "Ширина (в px)"
204
 
205
- #: gallery-plugin.php:835
206
- #: gallery-plugin.php:849
207
  msgid "Height (in px)"
208
  msgstr "Височина (в px)"
209
 
210
- #: gallery-plugin.php:840
211
  #, fuzzy
212
  msgid "Image size for thumbnails"
213
  msgstr "Размер на изображението за корица на албума"
214
 
215
- #: gallery-plugin.php:854
216
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
217
  msgstr "WordPress ще създава thumbnail с указаните размери, когато качвате нова снимка."
218
 
219
- #: gallery-plugin.php:862
 
 
 
 
 
 
220
  #, fuzzy
221
  msgid "Image size in the lightbox"
222
  msgstr "Размер на изображението за lightbox"
223
 
224
- #: gallery-plugin.php:865
225
  msgid "Max width (in px)"
226
  msgstr "Макс. ширина (в px)"
227
 
228
- #: gallery-plugin.php:866
229
  msgid "Max height (in px)"
230
  msgstr "Макс. височина (в px)"
231
 
232
- #: gallery-plugin.php:867
233
  msgid "Display a full size image in the lightbox"
234
  msgstr "Показване на изображението в пълен размер в lightbox"
235
 
236
- #: gallery-plugin.php:871
237
  msgid "Crop position"
238
  msgstr "Позиция за изрязване"
239
 
240
- #: gallery-plugin.php:875
241
- #: gallery-plugin.php:881
242
  msgid "center"
243
  msgstr "център"
244
 
245
- #: gallery-plugin.php:877
246
  msgid "Horizontal"
247
  msgstr "Хоризонтално"
248
 
249
- #: gallery-plugin.php:883
250
  msgid "Vertical"
251
  msgstr "Вертикално"
252
 
253
- #: gallery-plugin.php:888
254
  msgid "Lightbox background"
255
  msgstr "Фон на lightbox"
256
 
257
- #: gallery-plugin.php:891
258
  msgid "Background transparency (from 0 to 1)"
259
  msgstr "Прозрачност на фона (от 0 до 1)"
260
 
261
- #: gallery-plugin.php:892
262
  msgid "Select a background color"
263
  msgstr "Изберете цвят за фон"
264
 
265
- #: gallery-plugin.php:897
266
- #: gallery-plugin.php:1077
267
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
268
  msgstr ""
269
 
270
- #: gallery-plugin.php:904
271
- #: gallery-plugin.php:1084
272
  msgid "Unlock premium options by upgrading to Pro version"
273
  msgstr ""
274
 
275
- #: gallery-plugin.php:908
276
- #: gallery-plugin.php:1088
277
  msgid "Start Your Trial"
278
  msgstr ""
279
 
280
- #: gallery-plugin.php:909
281
- #: gallery-plugin.php:1089
 
282
  msgid "or"
283
  msgstr ""
284
 
285
- #: gallery-plugin.php:911
286
- #: gallery-plugin.php:1091
287
  #, fuzzy
288
  msgid "Learn More"
289
  msgstr "Читати далі"
290
 
291
- #: gallery-plugin.php:918
292
  msgid "Images with border"
293
  msgstr "Изображения с рамка"
294
 
295
- #: gallery-plugin.php:921
296
  msgid "Border width in px, just numbers"
297
  msgstr "Ширина на рамката в пиксели, само числа"
298
 
299
- #: gallery-plugin.php:922
300
  msgid "Select a border color"
301
  msgstr "Изберете цвят за рамката"
302
 
303
- #: gallery-plugin.php:926
304
  msgid "Number of images in the row"
305
  msgstr "Брой изображения на ред"
306
 
307
- #: gallery-plugin.php:932
308
  msgid "Start slideshow"
309
  msgstr "Слайдшоу"
310
 
311
- #: gallery-plugin.php:938
312
  msgid "Slideshow interval"
313
  msgstr "Интервал за слайдшоу"
314
 
315
- #: gallery-plugin.php:944
316
  msgid "Use single lightbox for multiple galleries on one page"
317
  msgstr ""
318
 
319
- #: gallery-plugin.php:950
320
  msgid "Sort images by"
321
  msgstr "Подреди изображенията по"
322
 
323
- #: gallery-plugin.php:952
324
  msgid "Attachment ID"
325
  msgstr "ID на изображението"
326
 
327
- #: gallery-plugin.php:953
328
  msgid "Image Name"
329
  msgstr "Име на изображението"
330
 
331
- #: gallery-plugin.php:955
332
  msgid "Sorting order in the Gallery"
333
  msgstr ""
334
 
335
- #: gallery-plugin.php:956
 
336
  msgid "Random"
337
  msgstr "Произволен"
338
 
339
- #: gallery-plugin.php:960
340
  msgid "Sort images"
341
  msgstr "Подреди изображенията"
342
 
343
- #: gallery-plugin.php:962
 
344
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
345
  msgstr "ASC (възходящ ред - 1, 2, 3, а, б, в)"
346
 
347
- #: gallery-plugin.php:963
 
348
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
349
  msgstr "DESC (низходящ ред - 3, 2, 1, в, б, а)"
350
 
351
- #: gallery-plugin.php:967
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
352
  #, fuzzy
353
  msgid "Display text under the image"
354
  msgstr "Показване на текст над изображението"
355
 
356
- #: gallery-plugin.php:969
357
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
358
  msgstr "Не отбелязвайте, ако искате текстът да се показва само в lightbox"
359
 
360
- #: gallery-plugin.php:973
361
  msgid "Display the Back link"
362
  msgstr "Показване на линк 'Назад'"
363
 
364
- #: gallery-plugin.php:979
365
  msgid "Display the Back link in the shortcode"
366
  msgstr "Показване на линк 'Назад' в шорткода"
367
 
368
- #: gallery-plugin.php:985
369
  msgid "The Back link text"
370
  msgstr "Текст за линка 'Назад'"
371
 
372
- #: gallery-plugin.php:991
373
  msgid "The Back link URL"
374
  msgstr "URL за линка 'Назад'"
375
 
376
- #: gallery-plugin.php:993
377
  msgid "Gallery page (Page with Gallery Template)"
378
  msgstr "Страница с галерия (страница с шаблон 'Gallery Template')"
379
 
380
- #: gallery-plugin.php:995
381
  msgid "(Full URL to custom page)"
382
  msgstr "(Пълно URL към произволна страница)"
383
 
384
- #: gallery-plugin.php:999
385
  msgid "The Read More link text"
386
  msgstr "Текст за линка 'Прочети повече'"
387
 
388
- #: gallery-plugin.php:1005
389
  msgid "Add gallery to the search"
390
  msgstr ""
391
 
392
- #: gallery-plugin.php:1010
393
- #: gallery-plugin.php:1013
394
- #: gallery-plugin.php:1017
395
  msgid "Using"
396
  msgstr ""
397
 
398
- #: gallery-plugin.php:1010
399
- #: gallery-plugin.php:1013
400
- #: gallery-plugin.php:1017
401
  msgid "powered by"
402
  msgstr ""
403
 
404
- #: gallery-plugin.php:1013
405
- #: gallery-plugin.php:1236
406
  #, fuzzy
407
  msgid "Activate"
408
  msgstr "Активовані плагіни"
409
 
410
- #: gallery-plugin.php:1017
411
  msgid "Download"
412
  msgstr ""
413
 
414
- #: gallery-plugin.php:1022
415
  msgid "Rewrite templates after update"
416
  msgstr ""
417
 
418
- #: gallery-plugin.php:1024
419
  #, php-format
420
  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"
421
  msgstr ""
422
 
423
- #: gallery-plugin.php:1033
424
  msgid "Use pagination for images"
425
  msgstr ""
426
 
427
- #: gallery-plugin.php:1036
428
  msgid "per page"
429
  msgstr ""
430
 
431
- #: gallery-plugin.php:1040
432
  msgid "The lightbox helper"
433
  msgstr ""
434
 
435
- #: gallery-plugin.php:1042
436
  msgid "Do not use"
437
  msgstr ""
438
 
439
- #: gallery-plugin.php:1043
440
  msgid "Button helper"
441
  msgstr ""
442
 
443
- #: gallery-plugin.php:1044
444
  msgid "Thumbnail helper"
445
  msgstr ""
446
 
447
- #: gallery-plugin.php:1048
448
  msgid "Display Like buttons in the lightbox"
449
  msgstr "Показване на Like бутони в lightbox"
450
 
451
- #: gallery-plugin.php:1050
452
  msgid "FaceBook"
453
  msgstr "FaceBook"
454
 
455
- #: gallery-plugin.php:1051
456
  msgid "Twitter"
457
  msgstr "Twitter"
458
 
459
- #: gallery-plugin.php:1052
460
  msgid "Pinterest"
461
  msgstr "Pinterest"
462
 
463
- #: gallery-plugin.php:1053
464
  msgid "Google +1"
465
  msgstr "Google +1"
466
 
467
- #: gallery-plugin.php:1057
468
  msgid "Slug for gallery item"
469
  msgstr "Название на елемент от галерията"
470
 
471
- #: gallery-plugin.php:1059
472
  msgid "for any structure of permalinks except the default structure"
473
  msgstr "за всяка структура от пермалинковете, с изключение на структурата по подразбиране"
474
 
475
- #: gallery-plugin.php:1063
476
  msgid "Title for lightbox button"
477
  msgstr ""
478
 
479
- #: gallery-plugin.php:1069
480
  msgid "Display all images in the lightbox instead of going into a single gallery"
481
  msgstr ""
482
 
483
- #: gallery-plugin.php:1072
484
  #, php-format
485
  msgid "When using the gallery template or a shortcode with `%s` parameter"
486
  msgstr ""
487
 
488
- #: gallery-plugin.php:1098
489
  msgid "Save Changes"
490
  msgstr "Съхрани промените"
491
 
492
- #: gallery-plugin.php:1135
493
  msgid "Support"
494
  msgstr "Поддръжка"
495
 
496
- #: gallery-plugin.php:1202
497
  msgid "Updating images..."
498
  msgstr ""
499
 
500
- #: gallery-plugin.php:1203
501
  #, fuzzy
502
  msgid "No image found."
503
  msgstr "Няма намерена галерия"
504
 
505
- #: gallery-plugin.php:1204
506
  msgid "All images are updated."
507
  msgstr ""
508
 
509
- #: gallery-plugin.php:1205
510
  msgid "Error."
511
  msgstr ""
512
 
513
- #: gallery-plugin.php:1216
514
  msgid ""
515
  "You are about to delete these items from this gallery.\n"
516
  " 'Cancel' to stop, 'OK' to delete."
517
  msgstr ""
518
 
519
- #: gallery-plugin.php:1217
520
  msgid "Switching to another mode, all unsaved data will be lost. Save data before switching?"
521
  msgstr ""
522
 
523
- #: gallery-plugin.php:1218
524
  msgid "Insert Media"
525
  msgstr ""
526
 
527
- #: gallery-plugin.php:1219
528
  msgid "Insert"
529
  msgstr ""
530
 
531
- #: gallery-plugin.php:1231
532
  #, fuzzy
533
  msgid "Learn more"
534
  msgstr "Читати далі"
535
 
536
- #: gallery-plugin.php:1243
537
  #, fuzzy
538
  msgid "Install now"
539
  msgstr "Установка %"
540
 
541
- #: gallery-plugin.php:1252
542
  msgid "Add multiple gallery categories"
543
  msgstr ""
544
 
545
- #: gallery-plugin.php:1252
546
  msgid "Install Gallery Categories plugin to add unlimited number of categories."
547
  msgstr ""
548
 
549
- #: gallery-plugin.php:1261
550
- msgid "Close"
551
- msgstr ""
552
-
553
- #: gallery-plugin.php:1525
554
  #: template/gallery-single-template.php:101
555
  msgid "Sorry, nothing found."
556
  msgstr "Съжалявам, нищо не е намерено."
557
 
558
- #: gallery-plugin.php:1547
559
  #: template/gallery-single-template.php:120
560
  msgid "Image"
561
  msgstr "Изображение"
562
 
563
- #: gallery-plugin.php:1547
564
  #: template/gallery-single-template.php:19
565
  msgid "Download high resolution image"
566
  msgstr "Свали изображението в цял размер"
567
 
568
- #: gallery-plugin.php:1677
569
  #, fuzzy
570
  msgid "Image size not defined"
571
  msgstr "Размер на изображението"
572
 
573
- #: gallery-plugin.php:1692
574
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
575
  msgstr ""
576
 
577
- #: gallery-plugin.php:1703
578
  msgid "Image size changes not defined"
579
  msgstr ""
580
 
581
- #: gallery-plugin.php:1732
582
- #: gallery-plugin.php:1735
583
- #: gallery-plugin.php:1740
584
  msgid "Invalid path"
585
  msgstr ""
586
 
587
- #: gallery-plugin.php:1889
588
  msgid "Add images requires JavaScript."
589
  msgstr ""
590
 
591
- #: gallery-plugin.php:1892
592
  msgid "Add Media"
593
  msgstr ""
594
 
595
- #: gallery-plugin.php:1902
596
  msgid "The grid view for the Gallery images requires JavaScript."
597
  msgstr ""
598
 
599
- #: gallery-plugin.php:1902
600
  msgid "Switch to the list view"
601
  msgstr ""
602
 
603
- #: gallery-plugin.php:1929
604
  msgid "List View"
605
  msgstr ""
606
 
607
- #: gallery-plugin.php:1930
608
  msgid "Grid View"
609
  msgstr ""
610
 
611
- #: gallery-plugin.php:1987
612
  msgid "Filter"
613
  msgstr ""
614
 
615
- #: gallery-plugin.php:1991
616
  msgid "Empty Trash"
617
  msgstr ""
618
 
619
- #: gallery-plugin.php:2012
620
  #, fuzzy
621
  msgid "No images found"
622
  msgstr "Няма намерена галерия"
623
 
624
- #: gallery-plugin.php:2066
625
  msgid "Select bulk action"
626
  msgstr ""
627
 
628
- #: gallery-plugin.php:2068
629
  msgid "Bulk Actions"
630
  msgstr ""
631
 
632
- #: gallery-plugin.php:2078
633
  msgid "Apply"
634
  msgstr ""
635
 
636
- #: gallery-plugin.php:2085
637
- #: gallery-plugin.php:2264
638
  #, fuzzy
639
  msgid "Delete from Gallery"
640
  msgstr "Нова галерия"
641
 
642
- #: gallery-plugin.php:2098
643
- #: gallery-plugin.php:2112
644
  #, fuzzy
645
  msgid "Display link to the original file under each image in the lightbox"
646
  msgstr "Показване на изображението в пълен размер в lightbox"
647
 
648
- #: gallery-plugin.php:2107
649
  msgid "Bulk Select"
650
  msgstr ""
651
 
652
- #: gallery-plugin.php:2109
653
  msgid "Cancel Selection"
654
  msgstr ""
655
 
656
- #: gallery-plugin.php:2110
657
  msgid "Delete Selected"
658
  msgstr ""
659
 
660
- #: gallery-plugin.php:2124
661
  msgid "File"
662
  msgstr ""
663
 
664
- #: gallery-plugin.php:2125
665
- #: gallery-plugin.php:2213
666
- #: gallery-plugin.php:2321
667
  msgid "Dimensions"
668
  msgstr ""
669
 
670
- #: gallery-plugin.php:2127
671
- #: gallery-plugin.php:2246
672
- #: gallery-plugin.php:2331
673
  msgid "Alt tag"
674
  msgstr ""
675
 
676
- #: gallery-plugin.php:2127
677
- #: gallery-plugin.php:2248
678
  msgid "The alt attribute specifies an alternate text for an image, if the image cannot be displayed."
679
  msgstr ""
680
 
681
- #: gallery-plugin.php:2128
682
- #: gallery-plugin.php:2254
683
- #: gallery-plugin.php:2336
684
  msgid "Custom URL"
685
  msgstr ""
686
 
687
- #: gallery-plugin.php:2128
688
- #: gallery-plugin.php:2256
689
  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)"
690
  msgstr ""
691
 
692
- #: gallery-plugin.php:2205
693
  msgid "Deselect"
694
  msgstr ""
695
 
696
- #: gallery-plugin.php:2211
697
  msgid "File name"
698
  msgstr ""
699
 
700
- #: gallery-plugin.php:2212
701
  msgid "File type"
702
  msgstr ""
703
 
704
- #: gallery-plugin.php:2216
 
705
  #, fuzzy
706
  msgid "Edit Attachment Info"
707
  msgstr "ID на изображението"
708
 
709
- #: gallery-plugin.php:2216
710
  #, fuzzy
711
  msgid "Edit Attachment"
712
  msgstr "ID на изображението"
713
 
714
- #: gallery-plugin.php:2226
715
  msgid "Go Pro"
716
  msgstr ""
717
 
718
- #: gallery-plugin.php:2226
719
  msgid "Pro version"
720
  msgstr ""
721
 
722
- #: gallery-plugin.php:2229
723
  msgid "This setting is available in Pro version"
724
  msgstr "Тази настройка е достъпна само в Pro версията."
725
 
726
- #: gallery-plugin.php:2262
727
  msgid "Edit more details"
728
  msgstr ""
729
 
730
- #: gallery-plugin.php:2297
731
  #, php-format
732
  msgid "Select %s"
733
  msgstr ""
734
 
735
- #: gallery-plugin.php:2310
736
  #, php-format
737
  msgid "Edit &#8220;%s&#8221;"
738
  msgstr ""
739
 
740
- #: gallery-plugin.php:2354
741
- #: gallery-plugin.php:2367
742
  msgid "Edit"
743
  msgstr ""
744
 
745
- #: gallery-plugin.php:2357
746
- #: gallery-plugin.php:2372
747
  msgid "Trash"
748
  msgstr ""
749
 
750
- #: gallery-plugin.php:2360
751
- #: gallery-plugin.php:2375
752
  msgid "Delete Permanently"
753
  msgstr ""
754
 
755
- #: gallery-plugin.php:2362
756
- #: gallery-plugin.php:2380
757
  #, php-format
758
  msgid "View &#8220;%s&#8221;"
759
  msgstr ""
760
 
761
- #: gallery-plugin.php:2362
762
- #: gallery-plugin.php:2380
763
  msgid "View"
764
  msgstr ""
765
 
766
- #: gallery-plugin.php:2364
767
  #, fuzzy
768
  msgid "Attach"
769
  msgstr "ID на изображението"
770
 
771
- #: gallery-plugin.php:2370
772
  msgid "Restore"
773
  msgstr ""
774
 
775
- #: gallery-plugin.php:2501
776
  msgid "Warning"
777
  msgstr ""
778
 
779
- #: gallery-plugin.php:2501
780
  msgid "You can add only images to the gallery"
781
  msgstr ""
782
 
783
- #: gallery-plugin.php:2532
784
  #, fuzzy
785
  msgid "Sorry, no gallery found."
786
  msgstr "Съжалявам, нищо не е намерено."
787
 
788
- #: gallery-plugin.php:2538
789
  #, fuzzy
790
  msgid "Display an album image with the description and the link to a single gallery page"
791
  msgstr "Ако искате да покажете кратко описание, заедно със screenshot и линк към страницата с галерията"
@@ -965,13 +1008,6 @@ msgstr "Размер на изображението в галерия"
965
  #~ msgid "Background color"
966
  #~ msgstr "Цвят на фона"
967
 
968
- #~ msgid ""
969
- #~ "Sorting order (the input field for sorting order in the Insert / Upload "
970
- #~ "Media Gallery dialog)"
971
- #~ msgstr ""
972
- #~ "Ред за сортиране (полето за въвеждане на ред за сортиране в Insert / "
973
- #~ "Upload Media Gallery)"
974
-
975
  #~ msgid "left"
976
  #~ msgstr "ляво"
977
 
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"
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 и линк към страницата с галерията"
1008
  #~ msgid "Background color"
1009
  #~ msgstr "Цвят на фона"
1010
 
 
 
 
 
 
 
 
1011
  #~ msgid "left"
1012
  #~ msgstr "ляво"
1013
 
languages/gallery-plugin-cs_CZ.mo CHANGED
Binary file
languages/gallery-plugin-cs_CZ.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-09-14 14:32+0300\n"
6
- "PO-Revision-Date: 2015-09-14 14:32+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Lagya <lagya@me.com>\n"
9
  "Language: cs\n"
@@ -18,773 +18,816 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: gallery-plugin.php:45
21
- #: gallery-plugin.php:797
22
- #: gallery-plugin.php:1133
23
- #: gallery-plugin.php:1150
24
  msgid "Settings"
25
  msgstr "Nastavení"
26
 
27
- #: gallery-plugin.php:105
28
  msgid "See images &raquo;"
29
  msgstr "Viz obrázky &raquo;"
30
 
31
- #: gallery-plugin.php:108
32
  msgid "Return to all albums"
33
  msgstr ""
34
 
35
- #: gallery-plugin.php:332
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:342
41
- #: gallery-plugin.php:351
42
  msgid "Galleries"
43
  msgstr "Galerie"
44
 
45
- #: gallery-plugin.php:343
46
- #: gallery-plugin.php:2530
47
  msgid "Gallery"
48
  msgstr "Galerie"
49
 
50
- #: gallery-plugin.php:344
51
  msgid "Add New Gallery"
52
  msgstr "Přidej novou galerii"
53
 
54
- #: gallery-plugin.php:345
55
  msgid "Edit Gallery"
56
  msgstr "Uprav galerii"
57
 
58
- #: gallery-plugin.php:346
59
  msgid "New Gallery"
60
  msgstr "Nová galerie"
61
 
62
- #: gallery-plugin.php:347
63
  msgid "View Gallery"
64
  msgstr "Ukaž galerii"
65
 
66
- #: gallery-plugin.php:348
67
  #, fuzzy
68
  msgid "Search Galleries"
69
  msgstr "Galerie"
70
 
71
- #: gallery-plugin.php:349
72
  msgid "No Gallery found"
73
  msgstr "Žádná galerie nenalezena"
74
 
75
- #: gallery-plugin.php:406
76
  msgid "Gallery Shortcode"
77
  msgstr "Zkrácený kód galerie"
78
 
79
- #: gallery-plugin.php:408
80
- #: gallery-plugin.php:440
 
81
  #, fuzzy
82
  msgid "Gallery Categories"
83
  msgstr "Velikost obrázku v galerii"
84
 
85
- #: gallery-plugin.php:417
 
 
 
 
 
 
 
 
 
 
 
86
  msgid "Add this shortcode to a page, post or widget to display a single gallery"
87
  msgstr ""
88
 
89
- #: gallery-plugin.php:420
90
  #, fuzzy
91
  msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
92
  msgstr "Chcete-li zobrazit krátký popis obsahující screenshot a odkaz na jednu stránku Galerie"
93
 
94
- #: gallery-plugin.php:422
95
  msgid "Short display"
96
  msgstr ""
97
 
98
- #: gallery-plugin.php:441
99
  msgid "Most Used"
100
  msgstr ""
101
 
102
- #: gallery-plugin.php:446
103
- #: gallery-plugin.php:890
104
  msgid "Default"
105
  msgstr "Výchozí"
106
 
107
- #: gallery-plugin.php:451
108
  #, fuzzy
109
  msgid "Add New Gallery Category"
110
  msgstr "Přidej novou galerii"
111
 
112
- #: gallery-plugin.php:458
113
  #, fuzzy
114
  msgid "Install plugin"
115
  msgstr "Встановлених модулів"
116
 
117
- #: gallery-plugin.php:613
118
- #: gallery-plugin.php:2126
119
- #: gallery-plugin.php:2240
120
- #: gallery-plugin.php:2326
 
121
  msgid "Title"
122
  msgstr "Titulek"
123
 
124
- #: gallery-plugin.php:614
 
125
  msgid "Author"
126
  msgstr "Autor"
127
 
128
- #: gallery-plugin.php:615
129
  #, fuzzy
130
  msgid "Shortcode"
131
  msgstr "Zkrácený kód galerie"
132
 
133
- #: gallery-plugin.php:616
134
  #, fuzzy
135
  msgid "Photos"
136
  msgstr "Foto"
137
 
138
- #: gallery-plugin.php:617
139
- #: gallery-plugin.php:954
 
140
  msgid "Date"
141
  msgstr "Datum"
142
 
143
- #: gallery-plugin.php:770
144
  msgid "Settings are saved"
145
  msgstr "Nastavení uloženo"
146
 
147
- #: gallery-plugin.php:783
148
  #, fuzzy
149
  msgid "All plugin settings were restored."
150
  msgstr "na stránce pluginu ("
151
 
152
- #: gallery-plugin.php:795
153
  msgid "Gallery Settings"
154
  msgstr "Nastavení galerie"
155
 
156
- #: gallery-plugin.php:798
157
- #: gallery-plugin.php:1134
158
  msgid "FAQ"
159
  msgstr "FAQ "
160
 
161
- #: gallery-plugin.php:799
162
  msgid "Go PRO"
163
  msgstr ""
164
 
165
- #: gallery-plugin.php:809
166
  msgid "Please enable JavaScript to use the option to renew images."
167
  msgstr "Povolte JavaScript pro použití možnosti obnovení obrázků."
168
 
169
- #: gallery-plugin.php:810
170
- msgid "Notice:"
171
- msgstr "Poznámka:"
172
-
173
- #: gallery-plugin.php:810
174
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
175
- msgstr "Nastavení pluginu bylo změněno. Nezapomeňte si nastavení uložit kliknutím na tlačítko \"Ulož změny\"."
176
-
177
- #: gallery-plugin.php:811
178
- msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
179
- 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:"
180
 
181
- #: gallery-plugin.php:816
182
  msgid "Update images for gallery"
183
  msgstr "Aktualizace obrázků galerie"
184
 
185
- #: gallery-plugin.php:818
186
  msgid "Update images"
187
  msgstr "Aktualizace obrázků"
188
 
189
- #: gallery-plugin.php:826
190
  msgid "Image size for the album cover"
191
  msgstr "Velikost obrázku na obalu alba"
192
 
193
- #: gallery-plugin.php:828
194
- #: gallery-plugin.php:842
195
- #: gallery-plugin.php:864
196
  msgid "Image size"
197
  msgstr "Velikost obrázku"
198
 
199
- #: gallery-plugin.php:831
200
- #: gallery-plugin.php:845
201
  msgid "Width (in px)"
202
  msgstr "Šířka (v px)"
203
 
204
- #: gallery-plugin.php:835
205
- #: gallery-plugin.php:849
206
  msgid "Height (in px)"
207
  msgstr "Výška (v px)"
208
 
209
- #: gallery-plugin.php:840
210
  #, fuzzy
211
  msgid "Image size for thumbnails"
212
  msgstr "Velikost obrázku na obalu alba"
213
 
214
- #: gallery-plugin.php:854
215
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
216
  msgstr "WordPress se vytvoří novou miniaturu se zadanými rozměry, když nahrajete novou fotku."
217
 
218
- #: gallery-plugin.php:862
 
 
 
 
 
 
219
  #, fuzzy
220
  msgid "Image size in the lightbox"
221
  msgstr "Velikost obrazu v Lightboxu"
222
 
223
- #: gallery-plugin.php:865
224
  msgid "Max width (in px)"
225
  msgstr "Max. šířka (v px)"
226
 
227
- #: gallery-plugin.php:866
228
  msgid "Max height (in px)"
229
  msgstr "Max. výška (v px)"
230
 
231
- #: gallery-plugin.php:867
232
  msgid "Display a full size image in the lightbox"
233
  msgstr "Zobrazení obrázku v plné velikosti v lightboxu"
234
 
235
- #: gallery-plugin.php:871
236
  msgid "Crop position"
237
  msgstr "Pozice ořezu"
238
 
239
- #: gallery-plugin.php:875
240
- #: gallery-plugin.php:881
241
  msgid "center"
242
  msgstr "střed"
243
 
244
- #: gallery-plugin.php:877
245
  msgid "Horizontal"
246
  msgstr "Horizontálně"
247
 
248
- #: gallery-plugin.php:883
249
  msgid "Vertical"
250
  msgstr "Vertikálně"
251
 
252
- #: gallery-plugin.php:888
253
  msgid "Lightbox background"
254
  msgstr "Pozadí Lightboxu"
255
 
256
- #: gallery-plugin.php:891
257
  msgid "Background transparency (from 0 to 1)"
258
  msgstr "Průhlednost pozadí (od 0 do 1)"
259
 
260
- #: gallery-plugin.php:892
261
  msgid "Select a background color"
262
  msgstr "Vyberte barvu pozadí"
263
 
264
- #: gallery-plugin.php:897
265
- #: gallery-plugin.php:1077
266
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
267
  msgstr "Pokud jste upgradovali na verzi Pro, všechna vaše nastavení a galerie se uloží."
268
 
269
- #: gallery-plugin.php:904
270
- #: gallery-plugin.php:1084
271
  msgid "Unlock premium options by upgrading to Pro version"
272
  msgstr ""
273
 
274
- #: gallery-plugin.php:908
275
- #: gallery-plugin.php:1088
276
  msgid "Start Your Trial"
277
  msgstr ""
278
 
279
- #: gallery-plugin.php:909
280
- #: gallery-plugin.php:1089
 
281
  msgid "or"
282
  msgstr ""
283
 
284
- #: gallery-plugin.php:911
285
- #: gallery-plugin.php:1091
286
  msgid "Learn More"
287
  msgstr "Dozvědět se více"
288
 
289
- #: gallery-plugin.php:918
290
  msgid "Images with border"
291
  msgstr "Obrázek s okrajem"
292
 
293
- #: gallery-plugin.php:921
294
  msgid "Border width in px, just numbers"
295
  msgstr "Šířka okraje v px, jen čísla"
296
 
297
- #: gallery-plugin.php:922
298
  msgid "Select a border color"
299
  msgstr "Vyber barvu okraje"
300
 
301
- #: gallery-plugin.php:926
302
  msgid "Number of images in the row"
303
  msgstr "Počet snímků na řádku"
304
 
305
- #: gallery-plugin.php:932
306
  msgid "Start slideshow"
307
  msgstr "Spustit prezentaci"
308
 
309
- #: gallery-plugin.php:938
310
  msgid "Slideshow interval"
311
  msgstr "Interval prezentace"
312
 
313
- #: gallery-plugin.php:944
314
  msgid "Use single lightbox for multiple galleries on one page"
315
  msgstr "Použijte jeden Lightbox pro více galerií na jedné stránce"
316
 
317
- #: gallery-plugin.php:950
318
  msgid "Sort images by"
319
  msgstr "Řazení obrázků dle"
320
 
321
- #: gallery-plugin.php:952
322
  msgid "Attachment ID"
323
  msgstr "ID přílohy"
324
 
325
- #: gallery-plugin.php:953
326
  msgid "Image Name"
327
  msgstr "Název obrázku"
328
 
329
- #: gallery-plugin.php:955
330
  msgid "Sorting order in the Gallery"
331
  msgstr ""
332
 
333
- #: gallery-plugin.php:956
 
334
  msgid "Random"
335
  msgstr "Náhodně"
336
 
337
- #: gallery-plugin.php:960
338
  msgid "Sort images"
339
  msgstr "Řadit obrázky"
340
 
341
- #: gallery-plugin.php:962
 
342
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
343
  msgstr "ASC (řadit vzestupně od nejnižší k nejvyšší hodnotě - 1, 2, 3, a, b, c)"
344
 
345
- #: gallery-plugin.php:963
 
346
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
347
  msgstr "DESC (řadit sestupně od nejvyšší po nejnižší hodnotu - 3, 2, 1, c, b, a)"
348
 
349
- #: gallery-plugin.php:967
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
350
  #, fuzzy
351
  msgid "Display text under the image"
352
  msgstr "Zobrazený text nad obrázkem"
353
 
354
- #: gallery-plugin.php:969
355
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
356
  msgstr "Vypněte políčko, chcete-li zobrazit text pouze v Lightboxu"
357
 
358
- #: gallery-plugin.php:973
359
  msgid "Display the Back link"
360
  msgstr "Zobrazit odkaz Zpět"
361
 
362
- #: gallery-plugin.php:979
363
  msgid "Display the Back link in the shortcode"
364
  msgstr "Zobrazit odkaz Zpět na zkrácený kód"
365
 
366
- #: gallery-plugin.php:985
367
  msgid "The Back link text"
368
  msgstr "Text odkazu Zpět"
369
 
370
- #: gallery-plugin.php:991
371
  msgid "The Back link URL"
372
  msgstr "URL odkazu Zpět "
373
 
374
- #: gallery-plugin.php:993
375
  msgid "Gallery page (Page with Gallery Template)"
376
  msgstr "Stránka Galerie (stránka šablony)"
377
 
378
- #: gallery-plugin.php:995
379
  msgid "(Full URL to custom page)"
380
  msgstr "(celá URL na vlastní stránku)"
381
 
382
- #: gallery-plugin.php:999
383
  msgid "The Read More link text"
384
  msgstr "Text odkazu Čtěte více"
385
 
386
- #: gallery-plugin.php:1005
387
  msgid "Add gallery to the search"
388
  msgstr "Přidat galerii do vyhledávání"
389
 
390
- #: gallery-plugin.php:1010
391
- #: gallery-plugin.php:1013
392
- #: gallery-plugin.php:1017
393
  msgid "Using"
394
  msgstr ""
395
 
396
- #: gallery-plugin.php:1010
397
- #: gallery-plugin.php:1013
398
- #: gallery-plugin.php:1017
399
  msgid "powered by"
400
  msgstr ""
401
 
402
- #: gallery-plugin.php:1013
403
- #: gallery-plugin.php:1236
404
  #, fuzzy
405
  msgid "Activate"
406
  msgstr "Активовані плагіни"
407
 
408
- #: gallery-plugin.php:1017
409
  msgid "Download"
410
  msgstr ""
411
 
412
- #: gallery-plugin.php:1022
413
  msgid "Rewrite templates after update"
414
  msgstr ""
415
 
416
- #: gallery-plugin.php:1024
417
  #, php-format
418
  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"
419
  msgstr ""
420
 
421
- #: gallery-plugin.php:1033
422
  #, fuzzy
423
  msgid "Use pagination for images"
424
  msgstr "Aktualizuji obrázky..."
425
 
426
- #: gallery-plugin.php:1036
427
  msgid "per page"
428
  msgstr ""
429
 
430
- #: gallery-plugin.php:1040
431
  msgid "The lightbox helper"
432
  msgstr ""
433
 
434
- #: gallery-plugin.php:1042
435
  msgid "Do not use"
436
  msgstr ""
437
 
438
- #: gallery-plugin.php:1043
439
  msgid "Button helper"
440
  msgstr ""
441
 
442
- #: gallery-plugin.php:1044
443
  msgid "Thumbnail helper"
444
  msgstr ""
445
 
446
- #: gallery-plugin.php:1048
447
  msgid "Display Like buttons in the lightbox"
448
  msgstr "Zobrazit tlačítka Like v Lightboxu"
449
 
450
- #: gallery-plugin.php:1050
451
  msgid "FaceBook"
452
  msgstr "FaceBook"
453
 
454
- #: gallery-plugin.php:1051
455
  msgid "Twitter"
456
  msgstr "Twitter"
457
 
458
- #: gallery-plugin.php:1052
459
  msgid "Pinterest"
460
  msgstr "Pinterest"
461
 
462
- #: gallery-plugin.php:1053
463
  msgid "Google +1"
464
  msgstr "Google +1"
465
 
466
- #: gallery-plugin.php:1057
467
  msgid "Slug for gallery item"
468
  msgstr "Jména pro galerii"
469
 
470
- #: gallery-plugin.php:1059
471
  msgid "for any structure of permalinks except the default structure"
472
  msgstr "pro všechny struktury permalinks kromě výchozí struktury"
473
 
474
- #: gallery-plugin.php:1063
475
  msgid "Title for lightbox button"
476
  msgstr ""
477
 
478
- #: gallery-plugin.php:1069
479
  msgid "Display all images in the lightbox instead of going into a single gallery"
480
  msgstr ""
481
 
482
- #: gallery-plugin.php:1072
483
  #, php-format
484
  msgid "When using the gallery template or a shortcode with `%s` parameter"
485
  msgstr ""
486
 
487
- #: gallery-plugin.php:1098
488
  msgid "Save Changes"
489
  msgstr "Ulož změny"
490
 
491
- #: gallery-plugin.php:1135
492
  msgid "Support"
493
  msgstr "Podpora"
494
 
495
- #: gallery-plugin.php:1202
496
  msgid "Updating images..."
497
  msgstr "Aktualizuji obrázky..."
498
 
499
- #: gallery-plugin.php:1203
500
  #, fuzzy
501
  msgid "No image found."
502
  msgstr "Nenalezen žádný obrázek"
503
 
504
- #: gallery-plugin.php:1204
505
  #, fuzzy
506
  msgid "All images are updated."
507
  msgstr "Všechny obrázky jsou aktuální"
508
 
509
- #: gallery-plugin.php:1205
510
  msgid "Error."
511
  msgstr "Chyba."
512
 
513
- #: gallery-plugin.php:1216
514
  msgid ""
515
  "You are about to delete these items from this gallery.\n"
516
  " 'Cancel' to stop, 'OK' to delete."
517
  msgstr ""
518
 
519
- #: gallery-plugin.php:1217
520
  msgid "Switching to another mode, all unsaved data will be lost. Save data before switching?"
521
  msgstr ""
522
 
523
- #: gallery-plugin.php:1218
524
  msgid "Insert Media"
525
  msgstr ""
526
 
527
- #: gallery-plugin.php:1219
528
  msgid "Insert"
529
  msgstr ""
530
 
531
- #: gallery-plugin.php:1231
532
  #, fuzzy
533
  msgid "Learn more"
534
  msgstr "Dozvědět se více"
535
 
536
- #: gallery-plugin.php:1243
537
  #, fuzzy
538
  msgid "Install now"
539
  msgstr "Установка %"
540
 
541
- #: gallery-plugin.php:1252
542
  msgid "Add multiple gallery categories"
543
  msgstr ""
544
 
545
- #: gallery-plugin.php:1252
546
  msgid "Install Gallery Categories plugin to add unlimited number of categories."
547
  msgstr ""
548
 
549
- #: gallery-plugin.php:1261
550
- msgid "Close"
551
- msgstr ""
552
-
553
- #: gallery-plugin.php:1525
554
  #: template/gallery-single-template.php:101
555
  msgid "Sorry, nothing found."
556
  msgstr "Ups, nic nenalezeno"
557
 
558
- #: gallery-plugin.php:1547
559
  #: template/gallery-single-template.php:120
560
  msgid "Image"
561
  msgstr "Obrázek"
562
 
563
- #: gallery-plugin.php:1547
564
  #: template/gallery-single-template.php:19
565
  msgid "Download high resolution image"
566
  msgstr "Stáhnout obrázek ve vysokém rozlišení"
567
 
568
- #: gallery-plugin.php:1677
569
  msgid "Image size not defined"
570
  msgstr "Velikost obrázku není definována"
571
 
572
- #: gallery-plugin.php:1692
573
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
574
  msgstr "Můžeme aktualizovat pouze PNG, JPEG, GIF, WPMP nebo XBM soubory. Ostatní musíte nahrát ručně."
575
 
576
- #: gallery-plugin.php:1703
577
  msgid "Image size changes not defined"
578
  msgstr "Změna velikosti obrázku není definována"
579
 
580
- #: gallery-plugin.php:1732
581
- #: gallery-plugin.php:1735
582
- #: gallery-plugin.php:1740
583
  msgid "Invalid path"
584
  msgstr "Špatná cesta"
585
 
586
- #: gallery-plugin.php:1889
587
  msgid "Add images requires JavaScript."
588
  msgstr ""
589
 
590
- #: gallery-plugin.php:1892
591
  msgid "Add Media"
592
  msgstr ""
593
 
594
- #: gallery-plugin.php:1902
595
  msgid "The grid view for the Gallery images requires JavaScript."
596
  msgstr ""
597
 
598
- #: gallery-plugin.php:1902
599
  msgid "Switch to the list view"
600
  msgstr ""
601
 
602
- #: gallery-plugin.php:1929
603
  msgid "List View"
604
  msgstr ""
605
 
606
- #: gallery-plugin.php:1930
607
  msgid "Grid View"
608
  msgstr ""
609
 
610
- #: gallery-plugin.php:1987
611
  msgid "Filter"
612
  msgstr ""
613
 
614
- #: gallery-plugin.php:1991
615
  msgid "Empty Trash"
616
  msgstr ""
617
 
618
- #: gallery-plugin.php:2012
619
  #, fuzzy
620
  msgid "No images found"
621
  msgstr "Nenalezen žádný obrázek"
622
 
623
- #: gallery-plugin.php:2066
624
  msgid "Select bulk action"
625
  msgstr ""
626
 
627
- #: gallery-plugin.php:2068
628
  msgid "Bulk Actions"
629
  msgstr ""
630
 
631
- #: gallery-plugin.php:2078
632
  msgid "Apply"
633
  msgstr ""
634
 
635
- #: gallery-plugin.php:2085
636
- #: gallery-plugin.php:2264
637
  #, fuzzy
638
  msgid "Delete from Gallery"
639
  msgstr "Nová galerie"
640
 
641
- #: gallery-plugin.php:2098
642
- #: gallery-plugin.php:2112
643
  #, fuzzy
644
  msgid "Display link to the original file under each image in the lightbox"
645
  msgstr "Zobrazení obrázku v plné velikosti v lightboxu"
646
 
647
- #: gallery-plugin.php:2107
648
  msgid "Bulk Select"
649
  msgstr ""
650
 
651
- #: gallery-plugin.php:2109
652
  msgid "Cancel Selection"
653
  msgstr ""
654
 
655
- #: gallery-plugin.php:2110
656
  msgid "Delete Selected"
657
  msgstr ""
658
 
659
- #: gallery-plugin.php:2124
660
  msgid "File"
661
  msgstr ""
662
 
663
- #: gallery-plugin.php:2125
664
- #: gallery-plugin.php:2213
665
- #: gallery-plugin.php:2321
666
  msgid "Dimensions"
667
  msgstr ""
668
 
669
- #: gallery-plugin.php:2127
670
- #: gallery-plugin.php:2246
671
- #: gallery-plugin.php:2331
672
  msgid "Alt tag"
673
  msgstr "Alt tag"
674
 
675
- #: gallery-plugin.php:2127
676
- #: gallery-plugin.php:2248
677
  msgid "The alt attribute specifies an alternate text for an image, if the image cannot be displayed."
678
  msgstr ""
679
 
680
- #: gallery-plugin.php:2128
681
- #: gallery-plugin.php:2254
682
- #: gallery-plugin.php:2336
683
  msgid "Custom URL"
684
  msgstr ""
685
 
686
- #: gallery-plugin.php:2128
687
- #: gallery-plugin.php:2256
688
  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)"
689
  msgstr ""
690
 
691
- #: gallery-plugin.php:2205
692
  msgid "Deselect"
693
  msgstr ""
694
 
695
- #: gallery-plugin.php:2211
696
  msgid "File name"
697
  msgstr ""
698
 
699
- #: gallery-plugin.php:2212
700
  msgid "File type"
701
  msgstr ""
702
 
703
- #: gallery-plugin.php:2216
 
704
  #, fuzzy
705
  msgid "Edit Attachment Info"
706
  msgstr "ID přílohy"
707
 
708
- #: gallery-plugin.php:2216
709
  #, fuzzy
710
  msgid "Edit Attachment"
711
  msgstr "ID přílohy"
712
 
713
- #: gallery-plugin.php:2226
714
  msgid "Go Pro"
715
  msgstr ""
716
 
717
- #: gallery-plugin.php:2226
718
  msgid "Pro version"
719
  msgstr ""
720
 
721
- #: gallery-plugin.php:2229
722
  msgid "This setting is available in Pro version"
723
  msgstr "Toto nastavení je k dispozici ve verzi Pro"
724
 
725
- #: gallery-plugin.php:2262
726
  msgid "Edit more details"
727
  msgstr ""
728
 
729
- #: gallery-plugin.php:2297
730
  #, php-format
731
  msgid "Select %s"
732
  msgstr ""
733
 
734
- #: gallery-plugin.php:2310
735
  #, php-format
736
  msgid "Edit &#8220;%s&#8221;"
737
  msgstr ""
738
 
739
- #: gallery-plugin.php:2354
740
- #: gallery-plugin.php:2367
741
  msgid "Edit"
742
  msgstr ""
743
 
744
- #: gallery-plugin.php:2357
745
- #: gallery-plugin.php:2372
746
  msgid "Trash"
747
  msgstr ""
748
 
749
- #: gallery-plugin.php:2360
750
- #: gallery-plugin.php:2375
751
  msgid "Delete Permanently"
752
  msgstr ""
753
 
754
- #: gallery-plugin.php:2362
755
- #: gallery-plugin.php:2380
756
  #, php-format
757
  msgid "View &#8220;%s&#8221;"
758
  msgstr ""
759
 
760
- #: gallery-plugin.php:2362
761
- #: gallery-plugin.php:2380
762
  msgid "View"
763
  msgstr ""
764
 
765
- #: gallery-plugin.php:2364
766
  #, fuzzy
767
  msgid "Attach"
768
  msgstr "ID přílohy"
769
 
770
- #: gallery-plugin.php:2370
771
  msgid "Restore"
772
  msgstr ""
773
 
774
- #: gallery-plugin.php:2501
775
  msgid "Warning"
776
  msgstr ""
777
 
778
- #: gallery-plugin.php:2501
779
  msgid "You can add only images to the gallery"
780
  msgstr ""
781
 
782
- #: gallery-plugin.php:2532
783
  #, fuzzy
784
  msgid "Sorry, no gallery found."
785
  msgstr "Ups, nic nenalezeno"
786
 
787
- #: gallery-plugin.php:2538
788
  #, fuzzy
789
  msgid "Display an album image with the description and the link to a single gallery page"
790
  msgstr "Chcete-li zobrazit krátký popis obsahující screenshot a odkaz na jednu stránku Galerie"
@@ -885,6 +928,16 @@ msgstr ""
885
  msgid "Gallery Category"
886
  msgstr "Velikost obrázku v galerii"
887
 
 
 
 
 
 
 
 
 
 
 
888
  #~ msgid "Using Custom Search powered by"
889
  #~ msgstr "Použití Custom Search powered by"
890
 
@@ -974,13 +1027,6 @@ msgstr "Velikost obrázku v galerii"
974
  #~ msgid "Background color"
975
  #~ msgstr "Barva pozadí"
976
 
977
- #~ msgid ""
978
- #~ "Sorting order (the input field for sorting order in the Insert / Upload "
979
- #~ "Media Gallery dialog)"
980
- #~ msgstr ""
981
- #~ "Řazení objednávky (vstupní pole pro třídění pořadí v dialogovém okně "
982
- #~ "Insert / upload Media Gallery)"
983
-
984
  #~ msgid "left"
985
  #~ msgstr "vlevo"
986
 
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"
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"
928
  msgid "Gallery Category"
929
  msgstr "Velikost obrázku v galerii"
930
 
931
+ #~ msgid "Notice:"
932
+ #~ msgstr "Poznámka:"
933
+
934
+ #~ msgid ""
935
+ #~ "The plugin's settings have been changed. In order to save them please "
936
+ #~ "don't forget to click the 'Save Changes' button."
937
+ #~ msgstr ""
938
+ #~ "Nastavení pluginu bylo změněno. Nezapomeňte si nastavení uložit kliknutím "
939
+ #~ "na tlačítko \"Ulož změny\"."
940
+
941
  #~ msgid "Using Custom Search powered by"
942
  #~ msgstr "Použití Custom Search powered by"
943
 
1027
  #~ msgid "Background color"
1028
  #~ msgstr "Barva pozadí"
1029
 
 
 
 
 
 
 
 
1030
  #~ msgid "left"
1031
  #~ msgstr "vlevo"
1032
 
languages/gallery-plugin-de_DE.mo CHANGED
Binary file
languages/gallery-plugin-de_DE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-09-14 14:32+0300\n"
6
- "PO-Revision-Date: 2015-09-14 14:32+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"
@@ -17,775 +17,818 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:45
20
- #: gallery-plugin.php:797
21
- #: gallery-plugin.php:1133
22
- #: gallery-plugin.php:1150
23
  msgid "Settings"
24
  msgstr "Einstellungen"
25
 
26
- #: gallery-plugin.php:105
27
  msgid "See images &raquo;"
28
  msgstr "Fotos anzeigen &raquo;"
29
 
30
- #: gallery-plugin.php:108
31
  msgid "Return to all albums"
32
  msgstr ""
33
 
34
- #: gallery-plugin.php:332
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:342
40
- #: gallery-plugin.php:351
41
  msgid "Galleries"
42
  msgstr "Galerien"
43
 
44
- #: gallery-plugin.php:343
45
- #: gallery-plugin.php:2530
46
  msgid "Gallery"
47
  msgstr "Galerie"
48
 
49
- #: gallery-plugin.php:344
50
  msgid "Add New Gallery"
51
  msgstr "Galerie hinzufügen"
52
 
53
- #: gallery-plugin.php:345
54
  msgid "Edit Gallery"
55
  msgstr "Galerie bearbeiten"
56
 
57
- #: gallery-plugin.php:346
58
  msgid "New Gallery"
59
  msgstr "Neue Galerie"
60
 
61
- #: gallery-plugin.php:347
62
  msgid "View Gallery"
63
  msgstr "Galerie anzeigen"
64
 
65
- #: gallery-plugin.php:348
66
  #, fuzzy
67
  msgid "Search Galleries"
68
  msgstr "Galerien"
69
 
70
- #: gallery-plugin.php:349
71
  msgid "No Gallery found"
72
  msgstr "Keine Galerien gefunden"
73
 
74
- #: gallery-plugin.php:406
75
  msgid "Gallery Shortcode"
76
  msgstr "Galerie Einstellungen"
77
 
78
- #: gallery-plugin.php:408
79
- #: gallery-plugin.php:440
 
80
  #, fuzzy
81
  msgid "Gallery Categories"
82
  msgstr "Bildgröße für Galerie"
83
 
84
- #: gallery-plugin.php:417
 
 
 
 
 
 
 
 
 
 
 
85
  msgid "Add this shortcode to a page, post or widget to display a single gallery"
86
  msgstr ""
87
 
88
- #: gallery-plugin.php:420
89
  #, fuzzy
90
  msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
91
  msgstr "Shortcode zum Anzeigen einer Kurzbeschreibung, Link und Bild"
92
 
93
- #: gallery-plugin.php:422
94
  msgid "Short display"
95
  msgstr ""
96
 
97
- #: gallery-plugin.php:441
98
  msgid "Most Used"
99
  msgstr ""
100
 
101
- #: gallery-plugin.php:446
102
- #: gallery-plugin.php:890
103
  msgid "Default"
104
  msgstr "Standard"
105
 
106
- #: gallery-plugin.php:451
107
  #, fuzzy
108
  msgid "Add New Gallery Category"
109
  msgstr "Galerie hinzufügen"
110
 
111
- #: gallery-plugin.php:458
112
  #, fuzzy
113
  msgid "Install plugin"
114
  msgstr "Installierte Plugins"
115
 
116
- #: gallery-plugin.php:613
117
- #: gallery-plugin.php:2126
118
- #: gallery-plugin.php:2240
119
- #: gallery-plugin.php:2326
 
120
  msgid "Title"
121
  msgstr "Titel"
122
 
123
- #: gallery-plugin.php:614
 
124
  msgid "Author"
125
  msgstr "Author"
126
 
127
- #: gallery-plugin.php:615
128
  #, fuzzy
129
  msgid "Shortcode"
130
  msgstr "Galerie Einstellungen"
131
 
132
- #: gallery-plugin.php:616
133
  #, fuzzy
134
  msgid "Photos"
135
  msgstr "Foto"
136
 
137
- #: gallery-plugin.php:617
138
- #: gallery-plugin.php:954
 
139
  msgid "Date"
140
  msgstr "Datum"
141
 
142
- #: gallery-plugin.php:770
143
  msgid "Settings are saved"
144
  msgstr "Einstellungen gespeichert."
145
 
146
- #: gallery-plugin.php:783
147
  #, fuzzy
148
  msgid "All plugin settings were restored."
149
  msgstr "auf der Plugin-Optionen-Seite ("
150
 
151
- #: gallery-plugin.php:795
152
  msgid "Gallery Settings"
153
  msgstr "Galerie Einstellungen"
154
 
155
- #: gallery-plugin.php:798
156
- #: gallery-plugin.php:1134
157
  msgid "FAQ"
158
  msgstr "FAQ"
159
 
160
- #: gallery-plugin.php:799
161
  msgid "Go PRO"
162
  msgstr ""
163
 
164
- #: gallery-plugin.php:809
165
  #, fuzzy
166
  msgid "Please enable JavaScript to use the option to renew images."
167
  msgstr "Please enable JavaScript um den File-Uploader zu benutzen."
168
 
169
- #: gallery-plugin.php:810
170
- msgid "Notice:"
171
- msgstr ""
172
-
173
- #: gallery-plugin.php:810
174
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
175
  msgstr ""
176
 
177
- #: gallery-plugin.php:811
178
- msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
179
- msgstr "Zum Einfügen einer Galerie füge diesen Shortcode in eine Seite oder einen Beitrag ein:"
180
-
181
- #: gallery-plugin.php:816
182
  msgid "Update images for gallery"
183
  msgstr ""
184
 
185
- #: gallery-plugin.php:818
186
  #, fuzzy
187
  msgid "Update images"
188
  msgstr "Reihenfolge Bilder"
189
 
190
- #: gallery-plugin.php:826
191
  msgid "Image size for the album cover"
192
  msgstr "Bildgröße für Beitragsbild"
193
 
194
- #: gallery-plugin.php:828
195
- #: gallery-plugin.php:842
196
- #: gallery-plugin.php:864
197
  msgid "Image size"
198
  msgstr "Name der Bilder"
199
 
200
- #: gallery-plugin.php:831
201
- #: gallery-plugin.php:845
202
  msgid "Width (in px)"
203
  msgstr "Breite (in px)"
204
 
205
- #: gallery-plugin.php:835
206
- #: gallery-plugin.php:849
207
  msgid "Height (in px)"
208
  msgstr "Höhe (in px)"
209
 
210
- #: gallery-plugin.php:840
211
  #, fuzzy
212
  msgid "Image size for thumbnails"
213
  msgstr "Bildgröße für Beitragsbild"
214
 
215
- #: gallery-plugin.php:854
216
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
217
  msgstr "Wordpress wird ein neues Thumbnail mit den Einstellungen erstellen, wenn du ein neues Bild hochlädst."
218
 
219
- #: gallery-plugin.php:862
 
 
 
 
 
 
220
  #, fuzzy
221
  msgid "Image size in the lightbox"
222
  msgstr "Galeriegröße in der Lightbox"
223
 
224
- #: gallery-plugin.php:865
225
  msgid "Max width (in px)"
226
  msgstr "max. Breite (in px)"
227
 
228
- #: gallery-plugin.php:866
229
  msgid "Max height (in px)"
230
  msgstr "max. Höhe (in px)"
231
 
232
- #: gallery-plugin.php:867
233
  msgid "Display a full size image in the lightbox"
234
  msgstr "Zeige das Bild in Originalgröße in derLightbox"
235
 
236
- #: gallery-plugin.php:871
237
  msgid "Crop position"
238
  msgstr "Crop Position"
239
 
240
- #: gallery-plugin.php:875
241
- #: gallery-plugin.php:881
242
  msgid "center"
243
  msgstr "zentriert"
244
 
245
- #: gallery-plugin.php:877
246
  msgid "Horizontal"
247
  msgstr "Horizontal"
248
 
249
- #: gallery-plugin.php:883
250
  msgid "Vertical"
251
  msgstr "vertikal"
252
 
253
- #: gallery-plugin.php:888
254
  msgid "Lightbox background"
255
  msgstr "Lightbox Hintergrund"
256
 
257
- #: gallery-plugin.php:891
258
  msgid "Background transparency (from 0 to 1)"
259
  msgstr "Hintergrund Transparenz (0 – 1)"
260
 
261
- #: gallery-plugin.php:892
262
  msgid "Select a background color"
263
  msgstr "Wähle eine Hintergrundfarbe"
264
 
265
- #: gallery-plugin.php:897
266
- #: gallery-plugin.php:1077
267
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
268
  msgstr ""
269
 
270
- #: gallery-plugin.php:904
271
- #: gallery-plugin.php:1084
272
  msgid "Unlock premium options by upgrading to Pro version"
273
  msgstr ""
274
 
275
- #: gallery-plugin.php:908
276
- #: gallery-plugin.php:1088
277
  msgid "Start Your Trial"
278
  msgstr ""
279
 
280
- #: gallery-plugin.php:909
281
- #: gallery-plugin.php:1089
 
282
  msgid "or"
283
  msgstr ""
284
 
285
- #: gallery-plugin.php:911
286
- #: gallery-plugin.php:1091
287
  #, fuzzy
288
  msgid "Learn More"
289
  msgstr "Mehr erfahren"
290
 
291
- #: gallery-plugin.php:918
292
  msgid "Images with border"
293
  msgstr "Bilder mit Rand"
294
 
295
- #: gallery-plugin.php:921
296
  msgid "Border width in px, just numbers"
297
  msgstr "Breite Bildrand in Pixel"
298
 
299
- #: gallery-plugin.php:922
300
  msgid "Select a border color"
301
  msgstr "Rahmenfarbe"
302
 
303
- #: gallery-plugin.php:926
304
  msgid "Number of images in the row"
305
  msgstr "Anzahl Bilder in einer Reihe"
306
 
307
- #: gallery-plugin.php:932
308
  msgid "Start slideshow"
309
  msgstr "Starte Slideshow"
310
 
311
- #: gallery-plugin.php:938
312
  msgid "Slideshow interval"
313
  msgstr "Slideshow Geschwindigkeit"
314
 
315
- #: gallery-plugin.php:944
316
  msgid "Use single lightbox for multiple galleries on one page"
317
  msgstr ""
318
 
319
- #: gallery-plugin.php:950
320
  msgid "Sort images by"
321
  msgstr "Sortieren nach"
322
 
323
- #: gallery-plugin.php:952
324
  msgid "Attachment ID"
325
  msgstr "Anhang ID"
326
 
327
- #: gallery-plugin.php:953
328
  msgid "Image Name"
329
  msgstr "Bildname"
330
 
331
- #: gallery-plugin.php:955
332
  msgid "Sorting order in the Gallery"
333
  msgstr ""
334
 
335
- #: gallery-plugin.php:956
 
336
  msgid "Random"
337
  msgstr "Zufall"
338
 
339
- #: gallery-plugin.php:960
340
  msgid "Sort images"
341
  msgstr "Reihenfolge"
342
 
343
- #: gallery-plugin.php:962
 
344
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
345
  msgstr "ASC (aufsteigend)"
346
 
347
- #: gallery-plugin.php:963
 
348
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
349
  msgstr "DESC (absteigend)"
350
 
351
- #: gallery-plugin.php:967
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
352
  #, fuzzy
353
  msgid "Display text under the image"
354
  msgstr "Zeige Text über dem Bild"
355
 
356
- #: gallery-plugin.php:969
357
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
358
  msgstr "Text nur in Lightbox anzeigen"
359
 
360
- #: gallery-plugin.php:973
361
  msgid "Display the Back link"
362
  msgstr "Aktiviere Zurück-Link"
363
 
364
- #: gallery-plugin.php:979
365
  msgid "Display the Back link in the shortcode"
366
  msgstr "Aktiviere Zurück-Link im Shortcode"
367
 
368
- #: gallery-plugin.php:985
369
  msgid "The Back link text"
370
  msgstr "Zurück-Link Text"
371
 
372
- #: gallery-plugin.php:991
373
  msgid "The Back link URL"
374
  msgstr "Zurück-Link URL"
375
 
376
- #: gallery-plugin.php:993
377
  msgid "Gallery page (Page with Gallery Template)"
378
  msgstr "Galerie-Seite (Seite mit Gallerie-Template)"
379
 
380
- #: gallery-plugin.php:995
381
  msgid "(Full URL to custom page)"
382
  msgstr "(URL zu eigener Seite)"
383
 
384
- #: gallery-plugin.php:999
385
  msgid "The Read More link text"
386
  msgstr "Weiterlesen link Text"
387
 
388
- #: gallery-plugin.php:1005
389
  msgid "Add gallery to the search"
390
  msgstr ""
391
 
392
- #: gallery-plugin.php:1010
393
- #: gallery-plugin.php:1013
394
- #: gallery-plugin.php:1017
395
  msgid "Using"
396
  msgstr ""
397
 
398
- #: gallery-plugin.php:1010
399
- #: gallery-plugin.php:1013
400
- #: gallery-plugin.php:1017
401
  msgid "powered by"
402
  msgstr ""
403
 
404
- #: gallery-plugin.php:1013
405
- #: gallery-plugin.php:1236
406
  #, fuzzy
407
  msgid "Activate"
408
  msgstr "Aktivierte Plugins"
409
 
410
- #: gallery-plugin.php:1017
411
  msgid "Download"
412
  msgstr ""
413
 
414
- #: gallery-plugin.php:1022
415
  msgid "Rewrite templates after update"
416
  msgstr ""
417
 
418
- #: gallery-plugin.php:1024
419
  #, php-format
420
  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"
421
  msgstr ""
422
 
423
- #: gallery-plugin.php:1033
424
  msgid "Use pagination for images"
425
  msgstr ""
426
 
427
- #: gallery-plugin.php:1036
428
  msgid "per page"
429
  msgstr ""
430
 
431
- #: gallery-plugin.php:1040
432
  msgid "The lightbox helper"
433
  msgstr ""
434
 
435
- #: gallery-plugin.php:1042
436
  msgid "Do not use"
437
  msgstr ""
438
 
439
- #: gallery-plugin.php:1043
440
  msgid "Button helper"
441
  msgstr ""
442
 
443
- #: gallery-plugin.php:1044
444
  msgid "Thumbnail helper"
445
  msgstr ""
446
 
447
- #: gallery-plugin.php:1048
448
  msgid "Display Like buttons in the lightbox"
449
  msgstr "Aktivier Like-Button in der Lightbox"
450
 
451
- #: gallery-plugin.php:1050
452
  msgid "FaceBook"
453
  msgstr "Facebook"
454
 
455
- #: gallery-plugin.php:1051
456
  msgid "Twitter"
457
  msgstr "Twitter"
458
 
459
- #: gallery-plugin.php:1052
460
  msgid "Pinterest"
461
  msgstr "Pinterest"
462
 
463
- #: gallery-plugin.php:1053
464
  msgid "Google +1"
465
  msgstr "Goolge+"
466
 
467
- #: gallery-plugin.php:1057
468
  msgid "Slug for gallery item"
469
  msgstr "Galerie Slug"
470
 
471
- #: gallery-plugin.php:1059
472
  msgid "for any structure of permalinks except the default structure"
473
  msgstr "Permalinkstruktur (Default ausgenommen)"
474
 
475
- #: gallery-plugin.php:1063
476
  msgid "Title for lightbox button"
477
  msgstr ""
478
 
479
- #: gallery-plugin.php:1069
480
  msgid "Display all images in the lightbox instead of going into a single gallery"
481
  msgstr ""
482
 
483
- #: gallery-plugin.php:1072
484
  #, php-format
485
  msgid "When using the gallery template or a shortcode with `%s` parameter"
486
  msgstr ""
487
 
488
- #: gallery-plugin.php:1098
489
  msgid "Save Changes"
490
  msgstr "Einstellungen speichern"
491
 
492
- #: gallery-plugin.php:1135
493
  msgid "Support"
494
  msgstr "Support"
495
 
496
- #: gallery-plugin.php:1202
497
  msgid "Updating images..."
498
  msgstr ""
499
 
500
- #: gallery-plugin.php:1203
501
  #, fuzzy
502
  msgid "No image found."
503
  msgstr "Keine Galerien gefunden"
504
 
505
- #: gallery-plugin.php:1204
506
  msgid "All images are updated."
507
  msgstr ""
508
 
509
- #: gallery-plugin.php:1205
510
  msgid "Error."
511
  msgstr ""
512
 
513
- #: gallery-plugin.php:1216
514
  msgid ""
515
  "You are about to delete these items from this gallery.\n"
516
  " 'Cancel' to stop, 'OK' to delete."
517
  msgstr ""
518
 
519
- #: gallery-plugin.php:1217
520
  msgid "Switching to another mode, all unsaved data will be lost. Save data before switching?"
521
  msgstr ""
522
 
523
- #: gallery-plugin.php:1218
524
  msgid "Insert Media"
525
  msgstr ""
526
 
527
- #: gallery-plugin.php:1219
528
  msgid "Insert"
529
  msgstr ""
530
 
531
- #: gallery-plugin.php:1231
532
  #, fuzzy
533
  msgid "Learn more"
534
  msgstr "Mehr erfahren"
535
 
536
- #: gallery-plugin.php:1243
537
  #, fuzzy
538
  msgid "Install now"
539
  msgstr "Installiere %s"
540
 
541
- #: gallery-plugin.php:1252
542
  msgid "Add multiple gallery categories"
543
  msgstr ""
544
 
545
- #: gallery-plugin.php:1252
546
  msgid "Install Gallery Categories plugin to add unlimited number of categories."
547
  msgstr ""
548
 
549
- #: gallery-plugin.php:1261
550
- msgid "Close"
551
- msgstr ""
552
-
553
- #: gallery-plugin.php:1525
554
  #: template/gallery-single-template.php:101
555
  msgid "Sorry, nothing found."
556
  msgstr "Leider nichts gefunden."
557
 
558
- #: gallery-plugin.php:1547
559
  #: template/gallery-single-template.php:120
560
  msgid "Image"
561
  msgstr "Bild"
562
 
563
- #: gallery-plugin.php:1547
564
  #: template/gallery-single-template.php:19
565
  msgid "Download high resolution image"
566
  msgstr "Lade Bild in Originalgröße"
567
 
568
- #: gallery-plugin.php:1677
569
  #, fuzzy
570
  msgid "Image size not defined"
571
  msgstr "Name der Bilder"
572
 
573
- #: gallery-plugin.php:1692
574
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
575
  msgstr ""
576
 
577
- #: gallery-plugin.php:1703
578
  msgid "Image size changes not defined"
579
  msgstr ""
580
 
581
- #: gallery-plugin.php:1732
582
- #: gallery-plugin.php:1735
583
- #: gallery-plugin.php:1740
584
  msgid "Invalid path"
585
  msgstr ""
586
 
587
- #: gallery-plugin.php:1889
588
  msgid "Add images requires JavaScript."
589
  msgstr ""
590
 
591
- #: gallery-plugin.php:1892
592
  msgid "Add Media"
593
  msgstr ""
594
 
595
- #: gallery-plugin.php:1902
596
  msgid "The grid view for the Gallery images requires JavaScript."
597
  msgstr ""
598
 
599
- #: gallery-plugin.php:1902
600
  msgid "Switch to the list view"
601
  msgstr ""
602
 
603
- #: gallery-plugin.php:1929
604
  msgid "List View"
605
  msgstr ""
606
 
607
- #: gallery-plugin.php:1930
608
  msgid "Grid View"
609
  msgstr ""
610
 
611
- #: gallery-plugin.php:1987
612
  msgid "Filter"
613
  msgstr ""
614
 
615
- #: gallery-plugin.php:1991
616
  msgid "Empty Trash"
617
  msgstr ""
618
 
619
- #: gallery-plugin.php:2012
620
  #, fuzzy
621
  msgid "No images found"
622
  msgstr "Keine Galerien gefunden"
623
 
624
- #: gallery-plugin.php:2066
625
  msgid "Select bulk action"
626
  msgstr ""
627
 
628
- #: gallery-plugin.php:2068
629
  msgid "Bulk Actions"
630
  msgstr ""
631
 
632
- #: gallery-plugin.php:2078
633
  msgid "Apply"
634
  msgstr ""
635
 
636
- #: gallery-plugin.php:2085
637
- #: gallery-plugin.php:2264
638
  #, fuzzy
639
  msgid "Delete from Gallery"
640
  msgstr "Neue Galerie"
641
 
642
- #: gallery-plugin.php:2098
643
- #: gallery-plugin.php:2112
644
  #, fuzzy
645
  msgid "Display link to the original file under each image in the lightbox"
646
  msgstr "Zeige das Bild in Originalgröße in derLightbox"
647
 
648
- #: gallery-plugin.php:2107
649
  msgid "Bulk Select"
650
  msgstr ""
651
 
652
- #: gallery-plugin.php:2109
653
  msgid "Cancel Selection"
654
  msgstr ""
655
 
656
- #: gallery-plugin.php:2110
657
  msgid "Delete Selected"
658
  msgstr ""
659
 
660
- #: gallery-plugin.php:2124
661
  msgid "File"
662
  msgstr ""
663
 
664
- #: gallery-plugin.php:2125
665
- #: gallery-plugin.php:2213
666
- #: gallery-plugin.php:2321
667
  msgid "Dimensions"
668
  msgstr ""
669
 
670
- #: gallery-plugin.php:2127
671
- #: gallery-plugin.php:2246
672
- #: gallery-plugin.php:2331
673
  msgid "Alt tag"
674
  msgstr ""
675
 
676
- #: gallery-plugin.php:2127
677
- #: gallery-plugin.php:2248
678
  msgid "The alt attribute specifies an alternate text for an image, if the image cannot be displayed."
679
  msgstr ""
680
 
681
- #: gallery-plugin.php:2128
682
- #: gallery-plugin.php:2254
683
- #: gallery-plugin.php:2336
684
  msgid "Custom URL"
685
  msgstr ""
686
 
687
- #: gallery-plugin.php:2128
688
- #: gallery-plugin.php:2256
689
  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)"
690
  msgstr ""
691
 
692
- #: gallery-plugin.php:2205
693
  msgid "Deselect"
694
  msgstr ""
695
 
696
- #: gallery-plugin.php:2211
697
  msgid "File name"
698
  msgstr ""
699
 
700
- #: gallery-plugin.php:2212
701
  msgid "File type"
702
  msgstr ""
703
 
704
- #: gallery-plugin.php:2216
 
705
  #, fuzzy
706
  msgid "Edit Attachment Info"
707
  msgstr "Anhang ID"
708
 
709
- #: gallery-plugin.php:2216
710
  #, fuzzy
711
  msgid "Edit Attachment"
712
  msgstr "Anhang ID"
713
 
714
- #: gallery-plugin.php:2226
715
  msgid "Go Pro"
716
  msgstr ""
717
 
718
- #: gallery-plugin.php:2226
719
  msgid "Pro version"
720
  msgstr ""
721
 
722
- #: gallery-plugin.php:2229
723
  msgid "This setting is available in Pro version"
724
  msgstr "Diese Einstellung ist in der Pro-Version verfügbar"
725
 
726
- #: gallery-plugin.php:2262
727
  msgid "Edit more details"
728
  msgstr ""
729
 
730
- #: gallery-plugin.php:2297
731
  #, php-format
732
  msgid "Select %s"
733
  msgstr ""
734
 
735
- #: gallery-plugin.php:2310
736
  #, php-format
737
  msgid "Edit &#8220;%s&#8221;"
738
  msgstr ""
739
 
740
- #: gallery-plugin.php:2354
741
- #: gallery-plugin.php:2367
742
  msgid "Edit"
743
  msgstr ""
744
 
745
- #: gallery-plugin.php:2357
746
- #: gallery-plugin.php:2372
747
  msgid "Trash"
748
  msgstr ""
749
 
750
- #: gallery-plugin.php:2360
751
- #: gallery-plugin.php:2375
752
  msgid "Delete Permanently"
753
  msgstr ""
754
 
755
- #: gallery-plugin.php:2362
756
- #: gallery-plugin.php:2380
757
  #, php-format
758
  msgid "View &#8220;%s&#8221;"
759
  msgstr ""
760
 
761
- #: gallery-plugin.php:2362
762
- #: gallery-plugin.php:2380
763
  msgid "View"
764
  msgstr ""
765
 
766
- #: gallery-plugin.php:2364
767
  #, fuzzy
768
  msgid "Attach"
769
  msgstr "Anhang ID"
770
 
771
- #: gallery-plugin.php:2370
772
  msgid "Restore"
773
  msgstr ""
774
 
775
- #: gallery-plugin.php:2501
776
  msgid "Warning"
777
  msgstr ""
778
 
779
- #: gallery-plugin.php:2501
780
  msgid "You can add only images to the gallery"
781
  msgstr ""
782
 
783
- #: gallery-plugin.php:2532
784
  #, fuzzy
785
  msgid "Sorry, no gallery found."
786
  msgstr "Leider nichts gefunden."
787
 
788
- #: gallery-plugin.php:2538
789
  #, fuzzy
790
  msgid "Display an album image with the description and the link to a single gallery page"
791
  msgstr "Shortcode zum Anzeigen einer Kurzbeschreibung, Link und Bild"
@@ -965,13 +1008,6 @@ msgstr "Bildgröße für Galerie"
965
  #~ msgid "Background color"
966
  #~ msgstr "Hintergrundfarbe"
967
 
968
- #~ msgid ""
969
- #~ "Sorting order (the input field for sorting order in the Insert / Upload "
970
- #~ "Media Gallery dialog)"
971
- #~ msgstr ""
972
- #~ "Reihenfolge (the input field for sorting order in the Insert / Upload "
973
- #~ "Media Gallery dialog)"
974
-
975
  #~ msgid "left"
976
  #~ msgstr "links"
977
 
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"
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"
1008
  #~ msgid "Background color"
1009
  #~ msgstr "Hintergrundfarbe"
1010
 
 
 
 
 
 
 
 
1011
  #~ msgid "left"
1012
  #~ msgstr "links"
1013
 
languages/gallery-plugin-es_ES.mo CHANGED
Binary file
languages/gallery-plugin-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-09-14 14:32+0300\n"
6
- "PO-Revision-Date: 2015-09-14 14:32+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"
@@ -21,860 +21,905 @@ msgstr ""
21
  # @ bestwebsoft
22
  # @ gallery
23
  #: gallery-plugin.php:45
24
- #: gallery-plugin.php:797
25
- #: gallery-plugin.php:1133
26
- #: gallery-plugin.php:1150
27
  msgid "Settings"
28
  msgstr "Configuraciones"
29
 
30
  # @ gallery
31
- #: gallery-plugin.php:105
32
  msgid "See images &raquo;"
33
  msgstr "Ver imagens &raquo;"
34
 
35
- #: gallery-plugin.php:108
36
  msgid "Return to all albums"
37
  msgstr ""
38
 
39
  # @ gallery
40
- #: gallery-plugin.php:332
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:342
47
- #: gallery-plugin.php:351
48
  msgid "Galleries"
49
  msgstr "Galerias"
50
 
51
  # @ gallery
52
- #: gallery-plugin.php:343
53
- #: gallery-plugin.php:2530
54
  msgid "Gallery"
55
  msgstr "Galeria"
56
 
57
  # @ gallery
58
- #: gallery-plugin.php:344
59
  msgid "Add New Gallery"
60
  msgstr "Agregar una Galeria nueva"
61
 
62
  # @ gallery
63
- #: gallery-plugin.php:345
64
  msgid "Edit Gallery"
65
  msgstr "Editar Galeria"
66
 
67
  # @ gallery
68
- #: gallery-plugin.php:346
69
  msgid "New Gallery"
70
  msgstr "Galeria nueva"
71
 
72
  # @ gallery
73
- #: gallery-plugin.php:347
74
  msgid "View Gallery"
75
  msgstr "Ver Galeria"
76
 
77
  # @ gallery
78
- #: gallery-plugin.php:348
79
  #, fuzzy
80
  msgid "Search Galleries"
81
  msgstr "Galerias"
82
 
83
  # @ gallery
84
- #: gallery-plugin.php:349
85
  msgid "No Gallery found"
86
  msgstr "Ninguna galeria encontrada"
87
 
88
  # @ gallery
89
- #: gallery-plugin.php:406
90
  msgid "Gallery Shortcode"
91
  msgstr "Codigo corto de Galeria"
92
 
93
  # @ gallery
94
- #: gallery-plugin.php:408
95
- #: gallery-plugin.php:440
 
96
  #, fuzzy
97
  msgid "Gallery Categories"
98
  msgstr "Tamanño de da imagen de la galeria"
99
 
100
- #: gallery-plugin.php:417
 
 
 
 
 
 
 
 
 
 
 
 
101
  msgid "Add this shortcode to a page, post or widget to display a single gallery"
102
  msgstr ""
103
 
104
  # @ gallery
105
- #: gallery-plugin.php:420
106
  #, fuzzy
107
  msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
108
  msgstr "Si quiere mostrar una descripcion corta con una miniatura de una Galeria en una pagina."
109
 
110
- #: gallery-plugin.php:422
111
  msgid "Short display"
112
  msgstr ""
113
 
114
- #: gallery-plugin.php:441
115
  msgid "Most Used"
116
  msgstr ""
117
 
118
  # @ gallery
119
- #: gallery-plugin.php:446
120
- #: gallery-plugin.php:890
121
  msgid "Default"
122
  msgstr "Por Defecto"
123
 
124
  # @ gallery
125
- #: gallery-plugin.php:451
126
  #, fuzzy
127
  msgid "Add New Gallery Category"
128
  msgstr "Agregar una Galeria nueva"
129
 
130
- #: gallery-plugin.php:458
131
  msgid "Install plugin"
132
  msgstr ""
133
 
134
  # @ gallery
135
- #: gallery-plugin.php:613
136
- #: gallery-plugin.php:2126
137
- #: gallery-plugin.php:2240
138
- #: gallery-plugin.php:2326
 
139
  msgid "Title"
140
  msgstr "Título"
141
 
142
  # @ gallery
143
- #: gallery-plugin.php:614
 
144
  msgid "Author"
145
  msgstr "Autor"
146
 
147
  # @ gallery
148
- #: gallery-plugin.php:615
149
  #, fuzzy
150
  msgid "Shortcode"
151
  msgstr "Codigo corto de Galeria"
152
 
153
  # @ gallery
154
- #: gallery-plugin.php:616
155
  #, fuzzy
156
  msgid "Photos"
157
  msgstr "Foto"
158
 
159
  # @ gallery
160
- #: gallery-plugin.php:617
161
- #: gallery-plugin.php:954
 
162
  msgid "Date"
163
  msgstr "Fecha"
164
 
165
  # @ gallery
166
- #: gallery-plugin.php:770
167
  msgid "Settings are saved"
168
  msgstr "Cambios guardados"
169
 
170
  # @ gallery
171
- #: gallery-plugin.php:783
172
  #, fuzzy
173
  msgid "All plugin settings were restored."
174
  msgstr "En la pagina de opciones de este plugin ("
175
 
176
  # @ gallery
177
- #: gallery-plugin.php:795
178
  msgid "Gallery Settings"
179
  msgstr "Configuracion de la Galeria"
180
 
181
  # @ gallery
182
- #: gallery-plugin.php:798
183
- #: gallery-plugin.php:1134
184
  msgid "FAQ"
185
  msgstr "FAQ"
186
 
187
- #: gallery-plugin.php:799
188
  msgid "Go PRO"
189
  msgstr "Ir a PRO"
190
 
191
  # @ gallery
192
- #: gallery-plugin.php:809
193
  msgid "Please enable JavaScript to use the option to renew images."
194
  msgstr "Por favor habilite el Javascript para usar la opcion de renovar imagenes."
195
 
196
- #: gallery-plugin.php:810
197
- msgid "Notice:"
198
- msgstr "Nota:"
199
-
200
- #: gallery-plugin.php:810
201
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
202
- msgstr "La configuracion a cambiado, no olvide de hacer click en el botton \"guardar cambios\""
203
-
204
- # @ gallery
205
- #: gallery-plugin.php:811
206
- msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
207
- msgstr "Si quiere agregar una Galeria a su pagina o entrada, simplemente copie y pege el codigo corto en la pagina o entrada."
208
 
209
- #: gallery-plugin.php:816
210
  msgid "Update images for gallery"
211
  msgstr "Actualizar imagene de la galeria"
212
 
213
  # @ gallery
214
- #: gallery-plugin.php:818
215
  msgid "Update images"
216
  msgstr "Actualizar imagenes"
217
 
218
  # @ gallery
219
- #: gallery-plugin.php:826
220
  msgid "Image size for the album cover"
221
  msgstr "Tamanño de la imagen para la portada del álbum"
222
 
223
  # @ gallery
224
- #: gallery-plugin.php:828
225
- #: gallery-plugin.php:842
226
- #: gallery-plugin.php:864
227
  msgid "Image size"
228
  msgstr "Tamaño de la imagen"
229
 
230
  # @ gallery
231
- #: gallery-plugin.php:831
232
- #: gallery-plugin.php:845
233
  msgid "Width (in px)"
234
  msgstr "Ancho (em px)"
235
 
236
  # @ gallery
237
- #: gallery-plugin.php:835
238
- #: gallery-plugin.php:849
239
  msgid "Height (in px)"
240
  msgstr "Altura (em px)"
241
 
242
  # @ gallery
243
- #: gallery-plugin.php:840
244
  #, fuzzy
245
  msgid "Image size for thumbnails"
246
  msgstr "Tamanño de la imagen para la portada del álbum"
247
 
248
  # @ gallery
249
- #: gallery-plugin.php:854
250
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
251
  msgstr "WordPress creara una miniatura nueva cuando suba una nueva imagen."
252
 
 
 
 
 
 
 
253
  # @ gallery
254
- #: gallery-plugin.php:862
255
  #, fuzzy
256
  msgid "Image size in the lightbox"
257
  msgstr "Tamanño de la imagen en la galeria del Lightbox"
258
 
259
  # @ gallery
260
- #: gallery-plugin.php:865
261
  msgid "Max width (in px)"
262
  msgstr "Ancho máximo (em px)"
263
 
264
  # @ gallery
265
- #: gallery-plugin.php:866
266
  msgid "Max height (in px)"
267
  msgstr "Altura máxima (em px)"
268
 
269
  # @ gallery
270
- #: gallery-plugin.php:867
271
  msgid "Display a full size image in the lightbox"
272
  msgstr "Exibir la imagen en su tamaño completo en el Lightbox"
273
 
274
  # @ gallery
275
- #: gallery-plugin.php:871
276
  msgid "Crop position"
277
  msgstr "Recortar posicion"
278
 
279
  # @ gallery
280
- #: gallery-plugin.php:875
281
- #: gallery-plugin.php:881
282
  msgid "center"
283
  msgstr "centro"
284
 
285
  # @ gallery
286
- #: gallery-plugin.php:877
287
  msgid "Horizontal"
288
  msgstr "Horizontal"
289
 
290
  # @ gallery
291
- #: gallery-plugin.php:883
292
  msgid "Vertical"
293
  msgstr "Vertical"
294
 
295
  # @ gallery
296
- #: gallery-plugin.php:888
297
  msgid "Lightbox background"
298
  msgstr "Fundo del Lightbox"
299
 
300
  # @ gallery
301
- #: gallery-plugin.php:891
302
  msgid "Background transparency (from 0 to 1)"
303
  msgstr "Transparencia del fondo (de 0 a 1)"
304
 
305
  # @ gallery
306
- #: gallery-plugin.php:892
307
  msgid "Select a background color"
308
  msgstr "Selecionar un color de fondo"
309
 
310
- #: gallery-plugin.php:897
311
- #: gallery-plugin.php:1077
312
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
313
  msgstr "Si actualiza a PRO sus configuraciones se guardaran"
314
 
315
- #: gallery-plugin.php:904
316
- #: gallery-plugin.php:1084
317
  msgid "Unlock premium options by upgrading to Pro version"
318
  msgstr ""
319
 
320
- #: gallery-plugin.php:908
321
- #: gallery-plugin.php:1088
322
  msgid "Start Your Trial"
323
  msgstr ""
324
 
325
- #: gallery-plugin.php:909
326
- #: gallery-plugin.php:1089
 
327
  msgid "or"
328
  msgstr ""
329
 
330
- #: gallery-plugin.php:911
331
- #: gallery-plugin.php:1091
332
  msgid "Learn More"
333
  msgstr "Saber mas."
334
 
335
  # @ gallery
336
- #: gallery-plugin.php:918
337
  msgid "Images with border"
338
  msgstr "Imagens con borde"
339
 
340
  # @ gallery
341
- #: gallery-plugin.php:921
342
  msgid "Border width in px, just numbers"
343
  msgstr "Ancho del borde en px, solo números"
344
 
345
  # @ gallery
346
- #: gallery-plugin.php:922
347
  msgid "Select a border color"
348
  msgstr "Escoja el color del borde"
349
 
350
  # @ gallery
351
- #: gallery-plugin.php:926
352
  msgid "Number of images in the row"
353
  msgstr "Número de imagenes por fila"
354
 
355
  # @ gallery
356
- #: gallery-plugin.php:932
357
  msgid "Start slideshow"
358
  msgstr "Iniciar Apresentacion de diapositivas"
359
 
360
  # @ gallery
361
- #: gallery-plugin.php:938
362
  msgid "Slideshow interval"
363
  msgstr "Intervalo entre las diapositivas"
364
 
365
- #: gallery-plugin.php:944
366
  msgid "Use single lightbox for multiple galleries on one page"
367
  msgstr "Usar un LightBox unici para multiples galerias en una pagina."
368
 
369
  # @ gallery
370
- #: gallery-plugin.php:950
371
  msgid "Sort images by"
372
  msgstr "Ordenar imagens por"
373
 
374
  # @ gallery
375
- #: gallery-plugin.php:952
376
  msgid "Attachment ID"
377
  msgstr "ID del anexo"
378
 
379
  # @ gallery
380
- #: gallery-plugin.php:953
381
  msgid "Image Name"
382
  msgstr "Nome da Imagen"
383
 
384
- #: gallery-plugin.php:955
385
  msgid "Sorting order in the Gallery"
386
  msgstr ""
387
 
388
  # @ gallery
389
- #: gallery-plugin.php:956
 
390
  msgid "Random"
391
  msgstr "Aleatório"
392
 
393
  # @ gallery
394
- #: gallery-plugin.php:960
395
  msgid "Sort images"
396
  msgstr "Ordenar imagenes:"
397
 
398
  # @ gallery
399
- #: gallery-plugin.php:962
 
400
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
401
  msgstr "ASC (orden ascente de los valores mas baijos a los mas altos - 1, 2, 3; a, b, c)"
402
 
403
  # @ gallery
404
- #: gallery-plugin.php:963
 
405
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
406
  msgstr "DESC (orden descendente de los valores mas altos a los mas baijos - 1, 2, 3; a, b, c)"
407
 
408
  # @ gallery
409
- #: gallery-plugin.php:967
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
410
  #, fuzzy
411
  msgid "Display text under the image"
412
  msgstr "Mostrar texto acima da imagen"
413
 
414
  # @ gallery
415
- #: gallery-plugin.php:969
416
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
417
  msgstr "Desmarque la casilla, si solo quiere mostrar texto en el lightbox"
418
 
419
  # @ gallery
420
- #: gallery-plugin.php:973
421
  msgid "Display the Back link"
422
  msgstr "Mostrar enlace Volver"
423
 
424
  # @ gallery
425
- #: gallery-plugin.php:979
426
  msgid "Display the Back link in the shortcode"
427
  msgstr "Mostrar enlace Volver codigo corto"
428
 
429
  # @ gallery
430
- #: gallery-plugin.php:985
431
  msgid "The Back link text"
432
  msgstr "Texto del enlace volver"
433
 
434
  # @ gallery
435
- #: gallery-plugin.php:991
436
  msgid "The Back link URL"
437
  msgstr "URL del enlacw Volver"
438
 
439
  # @ gallery
440
- #: gallery-plugin.php:993
441
  msgid "Gallery page (Page with Gallery Template)"
442
  msgstr "Página de la Galeria (planilla otema usado para la pagina de la Galeria)"
443
 
444
  # @ gallery
445
- #: gallery-plugin.php:995
446
  msgid "(Full URL to custom page)"
447
  msgstr "(URL completa para a página personalizada)"
448
 
449
  # @ gallery
450
- #: gallery-plugin.php:999
451
  msgid "The Read More link text"
452
  msgstr "Texto del enlace leer mas"
453
 
454
- #: gallery-plugin.php:1005
455
  msgid "Add gallery to the search"
456
  msgstr "Agregar la galeria a la busqueda"
457
 
458
- #: gallery-plugin.php:1010
459
- #: gallery-plugin.php:1013
460
- #: gallery-plugin.php:1017
461
  msgid "Using"
462
  msgstr "Usando"
463
 
464
- #: gallery-plugin.php:1010
465
- #: gallery-plugin.php:1013
466
- #: gallery-plugin.php:1017
467
  msgid "powered by"
468
  msgstr "propulsado por"
469
 
470
- #: gallery-plugin.php:1013
471
- #: gallery-plugin.php:1236
472
  msgid "Activate"
473
  msgstr ""
474
 
475
- #: gallery-plugin.php:1017
476
  msgid "Download"
477
  msgstr ""
478
 
479
- #: gallery-plugin.php:1022
480
  msgid "Rewrite templates after update"
481
  msgstr ""
482
 
483
- #: gallery-plugin.php:1024
484
  #, php-format
485
  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"
486
  msgstr ""
487
 
488
- #: gallery-plugin.php:1033
489
  #, fuzzy
490
  msgid "Use pagination for images"
491
  msgstr "Actualizando imagenes"
492
 
493
- #: gallery-plugin.php:1036
494
  msgid "per page"
495
  msgstr ""
496
 
497
- #: gallery-plugin.php:1040
498
  msgid "The lightbox helper"
499
  msgstr ""
500
 
501
- #: gallery-plugin.php:1042
502
  msgid "Do not use"
503
  msgstr ""
504
 
505
- #: gallery-plugin.php:1043
506
  msgid "Button helper"
507
  msgstr ""
508
 
509
- #: gallery-plugin.php:1044
510
  msgid "Thumbnail helper"
511
  msgstr ""
512
 
513
  # @ gallery
514
- #: gallery-plugin.php:1048
515
  msgid "Display Like buttons in the lightbox"
516
  msgstr "Mostrar botones me gusta en el Lightbox"
517
 
518
  # @ gallery
519
- #: gallery-plugin.php:1050
520
  msgid "FaceBook"
521
  msgstr "Facebook"
522
 
523
  # @ gallery
524
- #: gallery-plugin.php:1051
525
  msgid "Twitter"
526
  msgstr "Twitter"
527
 
528
  # @ gallery
529
- #: gallery-plugin.php:1052
530
  msgid "Pinterest"
531
  msgstr "Pinterest"
532
 
533
  # @ gallery
534
- #: gallery-plugin.php:1053
535
  msgid "Google +1"
536
  msgstr "Google +1"
537
 
538
  # @ gallery
539
- #: gallery-plugin.php:1057
540
  msgid "Slug for gallery item"
541
  msgstr "Slug para la galeria"
542
 
543
  # @ gallery
544
- #: gallery-plugin.php:1059
545
  msgid "for any structure of permalinks except the default structure"
546
  msgstr "para qualquier estrutura de los enlaces permanentes, exceto la estrutura predeterninada"
547
 
548
- #: gallery-plugin.php:1063
549
  msgid "Title for lightbox button"
550
  msgstr ""
551
 
552
- #: gallery-plugin.php:1069
553
  msgid "Display all images in the lightbox instead of going into a single gallery"
554
  msgstr ""
555
 
556
- #: gallery-plugin.php:1072
557
  #, php-format
558
  msgid "When using the gallery template or a shortcode with `%s` parameter"
559
  msgstr ""
560
 
561
  # @ default
562
- #: gallery-plugin.php:1098
563
  msgid "Save Changes"
564
  msgstr "Guardar Cambios"
565
 
566
  # @ gallery
567
- #: gallery-plugin.php:1135
568
  msgid "Support"
569
  msgstr "Soporte"
570
 
571
- #: gallery-plugin.php:1202
572
  msgid "Updating images..."
573
  msgstr "Actualizando imagenes"
574
 
575
  # @ gallery
576
- #: gallery-plugin.php:1203
577
  #, fuzzy
578
  msgid "No image found."
579
  msgstr "Imagen no encontrada"
580
 
581
- #: gallery-plugin.php:1204
582
  #, fuzzy
583
  msgid "All images are updated."
584
  msgstr "Todas las imgenes an sido actualizados"
585
 
586
- #: gallery-plugin.php:1205
587
  msgid "Error."
588
  msgstr "Error"
589
 
590
- #: gallery-plugin.php:1216
591
  msgid ""
592
  "You are about to delete these items from this gallery.\n"
593
  " 'Cancel' to stop, 'OK' to delete."
594
  msgstr ""
595
 
596
- #: gallery-plugin.php:1217
597
  msgid "Switching to another mode, all unsaved data will be lost. Save data before switching?"
598
  msgstr ""
599
 
600
- #: gallery-plugin.php:1218
601
  msgid "Insert Media"
602
  msgstr ""
603
 
604
- #: gallery-plugin.php:1219
605
  msgid "Insert"
606
  msgstr ""
607
 
608
- #: gallery-plugin.php:1231
609
  #, fuzzy
610
  msgid "Learn more"
611
  msgstr "Saber mas."
612
 
613
- #: gallery-plugin.php:1243
614
  msgid "Install now"
615
  msgstr ""
616
 
617
- #: gallery-plugin.php:1252
618
  msgid "Add multiple gallery categories"
619
  msgstr ""
620
 
621
- #: gallery-plugin.php:1252
622
  msgid "Install Gallery Categories plugin to add unlimited number of categories."
623
  msgstr ""
624
 
625
- #: gallery-plugin.php:1261
626
- msgid "Close"
627
- msgstr ""
628
-
629
  # @ gallery
630
- #: gallery-plugin.php:1525
631
  #: template/gallery-single-template.php:101
632
  msgid "Sorry, nothing found."
633
  msgstr "Disculpe, nada fue encontrado."
634
 
635
  # @ gallery
636
- #: gallery-plugin.php:1547
637
  #: template/gallery-single-template.php:120
638
  msgid "Image"
639
  msgstr "Imagen"
640
 
641
  # @ gallery
642
- #: gallery-plugin.php:1547
643
  #: template/gallery-single-template.php:19
644
  msgid "Download high resolution image"
645
  msgstr "Descarga la image de alta resolucion"
646
 
647
  # @ gallery
648
- #: gallery-plugin.php:1677
649
  msgid "Image size not defined"
650
  msgstr "Tanaño de imagen no definida"
651
 
652
- #: gallery-plugin.php:1692
653
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
654
  msgstr "Solo podemos actualizar archivos PNG, JPEG, GIF, WPMP o XBM. Para otros formatos necesita volver a subir elarchivo."
655
 
656
- #: gallery-plugin.php:1703
657
  msgid "Image size changes not defined"
658
  msgstr "Tamaño de imagen no esta definida."
659
 
660
- #: gallery-plugin.php:1732
661
- #: gallery-plugin.php:1735
662
- #: gallery-plugin.php:1740
663
  msgid "Invalid path"
664
  msgstr "Ruta incorrecta."
665
 
666
- #: gallery-plugin.php:1889
667
  msgid "Add images requires JavaScript."
668
  msgstr ""
669
 
670
- #: gallery-plugin.php:1892
671
  msgid "Add Media"
672
  msgstr ""
673
 
674
- #: gallery-plugin.php:1902
675
  msgid "The grid view for the Gallery images requires JavaScript."
676
  msgstr ""
677
 
678
- #: gallery-plugin.php:1902
679
  msgid "Switch to the list view"
680
  msgstr ""
681
 
682
- #: gallery-plugin.php:1929
683
  msgid "List View"
684
  msgstr ""
685
 
686
- #: gallery-plugin.php:1930
687
  msgid "Grid View"
688
  msgstr ""
689
 
690
- #: gallery-plugin.php:1987
691
  msgid "Filter"
692
  msgstr ""
693
 
694
- #: gallery-plugin.php:1991
695
  msgid "Empty Trash"
696
  msgstr ""
697
 
698
  # @ gallery
699
- #: gallery-plugin.php:2012
700
  #, fuzzy
701
  msgid "No images found"
702
  msgstr "Imagen no encontrada"
703
 
704
- #: gallery-plugin.php:2066
705
  msgid "Select bulk action"
706
  msgstr ""
707
 
708
- #: gallery-plugin.php:2068
709
  msgid "Bulk Actions"
710
  msgstr ""
711
 
712
- #: gallery-plugin.php:2078
713
  msgid "Apply"
714
  msgstr ""
715
 
716
  # @ gallery
717
- #: gallery-plugin.php:2085
718
- #: gallery-plugin.php:2264
719
  #, fuzzy
720
  msgid "Delete from Gallery"
721
  msgstr "Galeria nueva"
722
 
723
  # @ gallery
724
- #: gallery-plugin.php:2098
725
- #: gallery-plugin.php:2112
726
  #, fuzzy
727
  msgid "Display link to the original file under each image in the lightbox"
728
  msgstr "Exibir la imagen en su tamaño completo en el Lightbox"
729
 
730
- #: gallery-plugin.php:2107
731
  msgid "Bulk Select"
732
  msgstr ""
733
 
734
- #: gallery-plugin.php:2109
735
  msgid "Cancel Selection"
736
  msgstr ""
737
 
738
- #: gallery-plugin.php:2110
739
  msgid "Delete Selected"
740
  msgstr ""
741
 
742
- #: gallery-plugin.php:2124
743
  msgid "File"
744
  msgstr ""
745
 
746
- #: gallery-plugin.php:2125
747
- #: gallery-plugin.php:2213
748
- #: gallery-plugin.php:2321
749
  msgid "Dimensions"
750
  msgstr ""
751
 
752
- #: gallery-plugin.php:2127
753
- #: gallery-plugin.php:2246
754
- #: gallery-plugin.php:2331
755
  msgid "Alt tag"
756
  msgstr "Etiqueta alternativa"
757
 
758
- #: gallery-plugin.php:2127
759
- #: gallery-plugin.php:2248
760
  msgid "The alt attribute specifies an alternate text for an image, if the image cannot be displayed."
761
  msgstr ""
762
 
763
- #: gallery-plugin.php:2128
764
- #: gallery-plugin.php:2254
765
- #: gallery-plugin.php:2336
766
  msgid "Custom URL"
767
  msgstr ""
768
 
769
- #: gallery-plugin.php:2128
770
- #: gallery-plugin.php:2256
771
  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)"
772
  msgstr ""
773
 
774
- #: gallery-plugin.php:2205
775
  msgid "Deselect"
776
  msgstr ""
777
 
778
- #: gallery-plugin.php:2211
779
  msgid "File name"
780
  msgstr ""
781
 
782
- #: gallery-plugin.php:2212
783
  msgid "File type"
784
  msgstr ""
785
 
786
  # @ gallery
787
- #: gallery-plugin.php:2216
 
788
  #, fuzzy
789
  msgid "Edit Attachment Info"
790
  msgstr "ID del anexo"
791
 
792
  # @ gallery
793
- #: gallery-plugin.php:2216
794
  #, fuzzy
795
  msgid "Edit Attachment"
796
  msgstr "ID del anexo"
797
 
798
- #: gallery-plugin.php:2226
799
  #, fuzzy
800
  msgid "Go Pro"
801
  msgstr "Ir a PRO"
802
 
803
- #: gallery-plugin.php:2226
804
  msgid "Pro version"
805
  msgstr ""
806
 
807
  # @ gallery
808
- #: gallery-plugin.php:2229
809
  msgid "This setting is available in Pro version"
810
  msgstr "Esta opcion solo esta disponible en la version Pro"
811
 
812
- #: gallery-plugin.php:2262
813
  msgid "Edit more details"
814
  msgstr ""
815
 
816
- #: gallery-plugin.php:2297
817
  #, php-format
818
  msgid "Select %s"
819
  msgstr ""
820
 
821
- #: gallery-plugin.php:2310
822
  #, php-format
823
  msgid "Edit &#8220;%s&#8221;"
824
  msgstr ""
825
 
826
- #: gallery-plugin.php:2354
827
- #: gallery-plugin.php:2367
828
  msgid "Edit"
829
  msgstr ""
830
 
831
- #: gallery-plugin.php:2357
832
- #: gallery-plugin.php:2372
833
  msgid "Trash"
834
  msgstr ""
835
 
836
- #: gallery-plugin.php:2360
837
- #: gallery-plugin.php:2375
838
  msgid "Delete Permanently"
839
  msgstr ""
840
 
841
- #: gallery-plugin.php:2362
842
- #: gallery-plugin.php:2380
843
  #, php-format
844
  msgid "View &#8220;%s&#8221;"
845
  msgstr ""
846
 
847
- #: gallery-plugin.php:2362
848
- #: gallery-plugin.php:2380
849
  msgid "View"
850
  msgstr ""
851
 
852
  # @ gallery
853
- #: gallery-plugin.php:2364
854
  #, fuzzy
855
  msgid "Attach"
856
  msgstr "ID del anexo"
857
 
858
- #: gallery-plugin.php:2370
859
  msgid "Restore"
860
  msgstr ""
861
 
862
- #: gallery-plugin.php:2501
863
  msgid "Warning"
864
  msgstr ""
865
 
866
- #: gallery-plugin.php:2501
867
  msgid "You can add only images to the gallery"
868
  msgstr ""
869
 
870
  # @ gallery
871
- #: gallery-plugin.php:2532
872
  #, fuzzy
873
  msgid "Sorry, no gallery found."
874
  msgstr "Disculpe, nada fue encontrado."
875
 
876
  # @ gallery
877
- #: gallery-plugin.php:2538
878
  #, fuzzy
879
  msgid "Display an album image with the description and the link to a single gallery page"
880
  msgstr "Si quiere mostrar una descripcion corta con una miniatura de una Galeria en una pagina."
@@ -975,6 +1020,16 @@ msgstr ""
975
  msgid "Gallery Category"
976
  msgstr "Tamanño de da imagen de la galeria"
977
 
 
 
 
 
 
 
 
 
 
 
978
  #~ msgid "Using Custom Search powered by"
979
  #~ msgstr "Usando buqueda customizada propulsado por"
980
 
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"
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."
1020
  msgid "Gallery Category"
1021
  msgstr "Tamanño de da imagen de la galeria"
1022
 
1023
+ #~ msgid "Notice:"
1024
+ #~ msgstr "Nota:"
1025
+
1026
+ #~ msgid ""
1027
+ #~ "The plugin's settings have been changed. In order to save them please "
1028
+ #~ "don't forget to click the 'Save Changes' button."
1029
+ #~ msgstr ""
1030
+ #~ "La configuracion a cambiado, no olvide de hacer click en el botton "
1031
+ #~ "\"guardar cambios\""
1032
+
1033
  #~ msgid "Using Custom Search powered by"
1034
  #~ msgstr "Usando buqueda customizada propulsado por"
1035
 
languages/gallery-plugin-fr_FR.mo CHANGED
Binary file
languages/gallery-plugin-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-09-14 14:32+0300\n"
6
- "PO-Revision-Date: 2015-09-14 14:32+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"
@@ -18,766 +18,809 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: gallery-plugin.php:45
21
- #: gallery-plugin.php:797
22
- #: gallery-plugin.php:1133
23
- #: gallery-plugin.php:1150
24
  msgid "Settings"
25
  msgstr "Réglages"
26
 
27
- #: gallery-plugin.php:105
28
  msgid "See images &raquo;"
29
  msgstr "Voir les images &raquo;"
30
 
31
- #: gallery-plugin.php:108
32
  msgid "Return to all albums"
33
  msgstr ""
34
 
35
- #: gallery-plugin.php:332
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:342
41
- #: gallery-plugin.php:351
42
  msgid "Galleries"
43
  msgstr "Galeries"
44
 
45
- #: gallery-plugin.php:343
46
- #: gallery-plugin.php:2530
47
  msgid "Gallery"
48
  msgstr "Galerie"
49
 
50
- #: gallery-plugin.php:344
51
  msgid "Add New Gallery"
52
  msgstr "Ajouter une nouvelle galerie"
53
 
54
- #: gallery-plugin.php:345
55
  msgid "Edit Gallery"
56
  msgstr "Modifier la galerie"
57
 
58
- #: gallery-plugin.php:346
59
  msgid "New Gallery"
60
  msgstr "Nouvelle galerie"
61
 
62
- #: gallery-plugin.php:347
63
  msgid "View Gallery"
64
  msgstr "Voir la galerie"
65
 
66
- #: gallery-plugin.php:348
67
  msgid "Search Galleries"
68
  msgstr "Rechercher une galerie"
69
 
70
- #: gallery-plugin.php:349
71
  msgid "No Gallery found"
72
  msgstr "Pas de galeries trouvées"
73
 
74
- #: gallery-plugin.php:406
75
  msgid "Gallery Shortcode"
76
  msgstr "Gallery Shortcode"
77
 
78
- #: gallery-plugin.php:408
79
- #: gallery-plugin.php:440
 
80
  msgid "Gallery Categories"
81
  msgstr "Catégories de galeries"
82
 
83
- #: gallery-plugin.php:417
 
 
 
 
 
 
 
 
 
 
 
84
  msgid "Add this shortcode to a page, post or widget to display a single gallery"
85
  msgstr ""
86
 
87
- #: gallery-plugin.php:420
88
  #, fuzzy
89
  msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
90
  msgstr "Si vous voulez avoir un bref aperçu de la galerie avec un lien vers une page unique de la galerie"
91
 
92
- #: gallery-plugin.php:422
93
  msgid "Short display"
94
  msgstr ""
95
 
96
- #: gallery-plugin.php:441
97
  msgid "Most Used"
98
  msgstr "Les plus utiliser"
99
 
100
- #: gallery-plugin.php:446
101
- #: gallery-plugin.php:890
102
  msgid "Default"
103
  msgstr "Défaut"
104
 
105
- #: gallery-plugin.php:451
106
  msgid "Add New Gallery Category"
107
  msgstr "Ajouter une nouvelle catégorie de galerie"
108
 
109
- #: gallery-plugin.php:458
110
  msgid "Install plugin"
111
  msgstr "Installer l'extension"
112
 
113
- #: gallery-plugin.php:613
114
- #: gallery-plugin.php:2126
115
- #: gallery-plugin.php:2240
116
- #: gallery-plugin.php:2326
 
117
  msgid "Title"
118
  msgstr "Titre"
119
 
120
- #: gallery-plugin.php:614
 
121
  msgid "Author"
122
  msgstr "Auteur"
123
 
124
- #: gallery-plugin.php:615
125
  #, fuzzy
126
  msgid "Shortcode"
127
  msgstr "Gallery Shortcode"
128
 
129
- #: gallery-plugin.php:616
130
  #, fuzzy
131
  msgid "Photos"
132
  msgstr "Photo"
133
 
134
- #: gallery-plugin.php:617
135
- #: gallery-plugin.php:954
 
136
  msgid "Date"
137
  msgstr "Date"
138
 
139
- #: gallery-plugin.php:770
140
  msgid "Settings are saved"
141
  msgstr "Paramètres enregistrés."
142
 
143
- #: gallery-plugin.php:783
144
  #, fuzzy
145
  msgid "All plugin settings were restored."
146
  msgstr "dans les paramètres de l'extension ("
147
 
148
- #: gallery-plugin.php:795
149
  msgid "Gallery Settings"
150
  msgstr "Paramètres de la galerie"
151
 
152
- #: gallery-plugin.php:798
153
- #: gallery-plugin.php:1134
154
  msgid "FAQ"
155
  msgstr "FAQ"
156
 
157
- #: gallery-plugin.php:799
158
  msgid "Go PRO"
159
  msgstr "Choisir la version PRO"
160
 
161
- #: gallery-plugin.php:809
162
  msgid "Please enable JavaScript to use the option to renew images."
163
  msgstr "Merci d'activer JavaScript pour utiliser l'option de mise à jour des images."
164
 
165
- #: gallery-plugin.php:810
166
- msgid "Notice:"
167
- msgstr "Avertissement :"
168
-
169
- #: gallery-plugin.php:810
170
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
171
- msgstr "Les paramètres de l'extension ont été changés. Afin de pouvoir les enregistrer, merci de cliquer sur le bouton 'Enregistrer les modifications'."
172
-
173
- #: gallery-plugin.php:811
174
- msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
175
- 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 :"
176
 
177
- #: gallery-plugin.php:816
178
  msgid "Update images for gallery"
179
  msgstr "Mettre à jour les images pour la galerie"
180
 
181
- #: gallery-plugin.php:818
182
  msgid "Update images"
183
  msgstr "Mettre à jour les images"
184
 
185
- #: gallery-plugin.php:826
186
  msgid "Image size for the album cover"
187
  msgstr "Taille de la vignette de l'album"
188
 
189
- #: gallery-plugin.php:828
190
- #: gallery-plugin.php:842
191
- #: gallery-plugin.php:864
192
  msgid "Image size"
193
  msgstr "Taille de l'image"
194
 
195
- #: gallery-plugin.php:831
196
- #: gallery-plugin.php:845
197
  msgid "Width (in px)"
198
  msgstr "Largeur (en pixels)"
199
 
200
- #: gallery-plugin.php:835
201
- #: gallery-plugin.php:849
202
  msgid "Height (in px)"
203
  msgstr "Hauteur (en pixels)"
204
 
205
- #: gallery-plugin.php:840
206
  msgid "Image size for thumbnails"
207
  msgstr "Taille de l'image pour la vignette"
208
 
209
- #: gallery-plugin.php:854
210
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
211
  msgstr "WordPress créera une copie de la miniature avec les dimensions spécifiées quand vous envoyez une nouvelle photo."
212
 
213
- #: gallery-plugin.php:862
 
 
 
 
 
 
214
  msgid "Image size in the lightbox"
215
  msgstr "Taille de l'image pour le diaporama"
216
 
217
- #: gallery-plugin.php:865
218
  msgid "Max width (in px)"
219
  msgstr "Largeur maximum (en pixels)"
220
 
221
- #: gallery-plugin.php:866
222
  msgid "Max height (in px)"
223
  msgstr "Hauteur maximum (en pixels)"
224
 
225
- #: gallery-plugin.php:867
226
  msgid "Display a full size image in the lightbox"
227
  msgstr "Afficher une image en taille normale dans la boite"
228
 
229
- #: gallery-plugin.php:871
230
  msgid "Crop position"
231
  msgstr "Point de base"
232
 
233
- #: gallery-plugin.php:875
234
- #: gallery-plugin.php:881
235
  msgid "center"
236
  msgstr "centré"
237
 
238
- #: gallery-plugin.php:877
239
  msgid "Horizontal"
240
  msgstr "Horizontale"
241
 
242
- #: gallery-plugin.php:883
243
  msgid "Vertical"
244
  msgstr "Verticale"
245
 
246
- #: gallery-plugin.php:888
247
  msgid "Lightbox background"
248
  msgstr "Fond de la boite"
249
 
250
- #: gallery-plugin.php:891
251
  msgid "Background transparency (from 0 to 1)"
252
  msgstr "Transparence du fond (de 0 à 1)"
253
 
254
- #: gallery-plugin.php:892
255
  msgid "Select a background color"
256
  msgstr "Choisir une couleur pour le fond"
257
 
258
- #: gallery-plugin.php:897
259
- #: gallery-plugin.php:1077
260
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
261
  msgstr "Si vous passez à  la version Pro, tous ces paramètres seront enregistrés."
262
 
263
- #: gallery-plugin.php:904
264
- #: gallery-plugin.php:1084
265
  #, fuzzy
266
  msgid "Unlock premium options by upgrading to Pro version"
267
  msgstr "Déploquer les options premium en migrant vers la version PRO."
268
 
269
- #: gallery-plugin.php:908
270
- #: gallery-plugin.php:1088
271
  msgid "Start Your Trial"
272
  msgstr "Débuter votre essai"
273
 
274
- #: gallery-plugin.php:909
275
- #: gallery-plugin.php:1089
 
276
  msgid "or"
277
  msgstr "ou"
278
 
279
- #: gallery-plugin.php:911
280
- #: gallery-plugin.php:1091
281
  msgid "Learn More"
282
  msgstr "En savoir plus"
283
 
284
- #: gallery-plugin.php:918
285
  msgid "Images with border"
286
  msgstr "Image avec bordure"
287
 
288
- #: gallery-plugin.php:921
289
  msgid "Border width in px, just numbers"
290
  msgstr "Taille de la bordure en pixel, juste le nombre"
291
 
292
- #: gallery-plugin.php:922
293
  msgid "Select a border color"
294
  msgstr "Choisir une couleur pour la bordure"
295
 
296
- #: gallery-plugin.php:926
297
  msgid "Number of images in the row"
298
  msgstr "Nombre d'images par ligne"
299
 
300
- #: gallery-plugin.php:932
301
  msgid "Start slideshow"
302
  msgstr "Démarer le diaporama"
303
 
304
- #: gallery-plugin.php:938
305
  msgid "Slideshow interval"
306
  msgstr "Interval de transition pour le diaporama"
307
 
308
- #: gallery-plugin.php:944
309
  msgid "Use single lightbox for multiple galleries on one page"
310
  msgstr "Utiliser un seul diaporama pour plusieures galeries sur une seule page"
311
 
312
- #: gallery-plugin.php:950
313
  msgid "Sort images by"
314
  msgstr "Trier les images par"
315
 
316
- #: gallery-plugin.php:952
317
  msgid "Attachment ID"
318
  msgstr "ID du fichier"
319
 
320
- #: gallery-plugin.php:953
321
  msgid "Image Name"
322
  msgstr "Nom de l'image "
323
 
324
- #: gallery-plugin.php:955
325
  msgid "Sorting order in the Gallery"
326
  msgstr ""
327
 
328
- #: gallery-plugin.php:956
 
329
  msgid "Random"
330
  msgstr "Aléatoire"
331
 
332
- #: gallery-plugin.php:960
333
  msgid "Sort images"
334
  msgstr "Trier les images"
335
 
336
- #: gallery-plugin.php:962
 
337
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
338
  msgstr "ASC (ordre ascendant de la plus petite à la plus grande valeur - 1, 2, 3; a, b, c)"
339
 
340
- #: gallery-plugin.php:963
 
341
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
342
  msgstr "DESC (ordre descendant de la plus grade à la plus petite - 3, 2, 1; c, b, a)"
343
 
344
- #: gallery-plugin.php:967
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
345
  msgid "Display text under the image"
346
  msgstr "Afficher le texte au dessous de l'image"
347
 
348
- #: gallery-plugin.php:969
349
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
350
  msgstr "Si vous voulez juste afficher du texte dans une boite, désactiver l'option"
351
 
352
- #: gallery-plugin.php:973
353
  msgid "Display the Back link"
354
  msgstr "Afficher le lien de retour"
355
 
356
- #: gallery-plugin.php:979
357
  msgid "Display the Back link in the shortcode"
358
  msgstr "Afficher le lien de retour dans le code court"
359
 
360
- #: gallery-plugin.php:985
361
  msgid "The Back link text"
362
  msgstr "Le text pour le lien de retour"
363
 
364
- #: gallery-plugin.php:991
365
  msgid "The Back link URL"
366
  msgstr "L'URL pour le lien de retour"
367
 
368
- #: gallery-plugin.php:993
369
  msgid "Gallery page (Page with Gallery Template)"
370
  msgstr "Page de la galerie (Page avec le modèle de galerie)"
371
 
372
- #: gallery-plugin.php:995
373
  msgid "(Full URL to custom page)"
374
  msgstr "(URL complète pour la page spécifique)"
375
 
376
- #: gallery-plugin.php:999
377
  msgid "The Read More link text"
378
  msgstr "Texte pour le lien \"Read More\""
379
 
380
- #: gallery-plugin.php:1005
381
  msgid "Add gallery to the search"
382
  msgstr "Ajouter les galeries à la recherche"
383
 
384
- #: gallery-plugin.php:1010
385
- #: gallery-plugin.php:1013
386
- #: gallery-plugin.php:1017
387
  msgid "Using"
388
  msgstr "Utilisant"
389
 
390
- #: gallery-plugin.php:1010
391
- #: gallery-plugin.php:1013
392
- #: gallery-plugin.php:1017
393
  msgid "powered by"
394
  msgstr "fournis par"
395
 
396
- #: gallery-plugin.php:1013
397
- #: gallery-plugin.php:1236
398
  msgid "Activate"
399
  msgstr "Activer"
400
 
401
- #: gallery-plugin.php:1017
402
  msgid "Download"
403
  msgstr "Télécharger"
404
 
405
- #: gallery-plugin.php:1022
406
  msgid "Rewrite templates after update"
407
  msgstr ""
408
 
409
- #: gallery-plugin.php:1024
410
  #, php-format
411
  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"
412
  msgstr ""
413
 
414
- #: gallery-plugin.php:1033
415
  msgid "Use pagination for images"
416
  msgstr "Utiliser la pagination pour les images"
417
 
418
- #: gallery-plugin.php:1036
419
  msgid "per page"
420
  msgstr "par page"
421
 
422
- #: gallery-plugin.php:1040
423
  msgid "The lightbox helper"
424
  msgstr "L'aide de lightbox"
425
 
426
- #: gallery-plugin.php:1042
427
  msgid "Do not use"
428
  msgstr "Ne pas utliser"
429
 
430
- #: gallery-plugin.php:1043
431
  msgid "Button helper"
432
  msgstr "Bouton pour l'assistant"
433
 
434
- #: gallery-plugin.php:1044
435
  msgid "Thumbnail helper"
436
  msgstr "Assistant de la galerie"
437
 
438
- #: gallery-plugin.php:1048
439
  msgid "Display Like buttons in the lightbox"
440
  msgstr "Afficher les boutons des réseaux sociaux dans la boite"
441
 
442
- #: gallery-plugin.php:1050
443
  msgid "FaceBook"
444
  msgstr "FaceBook"
445
 
446
- #: gallery-plugin.php:1051
447
  msgid "Twitter"
448
  msgstr "Twitter"
449
 
450
- #: gallery-plugin.php:1052
451
  msgid "Pinterest"
452
  msgstr "Pinterest"
453
 
454
- #: gallery-plugin.php:1053
455
  msgid "Google +1"
456
  msgstr "Google +1"
457
 
458
- #: gallery-plugin.php:1057
459
  msgid "Slug for gallery item"
460
  msgstr "Racine pour les pages des galeries"
461
 
462
- #: gallery-plugin.php:1059
463
  msgid "for any structure of permalinks except the default structure"
464
  msgstr "pour toute forme de permaliens à l'exception de la forme par défaut"
465
 
466
- #: gallery-plugin.php:1063
467
  msgid "Title for lightbox button"
468
  msgstr "Titre pour le bouton lightbox"
469
 
470
- #: gallery-plugin.php:1069
471
  msgid "Display all images in the lightbox instead of going into a single gallery"
472
  msgstr "Afficher toutes les images dans une 'lightbox' au lieu de d'une seule galerie"
473
 
474
- #: gallery-plugin.php:1072
475
  #, fuzzy, php-format
476
  msgid "When using the gallery template or a shortcode with `%s` parameter"
477
  msgstr "Quand vous utilisez le modèle de galerie ou le code court avec le paramètre `display=short`"
478
 
479
- #: gallery-plugin.php:1098
480
  msgid "Save Changes"
481
  msgstr "Enregistrer les modifications"
482
 
483
- #: gallery-plugin.php:1135
484
  msgid "Support"
485
  msgstr "Soutien"
486
 
487
- #: gallery-plugin.php:1202
488
  msgid "Updating images..."
489
  msgstr "Mise à jour des images..."
490
 
491
- #: gallery-plugin.php:1203
492
  msgid "No image found."
493
  msgstr "Pas d'image trouvée."
494
 
495
- #: gallery-plugin.php:1204
496
  msgid "All images are updated."
497
  msgstr "Toutes les images ont été mises à jour."
498
 
499
- #: gallery-plugin.php:1205
500
  msgid "Error."
501
  msgstr "Erreur."
502
 
503
- #: gallery-plugin.php:1216
504
  msgid ""
505
  "You are about to delete these items from this gallery.\n"
506
  " 'Cancel' to stop, 'OK' to delete."
507
  msgstr ""
508
 
509
- #: gallery-plugin.php:1217
510
  msgid "Switching to another mode, all unsaved data will be lost. Save data before switching?"
511
  msgstr ""
512
 
513
- #: gallery-plugin.php:1218
514
  msgid "Insert Media"
515
  msgstr ""
516
 
517
- #: gallery-plugin.php:1219
518
  msgid "Insert"
519
  msgstr ""
520
 
521
- #: gallery-plugin.php:1231
522
  msgid "Learn more"
523
  msgstr "En savoir plus"
524
 
525
- #: gallery-plugin.php:1243
526
  msgid "Install now"
527
  msgstr "Installé maintenant"
528
 
529
- #: gallery-plugin.php:1252
530
  msgid "Add multiple gallery categories"
531
  msgstr "Ajouter des catégories de galeries"
532
 
533
- #: gallery-plugin.php:1252
534
  msgid "Install Gallery Categories plugin to add unlimited number of categories."
535
  msgstr "Installer l'extension 'Gallery Categories' pour ajouter un nombre infini de catégories."
536
 
537
- #: gallery-plugin.php:1261
538
- msgid "Close"
539
- msgstr "Fermer"
540
-
541
- #: gallery-plugin.php:1525
542
  #: template/gallery-single-template.php:101
543
  msgid "Sorry, nothing found."
544
  msgstr "Désolé, rien n'a été trouvé"
545
 
546
- #: gallery-plugin.php:1547
547
  #: template/gallery-single-template.php:120
548
  msgid "Image"
549
  msgstr "Image "
550
 
551
- #: gallery-plugin.php:1547
552
  #: template/gallery-single-template.php:19
553
  msgid "Download high resolution image"
554
  msgstr "Télécharger l'image en haute résolution"
555
 
556
- #: gallery-plugin.php:1677
557
  msgid "Image size not defined"
558
  msgstr "Taille de l'image non définie"
559
 
560
- #: gallery-plugin.php:1692
561
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
562
  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."
563
 
564
- #: gallery-plugin.php:1703
565
  msgid "Image size changes not defined"
566
  msgstr "La modification de la taille n'est pas définie"
567
 
568
- #: gallery-plugin.php:1732
569
- #: gallery-plugin.php:1735
570
- #: gallery-plugin.php:1740
571
  msgid "Invalid path"
572
  msgstr "Chemin invalide"
573
 
574
- #: gallery-plugin.php:1889
575
  msgid "Add images requires JavaScript."
576
  msgstr ""
577
 
578
- #: gallery-plugin.php:1892
579
  #, fuzzy
580
  msgid "Add Media"
581
  msgstr "Ajouter"
582
 
583
- #: gallery-plugin.php:1902
584
  msgid "The grid view for the Gallery images requires JavaScript."
585
  msgstr ""
586
 
587
- #: gallery-plugin.php:1902
588
  #, fuzzy
589
  msgid "Switch to the list view"
590
  msgstr "Basculer vers la nouvelle interface"
591
 
592
- #: gallery-plugin.php:1929
593
  msgid "List View"
594
  msgstr ""
595
 
596
- #: gallery-plugin.php:1930
597
  msgid "Grid View"
598
  msgstr ""
599
 
600
- #: gallery-plugin.php:1987
601
  msgid "Filter"
602
  msgstr ""
603
 
604
- #: gallery-plugin.php:1991
605
  msgid "Empty Trash"
606
  msgstr ""
607
 
608
- #: gallery-plugin.php:2012
609
  #, fuzzy
610
  msgid "No images found"
611
  msgstr "Pas d'image trouvée."
612
 
613
- #: gallery-plugin.php:2066
614
  msgid "Select bulk action"
615
  msgstr ""
616
 
617
- #: gallery-plugin.php:2068
618
  msgid "Bulk Actions"
619
  msgstr ""
620
 
621
- #: gallery-plugin.php:2078
622
  msgid "Apply"
623
  msgstr ""
624
 
625
- #: gallery-plugin.php:2085
626
- #: gallery-plugin.php:2264
627
  #, fuzzy
628
  msgid "Delete from Gallery"
629
  msgstr "Nouvelle galerie"
630
 
631
- #: gallery-plugin.php:2098
632
- #: gallery-plugin.php:2112
633
  #, fuzzy
634
  msgid "Display link to the original file under each image in the lightbox"
635
  msgstr "Afficher une image en taille normale dans la boite"
636
 
637
- #: gallery-plugin.php:2107
638
  msgid "Bulk Select"
639
  msgstr ""
640
 
641
- #: gallery-plugin.php:2109
642
  msgid "Cancel Selection"
643
  msgstr ""
644
 
645
- #: gallery-plugin.php:2110
646
  msgid "Delete Selected"
647
  msgstr ""
648
 
649
- #: gallery-plugin.php:2124
650
  msgid "File"
651
  msgstr ""
652
 
653
- #: gallery-plugin.php:2125
654
- #: gallery-plugin.php:2213
655
- #: gallery-plugin.php:2321
656
  msgid "Dimensions"
657
  msgstr ""
658
 
659
- #: gallery-plugin.php:2127
660
- #: gallery-plugin.php:2246
661
- #: gallery-plugin.php:2331
662
  msgid "Alt tag"
663
  msgstr "Tag Alt"
664
 
665
- #: gallery-plugin.php:2127
666
- #: gallery-plugin.php:2248
667
  msgid "The alt attribute specifies an alternate text for an image, if the image cannot be displayed."
668
  msgstr ""
669
 
670
- #: gallery-plugin.php:2128
671
- #: gallery-plugin.php:2254
672
- #: gallery-plugin.php:2336
673
  #, fuzzy
674
  msgid "Custom URL"
675
  msgstr "Home URL"
676
 
677
- #: gallery-plugin.php:2128
678
- #: gallery-plugin.php:2256
679
  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)"
680
  msgstr ""
681
 
682
- #: gallery-plugin.php:2205
683
  msgid "Deselect"
684
  msgstr ""
685
 
686
- #: gallery-plugin.php:2211
687
  msgid "File name"
688
  msgstr ""
689
 
690
- #: gallery-plugin.php:2212
691
  msgid "File type"
692
  msgstr ""
693
 
694
- #: gallery-plugin.php:2216
 
695
  #, fuzzy
696
  msgid "Edit Attachment Info"
697
  msgstr "ID du fichier"
698
 
699
- #: gallery-plugin.php:2216
700
  #, fuzzy
701
  msgid "Edit Attachment"
702
  msgstr "ID du fichier"
703
 
704
- #: gallery-plugin.php:2226
705
  #, fuzzy
706
  msgid "Go Pro"
707
  msgstr "Choisir la version PRO"
708
 
709
- #: gallery-plugin.php:2226
710
  #, fuzzy
711
  msgid "Pro version"
712
  msgstr "version"
713
 
714
- #: gallery-plugin.php:2229
715
  msgid "This setting is available in Pro version"
716
  msgstr "Ce paramètre est disponible dans la version Pro"
717
 
718
- #: gallery-plugin.php:2262
719
  msgid "Edit more details"
720
  msgstr ""
721
 
722
- #: gallery-plugin.php:2297
723
  #, php-format
724
  msgid "Select %s"
725
  msgstr ""
726
 
727
- #: gallery-plugin.php:2310
728
  #, fuzzy, php-format
729
  msgid "Edit &#8220;%s&#8221;"
730
  msgstr "Pré-visualiser &#8220;%s&#8221;"
731
 
732
- #: gallery-plugin.php:2354
733
- #: gallery-plugin.php:2367
734
  msgid "Edit"
735
  msgstr ""
736
 
737
- #: gallery-plugin.php:2357
738
- #: gallery-plugin.php:2372
739
  msgid "Trash"
740
  msgstr ""
741
 
742
- #: gallery-plugin.php:2360
743
- #: gallery-plugin.php:2375
744
  msgid "Delete Permanently"
745
  msgstr ""
746
 
747
- #: gallery-plugin.php:2362
748
- #: gallery-plugin.php:2380
749
  #, fuzzy, php-format
750
  msgid "View &#8220;%s&#8221;"
751
  msgstr "Pré-visualiser &#8220;%s&#8221;"
752
 
753
- #: gallery-plugin.php:2362
754
- #: gallery-plugin.php:2380
755
  msgid "View"
756
  msgstr ""
757
 
758
- #: gallery-plugin.php:2364
759
  #, fuzzy
760
  msgid "Attach"
761
  msgstr "ID du fichier"
762
 
763
- #: gallery-plugin.php:2370
764
  msgid "Restore"
765
  msgstr ""
766
 
767
- #: gallery-plugin.php:2501
768
  msgid "Warning"
769
  msgstr ""
770
 
771
- #: gallery-plugin.php:2501
772
  msgid "You can add only images to the gallery"
773
  msgstr ""
774
 
775
- #: gallery-plugin.php:2532
776
  #, fuzzy
777
  msgid "Sorry, no gallery found."
778
  msgstr "Désolé, rien n'a été trouvé"
779
 
780
- #: gallery-plugin.php:2538
781
  #, fuzzy
782
  msgid "Display an album image with the description and the link to a single gallery page"
783
  msgstr "Afficher toutes les images dans une 'lightbox' au lieu de d'une seule galerie"
@@ -879,6 +922,17 @@ msgstr ""
879
  msgid "Gallery Category"
880
  msgstr "Catégories de galeries"
881
 
 
 
 
 
 
 
 
 
 
 
 
882
  #~ msgid "Using Custom Search powered by"
883
  #~ msgstr "Utiliser les recherche personalisées fournies par"
884
 
@@ -982,13 +1036,6 @@ msgstr "Catégories de galeries"
982
  #~ msgid "Go"
983
  #~ msgstr "Passez"
984
 
985
- #~ msgid ""
986
- #~ "Sorting order (the input field for sorting order in the Insert / Upload "
987
- #~ "Media Gallery dialog)"
988
- #~ msgstr ""
989
- #~ "Ordre de tri (le nombre dans la fenêtre d'insertion / téléchargement de "
990
- #~ "la galerie)"
991
-
992
  #~ msgid "Already attached?"
993
  #~ msgstr "Déjà lié?"
994
 
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"
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"
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
 
1036
  #~ msgid "Go"
1037
  #~ msgstr "Passez"
1038
 
 
 
 
 
 
 
 
1039
  #~ msgid "Already attached?"
1040
  #~ msgstr "Déjà lié?"
1041
 
languages/gallery-plugin-nl_NL.mo CHANGED
Binary file
languages/gallery-plugin-nl_NL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-09-14 14:32+0300\n"
6
- "PO-Revision-Date: 2015-09-14 14:32+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"
@@ -18,772 +18,815 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: gallery-plugin.php:45
21
- #: gallery-plugin.php:797
22
- #: gallery-plugin.php:1133
23
- #: gallery-plugin.php:1150
24
  msgid "Settings"
25
  msgstr "Instellingen"
26
 
27
- #: gallery-plugin.php:105
28
  msgid "See images &raquo;"
29
  msgstr "Foto's bekijken &raquo;"
30
 
31
- #: gallery-plugin.php:108
32
  msgid "Return to all albums"
33
  msgstr ""
34
 
35
- #: gallery-plugin.php:332
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:342
41
- #: gallery-plugin.php:351
42
  msgid "Galleries"
43
  msgstr "Galerijen"
44
 
45
- #: gallery-plugin.php:343
46
- #: gallery-plugin.php:2530
47
  msgid "Gallery"
48
  msgstr "Galerij"
49
 
50
- #: gallery-plugin.php:344
51
  msgid "Add New Gallery"
52
  msgstr "Nieuwe Galerij toevoegen"
53
 
54
- #: gallery-plugin.php:345
55
  msgid "Edit Gallery"
56
  msgstr "Galerij bewerken"
57
 
58
- #: gallery-plugin.php:346
59
  msgid "New Gallery"
60
  msgstr "Nieuwe Galerij"
61
 
62
- #: gallery-plugin.php:347
63
  msgid "View Gallery"
64
  msgstr "Galerij bekijken"
65
 
66
- #: gallery-plugin.php:348
67
  #, fuzzy
68
  msgid "Search Galleries"
69
  msgstr "Galerijen"
70
 
71
- #: gallery-plugin.php:349
72
  msgid "No Gallery found"
73
  msgstr "Geen Galerij gevonden"
74
 
75
- #: gallery-plugin.php:406
76
  msgid "Gallery Shortcode"
77
  msgstr "Galerij Shortcode"
78
 
79
- #: gallery-plugin.php:408
80
- #: gallery-plugin.php:440
 
81
  #, fuzzy
82
  msgid "Gallery Categories"
83
  msgstr "Afmeting galerij foto"
84
 
85
- #: gallery-plugin.php:417
 
 
 
 
 
 
 
 
 
 
 
86
  msgid "Add this shortcode to a page, post or widget to display a single gallery"
87
  msgstr ""
88
 
89
- #: gallery-plugin.php:420
90
  #, fuzzy
91
  msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
92
  msgstr "Als je een korte omschrijving, met een voorbeeld & link naar de galerij pagina, wilt weergeven "
93
 
94
- #: gallery-plugin.php:422
95
  msgid "Short display"
96
  msgstr ""
97
 
98
- #: gallery-plugin.php:441
99
  msgid "Most Used"
100
  msgstr ""
101
 
102
- #: gallery-plugin.php:446
103
- #: gallery-plugin.php:890
104
  msgid "Default"
105
  msgstr "Standaard"
106
 
107
- #: gallery-plugin.php:451
108
  #, fuzzy
109
  msgid "Add New Gallery Category"
110
  msgstr "Nieuwe Galerij toevoegen"
111
 
112
- #: gallery-plugin.php:458
113
  #, fuzzy
114
  msgid "Install plugin"
115
  msgstr "Встановлених модулів"
116
 
117
- #: gallery-plugin.php:613
118
- #: gallery-plugin.php:2126
119
- #: gallery-plugin.php:2240
120
- #: gallery-plugin.php:2326
 
121
  msgid "Title"
122
  msgstr "Titel"
123
 
124
- #: gallery-plugin.php:614
 
125
  msgid "Author"
126
  msgstr "Autheur"
127
 
128
- #: gallery-plugin.php:615
129
  #, fuzzy
130
  msgid "Shortcode"
131
  msgstr "Galerij Shortcode"
132
 
133
- #: gallery-plugin.php:616
134
  #, fuzzy
135
  msgid "Photos"
136
  msgstr "Foto"
137
 
138
- #: gallery-plugin.php:617
139
- #: gallery-plugin.php:954
 
140
  msgid "Date"
141
  msgstr "Datum"
142
 
143
- #: gallery-plugin.php:770
144
  msgid "Settings are saved"
145
  msgstr "Instellingen opgeslagen"
146
 
147
- #: gallery-plugin.php:783
148
  #, fuzzy
149
  msgid "All plugin settings were restored."
150
  msgstr "op de plugin instellingen pagina ("
151
 
152
- #: gallery-plugin.php:795
153
  msgid "Gallery Settings"
154
  msgstr "Galerij Instellingen"
155
 
156
- #: gallery-plugin.php:798
157
- #: gallery-plugin.php:1134
158
  msgid "FAQ"
159
  msgstr "FAQ "
160
 
161
- #: gallery-plugin.php:799
162
  msgid "Go PRO"
163
  msgstr "Ga PRO"
164
 
165
- #: gallery-plugin.php:809
166
  msgid "Please enable JavaScript to use the option to renew images."
167
  msgstr " Javascript dient geactiveerd te zijn, om gebruik te maken van de optie om foto's te vernieuwen."
168
 
169
- #: gallery-plugin.php:810
170
- msgid "Notice:"
171
- msgstr "Opmerking:"
172
-
173
- #: gallery-plugin.php:810
174
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
175
- msgstr "De instellingen van de plugin zijn veranderd. Om ze op te slaan, dien je op de knop 'Instellingen Opslaan' te drukken."
176
-
177
- #: gallery-plugin.php:811
178
- msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
179
- msgstr "Als je een enkele galerij wilt toevoegen aan je pagina, of bericht, kopieer & plak dan de volgende shortcode in je bericht, of pagina:"
180
 
181
- #: gallery-plugin.php:816
182
  msgid "Update images for gallery"
183
  msgstr "Foto's voor galerij bijwerken"
184
 
185
- #: gallery-plugin.php:818
186
  msgid "Update images"
187
  msgstr "Foto's bijwerken"
188
 
189
- #: gallery-plugin.php:826
190
  msgid "Image size for the album cover"
191
  msgstr "Foto afmeting voor de omslag van het album"
192
 
193
- #: gallery-plugin.php:828
194
- #: gallery-plugin.php:842
195
- #: gallery-plugin.php:864
196
  msgid "Image size"
197
  msgstr "Foto afmeting"
198
 
199
- #: gallery-plugin.php:831
200
- #: gallery-plugin.php:845
201
  msgid "Width (in px)"
202
  msgstr "Breedte (in px)"
203
 
204
- #: gallery-plugin.php:835
205
- #: gallery-plugin.php:849
206
  msgid "Height (in px)"
207
  msgstr "Hoogte (in px)"
208
 
209
- #: gallery-plugin.php:840
210
  #, fuzzy
211
  msgid "Image size for thumbnails"
212
  msgstr "Foto afmeting voor de omslag van het album"
213
 
214
- #: gallery-plugin.php:854
215
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
216
  msgstr "WordPress zal een nieuw voorbeeld maken, met de opgegeven afmetingen, als er een nieuwe foto wordt geupload."
217
 
218
- #: gallery-plugin.php:862
 
 
 
 
 
 
219
  #, fuzzy
220
  msgid "Image size in the lightbox"
221
  msgstr "Foto afmeting voor lightbox"
222
 
223
- #: gallery-plugin.php:865
224
  msgid "Max width (in px)"
225
  msgstr "Max breedte (in px)"
226
 
227
- #: gallery-plugin.php:866
228
  msgid "Max height (in px)"
229
  msgstr "Max hoogte (in px)"
230
 
231
- #: gallery-plugin.php:867
232
  msgid "Display a full size image in the lightbox"
233
  msgstr "Geef volledige grootte weer, voor lightbox"
234
 
235
- #: gallery-plugin.php:871
236
  msgid "Crop position"
237
  msgstr "Positie bijsnijden"
238
 
239
- #: gallery-plugin.php:875
240
- #: gallery-plugin.php:881
241
  msgid "center"
242
  msgstr "midden"
243
 
244
- #: gallery-plugin.php:877
245
  msgid "Horizontal"
246
  msgstr "Horizontaal"
247
 
248
- #: gallery-plugin.php:883
249
  msgid "Vertical"
250
  msgstr "Verticaal"
251
 
252
- #: gallery-plugin.php:888
253
  msgid "Lightbox background"
254
  msgstr "Lightbox achtergrond"
255
 
256
- #: gallery-plugin.php:891
257
  msgid "Background transparency (from 0 to 1)"
258
  msgstr "Achtergrond transparantie (van 0 tot 1)"
259
 
260
- #: gallery-plugin.php:892
261
  msgid "Select a background color"
262
  msgstr "Selecteer een achtergrondkleur"
263
 
264
- #: gallery-plugin.php:897
265
- #: gallery-plugin.php:1077
266
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
267
  msgstr "Als je naar de Pro versie overstapt, zullen alle instellingen en galerijen bewaard blijven."
268
 
269
- #: gallery-plugin.php:904
270
- #: gallery-plugin.php:1084
271
  #, fuzzy
272
  msgid "Unlock premium options by upgrading to Pro version"
273
  msgstr "Gebruik premium opties, door te upgraden naar een PRO versie."
274
 
275
- #: gallery-plugin.php:908
276
- #: gallery-plugin.php:1088
277
  msgid "Start Your Trial"
278
  msgstr "Start Uw proefversie"
279
 
280
- #: gallery-plugin.php:909
281
- #: gallery-plugin.php:1089
 
282
  msgid "or"
283
  msgstr "of"
284
 
285
- #: gallery-plugin.php:911
286
- #: gallery-plugin.php:1091
287
  msgid "Learn More"
288
  msgstr "Kom meer te weten"
289
 
290
- #: gallery-plugin.php:918
291
  msgid "Images with border"
292
  msgstr "Foto's met rand"
293
 
294
- #: gallery-plugin.php:921
295
  msgid "Border width in px, just numbers"
296
  msgstr "Randbreedte in px, alleen nummers"
297
 
298
- #: gallery-plugin.php:922
299
  msgid "Select a border color"
300
  msgstr "Selecteer een randkleur"
301
 
302
- #: gallery-plugin.php:926
303
  msgid "Number of images in the row"
304
  msgstr "Aantal foto's op een rij"
305
 
306
- #: gallery-plugin.php:932
307
  msgid "Start slideshow"
308
  msgstr "Start diavoorstelling"
309
 
310
- #: gallery-plugin.php:938
311
  msgid "Slideshow interval"
312
  msgstr "Diavoorstelling interval"
313
 
314
- #: gallery-plugin.php:944
315
  msgid "Use single lightbox for multiple galleries on one page"
316
  msgstr "Gebruik 1 lightbox voor meerdere galerijen op 1 pagina"
317
 
318
- #: gallery-plugin.php:950
319
  msgid "Sort images by"
320
  msgstr "Sorteer foto's op"
321
 
322
- #: gallery-plugin.php:952
323
  msgid "Attachment ID"
324
  msgstr "Bijlage ID"
325
 
326
- #: gallery-plugin.php:953
327
  msgid "Image Name"
328
  msgstr "Foto Naam"
329
 
330
- #: gallery-plugin.php:955
331
  msgid "Sorting order in the Gallery"
332
  msgstr ""
333
 
334
- #: gallery-plugin.php:956
 
335
  msgid "Random"
336
  msgstr "Willekeurig"
337
 
338
- #: gallery-plugin.php:960
339
  msgid "Sort images"
340
  msgstr "Sorteer foto's"
341
 
342
- #: gallery-plugin.php:962
 
343
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
344
  msgstr "ASC (oplopend van laagste naar hoogste waarde - 1, 2, 3; a, b, c)"
345
 
346
- #: gallery-plugin.php:963
 
347
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
348
  msgstr "DESC (aflopend van hoogste naar laagste waarde - 3, 2, 1; c, b, a)"
349
 
350
- #: gallery-plugin.php:967
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
351
  msgid "Display text under the image"
352
  msgstr "Text weergeven onder de foto"
353
 
354
- #: gallery-plugin.php:969
355
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
356
  msgstr "Schakel het vinkje uit, als je de tekst alleen wilt weergeven in de lightbox"
357
 
358
- #: gallery-plugin.php:973
359
  msgid "Display the Back link"
360
  msgstr "Toon de Terug link"
361
 
362
- #: gallery-plugin.php:979
363
  msgid "Display the Back link in the shortcode"
364
  msgstr "Toon de Terug link in de shortcode"
365
 
366
- #: gallery-plugin.php:985
367
  msgid "The Back link text"
368
  msgstr "De Terug link tekst"
369
 
370
- #: gallery-plugin.php:991
371
  msgid "The Back link URL"
372
  msgstr "De Terug link URL"
373
 
374
- #: gallery-plugin.php:993
375
  msgid "Gallery page (Page with Gallery Template)"
376
  msgstr "Galerij pagina (pagina met galerij template)"
377
 
378
- #: gallery-plugin.php:995
379
  msgid "(Full URL to custom page)"
380
  msgstr "(Volledige URL naar aangepaste pagina)"
381
 
382
- #: gallery-plugin.php:999
383
  msgid "The Read More link text"
384
  msgstr "De 'Lees Meer' link tekst"
385
 
386
- #: gallery-plugin.php:1005
387
  msgid "Add gallery to the search"
388
  msgstr "Galerij, aan zoeken, toevoegen"
389
 
390
- #: gallery-plugin.php:1010
391
- #: gallery-plugin.php:1013
392
- #: gallery-plugin.php:1017
393
  msgid "Using"
394
  msgstr "Gebruik"
395
 
396
- #: gallery-plugin.php:1010
397
- #: gallery-plugin.php:1013
398
- #: gallery-plugin.php:1017
399
  msgid "powered by"
400
  msgstr "powered by"
401
 
402
- #: gallery-plugin.php:1013
403
- #: gallery-plugin.php:1236
404
  msgid "Activate"
405
  msgstr "Activeren"
406
 
407
- #: gallery-plugin.php:1017
408
  msgid "Download"
409
  msgstr ""
410
 
411
- #: gallery-plugin.php:1022
412
  msgid "Rewrite templates after update"
413
  msgstr ""
414
 
415
- #: gallery-plugin.php:1024
416
  #, php-format
417
  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"
418
  msgstr ""
419
 
420
- #: gallery-plugin.php:1033
421
  msgid "Use pagination for images"
422
  msgstr "Gebruik paginering voor foto's"
423
 
424
- #: gallery-plugin.php:1036
425
  msgid "per page"
426
  msgstr "per pagina"
427
 
428
- #: gallery-plugin.php:1040
429
  msgid "The lightbox helper"
430
  msgstr "De lightbox helper"
431
 
432
- #: gallery-plugin.php:1042
433
  msgid "Do not use"
434
  msgstr "Niet gebruiken"
435
 
436
- #: gallery-plugin.php:1043
437
  msgid "Button helper"
438
  msgstr "Knop helper"
439
 
440
- #: gallery-plugin.php:1044
441
  msgid "Thumbnail helper"
442
  msgstr "Thumbnail helper"
443
 
444
- #: gallery-plugin.php:1048
445
  msgid "Display Like buttons in the lightbox"
446
  msgstr "Geef 'Vind ik leuk' knoppen weer, in de lightbox"
447
 
448
- #: gallery-plugin.php:1050
449
  msgid "FaceBook"
450
  msgstr "FaceBook"
451
 
452
- #: gallery-plugin.php:1051
453
  msgid "Twitter"
454
  msgstr "Twitter"
455
 
456
- #: gallery-plugin.php:1052
457
  msgid "Pinterest"
458
  msgstr "Pinterest"
459
 
460
- #: gallery-plugin.php:1053
461
  msgid "Google +1"
462
  msgstr "Google +1"
463
 
464
- #: gallery-plugin.php:1057
465
  msgid "Slug for gallery item"
466
  msgstr "Slug voor galerij-item"
467
 
468
- #: gallery-plugin.php:1059
469
  msgid "for any structure of permalinks except the default structure"
470
  msgstr "voor elke structuur van permalink, behalve de standaard structuur"
471
 
472
- #: gallery-plugin.php:1063
473
  msgid "Title for lightbox button"
474
  msgstr "Titel voor lightbox knop"
475
 
476
- #: gallery-plugin.php:1069
477
  msgid "Display all images in the lightbox instead of going into a single gallery"
478
  msgstr ""
479
 
480
- #: gallery-plugin.php:1072
481
  #, php-format
482
  msgid "When using the gallery template or a shortcode with `%s` parameter"
483
  msgstr ""
484
 
485
- #: gallery-plugin.php:1098
486
  msgid "Save Changes"
487
  msgstr "Wijzigingen Opslaan"
488
 
489
- #: gallery-plugin.php:1135
490
  msgid "Support"
491
  msgstr "Ondersteuning"
492
 
493
- #: gallery-plugin.php:1202
494
  msgid "Updating images..."
495
  msgstr "Bijwerken foto's..."
496
 
497
- #: gallery-plugin.php:1203
498
  #, fuzzy
499
  msgid "No image found."
500
  msgstr "Geen foto gevonden"
501
 
502
- #: gallery-plugin.php:1204
503
  #, fuzzy
504
  msgid "All images are updated."
505
  msgstr "Alle foto's zijn bijgewerkt"
506
 
507
- #: gallery-plugin.php:1205
508
  msgid "Error."
509
  msgstr "Fout."
510
 
511
- #: gallery-plugin.php:1216
512
  msgid ""
513
  "You are about to delete these items from this gallery.\n"
514
  " 'Cancel' to stop, 'OK' to delete."
515
  msgstr ""
516
 
517
- #: gallery-plugin.php:1217
518
  msgid "Switching to another mode, all unsaved data will be lost. Save data before switching?"
519
  msgstr ""
520
 
521
- #: gallery-plugin.php:1218
522
  msgid "Insert Media"
523
  msgstr ""
524
 
525
- #: gallery-plugin.php:1219
526
  msgid "Insert"
527
  msgstr ""
528
 
529
- #: gallery-plugin.php:1231
530
  #, fuzzy
531
  msgid "Learn more"
532
  msgstr "Kom meer te weten"
533
 
534
- #: gallery-plugin.php:1243
535
  #, fuzzy
536
  msgid "Install now"
537
  msgstr "Установка %"
538
 
539
- #: gallery-plugin.php:1252
540
  msgid "Add multiple gallery categories"
541
  msgstr ""
542
 
543
- #: gallery-plugin.php:1252
544
  msgid "Install Gallery Categories plugin to add unlimited number of categories."
545
  msgstr ""
546
 
547
- #: gallery-plugin.php:1261
548
- msgid "Close"
549
- msgstr ""
550
-
551
- #: gallery-plugin.php:1525
552
  #: template/gallery-single-template.php:101
553
  msgid "Sorry, nothing found."
554
  msgstr "Sorry, niets gevonden."
555
 
556
- #: gallery-plugin.php:1547
557
  #: template/gallery-single-template.php:120
558
  msgid "Image"
559
  msgstr "Foto"
560
 
561
- #: gallery-plugin.php:1547
562
  #: template/gallery-single-template.php:19
563
  msgid "Download high resolution image"
564
  msgstr "Download hoge-resolutie foto"
565
 
566
- #: gallery-plugin.php:1677
567
  msgid "Image size not defined"
568
  msgstr "Afmetingen van foto, niet gedefinieerd"
569
 
570
- #: gallery-plugin.php:1692
571
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
572
  msgstr "We kunnen alleen de volgende bestandstypen bijwerken: PNG, JPG, GIF, WPMP of XBM (Voor overige, aub handmatig herladen)."
573
 
574
- #: gallery-plugin.php:1703
575
  msgid "Image size changes not defined"
576
  msgstr "Wijzigingen van foto afmetingen, niet gedefinieerd"
577
 
578
- #: gallery-plugin.php:1732
579
- #: gallery-plugin.php:1735
580
- #: gallery-plugin.php:1740
581
  msgid "Invalid path"
582
  msgstr "Ongeldig pad"
583
 
584
- #: gallery-plugin.php:1889
585
  msgid "Add images requires JavaScript."
586
  msgstr ""
587
 
588
- #: gallery-plugin.php:1892
589
  msgid "Add Media"
590
  msgstr ""
591
 
592
- #: gallery-plugin.php:1902
593
  msgid "The grid view for the Gallery images requires JavaScript."
594
  msgstr ""
595
 
596
- #: gallery-plugin.php:1902
597
  msgid "Switch to the list view"
598
  msgstr ""
599
 
600
- #: gallery-plugin.php:1929
601
  msgid "List View"
602
  msgstr ""
603
 
604
- #: gallery-plugin.php:1930
605
  msgid "Grid View"
606
  msgstr ""
607
 
608
- #: gallery-plugin.php:1987
609
  msgid "Filter"
610
  msgstr ""
611
 
612
- #: gallery-plugin.php:1991
613
  msgid "Empty Trash"
614
  msgstr ""
615
 
616
- #: gallery-plugin.php:2012
617
  #, fuzzy
618
  msgid "No images found"
619
  msgstr "Geen foto gevonden"
620
 
621
- #: gallery-plugin.php:2066
622
  msgid "Select bulk action"
623
  msgstr ""
624
 
625
- #: gallery-plugin.php:2068
626
  msgid "Bulk Actions"
627
  msgstr ""
628
 
629
- #: gallery-plugin.php:2078
630
  msgid "Apply"
631
  msgstr ""
632
 
633
- #: gallery-plugin.php:2085
634
- #: gallery-plugin.php:2264
635
  #, fuzzy
636
  msgid "Delete from Gallery"
637
  msgstr "Nieuwe Galerij"
638
 
639
- #: gallery-plugin.php:2098
640
- #: gallery-plugin.php:2112
641
  #, fuzzy
642
  msgid "Display link to the original file under each image in the lightbox"
643
  msgstr "Geef volledige grootte weer, voor lightbox"
644
 
645
- #: gallery-plugin.php:2107
646
  msgid "Bulk Select"
647
  msgstr ""
648
 
649
- #: gallery-plugin.php:2109
650
  msgid "Cancel Selection"
651
  msgstr ""
652
 
653
- #: gallery-plugin.php:2110
654
  msgid "Delete Selected"
655
  msgstr ""
656
 
657
- #: gallery-plugin.php:2124
658
  msgid "File"
659
  msgstr ""
660
 
661
- #: gallery-plugin.php:2125
662
- #: gallery-plugin.php:2213
663
- #: gallery-plugin.php:2321
664
  msgid "Dimensions"
665
  msgstr ""
666
 
667
- #: gallery-plugin.php:2127
668
- #: gallery-plugin.php:2246
669
- #: gallery-plugin.php:2331
670
  msgid "Alt tag"
671
  msgstr "Alt tag"
672
 
673
- #: gallery-plugin.php:2127
674
- #: gallery-plugin.php:2248
675
  msgid "The alt attribute specifies an alternate text for an image, if the image cannot be displayed."
676
  msgstr ""
677
 
678
- #: gallery-plugin.php:2128
679
- #: gallery-plugin.php:2254
680
- #: gallery-plugin.php:2336
681
  msgid "Custom URL"
682
  msgstr ""
683
 
684
- #: gallery-plugin.php:2128
685
- #: gallery-plugin.php:2256
686
  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)"
687
  msgstr ""
688
 
689
- #: gallery-plugin.php:2205
690
  msgid "Deselect"
691
  msgstr ""
692
 
693
- #: gallery-plugin.php:2211
694
  msgid "File name"
695
  msgstr ""
696
 
697
- #: gallery-plugin.php:2212
698
  msgid "File type"
699
  msgstr ""
700
 
701
- #: gallery-plugin.php:2216
 
702
  #, fuzzy
703
  msgid "Edit Attachment Info"
704
  msgstr "Bijlage ID"
705
 
706
- #: gallery-plugin.php:2216
707
  #, fuzzy
708
  msgid "Edit Attachment"
709
  msgstr "Bijlage ID"
710
 
711
- #: gallery-plugin.php:2226
712
  #, fuzzy
713
  msgid "Go Pro"
714
  msgstr "Ga PRO"
715
 
716
- #: gallery-plugin.php:2226
717
  msgid "Pro version"
718
  msgstr ""
719
 
720
- #: gallery-plugin.php:2229
721
  msgid "This setting is available in Pro version"
722
  msgstr "Deze instelling is alleen beschikbaar in de Pro versie"
723
 
724
- #: gallery-plugin.php:2262
725
  msgid "Edit more details"
726
  msgstr ""
727
 
728
- #: gallery-plugin.php:2297
729
  #, php-format
730
  msgid "Select %s"
731
  msgstr ""
732
 
733
- #: gallery-plugin.php:2310
734
  #, php-format
735
  msgid "Edit &#8220;%s&#8221;"
736
  msgstr ""
737
 
738
- #: gallery-plugin.php:2354
739
- #: gallery-plugin.php:2367
740
  msgid "Edit"
741
  msgstr ""
742
 
743
- #: gallery-plugin.php:2357
744
- #: gallery-plugin.php:2372
745
  msgid "Trash"
746
  msgstr ""
747
 
748
- #: gallery-plugin.php:2360
749
- #: gallery-plugin.php:2375
750
  msgid "Delete Permanently"
751
  msgstr ""
752
 
753
- #: gallery-plugin.php:2362
754
- #: gallery-plugin.php:2380
755
  #, php-format
756
  msgid "View &#8220;%s&#8221;"
757
  msgstr ""
758
 
759
- #: gallery-plugin.php:2362
760
- #: gallery-plugin.php:2380
761
  msgid "View"
762
  msgstr ""
763
 
764
- #: gallery-plugin.php:2364
765
  #, fuzzy
766
  msgid "Attach"
767
  msgstr "Bijlage ID"
768
 
769
- #: gallery-plugin.php:2370
770
  msgid "Restore"
771
  msgstr ""
772
 
773
- #: gallery-plugin.php:2501
774
  msgid "Warning"
775
  msgstr ""
776
 
777
- #: gallery-plugin.php:2501
778
  msgid "You can add only images to the gallery"
779
  msgstr ""
780
 
781
- #: gallery-plugin.php:2532
782
  #, fuzzy
783
  msgid "Sorry, no gallery found."
784
  msgstr "Sorry, niets gevonden."
785
 
786
- #: gallery-plugin.php:2538
787
  #, fuzzy
788
  msgid "Display an album image with the description and the link to a single gallery page"
789
  msgstr "Als je een korte omschrijving, met een voorbeeld & link naar de galerij pagina, wilt weergeven "
@@ -884,6 +927,16 @@ msgstr ""
884
  msgid "Gallery Category"
885
  msgstr "Afmeting galerij foto"
886
 
 
 
 
 
 
 
 
 
 
 
887
  #~ msgid "Using Custom Search powered by"
888
  #~ msgstr "Aangepast zoeken, powered by"
889
 
@@ -978,13 +1031,6 @@ msgstr "Afmeting galerij foto"
978
  #~ msgid "Go"
979
  #~ msgstr "Ga"
980
 
981
- #~ msgid ""
982
- #~ "Sorting order (the input field for sorting order in the Insert / Upload "
983
- #~ "Media Gallery dialog)"
984
- #~ msgstr ""
985
- #~ "Sorteervolgorde (het invoerveld voor sorteervolgorde in het Invoeg / "
986
- #~ "Upload Media Galerij venster)"
987
-
988
  #~ msgid "left"
989
  #~ msgstr "links"
990
 
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"
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 "
927
  msgid "Gallery Category"
928
  msgstr "Afmeting galerij foto"
929
 
930
+ #~ msgid "Notice:"
931
+ #~ msgstr "Opmerking:"
932
+
933
+ #~ msgid ""
934
+ #~ "The plugin's settings have been changed. In order to save them please "
935
+ #~ "don't forget to click the 'Save Changes' button."
936
+ #~ msgstr ""
937
+ #~ "De instellingen van de plugin zijn veranderd. Om ze op te slaan, dien je "
938
+ #~ "op de knop 'Instellingen Opslaan' te drukken."
939
+
940
  #~ msgid "Using Custom Search powered by"
941
  #~ msgstr "Aangepast zoeken, powered by"
942
 
1031
  #~ msgid "Go"
1032
  #~ msgstr "Ga"
1033
 
 
 
 
 
 
 
 
1034
  #~ msgid "left"
1035
  #~ msgstr "links"
1036
 
languages/gallery-plugin-pt_BR.mo CHANGED
Binary file
languages/gallery-plugin-pt_BR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-09-14 14:32+0300\n"
6
- "PO-Revision-Date: 2015-09-14 14:32+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"
@@ -21,859 +21,904 @@ msgstr ""
21
  # @ bestwebsoft
22
  # @ gallery
23
  #: gallery-plugin.php:45
24
- #: gallery-plugin.php:797
25
- #: gallery-plugin.php:1133
26
- #: gallery-plugin.php:1150
27
  msgid "Settings"
28
  msgstr "Configurações"
29
 
30
  # @ gallery
31
- #: gallery-plugin.php:105
32
  msgid "See images &raquo;"
33
  msgstr "Ver imagens &raquo;"
34
 
35
- #: gallery-plugin.php:108
36
  msgid "Return to all albums"
37
  msgstr ""
38
 
39
  # @ gallery
40
- #: gallery-plugin.php:332
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:342
47
- #: gallery-plugin.php:351
48
  msgid "Galleries"
49
  msgstr "Galerias"
50
 
51
  # @ gallery
52
- #: gallery-plugin.php:343
53
- #: gallery-plugin.php:2530
54
  msgid "Gallery"
55
  msgstr "Galeria"
56
 
57
  # @ gallery
58
- #: gallery-plugin.php:344
59
  msgid "Add New Gallery"
60
  msgstr "Adicionar Nova Galeria"
61
 
62
  # @ gallery
63
- #: gallery-plugin.php:345
64
  msgid "Edit Gallery"
65
  msgstr "Editar Galeria"
66
 
67
  # @ gallery
68
- #: gallery-plugin.php:346
69
  msgid "New Gallery"
70
  msgstr "Nova Galeria"
71
 
72
  # @ gallery
73
- #: gallery-plugin.php:347
74
  msgid "View Gallery"
75
  msgstr "Ver Galeria"
76
 
77
  # @ gallery
78
- #: gallery-plugin.php:348
79
  #, fuzzy
80
  msgid "Search Galleries"
81
  msgstr "Galerias"
82
 
83
  # @ gallery
84
- #: gallery-plugin.php:349
85
  msgid "No Gallery found"
86
  msgstr "Nenhuma Galeria foi encontrada"
87
 
88
  # @ gallery
89
- #: gallery-plugin.php:406
90
  msgid "Gallery Shortcode"
91
  msgstr "Shortcode da Galeria"
92
 
93
  # @ gallery
94
- #: gallery-plugin.php:408
95
- #: gallery-plugin.php:440
 
96
  #, fuzzy
97
  msgid "Gallery Categories"
98
  msgstr "Tamanho da imagem da galeria"
99
 
100
- #: gallery-plugin.php:417
 
 
 
 
 
 
 
 
 
 
 
 
101
  msgid "Add this shortcode to a page, post or widget to display a single gallery"
102
  msgstr ""
103
 
104
  # @ gallery
105
- #: gallery-plugin.php:420
106
  #, fuzzy
107
  msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
108
  msgstr "Se você quiser mostrar uma breve descrição contendo a miniatura e o link para a Página da Galeria use assim"
109
 
110
- #: gallery-plugin.php:422
111
  msgid "Short display"
112
  msgstr ""
113
 
114
- #: gallery-plugin.php:441
115
  msgid "Most Used"
116
  msgstr ""
117
 
118
  # @ gallery
119
- #: gallery-plugin.php:446
120
- #: gallery-plugin.php:890
121
  msgid "Default"
122
  msgstr "Padrão"
123
 
124
  # @ gallery
125
- #: gallery-plugin.php:451
126
  #, fuzzy
127
  msgid "Add New Gallery Category"
128
  msgstr "Adicionar Nova Galeria"
129
 
130
- #: gallery-plugin.php:458
131
  msgid "Install plugin"
132
  msgstr ""
133
 
134
  # @ gallery
135
- #: gallery-plugin.php:613
136
- #: gallery-plugin.php:2126
137
- #: gallery-plugin.php:2240
138
- #: gallery-plugin.php:2326
 
139
  msgid "Title"
140
  msgstr "Título"
141
 
142
  # @ gallery
143
- #: gallery-plugin.php:614
 
144
  msgid "Author"
145
  msgstr "Autor"
146
 
147
  # @ gallery
148
- #: gallery-plugin.php:615
149
  #, fuzzy
150
  msgid "Shortcode"
151
  msgstr "Shortcode da Galeria"
152
 
153
  # @ gallery
154
- #: gallery-plugin.php:616
155
  #, fuzzy
156
  msgid "Photos"
157
  msgstr "Foto"
158
 
159
  # @ gallery
160
- #: gallery-plugin.php:617
161
- #: gallery-plugin.php:954
 
162
  msgid "Date"
163
  msgstr "Data"
164
 
165
  # @ gallery
166
- #: gallery-plugin.php:770
167
  msgid "Settings are saved"
168
  msgstr "As configurações estão salvas"
169
 
170
  # @ gallery
171
- #: gallery-plugin.php:783
172
  #, fuzzy
173
  msgid "All plugin settings were restored."
174
  msgstr "da página de configurações do plugin ("
175
 
176
  # @ gallery
177
- #: gallery-plugin.php:795
178
  msgid "Gallery Settings"
179
  msgstr "Configurações da Galeria"
180
 
181
  # @ gallery
182
- #: gallery-plugin.php:798
183
- #: gallery-plugin.php:1134
184
  msgid "FAQ"
185
  msgstr "FAQ"
186
 
187
- #: gallery-plugin.php:799
188
  msgid "Go PRO"
189
  msgstr ""
190
 
191
  # @ gallery
192
- #: gallery-plugin.php:809
193
  #, fuzzy
194
  msgid "Please enable JavaScript to use the option to renew images."
195
  msgstr "Favor havilitar o Javascript para usar o envio de arquivos."
196
 
197
- #: gallery-plugin.php:810
198
- msgid "Notice:"
199
- msgstr ""
200
-
201
- #: gallery-plugin.php:810
202
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
203
  msgstr ""
204
 
205
- # @ gallery
206
- #: gallery-plugin.php:811
207
- msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
208
- 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:"
209
-
210
- #: gallery-plugin.php:816
211
  msgid "Update images for gallery"
212
  msgstr ""
213
 
214
  # @ gallery
215
- #: gallery-plugin.php:818
216
  #, fuzzy
217
  msgid "Update images"
218
  msgstr "ordenar imagens"
219
 
220
  # @ gallery
221
- #: gallery-plugin.php:826
222
  msgid "Image size for the album cover"
223
  msgstr "Tamanho da imagem de capa do álbum"
224
 
225
  # @ gallery
226
- #: gallery-plugin.php:828
227
- #: gallery-plugin.php:842
228
- #: gallery-plugin.php:864
229
  msgid "Image size"
230
  msgstr "Tamanho da imagem"
231
 
232
  # @ gallery
233
- #: gallery-plugin.php:831
234
- #: gallery-plugin.php:845
235
  msgid "Width (in px)"
236
  msgstr "Largura (em px)"
237
 
238
  # @ gallery
239
- #: gallery-plugin.php:835
240
- #: gallery-plugin.php:849
241
  msgid "Height (in px)"
242
  msgstr "Altura (em px)"
243
 
244
  # @ gallery
245
- #: gallery-plugin.php:840
246
  #, fuzzy
247
  msgid "Image size for thumbnails"
248
  msgstr "Tamanho da imagem de capa do álbum"
249
 
250
  # @ gallery
251
- #: gallery-plugin.php:854
252
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
253
  msgstr "WordPress irá criar uma nova miniatura com os tamanhos especificados quando você enviar uma nova foto."
254
 
 
 
 
 
 
 
255
  # @ gallery
256
- #: gallery-plugin.php:862
257
  #, fuzzy
258
  msgid "Image size in the lightbox"
259
  msgstr "Tamanho da imagem da galeria no Lightbox"
260
 
261
  # @ gallery
262
- #: gallery-plugin.php:865
263
  msgid "Max width (in px)"
264
  msgstr "Largura máxima (em px)"
265
 
266
  # @ gallery
267
- #: gallery-plugin.php:866
268
  msgid "Max height (in px)"
269
  msgstr "Altura máxima (em px)"
270
 
271
  # @ gallery
272
- #: gallery-plugin.php:867
273
  msgid "Display a full size image in the lightbox"
274
  msgstr "Exibir a imagem em tamanho original no Lightbox"
275
 
276
  # @ gallery
277
- #: gallery-plugin.php:871
278
  msgid "Crop position"
279
  msgstr "Posição de recorte"
280
 
281
  # @ gallery
282
- #: gallery-plugin.php:875
283
- #: gallery-plugin.php:881
284
  msgid "center"
285
  msgstr "centro"
286
 
287
  # @ gallery
288
- #: gallery-plugin.php:877
289
  msgid "Horizontal"
290
  msgstr "Horizontal"
291
 
292
  # @ gallery
293
- #: gallery-plugin.php:883
294
  msgid "Vertical"
295
  msgstr "Vertical"
296
 
297
  # @ gallery
298
- #: gallery-plugin.php:888
299
  msgid "Lightbox background"
300
  msgstr "Fundo do Lightbox"
301
 
302
  # @ gallery
303
- #: gallery-plugin.php:891
304
  msgid "Background transparency (from 0 to 1)"
305
  msgstr "Transparência de background (de 0 a 1)"
306
 
307
  # @ gallery
308
- #: gallery-plugin.php:892
309
  msgid "Select a background color"
310
  msgstr "Selecionar uma cor de fundo"
311
 
312
- #: gallery-plugin.php:897
313
- #: gallery-plugin.php:1077
314
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
315
  msgstr ""
316
 
317
- #: gallery-plugin.php:904
318
- #: gallery-plugin.php:1084
319
  msgid "Unlock premium options by upgrading to Pro version"
320
  msgstr ""
321
 
322
- #: gallery-plugin.php:908
323
- #: gallery-plugin.php:1088
324
  msgid "Start Your Trial"
325
  msgstr ""
326
 
327
- #: gallery-plugin.php:909
328
- #: gallery-plugin.php:1089
 
329
  msgid "or"
330
  msgstr ""
331
 
332
- #: gallery-plugin.php:911
333
- #: gallery-plugin.php:1091
334
  msgid "Learn More"
335
  msgstr ""
336
 
337
  # @ gallery
338
- #: gallery-plugin.php:918
339
  msgid "Images with border"
340
  msgstr "Imagens com borda"
341
 
342
  # @ gallery
343
- #: gallery-plugin.php:921
344
  msgid "Border width in px, just numbers"
345
  msgstr "Largura da borda em px, apenas os números"
346
 
347
  # @ gallery
348
- #: gallery-plugin.php:922
349
  msgid "Select a border color"
350
  msgstr "Escolha a cor da borda"
351
 
352
  # @ gallery
353
- #: gallery-plugin.php:926
354
  msgid "Number of images in the row"
355
  msgstr "Número de imagens por linha"
356
 
357
  # @ gallery
358
- #: gallery-plugin.php:932
359
  msgid "Start slideshow"
360
  msgstr "Iniciar Apresentação de Slides"
361
 
362
  # @ gallery
363
- #: gallery-plugin.php:938
364
  msgid "Slideshow interval"
365
  msgstr "Intervalo de tempo entre cada Slide"
366
 
367
- #: gallery-plugin.php:944
368
  msgid "Use single lightbox for multiple galleries on one page"
369
  msgstr ""
370
 
371
  # @ gallery
372
- #: gallery-plugin.php:950
373
  msgid "Sort images by"
374
  msgstr "Ordenar imagens por"
375
 
376
  # @ gallery
377
- #: gallery-plugin.php:952
378
  msgid "Attachment ID"
379
  msgstr "ID do anexo"
380
 
381
  # @ gallery
382
- #: gallery-plugin.php:953
383
  msgid "Image Name"
384
  msgstr "Nome da Imagem"
385
 
386
- #: gallery-plugin.php:955
387
  msgid "Sorting order in the Gallery"
388
  msgstr ""
389
 
390
  # @ gallery
391
- #: gallery-plugin.php:956
 
392
  msgid "Random"
393
  msgstr "Aleatório"
394
 
395
  # @ gallery
396
- #: gallery-plugin.php:960
397
  msgid "Sort images"
398
  msgstr "Ordenar imagens:"
399
 
400
  # @ gallery
401
- #: gallery-plugin.php:962
 
402
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
403
  msgstr "ASC (ordem crescente dos valores mais baixos para os mais altos - 1, 2, 3; a, b, c)"
404
 
405
  # @ gallery
406
- #: gallery-plugin.php:963
 
407
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
408
  msgstr "DESC (ordem decrescente dos valores mais altos para os mais baixos - 3, 2, 1; c, b, a)"
409
 
410
  # @ gallery
411
- #: gallery-plugin.php:967
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
412
  #, fuzzy
413
  msgid "Display text under the image"
414
  msgstr "Mostrar texto acima da imagem"
415
 
416
  # @ gallery
417
- #: gallery-plugin.php:969
418
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
419
  msgstr "Desmarque a caixa de seleção, se você deseja mostrar texto apenas numa lightbox"
420
 
421
  # @ gallery
422
- #: gallery-plugin.php:973
423
  msgid "Display the Back link"
424
  msgstr "Exibir o link Voltar"
425
 
426
  # @ gallery
427
- #: gallery-plugin.php:979
428
  msgid "Display the Back link in the shortcode"
429
  msgstr "Exibir o link Voltar no shortcode"
430
 
431
  # @ gallery
432
- #: gallery-plugin.php:985
433
  msgid "The Back link text"
434
  msgstr "Texto do link Voltar"
435
 
436
  # @ gallery
437
- #: gallery-plugin.php:991
438
  msgid "The Back link URL"
439
  msgstr "URL do link Voltar"
440
 
441
  # @ gallery
442
- #: gallery-plugin.php:993
443
  msgid "Gallery page (Page with Gallery Template)"
444
  msgstr "Página da Galeria (página usando o Modelo de Galeria)"
445
 
446
  # @ gallery
447
- #: gallery-plugin.php:995
448
  msgid "(Full URL to custom page)"
449
  msgstr "(URL completa para a página personalizada)"
450
 
451
  # @ gallery
452
- #: gallery-plugin.php:999
453
  msgid "The Read More link text"
454
  msgstr "Texto do link Leia Mais"
455
 
456
- #: gallery-plugin.php:1005
457
  msgid "Add gallery to the search"
458
  msgstr ""
459
 
460
- #: gallery-plugin.php:1010
461
- #: gallery-plugin.php:1013
462
- #: gallery-plugin.php:1017
463
  msgid "Using"
464
  msgstr ""
465
 
466
- #: gallery-plugin.php:1010
467
- #: gallery-plugin.php:1013
468
- #: gallery-plugin.php:1017
469
  msgid "powered by"
470
  msgstr ""
471
 
472
- #: gallery-plugin.php:1013
473
- #: gallery-plugin.php:1236
474
  msgid "Activate"
475
  msgstr ""
476
 
477
- #: gallery-plugin.php:1017
478
  msgid "Download"
479
  msgstr ""
480
 
481
- #: gallery-plugin.php:1022
482
  msgid "Rewrite templates after update"
483
  msgstr ""
484
 
485
- #: gallery-plugin.php:1024
486
  #, php-format
487
  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"
488
  msgstr ""
489
 
490
- #: gallery-plugin.php:1033
491
  msgid "Use pagination for images"
492
  msgstr ""
493
 
494
- #: gallery-plugin.php:1036
495
  msgid "per page"
496
  msgstr ""
497
 
498
- #: gallery-plugin.php:1040
499
  msgid "The lightbox helper"
500
  msgstr ""
501
 
502
- #: gallery-plugin.php:1042
503
  msgid "Do not use"
504
  msgstr ""
505
 
506
- #: gallery-plugin.php:1043
507
  msgid "Button helper"
508
  msgstr ""
509
 
510
- #: gallery-plugin.php:1044
511
  msgid "Thumbnail helper"
512
  msgstr ""
513
 
514
  # @ gallery
515
- #: gallery-plugin.php:1048
516
  msgid "Display Like buttons in the lightbox"
517
  msgstr "Exibir botões de Curtir no Lightbox"
518
 
519
  # @ gallery
520
- #: gallery-plugin.php:1050
521
  msgid "FaceBook"
522
  msgstr "Facebook"
523
 
524
  # @ gallery
525
- #: gallery-plugin.php:1051
526
  msgid "Twitter"
527
  msgstr "Twitter"
528
 
529
  # @ gallery
530
- #: gallery-plugin.php:1052
531
  msgid "Pinterest"
532
  msgstr "Pinterest"
533
 
534
  # @ gallery
535
- #: gallery-plugin.php:1053
536
  msgid "Google +1"
537
  msgstr "Google +1"
538
 
539
  # @ gallery
540
- #: gallery-plugin.php:1057
541
  msgid "Slug for gallery item"
542
  msgstr "Slug para o item da galeria"
543
 
544
  # @ gallery
545
- #: gallery-plugin.php:1059
546
  msgid "for any structure of permalinks except the default structure"
547
  msgstr "para qualquer estrutura de links permanentes, exceto a estrutura padrão"
548
 
549
- #: gallery-plugin.php:1063
550
  msgid "Title for lightbox button"
551
  msgstr ""
552
 
553
- #: gallery-plugin.php:1069
554
  msgid "Display all images in the lightbox instead of going into a single gallery"
555
  msgstr ""
556
 
557
- #: gallery-plugin.php:1072
558
  #, php-format
559
  msgid "When using the gallery template or a shortcode with `%s` parameter"
560
  msgstr ""
561
 
562
  # @ default
563
- #: gallery-plugin.php:1098
564
  msgid "Save Changes"
565
  msgstr "Salvar Alterações"
566
 
567
  # @ gallery
568
- #: gallery-plugin.php:1135
569
  msgid "Support"
570
  msgstr "Suporte"
571
 
572
- #: gallery-plugin.php:1202
573
  msgid "Updating images..."
574
  msgstr ""
575
 
576
  # @ gallery
577
- #: gallery-plugin.php:1203
578
  #, fuzzy
579
  msgid "No image found."
580
  msgstr "Nenhuma Galeria foi encontrada"
581
 
582
- #: gallery-plugin.php:1204
583
  msgid "All images are updated."
584
  msgstr ""
585
 
586
- #: gallery-plugin.php:1205
587
  msgid "Error."
588
  msgstr ""
589
 
590
- #: gallery-plugin.php:1216
591
  msgid ""
592
  "You are about to delete these items from this gallery.\n"
593
  " 'Cancel' to stop, 'OK' to delete."
594
  msgstr ""
595
 
596
- #: gallery-plugin.php:1217
597
  msgid "Switching to another mode, all unsaved data will be lost. Save data before switching?"
598
  msgstr ""
599
 
600
- #: gallery-plugin.php:1218
601
  msgid "Insert Media"
602
  msgstr ""
603
 
604
- #: gallery-plugin.php:1219
605
  msgid "Insert"
606
  msgstr ""
607
 
608
- #: gallery-plugin.php:1231
609
  msgid "Learn more"
610
  msgstr ""
611
 
612
- #: gallery-plugin.php:1243
613
  msgid "Install now"
614
  msgstr ""
615
 
616
- #: gallery-plugin.php:1252
617
  msgid "Add multiple gallery categories"
618
  msgstr ""
619
 
620
- #: gallery-plugin.php:1252
621
  msgid "Install Gallery Categories plugin to add unlimited number of categories."
622
  msgstr ""
623
 
624
- #: gallery-plugin.php:1261
625
- msgid "Close"
626
- msgstr ""
627
-
628
  # @ gallery
629
- #: gallery-plugin.php:1525
630
  #: template/gallery-single-template.php:101
631
  msgid "Sorry, nothing found."
632
  msgstr "Desculpe, nada foi encontrado."
633
 
634
  # @ gallery
635
- #: gallery-plugin.php:1547
636
  #: template/gallery-single-template.php:120
637
  msgid "Image"
638
  msgstr "Imagem"
639
 
640
  # @ gallery
641
- #: gallery-plugin.php:1547
642
  #: template/gallery-single-template.php:19
643
  msgid "Download high resolution image"
644
  msgstr "Download de imagem de alta resolução"
645
 
646
  # @ gallery
647
- #: gallery-plugin.php:1677
648
  #, fuzzy
649
  msgid "Image size not defined"
650
  msgstr "Tamanho da imagem"
651
 
652
- #: gallery-plugin.php:1692
653
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
654
  msgstr ""
655
 
656
- #: gallery-plugin.php:1703
657
  msgid "Image size changes not defined"
658
  msgstr ""
659
 
660
- #: gallery-plugin.php:1732
661
- #: gallery-plugin.php:1735
662
- #: gallery-plugin.php:1740
663
  msgid "Invalid path"
664
  msgstr ""
665
 
666
- #: gallery-plugin.php:1889
667
  msgid "Add images requires JavaScript."
668
  msgstr ""
669
 
670
- #: gallery-plugin.php:1892
671
  msgid "Add Media"
672
  msgstr ""
673
 
674
- #: gallery-plugin.php:1902
675
  msgid "The grid view for the Gallery images requires JavaScript."
676
  msgstr ""
677
 
678
- #: gallery-plugin.php:1902
679
  msgid "Switch to the list view"
680
  msgstr ""
681
 
682
- #: gallery-plugin.php:1929
683
  msgid "List View"
684
  msgstr ""
685
 
686
- #: gallery-plugin.php:1930
687
  msgid "Grid View"
688
  msgstr ""
689
 
690
- #: gallery-plugin.php:1987
691
  msgid "Filter"
692
  msgstr ""
693
 
694
- #: gallery-plugin.php:1991
695
  msgid "Empty Trash"
696
  msgstr ""
697
 
698
  # @ gallery
699
- #: gallery-plugin.php:2012
700
  #, fuzzy
701
  msgid "No images found"
702
  msgstr "Nenhuma Galeria foi encontrada"
703
 
704
- #: gallery-plugin.php:2066
705
  msgid "Select bulk action"
706
  msgstr ""
707
 
708
- #: gallery-plugin.php:2068
709
  msgid "Bulk Actions"
710
  msgstr ""
711
 
712
- #: gallery-plugin.php:2078
713
  msgid "Apply"
714
  msgstr ""
715
 
716
  # @ gallery
717
- #: gallery-plugin.php:2085
718
- #: gallery-plugin.php:2264
719
  #, fuzzy
720
  msgid "Delete from Gallery"
721
  msgstr "Nova Galeria"
722
 
723
  # @ gallery
724
- #: gallery-plugin.php:2098
725
- #: gallery-plugin.php:2112
726
  #, fuzzy
727
  msgid "Display link to the original file under each image in the lightbox"
728
  msgstr "Exibir a imagem em tamanho original no Lightbox"
729
 
730
- #: gallery-plugin.php:2107
731
  msgid "Bulk Select"
732
  msgstr ""
733
 
734
- #: gallery-plugin.php:2109
735
  msgid "Cancel Selection"
736
  msgstr ""
737
 
738
- #: gallery-plugin.php:2110
739
  msgid "Delete Selected"
740
  msgstr ""
741
 
742
- #: gallery-plugin.php:2124
743
  msgid "File"
744
  msgstr ""
745
 
746
- #: gallery-plugin.php:2125
747
- #: gallery-plugin.php:2213
748
- #: gallery-plugin.php:2321
749
  msgid "Dimensions"
750
  msgstr ""
751
 
752
- #: gallery-plugin.php:2127
753
- #: gallery-plugin.php:2246
754
- #: gallery-plugin.php:2331
755
  msgid "Alt tag"
756
  msgstr ""
757
 
758
- #: gallery-plugin.php:2127
759
- #: gallery-plugin.php:2248
760
  msgid "The alt attribute specifies an alternate text for an image, if the image cannot be displayed."
761
  msgstr ""
762
 
763
- #: gallery-plugin.php:2128
764
- #: gallery-plugin.php:2254
765
- #: gallery-plugin.php:2336
766
  msgid "Custom URL"
767
  msgstr ""
768
 
769
- #: gallery-plugin.php:2128
770
- #: gallery-plugin.php:2256
771
  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)"
772
  msgstr ""
773
 
774
- #: gallery-plugin.php:2205
775
  msgid "Deselect"
776
  msgstr ""
777
 
778
- #: gallery-plugin.php:2211
779
  msgid "File name"
780
  msgstr ""
781
 
782
- #: gallery-plugin.php:2212
783
  msgid "File type"
784
  msgstr ""
785
 
786
  # @ gallery
787
- #: gallery-plugin.php:2216
 
788
  #, fuzzy
789
  msgid "Edit Attachment Info"
790
  msgstr "ID do anexo"
791
 
792
  # @ gallery
793
- #: gallery-plugin.php:2216
794
  #, fuzzy
795
  msgid "Edit Attachment"
796
  msgstr "ID do anexo"
797
 
798
- #: gallery-plugin.php:2226
799
  msgid "Go Pro"
800
  msgstr ""
801
 
802
- #: gallery-plugin.php:2226
803
  msgid "Pro version"
804
  msgstr ""
805
 
806
  # @ gallery
807
- #: gallery-plugin.php:2229
808
  msgid "This setting is available in Pro version"
809
  msgstr "Esta configuração está disponível na versão Pro"
810
 
811
- #: gallery-plugin.php:2262
812
  msgid "Edit more details"
813
  msgstr ""
814
 
815
- #: gallery-plugin.php:2297
816
  #, php-format
817
  msgid "Select %s"
818
  msgstr ""
819
 
820
- #: gallery-plugin.php:2310
821
  #, php-format
822
  msgid "Edit &#8220;%s&#8221;"
823
  msgstr ""
824
 
825
- #: gallery-plugin.php:2354
826
- #: gallery-plugin.php:2367
827
  msgid "Edit"
828
  msgstr ""
829
 
830
- #: gallery-plugin.php:2357
831
- #: gallery-plugin.php:2372
832
  msgid "Trash"
833
  msgstr ""
834
 
835
- #: gallery-plugin.php:2360
836
- #: gallery-plugin.php:2375
837
  msgid "Delete Permanently"
838
  msgstr ""
839
 
840
- #: gallery-plugin.php:2362
841
- #: gallery-plugin.php:2380
842
  #, php-format
843
  msgid "View &#8220;%s&#8221;"
844
  msgstr ""
845
 
846
- #: gallery-plugin.php:2362
847
- #: gallery-plugin.php:2380
848
  msgid "View"
849
  msgstr ""
850
 
851
  # @ gallery
852
- #: gallery-plugin.php:2364
853
  #, fuzzy
854
  msgid "Attach"
855
  msgstr "ID do anexo"
856
 
857
- #: gallery-plugin.php:2370
858
  msgid "Restore"
859
  msgstr ""
860
 
861
- #: gallery-plugin.php:2501
862
  msgid "Warning"
863
  msgstr ""
864
 
865
- #: gallery-plugin.php:2501
866
  msgid "You can add only images to the gallery"
867
  msgstr ""
868
 
869
  # @ gallery
870
- #: gallery-plugin.php:2532
871
  #, fuzzy
872
  msgid "Sorry, no gallery found."
873
  msgstr "Desculpe, nada foi encontrado."
874
 
875
  # @ gallery
876
- #: gallery-plugin.php:2538
877
  #, fuzzy
878
  msgid "Display an album image with the description and the link to a single gallery page"
879
  msgstr "Se você quiser mostrar uma breve descrição contendo a miniatura e o link para a Página da Galeria use assim"
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"
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"
languages/gallery-plugin-ru_RU.mo CHANGED
Binary file
languages/gallery-plugin-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-09-14 16:21+0300\n"
6
- "PO-Revision-Date: 2015-09-14 16:21+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"
@@ -17,9 +17,9 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:45
20
- #: gallery-plugin.php:805
21
- #: gallery-plugin.php:1141
22
- #: gallery-plugin.php:1158
23
  msgid "Settings"
24
  msgstr "Настройки"
25
 
@@ -31,472 +31,512 @@ msgstr "Смотреть фотографии &raquo;"
31
  msgid "Return to all albums"
32
  msgstr "Вернуться ко всем альбомам"
33
 
34
- #: gallery-plugin.php:340
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:350
40
- #: gallery-plugin.php:359
41
  msgid "Galleries"
42
  msgstr "Галереи"
43
 
44
- #: gallery-plugin.php:351
45
- #: gallery-plugin.php:2554
46
  msgid "Gallery"
47
  msgstr "Галерея"
48
 
49
- #: gallery-plugin.php:352
50
  msgid "Add New Gallery"
51
  msgstr "Добавить новую галерею"
52
 
53
- #: gallery-plugin.php:353
54
  msgid "Edit Gallery"
55
  msgstr "Редактировать галерею"
56
 
57
- #: gallery-plugin.php:354
58
  msgid "New Gallery"
59
  msgstr "Новая галерея"
60
 
61
- #: gallery-plugin.php:355
62
  msgid "View Gallery"
63
  msgstr "Просмотреть галерею"
64
 
65
- #: gallery-plugin.php:356
66
  msgid "Search Galleries"
67
  msgstr "Искать Галереи"
68
 
69
- #: gallery-plugin.php:357
70
  msgid "No Gallery found"
71
  msgstr "Ни одной галереи не найдено"
72
 
73
- #: gallery-plugin.php:414
74
  msgid "Gallery Shortcode"
75
  msgstr "Шорткод для галереи"
76
 
77
- #: gallery-plugin.php:416
78
- #: gallery-plugin.php:448
79
- #: gallery-plugin.php:2540
80
  msgid "Gallery Categories"
81
  msgstr "Категории галерей"
82
 
83
- #: gallery-plugin.php:425
 
 
 
 
 
 
 
 
 
 
 
84
  msgid "Add this shortcode to a page, post or widget to display a single gallery"
85
  msgstr "Добавьте этот шорткод на страницу, пост или виджет для отображения отдельной галереи"
86
 
87
- #: gallery-plugin.php:428
88
  msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
89
  msgstr "Используйте этот шорткод, чтобы отобразить изображение альбома с описанием и ссылкой на отдельную страницу галереи"
90
 
91
- #: gallery-plugin.php:430
92
  msgid "Short display"
93
  msgstr "Отображение альбома"
94
 
95
- #: gallery-plugin.php:449
96
  msgid "Most Used"
97
  msgstr "Наиболее используемые"
98
 
99
- #: gallery-plugin.php:454
100
- #: gallery-plugin.php:898
101
  msgid "Default"
102
  msgstr "По умолчанию"
103
 
104
- #: gallery-plugin.php:459
105
  msgid "Add New Gallery Category"
106
  msgstr "Добавить новую категорию галерей"
107
 
108
- #: gallery-plugin.php:466
109
  msgid "Install plugin"
110
  msgstr "Установить плагин"
111
 
112
- #: gallery-plugin.php:621
113
- #: gallery-plugin.php:2134
114
- #: gallery-plugin.php:2248
115
- #: gallery-plugin.php:2334
 
116
  msgid "Title"
117
  msgstr "Название"
118
 
119
- #: gallery-plugin.php:622
 
120
  msgid "Author"
121
  msgstr "Автор"
122
 
123
- #: gallery-plugin.php:623
124
  msgid "Shortcode"
125
  msgstr "Шорткод"
126
 
127
- #: gallery-plugin.php:624
128
  msgid "Photos"
129
  msgstr "Фото"
130
 
131
- #: gallery-plugin.php:625
132
- #: gallery-plugin.php:962
 
133
  msgid "Date"
134
  msgstr "Дата"
135
 
136
- #: gallery-plugin.php:778
137
  msgid "Settings are saved"
138
  msgstr "Опции сохранены"
139
 
140
- #: gallery-plugin.php:791
141
  msgid "All plugin settings were restored."
142
  msgstr "Настройки плагина восстановлены."
143
 
144
- #: gallery-plugin.php:803
145
  msgid "Gallery Settings"
146
  msgstr "Настройки Gallery"
147
 
148
- #: gallery-plugin.php:806
149
- #: gallery-plugin.php:1142
150
  msgid "FAQ"
151
  msgstr "FAQ"
152
 
153
- #: gallery-plugin.php:807
154
  msgid "Go PRO"
155
  msgstr "Перейти на Pro версию"
156
 
157
- #: gallery-plugin.php:817
158
  msgid "Please enable JavaScript to use the option to renew images."
159
  msgstr "Пожалуйста, включите javascript для использования опции обновления изображений."
160
 
161
- #: gallery-plugin.php:818
162
- msgid "Notice:"
163
- msgstr "Внимание:"
164
-
165
- #: gallery-plugin.php:818
166
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
167
- msgstr "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, не забудьте нажать кнопку \"Сохранить\"."
168
-
169
- #: gallery-plugin.php:819
170
- msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
171
- msgstr "Если вы хотели бы добавить галерею на вашу страницу или пост, просто скопируйте и поместите этот шорткод в контент поста или страницы:"
172
 
173
- #: gallery-plugin.php:824
174
  msgid "Update images for gallery"
175
  msgstr "Обновить все изображения для галереи"
176
 
177
- #: gallery-plugin.php:826
178
  msgid "Update images"
179
  msgstr "Обновить изображения"
180
 
181
- #: gallery-plugin.php:834
182
  msgid "Image size for the album cover"
183
  msgstr "Размер изображения для обложки альбома галереи"
184
 
185
- #: gallery-plugin.php:836
186
- #: gallery-plugin.php:850
187
- #: gallery-plugin.php:872
188
  msgid "Image size"
189
  msgstr "Название размера изображения"
190
 
191
- #: gallery-plugin.php:839
192
- #: gallery-plugin.php:853
193
  msgid "Width (in px)"
194
  msgstr "Ширина (в px)"
195
 
196
- #: gallery-plugin.php:843
197
- #: gallery-plugin.php:857
198
  msgid "Height (in px)"
199
  msgstr "Высота (в px)"
200
 
201
- #: gallery-plugin.php:848
202
  msgid "Image size for thumbnails"
203
  msgstr "Размер изображения для миниатюр"
204
 
205
- #: gallery-plugin.php:862
206
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
207
  msgstr "WordPress создаст новую миниатюру с заданными размерами при загрузке новой фотографии."
208
 
209
- #: gallery-plugin.php:870
 
 
 
 
 
 
210
  msgid "Image size in the lightbox"
211
  msgstr "Размер изображений в лайтбоксе"
212
 
213
- #: gallery-plugin.php:873
214
  msgid "Max width (in px)"
215
  msgstr "Макс. ширина (в px)"
216
 
217
- #: gallery-plugin.php:874
218
  msgid "Max height (in px)"
219
  msgstr "Макс. высота (в px)"
220
 
221
- #: gallery-plugin.php:875
222
  msgid "Display a full size image in the lightbox"
223
  msgstr "Если вы хотите отображать полное изображение в лайтбоксе"
224
 
225
- #: gallery-plugin.php:879
226
  msgid "Crop position"
227
  msgstr "Позиция обрезки"
228
 
229
- #: gallery-plugin.php:883
230
- #: gallery-plugin.php:889
231
  msgid "center"
232
  msgstr "центр"
233
 
234
- #: gallery-plugin.php:885
235
  msgid "Horizontal"
236
  msgstr "Горизонтальная"
237
 
238
- #: gallery-plugin.php:891
239
  msgid "Vertical"
240
  msgstr "Вертикальная"
241
 
242
- #: gallery-plugin.php:896
243
  msgid "Lightbox background"
244
  msgstr "Фон лайтбокса"
245
 
246
- #: gallery-plugin.php:899
247
  msgid "Background transparency (from 0 to 1)"
248
  msgstr "Прозрачность для фона (от 0 до 1)"
249
 
250
- #: gallery-plugin.php:900
251
  msgid "Select a background color"
252
  msgstr "Выберите цвет фона"
253
 
254
- #: gallery-plugin.php:905
255
- #: gallery-plugin.php:1085
256
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
257
  msgstr "При переходе на Pro версию все ваши настройки и галереи сохраняются."
258
 
259
- #: gallery-plugin.php:912
260
- #: gallery-plugin.php:1092
261
  msgid "Unlock premium options by upgrading to Pro version"
262
  msgstr "Активируйте премиум опции обновившись до Pro версии"
263
 
264
- #: gallery-plugin.php:916
265
- #: gallery-plugin.php:1096
266
  msgid "Start Your Trial"
267
  msgstr "Получить пробную версию"
268
 
269
- #: gallery-plugin.php:917
270
- #: gallery-plugin.php:1097
271
- #: gallery-plugin.php:2542
272
  msgid "or"
273
  msgstr "или"
274
 
275
- #: gallery-plugin.php:919
276
- #: gallery-plugin.php:1099
277
  msgid "Learn More"
278
  msgstr "Подробнее"
279
 
280
- #: gallery-plugin.php:926
281
  msgid "Images with border"
282
  msgstr "Изображения с рамкой"
283
 
284
- #: gallery-plugin.php:929
285
  msgid "Border width in px, just numbers"
286
  msgstr "Ширина рамки в px, только числа"
287
 
288
- #: gallery-plugin.php:930
289
  msgid "Select a border color"
290
  msgstr "Выберите цвет рамки"
291
 
292
- #: gallery-plugin.php:934
293
  msgid "Number of images in the row"
294
  msgstr "Количество изображений в строке"
295
 
296
- #: gallery-plugin.php:940
297
  msgid "Start slideshow"
298
  msgstr "Начать слайдшоу"
299
 
300
- #: gallery-plugin.php:946
301
  msgid "Slideshow interval"
302
  msgstr "Интервал времени при показе слайдшоу"
303
 
304
- #: gallery-plugin.php:952
305
  msgid "Use single lightbox for multiple galleries on one page"
306
  msgstr "Использовать один лайтбокс для нескольких галерей на одной странице"
307
 
308
- #: gallery-plugin.php:958
309
  msgid "Sort images by"
310
  msgstr "Изображения сортируются по"
311
 
312
- #: gallery-plugin.php:960
313
  msgid "Attachment ID"
314
  msgstr "id изображения"
315
 
316
- #: gallery-plugin.php:961
317
  msgid "Image Name"
318
  msgstr "названию изображения"
319
 
320
- #: gallery-plugin.php:963
321
  msgid "Sorting order in the Gallery"
322
  msgstr "Cортировка по порядку в Галерее"
323
 
324
- #: gallery-plugin.php:964
 
325
  msgid "Random"
326
  msgstr "произвольно"
327
 
328
- #: gallery-plugin.php:968
329
  msgid "Sort images"
330
  msgstr "Сортировать изображения"
331
 
332
- #: gallery-plugin.php:970
 
333
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
334
  msgstr "ASC (в порядке возрастания от наименьшего до наибольшего значения - 1, 2, 3; a, b, c)"
335
 
336
- #: gallery-plugin.php:971
 
337
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
338
  msgstr "DESC (по убыванию от самого высокого до самого низкого значения - 3, 2, 1; c, b, a)"
339
 
340
- #: gallery-plugin.php:975
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
341
  msgid "Display text under the image"
342
  msgstr "Отображение текста под изображением"
343
 
344
- #: gallery-plugin.php:977
345
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
346
  msgstr "Отключите чекбокс, если вы хотите отображать текст только в лайтбоксе"
347
 
348
- #: gallery-plugin.php:981
349
  msgid "Display the Back link"
350
  msgstr "Отображать ссылку Вернуться"
351
 
352
- #: gallery-plugin.php:987
353
  msgid "Display the Back link in the shortcode"
354
  msgstr "Отображаться ссылку Вернуться в шорткоде"
355
 
356
- #: gallery-plugin.php:993
357
  msgid "The Back link text"
358
  msgstr "Текст для ссылки Вернуться"
359
 
360
- #: gallery-plugin.php:999
361
  msgid "The Back link URL"
362
  msgstr "URL для ссылки Вернуться"
363
 
364
- #: gallery-plugin.php:1001
365
  msgid "Gallery page (Page with Gallery Template)"
366
  msgstr "Страница галереи (Страница с Gallery Template)"
367
 
368
- #: gallery-plugin.php:1003
369
  msgid "(Full URL to custom page)"
370
  msgstr "(Полная ссылка на пользовательскую страницу)"
371
 
372
- #: gallery-plugin.php:1007
373
  msgid "The Read More link text"
374
  msgstr "Текст для ссылки Узнать больше"
375
 
376
- #: gallery-plugin.php:1013
377
  msgid "Add gallery to the search"
378
  msgstr "Добавить галерею в поиск"
379
 
380
- #: gallery-plugin.php:1018
381
- #: gallery-plugin.php:1021
382
- #: gallery-plugin.php:1025
383
  msgid "Using"
384
  msgstr "Используя"
385
 
386
- #: gallery-plugin.php:1018
387
- #: gallery-plugin.php:1021
388
- #: gallery-plugin.php:1025
389
  msgid "powered by"
390
  msgstr "разработанный"
391
 
392
- #: gallery-plugin.php:1021
393
- #: gallery-plugin.php:1244
394
  msgid "Activate"
395
  msgstr "Активировать"
396
 
397
- #: gallery-plugin.php:1025
398
  msgid "Download"
399
  msgstr "Загрузить"
400
 
401
- #: gallery-plugin.php:1030
402
  msgid "Rewrite templates after update"
403
  msgstr "Перезапись шаблонов после обновления"
404
 
405
- #: gallery-plugin.php:1032
406
  #, php-format
407
  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"
408
  msgstr "Отключите чекбокс, если вы внесли изменения в файлы '%s' или '%s' в папке темы, и вы не хотите чтобы они были обновлены"
409
 
410
- #: gallery-plugin.php:1041
411
  msgid "Use pagination for images"
412
  msgstr "Использовать пагинацию для изображений"
413
 
414
- #: gallery-plugin.php:1044
415
  msgid "per page"
416
  msgstr "на странице"
417
 
418
- #: gallery-plugin.php:1048
419
  msgid "The lightbox helper"
420
  msgstr "Вспомогательные элементы в лайтбоксе"
421
 
422
- #: gallery-plugin.php:1050
423
  msgid "Do not use"
424
  msgstr "Не использовать"
425
 
426
- #: gallery-plugin.php:1051
427
  msgid "Button helper"
428
  msgstr "Вспомогательные кнопки"
429
 
430
- #: gallery-plugin.php:1052
431
  msgid "Thumbnail helper"
432
  msgstr "Вспомогательные миниатюры"
433
 
434
- #: gallery-plugin.php:1056
435
  msgid "Display Like buttons in the lightbox"
436
  msgstr "Отображать Like кнопки в лайтбоксе"
437
 
438
- #: gallery-plugin.php:1058
439
  msgid "FaceBook"
440
  msgstr "FaceBook"
441
 
442
- #: gallery-plugin.php:1059
443
  msgid "Twitter"
444
  msgstr "Twitter"
445
 
446
- #: gallery-plugin.php:1060
447
  msgid "Pinterest"
448
  msgstr "Pinterest"
449
 
450
- #: gallery-plugin.php:1061
451
  msgid "Google +1"
452
  msgstr "Google +1"
453
 
454
- #: gallery-plugin.php:1065
455
  msgid "Slug for gallery item"
456
  msgstr "Название для элементов галереи"
457
 
458
- #: gallery-plugin.php:1067
459
  msgid "for any structure of permalinks except the default structure"
460
  msgstr "для любой структуры ссылок, за исключением структуры по умолчанию"
461
 
462
- #: gallery-plugin.php:1071
463
  msgid "Title for lightbox button"
464
  msgstr "Название кнопки в лайтбоксе"
465
 
466
- #: gallery-plugin.php:1077
467
  msgid "Display all images in the lightbox instead of going into a single gallery"
468
  msgstr "Отображать все изображения в лайтбоксе вместо перехода в отдельную галерею"
469
 
470
- #: gallery-plugin.php:1080
471
  #, php-format
472
  msgid "When using the gallery template or a shortcode with `%s` parameter"
473
  msgstr "Когда используется темплейт галереи или шорткод с параметром `%s`"
474
 
475
- #: gallery-plugin.php:1106
476
  msgid "Save Changes"
477
  msgstr "Сохранить изменения"
478
 
479
- #: gallery-plugin.php:1143
480
  msgid "Support"
481
  msgstr "Поддержка"
482
 
483
- #: gallery-plugin.php:1210
484
  msgid "Updating images..."
485
  msgstr "Обновление изображений..."
486
 
487
- #: gallery-plugin.php:1211
488
  msgid "No image found."
489
  msgstr "Ни одного изображения не найдено."
490
 
491
- #: gallery-plugin.php:1212
492
  msgid "All images are updated."
493
  msgstr "Все изображения были обновлены."
494
 
495
- #: gallery-plugin.php:1213
496
  msgid "Error."
497
  msgstr "Ошибка."
498
 
499
- #: gallery-plugin.php:1224
500
  msgid ""
501
  "You are about to delete these items from this gallery.\n"
502
  " 'Cancel' to stop, 'OK' to delete."
@@ -504,266 +544,263 @@ msgstr ""
504
  "Вы собираетесь удалить эти элементы из этой галереи.\n"
505
  " Нажмите \"Отменить\" чтобы отменить действие или \"OK\" для удаления."
506
 
507
- #: gallery-plugin.php:1225
508
  msgid "Switching to another mode, all unsaved data will be lost. Save data before switching?"
509
  msgstr "При переключение на другой режим все несохраненные данные будут потеряны. Сохранить данные перед переключением?"
510
 
511
- #: gallery-plugin.php:1226
512
  msgid "Insert Media"
513
  msgstr "Вставить медиафайл"
514
 
515
- #: gallery-plugin.php:1227
516
  msgid "Insert"
517
  msgstr "Вставить"
518
 
519
- #: gallery-plugin.php:1239
520
  msgid "Learn more"
521
  msgstr "Подробнее"
522
 
523
- #: gallery-plugin.php:1251
524
  msgid "Install now"
525
  msgstr "Установить"
526
 
527
- #: gallery-plugin.php:1260
528
  msgid "Add multiple gallery categories"
529
  msgstr "Добавить несколько категорий галереи"
530
 
531
- #: gallery-plugin.php:1260
532
  msgid "Install Gallery Categories plugin to add unlimited number of categories."
533
  msgstr "Установить плагин Gallery Categories, чтобы иметь возможность добавлять неограниченное количество категорий."
534
 
535
- #: gallery-plugin.php:1269
536
- msgid "Close"
537
- msgstr "Закрыть"
538
-
539
- #: gallery-plugin.php:1533
540
  #: template/gallery-single-template.php:101
541
  msgid "Sorry, nothing found."
542
  msgstr "Извините, ничего не найдено."
543
 
544
- #: gallery-plugin.php:1555
545
  #: template/gallery-single-template.php:120
546
  msgid "Image"
547
  msgstr "Изображение"
548
 
549
- #: gallery-plugin.php:1555
550
  #: template/gallery-single-template.php:19
551
  msgid "Download high resolution image"
552
  msgstr "Скачать изображение в высоком разрешении"
553
 
554
- #: gallery-plugin.php:1685
555
  msgid "Image size not defined"
556
  msgstr "Невозможно определить размер изображения"
557
 
558
- #: gallery-plugin.php:1700
559
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
560
  msgstr "Плагин может обновить только PNG, JPEG, GIF, XBM или WPMP типы файлов. Для других, пожалуйста, вручную перезагрузите изображения."
561
 
562
- #: gallery-plugin.php:1711
563
  msgid "Image size changes not defined"
564
  msgstr "Не удалось вычислить изменения размеров изображения"
565
 
566
- #: gallery-plugin.php:1740
567
- #: gallery-plugin.php:1743
568
- #: gallery-plugin.php:1748
569
  msgid "Invalid path"
570
  msgstr "Путь к изображению для редактирования некорректный"
571
 
572
- #: gallery-plugin.php:1897
573
  msgid "Add images requires JavaScript."
574
  msgstr "Для добавления изображений необходим JavaScript."
575
 
576
- #: gallery-plugin.php:1900
577
  msgid "Add Media"
578
  msgstr "Добавить медиафайл"
579
 
580
- #: gallery-plugin.php:1910
581
  msgid "The grid view for the Gallery images requires JavaScript."
582
  msgstr "Вид сетки для галереи изображений требует JavaScript."
583
 
584
- #: gallery-plugin.php:1910
585
  msgid "Switch to the list view"
586
  msgstr "Переключиться на список"
587
 
588
- #: gallery-plugin.php:1937
589
  msgid "List View"
590
  msgstr "В виде списка"
591
 
592
- #: gallery-plugin.php:1938
593
  msgid "Grid View"
594
  msgstr "В виде сетки"
595
 
596
- #: gallery-plugin.php:1995
597
  msgid "Filter"
598
  msgstr "Фильтр"
599
 
600
- #: gallery-plugin.php:1999
601
  msgid "Empty Trash"
602
  msgstr "Очистить корзину"
603
 
604
- #: gallery-plugin.php:2020
605
  msgid "No images found"
606
  msgstr "Ни одного изображения не найдено"
607
 
608
- #: gallery-plugin.php:2074
609
  msgid "Select bulk action"
610
  msgstr "Выберите массовое действие"
611
 
612
- #: gallery-plugin.php:2076
613
  msgid "Bulk Actions"
614
  msgstr "Действия"
615
 
616
- #: gallery-plugin.php:2086
617
  msgid "Apply"
618
  msgstr "Применить"
619
 
620
- #: gallery-plugin.php:2093
621
- #: gallery-plugin.php:2272
622
  msgid "Delete from Gallery"
623
  msgstr "Удалить из галереи"
624
 
625
- #: gallery-plugin.php:2106
626
- #: gallery-plugin.php:2120
627
  msgid "Display link to the original file under each image in the lightbox"
628
  msgstr "Показать ссылку на исходный файл под каждым изображением в лайтбоксе"
629
 
630
- #: gallery-plugin.php:2115
631
  msgid "Bulk Select"
632
  msgstr "Выбор"
633
 
634
- #: gallery-plugin.php:2117
635
  msgid "Cancel Selection"
636
  msgstr "Отменить выбор"
637
 
638
- #: gallery-plugin.php:2118
639
  msgid "Delete Selected"
640
  msgstr "Удалить выбранное"
641
 
642
- #: gallery-plugin.php:2132
643
  msgid "File"
644
  msgstr "Файл"
645
 
646
- #: gallery-plugin.php:2133
647
- #: gallery-plugin.php:2221
648
- #: gallery-plugin.php:2329
649
  msgid "Dimensions"
650
  msgstr "Размеры"
651
 
652
- #: gallery-plugin.php:2135
653
- #: gallery-plugin.php:2254
654
- #: gallery-plugin.php:2339
655
  msgid "Alt tag"
656
  msgstr "Тэг \"Alt\""
657
 
658
- #: gallery-plugin.php:2135
659
- #: gallery-plugin.php:2256
660
  msgid "The alt attribute specifies an alternate text for an image, if the image cannot be displayed."
661
  msgstr "Атрибут Alt определяет альтернативный текст для изображения, если изображение не может быть отображено."
662
 
663
- #: gallery-plugin.php:2136
664
- #: gallery-plugin.php:2262
665
- #: gallery-plugin.php:2344
666
  msgid "Custom URL"
667
  msgstr "Пользовательская ссылка"
668
 
669
- #: gallery-plugin.php:2136
670
- #: gallery-plugin.php:2264
671
  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)"
672
  msgstr "Нажав на миниатюру, вы будете перенаправлены по ссылке (если поле заполнено) или изображение будет открыто в лайтбоксе (если поле не заполнено)"
673
 
674
- #: gallery-plugin.php:2213
675
  msgid "Deselect"
676
  msgstr "Отменить выбор"
677
 
678
- #: gallery-plugin.php:2219
679
  msgid "File name"
680
  msgstr "Название файла"
681
 
682
- #: gallery-plugin.php:2220
683
  msgid "File type"
684
  msgstr "Тип файла"
685
 
686
- #: gallery-plugin.php:2224
 
687
  msgid "Edit Attachment Info"
688
  msgstr "Редактировать информацию"
689
 
690
- #: gallery-plugin.php:2224
691
  msgid "Edit Attachment"
692
  msgstr "Редактировать"
693
 
694
- #: gallery-plugin.php:2234
695
  msgid "Go Pro"
696
  msgstr "Перейти на Pro версию"
697
 
698
- #: gallery-plugin.php:2234
699
  msgid "Pro version"
700
  msgstr "Pro версия"
701
 
702
- #: gallery-plugin.php:2237
703
  msgid "This setting is available in Pro version"
704
  msgstr "Эти настройки доступны в Pro версии"
705
 
706
- #: gallery-plugin.php:2270
707
  msgid "Edit more details"
708
  msgstr "Редактировать детали"
709
 
710
- #: gallery-plugin.php:2305
711
  #, php-format
712
  msgid "Select %s"
713
  msgstr "Выбрать %s"
714
 
715
- #: gallery-plugin.php:2318
716
  #, php-format
717
  msgid "Edit &#8220;%s&#8221;"
718
  msgstr "Изменить &#8220;%s&#8221;"
719
 
720
- #: gallery-plugin.php:2362
721
- #: gallery-plugin.php:2375
722
  msgid "Edit"
723
  msgstr "Изменить"
724
 
725
- #: gallery-plugin.php:2365
726
- #: gallery-plugin.php:2380
727
  msgid "Trash"
728
  msgstr "Удалить"
729
 
730
- #: gallery-plugin.php:2368
731
- #: gallery-plugin.php:2383
732
  msgid "Delete Permanently"
733
  msgstr "Удалить навсегда"
734
 
735
- #: gallery-plugin.php:2370
736
- #: gallery-plugin.php:2388
737
  #, php-format
738
  msgid "View &#8220;%s&#8221;"
739
  msgstr "Просмотр &#8220;%s&#8221;"
740
 
741
- #: gallery-plugin.php:2370
742
- #: gallery-plugin.php:2388
743
  msgid "View"
744
  msgstr "Просмотр"
745
 
746
- #: gallery-plugin.php:2372
747
  msgid "Attach"
748
  msgstr "Прикрепить"
749
 
750
- #: gallery-plugin.php:2378
751
  msgid "Restore"
752
  msgstr "Восстановить"
753
 
754
- #: gallery-plugin.php:2509
755
  msgid "Warning"
756
  msgstr "Внимание"
757
 
758
- #: gallery-plugin.php:2509
759
  msgid "You can add only images to the gallery"
760
  msgstr "Вы можете добавить только изображения в галерею"
761
 
762
- #: gallery-plugin.php:2556
763
  msgid "Sorry, no gallery found."
764
  msgstr "Извините, ничего не найдено"
765
 
766
- #: gallery-plugin.php:2562
767
  msgid "Display an album image with the description and the link to a single gallery page"
768
  msgstr "Отобразить изображение альбома с описанием и ссылкой на отдельную страницу галереи"
769
 
@@ -859,6 +896,16 @@ msgstr "для ознакомления с возможностями плаги
859
  msgid "Gallery Category"
860
  msgstr "Категория галерей"
861
 
 
 
 
 
 
 
 
 
 
 
862
  #~ msgid "Using Custom Search powered by"
863
  #~ msgstr "Используя Custom Search, разработанный"
864
 
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"
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
 
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
  "Вы собираетесь удалить эти элементы из этой галереи.\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
 
896
  msgid "Gallery Category"
897
  msgstr "Категория галерей"
898
 
899
+ #~ msgid "Notice:"
900
+ #~ msgstr "Внимание:"
901
+
902
+ #~ msgid ""
903
+ #~ "The plugin's settings have been changed. In order to save them please "
904
+ #~ "don't forget to click the 'Save Changes' button."
905
+ #~ msgstr ""
906
+ #~ "Настройки плагина были изменены. Для того, чтобы сохранить их, "
907
+ #~ "пожалуйста, не забудьте нажать кнопку \"Сохранить\"."
908
+
909
  #~ msgid "Using Custom Search powered by"
910
  #~ msgstr "Используя Custom Search, разработанный"
911
 
languages/gallery-plugin-sk_SK.mo ADDED
Binary file
languages/gallery-plugin-sk_SK.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-09-07 13:28+0300\n"
6
- "PO-Revision-Date: 2015-09-07 13:28+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"
@@ -16,767 +16,817 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:43
20
- #: gallery-plugin.php:795
21
- #: gallery-plugin.php:1133
22
- #: gallery-plugin.php:1150
23
  msgid "Settings"
24
  msgstr "Nastavenia"
25
 
26
- #: gallery-plugin.php:104
27
  msgid "See images &raquo;"
28
  msgstr "Vidieť fotky &raquo;"
29
 
30
- #: gallery-plugin.php:107
31
  msgid "Return to all albums"
32
  msgstr ""
33
 
34
- #: gallery-plugin.php:331
35
- msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
 
36
  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."
37
 
38
- #: gallery-plugin.php:340
39
- #: gallery-plugin.php:349
40
  msgid "Galleries"
41
  msgstr "Galérie"
42
 
43
- #: gallery-plugin.php:341
44
- #: gallery-plugin.php:2511
45
  msgid "Gallery"
46
  msgstr "Galéria"
47
 
48
- #: gallery-plugin.php:342
49
  msgid "Add New Gallery"
50
  msgstr "Pridať novú galériu"
51
 
52
- #: gallery-plugin.php:343
53
  msgid "Edit Gallery"
54
  msgstr "Upraviť galériu"
55
 
56
- #: gallery-plugin.php:344
57
  msgid "New Gallery"
58
  msgstr "Nová galéria"
59
 
60
- #: gallery-plugin.php:345
61
  msgid "View Gallery"
62
  msgstr "Zobraziť galériu"
63
 
64
- #: gallery-plugin.php:346
65
  #, fuzzy
66
  msgid "Search Galleries"
67
  msgstr "Galérie"
68
 
69
- #: gallery-plugin.php:347
70
  msgid "No Gallery found"
71
  msgstr "Galéria nebola nájdená"
72
 
73
- #: gallery-plugin.php:404
74
  msgid "Gallery Shortcode"
75
  msgstr "Krátky kód galérie"
76
 
77
- #: gallery-plugin.php:406
78
- #: gallery-plugin.php:438
 
79
  #, fuzzy
80
  msgid "Gallery Categories"
81
  msgstr "Veľkosť obrázka galérie"
82
 
83
- #: gallery-plugin.php:415
 
 
 
 
 
 
 
 
 
 
 
84
  msgid "Add this shortcode to a page, post or widget to display a single gallery"
85
  msgstr ""
86
 
87
- #: gallery-plugin.php:418
88
  #, fuzzy
89
  msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
90
  msgstr "Ak chcete zobraziť krátky popis obsahujúci náhľad a odkaz na vlastnú stŕnaku galérie"
91
 
92
- #: gallery-plugin.php:420
93
  msgid "Short display"
94
  msgstr ""
95
 
96
- #: gallery-plugin.php:439
97
  msgid "Most Used"
98
  msgstr ""
99
 
100
- #: gallery-plugin.php:444
101
- #: gallery-plugin.php:890
102
  msgid "Default"
103
  msgstr "Štandardné"
104
 
105
- #: gallery-plugin.php:449
106
  #, fuzzy
107
  msgid "Add New Gallery Category"
108
  msgstr "Pridať novú galériu"
109
 
110
- #: gallery-plugin.php:456
111
  #, fuzzy
112
  msgid "Install plugin"
113
  msgstr "Plugin nainštalovaný"
114
 
115
- #: gallery-plugin.php:611
116
- #: gallery-plugin.php:2124
117
- #: gallery-plugin.php:2242
 
 
118
  msgid "Title"
119
  msgstr "Nadpis"
120
 
121
- #: gallery-plugin.php:612
 
122
  msgid "Author"
123
  msgstr "Autor"
124
 
125
- #: gallery-plugin.php:613
126
  #, fuzzy
127
  msgid "Shortcode"
128
  msgstr "Krátky kód galérie"
129
 
130
- #: gallery-plugin.php:614
131
  #, fuzzy
132
  msgid "Photos"
133
  msgstr "Fotka"
134
 
135
- #: gallery-plugin.php:615
136
- #: gallery-plugin.php:954
 
137
  msgid "Date"
138
  msgstr "Dátum"
139
 
140
- #: gallery-plugin.php:768
141
  msgid "Settings are saved"
142
  msgstr "Nastavenia boli uložené."
143
 
144
- #: gallery-plugin.php:781
145
  #, fuzzy
146
  msgid "All plugin settings were restored."
147
  msgstr "na strane nastavení ("
148
 
149
- #: gallery-plugin.php:793
150
  msgid "Gallery Settings"
151
  msgstr "Nastavenie galérie"
152
 
153
- #: gallery-plugin.php:796
154
- #: gallery-plugin.php:1134
155
  msgid "FAQ"
156
  msgstr "FAQ"
157
 
158
- #: gallery-plugin.php:797
159
  msgid "Go PRO"
160
  msgstr ""
161
 
162
- #: gallery-plugin.php:807
163
- msgid "Notice:"
164
- msgstr "Poznámka:"
165
-
166
- #: gallery-plugin.php:807
167
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
168
- msgstr "Nastavenia pluginu boli zmenené. Pre uloženie nezabudnite kliknúť na tlačítko 'Uložiť zmeny'."
169
-
170
- #: gallery-plugin.php:808
171
- msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
172
- 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:"
173
-
174
- #: gallery-plugin.php:812
175
  msgid "Please enable JavaScript to use the option to renew images."
176
  msgstr "Prosím povoľte JavaScript pre používanie možnosti na obnovenie obrázkov."
177
 
178
- #: gallery-plugin.php:816
 
 
 
 
 
179
  msgid "Update images for gallery"
180
  msgstr "Nahrať obrázky do galérie"
181
 
182
- #: gallery-plugin.php:818
183
  msgid "Update images"
184
  msgstr "Nahrať obrázky"
185
 
186
- #: gallery-plugin.php:826
187
  msgid "Image size for the album cover"
188
  msgstr "Veľkosť obrázku pre obal albumu"
189
 
190
- #: gallery-plugin.php:828
191
- #: gallery-plugin.php:842
192
- #: gallery-plugin.php:864
193
  msgid "Image size"
194
  msgstr "Veľkosť obrázku"
195
 
196
- #: gallery-plugin.php:831
197
- #: gallery-plugin.php:845
198
  msgid "Width (in px)"
199
  msgstr "Šírka (v px)"
200
 
201
- #: gallery-plugin.php:835
202
- #: gallery-plugin.php:849
203
  msgid "Height (in px)"
204
  msgstr "Výška (v px)"
205
 
206
- #: gallery-plugin.php:840
207
  #, fuzzy
208
  msgid "Image size for thumbnails"
209
  msgstr "Veľkosť obrázku pre obal albumu"
210
 
211
- #: gallery-plugin.php:854
212
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
213
  msgstr "Wordpress vytvorí nový thumbnail so špecifickými rozmermi, keď nahráte novú fotku."
214
 
215
- #: gallery-plugin.php:862
 
 
 
 
 
 
216
  #, fuzzy
217
  msgid "Image size in the lightbox"
218
  msgstr "Veľkosť obrázku galérie v Lightbox"
219
 
220
- #: gallery-plugin.php:865
221
  msgid "Max width (in px)"
222
  msgstr "max. šírka (v pixeloch)"
223
 
224
- #: gallery-plugin.php:866
225
  msgid "Max height (in px)"
226
  msgstr "max. výška (v pixeloch)"
227
 
228
- #: gallery-plugin.php:867
229
  msgid "Display a full size image in the lightbox"
230
  msgstr "Zobraziť plný rozmer obrázku v Lightbox"
231
 
232
- #: gallery-plugin.php:871
233
  msgid "Crop position"
234
  msgstr "Orezať"
235
 
236
- #: gallery-plugin.php:875
237
- #: gallery-plugin.php:881
238
  msgid "center"
239
  msgstr "na stred"
240
 
241
- #: gallery-plugin.php:877
242
  msgid "Horizontal"
243
  msgstr "Horizontálne"
244
 
245
- #: gallery-plugin.php:883
246
  msgid "Vertical"
247
  msgstr "vertikálne"
248
 
249
- #: gallery-plugin.php:888
250
  msgid "Lightbox background"
251
  msgstr "pozadie Lightboxu"
252
 
253
- #: gallery-plugin.php:891
254
  msgid "Background transparency (from 0 to 1)"
255
  msgstr "Priehľadnosť pozadia (0 – 1)"
256
 
257
- #: gallery-plugin.php:892
258
  msgid "Select a background color"
259
  msgstr "Vyberte farbu pozadia"
260
 
261
- #: gallery-plugin.php:897
262
- #: gallery-plugin.php:1077
263
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
264
  msgstr "Ak aktualizujete na Pro verziu, všetky vaše nastavanie a galérie budú uložené."
265
 
266
- #: gallery-plugin.php:904
267
- #: gallery-plugin.php:1084
268
  msgid "Unlock premium options by upgrading to Pro version"
269
  msgstr ""
270
 
271
- #: gallery-plugin.php:908
272
- #: gallery-plugin.php:1088
273
  msgid "Start Your Trial"
274
  msgstr ""
275
 
276
- #: gallery-plugin.php:909
277
- #: gallery-plugin.php:1089
 
278
  msgid "or"
279
  msgstr ""
280
 
281
- #: gallery-plugin.php:911
282
- #: gallery-plugin.php:1091
283
  msgid "Learn More"
284
  msgstr "Viac"
285
 
286
- #: gallery-plugin.php:918
287
  msgid "Images with border"
288
  msgstr "Obrázky s rámčekom"
289
 
290
- #: gallery-plugin.php:921
291
  msgid "Border width in px, just numbers"
292
  msgstr "Šírka rámčeka v px, iba čísla"
293
 
294
- #: gallery-plugin.php:922
295
  msgid "Select a border color"
296
  msgstr "Vyberte farbu rámčeka"
297
 
298
- #: gallery-plugin.php:926
299
  msgid "Number of images in the row"
300
  msgstr "Počet obrázkov v rade"
301
 
302
- #: gallery-plugin.php:932
303
  msgid "Start slideshow"
304
  msgstr "Spustiť Slideshow"
305
 
306
- #: gallery-plugin.php:938
307
  msgid "Slideshow interval"
308
  msgstr "Trvanie slideshow"
309
 
310
- #: gallery-plugin.php:944
311
  msgid "Use single lightbox for multiple galleries on one page"
312
  msgstr "Použiť jeden lightbox pre viac galérií na jednej strane"
313
 
314
- #: gallery-plugin.php:950
315
  msgid "Sort images by"
316
  msgstr "Zoradiť podľa"
317
 
318
- #: gallery-plugin.php:952
319
  msgid "Attachment ID"
320
  msgstr "ID pripojenia"
321
 
322
- #: gallery-plugin.php:953
323
  msgid "Image Name"
324
  msgstr "Meno obrázka"
325
 
326
- #: gallery-plugin.php:955
327
  msgid "Sorting order in the Gallery"
328
  msgstr ""
329
 
330
- #: gallery-plugin.php:956
 
331
  msgid "Random"
332
  msgstr "Náhodne"
333
 
334
- #: gallery-plugin.php:960
335
  msgid "Sort images"
336
  msgstr "Zoradenie obrázkov"
337
 
338
- #: gallery-plugin.php:962
 
339
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
340
  msgstr "ASC (vzostupne)"
341
 
342
- #: gallery-plugin.php:963
 
343
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
344
  msgstr "DESC (zostupne)"
345
 
346
- #: gallery-plugin.php:967
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
347
  #, fuzzy
348
  msgid "Display text under the image"
349
  msgstr "Zobraziť text pod obrázkovm"
350
 
351
- #: gallery-plugin.php:969
352
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
353
  msgstr "Ak chcete zobraiť text iba v Lightbox"
354
 
355
- #: gallery-plugin.php:973
356
  msgid "Display the Back link"
357
  msgstr "Zobraziť spätný odkaz"
358
 
359
- #: gallery-plugin.php:979
360
  msgid "Display the Back link in the shortcode"
361
  msgstr "Zobraziť spatný odkaz v krátkom kóde"
362
 
363
- #: gallery-plugin.php:985
364
  msgid "The Back link text"
365
  msgstr "Text spatného odkazu"
366
 
367
- #: gallery-plugin.php:991
368
  msgid "The Back link URL"
369
  msgstr "URL spätného odkazu"
370
 
371
- #: gallery-plugin.php:993
372
  msgid "Gallery page (Page with Gallery Template)"
373
  msgstr "Stránka galérie (Stránka s šablónou galérie)"
374
 
375
- #: gallery-plugin.php:995
376
  msgid "(Full URL to custom page)"
377
  msgstr "(Celé URL na stránku)"
378
 
379
- #: gallery-plugin.php:999
380
  msgid "The Read More link text"
381
  msgstr "Text odkazu pre čítaj dalej"
382
 
383
- #: gallery-plugin.php:1005
384
  msgid "Add gallery to the search"
385
  msgstr "Pridať galériu do hľadania"
386
 
387
- #: gallery-plugin.php:1010
 
 
388
  msgid "Using"
389
  msgstr ""
390
 
391
- #: gallery-plugin.php:1010
 
 
392
  msgid "powered by"
393
  msgstr ""
394
 
395
- #: gallery-plugin.php:1013
396
- #: gallery-plugin.php:1017
397
- msgid "Using Custom Search powered by"
398
- msgstr "Použiť vlastné vyhľadávanie podporujúce"
399
-
400
- #: gallery-plugin.php:1013
401
- msgid "Activate Custom Search"
402
- msgstr "Aktivovať vlastné hľadanie"
403
 
404
- #: gallery-plugin.php:1017
405
- msgid "Download Custom Search"
406
- msgstr "Sťiahnuť vlastné hľadanie"
407
 
408
- #: gallery-plugin.php:1022
409
  msgid "Rewrite templates after update"
410
  msgstr ""
411
 
412
- #: gallery-plugin.php:1024
413
- msgid "Turn off the checkbox, if You edited the file 'gallery-template.php' or 'gallery-single-template.php' file in your theme folder and You don't want to rewrite them"
 
414
  msgstr ""
415
 
416
- #: gallery-plugin.php:1033
417
  #, fuzzy
418
  msgid "Use pagination for images"
419
  msgstr "Nahrávanie obrázkov..."
420
 
421
- #: gallery-plugin.php:1036
422
  msgid "per page"
423
  msgstr ""
424
 
425
- #: gallery-plugin.php:1040
426
  msgid "The lightbox helper"
427
  msgstr ""
428
 
429
- #: gallery-plugin.php:1042
430
  msgid "Do not use"
431
  msgstr ""
432
 
433
- #: gallery-plugin.php:1043
434
  msgid "Button helper"
435
  msgstr ""
436
 
437
- #: gallery-plugin.php:1044
438
  msgid "Thumbnail helper"
439
  msgstr ""
440
 
441
- #: gallery-plugin.php:1048
442
  msgid "Display Like buttons in the lightbox"
443
  msgstr "Zobraziť Like tlačítko v Lightbox"
444
 
445
- #: gallery-plugin.php:1050
446
  msgid "FaceBook"
447
  msgstr "Facebook"
448
 
449
- #: gallery-plugin.php:1051
450
  msgid "Twitter"
451
  msgstr "Twitter"
452
 
453
- #: gallery-plugin.php:1052
454
  msgid "Pinterest"
455
  msgstr "Pinterest"
456
 
457
- #: gallery-plugin.php:1053
458
  msgid "Google +1"
459
  msgstr "Goolge+"
460
 
461
- #: gallery-plugin.php:1057
462
  msgid "Slug for gallery item"
463
  msgstr "Skratka pre položku galérie"
464
 
465
- #: gallery-plugin.php:1059
466
  msgid "for any structure of permalinks except the default structure"
467
  msgstr "pre inú štruktúru permalinok ako je základná"
468
 
469
- #: gallery-plugin.php:1063
470
  msgid "Title for lightbox button"
471
  msgstr ""
472
 
473
- #: gallery-plugin.php:1069
474
  msgid "Display all images in the lightbox instead of going into a single gallery"
475
  msgstr ""
476
 
477
- #: gallery-plugin.php:1072
478
- msgid "When using the gallery template or a shortcode with `display=short` parameter"
 
479
  msgstr ""
480
 
481
- #: gallery-plugin.php:1098
482
  msgid "Save Changes"
483
  msgstr "Uložiť zmeny"
484
 
485
- #: gallery-plugin.php:1135
486
  msgid "Support"
487
  msgstr "Podpora"
488
 
489
- #: gallery-plugin.php:1202
490
  msgid "Updating images..."
491
  msgstr "Nahrávanie obrázkov..."
492
 
493
- #: gallery-plugin.php:1203
494
  #, fuzzy
495
  msgid "No image found."
496
  msgstr "Obrázok nebol nájdený"
497
 
498
- #: gallery-plugin.php:1204
499
  #, fuzzy
500
  msgid "All images are updated."
501
  msgstr "Všetky obrázky boli nahraté"
502
 
503
- #: gallery-plugin.php:1205
504
  msgid "Error."
505
  msgstr "Chyba"
506
 
507
- #: gallery-plugin.php:1216
508
  msgid ""
509
  "You are about to delete these items from this gallery.\n"
510
  " 'Cancel' to stop, 'OK' to delete."
511
  msgstr ""
512
 
513
- #: gallery-plugin.php:1217
 
 
 
 
514
  msgid "Insert Media"
515
  msgstr ""
516
 
517
- #: gallery-plugin.php:1218
518
  msgid "Insert"
519
  msgstr ""
520
 
521
- #: gallery-plugin.php:1230
522
  #, fuzzy
523
  msgid "Learn more"
524
  msgstr "Viac"
525
 
526
- #: gallery-plugin.php:1235
527
- #, fuzzy
528
- msgid "Activate"
529
- msgstr "Plugin aktivovaný"
530
-
531
- #: gallery-plugin.php:1242
532
  #, fuzzy
533
  msgid "Install now"
534
  msgstr "Inštalovať %s"
535
 
536
- #: gallery-plugin.php:1251
537
  msgid "Add multiple gallery categories"
538
  msgstr ""
539
 
540
- #: gallery-plugin.php:1251
541
  msgid "Install Gallery Categories plugin to add unlimited number of categories."
542
  msgstr ""
543
 
544
- #: gallery-plugin.php:1260
545
- msgid "Close"
546
- msgstr ""
547
-
548
- #: gallery-plugin.php:1524
549
  #: template/gallery-single-template.php:101
550
  msgid "Sorry, nothing found."
551
  msgstr "Prepáčte, nič som nenašiel."
552
 
553
- #: gallery-plugin.php:1546
554
  #: template/gallery-single-template.php:120
555
  msgid "Image"
556
  msgstr "Obrázok"
557
 
558
- #: gallery-plugin.php:1546
559
  #: template/gallery-single-template.php:19
560
  msgid "Download high resolution image"
561
  msgstr "Stiahnuť obrázok vo vysokom rozlíšení"
562
 
563
- #: gallery-plugin.php:1676
564
  msgid "Image size not defined"
565
  msgstr "Veľkosť obrázka nebola definovaná"
566
 
567
- #: gallery-plugin.php:1691
568
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
569
  msgstr "Môžete nahrať iba PNG, JPEG, GIF, WPMP alebo XBM súbory."
570
 
571
- #: gallery-plugin.php:1702
572
  msgid "Image size changes not defined"
573
  msgstr "Zmeny veľkosti obrázka neboli definované"
574
 
575
- #: gallery-plugin.php:1731
576
- #: gallery-plugin.php:1734
577
- #: gallery-plugin.php:1739
578
  msgid "Invalid path"
579
  msgstr "Neplatná cesta"
580
 
581
- #: gallery-plugin.php:1888
582
  msgid "Add images requires JavaScript."
583
  msgstr ""
584
 
585
- #: gallery-plugin.php:1891
586
  msgid "Add Media"
587
  msgstr ""
588
 
589
- #: gallery-plugin.php:1901
590
  msgid "The grid view for the Gallery images requires JavaScript."
591
  msgstr ""
592
 
593
- #: gallery-plugin.php:1901
594
  msgid "Switch to the list view"
595
  msgstr ""
596
 
597
- #: gallery-plugin.php:1928
598
  msgid "List View"
599
  msgstr ""
600
 
601
- #: gallery-plugin.php:1929
602
  msgid "Grid View"
603
  msgstr ""
604
 
605
- #: gallery-plugin.php:1986
606
  msgid "Filter"
607
  msgstr ""
608
 
609
- #: gallery-plugin.php:1990
610
  msgid "Empty Trash"
611
  msgstr ""
612
 
613
- #: gallery-plugin.php:2011
614
  #, fuzzy
615
  msgid "No images found"
616
  msgstr "Obrázok nebol nájdený"
617
 
618
- #: gallery-plugin.php:2065
619
  msgid "Select bulk action"
620
  msgstr ""
621
 
622
- #: gallery-plugin.php:2067
623
  msgid "Bulk Actions"
624
  msgstr ""
625
 
626
- #: gallery-plugin.php:2077
627
  msgid "Apply"
628
  msgstr ""
629
 
630
- #: gallery-plugin.php:2084
631
- #: gallery-plugin.php:2258
632
  #, fuzzy
633
  msgid "Delete from Gallery"
634
  msgstr "Nová galéria"
635
 
636
- #: gallery-plugin.php:2097
637
- #: gallery-plugin.php:2111
638
- msgid "Display file URL"
639
- msgstr ""
 
640
 
641
- #: gallery-plugin.php:2106
642
  msgid "Bulk Select"
643
  msgstr ""
644
 
645
- #: gallery-plugin.php:2108
646
  msgid "Cancel Selection"
647
  msgstr ""
648
 
649
- #: gallery-plugin.php:2109
650
  msgid "Delete Selected"
651
  msgstr ""
652
 
653
- #: gallery-plugin.php:2122
654
  msgid "File"
655
  msgstr ""
656
 
657
- #: gallery-plugin.php:2123
658
- #: gallery-plugin.php:2211
 
659
  msgid "Dimensions"
660
  msgstr ""
661
 
662
- #: gallery-plugin.php:2125
663
- #: gallery-plugin.php:2246
 
664
  msgid "Alt tag"
665
  msgstr "Popisný text"
666
 
667
- #: gallery-plugin.php:2126
668
- #: gallery-plugin.php:2250
669
- msgid "URL"
670
- msgstr "Adresa URL"
671
 
672
- #: gallery-plugin.php:2202
 
 
 
 
 
 
 
 
 
 
 
673
  msgid "Deselect"
674
  msgstr ""
675
 
676
- #: gallery-plugin.php:2208
677
  msgid "File name"
678
  msgstr ""
679
 
680
- #: gallery-plugin.php:2209
681
  msgid "File type"
682
  msgstr ""
683
 
684
- #: gallery-plugin.php:2210
685
- #, fuzzy
686
- msgid "Uploaded on"
687
- msgstr "Nahrať súbor"
688
-
689
- #: gallery-plugin.php:2214
690
- #: gallery-plugin.php:2215
691
  #, fuzzy
692
- msgid "Edit Attachment"
693
  msgstr "ID pripojenia"
694
 
695
- #: gallery-plugin.php:2215
696
  #, fuzzy
697
- msgid "Edit Attachment Info"
698
  msgstr "ID pripojenia"
699
 
700
- #: gallery-plugin.php:2225
701
  msgid "Go Pro"
702
  msgstr ""
703
 
704
- #: gallery-plugin.php:2225
705
  msgid "Pro version"
706
  msgstr ""
707
 
708
- #: gallery-plugin.php:2228
709
  msgid "This setting is available in Pro version"
710
  msgstr "Toto nastavanie je k dispozíti v Pro verzii"
711
 
712
- #: gallery-plugin.php:2252
713
- msgid "(by click on image opens a link in a new window)"
714
- msgstr "(kliknutím na obrázok sa otvorí odkaz v novom okne)"
715
-
716
- #: gallery-plugin.php:2256
717
  msgid "Edit more details"
718
  msgstr ""
719
 
720
- #: gallery-plugin.php:2288
721
  #, php-format
722
  msgid "Select %s"
723
  msgstr ""
724
 
725
- #: gallery-plugin.php:2301
726
- #: gallery-plugin.php:2313
727
  #, php-format
728
  msgid "Edit &#8220;%s&#8221;"
729
  msgstr ""
730
 
731
- #: gallery-plugin.php:2348
732
- #: gallery-plugin.php:2361
733
  msgid "Edit"
734
  msgstr ""
735
 
736
- #: gallery-plugin.php:2351
737
- #: gallery-plugin.php:2366
738
  msgid "Trash"
739
  msgstr ""
740
 
741
- #: gallery-plugin.php:2354
742
- #: gallery-plugin.php:2369
743
  msgid "Delete Permanently"
744
  msgstr ""
745
 
746
- #: gallery-plugin.php:2356
747
- #: gallery-plugin.php:2374
748
  #, php-format
749
  msgid "View &#8220;%s&#8221;"
750
  msgstr ""
751
 
752
- #: gallery-plugin.php:2356
753
- #: gallery-plugin.php:2374
754
  msgid "View"
755
  msgstr ""
756
 
757
- #: gallery-plugin.php:2358
758
  #, fuzzy
759
  msgid "Attach"
760
  msgstr "ID pripojenia"
761
 
762
- #: gallery-plugin.php:2364
763
  msgid "Restore"
764
  msgstr ""
765
 
766
- #: gallery-plugin.php:2484
767
  msgid "Warning"
768
  msgstr ""
769
 
770
- #: gallery-plugin.php:2484
771
  msgid "You can add only images to the gallery"
772
  msgstr ""
773
 
774
- #: gallery-plugin.php:2513
775
  #, fuzzy
776
  msgid "Sorry, no gallery found."
777
  msgstr "Prepáčte, nič som nenašiel."
778
 
779
- #: gallery-plugin.php:2519
780
  #, fuzzy
781
  msgid "Display an album image with the description and the link to a single gallery page"
782
  msgstr "Ak chcete zobraziť krátky popis obsahujúci náhľad a odkaz na vlastnú stŕnaku galérie"
@@ -877,6 +927,35 @@ msgstr ""
877
  msgid "Gallery Category"
878
  msgstr "Veľkosť obrázka galérie"
879
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
880
  #~ msgid "Add a Gallery"
881
  #~ msgstr "Pridať galériu"
882
 
@@ -947,13 +1026,6 @@ msgstr "Veľkosť obrázka galérie"
947
  #~ msgid "Background color"
948
  #~ msgstr "Farba pozadia"
949
 
950
- #~ msgid ""
951
- #~ "Sorting order (the input field for sorting order in the Insert / Upload "
952
- #~ "Media Gallery dialog)"
953
- #~ msgstr ""
954
- #~ "Riadenie zobrazenia (do input poľa pre riadenie zobrazenia Vložte / "
955
- #~ "Nahrajte dialóg galérie medíí)"
956
-
957
  #~ msgid "left"
958
  #~ msgstr "vľavo"
959
 
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"
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"
927
  msgid "Gallery Category"
928
  msgstr "Veľkosť obrázka galérie"
929
 
930
+ #~ msgid "Notice:"
931
+ #~ msgstr "Poznámka:"
932
+
933
+ #~ msgid ""
934
+ #~ "The plugin's settings have been changed. In order to save them please "
935
+ #~ "don't forget to click the 'Save Changes' button."
936
+ #~ msgstr ""
937
+ #~ "Nastavenia pluginu boli zmenené. Pre uloženie nezabudnite kliknúť na "
938
+ #~ "tlačítko 'Uložiť zmeny'."
939
+
940
+ #~ msgid "Using Custom Search powered by"
941
+ #~ msgstr "Použiť vlastné vyhľadávanie podporujúce"
942
+
943
+ #~ msgid "Activate Custom Search"
944
+ #~ msgstr "Aktivovať vlastné hľadanie"
945
+
946
+ #~ msgid "Download Custom Search"
947
+ #~ msgstr "Sťiahnuť vlastné hľadanie"
948
+
949
+ #~ msgid "URL"
950
+ #~ msgstr "Adresa URL"
951
+
952
+ #, fuzzy
953
+ #~ msgid "Uploaded on"
954
+ #~ msgstr "Nahrať súbor"
955
+
956
+ #~ msgid "(by click on image opens a link in a new window)"
957
+ #~ msgstr "(kliknutím na obrázok sa otvorí odkaz v novom okne)"
958
+
959
  #~ msgid "Add a Gallery"
960
  #~ msgstr "Pridať galériu"
961
 
1026
  #~ msgid "Background color"
1027
  #~ msgstr "Farba pozadia"
1028
 
 
 
 
 
 
 
 
1029
  #~ msgid "left"
1030
  #~ msgstr "vľavo"
1031
 
languages/gallery-plugin-sl_SI.mo CHANGED
Binary file
languages/gallery-plugin-sl_SI.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-09-14 14:33+0300\n"
6
- "PO-Revision-Date: 2015-09-14 14:33+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Tilen <tilen@divided.si>\n"
9
  "Language: sl_SI\n"
@@ -18,772 +18,815 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: gallery-plugin.php:45
21
- #: gallery-plugin.php:797
22
- #: gallery-plugin.php:1133
23
- #: gallery-plugin.php:1150
24
  msgid "Settings"
25
  msgstr "Nastavitve"
26
 
27
- #: gallery-plugin.php:105
28
  msgid "See images &raquo;"
29
  msgstr "Poglej slike &raquo;"
30
 
31
- #: gallery-plugin.php:108
32
  msgid "Return to all albums"
33
  msgstr ""
34
 
35
- #: gallery-plugin.php:332
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:342
41
- #: gallery-plugin.php:351
42
  msgid "Galleries"
43
  msgstr "Galerije"
44
 
45
- #: gallery-plugin.php:343
46
- #: gallery-plugin.php:2530
47
  msgid "Gallery"
48
  msgstr "Galerija"
49
 
50
- #: gallery-plugin.php:344
51
  msgid "Add New Gallery"
52
  msgstr "Dodaj novo Galerijo"
53
 
54
- #: gallery-plugin.php:345
55
  msgid "Edit Gallery"
56
  msgstr "Uredi Galerijo"
57
 
58
- #: gallery-plugin.php:346
59
  msgid "New Gallery"
60
  msgstr "Nova Galerija"
61
 
62
- #: gallery-plugin.php:347
63
  msgid "View Gallery"
64
  msgstr "Pregled Galerije"
65
 
66
- #: gallery-plugin.php:348
67
  #, fuzzy
68
  msgid "Search Galleries"
69
  msgstr "Galerije"
70
 
71
- #: gallery-plugin.php:349
72
  msgid "No Gallery found"
73
  msgstr "Galerija ni bila najdena"
74
 
75
- #: gallery-plugin.php:406
76
  msgid "Gallery Shortcode"
77
  msgstr "Kratka koda do galerije"
78
 
79
- #: gallery-plugin.php:408
80
- #: gallery-plugin.php:440
 
81
  #, fuzzy
82
  msgid "Gallery Categories"
83
  msgstr "Velikost slike v galeriji"
84
 
85
- #: gallery-plugin.php:417
 
 
 
 
 
 
 
 
 
 
 
86
  msgid "Add this shortcode to a page, post or widget to display a single gallery"
87
  msgstr ""
88
 
89
- #: gallery-plugin.php:420
90
  #, fuzzy
91
  msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
92
  msgstr "Če želiš prikazati kratek opis s predogledno sliko in povezavo do posamezne galerije kopiraj spodnjo povezavo."
93
 
94
- #: gallery-plugin.php:422
95
  msgid "Short display"
96
  msgstr ""
97
 
98
- #: gallery-plugin.php:441
99
  msgid "Most Used"
100
  msgstr ""
101
 
102
- #: gallery-plugin.php:446
103
- #: gallery-plugin.php:890
104
  msgid "Default"
105
  msgstr "Privzeto"
106
 
107
- #: gallery-plugin.php:451
108
  #, fuzzy
109
  msgid "Add New Gallery Category"
110
  msgstr "Dodaj novo Galerijo"
111
 
112
- #: gallery-plugin.php:458
113
  #, fuzzy
114
  msgid "Install plugin"
115
  msgstr "Instalirani moduli"
116
 
117
- #: gallery-plugin.php:613
118
- #: gallery-plugin.php:2126
119
- #: gallery-plugin.php:2240
120
- #: gallery-plugin.php:2326
 
121
  msgid "Title"
122
  msgstr "Naslov"
123
 
124
- #: gallery-plugin.php:614
 
125
  msgid "Author"
126
  msgstr "Avtor"
127
 
128
- #: gallery-plugin.php:615
129
  #, fuzzy
130
  msgid "Shortcode"
131
  msgstr "Kratka koda do galerije"
132
 
133
- #: gallery-plugin.php:616
134
  #, fuzzy
135
  msgid "Photos"
136
  msgstr "Slika"
137
 
138
- #: gallery-plugin.php:617
139
- #: gallery-plugin.php:954
 
140
  msgid "Date"
141
  msgstr "Datum"
142
 
143
- #: gallery-plugin.php:770
144
  msgid "Settings are saved"
145
  msgstr "Nastavitve so shranjene"
146
 
147
- #: gallery-plugin.php:783
148
  #, fuzzy
149
  msgid "All plugin settings were restored."
150
  msgstr "na strani za nastavitve vtičnikov ("
151
 
152
- #: gallery-plugin.php:795
153
  msgid "Gallery Settings"
154
  msgstr "Nastavitve galerije"
155
 
156
- #: gallery-plugin.php:798
157
- #: gallery-plugin.php:1134
158
  msgid "FAQ"
159
  msgstr "FAQ"
160
 
161
- #: gallery-plugin.php:799
162
  msgid "Go PRO"
163
  msgstr "Pojdi na PRO"
164
 
165
- #: gallery-plugin.php:809
166
  msgid "Please enable JavaScript to use the option to renew images."
167
  msgstr "Prosimo omogoči Javascript za uporabo funkcije osvežitve slik."
168
 
169
- #: gallery-plugin.php:810
170
- msgid "Notice:"
171
- msgstr "Obvestilo:"
172
-
173
- #: gallery-plugin.php:810
174
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
175
- msgstr "Nastavitve vtičnika so bile spremenjen. Da se bodo nastavitve shranile, ne pozabi klikniti gumba \"Shrani nastavitve\" na dnu strani."
176
-
177
- #: gallery-plugin.php:811
178
- msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
179
- msgstr "Če želiš dodati posamezno galerijo v stran ali prispevek preprosto kopiraj to kodo:"
180
 
181
- #: gallery-plugin.php:816
182
  msgid "Update images for gallery"
183
  msgstr "Osveži slike galerije"
184
 
185
- #: gallery-plugin.php:818
186
  msgid "Update images"
187
  msgstr "Posodobi slike"
188
 
189
- #: gallery-plugin.php:826
190
  msgid "Image size for the album cover"
191
  msgstr "Velikost slike albuma"
192
 
193
- #: gallery-plugin.php:828
194
- #: gallery-plugin.php:842
195
- #: gallery-plugin.php:864
196
  msgid "Image size"
197
  msgstr "Velikost slike"
198
 
199
- #: gallery-plugin.php:831
200
- #: gallery-plugin.php:845
201
  msgid "Width (in px)"
202
  msgstr "Širina (v pikslih)"
203
 
204
- #: gallery-plugin.php:835
205
- #: gallery-plugin.php:849
206
  msgid "Height (in px)"
207
  msgstr "Višina (v pikslih)"
208
 
209
- #: gallery-plugin.php:840
210
  #, fuzzy
211
  msgid "Image size for thumbnails"
212
  msgstr "Velikost slike albuma"
213
 
214
- #: gallery-plugin.php:854
215
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
216
  msgstr "WordPress bo ustvaril novo predolgedno sliko z danimi dimenzijami pri naslednjem nalaganju nove slike."
217
 
218
- #: gallery-plugin.php:862
 
 
 
 
 
 
219
  #, fuzzy
220
  msgid "Image size in the lightbox"
221
  msgstr "Velikost slike v lightbox-u"
222
 
223
- #: gallery-plugin.php:865
224
  msgid "Max width (in px)"
225
  msgstr "Max širina (v pikslih)"
226
 
227
- #: gallery-plugin.php:866
228
  msgid "Max height (in px)"
229
  msgstr "Max višina (v pikslih)"
230
 
231
- #: gallery-plugin.php:867
232
  msgid "Display a full size image in the lightbox"
233
  msgstr "Prikaži sliko polne velikosti v lightbox-u"
234
 
235
- #: gallery-plugin.php:871
236
  msgid "Crop position"
237
  msgstr "Pozicija za obrez"
238
 
239
- #: gallery-plugin.php:875
240
- #: gallery-plugin.php:881
241
  msgid "center"
242
  msgstr "center"
243
 
244
- #: gallery-plugin.php:877
245
  msgid "Horizontal"
246
  msgstr "Horizontalno"
247
 
248
- #: gallery-plugin.php:883
249
  msgid "Vertical"
250
  msgstr "Vertikalno"
251
 
252
- #: gallery-plugin.php:888
253
  msgid "Lightbox background"
254
  msgstr "Lightbox ozadje"
255
 
256
- #: gallery-plugin.php:891
257
  msgid "Background transparency (from 0 to 1)"
258
  msgstr "Prosojnost ozadja"
259
 
260
- #: gallery-plugin.php:892
261
  msgid "Select a background color"
262
  msgstr "Izberi barvo ozadja"
263
 
264
- #: gallery-plugin.php:897
265
- #: gallery-plugin.php:1077
266
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
267
  msgstr "V primeru posodobitve na PRO verzijo se bodo vse nastavitve in galerije ohranile."
268
 
269
- #: gallery-plugin.php:904
270
- #: gallery-plugin.php:1084
271
  #, fuzzy
272
  msgid "Unlock premium options by upgrading to Pro version"
273
  msgstr "Odkleni premium opcije z nadgradnjo na PRO verzijo."
274
 
275
- #: gallery-plugin.php:908
276
- #: gallery-plugin.php:1088
277
  msgid "Start Your Trial"
278
  msgstr "Začni svoje preizkusno obdobje"
279
 
280
- #: gallery-plugin.php:909
281
- #: gallery-plugin.php:1089
 
282
  msgid "or"
283
  msgstr "ali"
284
 
285
- #: gallery-plugin.php:911
286
- #: gallery-plugin.php:1091
287
  msgid "Learn More"
288
  msgstr "Preberi več"
289
 
290
- #: gallery-plugin.php:918
291
  msgid "Images with border"
292
  msgstr "Slike z okvirjem"
293
 
294
- #: gallery-plugin.php:921
295
  msgid "Border width in px, just numbers"
296
  msgstr "Širina okvirja v pikslih (le številčno)"
297
 
298
- #: gallery-plugin.php:922
299
  msgid "Select a border color"
300
  msgstr "Izberi barvo okvirja"
301
 
302
- #: gallery-plugin.php:926
303
  msgid "Number of images in the row"
304
  msgstr "Število slik v vrsti"
305
 
306
- #: gallery-plugin.php:932
307
  msgid "Start slideshow"
308
  msgstr "Začni projekcijo"
309
 
310
- #: gallery-plugin.php:938
311
  msgid "Slideshow interval"
312
  msgstr "Interval projekcije slik"
313
 
314
- #: gallery-plugin.php:944
315
  msgid "Use single lightbox for multiple galleries on one page"
316
  msgstr "Uporabi lightbox enkratno za vse galerije na strani"
317
 
318
- #: gallery-plugin.php:950
319
  msgid "Sort images by"
320
  msgstr "Uredi slike po"
321
 
322
- #: gallery-plugin.php:952
323
  msgid "Attachment ID"
324
  msgstr "ID priloge"
325
 
326
- #: gallery-plugin.php:953
327
  msgid "Image Name"
328
  msgstr "Ime slike"
329
 
330
- #: gallery-plugin.php:955
331
  msgid "Sorting order in the Gallery"
332
  msgstr ""
333
 
334
- #: gallery-plugin.php:956
 
335
  msgid "Random"
336
  msgstr "Naključno"
337
 
338
- #: gallery-plugin.php:960
339
  msgid "Sort images"
340
  msgstr "Preuredi slike"
341
 
342
- #: gallery-plugin.php:962
 
343
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
344
  msgstr "ASC (naraščujoče - 1, 2, 3; a, b, c)"
345
 
346
- #: gallery-plugin.php:963
 
347
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
348
  msgstr "DESC (padajoče - 3, 2, 1; c, b, a)"
349
 
350
- #: gallery-plugin.php:967
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
351
  msgid "Display text under the image"
352
  msgstr "Prikaži tekst pod sliko"
353
 
354
- #: gallery-plugin.php:969
355
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
356
  msgstr "Odkljukaj kvadratek, če želiš da se tekst prikaže le v lightbox-u"
357
 
358
- #: gallery-plugin.php:973
359
  msgid "Display the Back link"
360
  msgstr "Prikaži povratni link"
361
 
362
- #: gallery-plugin.php:979
363
  msgid "Display the Back link in the shortcode"
364
  msgstr "Prikaži povratni link v kratki kodi"
365
 
366
- #: gallery-plugin.php:985
367
  msgid "The Back link text"
368
  msgstr "Besedilo povezave na povratek na galerijo"
369
 
370
- #: gallery-plugin.php:991
371
  msgid "The Back link URL"
372
  msgstr "Povezava, na kateri se nahajajo galerije"
373
 
374
- #: gallery-plugin.php:993
375
  msgid "Gallery page (Page with Gallery Template)"
376
  msgstr "Galerija (Stran z uporabljeno predlogo \"Gallery Template\")"
377
 
378
- #: gallery-plugin.php:995
379
  msgid "(Full URL to custom page)"
380
  msgstr "(Polni URL za uporabo na strani)"
381
 
382
- #: gallery-plugin.php:999
383
  msgid "The Read More link text"
384
  msgstr "Tekst v \"Read More\" gumbu"
385
 
386
- #: gallery-plugin.php:1005
387
  msgid "Add gallery to the search"
388
  msgstr "Dodaj galerijo k iskalniku"
389
 
390
- #: gallery-plugin.php:1010
391
- #: gallery-plugin.php:1013
392
- #: gallery-plugin.php:1017
393
  msgid "Using"
394
  msgstr "Se uporablja"
395
 
396
- #: gallery-plugin.php:1010
397
- #: gallery-plugin.php:1013
398
- #: gallery-plugin.php:1017
399
  msgid "powered by"
400
  msgstr "gnano z"
401
 
402
- #: gallery-plugin.php:1013
403
- #: gallery-plugin.php:1236
404
  msgid "Activate"
405
  msgstr "Aktivirani moduli"
406
 
407
- #: gallery-plugin.php:1017
408
  msgid "Download"
409
  msgstr ""
410
 
411
- #: gallery-plugin.php:1022
412
  msgid "Rewrite templates after update"
413
  msgstr ""
414
 
415
- #: gallery-plugin.php:1024
416
  #, php-format
417
  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"
418
  msgstr ""
419
 
420
- #: gallery-plugin.php:1033
421
  msgid "Use pagination for images"
422
  msgstr "Uporabi oštevilčenje strani za slike"
423
 
424
- #: gallery-plugin.php:1036
425
  msgid "per page"
426
  msgstr "na stran"
427
 
428
- #: gallery-plugin.php:1040
429
  msgid "The lightbox helper"
430
  msgstr "Lightbox pomočnik"
431
 
432
- #: gallery-plugin.php:1042
433
  msgid "Do not use"
434
  msgstr "Ne uporabljaj"
435
 
436
- #: gallery-plugin.php:1043
437
  msgid "Button helper"
438
  msgstr "Pomočnik za gumb"
439
 
440
- #: gallery-plugin.php:1044
441
  msgid "Thumbnail helper"
442
  msgstr "Pomočnik za prikazno sliko"
443
 
444
- #: gallery-plugin.php:1048
445
  msgid "Display Like buttons in the lightbox"
446
  msgstr "Prikaži gumb \"Like\" tudi v lightbox-u"
447
 
448
- #: gallery-plugin.php:1050
449
  msgid "FaceBook"
450
  msgstr "FaceBook"
451
 
452
- #: gallery-plugin.php:1051
453
  msgid "Twitter"
454
  msgstr "Twitter"
455
 
456
- #: gallery-plugin.php:1052
457
  msgid "Pinterest"
458
  msgstr "Pinterest"
459
 
460
- #: gallery-plugin.php:1053
461
  msgid "Google +1"
462
  msgstr "Google +1"
463
 
464
- #: gallery-plugin.php:1057
465
  msgid "Slug for gallery item"
466
  msgstr "Ključ za galerijski vnos"
467
 
468
- #: gallery-plugin.php:1059
469
  msgid "for any structure of permalinks except the default structure"
470
  msgstr "za katerokoli strukturo trajnih povezav, z izjemo privzete strukture"
471
 
472
- #: gallery-plugin.php:1063
473
  msgid "Title for lightbox button"
474
  msgstr "Naziv za lightbox gumb"
475
 
476
- #: gallery-plugin.php:1069
477
  msgid "Display all images in the lightbox instead of going into a single gallery"
478
  msgstr ""
479
 
480
- #: gallery-plugin.php:1072
481
  #, php-format
482
  msgid "When using the gallery template or a shortcode with `%s` parameter"
483
  msgstr ""
484
 
485
- #: gallery-plugin.php:1098
486
  msgid "Save Changes"
487
  msgstr "Shrani spremembe"
488
 
489
- #: gallery-plugin.php:1135
490
  msgid "Support"
491
  msgstr "Podpora"
492
 
493
- #: gallery-plugin.php:1202
494
  msgid "Updating images..."
495
  msgstr "Posodabljam slike..."
496
 
497
- #: gallery-plugin.php:1203
498
  #, fuzzy
499
  msgid "No image found."
500
  msgstr "Slike niso bile najdene"
501
 
502
- #: gallery-plugin.php:1204
503
  #, fuzzy
504
  msgid "All images are updated."
505
  msgstr "Vse slike so posodobljene"
506
 
507
- #: gallery-plugin.php:1205
508
  msgid "Error."
509
  msgstr "Napaka."
510
 
511
- #: gallery-plugin.php:1216
512
  msgid ""
513
  "You are about to delete these items from this gallery.\n"
514
  " 'Cancel' to stop, 'OK' to delete."
515
  msgstr ""
516
 
517
- #: gallery-plugin.php:1217
518
  msgid "Switching to another mode, all unsaved data will be lost. Save data before switching?"
519
  msgstr ""
520
 
521
- #: gallery-plugin.php:1218
522
  msgid "Insert Media"
523
  msgstr ""
524
 
525
- #: gallery-plugin.php:1219
526
  msgid "Insert"
527
  msgstr ""
528
 
529
- #: gallery-plugin.php:1231
530
  #, fuzzy
531
  msgid "Learn more"
532
  msgstr "Preberi več"
533
 
534
- #: gallery-plugin.php:1243
535
  #, fuzzy
536
  msgid "Install now"
537
  msgstr "Instalacija %s"
538
 
539
- #: gallery-plugin.php:1252
540
  msgid "Add multiple gallery categories"
541
  msgstr ""
542
 
543
- #: gallery-plugin.php:1252
544
  msgid "Install Gallery Categories plugin to add unlimited number of categories."
545
  msgstr ""
546
 
547
- #: gallery-plugin.php:1261
548
- msgid "Close"
549
- msgstr ""
550
-
551
- #: gallery-plugin.php:1525
552
  #: template/gallery-single-template.php:101
553
  msgid "Sorry, nothing found."
554
  msgstr "Žal ni zadetkov"
555
 
556
- #: gallery-plugin.php:1547
557
  #: template/gallery-single-template.php:120
558
  msgid "Image"
559
  msgstr "Slika"
560
 
561
- #: gallery-plugin.php:1547
562
  #: template/gallery-single-template.php:19
563
  msgid "Download high resolution image"
564
  msgstr "Prenesi sliko visoke resolucije"
565
 
566
- #: gallery-plugin.php:1677
567
  msgid "Image size not defined"
568
  msgstr "Velikost slike ni podana"
569
 
570
- #: gallery-plugin.php:1692
571
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
572
  msgstr "Posodobiti je možno le PNG, JPEG, GIF, WPMP ali XBM tipe datotek. Za vse ostale prosimo, da posodobiš slike ročno."
573
 
574
- #: gallery-plugin.php:1703
575
  msgid "Image size changes not defined"
576
  msgstr "Spremembe velikosti slike niso podane"
577
 
578
- #: gallery-plugin.php:1732
579
- #: gallery-plugin.php:1735
580
- #: gallery-plugin.php:1740
581
  msgid "Invalid path"
582
  msgstr "Napačna pot"
583
 
584
- #: gallery-plugin.php:1889
585
  msgid "Add images requires JavaScript."
586
  msgstr ""
587
 
588
- #: gallery-plugin.php:1892
589
  msgid "Add Media"
590
  msgstr ""
591
 
592
- #: gallery-plugin.php:1902
593
  msgid "The grid view for the Gallery images requires JavaScript."
594
  msgstr ""
595
 
596
- #: gallery-plugin.php:1902
597
  msgid "Switch to the list view"
598
  msgstr ""
599
 
600
- #: gallery-plugin.php:1929
601
  msgid "List View"
602
  msgstr ""
603
 
604
- #: gallery-plugin.php:1930
605
  msgid "Grid View"
606
  msgstr ""
607
 
608
- #: gallery-plugin.php:1987
609
  msgid "Filter"
610
  msgstr ""
611
 
612
- #: gallery-plugin.php:1991
613
  msgid "Empty Trash"
614
  msgstr ""
615
 
616
- #: gallery-plugin.php:2012
617
  #, fuzzy
618
  msgid "No images found"
619
  msgstr "Slike niso bile najdene"
620
 
621
- #: gallery-plugin.php:2066
622
  msgid "Select bulk action"
623
  msgstr ""
624
 
625
- #: gallery-plugin.php:2068
626
  msgid "Bulk Actions"
627
  msgstr ""
628
 
629
- #: gallery-plugin.php:2078
630
  msgid "Apply"
631
  msgstr ""
632
 
633
- #: gallery-plugin.php:2085
634
- #: gallery-plugin.php:2264
635
  #, fuzzy
636
  msgid "Delete from Gallery"
637
  msgstr "Nova Galerija"
638
 
639
- #: gallery-plugin.php:2098
640
- #: gallery-plugin.php:2112
641
  #, fuzzy
642
  msgid "Display link to the original file under each image in the lightbox"
643
  msgstr "Prikaži sliko polne velikosti v lightbox-u"
644
 
645
- #: gallery-plugin.php:2107
646
  msgid "Bulk Select"
647
  msgstr ""
648
 
649
- #: gallery-plugin.php:2109
650
  msgid "Cancel Selection"
651
  msgstr ""
652
 
653
- #: gallery-plugin.php:2110
654
  msgid "Delete Selected"
655
  msgstr ""
656
 
657
- #: gallery-plugin.php:2124
658
  msgid "File"
659
  msgstr ""
660
 
661
- #: gallery-plugin.php:2125
662
- #: gallery-plugin.php:2213
663
- #: gallery-plugin.php:2321
664
  msgid "Dimensions"
665
  msgstr ""
666
 
667
- #: gallery-plugin.php:2127
668
- #: gallery-plugin.php:2246
669
- #: gallery-plugin.php:2331
670
  msgid "Alt tag"
671
  msgstr "Alt oznaka"
672
 
673
- #: gallery-plugin.php:2127
674
- #: gallery-plugin.php:2248
675
  msgid "The alt attribute specifies an alternate text for an image, if the image cannot be displayed."
676
  msgstr ""
677
 
678
- #: gallery-plugin.php:2128
679
- #: gallery-plugin.php:2254
680
- #: gallery-plugin.php:2336
681
  msgid "Custom URL"
682
  msgstr ""
683
 
684
- #: gallery-plugin.php:2128
685
- #: gallery-plugin.php:2256
686
  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)"
687
  msgstr ""
688
 
689
- #: gallery-plugin.php:2205
690
  msgid "Deselect"
691
  msgstr ""
692
 
693
- #: gallery-plugin.php:2211
694
  msgid "File name"
695
  msgstr ""
696
 
697
- #: gallery-plugin.php:2212
698
  msgid "File type"
699
  msgstr ""
700
 
701
- #: gallery-plugin.php:2216
 
702
  #, fuzzy
703
  msgid "Edit Attachment Info"
704
  msgstr "ID priloge"
705
 
706
- #: gallery-plugin.php:2216
707
  #, fuzzy
708
  msgid "Edit Attachment"
709
  msgstr "ID priloge"
710
 
711
- #: gallery-plugin.php:2226
712
  #, fuzzy
713
  msgid "Go Pro"
714
  msgstr "Pojdi na PRO"
715
 
716
- #: gallery-plugin.php:2226
717
  msgid "Pro version"
718
  msgstr ""
719
 
720
- #: gallery-plugin.php:2229
721
  msgid "This setting is available in Pro version"
722
  msgstr "Ta nastavitev je dostopna v Pro verziji"
723
 
724
- #: gallery-plugin.php:2262
725
  msgid "Edit more details"
726
  msgstr ""
727
 
728
- #: gallery-plugin.php:2297
729
  #, php-format
730
  msgid "Select %s"
731
  msgstr ""
732
 
733
- #: gallery-plugin.php:2310
734
  #, php-format
735
  msgid "Edit &#8220;%s&#8221;"
736
  msgstr ""
737
 
738
- #: gallery-plugin.php:2354
739
- #: gallery-plugin.php:2367
740
  msgid "Edit"
741
  msgstr ""
742
 
743
- #: gallery-plugin.php:2357
744
- #: gallery-plugin.php:2372
745
  msgid "Trash"
746
  msgstr ""
747
 
748
- #: gallery-plugin.php:2360
749
- #: gallery-plugin.php:2375
750
  msgid "Delete Permanently"
751
  msgstr ""
752
 
753
- #: gallery-plugin.php:2362
754
- #: gallery-plugin.php:2380
755
  #, php-format
756
  msgid "View &#8220;%s&#8221;"
757
  msgstr ""
758
 
759
- #: gallery-plugin.php:2362
760
- #: gallery-plugin.php:2380
761
  msgid "View"
762
  msgstr ""
763
 
764
- #: gallery-plugin.php:2364
765
  #, fuzzy
766
  msgid "Attach"
767
  msgstr "ID priloge"
768
 
769
- #: gallery-plugin.php:2370
770
  msgid "Restore"
771
  msgstr ""
772
 
773
- #: gallery-plugin.php:2501
774
  msgid "Warning"
775
  msgstr ""
776
 
777
- #: gallery-plugin.php:2501
778
  msgid "You can add only images to the gallery"
779
  msgstr ""
780
 
781
- #: gallery-plugin.php:2532
782
  #, fuzzy
783
  msgid "Sorry, no gallery found."
784
  msgstr "Žal ni zadetkov"
785
 
786
- #: gallery-plugin.php:2538
787
  #, fuzzy
788
  msgid "Display an album image with the description and the link to a single gallery page"
789
  msgstr "Če želiš prikazati kratek opis s predogledno sliko in povezavo do posamezne galerije kopiraj spodnjo povezavo."
@@ -884,6 +927,16 @@ msgstr ""
884
  msgid "Gallery Category"
885
  msgstr "Velikost slike v galeriji"
886
 
 
 
 
 
 
 
 
 
 
 
887
  #~ msgid "Using Custom Search powered by"
888
  #~ msgstr "Se uporablja \"Custom Search\" gnano z"
889
 
@@ -977,11 +1030,6 @@ msgstr "Velikost slike v galeriji"
977
  #~ msgid "Go"
978
  #~ msgstr "Pojdi"
979
 
980
- #~ msgid ""
981
- #~ "Sorting order (the input field for sorting order in the Insert / Upload "
982
- #~ "Media Gallery dialog)"
983
- #~ msgstr "Razporejanje glede na razporeditev v predstavnostni knjižici"
984
-
985
  #~ msgid "left"
986
  #~ msgstr "levo"
987
 
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"
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."
927
  msgid "Gallery Category"
928
  msgstr "Velikost slike v galeriji"
929
 
930
+ #~ msgid "Notice:"
931
+ #~ msgstr "Obvestilo:"
932
+
933
+ #~ msgid ""
934
+ #~ "The plugin's settings have been changed. In order to save them please "
935
+ #~ "don't forget to click the 'Save Changes' button."
936
+ #~ msgstr ""
937
+ #~ "Nastavitve vtičnika so bile spremenjen. Da se bodo nastavitve shranile, "
938
+ #~ "ne pozabi klikniti gumba \"Shrani nastavitve\" na dnu strani."
939
+
940
  #~ msgid "Using Custom Search powered by"
941
  #~ msgstr "Se uporablja \"Custom Search\" gnano z"
942
 
1030
  #~ msgid "Go"
1031
  #~ msgstr "Pojdi"
1032
 
 
 
 
 
 
1033
  #~ msgid "left"
1034
  #~ msgstr "levo"
1035
 
languages/gallery-plugin-sr_RS.mo CHANGED
Binary file
languages/gallery-plugin-sr_RS.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-09-14 14:33+0300\n"
6
- "PO-Revision-Date: 2015-09-14 14:33+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"
@@ -18,779 +18,822 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: gallery-plugin.php:45
21
- #: gallery-plugin.php:797
22
- #: gallery-plugin.php:1133
23
- #: gallery-plugin.php:1150
24
  msgid "Settings"
25
  msgstr "Podešavanja"
26
 
27
- #: gallery-plugin.php:105
28
  msgid "See images &raquo;"
29
  msgstr "Pogledaj sliku &raquo;"
30
 
31
- #: gallery-plugin.php:108
32
  msgid "Return to all albums"
33
  msgstr ""
34
 
35
- #: gallery-plugin.php:332
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:342
41
- #: gallery-plugin.php:351
42
  msgid "Galleries"
43
  msgstr "Galerije"
44
 
45
- #: gallery-plugin.php:343
46
- #: gallery-plugin.php:2530
47
  msgid "Gallery"
48
  msgstr "Galerija"
49
 
50
- #: gallery-plugin.php:344
51
  msgid "Add New Gallery"
52
  msgstr "Dodaj novu Galeriju"
53
 
54
- #: gallery-plugin.php:345
55
  msgid "Edit Gallery"
56
  msgstr "Uredi Galeriju"
57
 
58
- #: gallery-plugin.php:346
59
  msgid "New Gallery"
60
  msgstr "Nova Galerija"
61
 
62
- #: gallery-plugin.php:347
63
  msgid "View Gallery"
64
  msgstr "Pregled Galerije"
65
 
66
- #: gallery-plugin.php:348
67
  #, fuzzy
68
  msgid "Search Galleries"
69
  msgstr "Galerije"
70
 
71
- #: gallery-plugin.php:349
72
  msgid "No Gallery found"
73
  msgstr "Nije pronađena Galerija"
74
 
75
- #: gallery-plugin.php:406
76
  msgid "Gallery Shortcode"
77
  msgstr "Kratak kod za Galeriju"
78
 
79
- #: gallery-plugin.php:408
80
- #: gallery-plugin.php:440
 
81
  #, fuzzy
82
  msgid "Gallery Categories"
83
  msgstr "Veličina slika u galeriji"
84
 
85
- #: gallery-plugin.php:417
 
 
 
 
 
 
 
 
 
 
 
86
  msgid "Add this shortcode to a page, post or widget to display a single gallery"
87
  msgstr ""
88
 
89
- #: gallery-plugin.php:420
90
  #, fuzzy
91
  msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
92
  msgstr "Ako želite da prikažete kratak opis koji sadrži snimak ekrana i link ka stranici sa Jedinstvenom galerijom."
93
 
94
- #: gallery-plugin.php:422
95
  msgid "Short display"
96
  msgstr ""
97
 
98
- #: gallery-plugin.php:441
99
  msgid "Most Used"
100
  msgstr ""
101
 
102
- #: gallery-plugin.php:446
103
- #: gallery-plugin.php:890
104
  msgid "Default"
105
  msgstr "Podrazumevano"
106
 
107
- #: gallery-plugin.php:451
108
  #, fuzzy
109
  msgid "Add New Gallery Category"
110
  msgstr "Dodaj novu Galeriju"
111
 
112
- #: gallery-plugin.php:458
113
  #, fuzzy
114
  msgid "Install plugin"
115
  msgstr "Instalirani moduli"
116
 
117
- #: gallery-plugin.php:613
118
- #: gallery-plugin.php:2126
119
- #: gallery-plugin.php:2240
120
- #: gallery-plugin.php:2326
 
121
  msgid "Title"
122
  msgstr "Naslov"
123
 
124
- #: gallery-plugin.php:614
 
125
  msgid "Author"
126
  msgstr "Autor"
127
 
128
- #: gallery-plugin.php:615
129
  #, fuzzy
130
  msgid "Shortcode"
131
  msgstr "Kratak kod za Galeriju"
132
 
133
- #: gallery-plugin.php:616
134
  #, fuzzy
135
  msgid "Photos"
136
  msgstr "Foto"
137
 
138
- #: gallery-plugin.php:617
139
- #: gallery-plugin.php:954
 
140
  msgid "Date"
141
  msgstr "Datum"
142
 
143
- #: gallery-plugin.php:770
144
  msgid "Settings are saved"
145
  msgstr "Podešavanja su sačuvana"
146
 
147
- #: gallery-plugin.php:783
148
  #, fuzzy
149
  msgid "All plugin settings were restored."
150
  msgstr "na stranici za podešavanje modula ("
151
 
152
- #: gallery-plugin.php:795
153
  msgid "Gallery Settings"
154
  msgstr "Podešavanja Galerije"
155
 
156
- #: gallery-plugin.php:798
157
- #: gallery-plugin.php:1134
158
  msgid "FAQ"
159
  msgstr "FAQ"
160
 
161
- #: gallery-plugin.php:799
162
  msgid "Go PRO"
163
  msgstr ""
164
 
165
- #: gallery-plugin.php:809
166
  #, fuzzy
167
  msgid "Please enable JavaScript to use the option to renew images."
168
  msgstr "Molimo vas omogućite da JavaScript koristi program za učitavanje fajlova."
169
 
170
- #: gallery-plugin.php:810
171
- msgid "Notice:"
172
- msgstr ""
173
-
174
- #: gallery-plugin.php:810
175
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
176
  msgstr ""
177
 
178
- #: gallery-plugin.php:811
179
- msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
180
- 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:"
181
-
182
- #: gallery-plugin.php:816
183
  msgid "Update images for gallery"
184
  msgstr ""
185
 
186
- #: gallery-plugin.php:818
187
  #, fuzzy
188
  msgid "Update images"
189
  msgstr "poređaj slike"
190
 
191
- #: gallery-plugin.php:826
192
  msgid "Image size for the album cover"
193
  msgstr "Veličina slike za naslovnu stranicu albuma"
194
 
195
- #: gallery-plugin.php:828
196
- #: gallery-plugin.php:842
197
- #: gallery-plugin.php:864
198
  msgid "Image size"
199
  msgstr "Veličina slike"
200
 
201
- #: gallery-plugin.php:831
202
- #: gallery-plugin.php:845
203
  msgid "Width (in px)"
204
  msgstr "Širina (u pikselima)"
205
 
206
- #: gallery-plugin.php:835
207
- #: gallery-plugin.php:849
208
  msgid "Height (in px)"
209
  msgstr "Visina (u pikselima)"
210
 
211
- #: gallery-plugin.php:840
212
  #, fuzzy
213
  msgid "Image size for thumbnails"
214
  msgstr "Veličina slike za naslovnu stranicu albuma"
215
 
216
- #: gallery-plugin.php:854
217
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
218
  msgstr "WordPress će kreirati novi umanjeni prikaz sa navedenim dimenzijama kada učitate novu sliku."
219
 
220
- #: gallery-plugin.php:862
 
 
 
 
 
 
221
  #, fuzzy
222
  msgid "Image size in the lightbox"
223
  msgstr "Veličina slika u galeriji u lightbox skriptu"
224
 
225
- #: gallery-plugin.php:865
226
  msgid "Max width (in px)"
227
  msgstr "Max širina (u pikselima)"
228
 
229
- #: gallery-plugin.php:866
230
  msgid "Max height (in px)"
231
  msgstr "Max visina (u pikselima)"
232
 
233
- #: gallery-plugin.php:867
234
  msgid "Display a full size image in the lightbox"
235
  msgstr "Prikaži sliku u punoj veličini u lightbox-u"
236
 
237
- #: gallery-plugin.php:871
238
  msgid "Crop position"
239
  msgstr "Pozicija za kropovanje"
240
 
241
- #: gallery-plugin.php:875
242
- #: gallery-plugin.php:881
243
  msgid "center"
244
  msgstr "centar"
245
 
246
- #: gallery-plugin.php:877
247
  msgid "Horizontal"
248
  msgstr "Horizontalno"
249
 
250
- #: gallery-plugin.php:883
251
  msgid "Vertical"
252
  msgstr "Vertikalno"
253
 
254
- #: gallery-plugin.php:888
255
  msgid "Lightbox background"
256
  msgstr "Lightbox pozadina"
257
 
258
- #: gallery-plugin.php:891
259
  msgid "Background transparency (from 0 to 1)"
260
  msgstr "Pozadinska transparentnost (od 0 do 1)"
261
 
262
- #: gallery-plugin.php:892
263
  msgid "Select a background color"
264
  msgstr "Izaberi pozadinsku boju"
265
 
266
- #: gallery-plugin.php:897
267
- #: gallery-plugin.php:1077
268
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
269
  msgstr ""
270
 
271
- #: gallery-plugin.php:904
272
- #: gallery-plugin.php:1084
273
  msgid "Unlock premium options by upgrading to Pro version"
274
  msgstr ""
275
 
276
- #: gallery-plugin.php:908
277
- #: gallery-plugin.php:1088
278
  msgid "Start Your Trial"
279
  msgstr ""
280
 
281
- #: gallery-plugin.php:909
282
- #: gallery-plugin.php:1089
 
283
  msgid "or"
284
  msgstr ""
285
 
286
- #: gallery-plugin.php:911
287
- #: gallery-plugin.php:1091
288
  #, fuzzy
289
  msgid "Learn More"
290
  msgstr "Pročitaj više"
291
 
292
- #: gallery-plugin.php:918
293
  msgid "Images with border"
294
  msgstr "Slike sa okvirima"
295
 
296
- #: gallery-plugin.php:921
297
  msgid "Border width in px, just numbers"
298
  msgstr "Širina okvira u pikselima, samo brojevi"
299
 
300
- #: gallery-plugin.php:922
301
  msgid "Select a border color"
302
  msgstr "Izaberite boju okvira"
303
 
304
- #: gallery-plugin.php:926
305
  msgid "Number of images in the row"
306
  msgstr "Broj slika u redu"
307
 
308
- #: gallery-plugin.php:932
309
  msgid "Start slideshow"
310
  msgstr "Započni projekciju slajdova"
311
 
312
- #: gallery-plugin.php:938
313
  msgid "Slideshow interval"
314
  msgstr "Interval projekcije slajdova"
315
 
316
- #: gallery-plugin.php:944
317
  msgid "Use single lightbox for multiple galleries on one page"
318
  msgstr ""
319
 
320
- #: gallery-plugin.php:950
321
  msgid "Sort images by"
322
  msgstr "Poređaj slike po"
323
 
324
- #: gallery-plugin.php:952
325
  msgid "Attachment ID"
326
  msgstr "ID priloga"
327
 
328
- #: gallery-plugin.php:953
329
  msgid "Image Name"
330
  msgstr "Ime slike"
331
 
332
- #: gallery-plugin.php:955
333
  msgid "Sorting order in the Gallery"
334
  msgstr ""
335
 
336
- #: gallery-plugin.php:956
 
337
  msgid "Random"
338
  msgstr "Nasumično"
339
 
340
- #: gallery-plugin.php:960
341
  msgid "Sort images"
342
  msgstr "Sortiraj slike"
343
 
344
- #: gallery-plugin.php:962
 
345
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
346
  msgstr "ASC (rastući redosled od najnižih do najviših vrednosti - 1, 2, 3; a, b, c)"
347
 
348
- #: gallery-plugin.php:963
 
349
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
350
  msgstr "DESC (opadajući redosled od najviših do najnižih vrednosti - 3, 2, 1; c, b, a)"
351
 
352
- #: gallery-plugin.php:967
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
353
  #, fuzzy
354
  msgid "Display text under the image"
355
  msgstr "Prikaži tekst iznad slike"
356
 
357
- #: gallery-plugin.php:969
358
  #, fuzzy
359
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
360
  msgstr "Ako želite da prikažete tekst samo u lightbox-u"
361
 
362
- #: gallery-plugin.php:973
363
  msgid "Display the Back link"
364
  msgstr "Prikaži povratni link"
365
 
366
- #: gallery-plugin.php:979
367
  msgid "Display the Back link in the shortcode"
368
  msgstr "Prikaži povratni link u kratkom kodu"
369
 
370
- #: gallery-plugin.php:985
371
  msgid "The Back link text"
372
  msgstr "Tekst u povratnom linku"
373
 
374
- #: gallery-plugin.php:991
375
  msgid "The Back link URL"
376
  msgstr "URL povratnog linka"
377
 
378
- #: gallery-plugin.php:993
379
  msgid "Gallery page (Page with Gallery Template)"
380
  msgstr "Stranica galerije (Stranica sa šablonom galerije)"
381
 
382
- #: gallery-plugin.php:995
383
  msgid "(Full URL to custom page)"
384
  msgstr "(Puni URL ka korisničkoj stranici)"
385
 
386
- #: gallery-plugin.php:999
387
  msgid "The Read More link text"
388
  msgstr "Tekst u linku Pročitaj više"
389
 
390
- #: gallery-plugin.php:1005
391
  msgid "Add gallery to the search"
392
  msgstr ""
393
 
394
- #: gallery-plugin.php:1010
395
- #: gallery-plugin.php:1013
396
- #: gallery-plugin.php:1017
397
  msgid "Using"
398
  msgstr ""
399
 
400
- #: gallery-plugin.php:1010
401
- #: gallery-plugin.php:1013
402
- #: gallery-plugin.php:1017
403
  msgid "powered by"
404
  msgstr ""
405
 
406
- #: gallery-plugin.php:1013
407
- #: gallery-plugin.php:1236
408
  #, fuzzy
409
  msgid "Activate"
410
  msgstr "Aktivirani moduli"
411
 
412
- #: gallery-plugin.php:1017
413
  msgid "Download"
414
  msgstr ""
415
 
416
- #: gallery-plugin.php:1022
417
  msgid "Rewrite templates after update"
418
  msgstr ""
419
 
420
- #: gallery-plugin.php:1024
421
  #, php-format
422
  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"
423
  msgstr ""
424
 
425
- #: gallery-plugin.php:1033
426
  msgid "Use pagination for images"
427
  msgstr ""
428
 
429
- #: gallery-plugin.php:1036
430
  msgid "per page"
431
  msgstr ""
432
 
433
- #: gallery-plugin.php:1040
434
  msgid "The lightbox helper"
435
  msgstr ""
436
 
437
- #: gallery-plugin.php:1042
438
  msgid "Do not use"
439
  msgstr ""
440
 
441
- #: gallery-plugin.php:1043
442
  msgid "Button helper"
443
  msgstr ""
444
 
445
- #: gallery-plugin.php:1044
446
  msgid "Thumbnail helper"
447
  msgstr ""
448
 
449
- #: gallery-plugin.php:1048
450
  #, fuzzy
451
  msgid "Display Like buttons in the lightbox"
452
  msgstr "Afficher une image en taille normale dans le boite"
453
 
454
- #: gallery-plugin.php:1050
455
  msgid "FaceBook"
456
  msgstr "FaceBook"
457
 
458
- #: gallery-plugin.php:1051
459
  #, fuzzy
460
  msgid "Twitter"
461
  msgstr "Titre"
462
 
463
- #: gallery-plugin.php:1052
464
  msgid "Pinterest"
465
  msgstr "Pinterest"
466
 
467
- #: gallery-plugin.php:1053
468
  msgid "Google +1"
469
  msgstr "Google +1"
470
 
471
- #: gallery-plugin.php:1057
472
  #, fuzzy
473
  msgid "Slug for gallery item"
474
  msgstr "Taille de la vignette de la galerie"
475
 
476
- #: gallery-plugin.php:1059
477
  msgid "for any structure of permalinks except the default structure"
478
  msgstr ""
479
 
480
- #: gallery-plugin.php:1063
481
  msgid "Title for lightbox button"
482
  msgstr ""
483
 
484
- #: gallery-plugin.php:1069
485
  msgid "Display all images in the lightbox instead of going into a single gallery"
486
  msgstr ""
487
 
488
- #: gallery-plugin.php:1072
489
  #, php-format
490
  msgid "When using the gallery template or a shortcode with `%s` parameter"
491
  msgstr ""
492
 
493
- #: gallery-plugin.php:1098
494
  msgid "Save Changes"
495
  msgstr "Sačuvaj izmene"
496
 
497
- #: gallery-plugin.php:1135
498
  msgid "Support"
499
  msgstr "Podrška"
500
 
501
- #: gallery-plugin.php:1202
502
  msgid "Updating images..."
503
  msgstr ""
504
 
505
- #: gallery-plugin.php:1203
506
  #, fuzzy
507
  msgid "No image found."
508
  msgstr "Nije pronađena Galerija"
509
 
510
- #: gallery-plugin.php:1204
511
  msgid "All images are updated."
512
  msgstr ""
513
 
514
- #: gallery-plugin.php:1205
515
  msgid "Error."
516
  msgstr ""
517
 
518
- #: gallery-plugin.php:1216
519
  msgid ""
520
  "You are about to delete these items from this gallery.\n"
521
  " 'Cancel' to stop, 'OK' to delete."
522
  msgstr ""
523
 
524
- #: gallery-plugin.php:1217
525
  msgid "Switching to another mode, all unsaved data will be lost. Save data before switching?"
526
  msgstr ""
527
 
528
- #: gallery-plugin.php:1218
529
  msgid "Insert Media"
530
  msgstr ""
531
 
532
- #: gallery-plugin.php:1219
533
  msgid "Insert"
534
  msgstr ""
535
 
536
- #: gallery-plugin.php:1231
537
  #, fuzzy
538
  msgid "Learn more"
539
  msgstr "Pročitaj više"
540
 
541
- #: gallery-plugin.php:1243
542
  #, fuzzy
543
  msgid "Install now"
544
  msgstr "Instalacija %s"
545
 
546
- #: gallery-plugin.php:1252
547
  msgid "Add multiple gallery categories"
548
  msgstr ""
549
 
550
- #: gallery-plugin.php:1252
551
  msgid "Install Gallery Categories plugin to add unlimited number of categories."
552
  msgstr ""
553
 
554
- #: gallery-plugin.php:1261
555
- msgid "Close"
556
- msgstr ""
557
-
558
- #: gallery-plugin.php:1525
559
  #: template/gallery-single-template.php:101
560
  msgid "Sorry, nothing found."
561
  msgstr "Nažalost nije pronađeno"
562
 
563
- #: gallery-plugin.php:1547
564
  #: template/gallery-single-template.php:120
565
  msgid "Image"
566
  msgstr "Slika"
567
 
568
- #: gallery-plugin.php:1547
569
  #: template/gallery-single-template.php:19
570
  msgid "Download high resolution image"
571
  msgstr "Preuzmi sliku u visokoj rezoluciji"
572
 
573
- #: gallery-plugin.php:1677
574
  #, fuzzy
575
  msgid "Image size not defined"
576
  msgstr "Veličina slike"
577
 
578
- #: gallery-plugin.php:1692
579
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
580
  msgstr ""
581
 
582
- #: gallery-plugin.php:1703
583
  msgid "Image size changes not defined"
584
  msgstr ""
585
 
586
- #: gallery-plugin.php:1732
587
- #: gallery-plugin.php:1735
588
- #: gallery-plugin.php:1740
589
  msgid "Invalid path"
590
  msgstr ""
591
 
592
- #: gallery-plugin.php:1889
593
  msgid "Add images requires JavaScript."
594
  msgstr ""
595
 
596
- #: gallery-plugin.php:1892
597
  msgid "Add Media"
598
  msgstr ""
599
 
600
- #: gallery-plugin.php:1902
601
  msgid "The grid view for the Gallery images requires JavaScript."
602
  msgstr ""
603
 
604
- #: gallery-plugin.php:1902
605
  msgid "Switch to the list view"
606
  msgstr ""
607
 
608
- #: gallery-plugin.php:1929
609
  msgid "List View"
610
  msgstr ""
611
 
612
- #: gallery-plugin.php:1930
613
  msgid "Grid View"
614
  msgstr ""
615
 
616
- #: gallery-plugin.php:1987
617
  msgid "Filter"
618
  msgstr ""
619
 
620
- #: gallery-plugin.php:1991
621
  msgid "Empty Trash"
622
  msgstr ""
623
 
624
- #: gallery-plugin.php:2012
625
  #, fuzzy
626
  msgid "No images found"
627
  msgstr "Nije pronađena Galerija"
628
 
629
- #: gallery-plugin.php:2066
630
  msgid "Select bulk action"
631
  msgstr ""
632
 
633
- #: gallery-plugin.php:2068
634
  msgid "Bulk Actions"
635
  msgstr ""
636
 
637
- #: gallery-plugin.php:2078
638
  msgid "Apply"
639
  msgstr ""
640
 
641
- #: gallery-plugin.php:2085
642
- #: gallery-plugin.php:2264
643
  #, fuzzy
644
  msgid "Delete from Gallery"
645
  msgstr "Nova Galerija"
646
 
647
- #: gallery-plugin.php:2098
648
- #: gallery-plugin.php:2112
649
  #, fuzzy
650
  msgid "Display link to the original file under each image in the lightbox"
651
  msgstr "Prikaži sliku u punoj veličini u lightbox-u"
652
 
653
- #: gallery-plugin.php:2107
654
  msgid "Bulk Select"
655
  msgstr ""
656
 
657
- #: gallery-plugin.php:2109
658
  msgid "Cancel Selection"
659
  msgstr ""
660
 
661
- #: gallery-plugin.php:2110
662
  msgid "Delete Selected"
663
  msgstr ""
664
 
665
- #: gallery-plugin.php:2124
666
  msgid "File"
667
  msgstr ""
668
 
669
- #: gallery-plugin.php:2125
670
- #: gallery-plugin.php:2213
671
- #: gallery-plugin.php:2321
672
  msgid "Dimensions"
673
  msgstr ""
674
 
675
- #: gallery-plugin.php:2127
676
- #: gallery-plugin.php:2246
677
- #: gallery-plugin.php:2331
678
  msgid "Alt tag"
679
  msgstr ""
680
 
681
- #: gallery-plugin.php:2127
682
- #: gallery-plugin.php:2248
683
  msgid "The alt attribute specifies an alternate text for an image, if the image cannot be displayed."
684
  msgstr ""
685
 
686
- #: gallery-plugin.php:2128
687
- #: gallery-plugin.php:2254
688
- #: gallery-plugin.php:2336
689
  msgid "Custom URL"
690
  msgstr ""
691
 
692
- #: gallery-plugin.php:2128
693
- #: gallery-plugin.php:2256
694
  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)"
695
  msgstr ""
696
 
697
- #: gallery-plugin.php:2205
698
  msgid "Deselect"
699
  msgstr ""
700
 
701
- #: gallery-plugin.php:2211
702
  msgid "File name"
703
  msgstr ""
704
 
705
- #: gallery-plugin.php:2212
706
  msgid "File type"
707
  msgstr ""
708
 
709
- #: gallery-plugin.php:2216
 
710
  #, fuzzy
711
  msgid "Edit Attachment Info"
712
  msgstr "ID priloga"
713
 
714
- #: gallery-plugin.php:2216
715
  #, fuzzy
716
  msgid "Edit Attachment"
717
  msgstr "ID priloga"
718
 
719
- #: gallery-plugin.php:2226
720
  msgid "Go Pro"
721
  msgstr ""
722
 
723
- #: gallery-plugin.php:2226
724
  msgid "Pro version"
725
  msgstr ""
726
 
727
- #: gallery-plugin.php:2229
728
  msgid "This setting is available in Pro version"
729
  msgstr "Ovo podešavanje je dostupno u Pro verziji"
730
 
731
- #: gallery-plugin.php:2262
732
  msgid "Edit more details"
733
  msgstr ""
734
 
735
- #: gallery-plugin.php:2297
736
  #, php-format
737
  msgid "Select %s"
738
  msgstr ""
739
 
740
- #: gallery-plugin.php:2310
741
  #, php-format
742
  msgid "Edit &#8220;%s&#8221;"
743
  msgstr ""
744
 
745
- #: gallery-plugin.php:2354
746
- #: gallery-plugin.php:2367
747
  msgid "Edit"
748
  msgstr ""
749
 
750
- #: gallery-plugin.php:2357
751
- #: gallery-plugin.php:2372
752
  msgid "Trash"
753
  msgstr ""
754
 
755
- #: gallery-plugin.php:2360
756
- #: gallery-plugin.php:2375
757
  msgid "Delete Permanently"
758
  msgstr ""
759
 
760
- #: gallery-plugin.php:2362
761
- #: gallery-plugin.php:2380
762
  #, php-format
763
  msgid "View &#8220;%s&#8221;"
764
  msgstr ""
765
 
766
- #: gallery-plugin.php:2362
767
- #: gallery-plugin.php:2380
768
  msgid "View"
769
  msgstr ""
770
 
771
- #: gallery-plugin.php:2364
772
  #, fuzzy
773
  msgid "Attach"
774
  msgstr "ID priloga"
775
 
776
- #: gallery-plugin.php:2370
777
  msgid "Restore"
778
  msgstr ""
779
 
780
- #: gallery-plugin.php:2501
781
  msgid "Warning"
782
  msgstr ""
783
 
784
- #: gallery-plugin.php:2501
785
  msgid "You can add only images to the gallery"
786
  msgstr ""
787
 
788
- #: gallery-plugin.php:2532
789
  #, fuzzy
790
  msgid "Sorry, no gallery found."
791
  msgstr "Nažalost nije pronađeno"
792
 
793
- #: gallery-plugin.php:2538
794
  #, fuzzy
795
  msgid "Display an album image with the description and the link to a single gallery page"
796
  msgstr "Ako želite da prikažete kratak opis koji sadrži snimak ekrana i link ka stranici sa Jedinstvenom galerijom."
@@ -972,13 +1015,6 @@ msgstr "Veličina slika u galeriji"
972
  #~ msgid "Background color"
973
  #~ msgstr "Pozadinska boja"
974
 
975
- #~ msgid ""
976
- #~ "Sorting order (the input field for sorting order in the Insert / Upload "
977
- #~ "Media Gallery dialog)"
978
- #~ msgstr ""
979
- #~ "Raspoređivanje (polje za unos za sortiranje u dijalogu Insert / Upload "
980
- #~ "Media Gallery)"
981
-
982
  #~ msgid "left"
983
  #~ msgstr "levo"
984
 
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"
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."
1015
  #~ msgid "Background color"
1016
  #~ msgstr "Pozadinska boja"
1017
 
 
 
 
 
 
 
 
1018
  #~ msgid "left"
1019
  #~ msgstr "levo"
1020
 
languages/gallery-plugin-tr.mo CHANGED
Binary file
languages/gallery-plugin-tr.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-09-14 14:33+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"
@@ -18,777 +18,820 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: gallery-plugin.php:45
21
- #: gallery-plugin.php:797
22
- #: gallery-plugin.php:1133
23
- #: gallery-plugin.php:1150
24
  msgid "Settings"
25
  msgstr "Ayarlar"
26
 
27
- #: gallery-plugin.php:105
28
  msgid "See images &raquo;"
29
  msgstr "Resimleri Gör &raquo;"
30
 
31
- #: gallery-plugin.php:108
32
  msgid "Return to all albums"
33
  msgstr ""
34
 
35
- #: gallery-plugin.php:332
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:342
41
- #: gallery-plugin.php:351
42
  msgid "Galleries"
43
  msgstr "Galeriler"
44
 
45
- #: gallery-plugin.php:343
46
- #: gallery-plugin.php:2530
47
  msgid "Gallery"
48
  msgstr "Galeri"
49
 
50
- #: gallery-plugin.php:344
51
  msgid "Add New Gallery"
52
  msgstr "Yeni Galeri"
53
 
54
- #: gallery-plugin.php:345
55
  msgid "Edit Gallery"
56
  msgstr "Galeriyi Düzenle"
57
 
58
- #: gallery-plugin.php:346
59
  msgid "New Gallery"
60
  msgstr "Yeni Galeri"
61
 
62
- #: gallery-plugin.php:347
63
  msgid "View Gallery"
64
  msgstr "Galeriyi görüntüle"
65
 
66
- #: gallery-plugin.php:348
67
  #, fuzzy
68
  msgid "Search Galleries"
69
  msgstr "Galeriler"
70
 
71
- #: gallery-plugin.php:349
72
  msgid "No Gallery found"
73
  msgstr "Galeri bulunamadı"
74
 
75
- #: gallery-plugin.php:406
76
  msgid "Gallery Shortcode"
77
  msgstr "Galeri Kısa Kodu"
78
 
79
- #: gallery-plugin.php:408
80
- #: gallery-plugin.php:440
 
81
  #, fuzzy
82
  msgid "Gallery Categories"
83
  msgstr "Galeri resim boyutu"
84
 
85
- #: gallery-plugin.php:417
 
 
 
 
 
 
 
 
 
 
 
86
  msgid "Add this shortcode to a page, post or widget to display a single gallery"
87
  msgstr ""
88
 
89
- #: gallery-plugin.php:420
90
  #, fuzzy
91
  msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
92
  msgstr "Eğer Galeri sayfasına link içeren galeri önizlemesi eklemek isterseniz aşağıdaki kodu yapıştırınız"
93
 
94
- #: gallery-plugin.php:422
95
  msgid "Short display"
96
  msgstr ""
97
 
98
- #: gallery-plugin.php:441
99
  msgid "Most Used"
100
  msgstr ""
101
 
102
- #: gallery-plugin.php:446
103
- #: gallery-plugin.php:890
104
  msgid "Default"
105
  msgstr "Öntanımlı"
106
 
107
- #: gallery-plugin.php:451
108
  #, fuzzy
109
  msgid "Add New Gallery Category"
110
  msgstr "Yeni Galeri"
111
 
112
- #: gallery-plugin.php:458
113
  #, fuzzy
114
  msgid "Install plugin"
115
  msgstr "Yüklü eklentiler"
116
 
117
- #: gallery-plugin.php:613
118
- #: gallery-plugin.php:2126
119
- #: gallery-plugin.php:2240
120
- #: gallery-plugin.php:2326
 
121
  msgid "Title"
122
  msgstr "Başlık"
123
 
124
- #: gallery-plugin.php:614
 
125
  msgid "Author"
126
  msgstr "Yazar"
127
 
128
- #: gallery-plugin.php:615
129
  #, fuzzy
130
  msgid "Shortcode"
131
  msgstr "Galeri Kısa Kodu"
132
 
133
- #: gallery-plugin.php:616
134
  #, fuzzy
135
  msgid "Photos"
136
  msgstr "Fotoğraf"
137
 
138
- #: gallery-plugin.php:617
139
- #: gallery-plugin.php:954
 
140
  msgid "Date"
141
  msgstr "Tarih"
142
 
143
- #: gallery-plugin.php:770
144
  msgid "Settings are saved"
145
  msgstr "Ayarlar kaydedildi"
146
 
147
- #: gallery-plugin.php:783
148
  #, fuzzy
149
  msgid "All plugin settings were restored."
150
  msgstr "Eklenti ayarları: ("
151
 
152
- #: gallery-plugin.php:795
153
  msgid "Gallery Settings"
154
  msgstr "Galeri ayarları"
155
 
156
- #: gallery-plugin.php:798
157
- #: gallery-plugin.php:1134
158
  msgid "FAQ"
159
  msgstr "SSS"
160
 
161
- #: gallery-plugin.php:799
162
  msgid "Go PRO"
163
  msgstr ""
164
 
165
- #: gallery-plugin.php:809
166
  #, fuzzy
167
  msgid "Please enable JavaScript to use the option to renew images."
168
  msgstr "Uploader'ı kullanmak için JavaScript desteğini aktifleştirmelisiniz."
169
 
170
- #: gallery-plugin.php:810
171
- msgid "Notice:"
172
- msgstr ""
173
-
174
- #: gallery-plugin.php:810
175
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
176
  msgstr ""
177
 
178
- #: gallery-plugin.php:811
179
- msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
180
- 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:"
181
-
182
- #: gallery-plugin.php:816
183
  msgid "Update images for gallery"
184
  msgstr ""
185
 
186
- #: gallery-plugin.php:818
187
  #, fuzzy
188
  msgid "Update images"
189
  msgstr "görselleri sırala"
190
 
191
- #: gallery-plugin.php:826
192
  msgid "Image size for the album cover"
193
  msgstr "Albüm kapağı için resim boyuru"
194
 
195
- #: gallery-plugin.php:828
196
- #: gallery-plugin.php:842
197
- #: gallery-plugin.php:864
198
  msgid "Image size"
199
  msgstr "Resim boyutu"
200
 
201
- #: gallery-plugin.php:831
202
- #: gallery-plugin.php:845
203
  msgid "Width (in px)"
204
  msgstr "Yatay boyut (px)"
205
 
206
- #: gallery-plugin.php:835
207
- #: gallery-plugin.php:849
208
  msgid "Height (in px)"
209
  msgstr "Yükseklik (px)"
210
 
211
- #: gallery-plugin.php:840
212
  #, fuzzy
213
  msgid "Image size for thumbnails"
214
  msgstr "Albüm kapağı için resim boyuru"
215
 
216
- #: gallery-plugin.php:854
217
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
218
  msgstr "Yeni bir resim yüklediğinizde Wordpress belirlernen boyutlarda bir thumbnail oluşturacaktır."
219
 
220
- #: gallery-plugin.php:862
 
 
 
 
 
 
221
  #, fuzzy
222
  msgid "Image size in the lightbox"
223
  msgstr "Lightbox içerisindeki resim boyutu"
224
 
225
- #: gallery-plugin.php:865
226
  msgid "Max width (in px)"
227
  msgstr "Maksimum yatay boyut (px)"
228
 
229
- #: gallery-plugin.php:866
230
  msgid "Max height (in px)"
231
  msgstr "Maksimum yükseklik (px)"
232
 
233
- #: gallery-plugin.php:867
234
  msgid "Display a full size image in the lightbox"
235
  msgstr "Lightbox içerisinde tam boyutlu resim göster"
236
 
237
- #: gallery-plugin.php:871
238
  msgid "Crop position"
239
  msgstr "Kırpma konumu"
240
 
241
- #: gallery-plugin.php:875
242
- #: gallery-plugin.php:881
243
  msgid "center"
244
  msgstr "orta"
245
 
246
- #: gallery-plugin.php:877
247
  msgid "Horizontal"
248
  msgstr "Yatay"
249
 
250
- #: gallery-plugin.php:883
251
  msgid "Vertical"
252
  msgstr "Dikey"
253
 
254
- #: gallery-plugin.php:888
255
  msgid "Lightbox background"
256
  msgstr "Lightbox arkaplanı"
257
 
258
- #: gallery-plugin.php:891
259
  msgid "Background transparency (from 0 to 1)"
260
  msgstr "Arkaplan saydamlığı (0 - 10 arasında)"
261
 
262
- #: gallery-plugin.php:892
263
  msgid "Select a background color"
264
  msgstr "Arkaplan rengi seçiniz"
265
 
266
- #: gallery-plugin.php:897
267
- #: gallery-plugin.php:1077
268
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
269
  msgstr ""
270
 
271
- #: gallery-plugin.php:904
272
- #: gallery-plugin.php:1084
273
  msgid "Unlock premium options by upgrading to Pro version"
274
  msgstr ""
275
 
276
- #: gallery-plugin.php:908
277
- #: gallery-plugin.php:1088
278
  msgid "Start Your Trial"
279
  msgstr ""
280
 
281
- #: gallery-plugin.php:909
282
- #: gallery-plugin.php:1089
 
283
  msgid "or"
284
  msgstr ""
285
 
286
- #: gallery-plugin.php:911
287
- #: gallery-plugin.php:1091
288
  #, fuzzy
289
  msgid "Learn More"
290
  msgstr "Devamını Oku"
291
 
292
- #: gallery-plugin.php:918
293
  msgid "Images with border"
294
  msgstr "Çerçeveli resimler"
295
 
296
- #: gallery-plugin.php:921
297
  msgid "Border width in px, just numbers"
298
  msgstr "Çerçeve kalınlığı (px) [sadece sayı yazınız]"
299
 
300
- #: gallery-plugin.php:922
301
  msgid "Select a border color"
302
  msgstr "Çerçeve rengi seçiniz"
303
 
304
- #: gallery-plugin.php:926
305
  msgid "Number of images in the row"
306
  msgstr "Bir satırdaki resim sayısı"
307
 
308
- #: gallery-plugin.php:932
309
  msgid "Start slideshow"
310
  msgstr "Slayt gösterisini başlat"
311
 
312
- #: gallery-plugin.php:938
313
  msgid "Slideshow interval"
314
  msgstr "Slayt gösterisi sıklığı"
315
 
316
- #: gallery-plugin.php:944
317
  msgid "Use single lightbox for multiple galleries on one page"
318
  msgstr ""
319
 
320
- #: gallery-plugin.php:950
321
  msgid "Sort images by"
322
  msgstr "Resimleri sırala buna göre sırala"
323
 
324
- #: gallery-plugin.php:952
325
  msgid "Attachment ID"
326
  msgstr "Ek ID"
327
 
328
- #: gallery-plugin.php:953
329
  msgid "Image Name"
330
  msgstr "Resim İsmi"
331
 
332
- #: gallery-plugin.php:955
333
  msgid "Sorting order in the Gallery"
334
  msgstr ""
335
 
336
- #: gallery-plugin.php:956
 
337
  msgid "Random"
338
  msgstr "Rastgele"
339
 
340
- #: gallery-plugin.php:960
341
  msgid "Sort images"
342
  msgstr "Resimleri sırala"
343
 
344
- #: gallery-plugin.php:962
 
345
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
346
  msgstr "Artan Sırada (1,2,3; a,b,c)"
347
 
348
- #: gallery-plugin.php:963
 
349
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
350
  msgstr "Azalan Sırada (3,2,1;c,b,a)"
351
 
352
- #: gallery-plugin.php:967
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
353
  #, fuzzy
354
  msgid "Display text under the image"
355
  msgstr "Görsel üzerinde yazı göster"
356
 
357
- #: gallery-plugin.php:969
358
  #, fuzzy
359
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
360
  msgstr "Eğer lightbox içerisinde yazı göstermek isterseniz"
361
 
362
- #: gallery-plugin.php:973
363
  msgid "Display the Back link"
364
  msgstr "Geri linkini göster"
365
 
366
- #: gallery-plugin.php:979
367
  msgid "Display the Back link in the shortcode"
368
  msgstr "Kısa kodda Geri linkini göster"
369
 
370
- #: gallery-plugin.php:985
371
  msgid "The Back link text"
372
  msgstr "Geri linki başlığı"
373
 
374
- #: gallery-plugin.php:991
375
  msgid "The Back link URL"
376
  msgstr "Geri linki URL'si"
377
 
378
- #: gallery-plugin.php:993
379
  msgid "Gallery page (Page with Gallery Template)"
380
  msgstr "Galeri sayfası"
381
 
382
- #: gallery-plugin.php:995
383
  msgid "(Full URL to custom page)"
384
  msgstr "(Özel sayfaya(custom page) tam link)"
385
 
386
- #: gallery-plugin.php:999
387
  msgid "The Read More link text"
388
  msgstr "Devamını oku linki için etiket"
389
 
390
- #: gallery-plugin.php:1005
391
  msgid "Add gallery to the search"
392
  msgstr ""
393
 
394
- #: gallery-plugin.php:1010
395
- #: gallery-plugin.php:1013
396
- #: gallery-plugin.php:1017
397
  msgid "Using"
398
  msgstr ""
399
 
400
- #: gallery-plugin.php:1010
401
- #: gallery-plugin.php:1013
402
- #: gallery-plugin.php:1017
403
  msgid "powered by"
404
  msgstr ""
405
 
406
- #: gallery-plugin.php:1013
407
- #: gallery-plugin.php:1236
408
  #, fuzzy
409
  msgid "Activate"
410
  msgstr "Etkinleştirilmiş eklentiler"
411
 
412
- #: gallery-plugin.php:1017
413
  msgid "Download"
414
  msgstr ""
415
 
416
- #: gallery-plugin.php:1022
417
  msgid "Rewrite templates after update"
418
  msgstr ""
419
 
420
- #: gallery-plugin.php:1024
421
  #, php-format
422
  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"
423
  msgstr ""
424
 
425
- #: gallery-plugin.php:1033
426
  msgid "Use pagination for images"
427
  msgstr ""
428
 
429
- #: gallery-plugin.php:1036
430
  msgid "per page"
431
  msgstr ""
432
 
433
- #: gallery-plugin.php:1040
434
  msgid "The lightbox helper"
435
  msgstr ""
436
 
437
- #: gallery-plugin.php:1042
438
  msgid "Do not use"
439
  msgstr ""
440
 
441
- #: gallery-plugin.php:1043
442
  msgid "Button helper"
443
  msgstr ""
444
 
445
- #: gallery-plugin.php:1044
446
  msgid "Thumbnail helper"
447
  msgstr ""
448
 
449
- #: gallery-plugin.php:1048
450
  msgid "Display Like buttons in the lightbox"
451
  msgstr "Lightbox içerisinde beğen butonlarını göster"
452
 
453
- #: gallery-plugin.php:1050
454
  msgid "FaceBook"
455
  msgstr "Facebook"
456
 
457
- #: gallery-plugin.php:1051
458
  msgid "Twitter"
459
  msgstr "Twitter"
460
 
461
- #: gallery-plugin.php:1052
462
  msgid "Pinterest"
463
  msgstr "Pinterest"
464
 
465
- #: gallery-plugin.php:1053
466
  msgid "Google +1"
467
  msgstr "Google +1"
468
 
469
- #: gallery-plugin.php:1057
470
  #, fuzzy
471
  msgid "Slug for gallery item"
472
  msgstr "Розмір зображення галерея"
473
 
474
- #: gallery-plugin.php:1059
475
  msgid "for any structure of permalinks except the default structure"
476
  msgstr ""
477
 
478
- #: gallery-plugin.php:1063
479
  msgid "Title for lightbox button"
480
  msgstr ""
481
 
482
- #: gallery-plugin.php:1069
483
  msgid "Display all images in the lightbox instead of going into a single gallery"
484
  msgstr ""
485
 
486
- #: gallery-plugin.php:1072
487
  #, php-format
488
  msgid "When using the gallery template or a shortcode with `%s` parameter"
489
  msgstr ""
490
 
491
- #: gallery-plugin.php:1098
492
  msgid "Save Changes"
493
  msgstr "Değişiklikleri Kaydet"
494
 
495
- #: gallery-plugin.php:1135
496
  msgid "Support"
497
  msgstr "Destek"
498
 
499
- #: gallery-plugin.php:1202
500
  msgid "Updating images..."
501
  msgstr ""
502
 
503
- #: gallery-plugin.php:1203
504
  #, fuzzy
505
  msgid "No image found."
506
  msgstr "Galeri bulunamadı"
507
 
508
- #: gallery-plugin.php:1204
509
  msgid "All images are updated."
510
  msgstr ""
511
 
512
- #: gallery-plugin.php:1205
513
  msgid "Error."
514
  msgstr ""
515
 
516
- #: gallery-plugin.php:1216
517
  msgid ""
518
  "You are about to delete these items from this gallery.\n"
519
  " 'Cancel' to stop, 'OK' to delete."
520
  msgstr ""
521
 
522
- #: gallery-plugin.php:1217
523
  msgid "Switching to another mode, all unsaved data will be lost. Save data before switching?"
524
  msgstr ""
525
 
526
- #: gallery-plugin.php:1218
527
  msgid "Insert Media"
528
  msgstr ""
529
 
530
- #: gallery-plugin.php:1219
531
  msgid "Insert"
532
  msgstr ""
533
 
534
- #: gallery-plugin.php:1231
535
  #, fuzzy
536
  msgid "Learn more"
537
  msgstr "Devamını Oku"
538
 
539
- #: gallery-plugin.php:1243
540
  #, fuzzy
541
  msgid "Install now"
542
  msgstr "%s yükle"
543
 
544
- #: gallery-plugin.php:1252
545
  msgid "Add multiple gallery categories"
546
  msgstr ""
547
 
548
- #: gallery-plugin.php:1252
549
  msgid "Install Gallery Categories plugin to add unlimited number of categories."
550
  msgstr ""
551
 
552
- #: gallery-plugin.php:1261
553
- msgid "Close"
554
- msgstr ""
555
-
556
- #: gallery-plugin.php:1525
557
  #: template/gallery-single-template.php:101
558
  msgid "Sorry, nothing found."
559
  msgstr "Üzgünüz, sonuç bulunamadı."
560
 
561
- #: gallery-plugin.php:1547
562
  #: template/gallery-single-template.php:120
563
  msgid "Image"
564
  msgstr "Görsel"
565
 
566
- #: gallery-plugin.php:1547
567
  #: template/gallery-single-template.php:19
568
  msgid "Download high resolution image"
569
  msgstr "Yüksek çözünürlüklü görseli indir"
570
 
571
- #: gallery-plugin.php:1677
572
  #, fuzzy
573
  msgid "Image size not defined"
574
  msgstr "Resim boyutu"
575
 
576
- #: gallery-plugin.php:1692
577
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
578
  msgstr ""
579
 
580
- #: gallery-plugin.php:1703
581
  msgid "Image size changes not defined"
582
  msgstr ""
583
 
584
- #: gallery-plugin.php:1732
585
- #: gallery-plugin.php:1735
586
- #: gallery-plugin.php:1740
587
  msgid "Invalid path"
588
  msgstr ""
589
 
590
- #: gallery-plugin.php:1889
591
  msgid "Add images requires JavaScript."
592
  msgstr ""
593
 
594
- #: gallery-plugin.php:1892
595
  msgid "Add Media"
596
  msgstr ""
597
 
598
- #: gallery-plugin.php:1902
599
  msgid "The grid view for the Gallery images requires JavaScript."
600
  msgstr ""
601
 
602
- #: gallery-plugin.php:1902
603
  msgid "Switch to the list view"
604
  msgstr ""
605
 
606
- #: gallery-plugin.php:1929
607
  msgid "List View"
608
  msgstr ""
609
 
610
- #: gallery-plugin.php:1930
611
  msgid "Grid View"
612
  msgstr ""
613
 
614
- #: gallery-plugin.php:1987
615
  msgid "Filter"
616
  msgstr ""
617
 
618
- #: gallery-plugin.php:1991
619
  msgid "Empty Trash"
620
  msgstr ""
621
 
622
- #: gallery-plugin.php:2012
623
  #, fuzzy
624
  msgid "No images found"
625
  msgstr "Galeri bulunamadı"
626
 
627
- #: gallery-plugin.php:2066
628
  msgid "Select bulk action"
629
  msgstr ""
630
 
631
- #: gallery-plugin.php:2068
632
  msgid "Bulk Actions"
633
  msgstr ""
634
 
635
- #: gallery-plugin.php:2078
636
  msgid "Apply"
637
  msgstr ""
638
 
639
- #: gallery-plugin.php:2085
640
- #: gallery-plugin.php:2264
641
  #, fuzzy
642
  msgid "Delete from Gallery"
643
  msgstr "Yeni Galeri"
644
 
645
- #: gallery-plugin.php:2098
646
- #: gallery-plugin.php:2112
647
  #, fuzzy
648
  msgid "Display link to the original file under each image in the lightbox"
649
  msgstr "Lightbox içerisinde tam boyutlu resim göster"
650
 
651
- #: gallery-plugin.php:2107
652
  msgid "Bulk Select"
653
  msgstr ""
654
 
655
- #: gallery-plugin.php:2109
656
  msgid "Cancel Selection"
657
  msgstr ""
658
 
659
- #: gallery-plugin.php:2110
660
  msgid "Delete Selected"
661
  msgstr ""
662
 
663
- #: gallery-plugin.php:2124
664
  msgid "File"
665
  msgstr ""
666
 
667
- #: gallery-plugin.php:2125
668
- #: gallery-plugin.php:2213
669
- #: gallery-plugin.php:2321
670
  msgid "Dimensions"
671
  msgstr ""
672
 
673
- #: gallery-plugin.php:2127
674
- #: gallery-plugin.php:2246
675
- #: gallery-plugin.php:2331
676
  msgid "Alt tag"
677
  msgstr ""
678
 
679
- #: gallery-plugin.php:2127
680
- #: gallery-plugin.php:2248
681
  msgid "The alt attribute specifies an alternate text for an image, if the image cannot be displayed."
682
  msgstr ""
683
 
684
- #: gallery-plugin.php:2128
685
- #: gallery-plugin.php:2254
686
- #: gallery-plugin.php:2336
687
  msgid "Custom URL"
688
  msgstr ""
689
 
690
- #: gallery-plugin.php:2128
691
- #: gallery-plugin.php:2256
692
  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)"
693
  msgstr ""
694
 
695
- #: gallery-plugin.php:2205
696
  msgid "Deselect"
697
  msgstr ""
698
 
699
- #: gallery-plugin.php:2211
700
  msgid "File name"
701
  msgstr ""
702
 
703
- #: gallery-plugin.php:2212
704
  msgid "File type"
705
  msgstr ""
706
 
707
- #: gallery-plugin.php:2216
 
708
  #, fuzzy
709
  msgid "Edit Attachment Info"
710
  msgstr "Ek ID"
711
 
712
- #: gallery-plugin.php:2216
713
  #, fuzzy
714
  msgid "Edit Attachment"
715
  msgstr "Ek ID"
716
 
717
- #: gallery-plugin.php:2226
718
  msgid "Go Pro"
719
  msgstr ""
720
 
721
- #: gallery-plugin.php:2226
722
  msgid "Pro version"
723
  msgstr ""
724
 
725
- #: gallery-plugin.php:2229
726
  msgid "This setting is available in Pro version"
727
  msgstr "Bu ayar Pro verisyonda yapılabilir"
728
 
729
- #: gallery-plugin.php:2262
730
  msgid "Edit more details"
731
  msgstr ""
732
 
733
- #: gallery-plugin.php:2297
734
  #, php-format
735
  msgid "Select %s"
736
  msgstr ""
737
 
738
- #: gallery-plugin.php:2310
739
  #, php-format
740
  msgid "Edit &#8220;%s&#8221;"
741
  msgstr ""
742
 
743
- #: gallery-plugin.php:2354
744
- #: gallery-plugin.php:2367
745
  msgid "Edit"
746
  msgstr ""
747
 
748
- #: gallery-plugin.php:2357
749
- #: gallery-plugin.php:2372
750
  msgid "Trash"
751
  msgstr ""
752
 
753
- #: gallery-plugin.php:2360
754
- #: gallery-plugin.php:2375
755
  msgid "Delete Permanently"
756
  msgstr ""
757
 
758
- #: gallery-plugin.php:2362
759
- #: gallery-plugin.php:2380
760
  #, php-format
761
  msgid "View &#8220;%s&#8221;"
762
  msgstr ""
763
 
764
- #: gallery-plugin.php:2362
765
- #: gallery-plugin.php:2380
766
  msgid "View"
767
  msgstr ""
768
 
769
- #: gallery-plugin.php:2364
770
  #, fuzzy
771
  msgid "Attach"
772
  msgstr "Ek ID"
773
 
774
- #: gallery-plugin.php:2370
775
  msgid "Restore"
776
  msgstr ""
777
 
778
- #: gallery-plugin.php:2501
779
  msgid "Warning"
780
  msgstr ""
781
 
782
- #: gallery-plugin.php:2501
783
  msgid "You can add only images to the gallery"
784
  msgstr ""
785
 
786
- #: gallery-plugin.php:2532
787
  #, fuzzy
788
  msgid "Sorry, no gallery found."
789
  msgstr "Üzgünüz, sonuç bulunamadı."
790
 
791
- #: gallery-plugin.php:2538
792
  #, fuzzy
793
  msgid "Display an album image with the description and the link to a single gallery page"
794
  msgstr "Eğer Galeri sayfasına link içeren galeri önizlemesi eklemek isterseniz aşağıdaki kodu yapıştırınız"
@@ -969,11 +1012,6 @@ msgstr "Galeri resim boyutu"
969
  #~ msgid "Background color"
970
  #~ msgstr "Arka plan rengi"
971
 
972
- #~ msgid ""
973
- #~ "Sorting order (the input field for sorting order in the Insert / Upload "
974
- #~ "Media Gallery dialog)"
975
- #~ msgstr "Sıralama"
976
-
977
  #~ msgid "left"
978
  #~ msgstr "sol"
979
 
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"
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"
1012
  #~ msgid "Background color"
1013
  #~ msgstr "Arka plan rengi"
1014
 
 
 
 
 
 
1015
  #~ msgid "left"
1016
  #~ msgstr "sol"
1017
 
languages/gallery-plugin-uk.mo CHANGED
Binary file
languages/gallery-plugin-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-09-14 16:21+0300\n"
6
- "PO-Revision-Date: 2015-09-14 16:21+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"
@@ -17,9 +17,9 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:45
20
- #: gallery-plugin.php:805
21
- #: gallery-plugin.php:1141
22
- #: gallery-plugin.php:1158
23
  msgid "Settings"
24
  msgstr "Налаштування"
25
 
@@ -31,472 +31,512 @@ msgstr "Дивитися зображення &raquo;"
31
  msgid "Return to all albums"
32
  msgstr "Повернутись до всіх альбомів"
33
 
34
- #: gallery-plugin.php:340
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:350
40
- #: gallery-plugin.php:359
41
  msgid "Galleries"
42
  msgstr "Галереї"
43
 
44
- #: gallery-plugin.php:351
45
- #: gallery-plugin.php:2554
46
  msgid "Gallery"
47
  msgstr "Галерея"
48
 
49
- #: gallery-plugin.php:352
50
  msgid "Add New Gallery"
51
  msgstr "Додати нову галерею"
52
 
53
- #: gallery-plugin.php:353
54
  msgid "Edit Gallery"
55
  msgstr "Редагувати галерею"
56
 
57
- #: gallery-plugin.php:354
58
  msgid "New Gallery"
59
  msgstr "Нова галерея"
60
 
61
- #: gallery-plugin.php:355
62
  msgid "View Gallery"
63
  msgstr "Переглянути галерею"
64
 
65
- #: gallery-plugin.php:356
66
  msgid "Search Galleries"
67
  msgstr "Шукати Галереї"
68
 
69
- #: gallery-plugin.php:357
70
  msgid "No Gallery found"
71
  msgstr "Галерею не знайдено"
72
 
73
- #: gallery-plugin.php:414
74
  msgid "Gallery Shortcode"
75
  msgstr "Шорткод галереї"
76
 
77
- #: gallery-plugin.php:416
78
- #: gallery-plugin.php:448
79
- #: gallery-plugin.php:2540
80
  msgid "Gallery Categories"
81
  msgstr "Категорії галерей"
82
 
83
- #: gallery-plugin.php:425
 
 
 
 
 
 
 
 
 
 
 
84
  msgid "Add this shortcode to a page, post or widget to display a single gallery"
85
  msgstr "Додати цей шорткод у сторінку, пост чи віджет для відображення галереї"
86
 
87
- #: gallery-plugin.php:428
88
  msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
89
  msgstr "Вивести короткий опис зі скріншотом та посиланням на сторінку з галереєю"
90
 
91
- #: gallery-plugin.php:430
92
  msgid "Short display"
93
  msgstr "Скорочене відображення"
94
 
95
- #: gallery-plugin.php:449
96
  msgid "Most Used"
97
  msgstr "Часто вживані"
98
 
99
- #: gallery-plugin.php:454
100
- #: gallery-plugin.php:898
101
  msgid "Default"
102
  msgstr "за замовчуванням"
103
 
104
- #: gallery-plugin.php:459
105
  msgid "Add New Gallery Category"
106
  msgstr "Додати нову категорію галерей"
107
 
108
- #: gallery-plugin.php:466
109
  msgid "Install plugin"
110
  msgstr "Встановити плагін"
111
 
112
- #: gallery-plugin.php:621
113
- #: gallery-plugin.php:2134
114
- #: gallery-plugin.php:2248
115
- #: gallery-plugin.php:2334
 
116
  msgid "Title"
117
  msgstr "Назва"
118
 
119
- #: gallery-plugin.php:622
 
120
  msgid "Author"
121
  msgstr "Автор"
122
 
123
- #: gallery-plugin.php:623
124
  msgid "Shortcode"
125
  msgstr "Шорткод"
126
 
127
- #: gallery-plugin.php:624
128
  msgid "Photos"
129
  msgstr "Фото"
130
 
131
- #: gallery-plugin.php:625
132
- #: gallery-plugin.php:962
 
133
  msgid "Date"
134
  msgstr "Дата"
135
 
136
- #: gallery-plugin.php:778
137
  msgid "Settings are saved"
138
  msgstr "Налаштування збережено"
139
 
140
- #: gallery-plugin.php:791
141
  msgid "All plugin settings were restored."
142
  msgstr "Налаштування плагіну відновлені."
143
 
144
- #: gallery-plugin.php:803
145
  msgid "Gallery Settings"
146
  msgstr "Налаштування Gallery"
147
 
148
- #: gallery-plugin.php:806
149
- #: gallery-plugin.php:1142
150
  msgid "FAQ"
151
  msgstr "FAQ"
152
 
153
- #: gallery-plugin.php:807
154
  msgid "Go PRO"
155
  msgstr "Придбати PRO версію"
156
 
157
- #: gallery-plugin.php:817
158
  msgid "Please enable JavaScript to use the option to renew images."
159
  msgstr "Будь ласка, увімкніть JavaScript для використання опції оновлення зображень."
160
 
161
- #: gallery-plugin.php:818
162
- msgid "Notice:"
163
- msgstr "Зверніть увагу:"
164
-
165
- #: gallery-plugin.php:818
166
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
167
- msgstr "Налаштування плагіну змінились. Щоб зберегти їх, клікніть на \"Зберегти зміни\" при виході."
168
-
169
- #: gallery-plugin.php:819
170
- msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
171
- msgstr "Якщо ви хочете додати галерею на вашу сторінку або пост, просто скопіюйте та розмістіть цей шорткод в контент вашого посту або сторінки:"
172
 
173
- #: gallery-plugin.php:824
174
  msgid "Update images for gallery"
175
  msgstr "Оновити всі зображення галереї"
176
 
177
- #: gallery-plugin.php:826
178
  msgid "Update images"
179
  msgstr "Оновити зображення"
180
 
181
- #: gallery-plugin.php:834
182
  msgid "Image size for the album cover"
183
  msgstr "Розмір зображення для обкладинки альбому"
184
 
185
- #: gallery-plugin.php:836
186
- #: gallery-plugin.php:850
187
- #: gallery-plugin.php:872
188
  msgid "Image size"
189
  msgstr "Розмір зображення"
190
 
191
- #: gallery-plugin.php:839
192
- #: gallery-plugin.php:853
193
  msgid "Width (in px)"
194
  msgstr "Ширина (в px)"
195
 
196
- #: gallery-plugin.php:843
197
- #: gallery-plugin.php:857
198
  msgid "Height (in px)"
199
  msgstr "Висота (в px)"
200
 
201
- #: gallery-plugin.php:848
202
  msgid "Image size for thumbnails"
203
  msgstr "Розмір зображення для мініатюр"
204
 
205
- #: gallery-plugin.php:862
206
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
207
  msgstr "Коли ви завантажите нове зображення, WordPress створить іконки відповідно до заданих розмірів."
208
 
209
- #: gallery-plugin.php:870
 
 
 
 
 
 
210
  msgid "Image size in the lightbox"
211
  msgstr "Розмір зображень в лайтбоксі"
212
 
213
- #: gallery-plugin.php:873
214
  msgid "Max width (in px)"
215
  msgstr "Макс. ширина (в px)"
216
 
217
- #: gallery-plugin.php:874
218
  msgid "Max height (in px)"
219
  msgstr "Макс. висота (в px)"
220
 
221
- #: gallery-plugin.php:875
222
  msgid "Display a full size image in the lightbox"
223
  msgstr "Відображати повне зображення в лайтбоксі"
224
 
225
- #: gallery-plugin.php:879
226
  msgid "Crop position"
227
  msgstr "Обрізання"
228
 
229
- #: gallery-plugin.php:883
230
- #: gallery-plugin.php:889
231
  msgid "center"
232
  msgstr "центр"
233
 
234
- #: gallery-plugin.php:885
235
  msgid "Horizontal"
236
  msgstr "Горизонтальна"
237
 
238
- #: gallery-plugin.php:891
239
  msgid "Vertical"
240
  msgstr "Вертикальна"
241
 
242
- #: gallery-plugin.php:896
243
  msgid "Lightbox background"
244
  msgstr "Фон лайтбоксу"
245
 
246
- #: gallery-plugin.php:899
247
  msgid "Background transparency (from 0 to 1)"
248
  msgstr "Прозорість фону (від 0 до 1)"
249
 
250
- #: gallery-plugin.php:900
251
  msgid "Select a background color"
252
  msgstr "Виберіть колір фону"
253
 
254
- #: gallery-plugin.php:905
255
- #: gallery-plugin.php:1085
256
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
257
  msgstr "Якщо ви перейшли на PRO версію, всі налаштування і галереї буде збережено."
258
 
259
- #: gallery-plugin.php:912
260
- #: gallery-plugin.php:1092
261
  msgid "Unlock premium options by upgrading to Pro version"
262
  msgstr "Відкрийте додаткові опції, перейшовши на Pro версію"
263
 
264
- #: gallery-plugin.php:916
265
- #: gallery-plugin.php:1096
266
  msgid "Start Your Trial"
267
  msgstr "Отримати пробну версію"
268
 
269
- #: gallery-plugin.php:917
270
- #: gallery-plugin.php:1097
271
- #: gallery-plugin.php:2542
272
  msgid "or"
273
  msgstr "або"
274
 
275
- #: gallery-plugin.php:919
276
- #: gallery-plugin.php:1099
277
  msgid "Learn More"
278
  msgstr "Дізнатись більше"
279
 
280
- #: gallery-plugin.php:926
281
  msgid "Images with border"
282
  msgstr "Зображення з рамкою"
283
 
284
- #: gallery-plugin.php:929
285
  msgid "Border width in px, just numbers"
286
  msgstr "Ширина рамки у пікселях, тільки числа"
287
 
288
- #: gallery-plugin.php:930
289
  msgid "Select a border color"
290
  msgstr "Виберіть колір рамки"
291
 
292
- #: gallery-plugin.php:934
293
  msgid "Number of images in the row"
294
  msgstr "Кількість зображень у рядку"
295
 
296
- #: gallery-plugin.php:940
297
  msgid "Start slideshow"
298
  msgstr "Розпочати слайд-шоу"
299
 
300
- #: gallery-plugin.php:946
301
  msgid "Slideshow interval"
302
  msgstr "Інтервал між слайдами"
303
 
304
- #: gallery-plugin.php:952
305
  msgid "Use single lightbox for multiple galleries on one page"
306
  msgstr "Використовувати один лайтбокс для багатьох галерей на сторінці"
307
 
308
- #: gallery-plugin.php:958
309
  msgid "Sort images by"
310
  msgstr "Сортувати зображення за"
311
 
312
- #: gallery-plugin.php:960
313
  msgid "Attachment ID"
314
  msgstr "ID зображення"
315
 
316
- #: gallery-plugin.php:961
317
  msgid "Image Name"
318
  msgstr "Назва зображення"
319
 
320
- #: gallery-plugin.php:963
321
  msgid "Sorting order in the Gallery"
322
  msgstr "Порядок сортування в галереї"
323
 
324
- #: gallery-plugin.php:964
 
325
  msgid "Random"
326
  msgstr "Довільно"
327
 
328
- #: gallery-plugin.php:968
329
  msgid "Sort images"
330
  msgstr "Сортувати зображення"
331
 
332
- #: gallery-plugin.php:970
 
333
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
334
  msgstr "ASC (в порядку зростання від найменшого до найбільшого значення - 1, 2, 3; a, b, c)"
335
 
336
- #: gallery-plugin.php:971
 
337
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
338
  msgstr "DESC (в порядку зменшення від найбільшого до найменшого значення - 3, 2, 1; c, b, a)"
339
 
340
- #: gallery-plugin.php:975
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
341
  msgid "Display text under the image"
342
  msgstr "Відображати текст під зображенням"
343
 
344
- #: gallery-plugin.php:977
345
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
346
  msgstr "Приберіть позначку, якщо ви хочете відображати текст тільки у лайтбоксі"
347
 
348
- #: gallery-plugin.php:981
349
  msgid "Display the Back link"
350
  msgstr "Відображати посилання Назад"
351
 
352
- #: gallery-plugin.php:987
353
  msgid "Display the Back link in the shortcode"
354
  msgstr "Відображати посилання Назад у шорткоді"
355
 
356
- #: gallery-plugin.php:993
357
  msgid "The Back link text"
358
  msgstr "Текст для посилання Назад"
359
 
360
- #: gallery-plugin.php:999
361
  msgid "The Back link URL"
362
  msgstr "URL для посилання Назад"
363
 
364
- #: gallery-plugin.php:1001
365
  msgid "Gallery page (Page with Gallery Template)"
366
  msgstr "Сторінка галереї (сторінка з шаблоном галереї)"
367
 
368
- #: gallery-plugin.php:1003
369
  msgid "(Full URL to custom page)"
370
  msgstr "(Повне посилання на сторінку користувача)"
371
 
372
- #: gallery-plugin.php:1007
373
  msgid "The Read More link text"
374
  msgstr "Текст для посилання Дізнатися більше"
375
 
376
- #: gallery-plugin.php:1013
377
  msgid "Add gallery to the search"
378
  msgstr "Додати галерею до пошуку"
379
 
380
- #: gallery-plugin.php:1018
381
- #: gallery-plugin.php:1021
382
- #: gallery-plugin.php:1025
383
  msgid "Using"
384
  msgstr "Використовуючи"
385
 
386
- #: gallery-plugin.php:1018
387
- #: gallery-plugin.php:1021
388
- #: gallery-plugin.php:1025
389
  msgid "powered by"
390
  msgstr "розроблений"
391
 
392
- #: gallery-plugin.php:1021
393
- #: gallery-plugin.php:1244
394
  msgid "Activate"
395
  msgstr "Активувати"
396
 
397
- #: gallery-plugin.php:1025
398
  msgid "Download"
399
  msgstr "Завантажити"
400
 
401
- #: gallery-plugin.php:1030
402
  msgid "Rewrite templates after update"
403
  msgstr "Перезаписати шаблони після оновлення"
404
 
405
- #: gallery-plugin.php:1032
406
  #, php-format
407
  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"
408
  msgstr "Приберіть галочку, якщо ви редагували файл '%s' або '%s' в теці тем і не хочете перезаписати зміни"
409
 
410
- #: gallery-plugin.php:1041
411
  msgid "Use pagination for images"
412
  msgstr "Використовувати пагінацію для зображень"
413
 
414
- #: gallery-plugin.php:1044
415
  msgid "per page"
416
  msgstr "на сторінці"
417
 
418
- #: gallery-plugin.php:1048
419
  msgid "The lightbox helper"
420
  msgstr "Допоміжний елемент лайтбоксу"
421
 
422
- #: gallery-plugin.php:1050
423
  msgid "Do not use"
424
  msgstr "Не використовувати"
425
 
426
- #: gallery-plugin.php:1051
427
  msgid "Button helper"
428
  msgstr "Допоміжні кнопоки"
429
 
430
- #: gallery-plugin.php:1052
431
  msgid "Thumbnail helper"
432
  msgstr "Допоміжні мініатюри"
433
 
434
- #: gallery-plugin.php:1056
435
  msgid "Display Like buttons in the lightbox"
436
  msgstr "Відображати кнопки Подобається у лайтбоксі"
437
 
438
- #: gallery-plugin.php:1058
439
  msgid "FaceBook"
440
  msgstr "FaceBook"
441
 
442
- #: gallery-plugin.php:1059
443
  msgid "Twitter"
444
  msgstr "Twitter"
445
 
446
- #: gallery-plugin.php:1060
447
  msgid "Pinterest"
448
  msgstr "Pinterest"
449
 
450
- #: gallery-plugin.php:1061
451
  msgid "Google +1"
452
  msgstr "Google +1"
453
 
454
- #: gallery-plugin.php:1065
455
  msgid "Slug for gallery item"
456
  msgstr "Назва для елементів галереї"
457
 
458
- #: gallery-plugin.php:1067
459
  msgid "for any structure of permalinks except the default structure"
460
  msgstr "для будь-якої структури посилань, за винятком стандартної структури"
461
 
462
- #: gallery-plugin.php:1071
463
  msgid "Title for lightbox button"
464
  msgstr "Назва кнопки лайтбоксу"
465
 
466
- #: gallery-plugin.php:1077
467
  msgid "Display all images in the lightbox instead of going into a single gallery"
468
  msgstr "Відображати всі зображення у лайтбоксі замість переходу до окремої галереї"
469
 
470
- #: gallery-plugin.php:1080
471
  #, php-format
472
  msgid "When using the gallery template or a shortcode with `%s` parameter"
473
  msgstr "Коли використовується темплейт галереї або шорткод з параметром `%s`"
474
 
475
- #: gallery-plugin.php:1106
476
  msgid "Save Changes"
477
  msgstr "Зберегти зміни"
478
 
479
- #: gallery-plugin.php:1143
480
  msgid "Support"
481
  msgstr "Підтримка"
482
 
483
- #: gallery-plugin.php:1210
484
  msgid "Updating images..."
485
  msgstr "Оновлення зображень…"
486
 
487
- #: gallery-plugin.php:1211
488
  msgid "No image found."
489
  msgstr "Зображення не знайдено."
490
 
491
- #: gallery-plugin.php:1212
492
  msgid "All images are updated."
493
  msgstr "Всі зображення оновлено."
494
 
495
- #: gallery-plugin.php:1213
496
  msgid "Error."
497
  msgstr "Помилка."
498
 
499
- #: gallery-plugin.php:1224
500
  msgid ""
501
  "You are about to delete these items from this gallery.\n"
502
  " 'Cancel' to stop, 'OK' to delete."
@@ -504,266 +544,263 @@ msgstr ""
504
  "Ви збираєтесь видалити вибрані елементи з галереї. \n"
505
  "'Відміна' - скасувати, 'OK' - видалити."
506
 
507
- #: gallery-plugin.php:1225
508
  msgid "Switching to another mode, all unsaved data will be lost. Save data before switching?"
509
  msgstr "При переході на інший режим, всі незбережіні дані будуть втрачені. Зберегти їх перед переходом?"
510
 
511
- #: gallery-plugin.php:1226
512
  msgid "Insert Media"
513
  msgstr "Додати Медіа"
514
 
515
- #: gallery-plugin.php:1227
516
  msgid "Insert"
517
  msgstr "Додати"
518
 
519
- #: gallery-plugin.php:1239
520
  msgid "Learn more"
521
  msgstr "Докладніше"
522
 
523
- #: gallery-plugin.php:1251
524
  msgid "Install now"
525
  msgstr "Встановити"
526
 
527
- #: gallery-plugin.php:1260
528
  msgid "Add multiple gallery categories"
529
  msgstr "Додати декілька категорій галереї"
530
 
531
- #: gallery-plugin.php:1260
532
  msgid "Install Gallery Categories plugin to add unlimited number of categories."
533
  msgstr "Встановити плагін Gallery Categories, щоб мати змогу додати необмежену кількість категорій."
534
 
535
- #: gallery-plugin.php:1269
536
- msgid "Close"
537
- msgstr "Закрити"
538
-
539
- #: gallery-plugin.php:1533
540
  #: template/gallery-single-template.php:101
541
  msgid "Sorry, nothing found."
542
  msgstr "Вибачте, нічого не знайдено."
543
 
544
- #: gallery-plugin.php:1555
545
  #: template/gallery-single-template.php:120
546
  msgid "Image"
547
  msgstr "Зображення"
548
 
549
- #: gallery-plugin.php:1555
550
  #: template/gallery-single-template.php:19
551
  msgid "Download high resolution image"
552
  msgstr "Завантажити зображення у високій якості"
553
 
554
- #: gallery-plugin.php:1685
555
  msgid "Image size not defined"
556
  msgstr "Розмір зображення не визначено"
557
 
558
- #: gallery-plugin.php:1700
559
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
560
  msgstr "Можливі оновлення лише файлів у форматах PNG, JPEG, GIF, WPMP чи XBM. В інших випадках, будь ласка, перезавантажте зображення вручну."
561
 
562
- #: gallery-plugin.php:1711
563
  msgid "Image size changes not defined"
564
  msgstr "Зміни розміру зображення не визначено"
565
 
566
- #: gallery-plugin.php:1740
567
- #: gallery-plugin.php:1743
568
- #: gallery-plugin.php:1748
569
  msgid "Invalid path"
570
  msgstr "Невірний шлях"
571
 
572
- #: gallery-plugin.php:1897
573
  msgid "Add images requires JavaScript."
574
  msgstr "Додавання зображень вимагає використання JavaScript."
575
 
576
- #: gallery-plugin.php:1900
577
  msgid "Add Media"
578
  msgstr "Додати Медіа"
579
 
580
- #: gallery-plugin.php:1910
581
  msgid "The grid view for the Gallery images requires JavaScript."
582
  msgstr "Перегляд зображень таблицею вимагає використання JavaScript."
583
 
584
- #: gallery-plugin.php:1910
585
  msgid "Switch to the list view"
586
  msgstr "Увімкнути перегляд списком"
587
 
588
- #: gallery-plugin.php:1937
589
  msgid "List View"
590
  msgstr "Перегляд списком"
591
 
592
- #: gallery-plugin.php:1938
593
  msgid "Grid View"
594
  msgstr "Перегляд таблицею"
595
 
596
- #: gallery-plugin.php:1995
597
  msgid "Filter"
598
  msgstr "Фільтр"
599
 
600
- #: gallery-plugin.php:1999
601
  msgid "Empty Trash"
602
  msgstr "Спорожнити Корзину"
603
 
604
- #: gallery-plugin.php:2020
605
  msgid "No images found"
606
  msgstr "Зображення не знайдено"
607
 
608
- #: gallery-plugin.php:2074
609
  msgid "Select bulk action"
610
  msgstr "Вибрати гуртові дії"
611
 
612
- #: gallery-plugin.php:2076
613
  msgid "Bulk Actions"
614
  msgstr "Гуртові дії"
615
 
616
- #: gallery-plugin.php:2086
617
  msgid "Apply"
618
  msgstr "Застосувати"
619
 
620
- #: gallery-plugin.php:2093
621
- #: gallery-plugin.php:2272
622
  msgid "Delete from Gallery"
623
  msgstr "Видалити з галереї"
624
 
625
- #: gallery-plugin.php:2106
626
- #: gallery-plugin.php:2120
627
  msgid "Display link to the original file under each image in the lightbox"
628
  msgstr "Відображати лінк на оригінальний файл під кожним зображенням в лайтбоксі"
629
 
630
- #: gallery-plugin.php:2115
631
  msgid "Bulk Select"
632
  msgstr "Гуртовий вибір"
633
 
634
- #: gallery-plugin.php:2117
635
  msgid "Cancel Selection"
636
  msgstr "Скасувати вибір"
637
 
638
- #: gallery-plugin.php:2118
639
  msgid "Delete Selected"
640
  msgstr "Видалити вибране"
641
 
642
- #: gallery-plugin.php:2132
643
  msgid "File"
644
  msgstr "Файл"
645
 
646
- #: gallery-plugin.php:2133
647
- #: gallery-plugin.php:2221
648
- #: gallery-plugin.php:2329
649
  msgid "Dimensions"
650
  msgstr "Розміри"
651
 
652
- #: gallery-plugin.php:2135
653
- #: gallery-plugin.php:2254
654
- #: gallery-plugin.php:2339
655
  msgid "Alt tag"
656
  msgstr "Тег \"Alt\""
657
 
658
- #: gallery-plugin.php:2135
659
- #: gallery-plugin.php:2256
660
  msgid "The alt attribute specifies an alternate text for an image, if the image cannot be displayed."
661
  msgstr "Атрибут Alt визначає альтернативний текст для зображення, якщо зображення не може бути відображене."
662
 
663
- #: gallery-plugin.php:2136
664
- #: gallery-plugin.php:2262
665
- #: gallery-plugin.php:2344
666
  msgid "Custom URL"
667
  msgstr "Кастомний URL"
668
 
669
- #: gallery-plugin.php:2136
670
- #: gallery-plugin.php:2264
671
  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)"
672
  msgstr "Клікаючи на мініатюру, вас буде перенаправлено за посиланням (при умові, якщо поле заповнене), або зображення відкриється в лайтбоксі (якщо поле не заповнене)"
673
 
674
- #: gallery-plugin.php:2213
675
  msgid "Deselect"
676
  msgstr "Скасувати вибір"
677
 
678
- #: gallery-plugin.php:2219
679
  msgid "File name"
680
  msgstr "Назва файлу"
681
 
682
- #: gallery-plugin.php:2220
683
  msgid "File type"
684
  msgstr "Тип файлу"
685
 
686
- #: gallery-plugin.php:2224
 
687
  msgid "Edit Attachment Info"
688
  msgstr "Редагувати інформацію про прикріплений файл"
689
 
690
- #: gallery-plugin.php:2224
691
  msgid "Edit Attachment"
692
  msgstr "Редагувати прикріплений файл"
693
 
694
- #: gallery-plugin.php:2234
695
  msgid "Go Pro"
696
  msgstr "Придбати Pro версію"
697
 
698
- #: gallery-plugin.php:2234
699
  msgid "Pro version"
700
  msgstr "Pro версія"
701
 
702
- #: gallery-plugin.php:2237
703
  msgid "This setting is available in Pro version"
704
  msgstr "Ці установки доступні у PRO версії плагіну"
705
 
706
- #: gallery-plugin.php:2270
707
  msgid "Edit more details"
708
  msgstr "Редагувати деталі"
709
 
710
- #: gallery-plugin.php:2305
711
  #, php-format
712
  msgid "Select %s"
713
  msgstr "Вибрати %s"
714
 
715
- #: gallery-plugin.php:2318
716
  #, php-format
717
  msgid "Edit &#8220;%s&#8221;"
718
  msgstr "Редагувати &#8220;%s&#8221;"
719
 
720
- #: gallery-plugin.php:2362
721
- #: gallery-plugin.php:2375
722
  msgid "Edit"
723
  msgstr "Редагувати"
724
 
725
- #: gallery-plugin.php:2365
726
- #: gallery-plugin.php:2380
727
  msgid "Trash"
728
  msgstr "Корзина"
729
 
730
- #: gallery-plugin.php:2368
731
- #: gallery-plugin.php:2383
732
  msgid "Delete Permanently"
733
  msgstr "Видалити Повністю"
734
 
735
- #: gallery-plugin.php:2370
736
- #: gallery-plugin.php:2388
737
  #, php-format
738
  msgid "View &#8220;%s&#8221;"
739
  msgstr "Перегляд &#8220;%s&#8221;"
740
 
741
- #: gallery-plugin.php:2370
742
- #: gallery-plugin.php:2388
743
  msgid "View"
744
  msgstr "Перегляд"
745
 
746
- #: gallery-plugin.php:2372
747
  msgid "Attach"
748
  msgstr "Прикріпити"
749
 
750
- #: gallery-plugin.php:2378
751
  msgid "Restore"
752
  msgstr "Відновити"
753
 
754
- #: gallery-plugin.php:2509
755
  msgid "Warning"
756
  msgstr "Увага"
757
 
758
- #: gallery-plugin.php:2509
759
  msgid "You can add only images to the gallery"
760
  msgstr "В галерею можна додати лише зображення"
761
 
762
- #: gallery-plugin.php:2556
763
  msgid "Sorry, no gallery found."
764
  msgstr "Вибачте, жодної галереї не знайдено."
765
 
766
- #: gallery-plugin.php:2562
767
  msgid "Display an album image with the description and the link to a single gallery page"
768
  msgstr "Відображати короткий опис зі скріншотом та посиланням на сторінку з галереєю"
769
 
@@ -859,6 +896,16 @@ msgstr "для ознайомлення із можливостями плагі
859
  msgid "Gallery Category"
860
  msgstr "Категорія галерей"
861
 
 
 
 
 
 
 
 
 
 
 
862
  #~ msgid "Using Custom Search powered by"
863
  #~ msgstr "Використовуючи Custom Search, розроблений"
864
 
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"
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
 
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
  "Ви збираєтесь видалити вибрані елементи з галереї. \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
 
896
  msgid "Gallery Category"
897
  msgstr "Категорія галерей"
898
 
899
+ #~ msgid "Notice:"
900
+ #~ msgstr "Зверніть увагу:"
901
+
902
+ #~ msgid ""
903
+ #~ "The plugin's settings have been changed. In order to save them please "
904
+ #~ "don't forget to click the 'Save Changes' button."
905
+ #~ msgstr ""
906
+ #~ "Налаштування плагіну змінились. Щоб зберегти їх, клікніть на \"Зберегти "
907
+ #~ "зміни\" при виході."
908
+
909
  #~ msgid "Using Custom Search powered by"
910
  #~ msgstr "Використовуючи Custom Search, розроблений"
911
 
languages/gallery-plugin-zh_CN.mo CHANGED
Binary file
languages/gallery-plugin-zh_CN.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-09-14 14:34+0300\n"
6
- "PO-Revision-Date: 2015-09-14 14:34+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"
@@ -17,772 +17,815 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:45
20
- #: gallery-plugin.php:797
21
- #: gallery-plugin.php:1133
22
- #: gallery-plugin.php:1150
23
  msgid "Settings"
24
  msgstr "设置"
25
 
26
- #: gallery-plugin.php:105
27
  msgid "See images &raquo;"
28
  msgstr "查看影像 &raquo;"
29
 
30
- #: gallery-plugin.php:108
31
  msgid "Return to all albums"
32
  msgstr ""
33
 
34
- #: gallery-plugin.php:332
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:342
40
- #: gallery-plugin.php:351
41
  msgid "Galleries"
42
  msgstr "画廊"
43
 
44
- #: gallery-plugin.php:343
45
- #: gallery-plugin.php:2530
46
  msgid "Gallery"
47
  msgstr "画廊"
48
 
49
- #: gallery-plugin.php:344
50
  msgid "Add New Gallery"
51
  msgstr "新建画廊"
52
 
53
- #: gallery-plugin.php:345
54
  msgid "Edit Gallery"
55
  msgstr "编辑画廊"
56
 
57
- #: gallery-plugin.php:346
58
  msgid "New Gallery"
59
  msgstr "新画廊"
60
 
61
- #: gallery-plugin.php:347
62
  msgid "View Gallery"
63
  msgstr "浏览画廊"
64
 
65
- #: gallery-plugin.php:348
66
  #, fuzzy
67
  msgid "Search Galleries"
68
  msgstr "画廊"
69
 
70
- #: gallery-plugin.php:349
71
  msgid "No Gallery found"
72
  msgstr "没有找到画廊"
73
 
74
- #: gallery-plugin.php:406
75
  msgid "Gallery Shortcode"
76
  msgstr "画廊代码"
77
 
78
- #: gallery-plugin.php:408
79
- #: gallery-plugin.php:440
 
80
  #, fuzzy
81
  msgid "Gallery Categories"
82
  msgstr "画廊中影像的尺寸"
83
 
84
- #: gallery-plugin.php:417
 
 
 
 
 
 
 
 
 
 
 
85
  msgid "Add this shortcode to a page, post or widget to display a single gallery"
86
  msgstr ""
87
 
88
- #: gallery-plugin.php:420
89
  #, fuzzy
90
  msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
91
  msgstr "如果您想显示一个简述,其包含屏幕截图且具有指向一个图集的链接"
92
 
93
- #: gallery-plugin.php:422
94
  msgid "Short display"
95
  msgstr ""
96
 
97
- #: gallery-plugin.php:441
98
  msgid "Most Used"
99
  msgstr ""
100
 
101
- #: gallery-plugin.php:446
102
- #: gallery-plugin.php:890
103
  msgid "Default"
104
  msgstr "默认"
105
 
106
- #: gallery-plugin.php:451
107
  #, fuzzy
108
  msgid "Add New Gallery Category"
109
  msgstr "新建画廊"
110
 
111
- #: gallery-plugin.php:458
112
  #, fuzzy
113
  msgid "Install plugin"
114
  msgstr "安装插件"
115
 
116
- #: gallery-plugin.php:613
117
- #: gallery-plugin.php:2126
118
- #: gallery-plugin.php:2240
119
- #: gallery-plugin.php:2326
 
120
  msgid "Title"
121
  msgstr "标题"
122
 
123
- #: gallery-plugin.php:614
 
124
  msgid "Author"
125
  msgstr "作者"
126
 
127
- #: gallery-plugin.php:615
128
  #, fuzzy
129
  msgid "Shortcode"
130
  msgstr "画廊代码"
131
 
132
- #: gallery-plugin.php:616
133
  #, fuzzy
134
  msgid "Photos"
135
  msgstr "照片"
136
 
137
- #: gallery-plugin.php:617
138
- #: gallery-plugin.php:954
 
139
  msgid "Date"
140
  msgstr "日期"
141
 
142
- #: gallery-plugin.php:770
143
  msgid "Settings are saved"
144
  msgstr "设置已保存。"
145
 
146
- #: gallery-plugin.php:783
147
  #, fuzzy
148
  msgid "All plugin settings were restored."
149
  msgstr "在插件的设置页面("
150
 
151
- #: gallery-plugin.php:795
152
  msgid "Gallery Settings"
153
  msgstr "画廊设置"
154
 
155
- #: gallery-plugin.php:798
156
- #: gallery-plugin.php:1134
157
  msgid "FAQ"
158
  msgstr "常见问题"
159
 
160
- #: gallery-plugin.php:799
161
  msgid "Go PRO"
162
  msgstr "转到高级版"
163
 
164
- #: gallery-plugin.php:809
165
  msgid "Please enable JavaScript to use the option to renew images."
166
  msgstr "请打开JavaScript以使用选项更新影像"
167
 
168
- #: gallery-plugin.php:810
169
- msgid "Notice:"
170
- msgstr "注意:"
171
-
172
- #: gallery-plugin.php:810
173
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
174
- msgstr "插件的设置已经被修改。为了保存,请不要忘记点击 '保存修改' 按钮。"
175
-
176
- #: gallery-plugin.php:811
177
- msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
178
- msgstr "如果您想添加一个画廊到页面或公告中,仅需要将画廊代码放到页面或公告的内容中即可:"
179
 
180
- #: gallery-plugin.php:816
181
  msgid "Update images for gallery"
182
  msgstr "为画廊更新影像"
183
 
184
- #: gallery-plugin.php:818
185
  msgid "Update images"
186
  msgstr "更新影像"
187
 
188
- #: gallery-plugin.php:826
189
  msgid "Image size for the album cover"
190
  msgstr "专辑封面的尺寸"
191
 
192
- #: gallery-plugin.php:828
193
- #: gallery-plugin.php:842
194
- #: gallery-plugin.php:864
195
  msgid "Image size"
196
  msgstr "影像尺寸"
197
 
198
- #: gallery-plugin.php:831
199
- #: gallery-plugin.php:845
200
  msgid "Width (in px)"
201
  msgstr "宽度(像素)"
202
 
203
- #: gallery-plugin.php:835
204
- #: gallery-plugin.php:849
205
  msgid "Height (in px)"
206
  msgstr "高度(像素)"
207
 
208
- #: gallery-plugin.php:840
209
  #, fuzzy
210
  msgid "Image size for thumbnails"
211
  msgstr "专辑封面的尺寸"
212
 
213
- #: gallery-plugin.php:854
214
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
215
  msgstr "当您上传一幅新的照片时,WordPress会创建一个特定尺寸的缩略图副本。"
216
 
217
- #: gallery-plugin.php:862
 
 
 
 
 
 
218
  #, fuzzy
219
  msgid "Image size in the lightbox"
220
  msgstr "灯箱中的影像的尺寸"
221
 
222
- #: gallery-plugin.php:865
223
  msgid "Max width (in px)"
224
  msgstr "最大宽度(像素)"
225
 
226
- #: gallery-plugin.php:866
227
  msgid "Max height (in px)"
228
  msgstr "最大高度(像素)"
229
 
230
- #: gallery-plugin.php:867
231
  msgid "Display a full size image in the lightbox"
232
  msgstr "在灯箱中显示全尺寸图像"
233
 
234
- #: gallery-plugin.php:871
235
  msgid "Crop position"
236
  msgstr "裁剪位置"
237
 
238
- #: gallery-plugin.php:875
239
- #: gallery-plugin.php:881
240
  msgid "center"
241
  msgstr "居中"
242
 
243
- #: gallery-plugin.php:877
244
  msgid "Horizontal"
245
  msgstr "水平"
246
 
247
- #: gallery-plugin.php:883
248
  msgid "Vertical"
249
  msgstr "垂直"
250
 
251
- #: gallery-plugin.php:888
252
  msgid "Lightbox background"
253
  msgstr "灯箱背景"
254
 
255
- #: gallery-plugin.php:891
256
  msgid "Background transparency (from 0 to 1)"
257
  msgstr "背景透明度(从 0 到 1)"
258
 
259
- #: gallery-plugin.php:892
260
  msgid "Select a background color"
261
  msgstr "选择背景色"
262
 
263
- #: gallery-plugin.php:897
264
- #: gallery-plugin.php:1077
265
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
266
  msgstr "如果您升级到高级版本,您的设置和画廊将被保存。"
267
 
268
- #: gallery-plugin.php:904
269
- #: gallery-plugin.php:1084
270
  #, fuzzy
271
  msgid "Unlock premium options by upgrading to Pro version"
272
  msgstr "升级到高级版以解锁额外的选项。"
273
 
274
- #: gallery-plugin.php:908
275
- #: gallery-plugin.php:1088
276
  msgid "Start Your Trial"
277
  msgstr "开始试用"
278
 
279
- #: gallery-plugin.php:909
280
- #: gallery-plugin.php:1089
 
281
  msgid "or"
282
  msgstr "或"
283
 
284
- #: gallery-plugin.php:911
285
- #: gallery-plugin.php:1091
286
  msgid "Learn More"
287
  msgstr "学习更多"
288
 
289
- #: gallery-plugin.php:918
290
  msgid "Images with border"
291
  msgstr "影像边缘"
292
 
293
- #: gallery-plugin.php:921
294
  msgid "Border width in px, just numbers"
295
  msgstr "边缘宽度,以像素为单位,只能使用数字"
296
 
297
- #: gallery-plugin.php:922
298
  msgid "Select a border color"
299
  msgstr "选择边框颜色"
300
 
301
- #: gallery-plugin.php:926
302
  msgid "Number of images in the row"
303
  msgstr "一行中图像的数量"
304
 
305
- #: gallery-plugin.php:932
306
  msgid "Start slideshow"
307
  msgstr "播放幻灯片"
308
 
309
- #: gallery-plugin.php:938
310
  msgid "Slideshow interval"
311
  msgstr "幻灯片播放间隔"
312
 
313
- #: gallery-plugin.php:944
314
  msgid "Use single lightbox for multiple galleries on one page"
315
  msgstr "在同一页面上为多个画廊使用同一个灯箱"
316
 
317
- #: gallery-plugin.php:950
318
  msgid "Sort images by"
319
  msgstr "影像排序按"
320
 
321
- #: gallery-plugin.php:952
322
  msgid "Attachment ID"
323
  msgstr "附件ID"
324
 
325
- #: gallery-plugin.php:953
326
  msgid "Image Name"
327
  msgstr "影像名称"
328
 
329
- #: gallery-plugin.php:955
330
  msgid "Sorting order in the Gallery"
331
  msgstr ""
332
 
333
- #: gallery-plugin.php:956
 
334
  msgid "Random"
335
  msgstr "随机"
336
 
337
- #: gallery-plugin.php:960
338
  msgid "Sort images"
339
  msgstr "影像排序"
340
 
341
- #: gallery-plugin.php:962
 
342
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
343
  msgstr "升序(由低到高 - 1, 2, 3; a, b, c)"
344
 
345
- #: gallery-plugin.php:963
 
346
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
347
  msgstr "降序(由高到低 - 3, 2, 1; c, b, a)"
348
 
349
- #: gallery-plugin.php:967
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
350
  msgid "Display text under the image"
351
  msgstr "在图像下方显示文本"
352
 
353
- #: gallery-plugin.php:969
354
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
355
  msgstr "取消复选框,如果您仅想在灯箱中显示文本"
356
 
357
- #: gallery-plugin.php:973
358
  msgid "Display the Back link"
359
  msgstr "显示返回链接"
360
 
361
- #: gallery-plugin.php:979
362
  msgid "Display the Back link in the shortcode"
363
  msgstr "以代码方式显示返回链接"
364
 
365
- #: gallery-plugin.php:985
366
  msgid "The Back link text"
367
  msgstr "返回链接文本"
368
 
369
- #: gallery-plugin.php:991
370
  msgid "The Back link URL"
371
  msgstr "返回链接URL"
372
 
373
- #: gallery-plugin.php:993
374
  msgid "Gallery page (Page with Gallery Template)"
375
  msgstr "画廊页面(具有画廊模板的页面)"
376
 
377
- #: gallery-plugin.php:995
378
  msgid "(Full URL to custom page)"
379
  msgstr "(到自定义页面的完整地址)"
380
 
381
- #: gallery-plugin.php:999
382
  msgid "The Read More link text"
383
  msgstr "阅读更多链接的文本"
384
 
385
- #: gallery-plugin.php:1005
386
  msgid "Add gallery to the search"
387
  msgstr "将画廊添加到搜索"
388
 
389
- #: gallery-plugin.php:1010
390
- #: gallery-plugin.php:1013
391
- #: gallery-plugin.php:1017
392
  msgid "Using"
393
  msgstr "试用"
394
 
395
- #: gallery-plugin.php:1010
396
- #: gallery-plugin.php:1013
397
- #: gallery-plugin.php:1017
398
  msgid "powered by"
399
  msgstr "提供方为"
400
 
401
- #: gallery-plugin.php:1013
402
- #: gallery-plugin.php:1236
403
  msgid "Activate"
404
  msgstr "激活"
405
 
406
- #: gallery-plugin.php:1017
407
  msgid "Download"
408
  msgstr ""
409
 
410
- #: gallery-plugin.php:1022
411
  msgid "Rewrite templates after update"
412
  msgstr ""
413
 
414
- #: gallery-plugin.php:1024
415
  #, php-format
416
  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"
417
  msgstr ""
418
 
419
- #: gallery-plugin.php:1033
420
  msgid "Use pagination for images"
421
  msgstr "为影像使用分页"
422
 
423
- #: gallery-plugin.php:1036
424
  msgid "per page"
425
  msgstr "每页"
426
 
427
- #: gallery-plugin.php:1040
428
  msgid "The lightbox helper"
429
  msgstr "灯箱帮助"
430
 
431
- #: gallery-plugin.php:1042
432
  msgid "Do not use"
433
  msgstr "不要使用"
434
 
435
- #: gallery-plugin.php:1043
436
  msgid "Button helper"
437
  msgstr "按钮帮助"
438
 
439
- #: gallery-plugin.php:1044
440
  msgid "Thumbnail helper"
441
  msgstr "缩略图帮助"
442
 
443
- #: gallery-plugin.php:1048
444
  msgid "Display Like buttons in the lightbox"
445
  msgstr "在灯箱中显示[喜欢]按钮"
446
 
447
- #: gallery-plugin.php:1050
448
  msgid "FaceBook"
449
  msgstr "Facebook"
450
 
451
- #: gallery-plugin.php:1051
452
  msgid "Twitter"
453
  msgstr "Twitter"
454
 
455
- #: gallery-plugin.php:1052
456
  msgid "Pinterest"
457
  msgstr "Printerest"
458
 
459
- #: gallery-plugin.php:1053
460
  msgid "Google +1"
461
  msgstr "Google +1"
462
 
463
- #: gallery-plugin.php:1057
464
  msgid "Slug for gallery item"
465
  msgstr "画廊项的滑块"
466
 
467
- #: gallery-plugin.php:1059
468
  msgid "for any structure of permalinks except the default structure"
469
  msgstr "给任意结构的固定链接,除了默认结构"
470
 
471
- #: gallery-plugin.php:1063
472
  msgid "Title for lightbox button"
473
  msgstr "灯箱按钮的标题"
474
 
475
- #: gallery-plugin.php:1069
476
  msgid "Display all images in the lightbox instead of going into a single gallery"
477
  msgstr ""
478
 
479
- #: gallery-plugin.php:1072
480
  #, php-format
481
  msgid "When using the gallery template or a shortcode with `%s` parameter"
482
  msgstr ""
483
 
484
- #: gallery-plugin.php:1098
485
  msgid "Save Changes"
486
  msgstr "保存修改"
487
 
488
- #: gallery-plugin.php:1135
489
  msgid "Support"
490
  msgstr "支持"
491
 
492
- #: gallery-plugin.php:1202
493
  msgid "Updating images..."
494
  msgstr "正在更新影像..."
495
 
496
- #: gallery-plugin.php:1203
497
  #, fuzzy
498
  msgid "No image found."
499
  msgstr "没有找到影像"
500
 
501
- #: gallery-plugin.php:1204
502
  #, fuzzy
503
  msgid "All images are updated."
504
  msgstr "已更新全部影像"
505
 
506
- #: gallery-plugin.php:1205
507
  msgid "Error."
508
  msgstr "错误。"
509
 
510
- #: gallery-plugin.php:1216
511
  msgid ""
512
  "You are about to delete these items from this gallery.\n"
513
  " 'Cancel' to stop, 'OK' to delete."
514
  msgstr ""
515
 
516
- #: gallery-plugin.php:1217
517
  msgid "Switching to another mode, all unsaved data will be lost. Save data before switching?"
518
  msgstr ""
519
 
520
- #: gallery-plugin.php:1218
521
  msgid "Insert Media"
522
  msgstr ""
523
 
524
- #: gallery-plugin.php:1219
525
  msgid "Insert"
526
  msgstr ""
527
 
528
- #: gallery-plugin.php:1231
529
  #, fuzzy
530
  msgid "Learn more"
531
  msgstr "学习更多"
532
 
533
- #: gallery-plugin.php:1243
534
  #, fuzzy
535
  msgid "Install now"
536
  msgstr "安装 %s"
537
 
538
- #: gallery-plugin.php:1252
539
  msgid "Add multiple gallery categories"
540
  msgstr ""
541
 
542
- #: gallery-plugin.php:1252
543
  msgid "Install Gallery Categories plugin to add unlimited number of categories."
544
  msgstr ""
545
 
546
- #: gallery-plugin.php:1261
547
- msgid "Close"
548
- msgstr ""
549
-
550
- #: gallery-plugin.php:1525
551
  #: template/gallery-single-template.php:101
552
  msgid "Sorry, nothing found."
553
  msgstr "对不起 - 没有找到。"
554
 
555
- #: gallery-plugin.php:1547
556
  #: template/gallery-single-template.php:120
557
  msgid "Image"
558
  msgstr "影像"
559
 
560
- #: gallery-plugin.php:1547
561
  #: template/gallery-single-template.php:19
562
  msgid "Download high resolution image"
563
  msgstr "下载高分辨率图像"
564
 
565
- #: gallery-plugin.php:1677
566
  msgid "Image size not defined"
567
  msgstr "影像尺寸未定义"
568
 
569
- #: gallery-plugin.php:1692
570
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
571
  msgstr "我们仅可以更新 PNG,JPEG,GIF,WPMP 或 XBM 文件。对于其他文件类型,请手动重新加载影像。"
572
 
573
- #: gallery-plugin.php:1703
574
  msgid "Image size changes not defined"
575
  msgstr "图像大小的变化没有定义"
576
 
577
- #: gallery-plugin.php:1732
578
- #: gallery-plugin.php:1735
579
- #: gallery-plugin.php:1740
580
  msgid "Invalid path"
581
  msgstr "无效的路径"
582
 
583
- #: gallery-plugin.php:1889
584
  msgid "Add images requires JavaScript."
585
  msgstr ""
586
 
587
- #: gallery-plugin.php:1892
588
  msgid "Add Media"
589
  msgstr ""
590
 
591
- #: gallery-plugin.php:1902
592
  msgid "The grid view for the Gallery images requires JavaScript."
593
  msgstr ""
594
 
595
- #: gallery-plugin.php:1902
596
  msgid "Switch to the list view"
597
  msgstr ""
598
 
599
- #: gallery-plugin.php:1929
600
  msgid "List View"
601
  msgstr ""
602
 
603
- #: gallery-plugin.php:1930
604
  msgid "Grid View"
605
  msgstr ""
606
 
607
- #: gallery-plugin.php:1987
608
  msgid "Filter"
609
  msgstr ""
610
 
611
- #: gallery-plugin.php:1991
612
  msgid "Empty Trash"
613
  msgstr ""
614
 
615
- #: gallery-plugin.php:2012
616
  #, fuzzy
617
  msgid "No images found"
618
  msgstr "没有找到影像"
619
 
620
- #: gallery-plugin.php:2066
621
  msgid "Select bulk action"
622
  msgstr ""
623
 
624
- #: gallery-plugin.php:2068
625
  msgid "Bulk Actions"
626
  msgstr ""
627
 
628
- #: gallery-plugin.php:2078
629
  msgid "Apply"
630
  msgstr ""
631
 
632
- #: gallery-plugin.php:2085
633
- #: gallery-plugin.php:2264
634
  #, fuzzy
635
  msgid "Delete from Gallery"
636
  msgstr "新画廊"
637
 
638
- #: gallery-plugin.php:2098
639
- #: gallery-plugin.php:2112
640
  #, fuzzy
641
  msgid "Display link to the original file under each image in the lightbox"
642
  msgstr "在灯箱中显示全尺寸图像"
643
 
644
- #: gallery-plugin.php:2107
645
  msgid "Bulk Select"
646
  msgstr ""
647
 
648
- #: gallery-plugin.php:2109
649
  msgid "Cancel Selection"
650
  msgstr ""
651
 
652
- #: gallery-plugin.php:2110
653
  msgid "Delete Selected"
654
  msgstr ""
655
 
656
- #: gallery-plugin.php:2124
657
  msgid "File"
658
  msgstr ""
659
 
660
- #: gallery-plugin.php:2125
661
- #: gallery-plugin.php:2213
662
- #: gallery-plugin.php:2321
663
  msgid "Dimensions"
664
  msgstr ""
665
 
666
- #: gallery-plugin.php:2127
667
- #: gallery-plugin.php:2246
668
- #: gallery-plugin.php:2331
669
  msgid "Alt tag"
670
  msgstr "Alt标签"
671
 
672
- #: gallery-plugin.php:2127
673
- #: gallery-plugin.php:2248
674
  msgid "The alt attribute specifies an alternate text for an image, if the image cannot be displayed."
675
  msgstr ""
676
 
677
- #: gallery-plugin.php:2128
678
- #: gallery-plugin.php:2254
679
- #: gallery-plugin.php:2336
680
  msgid "Custom URL"
681
  msgstr ""
682
 
683
- #: gallery-plugin.php:2128
684
- #: gallery-plugin.php:2256
685
  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)"
686
  msgstr ""
687
 
688
- #: gallery-plugin.php:2205
689
  msgid "Deselect"
690
  msgstr ""
691
 
692
- #: gallery-plugin.php:2211
693
  msgid "File name"
694
  msgstr ""
695
 
696
- #: gallery-plugin.php:2212
697
  msgid "File type"
698
  msgstr ""
699
 
700
- #: gallery-plugin.php:2216
 
701
  #, fuzzy
702
  msgid "Edit Attachment Info"
703
  msgstr "附件ID"
704
 
705
- #: gallery-plugin.php:2216
706
  #, fuzzy
707
  msgid "Edit Attachment"
708
  msgstr "附件ID"
709
 
710
- #: gallery-plugin.php:2226
711
  #, fuzzy
712
  msgid "Go Pro"
713
  msgstr "转到高级版"
714
 
715
- #: gallery-plugin.php:2226
716
  msgid "Pro version"
717
  msgstr ""
718
 
719
- #: gallery-plugin.php:2229
720
  msgid "This setting is available in Pro version"
721
  msgstr "此设置在高级版本中可用"
722
 
723
- #: gallery-plugin.php:2262
724
  msgid "Edit more details"
725
  msgstr ""
726
 
727
- #: gallery-plugin.php:2297
728
  #, php-format
729
  msgid "Select %s"
730
  msgstr ""
731
 
732
- #: gallery-plugin.php:2310
733
  #, php-format
734
  msgid "Edit &#8220;%s&#8221;"
735
  msgstr ""
736
 
737
- #: gallery-plugin.php:2354
738
- #: gallery-plugin.php:2367
739
  msgid "Edit"
740
  msgstr ""
741
 
742
- #: gallery-plugin.php:2357
743
- #: gallery-plugin.php:2372
744
  msgid "Trash"
745
  msgstr ""
746
 
747
- #: gallery-plugin.php:2360
748
- #: gallery-plugin.php:2375
749
  msgid "Delete Permanently"
750
  msgstr ""
751
 
752
- #: gallery-plugin.php:2362
753
- #: gallery-plugin.php:2380
754
  #, php-format
755
  msgid "View &#8220;%s&#8221;"
756
  msgstr ""
757
 
758
- #: gallery-plugin.php:2362
759
- #: gallery-plugin.php:2380
760
  msgid "View"
761
  msgstr ""
762
 
763
- #: gallery-plugin.php:2364
764
  #, fuzzy
765
  msgid "Attach"
766
  msgstr "附件ID"
767
 
768
- #: gallery-plugin.php:2370
769
  msgid "Restore"
770
  msgstr ""
771
 
772
- #: gallery-plugin.php:2501
773
  msgid "Warning"
774
  msgstr ""
775
 
776
- #: gallery-plugin.php:2501
777
  msgid "You can add only images to the gallery"
778
  msgstr ""
779
 
780
- #: gallery-plugin.php:2532
781
  #, fuzzy
782
  msgid "Sorry, no gallery found."
783
  msgstr "对不起 - 没有找到。"
784
 
785
- #: gallery-plugin.php:2538
786
  #, fuzzy
787
  msgid "Display an album image with the description and the link to a single gallery page"
788
  msgstr "如果您想显示一个简述,其包含屏幕截图且具有指向一个图集的链接"
@@ -883,6 +926,14 @@ msgstr ""
883
  msgid "Gallery Category"
884
  msgstr "画廊中影像的尺寸"
885
 
 
 
 
 
 
 
 
 
886
  #~ msgid "Using Custom Search powered by"
887
  #~ msgstr "自定义搜索技术支持"
888
 
@@ -971,11 +1022,6 @@ msgstr "画廊中影像的尺寸"
971
  #~ msgid "Go"
972
  #~ msgstr "转到"
973
 
974
- #~ msgid ""
975
- #~ "Sorting order (the input field for sorting order in the Insert / Upload "
976
- #~ "Media Gallery dialog)"
977
- #~ msgstr "分类排序(插入/上传媒体图集对话框中的输入字段)"
978
-
979
  #~ msgid "left"
980
  #~ msgstr "偏左"
981
 
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"
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 "影像尺寸"
205
 
206
+ #: gallery-plugin.php:878
207
+ #: gallery-plugin.php:892
208
  msgid "Width (in px)"
209
  msgstr "宽度(像素)"
210
 
211
+ #: gallery-plugin.php:882
212
+ #: gallery-plugin.php:896
213
  msgid "Height (in px)"
214
  msgstr "高度(像素)"
215
 
216
+ #: gallery-plugin.php:887
217
  #, fuzzy
218
  msgid "Image size for thumbnails"
219
  msgstr "专辑封面的尺寸"
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会创建一个特定尺寸的缩略图副本。"
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 "灯箱中的影像的尺寸"
235
 
236
+ #: gallery-plugin.php:914
237
  msgid "Max width (in px)"
238
  msgstr "最大宽度(像素)"
239
 
240
+ #: gallery-plugin.php:915
241
  msgid "Max height (in px)"
242
  msgstr "最大高度(像素)"
243
 
244
+ #: gallery-plugin.php:916
245
  msgid "Display a full size image in the lightbox"
246
  msgstr "在灯箱中显示全尺寸图像"
247
 
248
+ #: gallery-plugin.php:920
249
  msgid "Crop position"
250
  msgstr "裁剪位置"
251
 
252
+ #: gallery-plugin.php:924
253
+ #: gallery-plugin.php:930
254
  msgid "center"
255
  msgstr "居中"
256
 
257
+ #: gallery-plugin.php:926
258
  msgid "Horizontal"
259
  msgstr "水平"
260
 
261
+ #: gallery-plugin.php:932
262
  msgid "Vertical"
263
  msgstr "垂直"
264
 
265
+ #: gallery-plugin.php:937
266
  msgid "Lightbox background"
267
  msgstr "灯箱背景"
268
 
269
+ #: gallery-plugin.php:940
270
  msgid "Background transparency (from 0 to 1)"
271
  msgstr "背景透明度(从 0 到 1)"
272
 
273
+ #: gallery-plugin.php:941
274
  msgid "Select a background color"
275
  msgstr "选择背景色"
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 "如果您升级到高级版本,您的设置和画廊将被保存。"
281
 
282
+ #: gallery-plugin.php:953
283
+ #: gallery-plugin.php:1156
284
  #, fuzzy
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 "学习更多"
303
 
304
+ #: gallery-plugin.php:968
305
  msgid "Images with border"
306
  msgstr "影像边缘"
307
 
308
+ #: gallery-plugin.php:971
309
  msgid "Border width in px, just numbers"
310
  msgstr "边缘宽度,以像素为单位,只能使用数字"
311
 
312
+ #: gallery-plugin.php:972
313
  msgid "Select a border color"
314
  msgstr "选择边框颜色"
315
 
316
+ #: gallery-plugin.php:976
317
  msgid "Number of images in the row"
318
  msgstr "一行中图像的数量"
319
 
320
+ #: gallery-plugin.php:982
321
  msgid "Start slideshow"
322
  msgstr "播放幻灯片"
323
 
324
+ #: gallery-plugin.php:988
325
  msgid "Slideshow interval"
326
  msgstr "幻灯片播放间隔"
327
 
328
+ #: gallery-plugin.php:994
329
  msgid "Use single lightbox for multiple galleries on one page"
330
  msgstr "在同一页面上为多个画廊使用同一个灯箱"
331
 
332
+ #: gallery-plugin.php:1000
333
  msgid "Sort images by"
334
  msgstr "影像排序按"
335
 
336
+ #: gallery-plugin.php:1002
337
  msgid "Attachment ID"
338
  msgstr "附件ID"
339
 
340
+ #: gallery-plugin.php:1003
341
  msgid "Image Name"
342
  msgstr "影像名称"
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 "随机"
352
 
353
+ #: gallery-plugin.php:1010
354
  msgid "Sort images"
355
  msgstr "影像排序"
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 "升序(由低到高 - 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 "降序(由高到低 - 3, 2, 1; c, b, a)"
366
 
367
+ #: gallery-plugin.php:1017
368
+ #, fuzzy
369
+ msgid "Sort galleries by"
370
+ msgstr "影像排序按"
371
+
372
+ #: gallery-plugin.php:1019
373
+ #, fuzzy
374
+ msgid "Gallery ID"
375
+ msgstr "画廊"
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 "分类排序(插入/上传媒体图集对话框中的输入字段)"
389
+
390
+ #: gallery-plugin.php:1030
391
+ #, fuzzy
392
+ msgid "Sort galleries"
393
+ msgstr "画廊"
394
+
395
+ #: gallery-plugin.php:1037
396
  msgid "Display text under the image"
397
  msgstr "在图像下方显示文本"
398
 
399
+ #: gallery-plugin.php:1039
400
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
401
  msgstr "取消复选框,如果您仅想在灯箱中显示文本"
402
 
403
+ #: gallery-plugin.php:1043
404
  msgid "Display the Back link"
405
  msgstr "显示返回链接"
406
 
407
+ #: gallery-plugin.php:1049
408
  msgid "Display the Back link in the shortcode"
409
  msgstr "以代码方式显示返回链接"
410
 
411
+ #: gallery-plugin.php:1055
412
  msgid "The Back link text"
413
  msgstr "返回链接文本"
414
 
415
+ #: gallery-plugin.php:1061
416
  msgid "The Back link URL"
417
  msgstr "返回链接URL"
418
 
419
+ #: gallery-plugin.php:1063
420
  msgid "Gallery page (Page with Gallery Template)"
421
  msgstr "画廊页面(具有画廊模板的页面)"
422
 
423
+ #: gallery-plugin.php:1065
424
  msgid "(Full URL to custom page)"
425
  msgstr "(到自定义页面的完整地址)"
426
 
427
+ #: gallery-plugin.php:1069
428
  msgid "The Read More link text"
429
  msgstr "阅读更多链接的文本"
430
 
431
+ #: gallery-plugin.php:1075
432
  msgid "Add gallery to the search"
433
  msgstr "将画廊添加到搜索"
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
  msgid "Activate"
450
  msgstr "激活"
451
 
452
+ #: gallery-plugin.php:1087
453
  msgid "Download"
454
  msgstr ""
455
 
456
+ #: gallery-plugin.php:1092
457
  msgid "Rewrite templates after update"
458
  msgstr ""
459
 
460
+ #: gallery-plugin.php:1094
461
  #, php-format
462
  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"
463
  msgstr ""
464
 
465
+ #: gallery-plugin.php:1105
466
  msgid "Use pagination for images"
467
  msgstr "为影像使用分页"
468
 
469
+ #: gallery-plugin.php:1108
470
  msgid "per page"
471
  msgstr "每页"
472
 
473
+ #: gallery-plugin.php:1112
474
  msgid "The lightbox helper"
475
  msgstr "灯箱帮助"
476
 
477
+ #: gallery-plugin.php:1114
478
  msgid "Do not use"
479
  msgstr "不要使用"
480
 
481
+ #: gallery-plugin.php:1115
482
  msgid "Button helper"
483
  msgstr "按钮帮助"
484
 
485
+ #: gallery-plugin.php:1116
486
  msgid "Thumbnail helper"
487
  msgstr "缩略图帮助"
488
 
489
+ #: gallery-plugin.php:1120
490
  msgid "Display Like buttons in the lightbox"
491
  msgstr "在灯箱中显示[喜欢]按钮"
492
 
493
+ #: gallery-plugin.php:1122
494
  msgid "FaceBook"
495
  msgstr "Facebook"
496
 
497
+ #: gallery-plugin.php:1123
498
  msgid "Twitter"
499
  msgstr "Twitter"
500
 
501
+ #: gallery-plugin.php:1124
502
  msgid "Pinterest"
503
  msgstr "Printerest"
504
 
505
+ #: gallery-plugin.php:1125
506
  msgid "Google +1"
507
  msgstr "Google +1"
508
 
509
+ #: gallery-plugin.php:1129
510
  msgid "Slug for gallery item"
511
  msgstr "画廊项的滑块"
512
 
513
+ #: gallery-plugin.php:1131
514
  msgid "for any structure of permalinks except the default structure"
515
  msgstr "给任意结构的固定链接,除了默认结构"
516
 
517
+ #: gallery-plugin.php:1135
518
  msgid "Title for lightbox button"
519
  msgstr "灯箱按钮的标题"
520
 
521
+ #: gallery-plugin.php:1141
522
  msgid "Display all images in the lightbox instead of going into a single gallery"
523
  msgstr ""
524
 
525
+ #: gallery-plugin.php:1144
526
  #, php-format
527
  msgid "When using the gallery template or a shortcode with `%s` parameter"
528
  msgstr ""
529
 
530
+ #: gallery-plugin.php:1170
531
  msgid "Save Changes"
532
  msgstr "保存修改"
533
 
534
+ #: gallery-plugin.php:1208
535
  msgid "Support"
536
  msgstr "支持"
537
 
538
+ #: gallery-plugin.php:1248
539
  msgid "Updating images..."
540
  msgstr "正在更新影像..."
541
 
542
+ #: gallery-plugin.php:1249
543
  #, fuzzy
544
  msgid "No image found."
545
  msgstr "没有找到影像"
546
 
547
+ #: gallery-plugin.php:1250
548
  #, fuzzy
549
  msgid "All images are updated."
550
  msgstr "已更新全部影像"
551
 
552
+ #: gallery-plugin.php:1251
553
  msgid "Error."
554
  msgstr "错误。"
555
 
556
+ #: gallery-plugin.php:1262
557
  msgid ""
558
  "You are about to delete these items from this gallery.\n"
559
  " 'Cancel' to stop, 'OK' to delete."
560
  msgstr ""
561
 
562
+ #: gallery-plugin.php:1263
563
  msgid "Switching to another mode, all unsaved data will be lost. Save data before switching?"
564
  msgstr ""
565
 
566
+ #: gallery-plugin.php:1264
567
  msgid "Insert Media"
568
  msgstr ""
569
 
570
+ #: gallery-plugin.php:1265
571
  msgid "Insert"
572
  msgstr ""
573
 
574
+ #: gallery-plugin.php:1277
575
  #, fuzzy
576
  msgid "Learn more"
577
  msgstr "学习更多"
578
 
579
+ #: gallery-plugin.php:1289
580
  #, fuzzy
581
  msgid "Install now"
582
  msgstr "安装 %s"
583
 
584
+ #: gallery-plugin.php:1298
585
  msgid "Add multiple gallery categories"
586
  msgstr ""
587
 
588
+ #: gallery-plugin.php:1298
589
  msgid "Install Gallery Categories plugin to add unlimited number of categories."
590
  msgstr ""
591
 
592
+ #: gallery-plugin.php:1573
 
 
 
 
593
  #: template/gallery-single-template.php:101
594
  msgid "Sorry, nothing found."
595
  msgstr "对不起 - 没有找到。"
596
 
597
+ #: gallery-plugin.php:1595
598
  #: template/gallery-single-template.php:120
599
  msgid "Image"
600
  msgstr "影像"
601
 
602
+ #: gallery-plugin.php:1595
603
  #: template/gallery-single-template.php:19
604
  msgid "Download high resolution image"
605
  msgstr "下载高分辨率图像"
606
 
607
+ #: gallery-plugin.php:1725
608
  msgid "Image size not defined"
609
  msgstr "影像尺寸未定义"
610
 
611
+ #: gallery-plugin.php:1740
612
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
613
  msgstr "我们仅可以更新 PNG,JPEG,GIF,WPMP 或 XBM 文件。对于其他文件类型,请手动重新加载影像。"
614
 
615
+ #: gallery-plugin.php:1751
616
  msgid "Image size changes not defined"
617
  msgstr "图像大小的变化没有定义"
618
 
619
+ #: gallery-plugin.php:1780
620
+ #: gallery-plugin.php:1783
621
+ #: gallery-plugin.php:1788
622
  msgid "Invalid path"
623
  msgstr "无效的路径"
624
 
625
+ #: gallery-plugin.php:1940
626
  msgid "Add images requires JavaScript."
627
  msgstr ""
628
 
629
+ #: gallery-plugin.php:1943
630
  msgid "Add Media"
631
  msgstr ""
632
 
633
+ #: gallery-plugin.php:1953
634
  msgid "The grid view for the Gallery images requires JavaScript."
635
  msgstr ""
636
 
637
+ #: gallery-plugin.php:1953
638
  msgid "Switch to the list view"
639
  msgstr ""
640
 
641
+ #: gallery-plugin.php:1980
642
  msgid "List View"
643
  msgstr ""
644
 
645
+ #: gallery-plugin.php:1981
646
  msgid "Grid View"
647
  msgstr ""
648
 
649
+ #: gallery-plugin.php:2036
650
  msgid "Filter"
651
  msgstr ""
652
 
653
+ #: gallery-plugin.php:2040
654
  msgid "Empty Trash"
655
  msgstr ""
656
 
657
+ #: gallery-plugin.php:2061
658
  #, fuzzy
659
  msgid "No images found"
660
  msgstr "没有找到影像"
661
 
662
+ #: gallery-plugin.php:2113
663
  msgid "Select bulk action"
664
  msgstr ""
665
 
666
+ #: gallery-plugin.php:2115
667
  msgid "Bulk Actions"
668
  msgstr ""
669
 
670
+ #: gallery-plugin.php:2125
671
  msgid "Apply"
672
  msgstr ""
673
 
674
+ #: gallery-plugin.php:2132
675
+ #: gallery-plugin.php:2312
676
  #, fuzzy
677
  msgid "Delete from Gallery"
678
  msgstr "新画廊"
679
 
680
+ #: gallery-plugin.php:2145
681
+ #: gallery-plugin.php:2159
682
  #, fuzzy
683
  msgid "Display link to the original file under each image in the lightbox"
684
  msgstr "在灯箱中显示全尺寸图像"
685
 
686
+ #: gallery-plugin.php:2154
687
  msgid "Bulk Select"
688
  msgstr ""
689
 
690
+ #: gallery-plugin.php:2156
691
  msgid "Cancel Selection"
692
  msgstr ""
693
 
694
+ #: gallery-plugin.php:2157
695
  msgid "Delete Selected"
696
  msgstr ""
697
 
698
+ #: gallery-plugin.php:2171
699
  msgid "File"
700
  msgstr ""
701
 
702
+ #: gallery-plugin.php:2172
703
+ #: gallery-plugin.php:2261
704
+ #: gallery-plugin.php:2370
705
  msgid "Dimensions"
706
  msgstr ""
707
 
708
+ #: gallery-plugin.php:2174
709
+ #: gallery-plugin.php:2294
710
+ #: gallery-plugin.php:2380
711
  msgid "Alt tag"
712
  msgstr "Alt标签"
713
 
714
+ #: gallery-plugin.php:2174
715
+ #: gallery-plugin.php:2296
716
  msgid "The alt attribute specifies an alternate text for an image, if the image cannot be displayed."
717
  msgstr ""
718
 
719
+ #: gallery-plugin.php:2175
720
+ #: gallery-plugin.php:2302
721
+ #: gallery-plugin.php:2385
722
  msgid "Custom URL"
723
  msgstr ""
724
 
725
+ #: gallery-plugin.php:2175
726
+ #: gallery-plugin.php:2304
727
  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)"
728
  msgstr ""
729
 
730
+ #: gallery-plugin.php:2253
731
  msgid "Deselect"
732
  msgstr ""
733
 
734
+ #: gallery-plugin.php:2259
735
  msgid "File name"
736
  msgstr ""
737
 
738
+ #: gallery-plugin.php:2260
739
  msgid "File type"
740
  msgstr ""
741
 
742
+ #: gallery-plugin.php:2264
743
+ #: gallery-plugin.php:2366
744
  #, fuzzy
745
  msgid "Edit Attachment Info"
746
  msgstr "附件ID"
747
 
748
+ #: gallery-plugin.php:2264
749
  #, fuzzy
750
  msgid "Edit Attachment"
751
  msgstr "附件ID"
752
 
753
+ #: gallery-plugin.php:2274
754
  #, fuzzy
755
  msgid "Go Pro"
756
  msgstr "转到高级版"
757
 
758
+ #: gallery-plugin.php:2274
759
  msgid "Pro version"
760
  msgstr ""
761
 
762
+ #: gallery-plugin.php:2277
763
  msgid "This setting is available in Pro version"
764
  msgstr "此设置在高级版本中可用"
765
 
766
+ #: gallery-plugin.php:2310
767
  msgid "Edit more details"
768
  msgstr ""
769
 
770
+ #: gallery-plugin.php:2345
771
  #, php-format
772
  msgid "Select %s"
773
  msgstr ""
774
 
775
+ #: gallery-plugin.php:2358
776
  #, php-format
777
  msgid "Edit &#8220;%s&#8221;"
778
  msgstr ""
779
 
780
+ #: gallery-plugin.php:2403
781
+ #: gallery-plugin.php:2416
782
  msgid "Edit"
783
  msgstr ""
784
 
785
+ #: gallery-plugin.php:2406
786
+ #: gallery-plugin.php:2421
787
  msgid "Trash"
788
  msgstr ""
789
 
790
+ #: gallery-plugin.php:2409
791
+ #: gallery-plugin.php:2424
792
  msgid "Delete Permanently"
793
  msgstr ""
794
 
795
+ #: gallery-plugin.php:2411
796
+ #: gallery-plugin.php:2429
797
  #, php-format
798
  msgid "View &#8220;%s&#8221;"
799
  msgstr ""
800
 
801
+ #: gallery-plugin.php:2411
802
+ #: gallery-plugin.php:2429
803
  msgid "View"
804
  msgstr ""
805
 
806
+ #: gallery-plugin.php:2413
807
  #, fuzzy
808
  msgid "Attach"
809
  msgstr "附件ID"
810
 
811
+ #: gallery-plugin.php:2419
812
  msgid "Restore"
813
  msgstr ""
814
 
815
+ #: gallery-plugin.php:2550
816
  msgid "Warning"
817
  msgstr ""
818
 
819
+ #: gallery-plugin.php:2550
820
  msgid "You can add only images to the gallery"
821
  msgstr ""
822
 
823
+ #: gallery-plugin.php:2597
824
  #, fuzzy
825
  msgid "Sorry, no gallery found."
826
  msgstr "对不起 - 没有找到。"
827
 
828
+ #: gallery-plugin.php:2603
829
  #, fuzzy
830
  msgid "Display an album image with the description and the link to a single gallery page"
831
  msgstr "如果您想显示一个简述,其包含屏幕截图且具有指向一个图集的链接"
926
  msgid "Gallery Category"
927
  msgstr "画廊中影像的尺寸"
928
 
929
+ #~ msgid "Notice:"
930
+ #~ msgstr "注意:"
931
+
932
+ #~ msgid ""
933
+ #~ "The plugin's settings have been changed. In order to save them please "
934
+ #~ "don't forget to click the 'Save Changes' button."
935
+ #~ msgstr "插件的设置已经被修改。为了保存,请不要忘记点击 '保存修改' 按钮。"
936
+
937
  #~ msgid "Using Custom Search powered by"
938
  #~ msgstr "自定义搜索技术支持"
939
 
1022
  #~ msgid "Go"
1023
  #~ msgstr "转到"
1024
 
 
 
 
 
 
1025
  #~ msgid "left"
1026
  #~ msgstr "偏左"
1027
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://bestwebsoft.com/donate/
4
  Tags: add image, add images, add photo, add album, add gallery, add galleries, add picture, add pictures, album, albums, art gallery, best gallery, best gallery plugin, best image slider, best portfolio, best portfolio plugin, content gallery, content slider, easy media gallery, easy gallery, fancybox, fancy gallery, free photo gallery, free gallery, free images, free slider, filterable, filterable gallery, filterable portfolio, foto, fotoalbum, fotogalerie, fullscreen, fullscreen gallery, fullscreen photo, fullscreen slider, gallery, galery, galeri, galerie, galleries, galary, galeria, gallary, gellery, gellary, gelary, gallerie, galerij, Galleria, gallery decription, gallery image, gallery lightbox, Gallery Plugin, gallery shortcode, gallery slider, gallery wordpress, grid, grid gallery, image, image album, image description, image display, image gallery, image gallery plugin, image lightbox, image slider, image slideshow, images, images gallery, jquery, jquery gallery, lightbox, lightbox gallery, lightbox photo, media, media gallery, multi categories galleries, multi categories gallery, multiple pictures, multiply images upload, pagination gallery, pagination portfolio, panorama, panorama views, photo, photo album, photo albums, photo gallery, photoalbum, photographs, photogallery, photographer, photography, photos, photoset, picture, pictures, Picture Gallery, plugin for gallery, plugin gallery, portfolio, portfolio gallery, portfolio plugin, responsive, responsive galleries, responsive gallery, responsive image gallery, responsive slider, responsive slideshow, responsive wordpress photo gallery, shortcode, sidebar, shortcode gallery, Simple gallery, slide, slide show, slideshow, slideshow galleries, slideshow gallery, slideshows, sortable galleries, sortable gallery, thumbnail, thumbnail view, thumb view, thumbnail galleries, thumbnail gallery, thumbnails, thumbs, upload images, upload photos, view images, view pictures, website gallery, widget gallery, wordpress gallery, wordpress gallery plugin, wordpress photo gallery plugin, wordpress responsive gallery, wp gallery, wp gallery plugin, wp gallery plugins
5
  Requires at least: 3.8
6
  Tested up to: 4.3.1
7
- Stable tag: 4.3.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -15,11 +15,11 @@ This plugin allows you to implement a gallery page into your website.
15
  Gallery by BestWebSoft makes it possible to implement as many galleries as you want into your website. You can add multiple pictures and description for each gallery, show them all at one page, view each one separately. Moreover, you can upload HQ images. Regular updates and simplicity of usage along with efficient functionality make it a perfect choice for your site to have an appealing look.
16
  There is also a premium version of the plugin with more useful features available.
17
 
18
- http://www.youtube.com/watch?v=kzC11CMmwbI
19
 
20
  <a href="http://www.youtube.com/watch?v=mivcWwfRVmI" target="_blank">Gallery by BestWebSoft Video instruction on Installation</a>
21
 
22
- <a href="http://www.youtube.com/watch?v=z95ql-M2JTc" target="_blank">Gallery by BestWebSoft Video instruction "How to add a gallery"</a>
23
 
24
  <a href="http://wordpress.org/plugins/gallery-plugin/faq/" target="_blank">Gallery by BestWebSoft FAQ</a>
25
 
@@ -91,7 +91,7 @@ http://www.youtube.com/watch?v=mivcWwfRVmI
91
 
92
  <a href="https://docs.google.com/document/d/1l4zMhovBgO7rsPIzJk_15v0sdhiCpnjuacoDEfmzGEw/edit?pli=1" target="_blank">View a Step-by-step Instruction "How to add a Gallery"</a>.
93
 
94
- http://www.youtube.com/watch?v=z95ql-M2JTc
95
 
96
  == Frequently Asked Questions ==
97
 
@@ -160,6 +160,11 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
160
 
161
  == Changelog ==
162
 
 
 
 
 
 
163
  = V4.3.7 - 18.09.2015 =
164
  * Bugfix : We fixed bug with image uploading in posts.
165
  * Update : Textdomain was changed.
@@ -500,6 +505,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
500
 
501
  == Upgrade Notice ==
502
 
 
 
 
503
  = V4.3.7 =
504
  We fixed bug with image uploading in posts. Textdomain was changed. Help tooltips were added. Updated for compatibility with Gallery Categories Plugin.
505
 
@@ -759,4 +767,4 @@ A possibility to add a caption to each photo of the album is added. A possibilit
759
  noConflict for jQuery is added.
760
 
761
  = V1.01 =
762
- The file uploader is added to the Galleries page in admin section.
4
  Tags: add image, add images, add photo, add album, add gallery, add galleries, add picture, add pictures, album, albums, art gallery, best gallery, best gallery plugin, best image slider, best portfolio, best portfolio plugin, content gallery, content slider, easy media gallery, easy gallery, fancybox, fancy gallery, free photo gallery, free gallery, free images, free slider, filterable, filterable gallery, filterable portfolio, foto, fotoalbum, fotogalerie, fullscreen, fullscreen gallery, fullscreen photo, fullscreen slider, gallery, galery, galeri, galerie, galleries, galary, galeria, gallary, gellery, gellary, gelary, gallerie, galerij, Galleria, gallery decription, gallery image, gallery lightbox, Gallery Plugin, gallery shortcode, gallery slider, gallery wordpress, grid, grid gallery, image, image album, image description, image display, image gallery, image gallery plugin, image lightbox, image slider, image slideshow, images, images gallery, jquery, jquery gallery, lightbox, lightbox gallery, lightbox photo, media, media gallery, multi categories galleries, multi categories gallery, multiple pictures, multiply images upload, pagination gallery, pagination portfolio, panorama, panorama views, photo, photo album, photo albums, photo gallery, photoalbum, photographs, photogallery, photographer, photography, photos, photoset, picture, pictures, Picture Gallery, plugin for gallery, plugin gallery, portfolio, portfolio gallery, portfolio plugin, responsive, responsive galleries, responsive gallery, responsive image gallery, responsive slider, responsive slideshow, responsive wordpress photo gallery, shortcode, sidebar, shortcode gallery, Simple gallery, slide, slide show, slideshow, slideshow galleries, slideshow gallery, slideshows, sortable galleries, sortable gallery, thumbnail, thumbnail view, thumb view, thumbnail galleries, thumbnail gallery, thumbnails, thumbs, upload images, upload photos, view images, view pictures, website gallery, widget gallery, wordpress gallery, wordpress gallery plugin, wordpress photo gallery plugin, wordpress responsive gallery, wp gallery, wp gallery plugin, wp gallery plugins
5
  Requires at least: 3.8
6
  Tested up to: 4.3.1
7
+ Stable tag: 4.3.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
15
  Gallery by BestWebSoft makes it possible to implement as many galleries as you want into your website. You can add multiple pictures and description for each gallery, show them all at one page, view each one separately. Moreover, you can upload HQ images. Regular updates and simplicity of usage along with efficient functionality make it a perfect choice for your site to have an appealing look.
16
  There is also a premium version of the plugin with more useful features available.
17
 
18
+ http://www.youtube.com/watch?v=aydaTdOpaRM
19
 
20
  <a href="http://www.youtube.com/watch?v=mivcWwfRVmI" target="_blank">Gallery by BestWebSoft Video instruction on Installation</a>
21
 
22
+ <a href="http://www.youtube.com/watch?v=-P9o6-APlv0" target="_blank">Gallery by BestWebSoft Video instruction "How to add a gallery"</a>
23
 
24
  <a href="http://wordpress.org/plugins/gallery-plugin/faq/" target="_blank">Gallery by BestWebSoft FAQ</a>
25
 
91
 
92
  <a href="https://docs.google.com/document/d/1l4zMhovBgO7rsPIzJk_15v0sdhiCpnjuacoDEfmzGEw/edit?pli=1" target="_blank">View a Step-by-step Instruction "How to add a Gallery"</a>.
93
 
94
+ http://www.youtube.com/watch?v=-P9o6-APlv0
95
 
96
  == Frequently Asked Questions ==
97
 
160
 
161
  == Changelog ==
162
 
163
+ = V4.3.8 - 19.10.2015 =
164
+ * NEW : Ability to change galleries sorting order.
165
+ * Bugfix : We fixed bug with pagination on the edit gallery page.
166
+ * Update : Sort images plugin setting now affect on the displaying in the dashboard too.
167
+
168
  = V4.3.7 - 18.09.2015 =
169
  * Bugfix : We fixed bug with image uploading in posts.
170
  * Update : Textdomain was changed.
505
 
506
  == Upgrade Notice ==
507
 
508
+ = V4.3.8 =
509
+ Ability to change galleries sorting order. We fixed bug with pagination on the edit gallery page. Sort images plugin setting now affect on the displaying in the dashboard too.
510
+
511
  = V4.3.7 =
512
  We fixed bug with image uploading in posts. Textdomain was changed. Help tooltips were added. Updated for compatibility with Gallery Categories Plugin.
513
 
767
  noConflict for jQuery is added.
768
 
769
  = V1.01 =
770
+ The file uploader is added to the Galleries page in admin section.
screenshot-1.png CHANGED
Binary file
screenshot-2.png CHANGED
Binary file
screenshot-3.png CHANGED
Binary file
screenshot-4.png CHANGED
Binary file
screenshot-5.png CHANGED
Binary file
screenshot-6.png CHANGED
Binary file
screenshot-7.png CHANGED
Binary file
template/gallery-template.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  Template Name: Gallery Template
4
- * Version: 1.2.4
5
  */
6
  ?>
7
  <?php get_header(); ?>
@@ -46,11 +46,12 @@ Template Name: Gallery Template
46
  }
47
  }
48
  $args = array(
49
- 'post_type' => 'gallery',
50
- 'post_status' => 'publish',
51
- 'orderby' => 'post_date',
52
- 'posts_per_page' => $per_page,
53
- 'paged' => $paged
 
54
  );
55
  if ( isset( $wp_query->query_vars["gallery_categories"] ) && ( ! empty( $wp_query->query_vars["gallery_categories"] ) ) ) {
56
  $args['tax_query'] = array(
1
  <?php
2
  /*
3
  Template Name: Gallery Template
4
+ * Version: 1.2.5
5
  */
6
  ?>
7
  <?php get_header(); ?>
46
  }
47
  }
48
  $args = array(
49
+ 'post_type' => 'gallery',
50
+ 'post_status' => 'publish',
51
+ 'orderby' => $gllr_options['album_order_by'],
52
+ 'order' => $gllr_options['album_order'],
53
+ 'posts_per_page' => $per_page,
54
+ 'paged' => $paged
55
  );
56
  if ( isset( $wp_query->query_vars["gallery_categories"] ) && ( ! empty( $wp_query->query_vars["gallery_categories"] ) ) ) {
57
  $args['tax_query'] = array(