Gallery by BestWebSoft - Version 4.2.1

Version Description

  • 11.07.2014 =
  • Budfix : We fixed the bug of htmlspecialchars in image metadata.
  • Budfix : We fixed the bug of displaying sidebar in Twenty Fourteen theme.
  • Budfix : The bug related to editing input fields of images in the admin panel on mobile devices was fixed.
Download this release

Release Info

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

Code changes from version 4.2.0 to 4.2.1

bws_menu/bws_menu.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
- * Version: 1.3.1
5
  */
6
 
7
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
@@ -198,7 +198,8 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
198
  'link' => 'http://bestwebsoft.com/plugin/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
199
  'download' => 'http://bestwebsoft.com/plugin/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
200
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Sender+Bestwebsoft&plugin-search-input=Search+Plugins',
201
- 'settings' => 'admin.php?page=sndr_settings'
 
202
  ),
203
  'subscriber/subscriber.php' => array(
204
  'name' => 'Subscriber',
@@ -247,7 +248,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
247
  'description' => 'Allows to change wordpress user role capabilities.',
248
  'link' => 'http://bestwebsoft.com/plugin/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
249
  'download' => 'http://bestwebsoft.com/plugin/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
250
- 'wp_install' => 'http://bestwebsoft.com/plugin/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
251
  'settings' => 'admin.php?page=user-role.php',
252
  'pro_version' => 'user-role-pro/user-role-pro.php'
253
  )
@@ -338,11 +339,18 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
338
  'settings' => ''
339
  ),
340
  'user-role-pro/user-role-pro.php' => array(
341
- 'name' => 'User Role',
342
  'description' => 'Allows to change wordpress user role capabilities.',
343
  'link' => 'http://bestwebsoft.com/plugin/user-role-pro/?k=cfa9cea6613fb3d7c0a3622fa2faaf46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
344
  'purchase' => 'http://bestwebsoft.com/plugin/user-role-pro/?k=cfa9cea6613fb3d7c0a3622fa2faaf46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
345
  'settings' => 'admin.php?page=user-role-pro.php'
 
 
 
 
 
 
 
346
  )
347
  );
348
 
@@ -570,8 +578,10 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
570
  </div>
571
  <div class="bws_product_links">
572
  <a href="<?php echo $bws_plugins_pro[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
573
- <span> | </span>
574
- <a href="<?php echo $bws_plugins_pro[ $key_plugin ]["settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
 
 
575
  </div>
576
  </div>
577
  <?php } elseif ( isset( $bws_plugins[ $key_plugin ] ) ) { ?>
@@ -597,8 +607,10 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
597
  </div>
598
  <div class="bws_product_links">
599
  <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
600
- <span> | </span>
601
- <a href="<?php echo $bws_plugins[ $key_plugin ]["settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
 
 
602
  </div>
603
  </div>
604
  <?php }
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
+ * Version: 1.3.3
5
  */
6
 
7
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
198
  'link' => 'http://bestwebsoft.com/plugin/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
199
  'download' => 'http://bestwebsoft.com/plugin/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
200
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Sender+Bestwebsoft&plugin-search-input=Search+Plugins',
201
+ 'settings' => 'admin.php?page=sndr_settings',
202
+ 'pro_version' => 'sender-pro/sender-pro.php'
203
  ),
204
  'subscriber/subscriber.php' => array(
205
  'name' => 'Subscriber',
248
  'description' => 'Allows to change wordpress user role capabilities.',
249
  'link' => 'http://bestwebsoft.com/plugin/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
250
  'download' => 'http://bestwebsoft.com/plugin/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
251
+ 'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=User+Role+BestWebSoft&plugin-search-input=Search+Plugins',
252
  'settings' => 'admin.php?page=user-role.php',
253
  'pro_version' => 'user-role-pro/user-role-pro.php'
254
  )
339
  'settings' => ''
340
  ),
341
  'user-role-pro/user-role-pro.php' => array(
342
+ 'name' => 'User Role Pro',
343
  'description' => 'Allows to change wordpress user role capabilities.',
344
  'link' => 'http://bestwebsoft.com/plugin/user-role-pro/?k=cfa9cea6613fb3d7c0a3622fa2faaf46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
345
  'purchase' => 'http://bestwebsoft.com/plugin/user-role-pro/?k=cfa9cea6613fb3d7c0a3622fa2faaf46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
346
  'settings' => 'admin.php?page=user-role-pro.php'
347
+ ),
348
+ 'sender-pro/sender-pro.php' => array(
349
+ 'name' => 'Sender Pro',
350
+ 'description' => 'You can send mails to all users or to certain categories of users.',
351
+ 'link' => 'http://bestwebsoft.com/plugin/sender-pro/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
352
+ 'purchase' => 'http://bestwebsoft.com/plugin/sender-pro/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
353
+ 'settings' => 'admin.php?page=sndrpr_settings'
354
  )
355
  );
356
 
578
  </div>
579
  <div class="bws_product_links">
580
  <a href="<?php echo $bws_plugins_pro[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
581
+ <?php if ( '' != $bws_plugins_pro[ $key_plugin ]["settings"] ) { ?>
582
+ <span> | </span>
583
+ <a href="<?php echo $bws_plugins_pro[ $key_plugin ]["settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
584
+ <?php } ?>
585
  </div>
586
  </div>
587
  <?php } elseif ( isset( $bws_plugins[ $key_plugin ] ) ) { ?>
607
  </div>
608
  <div class="bws_product_links">
609
  <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
610
+ <?php if ( '' != $bws_plugins[ $key_plugin ]["settings"] ) { ?>
611
+ <span> | </span>
612
+ <a href="<?php echo $bws_plugins[ $key_plugin ]["settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
613
+ <?php } ?>
614
  </div>
615
  </div>
616
  <?php }
gallery-plugin.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Gallery
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: This plugin allows you to implement gallery page into web site.
6
  Author: BestWebSoft
7
- Version: 4.2.0
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
@@ -463,8 +463,8 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
463
  require_once( ABSPATH . 'wp-admin/includes/image.php' );
464
  while ( list( $key, $val ) = each( $array_file_name ) ) {
465
  $file_name = sanitize_file_name( $val );
466
- if ( file_exists( $uploadFile[$key] ) ){
467
- $uploadFile[$key] = $uploadDir["path"] . "/" . pathinfo( $uploadFile[ $key ], PATHINFO_FILENAME ).uniqid().".".pathinfo( $uploadFile[$key], PATHINFO_EXTENSION );
468
  }
469
 
470
  if ( copy ( plugin_dir_path( __FILE__ ) . "upload/files/" . $file_name, $uploadFile[ $key ] ) ) {
@@ -507,7 +507,7 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
507
  "post_parent" => $post->ID ) );
508
  foreach ( $posts as $page ) {
509
  if ( isset( $_REQUEST['gllr_image_text'][ $page->ID ] ) ) {
510
- $value = $_REQUEST['gllr_image_text'][ $page->ID ];
511
  if ( get_post_meta( $page->ID, $key, FALSE ) ) {
512
  /* Custom field has a value and this custom field exists in database */
513
  update_post_meta( $page->ID, $key, $value );
@@ -535,7 +535,7 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
535
  "post_parent" => $post->ID ) );
536
  foreach ( $posts as $page ) {
537
  if ( isset( $_REQUEST['gllr_link_url'][ $page->ID ] ) ) {
538
- $value = $_REQUEST['gllr_link_url'][ $page->ID ];
539
  if ( get_post_meta( $page->ID, $link_key, FALSE ) ) {
540
  /* Custom field has a value and this custom field exists in database */
541
  update_post_meta( $page->ID, $link_key, $value );
@@ -558,7 +558,7 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
558
  "post_parent" => $post->ID ));
559
  foreach ( $posts as $page ) {
560
  if ( isset( $_REQUEST['gllr_image_alt_tag'][ $page->ID ] ) ) {
561
- $value = $_REQUEST['gllr_image_alt_tag'][ $page->ID ];
562
  if ( get_post_meta( $page->ID, $alt_tag_key, FALSE ) ) {
563
  /* Custom field has a value and this custom field exists in database */
564
  update_post_meta( $page->ID, $alt_tag_key, $value );
@@ -735,7 +735,7 @@ if ( ! function_exists( 'gllr_page_css_class' ) ) {
735
  if ( ! function_exists( 'gllr_settings_page' ) ) {
736
  function gllr_settings_page() {
737
  global $gllr_options, $wp_version, $wpmu, $gllr_plugin_info;
738
- $error = "";
739
 
740
  if ( 1 == $wpmu ) {
741
  if ( get_site_option( 'cstmsrch_options' ) )
@@ -826,7 +826,6 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
826
  /* GO PRO */
827
  if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) {
828
  global $wpmu, $bstwbsftwppdtplgns_options;
829
-
830
  $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? trim( $_POST['bws_license_key'] ) : "";
831
 
832
  if ( isset( $_POST['bws_license_submit'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'bws_license_nonce_name' ) ) {
@@ -834,7 +833,7 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
834
  if ( strlen( $bws_license_key ) != 18 ) {
835
  $error = __( "Wrong license key", 'gallery' );
836
  } else {
837
- $bws_license_plugin = trim( $_POST['bws_license_plugin'] );
838
  if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) && $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] < ( time() + (24 * 60 * 60) ) ) {
839
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] + 1;
840
  } else {
@@ -876,6 +875,10 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
876
  $error = __( "This license key is bind to another site", 'gallery' );
877
  } elseif ( "you_are_banned" == $value->package ) {
878
  $error = __( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'gallery' );
 
 
 
 
879
  }
880
  }
881
  if ( '' == $error ) {
@@ -1177,6 +1180,13 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
1177
  <div class="bws_pro_version_table_bloc">
1178
  <div class="bws_table_bg"></div>
1179
  <table class="form-table bws_pro_version">
 
 
 
 
 
 
 
1180
  <tr valign="top" class="gllr_width_labels">
1181
  <th scope="row"><?php _e( 'The lightbox helper', 'gallery' ); ?> </th>
1182
  <td>
@@ -1286,7 +1296,6 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
1286
  <input type="hidden" name="bws_license_plugin" value="gallery-plugin-pro/gallery-plugin-pro.php" />
1287
  <input type="hidden" name="bws_license_submit" value="submit" />
1288
  <input type="submit" class="button-primary" value="<?php _e( 'Activate', 'gallery' ); ?>" /> <?php _e( 'or', 'gallery' ); ?> <a href="http://bestwebsoft.com/plugin/gallery-pro/#trial" target="_blank"><?php _e( 'Start Your Free 7-Day Trial Now', 'gallery' ); ?></a>
1289
-
1290
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bws_license_nonce_name' ); ?>
1291
  </p>
1292
  <?php } ?>
@@ -1353,6 +1362,9 @@ if ( ! function_exists ( 'gllr_add_admin_script' ) ) {
1353
  )
1354
  }
1355
  });
 
 
 
1356
  }
1357
  <?php if ( 3.5 > $wp_version && 'gallery-plugin.php' == $_REQUEST['page'] ) { ?>
1358
  var gllr_farbtastic = $.farbtastic( '#colorPickerDiv', function( color ) {
@@ -2043,7 +2055,7 @@ if ( ! function_exists ( 'gllr_plugin_banner' ) ) {
2043
  <span><?php _e( 'Extend standard plugin functionality with new great options', 'gallery' ); ?>.</span>
2044
  </div>
2045
  <div class="icon">
2046
- <img title="" src="' . plugins_url( 'images/banner.png', __FILE__ ) . '" alt=""/>
2047
  </div>
2048
  </div>
2049
  </div>
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: This plugin allows you to implement gallery page into web site.
6
  Author: BestWebSoft
7
+ Version: 4.2.1
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
463
  require_once( ABSPATH . 'wp-admin/includes/image.php' );
464
  while ( list( $key, $val ) = each( $array_file_name ) ) {
465
  $file_name = sanitize_file_name( $val );
466
+ if ( file_exists( $uploadFile[ $key ] ) ){
467
+ $uploadFile[ $key ] = $uploadDir["path"] . "/" . pathinfo( $uploadFile[ $key ], PATHINFO_FILENAME ).uniqid().".".pathinfo( $uploadFile[$key], PATHINFO_EXTENSION );
468
  }
469
 
470
  if ( copy ( plugin_dir_path( __FILE__ ) . "upload/files/" . $file_name, $uploadFile[ $key ] ) ) {
507
  "post_parent" => $post->ID ) );
508
  foreach ( $posts as $page ) {
509
  if ( isset( $_REQUEST['gllr_image_text'][ $page->ID ] ) ) {
510
+ $value = htmlspecialchars( trim( $_REQUEST['gllr_image_text'][ $page->ID ] ) );
511
  if ( get_post_meta( $page->ID, $key, FALSE ) ) {
512
  /* Custom field has a value and this custom field exists in database */
513
  update_post_meta( $page->ID, $key, $value );
535
  "post_parent" => $post->ID ) );
536
  foreach ( $posts as $page ) {
537
  if ( isset( $_REQUEST['gllr_link_url'][ $page->ID ] ) ) {
538
+ $value = htmlspecialchars( trim( $_REQUEST['gllr_link_url'][ $page->ID ] ) );
539
  if ( get_post_meta( $page->ID, $link_key, FALSE ) ) {
540
  /* Custom field has a value and this custom field exists in database */
541
  update_post_meta( $page->ID, $link_key, $value );
558
  "post_parent" => $post->ID ));
559
  foreach ( $posts as $page ) {
560
  if ( isset( $_REQUEST['gllr_image_alt_tag'][ $page->ID ] ) ) {
561
+ $value = htmlspecialchars( trim( $_REQUEST['gllr_image_alt_tag'][ $page->ID ] ) );
562
  if ( get_post_meta( $page->ID, $alt_tag_key, FALSE ) ) {
563
  /* Custom field has a value and this custom field exists in database */
564
  update_post_meta( $page->ID, $alt_tag_key, $value );
735
  if ( ! function_exists( 'gllr_settings_page' ) ) {
736
  function gllr_settings_page() {
737
  global $gllr_options, $wp_version, $wpmu, $gllr_plugin_info;
738
+ $error = $message = "";
739
 
740
  if ( 1 == $wpmu ) {
741
  if ( get_site_option( 'cstmsrch_options' ) )
826
  /* GO PRO */
827
  if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) {
828
  global $wpmu, $bstwbsftwppdtplgns_options;
 
829
  $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? trim( $_POST['bws_license_key'] ) : "";
830
 
831
  if ( isset( $_POST['bws_license_submit'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'bws_license_nonce_name' ) ) {
833
  if ( strlen( $bws_license_key ) != 18 ) {
834
  $error = __( "Wrong license key", 'gallery' );
835
  } else {
836
+ $bws_license_plugin = trim( $_POST['bws_license_plugin'] );
837
  if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) && $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] < ( time() + (24 * 60 * 60) ) ) {
838
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] + 1;
839
  } else {
875
  $error = __( "This license key is bind to another site", 'gallery' );
876
  } elseif ( "you_are_banned" == $value->package ) {
877
  $error = __( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'gallery' );
878
+ } else if ( "time_out" == $value->package ) {
879
+ $error = __( 'This license key is valid, but your license has expired.', 'gallery' );
880
+ } elseif ( "duplicate_domen_for_trial" == $value->package ) {
881
+ $error = __( "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once.", 'gallery' );
882
  }
883
  }
884
  if ( '' == $error ) {
1180
  <div class="bws_pro_version_table_bloc">
1181
  <div class="bws_table_bg"></div>
1182
  <table class="form-table bws_pro_version">
1183
+ <tr valign="top" class="gllr_width_labels">
1184
+ <th scope="row"><?php _e( 'Use pagination for images', 'gallery' ); ?> </th>
1185
+ <td>
1186
+ <input type="checkbox" name="gllrprfssnl_images_pagination" value="1" /> <br />
1187
+ <label><input type="text" name="gllrprfssnl_images_per_page" value="" style="width:100px;" /> <?php _e( 'per page', 'gallery' ); ?></label>
1188
+ </td>
1189
+ </tr>
1190
  <tr valign="top" class="gllr_width_labels">
1191
  <th scope="row"><?php _e( 'The lightbox helper', 'gallery' ); ?> </th>
1192
  <td>
1296
  <input type="hidden" name="bws_license_plugin" value="gallery-plugin-pro/gallery-plugin-pro.php" />
1297
  <input type="hidden" name="bws_license_submit" value="submit" />
1298
  <input type="submit" class="button-primary" value="<?php _e( 'Activate', 'gallery' ); ?>" /> <?php _e( 'or', 'gallery' ); ?> <a href="http://bestwebsoft.com/plugin/gallery-pro/#trial" target="_blank"><?php _e( 'Start Your Free 7-Day Trial Now', 'gallery' ); ?></a>
 
1299
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bws_license_nonce_name' ); ?>
1300
  </p>
1301
  <?php } ?>
1362
  )
1363
  }
1364
  });
1365
+ $('#Upload-File .gallery input').bind( 'click.sortable mousedown.sortable',function( ev ) {
1366
+ ev.target.focus();
1367
+ });
1368
  }
1369
  <?php if ( 3.5 > $wp_version && 'gallery-plugin.php' == $_REQUEST['page'] ) { ?>
1370
  var gllr_farbtastic = $.farbtastic( '#colorPickerDiv', function( color ) {
2055
  <span><?php _e( 'Extend standard plugin functionality with new great options', 'gallery' ); ?>.</span>
2056
  </div>
2057
  <div class="icon">
2058
+ <img title="" src="<?php echo plugins_url( 'images/banner.png', __FILE__ ); ?>" alt=""/>
2059
  </div>
2060
  </div>
2061
  </div>
languages/gallery-bg_BG.mo CHANGED
Binary file
languages/gallery-bg_BG.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-05-15 17:38+0300\n"
6
- "PO-Revision-Date: 2014-05-15 17:38+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Petya <p@pipermagus.com>\n"
9
  "Language: uk_UA\n"
@@ -113,7 +113,7 @@ msgid "Please make a choice"
113
  msgstr "Моля, изберете"
114
 
115
  #: gallery-plugin.php:374
116
- #: gallery-plugin.php:1099
117
  msgid "Sort images by"
118
  msgstr "Подреди изображенията по"
119
 
@@ -193,7 +193,7 @@ msgid "Publishing"
193
  msgstr "Публикация"
194
 
195
  #: gallery-plugin.php:641
196
- #: gallery-plugin.php:1103
197
  msgid "Date"
198
  msgstr "Дата "
199
 
@@ -201,12 +201,12 @@ msgstr "Дата "
201
  msgid "Settings are saved"
202
  msgstr "Настройките са съхранени"
203
 
204
- #: gallery-plugin.php:835
205
  #: gallery-plugin.php:874
206
  msgid "Wrong license key"
207
  msgstr ""
208
 
209
- #: gallery-plugin.php:867
210
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
211
  msgstr ""
212
 
@@ -215,495 +215,511 @@ msgid "This license key is bind to another site"
215
  msgstr ""
216
 
217
  #: gallery-plugin.php:878
218
- #: gallery-plugin.php:1281
219
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
220
  msgstr ""
221
 
222
- #: gallery-plugin.php:895
 
 
 
 
 
 
 
 
223
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
224
  msgstr ""
225
 
226
- #: gallery-plugin.php:901
227
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
228
  msgstr ""
229
 
230
- #: gallery-plugin.php:905
231
- #: gallery-plugin.php:914
232
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
233
  msgstr ""
234
 
235
- #: gallery-plugin.php:918
236
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
237
  msgstr ""
238
 
239
- #: gallery-plugin.php:933
240
  msgid "Please, enter Your license key"
241
  msgstr ""
242
 
243
- #: gallery-plugin.php:941
244
  msgid "Gallery Settings"
245
  msgstr "Настройки на галерията"
246
 
247
- #: gallery-plugin.php:943
248
- #: gallery-plugin.php:1304
249
- #: gallery-plugin.php:1320
250
  msgid "Settings"
251
  msgstr "Настройки"
252
 
253
- #: gallery-plugin.php:944
254
- #: gallery-plugin.php:1305
255
  msgid "FAQ"
256
  msgstr "Често задавани въпроси"
257
 
258
- #: gallery-plugin.php:945
259
  msgid "Go PRO"
260
  msgstr ""
261
 
262
- #: gallery-plugin.php:950
263
  msgid "Notice:"
264
  msgstr ""
265
 
266
- #: gallery-plugin.php:950
267
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
268
  msgstr ""
269
 
270
- #: gallery-plugin.php:951
271
  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:"
272
  msgstr "Ако искате да добавите галерия към ваша страница или пост, просто копирайте и поставете този шорткод в поста или страницата:"
273
 
274
- #: gallery-plugin.php:953
275
  #, fuzzy
276
  msgid "Please enable JavaScript to use the option to renew images."
277
  msgstr "Моля, активирайте JavaScript, за да можете да качвате файлове."
278
 
279
- #: gallery-plugin.php:957
280
  msgid "Update images for gallery"
281
  msgstr ""
282
 
283
- #: gallery-plugin.php:959
284
  #, fuzzy
285
  msgid "Update images"
286
  msgstr "подреди изображенията"
287
 
288
- #: gallery-plugin.php:964
289
  msgid "Updating images..."
290
  msgstr ""
291
 
292
- #: gallery-plugin.php:965
293
  #, fuzzy
294
  msgid "No image found"
295
  msgstr "Няма намерена галерия"
296
 
297
- #: gallery-plugin.php:966
298
  msgid "All images are updated"
299
  msgstr ""
300
 
301
- #: gallery-plugin.php:967
302
  msgid "Error."
303
  msgstr ""
304
 
305
- #: gallery-plugin.php:973
306
  msgid "Image size for the album cover"
307
  msgstr "Размер на изображението за корица на албума"
308
 
309
- #: gallery-plugin.php:975
310
- #: gallery-plugin.php:983
311
- #: gallery-plugin.php:999
312
  msgid "Image size"
313
  msgstr "Размер на изображението"
314
 
315
- #: gallery-plugin.php:976
316
- #: gallery-plugin.php:984
317
  msgid "Width (in px)"
318
  msgstr "Ширина (в px)"
319
 
320
- #: gallery-plugin.php:977
321
- #: gallery-plugin.php:985
322
  msgid "Height (in px)"
323
  msgstr "Височина (в px)"
324
 
325
- #: gallery-plugin.php:981
326
  msgid "Gallery image size"
327
  msgstr "Размер на изображението в галерия"
328
 
329
- #: gallery-plugin.php:989
330
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
331
  msgstr "WordPress ще създава thumbnail с указаните размери, когато качвате нова снимка."
332
 
333
- #: gallery-plugin.php:997
334
  msgid "Gallery image size in the lightbox"
335
  msgstr "Размер на изображението за lightbox"
336
 
337
- #: gallery-plugin.php:1000
338
  msgid "Max width (in px)"
339
  msgstr "Макс. ширина (в px)"
340
 
341
- #: gallery-plugin.php:1001
342
  msgid "Max height (in px)"
343
  msgstr "Макс. височина (в px)"
344
 
345
- #: gallery-plugin.php:1002
346
  msgid "Display a full size image in the lightbox"
347
  msgstr "Показване на изображението в пълен размер в lightbox"
348
 
349
- #: gallery-plugin.php:1006
350
  msgid "Crop position"
351
  msgstr "Позиция за изрязване"
352
 
353
- #: gallery-plugin.php:1008
354
  msgid "Horizontal"
355
  msgstr "Хоризонтално"
356
 
357
- #: gallery-plugin.php:1010
358
  msgid "left"
359
  msgstr "ляво"
360
 
361
- #: gallery-plugin.php:1011
362
- #: gallery-plugin.php:1018
363
  msgid "center"
364
  msgstr "център"
365
 
366
- #: gallery-plugin.php:1012
367
  msgid "right"
368
  msgstr "дясно"
369
 
370
- #: gallery-plugin.php:1015
371
  msgid "Vertical"
372
  msgstr "Вертикално"
373
 
374
- #: gallery-plugin.php:1017
375
  msgid "top"
376
  msgstr "отгоре"
377
 
378
- #: gallery-plugin.php:1019
379
  msgid "bottom"
380
  msgstr "отдолу"
381
 
382
- #: gallery-plugin.php:1024
383
  msgid "Lightbox background"
384
  msgstr "Фон на lightbox"
385
 
386
- #: gallery-plugin.php:1026
387
  msgid "Default"
388
  msgstr "По подразбиране"
389
 
390
- #: gallery-plugin.php:1027
391
  msgid "Background transparency (from 0 to 1)"
392
  msgstr "Прозрачност на фона (от 0 до 1)"
393
 
394
- #: gallery-plugin.php:1029
395
  msgid "Select a background color"
396
  msgstr "Изберете цвят за фон"
397
 
398
- #: gallery-plugin.php:1031
399
  msgid "Background color"
400
  msgstr "Цвят на фона"
401
 
402
- #: gallery-plugin.php:1038
403
- #: gallery-plugin.php:1211
404
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
405
  msgstr ""
406
 
407
- #: gallery-plugin.php:1045
408
- #: gallery-plugin.php:1218
409
  msgid "Unlock premium options by upgrading to a PRO version."
410
  msgstr ""
411
 
412
- #: gallery-plugin.php:1046
413
- #: gallery-plugin.php:1219
414
- #: gallery-plugin.php:2039
415
  #, fuzzy
416
  msgid "Learn More"
417
  msgstr "Читати далі"
418
 
419
- #: gallery-plugin.php:1050
420
- #: gallery-plugin.php:1223
421
  msgid "Start Your Trial"
422
  msgstr ""
423
 
424
- #: gallery-plugin.php:1051
425
- #: gallery-plugin.php:1224
426
- #: gallery-plugin.php:1278
427
- #: gallery-plugin.php:1288
428
  msgid "or"
429
  msgstr ""
430
 
431
- #: gallery-plugin.php:1054
432
- #: gallery-plugin.php:1227
433
  msgid "Go"
434
  msgstr ""
435
 
436
- #: gallery-plugin.php:1062
437
  msgid "Images with border"
438
  msgstr "Изображения с рамка"
439
 
440
- #: gallery-plugin.php:1065
441
  msgid "Border width in px, just numbers"
442
  msgstr "Ширина на рамката в пиксели, само числа"
443
 
444
- #: gallery-plugin.php:1067
445
- #: gallery-plugin.php:1069
446
  msgid "Select a border color"
447
  msgstr "Изберете цвят за рамката"
448
 
449
- #: gallery-plugin.php:1075
450
  msgid "Number of images in the row"
451
  msgstr "Брой изображения на ред"
452
 
453
- #: gallery-plugin.php:1081
454
  msgid "Start slideshow"
455
  msgstr "Слайдшоу"
456
 
457
- #: gallery-plugin.php:1087
458
  msgid "Slideshow interval"
459
  msgstr "Интервал за слайдшоу"
460
 
461
- #: gallery-plugin.php:1093
462
  msgid "Use single lightbox for multiple galleries on one page"
463
  msgstr ""
464
 
465
- #: gallery-plugin.php:1101
466
  msgid "Attachment ID"
467
  msgstr "ID на изображението"
468
 
469
- #: gallery-plugin.php:1102
470
  msgid "Image Name"
471
  msgstr "Име на изображението"
472
 
473
- #: gallery-plugin.php:1104
474
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
475
  msgstr "Ред за сортиране (полето за въвеждане на ред за сортиране в Insert / Upload Media Gallery)"
476
 
477
- #: gallery-plugin.php:1105
478
  msgid "Random"
479
  msgstr "Произволен"
480
 
481
- #: gallery-plugin.php:1109
482
  msgid "Sort images"
483
  msgstr "Подреди изображенията"
484
 
485
- #: gallery-plugin.php:1111
486
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
487
  msgstr "ASC (възходящ ред - 1, 2, 3, а, б, в)"
488
 
489
- #: gallery-plugin.php:1112
490
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
491
  msgstr "DESC (низходящ ред - 3, 2, 1, в, б, а)"
492
 
493
- #: gallery-plugin.php:1116
494
  msgid "Display text above the image"
495
  msgstr "Показване на текст над изображението"
496
 
497
- #: gallery-plugin.php:1118
498
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
499
  msgstr "Не отбелязвайте, ако искате текстът да се показва само в lightbox"
500
 
501
- #: gallery-plugin.php:1122
502
  msgid "Display the Back link"
503
  msgstr "Показване на линк 'Назад'"
504
 
505
- #: gallery-plugin.php:1128
506
  msgid "Display the Back link in the shortcode"
507
  msgstr "Показване на линк 'Назад' в шорткода"
508
 
509
- #: gallery-plugin.php:1134
510
  msgid "The Back link text"
511
  msgstr "Текст за линка 'Назад'"
512
 
513
- #: gallery-plugin.php:1140
514
  msgid "The Back link URL"
515
  msgstr "URL за линка 'Назад'"
516
 
517
- #: gallery-plugin.php:1142
518
  msgid "Gallery page (Page with Gallery Template)"
519
  msgstr "Страница с галерия (страница с шаблон 'Gallery Template')"
520
 
521
- #: gallery-plugin.php:1144
522
  msgid "(Full URL to custom page)"
523
  msgstr "(Пълно URL към произволна страница)"
524
 
525
- #: gallery-plugin.php:1148
526
  msgid "The Read More link text"
527
  msgstr "Текст за линка 'Прочети повече'"
528
 
529
- #: gallery-plugin.php:1154
530
  msgid "Add gallery to the search"
531
  msgstr ""
532
 
533
- #: gallery-plugin.php:1164
534
  msgid "Using"
535
  msgstr ""
536
 
537
- #: gallery-plugin.php:1164
538
  msgid "powered by"
539
  msgstr ""
540
 
541
- #: gallery-plugin.php:1167
542
  #: gallery-plugin.php:1171
 
543
  msgid "Using Custom Search powered by"
544
  msgstr ""
545
 
546
- #: gallery-plugin.php:1167
547
  msgid "Activate Custom Search"
548
  msgstr ""
549
 
550
- #: gallery-plugin.php:1171
551
  msgid "Download Custom Search"
552
  msgstr ""
553
 
554
- #: gallery-plugin.php:1181
 
 
 
 
 
 
 
 
555
  msgid "The lightbox helper"
556
  msgstr ""
557
 
558
- #: gallery-plugin.php:1183
559
  msgid "Do not use"
560
  msgstr ""
561
 
562
- #: gallery-plugin.php:1184
563
  msgid "Button helper"
564
  msgstr ""
565
 
566
- #: gallery-plugin.php:1185
567
  msgid "Thumbnail helper"
568
  msgstr ""
569
 
570
- #: gallery-plugin.php:1189
571
  msgid "Display Like buttons in the lightbox"
572
  msgstr "Показване на Like бутони в lightbox"
573
 
574
- #: gallery-plugin.php:1191
575
  msgid "FaceBook"
576
  msgstr "FaceBook"
577
 
578
- #: gallery-plugin.php:1192
579
  msgid "Twitter"
580
  msgstr "Twitter"
581
 
582
- #: gallery-plugin.php:1193
583
  msgid "Pinterest"
584
  msgstr "Pinterest"
585
 
586
- #: gallery-plugin.php:1194
587
  msgid "Google +1"
588
  msgstr "Google +1"
589
 
590
- #: gallery-plugin.php:1198
591
  msgid "Slug for gallery item"
592
  msgstr "Название на елемент от галерията"
593
 
594
- #: gallery-plugin.php:1200
595
  msgid "for any structure of permalinks except the default structure"
596
  msgstr "за всяка структура от пермалинковете, с изключение на структурата по подразбиране"
597
 
598
- #: gallery-plugin.php:1204
599
  msgid "Title for lightbox button"
600
  msgstr ""
601
 
602
- #: gallery-plugin.php:1235
603
  msgid "Save Changes"
604
  msgstr "Съхрани промените"
605
 
606
- #: gallery-plugin.php:1241
607
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
608
  msgstr ""
609
 
610
- #: gallery-plugin.php:1242
611
  #, fuzzy
612
  msgid "Rate the plugin"
613
  msgstr "Безкоштовні плагіни"
614
 
615
- #: gallery-plugin.php:1245
616
  #, fuzzy
617
  msgid "If there is something wrong about it, please contact us"
618
  msgstr "Якщо у вас є ябудь-які питання, будь ласка, зв'яжіться з нами через plugin@bestwebsoft.com або заповніть нашу контактну форму на нашому сайті"
619
 
620
- #: gallery-plugin.php:1256
621
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
622
  msgstr ""
623
 
624
- #: gallery-plugin.php:1258
625
  msgid "Please, go to"
626
  msgstr ""
627
 
628
- #: gallery-plugin.php:1258
629
  #, fuzzy
630
  msgid "the setting page"
631
  msgstr "на страницата с настройки за плъгина ("
632
 
633
- #: gallery-plugin.php:1259
634
  msgid "You will be redirected automatically in 5 seconds."
635
  msgstr ""
636
 
637
- #: gallery-plugin.php:1264
638
  msgid "You can download and activate"
639
  msgstr ""
640
 
641
- #: gallery-plugin.php:1266
642
  msgid "version of this plugin by entering Your license key."
643
  msgstr ""
644
 
645
- #: gallery-plugin.php:1268
646
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
647
  msgstr ""
648
 
649
- #: gallery-plugin.php:1270
650
  msgid "(your username is the email you specify when purchasing the product)."
651
  msgstr ""
652
 
653
- #: gallery-plugin.php:1278
654
- #: gallery-plugin.php:1288
655
  #, fuzzy
656
  msgid "Activate"
657
  msgstr "Активовані плагіни"
658
 
659
- #: gallery-plugin.php:1278
660
- #: gallery-plugin.php:1288
661
  msgid "Start Your Free 7-Day Trial Now"
662
  msgstr ""
663
 
664
- #: gallery-plugin.php:1306
665
  msgid "Support"
666
  msgstr "Поддръжка"
667
 
668
- #: gallery-plugin.php:1434
669
- #: template/gallery-single-template.php:13
670
  msgid "Download high resolution image"
671
  msgstr "Свали изображението в цял размер"
672
 
673
- #: gallery-plugin.php:1543
674
- #: template/gallery-single-template.php:76
675
  msgid "Sorry, nothing found."
676
  msgstr "Съжалявам, нищо не е намерено."
677
 
678
- #: gallery-plugin.php:1565
679
- #: template/gallery-single-template.php:102
680
  msgid "Image"
681
  msgstr "Изображение"
682
 
683
- #: gallery-plugin.php:1856
684
  #, fuzzy
685
  msgid "Image size not defined"
686
  msgstr "Размер на изображението"
687
 
688
- #: gallery-plugin.php:1871
689
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
690
  msgstr ""
691
 
692
- #: gallery-plugin.php:1882
693
  msgid "Image size changes not defined"
694
  msgstr ""
695
 
696
- #: gallery-plugin.php:1911
697
- #: gallery-plugin.php:1914
698
- #: gallery-plugin.php:1919
699
  msgid "Invalid path"
700
  msgstr ""
701
 
702
- #: gallery-plugin.php:2042
703
  msgid "It’s time to upgrade your <strong>Gallery plugin</strong> to <strong>PRO</strong> version!"
704
  msgstr ""
705
 
706
- #: gallery-plugin.php:2043
707
  msgid "Extend standard plugin functionality with new great options"
708
  msgstr ""
709
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-11 11:53+0300\n"
6
+ "PO-Revision-Date: 2014-07-11 11:53+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Petya <p@pipermagus.com>\n"
9
  "Language: uk_UA\n"
113
  msgstr "Моля, изберете"
114
 
115
  #: gallery-plugin.php:374
116
+ #: gallery-plugin.php:1103
117
  msgid "Sort images by"
118
  msgstr "Подреди изображенията по"
119
 
193
  msgstr "Публикация"
194
 
195
  #: gallery-plugin.php:641
196
+ #: gallery-plugin.php:1107
197
  msgid "Date"
198
  msgstr "Дата "
199
 
201
  msgid "Settings are saved"
202
  msgstr "Настройките са съхранени"
203
 
204
+ #: gallery-plugin.php:834
205
  #: gallery-plugin.php:874
206
  msgid "Wrong license key"
207
  msgstr ""
208
 
209
+ #: gallery-plugin.php:866
210
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
211
  msgstr ""
212
 
215
  msgstr ""
216
 
217
  #: gallery-plugin.php:878
218
+ #: gallery-plugin.php:1292
219
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
220
  msgstr ""
221
 
222
+ #: gallery-plugin.php:880
223
+ msgid "This license key is valid, but your license has expired."
224
+ msgstr ""
225
+
226
+ #: gallery-plugin.php:882
227
+ msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
228
+ msgstr ""
229
+
230
+ #: gallery-plugin.php:899
231
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
232
  msgstr ""
233
 
234
+ #: gallery-plugin.php:905
235
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
236
  msgstr ""
237
 
238
+ #: gallery-plugin.php:909
239
+ #: gallery-plugin.php:918
240
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
241
  msgstr ""
242
 
243
+ #: gallery-plugin.php:922
244
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
245
  msgstr ""
246
 
247
+ #: gallery-plugin.php:937
248
  msgid "Please, enter Your license key"
249
  msgstr ""
250
 
251
+ #: gallery-plugin.php:945
252
  msgid "Gallery Settings"
253
  msgstr "Настройки на галерията"
254
 
255
+ #: gallery-plugin.php:947
256
+ #: gallery-plugin.php:1314
257
+ #: gallery-plugin.php:1330
258
  msgid "Settings"
259
  msgstr "Настройки"
260
 
261
+ #: gallery-plugin.php:948
262
+ #: gallery-plugin.php:1315
263
  msgid "FAQ"
264
  msgstr "Често задавани въпроси"
265
 
266
+ #: gallery-plugin.php:949
267
  msgid "Go PRO"
268
  msgstr ""
269
 
270
+ #: gallery-plugin.php:954
271
  msgid "Notice:"
272
  msgstr ""
273
 
274
+ #: gallery-plugin.php:954
275
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
276
  msgstr ""
277
 
278
+ #: gallery-plugin.php:955
279
  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:"
280
  msgstr "Ако искате да добавите галерия към ваша страница или пост, просто копирайте и поставете този шорткод в поста или страницата:"
281
 
282
+ #: gallery-plugin.php:957
283
  #, fuzzy
284
  msgid "Please enable JavaScript to use the option to renew images."
285
  msgstr "Моля, активирайте JavaScript, за да можете да качвате файлове."
286
 
287
+ #: gallery-plugin.php:961
288
  msgid "Update images for gallery"
289
  msgstr ""
290
 
291
+ #: gallery-plugin.php:963
292
  #, fuzzy
293
  msgid "Update images"
294
  msgstr "подреди изображенията"
295
 
296
+ #: gallery-plugin.php:968
297
  msgid "Updating images..."
298
  msgstr ""
299
 
300
+ #: gallery-plugin.php:969
301
  #, fuzzy
302
  msgid "No image found"
303
  msgstr "Няма намерена галерия"
304
 
305
+ #: gallery-plugin.php:970
306
  msgid "All images are updated"
307
  msgstr ""
308
 
309
+ #: gallery-plugin.php:971
310
  msgid "Error."
311
  msgstr ""
312
 
313
+ #: gallery-plugin.php:977
314
  msgid "Image size for the album cover"
315
  msgstr "Размер на изображението за корица на албума"
316
 
317
+ #: gallery-plugin.php:979
318
+ #: gallery-plugin.php:987
319
+ #: gallery-plugin.php:1003
320
  msgid "Image size"
321
  msgstr "Размер на изображението"
322
 
323
+ #: gallery-plugin.php:980
324
+ #: gallery-plugin.php:988
325
  msgid "Width (in px)"
326
  msgstr "Ширина (в px)"
327
 
328
+ #: gallery-plugin.php:981
329
+ #: gallery-plugin.php:989
330
  msgid "Height (in px)"
331
  msgstr "Височина (в px)"
332
 
333
+ #: gallery-plugin.php:985
334
  msgid "Gallery image size"
335
  msgstr "Размер на изображението в галерия"
336
 
337
+ #: gallery-plugin.php:993
338
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
339
  msgstr "WordPress ще създава thumbnail с указаните размери, когато качвате нова снимка."
340
 
341
+ #: gallery-plugin.php:1001
342
  msgid "Gallery image size in the lightbox"
343
  msgstr "Размер на изображението за lightbox"
344
 
345
+ #: gallery-plugin.php:1004
346
  msgid "Max width (in px)"
347
  msgstr "Макс. ширина (в px)"
348
 
349
+ #: gallery-plugin.php:1005
350
  msgid "Max height (in px)"
351
  msgstr "Макс. височина (в px)"
352
 
353
+ #: gallery-plugin.php:1006
354
  msgid "Display a full size image in the lightbox"
355
  msgstr "Показване на изображението в пълен размер в lightbox"
356
 
357
+ #: gallery-plugin.php:1010
358
  msgid "Crop position"
359
  msgstr "Позиция за изрязване"
360
 
361
+ #: gallery-plugin.php:1012
362
  msgid "Horizontal"
363
  msgstr "Хоризонтално"
364
 
365
+ #: gallery-plugin.php:1014
366
  msgid "left"
367
  msgstr "ляво"
368
 
369
+ #: gallery-plugin.php:1015
370
+ #: gallery-plugin.php:1022
371
  msgid "center"
372
  msgstr "център"
373
 
374
+ #: gallery-plugin.php:1016
375
  msgid "right"
376
  msgstr "дясно"
377
 
378
+ #: gallery-plugin.php:1019
379
  msgid "Vertical"
380
  msgstr "Вертикално"
381
 
382
+ #: gallery-plugin.php:1021
383
  msgid "top"
384
  msgstr "отгоре"
385
 
386
+ #: gallery-plugin.php:1023
387
  msgid "bottom"
388
  msgstr "отдолу"
389
 
390
+ #: gallery-plugin.php:1028
391
  msgid "Lightbox background"
392
  msgstr "Фон на lightbox"
393
 
394
+ #: gallery-plugin.php:1030
395
  msgid "Default"
396
  msgstr "По подразбиране"
397
 
398
+ #: gallery-plugin.php:1031
399
  msgid "Background transparency (from 0 to 1)"
400
  msgstr "Прозрачност на фона (от 0 до 1)"
401
 
402
+ #: gallery-plugin.php:1033
403
  msgid "Select a background color"
404
  msgstr "Изберете цвят за фон"
405
 
406
+ #: gallery-plugin.php:1035
407
  msgid "Background color"
408
  msgstr "Цвят на фона"
409
 
410
+ #: gallery-plugin.php:1042
411
+ #: gallery-plugin.php:1222
412
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
413
  msgstr ""
414
 
415
+ #: gallery-plugin.php:1049
416
+ #: gallery-plugin.php:1229
417
  msgid "Unlock premium options by upgrading to a PRO version."
418
  msgstr ""
419
 
420
+ #: gallery-plugin.php:1050
421
+ #: gallery-plugin.php:1230
422
+ #: gallery-plugin.php:2049
423
  #, fuzzy
424
  msgid "Learn More"
425
  msgstr "Читати далі"
426
 
427
+ #: gallery-plugin.php:1054
428
+ #: gallery-plugin.php:1234
429
  msgid "Start Your Trial"
430
  msgstr ""
431
 
432
+ #: gallery-plugin.php:1055
433
+ #: gallery-plugin.php:1235
434
+ #: gallery-plugin.php:1289
435
+ #: gallery-plugin.php:1299
436
  msgid "or"
437
  msgstr ""
438
 
439
+ #: gallery-plugin.php:1058
440
+ #: gallery-plugin.php:1238
441
  msgid "Go"
442
  msgstr ""
443
 
444
+ #: gallery-plugin.php:1066
445
  msgid "Images with border"
446
  msgstr "Изображения с рамка"
447
 
448
+ #: gallery-plugin.php:1069
449
  msgid "Border width in px, just numbers"
450
  msgstr "Ширина на рамката в пиксели, само числа"
451
 
452
+ #: gallery-plugin.php:1071
453
+ #: gallery-plugin.php:1073
454
  msgid "Select a border color"
455
  msgstr "Изберете цвят за рамката"
456
 
457
+ #: gallery-plugin.php:1079
458
  msgid "Number of images in the row"
459
  msgstr "Брой изображения на ред"
460
 
461
+ #: gallery-plugin.php:1085
462
  msgid "Start slideshow"
463
  msgstr "Слайдшоу"
464
 
465
+ #: gallery-plugin.php:1091
466
  msgid "Slideshow interval"
467
  msgstr "Интервал за слайдшоу"
468
 
469
+ #: gallery-plugin.php:1097
470
  msgid "Use single lightbox for multiple galleries on one page"
471
  msgstr ""
472
 
473
+ #: gallery-plugin.php:1105
474
  msgid "Attachment ID"
475
  msgstr "ID на изображението"
476
 
477
+ #: gallery-plugin.php:1106
478
  msgid "Image Name"
479
  msgstr "Име на изображението"
480
 
481
+ #: gallery-plugin.php:1108
482
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
483
  msgstr "Ред за сортиране (полето за въвеждане на ред за сортиране в Insert / Upload Media Gallery)"
484
 
485
+ #: gallery-plugin.php:1109
486
  msgid "Random"
487
  msgstr "Произволен"
488
 
489
+ #: gallery-plugin.php:1113
490
  msgid "Sort images"
491
  msgstr "Подреди изображенията"
492
 
493
+ #: gallery-plugin.php:1115
494
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
495
  msgstr "ASC (възходящ ред - 1, 2, 3, а, б, в)"
496
 
497
+ #: gallery-plugin.php:1116
498
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
499
  msgstr "DESC (низходящ ред - 3, 2, 1, в, б, а)"
500
 
501
+ #: gallery-plugin.php:1120
502
  msgid "Display text above the image"
503
  msgstr "Показване на текст над изображението"
504
 
505
+ #: gallery-plugin.php:1122
506
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
507
  msgstr "Не отбелязвайте, ако искате текстът да се показва само в lightbox"
508
 
509
+ #: gallery-plugin.php:1126
510
  msgid "Display the Back link"
511
  msgstr "Показване на линк 'Назад'"
512
 
513
+ #: gallery-plugin.php:1132
514
  msgid "Display the Back link in the shortcode"
515
  msgstr "Показване на линк 'Назад' в шорткода"
516
 
517
+ #: gallery-plugin.php:1138
518
  msgid "The Back link text"
519
  msgstr "Текст за линка 'Назад'"
520
 
521
+ #: gallery-plugin.php:1144
522
  msgid "The Back link URL"
523
  msgstr "URL за линка 'Назад'"
524
 
525
+ #: gallery-plugin.php:1146
526
  msgid "Gallery page (Page with Gallery Template)"
527
  msgstr "Страница с галерия (страница с шаблон 'Gallery Template')"
528
 
529
+ #: gallery-plugin.php:1148
530
  msgid "(Full URL to custom page)"
531
  msgstr "(Пълно URL към произволна страница)"
532
 
533
+ #: gallery-plugin.php:1152
534
  msgid "The Read More link text"
535
  msgstr "Текст за линка 'Прочети повече'"
536
 
537
+ #: gallery-plugin.php:1158
538
  msgid "Add gallery to the search"
539
  msgstr ""
540
 
541
+ #: gallery-plugin.php:1168
542
  msgid "Using"
543
  msgstr ""
544
 
545
+ #: gallery-plugin.php:1168
546
  msgid "powered by"
547
  msgstr ""
548
 
 
549
  #: gallery-plugin.php:1171
550
+ #: gallery-plugin.php:1175
551
  msgid "Using Custom Search powered by"
552
  msgstr ""
553
 
554
+ #: gallery-plugin.php:1171
555
  msgid "Activate Custom Search"
556
  msgstr ""
557
 
558
+ #: gallery-plugin.php:1175
559
  msgid "Download Custom Search"
560
  msgstr ""
561
 
562
+ #: gallery-plugin.php:1185
563
+ msgid "Use pagination for images"
564
+ msgstr ""
565
+
566
+ #: gallery-plugin.php:1188
567
+ msgid "per page"
568
+ msgstr ""
569
+
570
+ #: gallery-plugin.php:1192
571
  msgid "The lightbox helper"
572
  msgstr ""
573
 
574
+ #: gallery-plugin.php:1194
575
  msgid "Do not use"
576
  msgstr ""
577
 
578
+ #: gallery-plugin.php:1195
579
  msgid "Button helper"
580
  msgstr ""
581
 
582
+ #: gallery-plugin.php:1196
583
  msgid "Thumbnail helper"
584
  msgstr ""
585
 
586
+ #: gallery-plugin.php:1200
587
  msgid "Display Like buttons in the lightbox"
588
  msgstr "Показване на Like бутони в lightbox"
589
 
590
+ #: gallery-plugin.php:1202
591
  msgid "FaceBook"
592
  msgstr "FaceBook"
593
 
594
+ #: gallery-plugin.php:1203
595
  msgid "Twitter"
596
  msgstr "Twitter"
597
 
598
+ #: gallery-plugin.php:1204
599
  msgid "Pinterest"
600
  msgstr "Pinterest"
601
 
602
+ #: gallery-plugin.php:1205
603
  msgid "Google +1"
604
  msgstr "Google +1"
605
 
606
+ #: gallery-plugin.php:1209
607
  msgid "Slug for gallery item"
608
  msgstr "Название на елемент от галерията"
609
 
610
+ #: gallery-plugin.php:1211
611
  msgid "for any structure of permalinks except the default structure"
612
  msgstr "за всяка структура от пермалинковете, с изключение на структурата по подразбиране"
613
 
614
+ #: gallery-plugin.php:1215
615
  msgid "Title for lightbox button"
616
  msgstr ""
617
 
618
+ #: gallery-plugin.php:1246
619
  msgid "Save Changes"
620
  msgstr "Съхрани промените"
621
 
622
+ #: gallery-plugin.php:1252
623
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
624
  msgstr ""
625
 
626
+ #: gallery-plugin.php:1253
627
  #, fuzzy
628
  msgid "Rate the plugin"
629
  msgstr "Безкоштовні плагіни"
630
 
631
+ #: gallery-plugin.php:1256
632
  #, fuzzy
633
  msgid "If there is something wrong about it, please contact us"
634
  msgstr "Якщо у вас є ябудь-які питання, будь ласка, зв'яжіться з нами через plugin@bestwebsoft.com або заповніть нашу контактну форму на нашому сайті"
635
 
636
+ #: gallery-plugin.php:1267
637
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
638
  msgstr ""
639
 
640
+ #: gallery-plugin.php:1269
641
  msgid "Please, go to"
642
  msgstr ""
643
 
644
+ #: gallery-plugin.php:1269
645
  #, fuzzy
646
  msgid "the setting page"
647
  msgstr "на страницата с настройки за плъгина ("
648
 
649
+ #: gallery-plugin.php:1270
650
  msgid "You will be redirected automatically in 5 seconds."
651
  msgstr ""
652
 
653
+ #: gallery-plugin.php:1275
654
  msgid "You can download and activate"
655
  msgstr ""
656
 
657
+ #: gallery-plugin.php:1277
658
  msgid "version of this plugin by entering Your license key."
659
  msgstr ""
660
 
661
+ #: gallery-plugin.php:1279
662
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
663
  msgstr ""
664
 
665
+ #: gallery-plugin.php:1281
666
  msgid "(your username is the email you specify when purchasing the product)."
667
  msgstr ""
668
 
669
+ #: gallery-plugin.php:1289
670
+ #: gallery-plugin.php:1299
671
  #, fuzzy
672
  msgid "Activate"
673
  msgstr "Активовані плагіни"
674
 
675
+ #: gallery-plugin.php:1289
676
+ #: gallery-plugin.php:1299
677
  msgid "Start Your Free 7-Day Trial Now"
678
  msgstr ""
679
 
680
+ #: gallery-plugin.php:1316
681
  msgid "Support"
682
  msgstr "Поддръжка"
683
 
684
+ #: gallery-plugin.php:1444
685
+ #: template/gallery-single-template.php:14
686
  msgid "Download high resolution image"
687
  msgstr "Свали изображението в цял размер"
688
 
689
+ #: gallery-plugin.php:1553
690
+ #: template/gallery-single-template.php:77
691
  msgid "Sorry, nothing found."
692
  msgstr "Съжалявам, нищо не е намерено."
693
 
694
+ #: gallery-plugin.php:1575
695
+ #: template/gallery-single-template.php:104
696
  msgid "Image"
697
  msgstr "Изображение"
698
 
699
+ #: gallery-plugin.php:1866
700
  #, fuzzy
701
  msgid "Image size not defined"
702
  msgstr "Размер на изображението"
703
 
704
+ #: gallery-plugin.php:1881
705
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
706
  msgstr ""
707
 
708
+ #: gallery-plugin.php:1892
709
  msgid "Image size changes not defined"
710
  msgstr ""
711
 
712
+ #: gallery-plugin.php:1921
713
+ #: gallery-plugin.php:1924
714
+ #: gallery-plugin.php:1929
715
  msgid "Invalid path"
716
  msgstr ""
717
 
718
+ #: gallery-plugin.php:2052
719
  msgid "It’s time to upgrade your <strong>Gallery plugin</strong> to <strong>PRO</strong> version!"
720
  msgstr ""
721
 
722
+ #: gallery-plugin.php:2053
723
  msgid "Extend standard plugin functionality with new great options"
724
  msgstr ""
725
 
languages/gallery-cs_CZ.mo CHANGED
Binary file
languages/gallery-cs_CZ.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-05-15 17:38+0300\n"
6
- "PO-Revision-Date: 2014-05-15 17:38+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Lagya <lagya@me.com>\n"
9
  "Language: cs\n"
@@ -113,7 +113,7 @@ msgid "Please make a choice"
113
  msgstr "Vyberte volbu"
114
 
115
  #: gallery-plugin.php:374
116
- #: gallery-plugin.php:1099
117
  msgid "Sort images by"
118
  msgstr "Řazení obrázků dle"
119
 
@@ -193,7 +193,7 @@ msgid "Publishing"
193
  msgstr "Vydavatelství"
194
 
195
  #: gallery-plugin.php:641
196
- #: gallery-plugin.php:1103
197
  msgid "Date"
198
  msgstr "Datum"
199
 
@@ -201,12 +201,12 @@ msgstr "Datum"
201
  msgid "Settings are saved"
202
  msgstr "Nastavení uloženo"
203
 
204
- #: gallery-plugin.php:835
205
  #: gallery-plugin.php:874
206
  msgid "Wrong license key"
207
  msgstr ""
208
 
209
- #: gallery-plugin.php:867
210
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
211
  msgstr ""
212
 
@@ -215,488 +215,505 @@ msgid "This license key is bind to another site"
215
  msgstr ""
216
 
217
  #: gallery-plugin.php:878
218
- #: gallery-plugin.php:1281
219
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
220
  msgstr ""
221
 
222
- #: gallery-plugin.php:895
 
 
 
 
 
 
 
 
223
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
224
  msgstr ""
225
 
226
- #: gallery-plugin.php:901
227
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
228
  msgstr ""
229
 
230
- #: gallery-plugin.php:905
231
- #: gallery-plugin.php:914
232
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
233
  msgstr ""
234
 
235
- #: gallery-plugin.php:918
236
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
237
  msgstr ""
238
 
239
- #: gallery-plugin.php:933
240
  msgid "Please, enter Your license key"
241
  msgstr ""
242
 
243
- #: gallery-plugin.php:941
244
  msgid "Gallery Settings"
245
  msgstr "Nastavení galerie"
246
 
247
- #: gallery-plugin.php:943
248
- #: gallery-plugin.php:1304
249
- #: gallery-plugin.php:1320
250
  msgid "Settings"
251
  msgstr "Nastavení"
252
 
253
- #: gallery-plugin.php:944
254
- #: gallery-plugin.php:1305
255
  msgid "FAQ"
256
  msgstr "FAQ "
257
 
258
- #: gallery-plugin.php:945
259
  msgid "Go PRO"
260
  msgstr ""
261
 
262
- #: gallery-plugin.php:950
263
  msgid "Notice:"
264
  msgstr "Poznámka:"
265
 
266
- #: gallery-plugin.php:950
267
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
268
  msgstr "Nastavení pluginu bylo změněno. Nezapomeňte si nastavení uložit kliknutím na tlačítko \"Ulož změny\"."
269
 
270
- #: gallery-plugin.php:951
271
  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:"
272
  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:"
273
 
274
- #: gallery-plugin.php:953
275
  msgid "Please enable JavaScript to use the option to renew images."
276
  msgstr "Povolte JavaScript pro použití možnosti obnovení obrázků."
277
 
278
- #: gallery-plugin.php:957
279
  msgid "Update images for gallery"
280
  msgstr "Aktualizace obrázků galerie"
281
 
282
- #: gallery-plugin.php:959
283
  msgid "Update images"
284
  msgstr "Aktualizace obrázků"
285
 
286
- #: gallery-plugin.php:964
287
  msgid "Updating images..."
288
  msgstr "Aktualizuji obrázky..."
289
 
290
- #: gallery-plugin.php:965
291
  msgid "No image found"
292
  msgstr "Nenalezen žádný obrázek"
293
 
294
- #: gallery-plugin.php:966
295
  msgid "All images are updated"
296
  msgstr "Všechny obrázky jsou aktuální"
297
 
298
- #: gallery-plugin.php:967
299
  msgid "Error."
300
  msgstr "Chyba."
301
 
302
- #: gallery-plugin.php:973
303
  msgid "Image size for the album cover"
304
  msgstr "Velikost obrázku na obalu alba"
305
 
306
- #: gallery-plugin.php:975
307
- #: gallery-plugin.php:983
308
- #: gallery-plugin.php:999
309
  msgid "Image size"
310
  msgstr "Velikost obrázku"
311
 
312
- #: gallery-plugin.php:976
313
- #: gallery-plugin.php:984
314
  msgid "Width (in px)"
315
  msgstr "Šířka (v px)"
316
 
317
- #: gallery-plugin.php:977
318
- #: gallery-plugin.php:985
319
  msgid "Height (in px)"
320
  msgstr "Výška (v px)"
321
 
322
- #: gallery-plugin.php:981
323
  msgid "Gallery image size"
324
  msgstr "Velikost obrázku v galerii"
325
 
326
- #: gallery-plugin.php:989
327
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
328
  msgstr "WordPress se vytvoří novou miniaturu se zadanými rozměry, když nahrajete novou fotku."
329
 
330
- #: gallery-plugin.php:997
331
  msgid "Gallery image size in the lightbox"
332
  msgstr "Velikost obrazu v Lightboxu"
333
 
334
- #: gallery-plugin.php:1000
335
  msgid "Max width (in px)"
336
  msgstr "Max. šířka (v px)"
337
 
338
- #: gallery-plugin.php:1001
339
  msgid "Max height (in px)"
340
  msgstr "Max. výška (v px)"
341
 
342
- #: gallery-plugin.php:1002
343
  msgid "Display a full size image in the lightbox"
344
  msgstr "Zobrazení obrázku v plné velikosti v lightboxu"
345
 
346
- #: gallery-plugin.php:1006
347
  msgid "Crop position"
348
  msgstr "Pozice ořezu"
349
 
350
- #: gallery-plugin.php:1008
351
  msgid "Horizontal"
352
  msgstr "Horizontálně"
353
 
354
- #: gallery-plugin.php:1010
355
  msgid "left"
356
  msgstr "vlevo"
357
 
358
- #: gallery-plugin.php:1011
359
- #: gallery-plugin.php:1018
360
  msgid "center"
361
  msgstr "střed"
362
 
363
- #: gallery-plugin.php:1012
364
  msgid "right"
365
  msgstr "vpravo"
366
 
367
- #: gallery-plugin.php:1015
368
  msgid "Vertical"
369
  msgstr "Vertikálně"
370
 
371
- #: gallery-plugin.php:1017
372
  msgid "top"
373
  msgstr "nahoře"
374
 
375
- #: gallery-plugin.php:1019
376
  msgid "bottom"
377
  msgstr "dole"
378
 
379
- #: gallery-plugin.php:1024
380
  msgid "Lightbox background"
381
  msgstr "Pozadí Lightboxu"
382
 
383
- #: gallery-plugin.php:1026
384
  msgid "Default"
385
  msgstr "Výchozí"
386
 
387
- #: gallery-plugin.php:1027
388
  msgid "Background transparency (from 0 to 1)"
389
  msgstr "Průhlednost pozadí (od 0 do 1)"
390
 
391
- #: gallery-plugin.php:1029
392
  msgid "Select a background color"
393
  msgstr "Vyberte barvu pozadí"
394
 
395
- #: gallery-plugin.php:1031
396
  msgid "Background color"
397
  msgstr "Barva pozadí"
398
 
399
- #: gallery-plugin.php:1038
400
- #: gallery-plugin.php:1211
401
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
402
  msgstr "Pokud jste upgradovali na verzi Pro, všechna vaše nastavení a galerie se uloží."
403
 
404
- #: gallery-plugin.php:1045
405
- #: gallery-plugin.php:1218
406
  msgid "Unlock premium options by upgrading to a PRO version."
407
  msgstr ""
408
 
409
- #: gallery-plugin.php:1046
410
- #: gallery-plugin.php:1219
411
- #: gallery-plugin.php:2039
412
  msgid "Learn More"
413
  msgstr "Dozvědět se více"
414
 
415
- #: gallery-plugin.php:1050
416
- #: gallery-plugin.php:1223
417
  msgid "Start Your Trial"
418
  msgstr ""
419
 
420
- #: gallery-plugin.php:1051
421
- #: gallery-plugin.php:1224
422
- #: gallery-plugin.php:1278
423
- #: gallery-plugin.php:1288
424
  msgid "or"
425
  msgstr ""
426
 
427
- #: gallery-plugin.php:1054
428
- #: gallery-plugin.php:1227
429
  msgid "Go"
430
  msgstr ""
431
 
432
- #: gallery-plugin.php:1062
433
  msgid "Images with border"
434
  msgstr "Obrázek s okrajem"
435
 
436
- #: gallery-plugin.php:1065
437
  msgid "Border width in px, just numbers"
438
  msgstr "Šířka okraje v px, jen čísla"
439
 
440
- #: gallery-plugin.php:1067
441
- #: gallery-plugin.php:1069
442
  msgid "Select a border color"
443
  msgstr "Vyber barvu okraje"
444
 
445
- #: gallery-plugin.php:1075
446
  msgid "Number of images in the row"
447
  msgstr "Počet snímků na řádku"
448
 
449
- #: gallery-plugin.php:1081
450
  msgid "Start slideshow"
451
  msgstr "Spustit prezentaci"
452
 
453
- #: gallery-plugin.php:1087
454
  msgid "Slideshow interval"
455
  msgstr "Interval prezentace"
456
 
457
- #: gallery-plugin.php:1093
458
  msgid "Use single lightbox for multiple galleries on one page"
459
  msgstr "Použijte jeden Lightbox pro více galerií na jedné stránce"
460
 
461
- #: gallery-plugin.php:1101
462
  msgid "Attachment ID"
463
  msgstr "ID přílohy"
464
 
465
- #: gallery-plugin.php:1102
466
  msgid "Image Name"
467
  msgstr "Název obrázku"
468
 
469
- #: gallery-plugin.php:1104
470
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
471
  msgstr "Řazení objednávky (vstupní pole pro třídění pořadí v dialogovém okně Insert / upload Media Gallery)"
472
 
473
- #: gallery-plugin.php:1105
474
  msgid "Random"
475
  msgstr "Náhodně"
476
 
477
- #: gallery-plugin.php:1109
478
  msgid "Sort images"
479
  msgstr "Řadit obrázky"
480
 
481
- #: gallery-plugin.php:1111
482
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
483
  msgstr "ASC (řadit vzestupně od nejnižší k nejvyšší hodnotě - 1, 2, 3, a, b, c)"
484
 
485
- #: gallery-plugin.php:1112
486
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
487
  msgstr "DESC (řadit sestupně od nejvyšší po nejnižší hodnotu - 3, 2, 1, c, b, a)"
488
 
489
- #: gallery-plugin.php:1116
490
  msgid "Display text above the image"
491
  msgstr "Zobrazený text nad obrázkem"
492
 
493
- #: gallery-plugin.php:1118
494
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
495
  msgstr "Vypněte políčko, chcete-li zobrazit text pouze v Lightboxu"
496
 
497
- #: gallery-plugin.php:1122
498
  msgid "Display the Back link"
499
  msgstr "Zobrazit odkaz Zpět"
500
 
501
- #: gallery-plugin.php:1128
502
  msgid "Display the Back link in the shortcode"
503
  msgstr "Zobrazit odkaz Zpět na zkrácený kód"
504
 
505
- #: gallery-plugin.php:1134
506
  msgid "The Back link text"
507
  msgstr "Text odkazu Zpět"
508
 
509
- #: gallery-plugin.php:1140
510
  msgid "The Back link URL"
511
  msgstr "URL odkazu Zpět "
512
 
513
- #: gallery-plugin.php:1142
514
  msgid "Gallery page (Page with Gallery Template)"
515
  msgstr "Stránka Galerie (stránka šablony)"
516
 
517
- #: gallery-plugin.php:1144
518
  msgid "(Full URL to custom page)"
519
  msgstr "(celá URL na vlastní stránku)"
520
 
521
- #: gallery-plugin.php:1148
522
  msgid "The Read More link text"
523
  msgstr "Text odkazu Čtěte více"
524
 
525
- #: gallery-plugin.php:1154
526
  msgid "Add gallery to the search"
527
  msgstr "Přidat galerii do vyhledávání"
528
 
529
- #: gallery-plugin.php:1164
530
  msgid "Using"
531
  msgstr ""
532
 
533
- #: gallery-plugin.php:1164
534
  msgid "powered by"
535
  msgstr ""
536
 
537
- #: gallery-plugin.php:1167
538
  #: gallery-plugin.php:1171
 
539
  msgid "Using Custom Search powered by"
540
  msgstr "Použití Custom Search powered by"
541
 
542
- #: gallery-plugin.php:1167
543
  msgid "Activate Custom Search"
544
  msgstr "Povolení Custom Search"
545
 
546
- #: gallery-plugin.php:1171
547
  msgid "Download Custom Search"
548
  msgstr "Stáhněte Custom Search"
549
 
550
- #: gallery-plugin.php:1181
 
 
 
 
 
 
 
 
 
551
  msgid "The lightbox helper"
552
  msgstr ""
553
 
554
- #: gallery-plugin.php:1183
555
  msgid "Do not use"
556
  msgstr ""
557
 
558
- #: gallery-plugin.php:1184
559
  msgid "Button helper"
560
  msgstr ""
561
 
562
- #: gallery-plugin.php:1185
563
  msgid "Thumbnail helper"
564
  msgstr ""
565
 
566
- #: gallery-plugin.php:1189
567
  msgid "Display Like buttons in the lightbox"
568
  msgstr "Zobrazit tlačítka Like v Lightboxu"
569
 
570
- #: gallery-plugin.php:1191
571
  msgid "FaceBook"
572
  msgstr "FaceBook"
573
 
574
- #: gallery-plugin.php:1192
575
  msgid "Twitter"
576
  msgstr "Twitter"
577
 
578
- #: gallery-plugin.php:1193
579
  msgid "Pinterest"
580
  msgstr "Pinterest"
581
 
582
- #: gallery-plugin.php:1194
583
  msgid "Google +1"
584
  msgstr "Google +1"
585
 
586
- #: gallery-plugin.php:1198
587
  msgid "Slug for gallery item"
588
  msgstr "Jména pro galerii"
589
 
590
- #: gallery-plugin.php:1200
591
  msgid "for any structure of permalinks except the default structure"
592
  msgstr "pro všechny struktury permalinks kromě výchozí struktury"
593
 
594
- #: gallery-plugin.php:1204
595
  msgid "Title for lightbox button"
596
  msgstr ""
597
 
598
- #: gallery-plugin.php:1235
599
  msgid "Save Changes"
600
  msgstr "Ulož změny"
601
 
602
- #: gallery-plugin.php:1241
603
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
604
  msgstr "Pokud jste spokojeni s naším pluginem, dejte mu prosím 5 hvězd na WordPressu"
605
 
606
- #: gallery-plugin.php:1242
607
  msgid "Rate the plugin"
608
  msgstr "Ohodnoťte plugin"
609
 
610
- #: gallery-plugin.php:1245
611
  msgid "If there is something wrong about it, please contact us"
612
  msgstr "Pokud je něco špatně kontaktujte nás prosím"
613
 
614
- #: gallery-plugin.php:1256
615
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
616
  msgstr ""
617
 
618
- #: gallery-plugin.php:1258
619
  msgid "Please, go to"
620
  msgstr ""
621
 
622
- #: gallery-plugin.php:1258
623
  #, fuzzy
624
  msgid "the setting page"
625
  msgstr "na stránce pluginu ("
626
 
627
- #: gallery-plugin.php:1259
628
  msgid "You will be redirected automatically in 5 seconds."
629
  msgstr ""
630
 
631
- #: gallery-plugin.php:1264
632
  msgid "You can download and activate"
633
  msgstr ""
634
 
635
- #: gallery-plugin.php:1266
636
  msgid "version of this plugin by entering Your license key."
637
  msgstr ""
638
 
639
- #: gallery-plugin.php:1268
640
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
641
  msgstr ""
642
 
643
- #: gallery-plugin.php:1270
644
  msgid "(your username is the email you specify when purchasing the product)."
645
  msgstr ""
646
 
647
- #: gallery-plugin.php:1278
648
- #: gallery-plugin.php:1288
649
  #, fuzzy
650
  msgid "Activate"
651
  msgstr "Активовані плагіни"
652
 
653
- #: gallery-plugin.php:1278
654
- #: gallery-plugin.php:1288
655
  msgid "Start Your Free 7-Day Trial Now"
656
  msgstr ""
657
 
658
- #: gallery-plugin.php:1306
659
  msgid "Support"
660
  msgstr "Podpora"
661
 
662
- #: gallery-plugin.php:1434
663
- #: template/gallery-single-template.php:13
664
  msgid "Download high resolution image"
665
  msgstr "Stáhnout obrázek ve vysokém rozlišení"
666
 
667
- #: gallery-plugin.php:1543
668
- #: template/gallery-single-template.php:76
669
  msgid "Sorry, nothing found."
670
  msgstr "Ups, nic nenalezeno"
671
 
672
- #: gallery-plugin.php:1565
673
- #: template/gallery-single-template.php:102
674
  msgid "Image"
675
  msgstr "Obrázek"
676
 
677
- #: gallery-plugin.php:1856
678
  msgid "Image size not defined"
679
  msgstr "Velikost obrázku není definována"
680
 
681
- #: gallery-plugin.php:1871
682
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
683
  msgstr "Můžeme aktualizovat pouze PNG, JPEG, GIF, WPMP nebo XBM soubory. Ostatní musíte nahrát ručně."
684
 
685
- #: gallery-plugin.php:1882
686
  msgid "Image size changes not defined"
687
  msgstr "Změna velikosti obrázku není definována"
688
 
689
- #: gallery-plugin.php:1911
690
- #: gallery-plugin.php:1914
691
- #: gallery-plugin.php:1919
692
  msgid "Invalid path"
693
  msgstr "Špatná cesta"
694
 
695
- #: gallery-plugin.php:2042
696
  msgid "It’s time to upgrade your <strong>Gallery plugin</strong> to <strong>PRO</strong> version!"
697
  msgstr "Je čas na upgrade svého <strong>Gallery plugin</strong> na <strong>PRO</strong> verzi!"
698
 
699
- #: gallery-plugin.php:2043
700
  #, fuzzy
701
  msgid "Extend standard plugin functionality with new great options"
702
  msgstr "Rozšíření standardní funkce pluginů s novými velkými možnostmi."
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-11 11:53+0300\n"
6
+ "PO-Revision-Date: 2014-07-11 11:53+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Lagya <lagya@me.com>\n"
9
  "Language: cs\n"
113
  msgstr "Vyberte volbu"
114
 
115
  #: gallery-plugin.php:374
116
+ #: gallery-plugin.php:1103
117
  msgid "Sort images by"
118
  msgstr "Řazení obrázků dle"
119
 
193
  msgstr "Vydavatelství"
194
 
195
  #: gallery-plugin.php:641
196
+ #: gallery-plugin.php:1107
197
  msgid "Date"
198
  msgstr "Datum"
199
 
201
  msgid "Settings are saved"
202
  msgstr "Nastavení uloženo"
203
 
204
+ #: gallery-plugin.php:834
205
  #: gallery-plugin.php:874
206
  msgid "Wrong license key"
207
  msgstr ""
208
 
209
+ #: gallery-plugin.php:866
210
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
211
  msgstr ""
212
 
215
  msgstr ""
216
 
217
  #: gallery-plugin.php:878
218
+ #: gallery-plugin.php:1292
219
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
220
  msgstr ""
221
 
222
+ #: gallery-plugin.php:880
223
+ msgid "This license key is valid, but your license has expired."
224
+ msgstr ""
225
+
226
+ #: gallery-plugin.php:882
227
+ msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
228
+ msgstr ""
229
+
230
+ #: gallery-plugin.php:899
231
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
232
  msgstr ""
233
 
234
+ #: gallery-plugin.php:905
235
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
236
  msgstr ""
237
 
238
+ #: gallery-plugin.php:909
239
+ #: gallery-plugin.php:918
240
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
241
  msgstr ""
242
 
243
+ #: gallery-plugin.php:922
244
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
245
  msgstr ""
246
 
247
+ #: gallery-plugin.php:937
248
  msgid "Please, enter Your license key"
249
  msgstr ""
250
 
251
+ #: gallery-plugin.php:945
252
  msgid "Gallery Settings"
253
  msgstr "Nastavení galerie"
254
 
255
+ #: gallery-plugin.php:947
256
+ #: gallery-plugin.php:1314
257
+ #: gallery-plugin.php:1330
258
  msgid "Settings"
259
  msgstr "Nastavení"
260
 
261
+ #: gallery-plugin.php:948
262
+ #: gallery-plugin.php:1315
263
  msgid "FAQ"
264
  msgstr "FAQ "
265
 
266
+ #: gallery-plugin.php:949
267
  msgid "Go PRO"
268
  msgstr ""
269
 
270
+ #: gallery-plugin.php:954
271
  msgid "Notice:"
272
  msgstr "Poznámka:"
273
 
274
+ #: gallery-plugin.php:954
275
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
276
  msgstr "Nastavení pluginu bylo změněno. Nezapomeňte si nastavení uložit kliknutím na tlačítko \"Ulož změny\"."
277
 
278
+ #: gallery-plugin.php:955
279
  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:"
280
  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:"
281
 
282
+ #: gallery-plugin.php:957
283
  msgid "Please enable JavaScript to use the option to renew images."
284
  msgstr "Povolte JavaScript pro použití možnosti obnovení obrázků."
285
 
286
+ #: gallery-plugin.php:961
287
  msgid "Update images for gallery"
288
  msgstr "Aktualizace obrázků galerie"
289
 
290
+ #: gallery-plugin.php:963
291
  msgid "Update images"
292
  msgstr "Aktualizace obrázků"
293
 
294
+ #: gallery-plugin.php:968
295
  msgid "Updating images..."
296
  msgstr "Aktualizuji obrázky..."
297
 
298
+ #: gallery-plugin.php:969
299
  msgid "No image found"
300
  msgstr "Nenalezen žádný obrázek"
301
 
302
+ #: gallery-plugin.php:970
303
  msgid "All images are updated"
304
  msgstr "Všechny obrázky jsou aktuální"
305
 
306
+ #: gallery-plugin.php:971
307
  msgid "Error."
308
  msgstr "Chyba."
309
 
310
+ #: gallery-plugin.php:977
311
  msgid "Image size for the album cover"
312
  msgstr "Velikost obrázku na obalu alba"
313
 
314
+ #: gallery-plugin.php:979
315
+ #: gallery-plugin.php:987
316
+ #: gallery-plugin.php:1003
317
  msgid "Image size"
318
  msgstr "Velikost obrázku"
319
 
320
+ #: gallery-plugin.php:980
321
+ #: gallery-plugin.php:988
322
  msgid "Width (in px)"
323
  msgstr "Šířka (v px)"
324
 
325
+ #: gallery-plugin.php:981
326
+ #: gallery-plugin.php:989
327
  msgid "Height (in px)"
328
  msgstr "Výška (v px)"
329
 
330
+ #: gallery-plugin.php:985
331
  msgid "Gallery image size"
332
  msgstr "Velikost obrázku v galerii"
333
 
334
+ #: gallery-plugin.php:993
335
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
336
  msgstr "WordPress se vytvoří novou miniaturu se zadanými rozměry, když nahrajete novou fotku."
337
 
338
+ #: gallery-plugin.php:1001
339
  msgid "Gallery image size in the lightbox"
340
  msgstr "Velikost obrazu v Lightboxu"
341
 
342
+ #: gallery-plugin.php:1004
343
  msgid "Max width (in px)"
344
  msgstr "Max. šířka (v px)"
345
 
346
+ #: gallery-plugin.php:1005
347
  msgid "Max height (in px)"
348
  msgstr "Max. výška (v px)"
349
 
350
+ #: gallery-plugin.php:1006
351
  msgid "Display a full size image in the lightbox"
352
  msgstr "Zobrazení obrázku v plné velikosti v lightboxu"
353
 
354
+ #: gallery-plugin.php:1010
355
  msgid "Crop position"
356
  msgstr "Pozice ořezu"
357
 
358
+ #: gallery-plugin.php:1012
359
  msgid "Horizontal"
360
  msgstr "Horizontálně"
361
 
362
+ #: gallery-plugin.php:1014
363
  msgid "left"
364
  msgstr "vlevo"
365
 
366
+ #: gallery-plugin.php:1015
367
+ #: gallery-plugin.php:1022
368
  msgid "center"
369
  msgstr "střed"
370
 
371
+ #: gallery-plugin.php:1016
372
  msgid "right"
373
  msgstr "vpravo"
374
 
375
+ #: gallery-plugin.php:1019
376
  msgid "Vertical"
377
  msgstr "Vertikálně"
378
 
379
+ #: gallery-plugin.php:1021
380
  msgid "top"
381
  msgstr "nahoře"
382
 
383
+ #: gallery-plugin.php:1023
384
  msgid "bottom"
385
  msgstr "dole"
386
 
387
+ #: gallery-plugin.php:1028
388
  msgid "Lightbox background"
389
  msgstr "Pozadí Lightboxu"
390
 
391
+ #: gallery-plugin.php:1030
392
  msgid "Default"
393
  msgstr "Výchozí"
394
 
395
+ #: gallery-plugin.php:1031
396
  msgid "Background transparency (from 0 to 1)"
397
  msgstr "Průhlednost pozadí (od 0 do 1)"
398
 
399
+ #: gallery-plugin.php:1033
400
  msgid "Select a background color"
401
  msgstr "Vyberte barvu pozadí"
402
 
403
+ #: gallery-plugin.php:1035
404
  msgid "Background color"
405
  msgstr "Barva pozadí"
406
 
407
+ #: gallery-plugin.php:1042
408
+ #: gallery-plugin.php:1222
409
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
410
  msgstr "Pokud jste upgradovali na verzi Pro, všechna vaše nastavení a galerie se uloží."
411
 
412
+ #: gallery-plugin.php:1049
413
+ #: gallery-plugin.php:1229
414
  msgid "Unlock premium options by upgrading to a PRO version."
415
  msgstr ""
416
 
417
+ #: gallery-plugin.php:1050
418
+ #: gallery-plugin.php:1230
419
+ #: gallery-plugin.php:2049
420
  msgid "Learn More"
421
  msgstr "Dozvědět se více"
422
 
423
+ #: gallery-plugin.php:1054
424
+ #: gallery-plugin.php:1234
425
  msgid "Start Your Trial"
426
  msgstr ""
427
 
428
+ #: gallery-plugin.php:1055
429
+ #: gallery-plugin.php:1235
430
+ #: gallery-plugin.php:1289
431
+ #: gallery-plugin.php:1299
432
  msgid "or"
433
  msgstr ""
434
 
435
+ #: gallery-plugin.php:1058
436
+ #: gallery-plugin.php:1238
437
  msgid "Go"
438
  msgstr ""
439
 
440
+ #: gallery-plugin.php:1066
441
  msgid "Images with border"
442
  msgstr "Obrázek s okrajem"
443
 
444
+ #: gallery-plugin.php:1069
445
  msgid "Border width in px, just numbers"
446
  msgstr "Šířka okraje v px, jen čísla"
447
 
448
+ #: gallery-plugin.php:1071
449
+ #: gallery-plugin.php:1073
450
  msgid "Select a border color"
451
  msgstr "Vyber barvu okraje"
452
 
453
+ #: gallery-plugin.php:1079
454
  msgid "Number of images in the row"
455
  msgstr "Počet snímků na řádku"
456
 
457
+ #: gallery-plugin.php:1085
458
  msgid "Start slideshow"
459
  msgstr "Spustit prezentaci"
460
 
461
+ #: gallery-plugin.php:1091
462
  msgid "Slideshow interval"
463
  msgstr "Interval prezentace"
464
 
465
+ #: gallery-plugin.php:1097
466
  msgid "Use single lightbox for multiple galleries on one page"
467
  msgstr "Použijte jeden Lightbox pro více galerií na jedné stránce"
468
 
469
+ #: gallery-plugin.php:1105
470
  msgid "Attachment ID"
471
  msgstr "ID přílohy"
472
 
473
+ #: gallery-plugin.php:1106
474
  msgid "Image Name"
475
  msgstr "Název obrázku"
476
 
477
+ #: gallery-plugin.php:1108
478
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
479
  msgstr "Řazení objednávky (vstupní pole pro třídění pořadí v dialogovém okně Insert / upload Media Gallery)"
480
 
481
+ #: gallery-plugin.php:1109
482
  msgid "Random"
483
  msgstr "Náhodně"
484
 
485
+ #: gallery-plugin.php:1113
486
  msgid "Sort images"
487
  msgstr "Řadit obrázky"
488
 
489
+ #: gallery-plugin.php:1115
490
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
491
  msgstr "ASC (řadit vzestupně od nejnižší k nejvyšší hodnotě - 1, 2, 3, a, b, c)"
492
 
493
+ #: gallery-plugin.php:1116
494
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
495
  msgstr "DESC (řadit sestupně od nejvyšší po nejnižší hodnotu - 3, 2, 1, c, b, a)"
496
 
497
+ #: gallery-plugin.php:1120
498
  msgid "Display text above the image"
499
  msgstr "Zobrazený text nad obrázkem"
500
 
501
+ #: gallery-plugin.php:1122
502
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
503
  msgstr "Vypněte políčko, chcete-li zobrazit text pouze v Lightboxu"
504
 
505
+ #: gallery-plugin.php:1126
506
  msgid "Display the Back link"
507
  msgstr "Zobrazit odkaz Zpět"
508
 
509
+ #: gallery-plugin.php:1132
510
  msgid "Display the Back link in the shortcode"
511
  msgstr "Zobrazit odkaz Zpět na zkrácený kód"
512
 
513
+ #: gallery-plugin.php:1138
514
  msgid "The Back link text"
515
  msgstr "Text odkazu Zpět"
516
 
517
+ #: gallery-plugin.php:1144
518
  msgid "The Back link URL"
519
  msgstr "URL odkazu Zpět "
520
 
521
+ #: gallery-plugin.php:1146
522
  msgid "Gallery page (Page with Gallery Template)"
523
  msgstr "Stránka Galerie (stránka šablony)"
524
 
525
+ #: gallery-plugin.php:1148
526
  msgid "(Full URL to custom page)"
527
  msgstr "(celá URL na vlastní stránku)"
528
 
529
+ #: gallery-plugin.php:1152
530
  msgid "The Read More link text"
531
  msgstr "Text odkazu Čtěte více"
532
 
533
+ #: gallery-plugin.php:1158
534
  msgid "Add gallery to the search"
535
  msgstr "Přidat galerii do vyhledávání"
536
 
537
+ #: gallery-plugin.php:1168
538
  msgid "Using"
539
  msgstr ""
540
 
541
+ #: gallery-plugin.php:1168
542
  msgid "powered by"
543
  msgstr ""
544
 
 
545
  #: gallery-plugin.php:1171
546
+ #: gallery-plugin.php:1175
547
  msgid "Using Custom Search powered by"
548
  msgstr "Použití Custom Search powered by"
549
 
550
+ #: gallery-plugin.php:1171
551
  msgid "Activate Custom Search"
552
  msgstr "Povolení Custom Search"
553
 
554
+ #: gallery-plugin.php:1175
555
  msgid "Download Custom Search"
556
  msgstr "Stáhněte Custom Search"
557
 
558
+ #: gallery-plugin.php:1185
559
+ #, fuzzy
560
+ msgid "Use pagination for images"
561
+ msgstr "Aktualizuji obrázky..."
562
+
563
+ #: gallery-plugin.php:1188
564
+ msgid "per page"
565
+ msgstr ""
566
+
567
+ #: gallery-plugin.php:1192
568
  msgid "The lightbox helper"
569
  msgstr ""
570
 
571
+ #: gallery-plugin.php:1194
572
  msgid "Do not use"
573
  msgstr ""
574
 
575
+ #: gallery-plugin.php:1195
576
  msgid "Button helper"
577
  msgstr ""
578
 
579
+ #: gallery-plugin.php:1196
580
  msgid "Thumbnail helper"
581
  msgstr ""
582
 
583
+ #: gallery-plugin.php:1200
584
  msgid "Display Like buttons in the lightbox"
585
  msgstr "Zobrazit tlačítka Like v Lightboxu"
586
 
587
+ #: gallery-plugin.php:1202
588
  msgid "FaceBook"
589
  msgstr "FaceBook"
590
 
591
+ #: gallery-plugin.php:1203
592
  msgid "Twitter"
593
  msgstr "Twitter"
594
 
595
+ #: gallery-plugin.php:1204
596
  msgid "Pinterest"
597
  msgstr "Pinterest"
598
 
599
+ #: gallery-plugin.php:1205
600
  msgid "Google +1"
601
  msgstr "Google +1"
602
 
603
+ #: gallery-plugin.php:1209
604
  msgid "Slug for gallery item"
605
  msgstr "Jména pro galerii"
606
 
607
+ #: gallery-plugin.php:1211
608
  msgid "for any structure of permalinks except the default structure"
609
  msgstr "pro všechny struktury permalinks kromě výchozí struktury"
610
 
611
+ #: gallery-plugin.php:1215
612
  msgid "Title for lightbox button"
613
  msgstr ""
614
 
615
+ #: gallery-plugin.php:1246
616
  msgid "Save Changes"
617
  msgstr "Ulož změny"
618
 
619
+ #: gallery-plugin.php:1252
620
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
621
  msgstr "Pokud jste spokojeni s naším pluginem, dejte mu prosím 5 hvězd na WordPressu"
622
 
623
+ #: gallery-plugin.php:1253
624
  msgid "Rate the plugin"
625
  msgstr "Ohodnoťte plugin"
626
 
627
+ #: gallery-plugin.php:1256
628
  msgid "If there is something wrong about it, please contact us"
629
  msgstr "Pokud je něco špatně kontaktujte nás prosím"
630
 
631
+ #: gallery-plugin.php:1267
632
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
633
  msgstr ""
634
 
635
+ #: gallery-plugin.php:1269
636
  msgid "Please, go to"
637
  msgstr ""
638
 
639
+ #: gallery-plugin.php:1269
640
  #, fuzzy
641
  msgid "the setting page"
642
  msgstr "na stránce pluginu ("
643
 
644
+ #: gallery-plugin.php:1270
645
  msgid "You will be redirected automatically in 5 seconds."
646
  msgstr ""
647
 
648
+ #: gallery-plugin.php:1275
649
  msgid "You can download and activate"
650
  msgstr ""
651
 
652
+ #: gallery-plugin.php:1277
653
  msgid "version of this plugin by entering Your license key."
654
  msgstr ""
655
 
656
+ #: gallery-plugin.php:1279
657
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
658
  msgstr ""
659
 
660
+ #: gallery-plugin.php:1281
661
  msgid "(your username is the email you specify when purchasing the product)."
662
  msgstr ""
663
 
664
+ #: gallery-plugin.php:1289
665
+ #: gallery-plugin.php:1299
666
  #, fuzzy
667
  msgid "Activate"
668
  msgstr "Активовані плагіни"
669
 
670
+ #: gallery-plugin.php:1289
671
+ #: gallery-plugin.php:1299
672
  msgid "Start Your Free 7-Day Trial Now"
673
  msgstr ""
674
 
675
+ #: gallery-plugin.php:1316
676
  msgid "Support"
677
  msgstr "Podpora"
678
 
679
+ #: gallery-plugin.php:1444
680
+ #: template/gallery-single-template.php:14
681
  msgid "Download high resolution image"
682
  msgstr "Stáhnout obrázek ve vysokém rozlišení"
683
 
684
+ #: gallery-plugin.php:1553
685
+ #: template/gallery-single-template.php:77
686
  msgid "Sorry, nothing found."
687
  msgstr "Ups, nic nenalezeno"
688
 
689
+ #: gallery-plugin.php:1575
690
+ #: template/gallery-single-template.php:104
691
  msgid "Image"
692
  msgstr "Obrázek"
693
 
694
+ #: gallery-plugin.php:1866
695
  msgid "Image size not defined"
696
  msgstr "Velikost obrázku není definována"
697
 
698
+ #: gallery-plugin.php:1881
699
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
700
  msgstr "Můžeme aktualizovat pouze PNG, JPEG, GIF, WPMP nebo XBM soubory. Ostatní musíte nahrát ručně."
701
 
702
+ #: gallery-plugin.php:1892
703
  msgid "Image size changes not defined"
704
  msgstr "Změna velikosti obrázku není definována"
705
 
706
+ #: gallery-plugin.php:1921
707
+ #: gallery-plugin.php:1924
708
+ #: gallery-plugin.php:1929
709
  msgid "Invalid path"
710
  msgstr "Špatná cesta"
711
 
712
+ #: gallery-plugin.php:2052
713
  msgid "It’s time to upgrade your <strong>Gallery plugin</strong> to <strong>PRO</strong> version!"
714
  msgstr "Je čas na upgrade svého <strong>Gallery plugin</strong> na <strong>PRO</strong> verzi!"
715
 
716
+ #: gallery-plugin.php:2053
717
  #, fuzzy
718
  msgid "Extend standard plugin functionality with new great options"
719
  msgstr "Rozšíření standardní funkce pluginů s novými velkými možnostmi."
languages/gallery-de_DE.mo CHANGED
Binary file
languages/gallery-de_DE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-05-15 17:38+0300\n"
6
- "PO-Revision-Date: 2014-05-15 17:38+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"
@@ -113,7 +113,7 @@ msgid "Please make a choice"
113
  msgstr "Bitte auswählen"
114
 
115
  #: gallery-plugin.php:374
116
- #: gallery-plugin.php:1099
117
  msgid "Sort images by"
118
  msgstr "Sortieren nach"
119
 
@@ -193,7 +193,7 @@ msgid "Publishing"
193
  msgstr "Veröffentlichen"
194
 
195
  #: gallery-plugin.php:641
196
- #: gallery-plugin.php:1103
197
  msgid "Date"
198
  msgstr "Datum"
199
 
@@ -201,12 +201,12 @@ msgstr "Datum"
201
  msgid "Settings are saved"
202
  msgstr "Einstellungen gespeichert."
203
 
204
- #: gallery-plugin.php:835
205
  #: gallery-plugin.php:874
206
  msgid "Wrong license key"
207
  msgstr ""
208
 
209
- #: gallery-plugin.php:867
210
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
211
  msgstr ""
212
 
@@ -215,495 +215,511 @@ msgid "This license key is bind to another site"
215
  msgstr ""
216
 
217
  #: gallery-plugin.php:878
218
- #: gallery-plugin.php:1281
219
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
220
  msgstr ""
221
 
222
- #: gallery-plugin.php:895
 
 
 
 
 
 
 
 
223
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
224
  msgstr ""
225
 
226
- #: gallery-plugin.php:901
227
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
228
  msgstr ""
229
 
230
- #: gallery-plugin.php:905
231
- #: gallery-plugin.php:914
232
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
233
  msgstr ""
234
 
235
- #: gallery-plugin.php:918
236
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
237
  msgstr ""
238
 
239
- #: gallery-plugin.php:933
240
  msgid "Please, enter Your license key"
241
  msgstr ""
242
 
243
- #: gallery-plugin.php:941
244
  msgid "Gallery Settings"
245
  msgstr "Galerie Einstellungen"
246
 
247
- #: gallery-plugin.php:943
248
- #: gallery-plugin.php:1304
249
- #: gallery-plugin.php:1320
250
  msgid "Settings"
251
  msgstr "Einstellungen"
252
 
253
- #: gallery-plugin.php:944
254
- #: gallery-plugin.php:1305
255
  msgid "FAQ"
256
  msgstr "FAQ"
257
 
258
- #: gallery-plugin.php:945
259
  msgid "Go PRO"
260
  msgstr ""
261
 
262
- #: gallery-plugin.php:950
263
  msgid "Notice:"
264
  msgstr ""
265
 
266
- #: gallery-plugin.php:950
267
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
268
  msgstr ""
269
 
270
- #: gallery-plugin.php:951
271
  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:"
272
  msgstr "Zum Einfügen einer Galerie füge diesen Shortcode in eine Seite oder einen Beitrag ein:"
273
 
274
- #: gallery-plugin.php:953
275
  #, fuzzy
276
  msgid "Please enable JavaScript to use the option to renew images."
277
  msgstr "Please enable JavaScript um den File-Uploader zu benutzen."
278
 
279
- #: gallery-plugin.php:957
280
  msgid "Update images for gallery"
281
  msgstr ""
282
 
283
- #: gallery-plugin.php:959
284
  #, fuzzy
285
  msgid "Update images"
286
  msgstr "Reihenfolge Bilder"
287
 
288
- #: gallery-plugin.php:964
289
  msgid "Updating images..."
290
  msgstr ""
291
 
292
- #: gallery-plugin.php:965
293
  #, fuzzy
294
  msgid "No image found"
295
  msgstr "Keine Galerien gefunden"
296
 
297
- #: gallery-plugin.php:966
298
  msgid "All images are updated"
299
  msgstr ""
300
 
301
- #: gallery-plugin.php:967
302
  msgid "Error."
303
  msgstr ""
304
 
305
- #: gallery-plugin.php:973
306
  msgid "Image size for the album cover"
307
  msgstr "Bildgröße für Beitragsbild"
308
 
309
- #: gallery-plugin.php:975
310
- #: gallery-plugin.php:983
311
- #: gallery-plugin.php:999
312
  msgid "Image size"
313
  msgstr "Name der Bilder"
314
 
315
- #: gallery-plugin.php:976
316
- #: gallery-plugin.php:984
317
  msgid "Width (in px)"
318
  msgstr "Breite (in px)"
319
 
320
- #: gallery-plugin.php:977
321
- #: gallery-plugin.php:985
322
  msgid "Height (in px)"
323
  msgstr "Höhe (in px)"
324
 
325
- #: gallery-plugin.php:981
326
  msgid "Gallery image size"
327
  msgstr "Bildgröße für Galerie"
328
 
329
- #: gallery-plugin.php:989
330
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
331
  msgstr "Wordpress wird ein neues Thumbnail mit den Einstellungen erstellen, wenn du ein neues Bild hochlädst."
332
 
333
- #: gallery-plugin.php:997
334
  msgid "Gallery image size in the lightbox"
335
  msgstr "Galeriegröße in der Lightbox"
336
 
337
- #: gallery-plugin.php:1000
338
  msgid "Max width (in px)"
339
  msgstr "max. Breite (in px)"
340
 
341
- #: gallery-plugin.php:1001
342
  msgid "Max height (in px)"
343
  msgstr "max. Höhe (in px)"
344
 
345
- #: gallery-plugin.php:1002
346
  msgid "Display a full size image in the lightbox"
347
  msgstr "Zeige das Bild in Originalgröße in derLightbox"
348
 
349
- #: gallery-plugin.php:1006
350
  msgid "Crop position"
351
  msgstr "Crop Position"
352
 
353
- #: gallery-plugin.php:1008
354
  msgid "Horizontal"
355
  msgstr "Horizontal"
356
 
357
- #: gallery-plugin.php:1010
358
  msgid "left"
359
  msgstr "links"
360
 
361
- #: gallery-plugin.php:1011
362
- #: gallery-plugin.php:1018
363
  msgid "center"
364
  msgstr "zentriert"
365
 
366
- #: gallery-plugin.php:1012
367
  msgid "right"
368
  msgstr "rechts"
369
 
370
- #: gallery-plugin.php:1015
371
  msgid "Vertical"
372
  msgstr "vertikal"
373
 
374
- #: gallery-plugin.php:1017
375
  msgid "top"
376
  msgstr "oben"
377
 
378
- #: gallery-plugin.php:1019
379
  msgid "bottom"
380
  msgstr "unten"
381
 
382
- #: gallery-plugin.php:1024
383
  msgid "Lightbox background"
384
  msgstr "Lightbox Hintergrund"
385
 
386
- #: gallery-plugin.php:1026
387
  msgid "Default"
388
  msgstr "Standard"
389
 
390
- #: gallery-plugin.php:1027
391
  msgid "Background transparency (from 0 to 1)"
392
  msgstr "Hintergrund Transparenz (0 – 1)"
393
 
394
- #: gallery-plugin.php:1029
395
  msgid "Select a background color"
396
  msgstr "Wähle eine Hintergrundfarbe"
397
 
398
- #: gallery-plugin.php:1031
399
  msgid "Background color"
400
  msgstr "Hintergrundfarbe"
401
 
402
- #: gallery-plugin.php:1038
403
- #: gallery-plugin.php:1211
404
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
405
  msgstr ""
406
 
407
- #: gallery-plugin.php:1045
408
- #: gallery-plugin.php:1218
409
  msgid "Unlock premium options by upgrading to a PRO version."
410
  msgstr ""
411
 
412
- #: gallery-plugin.php:1046
413
- #: gallery-plugin.php:1219
414
- #: gallery-plugin.php:2039
415
  #, fuzzy
416
  msgid "Learn More"
417
  msgstr "Mehr erfahren"
418
 
419
- #: gallery-plugin.php:1050
420
- #: gallery-plugin.php:1223
421
  msgid "Start Your Trial"
422
  msgstr ""
423
 
424
- #: gallery-plugin.php:1051
425
- #: gallery-plugin.php:1224
426
- #: gallery-plugin.php:1278
427
- #: gallery-plugin.php:1288
428
  msgid "or"
429
  msgstr ""
430
 
431
- #: gallery-plugin.php:1054
432
- #: gallery-plugin.php:1227
433
  msgid "Go"
434
  msgstr ""
435
 
436
- #: gallery-plugin.php:1062
437
  msgid "Images with border"
438
  msgstr "Bilder mit Rand"
439
 
440
- #: gallery-plugin.php:1065
441
  msgid "Border width in px, just numbers"
442
  msgstr "Breite Bildrand in Pixel"
443
 
444
- #: gallery-plugin.php:1067
445
- #: gallery-plugin.php:1069
446
  msgid "Select a border color"
447
  msgstr "Rahmenfarbe"
448
 
449
- #: gallery-plugin.php:1075
450
  msgid "Number of images in the row"
451
  msgstr "Anzahl Bilder in einer Reihe"
452
 
453
- #: gallery-plugin.php:1081
454
  msgid "Start slideshow"
455
  msgstr "Starte Slideshow"
456
 
457
- #: gallery-plugin.php:1087
458
  msgid "Slideshow interval"
459
  msgstr "Slideshow Geschwindigkeit"
460
 
461
- #: gallery-plugin.php:1093
462
  msgid "Use single lightbox for multiple galleries on one page"
463
  msgstr ""
464
 
465
- #: gallery-plugin.php:1101
466
  msgid "Attachment ID"
467
  msgstr "Anhang ID"
468
 
469
- #: gallery-plugin.php:1102
470
  msgid "Image Name"
471
  msgstr "Bildname"
472
 
473
- #: gallery-plugin.php:1104
474
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
475
  msgstr "Reihenfolge (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
476
 
477
- #: gallery-plugin.php:1105
478
  msgid "Random"
479
  msgstr "Zufall"
480
 
481
- #: gallery-plugin.php:1109
482
  msgid "Sort images"
483
  msgstr "Reihenfolge"
484
 
485
- #: gallery-plugin.php:1111
486
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
487
  msgstr "ASC (aufsteigend)"
488
 
489
- #: gallery-plugin.php:1112
490
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
491
  msgstr "DESC (absteigend)"
492
 
493
- #: gallery-plugin.php:1116
494
  msgid "Display text above the image"
495
  msgstr "Zeige Text über dem Bild"
496
 
497
- #: gallery-plugin.php:1118
498
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
499
  msgstr "Text nur in Lightbox anzeigen"
500
 
501
- #: gallery-plugin.php:1122
502
  msgid "Display the Back link"
503
  msgstr "Aktiviere Zurück-Link"
504
 
505
- #: gallery-plugin.php:1128
506
  msgid "Display the Back link in the shortcode"
507
  msgstr "Aktiviere Zurück-Link im Shortcode"
508
 
509
- #: gallery-plugin.php:1134
510
  msgid "The Back link text"
511
  msgstr "Zurück-Link Text"
512
 
513
- #: gallery-plugin.php:1140
514
  msgid "The Back link URL"
515
  msgstr "Zurück-Link URL"
516
 
517
- #: gallery-plugin.php:1142
518
  msgid "Gallery page (Page with Gallery Template)"
519
  msgstr "Galerie-Seite (Seite mit Gallerie-Template)"
520
 
521
- #: gallery-plugin.php:1144
522
  msgid "(Full URL to custom page)"
523
  msgstr "(URL zu eigener Seite)"
524
 
525
- #: gallery-plugin.php:1148
526
  msgid "The Read More link text"
527
  msgstr "Weiterlesen link Text"
528
 
529
- #: gallery-plugin.php:1154
530
  msgid "Add gallery to the search"
531
  msgstr ""
532
 
533
- #: gallery-plugin.php:1164
534
  msgid "Using"
535
  msgstr ""
536
 
537
- #: gallery-plugin.php:1164
538
  msgid "powered by"
539
  msgstr ""
540
 
541
- #: gallery-plugin.php:1167
542
  #: gallery-plugin.php:1171
 
543
  msgid "Using Custom Search powered by"
544
  msgstr ""
545
 
546
- #: gallery-plugin.php:1167
547
  msgid "Activate Custom Search"
548
  msgstr ""
549
 
550
- #: gallery-plugin.php:1171
551
  msgid "Download Custom Search"
552
  msgstr ""
553
 
554
- #: gallery-plugin.php:1181
 
 
 
 
 
 
 
 
555
  msgid "The lightbox helper"
556
  msgstr ""
557
 
558
- #: gallery-plugin.php:1183
559
  msgid "Do not use"
560
  msgstr ""
561
 
562
- #: gallery-plugin.php:1184
563
  msgid "Button helper"
564
  msgstr ""
565
 
566
- #: gallery-plugin.php:1185
567
  msgid "Thumbnail helper"
568
  msgstr ""
569
 
570
- #: gallery-plugin.php:1189
571
  msgid "Display Like buttons in the lightbox"
572
  msgstr "Aktivier Like-Button in der Lightbox"
573
 
574
- #: gallery-plugin.php:1191
575
  msgid "FaceBook"
576
  msgstr "Facebook"
577
 
578
- #: gallery-plugin.php:1192
579
  msgid "Twitter"
580
  msgstr "Twitter"
581
 
582
- #: gallery-plugin.php:1193
583
  msgid "Pinterest"
584
  msgstr "Pinterest"
585
 
586
- #: gallery-plugin.php:1194
587
  msgid "Google +1"
588
  msgstr "Goolge+"
589
 
590
- #: gallery-plugin.php:1198
591
  msgid "Slug for gallery item"
592
  msgstr "Galerie Slug"
593
 
594
- #: gallery-plugin.php:1200
595
  msgid "for any structure of permalinks except the default structure"
596
  msgstr "Permalinkstruktur (Default ausgenommen)"
597
 
598
- #: gallery-plugin.php:1204
599
  msgid "Title for lightbox button"
600
  msgstr ""
601
 
602
- #: gallery-plugin.php:1235
603
  msgid "Save Changes"
604
  msgstr "Einstellungen speichern"
605
 
606
- #: gallery-plugin.php:1241
607
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
608
  msgstr ""
609
 
610
- #: gallery-plugin.php:1242
611
  #, fuzzy
612
  msgid "Rate the plugin"
613
  msgstr "Benötigte Plugins"
614
 
615
- #: gallery-plugin.php:1245
616
  #, fuzzy
617
  msgid "If there is something wrong about it, please contact us"
618
  msgstr "Wenn Sie Fragen haben, kontaktieren Sie uns über plugin@bestwebsoft.com, oder füllen Sie das Kontakt Formular auf unserer Website aus."
619
 
620
- #: gallery-plugin.php:1256
621
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
622
  msgstr ""
623
 
624
- #: gallery-plugin.php:1258
625
  msgid "Please, go to"
626
  msgstr ""
627
 
628
- #: gallery-plugin.php:1258
629
  #, fuzzy
630
  msgid "the setting page"
631
  msgstr "auf der Plugin-Optionen-Seite ("
632
 
633
- #: gallery-plugin.php:1259
634
  msgid "You will be redirected automatically in 5 seconds."
635
  msgstr ""
636
 
637
- #: gallery-plugin.php:1264
638
  msgid "You can download and activate"
639
  msgstr ""
640
 
641
- #: gallery-plugin.php:1266
642
  msgid "version of this plugin by entering Your license key."
643
  msgstr ""
644
 
645
- #: gallery-plugin.php:1268
646
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
647
  msgstr ""
648
 
649
- #: gallery-plugin.php:1270
650
  msgid "(your username is the email you specify when purchasing the product)."
651
  msgstr ""
652
 
653
- #: gallery-plugin.php:1278
654
- #: gallery-plugin.php:1288
655
  #, fuzzy
656
  msgid "Activate"
657
  msgstr "Aktivierte Plugins"
658
 
659
- #: gallery-plugin.php:1278
660
- #: gallery-plugin.php:1288
661
  msgid "Start Your Free 7-Day Trial Now"
662
  msgstr ""
663
 
664
- #: gallery-plugin.php:1306
665
  msgid "Support"
666
  msgstr "Support"
667
 
668
- #: gallery-plugin.php:1434
669
- #: template/gallery-single-template.php:13
670
  msgid "Download high resolution image"
671
  msgstr "Lade Bild in Originalgröße"
672
 
673
- #: gallery-plugin.php:1543
674
- #: template/gallery-single-template.php:76
675
  msgid "Sorry, nothing found."
676
  msgstr "Leider nichts gefunden."
677
 
678
- #: gallery-plugin.php:1565
679
- #: template/gallery-single-template.php:102
680
  msgid "Image"
681
  msgstr "Bild"
682
 
683
- #: gallery-plugin.php:1856
684
  #, fuzzy
685
  msgid "Image size not defined"
686
  msgstr "Name der Bilder"
687
 
688
- #: gallery-plugin.php:1871
689
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
690
  msgstr ""
691
 
692
- #: gallery-plugin.php:1882
693
  msgid "Image size changes not defined"
694
  msgstr ""
695
 
696
- #: gallery-plugin.php:1911
697
- #: gallery-plugin.php:1914
698
- #: gallery-plugin.php:1919
699
  msgid "Invalid path"
700
  msgstr ""
701
 
702
- #: gallery-plugin.php:2042
703
  msgid "It’s time to upgrade your <strong>Gallery plugin</strong> to <strong>PRO</strong> version!"
704
  msgstr ""
705
 
706
- #: gallery-plugin.php:2043
707
  msgid "Extend standard plugin functionality with new great options"
708
  msgstr ""
709
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-11 11:53+0300\n"
6
+ "PO-Revision-Date: 2014-07-11 11:53+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"
113
  msgstr "Bitte auswählen"
114
 
115
  #: gallery-plugin.php:374
116
+ #: gallery-plugin.php:1103
117
  msgid "Sort images by"
118
  msgstr "Sortieren nach"
119
 
193
  msgstr "Veröffentlichen"
194
 
195
  #: gallery-plugin.php:641
196
+ #: gallery-plugin.php:1107
197
  msgid "Date"
198
  msgstr "Datum"
199
 
201
  msgid "Settings are saved"
202
  msgstr "Einstellungen gespeichert."
203
 
204
+ #: gallery-plugin.php:834
205
  #: gallery-plugin.php:874
206
  msgid "Wrong license key"
207
  msgstr ""
208
 
209
+ #: gallery-plugin.php:866
210
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
211
  msgstr ""
212
 
215
  msgstr ""
216
 
217
  #: gallery-plugin.php:878
218
+ #: gallery-plugin.php:1292
219
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
220
  msgstr ""
221
 
222
+ #: gallery-plugin.php:880
223
+ msgid "This license key is valid, but your license has expired."
224
+ msgstr ""
225
+
226
+ #: gallery-plugin.php:882
227
+ msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
228
+ msgstr ""
229
+
230
+ #: gallery-plugin.php:899
231
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
232
  msgstr ""
233
 
234
+ #: gallery-plugin.php:905
235
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
236
  msgstr ""
237
 
238
+ #: gallery-plugin.php:909
239
+ #: gallery-plugin.php:918
240
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
241
  msgstr ""
242
 
243
+ #: gallery-plugin.php:922
244
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
245
  msgstr ""
246
 
247
+ #: gallery-plugin.php:937
248
  msgid "Please, enter Your license key"
249
  msgstr ""
250
 
251
+ #: gallery-plugin.php:945
252
  msgid "Gallery Settings"
253
  msgstr "Galerie Einstellungen"
254
 
255
+ #: gallery-plugin.php:947
256
+ #: gallery-plugin.php:1314
257
+ #: gallery-plugin.php:1330
258
  msgid "Settings"
259
  msgstr "Einstellungen"
260
 
261
+ #: gallery-plugin.php:948
262
+ #: gallery-plugin.php:1315
263
  msgid "FAQ"
264
  msgstr "FAQ"
265
 
266
+ #: gallery-plugin.php:949
267
  msgid "Go PRO"
268
  msgstr ""
269
 
270
+ #: gallery-plugin.php:954
271
  msgid "Notice:"
272
  msgstr ""
273
 
274
+ #: gallery-plugin.php:954
275
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
276
  msgstr ""
277
 
278
+ #: gallery-plugin.php:955
279
  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:"
280
  msgstr "Zum Einfügen einer Galerie füge diesen Shortcode in eine Seite oder einen Beitrag ein:"
281
 
282
+ #: gallery-plugin.php:957
283
  #, fuzzy
284
  msgid "Please enable JavaScript to use the option to renew images."
285
  msgstr "Please enable JavaScript um den File-Uploader zu benutzen."
286
 
287
+ #: gallery-plugin.php:961
288
  msgid "Update images for gallery"
289
  msgstr ""
290
 
291
+ #: gallery-plugin.php:963
292
  #, fuzzy
293
  msgid "Update images"
294
  msgstr "Reihenfolge Bilder"
295
 
296
+ #: gallery-plugin.php:968
297
  msgid "Updating images..."
298
  msgstr ""
299
 
300
+ #: gallery-plugin.php:969
301
  #, fuzzy
302
  msgid "No image found"
303
  msgstr "Keine Galerien gefunden"
304
 
305
+ #: gallery-plugin.php:970
306
  msgid "All images are updated"
307
  msgstr ""
308
 
309
+ #: gallery-plugin.php:971
310
  msgid "Error."
311
  msgstr ""
312
 
313
+ #: gallery-plugin.php:977
314
  msgid "Image size for the album cover"
315
  msgstr "Bildgröße für Beitragsbild"
316
 
317
+ #: gallery-plugin.php:979
318
+ #: gallery-plugin.php:987
319
+ #: gallery-plugin.php:1003
320
  msgid "Image size"
321
  msgstr "Name der Bilder"
322
 
323
+ #: gallery-plugin.php:980
324
+ #: gallery-plugin.php:988
325
  msgid "Width (in px)"
326
  msgstr "Breite (in px)"
327
 
328
+ #: gallery-plugin.php:981
329
+ #: gallery-plugin.php:989
330
  msgid "Height (in px)"
331
  msgstr "Höhe (in px)"
332
 
333
+ #: gallery-plugin.php:985
334
  msgid "Gallery image size"
335
  msgstr "Bildgröße für Galerie"
336
 
337
+ #: gallery-plugin.php:993
338
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
339
  msgstr "Wordpress wird ein neues Thumbnail mit den Einstellungen erstellen, wenn du ein neues Bild hochlädst."
340
 
341
+ #: gallery-plugin.php:1001
342
  msgid "Gallery image size in the lightbox"
343
  msgstr "Galeriegröße in der Lightbox"
344
 
345
+ #: gallery-plugin.php:1004
346
  msgid "Max width (in px)"
347
  msgstr "max. Breite (in px)"
348
 
349
+ #: gallery-plugin.php:1005
350
  msgid "Max height (in px)"
351
  msgstr "max. Höhe (in px)"
352
 
353
+ #: gallery-plugin.php:1006
354
  msgid "Display a full size image in the lightbox"
355
  msgstr "Zeige das Bild in Originalgröße in derLightbox"
356
 
357
+ #: gallery-plugin.php:1010
358
  msgid "Crop position"
359
  msgstr "Crop Position"
360
 
361
+ #: gallery-plugin.php:1012
362
  msgid "Horizontal"
363
  msgstr "Horizontal"
364
 
365
+ #: gallery-plugin.php:1014
366
  msgid "left"
367
  msgstr "links"
368
 
369
+ #: gallery-plugin.php:1015
370
+ #: gallery-plugin.php:1022
371
  msgid "center"
372
  msgstr "zentriert"
373
 
374
+ #: gallery-plugin.php:1016
375
  msgid "right"
376
  msgstr "rechts"
377
 
378
+ #: gallery-plugin.php:1019
379
  msgid "Vertical"
380
  msgstr "vertikal"
381
 
382
+ #: gallery-plugin.php:1021
383
  msgid "top"
384
  msgstr "oben"
385
 
386
+ #: gallery-plugin.php:1023
387
  msgid "bottom"
388
  msgstr "unten"
389
 
390
+ #: gallery-plugin.php:1028
391
  msgid "Lightbox background"
392
  msgstr "Lightbox Hintergrund"
393
 
394
+ #: gallery-plugin.php:1030
395
  msgid "Default"
396
  msgstr "Standard"
397
 
398
+ #: gallery-plugin.php:1031
399
  msgid "Background transparency (from 0 to 1)"
400
  msgstr "Hintergrund Transparenz (0 – 1)"
401
 
402
+ #: gallery-plugin.php:1033
403
  msgid "Select a background color"
404
  msgstr "Wähle eine Hintergrundfarbe"
405
 
406
+ #: gallery-plugin.php:1035
407
  msgid "Background color"
408
  msgstr "Hintergrundfarbe"
409
 
410
+ #: gallery-plugin.php:1042
411
+ #: gallery-plugin.php:1222
412
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
413
  msgstr ""
414
 
415
+ #: gallery-plugin.php:1049
416
+ #: gallery-plugin.php:1229
417
  msgid "Unlock premium options by upgrading to a PRO version."
418
  msgstr ""
419
 
420
+ #: gallery-plugin.php:1050
421
+ #: gallery-plugin.php:1230
422
+ #: gallery-plugin.php:2049
423
  #, fuzzy
424
  msgid "Learn More"
425
  msgstr "Mehr erfahren"
426
 
427
+ #: gallery-plugin.php:1054
428
+ #: gallery-plugin.php:1234
429
  msgid "Start Your Trial"
430
  msgstr ""
431
 
432
+ #: gallery-plugin.php:1055
433
+ #: gallery-plugin.php:1235
434
+ #: gallery-plugin.php:1289
435
+ #: gallery-plugin.php:1299
436
  msgid "or"
437
  msgstr ""
438
 
439
+ #: gallery-plugin.php:1058
440
+ #: gallery-plugin.php:1238
441
  msgid "Go"
442
  msgstr ""
443
 
444
+ #: gallery-plugin.php:1066
445
  msgid "Images with border"
446
  msgstr "Bilder mit Rand"
447
 
448
+ #: gallery-plugin.php:1069
449
  msgid "Border width in px, just numbers"
450
  msgstr "Breite Bildrand in Pixel"
451
 
452
+ #: gallery-plugin.php:1071
453
+ #: gallery-plugin.php:1073
454
  msgid "Select a border color"
455
  msgstr "Rahmenfarbe"
456
 
457
+ #: gallery-plugin.php:1079
458
  msgid "Number of images in the row"
459
  msgstr "Anzahl Bilder in einer Reihe"
460
 
461
+ #: gallery-plugin.php:1085
462
  msgid "Start slideshow"
463
  msgstr "Starte Slideshow"
464
 
465
+ #: gallery-plugin.php:1091
466
  msgid "Slideshow interval"
467
  msgstr "Slideshow Geschwindigkeit"
468
 
469
+ #: gallery-plugin.php:1097
470
  msgid "Use single lightbox for multiple galleries on one page"
471
  msgstr ""
472
 
473
+ #: gallery-plugin.php:1105
474
  msgid "Attachment ID"
475
  msgstr "Anhang ID"
476
 
477
+ #: gallery-plugin.php:1106
478
  msgid "Image Name"
479
  msgstr "Bildname"
480
 
481
+ #: gallery-plugin.php:1108
482
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
483
  msgstr "Reihenfolge (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
484
 
485
+ #: gallery-plugin.php:1109
486
  msgid "Random"
487
  msgstr "Zufall"
488
 
489
+ #: gallery-plugin.php:1113
490
  msgid "Sort images"
491
  msgstr "Reihenfolge"
492
 
493
+ #: gallery-plugin.php:1115
494
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
495
  msgstr "ASC (aufsteigend)"
496
 
497
+ #: gallery-plugin.php:1116
498
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
499
  msgstr "DESC (absteigend)"
500
 
501
+ #: gallery-plugin.php:1120
502
  msgid "Display text above the image"
503
  msgstr "Zeige Text über dem Bild"
504
 
505
+ #: gallery-plugin.php:1122
506
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
507
  msgstr "Text nur in Lightbox anzeigen"
508
 
509
+ #: gallery-plugin.php:1126
510
  msgid "Display the Back link"
511
  msgstr "Aktiviere Zurück-Link"
512
 
513
+ #: gallery-plugin.php:1132
514
  msgid "Display the Back link in the shortcode"
515
  msgstr "Aktiviere Zurück-Link im Shortcode"
516
 
517
+ #: gallery-plugin.php:1138
518
  msgid "The Back link text"
519
  msgstr "Zurück-Link Text"
520
 
521
+ #: gallery-plugin.php:1144
522
  msgid "The Back link URL"
523
  msgstr "Zurück-Link URL"
524
 
525
+ #: gallery-plugin.php:1146
526
  msgid "Gallery page (Page with Gallery Template)"
527
  msgstr "Galerie-Seite (Seite mit Gallerie-Template)"
528
 
529
+ #: gallery-plugin.php:1148
530
  msgid "(Full URL to custom page)"
531
  msgstr "(URL zu eigener Seite)"
532
 
533
+ #: gallery-plugin.php:1152
534
  msgid "The Read More link text"
535
  msgstr "Weiterlesen link Text"
536
 
537
+ #: gallery-plugin.php:1158
538
  msgid "Add gallery to the search"
539
  msgstr ""
540
 
541
+ #: gallery-plugin.php:1168
542
  msgid "Using"
543
  msgstr ""
544
 
545
+ #: gallery-plugin.php:1168
546
  msgid "powered by"
547
  msgstr ""
548
 
 
549
  #: gallery-plugin.php:1171
550
+ #: gallery-plugin.php:1175
551
  msgid "Using Custom Search powered by"
552
  msgstr ""
553
 
554
+ #: gallery-plugin.php:1171
555
  msgid "Activate Custom Search"
556
  msgstr ""
557
 
558
+ #: gallery-plugin.php:1175
559
  msgid "Download Custom Search"
560
  msgstr ""
561
 
562
+ #: gallery-plugin.php:1185
563
+ msgid "Use pagination for images"
564
+ msgstr ""
565
+
566
+ #: gallery-plugin.php:1188
567
+ msgid "per page"
568
+ msgstr ""
569
+
570
+ #: gallery-plugin.php:1192
571
  msgid "The lightbox helper"
572
  msgstr ""
573
 
574
+ #: gallery-plugin.php:1194
575
  msgid "Do not use"
576
  msgstr ""
577
 
578
+ #: gallery-plugin.php:1195
579
  msgid "Button helper"
580
  msgstr ""
581
 
582
+ #: gallery-plugin.php:1196
583
  msgid "Thumbnail helper"
584
  msgstr ""
585
 
586
+ #: gallery-plugin.php:1200
587
  msgid "Display Like buttons in the lightbox"
588
  msgstr "Aktivier Like-Button in der Lightbox"
589
 
590
+ #: gallery-plugin.php:1202
591
  msgid "FaceBook"
592
  msgstr "Facebook"
593
 
594
+ #: gallery-plugin.php:1203
595
  msgid "Twitter"
596
  msgstr "Twitter"
597
 
598
+ #: gallery-plugin.php:1204
599
  msgid "Pinterest"
600
  msgstr "Pinterest"
601
 
602
+ #: gallery-plugin.php:1205
603
  msgid "Google +1"
604
  msgstr "Goolge+"
605
 
606
+ #: gallery-plugin.php:1209
607
  msgid "Slug for gallery item"
608
  msgstr "Galerie Slug"
609
 
610
+ #: gallery-plugin.php:1211
611
  msgid "for any structure of permalinks except the default structure"
612
  msgstr "Permalinkstruktur (Default ausgenommen)"
613
 
614
+ #: gallery-plugin.php:1215
615
  msgid "Title for lightbox button"
616
  msgstr ""
617
 
618
+ #: gallery-plugin.php:1246
619
  msgid "Save Changes"
620
  msgstr "Einstellungen speichern"
621
 
622
+ #: gallery-plugin.php:1252
623
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
624
  msgstr ""
625
 
626
+ #: gallery-plugin.php:1253
627
  #, fuzzy
628
  msgid "Rate the plugin"
629
  msgstr "Benötigte Plugins"
630
 
631
+ #: gallery-plugin.php:1256
632
  #, fuzzy
633
  msgid "If there is something wrong about it, please contact us"
634
  msgstr "Wenn Sie Fragen haben, kontaktieren Sie uns über plugin@bestwebsoft.com, oder füllen Sie das Kontakt Formular auf unserer Website aus."
635
 
636
+ #: gallery-plugin.php:1267
637
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
638
  msgstr ""
639
 
640
+ #: gallery-plugin.php:1269
641
  msgid "Please, go to"
642
  msgstr ""
643
 
644
+ #: gallery-plugin.php:1269
645
  #, fuzzy
646
  msgid "the setting page"
647
  msgstr "auf der Plugin-Optionen-Seite ("
648
 
649
+ #: gallery-plugin.php:1270
650
  msgid "You will be redirected automatically in 5 seconds."
651
  msgstr ""
652
 
653
+ #: gallery-plugin.php:1275
654
  msgid "You can download and activate"
655
  msgstr ""
656
 
657
+ #: gallery-plugin.php:1277
658
  msgid "version of this plugin by entering Your license key."
659
  msgstr ""
660
 
661
+ #: gallery-plugin.php:1279
662
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
663
  msgstr ""
664
 
665
+ #: gallery-plugin.php:1281
666
  msgid "(your username is the email you specify when purchasing the product)."
667
  msgstr ""
668
 
669
+ #: gallery-plugin.php:1289
670
+ #: gallery-plugin.php:1299
671
  #, fuzzy
672
  msgid "Activate"
673
  msgstr "Aktivierte Plugins"
674
 
675
+ #: gallery-plugin.php:1289
676
+ #: gallery-plugin.php:1299
677
  msgid "Start Your Free 7-Day Trial Now"
678
  msgstr ""
679
 
680
+ #: gallery-plugin.php:1316
681
  msgid "Support"
682
  msgstr "Support"
683
 
684
+ #: gallery-plugin.php:1444
685
+ #: template/gallery-single-template.php:14
686
  msgid "Download high resolution image"
687
  msgstr "Lade Bild in Originalgröße"
688
 
689
+ #: gallery-plugin.php:1553
690
+ #: template/gallery-single-template.php:77
691
  msgid "Sorry, nothing found."
692
  msgstr "Leider nichts gefunden."
693
 
694
+ #: gallery-plugin.php:1575
695
+ #: template/gallery-single-template.php:104
696
  msgid "Image"
697
  msgstr "Bild"
698
 
699
+ #: gallery-plugin.php:1866
700
  #, fuzzy
701
  msgid "Image size not defined"
702
  msgstr "Name der Bilder"
703
 
704
+ #: gallery-plugin.php:1881
705
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
706
  msgstr ""
707
 
708
+ #: gallery-plugin.php:1892
709
  msgid "Image size changes not defined"
710
  msgstr ""
711
 
712
+ #: gallery-plugin.php:1921
713
+ #: gallery-plugin.php:1924
714
+ #: gallery-plugin.php:1929
715
  msgid "Invalid path"
716
  msgstr ""
717
 
718
+ #: gallery-plugin.php:2052
719
  msgid "It’s time to upgrade your <strong>Gallery plugin</strong> to <strong>PRO</strong> version!"
720
  msgstr ""
721
 
722
+ #: gallery-plugin.php:2053
723
  msgid "Extend standard plugin functionality with new great options"
724
  msgstr ""
725
 
languages/gallery-es_ES.mo CHANGED
Binary file
languages/gallery-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-05-15 17:38+0300\n"
6
- "PO-Revision-Date: 2014-05-15 17:38+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"
@@ -134,7 +134,7 @@ msgstr "Por favor, escoja una opcion"
134
 
135
  # @ gallery
136
  #: gallery-plugin.php:374
137
- #: gallery-plugin.php:1099
138
  msgid "Sort images by"
139
  msgstr "Ordenar imagens por"
140
 
@@ -231,7 +231,7 @@ msgstr "Publicacion"
231
 
232
  # @ gallery
233
  #: gallery-plugin.php:641
234
- #: gallery-plugin.php:1103
235
  msgid "Date"
236
  msgstr "Fecha"
237
 
@@ -240,12 +240,12 @@ msgstr "Fecha"
240
  msgid "Settings are saved"
241
  msgstr "Cambios guardados"
242
 
243
- #: gallery-plugin.php:835
244
  #: gallery-plugin.php:874
245
  msgid "Wrong license key"
246
  msgstr "Licencia incorrecta"
247
 
248
- #: gallery-plugin.php:867
249
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
250
  msgstr "Algo mal ocurrio. Intentelo mas tarde. Si el mismo error vuelve a ocurrir,pongase en contacto con nosotros aqui <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Disculpe las molestias."
251
 
@@ -254,555 +254,573 @@ msgid "This license key is bind to another site"
254
  msgstr "Esta licencia ya esta en uso en otro sitio web."
255
 
256
  #: gallery-plugin.php:878
257
- #: gallery-plugin.php:1281
258
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
259
  msgstr "A superado el numero de intentos disponibles por dia. Porfavor, suba el plugin de forma manual."
260
 
261
- #: gallery-plugin.php:895
 
 
 
 
 
 
 
 
 
262
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
263
  msgstr "No se pudo descomprimir el archivo zip. Porfavor, suba el plugin de forma manual."
264
 
265
- #: gallery-plugin.php:901
266
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
267
  msgstr "Su servidor no tiene soporte para archivos ZIP ni Phar. Porfavor, suba el plugin de forma manual."
268
 
269
- #: gallery-plugin.php:905
270
- #: gallery-plugin.php:914
271
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
272
  msgstr "Descar del archivo zip a fallado. Porfavor, suba el plugin de forma manual."
273
 
274
- #: gallery-plugin.php:918
275
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
276
  msgstr "Error desconocido. Porfavor, suba el plugin de forma manual."
277
 
278
- #: gallery-plugin.php:933
279
  msgid "Please, enter Your license key"
280
  msgstr "Introducca su clave de licencia."
281
 
282
  # @ gallery
283
- #: gallery-plugin.php:941
284
  msgid "Gallery Settings"
285
  msgstr "Configuracion de la Galeria"
286
 
287
  # @ bestwebsoft
288
  # @ gallery
289
- #: gallery-plugin.php:943
290
- #: gallery-plugin.php:1304
291
- #: gallery-plugin.php:1320
292
  msgid "Settings"
293
  msgstr "Configuraciones"
294
 
295
  # @ gallery
296
- #: gallery-plugin.php:944
297
- #: gallery-plugin.php:1305
298
  msgid "FAQ"
299
  msgstr "FAQ"
300
 
301
- #: gallery-plugin.php:945
302
  msgid "Go PRO"
303
  msgstr "Ir a PRO"
304
 
305
- #: gallery-plugin.php:950
306
  msgid "Notice:"
307
  msgstr "Nota:"
308
 
309
- #: gallery-plugin.php:950
310
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
311
  msgstr "La configuracion a cambiado, no olvide de hacer click en el botton \"guardar cambios\""
312
 
313
  # @ gallery
314
- #: gallery-plugin.php:951
315
  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:"
316
  msgstr "Si quiere agregar una Galeria a su pagina o entrada, simplemente copie y pege el codigo corto en la pagina o entrada."
317
 
318
  # @ gallery
319
- #: gallery-plugin.php:953
320
  msgid "Please enable JavaScript to use the option to renew images."
321
  msgstr "Por favor habilite el Javascript para usar la opcion de renovar imagenes."
322
 
323
- #: gallery-plugin.php:957
324
  msgid "Update images for gallery"
325
  msgstr "Actualizar imagene de la galeria"
326
 
327
  # @ gallery
328
- #: gallery-plugin.php:959
329
  msgid "Update images"
330
  msgstr "Actualizar imagenes"
331
 
332
- #: gallery-plugin.php:964
333
  msgid "Updating images..."
334
  msgstr "Actualizando imagenes"
335
 
336
  # @ gallery
337
- #: gallery-plugin.php:965
338
  msgid "No image found"
339
  msgstr "Imagen no encontrada"
340
 
341
- #: gallery-plugin.php:966
342
  msgid "All images are updated"
343
  msgstr "Todas las imgenes an sido actualizados"
344
 
345
- #: gallery-plugin.php:967
346
  msgid "Error."
347
  msgstr "Error"
348
 
349
  # @ gallery
350
- #: gallery-plugin.php:973
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:975
356
- #: gallery-plugin.php:983
357
- #: gallery-plugin.php:999
358
  msgid "Image size"
359
  msgstr "Tamaño de la imagen"
360
 
361
  # @ gallery
362
- #: gallery-plugin.php:976
363
- #: gallery-plugin.php:984
364
  msgid "Width (in px)"
365
  msgstr "Ancho (em px)"
366
 
367
  # @ gallery
368
- #: gallery-plugin.php:977
369
- #: gallery-plugin.php:985
370
  msgid "Height (in px)"
371
  msgstr "Altura (em px)"
372
 
373
  # @ gallery
374
- #: gallery-plugin.php:981
375
  msgid "Gallery image size"
376
  msgstr "Tamanño de da imagen de la galeria"
377
 
378
  # @ gallery
379
- #: gallery-plugin.php:989
380
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
381
  msgstr "WordPress creara una miniatura nueva cuando suba una nueva imagen."
382
 
383
  # @ gallery
384
- #: gallery-plugin.php:997
385
  msgid "Gallery image size in the lightbox"
386
  msgstr "Tamanño de la imagen en la galeria del Lightbox"
387
 
388
  # @ gallery
389
- #: gallery-plugin.php:1000
390
  msgid "Max width (in px)"
391
  msgstr "Ancho máximo (em px)"
392
 
393
  # @ gallery
394
- #: gallery-plugin.php:1001
395
  msgid "Max height (in px)"
396
  msgstr "Altura máxima (em px)"
397
 
398
  # @ gallery
399
- #: gallery-plugin.php:1002
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:1006
405
  msgid "Crop position"
406
  msgstr "Recortar posicion"
407
 
408
  # @ gallery
409
- #: gallery-plugin.php:1008
410
  msgid "Horizontal"
411
  msgstr "Horizontal"
412
 
413
  # @ gallery
414
- #: gallery-plugin.php:1010
415
  msgid "left"
416
  msgstr "izquierda"
417
 
418
  # @ gallery
419
- #: gallery-plugin.php:1011
420
- #: gallery-plugin.php:1018
421
  msgid "center"
422
  msgstr "centro"
423
 
424
  # @ gallery
425
- #: gallery-plugin.php:1012
426
  msgid "right"
427
  msgstr "direcha"
428
 
429
  # @ gallery
430
- #: gallery-plugin.php:1015
431
  msgid "Vertical"
432
  msgstr "Vertical"
433
 
434
  # @ gallery
435
- #: gallery-plugin.php:1017
436
  msgid "top"
437
  msgstr "Arriba"
438
 
439
  # @ gallery
440
- #: gallery-plugin.php:1019
441
  msgid "bottom"
442
  msgstr "abajo"
443
 
444
  # @ gallery
445
- #: gallery-plugin.php:1024
446
  msgid "Lightbox background"
447
  msgstr "Fundo del Lightbox"
448
 
449
  # @ gallery
450
- #: gallery-plugin.php:1026
451
  msgid "Default"
452
  msgstr "Por Defecto"
453
 
454
  # @ gallery
455
- #: gallery-plugin.php:1027
456
  msgid "Background transparency (from 0 to 1)"
457
  msgstr "Transparencia del fondo (de 0 a 1)"
458
 
459
  # @ gallery
460
- #: gallery-plugin.php:1029
461
  msgid "Select a background color"
462
  msgstr "Selecionar un color de fondo"
463
 
464
  # @ gallery
465
- #: gallery-plugin.php:1031
466
  msgid "Background color"
467
  msgstr "Color de fondo"
468
 
469
- #: gallery-plugin.php:1038
470
- #: gallery-plugin.php:1211
471
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
472
  msgstr "Si actualiza a PRO sus configuraciones se guardaran"
473
 
474
- #: gallery-plugin.php:1045
475
- #: gallery-plugin.php:1218
476
  msgid "Unlock premium options by upgrading to a PRO version."
477
  msgstr ""
478
 
479
- #: gallery-plugin.php:1046
480
- #: gallery-plugin.php:1219
481
- #: gallery-plugin.php:2039
482
  msgid "Learn More"
483
  msgstr "Saber mas."
484
 
485
- #: gallery-plugin.php:1050
486
- #: gallery-plugin.php:1223
487
  msgid "Start Your Trial"
488
  msgstr ""
489
 
490
- #: gallery-plugin.php:1051
491
- #: gallery-plugin.php:1224
492
- #: gallery-plugin.php:1278
493
- #: gallery-plugin.php:1288
494
  msgid "or"
495
  msgstr ""
496
 
497
- #: gallery-plugin.php:1054
498
- #: gallery-plugin.php:1227
499
  #, fuzzy
500
  msgid "Go"
501
  msgstr "Go!"
502
 
503
  # @ gallery
504
- #: gallery-plugin.php:1062
505
  msgid "Images with border"
506
  msgstr "Imagens con borde"
507
 
508
  # @ gallery
509
- #: gallery-plugin.php:1065
510
  msgid "Border width in px, just numbers"
511
  msgstr "Ancho del borde en px, solo números"
512
 
513
  # @ gallery
514
- #: gallery-plugin.php:1067
515
- #: gallery-plugin.php:1069
516
  msgid "Select a border color"
517
  msgstr "Escoja el color del borde"
518
 
519
  # @ gallery
520
- #: gallery-plugin.php:1075
521
  msgid "Number of images in the row"
522
  msgstr "Número de imagenes por fila"
523
 
524
  # @ gallery
525
- #: gallery-plugin.php:1081
526
  msgid "Start slideshow"
527
  msgstr "Iniciar Apresentacion de diapositivas"
528
 
529
  # @ gallery
530
- #: gallery-plugin.php:1087
531
  msgid "Slideshow interval"
532
  msgstr "Intervalo entre las diapositivas"
533
 
534
- #: gallery-plugin.php:1093
535
  msgid "Use single lightbox for multiple galleries on one page"
536
  msgstr "Usar un LightBox unici para multiples galerias en una pagina."
537
 
538
  # @ gallery
539
- #: gallery-plugin.php:1101
540
  msgid "Attachment ID"
541
  msgstr "ID del anexo"
542
 
543
  # @ gallery
544
- #: gallery-plugin.php:1102
545
  msgid "Image Name"
546
  msgstr "Nome da Imagen"
547
 
548
  # @ gallery
549
- #: gallery-plugin.php:1104
550
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
551
  msgstr "Criterio de clasificación (el campo de entrada de clasificacion en el cuadro de diálogo insertar/subir emdia a la galeria)"
552
 
553
  # @ gallery
554
- #: gallery-plugin.php:1105
555
  msgid "Random"
556
  msgstr "Aleatório"
557
 
558
  # @ gallery
559
- #: gallery-plugin.php:1109
560
  msgid "Sort images"
561
  msgstr "Ordenar imagenes:"
562
 
563
  # @ gallery
564
- #: gallery-plugin.php:1111
565
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
566
  msgstr "ASC (orden ascente de los valores mas baijos a los mas altos - 1, 2, 3; a, b, c)"
567
 
568
  # @ gallery
569
- #: gallery-plugin.php:1112
570
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
571
  msgstr "DESC (orden descendente de los valores mas altos a los mas baijos - 1, 2, 3; a, b, c)"
572
 
573
  # @ gallery
574
- #: gallery-plugin.php:1116
575
  msgid "Display text above the image"
576
  msgstr "Mostrar texto acima da imagen"
577
 
578
  # @ gallery
579
- #: gallery-plugin.php:1118
580
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
581
  msgstr "Desmarque la casilla, si solo quiere mostrar texto en el lightbox"
582
 
583
  # @ gallery
584
- #: gallery-plugin.php:1122
585
  msgid "Display the Back link"
586
  msgstr "Mostrar enlace Volver"
587
 
588
  # @ gallery
589
- #: gallery-plugin.php:1128
590
  msgid "Display the Back link in the shortcode"
591
  msgstr "Mostrar enlace Volver codigo corto"
592
 
593
  # @ gallery
594
- #: gallery-plugin.php:1134
595
  msgid "The Back link text"
596
  msgstr "Texto del enlace volver"
597
 
598
  # @ gallery
599
- #: gallery-plugin.php:1140
600
  msgid "The Back link URL"
601
  msgstr "URL del enlacw Volver"
602
 
603
  # @ gallery
604
- #: gallery-plugin.php:1142
605
  msgid "Gallery page (Page with Gallery Template)"
606
  msgstr "Página de la Galeria (planilla otema usado para la pagina de la Galeria)"
607
 
608
  # @ gallery
609
- #: gallery-plugin.php:1144
610
  msgid "(Full URL to custom page)"
611
  msgstr "(URL completa para a página personalizada)"
612
 
613
  # @ gallery
614
- #: gallery-plugin.php:1148
615
  msgid "The Read More link text"
616
  msgstr "Texto del enlace leer mas"
617
 
618
- #: gallery-plugin.php:1154
619
  msgid "Add gallery to the search"
620
  msgstr "Agregar la galeria a la busqueda"
621
 
622
- #: gallery-plugin.php:1164
623
  msgid "Using"
624
  msgstr "Usando"
625
 
626
- #: gallery-plugin.php:1164
627
  msgid "powered by"
628
  msgstr "propulsado por"
629
 
630
- #: gallery-plugin.php:1167
631
  #: gallery-plugin.php:1171
 
632
  msgid "Using Custom Search powered by"
633
  msgstr "Usando buqueda customizada propulsado por"
634
 
635
- #: gallery-plugin.php:1167
636
  msgid "Activate Custom Search"
637
  msgstr "Activar Busqueda customizada"
638
 
639
- #: gallery-plugin.php:1171
640
  msgid "Download Custom Search"
641
  msgstr "Descarga Busqueda customizada"
642
 
643
- #: gallery-plugin.php:1181
 
 
 
 
 
 
 
 
 
644
  msgid "The lightbox helper"
645
  msgstr ""
646
 
647
- #: gallery-plugin.php:1183
648
  msgid "Do not use"
649
  msgstr ""
650
 
651
- #: gallery-plugin.php:1184
652
  msgid "Button helper"
653
  msgstr ""
654
 
655
- #: gallery-plugin.php:1185
656
  msgid "Thumbnail helper"
657
  msgstr ""
658
 
659
  # @ gallery
660
- #: gallery-plugin.php:1189
661
  msgid "Display Like buttons in the lightbox"
662
  msgstr "Mostrar botones me gusta en el Lightbox"
663
 
664
  # @ gallery
665
- #: gallery-plugin.php:1191
666
  msgid "FaceBook"
667
  msgstr "Facebook"
668
 
669
  # @ gallery
670
- #: gallery-plugin.php:1192
671
  msgid "Twitter"
672
  msgstr "Twitter"
673
 
674
  # @ gallery
675
- #: gallery-plugin.php:1193
676
  msgid "Pinterest"
677
  msgstr "Pinterest"
678
 
679
  # @ gallery
680
- #: gallery-plugin.php:1194
681
  msgid "Google +1"
682
  msgstr "Google +1"
683
 
684
  # @ gallery
685
- #: gallery-plugin.php:1198
686
  msgid "Slug for gallery item"
687
  msgstr "Slug para la galeria"
688
 
689
  # @ gallery
690
- #: gallery-plugin.php:1200
691
  msgid "for any structure of permalinks except the default structure"
692
  msgstr "para qualquier estrutura de los enlaces permanentes, exceto la estrutura predeterninada"
693
 
694
- #: gallery-plugin.php:1204
695
  msgid "Title for lightbox button"
696
  msgstr ""
697
 
698
  # @ default
699
- #: gallery-plugin.php:1235
700
  msgid "Save Changes"
701
  msgstr "Guardar Cambios"
702
 
703
- #: gallery-plugin.php:1241
704
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
705
  msgstr "Si te gusta este plugin,dale 5 estrellas en Woedpress"
706
 
707
  # @ gallery
708
- #: gallery-plugin.php:1242
709
  msgid "Rate the plugin"
710
  msgstr "Puntua este plugin"
711
 
712
- #: gallery-plugin.php:1245
713
  msgid "If there is something wrong about it, please contact us"
714
  msgstr "Si ve algo mal con el, pongase en contacto con nosotros"
715
 
716
- #: gallery-plugin.php:1256
717
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
718
  msgstr "En hora buena! La version PRO se a instalado y activado correctamente."
719
 
720
- #: gallery-plugin.php:1258
721
  msgid "Please, go to"
722
  msgstr "Porfavor, ir a"
723
 
724
  # @ gallery
725
- #: gallery-plugin.php:1258
726
  msgid "the setting page"
727
  msgstr "configurar plugin ("
728
 
729
- #: gallery-plugin.php:1259
730
  msgid "You will be redirected automatically in 5 seconds."
731
  msgstr "Sera redirecionado en 5 segundos"
732
 
733
- #: gallery-plugin.php:1264
734
  msgid "You can download and activate"
735
  msgstr "Puede descargar y activar"
736
 
737
- #: gallery-plugin.php:1266
738
  msgid "version of this plugin by entering Your license key."
739
  msgstr "version de este plugin introduciondo su clave de licencia."
740
 
741
- #: gallery-plugin.php:1268
742
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
743
  msgstr "Puede encontrar su clave de licencia en su pagina personal en la zona de clientes pinchando en el enlace."
744
 
745
- #: gallery-plugin.php:1270
746
  msgid "(your username is the email you specify when purchasing the product)."
747
  msgstr "(su nombre de usuario es su correo electronico que especifico en el proceso de compra)"
748
 
749
- #: gallery-plugin.php:1278
750
- #: gallery-plugin.php:1288
751
  msgid "Activate"
752
  msgstr ""
753
 
754
- #: gallery-plugin.php:1278
755
- #: gallery-plugin.php:1288
756
  msgid "Start Your Free 7-Day Trial Now"
757
  msgstr ""
758
 
759
  # @ gallery
760
- #: gallery-plugin.php:1306
761
  msgid "Support"
762
  msgstr "Soporte"
763
 
764
  # @ gallery
765
- #: gallery-plugin.php:1434
766
- #: template/gallery-single-template.php:13
767
  msgid "Download high resolution image"
768
  msgstr "Descarga la image de alta resolucion"
769
 
770
  # @ gallery
771
- #: gallery-plugin.php:1543
772
- #: template/gallery-single-template.php:76
773
  msgid "Sorry, nothing found."
774
  msgstr "Disculpe, nada fue encontrado."
775
 
776
  # @ gallery
777
- #: gallery-plugin.php:1565
778
- #: template/gallery-single-template.php:102
779
  msgid "Image"
780
  msgstr "Imagen"
781
 
782
  # @ gallery
783
- #: gallery-plugin.php:1856
784
  msgid "Image size not defined"
785
  msgstr "Tanaño de imagen no definida"
786
 
787
- #: gallery-plugin.php:1871
788
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
789
  msgstr "Solo podemos actualizar archivos PNG, JPEG, GIF, WPMP o XBM. Para otros formatos necesita volver a subir elarchivo."
790
 
791
- #: gallery-plugin.php:1882
792
  msgid "Image size changes not defined"
793
  msgstr "Tamaño de imagen no esta definida."
794
 
795
- #: gallery-plugin.php:1911
796
- #: gallery-plugin.php:1914
797
- #: gallery-plugin.php:1919
798
  msgid "Invalid path"
799
  msgstr "Ruta incorrecta."
800
 
801
- #: gallery-plugin.php:2042
802
  msgid "It’s time to upgrade your <strong>Gallery plugin</strong> to <strong>PRO</strong> version!"
803
  msgstr "Es hora de actualizar su <strong>Gallery plugin</strong> a la version <strong>PRO!</strong>"
804
 
805
- #: gallery-plugin.php:2043
806
  #, fuzzy
807
  msgid "Extend standard plugin functionality with new great options"
808
  msgstr "Funcionalidad standar extendida con nuevas opciones."
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-11 11:53+0300\n"
6
+ "PO-Revision-Date: 2014-07-11 11:53+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"
134
 
135
  # @ gallery
136
  #: gallery-plugin.php:374
137
+ #: gallery-plugin.php:1103
138
  msgid "Sort images by"
139
  msgstr "Ordenar imagens por"
140
 
231
 
232
  # @ gallery
233
  #: gallery-plugin.php:641
234
+ #: gallery-plugin.php:1107
235
  msgid "Date"
236
  msgstr "Fecha"
237
 
240
  msgid "Settings are saved"
241
  msgstr "Cambios guardados"
242
 
243
+ #: gallery-plugin.php:834
244
  #: gallery-plugin.php:874
245
  msgid "Wrong license key"
246
  msgstr "Licencia incorrecta"
247
 
248
+ #: gallery-plugin.php:866
249
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
250
  msgstr "Algo mal ocurrio. Intentelo mas tarde. Si el mismo error vuelve a ocurrir,pongase en contacto con nosotros aqui <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Disculpe las molestias."
251
 
254
  msgstr "Esta licencia ya esta en uso en otro sitio web."
255
 
256
  #: gallery-plugin.php:878
257
+ #: gallery-plugin.php:1292
258
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
259
  msgstr "A superado el numero de intentos disponibles por dia. Porfavor, suba el plugin de forma manual."
260
 
261
+ #: gallery-plugin.php:880
262
+ #, fuzzy
263
+ msgid "This license key is valid, but your license has expired."
264
+ msgstr "Esta licencia ya esta en uso en otro sitio web."
265
+
266
+ #: gallery-plugin.php:882
267
+ msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
268
+ msgstr ""
269
+
270
+ #: gallery-plugin.php:899
271
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
272
  msgstr "No se pudo descomprimir el archivo zip. Porfavor, suba el plugin de forma manual."
273
 
274
+ #: gallery-plugin.php:905
275
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
276
  msgstr "Su servidor no tiene soporte para archivos ZIP ni Phar. Porfavor, suba el plugin de forma manual."
277
 
278
+ #: gallery-plugin.php:909
279
+ #: gallery-plugin.php:918
280
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
281
  msgstr "Descar del archivo zip a fallado. Porfavor, suba el plugin de forma manual."
282
 
283
+ #: gallery-plugin.php:922
284
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
285
  msgstr "Error desconocido. Porfavor, suba el plugin de forma manual."
286
 
287
+ #: gallery-plugin.php:937
288
  msgid "Please, enter Your license key"
289
  msgstr "Introducca su clave de licencia."
290
 
291
  # @ gallery
292
+ #: gallery-plugin.php:945
293
  msgid "Gallery Settings"
294
  msgstr "Configuracion de la Galeria"
295
 
296
  # @ bestwebsoft
297
  # @ gallery
298
+ #: gallery-plugin.php:947
299
+ #: gallery-plugin.php:1314
300
+ #: gallery-plugin.php:1330
301
  msgid "Settings"
302
  msgstr "Configuraciones"
303
 
304
  # @ gallery
305
+ #: gallery-plugin.php:948
306
+ #: gallery-plugin.php:1315
307
  msgid "FAQ"
308
  msgstr "FAQ"
309
 
310
+ #: gallery-plugin.php:949
311
  msgid "Go PRO"
312
  msgstr "Ir a PRO"
313
 
314
+ #: gallery-plugin.php:954
315
  msgid "Notice:"
316
  msgstr "Nota:"
317
 
318
+ #: gallery-plugin.php:954
319
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
320
  msgstr "La configuracion a cambiado, no olvide de hacer click en el botton \"guardar cambios\""
321
 
322
  # @ gallery
323
+ #: gallery-plugin.php:955
324
  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:"
325
  msgstr "Si quiere agregar una Galeria a su pagina o entrada, simplemente copie y pege el codigo corto en la pagina o entrada."
326
 
327
  # @ gallery
328
+ #: gallery-plugin.php:957
329
  msgid "Please enable JavaScript to use the option to renew images."
330
  msgstr "Por favor habilite el Javascript para usar la opcion de renovar imagenes."
331
 
332
+ #: gallery-plugin.php:961
333
  msgid "Update images for gallery"
334
  msgstr "Actualizar imagene de la galeria"
335
 
336
  # @ gallery
337
+ #: gallery-plugin.php:963
338
  msgid "Update images"
339
  msgstr "Actualizar imagenes"
340
 
341
+ #: gallery-plugin.php:968
342
  msgid "Updating images..."
343
  msgstr "Actualizando imagenes"
344
 
345
  # @ gallery
346
+ #: gallery-plugin.php:969
347
  msgid "No image found"
348
  msgstr "Imagen no encontrada"
349
 
350
+ #: gallery-plugin.php:970
351
  msgid "All images are updated"
352
  msgstr "Todas las imgenes an sido actualizados"
353
 
354
+ #: gallery-plugin.php:971
355
  msgid "Error."
356
  msgstr "Error"
357
 
358
  # @ gallery
359
+ #: gallery-plugin.php:977
360
  msgid "Image size for the album cover"
361
  msgstr "Tamanño de la imagen para la portada del álbum"
362
 
363
  # @ gallery
364
+ #: gallery-plugin.php:979
365
+ #: gallery-plugin.php:987
366
+ #: gallery-plugin.php:1003
367
  msgid "Image size"
368
  msgstr "Tamaño de la imagen"
369
 
370
  # @ gallery
371
+ #: gallery-plugin.php:980
372
+ #: gallery-plugin.php:988
373
  msgid "Width (in px)"
374
  msgstr "Ancho (em px)"
375
 
376
  # @ gallery
377
+ #: gallery-plugin.php:981
378
+ #: gallery-plugin.php:989
379
  msgid "Height (in px)"
380
  msgstr "Altura (em px)"
381
 
382
  # @ gallery
383
+ #: gallery-plugin.php:985
384
  msgid "Gallery image size"
385
  msgstr "Tamanño de da imagen de la galeria"
386
 
387
  # @ gallery
388
+ #: gallery-plugin.php:993
389
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
390
  msgstr "WordPress creara una miniatura nueva cuando suba una nueva imagen."
391
 
392
  # @ gallery
393
+ #: gallery-plugin.php:1001
394
  msgid "Gallery image size in the lightbox"
395
  msgstr "Tamanño de la imagen en la galeria del Lightbox"
396
 
397
  # @ gallery
398
+ #: gallery-plugin.php:1004
399
  msgid "Max width (in px)"
400
  msgstr "Ancho máximo (em px)"
401
 
402
  # @ gallery
403
+ #: gallery-plugin.php:1005
404
  msgid "Max height (in px)"
405
  msgstr "Altura máxima (em px)"
406
 
407
  # @ gallery
408
+ #: gallery-plugin.php:1006
409
  msgid "Display a full size image in the lightbox"
410
  msgstr "Exibir la imagen en su tamaño completo en el Lightbox"
411
 
412
  # @ gallery
413
+ #: gallery-plugin.php:1010
414
  msgid "Crop position"
415
  msgstr "Recortar posicion"
416
 
417
  # @ gallery
418
+ #: gallery-plugin.php:1012
419
  msgid "Horizontal"
420
  msgstr "Horizontal"
421
 
422
  # @ gallery
423
+ #: gallery-plugin.php:1014
424
  msgid "left"
425
  msgstr "izquierda"
426
 
427
  # @ gallery
428
+ #: gallery-plugin.php:1015
429
+ #: gallery-plugin.php:1022
430
  msgid "center"
431
  msgstr "centro"
432
 
433
  # @ gallery
434
+ #: gallery-plugin.php:1016
435
  msgid "right"
436
  msgstr "direcha"
437
 
438
  # @ gallery
439
+ #: gallery-plugin.php:1019
440
  msgid "Vertical"
441
  msgstr "Vertical"
442
 
443
  # @ gallery
444
+ #: gallery-plugin.php:1021
445
  msgid "top"
446
  msgstr "Arriba"
447
 
448
  # @ gallery
449
+ #: gallery-plugin.php:1023
450
  msgid "bottom"
451
  msgstr "abajo"
452
 
453
  # @ gallery
454
+ #: gallery-plugin.php:1028
455
  msgid "Lightbox background"
456
  msgstr "Fundo del Lightbox"
457
 
458
  # @ gallery
459
+ #: gallery-plugin.php:1030
460
  msgid "Default"
461
  msgstr "Por Defecto"
462
 
463
  # @ gallery
464
+ #: gallery-plugin.php:1031
465
  msgid "Background transparency (from 0 to 1)"
466
  msgstr "Transparencia del fondo (de 0 a 1)"
467
 
468
  # @ gallery
469
+ #: gallery-plugin.php:1033
470
  msgid "Select a background color"
471
  msgstr "Selecionar un color de fondo"
472
 
473
  # @ gallery
474
+ #: gallery-plugin.php:1035
475
  msgid "Background color"
476
  msgstr "Color de fondo"
477
 
478
+ #: gallery-plugin.php:1042
479
+ #: gallery-plugin.php:1222
480
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
481
  msgstr "Si actualiza a PRO sus configuraciones se guardaran"
482
 
483
+ #: gallery-plugin.php:1049
484
+ #: gallery-plugin.php:1229
485
  msgid "Unlock premium options by upgrading to a PRO version."
486
  msgstr ""
487
 
488
+ #: gallery-plugin.php:1050
489
+ #: gallery-plugin.php:1230
490
+ #: gallery-plugin.php:2049
491
  msgid "Learn More"
492
  msgstr "Saber mas."
493
 
494
+ #: gallery-plugin.php:1054
495
+ #: gallery-plugin.php:1234
496
  msgid "Start Your Trial"
497
  msgstr ""
498
 
499
+ #: gallery-plugin.php:1055
500
+ #: gallery-plugin.php:1235
501
+ #: gallery-plugin.php:1289
502
+ #: gallery-plugin.php:1299
503
  msgid "or"
504
  msgstr ""
505
 
506
+ #: gallery-plugin.php:1058
507
+ #: gallery-plugin.php:1238
508
  #, fuzzy
509
  msgid "Go"
510
  msgstr "Go!"
511
 
512
  # @ gallery
513
+ #: gallery-plugin.php:1066
514
  msgid "Images with border"
515
  msgstr "Imagens con borde"
516
 
517
  # @ gallery
518
+ #: gallery-plugin.php:1069
519
  msgid "Border width in px, just numbers"
520
  msgstr "Ancho del borde en px, solo números"
521
 
522
  # @ gallery
523
+ #: gallery-plugin.php:1071
524
+ #: gallery-plugin.php:1073
525
  msgid "Select a border color"
526
  msgstr "Escoja el color del borde"
527
 
528
  # @ gallery
529
+ #: gallery-plugin.php:1079
530
  msgid "Number of images in the row"
531
  msgstr "Número de imagenes por fila"
532
 
533
  # @ gallery
534
+ #: gallery-plugin.php:1085
535
  msgid "Start slideshow"
536
  msgstr "Iniciar Apresentacion de diapositivas"
537
 
538
  # @ gallery
539
+ #: gallery-plugin.php:1091
540
  msgid "Slideshow interval"
541
  msgstr "Intervalo entre las diapositivas"
542
 
543
+ #: gallery-plugin.php:1097
544
  msgid "Use single lightbox for multiple galleries on one page"
545
  msgstr "Usar un LightBox unici para multiples galerias en una pagina."
546
 
547
  # @ gallery
548
+ #: gallery-plugin.php:1105
549
  msgid "Attachment ID"
550
  msgstr "ID del anexo"
551
 
552
  # @ gallery
553
+ #: gallery-plugin.php:1106
554
  msgid "Image Name"
555
  msgstr "Nome da Imagen"
556
 
557
  # @ gallery
558
+ #: gallery-plugin.php:1108
559
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
560
  msgstr "Criterio de clasificación (el campo de entrada de clasificacion en el cuadro de diálogo insertar/subir emdia a la galeria)"
561
 
562
  # @ gallery
563
+ #: gallery-plugin.php:1109
564
  msgid "Random"
565
  msgstr "Aleatório"
566
 
567
  # @ gallery
568
+ #: gallery-plugin.php:1113
569
  msgid "Sort images"
570
  msgstr "Ordenar imagenes:"
571
 
572
  # @ gallery
573
+ #: gallery-plugin.php:1115
574
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
575
  msgstr "ASC (orden ascente de los valores mas baijos a los mas altos - 1, 2, 3; a, b, c)"
576
 
577
  # @ gallery
578
+ #: gallery-plugin.php:1116
579
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
580
  msgstr "DESC (orden descendente de los valores mas altos a los mas baijos - 1, 2, 3; a, b, c)"
581
 
582
  # @ gallery
583
+ #: gallery-plugin.php:1120
584
  msgid "Display text above the image"
585
  msgstr "Mostrar texto acima da imagen"
586
 
587
  # @ gallery
588
+ #: gallery-plugin.php:1122
589
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
590
  msgstr "Desmarque la casilla, si solo quiere mostrar texto en el lightbox"
591
 
592
  # @ gallery
593
+ #: gallery-plugin.php:1126
594
  msgid "Display the Back link"
595
  msgstr "Mostrar enlace Volver"
596
 
597
  # @ gallery
598
+ #: gallery-plugin.php:1132
599
  msgid "Display the Back link in the shortcode"
600
  msgstr "Mostrar enlace Volver codigo corto"
601
 
602
  # @ gallery
603
+ #: gallery-plugin.php:1138
604
  msgid "The Back link text"
605
  msgstr "Texto del enlace volver"
606
 
607
  # @ gallery
608
+ #: gallery-plugin.php:1144
609
  msgid "The Back link URL"
610
  msgstr "URL del enlacw Volver"
611
 
612
  # @ gallery
613
+ #: gallery-plugin.php:1146
614
  msgid "Gallery page (Page with Gallery Template)"
615
  msgstr "Página de la Galeria (planilla otema usado para la pagina de la Galeria)"
616
 
617
  # @ gallery
618
+ #: gallery-plugin.php:1148
619
  msgid "(Full URL to custom page)"
620
  msgstr "(URL completa para a página personalizada)"
621
 
622
  # @ gallery
623
+ #: gallery-plugin.php:1152
624
  msgid "The Read More link text"
625
  msgstr "Texto del enlace leer mas"
626
 
627
+ #: gallery-plugin.php:1158
628
  msgid "Add gallery to the search"
629
  msgstr "Agregar la galeria a la busqueda"
630
 
631
+ #: gallery-plugin.php:1168
632
  msgid "Using"
633
  msgstr "Usando"
634
 
635
+ #: gallery-plugin.php:1168
636
  msgid "powered by"
637
  msgstr "propulsado por"
638
 
 
639
  #: gallery-plugin.php:1171
640
+ #: gallery-plugin.php:1175
641
  msgid "Using Custom Search powered by"
642
  msgstr "Usando buqueda customizada propulsado por"
643
 
644
+ #: gallery-plugin.php:1171
645
  msgid "Activate Custom Search"
646
  msgstr "Activar Busqueda customizada"
647
 
648
+ #: gallery-plugin.php:1175
649
  msgid "Download Custom Search"
650
  msgstr "Descarga Busqueda customizada"
651
 
652
+ #: gallery-plugin.php:1185
653
+ #, fuzzy
654
+ msgid "Use pagination for images"
655
+ msgstr "Actualizando imagenes"
656
+
657
+ #: gallery-plugin.php:1188
658
+ msgid "per page"
659
+ msgstr ""
660
+
661
+ #: gallery-plugin.php:1192
662
  msgid "The lightbox helper"
663
  msgstr ""
664
 
665
+ #: gallery-plugin.php:1194
666
  msgid "Do not use"
667
  msgstr ""
668
 
669
+ #: gallery-plugin.php:1195
670
  msgid "Button helper"
671
  msgstr ""
672
 
673
+ #: gallery-plugin.php:1196
674
  msgid "Thumbnail helper"
675
  msgstr ""
676
 
677
  # @ gallery
678
+ #: gallery-plugin.php:1200
679
  msgid "Display Like buttons in the lightbox"
680
  msgstr "Mostrar botones me gusta en el Lightbox"
681
 
682
  # @ gallery
683
+ #: gallery-plugin.php:1202
684
  msgid "FaceBook"
685
  msgstr "Facebook"
686
 
687
  # @ gallery
688
+ #: gallery-plugin.php:1203
689
  msgid "Twitter"
690
  msgstr "Twitter"
691
 
692
  # @ gallery
693
+ #: gallery-plugin.php:1204
694
  msgid "Pinterest"
695
  msgstr "Pinterest"
696
 
697
  # @ gallery
698
+ #: gallery-plugin.php:1205
699
  msgid "Google +1"
700
  msgstr "Google +1"
701
 
702
  # @ gallery
703
+ #: gallery-plugin.php:1209
704
  msgid "Slug for gallery item"
705
  msgstr "Slug para la galeria"
706
 
707
  # @ gallery
708
+ #: gallery-plugin.php:1211
709
  msgid "for any structure of permalinks except the default structure"
710
  msgstr "para qualquier estrutura de los enlaces permanentes, exceto la estrutura predeterninada"
711
 
712
+ #: gallery-plugin.php:1215
713
  msgid "Title for lightbox button"
714
  msgstr ""
715
 
716
  # @ default
717
+ #: gallery-plugin.php:1246
718
  msgid "Save Changes"
719
  msgstr "Guardar Cambios"
720
 
721
+ #: gallery-plugin.php:1252
722
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
723
  msgstr "Si te gusta este plugin,dale 5 estrellas en Woedpress"
724
 
725
  # @ gallery
726
+ #: gallery-plugin.php:1253
727
  msgid "Rate the plugin"
728
  msgstr "Puntua este plugin"
729
 
730
+ #: gallery-plugin.php:1256
731
  msgid "If there is something wrong about it, please contact us"
732
  msgstr "Si ve algo mal con el, pongase en contacto con nosotros"
733
 
734
+ #: gallery-plugin.php:1267
735
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
736
  msgstr "En hora buena! La version PRO se a instalado y activado correctamente."
737
 
738
+ #: gallery-plugin.php:1269
739
  msgid "Please, go to"
740
  msgstr "Porfavor, ir a"
741
 
742
  # @ gallery
743
+ #: gallery-plugin.php:1269
744
  msgid "the setting page"
745
  msgstr "configurar plugin ("
746
 
747
+ #: gallery-plugin.php:1270
748
  msgid "You will be redirected automatically in 5 seconds."
749
  msgstr "Sera redirecionado en 5 segundos"
750
 
751
+ #: gallery-plugin.php:1275
752
  msgid "You can download and activate"
753
  msgstr "Puede descargar y activar"
754
 
755
+ #: gallery-plugin.php:1277
756
  msgid "version of this plugin by entering Your license key."
757
  msgstr "version de este plugin introduciondo su clave de licencia."
758
 
759
+ #: gallery-plugin.php:1279
760
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
761
  msgstr "Puede encontrar su clave de licencia en su pagina personal en la zona de clientes pinchando en el enlace."
762
 
763
+ #: gallery-plugin.php:1281
764
  msgid "(your username is the email you specify when purchasing the product)."
765
  msgstr "(su nombre de usuario es su correo electronico que especifico en el proceso de compra)"
766
 
767
+ #: gallery-plugin.php:1289
768
+ #: gallery-plugin.php:1299
769
  msgid "Activate"
770
  msgstr ""
771
 
772
+ #: gallery-plugin.php:1289
773
+ #: gallery-plugin.php:1299
774
  msgid "Start Your Free 7-Day Trial Now"
775
  msgstr ""
776
 
777
  # @ gallery
778
+ #: gallery-plugin.php:1316
779
  msgid "Support"
780
  msgstr "Soporte"
781
 
782
  # @ gallery
783
+ #: gallery-plugin.php:1444
784
+ #: template/gallery-single-template.php:14
785
  msgid "Download high resolution image"
786
  msgstr "Descarga la image de alta resolucion"
787
 
788
  # @ gallery
789
+ #: gallery-plugin.php:1553
790
+ #: template/gallery-single-template.php:77
791
  msgid "Sorry, nothing found."
792
  msgstr "Disculpe, nada fue encontrado."
793
 
794
  # @ gallery
795
+ #: gallery-plugin.php:1575
796
+ #: template/gallery-single-template.php:104
797
  msgid "Image"
798
  msgstr "Imagen"
799
 
800
  # @ gallery
801
+ #: gallery-plugin.php:1866
802
  msgid "Image size not defined"
803
  msgstr "Tanaño de imagen no definida"
804
 
805
+ #: gallery-plugin.php:1881
806
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
807
  msgstr "Solo podemos actualizar archivos PNG, JPEG, GIF, WPMP o XBM. Para otros formatos necesita volver a subir elarchivo."
808
 
809
+ #: gallery-plugin.php:1892
810
  msgid "Image size changes not defined"
811
  msgstr "Tamaño de imagen no esta definida."
812
 
813
+ #: gallery-plugin.php:1921
814
+ #: gallery-plugin.php:1924
815
+ #: gallery-plugin.php:1929
816
  msgid "Invalid path"
817
  msgstr "Ruta incorrecta."
818
 
819
+ #: gallery-plugin.php:2052
820
  msgid "It’s time to upgrade your <strong>Gallery plugin</strong> to <strong>PRO</strong> version!"
821
  msgstr "Es hora de actualizar su <strong>Gallery plugin</strong> a la version <strong>PRO!</strong>"
822
 
823
+ #: gallery-plugin.php:2053
824
  #, fuzzy
825
  msgid "Extend standard plugin functionality with new great options"
826
  msgstr "Funcionalidad standar extendida con nuevas opciones."
languages/gallery-fr_FR.mo CHANGED
Binary file
languages/gallery-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-05-15 17:38+0300\n"
6
- "PO-Revision-Date: 2014-05-15 17:38+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"
@@ -113,7 +113,7 @@ msgid "Please make a choice"
113
  msgstr "Merci de faire un choix"
114
 
115
  #: gallery-plugin.php:374
116
- #: gallery-plugin.php:1099
117
  msgid "Sort images by"
118
  msgstr "Trier les images par"
119
 
@@ -192,7 +192,7 @@ msgid "Publishing"
192
  msgstr "Public"
193
 
194
  #: gallery-plugin.php:641
195
- #: gallery-plugin.php:1103
196
  msgid "Date"
197
  msgstr "Date"
198
 
@@ -200,12 +200,12 @@ msgstr "Date"
200
  msgid "Settings are saved"
201
  msgstr "Paramètres sauvegardés."
202
 
203
- #: gallery-plugin.php:835
204
  #: gallery-plugin.php:874
205
  msgid "Wrong license key"
206
  msgstr "Clé de licence incorrecte"
207
 
208
- #: gallery-plugin.php:867
209
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
210
  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."
211
 
@@ -214,486 +214,504 @@ msgid "This license key is bind to another site"
214
  msgstr "La clé de licence correspond à un autre site."
215
 
216
  #: gallery-plugin.php:878
217
- #: gallery-plugin.php:1281
218
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
219
  msgstr "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de télécharger l'extension manuellement."
220
 
221
- #: gallery-plugin.php:895
 
 
 
 
 
 
 
 
 
222
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
223
  msgstr "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension manuellement."
224
 
225
- #: gallery-plugin.php:901
226
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
227
  msgstr "Votre server n'a pas le support du format des archives ZIP ou Phar. Merci de télécharger l'extension manuellement."
228
 
229
- #: gallery-plugin.php:905
230
- #: gallery-plugin.php:914
231
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
232
  msgstr "Erreur de téléchargement de l'archive ZIP. Merci de télécharger l'extension manuellement."
233
 
234
- #: gallery-plugin.php:918
235
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
236
  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."
237
 
238
- #: gallery-plugin.php:933
239
  msgid "Please, enter Your license key"
240
  msgstr "Merci de saisir votre clé de liecence"
241
 
242
- #: gallery-plugin.php:941
243
  msgid "Gallery Settings"
244
  msgstr "Paramètres de la galerie"
245
 
246
- #: gallery-plugin.php:943
247
- #: gallery-plugin.php:1304
248
- #: gallery-plugin.php:1320
249
  msgid "Settings"
250
  msgstr "Réglages"
251
 
252
- #: gallery-plugin.php:944
253
- #: gallery-plugin.php:1305
254
  msgid "FAQ"
255
  msgstr "FAQ"
256
 
257
- #: gallery-plugin.php:945
258
  msgid "Go PRO"
259
  msgstr "Choisir la version PRO"
260
 
261
- #: gallery-plugin.php:950
262
  msgid "Notice:"
263
  msgstr "Avertissement :"
264
 
265
- #: gallery-plugin.php:950
266
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
267
  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'."
268
 
269
- #: gallery-plugin.php:951
270
  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:"
271
  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:"
272
 
273
- #: gallery-plugin.php:953
274
  msgid "Please enable JavaScript to use the option to renew images."
275
  msgstr "Merci d'activer JavaScript pour utiliser l'option de mise à jour des images."
276
 
277
- #: gallery-plugin.php:957
278
  msgid "Update images for gallery"
279
  msgstr "Mettre à jour les images pour la galerie"
280
 
281
- #: gallery-plugin.php:959
282
  msgid "Update images"
283
  msgstr "Mettre à jour les images"
284
 
285
- #: gallery-plugin.php:964
286
  msgid "Updating images..."
287
  msgstr "Mise à jour des images..."
288
 
289
- #: gallery-plugin.php:965
290
  msgid "No image found"
291
  msgstr "Pas d'image trouvée"
292
 
293
- #: gallery-plugin.php:966
294
  msgid "All images are updated"
295
  msgstr "Toutes les images ont été mises à jour"
296
 
297
- #: gallery-plugin.php:967
298
  msgid "Error."
299
  msgstr "Erreur."
300
 
301
- #: gallery-plugin.php:973
302
  msgid "Image size for the album cover"
303
  msgstr "Taille de la vignette de l'album"
304
 
305
- #: gallery-plugin.php:975
306
- #: gallery-plugin.php:983
307
- #: gallery-plugin.php:999
308
  msgid "Image size"
309
  msgstr "Taille de l'image"
310
 
311
- #: gallery-plugin.php:976
312
- #: gallery-plugin.php:984
313
  msgid "Width (in px)"
314
  msgstr "Largeur (en pixels)"
315
 
316
- #: gallery-plugin.php:977
317
- #: gallery-plugin.php:985
318
  msgid "Height (in px)"
319
  msgstr "Hauteur (en pixels)"
320
 
321
- #: gallery-plugin.php:981
322
  msgid "Gallery image size"
323
  msgstr "Taille de l'image de la galerie"
324
 
325
- #: gallery-plugin.php:989
326
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
327
  msgstr "WordPress créera une copie de la miniature avec les dimensions spécifiées quand vous envoyez une nouvelle photo."
328
 
329
- #: gallery-plugin.php:997
330
  msgid "Gallery image size in the lightbox"
331
  msgstr "Taille de l'image de la galerie"
332
 
333
- #: gallery-plugin.php:1000
334
  msgid "Max width (in px)"
335
  msgstr "Largeur maximum (en pixels)"
336
 
337
- #: gallery-plugin.php:1001
338
  msgid "Max height (in px)"
339
  msgstr "Hauteur maximum (en pixels)"
340
 
341
- #: gallery-plugin.php:1002
342
  msgid "Display a full size image in the lightbox"
343
  msgstr "Afficher une image en taille normale dans la boite"
344
 
345
- #: gallery-plugin.php:1006
346
  msgid "Crop position"
347
  msgstr "Point de base"
348
 
349
- #: gallery-plugin.php:1008
350
  msgid "Horizontal"
351
  msgstr "Horizontale"
352
 
353
- #: gallery-plugin.php:1010
354
  msgid "left"
355
  msgstr "gauche"
356
 
357
- #: gallery-plugin.php:1011
358
- #: gallery-plugin.php:1018
359
  msgid "center"
360
  msgstr "centré"
361
 
362
- #: gallery-plugin.php:1012
363
  msgid "right"
364
  msgstr "droite"
365
 
366
- #: gallery-plugin.php:1015
367
  msgid "Vertical"
368
  msgstr "Verticale"
369
 
370
- #: gallery-plugin.php:1017
371
  msgid "top"
372
  msgstr "haut"
373
 
374
- #: gallery-plugin.php:1019
375
  msgid "bottom"
376
  msgstr "bas"
377
 
378
- #: gallery-plugin.php:1024
379
  msgid "Lightbox background"
380
  msgstr "Fond de la boite"
381
 
382
- #: gallery-plugin.php:1026
383
  msgid "Default"
384
  msgstr "Défaut"
385
 
386
- #: gallery-plugin.php:1027
387
  msgid "Background transparency (from 0 to 1)"
388
  msgstr "Transparence du fond (de 0 à 1)"
389
 
390
- #: gallery-plugin.php:1029
391
  msgid "Select a background color"
392
  msgstr "Choisir une couleur pour le fond"
393
 
394
- #: gallery-plugin.php:1031
395
  msgid "Background color"
396
  msgstr "Couleur du fond"
397
 
398
- #: gallery-plugin.php:1038
399
- #: gallery-plugin.php:1211
400
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
401
  msgstr "Si vous passez à  la version Pro, tous ces paramètres seront enregistrés."
402
 
403
- #: gallery-plugin.php:1045
404
- #: gallery-plugin.php:1218
405
  msgid "Unlock premium options by upgrading to a PRO version."
406
  msgstr "Déploquer les options premium en migrant vers la version PRO."
407
 
408
- #: gallery-plugin.php:1046
409
- #: gallery-plugin.php:1219
410
- #: gallery-plugin.php:2039
411
  msgid "Learn More"
412
  msgstr "En savoir plus"
413
 
414
- #: gallery-plugin.php:1050
415
- #: gallery-plugin.php:1223
416
  msgid "Start Your Trial"
417
  msgstr ""
418
 
419
- #: gallery-plugin.php:1051
420
- #: gallery-plugin.php:1224
421
- #: gallery-plugin.php:1278
422
- #: gallery-plugin.php:1288
423
  msgid "or"
424
  msgstr ""
425
 
426
- #: gallery-plugin.php:1054
427
- #: gallery-plugin.php:1227
428
  msgid "Go"
429
  msgstr "Allez"
430
 
431
- #: gallery-plugin.php:1062
432
  msgid "Images with border"
433
  msgstr "Image avec bordure"
434
 
435
- #: gallery-plugin.php:1065
436
  msgid "Border width in px, just numbers"
437
  msgstr "Taille de la bordure en pixel, juste le nombre"
438
 
439
- #: gallery-plugin.php:1067
440
- #: gallery-plugin.php:1069
441
  msgid "Select a border color"
442
  msgstr "Choisir une couleur pour la bordure"
443
 
444
- #: gallery-plugin.php:1075
445
  msgid "Number of images in the row"
446
  msgstr "Nombre d'images par ligne"
447
 
448
- #: gallery-plugin.php:1081
449
  msgid "Start slideshow"
450
  msgstr "Démarer le diaporama"
451
 
452
- #: gallery-plugin.php:1087
453
  msgid "Slideshow interval"
454
  msgstr "Interval de transition pour le diaporama"
455
 
456
- #: gallery-plugin.php:1093
457
  msgid "Use single lightbox for multiple galleries on one page"
458
  msgstr "Utiliser un seul diaporama pour plusieures galeries sur une seule page"
459
 
460
- #: gallery-plugin.php:1101
461
  msgid "Attachment ID"
462
  msgstr "ID du fichier"
463
 
464
- #: gallery-plugin.php:1102
465
  msgid "Image Name"
466
  msgstr "Nom de l'image "
467
 
468
- #: gallery-plugin.php:1104
469
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
470
  msgstr "Ordre de tri (le nombre dans la fenêtre d'insertion / téléchargement de la galerie)"
471
 
472
- #: gallery-plugin.php:1105
473
  msgid "Random"
474
  msgstr "Aléatoire"
475
 
476
- #: gallery-plugin.php:1109
477
  msgid "Sort images"
478
  msgstr "Trier les images"
479
 
480
- #: gallery-plugin.php:1111
481
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
482
  msgstr "ASC (ordre ascendant de la plus petite à la plus grande valeur - 1, 2, 3; a, b, c)"
483
 
484
- #: gallery-plugin.php:1112
485
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
486
  msgstr "DESC (ordre descendant de la plus grade à la plus petite - 3, 2, 1; c, b, a)"
487
 
488
- #: gallery-plugin.php:1116
489
  msgid "Display text above the image"
490
  msgstr "Aficher le texte au dessus de l'image"
491
 
492
- #: gallery-plugin.php:1118
493
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
494
  msgstr "Si vous voulez juste afficher du texte dans une boite, désactiver l'option"
495
 
496
- #: gallery-plugin.php:1122
497
  msgid "Display the Back link"
498
  msgstr "Afficher le lien de retour"
499
 
500
- #: gallery-plugin.php:1128
501
  msgid "Display the Back link in the shortcode"
502
  msgstr "Afficher le lien de retour dans le code court"
503
 
504
- #: gallery-plugin.php:1134
505
  msgid "The Back link text"
506
  msgstr "Le text pour le lien de retour"
507
 
508
- #: gallery-plugin.php:1140
509
  msgid "The Back link URL"
510
  msgstr "L'URL pour le lien de retour"
511
 
512
- #: gallery-plugin.php:1142
513
  msgid "Gallery page (Page with Gallery Template)"
514
  msgstr "Page de la galerie (Page avec le modèle de galerie)"
515
 
516
- #: gallery-plugin.php:1144
517
  msgid "(Full URL to custom page)"
518
  msgstr "(URL complète pour la page spécifique)"
519
 
520
- #: gallery-plugin.php:1148
521
  msgid "The Read More link text"
522
  msgstr "Texte pour le lien \"Read More\""
523
 
524
- #: gallery-plugin.php:1154
525
  msgid "Add gallery to the search"
526
  msgstr "Ajouter les galeries à la recherche"
527
 
528
- #: gallery-plugin.php:1164
529
  msgid "Using"
530
  msgstr "Utilisant"
531
 
532
- #: gallery-plugin.php:1164
533
  msgid "powered by"
534
  msgstr "fournis par"
535
 
536
- #: gallery-plugin.php:1167
537
  #: gallery-plugin.php:1171
 
538
  msgid "Using Custom Search powered by"
539
  msgstr "Utiliser les recherche personalisées fournies par"
540
 
541
- #: gallery-plugin.php:1167
542
  msgid "Activate Custom Search"
543
  msgstr "Activer les recherche personalisées"
544
 
545
- #: gallery-plugin.php:1171
546
  msgid "Download Custom Search"
547
  msgstr "Télécharger les recherches personalisées"
548
 
549
- #: gallery-plugin.php:1181
 
 
 
 
 
 
 
 
 
550
  msgid "The lightbox helper"
551
  msgstr "L'aide de lightbox"
552
 
553
- #: gallery-plugin.php:1183
554
  msgid "Do not use"
555
  msgstr "Ne pas utliser"
556
 
557
- #: gallery-plugin.php:1184
558
  msgid "Button helper"
559
  msgstr "Bouton pour l'assistant"
560
 
561
- #: gallery-plugin.php:1185
562
  msgid "Thumbnail helper"
563
  msgstr "Assistant de la galerie"
564
 
565
- #: gallery-plugin.php:1189
566
  msgid "Display Like buttons in the lightbox"
567
  msgstr "Afficher les boutons des réseaux sociaux dans la boite"
568
 
569
- #: gallery-plugin.php:1191
570
  msgid "FaceBook"
571
  msgstr "FaceBook"
572
 
573
- #: gallery-plugin.php:1192
574
  msgid "Twitter"
575
  msgstr "Twitter"
576
 
577
- #: gallery-plugin.php:1193
578
  msgid "Pinterest"
579
  msgstr "Pinterest"
580
 
581
- #: gallery-plugin.php:1194
582
  msgid "Google +1"
583
  msgstr "Google +1"
584
 
585
- #: gallery-plugin.php:1198
586
  msgid "Slug for gallery item"
587
  msgstr "Racine pour les pages des galeries"
588
 
589
- #: gallery-plugin.php:1200
590
  msgid "for any structure of permalinks except the default structure"
591
  msgstr "pour toute forme de permaliens à l'exception de la forme par défaut"
592
 
593
- #: gallery-plugin.php:1204
594
  msgid "Title for lightbox button"
595
  msgstr "Titre pour le bouton lightbox"
596
 
597
- #: gallery-plugin.php:1235
598
  msgid "Save Changes"
599
  msgstr "Sauvegarder"
600
 
601
- #: gallery-plugin.php:1241
602
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
603
  msgstr "Si notre extension vous satisfait, merci de la notée avec 5 étoiles dans Wordpress"
604
 
605
- #: gallery-plugin.php:1242
606
  msgid "Rate the plugin"
607
  msgstr "Noter l'extension"
608
 
609
- #: gallery-plugin.php:1245
610
  msgid "If there is something wrong about it, please contact us"
611
  msgstr "Si vous avez des questions, merci de nous contacter"
612
 
613
- #: gallery-plugin.php:1256
614
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
615
  msgstr "Félicitations! La version PRO de cette extension a été téléchargée et activée avec succès."
616
 
617
- #: gallery-plugin.php:1258
618
  msgid "Please, go to"
619
  msgstr "Merci d'allez à"
620
 
621
- #: gallery-plugin.php:1258
622
  msgid "the setting page"
623
  msgstr "la page des paramètres"
624
 
625
- #: gallery-plugin.php:1259
626
  msgid "You will be redirected automatically in 5 seconds."
627
  msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
628
 
629
- #: gallery-plugin.php:1264
630
  msgid "You can download and activate"
631
  msgstr "Vous pouvez la télécharger et l'activer"
632
 
633
- #: gallery-plugin.php:1266
634
  msgid "version of this plugin by entering Your license key."
635
  msgstr "version de cette extension en donnant votre clé de licence."
636
 
637
- #: gallery-plugin.php:1268
638
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
639
  msgstr "Vous pouvez trouver votre clé de licence sur votre page personnelle dans la zone cliente en cliquant sur le lien"
640
 
641
- #: gallery-plugin.php:1270
642
  msgid "(your username is the email you specify when purchasing the product)."
643
  msgstr "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de l'achat de l'extension)."
644
 
645
- #: gallery-plugin.php:1278
646
- #: gallery-plugin.php:1288
647
  msgid "Activate"
648
  msgstr "Activer"
649
 
650
- #: gallery-plugin.php:1278
651
- #: gallery-plugin.php:1288
652
  msgid "Start Your Free 7-Day Trial Now"
653
  msgstr ""
654
 
655
- #: gallery-plugin.php:1306
656
  msgid "Support"
657
  msgstr "Soutien"
658
 
659
- #: gallery-plugin.php:1434
660
- #: template/gallery-single-template.php:13
661
  msgid "Download high resolution image"
662
  msgstr "Télécharger l'image en haute résolution"
663
 
664
- #: gallery-plugin.php:1543
665
- #: template/gallery-single-template.php:76
666
  msgid "Sorry, nothing found."
667
  msgstr "Désolé, rien n'a été trouvé"
668
 
669
- #: gallery-plugin.php:1565
670
- #: template/gallery-single-template.php:102
671
  msgid "Image"
672
  msgstr "Image "
673
 
674
- #: gallery-plugin.php:1856
675
  msgid "Image size not defined"
676
  msgstr "Taille de l'image non définie"
677
 
678
- #: gallery-plugin.php:1871
679
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
680
  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."
681
 
682
- #: gallery-plugin.php:1882
683
  msgid "Image size changes not defined"
684
  msgstr "La modification de la taille n'est pas définie"
685
 
686
- #: gallery-plugin.php:1911
687
- #: gallery-plugin.php:1914
688
- #: gallery-plugin.php:1919
689
  msgid "Invalid path"
690
  msgstr "Chemin invalide"
691
 
692
- #: gallery-plugin.php:2042
693
  msgid "It’s time to upgrade your <strong>Gallery plugin</strong> to <strong>PRO</strong> version!"
694
  msgstr "Il est peut-être temps de passer votre extension <strong>Gallery</strong> vers la version <strong>PRO</strong> !"
695
 
696
- #: gallery-plugin.php:2043
697
  msgid "Extend standard plugin functionality with new great options"
698
  msgstr "Etend les fonctions standards avec de nouveaux paramètres."
699
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-11 11:53+0300\n"
6
+ "PO-Revision-Date: 2014-07-11 11:53+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"
113
  msgstr "Merci de faire un choix"
114
 
115
  #: gallery-plugin.php:374
116
+ #: gallery-plugin.php:1103
117
  msgid "Sort images by"
118
  msgstr "Trier les images par"
119
 
192
  msgstr "Public"
193
 
194
  #: gallery-plugin.php:641
195
+ #: gallery-plugin.php:1107
196
  msgid "Date"
197
  msgstr "Date"
198
 
200
  msgid "Settings are saved"
201
  msgstr "Paramètres sauvegardés."
202
 
203
+ #: gallery-plugin.php:834
204
  #: gallery-plugin.php:874
205
  msgid "Wrong license key"
206
  msgstr "Clé de licence incorrecte"
207
 
208
+ #: gallery-plugin.php:866
209
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
210
  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."
211
 
214
  msgstr "La clé de licence correspond à un autre site."
215
 
216
  #: gallery-plugin.php:878
217
+ #: gallery-plugin.php:1292
218
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
219
  msgstr "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de télécharger l'extension manuellement."
220
 
221
+ #: gallery-plugin.php:880
222
+ #, fuzzy
223
+ msgid "This license key is valid, but your license has expired."
224
+ msgstr "La clé de licence correspond à un autre site."
225
+
226
+ #: gallery-plugin.php:882
227
+ msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
228
+ msgstr ""
229
+
230
+ #: gallery-plugin.php:899
231
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
232
  msgstr "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension manuellement."
233
 
234
+ #: gallery-plugin.php:905
235
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
236
  msgstr "Votre server n'a pas le support du format des archives ZIP ou Phar. Merci de télécharger l'extension manuellement."
237
 
238
+ #: gallery-plugin.php:909
239
+ #: gallery-plugin.php:918
240
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
241
  msgstr "Erreur de téléchargement de l'archive ZIP. Merci de télécharger l'extension manuellement."
242
 
243
+ #: gallery-plugin.php:922
244
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
245
  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."
246
 
247
+ #: gallery-plugin.php:937
248
  msgid "Please, enter Your license key"
249
  msgstr "Merci de saisir votre clé de liecence"
250
 
251
+ #: gallery-plugin.php:945
252
  msgid "Gallery Settings"
253
  msgstr "Paramètres de la galerie"
254
 
255
+ #: gallery-plugin.php:947
256
+ #: gallery-plugin.php:1314
257
+ #: gallery-plugin.php:1330
258
  msgid "Settings"
259
  msgstr "Réglages"
260
 
261
+ #: gallery-plugin.php:948
262
+ #: gallery-plugin.php:1315
263
  msgid "FAQ"
264
  msgstr "FAQ"
265
 
266
+ #: gallery-plugin.php:949
267
  msgid "Go PRO"
268
  msgstr "Choisir la version PRO"
269
 
270
+ #: gallery-plugin.php:954
271
  msgid "Notice:"
272
  msgstr "Avertissement :"
273
 
274
+ #: gallery-plugin.php:954
275
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
276
  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'."
277
 
278
+ #: gallery-plugin.php:955
279
  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:"
280
  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:"
281
 
282
+ #: gallery-plugin.php:957
283
  msgid "Please enable JavaScript to use the option to renew images."
284
  msgstr "Merci d'activer JavaScript pour utiliser l'option de mise à jour des images."
285
 
286
+ #: gallery-plugin.php:961
287
  msgid "Update images for gallery"
288
  msgstr "Mettre à jour les images pour la galerie"
289
 
290
+ #: gallery-plugin.php:963
291
  msgid "Update images"
292
  msgstr "Mettre à jour les images"
293
 
294
+ #: gallery-plugin.php:968
295
  msgid "Updating images..."
296
  msgstr "Mise à jour des images..."
297
 
298
+ #: gallery-plugin.php:969
299
  msgid "No image found"
300
  msgstr "Pas d'image trouvée"
301
 
302
+ #: gallery-plugin.php:970
303
  msgid "All images are updated"
304
  msgstr "Toutes les images ont été mises à jour"
305
 
306
+ #: gallery-plugin.php:971
307
  msgid "Error."
308
  msgstr "Erreur."
309
 
310
+ #: gallery-plugin.php:977
311
  msgid "Image size for the album cover"
312
  msgstr "Taille de la vignette de l'album"
313
 
314
+ #: gallery-plugin.php:979
315
+ #: gallery-plugin.php:987
316
+ #: gallery-plugin.php:1003
317
  msgid "Image size"
318
  msgstr "Taille de l'image"
319
 
320
+ #: gallery-plugin.php:980
321
+ #: gallery-plugin.php:988
322
  msgid "Width (in px)"
323
  msgstr "Largeur (en pixels)"
324
 
325
+ #: gallery-plugin.php:981
326
+ #: gallery-plugin.php:989
327
  msgid "Height (in px)"
328
  msgstr "Hauteur (en pixels)"
329
 
330
+ #: gallery-plugin.php:985
331
  msgid "Gallery image size"
332
  msgstr "Taille de l'image de la galerie"
333
 
334
+ #: gallery-plugin.php:993
335
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
336
  msgstr "WordPress créera une copie de la miniature avec les dimensions spécifiées quand vous envoyez une nouvelle photo."
337
 
338
+ #: gallery-plugin.php:1001
339
  msgid "Gallery image size in the lightbox"
340
  msgstr "Taille de l'image de la galerie"
341
 
342
+ #: gallery-plugin.php:1004
343
  msgid "Max width (in px)"
344
  msgstr "Largeur maximum (en pixels)"
345
 
346
+ #: gallery-plugin.php:1005
347
  msgid "Max height (in px)"
348
  msgstr "Hauteur maximum (en pixels)"
349
 
350
+ #: gallery-plugin.php:1006
351
  msgid "Display a full size image in the lightbox"
352
  msgstr "Afficher une image en taille normale dans la boite"
353
 
354
+ #: gallery-plugin.php:1010
355
  msgid "Crop position"
356
  msgstr "Point de base"
357
 
358
+ #: gallery-plugin.php:1012
359
  msgid "Horizontal"
360
  msgstr "Horizontale"
361
 
362
+ #: gallery-plugin.php:1014
363
  msgid "left"
364
  msgstr "gauche"
365
 
366
+ #: gallery-plugin.php:1015
367
+ #: gallery-plugin.php:1022
368
  msgid "center"
369
  msgstr "centré"
370
 
371
+ #: gallery-plugin.php:1016
372
  msgid "right"
373
  msgstr "droite"
374
 
375
+ #: gallery-plugin.php:1019
376
  msgid "Vertical"
377
  msgstr "Verticale"
378
 
379
+ #: gallery-plugin.php:1021
380
  msgid "top"
381
  msgstr "haut"
382
 
383
+ #: gallery-plugin.php:1023
384
  msgid "bottom"
385
  msgstr "bas"
386
 
387
+ #: gallery-plugin.php:1028
388
  msgid "Lightbox background"
389
  msgstr "Fond de la boite"
390
 
391
+ #: gallery-plugin.php:1030
392
  msgid "Default"
393
  msgstr "Défaut"
394
 
395
+ #: gallery-plugin.php:1031
396
  msgid "Background transparency (from 0 to 1)"
397
  msgstr "Transparence du fond (de 0 à 1)"
398
 
399
+ #: gallery-plugin.php:1033
400
  msgid "Select a background color"
401
  msgstr "Choisir une couleur pour le fond"
402
 
403
+ #: gallery-plugin.php:1035
404
  msgid "Background color"
405
  msgstr "Couleur du fond"
406
 
407
+ #: gallery-plugin.php:1042
408
+ #: gallery-plugin.php:1222
409
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
410
  msgstr "Si vous passez à  la version Pro, tous ces paramètres seront enregistrés."
411
 
412
+ #: gallery-plugin.php:1049
413
+ #: gallery-plugin.php:1229
414
  msgid "Unlock premium options by upgrading to a PRO version."
415
  msgstr "Déploquer les options premium en migrant vers la version PRO."
416
 
417
+ #: gallery-plugin.php:1050
418
+ #: gallery-plugin.php:1230
419
+ #: gallery-plugin.php:2049
420
  msgid "Learn More"
421
  msgstr "En savoir plus"
422
 
423
+ #: gallery-plugin.php:1054
424
+ #: gallery-plugin.php:1234
425
  msgid "Start Your Trial"
426
  msgstr ""
427
 
428
+ #: gallery-plugin.php:1055
429
+ #: gallery-plugin.php:1235
430
+ #: gallery-plugin.php:1289
431
+ #: gallery-plugin.php:1299
432
  msgid "or"
433
  msgstr ""
434
 
435
+ #: gallery-plugin.php:1058
436
+ #: gallery-plugin.php:1238
437
  msgid "Go"
438
  msgstr "Allez"
439
 
440
+ #: gallery-plugin.php:1066
441
  msgid "Images with border"
442
  msgstr "Image avec bordure"
443
 
444
+ #: gallery-plugin.php:1069
445
  msgid "Border width in px, just numbers"
446
  msgstr "Taille de la bordure en pixel, juste le nombre"
447
 
448
+ #: gallery-plugin.php:1071
449
+ #: gallery-plugin.php:1073
450
  msgid "Select a border color"
451
  msgstr "Choisir une couleur pour la bordure"
452
 
453
+ #: gallery-plugin.php:1079
454
  msgid "Number of images in the row"
455
  msgstr "Nombre d'images par ligne"
456
 
457
+ #: gallery-plugin.php:1085
458
  msgid "Start slideshow"
459
  msgstr "Démarer le diaporama"
460
 
461
+ #: gallery-plugin.php:1091
462
  msgid "Slideshow interval"
463
  msgstr "Interval de transition pour le diaporama"
464
 
465
+ #: gallery-plugin.php:1097
466
  msgid "Use single lightbox for multiple galleries on one page"
467
  msgstr "Utiliser un seul diaporama pour plusieures galeries sur une seule page"
468
 
469
+ #: gallery-plugin.php:1105
470
  msgid "Attachment ID"
471
  msgstr "ID du fichier"
472
 
473
+ #: gallery-plugin.php:1106
474
  msgid "Image Name"
475
  msgstr "Nom de l'image "
476
 
477
+ #: gallery-plugin.php:1108
478
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
479
  msgstr "Ordre de tri (le nombre dans la fenêtre d'insertion / téléchargement de la galerie)"
480
 
481
+ #: gallery-plugin.php:1109
482
  msgid "Random"
483
  msgstr "Aléatoire"
484
 
485
+ #: gallery-plugin.php:1113
486
  msgid "Sort images"
487
  msgstr "Trier les images"
488
 
489
+ #: gallery-plugin.php:1115
490
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
491
  msgstr "ASC (ordre ascendant de la plus petite à la plus grande valeur - 1, 2, 3; a, b, c)"
492
 
493
+ #: gallery-plugin.php:1116
494
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
495
  msgstr "DESC (ordre descendant de la plus grade à la plus petite - 3, 2, 1; c, b, a)"
496
 
497
+ #: gallery-plugin.php:1120
498
  msgid "Display text above the image"
499
  msgstr "Aficher le texte au dessus de l'image"
500
 
501
+ #: gallery-plugin.php:1122
502
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
503
  msgstr "Si vous voulez juste afficher du texte dans une boite, désactiver l'option"
504
 
505
+ #: gallery-plugin.php:1126
506
  msgid "Display the Back link"
507
  msgstr "Afficher le lien de retour"
508
 
509
+ #: gallery-plugin.php:1132
510
  msgid "Display the Back link in the shortcode"
511
  msgstr "Afficher le lien de retour dans le code court"
512
 
513
+ #: gallery-plugin.php:1138
514
  msgid "The Back link text"
515
  msgstr "Le text pour le lien de retour"
516
 
517
+ #: gallery-plugin.php:1144
518
  msgid "The Back link URL"
519
  msgstr "L'URL pour le lien de retour"
520
 
521
+ #: gallery-plugin.php:1146
522
  msgid "Gallery page (Page with Gallery Template)"
523
  msgstr "Page de la galerie (Page avec le modèle de galerie)"
524
 
525
+ #: gallery-plugin.php:1148
526
  msgid "(Full URL to custom page)"
527
  msgstr "(URL complète pour la page spécifique)"
528
 
529
+ #: gallery-plugin.php:1152
530
  msgid "The Read More link text"
531
  msgstr "Texte pour le lien \"Read More\""
532
 
533
+ #: gallery-plugin.php:1158
534
  msgid "Add gallery to the search"
535
  msgstr "Ajouter les galeries à la recherche"
536
 
537
+ #: gallery-plugin.php:1168
538
  msgid "Using"
539
  msgstr "Utilisant"
540
 
541
+ #: gallery-plugin.php:1168
542
  msgid "powered by"
543
  msgstr "fournis par"
544
 
 
545
  #: gallery-plugin.php:1171
546
+ #: gallery-plugin.php:1175
547
  msgid "Using Custom Search powered by"
548
  msgstr "Utiliser les recherche personalisées fournies par"
549
 
550
+ #: gallery-plugin.php:1171
551
  msgid "Activate Custom Search"
552
  msgstr "Activer les recherche personalisées"
553
 
554
+ #: gallery-plugin.php:1175
555
  msgid "Download Custom Search"
556
  msgstr "Télécharger les recherches personalisées"
557
 
558
+ #: gallery-plugin.php:1185
559
+ #, fuzzy
560
+ msgid "Use pagination for images"
561
+ msgstr "Mise à jour des images..."
562
+
563
+ #: gallery-plugin.php:1188
564
+ msgid "per page"
565
+ msgstr ""
566
+
567
+ #: gallery-plugin.php:1192
568
  msgid "The lightbox helper"
569
  msgstr "L'aide de lightbox"
570
 
571
+ #: gallery-plugin.php:1194
572
  msgid "Do not use"
573
  msgstr "Ne pas utliser"
574
 
575
+ #: gallery-plugin.php:1195
576
  msgid "Button helper"
577
  msgstr "Bouton pour l'assistant"
578
 
579
+ #: gallery-plugin.php:1196
580
  msgid "Thumbnail helper"
581
  msgstr "Assistant de la galerie"
582
 
583
+ #: gallery-plugin.php:1200
584
  msgid "Display Like buttons in the lightbox"
585
  msgstr "Afficher les boutons des réseaux sociaux dans la boite"
586
 
587
+ #: gallery-plugin.php:1202
588
  msgid "FaceBook"
589
  msgstr "FaceBook"
590
 
591
+ #: gallery-plugin.php:1203
592
  msgid "Twitter"
593
  msgstr "Twitter"
594
 
595
+ #: gallery-plugin.php:1204
596
  msgid "Pinterest"
597
  msgstr "Pinterest"
598
 
599
+ #: gallery-plugin.php:1205
600
  msgid "Google +1"
601
  msgstr "Google +1"
602
 
603
+ #: gallery-plugin.php:1209
604
  msgid "Slug for gallery item"
605
  msgstr "Racine pour les pages des galeries"
606
 
607
+ #: gallery-plugin.php:1211
608
  msgid "for any structure of permalinks except the default structure"
609
  msgstr "pour toute forme de permaliens à l'exception de la forme par défaut"
610
 
611
+ #: gallery-plugin.php:1215
612
  msgid "Title for lightbox button"
613
  msgstr "Titre pour le bouton lightbox"
614
 
615
+ #: gallery-plugin.php:1246
616
  msgid "Save Changes"
617
  msgstr "Sauvegarder"
618
 
619
+ #: gallery-plugin.php:1252
620
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
621
  msgstr "Si notre extension vous satisfait, merci de la notée avec 5 étoiles dans Wordpress"
622
 
623
+ #: gallery-plugin.php:1253
624
  msgid "Rate the plugin"
625
  msgstr "Noter l'extension"
626
 
627
+ #: gallery-plugin.php:1256
628
  msgid "If there is something wrong about it, please contact us"
629
  msgstr "Si vous avez des questions, merci de nous contacter"
630
 
631
+ #: gallery-plugin.php:1267
632
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
633
  msgstr "Félicitations! La version PRO de cette extension a été téléchargée et activée avec succès."
634
 
635
+ #: gallery-plugin.php:1269
636
  msgid "Please, go to"
637
  msgstr "Merci d'allez à"
638
 
639
+ #: gallery-plugin.php:1269
640
  msgid "the setting page"
641
  msgstr "la page des paramètres"
642
 
643
+ #: gallery-plugin.php:1270
644
  msgid "You will be redirected automatically in 5 seconds."
645
  msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
646
 
647
+ #: gallery-plugin.php:1275
648
  msgid "You can download and activate"
649
  msgstr "Vous pouvez la télécharger et l'activer"
650
 
651
+ #: gallery-plugin.php:1277
652
  msgid "version of this plugin by entering Your license key."
653
  msgstr "version de cette extension en donnant votre clé de licence."
654
 
655
+ #: gallery-plugin.php:1279
656
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
657
  msgstr "Vous pouvez trouver votre clé de licence sur votre page personnelle dans la zone cliente en cliquant sur le lien"
658
 
659
+ #: gallery-plugin.php:1281
660
  msgid "(your username is the email you specify when purchasing the product)."
661
  msgstr "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de l'achat de l'extension)."
662
 
663
+ #: gallery-plugin.php:1289
664
+ #: gallery-plugin.php:1299
665
  msgid "Activate"
666
  msgstr "Activer"
667
 
668
+ #: gallery-plugin.php:1289
669
+ #: gallery-plugin.php:1299
670
  msgid "Start Your Free 7-Day Trial Now"
671
  msgstr ""
672
 
673
+ #: gallery-plugin.php:1316
674
  msgid "Support"
675
  msgstr "Soutien"
676
 
677
+ #: gallery-plugin.php:1444
678
+ #: template/gallery-single-template.php:14
679
  msgid "Download high resolution image"
680
  msgstr "Télécharger l'image en haute résolution"
681
 
682
+ #: gallery-plugin.php:1553
683
+ #: template/gallery-single-template.php:77
684
  msgid "Sorry, nothing found."
685
  msgstr "Désolé, rien n'a été trouvé"
686
 
687
+ #: gallery-plugin.php:1575
688
+ #: template/gallery-single-template.php:104
689
  msgid "Image"
690
  msgstr "Image "
691
 
692
+ #: gallery-plugin.php:1866
693
  msgid "Image size not defined"
694
  msgstr "Taille de l'image non définie"
695
 
696
+ #: gallery-plugin.php:1881
697
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
698
  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."
699
 
700
+ #: gallery-plugin.php:1892
701
  msgid "Image size changes not defined"
702
  msgstr "La modification de la taille n'est pas définie"
703
 
704
+ #: gallery-plugin.php:1921
705
+ #: gallery-plugin.php:1924
706
+ #: gallery-plugin.php:1929
707
  msgid "Invalid path"
708
  msgstr "Chemin invalide"
709
 
710
+ #: gallery-plugin.php:2052
711
  msgid "It’s time to upgrade your <strong>Gallery plugin</strong> to <strong>PRO</strong> version!"
712
  msgstr "Il est peut-être temps de passer votre extension <strong>Gallery</strong> vers la version <strong>PRO</strong> !"
713
 
714
+ #: gallery-plugin.php:2053
715
  msgid "Extend standard plugin functionality with new great options"
716
  msgstr "Etend les fonctions standards avec de nouveaux paramètres."
717
 
languages/gallery-nl_NL.mo CHANGED
Binary file
languages/gallery-nl_NL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-05-15 17:38+0300\n"
6
- "PO-Revision-Date: 2014-05-15 17:38+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"
@@ -113,7 +113,7 @@ msgid "Please make a choice"
113
  msgstr "Maak een keuze"
114
 
115
  #: gallery-plugin.php:374
116
- #: gallery-plugin.php:1099
117
  msgid "Sort images by"
118
  msgstr "Sorteer foto's op"
119
 
@@ -193,7 +193,7 @@ msgid "Publishing"
193
  msgstr "Publiceren"
194
 
195
  #: gallery-plugin.php:641
196
- #: gallery-plugin.php:1103
197
  msgid "Date"
198
  msgstr "Datum"
199
 
@@ -201,12 +201,12 @@ msgstr "Datum"
201
  msgid "Settings are saved"
202
  msgstr "Instellingen opgeslagen"
203
 
204
- #: gallery-plugin.php:835
205
  #: gallery-plugin.php:874
206
  msgid "Wrong license key"
207
  msgstr ""
208
 
209
- #: gallery-plugin.php:867
210
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
211
  msgstr ""
212
 
@@ -215,488 +215,505 @@ msgid "This license key is bind to another site"
215
  msgstr ""
216
 
217
  #: gallery-plugin.php:878
218
- #: gallery-plugin.php:1281
219
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
220
  msgstr ""
221
 
222
- #: gallery-plugin.php:895
 
 
 
 
 
 
 
 
223
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
224
  msgstr ""
225
 
226
- #: gallery-plugin.php:901
227
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
228
  msgstr ""
229
 
230
- #: gallery-plugin.php:905
231
- #: gallery-plugin.php:914
232
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
233
  msgstr ""
234
 
235
- #: gallery-plugin.php:918
236
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
237
  msgstr ""
238
 
239
- #: gallery-plugin.php:933
240
  msgid "Please, enter Your license key"
241
  msgstr ""
242
 
243
- #: gallery-plugin.php:941
244
  msgid "Gallery Settings"
245
  msgstr "Galerij Instellingen"
246
 
247
- #: gallery-plugin.php:943
248
- #: gallery-plugin.php:1304
249
- #: gallery-plugin.php:1320
250
  msgid "Settings"
251
  msgstr "Instellingen"
252
 
253
- #: gallery-plugin.php:944
254
- #: gallery-plugin.php:1305
255
  msgid "FAQ"
256
  msgstr "FAQ "
257
 
258
- #: gallery-plugin.php:945
259
  msgid "Go PRO"
260
  msgstr ""
261
 
262
- #: gallery-plugin.php:950
263
  msgid "Notice:"
264
  msgstr "Opmerking:"
265
 
266
- #: gallery-plugin.php:950
267
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
268
  msgstr "De instellingen van de plugin zijn veranderd. Om ze op te slaan, dien je op de knop 'Instellingen Opslaan' te drukken."
269
 
270
- #: gallery-plugin.php:951
271
  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:"
272
  msgstr "Als je een enkele galerij wilt toevoegen aan je pagina, of bericht, kopieer & plak dan de volgende shortcode in je bericht, of pagina:"
273
 
274
- #: gallery-plugin.php:953
275
  msgid "Please enable JavaScript to use the option to renew images."
276
  msgstr " Javascript dient geactiveerd te zijn, om gebruik te maken van de optie om foto's te vernieuwen."
277
 
278
- #: gallery-plugin.php:957
279
  msgid "Update images for gallery"
280
  msgstr "Foto's voor galerij bijwerken"
281
 
282
- #: gallery-plugin.php:959
283
  msgid "Update images"
284
  msgstr "Foto's bijwerken"
285
 
286
- #: gallery-plugin.php:964
287
  msgid "Updating images..."
288
  msgstr "Bijwerken foto's..."
289
 
290
- #: gallery-plugin.php:965
291
  msgid "No image found"
292
  msgstr "Geen foto gevonden"
293
 
294
- #: gallery-plugin.php:966
295
  msgid "All images are updated"
296
  msgstr "Alle foto's zijn bijgewerkt"
297
 
298
- #: gallery-plugin.php:967
299
  msgid "Error."
300
  msgstr "Fout."
301
 
302
- #: gallery-plugin.php:973
303
  msgid "Image size for the album cover"
304
  msgstr "Foto afmeting voor de omslag van het album"
305
 
306
- #: gallery-plugin.php:975
307
- #: gallery-plugin.php:983
308
- #: gallery-plugin.php:999
309
  msgid "Image size"
310
  msgstr "Foto afmeting"
311
 
312
- #: gallery-plugin.php:976
313
- #: gallery-plugin.php:984
314
  msgid "Width (in px)"
315
  msgstr "Breedte (in px)"
316
 
317
- #: gallery-plugin.php:977
318
- #: gallery-plugin.php:985
319
  msgid "Height (in px)"
320
  msgstr "Hoogte (in px)"
321
 
322
- #: gallery-plugin.php:981
323
  msgid "Gallery image size"
324
  msgstr "Afmeting galerij foto"
325
 
326
- #: gallery-plugin.php:989
327
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
328
  msgstr "WordPress zal een nieuw voorbeeld maken, met de opgegeven afmetingen, als er een nieuwe foto wordt geupload."
329
 
330
- #: gallery-plugin.php:997
331
  msgid "Gallery image size in the lightbox"
332
  msgstr "Foto afmeting voor lightbox"
333
 
334
- #: gallery-plugin.php:1000
335
  msgid "Max width (in px)"
336
  msgstr "Max breedte (in px)"
337
 
338
- #: gallery-plugin.php:1001
339
  msgid "Max height (in px)"
340
  msgstr "Max hoogte (in px)"
341
 
342
- #: gallery-plugin.php:1002
343
  msgid "Display a full size image in the lightbox"
344
  msgstr "Geef volledige grootte weer, voor lightbox"
345
 
346
- #: gallery-plugin.php:1006
347
  msgid "Crop position"
348
  msgstr "Positie bijsnijden"
349
 
350
- #: gallery-plugin.php:1008
351
  msgid "Horizontal"
352
  msgstr "Horizontaal"
353
 
354
- #: gallery-plugin.php:1010
355
  msgid "left"
356
  msgstr "links"
357
 
358
- #: gallery-plugin.php:1011
359
- #: gallery-plugin.php:1018
360
  msgid "center"
361
  msgstr "midden"
362
 
363
- #: gallery-plugin.php:1012
364
  msgid "right"
365
  msgstr "rechts"
366
 
367
- #: gallery-plugin.php:1015
368
  msgid "Vertical"
369
  msgstr "Verticaal"
370
 
371
- #: gallery-plugin.php:1017
372
  msgid "top"
373
  msgstr "bovenkant"
374
 
375
- #: gallery-plugin.php:1019
376
  msgid "bottom"
377
  msgstr "onderkant"
378
 
379
- #: gallery-plugin.php:1024
380
  msgid "Lightbox background"
381
  msgstr "Lightbox achtergrond"
382
 
383
- #: gallery-plugin.php:1026
384
  msgid "Default"
385
  msgstr "Standaard"
386
 
387
- #: gallery-plugin.php:1027
388
  msgid "Background transparency (from 0 to 1)"
389
  msgstr "Achtergrond transparantie (van 0 tot 1)"
390
 
391
- #: gallery-plugin.php:1029
392
  msgid "Select a background color"
393
  msgstr "Selecteer een achtergrondkleur"
394
 
395
- #: gallery-plugin.php:1031
396
  msgid "Background color"
397
  msgstr "Achtergrondkleur"
398
 
399
- #: gallery-plugin.php:1038
400
- #: gallery-plugin.php:1211
401
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
402
  msgstr "Als je naar de Pro versie overstapt, zullen alle instellingen en galerijen bewaard blijven."
403
 
404
- #: gallery-plugin.php:1045
405
- #: gallery-plugin.php:1218
406
  msgid "Unlock premium options by upgrading to a PRO version."
407
  msgstr ""
408
 
409
- #: gallery-plugin.php:1046
410
- #: gallery-plugin.php:1219
411
- #: gallery-plugin.php:2039
412
  msgid "Learn More"
413
  msgstr "Kom meer te weten"
414
 
415
- #: gallery-plugin.php:1050
416
- #: gallery-plugin.php:1223
417
  msgid "Start Your Trial"
418
  msgstr ""
419
 
420
- #: gallery-plugin.php:1051
421
- #: gallery-plugin.php:1224
422
- #: gallery-plugin.php:1278
423
- #: gallery-plugin.php:1288
424
  msgid "or"
425
  msgstr ""
426
 
427
- #: gallery-plugin.php:1054
428
- #: gallery-plugin.php:1227
429
  msgid "Go"
430
  msgstr ""
431
 
432
- #: gallery-plugin.php:1062
433
  msgid "Images with border"
434
  msgstr "Foto's met rand"
435
 
436
- #: gallery-plugin.php:1065
437
  msgid "Border width in px, just numbers"
438
  msgstr "Randbreedte in px, alleen nummers"
439
 
440
- #: gallery-plugin.php:1067
441
- #: gallery-plugin.php:1069
442
  msgid "Select a border color"
443
  msgstr "Selecteer een randkleur"
444
 
445
- #: gallery-plugin.php:1075
446
  msgid "Number of images in the row"
447
  msgstr "Aantal foto's op een rij"
448
 
449
- #: gallery-plugin.php:1081
450
  msgid "Start slideshow"
451
  msgstr "Start diavoorstelling"
452
 
453
- #: gallery-plugin.php:1087
454
  msgid "Slideshow interval"
455
  msgstr "Diavoorstelling interval"
456
 
457
- #: gallery-plugin.php:1093
458
  msgid "Use single lightbox for multiple galleries on one page"
459
  msgstr "Gebruik 1 lightbox voor meerdere galerijen op 1 pagina"
460
 
461
- #: gallery-plugin.php:1101
462
  msgid "Attachment ID"
463
  msgstr "Bijlage ID"
464
 
465
- #: gallery-plugin.php:1102
466
  msgid "Image Name"
467
  msgstr "Foto Naam"
468
 
469
- #: gallery-plugin.php:1104
470
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
471
  msgstr "Sorteervolgorde (het invoerveld voor sorteervolgorde in het Invoeg / Upload Media Galerij venster)"
472
 
473
- #: gallery-plugin.php:1105
474
  msgid "Random"
475
  msgstr "Willekeurig"
476
 
477
- #: gallery-plugin.php:1109
478
  msgid "Sort images"
479
  msgstr "Sorteer foto's"
480
 
481
- #: gallery-plugin.php:1111
482
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
483
  msgstr "ASC (oplopend van laagste naar hoogste waarde - 1, 2, 3; a, b, c)"
484
 
485
- #: gallery-plugin.php:1112
486
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
487
  msgstr "DESC (aflopend van hoogste naar laagste waarde - 3, 2, 1; c, b, a)"
488
 
489
- #: gallery-plugin.php:1116
490
  msgid "Display text above the image"
491
  msgstr "Text weergeven boven de foto"
492
 
493
- #: gallery-plugin.php:1118
494
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
495
  msgstr "Schakel het vinkje uit, als je de tekst alleen wilt weergeven in de lightbox"
496
 
497
- #: gallery-plugin.php:1122
498
  msgid "Display the Back link"
499
  msgstr "Toon de Terug link"
500
 
501
- #: gallery-plugin.php:1128
502
  msgid "Display the Back link in the shortcode"
503
  msgstr "Toon de Terug link in de shortcode"
504
 
505
- #: gallery-plugin.php:1134
506
  msgid "The Back link text"
507
  msgstr "De Terug link tekst"
508
 
509
- #: gallery-plugin.php:1140
510
  msgid "The Back link URL"
511
  msgstr "De Terug link URL"
512
 
513
- #: gallery-plugin.php:1142
514
  msgid "Gallery page (Page with Gallery Template)"
515
  msgstr "Galerij pagina (pagina met galerij template)"
516
 
517
- #: gallery-plugin.php:1144
518
  msgid "(Full URL to custom page)"
519
  msgstr "(Volledige URL naar aangepaste pagina)"
520
 
521
- #: gallery-plugin.php:1148
522
  msgid "The Read More link text"
523
  msgstr "De 'Lees Meer' link tekst"
524
 
525
- #: gallery-plugin.php:1154
526
  msgid "Add gallery to the search"
527
  msgstr "Galerij, aan zoeken, toevoegen"
528
 
529
- #: gallery-plugin.php:1164
530
  msgid "Using"
531
  msgstr ""
532
 
533
- #: gallery-plugin.php:1164
534
  msgid "powered by"
535
  msgstr ""
536
 
537
- #: gallery-plugin.php:1167
538
  #: gallery-plugin.php:1171
 
539
  msgid "Using Custom Search powered by"
540
  msgstr "Aangepast zoeken, powered by"
541
 
542
- #: gallery-plugin.php:1167
543
  msgid "Activate Custom Search"
544
  msgstr "Activeer Aangepast zoeken"
545
 
546
- #: gallery-plugin.php:1171
547
  msgid "Download Custom Search"
548
  msgstr "Aangepast zoeken, downloaden"
549
 
550
- #: gallery-plugin.php:1181
 
 
 
 
 
 
 
 
 
551
  msgid "The lightbox helper"
552
  msgstr ""
553
 
554
- #: gallery-plugin.php:1183
555
  msgid "Do not use"
556
  msgstr ""
557
 
558
- #: gallery-plugin.php:1184
559
  msgid "Button helper"
560
  msgstr ""
561
 
562
- #: gallery-plugin.php:1185
563
  msgid "Thumbnail helper"
564
  msgstr ""
565
 
566
- #: gallery-plugin.php:1189
567
  msgid "Display Like buttons in the lightbox"
568
  msgstr "Geef 'Vind ik leuk' knoppen weer, in de lightbox"
569
 
570
- #: gallery-plugin.php:1191
571
  msgid "FaceBook"
572
  msgstr "FaceBook"
573
 
574
- #: gallery-plugin.php:1192
575
  msgid "Twitter"
576
  msgstr "Twitter"
577
 
578
- #: gallery-plugin.php:1193
579
  msgid "Pinterest"
580
  msgstr "Pinterest"
581
 
582
- #: gallery-plugin.php:1194
583
  msgid "Google +1"
584
  msgstr "Google +1"
585
 
586
- #: gallery-plugin.php:1198
587
  msgid "Slug for gallery item"
588
  msgstr "Slug voor galerij-item"
589
 
590
- #: gallery-plugin.php:1200
591
  msgid "for any structure of permalinks except the default structure"
592
  msgstr "voor elke structuur van permalink, behalve de standaard structuur"
593
 
594
- #: gallery-plugin.php:1204
595
  msgid "Title for lightbox button"
596
  msgstr ""
597
 
598
- #: gallery-plugin.php:1235
599
  msgid "Save Changes"
600
  msgstr "Wijzigingen Opslaan"
601
 
602
- #: gallery-plugin.php:1241
603
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
604
  msgstr "Als onze plugin je bevalt, geef ons dan 5 sterren op WordPress"
605
 
606
- #: gallery-plugin.php:1242
607
  msgid "Rate the plugin"
608
  msgstr "Beoordeel de plugin"
609
 
610
- #: gallery-plugin.php:1245
611
  msgid "If there is something wrong about it, please contact us"
612
  msgstr "Indien je een fout tegenkomt, neem dan contact met ons op, via: plugin@bestwebsoft.com"
613
 
614
- #: gallery-plugin.php:1256
615
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
616
  msgstr ""
617
 
618
- #: gallery-plugin.php:1258
619
  msgid "Please, go to"
620
  msgstr ""
621
 
622
- #: gallery-plugin.php:1258
623
  #, fuzzy
624
  msgid "the setting page"
625
  msgstr "op de plugin instellingen pagina ("
626
 
627
- #: gallery-plugin.php:1259
628
  msgid "You will be redirected automatically in 5 seconds."
629
  msgstr ""
630
 
631
- #: gallery-plugin.php:1264
632
  msgid "You can download and activate"
633
  msgstr ""
634
 
635
- #: gallery-plugin.php:1266
636
  msgid "version of this plugin by entering Your license key."
637
  msgstr ""
638
 
639
- #: gallery-plugin.php:1268
640
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
641
  msgstr ""
642
 
643
- #: gallery-plugin.php:1270
644
  msgid "(your username is the email you specify when purchasing the product)."
645
  msgstr ""
646
 
647
- #: gallery-plugin.php:1278
648
- #: gallery-plugin.php:1288
649
  #, fuzzy
650
  msgid "Activate"
651
  msgstr "Активовані плагіни"
652
 
653
- #: gallery-plugin.php:1278
654
- #: gallery-plugin.php:1288
655
  msgid "Start Your Free 7-Day Trial Now"
656
  msgstr ""
657
 
658
- #: gallery-plugin.php:1306
659
  msgid "Support"
660
  msgstr "Ondersteuning"
661
 
662
- #: gallery-plugin.php:1434
663
- #: template/gallery-single-template.php:13
664
  msgid "Download high resolution image"
665
  msgstr "Download hoge-resolutie foto"
666
 
667
- #: gallery-plugin.php:1543
668
- #: template/gallery-single-template.php:76
669
  msgid "Sorry, nothing found."
670
  msgstr "Sorry, niets gevonden."
671
 
672
- #: gallery-plugin.php:1565
673
- #: template/gallery-single-template.php:102
674
  msgid "Image"
675
  msgstr "Foto"
676
 
677
- #: gallery-plugin.php:1856
678
  msgid "Image size not defined"
679
  msgstr "Afmetingen van foto, niet gedefinieerd"
680
 
681
- #: gallery-plugin.php:1871
682
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
683
  msgstr "We kunnen alleen de volgende bestandstypen bijwerken: PNG, JPG, GIF, WPMP of XBM (Voor overige, aub handmatig herladen)."
684
 
685
- #: gallery-plugin.php:1882
686
  msgid "Image size changes not defined"
687
  msgstr "Wijzigingen van foto afmetingen, niet gedefinieerd"
688
 
689
- #: gallery-plugin.php:1911
690
- #: gallery-plugin.php:1914
691
- #: gallery-plugin.php:1919
692
  msgid "Invalid path"
693
  msgstr "Ongeldig pad"
694
 
695
- #: gallery-plugin.php:2042
696
  msgid "It’s time to upgrade your <strong>Gallery plugin</strong> to <strong>PRO</strong> version!"
697
  msgstr "Het is tijd om je <strong>Galerij plugin</strong> bij te werken naar de <strong>PRO</strong> versie!"
698
 
699
- #: gallery-plugin.php:2043
700
  #, fuzzy
701
  msgid "Extend standard plugin functionality with new great options"
702
  msgstr "Voeg nieuwe, geweldige, opties toe aan de standaard functionaliteit."
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-11 11:53+0300\n"
6
+ "PO-Revision-Date: 2014-07-11 11:53+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"
113
  msgstr "Maak een keuze"
114
 
115
  #: gallery-plugin.php:374
116
+ #: gallery-plugin.php:1103
117
  msgid "Sort images by"
118
  msgstr "Sorteer foto's op"
119
 
193
  msgstr "Publiceren"
194
 
195
  #: gallery-plugin.php:641
196
+ #: gallery-plugin.php:1107
197
  msgid "Date"
198
  msgstr "Datum"
199
 
201
  msgid "Settings are saved"
202
  msgstr "Instellingen opgeslagen"
203
 
204
+ #: gallery-plugin.php:834
205
  #: gallery-plugin.php:874
206
  msgid "Wrong license key"
207
  msgstr ""
208
 
209
+ #: gallery-plugin.php:866
210
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
211
  msgstr ""
212
 
215
  msgstr ""
216
 
217
  #: gallery-plugin.php:878
218
+ #: gallery-plugin.php:1292
219
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
220
  msgstr ""
221
 
222
+ #: gallery-plugin.php:880
223
+ msgid "This license key is valid, but your license has expired."
224
+ msgstr ""
225
+
226
+ #: gallery-plugin.php:882
227
+ msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
228
+ msgstr ""
229
+
230
+ #: gallery-plugin.php:899
231
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
232
  msgstr ""
233
 
234
+ #: gallery-plugin.php:905
235
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
236
  msgstr ""
237
 
238
+ #: gallery-plugin.php:909
239
+ #: gallery-plugin.php:918
240
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
241
  msgstr ""
242
 
243
+ #: gallery-plugin.php:922
244
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
245
  msgstr ""
246
 
247
+ #: gallery-plugin.php:937
248
  msgid "Please, enter Your license key"
249
  msgstr ""
250
 
251
+ #: gallery-plugin.php:945
252
  msgid "Gallery Settings"
253
  msgstr "Galerij Instellingen"
254
 
255
+ #: gallery-plugin.php:947
256
+ #: gallery-plugin.php:1314
257
+ #: gallery-plugin.php:1330
258
  msgid "Settings"
259
  msgstr "Instellingen"
260
 
261
+ #: gallery-plugin.php:948
262
+ #: gallery-plugin.php:1315
263
  msgid "FAQ"
264
  msgstr "FAQ "
265
 
266
+ #: gallery-plugin.php:949
267
  msgid "Go PRO"
268
  msgstr ""
269
 
270
+ #: gallery-plugin.php:954
271
  msgid "Notice:"
272
  msgstr "Opmerking:"
273
 
274
+ #: gallery-plugin.php:954
275
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
276
  msgstr "De instellingen van de plugin zijn veranderd. Om ze op te slaan, dien je op de knop 'Instellingen Opslaan' te drukken."
277
 
278
+ #: gallery-plugin.php:955
279
  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:"
280
  msgstr "Als je een enkele galerij wilt toevoegen aan je pagina, of bericht, kopieer & plak dan de volgende shortcode in je bericht, of pagina:"
281
 
282
+ #: gallery-plugin.php:957
283
  msgid "Please enable JavaScript to use the option to renew images."
284
  msgstr " Javascript dient geactiveerd te zijn, om gebruik te maken van de optie om foto's te vernieuwen."
285
 
286
+ #: gallery-plugin.php:961
287
  msgid "Update images for gallery"
288
  msgstr "Foto's voor galerij bijwerken"
289
 
290
+ #: gallery-plugin.php:963
291
  msgid "Update images"
292
  msgstr "Foto's bijwerken"
293
 
294
+ #: gallery-plugin.php:968
295
  msgid "Updating images..."
296
  msgstr "Bijwerken foto's..."
297
 
298
+ #: gallery-plugin.php:969
299
  msgid "No image found"
300
  msgstr "Geen foto gevonden"
301
 
302
+ #: gallery-plugin.php:970
303
  msgid "All images are updated"
304
  msgstr "Alle foto's zijn bijgewerkt"
305
 
306
+ #: gallery-plugin.php:971
307
  msgid "Error."
308
  msgstr "Fout."
309
 
310
+ #: gallery-plugin.php:977
311
  msgid "Image size for the album cover"
312
  msgstr "Foto afmeting voor de omslag van het album"
313
 
314
+ #: gallery-plugin.php:979
315
+ #: gallery-plugin.php:987
316
+ #: gallery-plugin.php:1003
317
  msgid "Image size"
318
  msgstr "Foto afmeting"
319
 
320
+ #: gallery-plugin.php:980
321
+ #: gallery-plugin.php:988
322
  msgid "Width (in px)"
323
  msgstr "Breedte (in px)"
324
 
325
+ #: gallery-plugin.php:981
326
+ #: gallery-plugin.php:989
327
  msgid "Height (in px)"
328
  msgstr "Hoogte (in px)"
329
 
330
+ #: gallery-plugin.php:985
331
  msgid "Gallery image size"
332
  msgstr "Afmeting galerij foto"
333
 
334
+ #: gallery-plugin.php:993
335
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
336
  msgstr "WordPress zal een nieuw voorbeeld maken, met de opgegeven afmetingen, als er een nieuwe foto wordt geupload."
337
 
338
+ #: gallery-plugin.php:1001
339
  msgid "Gallery image size in the lightbox"
340
  msgstr "Foto afmeting voor lightbox"
341
 
342
+ #: gallery-plugin.php:1004
343
  msgid "Max width (in px)"
344
  msgstr "Max breedte (in px)"
345
 
346
+ #: gallery-plugin.php:1005
347
  msgid "Max height (in px)"
348
  msgstr "Max hoogte (in px)"
349
 
350
+ #: gallery-plugin.php:1006
351
  msgid "Display a full size image in the lightbox"
352
  msgstr "Geef volledige grootte weer, voor lightbox"
353
 
354
+ #: gallery-plugin.php:1010
355
  msgid "Crop position"
356
  msgstr "Positie bijsnijden"
357
 
358
+ #: gallery-plugin.php:1012
359
  msgid "Horizontal"
360
  msgstr "Horizontaal"
361
 
362
+ #: gallery-plugin.php:1014
363
  msgid "left"
364
  msgstr "links"
365
 
366
+ #: gallery-plugin.php:1015
367
+ #: gallery-plugin.php:1022
368
  msgid "center"
369
  msgstr "midden"
370
 
371
+ #: gallery-plugin.php:1016
372
  msgid "right"
373
  msgstr "rechts"
374
 
375
+ #: gallery-plugin.php:1019
376
  msgid "Vertical"
377
  msgstr "Verticaal"
378
 
379
+ #: gallery-plugin.php:1021
380
  msgid "top"
381
  msgstr "bovenkant"
382
 
383
+ #: gallery-plugin.php:1023
384
  msgid "bottom"
385
  msgstr "onderkant"
386
 
387
+ #: gallery-plugin.php:1028
388
  msgid "Lightbox background"
389
  msgstr "Lightbox achtergrond"
390
 
391
+ #: gallery-plugin.php:1030
392
  msgid "Default"
393
  msgstr "Standaard"
394
 
395
+ #: gallery-plugin.php:1031
396
  msgid "Background transparency (from 0 to 1)"
397
  msgstr "Achtergrond transparantie (van 0 tot 1)"
398
 
399
+ #: gallery-plugin.php:1033
400
  msgid "Select a background color"
401
  msgstr "Selecteer een achtergrondkleur"
402
 
403
+ #: gallery-plugin.php:1035
404
  msgid "Background color"
405
  msgstr "Achtergrondkleur"
406
 
407
+ #: gallery-plugin.php:1042
408
+ #: gallery-plugin.php:1222
409
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
410
  msgstr "Als je naar de Pro versie overstapt, zullen alle instellingen en galerijen bewaard blijven."
411
 
412
+ #: gallery-plugin.php:1049
413
+ #: gallery-plugin.php:1229
414
  msgid "Unlock premium options by upgrading to a PRO version."
415
  msgstr ""
416
 
417
+ #: gallery-plugin.php:1050
418
+ #: gallery-plugin.php:1230
419
+ #: gallery-plugin.php:2049
420
  msgid "Learn More"
421
  msgstr "Kom meer te weten"
422
 
423
+ #: gallery-plugin.php:1054
424
+ #: gallery-plugin.php:1234
425
  msgid "Start Your Trial"
426
  msgstr ""
427
 
428
+ #: gallery-plugin.php:1055
429
+ #: gallery-plugin.php:1235
430
+ #: gallery-plugin.php:1289
431
+ #: gallery-plugin.php:1299
432
  msgid "or"
433
  msgstr ""
434
 
435
+ #: gallery-plugin.php:1058
436
+ #: gallery-plugin.php:1238
437
  msgid "Go"
438
  msgstr ""
439
 
440
+ #: gallery-plugin.php:1066
441
  msgid "Images with border"
442
  msgstr "Foto's met rand"
443
 
444
+ #: gallery-plugin.php:1069
445
  msgid "Border width in px, just numbers"
446
  msgstr "Randbreedte in px, alleen nummers"
447
 
448
+ #: gallery-plugin.php:1071
449
+ #: gallery-plugin.php:1073
450
  msgid "Select a border color"
451
  msgstr "Selecteer een randkleur"
452
 
453
+ #: gallery-plugin.php:1079
454
  msgid "Number of images in the row"
455
  msgstr "Aantal foto's op een rij"
456
 
457
+ #: gallery-plugin.php:1085
458
  msgid "Start slideshow"
459
  msgstr "Start diavoorstelling"
460
 
461
+ #: gallery-plugin.php:1091
462
  msgid "Slideshow interval"
463
  msgstr "Diavoorstelling interval"
464
 
465
+ #: gallery-plugin.php:1097
466
  msgid "Use single lightbox for multiple galleries on one page"
467
  msgstr "Gebruik 1 lightbox voor meerdere galerijen op 1 pagina"
468
 
469
+ #: gallery-plugin.php:1105
470
  msgid "Attachment ID"
471
  msgstr "Bijlage ID"
472
 
473
+ #: gallery-plugin.php:1106
474
  msgid "Image Name"
475
  msgstr "Foto Naam"
476
 
477
+ #: gallery-plugin.php:1108
478
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
479
  msgstr "Sorteervolgorde (het invoerveld voor sorteervolgorde in het Invoeg / Upload Media Galerij venster)"
480
 
481
+ #: gallery-plugin.php:1109
482
  msgid "Random"
483
  msgstr "Willekeurig"
484
 
485
+ #: gallery-plugin.php:1113
486
  msgid "Sort images"
487
  msgstr "Sorteer foto's"
488
 
489
+ #: gallery-plugin.php:1115
490
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
491
  msgstr "ASC (oplopend van laagste naar hoogste waarde - 1, 2, 3; a, b, c)"
492
 
493
+ #: gallery-plugin.php:1116
494
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
495
  msgstr "DESC (aflopend van hoogste naar laagste waarde - 3, 2, 1; c, b, a)"
496
 
497
+ #: gallery-plugin.php:1120
498
  msgid "Display text above the image"
499
  msgstr "Text weergeven boven de foto"
500
 
501
+ #: gallery-plugin.php:1122
502
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
503
  msgstr "Schakel het vinkje uit, als je de tekst alleen wilt weergeven in de lightbox"
504
 
505
+ #: gallery-plugin.php:1126
506
  msgid "Display the Back link"
507
  msgstr "Toon de Terug link"
508
 
509
+ #: gallery-plugin.php:1132
510
  msgid "Display the Back link in the shortcode"
511
  msgstr "Toon de Terug link in de shortcode"
512
 
513
+ #: gallery-plugin.php:1138
514
  msgid "The Back link text"
515
  msgstr "De Terug link tekst"
516
 
517
+ #: gallery-plugin.php:1144
518
  msgid "The Back link URL"
519
  msgstr "De Terug link URL"
520
 
521
+ #: gallery-plugin.php:1146
522
  msgid "Gallery page (Page with Gallery Template)"
523
  msgstr "Galerij pagina (pagina met galerij template)"
524
 
525
+ #: gallery-plugin.php:1148
526
  msgid "(Full URL to custom page)"
527
  msgstr "(Volledige URL naar aangepaste pagina)"
528
 
529
+ #: gallery-plugin.php:1152
530
  msgid "The Read More link text"
531
  msgstr "De 'Lees Meer' link tekst"
532
 
533
+ #: gallery-plugin.php:1158
534
  msgid "Add gallery to the search"
535
  msgstr "Galerij, aan zoeken, toevoegen"
536
 
537
+ #: gallery-plugin.php:1168
538
  msgid "Using"
539
  msgstr ""
540
 
541
+ #: gallery-plugin.php:1168
542
  msgid "powered by"
543
  msgstr ""
544
 
 
545
  #: gallery-plugin.php:1171
546
+ #: gallery-plugin.php:1175
547
  msgid "Using Custom Search powered by"
548
  msgstr "Aangepast zoeken, powered by"
549
 
550
+ #: gallery-plugin.php:1171
551
  msgid "Activate Custom Search"
552
  msgstr "Activeer Aangepast zoeken"
553
 
554
+ #: gallery-plugin.php:1175
555
  msgid "Download Custom Search"
556
  msgstr "Aangepast zoeken, downloaden"
557
 
558
+ #: gallery-plugin.php:1185
559
+ #, fuzzy
560
+ msgid "Use pagination for images"
561
+ msgstr "Bijwerken foto's..."
562
+
563
+ #: gallery-plugin.php:1188
564
+ msgid "per page"
565
+ msgstr ""
566
+
567
+ #: gallery-plugin.php:1192
568
  msgid "The lightbox helper"
569
  msgstr ""
570
 
571
+ #: gallery-plugin.php:1194
572
  msgid "Do not use"
573
  msgstr ""
574
 
575
+ #: gallery-plugin.php:1195
576
  msgid "Button helper"
577
  msgstr ""
578
 
579
+ #: gallery-plugin.php:1196
580
  msgid "Thumbnail helper"
581
  msgstr ""
582
 
583
+ #: gallery-plugin.php:1200
584
  msgid "Display Like buttons in the lightbox"
585
  msgstr "Geef 'Vind ik leuk' knoppen weer, in de lightbox"
586
 
587
+ #: gallery-plugin.php:1202
588
  msgid "FaceBook"
589
  msgstr "FaceBook"
590
 
591
+ #: gallery-plugin.php:1203
592
  msgid "Twitter"
593
  msgstr "Twitter"
594
 
595
+ #: gallery-plugin.php:1204
596
  msgid "Pinterest"
597
  msgstr "Pinterest"
598
 
599
+ #: gallery-plugin.php:1205
600
  msgid "Google +1"
601
  msgstr "Google +1"
602
 
603
+ #: gallery-plugin.php:1209
604
  msgid "Slug for gallery item"
605
  msgstr "Slug voor galerij-item"
606
 
607
+ #: gallery-plugin.php:1211
608
  msgid "for any structure of permalinks except the default structure"
609
  msgstr "voor elke structuur van permalink, behalve de standaard structuur"
610
 
611
+ #: gallery-plugin.php:1215
612
  msgid "Title for lightbox button"
613
  msgstr ""
614
 
615
+ #: gallery-plugin.php:1246
616
  msgid "Save Changes"
617
  msgstr "Wijzigingen Opslaan"
618
 
619
+ #: gallery-plugin.php:1252
620
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
621
  msgstr "Als onze plugin je bevalt, geef ons dan 5 sterren op WordPress"
622
 
623
+ #: gallery-plugin.php:1253
624
  msgid "Rate the plugin"
625
  msgstr "Beoordeel de plugin"
626
 
627
+ #: gallery-plugin.php:1256
628
  msgid "If there is something wrong about it, please contact us"
629
  msgstr "Indien je een fout tegenkomt, neem dan contact met ons op, via: plugin@bestwebsoft.com"
630
 
631
+ #: gallery-plugin.php:1267
632
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
633
  msgstr ""
634
 
635
+ #: gallery-plugin.php:1269
636
  msgid "Please, go to"
637
  msgstr ""
638
 
639
+ #: gallery-plugin.php:1269
640
  #, fuzzy
641
  msgid "the setting page"
642
  msgstr "op de plugin instellingen pagina ("
643
 
644
+ #: gallery-plugin.php:1270
645
  msgid "You will be redirected automatically in 5 seconds."
646
  msgstr ""
647
 
648
+ #: gallery-plugin.php:1275
649
  msgid "You can download and activate"
650
  msgstr ""
651
 
652
+ #: gallery-plugin.php:1277
653
  msgid "version of this plugin by entering Your license key."
654
  msgstr ""
655
 
656
+ #: gallery-plugin.php:1279
657
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
658
  msgstr ""
659
 
660
+ #: gallery-plugin.php:1281
661
  msgid "(your username is the email you specify when purchasing the product)."
662
  msgstr ""
663
 
664
+ #: gallery-plugin.php:1289
665
+ #: gallery-plugin.php:1299
666
  #, fuzzy
667
  msgid "Activate"
668
  msgstr "Активовані плагіни"
669
 
670
+ #: gallery-plugin.php:1289
671
+ #: gallery-plugin.php:1299
672
  msgid "Start Your Free 7-Day Trial Now"
673
  msgstr ""
674
 
675
+ #: gallery-plugin.php:1316
676
  msgid "Support"
677
  msgstr "Ondersteuning"
678
 
679
+ #: gallery-plugin.php:1444
680
+ #: template/gallery-single-template.php:14
681
  msgid "Download high resolution image"
682
  msgstr "Download hoge-resolutie foto"
683
 
684
+ #: gallery-plugin.php:1553
685
+ #: template/gallery-single-template.php:77
686
  msgid "Sorry, nothing found."
687
  msgstr "Sorry, niets gevonden."
688
 
689
+ #: gallery-plugin.php:1575
690
+ #: template/gallery-single-template.php:104
691
  msgid "Image"
692
  msgstr "Foto"
693
 
694
+ #: gallery-plugin.php:1866
695
  msgid "Image size not defined"
696
  msgstr "Afmetingen van foto, niet gedefinieerd"
697
 
698
+ #: gallery-plugin.php:1881
699
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
700
  msgstr "We kunnen alleen de volgende bestandstypen bijwerken: PNG, JPG, GIF, WPMP of XBM (Voor overige, aub handmatig herladen)."
701
 
702
+ #: gallery-plugin.php:1892
703
  msgid "Image size changes not defined"
704
  msgstr "Wijzigingen van foto afmetingen, niet gedefinieerd"
705
 
706
+ #: gallery-plugin.php:1921
707
+ #: gallery-plugin.php:1924
708
+ #: gallery-plugin.php:1929
709
  msgid "Invalid path"
710
  msgstr "Ongeldig pad"
711
 
712
+ #: gallery-plugin.php:2052
713
  msgid "It’s time to upgrade your <strong>Gallery plugin</strong> to <strong>PRO</strong> version!"
714
  msgstr "Het is tijd om je <strong>Galerij plugin</strong> bij te werken naar de <strong>PRO</strong> versie!"
715
 
716
+ #: gallery-plugin.php:2053
717
  #, fuzzy
718
  msgid "Extend standard plugin functionality with new great options"
719
  msgstr "Voeg nieuwe, geweldige, opties toe aan de standaard functionaliteit."
languages/gallery-pt_BR.mo CHANGED
Binary file
languages/gallery-pt_BR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-05-15 17:38+0300\n"
6
- "PO-Revision-Date: 2014-05-15 17:38+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"
@@ -134,7 +134,7 @@ msgstr "Por favor, faça uma escolha"
134
 
135
  # @ gallery
136
  #: gallery-plugin.php:374
137
- #: gallery-plugin.php:1099
138
  msgid "Sort images by"
139
  msgstr "Ordenar imagens por"
140
 
@@ -231,7 +231,7 @@ msgstr "Publicação"
231
 
232
  # @ gallery
233
  #: gallery-plugin.php:641
234
- #: gallery-plugin.php:1103
235
  msgid "Date"
236
  msgstr "Data"
237
 
@@ -240,12 +240,12 @@ msgstr "Data"
240
  msgid "Settings are saved"
241
  msgstr "As configurações estão salvas"
242
 
243
- #: gallery-plugin.php:835
244
  #: gallery-plugin.php:874
245
  msgid "Wrong license key"
246
  msgstr ""
247
 
248
- #: gallery-plugin.php:867
249
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
250
  msgstr ""
251
 
@@ -254,560 +254,576 @@ msgid "This license key is bind to another site"
254
  msgstr ""
255
 
256
  #: gallery-plugin.php:878
257
- #: gallery-plugin.php:1281
258
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
259
  msgstr ""
260
 
261
- #: gallery-plugin.php:895
 
 
 
 
 
 
 
 
262
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
263
  msgstr ""
264
 
265
- #: gallery-plugin.php:901
266
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
267
  msgstr ""
268
 
269
- #: gallery-plugin.php:905
270
- #: gallery-plugin.php:914
271
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
272
  msgstr ""
273
 
274
- #: gallery-plugin.php:918
275
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
276
  msgstr ""
277
 
278
- #: gallery-plugin.php:933
279
  msgid "Please, enter Your license key"
280
  msgstr ""
281
 
282
  # @ gallery
283
- #: gallery-plugin.php:941
284
  msgid "Gallery Settings"
285
  msgstr "Configurações da Galeria"
286
 
287
  # @ bestwebsoft
288
  # @ gallery
289
- #: gallery-plugin.php:943
290
- #: gallery-plugin.php:1304
291
- #: gallery-plugin.php:1320
292
  msgid "Settings"
293
  msgstr "Configurações"
294
 
295
  # @ gallery
296
- #: gallery-plugin.php:944
297
- #: gallery-plugin.php:1305
298
  msgid "FAQ"
299
  msgstr "FAQ"
300
 
301
- #: gallery-plugin.php:945
302
  msgid "Go PRO"
303
  msgstr ""
304
 
305
- #: gallery-plugin.php:950
306
  msgid "Notice:"
307
  msgstr ""
308
 
309
- #: gallery-plugin.php:950
310
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
311
  msgstr ""
312
 
313
  # @ gallery
314
- #: gallery-plugin.php:951
315
  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:"
316
  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:"
317
 
318
  # @ gallery
319
- #: gallery-plugin.php:953
320
  #, fuzzy
321
  msgid "Please enable JavaScript to use the option to renew images."
322
  msgstr "Favor havilitar o Javascript para usar o envio de arquivos."
323
 
324
- #: gallery-plugin.php:957
325
  msgid "Update images for gallery"
326
  msgstr ""
327
 
328
  # @ gallery
329
- #: gallery-plugin.php:959
330
  #, fuzzy
331
  msgid "Update images"
332
  msgstr "ordenar imagens"
333
 
334
- #: gallery-plugin.php:964
335
  msgid "Updating images..."
336
  msgstr ""
337
 
338
  # @ gallery
339
- #: gallery-plugin.php:965
340
  #, fuzzy
341
  msgid "No image found"
342
  msgstr "Nenhuma Galeria foi encontrada"
343
 
344
- #: gallery-plugin.php:966
345
  msgid "All images are updated"
346
  msgstr ""
347
 
348
- #: gallery-plugin.php:967
349
  msgid "Error."
350
  msgstr ""
351
 
352
  # @ gallery
353
- #: gallery-plugin.php:973
354
  msgid "Image size for the album cover"
355
  msgstr "Tamanho da imagem de capa do álbum"
356
 
357
  # @ gallery
358
- #: gallery-plugin.php:975
359
- #: gallery-plugin.php:983
360
- #: gallery-plugin.php:999
361
  msgid "Image size"
362
  msgstr "Tamanho da imagem"
363
 
364
  # @ gallery
365
- #: gallery-plugin.php:976
366
- #: gallery-plugin.php:984
367
  msgid "Width (in px)"
368
  msgstr "Largura (em px)"
369
 
370
  # @ gallery
371
- #: gallery-plugin.php:977
372
- #: gallery-plugin.php:985
373
  msgid "Height (in px)"
374
  msgstr "Altura (em px)"
375
 
376
  # @ gallery
377
- #: gallery-plugin.php:981
378
  msgid "Gallery image size"
379
  msgstr "Tamanho da imagem da galeria"
380
 
381
  # @ gallery
382
- #: gallery-plugin.php:989
383
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
384
  msgstr "WordPress irá criar uma nova miniatura com os tamanhos especificados quando você enviar uma nova foto."
385
 
386
  # @ gallery
387
- #: gallery-plugin.php:997
388
  msgid "Gallery image size in the lightbox"
389
  msgstr "Tamanho da imagem da galeria no Lightbox"
390
 
391
  # @ gallery
392
- #: gallery-plugin.php:1000
393
  msgid "Max width (in px)"
394
  msgstr "Largura máxima (em px)"
395
 
396
  # @ gallery
397
- #: gallery-plugin.php:1001
398
  msgid "Max height (in px)"
399
  msgstr "Altura máxima (em px)"
400
 
401
  # @ gallery
402
- #: gallery-plugin.php:1002
403
  msgid "Display a full size image in the lightbox"
404
  msgstr "Exibir a imagem em tamanho original no Lightbox"
405
 
406
  # @ gallery
407
- #: gallery-plugin.php:1006
408
  msgid "Crop position"
409
  msgstr "Posição de recorte"
410
 
411
  # @ gallery
412
- #: gallery-plugin.php:1008
413
  msgid "Horizontal"
414
  msgstr "Horizontal"
415
 
416
  # @ gallery
417
- #: gallery-plugin.php:1010
418
  msgid "left"
419
  msgstr "esquerda"
420
 
421
  # @ gallery
422
- #: gallery-plugin.php:1011
423
- #: gallery-plugin.php:1018
424
  msgid "center"
425
  msgstr "centro"
426
 
427
  # @ gallery
428
- #: gallery-plugin.php:1012
429
  msgid "right"
430
  msgstr "direita"
431
 
432
  # @ gallery
433
- #: gallery-plugin.php:1015
434
  msgid "Vertical"
435
  msgstr "Vertical"
436
 
437
  # @ gallery
438
- #: gallery-plugin.php:1017
439
  msgid "top"
440
  msgstr "topo"
441
 
442
  # @ gallery
443
- #: gallery-plugin.php:1019
444
  msgid "bottom"
445
  msgstr "fundo"
446
 
447
  # @ gallery
448
- #: gallery-plugin.php:1024
449
  msgid "Lightbox background"
450
  msgstr "Fundo do Lightbox"
451
 
452
  # @ gallery
453
- #: gallery-plugin.php:1026
454
  msgid "Default"
455
  msgstr "Padrão"
456
 
457
  # @ gallery
458
- #: gallery-plugin.php:1027
459
  msgid "Background transparency (from 0 to 1)"
460
  msgstr "Transparência de background (de 0 a 1)"
461
 
462
  # @ gallery
463
- #: gallery-plugin.php:1029
464
  msgid "Select a background color"
465
  msgstr "Selecionar uma cor de fundo"
466
 
467
  # @ gallery
468
- #: gallery-plugin.php:1031
469
  msgid "Background color"
470
  msgstr "Cor de fundo"
471
 
472
- #: gallery-plugin.php:1038
473
- #: gallery-plugin.php:1211
474
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
475
  msgstr ""
476
 
477
- #: gallery-plugin.php:1045
478
- #: gallery-plugin.php:1218
479
  msgid "Unlock premium options by upgrading to a PRO version."
480
  msgstr ""
481
 
482
- #: gallery-plugin.php:1046
483
- #: gallery-plugin.php:1219
484
- #: gallery-plugin.php:2039
485
  msgid "Learn More"
486
  msgstr ""
487
 
488
- #: gallery-plugin.php:1050
489
- #: gallery-plugin.php:1223
490
  msgid "Start Your Trial"
491
  msgstr ""
492
 
493
- #: gallery-plugin.php:1051
494
- #: gallery-plugin.php:1224
495
- #: gallery-plugin.php:1278
496
- #: gallery-plugin.php:1288
497
  msgid "or"
498
  msgstr ""
499
 
500
- #: gallery-plugin.php:1054
501
- #: gallery-plugin.php:1227
502
  msgid "Go"
503
  msgstr ""
504
 
505
  # @ gallery
506
- #: gallery-plugin.php:1062
507
  msgid "Images with border"
508
  msgstr "Imagens com borda"
509
 
510
  # @ gallery
511
- #: gallery-plugin.php:1065
512
  msgid "Border width in px, just numbers"
513
  msgstr "Largura da borda em px, apenas os números"
514
 
515
  # @ gallery
516
- #: gallery-plugin.php:1067
517
- #: gallery-plugin.php:1069
518
  msgid "Select a border color"
519
  msgstr "Escolha a cor da borda"
520
 
521
  # @ gallery
522
- #: gallery-plugin.php:1075
523
  msgid "Number of images in the row"
524
  msgstr "Número de imagens por linha"
525
 
526
  # @ gallery
527
- #: gallery-plugin.php:1081
528
  msgid "Start slideshow"
529
  msgstr "Iniciar Apresentação de Slides"
530
 
531
  # @ gallery
532
- #: gallery-plugin.php:1087
533
  msgid "Slideshow interval"
534
  msgstr "Intervalo de tempo entre cada Slide"
535
 
536
- #: gallery-plugin.php:1093
537
  msgid "Use single lightbox for multiple galleries on one page"
538
  msgstr ""
539
 
540
  # @ gallery
541
- #: gallery-plugin.php:1101
542
  msgid "Attachment ID"
543
  msgstr "ID do anexo"
544
 
545
  # @ gallery
546
- #: gallery-plugin.php:1102
547
  msgid "Image Name"
548
  msgstr "Nome da Imagem"
549
 
550
  # @ gallery
551
- #: gallery-plugin.php:1104
552
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
553
  msgstr "Critério de ordenação (o campo de ordenação na caixa de diálogo em Adicionar Mídia)"
554
 
555
  # @ gallery
556
- #: gallery-plugin.php:1105
557
  msgid "Random"
558
  msgstr "Aleatório"
559
 
560
  # @ gallery
561
- #: gallery-plugin.php:1109
562
  msgid "Sort images"
563
  msgstr "Ordenar imagens:"
564
 
565
  # @ gallery
566
- #: gallery-plugin.php:1111
567
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
568
  msgstr "ASC (ordem crescente dos valores mais baixos para os mais altos - 1, 2, 3; a, b, c)"
569
 
570
  # @ gallery
571
- #: gallery-plugin.php:1112
572
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
573
  msgstr "DESC (ordem decrescente dos valores mais altos para os mais baixos - 3, 2, 1; c, b, a)"
574
 
575
  # @ gallery
576
- #: gallery-plugin.php:1116
577
  msgid "Display text above the image"
578
  msgstr "Mostrar texto acima da imagem"
579
 
580
  # @ gallery
581
- #: gallery-plugin.php:1118
582
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
583
  msgstr "Desmarque a caixa de seleção, se você deseja mostrar texto apenas numa lightbox"
584
 
585
  # @ gallery
586
- #: gallery-plugin.php:1122
587
  msgid "Display the Back link"
588
  msgstr "Exibir o link Voltar"
589
 
590
  # @ gallery
591
- #: gallery-plugin.php:1128
592
  msgid "Display the Back link in the shortcode"
593
  msgstr "Exibir o link Voltar no shortcode"
594
 
595
  # @ gallery
596
- #: gallery-plugin.php:1134
597
  msgid "The Back link text"
598
  msgstr "Texto do link Voltar"
599
 
600
  # @ gallery
601
- #: gallery-plugin.php:1140
602
  msgid "The Back link URL"
603
  msgstr "URL do link Voltar"
604
 
605
  # @ gallery
606
- #: gallery-plugin.php:1142
607
  msgid "Gallery page (Page with Gallery Template)"
608
  msgstr "Página da Galeria (página usando o Modelo de Galeria)"
609
 
610
  # @ gallery
611
- #: gallery-plugin.php:1144
612
  msgid "(Full URL to custom page)"
613
  msgstr "(URL completa para a página personalizada)"
614
 
615
  # @ gallery
616
- #: gallery-plugin.php:1148
617
  msgid "The Read More link text"
618
  msgstr "Texto do link Leia Mais"
619
 
620
- #: gallery-plugin.php:1154
621
  msgid "Add gallery to the search"
622
  msgstr ""
623
 
624
- #: gallery-plugin.php:1164
625
  msgid "Using"
626
  msgstr ""
627
 
628
- #: gallery-plugin.php:1164
629
  msgid "powered by"
630
  msgstr ""
631
 
632
- #: gallery-plugin.php:1167
633
  #: gallery-plugin.php:1171
 
634
  msgid "Using Custom Search powered by"
635
  msgstr ""
636
 
637
- #: gallery-plugin.php:1167
638
  msgid "Activate Custom Search"
639
  msgstr ""
640
 
641
- #: gallery-plugin.php:1171
642
  msgid "Download Custom Search"
643
  msgstr ""
644
 
645
- #: gallery-plugin.php:1181
 
 
 
 
 
 
 
 
646
  msgid "The lightbox helper"
647
  msgstr ""
648
 
649
- #: gallery-plugin.php:1183
650
  msgid "Do not use"
651
  msgstr ""
652
 
653
- #: gallery-plugin.php:1184
654
  msgid "Button helper"
655
  msgstr ""
656
 
657
- #: gallery-plugin.php:1185
658
  msgid "Thumbnail helper"
659
  msgstr ""
660
 
661
  # @ gallery
662
- #: gallery-plugin.php:1189
663
  msgid "Display Like buttons in the lightbox"
664
  msgstr "Exibir botões de Curtir no Lightbox"
665
 
666
  # @ gallery
667
- #: gallery-plugin.php:1191
668
  msgid "FaceBook"
669
  msgstr "Facebook"
670
 
671
  # @ gallery
672
- #: gallery-plugin.php:1192
673
  msgid "Twitter"
674
  msgstr "Twitter"
675
 
676
  # @ gallery
677
- #: gallery-plugin.php:1193
678
  msgid "Pinterest"
679
  msgstr "Pinterest"
680
 
681
  # @ gallery
682
- #: gallery-plugin.php:1194
683
  msgid "Google +1"
684
  msgstr "Google +1"
685
 
686
  # @ gallery
687
- #: gallery-plugin.php:1198
688
  msgid "Slug for gallery item"
689
  msgstr "Slug para o item da galeria"
690
 
691
  # @ gallery
692
- #: gallery-plugin.php:1200
693
  msgid "for any structure of permalinks except the default structure"
694
  msgstr "para qualquer estrutura de links permanentes, exceto a estrutura padrão"
695
 
696
- #: gallery-plugin.php:1204
697
  msgid "Title for lightbox button"
698
  msgstr ""
699
 
700
  # @ default
701
- #: gallery-plugin.php:1235
702
  msgid "Save Changes"
703
  msgstr "Salvar Alterações"
704
 
705
- #: gallery-plugin.php:1241
706
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
707
  msgstr ""
708
 
709
  # @ gallery
710
- #: gallery-plugin.php:1242
711
  #, fuzzy
712
  msgid "Rate the plugin"
713
  msgstr "Abrir o link"
714
 
715
- #: gallery-plugin.php:1245
716
  msgid "If there is something wrong about it, please contact us"
717
  msgstr ""
718
 
719
- #: gallery-plugin.php:1256
720
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
721
  msgstr ""
722
 
723
- #: gallery-plugin.php:1258
724
  msgid "Please, go to"
725
  msgstr ""
726
 
727
  # @ gallery
728
- #: gallery-plugin.php:1258
729
  #, fuzzy
730
  msgid "the setting page"
731
  msgstr "da página de configurações do plugin ("
732
 
733
- #: gallery-plugin.php:1259
734
  msgid "You will be redirected automatically in 5 seconds."
735
  msgstr ""
736
 
737
- #: gallery-plugin.php:1264
738
  msgid "You can download and activate"
739
  msgstr ""
740
 
741
- #: gallery-plugin.php:1266
742
  msgid "version of this plugin by entering Your license key."
743
  msgstr ""
744
 
745
- #: gallery-plugin.php:1268
746
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
747
  msgstr ""
748
 
749
- #: gallery-plugin.php:1270
750
  msgid "(your username is the email you specify when purchasing the product)."
751
  msgstr ""
752
 
753
- #: gallery-plugin.php:1278
754
- #: gallery-plugin.php:1288
755
  msgid "Activate"
756
  msgstr ""
757
 
758
- #: gallery-plugin.php:1278
759
- #: gallery-plugin.php:1288
760
  msgid "Start Your Free 7-Day Trial Now"
761
  msgstr ""
762
 
763
  # @ gallery
764
- #: gallery-plugin.php:1306
765
  msgid "Support"
766
  msgstr "Suporte"
767
 
768
  # @ gallery
769
- #: gallery-plugin.php:1434
770
- #: template/gallery-single-template.php:13
771
  msgid "Download high resolution image"
772
  msgstr "Download de imagem de alta resolução"
773
 
774
  # @ gallery
775
- #: gallery-plugin.php:1543
776
- #: template/gallery-single-template.php:76
777
  msgid "Sorry, nothing found."
778
  msgstr "Desculpe, nada foi encontrado."
779
 
780
  # @ gallery
781
- #: gallery-plugin.php:1565
782
- #: template/gallery-single-template.php:102
783
  msgid "Image"
784
  msgstr "Imagem"
785
 
786
  # @ gallery
787
- #: gallery-plugin.php:1856
788
  #, fuzzy
789
  msgid "Image size not defined"
790
  msgstr "Tamanho da imagem"
791
 
792
- #: gallery-plugin.php:1871
793
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
794
  msgstr ""
795
 
796
- #: gallery-plugin.php:1882
797
  msgid "Image size changes not defined"
798
  msgstr ""
799
 
800
- #: gallery-plugin.php:1911
801
- #: gallery-plugin.php:1914
802
- #: gallery-plugin.php:1919
803
  msgid "Invalid path"
804
  msgstr ""
805
 
806
- #: gallery-plugin.php:2042
807
  msgid "It’s time to upgrade your <strong>Gallery plugin</strong> to <strong>PRO</strong> version!"
808
  msgstr ""
809
 
810
- #: gallery-plugin.php:2043
811
  msgid "Extend standard plugin functionality with new great options"
812
  msgstr ""
813
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-11 11:53+0300\n"
6
+ "PO-Revision-Date: 2014-07-11 11:53+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"
134
 
135
  # @ gallery
136
  #: gallery-plugin.php:374
137
+ #: gallery-plugin.php:1103
138
  msgid "Sort images by"
139
  msgstr "Ordenar imagens por"
140
 
231
 
232
  # @ gallery
233
  #: gallery-plugin.php:641
234
+ #: gallery-plugin.php:1107
235
  msgid "Date"
236
  msgstr "Data"
237
 
240
  msgid "Settings are saved"
241
  msgstr "As configurações estão salvas"
242
 
243
+ #: gallery-plugin.php:834
244
  #: gallery-plugin.php:874
245
  msgid "Wrong license key"
246
  msgstr ""
247
 
248
+ #: gallery-plugin.php:866
249
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
250
  msgstr ""
251
 
254
  msgstr ""
255
 
256
  #: gallery-plugin.php:878
257
+ #: gallery-plugin.php:1292
258
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
259
  msgstr ""
260
 
261
+ #: gallery-plugin.php:880
262
+ msgid "This license key is valid, but your license has expired."
263
+ msgstr ""
264
+
265
+ #: gallery-plugin.php:882
266
+ msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
267
+ msgstr ""
268
+
269
+ #: gallery-plugin.php:899
270
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
271
  msgstr ""
272
 
273
+ #: gallery-plugin.php:905
274
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
275
  msgstr ""
276
 
277
+ #: gallery-plugin.php:909
278
+ #: gallery-plugin.php:918
279
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
280
  msgstr ""
281
 
282
+ #: gallery-plugin.php:922
283
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
284
  msgstr ""
285
 
286
+ #: gallery-plugin.php:937
287
  msgid "Please, enter Your license key"
288
  msgstr ""
289
 
290
  # @ gallery
291
+ #: gallery-plugin.php:945
292
  msgid "Gallery Settings"
293
  msgstr "Configurações da Galeria"
294
 
295
  # @ bestwebsoft
296
  # @ gallery
297
+ #: gallery-plugin.php:947
298
+ #: gallery-plugin.php:1314
299
+ #: gallery-plugin.php:1330
300
  msgid "Settings"
301
  msgstr "Configurações"
302
 
303
  # @ gallery
304
+ #: gallery-plugin.php:948
305
+ #: gallery-plugin.php:1315
306
  msgid "FAQ"
307
  msgstr "FAQ"
308
 
309
+ #: gallery-plugin.php:949
310
  msgid "Go PRO"
311
  msgstr ""
312
 
313
+ #: gallery-plugin.php:954
314
  msgid "Notice:"
315
  msgstr ""
316
 
317
+ #: gallery-plugin.php:954
318
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
319
  msgstr ""
320
 
321
  # @ gallery
322
+ #: gallery-plugin.php:955
323
  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:"
324
  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:"
325
 
326
  # @ gallery
327
+ #: gallery-plugin.php:957
328
  #, fuzzy
329
  msgid "Please enable JavaScript to use the option to renew images."
330
  msgstr "Favor havilitar o Javascript para usar o envio de arquivos."
331
 
332
+ #: gallery-plugin.php:961
333
  msgid "Update images for gallery"
334
  msgstr ""
335
 
336
  # @ gallery
337
+ #: gallery-plugin.php:963
338
  #, fuzzy
339
  msgid "Update images"
340
  msgstr "ordenar imagens"
341
 
342
+ #: gallery-plugin.php:968
343
  msgid "Updating images..."
344
  msgstr ""
345
 
346
  # @ gallery
347
+ #: gallery-plugin.php:969
348
  #, fuzzy
349
  msgid "No image found"
350
  msgstr "Nenhuma Galeria foi encontrada"
351
 
352
+ #: gallery-plugin.php:970
353
  msgid "All images are updated"
354
  msgstr ""
355
 
356
+ #: gallery-plugin.php:971
357
  msgid "Error."
358
  msgstr ""
359
 
360
  # @ gallery
361
+ #: gallery-plugin.php:977
362
  msgid "Image size for the album cover"
363
  msgstr "Tamanho da imagem de capa do álbum"
364
 
365
  # @ gallery
366
+ #: gallery-plugin.php:979
367
+ #: gallery-plugin.php:987
368
+ #: gallery-plugin.php:1003
369
  msgid "Image size"
370
  msgstr "Tamanho da imagem"
371
 
372
  # @ gallery
373
+ #: gallery-plugin.php:980
374
+ #: gallery-plugin.php:988
375
  msgid "Width (in px)"
376
  msgstr "Largura (em px)"
377
 
378
  # @ gallery
379
+ #: gallery-plugin.php:981
380
+ #: gallery-plugin.php:989
381
  msgid "Height (in px)"
382
  msgstr "Altura (em px)"
383
 
384
  # @ gallery
385
+ #: gallery-plugin.php:985
386
  msgid "Gallery image size"
387
  msgstr "Tamanho da imagem da galeria"
388
 
389
  # @ gallery
390
+ #: gallery-plugin.php:993
391
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
392
  msgstr "WordPress irá criar uma nova miniatura com os tamanhos especificados quando você enviar uma nova foto."
393
 
394
  # @ gallery
395
+ #: gallery-plugin.php:1001
396
  msgid "Gallery image size in the lightbox"
397
  msgstr "Tamanho da imagem da galeria no Lightbox"
398
 
399
  # @ gallery
400
+ #: gallery-plugin.php:1004
401
  msgid "Max width (in px)"
402
  msgstr "Largura máxima (em px)"
403
 
404
  # @ gallery
405
+ #: gallery-plugin.php:1005
406
  msgid "Max height (in px)"
407
  msgstr "Altura máxima (em px)"
408
 
409
  # @ gallery
410
+ #: gallery-plugin.php:1006
411
  msgid "Display a full size image in the lightbox"
412
  msgstr "Exibir a imagem em tamanho original no Lightbox"
413
 
414
  # @ gallery
415
+ #: gallery-plugin.php:1010
416
  msgid "Crop position"
417
  msgstr "Posição de recorte"
418
 
419
  # @ gallery
420
+ #: gallery-plugin.php:1012
421
  msgid "Horizontal"
422
  msgstr "Horizontal"
423
 
424
  # @ gallery
425
+ #: gallery-plugin.php:1014
426
  msgid "left"
427
  msgstr "esquerda"
428
 
429
  # @ gallery
430
+ #: gallery-plugin.php:1015
431
+ #: gallery-plugin.php:1022
432
  msgid "center"
433
  msgstr "centro"
434
 
435
  # @ gallery
436
+ #: gallery-plugin.php:1016
437
  msgid "right"
438
  msgstr "direita"
439
 
440
  # @ gallery
441
+ #: gallery-plugin.php:1019
442
  msgid "Vertical"
443
  msgstr "Vertical"
444
 
445
  # @ gallery
446
+ #: gallery-plugin.php:1021
447
  msgid "top"
448
  msgstr "topo"
449
 
450
  # @ gallery
451
+ #: gallery-plugin.php:1023
452
  msgid "bottom"
453
  msgstr "fundo"
454
 
455
  # @ gallery
456
+ #: gallery-plugin.php:1028
457
  msgid "Lightbox background"
458
  msgstr "Fundo do Lightbox"
459
 
460
  # @ gallery
461
+ #: gallery-plugin.php:1030
462
  msgid "Default"
463
  msgstr "Padrão"
464
 
465
  # @ gallery
466
+ #: gallery-plugin.php:1031
467
  msgid "Background transparency (from 0 to 1)"
468
  msgstr "Transparência de background (de 0 a 1)"
469
 
470
  # @ gallery
471
+ #: gallery-plugin.php:1033
472
  msgid "Select a background color"
473
  msgstr "Selecionar uma cor de fundo"
474
 
475
  # @ gallery
476
+ #: gallery-plugin.php:1035
477
  msgid "Background color"
478
  msgstr "Cor de fundo"
479
 
480
+ #: gallery-plugin.php:1042
481
+ #: gallery-plugin.php:1222
482
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
483
  msgstr ""
484
 
485
+ #: gallery-plugin.php:1049
486
+ #: gallery-plugin.php:1229
487
  msgid "Unlock premium options by upgrading to a PRO version."
488
  msgstr ""
489
 
490
+ #: gallery-plugin.php:1050
491
+ #: gallery-plugin.php:1230
492
+ #: gallery-plugin.php:2049
493
  msgid "Learn More"
494
  msgstr ""
495
 
496
+ #: gallery-plugin.php:1054
497
+ #: gallery-plugin.php:1234
498
  msgid "Start Your Trial"
499
  msgstr ""
500
 
501
+ #: gallery-plugin.php:1055
502
+ #: gallery-plugin.php:1235
503
+ #: gallery-plugin.php:1289
504
+ #: gallery-plugin.php:1299
505
  msgid "or"
506
  msgstr ""
507
 
508
+ #: gallery-plugin.php:1058
509
+ #: gallery-plugin.php:1238
510
  msgid "Go"
511
  msgstr ""
512
 
513
  # @ gallery
514
+ #: gallery-plugin.php:1066
515
  msgid "Images with border"
516
  msgstr "Imagens com borda"
517
 
518
  # @ gallery
519
+ #: gallery-plugin.php:1069
520
  msgid "Border width in px, just numbers"
521
  msgstr "Largura da borda em px, apenas os números"
522
 
523
  # @ gallery
524
+ #: gallery-plugin.php:1071
525
+ #: gallery-plugin.php:1073
526
  msgid "Select a border color"
527
  msgstr "Escolha a cor da borda"
528
 
529
  # @ gallery
530
+ #: gallery-plugin.php:1079
531
  msgid "Number of images in the row"
532
  msgstr "Número de imagens por linha"
533
 
534
  # @ gallery
535
+ #: gallery-plugin.php:1085
536
  msgid "Start slideshow"
537
  msgstr "Iniciar Apresentação de Slides"
538
 
539
  # @ gallery
540
+ #: gallery-plugin.php:1091
541
  msgid "Slideshow interval"
542
  msgstr "Intervalo de tempo entre cada Slide"
543
 
544
+ #: gallery-plugin.php:1097
545
  msgid "Use single lightbox for multiple galleries on one page"
546
  msgstr ""
547
 
548
  # @ gallery
549
+ #: gallery-plugin.php:1105
550
  msgid "Attachment ID"
551
  msgstr "ID do anexo"
552
 
553
  # @ gallery
554
+ #: gallery-plugin.php:1106
555
  msgid "Image Name"
556
  msgstr "Nome da Imagem"
557
 
558
  # @ gallery
559
+ #: gallery-plugin.php:1108
560
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
561
  msgstr "Critério de ordenação (o campo de ordenação na caixa de diálogo em Adicionar Mídia)"
562
 
563
  # @ gallery
564
+ #: gallery-plugin.php:1109
565
  msgid "Random"
566
  msgstr "Aleatório"
567
 
568
  # @ gallery
569
+ #: gallery-plugin.php:1113
570
  msgid "Sort images"
571
  msgstr "Ordenar imagens:"
572
 
573
  # @ gallery
574
+ #: gallery-plugin.php:1115
575
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
576
  msgstr "ASC (ordem crescente dos valores mais baixos para os mais altos - 1, 2, 3; a, b, c)"
577
 
578
  # @ gallery
579
+ #: gallery-plugin.php:1116
580
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
581
  msgstr "DESC (ordem decrescente dos valores mais altos para os mais baixos - 3, 2, 1; c, b, a)"
582
 
583
  # @ gallery
584
+ #: gallery-plugin.php:1120
585
  msgid "Display text above the image"
586
  msgstr "Mostrar texto acima da imagem"
587
 
588
  # @ gallery
589
+ #: gallery-plugin.php:1122
590
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
591
  msgstr "Desmarque a caixa de seleção, se você deseja mostrar texto apenas numa lightbox"
592
 
593
  # @ gallery
594
+ #: gallery-plugin.php:1126
595
  msgid "Display the Back link"
596
  msgstr "Exibir o link Voltar"
597
 
598
  # @ gallery
599
+ #: gallery-plugin.php:1132
600
  msgid "Display the Back link in the shortcode"
601
  msgstr "Exibir o link Voltar no shortcode"
602
 
603
  # @ gallery
604
+ #: gallery-plugin.php:1138
605
  msgid "The Back link text"
606
  msgstr "Texto do link Voltar"
607
 
608
  # @ gallery
609
+ #: gallery-plugin.php:1144
610
  msgid "The Back link URL"
611
  msgstr "URL do link Voltar"
612
 
613
  # @ gallery
614
+ #: gallery-plugin.php:1146
615
  msgid "Gallery page (Page with Gallery Template)"
616
  msgstr "Página da Galeria (página usando o Modelo de Galeria)"
617
 
618
  # @ gallery
619
+ #: gallery-plugin.php:1148
620
  msgid "(Full URL to custom page)"
621
  msgstr "(URL completa para a página personalizada)"
622
 
623
  # @ gallery
624
+ #: gallery-plugin.php:1152
625
  msgid "The Read More link text"
626
  msgstr "Texto do link Leia Mais"
627
 
628
+ #: gallery-plugin.php:1158
629
  msgid "Add gallery to the search"
630
  msgstr ""
631
 
632
+ #: gallery-plugin.php:1168
633
  msgid "Using"
634
  msgstr ""
635
 
636
+ #: gallery-plugin.php:1168
637
  msgid "powered by"
638
  msgstr ""
639
 
 
640
  #: gallery-plugin.php:1171
641
+ #: gallery-plugin.php:1175
642
  msgid "Using Custom Search powered by"
643
  msgstr ""
644
 
645
+ #: gallery-plugin.php:1171
646
  msgid "Activate Custom Search"
647
  msgstr ""
648
 
649
+ #: gallery-plugin.php:1175
650
  msgid "Download Custom Search"
651
  msgstr ""
652
 
653
+ #: gallery-plugin.php:1185
654
+ msgid "Use pagination for images"
655
+ msgstr ""
656
+
657
+ #: gallery-plugin.php:1188
658
+ msgid "per page"
659
+ msgstr ""
660
+
661
+ #: gallery-plugin.php:1192
662
  msgid "The lightbox helper"
663
  msgstr ""
664
 
665
+ #: gallery-plugin.php:1194
666
  msgid "Do not use"
667
  msgstr ""
668
 
669
+ #: gallery-plugin.php:1195
670
  msgid "Button helper"
671
  msgstr ""
672
 
673
+ #: gallery-plugin.php:1196
674
  msgid "Thumbnail helper"
675
  msgstr ""
676
 
677
  # @ gallery
678
+ #: gallery-plugin.php:1200
679
  msgid "Display Like buttons in the lightbox"
680
  msgstr "Exibir botões de Curtir no Lightbox"
681
 
682
  # @ gallery
683
+ #: gallery-plugin.php:1202
684
  msgid "FaceBook"
685
  msgstr "Facebook"
686
 
687
  # @ gallery
688
+ #: gallery-plugin.php:1203
689
  msgid "Twitter"
690
  msgstr "Twitter"
691
 
692
  # @ gallery
693
+ #: gallery-plugin.php:1204
694
  msgid "Pinterest"
695
  msgstr "Pinterest"
696
 
697
  # @ gallery
698
+ #: gallery-plugin.php:1205
699
  msgid "Google +1"
700
  msgstr "Google +1"
701
 
702
  # @ gallery
703
+ #: gallery-plugin.php:1209
704
  msgid "Slug for gallery item"
705
  msgstr "Slug para o item da galeria"
706
 
707
  # @ gallery
708
+ #: gallery-plugin.php:1211
709
  msgid "for any structure of permalinks except the default structure"
710
  msgstr "para qualquer estrutura de links permanentes, exceto a estrutura padrão"
711
 
712
+ #: gallery-plugin.php:1215
713
  msgid "Title for lightbox button"
714
  msgstr ""
715
 
716
  # @ default
717
+ #: gallery-plugin.php:1246
718
  msgid "Save Changes"
719
  msgstr "Salvar Alterações"
720
 
721
+ #: gallery-plugin.php:1252
722
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
723
  msgstr ""
724
 
725
  # @ gallery
726
+ #: gallery-plugin.php:1253
727
  #, fuzzy
728
  msgid "Rate the plugin"
729
  msgstr "Abrir o link"
730
 
731
+ #: gallery-plugin.php:1256
732
  msgid "If there is something wrong about it, please contact us"
733
  msgstr ""
734
 
735
+ #: gallery-plugin.php:1267
736
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
737
  msgstr ""
738
 
739
+ #: gallery-plugin.php:1269
740
  msgid "Please, go to"
741
  msgstr ""
742
 
743
  # @ gallery
744
+ #: gallery-plugin.php:1269
745
  #, fuzzy
746
  msgid "the setting page"
747
  msgstr "da página de configurações do plugin ("
748
 
749
+ #: gallery-plugin.php:1270
750
  msgid "You will be redirected automatically in 5 seconds."
751
  msgstr ""
752
 
753
+ #: gallery-plugin.php:1275
754
  msgid "You can download and activate"
755
  msgstr ""
756
 
757
+ #: gallery-plugin.php:1277
758
  msgid "version of this plugin by entering Your license key."
759
  msgstr ""
760
 
761
+ #: gallery-plugin.php:1279
762
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
763
  msgstr ""
764
 
765
+ #: gallery-plugin.php:1281
766
  msgid "(your username is the email you specify when purchasing the product)."
767
  msgstr ""
768
 
769
+ #: gallery-plugin.php:1289
770
+ #: gallery-plugin.php:1299
771
  msgid "Activate"
772
  msgstr ""
773
 
774
+ #: gallery-plugin.php:1289
775
+ #: gallery-plugin.php:1299
776
  msgid "Start Your Free 7-Day Trial Now"
777
  msgstr ""
778
 
779
  # @ gallery
780
+ #: gallery-plugin.php:1316
781
  msgid "Support"
782
  msgstr "Suporte"
783
 
784
  # @ gallery
785
+ #: gallery-plugin.php:1444
786
+ #: template/gallery-single-template.php:14
787
  msgid "Download high resolution image"
788
  msgstr "Download de imagem de alta resolução"
789
 
790
  # @ gallery
791
+ #: gallery-plugin.php:1553
792
+ #: template/gallery-single-template.php:77
793
  msgid "Sorry, nothing found."
794
  msgstr "Desculpe, nada foi encontrado."
795
 
796
  # @ gallery
797
+ #: gallery-plugin.php:1575
798
+ #: template/gallery-single-template.php:104
799
  msgid "Image"
800
  msgstr "Imagem"
801
 
802
  # @ gallery
803
+ #: gallery-plugin.php:1866
804
  #, fuzzy
805
  msgid "Image size not defined"
806
  msgstr "Tamanho da imagem"
807
 
808
+ #: gallery-plugin.php:1881
809
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
810
  msgstr ""
811
 
812
+ #: gallery-plugin.php:1892
813
  msgid "Image size changes not defined"
814
  msgstr ""
815
 
816
+ #: gallery-plugin.php:1921
817
+ #: gallery-plugin.php:1924
818
+ #: gallery-plugin.php:1929
819
  msgid "Invalid path"
820
  msgstr ""
821
 
822
+ #: gallery-plugin.php:2052
823
  msgid "It’s time to upgrade your <strong>Gallery plugin</strong> to <strong>PRO</strong> version!"
824
  msgstr ""
825
 
826
+ #: gallery-plugin.php:2053
827
  msgid "Extend standard plugin functionality with new great options"
828
  msgstr ""
829
 
languages/gallery-ru_RU.mo CHANGED
Binary file
languages/gallery-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-05-15 17:39+0300\n"
6
- "PO-Revision-Date: 2014-05-15 17:39+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"
@@ -112,7 +112,7 @@ msgid "Please make a choice"
112
  msgstr "Пожалуйста, выберите"
113
 
114
  #: gallery-plugin.php:374
115
- #: gallery-plugin.php:1099
116
  msgid "Sort images by"
117
  msgstr "Изображения сортируются по"
118
 
@@ -190,7 +190,7 @@ msgid "Publishing"
190
  msgstr "Опубликование"
191
 
192
  #: gallery-plugin.php:641
193
- #: gallery-plugin.php:1103
194
  msgid "Date"
195
  msgstr "дате"
196
 
@@ -198,12 +198,12 @@ msgstr "дате"
198
  msgid "Settings are saved"
199
  msgstr "Опции сохранены"
200
 
201
- #: gallery-plugin.php:835
202
  #: gallery-plugin.php:874
203
  msgid "Wrong license key"
204
  msgstr "Неправильный лицензионный ключ"
205
 
206
- #: gallery-plugin.php:867
207
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
208
  msgstr "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, пожалуйста, свяжитесь с нами <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Приносим извинения за неудобства."
209
 
@@ -212,486 +212,502 @@ msgid "This license key is bind to another site"
212
  msgstr "Этот лицензионный ключ привязан к другому сайту"
213
 
214
  #: gallery-plugin.php:878
215
- #: gallery-plugin.php:1281
216
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
217
  msgstr "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, загрузите плагин вручную."
218
 
219
- #: gallery-plugin.php:895
 
 
 
 
 
 
 
 
220
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
221
  msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
222
 
223
- #: gallery-plugin.php:901
224
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
225
  msgstr "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. Пожалуйста, загрузите плагин вручную"
226
 
227
- #: gallery-plugin.php:905
228
- #: gallery-plugin.php:914
229
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
230
  msgstr "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
231
 
232
- #: gallery-plugin.php:918
233
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
234
  msgstr "Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. Приносим извинения за неудобства."
235
 
236
- #: gallery-plugin.php:933
237
  msgid "Please, enter Your license key"
238
  msgstr "Пожалуйста введите ваш лицензионный ключ"
239
 
240
- #: gallery-plugin.php:941
241
  msgid "Gallery Settings"
242
  msgstr "Настройки Gallery"
243
 
244
- #: gallery-plugin.php:943
245
- #: gallery-plugin.php:1304
246
- #: gallery-plugin.php:1320
247
  msgid "Settings"
248
  msgstr "Настройки"
249
 
250
- #: gallery-plugin.php:944
251
- #: gallery-plugin.php:1305
252
  msgid "FAQ"
253
  msgstr "FAQ"
254
 
255
- #: gallery-plugin.php:945
256
  msgid "Go PRO"
257
  msgstr "Перейти на PRO версию"
258
 
259
- #: gallery-plugin.php:950
260
  msgid "Notice:"
261
  msgstr "Внимание:"
262
 
263
- #: gallery-plugin.php:950
264
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
265
  msgstr "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, не забудьте нажать кнопку \"Сохранить\"."
266
 
267
- #: gallery-plugin.php:951
268
  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:"
269
  msgstr "Если вы хотели бы добавить галерею на вашу страницу или пост, просто скопируйте и поместите этот шорткод в контент поста или страницы:"
270
 
271
- #: gallery-plugin.php:953
272
  msgid "Please enable JavaScript to use the option to renew images."
273
  msgstr "Пожалуйста, включите javascript для использования опции обновления изображений."
274
 
275
- #: gallery-plugin.php:957
276
  msgid "Update images for gallery"
277
  msgstr "Обновить изображения для галереи"
278
 
279
- #: gallery-plugin.php:959
280
  msgid "Update images"
281
  msgstr "Обновить изображения"
282
 
283
- #: gallery-plugin.php:964
284
  msgid "Updating images..."
285
  msgstr "Обновление изображений..."
286
 
287
- #: gallery-plugin.php:965
288
  msgid "No image found"
289
  msgstr "Ни одного изображения не найдено"
290
 
291
- #: gallery-plugin.php:966
292
  msgid "All images are updated"
293
  msgstr "Все изображения были обновлены"
294
 
295
- #: gallery-plugin.php:967
296
  msgid "Error."
297
  msgstr "Ошибка."
298
 
299
- #: gallery-plugin.php:973
300
  msgid "Image size for the album cover"
301
  msgstr "Размер изображения для обложки альбома галереи"
302
 
303
- #: gallery-plugin.php:975
304
- #: gallery-plugin.php:983
305
- #: gallery-plugin.php:999
306
  msgid "Image size"
307
  msgstr "Название размера изображения"
308
 
309
- #: gallery-plugin.php:976
310
- #: gallery-plugin.php:984
311
  msgid "Width (in px)"
312
  msgstr "Ширина (в px)"
313
 
314
- #: gallery-plugin.php:977
315
- #: gallery-plugin.php:985
316
  msgid "Height (in px)"
317
  msgstr "Высота (в px)"
318
 
319
- #: gallery-plugin.php:981
320
  msgid "Gallery image size"
321
  msgstr "Размер изображений галереи"
322
 
323
- #: gallery-plugin.php:989
324
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
325
  msgstr "WordPress создаст новую миниатюру с заданными размерами при загрузке новой фотографии."
326
 
327
- #: gallery-plugin.php:997
328
  msgid "Gallery image size in the lightbox"
329
  msgstr "Размер изображений галереи в лайтбоксе"
330
 
331
- #: gallery-plugin.php:1000
332
  msgid "Max width (in px)"
333
  msgstr "Макс. ширина (в px)"
334
 
335
- #: gallery-plugin.php:1001
336
  msgid "Max height (in px)"
337
  msgstr "Макс. высота (в px)"
338
 
339
- #: gallery-plugin.php:1002
340
  msgid "Display a full size image in the lightbox"
341
  msgstr "Если вы хотите отображать полное изображение в лайтбоксе"
342
 
343
- #: gallery-plugin.php:1006
344
  msgid "Crop position"
345
  msgstr "Позиция обрезки"
346
 
347
- #: gallery-plugin.php:1008
348
  msgid "Horizontal"
349
  msgstr "Горизонтальная"
350
 
351
- #: gallery-plugin.php:1010
352
  msgid "left"
353
  msgstr "лево"
354
 
355
- #: gallery-plugin.php:1011
356
- #: gallery-plugin.php:1018
357
  msgid "center"
358
  msgstr "центр"
359
 
360
- #: gallery-plugin.php:1012
361
  msgid "right"
362
  msgstr "право"
363
 
364
- #: gallery-plugin.php:1015
365
  msgid "Vertical"
366
  msgstr "Вертикальная"
367
 
368
- #: gallery-plugin.php:1017
369
  msgid "top"
370
  msgstr "верх"
371
 
372
- #: gallery-plugin.php:1019
373
  msgid "bottom"
374
  msgstr "низ"
375
 
376
- #: gallery-plugin.php:1024
377
  msgid "Lightbox background"
378
  msgstr "Фон лайтбокса"
379
 
380
- #: gallery-plugin.php:1026
381
  msgid "Default"
382
  msgstr "По-умолчанию"
383
 
384
- #: gallery-plugin.php:1027
385
  msgid "Background transparency (from 0 to 1)"
386
  msgstr "Прозрачность для фона (от 0 до 1)"
387
 
388
- #: gallery-plugin.php:1029
389
  msgid "Select a background color"
390
  msgstr "Выберите цвет фона"
391
 
392
- #: gallery-plugin.php:1031
393
  msgid "Background color"
394
  msgstr "Цвет фона"
395
 
396
- #: gallery-plugin.php:1038
397
- #: gallery-plugin.php:1211
398
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
399
  msgstr "При переходе на Pro версию все ваши настройки и галереи сохраняются."
400
 
401
- #: gallery-plugin.php:1045
402
- #: gallery-plugin.php:1218
403
  msgid "Unlock premium options by upgrading to a PRO version."
404
  msgstr "Активируйте премиум опции обновившись до PRO версии"
405
 
406
- #: gallery-plugin.php:1046
407
- #: gallery-plugin.php:1219
408
- #: gallery-plugin.php:2039
409
  msgid "Learn More"
410
  msgstr "Подробнее"
411
 
412
- #: gallery-plugin.php:1050
413
- #: gallery-plugin.php:1223
414
  msgid "Start Your Trial"
415
- msgstr ""
416
 
417
- #: gallery-plugin.php:1051
418
- #: gallery-plugin.php:1224
419
- #: gallery-plugin.php:1278
420
- #: gallery-plugin.php:1288
421
  msgid "or"
422
  msgstr "или"
423
 
424
- #: gallery-plugin.php:1054
425
- #: gallery-plugin.php:1227
426
  msgid "Go"
427
- msgstr "Перейти"
428
 
429
- #: gallery-plugin.php:1062
430
  msgid "Images with border"
431
  msgstr "Изображения с рамкой"
432
 
433
- #: gallery-plugin.php:1065
434
  msgid "Border width in px, just numbers"
435
  msgstr "Ширина рамки в px, только числа"
436
 
437
- #: gallery-plugin.php:1067
438
- #: gallery-plugin.php:1069
439
  msgid "Select a border color"
440
  msgstr "Выберите цвет рамки"
441
 
442
- #: gallery-plugin.php:1075
443
  msgid "Number of images in the row"
444
  msgstr "Количество изображений в строке"
445
 
446
- #: gallery-plugin.php:1081
447
  msgid "Start slideshow"
448
  msgstr "Начать слайдшоу"
449
 
450
- #: gallery-plugin.php:1087
451
  msgid "Slideshow interval"
452
  msgstr "Интервал времени при показе слайдшоу"
453
 
454
- #: gallery-plugin.php:1093
455
  msgid "Use single lightbox for multiple galleries on one page"
456
  msgstr "Использовать один лайтбокс для нескольких галерей на одной странице"
457
 
458
- #: gallery-plugin.php:1101
459
  msgid "Attachment ID"
460
  msgstr "id изображения"
461
 
462
- #: gallery-plugin.php:1102
463
  msgid "Image Name"
464
  msgstr "названию изображения"
465
 
466
- #: gallery-plugin.php:1104
467
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
468
  msgstr "сортировка по порядку (поле для ввода порядка сортировки в диалоге Insert / Upload Media Gallery)"
469
 
470
- #: gallery-plugin.php:1105
471
  msgid "Random"
472
  msgstr "произвольно"
473
 
474
- #: gallery-plugin.php:1109
475
  msgid "Sort images"
476
  msgstr "Сортировать изображения"
477
 
478
- #: gallery-plugin.php:1111
479
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
480
  msgstr "ASC (в порядке возрастания от наименьшего до наибольшего значения - 1, 2, 3; a, b, c)"
481
 
482
- #: gallery-plugin.php:1112
483
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
484
  msgstr "DESC (по убыванию от самого высокого до самого низкого значения - 3, 2, 1; c, b, a)"
485
 
486
- #: gallery-plugin.php:1116
487
  msgid "Display text above the image"
488
  msgstr "Отображение текста над изображением"
489
 
490
- #: gallery-plugin.php:1118
491
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
492
  msgstr "Отключите чекбокс, если вы хотите отображать текст только в лайтбоксе"
493
 
494
- #: gallery-plugin.php:1122
495
  msgid "Display the Back link"
496
  msgstr "Отображать ссылку Вернуться"
497
 
498
- #: gallery-plugin.php:1128
499
  msgid "Display the Back link in the shortcode"
500
  msgstr "Отображаться ссылку Вернуться в шорткоде"
501
 
502
- #: gallery-plugin.php:1134
503
  msgid "The Back link text"
504
  msgstr "Текст для ссылки Вернуться"
505
 
506
- #: gallery-plugin.php:1140
507
  msgid "The Back link URL"
508
  msgstr "URL для ссылки Вернуться"
509
 
510
- #: gallery-plugin.php:1142
511
  msgid "Gallery page (Page with Gallery Template)"
512
  msgstr "Страница галереи (Страница с Gallery Template)"
513
 
514
- #: gallery-plugin.php:1144
515
  msgid "(Full URL to custom page)"
516
  msgstr "(Полная ссылка на пользовательскую страницу)"
517
 
518
- #: gallery-plugin.php:1148
519
  msgid "The Read More link text"
520
  msgstr "Текст для ссылки Вернуться"
521
 
522
- #: gallery-plugin.php:1154
523
  msgid "Add gallery to the search"
524
  msgstr "Добавить галерею в поиск"
525
 
526
- #: gallery-plugin.php:1164
527
  msgid "Using"
528
  msgstr "Используя"
529
 
530
- #: gallery-plugin.php:1164
531
  msgid "powered by"
532
  msgstr "разработанный"
533
 
534
- #: gallery-plugin.php:1167
535
  #: gallery-plugin.php:1171
 
536
  msgid "Using Custom Search powered by"
537
  msgstr "Используя Custom Search, разработанный"
538
 
539
- #: gallery-plugin.php:1167
540
  msgid "Activate Custom Search"
541
  msgstr "Активировать Custom Search"
542
 
543
- #: gallery-plugin.php:1171
544
  msgid "Download Custom Search"
545
  msgstr "Загрузить Custom Search"
546
 
547
- #: gallery-plugin.php:1181
 
 
 
 
 
 
 
 
548
  msgid "The lightbox helper"
549
  msgstr "Вспомогательные элементы в лайтбоксе"
550
 
551
- #: gallery-plugin.php:1183
552
  msgid "Do not use"
553
  msgstr "Не использовать"
554
 
555
- #: gallery-plugin.php:1184
556
  msgid "Button helper"
557
  msgstr "Вспомогательные кнопки"
558
 
559
- #: gallery-plugin.php:1185
560
  msgid "Thumbnail helper"
561
  msgstr "Вспомогательные миниатюры"
562
 
563
- #: gallery-plugin.php:1189
564
  msgid "Display Like buttons in the lightbox"
565
  msgstr "Отображать Like кнопки в лайтбоксе"
566
 
567
- #: gallery-plugin.php:1191
568
  msgid "FaceBook"
569
  msgstr "FaceBook"
570
 
571
- #: gallery-plugin.php:1192
572
  msgid "Twitter"
573
  msgstr "Twitter"
574
 
575
- #: gallery-plugin.php:1193
576
  msgid "Pinterest"
577
  msgstr "Pinterest"
578
 
579
- #: gallery-plugin.php:1194
580
  msgid "Google +1"
581
  msgstr "Google +1"
582
 
583
- #: gallery-plugin.php:1198
584
  msgid "Slug for gallery item"
585
  msgstr "Название для элементов галереи"
586
 
587
- #: gallery-plugin.php:1200
588
  msgid "for any structure of permalinks except the default structure"
589
  msgstr "для любой структуры ссылок, за исключением структуры по умолчанию"
590
 
591
- #: gallery-plugin.php:1204
592
  msgid "Title for lightbox button"
593
  msgstr "Название кнопки в лайтбоксе"
594
 
595
- #: gallery-plugin.php:1235
596
  msgid "Save Changes"
597
  msgstr "Сохранить изменения"
598
 
599
- #: gallery-plugin.php:1241
600
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
601
  msgstr " Если вам понравился плагин то поставте нам 5 звезд на WordPress"
602
 
603
- #: gallery-plugin.php:1242
604
  msgid "Rate the plugin"
605
  msgstr "Оценить плагин"
606
 
607
- #: gallery-plugin.php:1245
608
  msgid "If there is something wrong about it, please contact us"
609
  msgstr "Если у вас есть какие-то вопросы, обращайтесь"
610
 
611
- #: gallery-plugin.php:1256
612
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
613
  msgstr "Поздравляем! PRO версия плагина была успешно загружена и активирована."
614
 
615
- #: gallery-plugin.php:1258
616
  msgid "Please, go to"
617
  msgstr "Пожалуйста, перейдите на"
618
 
619
- #: gallery-plugin.php:1258
620
  msgid "the setting page"
621
  msgstr " страницу настроек"
622
 
623
- #: gallery-plugin.php:1259
624
  msgid "You will be redirected automatically in 5 seconds."
625
  msgstr "Вы будете перенаправлены автоматически через 5 секунд."
626
 
627
- #: gallery-plugin.php:1264
628
  msgid "You can download and activate"
629
  msgstr "Вы можете скачать и активировать"
630
 
631
- #: gallery-plugin.php:1266
632
  msgid "version of this plugin by entering Your license key."
633
  msgstr "версию этого плагина, введя ваш лицензионный ключ."
634
 
635
- #: gallery-plugin.php:1268
636
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
637
  msgstr "Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, нажав на ссылку"
638
 
639
- #: gallery-plugin.php:1270
640
  msgid "(your username is the email you specify when purchasing the product)."
641
  msgstr "(ваше имя пользователя - это электронный адрес, указанный при покупке продукта)."
642
 
643
- #: gallery-plugin.php:1278
644
- #: gallery-plugin.php:1288
645
  msgid "Activate"
646
  msgstr "Активировать"
647
 
648
- #: gallery-plugin.php:1278
649
- #: gallery-plugin.php:1288
650
  msgid "Start Your Free 7-Day Trial Now"
651
- msgstr ""
652
 
653
- #: gallery-plugin.php:1306
654
  msgid "Support"
655
  msgstr "Поддержка"
656
 
657
- #: gallery-plugin.php:1434
658
- #: template/gallery-single-template.php:13
659
  msgid "Download high resolution image"
660
  msgstr "Скачать изображение в высоком разрешении"
661
 
662
- #: gallery-plugin.php:1543
663
- #: template/gallery-single-template.php:76
664
  msgid "Sorry, nothing found."
665
  msgstr "Извините, ничего не найдено."
666
 
667
- #: gallery-plugin.php:1565
668
- #: template/gallery-single-template.php:102
669
  msgid "Image"
670
  msgstr "Изображение"
671
 
672
- #: gallery-plugin.php:1856
673
  msgid "Image size not defined"
674
  msgstr "Невозможно определить размер изображения"
675
 
676
- #: gallery-plugin.php:1871
677
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
678
  msgstr "Плагин может обновить только PNG, JPEG, GIF, XBM или WPMP типы файлов. Для других, пожалуйста, вручную перезагрузите изображения."
679
 
680
- #: gallery-plugin.php:1882
681
  msgid "Image size changes not defined"
682
  msgstr "Не удалось вычислить изменения размеров изображения"
683
 
684
- #: gallery-plugin.php:1911
685
- #: gallery-plugin.php:1914
686
- #: gallery-plugin.php:1919
687
  msgid "Invalid path"
688
  msgstr "Путь к изображению для редактирования некорректный"
689
 
690
- #: gallery-plugin.php:2042
691
  msgid "It’s time to upgrade your <strong>Gallery plugin</strong> to <strong>PRO</strong> version!"
692
  msgstr "Пора обновить <strong>плагин Gallery</strong> до <strong>PRO</strong> версии!"
693
 
694
- #: gallery-plugin.php:2043
695
  msgid "Extend standard plugin functionality with new great options"
696
  msgstr "Расширить стандартный функционал плагина новыми опциями"
697
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-11 11:54+0300\n"
6
+ "PO-Revision-Date: 2014-07-11 11:59+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"
112
  msgstr "Пожалуйста, выберите"
113
 
114
  #: gallery-plugin.php:374
115
+ #: gallery-plugin.php:1103
116
  msgid "Sort images by"
117
  msgstr "Изображения сортируются по"
118
 
190
  msgstr "Опубликование"
191
 
192
  #: gallery-plugin.php:641
193
+ #: gallery-plugin.php:1107
194
  msgid "Date"
195
  msgstr "дате"
196
 
198
  msgid "Settings are saved"
199
  msgstr "Опции сохранены"
200
 
201
+ #: gallery-plugin.php:834
202
  #: gallery-plugin.php:874
203
  msgid "Wrong license key"
204
  msgstr "Неправильный лицензионный ключ"
205
 
206
+ #: gallery-plugin.php:866
207
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
208
  msgstr "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, пожалуйста, свяжитесь с нами <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Приносим извинения за неудобства."
209
 
212
  msgstr "Этот лицензионный ключ привязан к другому сайту"
213
 
214
  #: gallery-plugin.php:878
215
+ #: gallery-plugin.php:1292
216
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
217
  msgstr "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, загрузите плагин вручную."
218
 
219
+ #: gallery-plugin.php:880
220
+ msgid "This license key is valid, but your license has expired."
221
+ msgstr "Лицензионный ключ принят, но срок действия лицензии истек."
222
+
223
+ #: gallery-plugin.php:882
224
+ msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
225
+ msgstr "К сожалению, PRO лицензия уже была установлена на этом доменен. PRO Trial лицензия может быть установлена только один раз."
226
+
227
+ #: gallery-plugin.php:899
228
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
229
  msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
230
 
231
+ #: gallery-plugin.php:905
232
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
233
  msgstr "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. Пожалуйста, загрузите плагин вручную"
234
 
235
+ #: gallery-plugin.php:909
236
+ #: gallery-plugin.php:918
237
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
238
  msgstr "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
239
 
240
+ #: gallery-plugin.php:922
241
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
242
  msgstr "Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. Приносим извинения за неудобства."
243
 
244
+ #: gallery-plugin.php:937
245
  msgid "Please, enter Your license key"
246
  msgstr "Пожалуйста введите ваш лицензионный ключ"
247
 
248
+ #: gallery-plugin.php:945
249
  msgid "Gallery Settings"
250
  msgstr "Настройки Gallery"
251
 
252
+ #: gallery-plugin.php:947
253
+ #: gallery-plugin.php:1314
254
+ #: gallery-plugin.php:1330
255
  msgid "Settings"
256
  msgstr "Настройки"
257
 
258
+ #: gallery-plugin.php:948
259
+ #: gallery-plugin.php:1315
260
  msgid "FAQ"
261
  msgstr "FAQ"
262
 
263
+ #: gallery-plugin.php:949
264
  msgid "Go PRO"
265
  msgstr "Перейти на PRO версию"
266
 
267
+ #: gallery-plugin.php:954
268
  msgid "Notice:"
269
  msgstr "Внимание:"
270
 
271
+ #: gallery-plugin.php:954
272
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
273
  msgstr "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, не забудьте нажать кнопку \"Сохранить\"."
274
 
275
+ #: gallery-plugin.php:955
276
  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:"
277
  msgstr "Если вы хотели бы добавить галерею на вашу страницу или пост, просто скопируйте и поместите этот шорткод в контент поста или страницы:"
278
 
279
+ #: gallery-plugin.php:957
280
  msgid "Please enable JavaScript to use the option to renew images."
281
  msgstr "Пожалуйста, включите javascript для использования опции обновления изображений."
282
 
283
+ #: gallery-plugin.php:961
284
  msgid "Update images for gallery"
285
  msgstr "Обновить изображения для галереи"
286
 
287
+ #: gallery-plugin.php:963
288
  msgid "Update images"
289
  msgstr "Обновить изображения"
290
 
291
+ #: gallery-plugin.php:968
292
  msgid "Updating images..."
293
  msgstr "Обновление изображений..."
294
 
295
+ #: gallery-plugin.php:969
296
  msgid "No image found"
297
  msgstr "Ни одного изображения не найдено"
298
 
299
+ #: gallery-plugin.php:970
300
  msgid "All images are updated"
301
  msgstr "Все изображения были обновлены"
302
 
303
+ #: gallery-plugin.php:971
304
  msgid "Error."
305
  msgstr "Ошибка."
306
 
307
+ #: gallery-plugin.php:977
308
  msgid "Image size for the album cover"
309
  msgstr "Размер изображения для обложки альбома галереи"
310
 
311
+ #: gallery-plugin.php:979
312
+ #: gallery-plugin.php:987
313
+ #: gallery-plugin.php:1003
314
  msgid "Image size"
315
  msgstr "Название размера изображения"
316
 
317
+ #: gallery-plugin.php:980
318
+ #: gallery-plugin.php:988
319
  msgid "Width (in px)"
320
  msgstr "Ширина (в px)"
321
 
322
+ #: gallery-plugin.php:981
323
+ #: gallery-plugin.php:989
324
  msgid "Height (in px)"
325
  msgstr "Высота (в px)"
326
 
327
+ #: gallery-plugin.php:985
328
  msgid "Gallery image size"
329
  msgstr "Размер изображений галереи"
330
 
331
+ #: gallery-plugin.php:993
332
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
333
  msgstr "WordPress создаст новую миниатюру с заданными размерами при загрузке новой фотографии."
334
 
335
+ #: gallery-plugin.php:1001
336
  msgid "Gallery image size in the lightbox"
337
  msgstr "Размер изображений галереи в лайтбоксе"
338
 
339
+ #: gallery-plugin.php:1004
340
  msgid "Max width (in px)"
341
  msgstr "Макс. ширина (в px)"
342
 
343
+ #: gallery-plugin.php:1005
344
  msgid "Max height (in px)"
345
  msgstr "Макс. высота (в px)"
346
 
347
+ #: gallery-plugin.php:1006
348
  msgid "Display a full size image in the lightbox"
349
  msgstr "Если вы хотите отображать полное изображение в лайтбоксе"
350
 
351
+ #: gallery-plugin.php:1010
352
  msgid "Crop position"
353
  msgstr "Позиция обрезки"
354
 
355
+ #: gallery-plugin.php:1012
356
  msgid "Horizontal"
357
  msgstr "Горизонтальная"
358
 
359
+ #: gallery-plugin.php:1014
360
  msgid "left"
361
  msgstr "лево"
362
 
363
+ #: gallery-plugin.php:1015
364
+ #: gallery-plugin.php:1022
365
  msgid "center"
366
  msgstr "центр"
367
 
368
+ #: gallery-plugin.php:1016
369
  msgid "right"
370
  msgstr "право"
371
 
372
+ #: gallery-plugin.php:1019
373
  msgid "Vertical"
374
  msgstr "Вертикальная"
375
 
376
+ #: gallery-plugin.php:1021
377
  msgid "top"
378
  msgstr "верх"
379
 
380
+ #: gallery-plugin.php:1023
381
  msgid "bottom"
382
  msgstr "низ"
383
 
384
+ #: gallery-plugin.php:1028
385
  msgid "Lightbox background"
386
  msgstr "Фон лайтбокса"
387
 
388
+ #: gallery-plugin.php:1030
389
  msgid "Default"
390
  msgstr "По-умолчанию"
391
 
392
+ #: gallery-plugin.php:1031
393
  msgid "Background transparency (from 0 to 1)"
394
  msgstr "Прозрачность для фона (от 0 до 1)"
395
 
396
+ #: gallery-plugin.php:1033
397
  msgid "Select a background color"
398
  msgstr "Выберите цвет фона"
399
 
400
+ #: gallery-plugin.php:1035
401
  msgid "Background color"
402
  msgstr "Цвет фона"
403
 
404
+ #: gallery-plugin.php:1042
405
+ #: gallery-plugin.php:1222
406
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
407
  msgstr "При переходе на Pro версию все ваши настройки и галереи сохраняются."
408
 
409
+ #: gallery-plugin.php:1049
410
+ #: gallery-plugin.php:1229
411
  msgid "Unlock premium options by upgrading to a PRO version."
412
  msgstr "Активируйте премиум опции обновившись до PRO версии"
413
 
414
+ #: gallery-plugin.php:1050
415
+ #: gallery-plugin.php:1230
416
+ #: gallery-plugin.php:2049
417
  msgid "Learn More"
418
  msgstr "Подробнее"
419
 
420
+ #: gallery-plugin.php:1054
421
+ #: gallery-plugin.php:1234
422
  msgid "Start Your Trial"
423
+ msgstr "Получить пробную версию"
424
 
425
+ #: gallery-plugin.php:1055
426
+ #: gallery-plugin.php:1235
427
+ #: gallery-plugin.php:1289
428
+ #: gallery-plugin.php:1299
429
  msgid "or"
430
  msgstr "или"
431
 
432
+ #: gallery-plugin.php:1058
433
+ #: gallery-plugin.php:1238
434
  msgid "Go"
435
+ msgstr "Перейти на"
436
 
437
+ #: gallery-plugin.php:1066
438
  msgid "Images with border"
439
  msgstr "Изображения с рамкой"
440
 
441
+ #: gallery-plugin.php:1069
442
  msgid "Border width in px, just numbers"
443
  msgstr "Ширина рамки в px, только числа"
444
 
445
+ #: gallery-plugin.php:1071
446
+ #: gallery-plugin.php:1073
447
  msgid "Select a border color"
448
  msgstr "Выберите цвет рамки"
449
 
450
+ #: gallery-plugin.php:1079
451
  msgid "Number of images in the row"
452
  msgstr "Количество изображений в строке"
453
 
454
+ #: gallery-plugin.php:1085
455
  msgid "Start slideshow"
456
  msgstr "Начать слайдшоу"
457
 
458
+ #: gallery-plugin.php:1091
459
  msgid "Slideshow interval"
460
  msgstr "Интервал времени при показе слайдшоу"
461
 
462
+ #: gallery-plugin.php:1097
463
  msgid "Use single lightbox for multiple galleries on one page"
464
  msgstr "Использовать один лайтбокс для нескольких галерей на одной странице"
465
 
466
+ #: gallery-plugin.php:1105
467
  msgid "Attachment ID"
468
  msgstr "id изображения"
469
 
470
+ #: gallery-plugin.php:1106
471
  msgid "Image Name"
472
  msgstr "названию изображения"
473
 
474
+ #: gallery-plugin.php:1108
475
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
476
  msgstr "сортировка по порядку (поле для ввода порядка сортировки в диалоге Insert / Upload Media Gallery)"
477
 
478
+ #: gallery-plugin.php:1109
479
  msgid "Random"
480
  msgstr "произвольно"
481
 
482
+ #: gallery-plugin.php:1113
483
  msgid "Sort images"
484
  msgstr "Сортировать изображения"
485
 
486
+ #: gallery-plugin.php:1115
487
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
488
  msgstr "ASC (в порядке возрастания от наименьшего до наибольшего значения - 1, 2, 3; a, b, c)"
489
 
490
+ #: gallery-plugin.php:1116
491
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
492
  msgstr "DESC (по убыванию от самого высокого до самого низкого значения - 3, 2, 1; c, b, a)"
493
 
494
+ #: gallery-plugin.php:1120
495
  msgid "Display text above the image"
496
  msgstr "Отображение текста над изображением"
497
 
498
+ #: gallery-plugin.php:1122
499
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
500
  msgstr "Отключите чекбокс, если вы хотите отображать текст только в лайтбоксе"
501
 
502
+ #: gallery-plugin.php:1126
503
  msgid "Display the Back link"
504
  msgstr "Отображать ссылку Вернуться"
505
 
506
+ #: gallery-plugin.php:1132
507
  msgid "Display the Back link in the shortcode"
508
  msgstr "Отображаться ссылку Вернуться в шорткоде"
509
 
510
+ #: gallery-plugin.php:1138
511
  msgid "The Back link text"
512
  msgstr "Текст для ссылки Вернуться"
513
 
514
+ #: gallery-plugin.php:1144
515
  msgid "The Back link URL"
516
  msgstr "URL для ссылки Вернуться"
517
 
518
+ #: gallery-plugin.php:1146
519
  msgid "Gallery page (Page with Gallery Template)"
520
  msgstr "Страница галереи (Страница с Gallery Template)"
521
 
522
+ #: gallery-plugin.php:1148
523
  msgid "(Full URL to custom page)"
524
  msgstr "(Полная ссылка на пользовательскую страницу)"
525
 
526
+ #: gallery-plugin.php:1152
527
  msgid "The Read More link text"
528
  msgstr "Текст для ссылки Вернуться"
529
 
530
+ #: gallery-plugin.php:1158
531
  msgid "Add gallery to the search"
532
  msgstr "Добавить галерею в поиск"
533
 
534
+ #: gallery-plugin.php:1168
535
  msgid "Using"
536
  msgstr "Используя"
537
 
538
+ #: gallery-plugin.php:1168
539
  msgid "powered by"
540
  msgstr "разработанный"
541
 
 
542
  #: gallery-plugin.php:1171
543
+ #: gallery-plugin.php:1175
544
  msgid "Using Custom Search powered by"
545
  msgstr "Используя Custom Search, разработанный"
546
 
547
+ #: gallery-plugin.php:1171
548
  msgid "Activate Custom Search"
549
  msgstr "Активировать Custom Search"
550
 
551
+ #: gallery-plugin.php:1175
552
  msgid "Download Custom Search"
553
  msgstr "Загрузить Custom Search"
554
 
555
+ #: gallery-plugin.php:1185
556
+ msgid "Use pagination for images"
557
+ msgstr "постраничная навигация для изображений"
558
+
559
+ #: gallery-plugin.php:1188
560
+ msgid "per page"
561
+ msgstr "на странице"
562
+
563
+ #: gallery-plugin.php:1192
564
  msgid "The lightbox helper"
565
  msgstr "Вспомогательные элементы в лайтбоксе"
566
 
567
+ #: gallery-plugin.php:1194
568
  msgid "Do not use"
569
  msgstr "Не использовать"
570
 
571
+ #: gallery-plugin.php:1195
572
  msgid "Button helper"
573
  msgstr "Вспомогательные кнопки"
574
 
575
+ #: gallery-plugin.php:1196
576
  msgid "Thumbnail helper"
577
  msgstr "Вспомогательные миниатюры"
578
 
579
+ #: gallery-plugin.php:1200
580
  msgid "Display Like buttons in the lightbox"
581
  msgstr "Отображать Like кнопки в лайтбоксе"
582
 
583
+ #: gallery-plugin.php:1202
584
  msgid "FaceBook"
585
  msgstr "FaceBook"
586
 
587
+ #: gallery-plugin.php:1203
588
  msgid "Twitter"
589
  msgstr "Twitter"
590
 
591
+ #: gallery-plugin.php:1204
592
  msgid "Pinterest"
593
  msgstr "Pinterest"
594
 
595
+ #: gallery-plugin.php:1205
596
  msgid "Google +1"
597
  msgstr "Google +1"
598
 
599
+ #: gallery-plugin.php:1209
600
  msgid "Slug for gallery item"
601
  msgstr "Название для элементов галереи"
602
 
603
+ #: gallery-plugin.php:1211
604
  msgid "for any structure of permalinks except the default structure"
605
  msgstr "для любой структуры ссылок, за исключением структуры по умолчанию"
606
 
607
+ #: gallery-plugin.php:1215
608
  msgid "Title for lightbox button"
609
  msgstr "Название кнопки в лайтбоксе"
610
 
611
+ #: gallery-plugin.php:1246
612
  msgid "Save Changes"
613
  msgstr "Сохранить изменения"
614
 
615
+ #: gallery-plugin.php:1252
616
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
617
  msgstr " Если вам понравился плагин то поставте нам 5 звезд на WordPress"
618
 
619
+ #: gallery-plugin.php:1253
620
  msgid "Rate the plugin"
621
  msgstr "Оценить плагин"
622
 
623
+ #: gallery-plugin.php:1256
624
  msgid "If there is something wrong about it, please contact us"
625
  msgstr "Если у вас есть какие-то вопросы, обращайтесь"
626
 
627
+ #: gallery-plugin.php:1267
628
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
629
  msgstr "Поздравляем! PRO версия плагина была успешно загружена и активирована."
630
 
631
+ #: gallery-plugin.php:1269
632
  msgid "Please, go to"
633
  msgstr "Пожалуйста, перейдите на"
634
 
635
+ #: gallery-plugin.php:1269
636
  msgid "the setting page"
637
  msgstr " страницу настроек"
638
 
639
+ #: gallery-plugin.php:1270
640
  msgid "You will be redirected automatically in 5 seconds."
641
  msgstr "Вы будете перенаправлены автоматически через 5 секунд."
642
 
643
+ #: gallery-plugin.php:1275
644
  msgid "You can download and activate"
645
  msgstr "Вы можете скачать и активировать"
646
 
647
+ #: gallery-plugin.php:1277
648
  msgid "version of this plugin by entering Your license key."
649
  msgstr "версию этого плагина, введя ваш лицензионный ключ."
650
 
651
+ #: gallery-plugin.php:1279
652
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
653
  msgstr "Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, нажав на ссылку"
654
 
655
+ #: gallery-plugin.php:1281
656
  msgid "(your username is the email you specify when purchasing the product)."
657
  msgstr "(ваше имя пользователя - это электронный адрес, указанный при покупке продукта)."
658
 
659
+ #: gallery-plugin.php:1289
660
+ #: gallery-plugin.php:1299
661
  msgid "Activate"
662
  msgstr "Активировать"
663
 
664
+ #: gallery-plugin.php:1289
665
+ #: gallery-plugin.php:1299
666
  msgid "Start Your Free 7-Day Trial Now"
667
+ msgstr "Получить бесплатную 7-дневную пробную версию"
668
 
669
+ #: gallery-plugin.php:1316
670
  msgid "Support"
671
  msgstr "Поддержка"
672
 
673
+ #: gallery-plugin.php:1444
674
+ #: template/gallery-single-template.php:14
675
  msgid "Download high resolution image"
676
  msgstr "Скачать изображение в высоком разрешении"
677
 
678
+ #: gallery-plugin.php:1553
679
+ #: template/gallery-single-template.php:77
680
  msgid "Sorry, nothing found."
681
  msgstr "Извините, ничего не найдено."
682
 
683
+ #: gallery-plugin.php:1575
684
+ #: template/gallery-single-template.php:104
685
  msgid "Image"
686
  msgstr "Изображение"
687
 
688
+ #: gallery-plugin.php:1866
689
  msgid "Image size not defined"
690
  msgstr "Невозможно определить размер изображения"
691
 
692
+ #: gallery-plugin.php:1881
693
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
694
  msgstr "Плагин может обновить только PNG, JPEG, GIF, XBM или WPMP типы файлов. Для других, пожалуйста, вручную перезагрузите изображения."
695
 
696
+ #: gallery-plugin.php:1892
697
  msgid "Image size changes not defined"
698
  msgstr "Не удалось вычислить изменения размеров изображения"
699
 
700
+ #: gallery-plugin.php:1921
701
+ #: gallery-plugin.php:1924
702
+ #: gallery-plugin.php:1929
703
  msgid "Invalid path"
704
  msgstr "Путь к изображению для редактирования некорректный"
705
 
706
+ #: gallery-plugin.php:2052
707
  msgid "It’s time to upgrade your <strong>Gallery plugin</strong> to <strong>PRO</strong> version!"
708
  msgstr "Пора обновить <strong>плагин Gallery</strong> до <strong>PRO</strong> версии!"
709
 
710
+ #: gallery-plugin.php:2053
711
  msgid "Extend standard plugin functionality with new great options"
712
  msgstr "Расширить стандартный функционал плагина новыми опциями"
713
 
languages/gallery-sk_SK.mo CHANGED
Binary file
languages/gallery-sk_SK.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-05-15 17:39+0300\n"
6
- "PO-Revision-Date: 2014-05-15 17:39+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"
@@ -112,7 +112,7 @@ msgid "Please make a choice"
112
  msgstr "Prosím vyberte si"
113
 
114
  #: gallery-plugin.php:374
115
- #: gallery-plugin.php:1099
116
  msgid "Sort images by"
117
  msgstr "Zoradiť podľa"
118
 
@@ -192,7 +192,7 @@ msgid "Publishing"
192
  msgstr "Publikovanie"
193
 
194
  #: gallery-plugin.php:641
195
- #: gallery-plugin.php:1103
196
  msgid "Date"
197
  msgstr "Dátum"
198
 
@@ -200,12 +200,12 @@ msgstr "Dátum"
200
  msgid "Settings are saved"
201
  msgstr "Nastavenia boli uložené."
202
 
203
- #: gallery-plugin.php:835
204
  #: gallery-plugin.php:874
205
  msgid "Wrong license key"
206
  msgstr ""
207
 
208
- #: gallery-plugin.php:867
209
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
210
  msgstr ""
211
 
@@ -214,488 +214,505 @@ msgid "This license key is bind to another site"
214
  msgstr ""
215
 
216
  #: gallery-plugin.php:878
217
- #: gallery-plugin.php:1281
218
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
219
  msgstr ""
220
 
221
- #: gallery-plugin.php:895
 
 
 
 
 
 
 
 
222
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
223
  msgstr ""
224
 
225
- #: gallery-plugin.php:901
226
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
227
  msgstr ""
228
 
229
- #: gallery-plugin.php:905
230
- #: gallery-plugin.php:914
231
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
232
  msgstr ""
233
 
234
- #: gallery-plugin.php:918
235
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
236
  msgstr ""
237
 
238
- #: gallery-plugin.php:933
239
  msgid "Please, enter Your license key"
240
  msgstr ""
241
 
242
- #: gallery-plugin.php:941
243
  msgid "Gallery Settings"
244
  msgstr "Nastavenie galérie"
245
 
246
- #: gallery-plugin.php:943
247
- #: gallery-plugin.php:1304
248
- #: gallery-plugin.php:1320
249
  msgid "Settings"
250
  msgstr "Nastavenia"
251
 
252
- #: gallery-plugin.php:944
253
- #: gallery-plugin.php:1305
254
  msgid "FAQ"
255
  msgstr "FAQ"
256
 
257
- #: gallery-plugin.php:945
258
  msgid "Go PRO"
259
  msgstr ""
260
 
261
- #: gallery-plugin.php:950
262
  msgid "Notice:"
263
  msgstr "Poznámka:"
264
 
265
- #: gallery-plugin.php:950
266
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
267
  msgstr "Nastavenia pluginu boli zmenené. Pre uloženie nezabudnite kliknúť na tlačítko 'Uložiť zmeny'."
268
 
269
- #: gallery-plugin.php:951
270
  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:"
271
  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:"
272
 
273
- #: gallery-plugin.php:953
274
  msgid "Please enable JavaScript to use the option to renew images."
275
  msgstr "Prosím povoľte JavaScript pre používanie možnosti na obnovenie obrázkov."
276
 
277
- #: gallery-plugin.php:957
278
  msgid "Update images for gallery"
279
  msgstr "Nahrať obrázky do galérie"
280
 
281
- #: gallery-plugin.php:959
282
  msgid "Update images"
283
  msgstr "Nahrať obrázky"
284
 
285
- #: gallery-plugin.php:964
286
  msgid "Updating images..."
287
  msgstr "Nahrávanie obrázkov..."
288
 
289
- #: gallery-plugin.php:965
290
  msgid "No image found"
291
  msgstr "Obrázok nebol nájdený"
292
 
293
- #: gallery-plugin.php:966
294
  msgid "All images are updated"
295
  msgstr "Všetky obrázky boli nahraté"
296
 
297
- #: gallery-plugin.php:967
298
  msgid "Error."
299
  msgstr "Chyba"
300
 
301
- #: gallery-plugin.php:973
302
  msgid "Image size for the album cover"
303
  msgstr "Veľkosť obrázku pre obal albumu"
304
 
305
- #: gallery-plugin.php:975
306
- #: gallery-plugin.php:983
307
- #: gallery-plugin.php:999
308
  msgid "Image size"
309
  msgstr "Veľkosť obrázku"
310
 
311
- #: gallery-plugin.php:976
312
- #: gallery-plugin.php:984
313
  msgid "Width (in px)"
314
  msgstr "Šírka (v px)"
315
 
316
- #: gallery-plugin.php:977
317
- #: gallery-plugin.php:985
318
  msgid "Height (in px)"
319
  msgstr "Výška (v px)"
320
 
321
- #: gallery-plugin.php:981
322
  msgid "Gallery image size"
323
  msgstr "Veľkosť obrázka galérie"
324
 
325
- #: gallery-plugin.php:989
326
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
327
  msgstr "Wordpress vytvorí nový thumbnail so špecifickými rozmermi, keď nahráte novú fotku."
328
 
329
- #: gallery-plugin.php:997
330
  msgid "Gallery image size in the lightbox"
331
  msgstr "Veľkosť obrázku galérie v Lightbox"
332
 
333
- #: gallery-plugin.php:1000
334
  msgid "Max width (in px)"
335
  msgstr "max. šírka (v pixeloch)"
336
 
337
- #: gallery-plugin.php:1001
338
  msgid "Max height (in px)"
339
  msgstr "max. výška (v pixeloch)"
340
 
341
- #: gallery-plugin.php:1002
342
  msgid "Display a full size image in the lightbox"
343
  msgstr "Zobraziť plný rozmer obrázku v Lightbox"
344
 
345
- #: gallery-plugin.php:1006
346
  msgid "Crop position"
347
  msgstr "Orezať"
348
 
349
- #: gallery-plugin.php:1008
350
  msgid "Horizontal"
351
  msgstr "Horizontálne"
352
 
353
- #: gallery-plugin.php:1010
354
  msgid "left"
355
  msgstr "vľavo"
356
 
357
- #: gallery-plugin.php:1011
358
- #: gallery-plugin.php:1018
359
  msgid "center"
360
  msgstr "na stred"
361
 
362
- #: gallery-plugin.php:1012
363
  msgid "right"
364
  msgstr "vpravo"
365
 
366
- #: gallery-plugin.php:1015
367
  msgid "Vertical"
368
  msgstr "vertikálne"
369
 
370
- #: gallery-plugin.php:1017
371
  msgid "top"
372
  msgstr "hore"
373
 
374
- #: gallery-plugin.php:1019
375
  msgid "bottom"
376
  msgstr "dole"
377
 
378
- #: gallery-plugin.php:1024
379
  msgid "Lightbox background"
380
  msgstr "pozadie Lightboxu"
381
 
382
- #: gallery-plugin.php:1026
383
  msgid "Default"
384
  msgstr "Štandardné"
385
 
386
- #: gallery-plugin.php:1027
387
  msgid "Background transparency (from 0 to 1)"
388
  msgstr "Priehľadnosť pozadia (0 – 1)"
389
 
390
- #: gallery-plugin.php:1029
391
  msgid "Select a background color"
392
  msgstr "Vyberte farbu pozadia"
393
 
394
- #: gallery-plugin.php:1031
395
  msgid "Background color"
396
  msgstr "Farba pozadia"
397
 
398
- #: gallery-plugin.php:1038
399
- #: gallery-plugin.php:1211
400
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
401
  msgstr "Ak aktualizujete na Pro verziu, všetky vaše nastavanie a galérie budú uložené."
402
 
403
- #: gallery-plugin.php:1045
404
- #: gallery-plugin.php:1218
405
  msgid "Unlock premium options by upgrading to a PRO version."
406
  msgstr ""
407
 
408
- #: gallery-plugin.php:1046
409
- #: gallery-plugin.php:1219
410
- #: gallery-plugin.php:2039
411
  msgid "Learn More"
412
  msgstr "Viac"
413
 
414
- #: gallery-plugin.php:1050
415
- #: gallery-plugin.php:1223
416
  msgid "Start Your Trial"
417
  msgstr ""
418
 
419
- #: gallery-plugin.php:1051
420
- #: gallery-plugin.php:1224
421
- #: gallery-plugin.php:1278
422
- #: gallery-plugin.php:1288
423
  msgid "or"
424
  msgstr ""
425
 
426
- #: gallery-plugin.php:1054
427
- #: gallery-plugin.php:1227
428
  msgid "Go"
429
  msgstr ""
430
 
431
- #: gallery-plugin.php:1062
432
  msgid "Images with border"
433
  msgstr "Obrázky s rámčekom"
434
 
435
- #: gallery-plugin.php:1065
436
  msgid "Border width in px, just numbers"
437
  msgstr "Šírka rámčeka v px, iba čísla"
438
 
439
- #: gallery-plugin.php:1067
440
- #: gallery-plugin.php:1069
441
  msgid "Select a border color"
442
  msgstr "Vyberte farbu rámčeka"
443
 
444
- #: gallery-plugin.php:1075
445
  msgid "Number of images in the row"
446
  msgstr "Počet obrázkov v rade"
447
 
448
- #: gallery-plugin.php:1081
449
  msgid "Start slideshow"
450
  msgstr "Spustiť Slideshow"
451
 
452
- #: gallery-plugin.php:1087
453
  msgid "Slideshow interval"
454
  msgstr "Trvanie slideshow"
455
 
456
- #: gallery-plugin.php:1093
457
  msgid "Use single lightbox for multiple galleries on one page"
458
  msgstr "Použiť jeden lightbox pre viac galérií na jednej strane"
459
 
460
- #: gallery-plugin.php:1101
461
  msgid "Attachment ID"
462
  msgstr "ID pripojenia"
463
 
464
- #: gallery-plugin.php:1102
465
  msgid "Image Name"
466
  msgstr "Meno obrázka"
467
 
468
- #: gallery-plugin.php:1104
469
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
470
  msgstr "Riadenie zobrazenia (do input poľa pre riadenie zobrazenia Vložte / Nahrajte dialóg galérie medíí)"
471
 
472
- #: gallery-plugin.php:1105
473
  msgid "Random"
474
  msgstr "Náhodne"
475
 
476
- #: gallery-plugin.php:1109
477
  msgid "Sort images"
478
  msgstr "Zoradenie obrázkov"
479
 
480
- #: gallery-plugin.php:1111
481
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
482
  msgstr "ASC (vzostupne)"
483
 
484
- #: gallery-plugin.php:1112
485
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
486
  msgstr "DESC (zostupne)"
487
 
488
- #: gallery-plugin.php:1116
489
  msgid "Display text above the image"
490
  msgstr "Zobraziť text pod obrázkovm"
491
 
492
- #: gallery-plugin.php:1118
493
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
494
  msgstr "Ak chcete zobraiť text iba v Lightbox"
495
 
496
- #: gallery-plugin.php:1122
497
  msgid "Display the Back link"
498
  msgstr "Zobraziť spätný odkaz"
499
 
500
- #: gallery-plugin.php:1128
501
  msgid "Display the Back link in the shortcode"
502
  msgstr "Zobraziť spatný odkaz v krátkom kóde"
503
 
504
- #: gallery-plugin.php:1134
505
  msgid "The Back link text"
506
  msgstr "Text spatného odkazu"
507
 
508
- #: gallery-plugin.php:1140
509
  msgid "The Back link URL"
510
  msgstr "URL spätného odkazu"
511
 
512
- #: gallery-plugin.php:1142
513
  msgid "Gallery page (Page with Gallery Template)"
514
  msgstr "Stránka galérie (Stránka s šablónou galérie)"
515
 
516
- #: gallery-plugin.php:1144
517
  msgid "(Full URL to custom page)"
518
  msgstr "(Celé URL na stránku)"
519
 
520
- #: gallery-plugin.php:1148
521
  msgid "The Read More link text"
522
  msgstr "Text odkazu pre čítaj dalej"
523
 
524
- #: gallery-plugin.php:1154
525
  msgid "Add gallery to the search"
526
  msgstr "Pridať galériu do hľadania"
527
 
528
- #: gallery-plugin.php:1164
529
  msgid "Using"
530
  msgstr ""
531
 
532
- #: gallery-plugin.php:1164
533
  msgid "powered by"
534
  msgstr ""
535
 
536
- #: gallery-plugin.php:1167
537
  #: gallery-plugin.php:1171
 
538
  msgid "Using Custom Search powered by"
539
  msgstr "Použiť vlastné vyhľadávanie podporujúce"
540
 
541
- #: gallery-plugin.php:1167
542
  msgid "Activate Custom Search"
543
  msgstr "Aktivovať vlastné hľadanie"
544
 
545
- #: gallery-plugin.php:1171
546
  msgid "Download Custom Search"
547
  msgstr "Sťiahnuť vlastné hľadanie"
548
 
549
- #: gallery-plugin.php:1181
 
 
 
 
 
 
 
 
 
550
  msgid "The lightbox helper"
551
  msgstr ""
552
 
553
- #: gallery-plugin.php:1183
554
  msgid "Do not use"
555
  msgstr ""
556
 
557
- #: gallery-plugin.php:1184
558
  msgid "Button helper"
559
  msgstr ""
560
 
561
- #: gallery-plugin.php:1185
562
  msgid "Thumbnail helper"
563
  msgstr ""
564
 
565
- #: gallery-plugin.php:1189
566
  msgid "Display Like buttons in the lightbox"
567
  msgstr "Zobraziť Like tlačítko v Lightbox"
568
 
569
- #: gallery-plugin.php:1191
570
  msgid "FaceBook"
571
  msgstr "Facebook"
572
 
573
- #: gallery-plugin.php:1192
574
  msgid "Twitter"
575
  msgstr "Twitter"
576
 
577
- #: gallery-plugin.php:1193
578
  msgid "Pinterest"
579
  msgstr "Pinterest"
580
 
581
- #: gallery-plugin.php:1194
582
  msgid "Google +1"
583
  msgstr "Goolge+"
584
 
585
- #: gallery-plugin.php:1198
586
  msgid "Slug for gallery item"
587
  msgstr "Skratka pre položku galérie"
588
 
589
- #: gallery-plugin.php:1200
590
  msgid "for any structure of permalinks except the default structure"
591
  msgstr "pre inú štruktúru permalinok ako je základná"
592
 
593
- #: gallery-plugin.php:1204
594
  msgid "Title for lightbox button"
595
  msgstr ""
596
 
597
- #: gallery-plugin.php:1235
598
  msgid "Save Changes"
599
  msgstr "Uložiť zmeny"
600
 
601
- #: gallery-plugin.php:1241
602
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
603
  msgstr "Ak sa vám plugin páčil, dajte nám 5 hviezdičiek na WordPresse"
604
 
605
- #: gallery-plugin.php:1242
606
  msgid "Rate the plugin"
607
  msgstr "Hodnotiť plugin"
608
 
609
- #: gallery-plugin.php:1245
610
  msgid "If there is something wrong about it, please contact us"
611
  msgstr "Ak je niečo zle, kontaktujte nás prosím"
612
 
613
- #: gallery-plugin.php:1256
614
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
615
  msgstr ""
616
 
617
- #: gallery-plugin.php:1258
618
  msgid "Please, go to"
619
  msgstr ""
620
 
621
- #: gallery-plugin.php:1258
622
  #, fuzzy
623
  msgid "the setting page"
624
  msgstr "na strane nastavení ("
625
 
626
- #: gallery-plugin.php:1259
627
  msgid "You will be redirected automatically in 5 seconds."
628
  msgstr ""
629
 
630
- #: gallery-plugin.php:1264
631
  msgid "You can download and activate"
632
  msgstr ""
633
 
634
- #: gallery-plugin.php:1266
635
  msgid "version of this plugin by entering Your license key."
636
  msgstr ""
637
 
638
- #: gallery-plugin.php:1268
639
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
640
  msgstr ""
641
 
642
- #: gallery-plugin.php:1270
643
  msgid "(your username is the email you specify when purchasing the product)."
644
  msgstr ""
645
 
646
- #: gallery-plugin.php:1278
647
- #: gallery-plugin.php:1288
648
  #, fuzzy
649
  msgid "Activate"
650
  msgstr "Plugin aktivovaný"
651
 
652
- #: gallery-plugin.php:1278
653
- #: gallery-plugin.php:1288
654
  msgid "Start Your Free 7-Day Trial Now"
655
  msgstr ""
656
 
657
- #: gallery-plugin.php:1306
658
  msgid "Support"
659
  msgstr "Podpora"
660
 
661
- #: gallery-plugin.php:1434
662
- #: template/gallery-single-template.php:13
663
  msgid "Download high resolution image"
664
  msgstr "Stiahnuť obrázok vo vysokom rozlíšení"
665
 
666
- #: gallery-plugin.php:1543
667
- #: template/gallery-single-template.php:76
668
  msgid "Sorry, nothing found."
669
  msgstr "Prepáčte, nič som nenašiel."
670
 
671
- #: gallery-plugin.php:1565
672
- #: template/gallery-single-template.php:102
673
  msgid "Image"
674
  msgstr "Obrázok"
675
 
676
- #: gallery-plugin.php:1856
677
  msgid "Image size not defined"
678
  msgstr "Veľkosť obrázka nebola definovaná"
679
 
680
- #: gallery-plugin.php:1871
681
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
682
  msgstr "Môžete nahrať iba PNG, JPEG, GIF, WPMP alebo XBM súbory."
683
 
684
- #: gallery-plugin.php:1882
685
  msgid "Image size changes not defined"
686
  msgstr "Zmeny veľkosti obrázka neboli definované"
687
 
688
- #: gallery-plugin.php:1911
689
- #: gallery-plugin.php:1914
690
- #: gallery-plugin.php:1919
691
  msgid "Invalid path"
692
  msgstr "Neplatná cesta"
693
 
694
- #: gallery-plugin.php:2042
695
  msgid "It’s time to upgrade your <strong>Gallery plugin</strong> to <strong>PRO</strong> version!"
696
  msgstr "Je čas na aktualizovanie <strong>pluginu Galéria</strong> na <strong>PRO</strong> verziu!"
697
 
698
- #: gallery-plugin.php:2043
699
  #, fuzzy
700
  msgid "Extend standard plugin functionality with new great options"
701
  msgstr "Rozšírte funkcie pluginu s novými skvelými možnosťami."
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-11 12:00+0300\n"
6
+ "PO-Revision-Date: 2014-07-11 12:00+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"
112
  msgstr "Prosím vyberte si"
113
 
114
  #: gallery-plugin.php:374
115
+ #: gallery-plugin.php:1103
116
  msgid "Sort images by"
117
  msgstr "Zoradiť podľa"
118
 
192
  msgstr "Publikovanie"
193
 
194
  #: gallery-plugin.php:641
195
+ #: gallery-plugin.php:1107
196
  msgid "Date"
197
  msgstr "Dátum"
198
 
200
  msgid "Settings are saved"
201
  msgstr "Nastavenia boli uložené."
202
 
203
+ #: gallery-plugin.php:834
204
  #: gallery-plugin.php:874
205
  msgid "Wrong license key"
206
  msgstr ""
207
 
208
+ #: gallery-plugin.php:866
209
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
210
  msgstr ""
211
 
214
  msgstr ""
215
 
216
  #: gallery-plugin.php:878
217
+ #: gallery-plugin.php:1292
218
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
219
  msgstr ""
220
 
221
+ #: gallery-plugin.php:880
222
+ msgid "This license key is valid, but your license has expired."
223
+ msgstr ""
224
+
225
+ #: gallery-plugin.php:882
226
+ msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
227
+ msgstr ""
228
+
229
+ #: gallery-plugin.php:899
230
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
231
  msgstr ""
232
 
233
+ #: gallery-plugin.php:905
234
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
235
  msgstr ""
236
 
237
+ #: gallery-plugin.php:909
238
+ #: gallery-plugin.php:918
239
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
240
  msgstr ""
241
 
242
+ #: gallery-plugin.php:922
243
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
244
  msgstr ""
245
 
246
+ #: gallery-plugin.php:937
247
  msgid "Please, enter Your license key"
248
  msgstr ""
249
 
250
+ #: gallery-plugin.php:945
251
  msgid "Gallery Settings"
252
  msgstr "Nastavenie galérie"
253
 
254
+ #: gallery-plugin.php:947
255
+ #: gallery-plugin.php:1314
256
+ #: gallery-plugin.php:1330
257
  msgid "Settings"
258
  msgstr "Nastavenia"
259
 
260
+ #: gallery-plugin.php:948
261
+ #: gallery-plugin.php:1315
262
  msgid "FAQ"
263
  msgstr "FAQ"
264
 
265
+ #: gallery-plugin.php:949
266
  msgid "Go PRO"
267
  msgstr ""
268
 
269
+ #: gallery-plugin.php:954
270
  msgid "Notice:"
271
  msgstr "Poznámka:"
272
 
273
+ #: gallery-plugin.php:954
274
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
275
  msgstr "Nastavenia pluginu boli zmenené. Pre uloženie nezabudnite kliknúť na tlačítko 'Uložiť zmeny'."
276
 
277
+ #: gallery-plugin.php:955
278
  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:"
279
  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:"
280
 
281
+ #: gallery-plugin.php:957
282
  msgid "Please enable JavaScript to use the option to renew images."
283
  msgstr "Prosím povoľte JavaScript pre používanie možnosti na obnovenie obrázkov."
284
 
285
+ #: gallery-plugin.php:961
286
  msgid "Update images for gallery"
287
  msgstr "Nahrať obrázky do galérie"
288
 
289
+ #: gallery-plugin.php:963
290
  msgid "Update images"
291
  msgstr "Nahrať obrázky"
292
 
293
+ #: gallery-plugin.php:968
294
  msgid "Updating images..."
295
  msgstr "Nahrávanie obrázkov..."
296
 
297
+ #: gallery-plugin.php:969
298
  msgid "No image found"
299
  msgstr "Obrázok nebol nájdený"
300
 
301
+ #: gallery-plugin.php:970
302
  msgid "All images are updated"
303
  msgstr "Všetky obrázky boli nahraté"
304
 
305
+ #: gallery-plugin.php:971
306
  msgid "Error."
307
  msgstr "Chyba"
308
 
309
+ #: gallery-plugin.php:977
310
  msgid "Image size for the album cover"
311
  msgstr "Veľkosť obrázku pre obal albumu"
312
 
313
+ #: gallery-plugin.php:979
314
+ #: gallery-plugin.php:987
315
+ #: gallery-plugin.php:1003
316
  msgid "Image size"
317
  msgstr "Veľkosť obrázku"
318
 
319
+ #: gallery-plugin.php:980
320
+ #: gallery-plugin.php:988
321
  msgid "Width (in px)"
322
  msgstr "Šírka (v px)"
323
 
324
+ #: gallery-plugin.php:981
325
+ #: gallery-plugin.php:989
326
  msgid "Height (in px)"
327
  msgstr "Výška (v px)"
328
 
329
+ #: gallery-plugin.php:985
330
  msgid "Gallery image size"
331
  msgstr "Veľkosť obrázka galérie"
332
 
333
+ #: gallery-plugin.php:993
334
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
335
  msgstr "Wordpress vytvorí nový thumbnail so špecifickými rozmermi, keď nahráte novú fotku."
336
 
337
+ #: gallery-plugin.php:1001
338
  msgid "Gallery image size in the lightbox"
339
  msgstr "Veľkosť obrázku galérie v Lightbox"
340
 
341
+ #: gallery-plugin.php:1004
342
  msgid "Max width (in px)"
343
  msgstr "max. šírka (v pixeloch)"
344
 
345
+ #: gallery-plugin.php:1005
346
  msgid "Max height (in px)"
347
  msgstr "max. výška (v pixeloch)"
348
 
349
+ #: gallery-plugin.php:1006
350
  msgid "Display a full size image in the lightbox"
351
  msgstr "Zobraziť plný rozmer obrázku v Lightbox"
352
 
353
+ #: gallery-plugin.php:1010
354
  msgid "Crop position"
355
  msgstr "Orezať"
356
 
357
+ #: gallery-plugin.php:1012
358
  msgid "Horizontal"
359
  msgstr "Horizontálne"
360
 
361
+ #: gallery-plugin.php:1014
362
  msgid "left"
363
  msgstr "vľavo"
364
 
365
+ #: gallery-plugin.php:1015
366
+ #: gallery-plugin.php:1022
367
  msgid "center"
368
  msgstr "na stred"
369
 
370
+ #: gallery-plugin.php:1016
371
  msgid "right"
372
  msgstr "vpravo"
373
 
374
+ #: gallery-plugin.php:1019
375
  msgid "Vertical"
376
  msgstr "vertikálne"
377
 
378
+ #: gallery-plugin.php:1021
379
  msgid "top"
380
  msgstr "hore"
381
 
382
+ #: gallery-plugin.php:1023
383
  msgid "bottom"
384
  msgstr "dole"
385
 
386
+ #: gallery-plugin.php:1028
387
  msgid "Lightbox background"
388
  msgstr "pozadie Lightboxu"
389
 
390
+ #: gallery-plugin.php:1030
391
  msgid "Default"
392
  msgstr "Štandardné"
393
 
394
+ #: gallery-plugin.php:1031
395
  msgid "Background transparency (from 0 to 1)"
396
  msgstr "Priehľadnosť pozadia (0 – 1)"
397
 
398
+ #: gallery-plugin.php:1033
399
  msgid "Select a background color"
400
  msgstr "Vyberte farbu pozadia"
401
 
402
+ #: gallery-plugin.php:1035
403
  msgid "Background color"
404
  msgstr "Farba pozadia"
405
 
406
+ #: gallery-plugin.php:1042
407
+ #: gallery-plugin.php:1222
408
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
409
  msgstr "Ak aktualizujete na Pro verziu, všetky vaše nastavanie a galérie budú uložené."
410
 
411
+ #: gallery-plugin.php:1049
412
+ #: gallery-plugin.php:1229
413
  msgid "Unlock premium options by upgrading to a PRO version."
414
  msgstr ""
415
 
416
+ #: gallery-plugin.php:1050
417
+ #: gallery-plugin.php:1230
418
+ #: gallery-plugin.php:2049
419
  msgid "Learn More"
420
  msgstr "Viac"
421
 
422
+ #: gallery-plugin.php:1054
423
+ #: gallery-plugin.php:1234
424
  msgid "Start Your Trial"
425
  msgstr ""
426
 
427
+ #: gallery-plugin.php:1055
428
+ #: gallery-plugin.php:1235
429
+ #: gallery-plugin.php:1289
430
+ #: gallery-plugin.php:1299
431
  msgid "or"
432
  msgstr ""
433
 
434
+ #: gallery-plugin.php:1058
435
+ #: gallery-plugin.php:1238
436
  msgid "Go"
437
  msgstr ""
438
 
439
+ #: gallery-plugin.php:1066
440
  msgid "Images with border"
441
  msgstr "Obrázky s rámčekom"
442
 
443
+ #: gallery-plugin.php:1069
444
  msgid "Border width in px, just numbers"
445
  msgstr "Šírka rámčeka v px, iba čísla"
446
 
447
+ #: gallery-plugin.php:1071
448
+ #: gallery-plugin.php:1073
449
  msgid "Select a border color"
450
  msgstr "Vyberte farbu rámčeka"
451
 
452
+ #: gallery-plugin.php:1079
453
  msgid "Number of images in the row"
454
  msgstr "Počet obrázkov v rade"
455
 
456
+ #: gallery-plugin.php:1085
457
  msgid "Start slideshow"
458
  msgstr "Spustiť Slideshow"
459
 
460
+ #: gallery-plugin.php:1091
461
  msgid "Slideshow interval"
462
  msgstr "Trvanie slideshow"
463
 
464
+ #: gallery-plugin.php:1097
465
  msgid "Use single lightbox for multiple galleries on one page"
466
  msgstr "Použiť jeden lightbox pre viac galérií na jednej strane"
467
 
468
+ #: gallery-plugin.php:1105
469
  msgid "Attachment ID"
470
  msgstr "ID pripojenia"
471
 
472
+ #: gallery-plugin.php:1106
473
  msgid "Image Name"
474
  msgstr "Meno obrázka"
475
 
476
+ #: gallery-plugin.php:1108
477
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
478
  msgstr "Riadenie zobrazenia (do input poľa pre riadenie zobrazenia Vložte / Nahrajte dialóg galérie medíí)"
479
 
480
+ #: gallery-plugin.php:1109
481
  msgid "Random"
482
  msgstr "Náhodne"
483
 
484
+ #: gallery-plugin.php:1113
485
  msgid "Sort images"
486
  msgstr "Zoradenie obrázkov"
487
 
488
+ #: gallery-plugin.php:1115
489
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
490
  msgstr "ASC (vzostupne)"
491
 
492
+ #: gallery-plugin.php:1116
493
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
494
  msgstr "DESC (zostupne)"
495
 
496
+ #: gallery-plugin.php:1120
497
  msgid "Display text above the image"
498
  msgstr "Zobraziť text pod obrázkovm"
499
 
500
+ #: gallery-plugin.php:1122
501
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
502
  msgstr "Ak chcete zobraiť text iba v Lightbox"
503
 
504
+ #: gallery-plugin.php:1126
505
  msgid "Display the Back link"
506
  msgstr "Zobraziť spätný odkaz"
507
 
508
+ #: gallery-plugin.php:1132
509
  msgid "Display the Back link in the shortcode"
510
  msgstr "Zobraziť spatný odkaz v krátkom kóde"
511
 
512
+ #: gallery-plugin.php:1138
513
  msgid "The Back link text"
514
  msgstr "Text spatného odkazu"
515
 
516
+ #: gallery-plugin.php:1144
517
  msgid "The Back link URL"
518
  msgstr "URL spätného odkazu"
519
 
520
+ #: gallery-plugin.php:1146
521
  msgid "Gallery page (Page with Gallery Template)"
522
  msgstr "Stránka galérie (Stránka s šablónou galérie)"
523
 
524
+ #: gallery-plugin.php:1148
525
  msgid "(Full URL to custom page)"
526
  msgstr "(Celé URL na stránku)"
527
 
528
+ #: gallery-plugin.php:1152
529
  msgid "The Read More link text"
530
  msgstr "Text odkazu pre čítaj dalej"
531
 
532
+ #: gallery-plugin.php:1158
533
  msgid "Add gallery to the search"
534
  msgstr "Pridať galériu do hľadania"
535
 
536
+ #: gallery-plugin.php:1168
537
  msgid "Using"
538
  msgstr ""
539
 
540
+ #: gallery-plugin.php:1168
541
  msgid "powered by"
542
  msgstr ""
543
 
 
544
  #: gallery-plugin.php:1171
545
+ #: gallery-plugin.php:1175
546
  msgid "Using Custom Search powered by"
547
  msgstr "Použiť vlastné vyhľadávanie podporujúce"
548
 
549
+ #: gallery-plugin.php:1171
550
  msgid "Activate Custom Search"
551
  msgstr "Aktivovať vlastné hľadanie"
552
 
553
+ #: gallery-plugin.php:1175
554
  msgid "Download Custom Search"
555
  msgstr "Sťiahnuť vlastné hľadanie"
556
 
557
+ #: gallery-plugin.php:1185
558
+ #, fuzzy
559
+ msgid "Use pagination for images"
560
+ msgstr "Nahrávanie obrázkov..."
561
+
562
+ #: gallery-plugin.php:1188
563
+ msgid "per page"
564
+ msgstr ""
565
+
566
+ #: gallery-plugin.php:1192
567
  msgid "The lightbox helper"
568
  msgstr ""
569
 
570
+ #: gallery-plugin.php:1194
571
  msgid "Do not use"
572
  msgstr ""
573
 
574
+ #: gallery-plugin.php:1195
575
  msgid "Button helper"
576
  msgstr ""
577
 
578
+ #: gallery-plugin.php:1196
579
  msgid "Thumbnail helper"
580
  msgstr ""
581
 
582
+ #: gallery-plugin.php:1200
583
  msgid "Display Like buttons in the lightbox"
584
  msgstr "Zobraziť Like tlačítko v Lightbox"
585
 
586
+ #: gallery-plugin.php:1202
587
  msgid "FaceBook"
588
  msgstr "Facebook"
589
 
590
+ #: gallery-plugin.php:1203
591
  msgid "Twitter"
592
  msgstr "Twitter"
593
 
594
+ #: gallery-plugin.php:1204
595
  msgid "Pinterest"
596
  msgstr "Pinterest"
597
 
598
+ #: gallery-plugin.php:1205
599
  msgid "Google +1"
600
  msgstr "Goolge+"
601
 
602
+ #: gallery-plugin.php:1209
603
  msgid "Slug for gallery item"
604
  msgstr "Skratka pre položku galérie"
605
 
606
+ #: gallery-plugin.php:1211
607
  msgid "for any structure of permalinks except the default structure"
608
  msgstr "pre inú štruktúru permalinok ako je základná"
609
 
610
+ #: gallery-plugin.php:1215
611
  msgid "Title for lightbox button"
612
  msgstr ""
613
 
614
+ #: gallery-plugin.php:1246
615
  msgid "Save Changes"
616
  msgstr "Uložiť zmeny"
617
 
618
+ #: gallery-plugin.php:1252
619
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
620
  msgstr "Ak sa vám plugin páčil, dajte nám 5 hviezdičiek na WordPresse"
621
 
622
+ #: gallery-plugin.php:1253
623
  msgid "Rate the plugin"
624
  msgstr "Hodnotiť plugin"
625
 
626
+ #: gallery-plugin.php:1256
627
  msgid "If there is something wrong about it, please contact us"
628
  msgstr "Ak je niečo zle, kontaktujte nás prosím"
629
 
630
+ #: gallery-plugin.php:1267
631
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
632
  msgstr ""
633
 
634
+ #: gallery-plugin.php:1269
635
  msgid "Please, go to"
636
  msgstr ""
637
 
638
+ #: gallery-plugin.php:1269
639
  #, fuzzy
640
  msgid "the setting page"
641
  msgstr "na strane nastavení ("
642
 
643
+ #: gallery-plugin.php:1270
644
  msgid "You will be redirected automatically in 5 seconds."
645
  msgstr ""
646
 
647
+ #: gallery-plugin.php:1275
648
  msgid "You can download and activate"
649
  msgstr ""
650
 
651
+ #: gallery-plugin.php:1277
652
  msgid "version of this plugin by entering Your license key."
653
  msgstr ""
654
 
655
+ #: gallery-plugin.php:1279
656
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
657
  msgstr ""
658
 
659
+ #: gallery-plugin.php:1281
660
  msgid "(your username is the email you specify when purchasing the product)."
661
  msgstr ""
662
 
663
+ #: gallery-plugin.php:1289
664
+ #: gallery-plugin.php:1299
665
  #, fuzzy
666
  msgid "Activate"
667
  msgstr "Plugin aktivovaný"
668
 
669
+ #: gallery-plugin.php:1289
670
+ #: gallery-plugin.php:1299
671
  msgid "Start Your Free 7-Day Trial Now"
672
  msgstr ""
673
 
674
+ #: gallery-plugin.php:1316
675
  msgid "Support"
676
  msgstr "Podpora"
677
 
678
+ #: gallery-plugin.php:1444
679
+ #: template/gallery-single-template.php:14
680
  msgid "Download high resolution image"
681
  msgstr "Stiahnuť obrázok vo vysokom rozlíšení"
682
 
683
+ #: gallery-plugin.php:1553
684
+ #: template/gallery-single-template.php:77
685
  msgid "Sorry, nothing found."
686
  msgstr "Prepáčte, nič som nenašiel."
687
 
688
+ #: gallery-plugin.php:1575
689
+ #: template/gallery-single-template.php:104
690
  msgid "Image"
691
  msgstr "Obrázok"
692
 
693
+ #: gallery-plugin.php:1866
694
  msgid "Image size not defined"
695
  msgstr "Veľkosť obrázka nebola definovaná"
696
 
697
+ #: gallery-plugin.php:1881
698
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
699
  msgstr "Môžete nahrať iba PNG, JPEG, GIF, WPMP alebo XBM súbory."
700
 
701
+ #: gallery-plugin.php:1892
702
  msgid "Image size changes not defined"
703
  msgstr "Zmeny veľkosti obrázka neboli definované"
704
 
705
+ #: gallery-plugin.php:1921
706
+ #: gallery-plugin.php:1924
707
+ #: gallery-plugin.php:1929
708
  msgid "Invalid path"
709
  msgstr "Neplatná cesta"
710
 
711
+ #: gallery-plugin.php:2052
712
  msgid "It’s time to upgrade your <strong>Gallery plugin</strong> to <strong>PRO</strong> version!"
713
  msgstr "Je čas na aktualizovanie <strong>pluginu Galéria</strong> na <strong>PRO</strong> verziu!"
714
 
715
+ #: gallery-plugin.php:2053
716
  #, fuzzy
717
  msgid "Extend standard plugin functionality with new great options"
718
  msgstr "Rozšírte funkcie pluginu s novými skvelými možnosťami."
languages/gallery-sr_RS.mo CHANGED
Binary file
languages/gallery-sr_RS.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-05-15 17:39+0300\n"
6
- "PO-Revision-Date: 2014-05-15 17:39+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"
@@ -114,7 +114,7 @@ msgid "Please make a choice"
114
  msgstr "Molimo vas izaberite"
115
 
116
  #: gallery-plugin.php:374
117
- #: gallery-plugin.php:1099
118
  msgid "Sort images by"
119
  msgstr "Poređaj slike po"
120
 
@@ -194,7 +194,7 @@ msgid "Publishing"
194
  msgstr "Izdanje"
195
 
196
  #: gallery-plugin.php:641
197
- #: gallery-plugin.php:1103
198
  msgid "Date"
199
  msgstr "Datum"
200
 
@@ -202,12 +202,12 @@ msgstr "Datum"
202
  msgid "Settings are saved"
203
  msgstr "Podešavanja su sačuvana"
204
 
205
- #: gallery-plugin.php:835
206
  #: gallery-plugin.php:874
207
  msgid "Wrong license key"
208
  msgstr ""
209
 
210
- #: gallery-plugin.php:867
211
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
212
  msgstr ""
213
 
@@ -216,499 +216,515 @@ msgid "This license key is bind to another site"
216
  msgstr ""
217
 
218
  #: gallery-plugin.php:878
219
- #: gallery-plugin.php:1281
220
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
221
  msgstr ""
222
 
223
- #: gallery-plugin.php:895
 
 
 
 
 
 
 
 
224
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
225
  msgstr ""
226
 
227
- #: gallery-plugin.php:901
228
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
229
  msgstr ""
230
 
231
- #: gallery-plugin.php:905
232
- #: gallery-plugin.php:914
233
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
234
  msgstr ""
235
 
236
- #: gallery-plugin.php:918
237
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
238
  msgstr ""
239
 
240
- #: gallery-plugin.php:933
241
  msgid "Please, enter Your license key"
242
  msgstr ""
243
 
244
- #: gallery-plugin.php:941
245
  msgid "Gallery Settings"
246
  msgstr "Podešavanja Galerije"
247
 
248
- #: gallery-plugin.php:943
249
- #: gallery-plugin.php:1304
250
- #: gallery-plugin.php:1320
251
  msgid "Settings"
252
  msgstr "Podešavanja"
253
 
254
- #: gallery-plugin.php:944
255
- #: gallery-plugin.php:1305
256
  msgid "FAQ"
257
  msgstr "FAQ"
258
 
259
- #: gallery-plugin.php:945
260
  msgid "Go PRO"
261
  msgstr ""
262
 
263
- #: gallery-plugin.php:950
264
  msgid "Notice:"
265
  msgstr ""
266
 
267
- #: gallery-plugin.php:950
268
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
269
  msgstr ""
270
 
271
- #: gallery-plugin.php:951
272
  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:"
273
  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:"
274
 
275
- #: gallery-plugin.php:953
276
  #, fuzzy
277
  msgid "Please enable JavaScript to use the option to renew images."
278
  msgstr "Molimo vas omogućite da JavaScript koristi program za učitavanje fajlova."
279
 
280
- #: gallery-plugin.php:957
281
  msgid "Update images for gallery"
282
  msgstr ""
283
 
284
- #: gallery-plugin.php:959
285
  #, fuzzy
286
  msgid "Update images"
287
  msgstr "poređaj slike"
288
 
289
- #: gallery-plugin.php:964
290
  msgid "Updating images..."
291
  msgstr ""
292
 
293
- #: gallery-plugin.php:965
294
  #, fuzzy
295
  msgid "No image found"
296
  msgstr "Nije pronađena Galerija"
297
 
298
- #: gallery-plugin.php:966
299
  msgid "All images are updated"
300
  msgstr ""
301
 
302
- #: gallery-plugin.php:967
303
  msgid "Error."
304
  msgstr ""
305
 
306
- #: gallery-plugin.php:973
307
  msgid "Image size for the album cover"
308
  msgstr "Veličina slike za naslovnu stranicu albuma"
309
 
310
- #: gallery-plugin.php:975
311
- #: gallery-plugin.php:983
312
- #: gallery-plugin.php:999
313
  msgid "Image size"
314
  msgstr "Veličina slike"
315
 
316
- #: gallery-plugin.php:976
317
- #: gallery-plugin.php:984
318
  msgid "Width (in px)"
319
  msgstr "Širina (u pikselima)"
320
 
321
- #: gallery-plugin.php:977
322
- #: gallery-plugin.php:985
323
  msgid "Height (in px)"
324
  msgstr "Visina (u pikselima)"
325
 
326
- #: gallery-plugin.php:981
327
  msgid "Gallery image size"
328
  msgstr "Veličina slika u galeriji"
329
 
330
- #: gallery-plugin.php:989
331
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
332
  msgstr "WordPress će kreirati novi umanjeni prikaz sa navedenim dimenzijama kada učitate novu sliku."
333
 
334
- #: gallery-plugin.php:997
335
  msgid "Gallery image size in the lightbox"
336
  msgstr "Veličina slika u galeriji u lightbox skriptu"
337
 
338
- #: gallery-plugin.php:1000
339
  msgid "Max width (in px)"
340
  msgstr "Max širina (u pikselima)"
341
 
342
- #: gallery-plugin.php:1001
343
  msgid "Max height (in px)"
344
  msgstr "Max visina (u pikselima)"
345
 
346
- #: gallery-plugin.php:1002
347
  msgid "Display a full size image in the lightbox"
348
  msgstr "Prikaži sliku u punoj veličini u lightbox-u"
349
 
350
- #: gallery-plugin.php:1006
351
  msgid "Crop position"
352
  msgstr "Pozicija za kropovanje"
353
 
354
- #: gallery-plugin.php:1008
355
  msgid "Horizontal"
356
  msgstr "Horizontalno"
357
 
358
- #: gallery-plugin.php:1010
359
  msgid "left"
360
  msgstr "levo"
361
 
362
- #: gallery-plugin.php:1011
363
- #: gallery-plugin.php:1018
364
  msgid "center"
365
  msgstr "centar"
366
 
367
- #: gallery-plugin.php:1012
368
  msgid "right"
369
  msgstr "desno"
370
 
371
- #: gallery-plugin.php:1015
372
  msgid "Vertical"
373
  msgstr "Vertikalno"
374
 
375
- #: gallery-plugin.php:1017
376
  msgid "top"
377
  msgstr "vrh"
378
 
379
- #: gallery-plugin.php:1019
380
  msgid "bottom"
381
  msgstr "dno"
382
 
383
- #: gallery-plugin.php:1024
384
  msgid "Lightbox background"
385
  msgstr "Lightbox pozadina"
386
 
387
- #: gallery-plugin.php:1026
388
  msgid "Default"
389
  msgstr "Podrazumevano"
390
 
391
- #: gallery-plugin.php:1027
392
  msgid "Background transparency (from 0 to 1)"
393
  msgstr "Pozadinska transparentnost (od 0 do 1)"
394
 
395
- #: gallery-plugin.php:1029
396
  msgid "Select a background color"
397
  msgstr "Izaberi pozadinsku boju"
398
 
399
- #: gallery-plugin.php:1031
400
  msgid "Background color"
401
  msgstr "Pozadinska boja"
402
 
403
- #: gallery-plugin.php:1038
404
- #: gallery-plugin.php:1211
405
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
406
  msgstr ""
407
 
408
- #: gallery-plugin.php:1045
409
- #: gallery-plugin.php:1218
410
  msgid "Unlock premium options by upgrading to a PRO version."
411
  msgstr ""
412
 
413
- #: gallery-plugin.php:1046
414
- #: gallery-plugin.php:1219
415
- #: gallery-plugin.php:2039
416
  #, fuzzy
417
  msgid "Learn More"
418
  msgstr "Pročitaj više"
419
 
420
- #: gallery-plugin.php:1050
421
- #: gallery-plugin.php:1223
422
  msgid "Start Your Trial"
423
  msgstr ""
424
 
425
- #: gallery-plugin.php:1051
426
- #: gallery-plugin.php:1224
427
- #: gallery-plugin.php:1278
428
- #: gallery-plugin.php:1288
429
  msgid "or"
430
  msgstr ""
431
 
432
- #: gallery-plugin.php:1054
433
- #: gallery-plugin.php:1227
434
  msgid "Go"
435
  msgstr ""
436
 
437
- #: gallery-plugin.php:1062
438
  msgid "Images with border"
439
  msgstr "Slike sa okvirima"
440
 
441
- #: gallery-plugin.php:1065
442
  msgid "Border width in px, just numbers"
443
  msgstr "Širina okvira u pikselima, samo brojevi"
444
 
445
- #: gallery-plugin.php:1067
446
- #: gallery-plugin.php:1069
447
  msgid "Select a border color"
448
  msgstr "Izaberite boju okvira"
449
 
450
- #: gallery-plugin.php:1075
451
  msgid "Number of images in the row"
452
  msgstr "Broj slika u redu"
453
 
454
- #: gallery-plugin.php:1081
455
  msgid "Start slideshow"
456
  msgstr "Započni projekciju slajdova"
457
 
458
- #: gallery-plugin.php:1087
459
  msgid "Slideshow interval"
460
  msgstr "Interval projekcije slajdova"
461
 
462
- #: gallery-plugin.php:1093
463
  msgid "Use single lightbox for multiple galleries on one page"
464
  msgstr ""
465
 
466
- #: gallery-plugin.php:1101
467
  msgid "Attachment ID"
468
  msgstr "ID priloga"
469
 
470
- #: gallery-plugin.php:1102
471
  msgid "Image Name"
472
  msgstr "Ime slike"
473
 
474
- #: gallery-plugin.php:1104
475
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
476
  msgstr "Raspoređivanje (polje za unos za sortiranje u dijalogu Insert / Upload Media Gallery)"
477
 
478
- #: gallery-plugin.php:1105
479
  msgid "Random"
480
  msgstr "Nasumično"
481
 
482
- #: gallery-plugin.php:1109
483
  msgid "Sort images"
484
  msgstr "Sortiraj slike"
485
 
486
- #: gallery-plugin.php:1111
487
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
488
  msgstr "ASC (rastući redosled od najnižih do najviših vrednosti - 1, 2, 3; a, b, c)"
489
 
490
- #: gallery-plugin.php:1112
491
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
492
  msgstr "DESC (opadajući redosled od najviših do najnižih vrednosti - 3, 2, 1; c, b, a)"
493
 
494
- #: gallery-plugin.php:1116
495
  msgid "Display text above the image"
496
  msgstr "Prikaži tekst iznad slike"
497
 
498
- #: gallery-plugin.php:1118
499
  #, fuzzy
500
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
501
  msgstr "Ako želite da prikažete tekst samo u lightbox-u"
502
 
503
- #: gallery-plugin.php:1122
504
  msgid "Display the Back link"
505
  msgstr "Prikaži povratni link"
506
 
507
- #: gallery-plugin.php:1128
508
  msgid "Display the Back link in the shortcode"
509
  msgstr "Prikaži povratni link u kratkom kodu"
510
 
511
- #: gallery-plugin.php:1134
512
  msgid "The Back link text"
513
  msgstr "Tekst u povratnom linku"
514
 
515
- #: gallery-plugin.php:1140
516
  msgid "The Back link URL"
517
  msgstr "URL povratnog linka"
518
 
519
- #: gallery-plugin.php:1142
520
  msgid "Gallery page (Page with Gallery Template)"
521
  msgstr "Stranica galerije (Stranica sa šablonom galerije)"
522
 
523
- #: gallery-plugin.php:1144
524
  msgid "(Full URL to custom page)"
525
  msgstr "(Puni URL ka korisničkoj stranici)"
526
 
527
- #: gallery-plugin.php:1148
528
  msgid "The Read More link text"
529
  msgstr "Tekst u linku Pročitaj više"
530
 
531
- #: gallery-plugin.php:1154
532
  msgid "Add gallery to the search"
533
  msgstr ""
534
 
535
- #: gallery-plugin.php:1164
536
  msgid "Using"
537
  msgstr ""
538
 
539
- #: gallery-plugin.php:1164
540
  msgid "powered by"
541
  msgstr ""
542
 
543
- #: gallery-plugin.php:1167
544
  #: gallery-plugin.php:1171
 
545
  msgid "Using Custom Search powered by"
546
  msgstr ""
547
 
548
- #: gallery-plugin.php:1167
549
  msgid "Activate Custom Search"
550
  msgstr ""
551
 
552
- #: gallery-plugin.php:1171
553
  msgid "Download Custom Search"
554
  msgstr ""
555
 
556
- #: gallery-plugin.php:1181
 
 
 
 
 
 
 
 
557
  msgid "The lightbox helper"
558
  msgstr ""
559
 
560
- #: gallery-plugin.php:1183
561
  msgid "Do not use"
562
  msgstr ""
563
 
564
- #: gallery-plugin.php:1184
565
  msgid "Button helper"
566
  msgstr ""
567
 
568
- #: gallery-plugin.php:1185
569
  msgid "Thumbnail helper"
570
  msgstr ""
571
 
572
- #: gallery-plugin.php:1189
573
  #, fuzzy
574
  msgid "Display Like buttons in the lightbox"
575
  msgstr "Afficher une image en taille normale dans le boite"
576
 
577
- #: gallery-plugin.php:1191
578
  msgid "FaceBook"
579
  msgstr "FaceBook"
580
 
581
- #: gallery-plugin.php:1192
582
  #, fuzzy
583
  msgid "Twitter"
584
  msgstr "Titre"
585
 
586
- #: gallery-plugin.php:1193
587
  msgid "Pinterest"
588
  msgstr "Pinterest"
589
 
590
- #: gallery-plugin.php:1194
591
  msgid "Google +1"
592
  msgstr "Google +1"
593
 
594
- #: gallery-plugin.php:1198
595
  #, fuzzy
596
  msgid "Slug for gallery item"
597
  msgstr "Taille de la vignette de la galerie"
598
 
599
- #: gallery-plugin.php:1200
600
  msgid "for any structure of permalinks except the default structure"
601
  msgstr ""
602
 
603
- #: gallery-plugin.php:1204
604
  msgid "Title for lightbox button"
605
  msgstr ""
606
 
607
- #: gallery-plugin.php:1235
608
  msgid "Save Changes"
609
  msgstr "Sačuvaj izmene"
610
 
611
- #: gallery-plugin.php:1241
612
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
613
  msgstr ""
614
 
615
- #: gallery-plugin.php:1242
616
  #, fuzzy
617
  msgid "Rate the plugin"
618
  msgstr "Besplatni moduli"
619
 
620
- #: gallery-plugin.php:1245
621
  #, fuzzy
622
  msgid "If there is something wrong about it, please contact us"
623
  msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
624
 
625
- #: gallery-plugin.php:1256
626
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
627
  msgstr ""
628
 
629
- #: gallery-plugin.php:1258
630
  msgid "Please, go to"
631
  msgstr ""
632
 
633
- #: gallery-plugin.php:1258
634
  #, fuzzy
635
  msgid "the setting page"
636
  msgstr "na stranici za podešavanje modula ("
637
 
638
- #: gallery-plugin.php:1259
639
  msgid "You will be redirected automatically in 5 seconds."
640
  msgstr ""
641
 
642
- #: gallery-plugin.php:1264
643
  msgid "You can download and activate"
644
  msgstr ""
645
 
646
- #: gallery-plugin.php:1266
647
  msgid "version of this plugin by entering Your license key."
648
  msgstr ""
649
 
650
- #: gallery-plugin.php:1268
651
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
652
  msgstr ""
653
 
654
- #: gallery-plugin.php:1270
655
  msgid "(your username is the email you specify when purchasing the product)."
656
  msgstr ""
657
 
658
- #: gallery-plugin.php:1278
659
- #: gallery-plugin.php:1288
660
  #, fuzzy
661
  msgid "Activate"
662
  msgstr "Aktivirani moduli"
663
 
664
- #: gallery-plugin.php:1278
665
- #: gallery-plugin.php:1288
666
  msgid "Start Your Free 7-Day Trial Now"
667
  msgstr ""
668
 
669
- #: gallery-plugin.php:1306
670
  msgid "Support"
671
  msgstr "Podrška"
672
 
673
- #: gallery-plugin.php:1434
674
- #: template/gallery-single-template.php:13
675
  msgid "Download high resolution image"
676
  msgstr "Preuzmi sliku u visokoj rezoluciji"
677
 
678
- #: gallery-plugin.php:1543
679
- #: template/gallery-single-template.php:76
680
  msgid "Sorry, nothing found."
681
  msgstr "Nažalost nije pronađeno"
682
 
683
- #: gallery-plugin.php:1565
684
- #: template/gallery-single-template.php:102
685
  msgid "Image"
686
  msgstr "Slika"
687
 
688
- #: gallery-plugin.php:1856
689
  #, fuzzy
690
  msgid "Image size not defined"
691
  msgstr "Veličina slike"
692
 
693
- #: gallery-plugin.php:1871
694
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
695
  msgstr ""
696
 
697
- #: gallery-plugin.php:1882
698
  msgid "Image size changes not defined"
699
  msgstr ""
700
 
701
- #: gallery-plugin.php:1911
702
- #: gallery-plugin.php:1914
703
- #: gallery-plugin.php:1919
704
  msgid "Invalid path"
705
  msgstr ""
706
 
707
- #: gallery-plugin.php:2042
708
  msgid "It’s time to upgrade your <strong>Gallery plugin</strong> to <strong>PRO</strong> version!"
709
  msgstr ""
710
 
711
- #: gallery-plugin.php:2043
712
  msgid "Extend standard plugin functionality with new great options"
713
  msgstr ""
714
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-11 12:00+0300\n"
6
+ "PO-Revision-Date: 2014-07-11 12:00+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"
114
  msgstr "Molimo vas izaberite"
115
 
116
  #: gallery-plugin.php:374
117
+ #: gallery-plugin.php:1103
118
  msgid "Sort images by"
119
  msgstr "Poređaj slike po"
120
 
194
  msgstr "Izdanje"
195
 
196
  #: gallery-plugin.php:641
197
+ #: gallery-plugin.php:1107
198
  msgid "Date"
199
  msgstr "Datum"
200
 
202
  msgid "Settings are saved"
203
  msgstr "Podešavanja su sačuvana"
204
 
205
+ #: gallery-plugin.php:834
206
  #: gallery-plugin.php:874
207
  msgid "Wrong license key"
208
  msgstr ""
209
 
210
+ #: gallery-plugin.php:866
211
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
212
  msgstr ""
213
 
216
  msgstr ""
217
 
218
  #: gallery-plugin.php:878
219
+ #: gallery-plugin.php:1292
220
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
221
  msgstr ""
222
 
223
+ #: gallery-plugin.php:880
224
+ msgid "This license key is valid, but your license has expired."
225
+ msgstr ""
226
+
227
+ #: gallery-plugin.php:882
228
+ msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
229
+ msgstr ""
230
+
231
+ #: gallery-plugin.php:899
232
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
233
  msgstr ""
234
 
235
+ #: gallery-plugin.php:905
236
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
237
  msgstr ""
238
 
239
+ #: gallery-plugin.php:909
240
+ #: gallery-plugin.php:918
241
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
242
  msgstr ""
243
 
244
+ #: gallery-plugin.php:922
245
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
246
  msgstr ""
247
 
248
+ #: gallery-plugin.php:937
249
  msgid "Please, enter Your license key"
250
  msgstr ""
251
 
252
+ #: gallery-plugin.php:945
253
  msgid "Gallery Settings"
254
  msgstr "Podešavanja Galerije"
255
 
256
+ #: gallery-plugin.php:947
257
+ #: gallery-plugin.php:1314
258
+ #: gallery-plugin.php:1330
259
  msgid "Settings"
260
  msgstr "Podešavanja"
261
 
262
+ #: gallery-plugin.php:948
263
+ #: gallery-plugin.php:1315
264
  msgid "FAQ"
265
  msgstr "FAQ"
266
 
267
+ #: gallery-plugin.php:949
268
  msgid "Go PRO"
269
  msgstr ""
270
 
271
+ #: gallery-plugin.php:954
272
  msgid "Notice:"
273
  msgstr ""
274
 
275
+ #: gallery-plugin.php:954
276
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
277
  msgstr ""
278
 
279
+ #: gallery-plugin.php:955
280
  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:"
281
  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:"
282
 
283
+ #: gallery-plugin.php:957
284
  #, fuzzy
285
  msgid "Please enable JavaScript to use the option to renew images."
286
  msgstr "Molimo vas omogućite da JavaScript koristi program za učitavanje fajlova."
287
 
288
+ #: gallery-plugin.php:961
289
  msgid "Update images for gallery"
290
  msgstr ""
291
 
292
+ #: gallery-plugin.php:963
293
  #, fuzzy
294
  msgid "Update images"
295
  msgstr "poređaj slike"
296
 
297
+ #: gallery-plugin.php:968
298
  msgid "Updating images..."
299
  msgstr ""
300
 
301
+ #: gallery-plugin.php:969
302
  #, fuzzy
303
  msgid "No image found"
304
  msgstr "Nije pronađena Galerija"
305
 
306
+ #: gallery-plugin.php:970
307
  msgid "All images are updated"
308
  msgstr ""
309
 
310
+ #: gallery-plugin.php:971
311
  msgid "Error."
312
  msgstr ""
313
 
314
+ #: gallery-plugin.php:977
315
  msgid "Image size for the album cover"
316
  msgstr "Veličina slike za naslovnu stranicu albuma"
317
 
318
+ #: gallery-plugin.php:979
319
+ #: gallery-plugin.php:987
320
+ #: gallery-plugin.php:1003
321
  msgid "Image size"
322
  msgstr "Veličina slike"
323
 
324
+ #: gallery-plugin.php:980
325
+ #: gallery-plugin.php:988
326
  msgid "Width (in px)"
327
  msgstr "Širina (u pikselima)"
328
 
329
+ #: gallery-plugin.php:981
330
+ #: gallery-plugin.php:989
331
  msgid "Height (in px)"
332
  msgstr "Visina (u pikselima)"
333
 
334
+ #: gallery-plugin.php:985
335
  msgid "Gallery image size"
336
  msgstr "Veličina slika u galeriji"
337
 
338
+ #: gallery-plugin.php:993
339
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
340
  msgstr "WordPress će kreirati novi umanjeni prikaz sa navedenim dimenzijama kada učitate novu sliku."
341
 
342
+ #: gallery-plugin.php:1001
343
  msgid "Gallery image size in the lightbox"
344
  msgstr "Veličina slika u galeriji u lightbox skriptu"
345
 
346
+ #: gallery-plugin.php:1004
347
  msgid "Max width (in px)"
348
  msgstr "Max širina (u pikselima)"
349
 
350
+ #: gallery-plugin.php:1005
351
  msgid "Max height (in px)"
352
  msgstr "Max visina (u pikselima)"
353
 
354
+ #: gallery-plugin.php:1006
355
  msgid "Display a full size image in the lightbox"
356
  msgstr "Prikaži sliku u punoj veličini u lightbox-u"
357
 
358
+ #: gallery-plugin.php:1010
359
  msgid "Crop position"
360
  msgstr "Pozicija za kropovanje"
361
 
362
+ #: gallery-plugin.php:1012
363
  msgid "Horizontal"
364
  msgstr "Horizontalno"
365
 
366
+ #: gallery-plugin.php:1014
367
  msgid "left"
368
  msgstr "levo"
369
 
370
+ #: gallery-plugin.php:1015
371
+ #: gallery-plugin.php:1022
372
  msgid "center"
373
  msgstr "centar"
374
 
375
+ #: gallery-plugin.php:1016
376
  msgid "right"
377
  msgstr "desno"
378
 
379
+ #: gallery-plugin.php:1019
380
  msgid "Vertical"
381
  msgstr "Vertikalno"
382
 
383
+ #: gallery-plugin.php:1021
384
  msgid "top"
385
  msgstr "vrh"
386
 
387
+ #: gallery-plugin.php:1023
388
  msgid "bottom"
389
  msgstr "dno"
390
 
391
+ #: gallery-plugin.php:1028
392
  msgid "Lightbox background"
393
  msgstr "Lightbox pozadina"
394
 
395
+ #: gallery-plugin.php:1030
396
  msgid "Default"
397
  msgstr "Podrazumevano"
398
 
399
+ #: gallery-plugin.php:1031
400
  msgid "Background transparency (from 0 to 1)"
401
  msgstr "Pozadinska transparentnost (od 0 do 1)"
402
 
403
+ #: gallery-plugin.php:1033
404
  msgid "Select a background color"
405
  msgstr "Izaberi pozadinsku boju"
406
 
407
+ #: gallery-plugin.php:1035
408
  msgid "Background color"
409
  msgstr "Pozadinska boja"
410
 
411
+ #: gallery-plugin.php:1042
412
+ #: gallery-plugin.php:1222
413
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
414
  msgstr ""
415
 
416
+ #: gallery-plugin.php:1049
417
+ #: gallery-plugin.php:1229
418
  msgid "Unlock premium options by upgrading to a PRO version."
419
  msgstr ""
420
 
421
+ #: gallery-plugin.php:1050
422
+ #: gallery-plugin.php:1230
423
+ #: gallery-plugin.php:2049
424
  #, fuzzy
425
  msgid "Learn More"
426
  msgstr "Pročitaj više"
427
 
428
+ #: gallery-plugin.php:1054
429
+ #: gallery-plugin.php:1234
430
  msgid "Start Your Trial"
431
  msgstr ""
432
 
433
+ #: gallery-plugin.php:1055
434
+ #: gallery-plugin.php:1235
435
+ #: gallery-plugin.php:1289
436
+ #: gallery-plugin.php:1299
437
  msgid "or"
438
  msgstr ""
439
 
440
+ #: gallery-plugin.php:1058
441
+ #: gallery-plugin.php:1238
442
  msgid "Go"
443
  msgstr ""
444
 
445
+ #: gallery-plugin.php:1066
446
  msgid "Images with border"
447
  msgstr "Slike sa okvirima"
448
 
449
+ #: gallery-plugin.php:1069
450
  msgid "Border width in px, just numbers"
451
  msgstr "Širina okvira u pikselima, samo brojevi"
452
 
453
+ #: gallery-plugin.php:1071
454
+ #: gallery-plugin.php:1073
455
  msgid "Select a border color"
456
  msgstr "Izaberite boju okvira"
457
 
458
+ #: gallery-plugin.php:1079
459
  msgid "Number of images in the row"
460
  msgstr "Broj slika u redu"
461
 
462
+ #: gallery-plugin.php:1085
463
  msgid "Start slideshow"
464
  msgstr "Započni projekciju slajdova"
465
 
466
+ #: gallery-plugin.php:1091
467
  msgid "Slideshow interval"
468
  msgstr "Interval projekcije slajdova"
469
 
470
+ #: gallery-plugin.php:1097
471
  msgid "Use single lightbox for multiple galleries on one page"
472
  msgstr ""
473
 
474
+ #: gallery-plugin.php:1105
475
  msgid "Attachment ID"
476
  msgstr "ID priloga"
477
 
478
+ #: gallery-plugin.php:1106
479
  msgid "Image Name"
480
  msgstr "Ime slike"
481
 
482
+ #: gallery-plugin.php:1108
483
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
484
  msgstr "Raspoređivanje (polje za unos za sortiranje u dijalogu Insert / Upload Media Gallery)"
485
 
486
+ #: gallery-plugin.php:1109
487
  msgid "Random"
488
  msgstr "Nasumično"
489
 
490
+ #: gallery-plugin.php:1113
491
  msgid "Sort images"
492
  msgstr "Sortiraj slike"
493
 
494
+ #: gallery-plugin.php:1115
495
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
496
  msgstr "ASC (rastući redosled od najnižih do najviših vrednosti - 1, 2, 3; a, b, c)"
497
 
498
+ #: gallery-plugin.php:1116
499
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
500
  msgstr "DESC (opadajući redosled od najviših do najnižih vrednosti - 3, 2, 1; c, b, a)"
501
 
502
+ #: gallery-plugin.php:1120
503
  msgid "Display text above the image"
504
  msgstr "Prikaži tekst iznad slike"
505
 
506
+ #: gallery-plugin.php:1122
507
  #, fuzzy
508
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
509
  msgstr "Ako želite da prikažete tekst samo u lightbox-u"
510
 
511
+ #: gallery-plugin.php:1126
512
  msgid "Display the Back link"
513
  msgstr "Prikaži povratni link"
514
 
515
+ #: gallery-plugin.php:1132
516
  msgid "Display the Back link in the shortcode"
517
  msgstr "Prikaži povratni link u kratkom kodu"
518
 
519
+ #: gallery-plugin.php:1138
520
  msgid "The Back link text"
521
  msgstr "Tekst u povratnom linku"
522
 
523
+ #: gallery-plugin.php:1144
524
  msgid "The Back link URL"
525
  msgstr "URL povratnog linka"
526
 
527
+ #: gallery-plugin.php:1146
528
  msgid "Gallery page (Page with Gallery Template)"
529
  msgstr "Stranica galerije (Stranica sa šablonom galerije)"
530
 
531
+ #: gallery-plugin.php:1148
532
  msgid "(Full URL to custom page)"
533
  msgstr "(Puni URL ka korisničkoj stranici)"
534
 
535
+ #: gallery-plugin.php:1152
536
  msgid "The Read More link text"
537
  msgstr "Tekst u linku Pročitaj više"
538
 
539
+ #: gallery-plugin.php:1158
540
  msgid "Add gallery to the search"
541
  msgstr ""
542
 
543
+ #: gallery-plugin.php:1168
544
  msgid "Using"
545
  msgstr ""
546
 
547
+ #: gallery-plugin.php:1168
548
  msgid "powered by"
549
  msgstr ""
550
 
 
551
  #: gallery-plugin.php:1171
552
+ #: gallery-plugin.php:1175
553
  msgid "Using Custom Search powered by"
554
  msgstr ""
555
 
556
+ #: gallery-plugin.php:1171
557
  msgid "Activate Custom Search"
558
  msgstr ""
559
 
560
+ #: gallery-plugin.php:1175
561
  msgid "Download Custom Search"
562
  msgstr ""
563
 
564
+ #: gallery-plugin.php:1185
565
+ msgid "Use pagination for images"
566
+ msgstr ""
567
+
568
+ #: gallery-plugin.php:1188
569
+ msgid "per page"
570
+ msgstr ""
571
+
572
+ #: gallery-plugin.php:1192
573
  msgid "The lightbox helper"
574
  msgstr ""
575
 
576
+ #: gallery-plugin.php:1194
577
  msgid "Do not use"
578
  msgstr ""
579
 
580
+ #: gallery-plugin.php:1195
581
  msgid "Button helper"
582
  msgstr ""
583
 
584
+ #: gallery-plugin.php:1196
585
  msgid "Thumbnail helper"
586
  msgstr ""
587
 
588
+ #: gallery-plugin.php:1200
589
  #, fuzzy
590
  msgid "Display Like buttons in the lightbox"
591
  msgstr "Afficher une image en taille normale dans le boite"
592
 
593
+ #: gallery-plugin.php:1202
594
  msgid "FaceBook"
595
  msgstr "FaceBook"
596
 
597
+ #: gallery-plugin.php:1203
598
  #, fuzzy
599
  msgid "Twitter"
600
  msgstr "Titre"
601
 
602
+ #: gallery-plugin.php:1204
603
  msgid "Pinterest"
604
  msgstr "Pinterest"
605
 
606
+ #: gallery-plugin.php:1205
607
  msgid "Google +1"
608
  msgstr "Google +1"
609
 
610
+ #: gallery-plugin.php:1209
611
  #, fuzzy
612
  msgid "Slug for gallery item"
613
  msgstr "Taille de la vignette de la galerie"
614
 
615
+ #: gallery-plugin.php:1211
616
  msgid "for any structure of permalinks except the default structure"
617
  msgstr ""
618
 
619
+ #: gallery-plugin.php:1215
620
  msgid "Title for lightbox button"
621
  msgstr ""
622
 
623
+ #: gallery-plugin.php:1246
624
  msgid "Save Changes"
625
  msgstr "Sačuvaj izmene"
626
 
627
+ #: gallery-plugin.php:1252
628
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
629
  msgstr ""
630
 
631
+ #: gallery-plugin.php:1253
632
  #, fuzzy
633
  msgid "Rate the plugin"
634
  msgstr "Besplatni moduli"
635
 
636
+ #: gallery-plugin.php:1256
637
  #, fuzzy
638
  msgid "If there is something wrong about it, please contact us"
639
  msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
640
 
641
+ #: gallery-plugin.php:1267
642
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
643
  msgstr ""
644
 
645
+ #: gallery-plugin.php:1269
646
  msgid "Please, go to"
647
  msgstr ""
648
 
649
+ #: gallery-plugin.php:1269
650
  #, fuzzy
651
  msgid "the setting page"
652
  msgstr "na stranici za podešavanje modula ("
653
 
654
+ #: gallery-plugin.php:1270
655
  msgid "You will be redirected automatically in 5 seconds."
656
  msgstr ""
657
 
658
+ #: gallery-plugin.php:1275
659
  msgid "You can download and activate"
660
  msgstr ""
661
 
662
+ #: gallery-plugin.php:1277
663
  msgid "version of this plugin by entering Your license key."
664
  msgstr ""
665
 
666
+ #: gallery-plugin.php:1279
667
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
668
  msgstr ""
669
 
670
+ #: gallery-plugin.php:1281
671
  msgid "(your username is the email you specify when purchasing the product)."
672
  msgstr ""
673
 
674
+ #: gallery-plugin.php:1289
675
+ #: gallery-plugin.php:1299
676
  #, fuzzy
677
  msgid "Activate"
678
  msgstr "Aktivirani moduli"
679
 
680
+ #: gallery-plugin.php:1289
681
+ #: gallery-plugin.php:1299
682
  msgid "Start Your Free 7-Day Trial Now"
683
  msgstr ""
684
 
685
+ #: gallery-plugin.php:1316
686
  msgid "Support"
687
  msgstr "Podrška"
688
 
689
+ #: gallery-plugin.php:1444
690
+ #: template/gallery-single-template.php:14
691
  msgid "Download high resolution image"
692
  msgstr "Preuzmi sliku u visokoj rezoluciji"
693
 
694
+ #: gallery-plugin.php:1553
695
+ #: template/gallery-single-template.php:77
696
  msgid "Sorry, nothing found."
697
  msgstr "Nažalost nije pronađeno"
698
 
699
+ #: gallery-plugin.php:1575
700
+ #: template/gallery-single-template.php:104
701
  msgid "Image"
702
  msgstr "Slika"
703
 
704
+ #: gallery-plugin.php:1866
705
  #, fuzzy
706
  msgid "Image size not defined"
707
  msgstr "Veličina slike"
708
 
709
+ #: gallery-plugin.php:1881
710
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
711
  msgstr ""
712
 
713
+ #: gallery-plugin.php:1892
714
  msgid "Image size changes not defined"
715
  msgstr ""
716
 
717
+ #: gallery-plugin.php:1921
718
+ #: gallery-plugin.php:1924
719
+ #: gallery-plugin.php:1929
720
  msgid "Invalid path"
721
  msgstr ""
722
 
723
+ #: gallery-plugin.php:2052
724
  msgid "It’s time to upgrade your <strong>Gallery plugin</strong> to <strong>PRO</strong> version!"
725
  msgstr ""
726
 
727
+ #: gallery-plugin.php:2053
728
  msgid "Extend standard plugin functionality with new great options"
729
  msgstr ""
730
 
languages/gallery-tr.mo CHANGED
Binary file
languages/gallery-tr.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-05-15 17:39+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"
@@ -114,7 +114,7 @@ msgid "Please make a choice"
114
  msgstr "Lütfen bir seçim yapınız"
115
 
116
  #: gallery-plugin.php:374
117
- #: gallery-plugin.php:1099
118
  msgid "Sort images by"
119
  msgstr "Resimleri sırala buna göre sırala"
120
 
@@ -194,7 +194,7 @@ msgid "Publishing"
194
  msgstr "Yayınlama"
195
 
196
  #: gallery-plugin.php:641
197
- #: gallery-plugin.php:1103
198
  msgid "Date"
199
  msgstr "Tarih"
200
 
@@ -202,12 +202,12 @@ msgstr "Tarih"
202
  msgid "Settings are saved"
203
  msgstr "Ayarlar kaydedildi"
204
 
205
- #: gallery-plugin.php:835
206
  #: gallery-plugin.php:874
207
  msgid "Wrong license key"
208
  msgstr ""
209
 
210
- #: gallery-plugin.php:867
211
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
212
  msgstr ""
213
 
@@ -216,497 +216,513 @@ msgid "This license key is bind to another site"
216
  msgstr ""
217
 
218
  #: gallery-plugin.php:878
219
- #: gallery-plugin.php:1281
220
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
221
  msgstr ""
222
 
223
- #: gallery-plugin.php:895
 
 
 
 
 
 
 
 
224
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
225
  msgstr ""
226
 
227
- #: gallery-plugin.php:901
228
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
229
  msgstr ""
230
 
231
- #: gallery-plugin.php:905
232
- #: gallery-plugin.php:914
233
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
234
  msgstr ""
235
 
236
- #: gallery-plugin.php:918
237
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
238
  msgstr ""
239
 
240
- #: gallery-plugin.php:933
241
  msgid "Please, enter Your license key"
242
  msgstr ""
243
 
244
- #: gallery-plugin.php:941
245
  msgid "Gallery Settings"
246
  msgstr "Galeri ayarları"
247
 
248
- #: gallery-plugin.php:943
249
- #: gallery-plugin.php:1304
250
- #: gallery-plugin.php:1320
251
  msgid "Settings"
252
  msgstr "Ayarlar"
253
 
254
- #: gallery-plugin.php:944
255
- #: gallery-plugin.php:1305
256
  msgid "FAQ"
257
  msgstr "SSS"
258
 
259
- #: gallery-plugin.php:945
260
  msgid "Go PRO"
261
  msgstr ""
262
 
263
- #: gallery-plugin.php:950
264
  msgid "Notice:"
265
  msgstr ""
266
 
267
- #: gallery-plugin.php:950
268
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
269
  msgstr ""
270
 
271
- #: gallery-plugin.php:951
272
  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:"
273
  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:"
274
 
275
- #: gallery-plugin.php:953
276
  #, fuzzy
277
  msgid "Please enable JavaScript to use the option to renew images."
278
  msgstr "Uploader'ı kullanmak için JavaScript desteğini aktifleştirmelisiniz."
279
 
280
- #: gallery-plugin.php:957
281
  msgid "Update images for gallery"
282
  msgstr ""
283
 
284
- #: gallery-plugin.php:959
285
  #, fuzzy
286
  msgid "Update images"
287
  msgstr "görselleri sırala"
288
 
289
- #: gallery-plugin.php:964
290
  msgid "Updating images..."
291
  msgstr ""
292
 
293
- #: gallery-plugin.php:965
294
  #, fuzzy
295
  msgid "No image found"
296
  msgstr "Galeri bulunamadı"
297
 
298
- #: gallery-plugin.php:966
299
  msgid "All images are updated"
300
  msgstr ""
301
 
302
- #: gallery-plugin.php:967
303
  msgid "Error."
304
  msgstr ""
305
 
306
- #: gallery-plugin.php:973
307
  msgid "Image size for the album cover"
308
  msgstr "Albüm kapağı için resim boyuru"
309
 
310
- #: gallery-plugin.php:975
311
- #: gallery-plugin.php:983
312
- #: gallery-plugin.php:999
313
  msgid "Image size"
314
  msgstr "Resim boyutu"
315
 
316
- #: gallery-plugin.php:976
317
- #: gallery-plugin.php:984
318
  msgid "Width (in px)"
319
  msgstr "Yatay boyut (px)"
320
 
321
- #: gallery-plugin.php:977
322
- #: gallery-plugin.php:985
323
  msgid "Height (in px)"
324
  msgstr "Yükseklik (px)"
325
 
326
- #: gallery-plugin.php:981
327
  msgid "Gallery image size"
328
  msgstr "Galeri resim boyutu"
329
 
330
- #: gallery-plugin.php:989
331
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
332
  msgstr "Yeni bir resim yüklediğinizde Wordpress belirlernen boyutlarda bir thumbnail oluşturacaktır."
333
 
334
- #: gallery-plugin.php:997
335
  msgid "Gallery image size in the lightbox"
336
  msgstr "Lightbox içerisindeki resim boyutu"
337
 
338
- #: gallery-plugin.php:1000
339
  msgid "Max width (in px)"
340
  msgstr "Maksimum yatay boyut (px)"
341
 
342
- #: gallery-plugin.php:1001
343
  msgid "Max height (in px)"
344
  msgstr "Maksimum yükseklik (px)"
345
 
346
- #: gallery-plugin.php:1002
347
  msgid "Display a full size image in the lightbox"
348
  msgstr "Lightbox içerisinde tam boyutlu resim göster"
349
 
350
- #: gallery-plugin.php:1006
351
  msgid "Crop position"
352
  msgstr "Kırpma konumu"
353
 
354
- #: gallery-plugin.php:1008
355
  msgid "Horizontal"
356
  msgstr "Yatay"
357
 
358
- #: gallery-plugin.php:1010
359
  msgid "left"
360
  msgstr "sol"
361
 
362
- #: gallery-plugin.php:1011
363
- #: gallery-plugin.php:1018
364
  msgid "center"
365
  msgstr "orta"
366
 
367
- #: gallery-plugin.php:1012
368
  msgid "right"
369
  msgstr "sağ"
370
 
371
- #: gallery-plugin.php:1015
372
  msgid "Vertical"
373
  msgstr "Dikey"
374
 
375
- #: gallery-plugin.php:1017
376
  msgid "top"
377
  msgstr "üst"
378
 
379
- #: gallery-plugin.php:1019
380
  msgid "bottom"
381
  msgstr "alt"
382
 
383
- #: gallery-plugin.php:1024
384
  msgid "Lightbox background"
385
  msgstr "Lightbox arkaplanı"
386
 
387
- #: gallery-plugin.php:1026
388
  msgid "Default"
389
  msgstr "Öntanımlı"
390
 
391
- #: gallery-plugin.php:1027
392
  msgid "Background transparency (from 0 to 1)"
393
  msgstr "Arkaplan saydamlığı (0 - 10 arasında)"
394
 
395
- #: gallery-plugin.php:1029
396
  msgid "Select a background color"
397
  msgstr "Arkaplan rengi seçiniz"
398
 
399
- #: gallery-plugin.php:1031
400
  msgid "Background color"
401
  msgstr "Arka plan rengi"
402
 
403
- #: gallery-plugin.php:1038
404
- #: gallery-plugin.php:1211
405
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
406
  msgstr ""
407
 
408
- #: gallery-plugin.php:1045
409
- #: gallery-plugin.php:1218
410
  msgid "Unlock premium options by upgrading to a PRO version."
411
  msgstr ""
412
 
413
- #: gallery-plugin.php:1046
414
- #: gallery-plugin.php:1219
415
- #: gallery-plugin.php:2039
416
  #, fuzzy
417
  msgid "Learn More"
418
  msgstr "Devamını Oku"
419
 
420
- #: gallery-plugin.php:1050
421
- #: gallery-plugin.php:1223
422
  msgid "Start Your Trial"
423
  msgstr ""
424
 
425
- #: gallery-plugin.php:1051
426
- #: gallery-plugin.php:1224
427
- #: gallery-plugin.php:1278
428
- #: gallery-plugin.php:1288
429
  msgid "or"
430
  msgstr ""
431
 
432
- #: gallery-plugin.php:1054
433
- #: gallery-plugin.php:1227
434
  msgid "Go"
435
  msgstr ""
436
 
437
- #: gallery-plugin.php:1062
438
  msgid "Images with border"
439
  msgstr "Çerçeveli resimler"
440
 
441
- #: gallery-plugin.php:1065
442
  msgid "Border width in px, just numbers"
443
  msgstr "Çerçeve kalınlığı (px) [sadece sayı yazınız]"
444
 
445
- #: gallery-plugin.php:1067
446
- #: gallery-plugin.php:1069
447
  msgid "Select a border color"
448
  msgstr "Çerçeve rengi seçiniz"
449
 
450
- #: gallery-plugin.php:1075
451
  msgid "Number of images in the row"
452
  msgstr "Bir satırdaki resim sayısı"
453
 
454
- #: gallery-plugin.php:1081
455
  msgid "Start slideshow"
456
  msgstr "Slayt gösterisini başlat"
457
 
458
- #: gallery-plugin.php:1087
459
  msgid "Slideshow interval"
460
  msgstr "Slayt gösterisi sıklığı"
461
 
462
- #: gallery-plugin.php:1093
463
  msgid "Use single lightbox for multiple galleries on one page"
464
  msgstr ""
465
 
466
- #: gallery-plugin.php:1101
467
  msgid "Attachment ID"
468
  msgstr "Ek ID"
469
 
470
- #: gallery-plugin.php:1102
471
  msgid "Image Name"
472
  msgstr "Resim İsmi"
473
 
474
- #: gallery-plugin.php:1104
475
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
476
  msgstr "Sıralama"
477
 
478
- #: gallery-plugin.php:1105
479
  msgid "Random"
480
  msgstr "Rastgele"
481
 
482
- #: gallery-plugin.php:1109
483
  msgid "Sort images"
484
  msgstr "Resimleri sırala"
485
 
486
- #: gallery-plugin.php:1111
487
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
488
  msgstr "Artan Sırada (1,2,3; a,b,c)"
489
 
490
- #: gallery-plugin.php:1112
491
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
492
  msgstr "Azalan Sırada (3,2,1;c,b,a)"
493
 
494
- #: gallery-plugin.php:1116
495
  msgid "Display text above the image"
496
  msgstr "Görsel üzerinde yazı göster"
497
 
498
- #: gallery-plugin.php:1118
499
  #, fuzzy
500
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
501
  msgstr "Eğer lightbox içerisinde yazı göstermek isterseniz"
502
 
503
- #: gallery-plugin.php:1122
504
  msgid "Display the Back link"
505
  msgstr "Geri linkini göster"
506
 
507
- #: gallery-plugin.php:1128
508
  msgid "Display the Back link in the shortcode"
509
  msgstr "Kısa kodda Geri linkini göster"
510
 
511
- #: gallery-plugin.php:1134
512
  msgid "The Back link text"
513
  msgstr "Geri linki başlığı"
514
 
515
- #: gallery-plugin.php:1140
516
  msgid "The Back link URL"
517
  msgstr "Geri linki URL'si"
518
 
519
- #: gallery-plugin.php:1142
520
  msgid "Gallery page (Page with Gallery Template)"
521
  msgstr "Galeri sayfası"
522
 
523
- #: gallery-plugin.php:1144
524
  msgid "(Full URL to custom page)"
525
  msgstr "(Özel sayfaya(custom page) tam link)"
526
 
527
- #: gallery-plugin.php:1148
528
  msgid "The Read More link text"
529
  msgstr "Devamını oku linki için etiket"
530
 
531
- #: gallery-plugin.php:1154
532
  msgid "Add gallery to the search"
533
  msgstr ""
534
 
535
- #: gallery-plugin.php:1164
536
  msgid "Using"
537
  msgstr ""
538
 
539
- #: gallery-plugin.php:1164
540
  msgid "powered by"
541
  msgstr ""
542
 
543
- #: gallery-plugin.php:1167
544
  #: gallery-plugin.php:1171
 
545
  msgid "Using Custom Search powered by"
546
  msgstr ""
547
 
548
- #: gallery-plugin.php:1167
549
  msgid "Activate Custom Search"
550
  msgstr ""
551
 
552
- #: gallery-plugin.php:1171
553
  msgid "Download Custom Search"
554
  msgstr ""
555
 
556
- #: gallery-plugin.php:1181
 
 
 
 
 
 
 
 
557
  msgid "The lightbox helper"
558
  msgstr ""
559
 
560
- #: gallery-plugin.php:1183
561
  msgid "Do not use"
562
  msgstr ""
563
 
564
- #: gallery-plugin.php:1184
565
  msgid "Button helper"
566
  msgstr ""
567
 
568
- #: gallery-plugin.php:1185
569
  msgid "Thumbnail helper"
570
  msgstr ""
571
 
572
- #: gallery-plugin.php:1189
573
  msgid "Display Like buttons in the lightbox"
574
  msgstr "Lightbox içerisinde beğen butonlarını göster"
575
 
576
- #: gallery-plugin.php:1191
577
  msgid "FaceBook"
578
  msgstr "Facebook"
579
 
580
- #: gallery-plugin.php:1192
581
  msgid "Twitter"
582
  msgstr "Twitter"
583
 
584
- #: gallery-plugin.php:1193
585
  msgid "Pinterest"
586
  msgstr "Pinterest"
587
 
588
- #: gallery-plugin.php:1194
589
  msgid "Google +1"
590
  msgstr "Google +1"
591
 
592
- #: gallery-plugin.php:1198
593
  #, fuzzy
594
  msgid "Slug for gallery item"
595
  msgstr "Розмір зображення галерея"
596
 
597
- #: gallery-plugin.php:1200
598
  msgid "for any structure of permalinks except the default structure"
599
  msgstr ""
600
 
601
- #: gallery-plugin.php:1204
602
  msgid "Title for lightbox button"
603
  msgstr ""
604
 
605
- #: gallery-plugin.php:1235
606
  msgid "Save Changes"
607
  msgstr "Değişiklikleri Kaydet"
608
 
609
- #: gallery-plugin.php:1241
610
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
611
  msgstr ""
612
 
613
- #: gallery-plugin.php:1242
614
  #, fuzzy
615
  msgid "Rate the plugin"
616
  msgstr "Ücretsiz eklentiler"
617
 
618
- #: gallery-plugin.php:1245
619
  #, fuzzy
620
  msgid "If there is something wrong about it, please contact us"
621
  msgstr "Herhangi bir sorunuz olursa lütfen bizimle iletişime geçiniz: "
622
 
623
- #: gallery-plugin.php:1256
624
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
625
  msgstr ""
626
 
627
- #: gallery-plugin.php:1258
628
  msgid "Please, go to"
629
  msgstr ""
630
 
631
- #: gallery-plugin.php:1258
632
  #, fuzzy
633
  msgid "the setting page"
634
  msgstr "Eklenti ayarları: ("
635
 
636
- #: gallery-plugin.php:1259
637
  msgid "You will be redirected automatically in 5 seconds."
638
  msgstr ""
639
 
640
- #: gallery-plugin.php:1264
641
  msgid "You can download and activate"
642
  msgstr ""
643
 
644
- #: gallery-plugin.php:1266
645
  msgid "version of this plugin by entering Your license key."
646
  msgstr ""
647
 
648
- #: gallery-plugin.php:1268
649
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
650
  msgstr ""
651
 
652
- #: gallery-plugin.php:1270
653
  msgid "(your username is the email you specify when purchasing the product)."
654
  msgstr ""
655
 
656
- #: gallery-plugin.php:1278
657
- #: gallery-plugin.php:1288
658
  #, fuzzy
659
  msgid "Activate"
660
  msgstr "Etkinleştirilmiş eklentiler"
661
 
662
- #: gallery-plugin.php:1278
663
- #: gallery-plugin.php:1288
664
  msgid "Start Your Free 7-Day Trial Now"
665
  msgstr ""
666
 
667
- #: gallery-plugin.php:1306
668
  msgid "Support"
669
  msgstr "Destek"
670
 
671
- #: gallery-plugin.php:1434
672
- #: template/gallery-single-template.php:13
673
  msgid "Download high resolution image"
674
  msgstr "Yüksek çözünürlüklü görseli indir"
675
 
676
- #: gallery-plugin.php:1543
677
- #: template/gallery-single-template.php:76
678
  msgid "Sorry, nothing found."
679
  msgstr "Üzgünüz, sonuç bulunamadı."
680
 
681
- #: gallery-plugin.php:1565
682
- #: template/gallery-single-template.php:102
683
  msgid "Image"
684
  msgstr "Görsel"
685
 
686
- #: gallery-plugin.php:1856
687
  #, fuzzy
688
  msgid "Image size not defined"
689
  msgstr "Resim boyutu"
690
 
691
- #: gallery-plugin.php:1871
692
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
693
  msgstr ""
694
 
695
- #: gallery-plugin.php:1882
696
  msgid "Image size changes not defined"
697
  msgstr ""
698
 
699
- #: gallery-plugin.php:1911
700
- #: gallery-plugin.php:1914
701
- #: gallery-plugin.php:1919
702
  msgid "Invalid path"
703
  msgstr ""
704
 
705
- #: gallery-plugin.php:2042
706
  msgid "It’s time to upgrade your <strong>Gallery plugin</strong> to <strong>PRO</strong> version!"
707
  msgstr ""
708
 
709
- #: gallery-plugin.php:2043
710
  msgid "Extend standard plugin functionality with new great options"
711
  msgstr ""
712
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-11 12:00+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"
114
  msgstr "Lütfen bir seçim yapınız"
115
 
116
  #: gallery-plugin.php:374
117
+ #: gallery-plugin.php:1103
118
  msgid "Sort images by"
119
  msgstr "Resimleri sırala buna göre sırala"
120
 
194
  msgstr "Yayınlama"
195
 
196
  #: gallery-plugin.php:641
197
+ #: gallery-plugin.php:1107
198
  msgid "Date"
199
  msgstr "Tarih"
200
 
202
  msgid "Settings are saved"
203
  msgstr "Ayarlar kaydedildi"
204
 
205
+ #: gallery-plugin.php:834
206
  #: gallery-plugin.php:874
207
  msgid "Wrong license key"
208
  msgstr ""
209
 
210
+ #: gallery-plugin.php:866
211
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
212
  msgstr ""
213
 
216
  msgstr ""
217
 
218
  #: gallery-plugin.php:878
219
+ #: gallery-plugin.php:1292
220
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
221
  msgstr ""
222
 
223
+ #: gallery-plugin.php:880
224
+ msgid "This license key is valid, but your license has expired."
225
+ msgstr ""
226
+
227
+ #: gallery-plugin.php:882
228
+ msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
229
+ msgstr ""
230
+
231
+ #: gallery-plugin.php:899
232
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
233
  msgstr ""
234
 
235
+ #: gallery-plugin.php:905
236
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
237
  msgstr ""
238
 
239
+ #: gallery-plugin.php:909
240
+ #: gallery-plugin.php:918
241
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
242
  msgstr ""
243
 
244
+ #: gallery-plugin.php:922
245
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
246
  msgstr ""
247
 
248
+ #: gallery-plugin.php:937
249
  msgid "Please, enter Your license key"
250
  msgstr ""
251
 
252
+ #: gallery-plugin.php:945
253
  msgid "Gallery Settings"
254
  msgstr "Galeri ayarları"
255
 
256
+ #: gallery-plugin.php:947
257
+ #: gallery-plugin.php:1314
258
+ #: gallery-plugin.php:1330
259
  msgid "Settings"
260
  msgstr "Ayarlar"
261
 
262
+ #: gallery-plugin.php:948
263
+ #: gallery-plugin.php:1315
264
  msgid "FAQ"
265
  msgstr "SSS"
266
 
267
+ #: gallery-plugin.php:949
268
  msgid "Go PRO"
269
  msgstr ""
270
 
271
+ #: gallery-plugin.php:954
272
  msgid "Notice:"
273
  msgstr ""
274
 
275
+ #: gallery-plugin.php:954
276
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
277
  msgstr ""
278
 
279
+ #: gallery-plugin.php:955
280
  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:"
281
  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:"
282
 
283
+ #: gallery-plugin.php:957
284
  #, fuzzy
285
  msgid "Please enable JavaScript to use the option to renew images."
286
  msgstr "Uploader'ı kullanmak için JavaScript desteğini aktifleştirmelisiniz."
287
 
288
+ #: gallery-plugin.php:961
289
  msgid "Update images for gallery"
290
  msgstr ""
291
 
292
+ #: gallery-plugin.php:963
293
  #, fuzzy
294
  msgid "Update images"
295
  msgstr "görselleri sırala"
296
 
297
+ #: gallery-plugin.php:968
298
  msgid "Updating images..."
299
  msgstr ""
300
 
301
+ #: gallery-plugin.php:969
302
  #, fuzzy
303
  msgid "No image found"
304
  msgstr "Galeri bulunamadı"
305
 
306
+ #: gallery-plugin.php:970
307
  msgid "All images are updated"
308
  msgstr ""
309
 
310
+ #: gallery-plugin.php:971
311
  msgid "Error."
312
  msgstr ""
313
 
314
+ #: gallery-plugin.php:977
315
  msgid "Image size for the album cover"
316
  msgstr "Albüm kapağı için resim boyuru"
317
 
318
+ #: gallery-plugin.php:979
319
+ #: gallery-plugin.php:987
320
+ #: gallery-plugin.php:1003
321
  msgid "Image size"
322
  msgstr "Resim boyutu"
323
 
324
+ #: gallery-plugin.php:980
325
+ #: gallery-plugin.php:988
326
  msgid "Width (in px)"
327
  msgstr "Yatay boyut (px)"
328
 
329
+ #: gallery-plugin.php:981
330
+ #: gallery-plugin.php:989
331
  msgid "Height (in px)"
332
  msgstr "Yükseklik (px)"
333
 
334
+ #: gallery-plugin.php:985
335
  msgid "Gallery image size"
336
  msgstr "Galeri resim boyutu"
337
 
338
+ #: gallery-plugin.php:993
339
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
340
  msgstr "Yeni bir resim yüklediğinizde Wordpress belirlernen boyutlarda bir thumbnail oluşturacaktır."
341
 
342
+ #: gallery-plugin.php:1001
343
  msgid "Gallery image size in the lightbox"
344
  msgstr "Lightbox içerisindeki resim boyutu"
345
 
346
+ #: gallery-plugin.php:1004
347
  msgid "Max width (in px)"
348
  msgstr "Maksimum yatay boyut (px)"
349
 
350
+ #: gallery-plugin.php:1005
351
  msgid "Max height (in px)"
352
  msgstr "Maksimum yükseklik (px)"
353
 
354
+ #: gallery-plugin.php:1006
355
  msgid "Display a full size image in the lightbox"
356
  msgstr "Lightbox içerisinde tam boyutlu resim göster"
357
 
358
+ #: gallery-plugin.php:1010
359
  msgid "Crop position"
360
  msgstr "Kırpma konumu"
361
 
362
+ #: gallery-plugin.php:1012
363
  msgid "Horizontal"
364
  msgstr "Yatay"
365
 
366
+ #: gallery-plugin.php:1014
367
  msgid "left"
368
  msgstr "sol"
369
 
370
+ #: gallery-plugin.php:1015
371
+ #: gallery-plugin.php:1022
372
  msgid "center"
373
  msgstr "orta"
374
 
375
+ #: gallery-plugin.php:1016
376
  msgid "right"
377
  msgstr "sağ"
378
 
379
+ #: gallery-plugin.php:1019
380
  msgid "Vertical"
381
  msgstr "Dikey"
382
 
383
+ #: gallery-plugin.php:1021
384
  msgid "top"
385
  msgstr "üst"
386
 
387
+ #: gallery-plugin.php:1023
388
  msgid "bottom"
389
  msgstr "alt"
390
 
391
+ #: gallery-plugin.php:1028
392
  msgid "Lightbox background"
393
  msgstr "Lightbox arkaplanı"
394
 
395
+ #: gallery-plugin.php:1030
396
  msgid "Default"
397
  msgstr "Öntanımlı"
398
 
399
+ #: gallery-plugin.php:1031
400
  msgid "Background transparency (from 0 to 1)"
401
  msgstr "Arkaplan saydamlığı (0 - 10 arasında)"
402
 
403
+ #: gallery-plugin.php:1033
404
  msgid "Select a background color"
405
  msgstr "Arkaplan rengi seçiniz"
406
 
407
+ #: gallery-plugin.php:1035
408
  msgid "Background color"
409
  msgstr "Arka plan rengi"
410
 
411
+ #: gallery-plugin.php:1042
412
+ #: gallery-plugin.php:1222
413
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
414
  msgstr ""
415
 
416
+ #: gallery-plugin.php:1049
417
+ #: gallery-plugin.php:1229
418
  msgid "Unlock premium options by upgrading to a PRO version."
419
  msgstr ""
420
 
421
+ #: gallery-plugin.php:1050
422
+ #: gallery-plugin.php:1230
423
+ #: gallery-plugin.php:2049
424
  #, fuzzy
425
  msgid "Learn More"
426
  msgstr "Devamını Oku"
427
 
428
+ #: gallery-plugin.php:1054
429
+ #: gallery-plugin.php:1234
430
  msgid "Start Your Trial"
431
  msgstr ""
432
 
433
+ #: gallery-plugin.php:1055
434
+ #: gallery-plugin.php:1235
435
+ #: gallery-plugin.php:1289
436
+ #: gallery-plugin.php:1299
437
  msgid "or"
438
  msgstr ""
439
 
440
+ #: gallery-plugin.php:1058
441
+ #: gallery-plugin.php:1238
442
  msgid "Go"
443
  msgstr ""
444
 
445
+ #: gallery-plugin.php:1066
446
  msgid "Images with border"
447
  msgstr "Çerçeveli resimler"
448
 
449
+ #: gallery-plugin.php:1069
450
  msgid "Border width in px, just numbers"
451
  msgstr "Çerçeve kalınlığı (px) [sadece sayı yazınız]"
452
 
453
+ #: gallery-plugin.php:1071
454
+ #: gallery-plugin.php:1073
455
  msgid "Select a border color"
456
  msgstr "Çerçeve rengi seçiniz"
457
 
458
+ #: gallery-plugin.php:1079
459
  msgid "Number of images in the row"
460
  msgstr "Bir satırdaki resim sayısı"
461
 
462
+ #: gallery-plugin.php:1085
463
  msgid "Start slideshow"
464
  msgstr "Slayt gösterisini başlat"
465
 
466
+ #: gallery-plugin.php:1091
467
  msgid "Slideshow interval"
468
  msgstr "Slayt gösterisi sıklığı"
469
 
470
+ #: gallery-plugin.php:1097
471
  msgid "Use single lightbox for multiple galleries on one page"
472
  msgstr ""
473
 
474
+ #: gallery-plugin.php:1105
475
  msgid "Attachment ID"
476
  msgstr "Ek ID"
477
 
478
+ #: gallery-plugin.php:1106
479
  msgid "Image Name"
480
  msgstr "Resim İsmi"
481
 
482
+ #: gallery-plugin.php:1108
483
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
484
  msgstr "Sıralama"
485
 
486
+ #: gallery-plugin.php:1109
487
  msgid "Random"
488
  msgstr "Rastgele"
489
 
490
+ #: gallery-plugin.php:1113
491
  msgid "Sort images"
492
  msgstr "Resimleri sırala"
493
 
494
+ #: gallery-plugin.php:1115
495
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
496
  msgstr "Artan Sırada (1,2,3; a,b,c)"
497
 
498
+ #: gallery-plugin.php:1116
499
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
500
  msgstr "Azalan Sırada (3,2,1;c,b,a)"
501
 
502
+ #: gallery-plugin.php:1120
503
  msgid "Display text above the image"
504
  msgstr "Görsel üzerinde yazı göster"
505
 
506
+ #: gallery-plugin.php:1122
507
  #, fuzzy
508
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
509
  msgstr "Eğer lightbox içerisinde yazı göstermek isterseniz"
510
 
511
+ #: gallery-plugin.php:1126
512
  msgid "Display the Back link"
513
  msgstr "Geri linkini göster"
514
 
515
+ #: gallery-plugin.php:1132
516
  msgid "Display the Back link in the shortcode"
517
  msgstr "Kısa kodda Geri linkini göster"
518
 
519
+ #: gallery-plugin.php:1138
520
  msgid "The Back link text"
521
  msgstr "Geri linki başlığı"
522
 
523
+ #: gallery-plugin.php:1144
524
  msgid "The Back link URL"
525
  msgstr "Geri linki URL'si"
526
 
527
+ #: gallery-plugin.php:1146
528
  msgid "Gallery page (Page with Gallery Template)"
529
  msgstr "Galeri sayfası"
530
 
531
+ #: gallery-plugin.php:1148
532
  msgid "(Full URL to custom page)"
533
  msgstr "(Özel sayfaya(custom page) tam link)"
534
 
535
+ #: gallery-plugin.php:1152
536
  msgid "The Read More link text"
537
  msgstr "Devamını oku linki için etiket"
538
 
539
+ #: gallery-plugin.php:1158
540
  msgid "Add gallery to the search"
541
  msgstr ""
542
 
543
+ #: gallery-plugin.php:1168
544
  msgid "Using"
545
  msgstr ""
546
 
547
+ #: gallery-plugin.php:1168
548
  msgid "powered by"
549
  msgstr ""
550
 
 
551
  #: gallery-plugin.php:1171
552
+ #: gallery-plugin.php:1175
553
  msgid "Using Custom Search powered by"
554
  msgstr ""
555
 
556
+ #: gallery-plugin.php:1171
557
  msgid "Activate Custom Search"
558
  msgstr ""
559
 
560
+ #: gallery-plugin.php:1175
561
  msgid "Download Custom Search"
562
  msgstr ""
563
 
564
+ #: gallery-plugin.php:1185
565
+ msgid "Use pagination for images"
566
+ msgstr ""
567
+
568
+ #: gallery-plugin.php:1188
569
+ msgid "per page"
570
+ msgstr ""
571
+
572
+ #: gallery-plugin.php:1192
573
  msgid "The lightbox helper"
574
  msgstr ""
575
 
576
+ #: gallery-plugin.php:1194
577
  msgid "Do not use"
578
  msgstr ""
579
 
580
+ #: gallery-plugin.php:1195
581
  msgid "Button helper"
582
  msgstr ""
583
 
584
+ #: gallery-plugin.php:1196
585
  msgid "Thumbnail helper"
586
  msgstr ""
587
 
588
+ #: gallery-plugin.php:1200
589
  msgid "Display Like buttons in the lightbox"
590
  msgstr "Lightbox içerisinde beğen butonlarını göster"
591
 
592
+ #: gallery-plugin.php:1202
593
  msgid "FaceBook"
594
  msgstr "Facebook"
595
 
596
+ #: gallery-plugin.php:1203
597
  msgid "Twitter"
598
  msgstr "Twitter"
599
 
600
+ #: gallery-plugin.php:1204
601
  msgid "Pinterest"
602
  msgstr "Pinterest"
603
 
604
+ #: gallery-plugin.php:1205
605
  msgid "Google +1"
606
  msgstr "Google +1"
607
 
608
+ #: gallery-plugin.php:1209
609
  #, fuzzy
610
  msgid "Slug for gallery item"
611
  msgstr "Розмір зображення галерея"
612
 
613
+ #: gallery-plugin.php:1211
614
  msgid "for any structure of permalinks except the default structure"
615
  msgstr ""
616
 
617
+ #: gallery-plugin.php:1215
618
  msgid "Title for lightbox button"
619
  msgstr ""
620
 
621
+ #: gallery-plugin.php:1246
622
  msgid "Save Changes"
623
  msgstr "Değişiklikleri Kaydet"
624
 
625
+ #: gallery-plugin.php:1252
626
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
627
  msgstr ""
628
 
629
+ #: gallery-plugin.php:1253
630
  #, fuzzy
631
  msgid "Rate the plugin"
632
  msgstr "Ücretsiz eklentiler"
633
 
634
+ #: gallery-plugin.php:1256
635
  #, fuzzy
636
  msgid "If there is something wrong about it, please contact us"
637
  msgstr "Herhangi bir sorunuz olursa lütfen bizimle iletişime geçiniz: "
638
 
639
+ #: gallery-plugin.php:1267
640
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
641
  msgstr ""
642
 
643
+ #: gallery-plugin.php:1269
644
  msgid "Please, go to"
645
  msgstr ""
646
 
647
+ #: gallery-plugin.php:1269
648
  #, fuzzy
649
  msgid "the setting page"
650
  msgstr "Eklenti ayarları: ("
651
 
652
+ #: gallery-plugin.php:1270
653
  msgid "You will be redirected automatically in 5 seconds."
654
  msgstr ""
655
 
656
+ #: gallery-plugin.php:1275
657
  msgid "You can download and activate"
658
  msgstr ""
659
 
660
+ #: gallery-plugin.php:1277
661
  msgid "version of this plugin by entering Your license key."
662
  msgstr ""
663
 
664
+ #: gallery-plugin.php:1279
665
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
666
  msgstr ""
667
 
668
+ #: gallery-plugin.php:1281
669
  msgid "(your username is the email you specify when purchasing the product)."
670
  msgstr ""
671
 
672
+ #: gallery-plugin.php:1289
673
+ #: gallery-plugin.php:1299
674
  #, fuzzy
675
  msgid "Activate"
676
  msgstr "Etkinleştirilmiş eklentiler"
677
 
678
+ #: gallery-plugin.php:1289
679
+ #: gallery-plugin.php:1299
680
  msgid "Start Your Free 7-Day Trial Now"
681
  msgstr ""
682
 
683
+ #: gallery-plugin.php:1316
684
  msgid "Support"
685
  msgstr "Destek"
686
 
687
+ #: gallery-plugin.php:1444
688
+ #: template/gallery-single-template.php:14
689
  msgid "Download high resolution image"
690
  msgstr "Yüksek çözünürlüklü görseli indir"
691
 
692
+ #: gallery-plugin.php:1553
693
+ #: template/gallery-single-template.php:77
694
  msgid "Sorry, nothing found."
695
  msgstr "Üzgünüz, sonuç bulunamadı."
696
 
697
+ #: gallery-plugin.php:1575
698
+ #: template/gallery-single-template.php:104
699
  msgid "Image"
700
  msgstr "Görsel"
701
 
702
+ #: gallery-plugin.php:1866
703
  #, fuzzy
704
  msgid "Image size not defined"
705
  msgstr "Resim boyutu"
706
 
707
+ #: gallery-plugin.php:1881
708
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
709
  msgstr ""
710
 
711
+ #: gallery-plugin.php:1892
712
  msgid "Image size changes not defined"
713
  msgstr ""
714
 
715
+ #: gallery-plugin.php:1921
716
+ #: gallery-plugin.php:1924
717
+ #: gallery-plugin.php:1929
718
  msgid "Invalid path"
719
  msgstr ""
720
 
721
+ #: gallery-plugin.php:2052
722
  msgid "It’s time to upgrade your <strong>Gallery plugin</strong> to <strong>PRO</strong> version!"
723
  msgstr ""
724
 
725
+ #: gallery-plugin.php:2053
726
  msgid "Extend standard plugin functionality with new great options"
727
  msgstr ""
728
 
languages/gallery-uk.mo CHANGED
Binary file
languages/gallery-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-05-15 17:39+0300\n"
6
- "PO-Revision-Date: 2014-05-15 17:39+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"
@@ -112,7 +112,7 @@ msgid "Please make a choice"
112
  msgstr "Будь ласка, виберіть"
113
 
114
  #: gallery-plugin.php:374
115
- #: gallery-plugin.php:1099
116
  msgid "Sort images by"
117
  msgstr "Сортувати зображення за "
118
 
@@ -190,7 +190,7 @@ msgid "Publishing"
190
  msgstr "Публікація"
191
 
192
  #: gallery-plugin.php:641
193
- #: gallery-plugin.php:1103
194
  msgid "Date"
195
  msgstr "Дата"
196
 
@@ -198,12 +198,12 @@ msgstr "Дата"
198
  msgid "Settings are saved"
199
  msgstr "Налаштування збережено."
200
 
201
- #: gallery-plugin.php:835
202
  #: gallery-plugin.php:874
203
  msgid "Wrong license key"
204
  msgstr "Невірний ліцензійний ключ"
205
 
206
- #: gallery-plugin.php:867
207
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
208
  msgstr "Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, повідомте нам <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Просимо вибачення за незручності. "
209
 
@@ -212,487 +212,505 @@ msgid "This license key is bind to another site"
212
  msgstr "Цей ліцензійний ключ прив'язаний до іншого сайту"
213
 
214
  #: gallery-plugin.php:878
215
- #: gallery-plugin.php:1281
216
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
217
  msgstr "На жаль, ви перевищили добовий ліміт спроб. Будь ласка, завантажте плагін вручну."
218
 
219
- #: gallery-plugin.php:895
 
 
 
 
 
 
 
 
 
220
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
221
  msgstr "Помилка при відкритті zip архіву. Будь ласка, завантажте плагін вручну"
222
 
223
- #: gallery-plugin.php:901
224
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
225
  msgstr "Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін вручну"
226
 
227
- #: gallery-plugin.php:905
228
- #: gallery-plugin.php:914
229
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
230
  msgstr "Помилка при завантаженні zip архіву. Будь ласка, завантажте плагін вручну"
231
 
232
- #: gallery-plugin.php:918
233
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
234
  msgstr "Щось не так. Спробуйте пізніше або завантажте плагін вручну. Просимо вибачення за незручності."
235
 
236
- #: gallery-plugin.php:933
237
  msgid "Please, enter Your license key"
238
  msgstr "Будь ласка, введіть ліцензійний ключ"
239
 
240
- #: gallery-plugin.php:941
241
  msgid "Gallery Settings"
242
  msgstr "Налаштування Gallery"
243
 
244
- #: gallery-plugin.php:943
245
- #: gallery-plugin.php:1304
246
- #: gallery-plugin.php:1320
247
  msgid "Settings"
248
  msgstr "Налаштування"
249
 
250
- #: gallery-plugin.php:944
251
- #: gallery-plugin.php:1305
252
  msgid "FAQ"
253
  msgstr "Часті питання"
254
 
255
- #: gallery-plugin.php:945
256
  msgid "Go PRO"
257
  msgstr "Придбати ПРО версію"
258
 
259
- #: gallery-plugin.php:950
260
  msgid "Notice:"
261
  msgstr "Зверніть увагу:"
262
 
263
- #: gallery-plugin.php:950
264
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
265
  msgstr "Налаштування плагіну змінились. Щоб зберегти їх, клікніть на \"Зберегти зміни\" при виході"
266
 
267
- #: gallery-plugin.php:951
268
  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:"
269
  msgstr "Якщо ви хочете додати галерею на вашу сторінку або пост, просто скопіюйте та розмістіть цей шорткод в контент вашого посту або сторінки."
270
 
271
- #: gallery-plugin.php:953
272
  msgid "Please enable JavaScript to use the option to renew images."
273
  msgstr "Щоб використовувати файл uploader, будь ласка, увімкніть JavaScript."
274
 
275
- #: gallery-plugin.php:957
276
  msgid "Update images for gallery"
277
  msgstr "Оновити зображення галереї"
278
 
279
- #: gallery-plugin.php:959
280
  msgid "Update images"
281
  msgstr "Оновити зображення"
282
 
283
- #: gallery-plugin.php:964
284
  msgid "Updating images..."
285
  msgstr "Оновлення зображень…"
286
 
287
- #: gallery-plugin.php:965
288
  msgid "No image found"
289
  msgstr "Зображення не знайдено"
290
 
291
- #: gallery-plugin.php:966
292
  msgid "All images are updated"
293
  msgstr "Всі зображення оновлено"
294
 
295
- #: gallery-plugin.php:967
296
  msgid "Error."
297
  msgstr "Помилка."
298
 
299
- #: gallery-plugin.php:973
300
  msgid "Image size for the album cover"
301
  msgstr "Розмір зображення для обкладинки альбому"
302
 
303
- #: gallery-plugin.php:975
304
- #: gallery-plugin.php:983
305
- #: gallery-plugin.php:999
306
  msgid "Image size"
307
  msgstr "Розмір зображення"
308
 
309
- #: gallery-plugin.php:976
310
- #: gallery-plugin.php:984
311
  msgid "Width (in px)"
312
  msgstr "Ширина (в px)"
313
 
314
- #: gallery-plugin.php:977
315
- #: gallery-plugin.php:985
316
  msgid "Height (in px)"
317
  msgstr "Висота (в px)"
318
 
319
- #: gallery-plugin.php:981
320
  msgid "Gallery image size"
321
  msgstr "Розмір зображення галереї"
322
 
323
- #: gallery-plugin.php:989
324
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
325
  msgstr "Коли ви завантажите нове зображення, WordPress створить іконки відповідно до заданих розмірів. "
326
 
327
- #: gallery-plugin.php:997
328
  msgid "Gallery image size in the lightbox"
329
  msgstr "Розмір зображень галереї в лайтбоксі"
330
 
331
- #: gallery-plugin.php:1000
332
  msgid "Max width (in px)"
333
  msgstr "Макс. ширина (в px)"
334
 
335
- #: gallery-plugin.php:1001
336
  msgid "Max height (in px)"
337
  msgstr "Макс. висота (в px)"
338
 
339
- #: gallery-plugin.php:1002
340
  msgid "Display a full size image in the lightbox"
341
  msgstr "Відображати повне зображення в лайтбоксі"
342
 
343
- #: gallery-plugin.php:1006
344
  msgid "Crop position"
345
  msgstr "Обрізання"
346
 
347
- #: gallery-plugin.php:1008
348
  msgid "Horizontal"
349
  msgstr "Горизонтальна"
350
 
351
- #: gallery-plugin.php:1010
352
  msgid "left"
353
  msgstr "зліва"
354
 
355
- #: gallery-plugin.php:1011
356
- #: gallery-plugin.php:1018
357
  msgid "center"
358
  msgstr "центр"
359
 
360
- #: gallery-plugin.php:1012
361
  msgid "right"
362
  msgstr "справа"
363
 
364
- #: gallery-plugin.php:1015
365
  msgid "Vertical"
366
  msgstr "Вертикальна"
367
 
368
- #: gallery-plugin.php:1017
369
  msgid "top"
370
  msgstr "верх"
371
 
372
- #: gallery-plugin.php:1019
373
  msgid "bottom"
374
  msgstr "низ"
375
 
376
- #: gallery-plugin.php:1024
377
  msgid "Lightbox background"
378
  msgstr "Фон лайтбокса"
379
 
380
- #: gallery-plugin.php:1026
381
  msgid "Default"
382
  msgstr "за замовчуванням"
383
 
384
- #: gallery-plugin.php:1027
385
  msgid "Background transparency (from 0 to 1)"
386
  msgstr "Прозорість фону (від 0 до 1)"
387
 
388
- #: gallery-plugin.php:1029
389
  msgid "Select a background color"
390
  msgstr "Виберіть колір фону"
391
 
392
- #: gallery-plugin.php:1031
393
  msgid "Background color"
394
  msgstr "Колір фону"
395
 
396
- #: gallery-plugin.php:1038
397
- #: gallery-plugin.php:1211
398
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
399
  msgstr "Якщо ви перейшли на Про версію, всі налаштування і галереї буде збережено."
400
 
401
- #: gallery-plugin.php:1045
402
- #: gallery-plugin.php:1218
403
  msgid "Unlock premium options by upgrading to a PRO version."
404
  msgstr "Відкрийте додаткові опції, перейшовши на Про версію."
405
 
406
- #: gallery-plugin.php:1046
407
- #: gallery-plugin.php:1219
408
- #: gallery-plugin.php:2039
409
  msgid "Learn More"
410
  msgstr "Дізнатись більше"
411
 
412
- #: gallery-plugin.php:1050
413
- #: gallery-plugin.php:1223
414
  msgid "Start Your Trial"
415
  msgstr ""
416
 
417
- #: gallery-plugin.php:1051
418
- #: gallery-plugin.php:1224
419
- #: gallery-plugin.php:1278
420
- #: gallery-plugin.php:1288
421
  msgid "or"
422
  msgstr ""
423
 
424
- #: gallery-plugin.php:1054
425
- #: gallery-plugin.php:1227
426
  msgid "Go"
427
  msgstr "Вперед"
428
 
429
- #: gallery-plugin.php:1062
430
  msgid "Images with border"
431
  msgstr "Зображення з рамкою"
432
 
433
- #: gallery-plugin.php:1065
434
  msgid "Border width in px, just numbers"
435
  msgstr "Ширина рамки у пікселях, тільки числа"
436
 
437
- #: gallery-plugin.php:1067
438
- #: gallery-plugin.php:1069
439
  msgid "Select a border color"
440
  msgstr "Виберіть колір рамки"
441
 
442
- #: gallery-plugin.php:1075
443
  msgid "Number of images in the row"
444
  msgstr "Кількість зображень у рядку"
445
 
446
- #: gallery-plugin.php:1081
447
  msgid "Start slideshow"
448
  msgstr "Розпочати слайд-шоу"
449
 
450
- #: gallery-plugin.php:1087
451
  msgid "Slideshow interval"
452
  msgstr "Інтервал між слайдами "
453
 
454
- #: gallery-plugin.php:1093
455
  msgid "Use single lightbox for multiple galleries on one page"
456
  msgstr "Використовувати один лайтбокс для багатьох галерей на сторінці."
457
 
458
- #: gallery-plugin.php:1101
459
  msgid "Attachment ID"
460
  msgstr "ID владеного файлу"
461
 
462
- #: gallery-plugin.php:1102
463
  msgid "Image Name"
464
  msgstr "Назва зображення"
465
 
466
- #: gallery-plugin.php:1104
467
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
468
  msgstr "Порядок сортування (поле для введення порядку сортування в Insert / Upload Media Gallery)"
469
 
470
- #: gallery-plugin.php:1105
471
  msgid "Random"
472
  msgstr "Довільно"
473
 
474
- #: gallery-plugin.php:1109
475
  msgid "Sort images"
476
  msgstr "Сортувати зображення"
477
 
478
- #: gallery-plugin.php:1111
479
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
480
  msgstr "ASC (в порядку зростання від найменшого до найбільшого значення - 1, 2, 3; a, b, c)"
481
 
482
- #: gallery-plugin.php:1112
483
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
484
  msgstr "DESC (в порядку зменшення від найбільшого до найменшого значення - 3, 2, 1; c, b, a)"
485
 
486
- #: gallery-plugin.php:1116
487
  msgid "Display text above the image"
488
  msgstr "Відображення тексту над зображенням"
489
 
490
- #: gallery-plugin.php:1118
491
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
492
  msgstr "Приберіть позначку, якщо ви хочете відображати текст тільки у лайтбоксі"
493
 
494
- #: gallery-plugin.php:1122
495
  msgid "Display the Back link"
496
  msgstr "Відображати посилання Назад"
497
 
498
- #: gallery-plugin.php:1128
499
  msgid "Display the Back link in the shortcode"
500
  msgstr "Відображати посилання Назад у шорткоді"
501
 
502
- #: gallery-plugin.php:1134
503
  msgid "The Back link text"
504
  msgstr "Текст для посилання Назад"
505
 
506
- #: gallery-plugin.php:1140
507
  msgid "The Back link URL"
508
  msgstr "URL для посилання Назад"
509
 
510
- #: gallery-plugin.php:1142
511
  msgid "Gallery page (Page with Gallery Template)"
512
  msgstr "Сторінка галереї (сторінка з шаблоном галереї)"
513
 
514
- #: gallery-plugin.php:1144
515
  msgid "(Full URL to custom page)"
516
  msgstr "(Повне посилання на сторінку користувача)"
517
 
518
- #: gallery-plugin.php:1148
519
  msgid "The Read More link text"
520
  msgstr "Текст для посилання Дізнатися більше"
521
 
522
- #: gallery-plugin.php:1154
523
  msgid "Add gallery to the search"
524
  msgstr "Додати галерею до пошуку"
525
 
526
- #: gallery-plugin.php:1164
527
  msgid "Using"
528
  msgstr "Використання"
529
 
530
- #: gallery-plugin.php:1164
531
  msgid "powered by"
532
  msgstr "розроблений"
533
 
534
- #: gallery-plugin.php:1167
535
  #: gallery-plugin.php:1171
 
536
  msgid "Using Custom Search powered by"
537
  msgstr "Використовуючи Custom Search, розроблений"
538
 
539
- #: gallery-plugin.php:1167
540
  msgid "Activate Custom Search"
541
  msgstr "Активувати Custom Search"
542
 
543
- #: gallery-plugin.php:1171
544
  msgid "Download Custom Search"
545
  msgstr "Завантажити Custom Search"
546
 
547
- #: gallery-plugin.php:1181
 
 
 
 
 
 
 
 
 
548
  msgid "The lightbox helper"
549
  msgstr "Помічник по лайтбоксу"
550
 
551
- #: gallery-plugin.php:1183
552
  msgid "Do not use"
553
  msgstr "Не використовувати"
554
 
555
- #: gallery-plugin.php:1184
556
  msgid "Button helper"
557
  msgstr "Помічник по кнопкам"
558
 
559
- #: gallery-plugin.php:1185
560
  msgid "Thumbnail helper"
561
  msgstr "Помічник по значкам"
562
 
563
- #: gallery-plugin.php:1189
564
  msgid "Display Like buttons in the lightbox"
565
  msgstr "Відображати кнопки Подобається у лайтбоксі"
566
 
567
- #: gallery-plugin.php:1191
568
  msgid "FaceBook"
569
  msgstr "FaceBook"
570
 
571
- #: gallery-plugin.php:1192
572
  msgid "Twitter"
573
  msgstr "Twitter"
574
 
575
- #: gallery-plugin.php:1193
576
  msgid "Pinterest"
577
  msgstr "Pinterest"
578
 
579
- #: gallery-plugin.php:1194
580
  msgid "Google +1"
581
  msgstr "Google +1"
582
 
583
- #: gallery-plugin.php:1198
584
  msgid "Slug for gallery item"
585
  msgstr "Назва для елементів галереї"
586
 
587
- #: gallery-plugin.php:1200
588
  msgid "for any structure of permalinks except the default structure"
589
  msgstr "для будь-якої структури посилань, за винятком стандартної структури"
590
 
591
- #: gallery-plugin.php:1204
592
  msgid "Title for lightbox button"
593
  msgstr "Назва кнопки лайтбоксу"
594
 
595
- #: gallery-plugin.php:1235
596
  msgid "Save Changes"
597
  msgstr "Зберегти зміни"
598
 
599
- #: gallery-plugin.php:1241
600
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
601
  msgstr "Якщо вам сподобався плагін, будь ласка, поставте йому п'ять зірочок на WordPress"
602
 
603
- #: gallery-plugin.php:1242
604
  msgid "Rate the plugin"
605
  msgstr "Оцініть плагін"
606
 
607
- #: gallery-plugin.php:1245
608
  msgid "If there is something wrong about it, please contact us"
609
  msgstr "Якщо виникли проблеми, будь ласка, повідомте нам"
610
 
611
- #: gallery-plugin.php:1256
612
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
613
  msgstr "Вітаємо! Про версія плагіну була завантажена та активована успішно."
614
 
615
- #: gallery-plugin.php:1258
616
  msgid "Please, go to"
617
  msgstr "Будь ласка, перейдіть на"
618
 
619
- #: gallery-plugin.php:1258
620
  msgid "the setting page"
621
  msgstr "сторінку налаштувань"
622
 
623
- #: gallery-plugin.php:1259
624
  msgid "You will be redirected automatically in 5 seconds."
625
  msgstr "Переадресація через 5 сек."
626
 
627
- #: gallery-plugin.php:1264
628
  msgid "You can download and activate"
629
  msgstr "Ви можете завантажити та активувати"
630
 
631
- #: gallery-plugin.php:1266
632
  msgid "version of this plugin by entering Your license key."
633
  msgstr "версію цього плагіну, ввівши Ваш ліцензійний ключ"
634
 
635
- #: gallery-plugin.php:1268
636
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
637
  msgstr "Ви можете знайти ліцензійний ключ на вкладці \"Клієнтам\" вашої сторінки, клікнувши на лінк"
638
 
639
- #: gallery-plugin.php:1270
640
  msgid "(your username is the email you specify when purchasing the product)."
641
  msgstr "(ваше ім'я - це емейл, який ви вказували при покупці)"
642
 
643
- #: gallery-plugin.php:1278
644
- #: gallery-plugin.php:1288
645
  #, fuzzy
646
  msgid "Activate"
647
  msgstr "Активовані плагіни"
648
 
649
- #: gallery-plugin.php:1278
650
- #: gallery-plugin.php:1288
651
  msgid "Start Your Free 7-Day Trial Now"
652
  msgstr ""
653
 
654
- #: gallery-plugin.php:1306
655
  msgid "Support"
656
  msgstr "Підтримка"
657
 
658
- #: gallery-plugin.php:1434
659
- #: template/gallery-single-template.php:13
660
  msgid "Download high resolution image"
661
  msgstr "Завантажити зображення у високій якості "
662
 
663
- #: gallery-plugin.php:1543
664
- #: template/gallery-single-template.php:76
665
  msgid "Sorry, nothing found."
666
  msgstr "Вибачте, нічого не знайдено."
667
 
668
- #: gallery-plugin.php:1565
669
- #: template/gallery-single-template.php:102
670
  msgid "Image"
671
  msgstr "Зображення"
672
 
673
- #: gallery-plugin.php:1856
674
  msgid "Image size not defined"
675
  msgstr "Розмір зображення не визначено"
676
 
677
- #: gallery-plugin.php:1871
678
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
679
  msgstr "Можливі оновлення лише файлів у форматах PNG, JPEG, GIF, WPMP чи XBM. В інших випадках, будь ласка, перезавантажте зображення вручну."
680
 
681
- #: gallery-plugin.php:1882
682
  msgid "Image size changes not defined"
683
  msgstr "Зміни розміру зображення не визначено"
684
 
685
- #: gallery-plugin.php:1911
686
- #: gallery-plugin.php:1914
687
- #: gallery-plugin.php:1919
688
  msgid "Invalid path"
689
  msgstr "Невірний шлях"
690
 
691
- #: gallery-plugin.php:2042
692
  msgid "It’s time to upgrade your <strong>Gallery plugin</strong> to <strong>PRO</strong> version!"
693
  msgstr "Час оновити ваш плагін Gallery до Про версії!"
694
 
695
- #: gallery-plugin.php:2043
696
  msgid "Extend standard plugin functionality with new great options"
697
  msgstr "Розширити можливості плагіну, додавши нові опції."
698
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-11 12:00+0300\n"
6
+ "PO-Revision-Date: 2014-07-11 12:00+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"
112
  msgstr "Будь ласка, виберіть"
113
 
114
  #: gallery-plugin.php:374
115
+ #: gallery-plugin.php:1103
116
  msgid "Sort images by"
117
  msgstr "Сортувати зображення за "
118
 
190
  msgstr "Публікація"
191
 
192
  #: gallery-plugin.php:641
193
+ #: gallery-plugin.php:1107
194
  msgid "Date"
195
  msgstr "Дата"
196
 
198
  msgid "Settings are saved"
199
  msgstr "Налаштування збережено."
200
 
201
+ #: gallery-plugin.php:834
202
  #: gallery-plugin.php:874
203
  msgid "Wrong license key"
204
  msgstr "Невірний ліцензійний ключ"
205
 
206
+ #: gallery-plugin.php:866
207
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
208
  msgstr "Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, повідомте нам <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Просимо вибачення за незручності. "
209
 
212
  msgstr "Цей ліцензійний ключ прив'язаний до іншого сайту"
213
 
214
  #: gallery-plugin.php:878
215
+ #: gallery-plugin.php:1292
216
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
217
  msgstr "На жаль, ви перевищили добовий ліміт спроб. Будь ласка, завантажте плагін вручну."
218
 
219
+ #: gallery-plugin.php:880
220
+ #, fuzzy
221
+ msgid "This license key is valid, but your license has expired."
222
+ msgstr "Цей ліцензійний ключ прив'язаний до іншого сайту"
223
+
224
+ #: gallery-plugin.php:882
225
+ msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
226
+ msgstr ""
227
+
228
+ #: gallery-plugin.php:899
229
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
230
  msgstr "Помилка при відкритті zip архіву. Будь ласка, завантажте плагін вручну"
231
 
232
+ #: gallery-plugin.php:905
233
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
234
  msgstr "Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін вручну"
235
 
236
+ #: gallery-plugin.php:909
237
+ #: gallery-plugin.php:918
238
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
239
  msgstr "Помилка при завантаженні zip архіву. Будь ласка, завантажте плагін вручну"
240
 
241
+ #: gallery-plugin.php:922
242
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
243
  msgstr "Щось не так. Спробуйте пізніше або завантажте плагін вручну. Просимо вибачення за незручності."
244
 
245
+ #: gallery-plugin.php:937
246
  msgid "Please, enter Your license key"
247
  msgstr "Будь ласка, введіть ліцензійний ключ"
248
 
249
+ #: gallery-plugin.php:945
250
  msgid "Gallery Settings"
251
  msgstr "Налаштування Gallery"
252
 
253
+ #: gallery-plugin.php:947
254
+ #: gallery-plugin.php:1314
255
+ #: gallery-plugin.php:1330
256
  msgid "Settings"
257
  msgstr "Налаштування"
258
 
259
+ #: gallery-plugin.php:948
260
+ #: gallery-plugin.php:1315
261
  msgid "FAQ"
262
  msgstr "Часті питання"
263
 
264
+ #: gallery-plugin.php:949
265
  msgid "Go PRO"
266
  msgstr "Придбати ПРО версію"
267
 
268
+ #: gallery-plugin.php:954
269
  msgid "Notice:"
270
  msgstr "Зверніть увагу:"
271
 
272
+ #: gallery-plugin.php:954
273
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
274
  msgstr "Налаштування плагіну змінились. Щоб зберегти їх, клікніть на \"Зберегти зміни\" при виході"
275
 
276
+ #: gallery-plugin.php:955
277
  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:"
278
  msgstr "Якщо ви хочете додати галерею на вашу сторінку або пост, просто скопіюйте та розмістіть цей шорткод в контент вашого посту або сторінки."
279
 
280
+ #: gallery-plugin.php:957
281
  msgid "Please enable JavaScript to use the option to renew images."
282
  msgstr "Щоб використовувати файл uploader, будь ласка, увімкніть JavaScript."
283
 
284
+ #: gallery-plugin.php:961
285
  msgid "Update images for gallery"
286
  msgstr "Оновити зображення галереї"
287
 
288
+ #: gallery-plugin.php:963
289
  msgid "Update images"
290
  msgstr "Оновити зображення"
291
 
292
+ #: gallery-plugin.php:968
293
  msgid "Updating images..."
294
  msgstr "Оновлення зображень…"
295
 
296
+ #: gallery-plugin.php:969
297
  msgid "No image found"
298
  msgstr "Зображення не знайдено"
299
 
300
+ #: gallery-plugin.php:970
301
  msgid "All images are updated"
302
  msgstr "Всі зображення оновлено"
303
 
304
+ #: gallery-plugin.php:971
305
  msgid "Error."
306
  msgstr "Помилка."
307
 
308
+ #: gallery-plugin.php:977
309
  msgid "Image size for the album cover"
310
  msgstr "Розмір зображення для обкладинки альбому"
311
 
312
+ #: gallery-plugin.php:979
313
+ #: gallery-plugin.php:987
314
+ #: gallery-plugin.php:1003
315
  msgid "Image size"
316
  msgstr "Розмір зображення"
317
 
318
+ #: gallery-plugin.php:980
319
+ #: gallery-plugin.php:988
320
  msgid "Width (in px)"
321
  msgstr "Ширина (в px)"
322
 
323
+ #: gallery-plugin.php:981
324
+ #: gallery-plugin.php:989
325
  msgid "Height (in px)"
326
  msgstr "Висота (в px)"
327
 
328
+ #: gallery-plugin.php:985
329
  msgid "Gallery image size"
330
  msgstr "Розмір зображення галереї"
331
 
332
+ #: gallery-plugin.php:993
333
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
334
  msgstr "Коли ви завантажите нове зображення, WordPress створить іконки відповідно до заданих розмірів. "
335
 
336
+ #: gallery-plugin.php:1001
337
  msgid "Gallery image size in the lightbox"
338
  msgstr "Розмір зображень галереї в лайтбоксі"
339
 
340
+ #: gallery-plugin.php:1004
341
  msgid "Max width (in px)"
342
  msgstr "Макс. ширина (в px)"
343
 
344
+ #: gallery-plugin.php:1005
345
  msgid "Max height (in px)"
346
  msgstr "Макс. висота (в px)"
347
 
348
+ #: gallery-plugin.php:1006
349
  msgid "Display a full size image in the lightbox"
350
  msgstr "Відображати повне зображення в лайтбоксі"
351
 
352
+ #: gallery-plugin.php:1010
353
  msgid "Crop position"
354
  msgstr "Обрізання"
355
 
356
+ #: gallery-plugin.php:1012
357
  msgid "Horizontal"
358
  msgstr "Горизонтальна"
359
 
360
+ #: gallery-plugin.php:1014
361
  msgid "left"
362
  msgstr "зліва"
363
 
364
+ #: gallery-plugin.php:1015
365
+ #: gallery-plugin.php:1022
366
  msgid "center"
367
  msgstr "центр"
368
 
369
+ #: gallery-plugin.php:1016
370
  msgid "right"
371
  msgstr "справа"
372
 
373
+ #: gallery-plugin.php:1019
374
  msgid "Vertical"
375
  msgstr "Вертикальна"
376
 
377
+ #: gallery-plugin.php:1021
378
  msgid "top"
379
  msgstr "верх"
380
 
381
+ #: gallery-plugin.php:1023
382
  msgid "bottom"
383
  msgstr "низ"
384
 
385
+ #: gallery-plugin.php:1028
386
  msgid "Lightbox background"
387
  msgstr "Фон лайтбокса"
388
 
389
+ #: gallery-plugin.php:1030
390
  msgid "Default"
391
  msgstr "за замовчуванням"
392
 
393
+ #: gallery-plugin.php:1031
394
  msgid "Background transparency (from 0 to 1)"
395
  msgstr "Прозорість фону (від 0 до 1)"
396
 
397
+ #: gallery-plugin.php:1033
398
  msgid "Select a background color"
399
  msgstr "Виберіть колір фону"
400
 
401
+ #: gallery-plugin.php:1035
402
  msgid "Background color"
403
  msgstr "Колір фону"
404
 
405
+ #: gallery-plugin.php:1042
406
+ #: gallery-plugin.php:1222
407
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
408
  msgstr "Якщо ви перейшли на Про версію, всі налаштування і галереї буде збережено."
409
 
410
+ #: gallery-plugin.php:1049
411
+ #: gallery-plugin.php:1229
412
  msgid "Unlock premium options by upgrading to a PRO version."
413
  msgstr "Відкрийте додаткові опції, перейшовши на Про версію."
414
 
415
+ #: gallery-plugin.php:1050
416
+ #: gallery-plugin.php:1230
417
+ #: gallery-plugin.php:2049
418
  msgid "Learn More"
419
  msgstr "Дізнатись більше"
420
 
421
+ #: gallery-plugin.php:1054
422
+ #: gallery-plugin.php:1234
423
  msgid "Start Your Trial"
424
  msgstr ""
425
 
426
+ #: gallery-plugin.php:1055
427
+ #: gallery-plugin.php:1235
428
+ #: gallery-plugin.php:1289
429
+ #: gallery-plugin.php:1299
430
  msgid "or"
431
  msgstr ""
432
 
433
+ #: gallery-plugin.php:1058
434
+ #: gallery-plugin.php:1238
435
  msgid "Go"
436
  msgstr "Вперед"
437
 
438
+ #: gallery-plugin.php:1066
439
  msgid "Images with border"
440
  msgstr "Зображення з рамкою"
441
 
442
+ #: gallery-plugin.php:1069
443
  msgid "Border width in px, just numbers"
444
  msgstr "Ширина рамки у пікселях, тільки числа"
445
 
446
+ #: gallery-plugin.php:1071
447
+ #: gallery-plugin.php:1073
448
  msgid "Select a border color"
449
  msgstr "Виберіть колір рамки"
450
 
451
+ #: gallery-plugin.php:1079
452
  msgid "Number of images in the row"
453
  msgstr "Кількість зображень у рядку"
454
 
455
+ #: gallery-plugin.php:1085
456
  msgid "Start slideshow"
457
  msgstr "Розпочати слайд-шоу"
458
 
459
+ #: gallery-plugin.php:1091
460
  msgid "Slideshow interval"
461
  msgstr "Інтервал між слайдами "
462
 
463
+ #: gallery-plugin.php:1097
464
  msgid "Use single lightbox for multiple galleries on one page"
465
  msgstr "Використовувати один лайтбокс для багатьох галерей на сторінці."
466
 
467
+ #: gallery-plugin.php:1105
468
  msgid "Attachment ID"
469
  msgstr "ID владеного файлу"
470
 
471
+ #: gallery-plugin.php:1106
472
  msgid "Image Name"
473
  msgstr "Назва зображення"
474
 
475
+ #: gallery-plugin.php:1108
476
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
477
  msgstr "Порядок сортування (поле для введення порядку сортування в Insert / Upload Media Gallery)"
478
 
479
+ #: gallery-plugin.php:1109
480
  msgid "Random"
481
  msgstr "Довільно"
482
 
483
+ #: gallery-plugin.php:1113
484
  msgid "Sort images"
485
  msgstr "Сортувати зображення"
486
 
487
+ #: gallery-plugin.php:1115
488
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
489
  msgstr "ASC (в порядку зростання від найменшого до найбільшого значення - 1, 2, 3; a, b, c)"
490
 
491
+ #: gallery-plugin.php:1116
492
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
493
  msgstr "DESC (в порядку зменшення від найбільшого до найменшого значення - 3, 2, 1; c, b, a)"
494
 
495
+ #: gallery-plugin.php:1120
496
  msgid "Display text above the image"
497
  msgstr "Відображення тексту над зображенням"
498
 
499
+ #: gallery-plugin.php:1122
500
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
501
  msgstr "Приберіть позначку, якщо ви хочете відображати текст тільки у лайтбоксі"
502
 
503
+ #: gallery-plugin.php:1126
504
  msgid "Display the Back link"
505
  msgstr "Відображати посилання Назад"
506
 
507
+ #: gallery-plugin.php:1132
508
  msgid "Display the Back link in the shortcode"
509
  msgstr "Відображати посилання Назад у шорткоді"
510
 
511
+ #: gallery-plugin.php:1138
512
  msgid "The Back link text"
513
  msgstr "Текст для посилання Назад"
514
 
515
+ #: gallery-plugin.php:1144
516
  msgid "The Back link URL"
517
  msgstr "URL для посилання Назад"
518
 
519
+ #: gallery-plugin.php:1146
520
  msgid "Gallery page (Page with Gallery Template)"
521
  msgstr "Сторінка галереї (сторінка з шаблоном галереї)"
522
 
523
+ #: gallery-plugin.php:1148
524
  msgid "(Full URL to custom page)"
525
  msgstr "(Повне посилання на сторінку користувача)"
526
 
527
+ #: gallery-plugin.php:1152
528
  msgid "The Read More link text"
529
  msgstr "Текст для посилання Дізнатися більше"
530
 
531
+ #: gallery-plugin.php:1158
532
  msgid "Add gallery to the search"
533
  msgstr "Додати галерею до пошуку"
534
 
535
+ #: gallery-plugin.php:1168
536
  msgid "Using"
537
  msgstr "Використання"
538
 
539
+ #: gallery-plugin.php:1168
540
  msgid "powered by"
541
  msgstr "розроблений"
542
 
 
543
  #: gallery-plugin.php:1171
544
+ #: gallery-plugin.php:1175
545
  msgid "Using Custom Search powered by"
546
  msgstr "Використовуючи Custom Search, розроблений"
547
 
548
+ #: gallery-plugin.php:1171
549
  msgid "Activate Custom Search"
550
  msgstr "Активувати Custom Search"
551
 
552
+ #: gallery-plugin.php:1175
553
  msgid "Download Custom Search"
554
  msgstr "Завантажити Custom Search"
555
 
556
+ #: gallery-plugin.php:1185
557
+ #, fuzzy
558
+ msgid "Use pagination for images"
559
+ msgstr "Оновлення зображень…"
560
+
561
+ #: gallery-plugin.php:1188
562
+ msgid "per page"
563
+ msgstr ""
564
+
565
+ #: gallery-plugin.php:1192
566
  msgid "The lightbox helper"
567
  msgstr "Помічник по лайтбоксу"
568
 
569
+ #: gallery-plugin.php:1194
570
  msgid "Do not use"
571
  msgstr "Не використовувати"
572
 
573
+ #: gallery-plugin.php:1195
574
  msgid "Button helper"
575
  msgstr "Помічник по кнопкам"
576
 
577
+ #: gallery-plugin.php:1196
578
  msgid "Thumbnail helper"
579
  msgstr "Помічник по значкам"
580
 
581
+ #: gallery-plugin.php:1200
582
  msgid "Display Like buttons in the lightbox"
583
  msgstr "Відображати кнопки Подобається у лайтбоксі"
584
 
585
+ #: gallery-plugin.php:1202
586
  msgid "FaceBook"
587
  msgstr "FaceBook"
588
 
589
+ #: gallery-plugin.php:1203
590
  msgid "Twitter"
591
  msgstr "Twitter"
592
 
593
+ #: gallery-plugin.php:1204
594
  msgid "Pinterest"
595
  msgstr "Pinterest"
596
 
597
+ #: gallery-plugin.php:1205
598
  msgid "Google +1"
599
  msgstr "Google +1"
600
 
601
+ #: gallery-plugin.php:1209
602
  msgid "Slug for gallery item"
603
  msgstr "Назва для елементів галереї"
604
 
605
+ #: gallery-plugin.php:1211
606
  msgid "for any structure of permalinks except the default structure"
607
  msgstr "для будь-якої структури посилань, за винятком стандартної структури"
608
 
609
+ #: gallery-plugin.php:1215
610
  msgid "Title for lightbox button"
611
  msgstr "Назва кнопки лайтбоксу"
612
 
613
+ #: gallery-plugin.php:1246
614
  msgid "Save Changes"
615
  msgstr "Зберегти зміни"
616
 
617
+ #: gallery-plugin.php:1252
618
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
619
  msgstr "Якщо вам сподобався плагін, будь ласка, поставте йому п'ять зірочок на WordPress"
620
 
621
+ #: gallery-plugin.php:1253
622
  msgid "Rate the plugin"
623
  msgstr "Оцініть плагін"
624
 
625
+ #: gallery-plugin.php:1256
626
  msgid "If there is something wrong about it, please contact us"
627
  msgstr "Якщо виникли проблеми, будь ласка, повідомте нам"
628
 
629
+ #: gallery-plugin.php:1267
630
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
631
  msgstr "Вітаємо! Про версія плагіну була завантажена та активована успішно."
632
 
633
+ #: gallery-plugin.php:1269
634
  msgid "Please, go to"
635
  msgstr "Будь ласка, перейдіть на"
636
 
637
+ #: gallery-plugin.php:1269
638
  msgid "the setting page"
639
  msgstr "сторінку налаштувань"
640
 
641
+ #: gallery-plugin.php:1270
642
  msgid "You will be redirected automatically in 5 seconds."
643
  msgstr "Переадресація через 5 сек."
644
 
645
+ #: gallery-plugin.php:1275
646
  msgid "You can download and activate"
647
  msgstr "Ви можете завантажити та активувати"
648
 
649
+ #: gallery-plugin.php:1277
650
  msgid "version of this plugin by entering Your license key."
651
  msgstr "версію цього плагіну, ввівши Ваш ліцензійний ключ"
652
 
653
+ #: gallery-plugin.php:1279
654
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
655
  msgstr "Ви можете знайти ліцензійний ключ на вкладці \"Клієнтам\" вашої сторінки, клікнувши на лінк"
656
 
657
+ #: gallery-plugin.php:1281
658
  msgid "(your username is the email you specify when purchasing the product)."
659
  msgstr "(ваше ім'я - це емейл, який ви вказували при покупці)"
660
 
661
+ #: gallery-plugin.php:1289
662
+ #: gallery-plugin.php:1299
663
  #, fuzzy
664
  msgid "Activate"
665
  msgstr "Активовані плагіни"
666
 
667
+ #: gallery-plugin.php:1289
668
+ #: gallery-plugin.php:1299
669
  msgid "Start Your Free 7-Day Trial Now"
670
  msgstr ""
671
 
672
+ #: gallery-plugin.php:1316
673
  msgid "Support"
674
  msgstr "Підтримка"
675
 
676
+ #: gallery-plugin.php:1444
677
+ #: template/gallery-single-template.php:14
678
  msgid "Download high resolution image"
679
  msgstr "Завантажити зображення у високій якості "
680
 
681
+ #: gallery-plugin.php:1553
682
+ #: template/gallery-single-template.php:77
683
  msgid "Sorry, nothing found."
684
  msgstr "Вибачте, нічого не знайдено."
685
 
686
+ #: gallery-plugin.php:1575
687
+ #: template/gallery-single-template.php:104
688
  msgid "Image"
689
  msgstr "Зображення"
690
 
691
+ #: gallery-plugin.php:1866
692
  msgid "Image size not defined"
693
  msgstr "Розмір зображення не визначено"
694
 
695
+ #: gallery-plugin.php:1881
696
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
697
  msgstr "Можливі оновлення лише файлів у форматах PNG, JPEG, GIF, WPMP чи XBM. В інших випадках, будь ласка, перезавантажте зображення вручну."
698
 
699
+ #: gallery-plugin.php:1892
700
  msgid "Image size changes not defined"
701
  msgstr "Зміни розміру зображення не визначено"
702
 
703
+ #: gallery-plugin.php:1921
704
+ #: gallery-plugin.php:1924
705
+ #: gallery-plugin.php:1929
706
  msgid "Invalid path"
707
  msgstr "Невірний шлях"
708
 
709
+ #: gallery-plugin.php:2052
710
  msgid "It’s time to upgrade your <strong>Gallery plugin</strong> to <strong>PRO</strong> version!"
711
  msgstr "Час оновити ваш плагін Gallery до Про версії!"
712
 
713
+ #: gallery-plugin.php:2053
714
  msgid "Extend standard plugin functionality with new great options"
715
  msgstr "Розширити можливості плагіну, додавши нові опції."
716
 
languages/gallery-zh_CN.mo CHANGED
Binary file
languages/gallery-zh_CN.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-05-15 17:39+0300\n"
6
- "PO-Revision-Date: 2014-05-15 17:39+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"
@@ -112,7 +112,7 @@ msgid "Please make a choice"
112
  msgstr "请选择"
113
 
114
  #: gallery-plugin.php:374
115
- #: gallery-plugin.php:1099
116
  msgid "Sort images by"
117
  msgstr "影像排序按"
118
 
@@ -192,7 +192,7 @@ msgid "Publishing"
192
  msgstr "发布"
193
 
194
  #: gallery-plugin.php:641
195
- #: gallery-plugin.php:1103
196
  msgid "Date"
197
  msgstr "日期"
198
 
@@ -200,12 +200,12 @@ msgstr "日期"
200
  msgid "Settings are saved"
201
  msgstr "设置已保存。"
202
 
203
- #: gallery-plugin.php:835
204
  #: gallery-plugin.php:874
205
  msgid "Wrong license key"
206
  msgstr ""
207
 
208
- #: gallery-plugin.php:867
209
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
210
  msgstr ""
211
 
@@ -214,488 +214,505 @@ msgid "This license key is bind to another site"
214
  msgstr ""
215
 
216
  #: gallery-plugin.php:878
217
- #: gallery-plugin.php:1281
218
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
219
  msgstr ""
220
 
221
- #: gallery-plugin.php:895
 
 
 
 
 
 
 
 
222
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
223
  msgstr ""
224
 
225
- #: gallery-plugin.php:901
226
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
227
  msgstr ""
228
 
229
- #: gallery-plugin.php:905
230
- #: gallery-plugin.php:914
231
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
232
  msgstr ""
233
 
234
- #: gallery-plugin.php:918
235
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
236
  msgstr ""
237
 
238
- #: gallery-plugin.php:933
239
  msgid "Please, enter Your license key"
240
  msgstr ""
241
 
242
- #: gallery-plugin.php:941
243
  msgid "Gallery Settings"
244
  msgstr "画廊设置"
245
 
246
- #: gallery-plugin.php:943
247
- #: gallery-plugin.php:1304
248
- #: gallery-plugin.php:1320
249
  msgid "Settings"
250
  msgstr "设置"
251
 
252
- #: gallery-plugin.php:944
253
- #: gallery-plugin.php:1305
254
  msgid "FAQ"
255
  msgstr "常见问题"
256
 
257
- #: gallery-plugin.php:945
258
  msgid "Go PRO"
259
  msgstr ""
260
 
261
- #: gallery-plugin.php:950
262
  msgid "Notice:"
263
  msgstr "注意:"
264
 
265
- #: gallery-plugin.php:950
266
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
267
  msgstr "插件的设置已经被修改。为了保存,请不要忘记点击 '保存修改' 按钮。"
268
 
269
- #: gallery-plugin.php:951
270
  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:"
271
  msgstr "如果您想添加一个画廊到页面或公告中,仅需要将画廊代码放到页面或公告的内容中即可:"
272
 
273
- #: gallery-plugin.php:953
274
  msgid "Please enable JavaScript to use the option to renew images."
275
  msgstr "请打开JavaScript以使用选项更新影像"
276
 
277
- #: gallery-plugin.php:957
278
  msgid "Update images for gallery"
279
  msgstr "为画廊更新影像"
280
 
281
- #: gallery-plugin.php:959
282
  msgid "Update images"
283
  msgstr "更新影像"
284
 
285
- #: gallery-plugin.php:964
286
  msgid "Updating images..."
287
  msgstr "正在更新影像..."
288
 
289
- #: gallery-plugin.php:965
290
  msgid "No image found"
291
  msgstr "没有找到影像"
292
 
293
- #: gallery-plugin.php:966
294
  msgid "All images are updated"
295
  msgstr "已更新全部影像"
296
 
297
- #: gallery-plugin.php:967
298
  msgid "Error."
299
  msgstr "错误。"
300
 
301
- #: gallery-plugin.php:973
302
  msgid "Image size for the album cover"
303
  msgstr "专辑封面的尺寸"
304
 
305
- #: gallery-plugin.php:975
306
- #: gallery-plugin.php:983
307
- #: gallery-plugin.php:999
308
  msgid "Image size"
309
  msgstr "影像尺寸"
310
 
311
- #: gallery-plugin.php:976
312
- #: gallery-plugin.php:984
313
  msgid "Width (in px)"
314
  msgstr "宽度(像素)"
315
 
316
- #: gallery-plugin.php:977
317
- #: gallery-plugin.php:985
318
  msgid "Height (in px)"
319
  msgstr "高度(像素)"
320
 
321
- #: gallery-plugin.php:981
322
  msgid "Gallery image size"
323
  msgstr "画廊中影像的尺寸"
324
 
325
- #: gallery-plugin.php:989
326
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
327
  msgstr "当您上传一幅新的照片时,WordPress会创建一个特定尺寸的缩略图副本。"
328
 
329
- #: gallery-plugin.php:997
330
  msgid "Gallery image size in the lightbox"
331
  msgstr "灯箱中的影像的尺寸"
332
 
333
- #: gallery-plugin.php:1000
334
  msgid "Max width (in px)"
335
  msgstr "最大宽度(像素)"
336
 
337
- #: gallery-plugin.php:1001
338
  msgid "Max height (in px)"
339
  msgstr "最大高度(像素)"
340
 
341
- #: gallery-plugin.php:1002
342
  msgid "Display a full size image in the lightbox"
343
  msgstr "在灯箱中显示全尺寸图像"
344
 
345
- #: gallery-plugin.php:1006
346
  msgid "Crop position"
347
  msgstr "裁剪位置"
348
 
349
- #: gallery-plugin.php:1008
350
  msgid "Horizontal"
351
  msgstr "水平"
352
 
353
- #: gallery-plugin.php:1010
354
  msgid "left"
355
  msgstr "偏左"
356
 
357
- #: gallery-plugin.php:1011
358
- #: gallery-plugin.php:1018
359
  msgid "center"
360
  msgstr "居中"
361
 
362
- #: gallery-plugin.php:1012
363
  msgid "right"
364
  msgstr "偏右"
365
 
366
- #: gallery-plugin.php:1015
367
  msgid "Vertical"
368
  msgstr "垂直"
369
 
370
- #: gallery-plugin.php:1017
371
  msgid "top"
372
  msgstr "偏上"
373
 
374
- #: gallery-plugin.php:1019
375
  msgid "bottom"
376
  msgstr "偏下"
377
 
378
- #: gallery-plugin.php:1024
379
  msgid "Lightbox background"
380
  msgstr "灯箱背景"
381
 
382
- #: gallery-plugin.php:1026
383
  msgid "Default"
384
  msgstr "默认"
385
 
386
- #: gallery-plugin.php:1027
387
  msgid "Background transparency (from 0 to 1)"
388
  msgstr "背景透明度(值为 0 到 1)"
389
 
390
- #: gallery-plugin.php:1029
391
  msgid "Select a background color"
392
  msgstr "选择背景色"
393
 
394
- #: gallery-plugin.php:1031
395
  msgid "Background color"
396
  msgstr "背景色"
397
 
398
- #: gallery-plugin.php:1038
399
- #: gallery-plugin.php:1211
400
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
401
  msgstr "如果您升级到高级版本,您的设置和画廊将被保存。"
402
 
403
- #: gallery-plugin.php:1045
404
- #: gallery-plugin.php:1218
405
  msgid "Unlock premium options by upgrading to a PRO version."
406
  msgstr ""
407
 
408
- #: gallery-plugin.php:1046
409
- #: gallery-plugin.php:1219
410
- #: gallery-plugin.php:2039
411
  msgid "Learn More"
412
  msgstr "学习更多"
413
 
414
- #: gallery-plugin.php:1050
415
- #: gallery-plugin.php:1223
416
  msgid "Start Your Trial"
417
  msgstr ""
418
 
419
- #: gallery-plugin.php:1051
420
- #: gallery-plugin.php:1224
421
- #: gallery-plugin.php:1278
422
- #: gallery-plugin.php:1288
423
  msgid "or"
424
  msgstr ""
425
 
426
- #: gallery-plugin.php:1054
427
- #: gallery-plugin.php:1227
428
  msgid "Go"
429
  msgstr ""
430
 
431
- #: gallery-plugin.php:1062
432
  msgid "Images with border"
433
  msgstr "影像边缘"
434
 
435
- #: gallery-plugin.php:1065
436
  msgid "Border width in px, just numbers"
437
  msgstr "边缘宽度,以像素为单位,只能使用数字"
438
 
439
- #: gallery-plugin.php:1067
440
- #: gallery-plugin.php:1069
441
  msgid "Select a border color"
442
  msgstr "选择边框颜色"
443
 
444
- #: gallery-plugin.php:1075
445
  msgid "Number of images in the row"
446
  msgstr "一行中图像的数量"
447
 
448
- #: gallery-plugin.php:1081
449
  msgid "Start slideshow"
450
  msgstr "播放幻灯片"
451
 
452
- #: gallery-plugin.php:1087
453
  msgid "Slideshow interval"
454
  msgstr "幻灯片播放间隔"
455
 
456
- #: gallery-plugin.php:1093
457
  msgid "Use single lightbox for multiple galleries on one page"
458
  msgstr "在同一页面上为多个画廊使用同一个灯箱"
459
 
460
- #: gallery-plugin.php:1101
461
  msgid "Attachment ID"
462
  msgstr "附件ID"
463
 
464
- #: gallery-plugin.php:1102
465
  msgid "Image Name"
466
  msgstr "影像名称"
467
 
468
- #: gallery-plugin.php:1104
469
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
470
  msgstr "分类排序(插入/上传媒体图集对话框中的输入字段)"
471
 
472
- #: gallery-plugin.php:1105
473
  msgid "Random"
474
  msgstr "随机"
475
 
476
- #: gallery-plugin.php:1109
477
  msgid "Sort images"
478
  msgstr "影像排序"
479
 
480
- #: gallery-plugin.php:1111
481
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
482
  msgstr "升序(由低到高 - 1, 2, 3; a, b, c)"
483
 
484
- #: gallery-plugin.php:1112
485
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
486
  msgstr "降序(由高到低 - 3, 2, 1; c, b, a)"
487
 
488
- #: gallery-plugin.php:1116
489
  msgid "Display text above the image"
490
  msgstr "在图像上方显示文本"
491
 
492
- #: gallery-plugin.php:1118
493
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
494
  msgstr "取消复选框,如果您仅想在灯箱中显示文本"
495
 
496
- #: gallery-plugin.php:1122
497
  msgid "Display the Back link"
498
  msgstr "显示返回链接"
499
 
500
- #: gallery-plugin.php:1128
501
  msgid "Display the Back link in the shortcode"
502
  msgstr "以代码方式显示返回链接"
503
 
504
- #: gallery-plugin.php:1134
505
  msgid "The Back link text"
506
  msgstr "返回链接文本"
507
 
508
- #: gallery-plugin.php:1140
509
  msgid "The Back link URL"
510
  msgstr "返回链接URL"
511
 
512
- #: gallery-plugin.php:1142
513
  msgid "Gallery page (Page with Gallery Template)"
514
  msgstr "画廊页面(具有画廊模板的页面)"
515
 
516
- #: gallery-plugin.php:1144
517
  msgid "(Full URL to custom page)"
518
  msgstr "(到自定义页面的完整地址)"
519
 
520
- #: gallery-plugin.php:1148
521
  msgid "The Read More link text"
522
  msgstr "阅读更多链接的文本"
523
 
524
- #: gallery-plugin.php:1154
525
  msgid "Add gallery to the search"
526
  msgstr "将画廊添加到搜索"
527
 
528
- #: gallery-plugin.php:1164
529
  msgid "Using"
530
  msgstr ""
531
 
532
- #: gallery-plugin.php:1164
533
  msgid "powered by"
534
  msgstr ""
535
 
536
- #: gallery-plugin.php:1167
537
  #: gallery-plugin.php:1171
 
538
  msgid "Using Custom Search powered by"
539
  msgstr "自定义搜索技术支持"
540
 
541
- #: gallery-plugin.php:1167
542
  msgid "Activate Custom Search"
543
  msgstr "启用自定义搜索"
544
 
545
- #: gallery-plugin.php:1171
546
  msgid "Download Custom Search"
547
  msgstr "下载自定义搜索"
548
 
549
- #: gallery-plugin.php:1181
 
 
 
 
 
 
 
 
 
550
  msgid "The lightbox helper"
551
  msgstr ""
552
 
553
- #: gallery-plugin.php:1183
554
  msgid "Do not use"
555
  msgstr ""
556
 
557
- #: gallery-plugin.php:1184
558
  msgid "Button helper"
559
  msgstr ""
560
 
561
- #: gallery-plugin.php:1185
562
  msgid "Thumbnail helper"
563
  msgstr ""
564
 
565
- #: gallery-plugin.php:1189
566
  msgid "Display Like buttons in the lightbox"
567
  msgstr "在灯箱中显示[喜欢]按钮"
568
 
569
- #: gallery-plugin.php:1191
570
  msgid "FaceBook"
571
  msgstr "Facebook"
572
 
573
- #: gallery-plugin.php:1192
574
  msgid "Twitter"
575
  msgstr "Twitter"
576
 
577
- #: gallery-plugin.php:1193
578
  msgid "Pinterest"
579
  msgstr "Printerest"
580
 
581
- #: gallery-plugin.php:1194
582
  msgid "Google +1"
583
  msgstr "Google +1"
584
 
585
- #: gallery-plugin.php:1198
586
  msgid "Slug for gallery item"
587
  msgstr "画廊项的滑块"
588
 
589
- #: gallery-plugin.php:1200
590
  msgid "for any structure of permalinks except the default structure"
591
  msgstr "给任意结构的固定链接,除了默认结构"
592
 
593
- #: gallery-plugin.php:1204
594
  msgid "Title for lightbox button"
595
  msgstr ""
596
 
597
- #: gallery-plugin.php:1235
598
  msgid "Save Changes"
599
  msgstr "保存修改"
600
 
601
- #: gallery-plugin.php:1241
602
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
603
  msgstr "如果您喜欢我们的插件,请在 WordPress 上给它5星评价"
604
 
605
- #: gallery-plugin.php:1242
606
  msgid "Rate the plugin"
607
  msgstr "给插件评价"
608
 
609
- #: gallery-plugin.php:1245
610
  msgid "If there is something wrong about it, please contact us"
611
  msgstr "如果您有任何问题,请联系我们"
612
 
613
- #: gallery-plugin.php:1256
614
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
615
  msgstr ""
616
 
617
- #: gallery-plugin.php:1258
618
  msgid "Please, go to"
619
  msgstr ""
620
 
621
- #: gallery-plugin.php:1258
622
  #, fuzzy
623
  msgid "the setting page"
624
  msgstr "在插件的设置页面("
625
 
626
- #: gallery-plugin.php:1259
627
  msgid "You will be redirected automatically in 5 seconds."
628
  msgstr ""
629
 
630
- #: gallery-plugin.php:1264
631
  msgid "You can download and activate"
632
  msgstr ""
633
 
634
- #: gallery-plugin.php:1266
635
  msgid "version of this plugin by entering Your license key."
636
  msgstr ""
637
 
638
- #: gallery-plugin.php:1268
639
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
640
  msgstr ""
641
 
642
- #: gallery-plugin.php:1270
643
  msgid "(your username is the email you specify when purchasing the product)."
644
  msgstr ""
645
 
646
- #: gallery-plugin.php:1278
647
- #: gallery-plugin.php:1288
648
  #, fuzzy
649
  msgid "Activate"
650
  msgstr "已激活的插件"
651
 
652
- #: gallery-plugin.php:1278
653
- #: gallery-plugin.php:1288
654
  msgid "Start Your Free 7-Day Trial Now"
655
  msgstr ""
656
 
657
- #: gallery-plugin.php:1306
658
  msgid "Support"
659
  msgstr "支持"
660
 
661
- #: gallery-plugin.php:1434
662
- #: template/gallery-single-template.php:13
663
  msgid "Download high resolution image"
664
  msgstr "下载高分辨率图像"
665
 
666
- #: gallery-plugin.php:1543
667
- #: template/gallery-single-template.php:76
668
  msgid "Sorry, nothing found."
669
  msgstr "对不起 - 没有找到。"
670
 
671
- #: gallery-plugin.php:1565
672
- #: template/gallery-single-template.php:102
673
  msgid "Image"
674
  msgstr "影像"
675
 
676
- #: gallery-plugin.php:1856
677
  msgid "Image size not defined"
678
  msgstr "影像尺寸未定义"
679
 
680
- #: gallery-plugin.php:1871
681
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
682
  msgstr "我们仅可以更新 PNG,JPEG,GIF,WPMP 或 XBM 文件。对于其他文件类型,请手动重新加载影像。"
683
 
684
- #: gallery-plugin.php:1882
685
  msgid "Image size changes not defined"
686
  msgstr "图像大小的变化没有定义"
687
 
688
- #: gallery-plugin.php:1911
689
- #: gallery-plugin.php:1914
690
- #: gallery-plugin.php:1919
691
  msgid "Invalid path"
692
  msgstr "无效的路径"
693
 
694
- #: gallery-plugin.php:2042
695
  msgid "It’s time to upgrade your <strong>Gallery plugin</strong> to <strong>PRO</strong> version!"
696
  msgstr "是时候升级您的 <strong>Gallery plugin</strong> 到 <strong>PRO</strong> 版了!"
697
 
698
- #: gallery-plugin.php:2043
699
  #, fuzzy
700
  msgid "Extend standard plugin functionality with new great options"
701
  msgstr "给标准插件功能扩展强大的选项。"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-11 12:00+0300\n"
6
+ "PO-Revision-Date: 2014-07-11 12:00+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"
112
  msgstr "请选择"
113
 
114
  #: gallery-plugin.php:374
115
+ #: gallery-plugin.php:1103
116
  msgid "Sort images by"
117
  msgstr "影像排序按"
118
 
192
  msgstr "发布"
193
 
194
  #: gallery-plugin.php:641
195
+ #: gallery-plugin.php:1107
196
  msgid "Date"
197
  msgstr "日期"
198
 
200
  msgid "Settings are saved"
201
  msgstr "设置已保存。"
202
 
203
+ #: gallery-plugin.php:834
204
  #: gallery-plugin.php:874
205
  msgid "Wrong license key"
206
  msgstr ""
207
 
208
+ #: gallery-plugin.php:866
209
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
210
  msgstr ""
211
 
214
  msgstr ""
215
 
216
  #: gallery-plugin.php:878
217
+ #: gallery-plugin.php:1292
218
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
219
  msgstr ""
220
 
221
+ #: gallery-plugin.php:880
222
+ msgid "This license key is valid, but your license has expired."
223
+ msgstr ""
224
+
225
+ #: gallery-plugin.php:882
226
+ msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
227
+ msgstr ""
228
+
229
+ #: gallery-plugin.php:899
230
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
231
  msgstr ""
232
 
233
+ #: gallery-plugin.php:905
234
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
235
  msgstr ""
236
 
237
+ #: gallery-plugin.php:909
238
+ #: gallery-plugin.php:918
239
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
240
  msgstr ""
241
 
242
+ #: gallery-plugin.php:922
243
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
244
  msgstr ""
245
 
246
+ #: gallery-plugin.php:937
247
  msgid "Please, enter Your license key"
248
  msgstr ""
249
 
250
+ #: gallery-plugin.php:945
251
  msgid "Gallery Settings"
252
  msgstr "画廊设置"
253
 
254
+ #: gallery-plugin.php:947
255
+ #: gallery-plugin.php:1314
256
+ #: gallery-plugin.php:1330
257
  msgid "Settings"
258
  msgstr "设置"
259
 
260
+ #: gallery-plugin.php:948
261
+ #: gallery-plugin.php:1315
262
  msgid "FAQ"
263
  msgstr "常见问题"
264
 
265
+ #: gallery-plugin.php:949
266
  msgid "Go PRO"
267
  msgstr ""
268
 
269
+ #: gallery-plugin.php:954
270
  msgid "Notice:"
271
  msgstr "注意:"
272
 
273
+ #: gallery-plugin.php:954
274
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
275
  msgstr "插件的设置已经被修改。为了保存,请不要忘记点击 '保存修改' 按钮。"
276
 
277
+ #: gallery-plugin.php:955
278
  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:"
279
  msgstr "如果您想添加一个画廊到页面或公告中,仅需要将画廊代码放到页面或公告的内容中即可:"
280
 
281
+ #: gallery-plugin.php:957
282
  msgid "Please enable JavaScript to use the option to renew images."
283
  msgstr "请打开JavaScript以使用选项更新影像"
284
 
285
+ #: gallery-plugin.php:961
286
  msgid "Update images for gallery"
287
  msgstr "为画廊更新影像"
288
 
289
+ #: gallery-plugin.php:963
290
  msgid "Update images"
291
  msgstr "更新影像"
292
 
293
+ #: gallery-plugin.php:968
294
  msgid "Updating images..."
295
  msgstr "正在更新影像..."
296
 
297
+ #: gallery-plugin.php:969
298
  msgid "No image found"
299
  msgstr "没有找到影像"
300
 
301
+ #: gallery-plugin.php:970
302
  msgid "All images are updated"
303
  msgstr "已更新全部影像"
304
 
305
+ #: gallery-plugin.php:971
306
  msgid "Error."
307
  msgstr "错误。"
308
 
309
+ #: gallery-plugin.php:977
310
  msgid "Image size for the album cover"
311
  msgstr "专辑封面的尺寸"
312
 
313
+ #: gallery-plugin.php:979
314
+ #: gallery-plugin.php:987
315
+ #: gallery-plugin.php:1003
316
  msgid "Image size"
317
  msgstr "影像尺寸"
318
 
319
+ #: gallery-plugin.php:980
320
+ #: gallery-plugin.php:988
321
  msgid "Width (in px)"
322
  msgstr "宽度(像素)"
323
 
324
+ #: gallery-plugin.php:981
325
+ #: gallery-plugin.php:989
326
  msgid "Height (in px)"
327
  msgstr "高度(像素)"
328
 
329
+ #: gallery-plugin.php:985
330
  msgid "Gallery image size"
331
  msgstr "画廊中影像的尺寸"
332
 
333
+ #: gallery-plugin.php:993
334
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
335
  msgstr "当您上传一幅新的照片时,WordPress会创建一个特定尺寸的缩略图副本。"
336
 
337
+ #: gallery-plugin.php:1001
338
  msgid "Gallery image size in the lightbox"
339
  msgstr "灯箱中的影像的尺寸"
340
 
341
+ #: gallery-plugin.php:1004
342
  msgid "Max width (in px)"
343
  msgstr "最大宽度(像素)"
344
 
345
+ #: gallery-plugin.php:1005
346
  msgid "Max height (in px)"
347
  msgstr "最大高度(像素)"
348
 
349
+ #: gallery-plugin.php:1006
350
  msgid "Display a full size image in the lightbox"
351
  msgstr "在灯箱中显示全尺寸图像"
352
 
353
+ #: gallery-plugin.php:1010
354
  msgid "Crop position"
355
  msgstr "裁剪位置"
356
 
357
+ #: gallery-plugin.php:1012
358
  msgid "Horizontal"
359
  msgstr "水平"
360
 
361
+ #: gallery-plugin.php:1014
362
  msgid "left"
363
  msgstr "偏左"
364
 
365
+ #: gallery-plugin.php:1015
366
+ #: gallery-plugin.php:1022
367
  msgid "center"
368
  msgstr "居中"
369
 
370
+ #: gallery-plugin.php:1016
371
  msgid "right"
372
  msgstr "偏右"
373
 
374
+ #: gallery-plugin.php:1019
375
  msgid "Vertical"
376
  msgstr "垂直"
377
 
378
+ #: gallery-plugin.php:1021
379
  msgid "top"
380
  msgstr "偏上"
381
 
382
+ #: gallery-plugin.php:1023
383
  msgid "bottom"
384
  msgstr "偏下"
385
 
386
+ #: gallery-plugin.php:1028
387
  msgid "Lightbox background"
388
  msgstr "灯箱背景"
389
 
390
+ #: gallery-plugin.php:1030
391
  msgid "Default"
392
  msgstr "默认"
393
 
394
+ #: gallery-plugin.php:1031
395
  msgid "Background transparency (from 0 to 1)"
396
  msgstr "背景透明度(值为 0 到 1)"
397
 
398
+ #: gallery-plugin.php:1033
399
  msgid "Select a background color"
400
  msgstr "选择背景色"
401
 
402
+ #: gallery-plugin.php:1035
403
  msgid "Background color"
404
  msgstr "背景色"
405
 
406
+ #: gallery-plugin.php:1042
407
+ #: gallery-plugin.php:1222
408
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
409
  msgstr "如果您升级到高级版本,您的设置和画廊将被保存。"
410
 
411
+ #: gallery-plugin.php:1049
412
+ #: gallery-plugin.php:1229
413
  msgid "Unlock premium options by upgrading to a PRO version."
414
  msgstr ""
415
 
416
+ #: gallery-plugin.php:1050
417
+ #: gallery-plugin.php:1230
418
+ #: gallery-plugin.php:2049
419
  msgid "Learn More"
420
  msgstr "学习更多"
421
 
422
+ #: gallery-plugin.php:1054
423
+ #: gallery-plugin.php:1234
424
  msgid "Start Your Trial"
425
  msgstr ""
426
 
427
+ #: gallery-plugin.php:1055
428
+ #: gallery-plugin.php:1235
429
+ #: gallery-plugin.php:1289
430
+ #: gallery-plugin.php:1299
431
  msgid "or"
432
  msgstr ""
433
 
434
+ #: gallery-plugin.php:1058
435
+ #: gallery-plugin.php:1238
436
  msgid "Go"
437
  msgstr ""
438
 
439
+ #: gallery-plugin.php:1066
440
  msgid "Images with border"
441
  msgstr "影像边缘"
442
 
443
+ #: gallery-plugin.php:1069
444
  msgid "Border width in px, just numbers"
445
  msgstr "边缘宽度,以像素为单位,只能使用数字"
446
 
447
+ #: gallery-plugin.php:1071
448
+ #: gallery-plugin.php:1073
449
  msgid "Select a border color"
450
  msgstr "选择边框颜色"
451
 
452
+ #: gallery-plugin.php:1079
453
  msgid "Number of images in the row"
454
  msgstr "一行中图像的数量"
455
 
456
+ #: gallery-plugin.php:1085
457
  msgid "Start slideshow"
458
  msgstr "播放幻灯片"
459
 
460
+ #: gallery-plugin.php:1091
461
  msgid "Slideshow interval"
462
  msgstr "幻灯片播放间隔"
463
 
464
+ #: gallery-plugin.php:1097
465
  msgid "Use single lightbox for multiple galleries on one page"
466
  msgstr "在同一页面上为多个画廊使用同一个灯箱"
467
 
468
+ #: gallery-plugin.php:1105
469
  msgid "Attachment ID"
470
  msgstr "附件ID"
471
 
472
+ #: gallery-plugin.php:1106
473
  msgid "Image Name"
474
  msgstr "影像名称"
475
 
476
+ #: gallery-plugin.php:1108
477
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
478
  msgstr "分类排序(插入/上传媒体图集对话框中的输入字段)"
479
 
480
+ #: gallery-plugin.php:1109
481
  msgid "Random"
482
  msgstr "随机"
483
 
484
+ #: gallery-plugin.php:1113
485
  msgid "Sort images"
486
  msgstr "影像排序"
487
 
488
+ #: gallery-plugin.php:1115
489
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
490
  msgstr "升序(由低到高 - 1, 2, 3; a, b, c)"
491
 
492
+ #: gallery-plugin.php:1116
493
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
494
  msgstr "降序(由高到低 - 3, 2, 1; c, b, a)"
495
 
496
+ #: gallery-plugin.php:1120
497
  msgid "Display text above the image"
498
  msgstr "在图像上方显示文本"
499
 
500
+ #: gallery-plugin.php:1122
501
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
502
  msgstr "取消复选框,如果您仅想在灯箱中显示文本"
503
 
504
+ #: gallery-plugin.php:1126
505
  msgid "Display the Back link"
506
  msgstr "显示返回链接"
507
 
508
+ #: gallery-plugin.php:1132
509
  msgid "Display the Back link in the shortcode"
510
  msgstr "以代码方式显示返回链接"
511
 
512
+ #: gallery-plugin.php:1138
513
  msgid "The Back link text"
514
  msgstr "返回链接文本"
515
 
516
+ #: gallery-plugin.php:1144
517
  msgid "The Back link URL"
518
  msgstr "返回链接URL"
519
 
520
+ #: gallery-plugin.php:1146
521
  msgid "Gallery page (Page with Gallery Template)"
522
  msgstr "画廊页面(具有画廊模板的页面)"
523
 
524
+ #: gallery-plugin.php:1148
525
  msgid "(Full URL to custom page)"
526
  msgstr "(到自定义页面的完整地址)"
527
 
528
+ #: gallery-plugin.php:1152
529
  msgid "The Read More link text"
530
  msgstr "阅读更多链接的文本"
531
 
532
+ #: gallery-plugin.php:1158
533
  msgid "Add gallery to the search"
534
  msgstr "将画廊添加到搜索"
535
 
536
+ #: gallery-plugin.php:1168
537
  msgid "Using"
538
  msgstr ""
539
 
540
+ #: gallery-plugin.php:1168
541
  msgid "powered by"
542
  msgstr ""
543
 
 
544
  #: gallery-plugin.php:1171
545
+ #: gallery-plugin.php:1175
546
  msgid "Using Custom Search powered by"
547
  msgstr "自定义搜索技术支持"
548
 
549
+ #: gallery-plugin.php:1171
550
  msgid "Activate Custom Search"
551
  msgstr "启用自定义搜索"
552
 
553
+ #: gallery-plugin.php:1175
554
  msgid "Download Custom Search"
555
  msgstr "下载自定义搜索"
556
 
557
+ #: gallery-plugin.php:1185
558
+ #, fuzzy
559
+ msgid "Use pagination for images"
560
+ msgstr "正在更新影像..."
561
+
562
+ #: gallery-plugin.php:1188
563
+ msgid "per page"
564
+ msgstr ""
565
+
566
+ #: gallery-plugin.php:1192
567
  msgid "The lightbox helper"
568
  msgstr ""
569
 
570
+ #: gallery-plugin.php:1194
571
  msgid "Do not use"
572
  msgstr ""
573
 
574
+ #: gallery-plugin.php:1195
575
  msgid "Button helper"
576
  msgstr ""
577
 
578
+ #: gallery-plugin.php:1196
579
  msgid "Thumbnail helper"
580
  msgstr ""
581
 
582
+ #: gallery-plugin.php:1200
583
  msgid "Display Like buttons in the lightbox"
584
  msgstr "在灯箱中显示[喜欢]按钮"
585
 
586
+ #: gallery-plugin.php:1202
587
  msgid "FaceBook"
588
  msgstr "Facebook"
589
 
590
+ #: gallery-plugin.php:1203
591
  msgid "Twitter"
592
  msgstr "Twitter"
593
 
594
+ #: gallery-plugin.php:1204
595
  msgid "Pinterest"
596
  msgstr "Printerest"
597
 
598
+ #: gallery-plugin.php:1205
599
  msgid "Google +1"
600
  msgstr "Google +1"
601
 
602
+ #: gallery-plugin.php:1209
603
  msgid "Slug for gallery item"
604
  msgstr "画廊项的滑块"
605
 
606
+ #: gallery-plugin.php:1211
607
  msgid "for any structure of permalinks except the default structure"
608
  msgstr "给任意结构的固定链接,除了默认结构"
609
 
610
+ #: gallery-plugin.php:1215
611
  msgid "Title for lightbox button"
612
  msgstr ""
613
 
614
+ #: gallery-plugin.php:1246
615
  msgid "Save Changes"
616
  msgstr "保存修改"
617
 
618
+ #: gallery-plugin.php:1252
619
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
620
  msgstr "如果您喜欢我们的插件,请在 WordPress 上给它5星评价"
621
 
622
+ #: gallery-plugin.php:1253
623
  msgid "Rate the plugin"
624
  msgstr "给插件评价"
625
 
626
+ #: gallery-plugin.php:1256
627
  msgid "If there is something wrong about it, please contact us"
628
  msgstr "如果您有任何问题,请联系我们"
629
 
630
+ #: gallery-plugin.php:1267
631
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
632
  msgstr ""
633
 
634
+ #: gallery-plugin.php:1269
635
  msgid "Please, go to"
636
  msgstr ""
637
 
638
+ #: gallery-plugin.php:1269
639
  #, fuzzy
640
  msgid "the setting page"
641
  msgstr "在插件的设置页面("
642
 
643
+ #: gallery-plugin.php:1270
644
  msgid "You will be redirected automatically in 5 seconds."
645
  msgstr ""
646
 
647
+ #: gallery-plugin.php:1275
648
  msgid "You can download and activate"
649
  msgstr ""
650
 
651
+ #: gallery-plugin.php:1277
652
  msgid "version of this plugin by entering Your license key."
653
  msgstr ""
654
 
655
+ #: gallery-plugin.php:1279
656
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
657
  msgstr ""
658
 
659
+ #: gallery-plugin.php:1281
660
  msgid "(your username is the email you specify when purchasing the product)."
661
  msgstr ""
662
 
663
+ #: gallery-plugin.php:1289
664
+ #: gallery-plugin.php:1299
665
  #, fuzzy
666
  msgid "Activate"
667
  msgstr "已激活的插件"
668
 
669
+ #: gallery-plugin.php:1289
670
+ #: gallery-plugin.php:1299
671
  msgid "Start Your Free 7-Day Trial Now"
672
  msgstr ""
673
 
674
+ #: gallery-plugin.php:1316
675
  msgid "Support"
676
  msgstr "支持"
677
 
678
+ #: gallery-plugin.php:1444
679
+ #: template/gallery-single-template.php:14
680
  msgid "Download high resolution image"
681
  msgstr "下载高分辨率图像"
682
 
683
+ #: gallery-plugin.php:1553
684
+ #: template/gallery-single-template.php:77
685
  msgid "Sorry, nothing found."
686
  msgstr "对不起 - 没有找到。"
687
 
688
+ #: gallery-plugin.php:1575
689
+ #: template/gallery-single-template.php:104
690
  msgid "Image"
691
  msgstr "影像"
692
 
693
+ #: gallery-plugin.php:1866
694
  msgid "Image size not defined"
695
  msgstr "影像尺寸未定义"
696
 
697
+ #: gallery-plugin.php:1881
698
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
699
  msgstr "我们仅可以更新 PNG,JPEG,GIF,WPMP 或 XBM 文件。对于其他文件类型,请手动重新加载影像。"
700
 
701
+ #: gallery-plugin.php:1892
702
  msgid "Image size changes not defined"
703
  msgstr "图像大小的变化没有定义"
704
 
705
+ #: gallery-plugin.php:1921
706
+ #: gallery-plugin.php:1924
707
+ #: gallery-plugin.php:1929
708
  msgid "Invalid path"
709
  msgstr "无效的路径"
710
 
711
+ #: gallery-plugin.php:2052
712
  msgid "It’s time to upgrade your <strong>Gallery plugin</strong> to <strong>PRO</strong> version!"
713
  msgstr "是时候升级您的 <strong>Gallery plugin</strong> 到 <strong>PRO</strong> 版了!"
714
 
715
+ #: gallery-plugin.php:2053
716
  #, fuzzy
717
  msgid "Extend standard plugin functionality with new great options"
718
  msgstr "给标准插件功能扩展强大的选项。"
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&
4
  Tags: add album, add gallery, add picture, add pictures, album, foto, fotoalbum, gallery, galery, galary, gallary, gellery, gellary, gelary, gallerie, gallery decription, gallery image, image, multiple pictures, photo, photoalbum, photogallery, pictures, slide show, slideshow, upload images, upload photos, view images, view pictures, website gallery
5
  Requires at least: 3.0
6
  Tested up to: 3.9.1
7
- Stable tag: 4.2.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -172,6 +172,11 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
172
 
173
  == Changelog ==
174
 
 
 
 
 
 
175
  = V4.2.0 - 15.05.2014 =
176
  * Update : We updated all functionality for wordpress 3.9.1
177
  * Update : The French language file is updated.
@@ -437,6 +442,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
437
 
438
  == Upgrade Notice ==
439
 
 
 
 
440
  = V4.2.0 =
441
  We updated all functionality for wordpress 3.9.1. The French language file is updated. The Ukrainian language file is updated.
442
 
4
  Tags: add album, add gallery, add picture, add pictures, album, foto, fotoalbum, gallery, galery, galary, gallary, gellery, gellary, gelary, gallerie, gallery decription, gallery image, image, multiple pictures, photo, photoalbum, photogallery, pictures, slide show, slideshow, upload images, upload photos, view images, view pictures, website gallery
5
  Requires at least: 3.0
6
  Tested up to: 3.9.1
7
+ Stable tag: 4.2.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
172
 
173
  == Changelog ==
174
 
175
+ = V4.2.1 - 11.07.2014 =
176
+ * Budfix : We fixed the bug of htmlspecialchars in image metadata.
177
+ * Budfix : We fixed the bug of displaying sidebar in Twenty Fourteen theme.
178
+ * Budfix : The bug related to editing input fields of images in the admin panel on mobile devices was fixed.
179
+
180
  = V4.2.0 - 15.05.2014 =
181
  * Update : We updated all functionality for wordpress 3.9.1
182
  * Update : The French language file is updated.
442
 
443
  == Upgrade Notice ==
444
 
445
+ = V4.2.1 =
446
+ We fixed the bug of htmlspecialchars in image metadata. We fixed the bug of displaying sidebar in Twenty Fourteen theme. The bug related to editing input fields of images in the admin panel on mobile devices was fixed.
447
+
448
  = V4.2.0 =
449
  We updated all functionality for wordpress 3.9.1. The French language file is updated. The Ukrainian language file is updated.
450
 
template/gallery-single-template.php CHANGED
@@ -1,92 +1,94 @@
1
  <?php get_header(); ?>
2
- <div id="container" class="site-content">
3
- <div id="content" class="hentry">
4
- <?php global $post, $wp_query;
5
- $args = array(
6
- 'post_type' => 'gallery',
7
- 'post_status' => 'publish',
8
- 'name' => $wp_query->query_vars['name'],
9
- 'posts_per_page' => 1
10
- );
11
- $second_query = new WP_Query( $args );
12
- $gllr_options = get_option( 'gllr_options' );
13
- $gllr_download_link_title = addslashes( __( 'Download high resolution image', 'gallery' ) );
14
- if ( $second_query->have_posts() ) : while ( $second_query->have_posts() ) : $second_query->the_post(); ?>
15
- <h1 class="home_page_title entry-header"><?php the_title(); ?></h1>
16
- <div class="gallery_box_single entry-content">
17
- <?php the_content();
18
- $posts = get_posts( array(
19
- "showposts" => -1,
20
- "what_to_show" => "posts",
21
- "post_status" => "inherit",
22
- "post_type" => "attachment",
23
- "orderby" => $gllr_options['order_by'],
24
- "order" => $gllr_options['order'],
25
- "post_mime_type" => "image/jpeg,image/gif,image/jpg,image/png",
26
- "post_parent" => $post->ID
27
- ));
28
- if ( count( $posts ) > 0 ) {
29
- $count_image_block = 0; ?>
30
- <div class="gallery clearfix">
31
- <?php foreach ( $posts as $attachment ) {
32
- $key = "gllr_image_text";
33
- $link_key = "gllr_link_url";
34
- $alt_tag_key = "gllr_image_alt_tag";
35
- $image_attributes = wp_get_attachment_image_src( $attachment->ID, 'photo-thumb' );
36
- $image_attributes_large = wp_get_attachment_image_src( $attachment->ID, 'large' );
37
- $image_attributes_full = wp_get_attachment_image_src( $attachment->ID, 'full' );
38
- if ( 1 == $gllr_options['border_images'] ) {
39
- $gllr_border = 'border-width: ' . $gllr_options['border_images_width'] . 'px; border-color:' . $gllr_options['border_images_color'] . '';
40
- $gllr_border_images = $gllr_options['border_images_width'] * 2;
41
- } else {
42
- $gllr_border = '';
43
- $gllr_border_images = 0;
44
- }
45
- if ( $count_image_block % $gllr_options['custom_image_row_count'] == 0 ) { ?>
46
- <div class="gllr_image_row">
47
- <?php } ?>
48
- <div class="gllr_image_block">
49
- <p style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0] + $gllr_border_images; ?>px;height:<?php echo $gllr_options['gllr_custom_size_px'][1][1] + $gllr_border_images; ?>px;">
50
- <?php if ( ( $url_for_link = get_post_meta( $attachment->ID, $link_key, true ) ) != "" ) { ?>
51
- <a href="<?php echo $url_for_link; ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" target="_blank">
52
- <img style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]; ?>px;height:<?php echo $gllr_options['gllr_custom_size_px'][1][1]; ?>px; <?php echo $gllr_border; ?>" alt="<?php echo get_post_meta( $attachment->ID, $alt_tag_key, true ); ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" src="<?php echo $image_attributes[0]; ?>" />
 
 
 
 
 
53
  </a>
54
- <?php } else { ?>
55
- <a rel="gallery_fancybox<?php if ( 0 == $gllr_options['single_lightbox_for_multiple_galleries'] ) echo '_' . $post->ID; ?>" href="<?php echo $image_attributes_large[0]; ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" >
56
- <img style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]; ?>px;height:<?php echo $gllr_options['gllr_custom_size_px'][1][1]; ?>px; <?php echo $gllr_border; ?>" alt="<?php echo get_post_meta( $attachment->ID, $alt_tag_key, true ); ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" src="<?php echo $image_attributes[0]; ?>" rel="<?php echo $image_attributes_full[0]; ?>" />
57
- </a>
58
- <?php } ?>
59
- </p>
60
- <div style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0] + $gllr_border_images; ?>px; <?php if ( 0 == $gllr_options["image_text"] ) echo "visibility:hidden;"; ?>" class="gllr_single_image_text"><?php echo get_post_meta( $attachment->ID, $key, true ); ?>&nbsp;</div>
61
  </div>
62
- <?php if ( $count_image_block%$gllr_options['custom_image_row_count'] == $gllr_options['custom_image_row_count']-1 ) { ?>
63
- </div>
64
- <?php }
65
- $count_image_block++;
66
- }
67
- if ( $count_image_block > 0 && $count_image_block%$gllr_options['custom_image_row_count'] != 0 ) { ?>
68
  </div>
69
  <?php } ?>
70
- </div>
71
- <?php } ?>
 
 
 
72
  </div>
73
- <div class="clear"></div>
74
- <?php endwhile; else: ?>
75
- <div class="gallery_box_single">
76
- <p class="not_found"><?php _e( 'Sorry, nothing found.', 'gallery' ); ?></p>
77
- </div>
78
- <?php endif; ?>
79
- <?php if ( 1 == $gllr_options['return_link'] ) {
80
- if ( 'gallery_template_url' == $gllr_options["return_link_page"] ) {
81
- global $wpdb;
82
- $parent = $wpdb->get_var( "SELECT $wpdb->posts.ID FROM $wpdb->posts, $wpdb->postmeta WHERE meta_key = '_wp_page_template' AND meta_value = 'gallery-template.php' AND (post_status = 'publish' OR post_status = 'private') AND $wpdb->posts.ID = $wpdb->postmeta.post_id" ); ?>
83
- <div class="return_link"><a href="<?php echo ( !empty( $parent ) ? get_permalink( $parent ) : '' ); ?>"><?php echo $gllr_options['return_link_text']; ?></a></div>
84
- <?php } else { ?>
85
- <div class="return_link"><a href="<?php echo $gllr_options["return_link_url"]; ?>"><?php echo $gllr_options['return_link_text']; ?></a></div>
86
- <?php }
87
- } ?>
88
- <?php comments_template(); ?>
89
- </div>
90
  </div>
91
  <?php get_sidebar(); ?>
92
  <script type="text/javascript">
1
  <?php get_header(); ?>
2
+ <div class="content-area">
3
+ <div id="container" class="site-content">
4
+ <div id="content" class="hentry">
5
+ <?php global $post, $wp_query;
6
+ $args = array(
7
+ 'post_type' => 'gallery',
8
+ 'post_status' => 'publish',
9
+ 'name' => $wp_query->query_vars['name'],
10
+ 'posts_per_page' => 1
11
+ );
12
+ $second_query = new WP_Query( $args );
13
+ $gllr_options = get_option( 'gllr_options' );
14
+ $gllr_download_link_title = addslashes( __( 'Download high resolution image', 'gallery' ) );
15
+ if ( $second_query->have_posts() ) : while ( $second_query->have_posts() ) : $second_query->the_post(); ?>
16
+ <h1 class="home_page_title entry-header"><?php the_title(); ?></h1>
17
+ <div class="gallery_box_single entry-content">
18
+ <?php the_content();
19
+ $posts = get_posts( array(
20
+ "showposts" => -1,
21
+ "what_to_show" => "posts",
22
+ "post_status" => "inherit",
23
+ "post_type" => "attachment",
24
+ "orderby" => $gllr_options['order_by'],
25
+ "order" => $gllr_options['order'],
26
+ "post_mime_type" => "image/jpeg,image/gif,image/jpg,image/png",
27
+ "post_parent" => $post->ID
28
+ ));
29
+ if ( count( $posts ) > 0 ) {
30
+ $count_image_block = 0; ?>
31
+ <div class="gallery clearfix">
32
+ <?php foreach ( $posts as $attachment ) {
33
+ $key = "gllr_image_text";
34
+ $link_key = "gllr_link_url";
35
+ $alt_tag_key = "gllr_image_alt_tag";
36
+ $image_attributes = wp_get_attachment_image_src( $attachment->ID, 'photo-thumb' );
37
+ $image_attributes_large = wp_get_attachment_image_src( $attachment->ID, 'large' );
38
+ $image_attributes_full = wp_get_attachment_image_src( $attachment->ID, 'full' );
39
+ if ( 1 == $gllr_options['border_images'] ) {
40
+ $gllr_border = 'border-width: ' . $gllr_options['border_images_width'] . 'px; border-color:' . $gllr_options['border_images_color'] . '';
41
+ $gllr_border_images = $gllr_options['border_images_width'] * 2;
42
+ } else {
43
+ $gllr_border = '';
44
+ $gllr_border_images = 0;
45
+ }
46
+ if ( $count_image_block % $gllr_options['custom_image_row_count'] == 0 ) { ?>
47
+ <div class="gllr_image_row">
48
+ <?php } ?>
49
+ <div class="gllr_image_block">
50
+ <p style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0] + $gllr_border_images; ?>px;height:<?php echo $gllr_options['gllr_custom_size_px'][1][1] + $gllr_border_images; ?>px;">
51
+ <?php if ( ( $url_for_link = get_post_meta( $attachment->ID, $link_key, true ) ) != "" ) { ?>
52
+ <a href="<?php echo $url_for_link; ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" target="_blank">
53
+ <img style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]; ?>px;height:<?php echo $gllr_options['gllr_custom_size_px'][1][1]; ?>px; <?php echo $gllr_border; ?>" alt="<?php echo get_post_meta( $attachment->ID, $alt_tag_key, true ); ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" src="<?php echo $image_attributes[0]; ?>" />
54
+ </a>
55
+ <?php } else { ?>
56
+ <a rel="gallery_fancybox<?php if ( 0 == $gllr_options['single_lightbox_for_multiple_galleries'] ) echo '_' . $post->ID; ?>" href="<?php echo $image_attributes_large[0]; ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" >
57
+ <img style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]; ?>px;height:<?php echo $gllr_options['gllr_custom_size_px'][1][1]; ?>px; <?php echo $gllr_border; ?>" alt="<?php echo get_post_meta( $attachment->ID, $alt_tag_key, true ); ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" src="<?php echo $image_attributes[0]; ?>" rel="<?php echo $image_attributes_full[0]; ?>" />
58
  </a>
59
+ <?php } ?>
60
+ </p>
61
+ <div style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0] + $gllr_border_images; ?>px; <?php if ( 0 == $gllr_options["image_text"] ) echo "visibility:hidden;"; ?>" class="gllr_single_image_text"><?php echo get_post_meta( $attachment->ID, $key, true ); ?>&nbsp;</div>
62
+ </div>
63
+ <?php if ( $count_image_block%$gllr_options['custom_image_row_count'] == $gllr_options['custom_image_row_count']-1 ) { ?>
 
 
64
  </div>
65
+ <?php }
66
+ $count_image_block++;
67
+ }
68
+ if ( $count_image_block > 0 && $count_image_block%$gllr_options['custom_image_row_count'] != 0 ) { ?>
69
+ </div>
70
+ <?php } ?>
71
  </div>
72
  <?php } ?>
73
+ </div>
74
+ <div class="clear"></div>
75
+ <?php endwhile; else: ?>
76
+ <div class="gallery_box_single">
77
+ <p class="not_found"><?php _e( 'Sorry, nothing found.', 'gallery' ); ?></p>
78
  </div>
79
+ <?php endif; ?>
80
+ <?php if ( 1 == $gllr_options['return_link'] ) {
81
+ if ( 'gallery_template_url' == $gllr_options["return_link_page"] ) {
82
+ global $wpdb;
83
+ $parent = $wpdb->get_var( "SELECT $wpdb->posts.ID FROM $wpdb->posts, $wpdb->postmeta WHERE meta_key = '_wp_page_template' AND meta_value = 'gallery-template.php' AND (post_status = 'publish' OR post_status = 'private') AND $wpdb->posts.ID = $wpdb->postmeta.post_id" ); ?>
84
+ <div class="return_link"><a href="<?php echo ( !empty( $parent ) ? get_permalink( $parent ) : '' ); ?>"><?php echo $gllr_options['return_link_text']; ?></a></div>
85
+ <?php } else { ?>
86
+ <div class="return_link"><a href="<?php echo $gllr_options["return_link_url"]; ?>"><?php echo $gllr_options['return_link_text']; ?></a></div>
87
+ <?php }
88
+ } ?>
89
+ <?php comments_template(); ?>
90
+ </div>
91
+ </div>
 
 
 
 
92
  </div>
93
  <?php get_sidebar(); ?>
94
  <script type="text/javascript">
template/gallery-template.php CHANGED
@@ -4,107 +4,109 @@ Template Name: Gallery Template
4
  */
5
  ?>
6
  <?php get_header(); ?>
7
- <div id="container" class="site-content">
8
- <div id="content" class="hentry">
9
- <h1 class="home_page_title entry-header"><?php the_title(); ?></h1>
10
- <?php if ( function_exists( 'pdfprnt_show_buttons_for_custom_post_type' ) )
11
- echo pdfprnt_show_buttons_for_custom_post_type( 'post_type=gallery&orderby=post_date' ); ?>
12
- <div class="gallery_box entry-content">
13
- <ul>
14
- <?php global $post, $wpdb, $wp_query, $request;
15
-
16
- if ( get_query_var( 'paged' ) ) {
17
- $paged = get_query_var( 'paged' );
18
- } elseif ( get_query_var( 'page' ) ) {
19
- $paged = get_query_var( 'page' );
20
- } else {
21
- $paged = 1;
22
- }
23
-
24
- $permalink = get_permalink();
25
- $gllr_options = get_option( 'gllr_options' );
26
- $count = 0;
27
- $per_page = $showitems = get_option( 'posts_per_page' );
28
- $count_all_albums = $wpdb->get_var( "SELECT COUNT(*) FROM wp_posts WHERE 1=1 AND wp_posts.post_type = 'gallery' AND (wp_posts.post_status = 'publish')" );
29
-
30
- if ( substr( $permalink, strlen( $permalink ) -1 ) != "/" ) {
31
- if ( strpos( $permalink, "?" ) !== false ) {
32
- $permalink = substr( $permalink, 0, strpos( $permalink, "?" ) -1 ) . "/";
33
  } else {
34
- $permalink .= "/";
35
  }
36
- }
37
 
38
- $args = array(
39
- 'post_type' => 'gallery',
40
- 'post_status' => 'publish',
41
- 'orderby' => 'post_date',
42
- 'posts_per_page' => $per_page,
43
- 'paged' => $paged
44
- );
45
- $second_query = new WP_Query( $args );
46
 
47
- if ( function_exists( 'pdfprnt_show_buttons_for_custom_post_type' ) )
48
- echo pdfprnt_show_buttons_for_custom_post_type( $second_query );
49
-
50
- $request = $second_query->request;
51
-
52
- if ( $second_query->have_posts() ) :
53
- while ( $second_query->have_posts() ) : $second_query->the_post();
54
- $attachments = get_post_thumbnail_id( $post->ID );
55
- if ( empty ( $attachments ) ) {
56
- $attachments = get_children( 'post_parent='.$post->ID.'&post_type=attachment&post_mime_type=image&numberposts=1' );
57
- $id = key( $attachments );
58
- $image_attributes = wp_get_attachment_image_src( $id, 'album-thumb' );
59
- } else {
60
- $image_attributes = wp_get_attachment_image_src( $attachments, 'album-thumb' );
61
- }
62
- if ( 1 == $gllr_options['border_images'] ) {
63
- $gllr_border = 'border-width: ' . $gllr_options['border_images_width'].'px; border-color:'.$gllr_options['border_images_color'].'; padding:0;';
64
- $gllr_border_images = $gllr_options['border_images_width'] * 2;
65
  } else {
66
- $gllr_border = 'padding:0;';
67
- $gllr_border_images = 0;
68
  }
69
- $count++; ?>
70
- <li>
71
- <a rel="bookmark" href="<?php echo get_permalink(); ?>" title="<?php echo htmlspecialchars( $post->post_title ); ?>">
72
- <img style="width:<?php echo $gllr_options['gllr_custom_size_px'][0][0]; ?>px; <?php echo $gllr_border; ?>" alt="<?php echo htmlspecialchars( $post->post_title ); ?>" title="<?php echo htmlspecialchars( $post->post_title ); ?>" src="<?php echo $image_attributes[0]; ?>" />
73
- </a>
74
- <div class="gallery_detail_box">
75
- <div><?php echo htmlspecialchars( $post->post_title ); ?></div>
76
- <div><?php echo the_excerpt_max_charlength( 100 ); ?></div>
77
- <a href="<?php echo $permalink; echo basename( get_permalink( $post->ID ) ); ?>"><?php echo $gllr_options["read_more_link_text"]; ?></a>
78
- </div>
79
- <div class="clear"></div>
80
- </li>
81
- <?php endwhile;
82
- endif;
83
- wp_reset_query();
84
- $request = $wp_query->request; ?>
85
- </ul>
86
- <?php $pages = intval ( $count_all_albums / $per_page );
87
- if ( $count_all_albums % $per_page > 0 )
88
- $pages += 1;
89
- $range = 100;
90
- if ( ! $pages ) {
91
- $pages = 1;
92
- }
93
- if ( 1 != $pages ) { ?>
94
- </div><!-- .gallery_box -->
95
- <div class='clear'></div>
96
- <div class='pagination'>
97
- <?php for ( $i = 1; $i <= $pages; $i++ ) {
98
- if ( 1 != $pages && ( !( $i >= $paged + $range + 1 || $i <= $paged - $range - 1 ) || $pages <= $showitems ) ) {
99
- echo ( $paged == $i ) ? "<span class='current'>". $i ."</span>":"<a href='". get_pagenum_link($i) ."' class='inactive' >". $i ."</a>";
100
- }
101
- } ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
102
  <div class='clear'></div>
103
- </div><!-- .pagination -->
104
- <?php } else { ?>
105
- </div><!-- .gallery_box -->
106
- <?php }
107
- comments_template(); ?>
 
 
 
 
 
 
 
 
108
  </div>
109
  </div>
110
  <?php get_sidebar(); ?>
4
  */
5
  ?>
6
  <?php get_header(); ?>
7
+ <div class="content-area">
8
+ <div id="container" class="site-content">
9
+ <div id="content" class="hentry">
10
+ <h1 class="home_page_title entry-header"><?php the_title(); ?></h1>
11
+ <?php if ( function_exists( 'pdfprnt_show_buttons_for_custom_post_type' ) )
12
+ echo pdfprnt_show_buttons_for_custom_post_type( 'post_type=gallery&orderby=post_date' ); ?>
13
+ <div class="gallery_box entry-content">
14
+ <ul>
15
+ <?php global $post, $wpdb, $wp_query, $request;
16
+
17
+ if ( get_query_var( 'paged' ) ) {
18
+ $paged = get_query_var( 'paged' );
19
+ } elseif ( get_query_var( 'page' ) ) {
20
+ $paged = get_query_var( 'page' );
 
 
 
 
 
 
 
 
 
 
 
 
21
  } else {
22
+ $paged = 1;
23
  }
 
24
 
25
+ $permalink = get_permalink();
26
+ $gllr_options = get_option( 'gllr_options' );
27
+ $count = 0;
28
+ $per_page = $showitems = get_option( 'posts_per_page' );
29
+ $count_all_albums = $wpdb->get_var( "SELECT COUNT(*) FROM wp_posts WHERE 1=1 AND wp_posts.post_type = 'gallery' AND (wp_posts.post_status = 'publish')" );
 
 
 
30
 
31
+ if ( substr( $permalink, strlen( $permalink ) -1 ) != "/" ) {
32
+ if ( strpos( $permalink, "?" ) !== false ) {
33
+ $permalink = substr( $permalink, 0, strpos( $permalink, "?" ) -1 ) . "/";
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  } else {
35
+ $permalink .= "/";
 
36
  }
37
+ }
38
+
39
+ $args = array(
40
+ 'post_type' => 'gallery',
41
+ 'post_status' => 'publish',
42
+ 'orderby' => 'post_date',
43
+ 'posts_per_page' => $per_page,
44
+ 'paged' => $paged
45
+ );
46
+ $second_query = new WP_Query( $args );
47
+
48
+ if ( function_exists( 'pdfprnt_show_buttons_for_custom_post_type' ) )
49
+ echo pdfprnt_show_buttons_for_custom_post_type( $second_query );
50
+
51
+ $request = $second_query->request;
52
+
53
+ if ( $second_query->have_posts() ) :
54
+ while ( $second_query->have_posts() ) : $second_query->the_post();
55
+ $attachments = get_post_thumbnail_id( $post->ID );
56
+ if ( empty ( $attachments ) ) {
57
+ $attachments = get_children( 'post_parent='.$post->ID.'&post_type=attachment&post_mime_type=image&numberposts=1' );
58
+ $id = key( $attachments );
59
+ $image_attributes = wp_get_attachment_image_src( $id, 'album-thumb' );
60
+ } else {
61
+ $image_attributes = wp_get_attachment_image_src( $attachments, 'album-thumb' );
62
+ }
63
+ if ( 1 == $gllr_options['border_images'] ) {
64
+ $gllr_border = 'border-width: ' . $gllr_options['border_images_width'].'px; border-color:'.$gllr_options['border_images_color'].'; padding:0;';
65
+ $gllr_border_images = $gllr_options['border_images_width'] * 2;
66
+ } else {
67
+ $gllr_border = 'padding:0;';
68
+ $gllr_border_images = 0;
69
+ }
70
+ $count++; ?>
71
+ <li>
72
+ <a rel="bookmark" href="<?php echo get_permalink(); ?>" title="<?php echo htmlspecialchars( $post->post_title ); ?>">
73
+ <img style="width:<?php echo $gllr_options['gllr_custom_size_px'][0][0]; ?>px; <?php echo $gllr_border; ?>" alt="<?php echo htmlspecialchars( $post->post_title ); ?>" title="<?php echo htmlspecialchars( $post->post_title ); ?>" src="<?php echo $image_attributes[0]; ?>" />
74
+ </a>
75
+ <div class="gallery_detail_box">
76
+ <div><?php echo htmlspecialchars( $post->post_title ); ?></div>
77
+ <div><?php echo the_excerpt_max_charlength( 100 ); ?></div>
78
+ <a href="<?php echo $permalink; echo basename( get_permalink( $post->ID ) ); ?>"><?php echo $gllr_options["read_more_link_text"]; ?></a>
79
+ </div>
80
+ <div class="clear"></div>
81
+ </li>
82
+ <?php endwhile;
83
+ endif;
84
+ wp_reset_query();
85
+ $request = $wp_query->request; ?>
86
+ </ul>
87
+ <?php $pages = intval ( $count_all_albums / $per_page );
88
+ if ( $count_all_albums % $per_page > 0 )
89
+ $pages += 1;
90
+ $range = 100;
91
+ if ( ! $pages ) {
92
+ $pages = 1;
93
+ }
94
+ if ( 1 != $pages ) { ?>
95
+ </div><!-- .gallery_box -->
96
  <div class='clear'></div>
97
+ <div class='pagination'>
98
+ <?php for ( $i = 1; $i <= $pages; $i++ ) {
99
+ if ( 1 != $pages && ( !( $i >= $paged + $range + 1 || $i <= $paged - $range - 1 ) || $pages <= $showitems ) ) {
100
+ echo ( $paged == $i ) ? "<span class='current'>". $i ."</span>":"<a href='". get_pagenum_link($i) ."' class='inactive' >". $i ."</a>";
101
+ }
102
+ } ?>
103
+ <div class='clear'></div>
104
+ </div><!-- .pagination -->
105
+ <?php } else { ?>
106
+ </div><!-- .gallery_box -->
107
+ <?php }
108
+ comments_template(); ?>
109
+ </div>
110
  </div>
111
  </div>
112
  <?php get_sidebar(); ?>