Gallery by BestWebSoft - Version 4.3.6

Version Description

  • 09.09.2015 =
  • Update : Functionality for galleries downloading and displaying in dashboard was updated.
  • NEW : Ability to add images from WordPress media library.
  • NEW : A button for gallery shortcode inserting to the content was added.
Download this release

Release Info

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

Code changes from version 4.3.5 to 4.3.6

Files changed (77) hide show
  1. bws_menu/bws_functions.php +195 -80
  2. bws_menu/bws_include.php +83 -0
  3. bws_menu/bws_menu.php +49 -21
  4. bws_menu/css/general_style.css +99 -2
  5. bws_menu/css/general_style_wp_before_3.8.css +89 -2
  6. bws_menu/icons/error-log-viewer.png +0 -0
  7. bws_menu/icons/profile-extra-fields.png +0 -0
  8. bws_menu/images/help.png +0 -0
  9. bws_menu/images/shortcode-icon.png +0 -0
  10. bws_menu/images/tooltip_icons.png +0 -0
  11. bws_menu/js/shortcode-button.js +121 -0
  12. bws_menu/languages/bestwebsoft-de_DE.mo +0 -0
  13. bws_menu/languages/bestwebsoft-de_DE.po +239 -192
  14. bws_menu/languages/bestwebsoft-fr_FR.mo +0 -0
  15. bws_menu/languages/bestwebsoft-fr_FR.po +245 -199
  16. bws_menu/languages/bestwebsoft-it_IT.mo +0 -0
  17. bws_menu/languages/bestwebsoft-it_IT.po +241 -192
  18. bws_menu/languages/bestwebsoft-ja.mo +0 -0
  19. bws_menu/languages/bestwebsoft-ja.po +236 -198
  20. bws_menu/languages/bestwebsoft-pt_BR.mo +0 -0
  21. bws_menu/languages/bestwebsoft-pt_BR.po +239 -192
  22. bws_menu/languages/bestwebsoft-ru_RU.mo +0 -0
  23. bws_menu/languages/bestwebsoft-ru_RU.po +249 -207
  24. bws_menu/languages/bestwebsoft-sr_RS.mo +0 -0
  25. bws_menu/languages/bestwebsoft-sr_RS.po +235 -195
  26. bws_menu/languages/bestwebsoft-sv_SE.mo +0 -0
  27. bws_menu/languages/bestwebsoft-sv_SE.po +235 -192
  28. bws_menu/languages/bestwebsoft-uk.mo +0 -0
  29. bws_menu/languages/bestwebsoft-uk.po +240 -201
  30. css/style.css +364 -47
  31. css/style_wp_before_3.8.css +8 -43
  32. gallery-plugin.php +1027 -621
  33. images/gallery_short_view.png +0 -0
  34. images/pro-settings.jpg +0 -0
  35. inc/demo-data/demo-data-loader.php +15 -10
  36. inc/demo-data/demo-data.php +7 -6
  37. js/frontend_script.js +14 -9
  38. js/script.js +256 -54
  39. languages/gallery-cs_CZ.mo +0 -0
  40. languages/gallery-cs_CZ.po +517 -359
  41. languages/gallery-de_DE.mo +0 -0
  42. languages/gallery-de_DE.po +514 -346
  43. languages/gallery-es_ES.mo +0 -0
  44. languages/gallery-es_ES.po +537 -392
  45. languages/gallery-fr_FR.mo +0 -0
  46. languages/gallery-fr_FR.po +554 -393
  47. languages/gallery-nl_NL.mo +0 -0
  48. languages/gallery-nl_NL.po +524 -359
  49. languages/gallery-pt_BR.mo +0 -0
  50. languages/gallery-pt_BR.po +511 -383
  51. languages/gallery-ru_RU.mo +0 -0
  52. languages/gallery-ru_RU.po +543 -390
  53. languages/gallery-sk_SK.mo +0 -0
  54. languages/gallery-sk_SK.po +515 -354
  55. languages/gallery-sl_SI.mo +0 -0
  56. languages/gallery-sl_SI.po +521 -353
  57. languages/gallery-sr_RS.mo +0 -0
  58. languages/gallery-sr_RS.po +518 -357
  59. languages/gallery-tr.mo +0 -0
  60. languages/gallery-tr.po +511 -344
  61. languages/gallery-uk.mo +0 -0
  62. languages/gallery-uk.po +555 -399
  63. languages/gallery-zh_CN.mo +0 -0
  64. languages/gallery-zh_CN.po +513 -336
  65. readme.txt +38 -46
  66. screenshot-1.png +0 -0
  67. screenshot-2.png +0 -0
  68. screenshot-3.png +0 -0
  69. screenshot-4.png +0 -0
  70. screenshot-5.png +0 -0
  71. screenshot-6.png +0 -0
  72. screenshot-7.png +0 -0
  73. template/gallery-single-template.php +17 -17
  74. template/gallery-template.php +18 -4
  75. upload/fileuploader.css +0 -52
  76. upload/fileuploader.js +0 -1247
  77. upload/loading.gif +0 -0
bws_menu/bws_functions.php CHANGED
@@ -1,75 +1,15 @@
1
  <?php
2
  /*
3
  * General functions for BestWebSoft plugins
4
- * Version: 1.1.0
5
  */
6
- if ( ! function_exists ( 'bws_add_general_menu' ) ) {
7
- function bws_add_general_menu( $base ) {
8
- global $bstwbsftwppdtplgns_options, $bstwbsftwppdtplgns_added_menu;
9
- $bws_menu_info = get_plugin_data( dirname( dirname( plugin_dir_path( __FILE__ ) ) ) . '/' . dirname( $base ) . '/bws_menu/bws_menu.php' );
10
- $bws_menu_version = $bws_menu_info["Version"];
11
-
12
- if ( ! isset( $bstwbsftwppdtplgns_options ) ) {
13
- if ( is_multisite() ) {
14
- if ( ! get_site_option( 'bstwbsftwppdtplgns_options' ) )
15
- add_site_option( 'bstwbsftwppdtplgns_options', array() );
16
- $bstwbsftwppdtplgns_options = get_site_option( 'bstwbsftwppdtplgns_options' );
17
- } else {
18
- if ( ! get_option( 'bstwbsftwppdtplgns_options' ) )
19
- add_option( 'bstwbsftwppdtplgns_options', array() );
20
- $bstwbsftwppdtplgns_options = get_option( 'bstwbsftwppdtplgns_options' );
21
- }
22
- }
23
 
24
- if ( isset( $bstwbsftwppdtplgns_options['bws_menu_version'] ) ) {
25
- $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] = $bws_menu_version;
26
- unset( $bstwbsftwppdtplgns_options['bws_menu_version'] );
27
- if ( is_multisite() )
28
- update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
29
- else
30
- update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
31
- require_once( dirname( __FILE__ ) . '/bws_menu.php' );
32
- } else if ( ! isset( $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] ) || $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] < $bws_menu_version ) {
33
- $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] = $bws_menu_version;
34
- if ( is_multisite() )
35
- update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
36
- else
37
- update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
38
- require_once( dirname( __FILE__ ) . '/bws_menu.php' );
39
- } else if ( ! isset( $bstwbsftwppdtplgns_added_menu ) ) {
40
- $all_plugins = get_plugins();
41
- foreach ( $bstwbsftwppdtplgns_options['bws_menu']['version'] as $key => $value ) {
42
- if ( array_key_exists( $key, $all_plugins ) ) {
43
- if ( $bws_menu_version < $value && is_plugin_active( $base ) ) {
44
- if ( ! isset( $plugin_with_newer_menu ) )
45
- $plugin_with_newer_menu = $key;
46
- elseif ( $bstwbsftwppdtplgns_options['bws_menu']['version'][ $plugin_with_newer_menu ] < $bstwbsftwppdtplgns_options['bws_menu']['version'][ $key ] )
47
- $plugin_with_newer_menu = $key;
48
- }
49
- } else {
50
- unset( $bstwbsftwppdtplgns_options['bws_menu']['version'][ $key ] );
51
- if ( is_multisite() )
52
- update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
53
- else
54
- update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
55
- }
56
- }
57
- if ( ! isset( $plugin_with_newer_menu ) )
58
- $plugin_with_newer_menu = $base;
59
- $plugin_with_newer_menu = explode( '/', $plugin_with_newer_menu );
60
- $wp_content_dir = defined( 'WP_CONTENT_DIR' ) ? basename( WP_CONTENT_DIR ) : 'wp-content';
61
-
62
- if ( file_exists( ABSPATH . $wp_content_dir . '/plugins/' . $plugin_with_newer_menu[0] . '/bws_menu/bws_menu.php' ) )
63
- require_once( ABSPATH . $wp_content_dir . '/plugins/' . $plugin_with_newer_menu[0] . '/bws_menu/bws_menu.php' );
64
- else
65
- require_once( dirname( __FILE__ ) . '/bws_menu.php' );
66
- $bstwbsftwppdtplgns_added_menu = true;
67
- }
68
  add_menu_page( 'BWS Plugins', 'BWS Plugins', 'manage_options', 'bws_plugins', 'bws_add_menu_render', plugins_url( 'images/px.png', __FILE__ ), 1001 );
69
  }
70
  }
71
 
72
-
73
  /**
74
  * Function check if plugin is compatible with current WP version
75
  * @return void
@@ -148,7 +88,7 @@ if ( ! function_exists( 'bws_plugin_banner' ) ) {
148
  <img title="" src="<?php echo esc_attr( $banner_url_or_slug ); ?>" alt="" />
149
  </div>
150
  <div class="text"><?php
151
- _e( 'It’s time to upgrade your', 'bestwebsoft' ); ?> <strong><?php echo $plugin_info['Name']; ?> plugin</strong> <?php _e( 'to', 'bestwebsoft' ); ?> <strong>PRO</strong> <?php _e( 'version!', 'bestwebsoft' ); ?><br />
152
  <span><?php _e( 'Extend standard plugin functionality with new great options.', 'bestwebsoft' ); ?></span>
153
  </div>
154
  <div class="button_div">
@@ -234,7 +174,7 @@ if ( ! function_exists( 'bws_go_pro_tab_check' ) ) {
234
  } elseif ( "time_out" == $value->package ) {
235
  $result['error'] = __( "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your", 'bestwebsoft' ) . ' <a href="http://bestwebsoft.com/wp-admin/admin.php?page=bws_plugins_client_area">Client area</a>';
236
  } elseif ( "duplicate_domen_for_trial" == $value->package ) {
237
- $result['error'] = __( "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once.", 'bestwebsoft' );
238
  }
239
  }
240
  if ( empty( $result['error'] ) ) {
@@ -243,7 +183,17 @@ if ( ! function_exists( 'bws_go_pro_tab_check' ) ) {
243
  $url = 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/downloads/?bws_first_download=' . $bws_license_plugin . '&bws_license_key=' . $bws_license_key . '&download_from=5';
244
  $uploadDir = wp_upload_dir();
245
  $zip_name = explode( '/', $bws_license_plugin );
246
- $received_content = file_get_contents( $url );
 
 
 
 
 
 
 
 
 
 
247
  if ( ! $received_content ) {
248
  $result['error'] = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
249
  } else {
@@ -335,7 +285,7 @@ if ( ! function_exists( 'bws_go_pro_tab' ) ) {
335
  window.location.href = 'admin.php?page=<?php echo $pro_page; ?>';
336
  }, 5000 );
337
  </script>
338
- <p><?php _e( "Congratulations! The PRO version of the plugin is successfully download and activated.", 'bestwebsoft' ); ?></p>
339
  <p>
340
  <?php _e( "Please, go to", 'bestwebsoft' ); ?> <a href="admin.php?page=<?php echo $pro_page; ?>"><?php _e( 'the setting page', 'bestwebsoft' ); ?></a>
341
  (<?php _e( "You will be redirected automatically in 5 seconds.", 'bestwebsoft' ); ?>)
@@ -344,7 +294,7 @@ if ( ! function_exists( 'bws_go_pro_tab' ) ) {
344
  <form method="post" action="admin.php?page=<?php echo $page; ?>&amp;action=go_pro">
345
  <p>
346
  <?php _e( 'You can download and activate', 'bestwebsoft' ); ?>
347
- <a href="http://bestwebsoft.com/products/<?php echo $link_slug; ?>/?k=<?php echo $link_key; ?>&amp;pn=<?php echo $link_pn; ?>&amp;v=<?php echo $plugin_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>" target="_blank" title="<?php echo $plugin_info["Name"]; ?> Pro">PRO</a>
348
  <?php _e( 'version of this plugin by entering Your license key.', 'bestwebsoft' ); ?><br />
349
  <span class="bws_info">
350
  <?php _e( 'You can find your license key on your personal page Client area, by clicking on the link', 'bestwebsoft' ); ?>
@@ -385,7 +335,7 @@ if ( ! function_exists( 'bws_go_pro_from_trial_tab' ) ) {
385
  if ( $trial_license_is_set ) { ?>
386
  <form method="post" action="admin.php?page=<?php echo $page; ?>&amp;action=go_pro">
387
  <p>
388
- <?php echo sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="http://bestwebsoft.com/products/' . $link_slug . '/?k=' . $link_key . '&amp;pn=' . $link_pn . '&amp;v=' . $plugin_info["Version"] . '&amp;wp_v=' . $wp_version .'" target="_blank" title="' . $plugin_info["Name"] . '">PRO</a>' ) . ' ';
389
  _e( 'After that you can activate it by entering your license key.', 'bestwebsoft' ); ?><br />
390
  <span class="bws_info">
391
  <?php _e( 'You can find your license key on your personal page Client area, by clicking on the link', 'bestwebsoft' ); ?>
@@ -417,7 +367,7 @@ if ( ! function_exists( 'bws_go_pro_from_trial_tab' ) ) {
417
  window.location.href = 'admin.php?page=<?php echo $page; ?>';
418
  }, 5000 );
419
  </script>
420
- <p><?php _e( "Congratulations! The PRO license of the plugin is successfully activated.", 'bestwebsoft' ); ?></p>
421
  <p>
422
  <?php _e( "Please, go to", 'bestwebsoft' ); ?> <a href="admin.php?page=<?php echo $page; ?>"><?php _e( 'the setting page', 'bestwebsoft' ); ?></a>
423
  (<?php _e( "You will be redirected automatically in 5 seconds.", 'bestwebsoft' ); ?>)
@@ -466,11 +416,11 @@ if ( ! function_exists( 'bws_check_pro_license' ) ) {
466
  } elseif ( "you_are_banned" == $value->package ) {
467
  $result['error'] = __( "Unfortunately, you have exceeded the number of available tries.", 'bestwebsoft' );
468
  } elseif ( "duplicate_domen_for_trial" == $value->package ) {
469
- $result['error'] = __( "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once.", 'bestwebsoft' );
470
  }
471
  if ( empty( $result['message'] ) && empty( $result['error'] ) ) {
472
  if ( isset( $value->trial ) )
473
- $result['message'] = __( 'The PRO Trial license key is valid.', 'bestwebsoft' );
474
  else
475
  $result['message'] = __( 'The license key is valid.', 'bestwebsoft' );
476
 
@@ -478,7 +428,7 @@ if ( ! function_exists( 'bws_check_pro_license' ) ) {
478
  $result['message'] .= ' ' . __( 'Your license will expire on', 'bestwebsoft' ) . ' ' . $value->time_out . '.';
479
 
480
  if ( isset( $value->trial ) && $trial_plugin != false )
481
- $result['message'] .= ' ' . sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="http://bestwebsoft.com/products/' . $trial_plugin['link_slug'] . '/?k=' . $trial_plugin['link_key'] . '&pn=' . $trial_plugin['link_pn'] . '&v=' . $trial_plugin['plugin_info']['Version'] . '&wp_v=' . $wp_version . '" target="_blank" title="' . $trial_plugin['plugin_info']['Name'] . '">PRO</a>' );
482
 
483
  if ( isset( $value->trial ) ) {
484
  $bstwbsftwppdtplgns_options['trial'][ $plugin_basename ] = 1;
@@ -547,7 +497,7 @@ if ( ! function_exists ( 'bws_plugin_update_row' ) ) {
547
  <td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange">
548
  <div class="update-message" style="color: #8C0000;">';
549
  if ( isset( $bstwbsftwppdtplgns_options['trial'][ $plugin_key ] ) && $link_slug != false ) {
550
- echo __( 'Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license', 'bestwebsoft' ) . ' - <a href="http://bestwebsoft.com/products/' . $link_slug .'/">http://bestwebsoft.com/products/' . $link_slug . '/</a>';
551
  } else {
552
  echo __( 'Your license has expired. To continue getting top-priority support and plugin updates you should extend it.', 'bestwebsoft' ) . ' <a target="_new" href="http://support.bestwebsoft.com/entries/53487136">' . __( "Learn more", 'bestwebsoft' ) . '</a>';
553
  }
@@ -559,12 +509,12 @@ if ( ! function_exists ( 'bws_plugin_update_row' ) ) {
559
  <td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange">
560
  <div class="update-message" style="color: #8C0000;">';
561
  if ( $free_plugin_name != false ) {
562
- echo sprintf( __( 'Notice: You are using the PRO Trial license of %s plugin.', 'bestwebsoft' ), $free_plugin_name );
563
  } else {
564
- _e( 'Notice: You are using the PRO Trial license of plugin.', 'bestwebsoft' );
565
  }
566
  if ( isset( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) )
567
- echo ' ' . __( "The PRO Trial license will expire on", 'bestwebsoft' ) . ' ' . $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] . '.';
568
  echo '</div>
569
  </td>
570
  </tr>';
@@ -609,10 +559,73 @@ if ( ! function_exists ( 'bws_plugin_banner_timeout' ) ) {
609
  }
610
  }
611
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
612
  if ( ! function_exists ( 'bws_plugin_init' ) ) {
613
  function bws_plugin_init() {
614
  /* Internationalization, first(!) */
615
  load_plugin_textdomain( 'bestwebsoft', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
 
 
616
  }
617
  }
618
 
@@ -637,6 +650,7 @@ if ( ! function_exists ( 'bws_admin_add_scripts' ) ) {
637
 
638
  if ( ! function_exists ( 'bws_admin_head' ) ) {
639
  function bws_admin_head() {
 
640
  if ( isset( $_GET['page'] ) && $_GET['page'] == "bws_plugins" ) { ?>
641
  <noscript>
642
  <style type="text/css">
@@ -645,8 +659,25 @@ if ( ! function_exists ( 'bws_admin_head' ) ) {
645
  }
646
  </style>
647
  </noscript>
648
- <?php }
649
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
650
  }
651
 
652
  /**
@@ -793,6 +824,90 @@ if ( ! function_exists ( 'bws_form_restore_default_confirm' ) ) {
793
  <?php }
794
  }
795
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
796
  add_action( 'admin_init', 'bws_plugin_init' );
797
  add_action( 'admin_enqueue_scripts', 'bws_admin_add_scripts' );
798
- add_action( 'admin_head', 'bws_admin_head' );
 
1
  <?php
2
  /*
3
  * General functions for BestWebSoft plugins
4
+ * Version: 1.1.2
5
  */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
 
7
+ if ( ! function_exists ( 'bws_add_general_menu' ) ) {
8
+ function bws_add_general_menu() {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  add_menu_page( 'BWS Plugins', 'BWS Plugins', 'manage_options', 'bws_plugins', 'bws_add_menu_render', plugins_url( 'images/px.png', __FILE__ ), 1001 );
10
  }
11
  }
12
 
 
13
  /**
14
  * Function check if plugin is compatible with current WP version
15
  * @return void
88
  <img title="" src="<?php echo esc_attr( $banner_url_or_slug ); ?>" alt="" />
89
  </div>
90
  <div class="text"><?php
91
+ _e( 'It’s time to upgrade your', 'bestwebsoft' ); ?> <strong><?php echo $plugin_info['Name']; ?> plugin</strong> <?php _e( 'to', 'bestwebsoft' ); ?> <strong>Pro</strong> <?php _e( 'version!', 'bestwebsoft' ); ?><br />
92
  <span><?php _e( 'Extend standard plugin functionality with new great options.', 'bestwebsoft' ); ?></span>
93
  </div>
94
  <div class="button_div">
174
  } elseif ( "time_out" == $value->package ) {
175
  $result['error'] = __( "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your", 'bestwebsoft' ) . ' <a href="http://bestwebsoft.com/wp-admin/admin.php?page=bws_plugins_client_area">Client area</a>';
176
  } elseif ( "duplicate_domen_for_trial" == $value->package ) {
177
+ $result['error'] = __( "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once.", 'bestwebsoft' );
178
  }
179
  }
180
  if ( empty( $result['error'] ) ) {
183
  $url = 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/downloads/?bws_first_download=' . $bws_license_plugin . '&bws_license_key=' . $bws_license_key . '&download_from=5';
184
  $uploadDir = wp_upload_dir();
185
  $zip_name = explode( '/', $bws_license_plugin );
186
+
187
+ if ( !function_exists( 'curl_init' ) ) {
188
+ $received_content = file_get_contents( $url );
189
+ } else {
190
+ $ch = curl_init();
191
+ curl_setopt( $ch, CURLOPT_URL, $url );
192
+ curl_setopt( $ch, CURLOPT_RETURNTRANSFER, true );
193
+ $received_content = curl_exec( $ch );
194
+ curl_close( $ch );
195
+ }
196
+
197
  if ( ! $received_content ) {
198
  $result['error'] = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
199
  } else {
285
  window.location.href = 'admin.php?page=<?php echo $pro_page; ?>';
286
  }, 5000 );
287
  </script>
288
+ <p><?php _e( "Congratulations! The Pro version of the plugin is successfully download and activated.", 'bestwebsoft' ); ?></p>
289
  <p>
290
  <?php _e( "Please, go to", 'bestwebsoft' ); ?> <a href="admin.php?page=<?php echo $pro_page; ?>"><?php _e( 'the setting page', 'bestwebsoft' ); ?></a>
291
  (<?php _e( "You will be redirected automatically in 5 seconds.", 'bestwebsoft' ); ?>)
294
  <form method="post" action="admin.php?page=<?php echo $page; ?>&amp;action=go_pro">
295
  <p>
296
  <?php _e( 'You can download and activate', 'bestwebsoft' ); ?>
297
+ <a href="http://bestwebsoft.com/products/<?php echo $link_slug; ?>/?k=<?php echo $link_key; ?>&amp;pn=<?php echo $link_pn; ?>&amp;v=<?php echo $plugin_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>" target="_blank" title="<?php echo $plugin_info["Name"]; ?> Pro">Pro</a>
298
  <?php _e( 'version of this plugin by entering Your license key.', 'bestwebsoft' ); ?><br />
299
  <span class="bws_info">
300
  <?php _e( 'You can find your license key on your personal page Client area, by clicking on the link', 'bestwebsoft' ); ?>
335
  if ( $trial_license_is_set ) { ?>
336
  <form method="post" action="admin.php?page=<?php echo $page; ?>&amp;action=go_pro">
337
  <p>
338
+ <?php echo sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="http://bestwebsoft.com/products/' . $link_slug . '/?k=' . $link_key . '&amp;pn=' . $link_pn . '&amp;v=' . $plugin_info["Version"] . '&amp;wp_v=' . $wp_version .'" target="_blank" title="' . $plugin_info["Name"] . '">Pro</a>' ) . ' ';
339
  _e( 'After that you can activate it by entering your license key.', 'bestwebsoft' ); ?><br />
340
  <span class="bws_info">
341
  <?php _e( 'You can find your license key on your personal page Client area, by clicking on the link', 'bestwebsoft' ); ?>
367
  window.location.href = 'admin.php?page=<?php echo $page; ?>';
368
  }, 5000 );
369
  </script>
370
+ <p><?php _e( "Congratulations! The Pro license of the plugin is successfully activated.", 'bestwebsoft' ); ?></p>
371
  <p>
372
  <?php _e( "Please, go to", 'bestwebsoft' ); ?> <a href="admin.php?page=<?php echo $page; ?>"><?php _e( 'the setting page', 'bestwebsoft' ); ?></a>
373
  (<?php _e( "You will be redirected automatically in 5 seconds.", 'bestwebsoft' ); ?>)
416
  } elseif ( "you_are_banned" == $value->package ) {
417
  $result['error'] = __( "Unfortunately, you have exceeded the number of available tries.", 'bestwebsoft' );
418
  } elseif ( "duplicate_domen_for_trial" == $value->package ) {
419
+ $result['error'] = __( "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once.", 'bestwebsoft' );
420
  }
421
  if ( empty( $result['message'] ) && empty( $result['error'] ) ) {
422
  if ( isset( $value->trial ) )
423
+ $result['message'] = __( 'The Pro Trial license key is valid.', 'bestwebsoft' );
424
  else
425
  $result['message'] = __( 'The license key is valid.', 'bestwebsoft' );
426
 
428
  $result['message'] .= ' ' . __( 'Your license will expire on', 'bestwebsoft' ) . ' ' . $value->time_out . '.';
429
 
430
  if ( isset( $value->trial ) && $trial_plugin != false )
431
+ $result['message'] .= ' ' . sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="http://bestwebsoft.com/products/' . $trial_plugin['link_slug'] . '/?k=' . $trial_plugin['link_key'] . '&pn=' . $trial_plugin['link_pn'] . '&v=' . $trial_plugin['plugin_info']['Version'] . '&wp_v=' . $wp_version . '" target="_blank" title="' . $trial_plugin['plugin_info']['Name'] . '">Pro</a>' );
432
 
433
  if ( isset( $value->trial ) ) {
434
  $bstwbsftwppdtplgns_options['trial'][ $plugin_basename ] = 1;
497
  <td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange">
498
  <div class="update-message" style="color: #8C0000;">';
499
  if ( isset( $bstwbsftwppdtplgns_options['trial'][ $plugin_key ] ) && $link_slug != false ) {
500
+ echo __( 'Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license', 'bestwebsoft' ) . ' - <a href="http://bestwebsoft.com/products/' . $link_slug .'/">http://bestwebsoft.com/products/' . $link_slug . '/</a>';
501
  } else {
502
  echo __( 'Your license has expired. To continue getting top-priority support and plugin updates you should extend it.', 'bestwebsoft' ) . ' <a target="_new" href="http://support.bestwebsoft.com/entries/53487136">' . __( "Learn more", 'bestwebsoft' ) . '</a>';
503
  }
509
  <td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange">
510
  <div class="update-message" style="color: #8C0000;">';
511
  if ( $free_plugin_name != false ) {
512
+ echo sprintf( __( 'Notice: You are using the Pro Trial license of %s plugin.', 'bestwebsoft' ), $free_plugin_name );
513
  } else {
514
+ _e( 'Notice: You are using the Pro Trial license of plugin.', 'bestwebsoft' );
515
  }
516
  if ( isset( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) )
517
+ echo ' ' . __( "The Pro Trial license will expire on", 'bestwebsoft' ) . ' ' . $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] . '.';
518
  echo '</div>
519
  </td>
520
  </tr>';
559
  }
560
  }
561
 
562
+ if ( ! function_exists( 'bws_plugin_banner_to_settings' ) ) {
563
+ function bws_plugin_banner_to_settings( $plugin_info, $plugin_options_name, $banner_url_or_slug, $settings_url, $post_type_url = false, $post_type_name = false ) {
564
+ global $wp_version;
565
+
566
+ $plugin_options = get_option( $plugin_options_name );
567
+
568
+ if ( isset( $plugin_options['display_settings_notice'] ) && 0 == $plugin_options['display_settings_notice'] )
569
+ return;
570
+
571
+ if ( isset( $_POST['bws_hide_settings_notice_' . $plugin_options_name ] ) && check_admin_referer( $plugin_info['Name'], 'bws_settings_nonce_name' ) ) {
572
+ $plugin_options['display_settings_notice'] = 0;
573
+ update_option( $plugin_options_name, $plugin_options );
574
+ return;
575
+ }
576
+
577
+ if ( false == strrpos( $banner_url_or_slug, '/' ) ) {
578
+ $banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-128x128.png';
579
+ }
580
+
581
+ if ( 4.2 > $wp_version ) {
582
+ $plugin_dir_array = explode( '/', plugin_basename( __FILE__ ) );
583
+ $plugin_dir = $plugin_dir_array[0]; ?>
584
+ <style type="text/css">
585
+ .bws_hide_settings_notice {
586
+ width: 11px;
587
+ height: 11px;
588
+ border: none;
589
+ background: url("<?php echo plugins_url( $plugin_dir . '/bws_menu/images/close_banner.png' ); ?>") no-repeat center center;
590
+ box-shadow: none;
591
+ float: right;
592
+ margin: 8px;
593
+ }
594
+ .bws_hide_settings_notice:hover {
595
+ cursor: pointer;
596
+ }
597
+ </style>
598
+ <?php } ?>
599
+ <div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
600
+ <div class="bws_banner_on_plugin_page">
601
+ <div class="icon">
602
+ <img title="" src="<?php echo esc_attr( $banner_url_or_slug ); ?>" alt="" />
603
+ </div>
604
+ <div class="text">
605
+ <strong><?php _e( 'Thank you for installing', 'bestwebsoft' ); ?> <?php echo $plugin_info['Name']; ?> plugin!</strong><br />
606
+ <?php _e( "Let's get started", 'bestwebsoft' ); ?>:
607
+ <a target="_blank" href="<?php echo $settings_url; ?>"><?php _e( 'Configure Settings', 'bestwebsoft' ); ?></a>
608
+ <?php if ( false != $post_type_url && false != $post_type_name ) { ?>
609
+ <?php _e( 'or', 'bestwebsoft' ); ?>
610
+ <a target="_blank" href="<?php echo $post_type_url; ?>"><?php _e( 'Add New', 'bestwebsoft' ); ?> <?php echo $post_type_name; ?></a>
611
+ <?php } ?>
612
+ </div>
613
+ <form action="" method="post">
614
+ <button class="notice-dismiss bws_hide_settings_notice" title="<?php _e( 'Close notice', 'bestwebsoft' ); ?>"></button>
615
+ <input type="hidden" name="bws_hide_settings_notice_<?php echo $plugin_options_name; ?>" value="hide" />
616
+ <?php wp_nonce_field( $plugin_info['Name'], 'bws_settings_nonce_name' ); ?>
617
+ </form>
618
+ </div>
619
+ </div>
620
+ <?php }
621
+ }
622
+
623
  if ( ! function_exists ( 'bws_plugin_init' ) ) {
624
  function bws_plugin_init() {
625
  /* Internationalization, first(!) */
626
  load_plugin_textdomain( 'bestwebsoft', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
627
+
628
+ bws_add_editor_buttons();
629
  }
630
  }
631
 
650
 
651
  if ( ! function_exists ( 'bws_admin_head' ) ) {
652
  function bws_admin_head() {
653
+ global $bws_shortcode_list, $wp_version;
654
  if ( isset( $_GET['page'] ) && $_GET['page'] == "bws_plugins" ) { ?>
655
  <noscript>
656
  <style type="text/css">
659
  }
660
  </style>
661
  </noscript>
662
+ <?php }
663
+ if ( ! empty( $bws_shortcode_list ) ) { ?>
664
+ <!-- TinyMCE Shortcode Plugin -->
665
+ <script type='text/javascript'>
666
+ var bws_shortcode_button = {
667
+ 'title': '<?php _e( "Add BWS shortcode", "bestwebsoft" ); ?>',
668
+ 'function_name': [
669
+ <?php foreach ( $bws_shortcode_list as $key => $value ) {
670
+ if ( isset( $value['js_function'] ) )
671
+ echo "'" . $value['js_function'] . "',";
672
+ } ?>
673
+ ],
674
+ 'icon_url': '<?php echo plugins_url( "images/shortcode-icon.png" , __FILE__ ); ?>',
675
+ 'wp_version' : '<?php echo $wp_version; ?>'
676
+ };
677
+ </script>
678
+ <!-- TinyMCE Shortcode Plugin -->
679
+ <?php }
680
+ }
681
  }
682
 
683
  /**
824
  <?php }
825
  }
826
 
827
+ /* shortcode */
828
+ if ( ! function_exists( 'bws_add_editor_buttons' ) ) {
829
+ function bws_add_editor_buttons() {
830
+ global $bws_shortcode_list, $wp_version;
831
+ if ( $wp_version < '3.3' )
832
+ return;
833
+ if ( ! empty( $bws_shortcode_list ) && current_user_can( 'edit_posts' ) && current_user_can( 'edit_pages' ) ) {
834
+ add_filter( 'mce_external_plugins', 'bws_add_buttons' );
835
+ add_filter( 'mce_buttons', 'bws_register_buttons' );
836
+ }
837
+ }
838
+ }
839
+ if ( ! function_exists( 'bws_add_buttons' ) ){
840
+ function bws_add_buttons( $plugin_array ) {
841
+ $plugin_array['add_bws_shortcode'] = plugins_url( 'js/shortcode-button.js', __FILE__ );
842
+ return $plugin_array;
843
+ }
844
+ }
845
+ if ( ! function_exists( 'bws_register_buttons' ) ) {
846
+ function bws_register_buttons( $buttons ) {
847
+ array_push( $buttons, 'add_bws_shortcode' ); /* dropcap', 'recentposts */
848
+ return $buttons;
849
+ }
850
+ }
851
+
852
+ /* Generate inline content for the popup window when the "bws shortcode" button is clicked */
853
+ if ( ! function_exists( 'bws_shortcode_media_button_popup' ) ) {
854
+ function bws_shortcode_media_button_popup() {
855
+ global $bws_shortcode_list, $wp_version;
856
+ if ( $wp_version < '3.3' )
857
+ return;
858
+
859
+ if ( ! empty( $bws_shortcode_list ) ) { ?>
860
+ <div id="bws_shortcode_popup" style="display:none;">
861
+ <div id="bws_shortcode_popup_block">
862
+ <div id="bws_shortcode_select_plugin">
863
+ <h4><?php _e( 'Plugin', 'bestwebsoft' ); ?></h4>
864
+ <select name="bws_shortcode_select" id="bws_shortcode_select">
865
+ <?php foreach ( $bws_shortcode_list as $key => $value ) { ?>
866
+ <option value="<?php echo $key; ?>"><?php echo $value['name']; ?></option>
867
+ <?php } ?>
868
+ </select>
869
+ </div>
870
+ <div class="clear"></div>
871
+ <div id="bws_shortcode_content">
872
+ <h4><?php _e( 'Shortcode settings', 'bestwebsoft' ); ?></h4>
873
+ <?php echo apply_filters( 'bws_shortcode_button_content', '' ); ?>
874
+ </div>
875
+ <div class="clear"></div>
876
+ <div id="bws_shortcode_content_bottom">
877
+ <p><?php _e( 'The shortcode will be inserted', 'bestwebsoft' ); ?></p>
878
+ <div id="bws_shortcode_block"><div id="bws_shortcode_display"></div></div>
879
+ </div>
880
+ <?php if ( $wp_version < '3.9' ) { ?>
881
+ <p>
882
+ <button class="button-primary primary bws_shortcode_insert"><?php _e( 'Insert', 'bestwebsoft' ); ?></button>
883
+ </p>
884
+ <?php } ?>
885
+ </div>
886
+ </div>
887
+ <?php }
888
+ if ( $wp_version < '3.9' ) { ?>
889
+ <script type="text/javascript">
890
+ (function($){
891
+ $( '.bws_shortcode_insert' ).on( 'click',function() {
892
+ var shortcode = $( '#TB_ajaxContent #bws_shortcode_display' ).text();
893
+ if ( '' != shortcode ) {
894
+ /* insert shortcode to tinymce */
895
+ if ( !tinyMCE.activeEditor || tinyMCE.activeEditor.isHidden() ) {
896
+ $( 'textarea#content' ).val( shortcode );
897
+ } else {
898
+ tinyMCE.execCommand( 'mceInsertContent', false, shortcode );
899
+ }
900
+ }
901
+ /* close the thickbox after adding shortcode to editor */
902
+ self.parent.tb_remove();
903
+ });
904
+ })(jQuery);
905
+ </script>
906
+ <?php }
907
+ }
908
+ }
909
+
910
  add_action( 'admin_init', 'bws_plugin_init' );
911
  add_action( 'admin_enqueue_scripts', 'bws_admin_add_scripts' );
912
+ add_action( 'admin_head', 'bws_admin_head' );
913
+ add_action( 'admin_footer','bws_shortcode_media_button_popup' );
bws_menu/bws_include.php ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ * Get latest version
4
+ * Version: 1.0.0
5
+ */
6
+
7
+ if ( ! function_exists ( 'bws_include_init' ) ) {
8
+ function bws_include_init( $base ) {
9
+ global $bstwbsftwppdtplgns_options, $bstwbsftwppdtplgns_added_menu;
10
+ if ( ! function_exists( 'get_plugin_data' ) )
11
+ require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
12
+
13
+ $bws_menu_info = get_plugin_data( dirname( dirname( plugin_dir_path( __FILE__ ) ) ) . '/' . dirname( $base ) . '/bws_menu/bws_menu.php' );
14
+ $bws_menu_version = $bws_menu_info["Version"];
15
+
16
+ if ( ! isset( $bstwbsftwppdtplgns_options ) ) {
17
+ if ( is_multisite() ) {
18
+ if ( ! get_site_option( 'bstwbsftwppdtplgns_options' ) )
19
+ add_site_option( 'bstwbsftwppdtplgns_options', array() );
20
+ $bstwbsftwppdtplgns_options = get_site_option( 'bstwbsftwppdtplgns_options' );
21
+ } else {
22
+ if ( ! get_option( 'bstwbsftwppdtplgns_options' ) )
23
+ add_option( 'bstwbsftwppdtplgns_options', array() );
24
+ $bstwbsftwppdtplgns_options = get_option( 'bstwbsftwppdtplgns_options' );
25
+ }
26
+ }
27
+
28
+ if ( isset( $bstwbsftwppdtplgns_options['bws_menu_version'] ) ) {
29
+ $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] = $bws_menu_version;
30
+ unset( $bstwbsftwppdtplgns_options['bws_menu_version'] );
31
+ if ( is_multisite() )
32
+ update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
33
+ else
34
+ update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
35
+ require_once( dirname( __FILE__ ) . '/bws_menu.php' );
36
+ require_once( dirname( __FILE__ ) . '/bws_functions.php' );
37
+ } else if ( ! isset( $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] ) || $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] < $bws_menu_version ) {
38
+ $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] = $bws_menu_version;
39
+ if ( is_multisite() )
40
+ update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
41
+ else
42
+ update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
43
+ require_once( dirname( __FILE__ ) . '/bws_menu.php' );
44
+ require_once( dirname( __FILE__ ) . '/bws_functions.php' );
45
+ } else if ( ! isset( $bstwbsftwppdtplgns_added_menu ) ) {
46
+ $all_plugins = get_plugins();
47
+ foreach ( $bstwbsftwppdtplgns_options['bws_menu']['version'] as $key => $value ) {
48
+ if ( array_key_exists( $key, $all_plugins ) ) {
49
+ if ( $bws_menu_version < $value && is_plugin_active( $base ) ) {
50
+ if ( ! isset( $plugin_with_newer_menu ) )
51
+ $plugin_with_newer_menu = $key;
52
+ elseif ( $bstwbsftwppdtplgns_options['bws_menu']['version'][ $plugin_with_newer_menu ] < $bstwbsftwppdtplgns_options['bws_menu']['version'][ $key ] )
53
+ $plugin_with_newer_menu = $key;
54
+ }
55
+ } else {
56
+ unset( $bstwbsftwppdtplgns_options['bws_menu']['version'][ $key ] );
57
+ if ( is_multisite() )
58
+ update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
59
+ else
60
+ update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
61
+ }
62
+ }
63
+ if ( ! isset( $plugin_with_newer_menu ) )
64
+ $plugin_with_newer_menu = $base;
65
+ $plugin_with_newer_menu = explode( '/', $plugin_with_newer_menu );
66
+ $wp_content_dir = defined( 'WP_CONTENT_DIR' ) ? basename( WP_CONTENT_DIR ) : 'wp-content';
67
+
68
+ if ( file_exists( ABSPATH . $wp_content_dir . '/plugins/' . $plugin_with_newer_menu[0] . '/bws_menu/bws_menu.php' ) ) {
69
+ require_once( ABSPATH . $wp_content_dir . '/plugins/' . $plugin_with_newer_menu[0] . '/bws_menu/bws_menu.php' );
70
+ } else {
71
+ require_once( dirname( __FILE__ ) . '/bws_menu.php' );
72
+ }
73
+
74
+ if ( file_exists( ABSPATH . $wp_content_dir . '/plugins/' . $plugin_with_newer_menu[0] . '/bws_menu/bws_functions.php' ) ) {
75
+ require_once( ABSPATH . $wp_content_dir . '/plugins/' . $plugin_with_newer_menu[0] . '/bws_menu/bws_functions.php' );
76
+ } else {
77
+ require_once( dirname( __FILE__ ) . '/bws_functions.php' );
78
+ }
79
+
80
+ $bstwbsftwppdtplgns_added_menu = true;
81
+ }
82
+ }
83
+ }
bws_menu/bws_menu.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
- * Version: 1.6.6
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
@@ -89,12 +89,15 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
89
  'pro_settings' => 'admin.php?page=gallery-plugin-pro.php'
90
  ),
91
  'adsense-plugin/adsense-plugin.php'=> array(
92
- 'name' => 'Google AdSense by BestWebSoft',
93
  'description' => 'Allows Google AdSense implementation to your website.',
94
  'link' => 'http://bestwebsoft.com/products/google-adsense/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
95
  'download' => 'http://bestwebsoft.com/products/google-adsense/download/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
96
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Adsense+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
97
- 'settings' => 'admin.php?page=adsense-plugin.php'
 
 
 
98
  ),
99
  'custom-search-plugin/custom-search-plugin.php'=> array(
100
  'name' => 'Custom Search',
@@ -116,7 +119,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
116
  'settings' => 'admin.php?page=quotes-and-tips.php'
117
  ),
118
  'google-sitemap-plugin/google-sitemap-plugin.php'=> array(
119
- 'name' => 'Google Sitemap by BestWebSoft',
120
  'description' => 'Allows you to add sitemap file to Google Webmaster Tools.',
121
  'link' => 'http://bestwebsoft.com/products/google-sitemap/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
122
  'download' => 'http://bestwebsoft.com/products/google-sitemap/download/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -146,7 +149,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
146
  'settings' => 'admin.php?page=custom_fields_search.php'
147
  ),
148
  'google-one/google-plus-one.php' => array(
149
- 'name' => 'Google +1 by BestWebSoft',
150
  'description' => 'Allows you to see how many times your page has been liked on Google Search Engine as well as who has liked the article.',
151
  'link' => 'http://bestwebsoft.com/products/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
152
  'download' => 'http://bestwebsoft.com/products/google-plus-one/download/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -165,7 +168,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
165
  'settings' => 'admin.php?page=related-posts-plugin.php'
166
  ),
167
  'contact-form-to-db/contact_form_to_db.php' => array(
168
- 'name' => 'Contact Form To DB',
169
  'description' => 'Allows you to manage the messages that have been sent from your site.',
170
  'link' => 'http://bestwebsoft.com/products/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
171
  'download' => 'http://bestwebsoft.com/products/contact-form-to-db/download/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -195,7 +198,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
195
  'settings' => 'admin.php?page=donate.php'
196
  ),
197
  'post-to-csv/post-to-csv.php' => array(
198
- 'name' => 'Post To CSV',
199
  'description' => 'The plugin allows to export posts of any types to a csv file.',
200
  'link' => 'http://bestwebsoft.com/products/post-to-csv/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
201
  'download' => 'http://bestwebsoft.com/products/post-to-csv/download/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -203,7 +206,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
203
  'settings' => 'admin.php?page=post-to-csv.php'
204
  ),
205
  'google-shortlink/google-shortlink.php' => array(
206
- 'name' => 'Google Shortlink by BestWebSoft',
207
  'description' => 'Allows you to get short links from goo.gl servise without leaving your site.',
208
  'link' => 'http://bestwebsoft.com/products/google-shortlink/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
209
  'download' => 'http://bestwebsoft.com/products/google-shortlink/download/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -222,12 +225,15 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
222
  'pro_settings' => 'admin.php?page=htaccess-pro.php'
223
  ),
224
  'google-captcha/google-captcha.php' => array(
225
- 'name' => 'Google Captcha (reCAPTCHA) by BestWebSoft',
226
  'description' => 'Plugin intended to prove that the visitor is a human being and not a spam robot.',
227
  'link' => 'http://bestwebsoft.com/products/google-captcha/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
228
  'download' => 'http://bestwebsoft.com/products/google-captcha/download/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
229
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Google+Captcha+Bestwebsoft&plugin-search-input=Search+Plugins',
230
- 'settings' => 'admin.php?page=google-captcha.php'
 
 
 
231
  ),
232
  'sender/sender.php' => array(
233
  'name' => 'Sender',
@@ -263,7 +269,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
263
  'pro_settings' => ''
264
  ),
265
  'bws-google-maps/bws-google-maps.php' => array(
266
- 'name' => 'Google Maps by BestWebSoft',
267
  'description' => 'Easy to set up and insert Google Maps to your website.',
268
  'link' => 'http://bestwebsoft.com/products/bws-google-maps/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
269
  'download' => 'http://bestwebsoft.com/products/bws-google-maps/download/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -274,7 +280,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
274
  'pro_settings' => 'admin.php?page=bws-google-maps-pro.php'
275
  ),
276
  'bws-google-analytics/bws-google-analytics.php' => array(
277
- 'name' => 'Google Analytics by BestWebSoft',
278
  'description' => 'Allows you to retrieve basic stats from Google Analytics account and add the tracking code to your blog.',
279
  'link' => 'http://bestwebsoft.com/products/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
280
  'download' => 'http://bestwebsoft.com/products/bws-google-analytics/download/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -285,7 +291,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
285
  'pro_settings' => 'admin.php?page=bws-google-analytics-pro.php'
286
  ),
287
  'db-manager/db-manager.php' => array(
288
- 'name' => 'DB manager',
289
  'description' => 'Allows you to download the latest version of PhpMyadmin and Dumper and manage your site.',
290
  'link' => 'http://bestwebsoft.com/products/db-manager/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
291
  'download' => 'http://bestwebsoft.com/products/db-manager/download/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -323,7 +329,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
323
  'pro_settings' => 'admin.php?page=limit-attempts-pro.php'
324
  ),
325
  'job-board/job-board.php' => array(
326
- 'name' => 'Job board',
327
  'description' => 'Allows to create a job-board page on your site.',
328
  'link' => 'http://bestwebsoft.com/products/job-board/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
329
  'download' => 'http://bestwebsoft.com/products/job-board/download/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -336,10 +342,13 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
336
  'link' => 'http://bestwebsoft.com/products/multilanguage/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
337
  'download' => 'http://bestwebsoft.com/products/multilanguage/download/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
338
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Multilanguage+BestWebSoft&plugin-search-input=Search+Plugins',
339
- 'settings' => 'admin.php?page=mltlngg_settings'
 
 
 
340
  ),
341
  'bws-popular-posts/bws-popular-posts.php' => array(
342
- 'name' => 'Popular Posts by BestWebSoft',
343
  'description' => 'This plugin will help you can display the most popular posts on your blog in the widget.',
344
  'link' => 'http://bestwebsoft.com/products/popular-posts/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
345
  'download' => 'http://bestwebsoft.com/products/popular-posts/download/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -347,7 +356,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
347
  'settings' => 'admin.php?page=popular-posts.php'
348
  ),
349
  'bws-testimonials/bws-testimonials.php' => array(
350
- 'name' => 'Testimonials by BestWebSoft',
351
  'description' => 'Allows creating and displaying a Testimonial on your website.',
352
  'link' => 'http://bestwebsoft.com/products/testimonials/?k=3fe4bb89dc901c98e43a113e08f8db73&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
353
  'download' => 'http://bestwebsoft.com/products/testimonials/download/?k=3fe4bb89dc901c98e43a113e08f8db73&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -355,7 +364,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
355
  'settings' => 'admin.php?page=testimonials.php'
356
  ),
357
  'bws-featured-posts/bws-featured-posts.php' => array(
358
- 'name' => 'Featured Posts by BestWebSoft',
359
  'description' => 'Displays featured posts randomly on any website page.',
360
  'link' => 'http://bestwebsoft.com/products/featured-posts/?k=f0afb31185ba7c7d6d598528d69f6d97&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
361
  'download' => 'http://bestwebsoft.com/products/featured-posts/download/?k=f0afb31185ba7c7d6d598528d69f6d97&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -379,7 +388,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
379
  'settings' => 'admin.php?page=re-attacher.php'
380
  ),
381
  'bws-smtp/bws-smtp.php' => array(
382
- 'name' => 'SMTP by BesWebSoft',
383
  'description' => 'This plugin introduces an easy way to configure sending email messages via SMTP.',
384
  'link' => 'http://bestwebsoft.com/products/bws-smtp/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
385
  'download' => 'http://bestwebsoft.com/products/bws-smtp/download/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -433,7 +442,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
433
  'settings' => 'admin.php?page=pagination.php'
434
  ),
435
  'visitors-online/visitors-online.php' => array(
436
- 'name' => 'Visitors online',
437
  'description' => 'See how many users, guests and bots are online at the website.',
438
  'link' => 'http://bestwebsoft.com/products/visitors-online/?k=93c28013a4f830671b3bba9502ed5177&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
439
  'download' => 'http://bestwebsoft.com/products/visitors-online/download/?k=93c28013a4f830671b3bba9502ed5177&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -442,7 +451,23 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
442
  'pro_version' => 'visitors-online-pro/visitors-online-pro.php',
443
  'purchase' => 'http://bestwebsoft.com/products/visitors-online/buy/?k=f9a746075ff8a0a6cb192cb46526afd2&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
444
  'pro_settings' => 'admin.php?page=visitors-online-pro.php'
445
- )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
446
  );
447
 
448
  $all_plugins = get_plugins();
@@ -970,6 +995,9 @@ if ( ! function_exists( 'bws_get_banner_array' ) ) {
970
  function bws_get_banner_array() {
971
  global $bstwbsftwppdtplgns_banner_array;
972
  $bstwbsftwppdtplgns_banner_array = array(
 
 
 
973
  array( 'vstrsnln_hide_banner_on_plugin_page', 'visitors-online/visitors-online.php', '0.2' ),
974
  array( 'cstmsrch_hide_banner_on_plugin_page', 'custom-search-plugin/custom-search-plugin.php', '1.28' ),
975
  array( 'prtfl_hide_banner_on_plugin_page', 'portfolio/portfolio.php', '2.33' ),
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
+ * Version: 1.7.3
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
89
  'pro_settings' => 'admin.php?page=gallery-plugin-pro.php'
90
  ),
91
  'adsense-plugin/adsense-plugin.php'=> array(
92
+ 'name' => 'Google AdSense',
93
  'description' => 'Allows Google AdSense implementation to your website.',
94
  'link' => 'http://bestwebsoft.com/products/google-adsense/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
95
  'download' => 'http://bestwebsoft.com/products/google-adsense/download/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
96
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Adsense+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
97
+ 'settings' => 'admin.php?page=adsense-plugin.php',
98
+ 'pro_version' => 'adsense-pro/adsense-pro.php',
99
+ 'purchase' => 'http://bestwebsoft.com/products/google-adsense/buy/?k=c23889b293d62aa1ad2c96513405f0e1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
100
+ 'pro_settings' => 'admin.php?page=adsense-pro.php'
101
  ),
102
  'custom-search-plugin/custom-search-plugin.php'=> array(
103
  'name' => 'Custom Search',
119
  'settings' => 'admin.php?page=quotes-and-tips.php'
120
  ),
121
  'google-sitemap-plugin/google-sitemap-plugin.php'=> array(
122
+ 'name' => 'Google Sitemap',
123
  'description' => 'Allows you to add sitemap file to Google Webmaster Tools.',
124
  'link' => 'http://bestwebsoft.com/products/google-sitemap/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
125
  'download' => 'http://bestwebsoft.com/products/google-sitemap/download/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
149
  'settings' => 'admin.php?page=custom_fields_search.php'
150
  ),
151
  'google-one/google-plus-one.php' => array(
152
+ 'name' => 'Google +1',
153
  'description' => 'Allows you to see how many times your page has been liked on Google Search Engine as well as who has liked the article.',
154
  'link' => 'http://bestwebsoft.com/products/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
155
  'download' => 'http://bestwebsoft.com/products/google-plus-one/download/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
168
  'settings' => 'admin.php?page=related-posts-plugin.php'
169
  ),
170
  'contact-form-to-db/contact_form_to_db.php' => array(
171
+ 'name' => 'Contact Form to DB',
172
  'description' => 'Allows you to manage the messages that have been sent from your site.',
173
  'link' => 'http://bestwebsoft.com/products/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
174
  'download' => 'http://bestwebsoft.com/products/contact-form-to-db/download/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
198
  'settings' => 'admin.php?page=donate.php'
199
  ),
200
  'post-to-csv/post-to-csv.php' => array(
201
+ 'name' => 'Post to CSV',
202
  'description' => 'The plugin allows to export posts of any types to a csv file.',
203
  'link' => 'http://bestwebsoft.com/products/post-to-csv/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
204
  'download' => 'http://bestwebsoft.com/products/post-to-csv/download/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
206
  'settings' => 'admin.php?page=post-to-csv.php'
207
  ),
208
  'google-shortlink/google-shortlink.php' => array(
209
+ 'name' => 'Google Shortlink',
210
  'description' => 'Allows you to get short links from goo.gl servise without leaving your site.',
211
  'link' => 'http://bestwebsoft.com/products/google-shortlink/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
212
  'download' => 'http://bestwebsoft.com/products/google-shortlink/download/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
225
  'pro_settings' => 'admin.php?page=htaccess-pro.php'
226
  ),
227
  'google-captcha/google-captcha.php' => array(
228
+ 'name' => 'Google Captcha (reCAPTCHA)',
229
  'description' => 'Plugin intended to prove that the visitor is a human being and not a spam robot.',
230
  'link' => 'http://bestwebsoft.com/products/google-captcha/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
231
  'download' => 'http://bestwebsoft.com/products/google-captcha/download/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
232
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Google+Captcha+Bestwebsoft&plugin-search-input=Search+Plugins',
233
+ 'settings' => 'admin.php?page=google-captcha.php',
234
+ 'pro_version' => 'google-captcha-pro/google-captcha-pro.php',
235
+ 'purchase' => 'http://bestwebsoft.com/products/google-captcha/buy/?k=773d30149acf1edc32e5c0766b96c134&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
236
+ 'pro_settings' => 'admin.php?page=google-captcha-pro.php'
237
  ),
238
  'sender/sender.php' => array(
239
  'name' => 'Sender',
269
  'pro_settings' => ''
270
  ),
271
  'bws-google-maps/bws-google-maps.php' => array(
272
+ 'name' => 'Google Maps',
273
  'description' => 'Easy to set up and insert Google Maps to your website.',
274
  'link' => 'http://bestwebsoft.com/products/bws-google-maps/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
275
  'download' => 'http://bestwebsoft.com/products/bws-google-maps/download/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
280
  'pro_settings' => 'admin.php?page=bws-google-maps-pro.php'
281
  ),
282
  'bws-google-analytics/bws-google-analytics.php' => array(
283
+ 'name' => 'Google Analytics',
284
  'description' => 'Allows you to retrieve basic stats from Google Analytics account and add the tracking code to your blog.',
285
  'link' => 'http://bestwebsoft.com/products/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
286
  'download' => 'http://bestwebsoft.com/products/bws-google-analytics/download/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
291
  'pro_settings' => 'admin.php?page=bws-google-analytics-pro.php'
292
  ),
293
  'db-manager/db-manager.php' => array(
294
+ 'name' => 'DB Manager',
295
  'description' => 'Allows you to download the latest version of PhpMyadmin and Dumper and manage your site.',
296
  'link' => 'http://bestwebsoft.com/products/db-manager/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
297
  'download' => 'http://bestwebsoft.com/products/db-manager/download/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
329
  'pro_settings' => 'admin.php?page=limit-attempts-pro.php'
330
  ),
331
  'job-board/job-board.php' => array(
332
+ 'name' => 'Job Board',
333
  'description' => 'Allows to create a job-board page on your site.',
334
  'link' => 'http://bestwebsoft.com/products/job-board/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
335
  'download' => 'http://bestwebsoft.com/products/job-board/download/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
342
  'link' => 'http://bestwebsoft.com/products/multilanguage/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
343
  'download' => 'http://bestwebsoft.com/products/multilanguage/download/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
344
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Multilanguage+BestWebSoft&plugin-search-input=Search+Plugins',
345
+ 'settings' => 'admin.php?page=mltlngg_settings',
346
+ 'pro_version' => 'multilanguage-pro/multilanguage-pro.php',
347
+ 'purchase' => 'http://bestwebsoft.com/products/multilanguage/buy/?k=2d1121cd9a5ced583fc29eefd51bdf57&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
348
+ 'pro_settings' => 'admin.php?page=mltlnggpr_settings'
349
  ),
350
  'bws-popular-posts/bws-popular-posts.php' => array(
351
+ 'name' => 'Popular Posts',
352
  'description' => 'This plugin will help you can display the most popular posts on your blog in the widget.',
353
  'link' => 'http://bestwebsoft.com/products/popular-posts/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
354
  'download' => 'http://bestwebsoft.com/products/popular-posts/download/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
356
  'settings' => 'admin.php?page=popular-posts.php'
357
  ),
358
  'bws-testimonials/bws-testimonials.php' => array(
359
+ 'name' => 'Testimonials',
360
  'description' => 'Allows creating and displaying a Testimonial on your website.',
361
  'link' => 'http://bestwebsoft.com/products/testimonials/?k=3fe4bb89dc901c98e43a113e08f8db73&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
362
  'download' => 'http://bestwebsoft.com/products/testimonials/download/?k=3fe4bb89dc901c98e43a113e08f8db73&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
364
  'settings' => 'admin.php?page=testimonials.php'
365
  ),
366
  'bws-featured-posts/bws-featured-posts.php' => array(
367
+ 'name' => 'Featured Posts',
368
  'description' => 'Displays featured posts randomly on any website page.',
369
  'link' => 'http://bestwebsoft.com/products/featured-posts/?k=f0afb31185ba7c7d6d598528d69f6d97&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
370
  'download' => 'http://bestwebsoft.com/products/featured-posts/download/?k=f0afb31185ba7c7d6d598528d69f6d97&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
388
  'settings' => 'admin.php?page=re-attacher.php'
389
  ),
390
  'bws-smtp/bws-smtp.php' => array(
391
+ 'name' => 'SMTP',
392
  'description' => 'This plugin introduces an easy way to configure sending email messages via SMTP.',
393
  'link' => 'http://bestwebsoft.com/products/bws-smtp/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
394
  'download' => 'http://bestwebsoft.com/products/bws-smtp/download/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
442
  'settings' => 'admin.php?page=pagination.php'
443
  ),
444
  'visitors-online/visitors-online.php' => array(
445
+ 'name' => 'Visitors Online',
446
  'description' => 'See how many users, guests and bots are online at the website.',
447
  'link' => 'http://bestwebsoft.com/products/visitors-online/?k=93c28013a4f830671b3bba9502ed5177&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
448
  'download' => 'http://bestwebsoft.com/products/visitors-online/download/?k=93c28013a4f830671b3bba9502ed5177&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
451
  'pro_version' => 'visitors-online-pro/visitors-online-pro.php',
452
  'purchase' => 'http://bestwebsoft.com/products/visitors-online/buy/?k=f9a746075ff8a0a6cb192cb46526afd2&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
453
  'pro_settings' => 'admin.php?page=visitors-online-pro.php'
454
+ ),
455
+ 'profile-extra-fields/profile-extra-fields.php' => array(
456
+ 'name' => 'Profile Extra Fields',
457
+ 'description' => "Add additional fields on the user's profile page",
458
+ 'link' => 'http://bestwebsoft.com/products/profile-extra-fields/?k=fe3b6c3dbc80bd4b1cf9a27a2f339820&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
459
+ 'download' => 'http://bestwebsoft.com/products/profile-extra-fields/download/?k=fe3b6c3dbc80bd4b1cf9a27a2f339820&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
460
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Profile+Extra+Fields+BestWebSoft&plugin-search-input=Search+Plugins',
461
+ 'settings' => 'admin.php?page=profile-extra-fields.php'
462
+ ),
463
+ 'error-log-viewer/error-log-viewer.php' => array(
464
+ 'name' => 'Error Log Viewer',
465
+ 'description' => "Work with log files and folders on the WordPress server",
466
+ 'link' => 'http://bestwebsoft.com/products/error-log-viewer/?k=da0de8bd2c7a0b2fea5df64d55a368b3&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
467
+ 'download' => 'http://bestwebsoft.com/products/error-log-viewer/download/?k=da0de8bd2c7a0b2fea5df64d55a368b3&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
468
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Error+Log+Viewer+BestWebSoft&plugin-search-input=Search+Plugins',
469
+ 'settings' => 'admin.php?page=rrrlgvwr.php&tab=settings'
470
+ )
471
  );
472
 
473
  $all_plugins = get_plugins();
995
  function bws_get_banner_array() {
996
  global $bstwbsftwppdtplgns_banner_array;
997
  $bstwbsftwppdtplgns_banner_array = array(
998
+ array( 'gglcptch_hide_banner_on_plugin_page', 'google-captcha/google-captcha.php', '1.18' ),
999
+ array( 'mltlngg_hide_banner_on_plugin_page', 'multilanguage/multilanguage.php', '1.1.1' ),
1000
+ array( 'adsns_hide_banner_on_plugin_page', 'adsense-plugin/adsense-plugin.php', '1.36' ),
1001
  array( 'vstrsnln_hide_banner_on_plugin_page', 'visitors-online/visitors-online.php', '0.2' ),
1002
  array( 'cstmsrch_hide_banner_on_plugin_page', 'custom-search-plugin/custom-search-plugin.php', '1.28' ),
1003
  array( 'prtfl_hide_banner_on_plugin_page', 'portfolio/portfolio.php', '2.33' ),
bws_menu/css/general_style.css CHANGED
@@ -69,6 +69,7 @@ td.bws_pro_version_tooltip {
69
  margin: 5px 0;
70
  border: 1px solid #AAAAAA;
71
  max-width: 800px;
 
72
  }
73
  .bws_table_bg {
74
  background: #f8e268 url("../images/pattern.png");
@@ -165,7 +166,7 @@ a.bws_plugin_pro_version {
165
  float: none;
166
  }
167
  /* #### Mobile Phones Portrait or Landscape #### */
168
- @media screen and (max-device-width: 640px) {
169
  .bws_pro_version_tooltip {
170
  padding: 10px;
171
  text-align: center;
@@ -252,7 +253,7 @@ div.bws_banner_on_plugin_page .icon {
252
  cursor: pointer;
253
  }
254
  /* #### Mobile Phones Portrait or Landscape #### */
255
- @media screen and (max-device-width: 640px) {
256
  .bws_banner_on_plugin_page .text,
257
  .bws_banner_on_plugin_page .icon,
258
  .bws_banner_on_plugin_page .button_div,
@@ -265,4 +266,100 @@ div.bws_banner_on_plugin_page .icon {
265
  position: relative;
266
  left: 8px;
267
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
268
  }
69
  margin: 5px 0;
70
  border: 1px solid #AAAAAA;
71
  max-width: 800px;
72
+ overflow: hidden;
73
  }
74
  .bws_table_bg {
75
  background: #f8e268 url("../images/pattern.png");
166
  float: none;
167
  }
168
  /* #### Mobile Phones Portrait or Landscape #### */
169
+ @media screen and (max-device-width: 768px) {
170
  .bws_pro_version_tooltip {
171
  padding: 10px;
172
  text-align: center;
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,
258
  .bws_banner_on_plugin_page .icon,
259
  .bws_banner_on_plugin_page .button_div,
266
  position: relative;
267
  left: 8px;
268
  }
269
+ }
270
+ /* display shortcodes */
271
+ span.bws_code {
272
+ background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
273
+ font-size: 13px;
274
+ margin: 0 1px;
275
+ padding: 3px 5px 2px;
276
+ }
277
+ /*
278
+ * styles help tooltips
279
+ */
280
+ .bws_help_box {
281
+ background-image: url("../images/tooltip_icons.png");
282
+ background-repeat: no-repeat;
283
+ cursor: pointer;
284
+ height: 28px;
285
+ position: relative;
286
+ margin: 3px 5px;
287
+ width: 28px;
288
+ display: inline-block;
289
+ vertical-align: middle;
290
+ }
291
+ .bws_hidden_help_text {
292
+ background: #F4F4F4;
293
+ border: 1px solid #DCDCDC;
294
+ border-radius: 4px;
295
+ left: 40px;
296
+ padding: 5px 10px;
297
+ position: absolute;
298
+ width: auto;
299
+ line-height: 1.5;
300
+ display: none;
301
+ }
302
+ .bws_hidden_help_text:before {
303
+ content: url("../images/help.png");
304
+ left: -10px;
305
+ position: absolute;
306
+ top: 7px;
307
+ direction: ltr;
308
+ }
309
+ .bws_help_box:hover .bws_hidden_help_text {
310
+ display: block;
311
+ z-index: 10;
312
+ }
313
+ /* RTL styles */
314
+ .bws_help_box_right .bws_hidden_help_text,
315
+ .rtl .bws_hidden_help_text {
316
+ left: auto;
317
+ right: 40px;
318
+ }
319
+ .bws_help_box_right .bws_hidden_help_text:before,
320
+ .rtl .bws_hidden_help_text:before {
321
+ top: 0;
322
+ left: auto;
323
+ right: -10px;
324
+ -webkit-transform: rotate(180deg); /* Chrome y Safari */
325
+ -moz-transform: rotate(180deg); /* Firefox */
326
+ -o-transform: rotate(180deg); /* Opera */
327
+ transform: rotate(180deg);
328
+ }
329
+
330
+ /* bws shortcode insert */
331
+ #bws_shortcode_content,
332
+ #bws_shortcode_select_plugin {
333
+ margin-bottom: 10px;
334
+ }
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
+ }
362
+ #bws_shortcode_content .title,
363
+ #bws_shortcode_content .checkbox-title {
364
+ white-space: normal;
365
  }
bws_menu/css/general_style_wp_before_3.8.css CHANGED
@@ -71,6 +71,7 @@ td.bws_pro_version_tooltip {
71
  margin: 5px 0;
72
  border: 1px solid #AAAAAA;
73
  max-width: 800px;
 
74
  }
75
  .bws_table_bg {
76
  background: #f8e268 url("../images/pattern.png");
@@ -167,7 +168,7 @@ a.bws_plugin_pro_version {
167
  float: none;
168
  }
169
  /* #### Mobile Phones Portrait or Landscape #### */
170
- @media screen and (max-device-width: 640px) {
171
  .bws_pro_version_tooltip {
172
  padding: 10px;
173
  text-align: center;
@@ -259,7 +260,7 @@ div.bws_banner_on_plugin_page .icon {
259
  cursor: pointer;
260
  }
261
  /* #### Mobile Phones Portrait or Landscape #### */
262
- @media screen and (max-device-width: 640px) {
263
  .bws_banner_on_plugin_page .text,
264
  .bws_banner_on_plugin_page .icon,
265
  .bws_banner_on_plugin_page .button_div,
@@ -271,4 +272,90 @@ div.bws_banner_on_plugin_page .icon {
271
  position: relative;
272
  left: 8px;
273
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
274
  }
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");
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;
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,
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: 10;
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/icons/error-log-viewer.png ADDED
Binary file
bws_menu/icons/profile-extra-fields.png ADDED
Binary file
bws_menu/images/help.png ADDED
Binary file
bws_menu/images/shortcode-icon.png ADDED
Binary file
bws_menu/images/tooltip_icons.png ADDED
Binary file
bws_menu/js/shortcode-button.js ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ (function($) {
2
+ var win;
3
+ tinymce.create( 'tinymce.plugins.BWSButton', {
4
+ /**
5
+ * Initializes the plugin, this will be executed after the plugin has been created.
6
+ * This call is done before the editor instance has finished it's initialization so use the onInit event
7
+ * of the editor instance to intercept that event.
8
+ *
9
+ * @param {tinymce.Editor} ed Editor instance that the plugin is initialized in.
10
+ * @param {string} url Absolute URL to where the plugin is located.
11
+ */
12
+ init : function( ed, url ) {
13
+ ed.addButton( 'add_bws_shortcode', {
14
+ title : bws_shortcode_button.title,
15
+ image : bws_shortcode_button.icon_url,
16
+ onclick: function() {
17
+ if ( bws_shortcode_button.wp_version < '3.9' ) {
18
+ /* triggers the thickbox */
19
+ var width = jQuery(window).width(), H = jQuery(window).height(), W = ( 720 < width ) ? 720 : width;
20
+ W = W - 80;
21
+ H = H - 84;
22
+ tb_show( bws_shortcode_button.title, '#TB_inline?width=' + W + '&height=' + H + '&inlineId=bws_shortcode_popup' );
23
+
24
+ var current_object = '#TB_ajaxContent';
25
+ } else {
26
+ win = ed.windowManager.open( {
27
+ width: 400,
28
+ height: 400,
29
+ inline: true,
30
+ title: bws_shortcode_button.title,
31
+ body: {
32
+ id : 'bws-shortcode-content',
33
+ type: 'container',
34
+ classes: 'bws-shortcode',
35
+ html: $( '#bws_shortcode_popup' ).html()
36
+ },
37
+ buttons: [{
38
+ text: 'Insert',
39
+ classes: 'button-primary primary bws_shortcode_insert',
40
+ onclick: function( e ) {
41
+ var shortcode = $( '.mce-container-body #bws_shortcode_display' ).text();
42
+ if ( '' != shortcode ) {
43
+ /* insert shortcode to tinymce */
44
+ ed.insertContent( shortcode );
45
+ }
46
+ ed.windowManager.close();
47
+ },
48
+ },
49
+ {
50
+ text: 'Cancel',
51
+ onclick: 'close'
52
+ }],
53
+
54
+ });
55
+ var current_object = '.mce-container-body';
56
+ }
57
+ var select_count = $( current_object + ' select#bws_shortcode_select option').length;
58
+ if ( 1 == select_count ) {
59
+ $( current_object + ' #bws_shortcode_select_plugin' ).hide();
60
+ }
61
+
62
+ var plugin = $( current_object + ' #bws_shortcode_select option:selected' ).val();
63
+ $( current_object + ' #bws_shortcode_content > div' ).hide();
64
+ $( current_object + ' #bws_shortcode_content > #' + plugin ).show();
65
+
66
+ if ( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).length > 0 ) {
67
+ $( current_object + ' #bws_shortcode_display' ).text( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).val() );
68
+ }
69
+
70
+ $( current_object + ' #bws_shortcode_select' ).on( 'change',function() {
71
+ var plugin = $( current_object + ' #bws_shortcode_select option:selected' ).val();
72
+ $( current_object + ' #bws_shortcode_content > div' ).hide();
73
+ $( current_object + ' #bws_shortcode_content > #' + plugin ).show();
74
+ if ( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).length > 0 ) {
75
+ $( current_object + ' #bws_shortcode_display' ).text( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).val() );
76
+ } else {
77
+ $( current_object + ' #bws_shortcode_display' ).text( '' );
78
+ }
79
+ });
80
+
81
+ $.each( bws_shortcode_button.function_name, function( index, value ) {
82
+ eval( value + '();' );
83
+ });
84
+ }
85
+ });
86
+ },
87
+
88
+ /**
89
+ * Creates control instances based in the incomming name. This method is normally not
90
+ * needed since the addButton method of the tinymce.Editor class is a more easy way of adding buttons
91
+ * but you sometimes need to create more complex controls like listboxes, split buttons etc then this
92
+ * method can be used to create those.
93
+ *
94
+ * @param {String} n Name of the control to create.
95
+ * @param {tinymce.ControlManager} cm Control manager to use inorder to create new control.
96
+ * @return {tinymce.ui.Control} New control instance or null if no control was created.
97
+ */
98
+ createControl : function(n, cm) {
99
+ return null;
100
+ },
101
+
102
+ /**
103
+ * Returns information about the plugin as a name/value array.
104
+ * The current keys are longname, author, authorurl, infourl and version.
105
+ *
106
+ * @return {Object} Name/value array containing information about the plugin.
107
+ */
108
+ getInfo : function() {
109
+ return {
110
+ longname : 'BWS Shortcode Buttons',
111
+ author : 'BWS',
112
+ authorurl : 'http://bestwebsoft.com',
113
+ infourl : '',
114
+ version : "0.1"
115
+ };
116
+ }
117
+ });
118
+
119
+ /* Register plugin */
120
+ tinymce.PluginManager.add( 'add_bws_shortcode', tinymce.plugins.BWSButton );
121
+ })(jQuery);
bws_menu/languages/bestwebsoft-de_DE.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-de_DE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-06-12 15:56+0300\n"
6
- "PO-Revision-Date: 2015-06-12 15:56+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,658 +18,705 @@ msgstr ""
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: bws_functions.php:89
22
  msgid "requires"
23
  msgstr ""
24
 
25
- #: bws_functions.php:91
26
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
27
  msgstr ""
28
 
29
- #: bws_functions.php:92
30
  msgid "Back to the WordPress"
31
  msgstr ""
32
 
33
  # @ captcha
34
- #: bws_functions.php:94
35
  #, fuzzy
36
  msgid "Plugins page"
37
  msgstr "BWS Plugins"
38
 
39
- #: bws_functions.php:151
40
  msgid "It’s time to upgrade your"
41
  msgstr ""
42
 
43
- #: bws_functions.php:151
44
  msgid "to"
45
  msgstr ""
46
 
47
  # @ captcha
48
- #: bws_functions.php:151
49
  #, fuzzy
50
  msgid "version!"
51
  msgstr "PHP Version"
52
 
53
- #: bws_functions.php:152
54
  msgid "Extend standard plugin functionality with new great options."
55
  msgstr ""
56
 
57
  # @ captcha
58
- #: bws_functions.php:155
59
- #: bws_functions.php:542
60
  #, fuzzy
61
  msgid "Learn More"
62
  msgstr "Lesen Sie mehr"
63
 
64
- #: bws_functions.php:172
65
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
66
  msgstr ""
67
 
68
  # @ captcha
69
- #: bws_functions.php:173
70
  #, fuzzy
71
  msgid "Rate the plugin"
72
  msgstr "Aktivierte Plugins"
73
 
74
  # @ captcha
75
- #: bws_functions.php:176
76
  #, fuzzy
77
  msgid "If there is something wrong about it, please contact us"
78
  msgstr "Wenn Sie irgendwelche Fragen haben, kontaktieren Sie uns bitte über"
79
 
80
- #: bws_functions.php:193
81
- #: bws_functions.php:229
82
  msgid "Wrong license key"
83
  msgstr ""
84
 
85
- #: bws_functions.php:223
86
- #: bws_functions.php:455
87
- #: bws_functions.php:506
88
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
89
  msgstr ""
90
 
91
- #: bws_functions.php:223
92
- #: bws_functions.php:455
93
- #: bws_functions.php:506
94
  msgid "We are sorry for inconvenience."
95
  msgstr ""
96
 
97
- #: bws_functions.php:231
98
  msgid "This license key is bind to another site"
99
  msgstr ""
100
 
101
- #: bws_functions.php:233
102
- #: bws_functions.php:365
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:235
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:237
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:248
115
- #: bws_functions.php:270
116
- #: bws_functions.php:292
117
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
118
  msgstr ""
119
 
120
- #: bws_functions.php:260
121
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
122
  msgstr ""
123
 
124
- #: bws_functions.php:266
125
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
126
  msgstr ""
127
 
128
- #: bws_functions.php:273
129
  msgid "UploadDir is not writable. Please, upload the plugin manually"
130
  msgstr ""
131
 
132
- #: bws_functions.php:296
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:321
137
  msgid "Please, enter Your license key"
138
  msgstr ""
139
 
140
- #: bws_functions.php:338
141
- msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
142
  msgstr ""
143
 
144
- #: bws_functions.php:340
145
- #: bws_functions.php:422
146
  msgid "Please, go to"
147
  msgstr ""
148
 
149
- #: bws_functions.php:340
150
- #: bws_functions.php:422
151
  msgid "the setting page"
152
  msgstr ""
153
 
154
- #: bws_functions.php:341
155
- #: bws_functions.php:423
156
  msgid "You will be redirected automatically in 5 seconds."
157
  msgstr ""
158
 
159
- #: bws_functions.php:346
160
  msgid "You can download and activate"
161
  msgstr ""
162
 
163
- #: bws_functions.php:348
164
  msgid "version of this plugin by entering Your license key."
165
  msgstr ""
166
 
167
- #: bws_functions.php:350
168
- #: bws_functions.php:391
169
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
170
  msgstr ""
171
 
172
- #: bws_functions.php:352
173
- #: bws_functions.php:393
174
  msgid "(your username is the email you specify when purchasing the product)."
175
  msgstr ""
176
 
177
- #: bws_functions.php:356
 
178
  msgid "or"
179
  msgstr ""
180
 
181
- #: bws_functions.php:356
182
  #, php-format
183
  msgid "Start Your Free %s-Day Trial Now"
184
  msgstr ""
185
 
186
  # @ captcha
187
- #: bws_functions.php:362
188
- #: bws_functions.php:371
189
- #: bws_functions.php:401
190
- #: bws_functions.php:409
191
- #: bws_menu.php:657
192
- #: bws_menu.php:714
193
  #, fuzzy
194
  msgid "Activate"
195
  msgstr "Aktivierte Plugins"
196
 
197
- #: bws_functions.php:388
198
- #: bws_functions.php:481
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:389
204
  msgid "After that you can activate it by entering your license key."
205
  msgstr ""
206
 
207
- #: bws_functions.php:403
208
  msgid "Unfortunately, you have exceeded the number of available tries per day."
209
  msgstr ""
210
 
211
- #: bws_functions.php:420
212
- msgid "Congratulations! The PRO license of the plugin is successfully activated."
213
  msgstr ""
214
 
215
- #: bws_functions.php:461
216
  msgid "Wrong license key."
217
  msgstr ""
218
 
219
- #: bws_functions.php:463
220
  msgid "This license key is bind to another site."
221
  msgstr ""
222
 
223
- #: bws_functions.php:465
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:467
228
  msgid "Unfortunately, you have exceeded the number of available tries."
229
  msgstr ""
230
 
231
- #: bws_functions.php:469
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:473
236
- msgid "The PRO Trial license key is valid."
237
  msgstr ""
238
 
239
- #: bws_functions.php:475
240
  msgid "The license key is valid."
241
  msgstr ""
242
 
243
- #: bws_functions.php:478
244
  msgid "Your license will expire on"
245
  msgstr ""
246
 
247
- #: bws_functions.php:511
248
  msgid "Please, enter your license key"
249
  msgstr ""
250
 
251
- #: bws_functions.php:524
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:524
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:528
260
  msgid "Check license key"
261
  msgstr ""
262
 
263
- #: bws_functions.php:542
264
  msgid "WARNING: Illegal use notification"
265
  msgstr ""
266
 
267
- #: bws_functions.php:542
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:550
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:552
276
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
277
  msgstr ""
278
 
279
  # @ captcha
280
- #: bws_functions.php:552
281
- #: bws_functions.php:605
282
- #: bws_menu.php:633
283
- #: bws_menu.php:655
284
- #: bws_menu.php:682
285
- #: bws_menu.php:712
286
- #: bws_menu.php:758
287
  #, fuzzy
288
  msgid "Learn more"
289
  msgstr "Lesen Sie mehr"
290
 
291
- #: bws_functions.php:562
292
  #, php-format
293
- msgid "Notice: You are using the PRO Trial license of %s plugin."
294
  msgstr ""
295
 
296
- #: bws_functions.php:564
297
- msgid "Notice: You are using the PRO Trial license of plugin."
298
  msgstr ""
299
 
300
- #: bws_functions.php:567
301
- msgid "The PRO Trial license will expire on"
302
  msgstr ""
303
 
304
- #: bws_functions.php:605
305
  msgid "You license for"
306
  msgstr ""
307
 
308
- #: bws_functions.php:605
309
  msgid "expires on"
310
  msgstr ""
311
 
312
- #: bws_functions.php:605
313
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
314
  msgstr ""
315
 
316
- #: bws_functions.php:680
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
317
  msgid "Close"
318
  msgstr ""
319
 
320
- #: bws_functions.php:771
321
- #: bws_functions.php:784
322
  msgid "Restore all plugin settings to defaults"
323
  msgstr ""
324
 
325
- #: bws_functions.php:773
326
- #: bws_functions.php:786
327
  msgid "Restore settings"
328
  msgstr ""
329
 
330
- #: bws_functions.php:797
331
  msgid "Are you sure you want to restore all settings by default?"
332
  msgstr ""
333
 
334
- #: bws_functions.php:799
335
  msgid "Yes, restore all settings"
336
  msgstr ""
337
 
338
- #: bws_functions.php:800
339
  msgid "No, go back to the settings page"
340
  msgstr ""
341
 
342
  # @ captcha
343
- #: bws_menu.php:470
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
344
  msgid "Not set"
345
  msgstr "Nicht festgelegt"
346
 
347
  # @ captcha
348
- #: bws_menu.php:472
349
- #: bws_menu.php:473
350
  msgid "On"
351
  msgstr "Ein"
352
 
353
  # @ captcha
354
- #: bws_menu.php:472
355
- #: bws_menu.php:473
356
  msgid "Off"
357
  msgstr "Ausgeschaltet"
358
 
359
  # @ captcha
360
- #: bws_menu.php:474
361
- #: bws_menu.php:475
362
- #: bws_menu.php:476
363
- #: bws_menu.php:477
364
- #: bws_menu.php:478
365
- #: bws_menu.php:490
366
  msgid "N/A"
367
  msgstr "keine Angaben"
368
 
369
  # @ captcha
370
- #: bws_menu.php:478
371
  msgid " Mb"
372
  msgstr " Mb"
373
 
374
  # @ captcha
375
- #: bws_menu.php:479
376
- #: bws_menu.php:480
377
- #: bws_menu.php:481
378
- #: bws_menu.php:486
379
  msgid "Yes"
380
  msgstr "Ja"
381
 
382
  # @ captcha
383
- #: bws_menu.php:479
384
- #: bws_menu.php:480
385
- #: bws_menu.php:481
386
- #: bws_menu.php:488
387
  msgid "No"
388
  msgstr "Nein"
389
 
390
  # @ captcha
391
- #: bws_menu.php:498
392
  msgid "Operating System"
393
  msgstr "Betriebs-System"
394
 
395
  # @ captcha
396
- #: bws_menu.php:499
397
  msgid "Server"
398
  msgstr "Server"
399
 
400
  # @ captcha
401
- #: bws_menu.php:500
402
  msgid "Memory usage"
403
  msgstr "Speichernutzung"
404
 
405
  # @ captcha
406
- #: bws_menu.php:501
407
  msgid "MYSQL Version"
408
  msgstr "MYSQL Version"
409
 
410
  # @ captcha
411
- #: bws_menu.php:502
412
  msgid "SQL Mode"
413
  msgstr "SQL Modus"
414
 
415
  # @ captcha
416
- #: bws_menu.php:503
417
  msgid "PHP Version"
418
  msgstr "PHP Version"
419
 
420
  # @ captcha
421
- #: bws_menu.php:504
422
  msgid "PHP Safe Mode"
423
  msgstr "PHP Gesicherter Modus"
424
 
425
  # @ captcha
426
- #: bws_menu.php:505
427
  msgid "PHP Allow URL fopen"
428
  msgstr "PHP Erlaubet URL zu öffnen (fopen)"
429
 
430
  # @ captcha
431
- #: bws_menu.php:506
432
  msgid "PHP Memory Limit"
433
  msgstr "PHP Speicher-Grenze"
434
 
435
  # @ captcha
436
- #: bws_menu.php:507
437
  msgid "PHP Max Upload Size"
438
  msgstr "PHP Maximale Upload Größe"
439
 
440
  # @ captcha
441
- #: bws_menu.php:508
442
  msgid "PHP Max Post Size"
443
  msgstr "PHP Maximale Beitrags-Größe"
444
 
445
  # @ captcha
446
- #: bws_menu.php:509
447
  msgid "PHP Max Script Execute Time"
448
  msgstr "PHP Maximale Script Ausführungszeit"
449
 
450
  # @ captcha
451
- #: bws_menu.php:510
452
  msgid "PHP Exif support"
453
  msgstr "PHP Exif Support"
454
 
455
  # @ captcha
456
- #: bws_menu.php:511
457
  msgid "PHP IPTC support"
458
  msgstr "PHP IPTC Support"
459
 
460
  # @ captcha
461
- #: bws_menu.php:512
462
  msgid "PHP XML support"
463
  msgstr "PHP XML Support"
464
 
465
  # @ captcha
466
- #: bws_menu.php:513
467
  msgid "Site URL"
468
  msgstr "Site URL"
469
 
470
  # @ captcha
471
- #: bws_menu.php:514
472
  msgid "Home URL"
473
  msgstr "Home URL"
474
 
475
  # @ captcha
476
- #: bws_menu.php:517
477
  msgid "WordPress Version"
478
  msgstr "WordPress Version"
479
 
480
  # @ captcha
481
- #: bws_menu.php:518
482
  msgid "WordPress DB Version"
483
  msgstr "WordPress DB Version"
484
 
485
  # @ captcha
486
- #: bws_menu.php:519
487
  msgid "Multisite"
488
  msgstr "Multisite"
489
 
490
  # @ captcha
491
- #: bws_menu.php:520
492
  msgid "Active Theme"
493
  msgstr "Actives Theme"
494
 
495
  # @ captcha
496
- #: bws_menu.php:535
497
  msgid "Please enter a valid email address."
498
  msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
499
 
500
  # @ captcha
501
- #: bws_menu.php:539
502
  msgid "Email with system info is sent to "
503
  msgstr "E-Mail-mit System Informationen wird gesendet an "
504
 
505
  # @ captcha
506
- #: bws_menu.php:543
507
  msgid "Thank you for contacting us."
508
  msgstr "Vielen Dank für Ihre Kontaktaufnahme."
509
 
510
  # @ captcha
511
- #: bws_menu.php:576
512
  msgid "Sorry, email message could not be delivered."
513
  msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
514
 
515
- #: bws_menu.php:584
516
  msgid "Need help?"
517
  msgstr ""
518
 
519
- #: bws_menu.php:585
520
  msgid "Client area"
521
  msgstr ""
522
 
523
  # @ captcha
524
- #: bws_menu.php:586
525
- #: bws_menu.php:897
526
  msgid "System status"
527
  msgstr "System Status"
528
 
529
  # @ captcha
530
- #: bws_menu.php:591
531
  #, fuzzy
532
  msgid "Plugins"
533
  msgstr "BWS Plugins"
534
 
535
- #: bws_menu.php:593
536
  msgid "Themes"
537
  msgstr ""
538
 
539
- #: bws_menu.php:598
540
  msgid "All"
541
  msgstr ""
542
 
543
  # @ default
544
- #: bws_menu.php:599
545
  #, fuzzy
546
  msgid "Installed"
547
  msgstr "Installiere %s"
548
 
549
  # @ captcha
550
- #: bws_menu.php:600
551
  #, fuzzy
552
  msgid "Recommended"
553
  msgstr "Empfohlene Plugins"
554
 
555
  # @ captcha
556
- #: bws_menu.php:604
557
  msgid "Installed plugins"
558
  msgstr "Installierte Plugins"
559
 
560
  # @ captcha
561
- #: bws_menu.php:636
562
- #: bws_menu.php:685
563
  msgid "Settings"
564
  msgstr "Einstellungen"
565
 
566
  # @ captcha
567
- #: bws_menu.php:657
568
- #: bws_menu.php:714
569
  #, fuzzy
570
  msgid "Activate this plugin"
571
  msgstr "Aktivierte Plugins"
572
 
573
- #: bws_menu.php:672
574
- #: bws_menu.php:702
575
- #: bws_menu.php:748
576
  msgid "Go"
577
  msgstr ""
578
 
579
- #: bws_menu.php:676
580
- #: bws_menu.php:706
581
- #: bws_menu.php:752
582
  msgid "DONATE"
583
  msgstr ""
584
 
585
  # @ captcha
586
- #: bws_menu.php:722
587
  msgid "Recommended plugins"
588
  msgstr "Empfohlene Plugins"
589
 
590
  # @ default
591
- #: bws_menu.php:760
592
  #, fuzzy
593
  msgid "Install now"
594
  msgstr "Installiere %s"
595
 
596
- #: bws_menu.php:781
597
  msgid "Try again"
598
  msgstr ""
599
 
600
- #: bws_menu.php:799
601
  #, php-format
602
  msgid "Preview &#8220;%s&#8221;"
603
  msgstr ""
604
 
605
  # @ default
606
- #: bws_menu.php:830
607
  #, php-format
608
  msgid "Install %s"
609
  msgstr "Installiere %s"
610
 
611
  # @ default
612
- #: bws_menu.php:830
613
  #, fuzzy
614
  msgid "Install Now"
615
  msgstr "Installiere %s"
616
 
617
- #: bws_menu.php:833
618
  #, php-format
619
  msgid "Update to version %s"
620
  msgstr ""
621
 
622
- #: bws_menu.php:833
623
  msgid "Update"
624
  msgstr ""
625
 
626
- #: bws_menu.php:840
627
  #, php-format
628
  msgid "Preview %s"
629
  msgstr ""
630
 
631
- #: bws_menu.php:840
632
  msgid "Preview"
633
  msgstr ""
634
 
635
- #: bws_menu.php:846
636
- #: bws_menu.php:878
637
  #, php-format
638
  msgid "By %s"
639
  msgstr ""
640
 
641
- #: bws_menu.php:852
642
  msgid "Details"
643
  msgstr ""
644
 
645
  # @ default
646
- #: bws_menu.php:884
647
  #, fuzzy
648
  msgid "Already Installed"
649
  msgstr "Installiere %s"
650
 
651
  # @ captcha
652
- #: bws_menu.php:900
653
  msgid "Environment"
654
  msgstr "Umgebungsvariable"
655
 
656
  # @ captcha
657
- #: bws_menu.php:911
658
  msgid "Active Plugins"
659
  msgstr "Aktivierte Plugins"
660
 
661
  # @ captcha
662
- #: bws_menu.php:924
663
  msgid "Inactive Plugins"
664
  msgstr "Inactive Plugins"
665
 
666
  # @ captcha
667
- #: bws_menu.php:940
668
  msgid "Send to support"
669
  msgstr "Sende zuzm Support"
670
 
671
  # @ captcha
672
- #: bws_menu.php:947
673
  msgid "Send to custom email &#187;"
674
  msgstr "Senden Sie eine benutzerdefinierte E-Mail zu &#187;"
675
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-07 13:10+0300\n"
6
+ "PO-Revision-Date: 2015-09-07 13:10+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:29
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
  # @ captcha
34
+ #: bws_functions.php:34
35
  #, fuzzy
36
  msgid "Plugins page"
37
  msgstr "BWS Plugins"
38
 
39
+ #: bws_functions.php:91
40
  msgid "It’s time to upgrade your"
41
  msgstr ""
42
 
43
+ #: bws_functions.php:91
44
  msgid "to"
45
  msgstr ""
46
 
47
  # @ captcha
48
+ #: bws_functions.php:91
49
  #, fuzzy
50
  msgid "version!"
51
  msgstr "PHP Version"
52
 
53
+ #: bws_functions.php:92
54
  msgid "Extend standard plugin functionality with new great options."
55
  msgstr ""
56
 
57
  # @ captcha
58
+ #: bws_functions.php:95
59
+ #: bws_functions.php:492
60
  #, fuzzy
61
  msgid "Learn More"
62
  msgstr "Lesen Sie mehr"
63
 
64
+ #: bws_functions.php:112
65
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
66
  msgstr ""
67
 
68
  # @ captcha
69
+ #: bws_functions.php:113
70
  #, fuzzy
71
  msgid "Rate the plugin"
72
  msgstr "Aktivierte Plugins"
73
 
74
  # @ captcha
75
+ #: bws_functions.php:116
76
  #, fuzzy
77
  msgid "If there is something wrong about it, please contact us"
78
  msgstr "Wenn Sie irgendwelche Fragen haben, kontaktieren Sie uns bitte über"
79
 
80
+ #: bws_functions.php:133
81
+ #: bws_functions.php:169
82
  msgid "Wrong license key"
83
  msgstr ""
84
 
85
+ #: bws_functions.php:163
86
+ #: bws_functions.php:405
87
+ #: bws_functions.php:456
88
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
89
  msgstr ""
90
 
91
+ #: bws_functions.php:163
92
+ #: bws_functions.php:405
93
+ #: bws_functions.php:456
94
  msgid "We are sorry for inconvenience."
95
  msgstr ""
96
 
97
+ #: bws_functions.php:171
98
  msgid "This license key is bind to another site"
99
  msgstr ""
100
 
101
+ #: bws_functions.php:173
102
+ #: bws_functions.php:315
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:175
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:177
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:198
115
+ #: bws_functions.php:220
116
+ #: bws_functions.php:242
117
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
118
  msgstr ""
119
 
120
+ #: bws_functions.php:210
121
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
122
  msgstr ""
123
 
124
+ #: bws_functions.php:216
125
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
126
  msgstr ""
127
 
128
+ #: bws_functions.php:223
129
  msgid "UploadDir is not writable. Please, upload the plugin manually"
130
  msgstr ""
131
 
132
+ #: bws_functions.php:246
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:271
137
  msgid "Please, enter Your license key"
138
  msgstr ""
139
 
140
+ #: bws_functions.php:288
141
+ msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
142
  msgstr ""
143
 
144
+ #: bws_functions.php:290
145
+ #: bws_functions.php:372
146
  msgid "Please, go to"
147
  msgstr ""
148
 
149
+ #: bws_functions.php:290
150
+ #: bws_functions.php:372
151
  msgid "the setting page"
152
  msgstr ""
153
 
154
+ #: bws_functions.php:291
155
+ #: bws_functions.php:373
156
  msgid "You will be redirected automatically in 5 seconds."
157
  msgstr ""
158
 
159
+ #: bws_functions.php:296
160
  msgid "You can download and activate"
161
  msgstr ""
162
 
163
+ #: bws_functions.php:298
164
  msgid "version of this plugin by entering Your license key."
165
  msgstr ""
166
 
167
+ #: bws_functions.php:300
168
+ #: bws_functions.php:341
169
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
170
  msgstr ""
171
 
172
+ #: bws_functions.php:302
173
+ #: bws_functions.php:343
174
  msgid "(your username is the email you specify when purchasing the product)."
175
  msgstr ""
176
 
177
+ #: bws_functions.php:306
178
+ #: bws_functions.php:609
179
  msgid "or"
180
  msgstr ""
181
 
182
+ #: bws_functions.php:306
183
  #, php-format
184
  msgid "Start Your Free %s-Day Trial Now"
185
  msgstr ""
186
 
187
  # @ captcha
188
+ #: bws_functions.php:312
189
+ #: bws_functions.php:321
190
+ #: bws_functions.php:351
191
+ #: bws_functions.php:359
192
+ #: bws_menu.php:685
193
+ #: bws_menu.php:742
194
  #, fuzzy
195
  msgid "Activate"
196
  msgstr "Aktivierte Plugins"
197
 
198
+ #: bws_functions.php:338
199
+ #: bws_functions.php:431
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:339
205
  msgid "After that you can activate it by entering your license key."
206
  msgstr ""
207
 
208
+ #: bws_functions.php:353
209
  msgid "Unfortunately, you have exceeded the number of available tries per day."
210
  msgstr ""
211
 
212
+ #: bws_functions.php:370
213
+ msgid "Congratulations! The Pro license of the plugin is successfully activated."
214
  msgstr ""
215
 
216
+ #: bws_functions.php:411
217
  msgid "Wrong license key."
218
  msgstr ""
219
 
220
+ #: bws_functions.php:413
221
  msgid "This license key is bind to another site."
222
  msgstr ""
223
 
224
+ #: bws_functions.php:415
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:417
229
  msgid "Unfortunately, you have exceeded the number of available tries."
230
  msgstr ""
231
 
232
+ #: bws_functions.php:419
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:423
237
+ msgid "The Pro Trial license key is valid."
238
  msgstr ""
239
 
240
+ #: bws_functions.php:425
241
  msgid "The license key is valid."
242
  msgstr ""
243
 
244
+ #: bws_functions.php:428
245
  msgid "Your license will expire on"
246
  msgstr ""
247
 
248
+ #: bws_functions.php:461
249
  msgid "Please, enter your license key"
250
  msgstr ""
251
 
252
+ #: bws_functions.php:474
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:474
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:478
261
  msgid "Check license key"
262
  msgstr ""
263
 
264
+ #: bws_functions.php:492
265
  msgid "WARNING: Illegal use notification"
266
  msgstr ""
267
 
268
+ #: bws_functions.php:492
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:500
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:502
277
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
278
  msgstr ""
279
 
280
  # @ captcha
281
+ #: bws_functions.php:502
282
+ #: bws_functions.php:555
283
+ #: bws_menu.php:661
284
+ #: bws_menu.php:683
285
+ #: bws_menu.php:710
286
+ #: bws_menu.php:740
287
+ #: bws_menu.php:786
288
  #, fuzzy
289
  msgid "Learn more"
290
  msgstr "Lesen Sie mehr"
291
 
292
+ #: bws_functions.php:512
293
  #, php-format
294
+ msgid "Notice: You are using the Pro Trial license of %s plugin."
295
  msgstr ""
296
 
297
+ #: bws_functions.php:514
298
+ msgid "Notice: You are using the Pro Trial license of plugin."
299
  msgstr ""
300
 
301
+ #: bws_functions.php:517
302
+ msgid "The Pro Trial license will expire on"
303
  msgstr ""
304
 
305
+ #: bws_functions.php:555
306
  msgid "You license for"
307
  msgstr ""
308
 
309
+ #: bws_functions.php:555
310
  msgid "expires on"
311
  msgstr ""
312
 
313
+ #: bws_functions.php:555
314
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
315
  msgstr ""
316
 
317
+ # @ captcha
318
+ #: bws_functions.php:605
319
+ #, fuzzy
320
+ msgid "Thank you for installing"
321
+ msgstr "Vielen Dank für Ihre Kontaktaufnahme."
322
+
323
+ #: bws_functions.php:606
324
+ msgid "Let's get started"
325
+ msgstr ""
326
+
327
+ # @ captcha
328
+ #: bws_functions.php:607
329
+ #, fuzzy
330
+ msgid "Configure Settings"
331
+ msgstr "Einstellungen"
332
+
333
+ #: bws_functions.php:610
334
+ msgid "Add New"
335
+ msgstr ""
336
+
337
+ #: bws_functions.php:614
338
+ msgid "Close notice"
339
+ msgstr ""
340
+
341
+ #: bws_functions.php:667
342
+ msgid "Add BWS shortcode"
343
+ msgstr ""
344
+
345
+ #: bws_functions.php:711
346
  msgid "Close"
347
  msgstr ""
348
 
349
+ #: bws_functions.php:802
 
350
  msgid "Restore all plugin settings to defaults"
351
  msgstr ""
352
 
353
+ #: bws_functions.php:804
 
354
  msgid "Restore settings"
355
  msgstr ""
356
 
357
+ #: bws_functions.php:815
358
  msgid "Are you sure you want to restore all settings by default?"
359
  msgstr ""
360
 
361
+ #: bws_functions.php:818
362
  msgid "Yes, restore all settings"
363
  msgstr ""
364
 
365
+ #: bws_functions.php:819
366
  msgid "No, go back to the settings page"
367
  msgstr ""
368
 
369
  # @ captcha
370
+ #: bws_functions.php:863
371
+ #, fuzzy
372
+ msgid "Plugin"
373
+ msgstr "BWS Plugins"
374
+
375
+ # @ captcha
376
+ #: bws_functions.php:872
377
+ #, fuzzy
378
+ msgid "Shortcode settings"
379
+ msgstr "Einstellungen"
380
+
381
+ #: bws_functions.php:877
382
+ msgid "The shortcode will be inserted"
383
+ msgstr ""
384
+
385
+ #: bws_functions.php:882
386
+ msgid "Insert"
387
+ msgstr ""
388
+
389
+ # @ captcha
390
+ #: bws_menu.php:498
391
  msgid "Not set"
392
  msgstr "Nicht festgelegt"
393
 
394
  # @ captcha
395
+ #: bws_menu.php:500
396
+ #: bws_menu.php:501
397
  msgid "On"
398
  msgstr "Ein"
399
 
400
  # @ captcha
401
+ #: bws_menu.php:500
402
+ #: bws_menu.php:501
403
  msgid "Off"
404
  msgstr "Ausgeschaltet"
405
 
406
  # @ captcha
407
+ #: bws_menu.php:502
408
+ #: bws_menu.php:503
409
+ #: bws_menu.php:504
410
+ #: bws_menu.php:505
411
+ #: bws_menu.php:506
412
+ #: bws_menu.php:518
413
  msgid "N/A"
414
  msgstr "keine Angaben"
415
 
416
  # @ captcha
417
+ #: bws_menu.php:506
418
  msgid " Mb"
419
  msgstr " Mb"
420
 
421
  # @ captcha
422
+ #: bws_menu.php:507
423
+ #: bws_menu.php:508
424
+ #: bws_menu.php:509
425
+ #: bws_menu.php:514
426
  msgid "Yes"
427
  msgstr "Ja"
428
 
429
  # @ captcha
430
+ #: bws_menu.php:507
431
+ #: bws_menu.php:508
432
+ #: bws_menu.php:509
433
+ #: bws_menu.php:516
434
  msgid "No"
435
  msgstr "Nein"
436
 
437
  # @ captcha
438
+ #: bws_menu.php:526
439
  msgid "Operating System"
440
  msgstr "Betriebs-System"
441
 
442
  # @ captcha
443
+ #: bws_menu.php:527
444
  msgid "Server"
445
  msgstr "Server"
446
 
447
  # @ captcha
448
+ #: bws_menu.php:528
449
  msgid "Memory usage"
450
  msgstr "Speichernutzung"
451
 
452
  # @ captcha
453
+ #: bws_menu.php:529
454
  msgid "MYSQL Version"
455
  msgstr "MYSQL Version"
456
 
457
  # @ captcha
458
+ #: bws_menu.php:530
459
  msgid "SQL Mode"
460
  msgstr "SQL Modus"
461
 
462
  # @ captcha
463
+ #: bws_menu.php:531
464
  msgid "PHP Version"
465
  msgstr "PHP Version"
466
 
467
  # @ captcha
468
+ #: bws_menu.php:532
469
  msgid "PHP Safe Mode"
470
  msgstr "PHP Gesicherter Modus"
471
 
472
  # @ captcha
473
+ #: bws_menu.php:533
474
  msgid "PHP Allow URL fopen"
475
  msgstr "PHP Erlaubet URL zu öffnen (fopen)"
476
 
477
  # @ captcha
478
+ #: bws_menu.php:534
479
  msgid "PHP Memory Limit"
480
  msgstr "PHP Speicher-Grenze"
481
 
482
  # @ captcha
483
+ #: bws_menu.php:535
484
  msgid "PHP Max Upload Size"
485
  msgstr "PHP Maximale Upload Größe"
486
 
487
  # @ captcha
488
+ #: bws_menu.php:536
489
  msgid "PHP Max Post Size"
490
  msgstr "PHP Maximale Beitrags-Größe"
491
 
492
  # @ captcha
493
+ #: bws_menu.php:537
494
  msgid "PHP Max Script Execute Time"
495
  msgstr "PHP Maximale Script Ausführungszeit"
496
 
497
  # @ captcha
498
+ #: bws_menu.php:538
499
  msgid "PHP Exif support"
500
  msgstr "PHP Exif Support"
501
 
502
  # @ captcha
503
+ #: bws_menu.php:539
504
  msgid "PHP IPTC support"
505
  msgstr "PHP IPTC Support"
506
 
507
  # @ captcha
508
+ #: bws_menu.php:540
509
  msgid "PHP XML support"
510
  msgstr "PHP XML Support"
511
 
512
  # @ captcha
513
+ #: bws_menu.php:541
514
  msgid "Site URL"
515
  msgstr "Site URL"
516
 
517
  # @ captcha
518
+ #: bws_menu.php:542
519
  msgid "Home URL"
520
  msgstr "Home URL"
521
 
522
  # @ captcha
523
+ #: bws_menu.php:545
524
  msgid "WordPress Version"
525
  msgstr "WordPress Version"
526
 
527
  # @ captcha
528
+ #: bws_menu.php:546
529
  msgid "WordPress DB Version"
530
  msgstr "WordPress DB Version"
531
 
532
  # @ captcha
533
+ #: bws_menu.php:547
534
  msgid "Multisite"
535
  msgstr "Multisite"
536
 
537
  # @ captcha
538
+ #: bws_menu.php:548
539
  msgid "Active Theme"
540
  msgstr "Actives Theme"
541
 
542
  # @ captcha
543
+ #: bws_menu.php:563
544
  msgid "Please enter a valid email address."
545
  msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
546
 
547
  # @ captcha
548
+ #: bws_menu.php:567
549
  msgid "Email with system info is sent to "
550
  msgstr "E-Mail-mit System Informationen wird gesendet an "
551
 
552
  # @ captcha
553
+ #: bws_menu.php:571
554
  msgid "Thank you for contacting us."
555
  msgstr "Vielen Dank für Ihre Kontaktaufnahme."
556
 
557
  # @ captcha
558
+ #: bws_menu.php:604
559
  msgid "Sorry, email message could not be delivered."
560
  msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
561
 
562
+ #: bws_menu.php:612
563
  msgid "Need help?"
564
  msgstr ""
565
 
566
+ #: bws_menu.php:613
567
  msgid "Client area"
568
  msgstr ""
569
 
570
  # @ captcha
571
+ #: bws_menu.php:614
572
+ #: bws_menu.php:925
573
  msgid "System status"
574
  msgstr "System Status"
575
 
576
  # @ captcha
577
+ #: bws_menu.php:619
578
  #, fuzzy
579
  msgid "Plugins"
580
  msgstr "BWS Plugins"
581
 
582
+ #: bws_menu.php:621
583
  msgid "Themes"
584
  msgstr ""
585
 
586
+ #: bws_menu.php:626
587
  msgid "All"
588
  msgstr ""
589
 
590
  # @ default
591
+ #: bws_menu.php:627
592
  #, fuzzy
593
  msgid "Installed"
594
  msgstr "Installiere %s"
595
 
596
  # @ captcha
597
+ #: bws_menu.php:628
598
  #, fuzzy
599
  msgid "Recommended"
600
  msgstr "Empfohlene Plugins"
601
 
602
  # @ captcha
603
+ #: bws_menu.php:632
604
  msgid "Installed plugins"
605
  msgstr "Installierte Plugins"
606
 
607
  # @ captcha
608
+ #: bws_menu.php:664
609
+ #: bws_menu.php:713
610
  msgid "Settings"
611
  msgstr "Einstellungen"
612
 
613
  # @ captcha
614
+ #: bws_menu.php:685
615
+ #: bws_menu.php:742
616
  #, fuzzy
617
  msgid "Activate this plugin"
618
  msgstr "Aktivierte Plugins"
619
 
620
+ #: bws_menu.php:700
621
+ #: bws_menu.php:730
622
+ #: bws_menu.php:776
623
  msgid "Go"
624
  msgstr ""
625
 
626
+ #: bws_menu.php:704
627
+ #: bws_menu.php:734
628
+ #: bws_menu.php:780
629
  msgid "DONATE"
630
  msgstr ""
631
 
632
  # @ captcha
633
+ #: bws_menu.php:750
634
  msgid "Recommended plugins"
635
  msgstr "Empfohlene Plugins"
636
 
637
  # @ default
638
+ #: bws_menu.php:788
639
  #, fuzzy
640
  msgid "Install now"
641
  msgstr "Installiere %s"
642
 
643
+ #: bws_menu.php:809
644
  msgid "Try again"
645
  msgstr ""
646
 
647
+ #: bws_menu.php:827
648
  #, php-format
649
  msgid "Preview &#8220;%s&#8221;"
650
  msgstr ""
651
 
652
  # @ default
653
+ #: bws_menu.php:858
654
  #, php-format
655
  msgid "Install %s"
656
  msgstr "Installiere %s"
657
 
658
  # @ default
659
+ #: bws_menu.php:858
660
  #, fuzzy
661
  msgid "Install Now"
662
  msgstr "Installiere %s"
663
 
664
+ #: bws_menu.php:861
665
  #, php-format
666
  msgid "Update to version %s"
667
  msgstr ""
668
 
669
+ #: bws_menu.php:861
670
  msgid "Update"
671
  msgstr ""
672
 
673
+ #: bws_menu.php:868
674
  #, php-format
675
  msgid "Preview %s"
676
  msgstr ""
677
 
678
+ #: bws_menu.php:868
679
  msgid "Preview"
680
  msgstr ""
681
 
682
+ #: bws_menu.php:874
683
+ #: bws_menu.php:906
684
  #, php-format
685
  msgid "By %s"
686
  msgstr ""
687
 
688
+ #: bws_menu.php:880
689
  msgid "Details"
690
  msgstr ""
691
 
692
  # @ default
693
+ #: bws_menu.php:912
694
  #, fuzzy
695
  msgid "Already Installed"
696
  msgstr "Installiere %s"
697
 
698
  # @ captcha
699
+ #: bws_menu.php:928
700
  msgid "Environment"
701
  msgstr "Umgebungsvariable"
702
 
703
  # @ captcha
704
+ #: bws_menu.php:939
705
  msgid "Active Plugins"
706
  msgstr "Aktivierte Plugins"
707
 
708
  # @ captcha
709
+ #: bws_menu.php:952
710
  msgid "Inactive Plugins"
711
  msgstr "Inactive Plugins"
712
 
713
  # @ captcha
714
+ #: bws_menu.php:968
715
  msgid "Send to support"
716
  msgstr "Sende zuzm Support"
717
 
718
  # @ captcha
719
+ #: bws_menu.php:975
720
  msgid "Send to custom email &#187;"
721
  msgstr "Senden Sie eine benutzerdefinierte E-Mail zu &#187;"
722
 
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-06-12 15:56+0300\n"
6
- "PO-Revision-Date: 2015-06-12 15:56+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,591 +17,643 @@ msgstr ""
17
  "X-Generator: Poedit 1.5.7\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: bws_functions.php:89
21
  msgid "requires"
22
  msgstr "obligatoire"
23
 
24
- #: bws_functions.php:91
25
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
26
  msgstr "ou supérieure, c'est pourquoi il a été désactivé! Merci de faire la mise à jour de WordPress puis de ré-essayer."
27
 
28
- #: bws_functions.php:92
29
  msgid "Back to the WordPress"
30
  msgstr "Retour à WordPress"
31
 
32
- #: bws_functions.php:94
33
  msgid "Plugins page"
34
  msgstr "Page des extensions"
35
 
36
- #: bws_functions.php:151
37
  msgid "It’s time to upgrade your"
38
  msgstr "C'est le moment de mettre à jour votre "
39
 
40
- #: bws_functions.php:151
41
  msgid "to"
42
  msgstr "à"
43
 
44
- #: bws_functions.php:151
45
  msgid "version!"
46
  msgstr "version"
47
 
48
- #: bws_functions.php:152
49
  msgid "Extend standard plugin functionality with new great options."
50
  msgstr "Etend les fonctionalités classiques de l'extension avec des nouvelles options."
51
 
52
- #: bws_functions.php:155
53
- #: bws_functions.php:542
54
  msgid "Learn More"
55
  msgstr "En savoir plus"
56
 
57
- #: bws_functions.php:172
58
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
59
  msgstr "Si notre extension vous satisfait, merci de la notée avec 5 étoiles dans Wordpress"
60
 
61
- #: bws_functions.php:173
62
  msgid "Rate the plugin"
63
  msgstr "Voter pour l'extension"
64
 
65
- #: bws_functions.php:176
66
  msgid "If there is something wrong about it, please contact us"
67
  msgstr "Si vous avez une question, n'hésitez pas à nous contacter"
68
 
69
- #: bws_functions.php:193
70
- #: bws_functions.php:229
71
  msgid "Wrong license key"
72
  msgstr "Clé de licence incorrecte"
73
 
74
- #: bws_functions.php:223
75
- #: bws_functions.php:455
76
- #: bws_functions.php:506
77
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
78
  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."
79
 
80
- #: bws_functions.php:223
81
- #: bws_functions.php:455
82
- #: bws_functions.php:506
83
  msgid "We are sorry for inconvenience."
84
  msgstr "Nous sommes désolés pour le désagrément."
85
 
86
- #: bws_functions.php:231
87
  msgid "This license key is bind to another site"
88
  msgstr "La clé de licence correspond à un autre site."
89
 
90
- #: bws_functions.php:233
91
- #: bws_functions.php:365
92
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
93
  msgstr "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de télécharger l'extension manuellement."
94
 
95
- #: bws_functions.php:235
96
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
97
  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"
98
 
99
- #: bws_functions.php:237
100
- msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
 
101
  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."
102
 
103
- #: bws_functions.php:248
104
- #: bws_functions.php:270
105
- #: bws_functions.php:292
106
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
107
  msgstr "Erreur de téléchargement de l'archive ZIP. Merci de télécharger l'extension manuellement."
108
 
109
- #: bws_functions.php:260
110
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
111
  msgstr "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension manuellement."
112
 
113
- #: bws_functions.php:266
114
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
115
  msgstr "Votre server n'a pas le support du format des archives ZIP ou Phar. Merci de télécharger l'extension manuellement."
116
 
117
- #: bws_functions.php:273
118
  msgid "UploadDir is not writable. Please, upload the plugin manually"
119
  msgstr "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension manuellement."
120
 
121
- #: bws_functions.php:296
122
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
123
  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."
124
 
125
- #: bws_functions.php:321
126
  msgid "Please, enter Your license key"
127
  msgstr "Merci de saisir votre clé de licence"
128
 
129
- #: bws_functions.php:338
130
- msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
 
131
  msgstr "Félicitations! La version PRO de cette extension a été téléchargée et activée avec succès."
132
 
133
- #: bws_functions.php:340
134
- #: bws_functions.php:422
135
  msgid "Please, go to"
136
  msgstr "Merci d'allez à"
137
 
138
- #: bws_functions.php:340
139
- #: bws_functions.php:422
140
  msgid "the setting page"
141
  msgstr "Options supplémentaires"
142
 
143
- #: bws_functions.php:341
144
- #: bws_functions.php:423
145
  msgid "You will be redirected automatically in 5 seconds."
146
  msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
147
 
148
- #: bws_functions.php:346
149
  msgid "You can download and activate"
150
  msgstr "Vous pouvez télécharger et activer la version "
151
 
152
- #: bws_functions.php:348
153
  msgid "version of this plugin by entering Your license key."
154
  msgstr " de cette extension en donnant votre clé de licence."
155
 
156
- #: bws_functions.php:350
157
- #: bws_functions.php:391
158
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
159
  msgstr "Vous pouvez trouver votre clé de licence sur votre page personnelle dans la zone cliente en cliquant sur le lien"
160
 
161
- #: bws_functions.php:352
162
- #: bws_functions.php:393
163
  msgid "(your username is the email you specify when purchasing the product)."
164
  msgstr "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de l'achat de l'extension)."
165
 
166
- #: bws_functions.php:356
 
167
  msgid "or"
168
  msgstr "ou"
169
 
170
- #: bws_functions.php:356
171
  #, php-format
172
  msgid "Start Your Free %s-Day Trial Now"
173
  msgstr "Débuter votre licence d'évaluation gratuite de %s jours"
174
 
175
- #: bws_functions.php:362
176
- #: bws_functions.php:371
177
- #: bws_functions.php:401
178
- #: bws_functions.php:409
179
- #: bws_menu.php:657
180
- #: bws_menu.php:714
181
  msgid "Activate"
182
  msgstr "Activé"
183
 
184
- #: bws_functions.php:388
185
- #: bws_functions.php:481
186
  #, php-format
187
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
188
  msgstr "Afin de pouvoir continuer à utiliser cette extension il est nécessaire d'acheter une licence %s."
189
 
190
- #: bws_functions.php:389
191
  msgid "After that you can activate it by entering your license key."
192
  msgstr " Après vous pouvez activer cette extension en donnant votre clé de licence."
193
 
194
- #: bws_functions.php:403
195
  msgid "Unfortunately, you have exceeded the number of available tries per day."
196
  msgstr "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de télécharger l'extension manuellement."
197
 
198
- #: bws_functions.php:420
199
- msgid "Congratulations! The PRO license of the plugin is successfully activated."
 
200
  msgstr "Félicitations! La version PRO de cette extension a été téléchargée et activée avec succès."
201
 
202
- #: bws_functions.php:461
203
  msgid "Wrong license key."
204
  msgstr "Clé de licence incorrecte."
205
 
206
- #: bws_functions.php:463
207
  msgid "This license key is bind to another site."
208
  msgstr "La clé de licence correspond à un autre site."
209
 
210
- #: bws_functions.php:465
211
  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."
212
  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."
213
 
214
- #: bws_functions.php:467
215
  msgid "Unfortunately, you have exceeded the number of available tries."
216
  msgstr "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de télécharger l'extension manuellement."
217
 
218
- #: bws_functions.php:469
219
- msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
 
220
  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."
221
 
222
- #: bws_functions.php:473
223
- msgid "The PRO Trial license key is valid."
 
224
  msgstr "La clé de licence d'évaluation est valide."
225
 
226
- #: bws_functions.php:475
227
  msgid "The license key is valid."
228
  msgstr "La clé de licence est valide."
229
 
230
- #: bws_functions.php:478
231
  msgid "Your license will expire on"
232
  msgstr "Votre licence se termine le "
233
 
234
- #: bws_functions.php:511
235
  msgid "Please, enter your license key"
236
  msgstr "Merci de saisir votre clé de licence"
237
 
238
- #: bws_functions.php:524
239
  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"
240
  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."
241
 
242
- #: bws_functions.php:524
243
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
244
  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."
245
 
246
- #: bws_functions.php:528
247
  msgid "Check license key"
248
  msgstr "Vérifier la clé de licence"
249
 
250
- #: bws_functions.php:542
251
  msgid "WARNING: Illegal use notification"
252
  msgstr "AVERTISSEMENT : Notification d'utilisation abusive"
253
 
254
- #: bws_functions.php:542
255
  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."
256
  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"
257
 
258
- #: bws_functions.php:550
259
- msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
 
260
  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."
261
 
262
- #: bws_functions.php:552
263
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
264
  msgstr "Votre licence est terminée. Pour continuer à disposer du support rapide et des mises à jour de l'extension vous devez la renouveller."
265
 
266
- #: bws_functions.php:552
267
- #: bws_functions.php:605
268
- #: bws_menu.php:633
269
- #: bws_menu.php:655
270
- #: bws_menu.php:682
271
- #: bws_menu.php:712
272
- #: bws_menu.php:758
273
  msgid "Learn more"
274
  msgstr "En savoir plus"
275
 
276
- #: bws_functions.php:562
277
- #, php-format
278
- msgid "Notice: You are using the PRO Trial license of %s plugin."
279
  msgstr "Avertissement : vous utilisez la version d'évaluation de l'extension %s."
280
 
281
- #: bws_functions.php:564
282
- msgid "Notice: You are using the PRO Trial license of plugin."
 
283
  msgstr "Avertissement : vous utilisez la version d'évaluation de l'extension."
284
 
285
- #: bws_functions.php:567
286
- msgid "The PRO Trial license will expire on"
 
287
  msgstr "Votre licence se termine le "
288
 
289
- #: bws_functions.php:605
290
  msgid "You license for"
291
  msgstr "Votre licence pour"
292
 
293
- #: bws_functions.php:605
294
  msgid "expires on"
295
  msgstr "se termine le"
296
 
297
- #: bws_functions.php:605
298
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
299
  msgstr "et vous ne diposerez plus du support rapide et des mises à jour."
300
 
301
- #: bws_functions.php:680
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
302
  msgid "Close"
303
  msgstr "Fermer"
304
 
305
- #: bws_functions.php:771
306
- #: bws_functions.php:784
307
  msgid "Restore all plugin settings to defaults"
308
  msgstr ""
309
 
310
- #: bws_functions.php:773
311
- #: bws_functions.php:786
312
  #, fuzzy
313
  msgid "Restore settings"
314
  msgstr "Options supplémentaires"
315
 
316
- #: bws_functions.php:797
317
  #, fuzzy
318
  msgid "Are you sure you want to restore all settings by default?"
319
  msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
320
 
321
- #: bws_functions.php:799
322
  msgid "Yes, restore all settings"
323
  msgstr ""
324
 
325
- #: bws_functions.php:800
326
  #, fuzzy
327
  msgid "No, go back to the settings page"
328
  msgstr "Options supplémentaires"
329
 
330
- #: bws_menu.php:470
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
331
  msgid "Not set"
332
  msgstr "Not set"
333
 
334
- #: bws_menu.php:472
335
- #: bws_menu.php:473
336
  msgid "On"
337
  msgstr "On"
338
 
339
- #: bws_menu.php:472
340
- #: bws_menu.php:473
341
  msgid "Off"
342
  msgstr "Off"
343
 
344
- #: bws_menu.php:474
345
- #: bws_menu.php:475
346
- #: bws_menu.php:476
347
- #: bws_menu.php:477
348
- #: bws_menu.php:478
349
- #: bws_menu.php:490
350
  msgid "N/A"
351
  msgstr "N/A"
352
 
353
- #: bws_menu.php:478
354
  msgid " Mb"
355
  msgstr " Mb"
356
 
357
- #: bws_menu.php:479
358
- #: bws_menu.php:480
359
- #: bws_menu.php:481
360
- #: bws_menu.php:486
361
  msgid "Yes"
362
  msgstr "Yes"
363
 
364
- #: bws_menu.php:479
365
- #: bws_menu.php:480
366
- #: bws_menu.php:481
367
- #: bws_menu.php:488
368
  msgid "No"
369
  msgstr "No"
370
 
371
- #: bws_menu.php:498
372
  msgid "Operating System"
373
  msgstr "Operating System"
374
 
375
- #: bws_menu.php:499
376
  msgid "Server"
377
  msgstr "Server"
378
 
379
- #: bws_menu.php:500
380
  msgid "Memory usage"
381
  msgstr "Memory usage"
382
 
383
- #: bws_menu.php:501
384
  msgid "MYSQL Version"
385
  msgstr "MYSQL Version"
386
 
387
- #: bws_menu.php:502
388
  msgid "SQL Mode"
389
  msgstr "SQL Mode"
390
 
391
- #: bws_menu.php:503
392
  msgid "PHP Version"
393
  msgstr "PHP Version"
394
 
395
- #: bws_menu.php:504
396
  msgid "PHP Safe Mode"
397
  msgstr "PHP Safe Mode"
398
 
399
- #: bws_menu.php:505
400
  msgid "PHP Allow URL fopen"
401
  msgstr "PHP Allow URL fopen"
402
 
403
- #: bws_menu.php:506
404
  msgid "PHP Memory Limit"
405
  msgstr "PHP Memory Limit"
406
 
407
- #: bws_menu.php:507
408
  msgid "PHP Max Upload Size"
409
  msgstr "PHP Max Upload Size"
410
 
411
- #: bws_menu.php:508
412
  msgid "PHP Max Post Size"
413
  msgstr "PHP Max Post Size"
414
 
415
- #: bws_menu.php:509
416
  msgid "PHP Max Script Execute Time"
417
  msgstr "PHP Max Script Execute Time"
418
 
419
- #: bws_menu.php:510
420
  msgid "PHP Exif support"
421
  msgstr "PHP Exif support"
422
 
423
- #: bws_menu.php:511
424
  msgid "PHP IPTC support"
425
  msgstr "PHP IPTC support"
426
 
427
- #: bws_menu.php:512
428
  msgid "PHP XML support"
429
  msgstr "PHP XML support"
430
 
431
- #: bws_menu.php:513
432
  msgid "Site URL"
433
  msgstr "Site URL"
434
 
435
- #: bws_menu.php:514
436
  msgid "Home URL"
437
  msgstr "Home URL"
438
 
439
- #: bws_menu.php:517
440
  msgid "WordPress Version"
441
  msgstr "WordPress Version"
442
 
443
- #: bws_menu.php:518
444
  msgid "WordPress DB Version"
445
  msgstr "WordPress DB Version"
446
 
447
- #: bws_menu.php:519
448
  msgid "Multisite"
449
  msgstr "Multisite"
450
 
451
- #: bws_menu.php:520
452
  msgid "Active Theme"
453
  msgstr "Active Theme"
454
 
455
- #: bws_menu.php:535
456
  msgid "Please enter a valid email address."
457
  msgstr "Merci de saisir une adresse e-mail valide."
458
 
459
- #: bws_menu.php:539
460
  msgid "Email with system info is sent to "
461
  msgstr "Le courriel avec les informations système est envoyé à"
462
 
463
- #: bws_menu.php:543
464
  msgid "Thank you for contacting us."
465
  msgstr "Merci de nous avoir contacté."
466
 
467
- #: bws_menu.php:576
468
  msgid "Sorry, email message could not be delivered."
469
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
470
 
471
- #: bws_menu.php:584
472
  msgid "Need help?"
473
  msgstr "Besoin d'aide ?"
474
 
475
- #: bws_menu.php:585
476
  msgid "Client area"
477
  msgstr "Espace client"
478
 
479
- #: bws_menu.php:586
480
- #: bws_menu.php:897
481
  msgid "System status"
482
  msgstr "System status"
483
 
484
- #: bws_menu.php:591
485
  msgid "Plugins"
486
  msgstr "Extensions"
487
 
488
- #: bws_menu.php:593
489
  msgid "Themes"
490
  msgstr "Thèmes"
491
 
492
- #: bws_menu.php:598
493
  msgid "All"
494
  msgstr "Tous"
495
 
496
- #: bws_menu.php:599
497
  msgid "Installed"
498
  msgstr "Installé"
499
 
500
- #: bws_menu.php:600
501
  msgid "Recommended"
502
  msgstr "Recommandé"
503
 
504
- #: bws_menu.php:604
505
  msgid "Installed plugins"
506
  msgstr "Plugin installé"
507
 
508
- #: bws_menu.php:636
509
- #: bws_menu.php:685
510
  msgid "Settings"
511
  msgstr "Réglages"
512
 
513
- #: bws_menu.php:657
514
- #: bws_menu.php:714
515
  msgid "Activate this plugin"
516
  msgstr "Activer cette extension"
517
 
518
- #: bws_menu.php:672
519
- #: bws_menu.php:702
520
- #: bws_menu.php:748
521
  msgid "Go"
522
  msgstr "Passez"
523
 
524
- #: bws_menu.php:676
525
- #: bws_menu.php:706
526
- #: bws_menu.php:752
527
  msgid "DONATE"
528
  msgstr "Faire un don"
529
 
530
- #: bws_menu.php:722
531
  msgid "Recommended plugins"
532
  msgstr "Plugin recommandé"
533
 
534
- #: bws_menu.php:760
535
  msgid "Install now"
536
  msgstr "Installer maintenant"
537
 
538
- #: bws_menu.php:781
539
  msgid "Try again"
540
  msgstr "Essayer de nouveau"
541
 
542
- #: bws_menu.php:799
543
  #, php-format
544
  msgid "Preview &#8220;%s&#8221;"
545
  msgstr "Pré-visualiser &#8220;%s&#8221;"
546
 
547
- #: bws_menu.php:830
548
  #, php-format
549
  msgid "Install %s"
550
  msgstr "%s installé"
551
 
552
- #: bws_menu.php:830
553
  msgid "Install Now"
554
  msgstr "Installa Ora"
555
 
556
- #: bws_menu.php:833
557
  #, php-format
558
  msgid "Update to version %s"
559
  msgstr "Mettre à jour pour la version %s"
560
 
561
- #: bws_menu.php:833
562
  msgid "Update"
563
  msgstr "Mettre à jour"
564
 
565
- #: bws_menu.php:840
566
  #, php-format
567
  msgid "Preview %s"
568
  msgstr "Pré-visualiser %s"
569
 
570
- #: bws_menu.php:840
571
  msgid "Preview"
572
  msgstr "Pré-visualiser"
573
 
574
- #: bws_menu.php:846
575
- #: bws_menu.php:878
576
  #, php-format
577
  msgid "By %s"
578
  msgstr "Par %s"
579
 
580
- #: bws_menu.php:852
581
  msgid "Details"
582
  msgstr "Détails"
583
 
584
- #: bws_menu.php:884
585
  msgid "Already Installed"
586
  msgstr "Déjà installé"
587
 
588
- #: bws_menu.php:900
589
  msgid "Environment"
590
  msgstr "Environment"
591
 
592
- #: bws_menu.php:911
593
  msgid "Active Plugins"
594
  msgstr "Plugin actifs"
595
 
596
- #: bws_menu.php:924
597
  msgid "Inactive Plugins"
598
  msgstr "Plugin inactifs"
599
 
600
- #: bws_menu.php:940
601
  msgid "Send to support"
602
  msgstr "Envoyé au support"
603
 
604
- #: bws_menu.php:947
605
  msgid "Send to custom email &#187;"
606
  msgstr "Envoyer un e-mail spécifique &#187;"
607
 
@@ -662,9 +714,6 @@ msgstr "Envoyer un e-mail spécifique &#187;"
662
  #~ msgid "installed"
663
  #~ msgstr "%s installé"
664
 
665
- #~ msgid "Contact Form Settings"
666
- #~ msgstr "Options du formulaire de Contact"
667
-
668
  #~ msgid "Contact Form"
669
  #~ msgstr "Formulaire de Contact"
670
 
@@ -953,9 +1002,6 @@ msgstr "Envoyer un e-mail spécifique &#187;"
953
  #~ msgid "Error message for the whole form"
954
  #~ msgstr "Message d'erreur demandant à compléter les champs manquants"
955
 
956
- #~ msgid "Use shortcode"
957
- #~ msgstr "Utiliser le code court"
958
-
959
  #~ msgid "for this language"
960
  #~ msgstr "pour cette langue"
961
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-07 13:11+0300\n"
6
+ "PO-Revision-Date: 2015-09-07 13:11+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:29
21
  msgid "requires"
22
  msgstr "obligatoire"
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 "ou supérieure, c'est pourquoi il a été désactivé! Merci de faire la mise à jour de WordPress puis de ré-essayer."
27
 
28
+ #: bws_functions.php:32
29
  msgid "Back to the WordPress"
30
  msgstr "Retour à WordPress"
31
 
32
+ #: bws_functions.php:34
33
  msgid "Plugins page"
34
  msgstr "Page des extensions"
35
 
36
+ #: bws_functions.php:91
37
  msgid "It’s time to upgrade your"
38
  msgstr "C'est le moment de mettre à jour votre "
39
 
40
+ #: bws_functions.php:91
41
  msgid "to"
42
  msgstr "à"
43
 
44
+ #: bws_functions.php:91
45
  msgid "version!"
46
  msgstr "version"
47
 
48
+ #: bws_functions.php:92
49
  msgid "Extend standard plugin functionality with new great options."
50
  msgstr "Etend les fonctionalités classiques de l'extension avec des nouvelles options."
51
 
52
+ #: bws_functions.php:95
53
+ #: bws_functions.php:492
54
  msgid "Learn More"
55
  msgstr "En savoir plus"
56
 
57
+ #: bws_functions.php:112
58
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
59
  msgstr "Si notre extension vous satisfait, merci de la notée avec 5 étoiles dans Wordpress"
60
 
61
+ #: bws_functions.php:113
62
  msgid "Rate the plugin"
63
  msgstr "Voter pour l'extension"
64
 
65
+ #: bws_functions.php:116
66
  msgid "If there is something wrong about it, please contact us"
67
  msgstr "Si vous avez une question, n'hésitez pas à nous contacter"
68
 
69
+ #: bws_functions.php:133
70
+ #: bws_functions.php:169
71
  msgid "Wrong license key"
72
  msgstr "Clé de licence incorrecte"
73
 
74
+ #: bws_functions.php:163
75
+ #: bws_functions.php:405
76
+ #: bws_functions.php:456
77
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
78
  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."
79
 
80
+ #: bws_functions.php:163
81
+ #: bws_functions.php:405
82
+ #: bws_functions.php:456
83
  msgid "We are sorry for inconvenience."
84
  msgstr "Nous sommes désolés pour le désagrément."
85
 
86
+ #: bws_functions.php:171
87
  msgid "This license key is bind to another site"
88
  msgstr "La clé de licence correspond à un autre site."
89
 
90
+ #: bws_functions.php:173
91
+ #: bws_functions.php:315
92
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
93
  msgstr "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de télécharger l'extension manuellement."
94
 
95
+ #: bws_functions.php:175
96
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
97
  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"
98
 
99
+ #: bws_functions.php:177
100
+ #, fuzzy
101
+ msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
102
  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."
103
 
104
+ #: bws_functions.php:198
105
+ #: bws_functions.php:220
106
+ #: bws_functions.php:242
107
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
108
  msgstr "Erreur de téléchargement de l'archive ZIP. Merci de télécharger l'extension manuellement."
109
 
110
+ #: bws_functions.php:210
111
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
112
  msgstr "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension manuellement."
113
 
114
+ #: bws_functions.php:216
115
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
116
  msgstr "Votre server n'a pas le support du format des archives ZIP ou Phar. Merci de télécharger l'extension manuellement."
117
 
118
+ #: bws_functions.php:223
119
  msgid "UploadDir is not writable. Please, upload the plugin manually"
120
  msgstr "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension manuellement."
121
 
122
+ #: bws_functions.php:246
123
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
124
  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."
125
 
126
+ #: bws_functions.php:271
127
  msgid "Please, enter Your license key"
128
  msgstr "Merci de saisir votre clé de licence"
129
 
130
+ #: bws_functions.php:288
131
+ #, fuzzy
132
+ msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
133
  msgstr "Félicitations! La version PRO de cette extension a été téléchargée et activée avec succès."
134
 
135
+ #: bws_functions.php:290
136
+ #: bws_functions.php:372
137
  msgid "Please, go to"
138
  msgstr "Merci d'allez à"
139
 
140
+ #: bws_functions.php:290
141
+ #: bws_functions.php:372
142
  msgid "the setting page"
143
  msgstr "Options supplémentaires"
144
 
145
+ #: bws_functions.php:291
146
+ #: bws_functions.php:373
147
  msgid "You will be redirected automatically in 5 seconds."
148
  msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
149
 
150
+ #: bws_functions.php:296
151
  msgid "You can download and activate"
152
  msgstr "Vous pouvez télécharger et activer la version "
153
 
154
+ #: bws_functions.php:298
155
  msgid "version of this plugin by entering Your license key."
156
  msgstr " de cette extension en donnant votre clé de licence."
157
 
158
+ #: bws_functions.php:300
159
+ #: bws_functions.php:341
160
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
161
  msgstr "Vous pouvez trouver votre clé de licence sur votre page personnelle dans la zone cliente en cliquant sur le lien"
162
 
163
+ #: bws_functions.php:302
164
+ #: bws_functions.php:343
165
  msgid "(your username is the email you specify when purchasing the product)."
166
  msgstr "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de l'achat de l'extension)."
167
 
168
+ #: bws_functions.php:306
169
+ #: bws_functions.php:609
170
  msgid "or"
171
  msgstr "ou"
172
 
173
+ #: bws_functions.php:306
174
  #, php-format
175
  msgid "Start Your Free %s-Day Trial Now"
176
  msgstr "Débuter votre licence d'évaluation gratuite de %s jours"
177
 
178
+ #: bws_functions.php:312
179
+ #: bws_functions.php:321
180
+ #: bws_functions.php:351
181
+ #: bws_functions.php:359
182
+ #: bws_menu.php:685
183
+ #: bws_menu.php:742
184
  msgid "Activate"
185
  msgstr "Activé"
186
 
187
+ #: bws_functions.php:338
188
+ #: bws_functions.php:431
189
  #, php-format
190
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
191
  msgstr "Afin de pouvoir continuer à utiliser cette extension il est nécessaire d'acheter une licence %s."
192
 
193
+ #: bws_functions.php:339
194
  msgid "After that you can activate it by entering your license key."
195
  msgstr " Après vous pouvez activer cette extension en donnant votre clé de licence."
196
 
197
+ #: bws_functions.php:353
198
  msgid "Unfortunately, you have exceeded the number of available tries per day."
199
  msgstr "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de télécharger l'extension manuellement."
200
 
201
+ #: bws_functions.php:370
202
+ #, fuzzy
203
+ msgid "Congratulations! The Pro license of the plugin is successfully activated."
204
  msgstr "Félicitations! La version PRO de cette extension a été téléchargée et activée avec succès."
205
 
206
+ #: bws_functions.php:411
207
  msgid "Wrong license key."
208
  msgstr "Clé de licence incorrecte."
209
 
210
+ #: bws_functions.php:413
211
  msgid "This license key is bind to another site."
212
  msgstr "La clé de licence correspond à un autre site."
213
 
214
+ #: bws_functions.php:415
215
  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."
216
  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."
217
 
218
+ #: bws_functions.php:417
219
  msgid "Unfortunately, you have exceeded the number of available tries."
220
  msgstr "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de télécharger l'extension manuellement."
221
 
222
+ #: bws_functions.php:419
223
+ #, fuzzy
224
+ msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
225
  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."
226
 
227
+ #: bws_functions.php:423
228
+ #, fuzzy
229
+ msgid "The Pro Trial license key is valid."
230
  msgstr "La clé de licence d'évaluation est valide."
231
 
232
+ #: bws_functions.php:425
233
  msgid "The license key is valid."
234
  msgstr "La clé de licence est valide."
235
 
236
+ #: bws_functions.php:428
237
  msgid "Your license will expire on"
238
  msgstr "Votre licence se termine le "
239
 
240
+ #: bws_functions.php:461
241
  msgid "Please, enter your license key"
242
  msgstr "Merci de saisir votre clé de licence"
243
 
244
+ #: bws_functions.php:474
245
  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"
246
  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."
247
 
248
+ #: bws_functions.php:474
249
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
250
  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."
251
 
252
+ #: bws_functions.php:478
253
  msgid "Check license key"
254
  msgstr "Vérifier la clé de licence"
255
 
256
+ #: bws_functions.php:492
257
  msgid "WARNING: Illegal use notification"
258
  msgstr "AVERTISSEMENT : Notification d'utilisation abusive"
259
 
260
+ #: bws_functions.php:492
261
  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."
262
  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"
263
 
264
+ #: bws_functions.php:500
265
+ #, fuzzy
266
+ msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
267
  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."
268
 
269
+ #: bws_functions.php:502
270
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
271
  msgstr "Votre licence est terminée. Pour continuer à disposer du support rapide et des mises à jour de l'extension vous devez la renouveller."
272
 
273
+ #: bws_functions.php:502
274
+ #: bws_functions.php:555
275
+ #: bws_menu.php:661
276
+ #: bws_menu.php:683
277
+ #: bws_menu.php:710
278
+ #: bws_menu.php:740
279
+ #: bws_menu.php:786
280
  msgid "Learn more"
281
  msgstr "En savoir plus"
282
 
283
+ #: bws_functions.php:512
284
+ #, fuzzy, php-format
285
+ msgid "Notice: You are using the Pro Trial license of %s plugin."
286
  msgstr "Avertissement : vous utilisez la version d'évaluation de l'extension %s."
287
 
288
+ #: bws_functions.php:514
289
+ #, fuzzy
290
+ msgid "Notice: You are using the Pro Trial license of plugin."
291
  msgstr "Avertissement : vous utilisez la version d'évaluation de l'extension."
292
 
293
+ #: bws_functions.php:517
294
+ #, fuzzy
295
+ msgid "The Pro Trial license will expire on"
296
  msgstr "Votre licence se termine le "
297
 
298
+ #: bws_functions.php:555
299
  msgid "You license for"
300
  msgstr "Votre licence pour"
301
 
302
+ #: bws_functions.php:555
303
  msgid "expires on"
304
  msgstr "se termine le"
305
 
306
+ #: bws_functions.php:555
307
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
308
  msgstr "et vous ne diposerez plus du support rapide et des mises à jour."
309
 
310
+ #: bws_functions.php:605
311
+ #, fuzzy
312
+ msgid "Thank you for installing"
313
+ msgstr "Merci de nous avoir contacté."
314
+
315
+ #: bws_functions.php:606
316
+ msgid "Let's get started"
317
+ msgstr ""
318
+
319
+ #: bws_functions.php:607
320
+ #, fuzzy
321
+ msgid "Configure Settings"
322
+ msgstr "Options du formulaire de Contact"
323
+
324
+ #: bws_functions.php:610
325
+ msgid "Add New"
326
+ msgstr ""
327
+
328
+ #: bws_functions.php:614
329
+ msgid "Close notice"
330
+ msgstr ""
331
+
332
+ #: bws_functions.php:667
333
+ #, fuzzy
334
+ msgid "Add BWS shortcode"
335
+ msgstr "Utiliser le code court"
336
+
337
+ #: bws_functions.php:711
338
  msgid "Close"
339
  msgstr "Fermer"
340
 
341
+ #: bws_functions.php:802
 
342
  msgid "Restore all plugin settings to defaults"
343
  msgstr ""
344
 
345
+ #: bws_functions.php:804
 
346
  #, fuzzy
347
  msgid "Restore settings"
348
  msgstr "Options supplémentaires"
349
 
350
+ #: bws_functions.php:815
351
  #, fuzzy
352
  msgid "Are you sure you want to restore all settings by default?"
353
  msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
354
 
355
+ #: bws_functions.php:818
356
  msgid "Yes, restore all settings"
357
  msgstr ""
358
 
359
+ #: bws_functions.php:819
360
  #, fuzzy
361
  msgid "No, go back to the settings page"
362
  msgstr "Options supplémentaires"
363
 
364
+ #: bws_functions.php:863
365
+ #, fuzzy
366
+ msgid "Plugin"
367
+ msgstr "Extensions"
368
+
369
+ #: bws_functions.php:872
370
+ #, fuzzy
371
+ msgid "Shortcode settings"
372
+ msgstr "Options supplémentaires"
373
+
374
+ #: bws_functions.php:877
375
+ msgid "The shortcode will be inserted"
376
+ msgstr ""
377
+
378
+ #: bws_functions.php:882
379
+ msgid "Insert"
380
+ msgstr ""
381
+
382
+ #: bws_menu.php:498
383
  msgid "Not set"
384
  msgstr "Not set"
385
 
386
+ #: bws_menu.php:500
387
+ #: bws_menu.php:501
388
  msgid "On"
389
  msgstr "On"
390
 
391
+ #: bws_menu.php:500
392
+ #: bws_menu.php:501
393
  msgid "Off"
394
  msgstr "Off"
395
 
396
+ #: bws_menu.php:502
397
+ #: bws_menu.php:503
398
+ #: bws_menu.php:504
399
+ #: bws_menu.php:505
400
+ #: bws_menu.php:506
401
+ #: bws_menu.php:518
402
  msgid "N/A"
403
  msgstr "N/A"
404
 
405
+ #: bws_menu.php:506
406
  msgid " Mb"
407
  msgstr " Mb"
408
 
409
+ #: bws_menu.php:507
410
+ #: bws_menu.php:508
411
+ #: bws_menu.php:509
412
+ #: bws_menu.php:514
413
  msgid "Yes"
414
  msgstr "Yes"
415
 
416
+ #: bws_menu.php:507
417
+ #: bws_menu.php:508
418
+ #: bws_menu.php:509
419
+ #: bws_menu.php:516
420
  msgid "No"
421
  msgstr "No"
422
 
423
+ #: bws_menu.php:526
424
  msgid "Operating System"
425
  msgstr "Operating System"
426
 
427
+ #: bws_menu.php:527
428
  msgid "Server"
429
  msgstr "Server"
430
 
431
+ #: bws_menu.php:528
432
  msgid "Memory usage"
433
  msgstr "Memory usage"
434
 
435
+ #: bws_menu.php:529
436
  msgid "MYSQL Version"
437
  msgstr "MYSQL Version"
438
 
439
+ #: bws_menu.php:530
440
  msgid "SQL Mode"
441
  msgstr "SQL Mode"
442
 
443
+ #: bws_menu.php:531
444
  msgid "PHP Version"
445
  msgstr "PHP Version"
446
 
447
+ #: bws_menu.php:532
448
  msgid "PHP Safe Mode"
449
  msgstr "PHP Safe Mode"
450
 
451
+ #: bws_menu.php:533
452
  msgid "PHP Allow URL fopen"
453
  msgstr "PHP Allow URL fopen"
454
 
455
+ #: bws_menu.php:534
456
  msgid "PHP Memory Limit"
457
  msgstr "PHP Memory Limit"
458
 
459
+ #: bws_menu.php:535
460
  msgid "PHP Max Upload Size"
461
  msgstr "PHP Max Upload Size"
462
 
463
+ #: bws_menu.php:536
464
  msgid "PHP Max Post Size"
465
  msgstr "PHP Max Post Size"
466
 
467
+ #: bws_menu.php:537
468
  msgid "PHP Max Script Execute Time"
469
  msgstr "PHP Max Script Execute Time"
470
 
471
+ #: bws_menu.php:538
472
  msgid "PHP Exif support"
473
  msgstr "PHP Exif support"
474
 
475
+ #: bws_menu.php:539
476
  msgid "PHP IPTC support"
477
  msgstr "PHP IPTC support"
478
 
479
+ #: bws_menu.php:540
480
  msgid "PHP XML support"
481
  msgstr "PHP XML support"
482
 
483
+ #: bws_menu.php:541
484
  msgid "Site URL"
485
  msgstr "Site URL"
486
 
487
+ #: bws_menu.php:542
488
  msgid "Home URL"
489
  msgstr "Home URL"
490
 
491
+ #: bws_menu.php:545
492
  msgid "WordPress Version"
493
  msgstr "WordPress Version"
494
 
495
+ #: bws_menu.php:546
496
  msgid "WordPress DB Version"
497
  msgstr "WordPress DB Version"
498
 
499
+ #: bws_menu.php:547
500
  msgid "Multisite"
501
  msgstr "Multisite"
502
 
503
+ #: bws_menu.php:548
504
  msgid "Active Theme"
505
  msgstr "Active Theme"
506
 
507
+ #: bws_menu.php:563
508
  msgid "Please enter a valid email address."
509
  msgstr "Merci de saisir une adresse e-mail valide."
510
 
511
+ #: bws_menu.php:567
512
  msgid "Email with system info is sent to "
513
  msgstr "Le courriel avec les informations système est envoyé à"
514
 
515
+ #: bws_menu.php:571
516
  msgid "Thank you for contacting us."
517
  msgstr "Merci de nous avoir contacté."
518
 
519
+ #: bws_menu.php:604
520
  msgid "Sorry, email message could not be delivered."
521
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
522
 
523
+ #: bws_menu.php:612
524
  msgid "Need help?"
525
  msgstr "Besoin d'aide ?"
526
 
527
+ #: bws_menu.php:613
528
  msgid "Client area"
529
  msgstr "Espace client"
530
 
531
+ #: bws_menu.php:614
532
+ #: bws_menu.php:925
533
  msgid "System status"
534
  msgstr "System status"
535
 
536
+ #: bws_menu.php:619
537
  msgid "Plugins"
538
  msgstr "Extensions"
539
 
540
+ #: bws_menu.php:621
541
  msgid "Themes"
542
  msgstr "Thèmes"
543
 
544
+ #: bws_menu.php:626
545
  msgid "All"
546
  msgstr "Tous"
547
 
548
+ #: bws_menu.php:627
549
  msgid "Installed"
550
  msgstr "Installé"
551
 
552
+ #: bws_menu.php:628
553
  msgid "Recommended"
554
  msgstr "Recommandé"
555
 
556
+ #: bws_menu.php:632
557
  msgid "Installed plugins"
558
  msgstr "Plugin installé"
559
 
560
+ #: bws_menu.php:664
561
+ #: bws_menu.php:713
562
  msgid "Settings"
563
  msgstr "Réglages"
564
 
565
+ #: bws_menu.php:685
566
+ #: bws_menu.php:742
567
  msgid "Activate this plugin"
568
  msgstr "Activer cette extension"
569
 
570
+ #: bws_menu.php:700
571
+ #: bws_menu.php:730
572
+ #: bws_menu.php:776
573
  msgid "Go"
574
  msgstr "Passez"
575
 
576
+ #: bws_menu.php:704
577
+ #: bws_menu.php:734
578
+ #: bws_menu.php:780
579
  msgid "DONATE"
580
  msgstr "Faire un don"
581
 
582
+ #: bws_menu.php:750
583
  msgid "Recommended plugins"
584
  msgstr "Plugin recommandé"
585
 
586
+ #: bws_menu.php:788
587
  msgid "Install now"
588
  msgstr "Installer maintenant"
589
 
590
+ #: bws_menu.php:809
591
  msgid "Try again"
592
  msgstr "Essayer de nouveau"
593
 
594
+ #: bws_menu.php:827
595
  #, php-format
596
  msgid "Preview &#8220;%s&#8221;"
597
  msgstr "Pré-visualiser &#8220;%s&#8221;"
598
 
599
+ #: bws_menu.php:858
600
  #, php-format
601
  msgid "Install %s"
602
  msgstr "%s installé"
603
 
604
+ #: bws_menu.php:858
605
  msgid "Install Now"
606
  msgstr "Installa Ora"
607
 
608
+ #: bws_menu.php:861
609
  #, php-format
610
  msgid "Update to version %s"
611
  msgstr "Mettre à jour pour la version %s"
612
 
613
+ #: bws_menu.php:861
614
  msgid "Update"
615
  msgstr "Mettre à jour"
616
 
617
+ #: bws_menu.php:868
618
  #, php-format
619
  msgid "Preview %s"
620
  msgstr "Pré-visualiser %s"
621
 
622
+ #: bws_menu.php:868
623
  msgid "Preview"
624
  msgstr "Pré-visualiser"
625
 
626
+ #: bws_menu.php:874
627
+ #: bws_menu.php:906
628
  #, php-format
629
  msgid "By %s"
630
  msgstr "Par %s"
631
 
632
+ #: bws_menu.php:880
633
  msgid "Details"
634
  msgstr "Détails"
635
 
636
+ #: bws_menu.php:912
637
  msgid "Already Installed"
638
  msgstr "Déjà installé"
639
 
640
+ #: bws_menu.php:928
641
  msgid "Environment"
642
  msgstr "Environment"
643
 
644
+ #: bws_menu.php:939
645
  msgid "Active Plugins"
646
  msgstr "Plugin actifs"
647
 
648
+ #: bws_menu.php:952
649
  msgid "Inactive Plugins"
650
  msgstr "Plugin inactifs"
651
 
652
+ #: bws_menu.php:968
653
  msgid "Send to support"
654
  msgstr "Envoyé au support"
655
 
656
+ #: bws_menu.php:975
657
  msgid "Send to custom email &#187;"
658
  msgstr "Envoyer un e-mail spécifique &#187;"
659
 
714
  #~ msgid "installed"
715
  #~ msgstr "%s installé"
716
 
 
 
 
717
  #~ msgid "Contact Form"
718
  #~ msgstr "Formulaire de Contact"
719
 
1002
  #~ msgid "Error message for the whole form"
1003
  #~ msgstr "Message d'erreur demandant à compléter les champs manquants"
1004
 
 
 
 
1005
  #~ msgid "for this language"
1006
  #~ msgstr "pour cette langue"
1007
 
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-06-12 15:56+0300\n"
6
- "PO-Revision-Date: 2015-06-12 15:56+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,663 +18,712 @@ msgstr ""
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: bws_functions.php:89
22
  msgid "requires"
23
  msgstr ""
24
 
25
- #: bws_functions.php:91
26
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
27
  msgstr ""
28
 
29
- #: bws_functions.php:92
30
  msgid "Back to the WordPress"
31
  msgstr ""
32
 
33
  # @ bestwebsoft
34
- #: bws_functions.php:94
35
  #, fuzzy
36
  msgid "Plugins page"
37
  msgstr "Plugin Pro"
38
 
39
- #: bws_functions.php:151
40
  msgid "It’s time to upgrade your"
41
  msgstr ""
42
 
43
  # @ captcha
44
- #: bws_functions.php:151
45
  #, fuzzy
46
  msgid "to"
47
  msgstr "due"
48
 
49
  # @ bestwebsoft
50
- #: bws_functions.php:151
51
  #, fuzzy
52
  msgid "version!"
53
  msgstr "Versione PHP"
54
 
55
- #: bws_functions.php:152
56
  msgid "Extend standard plugin functionality with new great options."
57
  msgstr ""
58
 
59
  # @ bestwebsoft
60
- #: bws_functions.php:155
61
- #: bws_functions.php:542
62
  #, fuzzy
63
  msgid "Learn More"
64
  msgstr "Leggi tutto"
65
 
66
- #: bws_functions.php:172
67
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
68
  msgstr ""
69
 
70
  # @ bestwebsoft
71
- #: bws_functions.php:173
72
  #, fuzzy
73
  msgid "Rate the plugin"
74
  msgstr "Plugin attivi"
75
 
76
  # @ bestwebsoft
77
- #: bws_functions.php:176
78
  #, fuzzy
79
  msgid "If there is something wrong about it, please contact us"
80
  msgstr "Se hai domande, contattaci tramite"
81
 
82
- #: bws_functions.php:193
83
- #: bws_functions.php:229
84
  msgid "Wrong license key"
85
  msgstr ""
86
 
87
- #: bws_functions.php:223
88
- #: bws_functions.php:455
89
- #: bws_functions.php:506
90
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
91
  msgstr ""
92
 
93
- #: bws_functions.php:223
94
- #: bws_functions.php:455
95
- #: bws_functions.php:506
96
  msgid "We are sorry for inconvenience."
97
  msgstr ""
98
 
99
- #: bws_functions.php:231
100
  msgid "This license key is bind to another site"
101
  msgstr ""
102
 
103
- #: bws_functions.php:233
104
- #: bws_functions.php:365
105
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
106
  msgstr ""
107
 
108
- #: bws_functions.php:235
109
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
110
  msgstr ""
111
 
112
- #: bws_functions.php:237
113
- msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
114
  msgstr ""
115
 
116
- #: bws_functions.php:248
117
- #: bws_functions.php:270
118
- #: bws_functions.php:292
119
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
120
  msgstr ""
121
 
122
- #: bws_functions.php:260
123
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
124
  msgstr ""
125
 
126
- #: bws_functions.php:266
127
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
128
  msgstr ""
129
 
130
- #: bws_functions.php:273
131
  msgid "UploadDir is not writable. Please, upload the plugin manually"
132
  msgstr ""
133
 
134
- #: bws_functions.php:296
135
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
136
  msgstr ""
137
 
138
- #: bws_functions.php:321
139
  msgid "Please, enter Your license key"
140
  msgstr ""
141
 
142
- #: bws_functions.php:338
143
- msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
144
  msgstr ""
145
 
146
- #: bws_functions.php:340
147
- #: bws_functions.php:422
148
  msgid "Please, go to"
149
  msgstr ""
150
 
151
- #: bws_functions.php:340
152
- #: bws_functions.php:422
153
  msgid "the setting page"
154
  msgstr ""
155
 
156
- #: bws_functions.php:341
157
- #: bws_functions.php:423
158
  msgid "You will be redirected automatically in 5 seconds."
159
  msgstr ""
160
 
161
- #: bws_functions.php:346
162
  msgid "You can download and activate"
163
  msgstr ""
164
 
165
- #: bws_functions.php:348
166
  msgid "version of this plugin by entering Your license key."
167
  msgstr ""
168
 
169
- #: bws_functions.php:350
170
- #: bws_functions.php:391
171
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
172
  msgstr ""
173
 
174
- #: bws_functions.php:352
175
- #: bws_functions.php:393
176
  msgid "(your username is the email you specify when purchasing the product)."
177
  msgstr ""
178
 
179
  # @ captcha
180
- #: bws_functions.php:356
 
181
  #, fuzzy
182
  msgid "or"
183
  msgstr "quattro"
184
 
185
- #: bws_functions.php:356
186
  #, php-format
187
  msgid "Start Your Free %s-Day Trial Now"
188
  msgstr ""
189
 
190
  # @ bestwebsoft
191
- #: bws_functions.php:362
192
- #: bws_functions.php:371
193
- #: bws_functions.php:401
194
- #: bws_functions.php:409
195
- #: bws_menu.php:657
196
- #: bws_menu.php:714
197
  #, fuzzy
198
  msgid "Activate"
199
  msgstr "Plugin attivi"
200
 
201
- #: bws_functions.php:388
202
- #: bws_functions.php:481
203
  #, php-format
204
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
205
  msgstr ""
206
 
207
- #: bws_functions.php:389
208
  msgid "After that you can activate it by entering your license key."
209
  msgstr ""
210
 
211
- #: bws_functions.php:403
212
  msgid "Unfortunately, you have exceeded the number of available tries per day."
213
  msgstr ""
214
 
215
- #: bws_functions.php:420
216
- msgid "Congratulations! The PRO license of the plugin is successfully activated."
217
  msgstr ""
218
 
219
- #: bws_functions.php:461
220
  msgid "Wrong license key."
221
  msgstr ""
222
 
223
- #: bws_functions.php:463
224
  msgid "This license key is bind to another site."
225
  msgstr ""
226
 
227
- #: bws_functions.php:465
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 ""
230
 
231
- #: bws_functions.php:467
232
  msgid "Unfortunately, you have exceeded the number of available tries."
233
  msgstr ""
234
 
235
- #: bws_functions.php:469
236
- msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
237
  msgstr ""
238
 
239
- #: bws_functions.php:473
240
- msgid "The PRO Trial license key is valid."
241
  msgstr ""
242
 
243
- #: bws_functions.php:475
244
  msgid "The license key is valid."
245
  msgstr ""
246
 
247
- #: bws_functions.php:478
248
  msgid "Your license will expire on"
249
  msgstr ""
250
 
251
- #: bws_functions.php:511
252
  msgid "Please, enter your license key"
253
  msgstr ""
254
 
255
- #: bws_functions.php:524
256
  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"
257
  msgstr ""
258
 
259
- #: bws_functions.php:524
260
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
261
  msgstr ""
262
 
263
- #: bws_functions.php:528
264
  msgid "Check license key"
265
  msgstr ""
266
 
267
- #: bws_functions.php:542
268
  msgid "WARNING: Illegal use notification"
269
  msgstr ""
270
 
271
- #: bws_functions.php:542
272
  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."
273
  msgstr ""
274
 
275
- #: bws_functions.php:550
276
- msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
277
  msgstr ""
278
 
279
- #: bws_functions.php:552
280
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
281
  msgstr ""
282
 
283
  # @ bestwebsoft
284
- #: bws_functions.php:552
285
- #: bws_functions.php:605
286
- #: bws_menu.php:633
287
- #: bws_menu.php:655
288
- #: bws_menu.php:682
289
- #: bws_menu.php:712
290
- #: bws_menu.php:758
291
  #, fuzzy
292
  msgid "Learn more"
293
  msgstr "Leggi tutto"
294
 
295
- #: bws_functions.php:562
296
  #, php-format
297
- msgid "Notice: You are using the PRO Trial license of %s plugin."
298
  msgstr ""
299
 
300
- #: bws_functions.php:564
301
- msgid "Notice: You are using the PRO Trial license of plugin."
302
  msgstr ""
303
 
304
- #: bws_functions.php:567
305
- msgid "The PRO Trial license will expire on"
306
  msgstr ""
307
 
308
- #: bws_functions.php:605
309
  msgid "You license for"
310
  msgstr ""
311
 
312
- #: bws_functions.php:605
313
  msgid "expires on"
314
  msgstr ""
315
 
316
- #: bws_functions.php:605
317
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
318
  msgstr ""
319
 
320
- #: bws_functions.php:680
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
321
  msgid "Close"
322
  msgstr ""
323
 
324
- #: bws_functions.php:771
325
- #: bws_functions.php:784
326
  msgid "Restore all plugin settings to defaults"
327
  msgstr ""
328
 
329
- #: bws_functions.php:773
330
- #: bws_functions.php:786
331
  msgid "Restore settings"
332
  msgstr ""
333
 
334
- #: bws_functions.php:797
335
  msgid "Are you sure you want to restore all settings by default?"
336
  msgstr ""
337
 
338
- #: bws_functions.php:799
339
  msgid "Yes, restore all settings"
340
  msgstr ""
341
 
342
- #: bws_functions.php:800
343
  msgid "No, go back to the settings page"
344
  msgstr ""
345
 
346
  # @ bestwebsoft
347
- #: bws_menu.php:470
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
348
  msgid "Not set"
349
  msgstr "Non impostato"
350
 
351
  # @ bestwebsoft
352
- #: bws_menu.php:472
353
- #: bws_menu.php:473
354
  msgid "On"
355
  msgstr "Abilitato"
356
 
357
  # @ bestwebsoft
358
- #: bws_menu.php:472
359
- #: bws_menu.php:473
360
  msgid "Off"
361
  msgstr "Disabilitato"
362
 
363
  # @ bestwebsoft
364
- #: bws_menu.php:474
365
- #: bws_menu.php:475
366
- #: bws_menu.php:476
367
- #: bws_menu.php:477
368
- #: bws_menu.php:478
369
- #: bws_menu.php:490
370
  msgid "N/A"
371
  msgstr "Non disponibile"
372
 
373
  # @ bestwebsoft
374
- #: bws_menu.php:478
375
  msgid " Mb"
376
  msgstr "Mb"
377
 
378
  # @ bestwebsoft
379
- #: bws_menu.php:479
380
- #: bws_menu.php:480
381
- #: bws_menu.php:481
382
- #: bws_menu.php:486
383
  msgid "Yes"
384
  msgstr "Sì"
385
 
386
  # @ bestwebsoft
387
- #: bws_menu.php:479
388
- #: bws_menu.php:480
389
- #: bws_menu.php:481
390
- #: bws_menu.php:488
391
  msgid "No"
392
  msgstr "No"
393
 
394
  # @ bestwebsoft
395
- #: bws_menu.php:498
396
  msgid "Operating System"
397
  msgstr "Sistema operativo"
398
 
399
  # @ bestwebsoft
400
- #: bws_menu.php:499
401
  msgid "Server"
402
  msgstr "Server"
403
 
404
  # @ bestwebsoft
405
- #: bws_menu.php:500
406
  msgid "Memory usage"
407
  msgstr "Utilizzo memoria"
408
 
409
  # @ bestwebsoft
410
- #: bws_menu.php:501
411
  msgid "MYSQL Version"
412
  msgstr "Versione MYSQL"
413
 
414
  # @ bestwebsoft
415
- #: bws_menu.php:502
416
  msgid "SQL Mode"
417
  msgstr "Modalità SQL"
418
 
419
  # @ bestwebsoft
420
- #: bws_menu.php:503
421
  msgid "PHP Version"
422
  msgstr "Versione PHP"
423
 
424
  # @ bestwebsoft
425
- #: bws_menu.php:504
426
  msgid "PHP Safe Mode"
427
  msgstr "Safe Mode PHP"
428
 
429
  # @ bestwebsoft
430
- #: bws_menu.php:505
431
  msgid "PHP Allow URL fopen"
432
  msgstr "Consenti URL fopen PHP"
433
 
434
  # @ bestwebsoft
435
- #: bws_menu.php:506
436
  msgid "PHP Memory Limit"
437
  msgstr "Limite di memoria PHP"
438
 
439
  # @ bestwebsoft
440
- #: bws_menu.php:507
441
  msgid "PHP Max Upload Size"
442
  msgstr "Dimensione upload massima PHP"
443
 
444
  # @ bestwebsoft
445
- #: bws_menu.php:508
446
  msgid "PHP Max Post Size"
447
  msgstr "Dimensione massima Post PHP"
448
 
449
  # @ bestwebsoft
450
- #: bws_menu.php:509
451
  msgid "PHP Max Script Execute Time"
452
  msgstr "Tempo massimo di esecuzione PHP"
453
 
454
  # @ bestwebsoft
455
- #: bws_menu.php:510
456
  msgid "PHP Exif support"
457
  msgstr "Supporto Exif PHP"
458
 
459
  # @ bestwebsoft
460
- #: bws_menu.php:511
461
  msgid "PHP IPTC support"
462
  msgstr "Supporto IPTC PHP"
463
 
464
  # @ bestwebsoft
465
- #: bws_menu.php:512
466
  msgid "PHP XML support"
467
  msgstr "Supporto XML PHP"
468
 
469
  # @ bestwebsoft
470
- #: bws_menu.php:513
471
  msgid "Site URL"
472
  msgstr "URL sito"
473
 
474
  # @ bestwebsoft
475
- #: bws_menu.php:514
476
  msgid "Home URL"
477
  msgstr "URL home"
478
 
479
  # @ bestwebsoft
480
- #: bws_menu.php:517
481
  msgid "WordPress Version"
482
  msgstr "Versione WordPress"
483
 
484
  # @ bestwebsoft
485
- #: bws_menu.php:518
486
  msgid "WordPress DB Version"
487
  msgstr "Versione DB WordPress"
488
 
489
  # @ bestwebsoft
490
- #: bws_menu.php:519
491
  msgid "Multisite"
492
  msgstr "Multisito"
493
 
494
  # @ bestwebsoft
495
- #: bws_menu.php:520
496
  msgid "Active Theme"
497
  msgstr "Tema attivo"
498
 
499
  # @ bestwebsoft
500
- #: bws_menu.php:535
501
  msgid "Please enter a valid email address."
502
  msgstr "Per favore inserisci un indirizzo e-mail valido."
503
 
504
  # @ bestwebsoft
505
- #: bws_menu.php:539
506
  msgid "Email with system info is sent to "
507
  msgstr "Email con informazioni di sistema spedita a "
508
 
509
  # @ bestwebsoft
510
- #: bws_menu.php:543
511
  msgid "Thank you for contacting us."
512
  msgstr "Grazie per averci contattato."
513
 
514
  # @ bestwebsoft
515
- #: bws_menu.php:576
516
  msgid "Sorry, email message could not be delivered."
517
  msgstr "Spiacenti, il messaggio email non può essere inviato."
518
 
519
- #: bws_menu.php:584
520
  msgid "Need help?"
521
  msgstr ""
522
 
523
- #: bws_menu.php:585
524
  msgid "Client area"
525
  msgstr ""
526
 
527
  # @ bestwebsoft
528
- #: bws_menu.php:586
529
- #: bws_menu.php:897
530
  msgid "System status"
531
  msgstr "Stato sistema"
532
 
533
  # @ bestwebsoft
534
- #: bws_menu.php:591
535
  #, fuzzy
536
  msgid "Plugins"
537
  msgstr "Plugin Pro"
538
 
539
- #: bws_menu.php:593
540
  msgid "Themes"
541
  msgstr ""
542
 
543
- #: bws_menu.php:598
544
  msgid "All"
545
  msgstr ""
546
 
547
  # @ default
548
- #: bws_menu.php:599
549
  #, fuzzy
550
  msgid "Installed"
551
  msgstr "Installa %s"
552
 
553
  # @ bestwebsoft
554
- #: bws_menu.php:600
555
  #, fuzzy
556
  msgid "Recommended"
557
  msgstr "Plugin raccomandati"
558
 
559
  # @ bestwebsoft
560
- #: bws_menu.php:604
561
  msgid "Installed plugins"
562
  msgstr "Plugin installati"
563
 
564
  # @ bestwebsoft
565
  # @ captcha
566
- #: bws_menu.php:636
567
- #: bws_menu.php:685
568
  msgid "Settings"
569
  msgstr "Impostazioni"
570
 
571
  # @ bestwebsoft
572
- #: bws_menu.php:657
573
- #: bws_menu.php:714
574
  #, fuzzy
575
  msgid "Activate this plugin"
576
  msgstr "Plugin attivi"
577
 
578
- #: bws_menu.php:672
579
- #: bws_menu.php:702
580
- #: bws_menu.php:748
581
  msgid "Go"
582
  msgstr ""
583
 
584
- #: bws_menu.php:676
585
- #: bws_menu.php:706
586
- #: bws_menu.php:752
587
  msgid "DONATE"
588
  msgstr ""
589
 
590
  # @ bestwebsoft
591
- #: bws_menu.php:722
592
  msgid "Recommended plugins"
593
  msgstr "Plugin raccomandati"
594
 
595
  # @ default
596
- #: bws_menu.php:760
597
  #, fuzzy
598
  msgid "Install now"
599
  msgstr "Installa %s"
600
 
601
- #: bws_menu.php:781
602
  msgid "Try again"
603
  msgstr ""
604
 
605
- #: bws_menu.php:799
606
  #, php-format
607
  msgid "Preview &#8220;%s&#8221;"
608
  msgstr ""
609
 
610
  # @ default
611
- #: bws_menu.php:830
612
  #, php-format
613
  msgid "Install %s"
614
  msgstr "Installa %s"
615
 
616
  # @ default
617
- #: bws_menu.php:830
618
  #, fuzzy
619
  msgid "Install Now"
620
  msgstr "Installa %s"
621
 
622
- #: bws_menu.php:833
623
  #, php-format
624
  msgid "Update to version %s"
625
  msgstr ""
626
 
627
- #: bws_menu.php:833
628
  msgid "Update"
629
  msgstr ""
630
 
631
- #: bws_menu.php:840
632
  #, php-format
633
  msgid "Preview %s"
634
  msgstr ""
635
 
636
- #: bws_menu.php:840
637
  msgid "Preview"
638
  msgstr ""
639
 
640
- #: bws_menu.php:846
641
- #: bws_menu.php:878
642
  #, php-format
643
  msgid "By %s"
644
  msgstr ""
645
 
646
- #: bws_menu.php:852
647
  msgid "Details"
648
  msgstr ""
649
 
650
  # @ default
651
- #: bws_menu.php:884
652
  #, fuzzy
653
  msgid "Already Installed"
654
  msgstr "Installa %s"
655
 
656
  # @ bestwebsoft
657
- #: bws_menu.php:900
658
  msgid "Environment"
659
  msgstr "Ambiente"
660
 
661
  # @ bestwebsoft
662
- #: bws_menu.php:911
663
  msgid "Active Plugins"
664
  msgstr "Plugin attivi"
665
 
666
  # @ bestwebsoft
667
- #: bws_menu.php:924
668
  msgid "Inactive Plugins"
669
  msgstr "Plugin inattivi"
670
 
671
  # @ bestwebsoft
672
- #: bws_menu.php:940
673
  msgid "Send to support"
674
  msgstr "Invia al supporto"
675
 
676
  # @ bestwebsoft
677
- #: bws_menu.php:947
678
  msgid "Send to custom email &#187;"
679
  msgstr "Invia a una email personalizzata &#187;"
680
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-07 13:11+0300\n"
6
+ "PO-Revision-Date: 2015-09-07 13:11+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:29
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
  # @ bestwebsoft
34
+ #: bws_functions.php:34
35
  #, fuzzy
36
  msgid "Plugins page"
37
  msgstr "Plugin Pro"
38
 
39
+ #: bws_functions.php:91
40
  msgid "It’s time to upgrade your"
41
  msgstr ""
42
 
43
  # @ captcha
44
+ #: bws_functions.php:91
45
  #, fuzzy
46
  msgid "to"
47
  msgstr "due"
48
 
49
  # @ bestwebsoft
50
+ #: bws_functions.php:91
51
  #, fuzzy
52
  msgid "version!"
53
  msgstr "Versione PHP"
54
 
55
+ #: bws_functions.php:92
56
  msgid "Extend standard plugin functionality with new great options."
57
  msgstr ""
58
 
59
  # @ bestwebsoft
60
+ #: bws_functions.php:95
61
+ #: bws_functions.php:492
62
  #, fuzzy
63
  msgid "Learn More"
64
  msgstr "Leggi tutto"
65
 
66
+ #: bws_functions.php:112
67
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
68
  msgstr ""
69
 
70
  # @ bestwebsoft
71
+ #: bws_functions.php:113
72
  #, fuzzy
73
  msgid "Rate the plugin"
74
  msgstr "Plugin attivi"
75
 
76
  # @ bestwebsoft
77
+ #: bws_functions.php:116
78
  #, fuzzy
79
  msgid "If there is something wrong about it, please contact us"
80
  msgstr "Se hai domande, contattaci tramite"
81
 
82
+ #: bws_functions.php:133
83
+ #: bws_functions.php:169
84
  msgid "Wrong license key"
85
  msgstr ""
86
 
87
+ #: bws_functions.php:163
88
+ #: bws_functions.php:405
89
+ #: bws_functions.php:456
90
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
91
  msgstr ""
92
 
93
+ #: bws_functions.php:163
94
+ #: bws_functions.php:405
95
+ #: bws_functions.php:456
96
  msgid "We are sorry for inconvenience."
97
  msgstr ""
98
 
99
+ #: bws_functions.php:171
100
  msgid "This license key is bind to another site"
101
  msgstr ""
102
 
103
+ #: bws_functions.php:173
104
+ #: bws_functions.php:315
105
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
106
  msgstr ""
107
 
108
+ #: bws_functions.php:175
109
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
110
  msgstr ""
111
 
112
+ #: bws_functions.php:177
113
+ msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
114
  msgstr ""
115
 
116
+ #: bws_functions.php:198
117
+ #: bws_functions.php:220
118
+ #: bws_functions.php:242
119
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
120
  msgstr ""
121
 
122
+ #: bws_functions.php:210
123
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
124
  msgstr ""
125
 
126
+ #: bws_functions.php:216
127
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
128
  msgstr ""
129
 
130
+ #: bws_functions.php:223
131
  msgid "UploadDir is not writable. Please, upload the plugin manually"
132
  msgstr ""
133
 
134
+ #: bws_functions.php:246
135
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
136
  msgstr ""
137
 
138
+ #: bws_functions.php:271
139
  msgid "Please, enter Your license key"
140
  msgstr ""
141
 
142
+ #: bws_functions.php:288
143
+ msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
144
  msgstr ""
145
 
146
+ #: bws_functions.php:290
147
+ #: bws_functions.php:372
148
  msgid "Please, go to"
149
  msgstr ""
150
 
151
+ #: bws_functions.php:290
152
+ #: bws_functions.php:372
153
  msgid "the setting page"
154
  msgstr ""
155
 
156
+ #: bws_functions.php:291
157
+ #: bws_functions.php:373
158
  msgid "You will be redirected automatically in 5 seconds."
159
  msgstr ""
160
 
161
+ #: bws_functions.php:296
162
  msgid "You can download and activate"
163
  msgstr ""
164
 
165
+ #: bws_functions.php:298
166
  msgid "version of this plugin by entering Your license key."
167
  msgstr ""
168
 
169
+ #: bws_functions.php:300
170
+ #: bws_functions.php:341
171
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
172
  msgstr ""
173
 
174
+ #: bws_functions.php:302
175
+ #: bws_functions.php:343
176
  msgid "(your username is the email you specify when purchasing the product)."
177
  msgstr ""
178
 
179
  # @ captcha
180
+ #: bws_functions.php:306
181
+ #: bws_functions.php:609
182
  #, fuzzy
183
  msgid "or"
184
  msgstr "quattro"
185
 
186
+ #: bws_functions.php:306
187
  #, php-format
188
  msgid "Start Your Free %s-Day Trial Now"
189
  msgstr ""
190
 
191
  # @ bestwebsoft
192
+ #: bws_functions.php:312
193
+ #: bws_functions.php:321
194
+ #: bws_functions.php:351
195
+ #: bws_functions.php:359
196
+ #: bws_menu.php:685
197
+ #: bws_menu.php:742
198
  #, fuzzy
199
  msgid "Activate"
200
  msgstr "Plugin attivi"
201
 
202
+ #: bws_functions.php:338
203
+ #: bws_functions.php:431
204
  #, php-format
205
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
206
  msgstr ""
207
 
208
+ #: bws_functions.php:339
209
  msgid "After that you can activate it by entering your license key."
210
  msgstr ""
211
 
212
+ #: bws_functions.php:353
213
  msgid "Unfortunately, you have exceeded the number of available tries per day."
214
  msgstr ""
215
 
216
+ #: bws_functions.php:370
217
+ msgid "Congratulations! The Pro license of the plugin is successfully activated."
218
  msgstr ""
219
 
220
+ #: bws_functions.php:411
221
  msgid "Wrong license key."
222
  msgstr ""
223
 
224
+ #: bws_functions.php:413
225
  msgid "This license key is bind to another site."
226
  msgstr ""
227
 
228
+ #: bws_functions.php:415
229
  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."
230
  msgstr ""
231
 
232
+ #: bws_functions.php:417
233
  msgid "Unfortunately, you have exceeded the number of available tries."
234
  msgstr ""
235
 
236
+ #: bws_functions.php:419
237
+ msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
238
  msgstr ""
239
 
240
+ #: bws_functions.php:423
241
+ msgid "The Pro Trial license key is valid."
242
  msgstr ""
243
 
244
+ #: bws_functions.php:425
245
  msgid "The license key is valid."
246
  msgstr ""
247
 
248
+ #: bws_functions.php:428
249
  msgid "Your license will expire on"
250
  msgstr ""
251
 
252
+ #: bws_functions.php:461
253
  msgid "Please, enter your license key"
254
  msgstr ""
255
 
256
+ #: bws_functions.php:474
257
  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"
258
  msgstr ""
259
 
260
+ #: bws_functions.php:474
261
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
262
  msgstr ""
263
 
264
+ #: bws_functions.php:478
265
  msgid "Check license key"
266
  msgstr ""
267
 
268
+ #: bws_functions.php:492
269
  msgid "WARNING: Illegal use notification"
270
  msgstr ""
271
 
272
+ #: bws_functions.php:492
273
  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."
274
  msgstr ""
275
 
276
+ #: bws_functions.php:500
277
+ msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
278
  msgstr ""
279
 
280
+ #: bws_functions.php:502
281
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
282
  msgstr ""
283
 
284
  # @ bestwebsoft
285
+ #: bws_functions.php:502
286
+ #: bws_functions.php:555
287
+ #: bws_menu.php:661
288
+ #: bws_menu.php:683
289
+ #: bws_menu.php:710
290
+ #: bws_menu.php:740
291
+ #: bws_menu.php:786
292
  #, fuzzy
293
  msgid "Learn more"
294
  msgstr "Leggi tutto"
295
 
296
+ #: bws_functions.php:512
297
  #, php-format
298
+ msgid "Notice: You are using the Pro Trial license of %s plugin."
299
  msgstr ""
300
 
301
+ #: bws_functions.php:514
302
+ msgid "Notice: You are using the Pro Trial license of plugin."
303
  msgstr ""
304
 
305
+ #: bws_functions.php:517
306
+ msgid "The Pro Trial license will expire on"
307
  msgstr ""
308
 
309
+ #: bws_functions.php:555
310
  msgid "You license for"
311
  msgstr ""
312
 
313
+ #: bws_functions.php:555
314
  msgid "expires on"
315
  msgstr ""
316
 
317
+ #: bws_functions.php:555
318
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
319
  msgstr ""
320
 
321
+ # @ bestwebsoft
322
+ #: bws_functions.php:605
323
+ #, fuzzy
324
+ msgid "Thank you for installing"
325
+ msgstr "Grazie per averci contattato."
326
+
327
+ #: bws_functions.php:606
328
+ msgid "Let's get started"
329
+ msgstr ""
330
+
331
+ # @ bestwebsoft
332
+ # @ captcha
333
+ #: bws_functions.php:607
334
+ #, fuzzy
335
+ msgid "Configure Settings"
336
+ msgstr "Impostazioni"
337
+
338
+ #: bws_functions.php:610
339
+ msgid "Add New"
340
+ msgstr ""
341
+
342
+ #: bws_functions.php:614
343
+ msgid "Close notice"
344
+ msgstr ""
345
+
346
+ #: bws_functions.php:667
347
+ msgid "Add BWS shortcode"
348
+ msgstr ""
349
+
350
+ #: bws_functions.php:711
351
  msgid "Close"
352
  msgstr ""
353
 
354
+ #: bws_functions.php:802
 
355
  msgid "Restore all plugin settings to defaults"
356
  msgstr ""
357
 
358
+ #: bws_functions.php:804
 
359
  msgid "Restore settings"
360
  msgstr ""
361
 
362
+ #: bws_functions.php:815
363
  msgid "Are you sure you want to restore all settings by default?"
364
  msgstr ""
365
 
366
+ #: bws_functions.php:818
367
  msgid "Yes, restore all settings"
368
  msgstr ""
369
 
370
+ #: bws_functions.php:819
371
  msgid "No, go back to the settings page"
372
  msgstr ""
373
 
374
  # @ bestwebsoft
375
+ #: bws_functions.php:863
376
+ #, fuzzy
377
+ msgid "Plugin"
378
+ msgstr "Plugin Pro"
379
+
380
+ # @ bestwebsoft
381
+ # @ captcha
382
+ #: bws_functions.php:872
383
+ #, fuzzy
384
+ msgid "Shortcode settings"
385
+ msgstr "Impostazioni"
386
+
387
+ #: bws_functions.php:877
388
+ msgid "The shortcode will be inserted"
389
+ msgstr ""
390
+
391
+ #: bws_functions.php:882
392
+ msgid "Insert"
393
+ msgstr ""
394
+
395
+ # @ bestwebsoft
396
+ #: bws_menu.php:498
397
  msgid "Not set"
398
  msgstr "Non impostato"
399
 
400
  # @ bestwebsoft
401
+ #: bws_menu.php:500
402
+ #: bws_menu.php:501
403
  msgid "On"
404
  msgstr "Abilitato"
405
 
406
  # @ bestwebsoft
407
+ #: bws_menu.php:500
408
+ #: bws_menu.php:501
409
  msgid "Off"
410
  msgstr "Disabilitato"
411
 
412
  # @ bestwebsoft
413
+ #: bws_menu.php:502
414
+ #: bws_menu.php:503
415
+ #: bws_menu.php:504
416
+ #: bws_menu.php:505
417
+ #: bws_menu.php:506
418
+ #: bws_menu.php:518
419
  msgid "N/A"
420
  msgstr "Non disponibile"
421
 
422
  # @ bestwebsoft
423
+ #: bws_menu.php:506
424
  msgid " Mb"
425
  msgstr "Mb"
426
 
427
  # @ bestwebsoft
428
+ #: bws_menu.php:507
429
+ #: bws_menu.php:508
430
+ #: bws_menu.php:509
431
+ #: bws_menu.php:514
432
  msgid "Yes"
433
  msgstr "Sì"
434
 
435
  # @ bestwebsoft
436
+ #: bws_menu.php:507
437
+ #: bws_menu.php:508
438
+ #: bws_menu.php:509
439
+ #: bws_menu.php:516
440
  msgid "No"
441
  msgstr "No"
442
 
443
  # @ bestwebsoft
444
+ #: bws_menu.php:526
445
  msgid "Operating System"
446
  msgstr "Sistema operativo"
447
 
448
  # @ bestwebsoft
449
+ #: bws_menu.php:527
450
  msgid "Server"
451
  msgstr "Server"
452
 
453
  # @ bestwebsoft
454
+ #: bws_menu.php:528
455
  msgid "Memory usage"
456
  msgstr "Utilizzo memoria"
457
 
458
  # @ bestwebsoft
459
+ #: bws_menu.php:529
460
  msgid "MYSQL Version"
461
  msgstr "Versione MYSQL"
462
 
463
  # @ bestwebsoft
464
+ #: bws_menu.php:530
465
  msgid "SQL Mode"
466
  msgstr "Modalità SQL"
467
 
468
  # @ bestwebsoft
469
+ #: bws_menu.php:531
470
  msgid "PHP Version"
471
  msgstr "Versione PHP"
472
 
473
  # @ bestwebsoft
474
+ #: bws_menu.php:532
475
  msgid "PHP Safe Mode"
476
  msgstr "Safe Mode PHP"
477
 
478
  # @ bestwebsoft
479
+ #: bws_menu.php:533
480
  msgid "PHP Allow URL fopen"
481
  msgstr "Consenti URL fopen PHP"
482
 
483
  # @ bestwebsoft
484
+ #: bws_menu.php:534
485
  msgid "PHP Memory Limit"
486
  msgstr "Limite di memoria PHP"
487
 
488
  # @ bestwebsoft
489
+ #: bws_menu.php:535
490
  msgid "PHP Max Upload Size"
491
  msgstr "Dimensione upload massima PHP"
492
 
493
  # @ bestwebsoft
494
+ #: bws_menu.php:536
495
  msgid "PHP Max Post Size"
496
  msgstr "Dimensione massima Post PHP"
497
 
498
  # @ bestwebsoft
499
+ #: bws_menu.php:537
500
  msgid "PHP Max Script Execute Time"
501
  msgstr "Tempo massimo di esecuzione PHP"
502
 
503
  # @ bestwebsoft
504
+ #: bws_menu.php:538
505
  msgid "PHP Exif support"
506
  msgstr "Supporto Exif PHP"
507
 
508
  # @ bestwebsoft
509
+ #: bws_menu.php:539
510
  msgid "PHP IPTC support"
511
  msgstr "Supporto IPTC PHP"
512
 
513
  # @ bestwebsoft
514
+ #: bws_menu.php:540
515
  msgid "PHP XML support"
516
  msgstr "Supporto XML PHP"
517
 
518
  # @ bestwebsoft
519
+ #: bws_menu.php:541
520
  msgid "Site URL"
521
  msgstr "URL sito"
522
 
523
  # @ bestwebsoft
524
+ #: bws_menu.php:542
525
  msgid "Home URL"
526
  msgstr "URL home"
527
 
528
  # @ bestwebsoft
529
+ #: bws_menu.php:545
530
  msgid "WordPress Version"
531
  msgstr "Versione WordPress"
532
 
533
  # @ bestwebsoft
534
+ #: bws_menu.php:546
535
  msgid "WordPress DB Version"
536
  msgstr "Versione DB WordPress"
537
 
538
  # @ bestwebsoft
539
+ #: bws_menu.php:547
540
  msgid "Multisite"
541
  msgstr "Multisito"
542
 
543
  # @ bestwebsoft
544
+ #: bws_menu.php:548
545
  msgid "Active Theme"
546
  msgstr "Tema attivo"
547
 
548
  # @ bestwebsoft
549
+ #: bws_menu.php:563
550
  msgid "Please enter a valid email address."
551
  msgstr "Per favore inserisci un indirizzo e-mail valido."
552
 
553
  # @ bestwebsoft
554
+ #: bws_menu.php:567
555
  msgid "Email with system info is sent to "
556
  msgstr "Email con informazioni di sistema spedita a "
557
 
558
  # @ bestwebsoft
559
+ #: bws_menu.php:571
560
  msgid "Thank you for contacting us."
561
  msgstr "Grazie per averci contattato."
562
 
563
  # @ bestwebsoft
564
+ #: bws_menu.php:604
565
  msgid "Sorry, email message could not be delivered."
566
  msgstr "Spiacenti, il messaggio email non può essere inviato."
567
 
568
+ #: bws_menu.php:612
569
  msgid "Need help?"
570
  msgstr ""
571
 
572
+ #: bws_menu.php:613
573
  msgid "Client area"
574
  msgstr ""
575
 
576
  # @ bestwebsoft
577
+ #: bws_menu.php:614
578
+ #: bws_menu.php:925
579
  msgid "System status"
580
  msgstr "Stato sistema"
581
 
582
  # @ bestwebsoft
583
+ #: bws_menu.php:619
584
  #, fuzzy
585
  msgid "Plugins"
586
  msgstr "Plugin Pro"
587
 
588
+ #: bws_menu.php:621
589
  msgid "Themes"
590
  msgstr ""
591
 
592
+ #: bws_menu.php:626
593
  msgid "All"
594
  msgstr ""
595
 
596
  # @ default
597
+ #: bws_menu.php:627
598
  #, fuzzy
599
  msgid "Installed"
600
  msgstr "Installa %s"
601
 
602
  # @ bestwebsoft
603
+ #: bws_menu.php:628
604
  #, fuzzy
605
  msgid "Recommended"
606
  msgstr "Plugin raccomandati"
607
 
608
  # @ bestwebsoft
609
+ #: bws_menu.php:632
610
  msgid "Installed plugins"
611
  msgstr "Plugin installati"
612
 
613
  # @ bestwebsoft
614
  # @ captcha
615
+ #: bws_menu.php:664
616
+ #: bws_menu.php:713
617
  msgid "Settings"
618
  msgstr "Impostazioni"
619
 
620
  # @ bestwebsoft
621
+ #: bws_menu.php:685
622
+ #: bws_menu.php:742
623
  #, fuzzy
624
  msgid "Activate this plugin"
625
  msgstr "Plugin attivi"
626
 
627
+ #: bws_menu.php:700
628
+ #: bws_menu.php:730
629
+ #: bws_menu.php:776
630
  msgid "Go"
631
  msgstr ""
632
 
633
+ #: bws_menu.php:704
634
+ #: bws_menu.php:734
635
+ #: bws_menu.php:780
636
  msgid "DONATE"
637
  msgstr ""
638
 
639
  # @ bestwebsoft
640
+ #: bws_menu.php:750
641
  msgid "Recommended plugins"
642
  msgstr "Plugin raccomandati"
643
 
644
  # @ default
645
+ #: bws_menu.php:788
646
  #, fuzzy
647
  msgid "Install now"
648
  msgstr "Installa %s"
649
 
650
+ #: bws_menu.php:809
651
  msgid "Try again"
652
  msgstr ""
653
 
654
+ #: bws_menu.php:827
655
  #, php-format
656
  msgid "Preview &#8220;%s&#8221;"
657
  msgstr ""
658
 
659
  # @ default
660
+ #: bws_menu.php:858
661
  #, php-format
662
  msgid "Install %s"
663
  msgstr "Installa %s"
664
 
665
  # @ default
666
+ #: bws_menu.php:858
667
  #, fuzzy
668
  msgid "Install Now"
669
  msgstr "Installa %s"
670
 
671
+ #: bws_menu.php:861
672
  #, php-format
673
  msgid "Update to version %s"
674
  msgstr ""
675
 
676
+ #: bws_menu.php:861
677
  msgid "Update"
678
  msgstr ""
679
 
680
+ #: bws_menu.php:868
681
  #, php-format
682
  msgid "Preview %s"
683
  msgstr ""
684
 
685
+ #: bws_menu.php:868
686
  msgid "Preview"
687
  msgstr ""
688
 
689
+ #: bws_menu.php:874
690
+ #: bws_menu.php:906
691
  #, php-format
692
  msgid "By %s"
693
  msgstr ""
694
 
695
+ #: bws_menu.php:880
696
  msgid "Details"
697
  msgstr ""
698
 
699
  # @ default
700
+ #: bws_menu.php:912
701
  #, fuzzy
702
  msgid "Already Installed"
703
  msgstr "Installa %s"
704
 
705
  # @ bestwebsoft
706
+ #: bws_menu.php:928
707
  msgid "Environment"
708
  msgstr "Ambiente"
709
 
710
  # @ bestwebsoft
711
+ #: bws_menu.php:939
712
  msgid "Active Plugins"
713
  msgstr "Plugin attivi"
714
 
715
  # @ bestwebsoft
716
+ #: bws_menu.php:952
717
  msgid "Inactive Plugins"
718
  msgstr "Plugin inattivi"
719
 
720
  # @ bestwebsoft
721
+ #: bws_menu.php:968
722
  msgid "Send to support"
723
  msgstr "Invia al supporto"
724
 
725
  # @ bestwebsoft
726
+ #: bws_menu.php:975
727
  msgid "Send to custom email &#187;"
728
  msgstr "Invia a una email personalizzata &#187;"
729
 
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-06-12 15:57+0300\n"
6
- "PO-Revision-Date: 2015-06-12 15:57+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,608 +16,652 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_functions.php:89
20
  #, fuzzy
21
  msgid "requires"
22
  msgstr "必須フィールド"
23
 
24
- #: bws_functions.php:91
25
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
26
  msgstr ""
27
 
28
- #: bws_functions.php:92
29
  msgid "Back to the WordPress"
30
  msgstr ""
31
 
32
- #: bws_functions.php:94
33
  #, fuzzy
34
  msgid "Plugins page"
35
  msgstr "Pro Plugins"
36
 
37
- #: bws_functions.php:151
38
  msgid "It’s time to upgrade your"
39
  msgstr ""
40
 
41
- #: bws_functions.php:151
42
  msgid "to"
43
  msgstr ""
44
 
45
- #: bws_functions.php:151
46
  #, fuzzy
47
  msgid "version!"
48
  msgstr "PHP バージョン"
49
 
50
- #: bws_functions.php:152
51
  msgid "Extend standard plugin functionality with new great options."
52
  msgstr ""
53
 
54
- #: bws_functions.php:155
55
- #: bws_functions.php:542
56
  #, fuzzy
57
  msgid "Learn More"
58
  msgstr "もっと読む"
59
 
60
- #: bws_functions.php:172
61
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
62
  msgstr ""
63
 
64
- #: bws_functions.php:173
65
  #, fuzzy
66
  msgid "Rate the plugin"
67
  msgstr "有効なプラグイン"
68
 
69
- #: bws_functions.php:176
70
  #, fuzzy
71
  msgid "If there is something wrong about it, please contact us"
72
  msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
73
 
74
- #: bws_functions.php:193
75
- #: bws_functions.php:229
76
  msgid "Wrong license key"
77
  msgstr ""
78
 
79
- #: bws_functions.php:223
80
- #: bws_functions.php:455
81
- #: bws_functions.php:506
82
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
83
  msgstr ""
84
 
85
- #: bws_functions.php:223
86
- #: bws_functions.php:455
87
- #: bws_functions.php:506
88
  msgid "We are sorry for inconvenience."
89
  msgstr ""
90
 
91
- #: bws_functions.php:231
92
  msgid "This license key is bind to another site"
93
  msgstr ""
94
 
95
- #: bws_functions.php:233
96
- #: bws_functions.php:365
97
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
98
  msgstr ""
99
 
100
- #: bws_functions.php:235
101
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
102
  msgstr ""
103
 
104
- #: bws_functions.php:237
105
- msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
106
  msgstr ""
107
 
108
- #: bws_functions.php:248
109
- #: bws_functions.php:270
110
- #: bws_functions.php:292
111
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
112
  msgstr ""
113
 
114
- #: bws_functions.php:260
115
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
116
  msgstr ""
117
 
118
- #: bws_functions.php:266
119
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
120
  msgstr ""
121
 
122
- #: bws_functions.php:273
123
  msgid "UploadDir is not writable. Please, upload the plugin manually"
124
  msgstr ""
125
 
126
- #: bws_functions.php:296
127
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
128
  msgstr ""
129
 
130
- #: bws_functions.php:321
131
  #, fuzzy
132
  msgid "Please, enter Your license key"
133
  msgstr "メッセージを入力して下さい..."
134
 
135
- #: bws_functions.php:338
136
- msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
137
  msgstr ""
138
 
139
- #: bws_functions.php:340
140
- #: bws_functions.php:422
141
  msgid "Please, go to"
142
  msgstr ""
143
 
144
- #: bws_functions.php:340
145
- #: bws_functions.php:422
146
  #, fuzzy
147
  msgid "the setting page"
148
  msgstr "追加設定"
149
 
150
- #: bws_functions.php:341
151
- #: bws_functions.php:423
152
  msgid "You will be redirected automatically in 5 seconds."
153
  msgstr ""
154
 
155
- #: bws_functions.php:346
156
  msgid "You can download and activate"
157
  msgstr ""
158
 
159
- #: bws_functions.php:348
160
  msgid "version of this plugin by entering Your license key."
161
  msgstr ""
162
 
163
- #: bws_functions.php:350
164
- #: bws_functions.php:391
165
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
166
  msgstr ""
167
 
168
- #: bws_functions.php:352
169
- #: bws_functions.php:393
170
  msgid "(your username is the email you specify when purchasing the product)."
171
  msgstr ""
172
 
173
- #: bws_functions.php:356
 
174
  msgid "or"
175
  msgstr "又は"
176
 
177
- #: bws_functions.php:356
178
  #, php-format
179
  msgid "Start Your Free %s-Day Trial Now"
180
  msgstr ""
181
 
182
- #: bws_functions.php:362
183
- #: bws_functions.php:371
184
- #: bws_functions.php:401
185
- #: bws_functions.php:409
186
- #: bws_menu.php:657
187
- #: bws_menu.php:714
188
  #, fuzzy
189
  msgid "Activate"
190
  msgstr "有効なcaptcha"
191
 
192
- #: bws_functions.php:388
193
- #: bws_functions.php:481
194
  #, php-format
195
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
196
  msgstr ""
197
 
198
- #: bws_functions.php:389
199
  msgid "After that you can activate it by entering your license key."
200
  msgstr ""
201
 
202
- #: bws_functions.php:403
203
  msgid "Unfortunately, you have exceeded the number of available tries per day."
204
  msgstr ""
205
 
206
- #: bws_functions.php:420
207
- msgid "Congratulations! The PRO license of the plugin is successfully activated."
208
  msgstr ""
209
 
210
- #: bws_functions.php:461
211
  msgid "Wrong license key."
212
  msgstr ""
213
 
214
- #: bws_functions.php:463
215
  msgid "This license key is bind to another site."
216
  msgstr ""
217
 
218
- #: bws_functions.php:465
219
  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."
220
  msgstr ""
221
 
222
- #: bws_functions.php:467
223
  msgid "Unfortunately, you have exceeded the number of available tries."
224
  msgstr ""
225
 
226
- #: bws_functions.php:469
227
- msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
228
  msgstr ""
229
 
230
- #: bws_functions.php:473
231
- msgid "The PRO Trial license key is valid."
232
  msgstr ""
233
 
234
- #: bws_functions.php:475
235
  msgid "The license key is valid."
236
  msgstr ""
237
 
238
- #: bws_functions.php:478
239
  msgid "Your license will expire on"
240
  msgstr ""
241
 
242
- #: bws_functions.php:511
243
  #, fuzzy
244
  msgid "Please, enter your license key"
245
  msgstr "メッセージを入力して下さい..."
246
 
247
- #: bws_functions.php:524
248
  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"
249
  msgstr ""
250
 
251
- #: bws_functions.php:524
252
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
253
  msgstr ""
254
 
255
- #: bws_functions.php:528
256
  msgid "Check license key"
257
  msgstr ""
258
 
259
- #: bws_functions.php:542
260
  msgid "WARNING: Illegal use notification"
261
  msgstr ""
262
 
263
- #: bws_functions.php:542
264
  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."
265
  msgstr ""
266
 
267
- #: bws_functions.php:550
268
- msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
269
  msgstr ""
270
 
271
- #: bws_functions.php:552
272
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
273
  msgstr ""
274
 
275
- #: bws_functions.php:552
276
- #: bws_functions.php:605
277
- #: bws_menu.php:633
278
- #: bws_menu.php:655
279
- #: bws_menu.php:682
280
- #: bws_menu.php:712
281
- #: bws_menu.php:758
282
  #, fuzzy
283
  msgid "Learn more"
284
  msgstr "もっと読む"
285
 
286
- #: bws_functions.php:562
287
  #, php-format
288
- msgid "Notice: You are using the PRO Trial license of %s plugin."
289
  msgstr ""
290
 
291
- #: bws_functions.php:564
292
- msgid "Notice: You are using the PRO Trial license of plugin."
293
  msgstr ""
294
 
295
- #: bws_functions.php:567
296
- msgid "The PRO Trial license will expire on"
297
  msgstr ""
298
 
299
- #: bws_functions.php:605
300
  msgid "You license for"
301
  msgstr ""
302
 
303
- #: bws_functions.php:605
304
  msgid "expires on"
305
  msgstr ""
306
 
307
- #: bws_functions.php:605
308
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
309
  msgstr ""
310
 
311
- #: bws_functions.php:680
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
312
  msgid "Close"
313
  msgstr ""
314
 
315
- #: bws_functions.php:771
316
- #: bws_functions.php:784
317
  msgid "Restore all plugin settings to defaults"
318
  msgstr ""
319
 
320
- #: bws_functions.php:773
321
- #: bws_functions.php:786
322
  #, fuzzy
323
  msgid "Restore settings"
324
  msgstr "追加設定"
325
 
326
- #: bws_functions.php:797
327
  #, fuzzy
328
  msgid "Are you sure you want to restore all settings by default?"
329
  msgstr "本当に、この言語データを削除しますか?"
330
 
331
- #: bws_functions.php:799
332
  msgid "Yes, restore all settings"
333
  msgstr ""
334
 
335
- #: bws_functions.php:800
336
  #, fuzzy
337
  msgid "No, go back to the settings page"
338
  msgstr "追加設定"
339
 
340
- #: bws_menu.php:470
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
341
  msgid "Not set"
342
  msgstr "未設定"
343
 
344
- #: bws_menu.php:472
345
- #: bws_menu.php:473
346
  msgid "On"
347
  msgstr "On"
348
 
349
- #: bws_menu.php:472
350
- #: bws_menu.php:473
351
  msgid "Off"
352
  msgstr "Off"
353
 
354
- #: bws_menu.php:474
355
- #: bws_menu.php:475
356
- #: bws_menu.php:476
357
- #: bws_menu.php:477
358
- #: bws_menu.php:478
359
- #: bws_menu.php:490
360
  msgid "N/A"
361
  msgstr "該当なし"
362
 
363
- #: bws_menu.php:478
364
  msgid " Mb"
365
  msgstr " Mb"
366
 
367
- #: bws_menu.php:479
368
- #: bws_menu.php:480
369
- #: bws_menu.php:481
370
- #: bws_menu.php:486
371
  msgid "Yes"
372
  msgstr "はい"
373
 
374
- #: bws_menu.php:479
375
- #: bws_menu.php:480
376
- #: bws_menu.php:481
377
- #: bws_menu.php:488
378
  msgid "No"
379
  msgstr "いいえ"
380
 
381
- #: bws_menu.php:498
382
  msgid "Operating System"
383
  msgstr "オペレーション・システム"
384
 
385
- #: bws_menu.php:499
386
  msgid "Server"
387
  msgstr "サーバ"
388
 
389
- #: bws_menu.php:500
390
  msgid "Memory usage"
391
  msgstr "メモリー使用"
392
 
393
- #: bws_menu.php:501
394
  msgid "MYSQL Version"
395
  msgstr "MYSQL バージョン"
396
 
397
- #: bws_menu.php:502
398
  msgid "SQL Mode"
399
  msgstr "SQLモード"
400
 
401
- #: bws_menu.php:503
402
  msgid "PHP Version"
403
  msgstr "PHP バージョン"
404
 
405
- #: bws_menu.php:504
406
  msgid "PHP Safe Mode"
407
  msgstr "PHP Safe Mode"
408
 
409
- #: bws_menu.php:505
410
  msgid "PHP Allow URL fopen"
411
  msgstr "PHP Allow URL fopen"
412
 
413
- #: bws_menu.php:506
414
  msgid "PHP Memory Limit"
415
  msgstr "PHP Memory Limit"
416
 
417
- #: bws_menu.php:507
418
  msgid "PHP Max Upload Size"
419
  msgstr "PHP Max Upload Size"
420
 
421
- #: bws_menu.php:508
422
  msgid "PHP Max Post Size"
423
  msgstr "PHP Max Post Size"
424
 
425
- #: bws_menu.php:509
426
  msgid "PHP Max Script Execute Time"
427
  msgstr "PHP Max Script Execute Time"
428
 
429
- #: bws_menu.php:510
430
  msgid "PHP Exif support"
431
  msgstr "PHP Exif サポート"
432
 
433
- #: bws_menu.php:511
434
  msgid "PHP IPTC support"
435
  msgstr "PHP IPTC サポート"
436
 
437
- #: bws_menu.php:512
438
  msgid "PHP XML support"
439
  msgstr "PHP XML サポート"
440
 
441
- #: bws_menu.php:513
442
  msgid "Site URL"
443
  msgstr "サイトURL"
444
 
445
- #: bws_menu.php:514
446
  msgid "Home URL"
447
  msgstr "ホームURL"
448
 
449
- #: bws_menu.php:517
450
  msgid "WordPress Version"
451
  msgstr "WordPress バージョン"
452
 
453
- #: bws_menu.php:518
454
  msgid "WordPress DB Version"
455
  msgstr "WordPress データベース バージョン"
456
 
457
- #: bws_menu.php:519
458
  msgid "Multisite"
459
  msgstr "複数サイト"
460
 
461
- #: bws_menu.php:520
462
  msgid "Active Theme"
463
  msgstr "有効なテーマ"
464
 
465
- #: bws_menu.php:535
466
  msgid "Please enter a valid email address."
467
  msgstr "正確なEメール・アドレスを入力して下さい。"
468
 
469
- #: bws_menu.php:539
470
  msgid "Email with system info is sent to "
471
  msgstr "システム情報をメールで送信:"
472
 
473
- #: bws_menu.php:543
474
  msgid "Thank you for contacting us."
475
  msgstr "ご連絡ありがとうございます"
476
 
477
- #: bws_menu.php:576
478
  msgid "Sorry, email message could not be delivered."
479
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
480
 
481
- #: bws_menu.php:584
482
  msgid "Need help?"
483
  msgstr ""
484
 
485
- #: bws_menu.php:585
486
  msgid "Client area"
487
  msgstr ""
488
 
489
- #: bws_menu.php:586
490
- #: bws_menu.php:897
491
  msgid "System status"
492
  msgstr "システム状況"
493
 
494
- #: bws_menu.php:591
495
  #, fuzzy
496
  msgid "Plugins"
497
  msgstr "Pro Plugins"
498
 
499
- #: bws_menu.php:593
500
  msgid "Themes"
501
  msgstr ""
502
 
503
- #: bws_menu.php:598
504
  msgid "All"
505
  msgstr ""
506
 
507
- #: bws_menu.php:599
508
  #, fuzzy
509
  msgid "Installed"
510
  msgstr "%s 導入"
511
 
512
- #: bws_menu.php:600
513
  #, fuzzy
514
  msgid "Recommended"
515
  msgstr "推奨プラグイン"
516
 
517
- #: bws_menu.php:604
518
  msgid "Installed plugins"
519
  msgstr "導入済みプラグイン"
520
 
521
- #: bws_menu.php:636
522
- #: bws_menu.php:685
523
  msgid "Settings"
524
  msgstr "設定"
525
 
526
- #: bws_menu.php:657
527
- #: bws_menu.php:714
528
  #, fuzzy
529
  msgid "Activate this plugin"
530
  msgstr "有効なプラグイン"
531
 
532
- #: bws_menu.php:672
533
- #: bws_menu.php:702
534
- #: bws_menu.php:748
535
  msgid "Go"
536
  msgstr ""
537
 
538
- #: bws_menu.php:676
539
- #: bws_menu.php:706
540
- #: bws_menu.php:752
541
  msgid "DONATE"
542
  msgstr ""
543
 
544
- #: bws_menu.php:722
545
  msgid "Recommended plugins"
546
  msgstr "推奨プラグイン"
547
 
548
- #: bws_menu.php:760
549
  #, fuzzy
550
  msgid "Install now"
551
  msgstr "Installa Ora"
552
 
553
- #: bws_menu.php:781
554
  msgid "Try again"
555
  msgstr ""
556
 
557
- #: bws_menu.php:799
558
  #, php-format
559
  msgid "Preview &#8220;%s&#8221;"
560
  msgstr ""
561
 
562
- #: bws_menu.php:830
563
  #, php-format
564
  msgid "Install %s"
565
  msgstr "%s 導入"
566
 
567
- #: bws_menu.php:830
568
  msgid "Install Now"
569
  msgstr "Installa Ora"
570
 
571
- #: bws_menu.php:833
572
  #, php-format
573
  msgid "Update to version %s"
574
  msgstr ""
575
 
576
- #: bws_menu.php:833
577
  msgid "Update"
578
  msgstr ""
579
 
580
- #: bws_menu.php:840
581
  #, php-format
582
  msgid "Preview %s"
583
  msgstr ""
584
 
585
- #: bws_menu.php:840
586
  msgid "Preview"
587
  msgstr ""
588
 
589
- #: bws_menu.php:846
590
- #: bws_menu.php:878
591
  #, php-format
592
  msgid "By %s"
593
  msgstr ""
594
 
595
- #: bws_menu.php:852
596
  msgid "Details"
597
  msgstr ""
598
 
599
- #: bws_menu.php:884
600
  #, fuzzy
601
  msgid "Already Installed"
602
  msgstr "%s 導入"
603
 
604
- #: bws_menu.php:900
605
  msgid "Environment"
606
  msgstr "環境"
607
 
608
- #: bws_menu.php:911
609
  msgid "Active Plugins"
610
  msgstr "有効なプラグイン"
611
 
612
- #: bws_menu.php:924
613
  msgid "Inactive Plugins"
614
  msgstr "無効なプラグイン"
615
 
616
- #: bws_menu.php:940
617
  msgid "Send to support"
618
  msgstr "サポートに送信"
619
 
620
- #: bws_menu.php:947
621
  msgid "Send to custom email &#187;"
622
  msgstr "カスタムEメールに送信&#187;"
623
 
@@ -658,9 +702,6 @@ msgstr "カスタムEメールに送信&#187;"
658
  #~ msgid "installed"
659
  #~ msgstr "%s 導入"
660
 
661
- #~ msgid "Contact Form Settings"
662
- #~ msgstr "コンタクトフォーム設定"
663
-
664
  #~ msgid "Contact Form"
665
  #~ msgstr "コンタクトフォーム"
666
 
@@ -946,9 +987,6 @@ msgstr "カスタムEメールに送信&#187;"
946
  #~ msgid "Error message for the whole form"
947
  #~ msgstr "全体フォーム用のエラーメッセージ"
948
 
949
- #~ msgid "Use shortcode"
950
- #~ msgstr "短いコードの利用"
951
-
952
  #~ msgid "for this language"
953
  #~ msgstr "この言語用"
954
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-07 13:11+0300\n"
6
+ "PO-Revision-Date: 2015-09-07 13:11+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:29
20
  #, fuzzy
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 "Pro Plugins"
36
 
37
+ #: bws_functions.php:91
38
  msgid "It’s time to upgrade your"
39
  msgstr ""
40
 
41
+ #: bws_functions.php:91
42
  msgid "to"
43
  msgstr ""
44
 
45
+ #: bws_functions.php:91
46
  #, fuzzy
47
  msgid "version!"
48
  msgstr "PHP バージョン"
49
 
50
+ #: bws_functions.php:92
51
  msgid "Extend standard plugin functionality with new great options."
52
  msgstr ""
53
 
54
+ #: bws_functions.php:95
55
+ #: bws_functions.php:492
56
  #, fuzzy
57
  msgid "Learn More"
58
  msgstr "もっと読む"
59
 
60
+ #: bws_functions.php:112
61
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
62
  msgstr ""
63
 
64
+ #: bws_functions.php:113
65
  #, fuzzy
66
  msgid "Rate the plugin"
67
  msgstr "有効なプラグイン"
68
 
69
+ #: bws_functions.php:116
70
  #, fuzzy
71
  msgid "If there is something wrong about it, please contact us"
72
  msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
73
 
74
+ #: bws_functions.php:133
75
+ #: bws_functions.php:169
76
  msgid "Wrong license key"
77
  msgstr ""
78
 
79
+ #: bws_functions.php:163
80
+ #: bws_functions.php:405
81
+ #: bws_functions.php:456
82
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
83
  msgstr ""
84
 
85
+ #: bws_functions.php:163
86
+ #: bws_functions.php:405
87
+ #: bws_functions.php:456
88
  msgid "We are sorry for inconvenience."
89
  msgstr ""
90
 
91
+ #: bws_functions.php:171
92
  msgid "This license key is bind to another site"
93
  msgstr ""
94
 
95
+ #: bws_functions.php:173
96
+ #: bws_functions.php:315
97
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
98
  msgstr ""
99
 
100
+ #: bws_functions.php:175
101
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
102
  msgstr ""
103
 
104
+ #: bws_functions.php:177
105
+ msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
106
  msgstr ""
107
 
108
+ #: bws_functions.php:198
109
+ #: bws_functions.php:220
110
+ #: bws_functions.php:242
111
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
112
  msgstr ""
113
 
114
+ #: bws_functions.php:210
115
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
116
  msgstr ""
117
 
118
+ #: bws_functions.php:216
119
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
120
  msgstr ""
121
 
122
+ #: bws_functions.php:223
123
  msgid "UploadDir is not writable. Please, upload the plugin manually"
124
  msgstr ""
125
 
126
+ #: bws_functions.php:246
127
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
128
  msgstr ""
129
 
130
+ #: bws_functions.php:271
131
  #, fuzzy
132
  msgid "Please, enter Your license key"
133
  msgstr "メッセージを入力して下さい..."
134
 
135
+ #: bws_functions.php:288
136
+ msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
137
  msgstr ""
138
 
139
+ #: bws_functions.php:290
140
+ #: bws_functions.php:372
141
  msgid "Please, go to"
142
  msgstr ""
143
 
144
+ #: bws_functions.php:290
145
+ #: bws_functions.php:372
146
  #, fuzzy
147
  msgid "the setting page"
148
  msgstr "追加設定"
149
 
150
+ #: bws_functions.php:291
151
+ #: bws_functions.php:373
152
  msgid "You will be redirected automatically in 5 seconds."
153
  msgstr ""
154
 
155
+ #: bws_functions.php:296
156
  msgid "You can download and activate"
157
  msgstr ""
158
 
159
+ #: bws_functions.php:298
160
  msgid "version of this plugin by entering Your license key."
161
  msgstr ""
162
 
163
+ #: bws_functions.php:300
164
+ #: bws_functions.php:341
165
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
166
  msgstr ""
167
 
168
+ #: bws_functions.php:302
169
+ #: bws_functions.php:343
170
  msgid "(your username is the email you specify when purchasing the product)."
171
  msgstr ""
172
 
173
+ #: bws_functions.php:306
174
+ #: bws_functions.php:609
175
  msgid "or"
176
  msgstr "又は"
177
 
178
+ #: bws_functions.php:306
179
  #, php-format
180
  msgid "Start Your Free %s-Day Trial Now"
181
  msgstr ""
182
 
183
+ #: bws_functions.php:312
184
+ #: bws_functions.php:321
185
+ #: bws_functions.php:351
186
+ #: bws_functions.php:359
187
+ #: bws_menu.php:685
188
+ #: bws_menu.php:742
189
  #, fuzzy
190
  msgid "Activate"
191
  msgstr "有効なcaptcha"
192
 
193
+ #: bws_functions.php:338
194
+ #: bws_functions.php:431
195
  #, php-format
196
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
197
  msgstr ""
198
 
199
+ #: bws_functions.php:339
200
  msgid "After that you can activate it by entering your license key."
201
  msgstr ""
202
 
203
+ #: bws_functions.php:353
204
  msgid "Unfortunately, you have exceeded the number of available tries per day."
205
  msgstr ""
206
 
207
+ #: bws_functions.php:370
208
+ msgid "Congratulations! The Pro license of the plugin is successfully activated."
209
  msgstr ""
210
 
211
+ #: bws_functions.php:411
212
  msgid "Wrong license key."
213
  msgstr ""
214
 
215
+ #: bws_functions.php:413
216
  msgid "This license key is bind to another site."
217
  msgstr ""
218
 
219
+ #: bws_functions.php:415
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 ""
222
 
223
+ #: bws_functions.php:417
224
  msgid "Unfortunately, you have exceeded the number of available tries."
225
  msgstr ""
226
 
227
+ #: bws_functions.php:419
228
+ msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
229
  msgstr ""
230
 
231
+ #: bws_functions.php:423
232
+ msgid "The Pro Trial license key is valid."
233
  msgstr ""
234
 
235
+ #: bws_functions.php:425
236
  msgid "The license key is valid."
237
  msgstr ""
238
 
239
+ #: bws_functions.php:428
240
  msgid "Your license will expire on"
241
  msgstr ""
242
 
243
+ #: bws_functions.php:461
244
  #, fuzzy
245
  msgid "Please, enter your license key"
246
  msgstr "メッセージを入力して下さい..."
247
 
248
+ #: bws_functions.php:474
249
  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"
250
  msgstr ""
251
 
252
+ #: bws_functions.php:474
253
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
254
  msgstr ""
255
 
256
+ #: bws_functions.php:478
257
  msgid "Check license key"
258
  msgstr ""
259
 
260
+ #: bws_functions.php:492
261
  msgid "WARNING: Illegal use notification"
262
  msgstr ""
263
 
264
+ #: bws_functions.php:492
265
  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."
266
  msgstr ""
267
 
268
+ #: bws_functions.php:500
269
+ msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
270
  msgstr ""
271
 
272
+ #: bws_functions.php:502
273
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
274
  msgstr ""
275
 
276
+ #: bws_functions.php:502
277
+ #: bws_functions.php:555
278
+ #: bws_menu.php:661
279
+ #: bws_menu.php:683
280
+ #: bws_menu.php:710
281
+ #: bws_menu.php:740
282
+ #: bws_menu.php:786
283
  #, fuzzy
284
  msgid "Learn more"
285
  msgstr "もっと読む"
286
 
287
+ #: bws_functions.php:512
288
  #, php-format
289
+ msgid "Notice: You are using the Pro Trial license of %s plugin."
290
  msgstr ""
291
 
292
+ #: bws_functions.php:514
293
+ msgid "Notice: You are using the Pro Trial license of plugin."
294
  msgstr ""
295
 
296
+ #: bws_functions.php:517
297
+ msgid "The Pro Trial license will expire on"
298
  msgstr ""
299
 
300
+ #: bws_functions.php:555
301
  msgid "You license for"
302
  msgstr ""
303
 
304
+ #: bws_functions.php:555
305
  msgid "expires on"
306
  msgstr ""
307
 
308
+ #: bws_functions.php:555
309
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
310
  msgstr ""
311
 
312
+ #: bws_functions.php:605
313
+ #, fuzzy
314
+ msgid "Thank you for installing"
315
+ msgstr "ご連絡ありがとうございます"
316
+
317
+ #: bws_functions.php:606
318
+ msgid "Let's get started"
319
+ msgstr ""
320
+
321
+ #: bws_functions.php:607
322
+ #, fuzzy
323
+ msgid "Configure Settings"
324
+ msgstr "コンタクトフォーム設定"
325
+
326
+ #: bws_functions.php:610
327
+ msgid "Add New"
328
+ msgstr ""
329
+
330
+ #: bws_functions.php:614
331
+ msgid "Close notice"
332
+ msgstr ""
333
+
334
+ #: bws_functions.php:667
335
+ #, fuzzy
336
+ msgid "Add BWS shortcode"
337
+ msgstr "短いコードの利用"
338
+
339
+ #: bws_functions.php:711
340
  msgid "Close"
341
  msgstr ""
342
 
343
+ #: bws_functions.php:802
 
344
  msgid "Restore all plugin settings to defaults"
345
  msgstr ""
346
 
347
+ #: bws_functions.php:804
 
348
  #, fuzzy
349
  msgid "Restore settings"
350
  msgstr "追加設定"
351
 
352
+ #: bws_functions.php:815
353
  #, fuzzy
354
  msgid "Are you sure you want to restore all settings by default?"
355
  msgstr "本当に、この言語データを削除しますか?"
356
 
357
+ #: bws_functions.php:818
358
  msgid "Yes, restore all settings"
359
  msgstr ""
360
 
361
+ #: bws_functions.php:819
362
  #, fuzzy
363
  msgid "No, go back to the settings page"
364
  msgstr "追加設定"
365
 
366
+ #: bws_functions.php:863
367
+ #, fuzzy
368
+ msgid "Plugin"
369
+ msgstr "Pro Plugins"
370
+
371
+ #: bws_functions.php:872
372
+ #, fuzzy
373
+ msgid "Shortcode settings"
374
+ msgstr "追加設定"
375
+
376
+ #: bws_functions.php:877
377
+ msgid "The shortcode will be inserted"
378
+ msgstr ""
379
+
380
+ #: bws_functions.php:882
381
+ msgid "Insert"
382
+ msgstr ""
383
+
384
+ #: bws_menu.php:498
385
  msgid "Not set"
386
  msgstr "未設定"
387
 
388
+ #: bws_menu.php:500
389
+ #: bws_menu.php:501
390
  msgid "On"
391
  msgstr "On"
392
 
393
+ #: bws_menu.php:500
394
+ #: bws_menu.php:501
395
  msgid "Off"
396
  msgstr "Off"
397
 
398
+ #: bws_menu.php:502
399
+ #: bws_menu.php:503
400
+ #: bws_menu.php:504
401
+ #: bws_menu.php:505
402
+ #: bws_menu.php:506
403
+ #: bws_menu.php:518
404
  msgid "N/A"
405
  msgstr "該当なし"
406
 
407
+ #: bws_menu.php:506
408
  msgid " Mb"
409
  msgstr " Mb"
410
 
411
+ #: bws_menu.php:507
412
+ #: bws_menu.php:508
413
+ #: bws_menu.php:509
414
+ #: bws_menu.php:514
415
  msgid "Yes"
416
  msgstr "はい"
417
 
418
+ #: bws_menu.php:507
419
+ #: bws_menu.php:508
420
+ #: bws_menu.php:509
421
+ #: bws_menu.php:516
422
  msgid "No"
423
  msgstr "いいえ"
424
 
425
+ #: bws_menu.php:526
426
  msgid "Operating System"
427
  msgstr "オペレーション・システム"
428
 
429
+ #: bws_menu.php:527
430
  msgid "Server"
431
  msgstr "サーバ"
432
 
433
+ #: bws_menu.php:528
434
  msgid "Memory usage"
435
  msgstr "メモリー使用"
436
 
437
+ #: bws_menu.php:529
438
  msgid "MYSQL Version"
439
  msgstr "MYSQL バージョン"
440
 
441
+ #: bws_menu.php:530
442
  msgid "SQL Mode"
443
  msgstr "SQLモード"
444
 
445
+ #: bws_menu.php:531
446
  msgid "PHP Version"
447
  msgstr "PHP バージョン"
448
 
449
+ #: bws_menu.php:532
450
  msgid "PHP Safe Mode"
451
  msgstr "PHP Safe Mode"
452
 
453
+ #: bws_menu.php:533
454
  msgid "PHP Allow URL fopen"
455
  msgstr "PHP Allow URL fopen"
456
 
457
+ #: bws_menu.php:534
458
  msgid "PHP Memory Limit"
459
  msgstr "PHP Memory Limit"
460
 
461
+ #: bws_menu.php:535
462
  msgid "PHP Max Upload Size"
463
  msgstr "PHP Max Upload Size"
464
 
465
+ #: bws_menu.php:536
466
  msgid "PHP Max Post Size"
467
  msgstr "PHP Max Post Size"
468
 
469
+ #: bws_menu.php:537
470
  msgid "PHP Max Script Execute Time"
471
  msgstr "PHP Max Script Execute Time"
472
 
473
+ #: bws_menu.php:538
474
  msgid "PHP Exif support"
475
  msgstr "PHP Exif サポート"
476
 
477
+ #: bws_menu.php:539
478
  msgid "PHP IPTC support"
479
  msgstr "PHP IPTC サポート"
480
 
481
+ #: bws_menu.php:540
482
  msgid "PHP XML support"
483
  msgstr "PHP XML サポート"
484
 
485
+ #: bws_menu.php:541
486
  msgid "Site URL"
487
  msgstr "サイトURL"
488
 
489
+ #: bws_menu.php:542
490
  msgid "Home URL"
491
  msgstr "ホームURL"
492
 
493
+ #: bws_menu.php:545
494
  msgid "WordPress Version"
495
  msgstr "WordPress バージョン"
496
 
497
+ #: bws_menu.php:546
498
  msgid "WordPress DB Version"
499
  msgstr "WordPress データベース バージョン"
500
 
501
+ #: bws_menu.php:547
502
  msgid "Multisite"
503
  msgstr "複数サイト"
504
 
505
+ #: bws_menu.php:548
506
  msgid "Active Theme"
507
  msgstr "有効なテーマ"
508
 
509
+ #: bws_menu.php:563
510
  msgid "Please enter a valid email address."
511
  msgstr "正確なEメール・アドレスを入力して下さい。"
512
 
513
+ #: bws_menu.php:567
514
  msgid "Email with system info is sent to "
515
  msgstr "システム情報をメールで送信:"
516
 
517
+ #: bws_menu.php:571
518
  msgid "Thank you for contacting us."
519
  msgstr "ご連絡ありがとうございます"
520
 
521
+ #: bws_menu.php:604
522
  msgid "Sorry, email message could not be delivered."
523
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
524
 
525
+ #: bws_menu.php:612
526
  msgid "Need help?"
527
  msgstr ""
528
 
529
+ #: bws_menu.php:613
530
  msgid "Client area"
531
  msgstr ""
532
 
533
+ #: bws_menu.php:614
534
+ #: bws_menu.php:925
535
  msgid "System status"
536
  msgstr "システム状況"
537
 
538
+ #: bws_menu.php:619
539
  #, fuzzy
540
  msgid "Plugins"
541
  msgstr "Pro Plugins"
542
 
543
+ #: bws_menu.php:621
544
  msgid "Themes"
545
  msgstr ""
546
 
547
+ #: bws_menu.php:626
548
  msgid "All"
549
  msgstr ""
550
 
551
+ #: bws_menu.php:627
552
  #, fuzzy
553
  msgid "Installed"
554
  msgstr "%s 導入"
555
 
556
+ #: bws_menu.php:628
557
  #, fuzzy
558
  msgid "Recommended"
559
  msgstr "推奨プラグイン"
560
 
561
+ #: bws_menu.php:632
562
  msgid "Installed plugins"
563
  msgstr "導入済みプラグイン"
564
 
565
+ #: bws_menu.php:664
566
+ #: bws_menu.php:713
567
  msgid "Settings"
568
  msgstr "設定"
569
 
570
+ #: bws_menu.php:685
571
+ #: bws_menu.php:742
572
  #, fuzzy
573
  msgid "Activate this plugin"
574
  msgstr "有効なプラグイン"
575
 
576
+ #: bws_menu.php:700
577
+ #: bws_menu.php:730
578
+ #: bws_menu.php:776
579
  msgid "Go"
580
  msgstr ""
581
 
582
+ #: bws_menu.php:704
583
+ #: bws_menu.php:734
584
+ #: bws_menu.php:780
585
  msgid "DONATE"
586
  msgstr ""
587
 
588
+ #: bws_menu.php:750
589
  msgid "Recommended plugins"
590
  msgstr "推奨プラグイン"
591
 
592
+ #: bws_menu.php:788
593
  #, fuzzy
594
  msgid "Install now"
595
  msgstr "Installa Ora"
596
 
597
+ #: bws_menu.php:809
598
  msgid "Try again"
599
  msgstr ""
600
 
601
+ #: bws_menu.php:827
602
  #, php-format
603
  msgid "Preview &#8220;%s&#8221;"
604
  msgstr ""
605
 
606
+ #: bws_menu.php:858
607
  #, php-format
608
  msgid "Install %s"
609
  msgstr "%s 導入"
610
 
611
+ #: bws_menu.php:858
612
  msgid "Install Now"
613
  msgstr "Installa Ora"
614
 
615
+ #: bws_menu.php:861
616
  #, php-format
617
  msgid "Update to version %s"
618
  msgstr ""
619
 
620
+ #: bws_menu.php:861
621
  msgid "Update"
622
  msgstr ""
623
 
624
+ #: bws_menu.php:868
625
  #, php-format
626
  msgid "Preview %s"
627
  msgstr ""
628
 
629
+ #: bws_menu.php:868
630
  msgid "Preview"
631
  msgstr ""
632
 
633
+ #: bws_menu.php:874
634
+ #: bws_menu.php:906
635
  #, php-format
636
  msgid "By %s"
637
  msgstr ""
638
 
639
+ #: bws_menu.php:880
640
  msgid "Details"
641
  msgstr ""
642
 
643
+ #: bws_menu.php:912
644
  #, fuzzy
645
  msgid "Already Installed"
646
  msgstr "%s 導入"
647
 
648
+ #: bws_menu.php:928
649
  msgid "Environment"
650
  msgstr "環境"
651
 
652
+ #: bws_menu.php:939
653
  msgid "Active Plugins"
654
  msgstr "有効なプラグイン"
655
 
656
+ #: bws_menu.php:952
657
  msgid "Inactive Plugins"
658
  msgstr "無効なプラグイン"
659
 
660
+ #: bws_menu.php:968
661
  msgid "Send to support"
662
  msgstr "サポートに送信"
663
 
664
+ #: bws_menu.php:975
665
  msgid "Send to custom email &#187;"
666
  msgstr "カスタムEメールに送信&#187;"
667
 
702
  #~ msgid "installed"
703
  #~ msgstr "%s 導入"
704
 
 
 
 
705
  #~ msgid "Contact Form"
706
  #~ msgstr "コンタクトフォーム"
707
 
987
  #~ msgid "Error message for the whole form"
988
  #~ msgstr "全体フォーム用のエラーメッセージ"
989
 
 
 
 
990
  #~ msgid "for this language"
991
  #~ msgstr "この言語用"
992
 
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-06-12 15:57+0300\n"
6
- "PO-Revision-Date: 2015-06-12 15:57+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,658 +18,705 @@ msgstr ""
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: bws_functions.php:89
22
  msgid "requires"
23
  msgstr ""
24
 
25
- #: bws_functions.php:91
26
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
27
  msgstr ""
28
 
29
- #: bws_functions.php:92
30
  msgid "Back to the WordPress"
31
  msgstr ""
32
 
33
  # @ captcha
34
- #: bws_functions.php:94
35
  #, fuzzy
36
  msgid "Plugins page"
37
  msgstr "Plugins Pro"
38
 
39
- #: bws_functions.php:151
40
  msgid "It’s time to upgrade your"
41
  msgstr ""
42
 
43
- #: bws_functions.php:151
44
  msgid "to"
45
  msgstr ""
46
 
47
  # @ captcha
48
- #: bws_functions.php:151
49
  #, fuzzy
50
  msgid "version!"
51
  msgstr "Versão do PHP"
52
 
53
- #: bws_functions.php:152
54
  msgid "Extend standard plugin functionality with new great options."
55
  msgstr ""
56
 
57
  # @ captcha
58
- #: bws_functions.php:155
59
- #: bws_functions.php:542
60
  #, fuzzy
61
  msgid "Learn More"
62
  msgstr "Leia Mais"
63
 
64
- #: bws_functions.php:172
65
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
66
  msgstr ""
67
 
68
  # @ captcha
69
- #: bws_functions.php:173
70
  #, fuzzy
71
  msgid "Rate the plugin"
72
  msgstr "Plugins ativados"
73
 
74
  # @ captcha
75
- #: bws_functions.php:176
76
  #, fuzzy
77
  msgid "If there is something wrong about it, please contact us"
78
  msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
79
 
80
- #: bws_functions.php:193
81
- #: bws_functions.php:229
82
  msgid "Wrong license key"
83
  msgstr ""
84
 
85
- #: bws_functions.php:223
86
- #: bws_functions.php:455
87
- #: bws_functions.php:506
88
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
89
  msgstr ""
90
 
91
- #: bws_functions.php:223
92
- #: bws_functions.php:455
93
- #: bws_functions.php:506
94
  msgid "We are sorry for inconvenience."
95
  msgstr ""
96
 
97
- #: bws_functions.php:231
98
  msgid "This license key is bind to another site"
99
  msgstr ""
100
 
101
- #: bws_functions.php:233
102
- #: bws_functions.php:365
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:235
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:237
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:248
115
- #: bws_functions.php:270
116
- #: bws_functions.php:292
117
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
118
  msgstr ""
119
 
120
- #: bws_functions.php:260
121
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
122
  msgstr ""
123
 
124
- #: bws_functions.php:266
125
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
126
  msgstr ""
127
 
128
- #: bws_functions.php:273
129
  msgid "UploadDir is not writable. Please, upload the plugin manually"
130
  msgstr ""
131
 
132
- #: bws_functions.php:296
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:321
137
  msgid "Please, enter Your license key"
138
  msgstr ""
139
 
140
- #: bws_functions.php:338
141
- msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
142
  msgstr ""
143
 
144
- #: bws_functions.php:340
145
- #: bws_functions.php:422
146
  msgid "Please, go to"
147
  msgstr ""
148
 
149
- #: bws_functions.php:340
150
- #: bws_functions.php:422
151
  msgid "the setting page"
152
  msgstr ""
153
 
154
- #: bws_functions.php:341
155
- #: bws_functions.php:423
156
  msgid "You will be redirected automatically in 5 seconds."
157
  msgstr ""
158
 
159
- #: bws_functions.php:346
160
  msgid "You can download and activate"
161
  msgstr ""
162
 
163
- #: bws_functions.php:348
164
  msgid "version of this plugin by entering Your license key."
165
  msgstr ""
166
 
167
- #: bws_functions.php:350
168
- #: bws_functions.php:391
169
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
170
  msgstr ""
171
 
172
- #: bws_functions.php:352
173
- #: bws_functions.php:393
174
  msgid "(your username is the email you specify when purchasing the product)."
175
  msgstr ""
176
 
177
- #: bws_functions.php:356
 
178
  msgid "or"
179
  msgstr ""
180
 
181
- #: bws_functions.php:356
182
  #, php-format
183
  msgid "Start Your Free %s-Day Trial Now"
184
  msgstr ""
185
 
186
  # @ captcha
187
- #: bws_functions.php:362
188
- #: bws_functions.php:371
189
- #: bws_functions.php:401
190
- #: bws_functions.php:409
191
- #: bws_menu.php:657
192
- #: bws_menu.php:714
193
  #, fuzzy
194
  msgid "Activate"
195
  msgstr "Plugins ativados"
196
 
197
- #: bws_functions.php:388
198
- #: bws_functions.php:481
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:389
204
  msgid "After that you can activate it by entering your license key."
205
  msgstr ""
206
 
207
- #: bws_functions.php:403
208
  msgid "Unfortunately, you have exceeded the number of available tries per day."
209
  msgstr ""
210
 
211
- #: bws_functions.php:420
212
- msgid "Congratulations! The PRO license of the plugin is successfully activated."
213
  msgstr ""
214
 
215
- #: bws_functions.php:461
216
  msgid "Wrong license key."
217
  msgstr ""
218
 
219
- #: bws_functions.php:463
220
  msgid "This license key is bind to another site."
221
  msgstr ""
222
 
223
- #: bws_functions.php:465
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:467
228
  msgid "Unfortunately, you have exceeded the number of available tries."
229
  msgstr ""
230
 
231
- #: bws_functions.php:469
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:473
236
- msgid "The PRO Trial license key is valid."
237
  msgstr ""
238
 
239
- #: bws_functions.php:475
240
  msgid "The license key is valid."
241
  msgstr ""
242
 
243
- #: bws_functions.php:478
244
  msgid "Your license will expire on"
245
  msgstr ""
246
 
247
- #: bws_functions.php:511
248
  msgid "Please, enter your license key"
249
  msgstr ""
250
 
251
- #: bws_functions.php:524
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:524
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:528
260
  msgid "Check license key"
261
  msgstr ""
262
 
263
- #: bws_functions.php:542
264
  msgid "WARNING: Illegal use notification"
265
  msgstr ""
266
 
267
- #: bws_functions.php:542
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:550
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:552
276
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
277
  msgstr ""
278
 
279
  # @ captcha
280
- #: bws_functions.php:552
281
- #: bws_functions.php:605
282
- #: bws_menu.php:633
283
- #: bws_menu.php:655
284
- #: bws_menu.php:682
285
- #: bws_menu.php:712
286
- #: bws_menu.php:758
287
  #, fuzzy
288
  msgid "Learn more"
289
  msgstr "Leia Mais"
290
 
291
- #: bws_functions.php:562
292
  #, php-format
293
- msgid "Notice: You are using the PRO Trial license of %s plugin."
294
  msgstr ""
295
 
296
- #: bws_functions.php:564
297
- msgid "Notice: You are using the PRO Trial license of plugin."
298
  msgstr ""
299
 
300
- #: bws_functions.php:567
301
- msgid "The PRO Trial license will expire on"
302
  msgstr ""
303
 
304
- #: bws_functions.php:605
305
  msgid "You license for"
306
  msgstr ""
307
 
308
- #: bws_functions.php:605
309
  msgid "expires on"
310
  msgstr ""
311
 
312
- #: bws_functions.php:605
313
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
314
  msgstr ""
315
 
316
- #: bws_functions.php:680
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
317
  msgid "Close"
318
  msgstr ""
319
 
320
- #: bws_functions.php:771
321
- #: bws_functions.php:784
322
  msgid "Restore all plugin settings to defaults"
323
  msgstr ""
324
 
325
- #: bws_functions.php:773
326
- #: bws_functions.php:786
327
  msgid "Restore settings"
328
  msgstr ""
329
 
330
- #: bws_functions.php:797
331
  msgid "Are you sure you want to restore all settings by default?"
332
  msgstr ""
333
 
334
- #: bws_functions.php:799
335
  msgid "Yes, restore all settings"
336
  msgstr ""
337
 
338
- #: bws_functions.php:800
339
  msgid "No, go back to the settings page"
340
  msgstr ""
341
 
342
  # @ captcha
343
- #: bws_menu.php:470
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
344
  msgid "Not set"
345
  msgstr "Não definido"
346
 
347
  # @ captcha
348
- #: bws_menu.php:472
349
- #: bws_menu.php:473
350
  msgid "On"
351
  msgstr "Ligado"
352
 
353
  # @ captcha
354
- #: bws_menu.php:472
355
- #: bws_menu.php:473
356
  msgid "Off"
357
  msgstr "Desligado"
358
 
359
  # @ captcha
360
- #: bws_menu.php:474
361
- #: bws_menu.php:475
362
- #: bws_menu.php:476
363
- #: bws_menu.php:477
364
- #: bws_menu.php:478
365
- #: bws_menu.php:490
366
  msgid "N/A"
367
  msgstr "N/D"
368
 
369
  # @ captcha
370
- #: bws_menu.php:478
371
  msgid " Mb"
372
  msgstr " Mb"
373
 
374
  # @ captcha
375
- #: bws_menu.php:479
376
- #: bws_menu.php:480
377
- #: bws_menu.php:481
378
- #: bws_menu.php:486
379
  msgid "Yes"
380
  msgstr "Sim"
381
 
382
  # @ captcha
383
- #: bws_menu.php:479
384
- #: bws_menu.php:480
385
- #: bws_menu.php:481
386
- #: bws_menu.php:488
387
  msgid "No"
388
  msgstr "Não"
389
 
390
  # @ captcha
391
- #: bws_menu.php:498
392
  msgid "Operating System"
393
  msgstr "Sistema Operacional"
394
 
395
  # @ captcha
396
- #: bws_menu.php:499
397
  msgid "Server"
398
  msgstr "Servidor"
399
 
400
  # @ captcha
401
- #: bws_menu.php:500
402
  msgid "Memory usage"
403
  msgstr "Uso de memória"
404
 
405
  # @ captcha
406
- #: bws_menu.php:501
407
  msgid "MYSQL Version"
408
  msgstr "Versão do MySQL"
409
 
410
  # @ captcha
411
- #: bws_menu.php:502
412
  msgid "SQL Mode"
413
  msgstr "Modo SQL"
414
 
415
  # @ captcha
416
- #: bws_menu.php:503
417
  msgid "PHP Version"
418
  msgstr "Versão do PHP"
419
 
420
  # @ captcha
421
- #: bws_menu.php:504
422
  msgid "PHP Safe Mode"
423
  msgstr "Modo de Segurança do PHP"
424
 
425
  # @ captcha
426
- #: bws_menu.php:505
427
  msgid "PHP Allow URL fopen"
428
  msgstr "Permissão de fopen de URL do PHP"
429
 
430
  # @ captcha
431
- #: bws_menu.php:506
432
  msgid "PHP Memory Limit"
433
  msgstr "Limite de Memória do PHP"
434
 
435
  # @ captcha
436
- #: bws_menu.php:507
437
  msgid "PHP Max Upload Size"
438
  msgstr "Tamanho Máximo de Upload no PHP"
439
 
440
  # @ captcha
441
- #: bws_menu.php:508
442
  msgid "PHP Max Post Size"
443
  msgstr "Tamanho Máximo de Envio do PHP"
444
 
445
  # @ captcha
446
- #: bws_menu.php:509
447
  msgid "PHP Max Script Execute Time"
448
  msgstr "Tempo de Execução Máximo do PHP"
449
 
450
  # @ captcha
451
- #: bws_menu.php:510
452
  msgid "PHP Exif support"
453
  msgstr "Suporte a Exif no PHP"
454
 
455
  # @ captcha
456
- #: bws_menu.php:511
457
  msgid "PHP IPTC support"
458
  msgstr "Suporte da IPTC no PHP"
459
 
460
  # @ captcha
461
- #: bws_menu.php:512
462
  msgid "PHP XML support"
463
  msgstr "Suporte a XML no PHP"
464
 
465
  # @ captcha
466
- #: bws_menu.php:513
467
  msgid "Site URL"
468
  msgstr "URL do Site"
469
 
470
  # @ captcha
471
- #: bws_menu.php:514
472
  msgid "Home URL"
473
  msgstr "URL da Página Inicial"
474
 
475
  # @ captcha
476
- #: bws_menu.php:517
477
  msgid "WordPress Version"
478
  msgstr "Versão do WordPress"
479
 
480
  # @ captcha
481
- #: bws_menu.php:518
482
  msgid "WordPress DB Version"
483
  msgstr "Versão do DB do WordPress"
484
 
485
  # @ captcha
486
- #: bws_menu.php:519
487
  msgid "Multisite"
488
  msgstr "Multisite"
489
 
490
  # @ captcha
491
- #: bws_menu.php:520
492
  msgid "Active Theme"
493
  msgstr "Tema Ativo"
494
 
495
  # @ captcha
496
- #: bws_menu.php:535
497
  msgid "Please enter a valid email address."
498
  msgstr "Por favor, informe um endereço de email válido."
499
 
500
  # @ captcha
501
- #: bws_menu.php:539
502
  msgid "Email with system info is sent to "
503
  msgstr "Email com informações do sistema é enviado para "
504
 
505
  # @ captcha
506
- #: bws_menu.php:543
507
  msgid "Thank you for contacting us."
508
  msgstr "Obrigado por nos contatar."
509
 
510
  # @ captcha
511
- #: bws_menu.php:576
512
  msgid "Sorry, email message could not be delivered."
513
  msgstr "Desculpe, a mensagem de email não pôde ser enviada."
514
 
515
- #: bws_menu.php:584
516
  msgid "Need help?"
517
  msgstr ""
518
 
519
- #: bws_menu.php:585
520
  msgid "Client area"
521
  msgstr ""
522
 
523
  # @ captcha
524
- #: bws_menu.php:586
525
- #: bws_menu.php:897
526
  msgid "System status"
527
  msgstr "Status do sistema"
528
 
529
  # @ captcha
530
- #: bws_menu.php:591
531
  #, fuzzy
532
  msgid "Plugins"
533
  msgstr "Plugins Pro"
534
 
535
- #: bws_menu.php:593
536
  msgid "Themes"
537
  msgstr ""
538
 
539
- #: bws_menu.php:598
540
  msgid "All"
541
  msgstr ""
542
 
543
  # @ default
544
- #: bws_menu.php:599
545
  #, fuzzy
546
  msgid "Installed"
547
  msgstr "Instalar %s"
548
 
549
  # @ captcha
550
- #: bws_menu.php:600
551
  #, fuzzy
552
  msgid "Recommended"
553
  msgstr "Plugins Recomendados"
554
 
555
  # @ captcha
556
- #: bws_menu.php:604
557
  msgid "Installed plugins"
558
  msgstr "Plugins Instalados"
559
 
560
  # @ captcha
561
- #: bws_menu.php:636
562
- #: bws_menu.php:685
563
  msgid "Settings"
564
  msgstr "Configurações"
565
 
566
  # @ captcha
567
- #: bws_menu.php:657
568
- #: bws_menu.php:714
569
  #, fuzzy
570
  msgid "Activate this plugin"
571
  msgstr "Plugins ativados"
572
 
573
- #: bws_menu.php:672
574
- #: bws_menu.php:702
575
- #: bws_menu.php:748
576
  msgid "Go"
577
  msgstr ""
578
 
579
- #: bws_menu.php:676
580
- #: bws_menu.php:706
581
- #: bws_menu.php:752
582
  msgid "DONATE"
583
  msgstr ""
584
 
585
  # @ captcha
586
- #: bws_menu.php:722
587
  msgid "Recommended plugins"
588
  msgstr "Plugins Recomendados"
589
 
590
  # @ default
591
- #: bws_menu.php:760
592
  #, fuzzy
593
  msgid "Install now"
594
  msgstr "Instalar %s"
595
 
596
- #: bws_menu.php:781
597
  msgid "Try again"
598
  msgstr ""
599
 
600
- #: bws_menu.php:799
601
  #, php-format
602
  msgid "Preview &#8220;%s&#8221;"
603
  msgstr ""
604
 
605
  # @ default
606
- #: bws_menu.php:830
607
  #, php-format
608
  msgid "Install %s"
609
  msgstr "Instalar %s"
610
 
611
  # @ default
612
- #: bws_menu.php:830
613
  #, fuzzy
614
  msgid "Install Now"
615
  msgstr "Instalar %s"
616
 
617
- #: bws_menu.php:833
618
  #, php-format
619
  msgid "Update to version %s"
620
  msgstr ""
621
 
622
- #: bws_menu.php:833
623
  msgid "Update"
624
  msgstr ""
625
 
626
- #: bws_menu.php:840
627
  #, php-format
628
  msgid "Preview %s"
629
  msgstr ""
630
 
631
- #: bws_menu.php:840
632
  msgid "Preview"
633
  msgstr ""
634
 
635
- #: bws_menu.php:846
636
- #: bws_menu.php:878
637
  #, php-format
638
  msgid "By %s"
639
  msgstr ""
640
 
641
- #: bws_menu.php:852
642
  msgid "Details"
643
  msgstr ""
644
 
645
  # @ default
646
- #: bws_menu.php:884
647
  #, fuzzy
648
  msgid "Already Installed"
649
  msgstr "Instalar %s"
650
 
651
  # @ captcha
652
- #: bws_menu.php:900
653
  msgid "Environment"
654
  msgstr "Ambiente"
655
 
656
  # @ captcha
657
- #: bws_menu.php:911
658
  msgid "Active Plugins"
659
  msgstr "Plugins Ativos"
660
 
661
  # @ captcha
662
- #: bws_menu.php:924
663
  msgid "Inactive Plugins"
664
  msgstr "Plugins Inativos"
665
 
666
  # @ captcha
667
- #: bws_menu.php:940
668
  msgid "Send to support"
669
  msgstr "Enviar para o suporte"
670
 
671
  # @ captcha
672
- #: bws_menu.php:947
673
  msgid "Send to custom email &#187;"
674
  msgstr "Enviar para email personalizado &#187;"
675
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-07 13:11+0300\n"
6
+ "PO-Revision-Date: 2015-09-07 13:11+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:29
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
  # @ captcha
34
+ #: bws_functions.php:34
35
  #, fuzzy
36
  msgid "Plugins page"
37
  msgstr "Plugins Pro"
38
 
39
+ #: bws_functions.php:91
40
  msgid "It’s time to upgrade your"
41
  msgstr ""
42
 
43
+ #: bws_functions.php:91
44
  msgid "to"
45
  msgstr ""
46
 
47
  # @ captcha
48
+ #: bws_functions.php:91
49
  #, fuzzy
50
  msgid "version!"
51
  msgstr "Versão do PHP"
52
 
53
+ #: bws_functions.php:92
54
  msgid "Extend standard plugin functionality with new great options."
55
  msgstr ""
56
 
57
  # @ captcha
58
+ #: bws_functions.php:95
59
+ #: bws_functions.php:492
60
  #, fuzzy
61
  msgid "Learn More"
62
  msgstr "Leia Mais"
63
 
64
+ #: bws_functions.php:112
65
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
66
  msgstr ""
67
 
68
  # @ captcha
69
+ #: bws_functions.php:113
70
  #, fuzzy
71
  msgid "Rate the plugin"
72
  msgstr "Plugins ativados"
73
 
74
  # @ captcha
75
+ #: bws_functions.php:116
76
  #, fuzzy
77
  msgid "If there is something wrong about it, please contact us"
78
  msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
79
 
80
+ #: bws_functions.php:133
81
+ #: bws_functions.php:169
82
  msgid "Wrong license key"
83
  msgstr ""
84
 
85
+ #: bws_functions.php:163
86
+ #: bws_functions.php:405
87
+ #: bws_functions.php:456
88
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
89
  msgstr ""
90
 
91
+ #: bws_functions.php:163
92
+ #: bws_functions.php:405
93
+ #: bws_functions.php:456
94
  msgid "We are sorry for inconvenience."
95
  msgstr ""
96
 
97
+ #: bws_functions.php:171
98
  msgid "This license key is bind to another site"
99
  msgstr ""
100
 
101
+ #: bws_functions.php:173
102
+ #: bws_functions.php:315
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:175
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:177
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:198
115
+ #: bws_functions.php:220
116
+ #: bws_functions.php:242
117
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
118
  msgstr ""
119
 
120
+ #: bws_functions.php:210
121
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
122
  msgstr ""
123
 
124
+ #: bws_functions.php:216
125
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
126
  msgstr ""
127
 
128
+ #: bws_functions.php:223
129
  msgid "UploadDir is not writable. Please, upload the plugin manually"
130
  msgstr ""
131
 
132
+ #: bws_functions.php:246
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:271
137
  msgid "Please, enter Your license key"
138
  msgstr ""
139
 
140
+ #: bws_functions.php:288
141
+ msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
142
  msgstr ""
143
 
144
+ #: bws_functions.php:290
145
+ #: bws_functions.php:372
146
  msgid "Please, go to"
147
  msgstr ""
148
 
149
+ #: bws_functions.php:290
150
+ #: bws_functions.php:372
151
  msgid "the setting page"
152
  msgstr ""
153
 
154
+ #: bws_functions.php:291
155
+ #: bws_functions.php:373
156
  msgid "You will be redirected automatically in 5 seconds."
157
  msgstr ""
158
 
159
+ #: bws_functions.php:296
160
  msgid "You can download and activate"
161
  msgstr ""
162
 
163
+ #: bws_functions.php:298
164
  msgid "version of this plugin by entering Your license key."
165
  msgstr ""
166
 
167
+ #: bws_functions.php:300
168
+ #: bws_functions.php:341
169
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
170
  msgstr ""
171
 
172
+ #: bws_functions.php:302
173
+ #: bws_functions.php:343
174
  msgid "(your username is the email you specify when purchasing the product)."
175
  msgstr ""
176
 
177
+ #: bws_functions.php:306
178
+ #: bws_functions.php:609
179
  msgid "or"
180
  msgstr ""
181
 
182
+ #: bws_functions.php:306
183
  #, php-format
184
  msgid "Start Your Free %s-Day Trial Now"
185
  msgstr ""
186
 
187
  # @ captcha
188
+ #: bws_functions.php:312
189
+ #: bws_functions.php:321
190
+ #: bws_functions.php:351
191
+ #: bws_functions.php:359
192
+ #: bws_menu.php:685
193
+ #: bws_menu.php:742
194
  #, fuzzy
195
  msgid "Activate"
196
  msgstr "Plugins ativados"
197
 
198
+ #: bws_functions.php:338
199
+ #: bws_functions.php:431
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:339
205
  msgid "After that you can activate it by entering your license key."
206
  msgstr ""
207
 
208
+ #: bws_functions.php:353
209
  msgid "Unfortunately, you have exceeded the number of available tries per day."
210
  msgstr ""
211
 
212
+ #: bws_functions.php:370
213
+ msgid "Congratulations! The Pro license of the plugin is successfully activated."
214
  msgstr ""
215
 
216
+ #: bws_functions.php:411
217
  msgid "Wrong license key."
218
  msgstr ""
219
 
220
+ #: bws_functions.php:413
221
  msgid "This license key is bind to another site."
222
  msgstr ""
223
 
224
+ #: bws_functions.php:415
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:417
229
  msgid "Unfortunately, you have exceeded the number of available tries."
230
  msgstr ""
231
 
232
+ #: bws_functions.php:419
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:423
237
+ msgid "The Pro Trial license key is valid."
238
  msgstr ""
239
 
240
+ #: bws_functions.php:425
241
  msgid "The license key is valid."
242
  msgstr ""
243
 
244
+ #: bws_functions.php:428
245
  msgid "Your license will expire on"
246
  msgstr ""
247
 
248
+ #: bws_functions.php:461
249
  msgid "Please, enter your license key"
250
  msgstr ""
251
 
252
+ #: bws_functions.php:474
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:474
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:478
261
  msgid "Check license key"
262
  msgstr ""
263
 
264
+ #: bws_functions.php:492
265
  msgid "WARNING: Illegal use notification"
266
  msgstr ""
267
 
268
+ #: bws_functions.php:492
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:500
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:502
277
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
278
  msgstr ""
279
 
280
  # @ captcha
281
+ #: bws_functions.php:502
282
+ #: bws_functions.php:555
283
+ #: bws_menu.php:661
284
+ #: bws_menu.php:683
285
+ #: bws_menu.php:710
286
+ #: bws_menu.php:740
287
+ #: bws_menu.php:786
288
  #, fuzzy
289
  msgid "Learn more"
290
  msgstr "Leia Mais"
291
 
292
+ #: bws_functions.php:512
293
  #, php-format
294
+ msgid "Notice: You are using the Pro Trial license of %s plugin."
295
  msgstr ""
296
 
297
+ #: bws_functions.php:514
298
+ msgid "Notice: You are using the Pro Trial license of plugin."
299
  msgstr ""
300
 
301
+ #: bws_functions.php:517
302
+ msgid "The Pro Trial license will expire on"
303
  msgstr ""
304
 
305
+ #: bws_functions.php:555
306
  msgid "You license for"
307
  msgstr ""
308
 
309
+ #: bws_functions.php:555
310
  msgid "expires on"
311
  msgstr ""
312
 
313
+ #: bws_functions.php:555
314
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
315
  msgstr ""
316
 
317
+ # @ captcha
318
+ #: bws_functions.php:605
319
+ #, fuzzy
320
+ msgid "Thank you for installing"
321
+ msgstr "Obrigado por nos contatar."
322
+
323
+ #: bws_functions.php:606
324
+ msgid "Let's get started"
325
+ msgstr ""
326
+
327
+ # @ captcha
328
+ #: bws_functions.php:607
329
+ #, fuzzy
330
+ msgid "Configure Settings"
331
+ msgstr "Configurações"
332
+
333
+ #: bws_functions.php:610
334
+ msgid "Add New"
335
+ msgstr ""
336
+
337
+ #: bws_functions.php:614
338
+ msgid "Close notice"
339
+ msgstr ""
340
+
341
+ #: bws_functions.php:667
342
+ msgid "Add BWS shortcode"
343
+ msgstr ""
344
+
345
+ #: bws_functions.php:711
346
  msgid "Close"
347
  msgstr ""
348
 
349
+ #: bws_functions.php:802
 
350
  msgid "Restore all plugin settings to defaults"
351
  msgstr ""
352
 
353
+ #: bws_functions.php:804
 
354
  msgid "Restore settings"
355
  msgstr ""
356
 
357
+ #: bws_functions.php:815
358
  msgid "Are you sure you want to restore all settings by default?"
359
  msgstr ""
360
 
361
+ #: bws_functions.php:818
362
  msgid "Yes, restore all settings"
363
  msgstr ""
364
 
365
+ #: bws_functions.php:819
366
  msgid "No, go back to the settings page"
367
  msgstr ""
368
 
369
  # @ captcha
370
+ #: bws_functions.php:863
371
+ #, fuzzy
372
+ msgid "Plugin"
373
+ msgstr "Plugins Pro"
374
+
375
+ # @ captcha
376
+ #: bws_functions.php:872
377
+ #, fuzzy
378
+ msgid "Shortcode settings"
379
+ msgstr "Configurações"
380
+
381
+ #: bws_functions.php:877
382
+ msgid "The shortcode will be inserted"
383
+ msgstr ""
384
+
385
+ #: bws_functions.php:882
386
+ msgid "Insert"
387
+ msgstr ""
388
+
389
+ # @ captcha
390
+ #: bws_menu.php:498
391
  msgid "Not set"
392
  msgstr "Não definido"
393
 
394
  # @ captcha
395
+ #: bws_menu.php:500
396
+ #: bws_menu.php:501
397
  msgid "On"
398
  msgstr "Ligado"
399
 
400
  # @ captcha
401
+ #: bws_menu.php:500
402
+ #: bws_menu.php:501
403
  msgid "Off"
404
  msgstr "Desligado"
405
 
406
  # @ captcha
407
+ #: bws_menu.php:502
408
+ #: bws_menu.php:503
409
+ #: bws_menu.php:504
410
+ #: bws_menu.php:505
411
+ #: bws_menu.php:506
412
+ #: bws_menu.php:518
413
  msgid "N/A"
414
  msgstr "N/D"
415
 
416
  # @ captcha
417
+ #: bws_menu.php:506
418
  msgid " Mb"
419
  msgstr " Mb"
420
 
421
  # @ captcha
422
+ #: bws_menu.php:507
423
+ #: bws_menu.php:508
424
+ #: bws_menu.php:509
425
+ #: bws_menu.php:514
426
  msgid "Yes"
427
  msgstr "Sim"
428
 
429
  # @ captcha
430
+ #: bws_menu.php:507
431
+ #: bws_menu.php:508
432
+ #: bws_menu.php:509
433
+ #: bws_menu.php:516
434
  msgid "No"
435
  msgstr "Não"
436
 
437
  # @ captcha
438
+ #: bws_menu.php:526
439
  msgid "Operating System"
440
  msgstr "Sistema Operacional"
441
 
442
  # @ captcha
443
+ #: bws_menu.php:527
444
  msgid "Server"
445
  msgstr "Servidor"
446
 
447
  # @ captcha
448
+ #: bws_menu.php:528
449
  msgid "Memory usage"
450
  msgstr "Uso de memória"
451
 
452
  # @ captcha
453
+ #: bws_menu.php:529
454
  msgid "MYSQL Version"
455
  msgstr "Versão do MySQL"
456
 
457
  # @ captcha
458
+ #: bws_menu.php:530
459
  msgid "SQL Mode"
460
  msgstr "Modo SQL"
461
 
462
  # @ captcha
463
+ #: bws_menu.php:531
464
  msgid "PHP Version"
465
  msgstr "Versão do PHP"
466
 
467
  # @ captcha
468
+ #: bws_menu.php:532
469
  msgid "PHP Safe Mode"
470
  msgstr "Modo de Segurança do PHP"
471
 
472
  # @ captcha
473
+ #: bws_menu.php:533
474
  msgid "PHP Allow URL fopen"
475
  msgstr "Permissão de fopen de URL do PHP"
476
 
477
  # @ captcha
478
+ #: bws_menu.php:534
479
  msgid "PHP Memory Limit"
480
  msgstr "Limite de Memória do PHP"
481
 
482
  # @ captcha
483
+ #: bws_menu.php:535
484
  msgid "PHP Max Upload Size"
485
  msgstr "Tamanho Máximo de Upload no PHP"
486
 
487
  # @ captcha
488
+ #: bws_menu.php:536
489
  msgid "PHP Max Post Size"
490
  msgstr "Tamanho Máximo de Envio do PHP"
491
 
492
  # @ captcha
493
+ #: bws_menu.php:537
494
  msgid "PHP Max Script Execute Time"
495
  msgstr "Tempo de Execução Máximo do PHP"
496
 
497
  # @ captcha
498
+ #: bws_menu.php:538
499
  msgid "PHP Exif support"
500
  msgstr "Suporte a Exif no PHP"
501
 
502
  # @ captcha
503
+ #: bws_menu.php:539
504
  msgid "PHP IPTC support"
505
  msgstr "Suporte da IPTC no PHP"
506
 
507
  # @ captcha
508
+ #: bws_menu.php:540
509
  msgid "PHP XML support"
510
  msgstr "Suporte a XML no PHP"
511
 
512
  # @ captcha
513
+ #: bws_menu.php:541
514
  msgid "Site URL"
515
  msgstr "URL do Site"
516
 
517
  # @ captcha
518
+ #: bws_menu.php:542
519
  msgid "Home URL"
520
  msgstr "URL da Página Inicial"
521
 
522
  # @ captcha
523
+ #: bws_menu.php:545
524
  msgid "WordPress Version"
525
  msgstr "Versão do WordPress"
526
 
527
  # @ captcha
528
+ #: bws_menu.php:546
529
  msgid "WordPress DB Version"
530
  msgstr "Versão do DB do WordPress"
531
 
532
  # @ captcha
533
+ #: bws_menu.php:547
534
  msgid "Multisite"
535
  msgstr "Multisite"
536
 
537
  # @ captcha
538
+ #: bws_menu.php:548
539
  msgid "Active Theme"
540
  msgstr "Tema Ativo"
541
 
542
  # @ captcha
543
+ #: bws_menu.php:563
544
  msgid "Please enter a valid email address."
545
  msgstr "Por favor, informe um endereço de email válido."
546
 
547
  # @ captcha
548
+ #: bws_menu.php:567
549
  msgid "Email with system info is sent to "
550
  msgstr "Email com informações do sistema é enviado para "
551
 
552
  # @ captcha
553
+ #: bws_menu.php:571
554
  msgid "Thank you for contacting us."
555
  msgstr "Obrigado por nos contatar."
556
 
557
  # @ captcha
558
+ #: bws_menu.php:604
559
  msgid "Sorry, email message could not be delivered."
560
  msgstr "Desculpe, a mensagem de email não pôde ser enviada."
561
 
562
+ #: bws_menu.php:612
563
  msgid "Need help?"
564
  msgstr ""
565
 
566
+ #: bws_menu.php:613
567
  msgid "Client area"
568
  msgstr ""
569
 
570
  # @ captcha
571
+ #: bws_menu.php:614
572
+ #: bws_menu.php:925
573
  msgid "System status"
574
  msgstr "Status do sistema"
575
 
576
  # @ captcha
577
+ #: bws_menu.php:619
578
  #, fuzzy
579
  msgid "Plugins"
580
  msgstr "Plugins Pro"
581
 
582
+ #: bws_menu.php:621
583
  msgid "Themes"
584
  msgstr ""
585
 
586
+ #: bws_menu.php:626
587
  msgid "All"
588
  msgstr ""
589
 
590
  # @ default
591
+ #: bws_menu.php:627
592
  #, fuzzy
593
  msgid "Installed"
594
  msgstr "Instalar %s"
595
 
596
  # @ captcha
597
+ #: bws_menu.php:628
598
  #, fuzzy
599
  msgid "Recommended"
600
  msgstr "Plugins Recomendados"
601
 
602
  # @ captcha
603
+ #: bws_menu.php:632
604
  msgid "Installed plugins"
605
  msgstr "Plugins Instalados"
606
 
607
  # @ captcha
608
+ #: bws_menu.php:664
609
+ #: bws_menu.php:713
610
  msgid "Settings"
611
  msgstr "Configurações"
612
 
613
  # @ captcha
614
+ #: bws_menu.php:685
615
+ #: bws_menu.php:742
616
  #, fuzzy
617
  msgid "Activate this plugin"
618
  msgstr "Plugins ativados"
619
 
620
+ #: bws_menu.php:700
621
+ #: bws_menu.php:730
622
+ #: bws_menu.php:776
623
  msgid "Go"
624
  msgstr ""
625
 
626
+ #: bws_menu.php:704
627
+ #: bws_menu.php:734
628
+ #: bws_menu.php:780
629
  msgid "DONATE"
630
  msgstr ""
631
 
632
  # @ captcha
633
+ #: bws_menu.php:750
634
  msgid "Recommended plugins"
635
  msgstr "Plugins Recomendados"
636
 
637
  # @ default
638
+ #: bws_menu.php:788
639
  #, fuzzy
640
  msgid "Install now"
641
  msgstr "Instalar %s"
642
 
643
+ #: bws_menu.php:809
644
  msgid "Try again"
645
  msgstr ""
646
 
647
+ #: bws_menu.php:827
648
  #, php-format
649
  msgid "Preview &#8220;%s&#8221;"
650
  msgstr ""
651
 
652
  # @ default
653
+ #: bws_menu.php:858
654
  #, php-format
655
  msgid "Install %s"
656
  msgstr "Instalar %s"
657
 
658
  # @ default
659
+ #: bws_menu.php:858
660
  #, fuzzy
661
  msgid "Install Now"
662
  msgstr "Instalar %s"
663
 
664
+ #: bws_menu.php:861
665
  #, php-format
666
  msgid "Update to version %s"
667
  msgstr ""
668
 
669
+ #: bws_menu.php:861
670
  msgid "Update"
671
  msgstr ""
672
 
673
+ #: bws_menu.php:868
674
  #, php-format
675
  msgid "Preview %s"
676
  msgstr ""
677
 
678
+ #: bws_menu.php:868
679
  msgid "Preview"
680
  msgstr ""
681
 
682
+ #: bws_menu.php:874
683
+ #: bws_menu.php:906
684
  #, php-format
685
  msgid "By %s"
686
  msgstr ""
687
 
688
+ #: bws_menu.php:880
689
  msgid "Details"
690
  msgstr ""
691
 
692
  # @ default
693
+ #: bws_menu.php:912
694
  #, fuzzy
695
  msgid "Already Installed"
696
  msgstr "Instalar %s"
697
 
698
  # @ captcha
699
+ #: bws_menu.php:928
700
  msgid "Environment"
701
  msgstr "Ambiente"
702
 
703
  # @ captcha
704
+ #: bws_menu.php:939
705
  msgid "Active Plugins"
706
  msgstr "Plugins Ativos"
707
 
708
  # @ captcha
709
+ #: bws_menu.php:952
710
  msgid "Inactive Plugins"
711
  msgstr "Plugins Inativos"
712
 
713
  # @ captcha
714
+ #: bws_menu.php:968
715
  msgid "Send to support"
716
  msgstr "Enviar para o suporte"
717
 
718
  # @ captcha
719
+ #: bws_menu.php:975
720
  msgid "Send to custom email &#187;"
721
  msgstr "Enviar para email personalizado &#187;"
722
 
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-06-12 15:57+0300\n"
6
- "PO-Revision-Date: 2015-06-12 15:58+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,591 +16,633 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_functions.php:89
20
  msgid "requires"
21
  msgstr "требует"
22
 
23
- #: bws_functions.php:91
24
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
25
  msgstr "или выше, поэтому он был деактивирован! Пожалуйста, обновите WordPress и попробуйте еще раз."
26
 
27
- #: bws_functions.php:92
28
  msgid "Back to the WordPress"
29
  msgstr "Вернуться к WordPress на"
30
 
31
- #: bws_functions.php:94
32
  msgid "Plugins page"
33
  msgstr "Страницу плагинов"
34
 
35
- #: bws_functions.php:151
36
  msgid "It’s time to upgrade your"
37
  msgstr "Настало время обновить Ваш"
38
 
39
- #: bws_functions.php:151
40
  msgid "to"
41
  msgstr "до"
42
 
43
- #: bws_functions.php:151
44
  msgid "version!"
45
  msgstr "версии!"
46
 
47
- #: bws_functions.php:152
48
  msgid "Extend standard plugin functionality with new great options."
49
  msgstr "Расширяет возможности стандартного функционала плагина."
50
 
51
- #: bws_functions.php:155
52
- #: bws_functions.php:542
53
  msgid "Learn More"
54
  msgstr "Подробнее"
55
 
56
- #: bws_functions.php:172
57
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
58
  msgstr "Если вам понравился плагин, пожалуйста, поставьте нам 5 звезд на WordPress"
59
 
60
- #: bws_functions.php:173
61
  msgid "Rate the plugin"
62
  msgstr "Оценить плагин"
63
 
64
- #: bws_functions.php:176
65
  msgid "If there is something wrong about it, please contact us"
66
  msgstr "Если у вас есть какие-то вопросы, обращайтесь"
67
 
68
- #: bws_functions.php:193
69
- #: bws_functions.php:229
70
  msgid "Wrong license key"
71
  msgstr "Неправильный лицензионный ключ"
72
 
73
- #: bws_functions.php:223
74
- #: bws_functions.php:455
75
- #: bws_functions.php:506
76
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
77
  msgstr "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, пожалуйста, свяжитесь с нами"
78
 
79
- #: bws_functions.php:223
80
- #: bws_functions.php:455
81
- #: bws_functions.php:506
82
  msgid "We are sorry for inconvenience."
83
  msgstr "Приносим извинения за неудобства."
84
 
85
- #: bws_functions.php:231
86
  msgid "This license key is bind to another site"
87
  msgstr "Этот лицензионный ключ привязан к другому сайту"
88
 
89
- #: bws_functions.php:233
90
- #: bws_functions.php:365
91
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
92
  msgstr "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, загрузите плагин вручную."
93
 
94
- #: bws_functions.php:235
95
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
96
  msgstr "К сожалению, время использования вашей лицензии истекло. Для получения обновлений приоритетного саппорта вам нужно продлить лицензию перейдя на вашей"
97
 
98
- #: bws_functions.php:237
99
- msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
100
- msgstr "К сожалению, PRO лицензия уже была установлена на этом доменен. PRO Trial лицензия может быть установлена только один раз."
101
 
102
- #: bws_functions.php:248
103
- #: bws_functions.php:270
104
- #: bws_functions.php:292
105
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
106
  msgstr "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
107
 
108
- #: bws_functions.php:260
109
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
110
  msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
111
 
112
- #: bws_functions.php:266
113
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
114
  msgstr "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. Пожалуйста, загрузите плагин вручную"
115
 
116
- #: bws_functions.php:273
117
  msgid "UploadDir is not writable. Please, upload the plugin manually"
118
  msgstr "Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную"
119
 
120
- #: bws_functions.php:296
121
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
122
  msgstr "Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. Приносим извинения за неудобства."
123
 
124
- #: bws_functions.php:321
125
  msgid "Please, enter Your license key"
126
  msgstr "Пожалуйста, введите ваш лицензионный ключ"
127
 
128
- #: bws_functions.php:338
129
- msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
130
- msgstr "Поздравляем! PRO версия плагина была успешно загружена и активирована."
131
 
132
- #: bws_functions.php:340
133
- #: bws_functions.php:422
134
  msgid "Please, go to"
135
  msgstr "Пожалуйста, перейдите на"
136
 
137
- #: bws_functions.php:340
138
- #: bws_functions.php:422
139
  msgid "the setting page"
140
  msgstr "страницу настроек"
141
 
142
- #: bws_functions.php:341
143
- #: bws_functions.php:423
144
  msgid "You will be redirected automatically in 5 seconds."
145
  msgstr "Вы будете перенаправлены автоматически через 5 секунд."
146
 
147
- #: bws_functions.php:346
148
  msgid "You can download and activate"
149
  msgstr "Вы можете скачать и активировать"
150
 
151
- #: bws_functions.php:348
152
  msgid "version of this plugin by entering Your license key."
153
  msgstr "версию этого плагина, введя ваш лицензионный ключ."
154
 
155
- #: bws_functions.php:350
156
- #: bws_functions.php:391
157
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
158
  msgstr "Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, нажав на ссылку"
159
 
160
- #: bws_functions.php:352
161
- #: bws_functions.php:393
162
  msgid "(your username is the email you specify when purchasing the product)."
163
  msgstr "(ваше имя пользователя - это электронный адрес, указанный при покупке продукта)."
164
 
165
- #: bws_functions.php:356
 
166
  msgid "or"
167
  msgstr "или"
168
 
169
- #: bws_functions.php:356
170
  #, php-format
171
  msgid "Start Your Free %s-Day Trial Now"
172
  msgstr "Попробуйте %s-дневную Trial версию бесплатно"
173
 
174
- #: bws_functions.php:362
175
- #: bws_functions.php:371
176
- #: bws_functions.php:401
177
- #: bws_functions.php:409
178
- #: bws_menu.php:657
179
- #: bws_menu.php:714
180
  msgid "Activate"
181
  msgstr "Активировать"
182
 
183
- #: bws_functions.php:388
184
- #: bws_functions.php:481
185
  #, php-format
186
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
187
  msgstr "Чтобы продолжить пользоваться плагином, необходимо приобрести %s лицензию."
188
 
189
- #: bws_functions.php:389
190
  msgid "After that you can activate it by entering your license key."
191
  msgstr "После этого вы сможете активировать его введя лицензионный ключ."
192
 
193
- #: bws_functions.php:403
194
  msgid "Unfortunately, you have exceeded the number of available tries per day."
195
  msgstr "К сожалению, вы превысили количество доступных попыток."
196
 
197
- #: bws_functions.php:420
198
- msgid "Congratulations! The PRO license of the plugin is successfully activated."
199
- msgstr "Поздравляем! PRO версия плагина была успешно активирована."
200
 
201
- #: bws_functions.php:461
202
  msgid "Wrong license key."
203
  msgstr "Неправильный лицензионный ключ."
204
 
205
- #: bws_functions.php:463
206
  msgid "This license key is bind to another site."
207
  msgstr "Этот лицензионный ключ привязан к другому сайту."
208
 
209
- #: bws_functions.php:465
210
  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."
211
  msgstr "Лицензионный ключ принят, но срок действия лицензии истек. Если вы хотите обновлять плагин в будущем, вы должны продлить лицензию."
212
 
213
- #: bws_functions.php:467
214
  msgid "Unfortunately, you have exceeded the number of available tries."
215
  msgstr "К сожалению, вы превысили количество доступных попыток."
216
 
217
- #: bws_functions.php:469
218
- msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
219
- msgstr "К сожалению, PRO Trial версия плагина уже устанавливалась на этот домен. PRO Trial версию можно устанавливать лишь один раз."
220
 
221
- #: bws_functions.php:473
222
- msgid "The PRO Trial license key is valid."
223
- msgstr "Ключ PRO Trial версии действителен."
224
 
225
- #: bws_functions.php:475
226
  msgid "The license key is valid."
227
  msgstr "Лицензионный ключ действителен."
228
 
229
- #: bws_functions.php:478
230
  msgid "Your license will expire on"
231
  msgstr "Ваша лицензия истечет"
232
 
233
- #: bws_functions.php:511
234
  msgid "Please, enter your license key"
235
  msgstr "Пожалуйста, введите Ваш лицензионный ключ"
236
 
237
- #: bws_functions.php:524
238
  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"
239
  msgstr "При необходимости вы можете проверить валидность лицензионного ключа или повторно ввести его в поле ниже. Вы можете найти ваш лицензионный ключ на своей личной странице - Client area - на нашем сайте"
240
 
241
- #: bws_functions.php:524
242
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
243
- msgstr "(ваш пользователь это емейл, который вы указывали при покупке продукта). При необходимости нажмите \"Lost your password?\"."
244
 
245
- #: bws_functions.php:528
246
  msgid "Check license key"
247
  msgstr "Проверка лицензионного ключа"
248
 
249
- #: bws_functions.php:542
250
  msgid "WARNING: Illegal use notification"
251
  msgstr "ВНИМАНИЕ: уведомление о незаконном использовании"
252
 
253
- #: bws_functions.php:542
254
  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."
255
  msgstr "Вы можете использовать одну лицензию Pro плагина только для одного домена. Пожалуйста, проверьте и отредактируйте при необходимости лицензию или домен, используя Ваш личный Client Area. Мы настоятельно рекомендуем вам решить проблему в течение 24 часов, в противном случае плагин будет деактивирован."
256
 
257
- #: bws_functions.php:550
258
- msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
259
- msgstr "Внимание: Срок действия PRO Trial версии истек. Чтобы продолжить пользоваться плагином, пожалуйста, приобретите лицензию PRO"
260
 
261
- #: bws_functions.php:552
262
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
263
  msgstr "Время использования вашей лицензии истекло. Если вы хотите обновлять ваш плагин в дальнейшем и иметь приоритетную тех.поддержку, то вам нужно продлить лицензию."
264
 
265
- #: bws_functions.php:552
266
- #: bws_functions.php:605
267
- #: bws_menu.php:633
268
- #: bws_menu.php:655
269
- #: bws_menu.php:682
270
- #: bws_menu.php:712
271
- #: bws_menu.php:758
272
  msgid "Learn more"
273
  msgstr "Подробнее"
274
 
275
- #: bws_functions.php:562
276
  #, php-format
277
- msgid "Notice: You are using the PRO Trial license of %s plugin."
278
- msgstr "Внимание: Вы используете PRO Trial версию плагина %s."
279
 
280
- #: bws_functions.php:564
281
- msgid "Notice: You are using the PRO Trial license of plugin."
282
- msgstr "Внимание: Вы используете PRO Trial версию плагина."
283
 
284
- #: bws_functions.php:567
285
- msgid "The PRO Trial license will expire on"
286
- msgstr "Ваша лицензия PRO Trial версии плагина истекает"
287
 
288
- #: bws_functions.php:605
289
  msgid "You license for"
290
  msgstr "Ваш лицензионный ключ для"
291
 
292
- #: bws_functions.php:605
293
  msgid "expires on"
294
  msgstr "истекает"
295
 
296
- #: bws_functions.php:605
297
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
298
  msgstr "и вы не будете получать приоритетную тех.поддержку или обновления."
299
 
300
- #: bws_functions.php:680
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
301
  msgid "Close"
302
  msgstr "Закрыть"
303
 
304
- #: bws_functions.php:771
305
- #: bws_functions.php:784
306
  msgid "Restore all plugin settings to defaults"
307
- msgstr "Восстановить все настройки плагина к настройкам по-умолчанию"
308
 
309
- #: bws_functions.php:773
310
- #: bws_functions.php:786
311
  msgid "Restore settings"
312
  msgstr "Восстановить настройки"
313
 
314
- #: bws_functions.php:797
315
  msgid "Are you sure you want to restore all settings by default?"
316
- msgstr "Вы уверены что хотите восстановить все настройки плагина к настройкам по-умолчанию?"
317
 
318
- #: bws_functions.php:799
319
  msgid "Yes, restore all settings"
320
  msgstr "Да, восстановить все настройки"
321
 
322
- #: bws_functions.php:800
323
  msgid "No, go back to the settings page"
324
- msgstr "Нет, вернутся на страницу настроек"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
325
 
326
- #: bws_menu.php:470
327
  msgid "Not set"
328
  msgstr "Не задан"
329
 
330
- #: bws_menu.php:472
331
- #: bws_menu.php:473
332
  msgid "On"
333
  msgstr "Вкл"
334
 
335
- #: bws_menu.php:472
336
- #: bws_menu.php:473
337
  msgid "Off"
338
  msgstr "Выкл"
339
 
340
- #: bws_menu.php:474
341
- #: bws_menu.php:475
342
- #: bws_menu.php:476
343
- #: bws_menu.php:477
344
- #: bws_menu.php:478
345
- #: bws_menu.php:490
346
  msgid "N/A"
347
  msgstr "Неизвестно"
348
 
349
- #: bws_menu.php:478
350
  msgid " Mb"
351
  msgstr "Mb"
352
 
353
- #: bws_menu.php:479
354
- #: bws_menu.php:480
355
- #: bws_menu.php:481
356
- #: bws_menu.php:486
357
  msgid "Yes"
358
  msgstr "Да"
359
 
360
- #: bws_menu.php:479
361
- #: bws_menu.php:480
362
- #: bws_menu.php:481
363
- #: bws_menu.php:488
364
  msgid "No"
365
  msgstr "Нет"
366
 
367
- #: bws_menu.php:498
368
  msgid "Operating System"
369
  msgstr "Операционная система"
370
 
371
- #: bws_menu.php:499
372
  msgid "Server"
373
  msgstr "Тип сервера"
374
 
375
- #: bws_menu.php:500
376
  msgid "Memory usage"
377
  msgstr "Памяти использовано"
378
 
379
- #: bws_menu.php:501
380
  msgid "MYSQL Version"
381
  msgstr "Версия MYSQL"
382
 
383
- #: bws_menu.php:502
384
  msgid "SQL Mode"
385
  msgstr "Режим SQL"
386
 
387
- #: bws_menu.php:503
388
  msgid "PHP Version"
389
  msgstr "Версия PHP"
390
 
391
- #: bws_menu.php:504
392
  msgid "PHP Safe Mode"
393
  msgstr "PHP Safe Mode"
394
 
395
- #: bws_menu.php:505
396
  msgid "PHP Allow URL fopen"
397
  msgstr "PHP Allow URL fopen"
398
 
399
- #: bws_menu.php:506
400
  msgid "PHP Memory Limit"
401
  msgstr "Лимит памяти"
402
 
403
- #: bws_menu.php:507
404
  msgid "PHP Max Upload Size"
405
  msgstr "Макс. размер загружаемого файла"
406
 
407
- #: bws_menu.php:508
408
  msgid "PHP Max Post Size"
409
  msgstr "Макс. размер записи"
410
 
411
- #: bws_menu.php:509
412
  msgid "PHP Max Script Execute Time"
413
  msgstr "Макс. время выполнения сценария"
414
 
415
- #: bws_menu.php:510
416
  msgid "PHP Exif support"
417
  msgstr "Поддержка PHP Exif"
418
 
419
- #: bws_menu.php:511
420
  msgid "PHP IPTC support"
421
  msgstr "Поддержка PHP IPTC"
422
 
423
- #: bws_menu.php:512
424
  msgid "PHP XML support"
425
  msgstr "Поддержка PHP XML"
426
 
427
- #: bws_menu.php:513
428
  msgid "Site URL"
429
  msgstr "Адрес сайта"
430
 
431
- #: bws_menu.php:514
432
  msgid "Home URL"
433
  msgstr "Основной адрес сайта"
434
 
435
- #: bws_menu.php:517
436
  msgid "WordPress Version"
437
  msgstr "Версия WordPress"
438
 
439
- #: bws_menu.php:518
440
  msgid "WordPress DB Version"
441
  msgstr "Версия базы данных WordPress"
442
 
443
- #: bws_menu.php:519
444
  msgid "Multisite"
445
  msgstr "Мультиблог"
446
 
447
- #: bws_menu.php:520
448
  msgid "Active Theme"
449
  msgstr "Текущая тема"
450
 
451
- #: bws_menu.php:535
452
  msgid "Please enter a valid email address."
453
  msgstr "Пожалуйста, введите валидный емайл."
454
 
455
- #: bws_menu.php:539
456
  msgid "Email with system info is sent to "
457
- msgstr "E-mail с системной информацией отправлен на"
458
 
459
- #: bws_menu.php:543
460
  msgid "Thank you for contacting us."
461
  msgstr "Спасибо что связались с нами."
462
 
463
- #: bws_menu.php:576
464
  msgid "Sorry, email message could not be delivered."
465
- msgstr "Извините, ваш email не может быть отправлен."
466
 
467
- #: bws_menu.php:584
468
  msgid "Need help?"
469
  msgstr "Нужна помощь?"
470
 
471
- #: bws_menu.php:585
472
  msgid "Client area"
473
  msgstr "Client area"
474
 
475
- #: bws_menu.php:586
476
- #: bws_menu.php:897
477
  msgid "System status"
478
  msgstr "Системная информация"
479
 
480
- #: bws_menu.php:591
481
  msgid "Plugins"
482
  msgstr "Плагины"
483
 
484
- #: bws_menu.php:593
485
  msgid "Themes"
486
  msgstr "Темы"
487
 
488
- #: bws_menu.php:598
489
  msgid "All"
490
  msgstr "Все"
491
 
492
- #: bws_menu.php:599
493
  msgid "Installed"
494
  msgstr "Установленные"
495
 
496
- #: bws_menu.php:600
497
  msgid "Recommended"
498
  msgstr "Рекомендованные"
499
 
500
- #: bws_menu.php:604
501
  msgid "Installed plugins"
502
  msgstr "Установленные плагины"
503
 
504
- #: bws_menu.php:636
505
- #: bws_menu.php:685
506
  msgid "Settings"
507
  msgstr "Настройки"
508
 
509
- #: bws_menu.php:657
510
- #: bws_menu.php:714
511
  msgid "Activate this plugin"
512
  msgstr "Активировать плагин"
513
 
514
- #: bws_menu.php:672
515
- #: bws_menu.php:702
516
- #: bws_menu.php:748
517
  msgid "Go"
518
  msgstr "Перейти на"
519
 
520
- #: bws_menu.php:676
521
- #: bws_menu.php:706
522
- #: bws_menu.php:752
523
  msgid "DONATE"
524
  msgstr "Пожертвовать"
525
 
526
- #: bws_menu.php:722
527
  msgid "Recommended plugins"
528
  msgstr "Рекомендованные к установке плагины"
529
 
530
- #: bws_menu.php:760
531
  msgid "Install now"
532
  msgstr "Установить"
533
 
534
- #: bws_menu.php:781
535
  msgid "Try again"
536
  msgstr "Попробовать снова"
537
 
538
- #: bws_menu.php:799
539
  #, php-format
540
  msgid "Preview &#8220;%s&#8221;"
541
  msgstr "Просмотр &#8220;%s&#8221;"
542
 
543
- #: bws_menu.php:830
544
  #, php-format
545
  msgid "Install %s"
546
  msgstr "Установлено %s"
547
 
548
- #: bws_menu.php:830
549
  msgid "Install Now"
550
  msgstr "Установить"
551
 
552
- #: bws_menu.php:833
553
  #, php-format
554
  msgid "Update to version %s"
555
  msgstr "Обновить до версии %s"
556
 
557
- #: bws_menu.php:833
558
  msgid "Update"
559
  msgstr "Обновить"
560
 
561
- #: bws_menu.php:840
562
  #, php-format
563
  msgid "Preview %s"
564
  msgstr "Просмотр %s"
565
 
566
- #: bws_menu.php:840
567
  msgid "Preview"
568
  msgstr "Просмотр"
569
 
570
- #: bws_menu.php:846
571
- #: bws_menu.php:878
572
  #, php-format
573
  msgid "By %s"
574
  msgstr "%s"
575
 
576
- #: bws_menu.php:852
577
  msgid "Details"
578
  msgstr "Детали"
579
 
580
- #: bws_menu.php:884
581
  msgid "Already Installed"
582
  msgstr "Уже установлена"
583
 
584
- #: bws_menu.php:900
585
  msgid "Environment"
586
  msgstr "Системная среда"
587
 
588
- #: bws_menu.php:911
589
  msgid "Active Plugins"
590
  msgstr "Активированные плагины"
591
 
592
- #: bws_menu.php:924
593
  msgid "Inactive Plugins"
594
  msgstr "Неактивированные плагины"
595
 
596
- #: bws_menu.php:940
597
  msgid "Send to support"
598
  msgstr "Отправить в тех. поддержку"
599
 
600
- #: bws_menu.php:947
601
  msgid "Send to custom email &#187;"
602
  msgstr "Отправить на емейл &#187;"
603
 
 
 
 
604
  #~ msgid ""
605
  #~ "(your username is the email you specify when purchasing the product), "
606
  #~ "where you can make the necessary changes."
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-07 13:11+0300\n"
6
+ "PO-Revision-Date: 2015-09-07 13:11+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:29
20
  msgid "requires"
21
  msgstr "требует"
22
 
23
+ #: bws_functions.php:31
24
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
25
  msgstr "или выше, поэтому он был деактивирован! Пожалуйста, обновите WordPress и попробуйте еще раз."
26
 
27
+ #: bws_functions.php:32
28
  msgid "Back to the WordPress"
29
  msgstr "Вернуться к WordPress на"
30
 
31
+ #: bws_functions.php:34
32
  msgid "Plugins page"
33
  msgstr "Страницу плагинов"
34
 
35
+ #: bws_functions.php:91
36
  msgid "It’s time to upgrade your"
37
  msgstr "Настало время обновить Ваш"
38
 
39
+ #: bws_functions.php:91
40
  msgid "to"
41
  msgstr "до"
42
 
43
+ #: bws_functions.php:91
44
  msgid "version!"
45
  msgstr "версии!"
46
 
47
+ #: bws_functions.php:92
48
  msgid "Extend standard plugin functionality with new great options."
49
  msgstr "Расширяет возможности стандартного функционала плагина."
50
 
51
+ #: bws_functions.php:95
52
+ #: bws_functions.php:492
53
  msgid "Learn More"
54
  msgstr "Подробнее"
55
 
56
+ #: bws_functions.php:112
57
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
58
  msgstr "Если вам понравился плагин, пожалуйста, поставьте нам 5 звезд на WordPress"
59
 
60
+ #: bws_functions.php:113
61
  msgid "Rate the plugin"
62
  msgstr "Оценить плагин"
63
 
64
+ #: bws_functions.php:116
65
  msgid "If there is something wrong about it, please contact us"
66
  msgstr "Если у вас есть какие-то вопросы, обращайтесь"
67
 
68
+ #: bws_functions.php:133
69
+ #: bws_functions.php:169
70
  msgid "Wrong license key"
71
  msgstr "Неправильный лицензионный ключ"
72
 
73
+ #: bws_functions.php:163
74
+ #: bws_functions.php:405
75
+ #: bws_functions.php:456
76
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
77
  msgstr "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, пожалуйста, свяжитесь с нами"
78
 
79
+ #: bws_functions.php:163
80
+ #: bws_functions.php:405
81
+ #: bws_functions.php:456
82
  msgid "We are sorry for inconvenience."
83
  msgstr "Приносим извинения за неудобства."
84
 
85
+ #: bws_functions.php:171
86
  msgid "This license key is bind to another site"
87
  msgstr "Этот лицензионный ключ привязан к другому сайту"
88
 
89
+ #: bws_functions.php:173
90
+ #: bws_functions.php:315
91
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
92
  msgstr "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, загрузите плагин вручную."
93
 
94
+ #: bws_functions.php:175
95
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
96
  msgstr "К сожалению, время использования вашей лицензии истекло. Для получения обновлений приоритетного саппорта вам нужно продлить лицензию перейдя на вашей"
97
 
98
+ #: bws_functions.php:177
99
+ msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
100
+ msgstr "К сожалению, Pro лицензия уже была установлена на этом доменен. Pro Trial лицензия может быть установлена только один раз."
101
 
102
+ #: bws_functions.php:198
103
+ #: bws_functions.php:220
104
+ #: bws_functions.php:242
105
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
106
  msgstr "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
107
 
108
+ #: bws_functions.php:210
109
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
110
  msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
111
 
112
+ #: bws_functions.php:216
113
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
114
  msgstr "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. Пожалуйста, загрузите плагин вручную"
115
 
116
+ #: bws_functions.php:223
117
  msgid "UploadDir is not writable. Please, upload the plugin manually"
118
  msgstr "Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную"
119
 
120
+ #: bws_functions.php:246
121
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
122
  msgstr "Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. Приносим извинения за неудобства."
123
 
124
+ #: bws_functions.php:271
125
  msgid "Please, enter Your license key"
126
  msgstr "Пожалуйста, введите ваш лицензионный ключ"
127
 
128
+ #: bws_functions.php:288
129
+ msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
130
+ msgstr "Поздравляем! Pro версия плагина была успешно загружена и активирована."
131
 
132
+ #: bws_functions.php:290
133
+ #: bws_functions.php:372
134
  msgid "Please, go to"
135
  msgstr "Пожалуйста, перейдите на"
136
 
137
+ #: bws_functions.php:290
138
+ #: bws_functions.php:372
139
  msgid "the setting page"
140
  msgstr "страницу настроек"
141
 
142
+ #: bws_functions.php:291
143
+ #: bws_functions.php:373
144
  msgid "You will be redirected automatically in 5 seconds."
145
  msgstr "Вы будете перенаправлены автоматически через 5 секунд."
146
 
147
+ #: bws_functions.php:296
148
  msgid "You can download and activate"
149
  msgstr "Вы можете скачать и активировать"
150
 
151
+ #: bws_functions.php:298
152
  msgid "version of this plugin by entering Your license key."
153
  msgstr "версию этого плагина, введя ваш лицензионный ключ."
154
 
155
+ #: bws_functions.php:300
156
+ #: bws_functions.php:341
157
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
158
  msgstr "Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, нажав на ссылку"
159
 
160
+ #: bws_functions.php:302
161
+ #: bws_functions.php:343
162
  msgid "(your username is the email you specify when purchasing the product)."
163
  msgstr "(ваше имя пользователя - это электронный адрес, указанный при покупке продукта)."
164
 
165
+ #: bws_functions.php:306
166
+ #: bws_functions.php:609
167
  msgid "or"
168
  msgstr "или"
169
 
170
+ #: bws_functions.php:306
171
  #, php-format
172
  msgid "Start Your Free %s-Day Trial Now"
173
  msgstr "Попробуйте %s-дневную Trial версию бесплатно"
174
 
175
+ #: bws_functions.php:312
176
+ #: bws_functions.php:321
177
+ #: bws_functions.php:351
178
+ #: bws_functions.php:359
179
+ #: bws_menu.php:685
180
+ #: bws_menu.php:742
181
  msgid "Activate"
182
  msgstr "Активировать"
183
 
184
+ #: bws_functions.php:338
185
+ #: bws_functions.php:431
186
  #, php-format
187
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
188
  msgstr "Чтобы продолжить пользоваться плагином, необходимо приобрести %s лицензию."
189
 
190
+ #: bws_functions.php:339
191
  msgid "After that you can activate it by entering your license key."
192
  msgstr "После этого вы сможете активировать его введя лицензионный ключ."
193
 
194
+ #: bws_functions.php:353
195
  msgid "Unfortunately, you have exceeded the number of available tries per day."
196
  msgstr "К сожалению, вы превысили количество доступных попыток."
197
 
198
+ #: bws_functions.php:370
199
+ msgid "Congratulations! The Pro license of the plugin is successfully activated."
200
+ msgstr "Поздравляем! Pro версия плагина была успешно активирована."
201
 
202
+ #: bws_functions.php:411
203
  msgid "Wrong license key."
204
  msgstr "Неправильный лицензионный ключ."
205
 
206
+ #: bws_functions.php:413
207
  msgid "This license key is bind to another site."
208
  msgstr "Этот лицензионный ключ привязан к другому сайту."
209
 
210
+ #: bws_functions.php:415
211
  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."
212
  msgstr "Лицензионный ключ принят, но срок действия лицензии истек. Если вы хотите обновлять плагин в будущем, вы должны продлить лицензию."
213
 
214
+ #: bws_functions.php:417
215
  msgid "Unfortunately, you have exceeded the number of available tries."
216
  msgstr "К сожалению, вы превысили количество доступных попыток."
217
 
218
+ #: bws_functions.php:419
219
+ msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
220
+ msgstr "К сожалению, Pro Trial версия плагина уже устанавливалась на этот домен. Pro Trial версию можно устанавливать лишь один раз."
221
 
222
+ #: bws_functions.php:423
223
+ msgid "The Pro Trial license key is valid."
224
+ msgstr "Ключ Pro Trial версии действителен."
225
 
226
+ #: bws_functions.php:425
227
  msgid "The license key is valid."
228
  msgstr "Лицензионный ключ действителен."
229
 
230
+ #: bws_functions.php:428
231
  msgid "Your license will expire on"
232
  msgstr "Ваша лицензия истечет"
233
 
234
+ #: bws_functions.php:461
235
  msgid "Please, enter your license key"
236
  msgstr "Пожалуйста, введите Ваш лицензионный ключ"
237
 
238
+ #: bws_functions.php:474
239
  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"
240
  msgstr "При необходимости вы можете проверить валидность лицензионного ключа или повторно ввести его в поле ниже. Вы можете найти ваш лицензионный ключ на своей личной странице - Client area - на нашем сайте"
241
 
242
+ #: bws_functions.php:474
243
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
244
+ msgstr "(ваш пользователь это емейл, который вы указывали при покупке продукта). При необходимости нажмите \"Забыли пароль?\"."
245
 
246
+ #: bws_functions.php:478
247
  msgid "Check license key"
248
  msgstr "Проверка лицензионного ключа"
249
 
250
+ #: bws_functions.php:492
251
  msgid "WARNING: Illegal use notification"
252
  msgstr "ВНИМАНИЕ: уведомление о незаконном использовании"
253
 
254
+ #: bws_functions.php:492
255
  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."
256
  msgstr "Вы можете использовать одну лицензию Pro плагина только для одного домена. Пожалуйста, проверьте и отредактируйте при необходимости лицензию или домен, используя Ваш личный Client Area. Мы настоятельно рекомендуем вам решить проблему в течение 24 часов, в противном случае плагин будет деактивирован."
257
 
258
+ #: bws_functions.php:500
259
+ msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
260
+ msgstr "Внимание: Срок действия Pro Trial версии истек. Чтобы продолжить пользоваться плагином, пожалуйста, приобретите лицензию Pro"
261
 
262
+ #: bws_functions.php:502
263
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
264
  msgstr "Время использования вашей лицензии истекло. Если вы хотите обновлять ваш плагин в дальнейшем и иметь приоритетную тех.поддержку, то вам нужно продлить лицензию."
265
 
266
+ #: bws_functions.php:502
267
+ #: bws_functions.php:555
268
+ #: bws_menu.php:661
269
+ #: bws_menu.php:683
270
+ #: bws_menu.php:710
271
+ #: bws_menu.php:740
272
+ #: bws_menu.php:786
273
  msgid "Learn more"
274
  msgstr "Подробнее"
275
 
276
+ #: bws_functions.php:512
277
  #, php-format
278
+ msgid "Notice: You are using the Pro Trial license of %s plugin."
279
+ msgstr "Внимание: Вы используете Pro Trial версию плагина %s."
280
 
281
+ #: bws_functions.php:514
282
+ msgid "Notice: You are using the Pro Trial license of plugin."
283
+ msgstr "Внимание: Вы используете Pro Trial версию плагина."
284
 
285
+ #: bws_functions.php:517
286
+ msgid "The Pro Trial license will expire on"
287
+ msgstr "Ваша лицензия Pro Trial версии плагина истекает"
288
 
289
+ #: bws_functions.php:555
290
  msgid "You license for"
291
  msgstr "Ваш лицензионный ключ для"
292
 
293
+ #: bws_functions.php:555
294
  msgid "expires on"
295
  msgstr "истекает"
296
 
297
+ #: bws_functions.php:555
298
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
299
  msgstr "и вы не будете получать приоритетную тех.поддержку или обновления."
300
 
301
+ #: bws_functions.php:605
302
+ msgid "Thank you for installing"
303
+ msgstr "Спасибо за установку"
304
+
305
+ #: bws_functions.php:606
306
+ msgid "Let's get started"
307
+ msgstr "Давайте начнем"
308
+
309
+ #: bws_functions.php:607
310
+ msgid "Configure Settings"
311
+ msgstr "Настройка параметров"
312
+
313
+ #: bws_functions.php:610
314
+ msgid "Add New"
315
+ msgstr "Добавить"
316
+
317
+ #: bws_functions.php:614
318
+ msgid "Close notice"
319
+ msgstr "Закрыть"
320
+
321
+ #: bws_functions.php:667
322
+ msgid "Add BWS shortcode"
323
+ msgstr "Добавить BWS шорткод"
324
+
325
+ #: bws_functions.php:711
326
  msgid "Close"
327
  msgstr "Закрыть"
328
 
329
+ #: bws_functions.php:802
 
330
  msgid "Restore all plugin settings to defaults"
331
+ msgstr "Восстановить все настройки плагина к настройкам по умолчанию"
332
 
333
+ #: bws_functions.php:804
 
334
  msgid "Restore settings"
335
  msgstr "Восстановить настройки"
336
 
337
+ #: bws_functions.php:815
338
  msgid "Are you sure you want to restore all settings by default?"
339
+ msgstr "Вы уверены что хотите восстановить все настройки плагина к настройкам по умолчанию?"
340
 
341
+ #: bws_functions.php:818
342
  msgid "Yes, restore all settings"
343
  msgstr "Да, восстановить все настройки"
344
 
345
+ #: bws_functions.php:819
346
  msgid "No, go back to the settings page"
347
+ msgstr "Нет, вернуться на страницу настроек"
348
+
349
+ #: bws_functions.php:863
350
+ msgid "Plugin"
351
+ msgstr "Плагин"
352
+
353
+ #: bws_functions.php:872
354
+ msgid "Shortcode settings"
355
+ msgstr "Настройки шорткода"
356
+
357
+ #: bws_functions.php:877
358
+ msgid "The shortcode will be inserted"
359
+ msgstr "Будет вставлен шорткод"
360
+
361
+ #: bws_functions.php:882
362
+ msgid "Insert"
363
+ msgstr "Вставить"
364
 
365
+ #: bws_menu.php:498
366
  msgid "Not set"
367
  msgstr "Не задан"
368
 
369
+ #: bws_menu.php:500
370
+ #: bws_menu.php:501
371
  msgid "On"
372
  msgstr "Вкл"
373
 
374
+ #: bws_menu.php:500
375
+ #: bws_menu.php:501
376
  msgid "Off"
377
  msgstr "Выкл"
378
 
379
+ #: bws_menu.php:502
380
+ #: bws_menu.php:503
381
+ #: bws_menu.php:504
382
+ #: bws_menu.php:505
383
+ #: bws_menu.php:506
384
+ #: bws_menu.php:518
385
  msgid "N/A"
386
  msgstr "Неизвестно"
387
 
388
+ #: bws_menu.php:506
389
  msgid " Mb"
390
  msgstr "Mb"
391
 
392
+ #: bws_menu.php:507
393
+ #: bws_menu.php:508
394
+ #: bws_menu.php:509
395
+ #: bws_menu.php:514
396
  msgid "Yes"
397
  msgstr "Да"
398
 
399
+ #: bws_menu.php:507
400
+ #: bws_menu.php:508
401
+ #: bws_menu.php:509
402
+ #: bws_menu.php:516
403
  msgid "No"
404
  msgstr "Нет"
405
 
406
+ #: bws_menu.php:526
407
  msgid "Operating System"
408
  msgstr "Операционная система"
409
 
410
+ #: bws_menu.php:527
411
  msgid "Server"
412
  msgstr "Тип сервера"
413
 
414
+ #: bws_menu.php:528
415
  msgid "Memory usage"
416
  msgstr "Памяти использовано"
417
 
418
+ #: bws_menu.php:529
419
  msgid "MYSQL Version"
420
  msgstr "Версия MYSQL"
421
 
422
+ #: bws_menu.php:530
423
  msgid "SQL Mode"
424
  msgstr "Режим SQL"
425
 
426
+ #: bws_menu.php:531
427
  msgid "PHP Version"
428
  msgstr "Версия PHP"
429
 
430
+ #: bws_menu.php:532
431
  msgid "PHP Safe Mode"
432
  msgstr "PHP Safe Mode"
433
 
434
+ #: bws_menu.php:533
435
  msgid "PHP Allow URL fopen"
436
  msgstr "PHP Allow URL fopen"
437
 
438
+ #: bws_menu.php:534
439
  msgid "PHP Memory Limit"
440
  msgstr "Лимит памяти"
441
 
442
+ #: bws_menu.php:535
443
  msgid "PHP Max Upload Size"
444
  msgstr "Макс. размер загружаемого файла"
445
 
446
+ #: bws_menu.php:536
447
  msgid "PHP Max Post Size"
448
  msgstr "Макс. размер записи"
449
 
450
+ #: bws_menu.php:537
451
  msgid "PHP Max Script Execute Time"
452
  msgstr "Макс. время выполнения сценария"
453
 
454
+ #: bws_menu.php:538
455
  msgid "PHP Exif support"
456
  msgstr "Поддержка PHP Exif"
457
 
458
+ #: bws_menu.php:539
459
  msgid "PHP IPTC support"
460
  msgstr "Поддержка PHP IPTC"
461
 
462
+ #: bws_menu.php:540
463
  msgid "PHP XML support"
464
  msgstr "Поддержка PHP XML"
465
 
466
+ #: bws_menu.php:541
467
  msgid "Site URL"
468
  msgstr "Адрес сайта"
469
 
470
+ #: bws_menu.php:542
471
  msgid "Home URL"
472
  msgstr "Основной адрес сайта"
473
 
474
+ #: bws_menu.php:545
475
  msgid "WordPress Version"
476
  msgstr "Версия WordPress"
477
 
478
+ #: bws_menu.php:546
479
  msgid "WordPress DB Version"
480
  msgstr "Версия базы данных WordPress"
481
 
482
+ #: bws_menu.php:547
483
  msgid "Multisite"
484
  msgstr "Мультиблог"
485
 
486
+ #: bws_menu.php:548
487
  msgid "Active Theme"
488
  msgstr "Текущая тема"
489
 
490
+ #: bws_menu.php:563
491
  msgid "Please enter a valid email address."
492
  msgstr "Пожалуйста, введите валидный емайл."
493
 
494
+ #: bws_menu.php:567
495
  msgid "Email with system info is sent to "
496
+ msgstr "Емейл с системной информацией отправлен на"
497
 
498
+ #: bws_menu.php:571
499
  msgid "Thank you for contacting us."
500
  msgstr "Спасибо что связались с нами."
501
 
502
+ #: bws_menu.php:604
503
  msgid "Sorry, email message could not be delivered."
504
+ msgstr "Извините, ваш емейл не может быть отправлен."
505
 
506
+ #: bws_menu.php:612
507
  msgid "Need help?"
508
  msgstr "Нужна помощь?"
509
 
510
+ #: bws_menu.php:613
511
  msgid "Client area"
512
  msgstr "Client area"
513
 
514
+ #: bws_menu.php:614
515
+ #: bws_menu.php:925
516
  msgid "System status"
517
  msgstr "Системная информация"
518
 
519
+ #: bws_menu.php:619
520
  msgid "Plugins"
521
  msgstr "Плагины"
522
 
523
+ #: bws_menu.php:621
524
  msgid "Themes"
525
  msgstr "Темы"
526
 
527
+ #: bws_menu.php:626
528
  msgid "All"
529
  msgstr "Все"
530
 
531
+ #: bws_menu.php:627
532
  msgid "Installed"
533
  msgstr "Установленные"
534
 
535
+ #: bws_menu.php:628
536
  msgid "Recommended"
537
  msgstr "Рекомендованные"
538
 
539
+ #: bws_menu.php:632
540
  msgid "Installed plugins"
541
  msgstr "Установленные плагины"
542
 
543
+ #: bws_menu.php:664
544
+ #: bws_menu.php:713
545
  msgid "Settings"
546
  msgstr "Настройки"
547
 
548
+ #: bws_menu.php:685
549
+ #: bws_menu.php:742
550
  msgid "Activate this plugin"
551
  msgstr "Активировать плагин"
552
 
553
+ #: bws_menu.php:700
554
+ #: bws_menu.php:730
555
+ #: bws_menu.php:776
556
  msgid "Go"
557
  msgstr "Перейти на"
558
 
559
+ #: bws_menu.php:704
560
+ #: bws_menu.php:734
561
+ #: bws_menu.php:780
562
  msgid "DONATE"
563
  msgstr "Пожертвовать"
564
 
565
+ #: bws_menu.php:750
566
  msgid "Recommended plugins"
567
  msgstr "Рекомендованные к установке плагины"
568
 
569
+ #: bws_menu.php:788
570
  msgid "Install now"
571
  msgstr "Установить"
572
 
573
+ #: bws_menu.php:809
574
  msgid "Try again"
575
  msgstr "Попробовать снова"
576
 
577
+ #: bws_menu.php:827
578
  #, php-format
579
  msgid "Preview &#8220;%s&#8221;"
580
  msgstr "Просмотр &#8220;%s&#8221;"
581
 
582
+ #: bws_menu.php:858
583
  #, php-format
584
  msgid "Install %s"
585
  msgstr "Установлено %s"
586
 
587
+ #: bws_menu.php:858
588
  msgid "Install Now"
589
  msgstr "Установить"
590
 
591
+ #: bws_menu.php:861
592
  #, php-format
593
  msgid "Update to version %s"
594
  msgstr "Обновить до версии %s"
595
 
596
+ #: bws_menu.php:861
597
  msgid "Update"
598
  msgstr "Обновить"
599
 
600
+ #: bws_menu.php:868
601
  #, php-format
602
  msgid "Preview %s"
603
  msgstr "Просмотр %s"
604
 
605
+ #: bws_menu.php:868
606
  msgid "Preview"
607
  msgstr "Просмотр"
608
 
609
+ #: bws_menu.php:874
610
+ #: bws_menu.php:906
611
  #, php-format
612
  msgid "By %s"
613
  msgstr "%s"
614
 
615
+ #: bws_menu.php:880
616
  msgid "Details"
617
  msgstr "Детали"
618
 
619
+ #: bws_menu.php:912
620
  msgid "Already Installed"
621
  msgstr "Уже установлена"
622
 
623
+ #: bws_menu.php:928
624
  msgid "Environment"
625
  msgstr "Системная среда"
626
 
627
+ #: bws_menu.php:939
628
  msgid "Active Plugins"
629
  msgstr "Активированные плагины"
630
 
631
+ #: bws_menu.php:952
632
  msgid "Inactive Plugins"
633
  msgstr "Неактивированные плагины"
634
 
635
+ #: bws_menu.php:968
636
  msgid "Send to support"
637
  msgstr "Отправить в тех. поддержку"
638
 
639
+ #: bws_menu.php:975
640
  msgid "Send to custom email &#187;"
641
  msgstr "Отправить на емейл &#187;"
642
 
643
+ #~ msgid "Select Plugin"
644
+ #~ msgstr "Выберите плагин"
645
+
646
  #~ msgid ""
647
  #~ "(your username is the email you specify when purchasing the product), "
648
  #~ "where you can make the necessary changes."
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-06-12 15:58+0300\n"
6
- "PO-Revision-Date: 2015-06-12 15:58+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,612 +17,655 @@ msgstr ""
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: bws_functions.php:89
21
  msgid "requires"
22
  msgstr ""
23
 
24
- #: bws_functions.php:91
25
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
26
  msgstr ""
27
 
28
- #: bws_functions.php:92
29
  msgid "Back to the WordPress"
30
  msgstr ""
31
 
32
- #: bws_functions.php:94
33
  #, fuzzy
34
  msgid "Plugins page"
35
  msgstr "Pro moduli"
36
 
37
- #: bws_functions.php:151
38
  msgid "It’s time to upgrade your"
39
  msgstr ""
40
 
41
- #: bws_functions.php:151
42
  #, fuzzy
43
  msgid "to"
44
  msgstr "vrh"
45
 
46
- #: bws_functions.php:151
47
  #, fuzzy
48
  msgid "version!"
49
  msgstr "PHP Verzija"
50
 
51
- #: bws_functions.php:152
52
  msgid "Extend standard plugin functionality with new great options."
53
  msgstr ""
54
 
55
- #: bws_functions.php:155
56
- #: bws_functions.php:542
57
  #, fuzzy
58
  msgid "Learn More"
59
  msgstr "Pročitaj više"
60
 
61
- #: bws_functions.php:172
62
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
63
  msgstr ""
64
 
65
- #: bws_functions.php:173
66
  #, fuzzy
67
  msgid "Rate the plugin"
68
  msgstr "Aktivirani moduli"
69
 
70
- #: bws_functions.php:176
71
  #, fuzzy
72
  msgid "If there is something wrong about it, please contact us"
73
  msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
74
 
75
- #: bws_functions.php:193
76
- #: bws_functions.php:229
77
  msgid "Wrong license key"
78
  msgstr ""
79
 
80
- #: bws_functions.php:223
81
- #: bws_functions.php:455
82
- #: bws_functions.php:506
83
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
84
  msgstr ""
85
 
86
- #: bws_functions.php:223
87
- #: bws_functions.php:455
88
- #: bws_functions.php:506
89
  msgid "We are sorry for inconvenience."
90
  msgstr ""
91
 
92
- #: bws_functions.php:231
93
  msgid "This license key is bind to another site"
94
  msgstr ""
95
 
96
- #: bws_functions.php:233
97
- #: bws_functions.php:365
98
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
99
  msgstr ""
100
 
101
- #: bws_functions.php:235
102
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
103
  msgstr ""
104
 
105
- #: bws_functions.php:237
106
- msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
107
  msgstr ""
108
 
109
- #: bws_functions.php:248
110
- #: bws_functions.php:270
111
- #: bws_functions.php:292
112
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
113
  msgstr ""
114
 
115
- #: bws_functions.php:260
116
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
117
  msgstr ""
118
 
119
- #: bws_functions.php:266
120
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
121
  msgstr ""
122
 
123
- #: bws_functions.php:273
124
  msgid "UploadDir is not writable. Please, upload the plugin manually"
125
  msgstr ""
126
 
127
- #: bws_functions.php:296
128
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
129
  msgstr ""
130
 
131
- #: bws_functions.php:321
132
  msgid "Please, enter Your license key"
133
  msgstr ""
134
 
135
- #: bws_functions.php:338
136
- msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
137
  msgstr ""
138
 
139
- #: bws_functions.php:340
140
- #: bws_functions.php:422
141
  msgid "Please, go to"
142
  msgstr ""
143
 
144
- #: bws_functions.php:340
145
- #: bws_functions.php:422
146
  #, fuzzy
147
  msgid "the setting page"
148
  msgstr "na stranici za podešavanje modula ("
149
 
150
- #: bws_functions.php:341
151
- #: bws_functions.php:423
152
  msgid "You will be redirected automatically in 5 seconds."
153
  msgstr ""
154
 
155
- #: bws_functions.php:346
156
  msgid "You can download and activate"
157
  msgstr ""
158
 
159
- #: bws_functions.php:348
160
  msgid "version of this plugin by entering Your license key."
161
  msgstr ""
162
 
163
- #: bws_functions.php:350
164
- #: bws_functions.php:391
165
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
166
  msgstr ""
167
 
168
- #: bws_functions.php:352
169
- #: bws_functions.php:393
170
  msgid "(your username is the email you specify when purchasing the product)."
171
  msgstr ""
172
 
173
- #: bws_functions.php:356
 
174
  msgid "or"
175
  msgstr ""
176
 
177
- #: bws_functions.php:356
178
  #, php-format
179
  msgid "Start Your Free %s-Day Trial Now"
180
  msgstr ""
181
 
182
- #: bws_functions.php:362
183
- #: bws_functions.php:371
184
- #: bws_functions.php:401
185
- #: bws_functions.php:409
186
- #: bws_menu.php:657
187
- #: bws_menu.php:714
188
  #, fuzzy
189
  msgid "Activate"
190
  msgstr "Aktivirani moduli"
191
 
192
- #: bws_functions.php:388
193
- #: bws_functions.php:481
194
  #, php-format
195
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
196
  msgstr ""
197
 
198
- #: bws_functions.php:389
199
  msgid "After that you can activate it by entering your license key."
200
  msgstr ""
201
 
202
- #: bws_functions.php:403
203
  msgid "Unfortunately, you have exceeded the number of available tries per day."
204
  msgstr ""
205
 
206
- #: bws_functions.php:420
207
- msgid "Congratulations! The PRO license of the plugin is successfully activated."
208
  msgstr ""
209
 
210
- #: bws_functions.php:461
211
  msgid "Wrong license key."
212
  msgstr ""
213
 
214
- #: bws_functions.php:463
215
  msgid "This license key is bind to another site."
216
  msgstr ""
217
 
218
- #: bws_functions.php:465
219
  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."
220
  msgstr ""
221
 
222
- #: bws_functions.php:467
223
  msgid "Unfortunately, you have exceeded the number of available tries."
224
  msgstr ""
225
 
226
- #: bws_functions.php:469
227
- msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
228
  msgstr ""
229
 
230
- #: bws_functions.php:473
231
- msgid "The PRO Trial license key is valid."
232
  msgstr ""
233
 
234
- #: bws_functions.php:475
235
  msgid "The license key is valid."
236
  msgstr ""
237
 
238
- #: bws_functions.php:478
239
  msgid "Your license will expire on"
240
  msgstr ""
241
 
242
- #: bws_functions.php:511
243
  msgid "Please, enter your license key"
244
  msgstr ""
245
 
246
- #: bws_functions.php:524
247
  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"
248
  msgstr ""
249
 
250
- #: bws_functions.php:524
251
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
252
  msgstr ""
253
 
254
- #: bws_functions.php:528
255
  msgid "Check license key"
256
  msgstr ""
257
 
258
- #: bws_functions.php:542
259
  msgid "WARNING: Illegal use notification"
260
  msgstr ""
261
 
262
- #: bws_functions.php:542
263
  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."
264
  msgstr ""
265
 
266
- #: bws_functions.php:550
267
- msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
268
  msgstr ""
269
 
270
- #: bws_functions.php:552
271
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
272
  msgstr ""
273
 
274
- #: bws_functions.php:552
275
- #: bws_functions.php:605
276
- #: bws_menu.php:633
277
- #: bws_menu.php:655
278
- #: bws_menu.php:682
279
- #: bws_menu.php:712
280
- #: bws_menu.php:758
281
  #, fuzzy
282
  msgid "Learn more"
283
  msgstr "Pročitaj više"
284
 
285
- #: bws_functions.php:562
286
  #, php-format
287
- msgid "Notice: You are using the PRO Trial license of %s plugin."
288
  msgstr ""
289
 
290
- #: bws_functions.php:564
291
- msgid "Notice: You are using the PRO Trial license of plugin."
292
  msgstr ""
293
 
294
- #: bws_functions.php:567
295
- msgid "The PRO Trial license will expire on"
296
  msgstr ""
297
 
298
- #: bws_functions.php:605
299
  msgid "You license for"
300
  msgstr ""
301
 
302
- #: bws_functions.php:605
303
  msgid "expires on"
304
  msgstr ""
305
 
306
- #: bws_functions.php:605
307
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
308
  msgstr ""
309
 
310
- #: bws_functions.php:680
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
311
  msgid "Close"
312
  msgstr ""
313
 
314
- #: bws_functions.php:771
315
- #: bws_functions.php:784
316
  msgid "Restore all plugin settings to defaults"
317
  msgstr ""
318
 
319
- #: bws_functions.php:773
320
- #: bws_functions.php:786
321
  #, fuzzy
322
  msgid "Restore settings"
323
  msgstr "na stranici za podešavanje modula ("
324
 
325
- #: bws_functions.php:797
326
  msgid "Are you sure you want to restore all settings by default?"
327
  msgstr ""
328
 
329
- #: bws_functions.php:799
330
  msgid "Yes, restore all settings"
331
  msgstr ""
332
 
333
- #: bws_functions.php:800
334
  #, fuzzy
335
  msgid "No, go back to the settings page"
336
  msgstr "na stranici za podešavanje modula ("
337
 
338
- #: bws_menu.php:470
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
339
  msgid "Not set"
340
  msgstr "Nije podešeno"
341
 
342
- #: bws_menu.php:472
343
- #: bws_menu.php:473
344
  msgid "On"
345
  msgstr "Uključeno"
346
 
347
- #: bws_menu.php:472
348
- #: bws_menu.php:473
349
  msgid "Off"
350
  msgstr "Isključeno"
351
 
352
- #: bws_menu.php:474
353
- #: bws_menu.php:475
354
- #: bws_menu.php:476
355
- #: bws_menu.php:477
356
- #: bws_menu.php:478
357
- #: bws_menu.php:490
358
  msgid "N/A"
359
  msgstr "N/A"
360
 
361
- #: bws_menu.php:478
362
  msgid " Mb"
363
  msgstr " Mb"
364
 
365
- #: bws_menu.php:479
366
- #: bws_menu.php:480
367
- #: bws_menu.php:481
368
- #: bws_menu.php:486
369
  msgid "Yes"
370
  msgstr "Da"
371
 
372
- #: bws_menu.php:479
373
- #: bws_menu.php:480
374
- #: bws_menu.php:481
375
- #: bws_menu.php:488
376
  msgid "No"
377
  msgstr "Ne"
378
 
379
- #: bws_menu.php:498
380
  msgid "Operating System"
381
  msgstr "Operativni Sistem"
382
 
383
- #: bws_menu.php:499
384
  msgid "Server"
385
  msgstr "Server"
386
 
387
- #: bws_menu.php:500
388
  msgid "Memory usage"
389
  msgstr "Upotreba memorije"
390
 
391
- #: bws_menu.php:501
392
  msgid "MYSQL Version"
393
  msgstr "MYSQL Verzija"
394
 
395
- #: bws_menu.php:502
396
  msgid "SQL Mode"
397
  msgstr "SQL način"
398
 
399
- #: bws_menu.php:503
400
  msgid "PHP Version"
401
  msgstr "PHP Verzija"
402
 
403
- #: bws_menu.php:504
404
  msgid "PHP Safe Mode"
405
  msgstr "PHP Sigurni način"
406
 
407
- #: bws_menu.php:505
408
  msgid "PHP Allow URL fopen"
409
  msgstr "PHP Dozvoli URL fopen"
410
 
411
- #: bws_menu.php:506
412
  msgid "PHP Memory Limit"
413
  msgstr "PHP Ograničenje memorije"
414
 
415
- #: bws_menu.php:507
416
  #, fuzzy
417
  msgid "PHP Max Upload Size"
418
  msgstr "Envoi de fichier"
419
 
420
- #: bws_menu.php:508
421
  msgid "PHP Max Post Size"
422
  msgstr "PHP Max veličina za učitavanje"
423
 
424
- #: bws_menu.php:509
425
  msgid "PHP Max Script Execute Time"
426
  msgstr "PHP Max veličina posta"
427
 
428
- #: bws_menu.php:510
429
  msgid "PHP Exif support"
430
  msgstr "PHP Exif podrška"
431
 
432
- #: bws_menu.php:511
433
  msgid "PHP IPTC support"
434
  msgstr "PHP IPTC podrška"
435
 
436
- #: bws_menu.php:512
437
  msgid "PHP XML support"
438
  msgstr "PHP XML podrška"
439
 
440
- #: bws_menu.php:513
441
  #, fuzzy
442
  msgid "Site URL"
443
  msgstr "URL du lien"
444
 
445
- #: bws_menu.php:514
446
  msgid "Home URL"
447
  msgstr "URL naslovne"
448
 
449
- #: bws_menu.php:517
450
  msgid "WordPress Version"
451
  msgstr "WordPress Verzija"
452
 
453
- #: bws_menu.php:518
454
  msgid "WordPress DB Version"
455
  msgstr "WordPress DB Verzija"
456
 
457
- #: bws_menu.php:519
458
  msgid "Multisite"
459
  msgstr "Višenamenski sajt"
460
 
461
- #: bws_menu.php:520
462
  msgid "Active Theme"
463
  msgstr "Aktivna tema"
464
 
465
- #: bws_menu.php:535
466
  msgid "Please enter a valid email address."
467
  msgstr "Molimo unesite važeću mejl adresu"
468
 
469
- #: bws_menu.php:539
470
  msgid "Email with system info is sent to "
471
  msgstr "Mejl sa sistemskim informacijama je poslat na"
472
 
473
- #: bws_menu.php:543
474
  msgid "Thank you for contacting us."
475
  msgstr "Hvala što ste nas kontaktirali"
476
 
477
- #: bws_menu.php:576
478
  msgid "Sorry, email message could not be delivered."
479
  msgstr "Nažalost mejl poruka nije prosleđena"
480
 
481
- #: bws_menu.php:584
482
  msgid "Need help?"
483
  msgstr ""
484
 
485
- #: bws_menu.php:585
486
  msgid "Client area"
487
  msgstr ""
488
 
489
- #: bws_menu.php:586
490
- #: bws_menu.php:897
491
  msgid "System status"
492
  msgstr "Sistemski status"
493
 
494
- #: bws_menu.php:591
495
  #, fuzzy
496
  msgid "Plugins"
497
  msgstr "Pro moduli"
498
 
499
- #: bws_menu.php:593
500
  msgid "Themes"
501
  msgstr ""
502
 
503
- #: bws_menu.php:598
504
  msgid "All"
505
  msgstr ""
506
 
507
- #: bws_menu.php:599
508
  #, fuzzy
509
  msgid "Installed"
510
  msgstr "Instalacija %s"
511
 
512
- #: bws_menu.php:600
513
  #, fuzzy
514
  msgid "Recommended"
515
  msgstr "Preporučeni moduli"
516
 
517
- #: bws_menu.php:604
518
  msgid "Installed plugins"
519
  msgstr "Instalirani moduli"
520
 
521
- #: bws_menu.php:636
522
- #: bws_menu.php:685
523
  msgid "Settings"
524
  msgstr "Podešavanja"
525
 
526
- #: bws_menu.php:657
527
- #: bws_menu.php:714
528
  #, fuzzy
529
  msgid "Activate this plugin"
530
  msgstr "Aktivirani moduli"
531
 
532
- #: bws_menu.php:672
533
- #: bws_menu.php:702
534
- #: bws_menu.php:748
535
  msgid "Go"
536
  msgstr ""
537
 
538
- #: bws_menu.php:676
539
- #: bws_menu.php:706
540
- #: bws_menu.php:752
541
  msgid "DONATE"
542
  msgstr ""
543
 
544
- #: bws_menu.php:722
545
  msgid "Recommended plugins"
546
  msgstr "Preporučeni moduli"
547
 
548
- #: bws_menu.php:760
549
  #, fuzzy
550
  msgid "Install now"
551
  msgstr "Instalacija %s"
552
 
553
- #: bws_menu.php:781
554
  msgid "Try again"
555
  msgstr ""
556
 
557
- #: bws_menu.php:799
558
  #, php-format
559
  msgid "Preview &#8220;%s&#8221;"
560
  msgstr ""
561
 
562
- #: bws_menu.php:830
563
  #, php-format
564
  msgid "Install %s"
565
  msgstr "Instalacija %s"
566
 
567
- #: bws_menu.php:830
568
  #, fuzzy
569
  msgid "Install Now"
570
  msgstr "Instalacija %s"
571
 
572
- #: bws_menu.php:833
573
  #, php-format
574
  msgid "Update to version %s"
575
  msgstr ""
576
 
577
- #: bws_menu.php:833
578
  #, fuzzy
579
  msgid "Update"
580
  msgstr "date"
581
 
582
- #: bws_menu.php:840
583
  #, php-format
584
  msgid "Preview %s"
585
  msgstr ""
586
 
587
- #: bws_menu.php:840
588
  msgid "Preview"
589
  msgstr ""
590
 
591
- #: bws_menu.php:846
592
- #: bws_menu.php:878
593
  #, php-format
594
  msgid "By %s"
595
  msgstr ""
596
 
597
- #: bws_menu.php:852
598
  msgid "Details"
599
  msgstr ""
600
 
601
- #: bws_menu.php:884
602
  #, fuzzy
603
  msgid "Already Installed"
604
  msgstr "Instalacija %s"
605
 
606
- #: bws_menu.php:900
607
  msgid "Environment"
608
  msgstr "Okruženje"
609
 
610
- #: bws_menu.php:911
611
  #, fuzzy
612
  msgid "Active Plugins"
613
  msgstr "Extensions activées"
614
 
615
- #: bws_menu.php:924
616
  #, fuzzy
617
  msgid "Inactive Plugins"
618
  msgstr "Extensions activées"
619
 
620
- #: bws_menu.php:940
621
  #, fuzzy
622
  msgid "Send to support"
623
  msgstr "Soutien"
624
 
625
- #: bws_menu.php:947
626
  msgid "Send to custom email &#187;"
627
  msgstr "Pošalji na korisnički mejl &#187;"
628
 
@@ -998,9 +1041,6 @@ msgstr "Pošalji na korisnički mejl &#187;"
998
  #~ msgid "Image"
999
  #~ msgstr "Slika"
1000
 
1001
- #~ msgid "Add New"
1002
- #~ msgstr "Ajouter"
1003
-
1004
  #~ msgid "Search Galleries"
1005
  #~ msgstr "Rechercher une galerie"
1006
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-07 13:11+0300\n"
6
+ "PO-Revision-Date: 2015-09-07 13:11+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:29
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 "Pro moduli"
36
 
37
+ #: bws_functions.php:91
38
  msgid "It’s time to upgrade your"
39
  msgstr ""
40
 
41
+ #: bws_functions.php:91
42
  #, fuzzy
43
  msgid "to"
44
  msgstr "vrh"
45
 
46
+ #: bws_functions.php:91
47
  #, fuzzy
48
  msgid "version!"
49
  msgstr "PHP Verzija"
50
 
51
+ #: bws_functions.php:92
52
  msgid "Extend standard plugin functionality with new great options."
53
  msgstr ""
54
 
55
+ #: bws_functions.php:95
56
+ #: bws_functions.php:492
57
  #, fuzzy
58
  msgid "Learn More"
59
  msgstr "Pročitaj više"
60
 
61
+ #: bws_functions.php:112
62
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
63
  msgstr ""
64
 
65
+ #: bws_functions.php:113
66
  #, fuzzy
67
  msgid "Rate the plugin"
68
  msgstr "Aktivirani moduli"
69
 
70
+ #: bws_functions.php:116
71
  #, fuzzy
72
  msgid "If there is something wrong about it, please contact us"
73
  msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
74
 
75
+ #: bws_functions.php:133
76
+ #: bws_functions.php:169
77
  msgid "Wrong license key"
78
  msgstr ""
79
 
80
+ #: bws_functions.php:163
81
+ #: bws_functions.php:405
82
+ #: bws_functions.php:456
83
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
84
  msgstr ""
85
 
86
+ #: bws_functions.php:163
87
+ #: bws_functions.php:405
88
+ #: bws_functions.php:456
89
  msgid "We are sorry for inconvenience."
90
  msgstr ""
91
 
92
+ #: bws_functions.php:171
93
  msgid "This license key is bind to another site"
94
  msgstr ""
95
 
96
+ #: bws_functions.php:173
97
+ #: bws_functions.php:315
98
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
99
  msgstr ""
100
 
101
+ #: bws_functions.php:175
102
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
103
  msgstr ""
104
 
105
+ #: bws_functions.php:177
106
+ msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
107
  msgstr ""
108
 
109
+ #: bws_functions.php:198
110
+ #: bws_functions.php:220
111
+ #: bws_functions.php:242
112
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
113
  msgstr ""
114
 
115
+ #: bws_functions.php:210
116
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
117
  msgstr ""
118
 
119
+ #: bws_functions.php:216
120
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
121
  msgstr ""
122
 
123
+ #: bws_functions.php:223
124
  msgid "UploadDir is not writable. Please, upload the plugin manually"
125
  msgstr ""
126
 
127
+ #: bws_functions.php:246
128
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
129
  msgstr ""
130
 
131
+ #: bws_functions.php:271
132
  msgid "Please, enter Your license key"
133
  msgstr ""
134
 
135
+ #: bws_functions.php:288
136
+ msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
137
  msgstr ""
138
 
139
+ #: bws_functions.php:290
140
+ #: bws_functions.php:372
141
  msgid "Please, go to"
142
  msgstr ""
143
 
144
+ #: bws_functions.php:290
145
+ #: bws_functions.php:372
146
  #, fuzzy
147
  msgid "the setting page"
148
  msgstr "na stranici za podešavanje modula ("
149
 
150
+ #: bws_functions.php:291
151
+ #: bws_functions.php:373
152
  msgid "You will be redirected automatically in 5 seconds."
153
  msgstr ""
154
 
155
+ #: bws_functions.php:296
156
  msgid "You can download and activate"
157
  msgstr ""
158
 
159
+ #: bws_functions.php:298
160
  msgid "version of this plugin by entering Your license key."
161
  msgstr ""
162
 
163
+ #: bws_functions.php:300
164
+ #: bws_functions.php:341
165
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
166
  msgstr ""
167
 
168
+ #: bws_functions.php:302
169
+ #: bws_functions.php:343
170
  msgid "(your username is the email you specify when purchasing the product)."
171
  msgstr ""
172
 
173
+ #: bws_functions.php:306
174
+ #: bws_functions.php:609
175
  msgid "or"
176
  msgstr ""
177
 
178
+ #: bws_functions.php:306
179
  #, php-format
180
  msgid "Start Your Free %s-Day Trial Now"
181
  msgstr ""
182
 
183
+ #: bws_functions.php:312
184
+ #: bws_functions.php:321
185
+ #: bws_functions.php:351
186
+ #: bws_functions.php:359
187
+ #: bws_menu.php:685
188
+ #: bws_menu.php:742
189
  #, fuzzy
190
  msgid "Activate"
191
  msgstr "Aktivirani moduli"
192
 
193
+ #: bws_functions.php:338
194
+ #: bws_functions.php:431
195
  #, php-format
196
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
197
  msgstr ""
198
 
199
+ #: bws_functions.php:339
200
  msgid "After that you can activate it by entering your license key."
201
  msgstr ""
202
 
203
+ #: bws_functions.php:353
204
  msgid "Unfortunately, you have exceeded the number of available tries per day."
205
  msgstr ""
206
 
207
+ #: bws_functions.php:370
208
+ msgid "Congratulations! The Pro license of the plugin is successfully activated."
209
  msgstr ""
210
 
211
+ #: bws_functions.php:411
212
  msgid "Wrong license key."
213
  msgstr ""
214
 
215
+ #: bws_functions.php:413
216
  msgid "This license key is bind to another site."
217
  msgstr ""
218
 
219
+ #: bws_functions.php:415
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 ""
222
 
223
+ #: bws_functions.php:417
224
  msgid "Unfortunately, you have exceeded the number of available tries."
225
  msgstr ""
226
 
227
+ #: bws_functions.php:419
228
+ msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
229
  msgstr ""
230
 
231
+ #: bws_functions.php:423
232
+ msgid "The Pro Trial license key is valid."
233
  msgstr ""
234
 
235
+ #: bws_functions.php:425
236
  msgid "The license key is valid."
237
  msgstr ""
238
 
239
+ #: bws_functions.php:428
240
  msgid "Your license will expire on"
241
  msgstr ""
242
 
243
+ #: bws_functions.php:461
244
  msgid "Please, enter your license key"
245
  msgstr ""
246
 
247
+ #: bws_functions.php:474
248
  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"
249
  msgstr ""
250
 
251
+ #: bws_functions.php:474
252
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
253
  msgstr ""
254
 
255
+ #: bws_functions.php:478
256
  msgid "Check license key"
257
  msgstr ""
258
 
259
+ #: bws_functions.php:492
260
  msgid "WARNING: Illegal use notification"
261
  msgstr ""
262
 
263
+ #: bws_functions.php:492
264
  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."
265
  msgstr ""
266
 
267
+ #: bws_functions.php:500
268
+ msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
269
  msgstr ""
270
 
271
+ #: bws_functions.php:502
272
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
273
  msgstr ""
274
 
275
+ #: bws_functions.php:502
276
+ #: bws_functions.php:555
277
+ #: bws_menu.php:661
278
+ #: bws_menu.php:683
279
+ #: bws_menu.php:710
280
+ #: bws_menu.php:740
281
+ #: bws_menu.php:786
282
  #, fuzzy
283
  msgid "Learn more"
284
  msgstr "Pročitaj više"
285
 
286
+ #: bws_functions.php:512
287
  #, php-format
288
+ msgid "Notice: You are using the Pro Trial license of %s plugin."
289
  msgstr ""
290
 
291
+ #: bws_functions.php:514
292
+ msgid "Notice: You are using the Pro Trial license of plugin."
293
  msgstr ""
294
 
295
+ #: bws_functions.php:517
296
+ msgid "The Pro Trial license will expire on"
297
  msgstr ""
298
 
299
+ #: bws_functions.php:555
300
  msgid "You license for"
301
  msgstr ""
302
 
303
+ #: bws_functions.php:555
304
  msgid "expires on"
305
  msgstr ""
306
 
307
+ #: bws_functions.php:555
308
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
309
  msgstr ""
310
 
311
+ #: bws_functions.php:605
312
+ #, fuzzy
313
+ msgid "Thank you for installing"
314
+ msgstr "Hvala što ste nas kontaktirali"
315
+
316
+ #: bws_functions.php:606
317
+ msgid "Let's get started"
318
+ msgstr ""
319
+
320
+ #: bws_functions.php:607
321
+ #, fuzzy
322
+ msgid "Configure Settings"
323
+ msgstr "na stranici za podešavanje modula ("
324
+
325
+ #: bws_functions.php:610
326
+ msgid "Add New"
327
+ msgstr "Ajouter"
328
+
329
+ #: bws_functions.php:614
330
+ msgid "Close notice"
331
+ msgstr ""
332
+
333
+ #: bws_functions.php:667
334
+ msgid "Add BWS shortcode"
335
+ msgstr ""
336
+
337
+ #: bws_functions.php:711
338
  msgid "Close"
339
  msgstr ""
340
 
341
+ #: bws_functions.php:802
 
342
  msgid "Restore all plugin settings to defaults"
343
  msgstr ""
344
 
345
+ #: bws_functions.php:804
 
346
  #, fuzzy
347
  msgid "Restore settings"
348
  msgstr "na stranici za podešavanje modula ("
349
 
350
+ #: bws_functions.php:815
351
  msgid "Are you sure you want to restore all settings by default?"
352
  msgstr ""
353
 
354
+ #: bws_functions.php:818
355
  msgid "Yes, restore all settings"
356
  msgstr ""
357
 
358
+ #: bws_functions.php:819
359
  #, fuzzy
360
  msgid "No, go back to the settings page"
361
  msgstr "na stranici za podešavanje modula ("
362
 
363
+ #: bws_functions.php:863
364
+ #, fuzzy
365
+ msgid "Plugin"
366
+ msgstr "Pro moduli"
367
+
368
+ #: bws_functions.php:872
369
+ #, fuzzy
370
+ msgid "Shortcode settings"
371
+ msgstr "na stranici za podešavanje modula ("
372
+
373
+ #: bws_functions.php:877
374
+ msgid "The shortcode will be inserted"
375
+ msgstr ""
376
+
377
+ #: bws_functions.php:882
378
+ msgid "Insert"
379
+ msgstr ""
380
+
381
+ #: bws_menu.php:498
382
  msgid "Not set"
383
  msgstr "Nije podešeno"
384
 
385
+ #: bws_menu.php:500
386
+ #: bws_menu.php:501
387
  msgid "On"
388
  msgstr "Uključeno"
389
 
390
+ #: bws_menu.php:500
391
+ #: bws_menu.php:501
392
  msgid "Off"
393
  msgstr "Isključeno"
394
 
395
+ #: bws_menu.php:502
396
+ #: bws_menu.php:503
397
+ #: bws_menu.php:504
398
+ #: bws_menu.php:505
399
+ #: bws_menu.php:506
400
+ #: bws_menu.php:518
401
  msgid "N/A"
402
  msgstr "N/A"
403
 
404
+ #: bws_menu.php:506
405
  msgid " Mb"
406
  msgstr " Mb"
407
 
408
+ #: bws_menu.php:507
409
+ #: bws_menu.php:508
410
+ #: bws_menu.php:509
411
+ #: bws_menu.php:514
412
  msgid "Yes"
413
  msgstr "Da"
414
 
415
+ #: bws_menu.php:507
416
+ #: bws_menu.php:508
417
+ #: bws_menu.php:509
418
+ #: bws_menu.php:516
419
  msgid "No"
420
  msgstr "Ne"
421
 
422
+ #: bws_menu.php:526
423
  msgid "Operating System"
424
  msgstr "Operativni Sistem"
425
 
426
+ #: bws_menu.php:527
427
  msgid "Server"
428
  msgstr "Server"
429
 
430
+ #: bws_menu.php:528
431
  msgid "Memory usage"
432
  msgstr "Upotreba memorije"
433
 
434
+ #: bws_menu.php:529
435
  msgid "MYSQL Version"
436
  msgstr "MYSQL Verzija"
437
 
438
+ #: bws_menu.php:530
439
  msgid "SQL Mode"
440
  msgstr "SQL način"
441
 
442
+ #: bws_menu.php:531
443
  msgid "PHP Version"
444
  msgstr "PHP Verzija"
445
 
446
+ #: bws_menu.php:532
447
  msgid "PHP Safe Mode"
448
  msgstr "PHP Sigurni način"
449
 
450
+ #: bws_menu.php:533
451
  msgid "PHP Allow URL fopen"
452
  msgstr "PHP Dozvoli URL fopen"
453
 
454
+ #: bws_menu.php:534
455
  msgid "PHP Memory Limit"
456
  msgstr "PHP Ograničenje memorije"
457
 
458
+ #: bws_menu.php:535
459
  #, fuzzy
460
  msgid "PHP Max Upload Size"
461
  msgstr "Envoi de fichier"
462
 
463
+ #: bws_menu.php:536
464
  msgid "PHP Max Post Size"
465
  msgstr "PHP Max veličina za učitavanje"
466
 
467
+ #: bws_menu.php:537
468
  msgid "PHP Max Script Execute Time"
469
  msgstr "PHP Max veličina posta"
470
 
471
+ #: bws_menu.php:538
472
  msgid "PHP Exif support"
473
  msgstr "PHP Exif podrška"
474
 
475
+ #: bws_menu.php:539
476
  msgid "PHP IPTC support"
477
  msgstr "PHP IPTC podrška"
478
 
479
+ #: bws_menu.php:540
480
  msgid "PHP XML support"
481
  msgstr "PHP XML podrška"
482
 
483
+ #: bws_menu.php:541
484
  #, fuzzy
485
  msgid "Site URL"
486
  msgstr "URL du lien"
487
 
488
+ #: bws_menu.php:542
489
  msgid "Home URL"
490
  msgstr "URL naslovne"
491
 
492
+ #: bws_menu.php:545
493
  msgid "WordPress Version"
494
  msgstr "WordPress Verzija"
495
 
496
+ #: bws_menu.php:546
497
  msgid "WordPress DB Version"
498
  msgstr "WordPress DB Verzija"
499
 
500
+ #: bws_menu.php:547
501
  msgid "Multisite"
502
  msgstr "Višenamenski sajt"
503
 
504
+ #: bws_menu.php:548
505
  msgid "Active Theme"
506
  msgstr "Aktivna tema"
507
 
508
+ #: bws_menu.php:563
509
  msgid "Please enter a valid email address."
510
  msgstr "Molimo unesite važeću mejl adresu"
511
 
512
+ #: bws_menu.php:567
513
  msgid "Email with system info is sent to "
514
  msgstr "Mejl sa sistemskim informacijama je poslat na"
515
 
516
+ #: bws_menu.php:571
517
  msgid "Thank you for contacting us."
518
  msgstr "Hvala što ste nas kontaktirali"
519
 
520
+ #: bws_menu.php:604
521
  msgid "Sorry, email message could not be delivered."
522
  msgstr "Nažalost mejl poruka nije prosleđena"
523
 
524
+ #: bws_menu.php:612
525
  msgid "Need help?"
526
  msgstr ""
527
 
528
+ #: bws_menu.php:613
529
  msgid "Client area"
530
  msgstr ""
531
 
532
+ #: bws_menu.php:614
533
+ #: bws_menu.php:925
534
  msgid "System status"
535
  msgstr "Sistemski status"
536
 
537
+ #: bws_menu.php:619
538
  #, fuzzy
539
  msgid "Plugins"
540
  msgstr "Pro moduli"
541
 
542
+ #: bws_menu.php:621
543
  msgid "Themes"
544
  msgstr ""
545
 
546
+ #: bws_menu.php:626
547
  msgid "All"
548
  msgstr ""
549
 
550
+ #: bws_menu.php:627
551
  #, fuzzy
552
  msgid "Installed"
553
  msgstr "Instalacija %s"
554
 
555
+ #: bws_menu.php:628
556
  #, fuzzy
557
  msgid "Recommended"
558
  msgstr "Preporučeni moduli"
559
 
560
+ #: bws_menu.php:632
561
  msgid "Installed plugins"
562
  msgstr "Instalirani moduli"
563
 
564
+ #: bws_menu.php:664
565
+ #: bws_menu.php:713
566
  msgid "Settings"
567
  msgstr "Podešavanja"
568
 
569
+ #: bws_menu.php:685
570
+ #: bws_menu.php:742
571
  #, fuzzy
572
  msgid "Activate this plugin"
573
  msgstr "Aktivirani moduli"
574
 
575
+ #: bws_menu.php:700
576
+ #: bws_menu.php:730
577
+ #: bws_menu.php:776
578
  msgid "Go"
579
  msgstr ""
580
 
581
+ #: bws_menu.php:704
582
+ #: bws_menu.php:734
583
+ #: bws_menu.php:780
584
  msgid "DONATE"
585
  msgstr ""
586
 
587
+ #: bws_menu.php:750
588
  msgid "Recommended plugins"
589
  msgstr "Preporučeni moduli"
590
 
591
+ #: bws_menu.php:788
592
  #, fuzzy
593
  msgid "Install now"
594
  msgstr "Instalacija %s"
595
 
596
+ #: bws_menu.php:809
597
  msgid "Try again"
598
  msgstr ""
599
 
600
+ #: bws_menu.php:827
601
  #, php-format
602
  msgid "Preview &#8220;%s&#8221;"
603
  msgstr ""
604
 
605
+ #: bws_menu.php:858
606
  #, php-format
607
  msgid "Install %s"
608
  msgstr "Instalacija %s"
609
 
610
+ #: bws_menu.php:858
611
  #, fuzzy
612
  msgid "Install Now"
613
  msgstr "Instalacija %s"
614
 
615
+ #: bws_menu.php:861
616
  #, php-format
617
  msgid "Update to version %s"
618
  msgstr ""
619
 
620
+ #: bws_menu.php:861
621
  #, fuzzy
622
  msgid "Update"
623
  msgstr "date"
624
 
625
+ #: bws_menu.php:868
626
  #, php-format
627
  msgid "Preview %s"
628
  msgstr ""
629
 
630
+ #: bws_menu.php:868
631
  msgid "Preview"
632
  msgstr ""
633
 
634
+ #: bws_menu.php:874
635
+ #: bws_menu.php:906
636
  #, php-format
637
  msgid "By %s"
638
  msgstr ""
639
 
640
+ #: bws_menu.php:880
641
  msgid "Details"
642
  msgstr ""
643
 
644
+ #: bws_menu.php:912
645
  #, fuzzy
646
  msgid "Already Installed"
647
  msgstr "Instalacija %s"
648
 
649
+ #: bws_menu.php:928
650
  msgid "Environment"
651
  msgstr "Okruženje"
652
 
653
+ #: bws_menu.php:939
654
  #, fuzzy
655
  msgid "Active Plugins"
656
  msgstr "Extensions activées"
657
 
658
+ #: bws_menu.php:952
659
  #, fuzzy
660
  msgid "Inactive Plugins"
661
  msgstr "Extensions activées"
662
 
663
+ #: bws_menu.php:968
664
  #, fuzzy
665
  msgid "Send to support"
666
  msgstr "Soutien"
667
 
668
+ #: bws_menu.php:975
669
  msgid "Send to custom email &#187;"
670
  msgstr "Pošalji na korisnički mejl &#187;"
671
 
1041
  #~ msgid "Image"
1042
  #~ msgstr "Slika"
1043
 
 
 
 
1044
  #~ msgid "Search Galleries"
1045
  #~ msgstr "Rechercher une galerie"
1046
 
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-06-12 15:58+0300\n"
6
- "PO-Revision-Date: 2015-06-12 15:58+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,603 +16,646 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_functions.php:89
20
  msgid "requires"
21
  msgstr ""
22
 
23
- #: bws_functions.php:91
24
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
25
  msgstr ""
26
 
27
- #: bws_functions.php:92
28
  msgid "Back to the WordPress"
29
  msgstr ""
30
 
31
- #: bws_functions.php:94
32
  #, fuzzy
33
  msgid "Plugins page"
34
  msgstr "Betaltillägg"
35
 
36
- #: bws_functions.php:151
37
  msgid "It’s time to upgrade your"
38
  msgstr ""
39
 
40
- #: bws_functions.php:151
41
  #, fuzzy
42
  msgid "to"
43
  msgstr "två"
44
 
45
- #: bws_functions.php:151
46
  #, fuzzy
47
  msgid "version!"
48
  msgstr "PHP-version"
49
 
50
- #: bws_functions.php:152
51
  msgid "Extend standard plugin functionality with new great options."
52
  msgstr ""
53
 
54
- #: bws_functions.php:155
55
- #: bws_functions.php:542
56
  #, fuzzy
57
  msgid "Learn More"
58
  msgstr "Läs mer"
59
 
60
- #: bws_functions.php:172
61
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
62
  msgstr ""
63
 
64
- #: bws_functions.php:173
65
  #, fuzzy
66
  msgid "Rate the plugin"
67
  msgstr "Aktiverade tillägg"
68
 
69
- #: bws_functions.php:176
70
  #, fuzzy
71
  msgid "If there is something wrong about it, please contact us"
72
  msgstr "Om du har några frågor, kontakta oss via"
73
 
74
- #: bws_functions.php:193
75
- #: bws_functions.php:229
76
  msgid "Wrong license key"
77
  msgstr ""
78
 
79
- #: bws_functions.php:223
80
- #: bws_functions.php:455
81
- #: bws_functions.php:506
82
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
83
  msgstr ""
84
 
85
- #: bws_functions.php:223
86
- #: bws_functions.php:455
87
- #: bws_functions.php:506
88
  msgid "We are sorry for inconvenience."
89
  msgstr ""
90
 
91
- #: bws_functions.php:231
92
  msgid "This license key is bind to another site"
93
  msgstr ""
94
 
95
- #: bws_functions.php:233
96
- #: bws_functions.php:365
97
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
98
  msgstr ""
99
 
100
- #: bws_functions.php:235
101
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
102
  msgstr ""
103
 
104
- #: bws_functions.php:237
105
- msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
106
  msgstr ""
107
 
108
- #: bws_functions.php:248
109
- #: bws_functions.php:270
110
- #: bws_functions.php:292
111
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
112
  msgstr ""
113
 
114
- #: bws_functions.php:260
115
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
116
  msgstr ""
117
 
118
- #: bws_functions.php:266
119
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
120
  msgstr ""
121
 
122
- #: bws_functions.php:273
123
  msgid "UploadDir is not writable. Please, upload the plugin manually"
124
  msgstr ""
125
 
126
- #: bws_functions.php:296
127
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
128
  msgstr ""
129
 
130
- #: bws_functions.php:321
131
  msgid "Please, enter Your license key"
132
  msgstr ""
133
 
134
- #: bws_functions.php:338
135
- msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
136
  msgstr ""
137
 
138
- #: bws_functions.php:340
139
- #: bws_functions.php:422
140
  msgid "Please, go to"
141
  msgstr ""
142
 
143
- #: bws_functions.php:340
144
- #: bws_functions.php:422
145
  msgid "the setting page"
146
  msgstr ""
147
 
148
- #: bws_functions.php:341
149
- #: bws_functions.php:423
150
  msgid "You will be redirected automatically in 5 seconds."
151
  msgstr ""
152
 
153
- #: bws_functions.php:346
154
  msgid "You can download and activate"
155
  msgstr ""
156
 
157
- #: bws_functions.php:348
158
  msgid "version of this plugin by entering Your license key."
159
  msgstr ""
160
 
161
- #: bws_functions.php:350
162
- #: bws_functions.php:391
163
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
164
  msgstr ""
165
 
166
- #: bws_functions.php:352
167
- #: bws_functions.php:393
168
  msgid "(your username is the email you specify when purchasing the product)."
169
  msgstr ""
170
 
171
- #: bws_functions.php:356
 
172
  #, fuzzy
173
  msgid "or"
174
  msgstr "fyra"
175
 
176
- #: bws_functions.php:356
177
  #, php-format
178
  msgid "Start Your Free %s-Day Trial Now"
179
  msgstr ""
180
 
181
- #: bws_functions.php:362
182
- #: bws_functions.php:371
183
- #: bws_functions.php:401
184
- #: bws_functions.php:409
185
- #: bws_menu.php:657
186
- #: bws_menu.php:714
187
  #, fuzzy
188
  msgid "Activate"
189
  msgstr "Aktiverade tillägg"
190
 
191
- #: bws_functions.php:388
192
- #: bws_functions.php:481
193
  #, php-format
194
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
195
  msgstr ""
196
 
197
- #: bws_functions.php:389
198
  msgid "After that you can activate it by entering your license key."
199
  msgstr ""
200
 
201
- #: bws_functions.php:403
202
  msgid "Unfortunately, you have exceeded the number of available tries per day."
203
  msgstr ""
204
 
205
- #: bws_functions.php:420
206
- msgid "Congratulations! The PRO license of the plugin is successfully activated."
207
  msgstr ""
208
 
209
- #: bws_functions.php:461
210
  msgid "Wrong license key."
211
  msgstr ""
212
 
213
- #: bws_functions.php:463
214
  msgid "This license key is bind to another site."
215
  msgstr ""
216
 
217
- #: bws_functions.php:465
218
  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."
219
  msgstr ""
220
 
221
- #: bws_functions.php:467
222
  msgid "Unfortunately, you have exceeded the number of available tries."
223
  msgstr ""
224
 
225
- #: bws_functions.php:469
226
- msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
227
  msgstr ""
228
 
229
- #: bws_functions.php:473
230
- msgid "The PRO Trial license key is valid."
231
  msgstr ""
232
 
233
- #: bws_functions.php:475
234
  msgid "The license key is valid."
235
  msgstr ""
236
 
237
- #: bws_functions.php:478
238
  msgid "Your license will expire on"
239
  msgstr ""
240
 
241
- #: bws_functions.php:511
242
  msgid "Please, enter your license key"
243
  msgstr ""
244
 
245
- #: bws_functions.php:524
246
  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"
247
  msgstr ""
248
 
249
- #: bws_functions.php:524
250
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
251
  msgstr ""
252
 
253
- #: bws_functions.php:528
254
  msgid "Check license key"
255
  msgstr ""
256
 
257
- #: bws_functions.php:542
258
  msgid "WARNING: Illegal use notification"
259
  msgstr ""
260
 
261
- #: bws_functions.php:542
262
  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."
263
  msgstr ""
264
 
265
- #: bws_functions.php:550
266
- msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
267
  msgstr ""
268
 
269
- #: bws_functions.php:552
270
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
271
  msgstr ""
272
 
273
- #: bws_functions.php:552
274
- #: bws_functions.php:605
275
- #: bws_menu.php:633
276
- #: bws_menu.php:655
277
- #: bws_menu.php:682
278
- #: bws_menu.php:712
279
- #: bws_menu.php:758
280
  #, fuzzy
281
  msgid "Learn more"
282
  msgstr "Läs mer"
283
 
284
- #: bws_functions.php:562
285
  #, php-format
286
- msgid "Notice: You are using the PRO Trial license of %s plugin."
287
  msgstr ""
288
 
289
- #: bws_functions.php:564
290
- msgid "Notice: You are using the PRO Trial license of plugin."
291
  msgstr ""
292
 
293
- #: bws_functions.php:567
294
- msgid "The PRO Trial license will expire on"
295
  msgstr ""
296
 
297
- #: bws_functions.php:605
298
  msgid "You license for"
299
  msgstr ""
300
 
301
- #: bws_functions.php:605
302
  msgid "expires on"
303
  msgstr ""
304
 
305
- #: bws_functions.php:605
306
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
307
  msgstr ""
308
 
309
- #: bws_functions.php:680
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
310
  msgid "Close"
311
  msgstr ""
312
 
313
- #: bws_functions.php:771
314
- #: bws_functions.php:784
315
  msgid "Restore all plugin settings to defaults"
316
  msgstr ""
317
 
318
- #: bws_functions.php:773
319
- #: bws_functions.php:786
320
  msgid "Restore settings"
321
  msgstr ""
322
 
323
- #: bws_functions.php:797
324
  msgid "Are you sure you want to restore all settings by default?"
325
  msgstr ""
326
 
327
- #: bws_functions.php:799
328
  msgid "Yes, restore all settings"
329
  msgstr ""
330
 
331
- #: bws_functions.php:800
332
  msgid "No, go back to the settings page"
333
  msgstr ""
334
 
335
- #: bws_menu.php:470
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
336
  msgid "Not set"
337
  msgstr "Inte angiven"
338
 
339
- #: bws_menu.php:472
340
- #: bws_menu.php:473
341
  msgid "On"
342
  msgstr "På"
343
 
344
- #: bws_menu.php:472
345
- #: bws_menu.php:473
346
  msgid "Off"
347
  msgstr "Av"
348
 
349
- #: bws_menu.php:474
350
- #: bws_menu.php:475
351
- #: bws_menu.php:476
352
- #: bws_menu.php:477
353
- #: bws_menu.php:478
354
- #: bws_menu.php:490
355
  msgid "N/A"
356
  msgstr "Finns ej"
357
 
358
- #: bws_menu.php:478
359
  msgid " Mb"
360
  msgstr " Mb"
361
 
362
- #: bws_menu.php:479
363
- #: bws_menu.php:480
364
- #: bws_menu.php:481
365
- #: bws_menu.php:486
366
  msgid "Yes"
367
  msgstr "Ja"
368
 
369
- #: bws_menu.php:479
370
- #: bws_menu.php:480
371
- #: bws_menu.php:481
372
- #: bws_menu.php:488
373
  msgid "No"
374
  msgstr "Nej"
375
 
376
- #: bws_menu.php:498
377
  msgid "Operating System"
378
  msgstr "Operativsystem"
379
 
380
- #: bws_menu.php:499
381
  msgid "Server"
382
  msgstr "Server"
383
 
384
- #: bws_menu.php:500
385
  msgid "Memory usage"
386
  msgstr "Minnesanvändning"
387
 
388
- #: bws_menu.php:501
389
  msgid "MYSQL Version"
390
  msgstr "MySQL-version"
391
 
392
- #: bws_menu.php:502
393
  msgid "SQL Mode"
394
  msgstr "SQL-läge"
395
 
396
- #: bws_menu.php:503
397
  msgid "PHP Version"
398
  msgstr "PHP-version"
399
 
400
- #: bws_menu.php:504
401
  msgid "PHP Safe Mode"
402
  msgstr "PHP säkert läge"
403
 
404
- #: bws_menu.php:505
405
  msgid "PHP Allow URL fopen"
406
  msgstr "PHP tillåt URL fopen"
407
 
408
- #: bws_menu.php:506
409
  msgid "PHP Memory Limit"
410
  msgstr "PHP Minnesgräns"
411
 
412
- #: bws_menu.php:507
413
  msgid "PHP Max Upload Size"
414
  msgstr "PHP Max uppladdningstorlek"
415
 
416
- #: bws_menu.php:508
417
  msgid "PHP Max Post Size"
418
  msgstr "PHP Max poststorlek"
419
 
420
- #: bws_menu.php:509
421
  msgid "PHP Max Script Execute Time"
422
  msgstr "PHP Max skriptexekverinstid"
423
 
424
- #: bws_menu.php:510
425
  msgid "PHP Exif support"
426
  msgstr "PHP Exifstöd"
427
 
428
- #: bws_menu.php:511
429
  msgid "PHP IPTC support"
430
  msgstr "PHP ITPC-stöd"
431
 
432
- #: bws_menu.php:512
433
  msgid "PHP XML support"
434
  msgstr "PHP XML-stöd"
435
 
436
- #: bws_menu.php:513
437
  msgid "Site URL"
438
  msgstr "SajtURL"
439
 
440
- #: bws_menu.php:514
441
  msgid "Home URL"
442
  msgstr "HemURL"
443
 
444
- #: bws_menu.php:517
445
  msgid "WordPress Version"
446
  msgstr "WordPress-version"
447
 
448
- #: bws_menu.php:518
449
  msgid "WordPress DB Version"
450
  msgstr "WordPress-DB-version"
451
 
452
- #: bws_menu.php:519
453
  msgid "Multisite"
454
  msgstr "Multisajt"
455
 
456
- #: bws_menu.php:520
457
  msgid "Active Theme"
458
  msgstr "Aktivt tema"
459
 
460
- #: bws_menu.php:535
461
  msgid "Please enter a valid email address."
462
  msgstr "Var god ange en giltig epost-adress."
463
 
464
- #: bws_menu.php:539
465
  msgid "Email with system info is sent to "
466
  msgstr "Epost med systeminfo är skickat till"
467
 
468
- #: bws_menu.php:543
469
  msgid "Thank you for contacting us."
470
  msgstr "Tack för att du kontaktade oss."
471
 
472
- #: bws_menu.php:576
473
  msgid "Sorry, email message could not be delivered."
474
  msgstr "Ledsen, eposten kunde inte levereras."
475
 
476
- #: bws_menu.php:584
477
  msgid "Need help?"
478
  msgstr ""
479
 
480
- #: bws_menu.php:585
481
  msgid "Client area"
482
  msgstr ""
483
 
484
- #: bws_menu.php:586
485
- #: bws_menu.php:897
486
  msgid "System status"
487
  msgstr "Systemstatus"
488
 
489
- #: bws_menu.php:591
490
  #, fuzzy
491
  msgid "Plugins"
492
  msgstr "Betaltillägg"
493
 
494
- #: bws_menu.php:593
495
  msgid "Themes"
496
  msgstr ""
497
 
498
- #: bws_menu.php:598
499
  msgid "All"
500
  msgstr ""
501
 
502
- #: bws_menu.php:599
503
  #, fuzzy
504
  msgid "Installed"
505
  msgstr "Installera %s"
506
 
507
- #: bws_menu.php:600
508
  #, fuzzy
509
  msgid "Recommended"
510
  msgstr "Rekommenderade tillägg"
511
 
512
- #: bws_menu.php:604
513
  msgid "Installed plugins"
514
  msgstr "Installerade tillägg"
515
 
516
- #: bws_menu.php:636
517
- #: bws_menu.php:685
518
  msgid "Settings"
519
  msgstr "Inställningar"
520
 
521
- #: bws_menu.php:657
522
- #: bws_menu.php:714
523
  #, fuzzy
524
  msgid "Activate this plugin"
525
  msgstr "Aktiverade tillägg"
526
 
527
- #: bws_menu.php:672
528
- #: bws_menu.php:702
529
- #: bws_menu.php:748
530
  msgid "Go"
531
  msgstr ""
532
 
533
- #: bws_menu.php:676
534
- #: bws_menu.php:706
535
- #: bws_menu.php:752
536
  msgid "DONATE"
537
  msgstr ""
538
 
539
- #: bws_menu.php:722
540
  msgid "Recommended plugins"
541
  msgstr "Rekommenderade tillägg"
542
 
543
- #: bws_menu.php:760
544
  #, fuzzy
545
  msgid "Install now"
546
  msgstr "Установить сейчас"
547
 
548
- #: bws_menu.php:781
549
  msgid "Try again"
550
  msgstr ""
551
 
552
- #: bws_menu.php:799
553
  #, php-format
554
  msgid "Preview &#8220;%s&#8221;"
555
  msgstr ""
556
 
557
- #: bws_menu.php:830
558
  #, php-format
559
  msgid "Install %s"
560
  msgstr "Installera %s"
561
 
562
- #: bws_menu.php:830
563
  msgid "Install Now"
564
  msgstr "Установить сейчас"
565
 
566
- #: bws_menu.php:833
567
  #, php-format
568
  msgid "Update to version %s"
569
  msgstr ""
570
 
571
- #: bws_menu.php:833
572
  msgid "Update"
573
  msgstr ""
574
 
575
- #: bws_menu.php:840
576
  #, php-format
577
  msgid "Preview %s"
578
  msgstr ""
579
 
580
- #: bws_menu.php:840
581
  msgid "Preview"
582
  msgstr ""
583
 
584
- #: bws_menu.php:846
585
- #: bws_menu.php:878
586
  #, php-format
587
  msgid "By %s"
588
  msgstr ""
589
 
590
- #: bws_menu.php:852
591
  msgid "Details"
592
  msgstr ""
593
 
594
- #: bws_menu.php:884
595
  #, fuzzy
596
  msgid "Already Installed"
597
  msgstr "Installera %s"
598
 
599
- #: bws_menu.php:900
600
  msgid "Environment"
601
  msgstr "Miljövariabler"
602
 
603
- #: bws_menu.php:911
604
  msgid "Active Plugins"
605
  msgstr "Aktiverade tillägg"
606
 
607
- #: bws_menu.php:924
608
  msgid "Inactive Plugins"
609
  msgstr "Inaktiverade tillägg"
610
 
611
- #: bws_menu.php:940
612
  msgid "Send to support"
613
  msgstr "Skicka till support"
614
 
615
- #: bws_menu.php:947
616
  msgid "Send to custom email &#187;"
617
  msgstr "Skicka till anpassad epost &#187;"
618
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-07 13:12+0300\n"
6
+ "PO-Revision-Date: 2015-09-07 13:12+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:29
20
  msgid "requires"
21
  msgstr ""
22
 
23
+ #: bws_functions.php:31
24
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
25
  msgstr ""
26
 
27
+ #: bws_functions.php:32
28
  msgid "Back to the WordPress"
29
  msgstr ""
30
 
31
+ #: bws_functions.php:34
32
  #, fuzzy
33
  msgid "Plugins page"
34
  msgstr "Betaltillägg"
35
 
36
+ #: bws_functions.php:91
37
  msgid "It’s time to upgrade your"
38
  msgstr ""
39
 
40
+ #: bws_functions.php:91
41
  #, fuzzy
42
  msgid "to"
43
  msgstr "två"
44
 
45
+ #: bws_functions.php:91
46
  #, fuzzy
47
  msgid "version!"
48
  msgstr "PHP-version"
49
 
50
+ #: bws_functions.php:92
51
  msgid "Extend standard plugin functionality with new great options."
52
  msgstr ""
53
 
54
+ #: bws_functions.php:95
55
+ #: bws_functions.php:492
56
  #, fuzzy
57
  msgid "Learn More"
58
  msgstr "Läs mer"
59
 
60
+ #: bws_functions.php:112
61
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
62
  msgstr ""
63
 
64
+ #: bws_functions.php:113
65
  #, fuzzy
66
  msgid "Rate the plugin"
67
  msgstr "Aktiverade tillägg"
68
 
69
+ #: bws_functions.php:116
70
  #, fuzzy
71
  msgid "If there is something wrong about it, please contact us"
72
  msgstr "Om du har några frågor, kontakta oss via"
73
 
74
+ #: bws_functions.php:133
75
+ #: bws_functions.php:169
76
  msgid "Wrong license key"
77
  msgstr ""
78
 
79
+ #: bws_functions.php:163
80
+ #: bws_functions.php:405
81
+ #: bws_functions.php:456
82
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
83
  msgstr ""
84
 
85
+ #: bws_functions.php:163
86
+ #: bws_functions.php:405
87
+ #: bws_functions.php:456
88
  msgid "We are sorry for inconvenience."
89
  msgstr ""
90
 
91
+ #: bws_functions.php:171
92
  msgid "This license key is bind to another site"
93
  msgstr ""
94
 
95
+ #: bws_functions.php:173
96
+ #: bws_functions.php:315
97
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
98
  msgstr ""
99
 
100
+ #: bws_functions.php:175
101
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
102
  msgstr ""
103
 
104
+ #: bws_functions.php:177
105
+ msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
106
  msgstr ""
107
 
108
+ #: bws_functions.php:198
109
+ #: bws_functions.php:220
110
+ #: bws_functions.php:242
111
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
112
  msgstr ""
113
 
114
+ #: bws_functions.php:210
115
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
116
  msgstr ""
117
 
118
+ #: bws_functions.php:216
119
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
120
  msgstr ""
121
 
122
+ #: bws_functions.php:223
123
  msgid "UploadDir is not writable. Please, upload the plugin manually"
124
  msgstr ""
125
 
126
+ #: bws_functions.php:246
127
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
128
  msgstr ""
129
 
130
+ #: bws_functions.php:271
131
  msgid "Please, enter Your license key"
132
  msgstr ""
133
 
134
+ #: bws_functions.php:288
135
+ msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
136
  msgstr ""
137
 
138
+ #: bws_functions.php:290
139
+ #: bws_functions.php:372
140
  msgid "Please, go to"
141
  msgstr ""
142
 
143
+ #: bws_functions.php:290
144
+ #: bws_functions.php:372
145
  msgid "the setting page"
146
  msgstr ""
147
 
148
+ #: bws_functions.php:291
149
+ #: bws_functions.php:373
150
  msgid "You will be redirected automatically in 5 seconds."
151
  msgstr ""
152
 
153
+ #: bws_functions.php:296
154
  msgid "You can download and activate"
155
  msgstr ""
156
 
157
+ #: bws_functions.php:298
158
  msgid "version of this plugin by entering Your license key."
159
  msgstr ""
160
 
161
+ #: bws_functions.php:300
162
+ #: bws_functions.php:341
163
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
164
  msgstr ""
165
 
166
+ #: bws_functions.php:302
167
+ #: bws_functions.php:343
168
  msgid "(your username is the email you specify when purchasing the product)."
169
  msgstr ""
170
 
171
+ #: bws_functions.php:306
172
+ #: bws_functions.php:609
173
  #, fuzzy
174
  msgid "or"
175
  msgstr "fyra"
176
 
177
+ #: bws_functions.php:306
178
  #, php-format
179
  msgid "Start Your Free %s-Day Trial Now"
180
  msgstr ""
181
 
182
+ #: bws_functions.php:312
183
+ #: bws_functions.php:321
184
+ #: bws_functions.php:351
185
+ #: bws_functions.php:359
186
+ #: bws_menu.php:685
187
+ #: bws_menu.php:742
188
  #, fuzzy
189
  msgid "Activate"
190
  msgstr "Aktiverade tillägg"
191
 
192
+ #: bws_functions.php:338
193
+ #: bws_functions.php:431
194
  #, php-format
195
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
196
  msgstr ""
197
 
198
+ #: bws_functions.php:339
199
  msgid "After that you can activate it by entering your license key."
200
  msgstr ""
201
 
202
+ #: bws_functions.php:353
203
  msgid "Unfortunately, you have exceeded the number of available tries per day."
204
  msgstr ""
205
 
206
+ #: bws_functions.php:370
207
+ msgid "Congratulations! The Pro license of the plugin is successfully activated."
208
  msgstr ""
209
 
210
+ #: bws_functions.php:411
211
  msgid "Wrong license key."
212
  msgstr ""
213
 
214
+ #: bws_functions.php:413
215
  msgid "This license key is bind to another site."
216
  msgstr ""
217
 
218
+ #: bws_functions.php:415
219
  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."
220
  msgstr ""
221
 
222
+ #: bws_functions.php:417
223
  msgid "Unfortunately, you have exceeded the number of available tries."
224
  msgstr ""
225
 
226
+ #: bws_functions.php:419
227
+ msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
228
  msgstr ""
229
 
230
+ #: bws_functions.php:423
231
+ msgid "The Pro Trial license key is valid."
232
  msgstr ""
233
 
234
+ #: bws_functions.php:425
235
  msgid "The license key is valid."
236
  msgstr ""
237
 
238
+ #: bws_functions.php:428
239
  msgid "Your license will expire on"
240
  msgstr ""
241
 
242
+ #: bws_functions.php:461
243
  msgid "Please, enter your license key"
244
  msgstr ""
245
 
246
+ #: bws_functions.php:474
247
  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"
248
  msgstr ""
249
 
250
+ #: bws_functions.php:474
251
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
252
  msgstr ""
253
 
254
+ #: bws_functions.php:478
255
  msgid "Check license key"
256
  msgstr ""
257
 
258
+ #: bws_functions.php:492
259
  msgid "WARNING: Illegal use notification"
260
  msgstr ""
261
 
262
+ #: bws_functions.php:492
263
  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."
264
  msgstr ""
265
 
266
+ #: bws_functions.php:500
267
+ msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
268
  msgstr ""
269
 
270
+ #: bws_functions.php:502
271
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
272
  msgstr ""
273
 
274
+ #: bws_functions.php:502
275
+ #: bws_functions.php:555
276
+ #: bws_menu.php:661
277
+ #: bws_menu.php:683
278
+ #: bws_menu.php:710
279
+ #: bws_menu.php:740
280
+ #: bws_menu.php:786
281
  #, fuzzy
282
  msgid "Learn more"
283
  msgstr "Läs mer"
284
 
285
+ #: bws_functions.php:512
286
  #, php-format
287
+ msgid "Notice: You are using the Pro Trial license of %s plugin."
288
  msgstr ""
289
 
290
+ #: bws_functions.php:514
291
+ msgid "Notice: You are using the Pro Trial license of plugin."
292
  msgstr ""
293
 
294
+ #: bws_functions.php:517
295
+ msgid "The Pro Trial license will expire on"
296
  msgstr ""
297
 
298
+ #: bws_functions.php:555
299
  msgid "You license for"
300
  msgstr ""
301
 
302
+ #: bws_functions.php:555
303
  msgid "expires on"
304
  msgstr ""
305
 
306
+ #: bws_functions.php:555
307
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
308
  msgstr ""
309
 
310
+ #: bws_functions.php:605
311
+ #, fuzzy
312
+ msgid "Thank you for installing"
313
+ msgstr "Tack för att du kontaktade oss."
314
+
315
+ #: bws_functions.php:606
316
+ msgid "Let's get started"
317
+ msgstr ""
318
+
319
+ #: bws_functions.php:607
320
+ #, fuzzy
321
+ msgid "Configure Settings"
322
+ msgstr "Inställningar"
323
+
324
+ #: bws_functions.php:610
325
+ msgid "Add New"
326
+ msgstr ""
327
+
328
+ #: bws_functions.php:614
329
+ msgid "Close notice"
330
+ msgstr ""
331
+
332
+ #: bws_functions.php:667
333
+ msgid "Add BWS shortcode"
334
+ msgstr ""
335
+
336
+ #: bws_functions.php:711
337
  msgid "Close"
338
  msgstr ""
339
 
340
+ #: bws_functions.php:802
 
341
  msgid "Restore all plugin settings to defaults"
342
  msgstr ""
343
 
344
+ #: bws_functions.php:804
 
345
  msgid "Restore settings"
346
  msgstr ""
347
 
348
+ #: bws_functions.php:815
349
  msgid "Are you sure you want to restore all settings by default?"
350
  msgstr ""
351
 
352
+ #: bws_functions.php:818
353
  msgid "Yes, restore all settings"
354
  msgstr ""
355
 
356
+ #: bws_functions.php:819
357
  msgid "No, go back to the settings page"
358
  msgstr ""
359
 
360
+ #: bws_functions.php:863
361
+ #, fuzzy
362
+ msgid "Plugin"
363
+ msgstr "Betaltillägg"
364
+
365
+ #: bws_functions.php:872
366
+ #, fuzzy
367
+ msgid "Shortcode settings"
368
+ msgstr "Inställningar"
369
+
370
+ #: bws_functions.php:877
371
+ msgid "The shortcode will be inserted"
372
+ msgstr ""
373
+
374
+ #: bws_functions.php:882
375
+ msgid "Insert"
376
+ msgstr ""
377
+
378
+ #: bws_menu.php:498
379
  msgid "Not set"
380
  msgstr "Inte angiven"
381
 
382
+ #: bws_menu.php:500
383
+ #: bws_menu.php:501
384
  msgid "On"
385
  msgstr "På"
386
 
387
+ #: bws_menu.php:500
388
+ #: bws_menu.php:501
389
  msgid "Off"
390
  msgstr "Av"
391
 
392
+ #: bws_menu.php:502
393
+ #: bws_menu.php:503
394
+ #: bws_menu.php:504
395
+ #: bws_menu.php:505
396
+ #: bws_menu.php:506
397
+ #: bws_menu.php:518
398
  msgid "N/A"
399
  msgstr "Finns ej"
400
 
401
+ #: bws_menu.php:506
402
  msgid " Mb"
403
  msgstr " Mb"
404
 
405
+ #: bws_menu.php:507
406
+ #: bws_menu.php:508
407
+ #: bws_menu.php:509
408
+ #: bws_menu.php:514
409
  msgid "Yes"
410
  msgstr "Ja"
411
 
412
+ #: bws_menu.php:507
413
+ #: bws_menu.php:508
414
+ #: bws_menu.php:509
415
+ #: bws_menu.php:516
416
  msgid "No"
417
  msgstr "Nej"
418
 
419
+ #: bws_menu.php:526
420
  msgid "Operating System"
421
  msgstr "Operativsystem"
422
 
423
+ #: bws_menu.php:527
424
  msgid "Server"
425
  msgstr "Server"
426
 
427
+ #: bws_menu.php:528
428
  msgid "Memory usage"
429
  msgstr "Minnesanvändning"
430
 
431
+ #: bws_menu.php:529
432
  msgid "MYSQL Version"
433
  msgstr "MySQL-version"
434
 
435
+ #: bws_menu.php:530
436
  msgid "SQL Mode"
437
  msgstr "SQL-läge"
438
 
439
+ #: bws_menu.php:531
440
  msgid "PHP Version"
441
  msgstr "PHP-version"
442
 
443
+ #: bws_menu.php:532
444
  msgid "PHP Safe Mode"
445
  msgstr "PHP säkert läge"
446
 
447
+ #: bws_menu.php:533
448
  msgid "PHP Allow URL fopen"
449
  msgstr "PHP tillåt URL fopen"
450
 
451
+ #: bws_menu.php:534
452
  msgid "PHP Memory Limit"
453
  msgstr "PHP Minnesgräns"
454
 
455
+ #: bws_menu.php:535
456
  msgid "PHP Max Upload Size"
457
  msgstr "PHP Max uppladdningstorlek"
458
 
459
+ #: bws_menu.php:536
460
  msgid "PHP Max Post Size"
461
  msgstr "PHP Max poststorlek"
462
 
463
+ #: bws_menu.php:537
464
  msgid "PHP Max Script Execute Time"
465
  msgstr "PHP Max skriptexekverinstid"
466
 
467
+ #: bws_menu.php:538
468
  msgid "PHP Exif support"
469
  msgstr "PHP Exifstöd"
470
 
471
+ #: bws_menu.php:539
472
  msgid "PHP IPTC support"
473
  msgstr "PHP ITPC-stöd"
474
 
475
+ #: bws_menu.php:540
476
  msgid "PHP XML support"
477
  msgstr "PHP XML-stöd"
478
 
479
+ #: bws_menu.php:541
480
  msgid "Site URL"
481
  msgstr "SajtURL"
482
 
483
+ #: bws_menu.php:542
484
  msgid "Home URL"
485
  msgstr "HemURL"
486
 
487
+ #: bws_menu.php:545
488
  msgid "WordPress Version"
489
  msgstr "WordPress-version"
490
 
491
+ #: bws_menu.php:546
492
  msgid "WordPress DB Version"
493
  msgstr "WordPress-DB-version"
494
 
495
+ #: bws_menu.php:547
496
  msgid "Multisite"
497
  msgstr "Multisajt"
498
 
499
+ #: bws_menu.php:548
500
  msgid "Active Theme"
501
  msgstr "Aktivt tema"
502
 
503
+ #: bws_menu.php:563
504
  msgid "Please enter a valid email address."
505
  msgstr "Var god ange en giltig epost-adress."
506
 
507
+ #: bws_menu.php:567
508
  msgid "Email with system info is sent to "
509
  msgstr "Epost med systeminfo är skickat till"
510
 
511
+ #: bws_menu.php:571
512
  msgid "Thank you for contacting us."
513
  msgstr "Tack för att du kontaktade oss."
514
 
515
+ #: bws_menu.php:604
516
  msgid "Sorry, email message could not be delivered."
517
  msgstr "Ledsen, eposten kunde inte levereras."
518
 
519
+ #: bws_menu.php:612
520
  msgid "Need help?"
521
  msgstr ""
522
 
523
+ #: bws_menu.php:613
524
  msgid "Client area"
525
  msgstr ""
526
 
527
+ #: bws_menu.php:614
528
+ #: bws_menu.php:925
529
  msgid "System status"
530
  msgstr "Systemstatus"
531
 
532
+ #: bws_menu.php:619
533
  #, fuzzy
534
  msgid "Plugins"
535
  msgstr "Betaltillägg"
536
 
537
+ #: bws_menu.php:621
538
  msgid "Themes"
539
  msgstr ""
540
 
541
+ #: bws_menu.php:626
542
  msgid "All"
543
  msgstr ""
544
 
545
+ #: bws_menu.php:627
546
  #, fuzzy
547
  msgid "Installed"
548
  msgstr "Installera %s"
549
 
550
+ #: bws_menu.php:628
551
  #, fuzzy
552
  msgid "Recommended"
553
  msgstr "Rekommenderade tillägg"
554
 
555
+ #: bws_menu.php:632
556
  msgid "Installed plugins"
557
  msgstr "Installerade tillägg"
558
 
559
+ #: bws_menu.php:664
560
+ #: bws_menu.php:713
561
  msgid "Settings"
562
  msgstr "Inställningar"
563
 
564
+ #: bws_menu.php:685
565
+ #: bws_menu.php:742
566
  #, fuzzy
567
  msgid "Activate this plugin"
568
  msgstr "Aktiverade tillägg"
569
 
570
+ #: bws_menu.php:700
571
+ #: bws_menu.php:730
572
+ #: bws_menu.php:776
573
  msgid "Go"
574
  msgstr ""
575
 
576
+ #: bws_menu.php:704
577
+ #: bws_menu.php:734
578
+ #: bws_menu.php:780
579
  msgid "DONATE"
580
  msgstr ""
581
 
582
+ #: bws_menu.php:750
583
  msgid "Recommended plugins"
584
  msgstr "Rekommenderade tillägg"
585
 
586
+ #: bws_menu.php:788
587
  #, fuzzy
588
  msgid "Install now"
589
  msgstr "Установить сейчас"
590
 
591
+ #: bws_menu.php:809
592
  msgid "Try again"
593
  msgstr ""
594
 
595
+ #: bws_menu.php:827
596
  #, php-format
597
  msgid "Preview &#8220;%s&#8221;"
598
  msgstr ""
599
 
600
+ #: bws_menu.php:858
601
  #, php-format
602
  msgid "Install %s"
603
  msgstr "Installera %s"
604
 
605
+ #: bws_menu.php:858
606
  msgid "Install Now"
607
  msgstr "Установить сейчас"
608
 
609
+ #: bws_menu.php:861
610
  #, php-format
611
  msgid "Update to version %s"
612
  msgstr ""
613
 
614
+ #: bws_menu.php:861
615
  msgid "Update"
616
  msgstr ""
617
 
618
+ #: bws_menu.php:868
619
  #, php-format
620
  msgid "Preview %s"
621
  msgstr ""
622
 
623
+ #: bws_menu.php:868
624
  msgid "Preview"
625
  msgstr ""
626
 
627
+ #: bws_menu.php:874
628
+ #: bws_menu.php:906
629
  #, php-format
630
  msgid "By %s"
631
  msgstr ""
632
 
633
+ #: bws_menu.php:880
634
  msgid "Details"
635
  msgstr ""
636
 
637
+ #: bws_menu.php:912
638
  #, fuzzy
639
  msgid "Already Installed"
640
  msgstr "Installera %s"
641
 
642
+ #: bws_menu.php:928
643
  msgid "Environment"
644
  msgstr "Miljövariabler"
645
 
646
+ #: bws_menu.php:939
647
  msgid "Active Plugins"
648
  msgstr "Aktiverade tillägg"
649
 
650
+ #: bws_menu.php:952
651
  msgid "Inactive Plugins"
652
  msgstr "Inaktiverade tillägg"
653
 
654
+ #: bws_menu.php:968
655
  msgid "Send to support"
656
  msgstr "Skicka till support"
657
 
658
+ #: bws_menu.php:975
659
  msgid "Send to custom email &#187;"
660
  msgstr "Skicka till anpassad epost &#187;"
661
 
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-06-12 15:58+0300\n"
6
- "PO-Revision-Date: 2015-06-12 16:14+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,588 +16,627 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_functions.php:89
20
  msgid "requires"
21
  msgstr "потребує"
22
 
23
- #: bws_functions.php:91
24
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
25
  msgstr "чи вище, тому його було деактивовано! Будь ласка оновіть WordPress та спробуйте ще раз."
26
 
27
- #: bws_functions.php:92
28
  msgid "Back to the WordPress"
29
  msgstr "Повернутися на WordPress на"
30
 
31
- #: bws_functions.php:94
32
  msgid "Plugins page"
33
  msgstr "Сторінку Плагінів"
34
 
35
- #: bws_functions.php:151
36
  msgid "It’s time to upgrade your"
37
  msgstr "Настав час модернізувати Ваш"
38
 
39
- #: bws_functions.php:151
40
  msgid "to"
41
  msgstr "до"
42
 
43
- #: bws_functions.php:151
44
  msgid "version!"
45
  msgstr "версії!"
46
 
47
- #: bws_functions.php:152
48
  msgid "Extend standard plugin functionality with new great options."
49
  msgstr "Розширює можливості стандартного функціоналу плагіна."
50
 
51
- #: bws_functions.php:155
52
- #: bws_functions.php:542
53
  msgid "Learn More"
54
  msgstr "Дізнатись більше"
55
 
56
- #: bws_functions.php:172
57
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
58
  msgstr "Якщо вам сподобався плагін, будь ласка, поставте нам 5 зірочок на WordPress"
59
 
60
- #: bws_functions.php:173
61
  msgid "Rate the plugin"
62
  msgstr "Оцінити плагін"
63
 
64
- #: bws_functions.php:176
65
  msgid "If there is something wrong about it, please contact us"
66
  msgstr "Якщо щось не так, будь ласка, повідомте нам"
67
 
68
- #: bws_functions.php:193
69
- #: bws_functions.php:229
70
  msgid "Wrong license key"
71
  msgstr "Невірний ключ ліцензії"
72
 
73
- #: bws_functions.php:223
74
- #: bws_functions.php:455
75
- #: bws_functions.php:506
76
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
77
  msgstr "Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, повідомте нам"
78
 
79
- #: bws_functions.php:223
80
- #: bws_functions.php:455
81
- #: bws_functions.php:506
82
  msgid "We are sorry for inconvenience."
83
  msgstr "Просимо вибачення за незручності."
84
 
85
- #: bws_functions.php:231
86
  msgid "This license key is bind to another site"
87
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту"
88
 
89
- #: bws_functions.php:233
90
- #: bws_functions.php:365
91
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
92
  msgstr "На жаль, ви перевищили кількість доступних спроб на день. Будь ласка, завантажте плагін вручну"
93
 
94
- #: bws_functions.php:235
95
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
96
  msgstr "На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати першочергову техпідтримку і оновлення, будь ласка, продовжте ліцензію"
97
 
98
- #: bws_functions.php:237
99
- msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
100
- msgstr "На жаль, PRO ліцензія уже використовувалась на цьому домені. Тріал PRO версії плагіну можна використати лише один раз"
101
 
102
- #: bws_functions.php:248
103
- #: bws_functions.php:270
104
- #: bws_functions.php:292
105
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
106
  msgstr "Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну"
107
 
108
- #: bws_functions.php:260
109
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
110
  msgstr "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну"
111
 
112
- #: bws_functions.php:266
113
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
114
  msgstr "Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін вручну"
115
 
116
- #: bws_functions.php:273
117
  msgid "UploadDir is not writable. Please, upload the plugin manually"
118
  msgstr "Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін вручну"
119
 
120
- #: bws_functions.php:296
121
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
122
  msgstr "Виникли певні проблеми. Спробуйте ще раз пізніше або завантажте плагін вручну. Просимо вибачення за незручності."
123
 
124
- #: bws_functions.php:321
125
  msgid "Please, enter Your license key"
126
  msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
127
 
128
- #: bws_functions.php:338
129
- msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
130
- msgstr "Вітаємо! PRO версію плагіну успішно завантажено та активовано."
131
 
132
- #: bws_functions.php:340
133
- #: bws_functions.php:422
134
  msgid "Please, go to"
135
  msgstr "Будь ласка, перейдіть на"
136
 
137
- #: bws_functions.php:340
138
- #: bws_functions.php:422
139
  msgid "the setting page"
140
  msgstr "сторінку установок"
141
 
142
- #: bws_functions.php:341
143
- #: bws_functions.php:423
144
  msgid "You will be redirected automatically in 5 seconds."
145
  msgstr "Вас буде перенаправлено автоматично через 5 секунд."
146
 
147
- #: bws_functions.php:346
148
  msgid "You can download and activate"
149
  msgstr "Ви можете завантажити та активувати"
150
 
151
- #: bws_functions.php:348
152
  msgid "version of this plugin by entering Your license key."
153
  msgstr "версію цього плагіну, якщо впишете ваш ліцензійний ключ."
154
 
155
- #: bws_functions.php:350
156
- #: bws_functions.php:391
157
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
158
  msgstr "Ви можете знайти ваш ліцензійний ключ на вашій персональній сторінці у Client area, перейшовши за посиланням"
159
 
160
- #: bws_functions.php:352
161
- #: bws_functions.php:393
162
  msgid "(your username is the email you specify when purchasing the product)."
163
  msgstr "(ваше ім'я - це емейл, який ви вказували при купівлі плагіну)"
164
 
165
- #: bws_functions.php:356
 
166
  msgid "or"
167
  msgstr "або"
168
 
169
- #: bws_functions.php:356
170
  #, php-format
171
  msgid "Start Your Free %s-Day Trial Now"
172
  msgstr "Спробуйте %s-денну тріал версію безкоштовно"
173
 
174
- #: bws_functions.php:362
175
- #: bws_functions.php:371
176
- #: bws_functions.php:401
177
- #: bws_functions.php:409
178
- #: bws_menu.php:657
179
- #: bws_menu.php:714
180
  msgid "Activate"
181
  msgstr "Активувати"
182
 
183
- #: bws_functions.php:388
184
- #: bws_functions.php:481
185
  #, php-format
186
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
187
  msgstr "Щоб продовжити користуватись плагіном, потрібно придбати %s ліцензію."
188
 
189
- #: bws_functions.php:389
190
  msgid "After that you can activate it by entering your license key."
191
  msgstr "Після цього ви зможете активувати його ввівши ліцензійний ключ."
192
 
193
- #: bws_functions.php:403
194
  msgid "Unfortunately, you have exceeded the number of available tries per day."
195
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
196
 
197
- #: bws_functions.php:420
198
- msgid "Congratulations! The PRO license of the plugin is successfully activated."
199
- msgstr "Вітаємо! PRO версію плагіну успішно активовано."
200
 
201
- #: bws_functions.php:461
202
  msgid "Wrong license key."
203
  msgstr "Неправильний ліцензійний ключ."
204
 
205
- #: bws_functions.php:463
206
  msgid "This license key is bind to another site."
207
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту."
208
 
209
- #: bws_functions.php:465
210
  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."
211
  msgstr "Даний ліцензійний ключ дійсний, але строк вашої ліцензії витік. Якщо ви хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
212
 
213
- #: bws_functions.php:467
214
  msgid "Unfortunately, you have exceeded the number of available tries."
215
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
216
 
217
- #: bws_functions.php:469
218
- msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
219
- msgstr "На жаль, тріал PRO версія плагіну уже встановлювалась на цей домен. Тріал PRO версію можна встановлювати лише один раз."
220
 
221
- #: bws_functions.php:473
222
- msgid "The PRO Trial license key is valid."
223
- msgstr "Ключ тріал PRO версії вірний."
224
 
225
- #: bws_functions.php:475
226
  msgid "The license key is valid."
227
  msgstr "Ліцензійний ключ дійсний."
228
 
229
- #: bws_functions.php:478
230
  msgid "Your license will expire on"
231
  msgstr "Ваша ліцензія закінчується"
232
 
233
- #: bws_functions.php:511
234
  msgid "Please, enter your license key"
235
  msgstr "Будь ласка, введіть ваш ліцензійний ключ"
236
 
237
- #: bws_functions.php:524
238
  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"
239
  msgstr "При необхідності ви можете перевірити правильність вашого ліцензійного ключа або знову ввести його у полі, що знаходиться нижче. Ви можете знайти свій ліцензійний ключ на вашій персональній сторінці - Client area - на нашому сайті."
240
 
241
- #: bws_functions.php:524
242
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
243
  msgstr "(ім'я користувача - це електронна адреса, яку ви вказуєте при купівлі продукту). При необхідності, будь ласка, відправте запит на відновлення вашого паролю."
244
 
245
- #: bws_functions.php:528
246
  msgid "Check license key"
247
  msgstr "Перевірте ліцензійний ключ"
248
 
249
- #: bws_functions.php:542
250
  msgid "WARNING: Illegal use notification"
251
  msgstr "УВАГА: виявлено несанкціоноване використання плагіну"
252
 
253
- #: bws_functions.php:542
254
  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."
255
  msgstr "Ви можете використовувати одну ліцензію Про-плагіну для одного домену. Будь ласка, переконайтесь, що інформацію щодо ліцензії і домену введено вірно, у вкладці Client Area. Ми настійливо рекомендуємо Вам вирішити це питання протягом 24 годин, інакше плагін буде деактивовано."
256
 
257
- #: bws_functions.php:550
258
- msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
259
- msgstr "Увага: Термін дії тріал періоду PRO версії плагіну скінчився. Щоб продовжити користуватись плагіном, будь ласка, придбайте ліцензію PRO"
260
 
261
- #: bws_functions.php:552
262
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
263
  msgstr "Строк вашої ліцензії витік. Якщо ви хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
264
 
265
- #: bws_functions.php:552
266
- #: bws_functions.php:605
267
- #: bws_menu.php:633
268
- #: bws_menu.php:655
269
- #: bws_menu.php:682
270
- #: bws_menu.php:712
271
- #: bws_menu.php:758
272
  msgid "Learn more"
273
  msgstr "Дізнатись більше"
274
 
275
- #: bws_functions.php:562
276
  #, php-format
277
- msgid "Notice: You are using the PRO Trial license of %s plugin."
278
- msgstr "Увага: Ви використовуєте тріал PRO версію плагіну %s."
279
 
280
- #: bws_functions.php:564
281
- msgid "Notice: You are using the PRO Trial license of plugin."
282
- msgstr "Увага: Ви використовуєте тріал PRO версію плагіну."
283
 
284
- #: bws_functions.php:567
285
- msgid "The PRO Trial license will expire on"
286
- msgstr "Тріал період PRO версії плагіну закінчується"
287
 
288
- #: bws_functions.php:605
289
  msgid "You license for"
290
  msgstr "Ваша ліцензія для"
291
 
292
- #: bws_functions.php:605
293
  msgid "expires on"
294
  msgstr "витікає"
295
 
296
- #: bws_functions.php:605
297
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
298
  msgstr "та ви більше не будете отримувати першочергову технічну підтримку та оновлення."
299
 
300
- #: bws_functions.php:680
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
301
  msgid "Close"
302
  msgstr "Закрити"
303
 
304
- #: bws_functions.php:771
305
- #: bws_functions.php:784
306
  msgid "Restore all plugin settings to defaults"
307
  msgstr "Скинути налаштування плагіну до стандартних"
308
 
309
- #: bws_functions.php:773
310
- #: bws_functions.php:786
311
  msgid "Restore settings"
312
  msgstr "Скинути налаштування"
313
 
314
- #: bws_functions.php:797
315
  msgid "Are you sure you want to restore all settings by default?"
316
  msgstr "Ви впевнені, що хочете скинути налаштування плагіну до стандартних?"
317
 
318
- #: bws_functions.php:799
319
  msgid "Yes, restore all settings"
320
  msgstr "Так, скинути налаштування"
321
 
322
- #: bws_functions.php:800
323
  msgid "No, go back to the settings page"
324
  msgstr "Ні, повернутись назад на сторінку налаштувань"
325
 
326
- #: bws_menu.php:470
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
327
  msgid "Not set"
328
  msgstr "Не задано"
329
 
330
- #: bws_menu.php:472
331
- #: bws_menu.php:473
332
  msgid "On"
333
  msgstr "Увімк."
334
 
335
- #: bws_menu.php:472
336
- #: bws_menu.php:473
337
  msgid "Off"
338
  msgstr "Вимк."
339
 
340
- #: bws_menu.php:474
341
- #: bws_menu.php:475
342
- #: bws_menu.php:476
343
- #: bws_menu.php:477
344
- #: bws_menu.php:478
345
- #: bws_menu.php:490
346
  msgid "N/A"
347
  msgstr "Невідомо"
348
 
349
- #: bws_menu.php:478
350
  msgid " Mb"
351
  msgstr "Мб"
352
 
353
- #: bws_menu.php:479
354
- #: bws_menu.php:480
355
- #: bws_menu.php:481
356
- #: bws_menu.php:486
357
  msgid "Yes"
358
  msgstr "Так"
359
 
360
- #: bws_menu.php:479
361
- #: bws_menu.php:480
362
- #: bws_menu.php:481
363
- #: bws_menu.php:488
364
  msgid "No"
365
  msgstr "Ні"
366
 
367
- #: bws_menu.php:498
368
  msgid "Operating System"
369
  msgstr "Операційна система"
370
 
371
- #: bws_menu.php:499
372
  msgid "Server"
373
  msgstr "Тип серверу"
374
 
375
- #: bws_menu.php:500
376
  msgid "Memory usage"
377
  msgstr "Пам’яті використано"
378
 
379
- #: bws_menu.php:501
380
  msgid "MYSQL Version"
381
  msgstr "Версія MYSQL"
382
 
383
- #: bws_menu.php:502
384
  msgid "SQL Mode"
385
  msgstr "Режим SQL"
386
 
387
- #: bws_menu.php:503
388
  msgid "PHP Version"
389
  msgstr "Версія PHP"
390
 
391
- #: bws_menu.php:504
392
  msgid "PHP Safe Mode"
393
  msgstr "PHP Безпечний режим"
394
 
395
- #: bws_menu.php:505
396
  msgid "PHP Allow URL fopen"
397
  msgstr "Дозволити PHP URL fopen"
398
 
399
- #: bws_menu.php:506
400
  msgid "PHP Memory Limit"
401
  msgstr "Ліміт пам’яті"
402
 
403
- #: bws_menu.php:507
404
  msgid "PHP Max Upload Size"
405
  msgstr "Макс. розмір файлу, що завантажується"
406
 
407
- #: bws_menu.php:508
408
  msgid "PHP Max Post Size"
409
  msgstr "Макс. розмір посту"
410
 
411
- #: bws_menu.php:509
412
  msgid "PHP Max Script Execute Time"
413
  msgstr "Макс. час виконання сценарію"
414
 
415
- #: bws_menu.php:510
416
  msgid "PHP Exif support"
417
  msgstr "Підтримка PHP Exif"
418
 
419
- #: bws_menu.php:511
420
  msgid "PHP IPTC support"
421
  msgstr "Підтримка PHP IPTC"
422
 
423
- #: bws_menu.php:512
424
  msgid "PHP XML support"
425
  msgstr "Підтримка PHP XML"
426
 
427
- #: bws_menu.php:513
428
  msgid "Site URL"
429
  msgstr "Адреса сайту"
430
 
431
- #: bws_menu.php:514
432
  msgid "Home URL"
433
  msgstr "Адреса домашньої сторінки"
434
 
435
- #: bws_menu.php:517
436
  msgid "WordPress Version"
437
  msgstr "Версія WordPress"
438
 
439
- #: bws_menu.php:518
440
  msgid "WordPress DB Version"
441
  msgstr "Версія бази даних WordPress"
442
 
443
- #: bws_menu.php:519
444
  msgid "Multisite"
445
  msgstr "Мультисайт"
446
 
447
- #: bws_menu.php:520
448
  msgid "Active Theme"
449
  msgstr "Активна тема"
450
 
451
- #: bws_menu.php:535
452
  msgid "Please enter a valid email address."
453
  msgstr "Будь ласка, введіть коректний емейл."
454
 
455
- #: bws_menu.php:539
456
  msgid "Email with system info is sent to "
457
  msgstr "Емейл з системною інформацією надіслано на"
458
 
459
- #: bws_menu.php:543
460
  msgid "Thank you for contacting us."
461
  msgstr "Дякуємо, що звернулись до нас."
462
 
463
- #: bws_menu.php:576
464
  msgid "Sorry, email message could not be delivered."
465
  msgstr "Вибачте, ваше емейл не може бути доставлено"
466
 
467
- #: bws_menu.php:584
468
  msgid "Need help?"
469
  msgstr "Потрібна допомога?"
470
 
471
- #: bws_menu.php:585
472
  msgid "Client area"
473
  msgstr "Клієнтам"
474
 
475
- #: bws_menu.php:586
476
- #: bws_menu.php:897
477
  msgid "System status"
478
  msgstr "Системна інформація"
479
 
480
- #: bws_menu.php:591
481
  msgid "Plugins"
482
  msgstr "Плагіни"
483
 
484
- #: bws_menu.php:593
485
  msgid "Themes"
486
  msgstr "Теми"
487
 
488
- #: bws_menu.php:598
489
  msgid "All"
490
  msgstr "Всі"
491
 
492
- #: bws_menu.php:599
493
  msgid "Installed"
494
  msgstr "Встановлені"
495
 
496
- #: bws_menu.php:600
497
  msgid "Recommended"
498
  msgstr "Рекомендовані "
499
 
500
- #: bws_menu.php:604
501
  msgid "Installed plugins"
502
  msgstr "Встановлені плагіни"
503
 
504
- #: bws_menu.php:636
505
- #: bws_menu.php:685
506
  msgid "Settings"
507
  msgstr "Налаштування"
508
 
509
- #: bws_menu.php:657
510
- #: bws_menu.php:714
511
  msgid "Activate this plugin"
512
  msgstr "Активувати плагін"
513
 
514
- #: bws_menu.php:672
515
- #: bws_menu.php:702
516
- #: bws_menu.php:748
517
  msgid "Go"
518
  msgstr "Перейти"
519
 
520
- #: bws_menu.php:676
521
- #: bws_menu.php:706
522
- #: bws_menu.php:752
523
  msgid "DONATE"
524
  msgstr "Підтримати нас"
525
 
526
- #: bws_menu.php:722
527
  msgid "Recommended plugins"
528
  msgstr "Рекомендовані плагіни"
529
 
530
- #: bws_menu.php:760
531
  msgid "Install now"
532
  msgstr "Встановити"
533
 
534
- #: bws_menu.php:781
535
  msgid "Try again"
536
  msgstr "Спробувати ще раз"
537
 
538
- #: bws_menu.php:799
539
  #, php-format
540
  msgid "Preview &#8220;%s&#8221;"
541
  msgstr "Попередній перегляд &#8220;%s&#8221;"
542
 
543
- #: bws_menu.php:830
544
  #, php-format
545
  msgid "Install %s"
546
  msgstr "Встановити %s"
547
 
548
- #: bws_menu.php:830
549
  msgid "Install Now"
550
  msgstr "Встановити"
551
 
552
- #: bws_menu.php:833
553
  #, php-format
554
  msgid "Update to version %s"
555
  msgstr "Оновити до версії %s"
556
 
557
- #: bws_menu.php:833
558
  msgid "Update"
559
  msgstr "Оновити"
560
 
561
- #: bws_menu.php:840
562
  #, php-format
563
  msgid "Preview %s"
564
  msgstr "Попередній перегляд %s"
565
 
566
- #: bws_menu.php:840
567
  msgid "Preview"
568
  msgstr "Попередній перегляд"
569
 
570
- #: bws_menu.php:846
571
- #: bws_menu.php:878
572
  #, php-format
573
  msgid "By %s"
574
  msgstr "За %s"
575
 
576
- #: bws_menu.php:852
577
  msgid "Details"
578
  msgstr "Деталі"
579
 
580
- #: bws_menu.php:884
581
  msgid "Already Installed"
582
  msgstr "Уже встановлено %s"
583
 
584
- #: bws_menu.php:900
585
  msgid "Environment"
586
  msgstr "Системне оточення"
587
 
588
- #: bws_menu.php:911
589
  msgid "Active Plugins"
590
  msgstr "Активні плагіни"
591
 
592
- #: bws_menu.php:924
593
  msgid "Inactive Plugins"
594
  msgstr "Не активні плагіни"
595
 
596
- #: bws_menu.php:940
597
  msgid "Send to support"
598
  msgstr "Відправити службі тех. підтримки"
599
 
600
- #: bws_menu.php:947
601
  msgid "Send to custom email &#187;"
602
  msgstr "Відправити на електронну адресу &#187;"
603
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-07 13:12+0300\n"
6
+ "PO-Revision-Date: 2015-09-07 13:15+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:29
20
  msgid "requires"
21
  msgstr "потребує"
22
 
23
+ #: bws_functions.php:31
24
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
25
  msgstr "чи вище, тому його було деактивовано! Будь ласка оновіть WordPress та спробуйте ще раз."
26
 
27
+ #: bws_functions.php:32
28
  msgid "Back to the WordPress"
29
  msgstr "Повернутися на WordPress на"
30
 
31
+ #: bws_functions.php:34
32
  msgid "Plugins page"
33
  msgstr "Сторінку Плагінів"
34
 
35
+ #: bws_functions.php:91
36
  msgid "It’s time to upgrade your"
37
  msgstr "Настав час модернізувати Ваш"
38
 
39
+ #: bws_functions.php:91
40
  msgid "to"
41
  msgstr "до"
42
 
43
+ #: bws_functions.php:91
44
  msgid "version!"
45
  msgstr "версії!"
46
 
47
+ #: bws_functions.php:92
48
  msgid "Extend standard plugin functionality with new great options."
49
  msgstr "Розширює можливості стандартного функціоналу плагіна."
50
 
51
+ #: bws_functions.php:95
52
+ #: bws_functions.php:492
53
  msgid "Learn More"
54
  msgstr "Дізнатись більше"
55
 
56
+ #: bws_functions.php:112
57
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
58
  msgstr "Якщо вам сподобався плагін, будь ласка, поставте нам 5 зірочок на WordPress"
59
 
60
+ #: bws_functions.php:113
61
  msgid "Rate the plugin"
62
  msgstr "Оцінити плагін"
63
 
64
+ #: bws_functions.php:116
65
  msgid "If there is something wrong about it, please contact us"
66
  msgstr "Якщо щось не так, будь ласка, повідомте нам"
67
 
68
+ #: bws_functions.php:133
69
+ #: bws_functions.php:169
70
  msgid "Wrong license key"
71
  msgstr "Невірний ключ ліцензії"
72
 
73
+ #: bws_functions.php:163
74
+ #: bws_functions.php:405
75
+ #: bws_functions.php:456
76
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
77
  msgstr "Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, повідомте нам"
78
 
79
+ #: bws_functions.php:163
80
+ #: bws_functions.php:405
81
+ #: bws_functions.php:456
82
  msgid "We are sorry for inconvenience."
83
  msgstr "Просимо вибачення за незручності."
84
 
85
+ #: bws_functions.php:171
86
  msgid "This license key is bind to another site"
87
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту"
88
 
89
+ #: bws_functions.php:173
90
+ #: bws_functions.php:315
91
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
92
  msgstr "На жаль, ви перевищили кількість доступних спроб на день. Будь ласка, завантажте плагін вручну"
93
 
94
+ #: bws_functions.php:175
95
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
96
  msgstr "На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати першочергову техпідтримку і оновлення, будь ласка, продовжте ліцензію"
97
 
98
+ #: bws_functions.php:177
99
+ msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
100
+ msgstr "На жаль, Pro ліцензія уже використовувалась на цьому домені. Тріал Pro версії плагіну можна використати лише один раз."
101
 
102
+ #: bws_functions.php:198
103
+ #: bws_functions.php:220
104
+ #: bws_functions.php:242
105
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
106
  msgstr "Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну"
107
 
108
+ #: bws_functions.php:210
109
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
110
  msgstr "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну"
111
 
112
+ #: bws_functions.php:216
113
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
114
  msgstr "Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін вручну"
115
 
116
+ #: bws_functions.php:223
117
  msgid "UploadDir is not writable. Please, upload the plugin manually"
118
  msgstr "Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін вручну"
119
 
120
+ #: bws_functions.php:246
121
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
122
  msgstr "Виникли певні проблеми. Спробуйте ще раз пізніше або завантажте плагін вручну. Просимо вибачення за незручності."
123
 
124
+ #: bws_functions.php:271
125
  msgid "Please, enter Your license key"
126
  msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
127
 
128
+ #: bws_functions.php:288
129
+ msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
130
+ msgstr "Вітаємо! Pro версію плагіну успішно завантажено та активовано."
131
 
132
+ #: bws_functions.php:290
133
+ #: bws_functions.php:372
134
  msgid "Please, go to"
135
  msgstr "Будь ласка, перейдіть на"
136
 
137
+ #: bws_functions.php:290
138
+ #: bws_functions.php:372
139
  msgid "the setting page"
140
  msgstr "сторінку установок"
141
 
142
+ #: bws_functions.php:291
143
+ #: bws_functions.php:373
144
  msgid "You will be redirected automatically in 5 seconds."
145
  msgstr "Вас буде перенаправлено автоматично через 5 секунд."
146
 
147
+ #: bws_functions.php:296
148
  msgid "You can download and activate"
149
  msgstr "Ви можете завантажити та активувати"
150
 
151
+ #: bws_functions.php:298
152
  msgid "version of this plugin by entering Your license key."
153
  msgstr "версію цього плагіну, якщо впишете ваш ліцензійний ключ."
154
 
155
+ #: bws_functions.php:300
156
+ #: bws_functions.php:341
157
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
158
  msgstr "Ви можете знайти ваш ліцензійний ключ на вашій персональній сторінці у Client area, перейшовши за посиланням"
159
 
160
+ #: bws_functions.php:302
161
+ #: bws_functions.php:343
162
  msgid "(your username is the email you specify when purchasing the product)."
163
  msgstr "(ваше ім'я - це емейл, який ви вказували при купівлі плагіну)"
164
 
165
+ #: bws_functions.php:306
166
+ #: bws_functions.php:609
167
  msgid "or"
168
  msgstr "або"
169
 
170
+ #: bws_functions.php:306
171
  #, php-format
172
  msgid "Start Your Free %s-Day Trial Now"
173
  msgstr "Спробуйте %s-денну тріал версію безкоштовно"
174
 
175
+ #: bws_functions.php:312
176
+ #: bws_functions.php:321
177
+ #: bws_functions.php:351
178
+ #: bws_functions.php:359
179
+ #: bws_menu.php:685
180
+ #: bws_menu.php:742
181
  msgid "Activate"
182
  msgstr "Активувати"
183
 
184
+ #: bws_functions.php:338
185
+ #: bws_functions.php:431
186
  #, php-format
187
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
188
  msgstr "Щоб продовжити користуватись плагіном, потрібно придбати %s ліцензію."
189
 
190
+ #: bws_functions.php:339
191
  msgid "After that you can activate it by entering your license key."
192
  msgstr "Після цього ви зможете активувати його ввівши ліцензійний ключ."
193
 
194
+ #: bws_functions.php:353
195
  msgid "Unfortunately, you have exceeded the number of available tries per day."
196
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
197
 
198
+ #: bws_functions.php:370
199
+ msgid "Congratulations! The Pro license of the plugin is successfully activated."
200
+ msgstr "Вітаємо! Pro версію плагіну успішно активовано."
201
 
202
+ #: bws_functions.php:411
203
  msgid "Wrong license key."
204
  msgstr "Неправильний ліцензійний ключ."
205
 
206
+ #: bws_functions.php:413
207
  msgid "This license key is bind to another site."
208
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту."
209
 
210
+ #: bws_functions.php:415
211
  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."
212
  msgstr "Даний ліцензійний ключ дійсний, але строк вашої ліцензії витік. Якщо ви хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
213
 
214
+ #: bws_functions.php:417
215
  msgid "Unfortunately, you have exceeded the number of available tries."
216
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
217
 
218
+ #: bws_functions.php:419
219
+ msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
220
+ msgstr "На жаль, тріал Pro версія плагіну уже встановлювалась на цей домен. Тріал Pro версію можна встановлювати лише один раз."
221
 
222
+ #: bws_functions.php:423
223
+ msgid "The Pro Trial license key is valid."
224
+ msgstr "Ключ тріал Pro версії вірний."
225
 
226
+ #: bws_functions.php:425
227
  msgid "The license key is valid."
228
  msgstr "Ліцензійний ключ дійсний."
229
 
230
+ #: bws_functions.php:428
231
  msgid "Your license will expire on"
232
  msgstr "Ваша ліцензія закінчується"
233
 
234
+ #: bws_functions.php:461
235
  msgid "Please, enter your license key"
236
  msgstr "Будь ласка, введіть ваш ліцензійний ключ"
237
 
238
+ #: bws_functions.php:474
239
  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"
240
  msgstr "При необхідності ви можете перевірити правильність вашого ліцензійного ключа або знову ввести його у полі, що знаходиться нижче. Ви можете знайти свій ліцензійний ключ на вашій персональній сторінці - Client area - на нашому сайті."
241
 
242
+ #: bws_functions.php:474
243
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
244
  msgstr "(ім'я користувача - це електронна адреса, яку ви вказуєте при купівлі продукту). При необхідності, будь ласка, відправте запит на відновлення вашого паролю."
245
 
246
+ #: bws_functions.php:478
247
  msgid "Check license key"
248
  msgstr "Перевірте ліцензійний ключ"
249
 
250
+ #: bws_functions.php:492
251
  msgid "WARNING: Illegal use notification"
252
  msgstr "УВАГА: виявлено несанкціоноване використання плагіну"
253
 
254
+ #: bws_functions.php:492
255
  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."
256
  msgstr "Ви можете використовувати одну ліцензію Про-плагіну для одного домену. Будь ласка, переконайтесь, що інформацію щодо ліцензії і домену введено вірно, у вкладці Client Area. Ми настійливо рекомендуємо Вам вирішити це питання протягом 24 годин, інакше плагін буде деактивовано."
257
 
258
+ #: bws_functions.php:500
259
+ msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
260
+ msgstr "Увага: Термін дії тріал періоду Pro версії плагіну скінчився. Щоб продовжити користуватись плагіном, будь ласка, придбайте ліцензію Pro"
261
 
262
+ #: bws_functions.php:502
263
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
264
  msgstr "Строк вашої ліцензії витік. Якщо ви хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
265
 
266
+ #: bws_functions.php:502
267
+ #: bws_functions.php:555
268
+ #: bws_menu.php:661
269
+ #: bws_menu.php:683
270
+ #: bws_menu.php:710
271
+ #: bws_menu.php:740
272
+ #: bws_menu.php:786
273
  msgid "Learn more"
274
  msgstr "Дізнатись більше"
275
 
276
+ #: bws_functions.php:512
277
  #, php-format
278
+ msgid "Notice: You are using the Pro Trial license of %s plugin."
279
+ msgstr "Увага: Ви використовуєте тріал Pro версію плагіну %s."
280
 
281
+ #: bws_functions.php:514
282
+ msgid "Notice: You are using the Pro Trial license of plugin."
283
+ msgstr "Увага: Ви використовуєте тріал Pro версію плагіну."
284
 
285
+ #: bws_functions.php:517
286
+ msgid "The Pro Trial license will expire on"
287
+ msgstr "Тріал період Pro версії плагіну закінчується"
288
 
289
+ #: bws_functions.php:555
290
  msgid "You license for"
291
  msgstr "Ваша ліцензія для"
292
 
293
+ #: bws_functions.php:555
294
  msgid "expires on"
295
  msgstr "витікає"
296
 
297
+ #: bws_functions.php:555
298
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
299
  msgstr "та ви більше не будете отримувати першочергову технічну підтримку та оновлення."
300
 
301
+ #: bws_functions.php:605
302
+ msgid "Thank you for installing"
303
+ msgstr "Дякуємо, що встановили"
304
+
305
+ #: bws_functions.php:606
306
+ msgid "Let's get started"
307
+ msgstr "Розпочнемо"
308
+
309
+ #: bws_functions.php:607
310
+ msgid "Configure Settings"
311
+ msgstr "Налаштувати плагін"
312
+
313
+ #: bws_functions.php:610
314
+ msgid "Add New"
315
+ msgstr "Додати"
316
+
317
+ #: bws_functions.php:614
318
+ msgid "Close notice"
319
+ msgstr "Закрити"
320
+
321
+ #: bws_functions.php:667
322
+ msgid "Add BWS shortcode"
323
+ msgstr "Додати BWS шорткод"
324
+
325
+ #: bws_functions.php:711
326
  msgid "Close"
327
  msgstr "Закрити"
328
 
329
+ #: bws_functions.php:802
 
330
  msgid "Restore all plugin settings to defaults"
331
  msgstr "Скинути налаштування плагіну до стандартних"
332
 
333
+ #: bws_functions.php:804
 
334
  msgid "Restore settings"
335
  msgstr "Скинути налаштування"
336
 
337
+ #: bws_functions.php:815
338
  msgid "Are you sure you want to restore all settings by default?"
339
  msgstr "Ви впевнені, що хочете скинути налаштування плагіну до стандартних?"
340
 
341
+ #: bws_functions.php:818
342
  msgid "Yes, restore all settings"
343
  msgstr "Так, скинути налаштування"
344
 
345
+ #: bws_functions.php:819
346
  msgid "No, go back to the settings page"
347
  msgstr "Ні, повернутись назад на сторінку налаштувань"
348
 
349
+ #: bws_functions.php:863
350
+ msgid "Plugin"
351
+ msgstr "Плагін"
352
+
353
+ #: bws_functions.php:872
354
+ msgid "Shortcode settings"
355
+ msgstr "Налаштування шорткоду"
356
+
357
+ #: bws_functions.php:877
358
+ msgid "The shortcode will be inserted"
359
+ msgstr "Буде вставлено шорткод"
360
+
361
+ #: bws_functions.php:882
362
+ msgid "Insert"
363
+ msgstr "Вставити"
364
+
365
+ #: bws_menu.php:498
366
  msgid "Not set"
367
  msgstr "Не задано"
368
 
369
+ #: bws_menu.php:500
370
+ #: bws_menu.php:501
371
  msgid "On"
372
  msgstr "Увімк."
373
 
374
+ #: bws_menu.php:500
375
+ #: bws_menu.php:501
376
  msgid "Off"
377
  msgstr "Вимк."
378
 
379
+ #: bws_menu.php:502
380
+ #: bws_menu.php:503
381
+ #: bws_menu.php:504
382
+ #: bws_menu.php:505
383
+ #: bws_menu.php:506
384
+ #: bws_menu.php:518
385
  msgid "N/A"
386
  msgstr "Невідомо"
387
 
388
+ #: bws_menu.php:506
389
  msgid " Mb"
390
  msgstr "Мб"
391
 
392
+ #: bws_menu.php:507
393
+ #: bws_menu.php:508
394
+ #: bws_menu.php:509
395
+ #: bws_menu.php:514
396
  msgid "Yes"
397
  msgstr "Так"
398
 
399
+ #: bws_menu.php:507
400
+ #: bws_menu.php:508
401
+ #: bws_menu.php:509
402
+ #: bws_menu.php:516
403
  msgid "No"
404
  msgstr "Ні"
405
 
406
+ #: bws_menu.php:526
407
  msgid "Operating System"
408
  msgstr "Операційна система"
409
 
410
+ #: bws_menu.php:527
411
  msgid "Server"
412
  msgstr "Тип серверу"
413
 
414
+ #: bws_menu.php:528
415
  msgid "Memory usage"
416
  msgstr "Пам’яті використано"
417
 
418
+ #: bws_menu.php:529
419
  msgid "MYSQL Version"
420
  msgstr "Версія MYSQL"
421
 
422
+ #: bws_menu.php:530
423
  msgid "SQL Mode"
424
  msgstr "Режим SQL"
425
 
426
+ #: bws_menu.php:531
427
  msgid "PHP Version"
428
  msgstr "Версія PHP"
429
 
430
+ #: bws_menu.php:532
431
  msgid "PHP Safe Mode"
432
  msgstr "PHP Безпечний режим"
433
 
434
+ #: bws_menu.php:533
435
  msgid "PHP Allow URL fopen"
436
  msgstr "Дозволити PHP URL fopen"
437
 
438
+ #: bws_menu.php:534
439
  msgid "PHP Memory Limit"
440
  msgstr "Ліміт пам’яті"
441
 
442
+ #: bws_menu.php:535
443
  msgid "PHP Max Upload Size"
444
  msgstr "Макс. розмір файлу, що завантажується"
445
 
446
+ #: bws_menu.php:536
447
  msgid "PHP Max Post Size"
448
  msgstr "Макс. розмір посту"
449
 
450
+ #: bws_menu.php:537
451
  msgid "PHP Max Script Execute Time"
452
  msgstr "Макс. час виконання сценарію"
453
 
454
+ #: bws_menu.php:538
455
  msgid "PHP Exif support"
456
  msgstr "Підтримка PHP Exif"
457
 
458
+ #: bws_menu.php:539
459
  msgid "PHP IPTC support"
460
  msgstr "Підтримка PHP IPTC"
461
 
462
+ #: bws_menu.php:540
463
  msgid "PHP XML support"
464
  msgstr "Підтримка PHP XML"
465
 
466
+ #: bws_menu.php:541
467
  msgid "Site URL"
468
  msgstr "Адреса сайту"
469
 
470
+ #: bws_menu.php:542
471
  msgid "Home URL"
472
  msgstr "Адреса домашньої сторінки"
473
 
474
+ #: bws_menu.php:545
475
  msgid "WordPress Version"
476
  msgstr "Версія WordPress"
477
 
478
+ #: bws_menu.php:546
479
  msgid "WordPress DB Version"
480
  msgstr "Версія бази даних WordPress"
481
 
482
+ #: bws_menu.php:547
483
  msgid "Multisite"
484
  msgstr "Мультисайт"
485
 
486
+ #: bws_menu.php:548
487
  msgid "Active Theme"
488
  msgstr "Активна тема"
489
 
490
+ #: bws_menu.php:563
491
  msgid "Please enter a valid email address."
492
  msgstr "Будь ласка, введіть коректний емейл."
493
 
494
+ #: bws_menu.php:567
495
  msgid "Email with system info is sent to "
496
  msgstr "Емейл з системною інформацією надіслано на"
497
 
498
+ #: bws_menu.php:571
499
  msgid "Thank you for contacting us."
500
  msgstr "Дякуємо, що звернулись до нас."
501
 
502
+ #: bws_menu.php:604
503
  msgid "Sorry, email message could not be delivered."
504
  msgstr "Вибачте, ваше емейл не може бути доставлено"
505
 
506
+ #: bws_menu.php:612
507
  msgid "Need help?"
508
  msgstr "Потрібна допомога?"
509
 
510
+ #: bws_menu.php:613
511
  msgid "Client area"
512
  msgstr "Клієнтам"
513
 
514
+ #: bws_menu.php:614
515
+ #: bws_menu.php:925
516
  msgid "System status"
517
  msgstr "Системна інформація"
518
 
519
+ #: bws_menu.php:619
520
  msgid "Plugins"
521
  msgstr "Плагіни"
522
 
523
+ #: bws_menu.php:621
524
  msgid "Themes"
525
  msgstr "Теми"
526
 
527
+ #: bws_menu.php:626
528
  msgid "All"
529
  msgstr "Всі"
530
 
531
+ #: bws_menu.php:627
532
  msgid "Installed"
533
  msgstr "Встановлені"
534
 
535
+ #: bws_menu.php:628
536
  msgid "Recommended"
537
  msgstr "Рекомендовані "
538
 
539
+ #: bws_menu.php:632
540
  msgid "Installed plugins"
541
  msgstr "Встановлені плагіни"
542
 
543
+ #: bws_menu.php:664
544
+ #: bws_menu.php:713
545
  msgid "Settings"
546
  msgstr "Налаштування"
547
 
548
+ #: bws_menu.php:685
549
+ #: bws_menu.php:742
550
  msgid "Activate this plugin"
551
  msgstr "Активувати плагін"
552
 
553
+ #: bws_menu.php:700
554
+ #: bws_menu.php:730
555
+ #: bws_menu.php:776
556
  msgid "Go"
557
  msgstr "Перейти"
558
 
559
+ #: bws_menu.php:704
560
+ #: bws_menu.php:734
561
+ #: bws_menu.php:780
562
  msgid "DONATE"
563
  msgstr "Підтримати нас"
564
 
565
+ #: bws_menu.php:750
566
  msgid "Recommended plugins"
567
  msgstr "Рекомендовані плагіни"
568
 
569
+ #: bws_menu.php:788
570
  msgid "Install now"
571
  msgstr "Встановити"
572
 
573
+ #: bws_menu.php:809
574
  msgid "Try again"
575
  msgstr "Спробувати ще раз"
576
 
577
+ #: bws_menu.php:827
578
  #, php-format
579
  msgid "Preview &#8220;%s&#8221;"
580
  msgstr "Попередній перегляд &#8220;%s&#8221;"
581
 
582
+ #: bws_menu.php:858
583
  #, php-format
584
  msgid "Install %s"
585
  msgstr "Встановити %s"
586
 
587
+ #: bws_menu.php:858
588
  msgid "Install Now"
589
  msgstr "Встановити"
590
 
591
+ #: bws_menu.php:861
592
  #, php-format
593
  msgid "Update to version %s"
594
  msgstr "Оновити до версії %s"
595
 
596
+ #: bws_menu.php:861
597
  msgid "Update"
598
  msgstr "Оновити"
599
 
600
+ #: bws_menu.php:868
601
  #, php-format
602
  msgid "Preview %s"
603
  msgstr "Попередній перегляд %s"
604
 
605
+ #: bws_menu.php:868
606
  msgid "Preview"
607
  msgstr "Попередній перегляд"
608
 
609
+ #: bws_menu.php:874
610
+ #: bws_menu.php:906
611
  #, php-format
612
  msgid "By %s"
613
  msgstr "За %s"
614
 
615
+ #: bws_menu.php:880
616
  msgid "Details"
617
  msgstr "Деталі"
618
 
619
+ #: bws_menu.php:912
620
  msgid "Already Installed"
621
  msgstr "Уже встановлено %s"
622
 
623
+ #: bws_menu.php:928
624
  msgid "Environment"
625
  msgstr "Системне оточення"
626
 
627
+ #: bws_menu.php:939
628
  msgid "Active Plugins"
629
  msgstr "Активні плагіни"
630
 
631
+ #: bws_menu.php:952
632
  msgid "Inactive Plugins"
633
  msgstr "Не активні плагіни"
634
 
635
+ #: bws_menu.php:968
636
  msgid "Send to support"
637
  msgstr "Відправити службі тех. підтримки"
638
 
639
+ #: bws_menu.php:975
640
  msgid "Send to custom email &#187;"
641
  msgstr "Відправити на електронну адресу &#187;"
642
 
css/style.css CHANGED
@@ -14,41 +14,6 @@
14
  clear: both;
15
  height: 0;
16
  }
17
- .gllr_image_text {
18
- width: 150px;
19
- }
20
- .gllr_link_text, .gllr_image_alt_tag {
21
- width: 170px;
22
- }
23
- .gllr_order_text {
24
- width: 20px;
25
- }
26
- .gallery .gllr_image_block {
27
- float: left;
28
- }
29
- #Upload-File .gllr_order_message {
30
- padding-bottom:10px;
31
- }
32
- #Upload-File .gallery .gllr_image_block {
33
- float: left;
34
- }
35
- #Upload-File .gallery .gllr_border_image {
36
- border: 1px solid #BDBDBD;
37
- }
38
- #Upload-File .gallery .gllr_border_image img {
39
- padding:10px;
40
- }
41
- #Upload-File .gallery .small_text {
42
- font-size: 10px;
43
- color: grey;
44
- }
45
- li.gllr_image_block {
46
- margin: 5px 6px 10px 0;
47
- }
48
- .gallery .delete {
49
- padding-top: 2px;
50
- text-align: center;
51
- }
52
  .pp_social {
53
  display: none;
54
  }
@@ -63,26 +28,378 @@ li.gllr_image_block {
63
  width: 20px;
64
  top: -2px;
65
  }
66
- .minicolors input {
67
  height: 22px !important;
68
  }
69
  #gllr_loader,
70
  #gllr_img_loader {
71
- float: left;
72
  position: relative;
73
  display: none;
74
  }
75
- .gllr_code {
76
- background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
77
- font-size: 13px;
78
- margin: 0 1px;
79
- padding: 3px 5px 2px;
80
- }
81
- .gllr_span {
82
- color: #888888;
83
- font-size: 10px;
84
- }
85
  .rtl #gllr_settings_form label {
86
  float: right;
87
  width: 100%;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
88
  }
14
  clear: both;
15
  height: 0;
16
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  .pp_social {
18
  display: none;
19
  }
28
  width: 20px;
29
  top: -2px;
30
  }
31
+ #gllr_settings_form .minicolors input {
32
  height: 22px !important;
33
  }
34
  #gllr_loader,
35
  #gllr_img_loader {
 
36
  position: relative;
37
  display: none;
38
  }
 
 
 
 
 
 
 
 
 
 
39
  .rtl #gllr_settings_form label {
40
  float: right;
41
  width: 100%;
42
+ }
43
+
44
+ /* New media style */
45
+ .post-type-gallery #the-list.ui-sortable {
46
+ cursor: move;
47
+ }
48
+ .post-type-gallery #wp-content-media-buttons {
49
+ display: none;
50
+ }
51
+ .no-js #view-switch-grid {
52
+ display: none;
53
+ }
54
+ .post-type-gallery .wp-list-table td * {
55
+ max-width: 100%;
56
+ }
57
+ .post-type-gallery .column-dimensions {
58
+ width: 9%;
59
+ }
60
+ .gllr-media-attachment {
61
+ width:19%;
62
+ -moz-user-select: none;
63
+ box-sizing: border-box;
64
+ color: #464646;
65
+ cursor: move;
66
+ display: inline-block;
67
+ list-style: outside none none;
68
+ margin: 0;
69
+ padding: 8px;
70
+ position: relative;
71
+ text-align: center;
72
+ }
73
+ .gllr-media-attachment.details {
74
+ box-shadow: 0 0 0 3px #f1f1f1 inset, 0 0 0 7px #1e8cbe inset;
75
+ }
76
+ .gllr-media-attachment.selected .gllr-media-check {
77
+ background-color: #1e8cbe;
78
+ box-shadow: 0 0 0 1px #fff, 0 0 0 2px #1e8cbe;
79
+ display: block;
80
+ height: 24px;
81
+ outline: medium none;
82
+ position: absolute;
83
+ right: 0;
84
+ top: 0;
85
+ width: 24px;
86
+ z-index: 10;
87
+ }
88
+ .gllr-media-attachment.selected .media-modal-icon {
89
+ background-image: url("../../../../wp-includes/images/uploader-icons-2x.png");
90
+ background-size: 134px 15px;
91
+ background-repeat: no-repeat;
92
+ height: 15px;
93
+ margin: 5px;
94
+ width: 15px;
95
+ background-position: -21px 0;
96
+ }
97
+ .gllr-media-attachment.selected .media-modal-icon:hover,
98
+ .gllr-media-attachment.selected .media-modal-icon:focus {
99
+ background-position: -60px 0;
100
+ }
101
+ .gllr-media-attachment-preview{
102
+ position:relative;
103
+ }
104
+ .gllr-media-attachment-preview::before {
105
+ content: "";
106
+ display: block;
107
+ padding-top: 100%;
108
+ }
109
+ .success .gllr-media-attachment-preview {
110
+ box-shadow: 0 0 5px 4px rgba(153, 240, 153, 1);
111
+ -webkit-box-shadow: 0 0 5px 4px rgba(153, 240, 153, 1);
112
+ -moz-box-shadow: 0 0 5px 4px rgba(153, 240, 153, 1);
113
+ }
114
+ .gllr-media-attachment-preview .centered {
115
+ height: 100%;
116
+ left: 0;
117
+ position: absolute;
118
+ top: 0;
119
+ transform: translate(50%, 50%);
120
+ width: 100%;
121
+ }
122
+ .gllr-media-thumbnail {
123
+ bottom: 0;
124
+ left: 0;
125
+ opacity: 1;
126
+ overflow: hidden;
127
+ position: absolute;
128
+ right: 0;
129
+ top: 0;
130
+ transition: opacity 0.1s ease 0s;
131
+ }
132
+ .gllr-media-thumbnail::after {
133
+ bottom: 0;
134
+ box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
135
+ content: "";
136
+ display: block;
137
+ left: 0;
138
+ overflow: hidden;
139
+ position: absolute;
140
+ right: 0;
141
+ top: 0;
142
+ }
143
+ .gllr-media-thumbnail img {
144
+ transform: translate(-50%, -50%);
145
+ position: absolute;
146
+ left: 0;
147
+ top: 0;
148
+ max-height: 100%;
149
+ }
150
+ .gllr-media-attachment-details {
151
+ background-color: rgba(255, 255, 255, 0.8);
152
+ bottom: 8px;
153
+ display: none;
154
+ left: 8px;
155
+ padding: 0 4px 2px;
156
+ position: absolute;
157
+ right: 8px;
158
+ text-align: left;
159
+ }
160
+ .gllr-media-attachment:hover .gllr-media-attachment-details {
161
+ display:block !important;
162
+ }
163
+ .bulk-selected .gllr-media-attachment:hover .gllr-media-attachment-details,
164
+ .bulk-selected.touch .gllr-media-attachment .gllr-media-attachment-details {
165
+ display:none !important;
166
+ }
167
+ .gllr-media-filename {
168
+ word-wrap: break-word;
169
+ }
170
+ /* Media TB_inline*/
171
+ .post-type-gallery #TB_window {
172
+ max-height: 450px;
173
+ overflow: hidden;
174
+ }
175
+ .post-type-gallery #TB_ajaxContent {
176
+ box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1) inset;
177
+ max-height: 94%;
178
+ overflow: visible;
179
+ padding: 0;
180
+ width: 100% !important;
181
+ position:relative;
182
+ }
183
+ .filter-items .gllr-media-bulk-select-button,
184
+ .filter-items .gllr-media-bulk-cansel-select-button,
185
+ .filter-items .gllr-media-bulk-delete-selected-button{
186
+ margin-bottom: 10px;
187
+ margin-top: 10px;
188
+ margin-right: 20px;
189
+ }
190
+ .post-type-gallery .selected .filter-items .view-switch,
191
+ .selected .filter-items .gllr-media-bulk-select-button,
192
+ .post-type-gallery .selected .filter-items label,
193
+ .post-type-gallery .selected .search-form {
194
+ display: none;
195
+ }
196
+ .filter-items .gllr-media-bulk-cansel-select-button,
197
+ .filter-items .gllr-media-bulk-delete-selected-button{
198
+ display:none;
199
+ }
200
+ .selected .filter-items .gllr-media-bulk-cansel-select-button,
201
+ .selected .filter-items .gllr-media-bulk-delete-selected-button{
202
+ display:inline-block;
203
+ }
204
+ .filter-items .gllr-media-spinner {
205
+ display:none;
206
+ background: rgba(0, 0, 0, 0) url("../../../../wp-includes/images/spinner.gif") no-repeat scroll 0 0 / 20px 20px;
207
+ display: none;
208
+ height: 20px;
209
+ margin: 14px 0 0;
210
+ opacity: 0.7;
211
+ vertical-align: middle;
212
+ width: 20px;
213
+ }
214
+ .gllr-media-attachment-details-box{
215
+ display: none;
216
+ }
217
+ .gllr-media-attachment-details-box-left{
218
+ width:55%;
219
+ float:left;
220
+ padding:10px 15px 10px;
221
+ height: 100%;
222
+ box-sizing: border-box;
223
+ }
224
+ .gllr-media-attachment-details-box-left img{
225
+ max-width:100%;
226
+ }
227
+ .gllr-media-attachment-details-box-right{
228
+ width:44%;
229
+ float:right;
230
+ padding:10px;
231
+ box-sizing: border-box;
232
+ border-left: 1px solid #ddd;
233
+ background: #f3f3f3 none repeat scroll 0 0;
234
+ height: 100%;
235
+ }
236
+ .gllr-pro-version-block{
237
+ position: absolute;
238
+ right: 15px;
239
+ text-align: right;
240
+ top: 8px;
241
+ }
242
+ .gllr-pro-settings {
243
+ background: #fff none repeat scroll 0 0;
244
+ border: 1px solid #ddd;
245
+ display: none;
246
+ margin-top: 5px;
247
+ padding: 5px;
248
+ position: relative;
249
+ right: 43%;
250
+ text-align: left;
251
+ top: -42px;
252
+ width: 240px;
253
+ }
254
+ .gllr-pro-settings:after,
255
+ .gllr-pro-settings:before {
256
+ left: 100%;
257
+ top: 5%;
258
+ border: solid transparent;
259
+ content: " ";
260
+ height: 0;
261
+ width: 0;
262
+ position: absolute;
263
+ pointer-events: none;
264
+ }
265
+ .gllr-pro-settings:after {
266
+ border-color: rgba(255, 255, 255, 0);
267
+ border-left-color: #fff;
268
+ border-width: 10px;
269
+ margin-top: -10px;
270
+ }
271
+ .gllr-pro-settings:before {
272
+ border-color: rgba(221, 221, 221, 0);
273
+ border-left-color: #ddd;
274
+ border-width: 11px;
275
+ margin-top: -11px;
276
+ }
277
+ .gllr-pro-settings img {
278
+ max-width:80%;
279
+ }
280
+ .bws_plugin_pro_version:hover + .gllr-pro-settings {
281
+ display:block;
282
+ }
283
+ .gllr-media-attachment-actions{
284
+ border-top: 1px solid #ddd;
285
+ margin-top: 15px;
286
+ padding-top:15px;
287
+ }
288
+ .gllr-media-attachment-actions > a {
289
+ line-height: 39px;
290
+ }
291
+ .gllr-media-delete-attachment{
292
+ color:#bc0b0b;
293
+ }
294
+ .gllr-media-delete-attachment:hover{
295
+ color:red;
296
+ }
297
+ .post-type-gallery #the-list .success th,
298
+ .post-type-gallery #the-list .success td {
299
+ background: #eff8f3;
300
+ }
301
+ .post-type-gallery #the-list .success .check-column {
302
+ border-left: 4px solid #179458;
303
+ }
304
+
305
+ @media screen and (min-width: 1300px) {
306
+ .gllr-media-attachment {
307
+ width: 19.6%;
308
+ }
309
+ }
310
+ @media screen and (min-width: 1510px) {
311
+ .gllr-media-attachment {
312
+ width: 16%;
313
+ }
314
+ }
315
+ @media screen and (min-width: 2000px) {
316
+ .gllr-media-attachment {
317
+ width: 10%;
318
+ }
319
+ }
320
+ @media screen and (min-width: 2550px) {
321
+ .gllr-media-attachment {
322
+ width: 8%;
323
+ }
324
+ }
325
+ @media screen and (min-width: 3000px) {
326
+ .gllr-media-attachment {
327
+ width: 6%;
328
+ }
329
+ }
330
+ @media screen and (max-width: 1300px) {
331
+ .gllr-media-attachment{
332
+ width:24%;
333
+ }
334
+ }
335
+ @media screen and (max-width: 1150px) {
336
+ .gllr-media-attachment{
337
+ width:32%;
338
+ }
339
+ }
340
+ @media screen and (max-width: 850px) {
341
+ .gllr-media-attachment{
342
+ width:24%;
343
+ }
344
+ }
345
+ @media screen and (max-width: 760px) {
346
+ .gllr-media-attachment-details-box-right {
347
+ padding-top: 50px;
348
+ }
349
+ }
350
+ @media screen and (max-width: 700px) {
351
+ .gllr-media-attachment{
352
+ width:32%;
353
+ }
354
+ }
355
+ @media screen and (max-width: 620px) {
356
+ .post-type-gallery .filter-items > label {
357
+ display: block;
358
+ margin: 10px 0 20px;
359
+ }
360
+ .gllr-media-attachment-actions > a {
361
+ display: block;
362
+ }
363
+ .gllr-separator{
364
+ display:none;
365
+ }
366
+ }
367
+ @media screen and (max-width: 500px) {
368
+ .gllr-media-attachment{
369
+ width:45%;
370
+ }
371
+ }
372
+ @media screen and (max-width: 480px) {
373
+ .gllr-media-attachment-details-box-left {
374
+ float: none;
375
+ height: auto;
376
+ width: 100%;
377
+ padding-top: 50px;
378
+ }
379
+ .gllr-media-attachment-details-box-right {
380
+ border-top: 1px solid #ddd;
381
+ float: none;
382
+ height: auto;
383
+ width: 100%;
384
+ padding-top: 10px;
385
+ }
386
+ .post-type-gallery #TB_window{
387
+ overflow: auto;
388
+ }
389
+ .gllr-media-attachment-actions > a {
390
+ display: inline;
391
+ }
392
+ .gllr-separator{
393
+ display:inline;
394
+ }
395
+ }
396
+ @media screen and (max-width: 440px) {
397
+ .gllr-media-attachment{
398
+ width:49%;
399
+ }
400
+ }
401
+ @media screen and (max-width: 320px) {
402
+ .gllr-media-filetype{
403
+ display:none;
404
+ }
405
  }
css/style_wp_before_3.8.css CHANGED
@@ -21,38 +21,6 @@
21
  clear: both;
22
  height: 0;
23
  }
24
- .gllr_image_text {
25
- width:150px;
26
- }
27
- .gllr_link_text, .gllr_image_alt_tag {
28
- width:170px;
29
- }
30
- .gllr_order_text {
31
- width: 20px;
32
- }
33
- #Upload-File .gllr_order_message{
34
- padding-bottom:10px;
35
- }
36
- #Upload-File .gallery .gllr_image_block {
37
- float: left;
38
- }
39
- #Upload-File .gallery .gllr_border_image {
40
- border: 1px solid #BDBDBD;
41
- }
42
- #Upload-File .gallery .gllr_border_image img {
43
- padding:10px;
44
- }
45
- #Upload-File .gallery .small_text{
46
- font-size:10px;
47
- color:grey;
48
- }
49
- .gallery .delete {
50
- padding-top: 2px;
51
- text-align: center;
52
- }
53
- li.gllr_image_block {
54
- margin: 5px 6px 10px 0;
55
- }
56
  .pp_social {
57
  display:none;
58
  }
@@ -69,21 +37,18 @@ li.gllr_image_block {
69
  }
70
  #gllr_loader,
71
  #gllr_img_loader {
72
- float: left;
73
  position: relative;
74
  display: none;
75
  }
76
- .gllr_code {
77
- background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
78
- font-size: 13px;
79
- margin: 0 1px;
80
- padding: 3px 5px 2px;
81
- }
82
- .gllr_span {
83
- color: #888888;
84
- font-size: 10px;
85
- }
86
  .rtl #gllr_settings_form label {
87
  float: right;
88
  width: 100%;
 
 
 
 
 
 
 
 
89
  }
21
  clear: both;
22
  height: 0;
23
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  .pp_social {
25
  display:none;
26
  }
37
  }
38
  #gllr_loader,
39
  #gllr_img_loader {
 
40
  position: relative;
41
  display: none;
42
  }
 
 
 
 
 
 
 
 
 
 
43
  .rtl #gllr_settings_form label {
44
  float: right;
45
  width: 100%;
46
+ }
47
+
48
+ /* New media style */
49
+ .post-type-gallery #wp-content-media-buttons {
50
+ display: none;
51
+ }
52
+ .post-type-gallery #the-list.ui-sortable {
53
+ cursor: move;
54
  }
gallery-plugin.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Gallery by BestWebSoft
4
  Plugin URI: http://bestwebsoft.com/products/
5
  Description: This plugin allows you to implement gallery page into web site.
6
  Author: BestWebSoft
7
- Version: 4.3.5
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
@@ -34,8 +34,13 @@ $gllr_filenames[] = 'gallery-template.php';
34
 
35
  if ( ! function_exists( 'add_gllr_admin_menu' ) ) {
36
  function add_gllr_admin_menu() {
 
37
  bws_add_general_menu( plugin_basename( __FILE__ ) );
38
- add_submenu_page( 'bws_plugins', 'Gallery', 'Gallery', 'manage_options', 'gallery-plugin.php', 'gllr_settings_page' );
 
 
 
 
39
  }
40
  }
41
 
@@ -45,7 +50,8 @@ if ( ! function_exists ( 'gllr_init' ) ) {
45
  /* Internationalization, first(!) */
46
  load_plugin_textdomain( 'gallery', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
47
 
48
- require_once( dirname( __FILE__ ) . '/bws_menu/bws_functions.php' );
 
49
 
50
  if ( ! $gllr_plugin_info ) {
51
  if ( ! function_exists( 'get_plugin_data' ) )
@@ -53,7 +59,7 @@ if ( ! function_exists ( 'gllr_init' ) ) {
53
  $gllr_plugin_info = get_plugin_data( __FILE__ );
54
  }
55
  /* Function check if plugin is compatible with current WP version */
56
- bws_wp_version_check( plugin_basename( __FILE__ ), $gllr_plugin_info, '3.2' );
57
 
58
  /* Register post type */
59
  gllr_post_type_images();
@@ -62,7 +68,7 @@ if ( ! function_exists ( 'gllr_init' ) ) {
62
 
63
  if ( ! function_exists ( 'gllr_admin_init' ) ) {
64
  function gllr_admin_init() {
65
- global $bws_plugin_info, $gllr_plugin_info;
66
  /* Add variable for bws_menu */
67
  if ( ! isset( $bws_plugin_info ) || empty( $bws_plugin_info ) ) {
68
  $bws_plugin_info = array( 'id' => '79', 'version' => $gllr_plugin_info["Version"] );
@@ -71,6 +77,8 @@ if ( ! function_exists ( 'gllr_admin_init' ) ) {
71
  gllr_settings();
72
  /* add error if templates were not found in the theme directory */
73
  gllr_admin_error();
 
 
74
  }
75
  }
76
 
@@ -90,17 +98,20 @@ if ( ! function_exists( 'gllr_settings' ) ) {
90
  'start_slideshow' => 0,
91
  'slideshow_interval' => 2000,
92
  'single_lightbox_for_multiple_galleries' => 0,
93
- 'order_by' => 'menu_order',
94
  'order' => 'ASC',
95
  'read_more_link_text' => __( 'See images &raquo;', 'gallery' ),
96
  'image_text' => 0,
97
  'return_link' => 0,
98
- 'return_link_text' => 'Return to all albums',
99
  'return_link_page' => 'gallery_template_url',
100
  'return_link_url' => '',
101
  'return_link_shortcode' => 0,
102
  'rewrite_template' => 1,
103
  'display_demo_notice' => 1,
 
 
 
104
  );
105
 
106
  /* Install the option defaults */
@@ -112,7 +123,16 @@ if ( ! function_exists( 'gllr_settings' ) ) {
112
 
113
  /* Array merge incase this version has added new options */
114
  if ( ! isset( $gllr_options['plugin_option_version'] ) || $gllr_options['plugin_option_version'] != $gllr_plugin_info["Version"] ) {
 
 
 
 
 
 
 
 
115
  $gllr_option_defaults['display_demo_notice'] = 0;
 
116
  $gllr_options = array_merge( $gllr_option_defaults, $gllr_options );
117
  $gllr_options['plugin_option_version'] = $gllr_plugin_info["Version"];
118
  update_option( 'gllr_options', $gllr_options );
@@ -173,8 +193,75 @@ if ( ! function_exists( 'gllr_plugin_install' ) ) {
173
  @fwrite( $handle, $contents );
174
  @fclose( $handle );
175
  @chmod( $gllr_themepath . $filename, octdec( 755 ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
176
  }
177
  }
 
 
 
 
178
  }
179
  }
180
 
@@ -191,6 +278,40 @@ if ( ! function_exists ( 'gllr_after_switch_theme' ) ) {
191
  }
192
  }
193
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
194
  if ( ! function_exists( 'gllr_admin_error' ) ) {
195
  function gllr_admin_error() {
196
  global $gllr_filenames, $gllr_filepath, $gllr_themepath;
@@ -217,12 +338,11 @@ if ( ! function_exists( 'gllr_post_type_images' ) ) {
217
  'labels' => array(
218
  'name' => __( 'Galleries', 'gallery' ),
219
  'singular_name' => __( 'Gallery', 'gallery' ),
220
- 'add_new' => __( 'Add a Gallery', 'gallery' ),
221
  'add_new_item' => __( 'Add New Gallery', 'gallery' ),
222
  'edit_item' => __( 'Edit Gallery', 'gallery' ),
223
  'new_item' => __( 'New Gallery', 'gallery' ),
224
  'view_item' => __( 'View Gallery', 'gallery' ),
225
- 'search_items' => __( 'Find a Gallery', 'gallery' ),
226
  'not_found' => __( 'No Gallery found', 'gallery' ),
227
  'parent_item_colon' => '',
228
  'menu_name' => __( 'Galleries', 'gallery' )
@@ -248,7 +368,7 @@ if ( ! function_exists( 'gllr_addImageAncestorToMenu' ) ) {
248
  global $wpdb, $post;
249
 
250
  if ( empty( $post->ancestors ) ) {
251
- $parent_id = $wpdb->get_var( "SELECT $wpdb->posts.ID FROM $wpdb->posts, $wpdb->postmeta WHERE meta_key = '_wp_page_template' AND meta_value = 'gallery-template.php' AND post_status = 'publish' AND $wpdb->posts.ID = $wpdb->postmeta.post_id" );
252
  while ( $parent_id ) {
253
  $page = get_page( $parent_id );
254
  if ( 0 < $page->post_parent )
@@ -264,7 +384,7 @@ if ( ! function_exists( 'gllr_addImageAncestorToMenu' ) ) {
264
  $post_ancestors = $post->ancestors;
265
  }
266
 
267
- $menuItems = $wpdb->get_col( "SELECT DISTINCT post_id FROM $wpdb->postmeta WHERE meta_key = '_menu_item_object_id' AND meta_value IN (" . implode( ',', $post_ancestors ) . ")" );
268
 
269
  if ( is_array( $menuItems ) ) {
270
  foreach ( $menuItems as $menuItem ) {
@@ -280,7 +400,6 @@ if ( ! function_exists( 'gllr_addImageAncestorToMenu' ) ) {
280
 
281
  if ( ! function_exists( 'init_metaboxes_gallery' ) ) {
282
  function init_metaboxes_gallery() {
283
- add_meta_box( 'Upload-File', __( 'Upload File', 'gallery' ), 'gllr_post_custom_box', 'gallery', 'normal', 'high' );
284
  add_meta_box( 'Gallery-Shortcode', __( 'Gallery Shortcode', 'gallery' ), 'gllr_post_shortcode_box', 'gallery', 'side', 'high' );
285
  if ( ! ( is_plugin_active( 'gallery-categories/gallery-categories.php' ) || is_plugin_active( 'gallery-categories-pro/gallery-categories-pro.php' ) ) ) {
286
  add_meta_box( 'Gallery-Categories', __( 'Gallery Categories', 'gallery' ), 'gllr_gallery_categories', 'gallery', 'side', 'core' );
@@ -288,143 +407,19 @@ if ( ! function_exists( 'init_metaboxes_gallery' ) ) {
288
  }
289
  }
290
 
291
- if ( ! function_exists( 'gllr_add_button_for_reattacher' ) ) {
292
- function gllr_add_button_for_reattacher() {
293
- global $wp_version, $gllr_plugin_info; ?>
294
- <div id='gllr-rttchr-gallery-media-buttons' class='hide-if-no-js'>
295
- <p><span class='rttchr-button-title'> <?php _e( 'Choose a media file that will be attached', 'gallery' ); if ( 3.3 > $wp_version ) echo ' (' . sprintf( __( 'You need to install "%s" plugin to use this functionality', 'gallery'), '<a href="http://bestwebsoft.com/products/re-attacher/?k=f8c93192ba527e10974f5e901b5adb52&pn=79&v=' . $gllr_plugin_info["Version"] . '&wp_v=' . $wp_version . '">Re attacher</a>' ) . ')'; ?>: </span></p>
296
- <a class='button' id='gllr-rttchr-attach-media-item'><?php _e( 'Attach media item to this gallery', 'gallery' ); ?></a>
297
- </div>
298
- <?php }
299
- }
300
-
301
- /* Create custom meta box for gallery post type */
302
- if ( ! function_exists( 'gllr_post_custom_box' ) ) {
303
- function gllr_post_custom_box( $obj = '', $box = '' ) {
304
- global $post, $wp_version, $gllr_plugin_info;
305
- $key = "gllr_image_text";
306
- $error = "";
307
- $uploader = true;
308
- $link_key = "gllr_link_url";
309
- $alt_tag_key = "gllr_image_alt_tag";
310
- $gllr_options = get_option( 'gllr_options' );
311
- $gllr_download_link = get_post_meta( $post->ID, 'gllr_download_link', true );
312
-
313
- $post_types = get_post_types( array( '_builtin' => false ) );
314
- if ( ! is_writable ( plugin_dir_path( __FILE__ ) ."upload/files/" ) ) {
315
- $error = __( "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)", 'gallery' );
316
- $uploader = false;
317
- }
318
- /* Add link for Re-attached plugin */
319
- if ( current_user_can( 'edit_posts' ) ) {
320
- if ( function_exists( 'rttchr_add_button_in_gallery' ) )
321
- rttchr_add_button_in_gallery();
322
- elseif ( function_exists( 'rttchrpr_add_button_in_gallery' ) )
323
- rttchrpr_add_button_in_gallery();
324
- else
325
- gllr_add_button_for_reattacher();
326
- } ?>
327
- <div style="padding-top:10px;"><label for="uploadscreen"><?php _e( 'Choose an image for upload:', 'gallery' ); ?></label>
328
- <input name="MAX_FILE_SIZE" value="1048576" type="hidden" />
329
- <div id="file-uploader-demo1" style="padding-top:10px;">
330
- <?php echo $error; ?>
331
- <noscript>
332
- <p><?php _e( 'Please enable JavaScript to use the file uploader.', 'gallery' ); ?></p>
333
- </noscript>
334
- </div>
335
- <ul id="files" ></ul>
336
- <div id="hidden"></div>
337
- <div class="gllr_clear"></div>
338
- </div>
339
- <div class="gllr_order_message hidden">
340
- <label><input type="checkbox" name="gllr_download_link" value="1" <?php if ( '' != $gllr_download_link ) echo "checked='checked'"; ?> /> <?php _e( 'Allow the download link for all images in this gallery', 'gallery' ); ?></label><br /><br />
341
- <?php _e( 'Please use the drag and drop function to change an order of the images displaying and do not forget to save the post.', 'gallery'); ?>
342
- <br />
343
- <?php _e( 'Please make a choice', 'gallery'); echo ' `'; _e( 'Sort images by', 'gallery' ); echo '` -> `'; _e( 'sort images', 'gallery' ); echo '` '; _e( 'on the plugin settings page (', 'gallery' ); ?> <a href="<?php echo admin_url( 'admin.php?page=gallery-plugin.php', 'http' ); ?>" target="_blank"><?php echo admin_url( 'admin.php?page=gallery-plugin.php', 'http' ); ?></a>)
344
- </div>
345
- <script type="text/javascript">
346
- <?php if ( true === $uploader ) { ?>
347
- jQuery(document).ready( function() {
348
- var uploader = new qq.FileUploader({
349
- element: document.getElementById('file-uploader-demo1'),
350
- action: '../wp-admin/admin-ajax.php?action=upload_gallery_image&gllr_ajax_nonce_field=' + '<?php echo wp_create_nonce( plugin_basename( __FILE__ ), 'gllr_ajax_nonce_field' ); ?>',
351
- debug: false,
352
- onComplete: function( id, fileName, result ) {
353
- if ( result.error ) {
354
- /**/
355
- } else {
356
- var size = result;
357
- jQuery.ajax({
358
- /* sanitize file name */
359
- url: '../wp-admin/admin-ajax.php?action=gllr_sanitize_file_name',
360
- type: "POST",
361
- data: "gllr_ajax_nonce_field=<?php echo wp_create_nonce( plugin_basename( __FILE__ ), 'gllr_ajax_nonce_field' ); ?>&gllr_name=" + fileName,
362
- success: function( fileName ) {
363
- jQuery('<li></li>').appendTo('#files').html('<img src="<?php echo plugins_url( "upload/files/" , __FILE__ ); ?>' + fileName + '" alt="" /><div style="width:200px">' + fileName + '<br />' + size.width + 'x' + size.height + '</div>').addClass('success');
364
- jQuery('<input type="hidden" name="undefined[]" id="undefined" value="' + fileName + '" />').appendTo('#hidden');
365
- }
366
- });
367
- }
368
- }
369
- });
370
- jQuery('#images_albumdiv').remove();
371
- });
372
- <?php } ?>
373
- function img_delete( id ) {
374
- jQuery( '#' + id ).hide();
375
- jQuery( '#delete_images' ).append( '<input type="hidden" name="delete_images[]" value="' + id + '" />' );
376
- }
377
- </script>
378
- <?php $posts = get_posts( array(
379
- "showposts" => -1,
380
- "what_to_show" => "posts",
381
- "post_status" => "inherit",
382
- "post_type" => "attachment",
383
- "orderby" => $gllr_options['order_by'],
384
- "order" => $gllr_options['order'],
385
- "post_mime_type" => "image/jpeg,image/gif,image/jpg,image/png",
386
- "post_parent" => $post->ID )); ?>
387
- <ul class="gallery clearfix">
388
- <?php /* common values */
389
- $thumbnail_size_h = get_option( 'thumbnail_size_h' );
390
- $thumbnail_size_w = get_option( 'thumbnail_size_w' );
391
- foreach ( $posts as $page ):
392
- $image_text = get_post_meta( $page->ID, $key, FALSE );
393
- echo '<li id="' . $page->ID . '" class="gllr_image_block"><div class="gllr_drag">';
394
- $image_attributes = wp_get_attachment_image_src( $page->ID, 'thumbnail' );
395
- echo '<div class="gllr_border_image"><img src="' . $image_attributes[0] . '" alt="' . $page->post_title . '" title="' . $page->post_title . '" height="' . $thumbnail_size_h . '" width="' . $thumbnail_size_w . '" /></div>';
396
- echo '<br />' . __( "Title", "gallery" ) . '<br /><input type="text" name="gllr_image_text[' . $page->ID . ']" value="' . get_post_meta( $page->ID, $key, TRUE ) . '" class="gllr_image_text" />';
397
- echo '<input type="text" name="gllr_order_text[' . $page->ID . ']" value="' . $page->menu_order . '" class="gllr_order_text ' . ( $page->menu_order == 0 ? "hidden" : '' ) . '" />';
398
- echo '<br />' . __( "Alt tag", "gallery" ) . '<br /><input type="text" name="gllr_image_alt_tag[' . $page->ID . ']" value="' . get_post_meta( $page->ID, $alt_tag_key, TRUE ) . '" class="gllr_image_alt_tag" />';
399
- echo '<br />' . __( "URL", "gallery" ) . '<br /><input type="text" name="gllr_link_url[' . $page->ID . ']" value="' . get_post_meta( $page->ID, $link_key, TRUE ) . '" class="gllr_link_text" /><br /><span class="small_text">' . __( "(by click on image opens a link in a new window)", "gallery" ) . '</span>';
400
- echo '<a class="bws_plugin_pro_version" href="http://bestwebsoft.com/products/gallery/?k=63a36f6bf5de0726ad6a43a165f38fe5&pn=79&v=' . $gllr_plugin_info["Version"] . '&wp_v=' . $wp_version . '" target="_blank" title="' . __( 'This setting is available in Pro version', 'gallery' ) . '">' .
401
- '<div>' . __( "Open the URL", "gallery" ) . '<br/><input disabled type="radio" value="_self" > ' . __( "Current window", "gallery" ) . '<br/><input disabled type="radio" value="_blank" > ' . __( "New window", "gallery" ) . '<br/>' .
402
- __( "Lightbox button URL", "gallery" ) . '<br><input class="gllr_link_text" disabled type="text" value="" name="gllrprfssnl_lightbox_button_url"><br/>' .
403
- __( "Description", "gallery" ) . '<br><input class="gllr_link_text" disabled type="text" value="" name="gllrprfssnl_description"></div></a>';
404
- echo '<div class="delete"><a href="javascript:void(0);" onclick="img_delete(' . $page->ID . ');">' . __( "Delete", "gallery" ) . '</a><div/>';
405
- /**
406
- * Add link for Re-attached plugin
407
- */
408
- if ( function_exists( 'rttchr_add_button_unattach_gallery' ) )
409
- rttchr_add_button_unattach_gallery( $page->ID );
410
- elseif ( function_exists( 'rttchrpr_add_button_unattach_gallery' ) )
411
- rttchrpr_add_button_unattach_gallery( $page->ID );
412
- echo '</div></li>';
413
- endforeach; ?>
414
- </ul>
415
- <div class="gllr_clear"></div>
416
- <div id="delete_images"></div>
417
- <?php }
418
- }
419
-
420
  /* Create shortcode meta box for gallery post type */
421
  if ( ! function_exists( 'gllr_post_shortcode_box' ) ) {
422
  function gllr_post_shortcode_box( $obj = '', $box = '' ) {
423
  global $post; ?>
424
- <p><?php _e( 'You can add a Single Gallery to the page or post by inserting this shortcode into the content', 'gallery' ); ?>:</p>
425
- <p><span class="gllr_code">[print_gllr id=<?php echo $post->ID; ?>]</span></p>
426
- <p><?php _e( 'If you want to display a short description containing a screenshot and the link to the Single Gallery Page', 'gallery' ); ?>:</p>
427
- <p><span class="gllr_code">[print_gllr id=<?php echo $post->ID; ?> display=short]</span></p>
 
 
 
 
 
428
  <?php }
429
  }
430
 
@@ -468,124 +463,67 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
468
  $link_key = "gllr_link_url";
469
  $alt_tag_key = "gllr_image_alt_tag";
470
 
471
- if ( isset( $_REQUEST['undefined'] ) && ! empty( $_REQUEST['undefined'] ) ) {
472
- $array_file_name = $_REQUEST['undefined'];
473
- $uploadFile = array();
474
- $newthumb = array();
475
- $time = current_time( 'mysql' );
476
- $uploadDir = wp_upload_dir( $time );
477
-
478
- while ( list( $key, $val ) = each( $array_file_name ) ) {
479
- $imagename = sanitize_file_name( $val );
480
- $uploadFile[] = $uploadDir["path"] . "/" . $imagename;
481
- }
482
- reset( $array_file_name );
483
- require_once( ABSPATH . 'wp-admin/includes/image.php' );
484
- while ( list( $key, $val ) = each( $array_file_name ) ) {
485
- $file_name = sanitize_file_name( $val );
486
- if ( file_exists( $uploadFile[ $key ] ) ){
487
- $uploadFile[ $key ] = $uploadDir["path"] . "/" . pathinfo( $uploadFile[ $key ], PATHINFO_FILENAME ).uniqid().".".pathinfo( $uploadFile[$key], PATHINFO_EXTENSION );
488
- }
489
-
490
- if ( copy ( plugin_dir_path( __FILE__ ) . "upload/files/" . $file_name, $uploadFile[ $key ] ) ) {
491
- unlink( plugin_dir_path( __FILE__ ) . "upload/files/" . $file_name );
492
- $overrides = array( 'test_form' => false );
493
- $file = $uploadFile[$key];
494
- $filename = basename( $file );
495
-
496
- $wp_filetype = wp_check_filetype( $filename, null );
497
- $attachment = array(
498
- 'post_mime_type' => $wp_filetype['type'],
499
- 'post_title' => $filename,
500
- 'post_content' => '',
501
- 'post_status' => 'inherit'
502
- );
503
- $attach_id = wp_insert_attachment( $attachment, $file );
504
- $attach_data = wp_generate_attachment_metadata( $attach_id, $file );
505
- wp_update_attachment_metadata( $attach_id, $attach_data );
506
- $wpdb->query( $wpdb->prepare( "UPDATE $wpdb->posts SET post_parent = %d WHERE ID = %d", $post->ID, $attach_id ) );
507
- }
508
- }
509
  }
 
510
  if ( isset( $_REQUEST['delete_images'] ) ) {
511
  foreach ( $_REQUEST['delete_images'] as $delete_id ) {
512
  delete_post_meta( $delete_id, $key );
513
  wp_delete_attachment( $delete_id );
514
- if ( isset( $_REQUEST['gllr_order_text'][ $delete_id ] ) )
515
- unset( $_REQUEST['gllr_order_text'][ $delete_id ] );
516
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
517
  }
518
  if ( isset( $_REQUEST['gllr_image_text'] ) ) {
519
- $posts = get_posts( array(
520
- "showposts" => -1,
521
- "what_to_show" => "posts",
522
- "post_status" => "inherit",
523
- "post_type" => "attachment",
524
- "orderby" => "menu_order",
525
- "order" => "ASC",
526
- "post_mime_type" => "image/jpeg,image/gif,image/jpg,image/png",
527
- "post_parent" => $post->ID ) );
528
- foreach ( $posts as $page ) {
529
- if ( isset( $_REQUEST['gllr_image_text'][ $page->ID ] ) ) {
530
- $value = htmlspecialchars( trim( $_REQUEST['gllr_image_text'][ $page->ID ] ) );
531
- if ( get_post_meta( $page->ID, $key, FALSE ) ) {
532
- /* Custom field has a value and this custom field exists in database */
533
- update_post_meta( $page->ID, $key, $value );
534
- } elseif ( $value ) {
535
- /* Custom field has a value, but this custom field does not exist in database */
536
- add_post_meta( $page->ID, $key, $value );
537
- }
538
  }
539
  }
540
  }
541
- if ( isset( $_REQUEST['gllr_order_text'] ) ) {
542
- foreach ( $_REQUEST['gllr_order_text'] as $key => $val ) {
543
- wp_update_post( array( 'ID' => $key, 'menu_order' => $val ) );
544
- }
545
- }
546
  if ( isset( $_REQUEST['gllr_link_url'] ) ) {
547
- $posts = get_posts( array(
548
- "showposts" => -1,
549
- "what_to_show" => "posts",
550
- "post_status" => "inherit",
551
- "post_type" => "attachment",
552
- "orderby" => "menu_order",
553
- "order" => "ASC",
554
- "post_mime_type" => "image/jpeg,image/gif,image/jpg,image/png",
555
- "post_parent" => $post->ID ) );
556
- foreach ( $posts as $page ) {
557
- if ( isset( $_REQUEST['gllr_link_url'][ $page->ID ] ) ) {
558
- $value = esc_url( trim( $_REQUEST['gllr_link_url'][ $page->ID ] ) );
559
- if ( get_post_meta( $page->ID, $link_key, FALSE ) ) {
560
- /* Custom field has a value and this custom field exists in database */
561
- update_post_meta( $page->ID, $link_key, $value );
562
- } elseif ( $value ) {
563
- /* Custom field has a value, but this custom field does not exist in database */
564
- add_post_meta( $page->ID, $link_key, $value );
565
- }
566
  }
567
  }
568
  }
569
  if ( isset( $_REQUEST['gllr_image_alt_tag'] ) ) {
570
- $posts = get_posts( array(
571
- "showposts" => -1,
572
- "what_to_show" => "posts",
573
- "post_status" => "inherit",
574
- "post_type" => "attachment",
575
- "orderby" => "menu_order",
576
- "order" => "ASC",
577
- "post_mime_type" => "image/jpeg,image/gif,image/jpg,image/png",
578
- "post_parent" => $post->ID ));
579
- foreach ( $posts as $page ) {
580
- if ( isset( $_REQUEST['gllr_image_alt_tag'][ $page->ID ] ) ) {
581
- $value = htmlspecialchars( trim( $_REQUEST['gllr_image_alt_tag'][ $page->ID ] ) );
582
- if ( get_post_meta( $page->ID, $alt_tag_key, FALSE ) ) {
583
- /* Custom field has a value and this custom field exists in database */
584
- update_post_meta( $page->ID, $alt_tag_key, $value );
585
- } elseif ( $value ) {
586
- /* Custom field has a value, but this custom field does not exist in database */
587
- add_post_meta( $page->ID, $alt_tag_key, $value );
588
- }
589
  }
590
  }
591
  }
@@ -668,12 +606,12 @@ if ( ! function_exists( 'gllr_template_redirect' ) ) {
668
  if ( ! function_exists( 'gllr_change_columns' ) ) {
669
  function gllr_change_columns( $cols ) {
670
  $cols = array(
671
- 'cb' => '<input type="checkbox" />',
672
- 'title' => __( 'Title', 'gallery' ),
673
- 'autor' => __( 'Author', 'gallery' ),
674
- 'gallery' => __( 'Photo', 'gallery' ),
675
- 'status' => __( 'Publishing', 'gallery' ),
676
- 'dates' => __( 'Date', 'gallery' )
677
  );
678
  return $cols;
679
  }
@@ -682,30 +620,23 @@ if ( ! function_exists( 'gllr_change_columns' ) ) {
682
  if ( ! function_exists( 'gllr_custom_columns' ) ) {
683
  function gllr_custom_columns( $column, $post_id ) {
684
  global $wpdb;
685
- $post = get_post( $post_id );
686
- $row = $wpdb->get_results( "SELECT *
687
- FROM $wpdb->posts
688
- WHERE $wpdb->posts.post_parent = $post_id
689
- AND $wpdb->posts.post_type = 'attachment'
690
- AND (
691
- $wpdb->posts.post_status = 'inherit'
692
- )
693
- ORDER BY $wpdb->posts.post_title ASC" );
694
  switch ( $column ) {
695
  case "autor":
696
  $author_id = $post->post_author;
697
  echo '<a href="edit.php?post_type=post&amp;author=' . $author_id . '">' . get_the_author_meta( 'user_nicename' , $author_id ) . '</a>';
698
  break;
699
- case "gallery":
700
- echo count( $row );
701
  break;
702
- case "status":
703
- if ( 'publish' == $post->post_status )
704
- echo '<a href="javascript:void(0)">Yes</a>';
 
705
  else
706
- echo '<a href="javascript:void(0)">No</a>';
707
  break;
708
- case "dates":
709
  echo strtolower( __( date( "F", strtotime( $post->post_date ) ), 'kerksite' ) ) . " " . date( "j Y", strtotime( $post->post_date ) );
710
  break;
711
  }
@@ -849,14 +780,13 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
849
  $message = __( 'All plugin settings were restored.', 'gallery' );
850
  }
851
 
852
- $result = apply_filters( 'bws_handle_demo_data', 'gllr_settings' );
853
  if ( ( ! empty( $result ) ) && is_array( $result ) ) {
854
  $error = $result['error'];
855
  $message = $result['done'];
856
  if ( ! empty( $result['done'] ) )
857
  $gllr_options = $result['options'];
858
- }
859
- ?>
860
  <div class="wrap">
861
  <div class="icon32 icon32-bws" id="icon-options-general"></div>
862
  <h2><?php _e( 'Gallery Settings', 'gallery' ); ?></h2>
@@ -873,16 +803,16 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
873
  } elseif ( isset( $_POST['bws_handle_demo'] ) && check_admin_referer( $plugin_basename, 'bws_settings_nonce_name' ) ) {
874
  bws_demo_confirm();
875
  } else { ?>
 
876
  <div id="gllr_settings_notice" class="updated fade" style="display:none"><p><strong><?php _e( "Notice:", 'gallery' ); ?></strong> <?php _e( "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button.", 'gallery' ); ?></p></div>
877
- <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' ); ?> [print_gllr id=Your_gallery_post_id]</p>
878
- <noscript>
879
- <div class="error"><p><?php _e( 'Please enable JavaScript to use the option to renew images.', 'gallery' ); ?></p></div>
880
- </noscript>
881
- <table class="form-table">
882
  <tr valign="top">
883
  <th scope="row"><?php _e( 'Update images for gallery', 'gallery' ); ?> </th>
884
  <td style="position:relative">
885
- <input type="button" value="<?php _e( 'Update images', 'gallery' ); ?>" id="ajax_update_images" name="ajax_update_images" class="button" onclick="javascript:gllr_update_images();"> <div id="gllr_img_loader"><img src="<?php echo plugins_url( 'images/ajax-loader.gif', __FILE__ ); ?>" alt="loader" /></div>
886
  </td>
887
  </tr>
888
  </table>
@@ -918,7 +848,7 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
918
  </td>
919
  </tr>
920
  <tr valign="top">
921
- <td colspan="2"><span class="gllr_span"><?php _e( 'WordPress will create a new thumbnail with the specified dimensions when you upload a new photo.', 'gallery' ); ?></span></td>
922
  </tr>
923
  </table>
924
  <div class="bws_pro_version_bloc">
@@ -956,12 +886,7 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
956
  <td>
957
  <input disabled class="button button-small gllrprfssnl_lightbox_default" type="button" value="<?php _e( 'Default', 'gallery' ); ?>"> <br />
958
  <input disabled type="text" size="8" value="0.7" name="gllrprfssnl_background_lightbox_opacity" /> <?php _e( 'Background transparency (from 0 to 1)', 'gallery' ); ?><br />
959
- <?php if ( 3.5 <= $wp_version ) { ?>
960
- <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' ); ?></label>
961
- <?php } else { ?>
962
- <label><input disabled id="gllrprfssnl_background_lightbox_color" type="text" name="gllrprfssnl_background_lightbox_color" value="#777777" id="gllrprfssnl_background_lightbox_color" /><span id="gllrprfssnl_background_lightbox_color_small" style="background-color:#777777"></span> <?php _e( 'Background color', 'gallery' ); ?></label>
963
- <div id="colorPickerDiv_backgraund" style="z-index: 100; background:#eee; border:1px solid #ccc; position:absolute; display:none;"></div>
964
- <?php } ?>
965
  </td>
966
  </tr>
967
  <tr valign="top">
@@ -973,17 +898,14 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
973
  </div>
974
  <div class="bws_pro_version_tooltip">
975
  <div class="bws_info">
976
- <?php _e( 'Unlock premium options by upgrading to a PRO version.', 'gallery' ); ?>
977
- <a 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' ); ?></a>
978
  </div>
979
  <div class="bws_pro_links">
980
  <span class="bws_trial_info">
981
  <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' ); ?></a>
982
  <?php _e( 'or', 'gallery' ); ?>
983
- </span>
984
- <a class="bws_button" href="http://bestwebsoft.com/products/gallery/buy/?k=63a36f6bf5de0726ad6a43a165f38fe5&pn=79&v=<?php echo $gllr_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Gallery Pro Plugin">
985
- <?php _e( 'Go', 'gallery' ); ?> <strong>PRO</strong>
986
- </a>
987
  </div>
988
  <div class="gllr_clear"></div>
989
  </div>
@@ -994,12 +916,7 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
994
  <td>
995
  <input type="checkbox" name="gllr_border_images" value="1" <?php if ( 1 == $gllr_options["border_images"] ) echo 'checked="checked"'; ?> /><br />
996
  <input type="number" min="0" max="10000" value="<?php echo $gllr_options["border_images_width"]; ?>" name="gllr_border_images_width" /> <?php _e( 'Border width in px, just numbers', 'gallery' ); ?><br />
997
- <?php if ( 3.5 <= $wp_version ) { ?>
998
- <label><input type="minicolors" name="gllr_border_images_color" maxlength="7" value="<?php echo $gllr_options["border_images_color"]; ?>" id="gllr_border_images_color" /> <?php _e( 'Select a border color', 'gallery' ); ?></label>
999
- <?php } else { ?>
1000
- <label><input type="text" name="gllr_border_images_color" maxlength="7" value="<?php echo $gllr_options["border_images_color"]; ?>" id="gllr_border_images_color" /><span id="gllr_border_images_color_small" style="background-color:<?php echo $gllr_options["border_images_color"]; ?>"></span> <?php _e( 'Select a border color', 'gallery' ); ?></label>
1001
- <div id="colorPickerDiv" style="z-index: 100; background:#eee; border:1px solid #ccc; position:absolute; display:none;"></div>
1002
- <?php } ?>
1003
  </td>
1004
  </tr>
1005
  <tr valign="top">
@@ -1032,7 +949,7 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
1032
  <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' ); ?></label><br />
1033
  <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' ); ?></label><br />
1034
  <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' ); ?></label><br />
1035
- <label class="label_radio"><input type="radio" name="gllr_order_by" value="menu_order" <?php if ( 'menu_order' == $gllr_options["order_by"] ) echo 'checked="checked"'; ?> /> <?php _e( 'Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)', 'gallery' ); ?></label><br />
1036
  <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' ); ?></label>
1037
  </td>
1038
  </tr>
@@ -1087,21 +1004,21 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
1087
  <?php if ( array_key_exists( 'custom-search-plugin/custom-search-plugin.php', $all_plugins ) || array_key_exists( 'custom-search-pro/custom-search-pro.php', $all_plugins ) ) {
1088
  if ( is_plugin_active( 'custom-search-plugin/custom-search-plugin.php' ) || is_plugin_active( 'custom-search-pro/custom-search-pro.php' ) ) { ?>
1089
  <input type="checkbox" name="gllr_add_to_search" value="1" <?php if ( in_array( 'gallery', $cstmsrch_options['post_types'] ) ) echo 'checked="checked"'; ?> />
1090
- <span class="gllr_span"> (<?php _e( 'Using', 'gallery' ); ?> Custom Search <?php _e( 'powered by', 'gallery' ); ?> <a href="http://bestwebsoft.com/products/">bestwebsoft.com</a>)</span>
1091
  <?php } else { ?>
1092
  <input disabled="disabled" type="checkbox" name="gllr_add_to_search" value="1" <?php if ( in_array( 'gallery', $cstmsrch_options['post_types'] ) ) echo 'checked="checked"'; ?> />
1093
- <span class="gllr_span">(<?php _e( 'Using Custom Search powered by', 'gallery' ); ?> <a href="http://bestwebsoft.com/products/">bestwebsoft.com</a>) <a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate Custom Search', 'gallery' ); ?></a></span>
1094
  <?php }
1095
  } else { ?>
1096
  <input disabled="disabled" type="checkbox" name="gllr_add_to_search" value="1" />
1097
- <span class="gllr_span">(<?php _e( 'Using Custom Search powered by', 'gallery' ); ?> <a href="http://bestwebsoft.com/products/">bestwebsoft.com</a>) <a href="http://bestwebsoft.com/products/custom-search/"><?php _e( 'Download Custom Search', 'gallery' ); ?></a></span>
1098
  <?php } ?>
1099
  </td>
1100
  </tr>
1101
  <tr valign="top">
1102
  <th scope="row"><?php _e( 'Rewrite templates after update', 'gallery' ); ?></th>
1103
  <td>
1104
- <input type="checkbox" name="gllr_rewrite_template" value="1" <?php if ( 1 == $gllr_options['rewrite_template'] ) echo 'checked="checked"'; ?> /> <span class="gllr_span"><?php _e( "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", 'gallery' ); ?></span>
1105
  </td>
1106
  </tr>
1107
  </table>
@@ -1136,7 +1053,7 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
1136
  <tr valign="top" class="gllr_width_labels">
1137
  <th scope="row"><?php _e( 'Slug for gallery item', 'gallery' ); ?></th>
1138
  <td>
1139
- <input type="text" name="gllrprfssnl_slug" value="gallery" disabled /> <span class="gllr_span"><?php _e( 'for any structure of permalinks except the default structure', 'gallery' ); ?></span>
1140
  </td
1141
  </tr>
1142
  <tr valign="top">
@@ -1149,7 +1066,7 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
1149
  <th scope="row"><?php _e( 'Display all images in the lightbox instead of going into a single gallery', 'gallery' ); ?> </th>
1150
  <td>
1151
  <input type="checkbox" name="gllrpr_hide_single_gallery" value="1" disabled />
1152
- <span class="gllr_span">(<?php _e( 'When using the gallery template or a shortcode with `display=short` parameter', 'gallery' ); ?>)</span>
1153
  </td>
1154
  </tr>
1155
  <tr valign="top">
@@ -1161,17 +1078,14 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
1161
  </div>
1162
  <div class="bws_pro_version_tooltip">
1163
  <div class="bws_info">
1164
- <?php _e( 'Unlock premium options by upgrading to a PRO version.', 'gallery' ); ?>
1165
- <a 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' ); ?></a>
1166
  </div>
1167
  <div class="bws_pro_links">
1168
  <span class="bws_trial_info">
1169
  <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' ); ?></a>
1170
  <?php _e( 'or', 'gallery' ); ?>
1171
  </span>
1172
- <a class="bws_button" href="http://bestwebsoft.com/products/gallery/buy/?k=63a36f6bf5de0726ad6a43a165f38fe5&pn=79&v=<?php echo $gllr_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Gallery Pro Plugin">
1173
- <?php _e( 'Go', 'gallery' ); ?> <strong>PRO</strong>
1174
- </a>
1175
  </div>
1176
  <div class="gllr_clear"></div>
1177
  </div>
@@ -1240,97 +1154,72 @@ if ( ! function_exists( 'gllr_plugin_action_links' ) ) {
1240
 
1241
  if ( ! function_exists ( 'gllr_add_admin_script' ) ) {
1242
  function gllr_add_admin_script() {
1243
- global $wp_version, $post_type; ?>
1244
  <script type="text/javascript">
1245
  (function($) {
1246
  $(document).ready( function() {
1247
  $( '.gllr_image_block img' ).css( 'cursor', 'all-scroll' );
1248
  $( '.gllr_order_message' ).removeClass( 'hidden' );
1249
- var d = false;
1250
- if ( $.fn.sortable ) {
1251
- $( '#Upload-File .gallery' ).sortable( {
1252
- stop: function( event, ui ) {
1253
- $( '.gllr_order_text' ).removeClass( 'hidden' );
1254
- var g = $( '#Upload-File .gallery' ).sortable( 'toArray' );
1255
- var f = g.length;
1256
- $.each( g,
1257
- function( k,l ) {
1258
- var j = d?(f-k):(1+k);
1259
- $( '.gllr_order_text[name^="gllr_order_text[' + l + ']"]' ).val( j );
1260
- }
1261
- )
1262
- }
1263
- });
1264
- $( '#Upload-File .gallery input' ).bind( 'click.sortable mousedown.sortable',function( ev ) {
1265
- ev.target.focus();
1266
- });
1267
- }
1268
- <?php if ( 3.5 > $wp_version && isset( $_REQUEST['page'] ) && 'gallery-plugin.php' == $_REQUEST['page'] ) { ?>
1269
- var gllr_farbtastic = $.farbtastic( '#colorPickerDiv', function( color ) {
1270
- gllr_farbtastic.setColor( color );
1271
- $( '#gllr_border_images_color' ).val( color );
1272
- $( '#gllr_border_images_color_small' ).css( 'background-color', color );
1273
- });
1274
- $( '#gllr_border_images_color' ).click( function() {
1275
- $( '#colorPickerDiv' ).show();
1276
- });
1277
- $( '#gllr_border_images_color_small' ).click( function() {
1278
- $( '#colorPickerDiv' ).show();
1279
- });
1280
- $(document).mousedown( function() {
1281
- $( '#colorPickerDiv' ).each( function() {
1282
- var display = $( this ).css( 'display' );
1283
- if ( display == 'block' )
1284
- jQuery( this ).fadeOut(2);
1285
- });
1286
- });
1287
- <?php }
1288
- if ( ! ( 3.3 > $wp_version ) && isset( $post_type ) && 'gallery' == $post_type ) { ?>
1289
  $( '#gllr_show_gallery_categories_notice' ).hide();
1290
  <?php } ?>
1291
  });
1292
  })(jQuery);
1293
  </script>
1294
- <?php }
 
 
 
 
 
 
 
1295
  }
1296
 
1297
  if ( ! function_exists ( 'gllr_admin_head' ) ) {
1298
  function gllr_admin_head() {
1299
- global $wp_version, $gllr_plugin_info, $post_type;
1300
 
1301
  if ( 3.8 > $wp_version )
1302
  wp_enqueue_style( 'gllr_stylesheet', plugins_url( 'css/style_wp_before_3.8.css', __FILE__ ) );
1303
  else
1304
  wp_enqueue_style( 'gllr_stylesheet', plugins_url( 'css/style.css', __FILE__ ) );
1305
 
1306
- wp_enqueue_style( 'gllr_FileuploaderCss', plugins_url( 'upload/fileuploader.css', __FILE__ ) );
1307
-
1308
  wp_enqueue_script( 'jquery' );
1309
- if ( 3.5 > $wp_version ) {
1310
- wp_enqueue_style( 'farbtastic' );
1311
- wp_enqueue_script( 'farbtastic' );
1312
- }
1313
  wp_enqueue_script( 'jquery-ui-sortable' );
1314
- wp_enqueue_script( 'gllr_FileuploaderJs', plugins_url( 'upload/fileuploader.js', __FILE__ ), array( 'jquery' ) );
1315
 
1316
  if ( isset( $_GET['page'] ) && "gallery-plugin.php" == $_GET['page'] ) {
1317
- if ( $wp_version >= 3.5 ) {
1318
- wp_enqueue_script( 'gllr_minicolors_js', plugins_url( 'minicolors/jquery.miniColors.js', __FILE__ ) );
1319
- wp_enqueue_style( 'gllr_minicolors_css', plugins_url( 'minicolors/jquery.miniColors.css', __FILE__ ) );
1320
- }
1321
 
1322
  wp_enqueue_script( 'gllr_script', plugins_url( 'js/script.js', __FILE__ ) );
1323
  wp_localize_script( 'gllr_script', 'gllr_vars',
1324
  array(
1325
- 'gllr_nonce' => wp_create_nonce( plugin_basename( __FILE__ ), 'gllrprfssnl_ajax_nonce_field' ),
1326
  'update_img_message' => __( 'Updating images...', 'gallery' ),
1327
  'not_found_img_info' => __( 'No image found.', 'gallery' ),
1328
  'img_success' => __( 'All images are updated.', 'gallery' ),
1329
  'img_error' => __( 'Error.', 'gallery' )
1330
- ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1331
  }
1332
- if ( ! ( 3.3 > $wp_version ) && isset( $post_type ) && 'gallery' == $post_type ) {
1333
- require_once( dirname( __FILE__ ) . '/bws_menu/bws_functions.php' );
 
 
1334
 
1335
  if ( ! function_exists( 'get_plugins' ) )
1336
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
@@ -1376,59 +1265,6 @@ if ( ! function_exists ( 'gllr_admin_head' ) ) {
1376
  $tooltip_args['position']['edge'] = 'top';
1377
  }
1378
  bws_add_tooltip_in_admin( $tooltip_args );
1379
- /* tooltip for re-attacher*/
1380
- if ( isset( $all_plugins['re-attacher/re-attacher.php'] ) || isset( $all_plugins['re-attacher-pro/re-attacher-pro.php'] ) ) {
1381
- /* if re-attacher is installed */
1382
- $link = "plugins.php";
1383
- $text = __( 'Activate', 'gallery' );
1384
- } else {
1385
- if ( function_exists( 'is_multisite' ) )
1386
- $link = ( ! is_multisite() ) ? admin_url( '/' ) : network_admin_url( '/' );
1387
- else
1388
- $link = admin_url( '/' );
1389
- $link = $link . 'plugin-install.php?tab=search&type=term&s=Re-attacher+BestWebSoft&plugin-search-input=Search+Plugins';
1390
- $text = __( 'Install now', 'gallery' );
1391
- }
1392
-
1393
- $tooltip_args = array(
1394
- 'tooltip_id' => 'gllr_install_re_attacher_tooltip',
1395
- 'css_selector' => '#gllr-rttchr-attach-media-item',
1396
- 'actions' => array(
1397
- 'click' => true,
1398
- 'onload' => true,
1399
- ),
1400
- 'content' => '<h3>' . __( 'Already attached?', 'gallery' ) . '</h3><p>' . __( "If you'd like to attach the files, which are already uploaded, please use Re-attacher plugin.", 'gallery' ) . ' <a href="http://bestwebsoft.com/products/re-attacher/?k=f8c93192ba527e10974f5e901b5adb52&pn=79&v=' . $gllr_plugin_info["Version"] . '&wp_v=' . $wp_version . '" target="_blank">' . $learn_more . '</a></p>',
1401
- 'buttons' => array(
1402
- array(
1403
- 'type' => 'link',
1404
- 'link' => $link,
1405
- 'text' => $text
1406
- ),
1407
- 'close' => array(
1408
- 'type' => 'dismiss',
1409
- 'text' => __( 'Close', 'gallery' ),
1410
- ),
1411
- ),
1412
- 'position' => array(
1413
- 'edge' => 'left',
1414
- ),
1415
- );
1416
- /* click tootip */
1417
- $tooltip_args['actions']['onload'] = false;
1418
- bws_add_tooltip_in_admin( $tooltip_args );
1419
- /* onload tooltip */
1420
- $tooltip_args['actions']['onload'] = true;
1421
- $tooltip_args['actions']['click'] = false;
1422
- if ( 3.5 > $wp_version ) {
1423
- $tooltip_args['position']['pos-top'] = 12;
1424
- } elseif ( 3.9 > $wp_version ) {
1425
- $tooltip_args['position']['pos-top'] = 33;
1426
- } elseif ( 4.0 > $wp_version ) {
1427
- $tooltip_args['position']['pos-top'] = 60;
1428
- } else {
1429
- $tooltip_args['position']['pos-top'] = 30;
1430
- }
1431
- bws_add_tooltip_in_admin( $tooltip_args );
1432
  }
1433
  }
1434
  }
@@ -1453,7 +1289,6 @@ if ( ! function_exists ( 'gllr_wp_head' ) ) {
1453
  }
1454
  if ( 1 == $gllr_options["image_text"] )
1455
  wp_enqueue_script( 'gllr_js', plugins_url( 'js/frontend_script.js', __FILE__ ), array( 'jquery' ) );
1456
-
1457
  }
1458
  }
1459
 
@@ -1487,7 +1322,6 @@ if ( ! function_exists( 'gllr_add_wp_head' ) ) {
1487
  if ( ! function_exists ( 'gllr_shortcode' ) ) {
1488
  function gllr_shortcode( $attr ) {
1489
  global $gllr_options;
1490
- $gllr_download_link_title = addslashes( __( 'Download high resolution image', 'gallery' ) );
1491
  extract( shortcode_atts( array(
1492
  'id' => '',
1493
  'display' => 'full',
@@ -1498,6 +1332,7 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
1498
  if ( empty( $gllr_options ) )
1499
  $gllr_options = get_option( 'gllr_options' );
1500
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
 
1501
  if ( ! empty( $cat_id ) && ( is_plugin_active( 'gallery-categories/gallery-categories.php' ) || is_plugin_active( 'gallery-categories-pro/gallery-categories-pro.php' ) ) ) {
1502
  global $first_query;
1503
  $term = get_term( $cat_id, 'gallery_categories' );
@@ -1517,9 +1352,23 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
1517
  $first_query->the_post();
1518
  $attachments = get_post_thumbnail_id( $post->ID );
1519
  if ( empty ( $attachments ) ) {
1520
- $attachments = get_children( 'post_parent=' . $post->ID . '&post_type=attachment&post_mime_type=image&numberposts=1' );
1521
- $id = key( $attachments );
1522
- $image_attributes = wp_get_attachment_image_src( $id, 'album-thumb' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1523
  } else {
1524
  $image_attributes = wp_get_attachment_image_src( $attachments, 'album-thumb' );
1525
  } ?>
@@ -1552,12 +1401,28 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
1552
  <div class="gallery_box">
1553
  <ul>
1554
  <?php global $post, $wpdb, $wp_query;
1555
- if ( $second_query->have_posts() ) : $second_query->the_post();
 
1556
  $attachments = get_post_thumbnail_id( $post->ID );
1557
- if ( empty ( $attachments ) ) {
1558
- $attachments = get_children( 'post_parent=' . $post->ID . '&post_type=attachment&post_mime_type=image&numberposts=1' );
1559
- $id = key( $attachments );
1560
- $image_attributes = wp_get_attachment_image_src( $id, 'album-thumb' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1561
  } else {
1562
  $image_attributes = wp_get_attachment_image_src( $attachments, 'album-thumb' );
1563
  }
@@ -1587,7 +1452,10 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
1587
  $second_query->the_post(); ?>
1588
  <div class="gallery_box_single">
1589
  <?php echo do_shortcode( get_the_content() );
1590
- $posts = get_posts( array(
 
 
 
1591
  "showposts" => -1,
1592
  "what_to_show" => "posts",
1593
  "post_status" => "inherit",
@@ -1595,8 +1463,10 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
1595
  "orderby" => $gllr_options['order_by'],
1596
  "order" => $gllr_options['order'],
1597
  "post_mime_type" => "image/jpeg,image/gif,image/jpg,image/png",
1598
- "post_parent" => $post->ID
1599
- ));
 
 
1600
  if ( 0 < count( $posts ) ) {
1601
  $count_image_block = 0; ?>
1602
  <div class="gallery clearfix">
@@ -1670,7 +1540,7 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
1670
  'speedIn' : 500,
1671
  'speedOut' : 300,
1672
  'titleFormat' : function( title, currentArray, currentIndex, currentOpts ) {
1673
- return '<div id="fancybox-title-inside">' + ( title.length ? '<span id="bws_gallery_image_title">' + title + '</span><br />' : '' ) + '<span id="bws_gallery_image_counter"><?php _e( "Image", "gallery"); ?> ' + ( currentIndex + 1 ) + ' / ' + currentArray.length + '</span></div><?php if( get_post_meta( $post->ID, 'gllr_download_link', true ) != '' ){?><a id="bws_gallery_download_link" href="' + $( currentOpts.orig ).attr( 'rel' ) + '" target="_blank"><?php echo $gllr_download_link_title; ?> </a><?php } ?>';
1674
  }<?php if ( 1 == $gllr_options['start_slideshow'] ) { ?>,
1675
  'onComplete': function() {
1676
  clearTimeout( jQuery.fancybox.slider );
@@ -1688,173 +1558,8 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
1688
  }
1689
  }
1690
 
1691
- if ( ! function_exists( 'upload_gallery_image' ) ) {
1692
- function upload_gallery_image() {
1693
- check_ajax_referer( plugin_basename( __FILE__ ), 'gllr_ajax_nonce_field' );
1694
-
1695
- class qqUploadedFileXhr {
1696
- /**
1697
- * Save the file to the specified path
1698
- * @return boolean TRUE on success
1699
- */
1700
- function save( $path ) {
1701
- $input = fopen( "php://input", "r" );
1702
- $temp = tmpfile();
1703
- $realSize = stream_copy_to_stream( $input, $temp );
1704
- fclose( $input );
1705
-
1706
- if ( $realSize != $this->getSize() ) {
1707
- return false;
1708
- }
1709
-
1710
- $target = fopen( $path, "w" );
1711
- fseek( $temp, 0, SEEK_SET );
1712
- stream_copy_to_stream( $temp, $target );
1713
- fclose( $target );
1714
-
1715
- return true;
1716
- }
1717
- function getName() {
1718
- return sanitize_file_name( $_GET['qqfile'] );
1719
- }
1720
- function getSize() {
1721
- if ( isset( $_SERVER["CONTENT_LENGTH"] ) ){
1722
- return (int)$_SERVER["CONTENT_LENGTH"];
1723
- } else {
1724
- throw new Exception( 'Getting content length is not supported.' );
1725
- }
1726
- }
1727
- }
1728
-
1729
- /**
1730
- * Handle file uploads via regular form post (uses the $_FILES array)
1731
- */
1732
- class qqUploadedFileForm {
1733
- /**
1734
- * Save the file to the specified path
1735
- * @return boolean TRUE on success
1736
- */
1737
- function save( $path ) {
1738
- if ( ! move_uploaded_file( $_FILES['qqfile']['tmp_name'], $path ) ) {
1739
- return false;
1740
- }
1741
- return true;
1742
- }
1743
- function getName() {
1744
- return sanitize_file_name( $_FILES['qqfile']['name'] );
1745
- }
1746
- function getSize() {
1747
- return $_FILES['qqfile']['size'];
1748
- }
1749
- }
1750
-
1751
- class qqFileUploader {
1752
- private $allowedExtensions = array();
1753
- private $sizeLimit = 10485760;
1754
- private $file;
1755
-
1756
- function __construct( array $allowedExtensions = array(), $sizeLimit = 10485760 ) {
1757
- $allowedExtensions = array_map( "strtolower", $allowedExtensions );
1758
-
1759
- $this->allowedExtensions = $allowedExtensions;
1760
- $this->sizeLimit = $sizeLimit;
1761
-
1762
- /*$this->checkServerSettings();*/
1763
-
1764
- if ( isset( $_GET['qqfile'] ) ) {
1765
- $this->file = new qqUploadedFileXhr();
1766
- } elseif ( isset( $_FILES['qqfile'] ) ) {
1767
- $this->file = new qqUploadedFileForm();
1768
- } else {
1769
- $this->file = false;
1770
- }
1771
- }
1772
-
1773
- private function checkServerSettings() {
1774
- $postSize = $this->toBytes( ini_get( 'post_max_size' ) );
1775
- $uploadSize = $this->toBytes( ini_get( 'upload_max_filesize' ) );
1776
-
1777
- if ( $postSize < $this->sizeLimit || $uploadSize < $this->sizeLimit ){
1778
- $size = max( 1, $this->sizeLimit / 1024 / 1024 ) . 'M';
1779
- die( "{error:'increase post_max_size and upload_max_filesize to $size'}" );
1780
- }
1781
- }
1782
-
1783
- private function toBytes( $str ) {
1784
- $val = trim( $str );
1785
- $last = strtolower( $str[ strlen( $str ) - 1 ] );
1786
- switch( $last ) {
1787
- case 'g': $val *= 1024;
1788
- case 'm': $val *= 1024;
1789
- case 'k': $val *= 1024;
1790
- }
1791
- return $val;
1792
- }
1793
-
1794
- /**
1795
- * Returns array('success'=>true) or array('error'=>'error message')
1796
- */
1797
- function handleUpload( $uploadDirectory, $replaceOldFile = FALSE ) {
1798
- if ( ! is_writable( $uploadDirectory ) ){
1799
- return "{error:'Server error. Upload directory isn't writable.'}";
1800
- }
1801
-
1802
- if ( ! $this->file ){
1803
- return "{error:'No files were uploaded.'}";
1804
- }
1805
-
1806
- $size = $this->file->getSize();
1807
-
1808
- if ( $size == 0 ) {
1809
- return "{error:'File is empty'}";
1810
- }
1811
-
1812
- if ( $size > $this->sizeLimit ) {
1813
- return "{error:'File is too large'}";
1814
- }
1815
-
1816
- $pathinfo = pathinfo( $this->file->getName() );
1817
- $ext = $pathinfo['extension'];
1818
- $filename = str_replace( "." . $ext, "", $pathinfo['basename'] );
1819
- /*$filename = md5(uniqid());*/
1820
-
1821
- if ( $this->allowedExtensions && ! in_array( strtolower( $ext ), $this->allowedExtensions ) ) {
1822
- $these = implode( ', ', $this->allowedExtensions );
1823
- return "{error:'File has an invalid extension, it should be one of $these .'}";
1824
- }
1825
-
1826
- if ( ! $replaceOldFile ) {
1827
- /* Don't overwrite previous files that were uploaded */
1828
- while ( file_exists( $uploadDirectory . $filename . '.' . $ext ) ) {
1829
- $filename .= rand( 10, 99 );
1830
- }
1831
- }
1832
-
1833
- if ( $this->file->save( $uploadDirectory . $filename . '.' . $ext ) ) {
1834
- list( $width, $height, $type, $attr ) = getimagesize( $uploadDirectory . $filename . '.' . $ext );
1835
- return "{success:true,width:" . $width . ",height:" . $height . "}";
1836
- } else {
1837
- return "{error:'Could not save uploaded file. The upload was cancelled, or server error encountered'}";
1838
- }
1839
-
1840
- }
1841
- }
1842
-
1843
- /* List of valid extensions, ex. array("jpeg", "xml", "bmp") */
1844
- $allowedExtensions = array( "jpeg", "jpg", "gif", "png" );
1845
- /* Max file size in bytes */
1846
- $sizeLimit = 10 * 1024 * 1024;
1847
-
1848
- $uploader = new qqFileUploader( $allowedExtensions, $sizeLimit );
1849
- $result = $uploader->handleUpload( plugin_dir_path( __FILE__ ) . 'upload/files/' );
1850
- /* To pass data through iframe you will need to encode all html tags */
1851
- echo $result;
1852
- die(); /* This is required to return a proper result */
1853
- }
1854
- }
1855
-
1856
  if ( ! function_exists ( 'gllr_update_image' ) ) {
1857
- function gllr_update_image(){
1858
  global $wpdb;
1859
  check_ajax_referer( plugin_basename( __FILE__ ), 'gllr_ajax_nonce_field' );
1860
 
@@ -1889,20 +1594,6 @@ if ( ! function_exists ( 'gllr_update_image' ) ) {
1889
  }
1890
  }
1891
 
1892
- if ( ! function_exists( 'gllr_sanitize_file_name' ) ) {
1893
- function gllr_sanitize_file_name() {
1894
- check_ajax_referer( plugin_basename( __FILE__ ), 'gllr_ajax_nonce_field' );
1895
- if (
1896
- isset( $_REQUEST['action'] ) && 'gllr_sanitize_file_name' == $_REQUEST['action'] &&
1897
- isset( $_REQUEST['gllr_name'] ) && ( ! empty( $_REQUEST['gllr_name'] ) )
1898
- )
1899
- echo sanitize_file_name( $_REQUEST['gllr_name'] );
1900
- else
1901
- echo '';
1902
- die();
1903
- }
1904
- }
1905
-
1906
  if ( ! function_exists ( 'gllr_wp_generate_attachment_metadata' ) ) {
1907
  function gllr_wp_generate_attachment_metadata( $attachment_id, $file, $metadata ) {
1908
  $attachment = get_post( $attachment_id );
@@ -2098,6 +1789,20 @@ if ( ! function_exists ( 'gllr_image_resize_dimensions' ) ) {
2098
  }
2099
  }
2100
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2101
  if ( ! function_exists( 'gllr_filter_sanitize_file_name' ) ) {
2102
  function gllr_filter_sanitize_file_name( $file_name ) {
2103
  if ( isset( $_REQUEST['gllr_ajax_nonce_field'] ) ) {
@@ -2129,7 +1834,11 @@ if ( ! function_exists ( 'gllr_plugin_banner' ) ) {
2129
  global $hook_suffix, $gllr_options;
2130
  if ( 'plugins.php' == $hook_suffix ) {
2131
  global $gllr_plugin_info;
2132
- bws_plugin_banner( $gllr_plugin_info, 'gllr', 'gallery', '01a04166048e9416955ce1cbe9d5ca16', '79', '//ps.w.org/gallery-plugin/assets/icon-128x128.png' );
 
 
 
 
2133
  }
2134
  require_once( plugin_dir_path( __FILE__ ) . 'inc/demo-data/demo-data-loader.php' );
2135
  do_action( 'bws_display_demo_notice', $gllr_options['display_demo_notice'] );
@@ -2141,18 +1850,701 @@ if ( ! function_exists ( 'gllr_plugin_banner' ) ) {
2141
  */
2142
  if ( ! function_exists( 'gllr_plugin_uninstall' ) ) {
2143
  function gllr_plugin_uninstall() {
2144
- global $gllr_filenames, $gllr_themepath;
2145
 
2146
  foreach ( $gllr_filenames as $filename ) {
2147
  if ( file_exists( $gllr_themepath . $filename ) && ! unlink( $gllr_themepath . $filename ) ) {
2148
  add_action( 'admin_notices', create_function( '', ' return "Error delete template file";' ) );
2149
  }
2150
  }
2151
- delete_option( 'gllr_options' );
2152
- delete_option( 'gllr_demo_options' );
 
 
 
 
 
 
 
 
 
 
 
 
 
2153
  }
2154
  }
2155
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2156
  /* Activate plugin */
2157
  register_activation_hook( __FILE__, 'gllr_plugin_activate' );
2158
 
@@ -2192,12 +2584,26 @@ add_filter( 'body_class', 'gllr_theme_body_classes' );
2192
  add_shortcode( 'print_gllr', 'gllr_shortcode' );
2193
  add_filter( 'widget_text', 'do_shortcode' );
2194
 
2195
- add_action( 'wp_ajax_upload_gallery_image', 'upload_gallery_image' );
2196
  add_action( 'wp_ajax_gllr_update_image', 'gllr_update_image' );
2197
  add_action( 'wp_ajax_gllr_sanitize_file_name', 'gllr_sanitize_file_name' );
2198
  add_filter( 'sanitize_file_name', 'gllr_filter_sanitize_file_name' );
2199
 
2200
  add_action( 'admin_notices', 'gllr_plugin_banner' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2201
  /* Delete plugin */
2202
- register_uninstall_hook( __FILE__, 'gllr_plugin_uninstall' );
2203
- ?>
4
  Plugin URI: http://bestwebsoft.com/products/
5
  Description: This plugin allows you to implement gallery page into web site.
6
  Author: BestWebSoft
7
+ Version: 4.3.6
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
34
 
35
  if ( ! function_exists( 'add_gllr_admin_menu' ) ) {
36
  function add_gllr_admin_menu() {
37
+ global $submenu;
38
  bws_add_general_menu( plugin_basename( __FILE__ ) );
39
+
40
+ add_submenu_page( 'bws_plugins', 'Gallery', 'Gallery', 'manage_options', 'gallery-plugin.php', 'gllr_settings_page' );
41
+
42
+ $url = admin_url( 'admin.php?page=gallery-plugin.php' );
43
+ $submenu['edit.php?post_type=gallery'][] = array( __( 'Settings', 'gallery' ), 'manage_options', $url );
44
  }
45
  }
46
 
50
  /* Internationalization, first(!) */
51
  load_plugin_textdomain( 'gallery', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
52
 
53
+ require_once( dirname( __FILE__ ) . '/bws_menu/bws_include.php' );
54
+ bws_include_init( plugin_basename( __FILE__ ) );
55
 
56
  if ( ! $gllr_plugin_info ) {
57
  if ( ! function_exists( 'get_plugin_data' ) )
59
  $gllr_plugin_info = get_plugin_data( __FILE__ );
60
  }
61
  /* Function check if plugin is compatible with current WP version */
62
+ bws_wp_version_check( plugin_basename( __FILE__ ), $gllr_plugin_info, '3.5' );
63
 
64
  /* Register post type */
65
  gllr_post_type_images();
68
 
69
  if ( ! function_exists ( 'gllr_admin_init' ) ) {
70
  function gllr_admin_init() {
71
+ global $bws_plugin_info, $gllr_plugin_info, $bws_shortcode_list;
72
  /* Add variable for bws_menu */
73
  if ( ! isset( $bws_plugin_info ) || empty( $bws_plugin_info ) ) {
74
  $bws_plugin_info = array( 'id' => '79', 'version' => $gllr_plugin_info["Version"] );
77
  gllr_settings();
78
  /* add error if templates were not found in the theme directory */
79
  gllr_admin_error();
80
+ /* add gallery to global $bws_shortcode_list */
81
+ $bws_shortcode_list['gllr'] = array( 'name' => 'Gallery', 'js_function' => 'gllr_shortcode_init' );
82
  }
83
  }
84
 
98
  'start_slideshow' => 0,
99
  'slideshow_interval' => 2000,
100
  'single_lightbox_for_multiple_galleries' => 0,
101
+ 'order_by' => 'meta_value_num',
102
  'order' => 'ASC',
103
  'read_more_link_text' => __( 'See images &raquo;', 'gallery' ),
104
  'image_text' => 0,
105
  'return_link' => 0,
106
+ 'return_link_text' => __( 'Return to all albums', 'gallery' ),
107
  'return_link_page' => 'gallery_template_url',
108
  'return_link_url' => '',
109
  'return_link_shortcode' => 0,
110
  'rewrite_template' => 1,
111
  'display_demo_notice' => 1,
112
+ 'display_settings_notice' => 1,
113
+ 'first_install' => strtotime( "now" ),
114
+ 'template_update' => ''
115
  );
116
 
117
  /* Install the option defaults */
123
 
124
  /* Array merge incase this version has added new options */
125
  if ( ! isset( $gllr_options['plugin_option_version'] ) || $gllr_options['plugin_option_version'] != $gllr_plugin_info["Version"] ) {
126
+ if ( isset( $gllr_options['plugin_option_version'] ) && $gllr_options['plugin_option_version'] < '4.3.6' ) {
127
+ if ( 'menu_order' == $gllr_options['order_by'] )
128
+ $gllr_options['order_by'] = 'meta_value_num';
129
+ gllr_plugin_upgrade();
130
+
131
+ $gllr_options['template_update'] = 0;
132
+ }
133
+
134
  $gllr_option_defaults['display_demo_notice'] = 0;
135
+ $gllr_option_defaults['display_settings_notice'] = 0;
136
  $gllr_options = array_merge( $gllr_option_defaults, $gllr_options );
137
  $gllr_options['plugin_option_version'] = $gllr_plugin_info["Version"];
138
  update_option( 'gllr_options', $gllr_options );
193
  @fwrite( $handle, $contents );
194
  @fclose( $handle );
195
  @chmod( $gllr_themepath . $filename, octdec( 755 ) );
196
+ } elseif ( 'gallery-single-template.php' == $filename && file_exists( $gllr_themepath . $filename ) && isset( $gllr_options['template_update'] ) && $gllr_options['template_update'] == 0 ) {
197
+ /* replace get_posts query for new functionality */
198
+ $handle = @fopen( $gllr_themepath . $filename, "r" );
199
+ $contents = @fread( $handle, filesize( $gllr_themepath . $filename ) );
200
+ @fclose( $handle );
201
+ if ( ! ( $handle = @fopen( $gllr_themepath . $filename . '.bak', 'w' ) ) )
202
+ return false;
203
+ @fwrite( $handle, $contents );
204
+ @fclose( $handle );
205
+
206
+ $handle = @fopen( $gllr_filepath . $filename, "r" );
207
+ @fclose( $handle );
208
+ if ( ! ( $handle = @fopen( $gllr_themepath . $filename, 'w' ) ) )
209
+ return false;
210
+
211
+ $contents = str_replace( '$posts = get_posts( array(', '$images_id = get_post_meta( $post->ID, "_gallery_images", true );' . "\n" . '$posts = get_posts( array(', $contents );
212
+ $contents = str_replace( '"post_parent" => $post->ID', '"post__in" => explode( \',\', $images_id ),' . "\n" . '"meta_key" => "_gallery_order_" . $post->ID', $contents );
213
+
214
+ @fwrite( $handle, $contents );
215
+ @fclose( $handle );
216
+ @chmod( $gllr_themepath . $filename, octdec( 755 ) );
217
+
218
+ $template_update_complete = true;
219
+ } elseif ( 'gallery-template.php' == $filename && file_exists( $gllr_themepath . $filename ) && isset( $gllr_options['template_update'] ) && $gllr_options['template_update'] == 0 ) {
220
+ /* replace get_posts query for new functionality */
221
+ $handle = @fopen( $gllr_themepath . $filename, "r" );
222
+ $contents = @fread( $handle, filesize( $gllr_themepath . $filename ) );
223
+ @fclose( $handle );
224
+ if ( ! ( $handle = @fopen( $gllr_themepath . $filename . '.bak', 'w' ) ) )
225
+ return false;
226
+ @fwrite( $handle, $contents );
227
+ @fclose( $handle );
228
+
229
+ $handle = @fopen( $gllr_filepath . $filename, "r" );
230
+ @fclose( $handle );
231
+ if ( ! ( $handle = @fopen( $gllr_themepath . $filename, 'w' ) ) )
232
+ return false;
233
+
234
+ $contents = str_replace( '$image_attributes = wp_get_attachment_image_src( $id, ' . "'album-thumb' );",
235
+ '$images_id = get_post_meta( $post->ID, "_gallery_images", true );
236
+ $attachments = get_posts( array(
237
+ "showposts" => 1,
238
+ "what_to_show" => "posts",
239
+ "post_status" => "inherit",
240
+ "post_type" => "attachment",
241
+ "orderby" => $gllr_options["order_by"],
242
+ "order" => $gllr_options["order"],
243
+ "post_mime_type" => "image/jpeg,image/gif,image/jpg,image/png",
244
+ "post__in" => explode( ",", $images_id ),
245
+ "meta_key" => "_gallery_order_" . $post->ID
246
+ ));
247
+ if ( ! empty( $attachments[0] ) ) {
248
+ $first_attachment = $attachments[0];
249
+ $image_attributes = wp_get_attachment_image_src( $first_attachment->ID, "album-thumb" );
250
+ } else
251
+ $image_attributes = array( "" );',
252
+ $contents );
253
+
254
+ @fwrite( $handle, $contents );
255
+ @fclose( $handle );
256
+ @chmod( $gllr_themepath . $filename, octdec( 755 ) );
257
+
258
+ $template_update_complete = true;
259
  }
260
  }
261
+ if ( isset( $template_update_complete ) ) {
262
+ $gllr_options['template_update'] = 1;
263
+ update_option( 'gllr_options', $gllr_options );
264
+ }
265
  }
266
  }
267
 
278
  }
279
  }
280
 
281
+ /**
282
+ * Function for update all gallery images to new version ( Stable tag: 4.3.6 )
283
+ */
284
+ if ( ! function_exists( 'gllr_plugin_upgrade' ) ) {
285
+ function gllr_plugin_upgrade() {
286
+ global $wpdb;
287
+
288
+ $all_gallery_attachments = $wpdb->get_results( "SELECT p1.ID, p1.post_parent, p1.menu_order
289
+ FROM {$wpdb->posts} p1, {$wpdb->posts} p2
290
+ WHERE p1.post_parent = p2.ID
291
+ AND p1.post_mime_type LIKE 'image%'
292
+ AND p1.post_type = 'attachment'
293
+ AND p1.post_status = 'inherit'
294
+ AND p2.post_type = 'gallery'",
295
+ ARRAY_A
296
+ );
297
+ if ( ! empty( $all_gallery_attachments ) ) {
298
+ $attachments_array = array();
299
+ foreach ( $all_gallery_attachments as $key => $value ) {
300
+ $post = $value['post_parent'];
301
+ $attachment = $value['ID'];
302
+ $order = $value['menu_order'];
303
+ if ( ! isset( $attachments_array[ $post ] ) || ( isset( $attachments_array[ $post ] ) && ! in_array( $attachment, $attachments_array[ $post ] ) ) ) {
304
+ $attachments_array[ $post ][] = $attachment;
305
+ update_post_meta( $attachment, '_gallery_order_' . $post, $order );
306
+ }
307
+ }
308
+ foreach ( $attachments_array as $key => $value ) {
309
+ update_post_meta( $key, '_gallery_images', implode( ',', $value ) );
310
+ }
311
+ }
312
+ }
313
+ }
314
+
315
  if ( ! function_exists( 'gllr_admin_error' ) ) {
316
  function gllr_admin_error() {
317
  global $gllr_filenames, $gllr_filepath, $gllr_themepath;
338
  'labels' => array(
339
  'name' => __( 'Galleries', 'gallery' ),
340
  'singular_name' => __( 'Gallery', 'gallery' ),
 
341
  'add_new_item' => __( 'Add New Gallery', 'gallery' ),
342
  'edit_item' => __( 'Edit Gallery', 'gallery' ),
343
  'new_item' => __( 'New Gallery', 'gallery' ),
344
  'view_item' => __( 'View Gallery', 'gallery' ),
345
+ 'search_items' => __( 'Search Galleries', 'gallery' ),
346
  'not_found' => __( 'No Gallery found', 'gallery' ),
347
  'parent_item_colon' => '',
348
  'menu_name' => __( 'Galleries', 'gallery' )
368
  global $wpdb, $post;
369
 
370
  if ( empty( $post->ancestors ) ) {
371
+ $parent_id = $wpdb->get_var( "SELECT $wpdb->posts.ID FROM $wpdb->posts, $wpdb->postmeta WHERE `meta_key` = '_wp_page_template' AND `meta_value` = 'gallery-template.php' AND `post_status` = 'publish' AND $wpdb->posts.ID = $wpdb->postmeta.post_id" );
372
  while ( $parent_id ) {
373
  $page = get_page( $parent_id );
374
  if ( 0 < $page->post_parent )
384
  $post_ancestors = $post->ancestors;
385
  }
386
 
387
+ $menuItems = $wpdb->get_col( "SELECT DISTINCT `post_id` FROM $wpdb->postmeta WHERE `meta_key` = '_menu_item_object_id' AND `meta_value` IN (" . implode( ',', $post_ancestors ) . ")" );
388
 
389
  if ( is_array( $menuItems ) ) {
390
  foreach ( $menuItems as $menuItem ) {
400
 
401
  if ( ! function_exists( 'init_metaboxes_gallery' ) ) {
402
  function init_metaboxes_gallery() {
 
403
  add_meta_box( 'Gallery-Shortcode', __( 'Gallery Shortcode', 'gallery' ), 'gllr_post_shortcode_box', 'gallery', 'side', 'high' );
404
  if ( ! ( is_plugin_active( 'gallery-categories/gallery-categories.php' ) || is_plugin_active( 'gallery-categories-pro/gallery-categories-pro.php' ) ) ) {
405
  add_meta_box( 'Gallery-Categories', __( 'Gallery Categories', 'gallery' ), 'gllr_gallery_categories', 'gallery', 'side', 'core' );
407
  }
408
  }
409
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
410
  /* Create shortcode meta box for gallery post type */
411
  if ( ! function_exists( 'gllr_post_shortcode_box' ) ) {
412
  function gllr_post_shortcode_box( $obj = '', $box = '' ) {
413
  global $post; ?>
414
+ <p><?php _e( 'Add this shortcode to a page, post or widget to display a single gallery', 'gallery' ); ?>:</p>
415
+ <p><span class="bws_code">[print_gllr id=<?php echo $post->ID; ?>]</span></p>
416
+ <div>
417
+ <?php _e( 'Use this shortcode to display an album image with the description and the link to a single gallery page', 'gallery' ); ?>:
418
+ <div class="bws_help_box bws_help_box_right">
419
+ <div class="bws_hidden_help_text"><img style="border: 1px solid #ccc;" src="<?php echo plugins_url( 'gallery-plugin/images/gallery_short_view.png' ); ?>" title="<?php _e( 'Short display', 'gallery' ); ?>" alt=""/></div>
420
+ </div>
421
+ </div>
422
+ <p><span class="bws_code">[print_gllr id=<?php echo $post->ID; ?> display=short]</span></p>
423
  <?php }
424
  }
425
 
463
  $link_key = "gllr_link_url";
464
  $alt_tag_key = "gllr_image_alt_tag";
465
 
466
+ if ( isset( $post ) && isset( $_POST['_gallery_order_' . $post->ID ] ) ) {
467
+ $i = 1;
468
+ foreach ( $_POST['_gallery_order_' . $post->ID ] as $post_order_id => $order_id ) {
469
+ update_post_meta( $post_order_id, '_gallery_order_' . $post->ID, $i );
470
+ $i++;
471
+ }
472
+ update_post_meta( $post->ID, '_gallery_images', implode( ',', array_keys( $_POST['_gallery_order_' . $post->ID ] ) ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
473
  }
474
+ /*
475
  if ( isset( $_REQUEST['delete_images'] ) ) {
476
  foreach ( $_REQUEST['delete_images'] as $delete_id ) {
477
  delete_post_meta( $delete_id, $key );
478
  wp_delete_attachment( $delete_id );
 
 
479
  }
480
+ } */
481
+ if ( ( isset( $_POST['action-top'] ) && $_POST['action-top'] == 'delete' ) ||
482
+ ( isset( $_POST['action-bottom'] ) && $_POST['action-bottom'] == 'delete' ) ) {
483
+ $gallery_images = get_post_meta( $post_id, '_gallery_images', true );
484
+ $gallery_images_array = explode( ',', $gallery_images );
485
+ $gallery_images_array = array_flip( $gallery_images_array );
486
+ foreach ( $_POST['media'] as $delete_id ) {
487
+ delete_post_meta( $delete_id, '_gallery_order_' . $post->ID );
488
+ unset( $gallery_images_array[ $delete_id ] );
489
+ }
490
+ $gallery_images_array = array_flip( $gallery_images_array );
491
+ $gallery_images = implode( ',', $gallery_images_array );
492
+ update_post_meta( $post->ID, '_gallery_images', $gallery_images );
493
  }
494
  if ( isset( $_REQUEST['gllr_image_text'] ) ) {
495
+ foreach ( $_REQUEST['gllr_image_text'] as $gllr_image_text_key => $gllr_image_text ) {
496
+ $value = htmlspecialchars( trim( $gllr_image_text ) );
497
+ if ( get_post_meta( $gllr_image_text_key, $key, false ) ) {
498
+ /* Custom field has a value and this custom field exists in database */
499
+ update_post_meta( $gllr_image_text_key, $key, $value );
500
+ } elseif ( $value ) {
501
+ /* Custom field has a value, but this custom field does not exist in database */
502
+ add_post_meta( $gllr_image_text_key, $key, $value );
 
 
 
 
 
 
 
 
 
 
 
503
  }
504
  }
505
  }
 
 
 
 
 
506
  if ( isset( $_REQUEST['gllr_link_url'] ) ) {
507
+ foreach ( $_REQUEST['gllr_link_url'] as $gllr_link_url_key => $gllr_link_url ) {
508
+ $value = esc_url( trim( $gllr_link_url ) );
509
+ if ( get_post_meta( $gllr_link_url_key, $link_key, FALSE ) ) {
510
+ /* Custom field has a value and this custom field exists in database */
511
+ update_post_meta( $gllr_link_url_key, $link_key, $value );
512
+ } elseif ( $value ) {
513
+ /* Custom field has a value, but this custom field does not exist in database */
514
+ add_post_meta( $gllr_link_url_key, $link_key, $value );
 
 
 
 
 
 
 
 
 
 
 
515
  }
516
  }
517
  }
518
  if ( isset( $_REQUEST['gllr_image_alt_tag'] ) ) {
519
+ foreach ( $_REQUEST['gllr_image_alt_tag'] as $gllr_image_alt_tag_key => $gllr_image_alt_tag ) {
520
+ $value = htmlspecialchars( trim( $gllr_image_alt_tag ) );
521
+ if ( get_post_meta( $gllr_image_alt_tag_key, $alt_tag_key, FALSE ) ) {
522
+ /* Custom field has a value and this custom field exists in database */
523
+ update_post_meta( $gllr_image_alt_tag_key, $alt_tag_key, $value );
524
+ } elseif ( $value ) {
525
+ /* Custom field has a value, but this custom field does not exist in database */
526
+ add_post_meta( $gllr_image_alt_tag_key, $alt_tag_key, $value );
 
 
 
 
 
 
 
 
 
 
 
527
  }
528
  }
529
  }
606
  if ( ! function_exists( 'gllr_change_columns' ) ) {
607
  function gllr_change_columns( $cols ) {
608
  $cols = array(
609
+ 'cb' => '<input type="checkbox" />',
610
+ 'title' => __( 'Title', 'gallery' ),
611
+ 'autor' => __( 'Author', 'gallery' ),
612
+ 'shortcode' => __( 'Shortcode', 'gallery' ),
613
+ 'photos' => __( 'Photos', 'gallery' ),
614
+ 'date' => __( 'Date', 'gallery' )
615
  );
616
  return $cols;
617
  }
620
  if ( ! function_exists( 'gllr_custom_columns' ) ) {
621
  function gllr_custom_columns( $column, $post_id ) {
622
  global $wpdb;
623
+ $post = get_post( $post_id );
 
 
 
 
 
 
 
 
624
  switch ( $column ) {
625
  case "autor":
626
  $author_id = $post->post_author;
627
  echo '<a href="edit.php?post_type=post&amp;author=' . $author_id . '">' . get_the_author_meta( 'user_nicename' , $author_id ) . '</a>';
628
  break;
629
+ case "shortcode":
630
+ echo '[print_gllr id=' . $post->ID . ']<br/>[print_gllr id=' . $post->ID . ' display=short]';
631
  break;
632
+ case "photos":
633
+ $images_id = get_post_meta( $post->ID, '_gallery_images', true );
634
+ if ( empty( $images_id ) )
635
+ echo 0;
636
  else
637
+ echo $wpdb->get_var( "SELECT COUNT(*) FROM " . $wpdb->posts . " WHERE ID IN( " . $images_id . " )" );
638
  break;
639
+ case "date":
640
  echo strtolower( __( date( "F", strtotime( $post->post_date ) ), 'kerksite' ) ) . " " . date( "j Y", strtotime( $post->post_date ) );
641
  break;
642
  }
780
  $message = __( 'All plugin settings were restored.', 'gallery' );
781
  }
782
 
783
+ $result = apply_filters( 'bws_handle_demo_data', 'gllr_plugin_upgrade', 'gllr_settings' );
784
  if ( ( ! empty( $result ) ) && is_array( $result ) ) {
785
  $error = $result['error'];
786
  $message = $result['done'];
787
  if ( ! empty( $result['done'] ) )
788
  $gllr_options = $result['options'];
789
+ } ?>
 
790
  <div class="wrap">
791
  <div class="icon32 icon32-bws" id="icon-options-general"></div>
792
  <h2><?php _e( 'Gallery Settings', 'gallery' ); ?></h2>
803
  } elseif ( isset( $_POST['bws_handle_demo'] ) && check_admin_referer( $plugin_basename, 'bws_settings_nonce_name' ) ) {
804
  bws_demo_confirm();
805
  } else { ?>
806
+ <noscript><div class="error"><p><?php _e( 'Please enable JavaScript to use the option to renew images.', 'gallery' ); ?></p></div></noscript>
807
  <div id="gllr_settings_notice" class="updated fade" style="display:none"><p><strong><?php _e( "Notice:", 'gallery' ); ?></strong> <?php _e( "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button.", 'gallery' ); ?></p></div>
808
+ <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' ); ?>
809
+ <span class="bws_code">[print_gllr id=Your_gallery_post_id]</span>
810
+ </p>
811
+ <table class="form-table hide-if-no-js">
 
812
  <tr valign="top">
813
  <th scope="row"><?php _e( 'Update images for gallery', 'gallery' ); ?> </th>
814
  <td style="position:relative">
815
+ <input type="button" value="<?php _e( 'Update images', 'gallery' ); ?>" id="gllr_ajax_update_images" name="ajax_update_images" class="button" /> <div id="gllr_img_loader"><img src="<?php echo plugins_url( 'images/ajax-loader.gif', __FILE__ ); ?>" alt="loader" /></div>
816
  </td>
817
  </tr>
818
  </table>
848
  </td>
849
  </tr>
850
  <tr valign="top">
851
+ <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' ); ?></span></td>
852
  </tr>
853
  </table>
854
  <div class="bws_pro_version_bloc">
886
  <td>
887
  <input disabled class="button button-small gllrprfssnl_lightbox_default" type="button" value="<?php _e( 'Default', 'gallery' ); ?>"> <br />
888
  <input disabled type="text" size="8" value="0.7" name="gllrprfssnl_background_lightbox_opacity" /> <?php _e( 'Background transparency (from 0 to 1)', 'gallery' ); ?><br />
889
+ <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' ); ?></label>
 
 
 
 
 
890
  </td>
891
  </tr>
892
  <tr valign="top">
898
  </div>
899
  <div class="bws_pro_version_tooltip">
900
  <div class="bws_info">
901
+ <?php _e( 'Unlock premium options by upgrading to Pro version', 'gallery' ); ?>
 
902
  </div>
903
  <div class="bws_pro_links">
904
  <span class="bws_trial_info">
905
  <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' ); ?></a>
906
  <?php _e( 'or', 'gallery' ); ?>
907
+ </span>
908
+ <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' ); ?></a>
 
 
909
  </div>
910
  <div class="gllr_clear"></div>
911
  </div>
916
  <td>
917
  <input type="checkbox" name="gllr_border_images" value="1" <?php if ( 1 == $gllr_options["border_images"] ) echo 'checked="checked"'; ?> /><br />
918
  <input type="number" min="0" max="10000" value="<?php echo $gllr_options["border_images_width"]; ?>" name="gllr_border_images_width" /> <?php _e( 'Border width in px, just numbers', 'gallery' ); ?><br />
919
+ <label><input type="minicolors" name="gllr_border_images_color" maxlength="7" value="<?php echo $gllr_options["border_images_color"]; ?>" id="gllr_border_images_color" /> <?php _e( 'Select a border color', 'gallery' ); ?></label>
 
 
 
 
 
920
  </td>
921
  </tr>
922
  <tr valign="top">
949
  <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' ); ?></label><br />
950
  <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' ); ?></label><br />
951
  <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' ); ?></label><br />
952
+ <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' ); ?></label><br />
953
  <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' ); ?></label>
954
  </td>
955
  </tr>
1004
  <?php if ( array_key_exists( 'custom-search-plugin/custom-search-plugin.php', $all_plugins ) || array_key_exists( 'custom-search-pro/custom-search-pro.php', $all_plugins ) ) {
1005
  if ( is_plugin_active( 'custom-search-plugin/custom-search-plugin.php' ) || is_plugin_active( 'custom-search-pro/custom-search-pro.php' ) ) { ?>
1006
  <input type="checkbox" name="gllr_add_to_search" value="1" <?php if ( in_array( 'gallery', $cstmsrch_options['post_types'] ) ) echo 'checked="checked"'; ?> />
1007
+ <span class="bws_info"> (<?php _e( 'Using', 'gallery' ); ?> Custom Search <?php _e( 'powered by', 'gallery' ); ?> <a href="http://bestwebsoft.com/products/">bestwebsoft.com</a>)</span>
1008
  <?php } else { ?>
1009
  <input disabled="disabled" type="checkbox" name="gllr_add_to_search" value="1" <?php if ( in_array( 'gallery', $cstmsrch_options['post_types'] ) ) echo 'checked="checked"'; ?> />
1010
+ <span class="bws_info">(<?php _e( 'Using Custom Search powered by', 'gallery' ); ?> <a href="http://bestwebsoft.com/products/">bestwebsoft.com</a>) <a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate Custom Search', 'gallery' ); ?></a></span>
1011
  <?php }
1012
  } else { ?>
1013
  <input disabled="disabled" type="checkbox" name="gllr_add_to_search" value="1" />
1014
+ <span class="bws_info">(<?php _e( 'Using Custom Search powered by', 'gallery' ); ?> <a href="http://bestwebsoft.com/products/">bestwebsoft.com</a>) <a href="http://bestwebsoft.com/products/custom-search/"><?php _e( 'Download Custom Search', 'gallery' ); ?></a></span>
1015
  <?php } ?>
1016
  </td>
1017
  </tr>
1018
  <tr valign="top">
1019
  <th scope="row"><?php _e( 'Rewrite templates after update', 'gallery' ); ?></th>
1020
  <td>
1021
+ <input type="checkbox" name="gllr_rewrite_template" value="1" <?php if ( 1 == $gllr_options['rewrite_template'] ) echo 'checked="checked"'; ?> /> <span class="bws_info"><?php _e( "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", 'gallery' ); ?></span>
1022
  </td>
1023
  </tr>
1024
  </table>
1053
  <tr valign="top" class="gllr_width_labels">
1054
  <th scope="row"><?php _e( 'Slug for gallery item', 'gallery' ); ?></th>
1055
  <td>
1056
+ <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' ); ?></span>
1057
  </td
1058
  </tr>
1059
  <tr valign="top">
1066
  <th scope="row"><?php _e( 'Display all images in the lightbox instead of going into a single gallery', 'gallery' ); ?> </th>
1067
  <td>
1068
  <input type="checkbox" name="gllrpr_hide_single_gallery" value="1" disabled />
1069
+ <span class="bws_info">(<?php _e( 'When using the gallery template or a shortcode with `display=short` parameter', 'gallery' ); ?>)</span>
1070
  </td>
1071
  </tr>
1072
  <tr valign="top">
1078
  </div>
1079
  <div class="bws_pro_version_tooltip">
1080
  <div class="bws_info">
1081
+ <?php _e( 'Unlock premium options by upgrading to Pro version', 'gallery' ); ?>
 
1082
  </div>
1083
  <div class="bws_pro_links">
1084
  <span class="bws_trial_info">
1085
  <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' ); ?></a>
1086
  <?php _e( 'or', 'gallery' ); ?>
1087
  </span>
1088
+ <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' ); ?></a>
 
 
1089
  </div>
1090
  <div class="gllr_clear"></div>
1091
  </div>
1154
 
1155
  if ( ! function_exists ( 'gllr_add_admin_script' ) ) {
1156
  function gllr_add_admin_script() {
1157
+ global $post_type, $wp_version; ?>
1158
  <script type="text/javascript">
1159
  (function($) {
1160
  $(document).ready( function() {
1161
  $( '.gllr_image_block img' ).css( 'cursor', 'all-scroll' );
1162
  $( '.gllr_order_message' ).removeClass( 'hidden' );
1163
+ <?php if ( isset( $post_type ) && 'gallery' == $post_type ) { ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1164
  $( '#gllr_show_gallery_categories_notice' ).hide();
1165
  <?php } ?>
1166
  });
1167
  })(jQuery);
1168
  </script>
1169
+ <?php if ( $wp_version < '3.6' && isset( $post_type ) && 'gallery' == $post_type ) { ?>
1170
+ <style type="text/css">
1171
+ .postarea .insert-media {
1172
+ display: none;
1173
+ }
1174
+ </style>
1175
+ <?php }
1176
+ }
1177
  }
1178
 
1179
  if ( ! function_exists ( 'gllr_admin_head' ) ) {
1180
  function gllr_admin_head() {
1181
+ global $wp_version, $gllr_plugin_info, $post_type, $pagenow;
1182
 
1183
  if ( 3.8 > $wp_version )
1184
  wp_enqueue_style( 'gllr_stylesheet', plugins_url( 'css/style_wp_before_3.8.css', __FILE__ ) );
1185
  else
1186
  wp_enqueue_style( 'gllr_stylesheet', plugins_url( 'css/style.css', __FILE__ ) );
1187
 
 
 
1188
  wp_enqueue_script( 'jquery' );
 
 
 
 
1189
  wp_enqueue_script( 'jquery-ui-sortable' );
 
1190
 
1191
  if ( isset( $_GET['page'] ) && "gallery-plugin.php" == $_GET['page'] ) {
1192
+ wp_enqueue_script( 'gllr_minicolors_js', plugins_url( 'minicolors/jquery.miniColors.js', __FILE__ ) );
1193
+ wp_enqueue_style( 'gllr_minicolors_css', plugins_url( 'minicolors/jquery.miniColors.css', __FILE__ ) );
 
 
1194
 
1195
  wp_enqueue_script( 'gllr_script', plugins_url( 'js/script.js', __FILE__ ) );
1196
  wp_localize_script( 'gllr_script', 'gllr_vars',
1197
  array(
1198
+ 'gllr_nonce' => wp_create_nonce( plugin_basename( __FILE__ ), 'gllr_ajax_nonce_field' ),
1199
  'update_img_message' => __( 'Updating images...', 'gallery' ),
1200
  'not_found_img_info' => __( 'No image found.', 'gallery' ),
1201
  'img_success' => __( 'All images are updated.', 'gallery' ),
1202
  'img_error' => __( 'Error.', 'gallery' )
1203
+ )
1204
+ );
1205
+ } else if (
1206
+ ( isset( $_GET['action'] ) && $_GET['action'] == 'edit' && get_post_type( get_the_ID() ) == 'gallery' ) ||
1207
+ ( isset( $pagenow ) && $pagenow == 'post-new.php' && isset( $_GET['post_type'] ) && $_GET['post_type'] == 'gallery' ) ) {
1208
+ wp_enqueue_script( 'gllr_script', plugins_url( 'js/script.js', __FILE__ ), array( 'jquery' ) );
1209
+ wp_localize_script( 'gllr_script', 'gllr_vars',
1210
+ array(
1211
+ 'gllr_nonce' => wp_create_nonce( plugin_basename( __FILE__ ), 'gllr_ajax_nonce_field' ),
1212
+ 'gllr_add_nonce' => wp_create_nonce( plugin_basename( __FILE__ ), 'gllr_ajax_add_nonce' ),
1213
+ 'warnBulkDelete' => __( "You are about to delete these items from this gallery.\n 'Cancel' to stop, 'OK' to delete.", 'gallery' ),
1214
+ 'wp_media_title' => __( 'Insert Media' ),
1215
+ 'wp_media_button' => __( 'Insert' ),
1216
+ )
1217
+ );
1218
  }
1219
+
1220
+ if ( isset( $post_type ) && 'gallery' == $post_type ) {
1221
+ if ( ! function_exists( 'bws_add_tooltip_in_admin' ) )
1222
+ require_once( dirname( __FILE__ ) . '/bws_menu/bws_include.php' );
1223
 
1224
  if ( ! function_exists( 'get_plugins' ) )
1225
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
1265
  $tooltip_args['position']['edge'] = 'top';
1266
  }
1267
  bws_add_tooltip_in_admin( $tooltip_args );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1268
  }
1269
  }
1270
  }
1289
  }
1290
  if ( 1 == $gllr_options["image_text"] )
1291
  wp_enqueue_script( 'gllr_js', plugins_url( 'js/frontend_script.js', __FILE__ ), array( 'jquery' ) );
 
1292
  }
1293
  }
1294
 
1322
  if ( ! function_exists ( 'gllr_shortcode' ) ) {
1323
  function gllr_shortcode( $attr ) {
1324
  global $gllr_options;
 
1325
  extract( shortcode_atts( array(
1326
  'id' => '',
1327
  'display' => 'full',
1332
  if ( empty( $gllr_options ) )
1333
  $gllr_options = get_option( 'gllr_options' );
1334
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
1335
+
1336
  if ( ! empty( $cat_id ) && ( is_plugin_active( 'gallery-categories/gallery-categories.php' ) || is_plugin_active( 'gallery-categories-pro/gallery-categories-pro.php' ) ) ) {
1337
  global $first_query;
1338
  $term = get_term( $cat_id, 'gallery_categories' );
1352
  $first_query->the_post();
1353
  $attachments = get_post_thumbnail_id( $post->ID );
1354
  if ( empty ( $attachments ) ) {
1355
+ $images_id = get_post_meta( $post->ID, '_gallery_images', true );
1356
+ $attachments = get_posts( array(
1357
+ "showposts" => 1,
1358
+ "what_to_show" => "posts",
1359
+ "post_status" => "inherit",
1360
+ "post_type" => "attachment",
1361
+ "orderby" => $gllr_options['order_by'],
1362
+ "order" => $gllr_options['order'],
1363
+ "post_mime_type" => "image/jpeg,image/gif,image/jpg,image/png",
1364
+ 'post__in' => explode( ',', $images_id ),
1365
+ 'meta_key' => '_gallery_order_' . $post->ID
1366
+ ));
1367
+ if ( ! empty( $attachments[0] ) ) {
1368
+ $first_attachment = $attachments[0];
1369
+ $image_attributes = wp_get_attachment_image_src( $first_attachment->ID, "album-thumb" );
1370
+ } else
1371
+ $image_attributes = array( '' );
1372
  } else {
1373
  $image_attributes = wp_get_attachment_image_src( $attachments, 'album-thumb' );
1374
  } ?>
1401
  <div class="gallery_box">
1402
  <ul>
1403
  <?php global $post, $wpdb, $wp_query;
1404
+ if ( $second_query->have_posts() ) :
1405
+ $second_query->the_post();
1406
  $attachments = get_post_thumbnail_id( $post->ID );
1407
+
1408
+ if ( empty ( $attachments ) ) {
1409
+ $images_id = get_post_meta( $post->ID, '_gallery_images', true );
1410
+ $attachments = get_posts( array(
1411
+ "showposts" => 1,
1412
+ "what_to_show" => "posts",
1413
+ "post_status" => "inherit",
1414
+ "post_type" => "attachment",
1415
+ "orderby" => $gllr_options['order_by'],
1416
+ "order" => $gllr_options['order'],
1417
+ "post_mime_type" => "image/jpeg,image/gif,image/jpg,image/png",
1418
+ 'post__in' => explode( ',', $images_id ),
1419
+ 'meta_key' => '_gallery_order_' . $post->ID
1420
+ ));
1421
+ if ( ! empty( $attachments[0] ) ) {
1422
+ $first_attachment = $attachments[0];
1423
+ $image_attributes = wp_get_attachment_image_src( $first_attachment->ID, "album-thumb" );
1424
+ } else
1425
+ $image_attributes = array( '' );
1426
  } else {
1427
  $image_attributes = wp_get_attachment_image_src( $attachments, 'album-thumb' );
1428
  }
1452
  $second_query->the_post(); ?>
1453
  <div class="gallery_box_single">
1454
  <?php echo do_shortcode( get_the_content() );
1455
+
1456
+ $images_id = get_post_meta( $post->ID, '_gallery_images', true );
1457
+
1458
+ $posts = get_posts( array(
1459
  "showposts" => -1,
1460
  "what_to_show" => "posts",
1461
  "post_status" => "inherit",
1463
  "orderby" => $gllr_options['order_by'],
1464
  "order" => $gllr_options['order'],
1465
  "post_mime_type" => "image/jpeg,image/gif,image/jpg,image/png",
1466
+ 'post__in' => explode( ',', $images_id ),
1467
+ 'meta_key' => '_gallery_order_' . $post->ID
1468
+ ));
1469
+
1470
  if ( 0 < count( $posts ) ) {
1471
  $count_image_block = 0; ?>
1472
  <div class="gallery clearfix">
1540
  'speedIn' : 500,
1541
  'speedOut' : 300,
1542
  'titleFormat' : function( title, currentArray, currentIndex, currentOpts ) {
1543
+ return '<div id="fancybox-title-inside">' + ( title.length ? '<span id="bws_gallery_image_title">' + title + '</span><br />' : '' ) + '<span id="bws_gallery_image_counter"><?php _e( "Image", "gallery"); ?> ' + ( currentIndex + 1 ) + ' / ' + currentArray.length + '</span></div><?php if( get_post_meta( $post->ID, 'gllr_download_link', true ) != '' ){?><a id="bws_gallery_download_link" href="' + $( currentOpts.orig ).attr( 'rel' ) + '" target="_blank"><?php echo addslashes( __( "Download high resolution image", "gallery" ) ); ?> </a><?php } ?>';
1544
  }<?php if ( 1 == $gllr_options['start_slideshow'] ) { ?>,
1545
  'onComplete': function() {
1546
  clearTimeout( jQuery.fancybox.slider );
1558
  }
1559
  }
1560
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1561
  if ( ! function_exists ( 'gllr_update_image' ) ) {
1562
+ function gllr_update_image() {
1563
  global $wpdb;
1564
  check_ajax_referer( plugin_basename( __FILE__ ), 'gllr_ajax_nonce_field' );
1565
 
1594
  }
1595
  }
1596
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1597
  if ( ! function_exists ( 'gllr_wp_generate_attachment_metadata' ) ) {
1598
  function gllr_wp_generate_attachment_metadata( $attachment_id, $file, $metadata ) {
1599
  $attachment = get_post( $attachment_id );
1789
  }
1790
  }
1791
 
1792
+ if ( ! function_exists( 'gllr_sanitize_file_name' ) ) {
1793
+ function gllr_sanitize_file_name() {
1794
+ check_ajax_referer( plugin_basename( __FILE__ ), 'gllr_ajax_nonce_field' );
1795
+ if (
1796
+ isset( $_REQUEST['action'] ) && 'gllr_sanitize_file_name' == $_REQUEST['action'] &&
1797
+ isset( $_REQUEST['gllr_name'] ) && ( ! empty( $_REQUEST['gllr_name'] ) )
1798
+ )
1799
+ echo sanitize_file_name( $_REQUEST['gllr_name'] );
1800
+ else
1801
+ echo '';
1802
+ die();
1803
+ }
1804
+ }
1805
+
1806
  if ( ! function_exists( 'gllr_filter_sanitize_file_name' ) ) {
1807
  function gllr_filter_sanitize_file_name( $file_name ) {
1808
  if ( isset( $_REQUEST['gllr_ajax_nonce_field'] ) ) {
1834
  global $hook_suffix, $gllr_options;
1835
  if ( 'plugins.php' == $hook_suffix ) {
1836
  global $gllr_plugin_info;
1837
+
1838
+ if ( isset( $gllr_options['first_install'] ) && strtotime( '-1 week' ) > $gllr_options['first_install'] )
1839
+ bws_plugin_banner( $gllr_plugin_info, 'gllr', 'gallery', '01a04166048e9416955ce1cbe9d5ca16', '79', '//ps.w.org/gallery-plugin/assets/icon-128x128.png' );
1840
+
1841
+ bws_plugin_banner_to_settings( $gllr_plugin_info, 'gllr_options', 'gallery-plugin', 'admin.php?page=gallery-plugin.php', 'post-new.php?post_type=gallery', 'Gallery' );
1842
  }
1843
  require_once( plugin_dir_path( __FILE__ ) . 'inc/demo-data/demo-data-loader.php' );
1844
  do_action( 'bws_display_demo_notice', $gllr_options['display_demo_notice'] );
1850
  */
1851
  if ( ! function_exists( 'gllr_plugin_uninstall' ) ) {
1852
  function gllr_plugin_uninstall() {
1853
+ global $gllr_filenames, $gllr_themepath, $wpdb;
1854
 
1855
  foreach ( $gllr_filenames as $filename ) {
1856
  if ( file_exists( $gllr_themepath . $filename ) && ! unlink( $gllr_themepath . $filename ) ) {
1857
  add_action( 'admin_notices', create_function( '', ' return "Error delete template file";' ) );
1858
  }
1859
  }
1860
+
1861
+ if ( function_exists( 'is_multisite' ) && is_multisite() ) {
1862
+ $old_blog = $wpdb->blogid;
1863
+ /* Get all blog ids */
1864
+ $blogids = $wpdb->get_col( "SELECT `blog_id` FROM $wpdb->blogs" );
1865
+ foreach ( $blogids as $blog_id ) {
1866
+ switch_to_blog( $blog_id );
1867
+ delete_option( 'gllr_options' );
1868
+ delete_option( 'gllr_demo_options' );
1869
+ }
1870
+ switch_to_blog( $old_blog );
1871
+ } else {
1872
+ delete_option( 'gllr_options' );
1873
+ delete_option( 'gllr_demo_options' );
1874
+ }
1875
  }
1876
  }
1877
 
1878
+ /* Create custom meta box for gallery post type */
1879
+ if ( ! function_exists( 'gllr_media_custom_box' ) ) {
1880
+ function gllr_media_custom_box( $obj = '', $box = '' ) {
1881
+ global $post, $wp_version, $gllr_plugin_info, $mode, $original_post;
1882
+ $original_post = $post; ?>
1883
+ <div style="padding-top:10px;">
1884
+ <div class="error hide-if-js">
1885
+ <p><?php _e( 'Add images requires JavaScript.', 'gallery' ); ?></p>
1886
+ </div>
1887
+ <div class="wp-media-buttons">
1888
+ <a href="#" id="gllr-media-insert" class="button add_media hide-if-no-js"><span class="dashicons dashicons-admin-media wp-media-buttons-icon"></span> <?php _e( 'Add Media' ); ?></a>
1889
+ </div>
1890
+ <div class="clear"></div>
1891
+ <?php $wp_gallery_media_table = new Gllr_Media_Table();
1892
+ $wp_gallery_media_table->prepare_items();
1893
+ $wp_gallery_media_table->views();
1894
+ if ( $mode == 'list' ) {
1895
+ $wp_gallery_media_table->display();
1896
+ } else { ?>
1897
+ <div class="error hide-if-js">
1898
+ <p><?php _e( 'The grid view for the Gallery images requires JavaScript.', 'gallery' ); ?> <a href="<?php echo esc_url( add_query_arg( 'mode', 'list', $_SERVER['REQUEST_URI'] ) ) ?>"><?php _e( 'Switch to the list view', 'gallery' ); ?></a></p>
1899
+ </div>
1900
+ <ul tabindex="-1" class="attachments ui-sortable ui-sortable-disabled hide-if-no-js" id="__attachments-view-39">
1901
+ <?php $wp_gallery_media_table->display_grid_rows(); ?>
1902
+ </ul>
1903
+ <?php } ?>
1904
+ <div class="clear"></div>
1905
+ <div id="hidden"></div>
1906
+ </div>
1907
+ <?php }
1908
+ }
1909
+
1910
+ global $wp_version;
1911
+
1912
+ if ( $wp_version > '3.3' ) {
1913
+
1914
+ if ( ! class_exists( 'WP_List_Table' ) ) {
1915
+ require_once( ABSPATH . 'wp-admin/includes/class-wp-list-table.php' );
1916
+ }
1917
+ if ( ! class_exists( 'WP_Media_List_Table' ) ) {
1918
+ require_once( ABSPATH . 'wp-admin/includes/class-wp-media-list-table.php' );
1919
+ }
1920
+
1921
+ class Gllr_Media_Table extends WP_Media_List_Table {
1922
+ public function __construct( $args = array() ) {
1923
+
1924
+ $this->modes = array(
1925
+ 'list' => __( 'List View' ),
1926
+ 'grid' => __( 'Grid View' )
1927
+ );
1928
+
1929
+ parent::__construct( array(
1930
+ 'plural' => 'media',
1931
+ 'screen' => isset( $args['screen'] ) ? $args['screen'] : '',
1932
+ ) );
1933
+ }
1934
+
1935
+ function prepare_items() {
1936
+ global $wpdb, $wp_query, $mode, $original_post, $wp_version;
1937
+
1938
+ $columns = $this->get_columns();
1939
+ $hidden = array( 'order' );
1940
+ $sortable = $this->get_sortable_columns();
1941
+ $current_page = $this->get_pagenum();
1942
+ $this->_column_headers = array( $columns, $hidden, $sortable );
1943
+ $images_id = get_post_meta( $original_post->ID, '_gallery_images', true );
1944
+ if ( empty( $images_id ) )
1945
+ $total_items = 0;
1946
+ else
1947
+ $total_items = $wpdb->get_var( "SELECT COUNT(*) FROM " . $wpdb->posts . " WHERE ID IN( " . $images_id . " )" );
1948
+
1949
+ $per_page = 25;
1950
+
1951
+ $total_pages = ceil( $total_items / $per_page );
1952
+
1953
+ $mode = get_user_option( 'gllr_media_library_mode', get_current_user_id() ) ? get_user_option( 'gllr_media_library_mode', get_current_user_id() ) : 'list';
1954
+ $modes = array( 'grid', 'list' );
1955
+
1956
+ if ( isset( $_GET['mode'] ) && in_array( $_GET['mode'], $modes ) ) {
1957
+ $mode = $_GET['mode'];
1958
+ update_user_option( get_current_user_id(), 'gllr_media_library_mode', $mode );
1959
+ }
1960
+
1961
+ $this->set_pagination_args( array(
1962
+ 'total_items' => $total_items,
1963
+ 'total_pages' => $total_pages,
1964
+ 'per_page' => $per_page
1965
+ ) );
1966
+
1967
+ if ( $wp_version < '4.2' )
1968
+ $this->is_trash = isset( $_REQUEST['attachment-filter'] ) && 'trash' == $_REQUEST['attachment-filter'];
1969
+ }
1970
+
1971
+ function extra_tablenav( $which ) {
1972
+ if ( 'bar' !== $which ) {
1973
+ return;
1974
+ } ?>
1975
+ <div class="actions">
1976
+ <?php if ( ! is_singular() ) {
1977
+ if ( ! $this->is_trash ) {
1978
+ $this->months_dropdown( 'attachment' );
1979
+ }
1980
+
1981
+ /** This action is documented in wp-admin/includes/class-wp-posts-list-table.php */
1982
+ do_action( 'restrict_manage_posts' );
1983
+ submit_button( __( 'Filter' ), 'button', 'filter_action', false, array( 'id' => 'post-query-submit' ) );
1984
+ }
1985
+
1986
+ if ( $this->is_trash && current_user_can( 'edit_others_posts' ) ) {
1987
+ submit_button( __( 'Empty Trash' ), 'apply', 'delete_all', false );
1988
+ } ?>
1989
+ </div>
1990
+ <?php }
1991
+
1992
+ function has_items() {
1993
+ global $wpdb, $post, $original_post;
1994
+
1995
+ $images_id = get_post_meta( $original_post->ID, '_gallery_images', true );
1996
+ if ( empty( $images_id ) )
1997
+ $total_items = 0;
1998
+ else
1999
+ $total_items = $wpdb->get_var( "SELECT COUNT(*) FROM " . $wpdb->posts . " WHERE ID IN( " . $images_id . " )" );
2000
+
2001
+ if ( $total_items > 0 )
2002
+ return true;
2003
+ else
2004
+ return false;
2005
+ }
2006
+
2007
+ function no_items() {
2008
+ _e( 'No images found', 'gallery' );
2009
+ }
2010
+
2011
+ function get_views() {
2012
+ return false;
2013
+ }
2014
+
2015
+ function display_tablenav( $which ) {
2016
+ //if ( 'top' == $which )
2017
+ //wp_nonce_field( 'bulk-' . $this->_args['plural'] ); ?>
2018
+ <div class="tablenav <?php echo esc_attr( $which ); ?>">
2019
+ <div class="alignleft actions bulkactions">
2020
+ <?php $this->bulk_actions( $which ); ?>
2021
+ </div>
2022
+ <?php $this->extra_tablenav( $which );
2023
+ $this->pagination( $which ); ?>
2024
+ <br class="clear" />
2025
+ </div>
2026
+ <?php }
2027
+
2028
+ /**
2029
+ * Display the bulk actions dropdown.
2030
+ *
2031
+ * @since 3.1.0
2032
+ * @access protected
2033
+ *
2034
+ * @param string $which The location of the bulk actions: 'top' or 'bottom'.
2035
+ * This is designated as optional for backwards-compatibility.
2036
+ */
2037
+ function bulk_actions( $which = '' ) {
2038
+ if ( is_null( $this->_actions ) ) {
2039
+ $no_new_actions = $this->_actions = $this->get_bulk_actions();
2040
+ /**
2041
+ * Filter the list table Bulk Actions drop-down.
2042
+ *
2043
+ * The dynamic portion of the hook name, `$this->screen->id`, refers
2044
+ * to the ID of the current screen, usually a string.
2045
+ *
2046
+ * This filter can currently only be used to remove bulk actions.
2047
+ *
2048
+ * @since 3.5.0
2049
+ *
2050
+ * @param array $actions An array of the available bulk actions.
2051
+ */
2052
+ $this->_actions = apply_filters( "bulk_actions-{$this->screen->id}", $this->_actions );
2053
+ $this->_actions = array_intersect_assoc( $this->_actions, $no_new_actions );
2054
+ $two = '';
2055
+ } else {
2056
+ $two = '2';
2057
+ }
2058
+
2059
+ if ( empty( $this->_actions ) )
2060
+ return;
2061
+
2062
+ echo "<label for='bulk-action-selector-" . esc_attr( $which ) . "' class='screen-reader-text'>" . __( 'Select bulk action' ) . "</label>";
2063
+ echo "<select name='action-" . esc_attr( $which ) . "' id='bulk-action-selector-" . esc_attr( $which ) . "'>\n";
2064
+ echo "<option value='-1' selected='selected'>" . __( 'Bulk Actions' ) . "</option>\n";
2065
+
2066
+ foreach ( $this->_actions as $name => $title ) {
2067
+ $class = 'edit' == $name ? ' class="hide-if-no-js"' : '';
2068
+
2069
+ echo "\t<option value='$name'$class>$title</option>\n";
2070
+ }
2071
+
2072
+ echo "</select>\n";
2073
+
2074
+ submit_button( __( 'Apply' ), 'action', '', false, array( 'id' => "doaction$two" ) );
2075
+ echo "\n";
2076
+ }
2077
+
2078
+ function get_bulk_actions() {
2079
+ $actions = array();
2080
+
2081
+ $actions['delete'] = __( 'Delete from Gallery', 'gallery' );
2082
+
2083
+ return $actions;
2084
+ }
2085
+
2086
+ public function views() {
2087
+ global $mode, $original_post, $wp_version;
2088
+
2089
+ $gllr_download_link = get_post_meta( $original_post->ID, 'gllr_download_link', true );
2090
+ if ( $wp_version < '4.0' ) {
2091
+ $views = $this->get_views(); ?>
2092
+ <div class="postbox" style="margin-top: 10px;">
2093
+ <div class="inside">
2094
+ <label><input type="checkbox" name="gllr_download_link" value="1" <?php if ( '' != $gllr_download_link ) echo "checked='checked'"; ?> /> <?php _e( 'Display file URL', 'gallery' ); ?></label>
2095
+ </div>
2096
+ </div>
2097
+ <?php } else {
2098
+ $views = $this->get_views(); ?>
2099
+ <div class="wp-filter">
2100
+ <div class="filter-items">
2101
+ <?php $this->view_switcher( $mode ); ?>
2102
+ <?php if ( $mode == 'grid' ) { ?>
2103
+ <a href="#" class="button media-button button-large gllr-media-bulk-select-button hide-if-no-js"><?php _e( 'Bulk Select' ); ?></a>
2104
+ <?php } ?>
2105
+ <a href="#" class="button media-button button-large gllr-media-bulk-cansel-select-button hide-if-no-js"><?php _e( 'Cancel Selection' ); ?></a>
2106
+ <a href="#" class="button media-button button-primary button-large gllr-media-bulk-delete-selected-button hide-if-no-js" disabled="disabled"><?php _e( 'Delete Selected' ); ?></a>
2107
+ <span class="gllr-media-spinner"></span>
2108
+ <label><input type="checkbox" name="gllr_download_link" value="1" <?php if ( '' != $gllr_download_link ) echo "checked='checked'"; ?> /> <?php _e( 'Display file URL', 'gallery' ); ?></label>
2109
+ </div>
2110
+ </div>
2111
+ <?php }
2112
+ }
2113
+
2114
+ function get_columns() {
2115
+ $lists_columns = array(
2116
+ 'order' => '',
2117
+ 'cb' => '<input type="checkbox" />',
2118
+ 'icon' => '',
2119
+ 'title' => __( 'File', 'gallery' ),
2120
+ 'dimensions' => __( 'Dimensions' ),
2121
+ 'gllr_image_text' => __( 'Title', 'gallery' ),
2122
+ 'gllr_image_alt_tag' => __( 'Alt tag', 'gallery' ),
2123
+ 'gllr_link_url' => __( 'URL', 'gallery' )
2124
+ );
2125
+ return $lists_columns;
2126
+ }
2127
+
2128
+ /*function column_cb( $item ) {
2129
+ return sprintf(
2130
+ '<input type="checkbox" name="lists[]" value="%s" />', $item['id']
2131
+ );
2132
+ }*/
2133
+
2134
+ function display_rows( $lists = array(), $level = 0 ) {
2135
+ global $post, $wp_query, $mode, $original_post;
2136
+
2137
+ add_filter( 'the_title','esc_html' );
2138
+
2139
+ $images_id = get_post_meta( $original_post->ID, '_gallery_images', true );
2140
+
2141
+ $old_post = $post;
2142
+
2143
+ query_posts( array(
2144
+ 'post__in' => explode( ',', $images_id ),
2145
+ 'post_type' => 'attachment',
2146
+ 'posts_per_page' => -1,
2147
+ 'post_status' => 'inherit',
2148
+ 'meta_key' => '_gallery_order_' . $original_post->ID,
2149
+ 'orderby' => 'meta_value_num',
2150
+ 'order' => 'ASC'
2151
+ ) );
2152
+ while ( have_posts() ) {
2153
+ the_post();
2154
+ $this->single_row( $mode );
2155
+ }
2156
+ wp_reset_postdata();
2157
+ wp_reset_query();
2158
+ $post = $old_post;
2159
+ }
2160
+
2161
+ function display_grid_rows() {
2162
+ global $post, $mode, $original_post, $wp_version, $gllr_plugin_info;
2163
+ $old_post = $post;
2164
+ add_filter( 'the_title','esc_html' );
2165
+
2166
+ $images_id = get_post_meta( $original_post->ID, '_gallery_images', true );
2167
+ query_posts( array(
2168
+ 'post__in' => explode( ',', $images_id ),
2169
+ 'post_type' => 'attachment',
2170
+ 'posts_per_page' => -1,
2171
+ 'post_status' => 'inherit',
2172
+ 'meta_key' => '_gallery_order_' . $post->ID,
2173
+ 'orderby' => 'meta_value_num',
2174
+ 'order' => 'ASC'
2175
+ ) );
2176
+ while ( have_posts() ) {
2177
+ the_post();
2178
+ $this->single_row( $mode );
2179
+ }
2180
+ wp_reset_postdata();
2181
+ wp_reset_query();
2182
+ $post = $old_post;
2183
+ }
2184
+
2185
+ function single_row( $mode ) {
2186
+ global $post, $original_post, $gllr_plugin_info, $wp_version;
2187
+ $attachment_metadata = wp_get_attachment_metadata( $post->ID );
2188
+ if ( $mode == 'grid' ) {
2189
+ $image_attributes = wp_get_attachment_image_src( $post->ID, 'medium' ); ?>
2190
+ <li tabindex="0" id="post-<?php echo $post->ID; ?>" class="gllr-media-attachment">
2191
+ <div class="gllr-media-attachment-preview">
2192
+ <div class="gllr-media-thumbnail">
2193
+ <div class="centered">
2194
+ <img src="<?php echo $image_attributes[0]; ?>" class="thumbnail" draggable="false" />
2195
+ <input type="hidden" name="_gallery_order_<?php echo $original_post->ID; ?>[<?php echo $post->ID; ?>]" value="<?php echo get_post_meta( $post->ID, '_gallery_order_'.$original_post->ID, true ); ?>" />
2196
+ </div>
2197
+ </div>
2198
+ </div>
2199
+ <a class="gllr-media-check" tabindex="-1" title="<?php _e( 'Deselect' ); ?>" href="#">
2200
+ <div class="media-modal-icon"></div>
2201
+ </a>
2202
+ <div class="gllr-media-attachment-details">
2203
+ <div class="gllr-media-attachment-info">
2204
+ <div class="gllr-media-details">
2205
+ <div class="gllr-media-filename"><strong><?php _e( 'File name', 'gallery' ); ?>:</strong> <?php the_title(); ?></div>
2206
+ <div class="gllr-media-filetype"><strong><?php _e( 'File type', 'gallery' ); ?>:</strong> <?php echo get_post_mime_type( $post->ID ); ?></div>
2207
+ <div class="gllr-media-dimensions"><strong><?php _e( 'Dimensions' ); ?>:</strong> <?php echo $attachment_metadata['width']; ?> &times; <?php echo $attachment_metadata['height']; ?></div>
2208
+ </div>
2209
+ <div class="gllr-media-actions">
2210
+ <!--<a href="post.php?post=<?php echo $post->ID; ?>&action=edit"><?php _e( 'Edit Attachment', 'gallery' ); ?></a>-->
2211
+ <a href="<?php echo get_edit_post_link( $post->ID ); ?>#TB_inline?width=800&height=450&width=700&inlineId=gllr-media-attachment-details-box-<?php echo $post->ID; ?>" class="thickbox" title="<?php _e( 'Edit Attachment Info', 'gallery' ); ?>"><?php _e( 'Edit Attachment', 'gallery' ); ?></a>
2212
+ </div>
2213
+ </div>
2214
+ </div>
2215
+ <div id="gllr-media-attachment-details-box-<?php echo $post->ID; ?>" class="gllr-media-attachment-details-box">
2216
+ <?php $key = "gllr_image_text";
2217
+ $link_key = "gllr_link_url";
2218
+ $alt_tag_key = "gllr_image_alt_tag";
2219
+ $image_attributes = wp_get_attachment_image_src( $post->ID, 'large' ); ?>
2220
+ <div class="gllr-pro-version-block">
2221
+ <a class="button bws_plugin_pro_version" href="http://bestwebsoft.com/products/gallery/?k=63a36f6bf5de0726ad6a43a165f38fe5&pn=79&v=<?php echo $gllr_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="<?php _e( 'Go Pro', 'gallery' ); ?>"><?php _e( 'Pro version', 'gallery' ); ?>
2222
+ </a>
2223
+ <div class="gllr-pro-settings">
2224
+ <?php _e( 'This setting is available in Pro version', 'gallery' ); ?>
2225
+ <img src="<?php echo plugins_url( 'images/pro-settings.jpg', __FILE__ ); ?>" alt="pro-settings" />
2226
+ </div>
2227
+ </div>
2228
+ <div class="gllr-media-attachment-details-box-left">
2229
+ <div class="gllr_border_image">
2230
+ <img src="<?php echo $image_attributes[0]; ?>" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" height="auto" width="<?php echo $image_attributes[1]; ?>" />
2231
+ <!--<div class="attachment-actions">
2232
+ <a href="<?php echo get_edit_post_link( $post->ID ); ?>" class="button edit-attachment">Edit Image</a>
2233
+ </div>-->
2234
+ </div>
2235
+ </div>
2236
+ <div class="gllr-media-attachment-details-box-right">
2237
+ <div>
2238
+ <?php _e( "Title", "gallery" ); ?><br />
2239
+ <input type="text" name="gllr_image_text[<?php echo $post->ID; ?>]" value="<?php echo get_post_meta( $post->ID, $key, true ); ?>" />
2240
+ </div>
2241
+ <div>
2242
+ <?php _e( "Alt tag", "gallery" ); ?><br />
2243
+ <input type="text" name="gllr_image_alt_tag[<?php echo $post->ID; ?>]" value="<?php echo get_post_meta( $post->ID, $alt_tag_key, true ); ?>" />
2244
+ </div>
2245
+ <div>
2246
+ <?php _e( "URL", "gallery" ); ?><br />
2247
+ <input type="text" name="gllr_link_url[<?php echo $post->ID; ?>]" value="<?php echo get_post_meta( $post->ID, $link_key, true ); ?>" /><br />
2248
+ <span class="bws_info"><?php _e( "(by click on image opens a link in a new window)", 'gallery' ); ?></span>
2249
+ </div>
2250
+ <div class="gllr-media-attachment-actions">
2251
+ <!--<a href="<?php echo get_edit_post_link( $post->ID ); ?>" class="button save-media-details">Save</a>-->
2252
+ <a href="post.php?post=<?php echo $post->ID; ?>&amp;action=edit"><?php _e( 'Edit more details', 'gallery' ); ?></a>
2253
+ <span class="gllr-separator">|</span>
2254
+ <a href="#" class="gllr-media-delete-attachment"><?php _e( 'Delete from Gallery', 'gallery' ); ?></a>
2255
+ <input type="hidden" class="gllr_attachment_id" name="_gllr_attachment_id" value="<?php echo $post->ID; ?>" />
2256
+ <input type="hidden" class="gllr_post_id" name="_gllr_post_id" value="<?php echo $original_post->ID; ?>" />
2257
+ </div>
2258
+ </div>
2259
+ <div class="gllr_clear"></div>
2260
+ </div>
2261
+ </li>
2262
+ <?php } else {
2263
+ $user_can_edit = current_user_can( 'edit_post', $post->ID );
2264
+ $post_owner = ( get_current_user_id() == $post->post_author ) ? 'self' : 'other';
2265
+ $att_title = _draft_or_post_title(); ?>
2266
+ <tr id="post-<?php echo $post->ID; ?>" class="<?php echo trim( ' author-' . $post_owner . ' status-' . $post->post_status ); ?>">
2267
+ <?php list ( $columns, $hidden ) = $this->get_column_info();
2268
+ foreach ( $columns as $column_name => $column_display_name ) {
2269
+
2270
+ $classes = "$column_name column-$column_name";
2271
+ if ( in_array( $column_name, $hidden ) )
2272
+ $classes .= ' hidden';
2273
+
2274
+ $attributes = "class='$classes'";
2275
+ switch ( $column_name ) {
2276
+ case 'order': ?>
2277
+ <th <?php echo $attributes; ?>>
2278
+ <input type="hidden" name="_gallery_order_<?php echo $original_post->ID; ?>[<?php echo $post->ID; ?>]" value="<?php echo get_post_meta( $post->ID, '_gallery_order_'.$original_post->ID, true ); ?>" />
2279
+ </th>
2280
+ <?php break;
2281
+ case 'cb': ?>
2282
+ <th scope="row" class="check-column">
2283
+ <?php if ( $user_can_edit ) { ?>
2284
+ <label class="screen-reader-text" for="cb-select-<?php the_ID(); ?>"><?php echo sprintf( __( 'Select %s' ), $att_title );?></label>
2285
+ <input type="checkbox" name="media[]" id="cb-select-<?php the_ID(); ?>" value="<?php the_ID(); ?>" />
2286
+ <?php } ?>
2287
+ </th>
2288
+ <?php break;
2289
+ case 'icon':
2290
+ list( $mime ) = explode( '/', $post->post_mime_type );
2291
+ $attributes = "class='$classes media-icon " . $mime . "-icon'"; ?>
2292
+ <td <?php echo $attributes; ?>><?php
2293
+ if ( $thumb = wp_get_attachment_image( $post->ID, array( 80, 60 ), true ) ) {
2294
+ if ( $this->is_trash || ! $user_can_edit ) {
2295
+ echo $thumb;
2296
+ } else { ?>
2297
+ <a href="<?php echo get_edit_post_link( $post->ID ); ?>" title="<?php echo esc_attr( sprintf( __( 'Edit &#8220;%s&#8221;' ), $att_title ) ); ?>">
2298
+ <?php echo $thumb; ?>
2299
+ </a>
2300
+ <?php }
2301
+ } ?>
2302
+ </td>
2303
+ <?php break;
2304
+ case 'title': ?>
2305
+ <td <?php echo $attributes; ?>><strong>
2306
+ <?php if ( $this->is_trash || ! $user_can_edit ) {
2307
+ echo $att_title;
2308
+ } else { ?>
2309
+ <a href="<?php echo get_edit_post_link( $post->ID ); ?>" title="<?php echo esc_attr( sprintf( __( 'Edit &#8220;%s&#8221;' ), $att_title ) ); ?>">
2310
+ <?php echo $att_title; ?>
2311
+ </a>
2312
+ <?php }
2313
+ _media_states( $post ); ?></strong>
2314
+ <p class="filename"><?php echo wp_basename( $post->guid ); ?></p>
2315
+ <?php echo $this->row_actions( $this->_get_row_actions( $post, $att_title ) ); ?>
2316
+ </td>
2317
+ <?php break;
2318
+ case 'dimensions': ?>
2319
+ <td <?php echo $attributes; ?>>
2320
+ <?php echo $attachment_metadata['width']; ?> &times; <?php echo $attachment_metadata['height']; ?>
2321
+ </td>
2322
+ <?php break;
2323
+ case 'gllr_image_text':
2324
+ case 'gllr_image_alt_tag':
2325
+ case 'gllr_link_url': ?>
2326
+ <td <?php echo $attributes; ?>>
2327
+ <input type="text" name="<?php echo $column_name; ?>[<?php echo $post->ID; ?>]" value="<?php echo get_post_meta( $post->ID, $column_name, true ); ?>" />
2328
+ </td>
2329
+ <?php break;
2330
+ }
2331
+ } ?>
2332
+ </tr>
2333
+ <?php }
2334
+ }
2335
+ /**
2336
+ * @param WP_Post $post
2337
+ * @param string $att_title
2338
+ */
2339
+ function _get_row_actions( $post, $att_title ) {
2340
+ $actions = array();
2341
+
2342
+ if ( $this->detached ) {
2343
+ if ( current_user_can( 'edit_post', $post->ID ) )
2344
+ $actions['edit'] = '<a href="' . get_edit_post_link( $post->ID ) . '">' . __( 'Edit' ) . '</a>';
2345
+ if ( current_user_can( 'delete_post', $post->ID ) )
2346
+ if ( EMPTY_TRASH_DAYS && MEDIA_TRASH ) {
2347
+ $actions['trash'] = "<a class='submitdelete' href='" . wp_nonce_url( "post.php?action=trash&amp;post=$post->ID", 'trash-post_' . $post->ID ) . "'>" . __( 'Trash' ) . "</a>";
2348
+ } else {
2349
+ $delete_ays = !MEDIA_TRASH ? " onclick='return showNotice.warn();'" : '';
2350
+ $actions['delete'] = "<a class='submitdelete'$delete_ays href='" . wp_nonce_url( "post.php?action=delete&amp;post=$post->ID", 'delete-post_' . $post->ID ) . "'>" . __( 'Delete Permanently' ) . "</a>";
2351
+ }
2352
+ $actions['view'] = '<a href="' . get_permalink( $post->ID ) . '" title="' . esc_attr( sprintf( __( 'View &#8220;%s&#8221;' ), $att_title ) ) . '" rel="permalink">' . __( 'View' ) . '</a>';
2353
+ if ( current_user_can( 'edit_post', $post->ID ) )
2354
+ $actions['attach'] = '<a href="#the-list" onclick="findPosts.open( \'media[]\',\''.$post->ID.'\' );return false;" class="hide-if-no-js">' . __( 'Attach' ) . '</a>';
2355
+ } else {
2356
+ if ( current_user_can( 'edit_post', $post->ID ) && !$this->is_trash )
2357
+ $actions['edit'] = '<a href="' . get_edit_post_link( $post->ID ) . '">' . __( 'Edit' ) . '</a>';
2358
+ if ( current_user_can( 'delete_post', $post->ID ) ) {
2359
+ if ( $this->is_trash )
2360
+ $actions['untrash'] = "<a class='submitdelete' href='" . wp_nonce_url( "post.php?action=untrash&amp;post=$post->ID", 'untrash-post_' . $post->ID ) . "'>" . __( 'Restore' ) . "</a>";
2361
+ elseif ( EMPTY_TRASH_DAYS && MEDIA_TRASH )
2362
+ $actions['trash'] = "<a class='submitdelete' href='" . wp_nonce_url( "post.php?action=trash&amp;post=$post->ID", 'trash-post_' . $post->ID ) . "'>" . __( 'Trash' ) . "</a>";
2363
+ if ( $this->is_trash || !EMPTY_TRASH_DAYS || !MEDIA_TRASH ) {
2364
+ $delete_ays = ( !$this->is_trash && !MEDIA_TRASH ) ? " onclick='return showNotice.warn();'" : '';
2365
+ $actions['delete'] = "<a class='submitdelete'$delete_ays href='" . wp_nonce_url( "post.php?action=delete&amp;post=$post->ID", 'delete-post_' . $post->ID ) . "'>" . __( 'Delete Permanently' ) . "</a>";
2366
+ }
2367
+ }
2368
+ if ( !$this->is_trash ) {
2369
+ $title =_draft_or_post_title( $post->post_parent );
2370
+ $actions['view'] = '<a href="' . get_permalink( $post->ID ) . '" title="' . esc_attr( sprintf( __( 'View &#8220;%s&#8221;' ), $title ) ) . '" rel="permalink">' . __( 'View' ) . '</a>';
2371
+ }
2372
+ }
2373
+ return $actions;
2374
+ }
2375
+ }
2376
+ }
2377
+
2378
+ if ( ! function_exists( 'gllr_delete_image' ) ) {
2379
+ function gllr_delete_image() {
2380
+ global $wpdb;
2381
+ check_ajax_referer( plugin_basename( __FILE__ ), 'gllr_ajax_nonce_field' );
2382
+
2383
+ $action = isset( $_POST['action'] ) ? $_POST['action'] : "";
2384
+ $delete_id_array = isset( $_POST['delete_id_array'] ) ? $_POST['delete_id_array'] : "";
2385
+ $post_id = $_POST['post_id'];
2386
+
2387
+ if ( $action == 'gllr_delete_image' && ! empty( $delete_id_array ) && ! empty( $post_id ) ){
2388
+ if ( is_array( $delete_id_array ) )
2389
+ $delete_id = explode( ',', trim( $delete_id_array, ',' ) );
2390
+ else
2391
+ $delete_id[] = $delete_id_array;
2392
+
2393
+ $gallery_images = get_post_meta( $post_id, '_gallery_images', true );
2394
+
2395
+ $gallery_images_array = explode( ',', $gallery_images );
2396
+ $gallery_images_array = array_flip( $gallery_images_array );
2397
+
2398
+ foreach ( $delete_id as $delete_id ) {
2399
+ delete_post_meta( $delete_id, '_gallery_order_' . $post_id );
2400
+ unset( $gallery_images_array[ $delete_id ] );
2401
+ }
2402
+
2403
+ $gallery_images_array = array_flip( $gallery_images_array );
2404
+ $gallery_images = implode( ',', $gallery_images_array );
2405
+ /* Custom field has a value and this custom field exists in database */
2406
+ update_post_meta( $post_id, '_gallery_images', $gallery_images );
2407
+ echo 'updated';
2408
+ } else {
2409
+ echo 'error';
2410
+ }
2411
+ die();
2412
+ }
2413
+ }
2414
+
2415
+ if ( ! function_exists( 'gllr_add_from_media' ) ) {
2416
+ function gllr_add_from_media() {
2417
+ global $wpdb, $original_post, $post;
2418
+ check_ajax_referer( plugin_basename( __FILE__ ), 'gllr_ajax_add_nonce' );
2419
+
2420
+ $action = isset( $_POST['action'] ) ? $_POST['action'] : "";
2421
+ $add_id = isset( $_POST['add_id'] ) ? $_POST['add_id'] : "";
2422
+ $original_post = $_POST['post_id'];
2423
+ $mode = $_POST['mode'];
2424
+
2425
+ if ( ! empty( $add_id ) && ! empty( $original_post ) ) {
2426
+ $post = get_post( $add_id );
2427
+ if ( ! empty( $post ) ) {
2428
+ if ( preg_match( '!^image/!', $post->post_mime_type ) ) {
2429
+ setup_postdata( $post );
2430
+ $original_post = get_post( $original_post );
2431
+ $GLOBALS['hook_suffix'] = 'gallery';
2432
+
2433
+ $wp_gallery_media_table = new Gllr_Media_Table();
2434
+ $wp_gallery_media_table->prepare_items();
2435
+ $wp_gallery_media_table->single_row( $mode );
2436
+ }
2437
+ }
2438
+
2439
+ }
2440
+ die();
2441
+ }
2442
+ }
2443
+
2444
+ /**
2445
+ * Add place for notice in media upoader for gallery
2446
+ *
2447
+ * See wp_print_media_templates() in "wp-includes/media-template.php"
2448
+ */
2449
+ if ( ! function_exists( 'gllr_print_media_notice' ) ) {
2450
+ function gllr_print_media_notice() {
2451
+ global $post;
2452
+ if ( isset( $post ) ) {
2453
+ if ( $post->post_type == 'gallery' ) {
2454
+ $image_info = '<# gllr_notice_wiev( data.id ); #><div id="gllr_media_notice" class="upload-errors"></div>'; ?>
2455
+ <script type="text/javascript">
2456
+ ( function ($) {
2457
+ $( '#tmpl-attachment-details' ).html(
2458
+ $( '#tmpl-attachment-details' ).html().replace( '<div class="attachment-info"', '<?php echo $image_info; ?>$&' )
2459
+ );
2460
+ } )(jQuery);
2461
+ </script>
2462
+ <?php }
2463
+ }
2464
+ }
2465
+ }
2466
+
2467
+ /**
2468
+ * Add notises in media upoader for portfolio and gallery
2469
+ */
2470
+ if ( ! function_exists( 'gllr_media_check_ajax_action' ) ) {
2471
+ function gllr_media_check_ajax_action() {
2472
+ check_ajax_referer( plugin_basename( __FILE__ ), 'gllr_ajax_nonce_field' );
2473
+ $thumbnail_id = ( isset( $_POST['thumbnail_id'] ) ) ? $_POST['thumbnail_id'] : false;
2474
+ $notice_attach = "";
2475
+ if ( $thumbnail_id ) {
2476
+ /*get information about the selected item */
2477
+ $atachment_detail = get_post( $thumbnail_id );
2478
+ if ( ! empty( $atachment_detail ) ) {
2479
+ if ( ! preg_match( '!^image/!', $atachment_detail->post_mime_type ) ) {
2480
+ $notice_attach = "<div class='upload-error'><strong>" . __( 'Warning', 'gallery' ) . ": </strong>" . __( 'You can add only images to the gallery', 'gallery' ) . "</div>";
2481
+ wp_send_json_success( $notice_attach );
2482
+ }
2483
+ }
2484
+
2485
+ }
2486
+ wp_die( 0 );
2487
+ }
2488
+ }
2489
+
2490
+ /* add shortcode content */
2491
+ if ( ! function_exists( 'gllr_shortcode_button_content' ) ) {
2492
+ function gllr_shortcode_button_content( $content ) {
2493
+ global $wp_version; ?>
2494
+ <div id="gllr" style="display:none;">
2495
+ <fieldset>
2496
+ <label>
2497
+ <?php $query = new WP_Query( 'post_type=gallery&post_status=publish&posts_per_page=-1&order=DESC&orderby=date' );
2498
+ if ( $query->have_posts() ) { ?>
2499
+ <select name="gllr_list" id="gllr_shortcode_list">
2500
+ <?php while ( $query->have_posts() ) {
2501
+ $query->the_post();
2502
+ if ( ! isset( $gllr_first ) ) $gllr_first = get_the_ID(); ?>
2503
+ <option value="<?php the_ID(); ?>"><h2><?php the_title(); ?></h2></option>
2504
+ <?php }
2505
+ wp_reset_postdata(); ?>
2506
+ </select>
2507
+ <span class="title"><?php _e( 'Gallery', 'gallery' ); ?></span>
2508
+ <?php } else { ?>
2509
+ <span class="title"><?php _e( 'Sorry, no gallery found.', 'gallery' ); ?></p>
2510
+ <?php } ?>
2511
+ </label><br/>
2512
+ <label>
2513
+ <input type="checkbox" value="1" name="gllr_display_short" id="gllr_display_short" />
2514
+ <span class="checkbox-title">
2515
+ <?php _e( 'Display an album image with the description and the link to a single gallery page', 'gallery' ); ?>
2516
+ </span>
2517
+ </label>
2518
+ </fieldset>
2519
+ <?php if ( ! empty( $gllr_first ) ) { ?>
2520
+ <input class="bws_default_shortcode" type="hidden" name="default" value="[print_gllr id=<?php echo $gllr_first; ?>]" />
2521
+ <?php } ?>
2522
+ <script type="text/javascript">
2523
+ function gllr_shortcode_init() {
2524
+ (function($) {
2525
+ <?php if ( $wp_version < '3.9' ) { ?>
2526
+ var current_object = '#TB_ajaxContent';
2527
+ <?php } else { ?>
2528
+ var current_object = '.mce-reset';
2529
+ <?php } ?>
2530
+
2531
+ $( current_object + ' #gllr_shortcode_list, ' + current_object + ' #gllr_display_short' ).on( 'change', function() {
2532
+ var gllr_list = $( current_object + ' #gllr_shortcode_list option:selected' ).val();
2533
+ if ( $( current_object + ' #gllr_display_short' ).is( ':checked' ) )
2534
+ var shortcode = '[print_gllr id=' + gllr_list + ' display=short]';
2535
+ else
2536
+ var shortcode = '[print_gllr id=' + gllr_list + ']';
2537
+
2538
+ $( current_object + ' #bws_shortcode_display' ).text( shortcode );
2539
+ });
2540
+ })(jQuery);
2541
+ }
2542
+ </script>
2543
+ <div class="clear"></div>
2544
+ </div>
2545
+ <?php }
2546
+ }
2547
+
2548
  /* Activate plugin */
2549
  register_activation_hook( __FILE__, 'gllr_plugin_activate' );
2550
 
2584
  add_shortcode( 'print_gllr', 'gllr_shortcode' );
2585
  add_filter( 'widget_text', 'do_shortcode' );
2586
 
 
2587
  add_action( 'wp_ajax_gllr_update_image', 'gllr_update_image' );
2588
  add_action( 'wp_ajax_gllr_sanitize_file_name', 'gllr_sanitize_file_name' );
2589
  add_filter( 'sanitize_file_name', 'gllr_filter_sanitize_file_name' );
2590
 
2591
  add_action( 'admin_notices', 'gllr_plugin_banner' );
2592
+
2593
+ /* Add place for notice in media upoader for portfolio */
2594
+ add_action( 'print_media_templates', 'gllr_print_media_notice', 11 );
2595
+ /* Add notises in media upoader for gallery */
2596
+ add_action( 'wp_ajax_gllr_media_check', 'gllr_media_check_ajax_action' );
2597
+
2598
+ /* custom filter for bws button in tinyMCE */
2599
+ add_filter( 'bws_shortcode_button_content', 'gllr_shortcode_button_content' );
2600
+
2601
+ global $pagenow;
2602
+ if ( ( isset( $_GET['post'] ) && get_post_type( $_GET['post'] ) == 'gallery' ) || ( isset( $pagenow ) && $pagenow == 'post-new.php' && isset( $_GET['post_type'] ) && $_GET['post_type'] == 'gallery' ) )
2603
+ add_action( 'edit_form_after_title', 'gllr_media_custom_box' );
2604
+
2605
+ add_action( 'wp_ajax_gllr_delete_image', 'gllr_delete_image' );
2606
+ add_action( 'wp_ajax_gllr_add_from_media', 'gllr_add_from_media' );
2607
+
2608
  /* Delete plugin */
2609
+ register_uninstall_hook( __FILE__, 'gllr_plugin_uninstall' );
 
images/gallery_short_view.png ADDED
Binary file
images/pro-settings.jpg ADDED
Binary file
inc/demo-data/demo-data-loader.php CHANGED
@@ -48,8 +48,9 @@ if ( ! function_exists( 'bws_get_plugin_data' ) ) {
48
  }
49
  if ( ! function_exists( 'get_plugin_data' ) )
50
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
51
- $plugin_path = preg_replace( "/inc\/demo-data/", '', dirname( __FILE__ ) );
52
- $bws_plugin_info = get_plugin_data( $plugin_path . $bws_plugin_file );
 
53
  $bws_plugin_name = $bws_plugin_info['Name'];
54
  /**
55
  ***********************************************************
@@ -75,8 +76,7 @@ if ( ! function_exists ( 'bws_button' ) ) {
75
  if ( empty( $demo_options ) ) {
76
  $value = 'install';
77
  $button_title = __( 'Install Demo Data', $bws_plugin_text_domain );
78
- $form_title = __( 'If you install the demo-data, will be created galleries with images, demo-post with available shortcodes and page with a list of all the galleries,
79
- plugin settings will be overwritten, however, when you delete the demo data, they will be restored.', $bws_plugin_text_domain );
80
  } else {
81
  $value = 'remove';
82
  $button_title = __( 'Remove Demo Data', $bws_plugin_text_domain );
@@ -125,11 +125,11 @@ if ( ! function_exists ( 'bws_demo_confirm' ) ) {
125
  }
126
 
127
  if ( ! function_exists( 'bws_handle_demo_data' ) ) {
128
- function bws_handle_demo_data( $callback ) {
129
  if ( isset( $_POST['bws_install_demo_confirm'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'bws_settings_nonce_name' ) )
130
- return bws_install_demo_data();
131
  elseif ( isset( $_POST['bws_remove_demo_confirm'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'bws_settings_nonce_name' ) )
132
- return bws_remove_demo_data( $callback );
133
  }
134
  }
135
 
@@ -138,7 +138,7 @@ if ( ! function_exists( 'bws_handle_demo_data' ) ) {
138
  * @return $messge array() message about the result of the query
139
  */
140
  if ( ! function_exists ( 'bws_install_demo_data' ) ) {
141
- function bws_install_demo_data() {
142
  global $bws_plugin_text_domain, $bws_plugin_prefix, $wpdb;
143
  if ( empty( $bws_plugin_prefix ) )
144
  bws_get_plugin_data();
@@ -188,7 +188,7 @@ if ( ! function_exists ( 'bws_install_demo_data' ) ) {
188
  * Add custom image sizes
189
  */
190
  if ( isset( $demo_data['image_sizes'] ) && ( ! empty( $demo_data['image_sizes'] ) ) && function_exists( 'add_image_size' ) ) {
191
- foreach( $demo_data['image_sizes'] as $key => $value ) {
192
  $demo_options['image_sizes'][] = $key;
193
  add_image_size( $key, $value[0], $value[1], true );
194
  }
@@ -214,7 +214,9 @@ if ( ! function_exists ( 'bws_install_demo_data' ) ) {
214
  $post_id = wp_insert_post( $post );
215
  if ( 'post' == $post['post_type'] )
216
  $gallery_post_id = $post_id;
 
217
  $attach_id = 0;
 
218
  if ( is_wp_error( $post_id ) || 0 == $post_id ) {
219
  $error ++;
220
  } else {
@@ -299,6 +301,9 @@ if ( ! function_exists ( 'bws_install_demo_data' ) ) {
299
  $message['done'] .= '<br />' . __( 'View page with examples', $bws_plugin_text_domain ) . ':&nbsp;<a href="'. get_permalink( $page_id ) . '" target="_blank">' . get_the_title( $page_id ) . '</a>';
300
  }
301
  $message['options'] = $demo_data['options'];
 
 
 
302
  } else {
303
  $message['error'] = __( 'Installation of demo data with some errors occurred.', $bws_plugin_text_domain );
304
  }
@@ -601,4 +606,4 @@ if ( ! function_exists( 'bws_get_lorem_ipsum' ) ) {
601
  add_action( 'bws_show_demo_button', 'bws_button' );
602
  add_action( 'bws_display_demo_notice', 'bws_handle_demo_notice' );
603
  add_filter( 'bws_load_demo_data', 'bws_demo_data' );
604
- add_filter( 'bws_handle_demo_data', 'bws_handle_demo_data' );
48
  }
49
  if ( ! function_exists( 'get_plugin_data' ) )
50
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
51
+ $plugin_path = str_replace( 'inc/demo-data', '', dirname( __FILE__ ) );
52
+ $plugin_path = str_replace( 'inc\demo-data', '', $plugin_path );
53
+ $bws_plugin_info = get_plugin_data( rtrim( $plugin_path, '/' ) . '/' . $bws_plugin_file );
54
  $bws_plugin_name = $bws_plugin_info['Name'];
55
  /**
56
  ***********************************************************
76
  if ( empty( $demo_options ) ) {
77
  $value = 'install';
78
  $button_title = __( 'Install Demo Data', $bws_plugin_text_domain );
79
+ $form_title = __( 'If you install the demo-data, will be created galleries with images, demo-post with available shortcodes and page with a list of all the galleries, plugin settings will be overwritten, however, when you delete the demo data, they will be restored.', $bws_plugin_text_domain );
 
80
  } else {
81
  $value = 'remove';
82
  $button_title = __( 'Remove Demo Data', $bws_plugin_text_domain );
125
  }
126
 
127
  if ( ! function_exists( 'bws_handle_demo_data' ) ) {
128
+ function bws_handle_demo_data( $install_callback, $remove_callback ) {
129
  if ( isset( $_POST['bws_install_demo_confirm'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'bws_settings_nonce_name' ) )
130
+ return bws_install_demo_data( $install_callback );
131
  elseif ( isset( $_POST['bws_remove_demo_confirm'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'bws_settings_nonce_name' ) )
132
+ return bws_remove_demo_data( $remove_callback );
133
  }
134
  }
135
 
138
  * @return $messge array() message about the result of the query
139
  */
140
  if ( ! function_exists ( 'bws_install_demo_data' ) ) {
141
+ function bws_install_demo_data( $callback = false ) {
142
  global $bws_plugin_text_domain, $bws_plugin_prefix, $wpdb;
143
  if ( empty( $bws_plugin_prefix ) )
144
  bws_get_plugin_data();
188
  * Add custom image sizes
189
  */
190
  if ( isset( $demo_data['image_sizes'] ) && ( ! empty( $demo_data['image_sizes'] ) ) && function_exists( 'add_image_size' ) ) {
191
+ foreach ( $demo_data['image_sizes'] as $key => $value ) {
192
  $demo_options['image_sizes'][] = $key;
193
  add_image_size( $key, $value[0], $value[1], true );
194
  }
214
  $post_id = wp_insert_post( $post );
215
  if ( 'post' == $post['post_type'] )
216
  $gallery_post_id = $post_id;
217
+
218
  $attach_id = 0;
219
+
220
  if ( is_wp_error( $post_id ) || 0 == $post_id ) {
221
  $error ++;
222
  } else {
301
  $message['done'] .= '<br />' . __( 'View page with examples', $bws_plugin_text_domain ) . ':&nbsp;<a href="'. get_permalink( $page_id ) . '" target="_blank">' . get_the_title( $page_id ) . '</a>';
302
  }
303
  $message['options'] = $demo_data['options'];
304
+
305
+ if ( isset( $callback ) )
306
+ call_user_func( $callback );
307
  } else {
308
  $message['error'] = __( 'Installation of demo data with some errors occurred.', $bws_plugin_text_domain );
309
  }
606
  add_action( 'bws_show_demo_button', 'bws_button' );
607
  add_action( 'bws_display_demo_notice', 'bws_handle_demo_notice' );
608
  add_filter( 'bws_load_demo_data', 'bws_demo_data' );
609
+ add_filter( 'bws_handle_demo_data', 'bws_handle_demo_data', 10, 2 );
inc/demo-data/demo-data.php CHANGED
@@ -32,7 +32,7 @@ if ( ! function_exists( 'bws_demo_data_array' ) ) {
32
  'post_title' => 'DEMO Gastronomy',
33
  'post_content' => 'Nowadays food photographing is becoming more and more popular. Today thousands of blogs are devoted to such pictures. Using our Gallery plugin you can post such images easily! For more information visit <a href="http://bestwebsoft.com/products/gallery/">Our Site</a>',
34
  'post_meta' => array(
35
- 'gllr_download_link' => '1'
36
  )
37
  ),
38
  array(
@@ -99,6 +99,7 @@ if ( ! function_exists( 'bws_demo_data_array' ) ) {
99
  'post_content' => '<p>This is a demonstration of a Gallery plugin for Wordpress websites.</p><h2>Create amazing galleries in few clicks</h2><p>Gallery plugin helps you to collect images and display them on your website. Add unlimited galleries to your website - no programming knowledge required.</p><h2>Get premium features</h2><p>Upgrade to Pro version to unlock premium features like: Lightbox helper (buttons or thumbnails), Lightbox social buttons (Facebook, Twitter, Google +1, Pinterest), a single gallery pagination and more. <a href="http://bestwebsoft.com/products/gallery/" target="_blank">Learn More</a></p><h2>Expand your possibilities with exclusive add-ons</h2><ul><li><a href="http://bestwebsoft.com/products/gallery-categories/" target="_blank">Gallery categories</a>: Create different categories of your galleries.</li><li><a href="http://bestwebsoft.com/products/re-attacher/" target="_blank">Re-attacher</a>: Re-attach previously uploaded images to other gallery without having to upload them again, as well as detach files from the gallery completely.</li></ul><h2><span id="result_box" class="short_text" lang="en"><span class="hps">Help &amp; Support</span></span></h2><p>If you have any questions, our friendly Support Team is happy to help. <a href="http://support.bestwebsoft.com/" target="_blank">Visit our Help Center</a></a><h2>Shortcodes</h2><p>Use <code><strong>&#91;print_gllr id=<i>gallery_id</i> display=short]</strong></code> shortcode for displaying short description and link to the single gallery.</p><div>[print_gllr id={last_post_id} display=short]</div><div></div>Use <code><strong>&#91;print_gllr id=<i>gallery_id</i>]</strong></code> shortcode for displaying all images in gallery.<div>[print_gllr id={last_post_id}]</div>&nbsp;<div>{template_page} | <a href="https://drive.google.com/drive/u/0/folders/0B5l8lO-CaKt9QkJNaERwVEJnSVE" target="_blank">Instructions</a> | <a href="http://bestwebsoft.com/products/gallery/">Buy Now</a></div>',
100
  ),
101
  );
 
102
  $attachments = array(
103
  /* gastronomy */
104
  'apple.jpg' => array(
@@ -435,7 +436,7 @@ if ( ! function_exists( 'bws_demo_data_array' ) ) {
435
  'start_slideshow' => 1,
436
  'slideshow_interval' => 2000,
437
  'single_lightbox_for_multiple_galleries' => 1,
438
- 'order_by' => 'menu_order',
439
  'order' => 'ASC',
440
  'read_more_link_text' => 'More images in album',
441
  'image_text' => 1,
@@ -445,8 +446,10 @@ if ( ! function_exists( 'bws_demo_data_array' ) ) {
445
  'return_link_url' => '',
446
  'return_link_shortcode' => 1,
447
  'rewrite_template' => 0,
448
- 'display_demo_notice' => 0
 
449
  );
 
450
  return array(
451
  'posts' => $posts,
452
  'attachments' => $attachments,
@@ -456,6 +459,4 @@ if ( ! function_exists( 'bws_demo_data_array' ) ) {
456
  }
457
  }
458
 
459
- add_filter( 'bws_get_demo_data', 'bws_demo_data_array' );
460
-
461
- ?>
32
  'post_title' => 'DEMO Gastronomy',
33
  'post_content' => 'Nowadays food photographing is becoming more and more popular. Today thousands of blogs are devoted to such pictures. Using our Gallery plugin you can post such images easily! For more information visit <a href="http://bestwebsoft.com/products/gallery/">Our Site</a>',
34
  'post_meta' => array(
35
+ 'gllr_download_link' => '1'
36
  )
37
  ),
38
  array(
99
  'post_content' => '<p>This is a demonstration of a Gallery plugin for Wordpress websites.</p><h2>Create amazing galleries in few clicks</h2><p>Gallery plugin helps you to collect images and display them on your website. Add unlimited galleries to your website - no programming knowledge required.</p><h2>Get premium features</h2><p>Upgrade to Pro version to unlock premium features like: Lightbox helper (buttons or thumbnails), Lightbox social buttons (Facebook, Twitter, Google +1, Pinterest), a single gallery pagination and more. <a href="http://bestwebsoft.com/products/gallery/" target="_blank">Learn More</a></p><h2>Expand your possibilities with exclusive add-ons</h2><ul><li><a href="http://bestwebsoft.com/products/gallery-categories/" target="_blank">Gallery categories</a>: Create different categories of your galleries.</li><li><a href="http://bestwebsoft.com/products/re-attacher/" target="_blank">Re-attacher</a>: Re-attach previously uploaded images to other gallery without having to upload them again, as well as detach files from the gallery completely.</li></ul><h2><span id="result_box" class="short_text" lang="en"><span class="hps">Help &amp; Support</span></span></h2><p>If you have any questions, our friendly Support Team is happy to help. <a href="http://support.bestwebsoft.com/" target="_blank">Visit our Help Center</a></a><h2>Shortcodes</h2><p>Use <code><strong>&#91;print_gllr id=<i>gallery_id</i> display=short]</strong></code> shortcode for displaying short description and link to the single gallery.</p><div>[print_gllr id={last_post_id} display=short]</div><div></div>Use <code><strong>&#91;print_gllr id=<i>gallery_id</i>]</strong></code> shortcode for displaying all images in gallery.<div>[print_gllr id={last_post_id}]</div>&nbsp;<div>{template_page} | <a href="https://drive.google.com/drive/u/0/folders/0B5l8lO-CaKt9QkJNaERwVEJnSVE" target="_blank">Instructions</a> | <a href="http://bestwebsoft.com/products/gallery/">Buy Now</a></div>',
100
  ),
101
  );
102
+
103
  $attachments = array(
104
  /* gastronomy */
105
  'apple.jpg' => array(
436
  'start_slideshow' => 1,
437
  'slideshow_interval' => 2000,
438
  'single_lightbox_for_multiple_galleries' => 1,
439
+ 'order_by' => 'meta_value_num',
440
  'order' => 'ASC',
441
  'read_more_link_text' => 'More images in album',
442
  'image_text' => 1,
446
  'return_link_url' => '',
447
  'return_link_shortcode' => 1,
448
  'rewrite_template' => 0,
449
+ 'display_demo_notice' => 0,
450
+ 'display_settings_notice' => 0
451
  );
452
+
453
  return array(
454
  'posts' => $posts,
455
  'attachments' => $attachments,
459
  }
460
  }
461
 
462
+ add_filter( 'bws_get_demo_data', 'bws_demo_data_array' );
 
 
js/frontend_script.js CHANGED
@@ -92,20 +92,25 @@ function gllr_replace_image_blocks( max_block_count, resize ) {
92
  }
93
 
94
  (function($) {
95
- $(document).ready( function() {
96
- var max_block_count = $( ".gllr_image_row:first .gllr_image_block" ).length;
97
  if ( $( ".gllr_image_row" ).length > 0 ) {
 
98
  gllr_replace_image_blocks( max_block_count, false );
99
- };
100
 
101
- $(window).resize( function() {
102
- gllr_replace_image_blocks( max_block_count, true );
 
 
 
103
 
104
- $( '.gllr_image_row' ).each( function() {
105
- if ( $( this ).find( '.gllr_image_block' ).length < 1 ) {
106
- $( this ).remove();
 
 
107
  }
 
108
  });
109
- });
110
  });
111
  })(jQuery);
92
  }
93
 
94
  (function($) {
95
+ $(document).ready( function() {
 
96
  if ( $( ".gllr_image_row" ).length > 0 ) {
97
+ var max_block_count = $( ".gllr_image_row:first .gllr_image_block" ).length;
98
  gllr_replace_image_blocks( max_block_count, false );
 
99
 
100
+ prevW = $(window).width();
101
+
102
+ $(window).resize( function() {
103
+ if ( $(window).width() != prevW ) {
104
+ gllr_replace_image_blocks( max_block_count, true );
105
 
106
+ $( '.gllr_image_row' ).each( function() {
107
+ if ( $( this ).find( '.gllr_image_block' ).length < 1 ) {
108
+ $( this ).remove();
109
+ }
110
+ });
111
  }
112
+ prevW = $(window).width();
113
  });
114
+ };
115
  });
116
  })(jQuery);
js/script.js CHANGED
@@ -1,54 +1,3 @@
1
- function gllr_update_images() {
2
- (function($) {
3
- gllr_setMessage( "<p>" + gllr_vars.update_img_message + "</p>" );
4
- var curr = 0;
5
- $.ajax({
6
- /* update_img_url */
7
- url: '../wp-admin/admin-ajax.php?action=gllr_update_image',
8
- type: "POST",
9
- data: "action1=get_all_attachment&gllr_ajax_nonce_field=" + gllr_vars.gllr_nonce,
10
- success: function( result ) {
11
- var list = eval( '(' + result + ')' );
12
- if ( ! list ) {
13
- gllr_setError( "<p>" + gllr_vars.not_found_img_info + "</p>" );
14
- $( "#ajax_update_images" ).removeAttr( "disabled" );
15
- return;
16
- }
17
- $( '#gllr_img_loader' ).show();
18
-
19
- function updatenImageItem() {
20
- if ( curr >= list.length ) {
21
- $.ajax({
22
- url: '../wp-admin/admin-ajax.php?action=gllr_update_image',
23
- type: "POST",
24
- data: "action1=update_options&gllr_ajax_nonce_field=" + gllr_vars.gllr_nonce,
25
- success: function( result ) {}
26
- });
27
- $( "#ajax_update_images" ).removeAttr( "disabled" );
28
- gllr_setMessage( "<p>" + gllr_vars.img_success + "</p>" );
29
- $( '#gllr_img_loader' ).hide();
30
- return;
31
- }
32
-
33
- $.ajax({
34
- url: '../wp-admin/admin-ajax.php?action=gllr_update_image',
35
- type: "POST",
36
- data: "action1=update_image&id=" + list[ curr ].ID + '&gllr_ajax_nonce_field=' + gllr_vars.gllr_nonce,
37
- success: function( result ) {
38
- curr = curr + 1;
39
- updatenImageItem();
40
- }
41
- });
42
- }
43
- updatenImageItem();
44
- },
45
- error: function( request, status, error ) {
46
- gllr_setError( "<p>" + gllr_vars.img_error + request.status + "</p>" );
47
- }
48
- });
49
- })(jQuery);
50
- }
51
-
52
  function gllr_setMessage( msg ) {
53
  (function($) {
54
  $( ".error" ).hide();
@@ -65,14 +14,267 @@ function gllr_setError( msg ) {
65
  })(jQuery);
66
  }
67
 
68
- /* add notice about changing in the settings page */
69
  (function($) {
70
- $(document).ready( function() {
 
71
  $( '#gllr_settings_form input' ).bind( "change click select", function() {
72
  if ( $( this ).attr( 'type' ) != 'submit' ) {
73
  $( '.updated.fade' ).css( 'display', 'none' );
74
  $( '#gllr_settings_notice' ).css( 'display', 'block' );
75
  };
76
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
77
  });
78
- })(jQuery);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  function gllr_setMessage( msg ) {
2
  (function($) {
3
  $( ".error" ).hide();
14
  })(jQuery);
15
  }
16
 
 
17
  (function($) {
18
+ $(document).ready( function() {
19
+ /* add notice about changing in the settings page */
20
  $( '#gllr_settings_form input' ).bind( "change click select", function() {
21
  if ( $( this ).attr( 'type' ) != 'submit' ) {
22
  $( '.updated.fade' ).css( 'display', 'none' );
23
  $( '#gllr_settings_notice' ).css( 'display', 'block' );
24
  };
25
  });
26
+
27
+ $( '#gllr_ajax_update_images' ).click( function() {
28
+ gllr_setMessage( "<p>" + gllr_vars.update_img_message + "</p>" );
29
+ var curr = 0;
30
+ $.ajax({
31
+ /* update_img_url */
32
+ url: '../wp-admin/admin-ajax.php?action=gllr_update_image',
33
+ type: "POST",
34
+ data: "action1=get_all_attachment&gllr_ajax_nonce_field=" + gllr_vars.gllr_nonce,
35
+ success: function( result ) {
36
+ var list = eval( '(' + result + ')' );
37
+ if ( ! list ) {
38
+ gllr_setError( "<p>" + gllr_vars.not_found_img_info + "</p>" );
39
+ $( "#gllr_ajax_update_images" ).removeAttr( "disabled" );
40
+ return;
41
+ }
42
+ $( '#gllr_img_loader' ).css( 'display', 'inline-block' );
43
+
44
+ function updatenImageItem() {
45
+ if ( curr >= list.length ) {
46
+ $.ajax({
47
+ url: '../wp-admin/admin-ajax.php?action=gllr_update_image',
48
+ type: "POST",
49
+ data: "action1=update_options&gllr_ajax_nonce_field=" + gllr_vars.gllr_nonce,
50
+ success: function( result ) {}
51
+ });
52
+ $( "#gllr_ajax_update_images" ).removeAttr( "disabled" );
53
+ gllr_setMessage( "<p>" + gllr_vars.img_success + "</p>" );
54
+ $( '#gllr_img_loader' ).css( 'display', 'none' );
55
+ return;
56
+ }
57
+
58
+ $.ajax({
59
+ url: '../wp-admin/admin-ajax.php?action=gllr_update_image',
60
+ type: "POST",
61
+ data: "action1=update_image&id=" + list[ curr ].ID + '&gllr_ajax_nonce_field=' + gllr_vars.gllr_nonce,
62
+ success: function( result ) {
63
+ curr = curr + 1;
64
+ updatenImageItem();
65
+ }
66
+ });
67
+ }
68
+ updatenImageItem();
69
+ },
70
+ error: function( request, status, error ) {
71
+ gllr_setError( "<p>" + gllr_vars.img_error + request.status + "</p>" );
72
+ }
73
+ });
74
+ });
75
+
76
+ $( '#gllr-media-insert' ).click( function open_media_window() {
77
+ if ( this.window === undefined ) {
78
+ this.window = wp.media({
79
+ title: gllr_vars.wp_media_title,
80
+ library: { type: 'image' },
81
+ multiple: true,
82
+ button: { text: gllr_vars.wp_media_button }
83
+ });
84
+
85
+ var self = this; /* Needed to retrieve our variable in the anonymous function below */
86
+ this.window.on( 'select', function() {
87
+ if ( $( '.view-grid' ).hasClass( 'current' ) ) {
88
+ var all = self.window.state().get( 'selection' ).toJSON();
89
+ all.forEach( function( item, i, arr ) {
90
+ $.ajax({
91
+ url: '../wp-admin/admin-ajax.php',
92
+ type: "POST",
93
+ data: "action=gllr_add_from_media&add_id="+item.id+"&post_id="+$( '#post_ID' ).val()+"&mode=grid&gllr_ajax_add_nonce=" + gllr_vars.gllr_add_nonce,
94
+ success: function( result ) {
95
+ $( '#post-body-content .attachments' ).prepend( result );
96
+ $( '#post-body-content .attachments li:first-child' ).addClass( 'success' );
97
+ }
98
+ });
99
+ $('<input type="hidden" name="gllr_new_image[]" id="gllr_new_image" value="' + item.id + '" />').appendTo( '#hidden' );
100
+ });
101
+ } else {
102
+ var all = self.window.state().get( 'selection' ).toJSON();
103
+ all.forEach( function( item, i, arr ) {
104
+ $.ajax({
105
+ url: '../wp-admin/admin-ajax.php',
106
+ type: "POST",
107
+ data: "action=gllr_add_from_media&add_id="+item.id+"&post_id="+$( '#post_ID' ).val()+"&mode=list&gllr_ajax_add_nonce=" + gllr_vars.gllr_add_nonce,
108
+ success: function( result ) {
109
+ $( '#the-list' ).prepend( result );
110
+ $( '#the-list tr:first-child' ).addClass( 'success' );
111
+ $( '#the-list tr.no-items' ).remove();
112
+ }
113
+ });
114
+ $('<input type="hidden" name="gllr_new_image[]" id="gllr_new_image" value="' + item.id + '" />').appendTo( '#hidden' );
115
+ });
116
+ }
117
+ });
118
+ }
119
+
120
+ this.window.open();
121
+ return false;
122
+ });
123
+
124
+ if ( $.fn.sortable ) {
125
+ $( '#the-list' ).sortable( {
126
+ stop: function( event, ui ) {
127
+ var g = $( '#the-list' ).sortable( 'toArray' );
128
+ var f = g.length;
129
+ $.each( g,
130
+ function( k,l ) {
131
+ $( '#' + l + ' input[name^="_gallery_order"]' ).val( k + 1 );
132
+ }
133
+ )
134
+ }
135
+ });
136
+
137
+ $( '.attachments' ).sortable({
138
+ stop: function( event, ui ) {
139
+ var g = $( '.attachments' ).sortable( 'toArray' );
140
+ var f = g.length;
141
+ $.each( g,
142
+ function( k,l ) {
143
+ $( '#' + l + ' input[name^="_gallery_order"]' ).val( k + 1 );
144
+ }
145
+ )
146
+ }
147
+ });
148
+ }
149
+
150
+ $( '.gllr-media-bulk-select-button' ).on( 'click', function() {
151
+ $( '.attachments' ).sortable( 'disable' ).addClass( 'bulk-selected' );
152
+ $( '.wp-filter' ).addClass( 'selected' );
153
+ $( '.gllr-media-attachment-details' ).hide();
154
+ $( '.gllr-media-attachment' ).on( 'click', function(){
155
+ if ( $( this ).hasClass( 'details' ) )
156
+ $( this ).removeClass( 'details' ).removeClass( 'selected' );
157
+ else
158
+ $( this ).addClass( 'details' ).addClass( 'selected' );
159
+ if ( $( '.gllr-media-attachment.selected' ).length > 0 )
160
+ $( '.gllr-media-bulk-delete-selected-button' ).removeAttr( 'disabled' );
161
+ else
162
+ $( '.gllr-media-bulk-delete-selected-button' ).attr( 'disabled', 'disabled' );
163
+ });
164
+ $( '.gllr-media-check' ).on( 'click', function(){
165
+ if ( $( this ).parent().hasClass( 'details' ) )
166
+ $( this ).parent().removeClass( 'details' ).removeClass( 'selected' );
167
+ else
168
+ $( this ).parent().addClass( 'details' ).addClass( 'selected' );
169
+ if ( $( '.gllr-media-attachment.selected' ).length > 0 )
170
+ $( '.gllr-media-bulk-delete-selected-button' ).removeAttr( 'disabled' );
171
+ else
172
+ $( '.gllr-media-bulk-delete-selected-button' ).attr( 'disabled', 'disabled' );
173
+ return false;
174
+ });
175
+ return false;
176
+ });
177
+
178
+ $( '.gllr-media-bulk-cansel-select-button' ).on( 'click', function() {
179
+ $( '.attachments' ).sortable().removeClass( 'bulk-selected' );
180
+ $( '.attachments' ).sortable( 'option', 'disabled', false );
181
+ $( '.attachments li' ).removeClass( 'details selected' );
182
+ $( '.wp-filter' ).removeClass( 'selected' );
183
+ $( '.gllr-media-attachment' ).off( 'click' );
184
+ $( '.gllr-media-check' ).off( 'click' );
185
+ if ( $( '.view-grid' ).hasClass( 'current' ) /*&& window.mobilecheck()*/ ) {
186
+ $('.attachments').addClass( 'touch' );
187
+ $('.touch .gllr-media-attachment').on( 'click', function mediaAttachmentDetails() {
188
+ $( '.gllr-media-attachment-details' ).hide();
189
+ $( this ).find( '.gllr-media-attachment-details' ).show();
190
+ });
191
+ }
192
+ return false;
193
+ });
194
+
195
+ $( '.gllr-media-delete-attachment' ).on( 'click', function() {
196
+ var gllr_attachment_id = $( this ).parent().find( '.gllr_attachment_id' ).val();
197
+ var gllr_post_id = $( this ).parent().find( '.gllr_post_id' ).val();
198
+
199
+ $.ajax({
200
+ url: '../wp-admin/admin-ajax.php?action=gllr_delete_image',
201
+ type: "POST",
202
+ data: "action=gllr_delete_image&delete_id_array=" + gllr_attachment_id + "&post_id=" + gllr_post_id + "&gllr_ajax_nonce_field=" + gllr_vars.gllr_nonce,
203
+ success: function( result ) {
204
+ if ( result == 'updated' ) {
205
+ $( '#post-'+gllr_attachment_id ).remove();
206
+ tb_remove();
207
+ }
208
+ }
209
+ });
210
+ });
211
+
212
+ $( '.gllr-media-bulk-delete-selected-button' ).on( 'click', function() {
213
+ if ( 'disabled' != $( this ).attr( 'disabled' ) ) {
214
+ if ( window.confirm( gllr_vars.warnBulkDelete ) ) {
215
+ var delete_id_array = '';
216
+ $( '.attachments li.selected' ).each( function() {
217
+ delete_id_array += $( this ).attr( 'id' ).replace( 'post-', '' ) + ',';
218
+ });
219
+ $( '.gllr-media-spinner' ).css( 'display', 'inline-block' );
220
+ $( '.attachments' ).attr( 'disabled', 'disabled' );
221
+ $.ajax({
222
+ url: '../wp-admin/admin-ajax.php?action=gllr_delete_image',
223
+ type: "POST",
224
+ data: "action=gllr_delete_image&delete_id_array="+delete_id_array+"&post_id="+$( '#post_ID' ).val()+"&gllr_ajax_nonce_field=" + gllr_vars.gllr_nonce,
225
+ success: function( result ) {
226
+ if ( result == 'updated' ) {
227
+ $( '.gllr-media-attachment.selected' ).remove();
228
+ $( '.gllr-media-bulk-delete-selected-button' ).attr( 'disabled', 'disabled' );
229
+ }
230
+ $( '.gllr-media-spinner' ).css( 'display', 'none' );
231
+ $( '.attachments' ).removeAttr( 'disabled' );
232
+ $('.touch .gllr-media-attachment').on( 'click', function mediaAttachmentDetails() {
233
+ $( '.gllr-media-attachment-details' ).hide();
234
+ $( this ).find( '.gllr-media-attachment-details' ).show();
235
+ });
236
+ }
237
+ });
238
+ }
239
+ }
240
+ return false;
241
+ });
242
+
243
+ window.mobilecheck = function() {
244
+ var check = false;
245
+ (function(a){if(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(a)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(a.substr(0,4)))check = true})(navigator.userAgent||navigator.vendor||window.opera);
246
+ return check;
247
+ };
248
+
249
+ if ( $( '.view-grid' ).hasClass( 'current' ) && window.mobilecheck() ) {
250
+ $('.attachments').addClass( 'touch' );
251
+ $('.touch .gllr-media-attachment').on( 'click', function mediaAttachmentDetails() {
252
+ $( '.gllr-media-attachment-details' ).hide();
253
+ $( this ).find( '.gllr-media-attachment-details' ).show();
254
+ });
255
+ }
256
  });
257
+ })(jQuery);
258
+
259
+ /* Create notice on a gallery page */
260
+ function gllr_notice_wiev( data_id ) {
261
+ (function( $ ) {
262
+ /* function to send Ajax request to gallery notice */
263
+ gllr_notice_media_attach = function( post_id, thumb_id, typenow ) {
264
+ $.ajax({
265
+ url: "/wp-admin/admin-ajax.php",
266
+ type: "POST",
267
+ data: "action=gllr_media_check&&thumbnail_id=" + thumb_id + "&gllr_ajax_nonce_field=" + gllr_vars.gllr_nonce + "&post_type=" + typenow,
268
+ success: function( html ) {
269
+ if ( undefined != html.data ) {
270
+ $( ".media-frame-content" ).find( "#gllr_media_notice" ).html( html.data );
271
+ $( '.button.media-button-select' ).attr( 'disabled', 'disabled' );
272
+ } else {
273
+ $( '.button.media-button-select' ).removeAttr( 'disabled' );
274
+ }
275
+ }
276
+ });
277
+ }
278
+ gllr_notice_media_attach( wp.media.view.settings.post.id, data_id, typenow );
279
+ })( jQuery );
280
+ }
languages/gallery-cs_CZ.mo CHANGED
Binary file
languages/gallery-cs_CZ.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-11 12:12+0300\n"
6
- "PO-Revision-Date: 2015-08-11 12:13+0300\n"
7
- "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Lagya <lagya@me.com>\n"
9
  "Language: cs\n"
10
  "MIME-Version: 1.0\n"
@@ -17,702 +17,778 @@ msgstr ""
17
  "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: gallery-plugin.php:95
 
 
 
 
 
 
 
21
  msgid "See images &raquo;"
22
  msgstr "Viz obrázky &raquo;"
23
 
24
- #: gallery-plugin.php:209
25
- msgid ""
26
- "The following files \"gallery-template.php\" and \"gallery-single-template."
27
- "php\" were not found in the directory of your theme. Please copy them from "
28
- "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
29
- "directory of your theme for the correct work of the Gallery plugin"
30
  msgstr ""
31
- "Následující soubory \"gallery-template.php\" a \"gallery-single-template.php"
32
- "\"nebyly nalezeny v adresáři vašeho tématu WP. Zkopírujte prosím z adresáře "
33
- "`/wp-content/plugins/gallery-plugin/template/` do adresáře vašeho motivu pro "
34
- "správnou práci pluginu Gallery."
35
 
36
- #: gallery-plugin.php:218 gallery-plugin.php:228
 
 
 
 
 
37
  msgid "Galleries"
38
  msgstr "Galerie"
39
 
40
- #: gallery-plugin.php:219
 
41
  msgid "Gallery"
42
  msgstr "Galerie"
43
 
44
- #: gallery-plugin.php:220
45
- msgid "Add a Gallery"
46
- msgstr "Přidej galerii"
47
-
48
- #: gallery-plugin.php:221
49
  msgid "Add New Gallery"
50
  msgstr "Přidej novou galerii"
51
 
52
- #: gallery-plugin.php:222
53
  msgid "Edit Gallery"
54
  msgstr "Uprav galerii"
55
 
56
- #: gallery-plugin.php:223
57
  msgid "New Gallery"
58
  msgstr "Nová galerie"
59
 
60
- #: gallery-plugin.php:224
61
  msgid "View Gallery"
62
  msgstr "Ukaž galerii"
63
 
64
- #: gallery-plugin.php:225
65
- msgid "Find a Gallery"
66
- msgstr "Najdi galerii"
 
67
 
68
- #: gallery-plugin.php:226
69
  msgid "No Gallery found"
70
  msgstr "Žádná galerie nenalezena"
71
 
72
- #: gallery-plugin.php:283
73
- msgid "Upload File"
74
- msgstr "Nahraj soubor"
75
-
76
- #: gallery-plugin.php:284
77
  msgid "Gallery Shortcode"
78
  msgstr "Zkrácený kód galerie"
79
 
80
- #: gallery-plugin.php:286 gallery-plugin.php:442
 
81
  #, fuzzy
82
  msgid "Gallery Categories"
83
  msgstr "Velikost obrázku v galerii"
84
 
85
- #: gallery-plugin.php:295
86
- msgid "Choose a media file that will be attached"
87
- msgstr ""
88
-
89
- #: gallery-plugin.php:295
90
- #, php-format
91
- msgid "You need to install \"%s\" plugin to use this functionality"
92
- msgstr ""
93
-
94
- #: gallery-plugin.php:296
95
- msgid "Attach media item to this gallery"
96
  msgstr ""
97
 
98
- #: gallery-plugin.php:315
99
- msgid ""
100
- "The gallery temp directory (gallery-plugin/upload/files) is not available "
101
- "for record on your webserver. Please use the standard WP functionality to "
102
- "upload images (media library)"
103
- msgstr ""
104
- "Adresář galerie temp (gallery-plugin/upload/files) není k dispozici pro "
105
- "zápis na váš webový server. Pro nahrání obrázků, použijte prosím standardní "
106
- "funkce WP (knihovna médií)"
107
-
108
- #: gallery-plugin.php:327
109
- msgid "Choose an image for upload:"
110
- msgstr "Vyberte obrázky pro upload:"
111
-
112
- #: gallery-plugin.php:332
113
- msgid "Please enable JavaScript to use the file uploader."
114
- msgstr "Povolte JavaScript pro použití uploaderu."
115
-
116
- #: gallery-plugin.php:340
117
- msgid "Allow the download link for all images in this gallery"
118
- msgstr "Nechte odkaz ke stažení pro všechny obrázky v této galerii"
119
-
120
- #: gallery-plugin.php:341
121
- msgid ""
122
- "Please use the drag and drop function to change an order of the images "
123
- "displaying and do not forget to save the post."
124
- msgstr ""
125
- "Chcete-li změnit pořadí snímků zobrazujících nezapomeňte uložit příspěvek "
126
- "Využijte funkci přetažení."
127
-
128
- #: gallery-plugin.php:343
129
- msgid "Please make a choice"
130
- msgstr "Vyberte volbu"
131
-
132
- #: gallery-plugin.php:343 gallery-plugin.php:1030
133
- msgid "Sort images by"
134
- msgstr "Řazení obrázků dle"
135
-
136
- #: gallery-plugin.php:343
137
- msgid "sort images"
138
- msgstr "řadit obrázky"
139
-
140
- #: gallery-plugin.php:343
141
- msgid "on the plugin settings page ("
142
- msgstr "na stránce pluginu ("
143
-
144
- #: gallery-plugin.php:396 gallery-plugin.php:672
145
- msgid "Title"
146
- msgstr "Titulek"
147
-
148
- #: gallery-plugin.php:398
149
- msgid "Alt tag"
150
- msgstr "Alt tag"
151
-
152
- #: gallery-plugin.php:399
153
- msgid "URL"
154
- msgstr "URL"
155
-
156
- #: gallery-plugin.php:399
157
- msgid "(by click on image opens a link in a new window)"
158
- msgstr "(kliknutím na obrázek se otevře odkaz v novém okně)"
159
-
160
- #: gallery-plugin.php:400
161
- msgid "This setting is available in Pro version"
162
- msgstr "Toto nastavení je k dispozici ve verzi Pro"
163
-
164
- #: gallery-plugin.php:401
165
- #, fuzzy
166
- msgid "Open the URL"
167
- msgstr "Otevřete odkaz"
168
-
169
- #: gallery-plugin.php:401
170
- msgid "Current window"
171
- msgstr "Aktuální okno"
172
-
173
- #: gallery-plugin.php:401
174
- msgid "New window"
175
- msgstr "Nové okno"
176
-
177
- #: gallery-plugin.php:402
178
  #, fuzzy
179
- msgid "Lightbox button URL"
180
- msgstr "Pozadí Lightboxu"
181
-
182
- #: gallery-plugin.php:403
183
- msgid "Description"
184
- msgstr ""
185
-
186
- #: gallery-plugin.php:404
187
- msgid "Delete"
188
- msgstr "Smazat"
189
 
190
- #: gallery-plugin.php:424
191
- msgid ""
192
- "You can add a Single Gallery to the page or post by inserting this shortcode "
193
- "into the content"
194
  msgstr ""
195
- "Můžete přidat Galerii vložením tohoto zkráceného kódu na stránku nebo do "
196
- "příspěvku"
197
 
198
- #: gallery-plugin.php:426
199
- msgid ""
200
- "If you want to display a short description containing a screenshot and the "
201
- "link to the Single Gallery Page"
202
- msgstr ""
203
- "Chcete-li zobrazit krátký popis obsahující screenshot a odkaz na jednu "
204
- "stránku Galerie"
205
-
206
- #: gallery-plugin.php:443
207
  msgid "Most Used"
208
  msgstr ""
209
 
210
- #: gallery-plugin.php:448 gallery-plugin.php:957
 
211
  msgid "Default"
212
  msgstr "Výchozí"
213
 
214
- #: gallery-plugin.php:453
215
  #, fuzzy
216
  msgid "Add New Gallery Category"
217
  msgstr "Přidej novou galerii"
218
 
219
- #: gallery-plugin.php:460
220
  #, fuzzy
221
  msgid "Install plugin"
222
  msgstr "Встановлених модулів"
223
 
224
- #: gallery-plugin.php:673
 
 
 
 
 
 
225
  msgid "Author"
226
  msgstr "Autor"
227
 
228
- #: gallery-plugin.php:674
229
- msgid "Photo"
230
- msgstr "Foto"
 
231
 
232
- #: gallery-plugin.php:675
233
- msgid "Publishing"
234
- msgstr "Vydavatelství"
 
235
 
236
- #: gallery-plugin.php:676 gallery-plugin.php:1034
 
237
  msgid "Date"
238
  msgstr "Datum"
239
 
240
- #: gallery-plugin.php:836
241
  msgid "Settings are saved"
242
  msgstr "Nastavení uloženo"
243
 
244
- #: gallery-plugin.php:849
245
  #, fuzzy
246
  msgid "All plugin settings were restored."
247
  msgstr "na stránce pluginu ("
248
 
249
- #: gallery-plugin.php:862
250
  msgid "Gallery Settings"
251
  msgstr "Nastavení galerie"
252
 
253
- #: gallery-plugin.php:864 gallery-plugin.php:1216 gallery-plugin.php:1233
254
- msgid "Settings"
255
- msgstr "Nastavení"
256
-
257
- #: gallery-plugin.php:865 gallery-plugin.php:1217
258
  msgid "FAQ"
259
  msgstr "FAQ "
260
 
261
- #: gallery-plugin.php:866
262
  msgid "Go PRO"
263
  msgstr ""
264
 
265
- #: gallery-plugin.php:876
266
  msgid "Notice:"
267
  msgstr "Poznámka:"
268
 
269
- #: gallery-plugin.php:876
270
- msgid ""
271
- "The plugin's settings have been changed. In order to save them please don't "
272
- "forget to click the 'Save Changes' button."
273
- msgstr ""
274
- "Nastavení pluginu bylo změněno. Nezapomeňte si nastavení uložit kliknutím na "
275
- "tlačítko \"Ulož změny\"."
276
 
277
- #: gallery-plugin.php:877
278
- msgid ""
279
- "If you would like to add a Single Gallery to your page or post, just copy "
280
- "and paste this shortcode into your post or page:"
281
- msgstr ""
282
- "Pokud byste chtěli přidat jednu Galerie na vaše stránky nebo příspěvek, "
283
- "stačí zkopírovat a vložit tento zkrácený kód do příspěvku nebo stránky:"
284
 
285
- #: gallery-plugin.php:879
286
  msgid "Please enable JavaScript to use the option to renew images."
287
  msgstr "Povolte JavaScript pro použití možnosti obnovení obrázků."
288
 
289
- #: gallery-plugin.php:883
290
  msgid "Update images for gallery"
291
  msgstr "Aktualizace obrázků galerie"
292
 
293
- #: gallery-plugin.php:885
294
  msgid "Update images"
295
  msgstr "Aktualizace obrázků"
296
 
297
- #: gallery-plugin.php:893
298
  msgid "Image size for the album cover"
299
  msgstr "Velikost obrázku na obalu alba"
300
 
301
- #: gallery-plugin.php:895 gallery-plugin.php:909 gallery-plugin.php:931
 
 
302
  msgid "Image size"
303
  msgstr "Velikost obrázku"
304
 
305
- #: gallery-plugin.php:898 gallery-plugin.php:912
 
306
  msgid "Width (in px)"
307
  msgstr "Šířka (v px)"
308
 
309
- #: gallery-plugin.php:902 gallery-plugin.php:916
 
310
  msgid "Height (in px)"
311
  msgstr "Výška (v px)"
312
 
313
- #: gallery-plugin.php:907
314
  #, fuzzy
315
  msgid "Image size for thumbnails"
316
  msgstr "Velikost obrázku na obalu alba"
317
 
318
- #: gallery-plugin.php:921
319
- msgid ""
320
- "WordPress will create a new thumbnail with the specified dimensions when you "
321
- "upload a new photo."
322
- msgstr ""
323
- "WordPress se vytvoří novou miniaturu se zadanými rozměry, když nahrajete "
324
- "novou fotku."
325
 
326
- #: gallery-plugin.php:929
327
  #, fuzzy
328
  msgid "Image size in the lightbox"
329
  msgstr "Velikost obrazu v Lightboxu"
330
 
331
- #: gallery-plugin.php:932
332
  msgid "Max width (in px)"
333
  msgstr "Max. šířka (v px)"
334
 
335
- #: gallery-plugin.php:933
336
  msgid "Max height (in px)"
337
  msgstr "Max. výška (v px)"
338
 
339
- #: gallery-plugin.php:934
340
  msgid "Display a full size image in the lightbox"
341
  msgstr "Zobrazení obrázku v plné velikosti v lightboxu"
342
 
343
- #: gallery-plugin.php:938
344
  msgid "Crop position"
345
  msgstr "Pozice ořezu"
346
 
347
- #: gallery-plugin.php:942 gallery-plugin.php:948
 
348
  msgid "center"
349
  msgstr "střed"
350
 
351
- #: gallery-plugin.php:944
352
  msgid "Horizontal"
353
  msgstr "Horizontálně"
354
 
355
- #: gallery-plugin.php:950
356
  msgid "Vertical"
357
  msgstr "Vertikálně"
358
 
359
- #: gallery-plugin.php:955
360
  msgid "Lightbox background"
361
  msgstr "Pozadí Lightboxu"
362
 
363
- #: gallery-plugin.php:958
364
  msgid "Background transparency (from 0 to 1)"
365
  msgstr "Průhlednost pozadí (od 0 do 1)"
366
 
367
- #: gallery-plugin.php:960
368
  msgid "Select a background color"
369
  msgstr "Vyberte barvu pozadí"
370
 
371
- #: gallery-plugin.php:962
372
- msgid "Background color"
373
- msgstr "Barva pozadí"
 
374
 
375
- #: gallery-plugin.php:969 gallery-plugin.php:1157
376
- msgid ""
377
- "If you upgrade to Pro version all your settings and galleries will be saved."
378
  msgstr ""
379
- "Pokud jste upgradovali na verzi Pro, všechna vaše nastavení a galerie se "
380
- "uloží."
381
 
382
- #: gallery-plugin.php:976 gallery-plugin.php:1164
383
- msgid "Unlock premium options by upgrading to a PRO version."
384
- msgstr ""
385
-
386
- #: gallery-plugin.php:977 gallery-plugin.php:1165
387
- msgid "Learn More"
388
- msgstr "Dozvědět se více"
389
-
390
- #: gallery-plugin.php:981 gallery-plugin.php:1169
391
  msgid "Start Your Trial"
392
  msgstr ""
393
 
394
- #: gallery-plugin.php:982 gallery-plugin.php:1170
 
395
  msgid "or"
396
  msgstr ""
397
 
398
- #: gallery-plugin.php:985 gallery-plugin.php:1173
399
- msgid "Go"
400
- msgstr ""
 
401
 
402
- #: gallery-plugin.php:993
403
  msgid "Images with border"
404
  msgstr "Obrázek s okrajem"
405
 
406
- #: gallery-plugin.php:996
407
  msgid "Border width in px, just numbers"
408
  msgstr "Šířka okraje v px, jen čísla"
409
 
410
- #: gallery-plugin.php:998 gallery-plugin.php:1000
411
  msgid "Select a border color"
412
  msgstr "Vyber barvu okraje"
413
 
414
- #: gallery-plugin.php:1006
415
  msgid "Number of images in the row"
416
  msgstr "Počet snímků na řádku"
417
 
418
- #: gallery-plugin.php:1012
419
  msgid "Start slideshow"
420
  msgstr "Spustit prezentaci"
421
 
422
- #: gallery-plugin.php:1018
423
  msgid "Slideshow interval"
424
  msgstr "Interval prezentace"
425
 
426
- #: gallery-plugin.php:1024
427
  msgid "Use single lightbox for multiple galleries on one page"
428
  msgstr "Použijte jeden Lightbox pro více galerií na jedné stránce"
429
 
430
- #: gallery-plugin.php:1032
 
 
 
 
431
  msgid "Attachment ID"
432
  msgstr "ID přílohy"
433
 
434
- #: gallery-plugin.php:1033
435
  msgid "Image Name"
436
  msgstr "Název obrázku"
437
 
438
- #: gallery-plugin.php:1035
439
- msgid ""
440
- "Sorting order (the input field for sorting order in the Insert / Upload "
441
- "Media Gallery dialog)"
442
  msgstr ""
443
- "Řazení objednávky (vstupní pole pro třídění pořadí v dialogovém okně "
444
- "Insert / upload Media Gallery)"
445
 
446
- #: gallery-plugin.php:1036
447
  msgid "Random"
448
  msgstr "Náhodně"
449
 
450
- #: gallery-plugin.php:1040
451
  msgid "Sort images"
452
  msgstr "Řadit obrázky"
453
 
454
- #: gallery-plugin.php:1042
455
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
456
- msgstr ""
457
- "ASC (řadit vzestupně od nejnižší k nejvyšší hodnotě - 1, 2, 3, a, b, c)"
458
 
459
- #: gallery-plugin.php:1043
460
- msgid ""
461
- "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
462
- msgstr ""
463
- "DESC (řadit sestupně od nejvyšší po nejnižší hodnotu - 3, 2, 1, c, b, a)"
464
 
465
- #: gallery-plugin.php:1047
466
  #, fuzzy
467
  msgid "Display text under the image"
468
  msgstr "Zobrazený text nad obrázkem"
469
 
470
- #: gallery-plugin.php:1049
471
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
472
  msgstr "Vypněte políčko, chcete-li zobrazit text pouze v Lightboxu"
473
 
474
- #: gallery-plugin.php:1053
475
  msgid "Display the Back link"
476
  msgstr "Zobrazit odkaz Zpět"
477
 
478
- #: gallery-plugin.php:1059
479
  msgid "Display the Back link in the shortcode"
480
  msgstr "Zobrazit odkaz Zpět na zkrácený kód"
481
 
482
- #: gallery-plugin.php:1065
483
  msgid "The Back link text"
484
  msgstr "Text odkazu Zpět"
485
 
486
- #: gallery-plugin.php:1071
487
  msgid "The Back link URL"
488
  msgstr "URL odkazu Zpět "
489
 
490
- #: gallery-plugin.php:1073
491
  msgid "Gallery page (Page with Gallery Template)"
492
  msgstr "Stránka Galerie (stránka šablony)"
493
 
494
- #: gallery-plugin.php:1075
495
  msgid "(Full URL to custom page)"
496
  msgstr "(celá URL na vlastní stránku)"
497
 
498
- #: gallery-plugin.php:1079
499
  msgid "The Read More link text"
500
  msgstr "Text odkazu Čtěte více"
501
 
502
- #: gallery-plugin.php:1085
503
  msgid "Add gallery to the search"
504
  msgstr "Přidat galerii do vyhledávání"
505
 
506
- #: gallery-plugin.php:1090
507
  msgid "Using"
508
  msgstr ""
509
 
510
- #: gallery-plugin.php:1090
511
  msgid "powered by"
512
  msgstr ""
513
 
514
- #: gallery-plugin.php:1093 gallery-plugin.php:1097
 
515
  msgid "Using Custom Search powered by"
516
  msgstr "Použití Custom Search powered by"
517
 
518
- #: gallery-plugin.php:1093
519
  msgid "Activate Custom Search"
520
  msgstr "Povolení Custom Search"
521
 
522
- #: gallery-plugin.php:1097
523
  msgid "Download Custom Search"
524
  msgstr "Stáhněte Custom Search"
525
 
526
- #: gallery-plugin.php:1102
527
  msgid "Rewrite templates after update"
528
  msgstr ""
529
 
530
- #: gallery-plugin.php:1104
531
- msgid ""
532
- "Turn off the checkbox, if You edited the file 'gallery-template.php' or "
533
- "'gallery-single-template.php' file in your theme folder and You don't want "
534
- "to rewrite them"
535
  msgstr ""
536
 
537
- #: gallery-plugin.php:1113
538
  #, fuzzy
539
  msgid "Use pagination for images"
540
  msgstr "Aktualizuji obrázky..."
541
 
542
- #: gallery-plugin.php:1116
543
  msgid "per page"
544
  msgstr ""
545
 
546
- #: gallery-plugin.php:1120
547
  msgid "The lightbox helper"
548
  msgstr ""
549
 
550
- #: gallery-plugin.php:1122
551
  msgid "Do not use"
552
  msgstr ""
553
 
554
- #: gallery-plugin.php:1123
555
  msgid "Button helper"
556
  msgstr ""
557
 
558
- #: gallery-plugin.php:1124
559
  msgid "Thumbnail helper"
560
  msgstr ""
561
 
562
- #: gallery-plugin.php:1128
563
  msgid "Display Like buttons in the lightbox"
564
  msgstr "Zobrazit tlačítka Like v Lightboxu"
565
 
566
- #: gallery-plugin.php:1130
567
  msgid "FaceBook"
568
  msgstr "FaceBook"
569
 
570
- #: gallery-plugin.php:1131
571
  msgid "Twitter"
572
  msgstr "Twitter"
573
 
574
- #: gallery-plugin.php:1132
575
  msgid "Pinterest"
576
  msgstr "Pinterest"
577
 
578
- #: gallery-plugin.php:1133
579
  msgid "Google +1"
580
  msgstr "Google +1"
581
 
582
- #: gallery-plugin.php:1137
583
  msgid "Slug for gallery item"
584
  msgstr "Jména pro galerii"
585
 
586
- #: gallery-plugin.php:1139
587
  msgid "for any structure of permalinks except the default structure"
588
  msgstr "pro všechny struktury permalinks kromě výchozí struktury"
589
 
590
- #: gallery-plugin.php:1143
591
  msgid "Title for lightbox button"
592
  msgstr ""
593
 
594
- #: gallery-plugin.php:1149
595
- msgid ""
596
- "Display all images in the lightbox instead of going into a single gallery"
597
  msgstr ""
598
 
599
- #: gallery-plugin.php:1152
600
- msgid ""
601
- "When using the gallery template or a shortcode with `display=short` parameter"
602
  msgstr ""
603
 
604
- #: gallery-plugin.php:1181
605
  msgid "Save Changes"
606
  msgstr "Ulož změny"
607
 
608
- #: gallery-plugin.php:1218
609
  msgid "Support"
610
  msgstr "Podpora"
611
 
612
- #: gallery-plugin.php:1326
613
  msgid "Updating images..."
614
  msgstr "Aktualizuji obrázky..."
615
 
616
- #: gallery-plugin.php:1327
617
  #, fuzzy
618
  msgid "No image found."
619
  msgstr "Nenalezen žádný obrázek"
620
 
621
- #: gallery-plugin.php:1328
622
  #, fuzzy
623
  msgid "All images are updated."
624
  msgstr "Všechny obrázky jsou aktuální"
625
 
626
- #: gallery-plugin.php:1329
627
  msgid "Error."
628
  msgstr "Chyba."
629
 
630
- #: gallery-plugin.php:1338
 
 
 
 
 
 
 
 
 
 
 
 
 
 
631
  #, fuzzy
632
  msgid "Learn more"
633
  msgstr "Dozvědět se více"
634
 
635
- #: gallery-plugin.php:1343 gallery-plugin.php:1383
636
  #, fuzzy
637
  msgid "Activate"
638
  msgstr "Активовані плагіни"
639
 
640
- #: gallery-plugin.php:1350 gallery-plugin.php:1390
641
  #, fuzzy
642
  msgid "Install now"
643
  msgstr "Установка %"
644
 
645
- #: gallery-plugin.php:1359
646
  msgid "Add multiple gallery categories"
647
  msgstr ""
648
 
649
- #: gallery-plugin.php:1359
650
- msgid ""
651
- "Install Gallery Categories plugin to add unlimited number of categories."
652
  msgstr ""
653
 
654
- #: gallery-plugin.php:1368 gallery-plugin.php:1409
655
  msgid "Close"
656
  msgstr ""
657
 
658
- #: gallery-plugin.php:1400
659
- msgid "Already attached?"
660
- msgstr ""
661
-
662
- #: gallery-plugin.php:1400
663
- msgid ""
664
- "If you'd like to attach the files, which are already uploaded, please use Re-"
665
- "attacher plugin."
666
- msgstr ""
667
-
668
- #: gallery-plugin.php:1490 template/gallery-single-template.php:19
669
- msgid "Download high resolution image"
670
- msgstr "Stáhnout obrázek ve vysokém rozlišení"
671
-
672
- #: gallery-plugin.php:1651 template/gallery-single-template.php:101
673
  msgid "Sorry, nothing found."
674
  msgstr "Ups, nic nenalezeno"
675
 
676
- #: gallery-plugin.php:1673 template/gallery-single-template.php:120
 
677
  msgid "Image"
678
  msgstr "Obrázek"
679
 
680
- #: gallery-plugin.php:1982
 
 
 
 
 
681
  msgid "Image size not defined"
682
  msgstr "Velikost obrázku není definována"
683
 
684
- #: gallery-plugin.php:1997
685
- msgid ""
686
- "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
687
- "manually reload image."
688
- msgstr ""
689
- "Můžeme aktualizovat pouze PNG, JPEG, GIF, WPMP nebo XBM soubory. Ostatní "
690
- "musíte nahrát ručně."
691
 
692
- #: gallery-plugin.php:2008
693
  msgid "Image size changes not defined"
694
  msgstr "Změna velikosti obrázku není definována"
695
 
696
- #: gallery-plugin.php:2037 gallery-plugin.php:2040 gallery-plugin.php:2045
 
 
697
  msgid "Invalid path"
698
  msgstr "Špatná cesta"
699
 
700
- #: template/gallery-template.php:14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
701
  #, fuzzy
702
- msgid "Gallery Category"
703
- msgstr "Velikost obrázku v galerii"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
704
 
705
- #: inc/demo-data/demo-data-loader.php:77
 
 
 
 
 
706
  #, fuzzy
707
  msgid "Install Demo Data"
708
  msgstr "Установка %"
709
 
710
- #: inc/demo-data/demo-data-loader.php:78
711
- msgid ""
712
- "If you install the demo-data, will be created galleries with images, demo-"
713
- "post with available shortcodes and page with a list of all the galleries, \n"
714
- "plugin settings will be overwritten, however, when you delete the demo data, "
715
- "they will be restored."
716
  msgstr ""
717
 
718
  #: inc/demo-data/demo-data-loader.php:82
@@ -752,51 +828,133 @@ msgstr ""
752
  msgid "Demo options already installed."
753
  msgstr ""
754
 
755
- #: inc/demo-data/demo-data-loader.php:294
756
  msgid "Demo data successfully installed."
757
  msgstr ""
758
 
759
- #: inc/demo-data/demo-data-loader.php:296
760
  msgid "View post with shortcodes"
761
  msgstr ""
762
 
763
- #: inc/demo-data/demo-data-loader.php:299
764
  msgid "View page with examples"
765
  msgstr ""
766
 
767
- #: inc/demo-data/demo-data-loader.php:303
768
  msgid "Installation of demo data with some errors occurred."
769
  msgstr ""
770
 
771
- #: inc/demo-data/demo-data-loader.php:306
772
  msgid "Posts data is missing."
773
  msgstr ""
774
 
775
- #: inc/demo-data/demo-data-loader.php:331
776
  msgid "Demo data have already been removed."
777
  msgstr ""
778
 
779
- #: inc/demo-data/demo-data-loader.php:378
780
  msgid "Demo data successfully removed."
781
  msgstr ""
782
 
783
- #: inc/demo-data/demo-data-loader.php:381
784
  msgid "Removing demo data with some errors occurred."
785
  msgstr ""
786
 
787
- #: inc/demo-data/demo-data-loader.php:510
788
  msgid "Close notice"
789
  msgstr ""
790
 
791
- #: inc/demo-data/demo-data-loader.php:513
792
  #, fuzzy
793
  msgid "Install demo data"
794
  msgstr "Установка %"
795
 
796
- #: inc/demo-data/demo-data-loader.php:513
797
  msgid "for an acquaintance with the possibilities of the"
798
  msgstr ""
799
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
800
  #~ msgid "left"
801
  #~ msgstr "vlevo"
802
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-07 13:27+0300\n"
6
+ "PO-Revision-Date: 2015-09-07 13:27+0300\n"
7
+ "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Lagya <lagya@me.com>\n"
9
  "Language: cs\n"
10
  "MIME-Version: 1.0\n"
17
  "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: gallery-plugin.php:43
21
+ #: gallery-plugin.php:795
22
+ #: gallery-plugin.php:1133
23
+ #: gallery-plugin.php:1150
24
+ msgid "Settings"
25
+ msgstr "Nastavení"
26
+
27
+ #: gallery-plugin.php:104
28
  msgid "See images &raquo;"
29
  msgstr "Viz obrázky &raquo;"
30
 
31
+ #: gallery-plugin.php:107
32
+ msgid "Return to all albums"
 
 
 
 
33
  msgstr ""
 
 
 
 
34
 
35
+ #: gallery-plugin.php:331
36
+ 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"
37
+ 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."
38
+
39
+ #: gallery-plugin.php:340
40
+ #: gallery-plugin.php:349
41
  msgid "Galleries"
42
  msgstr "Galerie"
43
 
44
+ #: gallery-plugin.php:341
45
+ #: gallery-plugin.php:2511
46
  msgid "Gallery"
47
  msgstr "Galerie"
48
 
49
+ #: gallery-plugin.php:342
 
 
 
 
50
  msgid "Add New Gallery"
51
  msgstr "Přidej novou galerii"
52
 
53
+ #: gallery-plugin.php:343
54
  msgid "Edit Gallery"
55
  msgstr "Uprav galerii"
56
 
57
+ #: gallery-plugin.php:344
58
  msgid "New Gallery"
59
  msgstr "Nová galerie"
60
 
61
+ #: gallery-plugin.php:345
62
  msgid "View Gallery"
63
  msgstr "Ukaž galerii"
64
 
65
+ #: gallery-plugin.php:346
66
+ #, fuzzy
67
+ msgid "Search Galleries"
68
+ msgstr "Galerie"
69
 
70
+ #: gallery-plugin.php:347
71
  msgid "No Gallery found"
72
  msgstr "Žádná galerie nenalezena"
73
 
74
+ #: gallery-plugin.php:404
 
 
 
 
75
  msgid "Gallery Shortcode"
76
  msgstr "Zkrácený kód galerie"
77
 
78
+ #: gallery-plugin.php:406
79
+ #: gallery-plugin.php:438
80
  #, fuzzy
81
  msgid "Gallery Categories"
82
  msgstr "Velikost obrázku v galerii"
83
 
84
+ #: gallery-plugin.php:415
85
+ msgid "Add this shortcode to a page, post or widget to display a single gallery"
 
 
 
 
 
 
 
 
 
86
  msgstr ""
87
 
88
+ #: gallery-plugin.php:418
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 "Chcete-li zobrazit krátký popis obsahující screenshot a odkaz na jednu stránku Galerie"
 
 
 
 
 
 
 
 
92
 
93
+ #: gallery-plugin.php:420
94
+ msgid "Short display"
 
 
95
  msgstr ""
 
 
96
 
97
+ #: gallery-plugin.php:439
 
 
 
 
 
 
 
 
98
  msgid "Most Used"
99
  msgstr ""
100
 
101
+ #: gallery-plugin.php:444
102
+ #: gallery-plugin.php:890
103
  msgid "Default"
104
  msgstr "Výchozí"
105
 
106
+ #: gallery-plugin.php:449
107
  #, fuzzy
108
  msgid "Add New Gallery Category"
109
  msgstr "Přidej novou galerii"
110
 
111
+ #: gallery-plugin.php:456
112
  #, fuzzy
113
  msgid "Install plugin"
114
  msgstr "Встановлених модулів"
115
 
116
+ #: gallery-plugin.php:611
117
+ #: gallery-plugin.php:2124
118
+ #: gallery-plugin.php:2242
119
+ msgid "Title"
120
+ msgstr "Titulek"
121
+
122
+ #: gallery-plugin.php:612
123
  msgid "Author"
124
  msgstr "Autor"
125
 
126
+ #: gallery-plugin.php:613
127
+ #, fuzzy
128
+ msgid "Shortcode"
129
+ msgstr "Zkrácený kód galerie"
130
 
131
+ #: gallery-plugin.php:614
132
+ #, fuzzy
133
+ msgid "Photos"
134
+ msgstr "Foto"
135
 
136
+ #: gallery-plugin.php:615
137
+ #: gallery-plugin.php:954
138
  msgid "Date"
139
  msgstr "Datum"
140
 
141
+ #: gallery-plugin.php:768
142
  msgid "Settings are saved"
143
  msgstr "Nastavení uloženo"
144
 
145
+ #: gallery-plugin.php:781
146
  #, fuzzy
147
  msgid "All plugin settings were restored."
148
  msgstr "na stránce pluginu ("
149
 
150
+ #: gallery-plugin.php:793
151
  msgid "Gallery Settings"
152
  msgstr "Nastavení galerie"
153
 
154
+ #: gallery-plugin.php:796
155
+ #: gallery-plugin.php:1134
 
 
 
156
  msgid "FAQ"
157
  msgstr "FAQ "
158
 
159
+ #: gallery-plugin.php:797
160
  msgid "Go PRO"
161
  msgstr ""
162
 
163
+ #: gallery-plugin.php:807
164
  msgid "Notice:"
165
  msgstr "Poznámka:"
166
 
167
+ #: gallery-plugin.php:807
168
+ msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
169
+ msgstr "Nastavení pluginu bylo změněno. Nezapomeňte si nastavení uložit kliknutím na tlačítko \"Ulož změny\"."
 
 
 
 
170
 
171
+ #: gallery-plugin.php:808
172
+ 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:"
173
+ 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:"
 
 
 
 
174
 
175
+ #: gallery-plugin.php:812
176
  msgid "Please enable JavaScript to use the option to renew images."
177
  msgstr "Povolte JavaScript pro použití možnosti obnovení obrázků."
178
 
179
+ #: gallery-plugin.php:816
180
  msgid "Update images for gallery"
181
  msgstr "Aktualizace obrázků galerie"
182
 
183
+ #: gallery-plugin.php:818
184
  msgid "Update images"
185
  msgstr "Aktualizace obrázků"
186
 
187
+ #: gallery-plugin.php:826
188
  msgid "Image size for the album cover"
189
  msgstr "Velikost obrázku na obalu alba"
190
 
191
+ #: gallery-plugin.php:828
192
+ #: gallery-plugin.php:842
193
+ #: gallery-plugin.php:864
194
  msgid "Image size"
195
  msgstr "Velikost obrázku"
196
 
197
+ #: gallery-plugin.php:831
198
+ #: gallery-plugin.php:845
199
  msgid "Width (in px)"
200
  msgstr "Šířka (v px)"
201
 
202
+ #: gallery-plugin.php:835
203
+ #: gallery-plugin.php:849
204
  msgid "Height (in px)"
205
  msgstr "Výška (v px)"
206
 
207
+ #: gallery-plugin.php:840
208
  #, fuzzy
209
  msgid "Image size for thumbnails"
210
  msgstr "Velikost obrázku na obalu alba"
211
 
212
+ #: gallery-plugin.php:854
213
+ msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
214
+ msgstr "WordPress se vytvoří novou miniaturu se zadanými rozměry, když nahrajete novou fotku."
 
 
 
 
215
 
216
+ #: gallery-plugin.php:862
217
  #, fuzzy
218
  msgid "Image size in the lightbox"
219
  msgstr "Velikost obrazu v Lightboxu"
220
 
221
+ #: gallery-plugin.php:865
222
  msgid "Max width (in px)"
223
  msgstr "Max. šířka (v px)"
224
 
225
+ #: gallery-plugin.php:866
226
  msgid "Max height (in px)"
227
  msgstr "Max. výška (v px)"
228
 
229
+ #: gallery-plugin.php:867
230
  msgid "Display a full size image in the lightbox"
231
  msgstr "Zobrazení obrázku v plné velikosti v lightboxu"
232
 
233
+ #: gallery-plugin.php:871
234
  msgid "Crop position"
235
  msgstr "Pozice ořezu"
236
 
237
+ #: gallery-plugin.php:875
238
+ #: gallery-plugin.php:881
239
  msgid "center"
240
  msgstr "střed"
241
 
242
+ #: gallery-plugin.php:877
243
  msgid "Horizontal"
244
  msgstr "Horizontálně"
245
 
246
+ #: gallery-plugin.php:883
247
  msgid "Vertical"
248
  msgstr "Vertikálně"
249
 
250
+ #: gallery-plugin.php:888
251
  msgid "Lightbox background"
252
  msgstr "Pozadí Lightboxu"
253
 
254
+ #: gallery-plugin.php:891
255
  msgid "Background transparency (from 0 to 1)"
256
  msgstr "Průhlednost pozadí (od 0 do 1)"
257
 
258
+ #: gallery-plugin.php:892
259
  msgid "Select a background color"
260
  msgstr "Vyberte barvu pozadí"
261
 
262
+ #: gallery-plugin.php:897
263
+ #: gallery-plugin.php:1077
264
+ msgid "If you upgrade to Pro version all your settings and galleries will be saved."
265
+ msgstr "Pokud jste upgradovali na verzi Pro, všechna vaše nastavení a galerie se uloží."
266
 
267
+ #: gallery-plugin.php:904
268
+ #: gallery-plugin.php:1084
269
+ msgid "Unlock premium options by upgrading to Pro version"
270
  msgstr ""
 
 
271
 
272
+ #: gallery-plugin.php:908
273
+ #: gallery-plugin.php:1088
 
 
 
 
 
 
 
274
  msgid "Start Your Trial"
275
  msgstr ""
276
 
277
+ #: gallery-plugin.php:909
278
+ #: gallery-plugin.php:1089
279
  msgid "or"
280
  msgstr ""
281
 
282
+ #: gallery-plugin.php:911
283
+ #: gallery-plugin.php:1091
284
+ msgid "Learn More"
285
+ msgstr "Dozvědět se více"
286
 
287
+ #: gallery-plugin.php:918
288
  msgid "Images with border"
289
  msgstr "Obrázek s okrajem"
290
 
291
+ #: gallery-plugin.php:921
292
  msgid "Border width in px, just numbers"
293
  msgstr "Šířka okraje v px, jen čísla"
294
 
295
+ #: gallery-plugin.php:922
296
  msgid "Select a border color"
297
  msgstr "Vyber barvu okraje"
298
 
299
+ #: gallery-plugin.php:926
300
  msgid "Number of images in the row"
301
  msgstr "Počet snímků na řádku"
302
 
303
+ #: gallery-plugin.php:932
304
  msgid "Start slideshow"
305
  msgstr "Spustit prezentaci"
306
 
307
+ #: gallery-plugin.php:938
308
  msgid "Slideshow interval"
309
  msgstr "Interval prezentace"
310
 
311
+ #: gallery-plugin.php:944
312
  msgid "Use single lightbox for multiple galleries on one page"
313
  msgstr "Použijte jeden Lightbox pro více galerií na jedné stránce"
314
 
315
+ #: gallery-plugin.php:950
316
+ msgid "Sort images by"
317
+ msgstr "Řazení obrázků dle"
318
+
319
+ #: gallery-plugin.php:952
320
  msgid "Attachment ID"
321
  msgstr "ID přílohy"
322
 
323
+ #: gallery-plugin.php:953
324
  msgid "Image Name"
325
  msgstr "Název obrázku"
326
 
327
+ #: gallery-plugin.php:955
328
+ msgid "Sorting order in the Gallery"
 
 
329
  msgstr ""
 
 
330
 
331
+ #: gallery-plugin.php:956
332
  msgid "Random"
333
  msgstr "Náhodně"
334
 
335
+ #: gallery-plugin.php:960
336
  msgid "Sort images"
337
  msgstr "Řadit obrázky"
338
 
339
+ #: gallery-plugin.php:962
340
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
341
+ msgstr "ASC (řadit vzestupně od nejnižší k nejvyšší hodnotě - 1, 2, 3, a, b, c)"
 
342
 
343
+ #: gallery-plugin.php:963
344
+ msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
345
+ msgstr "DESC (řadit sestupně od nejvyšší po nejnižší hodnotu - 3, 2, 1, c, b, a)"
 
 
346
 
347
+ #: gallery-plugin.php:967
348
  #, fuzzy
349
  msgid "Display text under the image"
350
  msgstr "Zobrazený text nad obrázkem"
351
 
352
+ #: gallery-plugin.php:969
353
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
354
  msgstr "Vypněte políčko, chcete-li zobrazit text pouze v Lightboxu"
355
 
356
+ #: gallery-plugin.php:973
357
  msgid "Display the Back link"
358
  msgstr "Zobrazit odkaz Zpět"
359
 
360
+ #: gallery-plugin.php:979
361
  msgid "Display the Back link in the shortcode"
362
  msgstr "Zobrazit odkaz Zpět na zkrácený kód"
363
 
364
+ #: gallery-plugin.php:985
365
  msgid "The Back link text"
366
  msgstr "Text odkazu Zpět"
367
 
368
+ #: gallery-plugin.php:991
369
  msgid "The Back link URL"
370
  msgstr "URL odkazu Zpět "
371
 
372
+ #: gallery-plugin.php:993
373
  msgid "Gallery page (Page with Gallery Template)"
374
  msgstr "Stránka Galerie (stránka šablony)"
375
 
376
+ #: gallery-plugin.php:995
377
  msgid "(Full URL to custom page)"
378
  msgstr "(celá URL na vlastní stránku)"
379
 
380
+ #: gallery-plugin.php:999
381
  msgid "The Read More link text"
382
  msgstr "Text odkazu Čtěte více"
383
 
384
+ #: gallery-plugin.php:1005
385
  msgid "Add gallery to the search"
386
  msgstr "Přidat galerii do vyhledávání"
387
 
388
+ #: gallery-plugin.php:1010
389
  msgid "Using"
390
  msgstr ""
391
 
392
+ #: gallery-plugin.php:1010
393
  msgid "powered by"
394
  msgstr ""
395
 
396
+ #: gallery-plugin.php:1013
397
+ #: gallery-plugin.php:1017
398
  msgid "Using Custom Search powered by"
399
  msgstr "Použití Custom Search powered by"
400
 
401
+ #: gallery-plugin.php:1013
402
  msgid "Activate Custom Search"
403
  msgstr "Povolení Custom Search"
404
 
405
+ #: gallery-plugin.php:1017
406
  msgid "Download Custom Search"
407
  msgstr "Stáhněte Custom Search"
408
 
409
+ #: gallery-plugin.php:1022
410
  msgid "Rewrite templates after update"
411
  msgstr ""
412
 
413
+ #: gallery-plugin.php:1024
414
+ 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"
 
 
 
415
  msgstr ""
416
 
417
+ #: gallery-plugin.php:1033
418
  #, fuzzy
419
  msgid "Use pagination for images"
420
  msgstr "Aktualizuji obrázky..."
421
 
422
+ #: gallery-plugin.php:1036
423
  msgid "per page"
424
  msgstr ""
425
 
426
+ #: gallery-plugin.php:1040
427
  msgid "The lightbox helper"
428
  msgstr ""
429
 
430
+ #: gallery-plugin.php:1042
431
  msgid "Do not use"
432
  msgstr ""
433
 
434
+ #: gallery-plugin.php:1043
435
  msgid "Button helper"
436
  msgstr ""
437
 
438
+ #: gallery-plugin.php:1044
439
  msgid "Thumbnail helper"
440
  msgstr ""
441
 
442
+ #: gallery-plugin.php:1048
443
  msgid "Display Like buttons in the lightbox"
444
  msgstr "Zobrazit tlačítka Like v Lightboxu"
445
 
446
+ #: gallery-plugin.php:1050
447
  msgid "FaceBook"
448
  msgstr "FaceBook"
449
 
450
+ #: gallery-plugin.php:1051
451
  msgid "Twitter"
452
  msgstr "Twitter"
453
 
454
+ #: gallery-plugin.php:1052
455
  msgid "Pinterest"
456
  msgstr "Pinterest"
457
 
458
+ #: gallery-plugin.php:1053
459
  msgid "Google +1"
460
  msgstr "Google +1"
461
 
462
+ #: gallery-plugin.php:1057
463
  msgid "Slug for gallery item"
464
  msgstr "Jména pro galerii"
465
 
466
+ #: gallery-plugin.php:1059
467
  msgid "for any structure of permalinks except the default structure"
468
  msgstr "pro všechny struktury permalinks kromě výchozí struktury"
469
 
470
+ #: gallery-plugin.php:1063
471
  msgid "Title for lightbox button"
472
  msgstr ""
473
 
474
+ #: gallery-plugin.php:1069
475
+ msgid "Display all images in the lightbox instead of going into a single gallery"
 
476
  msgstr ""
477
 
478
+ #: gallery-plugin.php:1072
479
+ msgid "When using the gallery template or a shortcode with `display=short` parameter"
 
480
  msgstr ""
481
 
482
+ #: gallery-plugin.php:1098
483
  msgid "Save Changes"
484
  msgstr "Ulož změny"
485
 
486
+ #: gallery-plugin.php:1135
487
  msgid "Support"
488
  msgstr "Podpora"
489
 
490
+ #: gallery-plugin.php:1202
491
  msgid "Updating images..."
492
  msgstr "Aktualizuji obrázky..."
493
 
494
+ #: gallery-plugin.php:1203
495
  #, fuzzy
496
  msgid "No image found."
497
  msgstr "Nenalezen žádný obrázek"
498
 
499
+ #: gallery-plugin.php:1204
500
  #, fuzzy
501
  msgid "All images are updated."
502
  msgstr "Všechny obrázky jsou aktuální"
503
 
504
+ #: gallery-plugin.php:1205
505
  msgid "Error."
506
  msgstr "Chyba."
507
 
508
+ #: gallery-plugin.php:1216
509
+ msgid ""
510
+ "You are about to delete these items from this gallery.\n"
511
+ " 'Cancel' to stop, 'OK' to delete."
512
+ msgstr ""
513
+
514
+ #: gallery-plugin.php:1217
515
+ msgid "Insert Media"
516
+ msgstr ""
517
+
518
+ #: gallery-plugin.php:1218
519
+ msgid "Insert"
520
+ msgstr ""
521
+
522
+ #: gallery-plugin.php:1230
523
  #, fuzzy
524
  msgid "Learn more"
525
  msgstr "Dozvědět se více"
526
 
527
+ #: gallery-plugin.php:1235
528
  #, fuzzy
529
  msgid "Activate"
530
  msgstr "Активовані плагіни"
531
 
532
+ #: gallery-plugin.php:1242
533
  #, fuzzy
534
  msgid "Install now"
535
  msgstr "Установка %"
536
 
537
+ #: gallery-plugin.php:1251
538
  msgid "Add multiple gallery categories"
539
  msgstr ""
540
 
541
+ #: gallery-plugin.php:1251
542
+ msgid "Install Gallery Categories plugin to add unlimited number of categories."
 
543
  msgstr ""
544
 
545
+ #: gallery-plugin.php:1260
546
  msgid "Close"
547
  msgstr ""
548
 
549
+ #: gallery-plugin.php:1524
550
+ #: template/gallery-single-template.php:101
 
 
 
 
 
 
 
 
 
 
 
 
 
551
  msgid "Sorry, nothing found."
552
  msgstr "Ups, nic nenalezeno"
553
 
554
+ #: gallery-plugin.php:1546
555
+ #: template/gallery-single-template.php:120
556
  msgid "Image"
557
  msgstr "Obrázek"
558
 
559
+ #: gallery-plugin.php:1546
560
+ #: template/gallery-single-template.php:19
561
+ msgid "Download high resolution image"
562
+ msgstr "Stáhnout obrázek ve vysokém rozlišení"
563
+
564
+ #: gallery-plugin.php:1676
565
  msgid "Image size not defined"
566
  msgstr "Velikost obrázku není definována"
567
 
568
+ #: gallery-plugin.php:1691
569
+ msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
570
+ msgstr "Můžeme aktualizovat pouze PNG, JPEG, GIF, WPMP nebo XBM soubory. Ostatní musíte nahrát ručně."
 
 
 
 
571
 
572
+ #: gallery-plugin.php:1702
573
  msgid "Image size changes not defined"
574
  msgstr "Změna velikosti obrázku není definována"
575
 
576
+ #: gallery-plugin.php:1731
577
+ #: gallery-plugin.php:1734
578
+ #: gallery-plugin.php:1739
579
  msgid "Invalid path"
580
  msgstr "Špatná cesta"
581
 
582
+ #: gallery-plugin.php:1888
583
+ msgid "Add images requires JavaScript."
584
+ msgstr ""
585
+
586
+ #: gallery-plugin.php:1891
587
+ msgid "Add Media"
588
+ msgstr ""
589
+
590
+ #: gallery-plugin.php:1901
591
+ msgid "The grid view for the Gallery images requires JavaScript."
592
+ msgstr ""
593
+
594
+ #: gallery-plugin.php:1901
595
+ msgid "Switch to the list view"
596
+ msgstr ""
597
+
598
+ #: gallery-plugin.php:1928
599
+ msgid "List View"
600
+ msgstr ""
601
+
602
+ #: gallery-plugin.php:1929
603
+ msgid "Grid View"
604
+ msgstr ""
605
+
606
+ #: gallery-plugin.php:1986
607
+ msgid "Filter"
608
+ msgstr ""
609
+
610
+ #: gallery-plugin.php:1990
611
+ msgid "Empty Trash"
612
+ msgstr ""
613
+
614
+ #: gallery-plugin.php:2011
615
  #, fuzzy
616
+ msgid "No images found"
617
+ msgstr "Nenalezen žádný obrázek"
618
+
619
+ #: gallery-plugin.php:2065
620
+ msgid "Select bulk action"
621
+ msgstr ""
622
+
623
+ #: gallery-plugin.php:2067
624
+ msgid "Bulk Actions"
625
+ msgstr ""
626
+
627
+ #: gallery-plugin.php:2077
628
+ msgid "Apply"
629
+ msgstr ""
630
+
631
+ #: gallery-plugin.php:2084
632
+ #: gallery-plugin.php:2258
633
+ #, fuzzy
634
+ msgid "Delete from Gallery"
635
+ msgstr "Nová galerie"
636
+
637
+ #: gallery-plugin.php:2097
638
+ #: gallery-plugin.php:2111
639
+ msgid "Display file URL"
640
+ msgstr ""
641
+
642
+ #: gallery-plugin.php:2106
643
+ msgid "Bulk Select"
644
+ msgstr ""
645
+
646
+ #: gallery-plugin.php:2108
647
+ msgid "Cancel Selection"
648
+ msgstr ""
649
+
650
+ #: gallery-plugin.php:2109
651
+ msgid "Delete Selected"
652
+ msgstr ""
653
+
654
+ #: gallery-plugin.php:2122
655
+ msgid "File"
656
+ msgstr ""
657
+
658
+ #: gallery-plugin.php:2123
659
+ #: gallery-plugin.php:2211
660
+ msgid "Dimensions"
661
+ msgstr ""
662
+
663
+ #: gallery-plugin.php:2125
664
+ #: gallery-plugin.php:2246
665
+ msgid "Alt tag"
666
+ msgstr "Alt tag"
667
+
668
+ #: gallery-plugin.php:2126
669
+ #: gallery-plugin.php:2250
670
+ msgid "URL"
671
+ msgstr "URL"
672
+
673
+ #: gallery-plugin.php:2202
674
+ msgid "Deselect"
675
+ msgstr ""
676
+
677
+ #: gallery-plugin.php:2208
678
+ msgid "File name"
679
+ msgstr ""
680
+
681
+ #: gallery-plugin.php:2209
682
+ msgid "File type"
683
+ msgstr ""
684
+
685
+ #: gallery-plugin.php:2210
686
+ #, fuzzy
687
+ msgid "Uploaded on"
688
+ msgstr "Nahraj soubor"
689
+
690
+ #: gallery-plugin.php:2214
691
+ #: gallery-plugin.php:2215
692
+ #, fuzzy
693
+ msgid "Edit Attachment"
694
+ msgstr "ID přílohy"
695
+
696
+ #: gallery-plugin.php:2215
697
+ #, fuzzy
698
+ msgid "Edit Attachment Info"
699
+ msgstr "ID přílohy"
700
+
701
+ #: gallery-plugin.php:2225
702
+ msgid "Go Pro"
703
+ msgstr ""
704
+
705
+ #: gallery-plugin.php:2225
706
+ msgid "Pro version"
707
+ msgstr ""
708
+
709
+ #: gallery-plugin.php:2228
710
+ msgid "This setting is available in Pro version"
711
+ msgstr "Toto nastavení je k dispozici ve verzi Pro"
712
+
713
+ #: gallery-plugin.php:2252
714
+ msgid "(by click on image opens a link in a new window)"
715
+ msgstr "(kliknutím na obrázek se otevře odkaz v novém okně)"
716
+
717
+ #: gallery-plugin.php:2256
718
+ msgid "Edit more details"
719
+ msgstr ""
720
+
721
+ #: gallery-plugin.php:2288
722
+ #, php-format
723
+ msgid "Select %s"
724
+ msgstr ""
725
+
726
+ #: gallery-plugin.php:2301
727
+ #: gallery-plugin.php:2313
728
+ #, php-format
729
+ msgid "Edit &#8220;%s&#8221;"
730
+ msgstr ""
731
+
732
+ #: gallery-plugin.php:2348
733
+ #: gallery-plugin.php:2361
734
+ msgid "Edit"
735
+ msgstr ""
736
+
737
+ #: gallery-plugin.php:2351
738
+ #: gallery-plugin.php:2366
739
+ msgid "Trash"
740
+ msgstr ""
741
+
742
+ #: gallery-plugin.php:2354
743
+ #: gallery-plugin.php:2369
744
+ msgid "Delete Permanently"
745
+ msgstr ""
746
+
747
+ #: gallery-plugin.php:2356
748
+ #: gallery-plugin.php:2374
749
+ #, php-format
750
+ msgid "View &#8220;%s&#8221;"
751
+ msgstr ""
752
+
753
+ #: gallery-plugin.php:2356
754
+ #: gallery-plugin.php:2374
755
+ msgid "View"
756
+ msgstr ""
757
+
758
+ #: gallery-plugin.php:2358
759
+ #, fuzzy
760
+ msgid "Attach"
761
+ msgstr "ID přílohy"
762
+
763
+ #: gallery-plugin.php:2364
764
+ msgid "Restore"
765
+ msgstr ""
766
+
767
+ #: gallery-plugin.php:2484
768
+ msgid "Warning"
769
+ msgstr ""
770
+
771
+ #: gallery-plugin.php:2484
772
+ msgid "You can add only images to the gallery"
773
+ msgstr ""
774
+
775
+ #: gallery-plugin.php:2513
776
+ #, fuzzy
777
+ msgid "Sorry, no gallery found."
778
+ msgstr "Ups, nic nenalezeno"
779
 
780
+ #: gallery-plugin.php:2519
781
+ #, fuzzy
782
+ msgid "Display an album image with the description and the link to a single gallery page"
783
+ msgstr "Chcete-li zobrazit krátký popis obsahující screenshot a odkaz na jednu stránku Galerie"
784
+
785
+ #: inc/demo-data/demo-data-loader.php:78
786
  #, fuzzy
787
  msgid "Install Demo Data"
788
  msgstr "Установка %"
789
 
790
+ #: inc/demo-data/demo-data-loader.php:79
791
+ msgid "If you install the demo-data, will be created galleries with images, demo-post with available shortcodes and page with a list of all the galleries, plugin settings will be overwritten, however, when you delete the demo data, they will be restored."
 
 
 
 
792
  msgstr ""
793
 
794
  #: inc/demo-data/demo-data-loader.php:82
828
  msgid "Demo options already installed."
829
  msgstr ""
830
 
831
+ #: inc/demo-data/demo-data-loader.php:296
832
  msgid "Demo data successfully installed."
833
  msgstr ""
834
 
835
+ #: inc/demo-data/demo-data-loader.php:298
836
  msgid "View post with shortcodes"
837
  msgstr ""
838
 
839
+ #: inc/demo-data/demo-data-loader.php:301
840
  msgid "View page with examples"
841
  msgstr ""
842
 
843
+ #: inc/demo-data/demo-data-loader.php:308
844
  msgid "Installation of demo data with some errors occurred."
845
  msgstr ""
846
 
847
+ #: inc/demo-data/demo-data-loader.php:311
848
  msgid "Posts data is missing."
849
  msgstr ""
850
 
851
+ #: inc/demo-data/demo-data-loader.php:336
852
  msgid "Demo data have already been removed."
853
  msgstr ""
854
 
855
+ #: inc/demo-data/demo-data-loader.php:383
856
  msgid "Demo data successfully removed."
857
  msgstr ""
858
 
859
+ #: inc/demo-data/demo-data-loader.php:386
860
  msgid "Removing demo data with some errors occurred."
861
  msgstr ""
862
 
863
+ #: inc/demo-data/demo-data-loader.php:517
864
  msgid "Close notice"
865
  msgstr ""
866
 
867
+ #: inc/demo-data/demo-data-loader.php:520
868
  #, fuzzy
869
  msgid "Install demo data"
870
  msgstr "Установка %"
871
 
872
+ #: inc/demo-data/demo-data-loader.php:520
873
  msgid "for an acquaintance with the possibilities of the"
874
  msgstr ""
875
 
876
+ #: template/gallery-template.php:14
877
+ #, fuzzy
878
+ msgid "Gallery Category"
879
+ msgstr "Velikost obrázku v galerii"
880
+
881
+ #~ msgid "Add a Gallery"
882
+ #~ msgstr "Přidej galerii"
883
+
884
+ #~ msgid "Find a Gallery"
885
+ #~ msgstr "Najdi galerii"
886
+
887
+ #~ msgid ""
888
+ #~ "The gallery temp directory (gallery-plugin/upload/files) is not available "
889
+ #~ "for record on your webserver. Please use the standard WP functionality to "
890
+ #~ "upload images (media library)"
891
+ #~ msgstr ""
892
+ #~ "Adresář galerie temp (gallery-plugin/upload/files) není k dispozici pro "
893
+ #~ "zápis na váš webový server. Pro nahrání obrázků, použijte prosím "
894
+ #~ "standardní funkce WP (knihovna médií)"
895
+
896
+ #~ msgid "Choose an image for upload:"
897
+ #~ msgstr "Vyberte obrázky pro upload:"
898
+
899
+ #~ msgid "Please enable JavaScript to use the file uploader."
900
+ #~ msgstr "Povolte JavaScript pro použití uploaderu."
901
+
902
+ #~ msgid "Allow the download link for all images in this gallery"
903
+ #~ msgstr "Nechte odkaz ke stažení pro všechny obrázky v této galerii"
904
+
905
+ #~ msgid ""
906
+ #~ "Please use the drag and drop function to change an order of the images "
907
+ #~ "displaying and do not forget to save the post."
908
+ #~ msgstr ""
909
+ #~ "Chcete-li změnit pořadí snímků zobrazujících nezapomeňte uložit příspěvek "
910
+ #~ "Využijte funkci přetažení."
911
+
912
+ #~ msgid "Please make a choice"
913
+ #~ msgstr "Vyberte volbu"
914
+
915
+ #~ msgid "sort images"
916
+ #~ msgstr "řadit obrázky"
917
+
918
+ #~ msgid "on the plugin settings page ("
919
+ #~ msgstr "na stránce pluginu ("
920
+
921
+ #, fuzzy
922
+ #~ msgid "Open the URL"
923
+ #~ msgstr "Otevřete odkaz"
924
+
925
+ #~ msgid "Current window"
926
+ #~ msgstr "Aktuální okno"
927
+
928
+ #~ msgid "New window"
929
+ #~ msgstr "Nové okno"
930
+
931
+ #, fuzzy
932
+ #~ msgid "Lightbox button URL"
933
+ #~ msgstr "Pozadí Lightboxu"
934
+
935
+ #~ msgid "Delete"
936
+ #~ msgstr "Smazat"
937
+
938
+ #~ msgid ""
939
+ #~ "You can add a Single Gallery to the page or post by inserting this "
940
+ #~ "shortcode into the content"
941
+ #~ msgstr ""
942
+ #~ "Můžete přidat Galerii vložením tohoto zkráceného kódu na stránku nebo do "
943
+ #~ "příspěvku"
944
+
945
+ #~ msgid "Publishing"
946
+ #~ msgstr "Vydavatelství"
947
+
948
+ #~ msgid "Background color"
949
+ #~ msgstr "Barva pozadí"
950
+
951
+ #~ msgid ""
952
+ #~ "Sorting order (the input field for sorting order in the Insert / Upload "
953
+ #~ "Media Gallery dialog)"
954
+ #~ msgstr ""
955
+ #~ "Řazení objednávky (vstupní pole pro třídění pořadí v dialogovém okně "
956
+ #~ "Insert / upload Media Gallery)"
957
+
958
  #~ msgid "left"
959
  #~ msgstr "vlevo"
960
 
languages/gallery-de_DE.mo CHANGED
Binary file
languages/gallery-de_DE.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-11 12:13+0300\n"
6
- "PO-Revision-Date: 2015-08-11 12:13+0300\n"
7
- "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Jonas Seemann <info@ahoidesign.de>\n"
9
  "Language: uk_UA\n"
10
  "MIME-Version: 1.0\n"
@@ -16,693 +16,780 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:95
 
 
 
 
 
 
 
20
  msgid "See images &raquo;"
21
  msgstr "Fotos anzeigen &raquo;"
22
 
23
- #: gallery-plugin.php:209
24
- msgid ""
25
- "The following files \"gallery-template.php\" and \"gallery-single-template."
26
- "php\" were not found in the directory of your theme. Please copy them from "
27
- "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
28
- "directory of your theme for the correct work of the Gallery plugin"
29
- msgstr ""
30
- "Fehler Gallery PluginDie Dateien \"gallery-template.php\" und \"gallery-"
31
- "single-template.php\" wurden nicht in deinem Theme gefunden. Bitte kopiere "
32
- "sie aus dem Verzeichnis `/wp-content/plugins/gallery-plugin/template/` "
33
- "direkt in das Verzeichnis deines Themes, damit das Plugin richtig "
34
- "funktionieren kann."
35
-
36
- #: gallery-plugin.php:218 gallery-plugin.php:228
37
  msgid "Galleries"
38
  msgstr "Galerien"
39
 
40
- #: gallery-plugin.php:219
 
41
  msgid "Gallery"
42
  msgstr "Galerie"
43
 
44
- #: gallery-plugin.php:220
45
- msgid "Add a Gallery"
46
- msgstr "Galerie hinzufügen"
47
-
48
- #: gallery-plugin.php:221
49
  msgid "Add New Gallery"
50
  msgstr "Galerie hinzufügen"
51
 
52
- #: gallery-plugin.php:222
53
  msgid "Edit Gallery"
54
  msgstr "Galerie bearbeiten"
55
 
56
- #: gallery-plugin.php:223
57
  msgid "New Gallery"
58
  msgstr "Neue Galerie"
59
 
60
- #: gallery-plugin.php:224
61
  msgid "View Gallery"
62
  msgstr "Galerie anzeigen"
63
 
64
- #: gallery-plugin.php:225
65
- msgid "Find a Gallery"
66
- msgstr "Galerie bearbeiten"
 
67
 
68
- #: gallery-plugin.php:226
69
  msgid "No Gallery found"
70
  msgstr "Keine Galerien gefunden"
71
 
72
- #: gallery-plugin.php:283
73
- msgid "Upload File"
74
- msgstr "Datei hochladen"
75
-
76
- #: gallery-plugin.php:284
77
  msgid "Gallery Shortcode"
78
  msgstr "Galerie Einstellungen"
79
 
80
- #: gallery-plugin.php:286 gallery-plugin.php:442
 
81
  #, fuzzy
82
  msgid "Gallery Categories"
83
  msgstr "Bildgröße für Galerie"
84
 
85
- #: gallery-plugin.php:295
86
- msgid "Choose a media file that will be attached"
87
- msgstr ""
88
-
89
- #: gallery-plugin.php:295
90
- #, php-format
91
- msgid "You need to install \"%s\" plugin to use this functionality"
92
- msgstr ""
93
-
94
- #: gallery-plugin.php:296
95
- msgid "Attach media item to this gallery"
96
- msgstr ""
97
-
98
- #: gallery-plugin.php:315
99
- msgid ""
100
- "The gallery temp directory (gallery-plugin/upload/files) is not available "
101
- "for record on your webserver. Please use the standard WP functionality to "
102
- "upload images (media library)"
103
- msgstr ""
104
- "Fehler Gallery PluginDas Verzeichnis (gallery-plugin/upload/files) ist "
105
- "schreibgeschützt. Bitte nutze die Wordpress-Mediathek um Bidler hochzuladen."
106
-
107
- #: gallery-plugin.php:327
108
- msgid "Choose an image for upload:"
109
- msgstr "Bild zum hochladen auswählen:"
110
-
111
- #: gallery-plugin.php:332
112
- msgid "Please enable JavaScript to use the file uploader."
113
- msgstr "Please enable JavaScript um den File-Uploader zu benutzen."
114
-
115
- #: gallery-plugin.php:340
116
- msgid "Allow the download link for all images in this gallery"
117
- msgstr "Aktiviere den Download-Link für alle Bilder in dieser Galerie"
118
-
119
- #: gallery-plugin.php:341
120
- msgid ""
121
- "Please use the drag and drop function to change an order of the images "
122
- "displaying and do not forget to save the post."
123
- msgstr ""
124
- "Nutze Drag & Drop um die Reihenfolge der Bilder zu ändern (Speichern nicht "
125
- "vergessen)"
126
-
127
- #: gallery-plugin.php:343
128
- msgid "Please make a choice"
129
- msgstr "Bitte auswählen"
130
-
131
- #: gallery-plugin.php:343 gallery-plugin.php:1030
132
- msgid "Sort images by"
133
- msgstr "Sortieren nach"
134
-
135
- #: gallery-plugin.php:343
136
- msgid "sort images"
137
- msgstr "Reihenfolge Bilder"
138
-
139
- #: gallery-plugin.php:343
140
- msgid "on the plugin settings page ("
141
- msgstr "auf der Plugin-Optionen-Seite ("
142
-
143
- #: gallery-plugin.php:396 gallery-plugin.php:672
144
- msgid "Title"
145
- msgstr "Titel"
146
-
147
- #: gallery-plugin.php:398
148
- msgid "Alt tag"
149
  msgstr ""
150
 
151
- #: gallery-plugin.php:399
152
- msgid "URL"
153
- msgstr "URL"
154
-
155
- #: gallery-plugin.php:399
156
- msgid "(by click on image opens a link in a new window)"
157
- msgstr "(durch klicken auf das Bild wird einen neues Fenster geöffnet)"
158
-
159
- #: gallery-plugin.php:400
160
- msgid "This setting is available in Pro version"
161
- msgstr "Diese Einstellung ist in der Pro-Version verfügbar"
162
-
163
- #: gallery-plugin.php:401
164
- #, fuzzy
165
- msgid "Open the URL"
166
- msgstr "Öffne Link"
167
-
168
- #: gallery-plugin.php:401
169
- msgid "Current window"
170
- msgstr "im aktuellen Fenster"
171
-
172
- #: gallery-plugin.php:401
173
- msgid "New window"
174
- msgstr "in einem neuen Fenster"
175
-
176
- #: gallery-plugin.php:402
177
  #, fuzzy
178
- msgid "Lightbox button URL"
179
- msgstr "Lightbox Hintergrund"
180
-
181
- #: gallery-plugin.php:403
182
- msgid "Description"
183
- msgstr ""
184
-
185
- #: gallery-plugin.php:404
186
- msgid "Delete"
187
- msgstr "Löschen"
188
 
189
- #: gallery-plugin.php:424
190
- msgid ""
191
- "You can add a Single Gallery to the page or post by inserting this shortcode "
192
- "into the content"
193
  msgstr ""
194
- "Shortcode zum einfügen der Galerie auf einer Seite oder in einen Beitrag"
195
 
196
- #: gallery-plugin.php:426
197
- msgid ""
198
- "If you want to display a short description containing a screenshot and the "
199
- "link to the Single Gallery Page"
200
- msgstr "Shortcode zum Anzeigen einer Kurzbeschreibung, Link und Bild"
201
-
202
- #: gallery-plugin.php:443
203
  msgid "Most Used"
204
  msgstr ""
205
 
206
- #: gallery-plugin.php:448 gallery-plugin.php:957
 
207
  msgid "Default"
208
  msgstr "Standard"
209
 
210
- #: gallery-plugin.php:453
211
  #, fuzzy
212
  msgid "Add New Gallery Category"
213
  msgstr "Galerie hinzufügen"
214
 
215
- #: gallery-plugin.php:460
216
  #, fuzzy
217
  msgid "Install plugin"
218
  msgstr "Installierte Plugins"
219
 
220
- #: gallery-plugin.php:673
 
 
 
 
 
 
221
  msgid "Author"
222
  msgstr "Author"
223
 
224
- #: gallery-plugin.php:674
225
- msgid "Photo"
226
- msgstr "Foto"
 
227
 
228
- #: gallery-plugin.php:675
229
- msgid "Publishing"
230
- msgstr "Veröffentlichen"
 
231
 
232
- #: gallery-plugin.php:676 gallery-plugin.php:1034
 
233
  msgid "Date"
234
  msgstr "Datum"
235
 
236
- #: gallery-plugin.php:836
237
  msgid "Settings are saved"
238
  msgstr "Einstellungen gespeichert."
239
 
240
- #: gallery-plugin.php:849
241
  #, fuzzy
242
  msgid "All plugin settings were restored."
243
  msgstr "auf der Plugin-Optionen-Seite ("
244
 
245
- #: gallery-plugin.php:862
246
  msgid "Gallery Settings"
247
  msgstr "Galerie Einstellungen"
248
 
249
- #: gallery-plugin.php:864 gallery-plugin.php:1216 gallery-plugin.php:1233
250
- msgid "Settings"
251
- msgstr "Einstellungen"
252
-
253
- #: gallery-plugin.php:865 gallery-plugin.php:1217
254
  msgid "FAQ"
255
  msgstr "FAQ"
256
 
257
- #: gallery-plugin.php:866
258
  msgid "Go PRO"
259
  msgstr ""
260
 
261
- #: gallery-plugin.php:876
262
  msgid "Notice:"
263
  msgstr ""
264
 
265
- #: gallery-plugin.php:876
266
- msgid ""
267
- "The plugin's settings have been changed. In order to save them please don't "
268
- "forget to click the 'Save Changes' button."
269
  msgstr ""
270
 
271
- #: gallery-plugin.php:877
272
- msgid ""
273
- "If you would like to add a Single Gallery to your page or post, just copy "
274
- "and paste this shortcode into your post or page:"
275
- msgstr ""
276
- "Zum Einfügen einer Galerie füge diesen Shortcode in eine Seite oder einen "
277
- "Beitrag ein:"
278
 
279
- #: gallery-plugin.php:879
280
  #, fuzzy
281
  msgid "Please enable JavaScript to use the option to renew images."
282
  msgstr "Please enable JavaScript um den File-Uploader zu benutzen."
283
 
284
- #: gallery-plugin.php:883
285
  msgid "Update images for gallery"
286
  msgstr ""
287
 
288
- #: gallery-plugin.php:885
289
  #, fuzzy
290
  msgid "Update images"
291
  msgstr "Reihenfolge Bilder"
292
 
293
- #: gallery-plugin.php:893
294
  msgid "Image size for the album cover"
295
  msgstr "Bildgröße für Beitragsbild"
296
 
297
- #: gallery-plugin.php:895 gallery-plugin.php:909 gallery-plugin.php:931
 
 
298
  msgid "Image size"
299
  msgstr "Name der Bilder"
300
 
301
- #: gallery-plugin.php:898 gallery-plugin.php:912
 
302
  msgid "Width (in px)"
303
  msgstr "Breite (in px)"
304
 
305
- #: gallery-plugin.php:902 gallery-plugin.php:916
 
306
  msgid "Height (in px)"
307
  msgstr "Höhe (in px)"
308
 
309
- #: gallery-plugin.php:907
310
  #, fuzzy
311
  msgid "Image size for thumbnails"
312
  msgstr "Bildgröße für Beitragsbild"
313
 
314
- #: gallery-plugin.php:921
315
- msgid ""
316
- "WordPress will create a new thumbnail with the specified dimensions when you "
317
- "upload a new photo."
318
- msgstr ""
319
- "Wordpress wird ein neues Thumbnail mit den Einstellungen erstellen, wenn du "
320
- "ein neues Bild hochlädst."
321
 
322
- #: gallery-plugin.php:929
323
  #, fuzzy
324
  msgid "Image size in the lightbox"
325
  msgstr "Galeriegröße in der Lightbox"
326
 
327
- #: gallery-plugin.php:932
328
  msgid "Max width (in px)"
329
  msgstr "max. Breite (in px)"
330
 
331
- #: gallery-plugin.php:933
332
  msgid "Max height (in px)"
333
  msgstr "max. Höhe (in px)"
334
 
335
- #: gallery-plugin.php:934
336
  msgid "Display a full size image in the lightbox"
337
  msgstr "Zeige das Bild in Originalgröße in derLightbox"
338
 
339
- #: gallery-plugin.php:938
340
  msgid "Crop position"
341
  msgstr "Crop Position"
342
 
343
- #: gallery-plugin.php:942 gallery-plugin.php:948
 
344
  msgid "center"
345
  msgstr "zentriert"
346
 
347
- #: gallery-plugin.php:944
348
  msgid "Horizontal"
349
  msgstr "Horizontal"
350
 
351
- #: gallery-plugin.php:950
352
  msgid "Vertical"
353
  msgstr "vertikal"
354
 
355
- #: gallery-plugin.php:955
356
  msgid "Lightbox background"
357
  msgstr "Lightbox Hintergrund"
358
 
359
- #: gallery-plugin.php:958
360
  msgid "Background transparency (from 0 to 1)"
361
  msgstr "Hintergrund Transparenz (0 – 1)"
362
 
363
- #: gallery-plugin.php:960
364
  msgid "Select a background color"
365
  msgstr "Wähle eine Hintergrundfarbe"
366
 
367
- #: gallery-plugin.php:962
368
- msgid "Background color"
369
- msgstr "Hintergrundfarbe"
370
-
371
- #: gallery-plugin.php:969 gallery-plugin.php:1157
372
- msgid ""
373
- "If you upgrade to Pro version all your settings and galleries will be saved."
374
  msgstr ""
375
 
376
- #: gallery-plugin.php:976 gallery-plugin.php:1164
377
- msgid "Unlock premium options by upgrading to a PRO version."
 
378
  msgstr ""
379
 
380
- #: gallery-plugin.php:977 gallery-plugin.php:1165
381
- #, fuzzy
382
- msgid "Learn More"
383
- msgstr "Mehr erfahren"
384
-
385
- #: gallery-plugin.php:981 gallery-plugin.php:1169
386
  msgid "Start Your Trial"
387
  msgstr ""
388
 
389
- #: gallery-plugin.php:982 gallery-plugin.php:1170
 
390
  msgid "or"
391
  msgstr ""
392
 
393
- #: gallery-plugin.php:985 gallery-plugin.php:1173
394
- msgid "Go"
395
- msgstr ""
 
 
396
 
397
- #: gallery-plugin.php:993
398
  msgid "Images with border"
399
  msgstr "Bilder mit Rand"
400
 
401
- #: gallery-plugin.php:996
402
  msgid "Border width in px, just numbers"
403
  msgstr "Breite Bildrand in Pixel"
404
 
405
- #: gallery-plugin.php:998 gallery-plugin.php:1000
406
  msgid "Select a border color"
407
  msgstr "Rahmenfarbe"
408
 
409
- #: gallery-plugin.php:1006
410
  msgid "Number of images in the row"
411
  msgstr "Anzahl Bilder in einer Reihe"
412
 
413
- #: gallery-plugin.php:1012
414
  msgid "Start slideshow"
415
  msgstr "Starte Slideshow"
416
 
417
- #: gallery-plugin.php:1018
418
  msgid "Slideshow interval"
419
  msgstr "Slideshow Geschwindigkeit"
420
 
421
- #: gallery-plugin.php:1024
422
  msgid "Use single lightbox for multiple galleries on one page"
423
  msgstr ""
424
 
425
- #: gallery-plugin.php:1032
 
 
 
 
426
  msgid "Attachment ID"
427
  msgstr "Anhang ID"
428
 
429
- #: gallery-plugin.php:1033
430
  msgid "Image Name"
431
  msgstr "Bildname"
432
 
433
- #: gallery-plugin.php:1035
434
- msgid ""
435
- "Sorting order (the input field for sorting order in the Insert / Upload "
436
- "Media Gallery dialog)"
437
  msgstr ""
438
- "Reihenfolge (the input field for sorting order in the Insert / Upload Media "
439
- "Gallery dialog)"
440
 
441
- #: gallery-plugin.php:1036
442
  msgid "Random"
443
  msgstr "Zufall"
444
 
445
- #: gallery-plugin.php:1040
446
  msgid "Sort images"
447
  msgstr "Reihenfolge"
448
 
449
- #: gallery-plugin.php:1042
450
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
451
  msgstr "ASC (aufsteigend)"
452
 
453
- #: gallery-plugin.php:1043
454
- msgid ""
455
- "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
456
  msgstr "DESC (absteigend)"
457
 
458
- #: gallery-plugin.php:1047
459
  #, fuzzy
460
  msgid "Display text under the image"
461
  msgstr "Zeige Text über dem Bild"
462
 
463
- #: gallery-plugin.php:1049
464
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
465
  msgstr "Text nur in Lightbox anzeigen"
466
 
467
- #: gallery-plugin.php:1053
468
  msgid "Display the Back link"
469
  msgstr "Aktiviere Zurück-Link"
470
 
471
- #: gallery-plugin.php:1059
472
  msgid "Display the Back link in the shortcode"
473
  msgstr "Aktiviere Zurück-Link im Shortcode"
474
 
475
- #: gallery-plugin.php:1065
476
  msgid "The Back link text"
477
  msgstr "Zurück-Link Text"
478
 
479
- #: gallery-plugin.php:1071
480
  msgid "The Back link URL"
481
  msgstr "Zurück-Link URL"
482
 
483
- #: gallery-plugin.php:1073
484
  msgid "Gallery page (Page with Gallery Template)"
485
  msgstr "Galerie-Seite (Seite mit Gallerie-Template)"
486
 
487
- #: gallery-plugin.php:1075
488
  msgid "(Full URL to custom page)"
489
  msgstr "(URL zu eigener Seite)"
490
 
491
- #: gallery-plugin.php:1079
492
  msgid "The Read More link text"
493
  msgstr "Weiterlesen link Text"
494
 
495
- #: gallery-plugin.php:1085
496
  msgid "Add gallery to the search"
497
  msgstr ""
498
 
499
- #: gallery-plugin.php:1090
500
  msgid "Using"
501
  msgstr ""
502
 
503
- #: gallery-plugin.php:1090
504
  msgid "powered by"
505
  msgstr ""
506
 
507
- #: gallery-plugin.php:1093 gallery-plugin.php:1097
 
508
  msgid "Using Custom Search powered by"
509
  msgstr ""
510
 
511
- #: gallery-plugin.php:1093
512
  msgid "Activate Custom Search"
513
  msgstr ""
514
 
515
- #: gallery-plugin.php:1097
516
  msgid "Download Custom Search"
517
  msgstr ""
518
 
519
- #: gallery-plugin.php:1102
520
  msgid "Rewrite templates after update"
521
  msgstr ""
522
 
523
- #: gallery-plugin.php:1104
524
- msgid ""
525
- "Turn off the checkbox, if You edited the file 'gallery-template.php' or "
526
- "'gallery-single-template.php' file in your theme folder and You don't want "
527
- "to rewrite them"
528
  msgstr ""
529
 
530
- #: gallery-plugin.php:1113
531
  msgid "Use pagination for images"
532
  msgstr ""
533
 
534
- #: gallery-plugin.php:1116
535
  msgid "per page"
536
  msgstr ""
537
 
538
- #: gallery-plugin.php:1120
539
  msgid "The lightbox helper"
540
  msgstr ""
541
 
542
- #: gallery-plugin.php:1122
543
  msgid "Do not use"
544
  msgstr ""
545
 
546
- #: gallery-plugin.php:1123
547
  msgid "Button helper"
548
  msgstr ""
549
 
550
- #: gallery-plugin.php:1124
551
  msgid "Thumbnail helper"
552
  msgstr ""
553
 
554
- #: gallery-plugin.php:1128
555
  msgid "Display Like buttons in the lightbox"
556
  msgstr "Aktivier Like-Button in der Lightbox"
557
 
558
- #: gallery-plugin.php:1130
559
  msgid "FaceBook"
560
  msgstr "Facebook"
561
 
562
- #: gallery-plugin.php:1131
563
  msgid "Twitter"
564
  msgstr "Twitter"
565
 
566
- #: gallery-plugin.php:1132
567
  msgid "Pinterest"
568
  msgstr "Pinterest"
569
 
570
- #: gallery-plugin.php:1133
571
  msgid "Google +1"
572
  msgstr "Goolge+"
573
 
574
- #: gallery-plugin.php:1137
575
  msgid "Slug for gallery item"
576
  msgstr "Galerie Slug"
577
 
578
- #: gallery-plugin.php:1139
579
  msgid "for any structure of permalinks except the default structure"
580
  msgstr "Permalinkstruktur (Default ausgenommen)"
581
 
582
- #: gallery-plugin.php:1143
583
  msgid "Title for lightbox button"
584
  msgstr ""
585
 
586
- #: gallery-plugin.php:1149
587
- msgid ""
588
- "Display all images in the lightbox instead of going into a single gallery"
589
  msgstr ""
590
 
591
- #: gallery-plugin.php:1152
592
- msgid ""
593
- "When using the gallery template or a shortcode with `display=short` parameter"
594
  msgstr ""
595
 
596
- #: gallery-plugin.php:1181
597
  msgid "Save Changes"
598
  msgstr "Einstellungen speichern"
599
 
600
- #: gallery-plugin.php:1218
601
  msgid "Support"
602
  msgstr "Support"
603
 
604
- #: gallery-plugin.php:1326
605
  msgid "Updating images..."
606
  msgstr ""
607
 
608
- #: gallery-plugin.php:1327
609
  #, fuzzy
610
  msgid "No image found."
611
  msgstr "Keine Galerien gefunden"
612
 
613
- #: gallery-plugin.php:1328
614
  msgid "All images are updated."
615
  msgstr ""
616
 
617
- #: gallery-plugin.php:1329
618
  msgid "Error."
619
  msgstr ""
620
 
621
- #: gallery-plugin.php:1338
 
 
 
 
 
 
 
 
 
 
 
 
 
 
622
  #, fuzzy
623
  msgid "Learn more"
624
  msgstr "Mehr erfahren"
625
 
626
- #: gallery-plugin.php:1343 gallery-plugin.php:1383
627
  #, fuzzy
628
  msgid "Activate"
629
  msgstr "Aktivierte Plugins"
630
 
631
- #: gallery-plugin.php:1350 gallery-plugin.php:1390
632
  #, fuzzy
633
  msgid "Install now"
634
  msgstr "Installiere %s"
635
 
636
- #: gallery-plugin.php:1359
637
  msgid "Add multiple gallery categories"
638
  msgstr ""
639
 
640
- #: gallery-plugin.php:1359
641
- msgid ""
642
- "Install Gallery Categories plugin to add unlimited number of categories."
643
  msgstr ""
644
 
645
- #: gallery-plugin.php:1368 gallery-plugin.php:1409
646
  msgid "Close"
647
  msgstr ""
648
 
649
- #: gallery-plugin.php:1400
650
- msgid "Already attached?"
651
- msgstr ""
652
-
653
- #: gallery-plugin.php:1400
654
- msgid ""
655
- "If you'd like to attach the files, which are already uploaded, please use Re-"
656
- "attacher plugin."
657
- msgstr ""
658
-
659
- #: gallery-plugin.php:1490 template/gallery-single-template.php:19
660
- msgid "Download high resolution image"
661
- msgstr "Lade Bild in Originalgröße"
662
-
663
- #: gallery-plugin.php:1651 template/gallery-single-template.php:101
664
  msgid "Sorry, nothing found."
665
  msgstr "Leider nichts gefunden."
666
 
667
- #: gallery-plugin.php:1673 template/gallery-single-template.php:120
 
668
  msgid "Image"
669
  msgstr "Bild"
670
 
671
- #: gallery-plugin.php:1982
 
 
 
 
 
672
  #, fuzzy
673
  msgid "Image size not defined"
674
  msgstr "Name der Bilder"
675
 
676
- #: gallery-plugin.php:1997
677
- msgid ""
678
- "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
679
- "manually reload image."
680
  msgstr ""
681
 
682
- #: gallery-plugin.php:2008
683
  msgid "Image size changes not defined"
684
  msgstr ""
685
 
686
- #: gallery-plugin.php:2037 gallery-plugin.php:2040 gallery-plugin.php:2045
 
 
687
  msgid "Invalid path"
688
  msgstr ""
689
 
690
- #: template/gallery-template.php:14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
691
  #, fuzzy
692
- msgid "Gallery Category"
693
- msgstr "Bildgröße für Galerie"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
694
 
695
- #: inc/demo-data/demo-data-loader.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
696
  #, fuzzy
697
  msgid "Install Demo Data"
698
  msgstr "Installiere %s"
699
 
700
- #: inc/demo-data/demo-data-loader.php:78
701
- msgid ""
702
- "If you install the demo-data, will be created galleries with images, demo-"
703
- "post with available shortcodes and page with a list of all the galleries, \n"
704
- "plugin settings will be overwritten, however, when you delete the demo data, "
705
- "they will be restored."
706
  msgstr ""
707
 
708
  #: inc/demo-data/demo-data-loader.php:82
@@ -742,51 +829,132 @@ msgstr ""
742
  msgid "Demo options already installed."
743
  msgstr ""
744
 
745
- #: inc/demo-data/demo-data-loader.php:294
746
  msgid "Demo data successfully installed."
747
  msgstr ""
748
 
749
- #: inc/demo-data/demo-data-loader.php:296
750
  msgid "View post with shortcodes"
751
  msgstr ""
752
 
753
- #: inc/demo-data/demo-data-loader.php:299
754
  msgid "View page with examples"
755
  msgstr ""
756
 
757
- #: inc/demo-data/demo-data-loader.php:303
758
  msgid "Installation of demo data with some errors occurred."
759
  msgstr ""
760
 
761
- #: inc/demo-data/demo-data-loader.php:306
762
  msgid "Posts data is missing."
763
  msgstr ""
764
 
765
- #: inc/demo-data/demo-data-loader.php:331
766
  msgid "Demo data have already been removed."
767
  msgstr ""
768
 
769
- #: inc/demo-data/demo-data-loader.php:378
770
  msgid "Demo data successfully removed."
771
  msgstr ""
772
 
773
- #: inc/demo-data/demo-data-loader.php:381
774
  msgid "Removing demo data with some errors occurred."
775
  msgstr ""
776
 
777
- #: inc/demo-data/demo-data-loader.php:510
778
  msgid "Close notice"
779
  msgstr ""
780
 
781
- #: inc/demo-data/demo-data-loader.php:513
782
  #, fuzzy
783
  msgid "Install demo data"
784
  msgstr "Installiere %s"
785
 
786
- #: inc/demo-data/demo-data-loader.php:513
787
  msgid "for an acquaintance with the possibilities of the"
788
  msgstr ""
789
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
790
  #~ msgid "left"
791
  #~ msgstr "links"
792
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-07 13:27+0300\n"
6
+ "PO-Revision-Date: 2015-09-07 13:27+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"
10
  "MIME-Version: 1.0\n"
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 "Einstellungen"
25
+
26
+ #: gallery-plugin.php:104
27
  msgid "See images &raquo;"
28
  msgstr "Fotos anzeigen &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 "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."
37
+
38
+ #: gallery-plugin.php:340
39
+ #: gallery-plugin.php:349
 
 
 
 
40
  msgid "Galleries"
41
  msgstr "Galerien"
42
 
43
+ #: gallery-plugin.php:341
44
+ #: gallery-plugin.php:2511
45
  msgid "Gallery"
46
  msgstr "Galerie"
47
 
48
+ #: gallery-plugin.php:342
 
 
 
 
49
  msgid "Add New Gallery"
50
  msgstr "Galerie hinzufügen"
51
 
52
+ #: gallery-plugin.php:343
53
  msgid "Edit Gallery"
54
  msgstr "Galerie bearbeiten"
55
 
56
+ #: gallery-plugin.php:344
57
  msgid "New Gallery"
58
  msgstr "Neue Galerie"
59
 
60
+ #: gallery-plugin.php:345
61
  msgid "View Gallery"
62
  msgstr "Galerie anzeigen"
63
 
64
+ #: gallery-plugin.php:346
65
+ #, fuzzy
66
+ msgid "Search Galleries"
67
+ msgstr "Galerien"
68
 
69
+ #: gallery-plugin.php:347
70
  msgid "No Gallery found"
71
  msgstr "Keine Galerien gefunden"
72
 
73
+ #: gallery-plugin.php:404
 
 
 
 
74
  msgid "Gallery Shortcode"
75
  msgstr "Galerie Einstellungen"
76
 
77
+ #: gallery-plugin.php:406
78
+ #: gallery-plugin.php:438
79
  #, fuzzy
80
  msgid "Gallery Categories"
81
  msgstr "Bildgröße für Galerie"
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 "Shortcode zum Anzeigen einer Kurzbeschreibung, Link und Bild"
 
 
 
 
 
 
 
 
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 "Standard"
104
 
105
+ #: gallery-plugin.php:449
106
  #, fuzzy
107
  msgid "Add New Gallery Category"
108
  msgstr "Galerie hinzufügen"
109
 
110
+ #: gallery-plugin.php:456
111
  #, fuzzy
112
  msgid "Install plugin"
113
  msgstr "Installierte Plugins"
114
 
115
+ #: gallery-plugin.php:611
116
+ #: gallery-plugin.php:2124
117
+ #: gallery-plugin.php:2242
118
+ msgid "Title"
119
+ msgstr "Titel"
120
+
121
+ #: gallery-plugin.php:612
122
  msgid "Author"
123
  msgstr "Author"
124
 
125
+ #: gallery-plugin.php:613
126
+ #, fuzzy
127
+ msgid "Shortcode"
128
+ msgstr "Galerie Einstellungen"
129
 
130
+ #: gallery-plugin.php:614
131
+ #, fuzzy
132
+ msgid "Photos"
133
+ msgstr "Foto"
134
 
135
+ #: gallery-plugin.php:615
136
+ #: gallery-plugin.php:954
137
  msgid "Date"
138
  msgstr "Datum"
139
 
140
+ #: gallery-plugin.php:768
141
  msgid "Settings are saved"
142
  msgstr "Einstellungen gespeichert."
143
 
144
+ #: gallery-plugin.php:781
145
  #, fuzzy
146
  msgid "All plugin settings were restored."
147
  msgstr "auf der Plugin-Optionen-Seite ("
148
 
149
+ #: gallery-plugin.php:793
150
  msgid "Gallery Settings"
151
  msgstr "Galerie Einstellungen"
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 ""
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 ""
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 "Zum Einfügen einer Galerie füge diesen Shortcode in eine Seite oder einen Beitrag ein:"
 
 
 
 
173
 
174
+ #: gallery-plugin.php:812
175
  #, fuzzy
176
  msgid "Please enable JavaScript to use the option to renew images."
177
  msgstr "Please enable JavaScript um den File-Uploader zu benutzen."
178
 
179
+ #: gallery-plugin.php:816
180
  msgid "Update images for gallery"
181
  msgstr ""
182
 
183
+ #: gallery-plugin.php:818
184
  #, fuzzy
185
  msgid "Update images"
186
  msgstr "Reihenfolge Bilder"
187
 
188
+ #: gallery-plugin.php:826
189
  msgid "Image size for the album cover"
190
  msgstr "Bildgröße für Beitragsbild"
191
 
192
+ #: gallery-plugin.php:828
193
+ #: gallery-plugin.php:842
194
+ #: gallery-plugin.php:864
195
  msgid "Image size"
196
  msgstr "Name der Bilder"
197
 
198
+ #: gallery-plugin.php:831
199
+ #: gallery-plugin.php:845
200
  msgid "Width (in px)"
201
  msgstr "Breite (in px)"
202
 
203
+ #: gallery-plugin.php:835
204
+ #: gallery-plugin.php:849
205
  msgid "Height (in px)"
206
  msgstr "Höhe (in px)"
207
 
208
+ #: gallery-plugin.php:840
209
  #, fuzzy
210
  msgid "Image size for thumbnails"
211
  msgstr "Bildgröße für Beitragsbild"
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 wird ein neues Thumbnail mit den Einstellungen erstellen, wenn du ein neues Bild hochlädst."
 
 
 
 
216
 
217
+ #: gallery-plugin.php:862
218
  #, fuzzy
219
  msgid "Image size in the lightbox"
220
  msgstr "Galeriegröße in der Lightbox"
221
 
222
+ #: gallery-plugin.php:865
223
  msgid "Max width (in px)"
224
  msgstr "max. Breite (in px)"
225
 
226
+ #: gallery-plugin.php:866
227
  msgid "Max height (in px)"
228
  msgstr "max. Höhe (in px)"
229
 
230
+ #: gallery-plugin.php:867
231
  msgid "Display a full size image in the lightbox"
232
  msgstr "Zeige das Bild in Originalgröße in derLightbox"
233
 
234
+ #: gallery-plugin.php:871
235
  msgid "Crop position"
236
  msgstr "Crop Position"
237
 
238
+ #: gallery-plugin.php:875
239
+ #: gallery-plugin.php:881
240
  msgid "center"
241
  msgstr "zentriert"
242
 
243
+ #: gallery-plugin.php:877
244
  msgid "Horizontal"
245
  msgstr "Horizontal"
246
 
247
+ #: gallery-plugin.php:883
248
  msgid "Vertical"
249
  msgstr "vertikal"
250
 
251
+ #: gallery-plugin.php:888
252
  msgid "Lightbox background"
253
  msgstr "Lightbox Hintergrund"
254
 
255
+ #: gallery-plugin.php:891
256
  msgid "Background transparency (from 0 to 1)"
257
  msgstr "Hintergrund Transparenz (0 – 1)"
258
 
259
+ #: gallery-plugin.php:892
260
  msgid "Select a background color"
261
  msgstr "Wähle eine Hintergrundfarbe"
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
+ msgid "Unlock premium options by upgrading to Pro version"
271
  msgstr ""
272
 
273
+ #: gallery-plugin.php:908
274
+ #: gallery-plugin.php:1088
 
 
 
 
275
  msgid "Start Your Trial"
276
  msgstr ""
277
 
278
+ #: gallery-plugin.php:909
279
+ #: gallery-plugin.php:1089
280
  msgid "or"
281
  msgstr ""
282
 
283
+ #: gallery-plugin.php:911
284
+ #: gallery-plugin.php:1091
285
+ #, fuzzy
286
+ msgid "Learn More"
287
+ msgstr "Mehr erfahren"
288
 
289
+ #: gallery-plugin.php:918
290
  msgid "Images with border"
291
  msgstr "Bilder mit Rand"
292
 
293
+ #: gallery-plugin.php:921
294
  msgid "Border width in px, just numbers"
295
  msgstr "Breite Bildrand in Pixel"
296
 
297
+ #: gallery-plugin.php:922
298
  msgid "Select a border color"
299
  msgstr "Rahmenfarbe"
300
 
301
+ #: gallery-plugin.php:926
302
  msgid "Number of images in the row"
303
  msgstr "Anzahl Bilder in einer Reihe"
304
 
305
+ #: gallery-plugin.php:932
306
  msgid "Start slideshow"
307
  msgstr "Starte Slideshow"
308
 
309
+ #: gallery-plugin.php:938
310
  msgid "Slideshow interval"
311
  msgstr "Slideshow Geschwindigkeit"
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 "Sortieren nach"
320
+
321
+ #: gallery-plugin.php:952
322
  msgid "Attachment ID"
323
  msgstr "Anhang ID"
324
 
325
+ #: gallery-plugin.php:953
326
  msgid "Image Name"
327
  msgstr "Bildname"
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 "Zufall"
336
 
337
+ #: gallery-plugin.php:960
338
  msgid "Sort images"
339
  msgstr "Reihenfolge"
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 (aufsteigend)"
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 (absteigend)"
348
 
349
+ #: gallery-plugin.php:967
350
  #, fuzzy
351
  msgid "Display text under the image"
352
  msgstr "Zeige Text über dem Bild"
353
 
354
+ #: gallery-plugin.php:969
355
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
356
  msgstr "Text nur in Lightbox anzeigen"
357
 
358
+ #: gallery-plugin.php:973
359
  msgid "Display the Back link"
360
  msgstr "Aktiviere Zurück-Link"
361
 
362
+ #: gallery-plugin.php:979
363
  msgid "Display the Back link in the shortcode"
364
  msgstr "Aktiviere Zurück-Link im Shortcode"
365
 
366
+ #: gallery-plugin.php:985
367
  msgid "The Back link text"
368
  msgstr "Zurück-Link Text"
369
 
370
+ #: gallery-plugin.php:991
371
  msgid "The Back link URL"
372
  msgstr "Zurück-Link URL"
373
 
374
+ #: gallery-plugin.php:993
375
  msgid "Gallery page (Page with Gallery Template)"
376
  msgstr "Galerie-Seite (Seite mit Gallerie-Template)"
377
 
378
+ #: gallery-plugin.php:995
379
  msgid "(Full URL to custom page)"
380
  msgstr "(URL zu eigener Seite)"
381
 
382
+ #: gallery-plugin.php:999
383
  msgid "The Read More link text"
384
  msgstr "Weiterlesen link Text"
385
 
386
+ #: gallery-plugin.php:1005
387
  msgid "Add gallery to the search"
388
  msgstr ""
389
 
390
+ #: gallery-plugin.php:1010
391
  msgid "Using"
392
  msgstr ""
393
 
394
+ #: gallery-plugin.php:1010
395
  msgid "powered by"
396
  msgstr ""
397
 
398
+ #: gallery-plugin.php:1013
399
+ #: gallery-plugin.php:1017
400
  msgid "Using Custom Search powered by"
401
  msgstr ""
402
 
403
+ #: gallery-plugin.php:1013
404
  msgid "Activate Custom Search"
405
  msgstr ""
406
 
407
+ #: gallery-plugin.php:1017
408
  msgid "Download Custom Search"
409
  msgstr ""
410
 
411
+ #: gallery-plugin.php:1022
412
  msgid "Rewrite templates after update"
413
  msgstr ""
414
 
415
+ #: gallery-plugin.php:1024
416
+ 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"
 
 
 
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 "Aktivier Like-Button in der Lightbox"
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 "Pinterest"
458
 
459
+ #: gallery-plugin.php:1053
460
  msgid "Google +1"
461
  msgstr "Goolge+"
462
 
463
+ #: gallery-plugin.php:1057
464
  msgid "Slug for gallery item"
465
  msgstr "Galerie Slug"
466
 
467
+ #: gallery-plugin.php:1059
468
  msgid "for any structure of permalinks except the default structure"
469
  msgstr "Permalinkstruktur (Default ausgenommen)"
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
+ msgid "When using the gallery template or a shortcode with `display=short` parameter"
 
481
  msgstr ""
482
 
483
+ #: gallery-plugin.php:1098
484
  msgid "Save Changes"
485
  msgstr "Einstellungen speichern"
486
 
487
+ #: gallery-plugin.php:1135
488
  msgid "Support"
489
  msgstr "Support"
490
 
491
+ #: gallery-plugin.php:1202
492
  msgid "Updating images..."
493
  msgstr ""
494
 
495
+ #: gallery-plugin.php:1203
496
  #, fuzzy
497
  msgid "No image found."
498
  msgstr "Keine Galerien gefunden"
499
 
500
+ #: gallery-plugin.php:1204
501
  msgid "All images are updated."
502
  msgstr ""
503
 
504
+ #: gallery-plugin.php:1205
505
  msgid "Error."
506
  msgstr ""
507
 
508
+ #: gallery-plugin.php:1216
509
+ msgid ""
510
+ "You are about to delete these items from this gallery.\n"
511
+ " 'Cancel' to stop, 'OK' to delete."
512
+ msgstr ""
513
+
514
+ #: gallery-plugin.php:1217
515
+ msgid "Insert Media"
516
+ msgstr ""
517
+
518
+ #: gallery-plugin.php:1218
519
+ msgid "Insert"
520
+ msgstr ""
521
+
522
+ #: gallery-plugin.php:1230
523
  #, fuzzy
524
  msgid "Learn more"
525
  msgstr "Mehr erfahren"
526
 
527
+ #: gallery-plugin.php:1235
528
  #, fuzzy
529
  msgid "Activate"
530
  msgstr "Aktivierte Plugins"
531
 
532
+ #: gallery-plugin.php:1242
533
  #, fuzzy
534
  msgid "Install now"
535
  msgstr "Installiere %s"
536
 
537
+ #: gallery-plugin.php:1251
538
  msgid "Add multiple gallery categories"
539
  msgstr ""
540
 
541
+ #: gallery-plugin.php:1251
542
+ msgid "Install Gallery Categories plugin to add unlimited number of categories."
 
543
  msgstr ""
544
 
545
+ #: gallery-plugin.php:1260
546
  msgid "Close"
547
  msgstr ""
548
 
549
+ #: gallery-plugin.php:1524
550
+ #: template/gallery-single-template.php:101
 
 
 
 
 
 
 
 
 
 
 
 
 
551
  msgid "Sorry, nothing found."
552
  msgstr "Leider nichts gefunden."
553
 
554
+ #: gallery-plugin.php:1546
555
+ #: template/gallery-single-template.php:120
556
  msgid "Image"
557
  msgstr "Bild"
558
 
559
+ #: gallery-plugin.php:1546
560
+ #: template/gallery-single-template.php:19
561
+ msgid "Download high resolution image"
562
+ msgstr "Lade Bild in Originalgröße"
563
+
564
+ #: gallery-plugin.php:1676
565
  #, fuzzy
566
  msgid "Image size not defined"
567
  msgstr "Name der Bilder"
568
 
569
+ #: gallery-plugin.php:1691
570
+ msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
 
 
571
  msgstr ""
572
 
573
+ #: gallery-plugin.php:1702
574
  msgid "Image size changes not defined"
575
  msgstr ""
576
 
577
+ #: gallery-plugin.php:1731
578
+ #: gallery-plugin.php:1734
579
+ #: gallery-plugin.php:1739
580
  msgid "Invalid path"
581
  msgstr ""
582
 
583
+ #: gallery-plugin.php:1888
584
+ msgid "Add images requires JavaScript."
585
+ msgstr ""
586
+
587
+ #: gallery-plugin.php:1891
588
+ msgid "Add Media"
589
+ msgstr ""
590
+
591
+ #: gallery-plugin.php:1901
592
+ msgid "The grid view for the Gallery images requires JavaScript."
593
+ msgstr ""
594
+
595
+ #: gallery-plugin.php:1901
596
+ msgid "Switch to the list view"
597
+ msgstr ""
598
+
599
+ #: gallery-plugin.php:1928
600
+ msgid "List View"
601
+ msgstr ""
602
+
603
+ #: gallery-plugin.php:1929
604
+ msgid "Grid View"
605
+ msgstr ""
606
+
607
+ #: gallery-plugin.php:1986
608
+ msgid "Filter"
609
+ msgstr ""
610
+
611
+ #: gallery-plugin.php:1990
612
+ msgid "Empty Trash"
613
+ msgstr ""
614
+
615
+ #: gallery-plugin.php:2011
616
  #, fuzzy
617
+ msgid "No images found"
618
+ msgstr "Keine Galerien gefunden"
619
+
620
+ #: gallery-plugin.php:2065
621
+ msgid "Select bulk action"
622
+ msgstr ""
623
+
624
+ #: gallery-plugin.php:2067
625
+ msgid "Bulk Actions"
626
+ msgstr ""
627
+
628
+ #: gallery-plugin.php:2077
629
+ msgid "Apply"
630
+ msgstr ""
631
+
632
+ #: gallery-plugin.php:2084
633
+ #: gallery-plugin.php:2258
634
+ #, fuzzy
635
+ msgid "Delete from Gallery"
636
+ msgstr "Neue Galerie"
637
+
638
+ #: gallery-plugin.php:2097
639
+ #: gallery-plugin.php:2111
640
+ msgid "Display file URL"
641
+ msgstr ""
642
+
643
+ #: gallery-plugin.php:2106
644
+ msgid "Bulk Select"
645
+ msgstr ""
646
+
647
+ #: gallery-plugin.php:2108
648
+ msgid "Cancel Selection"
649
+ msgstr ""
650
+
651
+ #: gallery-plugin.php:2109
652
+ msgid "Delete Selected"
653
+ msgstr ""
654
+
655
+ #: gallery-plugin.php:2122
656
+ msgid "File"
657
+ msgstr ""
658
+
659
+ #: gallery-plugin.php:2123
660
+ #: gallery-plugin.php:2211
661
+ msgid "Dimensions"
662
+ msgstr ""
663
+
664
+ #: gallery-plugin.php:2125
665
+ #: gallery-plugin.php:2246
666
+ msgid "Alt tag"
667
+ msgstr ""
668
+
669
+ #: gallery-plugin.php:2126
670
+ #: gallery-plugin.php:2250
671
+ msgid "URL"
672
+ msgstr "URL"
673
+
674
+ #: gallery-plugin.php:2202
675
+ msgid "Deselect"
676
+ msgstr ""
677
+
678
+ #: gallery-plugin.php:2208
679
+ msgid "File name"
680
+ msgstr ""
681
+
682
+ #: gallery-plugin.php:2209
683
+ msgid "File type"
684
+ msgstr ""
685
+
686
+ #: gallery-plugin.php:2210
687
+ #, fuzzy
688
+ msgid "Uploaded on"
689
+ msgstr "Datei hochladen"
690
 
691
+ #: gallery-plugin.php:2214
692
+ #: gallery-plugin.php:2215
693
+ #, fuzzy
694
+ msgid "Edit Attachment"
695
+ msgstr "Anhang ID"
696
+
697
+ #: gallery-plugin.php:2215
698
+ #, fuzzy
699
+ msgid "Edit Attachment Info"
700
+ msgstr "Anhang ID"
701
+
702
+ #: gallery-plugin.php:2225
703
+ msgid "Go Pro"
704
+ msgstr ""
705
+
706
+ #: gallery-plugin.php:2225
707
+ msgid "Pro version"
708
+ msgstr ""
709
+
710
+ #: gallery-plugin.php:2228
711
+ msgid "This setting is available in Pro version"
712
+ msgstr "Diese Einstellung ist in der Pro-Version verfügbar"
713
+
714
+ #: gallery-plugin.php:2252
715
+ msgid "(by click on image opens a link in a new window)"
716
+ msgstr "(durch klicken auf das Bild wird einen neues Fenster geöffnet)"
717
+
718
+ #: gallery-plugin.php:2256
719
+ msgid "Edit more details"
720
+ msgstr ""
721
+
722
+ #: gallery-plugin.php:2288
723
+ #, php-format
724
+ msgid "Select %s"
725
+ msgstr ""
726
+
727
+ #: gallery-plugin.php:2301
728
+ #: gallery-plugin.php:2313
729
+ #, php-format
730
+ msgid "Edit &#8220;%s&#8221;"
731
+ msgstr ""
732
+
733
+ #: gallery-plugin.php:2348
734
+ #: gallery-plugin.php:2361
735
+ msgid "Edit"
736
+ msgstr ""
737
+
738
+ #: gallery-plugin.php:2351
739
+ #: gallery-plugin.php:2366
740
+ msgid "Trash"
741
+ msgstr ""
742
+
743
+ #: gallery-plugin.php:2354
744
+ #: gallery-plugin.php:2369
745
+ msgid "Delete Permanently"
746
+ msgstr ""
747
+
748
+ #: gallery-plugin.php:2356
749
+ #: gallery-plugin.php:2374
750
+ #, php-format
751
+ msgid "View &#8220;%s&#8221;"
752
+ msgstr ""
753
+
754
+ #: gallery-plugin.php:2356
755
+ #: gallery-plugin.php:2374
756
+ msgid "View"
757
+ msgstr ""
758
+
759
+ #: gallery-plugin.php:2358
760
+ #, fuzzy
761
+ msgid "Attach"
762
+ msgstr "Anhang ID"
763
+
764
+ #: gallery-plugin.php:2364
765
+ msgid "Restore"
766
+ msgstr ""
767
+
768
+ #: gallery-plugin.php:2484
769
+ msgid "Warning"
770
+ msgstr ""
771
+
772
+ #: gallery-plugin.php:2484
773
+ msgid "You can add only images to the gallery"
774
+ msgstr ""
775
+
776
+ #: gallery-plugin.php:2513
777
+ #, fuzzy
778
+ msgid "Sorry, no gallery found."
779
+ msgstr "Leider nichts gefunden."
780
+
781
+ #: gallery-plugin.php:2519
782
+ #, fuzzy
783
+ msgid "Display an album image with the description and the link to a single gallery page"
784
+ msgstr "Shortcode zum Anzeigen einer Kurzbeschreibung, Link und Bild"
785
+
786
+ #: inc/demo-data/demo-data-loader.php:78
787
  #, fuzzy
788
  msgid "Install Demo Data"
789
  msgstr "Installiere %s"
790
 
791
+ #: inc/demo-data/demo-data-loader.php:79
792
+ msgid "If you install the demo-data, will be created galleries with images, demo-post with available shortcodes and page with a list of all the galleries, plugin settings will be overwritten, however, when you delete the demo data, they will be restored."
 
 
 
 
793
  msgstr ""
794
 
795
  #: inc/demo-data/demo-data-loader.php:82
829
  msgid "Demo options already installed."
830
  msgstr ""
831
 
832
+ #: inc/demo-data/demo-data-loader.php:296
833
  msgid "Demo data successfully installed."
834
  msgstr ""
835
 
836
+ #: inc/demo-data/demo-data-loader.php:298
837
  msgid "View post with shortcodes"
838
  msgstr ""
839
 
840
+ #: inc/demo-data/demo-data-loader.php:301
841
  msgid "View page with examples"
842
  msgstr ""
843
 
844
+ #: inc/demo-data/demo-data-loader.php:308
845
  msgid "Installation of demo data with some errors occurred."
846
  msgstr ""
847
 
848
+ #: inc/demo-data/demo-data-loader.php:311
849
  msgid "Posts data is missing."
850
  msgstr ""
851
 
852
+ #: inc/demo-data/demo-data-loader.php:336
853
  msgid "Demo data have already been removed."
854
  msgstr ""
855
 
856
+ #: inc/demo-data/demo-data-loader.php:383
857
  msgid "Demo data successfully removed."
858
  msgstr ""
859
 
860
+ #: inc/demo-data/demo-data-loader.php:386
861
  msgid "Removing demo data with some errors occurred."
862
  msgstr ""
863
 
864
+ #: inc/demo-data/demo-data-loader.php:517
865
  msgid "Close notice"
866
  msgstr ""
867
 
868
+ #: inc/demo-data/demo-data-loader.php:520
869
  #, fuzzy
870
  msgid "Install demo data"
871
  msgstr "Installiere %s"
872
 
873
+ #: inc/demo-data/demo-data-loader.php:520
874
  msgid "for an acquaintance with the possibilities of the"
875
  msgstr ""
876
 
877
+ #: template/gallery-template.php:14
878
+ #, fuzzy
879
+ msgid "Gallery Category"
880
+ msgstr "Bildgröße für Galerie"
881
+
882
+ #~ msgid "Add a Gallery"
883
+ #~ msgstr "Galerie hinzufügen"
884
+
885
+ #~ msgid "Find a Gallery"
886
+ #~ msgstr "Galerie bearbeiten"
887
+
888
+ #~ msgid ""
889
+ #~ "The gallery temp directory (gallery-plugin/upload/files) is not available "
890
+ #~ "for record on your webserver. Please use the standard WP functionality to "
891
+ #~ "upload images (media library)"
892
+ #~ msgstr ""
893
+ #~ "Fehler Gallery PluginDas Verzeichnis (gallery-plugin/upload/files) ist "
894
+ #~ "schreibgeschützt. Bitte nutze die Wordpress-Mediathek um Bidler "
895
+ #~ "hochzuladen."
896
+
897
+ #~ msgid "Choose an image for upload:"
898
+ #~ msgstr "Bild zum hochladen auswählen:"
899
+
900
+ #~ msgid "Please enable JavaScript to use the file uploader."
901
+ #~ msgstr "Please enable JavaScript um den File-Uploader zu benutzen."
902
+
903
+ #~ msgid "Allow the download link for all images in this gallery"
904
+ #~ msgstr "Aktiviere den Download-Link für alle Bilder in dieser Galerie"
905
+
906
+ #~ msgid ""
907
+ #~ "Please use the drag and drop function to change an order of the images "
908
+ #~ "displaying and do not forget to save the post."
909
+ #~ msgstr ""
910
+ #~ "Nutze Drag & Drop um die Reihenfolge der Bilder zu ändern (Speichern "
911
+ #~ "nicht vergessen)"
912
+
913
+ #~ msgid "Please make a choice"
914
+ #~ msgstr "Bitte auswählen"
915
+
916
+ #~ msgid "sort images"
917
+ #~ msgstr "Reihenfolge Bilder"
918
+
919
+ #~ msgid "on the plugin settings page ("
920
+ #~ msgstr "auf der Plugin-Optionen-Seite ("
921
+
922
+ #, fuzzy
923
+ #~ msgid "Open the URL"
924
+ #~ msgstr "Öffne Link"
925
+
926
+ #~ msgid "Current window"
927
+ #~ msgstr "im aktuellen Fenster"
928
+
929
+ #~ msgid "New window"
930
+ #~ msgstr "in einem neuen Fenster"
931
+
932
+ #, fuzzy
933
+ #~ msgid "Lightbox button URL"
934
+ #~ msgstr "Lightbox Hintergrund"
935
+
936
+ #~ msgid "Delete"
937
+ #~ msgstr "Löschen"
938
+
939
+ #~ msgid ""
940
+ #~ "You can add a Single Gallery to the page or post by inserting this "
941
+ #~ "shortcode into the content"
942
+ #~ msgstr ""
943
+ #~ "Shortcode zum einfügen der Galerie auf einer Seite oder in einen Beitrag"
944
+
945
+ #~ msgid "Publishing"
946
+ #~ msgstr "Veröffentlichen"
947
+
948
+ #~ msgid "Background color"
949
+ #~ msgstr "Hintergrundfarbe"
950
+
951
+ #~ msgid ""
952
+ #~ "Sorting order (the input field for sorting order in the Insert / Upload "
953
+ #~ "Media Gallery dialog)"
954
+ #~ msgstr ""
955
+ #~ "Reihenfolge (the input field for sorting order in the Insert / Upload "
956
+ #~ "Media Gallery dialog)"
957
+
958
  #~ msgid "left"
959
  #~ msgstr "links"
960
 
languages/gallery-es_ES.mo CHANGED
Binary file
languages/gallery-es_ES.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-11 12:13+0300\n"
6
- "PO-Revision-Date: 2015-08-11 12:13+0300\n"
7
- "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Carlos Limia <climia@climia.es>\n"
9
  "Language: pt_BR\n"
10
  "MIME-Version: 1.0\n"
@@ -18,807 +18,868 @@ msgstr ""
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
 
 
 
 
 
 
 
 
 
21
  # @ gallery
22
- #: gallery-plugin.php:95
23
  msgid "See images &raquo;"
24
  msgstr "Ver imagens &raquo;"
25
 
26
- # @ gallery
27
- #: gallery-plugin.php:209
28
- msgid ""
29
- "The following files \"gallery-template.php\" and \"gallery-single-template."
30
- "php\" were not found in the directory of your theme. Please copy them from "
31
- "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
32
- "directory of your theme for the correct work of the Gallery plugin"
33
  msgstr ""
34
- "Os siguientes archivos \"gallery-template.php\" y \"gallery-single-template."
35
- "php\" no se encontraron en el directorio de tema utilizado. Por favor, copie "
36
- "los del directorio `/wp-content/plugins/gallery-plugin/template/` al "
37
- "directorio de su tema para que el plugin Galeria funcione corretamente"
38
 
39
  # @ gallery
40
- #: gallery-plugin.php:218 gallery-plugin.php:228
 
 
 
 
 
 
41
  msgid "Galleries"
42
  msgstr "Galerias"
43
 
44
  # @ gallery
45
- #: gallery-plugin.php:219
 
46
  msgid "Gallery"
47
  msgstr "Galeria"
48
 
49
  # @ gallery
50
- #: gallery-plugin.php:220
51
- msgid "Add a Gallery"
52
- msgstr "Agregar una Galeria"
53
-
54
- # @ gallery
55
- #: gallery-plugin.php:221
56
  msgid "Add New Gallery"
57
  msgstr "Agregar una Galeria nueva"
58
 
59
  # @ gallery
60
- #: gallery-plugin.php:222
61
  msgid "Edit Gallery"
62
  msgstr "Editar Galeria"
63
 
64
  # @ gallery
65
- #: gallery-plugin.php:223
66
  msgid "New Gallery"
67
  msgstr "Galeria nueva"
68
 
69
  # @ gallery
70
- #: gallery-plugin.php:224
71
  msgid "View Gallery"
72
  msgstr "Ver Galeria"
73
 
74
  # @ gallery
75
- #: gallery-plugin.php:225
76
- msgid "Find a Gallery"
77
- msgstr "Encontrar una Galeria"
 
78
 
79
  # @ gallery
80
- #: gallery-plugin.php:226
81
  msgid "No Gallery found"
82
  msgstr "Ninguna galeria encontrada"
83
 
84
  # @ gallery
85
- #: gallery-plugin.php:283
86
- msgid "Upload File"
87
- msgstr "Subir Archivo"
88
-
89
- # @ gallery
90
- #: gallery-plugin.php:284
91
  msgid "Gallery Shortcode"
92
  msgstr "Codigo corto de Galeria"
93
 
94
  # @ gallery
95
- #: gallery-plugin.php:286 gallery-plugin.php:442
 
96
  #, fuzzy
97
  msgid "Gallery Categories"
98
  msgstr "Tamanño de da imagen de la galeria"
99
 
100
- #: gallery-plugin.php:295
101
- msgid "Choose a media file that will be attached"
102
  msgstr ""
103
 
104
- #: gallery-plugin.php:295
105
- #, php-format
106
- msgid "You need to install \"%s\" plugin to use this functionality"
107
- msgstr ""
108
-
109
- #: gallery-plugin.php:296
110
- msgid "Attach media item to this gallery"
111
- msgstr ""
112
-
113
- # @ gallery
114
- #: gallery-plugin.php:315
115
- msgid ""
116
- "The gallery temp directory (gallery-plugin/upload/files) is not available "
117
- "for record on your webserver. Please use the standard WP functionality to "
118
- "upload images (media library)"
119
- msgstr ""
120
- "El diretório temporál de la Galeria (gallery-plugin/upload/files) no esta "
121
- "disponible en su servidor Web. Por favor, utilize el método estandar de WP "
122
- "para subir imagenes (biblioteca de media)"
123
-
124
- # @ gallery
125
- #: gallery-plugin.php:327
126
- msgid "Choose an image for upload:"
127
- msgstr "Escoja una imagen para subir:"
128
-
129
- # @ gallery
130
- #: gallery-plugin.php:332
131
- msgid "Please enable JavaScript to use the file uploader."
132
- msgstr "Por favor habilite el Javascript para subir sus archivos."
133
-
134
- # @ gallery
135
- #: gallery-plugin.php:340
136
- msgid "Allow the download link for all images in this gallery"
137
- msgstr ""
138
- "Permitir/habilitar un enlace para la descarag de todas las imagenes en esta "
139
- "galeria"
140
-
141
- # @ gallery
142
- #: gallery-plugin.php:341
143
- msgid ""
144
- "Please use the drag and drop function to change an order of the images "
145
- "displaying and do not forget to save the post."
146
- msgstr ""
147
- "Por favor, use la funcion de arrastar y soltar para cambiar a ordem de "
148
- "exibicion de las imagens e no se olvide de guardar sus cambios."
149
-
150
- # @ gallery
151
- #: gallery-plugin.php:343
152
- msgid "Please make a choice"
153
- msgstr "Por favor, escoja una opcion"
154
-
155
- # @ gallery
156
- #: gallery-plugin.php:343 gallery-plugin.php:1030
157
- msgid "Sort images by"
158
- msgstr "Ordenar imagens por"
159
-
160
- # @ gallery
161
- #: gallery-plugin.php:343
162
- msgid "sort images"
163
- msgstr "ordenar imagens"
164
-
165
- # @ gallery
166
- #: gallery-plugin.php:343
167
- msgid "on the plugin settings page ("
168
- msgstr "En la pagina de opciones de este plugin ("
169
-
170
- # @ gallery
171
- #: gallery-plugin.php:396 gallery-plugin.php:672
172
- msgid "Title"
173
- msgstr "Título"
174
-
175
- #: gallery-plugin.php:398
176
- msgid "Alt tag"
177
- msgstr "Etiqueta alternativa"
178
-
179
- # @ gallery
180
- #: gallery-plugin.php:399
181
- msgid "URL"
182
- msgstr "URL"
183
-
184
  # @ gallery
185
- #: gallery-plugin.php:399
186
- msgid "(by click on image opens a link in a new window)"
187
- msgstr "(pinchar en la imagen abre un enlace en una nueva ventana)"
188
-
189
- # @ gallery
190
- #: gallery-plugin.php:400
191
- msgid "This setting is available in Pro version"
192
- msgstr "Esta opcion solo esta disponible en la version Pro"
193
-
194
- # @ gallery
195
- #: gallery-plugin.php:401
196
- #, fuzzy
197
- msgid "Open the URL"
198
- msgstr "Abrir elenlace"
199
-
200
- # @ gallery
201
- #: gallery-plugin.php:401
202
- msgid "Current window"
203
- msgstr "Ventana atual"
204
-
205
- # @ gallery
206
- #: gallery-plugin.php:401
207
- msgid "New window"
208
- msgstr "Ventana nueva"
209
-
210
- # @ gallery
211
- #: gallery-plugin.php:402
212
  #, fuzzy
213
- msgid "Lightbox button URL"
214
- msgstr "Fundo del Lightbox"
215
-
216
- #: gallery-plugin.php:403
217
- msgid "Description"
218
- msgstr ""
219
-
220
- # @ gallery
221
- #: gallery-plugin.php:404
222
- msgid "Delete"
223
- msgstr "Suprimir"
224
-
225
- # @ gallery
226
- #: gallery-plugin.php:424
227
- msgid ""
228
- "You can add a Single Gallery to the page or post by inserting this shortcode "
229
- "into the content"
230
- msgstr ""
231
- "Puede agregar una galleria en una pagina insertando el codigo corto en el "
232
- "contenido"
233
 
234
- # @ gallery
235
- #: gallery-plugin.php:426
236
- msgid ""
237
- "If you want to display a short description containing a screenshot and the "
238
- "link to the Single Gallery Page"
239
  msgstr ""
240
- "Si quiere mostrar una descripcion corta con una miniatura de una Galeria en "
241
- "una pagina."
242
 
243
- #: gallery-plugin.php:443
244
  msgid "Most Used"
245
  msgstr ""
246
 
247
  # @ gallery
248
- #: gallery-plugin.php:448 gallery-plugin.php:957
 
249
  msgid "Default"
250
  msgstr "Por Defecto"
251
 
252
  # @ gallery
253
- #: gallery-plugin.php:453
254
  #, fuzzy
255
  msgid "Add New Gallery Category"
256
  msgstr "Agregar una Galeria nueva"
257
 
258
- #: gallery-plugin.php:460
259
  msgid "Install plugin"
260
  msgstr ""
261
 
262
  # @ gallery
263
- #: gallery-plugin.php:673
 
 
 
 
 
 
 
264
  msgid "Author"
265
  msgstr "Autor"
266
 
267
  # @ gallery
268
- #: gallery-plugin.php:674
269
- msgid "Photo"
270
- msgstr "Foto"
 
271
 
272
  # @ gallery
273
- #: gallery-plugin.php:675
274
- msgid "Publishing"
275
- msgstr "Publicacion"
 
276
 
277
  # @ gallery
278
- #: gallery-plugin.php:676 gallery-plugin.php:1034
 
279
  msgid "Date"
280
  msgstr "Fecha"
281
 
282
  # @ gallery
283
- #: gallery-plugin.php:836
284
  msgid "Settings are saved"
285
  msgstr "Cambios guardados"
286
 
287
  # @ gallery
288
- #: gallery-plugin.php:849
289
  #, fuzzy
290
  msgid "All plugin settings were restored."
291
  msgstr "En la pagina de opciones de este plugin ("
292
 
293
  # @ gallery
294
- #: gallery-plugin.php:862
295
  msgid "Gallery Settings"
296
  msgstr "Configuracion de la Galeria"
297
 
298
- # @ bestwebsoft
299
  # @ gallery
300
- #: gallery-plugin.php:864 gallery-plugin.php:1216 gallery-plugin.php:1233
301
- msgid "Settings"
302
- msgstr "Configuraciones"
303
-
304
- # @ gallery
305
- #: gallery-plugin.php:865 gallery-plugin.php:1217
306
  msgid "FAQ"
307
  msgstr "FAQ"
308
 
309
- #: gallery-plugin.php:866
310
  msgid "Go PRO"
311
  msgstr "Ir a PRO"
312
 
313
- #: gallery-plugin.php:876
314
  msgid "Notice:"
315
  msgstr "Nota:"
316
 
317
- #: gallery-plugin.php:876
318
- msgid ""
319
- "The plugin's settings have been changed. In order to save them please don't "
320
- "forget to click the 'Save Changes' button."
321
- msgstr ""
322
- "La configuracion a cambiado, no olvide de hacer click en el botton \"guardar "
323
- "cambios\""
324
 
325
  # @ gallery
326
- #: gallery-plugin.php:877
327
- msgid ""
328
- "If you would like to add a Single Gallery to your page or post, just copy "
329
- "and paste this shortcode into your post or page:"
330
- msgstr ""
331
- "Si quiere agregar una Galeria a su pagina o entrada, simplemente copie y "
332
- "pege el codigo corto en la pagina o entrada."
333
 
334
  # @ gallery
335
- #: gallery-plugin.php:879
336
  msgid "Please enable JavaScript to use the option to renew images."
337
- msgstr ""
338
- "Por favor habilite el Javascript para usar la opcion de renovar imagenes."
339
 
340
- #: gallery-plugin.php:883
341
  msgid "Update images for gallery"
342
  msgstr "Actualizar imagene de la galeria"
343
 
344
  # @ gallery
345
- #: gallery-plugin.php:885
346
  msgid "Update images"
347
  msgstr "Actualizar imagenes"
348
 
349
  # @ gallery
350
- #: gallery-plugin.php:893
351
  msgid "Image size for the album cover"
352
  msgstr "Tamanño de la imagen para la portada del álbum"
353
 
354
  # @ gallery
355
- #: gallery-plugin.php:895 gallery-plugin.php:909 gallery-plugin.php:931
 
 
356
  msgid "Image size"
357
  msgstr "Tamaño de la imagen"
358
 
359
  # @ gallery
360
- #: gallery-plugin.php:898 gallery-plugin.php:912
 
361
  msgid "Width (in px)"
362
  msgstr "Ancho (em px)"
363
 
364
  # @ gallery
365
- #: gallery-plugin.php:902 gallery-plugin.php:916
 
366
  msgid "Height (in px)"
367
  msgstr "Altura (em px)"
368
 
369
  # @ gallery
370
- #: gallery-plugin.php:907
371
  #, fuzzy
372
  msgid "Image size for thumbnails"
373
  msgstr "Tamanño de la imagen para la portada del álbum"
374
 
375
  # @ gallery
376
- #: gallery-plugin.php:921
377
- msgid ""
378
- "WordPress will create a new thumbnail with the specified dimensions when you "
379
- "upload a new photo."
380
  msgstr "WordPress creara una miniatura nueva cuando suba una nueva imagen."
381
 
382
  # @ gallery
383
- #: gallery-plugin.php:929
384
  #, fuzzy
385
  msgid "Image size in the lightbox"
386
  msgstr "Tamanño de la imagen en la galeria del Lightbox"
387
 
388
  # @ gallery
389
- #: gallery-plugin.php:932
390
  msgid "Max width (in px)"
391
  msgstr "Ancho máximo (em px)"
392
 
393
  # @ gallery
394
- #: gallery-plugin.php:933
395
  msgid "Max height (in px)"
396
  msgstr "Altura máxima (em px)"
397
 
398
  # @ gallery
399
- #: gallery-plugin.php:934
400
  msgid "Display a full size image in the lightbox"
401
  msgstr "Exibir la imagen en su tamaño completo en el Lightbox"
402
 
403
  # @ gallery
404
- #: gallery-plugin.php:938
405
  msgid "Crop position"
406
  msgstr "Recortar posicion"
407
 
408
  # @ gallery
409
- #: gallery-plugin.php:942 gallery-plugin.php:948
 
410
  msgid "center"
411
  msgstr "centro"
412
 
413
  # @ gallery
414
- #: gallery-plugin.php:944
415
  msgid "Horizontal"
416
  msgstr "Horizontal"
417
 
418
  # @ gallery
419
- #: gallery-plugin.php:950
420
  msgid "Vertical"
421
  msgstr "Vertical"
422
 
423
  # @ gallery
424
- #: gallery-plugin.php:955
425
  msgid "Lightbox background"
426
  msgstr "Fundo del Lightbox"
427
 
428
  # @ gallery
429
- #: gallery-plugin.php:958
430
  msgid "Background transparency (from 0 to 1)"
431
  msgstr "Transparencia del fondo (de 0 a 1)"
432
 
433
  # @ gallery
434
- #: gallery-plugin.php:960
435
  msgid "Select a background color"
436
  msgstr "Selecionar un color de fondo"
437
 
438
- # @ gallery
439
- #: gallery-plugin.php:962
440
- msgid "Background color"
441
- msgstr "Color de fondo"
442
-
443
- #: gallery-plugin.php:969 gallery-plugin.php:1157
444
- msgid ""
445
- "If you upgrade to Pro version all your settings and galleries will be saved."
446
  msgstr "Si actualiza a PRO sus configuraciones se guardaran"
447
 
448
- #: gallery-plugin.php:976 gallery-plugin.php:1164
449
- msgid "Unlock premium options by upgrading to a PRO version."
 
450
  msgstr ""
451
 
452
- #: gallery-plugin.php:977 gallery-plugin.php:1165
453
- msgid "Learn More"
454
- msgstr "Saber mas."
455
-
456
- #: gallery-plugin.php:981 gallery-plugin.php:1169
457
  msgid "Start Your Trial"
458
  msgstr ""
459
 
460
- #: gallery-plugin.php:982 gallery-plugin.php:1170
 
461
  msgid "or"
462
  msgstr ""
463
 
464
- #: gallery-plugin.php:985 gallery-plugin.php:1173
465
- #, fuzzy
466
- msgid "Go"
467
- msgstr "Go!"
468
 
469
  # @ gallery
470
- #: gallery-plugin.php:993
471
  msgid "Images with border"
472
  msgstr "Imagens con borde"
473
 
474
  # @ gallery
475
- #: gallery-plugin.php:996
476
  msgid "Border width in px, just numbers"
477
  msgstr "Ancho del borde en px, solo números"
478
 
479
  # @ gallery
480
- #: gallery-plugin.php:998 gallery-plugin.php:1000
481
  msgid "Select a border color"
482
  msgstr "Escoja el color del borde"
483
 
484
  # @ gallery
485
- #: gallery-plugin.php:1006
486
  msgid "Number of images in the row"
487
  msgstr "Número de imagenes por fila"
488
 
489
  # @ gallery
490
- #: gallery-plugin.php:1012
491
  msgid "Start slideshow"
492
  msgstr "Iniciar Apresentacion de diapositivas"
493
 
494
  # @ gallery
495
- #: gallery-plugin.php:1018
496
  msgid "Slideshow interval"
497
  msgstr "Intervalo entre las diapositivas"
498
 
499
- #: gallery-plugin.php:1024
500
  msgid "Use single lightbox for multiple galleries on one page"
501
  msgstr "Usar un LightBox unici para multiples galerias en una pagina."
502
 
503
  # @ gallery
504
- #: gallery-plugin.php:1032
 
 
 
 
 
505
  msgid "Attachment ID"
506
  msgstr "ID del anexo"
507
 
508
  # @ gallery
509
- #: gallery-plugin.php:1033
510
  msgid "Image Name"
511
  msgstr "Nome da Imagen"
512
 
513
- # @ gallery
514
- #: gallery-plugin.php:1035
515
- msgid ""
516
- "Sorting order (the input field for sorting order in the Insert / Upload "
517
- "Media Gallery dialog)"
518
  msgstr ""
519
- "Criterio de clasificación (el campo de entrada de clasificacion en el cuadro "
520
- "de diálogo insertar/subir emdia a la galeria)"
521
 
522
  # @ gallery
523
- #: gallery-plugin.php:1036
524
  msgid "Random"
525
  msgstr "Aleatório"
526
 
527
  # @ gallery
528
- #: gallery-plugin.php:1040
529
  msgid "Sort images"
530
  msgstr "Ordenar imagenes:"
531
 
532
  # @ gallery
533
- #: gallery-plugin.php:1042
534
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
535
- msgstr ""
536
- "ASC (orden ascente de los valores mas baijos a los mas altos - 1, 2, 3; a, "
537
- "b, c)"
538
 
539
  # @ gallery
540
- #: gallery-plugin.php:1043
541
- msgid ""
542
- "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
543
- msgstr ""
544
- "DESC (orden descendente de los valores mas altos a los mas baijos - 1, 2, "
545
- "3; a, b, c)"
546
 
547
  # @ gallery
548
- #: gallery-plugin.php:1047
549
  #, fuzzy
550
  msgid "Display text under the image"
551
  msgstr "Mostrar texto acima da imagen"
552
 
553
  # @ gallery
554
- #: gallery-plugin.php:1049
555
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
556
  msgstr "Desmarque la casilla, si solo quiere mostrar texto en el lightbox"
557
 
558
  # @ gallery
559
- #: gallery-plugin.php:1053
560
  msgid "Display the Back link"
561
  msgstr "Mostrar enlace Volver"
562
 
563
  # @ gallery
564
- #: gallery-plugin.php:1059
565
  msgid "Display the Back link in the shortcode"
566
  msgstr "Mostrar enlace Volver codigo corto"
567
 
568
  # @ gallery
569
- #: gallery-plugin.php:1065
570
  msgid "The Back link text"
571
  msgstr "Texto del enlace volver"
572
 
573
  # @ gallery
574
- #: gallery-plugin.php:1071
575
  msgid "The Back link URL"
576
  msgstr "URL del enlacw Volver"
577
 
578
  # @ gallery
579
- #: gallery-plugin.php:1073
580
  msgid "Gallery page (Page with Gallery Template)"
581
- msgstr ""
582
- "Página de la Galeria (planilla otema usado para la pagina de la Galeria)"
583
 
584
  # @ gallery
585
- #: gallery-plugin.php:1075
586
  msgid "(Full URL to custom page)"
587
  msgstr "(URL completa para a página personalizada)"
588
 
589
  # @ gallery
590
- #: gallery-plugin.php:1079
591
  msgid "The Read More link text"
592
  msgstr "Texto del enlace leer mas"
593
 
594
- #: gallery-plugin.php:1085
595
  msgid "Add gallery to the search"
596
  msgstr "Agregar la galeria a la busqueda"
597
 
598
- #: gallery-plugin.php:1090
599
  msgid "Using"
600
  msgstr "Usando"
601
 
602
- #: gallery-plugin.php:1090
603
  msgid "powered by"
604
  msgstr "propulsado por"
605
 
606
- #: gallery-plugin.php:1093 gallery-plugin.php:1097
 
607
  msgid "Using Custom Search powered by"
608
  msgstr "Usando buqueda customizada propulsado por"
609
 
610
- #: gallery-plugin.php:1093
611
  msgid "Activate Custom Search"
612
  msgstr "Activar Busqueda customizada"
613
 
614
- #: gallery-plugin.php:1097
615
  msgid "Download Custom Search"
616
  msgstr "Descarga Busqueda customizada"
617
 
618
- #: gallery-plugin.php:1102
619
  msgid "Rewrite templates after update"
620
  msgstr ""
621
 
622
- #: gallery-plugin.php:1104
623
- msgid ""
624
- "Turn off the checkbox, if You edited the file 'gallery-template.php' or "
625
- "'gallery-single-template.php' file in your theme folder and You don't want "
626
- "to rewrite them"
627
  msgstr ""
628
 
629
- #: gallery-plugin.php:1113
630
  #, fuzzy
631
  msgid "Use pagination for images"
632
  msgstr "Actualizando imagenes"
633
 
634
- #: gallery-plugin.php:1116
635
  msgid "per page"
636
  msgstr ""
637
 
638
- #: gallery-plugin.php:1120
639
  msgid "The lightbox helper"
640
  msgstr ""
641
 
642
- #: gallery-plugin.php:1122
643
  msgid "Do not use"
644
  msgstr ""
645
 
646
- #: gallery-plugin.php:1123
647
  msgid "Button helper"
648
  msgstr ""
649
 
650
- #: gallery-plugin.php:1124
651
  msgid "Thumbnail helper"
652
  msgstr ""
653
 
654
  # @ gallery
655
- #: gallery-plugin.php:1128
656
  msgid "Display Like buttons in the lightbox"
657
  msgstr "Mostrar botones me gusta en el Lightbox"
658
 
659
  # @ gallery
660
- #: gallery-plugin.php:1130
661
  msgid "FaceBook"
662
  msgstr "Facebook"
663
 
664
  # @ gallery
665
- #: gallery-plugin.php:1131
666
  msgid "Twitter"
667
  msgstr "Twitter"
668
 
669
  # @ gallery
670
- #: gallery-plugin.php:1132
671
  msgid "Pinterest"
672
  msgstr "Pinterest"
673
 
674
  # @ gallery
675
- #: gallery-plugin.php:1133
676
  msgid "Google +1"
677
  msgstr "Google +1"
678
 
679
  # @ gallery
680
- #: gallery-plugin.php:1137
681
  msgid "Slug for gallery item"
682
  msgstr "Slug para la galeria"
683
 
684
  # @ gallery
685
- #: gallery-plugin.php:1139
686
  msgid "for any structure of permalinks except the default structure"
687
- msgstr ""
688
- "para qualquier estrutura de los enlaces permanentes, exceto la estrutura "
689
- "predeterninada"
690
 
691
- #: gallery-plugin.php:1143
692
  msgid "Title for lightbox button"
693
  msgstr ""
694
 
695
- #: gallery-plugin.php:1149
696
- msgid ""
697
- "Display all images in the lightbox instead of going into a single gallery"
698
  msgstr ""
699
 
700
- #: gallery-plugin.php:1152
701
- msgid ""
702
- "When using the gallery template or a shortcode with `display=short` parameter"
703
  msgstr ""
704
 
705
  # @ default
706
- #: gallery-plugin.php:1181
707
  msgid "Save Changes"
708
  msgstr "Guardar Cambios"
709
 
710
  # @ gallery
711
- #: gallery-plugin.php:1218
712
  msgid "Support"
713
  msgstr "Soporte"
714
 
715
- #: gallery-plugin.php:1326
716
  msgid "Updating images..."
717
  msgstr "Actualizando imagenes"
718
 
719
  # @ gallery
720
- #: gallery-plugin.php:1327
721
  #, fuzzy
722
  msgid "No image found."
723
  msgstr "Imagen no encontrada"
724
 
725
- #: gallery-plugin.php:1328
726
  #, fuzzy
727
  msgid "All images are updated."
728
  msgstr "Todas las imgenes an sido actualizados"
729
 
730
- #: gallery-plugin.php:1329
731
  msgid "Error."
732
  msgstr "Error"
733
 
734
- #: gallery-plugin.php:1338
 
 
 
 
 
 
 
 
 
 
 
 
 
 
735
  #, fuzzy
736
  msgid "Learn more"
737
  msgstr "Saber mas."
738
 
739
- #: gallery-plugin.php:1343 gallery-plugin.php:1383
740
  msgid "Activate"
741
  msgstr ""
742
 
743
- #: gallery-plugin.php:1350 gallery-plugin.php:1390
744
  msgid "Install now"
745
  msgstr ""
746
 
747
- #: gallery-plugin.php:1359
748
  msgid "Add multiple gallery categories"
749
  msgstr ""
750
 
751
- #: gallery-plugin.php:1359
752
- msgid ""
753
- "Install Gallery Categories plugin to add unlimited number of categories."
754
  msgstr ""
755
 
756
- #: gallery-plugin.php:1368 gallery-plugin.php:1409
757
  msgid "Close"
758
  msgstr ""
759
 
760
- #: gallery-plugin.php:1400
761
- msgid "Already attached?"
762
- msgstr ""
763
-
764
- #: gallery-plugin.php:1400
765
- msgid ""
766
- "If you'd like to attach the files, which are already uploaded, please use Re-"
767
- "attacher plugin."
768
- msgstr ""
769
-
770
  # @ gallery
771
- #: gallery-plugin.php:1490 template/gallery-single-template.php:19
772
- msgid "Download high resolution image"
773
- msgstr "Descarga la image de alta resolucion"
774
-
775
- # @ gallery
776
- #: gallery-plugin.php:1651 template/gallery-single-template.php:101
777
  msgid "Sorry, nothing found."
778
  msgstr "Disculpe, nada fue encontrado."
779
 
780
  # @ gallery
781
- #: gallery-plugin.php:1673 template/gallery-single-template.php:120
 
782
  msgid "Image"
783
  msgstr "Imagen"
784
 
785
  # @ gallery
786
- #: gallery-plugin.php:1982
 
 
 
 
 
 
787
  msgid "Image size not defined"
788
  msgstr "Tanaño de imagen no definida"
789
 
790
- #: gallery-plugin.php:1997
791
- msgid ""
792
- "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
793
- "manually reload image."
794
- msgstr ""
795
- "Solo podemos actualizar archivos PNG, JPEG, GIF, WPMP o XBM. Para otros "
796
- "formatos necesita volver a subir elarchivo."
797
 
798
- #: gallery-plugin.php:2008
799
  msgid "Image size changes not defined"
800
  msgstr "Tamaño de imagen no esta definida."
801
 
802
- #: gallery-plugin.php:2037 gallery-plugin.php:2040 gallery-plugin.php:2045
 
 
803
  msgid "Invalid path"
804
  msgstr "Ruta incorrecta."
805
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
806
  # @ gallery
807
- #: template/gallery-template.php:14
808
  #, fuzzy
809
- msgid "Gallery Category"
810
- msgstr "Tamanño de da imagen de la galeria"
811
 
812
- #: inc/demo-data/demo-data-loader.php:77
813
- msgid "Install Demo Data"
 
 
 
 
814
  msgstr ""
815
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
816
  #: inc/demo-data/demo-data-loader.php:78
817
- msgid ""
818
- "If you install the demo-data, will be created galleries with images, demo-"
819
- "post with available shortcodes and page with a list of all the galleries, \n"
820
- "plugin settings will be overwritten, however, when you delete the demo data, "
821
- "they will be restored."
822
  msgstr ""
823
 
824
  #: inc/demo-data/demo-data-loader.php:82
@@ -859,46 +920,130 @@ msgstr ""
859
  msgid "Demo options already installed."
860
  msgstr ""
861
 
862
- #: inc/demo-data/demo-data-loader.php:294
863
  msgid "Demo data successfully installed."
864
  msgstr ""
865
 
866
- #: inc/demo-data/demo-data-loader.php:296
867
  msgid "View post with shortcodes"
868
  msgstr ""
869
 
870
- #: inc/demo-data/demo-data-loader.php:299
871
  msgid "View page with examples"
872
  msgstr ""
873
 
874
- #: inc/demo-data/demo-data-loader.php:303
875
  msgid "Installation of demo data with some errors occurred."
876
  msgstr ""
877
 
878
- #: inc/demo-data/demo-data-loader.php:306
879
  msgid "Posts data is missing."
880
  msgstr ""
881
 
882
- #: inc/demo-data/demo-data-loader.php:331
883
  msgid "Demo data have already been removed."
884
  msgstr ""
885
 
886
- #: inc/demo-data/demo-data-loader.php:378
887
  msgid "Demo data successfully removed."
888
  msgstr ""
889
 
890
- #: inc/demo-data/demo-data-loader.php:381
891
  msgid "Removing demo data with some errors occurred."
892
  msgstr ""
893
 
894
- #: inc/demo-data/demo-data-loader.php:510
895
  msgid "Close notice"
896
  msgstr ""
897
 
898
- #: inc/demo-data/demo-data-loader.php:513
899
  msgid "Install demo data"
900
  msgstr ""
901
 
902
- #: inc/demo-data/demo-data-loader.php:513
903
  msgid "for an acquaintance with the possibilities of the"
904
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-07 13:27+0300\n"
6
+ "PO-Revision-Date: 2015-09-07 13:27+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"
10
  "MIME-Version: 1.0\n"
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ # @ bestwebsoft
22
+ # @ gallery
23
+ #: gallery-plugin.php:43
24
+ #: gallery-plugin.php:795
25
+ #: gallery-plugin.php:1133
26
+ #: gallery-plugin.php:1150
27
+ msgid "Settings"
28
+ msgstr "Configuraciones"
29
+
30
  # @ gallery
31
+ #: gallery-plugin.php:104
32
  msgid "See images &raquo;"
33
  msgstr "Ver imagens &raquo;"
34
 
35
+ #: gallery-plugin.php:107
36
+ msgid "Return to all albums"
 
 
 
 
 
37
  msgstr ""
 
 
 
 
38
 
39
  # @ gallery
40
+ #: gallery-plugin.php:331
41
+ 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"
42
+ 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"
43
+
44
+ # @ gallery
45
+ #: gallery-plugin.php:340
46
+ #: gallery-plugin.php:349
47
  msgid "Galleries"
48
  msgstr "Galerias"
49
 
50
  # @ gallery
51
+ #: gallery-plugin.php:341
52
+ #: gallery-plugin.php:2511
53
  msgid "Gallery"
54
  msgstr "Galeria"
55
 
56
  # @ gallery
57
+ #: gallery-plugin.php:342
 
 
 
 
 
58
  msgid "Add New Gallery"
59
  msgstr "Agregar una Galeria nueva"
60
 
61
  # @ gallery
62
+ #: gallery-plugin.php:343
63
  msgid "Edit Gallery"
64
  msgstr "Editar Galeria"
65
 
66
  # @ gallery
67
+ #: gallery-plugin.php:344
68
  msgid "New Gallery"
69
  msgstr "Galeria nueva"
70
 
71
  # @ gallery
72
+ #: gallery-plugin.php:345
73
  msgid "View Gallery"
74
  msgstr "Ver Galeria"
75
 
76
  # @ gallery
77
+ #: gallery-plugin.php:346
78
+ #, fuzzy
79
+ msgid "Search Galleries"
80
+ msgstr "Galerias"
81
 
82
  # @ gallery
83
+ #: gallery-plugin.php:347
84
  msgid "No Gallery found"
85
  msgstr "Ninguna galeria encontrada"
86
 
87
  # @ gallery
88
+ #: gallery-plugin.php:404
 
 
 
 
 
89
  msgid "Gallery Shortcode"
90
  msgstr "Codigo corto de Galeria"
91
 
92
  # @ gallery
93
+ #: gallery-plugin.php:406
94
+ #: gallery-plugin.php:438
95
  #, fuzzy
96
  msgid "Gallery Categories"
97
  msgstr "Tamanño de da imagen de la galeria"
98
 
99
+ #: gallery-plugin.php:415
100
+ msgid "Add this shortcode to a page, post or widget to display a single gallery"
101
  msgstr ""
102
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
103
  # @ gallery
104
+ #: gallery-plugin.php:418
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
105
  #, fuzzy
106
+ msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
107
+ msgstr "Si quiere mostrar una descripcion corta con una miniatura de una Galeria en una pagina."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
108
 
109
+ #: gallery-plugin.php:420
110
+ msgid "Short display"
 
 
 
111
  msgstr ""
 
 
112
 
113
+ #: gallery-plugin.php:439
114
  msgid "Most Used"
115
  msgstr ""
116
 
117
  # @ gallery
118
+ #: gallery-plugin.php:444
119
+ #: gallery-plugin.php:890
120
  msgid "Default"
121
  msgstr "Por Defecto"
122
 
123
  # @ gallery
124
+ #: gallery-plugin.php:449
125
  #, fuzzy
126
  msgid "Add New Gallery Category"
127
  msgstr "Agregar una Galeria nueva"
128
 
129
+ #: gallery-plugin.php:456
130
  msgid "Install plugin"
131
  msgstr ""
132
 
133
  # @ gallery
134
+ #: gallery-plugin.php:611
135
+ #: gallery-plugin.php:2124
136
+ #: gallery-plugin.php:2242
137
+ msgid "Title"
138
+ msgstr "Título"
139
+
140
+ # @ gallery
141
+ #: gallery-plugin.php:612
142
  msgid "Author"
143
  msgstr "Autor"
144
 
145
  # @ gallery
146
+ #: gallery-plugin.php:613
147
+ #, fuzzy
148
+ msgid "Shortcode"
149
+ msgstr "Codigo corto de Galeria"
150
 
151
  # @ gallery
152
+ #: gallery-plugin.php:614
153
+ #, fuzzy
154
+ msgid "Photos"
155
+ msgstr "Foto"
156
 
157
  # @ gallery
158
+ #: gallery-plugin.php:615
159
+ #: gallery-plugin.php:954
160
  msgid "Date"
161
  msgstr "Fecha"
162
 
163
  # @ gallery
164
+ #: gallery-plugin.php:768
165
  msgid "Settings are saved"
166
  msgstr "Cambios guardados"
167
 
168
  # @ gallery
169
+ #: gallery-plugin.php:781
170
  #, fuzzy
171
  msgid "All plugin settings were restored."
172
  msgstr "En la pagina de opciones de este plugin ("
173
 
174
  # @ gallery
175
+ #: gallery-plugin.php:793
176
  msgid "Gallery Settings"
177
  msgstr "Configuracion de la Galeria"
178
 
 
179
  # @ gallery
180
+ #: gallery-plugin.php:796
181
+ #: gallery-plugin.php:1134
 
 
 
 
182
  msgid "FAQ"
183
  msgstr "FAQ"
184
 
185
+ #: gallery-plugin.php:797
186
  msgid "Go PRO"
187
  msgstr "Ir a PRO"
188
 
189
+ #: gallery-plugin.php:807
190
  msgid "Notice:"
191
  msgstr "Nota:"
192
 
193
+ #: gallery-plugin.php:807
194
+ msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
195
+ msgstr "La configuracion a cambiado, no olvide de hacer click en el botton \"guardar cambios\""
 
 
 
 
196
 
197
  # @ gallery
198
+ #: gallery-plugin.php:808
199
+ 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:"
200
+ msgstr "Si quiere agregar una Galeria a su pagina o entrada, simplemente copie y pege el codigo corto en la pagina o entrada."
 
 
 
 
201
 
202
  # @ gallery
203
+ #: gallery-plugin.php:812
204
  msgid "Please enable JavaScript to use the option to renew images."
205
+ msgstr "Por favor habilite el Javascript para usar la opcion de renovar imagenes."
 
206
 
207
+ #: gallery-plugin.php:816
208
  msgid "Update images for gallery"
209
  msgstr "Actualizar imagene de la galeria"
210
 
211
  # @ gallery
212
+ #: gallery-plugin.php:818
213
  msgid "Update images"
214
  msgstr "Actualizar imagenes"
215
 
216
  # @ gallery
217
+ #: gallery-plugin.php:826
218
  msgid "Image size for the album cover"
219
  msgstr "Tamanño de la imagen para la portada del álbum"
220
 
221
  # @ gallery
222
+ #: gallery-plugin.php:828
223
+ #: gallery-plugin.php:842
224
+ #: gallery-plugin.php:864
225
  msgid "Image size"
226
  msgstr "Tamaño de la imagen"
227
 
228
  # @ gallery
229
+ #: gallery-plugin.php:831
230
+ #: gallery-plugin.php:845
231
  msgid "Width (in px)"
232
  msgstr "Ancho (em px)"
233
 
234
  # @ gallery
235
+ #: gallery-plugin.php:835
236
+ #: gallery-plugin.php:849
237
  msgid "Height (in px)"
238
  msgstr "Altura (em px)"
239
 
240
  # @ gallery
241
+ #: gallery-plugin.php:840
242
  #, fuzzy
243
  msgid "Image size for thumbnails"
244
  msgstr "Tamanño de la imagen para la portada del álbum"
245
 
246
  # @ gallery
247
+ #: gallery-plugin.php:854
248
+ msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
 
 
249
  msgstr "WordPress creara una miniatura nueva cuando suba una nueva imagen."
250
 
251
  # @ gallery
252
+ #: gallery-plugin.php:862
253
  #, fuzzy
254
  msgid "Image size in the lightbox"
255
  msgstr "Tamanño de la imagen en la galeria del Lightbox"
256
 
257
  # @ gallery
258
+ #: gallery-plugin.php:865
259
  msgid "Max width (in px)"
260
  msgstr "Ancho máximo (em px)"
261
 
262
  # @ gallery
263
+ #: gallery-plugin.php:866
264
  msgid "Max height (in px)"
265
  msgstr "Altura máxima (em px)"
266
 
267
  # @ gallery
268
+ #: gallery-plugin.php:867
269
  msgid "Display a full size image in the lightbox"
270
  msgstr "Exibir la imagen en su tamaño completo en el Lightbox"
271
 
272
  # @ gallery
273
+ #: gallery-plugin.php:871
274
  msgid "Crop position"
275
  msgstr "Recortar posicion"
276
 
277
  # @ gallery
278
+ #: gallery-plugin.php:875
279
+ #: gallery-plugin.php:881
280
  msgid "center"
281
  msgstr "centro"
282
 
283
  # @ gallery
284
+ #: gallery-plugin.php:877
285
  msgid "Horizontal"
286
  msgstr "Horizontal"
287
 
288
  # @ gallery
289
+ #: gallery-plugin.php:883
290
  msgid "Vertical"
291
  msgstr "Vertical"
292
 
293
  # @ gallery
294
+ #: gallery-plugin.php:888
295
  msgid "Lightbox background"
296
  msgstr "Fundo del Lightbox"
297
 
298
  # @ gallery
299
+ #: gallery-plugin.php:891
300
  msgid "Background transparency (from 0 to 1)"
301
  msgstr "Transparencia del fondo (de 0 a 1)"
302
 
303
  # @ gallery
304
+ #: gallery-plugin.php:892
305
  msgid "Select a background color"
306
  msgstr "Selecionar un color de fondo"
307
 
308
+ #: gallery-plugin.php:897
309
+ #: gallery-plugin.php:1077
310
+ msgid "If you upgrade to Pro version all your settings and galleries will be saved."
 
 
 
 
 
311
  msgstr "Si actualiza a PRO sus configuraciones se guardaran"
312
 
313
+ #: gallery-plugin.php:904
314
+ #: gallery-plugin.php:1084
315
+ msgid "Unlock premium options by upgrading to Pro version"
316
  msgstr ""
317
 
318
+ #: gallery-plugin.php:908
319
+ #: gallery-plugin.php:1088
 
 
 
320
  msgid "Start Your Trial"
321
  msgstr ""
322
 
323
+ #: gallery-plugin.php:909
324
+ #: gallery-plugin.php:1089
325
  msgid "or"
326
  msgstr ""
327
 
328
+ #: gallery-plugin.php:911
329
+ #: gallery-plugin.php:1091
330
+ msgid "Learn More"
331
+ msgstr "Saber mas."
332
 
333
  # @ gallery
334
+ #: gallery-plugin.php:918
335
  msgid "Images with border"
336
  msgstr "Imagens con borde"
337
 
338
  # @ gallery
339
+ #: gallery-plugin.php:921
340
  msgid "Border width in px, just numbers"
341
  msgstr "Ancho del borde en px, solo números"
342
 
343
  # @ gallery
344
+ #: gallery-plugin.php:922
345
  msgid "Select a border color"
346
  msgstr "Escoja el color del borde"
347
 
348
  # @ gallery
349
+ #: gallery-plugin.php:926
350
  msgid "Number of images in the row"
351
  msgstr "Número de imagenes por fila"
352
 
353
  # @ gallery
354
+ #: gallery-plugin.php:932
355
  msgid "Start slideshow"
356
  msgstr "Iniciar Apresentacion de diapositivas"
357
 
358
  # @ gallery
359
+ #: gallery-plugin.php:938
360
  msgid "Slideshow interval"
361
  msgstr "Intervalo entre las diapositivas"
362
 
363
+ #: gallery-plugin.php:944
364
  msgid "Use single lightbox for multiple galleries on one page"
365
  msgstr "Usar un LightBox unici para multiples galerias en una pagina."
366
 
367
  # @ gallery
368
+ #: gallery-plugin.php:950
369
+ msgid "Sort images by"
370
+ msgstr "Ordenar imagens por"
371
+
372
+ # @ gallery
373
+ #: gallery-plugin.php:952
374
  msgid "Attachment ID"
375
  msgstr "ID del anexo"
376
 
377
  # @ gallery
378
+ #: gallery-plugin.php:953
379
  msgid "Image Name"
380
  msgstr "Nome da Imagen"
381
 
382
+ #: gallery-plugin.php:955
383
+ msgid "Sorting order in the Gallery"
 
 
 
384
  msgstr ""
 
 
385
 
386
  # @ gallery
387
+ #: gallery-plugin.php:956
388
  msgid "Random"
389
  msgstr "Aleatório"
390
 
391
  # @ gallery
392
+ #: gallery-plugin.php:960
393
  msgid "Sort images"
394
  msgstr "Ordenar imagenes:"
395
 
396
  # @ gallery
397
+ #: gallery-plugin.php:962
398
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
399
+ msgstr "ASC (orden ascente de los valores mas baijos a los mas altos - 1, 2, 3; a, b, c)"
 
 
400
 
401
  # @ gallery
402
+ #: gallery-plugin.php:963
403
+ msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
404
+ msgstr "DESC (orden descendente de los valores mas altos a los mas baijos - 1, 2, 3; a, b, c)"
 
 
 
405
 
406
  # @ gallery
407
+ #: gallery-plugin.php:967
408
  #, fuzzy
409
  msgid "Display text under the image"
410
  msgstr "Mostrar texto acima da imagen"
411
 
412
  # @ gallery
413
+ #: gallery-plugin.php:969
414
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
415
  msgstr "Desmarque la casilla, si solo quiere mostrar texto en el lightbox"
416
 
417
  # @ gallery
418
+ #: gallery-plugin.php:973
419
  msgid "Display the Back link"
420
  msgstr "Mostrar enlace Volver"
421
 
422
  # @ gallery
423
+ #: gallery-plugin.php:979
424
  msgid "Display the Back link in the shortcode"
425
  msgstr "Mostrar enlace Volver codigo corto"
426
 
427
  # @ gallery
428
+ #: gallery-plugin.php:985
429
  msgid "The Back link text"
430
  msgstr "Texto del enlace volver"
431
 
432
  # @ gallery
433
+ #: gallery-plugin.php:991
434
  msgid "The Back link URL"
435
  msgstr "URL del enlacw Volver"
436
 
437
  # @ gallery
438
+ #: gallery-plugin.php:993
439
  msgid "Gallery page (Page with Gallery Template)"
440
+ msgstr "Página de la Galeria (planilla otema usado para la pagina de la Galeria)"
 
441
 
442
  # @ gallery
443
+ #: gallery-plugin.php:995
444
  msgid "(Full URL to custom page)"
445
  msgstr "(URL completa para a página personalizada)"
446
 
447
  # @ gallery
448
+ #: gallery-plugin.php:999
449
  msgid "The Read More link text"
450
  msgstr "Texto del enlace leer mas"
451
 
452
+ #: gallery-plugin.php:1005
453
  msgid "Add gallery to the search"
454
  msgstr "Agregar la galeria a la busqueda"
455
 
456
+ #: gallery-plugin.php:1010
457
  msgid "Using"
458
  msgstr "Usando"
459
 
460
+ #: gallery-plugin.php:1010
461
  msgid "powered by"
462
  msgstr "propulsado por"
463
 
464
+ #: gallery-plugin.php:1013
465
+ #: gallery-plugin.php:1017
466
  msgid "Using Custom Search powered by"
467
  msgstr "Usando buqueda customizada propulsado por"
468
 
469
+ #: gallery-plugin.php:1013
470
  msgid "Activate Custom Search"
471
  msgstr "Activar Busqueda customizada"
472
 
473
+ #: gallery-plugin.php:1017
474
  msgid "Download Custom Search"
475
  msgstr "Descarga Busqueda customizada"
476
 
477
+ #: gallery-plugin.php:1022
478
  msgid "Rewrite templates after update"
479
  msgstr ""
480
 
481
+ #: gallery-plugin.php:1024
482
+ 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"
 
 
 
483
  msgstr ""
484
 
485
+ #: gallery-plugin.php:1033
486
  #, fuzzy
487
  msgid "Use pagination for images"
488
  msgstr "Actualizando imagenes"
489
 
490
+ #: gallery-plugin.php:1036
491
  msgid "per page"
492
  msgstr ""
493
 
494
+ #: gallery-plugin.php:1040
495
  msgid "The lightbox helper"
496
  msgstr ""
497
 
498
+ #: gallery-plugin.php:1042
499
  msgid "Do not use"
500
  msgstr ""
501
 
502
+ #: gallery-plugin.php:1043
503
  msgid "Button helper"
504
  msgstr ""
505
 
506
+ #: gallery-plugin.php:1044
507
  msgid "Thumbnail helper"
508
  msgstr ""
509
 
510
  # @ gallery
511
+ #: gallery-plugin.php:1048
512
  msgid "Display Like buttons in the lightbox"
513
  msgstr "Mostrar botones me gusta en el Lightbox"
514
 
515
  # @ gallery
516
+ #: gallery-plugin.php:1050
517
  msgid "FaceBook"
518
  msgstr "Facebook"
519
 
520
  # @ gallery
521
+ #: gallery-plugin.php:1051
522
  msgid "Twitter"
523
  msgstr "Twitter"
524
 
525
  # @ gallery
526
+ #: gallery-plugin.php:1052
527
  msgid "Pinterest"
528
  msgstr "Pinterest"
529
 
530
  # @ gallery
531
+ #: gallery-plugin.php:1053
532
  msgid "Google +1"
533
  msgstr "Google +1"
534
 
535
  # @ gallery
536
+ #: gallery-plugin.php:1057
537
  msgid "Slug for gallery item"
538
  msgstr "Slug para la galeria"
539
 
540
  # @ gallery
541
+ #: gallery-plugin.php:1059
542
  msgid "for any structure of permalinks except the default structure"
543
+ msgstr "para qualquier estrutura de los enlaces permanentes, exceto la estrutura predeterninada"
 
 
544
 
545
+ #: gallery-plugin.php:1063
546
  msgid "Title for lightbox button"
547
  msgstr ""
548
 
549
+ #: gallery-plugin.php:1069
550
+ msgid "Display all images in the lightbox instead of going into a single gallery"
 
551
  msgstr ""
552
 
553
+ #: gallery-plugin.php:1072
554
+ msgid "When using the gallery template or a shortcode with `display=short` parameter"
 
555
  msgstr ""
556
 
557
  # @ default
558
+ #: gallery-plugin.php:1098
559
  msgid "Save Changes"
560
  msgstr "Guardar Cambios"
561
 
562
  # @ gallery
563
+ #: gallery-plugin.php:1135
564
  msgid "Support"
565
  msgstr "Soporte"
566
 
567
+ #: gallery-plugin.php:1202
568
  msgid "Updating images..."
569
  msgstr "Actualizando imagenes"
570
 
571
  # @ gallery
572
+ #: gallery-plugin.php:1203
573
  #, fuzzy
574
  msgid "No image found."
575
  msgstr "Imagen no encontrada"
576
 
577
+ #: gallery-plugin.php:1204
578
  #, fuzzy
579
  msgid "All images are updated."
580
  msgstr "Todas las imgenes an sido actualizados"
581
 
582
+ #: gallery-plugin.php:1205
583
  msgid "Error."
584
  msgstr "Error"
585
 
586
+ #: gallery-plugin.php:1216
587
+ msgid ""
588
+ "You are about to delete these items from this gallery.\n"
589
+ " 'Cancel' to stop, 'OK' to delete."
590
+ msgstr ""
591
+
592
+ #: gallery-plugin.php:1217
593
+ msgid "Insert Media"
594
+ msgstr ""
595
+
596
+ #: gallery-plugin.php:1218
597
+ msgid "Insert"
598
+ msgstr ""
599
+
600
+ #: gallery-plugin.php:1230
601
  #, fuzzy
602
  msgid "Learn more"
603
  msgstr "Saber mas."
604
 
605
+ #: gallery-plugin.php:1235
606
  msgid "Activate"
607
  msgstr ""
608
 
609
+ #: gallery-plugin.php:1242
610
  msgid "Install now"
611
  msgstr ""
612
 
613
+ #: gallery-plugin.php:1251
614
  msgid "Add multiple gallery categories"
615
  msgstr ""
616
 
617
+ #: gallery-plugin.php:1251
618
+ msgid "Install Gallery Categories plugin to add unlimited number of categories."
 
619
  msgstr ""
620
 
621
+ #: gallery-plugin.php:1260
622
  msgid "Close"
623
  msgstr ""
624
 
 
 
 
 
 
 
 
 
 
 
625
  # @ gallery
626
+ #: gallery-plugin.php:1524
627
+ #: template/gallery-single-template.php:101
 
 
 
 
628
  msgid "Sorry, nothing found."
629
  msgstr "Disculpe, nada fue encontrado."
630
 
631
  # @ gallery
632
+ #: gallery-plugin.php:1546
633
+ #: template/gallery-single-template.php:120
634
  msgid "Image"
635
  msgstr "Imagen"
636
 
637
  # @ gallery
638
+ #: gallery-plugin.php:1546
639
+ #: template/gallery-single-template.php:19
640
+ msgid "Download high resolution image"
641
+ msgstr "Descarga la image de alta resolucion"
642
+
643
+ # @ gallery
644
+ #: gallery-plugin.php:1676
645
  msgid "Image size not defined"
646
  msgstr "Tanaño de imagen no definida"
647
 
648
+ #: gallery-plugin.php:1691
649
+ msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
650
+ msgstr "Solo podemos actualizar archivos PNG, JPEG, GIF, WPMP o XBM. Para otros formatos necesita volver a subir elarchivo."
 
 
 
 
651
 
652
+ #: gallery-plugin.php:1702
653
  msgid "Image size changes not defined"
654
  msgstr "Tamaño de imagen no esta definida."
655
 
656
+ #: gallery-plugin.php:1731
657
+ #: gallery-plugin.php:1734
658
+ #: gallery-plugin.php:1739
659
  msgid "Invalid path"
660
  msgstr "Ruta incorrecta."
661
 
662
+ #: gallery-plugin.php:1888
663
+ msgid "Add images requires JavaScript."
664
+ msgstr ""
665
+
666
+ #: gallery-plugin.php:1891
667
+ msgid "Add Media"
668
+ msgstr ""
669
+
670
+ #: gallery-plugin.php:1901
671
+ msgid "The grid view for the Gallery images requires JavaScript."
672
+ msgstr ""
673
+
674
+ #: gallery-plugin.php:1901
675
+ msgid "Switch to the list view"
676
+ msgstr ""
677
+
678
+ #: gallery-plugin.php:1928
679
+ msgid "List View"
680
+ msgstr ""
681
+
682
+ #: gallery-plugin.php:1929
683
+ msgid "Grid View"
684
+ msgstr ""
685
+
686
+ #: gallery-plugin.php:1986
687
+ msgid "Filter"
688
+ msgstr ""
689
+
690
+ #: gallery-plugin.php:1990
691
+ msgid "Empty Trash"
692
+ msgstr ""
693
+
694
  # @ gallery
695
+ #: gallery-plugin.php:2011
696
  #, fuzzy
697
+ msgid "No images found"
698
+ msgstr "Imagen no encontrada"
699
 
700
+ #: gallery-plugin.php:2065
701
+ msgid "Select bulk action"
702
+ msgstr ""
703
+
704
+ #: gallery-plugin.php:2067
705
+ msgid "Bulk Actions"
706
  msgstr ""
707
 
708
+ #: gallery-plugin.php:2077
709
+ msgid "Apply"
710
+ msgstr ""
711
+
712
+ # @ gallery
713
+ #: gallery-plugin.php:2084
714
+ #: gallery-plugin.php:2258
715
+ #, fuzzy
716
+ msgid "Delete from Gallery"
717
+ msgstr "Galeria nueva"
718
+
719
+ #: gallery-plugin.php:2097
720
+ #: gallery-plugin.php:2111
721
+ msgid "Display file URL"
722
+ msgstr ""
723
+
724
+ #: gallery-plugin.php:2106
725
+ msgid "Bulk Select"
726
+ msgstr ""
727
+
728
+ #: gallery-plugin.php:2108
729
+ msgid "Cancel Selection"
730
+ msgstr ""
731
+
732
+ #: gallery-plugin.php:2109
733
+ msgid "Delete Selected"
734
+ msgstr ""
735
+
736
+ #: gallery-plugin.php:2122
737
+ msgid "File"
738
+ msgstr ""
739
+
740
+ #: gallery-plugin.php:2123
741
+ #: gallery-plugin.php:2211
742
+ msgid "Dimensions"
743
+ msgstr ""
744
+
745
+ #: gallery-plugin.php:2125
746
+ #: gallery-plugin.php:2246
747
+ msgid "Alt tag"
748
+ msgstr "Etiqueta alternativa"
749
+
750
+ # @ gallery
751
+ #: gallery-plugin.php:2126
752
+ #: gallery-plugin.php:2250
753
+ msgid "URL"
754
+ msgstr "URL"
755
+
756
+ #: gallery-plugin.php:2202
757
+ msgid "Deselect"
758
+ msgstr ""
759
+
760
+ #: gallery-plugin.php:2208
761
+ msgid "File name"
762
+ msgstr ""
763
+
764
+ #: gallery-plugin.php:2209
765
+ msgid "File type"
766
+ msgstr ""
767
+
768
+ # @ gallery
769
+ #: gallery-plugin.php:2210
770
+ #, fuzzy
771
+ msgid "Uploaded on"
772
+ msgstr "Subir Archivo"
773
+
774
+ # @ gallery
775
+ #: gallery-plugin.php:2214
776
+ #: gallery-plugin.php:2215
777
+ #, fuzzy
778
+ msgid "Edit Attachment"
779
+ msgstr "ID del anexo"
780
+
781
+ # @ gallery
782
+ #: gallery-plugin.php:2215
783
+ #, fuzzy
784
+ msgid "Edit Attachment Info"
785
+ msgstr "ID del anexo"
786
+
787
+ #: gallery-plugin.php:2225
788
+ #, fuzzy
789
+ msgid "Go Pro"
790
+ msgstr "Ir a PRO"
791
+
792
+ #: gallery-plugin.php:2225
793
+ msgid "Pro version"
794
+ msgstr ""
795
+
796
+ # @ gallery
797
+ #: gallery-plugin.php:2228
798
+ msgid "This setting is available in Pro version"
799
+ msgstr "Esta opcion solo esta disponible en la version Pro"
800
+
801
+ # @ gallery
802
+ #: gallery-plugin.php:2252
803
+ msgid "(by click on image opens a link in a new window)"
804
+ msgstr "(pinchar en la imagen abre un enlace en una nueva ventana)"
805
+
806
+ #: gallery-plugin.php:2256
807
+ msgid "Edit more details"
808
+ msgstr ""
809
+
810
+ #: gallery-plugin.php:2288
811
+ #, php-format
812
+ msgid "Select %s"
813
+ msgstr ""
814
+
815
+ #: gallery-plugin.php:2301
816
+ #: gallery-plugin.php:2313
817
+ #, php-format
818
+ msgid "Edit &#8220;%s&#8221;"
819
+ msgstr ""
820
+
821
+ #: gallery-plugin.php:2348
822
+ #: gallery-plugin.php:2361
823
+ msgid "Edit"
824
+ msgstr ""
825
+
826
+ #: gallery-plugin.php:2351
827
+ #: gallery-plugin.php:2366
828
+ msgid "Trash"
829
+ msgstr ""
830
+
831
+ #: gallery-plugin.php:2354
832
+ #: gallery-plugin.php:2369
833
+ msgid "Delete Permanently"
834
+ msgstr ""
835
+
836
+ #: gallery-plugin.php:2356
837
+ #: gallery-plugin.php:2374
838
+ #, php-format
839
+ msgid "View &#8220;%s&#8221;"
840
+ msgstr ""
841
+
842
+ #: gallery-plugin.php:2356
843
+ #: gallery-plugin.php:2374
844
+ msgid "View"
845
+ msgstr ""
846
+
847
+ # @ gallery
848
+ #: gallery-plugin.php:2358
849
+ #, fuzzy
850
+ msgid "Attach"
851
+ msgstr "ID del anexo"
852
+
853
+ #: gallery-plugin.php:2364
854
+ msgid "Restore"
855
+ msgstr ""
856
+
857
+ #: gallery-plugin.php:2484
858
+ msgid "Warning"
859
+ msgstr ""
860
+
861
+ #: gallery-plugin.php:2484
862
+ msgid "You can add only images to the gallery"
863
+ msgstr ""
864
+
865
+ # @ gallery
866
+ #: gallery-plugin.php:2513
867
+ #, fuzzy
868
+ msgid "Sorry, no gallery found."
869
+ msgstr "Disculpe, nada fue encontrado."
870
+
871
+ # @ gallery
872
+ #: gallery-plugin.php:2519
873
+ #, fuzzy
874
+ msgid "Display an album image with the description and the link to a single gallery page"
875
+ msgstr "Si quiere mostrar una descripcion corta con una miniatura de una Galeria en una pagina."
876
+
877
  #: inc/demo-data/demo-data-loader.php:78
878
+ msgid "Install Demo Data"
879
+ msgstr ""
880
+
881
+ #: inc/demo-data/demo-data-loader.php:79
882
+ msgid "If you install the demo-data, will be created galleries with images, demo-post with available shortcodes and page with a list of all the galleries, plugin settings will be overwritten, however, when you delete the demo data, they will be restored."
883
  msgstr ""
884
 
885
  #: inc/demo-data/demo-data-loader.php:82
920
  msgid "Demo options already installed."
921
  msgstr ""
922
 
923
+ #: inc/demo-data/demo-data-loader.php:296
924
  msgid "Demo data successfully installed."
925
  msgstr ""
926
 
927
+ #: inc/demo-data/demo-data-loader.php:298
928
  msgid "View post with shortcodes"
929
  msgstr ""
930
 
931
+ #: inc/demo-data/demo-data-loader.php:301
932
  msgid "View page with examples"
933
  msgstr ""
934
 
935
+ #: inc/demo-data/demo-data-loader.php:308
936
  msgid "Installation of demo data with some errors occurred."
937
  msgstr ""
938
 
939
+ #: inc/demo-data/demo-data-loader.php:311
940
  msgid "Posts data is missing."
941
  msgstr ""
942
 
943
+ #: inc/demo-data/demo-data-loader.php:336
944
  msgid "Demo data have already been removed."
945
  msgstr ""
946
 
947
+ #: inc/demo-data/demo-data-loader.php:383
948
  msgid "Demo data successfully removed."
949
  msgstr ""
950
 
951
+ #: inc/demo-data/demo-data-loader.php:386
952
  msgid "Removing demo data with some errors occurred."
953
  msgstr ""
954
 
955
+ #: inc/demo-data/demo-data-loader.php:517
956
  msgid "Close notice"
957
  msgstr ""
958
 
959
+ #: inc/demo-data/demo-data-loader.php:520
960
  msgid "Install demo data"
961
  msgstr ""
962
 
963
+ #: inc/demo-data/demo-data-loader.php:520
964
  msgid "for an acquaintance with the possibilities of the"
965
  msgstr ""
966
+
967
+ # @ gallery
968
+ #: template/gallery-template.php:14
969
+ #, fuzzy
970
+ msgid "Gallery Category"
971
+ msgstr "Tamanño de da imagen de la galeria"
972
+
973
+ # @ gallery
974
+ #~ msgid "Add a Gallery"
975
+ #~ msgstr "Agregar una Galeria"
976
+ # @ gallery
977
+ #~ msgid "Find a Gallery"
978
+ #~ msgstr "Encontrar una Galeria"
979
+ # @ gallery
980
+ #~ msgid ""
981
+ #~ "The gallery temp directory (gallery-plugin/upload/files) is not available "
982
+ #~ "for record on your webserver. Please use the standard WP functionality to "
983
+ #~ "upload images (media library)"
984
+ #~ msgstr ""
985
+ #~ "El diretório temporál de la Galeria (gallery-plugin/upload/files) no esta "
986
+ #~ "disponible en su servidor Web. Por favor, utilize el método estandar de "
987
+ #~ "WP para subir imagenes (biblioteca de media)"
988
+ # @ gallery
989
+ #~ msgid "Choose an image for upload:"
990
+ #~ msgstr "Escoja una imagen para subir:"
991
+ # @ gallery
992
+ #~ msgid "Please enable JavaScript to use the file uploader."
993
+ #~ msgstr "Por favor habilite el Javascript para subir sus archivos."
994
+ # @ gallery
995
+ #~ msgid "Allow the download link for all images in this gallery"
996
+ #~ msgstr ""
997
+ #~ "Permitir/habilitar un enlace para la descarag de todas las imagenes en "
998
+ #~ "esta galeria"
999
+ # @ gallery
1000
+ #~ msgid ""
1001
+ #~ "Please use the drag and drop function to change an order of the images "
1002
+ #~ "displaying and do not forget to save the post."
1003
+ #~ msgstr ""
1004
+ #~ "Por favor, use la funcion de arrastar y soltar para cambiar a ordem de "
1005
+ #~ "exibicion de las imagens e no se olvide de guardar sus cambios."
1006
+ # @ gallery
1007
+ #~ msgid "Please make a choice"
1008
+ #~ msgstr "Por favor, escoja una opcion"
1009
+ # @ gallery
1010
+ #~ msgid "sort images"
1011
+ #~ msgstr "ordenar imagens"
1012
+ # @ gallery
1013
+ #~ msgid "on the plugin settings page ("
1014
+ #~ msgstr "En la pagina de opciones de este plugin ("
1015
+ # @ gallery
1016
+ #, fuzzy
1017
+ #~ msgid "Open the URL"
1018
+ #~ msgstr "Abrir elenlace"
1019
+
1020
+ # @ gallery
1021
+ #~ msgid "Current window"
1022
+ #~ msgstr "Ventana atual"
1023
+ # @ gallery
1024
+ #~ msgid "New window"
1025
+ #~ msgstr "Ventana nueva"
1026
+ # @ gallery
1027
+ #, fuzzy
1028
+ #~ msgid "Lightbox button URL"
1029
+ #~ msgstr "Fundo del Lightbox"
1030
+
1031
+ # @ gallery
1032
+ #~ msgid "Delete"
1033
+ #~ msgstr "Suprimir"
1034
+ # @ gallery
1035
+ #~ msgid ""
1036
+ #~ "You can add a Single Gallery to the page or post by inserting this "
1037
+ #~ "shortcode into the content"
1038
+ #~ msgstr ""
1039
+ #~ "Puede agregar una galleria en una pagina insertando el codigo corto en el "
1040
+ #~ "contenido"
1041
+ # @ gallery
1042
+ #~ msgid "Publishing"
1043
+ #~ msgstr "Publicacion"
1044
+ # @ gallery
1045
+ #~ msgid "Background color"
1046
+ #~ msgstr "Color de fondo"
1047
+ #, fuzzy
1048
+ #~ msgid "Go"
1049
+ #~ msgstr "Go!"
languages/gallery-fr_FR.mo CHANGED
Binary file
languages/gallery-fr_FR.po CHANGED
@@ -1,715 +1,781 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: gallery 4.3.0\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-11 12:13+0300\n"
6
- "PO-Revision-Date: 2015-08-11 12:13+0300\n"
7
- "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Didier, L Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e;_n:1,2;esc_html;esc_html__;esc_html_e;"
14
- "esc_attr__;esc_attr_e\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
  "X-Generator: Poedit 1.5.4\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: gallery-plugin.php:95
 
 
 
 
 
 
 
22
  msgid "See images &raquo;"
23
  msgstr "Voir les images &raquo;"
24
 
25
- #: gallery-plugin.php:209
26
- msgid ""
27
- "The following files \"gallery-template.php\" and \"gallery-single-template."
28
- "php\" were not found in the directory of your theme. Please copy them from "
29
- "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
30
- "directory of your theme for the correct work of the Gallery plugin"
31
  msgstr ""
32
- "Les fichiers suivants \"gallery-template.php\" et \"gallery-single-template."
33
- "php\" n'ont pas été trouvés dans le répertoire de votre thème. Merci de les "
34
- "copier depuis le répertoire `/wp-content/plugins/gallery-plugin/template/` "
35
- "dans le répertoire de votre thème pour le bon fonctionnement de l'extension "
36
- "Gallery"
37
 
38
- #: gallery-plugin.php:218 gallery-plugin.php:228
 
 
 
 
 
39
  msgid "Galleries"
40
  msgstr "Galeries"
41
 
42
- #: gallery-plugin.php:219
 
43
  msgid "Gallery"
44
  msgstr "Galerie"
45
 
46
- #: gallery-plugin.php:220
47
- msgid "Add a Gallery"
48
- msgstr "Ajouter une galerie"
49
-
50
- #: gallery-plugin.php:221
51
  msgid "Add New Gallery"
52
  msgstr "Ajouter une nouvelle galerie"
53
 
54
- #: gallery-plugin.php:222
55
  msgid "Edit Gallery"
56
  msgstr "Modifier la galerie"
57
 
58
- #: gallery-plugin.php:223
59
  msgid "New Gallery"
60
  msgstr "Nouvelle galerie"
61
 
62
- #: gallery-plugin.php:224
63
  msgid "View Gallery"
64
  msgstr "Voir la galerie"
65
 
66
- #: gallery-plugin.php:225
67
- msgid "Find a Gallery"
68
- msgstr "Trouver une galerie"
69
 
70
- #: gallery-plugin.php:226
71
  msgid "No Gallery found"
72
  msgstr "Pas de galeries trouvées"
73
 
74
- #: gallery-plugin.php:283
75
- msgid "Upload File"
76
- msgstr "Envoi de fichier"
77
-
78
- #: gallery-plugin.php:284
79
  msgid "Gallery Shortcode"
80
  msgstr "Gallery Shortcode"
81
 
82
- #: gallery-plugin.php:286 gallery-plugin.php:442
 
83
  msgid "Gallery Categories"
84
  msgstr "Catégories de galeries"
85
 
86
- #: gallery-plugin.php:295
87
- msgid "Choose a media file that will be attached"
88
- msgstr "Choisissez une fichier qui sera attaché"
89
-
90
- #: gallery-plugin.php:295
91
- #, php-format
92
- msgid "You need to install \"%s\" plugin to use this functionality"
93
- msgstr "Vous devez installer l'extension %s pour utiliser cette fonction"
94
-
95
- #: gallery-plugin.php:296
96
- msgid "Attach media item to this gallery"
97
- msgstr "Attacher un fichier média à cette galerie"
98
-
99
- #: gallery-plugin.php:315
100
- msgid ""
101
- "The gallery temp directory (gallery-plugin/upload/files) is not available "
102
- "for record on your webserver. Please use the standard WP functionality to "
103
- "upload images (media library)"
104
  msgstr ""
105
- "Le répertoire temporaire de la gallery (gallery-plugin/upload/files) n'est "
106
- "pas autorisé en écriture par votre serveur Web. Merci d'utliser les "
107
- "fonctions standards de WP pour charger les images (Média)"
108
-
109
- #: gallery-plugin.php:327
110
- msgid "Choose an image for upload:"
111
- msgstr "Choisir l'image à envoyer :"
112
-
113
- #: gallery-plugin.php:332
114
- msgid "Please enable JavaScript to use the file uploader."
115
- msgstr "Merci d'activer JavaScript pour utiliser l'envoi de fichiers."
116
-
117
- #: gallery-plugin.php:340
118
- msgid "Allow the download link for all images in this gallery"
119
- msgstr "Autoriser les liens de téléchargement des images dans cette galerie"
120
-
121
- #: gallery-plugin.php:341
122
- msgid ""
123
- "Please use the drag and drop function to change an order of the images "
124
- "displaying and do not forget to save the post."
125
- msgstr ""
126
- "Merci d'utiliser les fonctions de glisser/déposer pour modifier l'ordre "
127
- "d'affichage des images. Ne pas oublier d'enregistrer l'article."
128
-
129
- #: gallery-plugin.php:343
130
- msgid "Please make a choice"
131
- msgstr "Merci de faire un choix"
132
-
133
- #: gallery-plugin.php:343 gallery-plugin.php:1030
134
- msgid "Sort images by"
135
- msgstr "Trier les images par"
136
-
137
- #: gallery-plugin.php:343
138
- msgid "sort images"
139
- msgstr "trier les images"
140
-
141
- #: gallery-plugin.php:343
142
- msgid "on the plugin settings page ("
143
- msgstr "dans les paramètres de l'extension ("
144
-
145
- #: gallery-plugin.php:396 gallery-plugin.php:672
146
- msgid "Title"
147
- msgstr "Titre"
148
-
149
- #: gallery-plugin.php:398
150
- msgid "Alt tag"
151
- msgstr "Tag Alt"
152
-
153
- #: gallery-plugin.php:399
154
- msgid "URL"
155
- msgstr "URL"
156
-
157
- #: gallery-plugin.php:399
158
- msgid "(by click on image opens a link in a new window)"
159
- msgstr "(cliquer sur l'image ouvre le lien dans une nouvelle fenêtre)"
160
-
161
- #: gallery-plugin.php:400
162
- msgid "This setting is available in Pro version"
163
- msgstr "Ce paramètre est disponible dans la version Pro"
164
-
165
- #: gallery-plugin.php:401
166
- msgid "Open the URL"
167
- msgstr "Ouvrir le lien"
168
-
169
- #: gallery-plugin.php:401
170
- msgid "Current window"
171
- msgstr "Fenêtre courrante"
172
-
173
- #: gallery-plugin.php:401
174
- msgid "New window"
175
- msgstr "Nouvelle fenêtre"
176
-
177
- #: gallery-plugin.php:402
178
- msgid "Lightbox button URL"
179
- msgstr "URL du bouton pour Lightbox"
180
 
181
- #: gallery-plugin.php:403
182
- msgid "Description"
183
- msgstr "Description"
184
-
185
- #: gallery-plugin.php:404
186
- msgid "Delete"
187
- msgstr "Supprimer"
188
-
189
- #: gallery-plugin.php:424
190
- msgid ""
191
- "You can add a Single Gallery to the page or post by inserting this shortcode "
192
- "into the content"
193
- msgstr ""
194
- "Vous pouvez ajouter la galerie dans la page ou l'article en insérant le code "
195
- "court dans le contenu"
196
 
197
- #: gallery-plugin.php:426
198
- msgid ""
199
- "If you want to display a short description containing a screenshot and the "
200
- "link to the Single Gallery Page"
201
  msgstr ""
202
- "Si vous voulez avoir un bref aperçu de la galerie avec un lien vers une page "
203
- "unique de la galerie"
204
 
205
- #: gallery-plugin.php:443
206
  msgid "Most Used"
207
  msgstr "Les plus utiliser"
208
 
209
- #: gallery-plugin.php:448 gallery-plugin.php:957
 
210
  msgid "Default"
211
  msgstr "Défaut"
212
 
213
- #: gallery-plugin.php:453
214
  msgid "Add New Gallery Category"
215
  msgstr "Ajouter une nouvelle catégorie de galerie"
216
 
217
- #: gallery-plugin.php:460
218
  msgid "Install plugin"
219
  msgstr "Installer l'extension"
220
 
221
- #: gallery-plugin.php:673
 
 
 
 
 
 
222
  msgid "Author"
223
  msgstr "Auteur"
224
 
225
- #: gallery-plugin.php:674
226
- msgid "Photo"
227
- msgstr "Photo"
 
228
 
229
- #: gallery-plugin.php:675
230
- msgid "Publishing"
231
- msgstr "Public"
 
232
 
233
- #: gallery-plugin.php:676 gallery-plugin.php:1034
 
234
  msgid "Date"
235
  msgstr "Date"
236
 
237
- #: gallery-plugin.php:836
238
  msgid "Settings are saved"
239
  msgstr "Paramètres enregistrés."
240
 
241
- #: gallery-plugin.php:849
242
  #, fuzzy
243
  msgid "All plugin settings were restored."
244
  msgstr "dans les paramètres de l'extension ("
245
 
246
- #: gallery-plugin.php:862
247
  msgid "Gallery Settings"
248
  msgstr "Paramètres de la galerie"
249
 
250
- #: gallery-plugin.php:864 gallery-plugin.php:1216 gallery-plugin.php:1233
251
- msgid "Settings"
252
- msgstr "Réglages"
253
-
254
- #: gallery-plugin.php:865 gallery-plugin.php:1217
255
  msgid "FAQ"
256
  msgstr "FAQ"
257
 
258
- #: gallery-plugin.php:866
259
  msgid "Go PRO"
260
  msgstr "Choisir la version PRO"
261
 
262
- #: gallery-plugin.php:876
 
 
 
 
263
  msgid "Notice:"
264
  msgstr "Avertissement :"
265
 
266
- #: gallery-plugin.php:876
267
- msgid ""
268
- "The plugin's settings have been changed. In order to save them please don't "
269
- "forget to click the 'Save Changes' button."
270
- msgstr ""
271
- "Les paramètres de l'extension ont été changés. Afin de pouvoir les "
272
- "enregistrer, merci de cliquer sur le bouton 'Enregistrer les modifications'."
273
-
274
- #: gallery-plugin.php:877
275
- msgid ""
276
- "If you would like to add a Single Gallery to your page or post, just copy "
277
- "and paste this shortcode into your post or page:"
278
- msgstr ""
279
- "Si vous voulez ajouter la galerie dans une page ou un article, copier le "
280
- "code court suivant dans le contenu de votre page ou de votre article :"
281
 
282
- #: gallery-plugin.php:879
283
- msgid "Please enable JavaScript to use the option to renew images."
284
- msgstr ""
285
- "Merci d'activer JavaScript pour utiliser l'option de mise à jour des images."
286
 
287
- #: gallery-plugin.php:883
288
  msgid "Update images for gallery"
289
  msgstr "Mettre à jour les images pour la galerie"
290
 
291
- #: gallery-plugin.php:885
292
  msgid "Update images"
293
  msgstr "Mettre à jour les images"
294
 
295
- #: gallery-plugin.php:893
296
  msgid "Image size for the album cover"
297
  msgstr "Taille de la vignette de l'album"
298
 
299
- #: gallery-plugin.php:895 gallery-plugin.php:909 gallery-plugin.php:931
 
 
300
  msgid "Image size"
301
  msgstr "Taille de l'image"
302
 
303
- #: gallery-plugin.php:898 gallery-plugin.php:912
 
304
  msgid "Width (in px)"
305
  msgstr "Largeur (en pixels)"
306
 
307
- #: gallery-plugin.php:902 gallery-plugin.php:916
 
308
  msgid "Height (in px)"
309
  msgstr "Hauteur (en pixels)"
310
 
311
- #: gallery-plugin.php:907
312
  msgid "Image size for thumbnails"
313
  msgstr "Taille de l'image pour la vignette"
314
 
315
- #: gallery-plugin.php:921
316
- msgid ""
317
- "WordPress will create a new thumbnail with the specified dimensions when you "
318
- "upload a new photo."
319
- msgstr ""
320
- "WordPress créera une copie de la miniature avec les dimensions spécifiées "
321
- "quand vous envoyez une nouvelle photo."
322
 
323
- #: gallery-plugin.php:929
324
  msgid "Image size in the lightbox"
325
  msgstr "Taille de l'image pour le diaporama"
326
 
327
- #: gallery-plugin.php:932
328
  msgid "Max width (in px)"
329
  msgstr "Largeur maximum (en pixels)"
330
 
331
- #: gallery-plugin.php:933
332
  msgid "Max height (in px)"
333
  msgstr "Hauteur maximum (en pixels)"
334
 
335
- #: gallery-plugin.php:934
336
  msgid "Display a full size image in the lightbox"
337
  msgstr "Afficher une image en taille normale dans la boite"
338
 
339
- #: gallery-plugin.php:938
340
  msgid "Crop position"
341
  msgstr "Point de base"
342
 
343
- #: gallery-plugin.php:942 gallery-plugin.php:948
 
344
  msgid "center"
345
  msgstr "centré"
346
 
347
- #: gallery-plugin.php:944
348
  msgid "Horizontal"
349
  msgstr "Horizontale"
350
 
351
- #: gallery-plugin.php:950
352
  msgid "Vertical"
353
  msgstr "Verticale"
354
 
355
- #: gallery-plugin.php:955
356
  msgid "Lightbox background"
357
  msgstr "Fond de la boite"
358
 
359
- #: gallery-plugin.php:958
360
  msgid "Background transparency (from 0 to 1)"
361
  msgstr "Transparence du fond (de 0 à 1)"
362
 
363
- #: gallery-plugin.php:960
364
  msgid "Select a background color"
365
  msgstr "Choisir une couleur pour le fond"
366
 
367
- #: gallery-plugin.php:962
368
- msgid "Background color"
369
- msgstr "Couleur du fond"
 
370
 
371
- #: gallery-plugin.php:969 gallery-plugin.php:1157
372
- msgid ""
373
- "If you upgrade to Pro version all your settings and galleries will be saved."
374
- msgstr ""
375
- "Si vous passez à  la version Pro, tous ces paramètres seront enregistrés."
376
-
377
- #: gallery-plugin.php:976 gallery-plugin.php:1164
378
- msgid "Unlock premium options by upgrading to a PRO version."
379
  msgstr "Déploquer les options premium en migrant vers la version PRO."
380
 
381
- #: gallery-plugin.php:977 gallery-plugin.php:1165
382
- msgid "Learn More"
383
- msgstr "En savoir plus"
384
-
385
- #: gallery-plugin.php:981 gallery-plugin.php:1169
386
  msgid "Start Your Trial"
387
  msgstr "Débuter votre essai"
388
 
389
- #: gallery-plugin.php:982 gallery-plugin.php:1170
 
390
  msgid "or"
391
  msgstr "ou"
392
 
393
- #: gallery-plugin.php:985 gallery-plugin.php:1173
394
- msgid "Go"
395
- msgstr "Passez"
 
396
 
397
- #: gallery-plugin.php:993
398
  msgid "Images with border"
399
  msgstr "Image avec bordure"
400
 
401
- #: gallery-plugin.php:996
402
  msgid "Border width in px, just numbers"
403
  msgstr "Taille de la bordure en pixel, juste le nombre"
404
 
405
- #: gallery-plugin.php:998 gallery-plugin.php:1000
406
  msgid "Select a border color"
407
  msgstr "Choisir une couleur pour la bordure"
408
 
409
- #: gallery-plugin.php:1006
410
  msgid "Number of images in the row"
411
  msgstr "Nombre d'images par ligne"
412
 
413
- #: gallery-plugin.php:1012
414
  msgid "Start slideshow"
415
  msgstr "Démarer le diaporama"
416
 
417
- #: gallery-plugin.php:1018
418
  msgid "Slideshow interval"
419
  msgstr "Interval de transition pour le diaporama"
420
 
421
- #: gallery-plugin.php:1024
422
  msgid "Use single lightbox for multiple galleries on one page"
423
  msgstr "Utiliser un seul diaporama pour plusieures galeries sur une seule page"
424
 
425
- #: gallery-plugin.php:1032
 
 
 
 
426
  msgid "Attachment ID"
427
  msgstr "ID du fichier"
428
 
429
- #: gallery-plugin.php:1033
430
  msgid "Image Name"
431
  msgstr "Nom de l'image "
432
 
433
- #: gallery-plugin.php:1035
434
- msgid ""
435
- "Sorting order (the input field for sorting order in the Insert / Upload "
436
- "Media Gallery dialog)"
437
  msgstr ""
438
- "Ordre de tri (le nombre dans la fenêtre d'insertion / téléchargement de la "
439
- "galerie)"
440
 
441
- #: gallery-plugin.php:1036
442
  msgid "Random"
443
  msgstr "Aléatoire"
444
 
445
- #: gallery-plugin.php:1040
446
  msgid "Sort images"
447
  msgstr "Trier les images"
448
 
449
- #: gallery-plugin.php:1042
450
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
451
- msgstr ""
452
- "ASC (ordre ascendant de la plus petite à la plus grande valeur - 1, 2, 3; a, "
453
- "b, c)"
454
 
455
- #: gallery-plugin.php:1043
456
- msgid ""
457
- "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
458
- msgstr ""
459
- "DESC (ordre descendant de la plus grade à la plus petite - 3, 2, 1; c, b, a)"
460
 
461
- #: gallery-plugin.php:1047
462
  msgid "Display text under the image"
463
  msgstr "Afficher le texte au dessous de l'image"
464
 
465
- #: gallery-plugin.php:1049
466
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
467
- msgstr ""
468
- "Si vous voulez juste afficher du texte dans une boite, désactiver l'option"
469
 
470
- #: gallery-plugin.php:1053
471
  msgid "Display the Back link"
472
  msgstr "Afficher le lien de retour"
473
 
474
- #: gallery-plugin.php:1059
475
  msgid "Display the Back link in the shortcode"
476
  msgstr "Afficher le lien de retour dans le code court"
477
 
478
- #: gallery-plugin.php:1065
479
  msgid "The Back link text"
480
  msgstr "Le text pour le lien de retour"
481
 
482
- #: gallery-plugin.php:1071
483
  msgid "The Back link URL"
484
  msgstr "L'URL pour le lien de retour"
485
 
486
- #: gallery-plugin.php:1073
487
  msgid "Gallery page (Page with Gallery Template)"
488
  msgstr "Page de la galerie (Page avec le modèle de galerie)"
489
 
490
- #: gallery-plugin.php:1075
491
  msgid "(Full URL to custom page)"
492
  msgstr "(URL complète pour la page spécifique)"
493
 
494
- #: gallery-plugin.php:1079
495
  msgid "The Read More link text"
496
  msgstr "Texte pour le lien \"Read More\""
497
 
498
- #: gallery-plugin.php:1085
499
  msgid "Add gallery to the search"
500
  msgstr "Ajouter les galeries à la recherche"
501
 
502
- #: gallery-plugin.php:1090
503
  msgid "Using"
504
  msgstr "Utilisant"
505
 
506
- #: gallery-plugin.php:1090
507
  msgid "powered by"
508
  msgstr "fournis par"
509
 
510
- #: gallery-plugin.php:1093 gallery-plugin.php:1097
 
511
  msgid "Using Custom Search powered by"
512
  msgstr "Utiliser les recherche personalisées fournies par"
513
 
514
- #: gallery-plugin.php:1093
515
  msgid "Activate Custom Search"
516
  msgstr "Activer les recherche personalisées"
517
 
518
- #: gallery-plugin.php:1097
519
  msgid "Download Custom Search"
520
  msgstr "Télécharger les recherches personalisées"
521
 
522
- #: gallery-plugin.php:1102
523
  msgid "Rewrite templates after update"
524
  msgstr ""
525
 
526
- #: gallery-plugin.php:1104
527
- msgid ""
528
- "Turn off the checkbox, if You edited the file 'gallery-template.php' or "
529
- "'gallery-single-template.php' file in your theme folder and You don't want "
530
- "to rewrite them"
531
  msgstr ""
532
 
533
- #: gallery-plugin.php:1113
534
  msgid "Use pagination for images"
535
  msgstr "Utiliser la pagination pour les images"
536
 
537
- #: gallery-plugin.php:1116
538
  msgid "per page"
539
  msgstr "par page"
540
 
541
- #: gallery-plugin.php:1120
542
  msgid "The lightbox helper"
543
  msgstr "L'aide de lightbox"
544
 
545
- #: gallery-plugin.php:1122
546
  msgid "Do not use"
547
  msgstr "Ne pas utliser"
548
 
549
- #: gallery-plugin.php:1123
550
  msgid "Button helper"
551
  msgstr "Bouton pour l'assistant"
552
 
553
- #: gallery-plugin.php:1124
554
  msgid "Thumbnail helper"
555
  msgstr "Assistant de la galerie"
556
 
557
- #: gallery-plugin.php:1128
558
  msgid "Display Like buttons in the lightbox"
559
  msgstr "Afficher les boutons des réseaux sociaux dans la boite"
560
 
561
- #: gallery-plugin.php:1130
562
  msgid "FaceBook"
563
  msgstr "FaceBook"
564
 
565
- #: gallery-plugin.php:1131
566
  msgid "Twitter"
567
  msgstr "Twitter"
568
 
569
- #: gallery-plugin.php:1132
570
  msgid "Pinterest"
571
  msgstr "Pinterest"
572
 
573
- #: gallery-plugin.php:1133
574
  msgid "Google +1"
575
  msgstr "Google +1"
576
 
577
- #: gallery-plugin.php:1137
578
  msgid "Slug for gallery item"
579
  msgstr "Racine pour les pages des galeries"
580
 
581
- #: gallery-plugin.php:1139
582
  msgid "for any structure of permalinks except the default structure"
583
  msgstr "pour toute forme de permaliens à l'exception de la forme par défaut"
584
 
585
- #: gallery-plugin.php:1143
586
  msgid "Title for lightbox button"
587
  msgstr "Titre pour le bouton lightbox"
588
 
589
- #: gallery-plugin.php:1149
590
- msgid ""
591
- "Display all images in the lightbox instead of going into a single gallery"
592
- msgstr ""
593
- "Afficher toutes les images dans une 'lightbox' au lieu de d'une seule galerie"
594
 
595
- #: gallery-plugin.php:1152
596
- msgid ""
597
- "When using the gallery template or a shortcode with `display=short` parameter"
598
- msgstr ""
599
- "Quand vous utilisez le modèle de galerie ou le code court avec le paramètre "
600
- "`display=short`"
601
 
602
- #: gallery-plugin.php:1181
603
  msgid "Save Changes"
604
  msgstr "Enregistrer les modifications"
605
 
606
- #: gallery-plugin.php:1218
607
  msgid "Support"
608
  msgstr "Soutien"
609
 
610
- #: gallery-plugin.php:1326
611
  msgid "Updating images..."
612
  msgstr "Mise à jour des images..."
613
 
614
- #: gallery-plugin.php:1327
615
  msgid "No image found."
616
  msgstr "Pas d'image trouvée."
617
 
618
- #: gallery-plugin.php:1328
619
  msgid "All images are updated."
620
  msgstr "Toutes les images ont été mises à jour."
621
 
622
- #: gallery-plugin.php:1329
623
  msgid "Error."
624
  msgstr "Erreur."
625
 
626
- #: gallery-plugin.php:1338
 
 
 
 
 
 
 
 
 
 
 
 
 
 
627
  msgid "Learn more"
628
  msgstr "En savoir plus"
629
 
630
- #: gallery-plugin.php:1343 gallery-plugin.php:1383
631
  msgid "Activate"
632
  msgstr "Activer"
633
 
634
- #: gallery-plugin.php:1350 gallery-plugin.php:1390
635
  msgid "Install now"
636
  msgstr "Installé maintenant"
637
 
638
- #: gallery-plugin.php:1359
639
  msgid "Add multiple gallery categories"
640
  msgstr "Ajouter des catégories de galeries"
641
 
642
- #: gallery-plugin.php:1359
643
- msgid ""
644
- "Install Gallery Categories plugin to add unlimited number of categories."
645
- msgstr ""
646
- "Installer l'extension 'Gallery Categories' pour ajouter un nombre infini de "
647
- "catégories."
648
 
649
- #: gallery-plugin.php:1368 gallery-plugin.php:1409
650
  msgid "Close"
651
  msgstr "Fermer"
652
 
653
- #: gallery-plugin.php:1400
654
- msgid "Already attached?"
655
- msgstr "Déjà lié?"
656
-
657
- #: gallery-plugin.php:1400
658
- msgid ""
659
- "If you'd like to attach the files, which are already uploaded, please use Re-"
660
- "attacher plugin."
661
- msgstr ""
662
- "Si vous voulez lier des fichiers qui se trouvent déjà sur le site, merci "
663
- "d'utiliser l'extension 'Re-attacher'"
664
-
665
- #: gallery-plugin.php:1490 template/gallery-single-template.php:19
666
- msgid "Download high resolution image"
667
- msgstr "Télécharger l'image en haute résolution"
668
-
669
- #: gallery-plugin.php:1651 template/gallery-single-template.php:101
670
  msgid "Sorry, nothing found."
671
  msgstr "Désolé, rien n'a été trouvé"
672
 
673
- #: gallery-plugin.php:1673 template/gallery-single-template.php:120
 
674
  msgid "Image"
675
  msgstr "Image "
676
 
677
- #: gallery-plugin.php:1982
 
 
 
 
 
678
  msgid "Image size not defined"
679
  msgstr "Taille de l'image non définie"
680
 
681
- #: gallery-plugin.php:1997
682
- msgid ""
683
- "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
684
- "manually reload image."
685
- msgstr ""
686
- "Il n'est possible de mettre à jour que les images de type PNG, JPEG, GIF, "
687
- "WPMP or XBM. Pour les autres, merci de faire une mise à jour manuelle."
688
 
689
- #: gallery-plugin.php:2008
690
  msgid "Image size changes not defined"
691
  msgstr "La modification de la taille n'est pas définie"
692
 
693
- #: gallery-plugin.php:2037 gallery-plugin.php:2040 gallery-plugin.php:2045
 
 
694
  msgid "Invalid path"
695
  msgstr "Chemin invalide"
696
 
697
- #: template/gallery-template.php:14
 
 
 
 
698
  #, fuzzy
699
- msgid "Gallery Category"
700
- msgstr "Catégories de galeries"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
701
 
702
- #: inc/demo-data/demo-data-loader.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
703
  #, fuzzy
704
  msgid "Install Demo Data"
705
  msgstr "Installé maintenant"
706
 
707
- #: inc/demo-data/demo-data-loader.php:78
708
- msgid ""
709
- "If you install the demo-data, will be created galleries with images, demo-"
710
- "post with available shortcodes and page with a list of all the galleries, \n"
711
- "plugin settings will be overwritten, however, when you delete the demo data, "
712
- "they will be restored."
713
  msgstr ""
714
 
715
  #: inc/demo-data/demo-data-loader.php:82
@@ -750,51 +816,161 @@ msgstr ""
750
  msgid "Demo options already installed."
751
  msgstr "Déjà installé"
752
 
753
- #: inc/demo-data/demo-data-loader.php:294
754
  msgid "Demo data successfully installed."
755
  msgstr ""
756
 
757
- #: inc/demo-data/demo-data-loader.php:296
758
  msgid "View post with shortcodes"
759
  msgstr ""
760
 
761
- #: inc/demo-data/demo-data-loader.php:299
762
  msgid "View page with examples"
763
  msgstr ""
764
 
765
- #: inc/demo-data/demo-data-loader.php:303
766
  msgid "Installation of demo data with some errors occurred."
767
  msgstr ""
768
 
769
- #: inc/demo-data/demo-data-loader.php:306
770
  msgid "Posts data is missing."
771
  msgstr ""
772
 
773
- #: inc/demo-data/demo-data-loader.php:331
774
  msgid "Demo data have already been removed."
775
  msgstr ""
776
 
777
- #: inc/demo-data/demo-data-loader.php:378
778
  msgid "Demo data successfully removed."
779
  msgstr ""
780
 
781
- #: inc/demo-data/demo-data-loader.php:381
782
  msgid "Removing demo data with some errors occurred."
783
  msgstr ""
784
 
785
- #: inc/demo-data/demo-data-loader.php:510
786
  msgid "Close notice"
787
  msgstr ""
788
 
789
- #: inc/demo-data/demo-data-loader.php:513
790
  #, fuzzy
791
  msgid "Install demo data"
792
  msgstr "Installé maintenant"
793
 
794
- #: inc/demo-data/demo-data-loader.php:513
795
  msgid "for an acquaintance with the possibilities of the"
796
  msgstr ""
797
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
798
  #~ msgid "left"
799
  #~ msgstr "gauche"
800
 
@@ -829,9 +1005,6 @@ msgstr ""
829
  #~ msgid "to"
830
  #~ msgstr "à"
831
 
832
- #~ msgid "version!"
833
- #~ msgstr "version"
834
-
835
  #~ msgid "Extend standard plugin functionality with new great options."
836
  #~ msgstr ""
837
  #~ "Etend les fonctionalités classiques de l'extension avec des nouvelles "
@@ -1221,9 +1394,6 @@ msgstr ""
1221
  #~ msgid "Try again"
1222
  #~ msgstr "Essayer de nouveau"
1223
 
1224
- #~ msgid "Preview &#8220;%s&#8221;"
1225
- #~ msgstr "Pré-visualiser &#8220;%s&#8221;"
1226
-
1227
  #~ msgid "Install %s"
1228
  #~ msgstr "Installation %s"
1229
 
@@ -1297,9 +1467,6 @@ msgstr ""
1297
  #~ "Cette fonction est disponible dans le version pro de cette extension. "
1298
  #~ "Pour plus de détails, suivre le lien"
1299
 
1300
- #~ msgid "Switch to new interface"
1301
- #~ msgstr "Basculer vers la nouvelle interface"
1302
-
1303
  #~ msgid "Pro plugins"
1304
  #~ msgstr "Extensions Pro"
1305
 
@@ -1345,12 +1512,6 @@ msgstr ""
1345
  #~ msgid "Switch to old interface"
1346
  #~ msgstr "Basculer vers l'ancienne interface"
1347
 
1348
- #~ msgid "Add New"
1349
- #~ msgstr "Ajouter"
1350
-
1351
- #~ msgid "Search Galleries"
1352
- #~ msgstr "Rechercher une galerie"
1353
-
1354
  #~ msgid "Please do not forget to select "
1355
  #~ msgstr "Merci de ne pas oublier de sélectionner"
1356
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-08 17:02+0300\n"
6
+ "PO-Revision-Date: 2015-09-08 17:03+0300\n"
7
+ "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Didier, L Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e\n"
 
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: gallery-plugin.php:43
21
+ #: gallery-plugin.php:794
22
+ #: gallery-plugin.php:1130
23
+ #: gallery-plugin.php:1147
24
+ msgid "Settings"
25
+ msgstr "Réglages"
26
+
27
+ #: gallery-plugin.php:103
28
  msgid "See images &raquo;"
29
  msgstr "Voir les images &raquo;"
30
 
31
+ #: gallery-plugin.php:106
32
+ msgid "Return to all albums"
 
 
 
 
33
  msgstr ""
 
 
 
 
 
34
 
35
+ #: gallery-plugin.php:330
36
+ 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"
37
+ 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"
38
+
39
+ #: gallery-plugin.php:339
40
+ #: gallery-plugin.php:348
41
  msgid "Galleries"
42
  msgstr "Galeries"
43
 
44
+ #: gallery-plugin.php:340
45
+ #: gallery-plugin.php:2507
46
  msgid "Gallery"
47
  msgstr "Galerie"
48
 
49
+ #: gallery-plugin.php:341
 
 
 
 
50
  msgid "Add New Gallery"
51
  msgstr "Ajouter une nouvelle galerie"
52
 
53
+ #: gallery-plugin.php:342
54
  msgid "Edit Gallery"
55
  msgstr "Modifier la galerie"
56
 
57
+ #: gallery-plugin.php:343
58
  msgid "New Gallery"
59
  msgstr "Nouvelle galerie"
60
 
61
+ #: gallery-plugin.php:344
62
  msgid "View Gallery"
63
  msgstr "Voir la galerie"
64
 
65
+ #: gallery-plugin.php:345
66
+ msgid "Search Galleries"
67
+ msgstr "Rechercher une galerie"
68
 
69
+ #: gallery-plugin.php:346
70
  msgid "No Gallery found"
71
  msgstr "Pas de galeries trouvées"
72
 
73
+ #: gallery-plugin.php:403
 
 
 
 
74
  msgid "Gallery Shortcode"
75
  msgstr "Gallery Shortcode"
76
 
77
+ #: gallery-plugin.php:405
78
+ #: gallery-plugin.php:437
79
  msgid "Gallery Categories"
80
  msgstr "Catégories de galeries"
81
 
82
+ #: gallery-plugin.php:414
83
+ msgid "Add this shortcode to a page, post or widget to display a single gallery"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
85
 
86
+ #: gallery-plugin.php:417
87
+ #, fuzzy
88
+ msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
89
+ msgstr "Si vous voulez avoir un bref aperçu de la galerie avec un lien vers une page unique de la galerie"
 
 
 
 
 
 
 
 
 
 
 
90
 
91
+ #: gallery-plugin.php:419
92
+ msgid "Short display"
 
 
93
  msgstr ""
 
 
94
 
95
+ #: gallery-plugin.php:438
96
  msgid "Most Used"
97
  msgstr "Les plus utiliser"
98
 
99
+ #: gallery-plugin.php:443
100
+ #: gallery-plugin.php:887
101
  msgid "Default"
102
  msgstr "Défaut"
103
 
104
+ #: gallery-plugin.php:448
105
  msgid "Add New Gallery Category"
106
  msgstr "Ajouter une nouvelle catégorie de galerie"
107
 
108
+ #: gallery-plugin.php:455
109
  msgid "Install plugin"
110
  msgstr "Installer l'extension"
111
 
112
+ #: gallery-plugin.php:610
113
+ #: gallery-plugin.php:2121
114
+ #: gallery-plugin.php:2238
115
+ msgid "Title"
116
+ msgstr "Titre"
117
+
118
+ #: gallery-plugin.php:611
119
  msgid "Author"
120
  msgstr "Auteur"
121
 
122
+ #: gallery-plugin.php:612
123
+ #, fuzzy
124
+ msgid "Shortcode"
125
+ msgstr "Gallery Shortcode"
126
 
127
+ #: gallery-plugin.php:613
128
+ #, fuzzy
129
+ msgid "Photos"
130
+ msgstr "Photo"
131
 
132
+ #: gallery-plugin.php:614
133
+ #: gallery-plugin.php:951
134
  msgid "Date"
135
  msgstr "Date"
136
 
137
+ #: gallery-plugin.php:767
138
  msgid "Settings are saved"
139
  msgstr "Paramètres enregistrés."
140
 
141
+ #: gallery-plugin.php:780
142
  #, fuzzy
143
  msgid "All plugin settings were restored."
144
  msgstr "dans les paramètres de l'extension ("
145
 
146
+ #: gallery-plugin.php:792
147
  msgid "Gallery Settings"
148
  msgstr "Paramètres de la galerie"
149
 
150
+ #: gallery-plugin.php:795
151
+ #: gallery-plugin.php:1131
 
 
 
152
  msgid "FAQ"
153
  msgstr "FAQ"
154
 
155
+ #: gallery-plugin.php:796
156
  msgid "Go PRO"
157
  msgstr "Choisir la version PRO"
158
 
159
+ #: gallery-plugin.php:806
160
+ msgid "Please enable JavaScript to use the option to renew images."
161
+ msgstr "Merci d'activer JavaScript pour utiliser l'option de mise à jour des images."
162
+
163
+ #: gallery-plugin.php:807
164
  msgid "Notice:"
165
  msgstr "Avertissement :"
166
 
167
+ #: gallery-plugin.php:807
168
+ msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
169
+ 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'."
 
 
 
 
 
 
 
 
 
 
 
 
170
 
171
+ #: gallery-plugin.php:808
172
+ 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:"
173
+ 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 :"
 
174
 
175
+ #: gallery-plugin.php:813
176
  msgid "Update images for gallery"
177
  msgstr "Mettre à jour les images pour la galerie"
178
 
179
+ #: gallery-plugin.php:815
180
  msgid "Update images"
181
  msgstr "Mettre à jour les images"
182
 
183
+ #: gallery-plugin.php:823
184
  msgid "Image size for the album cover"
185
  msgstr "Taille de la vignette de l'album"
186
 
187
+ #: gallery-plugin.php:825
188
+ #: gallery-plugin.php:839
189
+ #: gallery-plugin.php:861
190
  msgid "Image size"
191
  msgstr "Taille de l'image"
192
 
193
+ #: gallery-plugin.php:828
194
+ #: gallery-plugin.php:842
195
  msgid "Width (in px)"
196
  msgstr "Largeur (en pixels)"
197
 
198
+ #: gallery-plugin.php:832
199
+ #: gallery-plugin.php:846
200
  msgid "Height (in px)"
201
  msgstr "Hauteur (en pixels)"
202
 
203
+ #: gallery-plugin.php:837
204
  msgid "Image size for thumbnails"
205
  msgstr "Taille de l'image pour la vignette"
206
 
207
+ #: gallery-plugin.php:851
208
+ msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
209
+ msgstr "WordPress créera une copie de la miniature avec les dimensions spécifiées quand vous envoyez une nouvelle photo."
 
 
 
 
210
 
211
+ #: gallery-plugin.php:859
212
  msgid "Image size in the lightbox"
213
  msgstr "Taille de l'image pour le diaporama"
214
 
215
+ #: gallery-plugin.php:862
216
  msgid "Max width (in px)"
217
  msgstr "Largeur maximum (en pixels)"
218
 
219
+ #: gallery-plugin.php:863
220
  msgid "Max height (in px)"
221
  msgstr "Hauteur maximum (en pixels)"
222
 
223
+ #: gallery-plugin.php:864
224
  msgid "Display a full size image in the lightbox"
225
  msgstr "Afficher une image en taille normale dans la boite"
226
 
227
+ #: gallery-plugin.php:868
228
  msgid "Crop position"
229
  msgstr "Point de base"
230
 
231
+ #: gallery-plugin.php:872
232
+ #: gallery-plugin.php:878
233
  msgid "center"
234
  msgstr "centré"
235
 
236
+ #: gallery-plugin.php:874
237
  msgid "Horizontal"
238
  msgstr "Horizontale"
239
 
240
+ #: gallery-plugin.php:880
241
  msgid "Vertical"
242
  msgstr "Verticale"
243
 
244
+ #: gallery-plugin.php:885
245
  msgid "Lightbox background"
246
  msgstr "Fond de la boite"
247
 
248
+ #: gallery-plugin.php:888
249
  msgid "Background transparency (from 0 to 1)"
250
  msgstr "Transparence du fond (de 0 à 1)"
251
 
252
+ #: gallery-plugin.php:889
253
  msgid "Select a background color"
254
  msgstr "Choisir une couleur pour le fond"
255
 
256
+ #: gallery-plugin.php:894
257
+ #: gallery-plugin.php:1074
258
+ msgid "If you upgrade to Pro version all your settings and galleries will be saved."
259
+ msgstr "Si vous passez à  la version Pro, tous ces paramètres seront enregistrés."
260
 
261
+ #: gallery-plugin.php:901
262
+ #: gallery-plugin.php:1081
263
+ #, fuzzy
264
+ msgid "Unlock premium options by upgrading to Pro version"
 
 
 
 
265
  msgstr "Déploquer les options premium en migrant vers la version PRO."
266
 
267
+ #: gallery-plugin.php:905
268
+ #: gallery-plugin.php:1085
 
 
 
269
  msgid "Start Your Trial"
270
  msgstr "Débuter votre essai"
271
 
272
+ #: gallery-plugin.php:906
273
+ #: gallery-plugin.php:1086
274
  msgid "or"
275
  msgstr "ou"
276
 
277
+ #: gallery-plugin.php:908
278
+ #: gallery-plugin.php:1088
279
+ msgid "Learn More"
280
+ msgstr "En savoir plus"
281
 
282
+ #: gallery-plugin.php:915
283
  msgid "Images with border"
284
  msgstr "Image avec bordure"
285
 
286
+ #: gallery-plugin.php:918
287
  msgid "Border width in px, just numbers"
288
  msgstr "Taille de la bordure en pixel, juste le nombre"
289
 
290
+ #: gallery-plugin.php:919
291
  msgid "Select a border color"
292
  msgstr "Choisir une couleur pour la bordure"
293
 
294
+ #: gallery-plugin.php:923
295
  msgid "Number of images in the row"
296
  msgstr "Nombre d'images par ligne"
297
 
298
+ #: gallery-plugin.php:929
299
  msgid "Start slideshow"
300
  msgstr "Démarer le diaporama"
301
 
302
+ #: gallery-plugin.php:935
303
  msgid "Slideshow interval"
304
  msgstr "Interval de transition pour le diaporama"
305
 
306
+ #: gallery-plugin.php:941
307
  msgid "Use single lightbox for multiple galleries on one page"
308
  msgstr "Utiliser un seul diaporama pour plusieures galeries sur une seule page"
309
 
310
+ #: gallery-plugin.php:947
311
+ msgid "Sort images by"
312
+ msgstr "Trier les images par"
313
+
314
+ #: gallery-plugin.php:949
315
  msgid "Attachment ID"
316
  msgstr "ID du fichier"
317
 
318
+ #: gallery-plugin.php:950
319
  msgid "Image Name"
320
  msgstr "Nom de l'image "
321
 
322
+ #: gallery-plugin.php:952
323
+ msgid "Sorting order in the Gallery"
 
 
324
  msgstr ""
 
 
325
 
326
+ #: gallery-plugin.php:953
327
  msgid "Random"
328
  msgstr "Aléatoire"
329
 
330
+ #: gallery-plugin.php:957
331
  msgid "Sort images"
332
  msgstr "Trier les images"
333
 
334
+ #: gallery-plugin.php:959
335
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
336
+ msgstr "ASC (ordre ascendant de la plus petite à la plus grande valeur - 1, 2, 3; a, b, c)"
 
 
337
 
338
+ #: gallery-plugin.php:960
339
+ msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
340
+ msgstr "DESC (ordre descendant de la plus grade à la plus petite - 3, 2, 1; c, b, a)"
 
 
341
 
342
+ #: gallery-plugin.php:964
343
  msgid "Display text under the image"
344
  msgstr "Afficher le texte au dessous de l'image"
345
 
346
+ #: gallery-plugin.php:966
347
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
348
+ msgstr "Si vous voulez juste afficher du texte dans une boite, désactiver l'option"
 
349
 
350
+ #: gallery-plugin.php:970
351
  msgid "Display the Back link"
352
  msgstr "Afficher le lien de retour"
353
 
354
+ #: gallery-plugin.php:976
355
  msgid "Display the Back link in the shortcode"
356
  msgstr "Afficher le lien de retour dans le code court"
357
 
358
+ #: gallery-plugin.php:982
359
  msgid "The Back link text"
360
  msgstr "Le text pour le lien de retour"
361
 
362
+ #: gallery-plugin.php:988
363
  msgid "The Back link URL"
364
  msgstr "L'URL pour le lien de retour"
365
 
366
+ #: gallery-plugin.php:990
367
  msgid "Gallery page (Page with Gallery Template)"
368
  msgstr "Page de la galerie (Page avec le modèle de galerie)"
369
 
370
+ #: gallery-plugin.php:992
371
  msgid "(Full URL to custom page)"
372
  msgstr "(URL complète pour la page spécifique)"
373
 
374
+ #: gallery-plugin.php:996
375
  msgid "The Read More link text"
376
  msgstr "Texte pour le lien \"Read More\""
377
 
378
+ #: gallery-plugin.php:1002
379
  msgid "Add gallery to the search"
380
  msgstr "Ajouter les galeries à la recherche"
381
 
382
+ #: gallery-plugin.php:1007
383
  msgid "Using"
384
  msgstr "Utilisant"
385
 
386
+ #: gallery-plugin.php:1007
387
  msgid "powered by"
388
  msgstr "fournis par"
389
 
390
+ #: gallery-plugin.php:1010
391
+ #: gallery-plugin.php:1014
392
  msgid "Using Custom Search powered by"
393
  msgstr "Utiliser les recherche personalisées fournies par"
394
 
395
+ #: gallery-plugin.php:1010
396
  msgid "Activate Custom Search"
397
  msgstr "Activer les recherche personalisées"
398
 
399
+ #: gallery-plugin.php:1014
400
  msgid "Download Custom Search"
401
  msgstr "Télécharger les recherches personalisées"
402
 
403
+ #: gallery-plugin.php:1019
404
  msgid "Rewrite templates after update"
405
  msgstr ""
406
 
407
+ #: gallery-plugin.php:1021
408
+ 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"
 
 
 
409
  msgstr ""
410
 
411
+ #: gallery-plugin.php:1030
412
  msgid "Use pagination for images"
413
  msgstr "Utiliser la pagination pour les images"
414
 
415
+ #: gallery-plugin.php:1033
416
  msgid "per page"
417
  msgstr "par page"
418
 
419
+ #: gallery-plugin.php:1037
420
  msgid "The lightbox helper"
421
  msgstr "L'aide de lightbox"
422
 
423
+ #: gallery-plugin.php:1039
424
  msgid "Do not use"
425
  msgstr "Ne pas utliser"
426
 
427
+ #: gallery-plugin.php:1040
428
  msgid "Button helper"
429
  msgstr "Bouton pour l'assistant"
430
 
431
+ #: gallery-plugin.php:1041
432
  msgid "Thumbnail helper"
433
  msgstr "Assistant de la galerie"
434
 
435
+ #: gallery-plugin.php:1045
436
  msgid "Display Like buttons in the lightbox"
437
  msgstr "Afficher les boutons des réseaux sociaux dans la boite"
438
 
439
+ #: gallery-plugin.php:1047
440
  msgid "FaceBook"
441
  msgstr "FaceBook"
442
 
443
+ #: gallery-plugin.php:1048
444
  msgid "Twitter"
445
  msgstr "Twitter"
446
 
447
+ #: gallery-plugin.php:1049
448
  msgid "Pinterest"
449
  msgstr "Pinterest"
450
 
451
+ #: gallery-plugin.php:1050
452
  msgid "Google +1"
453
  msgstr "Google +1"
454
 
455
+ #: gallery-plugin.php:1054
456
  msgid "Slug for gallery item"
457
  msgstr "Racine pour les pages des galeries"
458
 
459
+ #: gallery-plugin.php:1056
460
  msgid "for any structure of permalinks except the default structure"
461
  msgstr "pour toute forme de permaliens à l'exception de la forme par défaut"
462
 
463
+ #: gallery-plugin.php:1060
464
  msgid "Title for lightbox button"
465
  msgstr "Titre pour le bouton lightbox"
466
 
467
+ #: gallery-plugin.php:1066
468
+ msgid "Display all images in the lightbox instead of going into a single gallery"
469
+ msgstr "Afficher toutes les images dans une 'lightbox' au lieu de d'une seule galerie"
 
 
470
 
471
+ #: gallery-plugin.php:1069
472
+ msgid "When using the gallery template or a shortcode with `display=short` parameter"
473
+ msgstr "Quand vous utilisez le modèle de galerie ou le code court avec le paramètre `display=short`"
 
 
 
474
 
475
+ #: gallery-plugin.php:1095
476
  msgid "Save Changes"
477
  msgstr "Enregistrer les modifications"
478
 
479
+ #: gallery-plugin.php:1132
480
  msgid "Support"
481
  msgstr "Soutien"
482
 
483
+ #: gallery-plugin.php:1199
484
  msgid "Updating images..."
485
  msgstr "Mise à jour des images..."
486
 
487
+ #: gallery-plugin.php:1200
488
  msgid "No image found."
489
  msgstr "Pas d'image trouvée."
490
 
491
+ #: gallery-plugin.php:1201
492
  msgid "All images are updated."
493
  msgstr "Toutes les images ont été mises à jour."
494
 
495
+ #: gallery-plugin.php:1202
496
  msgid "Error."
497
  msgstr "Erreur."
498
 
499
+ #: gallery-plugin.php:1213
500
+ msgid ""
501
+ "You are about to delete these items from this gallery.\n"
502
+ " 'Cancel' to stop, 'OK' to delete."
503
+ msgstr ""
504
+
505
+ #: gallery-plugin.php:1214
506
+ msgid "Insert Media"
507
+ msgstr ""
508
+
509
+ #: gallery-plugin.php:1215
510
+ msgid "Insert"
511
+ msgstr ""
512
+
513
+ #: gallery-plugin.php:1227
514
  msgid "Learn more"
515
  msgstr "En savoir plus"
516
 
517
+ #: gallery-plugin.php:1232
518
  msgid "Activate"
519
  msgstr "Activer"
520
 
521
+ #: gallery-plugin.php:1239
522
  msgid "Install now"
523
  msgstr "Installé maintenant"
524
 
525
+ #: gallery-plugin.php:1248
526
  msgid "Add multiple gallery categories"
527
  msgstr "Ajouter des catégories de galeries"
528
 
529
+ #: gallery-plugin.php:1248
530
+ msgid "Install Gallery Categories plugin to add unlimited number of categories."
531
+ msgstr "Installer l'extension 'Gallery Categories' pour ajouter un nombre infini de catégories."
 
 
 
532
 
533
+ #: gallery-plugin.php:1257
534
  msgid "Close"
535
  msgstr "Fermer"
536
 
537
+ #: gallery-plugin.php:1521
538
+ #: template/gallery-single-template.php:101
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
539
  msgid "Sorry, nothing found."
540
  msgstr "Désolé, rien n'a été trouvé"
541
 
542
+ #: gallery-plugin.php:1543
543
+ #: template/gallery-single-template.php:120
544
  msgid "Image"
545
  msgstr "Image "
546
 
547
+ #: gallery-plugin.php:1543
548
+ #: template/gallery-single-template.php:19
549
+ msgid "Download high resolution image"
550
+ msgstr "Télécharger l'image en haute résolution"
551
+
552
+ #: gallery-plugin.php:1673
553
  msgid "Image size not defined"
554
  msgstr "Taille de l'image non définie"
555
 
556
+ #: gallery-plugin.php:1688
557
+ msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
558
+ 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."
 
 
 
 
559
 
560
+ #: gallery-plugin.php:1699
561
  msgid "Image size changes not defined"
562
  msgstr "La modification de la taille n'est pas définie"
563
 
564
+ #: gallery-plugin.php:1728
565
+ #: gallery-plugin.php:1731
566
+ #: gallery-plugin.php:1736
567
  msgid "Invalid path"
568
  msgstr "Chemin invalide"
569
 
570
+ #: gallery-plugin.php:1885
571
+ msgid "Add images requires JavaScript."
572
+ msgstr ""
573
+
574
+ #: gallery-plugin.php:1888
575
  #, fuzzy
576
+ msgid "Add Media"
577
+ msgstr "Ajouter"
578
+
579
+ #: gallery-plugin.php:1898
580
+ msgid "The grid view for the Gallery images requires JavaScript."
581
+ msgstr ""
582
+
583
+ #: gallery-plugin.php:1898
584
+ #, fuzzy
585
+ msgid "Switch to the list view"
586
+ msgstr "Basculer vers la nouvelle interface"
587
+
588
+ #: gallery-plugin.php:1925
589
+ msgid "List View"
590
+ msgstr ""
591
+
592
+ #: gallery-plugin.php:1926
593
+ msgid "Grid View"
594
+ msgstr ""
595
+
596
+ #: gallery-plugin.php:1983
597
+ msgid "Filter"
598
+ msgstr ""
599
+
600
+ #: gallery-plugin.php:1987
601
+ msgid "Empty Trash"
602
+ msgstr ""
603
+
604
+ #: gallery-plugin.php:2008
605
+ #, fuzzy
606
+ msgid "No images found"
607
+ msgstr "Pas d'image trouvée."
608
+
609
+ #: gallery-plugin.php:2062
610
+ msgid "Select bulk action"
611
+ msgstr ""
612
+
613
+ #: gallery-plugin.php:2064
614
+ msgid "Bulk Actions"
615
+ msgstr ""
616
+
617
+ #: gallery-plugin.php:2074
618
+ msgid "Apply"
619
+ msgstr ""
620
+
621
+ #: gallery-plugin.php:2081
622
+ #: gallery-plugin.php:2254
623
+ #, fuzzy
624
+ msgid "Delete from Gallery"
625
+ msgstr "Nouvelle galerie"
626
+
627
+ #: gallery-plugin.php:2094
628
+ #: gallery-plugin.php:2108
629
+ msgid "Display file URL"
630
+ msgstr ""
631
+
632
+ #: gallery-plugin.php:2103
633
+ msgid "Bulk Select"
634
+ msgstr ""
635
+
636
+ #: gallery-plugin.php:2105
637
+ msgid "Cancel Selection"
638
+ msgstr ""
639
+
640
+ #: gallery-plugin.php:2106
641
+ msgid "Delete Selected"
642
+ msgstr ""
643
 
644
+ #: gallery-plugin.php:2119
645
+ msgid "File"
646
+ msgstr ""
647
+
648
+ #: gallery-plugin.php:2120
649
+ #: gallery-plugin.php:2207
650
+ msgid "Dimensions"
651
+ msgstr ""
652
+
653
+ #: gallery-plugin.php:2122
654
+ #: gallery-plugin.php:2242
655
+ msgid "Alt tag"
656
+ msgstr "Tag Alt"
657
+
658
+ #: gallery-plugin.php:2123
659
+ #: gallery-plugin.php:2246
660
+ msgid "URL"
661
+ msgstr "URL"
662
+
663
+ #: gallery-plugin.php:2199
664
+ msgid "Deselect"
665
+ msgstr ""
666
+
667
+ #: gallery-plugin.php:2205
668
+ msgid "File name"
669
+ msgstr ""
670
+
671
+ #: gallery-plugin.php:2206
672
+ msgid "File type"
673
+ msgstr ""
674
+
675
+ #: gallery-plugin.php:2210
676
+ #: gallery-plugin.php:2211
677
+ #, fuzzy
678
+ msgid "Edit Attachment"
679
+ msgstr "ID du fichier"
680
+
681
+ #: gallery-plugin.php:2211
682
+ #, fuzzy
683
+ msgid "Edit Attachment Info"
684
+ msgstr "ID du fichier"
685
+
686
+ #: gallery-plugin.php:2221
687
+ #, fuzzy
688
+ msgid "Go Pro"
689
+ msgstr "Choisir la version PRO"
690
+
691
+ #: gallery-plugin.php:2221
692
+ #, fuzzy
693
+ msgid "Pro version"
694
+ msgstr "version"
695
+
696
+ #: gallery-plugin.php:2224
697
+ msgid "This setting is available in Pro version"
698
+ msgstr "Ce paramètre est disponible dans la version Pro"
699
+
700
+ #: gallery-plugin.php:2248
701
+ msgid "(by click on image opens a link in a new window)"
702
+ msgstr "(cliquer sur l'image ouvre le lien dans une nouvelle fenêtre)"
703
+
704
+ #: gallery-plugin.php:2252
705
+ msgid "Edit more details"
706
+ msgstr ""
707
+
708
+ #: gallery-plugin.php:2284
709
+ #, php-format
710
+ msgid "Select %s"
711
+ msgstr ""
712
+
713
+ #: gallery-plugin.php:2297
714
+ #: gallery-plugin.php:2309
715
+ #, fuzzy, php-format
716
+ msgid "Edit &#8220;%s&#8221;"
717
+ msgstr "Pré-visualiser &#8220;%s&#8221;"
718
+
719
+ #: gallery-plugin.php:2344
720
+ #: gallery-plugin.php:2357
721
+ msgid "Edit"
722
+ msgstr ""
723
+
724
+ #: gallery-plugin.php:2347
725
+ #: gallery-plugin.php:2362
726
+ msgid "Trash"
727
+ msgstr ""
728
+
729
+ #: gallery-plugin.php:2350
730
+ #: gallery-plugin.php:2365
731
+ msgid "Delete Permanently"
732
+ msgstr ""
733
+
734
+ #: gallery-plugin.php:2352
735
+ #: gallery-plugin.php:2370
736
+ #, fuzzy, php-format
737
+ msgid "View &#8220;%s&#8221;"
738
+ msgstr "Pré-visualiser &#8220;%s&#8221;"
739
+
740
+ #: gallery-plugin.php:2352
741
+ #: gallery-plugin.php:2370
742
+ msgid "View"
743
+ msgstr ""
744
+
745
+ #: gallery-plugin.php:2354
746
+ #, fuzzy
747
+ msgid "Attach"
748
+ msgstr "ID du fichier"
749
+
750
+ #: gallery-plugin.php:2360
751
+ msgid "Restore"
752
+ msgstr ""
753
+
754
+ #: gallery-plugin.php:2480
755
+ msgid "Warning"
756
+ msgstr ""
757
+
758
+ #: gallery-plugin.php:2480
759
+ msgid "You can add only images to the gallery"
760
+ msgstr ""
761
+
762
+ #: gallery-plugin.php:2509
763
+ #, fuzzy
764
+ msgid "Sorry, no gallery found."
765
+ msgstr "Désolé, rien n'a été trouvé"
766
+
767
+ #: gallery-plugin.php:2515
768
+ #, fuzzy
769
+ msgid "Display an album image with the description and the link to a single gallery page"
770
+ msgstr "Afficher toutes les images dans une 'lightbox' au lieu de d'une seule galerie"
771
+
772
+ #: inc/demo-data/demo-data-loader.php:78
773
  #, fuzzy
774
  msgid "Install Demo Data"
775
  msgstr "Installé maintenant"
776
 
777
+ #: inc/demo-data/demo-data-loader.php:79
778
+ msgid "If you install the demo-data, will be created galleries with images, demo-post with available shortcodes and page with a list of all the galleries, plugin settings will be overwritten, however, when you delete the demo data, they will be restored."
 
 
 
 
779
  msgstr ""
780
 
781
  #: inc/demo-data/demo-data-loader.php:82
816
  msgid "Demo options already installed."
817
  msgstr "Déjà installé"
818
 
819
+ #: inc/demo-data/demo-data-loader.php:296
820
  msgid "Demo data successfully installed."
821
  msgstr ""
822
 
823
+ #: inc/demo-data/demo-data-loader.php:298
824
  msgid "View post with shortcodes"
825
  msgstr ""
826
 
827
+ #: inc/demo-data/demo-data-loader.php:301
828
  msgid "View page with examples"
829
  msgstr ""
830
 
831
+ #: inc/demo-data/demo-data-loader.php:308
832
  msgid "Installation of demo data with some errors occurred."
833
  msgstr ""
834
 
835
+ #: inc/demo-data/demo-data-loader.php:311
836
  msgid "Posts data is missing."
837
  msgstr ""
838
 
839
+ #: inc/demo-data/demo-data-loader.php:336
840
  msgid "Demo data have already been removed."
841
  msgstr ""
842
 
843
+ #: inc/demo-data/demo-data-loader.php:383
844
  msgid "Demo data successfully removed."
845
  msgstr ""
846
 
847
+ #: inc/demo-data/demo-data-loader.php:386
848
  msgid "Removing demo data with some errors occurred."
849
  msgstr ""
850
 
851
+ #: inc/demo-data/demo-data-loader.php:517
852
  msgid "Close notice"
853
  msgstr ""
854
 
855
+ #: inc/demo-data/demo-data-loader.php:520
856
  #, fuzzy
857
  msgid "Install demo data"
858
  msgstr "Installé maintenant"
859
 
860
+ #: inc/demo-data/demo-data-loader.php:520
861
  msgid "for an acquaintance with the possibilities of the"
862
  msgstr ""
863
 
864
+ #: template/gallery-template.php:14
865
+ #, fuzzy
866
+ msgid "Gallery Category"
867
+ msgstr "Catégories de galeries"
868
+
869
+ #, fuzzy
870
+ #~ msgid "Uploaded on"
871
+ #~ msgstr "Envoi de fichier"
872
+
873
+ #~ msgid "Add a Gallery"
874
+ #~ msgstr "Ajouter une galerie"
875
+
876
+ #~ msgid "Find a Gallery"
877
+ #~ msgstr "Trouver une galerie"
878
+
879
+ #~ msgid "Choose a media file that will be attached"
880
+ #~ msgstr "Choisissez une fichier qui sera attaché"
881
+
882
+ #~ msgid "You need to install \"%s\" plugin to use this functionality"
883
+ #~ msgstr "Vous devez installer l'extension %s pour utiliser cette fonction"
884
+
885
+ #~ msgid "Attach media item to this gallery"
886
+ #~ msgstr "Attacher un fichier média à cette galerie"
887
+
888
+ #~ msgid ""
889
+ #~ "The gallery temp directory (gallery-plugin/upload/files) is not available "
890
+ #~ "for record on your webserver. Please use the standard WP functionality to "
891
+ #~ "upload images (media library)"
892
+ #~ msgstr ""
893
+ #~ "Le répertoire temporaire de la gallery (gallery-plugin/upload/files) "
894
+ #~ "n'est pas autorisé en écriture par votre serveur Web. Merci d'utliser les "
895
+ #~ "fonctions standards de WP pour charger les images (Média)"
896
+
897
+ #~ msgid "Choose an image for upload:"
898
+ #~ msgstr "Choisir l'image à envoyer :"
899
+
900
+ #~ msgid "Please enable JavaScript to use the file uploader."
901
+ #~ msgstr "Merci d'activer JavaScript pour utiliser l'envoi de fichiers."
902
+
903
+ #~ msgid "Allow the download link for all images in this gallery"
904
+ #~ msgstr ""
905
+ #~ "Autoriser les liens de téléchargement des images dans cette galerie"
906
+
907
+ #~ msgid ""
908
+ #~ "Please use the drag and drop function to change an order of the images "
909
+ #~ "displaying and do not forget to save the post."
910
+ #~ msgstr ""
911
+ #~ "Merci d'utiliser les fonctions de glisser/déposer pour modifier l'ordre "
912
+ #~ "d'affichage des images. Ne pas oublier d'enregistrer l'article."
913
+
914
+ #~ msgid "Please make a choice"
915
+ #~ msgstr "Merci de faire un choix"
916
+
917
+ #~ msgid "sort images"
918
+ #~ msgstr "trier les images"
919
+
920
+ #~ msgid "on the plugin settings page ("
921
+ #~ msgstr "dans les paramètres de l'extension ("
922
+
923
+ #~ msgid "Open the URL"
924
+ #~ msgstr "Ouvrir le lien"
925
+
926
+ #~ msgid "Current window"
927
+ #~ msgstr "Fenêtre courrante"
928
+
929
+ #~ msgid "New window"
930
+ #~ msgstr "Nouvelle fenêtre"
931
+
932
+ #~ msgid "Lightbox button URL"
933
+ #~ msgstr "URL du bouton pour Lightbox"
934
+
935
+ #~ msgid "Description"
936
+ #~ msgstr "Description"
937
+
938
+ #~ msgid "Delete"
939
+ #~ msgstr "Supprimer"
940
+
941
+ #~ msgid ""
942
+ #~ "You can add a Single Gallery to the page or post by inserting this "
943
+ #~ "shortcode into the content"
944
+ #~ msgstr ""
945
+ #~ "Vous pouvez ajouter la galerie dans la page ou l'article en insérant le "
946
+ #~ "code court dans le contenu"
947
+
948
+ #~ msgid "Publishing"
949
+ #~ msgstr "Public"
950
+
951
+ #~ msgid "Background color"
952
+ #~ msgstr "Couleur du fond"
953
+
954
+ #~ msgid "Go"
955
+ #~ msgstr "Passez"
956
+
957
+ #~ msgid ""
958
+ #~ "Sorting order (the input field for sorting order in the Insert / Upload "
959
+ #~ "Media Gallery dialog)"
960
+ #~ msgstr ""
961
+ #~ "Ordre de tri (le nombre dans la fenêtre d'insertion / téléchargement de "
962
+ #~ "la galerie)"
963
+
964
+ #~ msgid "Already attached?"
965
+ #~ msgstr "Déjà lié?"
966
+
967
+ #~ msgid ""
968
+ #~ "If you'd like to attach the files, which are already uploaded, please use "
969
+ #~ "Re-attacher plugin."
970
+ #~ msgstr ""
971
+ #~ "Si vous voulez lier des fichiers qui se trouvent déjà sur le site, merci "
972
+ #~ "d'utiliser l'extension 'Re-attacher'"
973
+
974
  #~ msgid "left"
975
  #~ msgstr "gauche"
976
 
1005
  #~ msgid "to"
1006
  #~ msgstr "à"
1007
 
 
 
 
1008
  #~ msgid "Extend standard plugin functionality with new great options."
1009
  #~ msgstr ""
1010
  #~ "Etend les fonctionalités classiques de l'extension avec des nouvelles "
1394
  #~ msgid "Try again"
1395
  #~ msgstr "Essayer de nouveau"
1396
 
 
 
 
1397
  #~ msgid "Install %s"
1398
  #~ msgstr "Installation %s"
1399
 
1467
  #~ "Cette fonction est disponible dans le version pro de cette extension. "
1468
  #~ "Pour plus de détails, suivre le lien"
1469
 
 
 
 
1470
  #~ msgid "Pro plugins"
1471
  #~ msgstr "Extensions Pro"
1472
 
1512
  #~ msgid "Switch to old interface"
1513
  #~ msgstr "Basculer vers l'ancienne interface"
1514
 
 
 
 
 
 
 
1515
  #~ msgid "Please do not forget to select "
1516
  #~ msgstr "Merci de ne pas oublier de sélectionner"
1517
 
languages/gallery-nl_NL.mo CHANGED
Binary file
languages/gallery-nl_NL.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-11 12:13+0300\n"
6
- "PO-Revision-Date: 2015-08-11 12:13+0300\n"
7
- "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: J Goessens <j.goessens@gmail.com>\n"
9
  "Language: nl_NL\n"
10
  "MIME-Version: 1.0\n"
@@ -17,698 +17,777 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: gallery-plugin.php:95
 
 
 
 
 
 
 
21
  msgid "See images &raquo;"
22
  msgstr "Foto's bekijken &raquo;"
23
 
24
- #: gallery-plugin.php:209
25
- msgid ""
26
- "The following files \"gallery-template.php\" and \"gallery-single-template."
27
- "php\" were not found in the directory of your theme. Please copy them from "
28
- "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
29
- "directory of your theme for the correct work of the Gallery plugin"
30
  msgstr ""
31
- "De volgende bestanden \"gallery-template.php\" en \"gallery-single-template."
32
- "php\" werden niet in de actieve 'theme' map gevonden. Voor de correcte "
33
- "werking van deze plugin, dienen ze vanuit `/wp-content/plugins/gallery-"
34
- "plugin/template/` naar de actieve 'theme' map te worden gekopieerd. "
35
 
36
- #: gallery-plugin.php:218 gallery-plugin.php:228
 
 
 
 
 
37
  msgid "Galleries"
38
  msgstr "Galerijen"
39
 
40
- #: gallery-plugin.php:219
 
41
  msgid "Gallery"
42
  msgstr "Galerij"
43
 
44
- #: gallery-plugin.php:220
45
- msgid "Add a Gallery"
46
- msgstr "Galerij toevoegen"
47
-
48
- #: gallery-plugin.php:221
49
  msgid "Add New Gallery"
50
  msgstr "Nieuwe Galerij toevoegen"
51
 
52
- #: gallery-plugin.php:222
53
  msgid "Edit Gallery"
54
  msgstr "Galerij bewerken"
55
 
56
- #: gallery-plugin.php:223
57
  msgid "New Gallery"
58
  msgstr "Nieuwe Galerij"
59
 
60
- #: gallery-plugin.php:224
61
  msgid "View Gallery"
62
  msgstr "Galerij bekijken"
63
 
64
- #: gallery-plugin.php:225
65
- msgid "Find a Gallery"
66
- msgstr "Galerij zoeken"
 
67
 
68
- #: gallery-plugin.php:226
69
  msgid "No Gallery found"
70
  msgstr "Geen Galerij gevonden"
71
 
72
- #: gallery-plugin.php:283
73
- msgid "Upload File"
74
- msgstr "Upload Bestand"
75
-
76
- #: gallery-plugin.php:284
77
  msgid "Gallery Shortcode"
78
  msgstr "Galerij Shortcode"
79
 
80
- #: gallery-plugin.php:286 gallery-plugin.php:442
 
81
  #, fuzzy
82
  msgid "Gallery Categories"
83
  msgstr "Afmeting galerij foto"
84
 
85
- #: gallery-plugin.php:295
86
- msgid "Choose a media file that will be attached"
87
- msgstr ""
88
-
89
- #: gallery-plugin.php:295
90
- #, php-format
91
- msgid "You need to install \"%s\" plugin to use this functionality"
92
- msgstr ""
93
-
94
- #: gallery-plugin.php:296
95
- msgid "Attach media item to this gallery"
96
  msgstr ""
97
 
98
- #: gallery-plugin.php:315
99
- msgid ""
100
- "The gallery temp directory (gallery-plugin/upload/files) is not available "
101
- "for record on your webserver. Please use the standard WP functionality to "
102
- "upload images (media library)"
103
- msgstr ""
104
- "De tijdelijke, galerij, map (gallery-plugin/upload/files) is niet "
105
- "beschikbaar op de webserver. Gebruik aub de standaard WordPress methode om "
106
- "foto's te uploaden (media bibliotheek)"
107
-
108
- #: gallery-plugin.php:327
109
- msgid "Choose an image for upload:"
110
- msgstr "Kies een foto om te uploaden:"
111
-
112
- #: gallery-plugin.php:332
113
- msgid "Please enable JavaScript to use the file uploader."
114
- msgstr "Activeer JavaScript om de uploader te gebruiken."
115
-
116
- #: gallery-plugin.php:340
117
- msgid "Allow the download link for all images in this gallery"
118
- msgstr "Sta de 'download' link toe voor alle foto's in deze galerij"
119
-
120
- #: gallery-plugin.php:341
121
- msgid ""
122
- "Please use the drag and drop function to change an order of the images "
123
- "displaying and do not forget to save the post."
124
- msgstr ""
125
- "Om de volgorde van de foto's te wijzigen, kunnen deze gewoon versleept "
126
- "worden (vergeet echter niet om de wijziging ook op te slaan)."
127
-
128
- #: gallery-plugin.php:343
129
- msgid "Please make a choice"
130
- msgstr "Maak een keuze"
131
-
132
- #: gallery-plugin.php:343 gallery-plugin.php:1030
133
- msgid "Sort images by"
134
- msgstr "Sorteer foto's op"
135
-
136
- #: gallery-plugin.php:343
137
- msgid "sort images"
138
- msgstr "sorteer foto's"
139
-
140
- #: gallery-plugin.php:343
141
- msgid "on the plugin settings page ("
142
- msgstr "op de plugin instellingen pagina ("
143
-
144
- #: gallery-plugin.php:396 gallery-plugin.php:672
145
- msgid "Title"
146
- msgstr "Titel"
147
-
148
- #: gallery-plugin.php:398
149
- msgid "Alt tag"
150
- msgstr "Alt tag"
151
-
152
- #: gallery-plugin.php:399
153
- msgid "URL"
154
- msgstr "URL"
155
-
156
- #: gallery-plugin.php:399
157
- msgid "(by click on image opens a link in a new window)"
158
- msgstr "(door op een foto te drukken, opent de link zich in een nieuwe pagina)"
159
-
160
- #: gallery-plugin.php:400
161
- msgid "This setting is available in Pro version"
162
- msgstr "Deze instelling is alleen beschikbaar in de Pro versie"
163
-
164
- #: gallery-plugin.php:401
165
- msgid "Open the URL"
166
- msgstr "Open de URL"
167
-
168
- #: gallery-plugin.php:401
169
- msgid "Current window"
170
- msgstr "Huidig scherm"
171
-
172
- #: gallery-plugin.php:401
173
- msgid "New window"
174
- msgstr "Nieuw scherm"
175
-
176
- #: gallery-plugin.php:402
177
- msgid "Lightbox button URL"
178
- msgstr "Lightbox knop URL"
179
-
180
- #: gallery-plugin.php:403
181
- msgid "Description"
182
- msgstr "Omschrijving"
183
-
184
- #: gallery-plugin.php:404
185
- msgid "Delete"
186
- msgstr "Verwijderen"
187
-
188
- #: gallery-plugin.php:424
189
- msgid ""
190
- "You can add a Single Gallery to the page or post by inserting this shortcode "
191
- "into the content"
192
- msgstr ""
193
- "Je kunt een enkele galerij toevoegen aan een pagina, of bericht, door deze "
194
- "shortcode toe te voegen aan de inhoud"
195
 
196
- #: gallery-plugin.php:426
197
- msgid ""
198
- "If you want to display a short description containing a screenshot and the "
199
- "link to the Single Gallery Page"
200
  msgstr ""
201
- "Als je een korte omschrijving, met een voorbeeld & link naar de galerij "
202
- "pagina, wilt weergeven "
203
 
204
- #: gallery-plugin.php:443
205
  msgid "Most Used"
206
  msgstr ""
207
 
208
- #: gallery-plugin.php:448 gallery-plugin.php:957
 
209
  msgid "Default"
210
  msgstr "Standaard"
211
 
212
- #: gallery-plugin.php:453
213
  #, fuzzy
214
  msgid "Add New Gallery Category"
215
  msgstr "Nieuwe Galerij toevoegen"
216
 
217
- #: gallery-plugin.php:460
218
  #, fuzzy
219
  msgid "Install plugin"
220
  msgstr "Встановлених модулів"
221
 
222
- #: gallery-plugin.php:673
 
 
 
 
 
 
223
  msgid "Author"
224
  msgstr "Autheur"
225
 
226
- #: gallery-plugin.php:674
227
- msgid "Photo"
228
- msgstr "Foto"
 
229
 
230
- #: gallery-plugin.php:675
231
- msgid "Publishing"
232
- msgstr "Publiceren"
 
233
 
234
- #: gallery-plugin.php:676 gallery-plugin.php:1034
 
235
  msgid "Date"
236
  msgstr "Datum"
237
 
238
- #: gallery-plugin.php:836
239
  msgid "Settings are saved"
240
  msgstr "Instellingen opgeslagen"
241
 
242
- #: gallery-plugin.php:849
243
  #, fuzzy
244
  msgid "All plugin settings were restored."
245
  msgstr "op de plugin instellingen pagina ("
246
 
247
- #: gallery-plugin.php:862
248
  msgid "Gallery Settings"
249
  msgstr "Galerij Instellingen"
250
 
251
- #: gallery-plugin.php:864 gallery-plugin.php:1216 gallery-plugin.php:1233
252
- msgid "Settings"
253
- msgstr "Instellingen"
254
-
255
- #: gallery-plugin.php:865 gallery-plugin.php:1217
256
  msgid "FAQ"
257
  msgstr "FAQ "
258
 
259
- #: gallery-plugin.php:866
260
  msgid "Go PRO"
261
  msgstr "Ga PRO"
262
 
263
- #: gallery-plugin.php:876
264
  msgid "Notice:"
265
  msgstr "Opmerking:"
266
 
267
- #: gallery-plugin.php:876
268
- msgid ""
269
- "The plugin's settings have been changed. In order to save them please don't "
270
- "forget to click the 'Save Changes' button."
271
- msgstr ""
272
- "De instellingen van de plugin zijn veranderd. Om ze op te slaan, dien je op "
273
- "de knop 'Instellingen Opslaan' te drukken."
274
 
275
- #: gallery-plugin.php:877
276
- msgid ""
277
- "If you would like to add a Single Gallery to your page or post, just copy "
278
- "and paste this shortcode into your post or page:"
279
- msgstr ""
280
- "Als je een enkele galerij wilt toevoegen aan je pagina, of bericht, kopieer "
281
- "& plak dan de volgende shortcode in je bericht, of pagina:"
282
 
283
- #: gallery-plugin.php:879
284
  msgid "Please enable JavaScript to use the option to renew images."
285
- msgstr ""
286
- " Javascript dient geactiveerd te zijn, om gebruik te maken van de optie om "
287
- "foto's te vernieuwen."
288
 
289
- #: gallery-plugin.php:883
290
  msgid "Update images for gallery"
291
  msgstr "Foto's voor galerij bijwerken"
292
 
293
- #: gallery-plugin.php:885
294
  msgid "Update images"
295
  msgstr "Foto's bijwerken"
296
 
297
- #: gallery-plugin.php:893
298
  msgid "Image size for the album cover"
299
  msgstr "Foto afmeting voor de omslag van het album"
300
 
301
- #: gallery-plugin.php:895 gallery-plugin.php:909 gallery-plugin.php:931
 
 
302
  msgid "Image size"
303
  msgstr "Foto afmeting"
304
 
305
- #: gallery-plugin.php:898 gallery-plugin.php:912
 
306
  msgid "Width (in px)"
307
  msgstr "Breedte (in px)"
308
 
309
- #: gallery-plugin.php:902 gallery-plugin.php:916
 
310
  msgid "Height (in px)"
311
  msgstr "Hoogte (in px)"
312
 
313
- #: gallery-plugin.php:907
314
  #, fuzzy
315
  msgid "Image size for thumbnails"
316
  msgstr "Foto afmeting voor de omslag van het album"
317
 
318
- #: gallery-plugin.php:921
319
- msgid ""
320
- "WordPress will create a new thumbnail with the specified dimensions when you "
321
- "upload a new photo."
322
- msgstr ""
323
- "WordPress zal een nieuw voorbeeld maken, met de opgegeven afmetingen, als er "
324
- "een nieuwe foto wordt geupload."
325
 
326
- #: gallery-plugin.php:929
327
  #, fuzzy
328
  msgid "Image size in the lightbox"
329
  msgstr "Foto afmeting voor lightbox"
330
 
331
- #: gallery-plugin.php:932
332
  msgid "Max width (in px)"
333
  msgstr "Max breedte (in px)"
334
 
335
- #: gallery-plugin.php:933
336
  msgid "Max height (in px)"
337
  msgstr "Max hoogte (in px)"
338
 
339
- #: gallery-plugin.php:934
340
  msgid "Display a full size image in the lightbox"
341
  msgstr "Geef volledige grootte weer, voor lightbox"
342
 
343
- #: gallery-plugin.php:938
344
  msgid "Crop position"
345
  msgstr "Positie bijsnijden"
346
 
347
- #: gallery-plugin.php:942 gallery-plugin.php:948
 
348
  msgid "center"
349
  msgstr "midden"
350
 
351
- #: gallery-plugin.php:944
352
  msgid "Horizontal"
353
  msgstr "Horizontaal"
354
 
355
- #: gallery-plugin.php:950
356
  msgid "Vertical"
357
  msgstr "Verticaal"
358
 
359
- #: gallery-plugin.php:955
360
  msgid "Lightbox background"
361
  msgstr "Lightbox achtergrond"
362
 
363
- #: gallery-plugin.php:958
364
  msgid "Background transparency (from 0 to 1)"
365
  msgstr "Achtergrond transparantie (van 0 tot 1)"
366
 
367
- #: gallery-plugin.php:960
368
  msgid "Select a background color"
369
  msgstr "Selecteer een achtergrondkleur"
370
 
371
- #: gallery-plugin.php:962
372
- msgid "Background color"
373
- msgstr "Achtergrondkleur"
 
374
 
375
- #: gallery-plugin.php:969 gallery-plugin.php:1157
376
- msgid ""
377
- "If you upgrade to Pro version all your settings and galleries will be saved."
378
- msgstr ""
379
- "Als je naar de Pro versie overstapt, zullen alle instellingen en galerijen "
380
- "bewaard blijven."
381
-
382
- #: gallery-plugin.php:976 gallery-plugin.php:1164
383
- msgid "Unlock premium options by upgrading to a PRO version."
384
  msgstr "Gebruik premium opties, door te upgraden naar een PRO versie."
385
 
386
- #: gallery-plugin.php:977 gallery-plugin.php:1165
387
- msgid "Learn More"
388
- msgstr "Kom meer te weten"
389
-
390
- #: gallery-plugin.php:981 gallery-plugin.php:1169
391
  msgid "Start Your Trial"
392
  msgstr "Start Uw proefversie"
393
 
394
- #: gallery-plugin.php:982 gallery-plugin.php:1170
 
395
  msgid "or"
396
  msgstr "of"
397
 
398
- #: gallery-plugin.php:985 gallery-plugin.php:1173
399
- msgid "Go"
400
- msgstr "Ga"
 
401
 
402
- #: gallery-plugin.php:993
403
  msgid "Images with border"
404
  msgstr "Foto's met rand"
405
 
406
- #: gallery-plugin.php:996
407
  msgid "Border width in px, just numbers"
408
  msgstr "Randbreedte in px, alleen nummers"
409
 
410
- #: gallery-plugin.php:998 gallery-plugin.php:1000
411
  msgid "Select a border color"
412
  msgstr "Selecteer een randkleur"
413
 
414
- #: gallery-plugin.php:1006
415
  msgid "Number of images in the row"
416
  msgstr "Aantal foto's op een rij"
417
 
418
- #: gallery-plugin.php:1012
419
  msgid "Start slideshow"
420
  msgstr "Start diavoorstelling"
421
 
422
- #: gallery-plugin.php:1018
423
  msgid "Slideshow interval"
424
  msgstr "Diavoorstelling interval"
425
 
426
- #: gallery-plugin.php:1024
427
  msgid "Use single lightbox for multiple galleries on one page"
428
  msgstr "Gebruik 1 lightbox voor meerdere galerijen op 1 pagina"
429
 
430
- #: gallery-plugin.php:1032
 
 
 
 
431
  msgid "Attachment ID"
432
  msgstr "Bijlage ID"
433
 
434
- #: gallery-plugin.php:1033
435
  msgid "Image Name"
436
  msgstr "Foto Naam"
437
 
438
- #: gallery-plugin.php:1035
439
- msgid ""
440
- "Sorting order (the input field for sorting order in the Insert / Upload "
441
- "Media Gallery dialog)"
442
  msgstr ""
443
- "Sorteervolgorde (het invoerveld voor sorteervolgorde in het Invoeg / Upload "
444
- "Media Galerij venster)"
445
 
446
- #: gallery-plugin.php:1036
447
  msgid "Random"
448
  msgstr "Willekeurig"
449
 
450
- #: gallery-plugin.php:1040
451
  msgid "Sort images"
452
  msgstr "Sorteer foto's"
453
 
454
- #: gallery-plugin.php:1042
455
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
456
  msgstr "ASC (oplopend van laagste naar hoogste waarde - 1, 2, 3; a, b, c)"
457
 
458
- #: gallery-plugin.php:1043
459
- msgid ""
460
- "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
461
  msgstr "DESC (aflopend van hoogste naar laagste waarde - 3, 2, 1; c, b, a)"
462
 
463
- #: gallery-plugin.php:1047
464
  msgid "Display text under the image"
465
  msgstr "Text weergeven onder de foto"
466
 
467
- #: gallery-plugin.php:1049
468
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
469
- msgstr ""
470
- "Schakel het vinkje uit, als je de tekst alleen wilt weergeven in de lightbox"
471
 
472
- #: gallery-plugin.php:1053
473
  msgid "Display the Back link"
474
  msgstr "Toon de Terug link"
475
 
476
- #: gallery-plugin.php:1059
477
  msgid "Display the Back link in the shortcode"
478
  msgstr "Toon de Terug link in de shortcode"
479
 
480
- #: gallery-plugin.php:1065
481
  msgid "The Back link text"
482
  msgstr "De Terug link tekst"
483
 
484
- #: gallery-plugin.php:1071
485
  msgid "The Back link URL"
486
  msgstr "De Terug link URL"
487
 
488
- #: gallery-plugin.php:1073
489
  msgid "Gallery page (Page with Gallery Template)"
490
  msgstr "Galerij pagina (pagina met galerij template)"
491
 
492
- #: gallery-plugin.php:1075
493
  msgid "(Full URL to custom page)"
494
  msgstr "(Volledige URL naar aangepaste pagina)"
495
 
496
- #: gallery-plugin.php:1079
497
  msgid "The Read More link text"
498
  msgstr "De 'Lees Meer' link tekst"
499
 
500
- #: gallery-plugin.php:1085
501
  msgid "Add gallery to the search"
502
  msgstr "Galerij, aan zoeken, toevoegen"
503
 
504
- #: gallery-plugin.php:1090
505
  msgid "Using"
506
  msgstr "Gebruik"
507
 
508
- #: gallery-plugin.php:1090
509
  msgid "powered by"
510
  msgstr "powered by"
511
 
512
- #: gallery-plugin.php:1093 gallery-plugin.php:1097
 
513
  msgid "Using Custom Search powered by"
514
  msgstr "Aangepast zoeken, powered by"
515
 
516
- #: gallery-plugin.php:1093
517
  msgid "Activate Custom Search"
518
  msgstr "Activeer Aangepast zoeken"
519
 
520
- #: gallery-plugin.php:1097
521
  msgid "Download Custom Search"
522
  msgstr "Aangepast zoeken, downloaden"
523
 
524
- #: gallery-plugin.php:1102
525
  msgid "Rewrite templates after update"
526
  msgstr ""
527
 
528
- #: gallery-plugin.php:1104
529
- msgid ""
530
- "Turn off the checkbox, if You edited the file 'gallery-template.php' or "
531
- "'gallery-single-template.php' file in your theme folder and You don't want "
532
- "to rewrite them"
533
  msgstr ""
534
 
535
- #: gallery-plugin.php:1113
536
  msgid "Use pagination for images"
537
  msgstr "Gebruik paginering voor foto's"
538
 
539
- #: gallery-plugin.php:1116
540
  msgid "per page"
541
  msgstr "per pagina"
542
 
543
- #: gallery-plugin.php:1120
544
  msgid "The lightbox helper"
545
  msgstr "De lightbox helper"
546
 
547
- #: gallery-plugin.php:1122
548
  msgid "Do not use"
549
  msgstr "Niet gebruiken"
550
 
551
- #: gallery-plugin.php:1123
552
  msgid "Button helper"
553
  msgstr "Knop helper"
554
 
555
- #: gallery-plugin.php:1124
556
  msgid "Thumbnail helper"
557
  msgstr "Thumbnail helper"
558
 
559
- #: gallery-plugin.php:1128
560
  msgid "Display Like buttons in the lightbox"
561
  msgstr "Geef 'Vind ik leuk' knoppen weer, in de lightbox"
562
 
563
- #: gallery-plugin.php:1130
564
  msgid "FaceBook"
565
  msgstr "FaceBook"
566
 
567
- #: gallery-plugin.php:1131
568
  msgid "Twitter"
569
  msgstr "Twitter"
570
 
571
- #: gallery-plugin.php:1132
572
  msgid "Pinterest"
573
  msgstr "Pinterest"
574
 
575
- #: gallery-plugin.php:1133
576
  msgid "Google +1"
577
  msgstr "Google +1"
578
 
579
- #: gallery-plugin.php:1137
580
  msgid "Slug for gallery item"
581
  msgstr "Slug voor galerij-item"
582
 
583
- #: gallery-plugin.php:1139
584
  msgid "for any structure of permalinks except the default structure"
585
  msgstr "voor elke structuur van permalink, behalve de standaard structuur"
586
 
587
- #: gallery-plugin.php:1143
588
  msgid "Title for lightbox button"
589
  msgstr "Titel voor lightbox knop"
590
 
591
- #: gallery-plugin.php:1149
592
- msgid ""
593
- "Display all images in the lightbox instead of going into a single gallery"
594
  msgstr ""
595
 
596
- #: gallery-plugin.php:1152
597
- msgid ""
598
- "When using the gallery template or a shortcode with `display=short` parameter"
599
  msgstr ""
600
 
601
- #: gallery-plugin.php:1181
602
  msgid "Save Changes"
603
  msgstr "Wijzigingen Opslaan"
604
 
605
- #: gallery-plugin.php:1218
606
  msgid "Support"
607
  msgstr "Ondersteuning"
608
 
609
- #: gallery-plugin.php:1326
610
  msgid "Updating images..."
611
  msgstr "Bijwerken foto's..."
612
 
613
- #: gallery-plugin.php:1327
614
  #, fuzzy
615
  msgid "No image found."
616
  msgstr "Geen foto gevonden"
617
 
618
- #: gallery-plugin.php:1328
619
  #, fuzzy
620
  msgid "All images are updated."
621
  msgstr "Alle foto's zijn bijgewerkt"
622
 
623
- #: gallery-plugin.php:1329
624
  msgid "Error."
625
  msgstr "Fout."
626
 
627
- #: gallery-plugin.php:1338
 
 
 
 
 
 
 
 
 
 
 
 
 
 
628
  #, fuzzy
629
  msgid "Learn more"
630
  msgstr "Kom meer te weten"
631
 
632
- #: gallery-plugin.php:1343 gallery-plugin.php:1383
633
  msgid "Activate"
634
  msgstr "Activeren"
635
 
636
- #: gallery-plugin.php:1350 gallery-plugin.php:1390
637
  #, fuzzy
638
  msgid "Install now"
639
  msgstr "Установка %"
640
 
641
- #: gallery-plugin.php:1359
642
  msgid "Add multiple gallery categories"
643
  msgstr ""
644
 
645
- #: gallery-plugin.php:1359
646
- msgid ""
647
- "Install Gallery Categories plugin to add unlimited number of categories."
648
  msgstr ""
649
 
650
- #: gallery-plugin.php:1368 gallery-plugin.php:1409
651
  msgid "Close"
652
  msgstr ""
653
 
654
- #: gallery-plugin.php:1400
655
- msgid "Already attached?"
656
- msgstr ""
657
-
658
- #: gallery-plugin.php:1400
659
- msgid ""
660
- "If you'd like to attach the files, which are already uploaded, please use Re-"
661
- "attacher plugin."
662
- msgstr ""
663
-
664
- #: gallery-plugin.php:1490 template/gallery-single-template.php:19
665
- msgid "Download high resolution image"
666
- msgstr "Download hoge-resolutie foto"
667
-
668
- #: gallery-plugin.php:1651 template/gallery-single-template.php:101
669
  msgid "Sorry, nothing found."
670
  msgstr "Sorry, niets gevonden."
671
 
672
- #: gallery-plugin.php:1673 template/gallery-single-template.php:120
 
673
  msgid "Image"
674
  msgstr "Foto"
675
 
676
- #: gallery-plugin.php:1982
 
 
 
 
 
677
  msgid "Image size not defined"
678
  msgstr "Afmetingen van foto, niet gedefinieerd"
679
 
680
- #: gallery-plugin.php:1997
681
- msgid ""
682
- "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
683
- "manually reload image."
684
- msgstr ""
685
- "We kunnen alleen de volgende bestandstypen bijwerken: PNG, JPG, GIF, WPMP of "
686
- "XBM (Voor overige, aub handmatig herladen)."
687
 
688
- #: gallery-plugin.php:2008
689
  msgid "Image size changes not defined"
690
  msgstr "Wijzigingen van foto afmetingen, niet gedefinieerd"
691
 
692
- #: gallery-plugin.php:2037 gallery-plugin.php:2040 gallery-plugin.php:2045
 
 
693
  msgid "Invalid path"
694
  msgstr "Ongeldig pad"
695
 
696
- #: template/gallery-template.php:14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
697
  #, fuzzy
698
- msgid "Gallery Category"
699
- msgstr "Afmeting galerij foto"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
700
 
701
- #: inc/demo-data/demo-data-loader.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
702
  #, fuzzy
703
  msgid "Install Demo Data"
704
  msgstr "Установка %"
705
 
706
- #: inc/demo-data/demo-data-loader.php:78
707
- msgid ""
708
- "If you install the demo-data, will be created galleries with images, demo-"
709
- "post with available shortcodes and page with a list of all the galleries, \n"
710
- "plugin settings will be overwritten, however, when you delete the demo data, "
711
- "they will be restored."
712
  msgstr ""
713
 
714
  #: inc/demo-data/demo-data-loader.php:82
@@ -748,51 +827,137 @@ msgstr ""
748
  msgid "Demo options already installed."
749
  msgstr ""
750
 
751
- #: inc/demo-data/demo-data-loader.php:294
752
  msgid "Demo data successfully installed."
753
  msgstr ""
754
 
755
- #: inc/demo-data/demo-data-loader.php:296
756
  msgid "View post with shortcodes"
757
  msgstr ""
758
 
759
- #: inc/demo-data/demo-data-loader.php:299
760
  msgid "View page with examples"
761
  msgstr ""
762
 
763
- #: inc/demo-data/demo-data-loader.php:303
764
  msgid "Installation of demo data with some errors occurred."
765
  msgstr ""
766
 
767
- #: inc/demo-data/demo-data-loader.php:306
768
  msgid "Posts data is missing."
769
  msgstr ""
770
 
771
- #: inc/demo-data/demo-data-loader.php:331
772
  msgid "Demo data have already been removed."
773
  msgstr ""
774
 
775
- #: inc/demo-data/demo-data-loader.php:378
776
  msgid "Demo data successfully removed."
777
  msgstr ""
778
 
779
- #: inc/demo-data/demo-data-loader.php:381
780
  msgid "Removing demo data with some errors occurred."
781
  msgstr ""
782
 
783
- #: inc/demo-data/demo-data-loader.php:510
784
  msgid "Close notice"
785
  msgstr ""
786
 
787
- #: inc/demo-data/demo-data-loader.php:513
788
  #, fuzzy
789
  msgid "Install demo data"
790
  msgstr "Установка %"
791
 
792
- #: inc/demo-data/demo-data-loader.php:513
793
  msgid "for an acquaintance with the possibilities of the"
794
  msgstr ""
795
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
796
  #~ msgid "left"
797
  #~ msgstr "links"
798
 
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: J Goessens <j.goessens@gmail.com>\n"
9
  "Language: nl_NL\n"
10
  "MIME-Version: 1.0\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: gallery-plugin.php:43
21
+ #: gallery-plugin.php:795
22
+ #: gallery-plugin.php:1133
23
+ #: gallery-plugin.php:1150
24
+ msgid "Settings"
25
+ msgstr "Instellingen"
26
+
27
+ #: gallery-plugin.php:104
28
  msgid "See images &raquo;"
29
  msgstr "Foto's bekijken &raquo;"
30
 
31
+ #: gallery-plugin.php:107
32
+ msgid "Return to all albums"
 
 
 
 
33
  msgstr ""
 
 
 
 
34
 
35
+ #: gallery-plugin.php:331
36
+ 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"
37
+ 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. "
38
+
39
+ #: gallery-plugin.php:340
40
+ #: gallery-plugin.php:349
41
  msgid "Galleries"
42
  msgstr "Galerijen"
43
 
44
+ #: gallery-plugin.php:341
45
+ #: gallery-plugin.php:2511
46
  msgid "Gallery"
47
  msgstr "Galerij"
48
 
49
+ #: gallery-plugin.php:342
 
 
 
 
50
  msgid "Add New Gallery"
51
  msgstr "Nieuwe Galerij toevoegen"
52
 
53
+ #: gallery-plugin.php:343
54
  msgid "Edit Gallery"
55
  msgstr "Galerij bewerken"
56
 
57
+ #: gallery-plugin.php:344
58
  msgid "New Gallery"
59
  msgstr "Nieuwe Galerij"
60
 
61
+ #: gallery-plugin.php:345
62
  msgid "View Gallery"
63
  msgstr "Galerij bekijken"
64
 
65
+ #: gallery-plugin.php:346
66
+ #, fuzzy
67
+ msgid "Search Galleries"
68
+ msgstr "Galerijen"
69
 
70
+ #: gallery-plugin.php:347
71
  msgid "No Gallery found"
72
  msgstr "Geen Galerij gevonden"
73
 
74
+ #: gallery-plugin.php:404
 
 
 
 
75
  msgid "Gallery Shortcode"
76
  msgstr "Galerij Shortcode"
77
 
78
+ #: gallery-plugin.php:406
79
+ #: gallery-plugin.php:438
80
  #, fuzzy
81
  msgid "Gallery Categories"
82
  msgstr "Afmeting galerij foto"
83
 
84
+ #: gallery-plugin.php:415
85
+ msgid "Add this shortcode to a page, post or widget to display a single gallery"
 
 
 
 
 
 
 
 
 
86
  msgstr ""
87
 
88
+ #: gallery-plugin.php:418
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 "Als je een korte omschrijving, met een voorbeeld & link naar de galerij pagina, wilt weergeven "
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92
 
93
+ #: gallery-plugin.php:420
94
+ msgid "Short display"
 
 
95
  msgstr ""
 
 
96
 
97
+ #: gallery-plugin.php:439
98
  msgid "Most Used"
99
  msgstr ""
100
 
101
+ #: gallery-plugin.php:444
102
+ #: gallery-plugin.php:890
103
  msgid "Default"
104
  msgstr "Standaard"
105
 
106
+ #: gallery-plugin.php:449
107
  #, fuzzy
108
  msgid "Add New Gallery Category"
109
  msgstr "Nieuwe Galerij toevoegen"
110
 
111
+ #: gallery-plugin.php:456
112
  #, fuzzy
113
  msgid "Install plugin"
114
  msgstr "Встановлених модулів"
115
 
116
+ #: gallery-plugin.php:611
117
+ #: gallery-plugin.php:2124
118
+ #: gallery-plugin.php:2242
119
+ msgid "Title"
120
+ msgstr "Titel"
121
+
122
+ #: gallery-plugin.php:612
123
  msgid "Author"
124
  msgstr "Autheur"
125
 
126
+ #: gallery-plugin.php:613
127
+ #, fuzzy
128
+ msgid "Shortcode"
129
+ msgstr "Galerij Shortcode"
130
 
131
+ #: gallery-plugin.php:614
132
+ #, fuzzy
133
+ msgid "Photos"
134
+ msgstr "Foto"
135
 
136
+ #: gallery-plugin.php:615
137
+ #: gallery-plugin.php:954
138
  msgid "Date"
139
  msgstr "Datum"
140
 
141
+ #: gallery-plugin.php:768
142
  msgid "Settings are saved"
143
  msgstr "Instellingen opgeslagen"
144
 
145
+ #: gallery-plugin.php:781
146
  #, fuzzy
147
  msgid "All plugin settings were restored."
148
  msgstr "op de plugin instellingen pagina ("
149
 
150
+ #: gallery-plugin.php:793
151
  msgid "Gallery Settings"
152
  msgstr "Galerij Instellingen"
153
 
154
+ #: gallery-plugin.php:796
155
+ #: gallery-plugin.php:1134
 
 
 
156
  msgid "FAQ"
157
  msgstr "FAQ "
158
 
159
+ #: gallery-plugin.php:797
160
  msgid "Go PRO"
161
  msgstr "Ga PRO"
162
 
163
+ #: gallery-plugin.php:807
164
  msgid "Notice:"
165
  msgstr "Opmerking:"
166
 
167
+ #: gallery-plugin.php:807
168
+ msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
169
+ msgstr "De instellingen van de plugin zijn veranderd. Om ze op te slaan, dien je op de knop 'Instellingen Opslaan' te drukken."
 
 
 
 
170
 
171
+ #: gallery-plugin.php:808
172
+ 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:"
173
+ msgstr "Als je een enkele galerij wilt toevoegen aan je pagina, of bericht, kopieer & plak dan de volgende shortcode in je bericht, of pagina:"
 
 
 
 
174
 
175
+ #: gallery-plugin.php:812
176
  msgid "Please enable JavaScript to use the option to renew images."
177
+ msgstr " Javascript dient geactiveerd te zijn, om gebruik te maken van de optie om foto's te vernieuwen."
 
 
178
 
179
+ #: gallery-plugin.php:816
180
  msgid "Update images for gallery"
181
  msgstr "Foto's voor galerij bijwerken"
182
 
183
+ #: gallery-plugin.php:818
184
  msgid "Update images"
185
  msgstr "Foto's bijwerken"
186
 
187
+ #: gallery-plugin.php:826
188
  msgid "Image size for the album cover"
189
  msgstr "Foto afmeting voor de omslag van het album"
190
 
191
+ #: gallery-plugin.php:828
192
+ #: gallery-plugin.php:842
193
+ #: gallery-plugin.php:864
194
  msgid "Image size"
195
  msgstr "Foto afmeting"
196
 
197
+ #: gallery-plugin.php:831
198
+ #: gallery-plugin.php:845
199
  msgid "Width (in px)"
200
  msgstr "Breedte (in px)"
201
 
202
+ #: gallery-plugin.php:835
203
+ #: gallery-plugin.php:849
204
  msgid "Height (in px)"
205
  msgstr "Hoogte (in px)"
206
 
207
+ #: gallery-plugin.php:840
208
  #, fuzzy
209
  msgid "Image size for thumbnails"
210
  msgstr "Foto afmeting voor de omslag van het album"
211
 
212
+ #: gallery-plugin.php:854
213
+ msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
214
+ msgstr "WordPress zal een nieuw voorbeeld maken, met de opgegeven afmetingen, als er een nieuwe foto wordt geupload."
 
 
 
 
215
 
216
+ #: gallery-plugin.php:862
217
  #, fuzzy
218
  msgid "Image size in the lightbox"
219
  msgstr "Foto afmeting voor lightbox"
220
 
221
+ #: gallery-plugin.php:865
222
  msgid "Max width (in px)"
223
  msgstr "Max breedte (in px)"
224
 
225
+ #: gallery-plugin.php:866
226
  msgid "Max height (in px)"
227
  msgstr "Max hoogte (in px)"
228
 
229
+ #: gallery-plugin.php:867
230
  msgid "Display a full size image in the lightbox"
231
  msgstr "Geef volledige grootte weer, voor lightbox"
232
 
233
+ #: gallery-plugin.php:871
234
  msgid "Crop position"
235
  msgstr "Positie bijsnijden"
236
 
237
+ #: gallery-plugin.php:875
238
+ #: gallery-plugin.php:881
239
  msgid "center"
240
  msgstr "midden"
241
 
242
+ #: gallery-plugin.php:877
243
  msgid "Horizontal"
244
  msgstr "Horizontaal"
245
 
246
+ #: gallery-plugin.php:883
247
  msgid "Vertical"
248
  msgstr "Verticaal"
249
 
250
+ #: gallery-plugin.php:888
251
  msgid "Lightbox background"
252
  msgstr "Lightbox achtergrond"
253
 
254
+ #: gallery-plugin.php:891
255
  msgid "Background transparency (from 0 to 1)"
256
  msgstr "Achtergrond transparantie (van 0 tot 1)"
257
 
258
+ #: gallery-plugin.php:892
259
  msgid "Select a background color"
260
  msgstr "Selecteer een achtergrondkleur"
261
 
262
+ #: gallery-plugin.php:897
263
+ #: gallery-plugin.php:1077
264
+ msgid "If you upgrade to Pro version all your settings and galleries will be saved."
265
+ msgstr "Als je naar de Pro versie overstapt, zullen alle instellingen en galerijen bewaard blijven."
266
 
267
+ #: gallery-plugin.php:904
268
+ #: gallery-plugin.php:1084
269
+ #, fuzzy
270
+ msgid "Unlock premium options by upgrading to Pro version"
 
 
 
 
 
271
  msgstr "Gebruik premium opties, door te upgraden naar een PRO versie."
272
 
273
+ #: gallery-plugin.php:908
274
+ #: gallery-plugin.php:1088
 
 
 
275
  msgid "Start Your Trial"
276
  msgstr "Start Uw proefversie"
277
 
278
+ #: gallery-plugin.php:909
279
+ #: gallery-plugin.php:1089
280
  msgid "or"
281
  msgstr "of"
282
 
283
+ #: gallery-plugin.php:911
284
+ #: gallery-plugin.php:1091
285
+ msgid "Learn More"
286
+ msgstr "Kom meer te weten"
287
 
288
+ #: gallery-plugin.php:918
289
  msgid "Images with border"
290
  msgstr "Foto's met rand"
291
 
292
+ #: gallery-plugin.php:921
293
  msgid "Border width in px, just numbers"
294
  msgstr "Randbreedte in px, alleen nummers"
295
 
296
+ #: gallery-plugin.php:922
297
  msgid "Select a border color"
298
  msgstr "Selecteer een randkleur"
299
 
300
+ #: gallery-plugin.php:926
301
  msgid "Number of images in the row"
302
  msgstr "Aantal foto's op een rij"
303
 
304
+ #: gallery-plugin.php:932
305
  msgid "Start slideshow"
306
  msgstr "Start diavoorstelling"
307
 
308
+ #: gallery-plugin.php:938
309
  msgid "Slideshow interval"
310
  msgstr "Diavoorstelling interval"
311
 
312
+ #: gallery-plugin.php:944
313
  msgid "Use single lightbox for multiple galleries on one page"
314
  msgstr "Gebruik 1 lightbox voor meerdere galerijen op 1 pagina"
315
 
316
+ #: gallery-plugin.php:950
317
+ msgid "Sort images by"
318
+ msgstr "Sorteer foto's op"
319
+
320
+ #: gallery-plugin.php:952
321
  msgid "Attachment ID"
322
  msgstr "Bijlage ID"
323
 
324
+ #: gallery-plugin.php:953
325
  msgid "Image Name"
326
  msgstr "Foto Naam"
327
 
328
+ #: gallery-plugin.php:955
329
+ msgid "Sorting order in the Gallery"
 
 
330
  msgstr ""
 
 
331
 
332
+ #: gallery-plugin.php:956
333
  msgid "Random"
334
  msgstr "Willekeurig"
335
 
336
+ #: gallery-plugin.php:960
337
  msgid "Sort images"
338
  msgstr "Sorteer foto's"
339
 
340
+ #: gallery-plugin.php:962
341
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
342
  msgstr "ASC (oplopend van laagste naar hoogste waarde - 1, 2, 3; a, b, c)"
343
 
344
+ #: gallery-plugin.php:963
345
+ msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
 
346
  msgstr "DESC (aflopend van hoogste naar laagste waarde - 3, 2, 1; c, b, a)"
347
 
348
+ #: gallery-plugin.php:967
349
  msgid "Display text under the image"
350
  msgstr "Text weergeven onder de foto"
351
 
352
+ #: gallery-plugin.php:969
353
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
354
+ msgstr "Schakel het vinkje uit, als je de tekst alleen wilt weergeven in de lightbox"
 
355
 
356
+ #: gallery-plugin.php:973
357
  msgid "Display the Back link"
358
  msgstr "Toon de Terug link"
359
 
360
+ #: gallery-plugin.php:979
361
  msgid "Display the Back link in the shortcode"
362
  msgstr "Toon de Terug link in de shortcode"
363
 
364
+ #: gallery-plugin.php:985
365
  msgid "The Back link text"
366
  msgstr "De Terug link tekst"
367
 
368
+ #: gallery-plugin.php:991
369
  msgid "The Back link URL"
370
  msgstr "De Terug link URL"
371
 
372
+ #: gallery-plugin.php:993
373
  msgid "Gallery page (Page with Gallery Template)"
374
  msgstr "Galerij pagina (pagina met galerij template)"
375
 
376
+ #: gallery-plugin.php:995
377
  msgid "(Full URL to custom page)"
378
  msgstr "(Volledige URL naar aangepaste pagina)"
379
 
380
+ #: gallery-plugin.php:999
381
  msgid "The Read More link text"
382
  msgstr "De 'Lees Meer' link tekst"
383
 
384
+ #: gallery-plugin.php:1005
385
  msgid "Add gallery to the search"
386
  msgstr "Galerij, aan zoeken, toevoegen"
387
 
388
+ #: gallery-plugin.php:1010
389
  msgid "Using"
390
  msgstr "Gebruik"
391
 
392
+ #: gallery-plugin.php:1010
393
  msgid "powered by"
394
  msgstr "powered by"
395
 
396
+ #: gallery-plugin.php:1013
397
+ #: gallery-plugin.php:1017
398
  msgid "Using Custom Search powered by"
399
  msgstr "Aangepast zoeken, powered by"
400
 
401
+ #: gallery-plugin.php:1013
402
  msgid "Activate Custom Search"
403
  msgstr "Activeer Aangepast zoeken"
404
 
405
+ #: gallery-plugin.php:1017
406
  msgid "Download Custom Search"
407
  msgstr "Aangepast zoeken, downloaden"
408
 
409
+ #: gallery-plugin.php:1022
410
  msgid "Rewrite templates after update"
411
  msgstr ""
412
 
413
+ #: gallery-plugin.php:1024
414
+ 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"
 
 
 
415
  msgstr ""
416
 
417
+ #: gallery-plugin.php:1033
418
  msgid "Use pagination for images"
419
  msgstr "Gebruik paginering voor foto's"
420
 
421
+ #: gallery-plugin.php:1036
422
  msgid "per page"
423
  msgstr "per pagina"
424
 
425
+ #: gallery-plugin.php:1040
426
  msgid "The lightbox helper"
427
  msgstr "De lightbox helper"
428
 
429
+ #: gallery-plugin.php:1042
430
  msgid "Do not use"
431
  msgstr "Niet gebruiken"
432
 
433
+ #: gallery-plugin.php:1043
434
  msgid "Button helper"
435
  msgstr "Knop helper"
436
 
437
+ #: gallery-plugin.php:1044
438
  msgid "Thumbnail helper"
439
  msgstr "Thumbnail helper"
440
 
441
+ #: gallery-plugin.php:1048
442
  msgid "Display Like buttons in the lightbox"
443
  msgstr "Geef 'Vind ik leuk' knoppen weer, in de 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 "Google +1"
460
 
461
+ #: gallery-plugin.php:1057
462
  msgid "Slug for gallery item"
463
  msgstr "Slug voor galerij-item"
464
 
465
+ #: gallery-plugin.php:1059
466
  msgid "for any structure of permalinks except the default structure"
467
  msgstr "voor elke structuur van permalink, behalve de standaard structuur"
468
 
469
+ #: gallery-plugin.php:1063
470
  msgid "Title for lightbox button"
471
  msgstr "Titel voor lightbox knop"
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 "Wijzigingen Opslaan"
484
 
485
+ #: gallery-plugin.php:1135
486
  msgid "Support"
487
  msgstr "Ondersteuning"
488
 
489
+ #: gallery-plugin.php:1202
490
  msgid "Updating images..."
491
  msgstr "Bijwerken foto's..."
492
 
493
+ #: gallery-plugin.php:1203
494
  #, fuzzy
495
  msgid "No image found."
496
  msgstr "Geen foto gevonden"
497
 
498
+ #: gallery-plugin.php:1204
499
  #, fuzzy
500
  msgid "All images are updated."
501
  msgstr "Alle foto's zijn bijgewerkt"
502
 
503
+ #: gallery-plugin.php:1205
504
  msgid "Error."
505
  msgstr "Fout."
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 "Kom meer te weten"
525
 
526
+ #: gallery-plugin.php:1235
527
  msgid "Activate"
528
  msgstr "Activeren"
529
 
530
+ #: gallery-plugin.php:1242
531
  #, fuzzy
532
  msgid "Install now"
533
  msgstr "Установка %"
534
 
535
+ #: gallery-plugin.php:1251
536
  msgid "Add multiple gallery categories"
537
  msgstr ""
538
 
539
+ #: gallery-plugin.php:1251
540
+ msgid "Install Gallery Categories plugin to add unlimited number of categories."
 
541
  msgstr ""
542
 
543
+ #: gallery-plugin.php:1260
544
  msgid "Close"
545
  msgstr ""
546
 
547
+ #: gallery-plugin.php:1524
548
+ #: template/gallery-single-template.php:101
 
 
 
 
 
 
 
 
 
 
 
 
 
549
  msgid "Sorry, nothing found."
550
  msgstr "Sorry, niets gevonden."
551
 
552
+ #: gallery-plugin.php:1546
553
+ #: template/gallery-single-template.php:120
554
  msgid "Image"
555
  msgstr "Foto"
556
 
557
+ #: gallery-plugin.php:1546
558
+ #: template/gallery-single-template.php:19
559
+ msgid "Download high resolution image"
560
+ msgstr "Download hoge-resolutie foto"
561
+
562
+ #: gallery-plugin.php:1676
563
  msgid "Image size not defined"
564
  msgstr "Afmetingen van foto, niet gedefinieerd"
565
 
566
+ #: gallery-plugin.php:1691
567
+ msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
568
+ msgstr "We kunnen alleen de volgende bestandstypen bijwerken: PNG, JPG, GIF, WPMP of XBM (Voor overige, aub handmatig herladen)."
 
 
 
 
569
 
570
+ #: gallery-plugin.php:1702
571
  msgid "Image size changes not defined"
572
  msgstr "Wijzigingen van foto afmetingen, niet gedefinieerd"
573
 
574
+ #: gallery-plugin.php:1731
575
+ #: gallery-plugin.php:1734
576
+ #: gallery-plugin.php:1739
577
  msgid "Invalid path"
578
  msgstr "Ongeldig pad"
579
 
580
+ #: gallery-plugin.php:1888
581
+ msgid "Add images requires JavaScript."
582
+ msgstr ""
583
+
584
+ #: gallery-plugin.php:1891
585
+ msgid "Add Media"
586
+ msgstr ""
587
+
588
+ #: gallery-plugin.php:1901
589
+ msgid "The grid view for the Gallery images requires JavaScript."
590
+ msgstr ""
591
+
592
+ #: gallery-plugin.php:1901
593
+ msgid "Switch to the list view"
594
+ msgstr ""
595
+
596
+ #: gallery-plugin.php:1928
597
+ msgid "List View"
598
+ msgstr ""
599
+
600
+ #: gallery-plugin.php:1929
601
+ msgid "Grid View"
602
+ msgstr ""
603
+
604
+ #: gallery-plugin.php:1986
605
+ msgid "Filter"
606
+ msgstr ""
607
+
608
+ #: gallery-plugin.php:1990
609
+ msgid "Empty Trash"
610
+ msgstr ""
611
+
612
+ #: gallery-plugin.php:2011
613
  #, fuzzy
614
+ msgid "No images found"
615
+ msgstr "Geen foto gevonden"
616
+
617
+ #: gallery-plugin.php:2065
618
+ msgid "Select bulk action"
619
+ msgstr ""
620
+
621
+ #: gallery-plugin.php:2067
622
+ msgid "Bulk Actions"
623
+ msgstr ""
624
+
625
+ #: gallery-plugin.php:2077
626
+ msgid "Apply"
627
+ msgstr ""
628
+
629
+ #: gallery-plugin.php:2084
630
+ #: gallery-plugin.php:2258
631
+ #, fuzzy
632
+ msgid "Delete from Gallery"
633
+ msgstr "Nieuwe Galerij"
634
+
635
+ #: gallery-plugin.php:2097
636
+ #: gallery-plugin.php:2111
637
+ msgid "Display file URL"
638
+ msgstr ""
639
+
640
+ #: gallery-plugin.php:2106
641
+ msgid "Bulk Select"
642
+ msgstr ""
643
+
644
+ #: gallery-plugin.php:2108
645
+ msgid "Cancel Selection"
646
+ msgstr ""
647
+
648
+ #: gallery-plugin.php:2109
649
+ msgid "Delete Selected"
650
+ msgstr ""
651
+
652
+ #: gallery-plugin.php:2122
653
+ msgid "File"
654
+ msgstr ""
655
+
656
+ #: gallery-plugin.php:2123
657
+ #: gallery-plugin.php:2211
658
+ msgid "Dimensions"
659
+ msgstr ""
660
+
661
+ #: gallery-plugin.php:2125
662
+ #: gallery-plugin.php:2246
663
+ msgid "Alt tag"
664
+ msgstr "Alt tag"
665
+
666
+ #: gallery-plugin.php:2126
667
+ #: gallery-plugin.php:2250
668
+ msgid "URL"
669
+ msgstr "URL"
670
+
671
+ #: gallery-plugin.php:2202
672
+ msgid "Deselect"
673
+ msgstr ""
674
+
675
+ #: gallery-plugin.php:2208
676
+ msgid "File name"
677
+ msgstr ""
678
+
679
+ #: gallery-plugin.php:2209
680
+ msgid "File type"
681
+ msgstr ""
682
+
683
+ #: gallery-plugin.php:2210
684
+ #, fuzzy
685
+ msgid "Uploaded on"
686
+ msgstr "Upload Bestand"
687
+
688
+ #: gallery-plugin.php:2214
689
+ #: gallery-plugin.php:2215
690
+ #, fuzzy
691
+ msgid "Edit Attachment"
692
+ msgstr "Bijlage ID"
693
+
694
+ #: gallery-plugin.php:2215
695
+ #, fuzzy
696
+ msgid "Edit Attachment Info"
697
+ msgstr "Bijlage ID"
698
 
699
+ #: gallery-plugin.php:2225
700
+ #, fuzzy
701
+ msgid "Go Pro"
702
+ msgstr "Ga PRO"
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 "Deze instelling is alleen beschikbaar in de Pro versie"
711
+
712
+ #: gallery-plugin.php:2252
713
+ msgid "(by click on image opens a link in a new window)"
714
+ msgstr "(door op een foto te drukken, opent de link zich in een nieuwe pagina)"
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 "Bijlage ID"
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 "Sorry, niets gevonden."
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 "Als je een korte omschrijving, met een voorbeeld & link naar de galerij pagina, wilt weergeven "
783
+
784
+ #: inc/demo-data/demo-data-loader.php:78
785
  #, fuzzy
786
  msgid "Install Demo Data"
787
  msgstr "Установка %"
788
 
789
+ #: inc/demo-data/demo-data-loader.php:79
790
+ msgid "If you install the demo-data, will be created galleries with images, demo-post with available shortcodes and page with a list of all the galleries, plugin settings will be overwritten, however, when you delete the demo data, they will be restored."
 
 
 
 
791
  msgstr ""
792
 
793
  #: inc/demo-data/demo-data-loader.php:82
827
  msgid "Demo options already installed."
828
  msgstr ""
829
 
830
+ #: inc/demo-data/demo-data-loader.php:296
831
  msgid "Demo data successfully installed."
832
  msgstr ""
833
 
834
+ #: inc/demo-data/demo-data-loader.php:298
835
  msgid "View post with shortcodes"
836
  msgstr ""
837
 
838
+ #: inc/demo-data/demo-data-loader.php:301
839
  msgid "View page with examples"
840
  msgstr ""
841
 
842
+ #: inc/demo-data/demo-data-loader.php:308
843
  msgid "Installation of demo data with some errors occurred."
844
  msgstr ""
845
 
846
+ #: inc/demo-data/demo-data-loader.php:311
847
  msgid "Posts data is missing."
848
  msgstr ""
849
 
850
+ #: inc/demo-data/demo-data-loader.php:336
851
  msgid "Demo data have already been removed."
852
  msgstr ""
853
 
854
+ #: inc/demo-data/demo-data-loader.php:383
855
  msgid "Demo data successfully removed."
856
  msgstr ""
857
 
858
+ #: inc/demo-data/demo-data-loader.php:386
859
  msgid "Removing demo data with some errors occurred."
860
  msgstr ""
861
 
862
+ #: inc/demo-data/demo-data-loader.php:517
863
  msgid "Close notice"
864
  msgstr ""
865
 
866
+ #: inc/demo-data/demo-data-loader.php:520
867
  #, fuzzy
868
  msgid "Install demo data"
869
  msgstr "Установка %"
870
 
871
+ #: inc/demo-data/demo-data-loader.php:520
872
  msgid "for an acquaintance with the possibilities of the"
873
  msgstr ""
874
 
875
+ #: template/gallery-template.php:14
876
+ #, fuzzy
877
+ msgid "Gallery Category"
878
+ msgstr "Afmeting galerij foto"
879
+
880
+ #~ msgid "Add a Gallery"
881
+ #~ msgstr "Galerij toevoegen"
882
+
883
+ #~ msgid "Find a Gallery"
884
+ #~ msgstr "Galerij zoeken"
885
+
886
+ #~ msgid ""
887
+ #~ "The gallery temp directory (gallery-plugin/upload/files) is not available "
888
+ #~ "for record on your webserver. Please use the standard WP functionality to "
889
+ #~ "upload images (media library)"
890
+ #~ msgstr ""
891
+ #~ "De tijdelijke, galerij, map (gallery-plugin/upload/files) is niet "
892
+ #~ "beschikbaar op de webserver. Gebruik aub de standaard WordPress methode "
893
+ #~ "om foto's te uploaden (media bibliotheek)"
894
+
895
+ #~ msgid "Choose an image for upload:"
896
+ #~ msgstr "Kies een foto om te uploaden:"
897
+
898
+ #~ msgid "Please enable JavaScript to use the file uploader."
899
+ #~ msgstr "Activeer JavaScript om de uploader te gebruiken."
900
+
901
+ #~ msgid "Allow the download link for all images in this gallery"
902
+ #~ msgstr "Sta de 'download' link toe voor alle foto's in deze galerij"
903
+
904
+ #~ msgid ""
905
+ #~ "Please use the drag and drop function to change an order of the images "
906
+ #~ "displaying and do not forget to save the post."
907
+ #~ msgstr ""
908
+ #~ "Om de volgorde van de foto's te wijzigen, kunnen deze gewoon versleept "
909
+ #~ "worden (vergeet echter niet om de wijziging ook op te slaan)."
910
+
911
+ #~ msgid "Please make a choice"
912
+ #~ msgstr "Maak een keuze"
913
+
914
+ #~ msgid "sort images"
915
+ #~ msgstr "sorteer foto's"
916
+
917
+ #~ msgid "on the plugin settings page ("
918
+ #~ msgstr "op de plugin instellingen pagina ("
919
+
920
+ #~ msgid "Open the URL"
921
+ #~ msgstr "Open de URL"
922
+
923
+ #~ msgid "Current window"
924
+ #~ msgstr "Huidig scherm"
925
+
926
+ #~ msgid "New window"
927
+ #~ msgstr "Nieuw scherm"
928
+
929
+ #~ msgid "Lightbox button URL"
930
+ #~ msgstr "Lightbox knop URL"
931
+
932
+ #~ msgid "Description"
933
+ #~ msgstr "Omschrijving"
934
+
935
+ #~ msgid "Delete"
936
+ #~ msgstr "Verwijderen"
937
+
938
+ #~ msgid ""
939
+ #~ "You can add a Single Gallery to the page or post by inserting this "
940
+ #~ "shortcode into the content"
941
+ #~ msgstr ""
942
+ #~ "Je kunt een enkele galerij toevoegen aan een pagina, of bericht, door "
943
+ #~ "deze shortcode toe te voegen aan de inhoud"
944
+
945
+ #~ msgid "Publishing"
946
+ #~ msgstr "Publiceren"
947
+
948
+ #~ msgid "Background color"
949
+ #~ msgstr "Achtergrondkleur"
950
+
951
+ #~ msgid "Go"
952
+ #~ msgstr "Ga"
953
+
954
+ #~ msgid ""
955
+ #~ "Sorting order (the input field for sorting order in the Insert / Upload "
956
+ #~ "Media Gallery dialog)"
957
+ #~ msgstr ""
958
+ #~ "Sorteervolgorde (het invoerveld voor sorteervolgorde in het Invoeg / "
959
+ #~ "Upload Media Galerij venster)"
960
+
961
  #~ msgid "left"
962
  #~ msgstr "links"
963
 
languages/gallery-pt_BR.mo CHANGED
Binary file
languages/gallery-pt_BR.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-11 12:13+0300\n"
6
- "PO-Revision-Date: 2015-08-11 12:13+0300\n"
7
- "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: DJIO | Dionizio Bonfim Bach <wordpress@djio.com.br>\n"
9
  "Language: pt_BR\n"
10
  "MIME-Version: 1.0\n"
@@ -18,801 +18,867 @@ msgstr ""
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
 
 
 
 
 
 
 
 
 
21
  # @ gallery
22
- #: gallery-plugin.php:95
23
  msgid "See images &raquo;"
24
  msgstr "Ver imagens &raquo;"
25
 
26
- # @ gallery
27
- #: gallery-plugin.php:209
28
- msgid ""
29
- "The following files \"gallery-template.php\" and \"gallery-single-template."
30
- "php\" were not found in the directory of your theme. Please copy them from "
31
- "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
32
- "directory of your theme for the correct work of the Gallery plugin"
33
  msgstr ""
34
- "Os seguintes arquivos \"gallery-template.php\" e \"gallery-single-template."
35
- "php\" não foram encontrados no diretório do seu tema. Por favor, copie-os a "
36
- "partir do diretório `/wp-content/plugins/gallery-plugin/template/` para o "
37
- "diretório do seu tema para que o plugin Galeria funcione corretamente"
38
 
39
  # @ gallery
40
- #: gallery-plugin.php:218 gallery-plugin.php:228
 
 
 
 
 
 
41
  msgid "Galleries"
42
  msgstr "Galerias"
43
 
44
  # @ gallery
45
- #: gallery-plugin.php:219
 
46
  msgid "Gallery"
47
  msgstr "Galeria"
48
 
49
  # @ gallery
50
- #: gallery-plugin.php:220
51
- msgid "Add a Gallery"
52
- msgstr "Adicionar uma Galeria"
53
-
54
- # @ gallery
55
- #: gallery-plugin.php:221
56
  msgid "Add New Gallery"
57
  msgstr "Adicionar Nova Galeria"
58
 
59
  # @ gallery
60
- #: gallery-plugin.php:222
61
  msgid "Edit Gallery"
62
  msgstr "Editar Galeria"
63
 
64
  # @ gallery
65
- #: gallery-plugin.php:223
66
  msgid "New Gallery"
67
  msgstr "Nova Galeria"
68
 
69
  # @ gallery
70
- #: gallery-plugin.php:224
71
  msgid "View Gallery"
72
  msgstr "Ver Galeria"
73
 
74
  # @ gallery
75
- #: gallery-plugin.php:225
76
- msgid "Find a Gallery"
77
- msgstr "Encontre uma Galeria"
 
78
 
79
  # @ gallery
80
- #: gallery-plugin.php:226
81
  msgid "No Gallery found"
82
  msgstr "Nenhuma Galeria foi encontrada"
83
 
84
  # @ gallery
85
- #: gallery-plugin.php:283
86
- msgid "Upload File"
87
- msgstr "Enviar Arquivo"
88
-
89
- # @ gallery
90
- #: gallery-plugin.php:284
91
  msgid "Gallery Shortcode"
92
  msgstr "Shortcode da Galeria"
93
 
94
  # @ gallery
95
- #: gallery-plugin.php:286 gallery-plugin.php:442
 
96
  #, fuzzy
97
  msgid "Gallery Categories"
98
  msgstr "Tamanho da imagem da galeria"
99
 
100
- #: gallery-plugin.php:295
101
- msgid "Choose a media file that will be attached"
102
- msgstr ""
103
-
104
- #: gallery-plugin.php:295
105
- #, php-format
106
- msgid "You need to install \"%s\" plugin to use this functionality"
107
- msgstr ""
108
-
109
- #: gallery-plugin.php:296
110
- msgid "Attach media item to this gallery"
111
- msgstr ""
112
-
113
- # @ gallery
114
- #: gallery-plugin.php:315
115
- msgid ""
116
- "The gallery temp directory (gallery-plugin/upload/files) is not available "
117
- "for record on your webserver. Please use the standard WP functionality to "
118
- "upload images (media library)"
119
- msgstr ""
120
- "O diretório temporário da Galeria (gallery-plugin/upload/files) não está "
121
- "disponível para escrita em seu servidor Web. Por favor, utilize o método "
122
- "padrão do WP para fazer upload de imagens (biblioteca de mídia)"
123
-
124
- # @ gallery
125
- #: gallery-plugin.php:327
126
- msgid "Choose an image for upload:"
127
- msgstr "Escolha uma imagem para fazer upload:"
128
-
129
- # @ gallery
130
- #: gallery-plugin.php:332
131
- msgid "Please enable JavaScript to use the file uploader."
132
- msgstr "Favor havilitar o Javascript para usar o envio de arquivos."
133
-
134
- # @ gallery
135
- #: gallery-plugin.php:340
136
- msgid "Allow the download link for all images in this gallery"
137
- msgstr "Permitir o link de download para todas as imagens nesta galeria"
138
-
139
- # @ gallery
140
- #: gallery-plugin.php:341
141
- msgid ""
142
- "Please use the drag and drop function to change an order of the images "
143
- "displaying and do not forget to save the post."
144
- msgstr ""
145
- "Por favor, use a função arrastar e soltar para alterar a ordem de exibição "
146
- "das imagens e não se esqueça de salvar o post."
147
-
148
- # @ gallery
149
- #: gallery-plugin.php:343
150
- msgid "Please make a choice"
151
- msgstr "Por favor, faça uma escolha"
152
-
153
- # @ gallery
154
- #: gallery-plugin.php:343 gallery-plugin.php:1030
155
- msgid "Sort images by"
156
- msgstr "Ordenar imagens por"
157
-
158
- # @ gallery
159
- #: gallery-plugin.php:343
160
- msgid "sort images"
161
- msgstr "ordenar imagens"
162
-
163
- # @ gallery
164
- #: gallery-plugin.php:343
165
- msgid "on the plugin settings page ("
166
- msgstr "da página de configurações do plugin ("
167
-
168
- # @ gallery
169
- #: gallery-plugin.php:396 gallery-plugin.php:672
170
- msgid "Title"
171
- msgstr "Título"
172
-
173
- #: gallery-plugin.php:398
174
- msgid "Alt tag"
175
  msgstr ""
176
 
177
  # @ gallery
178
- #: gallery-plugin.php:399
179
- msgid "URL"
180
- msgstr "URL"
181
-
182
- # @ gallery
183
- #: gallery-plugin.php:399
184
- msgid "(by click on image opens a link in a new window)"
185
- msgstr "(clicar na imagem abre um link em uma nova janela)"
186
-
187
- # @ gallery
188
- #: gallery-plugin.php:400
189
- msgid "This setting is available in Pro version"
190
- msgstr "Esta configuração está disponível na versão Pro"
191
-
192
- # @ gallery
193
- #: gallery-plugin.php:401
194
  #, fuzzy
195
- msgid "Open the URL"
196
- msgstr "Abrir o link"
197
 
198
- # @ gallery
199
- #: gallery-plugin.php:401
200
- msgid "Current window"
201
- msgstr "Janela atual"
202
-
203
- # @ gallery
204
- #: gallery-plugin.php:401
205
- msgid "New window"
206
- msgstr "Nova janela"
207
-
208
- # @ gallery
209
- #: gallery-plugin.php:402
210
- #, fuzzy
211
- msgid "Lightbox button URL"
212
- msgstr "Fundo do Lightbox"
213
-
214
- #: gallery-plugin.php:403
215
- msgid "Description"
216
  msgstr ""
217
 
218
- # @ gallery
219
- #: gallery-plugin.php:404
220
- msgid "Delete"
221
- msgstr "Excluir"
222
-
223
- # @ gallery
224
- #: gallery-plugin.php:424
225
- msgid ""
226
- "You can add a Single Gallery to the page or post by inserting this shortcode "
227
- "into the content"
228
- msgstr ""
229
- "Você pode adicionar esta Galeria numa página ou post inserindo este "
230
- "shortcode no conteúdo"
231
-
232
- # @ gallery
233
- #: gallery-plugin.php:426
234
- msgid ""
235
- "If you want to display a short description containing a screenshot and the "
236
- "link to the Single Gallery Page"
237
- msgstr ""
238
- "Se você quiser mostrar uma breve descrição contendo a miniatura e o link "
239
- "para a Página da Galeria use assim"
240
-
241
- #: gallery-plugin.php:443
242
  msgid "Most Used"
243
  msgstr ""
244
 
245
  # @ gallery
246
- #: gallery-plugin.php:448 gallery-plugin.php:957
 
247
  msgid "Default"
248
  msgstr "Padrão"
249
 
250
  # @ gallery
251
- #: gallery-plugin.php:453
252
  #, fuzzy
253
  msgid "Add New Gallery Category"
254
  msgstr "Adicionar Nova Galeria"
255
 
256
- #: gallery-plugin.php:460
257
  msgid "Install plugin"
258
  msgstr ""
259
 
260
  # @ gallery
261
- #: gallery-plugin.php:673
 
 
 
 
 
 
 
262
  msgid "Author"
263
  msgstr "Autor"
264
 
265
  # @ gallery
266
- #: gallery-plugin.php:674
267
- msgid "Photo"
268
- msgstr "Foto"
 
269
 
270
  # @ gallery
271
- #: gallery-plugin.php:675
272
- msgid "Publishing"
273
- msgstr "Publicação"
 
274
 
275
  # @ gallery
276
- #: gallery-plugin.php:676 gallery-plugin.php:1034
 
277
  msgid "Date"
278
  msgstr "Data"
279
 
280
  # @ gallery
281
- #: gallery-plugin.php:836
282
  msgid "Settings are saved"
283
  msgstr "As configurações estão salvas"
284
 
285
  # @ gallery
286
- #: gallery-plugin.php:849
287
  #, fuzzy
288
  msgid "All plugin settings were restored."
289
  msgstr "da página de configurações do plugin ("
290
 
291
  # @ gallery
292
- #: gallery-plugin.php:862
293
  msgid "Gallery Settings"
294
  msgstr "Configurações da Galeria"
295
 
296
- # @ bestwebsoft
297
- # @ gallery
298
- #: gallery-plugin.php:864 gallery-plugin.php:1216 gallery-plugin.php:1233
299
- msgid "Settings"
300
- msgstr "Configurações"
301
-
302
  # @ gallery
303
- #: gallery-plugin.php:865 gallery-plugin.php:1217
 
304
  msgid "FAQ"
305
  msgstr "FAQ"
306
 
307
- #: gallery-plugin.php:866
308
  msgid "Go PRO"
309
  msgstr ""
310
 
311
- #: gallery-plugin.php:876
312
  msgid "Notice:"
313
  msgstr ""
314
 
315
- #: gallery-plugin.php:876
316
- msgid ""
317
- "The plugin's settings have been changed. In order to save them please don't "
318
- "forget to click the 'Save Changes' button."
319
  msgstr ""
320
 
321
  # @ gallery
322
- #: gallery-plugin.php:877
323
- msgid ""
324
- "If you would like to add a Single Gallery to your page or post, just copy "
325
- "and paste this shortcode into your post or page:"
326
- msgstr ""
327
- "Se você quiser adicionar uma Galeria específica em sua página ou post, basta "
328
- "copiar e colar este shortcode em seu post ou página:"
329
 
330
  # @ gallery
331
- #: gallery-plugin.php:879
332
  #, fuzzy
333
  msgid "Please enable JavaScript to use the option to renew images."
334
  msgstr "Favor havilitar o Javascript para usar o envio de arquivos."
335
 
336
- #: gallery-plugin.php:883
337
  msgid "Update images for gallery"
338
  msgstr ""
339
 
340
  # @ gallery
341
- #: gallery-plugin.php:885
342
  #, fuzzy
343
  msgid "Update images"
344
  msgstr "ordenar imagens"
345
 
346
  # @ gallery
347
- #: gallery-plugin.php:893
348
  msgid "Image size for the album cover"
349
  msgstr "Tamanho da imagem de capa do álbum"
350
 
351
  # @ gallery
352
- #: gallery-plugin.php:895 gallery-plugin.php:909 gallery-plugin.php:931
 
 
353
  msgid "Image size"
354
  msgstr "Tamanho da imagem"
355
 
356
  # @ gallery
357
- #: gallery-plugin.php:898 gallery-plugin.php:912
 
358
  msgid "Width (in px)"
359
  msgstr "Largura (em px)"
360
 
361
  # @ gallery
362
- #: gallery-plugin.php:902 gallery-plugin.php:916
 
363
  msgid "Height (in px)"
364
  msgstr "Altura (em px)"
365
 
366
  # @ gallery
367
- #: gallery-plugin.php:907
368
  #, fuzzy
369
  msgid "Image size for thumbnails"
370
  msgstr "Tamanho da imagem de capa do álbum"
371
 
372
  # @ gallery
373
- #: gallery-plugin.php:921
374
- msgid ""
375
- "WordPress will create a new thumbnail with the specified dimensions when you "
376
- "upload a new photo."
377
- msgstr ""
378
- "WordPress irá criar uma nova miniatura com os tamanhos especificados quando "
379
- "você enviar uma nova foto."
380
 
381
  # @ gallery
382
- #: gallery-plugin.php:929
383
  #, fuzzy
384
  msgid "Image size in the lightbox"
385
  msgstr "Tamanho da imagem da galeria no Lightbox"
386
 
387
  # @ gallery
388
- #: gallery-plugin.php:932
389
  msgid "Max width (in px)"
390
  msgstr "Largura máxima (em px)"
391
 
392
  # @ gallery
393
- #: gallery-plugin.php:933
394
  msgid "Max height (in px)"
395
  msgstr "Altura máxima (em px)"
396
 
397
  # @ gallery
398
- #: gallery-plugin.php:934
399
  msgid "Display a full size image in the lightbox"
400
  msgstr "Exibir a imagem em tamanho original no Lightbox"
401
 
402
  # @ gallery
403
- #: gallery-plugin.php:938
404
  msgid "Crop position"
405
  msgstr "Posição de recorte"
406
 
407
  # @ gallery
408
- #: gallery-plugin.php:942 gallery-plugin.php:948
 
409
  msgid "center"
410
  msgstr "centro"
411
 
412
  # @ gallery
413
- #: gallery-plugin.php:944
414
  msgid "Horizontal"
415
  msgstr "Horizontal"
416
 
417
  # @ gallery
418
- #: gallery-plugin.php:950
419
  msgid "Vertical"
420
  msgstr "Vertical"
421
 
422
  # @ gallery
423
- #: gallery-plugin.php:955
424
  msgid "Lightbox background"
425
  msgstr "Fundo do Lightbox"
426
 
427
  # @ gallery
428
- #: gallery-plugin.php:958
429
  msgid "Background transparency (from 0 to 1)"
430
  msgstr "Transparência de background (de 0 a 1)"
431
 
432
  # @ gallery
433
- #: gallery-plugin.php:960
434
  msgid "Select a background color"
435
  msgstr "Selecionar uma cor de fundo"
436
 
437
- # @ gallery
438
- #: gallery-plugin.php:962
439
- msgid "Background color"
440
- msgstr "Cor de fundo"
441
-
442
- #: gallery-plugin.php:969 gallery-plugin.php:1157
443
- msgid ""
444
- "If you upgrade to Pro version all your settings and galleries will be saved."
445
  msgstr ""
446
 
447
- #: gallery-plugin.php:976 gallery-plugin.php:1164
448
- msgid "Unlock premium options by upgrading to a PRO version."
 
449
  msgstr ""
450
 
451
- #: gallery-plugin.php:977 gallery-plugin.php:1165
452
- msgid "Learn More"
453
- msgstr ""
454
-
455
- #: gallery-plugin.php:981 gallery-plugin.php:1169
456
  msgid "Start Your Trial"
457
  msgstr ""
458
 
459
- #: gallery-plugin.php:982 gallery-plugin.php:1170
 
460
  msgid "or"
461
  msgstr ""
462
 
463
- #: gallery-plugin.php:985 gallery-plugin.php:1173
464
- msgid "Go"
 
465
  msgstr ""
466
 
467
  # @ gallery
468
- #: gallery-plugin.php:993
469
  msgid "Images with border"
470
  msgstr "Imagens com borda"
471
 
472
  # @ gallery
473
- #: gallery-plugin.php:996
474
  msgid "Border width in px, just numbers"
475
  msgstr "Largura da borda em px, apenas os números"
476
 
477
  # @ gallery
478
- #: gallery-plugin.php:998 gallery-plugin.php:1000
479
  msgid "Select a border color"
480
  msgstr "Escolha a cor da borda"
481
 
482
  # @ gallery
483
- #: gallery-plugin.php:1006
484
  msgid "Number of images in the row"
485
  msgstr "Número de imagens por linha"
486
 
487
  # @ gallery
488
- #: gallery-plugin.php:1012
489
  msgid "Start slideshow"
490
  msgstr "Iniciar Apresentação de Slides"
491
 
492
  # @ gallery
493
- #: gallery-plugin.php:1018
494
  msgid "Slideshow interval"
495
  msgstr "Intervalo de tempo entre cada Slide"
496
 
497
- #: gallery-plugin.php:1024
498
  msgid "Use single lightbox for multiple galleries on one page"
499
  msgstr ""
500
 
501
  # @ gallery
502
- #: gallery-plugin.php:1032
 
 
 
 
 
503
  msgid "Attachment ID"
504
  msgstr "ID do anexo"
505
 
506
  # @ gallery
507
- #: gallery-plugin.php:1033
508
  msgid "Image Name"
509
  msgstr "Nome da Imagem"
510
 
511
- # @ gallery
512
- #: gallery-plugin.php:1035
513
- msgid ""
514
- "Sorting order (the input field for sorting order in the Insert / Upload "
515
- "Media Gallery dialog)"
516
  msgstr ""
517
- "Critério de ordenação (o campo de ordenação na caixa de diálogo em Adicionar "
518
- "Mídia)"
519
 
520
  # @ gallery
521
- #: gallery-plugin.php:1036
522
  msgid "Random"
523
  msgstr "Aleatório"
524
 
525
  # @ gallery
526
- #: gallery-plugin.php:1040
527
  msgid "Sort images"
528
  msgstr "Ordenar imagens:"
529
 
530
  # @ gallery
531
- #: gallery-plugin.php:1042
532
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
533
- msgstr ""
534
- "ASC (ordem crescente dos valores mais baixos para os mais altos - 1, 2, 3; "
535
- "a, b, c)"
536
 
537
  # @ gallery
538
- #: gallery-plugin.php:1043
539
- msgid ""
540
- "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
541
- msgstr ""
542
- "DESC (ordem decrescente dos valores mais altos para os mais baixos - 3, 2, "
543
- "1; c, b, a)"
544
 
545
  # @ gallery
546
- #: gallery-plugin.php:1047
547
  #, fuzzy
548
  msgid "Display text under the image"
549
  msgstr "Mostrar texto acima da imagem"
550
 
551
  # @ gallery
552
- #: gallery-plugin.php:1049
553
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
554
- msgstr ""
555
- "Desmarque a caixa de seleção, se você deseja mostrar texto apenas numa "
556
- "lightbox"
557
 
558
  # @ gallery
559
- #: gallery-plugin.php:1053
560
  msgid "Display the Back link"
561
  msgstr "Exibir o link Voltar"
562
 
563
  # @ gallery
564
- #: gallery-plugin.php:1059
565
  msgid "Display the Back link in the shortcode"
566
  msgstr "Exibir o link Voltar no shortcode"
567
 
568
  # @ gallery
569
- #: gallery-plugin.php:1065
570
  msgid "The Back link text"
571
  msgstr "Texto do link Voltar"
572
 
573
  # @ gallery
574
- #: gallery-plugin.php:1071
575
  msgid "The Back link URL"
576
  msgstr "URL do link Voltar"
577
 
578
  # @ gallery
579
- #: gallery-plugin.php:1073
580
  msgid "Gallery page (Page with Gallery Template)"
581
  msgstr "Página da Galeria (página usando o Modelo de Galeria)"
582
 
583
  # @ gallery
584
- #: gallery-plugin.php:1075
585
  msgid "(Full URL to custom page)"
586
  msgstr "(URL completa para a página personalizada)"
587
 
588
  # @ gallery
589
- #: gallery-plugin.php:1079
590
  msgid "The Read More link text"
591
  msgstr "Texto do link Leia Mais"
592
 
593
- #: gallery-plugin.php:1085
594
  msgid "Add gallery to the search"
595
  msgstr ""
596
 
597
- #: gallery-plugin.php:1090
598
  msgid "Using"
599
  msgstr ""
600
 
601
- #: gallery-plugin.php:1090
602
  msgid "powered by"
603
  msgstr ""
604
 
605
- #: gallery-plugin.php:1093 gallery-plugin.php:1097
 
606
  msgid "Using Custom Search powered by"
607
  msgstr ""
608
 
609
- #: gallery-plugin.php:1093
610
  msgid "Activate Custom Search"
611
  msgstr ""
612
 
613
- #: gallery-plugin.php:1097
614
  msgid "Download Custom Search"
615
  msgstr ""
616
 
617
- #: gallery-plugin.php:1102
618
  msgid "Rewrite templates after update"
619
  msgstr ""
620
 
621
- #: gallery-plugin.php:1104
622
- msgid ""
623
- "Turn off the checkbox, if You edited the file 'gallery-template.php' or "
624
- "'gallery-single-template.php' file in your theme folder and You don't want "
625
- "to rewrite them"
626
  msgstr ""
627
 
628
- #: gallery-plugin.php:1113
629
  msgid "Use pagination for images"
630
  msgstr ""
631
 
632
- #: gallery-plugin.php:1116
633
  msgid "per page"
634
  msgstr ""
635
 
636
- #: gallery-plugin.php:1120
637
  msgid "The lightbox helper"
638
  msgstr ""
639
 
640
- #: gallery-plugin.php:1122
641
  msgid "Do not use"
642
  msgstr ""
643
 
644
- #: gallery-plugin.php:1123
645
  msgid "Button helper"
646
  msgstr ""
647
 
648
- #: gallery-plugin.php:1124
649
  msgid "Thumbnail helper"
650
  msgstr ""
651
 
652
  # @ gallery
653
- #: gallery-plugin.php:1128
654
  msgid "Display Like buttons in the lightbox"
655
  msgstr "Exibir botões de Curtir no Lightbox"
656
 
657
  # @ gallery
658
- #: gallery-plugin.php:1130
659
  msgid "FaceBook"
660
  msgstr "Facebook"
661
 
662
  # @ gallery
663
- #: gallery-plugin.php:1131
664
  msgid "Twitter"
665
  msgstr "Twitter"
666
 
667
  # @ gallery
668
- #: gallery-plugin.php:1132
669
  msgid "Pinterest"
670
  msgstr "Pinterest"
671
 
672
  # @ gallery
673
- #: gallery-plugin.php:1133
674
  msgid "Google +1"
675
  msgstr "Google +1"
676
 
677
  # @ gallery
678
- #: gallery-plugin.php:1137
679
  msgid "Slug for gallery item"
680
  msgstr "Slug para o item da galeria"
681
 
682
  # @ gallery
683
- #: gallery-plugin.php:1139
684
  msgid "for any structure of permalinks except the default structure"
685
- msgstr ""
686
- "para qualquer estrutura de links permanentes, exceto a estrutura padrão"
687
 
688
- #: gallery-plugin.php:1143
689
  msgid "Title for lightbox button"
690
  msgstr ""
691
 
692
- #: gallery-plugin.php:1149
693
- msgid ""
694
- "Display all images in the lightbox instead of going into a single gallery"
695
  msgstr ""
696
 
697
- #: gallery-plugin.php:1152
698
- msgid ""
699
- "When using the gallery template or a shortcode with `display=short` parameter"
700
  msgstr ""
701
 
702
  # @ default
703
- #: gallery-plugin.php:1181
704
  msgid "Save Changes"
705
  msgstr "Salvar Alterações"
706
 
707
  # @ gallery
708
- #: gallery-plugin.php:1218
709
  msgid "Support"
710
  msgstr "Suporte"
711
 
712
- #: gallery-plugin.php:1326
713
  msgid "Updating images..."
714
  msgstr ""
715
 
716
  # @ gallery
717
- #: gallery-plugin.php:1327
718
  #, fuzzy
719
  msgid "No image found."
720
  msgstr "Nenhuma Galeria foi encontrada"
721
 
722
- #: gallery-plugin.php:1328
723
  msgid "All images are updated."
724
  msgstr ""
725
 
726
- #: gallery-plugin.php:1329
727
  msgid "Error."
728
  msgstr ""
729
 
730
- #: gallery-plugin.php:1338
731
- msgid "Learn more"
 
 
732
  msgstr ""
733
 
734
- #: gallery-plugin.php:1343 gallery-plugin.php:1383
735
- msgid "Activate"
736
  msgstr ""
737
 
738
- #: gallery-plugin.php:1350 gallery-plugin.php:1390
739
- msgid "Install now"
740
  msgstr ""
741
 
742
- #: gallery-plugin.php:1359
743
- msgid "Add multiple gallery categories"
744
  msgstr ""
745
 
746
- #: gallery-plugin.php:1359
747
- msgid ""
748
- "Install Gallery Categories plugin to add unlimited number of categories."
749
  msgstr ""
750
 
751
- #: gallery-plugin.php:1368 gallery-plugin.php:1409
752
- msgid "Close"
753
  msgstr ""
754
 
755
- #: gallery-plugin.php:1400
756
- msgid "Already attached?"
757
  msgstr ""
758
 
759
- #: gallery-plugin.php:1400
760
- msgid ""
761
- "If you'd like to attach the files, which are already uploaded, please use Re-"
762
- "attacher plugin."
763
  msgstr ""
764
 
765
- # @ gallery
766
- #: gallery-plugin.php:1490 template/gallery-single-template.php:19
767
- msgid "Download high resolution image"
768
- msgstr "Download de imagem de alta resolução"
769
 
770
  # @ gallery
771
- #: gallery-plugin.php:1651 template/gallery-single-template.php:101
 
772
  msgid "Sorry, nothing found."
773
  msgstr "Desculpe, nada foi encontrado."
774
 
775
  # @ gallery
776
- #: gallery-plugin.php:1673 template/gallery-single-template.php:120
 
777
  msgid "Image"
778
  msgstr "Imagem"
779
 
780
  # @ gallery
781
- #: gallery-plugin.php:1982
 
 
 
 
 
 
782
  #, fuzzy
783
  msgid "Image size not defined"
784
  msgstr "Tamanho da imagem"
785
 
786
- #: gallery-plugin.php:1997
787
- msgid ""
788
- "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
789
- "manually reload image."
790
  msgstr ""
791
 
792
- #: gallery-plugin.php:2008
793
  msgid "Image size changes not defined"
794
  msgstr ""
795
 
796
- #: gallery-plugin.php:2037 gallery-plugin.php:2040 gallery-plugin.php:2045
 
 
797
  msgid "Invalid path"
798
  msgstr ""
799
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
800
  # @ gallery
801
- #: template/gallery-template.php:14
802
  #, fuzzy
803
- msgid "Gallery Category"
804
- msgstr "Tamanho da imagem da galeria"
805
 
806
- #: inc/demo-data/demo-data-loader.php:77
807
- msgid "Install Demo Data"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
808
  msgstr ""
809
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
810
  #: inc/demo-data/demo-data-loader.php:78
811
- msgid ""
812
- "If you install the demo-data, will be created galleries with images, demo-"
813
- "post with available shortcodes and page with a list of all the galleries, \n"
814
- "plugin settings will be overwritten, however, when you delete the demo data, "
815
- "they will be restored."
816
  msgstr ""
817
 
818
  #: inc/demo-data/demo-data-loader.php:82
@@ -853,46 +919,108 @@ msgstr ""
853
  msgid "Demo options already installed."
854
  msgstr ""
855
 
856
- #: inc/demo-data/demo-data-loader.php:294
857
  msgid "Demo data successfully installed."
858
  msgstr ""
859
 
860
- #: inc/demo-data/demo-data-loader.php:296
861
  msgid "View post with shortcodes"
862
  msgstr ""
863
 
864
- #: inc/demo-data/demo-data-loader.php:299
865
  msgid "View page with examples"
866
  msgstr ""
867
 
868
- #: inc/demo-data/demo-data-loader.php:303
869
  msgid "Installation of demo data with some errors occurred."
870
  msgstr ""
871
 
872
- #: inc/demo-data/demo-data-loader.php:306
873
  msgid "Posts data is missing."
874
  msgstr ""
875
 
876
- #: inc/demo-data/demo-data-loader.php:331
877
  msgid "Demo data have already been removed."
878
  msgstr ""
879
 
880
- #: inc/demo-data/demo-data-loader.php:378
881
  msgid "Demo data successfully removed."
882
  msgstr ""
883
 
884
- #: inc/demo-data/demo-data-loader.php:381
885
  msgid "Removing demo data with some errors occurred."
886
  msgstr ""
887
 
888
- #: inc/demo-data/demo-data-loader.php:510
889
  msgid "Close notice"
890
  msgstr ""
891
 
892
- #: inc/demo-data/demo-data-loader.php:513
893
  msgid "Install demo data"
894
  msgstr ""
895
 
896
- #: inc/demo-data/demo-data-loader.php:513
897
  msgid "for an acquaintance with the possibilities of the"
898
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: DJIO | Dionizio Bonfim Bach <wordpress@djio.com.br>\n"
9
  "Language: pt_BR\n"
10
  "MIME-Version: 1.0\n"
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ # @ bestwebsoft
22
+ # @ gallery
23
+ #: gallery-plugin.php:43
24
+ #: gallery-plugin.php:795
25
+ #: gallery-plugin.php:1133
26
+ #: gallery-plugin.php:1150
27
+ msgid "Settings"
28
+ msgstr "Configurações"
29
+
30
  # @ gallery
31
+ #: gallery-plugin.php:104
32
  msgid "See images &raquo;"
33
  msgstr "Ver imagens &raquo;"
34
 
35
+ #: gallery-plugin.php:107
36
+ msgid "Return to all albums"
 
 
 
 
 
37
  msgstr ""
 
 
 
 
38
 
39
  # @ gallery
40
+ #: gallery-plugin.php:331
41
+ 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"
42
+ 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"
43
+
44
+ # @ gallery
45
+ #: gallery-plugin.php:340
46
+ #: gallery-plugin.php:349
47
  msgid "Galleries"
48
  msgstr "Galerias"
49
 
50
  # @ gallery
51
+ #: gallery-plugin.php:341
52
+ #: gallery-plugin.php:2511
53
  msgid "Gallery"
54
  msgstr "Galeria"
55
 
56
  # @ gallery
57
+ #: gallery-plugin.php:342
 
 
 
 
 
58
  msgid "Add New Gallery"
59
  msgstr "Adicionar Nova Galeria"
60
 
61
  # @ gallery
62
+ #: gallery-plugin.php:343
63
  msgid "Edit Gallery"
64
  msgstr "Editar Galeria"
65
 
66
  # @ gallery
67
+ #: gallery-plugin.php:344
68
  msgid "New Gallery"
69
  msgstr "Nova Galeria"
70
 
71
  # @ gallery
72
+ #: gallery-plugin.php:345
73
  msgid "View Gallery"
74
  msgstr "Ver Galeria"
75
 
76
  # @ gallery
77
+ #: gallery-plugin.php:346
78
+ #, fuzzy
79
+ msgid "Search Galleries"
80
+ msgstr "Galerias"
81
 
82
  # @ gallery
83
+ #: gallery-plugin.php:347
84
  msgid "No Gallery found"
85
  msgstr "Nenhuma Galeria foi encontrada"
86
 
87
  # @ gallery
88
+ #: gallery-plugin.php:404
 
 
 
 
 
89
  msgid "Gallery Shortcode"
90
  msgstr "Shortcode da Galeria"
91
 
92
  # @ gallery
93
+ #: gallery-plugin.php:406
94
+ #: gallery-plugin.php:438
95
  #, fuzzy
96
  msgid "Gallery Categories"
97
  msgstr "Tamanho da imagem da galeria"
98
 
99
+ #: gallery-plugin.php:415
100
+ msgid "Add this shortcode to a page, post or widget to display a single gallery"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
101
  msgstr ""
102
 
103
  # @ gallery
104
+ #: gallery-plugin.php:418
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
105
  #, fuzzy
106
+ msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
107
+ msgstr "Se você quiser mostrar uma breve descrição contendo a miniatura e o link para a Página da Galeria use assim"
108
 
109
+ #: gallery-plugin.php:420
110
+ msgid "Short display"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
111
  msgstr ""
112
 
113
+ #: gallery-plugin.php:439
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
114
  msgid "Most Used"
115
  msgstr ""
116
 
117
  # @ gallery
118
+ #: gallery-plugin.php:444
119
+ #: gallery-plugin.php:890
120
  msgid "Default"
121
  msgstr "Padrão"
122
 
123
  # @ gallery
124
+ #: gallery-plugin.php:449
125
  #, fuzzy
126
  msgid "Add New Gallery Category"
127
  msgstr "Adicionar Nova Galeria"
128
 
129
+ #: gallery-plugin.php:456
130
  msgid "Install plugin"
131
  msgstr ""
132
 
133
  # @ gallery
134
+ #: gallery-plugin.php:611
135
+ #: gallery-plugin.php:2124
136
+ #: gallery-plugin.php:2242
137
+ msgid "Title"
138
+ msgstr "Título"
139
+
140
+ # @ gallery
141
+ #: gallery-plugin.php:612
142
  msgid "Author"
143
  msgstr "Autor"
144
 
145
  # @ gallery
146
+ #: gallery-plugin.php:613
147
+ #, fuzzy
148
+ msgid "Shortcode"
149
+ msgstr "Shortcode da Galeria"
150
 
151
  # @ gallery
152
+ #: gallery-plugin.php:614
153
+ #, fuzzy
154
+ msgid "Photos"
155
+ msgstr "Foto"
156
 
157
  # @ gallery
158
+ #: gallery-plugin.php:615
159
+ #: gallery-plugin.php:954
160
  msgid "Date"
161
  msgstr "Data"
162
 
163
  # @ gallery
164
+ #: gallery-plugin.php:768
165
  msgid "Settings are saved"
166
  msgstr "As configurações estão salvas"
167
 
168
  # @ gallery
169
+ #: gallery-plugin.php:781
170
  #, fuzzy
171
  msgid "All plugin settings were restored."
172
  msgstr "da página de configurações do plugin ("
173
 
174
  # @ gallery
175
+ #: gallery-plugin.php:793
176
  msgid "Gallery Settings"
177
  msgstr "Configurações da Galeria"
178
 
 
 
 
 
 
 
179
  # @ gallery
180
+ #: gallery-plugin.php:796
181
+ #: gallery-plugin.php:1134
182
  msgid "FAQ"
183
  msgstr "FAQ"
184
 
185
+ #: gallery-plugin.php:797
186
  msgid "Go PRO"
187
  msgstr ""
188
 
189
+ #: gallery-plugin.php:807
190
  msgid "Notice:"
191
  msgstr ""
192
 
193
+ #: gallery-plugin.php:807
194
+ msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
 
 
195
  msgstr ""
196
 
197
  # @ gallery
198
+ #: gallery-plugin.php:808
199
+ 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:"
200
+ 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:"
 
 
 
 
201
 
202
  # @ gallery
203
+ #: gallery-plugin.php:812
204
  #, fuzzy
205
  msgid "Please enable JavaScript to use the option to renew images."
206
  msgstr "Favor havilitar o Javascript para usar o envio de arquivos."
207
 
208
+ #: gallery-plugin.php:816
209
  msgid "Update images for gallery"
210
  msgstr ""
211
 
212
  # @ gallery
213
+ #: gallery-plugin.php:818
214
  #, fuzzy
215
  msgid "Update images"
216
  msgstr "ordenar imagens"
217
 
218
  # @ gallery
219
+ #: gallery-plugin.php:826
220
  msgid "Image size for the album cover"
221
  msgstr "Tamanho da imagem de capa do á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 "Tamanho da imagem"
229
 
230
  # @ gallery
231
+ #: gallery-plugin.php:831
232
+ #: gallery-plugin.php:845
233
  msgid "Width (in px)"
234
  msgstr "Largura (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 "Tamanho da imagem de capa do á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 irá criar uma nova miniatura com os tamanhos especificados quando você enviar uma nova foto."
 
 
 
 
252
 
253
  # @ gallery
254
+ #: gallery-plugin.php:862
255
  #, fuzzy
256
  msgid "Image size in the lightbox"
257
  msgstr "Tamanho da imagem da galeria no Lightbox"
258
 
259
  # @ gallery
260
+ #: gallery-plugin.php:865
261
  msgid "Max width (in px)"
262
  msgstr "Largura máxima (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 a imagem em tamanho original no Lightbox"
273
 
274
  # @ gallery
275
+ #: gallery-plugin.php:871
276
  msgid "Crop position"
277
  msgstr "Posição de recorte"
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 do Lightbox"
299
 
300
  # @ gallery
301
+ #: gallery-plugin.php:891
302
  msgid "Background transparency (from 0 to 1)"
303
  msgstr "Transparência de background (de 0 a 1)"
304
 
305
  # @ gallery
306
+ #: gallery-plugin.php:892
307
  msgid "Select a background color"
308
  msgstr "Selecionar uma cor de fundo"
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 ""
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 ""
334
 
335
  # @ gallery
336
+ #: gallery-plugin.php:918
337
  msgid "Images with border"
338
  msgstr "Imagens com borda"
339
 
340
  # @ gallery
341
+ #: gallery-plugin.php:921
342
  msgid "Border width in px, just numbers"
343
  msgstr "Largura da borda em px, apenas os números"
344
 
345
  # @ gallery
346
+ #: gallery-plugin.php:922
347
  msgid "Select a border color"
348
  msgstr "Escolha a cor da borda"
349
 
350
  # @ gallery
351
+ #: gallery-plugin.php:926
352
  msgid "Number of images in the row"
353
  msgstr "Número de imagens por linha"
354
 
355
  # @ gallery
356
+ #: gallery-plugin.php:932
357
  msgid "Start slideshow"
358
  msgstr "Iniciar Apresentação de Slides"
359
 
360
  # @ gallery
361
+ #: gallery-plugin.php:938
362
  msgid "Slideshow interval"
363
  msgstr "Intervalo de tempo entre cada Slide"
364
 
365
+ #: gallery-plugin.php:944
366
  msgid "Use single lightbox for multiple galleries on one page"
367
  msgstr ""
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 do anexo"
378
 
379
  # @ gallery
380
+ #: gallery-plugin.php:953
381
  msgid "Image Name"
382
  msgstr "Nome da Imagem"
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 imagens:"
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 (ordem crescente dos valores mais baixos para os mais 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 (ordem decrescente dos valores mais altos para os mais baixos - 3, 2, 1; c, b, a)"
 
 
 
407
 
408
  # @ gallery
409
+ #: gallery-plugin.php:967
410
  #, fuzzy
411
  msgid "Display text under the image"
412
  msgstr "Mostrar texto acima da imagem"
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 a caixa de seleção, se você deseja mostrar texto apenas numa lightbox"
 
 
418
 
419
  # @ gallery
420
+ #: gallery-plugin.php:973
421
  msgid "Display the Back link"
422
  msgstr "Exibir o link Voltar"
423
 
424
  # @ gallery
425
+ #: gallery-plugin.php:979
426
  msgid "Display the Back link in the shortcode"
427
  msgstr "Exibir o link Voltar no shortcode"
428
 
429
  # @ gallery
430
+ #: gallery-plugin.php:985
431
  msgid "The Back link text"
432
  msgstr "Texto do link Voltar"
433
 
434
  # @ gallery
435
+ #: gallery-plugin.php:991
436
  msgid "The Back link URL"
437
  msgstr "URL do link Voltar"
438
 
439
  # @ gallery
440
+ #: gallery-plugin.php:993
441
  msgid "Gallery page (Page with Gallery Template)"
442
  msgstr "Página da Galeria (página usando o Modelo de 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 do link Leia Mais"
453
 
454
+ #: gallery-plugin.php:1005
455
  msgid "Add gallery to the search"
456
  msgstr ""
457
 
458
+ #: gallery-plugin.php:1010
459
  msgid "Using"
460
  msgstr ""
461
 
462
+ #: gallery-plugin.php:1010
463
  msgid "powered by"
464
  msgstr ""
465
 
466
+ #: gallery-plugin.php:1013
467
+ #: gallery-plugin.php:1017
468
  msgid "Using Custom Search powered by"
469
  msgstr ""
470
 
471
+ #: gallery-plugin.php:1013
472
  msgid "Activate Custom Search"
473
  msgstr ""
474
 
475
+ #: gallery-plugin.php:1017
476
  msgid "Download Custom Search"
477
  msgstr ""
478
 
479
+ #: gallery-plugin.php:1022
480
  msgid "Rewrite templates after update"
481
  msgstr ""
482
 
483
+ #: gallery-plugin.php:1024
484
+ 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"
 
 
 
485
  msgstr ""
486
 
487
+ #: gallery-plugin.php:1033
488
  msgid "Use pagination for images"
489
  msgstr ""
490
 
491
+ #: gallery-plugin.php:1036
492
  msgid "per page"
493
  msgstr ""
494
 
495
+ #: gallery-plugin.php:1040
496
  msgid "The lightbox helper"
497
  msgstr ""
498
 
499
+ #: gallery-plugin.php:1042
500
  msgid "Do not use"
501
  msgstr ""
502
 
503
+ #: gallery-plugin.php:1043
504
  msgid "Button helper"
505
  msgstr ""
506
 
507
+ #: gallery-plugin.php:1044
508
  msgid "Thumbnail helper"
509
  msgstr ""
510
 
511
  # @ gallery
512
+ #: gallery-plugin.php:1048
513
  msgid "Display Like buttons in the lightbox"
514
  msgstr "Exibir botões de Curtir no Lightbox"
515
 
516
  # @ gallery
517
+ #: gallery-plugin.php:1050
518
  msgid "FaceBook"
519
  msgstr "Facebook"
520
 
521
  # @ gallery
522
+ #: gallery-plugin.php:1051
523
  msgid "Twitter"
524
  msgstr "Twitter"
525
 
526
  # @ gallery
527
+ #: gallery-plugin.php:1052
528
  msgid "Pinterest"
529
  msgstr "Pinterest"
530
 
531
  # @ gallery
532
+ #: gallery-plugin.php:1053
533
  msgid "Google +1"
534
  msgstr "Google +1"
535
 
536
  # @ gallery
537
+ #: gallery-plugin.php:1057
538
  msgid "Slug for gallery item"
539
  msgstr "Slug para o item da galeria"
540
 
541
  # @ gallery
542
+ #: gallery-plugin.php:1059
543
  msgid "for any structure of permalinks except the default structure"
544
+ msgstr "para qualquer estrutura de links permanentes, exceto a estrutura padrão"
 
545
 
546
+ #: gallery-plugin.php:1063
547
  msgid "Title for lightbox button"
548
  msgstr ""
549
 
550
+ #: gallery-plugin.php:1069
551
+ msgid "Display all images in the lightbox instead of going into a single gallery"
 
552
  msgstr ""
553
 
554
+ #: gallery-plugin.php:1072
555
+ msgid "When using the gallery template or a shortcode with `display=short` parameter"
 
556
  msgstr ""
557
 
558
  # @ default
559
+ #: gallery-plugin.php:1098
560
  msgid "Save Changes"
561
  msgstr "Salvar Alterações"
562
 
563
  # @ gallery
564
+ #: gallery-plugin.php:1135
565
  msgid "Support"
566
  msgstr "Suporte"
567
 
568
+ #: gallery-plugin.php:1202
569
  msgid "Updating images..."
570
  msgstr ""
571
 
572
  # @ gallery
573
+ #: gallery-plugin.php:1203
574
  #, fuzzy
575
  msgid "No image found."
576
  msgstr "Nenhuma Galeria foi encontrada"
577
 
578
+ #: gallery-plugin.php:1204
579
  msgid "All images are updated."
580
  msgstr ""
581
 
582
+ #: gallery-plugin.php:1205
583
  msgid "Error."
584
  msgstr ""
585
 
586
+ #: gallery-plugin.php:1216
587
+ msgid ""
588
+ "You are about to delete these items from this gallery.\n"
589
+ " 'Cancel' to stop, 'OK' to delete."
590
  msgstr ""
591
 
592
+ #: gallery-plugin.php:1217
593
+ msgid "Insert Media"
594
  msgstr ""
595
 
596
+ #: gallery-plugin.php:1218
597
+ msgid "Insert"
598
  msgstr ""
599
 
600
+ #: gallery-plugin.php:1230
601
+ msgid "Learn more"
602
  msgstr ""
603
 
604
+ #: gallery-plugin.php:1235
605
+ msgid "Activate"
 
606
  msgstr ""
607
 
608
+ #: gallery-plugin.php:1242
609
+ msgid "Install now"
610
  msgstr ""
611
 
612
+ #: gallery-plugin.php:1251
613
+ msgid "Add multiple gallery categories"
614
  msgstr ""
615
 
616
+ #: gallery-plugin.php:1251
617
+ msgid "Install Gallery Categories plugin to add unlimited number of categories."
 
 
618
  msgstr ""
619
 
620
+ #: gallery-plugin.php:1260
621
+ msgid "Close"
622
+ msgstr ""
 
623
 
624
  # @ gallery
625
+ #: gallery-plugin.php:1524
626
+ #: template/gallery-single-template.php:101
627
  msgid "Sorry, nothing found."
628
  msgstr "Desculpe, nada foi encontrado."
629
 
630
  # @ gallery
631
+ #: gallery-plugin.php:1546
632
+ #: template/gallery-single-template.php:120
633
  msgid "Image"
634
  msgstr "Imagem"
635
 
636
  # @ gallery
637
+ #: gallery-plugin.php:1546
638
+ #: template/gallery-single-template.php:19
639
+ msgid "Download high resolution image"
640
+ msgstr "Download de imagem de alta resolução"
641
+
642
+ # @ gallery
643
+ #: gallery-plugin.php:1676
644
  #, fuzzy
645
  msgid "Image size not defined"
646
  msgstr "Tamanho da imagem"
647
 
648
+ #: gallery-plugin.php:1691
649
+ msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
 
 
650
  msgstr ""
651
 
652
+ #: gallery-plugin.php:1702
653
  msgid "Image size changes not defined"
654
  msgstr ""
655
 
656
+ #: gallery-plugin.php:1731
657
+ #: gallery-plugin.php:1734
658
+ #: gallery-plugin.php:1739
659
  msgid "Invalid path"
660
  msgstr ""
661
 
662
+ #: gallery-plugin.php:1888
663
+ msgid "Add images requires JavaScript."
664
+ msgstr ""
665
+
666
+ #: gallery-plugin.php:1891
667
+ msgid "Add Media"
668
+ msgstr ""
669
+
670
+ #: gallery-plugin.php:1901
671
+ msgid "The grid view for the Gallery images requires JavaScript."
672
+ msgstr ""
673
+
674
+ #: gallery-plugin.php:1901
675
+ msgid "Switch to the list view"
676
+ msgstr ""
677
+
678
+ #: gallery-plugin.php:1928
679
+ msgid "List View"
680
+ msgstr ""
681
+
682
+ #: gallery-plugin.php:1929
683
+ msgid "Grid View"
684
+ msgstr ""
685
+
686
+ #: gallery-plugin.php:1986
687
+ msgid "Filter"
688
+ msgstr ""
689
+
690
+ #: gallery-plugin.php:1990
691
+ msgid "Empty Trash"
692
+ msgstr ""
693
+
694
  # @ gallery
695
+ #: gallery-plugin.php:2011
696
  #, fuzzy
697
+ msgid "No images found"
698
+ msgstr "Nenhuma Galeria foi encontrada"
699
 
700
+ #: gallery-plugin.php:2065
701
+ msgid "Select bulk action"
702
+ msgstr ""
703
+
704
+ #: gallery-plugin.php:2067
705
+ msgid "Bulk Actions"
706
+ msgstr ""
707
+
708
+ #: gallery-plugin.php:2077
709
+ msgid "Apply"
710
+ msgstr ""
711
+
712
+ # @ gallery
713
+ #: gallery-plugin.php:2084
714
+ #: gallery-plugin.php:2258
715
+ #, fuzzy
716
+ msgid "Delete from Gallery"
717
+ msgstr "Nova Galeria"
718
+
719
+ #: gallery-plugin.php:2097
720
+ #: gallery-plugin.php:2111
721
+ msgid "Display file URL"
722
+ msgstr ""
723
+
724
+ #: gallery-plugin.php:2106
725
+ msgid "Bulk Select"
726
+ msgstr ""
727
+
728
+ #: gallery-plugin.php:2108
729
+ msgid "Cancel Selection"
730
+ msgstr ""
731
+
732
+ #: gallery-plugin.php:2109
733
+ msgid "Delete Selected"
734
+ msgstr ""
735
+
736
+ #: gallery-plugin.php:2122
737
+ msgid "File"
738
+ msgstr ""
739
+
740
+ #: gallery-plugin.php:2123
741
+ #: gallery-plugin.php:2211
742
+ msgid "Dimensions"
743
+ msgstr ""
744
+
745
+ #: gallery-plugin.php:2125
746
+ #: gallery-plugin.php:2246
747
+ msgid "Alt tag"
748
+ msgstr ""
749
+
750
+ # @ gallery
751
+ #: gallery-plugin.php:2126
752
+ #: gallery-plugin.php:2250
753
+ msgid "URL"
754
+ msgstr "URL"
755
+
756
+ #: gallery-plugin.php:2202
757
+ msgid "Deselect"
758
+ msgstr ""
759
+
760
+ #: gallery-plugin.php:2208
761
+ msgid "File name"
762
+ msgstr ""
763
+
764
+ #: gallery-plugin.php:2209
765
+ msgid "File type"
766
+ msgstr ""
767
+
768
+ # @ gallery
769
+ #: gallery-plugin.php:2210
770
+ #, fuzzy
771
+ msgid "Uploaded on"
772
+ msgstr "Enviar Arquivo"
773
+
774
+ # @ gallery
775
+ #: gallery-plugin.php:2214
776
+ #: gallery-plugin.php:2215
777
+ #, fuzzy
778
+ msgid "Edit Attachment"
779
+ msgstr "ID do anexo"
780
+
781
+ # @ gallery
782
+ #: gallery-plugin.php:2215
783
+ #, fuzzy
784
+ msgid "Edit Attachment Info"
785
+ msgstr "ID do anexo"
786
+
787
+ #: gallery-plugin.php:2225
788
+ msgid "Go Pro"
789
+ msgstr ""
790
+
791
+ #: gallery-plugin.php:2225
792
+ msgid "Pro version"
793
+ msgstr ""
794
+
795
+ # @ gallery
796
+ #: gallery-plugin.php:2228
797
+ msgid "This setting is available in Pro version"
798
+ msgstr "Esta configuração está disponível na versão Pro"
799
+
800
+ # @ gallery
801
+ #: gallery-plugin.php:2252
802
+ msgid "(by click on image opens a link in a new window)"
803
+ msgstr "(clicar na imagem abre um link em uma nova janela)"
804
+
805
+ #: gallery-plugin.php:2256
806
+ msgid "Edit more details"
807
+ msgstr ""
808
+
809
+ #: gallery-plugin.php:2288
810
+ #, php-format
811
+ msgid "Select %s"
812
+ msgstr ""
813
+
814
+ #: gallery-plugin.php:2301
815
+ #: gallery-plugin.php:2313
816
+ #, php-format
817
+ msgid "Edit &#8220;%s&#8221;"
818
+ msgstr ""
819
+
820
+ #: gallery-plugin.php:2348
821
+ #: gallery-plugin.php:2361
822
+ msgid "Edit"
823
+ msgstr ""
824
+
825
+ #: gallery-plugin.php:2351
826
+ #: gallery-plugin.php:2366
827
+ msgid "Trash"
828
  msgstr ""
829
 
830
+ #: gallery-plugin.php:2354
831
+ #: gallery-plugin.php:2369
832
+ msgid "Delete Permanently"
833
+ msgstr ""
834
+
835
+ #: gallery-plugin.php:2356
836
+ #: gallery-plugin.php:2374
837
+ #, php-format
838
+ msgid "View &#8220;%s&#8221;"
839
+ msgstr ""
840
+
841
+ #: gallery-plugin.php:2356
842
+ #: gallery-plugin.php:2374
843
+ msgid "View"
844
+ msgstr ""
845
+
846
+ # @ gallery
847
+ #: gallery-plugin.php:2358
848
+ #, fuzzy
849
+ msgid "Attach"
850
+ msgstr "ID do anexo"
851
+
852
+ #: gallery-plugin.php:2364
853
+ msgid "Restore"
854
+ msgstr ""
855
+
856
+ #: gallery-plugin.php:2484
857
+ msgid "Warning"
858
+ msgstr ""
859
+
860
+ #: gallery-plugin.php:2484
861
+ msgid "You can add only images to the gallery"
862
+ msgstr ""
863
+
864
+ # @ gallery
865
+ #: gallery-plugin.php:2513
866
+ #, fuzzy
867
+ msgid "Sorry, no gallery found."
868
+ msgstr "Desculpe, nada foi encontrado."
869
+
870
+ # @ gallery
871
+ #: gallery-plugin.php:2519
872
+ #, fuzzy
873
+ msgid "Display an album image with the description and the link to a single gallery page"
874
+ msgstr "Se você quiser mostrar uma breve descrição contendo a miniatura e o link para a Página da Galeria use assim"
875
+
876
  #: inc/demo-data/demo-data-loader.php:78
877
+ msgid "Install Demo Data"
878
+ msgstr ""
879
+
880
+ #: inc/demo-data/demo-data-loader.php:79
881
+ msgid "If you install the demo-data, will be created galleries with images, demo-post with available shortcodes and page with a list of all the galleries, plugin settings will be overwritten, however, when you delete the demo data, they will be restored."
882
  msgstr ""
883
 
884
  #: inc/demo-data/demo-data-loader.php:82
919
  msgid "Demo options already installed."
920
  msgstr ""
921
 
922
+ #: inc/demo-data/demo-data-loader.php:296
923
  msgid "Demo data successfully installed."
924
  msgstr ""
925
 
926
+ #: inc/demo-data/demo-data-loader.php:298
927
  msgid "View post with shortcodes"
928
  msgstr ""
929
 
930
+ #: inc/demo-data/demo-data-loader.php:301
931
  msgid "View page with examples"
932
  msgstr ""
933
 
934
+ #: inc/demo-data/demo-data-loader.php:308
935
  msgid "Installation of demo data with some errors occurred."
936
  msgstr ""
937
 
938
+ #: inc/demo-data/demo-data-loader.php:311
939
  msgid "Posts data is missing."
940
  msgstr ""
941
 
942
+ #: inc/demo-data/demo-data-loader.php:336
943
  msgid "Demo data have already been removed."
944
  msgstr ""
945
 
946
+ #: inc/demo-data/demo-data-loader.php:383
947
  msgid "Demo data successfully removed."
948
  msgstr ""
949
 
950
+ #: inc/demo-data/demo-data-loader.php:386
951
  msgid "Removing demo data with some errors occurred."
952
  msgstr ""
953
 
954
+ #: inc/demo-data/demo-data-loader.php:517
955
  msgid "Close notice"
956
  msgstr ""
957
 
958
+ #: inc/demo-data/demo-data-loader.php:520
959
  msgid "Install demo data"
960
  msgstr ""
961
 
962
+ #: inc/demo-data/demo-data-loader.php:520
963
  msgid "for an acquaintance with the possibilities of the"
964
  msgstr ""
965
+
966
+ # @ gallery
967
+ #: template/gallery-template.php:14
968
+ #, fuzzy
969
+ msgid "Gallery Category"
970
+ msgstr "Tamanho da imagem da galeria"
971
+
972
+ # @ gallery
973
+ #~ msgid "Add a Gallery"
974
+ #~ msgstr "Adicionar uma Galeria"
975
+ # @ gallery
976
+ #~ msgid "Find a Gallery"
977
+ #~ msgstr "Encontre uma Galeria"
978
+ # @ gallery
979
+ #~ msgid ""
980
+ #~ "The gallery temp directory (gallery-plugin/upload/files) is not available "
981
+ #~ "for record on your webserver. Please use the standard WP functionality to "
982
+ #~ "upload images (media library)"
983
+ #~ msgstr ""
984
+ #~ "O diretório temporário da Galeria (gallery-plugin/upload/files) não está "
985
+ #~ "disponível para escrita em seu servidor Web. Por favor, utilize o método "
986
+ #~ "padrão do WP para fazer upload de imagens (biblioteca de mídia)"
987
+ # @ gallery
988
+ #~ msgid "Choose an image for upload:"
989
+ #~ msgstr "Escolha uma imagem para fazer upload:"
990
+ # @ gallery
991
+ #~ msgid "Please enable JavaScript to use the file uploader."
992
+ #~ msgstr "Favor havilitar o Javascript para usar o envio de arquivos."
993
+ # @ gallery
994
+ #~ msgid "Allow the download link for all images in this gallery"
995
+ #~ msgstr "Permitir o link de download para todas as imagens nesta galeria"
996
+ # @ gallery
997
+ #~ msgid ""
998
+ #~ "Please use the drag and drop function to change an order of the images "
999
+ #~ "displaying and do not forget to save the post."
1000
+ #~ msgstr ""
1001
+ #~ "Por favor, use a função arrastar e soltar para alterar a ordem de "
1002
+ #~ "exibição das imagens e não se esqueça de salvar o post."
1003
+ # @ gallery
1004
+ #~ msgid "Please make a choice"
1005
+ #~ msgstr "Por favor, faça uma escolha"
1006
+ # @ gallery
1007
+ #~ msgid "sort images"
1008
+ #~ msgstr "ordenar imagens"
1009
+ # @ gallery
1010
+ #~ msgid "on the plugin settings page ("
1011
+ #~ msgstr "da página de configurações do plugin ("
1012
+ # @ gallery
1013
+ #, fuzzy
1014
+ #~ msgid "Open the URL"
1015
+ #~ msgstr "Abrir o link"
1016
+
1017
+ # @ gallery
1018
+ #~ msgid "Current window"
1019
+ #~ msgstr "Janela atual"
1020
+ # @ gallery
1021
+ #~ msgid "New window"
1022
+ #~ msgstr "Nova janela"
1023
+ # @ gallery
1024
+ #, fuzzy
1025
+ #~ msgid "Lightbox button URL"
1026
+ #~ msgstr "Fundo do Lightbox"
languages/gallery-ru_RU.mo CHANGED
Binary file
languages/gallery-ru_RU.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-11 12:13+0300\n"
6
- "PO-Revision-Date: 2015-08-11 12:13+0300\n"
7
- "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
10
  "MIME-Version: 1.0\n"
@@ -16,701 +16,751 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:95
 
 
 
 
 
 
 
20
  msgid "See images &raquo;"
21
  msgstr "Смотреть фотографии &raquo;"
22
 
23
- #: gallery-plugin.php:209
24
- msgid ""
25
- "The following files \"gallery-template.php\" and \"gallery-single-template."
26
- "php\" were not found in the directory of your theme. Please copy them from "
27
- "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
28
- "directory of your theme for the correct work of the Gallery plugin"
29
- msgstr ""
30
- "Файлы \"gallery-template.php\" и \"gallery-single-template.php\" не найдены "
31
- "в каталоге вашей темы. Пожалуйста, скопируйте их из каталога `/ wp-content/"
32
- "plugins/gallery-plugin/template /` в директорию вашей темы для корректной "
33
- "работы плагина Gallery"
34
 
35
- #: gallery-plugin.php:218 gallery-plugin.php:228
 
 
 
 
 
36
  msgid "Galleries"
37
  msgstr "Галереи"
38
 
39
- #: gallery-plugin.php:219
 
40
  msgid "Gallery"
41
  msgstr "Галерея"
42
 
43
- #: gallery-plugin.php:220
44
- msgid "Add a Gallery"
45
- msgstr "Добавить галерею"
46
-
47
- #: gallery-plugin.php:221
48
  msgid "Add New Gallery"
49
  msgstr "Добавить новую галерею"
50
 
51
- #: gallery-plugin.php:222
52
  msgid "Edit Gallery"
53
  msgstr "Редактировать галерею"
54
 
55
- #: gallery-plugin.php:223
56
  msgid "New Gallery"
57
  msgstr "Новая галерея"
58
 
59
- #: gallery-plugin.php:224
60
  msgid "View Gallery"
61
  msgstr "Просмотреть галерею"
62
 
63
- #: gallery-plugin.php:225
64
- msgid "Find a Gallery"
65
- msgstr "Редактировать галерею"
66
 
67
- #: gallery-plugin.php:226
68
  msgid "No Gallery found"
69
  msgstr "Ни одной галереи не найдено"
70
 
71
- #: gallery-plugin.php:283
72
- msgid "Upload File"
73
- msgstr "Загрузить файлы"
74
-
75
- #: gallery-plugin.php:284
76
  msgid "Gallery Shortcode"
77
  msgstr "Шорткод для галереи"
78
 
79
- #: gallery-plugin.php:286 gallery-plugin.php:442
 
80
  msgid "Gallery Categories"
81
  msgstr "Категории галерей"
82
 
83
- #: gallery-plugin.php:295
84
- msgid "Choose a media file that will be attached"
85
- msgstr "Выберите медиа файлы для прикрепления"
86
-
87
- #: gallery-plugin.php:295
88
- #, php-format
89
- msgid "You need to install \"%s\" plugin to use this functionality"
90
- msgstr "Чтобы использовать этот функционал, вам нужно установить плагин \"%s\""
91
-
92
- #: gallery-plugin.php:296
93
- msgid "Attach media item to this gallery"
94
- msgstr "Прикрепить медиа файл к галерее"
95
-
96
- #: gallery-plugin.php:315
97
- msgid ""
98
- "The gallery temp directory (gallery-plugin/upload/files) is not available "
99
- "for record on your webserver. Please use the standard WP functionality to "
100
- "upload images (media library)"
101
- msgstr ""
102
- "Каталог галереи для сохранения временных файлов (gallery-plugin/upload/"
103
- "files) закрыт для записи на вашем веб-сервере. Пожалуйста, воспользуйтесь "
104
- "стандартным функционалом WP для загрузки изображения (медиа-библиотека)"
105
-
106
- #: gallery-plugin.php:327
107
- msgid "Choose an image for upload:"
108
- msgstr "Выбрать файлы для загрузки:"
109
-
110
- #: gallery-plugin.php:332
111
- msgid "Please enable JavaScript to use the file uploader."
112
- msgstr "Пожалуйста, включите javascript для использования загрузчика файлов."
113
-
114
- #: gallery-plugin.php:340
115
- msgid "Allow the download link for all images in this gallery"
116
- msgstr "Разрешить ссылку для загрузки для всех изображений в этой галерее"
117
-
118
- #: gallery-plugin.php:341
119
- msgid ""
120
- "Please use the drag and drop function to change an order of the images "
121
- "displaying and do not forget to save the post."
122
- msgstr ""
123
- "Воспользуйтесь перетаскиванием, чтобы изменить порядок отображения "
124
- "изображений и не забудьте сохранить пост."
125
-
126
- #: gallery-plugin.php:343
127
- msgid "Please make a choice"
128
- msgstr "Пожалуйста, выберите"
129
-
130
- #: gallery-plugin.php:343 gallery-plugin.php:1030
131
- msgid "Sort images by"
132
- msgstr "Изображения сортируются по"
133
-
134
- #: gallery-plugin.php:343
135
- msgid "sort images"
136
- msgstr "сортировать изображения"
137
-
138
- #: gallery-plugin.php:343
139
- msgid "on the plugin settings page ("
140
- msgstr "на странице настроек плагина ("
141
-
142
- #: gallery-plugin.php:396 gallery-plugin.php:672
143
- msgid "Title"
144
- msgstr "Название"
145
-
146
- #: gallery-plugin.php:398
147
- msgid "Alt tag"
148
- msgstr "Тэг \"Alt\""
149
-
150
- #: gallery-plugin.php:399
151
- msgid "URL"
152
- msgstr "Ссылка"
153
-
154
- #: gallery-plugin.php:399
155
- msgid "(by click on image opens a link in a new window)"
156
- msgstr "(нажатие на изображение открывает данную ссылку в новом окне браузера)"
157
-
158
- #: gallery-plugin.php:400
159
- msgid "This setting is available in Pro version"
160
- msgstr "Эти настройки доступны в PRO версии"
161
-
162
- #: gallery-plugin.php:401
163
- msgid "Open the URL"
164
- msgstr "Открыть ссылку"
165
-
166
- #: gallery-plugin.php:401
167
- msgid "Current window"
168
- msgstr "Текущее окно"
169
-
170
- #: gallery-plugin.php:401
171
- msgid "New window"
172
- msgstr "Новое окно"
173
-
174
- #: gallery-plugin.php:402
175
- msgid "Lightbox button URL"
176
- msgstr "Ссылка кнопки в лайтбоксе"
177
-
178
- #: gallery-plugin.php:403
179
- msgid "Description"
180
- msgstr "Описание"
181
-
182
- #: gallery-plugin.php:404
183
- msgid "Delete"
184
- msgstr "Удалить"
185
 
186
- #: gallery-plugin.php:424
187
- msgid ""
188
- "You can add a Single Gallery to the page or post by inserting this shortcode "
189
- "into the content"
190
- msgstr ""
191
- "Вы можете добавить Галерею на вашу страницу или пост, просто скопируйте и "
192
- "поместите этот шорткод в контент поста или страницы:"
193
 
194
- #: gallery-plugin.php:426
195
- msgid ""
196
- "If you want to display a short description containing a screenshot and the "
197
- "link to the Single Gallery Page"
198
- msgstr ""
199
- "Если вы хотите вывести краткое описание галереи со скриншотом и со ссылкой "
200
- "на отдельную страницу с галереей"
201
 
202
- #: gallery-plugin.php:443
203
  msgid "Most Used"
204
  msgstr "Наиболее используемые"
205
 
206
- #: gallery-plugin.php:448 gallery-plugin.php:957
 
207
  msgid "Default"
208
- msgstr "По-умолчанию"
209
 
210
- #: gallery-plugin.php:453
211
  msgid "Add New Gallery Category"
212
  msgstr "Добавить новую категорию галерей"
213
 
214
- #: gallery-plugin.php:460
215
  msgid "Install plugin"
216
  msgstr "Установить плагин"
217
 
218
- #: gallery-plugin.php:673
 
 
 
 
 
 
219
  msgid "Author"
220
  msgstr "Автор"
221
 
222
- #: gallery-plugin.php:674
223
- msgid "Photo"
224
- msgstr "Фото"
225
 
226
- #: gallery-plugin.php:675
227
- msgid "Publishing"
228
- msgstr "Опубликование"
229
 
230
- #: gallery-plugin.php:676 gallery-plugin.php:1034
 
231
  msgid "Date"
232
- msgstr "дате"
233
 
234
- #: gallery-plugin.php:836
235
  msgid "Settings are saved"
236
  msgstr "Опции сохранены"
237
 
238
- #: gallery-plugin.php:849
239
  msgid "All plugin settings were restored."
240
  msgstr "Настройки плагина восстановлены."
241
 
242
- #: gallery-plugin.php:862
243
  msgid "Gallery Settings"
244
  msgstr "Настройки Gallery"
245
 
246
- #: gallery-plugin.php:864 gallery-plugin.php:1216 gallery-plugin.php:1233
247
- msgid "Settings"
248
- msgstr "Настройки"
249
-
250
- #: gallery-plugin.php:865 gallery-plugin.php:1217
251
  msgid "FAQ"
252
  msgstr "FAQ"
253
 
254
- #: gallery-plugin.php:866
255
  msgid "Go PRO"
256
- msgstr "Перейти на PRO версию"
 
 
 
 
257
 
258
- #: gallery-plugin.php:876
259
  msgid "Notice:"
260
  msgstr "Внимание:"
261
 
262
- #: gallery-plugin.php:876
263
- msgid ""
264
- "The plugin's settings have been changed. In order to save them please don't "
265
- "forget to click the 'Save Changes' button."
266
- msgstr ""
267
- "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, "
268
- "не забудьте нажать кнопку \"Сохранить\"."
269
 
270
- #: gallery-plugin.php:877
271
- msgid ""
272
- "If you would like to add a Single Gallery to your page or post, just copy "
273
- "and paste this shortcode into your post or page:"
274
- msgstr ""
275
- "Если вы хотели бы добавить галерею на вашу страницу или пост, просто "
276
- "скопируйте и поместите этот шорткод в контент поста или страницы:"
277
 
278
- #: gallery-plugin.php:879
279
- msgid "Please enable JavaScript to use the option to renew images."
280
- msgstr ""
281
- "Пожалуйста, включите javascript для использования опции обновления "
282
- "изображений."
283
-
284
- #: gallery-plugin.php:883
285
  msgid "Update images for gallery"
286
  msgstr "Обновить все изображения для галереи"
287
 
288
- #: gallery-plugin.php:885
289
  msgid "Update images"
290
  msgstr "Обновить изображения"
291
 
292
- #: gallery-plugin.php:893
293
  msgid "Image size for the album cover"
294
  msgstr "Размер изображения для обложки альбома галереи"
295
 
296
- #: gallery-plugin.php:895 gallery-plugin.php:909 gallery-plugin.php:931
 
 
297
  msgid "Image size"
298
  msgstr "Название размера изображения"
299
 
300
- #: gallery-plugin.php:898 gallery-plugin.php:912
 
301
  msgid "Width (in px)"
302
  msgstr "Ширина (в px)"
303
 
304
- #: gallery-plugin.php:902 gallery-plugin.php:916
 
305
  msgid "Height (in px)"
306
  msgstr "Высота (в px)"
307
 
308
- #: gallery-plugin.php:907
309
  msgid "Image size for thumbnails"
310
  msgstr "Размер изображения для миниатюр"
311
 
312
- #: gallery-plugin.php:921
313
- msgid ""
314
- "WordPress will create a new thumbnail with the specified dimensions when you "
315
- "upload a new photo."
316
- msgstr ""
317
- "WordPress создаст новую миниатюру с заданными размерами при загрузке новой "
318
- "фотографии."
319
 
320
- #: gallery-plugin.php:929
321
  msgid "Image size in the lightbox"
322
  msgstr "Размер изображений в лайтбоксе"
323
 
324
- #: gallery-plugin.php:932
325
  msgid "Max width (in px)"
326
  msgstr "Макс. ширина (в px)"
327
 
328
- #: gallery-plugin.php:933
329
  msgid "Max height (in px)"
330
  msgstr "Макс. высота (в px)"
331
 
332
- #: gallery-plugin.php:934
333
  msgid "Display a full size image in the lightbox"
334
  msgstr "Если вы хотите отображать полное изображение в лайтбоксе"
335
 
336
- #: gallery-plugin.php:938
337
  msgid "Crop position"
338
  msgstr "Позиция обрезки"
339
 
340
- #: gallery-plugin.php:942 gallery-plugin.php:948
 
341
  msgid "center"
342
  msgstr "центр"
343
 
344
- #: gallery-plugin.php:944
345
  msgid "Horizontal"
346
  msgstr "Горизонтальная"
347
 
348
- #: gallery-plugin.php:950
349
  msgid "Vertical"
350
  msgstr "Вертикальная"
351
 
352
- #: gallery-plugin.php:955
353
  msgid "Lightbox background"
354
  msgstr "Фон лайтбокса"
355
 
356
- #: gallery-plugin.php:958
357
  msgid "Background transparency (from 0 to 1)"
358
  msgstr "Прозрачность для фона (от 0 до 1)"
359
 
360
- #: gallery-plugin.php:960
361
  msgid "Select a background color"
362
  msgstr "Выберите цвет фона"
363
 
364
- #: gallery-plugin.php:962
365
- msgid "Background color"
366
- msgstr "Цвет фона"
367
-
368
- #: gallery-plugin.php:969 gallery-plugin.php:1157
369
- msgid ""
370
- "If you upgrade to Pro version all your settings and galleries will be saved."
371
- msgstr "При переходе на PRO версию все ваши настройки и галереи сохраняются."
372
-
373
- #: gallery-plugin.php:976 gallery-plugin.php:1164
374
- msgid "Unlock premium options by upgrading to a PRO version."
375
- msgstr "Активируйте премиум опции обновившись до PRO версии"
376
 
377
- #: gallery-plugin.php:977 gallery-plugin.php:1165
378
- msgid "Learn More"
379
- msgstr "Подробнее"
 
380
 
381
- #: gallery-plugin.php:981 gallery-plugin.php:1169
 
382
  msgid "Start Your Trial"
383
  msgstr "Получить пробную версию"
384
 
385
- #: gallery-plugin.php:982 gallery-plugin.php:1170
 
386
  msgid "or"
387
  msgstr "или"
388
 
389
- #: gallery-plugin.php:985 gallery-plugin.php:1173
390
- msgid "Go"
391
- msgstr "Перейти на"
 
392
 
393
- #: gallery-plugin.php:993
394
  msgid "Images with border"
395
  msgstr "Изображения с рамкой"
396
 
397
- #: gallery-plugin.php:996
398
  msgid "Border width in px, just numbers"
399
  msgstr "Ширина рамки в px, только числа"
400
 
401
- #: gallery-plugin.php:998 gallery-plugin.php:1000
402
  msgid "Select a border color"
403
  msgstr "Выберите цвет рамки"
404
 
405
- #: gallery-plugin.php:1006
406
  msgid "Number of images in the row"
407
  msgstr "Количество изображений в строке"
408
 
409
- #: gallery-plugin.php:1012
410
  msgid "Start slideshow"
411
  msgstr "Начать слайдшоу"
412
 
413
- #: gallery-plugin.php:1018
414
  msgid "Slideshow interval"
415
  msgstr "Интервал времени при показе слайдшоу"
416
 
417
- #: gallery-plugin.php:1024
418
  msgid "Use single lightbox for multiple galleries on one page"
419
  msgstr "Использовать один лайтбокс для нескольких галерей на одной странице"
420
 
421
- #: gallery-plugin.php:1032
 
 
 
 
422
  msgid "Attachment ID"
423
  msgstr "id изображения"
424
 
425
- #: gallery-plugin.php:1033
426
  msgid "Image Name"
427
  msgstr "названию изображения"
428
 
429
- #: gallery-plugin.php:1035
430
- msgid ""
431
- "Sorting order (the input field for sorting order in the Insert / Upload "
432
- "Media Gallery dialog)"
433
- msgstr ""
434
- "сортировка по порядку (поле для ввода порядка сортировки в диалоге Insert / "
435
- "Upload Media Gallery)"
436
 
437
- #: gallery-plugin.php:1036
438
  msgid "Random"
439
  msgstr "произвольно"
440
 
441
- #: gallery-plugin.php:1040
442
  msgid "Sort images"
443
  msgstr "Сортировать изображения"
444
 
445
- #: gallery-plugin.php:1042
446
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
447
- msgstr ""
448
- "ASC (в порядке возрастания от наименьшего до наибольшего значения - 1, 2, 3; "
449
- "a, b, c)"
450
 
451
- #: gallery-plugin.php:1043
452
- msgid ""
453
- "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
454
- msgstr ""
455
- "DESC (по убыванию от самого высокого до самого низкого значения - 3, 2, 1; "
456
- "c, b, a)"
457
 
458
- #: gallery-plugin.php:1047
459
  msgid "Display text under the image"
460
  msgstr "Отображение текста под изображением"
461
 
462
- #: gallery-plugin.php:1049
463
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
464
  msgstr "Отключите чекбокс, если вы хотите отображать текст только в лайтбоксе"
465
 
466
- #: gallery-plugin.php:1053
467
  msgid "Display the Back link"
468
  msgstr "Отображать ссылку Вернуться"
469
 
470
- #: gallery-plugin.php:1059
471
  msgid "Display the Back link in the shortcode"
472
  msgstr "Отображаться ссылку Вернуться в шорткоде"
473
 
474
- #: gallery-plugin.php:1065
475
  msgid "The Back link text"
476
  msgstr "Текст для ссылки Вернуться"
477
 
478
- #: gallery-plugin.php:1071
479
  msgid "The Back link URL"
480
  msgstr "URL для ссылки Вернуться"
481
 
482
- #: gallery-plugin.php:1073
483
  msgid "Gallery page (Page with Gallery Template)"
484
  msgstr "Страница галереи (Страница с Gallery Template)"
485
 
486
- #: gallery-plugin.php:1075
487
  msgid "(Full URL to custom page)"
488
  msgstr "(Полная ссылка на пользовательскую страницу)"
489
 
490
- #: gallery-plugin.php:1079
491
  msgid "The Read More link text"
492
  msgstr "Текст для ссылки Узнать больше"
493
 
494
- #: gallery-plugin.php:1085
495
  msgid "Add gallery to the search"
496
  msgstr "Добавить галерею в поиск"
497
 
498
- #: gallery-plugin.php:1090
499
  msgid "Using"
500
  msgstr "Используя"
501
 
502
- #: gallery-plugin.php:1090
503
  msgid "powered by"
504
  msgstr "разработанный"
505
 
506
- #: gallery-plugin.php:1093 gallery-plugin.php:1097
 
507
  msgid "Using Custom Search powered by"
508
  msgstr "Используя Custom Search, разработанный"
509
 
510
- #: gallery-plugin.php:1093
511
  msgid "Activate Custom Search"
512
  msgstr "Активировать Custom Search"
513
 
514
- #: gallery-plugin.php:1097
515
  msgid "Download Custom Search"
516
  msgstr "Загрузить Custom Search"
517
 
518
- #: gallery-plugin.php:1102
519
  msgid "Rewrite templates after update"
520
  msgstr "Перезапись шаблонов после обновления"
521
 
522
- #: gallery-plugin.php:1104
523
- msgid ""
524
- "Turn off the checkbox, if You edited the file 'gallery-template.php' or "
525
- "'gallery-single-template.php' file in your theme folder and You don't want "
526
- "to rewrite them"
527
- msgstr ""
528
- "Отключите чекбокс, если вы внесли изменения в файлы 'gallery-template.php' "
529
- "или 'gallery-single-template.php' в папке темы, и вы не хотите чтобы они "
530
- "были обновлены"
531
 
532
- #: gallery-plugin.php:1113
533
  msgid "Use pagination for images"
534
  msgstr "Использовать пагинацию для изображений"
535
 
536
- #: gallery-plugin.php:1116
537
  msgid "per page"
538
  msgstr "на странице"
539
 
540
- #: gallery-plugin.php:1120
541
  msgid "The lightbox helper"
542
  msgstr "Вспомогательные элементы в лайтбоксе"
543
 
544
- #: gallery-plugin.php:1122
545
  msgid "Do not use"
546
  msgstr "Не использовать"
547
 
548
- #: gallery-plugin.php:1123
549
  msgid "Button helper"
550
  msgstr "Вспомогательные кнопки"
551
 
552
- #: gallery-plugin.php:1124
553
  msgid "Thumbnail helper"
554
  msgstr "Вспомогательные миниатюры"
555
 
556
- #: gallery-plugin.php:1128
557
  msgid "Display Like buttons in the lightbox"
558
  msgstr "Отображать Like кнопки в лайтбоксе"
559
 
560
- #: gallery-plugin.php:1130
561
  msgid "FaceBook"
562
  msgstr "FaceBook"
563
 
564
- #: gallery-plugin.php:1131
565
  msgid "Twitter"
566
  msgstr "Twitter"
567
 
568
- #: gallery-plugin.php:1132
569
  msgid "Pinterest"
570
  msgstr "Pinterest"
571
 
572
- #: gallery-plugin.php:1133
573
  msgid "Google +1"
574
  msgstr "Google +1"
575
 
576
- #: gallery-plugin.php:1137
577
  msgid "Slug for gallery item"
578
  msgstr "Название для элементов галереи"
579
 
580
- #: gallery-plugin.php:1139
581
  msgid "for any structure of permalinks except the default structure"
582
  msgstr "для любой структуры ссылок, за исключением структуры по умолчанию"
583
 
584
- #: gallery-plugin.php:1143
585
  msgid "Title for lightbox button"
586
  msgstr "Название кнопки в лайтбоксе"
587
 
588
- #: gallery-plugin.php:1149
589
- msgid ""
590
- "Display all images in the lightbox instead of going into a single gallery"
591
- msgstr ""
592
- "Отображать все изображения в лайтбоксе вместо перехода в отдельную галерею"
593
 
594
- #: gallery-plugin.php:1152
595
- msgid ""
596
- "When using the gallery template or a shortcode with `display=short` parameter"
597
- msgstr ""
598
- "Когда используется темплейт галереи или шорткод с параметром `display=short`"
599
 
600
- #: gallery-plugin.php:1181
601
  msgid "Save Changes"
602
  msgstr "Сохранить изменения"
603
 
604
- #: gallery-plugin.php:1218
605
  msgid "Support"
606
  msgstr "Поддержка"
607
 
608
- #: gallery-plugin.php:1326
609
  msgid "Updating images..."
610
  msgstr "Обновление изображений..."
611
 
612
- #: gallery-plugin.php:1327
613
  msgid "No image found."
614
  msgstr "Ни одного изображения не найдено."
615
 
616
- #: gallery-plugin.php:1328
617
  msgid "All images are updated."
618
  msgstr "Все изображения были обновлены."
619
 
620
- #: gallery-plugin.php:1329
621
  msgid "Error."
622
  msgstr "Ошибка."
623
 
624
- #: gallery-plugin.php:1338
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
625
  msgid "Learn more"
626
  msgstr "Подробнее"
627
 
628
- #: gallery-plugin.php:1343 gallery-plugin.php:1383
629
  msgid "Activate"
630
  msgstr "Активировать"
631
 
632
- #: gallery-plugin.php:1350 gallery-plugin.php:1390
633
  msgid "Install now"
634
  msgstr "Установить"
635
 
636
- #: gallery-plugin.php:1359
637
  msgid "Add multiple gallery categories"
638
  msgstr "Добавить несколько категорий галереи"
639
 
640
- #: gallery-plugin.php:1359
641
- msgid ""
642
- "Install Gallery Categories plugin to add unlimited number of categories."
643
- msgstr ""
644
- "Установить плагин Gallery Categories, чтобы иметь возможность добавлять "
645
- "неограниченное количество категорий."
646
 
647
- #: gallery-plugin.php:1368 gallery-plugin.php:1409
648
  msgid "Close"
649
  msgstr "Закрыть"
650
 
651
- #: gallery-plugin.php:1400
652
- msgid "Already attached?"
653
- msgstr "Уже прикреплен?"
654
-
655
- #: gallery-plugin.php:1400
656
- msgid ""
657
- "If you'd like to attach the files, which are already uploaded, please use Re-"
658
- "attacher plugin."
659
- msgstr ""
660
- "Чтобы перекрепить уже загруженные файлы, пожалуйста, воспользуйтесь нашим "
661
- "плагином Re-attacher."
662
-
663
- #: gallery-plugin.php:1490 template/gallery-single-template.php:19
664
- msgid "Download high resolution image"
665
- msgstr "Скачать изображение в высоком разрешении"
666
-
667
- #: gallery-plugin.php:1651 template/gallery-single-template.php:101
668
  msgid "Sorry, nothing found."
669
  msgstr "Извините, ничего не найдено."
670
 
671
- #: gallery-plugin.php:1673 template/gallery-single-template.php:120
 
672
  msgid "Image"
673
  msgstr "Изображение"
674
 
675
- #: gallery-plugin.php:1982
 
 
 
 
 
676
  msgid "Image size not defined"
677
  msgstr "Невозможно определить размер изображения"
678
 
679
- #: gallery-plugin.php:1997
680
- msgid ""
681
- "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
682
- "manually reload image."
683
- msgstr ""
684
- "Плагин может обновить только PNG, JPEG, GIF, XBM или WPMP типы файлов. Для "
685
- "других, пожалуйста, вручную перезагрузите изображения."
686
 
687
- #: gallery-plugin.php:2008
688
  msgid "Image size changes not defined"
689
  msgstr "Не удалось вычислить изменения размеров изображения"
690
 
691
- #: gallery-plugin.php:2037 gallery-plugin.php:2040 gallery-plugin.php:2045
 
 
692
  msgid "Invalid path"
693
  msgstr "Путь к изображению для редактирования некорректный"
694
 
695
- #: template/gallery-template.php:14
696
- msgid "Gallery Category"
697
- msgstr "Категория галерей"
 
 
 
 
698
 
699
- #: inc/demo-data/demo-data-loader.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
700
  msgid "Install Demo Data"
701
  msgstr "Установить демо-данные"
702
 
703
- #: inc/demo-data/demo-data-loader.php:78
704
- msgid ""
705
- "If you install the demo-data, will be created galleries with images, demo-"
706
- "post with available shortcodes and page with a list of all the galleries, \n"
707
- "plugin settings will be overwritten, however, when you delete the demo data, "
708
- "they will be restored."
709
- msgstr ""
710
- "При установке демо-данных будут установлены галереи с изображениями, пост с "
711
- "доступными шорткодами и страница со списком всех галерей, настройки плагина "
712
- "будут перезаписаны, однако, при удалении демо-данных, они будут "
713
- "восстановлены."
714
 
715
  #: inc/demo-data/demo-data-loader.php:82
716
  msgid "Remove Demo Data"
@@ -748,50 +798,153 @@ msgstr "Невозможно получить демо-данные."
748
  msgid "Demo options already installed."
749
  msgstr "Настройки демо уже установлены."
750
 
751
- #: inc/demo-data/demo-data-loader.php:294
752
  msgid "Demo data successfully installed."
753
  msgstr "Демо-данные успешно установлены."
754
 
755
- #: inc/demo-data/demo-data-loader.php:296
756
  msgid "View post with shortcodes"
757
  msgstr "Просмотрите запись с шорткодами"
758
 
759
- #: inc/demo-data/demo-data-loader.php:299
760
  msgid "View page with examples"
761
  msgstr "Просмотрите запись с примерами"
762
 
763
- #: inc/demo-data/demo-data-loader.php:303
764
  msgid "Installation of demo data with some errors occurred."
765
  msgstr "Установка демо-данных прошла с ошибками."
766
 
767
- #: inc/demo-data/demo-data-loader.php:306
768
  msgid "Posts data is missing."
769
  msgstr "Контент записи отсутствует."
770
 
771
- #: inc/demo-data/demo-data-loader.php:331
772
  msgid "Demo data have already been removed."
773
- msgstr "Демо-данные уже кдалены."
774
 
775
- #: inc/demo-data/demo-data-loader.php:378
776
  msgid "Demo data successfully removed."
777
  msgstr "Демо-данные успешно удалены."
778
 
779
- #: inc/demo-data/demo-data-loader.php:381
780
  msgid "Removing demo data with some errors occurred."
781
  msgstr "Удаление демо-данных прошло с ошибками."
782
 
783
- #: inc/demo-data/demo-data-loader.php:510
784
  msgid "Close notice"
785
  msgstr "Закрыть сообщение"
786
 
787
- #: inc/demo-data/demo-data-loader.php:513
788
  msgid "Install demo data"
789
  msgstr "Установить демо-данные"
790
 
791
- #: inc/demo-data/demo-data-loader.php:513
792
  msgid "for an acquaintance with the possibilities of the"
793
  msgstr "для ознакомления с возможностями плагина"
794
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
795
  #~ msgid "left"
796
  #~ msgstr "лево"
797
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-09 13:51+0300\n"
6
+ "PO-Revision-Date: 2015-09-09 13:51+0300\n"
7
+ "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
10
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: gallery-plugin.php:43
20
+ #: gallery-plugin.php:794
21
+ #: gallery-plugin.php:1130
22
+ #: gallery-plugin.php:1147
23
+ msgid "Settings"
24
+ msgstr "Настройки"
25
+
26
+ #: gallery-plugin.php:103
27
  msgid "See images &raquo;"
28
  msgstr "Смотреть фотографии &raquo;"
29
 
30
+ #: gallery-plugin.php:106
31
+ msgid "Return to all albums"
32
+ msgstr "Вернуться ко всем альбомам"
 
 
 
 
 
 
 
 
33
 
34
+ #: gallery-plugin.php:330
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 "Файлы \"gallery-template.php\" и \"gallery-single-template.php\" не найдены в каталоге вашей темы. Пожалуйста, скопируйте их из каталога `/ wp-content/plugins/gallery-plugin/template /` в директорию вашей темы для корректной работы плагина Gallery"
37
+
38
+ #: gallery-plugin.php:339
39
+ #: gallery-plugin.php:348
40
  msgid "Galleries"
41
  msgstr "Галереи"
42
 
43
+ #: gallery-plugin.php:340
44
+ #: gallery-plugin.php:2507
45
  msgid "Gallery"
46
  msgstr "Галерея"
47
 
48
+ #: gallery-plugin.php:341
 
 
 
 
49
  msgid "Add New Gallery"
50
  msgstr "Добавить новую галерею"
51
 
52
+ #: gallery-plugin.php:342
53
  msgid "Edit Gallery"
54
  msgstr "Редактировать галерею"
55
 
56
+ #: gallery-plugin.php:343
57
  msgid "New Gallery"
58
  msgstr "Новая галерея"
59
 
60
+ #: gallery-plugin.php:344
61
  msgid "View Gallery"
62
  msgstr "Просмотреть галерею"
63
 
64
+ #: gallery-plugin.php:345
65
+ msgid "Search Galleries"
66
+ msgstr "Искать Галереи"
67
 
68
+ #: gallery-plugin.php:346
69
  msgid "No Gallery found"
70
  msgstr "Ни одной галереи не найдено"
71
 
72
+ #: gallery-plugin.php:403
 
 
 
 
73
  msgid "Gallery Shortcode"
74
  msgstr "Шорткод для галереи"
75
 
76
+ #: gallery-plugin.php:405
77
+ #: gallery-plugin.php:437
78
  msgid "Gallery Categories"
79
  msgstr "Категории галерей"
80
 
81
+ #: gallery-plugin.php:414
82
+ msgid "Add this shortcode to a page, post or widget to display a single gallery"
83
+ msgstr "Добавьте этот шорткод на страницу, пост или виджет для отображения отдельной галереи"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
 
85
+ #: gallery-plugin.php:417
86
+ msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
87
+ msgstr "Используйте этот шорткод, чтобы отобразить изображение альбома с описанием и ссылкой на отдельную страницу галереи"
 
 
 
 
88
 
89
+ #: gallery-plugin.php:419
90
+ msgid "Short display"
91
+ msgstr "Отображение альбома"
 
 
 
 
92
 
93
+ #: gallery-plugin.php:438
94
  msgid "Most Used"
95
  msgstr "Наиболее используемые"
96
 
97
+ #: gallery-plugin.php:443
98
+ #: gallery-plugin.php:887
99
  msgid "Default"
100
+ msgstr "По умолчанию"
101
 
102
+ #: gallery-plugin.php:448
103
  msgid "Add New Gallery Category"
104
  msgstr "Добавить новую категорию галерей"
105
 
106
+ #: gallery-plugin.php:455
107
  msgid "Install plugin"
108
  msgstr "Установить плагин"
109
 
110
+ #: gallery-plugin.php:610
111
+ #: gallery-plugin.php:2121
112
+ #: gallery-plugin.php:2238
113
+ msgid "Title"
114
+ msgstr "Название"
115
+
116
+ #: gallery-plugin.php:611
117
  msgid "Author"
118
  msgstr "Автор"
119
 
120
+ #: gallery-plugin.php:612
121
+ msgid "Shortcode"
122
+ msgstr "Шорткод"
123
 
124
+ #: gallery-plugin.php:613
125
+ msgid "Photos"
126
+ msgstr "Фото"
127
 
128
+ #: gallery-plugin.php:614
129
+ #: gallery-plugin.php:951
130
  msgid "Date"
131
+ msgstr "Дата"
132
 
133
+ #: gallery-plugin.php:767
134
  msgid "Settings are saved"
135
  msgstr "Опции сохранены"
136
 
137
+ #: gallery-plugin.php:780
138
  msgid "All plugin settings were restored."
139
  msgstr "Настройки плагина восстановлены."
140
 
141
+ #: gallery-plugin.php:792
142
  msgid "Gallery Settings"
143
  msgstr "Настройки Gallery"
144
 
145
+ #: gallery-plugin.php:795
146
+ #: gallery-plugin.php:1131
 
 
 
147
  msgid "FAQ"
148
  msgstr "FAQ"
149
 
150
+ #: gallery-plugin.php:796
151
  msgid "Go PRO"
152
+ msgstr "Перейти на Pro версию"
153
+
154
+ #: gallery-plugin.php:806
155
+ msgid "Please enable JavaScript to use the option to renew images."
156
+ msgstr "Пожалуйста, включите javascript для использования опции обновления изображений."
157
 
158
+ #: gallery-plugin.php:807
159
  msgid "Notice:"
160
  msgstr "Внимание:"
161
 
162
+ #: gallery-plugin.php:807
163
+ msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
164
+ msgstr "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, не забудьте нажать кнопку \"Сохранить\"."
 
 
 
 
165
 
166
+ #: gallery-plugin.php:808
167
+ 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:"
168
+ msgstr "Если вы хотели бы добавить галерею на вашу страницу или пост, просто скопируйте и поместите этот шорткод в контент поста или страницы:"
 
 
 
 
169
 
170
+ #: gallery-plugin.php:813
 
 
 
 
 
 
171
  msgid "Update images for gallery"
172
  msgstr "Обновить все изображения для галереи"
173
 
174
+ #: gallery-plugin.php:815
175
  msgid "Update images"
176
  msgstr "Обновить изображения"
177
 
178
+ #: gallery-plugin.php:823
179
  msgid "Image size for the album cover"
180
  msgstr "Размер изображения для обложки альбома галереи"
181
 
182
+ #: gallery-plugin.php:825
183
+ #: gallery-plugin.php:839
184
+ #: gallery-plugin.php:861
185
  msgid "Image size"
186
  msgstr "Название размера изображения"
187
 
188
+ #: gallery-plugin.php:828
189
+ #: gallery-plugin.php:842
190
  msgid "Width (in px)"
191
  msgstr "Ширина (в px)"
192
 
193
+ #: gallery-plugin.php:832
194
+ #: gallery-plugin.php:846
195
  msgid "Height (in px)"
196
  msgstr "Высота (в px)"
197
 
198
+ #: gallery-plugin.php:837
199
  msgid "Image size for thumbnails"
200
  msgstr "Размер изображения для миниатюр"
201
 
202
+ #: gallery-plugin.php:851
203
+ msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
204
+ msgstr "WordPress создаст новую миниатюру с заданными размерами при загрузке новой фотографии."
 
 
 
 
205
 
206
+ #: gallery-plugin.php:859
207
  msgid "Image size in the lightbox"
208
  msgstr "Размер изображений в лайтбоксе"
209
 
210
+ #: gallery-plugin.php:862
211
  msgid "Max width (in px)"
212
  msgstr "Макс. ширина (в px)"
213
 
214
+ #: gallery-plugin.php:863
215
  msgid "Max height (in px)"
216
  msgstr "Макс. высота (в px)"
217
 
218
+ #: gallery-plugin.php:864
219
  msgid "Display a full size image in the lightbox"
220
  msgstr "Если вы хотите отображать полное изображение в лайтбоксе"
221
 
222
+ #: gallery-plugin.php:868
223
  msgid "Crop position"
224
  msgstr "Позиция обрезки"
225
 
226
+ #: gallery-plugin.php:872
227
+ #: gallery-plugin.php:878
228
  msgid "center"
229
  msgstr "центр"
230
 
231
+ #: gallery-plugin.php:874
232
  msgid "Horizontal"
233
  msgstr "Горизонтальная"
234
 
235
+ #: gallery-plugin.php:880
236
  msgid "Vertical"
237
  msgstr "Вертикальная"
238
 
239
+ #: gallery-plugin.php:885
240
  msgid "Lightbox background"
241
  msgstr "Фон лайтбокса"
242
 
243
+ #: gallery-plugin.php:888
244
  msgid "Background transparency (from 0 to 1)"
245
  msgstr "Прозрачность для фона (от 0 до 1)"
246
 
247
+ #: gallery-plugin.php:889
248
  msgid "Select a background color"
249
  msgstr "Выберите цвет фона"
250
 
251
+ #: gallery-plugin.php:894
252
+ #: gallery-plugin.php:1074
253
+ msgid "If you upgrade to Pro version all your settings and galleries will be saved."
254
+ msgstr "При переходе на Pro версию все ваши настройки и галереи сохраняются."
 
 
 
 
 
 
 
 
255
 
256
+ #: gallery-plugin.php:901
257
+ #: gallery-plugin.php:1081
258
+ msgid "Unlock premium options by upgrading to Pro version"
259
+ msgstr "Активируйте премиум опции обновившись до Pro версии"
260
 
261
+ #: gallery-plugin.php:905
262
+ #: gallery-plugin.php:1085
263
  msgid "Start Your Trial"
264
  msgstr "Получить пробную версию"
265
 
266
+ #: gallery-plugin.php:906
267
+ #: gallery-plugin.php:1086
268
  msgid "or"
269
  msgstr "или"
270
 
271
+ #: gallery-plugin.php:908
272
+ #: gallery-plugin.php:1088
273
+ msgid "Learn More"
274
+ msgstr "Подробнее"
275
 
276
+ #: gallery-plugin.php:915
277
  msgid "Images with border"
278
  msgstr "Изображения с рамкой"
279
 
280
+ #: gallery-plugin.php:918
281
  msgid "Border width in px, just numbers"
282
  msgstr "Ширина рамки в px, только числа"
283
 
284
+ #: gallery-plugin.php:919
285
  msgid "Select a border color"
286
  msgstr "Выберите цвет рамки"
287
 
288
+ #: gallery-plugin.php:923
289
  msgid "Number of images in the row"
290
  msgstr "Количество изображений в строке"
291
 
292
+ #: gallery-plugin.php:929
293
  msgid "Start slideshow"
294
  msgstr "Начать слайдшоу"
295
 
296
+ #: gallery-plugin.php:935
297
  msgid "Slideshow interval"
298
  msgstr "Интервал времени при показе слайдшоу"
299
 
300
+ #: gallery-plugin.php:941
301
  msgid "Use single lightbox for multiple galleries on one page"
302
  msgstr "Использовать один лайтбокс для нескольких галерей на одной странице"
303
 
304
+ #: gallery-plugin.php:947
305
+ msgid "Sort images by"
306
+ msgstr "Изображения сортируются по"
307
+
308
+ #: gallery-plugin.php:949
309
  msgid "Attachment ID"
310
  msgstr "id изображения"
311
 
312
+ #: gallery-plugin.php:950
313
  msgid "Image Name"
314
  msgstr "названию изображения"
315
 
316
+ #: gallery-plugin.php:952
317
+ msgid "Sorting order in the Gallery"
318
+ msgstr "Cортировка по порядку в Галерее"
 
 
 
 
319
 
320
+ #: gallery-plugin.php:953
321
  msgid "Random"
322
  msgstr "произвольно"
323
 
324
+ #: gallery-plugin.php:957
325
  msgid "Sort images"
326
  msgstr "Сортировать изображения"
327
 
328
+ #: gallery-plugin.php:959
329
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
330
+ msgstr "ASC (в порядке возрастания от наименьшего до наибольшего значения - 1, 2, 3; a, b, c)"
 
 
331
 
332
+ #: gallery-plugin.php:960
333
+ msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
334
+ msgstr "DESC (по убыванию от самого высокого до самого низкого значения - 3, 2, 1; c, b, a)"
 
 
 
335
 
336
+ #: gallery-plugin.php:964
337
  msgid "Display text under the image"
338
  msgstr "Отображение текста под изображением"
339
 
340
+ #: gallery-plugin.php:966
341
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
342
  msgstr "Отключите чекбокс, если вы хотите отображать текст только в лайтбоксе"
343
 
344
+ #: gallery-plugin.php:970
345
  msgid "Display the Back link"
346
  msgstr "Отображать ссылку Вернуться"
347
 
348
+ #: gallery-plugin.php:976
349
  msgid "Display the Back link in the shortcode"
350
  msgstr "Отображаться ссылку Вернуться в шорткоде"
351
 
352
+ #: gallery-plugin.php:982
353
  msgid "The Back link text"
354
  msgstr "Текст для ссылки Вернуться"
355
 
356
+ #: gallery-plugin.php:988
357
  msgid "The Back link URL"
358
  msgstr "URL для ссылки Вернуться"
359
 
360
+ #: gallery-plugin.php:990
361
  msgid "Gallery page (Page with Gallery Template)"
362
  msgstr "Страница галереи (Страница с Gallery Template)"
363
 
364
+ #: gallery-plugin.php:992
365
  msgid "(Full URL to custom page)"
366
  msgstr "(Полная ссылка на пользовательскую страницу)"
367
 
368
+ #: gallery-plugin.php:996
369
  msgid "The Read More link text"
370
  msgstr "Текст для ссылки Узнать больше"
371
 
372
+ #: gallery-plugin.php:1002
373
  msgid "Add gallery to the search"
374
  msgstr "Добавить галерею в поиск"
375
 
376
+ #: gallery-plugin.php:1007
377
  msgid "Using"
378
  msgstr "Используя"
379
 
380
+ #: gallery-plugin.php:1007
381
  msgid "powered by"
382
  msgstr "разработанный"
383
 
384
+ #: gallery-plugin.php:1010
385
+ #: gallery-plugin.php:1014
386
  msgid "Using Custom Search powered by"
387
  msgstr "Используя Custom Search, разработанный"
388
 
389
+ #: gallery-plugin.php:1010
390
  msgid "Activate Custom Search"
391
  msgstr "Активировать Custom Search"
392
 
393
+ #: gallery-plugin.php:1014
394
  msgid "Download Custom Search"
395
  msgstr "Загрузить Custom Search"
396
 
397
+ #: gallery-plugin.php:1019
398
  msgid "Rewrite templates after update"
399
  msgstr "Перезапись шаблонов после обновления"
400
 
401
+ #: gallery-plugin.php:1021
402
+ 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"
403
+ msgstr "Отключите чекбокс, если вы внесли изменения в файлы 'gallery-template.php' или 'gallery-single-template.php' в папке темы, и вы не хотите чтобы они были обновлены"
 
 
 
 
 
 
404
 
405
+ #: gallery-plugin.php:1030
406
  msgid "Use pagination for images"
407
  msgstr "Использовать пагинацию для изображений"
408
 
409
+ #: gallery-plugin.php:1033
410
  msgid "per page"
411
  msgstr "на странице"
412
 
413
+ #: gallery-plugin.php:1037
414
  msgid "The lightbox helper"
415
  msgstr "Вспомогательные элементы в лайтбоксе"
416
 
417
+ #: gallery-plugin.php:1039
418
  msgid "Do not use"
419
  msgstr "Не использовать"
420
 
421
+ #: gallery-plugin.php:1040
422
  msgid "Button helper"
423
  msgstr "Вспомогательные кнопки"
424
 
425
+ #: gallery-plugin.php:1041
426
  msgid "Thumbnail helper"
427
  msgstr "Вспомогательные миниатюры"
428
 
429
+ #: gallery-plugin.php:1045
430
  msgid "Display Like buttons in the lightbox"
431
  msgstr "Отображать Like кнопки в лайтбоксе"
432
 
433
+ #: gallery-plugin.php:1047
434
  msgid "FaceBook"
435
  msgstr "FaceBook"
436
 
437
+ #: gallery-plugin.php:1048
438
  msgid "Twitter"
439
  msgstr "Twitter"
440
 
441
+ #: gallery-plugin.php:1049
442
  msgid "Pinterest"
443
  msgstr "Pinterest"
444
 
445
+ #: gallery-plugin.php:1050
446
  msgid "Google +1"
447
  msgstr "Google +1"
448
 
449
+ #: gallery-plugin.php:1054
450
  msgid "Slug for gallery item"
451
  msgstr "Название для элементов галереи"
452
 
453
+ #: gallery-plugin.php:1056
454
  msgid "for any structure of permalinks except the default structure"
455
  msgstr "для любой структуры ссылок, за исключением структуры по умолчанию"
456
 
457
+ #: gallery-plugin.php:1060
458
  msgid "Title for lightbox button"
459
  msgstr "Название кнопки в лайтбоксе"
460
 
461
+ #: gallery-plugin.php:1066
462
+ msgid "Display all images in the lightbox instead of going into a single gallery"
463
+ msgstr "Отображать все изображения в лайтбоксе вместо перехода в отдельную галерею"
 
 
464
 
465
+ #: gallery-plugin.php:1069
466
+ msgid "When using the gallery template or a shortcode with `display=short` parameter"
467
+ msgstr "Когда используется темплейт галереи или шорткод с параметром `display=short`"
 
 
468
 
469
+ #: gallery-plugin.php:1095
470
  msgid "Save Changes"
471
  msgstr "Сохранить изменения"
472
 
473
+ #: gallery-plugin.php:1132
474
  msgid "Support"
475
  msgstr "Поддержка"
476
 
477
+ #: gallery-plugin.php:1199
478
  msgid "Updating images..."
479
  msgstr "Обновление изображений..."
480
 
481
+ #: gallery-plugin.php:1200
482
  msgid "No image found."
483
  msgstr "Ни одного изображения не найдено."
484
 
485
+ #: gallery-plugin.php:1201
486
  msgid "All images are updated."
487
  msgstr "Все изображения были обновлены."
488
 
489
+ #: gallery-plugin.php:1202
490
  msgid "Error."
491
  msgstr "Ошибка."
492
 
493
+ #: gallery-plugin.php:1213
494
+ msgid ""
495
+ "You are about to delete these items from this gallery.\n"
496
+ " 'Cancel' to stop, 'OK' to delete."
497
+ msgstr ""
498
+ "Вы собираетесь удалить эти элементы из этой галереи.\n"
499
+ " Нажмите \"Отменить\" чтобы отменить действие или \"OK\" для удаления."
500
+
501
+ #: gallery-plugin.php:1214
502
+ msgid "Insert Media"
503
+ msgstr "Вставить медиафайл"
504
+
505
+ #: gallery-plugin.php:1215
506
+ msgid "Insert"
507
+ msgstr "Вставить"
508
+
509
+ #: gallery-plugin.php:1227
510
  msgid "Learn more"
511
  msgstr "Подробнее"
512
 
513
+ #: gallery-plugin.php:1232
514
  msgid "Activate"
515
  msgstr "Активировать"
516
 
517
+ #: gallery-plugin.php:1239
518
  msgid "Install now"
519
  msgstr "Установить"
520
 
521
+ #: gallery-plugin.php:1248
522
  msgid "Add multiple gallery categories"
523
  msgstr "Добавить несколько категорий галереи"
524
 
525
+ #: gallery-plugin.php:1248
526
+ msgid "Install Gallery Categories plugin to add unlimited number of categories."
527
+ msgstr "Установить плагин Gallery Categories, чтобы иметь возможность добавлять неограниченное количество категорий."
 
 
 
528
 
529
+ #: gallery-plugin.php:1257
530
  msgid "Close"
531
  msgstr "Закрыть"
532
 
533
+ #: gallery-plugin.php:1521
534
+ #: template/gallery-single-template.php:101
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
535
  msgid "Sorry, nothing found."
536
  msgstr "Извините, ничего не найдено."
537
 
538
+ #: gallery-plugin.php:1543
539
+ #: template/gallery-single-template.php:120
540
  msgid "Image"
541
  msgstr "Изображение"
542
 
543
+ #: gallery-plugin.php:1543
544
+ #: template/gallery-single-template.php:19
545
+ msgid "Download high resolution image"
546
+ msgstr "Скачать изображение в высоком разрешении"
547
+
548
+ #: gallery-plugin.php:1673
549
  msgid "Image size not defined"
550
  msgstr "Невозможно определить размер изображения"
551
 
552
+ #: gallery-plugin.php:1688
553
+ msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
554
+ msgstr "Плагин может обновить только PNG, JPEG, GIF, XBM или WPMP типы файлов. Для других, пожалуйста, вручную перезагрузите изображения."
 
 
 
 
555
 
556
+ #: gallery-plugin.php:1699
557
  msgid "Image size changes not defined"
558
  msgstr "Не удалось вычислить изменения размеров изображения"
559
 
560
+ #: gallery-plugin.php:1728
561
+ #: gallery-plugin.php:1731
562
+ #: gallery-plugin.php:1736
563
  msgid "Invalid path"
564
  msgstr "Путь к изображению для редактирования некорректный"
565
 
566
+ #: gallery-plugin.php:1885
567
+ msgid "Add images requires JavaScript."
568
+ msgstr "Для добавления изображений необходим JavaScript."
569
+
570
+ #: gallery-plugin.php:1888
571
+ msgid "Add Media"
572
+ msgstr "Добавить медиафайл"
573
 
574
+ #: gallery-plugin.php:1898
575
+ msgid "The grid view for the Gallery images requires JavaScript."
576
+ msgstr "Вид сетки для галереи изображений требует JavaScript."
577
+
578
+ #: gallery-plugin.php:1898
579
+ msgid "Switch to the list view"
580
+ msgstr "Переключиться на список"
581
+
582
+ #: gallery-plugin.php:1925
583
+ msgid "List View"
584
+ msgstr "В виде списка"
585
+
586
+ #: gallery-plugin.php:1926
587
+ msgid "Grid View"
588
+ msgstr "В виде сетки"
589
+
590
+ #: gallery-plugin.php:1983
591
+ msgid "Filter"
592
+ msgstr "Фильтр"
593
+
594
+ #: gallery-plugin.php:1987
595
+ msgid "Empty Trash"
596
+ msgstr "Очистить корзину"
597
+
598
+ #: gallery-plugin.php:2008
599
+ msgid "No images found"
600
+ msgstr "Ни одного изображения не найдено"
601
+
602
+ #: gallery-plugin.php:2062
603
+ msgid "Select bulk action"
604
+ msgstr "Выберите массовое действие"
605
+
606
+ #: gallery-plugin.php:2064
607
+ msgid "Bulk Actions"
608
+ msgstr "Действия"
609
+
610
+ #: gallery-plugin.php:2074
611
+ msgid "Apply"
612
+ msgstr "Применить"
613
+
614
+ #: gallery-plugin.php:2081
615
+ #: gallery-plugin.php:2254
616
+ msgid "Delete from Gallery"
617
+ msgstr "Удалить из галереи"
618
+
619
+ #: gallery-plugin.php:2094
620
+ #: gallery-plugin.php:2108
621
+ msgid "Display file URL"
622
+ msgstr "Отобразить путь к файлу"
623
+
624
+ #: gallery-plugin.php:2103
625
+ msgid "Bulk Select"
626
+ msgstr "Выбор"
627
+
628
+ #: gallery-plugin.php:2105
629
+ msgid "Cancel Selection"
630
+ msgstr "Отменить выбор"
631
+
632
+ #: gallery-plugin.php:2106
633
+ msgid "Delete Selected"
634
+ msgstr "Удалить выбранное"
635
+
636
+ #: gallery-plugin.php:2119
637
+ msgid "File"
638
+ msgstr "Файл"
639
+
640
+ #: gallery-plugin.php:2120
641
+ #: gallery-plugin.php:2207
642
+ msgid "Dimensions"
643
+ msgstr "Размеры"
644
+
645
+ #: gallery-plugin.php:2122
646
+ #: gallery-plugin.php:2242
647
+ msgid "Alt tag"
648
+ msgstr "Тэг \"Alt\""
649
+
650
+ #: gallery-plugin.php:2123
651
+ #: gallery-plugin.php:2246
652
+ msgid "URL"
653
+ msgstr "Ссылка"
654
+
655
+ #: gallery-plugin.php:2199
656
+ msgid "Deselect"
657
+ msgstr "Отменить выбор"
658
+
659
+ #: gallery-plugin.php:2205
660
+ msgid "File name"
661
+ msgstr "Название файла"
662
+
663
+ #: gallery-plugin.php:2206
664
+ msgid "File type"
665
+ msgstr "Тип файла"
666
+
667
+ #: gallery-plugin.php:2210
668
+ #: gallery-plugin.php:2211
669
+ msgid "Edit Attachment"
670
+ msgstr "Редактировать"
671
+
672
+ #: gallery-plugin.php:2211
673
+ msgid "Edit Attachment Info"
674
+ msgstr "Редактировать информацию"
675
+
676
+ #: gallery-plugin.php:2221
677
+ msgid "Go Pro"
678
+ msgstr "Перейти на Pro версию"
679
+
680
+ #: gallery-plugin.php:2221
681
+ msgid "Pro version"
682
+ msgstr "Pro версия"
683
+
684
+ #: gallery-plugin.php:2224
685
+ msgid "This setting is available in Pro version"
686
+ msgstr "Эти настройки доступны в Pro версии"
687
+
688
+ #: gallery-plugin.php:2248
689
+ msgid "(by click on image opens a link in a new window)"
690
+ msgstr "(нажатие на изображение открывает данную ссылку в новом окне браузера)"
691
+
692
+ #: gallery-plugin.php:2252
693
+ msgid "Edit more details"
694
+ msgstr "Редактировать детали"
695
+
696
+ #: gallery-plugin.php:2284
697
+ #, php-format
698
+ msgid "Select %s"
699
+ msgstr "Выбрать %s"
700
+
701
+ #: gallery-plugin.php:2297
702
+ #: gallery-plugin.php:2309
703
+ #, php-format
704
+ msgid "Edit &#8220;%s&#8221;"
705
+ msgstr "Изменить &#8220;%s&#8221;"
706
+
707
+ #: gallery-plugin.php:2344
708
+ #: gallery-plugin.php:2357
709
+ msgid "Edit"
710
+ msgstr "Изменить"
711
+
712
+ #: gallery-plugin.php:2347
713
+ #: gallery-plugin.php:2362
714
+ msgid "Trash"
715
+ msgstr "Удалить"
716
+
717
+ #: gallery-plugin.php:2350
718
+ #: gallery-plugin.php:2365
719
+ msgid "Delete Permanently"
720
+ msgstr "Удалить навсегда"
721
+
722
+ #: gallery-plugin.php:2352
723
+ #: gallery-plugin.php:2370
724
+ #, php-format
725
+ msgid "View &#8220;%s&#8221;"
726
+ msgstr "Просмотр &#8220;%s&#8221;"
727
+
728
+ #: gallery-plugin.php:2352
729
+ #: gallery-plugin.php:2370
730
+ msgid "View"
731
+ msgstr "Просмотр"
732
+
733
+ #: gallery-plugin.php:2354
734
+ msgid "Attach"
735
+ msgstr "Прикрепить"
736
+
737
+ #: gallery-plugin.php:2360
738
+ msgid "Restore"
739
+ msgstr "Восстановить"
740
+
741
+ #: gallery-plugin.php:2480
742
+ msgid "Warning"
743
+ msgstr "Внимание"
744
+
745
+ #: gallery-plugin.php:2480
746
+ msgid "You can add only images to the gallery"
747
+ msgstr "Вы можете добавить только изображения в галерею"
748
+
749
+ #: gallery-plugin.php:2509
750
+ msgid "Sorry, no gallery found."
751
+ msgstr "Извините, ничего не найдено"
752
+
753
+ #: gallery-plugin.php:2515
754
+ msgid "Display an album image with the description and the link to a single gallery page"
755
+ msgstr "Отобразить изображение альбома с описанием и ссылкой на отдельную страницу галереи"
756
+
757
+ #: inc/demo-data/demo-data-loader.php:78
758
  msgid "Install Demo Data"
759
  msgstr "Установить демо-данные"
760
 
761
+ #: inc/demo-data/demo-data-loader.php:79
762
+ msgid "If you install the demo-data, will be created galleries with images, demo-post with available shortcodes and page with a list of all the galleries, plugin settings will be overwritten, however, when you delete the demo data, they will be restored."
763
+ msgstr "При установке демо-данных будут установлены галереи с изображениями, пост с доступными шорткодами и страница со списком всех галерей, настройки плагина будут перезаписаны, однако, при удалении демо-данных, они будут восстановлены."
 
 
 
 
 
 
 
 
764
 
765
  #: inc/demo-data/demo-data-loader.php:82
766
  msgid "Remove Demo Data"
798
  msgid "Demo options already installed."
799
  msgstr "Настройки демо уже установлены."
800
 
801
+ #: inc/demo-data/demo-data-loader.php:296
802
  msgid "Demo data successfully installed."
803
  msgstr "Демо-данные успешно установлены."
804
 
805
+ #: inc/demo-data/demo-data-loader.php:298
806
  msgid "View post with shortcodes"
807
  msgstr "Просмотрите запись с шорткодами"
808
 
809
+ #: inc/demo-data/demo-data-loader.php:301
810
  msgid "View page with examples"
811
  msgstr "Просмотрите запись с примерами"
812
 
813
+ #: inc/demo-data/demo-data-loader.php:308
814
  msgid "Installation of demo data with some errors occurred."
815
  msgstr "Установка демо-данных прошла с ошибками."
816
 
817
+ #: inc/demo-data/demo-data-loader.php:311
818
  msgid "Posts data is missing."
819
  msgstr "Контент записи отсутствует."
820
 
821
+ #: inc/demo-data/demo-data-loader.php:336
822
  msgid "Demo data have already been removed."
823
+ msgstr "Демо-данные уже удалены."
824
 
825
+ #: inc/demo-data/demo-data-loader.php:383
826
  msgid "Demo data successfully removed."
827
  msgstr "Демо-данные успешно удалены."
828
 
829
+ #: inc/demo-data/demo-data-loader.php:386
830
  msgid "Removing demo data with some errors occurred."
831
  msgstr "Удаление демо-данных прошло с ошибками."
832
 
833
+ #: inc/demo-data/demo-data-loader.php:517
834
  msgid "Close notice"
835
  msgstr "Закрыть сообщение"
836
 
837
+ #: inc/demo-data/demo-data-loader.php:520
838
  msgid "Install demo data"
839
  msgstr "Установить демо-данные"
840
 
841
+ #: inc/demo-data/demo-data-loader.php:520
842
  msgid "for an acquaintance with the possibilities of the"
843
  msgstr "для ознакомления с возможностями плагина"
844
 
845
+ #: template/gallery-template.php:14
846
+ msgid "Gallery Category"
847
+ msgstr "Категория галерей"
848
+
849
+ #~ msgid "Background color"
850
+ #~ msgstr "Цвет фона"
851
+
852
+ #~ msgid "Already attached?"
853
+ #~ msgstr "Уже прикреплен?"
854
+
855
+ #~ msgid ""
856
+ #~ "If you'd like to attach the files, which are already uploaded, please use "
857
+ #~ "Re-attacher plugin."
858
+ #~ msgstr ""
859
+ #~ "Чтобы перекрепить уже загруженные файлы, пожалуйста, воспользуйтесь нашим "
860
+ #~ "плагином Re-attacher."
861
+
862
+ #, fuzzy
863
+ #~ msgid "Unlock premium options by upgrading to PRO version"
864
+ #~ msgstr "Активируйте премиум опции обновившись до PRO версии"
865
+
866
+ #~ msgid "Add a Gallery"
867
+ #~ msgstr "Добавить галерею"
868
+
869
+ #~ msgid "Find a Gallery"
870
+ #~ msgstr "Редактировать галерею"
871
+
872
+ #~ msgid "Choose a media file that will be attached"
873
+ #~ msgstr "Выберите медиа файлы для прикрепления"
874
+
875
+ #~ msgid "You need to install \"%s\" plugin to use this functionality"
876
+ #~ msgstr ""
877
+ #~ "Чтобы использовать этот функционал, вам нужно установить плагин \"%s\""
878
+
879
+ #~ msgid "Attach media item to this gallery"
880
+ #~ msgstr "Прикрепить медиа файл к галерее"
881
+
882
+ #~ msgid ""
883
+ #~ "The gallery temp directory (gallery-plugin/upload/files) is not available "
884
+ #~ "for record on your webserver. Please use the standard WP functionality to "
885
+ #~ "upload images (media library)"
886
+ #~ msgstr ""
887
+ #~ "Каталог галереи для сохранения временных файлов (gallery-plugin/upload/"
888
+ #~ "files) закрыт для записи на вашем веб-сервере. Пожалуйста, воспользуйтесь "
889
+ #~ "стандартным функционалом WP для загрузки изображения (медиа-библиотека)"
890
+
891
+ #~ msgid "Choose an image for upload:"
892
+ #~ msgstr "Выбрать файлы для загрузки:"
893
+
894
+ #~ msgid "Please enable JavaScript to use the file uploader."
895
+ #~ msgstr ""
896
+ #~ "Пожалуйста, включите javascript для использования загрузчика файлов."
897
+
898
+ #~ msgid "Allow the download link for all images in this gallery"
899
+ #~ msgstr "Разрешить ссылку для загрузки для всех изображений в этой галерее"
900
+
901
+ #~ msgid ""
902
+ #~ "Please use the drag and drop function to change an order of the images "
903
+ #~ "displaying and do not forget to save the post."
904
+ #~ msgstr ""
905
+ #~ "Воспользуйтесь перетаскиванием, чтобы изменить порядок отображения "
906
+ #~ "изображений и не забудьте сохранить пост."
907
+
908
+ #~ msgid "Please make a choice"
909
+ #~ msgstr "Пожалуйста, выберите"
910
+
911
+ #~ msgid "sort images"
912
+ #~ msgstr "сортировать изображения"
913
+
914
+ #~ msgid "on the plugin settings page ("
915
+ #~ msgstr "на странице настроек плагина ("
916
+
917
+ #~ msgid "Open the URL"
918
+ #~ msgstr "Открыть ссылку"
919
+
920
+ #~ msgid "Current window"
921
+ #~ msgstr "Текущее окно"
922
+
923
+ #~ msgid "New window"
924
+ #~ msgstr "Новое окно"
925
+
926
+ #~ msgid "Lightbox button URL"
927
+ #~ msgstr "Ссылка кнопки в лайтбоксе"
928
+
929
+ #~ msgid "Description"
930
+ #~ msgstr "Описание"
931
+
932
+ #~ msgid "Delete"
933
+ #~ msgstr "Удалить"
934
+
935
+ #~ msgid ""
936
+ #~ "You can add a Single Gallery to the page or post by inserting this "
937
+ #~ "shortcode into the content"
938
+ #~ msgstr ""
939
+ #~ "Вы можете добавить Галерею на вашу страницу или пост, просто скопируйте и "
940
+ #~ "поместите этот шорткод в контент поста или страницы:"
941
+
942
+ #~ msgid "Publishing"
943
+ #~ msgstr "Опубликование"
944
+
945
+ #~ msgid "Go"
946
+ #~ msgstr "Перейти на"
947
+
948
  #~ msgid "left"
949
  #~ msgstr "лево"
950
 
languages/gallery-sk_SK.mo CHANGED
Binary file
languages/gallery-sk_SK.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-11 12:13+0300\n"
6
- "PO-Revision-Date: 2015-08-11 12:13+0300\n"
7
- "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Michal Králik <ja@michalkralik.sk>\n"
9
  "Language: sk_SK\n"
10
  "MIME-Version: 1.0\n"
@@ -16,699 +16,778 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:95
 
 
 
 
 
 
 
20
  msgid "See images &raquo;"
21
  msgstr "Vidieť fotky &raquo;"
22
 
23
- #: gallery-plugin.php:209
24
- msgid ""
25
- "The following files \"gallery-template.php\" and \"gallery-single-template."
26
- "php\" were not found in the directory of your theme. Please copy them from "
27
- "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
28
- "directory of your theme for the correct work of the Gallery plugin"
29
  msgstr ""
30
- "Nasledujúci súbor \"gallery-template.php\" a \"gallery-single-template.php\" "
31
- "nebol nájdený v priečinku vo vašej téme. Prosím skopírujte ich z `/wp-"
32
- "content/plugins/gallery-plugin/template/` do priečinku vašej témy pre "
33
- "správnu prácu pluginu Galérie."
34
 
35
- #: gallery-plugin.php:218 gallery-plugin.php:228
 
 
 
 
 
36
  msgid "Galleries"
37
  msgstr "Galérie"
38
 
39
- #: gallery-plugin.php:219
 
40
  msgid "Gallery"
41
  msgstr "Galéria"
42
 
43
- #: gallery-plugin.php:220
44
- msgid "Add a Gallery"
45
- msgstr "Pridať galériu"
46
-
47
- #: gallery-plugin.php:221
48
  msgid "Add New Gallery"
49
  msgstr "Pridať novú galériu"
50
 
51
- #: gallery-plugin.php:222
52
  msgid "Edit Gallery"
53
  msgstr "Upraviť galériu"
54
 
55
- #: gallery-plugin.php:223
56
  msgid "New Gallery"
57
  msgstr "Nová galéria"
58
 
59
- #: gallery-plugin.php:224
60
  msgid "View Gallery"
61
  msgstr "Zobraziť galériu"
62
 
63
- #: gallery-plugin.php:225
64
- msgid "Find a Gallery"
65
- msgstr "Nájsť galériu"
 
66
 
67
- #: gallery-plugin.php:226
68
  msgid "No Gallery found"
69
  msgstr "Galéria nebola nájdená"
70
 
71
- #: gallery-plugin.php:283
72
- msgid "Upload File"
73
- msgstr "Nahrať súbor"
74
-
75
- #: gallery-plugin.php:284
76
  msgid "Gallery Shortcode"
77
  msgstr "Krátky kód galérie"
78
 
79
- #: gallery-plugin.php:286 gallery-plugin.php:442
 
80
  #, fuzzy
81
  msgid "Gallery Categories"
82
  msgstr "Veľkosť obrázka galérie"
83
 
84
- #: gallery-plugin.php:295
85
- msgid "Choose a media file that will be attached"
86
- msgstr ""
87
-
88
- #: gallery-plugin.php:295
89
- #, php-format
90
- msgid "You need to install \"%s\" plugin to use this functionality"
91
- msgstr ""
92
-
93
- #: gallery-plugin.php:296
94
- msgid "Attach media item to this gallery"
95
  msgstr ""
96
 
97
- #: gallery-plugin.php:315
98
- msgid ""
99
- "The gallery temp directory (gallery-plugin/upload/files) is not available "
100
- "for record on your webserver. Please use the standard WP functionality to "
101
- "upload images (media library)"
102
- msgstr ""
103
- "Priečinok temp galérie (gallery-plugin/upload/files) nie je dostupný pre "
104
- "nahratie na váš server. Prosím použite klasickú WP funkciu na nahrávanie "
105
- "obrázkov(knižnicu médií)."
106
-
107
- #: gallery-plugin.php:327
108
- msgid "Choose an image for upload:"
109
- msgstr "Vyberte obrázok na nahratie:"
110
-
111
- #: gallery-plugin.php:332
112
- msgid "Please enable JavaScript to use the file uploader."
113
- msgstr "Povoľte prosím JavaScript na používanie nahrávania súborov."
114
-
115
- #: gallery-plugin.php:340
116
- msgid "Allow the download link for all images in this gallery"
117
- msgstr "Dovoľiť sťahovanie pre všetky obrázky v tejto galérii"
118
-
119
- #: gallery-plugin.php:341
120
- msgid ""
121
- "Please use the drag and drop function to change an order of the images "
122
- "displaying and do not forget to save the post."
123
- msgstr ""
124
- "Prosím použite funkciu potiahnutie a položenie pre zmenu poradia obrázkov a "
125
- "nezabudnite článok uložiť!"
126
-
127
- #: gallery-plugin.php:343
128
- msgid "Please make a choice"
129
- msgstr "Prosím vyberte si"
130
-
131
- #: gallery-plugin.php:343 gallery-plugin.php:1030
132
- msgid "Sort images by"
133
- msgstr "Zoradiť podľa"
134
-
135
- #: gallery-plugin.php:343
136
- msgid "sort images"
137
- msgstr "zoradené obrázky"
138
-
139
- #: gallery-plugin.php:343
140
- msgid "on the plugin settings page ("
141
- msgstr "na strane nastavení ("
142
-
143
- #: gallery-plugin.php:396 gallery-plugin.php:672
144
- msgid "Title"
145
- msgstr "Nadpis"
146
-
147
- #: gallery-plugin.php:398
148
- msgid "Alt tag"
149
- msgstr "Popisný text"
150
-
151
- #: gallery-plugin.php:399
152
- msgid "URL"
153
- msgstr "Adresa URL"
154
-
155
- #: gallery-plugin.php:399
156
- msgid "(by click on image opens a link in a new window)"
157
- msgstr "(kliknutím na obrázok sa otvorí odkaz v novom okne)"
158
-
159
- #: gallery-plugin.php:400
160
- msgid "This setting is available in Pro version"
161
- msgstr "Toto nastavanie je k dispozíti v Pro verzii"
162
-
163
- #: gallery-plugin.php:401
164
- #, fuzzy
165
- msgid "Open the URL"
166
- msgstr "Otvoriť odkaz"
167
-
168
- #: gallery-plugin.php:401
169
- msgid "Current window"
170
- msgstr "Súčasné okno"
171
-
172
- #: gallery-plugin.php:401
173
- msgid "New window"
174
- msgstr "Nové okno"
175
-
176
- #: gallery-plugin.php:402
177
  #, fuzzy
178
- msgid "Lightbox button URL"
179
- msgstr "pozadie Lightboxu"
180
-
181
- #: gallery-plugin.php:403
182
- msgid "Description"
183
- msgstr ""
184
-
185
- #: gallery-plugin.php:404
186
- msgid "Delete"
187
- msgstr "Zmazať"
188
 
189
- #: gallery-plugin.php:424
190
- msgid ""
191
- "You can add a Single Gallery to the page or post by inserting this shortcode "
192
- "into the content"
193
  msgstr ""
194
- "Pre pridanie jednoduchej galérie na vašu stránku alebo článok, skopírujte "
195
- "tento krátky kód do obsahu."
196
 
197
- #: gallery-plugin.php:426
198
- msgid ""
199
- "If you want to display a short description containing a screenshot and the "
200
- "link to the Single Gallery Page"
201
- msgstr ""
202
- "Ak chcete zobraziť krátky popis obsahujúci náhľad a odkaz na vlastnú stŕnaku "
203
- "galérie"
204
-
205
- #: gallery-plugin.php:443
206
  msgid "Most Used"
207
  msgstr ""
208
 
209
- #: gallery-plugin.php:448 gallery-plugin.php:957
 
210
  msgid "Default"
211
  msgstr "Štandardné"
212
 
213
- #: gallery-plugin.php:453
214
  #, fuzzy
215
  msgid "Add New Gallery Category"
216
  msgstr "Pridať novú galériu"
217
 
218
- #: gallery-plugin.php:460
219
  #, fuzzy
220
  msgid "Install plugin"
221
  msgstr "Plugin nainštalovaný"
222
 
223
- #: gallery-plugin.php:673
 
 
 
 
 
 
224
  msgid "Author"
225
  msgstr "Autor"
226
 
227
- #: gallery-plugin.php:674
228
- msgid "Photo"
229
- msgstr "Fotka"
 
230
 
231
- #: gallery-plugin.php:675
232
- msgid "Publishing"
233
- msgstr "Publikovanie"
 
234
 
235
- #: gallery-plugin.php:676 gallery-plugin.php:1034
 
236
  msgid "Date"
237
  msgstr "Dátum"
238
 
239
- #: gallery-plugin.php:836
240
  msgid "Settings are saved"
241
  msgstr "Nastavenia boli uložené."
242
 
243
- #: gallery-plugin.php:849
244
  #, fuzzy
245
  msgid "All plugin settings were restored."
246
  msgstr "na strane nastavení ("
247
 
248
- #: gallery-plugin.php:862
249
  msgid "Gallery Settings"
250
  msgstr "Nastavenie galérie"
251
 
252
- #: gallery-plugin.php:864 gallery-plugin.php:1216 gallery-plugin.php:1233
253
- msgid "Settings"
254
- msgstr "Nastavenia"
255
-
256
- #: gallery-plugin.php:865 gallery-plugin.php:1217
257
  msgid "FAQ"
258
  msgstr "FAQ"
259
 
260
- #: gallery-plugin.php:866
261
  msgid "Go PRO"
262
  msgstr ""
263
 
264
- #: gallery-plugin.php:876
265
  msgid "Notice:"
266
  msgstr "Poznámka:"
267
 
268
- #: gallery-plugin.php:876
269
- msgid ""
270
- "The plugin's settings have been changed. In order to save them please don't "
271
- "forget to click the 'Save Changes' button."
272
- msgstr ""
273
- "Nastavenia pluginu boli zmenené. Pre uloženie nezabudnite kliknúť na "
274
- "tlačítko 'Uložiť zmeny'."
275
 
276
- #: gallery-plugin.php:877
277
- msgid ""
278
- "If you would like to add a Single Gallery to your page or post, just copy "
279
- "and paste this shortcode into your post or page:"
280
- msgstr ""
281
- "Ak si prajete pridať galériu do vášho článku alebo na stránku, len "
282
- "skopírujte tento krátky kód na vašu stránku alebo článok:"
283
 
284
- #: gallery-plugin.php:879
285
  msgid "Please enable JavaScript to use the option to renew images."
286
- msgstr ""
287
- "Prosím povoľte JavaScript pre používanie možnosti na obnovenie obrázkov."
288
 
289
- #: gallery-plugin.php:883
290
  msgid "Update images for gallery"
291
  msgstr "Nahrať obrázky do galérie"
292
 
293
- #: gallery-plugin.php:885
294
  msgid "Update images"
295
  msgstr "Nahrať obrázky"
296
 
297
- #: gallery-plugin.php:893
298
  msgid "Image size for the album cover"
299
  msgstr "Veľkosť obrázku pre obal albumu"
300
 
301
- #: gallery-plugin.php:895 gallery-plugin.php:909 gallery-plugin.php:931
 
 
302
  msgid "Image size"
303
  msgstr "Veľkosť obrázku"
304
 
305
- #: gallery-plugin.php:898 gallery-plugin.php:912
 
306
  msgid "Width (in px)"
307
  msgstr "Šírka (v px)"
308
 
309
- #: gallery-plugin.php:902 gallery-plugin.php:916
 
310
  msgid "Height (in px)"
311
  msgstr "Výška (v px)"
312
 
313
- #: gallery-plugin.php:907
314
  #, fuzzy
315
  msgid "Image size for thumbnails"
316
  msgstr "Veľkosť obrázku pre obal albumu"
317
 
318
- #: gallery-plugin.php:921
319
- msgid ""
320
- "WordPress will create a new thumbnail with the specified dimensions when you "
321
- "upload a new photo."
322
- msgstr ""
323
- "Wordpress vytvorí nový thumbnail so špecifickými rozmermi, keď nahráte novú "
324
- "fotku."
325
 
326
- #: gallery-plugin.php:929
327
  #, fuzzy
328
  msgid "Image size in the lightbox"
329
  msgstr "Veľkosť obrázku galérie v Lightbox"
330
 
331
- #: gallery-plugin.php:932
332
  msgid "Max width (in px)"
333
  msgstr "max. šírka (v pixeloch)"
334
 
335
- #: gallery-plugin.php:933
336
  msgid "Max height (in px)"
337
  msgstr "max. výška (v pixeloch)"
338
 
339
- #: gallery-plugin.php:934
340
  msgid "Display a full size image in the lightbox"
341
  msgstr "Zobraziť plný rozmer obrázku v Lightbox"
342
 
343
- #: gallery-plugin.php:938
344
  msgid "Crop position"
345
  msgstr "Orezať"
346
 
347
- #: gallery-plugin.php:942 gallery-plugin.php:948
 
348
  msgid "center"
349
  msgstr "na stred"
350
 
351
- #: gallery-plugin.php:944
352
  msgid "Horizontal"
353
  msgstr "Horizontálne"
354
 
355
- #: gallery-plugin.php:950
356
  msgid "Vertical"
357
  msgstr "vertikálne"
358
 
359
- #: gallery-plugin.php:955
360
  msgid "Lightbox background"
361
  msgstr "pozadie Lightboxu"
362
 
363
- #: gallery-plugin.php:958
364
  msgid "Background transparency (from 0 to 1)"
365
  msgstr "Priehľadnosť pozadia (0 – 1)"
366
 
367
- #: gallery-plugin.php:960
368
  msgid "Select a background color"
369
  msgstr "Vyberte farbu pozadia"
370
 
371
- #: gallery-plugin.php:962
372
- msgid "Background color"
373
- msgstr "Farba pozadia"
 
374
 
375
- #: gallery-plugin.php:969 gallery-plugin.php:1157
376
- msgid ""
377
- "If you upgrade to Pro version all your settings and galleries will be saved."
378
- msgstr ""
379
- "Ak aktualizujete na Pro verziu, všetky vaše nastavanie a galérie budú "
380
- "uložené."
381
-
382
- #: gallery-plugin.php:976 gallery-plugin.php:1164
383
- msgid "Unlock premium options by upgrading to a PRO version."
384
  msgstr ""
385
 
386
- #: gallery-plugin.php:977 gallery-plugin.php:1165
387
- msgid "Learn More"
388
- msgstr "Viac"
389
-
390
- #: gallery-plugin.php:981 gallery-plugin.php:1169
391
  msgid "Start Your Trial"
392
  msgstr ""
393
 
394
- #: gallery-plugin.php:982 gallery-plugin.php:1170
 
395
  msgid "or"
396
  msgstr ""
397
 
398
- #: gallery-plugin.php:985 gallery-plugin.php:1173
399
- msgid "Go"
400
- msgstr ""
 
401
 
402
- #: gallery-plugin.php:993
403
  msgid "Images with border"
404
  msgstr "Obrázky s rámčekom"
405
 
406
- #: gallery-plugin.php:996
407
  msgid "Border width in px, just numbers"
408
  msgstr "Šírka rámčeka v px, iba čísla"
409
 
410
- #: gallery-plugin.php:998 gallery-plugin.php:1000
411
  msgid "Select a border color"
412
  msgstr "Vyberte farbu rámčeka"
413
 
414
- #: gallery-plugin.php:1006
415
  msgid "Number of images in the row"
416
  msgstr "Počet obrázkov v rade"
417
 
418
- #: gallery-plugin.php:1012
419
  msgid "Start slideshow"
420
  msgstr "Spustiť Slideshow"
421
 
422
- #: gallery-plugin.php:1018
423
  msgid "Slideshow interval"
424
  msgstr "Trvanie slideshow"
425
 
426
- #: gallery-plugin.php:1024
427
  msgid "Use single lightbox for multiple galleries on one page"
428
  msgstr "Použiť jeden lightbox pre viac galérií na jednej strane"
429
 
430
- #: gallery-plugin.php:1032
 
 
 
 
431
  msgid "Attachment ID"
432
  msgstr "ID pripojenia"
433
 
434
- #: gallery-plugin.php:1033
435
  msgid "Image Name"
436
  msgstr "Meno obrázka"
437
 
438
- #: gallery-plugin.php:1035
439
- msgid ""
440
- "Sorting order (the input field for sorting order in the Insert / Upload "
441
- "Media Gallery dialog)"
442
  msgstr ""
443
- "Riadenie zobrazenia (do input poľa pre riadenie zobrazenia Vložte / Nahrajte "
444
- "dialóg galérie medíí)"
445
 
446
- #: gallery-plugin.php:1036
447
  msgid "Random"
448
  msgstr "Náhodne"
449
 
450
- #: gallery-plugin.php:1040
451
  msgid "Sort images"
452
  msgstr "Zoradenie obrázkov"
453
 
454
- #: gallery-plugin.php:1042
455
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
456
  msgstr "ASC (vzostupne)"
457
 
458
- #: gallery-plugin.php:1043
459
- msgid ""
460
- "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
461
  msgstr "DESC (zostupne)"
462
 
463
- #: gallery-plugin.php:1047
464
  #, fuzzy
465
  msgid "Display text under the image"
466
  msgstr "Zobraziť text pod obrázkovm"
467
 
468
- #: gallery-plugin.php:1049
469
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
470
  msgstr "Ak chcete zobraiť text iba v Lightbox"
471
 
472
- #: gallery-plugin.php:1053
473
  msgid "Display the Back link"
474
  msgstr "Zobraziť spätný odkaz"
475
 
476
- #: gallery-plugin.php:1059
477
  msgid "Display the Back link in the shortcode"
478
  msgstr "Zobraziť spatný odkaz v krátkom kóde"
479
 
480
- #: gallery-plugin.php:1065
481
  msgid "The Back link text"
482
  msgstr "Text spatného odkazu"
483
 
484
- #: gallery-plugin.php:1071
485
  msgid "The Back link URL"
486
  msgstr "URL spätného odkazu"
487
 
488
- #: gallery-plugin.php:1073
489
  msgid "Gallery page (Page with Gallery Template)"
490
  msgstr "Stránka galérie (Stránka s šablónou galérie)"
491
 
492
- #: gallery-plugin.php:1075
493
  msgid "(Full URL to custom page)"
494
  msgstr "(Celé URL na stránku)"
495
 
496
- #: gallery-plugin.php:1079
497
  msgid "The Read More link text"
498
  msgstr "Text odkazu pre čítaj dalej"
499
 
500
- #: gallery-plugin.php:1085
501
  msgid "Add gallery to the search"
502
  msgstr "Pridať galériu do hľadania"
503
 
504
- #: gallery-plugin.php:1090
505
  msgid "Using"
506
  msgstr ""
507
 
508
- #: gallery-plugin.php:1090
509
  msgid "powered by"
510
  msgstr ""
511
 
512
- #: gallery-plugin.php:1093 gallery-plugin.php:1097
 
513
  msgid "Using Custom Search powered by"
514
  msgstr "Použiť vlastné vyhľadávanie podporujúce"
515
 
516
- #: gallery-plugin.php:1093
517
  msgid "Activate Custom Search"
518
  msgstr "Aktivovať vlastné hľadanie"
519
 
520
- #: gallery-plugin.php:1097
521
  msgid "Download Custom Search"
522
  msgstr "Sťiahnuť vlastné hľadanie"
523
 
524
- #: gallery-plugin.php:1102
525
  msgid "Rewrite templates after update"
526
  msgstr ""
527
 
528
- #: gallery-plugin.php:1104
529
- msgid ""
530
- "Turn off the checkbox, if You edited the file 'gallery-template.php' or "
531
- "'gallery-single-template.php' file in your theme folder and You don't want "
532
- "to rewrite them"
533
  msgstr ""
534
 
535
- #: gallery-plugin.php:1113
536
  #, fuzzy
537
  msgid "Use pagination for images"
538
  msgstr "Nahrávanie obrázkov..."
539
 
540
- #: gallery-plugin.php:1116
541
  msgid "per page"
542
  msgstr ""
543
 
544
- #: gallery-plugin.php:1120
545
  msgid "The lightbox helper"
546
  msgstr ""
547
 
548
- #: gallery-plugin.php:1122
549
  msgid "Do not use"
550
  msgstr ""
551
 
552
- #: gallery-plugin.php:1123
553
  msgid "Button helper"
554
  msgstr ""
555
 
556
- #: gallery-plugin.php:1124
557
  msgid "Thumbnail helper"
558
  msgstr ""
559
 
560
- #: gallery-plugin.php:1128
561
  msgid "Display Like buttons in the lightbox"
562
  msgstr "Zobraziť Like tlačítko v Lightbox"
563
 
564
- #: gallery-plugin.php:1130
565
  msgid "FaceBook"
566
  msgstr "Facebook"
567
 
568
- #: gallery-plugin.php:1131
569
  msgid "Twitter"
570
  msgstr "Twitter"
571
 
572
- #: gallery-plugin.php:1132
573
  msgid "Pinterest"
574
  msgstr "Pinterest"
575
 
576
- #: gallery-plugin.php:1133
577
  msgid "Google +1"
578
  msgstr "Goolge+"
579
 
580
- #: gallery-plugin.php:1137
581
  msgid "Slug for gallery item"
582
  msgstr "Skratka pre položku galérie"
583
 
584
- #: gallery-plugin.php:1139
585
  msgid "for any structure of permalinks except the default structure"
586
  msgstr "pre inú štruktúru permalinok ako je základná"
587
 
588
- #: gallery-plugin.php:1143
589
  msgid "Title for lightbox button"
590
  msgstr ""
591
 
592
- #: gallery-plugin.php:1149
593
- msgid ""
594
- "Display all images in the lightbox instead of going into a single gallery"
595
  msgstr ""
596
 
597
- #: gallery-plugin.php:1152
598
- msgid ""
599
- "When using the gallery template or a shortcode with `display=short` parameter"
600
  msgstr ""
601
 
602
- #: gallery-plugin.php:1181
603
  msgid "Save Changes"
604
  msgstr "Uložiť zmeny"
605
 
606
- #: gallery-plugin.php:1218
607
  msgid "Support"
608
  msgstr "Podpora"
609
 
610
- #: gallery-plugin.php:1326
611
  msgid "Updating images..."
612
  msgstr "Nahrávanie obrázkov..."
613
 
614
- #: gallery-plugin.php:1327
615
  #, fuzzy
616
  msgid "No image found."
617
  msgstr "Obrázok nebol nájdený"
618
 
619
- #: gallery-plugin.php:1328
620
  #, fuzzy
621
  msgid "All images are updated."
622
  msgstr "Všetky obrázky boli nahraté"
623
 
624
- #: gallery-plugin.php:1329
625
  msgid "Error."
626
  msgstr "Chyba"
627
 
628
- #: gallery-plugin.php:1338
 
 
 
 
 
 
 
 
 
 
 
 
 
 
629
  #, fuzzy
630
  msgid "Learn more"
631
  msgstr "Viac"
632
 
633
- #: gallery-plugin.php:1343 gallery-plugin.php:1383
634
  #, fuzzy
635
  msgid "Activate"
636
  msgstr "Plugin aktivovaný"
637
 
638
- #: gallery-plugin.php:1350 gallery-plugin.php:1390
639
  #, fuzzy
640
  msgid "Install now"
641
  msgstr "Inštalovať %s"
642
 
643
- #: gallery-plugin.php:1359
644
  msgid "Add multiple gallery categories"
645
  msgstr ""
646
 
647
- #: gallery-plugin.php:1359
648
- msgid ""
649
- "Install Gallery Categories plugin to add unlimited number of categories."
650
  msgstr ""
651
 
652
- #: gallery-plugin.php:1368 gallery-plugin.php:1409
653
  msgid "Close"
654
  msgstr ""
655
 
656
- #: gallery-plugin.php:1400
657
- msgid "Already attached?"
658
- msgstr ""
659
-
660
- #: gallery-plugin.php:1400
661
- msgid ""
662
- "If you'd like to attach the files, which are already uploaded, please use Re-"
663
- "attacher plugin."
664
- msgstr ""
665
-
666
- #: gallery-plugin.php:1490 template/gallery-single-template.php:19
667
- msgid "Download high resolution image"
668
- msgstr "Stiahnuť obrázok vo vysokom rozlíšení"
669
-
670
- #: gallery-plugin.php:1651 template/gallery-single-template.php:101
671
  msgid "Sorry, nothing found."
672
  msgstr "Prepáčte, nič som nenašiel."
673
 
674
- #: gallery-plugin.php:1673 template/gallery-single-template.php:120
 
675
  msgid "Image"
676
  msgstr "Obrázok"
677
 
678
- #: gallery-plugin.php:1982
 
 
 
 
 
679
  msgid "Image size not defined"
680
  msgstr "Veľkosť obrázka nebola definovaná"
681
 
682
- #: gallery-plugin.php:1997
683
- msgid ""
684
- "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
685
- "manually reload image."
686
  msgstr "Môžete nahrať iba PNG, JPEG, GIF, WPMP alebo XBM súbory."
687
 
688
- #: gallery-plugin.php:2008
689
  msgid "Image size changes not defined"
690
  msgstr "Zmeny veľkosti obrázka neboli definované"
691
 
692
- #: gallery-plugin.php:2037 gallery-plugin.php:2040 gallery-plugin.php:2045
 
 
693
  msgid "Invalid path"
694
  msgstr "Neplatná cesta"
695
 
696
- #: template/gallery-template.php:14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
697
  #, fuzzy
698
- msgid "Gallery Category"
699
- msgstr "Veľkosť obrázka galérie"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
700
 
701
- #: inc/demo-data/demo-data-loader.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
702
  #, fuzzy
703
  msgid "Install Demo Data"
704
  msgstr "Inštalovať %s"
705
 
706
- #: inc/demo-data/demo-data-loader.php:78
707
- msgid ""
708
- "If you install the demo-data, will be created galleries with images, demo-"
709
- "post with available shortcodes and page with a list of all the galleries, \n"
710
- "plugin settings will be overwritten, however, when you delete the demo data, "
711
- "they will be restored."
712
  msgstr ""
713
 
714
  #: inc/demo-data/demo-data-loader.php:82
@@ -748,51 +827,133 @@ msgstr ""
748
  msgid "Demo options already installed."
749
  msgstr ""
750
 
751
- #: inc/demo-data/demo-data-loader.php:294
752
  msgid "Demo data successfully installed."
753
  msgstr ""
754
 
755
- #: inc/demo-data/demo-data-loader.php:296
756
  msgid "View post with shortcodes"
757
  msgstr ""
758
 
759
- #: inc/demo-data/demo-data-loader.php:299
760
  msgid "View page with examples"
761
  msgstr ""
762
 
763
- #: inc/demo-data/demo-data-loader.php:303
764
  msgid "Installation of demo data with some errors occurred."
765
  msgstr ""
766
 
767
- #: inc/demo-data/demo-data-loader.php:306
768
  msgid "Posts data is missing."
769
  msgstr ""
770
 
771
- #: inc/demo-data/demo-data-loader.php:331
772
  msgid "Demo data have already been removed."
773
  msgstr ""
774
 
775
- #: inc/demo-data/demo-data-loader.php:378
776
  msgid "Demo data successfully removed."
777
  msgstr ""
778
 
779
- #: inc/demo-data/demo-data-loader.php:381
780
  msgid "Removing demo data with some errors occurred."
781
  msgstr ""
782
 
783
- #: inc/demo-data/demo-data-loader.php:510
784
  msgid "Close notice"
785
  msgstr ""
786
 
787
- #: inc/demo-data/demo-data-loader.php:513
788
  #, fuzzy
789
  msgid "Install demo data"
790
  msgstr "Inštalovať %s"
791
 
792
- #: inc/demo-data/demo-data-loader.php:513
793
  msgid "for an acquaintance with the possibilities of the"
794
  msgstr ""
795
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
796
  #~ msgid "left"
797
  #~ msgstr "vľavo"
798
 
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"
10
  "MIME-Version: 1.0\n"
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"
783
+
784
+ #: inc/demo-data/demo-data-loader.php:78
785
  #, fuzzy
786
  msgid "Install Demo Data"
787
  msgstr "Inštalovať %s"
788
 
789
+ #: inc/demo-data/demo-data-loader.php:79
790
+ msgid "If you install the demo-data, will be created galleries with images, demo-post with available shortcodes and page with a list of all the galleries, plugin settings will be overwritten, however, when you delete the demo data, they will be restored."
 
 
 
 
791
  msgstr ""
792
 
793
  #: inc/demo-data/demo-data-loader.php:82
827
  msgid "Demo options already installed."
828
  msgstr ""
829
 
830
+ #: inc/demo-data/demo-data-loader.php:296
831
  msgid "Demo data successfully installed."
832
  msgstr ""
833
 
834
+ #: inc/demo-data/demo-data-loader.php:298
835
  msgid "View post with shortcodes"
836
  msgstr ""
837
 
838
+ #: inc/demo-data/demo-data-loader.php:301
839
  msgid "View page with examples"
840
  msgstr ""
841
 
842
+ #: inc/demo-data/demo-data-loader.php:308
843
  msgid "Installation of demo data with some errors occurred."
844
  msgstr ""
845
 
846
+ #: inc/demo-data/demo-data-loader.php:311
847
  msgid "Posts data is missing."
848
  msgstr ""
849
 
850
+ #: inc/demo-data/demo-data-loader.php:336
851
  msgid "Demo data have already been removed."
852
  msgstr ""
853
 
854
+ #: inc/demo-data/demo-data-loader.php:383
855
  msgid "Demo data successfully removed."
856
  msgstr ""
857
 
858
+ #: inc/demo-data/demo-data-loader.php:386
859
  msgid "Removing demo data with some errors occurred."
860
  msgstr ""
861
 
862
+ #: inc/demo-data/demo-data-loader.php:517
863
  msgid "Close notice"
864
  msgstr ""
865
 
866
+ #: inc/demo-data/demo-data-loader.php:520
867
  #, fuzzy
868
  msgid "Install demo data"
869
  msgstr "Inštalovať %s"
870
 
871
+ #: inc/demo-data/demo-data-loader.php:520
872
  msgid "for an acquaintance with the possibilities of the"
873
  msgstr ""
874
 
875
+ #: template/gallery-template.php:14
876
+ #, fuzzy
877
+ msgid "Gallery Category"
878
+ msgstr "Veľkosť obrázka galérie"
879
+
880
+ #~ msgid "Add a Gallery"
881
+ #~ msgstr "Pridať galériu"
882
+
883
+ #~ msgid "Find a Gallery"
884
+ #~ msgstr "Nájsť galériu"
885
+
886
+ #~ msgid ""
887
+ #~ "The gallery temp directory (gallery-plugin/upload/files) is not available "
888
+ #~ "for record on your webserver. Please use the standard WP functionality to "
889
+ #~ "upload images (media library)"
890
+ #~ msgstr ""
891
+ #~ "Priečinok temp galérie (gallery-plugin/upload/files) nie je dostupný pre "
892
+ #~ "nahratie na váš server. Prosím použite klasickú WP funkciu na nahrávanie "
893
+ #~ "obrázkov(knižnicu médií)."
894
+
895
+ #~ msgid "Choose an image for upload:"
896
+ #~ msgstr "Vyberte obrázok na nahratie:"
897
+
898
+ #~ msgid "Please enable JavaScript to use the file uploader."
899
+ #~ msgstr "Povoľte prosím JavaScript na používanie nahrávania súborov."
900
+
901
+ #~ msgid "Allow the download link for all images in this gallery"
902
+ #~ msgstr "Dovoľiť sťahovanie pre všetky obrázky v tejto galérii"
903
+
904
+ #~ msgid ""
905
+ #~ "Please use the drag and drop function to change an order of the images "
906
+ #~ "displaying and do not forget to save the post."
907
+ #~ msgstr ""
908
+ #~ "Prosím použite funkciu potiahnutie a položenie pre zmenu poradia obrázkov "
909
+ #~ "a nezabudnite článok uložiť!"
910
+
911
+ #~ msgid "Please make a choice"
912
+ #~ msgstr "Prosím vyberte si"
913
+
914
+ #~ msgid "sort images"
915
+ #~ msgstr "zoradené obrázky"
916
+
917
+ #~ msgid "on the plugin settings page ("
918
+ #~ msgstr "na strane nastavení ("
919
+
920
+ #, fuzzy
921
+ #~ msgid "Open the URL"
922
+ #~ msgstr "Otvoriť odkaz"
923
+
924
+ #~ msgid "Current window"
925
+ #~ msgstr "Súčasné okno"
926
+
927
+ #~ msgid "New window"
928
+ #~ msgstr "Nové okno"
929
+
930
+ #, fuzzy
931
+ #~ msgid "Lightbox button URL"
932
+ #~ msgstr "pozadie Lightboxu"
933
+
934
+ #~ msgid "Delete"
935
+ #~ msgstr "Zmazať"
936
+
937
+ #~ msgid ""
938
+ #~ "You can add a Single Gallery to the page or post by inserting this "
939
+ #~ "shortcode into the content"
940
+ #~ msgstr ""
941
+ #~ "Pre pridanie jednoduchej galérie na vašu stránku alebo článok, skopírujte "
942
+ #~ "tento krátky kód do obsahu."
943
+
944
+ #~ msgid "Publishing"
945
+ #~ msgstr "Publikovanie"
946
+
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
 
languages/gallery-sl_SI.mo CHANGED
Binary file
languages/gallery-sl_SI.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-11 12:13+0300\n"
6
- "PO-Revision-Date: 2015-08-11 12:13+0300\n"
7
- "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Tilen <tilen@divided.si>\n"
9
  "Language: sl_SI\n"
10
  "MIME-Version: 1.0\n"
@@ -17,693 +17,777 @@ msgstr ""
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: gallery-plugin.php:95
 
 
 
 
 
 
 
21
  msgid "See images &raquo;"
22
  msgstr "Poglej slike &raquo;"
23
 
24
- #: gallery-plugin.php:209
25
- msgid ""
26
- "The following files \"gallery-template.php\" and \"gallery-single-template."
27
- "php\" were not found in the directory of your theme. Please copy them from "
28
- "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
29
- "directory of your theme for the correct work of the Gallery plugin"
30
  msgstr ""
31
- "Datoteke \"gallery-template.php\" in \"gallery-single-template.php\" niso "
32
- "bile najdene v mapi tvoje teme. Prosimo skopiraj jih iz mape `/wp-content/"
33
- "plugins/gallery-plugin/template/` v mapo tvoje teme za pravilno delovanje "
34
- "Gallery vtičnika"
35
 
36
- #: gallery-plugin.php:218 gallery-plugin.php:228
 
 
 
 
 
37
  msgid "Galleries"
38
  msgstr "Galerije"
39
 
40
- #: gallery-plugin.php:219
 
41
  msgid "Gallery"
42
  msgstr "Galerija"
43
 
44
- #: gallery-plugin.php:220
45
- msgid "Add a Gallery"
46
- msgstr "Dodaj Galerijo"
47
-
48
- #: gallery-plugin.php:221
49
  msgid "Add New Gallery"
50
  msgstr "Dodaj novo Galerijo"
51
 
52
- #: gallery-plugin.php:222
53
  msgid "Edit Gallery"
54
  msgstr "Uredi Galerijo"
55
 
56
- #: gallery-plugin.php:223
57
  msgid "New Gallery"
58
  msgstr "Nova Galerija"
59
 
60
- #: gallery-plugin.php:224
61
  msgid "View Gallery"
62
  msgstr "Pregled Galerije"
63
 
64
- #: gallery-plugin.php:225
65
- msgid "Find a Gallery"
66
- msgstr "Pošišči Galerijo"
 
67
 
68
- #: gallery-plugin.php:226
69
  msgid "No Gallery found"
70
  msgstr "Galerija ni bila najdena"
71
 
72
- #: gallery-plugin.php:283
73
- msgid "Upload File"
74
- msgstr "Naloži datoteko"
75
-
76
- #: gallery-plugin.php:284
77
  msgid "Gallery Shortcode"
78
  msgstr "Kratka koda do galerije"
79
 
80
- #: gallery-plugin.php:286 gallery-plugin.php:442
 
81
  #, fuzzy
82
  msgid "Gallery Categories"
83
  msgstr "Velikost slike v galeriji"
84
 
85
- #: gallery-plugin.php:295
86
- msgid "Choose a media file that will be attached"
87
- msgstr ""
88
-
89
- #: gallery-plugin.php:295
90
- #, php-format
91
- msgid "You need to install \"%s\" plugin to use this functionality"
92
- msgstr ""
93
-
94
- #: gallery-plugin.php:296
95
- msgid "Attach media item to this gallery"
96
  msgstr ""
97
 
98
- #: gallery-plugin.php:315
99
- msgid ""
100
- "The gallery temp directory (gallery-plugin/upload/files) is not available "
101
- "for record on your webserver. Please use the standard WP functionality to "
102
- "upload images (media library)"
103
- msgstr ""
104
- "Začasna mapa galerije (gallery-plugin/upload/files) ni dostopna za zapis na "
105
- "tvojem strežniku. Prosimo, uporabi standardno WP funkcionalnost za nalaganje "
106
- "slik (Medijska knjižica)"
107
-
108
- #: gallery-plugin.php:327
109
- msgid "Choose an image for upload:"
110
- msgstr "Izberi sliko za nalaganje:"
111
-
112
- #: gallery-plugin.php:332
113
- msgid "Please enable JavaScript to use the file uploader."
114
- msgstr "Prosimo vklopite Javascript za uporabo nalagalnika datotek."
115
-
116
- #: gallery-plugin.php:340
117
- msgid "Allow the download link for all images in this gallery"
118
- msgstr "Dovoli povezavo za prenos slike na vseh datotekah v tej galeriji"
119
-
120
- #: gallery-plugin.php:341
121
- msgid ""
122
- "Please use the drag and drop function to change an order of the images "
123
- "displaying and do not forget to save the post."
124
- msgstr ""
125
- "Po objavi slik, lahko uporabiš funkcijo Povleci/Spusti za urejanje vrstnega "
126
- "reda slik v galeriji. Po končanem urejanju posodobi objavo."
127
-
128
- #: gallery-plugin.php:343
129
- msgid "Please make a choice"
130
- msgstr "Prosim izberite"
131
-
132
- #: gallery-plugin.php:343 gallery-plugin.php:1030
133
- msgid "Sort images by"
134
- msgstr "Uredi slike po"
135
-
136
- #: gallery-plugin.php:343
137
- msgid "sort images"
138
- msgstr "uredi slike"
139
-
140
- #: gallery-plugin.php:343
141
- msgid "on the plugin settings page ("
142
- msgstr "na strani za nastavitve vtičnikov ("
143
-
144
- #: gallery-plugin.php:396 gallery-plugin.php:672
145
- msgid "Title"
146
- msgstr "Naslov"
147
-
148
- #: gallery-plugin.php:398
149
- msgid "Alt tag"
150
- msgstr "Alt oznaka"
151
-
152
- #: gallery-plugin.php:399
153
- msgid "URL"
154
- msgstr "URL"
155
-
156
- #: gallery-plugin.php:399
157
- msgid "(by click on image opens a link in a new window)"
158
- msgstr "(s klikom na sliko se odpre povezava v novem oknu)"
159
-
160
- #: gallery-plugin.php:400
161
- msgid "This setting is available in Pro version"
162
- msgstr "Ta nastavitev je dostopna v Pro verziji"
163
-
164
- #: gallery-plugin.php:401
165
- msgid "Open the URL"
166
- msgstr "Odpri povezavo"
167
-
168
- #: gallery-plugin.php:401
169
- msgid "Current window"
170
- msgstr "Trenutno okno"
171
-
172
- #: gallery-plugin.php:401
173
- msgid "New window"
174
- msgstr "Novo okno"
175
-
176
- #: gallery-plugin.php:402
177
- msgid "Lightbox button URL"
178
- msgstr "Lightbox povezava"
179
-
180
- #: gallery-plugin.php:403
181
- msgid "Description"
182
- msgstr "Opis"
183
-
184
- #: gallery-plugin.php:404
185
- msgid "Delete"
186
- msgstr "Izbriši"
187
-
188
- #: gallery-plugin.php:424
189
- msgid ""
190
- "You can add a Single Gallery to the page or post by inserting this shortcode "
191
- "into the content"
192
- msgstr ""
193
- "Posamezno galerijo lahko dodaš v novo stran ali prispevek s kopiranjem "
194
- "spodnje kode."
195
 
196
- #: gallery-plugin.php:426
197
- msgid ""
198
- "If you want to display a short description containing a screenshot and the "
199
- "link to the Single Gallery Page"
200
  msgstr ""
201
- "Če želiš prikazati kratek opis s predogledno sliko in povezavo do posamezne "
202
- "galerije kopiraj spodnjo povezavo."
203
 
204
- #: gallery-plugin.php:443
205
  msgid "Most Used"
206
  msgstr ""
207
 
208
- #: gallery-plugin.php:448 gallery-plugin.php:957
 
209
  msgid "Default"
210
  msgstr "Privzeto"
211
 
212
- #: gallery-plugin.php:453
213
  #, fuzzy
214
  msgid "Add New Gallery Category"
215
  msgstr "Dodaj novo Galerijo"
216
 
217
- #: gallery-plugin.php:460
218
  #, fuzzy
219
  msgid "Install plugin"
220
  msgstr "Instalirani moduli"
221
 
222
- #: gallery-plugin.php:673
 
 
 
 
 
 
223
  msgid "Author"
224
  msgstr "Avtor"
225
 
226
- #: gallery-plugin.php:674
227
- msgid "Photo"
228
- msgstr "Slika"
 
229
 
230
- #: gallery-plugin.php:675
231
- msgid "Publishing"
232
- msgstr "Objavljanje"
 
233
 
234
- #: gallery-plugin.php:676 gallery-plugin.php:1034
 
235
  msgid "Date"
236
  msgstr "Datum"
237
 
238
- #: gallery-plugin.php:836
239
  msgid "Settings are saved"
240
  msgstr "Nastavitve so shranjene"
241
 
242
- #: gallery-plugin.php:849
243
  #, fuzzy
244
  msgid "All plugin settings were restored."
245
  msgstr "na strani za nastavitve vtičnikov ("
246
 
247
- #: gallery-plugin.php:862
248
  msgid "Gallery Settings"
249
  msgstr "Nastavitve galerije"
250
 
251
- #: gallery-plugin.php:864 gallery-plugin.php:1216 gallery-plugin.php:1233
252
- msgid "Settings"
253
- msgstr "Nastavitve"
254
-
255
- #: gallery-plugin.php:865 gallery-plugin.php:1217
256
  msgid "FAQ"
257
  msgstr "FAQ"
258
 
259
- #: gallery-plugin.php:866
260
  msgid "Go PRO"
261
  msgstr "Pojdi na PRO"
262
 
263
- #: gallery-plugin.php:876
264
  msgid "Notice:"
265
  msgstr "Obvestilo:"
266
 
267
- #: gallery-plugin.php:876
268
- msgid ""
269
- "The plugin's settings have been changed. In order to save them please don't "
270
- "forget to click the 'Save Changes' button."
271
- msgstr ""
272
- "Nastavitve vtičnika so bile spremenjen. Da se bodo nastavitve shranile, ne "
273
- "pozabi klikniti gumba \"Shrani nastavitve\" na dnu strani."
274
 
275
- #: gallery-plugin.php:877
276
- msgid ""
277
- "If you would like to add a Single Gallery to your page or post, just copy "
278
- "and paste this shortcode into your post or page:"
279
- msgstr ""
280
- "Če želiš dodati posamezno galerijo v stran ali prispevek preprosto kopiraj "
281
- "to kodo:"
282
 
283
- #: gallery-plugin.php:879
284
  msgid "Please enable JavaScript to use the option to renew images."
285
  msgstr "Prosimo omogoči Javascript za uporabo funkcije osvežitve slik."
286
 
287
- #: gallery-plugin.php:883
288
  msgid "Update images for gallery"
289
  msgstr "Osveži slike galerije"
290
 
291
- #: gallery-plugin.php:885
292
  msgid "Update images"
293
  msgstr "Posodobi slike"
294
 
295
- #: gallery-plugin.php:893
296
  msgid "Image size for the album cover"
297
  msgstr "Velikost slike albuma"
298
 
299
- #: gallery-plugin.php:895 gallery-plugin.php:909 gallery-plugin.php:931
 
 
300
  msgid "Image size"
301
  msgstr "Velikost slike"
302
 
303
- #: gallery-plugin.php:898 gallery-plugin.php:912
 
304
  msgid "Width (in px)"
305
  msgstr "Širina (v pikslih)"
306
 
307
- #: gallery-plugin.php:902 gallery-plugin.php:916
 
308
  msgid "Height (in px)"
309
  msgstr "Višina (v pikslih)"
310
 
311
- #: gallery-plugin.php:907
312
  #, fuzzy
313
  msgid "Image size for thumbnails"
314
  msgstr "Velikost slike albuma"
315
 
316
- #: gallery-plugin.php:921
317
- msgid ""
318
- "WordPress will create a new thumbnail with the specified dimensions when you "
319
- "upload a new photo."
320
- msgstr ""
321
- "WordPress bo ustvaril novo predolgedno sliko z danimi dimenzijami pri "
322
- "naslednjem nalaganju nove slike."
323
 
324
- #: gallery-plugin.php:929
325
  #, fuzzy
326
  msgid "Image size in the lightbox"
327
  msgstr "Velikost slike v lightbox-u"
328
 
329
- #: gallery-plugin.php:932
330
  msgid "Max width (in px)"
331
  msgstr "Max širina (v pikslih)"
332
 
333
- #: gallery-plugin.php:933
334
  msgid "Max height (in px)"
335
  msgstr "Max višina (v pikslih)"
336
 
337
- #: gallery-plugin.php:934
338
  msgid "Display a full size image in the lightbox"
339
  msgstr "Prikaži sliko polne velikosti v lightbox-u"
340
 
341
- #: gallery-plugin.php:938
342
  msgid "Crop position"
343
  msgstr "Pozicija za obrez"
344
 
345
- #: gallery-plugin.php:942 gallery-plugin.php:948
 
346
  msgid "center"
347
  msgstr "center"
348
 
349
- #: gallery-plugin.php:944
350
  msgid "Horizontal"
351
  msgstr "Horizontalno"
352
 
353
- #: gallery-plugin.php:950
354
  msgid "Vertical"
355
  msgstr "Vertikalno"
356
 
357
- #: gallery-plugin.php:955
358
  msgid "Lightbox background"
359
  msgstr "Lightbox ozadje"
360
 
361
- #: gallery-plugin.php:958
362
  msgid "Background transparency (from 0 to 1)"
363
  msgstr "Prosojnost ozadja"
364
 
365
- #: gallery-plugin.php:960
366
  msgid "Select a background color"
367
  msgstr "Izberi barvo ozadja"
368
 
369
- #: gallery-plugin.php:962
370
- msgid "Background color"
371
- msgstr "Barva ozadja"
372
-
373
- #: gallery-plugin.php:969 gallery-plugin.php:1157
374
- msgid ""
375
- "If you upgrade to Pro version all your settings and galleries will be saved."
376
- msgstr ""
377
- "V primeru posodobitve na PRO verzijo se bodo vse nastavitve in galerije "
378
- "ohranile."
379
 
380
- #: gallery-plugin.php:976 gallery-plugin.php:1164
381
- msgid "Unlock premium options by upgrading to a PRO version."
 
 
382
  msgstr "Odkleni premium opcije z nadgradnjo na PRO verzijo."
383
 
384
- #: gallery-plugin.php:977 gallery-plugin.php:1165
385
- msgid "Learn More"
386
- msgstr "Preberi več"
387
-
388
- #: gallery-plugin.php:981 gallery-plugin.php:1169
389
  msgid "Start Your Trial"
390
  msgstr "Začni svoje preizkusno obdobje"
391
 
392
- #: gallery-plugin.php:982 gallery-plugin.php:1170
 
393
  msgid "or"
394
  msgstr "ali"
395
 
396
- #: gallery-plugin.php:985 gallery-plugin.php:1173
397
- msgid "Go"
398
- msgstr "Pojdi"
 
399
 
400
- #: gallery-plugin.php:993
401
  msgid "Images with border"
402
  msgstr "Slike z okvirjem"
403
 
404
- #: gallery-plugin.php:996
405
  msgid "Border width in px, just numbers"
406
  msgstr "Širina okvirja v pikslih (le številčno)"
407
 
408
- #: gallery-plugin.php:998 gallery-plugin.php:1000
409
  msgid "Select a border color"
410
  msgstr "Izberi barvo okvirja"
411
 
412
- #: gallery-plugin.php:1006
413
  msgid "Number of images in the row"
414
  msgstr "Število slik v vrsti"
415
 
416
- #: gallery-plugin.php:1012
417
  msgid "Start slideshow"
418
  msgstr "Začni projekcijo"
419
 
420
- #: gallery-plugin.php:1018
421
  msgid "Slideshow interval"
422
  msgstr "Interval projekcije slik"
423
 
424
- #: gallery-plugin.php:1024
425
  msgid "Use single lightbox for multiple galleries on one page"
426
  msgstr "Uporabi lightbox enkratno za vse galerije na strani"
427
 
428
- #: gallery-plugin.php:1032
 
 
 
 
429
  msgid "Attachment ID"
430
  msgstr "ID priloge"
431
 
432
- #: gallery-plugin.php:1033
433
  msgid "Image Name"
434
  msgstr "Ime slike"
435
 
436
- #: gallery-plugin.php:1035
437
- msgid ""
438
- "Sorting order (the input field for sorting order in the Insert / Upload "
439
- "Media Gallery dialog)"
440
- msgstr "Razporejanje glede na razporeditev v predstavnostni knjižici"
441
 
442
- #: gallery-plugin.php:1036
443
  msgid "Random"
444
  msgstr "Naključno"
445
 
446
- #: gallery-plugin.php:1040
447
  msgid "Sort images"
448
  msgstr "Preuredi slike"
449
 
450
- #: gallery-plugin.php:1042
451
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
452
  msgstr "ASC (naraščujoče - 1, 2, 3; a, b, c)"
453
 
454
- #: gallery-plugin.php:1043
455
- msgid ""
456
- "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
457
  msgstr "DESC (padajoče - 3, 2, 1; c, b, a)"
458
 
459
- #: gallery-plugin.php:1047
460
  msgid "Display text under the image"
461
  msgstr "Prikaži tekst pod sliko"
462
 
463
- #: gallery-plugin.php:1049
464
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
465
  msgstr "Odkljukaj kvadratek, če želiš da se tekst prikaže le v lightbox-u"
466
 
467
- #: gallery-plugin.php:1053
468
  msgid "Display the Back link"
469
  msgstr "Prikaži povratni link"
470
 
471
- #: gallery-plugin.php:1059
472
  msgid "Display the Back link in the shortcode"
473
  msgstr "Prikaži povratni link v kratki kodi"
474
 
475
- #: gallery-plugin.php:1065
476
  msgid "The Back link text"
477
  msgstr "Besedilo povezave na povratek na galerijo"
478
 
479
- #: gallery-plugin.php:1071
480
  msgid "The Back link URL"
481
  msgstr "Povezava, na kateri se nahajajo galerije"
482
 
483
- #: gallery-plugin.php:1073
484
  msgid "Gallery page (Page with Gallery Template)"
485
  msgstr "Galerija (Stran z uporabljeno predlogo \"Gallery Template\")"
486
 
487
- #: gallery-plugin.php:1075
488
  msgid "(Full URL to custom page)"
489
  msgstr "(Polni URL za uporabo na strani)"
490
 
491
- #: gallery-plugin.php:1079
492
  msgid "The Read More link text"
493
  msgstr "Tekst v \"Read More\" gumbu"
494
 
495
- #: gallery-plugin.php:1085
496
  msgid "Add gallery to the search"
497
  msgstr "Dodaj galerijo k iskalniku"
498
 
499
- #: gallery-plugin.php:1090
500
  msgid "Using"
501
  msgstr "Se uporablja"
502
 
503
- #: gallery-plugin.php:1090
504
  msgid "powered by"
505
  msgstr "gnano z"
506
 
507
- #: gallery-plugin.php:1093 gallery-plugin.php:1097
 
508
  msgid "Using Custom Search powered by"
509
  msgstr "Se uporablja \"Custom Search\" gnano z"
510
 
511
- #: gallery-plugin.php:1093
512
  msgid "Activate Custom Search"
513
  msgstr "Aktiviraj \"Custom Search\""
514
 
515
- #: gallery-plugin.php:1097
516
  msgid "Download Custom Search"
517
  msgstr "Prensei \"Custom Search\""
518
 
519
- #: gallery-plugin.php:1102
520
  msgid "Rewrite templates after update"
521
  msgstr ""
522
 
523
- #: gallery-plugin.php:1104
524
- msgid ""
525
- "Turn off the checkbox, if You edited the file 'gallery-template.php' or "
526
- "'gallery-single-template.php' file in your theme folder and You don't want "
527
- "to rewrite them"
528
  msgstr ""
529
 
530
- #: gallery-plugin.php:1113
531
  msgid "Use pagination for images"
532
  msgstr "Uporabi oštevilčenje strani za slike"
533
 
534
- #: gallery-plugin.php:1116
535
  msgid "per page"
536
  msgstr "na stran"
537
 
538
- #: gallery-plugin.php:1120
539
  msgid "The lightbox helper"
540
  msgstr "Lightbox pomočnik"
541
 
542
- #: gallery-plugin.php:1122
543
  msgid "Do not use"
544
  msgstr "Ne uporabljaj"
545
 
546
- #: gallery-plugin.php:1123
547
  msgid "Button helper"
548
  msgstr "Pomočnik za gumb"
549
 
550
- #: gallery-plugin.php:1124
551
  msgid "Thumbnail helper"
552
  msgstr "Pomočnik za prikazno sliko"
553
 
554
- #: gallery-plugin.php:1128
555
  msgid "Display Like buttons in the lightbox"
556
  msgstr "Prikaži gumb \"Like\" tudi v lightbox-u"
557
 
558
- #: gallery-plugin.php:1130
559
  msgid "FaceBook"
560
  msgstr "FaceBook"
561
 
562
- #: gallery-plugin.php:1131
563
  msgid "Twitter"
564
  msgstr "Twitter"
565
 
566
- #: gallery-plugin.php:1132
567
  msgid "Pinterest"
568
  msgstr "Pinterest"
569
 
570
- #: gallery-plugin.php:1133
571
  msgid "Google +1"
572
  msgstr "Google +1"
573
 
574
- #: gallery-plugin.php:1137
575
  msgid "Slug for gallery item"
576
  msgstr "Ključ za galerijski vnos"
577
 
578
- #: gallery-plugin.php:1139
579
  msgid "for any structure of permalinks except the default structure"
580
  msgstr "za katerokoli strukturo trajnih povezav, z izjemo privzete strukture"
581
 
582
- #: gallery-plugin.php:1143
583
  msgid "Title for lightbox button"
584
  msgstr "Naziv za lightbox gumb"
585
 
586
- #: gallery-plugin.php:1149
587
- msgid ""
588
- "Display all images in the lightbox instead of going into a single gallery"
589
  msgstr ""
590
 
591
- #: gallery-plugin.php:1152
592
- msgid ""
593
- "When using the gallery template or a shortcode with `display=short` parameter"
594
  msgstr ""
595
 
596
- #: gallery-plugin.php:1181
597
  msgid "Save Changes"
598
  msgstr "Shrani spremembe"
599
 
600
- #: gallery-plugin.php:1218
601
  msgid "Support"
602
  msgstr "Podpora"
603
 
604
- #: gallery-plugin.php:1326
605
  msgid "Updating images..."
606
  msgstr "Posodabljam slike..."
607
 
608
- #: gallery-plugin.php:1327
609
  #, fuzzy
610
  msgid "No image found."
611
  msgstr "Slike niso bile najdene"
612
 
613
- #: gallery-plugin.php:1328
614
  #, fuzzy
615
  msgid "All images are updated."
616
  msgstr "Vse slike so posodobljene"
617
 
618
- #: gallery-plugin.php:1329
619
  msgid "Error."
620
  msgstr "Napaka."
621
 
622
- #: gallery-plugin.php:1338
 
 
 
 
 
 
 
 
 
 
 
 
 
 
623
  #, fuzzy
624
  msgid "Learn more"
625
  msgstr "Preberi več"
626
 
627
- #: gallery-plugin.php:1343 gallery-plugin.php:1383
628
  msgid "Activate"
629
  msgstr "Aktivirani moduli"
630
 
631
- #: gallery-plugin.php:1350 gallery-plugin.php:1390
632
  #, fuzzy
633
  msgid "Install now"
634
  msgstr "Instalacija %s"
635
 
636
- #: gallery-plugin.php:1359
637
  msgid "Add multiple gallery categories"
638
  msgstr ""
639
 
640
- #: gallery-plugin.php:1359
641
- msgid ""
642
- "Install Gallery Categories plugin to add unlimited number of categories."
643
  msgstr ""
644
 
645
- #: gallery-plugin.php:1368 gallery-plugin.php:1409
646
  msgid "Close"
647
  msgstr ""
648
 
649
- #: gallery-plugin.php:1400
650
- msgid "Already attached?"
651
- msgstr ""
652
-
653
- #: gallery-plugin.php:1400
654
- msgid ""
655
- "If you'd like to attach the files, which are already uploaded, please use Re-"
656
- "attacher plugin."
657
- msgstr ""
658
-
659
- #: gallery-plugin.php:1490 template/gallery-single-template.php:19
660
- msgid "Download high resolution image"
661
- msgstr "Prenesi sliko visoke resolucije"
662
-
663
- #: gallery-plugin.php:1651 template/gallery-single-template.php:101
664
  msgid "Sorry, nothing found."
665
  msgstr "Žal ni zadetkov"
666
 
667
- #: gallery-plugin.php:1673 template/gallery-single-template.php:120
 
668
  msgid "Image"
669
  msgstr "Slika"
670
 
671
- #: gallery-plugin.php:1982
 
 
 
 
 
672
  msgid "Image size not defined"
673
  msgstr "Velikost slike ni podana"
674
 
675
- #: gallery-plugin.php:1997
676
- msgid ""
677
- "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
678
- "manually reload image."
679
- msgstr ""
680
- "Posodobiti je možno le PNG, JPEG, GIF, WPMP ali XBM tipe datotek. Za vse "
681
- "ostale prosimo, da posodobiš slike ročno."
682
 
683
- #: gallery-plugin.php:2008
684
  msgid "Image size changes not defined"
685
  msgstr "Spremembe velikosti slike niso podane"
686
 
687
- #: gallery-plugin.php:2037 gallery-plugin.php:2040 gallery-plugin.php:2045
 
 
688
  msgid "Invalid path"
689
  msgstr "Napačna pot"
690
 
691
- #: template/gallery-template.php:14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
692
  #, fuzzy
693
- msgid "Gallery Category"
694
- msgstr "Velikost slike v galeriji"
 
 
 
 
695
 
696
- #: inc/demo-data/demo-data-loader.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
697
  #, fuzzy
698
  msgid "Install Demo Data"
699
  msgstr "Instalacija %s"
700
 
701
- #: inc/demo-data/demo-data-loader.php:78
702
- msgid ""
703
- "If you install the demo-data, will be created galleries with images, demo-"
704
- "post with available shortcodes and page with a list of all the galleries, \n"
705
- "plugin settings will be overwritten, however, when you delete the demo data, "
706
- "they will be restored."
707
  msgstr ""
708
 
709
  #: inc/demo-data/demo-data-loader.php:82
@@ -743,51 +827,135 @@ msgstr ""
743
  msgid "Demo options already installed."
744
  msgstr ""
745
 
746
- #: inc/demo-data/demo-data-loader.php:294
747
  msgid "Demo data successfully installed."
748
  msgstr ""
749
 
750
- #: inc/demo-data/demo-data-loader.php:296
751
  msgid "View post with shortcodes"
752
  msgstr ""
753
 
754
- #: inc/demo-data/demo-data-loader.php:299
755
  msgid "View page with examples"
756
  msgstr ""
757
 
758
- #: inc/demo-data/demo-data-loader.php:303
759
  msgid "Installation of demo data with some errors occurred."
760
  msgstr ""
761
 
762
- #: inc/demo-data/demo-data-loader.php:306
763
  msgid "Posts data is missing."
764
  msgstr ""
765
 
766
- #: inc/demo-data/demo-data-loader.php:331
767
  msgid "Demo data have already been removed."
768
  msgstr ""
769
 
770
- #: inc/demo-data/demo-data-loader.php:378
771
  msgid "Demo data successfully removed."
772
  msgstr ""
773
 
774
- #: inc/demo-data/demo-data-loader.php:381
775
  msgid "Removing demo data with some errors occurred."
776
  msgstr ""
777
 
778
- #: inc/demo-data/demo-data-loader.php:510
779
  msgid "Close notice"
780
  msgstr ""
781
 
782
- #: inc/demo-data/demo-data-loader.php:513
783
  #, fuzzy
784
  msgid "Install demo data"
785
  msgstr "Instalacija %s"
786
 
787
- #: inc/demo-data/demo-data-loader.php:513
788
  msgid "for an acquaintance with the possibilities of the"
789
  msgstr ""
790
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
791
  #~ msgid "left"
792
  #~ msgstr "levo"
793
 
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: Tilen <tilen@divided.si>\n"
9
  "Language: sl_SI\n"
10
  "MIME-Version: 1.0\n"
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: gallery-plugin.php:43
21
+ #: gallery-plugin.php:795
22
+ #: gallery-plugin.php:1133
23
+ #: gallery-plugin.php:1150
24
+ msgid "Settings"
25
+ msgstr "Nastavitve"
26
+
27
+ #: gallery-plugin.php:104
28
  msgid "See images &raquo;"
29
  msgstr "Poglej slike &raquo;"
30
 
31
+ #: gallery-plugin.php:107
32
+ msgid "Return to all albums"
 
 
 
 
33
  msgstr ""
 
 
 
 
34
 
35
+ #: gallery-plugin.php:331
36
+ 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"
37
+ 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"
38
+
39
+ #: gallery-plugin.php:340
40
+ #: gallery-plugin.php:349
41
  msgid "Galleries"
42
  msgstr "Galerije"
43
 
44
+ #: gallery-plugin.php:341
45
+ #: gallery-plugin.php:2511
46
  msgid "Gallery"
47
  msgstr "Galerija"
48
 
49
+ #: gallery-plugin.php:342
 
 
 
 
50
  msgid "Add New Gallery"
51
  msgstr "Dodaj novo Galerijo"
52
 
53
+ #: gallery-plugin.php:343
54
  msgid "Edit Gallery"
55
  msgstr "Uredi Galerijo"
56
 
57
+ #: gallery-plugin.php:344
58
  msgid "New Gallery"
59
  msgstr "Nova Galerija"
60
 
61
+ #: gallery-plugin.php:345
62
  msgid "View Gallery"
63
  msgstr "Pregled Galerije"
64
 
65
+ #: gallery-plugin.php:346
66
+ #, fuzzy
67
+ msgid "Search Galleries"
68
+ msgstr "Galerije"
69
 
70
+ #: gallery-plugin.php:347
71
  msgid "No Gallery found"
72
  msgstr "Galerija ni bila najdena"
73
 
74
+ #: gallery-plugin.php:404
 
 
 
 
75
  msgid "Gallery Shortcode"
76
  msgstr "Kratka koda do galerije"
77
 
78
+ #: gallery-plugin.php:406
79
+ #: gallery-plugin.php:438
80
  #, fuzzy
81
  msgid "Gallery Categories"
82
  msgstr "Velikost slike v galeriji"
83
 
84
+ #: gallery-plugin.php:415
85
+ msgid "Add this shortcode to a page, post or widget to display a single gallery"
 
 
 
 
 
 
 
 
 
86
  msgstr ""
87
 
88
+ #: gallery-plugin.php:418
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 "Če želiš prikazati kratek opis s predogledno sliko in povezavo do posamezne galerije kopiraj spodnjo povezavo."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92
 
93
+ #: gallery-plugin.php:420
94
+ msgid "Short display"
 
 
95
  msgstr ""
 
 
96
 
97
+ #: gallery-plugin.php:439
98
  msgid "Most Used"
99
  msgstr ""
100
 
101
+ #: gallery-plugin.php:444
102
+ #: gallery-plugin.php:890
103
  msgid "Default"
104
  msgstr "Privzeto"
105
 
106
+ #: gallery-plugin.php:449
107
  #, fuzzy
108
  msgid "Add New Gallery Category"
109
  msgstr "Dodaj novo Galerijo"
110
 
111
+ #: gallery-plugin.php:456
112
  #, fuzzy
113
  msgid "Install plugin"
114
  msgstr "Instalirani moduli"
115
 
116
+ #: gallery-plugin.php:611
117
+ #: gallery-plugin.php:2124
118
+ #: gallery-plugin.php:2242
119
+ msgid "Title"
120
+ msgstr "Naslov"
121
+
122
+ #: gallery-plugin.php:612
123
  msgid "Author"
124
  msgstr "Avtor"
125
 
126
+ #: gallery-plugin.php:613
127
+ #, fuzzy
128
+ msgid "Shortcode"
129
+ msgstr "Kratka koda do galerije"
130
 
131
+ #: gallery-plugin.php:614
132
+ #, fuzzy
133
+ msgid "Photos"
134
+ msgstr "Slika"
135
 
136
+ #: gallery-plugin.php:615
137
+ #: gallery-plugin.php:954
138
  msgid "Date"
139
  msgstr "Datum"
140
 
141
+ #: gallery-plugin.php:768
142
  msgid "Settings are saved"
143
  msgstr "Nastavitve so shranjene"
144
 
145
+ #: gallery-plugin.php:781
146
  #, fuzzy
147
  msgid "All plugin settings were restored."
148
  msgstr "na strani za nastavitve vtičnikov ("
149
 
150
+ #: gallery-plugin.php:793
151
  msgid "Gallery Settings"
152
  msgstr "Nastavitve galerije"
153
 
154
+ #: gallery-plugin.php:796
155
+ #: gallery-plugin.php:1134
 
 
 
156
  msgid "FAQ"
157
  msgstr "FAQ"
158
 
159
+ #: gallery-plugin.php:797
160
  msgid "Go PRO"
161
  msgstr "Pojdi na PRO"
162
 
163
+ #: gallery-plugin.php:807
164
  msgid "Notice:"
165
  msgstr "Obvestilo:"
166
 
167
+ #: gallery-plugin.php:807
168
+ msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
169
+ msgstr "Nastavitve vtičnika so bile spremenjen. Da se bodo nastavitve shranile, ne pozabi klikniti gumba \"Shrani nastavitve\" na dnu strani."
 
 
 
 
170
 
171
+ #: gallery-plugin.php:808
172
+ 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:"
173
+ msgstr "Če želiš dodati posamezno galerijo v stran ali prispevek preprosto kopiraj to kodo:"
 
 
 
 
174
 
175
+ #: gallery-plugin.php:812
176
  msgid "Please enable JavaScript to use the option to renew images."
177
  msgstr "Prosimo omogoči Javascript za uporabo funkcije osvežitve slik."
178
 
179
+ #: gallery-plugin.php:816
180
  msgid "Update images for gallery"
181
  msgstr "Osveži slike galerije"
182
 
183
+ #: gallery-plugin.php:818
184
  msgid "Update images"
185
  msgstr "Posodobi slike"
186
 
187
+ #: gallery-plugin.php:826
188
  msgid "Image size for the album cover"
189
  msgstr "Velikost slike albuma"
190
 
191
+ #: gallery-plugin.php:828
192
+ #: gallery-plugin.php:842
193
+ #: gallery-plugin.php:864
194
  msgid "Image size"
195
  msgstr "Velikost slike"
196
 
197
+ #: gallery-plugin.php:831
198
+ #: gallery-plugin.php:845
199
  msgid "Width (in px)"
200
  msgstr "Širina (v pikslih)"
201
 
202
+ #: gallery-plugin.php:835
203
+ #: gallery-plugin.php:849
204
  msgid "Height (in px)"
205
  msgstr "Višina (v pikslih)"
206
 
207
+ #: gallery-plugin.php:840
208
  #, fuzzy
209
  msgid "Image size for thumbnails"
210
  msgstr "Velikost slike albuma"
211
 
212
+ #: gallery-plugin.php:854
213
+ msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
214
+ msgstr "WordPress bo ustvaril novo predolgedno sliko z danimi dimenzijami pri naslednjem nalaganju nove slike."
 
 
 
 
215
 
216
+ #: gallery-plugin.php:862
217
  #, fuzzy
218
  msgid "Image size in the lightbox"
219
  msgstr "Velikost slike v lightbox-u"
220
 
221
+ #: gallery-plugin.php:865
222
  msgid "Max width (in px)"
223
  msgstr "Max širina (v pikslih)"
224
 
225
+ #: gallery-plugin.php:866
226
  msgid "Max height (in px)"
227
  msgstr "Max višina (v pikslih)"
228
 
229
+ #: gallery-plugin.php:867
230
  msgid "Display a full size image in the lightbox"
231
  msgstr "Prikaži sliko polne velikosti v lightbox-u"
232
 
233
+ #: gallery-plugin.php:871
234
  msgid "Crop position"
235
  msgstr "Pozicija za obrez"
236
 
237
+ #: gallery-plugin.php:875
238
+ #: gallery-plugin.php:881
239
  msgid "center"
240
  msgstr "center"
241
 
242
+ #: gallery-plugin.php:877
243
  msgid "Horizontal"
244
  msgstr "Horizontalno"
245
 
246
+ #: gallery-plugin.php:883
247
  msgid "Vertical"
248
  msgstr "Vertikalno"
249
 
250
+ #: gallery-plugin.php:888
251
  msgid "Lightbox background"
252
  msgstr "Lightbox ozadje"
253
 
254
+ #: gallery-plugin.php:891
255
  msgid "Background transparency (from 0 to 1)"
256
  msgstr "Prosojnost ozadja"
257
 
258
+ #: gallery-plugin.php:892
259
  msgid "Select a background color"
260
  msgstr "Izberi barvo ozadja"
261
 
262
+ #: gallery-plugin.php:897
263
+ #: gallery-plugin.php:1077
264
+ msgid "If you upgrade to Pro version all your settings and galleries will be saved."
265
+ msgstr "V primeru posodobitve na PRO verzijo se bodo vse nastavitve in galerije ohranile."
 
 
 
 
 
 
266
 
267
+ #: gallery-plugin.php:904
268
+ #: gallery-plugin.php:1084
269
+ #, fuzzy
270
+ msgid "Unlock premium options by upgrading to Pro version"
271
  msgstr "Odkleni premium opcije z nadgradnjo na PRO verzijo."
272
 
273
+ #: gallery-plugin.php:908
274
+ #: gallery-plugin.php:1088
 
 
 
275
  msgid "Start Your Trial"
276
  msgstr "Začni svoje preizkusno obdobje"
277
 
278
+ #: gallery-plugin.php:909
279
+ #: gallery-plugin.php:1089
280
  msgid "or"
281
  msgstr "ali"
282
 
283
+ #: gallery-plugin.php:911
284
+ #: gallery-plugin.php:1091
285
+ msgid "Learn More"
286
+ msgstr "Preberi več"
287
 
288
+ #: gallery-plugin.php:918
289
  msgid "Images with border"
290
  msgstr "Slike z okvirjem"
291
 
292
+ #: gallery-plugin.php:921
293
  msgid "Border width in px, just numbers"
294
  msgstr "Širina okvirja v pikslih (le številčno)"
295
 
296
+ #: gallery-plugin.php:922
297
  msgid "Select a border color"
298
  msgstr "Izberi barvo okvirja"
299
 
300
+ #: gallery-plugin.php:926
301
  msgid "Number of images in the row"
302
  msgstr "Število slik v vrsti"
303
 
304
+ #: gallery-plugin.php:932
305
  msgid "Start slideshow"
306
  msgstr "Začni projekcijo"
307
 
308
+ #: gallery-plugin.php:938
309
  msgid "Slideshow interval"
310
  msgstr "Interval projekcije slik"
311
 
312
+ #: gallery-plugin.php:944
313
  msgid "Use single lightbox for multiple galleries on one page"
314
  msgstr "Uporabi lightbox enkratno za vse galerije na strani"
315
 
316
+ #: gallery-plugin.php:950
317
+ msgid "Sort images by"
318
+ msgstr "Uredi slike po"
319
+
320
+ #: gallery-plugin.php:952
321
  msgid "Attachment ID"
322
  msgstr "ID priloge"
323
 
324
+ #: gallery-plugin.php:953
325
  msgid "Image Name"
326
  msgstr "Ime slike"
327
 
328
+ #: gallery-plugin.php:955
329
+ msgid "Sorting order in the Gallery"
330
+ msgstr ""
 
 
331
 
332
+ #: gallery-plugin.php:956
333
  msgid "Random"
334
  msgstr "Naključno"
335
 
336
+ #: gallery-plugin.php:960
337
  msgid "Sort images"
338
  msgstr "Preuredi slike"
339
 
340
+ #: gallery-plugin.php:962
341
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
342
  msgstr "ASC (naraščujoče - 1, 2, 3; a, b, c)"
343
 
344
+ #: gallery-plugin.php:963
345
+ msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
 
346
  msgstr "DESC (padajoče - 3, 2, 1; c, b, a)"
347
 
348
+ #: gallery-plugin.php:967
349
  msgid "Display text under the image"
350
  msgstr "Prikaži tekst pod sliko"
351
 
352
+ #: gallery-plugin.php:969
353
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
354
  msgstr "Odkljukaj kvadratek, če želiš da se tekst prikaže le v lightbox-u"
355
 
356
+ #: gallery-plugin.php:973
357
  msgid "Display the Back link"
358
  msgstr "Prikaži povratni link"
359
 
360
+ #: gallery-plugin.php:979
361
  msgid "Display the Back link in the shortcode"
362
  msgstr "Prikaži povratni link v kratki kodi"
363
 
364
+ #: gallery-plugin.php:985
365
  msgid "The Back link text"
366
  msgstr "Besedilo povezave na povratek na galerijo"
367
 
368
+ #: gallery-plugin.php:991
369
  msgid "The Back link URL"
370
  msgstr "Povezava, na kateri se nahajajo galerije"
371
 
372
+ #: gallery-plugin.php:993
373
  msgid "Gallery page (Page with Gallery Template)"
374
  msgstr "Galerija (Stran z uporabljeno predlogo \"Gallery Template\")"
375
 
376
+ #: gallery-plugin.php:995
377
  msgid "(Full URL to custom page)"
378
  msgstr "(Polni URL za uporabo na strani)"
379
 
380
+ #: gallery-plugin.php:999
381
  msgid "The Read More link text"
382
  msgstr "Tekst v \"Read More\" gumbu"
383
 
384
+ #: gallery-plugin.php:1005
385
  msgid "Add gallery to the search"
386
  msgstr "Dodaj galerijo k iskalniku"
387
 
388
+ #: gallery-plugin.php:1010
389
  msgid "Using"
390
  msgstr "Se uporablja"
391
 
392
+ #: gallery-plugin.php:1010
393
  msgid "powered by"
394
  msgstr "gnano z"
395
 
396
+ #: gallery-plugin.php:1013
397
+ #: gallery-plugin.php:1017
398
  msgid "Using Custom Search powered by"
399
  msgstr "Se uporablja \"Custom Search\" gnano z"
400
 
401
+ #: gallery-plugin.php:1013
402
  msgid "Activate Custom Search"
403
  msgstr "Aktiviraj \"Custom Search\""
404
 
405
+ #: gallery-plugin.php:1017
406
  msgid "Download Custom Search"
407
  msgstr "Prensei \"Custom Search\""
408
 
409
+ #: gallery-plugin.php:1022
410
  msgid "Rewrite templates after update"
411
  msgstr ""
412
 
413
+ #: gallery-plugin.php:1024
414
+ 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"
 
 
 
415
  msgstr ""
416
 
417
+ #: gallery-plugin.php:1033
418
  msgid "Use pagination for images"
419
  msgstr "Uporabi oštevilčenje strani za slike"
420
 
421
+ #: gallery-plugin.php:1036
422
  msgid "per page"
423
  msgstr "na stran"
424
 
425
+ #: gallery-plugin.php:1040
426
  msgid "The lightbox helper"
427
  msgstr "Lightbox pomočnik"
428
 
429
+ #: gallery-plugin.php:1042
430
  msgid "Do not use"
431
  msgstr "Ne uporabljaj"
432
 
433
+ #: gallery-plugin.php:1043
434
  msgid "Button helper"
435
  msgstr "Pomočnik za gumb"
436
 
437
+ #: gallery-plugin.php:1044
438
  msgid "Thumbnail helper"
439
  msgstr "Pomočnik za prikazno sliko"
440
 
441
+ #: gallery-plugin.php:1048
442
  msgid "Display Like buttons in the lightbox"
443
  msgstr "Prikaži gumb \"Like\" tudi v lightbox-u"
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 "Google +1"
460
 
461
+ #: gallery-plugin.php:1057
462
  msgid "Slug for gallery item"
463
  msgstr "Ključ za galerijski vnos"
464
 
465
+ #: gallery-plugin.php:1059
466
  msgid "for any structure of permalinks except the default structure"
467
  msgstr "za katerokoli strukturo trajnih povezav, z izjemo privzete strukture"
468
 
469
+ #: gallery-plugin.php:1063
470
  msgid "Title for lightbox button"
471
  msgstr "Naziv za lightbox gumb"
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 "Shrani spremembe"
484
 
485
+ #: gallery-plugin.php:1135
486
  msgid "Support"
487
  msgstr "Podpora"
488
 
489
+ #: gallery-plugin.php:1202
490
  msgid "Updating images..."
491
  msgstr "Posodabljam slike..."
492
 
493
+ #: gallery-plugin.php:1203
494
  #, fuzzy
495
  msgid "No image found."
496
  msgstr "Slike niso bile najdene"
497
 
498
+ #: gallery-plugin.php:1204
499
  #, fuzzy
500
  msgid "All images are updated."
501
  msgstr "Vse slike so posodobljene"
502
 
503
+ #: gallery-plugin.php:1205
504
  msgid "Error."
505
  msgstr "Napaka."
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 "Preberi več"
525
 
526
+ #: gallery-plugin.php:1235
527
  msgid "Activate"
528
  msgstr "Aktivirani moduli"
529
 
530
+ #: gallery-plugin.php:1242
531
  #, fuzzy
532
  msgid "Install now"
533
  msgstr "Instalacija %s"
534
 
535
+ #: gallery-plugin.php:1251
536
  msgid "Add multiple gallery categories"
537
  msgstr ""
538
 
539
+ #: gallery-plugin.php:1251
540
+ msgid "Install Gallery Categories plugin to add unlimited number of categories."
 
541
  msgstr ""
542
 
543
+ #: gallery-plugin.php:1260
544
  msgid "Close"
545
  msgstr ""
546
 
547
+ #: gallery-plugin.php:1524
548
+ #: template/gallery-single-template.php:101
 
 
 
 
 
 
 
 
 
 
 
 
 
549
  msgid "Sorry, nothing found."
550
  msgstr "Žal ni zadetkov"
551
 
552
+ #: gallery-plugin.php:1546
553
+ #: template/gallery-single-template.php:120
554
  msgid "Image"
555
  msgstr "Slika"
556
 
557
+ #: gallery-plugin.php:1546
558
+ #: template/gallery-single-template.php:19
559
+ msgid "Download high resolution image"
560
+ msgstr "Prenesi sliko visoke resolucije"
561
+
562
+ #: gallery-plugin.php:1676
563
  msgid "Image size not defined"
564
  msgstr "Velikost slike ni podana"
565
 
566
+ #: gallery-plugin.php:1691
567
+ msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
568
+ msgstr "Posodobiti je možno le PNG, JPEG, GIF, WPMP ali XBM tipe datotek. Za vse ostale prosimo, da posodobiš slike ročno."
 
 
 
 
569
 
570
+ #: gallery-plugin.php:1702
571
  msgid "Image size changes not defined"
572
  msgstr "Spremembe velikosti slike niso podane"
573
 
574
+ #: gallery-plugin.php:1731
575
+ #: gallery-plugin.php:1734
576
+ #: gallery-plugin.php:1739
577
  msgid "Invalid path"
578
  msgstr "Napačna pot"
579
 
580
+ #: gallery-plugin.php:1888
581
+ msgid "Add images requires JavaScript."
582
+ msgstr ""
583
+
584
+ #: gallery-plugin.php:1891
585
+ msgid "Add Media"
586
+ msgstr ""
587
+
588
+ #: gallery-plugin.php:1901
589
+ msgid "The grid view for the Gallery images requires JavaScript."
590
+ msgstr ""
591
+
592
+ #: gallery-plugin.php:1901
593
+ msgid "Switch to the list view"
594
+ msgstr ""
595
+
596
+ #: gallery-plugin.php:1928
597
+ msgid "List View"
598
+ msgstr ""
599
+
600
+ #: gallery-plugin.php:1929
601
+ msgid "Grid View"
602
+ msgstr ""
603
+
604
+ #: gallery-plugin.php:1986
605
+ msgid "Filter"
606
+ msgstr ""
607
+
608
+ #: gallery-plugin.php:1990
609
+ msgid "Empty Trash"
610
+ msgstr ""
611
+
612
+ #: gallery-plugin.php:2011
613
  #, fuzzy
614
+ msgid "No images found"
615
+ msgstr "Slike niso bile najdene"
616
+
617
+ #: gallery-plugin.php:2065
618
+ msgid "Select bulk action"
619
+ msgstr ""
620
 
621
+ #: gallery-plugin.php:2067
622
+ msgid "Bulk Actions"
623
+ msgstr ""
624
+
625
+ #: gallery-plugin.php:2077
626
+ msgid "Apply"
627
+ msgstr ""
628
+
629
+ #: gallery-plugin.php:2084
630
+ #: gallery-plugin.php:2258
631
+ #, fuzzy
632
+ msgid "Delete from Gallery"
633
+ msgstr "Nova Galerija"
634
+
635
+ #: gallery-plugin.php:2097
636
+ #: gallery-plugin.php:2111
637
+ msgid "Display file URL"
638
+ msgstr ""
639
+
640
+ #: gallery-plugin.php:2106
641
+ msgid "Bulk Select"
642
+ msgstr ""
643
+
644
+ #: gallery-plugin.php:2108
645
+ msgid "Cancel Selection"
646
+ msgstr ""
647
+
648
+ #: gallery-plugin.php:2109
649
+ msgid "Delete Selected"
650
+ msgstr ""
651
+
652
+ #: gallery-plugin.php:2122
653
+ msgid "File"
654
+ msgstr ""
655
+
656
+ #: gallery-plugin.php:2123
657
+ #: gallery-plugin.php:2211
658
+ msgid "Dimensions"
659
+ msgstr ""
660
+
661
+ #: gallery-plugin.php:2125
662
+ #: gallery-plugin.php:2246
663
+ msgid "Alt tag"
664
+ msgstr "Alt oznaka"
665
+
666
+ #: gallery-plugin.php:2126
667
+ #: gallery-plugin.php:2250
668
+ msgid "URL"
669
+ msgstr "URL"
670
+
671
+ #: gallery-plugin.php:2202
672
+ msgid "Deselect"
673
+ msgstr ""
674
+
675
+ #: gallery-plugin.php:2208
676
+ msgid "File name"
677
+ msgstr ""
678
+
679
+ #: gallery-plugin.php:2209
680
+ msgid "File type"
681
+ msgstr ""
682
+
683
+ #: gallery-plugin.php:2210
684
+ #, fuzzy
685
+ msgid "Uploaded on"
686
+ msgstr "Naloži datoteko"
687
+
688
+ #: gallery-plugin.php:2214
689
+ #: gallery-plugin.php:2215
690
+ #, fuzzy
691
+ msgid "Edit Attachment"
692
+ msgstr "ID priloge"
693
+
694
+ #: gallery-plugin.php:2215
695
+ #, fuzzy
696
+ msgid "Edit Attachment Info"
697
+ msgstr "ID priloge"
698
+
699
+ #: gallery-plugin.php:2225
700
+ #, fuzzy
701
+ msgid "Go Pro"
702
+ msgstr "Pojdi na PRO"
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 "Ta nastavitev je dostopna v Pro verziji"
711
+
712
+ #: gallery-plugin.php:2252
713
+ msgid "(by click on image opens a link in a new window)"
714
+ msgstr "(s klikom na sliko se odpre povezava v novem oknu)"
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 priloge"
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 "Žal ni zadetkov"
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 "Če želiš prikazati kratek opis s predogledno sliko in povezavo do posamezne galerije kopiraj spodnjo povezavo."
783
+
784
+ #: inc/demo-data/demo-data-loader.php:78
785
  #, fuzzy
786
  msgid "Install Demo Data"
787
  msgstr "Instalacija %s"
788
 
789
+ #: inc/demo-data/demo-data-loader.php:79
790
+ msgid "If you install the demo-data, will be created galleries with images, demo-post with available shortcodes and page with a list of all the galleries, plugin settings will be overwritten, however, when you delete the demo data, they will be restored."
 
 
 
 
791
  msgstr ""
792
 
793
  #: inc/demo-data/demo-data-loader.php:82
827
  msgid "Demo options already installed."
828
  msgstr ""
829
 
830
+ #: inc/demo-data/demo-data-loader.php:296
831
  msgid "Demo data successfully installed."
832
  msgstr ""
833
 
834
+ #: inc/demo-data/demo-data-loader.php:298
835
  msgid "View post with shortcodes"
836
  msgstr ""
837
 
838
+ #: inc/demo-data/demo-data-loader.php:301
839
  msgid "View page with examples"
840
  msgstr ""
841
 
842
+ #: inc/demo-data/demo-data-loader.php:308
843
  msgid "Installation of demo data with some errors occurred."
844
  msgstr ""
845
 
846
+ #: inc/demo-data/demo-data-loader.php:311
847
  msgid "Posts data is missing."
848
  msgstr ""
849
 
850
+ #: inc/demo-data/demo-data-loader.php:336
851
  msgid "Demo data have already been removed."
852
  msgstr ""
853
 
854
+ #: inc/demo-data/demo-data-loader.php:383
855
  msgid "Demo data successfully removed."
856
  msgstr ""
857
 
858
+ #: inc/demo-data/demo-data-loader.php:386
859
  msgid "Removing demo data with some errors occurred."
860
  msgstr ""
861
 
862
+ #: inc/demo-data/demo-data-loader.php:517
863
  msgid "Close notice"
864
  msgstr ""
865
 
866
+ #: inc/demo-data/demo-data-loader.php:520
867
  #, fuzzy
868
  msgid "Install demo data"
869
  msgstr "Instalacija %s"
870
 
871
+ #: inc/demo-data/demo-data-loader.php:520
872
  msgid "for an acquaintance with the possibilities of the"
873
  msgstr ""
874
 
875
+ #: template/gallery-template.php:14
876
+ #, fuzzy
877
+ msgid "Gallery Category"
878
+ msgstr "Velikost slike v galeriji"
879
+
880
+ #~ msgid "Add a Gallery"
881
+ #~ msgstr "Dodaj Galerijo"
882
+
883
+ #~ msgid "Find a Gallery"
884
+ #~ msgstr "Pošišči Galerijo"
885
+
886
+ #~ msgid ""
887
+ #~ "The gallery temp directory (gallery-plugin/upload/files) is not available "
888
+ #~ "for record on your webserver. Please use the standard WP functionality to "
889
+ #~ "upload images (media library)"
890
+ #~ msgstr ""
891
+ #~ "Začasna mapa galerije (gallery-plugin/upload/files) ni dostopna za zapis "
892
+ #~ "na tvojem strežniku. Prosimo, uporabi standardno WP funkcionalnost za "
893
+ #~ "nalaganje slik (Medijska knjižica)"
894
+
895
+ #~ msgid "Choose an image for upload:"
896
+ #~ msgstr "Izberi sliko za nalaganje:"
897
+
898
+ #~ msgid "Please enable JavaScript to use the file uploader."
899
+ #~ msgstr "Prosimo vklopite Javascript za uporabo nalagalnika datotek."
900
+
901
+ #~ msgid "Allow the download link for all images in this gallery"
902
+ #~ msgstr "Dovoli povezavo za prenos slike na vseh datotekah v tej galeriji"
903
+
904
+ #~ msgid ""
905
+ #~ "Please use the drag and drop function to change an order of the images "
906
+ #~ "displaying and do not forget to save the post."
907
+ #~ msgstr ""
908
+ #~ "Po objavi slik, lahko uporabiš funkcijo Povleci/Spusti za urejanje "
909
+ #~ "vrstnega reda slik v galeriji. Po končanem urejanju posodobi objavo."
910
+
911
+ #~ msgid "Please make a choice"
912
+ #~ msgstr "Prosim izberite"
913
+
914
+ #~ msgid "sort images"
915
+ #~ msgstr "uredi slike"
916
+
917
+ #~ msgid "on the plugin settings page ("
918
+ #~ msgstr "na strani za nastavitve vtičnikov ("
919
+
920
+ #~ msgid "Open the URL"
921
+ #~ msgstr "Odpri povezavo"
922
+
923
+ #~ msgid "Current window"
924
+ #~ msgstr "Trenutno okno"
925
+
926
+ #~ msgid "New window"
927
+ #~ msgstr "Novo okno"
928
+
929
+ #~ msgid "Lightbox button URL"
930
+ #~ msgstr "Lightbox povezava"
931
+
932
+ #~ msgid "Description"
933
+ #~ msgstr "Opis"
934
+
935
+ #~ msgid "Delete"
936
+ #~ msgstr "Izbriši"
937
+
938
+ #~ msgid ""
939
+ #~ "You can add a Single Gallery to the page or post by inserting this "
940
+ #~ "shortcode into the content"
941
+ #~ msgstr ""
942
+ #~ "Posamezno galerijo lahko dodaš v novo stran ali prispevek s kopiranjem "
943
+ #~ "spodnje kode."
944
+
945
+ #~ msgid "Publishing"
946
+ #~ msgstr "Objavljanje"
947
+
948
+ #~ msgid "Background color"
949
+ #~ msgstr "Barva ozadja"
950
+
951
+ #~ msgid "Go"
952
+ #~ msgstr "Pojdi"
953
+
954
+ #~ msgid ""
955
+ #~ "Sorting order (the input field for sorting order in the Insert / Upload "
956
+ #~ "Media Gallery dialog)"
957
+ #~ msgstr "Razporejanje glede na razporeditev v predstavnostni knjižici"
958
+
959
  #~ msgid "left"
960
  #~ msgstr "levo"
961
 
languages/gallery-sr_RS.mo CHANGED
Binary file
languages/gallery-sr_RS.po CHANGED
@@ -2,11 +2,10 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-11 12:13+0300\n"
6
- "PO-Revision-Date: 2015-08-11 12:13+0300\n"
7
- "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
- "Language-Team: Radovan Georgijevic, Andrijana Nikolic <http://www."
9
- "georgijevic.info, andrijanan@webhostinggeeks.com>\n"
10
  "Language: fr_FR\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -18,705 +17,784 @@ msgstr ""
18
  "X-Generator: Poedit 1.5.4\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: gallery-plugin.php:95
 
 
 
 
 
 
 
22
  msgid "See images &raquo;"
23
  msgstr "Pogledaj sliku &raquo;"
24
 
25
- #: gallery-plugin.php:209
26
- msgid ""
27
- "The following files \"gallery-template.php\" and \"gallery-single-template."
28
- "php\" were not found in the directory of your theme. Please copy them from "
29
- "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
30
- "directory of your theme for the correct work of the Gallery plugin"
31
  msgstr ""
32
- "Sledeći fajlovi \"gallery-template.php\" i \"gallery-single-template.php\" "
33
- "nisu pronađeni u direktorijumu vaše teme. Molimo vas da ih kopirate iz "
34
- "direktorijuma `/wp-content/plugins/gallery-plugin/template/` u direktorijum "
35
- "vaše teme za ispravan rad modula Galerija"
36
 
37
- #: gallery-plugin.php:218 gallery-plugin.php:228
 
 
 
 
 
38
  msgid "Galleries"
39
  msgstr "Galerije"
40
 
41
- #: gallery-plugin.php:219
 
42
  msgid "Gallery"
43
  msgstr "Galerija"
44
 
45
- #: gallery-plugin.php:220
46
- msgid "Add a Gallery"
47
- msgstr "Dodaj Galeriju"
48
-
49
- #: gallery-plugin.php:221
50
  msgid "Add New Gallery"
51
  msgstr "Dodaj novu Galeriju"
52
 
53
- #: gallery-plugin.php:222
54
  msgid "Edit Gallery"
55
  msgstr "Uredi Galeriju"
56
 
57
- #: gallery-plugin.php:223
58
  msgid "New Gallery"
59
  msgstr "Nova Galerija"
60
 
61
- #: gallery-plugin.php:224
62
  msgid "View Gallery"
63
  msgstr "Pregled Galerije"
64
 
65
- #: gallery-plugin.php:225
66
- msgid "Find a Gallery"
67
- msgstr "Pronađi Galeriju"
 
68
 
69
- #: gallery-plugin.php:226
70
  msgid "No Gallery found"
71
  msgstr "Nije pronađena Galerija"
72
 
73
- #: gallery-plugin.php:283
74
- msgid "Upload File"
75
- msgstr "Učitaj fajl"
76
-
77
- #: gallery-plugin.php:284
78
  msgid "Gallery Shortcode"
79
  msgstr "Kratak kod za Galeriju"
80
 
81
- #: gallery-plugin.php:286 gallery-plugin.php:442
 
82
  #, fuzzy
83
  msgid "Gallery Categories"
84
  msgstr "Veličina slika u galeriji"
85
 
86
- #: gallery-plugin.php:295
87
- msgid "Choose a media file that will be attached"
88
- msgstr ""
89
-
90
- #: gallery-plugin.php:295
91
- #, php-format
92
- msgid "You need to install \"%s\" plugin to use this functionality"
93
- msgstr ""
94
-
95
- #: gallery-plugin.php:296
96
- msgid "Attach media item to this gallery"
97
  msgstr ""
98
 
99
- #: gallery-plugin.php:315
100
- msgid ""
101
- "The gallery temp directory (gallery-plugin/upload/files) is not available "
102
- "for record on your webserver. Please use the standard WP functionality to "
103
- "upload images (media library)"
104
- msgstr ""
105
- "Privremeni direktorijum galerije (gallery-plugin/upload/files) nije dostupan "
106
- "za arhiviranje na vašem web serveru. Molimo vas da koristite standardne WP "
107
- "funkcije za učitavanje slika (biblioteka medija)"
108
-
109
- #: gallery-plugin.php:327
110
- msgid "Choose an image for upload:"
111
- msgstr "Izaberi sliku za učitavanje:"
112
-
113
- #: gallery-plugin.php:332
114
- msgid "Please enable JavaScript to use the file uploader."
115
- msgstr ""
116
- "Molimo vas omogućite da JavaScript koristi program za učitavanje fajlova."
117
-
118
- #: gallery-plugin.php:340
119
- msgid "Allow the download link for all images in this gallery"
120
- msgstr "Dozvoli link za preuzimanje za sve slike u ovoj galeriji"
121
-
122
- #: gallery-plugin.php:341
123
- msgid ""
124
- "Please use the drag and drop function to change an order of the images "
125
- "displaying and do not forget to save the post."
126
- msgstr ""
127
- "Molimo vas da koristite funkciju prevlačenja da biste izmenili redosled "
128
- "prikazanih slika i ne zaboravite da sačuvate post."
129
-
130
- #: gallery-plugin.php:343
131
- msgid "Please make a choice"
132
- msgstr "Molimo vas izaberite"
133
-
134
- #: gallery-plugin.php:343 gallery-plugin.php:1030
135
- msgid "Sort images by"
136
- msgstr "Poređaj slike po"
137
-
138
- #: gallery-plugin.php:343
139
- msgid "sort images"
140
- msgstr "poređaj slike"
141
-
142
- #: gallery-plugin.php:343
143
- msgid "on the plugin settings page ("
144
- msgstr "na stranici za podešavanje modula ("
145
-
146
- #: gallery-plugin.php:396 gallery-plugin.php:672
147
- msgid "Title"
148
- msgstr "Naslov"
149
-
150
- #: gallery-plugin.php:398
151
- msgid "Alt tag"
152
- msgstr ""
153
-
154
- #: gallery-plugin.php:399
155
- msgid "URL"
156
- msgstr "URL"
157
-
158
- #: gallery-plugin.php:399
159
- msgid "(by click on image opens a link in a new window)"
160
- msgstr "(klikom na sliku otvara se link u novom prozoru)"
161
-
162
- #: gallery-plugin.php:400
163
- msgid "This setting is available in Pro version"
164
- msgstr "Ovo podešavanje je dostupno u Pro verziji"
165
-
166
- #: gallery-plugin.php:401
167
  #, fuzzy
168
- msgid "Open the URL"
169
- msgstr "Otvori link"
170
 
171
- #: gallery-plugin.php:401
172
- msgid "Current window"
173
- msgstr "Trenutni prozor"
174
-
175
- #: gallery-plugin.php:401
176
- msgid "New window"
177
- msgstr "Novi prozor"
178
-
179
- #: gallery-plugin.php:402
180
- #, fuzzy
181
- msgid "Lightbox button URL"
182
- msgstr "Lightbox pozadina"
183
-
184
- #: gallery-plugin.php:403
185
- msgid "Description"
186
- msgstr ""
187
-
188
- #: gallery-plugin.php:404
189
- msgid "Delete"
190
- msgstr "Obriši"
191
-
192
- #: gallery-plugin.php:424
193
- msgid ""
194
- "You can add a Single Gallery to the page or post by inserting this shortcode "
195
- "into the content"
196
  msgstr ""
197
- "Možete dodati Jedinstvenu galeriju na stranicu ili post ubacivanjem ovog "
198
- "kratkog koda u sadržaj."
199
 
200
- #: gallery-plugin.php:426
201
- msgid ""
202
- "If you want to display a short description containing a screenshot and the "
203
- "link to the Single Gallery Page"
204
- msgstr ""
205
- "Ako želite da prikažete kratak opis koji sadrži snimak ekrana i link ka "
206
- "stranici sa Jedinstvenom galerijom."
207
-
208
- #: gallery-plugin.php:443
209
  msgid "Most Used"
210
  msgstr ""
211
 
212
- #: gallery-plugin.php:448 gallery-plugin.php:957
 
213
  msgid "Default"
214
  msgstr "Podrazumevano"
215
 
216
- #: gallery-plugin.php:453
217
  #, fuzzy
218
  msgid "Add New Gallery Category"
219
  msgstr "Dodaj novu Galeriju"
220
 
221
- #: gallery-plugin.php:460
222
  #, fuzzy
223
  msgid "Install plugin"
224
  msgstr "Instalirani moduli"
225
 
226
- #: gallery-plugin.php:673
 
 
 
 
 
 
227
  msgid "Author"
228
  msgstr "Autor"
229
 
230
- #: gallery-plugin.php:674
231
- msgid "Photo"
232
- msgstr "Foto"
 
233
 
234
- #: gallery-plugin.php:675
235
- msgid "Publishing"
236
- msgstr "Izdanje"
 
237
 
238
- #: gallery-plugin.php:676 gallery-plugin.php:1034
 
239
  msgid "Date"
240
  msgstr "Datum"
241
 
242
- #: gallery-plugin.php:836
243
  msgid "Settings are saved"
244
  msgstr "Podešavanja su sačuvana"
245
 
246
- #: gallery-plugin.php:849
247
  #, fuzzy
248
  msgid "All plugin settings were restored."
249
  msgstr "na stranici za podešavanje modula ("
250
 
251
- #: gallery-plugin.php:862
252
  msgid "Gallery Settings"
253
  msgstr "Podešavanja Galerije"
254
 
255
- #: gallery-plugin.php:864 gallery-plugin.php:1216 gallery-plugin.php:1233
256
- msgid "Settings"
257
- msgstr "Podešavanja"
258
-
259
- #: gallery-plugin.php:865 gallery-plugin.php:1217
260
  msgid "FAQ"
261
  msgstr "FAQ"
262
 
263
- #: gallery-plugin.php:866
264
  msgid "Go PRO"
265
  msgstr ""
266
 
267
- #: gallery-plugin.php:876
268
  msgid "Notice:"
269
  msgstr ""
270
 
271
- #: gallery-plugin.php:876
272
- msgid ""
273
- "The plugin's settings have been changed. In order to save them please don't "
274
- "forget to click the 'Save Changes' button."
275
  msgstr ""
276
 
277
- #: gallery-plugin.php:877
278
- msgid ""
279
- "If you would like to add a Single Gallery to your page or post, just copy "
280
- "and paste this shortcode into your post or page:"
281
- msgstr ""
282
- "Ako želite da dodate Jedinstvenu Galeriju na vašu stranicu ili post, samo "
283
- "kopirajte i prelepite ovaj kratki kod na vaš post ili stranicu:"
284
 
285
- #: gallery-plugin.php:879
286
  #, fuzzy
287
  msgid "Please enable JavaScript to use the option to renew images."
288
- msgstr ""
289
- "Molimo vas omogućite da JavaScript koristi program za učitavanje fajlova."
290
 
291
- #: gallery-plugin.php:883
292
  msgid "Update images for gallery"
293
  msgstr ""
294
 
295
- #: gallery-plugin.php:885
296
  #, fuzzy
297
  msgid "Update images"
298
  msgstr "poređaj slike"
299
 
300
- #: gallery-plugin.php:893
301
  msgid "Image size for the album cover"
302
  msgstr "Veličina slike za naslovnu stranicu albuma"
303
 
304
- #: gallery-plugin.php:895 gallery-plugin.php:909 gallery-plugin.php:931
 
 
305
  msgid "Image size"
306
  msgstr "Veličina slike"
307
 
308
- #: gallery-plugin.php:898 gallery-plugin.php:912
 
309
  msgid "Width (in px)"
310
  msgstr "Širina (u pikselima)"
311
 
312
- #: gallery-plugin.php:902 gallery-plugin.php:916
 
313
  msgid "Height (in px)"
314
  msgstr "Visina (u pikselima)"
315
 
316
- #: gallery-plugin.php:907
317
  #, fuzzy
318
  msgid "Image size for thumbnails"
319
  msgstr "Veličina slike za naslovnu stranicu albuma"
320
 
321
- #: gallery-plugin.php:921
322
- msgid ""
323
- "WordPress will create a new thumbnail with the specified dimensions when you "
324
- "upload a new photo."
325
- msgstr ""
326
- "WordPress će kreirati novi umanjeni prikaz sa navedenim dimenzijama kada "
327
- "učitate novu sliku."
328
 
329
- #: gallery-plugin.php:929
330
  #, fuzzy
331
  msgid "Image size in the lightbox"
332
  msgstr "Veličina slika u galeriji u lightbox skriptu"
333
 
334
- #: gallery-plugin.php:932
335
  msgid "Max width (in px)"
336
  msgstr "Max širina (u pikselima)"
337
 
338
- #: gallery-plugin.php:933
339
  msgid "Max height (in px)"
340
  msgstr "Max visina (u pikselima)"
341
 
342
- #: gallery-plugin.php:934
343
  msgid "Display a full size image in the lightbox"
344
  msgstr "Prikaži sliku u punoj veličini u lightbox-u"
345
 
346
- #: gallery-plugin.php:938
347
  msgid "Crop position"
348
  msgstr "Pozicija za kropovanje"
349
 
350
- #: gallery-plugin.php:942 gallery-plugin.php:948
 
351
  msgid "center"
352
  msgstr "centar"
353
 
354
- #: gallery-plugin.php:944
355
  msgid "Horizontal"
356
  msgstr "Horizontalno"
357
 
358
- #: gallery-plugin.php:950
359
  msgid "Vertical"
360
  msgstr "Vertikalno"
361
 
362
- #: gallery-plugin.php:955
363
  msgid "Lightbox background"
364
  msgstr "Lightbox pozadina"
365
 
366
- #: gallery-plugin.php:958
367
  msgid "Background transparency (from 0 to 1)"
368
  msgstr "Pozadinska transparentnost (od 0 do 1)"
369
 
370
- #: gallery-plugin.php:960
371
  msgid "Select a background color"
372
  msgstr "Izaberi pozadinsku boju"
373
 
374
- #: gallery-plugin.php:962
375
- msgid "Background color"
376
- msgstr "Pozadinska boja"
377
-
378
- #: gallery-plugin.php:969 gallery-plugin.php:1157
379
- msgid ""
380
- "If you upgrade to Pro version all your settings and galleries will be saved."
381
  msgstr ""
382
 
383
- #: gallery-plugin.php:976 gallery-plugin.php:1164
384
- msgid "Unlock premium options by upgrading to a PRO version."
 
385
  msgstr ""
386
 
387
- #: gallery-plugin.php:977 gallery-plugin.php:1165
388
- #, fuzzy
389
- msgid "Learn More"
390
- msgstr "Pročitaj više"
391
-
392
- #: gallery-plugin.php:981 gallery-plugin.php:1169
393
  msgid "Start Your Trial"
394
  msgstr ""
395
 
396
- #: gallery-plugin.php:982 gallery-plugin.php:1170
 
397
  msgid "or"
398
  msgstr ""
399
 
400
- #: gallery-plugin.php:985 gallery-plugin.php:1173
401
- msgid "Go"
402
- msgstr ""
 
 
403
 
404
- #: gallery-plugin.php:993
405
  msgid "Images with border"
406
  msgstr "Slike sa okvirima"
407
 
408
- #: gallery-plugin.php:996
409
  msgid "Border width in px, just numbers"
410
  msgstr "Širina okvira u pikselima, samo brojevi"
411
 
412
- #: gallery-plugin.php:998 gallery-plugin.php:1000
413
  msgid "Select a border color"
414
  msgstr "Izaberite boju okvira"
415
 
416
- #: gallery-plugin.php:1006
417
  msgid "Number of images in the row"
418
  msgstr "Broj slika u redu"
419
 
420
- #: gallery-plugin.php:1012
421
  msgid "Start slideshow"
422
  msgstr "Započni projekciju slajdova"
423
 
424
- #: gallery-plugin.php:1018
425
  msgid "Slideshow interval"
426
  msgstr "Interval projekcije slajdova"
427
 
428
- #: gallery-plugin.php:1024
429
  msgid "Use single lightbox for multiple galleries on one page"
430
  msgstr ""
431
 
432
- #: gallery-plugin.php:1032
 
 
 
 
433
  msgid "Attachment ID"
434
  msgstr "ID priloga"
435
 
436
- #: gallery-plugin.php:1033
437
  msgid "Image Name"
438
  msgstr "Ime slike"
439
 
440
- #: gallery-plugin.php:1035
441
- msgid ""
442
- "Sorting order (the input field for sorting order in the Insert / Upload "
443
- "Media Gallery dialog)"
444
  msgstr ""
445
- "Raspoređivanje (polje za unos za sortiranje u dijalogu Insert / Upload Media "
446
- "Gallery)"
447
 
448
- #: gallery-plugin.php:1036
449
  msgid "Random"
450
  msgstr "Nasumično"
451
 
452
- #: gallery-plugin.php:1040
453
  msgid "Sort images"
454
  msgstr "Sortiraj slike"
455
 
456
- #: gallery-plugin.php:1042
457
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
458
- msgstr ""
459
- "ASC (rastući redosled od najnižih do najviših vrednosti - 1, 2, 3; a, b, c)"
460
 
461
- #: gallery-plugin.php:1043
462
- msgid ""
463
- "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
464
- msgstr ""
465
- "DESC (opadajući redosled od najviših do najnižih vrednosti - 3, 2, 1; c, b, "
466
- "a)"
467
 
468
- #: gallery-plugin.php:1047
469
  #, fuzzy
470
  msgid "Display text under the image"
471
  msgstr "Prikaži tekst iznad slike"
472
 
473
- #: gallery-plugin.php:1049
474
  #, fuzzy
475
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
476
  msgstr "Ako želite da prikažete tekst samo u lightbox-u"
477
 
478
- #: gallery-plugin.php:1053
479
  msgid "Display the Back link"
480
  msgstr "Prikaži povratni link"
481
 
482
- #: gallery-plugin.php:1059
483
  msgid "Display the Back link in the shortcode"
484
  msgstr "Prikaži povratni link u kratkom kodu"
485
 
486
- #: gallery-plugin.php:1065
487
  msgid "The Back link text"
488
  msgstr "Tekst u povratnom linku"
489
 
490
- #: gallery-plugin.php:1071
491
  msgid "The Back link URL"
492
  msgstr "URL povratnog linka"
493
 
494
- #: gallery-plugin.php:1073
495
  msgid "Gallery page (Page with Gallery Template)"
496
  msgstr "Stranica galerije (Stranica sa šablonom galerije)"
497
 
498
- #: gallery-plugin.php:1075
499
  msgid "(Full URL to custom page)"
500
  msgstr "(Puni URL ka korisničkoj stranici)"
501
 
502
- #: gallery-plugin.php:1079
503
  msgid "The Read More link text"
504
  msgstr "Tekst u linku Pročitaj više"
505
 
506
- #: gallery-plugin.php:1085
507
  msgid "Add gallery to the search"
508
  msgstr ""
509
 
510
- #: gallery-plugin.php:1090
511
  msgid "Using"
512
  msgstr ""
513
 
514
- #: gallery-plugin.php:1090
515
  msgid "powered by"
516
  msgstr ""
517
 
518
- #: gallery-plugin.php:1093 gallery-plugin.php:1097
 
519
  msgid "Using Custom Search powered by"
520
  msgstr ""
521
 
522
- #: gallery-plugin.php:1093
523
  msgid "Activate Custom Search"
524
  msgstr ""
525
 
526
- #: gallery-plugin.php:1097
527
  msgid "Download Custom Search"
528
  msgstr ""
529
 
530
- #: gallery-plugin.php:1102
531
  msgid "Rewrite templates after update"
532
  msgstr ""
533
 
534
- #: gallery-plugin.php:1104
535
- msgid ""
536
- "Turn off the checkbox, if You edited the file 'gallery-template.php' or "
537
- "'gallery-single-template.php' file in your theme folder and You don't want "
538
- "to rewrite them"
539
  msgstr ""
540
 
541
- #: gallery-plugin.php:1113
542
  msgid "Use pagination for images"
543
  msgstr ""
544
 
545
- #: gallery-plugin.php:1116
546
  msgid "per page"
547
  msgstr ""
548
 
549
- #: gallery-plugin.php:1120
550
  msgid "The lightbox helper"
551
  msgstr ""
552
 
553
- #: gallery-plugin.php:1122
554
  msgid "Do not use"
555
  msgstr ""
556
 
557
- #: gallery-plugin.php:1123
558
  msgid "Button helper"
559
  msgstr ""
560
 
561
- #: gallery-plugin.php:1124
562
  msgid "Thumbnail helper"
563
  msgstr ""
564
 
565
- #: gallery-plugin.php:1128
566
  #, fuzzy
567
  msgid "Display Like buttons in the lightbox"
568
  msgstr "Afficher une image en taille normale dans le boite"
569
 
570
- #: gallery-plugin.php:1130
571
  msgid "FaceBook"
572
  msgstr "FaceBook"
573
 
574
- #: gallery-plugin.php:1131
575
  #, fuzzy
576
  msgid "Twitter"
577
  msgstr "Titre"
578
 
579
- #: gallery-plugin.php:1132
580
  msgid "Pinterest"
581
  msgstr "Pinterest"
582
 
583
- #: gallery-plugin.php:1133
584
  msgid "Google +1"
585
  msgstr "Google +1"
586
 
587
- #: gallery-plugin.php:1137
588
  #, fuzzy
589
  msgid "Slug for gallery item"
590
  msgstr "Taille de la vignette de la galerie"
591
 
592
- #: gallery-plugin.php:1139
593
  msgid "for any structure of permalinks except the default structure"
594
  msgstr ""
595
 
596
- #: gallery-plugin.php:1143
597
  msgid "Title for lightbox button"
598
  msgstr ""
599
 
600
- #: gallery-plugin.php:1149
601
- msgid ""
602
- "Display all images in the lightbox instead of going into a single gallery"
603
  msgstr ""
604
 
605
- #: gallery-plugin.php:1152
606
- msgid ""
607
- "When using the gallery template or a shortcode with `display=short` parameter"
608
  msgstr ""
609
 
610
- #: gallery-plugin.php:1181
611
  msgid "Save Changes"
612
  msgstr "Sačuvaj izmene"
613
 
614
- #: gallery-plugin.php:1218
615
  msgid "Support"
616
  msgstr "Podrška"
617
 
618
- #: gallery-plugin.php:1326
619
  msgid "Updating images..."
620
  msgstr ""
621
 
622
- #: gallery-plugin.php:1327
623
  #, fuzzy
624
  msgid "No image found."
625
  msgstr "Nije pronađena Galerija"
626
 
627
- #: gallery-plugin.php:1328
628
  msgid "All images are updated."
629
  msgstr ""
630
 
631
- #: gallery-plugin.php:1329
632
  msgid "Error."
633
  msgstr ""
634
 
635
- #: gallery-plugin.php:1338
 
 
 
 
 
 
 
 
 
 
 
 
 
 
636
  #, fuzzy
637
  msgid "Learn more"
638
  msgstr "Pročitaj više"
639
 
640
- #: gallery-plugin.php:1343 gallery-plugin.php:1383
641
  #, fuzzy
642
  msgid "Activate"
643
  msgstr "Aktivirani moduli"
644
 
645
- #: gallery-plugin.php:1350 gallery-plugin.php:1390
646
  #, fuzzy
647
  msgid "Install now"
648
  msgstr "Instalacija %s"
649
 
650
- #: gallery-plugin.php:1359
651
  msgid "Add multiple gallery categories"
652
  msgstr ""
653
 
654
- #: gallery-plugin.php:1359
655
- msgid ""
656
- "Install Gallery Categories plugin to add unlimited number of categories."
657
  msgstr ""
658
 
659
- #: gallery-plugin.php:1368 gallery-plugin.php:1409
660
  msgid "Close"
661
  msgstr ""
662
 
663
- #: gallery-plugin.php:1400
664
- msgid "Already attached?"
665
- msgstr ""
666
-
667
- #: gallery-plugin.php:1400
668
- msgid ""
669
- "If you'd like to attach the files, which are already uploaded, please use Re-"
670
- "attacher plugin."
671
- msgstr ""
672
-
673
- #: gallery-plugin.php:1490 template/gallery-single-template.php:19
674
- msgid "Download high resolution image"
675
- msgstr "Preuzmi sliku u visokoj rezoluciji"
676
-
677
- #: gallery-plugin.php:1651 template/gallery-single-template.php:101
678
  msgid "Sorry, nothing found."
679
  msgstr "Nažalost nije pronađeno"
680
 
681
- #: gallery-plugin.php:1673 template/gallery-single-template.php:120
 
682
  msgid "Image"
683
  msgstr "Slika"
684
 
685
- #: gallery-plugin.php:1982
 
 
 
 
 
686
  #, fuzzy
687
  msgid "Image size not defined"
688
  msgstr "Veličina slike"
689
 
690
- #: gallery-plugin.php:1997
691
- msgid ""
692
- "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
693
- "manually reload image."
694
  msgstr ""
695
 
696
- #: gallery-plugin.php:2008
697
  msgid "Image size changes not defined"
698
  msgstr ""
699
 
700
- #: gallery-plugin.php:2037 gallery-plugin.php:2040 gallery-plugin.php:2045
 
 
701
  msgid "Invalid path"
702
  msgstr ""
703
 
704
- #: template/gallery-template.php:14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
705
  #, fuzzy
706
- msgid "Gallery Category"
707
- msgstr "Veličina slika u galeriji"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
708
 
709
- #: inc/demo-data/demo-data-loader.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
710
  #, fuzzy
711
  msgid "Install Demo Data"
712
  msgstr "Instalacija %s"
713
 
714
- #: inc/demo-data/demo-data-loader.php:78
715
- msgid ""
716
- "If you install the demo-data, will be created galleries with images, demo-"
717
- "post with available shortcodes and page with a list of all the galleries, \n"
718
- "plugin settings will be overwritten, however, when you delete the demo data, "
719
- "they will be restored."
720
  msgstr ""
721
 
722
  #: inc/demo-data/demo-data-loader.php:82
@@ -756,51 +834,134 @@ msgstr ""
756
  msgid "Demo options already installed."
757
  msgstr ""
758
 
759
- #: inc/demo-data/demo-data-loader.php:294
760
  msgid "Demo data successfully installed."
761
  msgstr ""
762
 
763
- #: inc/demo-data/demo-data-loader.php:296
764
  msgid "View post with shortcodes"
765
  msgstr ""
766
 
767
- #: inc/demo-data/demo-data-loader.php:299
768
  msgid "View page with examples"
769
  msgstr ""
770
 
771
- #: inc/demo-data/demo-data-loader.php:303
772
  msgid "Installation of demo data with some errors occurred."
773
  msgstr ""
774
 
775
- #: inc/demo-data/demo-data-loader.php:306
776
  msgid "Posts data is missing."
777
  msgstr ""
778
 
779
- #: inc/demo-data/demo-data-loader.php:331
780
  msgid "Demo data have already been removed."
781
  msgstr ""
782
 
783
- #: inc/demo-data/demo-data-loader.php:378
784
  msgid "Demo data successfully removed."
785
  msgstr ""
786
 
787
- #: inc/demo-data/demo-data-loader.php:381
788
  msgid "Removing demo data with some errors occurred."
789
  msgstr ""
790
 
791
- #: inc/demo-data/demo-data-loader.php:510
792
  msgid "Close notice"
793
  msgstr ""
794
 
795
- #: inc/demo-data/demo-data-loader.php:513
796
  #, fuzzy
797
  msgid "Install demo data"
798
  msgstr "Instalacija %s"
799
 
800
- #: inc/demo-data/demo-data-loader.php:513
801
  msgid "for an acquaintance with the possibilities of the"
802
  msgstr ""
803
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
804
  #~ msgid "left"
805
  #~ msgstr "levo"
806
 
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: Radovan Georgijevic, Andrijana Nikolic <http://www.georgijevic.info, andrijanan@webhostinggeeks.com>\n"
 
9
  "Language: fr_FR\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: gallery-plugin.php:43
21
+ #: gallery-plugin.php:795
22
+ #: gallery-plugin.php:1133
23
+ #: gallery-plugin.php:1150
24
+ msgid "Settings"
25
+ msgstr "Podešavanja"
26
+
27
+ #: gallery-plugin.php:104
28
  msgid "See images &raquo;"
29
  msgstr "Pogledaj sliku &raquo;"
30
 
31
+ #: gallery-plugin.php:107
32
+ msgid "Return to all albums"
 
 
 
 
33
  msgstr ""
 
 
 
 
34
 
35
+ #: gallery-plugin.php:331
36
+ 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"
37
+ 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"
38
+
39
+ #: gallery-plugin.php:340
40
+ #: gallery-plugin.php:349
41
  msgid "Galleries"
42
  msgstr "Galerije"
43
 
44
+ #: gallery-plugin.php:341
45
+ #: gallery-plugin.php:2511
46
  msgid "Gallery"
47
  msgstr "Galerija"
48
 
49
+ #: gallery-plugin.php:342
 
 
 
 
50
  msgid "Add New Gallery"
51
  msgstr "Dodaj novu Galeriju"
52
 
53
+ #: gallery-plugin.php:343
54
  msgid "Edit Gallery"
55
  msgstr "Uredi Galeriju"
56
 
57
+ #: gallery-plugin.php:344
58
  msgid "New Gallery"
59
  msgstr "Nova Galerija"
60
 
61
+ #: gallery-plugin.php:345
62
  msgid "View Gallery"
63
  msgstr "Pregled Galerije"
64
 
65
+ #: gallery-plugin.php:346
66
+ #, fuzzy
67
+ msgid "Search Galleries"
68
+ msgstr "Galerije"
69
 
70
+ #: gallery-plugin.php:347
71
  msgid "No Gallery found"
72
  msgstr "Nije pronađena Galerija"
73
 
74
+ #: gallery-plugin.php:404
 
 
 
 
75
  msgid "Gallery Shortcode"
76
  msgstr "Kratak kod za Galeriju"
77
 
78
+ #: gallery-plugin.php:406
79
+ #: gallery-plugin.php:438
80
  #, fuzzy
81
  msgid "Gallery Categories"
82
  msgstr "Veličina slika u galeriji"
83
 
84
+ #: gallery-plugin.php:415
85
+ msgid "Add this shortcode to a page, post or widget to display a single gallery"
 
 
 
 
 
 
 
 
 
86
  msgstr ""
87
 
88
+ #: gallery-plugin.php:418
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 "Ako želite da prikažete kratak opis koji sadrži snimak ekrana i link ka stranici sa Jedinstvenom galerijom."
92
 
93
+ #: gallery-plugin.php:420
94
+ msgid "Short display"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95
  msgstr ""
 
 
96
 
97
+ #: gallery-plugin.php:439
 
 
 
 
 
 
 
 
98
  msgid "Most Used"
99
  msgstr ""
100
 
101
+ #: gallery-plugin.php:444
102
+ #: gallery-plugin.php:890
103
  msgid "Default"
104
  msgstr "Podrazumevano"
105
 
106
+ #: gallery-plugin.php:449
107
  #, fuzzy
108
  msgid "Add New Gallery Category"
109
  msgstr "Dodaj novu Galeriju"
110
 
111
+ #: gallery-plugin.php:456
112
  #, fuzzy
113
  msgid "Install plugin"
114
  msgstr "Instalirani moduli"
115
 
116
+ #: gallery-plugin.php:611
117
+ #: gallery-plugin.php:2124
118
+ #: gallery-plugin.php:2242
119
+ msgid "Title"
120
+ msgstr "Naslov"
121
+
122
+ #: gallery-plugin.php:612
123
  msgid "Author"
124
  msgstr "Autor"
125
 
126
+ #: gallery-plugin.php:613
127
+ #, fuzzy
128
+ msgid "Shortcode"
129
+ msgstr "Kratak kod za Galeriju"
130
 
131
+ #: gallery-plugin.php:614
132
+ #, fuzzy
133
+ msgid "Photos"
134
+ msgstr "Foto"
135
 
136
+ #: gallery-plugin.php:615
137
+ #: gallery-plugin.php:954
138
  msgid "Date"
139
  msgstr "Datum"
140
 
141
+ #: gallery-plugin.php:768
142
  msgid "Settings are saved"
143
  msgstr "Podešavanja su sačuvana"
144
 
145
+ #: gallery-plugin.php:781
146
  #, fuzzy
147
  msgid "All plugin settings were restored."
148
  msgstr "na stranici za podešavanje modula ("
149
 
150
+ #: gallery-plugin.php:793
151
  msgid "Gallery Settings"
152
  msgstr "Podešavanja Galerije"
153
 
154
+ #: gallery-plugin.php:796
155
+ #: gallery-plugin.php:1134
 
 
 
156
  msgid "FAQ"
157
  msgstr "FAQ"
158
 
159
+ #: gallery-plugin.php:797
160
  msgid "Go PRO"
161
  msgstr ""
162
 
163
+ #: gallery-plugin.php:807
164
  msgid "Notice:"
165
  msgstr ""
166
 
167
+ #: gallery-plugin.php:807
168
+ msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
 
 
169
  msgstr ""
170
 
171
+ #: gallery-plugin.php:808
172
+ 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:"
173
+ 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:"
 
 
 
 
174
 
175
+ #: gallery-plugin.php:812
176
  #, fuzzy
177
  msgid "Please enable JavaScript to use the option to renew images."
178
+ msgstr "Molimo vas omogućite da JavaScript koristi program za učitavanje fajlova."
 
179
 
180
+ #: gallery-plugin.php:816
181
  msgid "Update images for gallery"
182
  msgstr ""
183
 
184
+ #: gallery-plugin.php:818
185
  #, fuzzy
186
  msgid "Update images"
187
  msgstr "poređaj slike"
188
 
189
+ #: gallery-plugin.php:826
190
  msgid "Image size for the album cover"
191
  msgstr "Veličina slike za naslovnu stranicu albuma"
192
 
193
+ #: gallery-plugin.php:828
194
+ #: gallery-plugin.php:842
195
+ #: gallery-plugin.php:864
196
  msgid "Image size"
197
  msgstr "Veličina slike"
198
 
199
+ #: gallery-plugin.php:831
200
+ #: gallery-plugin.php:845
201
  msgid "Width (in px)"
202
  msgstr "Širina (u pikselima)"
203
 
204
+ #: gallery-plugin.php:835
205
+ #: gallery-plugin.php:849
206
  msgid "Height (in px)"
207
  msgstr "Visina (u pikselima)"
208
 
209
+ #: gallery-plugin.php:840
210
  #, fuzzy
211
  msgid "Image size for thumbnails"
212
  msgstr "Veličina slike za naslovnu stranicu 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 će kreirati novi umanjeni prikaz sa navedenim dimenzijama kada učitate novu sliku."
 
 
 
 
217
 
218
+ #: gallery-plugin.php:862
219
  #, fuzzy
220
  msgid "Image size in the lightbox"
221
  msgstr "Veličina slika u galeriji u lightbox skriptu"
222
 
223
+ #: gallery-plugin.php:865
224
  msgid "Max width (in px)"
225
  msgstr "Max širina (u pikselima)"
226
 
227
+ #: gallery-plugin.php:866
228
  msgid "Max height (in px)"
229
  msgstr "Max visina (u pikselima)"
230
 
231
+ #: gallery-plugin.php:867
232
  msgid "Display a full size image in the lightbox"
233
  msgstr "Prikaži sliku u punoj veličini u lightbox-u"
234
 
235
+ #: gallery-plugin.php:871
236
  msgid "Crop position"
237
  msgstr "Pozicija za kropovanje"
238
 
239
+ #: gallery-plugin.php:875
240
+ #: gallery-plugin.php:881
241
  msgid "center"
242
  msgstr "centar"
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 pozadina"
255
 
256
+ #: gallery-plugin.php:891
257
  msgid "Background transparency (from 0 to 1)"
258
  msgstr "Pozadinska transparentnost (od 0 do 1)"
259
 
260
+ #: gallery-plugin.php:892
261
  msgid "Select a background color"
262
  msgstr "Izaberi pozadinsku boju"
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 ""
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
+ #, fuzzy
287
+ msgid "Learn More"
288
+ msgstr "Pročitaj više"
289
 
290
+ #: gallery-plugin.php:918
291
  msgid "Images with border"
292
  msgstr "Slike sa okvirima"
293
 
294
+ #: gallery-plugin.php:921
295
  msgid "Border width in px, just numbers"
296
  msgstr "Širina okvira u pikselima, samo brojevi"
297
 
298
+ #: gallery-plugin.php:922
299
  msgid "Select a border color"
300
  msgstr "Izaberite boju okvira"
301
 
302
+ #: gallery-plugin.php:926
303
  msgid "Number of images in the row"
304
  msgstr "Broj slika u redu"
305
 
306
+ #: gallery-plugin.php:932
307
  msgid "Start slideshow"
308
  msgstr "Započni projekciju slajdova"
309
 
310
+ #: gallery-plugin.php:938
311
  msgid "Slideshow interval"
312
  msgstr "Interval projekcije slajdova"
313
 
314
+ #: gallery-plugin.php:944
315
  msgid "Use single lightbox for multiple galleries on one page"
316
  msgstr ""
317
 
318
+ #: gallery-plugin.php:950
319
+ msgid "Sort images by"
320
+ msgstr "Poređaj slike po"
321
+
322
+ #: gallery-plugin.php:952
323
  msgid "Attachment ID"
324
  msgstr "ID priloga"
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 "Nasumično"
337
 
338
+ #: gallery-plugin.php:960
339
  msgid "Sort images"
340
  msgstr "Sortiraj 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 (rastući redosled od najnižih do najviših vrednosti - 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 (opadajući redosled od najviših do najnižih vrednosti - 3, 2, 1; c, b, a)"
 
 
 
349
 
350
+ #: gallery-plugin.php:967
351
  #, fuzzy
352
  msgid "Display text under the image"
353
  msgstr "Prikaži tekst iznad slike"
354
 
355
+ #: gallery-plugin.php:969
356
  #, fuzzy
357
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
358
  msgstr "Ako želite da prikažete tekst samo u lightbox-u"
359
 
360
+ #: gallery-plugin.php:973
361
  msgid "Display the Back link"
362
  msgstr "Prikaži povratni link"
363
 
364
+ #: gallery-plugin.php:979
365
  msgid "Display the Back link in the shortcode"
366
  msgstr "Prikaži povratni link u kratkom kodu"
367
 
368
+ #: gallery-plugin.php:985
369
  msgid "The Back link text"
370
  msgstr "Tekst u povratnom linku"
371
 
372
+ #: gallery-plugin.php:991
373
  msgid "The Back link URL"
374
  msgstr "URL povratnog linka"
375
 
376
+ #: gallery-plugin.php:993
377
  msgid "Gallery page (Page with Gallery Template)"
378
  msgstr "Stranica galerije (Stranica sa šablonom galerije)"
379
 
380
+ #: gallery-plugin.php:995
381
  msgid "(Full URL to custom page)"
382
  msgstr "(Puni URL ka korisničkoj stranici)"
383
 
384
+ #: gallery-plugin.php:999
385
  msgid "The Read More link text"
386
  msgstr "Tekst u linku Pročitaj više"
387
 
388
+ #: gallery-plugin.php:1005
389
  msgid "Add gallery to the search"
390
  msgstr ""
391
 
392
+ #: gallery-plugin.php:1010
393
  msgid "Using"
394
  msgstr ""
395
 
396
+ #: gallery-plugin.php:1010
397
  msgid "powered by"
398
  msgstr ""
399
 
400
+ #: gallery-plugin.php:1013
401
+ #: gallery-plugin.php:1017
402
  msgid "Using Custom Search powered by"
403
  msgstr ""
404
 
405
+ #: gallery-plugin.php:1013
406
  msgid "Activate Custom Search"
407
  msgstr ""
408
 
409
+ #: gallery-plugin.php:1017
410
  msgid "Download Custom Search"
411
  msgstr ""
412
 
413
+ #: gallery-plugin.php:1022
414
  msgid "Rewrite templates after update"
415
  msgstr ""
416
 
417
+ #: gallery-plugin.php:1024
418
+ 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"
 
 
 
419
  msgstr ""
420
 
421
+ #: gallery-plugin.php:1033
422
  msgid "Use pagination for images"
423
  msgstr ""
424
 
425
+ #: gallery-plugin.php:1036
426
  msgid "per page"
427
  msgstr ""
428
 
429
+ #: gallery-plugin.php:1040
430
  msgid "The lightbox helper"
431
  msgstr ""
432
 
433
+ #: gallery-plugin.php:1042
434
  msgid "Do not use"
435
  msgstr ""
436
 
437
+ #: gallery-plugin.php:1043
438
  msgid "Button helper"
439
  msgstr ""
440
 
441
+ #: gallery-plugin.php:1044
442
  msgid "Thumbnail helper"
443
  msgstr ""
444
 
445
+ #: gallery-plugin.php:1048
446
  #, fuzzy
447
  msgid "Display Like buttons in the lightbox"
448
  msgstr "Afficher une image en taille normale dans le boite"
449
 
450
+ #: gallery-plugin.php:1050
451
  msgid "FaceBook"
452
  msgstr "FaceBook"
453
 
454
+ #: gallery-plugin.php:1051
455
  #, fuzzy
456
  msgid "Twitter"
457
  msgstr "Titre"
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
  #, fuzzy
469
  msgid "Slug for gallery item"
470
  msgstr "Taille de la vignette de la galerie"
471
 
472
+ #: gallery-plugin.php:1059
473
  msgid "for any structure of permalinks except the default structure"
474
  msgstr ""
475
 
476
+ #: gallery-plugin.php:1063
477
  msgid "Title for lightbox button"
478
  msgstr ""
479
 
480
+ #: gallery-plugin.php:1069
481
+ msgid "Display all images in the lightbox instead of going into a single gallery"
 
482
  msgstr ""
483
 
484
+ #: gallery-plugin.php:1072
485
+ msgid "When using the gallery template or a shortcode with `display=short` parameter"
 
486
  msgstr ""
487
 
488
+ #: gallery-plugin.php:1098
489
  msgid "Save Changes"
490
  msgstr "Sačuvaj izmene"
491
 
492
+ #: gallery-plugin.php:1135
493
  msgid "Support"
494
  msgstr "Podrška"
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 "Nije pronađena Galerija"
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 "Insert Media"
521
+ msgstr ""
522
+
523
+ #: gallery-plugin.php:1218
524
+ msgid "Insert"
525
+ msgstr ""
526
+
527
+ #: gallery-plugin.php:1230
528
  #, fuzzy
529
  msgid "Learn more"
530
  msgstr "Pročitaj više"
531
 
532
+ #: gallery-plugin.php:1235
533
  #, fuzzy
534
  msgid "Activate"
535
  msgstr "Aktivirani moduli"
536
 
537
+ #: gallery-plugin.php:1242
538
  #, fuzzy
539
  msgid "Install now"
540
  msgstr "Instalacija %s"
541
 
542
+ #: gallery-plugin.php:1251
543
  msgid "Add multiple gallery categories"
544
  msgstr ""
545
 
546
+ #: gallery-plugin.php:1251
547
+ msgid "Install Gallery Categories plugin to add unlimited number of categories."
 
548
  msgstr ""
549
 
550
+ #: gallery-plugin.php:1260
551
  msgid "Close"
552
  msgstr ""
553
 
554
+ #: gallery-plugin.php:1524
555
+ #: template/gallery-single-template.php:101
 
 
 
 
 
 
 
 
 
 
 
 
 
556
  msgid "Sorry, nothing found."
557
  msgstr "Nažalost nije pronađeno"
558
 
559
+ #: gallery-plugin.php:1546
560
+ #: template/gallery-single-template.php:120
561
  msgid "Image"
562
  msgstr "Slika"
563
 
564
+ #: gallery-plugin.php:1546
565
+ #: template/gallery-single-template.php:19
566
+ msgid "Download high resolution image"
567
+ msgstr "Preuzmi sliku u visokoj rezoluciji"
568
+
569
+ #: gallery-plugin.php:1676
570
  #, fuzzy
571
  msgid "Image size not defined"
572
  msgstr "Veličina slike"
573
 
574
+ #: gallery-plugin.php:1691
575
+ msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
 
 
576
  msgstr ""
577
 
578
+ #: gallery-plugin.php:1702
579
  msgid "Image size changes not defined"
580
  msgstr ""
581
 
582
+ #: gallery-plugin.php:1731
583
+ #: gallery-plugin.php:1734
584
+ #: gallery-plugin.php:1739
585
  msgid "Invalid path"
586
  msgstr ""
587
 
588
+ #: gallery-plugin.php:1888
589
+ msgid "Add images requires JavaScript."
590
+ msgstr ""
591
+
592
+ #: gallery-plugin.php:1891
593
+ msgid "Add Media"
594
+ msgstr ""
595
+
596
+ #: gallery-plugin.php:1901
597
+ msgid "The grid view for the Gallery images requires JavaScript."
598
+ msgstr ""
599
+
600
+ #: gallery-plugin.php:1901
601
+ msgid "Switch to the list view"
602
+ msgstr ""
603
+
604
+ #: gallery-plugin.php:1928
605
+ msgid "List View"
606
+ msgstr ""
607
+
608
+ #: gallery-plugin.php:1929
609
+ msgid "Grid View"
610
+ msgstr ""
611
+
612
+ #: gallery-plugin.php:1986
613
+ msgid "Filter"
614
+ msgstr ""
615
+
616
+ #: gallery-plugin.php:1990
617
+ msgid "Empty Trash"
618
+ msgstr ""
619
+
620
+ #: gallery-plugin.php:2011
621
  #, fuzzy
622
+ msgid "No images found"
623
+ msgstr "Nije pronađena Galerija"
624
+
625
+ #: gallery-plugin.php:2065
626
+ msgid "Select bulk action"
627
+ msgstr ""
628
+
629
+ #: gallery-plugin.php:2067
630
+ msgid "Bulk Actions"
631
+ msgstr ""
632
+
633
+ #: gallery-plugin.php:2077
634
+ msgid "Apply"
635
+ msgstr ""
636
+
637
+ #: gallery-plugin.php:2084
638
+ #: gallery-plugin.php:2258
639
+ #, fuzzy
640
+ msgid "Delete from Gallery"
641
+ msgstr "Nova Galerija"
642
+
643
+ #: gallery-plugin.php:2097
644
+ #: gallery-plugin.php:2111
645
+ msgid "Display file URL"
646
+ msgstr ""
647
+
648
+ #: gallery-plugin.php:2106
649
+ msgid "Bulk Select"
650
+ msgstr ""
651
+
652
+ #: gallery-plugin.php:2108
653
+ msgid "Cancel Selection"
654
+ msgstr ""
655
+
656
+ #: gallery-plugin.php:2109
657
+ msgid "Delete Selected"
658
+ msgstr ""
659
+
660
+ #: gallery-plugin.php:2122
661
+ msgid "File"
662
+ msgstr ""
663
+
664
+ #: gallery-plugin.php:2123
665
+ #: gallery-plugin.php:2211
666
+ msgid "Dimensions"
667
+ msgstr ""
668
 
669
+ #: gallery-plugin.php:2125
670
+ #: gallery-plugin.php:2246
671
+ msgid "Alt tag"
672
+ msgstr ""
673
+
674
+ #: gallery-plugin.php:2126
675
+ #: gallery-plugin.php:2250
676
+ msgid "URL"
677
+ msgstr "URL"
678
+
679
+ #: gallery-plugin.php:2202
680
+ msgid "Deselect"
681
+ msgstr ""
682
+
683
+ #: gallery-plugin.php:2208
684
+ msgid "File name"
685
+ msgstr ""
686
+
687
+ #: gallery-plugin.php:2209
688
+ msgid "File type"
689
+ msgstr ""
690
+
691
+ #: gallery-plugin.php:2210
692
+ #, fuzzy
693
+ msgid "Uploaded on"
694
+ msgstr "Učitaj fajl"
695
+
696
+ #: gallery-plugin.php:2214
697
+ #: gallery-plugin.php:2215
698
+ #, fuzzy
699
+ msgid "Edit Attachment"
700
+ msgstr "ID priloga"
701
+
702
+ #: gallery-plugin.php:2215
703
+ #, fuzzy
704
+ msgid "Edit Attachment Info"
705
+ msgstr "ID priloga"
706
+
707
+ #: gallery-plugin.php:2225
708
+ msgid "Go Pro"
709
+ msgstr ""
710
+
711
+ #: gallery-plugin.php:2225
712
+ msgid "Pro version"
713
+ msgstr ""
714
+
715
+ #: gallery-plugin.php:2228
716
+ msgid "This setting is available in Pro version"
717
+ msgstr "Ovo podešavanje je dostupno u Pro verziji"
718
+
719
+ #: gallery-plugin.php:2252
720
+ msgid "(by click on image opens a link in a new window)"
721
+ msgstr "(klikom na sliku otvara se link u novom prozoru)"
722
+
723
+ #: gallery-plugin.php:2256
724
+ msgid "Edit more details"
725
+ msgstr ""
726
+
727
+ #: gallery-plugin.php:2288
728
+ #, php-format
729
+ msgid "Select %s"
730
+ msgstr ""
731
+
732
+ #: gallery-plugin.php:2301
733
+ #: gallery-plugin.php:2313
734
+ #, php-format
735
+ msgid "Edit &#8220;%s&#8221;"
736
+ msgstr ""
737
+
738
+ #: gallery-plugin.php:2348
739
+ #: gallery-plugin.php:2361
740
+ msgid "Edit"
741
+ msgstr ""
742
+
743
+ #: gallery-plugin.php:2351
744
+ #: gallery-plugin.php:2366
745
+ msgid "Trash"
746
+ msgstr ""
747
+
748
+ #: gallery-plugin.php:2354
749
+ #: gallery-plugin.php:2369
750
+ msgid "Delete Permanently"
751
+ msgstr ""
752
+
753
+ #: gallery-plugin.php:2356
754
+ #: gallery-plugin.php:2374
755
+ #, php-format
756
+ msgid "View &#8220;%s&#8221;"
757
+ msgstr ""
758
+
759
+ #: gallery-plugin.php:2356
760
+ #: gallery-plugin.php:2374
761
+ msgid "View"
762
+ msgstr ""
763
+
764
+ #: gallery-plugin.php:2358
765
+ #, fuzzy
766
+ msgid "Attach"
767
+ msgstr "ID priloga"
768
+
769
+ #: gallery-plugin.php:2364
770
+ msgid "Restore"
771
+ msgstr ""
772
+
773
+ #: gallery-plugin.php:2484
774
+ msgid "Warning"
775
+ msgstr ""
776
+
777
+ #: gallery-plugin.php:2484
778
+ msgid "You can add only images to the gallery"
779
+ msgstr ""
780
+
781
+ #: gallery-plugin.php:2513
782
+ #, fuzzy
783
+ msgid "Sorry, no gallery found."
784
+ msgstr "Nažalost nije pronađeno"
785
+
786
+ #: gallery-plugin.php:2519
787
+ #, fuzzy
788
+ msgid "Display an album image with the description and the link to a single gallery page"
789
+ msgstr "Ako želite da prikažete kratak opis koji sadrži snimak ekrana i link ka stranici sa Jedinstvenom galerijom."
790
+
791
+ #: inc/demo-data/demo-data-loader.php:78
792
  #, fuzzy
793
  msgid "Install Demo Data"
794
  msgstr "Instalacija %s"
795
 
796
+ #: inc/demo-data/demo-data-loader.php:79
797
+ msgid "If you install the demo-data, will be created galleries with images, demo-post with available shortcodes and page with a list of all the galleries, plugin settings will be overwritten, however, when you delete the demo data, they will be restored."
 
 
 
 
798
  msgstr ""
799
 
800
  #: inc/demo-data/demo-data-loader.php:82
834
  msgid "Demo options already installed."
835
  msgstr ""
836
 
837
+ #: inc/demo-data/demo-data-loader.php:296
838
  msgid "Demo data successfully installed."
839
  msgstr ""
840
 
841
+ #: inc/demo-data/demo-data-loader.php:298
842
  msgid "View post with shortcodes"
843
  msgstr ""
844
 
845
+ #: inc/demo-data/demo-data-loader.php:301
846
  msgid "View page with examples"
847
  msgstr ""
848
 
849
+ #: inc/demo-data/demo-data-loader.php:308
850
  msgid "Installation of demo data with some errors occurred."
851
  msgstr ""
852
 
853
+ #: inc/demo-data/demo-data-loader.php:311
854
  msgid "Posts data is missing."
855
  msgstr ""
856
 
857
+ #: inc/demo-data/demo-data-loader.php:336
858
  msgid "Demo data have already been removed."
859
  msgstr ""
860
 
861
+ #: inc/demo-data/demo-data-loader.php:383
862
  msgid "Demo data successfully removed."
863
  msgstr ""
864
 
865
+ #: inc/demo-data/demo-data-loader.php:386
866
  msgid "Removing demo data with some errors occurred."
867
  msgstr ""
868
 
869
+ #: inc/demo-data/demo-data-loader.php:517
870
  msgid "Close notice"
871
  msgstr ""
872
 
873
+ #: inc/demo-data/demo-data-loader.php:520
874
  #, fuzzy
875
  msgid "Install demo data"
876
  msgstr "Instalacija %s"
877
 
878
+ #: inc/demo-data/demo-data-loader.php:520
879
  msgid "for an acquaintance with the possibilities of the"
880
  msgstr ""
881
 
882
+ #: template/gallery-template.php:14
883
+ #, fuzzy
884
+ msgid "Gallery Category"
885
+ msgstr "Veličina slika u galeriji"
886
+
887
+ #~ msgid "Add a Gallery"
888
+ #~ msgstr "Dodaj Galeriju"
889
+
890
+ #~ msgid "Find a Gallery"
891
+ #~ msgstr "Pronađi Galeriju"
892
+
893
+ #~ msgid ""
894
+ #~ "The gallery temp directory (gallery-plugin/upload/files) is not available "
895
+ #~ "for record on your webserver. Please use the standard WP functionality to "
896
+ #~ "upload images (media library)"
897
+ #~ msgstr ""
898
+ #~ "Privremeni direktorijum galerije (gallery-plugin/upload/files) nije "
899
+ #~ "dostupan za arhiviranje na vašem web serveru. Molimo vas da koristite "
900
+ #~ "standardne WP funkcije za učitavanje slika (biblioteka medija)"
901
+
902
+ #~ msgid "Choose an image for upload:"
903
+ #~ msgstr "Izaberi sliku za učitavanje:"
904
+
905
+ #~ msgid "Please enable JavaScript to use the file uploader."
906
+ #~ msgstr ""
907
+ #~ "Molimo vas omogućite da JavaScript koristi program za učitavanje fajlova."
908
+
909
+ #~ msgid "Allow the download link for all images in this gallery"
910
+ #~ msgstr "Dozvoli link za preuzimanje za sve slike u ovoj galeriji"
911
+
912
+ #~ msgid ""
913
+ #~ "Please use the drag and drop function to change an order of the images "
914
+ #~ "displaying and do not forget to save the post."
915
+ #~ msgstr ""
916
+ #~ "Molimo vas da koristite funkciju prevlačenja da biste izmenili redosled "
917
+ #~ "prikazanih slika i ne zaboravite da sačuvate post."
918
+
919
+ #~ msgid "Please make a choice"
920
+ #~ msgstr "Molimo vas izaberite"
921
+
922
+ #~ msgid "sort images"
923
+ #~ msgstr "poređaj slike"
924
+
925
+ #~ msgid "on the plugin settings page ("
926
+ #~ msgstr "na stranici za podešavanje modula ("
927
+
928
+ #, fuzzy
929
+ #~ msgid "Open the URL"
930
+ #~ msgstr "Otvori link"
931
+
932
+ #~ msgid "Current window"
933
+ #~ msgstr "Trenutni prozor"
934
+
935
+ #~ msgid "New window"
936
+ #~ msgstr "Novi prozor"
937
+
938
+ #, fuzzy
939
+ #~ msgid "Lightbox button URL"
940
+ #~ msgstr "Lightbox pozadina"
941
+
942
+ #~ msgid "Delete"
943
+ #~ msgstr "Obriši"
944
+
945
+ #~ msgid ""
946
+ #~ "You can add a Single Gallery to the page or post by inserting this "
947
+ #~ "shortcode into the content"
948
+ #~ msgstr ""
949
+ #~ "Možete dodati Jedinstvenu galeriju na stranicu ili post ubacivanjem ovog "
950
+ #~ "kratkog koda u sadržaj."
951
+
952
+ #~ msgid "Publishing"
953
+ #~ msgstr "Izdanje"
954
+
955
+ #~ msgid "Background color"
956
+ #~ msgstr "Pozadinska boja"
957
+
958
+ #~ msgid ""
959
+ #~ "Sorting order (the input field for sorting order in the Insert / Upload "
960
+ #~ "Media Gallery dialog)"
961
+ #~ msgstr ""
962
+ #~ "Raspoređivanje (polje za unos za sortiranje u dijalogu Insert / Upload "
963
+ #~ "Media Gallery)"
964
+
965
  #~ msgid "left"
966
  #~ msgstr "levo"
967
 
languages/gallery-tr.mo CHANGED
Binary file
languages/gallery-tr.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-11 12:13+0300\n"
6
  "PO-Revision-Date: \n"
7
- "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Ismail Demirbilek <ce.demirbilek@gmail.com>\n"
9
  "Language: tr_TR\n"
10
  "MIME-Version: 1.0\n"
@@ -17,695 +17,782 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: gallery-plugin.php:95
 
 
 
 
 
 
 
21
  msgid "See images &raquo;"
22
  msgstr "Resimleri Gör &raquo;"
23
 
24
- #: gallery-plugin.php:209
25
- msgid ""
26
- "The following files \"gallery-template.php\" and \"gallery-single-template."
27
- "php\" were not found in the directory of your theme. Please copy them from "
28
- "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
29
- "directory of your theme for the correct work of the Gallery plugin"
30
  msgstr ""
31
- "\"gallery-template.php\" ve \"gallery-single-template.php\" dosyaları tema "
32
- "klasörünüzde bulunamadı. Lütfen bu dosyaları `/wp-content/plugins/gallery-"
33
- "plugin/template/` dizininden tema dizininize kopyalayınız. Aksi halde Galeri "
34
- "eklentisi doğru çalışmayacaktır."
35
 
36
- #: gallery-plugin.php:218 gallery-plugin.php:228
 
 
 
 
 
37
  msgid "Galleries"
38
  msgstr "Galeriler"
39
 
40
- #: gallery-plugin.php:219
 
41
  msgid "Gallery"
42
  msgstr "Galeri"
43
 
44
- #: gallery-plugin.php:220
45
- msgid "Add a Gallery"
46
- msgstr "Yeni Galeri"
47
-
48
- #: gallery-plugin.php:221
49
  msgid "Add New Gallery"
50
  msgstr "Yeni Galeri"
51
 
52
- #: gallery-plugin.php:222
53
  msgid "Edit Gallery"
54
  msgstr "Galeriyi Düzenle"
55
 
56
- #: gallery-plugin.php:223
57
  msgid "New Gallery"
58
  msgstr "Yeni Galeri"
59
 
60
- #: gallery-plugin.php:224
61
  msgid "View Gallery"
62
  msgstr "Galeriyi görüntüle"
63
 
64
- #: gallery-plugin.php:225
65
- msgid "Find a Gallery"
66
- msgstr "Galeri bul"
 
67
 
68
- #: gallery-plugin.php:226
69
  msgid "No Gallery found"
70
  msgstr "Galeri bulunamadı"
71
 
72
- #: gallery-plugin.php:283
73
- msgid "Upload File"
74
- msgstr "Resim Yükle"
75
-
76
- #: gallery-plugin.php:284
77
  msgid "Gallery Shortcode"
78
  msgstr "Galeri Kısa Kodu"
79
 
80
- #: gallery-plugin.php:286 gallery-plugin.php:442
 
81
  #, fuzzy
82
  msgid "Gallery Categories"
83
  msgstr "Galeri resim boyutu"
84
 
85
- #: gallery-plugin.php:295
86
- msgid "Choose a media file that will be attached"
87
- msgstr ""
88
-
89
- #: gallery-plugin.php:295
90
- #, php-format
91
- msgid "You need to install \"%s\" plugin to use this functionality"
92
- msgstr ""
93
-
94
- #: gallery-plugin.php:296
95
- msgid "Attach media item to this gallery"
96
- msgstr ""
97
-
98
- #: gallery-plugin.php:315
99
- msgid ""
100
- "The gallery temp directory (gallery-plugin/upload/files) is not available "
101
- "for record on your webserver. Please use the standard WP functionality to "
102
- "upload images (media library)"
103
- msgstr ""
104
- "Geçici galeri dizini (gallery-plugin/upload/files) yazma izni verilmediği "
105
- "için kullanılamıyor. Lütfen ortam bölümünden resimlerinizi upload ediniz."
106
-
107
- #: gallery-plugin.php:327
108
- msgid "Choose an image for upload:"
109
- msgstr "Yüklemek için bir resim seçiniz:"
110
-
111
- #: gallery-plugin.php:332
112
- msgid "Please enable JavaScript to use the file uploader."
113
- msgstr "Uploader'ı kullanmak için JavaScript desteğini aktifleştirmelisiniz."
114
-
115
- #: gallery-plugin.php:340
116
- msgid "Allow the download link for all images in this gallery"
117
- msgstr "İndirme bağlantısını bu galerideki tüm resimlere ekle"
118
-
119
- #: gallery-plugin.php:341
120
- msgid ""
121
- "Please use the drag and drop function to change an order of the images "
122
- "displaying and do not forget to save the post."
123
- msgstr ""
124
- "Sıralamayı değiştirmek için resimleri sürükleyin. Değişiklikleri kaydetmeyi "
125
- "uutmayın."
126
-
127
- #: gallery-plugin.php:343
128
- msgid "Please make a choice"
129
- msgstr "Lütfen bir seçim yapınız"
130
-
131
- #: gallery-plugin.php:343 gallery-plugin.php:1030
132
- msgid "Sort images by"
133
- msgstr "Resimleri sırala buna göre sırala"
134
-
135
- #: gallery-plugin.php:343
136
- msgid "sort images"
137
- msgstr "görselleri sırala"
138
-
139
- #: gallery-plugin.php:343
140
- msgid "on the plugin settings page ("
141
- msgstr "Eklenti ayarları: ("
142
-
143
- #: gallery-plugin.php:396 gallery-plugin.php:672
144
- msgid "Title"
145
- msgstr "Başlık"
146
-
147
- #: gallery-plugin.php:398
148
- msgid "Alt tag"
149
  msgstr ""
150
 
151
- #: gallery-plugin.php:399
152
- msgid "URL"
153
- msgstr "URL"
154
-
155
- #: gallery-plugin.php:399
156
- msgid "(by click on image opens a link in a new window)"
157
- msgstr "(görsele tıklanınca yeni bir pencerede link açılır)"
158
-
159
- #: gallery-plugin.php:400
160
- msgid "This setting is available in Pro version"
161
- msgstr "Bu ayar Pro verisyonda yapılabilir"
162
-
163
- #: gallery-plugin.php:401
164
  #, fuzzy
165
- msgid "Open the URL"
166
- msgstr "Linki "
167
 
168
- #: gallery-plugin.php:401
169
- msgid "Current window"
170
- msgstr "Geçerli pencere"
171
-
172
- #: gallery-plugin.php:401
173
- msgid "New window"
174
- msgstr "Yeni pencere"
175
-
176
- #: gallery-plugin.php:402
177
- #, fuzzy
178
- msgid "Lightbox button URL"
179
- msgstr "Lightbox arkaplanı"
180
-
181
- #: gallery-plugin.php:403
182
- msgid "Description"
183
- msgstr ""
184
-
185
- #: gallery-plugin.php:404
186
- msgid "Delete"
187
- msgstr "Sil"
188
-
189
- #: gallery-plugin.php:424
190
- msgid ""
191
- "You can add a Single Gallery to the page or post by inserting this shortcode "
192
- "into the content"
193
  msgstr ""
194
- "Sayfa ya da yazılara kısa kodu yazarak tekil galeri ekleyebilirsiniz. "
195
- "Aşağıdaki kısa kodu yazının içerisine yapıştırmanız yeterli"
196
 
197
- #: gallery-plugin.php:426
198
- msgid ""
199
- "If you want to display a short description containing a screenshot and the "
200
- "link to the Single Gallery Page"
201
- msgstr ""
202
- "Eğer Galeri sayfasına link içeren galeri önizlemesi eklemek isterseniz "
203
- "aşağıdaki kodu yapıştırınız"
204
-
205
- #: gallery-plugin.php:443
206
  msgid "Most Used"
207
  msgstr ""
208
 
209
- #: gallery-plugin.php:448 gallery-plugin.php:957
 
210
  msgid "Default"
211
  msgstr "Öntanımlı"
212
 
213
- #: gallery-plugin.php:453
214
  #, fuzzy
215
  msgid "Add New Gallery Category"
216
  msgstr "Yeni Galeri"
217
 
218
- #: gallery-plugin.php:460
219
  #, fuzzy
220
  msgid "Install plugin"
221
  msgstr "Yüklü eklentiler"
222
 
223
- #: gallery-plugin.php:673
 
 
 
 
 
 
224
  msgid "Author"
225
  msgstr "Yazar"
226
 
227
- #: gallery-plugin.php:674
228
- msgid "Photo"
229
- msgstr "Fotoğraf"
 
230
 
231
- #: gallery-plugin.php:675
232
- msgid "Publishing"
233
- msgstr "Yayınlama"
 
234
 
235
- #: gallery-plugin.php:676 gallery-plugin.php:1034
 
236
  msgid "Date"
237
  msgstr "Tarih"
238
 
239
- #: gallery-plugin.php:836
240
  msgid "Settings are saved"
241
  msgstr "Ayarlar kaydedildi"
242
 
243
- #: gallery-plugin.php:849
244
  #, fuzzy
245
  msgid "All plugin settings were restored."
246
  msgstr "Eklenti ayarları: ("
247
 
248
- #: gallery-plugin.php:862
249
  msgid "Gallery Settings"
250
  msgstr "Galeri ayarları"
251
 
252
- #: gallery-plugin.php:864 gallery-plugin.php:1216 gallery-plugin.php:1233
253
- msgid "Settings"
254
- msgstr "Ayarlar"
255
-
256
- #: gallery-plugin.php:865 gallery-plugin.php:1217
257
  msgid "FAQ"
258
  msgstr "SSS"
259
 
260
- #: gallery-plugin.php:866
261
  msgid "Go PRO"
262
  msgstr ""
263
 
264
- #: gallery-plugin.php:876
265
  msgid "Notice:"
266
  msgstr ""
267
 
268
- #: gallery-plugin.php:876
269
- msgid ""
270
- "The plugin's settings have been changed. In order to save them please don't "
271
- "forget to click the 'Save Changes' button."
272
  msgstr ""
273
 
274
- #: gallery-plugin.php:877
275
- msgid ""
276
- "If you would like to add a Single Gallery to your page or post, just copy "
277
- "and paste this shortcode into your post or page:"
278
- msgstr ""
279
- "Sayfa ya da yazılara tekil galeri eklemek için bu kısa kodu kopyalayıp sayfa "
280
- "ya da yazı içerisine yapıştırın:"
281
 
282
- #: gallery-plugin.php:879
283
  #, fuzzy
284
  msgid "Please enable JavaScript to use the option to renew images."
285
  msgstr "Uploader'ı kullanmak için JavaScript desteğini aktifleştirmelisiniz."
286
 
287
- #: gallery-plugin.php:883
288
  msgid "Update images for gallery"
289
  msgstr ""
290
 
291
- #: gallery-plugin.php:885
292
  #, fuzzy
293
  msgid "Update images"
294
  msgstr "görselleri sırala"
295
 
296
- #: gallery-plugin.php:893
297
  msgid "Image size for the album cover"
298
  msgstr "Albüm kapağı için resim boyuru"
299
 
300
- #: gallery-plugin.php:895 gallery-plugin.php:909 gallery-plugin.php:931
 
 
301
  msgid "Image size"
302
  msgstr "Resim boyutu"
303
 
304
- #: gallery-plugin.php:898 gallery-plugin.php:912
 
305
  msgid "Width (in px)"
306
  msgstr "Yatay boyut (px)"
307
 
308
- #: gallery-plugin.php:902 gallery-plugin.php:916
 
309
  msgid "Height (in px)"
310
  msgstr "Yükseklik (px)"
311
 
312
- #: gallery-plugin.php:907
313
  #, fuzzy
314
  msgid "Image size for thumbnails"
315
  msgstr "Albüm kapağı için resim boyuru"
316
 
317
- #: gallery-plugin.php:921
318
- msgid ""
319
- "WordPress will create a new thumbnail with the specified dimensions when you "
320
- "upload a new photo."
321
- msgstr ""
322
- "Yeni bir resim yüklediğinizde Wordpress belirlernen boyutlarda bir thumbnail "
323
- "oluşturacaktır."
324
 
325
- #: gallery-plugin.php:929
326
  #, fuzzy
327
  msgid "Image size in the lightbox"
328
  msgstr "Lightbox içerisindeki resim boyutu"
329
 
330
- #: gallery-plugin.php:932
331
  msgid "Max width (in px)"
332
  msgstr "Maksimum yatay boyut (px)"
333
 
334
- #: gallery-plugin.php:933
335
  msgid "Max height (in px)"
336
  msgstr "Maksimum yükseklik (px)"
337
 
338
- #: gallery-plugin.php:934
339
  msgid "Display a full size image in the lightbox"
340
  msgstr "Lightbox içerisinde tam boyutlu resim göster"
341
 
342
- #: gallery-plugin.php:938
343
  msgid "Crop position"
344
  msgstr "Kırpma konumu"
345
 
346
- #: gallery-plugin.php:942 gallery-plugin.php:948
 
347
  msgid "center"
348
  msgstr "orta"
349
 
350
- #: gallery-plugin.php:944
351
  msgid "Horizontal"
352
  msgstr "Yatay"
353
 
354
- #: gallery-plugin.php:950
355
  msgid "Vertical"
356
  msgstr "Dikey"
357
 
358
- #: gallery-plugin.php:955
359
  msgid "Lightbox background"
360
  msgstr "Lightbox arkaplanı"
361
 
362
- #: gallery-plugin.php:958
363
  msgid "Background transparency (from 0 to 1)"
364
  msgstr "Arkaplan saydamlığı (0 - 10 arasında)"
365
 
366
- #: gallery-plugin.php:960
367
  msgid "Select a background color"
368
  msgstr "Arkaplan rengi seçiniz"
369
 
370
- #: gallery-plugin.php:962
371
- msgid "Background color"
372
- msgstr "Arka plan rengi"
373
-
374
- #: gallery-plugin.php:969 gallery-plugin.php:1157
375
- msgid ""
376
- "If you upgrade to Pro version all your settings and galleries will be saved."
377
  msgstr ""
378
 
379
- #: gallery-plugin.php:976 gallery-plugin.php:1164
380
- msgid "Unlock premium options by upgrading to a PRO version."
 
381
  msgstr ""
382
 
383
- #: gallery-plugin.php:977 gallery-plugin.php:1165
384
- #, fuzzy
385
- msgid "Learn More"
386
- msgstr "Devamını Oku"
387
-
388
- #: gallery-plugin.php:981 gallery-plugin.php:1169
389
  msgid "Start Your Trial"
390
  msgstr ""
391
 
392
- #: gallery-plugin.php:982 gallery-plugin.php:1170
 
393
  msgid "or"
394
  msgstr ""
395
 
396
- #: gallery-plugin.php:985 gallery-plugin.php:1173
397
- msgid "Go"
398
- msgstr ""
 
 
399
 
400
- #: gallery-plugin.php:993
401
  msgid "Images with border"
402
  msgstr "Çerçeveli resimler"
403
 
404
- #: gallery-plugin.php:996
405
  msgid "Border width in px, just numbers"
406
  msgstr "Çerçeve kalınlığı (px) [sadece sayı yazınız]"
407
 
408
- #: gallery-plugin.php:998 gallery-plugin.php:1000
409
  msgid "Select a border color"
410
  msgstr "Çerçeve rengi seçiniz"
411
 
412
- #: gallery-plugin.php:1006
413
  msgid "Number of images in the row"
414
  msgstr "Bir satırdaki resim sayısı"
415
 
416
- #: gallery-plugin.php:1012
417
  msgid "Start slideshow"
418
  msgstr "Slayt gösterisini başlat"
419
 
420
- #: gallery-plugin.php:1018
421
  msgid "Slideshow interval"
422
  msgstr "Slayt gösterisi sıklığı"
423
 
424
- #: gallery-plugin.php:1024
425
  msgid "Use single lightbox for multiple galleries on one page"
426
  msgstr ""
427
 
428
- #: gallery-plugin.php:1032
 
 
 
 
429
  msgid "Attachment ID"
430
  msgstr "Ek ID"
431
 
432
- #: gallery-plugin.php:1033
433
  msgid "Image Name"
434
  msgstr "Resim İsmi"
435
 
436
- #: gallery-plugin.php:1035
437
- msgid ""
438
- "Sorting order (the input field for sorting order in the Insert / Upload "
439
- "Media Gallery dialog)"
440
- msgstr "Sıralama"
441
 
442
- #: gallery-plugin.php:1036
443
  msgid "Random"
444
  msgstr "Rastgele"
445
 
446
- #: gallery-plugin.php:1040
447
  msgid "Sort images"
448
  msgstr "Resimleri sırala"
449
 
450
- #: gallery-plugin.php:1042
451
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
452
  msgstr "Artan Sırada (1,2,3; a,b,c)"
453
 
454
- #: gallery-plugin.php:1043
455
- msgid ""
456
- "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
457
  msgstr "Azalan Sırada (3,2,1;c,b,a)"
458
 
459
- #: gallery-plugin.php:1047
460
  #, fuzzy
461
  msgid "Display text under the image"
462
  msgstr "Görsel üzerinde yazı göster"
463
 
464
- #: gallery-plugin.php:1049
465
  #, fuzzy
466
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
467
  msgstr "Eğer lightbox içerisinde yazı göstermek isterseniz"
468
 
469
- #: gallery-plugin.php:1053
470
  msgid "Display the Back link"
471
  msgstr "Geri linkini göster"
472
 
473
- #: gallery-plugin.php:1059
474
  msgid "Display the Back link in the shortcode"
475
  msgstr "Kısa kodda Geri linkini göster"
476
 
477
- #: gallery-plugin.php:1065
478
  msgid "The Back link text"
479
  msgstr "Geri linki başlığı"
480
 
481
- #: gallery-plugin.php:1071
482
  msgid "The Back link URL"
483
  msgstr "Geri linki URL'si"
484
 
485
- #: gallery-plugin.php:1073
486
  msgid "Gallery page (Page with Gallery Template)"
487
  msgstr "Galeri sayfası"
488
 
489
- #: gallery-plugin.php:1075
490
  msgid "(Full URL to custom page)"
491
  msgstr "(Özel sayfaya(custom page) tam link)"
492
 
493
- #: gallery-plugin.php:1079
494
  msgid "The Read More link text"
495
  msgstr "Devamını oku linki için etiket"
496
 
497
- #: gallery-plugin.php:1085
498
  msgid "Add gallery to the search"
499
  msgstr ""
500
 
501
- #: gallery-plugin.php:1090
502
  msgid "Using"
503
  msgstr ""
504
 
505
- #: gallery-plugin.php:1090
506
  msgid "powered by"
507
  msgstr ""
508
 
509
- #: gallery-plugin.php:1093 gallery-plugin.php:1097
 
510
  msgid "Using Custom Search powered by"
511
  msgstr ""
512
 
513
- #: gallery-plugin.php:1093
514
  msgid "Activate Custom Search"
515
  msgstr ""
516
 
517
- #: gallery-plugin.php:1097
518
  msgid "Download Custom Search"
519
  msgstr ""
520
 
521
- #: gallery-plugin.php:1102
522
  msgid "Rewrite templates after update"
523
  msgstr ""
524
 
525
- #: gallery-plugin.php:1104
526
- msgid ""
527
- "Turn off the checkbox, if You edited the file 'gallery-template.php' or "
528
- "'gallery-single-template.php' file in your theme folder and You don't want "
529
- "to rewrite them"
530
  msgstr ""
531
 
532
- #: gallery-plugin.php:1113
533
  msgid "Use pagination for images"
534
  msgstr ""
535
 
536
- #: gallery-plugin.php:1116
537
  msgid "per page"
538
  msgstr ""
539
 
540
- #: gallery-plugin.php:1120
541
  msgid "The lightbox helper"
542
  msgstr ""
543
 
544
- #: gallery-plugin.php:1122
545
  msgid "Do not use"
546
  msgstr ""
547
 
548
- #: gallery-plugin.php:1123
549
  msgid "Button helper"
550
  msgstr ""
551
 
552
- #: gallery-plugin.php:1124
553
  msgid "Thumbnail helper"
554
  msgstr ""
555
 
556
- #: gallery-plugin.php:1128
557
  msgid "Display Like buttons in the lightbox"
558
  msgstr "Lightbox içerisinde beğen butonlarını göster"
559
 
560
- #: gallery-plugin.php:1130
561
  msgid "FaceBook"
562
  msgstr "Facebook"
563
 
564
- #: gallery-plugin.php:1131
565
  msgid "Twitter"
566
  msgstr "Twitter"
567
 
568
- #: gallery-plugin.php:1132
569
  msgid "Pinterest"
570
  msgstr "Pinterest"
571
 
572
- #: gallery-plugin.php:1133
573
  msgid "Google +1"
574
  msgstr "Google +1"
575
 
576
- #: gallery-plugin.php:1137
577
  #, fuzzy
578
  msgid "Slug for gallery item"
579
  msgstr "Розмір зображення галерея"
580
 
581
- #: gallery-plugin.php:1139
582
  msgid "for any structure of permalinks except the default structure"
583
  msgstr ""
584
 
585
- #: gallery-plugin.php:1143
586
  msgid "Title for lightbox button"
587
  msgstr ""
588
 
589
- #: gallery-plugin.php:1149
590
- msgid ""
591
- "Display all images in the lightbox instead of going into a single gallery"
592
  msgstr ""
593
 
594
- #: gallery-plugin.php:1152
595
- msgid ""
596
- "When using the gallery template or a shortcode with `display=short` parameter"
597
  msgstr ""
598
 
599
- #: gallery-plugin.php:1181
600
  msgid "Save Changes"
601
  msgstr "Değişiklikleri Kaydet"
602
 
603
- #: gallery-plugin.php:1218
604
  msgid "Support"
605
  msgstr "Destek"
606
 
607
- #: gallery-plugin.php:1326
608
  msgid "Updating images..."
609
  msgstr ""
610
 
611
- #: gallery-plugin.php:1327
612
  #, fuzzy
613
  msgid "No image found."
614
  msgstr "Galeri bulunamadı"
615
 
616
- #: gallery-plugin.php:1328
617
  msgid "All images are updated."
618
  msgstr ""
619
 
620
- #: gallery-plugin.php:1329
621
  msgid "Error."
622
  msgstr ""
623
 
624
- #: gallery-plugin.php:1338
 
 
 
 
 
 
 
 
 
 
 
 
 
 
625
  #, fuzzy
626
  msgid "Learn more"
627
  msgstr "Devamını Oku"
628
 
629
- #: gallery-plugin.php:1343 gallery-plugin.php:1383
630
  #, fuzzy
631
  msgid "Activate"
632
  msgstr "Etkinleştirilmiş eklentiler"
633
 
634
- #: gallery-plugin.php:1350 gallery-plugin.php:1390
635
  #, fuzzy
636
  msgid "Install now"
637
  msgstr "%s yükle"
638
 
639
- #: gallery-plugin.php:1359
640
  msgid "Add multiple gallery categories"
641
  msgstr ""
642
 
643
- #: gallery-plugin.php:1359
644
- msgid ""
645
- "Install Gallery Categories plugin to add unlimited number of categories."
646
  msgstr ""
647
 
648
- #: gallery-plugin.php:1368 gallery-plugin.php:1409
649
  msgid "Close"
650
  msgstr ""
651
 
652
- #: gallery-plugin.php:1400
653
- msgid "Already attached?"
654
- msgstr ""
655
-
656
- #: gallery-plugin.php:1400
657
- msgid ""
658
- "If you'd like to attach the files, which are already uploaded, please use Re-"
659
- "attacher plugin."
660
- msgstr ""
661
-
662
- #: gallery-plugin.php:1490 template/gallery-single-template.php:19
663
- msgid "Download high resolution image"
664
- msgstr "Yüksek çözünürlüklü görseli indir"
665
-
666
- #: gallery-plugin.php:1651 template/gallery-single-template.php:101
667
  msgid "Sorry, nothing found."
668
  msgstr "Üzgünüz, sonuç bulunamadı."
669
 
670
- #: gallery-plugin.php:1673 template/gallery-single-template.php:120
 
671
  msgid "Image"
672
  msgstr "Görsel"
673
 
674
- #: gallery-plugin.php:1982
 
 
 
 
 
675
  #, fuzzy
676
  msgid "Image size not defined"
677
  msgstr "Resim boyutu"
678
 
679
- #: gallery-plugin.php:1997
680
- msgid ""
681
- "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
682
- "manually reload image."
683
  msgstr ""
684
 
685
- #: gallery-plugin.php:2008
686
  msgid "Image size changes not defined"
687
  msgstr ""
688
 
689
- #: gallery-plugin.php:2037 gallery-plugin.php:2040 gallery-plugin.php:2045
 
 
690
  msgid "Invalid path"
691
  msgstr ""
692
 
693
- #: template/gallery-template.php:14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
694
  #, fuzzy
695
- msgid "Gallery Category"
696
- msgstr "Galeri resim boyutu"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
697
 
698
- #: inc/demo-data/demo-data-loader.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
699
  #, fuzzy
700
  msgid "Install Demo Data"
701
  msgstr "%s yükle"
702
 
703
- #: inc/demo-data/demo-data-loader.php:78
704
- msgid ""
705
- "If you install the demo-data, will be created galleries with images, demo-"
706
- "post with available shortcodes and page with a list of all the galleries, \n"
707
- "plugin settings will be overwritten, however, when you delete the demo data, "
708
- "they will be restored."
709
  msgstr ""
710
 
711
  #: inc/demo-data/demo-data-loader.php:82
@@ -745,51 +832,131 @@ msgstr ""
745
  msgid "Demo options already installed."
746
  msgstr ""
747
 
748
- #: inc/demo-data/demo-data-loader.php:294
749
  msgid "Demo data successfully installed."
750
  msgstr ""
751
 
752
- #: inc/demo-data/demo-data-loader.php:296
753
  msgid "View post with shortcodes"
754
  msgstr ""
755
 
756
- #: inc/demo-data/demo-data-loader.php:299
757
  msgid "View page with examples"
758
  msgstr ""
759
 
760
- #: inc/demo-data/demo-data-loader.php:303
761
  msgid "Installation of demo data with some errors occurred."
762
  msgstr ""
763
 
764
- #: inc/demo-data/demo-data-loader.php:306
765
  msgid "Posts data is missing."
766
  msgstr ""
767
 
768
- #: inc/demo-data/demo-data-loader.php:331
769
  msgid "Demo data have already been removed."
770
  msgstr ""
771
 
772
- #: inc/demo-data/demo-data-loader.php:378
773
  msgid "Demo data successfully removed."
774
  msgstr ""
775
 
776
- #: inc/demo-data/demo-data-loader.php:381
777
  msgid "Removing demo data with some errors occurred."
778
  msgstr ""
779
 
780
- #: inc/demo-data/demo-data-loader.php:510
781
  msgid "Close notice"
782
  msgstr ""
783
 
784
- #: inc/demo-data/demo-data-loader.php:513
785
  #, fuzzy
786
  msgid "Install demo data"
787
  msgstr "%s yükle"
788
 
789
- #: inc/demo-data/demo-data-loader.php:513
790
  msgid "for an acquaintance with the possibilities of the"
791
  msgstr ""
792
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
793
  #~ msgid "left"
794
  #~ msgstr "sol"
795
 
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: \n"
7
+ "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Ismail Demirbilek <ce.demirbilek@gmail.com>\n"
9
  "Language: tr_TR\n"
10
  "MIME-Version: 1.0\n"
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: gallery-plugin.php:43
21
+ #: gallery-plugin.php:795
22
+ #: gallery-plugin.php:1133
23
+ #: gallery-plugin.php:1150
24
+ msgid "Settings"
25
+ msgstr "Ayarlar"
26
+
27
+ #: gallery-plugin.php:104
28
  msgid "See images &raquo;"
29
  msgstr "Resimleri Gör &raquo;"
30
 
31
+ #: gallery-plugin.php:107
32
+ msgid "Return to all albums"
 
 
 
 
33
  msgstr ""
 
 
 
 
34
 
35
+ #: gallery-plugin.php:331
36
+ 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"
37
+ 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."
38
+
39
+ #: gallery-plugin.php:340
40
+ #: gallery-plugin.php:349
41
  msgid "Galleries"
42
  msgstr "Galeriler"
43
 
44
+ #: gallery-plugin.php:341
45
+ #: gallery-plugin.php:2511
46
  msgid "Gallery"
47
  msgstr "Galeri"
48
 
49
+ #: gallery-plugin.php:342
 
 
 
 
50
  msgid "Add New Gallery"
51
  msgstr "Yeni Galeri"
52
 
53
+ #: gallery-plugin.php:343
54
  msgid "Edit Gallery"
55
  msgstr "Galeriyi Düzenle"
56
 
57
+ #: gallery-plugin.php:344
58
  msgid "New Gallery"
59
  msgstr "Yeni Galeri"
60
 
61
+ #: gallery-plugin.php:345
62
  msgid "View Gallery"
63
  msgstr "Galeriyi görüntüle"
64
 
65
+ #: gallery-plugin.php:346
66
+ #, fuzzy
67
+ msgid "Search Galleries"
68
+ msgstr "Galeriler"
69
 
70
+ #: gallery-plugin.php:347
71
  msgid "No Gallery found"
72
  msgstr "Galeri bulunamadı"
73
 
74
+ #: gallery-plugin.php:404
 
 
 
 
75
  msgid "Gallery Shortcode"
76
  msgstr "Galeri Kısa Kodu"
77
 
78
+ #: gallery-plugin.php:406
79
+ #: gallery-plugin.php:438
80
  #, fuzzy
81
  msgid "Gallery Categories"
82
  msgstr "Galeri resim boyutu"
83
 
84
+ #: gallery-plugin.php:415
85
+ msgid "Add this shortcode to a page, post or widget to display a single gallery"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
86
  msgstr ""
87
 
88
+ #: gallery-plugin.php:418
 
 
 
 
 
 
 
 
 
 
 
 
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 "Eğer Galeri sayfasına link içeren galeri önizlemesi eklemek isterseniz aşağıdaki kodu yapıştırınız"
92
 
93
+ #: gallery-plugin.php:420
94
+ msgid "Short display"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95
  msgstr ""
 
 
96
 
97
+ #: gallery-plugin.php:439
 
 
 
 
 
 
 
 
98
  msgid "Most Used"
99
  msgstr ""
100
 
101
+ #: gallery-plugin.php:444
102
+ #: gallery-plugin.php:890
103
  msgid "Default"
104
  msgstr "Öntanımlı"
105
 
106
+ #: gallery-plugin.php:449
107
  #, fuzzy
108
  msgid "Add New Gallery Category"
109
  msgstr "Yeni Galeri"
110
 
111
+ #: gallery-plugin.php:456
112
  #, fuzzy
113
  msgid "Install plugin"
114
  msgstr "Yüklü eklentiler"
115
 
116
+ #: gallery-plugin.php:611
117
+ #: gallery-plugin.php:2124
118
+ #: gallery-plugin.php:2242
119
+ msgid "Title"
120
+ msgstr "Başlık"
121
+
122
+ #: gallery-plugin.php:612
123
  msgid "Author"
124
  msgstr "Yazar"
125
 
126
+ #: gallery-plugin.php:613
127
+ #, fuzzy
128
+ msgid "Shortcode"
129
+ msgstr "Galeri Kısa Kodu"
130
 
131
+ #: gallery-plugin.php:614
132
+ #, fuzzy
133
+ msgid "Photos"
134
+ msgstr "Fotoğraf"
135
 
136
+ #: gallery-plugin.php:615
137
+ #: gallery-plugin.php:954
138
  msgid "Date"
139
  msgstr "Tarih"
140
 
141
+ #: gallery-plugin.php:768
142
  msgid "Settings are saved"
143
  msgstr "Ayarlar kaydedildi"
144
 
145
+ #: gallery-plugin.php:781
146
  #, fuzzy
147
  msgid "All plugin settings were restored."
148
  msgstr "Eklenti ayarları: ("
149
 
150
+ #: gallery-plugin.php:793
151
  msgid "Gallery Settings"
152
  msgstr "Galeri ayarları"
153
 
154
+ #: gallery-plugin.php:796
155
+ #: gallery-plugin.php:1134
 
 
 
156
  msgid "FAQ"
157
  msgstr "SSS"
158
 
159
+ #: gallery-plugin.php:797
160
  msgid "Go PRO"
161
  msgstr ""
162
 
163
+ #: gallery-plugin.php:807
164
  msgid "Notice:"
165
  msgstr ""
166
 
167
+ #: gallery-plugin.php:807
168
+ msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
 
 
169
  msgstr ""
170
 
171
+ #: gallery-plugin.php:808
172
+ 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:"
173
+ 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:"
 
 
 
 
174
 
175
+ #: gallery-plugin.php:812
176
  #, fuzzy
177
  msgid "Please enable JavaScript to use the option to renew images."
178
  msgstr "Uploader'ı kullanmak için JavaScript desteğini aktifleştirmelisiniz."
179
 
180
+ #: gallery-plugin.php:816
181
  msgid "Update images for gallery"
182
  msgstr ""
183
 
184
+ #: gallery-plugin.php:818
185
  #, fuzzy
186
  msgid "Update images"
187
  msgstr "görselleri sırala"
188
 
189
+ #: gallery-plugin.php:826
190
  msgid "Image size for the album cover"
191
  msgstr "Albüm kapağı için resim boyuru"
192
 
193
+ #: gallery-plugin.php:828
194
+ #: gallery-plugin.php:842
195
+ #: gallery-plugin.php:864
196
  msgid "Image size"
197
  msgstr "Resim boyutu"
198
 
199
+ #: gallery-plugin.php:831
200
+ #: gallery-plugin.php:845
201
  msgid "Width (in px)"
202
  msgstr "Yatay boyut (px)"
203
 
204
+ #: gallery-plugin.php:835
205
+ #: gallery-plugin.php:849
206
  msgid "Height (in px)"
207
  msgstr "Yükseklik (px)"
208
 
209
+ #: gallery-plugin.php:840
210
  #, fuzzy
211
  msgid "Image size for thumbnails"
212
  msgstr "Albüm kapağı için resim boyuru"
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 "Yeni bir resim yüklediğinizde Wordpress belirlernen boyutlarda bir thumbnail oluşturacaktır."
 
 
 
 
217
 
218
+ #: gallery-plugin.php:862
219
  #, fuzzy
220
  msgid "Image size in the lightbox"
221
  msgstr "Lightbox içerisindeki resim boyutu"
222
 
223
+ #: gallery-plugin.php:865
224
  msgid "Max width (in px)"
225
  msgstr "Maksimum yatay boyut (px)"
226
 
227
+ #: gallery-plugin.php:866
228
  msgid "Max height (in px)"
229
  msgstr "Maksimum yükseklik (px)"
230
 
231
+ #: gallery-plugin.php:867
232
  msgid "Display a full size image in the lightbox"
233
  msgstr "Lightbox içerisinde tam boyutlu resim göster"
234
 
235
+ #: gallery-plugin.php:871
236
  msgid "Crop position"
237
  msgstr "Kırpma konumu"
238
 
239
+ #: gallery-plugin.php:875
240
+ #: gallery-plugin.php:881
241
  msgid "center"
242
  msgstr "orta"
243
 
244
+ #: gallery-plugin.php:877
245
  msgid "Horizontal"
246
  msgstr "Yatay"
247
 
248
+ #: gallery-plugin.php:883
249
  msgid "Vertical"
250
  msgstr "Dikey"
251
 
252
+ #: gallery-plugin.php:888
253
  msgid "Lightbox background"
254
  msgstr "Lightbox arkaplanı"
255
 
256
+ #: gallery-plugin.php:891
257
  msgid "Background transparency (from 0 to 1)"
258
  msgstr "Arkaplan saydamlığı (0 - 10 arasında)"
259
 
260
+ #: gallery-plugin.php:892
261
  msgid "Select a background color"
262
  msgstr "Arkaplan rengi seçiniz"
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 ""
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
+ #, fuzzy
287
+ msgid "Learn More"
288
+ msgstr "Devamını Oku"
289
 
290
+ #: gallery-plugin.php:918
291
  msgid "Images with border"
292
  msgstr "Çerçeveli resimler"
293
 
294
+ #: gallery-plugin.php:921
295
  msgid "Border width in px, just numbers"
296
  msgstr "Çerçeve kalınlığı (px) [sadece sayı yazınız]"
297
 
298
+ #: gallery-plugin.php:922
299
  msgid "Select a border color"
300
  msgstr "Çerçeve rengi seçiniz"
301
 
302
+ #: gallery-plugin.php:926
303
  msgid "Number of images in the row"
304
  msgstr "Bir satırdaki resim sayısı"
305
 
306
+ #: gallery-plugin.php:932
307
  msgid "Start slideshow"
308
  msgstr "Slayt gösterisini başlat"
309
 
310
+ #: gallery-plugin.php:938
311
  msgid "Slideshow interval"
312
  msgstr "Slayt gösterisi sıklığı"
313
 
314
+ #: gallery-plugin.php:944
315
  msgid "Use single lightbox for multiple galleries on one page"
316
  msgstr ""
317
 
318
+ #: gallery-plugin.php:950
319
+ msgid "Sort images by"
320
+ msgstr "Resimleri sırala buna göre sırala"
321
+
322
+ #: gallery-plugin.php:952
323
  msgid "Attachment ID"
324
  msgstr "Ek ID"
325
 
326
+ #: gallery-plugin.php:953
327
  msgid "Image Name"
328
  msgstr "Resim İsmi"
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 "Rastgele"
337
 
338
+ #: gallery-plugin.php:960
339
  msgid "Sort images"
340
  msgstr "Resimleri sırala"
341
 
342
+ #: gallery-plugin.php:962
343
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
344
  msgstr "Artan Sırada (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 "Azalan Sırada (3,2,1;c,b,a)"
349
 
350
+ #: gallery-plugin.php:967
351
  #, fuzzy
352
  msgid "Display text under the image"
353
  msgstr "Görsel üzerinde yazı göster"
354
 
355
+ #: gallery-plugin.php:969
356
  #, fuzzy
357
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
358
  msgstr "Eğer lightbox içerisinde yazı göstermek isterseniz"
359
 
360
+ #: gallery-plugin.php:973
361
  msgid "Display the Back link"
362
  msgstr "Geri linkini göster"
363
 
364
+ #: gallery-plugin.php:979
365
  msgid "Display the Back link in the shortcode"
366
  msgstr "Kısa kodda Geri linkini göster"
367
 
368
+ #: gallery-plugin.php:985
369
  msgid "The Back link text"
370
  msgstr "Geri linki başlığı"
371
 
372
+ #: gallery-plugin.php:991
373
  msgid "The Back link URL"
374
  msgstr "Geri linki URL'si"
375
 
376
+ #: gallery-plugin.php:993
377
  msgid "Gallery page (Page with Gallery Template)"
378
  msgstr "Galeri sayfası"
379
 
380
+ #: gallery-plugin.php:995
381
  msgid "(Full URL to custom page)"
382
  msgstr "(Özel sayfaya(custom page) tam link)"
383
 
384
+ #: gallery-plugin.php:999
385
  msgid "The Read More link text"
386
  msgstr "Devamını oku linki için etiket"
387
 
388
+ #: gallery-plugin.php:1005
389
  msgid "Add gallery to the search"
390
  msgstr ""
391
 
392
+ #: gallery-plugin.php:1010
393
  msgid "Using"
394
  msgstr ""
395
 
396
+ #: gallery-plugin.php:1010
397
  msgid "powered by"
398
  msgstr ""
399
 
400
+ #: gallery-plugin.php:1013
401
+ #: gallery-plugin.php:1017
402
  msgid "Using Custom Search powered by"
403
  msgstr ""
404
 
405
+ #: gallery-plugin.php:1013
406
  msgid "Activate Custom Search"
407
  msgstr ""
408
 
409
+ #: gallery-plugin.php:1017
410
  msgid "Download Custom Search"
411
  msgstr ""
412
 
413
+ #: gallery-plugin.php:1022
414
  msgid "Rewrite templates after update"
415
  msgstr ""
416
 
417
+ #: gallery-plugin.php:1024
418
+ 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"
 
 
 
419
  msgstr ""
420
 
421
+ #: gallery-plugin.php:1033
422
  msgid "Use pagination for images"
423
  msgstr ""
424
 
425
+ #: gallery-plugin.php:1036
426
  msgid "per page"
427
  msgstr ""
428
 
429
+ #: gallery-plugin.php:1040
430
  msgid "The lightbox helper"
431
  msgstr ""
432
 
433
+ #: gallery-plugin.php:1042
434
  msgid "Do not use"
435
  msgstr ""
436
 
437
+ #: gallery-plugin.php:1043
438
  msgid "Button helper"
439
  msgstr ""
440
 
441
+ #: gallery-plugin.php:1044
442
  msgid "Thumbnail helper"
443
  msgstr ""
444
 
445
+ #: gallery-plugin.php:1048
446
  msgid "Display Like buttons in the lightbox"
447
  msgstr "Lightbox içerisinde beğen butonlarını göster"
448
 
449
+ #: gallery-plugin.php:1050
450
  msgid "FaceBook"
451
  msgstr "Facebook"
452
 
453
+ #: gallery-plugin.php:1051
454
  msgid "Twitter"
455
  msgstr "Twitter"
456
 
457
+ #: gallery-plugin.php:1052
458
  msgid "Pinterest"
459
  msgstr "Pinterest"
460
 
461
+ #: gallery-plugin.php:1053
462
  msgid "Google +1"
463
  msgstr "Google +1"
464
 
465
+ #: gallery-plugin.php:1057
466
  #, fuzzy
467
  msgid "Slug for gallery item"
468
  msgstr "Розмір зображення галерея"
469
 
470
+ #: gallery-plugin.php:1059
471
  msgid "for any structure of permalinks except the default structure"
472
  msgstr ""
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
+ msgid "When using the gallery template or a shortcode with `display=short` parameter"
 
484
  msgstr ""
485
 
486
+ #: gallery-plugin.php:1098
487
  msgid "Save Changes"
488
  msgstr "Değişiklikleri Kaydet"
489
 
490
+ #: gallery-plugin.php:1135
491
  msgid "Support"
492
  msgstr "Destek"
493
 
494
+ #: gallery-plugin.php:1202
495
  msgid "Updating images..."
496
  msgstr ""
497
 
498
+ #: gallery-plugin.php:1203
499
  #, fuzzy
500
  msgid "No image found."
501
  msgstr "Galeri bulunamadı"
502
 
503
+ #: gallery-plugin.php:1204
504
  msgid "All images are updated."
505
  msgstr ""
506
 
507
+ #: gallery-plugin.php:1205
508
  msgid "Error."
509
  msgstr ""
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 "Insert Media"
519
+ msgstr ""
520
+
521
+ #: gallery-plugin.php:1218
522
+ msgid "Insert"
523
+ msgstr ""
524
+
525
+ #: gallery-plugin.php:1230
526
  #, fuzzy
527
  msgid "Learn more"
528
  msgstr "Devamını Oku"
529
 
530
+ #: gallery-plugin.php:1235
531
  #, fuzzy
532
  msgid "Activate"
533
  msgstr "Etkinleştirilmiş eklentiler"
534
 
535
+ #: gallery-plugin.php:1242
536
  #, fuzzy
537
  msgid "Install now"
538
  msgstr "%s yükle"
539
 
540
+ #: gallery-plugin.php:1251
541
  msgid "Add multiple gallery categories"
542
  msgstr ""
543
 
544
+ #: gallery-plugin.php:1251
545
+ msgid "Install Gallery Categories plugin to add unlimited number of categories."
 
546
  msgstr ""
547
 
548
+ #: gallery-plugin.php:1260
549
  msgid "Close"
550
  msgstr ""
551
 
552
+ #: gallery-plugin.php:1524
553
+ #: template/gallery-single-template.php:101
 
 
 
 
 
 
 
 
 
 
 
 
 
554
  msgid "Sorry, nothing found."
555
  msgstr "Üzgünüz, sonuç bulunamadı."
556
 
557
+ #: gallery-plugin.php:1546
558
+ #: template/gallery-single-template.php:120
559
  msgid "Image"
560
  msgstr "Görsel"
561
 
562
+ #: gallery-plugin.php:1546
563
+ #: template/gallery-single-template.php:19
564
+ msgid "Download high resolution image"
565
+ msgstr "Yüksek çözünürlüklü görseli indir"
566
+
567
+ #: gallery-plugin.php:1676
568
  #, fuzzy
569
  msgid "Image size not defined"
570
  msgstr "Resim boyutu"
571
 
572
+ #: gallery-plugin.php:1691
573
+ msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
 
 
574
  msgstr ""
575
 
576
+ #: gallery-plugin.php:1702
577
  msgid "Image size changes not defined"
578
  msgstr ""
579
 
580
+ #: gallery-plugin.php:1731
581
+ #: gallery-plugin.php:1734
582
+ #: gallery-plugin.php:1739
583
  msgid "Invalid path"
584
  msgstr ""
585
 
586
+ #: gallery-plugin.php:1888
587
+ msgid "Add images requires JavaScript."
588
+ msgstr ""
589
+
590
+ #: gallery-plugin.php:1891
591
+ msgid "Add Media"
592
+ msgstr ""
593
+
594
+ #: gallery-plugin.php:1901
595
+ msgid "The grid view for the Gallery images requires JavaScript."
596
+ msgstr ""
597
+
598
+ #: gallery-plugin.php:1901
599
+ msgid "Switch to the list view"
600
+ msgstr ""
601
+
602
+ #: gallery-plugin.php:1928
603
+ msgid "List View"
604
+ msgstr ""
605
+
606
+ #: gallery-plugin.php:1929
607
+ msgid "Grid View"
608
+ msgstr ""
609
+
610
+ #: gallery-plugin.php:1986
611
+ msgid "Filter"
612
+ msgstr ""
613
+
614
+ #: gallery-plugin.php:1990
615
+ msgid "Empty Trash"
616
+ msgstr ""
617
+
618
+ #: gallery-plugin.php:2011
619
  #, fuzzy
620
+ msgid "No images found"
621
+ msgstr "Galeri bulunamadı"
622
+
623
+ #: gallery-plugin.php:2065
624
+ msgid "Select bulk action"
625
+ msgstr ""
626
+
627
+ #: gallery-plugin.php:2067
628
+ msgid "Bulk Actions"
629
+ msgstr ""
630
+
631
+ #: gallery-plugin.php:2077
632
+ msgid "Apply"
633
+ msgstr ""
634
+
635
+ #: gallery-plugin.php:2084
636
+ #: gallery-plugin.php:2258
637
+ #, fuzzy
638
+ msgid "Delete from Gallery"
639
+ msgstr "Yeni Galeri"
640
+
641
+ #: gallery-plugin.php:2097
642
+ #: gallery-plugin.php:2111
643
+ msgid "Display file URL"
644
+ msgstr ""
645
+
646
+ #: gallery-plugin.php:2106
647
+ msgid "Bulk Select"
648
+ msgstr ""
649
+
650
+ #: gallery-plugin.php:2108
651
+ msgid "Cancel Selection"
652
+ msgstr ""
653
+
654
+ #: gallery-plugin.php:2109
655
+ msgid "Delete Selected"
656
+ msgstr ""
657
+
658
+ #: gallery-plugin.php:2122
659
+ msgid "File"
660
+ msgstr ""
661
+
662
+ #: gallery-plugin.php:2123
663
+ #: gallery-plugin.php:2211
664
+ msgid "Dimensions"
665
+ msgstr ""
666
+
667
+ #: gallery-plugin.php:2125
668
+ #: gallery-plugin.php:2246
669
+ msgid "Alt tag"
670
+ msgstr ""
671
+
672
+ #: gallery-plugin.php:2126
673
+ #: gallery-plugin.php:2250
674
+ msgid "URL"
675
+ msgstr "URL"
676
+
677
+ #: gallery-plugin.php:2202
678
+ msgid "Deselect"
679
+ msgstr ""
680
+
681
+ #: gallery-plugin.php:2208
682
+ msgid "File name"
683
+ msgstr ""
684
+
685
+ #: gallery-plugin.php:2209
686
+ msgid "File type"
687
+ msgstr ""
688
+
689
+ #: gallery-plugin.php:2210
690
+ #, fuzzy
691
+ msgid "Uploaded on"
692
+ msgstr "Resim Yükle"
693
+
694
+ #: gallery-plugin.php:2214
695
+ #: gallery-plugin.php:2215
696
+ #, fuzzy
697
+ msgid "Edit Attachment"
698
+ msgstr "Ek ID"
699
 
700
+ #: gallery-plugin.php:2215
701
+ #, fuzzy
702
+ msgid "Edit Attachment Info"
703
+ msgstr "Ek ID"
704
+
705
+ #: gallery-plugin.php:2225
706
+ msgid "Go Pro"
707
+ msgstr ""
708
+
709
+ #: gallery-plugin.php:2225
710
+ msgid "Pro version"
711
+ msgstr ""
712
+
713
+ #: gallery-plugin.php:2228
714
+ msgid "This setting is available in Pro version"
715
+ msgstr "Bu ayar Pro verisyonda yapılabilir"
716
+
717
+ #: gallery-plugin.php:2252
718
+ msgid "(by click on image opens a link in a new window)"
719
+ msgstr "(görsele tıklanınca yeni bir pencerede link açılır)"
720
+
721
+ #: gallery-plugin.php:2256
722
+ msgid "Edit more details"
723
+ msgstr ""
724
+
725
+ #: gallery-plugin.php:2288
726
+ #, php-format
727
+ msgid "Select %s"
728
+ msgstr ""
729
+
730
+ #: gallery-plugin.php:2301
731
+ #: gallery-plugin.php:2313
732
+ #, php-format
733
+ msgid "Edit &#8220;%s&#8221;"
734
+ msgstr ""
735
+
736
+ #: gallery-plugin.php:2348
737
+ #: gallery-plugin.php:2361
738
+ msgid "Edit"
739
+ msgstr ""
740
+
741
+ #: gallery-plugin.php:2351
742
+ #: gallery-plugin.php:2366
743
+ msgid "Trash"
744
+ msgstr ""
745
+
746
+ #: gallery-plugin.php:2354
747
+ #: gallery-plugin.php:2369
748
+ msgid "Delete Permanently"
749
+ msgstr ""
750
+
751
+ #: gallery-plugin.php:2356
752
+ #: gallery-plugin.php:2374
753
+ #, php-format
754
+ msgid "View &#8220;%s&#8221;"
755
+ msgstr ""
756
+
757
+ #: gallery-plugin.php:2356
758
+ #: gallery-plugin.php:2374
759
+ msgid "View"
760
+ msgstr ""
761
+
762
+ #: gallery-plugin.php:2358
763
+ #, fuzzy
764
+ msgid "Attach"
765
+ msgstr "Ek ID"
766
+
767
+ #: gallery-plugin.php:2364
768
+ msgid "Restore"
769
+ msgstr ""
770
+
771
+ #: gallery-plugin.php:2484
772
+ msgid "Warning"
773
+ msgstr ""
774
+
775
+ #: gallery-plugin.php:2484
776
+ msgid "You can add only images to the gallery"
777
+ msgstr ""
778
+
779
+ #: gallery-plugin.php:2513
780
+ #, fuzzy
781
+ msgid "Sorry, no gallery found."
782
+ msgstr "Üzgünüz, sonuç bulunamadı."
783
+
784
+ #: gallery-plugin.php:2519
785
+ #, fuzzy
786
+ msgid "Display an album image with the description and the link to a single gallery page"
787
+ msgstr "Eğer Galeri sayfasına link içeren galeri önizlemesi eklemek isterseniz aşağıdaki kodu yapıştırınız"
788
+
789
+ #: inc/demo-data/demo-data-loader.php:78
790
  #, fuzzy
791
  msgid "Install Demo Data"
792
  msgstr "%s yükle"
793
 
794
+ #: inc/demo-data/demo-data-loader.php:79
795
+ msgid "If you install the demo-data, will be created galleries with images, demo-post with available shortcodes and page with a list of all the galleries, plugin settings will be overwritten, however, when you delete the demo data, they will be restored."
 
 
 
 
796
  msgstr ""
797
 
798
  #: inc/demo-data/demo-data-loader.php:82
832
  msgid "Demo options already installed."
833
  msgstr ""
834
 
835
+ #: inc/demo-data/demo-data-loader.php:296
836
  msgid "Demo data successfully installed."
837
  msgstr ""
838
 
839
+ #: inc/demo-data/demo-data-loader.php:298
840
  msgid "View post with shortcodes"
841
  msgstr ""
842
 
843
+ #: inc/demo-data/demo-data-loader.php:301
844
  msgid "View page with examples"
845
  msgstr ""
846
 
847
+ #: inc/demo-data/demo-data-loader.php:308
848
  msgid "Installation of demo data with some errors occurred."
849
  msgstr ""
850
 
851
+ #: inc/demo-data/demo-data-loader.php:311
852
  msgid "Posts data is missing."
853
  msgstr ""
854
 
855
+ #: inc/demo-data/demo-data-loader.php:336
856
  msgid "Demo data have already been removed."
857
  msgstr ""
858
 
859
+ #: inc/demo-data/demo-data-loader.php:383
860
  msgid "Demo data successfully removed."
861
  msgstr ""
862
 
863
+ #: inc/demo-data/demo-data-loader.php:386
864
  msgid "Removing demo data with some errors occurred."
865
  msgstr ""
866
 
867
+ #: inc/demo-data/demo-data-loader.php:517
868
  msgid "Close notice"
869
  msgstr ""
870
 
871
+ #: inc/demo-data/demo-data-loader.php:520
872
  #, fuzzy
873
  msgid "Install demo data"
874
  msgstr "%s yükle"
875
 
876
+ #: inc/demo-data/demo-data-loader.php:520
877
  msgid "for an acquaintance with the possibilities of the"
878
  msgstr ""
879
 
880
+ #: template/gallery-template.php:14
881
+ #, fuzzy
882
+ msgid "Gallery Category"
883
+ msgstr "Galeri resim boyutu"
884
+
885
+ #~ msgid "Add a Gallery"
886
+ #~ msgstr "Yeni Galeri"
887
+
888
+ #~ msgid "Find a Gallery"
889
+ #~ msgstr "Galeri bul"
890
+
891
+ #~ msgid ""
892
+ #~ "The gallery temp directory (gallery-plugin/upload/files) is not available "
893
+ #~ "for record on your webserver. Please use the standard WP functionality to "
894
+ #~ "upload images (media library)"
895
+ #~ msgstr ""
896
+ #~ "Geçici galeri dizini (gallery-plugin/upload/files) yazma izni verilmediği "
897
+ #~ "için kullanılamıyor. Lütfen ortam bölümünden resimlerinizi upload ediniz."
898
+
899
+ #~ msgid "Choose an image for upload:"
900
+ #~ msgstr "Yüklemek için bir resim seçiniz:"
901
+
902
+ #~ msgid "Please enable JavaScript to use the file uploader."
903
+ #~ msgstr ""
904
+ #~ "Uploader'ı kullanmak için JavaScript desteğini aktifleştirmelisiniz."
905
+
906
+ #~ msgid "Allow the download link for all images in this gallery"
907
+ #~ msgstr "İndirme bağlantısını bu galerideki tüm resimlere ekle"
908
+
909
+ #~ msgid ""
910
+ #~ "Please use the drag and drop function to change an order of the images "
911
+ #~ "displaying and do not forget to save the post."
912
+ #~ msgstr ""
913
+ #~ "Sıralamayı değiştirmek için resimleri sürükleyin. Değişiklikleri "
914
+ #~ "kaydetmeyi uutmayın."
915
+
916
+ #~ msgid "Please make a choice"
917
+ #~ msgstr "Lütfen bir seçim yapınız"
918
+
919
+ #~ msgid "sort images"
920
+ #~ msgstr "görselleri sırala"
921
+
922
+ #~ msgid "on the plugin settings page ("
923
+ #~ msgstr "Eklenti ayarları: ("
924
+
925
+ #, fuzzy
926
+ #~ msgid "Open the URL"
927
+ #~ msgstr "Linki aç"
928
+
929
+ #~ msgid "Current window"
930
+ #~ msgstr "Geçerli pencere"
931
+
932
+ #~ msgid "New window"
933
+ #~ msgstr "Yeni pencere"
934
+
935
+ #, fuzzy
936
+ #~ msgid "Lightbox button URL"
937
+ #~ msgstr "Lightbox arkaplanı"
938
+
939
+ #~ msgid "Delete"
940
+ #~ msgstr "Sil"
941
+
942
+ #~ msgid ""
943
+ #~ "You can add a Single Gallery to the page or post by inserting this "
944
+ #~ "shortcode into the content"
945
+ #~ msgstr ""
946
+ #~ "Sayfa ya da yazılara kısa kodu yazarak tekil galeri ekleyebilirsiniz. "
947
+ #~ "Aşağıdaki kısa kodu yazının içerisine yapıştırmanız yeterli"
948
+
949
+ #~ msgid "Publishing"
950
+ #~ msgstr "Yayınlama"
951
+
952
+ #~ msgid "Background color"
953
+ #~ msgstr "Arka plan rengi"
954
+
955
+ #~ msgid ""
956
+ #~ "Sorting order (the input field for sorting order in the Insert / Upload "
957
+ #~ "Media Gallery dialog)"
958
+ #~ msgstr "Sıralama"
959
+
960
  #~ msgid "left"
961
  #~ msgstr "sol"
962
 
languages/gallery-uk.mo CHANGED
Binary file
languages/gallery-uk.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-11 12:13+0300\n"
6
- "PO-Revision-Date: 2015-08-11 12:13+0300\n"
7
- "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: uk_UA\n"
10
  "MIME-Version: 1.0\n"
@@ -16,708 +16,755 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:95
 
 
 
 
 
 
 
20
  msgid "See images &raquo;"
21
  msgstr "Дивитися зображення &raquo;"
22
 
23
- #: gallery-plugin.php:209
24
- msgid ""
25
- "The following files \"gallery-template.php\" and \"gallery-single-template."
26
- "php\" were not found in the directory of your theme. Please copy them from "
27
- "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
28
- "directory of your theme for the correct work of the Gallery plugin"
29
- msgstr ""
30
- "В папці вашої теми файли \"gallery-template.php\" та \"gallery-single-"
31
- "template.php\" не знайдені. Для правильної роботи плагіну Gallery, будь "
32
- "ласка, скопіюйте їх з папки `/wp-content/plugins/gallery-plugin/template/` в "
33
- "папку вашої теми."
34
 
35
- #: gallery-plugin.php:218 gallery-plugin.php:228
 
 
 
 
 
36
  msgid "Galleries"
37
  msgstr "Галереї"
38
 
39
- #: gallery-plugin.php:219
 
40
  msgid "Gallery"
41
  msgstr "Галерея"
42
 
43
- #: gallery-plugin.php:220
44
- msgid "Add a Gallery"
45
- msgstr "Додати галерею"
46
-
47
- #: gallery-plugin.php:221
48
  msgid "Add New Gallery"
49
  msgstr "Додати нову галерею"
50
 
51
- #: gallery-plugin.php:222
52
  msgid "Edit Gallery"
53
  msgstr "Редагувати галерею"
54
 
55
- #: gallery-plugin.php:223
56
  msgid "New Gallery"
57
  msgstr "Нова галерея"
58
 
59
- #: gallery-plugin.php:224
60
  msgid "View Gallery"
61
  msgstr "Переглянути галерею"
62
 
63
- #: gallery-plugin.php:225
64
- msgid "Find a Gallery"
65
- msgstr "Знайти галерею"
66
 
67
- #: gallery-plugin.php:226
68
  msgid "No Gallery found"
69
  msgstr "Галерею не знайдено"
70
 
71
- #: gallery-plugin.php:283
72
- msgid "Upload File"
73
- msgstr "Завантажити файл"
74
-
75
- #: gallery-plugin.php:284
76
  msgid "Gallery Shortcode"
77
  msgstr "Шорткод галереї"
78
 
79
- #: gallery-plugin.php:286 gallery-plugin.php:442
 
80
  msgid "Gallery Categories"
81
  msgstr "Категорії галерей"
82
 
83
- #: gallery-plugin.php:295
84
- msgid "Choose a media file that will be attached"
85
- msgstr "Виберіть медіа файли для прикріплення"
86
-
87
- #: gallery-plugin.php:295
88
- #, php-format
89
- msgid "You need to install \"%s\" plugin to use this functionality"
90
- msgstr ""
91
- "Щоб використовувати цей функціонал, вам необхідно встановити плагін \"%s\""
92
-
93
- #: gallery-plugin.php:296
94
- msgid "Attach media item to this gallery"
95
- msgstr "Прикріпити медіа файл до галереї"
96
-
97
- #: gallery-plugin.php:315
98
- msgid ""
99
- "The gallery temp directory (gallery-plugin/upload/files) is not available "
100
- "for record on your webserver. Please use the standard WP functionality to "
101
- "upload images (media library)"
102
- msgstr ""
103
- "Папка галереї для тимчасових файлів (gallery-plugin/upload/files) закрита "
104
- "для доступу. Щоб завантажити зображення (медіа-бібліотеки), будь ласка, "
105
- "скористайтесь стандартним функціоналом WP."
106
-
107
- #: gallery-plugin.php:327
108
- msgid "Choose an image for upload:"
109
- msgstr "Вибрати зображення для завантаження:"
110
 
111
- #: gallery-plugin.php:332
112
- msgid "Please enable JavaScript to use the file uploader."
113
- msgstr "Щоб використовувати файл uploader, будь ласка, увімкніть JavaScript."
114
 
115
- #: gallery-plugin.php:340
116
- msgid "Allow the download link for all images in this gallery"
117
- msgstr ""
118
- "Дозволити посилання для завантаження для всіх зображень в даній галереї."
119
 
120
- #: gallery-plugin.php:341
121
- msgid ""
122
- "Please use the drag and drop function to change an order of the images "
123
- "displaying and do not forget to save the post."
124
- msgstr ""
125
- "Щоб змінити порядок відображення зображень, просто перетягніть їх мишкою і "
126
- "розмістіть у зручному для вас порядку. Будь ласка, при виході не забудьте "
127
- "зберегти пост."
128
-
129
- #: gallery-plugin.php:343
130
- msgid "Please make a choice"
131
- msgstr "Будь ласка, виберіть"
132
-
133
- #: gallery-plugin.php:343 gallery-plugin.php:1030
134
- msgid "Sort images by"
135
- msgstr "Сортувати зображення за"
136
-
137
- #: gallery-plugin.php:343
138
- msgid "sort images"
139
- msgstr "Сортувати зображення"
140
-
141
- #: gallery-plugin.php:343
142
- msgid "on the plugin settings page ("
143
- msgstr "на сторінці налаштувань плагіну ("
144
-
145
- #: gallery-plugin.php:396 gallery-plugin.php:672
146
- msgid "Title"
147
- msgstr "Назва"
148
-
149
- #: gallery-plugin.php:398
150
- msgid "Alt tag"
151
- msgstr "Alt tag"
152
-
153
- #: gallery-plugin.php:399
154
- msgid "URL"
155
- msgstr "Посилання"
156
-
157
- #: gallery-plugin.php:399
158
- msgid "(by click on image opens a link in a new window)"
159
- msgstr "(клік на зображення відкриває його у новому вікні браузера)"
160
-
161
- #: gallery-plugin.php:400
162
- msgid "This setting is available in Pro version"
163
- msgstr "Ці установки доступні у PRO версії плагіну"
164
-
165
- #: gallery-plugin.php:401
166
- msgid "Open the URL"
167
- msgstr "Відкрити посилання"
168
-
169
- #: gallery-plugin.php:401
170
- msgid "Current window"
171
- msgstr "Поточне вікно"
172
-
173
- #: gallery-plugin.php:401
174
- msgid "New window"
175
- msgstr "Нове вікно"
176
-
177
- #: gallery-plugin.php:402
178
- msgid "Lightbox button URL"
179
- msgstr "Посилання кнопки лайтбокса"
180
-
181
- #: gallery-plugin.php:403
182
- msgid "Description"
183
- msgstr "Опис"
184
-
185
- #: gallery-plugin.php:404
186
- msgid "Delete"
187
- msgstr "Видалити"
188
-
189
- #: gallery-plugin.php:424
190
- msgid ""
191
- "You can add a Single Gallery to the page or post by inserting this shortcode "
192
- "into the content"
193
- msgstr ""
194
- "Ви можете додати галерею на вашу сторінку чи пост просто помістивши цей "
195
- "шорткод у текст"
196
-
197
- #: gallery-plugin.php:426
198
- msgid ""
199
- "If you want to display a short description containing a screenshot and the "
200
- "link to the Single Gallery Page"
201
- msgstr ""
202
- "Якщо ви хочете відображати короткий опис зі скріншотом та посиланням на "
203
- "сторінку з галереєю"
204
-
205
- #: gallery-plugin.php:443
206
  msgid "Most Used"
207
  msgstr "Часто вживані"
208
 
209
- #: gallery-plugin.php:448 gallery-plugin.php:957
 
210
  msgid "Default"
211
  msgstr "за замовчуванням"
212
 
213
- #: gallery-plugin.php:453
214
  msgid "Add New Gallery Category"
215
  msgstr "Додати нову категорію галерей"
216
 
217
- #: gallery-plugin.php:460
218
  msgid "Install plugin"
219
  msgstr "Встановити плагін"
220
 
221
- #: gallery-plugin.php:673
 
 
 
 
 
 
222
  msgid "Author"
223
  msgstr "Автор"
224
 
225
- #: gallery-plugin.php:674
226
- msgid "Photo"
227
- msgstr "Фото"
228
 
229
- #: gallery-plugin.php:675
230
- msgid "Publishing"
231
- msgstr "Публікація"
232
 
233
- #: gallery-plugin.php:676 gallery-plugin.php:1034
 
234
  msgid "Date"
235
  msgstr "Дата"
236
 
237
- #: gallery-plugin.php:836
238
  msgid "Settings are saved"
239
  msgstr "Налаштування збережено"
240
 
241
- #: gallery-plugin.php:849
242
  msgid "All plugin settings were restored."
243
  msgstr "Налаштування плагіну відновлені."
244
 
245
- #: gallery-plugin.php:862
246
  msgid "Gallery Settings"
247
  msgstr "Налаштування Gallery"
248
 
249
- #: gallery-plugin.php:864 gallery-plugin.php:1216 gallery-plugin.php:1233
250
- msgid "Settings"
251
- msgstr "Налаштування"
252
-
253
- #: gallery-plugin.php:865 gallery-plugin.php:1217
254
  msgid "FAQ"
255
- msgstr "Часті питання"
256
 
257
- #: gallery-plugin.php:866
258
  msgid "Go PRO"
259
  msgstr "Придбати PRO версію"
260
 
261
- #: gallery-plugin.php:876
 
 
 
 
262
  msgid "Notice:"
263
  msgstr "Зверніть увагу:"
264
 
265
- #: gallery-plugin.php:876
266
- msgid ""
267
- "The plugin's settings have been changed. In order to save them please don't "
268
- "forget to click the 'Save Changes' button."
269
- msgstr ""
270
- "Налаштування плагіну змінились. Щоб зберегти їх, клікніть на \"Зберегти зміни"
271
- "\" при виході."
272
-
273
- #: gallery-plugin.php:877
274
- msgid ""
275
- "If you would like to add a Single Gallery to your page or post, just copy "
276
- "and paste this shortcode into your post or page:"
277
- msgstr ""
278
- "Якщо ви хочете додати галерею на вашу сторінку або пост, просто скопіюйте та "
279
- "розмістіть цей шорткод в контент вашого посту або сторінки:"
280
 
281
- #: gallery-plugin.php:879
282
- msgid "Please enable JavaScript to use the option to renew images."
283
- msgstr "Щоб використовувати файл uploader, будь ласка, увімкніть JavaScript."
284
 
285
- #: gallery-plugin.php:883
286
  msgid "Update images for gallery"
287
  msgstr "Оновити всі зображення галереї"
288
 
289
- #: gallery-plugin.php:885
290
  msgid "Update images"
291
  msgstr "Оновити зображення"
292
 
293
- #: gallery-plugin.php:893
294
  msgid "Image size for the album cover"
295
  msgstr "Розмір зображення для обкладинки альбому"
296
 
297
- #: gallery-plugin.php:895 gallery-plugin.php:909 gallery-plugin.php:931
 
 
298
  msgid "Image size"
299
  msgstr "Розмір зображення"
300
 
301
- #: gallery-plugin.php:898 gallery-plugin.php:912
 
302
  msgid "Width (in px)"
303
  msgstr "Ширина (в px)"
304
 
305
- #: gallery-plugin.php:902 gallery-plugin.php:916
 
306
  msgid "Height (in px)"
307
  msgstr "Висота (в px)"
308
 
309
- #: gallery-plugin.php:907
310
  msgid "Image size for thumbnails"
311
  msgstr "Розмір зображення для мініатюр"
312
 
313
- #: gallery-plugin.php:921
314
- msgid ""
315
- "WordPress will create a new thumbnail with the specified dimensions when you "
316
- "upload a new photo."
317
- msgstr ""
318
- "Коли ви завантажите нове зображення, WordPress створить іконки відповідно до "
319
- "заданих розмірів."
320
 
321
- #: gallery-plugin.php:929
322
  msgid "Image size in the lightbox"
323
  msgstr "Розмір зображень в лайтбоксі"
324
 
325
- #: gallery-plugin.php:932
326
  msgid "Max width (in px)"
327
  msgstr "Макс. ширина (в px)"
328
 
329
- #: gallery-plugin.php:933
330
  msgid "Max height (in px)"
331
  msgstr "Макс. висота (в px)"
332
 
333
- #: gallery-plugin.php:934
334
  msgid "Display a full size image in the lightbox"
335
  msgstr "Відображати повне зображення в лайтбоксі"
336
 
337
- #: gallery-plugin.php:938
338
  msgid "Crop position"
339
  msgstr "Обрізання"
340
 
341
- #: gallery-plugin.php:942 gallery-plugin.php:948
 
342
  msgid "center"
343
  msgstr "центр"
344
 
345
- #: gallery-plugin.php:944
346
  msgid "Horizontal"
347
  msgstr "Горизонтальна"
348
 
349
- #: gallery-plugin.php:950
350
  msgid "Vertical"
351
  msgstr "Вертикальна"
352
 
353
- #: gallery-plugin.php:955
354
  msgid "Lightbox background"
355
- msgstr "Фон лайтбокса"
356
 
357
- #: gallery-plugin.php:958
358
  msgid "Background transparency (from 0 to 1)"
359
  msgstr "Прозорість фону (від 0 до 1)"
360
 
361
- #: gallery-plugin.php:960
362
  msgid "Select a background color"
363
  msgstr "Виберіть колір фону"
364
 
365
- #: gallery-plugin.php:962
366
- msgid "Background color"
367
- msgstr "Колір фону"
 
368
 
369
- #: gallery-plugin.php:969 gallery-plugin.php:1157
370
- msgid ""
371
- "If you upgrade to Pro version all your settings and galleries will be saved."
372
- msgstr ""
373
- "Якщо ви перейшли на PRO версію, всі налаштування і галереї буде збережено."
374
 
375
- #: gallery-plugin.php:976 gallery-plugin.php:1164
376
- msgid "Unlock premium options by upgrading to a PRO version."
377
- msgstr "Відкрийте додаткові опції, перейшовши на PRO версію."
378
-
379
- #: gallery-plugin.php:977 gallery-plugin.php:1165
380
- msgid "Learn More"
381
- msgstr "Дізнатись більше"
382
-
383
- #: gallery-plugin.php:981 gallery-plugin.php:1169
384
  msgid "Start Your Trial"
385
  msgstr "Отримати пробну версію"
386
 
387
- #: gallery-plugin.php:982 gallery-plugin.php:1170
 
388
  msgid "or"
389
  msgstr "або"
390
 
391
- #: gallery-plugin.php:985 gallery-plugin.php:1173
392
- msgid "Go"
393
- msgstr "Вперед"
 
394
 
395
- #: gallery-plugin.php:993
396
  msgid "Images with border"
397
  msgstr "Зображення з рамкою"
398
 
399
- #: gallery-plugin.php:996
400
  msgid "Border width in px, just numbers"
401
  msgstr "Ширина рамки у пікселях, тільки числа"
402
 
403
- #: gallery-plugin.php:998 gallery-plugin.php:1000
404
  msgid "Select a border color"
405
  msgstr "Виберіть колір рамки"
406
 
407
- #: gallery-plugin.php:1006
408
  msgid "Number of images in the row"
409
  msgstr "Кількість зображень у рядку"
410
 
411
- #: gallery-plugin.php:1012
412
  msgid "Start slideshow"
413
  msgstr "Розпочати слайд-шоу"
414
 
415
- #: gallery-plugin.php:1018
416
  msgid "Slideshow interval"
417
  msgstr "Інтервал між слайдами"
418
 
419
- #: gallery-plugin.php:1024
420
  msgid "Use single lightbox for multiple galleries on one page"
421
  msgstr "Використовувати один лайтбокс для багатьох галерей на сторінці"
422
 
423
- #: gallery-plugin.php:1032
 
 
 
 
424
  msgid "Attachment ID"
425
  msgstr "ID зображення"
426
 
427
- #: gallery-plugin.php:1033
428
  msgid "Image Name"
429
  msgstr "Назва зображення"
430
 
431
- #: gallery-plugin.php:1035
432
- msgid ""
433
- "Sorting order (the input field for sorting order in the Insert / Upload "
434
- "Media Gallery dialog)"
435
- msgstr ""
436
- "Порядок сортування (поле для введення порядку сортування в Insert / Upload "
437
- "Media Gallery)"
438
 
439
- #: gallery-plugin.php:1036
440
  msgid "Random"
441
  msgstr "Довільно"
442
 
443
- #: gallery-plugin.php:1040
444
  msgid "Sort images"
445
  msgstr "Сортувати зображення"
446
 
447
- #: gallery-plugin.php:1042
448
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
449
- msgstr ""
450
- "ASC (в порядку зростання від найменшого до найбільшого значення - 1, 2, 3; "
451
- "a, b, c)"
452
 
453
- #: gallery-plugin.php:1043
454
- msgid ""
455
- "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
456
- msgstr ""
457
- "DESC (в порядку зменшення від найбільшого до найменшого значення - 3, 2, 1; "
458
- "c, b, a)"
459
 
460
- #: gallery-plugin.php:1047
461
  msgid "Display text under the image"
462
  msgstr "Відображати текст під зображенням"
463
 
464
- #: gallery-plugin.php:1049
465
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
466
- msgstr ""
467
- "Приберіть позначку, якщо ви хочете відображати текст тільки у лайтбоксі"
468
 
469
- #: gallery-plugin.php:1053
470
  msgid "Display the Back link"
471
  msgstr "Відображати посилання Назад"
472
 
473
- #: gallery-plugin.php:1059
474
  msgid "Display the Back link in the shortcode"
475
  msgstr "Відображати посилання Назад у шорткоді"
476
 
477
- #: gallery-plugin.php:1065
478
  msgid "The Back link text"
479
  msgstr "Текст для посилання Назад"
480
 
481
- #: gallery-plugin.php:1071
482
  msgid "The Back link URL"
483
  msgstr "URL для посилання Назад"
484
 
485
- #: gallery-plugin.php:1073
486
  msgid "Gallery page (Page with Gallery Template)"
487
  msgstr "Сторінка галереї (сторінка з шаблоном галереї)"
488
 
489
- #: gallery-plugin.php:1075
490
  msgid "(Full URL to custom page)"
491
  msgstr "(Повне посилання на сторінку користувача)"
492
 
493
- #: gallery-plugin.php:1079
494
  msgid "The Read More link text"
495
  msgstr "Текст для посилання Дізнатися більше"
496
 
497
- #: gallery-plugin.php:1085
498
  msgid "Add gallery to the search"
499
  msgstr "Додати галерею до пошуку"
500
 
501
- #: gallery-plugin.php:1090
502
  msgid "Using"
503
- msgstr "Використання"
504
 
505
- #: gallery-plugin.php:1090
506
  msgid "powered by"
507
  msgstr "розроблений"
508
 
509
- #: gallery-plugin.php:1093 gallery-plugin.php:1097
 
510
  msgid "Using Custom Search powered by"
511
  msgstr "Використовуючи Custom Search, розроблений"
512
 
513
- #: gallery-plugin.php:1093
514
  msgid "Activate Custom Search"
515
  msgstr "Активувати Custom Search"
516
 
517
- #: gallery-plugin.php:1097
518
  msgid "Download Custom Search"
519
  msgstr "Завантажити Custom Search"
520
 
521
- #: gallery-plugin.php:1102
522
  msgid "Rewrite templates after update"
523
  msgstr "Перезаписати шаблони після оновлення"
524
 
525
- #: gallery-plugin.php:1104
526
- msgid ""
527
- "Turn off the checkbox, if You edited the file 'gallery-template.php' or "
528
- "'gallery-single-template.php' file in your theme folder and You don't want "
529
- "to rewrite them"
530
- msgstr ""
531
- "Приберіть галочку, якщо ви виправляли файл 'gallery-template.php' або "
532
- "'gallery-single-template.php' в теці тем і не хочете перезаписати зміни"
533
 
534
- #: gallery-plugin.php:1113
535
  msgid "Use pagination for images"
536
  msgstr "Використовувати пагінацію для зображень"
537
 
538
- #: gallery-plugin.php:1116
539
  msgid "per page"
540
  msgstr "на сторінці"
541
 
542
- #: gallery-plugin.php:1120
543
  msgid "The lightbox helper"
544
- msgstr "Помічник по лайтбоксу"
545
 
546
- #: gallery-plugin.php:1122
547
  msgid "Do not use"
548
  msgstr "Не використовувати"
549
 
550
- #: gallery-plugin.php:1123
551
  msgid "Button helper"
552
- msgstr "Помічник по кнопкам"
553
 
554
- #: gallery-plugin.php:1124
555
  msgid "Thumbnail helper"
556
- msgstr "Помічник по значкам"
557
 
558
- #: gallery-plugin.php:1128
559
  msgid "Display Like buttons in the lightbox"
560
  msgstr "Відображати кнопки Подобається у лайтбоксі"
561
 
562
- #: gallery-plugin.php:1130
563
  msgid "FaceBook"
564
  msgstr "FaceBook"
565
 
566
- #: gallery-plugin.php:1131
567
  msgid "Twitter"
568
  msgstr "Twitter"
569
 
570
- #: gallery-plugin.php:1132
571
  msgid "Pinterest"
572
  msgstr "Pinterest"
573
 
574
- #: gallery-plugin.php:1133
575
  msgid "Google +1"
576
  msgstr "Google +1"
577
 
578
- #: gallery-plugin.php:1137
579
  msgid "Slug for gallery item"
580
  msgstr "Назва для елементів галереї"
581
 
582
- #: gallery-plugin.php:1139
583
  msgid "for any structure of permalinks except the default structure"
584
  msgstr "для будь-якої структури посилань, за винятком стандартної структури"
585
 
586
- #: gallery-plugin.php:1143
587
  msgid "Title for lightbox button"
588
  msgstr "Назва кнопки лайтбоксу"
589
 
590
- #: gallery-plugin.php:1149
591
- msgid ""
592
- "Display all images in the lightbox instead of going into a single gallery"
593
- msgstr ""
594
- "Відображати всі зображення у лайтбоксі замість переходу до окремої галереї"
595
 
596
- #: gallery-plugin.php:1152
597
- msgid ""
598
- "When using the gallery template or a shortcode with `display=short` parameter"
599
- msgstr ""
600
- "Коли використовується темплейт галереї або шорткод з параметром "
601
- "`display=short`"
602
 
603
- #: gallery-plugin.php:1181
604
  msgid "Save Changes"
605
  msgstr "Зберегти зміни"
606
 
607
- #: gallery-plugin.php:1218
608
  msgid "Support"
609
  msgstr "Підтримка"
610
 
611
- #: gallery-plugin.php:1326
612
  msgid "Updating images..."
613
  msgstr "Оновлення зображень…"
614
 
615
- #: gallery-plugin.php:1327
616
  msgid "No image found."
617
  msgstr "Зображення не знайдено."
618
 
619
- #: gallery-plugin.php:1328
620
  msgid "All images are updated."
621
  msgstr "Всі зображення оновлено."
622
 
623
- #: gallery-plugin.php:1329
624
  msgid "Error."
625
  msgstr "Помилка."
626
 
627
- #: gallery-plugin.php:1338
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
628
  msgid "Learn more"
629
  msgstr "Докладніше"
630
 
631
- #: gallery-plugin.php:1343 gallery-plugin.php:1383
632
  msgid "Activate"
633
  msgstr "Активувати"
634
 
635
- #: gallery-plugin.php:1350 gallery-plugin.php:1390
636
  msgid "Install now"
637
  msgstr "Встановити"
638
 
639
- #: gallery-plugin.php:1359
640
  msgid "Add multiple gallery categories"
641
  msgstr "Додати декілька категорій галереї"
642
 
643
- #: gallery-plugin.php:1359
644
- msgid ""
645
- "Install Gallery Categories plugin to add unlimited number of categories."
646
- msgstr ""
647
- "Встановити плагін Gallery Categories, щоб мати змогу додати необмежену "
648
- "кількість категорій."
649
 
650
- #: gallery-plugin.php:1368 gallery-plugin.php:1409
651
  msgid "Close"
652
  msgstr "Закрити"
653
 
654
- #: gallery-plugin.php:1400
655
- msgid "Already attached?"
656
- msgstr "Уже прикріплено?"
657
-
658
- #: gallery-plugin.php:1400
659
- msgid ""
660
- "If you'd like to attach the files, which are already uploaded, please use Re-"
661
- "attacher plugin."
662
- msgstr ""
663
- "Для того, щоб перекріпити файли, які вже було завантажено, будь ласка, "
664
- "скористуйтеся нашим плагіном Re-attacher."
665
-
666
- #: gallery-plugin.php:1490 template/gallery-single-template.php:19
667
- msgid "Download high resolution image"
668
- msgstr "Завантажити зображення у високій якості"
669
-
670
- #: gallery-plugin.php:1651 template/gallery-single-template.php:101
671
  msgid "Sorry, nothing found."
672
  msgstr "Вибачте, нічого не знайдено."
673
 
674
- #: gallery-plugin.php:1673 template/gallery-single-template.php:120
 
675
  msgid "Image"
676
  msgstr "Зображення"
677
 
678
- #: gallery-plugin.php:1982
 
 
 
 
 
679
  msgid "Image size not defined"
680
  msgstr "Розмір зображення не визначено"
681
 
682
- #: gallery-plugin.php:1997
683
- msgid ""
684
- "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
685
- "manually reload image."
686
- msgstr ""
687
- "Можливі оновлення лише файлів у форматах PNG, JPEG, GIF, WPMP чи XBM. В "
688
- "інших випадках, будь ласка, перезавантажте зображення вручну."
689
 
690
- #: gallery-plugin.php:2008
691
  msgid "Image size changes not defined"
692
  msgstr "Зміни розміру зображення не визначено"
693
 
694
- #: gallery-plugin.php:2037 gallery-plugin.php:2040 gallery-plugin.php:2045
 
 
695
  msgid "Invalid path"
696
  msgstr "Невірний шлях"
697
 
698
- #: template/gallery-template.php:14
699
- msgid "Gallery Category"
700
- msgstr "Категорія галерей"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
701
 
702
- #: inc/demo-data/demo-data-loader.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
703
  msgid "Install Demo Data"
704
  msgstr "Встановити демо-дані"
705
 
706
- #: inc/demo-data/demo-data-loader.php:78
707
- msgid ""
708
- "If you install the demo-data, will be created galleries with images, demo-"
709
- "post with available shortcodes and page with a list of all the galleries, \n"
710
- "plugin settings will be overwritten, however, when you delete the demo data, "
711
- "they will be restored."
712
- msgstr ""
713
- "Під час встановки демо-даних будуть створені галерї із зображеннями, запис "
714
- "із доступними шорткодами та сторінка із списком галерей, налаштування "
715
- "плагіну були перезаписані, але, під час видалення демо-даних, вони будуть "
716
- "відновлені."
717
 
718
  #: inc/demo-data/demo-data-loader.php:82
719
  msgid "Remove Demo Data"
720
- msgstr "Вилалити демо-дані"
721
 
722
  #: inc/demo-data/demo-data-loader.php:83
723
  msgid "Delete demo-data and restore old plugin settings."
@@ -751,50 +798,159 @@ msgstr "Неможливо отримати демо-дані."
751
  msgid "Demo options already installed."
752
  msgstr "Демо-дані вже встановлені."
753
 
754
- #: inc/demo-data/demo-data-loader.php:294
755
  msgid "Demo data successfully installed."
756
- msgstr "Вемо-дані успішно встановлені."
757
 
758
- #: inc/demo-data/demo-data-loader.php:296
759
  msgid "View post with shortcodes"
760
  msgstr "Перегляньте запис із шорткодами "
761
 
762
- #: inc/demo-data/demo-data-loader.php:299
763
  msgid "View page with examples"
764
  msgstr "Перегляньте сторінку із прикладами"
765
 
766
- #: inc/demo-data/demo-data-loader.php:303
767
  msgid "Installation of demo data with some errors occurred."
768
  msgstr "Установка демо-даних пройшла з помилками."
769
 
770
- #: inc/demo-data/demo-data-loader.php:306
771
  msgid "Posts data is missing."
772
  msgstr "Контент запису відсутній."
773
 
774
- #: inc/demo-data/demo-data-loader.php:331
775
  msgid "Demo data have already been removed."
776
  msgstr "Демо-дані вже видалені. "
777
 
778
- #: inc/demo-data/demo-data-loader.php:378
779
  msgid "Demo data successfully removed."
780
  msgstr "Демо-дані успішно видалені."
781
 
782
- #: inc/demo-data/demo-data-loader.php:381
783
  msgid "Removing demo data with some errors occurred."
784
- msgstr "Видаленні демо-данних пройшло з помилками."
785
 
786
- #: inc/demo-data/demo-data-loader.php:510
787
  msgid "Close notice"
788
  msgstr "Закрити повідомлення"
789
 
790
- #: inc/demo-data/demo-data-loader.php:513
791
  msgid "Install demo data"
792
  msgstr "Встановити демо-дані"
793
 
794
- #: inc/demo-data/demo-data-loader.php:513
795
  msgid "for an acquaintance with the possibilities of the"
796
  msgstr "для ознайомлення із можливостями плагіну"
797
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
798
  #~ msgid "left"
799
  #~ msgstr "зліва"
800
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-09 13:51+0300\n"
6
+ "PO-Revision-Date: 2015-09-09 13:51+0300\n"
7
+ "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: uk_UA\n"
10
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: gallery-plugin.php:43
20
+ #: gallery-plugin.php:794
21
+ #: gallery-plugin.php:1130
22
+ #: gallery-plugin.php:1147
23
+ msgid "Settings"
24
+ msgstr "Налаштування"
25
+
26
+ #: gallery-plugin.php:103
27
  msgid "See images &raquo;"
28
  msgstr "Дивитися зображення &raquo;"
29
 
30
+ #: gallery-plugin.php:106
31
+ msgid "Return to all albums"
32
+ msgstr "Повернутись до всіх альбомів"
 
 
 
 
 
 
 
 
33
 
34
+ #: gallery-plugin.php:330
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 "В папці вашої теми файли \"gallery-template.php\" та \"gallery-single-template.php\" не знайдені. Для правильної роботи плагіну Gallery, будь ласка, скопіюйте їх з папки `/wp-content/plugins/gallery-plugin/template/` в папку вашої теми."
37
+
38
+ #: gallery-plugin.php:339
39
+ #: gallery-plugin.php:348
40
  msgid "Galleries"
41
  msgstr "Галереї"
42
 
43
+ #: gallery-plugin.php:340
44
+ #: gallery-plugin.php:2507
45
  msgid "Gallery"
46
  msgstr "Галерея"
47
 
48
+ #: gallery-plugin.php:341
 
 
 
 
49
  msgid "Add New Gallery"
50
  msgstr "Додати нову галерею"
51
 
52
+ #: gallery-plugin.php:342
53
  msgid "Edit Gallery"
54
  msgstr "Редагувати галерею"
55
 
56
+ #: gallery-plugin.php:343
57
  msgid "New Gallery"
58
  msgstr "Нова галерея"
59
 
60
+ #: gallery-plugin.php:344
61
  msgid "View Gallery"
62
  msgstr "Переглянути галерею"
63
 
64
+ #: gallery-plugin.php:345
65
+ msgid "Search Galleries"
66
+ msgstr "Шукати Галереї"
67
 
68
+ #: gallery-plugin.php:346
69
  msgid "No Gallery found"
70
  msgstr "Галерею не знайдено"
71
 
72
+ #: gallery-plugin.php:403
 
 
 
 
73
  msgid "Gallery Shortcode"
74
  msgstr "Шорткод галереї"
75
 
76
+ #: gallery-plugin.php:405
77
+ #: gallery-plugin.php:437
78
  msgid "Gallery Categories"
79
  msgstr "Категорії галерей"
80
 
81
+ #: gallery-plugin.php:414
82
+ msgid "Add this shortcode to a page, post or widget to display a single gallery"
83
+ msgstr "Додати цей шорткод у сторінку, пост чи віджет для відображення галереї"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
 
85
+ #: gallery-plugin.php:417
86
+ msgid "Use this shortcode to display an album image with the description and the link to a single gallery page"
87
+ msgstr "Вивести короткий опис зі скріншотом та посиланням на сторінку з галереєю"
88
 
89
+ #: gallery-plugin.php:419
90
+ msgid "Short display"
91
+ msgstr "Скорочене відображення"
 
92
 
93
+ #: gallery-plugin.php:438
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
  msgid "Most Used"
95
  msgstr "Часто вживані"
96
 
97
+ #: gallery-plugin.php:443
98
+ #: gallery-plugin.php:887
99
  msgid "Default"
100
  msgstr "за замовчуванням"
101
 
102
+ #: gallery-plugin.php:448
103
  msgid "Add New Gallery Category"
104
  msgstr "Додати нову категорію галерей"
105
 
106
+ #: gallery-plugin.php:455
107
  msgid "Install plugin"
108
  msgstr "Встановити плагін"
109
 
110
+ #: gallery-plugin.php:610
111
+ #: gallery-plugin.php:2121
112
+ #: gallery-plugin.php:2238
113
+ msgid "Title"
114
+ msgstr "Назва"
115
+
116
+ #: gallery-plugin.php:611
117
  msgid "Author"
118
  msgstr "Автор"
119
 
120
+ #: gallery-plugin.php:612
121
+ msgid "Shortcode"
122
+ msgstr "Шорткод"
123
 
124
+ #: gallery-plugin.php:613
125
+ msgid "Photos"
126
+ msgstr "Фото"
127
 
128
+ #: gallery-plugin.php:614
129
+ #: gallery-plugin.php:951
130
  msgid "Date"
131
  msgstr "Дата"
132
 
133
+ #: gallery-plugin.php:767
134
  msgid "Settings are saved"
135
  msgstr "Налаштування збережено"
136
 
137
+ #: gallery-plugin.php:780
138
  msgid "All plugin settings were restored."
139
  msgstr "Налаштування плагіну відновлені."
140
 
141
+ #: gallery-plugin.php:792
142
  msgid "Gallery Settings"
143
  msgstr "Налаштування Gallery"
144
 
145
+ #: gallery-plugin.php:795
146
+ #: gallery-plugin.php:1131
 
 
 
147
  msgid "FAQ"
148
+ msgstr "FAQ"
149
 
150
+ #: gallery-plugin.php:796
151
  msgid "Go PRO"
152
  msgstr "Придбати PRO версію"
153
 
154
+ #: gallery-plugin.php:806
155
+ msgid "Please enable JavaScript to use the option to renew images."
156
+ msgstr "Будь ласка, увімкніть JavaScript для використання опції оновлення зображень."
157
+
158
+ #: gallery-plugin.php:807
159
  msgid "Notice:"
160
  msgstr "Зверніть увагу:"
161
 
162
+ #: gallery-plugin.php:807
163
+ msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
164
+ msgstr "Налаштування плагіну змінились. Щоб зберегти їх, клікніть на \"Зберегти зміни\" при виході."
 
 
 
 
 
 
 
 
 
 
 
 
165
 
166
+ #: gallery-plugin.php:808
167
+ 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:"
168
+ msgstr "Якщо ви хочете додати галерею на вашу сторінку або пост, просто скопіюйте та розмістіть цей шорткод в контент вашого посту або сторінки:"
169
 
170
+ #: gallery-plugin.php:813
171
  msgid "Update images for gallery"
172
  msgstr "Оновити всі зображення галереї"
173
 
174
+ #: gallery-plugin.php:815
175
  msgid "Update images"
176
  msgstr "Оновити зображення"
177
 
178
+ #: gallery-plugin.php:823
179
  msgid "Image size for the album cover"
180
  msgstr "Розмір зображення для обкладинки альбому"
181
 
182
+ #: gallery-plugin.php:825
183
+ #: gallery-plugin.php:839
184
+ #: gallery-plugin.php:861
185
  msgid "Image size"
186
  msgstr "Розмір зображення"
187
 
188
+ #: gallery-plugin.php:828
189
+ #: gallery-plugin.php:842
190
  msgid "Width (in px)"
191
  msgstr "Ширина (в px)"
192
 
193
+ #: gallery-plugin.php:832
194
+ #: gallery-plugin.php:846
195
  msgid "Height (in px)"
196
  msgstr "Висота (в px)"
197
 
198
+ #: gallery-plugin.php:837
199
  msgid "Image size for thumbnails"
200
  msgstr "Розмір зображення для мініатюр"
201
 
202
+ #: gallery-plugin.php:851
203
+ msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
204
+ msgstr "Коли ви завантажите нове зображення, WordPress створить іконки відповідно до заданих розмірів."
 
 
 
 
205
 
206
+ #: gallery-plugin.php:859
207
  msgid "Image size in the lightbox"
208
  msgstr "Розмір зображень в лайтбоксі"
209
 
210
+ #: gallery-plugin.php:862
211
  msgid "Max width (in px)"
212
  msgstr "Макс. ширина (в px)"
213
 
214
+ #: gallery-plugin.php:863
215
  msgid "Max height (in px)"
216
  msgstr "Макс. висота (в px)"
217
 
218
+ #: gallery-plugin.php:864
219
  msgid "Display a full size image in the lightbox"
220
  msgstr "Відображати повне зображення в лайтбоксі"
221
 
222
+ #: gallery-plugin.php:868
223
  msgid "Crop position"
224
  msgstr "Обрізання"
225
 
226
+ #: gallery-plugin.php:872
227
+ #: gallery-plugin.php:878
228
  msgid "center"
229
  msgstr "центр"
230
 
231
+ #: gallery-plugin.php:874
232
  msgid "Horizontal"
233
  msgstr "Горизонтальна"
234
 
235
+ #: gallery-plugin.php:880
236
  msgid "Vertical"
237
  msgstr "Вертикальна"
238
 
239
+ #: gallery-plugin.php:885
240
  msgid "Lightbox background"
241
+ msgstr "Фон лайтбоксу"
242
 
243
+ #: gallery-plugin.php:888
244
  msgid "Background transparency (from 0 to 1)"
245
  msgstr "Прозорість фону (від 0 до 1)"
246
 
247
+ #: gallery-plugin.php:889
248
  msgid "Select a background color"
249
  msgstr "Виберіть колір фону"
250
 
251
+ #: gallery-plugin.php:894
252
+ #: gallery-plugin.php:1074
253
+ msgid "If you upgrade to Pro version all your settings and galleries will be saved."
254
+ msgstr "Якщо ви перейшли на PRO версію, всі налаштування і галереї буде збережено."
255
 
256
+ #: gallery-plugin.php:901
257
+ #: gallery-plugin.php:1081
258
+ msgid "Unlock premium options by upgrading to Pro version"
259
+ msgstr "Відкрийте додаткові опції, перейшовши на Pro версію"
 
260
 
261
+ #: gallery-plugin.php:905
262
+ #: gallery-plugin.php:1085
 
 
 
 
 
 
 
263
  msgid "Start Your Trial"
264
  msgstr "Отримати пробну версію"
265
 
266
+ #: gallery-plugin.php:906
267
+ #: gallery-plugin.php:1086
268
  msgid "or"
269
  msgstr "або"
270
 
271
+ #: gallery-plugin.php:908
272
+ #: gallery-plugin.php:1088
273
+ msgid "Learn More"
274
+ msgstr "Дізнатись більше"
275
 
276
+ #: gallery-plugin.php:915
277
  msgid "Images with border"
278
  msgstr "Зображення з рамкою"
279
 
280
+ #: gallery-plugin.php:918
281
  msgid "Border width in px, just numbers"
282
  msgstr "Ширина рамки у пікселях, тільки числа"
283
 
284
+ #: gallery-plugin.php:919
285
  msgid "Select a border color"
286
  msgstr "Виберіть колір рамки"
287
 
288
+ #: gallery-plugin.php:923
289
  msgid "Number of images in the row"
290
  msgstr "Кількість зображень у рядку"
291
 
292
+ #: gallery-plugin.php:929
293
  msgid "Start slideshow"
294
  msgstr "Розпочати слайд-шоу"
295
 
296
+ #: gallery-plugin.php:935
297
  msgid "Slideshow interval"
298
  msgstr "Інтервал між слайдами"
299
 
300
+ #: gallery-plugin.php:941
301
  msgid "Use single lightbox for multiple galleries on one page"
302
  msgstr "Використовувати один лайтбокс для багатьох галерей на сторінці"
303
 
304
+ #: gallery-plugin.php:947
305
+ msgid "Sort images by"
306
+ msgstr "Сортувати зображення за"
307
+
308
+ #: gallery-plugin.php:949
309
  msgid "Attachment ID"
310
  msgstr "ID зображення"
311
 
312
+ #: gallery-plugin.php:950
313
  msgid "Image Name"
314
  msgstr "Назва зображення"
315
 
316
+ #: gallery-plugin.php:952
317
+ msgid "Sorting order in the Gallery"
318
+ msgstr "Порядок сортування в галереї"
 
 
 
 
319
 
320
+ #: gallery-plugin.php:953
321
  msgid "Random"
322
  msgstr "Довільно"
323
 
324
+ #: gallery-plugin.php:957
325
  msgid "Sort images"
326
  msgstr "Сортувати зображення"
327
 
328
+ #: gallery-plugin.php:959
329
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
330
+ msgstr "ASC (в порядку зростання від найменшого до найбільшого значення - 1, 2, 3; a, b, c)"
 
 
331
 
332
+ #: gallery-plugin.php:960
333
+ msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
334
+ msgstr "DESC (в порядку зменшення від найбільшого до найменшого значення - 3, 2, 1; c, b, a)"
 
 
 
335
 
336
+ #: gallery-plugin.php:964
337
  msgid "Display text under the image"
338
  msgstr "Відображати текст під зображенням"
339
 
340
+ #: gallery-plugin.php:966
341
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
342
+ msgstr "Приберіть позначку, якщо ви хочете відображати текст тільки у лайтбоксі"
 
343
 
344
+ #: gallery-plugin.php:970
345
  msgid "Display the Back link"
346
  msgstr "Відображати посилання Назад"
347
 
348
+ #: gallery-plugin.php:976
349
  msgid "Display the Back link in the shortcode"
350
  msgstr "Відображати посилання Назад у шорткоді"
351
 
352
+ #: gallery-plugin.php:982
353
  msgid "The Back link text"
354
  msgstr "Текст для посилання Назад"
355
 
356
+ #: gallery-plugin.php:988
357
  msgid "The Back link URL"
358
  msgstr "URL для посилання Назад"
359
 
360
+ #: gallery-plugin.php:990
361
  msgid "Gallery page (Page with Gallery Template)"
362
  msgstr "Сторінка галереї (сторінка з шаблоном галереї)"
363
 
364
+ #: gallery-plugin.php:992
365
  msgid "(Full URL to custom page)"
366
  msgstr "(Повне посилання на сторінку користувача)"
367
 
368
+ #: gallery-plugin.php:996
369
  msgid "The Read More link text"
370
  msgstr "Текст для посилання Дізнатися більше"
371
 
372
+ #: gallery-plugin.php:1002
373
  msgid "Add gallery to the search"
374
  msgstr "Додати галерею до пошуку"
375
 
376
+ #: gallery-plugin.php:1007
377
  msgid "Using"
378
+ msgstr "Використовуючи"
379
 
380
+ #: gallery-plugin.php:1007
381
  msgid "powered by"
382
  msgstr "розроблений"
383
 
384
+ #: gallery-plugin.php:1010
385
+ #: gallery-plugin.php:1014
386
  msgid "Using Custom Search powered by"
387
  msgstr "Використовуючи Custom Search, розроблений"
388
 
389
+ #: gallery-plugin.php:1010
390
  msgid "Activate Custom Search"
391
  msgstr "Активувати Custom Search"
392
 
393
+ #: gallery-plugin.php:1014
394
  msgid "Download Custom Search"
395
  msgstr "Завантажити Custom Search"
396
 
397
+ #: gallery-plugin.php:1019
398
  msgid "Rewrite templates after update"
399
  msgstr "Перезаписати шаблони після оновлення"
400
 
401
+ #: gallery-plugin.php:1021
402
+ 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"
403
+ msgstr "Приберіть галочку, якщо ви редагували файл 'gallery-template.php' або 'gallery-single-template.php' в теці тем і не хочете перезаписати зміни"
 
 
 
 
 
404
 
405
+ #: gallery-plugin.php:1030
406
  msgid "Use pagination for images"
407
  msgstr "Використовувати пагінацію для зображень"
408
 
409
+ #: gallery-plugin.php:1033
410
  msgid "per page"
411
  msgstr "на сторінці"
412
 
413
+ #: gallery-plugin.php:1037
414
  msgid "The lightbox helper"
415
+ msgstr "Допоміжний елемент лайтбоксу"
416
 
417
+ #: gallery-plugin.php:1039
418
  msgid "Do not use"
419
  msgstr "Не використовувати"
420
 
421
+ #: gallery-plugin.php:1040
422
  msgid "Button helper"
423
+ msgstr "Допоміжні кнопоки"
424
 
425
+ #: gallery-plugin.php:1041
426
  msgid "Thumbnail helper"
427
+ msgstr "Допоміжні мініатюри"
428
 
429
+ #: gallery-plugin.php:1045
430
  msgid "Display Like buttons in the lightbox"
431
  msgstr "Відображати кнопки Подобається у лайтбоксі"
432
 
433
+ #: gallery-plugin.php:1047
434
  msgid "FaceBook"
435
  msgstr "FaceBook"
436
 
437
+ #: gallery-plugin.php:1048
438
  msgid "Twitter"
439
  msgstr "Twitter"
440
 
441
+ #: gallery-plugin.php:1049
442
  msgid "Pinterest"
443
  msgstr "Pinterest"
444
 
445
+ #: gallery-plugin.php:1050
446
  msgid "Google +1"
447
  msgstr "Google +1"
448
 
449
+ #: gallery-plugin.php:1054
450
  msgid "Slug for gallery item"
451
  msgstr "Назва для елементів галереї"
452
 
453
+ #: gallery-plugin.php:1056
454
  msgid "for any structure of permalinks except the default structure"
455
  msgstr "для будь-якої структури посилань, за винятком стандартної структури"
456
 
457
+ #: gallery-plugin.php:1060
458
  msgid "Title for lightbox button"
459
  msgstr "Назва кнопки лайтбоксу"
460
 
461
+ #: gallery-plugin.php:1066
462
+ msgid "Display all images in the lightbox instead of going into a single gallery"
463
+ msgstr "Відображати всі зображення у лайтбоксі замість переходу до окремої галереї"
 
 
464
 
465
+ #: gallery-plugin.php:1069
466
+ msgid "When using the gallery template or a shortcode with `display=short` parameter"
467
+ msgstr "Коли використовується темплейт галереї або шорткод з параметром `display=short`"
 
 
 
468
 
469
+ #: gallery-plugin.php:1095
470
  msgid "Save Changes"
471
  msgstr "Зберегти зміни"
472
 
473
+ #: gallery-plugin.php:1132
474
  msgid "Support"
475
  msgstr "Підтримка"
476
 
477
+ #: gallery-plugin.php:1199
478
  msgid "Updating images..."
479
  msgstr "Оновлення зображень…"
480
 
481
+ #: gallery-plugin.php:1200
482
  msgid "No image found."
483
  msgstr "Зображення не знайдено."
484
 
485
+ #: gallery-plugin.php:1201
486
  msgid "All images are updated."
487
  msgstr "Всі зображення оновлено."
488
 
489
+ #: gallery-plugin.php:1202
490
  msgid "Error."
491
  msgstr "Помилка."
492
 
493
+ #: gallery-plugin.php:1213
494
+ msgid ""
495
+ "You are about to delete these items from this gallery.\n"
496
+ " 'Cancel' to stop, 'OK' to delete."
497
+ msgstr ""
498
+ "Ви збираєтесь видалити вибрані елементи з галереї. \n"
499
+ "'Відміна' - скасувати, 'OK' - видалити."
500
+
501
+ #: gallery-plugin.php:1214
502
+ msgid "Insert Media"
503
+ msgstr "Додати Медіа"
504
+
505
+ #: gallery-plugin.php:1215
506
+ msgid "Insert"
507
+ msgstr "Додати"
508
+
509
+ #: gallery-plugin.php:1227
510
  msgid "Learn more"
511
  msgstr "Докладніше"
512
 
513
+ #: gallery-plugin.php:1232
514
  msgid "Activate"
515
  msgstr "Активувати"
516
 
517
+ #: gallery-plugin.php:1239
518
  msgid "Install now"
519
  msgstr "Встановити"
520
 
521
+ #: gallery-plugin.php:1248
522
  msgid "Add multiple gallery categories"
523
  msgstr "Додати декілька категорій галереї"
524
 
525
+ #: gallery-plugin.php:1248
526
+ msgid "Install Gallery Categories plugin to add unlimited number of categories."
527
+ msgstr "Встановити плагін Gallery Categories, щоб мати змогу додати необмежену кількість категорій."
 
 
 
528
 
529
+ #: gallery-plugin.php:1257
530
  msgid "Close"
531
  msgstr "Закрити"
532
 
533
+ #: gallery-plugin.php:1521
534
+ #: template/gallery-single-template.php:101
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
535
  msgid "Sorry, nothing found."
536
  msgstr "Вибачте, нічого не знайдено."
537
 
538
+ #: gallery-plugin.php:1543
539
+ #: template/gallery-single-template.php:120
540
  msgid "Image"
541
  msgstr "Зображення"
542
 
543
+ #: gallery-plugin.php:1543
544
+ #: template/gallery-single-template.php:19
545
+ msgid "Download high resolution image"
546
+ msgstr "Завантажити зображення у високій якості"
547
+
548
+ #: gallery-plugin.php:1673
549
  msgid "Image size not defined"
550
  msgstr "Розмір зображення не визначено"
551
 
552
+ #: gallery-plugin.php:1688
553
+ msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
554
+ msgstr "Можливі оновлення лише файлів у форматах PNG, JPEG, GIF, WPMP чи XBM. В інших випадках, будь ласка, перезавантажте зображення вручну."
 
 
 
 
555
 
556
+ #: gallery-plugin.php:1699
557
  msgid "Image size changes not defined"
558
  msgstr "Зміни розміру зображення не визначено"
559
 
560
+ #: gallery-plugin.php:1728
561
+ #: gallery-plugin.php:1731
562
+ #: gallery-plugin.php:1736
563
  msgid "Invalid path"
564
  msgstr "Невірний шлях"
565
 
566
+ #: gallery-plugin.php:1885
567
+ msgid "Add images requires JavaScript."
568
+ msgstr "Додавання зображень вимагає використання JavaScript."
569
+
570
+ #: gallery-plugin.php:1888
571
+ msgid "Add Media"
572
+ msgstr "Додати Медіа"
573
+
574
+ #: gallery-plugin.php:1898
575
+ msgid "The grid view for the Gallery images requires JavaScript."
576
+ msgstr "Перегляд зображень таблицею вимагає використання JavaScript."
577
+
578
+ #: gallery-plugin.php:1898
579
+ msgid "Switch to the list view"
580
+ msgstr "Увімкнути перегляд списком"
581
+
582
+ #: gallery-plugin.php:1925
583
+ msgid "List View"
584
+ msgstr "Перегляд списком"
585
+
586
+ #: gallery-plugin.php:1926
587
+ msgid "Grid View"
588
+ msgstr "Перегляд таблицею"
589
+
590
+ #: gallery-plugin.php:1983
591
+ msgid "Filter"
592
+ msgstr "Фільтр"
593
+
594
+ #: gallery-plugin.php:1987
595
+ msgid "Empty Trash"
596
+ msgstr "Спорожнити Корзину"
597
+
598
+ #: gallery-plugin.php:2008
599
+ msgid "No images found"
600
+ msgstr "Зображення не знайдено"
601
+
602
+ #: gallery-plugin.php:2062
603
+ msgid "Select bulk action"
604
+ msgstr "Вибрати гуртові дії"
605
+
606
+ #: gallery-plugin.php:2064
607
+ msgid "Bulk Actions"
608
+ msgstr "Гуртові дії"
609
+
610
+ #: gallery-plugin.php:2074
611
+ msgid "Apply"
612
+ msgstr "Застосувати"
613
+
614
+ #: gallery-plugin.php:2081
615
+ #: gallery-plugin.php:2254
616
+ msgid "Delete from Gallery"
617
+ msgstr "Видалити з галереї"
618
+
619
+ #: gallery-plugin.php:2094
620
+ #: gallery-plugin.php:2108
621
+ msgid "Display file URL"
622
+ msgstr "Відображати URL файлу"
623
+
624
+ #: gallery-plugin.php:2103
625
+ msgid "Bulk Select"
626
+ msgstr "Гуртовий вибір"
627
+
628
+ #: gallery-plugin.php:2105
629
+ msgid "Cancel Selection"
630
+ msgstr "Скасувати вибір"
631
+
632
+ #: gallery-plugin.php:2106
633
+ msgid "Delete Selected"
634
+ msgstr "Видалити вибране"
635
+
636
+ #: gallery-plugin.php:2119
637
+ msgid "File"
638
+ msgstr "Файл"
639
+
640
+ #: gallery-plugin.php:2120
641
+ #: gallery-plugin.php:2207
642
+ msgid "Dimensions"
643
+ msgstr "Розміри"
644
+
645
+ #: gallery-plugin.php:2122
646
+ #: gallery-plugin.php:2242
647
+ msgid "Alt tag"
648
+ msgstr "Тег \"Alt\""
649
+
650
+ #: gallery-plugin.php:2123
651
+ #: gallery-plugin.php:2246
652
+ msgid "URL"
653
+ msgstr "Посилання"
654
+
655
+ #: gallery-plugin.php:2199
656
+ msgid "Deselect"
657
+ msgstr "Скасувати вибір"
658
+
659
+ #: gallery-plugin.php:2205
660
+ msgid "File name"
661
+ msgstr "Назва файлу"
662
+
663
+ #: gallery-plugin.php:2206
664
+ msgid "File type"
665
+ msgstr "Тип файлу"
666
+
667
+ #: gallery-plugin.php:2210
668
+ #: gallery-plugin.php:2211
669
+ msgid "Edit Attachment"
670
+ msgstr "Редагувати прикріплений файл"
671
+
672
+ #: gallery-plugin.php:2211
673
+ msgid "Edit Attachment Info"
674
+ msgstr "Редагувати інформацію про прикріплений файл"
675
 
676
+ #: gallery-plugin.php:2221
677
+ msgid "Go Pro"
678
+ msgstr "Придбати Pro версію"
679
+
680
+ #: gallery-plugin.php:2221
681
+ msgid "Pro version"
682
+ msgstr "Pro версія"
683
+
684
+ #: gallery-plugin.php:2224
685
+ msgid "This setting is available in Pro version"
686
+ msgstr "Ці установки доступні у PRO версії плагіну"
687
+
688
+ #: gallery-plugin.php:2248
689
+ msgid "(by click on image opens a link in a new window)"
690
+ msgstr "(клік на зображення відкриває його у новому вікні браузера)"
691
+
692
+ #: gallery-plugin.php:2252
693
+ msgid "Edit more details"
694
+ msgstr "Редагувати деталі"
695
+
696
+ #: gallery-plugin.php:2284
697
+ #, php-format
698
+ msgid "Select %s"
699
+ msgstr "Вибрати %s"
700
+
701
+ #: gallery-plugin.php:2297
702
+ #: gallery-plugin.php:2309
703
+ #, php-format
704
+ msgid "Edit &#8220;%s&#8221;"
705
+ msgstr "Редагувати &#8220;%s&#8221;"
706
+
707
+ #: gallery-plugin.php:2344
708
+ #: gallery-plugin.php:2357
709
+ msgid "Edit"
710
+ msgstr "Редагувати"
711
+
712
+ #: gallery-plugin.php:2347
713
+ #: gallery-plugin.php:2362
714
+ msgid "Trash"
715
+ msgstr "Корзина"
716
+
717
+ #: gallery-plugin.php:2350
718
+ #: gallery-plugin.php:2365
719
+ msgid "Delete Permanently"
720
+ msgstr "Видалити Повністю"
721
+
722
+ #: gallery-plugin.php:2352
723
+ #: gallery-plugin.php:2370
724
+ #, php-format
725
+ msgid "View &#8220;%s&#8221;"
726
+ msgstr "Перегляд &#8220;%s&#8221;"
727
+
728
+ #: gallery-plugin.php:2352
729
+ #: gallery-plugin.php:2370
730
+ msgid "View"
731
+ msgstr "Перегляд"
732
+
733
+ #: gallery-plugin.php:2354
734
+ msgid "Attach"
735
+ msgstr "Прикріпити"
736
+
737
+ #: gallery-plugin.php:2360
738
+ msgid "Restore"
739
+ msgstr "Відновити"
740
+
741
+ #: gallery-plugin.php:2480
742
+ msgid "Warning"
743
+ msgstr "Увага"
744
+
745
+ #: gallery-plugin.php:2480
746
+ msgid "You can add only images to the gallery"
747
+ msgstr "В галерею можна додати лише зображення"
748
+
749
+ #: gallery-plugin.php:2509
750
+ msgid "Sorry, no gallery found."
751
+ msgstr "Вибачте, жодної галереї не знайдено."
752
+
753
+ #: gallery-plugin.php:2515
754
+ msgid "Display an album image with the description and the link to a single gallery page"
755
+ msgstr "Відображати короткий опис зі скріншотом та посиланням на сторінку з галереєю"
756
+
757
+ #: inc/demo-data/demo-data-loader.php:78
758
  msgid "Install Demo Data"
759
  msgstr "Встановити демо-дані"
760
 
761
+ #: inc/demo-data/demo-data-loader.php:79
762
+ msgid "If you install the demo-data, will be created galleries with images, demo-post with available shortcodes and page with a list of all the galleries, plugin settings will be overwritten, however, when you delete the demo data, they will be restored."
763
+ msgstr "Під час встановки демо-даних будуть створені галереї із зображеннями, запис із доступними шорткодами та сторінка із списком галерей, налаштування плагіну були перезаписані, але, під час видалення демо-даних, вони будуть відновлені."
 
 
 
 
 
 
 
 
764
 
765
  #: inc/demo-data/demo-data-loader.php:82
766
  msgid "Remove Demo Data"
767
+ msgstr "Видалити демо-дані"
768
 
769
  #: inc/demo-data/demo-data-loader.php:83
770
  msgid "Delete demo-data and restore old plugin settings."
798
  msgid "Demo options already installed."
799
  msgstr "Демо-дані вже встановлені."
800
 
801
+ #: inc/demo-data/demo-data-loader.php:296
802
  msgid "Demo data successfully installed."
803
+ msgstr "Демо-дані успішно встановлені."
804
 
805
+ #: inc/demo-data/demo-data-loader.php:298
806
  msgid "View post with shortcodes"
807
  msgstr "Перегляньте запис із шорткодами "
808
 
809
+ #: inc/demo-data/demo-data-loader.php:301
810
  msgid "View page with examples"
811
  msgstr "Перегляньте сторінку із прикладами"
812
 
813
+ #: inc/demo-data/demo-data-loader.php:308
814
  msgid "Installation of demo data with some errors occurred."
815
  msgstr "Установка демо-даних пройшла з помилками."
816
 
817
+ #: inc/demo-data/demo-data-loader.php:311
818
  msgid "Posts data is missing."
819
  msgstr "Контент запису відсутній."
820
 
821
+ #: inc/demo-data/demo-data-loader.php:336
822
  msgid "Demo data have already been removed."
823
  msgstr "Демо-дані вже видалені. "
824
 
825
+ #: inc/demo-data/demo-data-loader.php:383
826
  msgid "Demo data successfully removed."
827
  msgstr "Демо-дані успішно видалені."
828
 
829
+ #: inc/demo-data/demo-data-loader.php:386
830
  msgid "Removing demo data with some errors occurred."
831
+ msgstr "Видалення демо-данних пройшло з помилками."
832
 
833
+ #: inc/demo-data/demo-data-loader.php:517
834
  msgid "Close notice"
835
  msgstr "Закрити повідомлення"
836
 
837
+ #: inc/demo-data/demo-data-loader.php:520
838
  msgid "Install demo data"
839
  msgstr "Встановити демо-дані"
840
 
841
+ #: inc/demo-data/demo-data-loader.php:520
842
  msgid "for an acquaintance with the possibilities of the"
843
  msgstr "для ознайомлення із можливостями плагіну"
844
 
845
+ #: template/gallery-template.php:14
846
+ msgid "Gallery Category"
847
+ msgstr "Категорія галерей"
848
+
849
+ #, fuzzy
850
+ #~ msgid "Uploaded on"
851
+ #~ msgstr "Завантажити файл"
852
+
853
+ #~ msgid "Background color"
854
+ #~ msgstr "Колір фону"
855
+
856
+ #, fuzzy
857
+ #~ msgid "Unlock premium options by upgrading to PRO version"
858
+ #~ msgstr "Відкрийте додаткові опції, перейшовши на PRO версію."
859
+
860
+ #~ msgid "Already attached?"
861
+ #~ msgstr "Уже прикріплено?"
862
+
863
+ #~ msgid ""
864
+ #~ "If you'd like to attach the files, which are already uploaded, please use "
865
+ #~ "Re-attacher plugin."
866
+ #~ msgstr ""
867
+ #~ "Для того, щоб перекріпити файли, які вже було завантажено, будь ласка, "
868
+ #~ "скористуйтеся нашим плагіном Re-attacher."
869
+
870
+ #~ msgid "Add a Gallery"
871
+ #~ msgstr "Додати галерею"
872
+
873
+ #~ msgid "Find a Gallery"
874
+ #~ msgstr "Знайти галерею"
875
+
876
+ #~ msgid "Choose a media file that will be attached"
877
+ #~ msgstr "Виберіть медіа файли для прикріплення"
878
+
879
+ #~ msgid "You need to install \"%s\" plugin to use this functionality"
880
+ #~ msgstr ""
881
+ #~ "Щоб використовувати цей функціонал, вам необхідно встановити плагін \"%s\""
882
+
883
+ #~ msgid "Attach media item to this gallery"
884
+ #~ msgstr "Прикріпити медіа файл до галереї"
885
+
886
+ #~ msgid ""
887
+ #~ "The gallery temp directory (gallery-plugin/upload/files) is not available "
888
+ #~ "for record on your webserver. Please use the standard WP functionality to "
889
+ #~ "upload images (media library)"
890
+ #~ msgstr ""
891
+ #~ "Папка галереї для тимчасових файлів (gallery-plugin/upload/files) закрита "
892
+ #~ "для доступу. Щоб завантажити зображення (медіа-бібліотеки), будь ласка, "
893
+ #~ "скористайтесь стандартним функціоналом WP."
894
+
895
+ #~ msgid "Choose an image for upload:"
896
+ #~ msgstr "Вибрати зображення для завантаження:"
897
+
898
+ #~ msgid "Please enable JavaScript to use the file uploader."
899
+ #~ msgstr ""
900
+ #~ "Щоб використовувати файл uploader, будь ласка, увімкніть JavaScript."
901
+
902
+ #~ msgid "Allow the download link for all images in this gallery"
903
+ #~ msgstr ""
904
+ #~ "Дозволити посилання для завантаження для всіх зображень в даній галереї."
905
+
906
+ #~ msgid ""
907
+ #~ "Please use the drag and drop function to change an order of the images "
908
+ #~ "displaying and do not forget to save the post."
909
+ #~ msgstr ""
910
+ #~ "Щоб змінити порядок відображення зображень, просто перетягніть їх мишкою "
911
+ #~ "і розмістіть у зручному для вас порядку. Будь ласка, при виході не "
912
+ #~ "забудьте зберегти пост."
913
+
914
+ #~ msgid "Please make a choice"
915
+ #~ msgstr "Будь ласка, виберіть"
916
+
917
+ #~ msgid "sort images"
918
+ #~ msgstr "Сортувати зображення"
919
+
920
+ #~ msgid "on the plugin settings page ("
921
+ #~ msgstr "на сторінці налаштувань плагіну ("
922
+
923
+ #~ msgid "Open the URL"
924
+ #~ msgstr "Відкрити посилання"
925
+
926
+ #~ msgid "Current window"
927
+ #~ msgstr "Поточне вікно"
928
+
929
+ #~ msgid "New window"
930
+ #~ msgstr "Нове вікно"
931
+
932
+ #~ msgid "Lightbox button URL"
933
+ #~ msgstr "Посилання кнопки лайтбокса"
934
+
935
+ #~ msgid "Description"
936
+ #~ msgstr "Опис"
937
+
938
+ #~ msgid "Delete"
939
+ #~ msgstr "Видалити"
940
+
941
+ #~ msgid ""
942
+ #~ "You can add a Single Gallery to the page or post by inserting this "
943
+ #~ "shortcode into the content"
944
+ #~ msgstr ""
945
+ #~ "Ви можете додати галерею на вашу сторінку чи пост просто помістивши цей "
946
+ #~ "шорткод у текст"
947
+
948
+ #~ msgid "Publishing"
949
+ #~ msgstr "Публікація"
950
+
951
+ #~ msgid "Go"
952
+ #~ msgstr "Вперед"
953
+
954
  #~ msgid "left"
955
  #~ msgstr "зліва"
956
 
languages/gallery-zh_CN.mo CHANGED
Binary file
languages/gallery-zh_CN.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-11 12:13+0300\n"
6
- "PO-Revision-Date: 2015-08-11 12:13+0300\n"
7
- "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Xiaobo Chen <mibcxb@gmail.com>\n"
9
  "Language: zh_CN\n"
10
  "MIME-Version: 1.0\n"
@@ -16,679 +16,777 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:95
 
 
 
 
 
 
 
20
  msgid "See images &raquo;"
21
  msgstr "查看影像 &raquo;"
22
 
23
- #: gallery-plugin.php:209
24
- msgid ""
25
- "The following files \"gallery-template.php\" and \"gallery-single-template."
26
- "php\" were not found in the directory of your theme. Please copy them from "
27
- "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
28
- "directory of your theme for the correct work of the Gallery plugin"
29
  msgstr ""
30
- "在您的主题目录中没有找到文件 \"gallery-template.php\" 和 \"gallery-single-"
31
- "template.php\"。为了画廊插件的正常运行,请从目录 `/wp-content/plugins/"
32
- "gallery-plugin/template/` 中复制他们到您的主题目录中"
33
 
34
- #: gallery-plugin.php:218 gallery-plugin.php:228
 
 
 
 
 
35
  msgid "Galleries"
36
  msgstr "画廊"
37
 
38
- #: gallery-plugin.php:219
 
39
  msgid "Gallery"
40
  msgstr "画廊"
41
 
42
- #: gallery-plugin.php:220
43
- msgid "Add a Gallery"
44
- msgstr "添加画廊"
45
-
46
- #: gallery-plugin.php:221
47
  msgid "Add New Gallery"
48
  msgstr "新建画廊"
49
 
50
- #: gallery-plugin.php:222
51
  msgid "Edit Gallery"
52
  msgstr "编辑画廊"
53
 
54
- #: gallery-plugin.php:223
55
  msgid "New Gallery"
56
  msgstr "新画廊"
57
 
58
- #: gallery-plugin.php:224
59
  msgid "View Gallery"
60
  msgstr "浏览画廊"
61
 
62
- #: gallery-plugin.php:225
63
- msgid "Find a Gallery"
64
- msgstr "查找画廊"
 
65
 
66
- #: gallery-plugin.php:226
67
  msgid "No Gallery found"
68
  msgstr "没有找到画廊"
69
 
70
- #: gallery-plugin.php:283
71
- msgid "Upload File"
72
- msgstr "上传文件"
73
-
74
- #: gallery-plugin.php:284
75
  msgid "Gallery Shortcode"
76
  msgstr "画廊代码"
77
 
78
- #: gallery-plugin.php:286 gallery-plugin.php:442
 
79
  #, fuzzy
80
  msgid "Gallery Categories"
81
  msgstr "画廊中影像的尺寸"
82
 
83
- #: gallery-plugin.php:295
84
- msgid "Choose a media file that will be attached"
85
  msgstr ""
86
 
87
- #: gallery-plugin.php:295
88
- #, php-format
89
- msgid "You need to install \"%s\" plugin to use this functionality"
90
- msgstr ""
91
-
92
- #: gallery-plugin.php:296
93
- msgid "Attach media item to this gallery"
94
- msgstr ""
95
 
96
- #: gallery-plugin.php:315
97
- msgid ""
98
- "The gallery temp directory (gallery-plugin/upload/files) is not available "
99
- "for record on your webserver. Please use the standard WP functionality to "
100
- "upload images (media library)"
101
  msgstr ""
102
- "您网页服务器上的图集临时目录 (gallery-plugin/upload/files) 不可写。请使用标准"
103
- "WP函数上传图像 (media library)"
104
-
105
- #: gallery-plugin.php:327
106
- msgid "Choose an image for upload:"
107
- msgstr "选择一幅影像上传:"
108
-
109
- #: gallery-plugin.php:332
110
- msgid "Please enable JavaScript to use the file uploader."
111
- msgstr "请打开JavaScript以使用文件上传工具。"
112
-
113
- #: gallery-plugin.php:340
114
- msgid "Allow the download link for all images in this gallery"
115
- msgstr "在此画廊中为所有影像开启下载链接"
116
 
117
- #: gallery-plugin.php:341
118
- msgid ""
119
- "Please use the drag and drop function to change an order of the images "
120
- "displaying and do not forget to save the post."
121
- msgstr "请使用拖拽功能改变影像的输出顺序,且不要忘记保存修改。"
122
-
123
- #: gallery-plugin.php:343
124
- msgid "Please make a choice"
125
- msgstr "请选择"
126
-
127
- #: gallery-plugin.php:343 gallery-plugin.php:1030
128
- msgid "Sort images by"
129
- msgstr "影像排序按"
130
-
131
- #: gallery-plugin.php:343
132
- msgid "sort images"
133
- msgstr "影像排序"
134
-
135
- #: gallery-plugin.php:343
136
- msgid "on the plugin settings page ("
137
- msgstr "在插件的设置页面("
138
-
139
- #: gallery-plugin.php:396 gallery-plugin.php:672
140
- msgid "Title"
141
- msgstr "标题"
142
-
143
- #: gallery-plugin.php:398
144
- msgid "Alt tag"
145
- msgstr "Alt标签"
146
-
147
- #: gallery-plugin.php:399
148
- msgid "URL"
149
- msgstr "URL"
150
-
151
- #: gallery-plugin.php:399
152
- msgid "(by click on image opens a link in a new window)"
153
- msgstr "(通过点击图像在新窗口中打开链接)"
154
-
155
- #: gallery-plugin.php:400
156
- msgid "This setting is available in Pro version"
157
- msgstr "此设置在高级版本中可用"
158
-
159
- #: gallery-plugin.php:401
160
- msgid "Open the URL"
161
- msgstr "打开链接"
162
-
163
- #: gallery-plugin.php:401
164
- msgid "Current window"
165
- msgstr "当前窗口"
166
-
167
- #: gallery-plugin.php:401
168
- msgid "New window"
169
- msgstr "新窗口"
170
-
171
- #: gallery-plugin.php:402
172
- msgid "Lightbox button URL"
173
- msgstr "灯箱按钮链接"
174
-
175
- #: gallery-plugin.php:403
176
- msgid "Description"
177
- msgstr "描述"
178
-
179
- #: gallery-plugin.php:404
180
- msgid "Delete"
181
- msgstr "删除"
182
-
183
- #: gallery-plugin.php:424
184
- msgid ""
185
- "You can add a Single Gallery to the page or post by inserting this shortcode "
186
- "into the content"
187
- msgstr "您可以在页面上添加一个画廊或在正文中插入画廊代码"
188
-
189
- #: gallery-plugin.php:426
190
- msgid ""
191
- "If you want to display a short description containing a screenshot and the "
192
- "link to the Single Gallery Page"
193
- msgstr "如果您想显示一个简述,其包含屏幕截图且具有指向一个图集的链接"
194
-
195
- #: gallery-plugin.php:443
196
  msgid "Most Used"
197
  msgstr ""
198
 
199
- #: gallery-plugin.php:448 gallery-plugin.php:957
 
200
  msgid "Default"
201
  msgstr "默认"
202
 
203
- #: gallery-plugin.php:453
204
  #, fuzzy
205
  msgid "Add New Gallery Category"
206
  msgstr "新建画廊"
207
 
208
- #: gallery-plugin.php:460
209
  #, fuzzy
210
  msgid "Install plugin"
211
  msgstr "安装插件"
212
 
213
- #: gallery-plugin.php:673
 
 
 
 
 
 
214
  msgid "Author"
215
  msgstr "作者"
216
 
217
- #: gallery-plugin.php:674
218
- msgid "Photo"
219
- msgstr "照片"
 
220
 
221
- #: gallery-plugin.php:675
222
- msgid "Publishing"
223
- msgstr "发布"
 
224
 
225
- #: gallery-plugin.php:676 gallery-plugin.php:1034
 
226
  msgid "Date"
227
  msgstr "日期"
228
 
229
- #: gallery-plugin.php:836
230
  msgid "Settings are saved"
231
  msgstr "设置已保存。"
232
 
233
- #: gallery-plugin.php:849
234
  #, fuzzy
235
  msgid "All plugin settings were restored."
236
  msgstr "在插件的设置页面("
237
 
238
- #: gallery-plugin.php:862
239
  msgid "Gallery Settings"
240
  msgstr "画廊设置"
241
 
242
- #: gallery-plugin.php:864 gallery-plugin.php:1216 gallery-plugin.php:1233
243
- msgid "Settings"
244
- msgstr "设置"
245
-
246
- #: gallery-plugin.php:865 gallery-plugin.php:1217
247
  msgid "FAQ"
248
  msgstr "常见问题"
249
 
250
- #: gallery-plugin.php:866
251
  msgid "Go PRO"
252
  msgstr "转到高级版"
253
 
254
- #: gallery-plugin.php:876
255
  msgid "Notice:"
256
  msgstr "注意:"
257
 
258
- #: gallery-plugin.php:876
259
- msgid ""
260
- "The plugin's settings have been changed. In order to save them please don't "
261
- "forget to click the 'Save Changes' button."
262
  msgstr "插件的设置已经被修改。为了保存,请不要忘记点击 '保存修改' 按钮。"
263
 
264
- #: gallery-plugin.php:877
265
- msgid ""
266
- "If you would like to add a Single Gallery to your page or post, just copy "
267
- "and paste this shortcode into your post or page:"
268
- msgstr ""
269
- "如果您想添加一个画廊到页面或公告中,仅需要将画廊代码放到页面或公告的内容中即"
270
- "可:"
271
 
272
- #: gallery-plugin.php:879
273
  msgid "Please enable JavaScript to use the option to renew images."
274
  msgstr "请打开JavaScript以使用选项更新影像"
275
 
276
- #: gallery-plugin.php:883
277
  msgid "Update images for gallery"
278
  msgstr "为画廊更新影像"
279
 
280
- #: gallery-plugin.php:885
281
  msgid "Update images"
282
  msgstr "更新影像"
283
 
284
- #: gallery-plugin.php:893
285
  msgid "Image size for the album cover"
286
  msgstr "专辑封面的尺寸"
287
 
288
- #: gallery-plugin.php:895 gallery-plugin.php:909 gallery-plugin.php:931
 
 
289
  msgid "Image size"
290
  msgstr "影像尺寸"
291
 
292
- #: gallery-plugin.php:898 gallery-plugin.php:912
 
293
  msgid "Width (in px)"
294
  msgstr "宽度(像素)"
295
 
296
- #: gallery-plugin.php:902 gallery-plugin.php:916
 
297
  msgid "Height (in px)"
298
  msgstr "高度(像素)"
299
 
300
- #: gallery-plugin.php:907
301
  #, fuzzy
302
  msgid "Image size for thumbnails"
303
  msgstr "专辑封面的尺寸"
304
 
305
- #: gallery-plugin.php:921
306
- msgid ""
307
- "WordPress will create a new thumbnail with the specified dimensions when you "
308
- "upload a new photo."
309
  msgstr "当您上传一幅新的照片时,WordPress会创建一个特定尺寸的缩略图副本。"
310
 
311
- #: gallery-plugin.php:929
312
  #, fuzzy
313
  msgid "Image size in the lightbox"
314
  msgstr "灯箱中的影像的尺寸"
315
 
316
- #: gallery-plugin.php:932
317
  msgid "Max width (in px)"
318
  msgstr "最大宽度(像素)"
319
 
320
- #: gallery-plugin.php:933
321
  msgid "Max height (in px)"
322
  msgstr "最大高度(像素)"
323
 
324
- #: gallery-plugin.php:934
325
  msgid "Display a full size image in the lightbox"
326
  msgstr "在灯箱中显示全尺寸图像"
327
 
328
- #: gallery-plugin.php:938
329
  msgid "Crop position"
330
  msgstr "裁剪位置"
331
 
332
- #: gallery-plugin.php:942 gallery-plugin.php:948
 
333
  msgid "center"
334
  msgstr "居中"
335
 
336
- #: gallery-plugin.php:944
337
  msgid "Horizontal"
338
  msgstr "水平"
339
 
340
- #: gallery-plugin.php:950
341
  msgid "Vertical"
342
  msgstr "垂直"
343
 
344
- #: gallery-plugin.php:955
345
  msgid "Lightbox background"
346
  msgstr "灯箱背景"
347
 
348
- #: gallery-plugin.php:958
349
  msgid "Background transparency (from 0 to 1)"
350
  msgstr "背景透明度(从 0 到 1)"
351
 
352
- #: gallery-plugin.php:960
353
  msgid "Select a background color"
354
  msgstr "选择背景色"
355
 
356
- #: gallery-plugin.php:962
357
- msgid "Background color"
358
- msgstr "背景色"
359
-
360
- #: gallery-plugin.php:969 gallery-plugin.php:1157
361
- msgid ""
362
- "If you upgrade to Pro version all your settings and galleries will be saved."
363
  msgstr "如果您升级到高级版本,您的设置和画廊将被保存。"
364
 
365
- #: gallery-plugin.php:976 gallery-plugin.php:1164
366
- msgid "Unlock premium options by upgrading to a PRO version."
 
 
367
  msgstr "升级到高级版以解锁额外的选项。"
368
 
369
- #: gallery-plugin.php:977 gallery-plugin.php:1165
370
- msgid "Learn More"
371
- msgstr "学习更多"
372
-
373
- #: gallery-plugin.php:981 gallery-plugin.php:1169
374
  msgid "Start Your Trial"
375
  msgstr "开始试用"
376
 
377
- #: gallery-plugin.php:982 gallery-plugin.php:1170
 
378
  msgid "or"
379
  msgstr "或"
380
 
381
- #: gallery-plugin.php:985 gallery-plugin.php:1173
382
- msgid "Go"
383
- msgstr "转到"
 
384
 
385
- #: gallery-plugin.php:993
386
  msgid "Images with border"
387
  msgstr "影像边缘"
388
 
389
- #: gallery-plugin.php:996
390
  msgid "Border width in px, just numbers"
391
  msgstr "边缘宽度,以像素为单位,只能使用数字"
392
 
393
- #: gallery-plugin.php:998 gallery-plugin.php:1000
394
  msgid "Select a border color"
395
  msgstr "选择边框颜色"
396
 
397
- #: gallery-plugin.php:1006
398
  msgid "Number of images in the row"
399
  msgstr "一行中图像的数量"
400
 
401
- #: gallery-plugin.php:1012
402
  msgid "Start slideshow"
403
  msgstr "播放幻灯片"
404
 
405
- #: gallery-plugin.php:1018
406
  msgid "Slideshow interval"
407
  msgstr "幻灯片播放间隔"
408
 
409
- #: gallery-plugin.php:1024
410
  msgid "Use single lightbox for multiple galleries on one page"
411
  msgstr "在同一页面上为多个画廊使用同一个灯箱"
412
 
413
- #: gallery-plugin.php:1032
 
 
 
 
414
  msgid "Attachment ID"
415
  msgstr "附件ID"
416
 
417
- #: gallery-plugin.php:1033
418
  msgid "Image Name"
419
  msgstr "影像名称"
420
 
421
- #: gallery-plugin.php:1035
422
- msgid ""
423
- "Sorting order (the input field for sorting order in the Insert / Upload "
424
- "Media Gallery dialog)"
425
- msgstr "分类排序(插入/上传媒体图集对话框中的输入字段)"
426
 
427
- #: gallery-plugin.php:1036
428
  msgid "Random"
429
  msgstr "随机"
430
 
431
- #: gallery-plugin.php:1040
432
  msgid "Sort images"
433
  msgstr "影像排序"
434
 
435
- #: gallery-plugin.php:1042
436
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
437
  msgstr "升序(由低到高 - 1, 2, 3; a, b, c)"
438
 
439
- #: gallery-plugin.php:1043
440
- msgid ""
441
- "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
442
  msgstr "降序(由高到低 - 3, 2, 1; c, b, a)"
443
 
444
- #: gallery-plugin.php:1047
445
  msgid "Display text under the image"
446
  msgstr "在图像下方显示文本"
447
 
448
- #: gallery-plugin.php:1049
449
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
450
  msgstr "取消复选框,如果您仅想在灯箱中显示文本"
451
 
452
- #: gallery-plugin.php:1053
453
  msgid "Display the Back link"
454
  msgstr "显示返回链接"
455
 
456
- #: gallery-plugin.php:1059
457
  msgid "Display the Back link in the shortcode"
458
  msgstr "以代码方式显示返回链接"
459
 
460
- #: gallery-plugin.php:1065
461
  msgid "The Back link text"
462
  msgstr "返回链接文本"
463
 
464
- #: gallery-plugin.php:1071
465
  msgid "The Back link URL"
466
  msgstr "返回链接URL"
467
 
468
- #: gallery-plugin.php:1073
469
  msgid "Gallery page (Page with Gallery Template)"
470
  msgstr "画廊页面(具有画廊模板的页面)"
471
 
472
- #: gallery-plugin.php:1075
473
  msgid "(Full URL to custom page)"
474
  msgstr "(到自定义页面的完整地址)"
475
 
476
- #: gallery-plugin.php:1079
477
  msgid "The Read More link text"
478
  msgstr "阅读更多链接的文本"
479
 
480
- #: gallery-plugin.php:1085
481
  msgid "Add gallery to the search"
482
  msgstr "将画廊添加到搜索"
483
 
484
- #: gallery-plugin.php:1090
485
  msgid "Using"
486
  msgstr "试用"
487
 
488
- #: gallery-plugin.php:1090
489
  msgid "powered by"
490
  msgstr "提供方为"
491
 
492
- #: gallery-plugin.php:1093 gallery-plugin.php:1097
 
493
  msgid "Using Custom Search powered by"
494
  msgstr "自定义搜索技术支持"
495
 
496
- #: gallery-plugin.php:1093
497
  msgid "Activate Custom Search"
498
  msgstr "启用自定义搜索"
499
 
500
- #: gallery-plugin.php:1097
501
  msgid "Download Custom Search"
502
  msgstr "下载自定义搜索"
503
 
504
- #: gallery-plugin.php:1102
505
  msgid "Rewrite templates after update"
506
  msgstr ""
507
 
508
- #: gallery-plugin.php:1104
509
- msgid ""
510
- "Turn off the checkbox, if You edited the file 'gallery-template.php' or "
511
- "'gallery-single-template.php' file in your theme folder and You don't want "
512
- "to rewrite them"
513
  msgstr ""
514
 
515
- #: gallery-plugin.php:1113
516
  msgid "Use pagination for images"
517
  msgstr "为影像使用分页"
518
 
519
- #: gallery-plugin.php:1116
520
  msgid "per page"
521
  msgstr "每页"
522
 
523
- #: gallery-plugin.php:1120
524
  msgid "The lightbox helper"
525
  msgstr "灯箱帮助"
526
 
527
- #: gallery-plugin.php:1122
528
  msgid "Do not use"
529
  msgstr "不要使用"
530
 
531
- #: gallery-plugin.php:1123
532
  msgid "Button helper"
533
  msgstr "按钮帮助"
534
 
535
- #: gallery-plugin.php:1124
536
  msgid "Thumbnail helper"
537
  msgstr "缩略图帮助"
538
 
539
- #: gallery-plugin.php:1128
540
  msgid "Display Like buttons in the lightbox"
541
  msgstr "在灯箱中显示[喜欢]按钮"
542
 
543
- #: gallery-plugin.php:1130
544
  msgid "FaceBook"
545
  msgstr "Facebook"
546
 
547
- #: gallery-plugin.php:1131
548
  msgid "Twitter"
549
  msgstr "Twitter"
550
 
551
- #: gallery-plugin.php:1132
552
  msgid "Pinterest"
553
  msgstr "Printerest"
554
 
555
- #: gallery-plugin.php:1133
556
  msgid "Google +1"
557
  msgstr "Google +1"
558
 
559
- #: gallery-plugin.php:1137
560
  msgid "Slug for gallery item"
561
  msgstr "画廊项的滑块"
562
 
563
- #: gallery-plugin.php:1139
564
  msgid "for any structure of permalinks except the default structure"
565
  msgstr "给任意结构的固定链接,除了默认结构"
566
 
567
- #: gallery-plugin.php:1143
568
  msgid "Title for lightbox button"
569
  msgstr "灯箱按钮的标题"
570
 
571
- #: gallery-plugin.php:1149
572
- msgid ""
573
- "Display all images in the lightbox instead of going into a single gallery"
574
  msgstr ""
575
 
576
- #: gallery-plugin.php:1152
577
- msgid ""
578
- "When using the gallery template or a shortcode with `display=short` parameter"
579
  msgstr ""
580
 
581
- #: gallery-plugin.php:1181
582
  msgid "Save Changes"
583
  msgstr "保存修改"
584
 
585
- #: gallery-plugin.php:1218
586
  msgid "Support"
587
  msgstr "支持"
588
 
589
- #: gallery-plugin.php:1326
590
  msgid "Updating images..."
591
  msgstr "正在更新影像..."
592
 
593
- #: gallery-plugin.php:1327
594
  #, fuzzy
595
  msgid "No image found."
596
  msgstr "没有找到影像"
597
 
598
- #: gallery-plugin.php:1328
599
  #, fuzzy
600
  msgid "All images are updated."
601
  msgstr "已更新全部影像"
602
 
603
- #: gallery-plugin.php:1329
604
  msgid "Error."
605
  msgstr "错误。"
606
 
607
- #: gallery-plugin.php:1338
 
 
 
 
 
 
 
 
 
 
 
 
 
 
608
  #, fuzzy
609
  msgid "Learn more"
610
  msgstr "学习更多"
611
 
612
- #: gallery-plugin.php:1343 gallery-plugin.php:1383
613
  msgid "Activate"
614
  msgstr "激活"
615
 
616
- #: gallery-plugin.php:1350 gallery-plugin.php:1390
617
  #, fuzzy
618
  msgid "Install now"
619
  msgstr "安装 %s"
620
 
621
- #: gallery-plugin.php:1359
622
  msgid "Add multiple gallery categories"
623
  msgstr ""
624
 
625
- #: gallery-plugin.php:1359
626
- msgid ""
627
- "Install Gallery Categories plugin to add unlimited number of categories."
628
  msgstr ""
629
 
630
- #: gallery-plugin.php:1368 gallery-plugin.php:1409
631
  msgid "Close"
632
  msgstr ""
633
 
634
- #: gallery-plugin.php:1400
635
- msgid "Already attached?"
636
- msgstr ""
637
-
638
- #: gallery-plugin.php:1400
639
- msgid ""
640
- "If you'd like to attach the files, which are already uploaded, please use Re-"
641
- "attacher plugin."
642
- msgstr ""
643
-
644
- #: gallery-plugin.php:1490 template/gallery-single-template.php:19
645
- msgid "Download high resolution image"
646
- msgstr "下载高分辨率图像"
647
-
648
- #: gallery-plugin.php:1651 template/gallery-single-template.php:101
649
  msgid "Sorry, nothing found."
650
  msgstr "对不起 - 没有找到。"
651
 
652
- #: gallery-plugin.php:1673 template/gallery-single-template.php:120
 
653
  msgid "Image"
654
  msgstr "影像"
655
 
656
- #: gallery-plugin.php:1982
 
 
 
 
 
657
  msgid "Image size not defined"
658
  msgstr "影像尺寸未定义"
659
 
660
- #: gallery-plugin.php:1997
661
- msgid ""
662
- "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
663
- "manually reload image."
664
- msgstr ""
665
- "我们仅可以更新 PNG,JPEG,GIF,WPMP 或 XBM 文件。对于其他文件类型,请手动重新"
666
- "加载影像。"
667
 
668
- #: gallery-plugin.php:2008
669
  msgid "Image size changes not defined"
670
  msgstr "图像大小的变化没有定义"
671
 
672
- #: gallery-plugin.php:2037 gallery-plugin.php:2040 gallery-plugin.php:2045
 
 
673
  msgid "Invalid path"
674
  msgstr "无效的路径"
675
 
676
- #: template/gallery-template.php:14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
677
  #, fuzzy
678
- msgid "Gallery Category"
679
- msgstr "画廊中影像的尺寸"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
680
 
681
- #: inc/demo-data/demo-data-loader.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
682
  #, fuzzy
683
  msgid "Install Demo Data"
684
  msgstr "安装 %s"
685
 
686
- #: inc/demo-data/demo-data-loader.php:78
687
- msgid ""
688
- "If you install the demo-data, will be created galleries with images, demo-"
689
- "post with available shortcodes and page with a list of all the galleries, \n"
690
- "plugin settings will be overwritten, however, when you delete the demo data, "
691
- "they will be restored."
692
  msgstr ""
693
 
694
  #: inc/demo-data/demo-data-loader.php:82
@@ -728,51 +826,130 @@ msgstr ""
728
  msgid "Demo options already installed."
729
  msgstr ""
730
 
731
- #: inc/demo-data/demo-data-loader.php:294
732
  msgid "Demo data successfully installed."
733
  msgstr ""
734
 
735
- #: inc/demo-data/demo-data-loader.php:296
736
  msgid "View post with shortcodes"
737
  msgstr ""
738
 
739
- #: inc/demo-data/demo-data-loader.php:299
740
  msgid "View page with examples"
741
  msgstr ""
742
 
743
- #: inc/demo-data/demo-data-loader.php:303
744
  msgid "Installation of demo data with some errors occurred."
745
  msgstr ""
746
 
747
- #: inc/demo-data/demo-data-loader.php:306
748
  msgid "Posts data is missing."
749
  msgstr ""
750
 
751
- #: inc/demo-data/demo-data-loader.php:331
752
  msgid "Demo data have already been removed."
753
  msgstr ""
754
 
755
- #: inc/demo-data/demo-data-loader.php:378
756
  msgid "Demo data successfully removed."
757
  msgstr ""
758
 
759
- #: inc/demo-data/demo-data-loader.php:381
760
  msgid "Removing demo data with some errors occurred."
761
  msgstr ""
762
 
763
- #: inc/demo-data/demo-data-loader.php:510
764
  msgid "Close notice"
765
  msgstr ""
766
 
767
- #: inc/demo-data/demo-data-loader.php:513
768
  #, fuzzy
769
  msgid "Install demo data"
770
  msgstr "安装 %s"
771
 
772
- #: inc/demo-data/demo-data-loader.php:513
773
  msgid "for an acquaintance with the possibilities of the"
774
  msgstr ""
775
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
776
  #~ msgid "left"
777
  #~ msgstr "偏左"
778
 
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: Xiaobo Chen <mibcxb@gmail.com>\n"
9
  "Language: zh_CN\n"
10
  "MIME-Version: 1.0\n"
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 "设置"
25
+
26
+ #: gallery-plugin.php:104
27
  msgid "See images &raquo;"
28
  msgstr "查看影像 &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 "在您的主题目录中没有找到文件 \"gallery-template.php\" 和 \"gallery-single-template.php\"。为了画廊插件的正常运行,请从目录 `/wp-content/plugins/gallery-plugin/template/` 中复制他们到您的主题目录中"
37
+
38
+ #: gallery-plugin.php:340
39
+ #: gallery-plugin.php:349
40
  msgid "Galleries"
41
  msgstr "画廊"
42
 
43
+ #: gallery-plugin.php:341
44
+ #: gallery-plugin.php:2511
45
  msgid "Gallery"
46
  msgstr "画廊"
47
 
48
+ #: gallery-plugin.php:342
 
 
 
 
49
  msgid "Add New Gallery"
50
  msgstr "新建画廊"
51
 
52
+ #: gallery-plugin.php:343
53
  msgid "Edit Gallery"
54
  msgstr "编辑画廊"
55
 
56
+ #: gallery-plugin.php:344
57
  msgid "New Gallery"
58
  msgstr "新画廊"
59
 
60
+ #: gallery-plugin.php:345
61
  msgid "View Gallery"
62
  msgstr "浏览画廊"
63
 
64
+ #: gallery-plugin.php:346
65
+ #, fuzzy
66
+ msgid "Search Galleries"
67
+ msgstr "画廊"
68
 
69
+ #: gallery-plugin.php:347
70
  msgid "No Gallery found"
71
  msgstr "没有找到画廊"
72
 
73
+ #: gallery-plugin.php:404
 
 
 
 
74
  msgid "Gallery Shortcode"
75
  msgstr "画廊代码"
76
 
77
+ #: gallery-plugin.php:406
78
+ #: gallery-plugin.php:438
79
  #, fuzzy
80
  msgid "Gallery Categories"
81
  msgstr "画廊中影像的尺寸"
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 "如果您想显示一个简述,其包含屏幕截图且具有指向一个图集的链接"
 
 
 
 
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 "默认"
104
 
105
+ #: gallery-plugin.php:449
106
  #, fuzzy
107
  msgid "Add New Gallery Category"
108
  msgstr "新建画廊"
109
 
110
+ #: gallery-plugin.php:456
111
  #, fuzzy
112
  msgid "Install plugin"
113
  msgstr "安装插件"
114
 
115
+ #: gallery-plugin.php:611
116
+ #: gallery-plugin.php:2124
117
+ #: gallery-plugin.php:2242
118
+ msgid "Title"
119
+ msgstr "标题"
120
+
121
+ #: gallery-plugin.php:612
122
  msgid "Author"
123
  msgstr "作者"
124
 
125
+ #: gallery-plugin.php:613
126
+ #, fuzzy
127
+ msgid "Shortcode"
128
+ msgstr "画廊代码"
129
 
130
+ #: gallery-plugin.php:614
131
+ #, fuzzy
132
+ msgid "Photos"
133
+ msgstr "照片"
134
 
135
+ #: gallery-plugin.php:615
136
+ #: gallery-plugin.php:954
137
  msgid "Date"
138
  msgstr "日期"
139
 
140
+ #: gallery-plugin.php:768
141
  msgid "Settings are saved"
142
  msgstr "设置已保存。"
143
 
144
+ #: gallery-plugin.php:781
145
  #, fuzzy
146
  msgid "All plugin settings were restored."
147
  msgstr "在插件的设置页面("
148
 
149
+ #: gallery-plugin.php:793
150
  msgid "Gallery Settings"
151
  msgstr "画廊设置"
152
 
153
+ #: gallery-plugin.php:796
154
+ #: gallery-plugin.php:1134
 
 
 
155
  msgid "FAQ"
156
  msgstr "常见问题"
157
 
158
+ #: gallery-plugin.php:797
159
  msgid "Go PRO"
160
  msgstr "转到高级版"
161
 
162
+ #: gallery-plugin.php:807
163
  msgid "Notice:"
164
  msgstr "注意:"
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 "插件的设置已经被修改。为了保存,请不要忘记点击 '保存修改' 按钮。"
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 "如果您想添加一个画廊到页面或公告中,仅需要将画廊代码放到页面或公告的内容中即可:"
 
 
 
 
173
 
174
+ #: gallery-plugin.php:812
175
  msgid "Please enable JavaScript to use the option to renew images."
176
  msgstr "请打开JavaScript以使用选项更新影像"
177
 
178
+ #: gallery-plugin.php:816
179
  msgid "Update images for gallery"
180
  msgstr "为画廊更新影像"
181
 
182
+ #: gallery-plugin.php:818
183
  msgid "Update images"
184
  msgstr "更新影像"
185
 
186
+ #: gallery-plugin.php:826
187
  msgid "Image size for the album cover"
188
  msgstr "专辑封面的尺寸"
189
 
190
+ #: gallery-plugin.php:828
191
+ #: gallery-plugin.php:842
192
+ #: gallery-plugin.php:864
193
  msgid "Image size"
194
  msgstr "影像尺寸"
195
 
196
+ #: gallery-plugin.php:831
197
+ #: gallery-plugin.php:845
198
  msgid "Width (in px)"
199
  msgstr "宽度(像素)"
200
 
201
+ #: gallery-plugin.php:835
202
+ #: gallery-plugin.php:849
203
  msgid "Height (in px)"
204
  msgstr "高度(像素)"
205
 
206
+ #: gallery-plugin.php:840
207
  #, fuzzy
208
  msgid "Image size for thumbnails"
209
  msgstr "专辑封面的尺寸"
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会创建一个特定尺寸的缩略图副本。"
214
 
215
+ #: gallery-plugin.php:862
216
  #, fuzzy
217
  msgid "Image size in the lightbox"
218
  msgstr "灯箱中的影像的尺寸"
219
 
220
+ #: gallery-plugin.php:865
221
  msgid "Max width (in px)"
222
  msgstr "最大宽度(像素)"
223
 
224
+ #: gallery-plugin.php:866
225
  msgid "Max height (in px)"
226
  msgstr "最大高度(像素)"
227
 
228
+ #: gallery-plugin.php:867
229
  msgid "Display a full size image in the lightbox"
230
  msgstr "在灯箱中显示全尺寸图像"
231
 
232
+ #: gallery-plugin.php:871
233
  msgid "Crop position"
234
  msgstr "裁剪位置"
235
 
236
+ #: gallery-plugin.php:875
237
+ #: gallery-plugin.php:881
238
  msgid "center"
239
  msgstr "居中"
240
 
241
+ #: gallery-plugin.php:877
242
  msgid "Horizontal"
243
  msgstr "水平"
244
 
245
+ #: gallery-plugin.php:883
246
  msgid "Vertical"
247
  msgstr "垂直"
248
 
249
+ #: gallery-plugin.php:888
250
  msgid "Lightbox background"
251
  msgstr "灯箱背景"
252
 
253
+ #: gallery-plugin.php:891
254
  msgid "Background transparency (from 0 to 1)"
255
  msgstr "背景透明度(从 0 到 1)"
256
 
257
+ #: gallery-plugin.php:892
258
  msgid "Select a background color"
259
  msgstr "选择背景色"
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 "如果您升级到高级版本,您的设置和画廊将被保存。"
265
 
266
+ #: gallery-plugin.php:904
267
+ #: gallery-plugin.php:1084
268
+ #, fuzzy
269
+ msgid "Unlock premium options by upgrading to Pro version"
270
  msgstr "升级到高级版以解锁额外的选项。"
271
 
272
+ #: gallery-plugin.php:908
273
+ #: gallery-plugin.php:1088
 
 
 
274
  msgid "Start Your Trial"
275
  msgstr "开始试用"
276
 
277
+ #: gallery-plugin.php:909
278
+ #: gallery-plugin.php:1089
279
  msgid "or"
280
  msgstr "或"
281
 
282
+ #: gallery-plugin.php:911
283
+ #: gallery-plugin.php:1091
284
+ msgid "Learn More"
285
+ msgstr "学习更多"
286
 
287
+ #: gallery-plugin.php:918
288
  msgid "Images with border"
289
  msgstr "影像边缘"
290
 
291
+ #: gallery-plugin.php:921
292
  msgid "Border width in px, just numbers"
293
  msgstr "边缘宽度,以像素为单位,只能使用数字"
294
 
295
+ #: gallery-plugin.php:922
296
  msgid "Select a border color"
297
  msgstr "选择边框颜色"
298
 
299
+ #: gallery-plugin.php:926
300
  msgid "Number of images in the row"
301
  msgstr "一行中图像的数量"
302
 
303
+ #: gallery-plugin.php:932
304
  msgid "Start slideshow"
305
  msgstr "播放幻灯片"
306
 
307
+ #: gallery-plugin.php:938
308
  msgid "Slideshow interval"
309
  msgstr "幻灯片播放间隔"
310
 
311
+ #: gallery-plugin.php:944
312
  msgid "Use single lightbox for multiple galleries on one page"
313
  msgstr "在同一页面上为多个画廊使用同一个灯箱"
314
 
315
+ #: gallery-plugin.php:950
316
+ msgid "Sort images by"
317
+ msgstr "影像排序按"
318
+
319
+ #: gallery-plugin.php:952
320
  msgid "Attachment ID"
321
  msgstr "附件ID"
322
 
323
+ #: gallery-plugin.php:953
324
  msgid "Image Name"
325
  msgstr "影像名称"
326
 
327
+ #: gallery-plugin.php:955
328
+ msgid "Sorting order in the Gallery"
329
+ msgstr ""
 
 
330
 
331
+ #: gallery-plugin.php:956
332
  msgid "Random"
333
  msgstr "随机"
334
 
335
+ #: gallery-plugin.php:960
336
  msgid "Sort images"
337
  msgstr "影像排序"
338
 
339
+ #: gallery-plugin.php:962
340
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
341
  msgstr "升序(由低到高 - 1, 2, 3; a, b, c)"
342
 
343
+ #: gallery-plugin.php:963
344
+ msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
 
345
  msgstr "降序(由高到低 - 3, 2, 1; c, b, a)"
346
 
347
+ #: gallery-plugin.php:967
348
  msgid "Display text under the image"
349
  msgstr "在图像下方显示文本"
350
 
351
+ #: gallery-plugin.php:969
352
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
353
  msgstr "取消复选框,如果您仅想在灯箱中显示文本"
354
 
355
+ #: gallery-plugin.php:973
356
  msgid "Display the Back link"
357
  msgstr "显示返回链接"
358
 
359
+ #: gallery-plugin.php:979
360
  msgid "Display the Back link in the shortcode"
361
  msgstr "以代码方式显示返回链接"
362
 
363
+ #: gallery-plugin.php:985
364
  msgid "The Back link text"
365
  msgstr "返回链接文本"
366
 
367
+ #: gallery-plugin.php:991
368
  msgid "The Back link URL"
369
  msgstr "返回链接URL"
370
 
371
+ #: gallery-plugin.php:993
372
  msgid "Gallery page (Page with Gallery Template)"
373
  msgstr "画廊页面(具有画廊模板的页面)"
374
 
375
+ #: gallery-plugin.php:995
376
  msgid "(Full URL to custom page)"
377
  msgstr "(到自定义页面的完整地址)"
378
 
379
+ #: gallery-plugin.php:999
380
  msgid "The Read More link text"
381
  msgstr "阅读更多链接的文本"
382
 
383
+ #: gallery-plugin.php:1005
384
  msgid "Add gallery to the search"
385
  msgstr "将画廊添加到搜索"
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 "自定义搜索技术支持"
399
 
400
+ #: gallery-plugin.php:1013
401
  msgid "Activate Custom Search"
402
  msgstr "启用自定义搜索"
403
 
404
+ #: gallery-plugin.php:1017
405
  msgid "Download Custom Search"
406
  msgstr "下载自定义搜索"
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
  msgid "Use pagination for images"
418
  msgstr "为影像使用分页"
419
 
420
+ #: gallery-plugin.php:1036
421
  msgid "per page"
422
  msgstr "每页"
423
 
424
+ #: gallery-plugin.php:1040
425
  msgid "The lightbox helper"
426
  msgstr "灯箱帮助"
427
 
428
+ #: gallery-plugin.php:1042
429
  msgid "Do not use"
430
  msgstr "不要使用"
431
 
432
+ #: gallery-plugin.php:1043
433
  msgid "Button helper"
434
  msgstr "按钮帮助"
435
 
436
+ #: gallery-plugin.php:1044
437
  msgid "Thumbnail helper"
438
  msgstr "缩略图帮助"
439
 
440
+ #: gallery-plugin.php:1048
441
  msgid "Display Like buttons in the lightbox"
442
  msgstr "在灯箱中显示[喜欢]按钮"
443
 
444
+ #: gallery-plugin.php:1050
445
  msgid "FaceBook"
446
  msgstr "Facebook"
447
 
448
+ #: gallery-plugin.php:1051
449
  msgid "Twitter"
450
  msgstr "Twitter"
451
 
452
+ #: gallery-plugin.php:1052
453
  msgid "Pinterest"
454
  msgstr "Printerest"
455
 
456
+ #: gallery-plugin.php:1053
457
  msgid "Google +1"
458
  msgstr "Google +1"
459
 
460
+ #: gallery-plugin.php:1057
461
  msgid "Slug for gallery item"
462
  msgstr "画廊项的滑块"
463
 
464
+ #: gallery-plugin.php:1059
465
  msgid "for any structure of permalinks except the default structure"
466
  msgstr "给任意结构的固定链接,除了默认结构"
467
 
468
+ #: gallery-plugin.php:1063
469
  msgid "Title for lightbox button"
470
  msgstr "灯箱按钮的标题"
471
 
472
+ #: gallery-plugin.php:1069
473
+ msgid "Display all images in the lightbox instead of going into a single gallery"
 
474
  msgstr ""
475
 
476
+ #: gallery-plugin.php:1072
477
+ msgid "When using the gallery template or a shortcode with `display=short` parameter"
 
478
  msgstr ""
479
 
480
+ #: gallery-plugin.php:1098
481
  msgid "Save Changes"
482
  msgstr "保存修改"
483
 
484
+ #: gallery-plugin.php:1135
485
  msgid "Support"
486
  msgstr "支持"
487
 
488
+ #: gallery-plugin.php:1202
489
  msgid "Updating images..."
490
  msgstr "正在更新影像..."
491
 
492
+ #: gallery-plugin.php:1203
493
  #, fuzzy
494
  msgid "No image found."
495
  msgstr "没有找到影像"
496
 
497
+ #: gallery-plugin.php:1204
498
  #, fuzzy
499
  msgid "All images are updated."
500
  msgstr "已更新全部影像"
501
 
502
+ #: gallery-plugin.php:1205
503
  msgid "Error."
504
  msgstr "错误。"
505
 
506
+ #: gallery-plugin.php:1216
507
+ msgid ""
508
+ "You are about to delete these items from this gallery.\n"
509
+ " 'Cancel' to stop, 'OK' to delete."
510
+ msgstr ""
511
+
512
+ #: gallery-plugin.php:1217
513
+ msgid "Insert Media"
514
+ msgstr ""
515
+
516
+ #: gallery-plugin.php:1218
517
+ msgid "Insert"
518
+ msgstr ""
519
+
520
+ #: gallery-plugin.php:1230
521
  #, fuzzy
522
  msgid "Learn more"
523
  msgstr "学习更多"
524
 
525
+ #: gallery-plugin.php:1235
526
  msgid "Activate"
527
  msgstr "激活"
528
 
529
+ #: gallery-plugin.php:1242
530
  #, fuzzy
531
  msgid "Install now"
532
  msgstr "安装 %s"
533
 
534
+ #: gallery-plugin.php:1251
535
  msgid "Add multiple gallery categories"
536
  msgstr ""
537
 
538
+ #: gallery-plugin.php:1251
539
+ msgid "Install Gallery Categories plugin to add unlimited number of categories."
 
540
  msgstr ""
541
 
542
+ #: gallery-plugin.php:1260
543
  msgid "Close"
544
  msgstr ""
545
 
546
+ #: gallery-plugin.php:1524
547
+ #: template/gallery-single-template.php:101
 
 
 
 
 
 
 
 
 
 
 
 
 
548
  msgid "Sorry, nothing found."
549
  msgstr "对不起 - 没有找到。"
550
 
551
+ #: gallery-plugin.php:1546
552
+ #: template/gallery-single-template.php:120
553
  msgid "Image"
554
  msgstr "影像"
555
 
556
+ #: gallery-plugin.php:1546
557
+ #: template/gallery-single-template.php:19
558
+ msgid "Download high resolution image"
559
+ msgstr "下载高分辨率图像"
560
+
561
+ #: gallery-plugin.php:1676
562
  msgid "Image size not defined"
563
  msgstr "影像尺寸未定义"
564
 
565
+ #: gallery-plugin.php:1691
566
+ msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
567
+ msgstr "我们仅可以更新 PNGJPEGGIFWPMP XBM 文件。对于其他文件类型,请手动重新加载影像。"
 
 
 
 
568
 
569
+ #: gallery-plugin.php:1702
570
  msgid "Image size changes not defined"
571
  msgstr "图像大小的变化没有定义"
572
 
573
+ #: gallery-plugin.php:1731
574
+ #: gallery-plugin.php:1734
575
+ #: gallery-plugin.php:1739
576
  msgid "Invalid path"
577
  msgstr "无效的路径"
578
 
579
+ #: gallery-plugin.php:1888
580
+ msgid "Add images requires JavaScript."
581
+ msgstr ""
582
+
583
+ #: gallery-plugin.php:1891
584
+ msgid "Add Media"
585
+ msgstr ""
586
+
587
+ #: gallery-plugin.php:1901
588
+ msgid "The grid view for the Gallery images requires JavaScript."
589
+ msgstr ""
590
+
591
+ #: gallery-plugin.php:1901
592
+ msgid "Switch to the list view"
593
+ msgstr ""
594
+
595
+ #: gallery-plugin.php:1928
596
+ msgid "List View"
597
+ msgstr ""
598
+
599
+ #: gallery-plugin.php:1929
600
+ msgid "Grid View"
601
+ msgstr ""
602
+
603
+ #: gallery-plugin.php:1986
604
+ msgid "Filter"
605
+ msgstr ""
606
+
607
+ #: gallery-plugin.php:1990
608
+ msgid "Empty Trash"
609
+ msgstr ""
610
+
611
+ #: gallery-plugin.php:2011
612
  #, fuzzy
613
+ msgid "No images found"
614
+ msgstr "没有找到影像"
615
+
616
+ #: gallery-plugin.php:2065
617
+ msgid "Select bulk action"
618
+ msgstr ""
619
+
620
+ #: gallery-plugin.php:2067
621
+ msgid "Bulk Actions"
622
+ msgstr ""
623
+
624
+ #: gallery-plugin.php:2077
625
+ msgid "Apply"
626
+ msgstr ""
627
+
628
+ #: gallery-plugin.php:2084
629
+ #: gallery-plugin.php:2258
630
+ #, fuzzy
631
+ msgid "Delete from Gallery"
632
+ msgstr "新画廊"
633
+
634
+ #: gallery-plugin.php:2097
635
+ #: gallery-plugin.php:2111
636
+ msgid "Display file URL"
637
+ msgstr ""
638
+
639
+ #: gallery-plugin.php:2106
640
+ msgid "Bulk Select"
641
+ msgstr ""
642
+
643
+ #: gallery-plugin.php:2108
644
+ msgid "Cancel Selection"
645
+ msgstr ""
646
+
647
+ #: gallery-plugin.php:2109
648
+ msgid "Delete Selected"
649
+ msgstr ""
650
+
651
+ #: gallery-plugin.php:2122
652
+ msgid "File"
653
+ msgstr ""
654
+
655
+ #: gallery-plugin.php:2123
656
+ #: gallery-plugin.php:2211
657
+ msgid "Dimensions"
658
+ msgstr ""
659
+
660
+ #: gallery-plugin.php:2125
661
+ #: gallery-plugin.php:2246
662
+ msgid "Alt tag"
663
+ msgstr "Alt标签"
664
+
665
+ #: gallery-plugin.php:2126
666
+ #: gallery-plugin.php:2250
667
+ msgid "URL"
668
+ msgstr "URL"
669
+
670
+ #: gallery-plugin.php:2202
671
+ msgid "Deselect"
672
+ msgstr ""
673
+
674
+ #: gallery-plugin.php:2208
675
+ msgid "File name"
676
+ msgstr ""
677
+
678
+ #: gallery-plugin.php:2209
679
+ msgid "File type"
680
+ msgstr ""
681
+
682
+ #: gallery-plugin.php:2210
683
+ #, fuzzy
684
+ msgid "Uploaded on"
685
+ msgstr "上传文件"
686
+
687
+ #: gallery-plugin.php:2214
688
+ #: gallery-plugin.php:2215
689
+ #, fuzzy
690
+ msgid "Edit Attachment"
691
+ msgstr "附件ID"
692
+
693
+ #: gallery-plugin.php:2215
694
+ #, fuzzy
695
+ msgid "Edit Attachment Info"
696
+ msgstr "附件ID"
697
 
698
+ #: gallery-plugin.php:2225
699
+ #, fuzzy
700
+ msgid "Go Pro"
701
+ msgstr "转到高级版"
702
+
703
+ #: gallery-plugin.php:2225
704
+ msgid "Pro version"
705
+ msgstr ""
706
+
707
+ #: gallery-plugin.php:2228
708
+ msgid "This setting is available in Pro version"
709
+ msgstr "此设置在高级版本中可用"
710
+
711
+ #: gallery-plugin.php:2252
712
+ msgid "(by click on image opens a link in a new window)"
713
+ msgstr "(通过点击图像在新窗口中打开链接)"
714
+
715
+ #: gallery-plugin.php:2256
716
+ msgid "Edit more details"
717
+ msgstr ""
718
+
719
+ #: gallery-plugin.php:2288
720
+ #, php-format
721
+ msgid "Select %s"
722
+ msgstr ""
723
+
724
+ #: gallery-plugin.php:2301
725
+ #: gallery-plugin.php:2313
726
+ #, php-format
727
+ msgid "Edit &#8220;%s&#8221;"
728
+ msgstr ""
729
+
730
+ #: gallery-plugin.php:2348
731
+ #: gallery-plugin.php:2361
732
+ msgid "Edit"
733
+ msgstr ""
734
+
735
+ #: gallery-plugin.php:2351
736
+ #: gallery-plugin.php:2366
737
+ msgid "Trash"
738
+ msgstr ""
739
+
740
+ #: gallery-plugin.php:2354
741
+ #: gallery-plugin.php:2369
742
+ msgid "Delete Permanently"
743
+ msgstr ""
744
+
745
+ #: gallery-plugin.php:2356
746
+ #: gallery-plugin.php:2374
747
+ #, php-format
748
+ msgid "View &#8220;%s&#8221;"
749
+ msgstr ""
750
+
751
+ #: gallery-plugin.php:2356
752
+ #: gallery-plugin.php:2374
753
+ msgid "View"
754
+ msgstr ""
755
+
756
+ #: gallery-plugin.php:2358
757
+ #, fuzzy
758
+ msgid "Attach"
759
+ msgstr "附件ID"
760
+
761
+ #: gallery-plugin.php:2364
762
+ msgid "Restore"
763
+ msgstr ""
764
+
765
+ #: gallery-plugin.php:2484
766
+ msgid "Warning"
767
+ msgstr ""
768
+
769
+ #: gallery-plugin.php:2484
770
+ msgid "You can add only images to the gallery"
771
+ msgstr ""
772
+
773
+ #: gallery-plugin.php:2513
774
+ #, fuzzy
775
+ msgid "Sorry, no gallery found."
776
+ msgstr "对不起 - 没有找到。"
777
+
778
+ #: gallery-plugin.php:2519
779
+ #, fuzzy
780
+ msgid "Display an album image with the description and the link to a single gallery page"
781
+ msgstr "如果您想显示一个简述,其包含屏幕截图且具有指向一个图集的链接"
782
+
783
+ #: inc/demo-data/demo-data-loader.php:78
784
  #, fuzzy
785
  msgid "Install Demo Data"
786
  msgstr "安装 %s"
787
 
788
+ #: inc/demo-data/demo-data-loader.php:79
789
+ msgid "If you install the demo-data, will be created galleries with images, demo-post with available shortcodes and page with a list of all the galleries, plugin settings will be overwritten, however, when you delete the demo data, they will be restored."
 
 
 
 
790
  msgstr ""
791
 
792
  #: inc/demo-data/demo-data-loader.php:82
826
  msgid "Demo options already installed."
827
  msgstr ""
828
 
829
+ #: inc/demo-data/demo-data-loader.php:296
830
  msgid "Demo data successfully installed."
831
  msgstr ""
832
 
833
+ #: inc/demo-data/demo-data-loader.php:298
834
  msgid "View post with shortcodes"
835
  msgstr ""
836
 
837
+ #: inc/demo-data/demo-data-loader.php:301
838
  msgid "View page with examples"
839
  msgstr ""
840
 
841
+ #: inc/demo-data/demo-data-loader.php:308
842
  msgid "Installation of demo data with some errors occurred."
843
  msgstr ""
844
 
845
+ #: inc/demo-data/demo-data-loader.php:311
846
  msgid "Posts data is missing."
847
  msgstr ""
848
 
849
+ #: inc/demo-data/demo-data-loader.php:336
850
  msgid "Demo data have already been removed."
851
  msgstr ""
852
 
853
+ #: inc/demo-data/demo-data-loader.php:383
854
  msgid "Demo data successfully removed."
855
  msgstr ""
856
 
857
+ #: inc/demo-data/demo-data-loader.php:386
858
  msgid "Removing demo data with some errors occurred."
859
  msgstr ""
860
 
861
+ #: inc/demo-data/demo-data-loader.php:517
862
  msgid "Close notice"
863
  msgstr ""
864
 
865
+ #: inc/demo-data/demo-data-loader.php:520
866
  #, fuzzy
867
  msgid "Install demo data"
868
  msgstr "安装 %s"
869
 
870
+ #: inc/demo-data/demo-data-loader.php:520
871
  msgid "for an acquaintance with the possibilities of the"
872
  msgstr ""
873
 
874
+ #: template/gallery-template.php:14
875
+ #, fuzzy
876
+ msgid "Gallery Category"
877
+ msgstr "画廊中影像的尺寸"
878
+
879
+ #~ msgid "Add a Gallery"
880
+ #~ msgstr "添加画廊"
881
+
882
+ #~ msgid "Find a Gallery"
883
+ #~ msgstr "查找画廊"
884
+
885
+ #~ msgid ""
886
+ #~ "The gallery temp directory (gallery-plugin/upload/files) is not available "
887
+ #~ "for record on your webserver. Please use the standard WP functionality to "
888
+ #~ "upload images (media library)"
889
+ #~ msgstr ""
890
+ #~ "您网页服务器上的图集临时目录 (gallery-plugin/upload/files) 不可写。请使用"
891
+ #~ "标准WP函数上传图像 (media library)"
892
+
893
+ #~ msgid "Choose an image for upload:"
894
+ #~ msgstr "选择一幅影像上传:"
895
+
896
+ #~ msgid "Please enable JavaScript to use the file uploader."
897
+ #~ msgstr "请打开JavaScript以使用文件上传工具。"
898
+
899
+ #~ msgid "Allow the download link for all images in this gallery"
900
+ #~ msgstr "在此画廊中为所有影像开启下载链接"
901
+
902
+ #~ msgid ""
903
+ #~ "Please use the drag and drop function to change an order of the images "
904
+ #~ "displaying and do not forget to save the post."
905
+ #~ msgstr "请使用拖拽功能改变影像的输出顺序,且不要忘记保存修改。"
906
+
907
+ #~ msgid "Please make a choice"
908
+ #~ msgstr "请选择"
909
+
910
+ #~ msgid "sort images"
911
+ #~ msgstr "影像排序"
912
+
913
+ #~ msgid "on the plugin settings page ("
914
+ #~ msgstr "在插件的设置页面("
915
+
916
+ #~ msgid "Open the URL"
917
+ #~ msgstr "打开链接"
918
+
919
+ #~ msgid "Current window"
920
+ #~ msgstr "当前窗口"
921
+
922
+ #~ msgid "New window"
923
+ #~ msgstr "新窗口"
924
+
925
+ #~ msgid "Lightbox button URL"
926
+ #~ msgstr "灯箱按钮链接"
927
+
928
+ #~ msgid "Description"
929
+ #~ msgstr "描述"
930
+
931
+ #~ msgid "Delete"
932
+ #~ msgstr "删除"
933
+
934
+ #~ msgid ""
935
+ #~ "You can add a Single Gallery to the page or post by inserting this "
936
+ #~ "shortcode into the content"
937
+ #~ msgstr "您可以在页面上添加一个画廊或在正文中插入画廊代码"
938
+
939
+ #~ msgid "Publishing"
940
+ #~ msgstr "发布"
941
+
942
+ #~ msgid "Background color"
943
+ #~ msgstr "背景色"
944
+
945
+ #~ msgid "Go"
946
+ #~ msgstr "转到"
947
+
948
+ #~ msgid ""
949
+ #~ "Sorting order (the input field for sorting order in the Insert / Upload "
950
+ #~ "Media Gallery dialog)"
951
+ #~ msgstr "分类排序(插入/上传媒体图集对话框中的输入字段)"
952
+
953
  #~ msgid "left"
954
  #~ msgstr "偏左"
955
 
readme.txt CHANGED
@@ -2,9 +2,9 @@
2
  Contributors: bestwebsoft
3
  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.2
6
- Tested up to: 4.2.4
7
- Stable tag: 4.3.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -29,26 +29,25 @@ http://www.youtube.com/watch?v=kzC11CMmwbI
29
 
30
  = Features =
31
 
32
- * Actions: Create any amount of albums in the gallery.
33
- * Description: Add description to each album.
34
- * Actions: Set a featured image as an album cover.
35
- * Actions: Upoad any number of photos to each album in the gallery.
36
- * Actions: Add Single Gallery to your page or post using a shortcode.
37
- * Actions: Attachment sorting settings in the admin panel.
38
- * Caption: Add a caption and alt tag to each photo in the album.
39
- * Display: Change the size of album cover thumbnails and photos in the album.
40
- * Display: Choose a number of pictures to display in one row in the gallery album.
41
- * Slideshow: View pictures as a slide show and in a full size.
42
- * Ability: The ability to add comments to a Single Gallery.
43
- * Ability: The ability to install (and delete) demo data.
44
-
45
 
46
  = Recommended Plugins =
47
 
48
  The author of the Gallery also recommends the following plugins:
49
 
50
  * <a href="http://wordpress.org/plugins/gallery-categories/">Gallery Categories</a> - This plugin is an exclusive add-on to the Gallery Plugin. It allows creating different categories of galleries on your site. This way, you could organize the galleries on your website, which makes navigating through your content a whole lot easier.
51
- * <a href="http://wordpress.org/plugins/re-attacher/">Re-attacher</a> - With this plugin, you can reattach previously uploaded images to other posts, as well as detach files from the post completely. This plugin makes using our Gallery and Portfolio plugins a lot more convenient, as you won’t have to upload new images each time you may need them on your gallery or portfolio pages.
52
  * <a href="http://wordpress.org/plugins/updater/">Updater</a> - This plugin updates WordPress core and the plugins to the recent versions. You can also use the auto mode or manual mode for updating and set email notifications.
53
  There is also a premium version of the plugin <a href="http://bestwebsoft.com/products/updater/?k=6ed3f1f40908b8eb7248953196a4753a">Updater Pro</a> with more useful features available. It can make backup of all your files and database before updating. Also it can forbid some plugins or WordPress Core update.
54
 
@@ -81,9 +80,9 @@ We can fix some things for free for the users who provide translation of our plu
81
 
82
  == Installation ==
83
 
84
- 1. Upload the `Gallery` folder to the directory `/wp-content/plugins/`.
85
  2. Activate the plugin using the 'Plugins' menu in WordPress.
86
- 3. Please check if you have the template file `gallery-template.php` as well as the template `gallery-single-template.php` in the templates directory. If you can't find these files, then just copy them from the directory `/wp-content/plugins/gallery/template/` to your templates directory.
87
  4. You can adjust the necessary settings using your WordPress admin panel in "BWS Plugins" > "Gallery".
88
 
89
  <a href="https://docs.google.com/document/d/1CSkuhf_NrjWlODijrXwyx2lZ_1q5uRw0exTZqz-5fCI/edit?pli=1" target="_blank">View a Step-by-step Instruction on Gallery by BestWebSoft Installation</a>.
@@ -99,31 +98,15 @@ http://www.youtube.com/watch?v=z95ql-M2JTc
99
  = I cannot view my Gallery page =
100
 
101
  1. First of all, you should create your first Gallery page and select 'Gallery' in the list of available templates (it will be used for displaying the Gallery).
102
- 2. If you cannot find 'Gallery' in the list of available templates, then just copy it from the directory `/wp-content/plugins/gallery-plugin/template/` to your templates directory.
103
 
104
  = How to use the plugin? =
105
 
106
  1. Click 'Add New' in the 'Galleries' menu and fill out your page.
107
- 2. Upload pictures via the uploader at the bottom of the page.
108
  3. Save the page.
109
 
110
- = How to add an image? =
111
-
112
- - Choose the necessary gallery in the list on the Galleries page in the admin section (or create a new gallery by clicking 'Add New' in the 'Galleries' menu).
113
- - Use the option 'Upload a file' in the uploader, choose the necessary pictures and click 'Open'
114
- - The files uploading process will start.
115
- - Once all pictures are uploaded, please save the page.
116
- - If you see the message 'Please enable JavaScript to use the file uploader', you should enable JavaScript in your browser.
117
-
118
- = How to add many images? =
119
-
120
- Multiple files upload is supported by all modern browsers except Internet Explorer.
121
-
122
- = How to add image from Media library into gallery? =
123
-
124
- Since our Gallery plugin works with attached images, this cannot be done by standard means.
125
- However, you can re-attach previously downloaded images to your gallery. Please note that after this, that image will not be available as an attachment in that post to which it was attached earlier.
126
- You can re-attach images using our plugin Re-attacher - <a href="http://wordpress.org/plugins/re-attacher/">Re-attacher</a>. With this plugin, you can reattach previously uploaded images to other posts, as well as detach files from the post completely. Re-attacher allows you to manage both single files and groups of files. This plugin makes using our Gallery and Portfolio plugins a lot more convenient, as you won't have to upload new images each time you may need them on your gallery or portfolio pages.
127
 
128
  = I'm getting the following error: "Fatal error: Call to undefined function get_post_thumbnail_id()". What should I do? =
129
 
@@ -139,8 +122,7 @@ After that your theme will support thumbnail option and the error will disappear
139
 
140
  = How to change image order on the single gallery page? =
141
 
142
- 1. If you have WordPress version 3.5 and higher, please open the menu "Galleries" and choose random gallery from the list. It will take you to the gallery editing page. Use the drag and drop function to change the order of the images and do not forget to save the post. Do not forget to select `Sort images by` -> `sort images` in the plugin settings.
143
- 2. If you have WordPress version older than 3.5, please go to the "Galleries" menu and select random gallery in the list. It will take you to the gallery editing page. There will be one or several media upload icons between the title and the content blocks. Choose any icon. After that you'll see a popup window containing three or four tabs. Go to the Gallery tab and you will see attachments related to this gallery. You can change their order using the drag and drop option. Just set an order and click the 'Save' button.
144
 
145
  = I am using WP with rtl language and I have a problem with the lightbox displaying on iPad/iPhone. =
146
 
@@ -168,14 +150,21 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
168
 
169
  == Screenshots ==
170
 
171
- 1. Gallery Admin page.
172
- 2. Gallery albums page in the front-end.
173
- 3. Gallery Settings page in the admin panel.
174
- 4. Single Gallery page.
175
- 5. The pop-up window containing the album images.
 
 
176
 
177
  == Changelog ==
178
 
 
 
 
 
 
179
  = V4.3.5 - 11.08.2015 =
180
  * Bugfix : We fixed bug with loading the demo data.
181
 
@@ -505,6 +494,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
505
 
506
  == Upgrade Notice ==
507
 
 
 
 
508
  = V4.3.5 =
509
  We fixed bug with loading the demo data.
510
 
@@ -758,4 +750,4 @@ A possibility to add a caption to each photo of the album is added. A possibilit
758
  noConflict for jQuery is added.
759
 
760
  = V1.01 =
761
- The file uploader is added to the Galleries page in admin section.
2
  Contributors: bestwebsoft
3
  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.5
6
+ Tested up to: 4.3
7
+ Stable tag: 4.3.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
29
 
30
  = Features =
31
 
32
+ * Create any amount of albums in the gallery.
33
+ * Upload any number of photos to each album in the gallery.
34
+ * Add description to each album.
35
+ * Set a featured image as an album cover.
36
+ * Add a caption and alt tag to each photo in the album.
37
+ * Change the size of album cover thumbnails and photos in the album.
38
+ * View pictures as a slide show and in a full size.
39
+ * Add Single Gallery to your page or post using a shortcode.
40
+ * Choose a number of pictures to display in one row in the gallery album.
41
+ * Set sorting order for images.
42
+ * Add comments to a Gallery.
43
+ * Install (and delete) demo data.
44
+ * Add images from WordPress media library.
45
 
46
  = Recommended Plugins =
47
 
48
  The author of the Gallery also recommends the following plugins:
49
 
50
  * <a href="http://wordpress.org/plugins/gallery-categories/">Gallery Categories</a> - This plugin is an exclusive add-on to the Gallery Plugin. It allows creating different categories of galleries on your site. This way, you could organize the galleries on your website, which makes navigating through your content a whole lot easier.
 
51
  * <a href="http://wordpress.org/plugins/updater/">Updater</a> - This plugin updates WordPress core and the plugins to the recent versions. You can also use the auto mode or manual mode for updating and set email notifications.
52
  There is also a premium version of the plugin <a href="http://bestwebsoft.com/products/updater/?k=6ed3f1f40908b8eb7248953196a4753a">Updater Pro</a> with more useful features available. It can make backup of all your files and database before updating. Also it can forbid some plugins or WordPress Core update.
53
 
80
 
81
  == Installation ==
82
 
83
+ 1. Upload the `gallery-plugin` folder to the directory `/wp-content/plugins/`.
84
  2. Activate the plugin using the 'Plugins' menu in WordPress.
85
+ 3. Please check if you have the template file `gallery-template.php` as well as the template `gallery-single-template.php` in your theme folder. If you can't find these files, then just copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to your theme directory.
86
  4. You can adjust the necessary settings using your WordPress admin panel in "BWS Plugins" > "Gallery".
87
 
88
  <a href="https://docs.google.com/document/d/1CSkuhf_NrjWlODijrXwyx2lZ_1q5uRw0exTZqz-5fCI/edit?pli=1" target="_blank">View a Step-by-step Instruction on Gallery by BestWebSoft Installation</a>.
98
  = I cannot view my Gallery page =
99
 
100
  1. First of all, you should create your first Gallery page and select 'Gallery' in the list of available templates (it will be used for displaying the Gallery).
101
+ 2. If you cannot find 'Gallery' in the list of available templates, then just copy it from the directory `/wp-content/plugins/gallery-plugin/template/` to your theme directory.
102
 
103
  = How to use the plugin? =
104
 
105
  1. Click 'Add New' in the 'Galleries' menu and fill out your page.
106
+ 2. Add or Upload pictures via 'Add Media' button.
107
  3. Save the page.
108
 
109
+ <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>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
110
 
111
  = I'm getting the following error: "Fatal error: Call to undefined function get_post_thumbnail_id()". What should I do? =
112
 
122
 
123
  = How to change image order on the single gallery page? =
124
 
125
+ Please open the menu "Galleries" and choose a gallery from the list. It will take you to the gallery editing page. Use the drag and drop function to change the order of the images and do not forget to save the post. Do not forget to select `Sort images by` -> `Sorting order in the Gallery` in the plugin settings.
 
126
 
127
  = I am using WP with rtl language and I have a problem with the lightbox displaying on iPad/iPhone. =
128
 
150
 
151
  == Screenshots ==
152
 
153
+ 1. Edit Gallery page in the grid mode.
154
+ 2. Edit Gallery Attachment Info in the grid mode.
155
+ 3. Edit Gallery page in the list mode.
156
+ 4. Gallery Settings page in the admin panel.
157
+ 5. Gallery albums page in the front-end.
158
+ 6. Single Gallery page in the front-end.
159
+ 7. The pop-up window containing the album images.
160
 
161
  == Changelog ==
162
 
163
+ = V4.3.6 - 09.09.2015 =
164
+ * Update : Functionality for galleries downloading and displaying in dashboard was updated.
165
+ * NEW : Ability to add images from WordPress media library.
166
+ * NEW : A button for gallery shortcode inserting to the content was added.
167
+
168
  = V4.3.5 - 11.08.2015 =
169
  * Bugfix : We fixed bug with loading the demo data.
170
 
494
 
495
  == Upgrade Notice ==
496
 
497
+ = V4.3.6 =
498
+ Functionality for galleries downloading and displaying in dashboard was updated. Ability to add images from WordPress media library. A button for gallery shortcode inserting to the content was added.
499
+
500
  = V4.3.5 =
501
  We fixed bug with loading the demo data.
502
 
750
  noConflict for jQuery is added.
751
 
752
  = V1.01 =
753
+ 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 ADDED
Binary file
screenshot-7.png ADDED
Binary file
template/gallery-single-template.php CHANGED
@@ -1,11 +1,11 @@
1
  <?php
2
  /*
3
  * Template - Gallery post
4
- * Version: 1.2.2
5
  */
6
  get_header(); ?>
7
  <div class="content-area">
8
- <div id="container" class="site-content site-main">
9
  <div id="content" class="hentry">
10
  <?php global $post, $wp_query;
11
  $args = array(
@@ -22,21 +22,21 @@ get_header(); ?>
22
  <h1 class="home_page_title entry-header"><?php the_title(); ?></h1>
23
  <div class="gallery_box_single entry-content">
24
  <?php if ( ! post_password_required() ) {
25
- if ( function_exists( 'pdfprnt_show_buttons_for_custom_post_type' ) )
26
- echo pdfprnt_show_buttons_for_custom_post_type();
27
- elseif ( function_exists( 'pdfprntpr_show_buttons_for_custom_post_type' ) )
28
- echo pdfprntpr_show_buttons_for_custom_post_type();
29
- the_content();
30
- $posts = get_posts( array(
31
- "showposts" => -1,
32
- "what_to_show" => "posts",
33
- "post_status" => "inherit",
34
- "post_type" => "attachment",
35
- "orderby" => $gllr_options['order_by'],
36
- "order" => $gllr_options['order'],
37
- "post_mime_type" => "image/jpeg,image/gif,image/jpg,image/png",
38
- "post_parent" => $post->ID
39
- ));
40
  if ( count( $posts ) > 0 ) {
41
  $count_image_block = 0; ?>
42
  <div class="gallery clearfix">
1
  <?php
2
  /*
3
  * Template - Gallery post
4
+ * Version: 1.2.3
5
  */
6
  get_header(); ?>
7
  <div class="content-area">
8
+ <div id="container" class="site-content site-main">
9
  <div id="content" class="hentry">
10
  <?php global $post, $wp_query;
11
  $args = array(
22
  <h1 class="home_page_title entry-header"><?php the_title(); ?></h1>
23
  <div class="gallery_box_single entry-content">
24
  <?php if ( ! post_password_required() ) {
25
+ the_content();
26
+
27
+ $images_id = get_post_meta( $post->ID, '_gallery_images', true );
28
+
29
+ $posts = get_posts( array(
30
+ "showposts" => -1,
31
+ "what_to_show" => "posts",
32
+ "post_status" => "inherit",
33
+ "post_type" => "attachment",
34
+ "orderby" => $gllr_options['order_by'],
35
+ "order" => $gllr_options['order'],
36
+ "post_mime_type" => "image/jpeg,image/gif,image/jpg,image/png",
37
+ 'post__in' => explode( ',', $images_id ),
38
+ 'meta_key' => '_gallery_order_' . $post->ID
39
+ ));
40
  if ( count( $posts ) > 0 ) {
41
  $count_image_block = 0; ?>
42
  <div class="gallery clearfix">
template/gallery-template.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  Template Name: Gallery Template
4
- * Version: 1.2.3
5
  */
6
  ?>
7
  <?php get_header(); ?>
@@ -69,9 +69,23 @@ Template Name: Gallery Template
69
  while ( $second_query->have_posts() ) : $second_query->the_post();
70
  $attachments = get_post_thumbnail_id( $post->ID );
71
  if ( empty ( $attachments ) ) {
72
- $attachments = get_children( 'post_parent='.$post->ID.'&post_type=attachment&post_mime_type=image&numberposts=1' );
73
- $id = key( $attachments );
74
- $image_attributes = wp_get_attachment_image_src( $id, 'album-thumb' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  } else {
76
  $image_attributes = wp_get_attachment_image_src( $attachments, 'album-thumb' );
77
  }
1
  <?php
2
  /*
3
  Template Name: Gallery Template
4
+ * Version: 1.2.4
5
  */
6
  ?>
7
  <?php get_header(); ?>
69
  while ( $second_query->have_posts() ) : $second_query->the_post();
70
  $attachments = get_post_thumbnail_id( $post->ID );
71
  if ( empty ( $attachments ) ) {
72
+ $images_id = get_post_meta( $post->ID, '_gallery_images', true );
73
+ $attachments = get_posts( array(
74
+ 'showposts' => 1,
75
+ 'what_to_show' => 'posts',
76
+ 'post_status' => 'inherit',
77
+ 'post_type' => 'attachment',
78
+ 'orderby' => $gllr_options['order_by'],
79
+ 'order' => $gllr_options['order'],
80
+ 'post_mime_type' => 'image/jpeg,image/gif,image/jpg,image/png',
81
+ 'post__in' => explode( ',', $images_id ),
82
+ 'meta_key' => '_gallery_order_' . $post->ID
83
+ ));
84
+ if ( ! empty( $attachments[0] ) ) {
85
+ $first_attachment = $attachments[0];
86
+ $image_attributes = wp_get_attachment_image_src( $first_attachment->ID, "album-thumb" );
87
+ } else
88
+ $image_attributes = array( '' );
89
  } else {
90
  $image_attributes = wp_get_attachment_image_src( $attachments, 'album-thumb' );
91
  }
upload/fileuploader.css DELETED
@@ -1,52 +0,0 @@
1
- .qq-uploader { position:relative; width: 100%;}
2
-
3
- .qq-upload-button {
4
- display:block; /* or inline-block */
5
- width: 105px; padding: 7px 0; text-align:center;
6
- background:#880000; border-bottom:1px solid #ddd;color:#fff;
7
- }
8
- .qq-upload-button-hover {background:#cc0000;}
9
- .qq-upload-button-focus {outline:1px dotted black;}
10
-
11
- .qq-upload-drop-area {
12
- position:absolute; top:0; left:0; width:100%; height:100%; min-height: 70px; z-index:2;
13
- background:#FF9797; text-align:center;
14
- }
15
- .qq-upload-drop-area span {
16
- display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
17
- }
18
- .qq-upload-drop-area-active {background:#FF7171;}
19
-
20
- .qq-upload-list {margin:15px 35px; padding:0; list-style:disc;}
21
- .qq-upload-list li { margin:0; padding:0; line-height:15px; font-size:12px;}
22
- .qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
23
- margin-right: 7px;
24
- }
25
-
26
- .qq-upload-file {}
27
- .qq-upload-spinner {display:inline-block; background: url("loading.gif"); width:15px; height:15px; vertical-align:text-bottom;}
28
- .qq-upload-size,.qq-upload-cancel {font-size:11px;}
29
-
30
- .qq-upload-failed-text {display:none;}
31
- .qq-upload-fail .qq-upload-failed-text {display:inline;}
32
-
33
- ul#files {
34
- list-style: none outside none;
35
- margin: 0;
36
- padding: 0;
37
- }
38
- ul#files li {
39
- float: left;
40
- margin-bottom: 2px;
41
- margin-right: 10px;
42
- padding: 10px;
43
- width: 200px;
44
- }
45
- ul#files li img {
46
- max-height: 150px;
47
- max-width: 180px;
48
- }
49
- .success {
50
- background: none repeat scroll 0 0 #99F099;
51
- border: 1px solid #339933;
52
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
upload/fileuploader.js DELETED
@@ -1,1247 +0,0 @@
1
- /**
2
- * http://github.com/valums/file-uploader
3
- *
4
- * Multiple file upload component with progress-bar, drag-and-drop.
5
- * © 2010 Andrew Valums ( andrew(at)valums.com )
6
- *
7
- * Licensed under GNU GPL 2 or later, see license.txt.
8
- */
9
-
10
- //
11
- // Helper functions
12
- //
13
-
14
- var qq = qq || {};
15
-
16
- /**
17
- * Adds all missing properties from second obj to first obj
18
- */
19
- qq.extend = function(first, second){
20
- for (var prop in second){
21
- first[prop] = second[prop];
22
- }
23
- };
24
-
25
- /**
26
- * Searches for a given element in the array, returns -1 if it is not present.
27
- * @param {Number} [from] The index at which to begin the search
28
- */
29
- qq.indexOf = function(arr, elt, from){
30
- if (arr.indexOf) return arr.indexOf(elt, from);
31
-
32
- from = from || 0;
33
- var len = arr.length;
34
-
35
- if (from < 0) from += len;
36
-
37
- for (; from < len; from++){
38
- if (from in arr && arr[from] === elt){
39
- return from;
40
- }
41
- }
42
- return -1;
43
- };
44
-
45
- qq.getUniqueId = (function(){
46
- var id = 0;
47
- return function(){ return id++; };
48
- })();
49
-
50
- //
51
- // Events
52
-
53
- qq.attach = function(element, type, fn){
54
- if (element.addEventListener){
55
- element.addEventListener(type, fn, false);
56
- } else if (element.attachEvent){
57
- element.attachEvent('on' + type, fn);
58
- }
59
- };
60
- qq.detach = function(element, type, fn){
61
- if (element.removeEventListener){
62
- element.removeEventListener(type, fn, false);
63
- } else if (element.attachEvent){
64
- element.detachEvent('on' + type, fn);
65
- }
66
- };
67
-
68
- qq.preventDefault = function(e){
69
- if (e.preventDefault){
70
- e.preventDefault();
71
- } else{
72
- e.returnValue = false;
73
- }
74
- };
75
-
76
- //
77
- // Node manipulations
78
-
79
- /**
80
- * Insert node a before node b.
81
- */
82
- qq.insertBefore = function(a, b){
83
- b.parentNode.insertBefore(a, b);
84
- };
85
- qq.remove = function(element){
86
- element.parentNode.removeChild(element);
87
- };
88
-
89
- qq.contains = function(parent, descendant){
90
- // compareposition returns false in this case
91
- if (parent == descendant) return true;
92
-
93
- if (parent.contains){
94
- return parent.contains(descendant);
95
- } else {
96
- return !!(descendant.compareDocumentPosition(parent) & 8);
97
- }
98
- };
99
-
100
- /**
101
- * Creates and returns element from html string
102
- * Uses innerHTML to create an element
103
- */
104
- qq.toElement = (function(){
105
- var div = document.createElement('div');
106
- return function(html){
107
- div.innerHTML = html;
108
- var element = div.firstChild;
109
- div.removeChild(element);
110
- return element;
111
- };
112
- })();
113
-
114
- //
115
- // Node properties and attributes
116
-
117
- /**
118
- * Sets styles for an element.
119
- * Fixes opacity in IE6-8.
120
- */
121
- qq.css = function(element, styles){
122
- if (styles.opacity != null){
123
- if (typeof element.style.opacity != 'string' && typeof(element.filters) != 'undefined'){
124
- styles.filter = 'alpha(opacity=' + Math.round(100 * styles.opacity) + ')';
125
- }
126
- }
127
- qq.extend(element.style, styles);
128
- };
129
- qq.hasClass = function(element, name){
130
- var re = new RegExp('(^| )' + name + '( |$)');
131
- return re.test(element.className);
132
- };
133
- qq.addClass = function(element, name){
134
- if (!qq.hasClass(element, name)){
135
- element.className += ' ' + name;
136
- }
137
- };
138
- qq.removeClass = function(element, name){
139
- var re = new RegExp('(^| )' + name + '( |$)');
140
- element.className = element.className.replace(re, ' ').replace(/^\s+|\s+$/g, "");
141
- };
142
- qq.setText = function(element, text){
143
- element.innerText = text;
144
- element.textContent = text;
145
- };
146
-
147
- //
148
- // Selecting elements
149
-
150
- qq.children = function(element){
151
- var children = [],
152
- child = element.firstChild;
153
-
154
- while (child){
155
- if (child.nodeType == 1){
156
- children.push(child);
157
- }
158
- child = child.nextSibling;
159
- }
160
-
161
- return children;
162
- };
163
-
164
- qq.getByClass = function(element, className){
165
- if (element.querySelectorAll){
166
- return element.querySelectorAll('.' + className);
167
- }
168
-
169
- var result = [];
170
- var candidates = element.getElementsByTagName("*");
171
- var len = candidates.length;
172
-
173
- for (var i = 0; i < len; i++){
174
- if (qq.hasClass(candidates[i], className)){
175
- result.push(candidates[i]);
176
- }
177
- }
178
- return result;
179
- };
180
-
181
- /**
182
- * obj2url() takes a json-object as argument and generates
183
- * a querystring. pretty much like jQuery.param()
184
- *
185
- * how to use:
186
- *
187
- * `qq.obj2url({a:'b',c:'d'},'http://any.url/upload?otherParam=value');`
188
- *
189
- * will result in:
190
- *
191
- * `http://any.url/upload?otherParam=value&a=b&c=d`
192
- *
193
- * @param Object JSON-Object
194
- * @param String current querystring-part
195
- * @return String encoded querystring
196
- */
197
- qq.obj2url = function(obj, temp, prefixDone){
198
- var uristrings = [],
199
- prefix = '&',
200
- add = function(nextObj, i){
201
- var nextTemp = temp
202
- ? (/\[\]$/.test(temp)) // prevent double-encoding
203
- ? temp
204
- : temp+'['+i+']'
205
- : i;
206
- if ((nextTemp != 'undefined') && (i != 'undefined')) {
207
- uristrings.push(
208
- (typeof nextObj === 'object')
209
- ? qq.obj2url(nextObj, nextTemp, true)
210
- : (Object.prototype.toString.call(nextObj) === '[object Function]')
211
- ? encodeURIComponent(nextTemp) + '=' + encodeURIComponent(nextObj())
212
- : encodeURIComponent(nextTemp) + '=' + encodeURIComponent(nextObj)
213
- );
214
- }
215
- };
216
-
217
- if (!prefixDone && temp) {
218
- prefix = (/\?/.test(temp)) ? (/\?$/.test(temp)) ? '' : '&' : '?';
219
- uristrings.push(temp);
220
- uristrings.push(qq.obj2url(obj));
221
- } else if ((Object.prototype.toString.call(obj) === '[object Array]') && (typeof obj != 'undefined') ) {
222
- // we wont use a for-in-loop on an array (performance)
223
- for (var i = 0, len = obj.length; i < len; ++i){
224
- add(obj[i], i);
225
- }
226
- } else if ((typeof obj != 'undefined') && (obj !== null) && (typeof obj === "object")){
227
- // for anything else but a scalar, we will use for-in-loop
228
- for (var i in obj){
229
- add(obj[i], i);
230
- }
231
- } else {
232
- uristrings.push(encodeURIComponent(temp) + '=' + encodeURIComponent(obj));
233
- }
234
-
235
- return uristrings.join(prefix)
236
- .replace(/^&/, '')
237
- .replace(/%20/g, '+');
238
- };
239
-
240
- //
241
- //
242
- // Uploader Classes
243
- //
244
- //
245
-
246
- var qq = qq || {};
247
-
248
- /**
249
- * Creates upload button, validates upload, but doesn't create file list or dd.
250
- */
251
- qq.FileUploaderBasic = function(o){
252
- this._options = {
253
- // set to true to see the server response
254
- debug: false,
255
- action: '/server/upload',
256
- params: {},
257
- button: null,
258
- multiple: true,
259
- maxConnections: 3,
260
- // validation
261
- allowedExtensions: [],
262
- sizeLimit: 0,
263
- minSizeLimit: 0,
264
- // events
265
- // return false to cancel submit
266
- onSubmit: function(id, fileName){},
267
- onProgress: function(id, fileName, loaded, total){},
268
- onComplete: function(id, fileName, responseJSON){},
269
- onCancel: function(id, fileName){},
270
- // messages
271
- messages: {
272
- typeError: "{file} has invalid extension. Only {extensions} are allowed.",
273
- sizeError: "{file} is too large, maximum file size is {sizeLimit}.",
274
- minSizeError: "{file} is too small, minimum file size is {minSizeLimit}.",
275
- emptyError: "{file} is empty, please select files again without it.",
276
- onLeave: "The files are being uploaded, if you leave now the upload will be cancelled."
277
- },
278
- showMessage: function(message){
279
- alert(message);
280
- }
281
- };
282
- qq.extend(this._options, o);
283
-
284
- // number of files being uploaded
285
- this._filesInProgress = 0;
286
- this._handler = this._createUploadHandler();
287
-
288
- if (this._options.button){
289
- this._button = this._createUploadButton(this._options.button);
290
- }
291
-
292
- this._preventLeaveInProgress();
293
- };
294
-
295
- qq.FileUploaderBasic.prototype = {
296
- setParams: function(params){
297
- this._options.params = params;
298
- },
299
- getInProgress: function(){
300
- return this._filesInProgress;
301
- },
302
- _createUploadButton: function(element){
303
- var self = this;
304
-
305
- return new qq.UploadButton({
306
- element: element,
307
- multiple: this._options.multiple && qq.UploadHandlerXhr.isSupported(),
308
- onChange: function(input){
309
- self._onInputChange(input);
310
- }
311
- });
312
- },
313
- _createUploadHandler: function(){
314
- var self = this,
315
- handlerClass;
316
-
317
- if(qq.UploadHandlerXhr.isSupported()){
318
- handlerClass = 'UploadHandlerXhr';
319
- } else {
320
- handlerClass = 'UploadHandlerForm';
321
- }
322
-
323
- var handler = new qq[handlerClass]({
324
- debug: this._options.debug,
325
- action: this._options.action,
326
- maxConnections: this._options.maxConnections,
327
- onProgress: function(id, fileName, loaded, total){
328
- self._onProgress(id, fileName, loaded, total);
329
- self._options.onProgress(id, fileName, loaded, total);
330
- },
331
- onComplete: function(id, fileName, result){
332
- self._onComplete(id, fileName, result);
333
- self._options.onComplete(id, fileName, result);
334
- },
335
- onCancel: function(id, fileName){
336
- self._onCancel(id, fileName);
337
- self._options.onCancel(id, fileName);
338
- }
339
- });
340
-
341
- return handler;
342
- },
343
- _preventLeaveInProgress: function(){
344
- var self = this;
345
-
346
- qq.attach(window, 'beforeunload', function(e){
347
- if (!self._filesInProgress){return;}
348
-
349
- var e = e || window.event;
350
- // for ie, ff
351
- e.returnValue = self._options.messages.onLeave;
352
- // for webkit
353
- return self._options.messages.onLeave;
354
- });
355
- },
356
- _onSubmit: function(id, fileName){
357
- this._filesInProgress++;
358
- },
359
- _onProgress: function(id, fileName, loaded, total){
360
- },
361
- _onComplete: function(id, fileName, result){
362
- this._filesInProgress--;
363
- if (result.error){
364
- this._options.showMessage(result.error);
365
- }
366
- },
367
- _onCancel: function(id, fileName){
368
- this._filesInProgress--;
369
- },
370
- _onInputChange: function(input){
371
- if (this._handler instanceof qq.UploadHandlerXhr){
372
- this._uploadFileList(input.files);
373
- } else {
374
- if (this._validateFile(input)){
375
- this._uploadFile(input);
376
- }
377
- }
378
- this._button.reset();
379
- },
380
- _uploadFileList: function(files){
381
- for (var i=0; i<files.length; i++){
382
- if ( !this._validateFile(files[i])){
383
- return;
384
- }
385
- }
386
-
387
- for (var i=0; i<files.length; i++){
388
- this._uploadFile(files[i]);
389
- }
390
- },
391
- _uploadFile: function(fileContainer){
392
- var id = this._handler.add(fileContainer);
393
- var fileName = this._handler.getName(id);
394
-
395
- if (this._options.onSubmit(id, fileName) !== false){
396
- this._onSubmit(id, fileName);
397
- this._handler.upload(id, this._options.params);
398
- }
399
- },
400
- _validateFile: function(file){
401
- var name, size;
402
-
403
- if (file.value){
404
- // it is a file input
405
- // get input value and remove path to normalize
406
- name = file.value.replace(/.*(\/|\\)/, "");
407
- } else {
408
- // fix missing properties in Safari
409
- name = file.fileName != null ? file.fileName : file.name;
410
- size = file.fileSize != null ? file.fileSize : file.size;
411
- }
412
-
413
- if (! this._isAllowedExtension(name)){
414
- this._error('typeError', name);
415
- return false;
416
-
417
- } else if (size === 0){
418
- this._error('emptyError', name);
419
- return false;
420
-
421
- } else if (size && this._options.sizeLimit && size > this._options.sizeLimit){
422
- this._error('sizeError', name);
423
- return false;
424
-
425
- } else if (size && size < this._options.minSizeLimit){
426
- this._error('minSizeError', name);
427
- return false;
428
- }
429
-
430
- return true;
431
- },
432
- _error: function(code, fileName){
433
- var message = this._options.messages[code];
434
- function r(name, replacement){ message = message.replace(name, replacement); }
435
-
436
- r('{file}', this._formatFileName(fileName));
437
- r('{extensions}', this._options.allowedExtensions.join(', '));
438
- r('{sizeLimit}', this._formatSize(this._options.sizeLimit));
439
- r('{minSizeLimit}', this._formatSize(this._options.minSizeLimit));
440
-
441
- this._options.showMessage(message);
442
- },
443
- _formatFileName: function(name){
444
- if (name.length > 33){
445
- name = name.slice(0, 19) + '...' + name.slice(-13);
446
- }
447
- return name;
448
- },
449
- _isAllowedExtension: function(fileName){
450
- var ext = (-1 !== fileName.indexOf('.')) ? fileName.replace(/.*[.]/, '').toLowerCase() : '';
451
- var allowed = this._options.allowedExtensions;
452
-
453
- if (!allowed.length){return true;}
454
-
455
- for (var i=0; i<allowed.length; i++){
456
- if (allowed[i].toLowerCase() == ext){ return true;}
457
- }
458
-
459
- return false;
460
- },
461
- _formatSize: function(bytes){
462
- var i = -1;
463
- do {
464
- bytes = bytes / 1024;
465
- i++;
466
- } while (bytes > 99);
467
-
468
- return Math.max(bytes, 0.1).toFixed(1) + ['kB', 'MB', 'GB', 'TB', 'PB', 'EB'][i];
469
- }
470
- };
471
-
472
-
473
- /**
474
- * Class that creates upload widget with drag-and-drop and file list
475
- * @inherits qq.FileUploaderBasic
476
- */
477
- qq.FileUploader = function(o){
478
- // call parent constructor
479
- qq.FileUploaderBasic.apply(this, arguments);
480
-
481
- // additional options
482
- qq.extend(this._options, {
483
- element: null,
484
- // if set, will be used instead of qq-upload-list in template
485
- listElement: null,
486
-
487
- template: '<div class="qq-uploader">' +
488
- '<div class="qq-upload-drop-area"><span>Drop files here to upload</span></div>' +
489
- '<div class="qq-upload-button">Upload a file</div>' +
490
- '<ul class="qq-upload-list"></ul>' +
491
- '</div>',
492
-
493
- // template for one item in file list
494
- fileTemplate: '<li>' +
495
- '<span class="qq-upload-file"></span>' +
496
- '<span class="qq-upload-spinner"></span>' +
497
- '<span class="qq-upload-size"></span>' +
498
- '<a class="qq-upload-cancel" href="#">Cancel</a>' +
499
- '<span class="qq-upload-failed-text">Failed</span>' +
500
- '</li>',
501
-
502
- classes: {
503
- // used to get elements from templates
504
- button: 'qq-upload-button',
505
- drop: 'qq-upload-drop-area',
506
- dropActive: 'qq-upload-drop-area-active',
507
- list: 'qq-upload-list',
508
-
509
- file: 'qq-upload-file',
510
- spinner: 'qq-upload-spinner',
511
- size: 'qq-upload-size',
512
- cancel: 'qq-upload-cancel',
513
-
514
- // added to list item when upload completes
515
- // used in css to hide progress spinner
516
- success: 'qq-upload-success',
517
- fail: 'qq-upload-fail'
518
- }
519
- });
520
- // overwrite options with user supplied
521
- qq.extend(this._options, o);
522
-
523
- this._element = this._options.element;
524
- this._element.innerHTML = this._options.template;
525
- this._listElement = this._options.listElement || this._find(this._element, 'list');
526
-
527
- this._classes = this._options.classes;
528
-
529
- this._button = this._createUploadButton(this._find(this._element, 'button'));
530
-
531
- this._bindCancelEvent();
532
- this._setupDragDrop();
533
- };
534
-
535
- // inherit from Basic Uploader
536
- qq.extend(qq.FileUploader.prototype, qq.FileUploaderBasic.prototype);
537
-
538
- qq.extend(qq.FileUploader.prototype, {
539
- /**
540
- * Gets one of the elements listed in this._options.classes
541
- **/
542
- _find: function(parent, type){
543
- var element = qq.getByClass(parent, this._options.classes[type])[0];
544
- if (!element){
545
- throw new Error('element not found ' + type);
546
- }
547
-
548
- return element;
549
- },
550
- _setupDragDrop: function(){
551
- var self = this,
552
- dropArea = this._find(this._element, 'drop');
553
-
554
- var dz = new qq.UploadDropZone({
555
- element: dropArea,
556
- onEnter: function(e){
557
- qq.addClass(dropArea, self._classes.dropActive);
558
- e.stopPropagation();
559
- },
560
- onLeave: function(e){
561
- e.stopPropagation();
562
- },
563
- onLeaveNotDescendants: function(e){
564
- qq.removeClass(dropArea, self._classes.dropActive);
565
- },
566
- onDrop: function(e){
567
- dropArea.style.display = 'none';
568
- qq.removeClass(dropArea, self._classes.dropActive);
569
- self._uploadFileList(e.dataTransfer.files);
570
- }
571
- });
572
-
573
- dropArea.style.display = 'none';
574
-
575
- qq.attach(document, 'dragenter', function(e){
576
- if (!dz._isValidFileDrag(e)) return;
577
-
578
- dropArea.style.display = 'block';
579
- });
580
- qq.attach(document, 'dragleave', function(e){
581
- if (!dz._isValidFileDrag(e)) return;
582
-
583
- var relatedTarget = document.elementFromPoint(e.clientX, e.clientY);
584
- // only fire when leaving document out
585
- if ( ! relatedTarget || relatedTarget.nodeName == "HTML"){
586
- dropArea.style.display = 'none';
587
- }
588
- });
589
- },
590
- _onSubmit: function(id, fileName){
591
- qq.FileUploaderBasic.prototype._onSubmit.apply(this, arguments);
592
- this._addToList(id, fileName);
593
- },
594
- _onProgress: function(id, fileName, loaded, total){
595
- qq.FileUploaderBasic.prototype._onProgress.apply(this, arguments);
596
-
597
- var item = this._getItemByFileId(id);
598
- var size = this._find(item, 'size');
599
- size.style.display = 'inline';
600
-
601
- var text;
602
- if (loaded != total){
603
- text = Math.round(loaded / total * 100) + '% from ' + this._formatSize(total);
604
- } else {
605
- text = this._formatSize(total);
606
- }
607
-
608
- qq.setText(size, text);
609
- },
610
- _onComplete: function(id, fileName, result){
611
- qq.FileUploaderBasic.prototype._onComplete.apply(this, arguments);
612
-
613
- // mark completed
614
- var item = this._getItemByFileId(id);
615
- qq.remove(this._find(item, 'cancel'));
616
- qq.remove(this._find(item, 'spinner'));
617
-
618
- if (result.success){
619
- qq.addClass(item, this._classes.success);
620
- } else {
621
- qq.addClass(item, this._classes.fail);
622
- }
623
- },
624
- _addToList: function(id, fileName){
625
- var item = qq.toElement(this._options.fileTemplate);
626
- item.qqFileId = id;
627
-
628
- var fileElement = this._find(item, 'file');
629
- qq.setText(fileElement, this._formatFileName(fileName));
630
- this._find(item, 'size').style.display = 'none';
631
-
632
- this._listElement.appendChild(item);
633
- },
634
- _getItemByFileId: function(id){
635
- var item = this._listElement.firstChild;
636
-
637
- // there can't be txt nodes in dynamically created list
638
- // and we can use nextSibling
639
- while (item){
640
- if (item.qqFileId == id) return item;
641
- item = item.nextSibling;
642
- }
643
- },
644
- /**
645
- * delegate click event for cancel link
646
- **/
647
- _bindCancelEvent: function(){
648
- var self = this,
649
- list = this._listElement;
650
-
651
- qq.attach(list, 'click', function(e){
652
- e = e || window.event;
653
- var target = e.target || e.srcElement;
654
-
655
- if (qq.hasClass(target, self._classes.cancel)){
656
- qq.preventDefault(e);
657
-
658
- var item = target.parentNode;
659
- self._handler.cancel(item.qqFileId);
660
- qq.remove(item);
661
- }
662
- });
663
- }
664
- });
665
-
666
- qq.UploadDropZone = function(o){
667
- this._options = {
668
- element: null,
669
- onEnter: function(e){},
670
- onLeave: function(e){},
671
- // is not fired when leaving element by hovering descendants
672
- onLeaveNotDescendants: function(e){},
673
- onDrop: function(e){}
674
- };
675
- qq.extend(this._options, o);
676
-
677
- this._element = this._options.element;
678
-
679
- this._disableDropOutside();
680
- this._attachEvents();
681
- };
682
-
683
- qq.UploadDropZone.prototype = {
684
- _disableDropOutside: function(e){
685
- // run only once for all instances
686
- if (!qq.UploadDropZone.dropOutsideDisabled ){
687
-
688
- qq.attach(document, 'dragover', function(e){
689
- if (e.dataTransfer){
690
- e.dataTransfer.dropEffect = 'none';
691
- e.preventDefault();
692
- }
693
- });
694
-
695
- qq.UploadDropZone.dropOutsideDisabled = true;
696
- }
697
- },
698
- _attachEvents: function(){
699
- var self = this;
700
-
701
- qq.attach(self._element, 'dragover', function(e){
702
- if (!self._isValidFileDrag(e)) return;
703
-
704
- var effect = e.dataTransfer.effectAllowed;
705
- if (effect == 'move' || effect == 'linkMove'){
706
- e.dataTransfer.dropEffect = 'move'; // for FF (only move allowed)
707
- } else {
708
- e.dataTransfer.dropEffect = 'copy'; // for Chrome
709
- }
710
-
711
- e.stopPropagation();
712
- e.preventDefault();
713
- });
714
-
715
- qq.attach(self._element, 'dragenter', function(e){
716
- if (!self._isValidFileDrag(e)) return;
717
-
718
- self._options.onEnter(e);
719
- });
720
-
721
- qq.attach(self._element, 'dragleave', function(e){
722
- if (!self._isValidFileDrag(e)) return;
723
-
724
- self._options.onLeave(e);
725
-
726
- var relatedTarget = document.elementFromPoint(e.clientX, e.clientY);
727
- // do not fire when moving a mouse over a descendant
728
- if (qq.contains(this, relatedTarget)) return;
729
-
730
- self._options.onLeaveNotDescendants(e);
731
- });
732
-
733
- qq.attach(self._element, 'drop', function(e){
734
- if (!self._isValidFileDrag(e)) return;
735
-
736
- e.preventDefault();
737
- self._options.onDrop(e);
738
- });
739
- },
740
- _isValidFileDrag: function(e){
741
- var dt = e.dataTransfer,
742
- // do not check dt.types.contains in webkit, because it crashes safari 4
743
- isWebkit = navigator.userAgent.indexOf("AppleWebKit") > -1;
744
-
745
- // dt.effectAllowed is none in Safari 5
746
- // dt.types.contains check is for firefox
747
- return dt && dt.effectAllowed != 'none' &&
748
- (dt.files || (!isWebkit && dt.types.contains && dt.types.contains('Files')));
749
-
750
- }
751
- };
752
-
753
- qq.UploadButton = function(o){
754
- this._options = {
755
- element: null,
756
- // if set to true adds multiple attribute to file input
757
- multiple: false,
758
- // name attribute of file input
759
- name: 'file',
760
- onChange: function(input){},
761
- hoverClass: 'qq-upload-button-hover',
762
- focusClass: 'qq-upload-button-focus'
763
- };
764
-
765
- qq.extend(this._options, o);
766
-
767
- this._element = this._options.element;
768
-
769
- // make button suitable container for input
770
- qq.css(this._element, {
771
- position: 'relative',
772
- overflow: 'hidden',
773
- // Make sure browse button is in the right side
774
- // in Internet Explorer
775
- direction: 'ltr'
776
- });
777
-
778
- this._input = this._createInput();
779
- };
780
-
781
- qq.UploadButton.prototype = {
782
- /* returns file input element */
783
- getInput: function(){
784
- return this._input;
785
- },
786
- /* cleans/recreates the file input */
787
- reset: function(){
788
- if (this._input.parentNode){
789
- qq.remove(this._input);
790
- }
791
-
792
- qq.removeClass(this._element, this._options.focusClass);
793
- this._input = this._createInput();
794
- },
795
- _createInput: function(){
796
- var input = document.createElement("input");
797
-
798
- if (this._options.multiple){
799
- input.setAttribute("multiple", "multiple");
800
- }
801
-
802
- input.setAttribute("type", "file");
803
- input.setAttribute("name", this._options.name);
804
-
805
- qq.css(input, {
806
- position: 'absolute',
807
- // in Opera only 'browse' button
808
- // is clickable and it is located at
809
- // the right side of the input
810
- right: 0,
811
- top: 0,
812
- fontFamily: 'Arial',
813
- // 4 persons reported this, the max values that worked for them were 243, 236, 236, 118
814
- fontSize: '118px',
815
- margin: 0,
816
- padding: 0,
817
- cursor: 'pointer',
818
- opacity: 0
819
- });
820
-
821
- this._element.appendChild(input);
822
-
823
- var self = this;
824
- qq.attach(input, 'change', function(){
825
- self._options.onChange(input);
826
- });
827
-
828
- qq.attach(input, 'mouseover', function(){
829
- qq.addClass(self._element, self._options.hoverClass);
830
- });
831
- qq.attach(input, 'mouseout', function(){
832
- qq.removeClass(self._element, self._options.hoverClass);
833
- });
834
- qq.attach(input, 'focus', function(){
835
- qq.addClass(self._element, self._options.focusClass);
836
- });
837
- qq.attach(input, 'blur', function(){
838
- qq.removeClass(self._element, self._options.focusClass);
839
- });
840
-
841
- // IE and Opera, unfortunately have 2 tab stops on file input
842
- // which is unacceptable in our case, disable keyboard access
843
- if (window.attachEvent){
844
- // it is IE or Opera
845
- input.setAttribute('tabIndex', "-1");
846
- }
847
-
848
- return input;
849
- }
850
- };
851
-
852
- /**
853
- * Class for uploading files, uploading itself is handled by child classes
854
- */
855
- qq.UploadHandlerAbstract = function(o){
856
- this._options = {
857
- debug: false,
858
- action: '/upload.php',
859
- // maximum number of concurrent uploads
860
- maxConnections: 999,
861
- onProgress: function(id, fileName, loaded, total){},
862
- onComplete: function(id, fileName, response){},
863
- onCancel: function(id, fileName){}
864
- };
865
- qq.extend(this._options, o);
866
-
867
- this._queue = [];
868
- // params for files in queue
869
- this._params = [];
870
- };
871
- qq.UploadHandlerAbstract.prototype = {
872
- log: function(str){
873
- if (this._options.debug && window.console) console.log('[uploader] ' + str);
874
- },
875
- /**
876
- * Adds file or file input to the queue
877
- * @returns id
878
- **/
879
- add: function(file){},
880
- /**
881
- * Sends the file identified by id and additional query params to the server
882
- */
883
- upload: function(id, params){
884
- var len = this._queue.push(id);
885
-
886
- var copy = {};
887
- qq.extend(copy, params);
888
- this._params[id] = copy;
889
-
890
- // if too many active uploads, wait...
891
- if (len <= this._options.maxConnections){
892
- this._upload(id, this._params[id]);
893
- }
894
- },
895
- /**
896
- * Cancels file upload by id
897
- */
898
- cancel: function(id){
899
- this._cancel(id);
900
- this._dequeue(id);
901
- },
902
- /**
903
- * Cancells all uploads
904
- */
905
- cancelAll: function(){
906
- for (var i=0; i<this._queue.length; i++){
907
- this._cancel(this._queue[i]);
908
- }
909
- this._queue = [];
910
- },
911
- /**
912
- * Returns name of the file identified by id
913
- */
914
- getName: function(id){},
915
- /**
916
- * Returns size of the file identified by id
917
- */
918
- getSize: function(id){},
919
- /**
920
- * Returns id of files being uploaded or
921
- * waiting for their turn
922
- */
923
- getQueue: function(){
924
- return this._queue;
925
- },
926
- /**
927
- * Actual upload method
928
- */
929
- _upload: function(id){},
930
- /**
931
- * Actual cancel method
932
- */
933
- _cancel: function(id){},
934
- /**
935
- * Removes element from queue, starts upload of next
936
- */
937
- _dequeue: function(id){
938
- var i = qq.indexOf(this._queue, id);
939
- this._queue.splice(i, 1);
940
-
941
- var max = this._options.maxConnections;
942
-
943
- if (this._queue.length >= max && i < max){
944
- var nextId = this._queue[max-1];
945
- this._upload(nextId, this._params[nextId]);
946
- }
947
- }
948
- };
949
-
950
- /**
951
- * Class for uploading files using form and iframe
952
- * @inherits qq.UploadHandlerAbstract
953
- */
954
- qq.UploadHandlerForm = function(o){
955
- qq.UploadHandlerAbstract.apply(this, arguments);
956
-
957
- this._inputs = {};
958
- };
959
- // @inherits qq.UploadHandlerAbstract
960
- qq.extend(qq.UploadHandlerForm.prototype, qq.UploadHandlerAbstract.prototype);
961
-
962
- qq.extend(qq.UploadHandlerForm.prototype, {
963
- add: function(fileInput){
964
- fileInput.setAttribute('name', 'qqfile');
965
- var id = 'qq-upload-handler-iframe' + qq.getUniqueId();
966
-
967
- this._inputs[id] = fileInput;
968
-
969
- // remove file input from DOM
970
- if (fileInput.parentNode){
971
- qq.remove(fileInput);
972
- }
973
-
974
- return id;
975
- },
976
- getName: function(id){
977
- // get input value and remove path to normalize
978
- return this._inputs[id].value.replace(/.*(\/|\\)/, "");
979
- },
980
- _cancel: function(id){
981
- this._options.onCancel(id, this.getName(id));
982
-
983
- delete this._inputs[id];
984
-
985
- var iframe = document.getElementById(id);
986
- if (iframe){
987
- // to cancel request set src to something else
988
- // we use src="javascript:false;" because it doesn't
989
- // trigger ie6 prompt on https
990
- iframe.setAttribute('src', 'javascript:false;');
991
-
992
- qq.remove(iframe);
993
- }
994
- },
995
- _upload: function(id, params){
996
- var input = this._inputs[id];
997
-
998
- if (!input){
999
- throw new Error('file with passed id was not added, or already uploaded or cancelled');
1000
- }
1001
-
1002
- var fileName = this.getName(id);
1003
-
1004
- var iframe = this._createIframe(id);
1005
- var form = this._createForm(iframe, params);
1006
- form.appendChild(input);
1007
-
1008
- var self = this;
1009
- this._attachLoadEvent(iframe, function(){
1010
- self.log('iframe loaded');
1011
-
1012
- var response = self._getIframeContentJSON(iframe);
1013
-
1014
- self._options.onComplete(id, fileName, response);
1015
- self._dequeue(id);
1016
-
1017
- delete self._inputs[id];
1018
- // timeout added to fix busy state in FF3.6
1019
- setTimeout(function(){
1020
- qq.remove(iframe);
1021
- }, 1);
1022
- });
1023
-
1024
- form.submit();
1025
- qq.remove(form);
1026
-
1027
- return id;
1028
- },
1029
- _attachLoadEvent: function(iframe, callback){
1030
- qq.attach(iframe, 'load', function(){
1031
- // when we remove iframe from dom
1032
- // the request stops, but in IE load
1033
- // event fires
1034
- if (!iframe.parentNode){
1035
- return;
1036
- }
1037
-
1038
- // fixing Opera 10.53
1039
- if (iframe.contentDocument &&
1040
- iframe.contentDocument.body &&
1041
- iframe.contentDocument.body.innerHTML == "false"){
1042
- // In Opera event is fired second time
1043
- // when body.innerHTML changed from false
1044
- // to server response approx. after 1 sec
1045
- // when we upload file with iframe
1046
- return;
1047
- }
1048
-
1049
- callback();
1050
- });
1051
- },
1052
- /**
1053
- * Returns json object received by iframe from server.
1054
- */
1055
- _getIframeContentJSON: function(iframe){
1056
- // iframe.contentWindow.document - for IE<7
1057
- var doc = iframe.contentDocument ? iframe.contentDocument: iframe.contentWindow.document,
1058
- response;
1059
-
1060
- this.log("converting iframe's innerHTML to JSON");
1061
- this.log("innerHTML = " + doc.body.innerHTML);
1062
-
1063
- try {
1064
- response = eval("(" + doc.body.innerHTML + ")");
1065
- } catch(err){
1066
- response = {};
1067
- }
1068
-
1069
- return response;
1070
- },
1071
- /**
1072
- * Creates iframe with unique name
1073
- */
1074
- _createIframe: function(id){
1075
- // We can't use following code as the name attribute
1076
- // won't be properly registered in IE6, and new window
1077
- // on form submit will open
1078
- // var iframe = document.createElement('iframe');
1079
- // iframe.setAttribute('name', id);
1080
-
1081
- var iframe = qq.toElement('<iframe src="javascript:false;" name="' + id + '" />');
1082
- // src="javascript:false;" removes ie6 prompt on https
1083
-
1084
- iframe.setAttribute('id', id);
1085
-
1086
- iframe.style.display = 'none';
1087
- document.body.appendChild(iframe);
1088
-
1089
- return iframe;
1090
- },
1091
- /**
1092
- * Creates form, that will be submitted to iframe
1093
- */
1094
- _createForm: function(iframe, params){
1095
- // We can't use the following code in IE6
1096
- // var form = document.createElement('form');
1097
- // form.setAttribute('method', 'post');
1098
- // form.setAttribute('enctype', 'multipart/form-data');
1099
- // Because in this case file won't be attached to request
1100
- var form = qq.toElement('<form method="post" enctype="multipart/form-data"></form>');
1101
-
1102
- var queryString = qq.obj2url(params, this._options.action);
1103
-
1104
- form.setAttribute('action', queryString);
1105
- form.setAttribute('target', iframe.name);
1106
- form.style.display = 'none';
1107
- document.body.appendChild(form);
1108
-
1109
- return form;
1110
- }
1111
- });
1112
-
1113
- /**
1114
- * Class for uploading files using xhr
1115
- * @inherits qq.UploadHandlerAbstract
1116
- */
1117
- qq.UploadHandlerXhr = function(o){
1118
- qq.UploadHandlerAbstract.apply(this, arguments);
1119
-
1120
- this._files = [];
1121
- this._xhrs = [];
1122
-
1123
- // current loaded size in bytes for each file
1124
- this._loaded = [];
1125
- };
1126
-
1127
- // static method
1128
- qq.UploadHandlerXhr.isSupported = function(){
1129
- var input = document.createElement('input');
1130
- input.type = 'file';
1131
-
1132
- return (
1133
- 'multiple' in input &&
1134
- typeof File != "undefined" &&
1135
- typeof (new XMLHttpRequest()).upload != "undefined" );
1136
- };
1137
-
1138
- // @inherits qq.UploadHandlerAbstract
1139
- qq.extend(qq.UploadHandlerXhr.prototype, qq.UploadHandlerAbstract.prototype)
1140
-
1141
- qq.extend(qq.UploadHandlerXhr.prototype, {
1142
- /**
1143
- * Adds file to the queue
1144
- * Returns id to use with upload, cancel
1145
- **/
1146
- add: function(file){
1147
- if (!(file instanceof File)){
1148
- throw new Error('Passed obj in not a File (in qq.UploadHandlerXhr)');
1149
- }
1150
-
1151
- return this._files.push(file) - 1;
1152
- },
1153
- getName: function(id){
1154
- var file = this._files[id];
1155
- // fix missing name in Safari 4
1156
- return file.fileName != null ? file.fileName : file.name;
1157
- },
1158
- getSize: function(id){
1159
- var file = this._files[id];
1160
- return file.fileSize != null ? file.fileSize : file.size;
1161
- },
1162
- /**
1163
- * Returns uploaded bytes for file identified by id
1164
- */
1165
- getLoaded: function(id){
1166
- return this._loaded[id] || 0;
1167
- },
1168
- /**
1169
- * Sends the file identified by id and additional query params to the server
1170
- * @param {Object} params name-value string pairs
1171
- */
1172
- _upload: function(id, params){
1173
- var file = this._files[id],
1174
- name = this.getName(id),
1175
- size = this.getSize(id);
1176
-
1177
- this._loaded[id] = 0;
1178
-
1179
- var xhr = this._xhrs[id] = new XMLHttpRequest();
1180
- var self = this;
1181
-
1182
- xhr.upload.onprogress = function(e){
1183
- if (e.lengthComputable){
1184
- self._loaded[id] = e.loaded;
1185
- self._options.onProgress(id, name, e.loaded, e.total);
1186
- }
1187
- };
1188
-
1189
- xhr.onreadystatechange = function(){
1190
- if (xhr.readyState == 4){
1191
- self._onComplete(id, xhr);
1192
- }
1193
- };
1194
-
1195
- // build query string
1196
- params = params || {};
1197
- params['qqfile'] = name;
1198
- var queryString = qq.obj2url(params, this._options.action);
1199
-
1200
- xhr.open("POST", queryString, true);
1201
- xhr.setRequestHeader("X-Requested-With", "XMLHttpRequest");
1202
- xhr.setRequestHeader("X-File-Name", encodeURIComponent(name));
1203
- xhr.setRequestHeader("Content-Type", "application/octet-stream");
1204
- xhr.send(file);
1205
- },
1206
- _onComplete: function(id, xhr){
1207
- // the request was aborted/cancelled
1208
- if (!this._files[id]) return;
1209
-
1210
- var name = this.getName(id);
1211
- var size = this.getSize(id);
1212
-
1213
- this._options.onProgress(id, name, size, size);
1214
-
1215
- if (xhr.status == 200){
1216
- this.log("xhr - server response received");
1217
- this.log("responseText = " + xhr.responseText);
1218
-
1219
- var response;
1220
-
1221
- try {
1222
- response = eval("(" + xhr.responseText + ")");
1223
- } catch(err){
1224
- response = {};
1225
- }
1226
-
1227
- this._options.onComplete(id, name, response);
1228
-
1229
- } else {
1230
- this._options.onComplete(id, name, {});
1231
- }
1232
-
1233
- this._files[id] = null;
1234
- this._xhrs[id] = null;
1235
- this._dequeue(id);
1236
- },
1237
- _cancel: function(id){
1238
- this._options.onCancel(id, this.getName(id));
1239
-
1240
- this._files[id] = null;
1241
-
1242
- if (this._xhrs[id]){
1243
- this._xhrs[id].abort();
1244
- this._xhrs[id] = null;
1245
- }
1246
- }
1247
- });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
upload/loading.gif DELETED
Binary file