Gallery by BestWebSoft - Version 3.6

Version Description

  • 03.10.2012 =
  • NEW : Added function to display 'Download High resolution image' link in lightbox on gallery page
  • NEW : Added setting for 'Download High resolution image' link
Download this release

Release Info

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

Code changes from version 3.5 to 3.6

Files changed (74) hide show
  1. css/stylesheet.css +2 -1
  2. fancybox/blank.gif +0 -0
  3. fancybox/fancy_close.png +0 -0
  4. fancybox/fancy_loading.png +0 -0
  5. fancybox/fancy_nav_left.png +0 -0
  6. fancybox/fancy_nav_right.png +0 -0
  7. fancybox/fancy_shadow_e.png +0 -0
  8. fancybox/fancy_shadow_n.png +0 -0
  9. fancybox/fancy_shadow_ne.png +0 -0
  10. fancybox/fancy_shadow_nw.png +0 -0
  11. fancybox/fancy_shadow_s.png +0 -0
  12. fancybox/fancy_shadow_se.png +0 -0
  13. fancybox/fancy_shadow_sw.png +0 -0
  14. fancybox/fancy_shadow_w.png +0 -0
  15. fancybox/fancy_title_left.png +0 -0
  16. fancybox/fancy_title_main.png +0 -0
  17. fancybox/fancy_title_over.png +0 -0
  18. fancybox/fancy_title_right.png +0 -0
  19. fancybox/fancybox-x.png +0 -0
  20. fancybox/fancybox-y.png +0 -0
  21. fancybox/fancybox.png +0 -0
  22. fancybox/jquery.easing-1.3.pack.js +0 -0
  23. fancybox/jquery.fancybox-1.3.4.css +0 -0
  24. fancybox/jquery.fancybox-1.3.4.js +0 -0
  25. fancybox/jquery.fancybox-1.3.4.pack.js +0 -0
  26. fancybox/jquery.mousewheel-3.0.4.pack.js +0 -0
  27. gallery-plugin.php +86 -28
  28. images/icon_16.png +0 -0
  29. images/icon_16_b.png +0 -0
  30. images/icon_16_c.png +0 -0
  31. images/icon_36.png +0 -0
  32. images/icon_36_b.png +0 -0
  33. images/px.png +0 -0
  34. languages/gallery-cs_CZ.mo +0 -0
  35. languages/gallery-cs_CZ.po +115 -96
  36. languages/gallery-de_DE.mo +0 -0
  37. languages/gallery-de_DE.po +115 -96
  38. languages/gallery-es.mo +0 -0
  39. languages/gallery-es.po +0 -301
  40. languages/gallery-es_ES.mo +0 -0
  41. languages/gallery-es_ES.po +328 -0
  42. languages/gallery-fr_FR.mo +0 -0
  43. languages/gallery-fr_FR.po +139 -103
  44. languages/gallery-he_IL.mo +0 -0
  45. languages/gallery-he_IL.po +132 -102
  46. languages/gallery-hu_HU.mo +0 -0
  47. languages/gallery-hu_HU.po +115 -96
  48. languages/gallery-it_IT.mo +0 -0
  49. languages/gallery-it_IT.po +141 -104
  50. languages/gallery-ka_GE.mo +0 -0
  51. languages/gallery-ka_GE.po +115 -96
  52. languages/gallery-lt_LT.po +136 -102
  53. languages/gallery-nl_NL.mo +0 -0
  54. languages/gallery-nl_NL.po +115 -96
  55. languages/gallery-pl_PL.mo +0 -0
  56. languages/gallery-pl_PL.po +118 -97
  57. languages/gallery-pt_BR.mo +0 -0
  58. languages/gallery-pt_BR.po +141 -104
  59. languages/gallery-ru_RU.mo +0 -0
  60. languages/gallery-ru_RU.po +140 -103
  61. languages/gallery-uk.mo +0 -0
  62. languages/gallery-uk.po +115 -96
  63. readme.txt +10 -4
  64. screenshot-1.jpg +0 -0
  65. screenshot-2.jpg +0 -0
  66. screenshot-3.jpg +0 -0
  67. screenshot-4.jpg +0 -0
  68. screenshot-5.jpg +0 -0
  69. template/gallery-single-template.php +6 -5
  70. template/gallery-template.php +0 -0
  71. upload/fileuploader.css +0 -0
  72. upload/fileuploader.js +0 -0
  73. upload/jquery.js +0 -0
  74. upload/loading.gif +0 -0
css/stylesheet.css CHANGED
@@ -49,8 +49,9 @@ ul.gallery {
49
  float: left;
50
  }
51
 
52
- .gallery img {
53
  border: 10px solid #F1F1F1;
 
54
  }
55
 
56
  #Upload-File .gllr_order_message{
49
  float: left;
50
  }
51
 
52
+ #content .gallery .gllr_image_block a img {
53
  border: 10px solid #F1F1F1;
54
+ margin-top: 0;
55
  }
56
 
57
  #Upload-File .gllr_order_message{
fancybox/blank.gif CHANGED
File without changes
fancybox/fancy_close.png CHANGED
File without changes
fancybox/fancy_loading.png CHANGED
File without changes
fancybox/fancy_nav_left.png CHANGED
File without changes
fancybox/fancy_nav_right.png CHANGED
File without changes
fancybox/fancy_shadow_e.png CHANGED
File without changes
fancybox/fancy_shadow_n.png CHANGED
File without changes
fancybox/fancy_shadow_ne.png CHANGED
File without changes
fancybox/fancy_shadow_nw.png CHANGED
File without changes
fancybox/fancy_shadow_s.png CHANGED
File without changes
fancybox/fancy_shadow_se.png CHANGED
File without changes
fancybox/fancy_shadow_sw.png CHANGED
File without changes
fancybox/fancy_shadow_w.png CHANGED
File without changes
fancybox/fancy_title_left.png CHANGED
File without changes
fancybox/fancy_title_main.png CHANGED
File without changes
fancybox/fancy_title_over.png CHANGED
File without changes
fancybox/fancy_title_right.png CHANGED
File without changes
fancybox/fancybox-x.png CHANGED
File without changes
fancybox/fancybox-y.png CHANGED
File without changes
fancybox/fancybox.png CHANGED
File without changes
fancybox/jquery.easing-1.3.pack.js CHANGED
File without changes
fancybox/jquery.fancybox-1.3.4.css CHANGED
File without changes
fancybox/jquery.fancybox-1.3.4.js CHANGED
File without changes
fancybox/jquery.fancybox-1.3.4.pack.js CHANGED
File without changes
fancybox/jquery.mousewheel-3.0.4.pack.js CHANGED
File without changes
gallery-plugin.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Gallery Plugin
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: 3.4
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
@@ -27,19 +27,67 @@ License: GPLv2 or later
27
 
28
  if( ! function_exists( 'gllr_plugin_install' ) ) {
29
  function gllr_plugin_install() {
30
- if ( ! file_exists( get_stylesheet_directory() .'/gallery-template.php' ) ) {
31
- @copy( WP_PLUGIN_DIR .'/gallery-plugin/template/gallery-template.php', get_stylesheet_directory() .'/gallery-template.php' );
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  }
33
  else {
34
- @copy( get_stylesheet_directory() .'/gallery-template.php', get_stylesheet_directory() .'/gallery-template.php.bak' );
35
- @copy( WP_PLUGIN_DIR .'/gallery-plugin/template/gallery-template.php', get_stylesheet_directory() .'/gallery-template.php' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  }
37
- if ( ! file_exists( get_stylesheet_directory() .'/gallery-single-template.php' ) ) {
38
- @copy( WP_PLUGIN_DIR .'/gallery-plugin/template/gallery-single-template.php', get_stylesheet_directory() .'/gallery-single-template.php' );
 
 
 
 
 
 
 
39
  }
40
  else {
41
- @copy( get_stylesheet_directory() .'/gallery-single-template.php', get_stylesheet_directory() .'/gallery-single-template.php.bak' );
42
- @copy( WP_PLUGIN_DIR .'/gallery-plugin/template/gallery-single-template.php', get_stylesheet_directory() .'/gallery-single-template.php' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  }
44
  }
45
  }
@@ -151,6 +199,7 @@ if ( ! function_exists( 'gllr_post_custom_box' ) ) {
151
  global $post;
152
  $gllr_options = get_option( 'gllr_options' );
153
  $key = "gllr_image_text";
 
154
  $error = "";
155
  $uploader = true;
156
 
@@ -172,9 +221,10 @@ if ( ! function_exists( 'gllr_post_custom_box' ) ) {
172
  <div id="hidden"></div>
173
  <div style="clear:both;"></div></div>
174
  <div class="gllr_order_message hidden">
175
- <?php _e( 'Please use drag and drop function to change the order of the output of images and do not forget to save post.', 'gallery'); ?>
176
- <br />
177
- <?php _e( 'Please do not forget to select ', 'gallery'); echo ' `'; _e('Attachments order by', 'gallery' ); echo '` -> `'; _e('attachments order', 'gallery' ); echo '` '; _e('in the settings of the plugin (page ', 'gallery'); ?><a href="<?php echo admin_url( 'admin.php?page=gallery-plugin.php', 'http' ); ?>" target="_blank"><?php echo admin_url( 'admin.php?page=gallery-plugin.php', 'http' ); ?></a>)
 
178
  </div>
179
  <script type="text/javascript">
180
  <?php if ($uploader === true) { ?>
@@ -324,6 +374,19 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
324
  wp_update_post( array( 'ID'=>$key, 'menu_order'=>$val ) );
325
  }
326
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
327
  }
328
  }
329
 
@@ -340,24 +403,16 @@ if( ! function_exists( 'gllr_custom_permalinks' ) ) {
340
  $parent = $wpdb->get_var("SELECT $wpdb->posts.post_name 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");
341
  $newrules = array();
342
  if( ! empty( $parent ) ) {
343
- $newrules['(.+)/'.$parent.'/([^/]+)/?$']= 'index.php?post_type=gallery&title=$matches[2]&posts_per_page=-1';
344
- $newrules[''.$parent.'/([^/]+)/?$']= 'index.php?post_type=gallery&title=$matches[1]&posts_per_page=-1';
345
  $newrules[''.$parent.'/page/([^/]+)/?$']= 'index.php?pagename='.$parent.'&paged=$matches[1]';
346
  $newrules[''.$parent.'/page/([^/]+)?$']= 'index.php?pagename='.$parent.'&paged=$matches[1]';
347
- /*$wp_rewrite->add_rule( '(.+)/'.$parent.'/([^/]+)/?$', 'index.php?post_type=gallery&title=$matches[2]&posts_per_page=-1', 'top' );
348
- $wp_rewrite->add_rule( ''.$parent.'/([^/]+)/?$', 'index.php?post_type=gallery&title=$matches[1]&posts_per_page=-1', 'top' );
349
- $wp_rewrite->add_rule( ''.$parent.'/page/([^/]+)/?$', 'index.php?pagename='.$parent.'&paged=$matches[1]', 'top' );
350
- $wp_rewrite->add_rule( ''.$parent.'/page/([^/]+)?$', 'index.php?pagename='.$parent.'&paged=$matches[1]', 'top' );*/
351
  }
352
  else {
353
- $newrules['(.+)/gallery/([^/]+)/?$']= 'index.php?post_type=gallery&title=$matches[2]&posts_per_page=-1';
354
- $newrules['gallery/([^/]+)/?$']= 'index.php?post_type=gallery&title=$matches[1]&posts_per_page=-1';
355
  $newrules['gallery/page/([^/]+)/?$']= 'index.php?pagename=gallery&paged=$matches[1]';
356
  $newrules['gallery/page/([^/]+)?$']= 'index.php?pagename=gallery&paged=$matches[1]';
357
- /*$wp_rewrite->add_rule( '(.+)/gallery/([^/]+)/?$', 'index.php?post_type=gallery&title=$matches[2]&posts_per_page=-1', 'top' );
358
- $wp_rewrite->add_rule( 'gallery/([^/]+)/?$', 'index.php?post_type=gallery&title=$matches[1]&posts_per_page=-1', 'top' );
359
- $wp_rewrite->add_rule( 'gallery/page/([^/]+)/?$', 'index.php?pagename=gallery&paged=$matches[1]', 'top' );
360
- $wp_rewrite->add_rule( 'gallery/page/([^/]+)?$', 'index.php?pagename=gallery&paged=$matches[1]', 'top' );*/
361
  }
362
  return $newrules + $rules;
363
  }
@@ -367,8 +422,7 @@ if( ! function_exists( 'gllr_custom_permalinks' ) ) {
367
  if ( ! function_exists( 'gllr_flush_rules' ) ) {
368
  function gllr_flush_rules(){
369
  $rules = get_option( 'rewrite_rules' );
370
-
371
- if ( ! isset( $rules['(.+)/gallery/([^/]+)/?$'] ) ) {
372
  global $wp_rewrite;
373
  $wp_rewrite->flush_rules();
374
  }
@@ -585,6 +639,9 @@ if( ! function_exists( 'register_gllr_settings' ) ) {
585
  function register_gllr_settings() {
586
  global $wpmu;
587
  global $gllr_options;
 
 
 
588
 
589
  $gllr_option_defaults = array(
590
  'gllr_custom_size_name' => array( 'album-thumb', 'photo-thumb' ),
@@ -924,13 +981,14 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
924
  $key = "gllr_image_text";
925
  $image_attributes = wp_get_attachment_image_src( $attachment->ID, 'photo-thumb' );
926
  $image_attributes_large = wp_get_attachment_image_src( $attachment->ID, 'large' );
 
927
  if( $count_image_block % $gllr_options['custom_image_row_count'] == 0 ) { ?>
928
  <div class="gllr_image_row">
929
  <?php } ?>
930
  <div class="gllr_image_block">
931
  <p style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]+20; ?>px;height:<?php echo $gllr_options['gllr_custom_size_px'][1][1]+20; ?>px;">
932
  <a rel="gallery_fancybox" href="<?php echo $image_attributes_large[0]; ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>">
933
- <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;" alt="" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" src="<?php echo $image_attributes[0]; ?>" />
934
  </a>
935
  </p>
936
  <div style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]+20; ?>px;" class="gllr_single_image_text"><?php echo get_post_meta( $attachment->ID, $key, true ); ?>&nbsp;</div>
@@ -969,7 +1027,7 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
969
  'speedIn' : 500,
970
  'speedOut' : 300,
971
  'titleFormat' : function(title, currentArray, currentIndex, currentOpts) {
972
- return '<span id="fancybox-title-inside">' + (title.length ? title + '<br />' : '') + 'Image ' + (currentIndex + 1) + ' / ' + currentArray.length + '</span>';
973
  }<?php if( $gllr_options['start_slideshow'] == 1 ) { ?>,
974
  'onComplete': function() {
975
  clearTimeout(jQuery.fancybox.slider);
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: 3.6
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
27
 
28
  if( ! function_exists( 'gllr_plugin_install' ) ) {
29
  function gllr_plugin_install() {
30
+ $filename_1 = WP_PLUGIN_DIR .'/gallery-plugin/template/gallery-template.php';
31
+ $filename_2 = WP_PLUGIN_DIR .'/gallery-plugin/template/gallery-single-template.php';
32
+
33
+ $filename_theme_1 = get_stylesheet_directory() .'/gallery-template.php';
34
+ $filename_theme_2 = get_stylesheet_directory() .'/gallery-single-template.php';
35
+
36
+ if ( ! file_exists( $filename_theme_1 ) ) {
37
+ $handle = @fopen( $filename_1, "r" );
38
+ $contents = @fread( $handle, filesize( $filename_1 ) );
39
+ @fclose( $handle );
40
+ if ( ! ( $handle = @fopen( $filename_theme_1, 'w' ) ) )
41
+ return false;
42
+ @fwrite( $handle, $contents );
43
+ @fclose( $handle );
44
+ chmod( $filename_theme_1, octdec(755) );
45
  }
46
  else {
47
+ $handle = @fopen( $filename_theme_1, "r" );
48
+ $contents = @fread( $handle, filesize( $filename_theme_1 ) );
49
+ @fclose( $handle );
50
+ if ( ! ( $handle = @fopen( $filename_theme_1.'.bak', 'w' ) ) )
51
+ return false;
52
+ @fwrite( $handle, $contents );
53
+ @fclose( $handle );
54
+
55
+ $handle = @fopen( $filename_1, "r" );
56
+ $contents = @fread( $handle, filesize( $filename_1 ) );
57
+ @fclose( $handle );
58
+ if ( ! ( $handle = @fopen( $filename_theme_1, 'w' ) ) )
59
+ return false;
60
+ @fwrite( $handle, $contents );
61
+ @fclose( $handle );
62
+ chmod( $filename_theme_1, octdec(755) );
63
  }
64
+ if ( ! file_exists( $filename_theme_2 ) ) {
65
+ $handle = @fopen( $filename_2, "r" );
66
+ $contents = @fread( $handle, filesize( $filename_2 ) );
67
+ @fclose( $handle );
68
+ if ( ! ( $handle = @fopen( $filename_theme_2, 'w' ) ) )
69
+ return false;
70
+ @fwrite( $handle, $contents );
71
+ @fclose( $handle );
72
+ chmod( $filename_theme_2, octdec(755) );
73
  }
74
  else {
75
+ $handle = @fopen( $filename_theme_2, "r" );
76
+ $contents = @fread( $handle, filesize( $filename_theme_2 ) );
77
+ @fclose( $handle );
78
+ if ( ! ( $handle = @fopen( $filename_theme_2.'.bak', 'w' ) ) )
79
+ return false;
80
+ @fwrite( $handle, $contents );
81
+ @fclose( $handle );
82
+
83
+ $handle = @fopen( $filename_2, "r" );
84
+ $contents = @fread( $handle, filesize( $filename_2 ) );
85
+ @fclose( $handle );
86
+ if ( ! ( $handle = @fopen( $filename_theme_2, 'w' ) ) )
87
+ return false;
88
+ @fwrite( $handle, $contents );
89
+ @fclose( $handle );
90
+ chmod( $filename_theme_2, octdec(755) );
91
  }
92
  }
93
  }
199
  global $post;
200
  $gllr_options = get_option( 'gllr_options' );
201
  $key = "gllr_image_text";
202
+ $gllr_download_link = get_post_meta( $post->ID, 'gllr_download_link', true );
203
  $error = "";
204
  $uploader = true;
205
 
221
  <div id="hidden"></div>
222
  <div style="clear:both;"></div></div>
223
  <div class="gllr_order_message hidden">
224
+ <input type="checkbox" name="gllr_download_link" value="1" <?php if( $gllr_download_link != '' ) echo "checked='checked'"; ?> style="position:relative; top:-2px " /> <?php _e('Allow download link for images in this gallery', 'gallery' ); ?><br /><br />
225
+ <?php _e( 'Please use drag and drop function to change the order of the output of images and do not forget to save post.', 'gallery'); ?>
226
+ <br />
227
+ <?php _e( 'Please do not forget to select ', 'gallery'); echo ' `'; _e('Attachments order by', 'gallery' ); echo '` -> `'; _e('attachments order', 'gallery' ); echo '` '; _e('in the settings of the plugin (page ', 'gallery'); ?><a href="<?php echo admin_url( 'admin.php?page=gallery-plugin.php', 'http' ); ?>" target="_blank"><?php echo admin_url( 'admin.php?page=gallery-plugin.php', 'http' ); ?></a>)
228
  </div>
229
  <script type="text/javascript">
230
  <?php if ($uploader === true) { ?>
374
  wp_update_post( array( 'ID'=>$key, 'menu_order'=>$val ) );
375
  }
376
  }
377
+ if( isset( $_REQUEST['gllr_download_link'] ) ){
378
+ if( get_post_meta( $post->ID, 'gllr_download_link', FALSE ) ) {
379
+ // Custom field has a value and this custom field exists in database
380
+ update_post_meta( $post->ID, 'gllr_download_link', 1 );
381
+ }
382
+ else {
383
+ // Custom field has a value, but this custom field does not exist in database
384
+ add_post_meta( $post->ID, 'gllr_download_link', 1 );
385
+ }
386
+ }
387
+ else{
388
+ delete_post_meta( $post->ID, 'gllr_download_link' );
389
+ }
390
  }
391
  }
392
 
403
  $parent = $wpdb->get_var("SELECT $wpdb->posts.post_name 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");
404
  $newrules = array();
405
  if( ! empty( $parent ) ) {
406
+ $newrules['(.+)/'.$parent.'/([^/]+)/?$']= 'index.php?post_type=gallery&name=$matches[2]&posts_per_page=-1';
407
+ $newrules[''.$parent.'/([^/]+)/?$']= 'index.php?post_type=gallery&name=$matches[1]&posts_per_page=-1';
408
  $newrules[''.$parent.'/page/([^/]+)/?$']= 'index.php?pagename='.$parent.'&paged=$matches[1]';
409
  $newrules[''.$parent.'/page/([^/]+)?$']= 'index.php?pagename='.$parent.'&paged=$matches[1]';
 
 
 
 
410
  }
411
  else {
412
+ $newrules['(.+)/gallery/([^/]+)/?$']= 'index.php?post_type=gallery&name=$matches[2]&posts_per_page=-1';
413
+ $newrules['gallery/([^/]+)/?$']= 'index.php?post_type=gallery&name=$matches[1]&posts_per_page=-1';
414
  $newrules['gallery/page/([^/]+)/?$']= 'index.php?pagename=gallery&paged=$matches[1]';
415
  $newrules['gallery/page/([^/]+)?$']= 'index.php?pagename=gallery&paged=$matches[1]';
 
 
 
 
416
  }
417
  return $newrules + $rules;
418
  }
422
  if ( ! function_exists( 'gllr_flush_rules' ) ) {
423
  function gllr_flush_rules(){
424
  $rules = get_option( 'rewrite_rules' );
425
+ if ( ! isset( $rules['(.+)/gallery/([^/]+)/?$'] ) || ! isset( $rules['/gallery/([^/]+)/?$'] ) ) {
 
426
  global $wp_rewrite;
427
  $wp_rewrite->flush_rules();
428
  }
639
  function register_gllr_settings() {
640
  global $wpmu;
641
  global $gllr_options;
642
+ //global $wp_filesystem;
643
+ //WP_Filesystem();
644
+ //var_dump($wp_filesystem);
645
 
646
  $gllr_option_defaults = array(
647
  'gllr_custom_size_name' => array( 'album-thumb', 'photo-thumb' ),
981
  $key = "gllr_image_text";
982
  $image_attributes = wp_get_attachment_image_src( $attachment->ID, 'photo-thumb' );
983
  $image_attributes_large = wp_get_attachment_image_src( $attachment->ID, 'large' );
984
+ $image_attributes_full = wp_get_attachment_image_src( $attachment->ID, 'full' );
985
  if( $count_image_block % $gllr_options['custom_image_row_count'] == 0 ) { ?>
986
  <div class="gllr_image_row">
987
  <?php } ?>
988
  <div class="gllr_image_block">
989
  <p style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]+20; ?>px;height:<?php echo $gllr_options['gllr_custom_size_px'][1][1]+20; ?>px;">
990
  <a rel="gallery_fancybox" href="<?php echo $image_attributes_large[0]; ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>">
991
+ <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;" alt="" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" src="<?php echo $image_attributes[0]; ?>" rel="<?php echo $image_attributes_full[0]; ?>" />
992
  </a>
993
  </p>
994
  <div style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]+20; ?>px;" class="gllr_single_image_text"><?php echo get_post_meta( $attachment->ID, $key, true ); ?>&nbsp;</div>
1027
  'speedIn' : 500,
1028
  'speedOut' : 300,
1029
  'titleFormat' : function(title, currentArray, currentIndex, currentOpts) {
1030
+ return '<span id="fancybox-title-inside">' + (title.length ? title + '<br />' : '') + 'Image ' + (currentIndex + 1) + ' / ' + currentArray.length + '</span><?php if( get_post_meta( $post->ID, 'gllr_download_link', true ) != '' ){?><br /><a href="'+$(currentOpts.orig).attr('rel')+'" target="_blank"><?php echo __('Download High resolution image', 'gallery'); ?> </a><?php } ?>';
1031
  }<?php if( $gllr_options['start_slideshow'] == 1 ) { ?>,
1032
  'onComplete': function() {
1033
  clearTimeout(jQuery.fancybox.slider);
images/icon_16.png CHANGED
File without changes
images/icon_16_b.png CHANGED
File without changes
images/icon_16_c.png CHANGED
File without changes
images/icon_36.png CHANGED
File without changes
images/icon_36_b.png CHANGED
File without changes
images/px.png CHANGED
File without changes
languages/gallery-cs_CZ.mo CHANGED
File without changes
languages/gallery-cs_CZ.po CHANGED
@@ -2,298 +2,317 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-07-27 14:56+0300\n"
6
- "PO-Revision-Date: 2012-07-27 14:56+0300\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Josef Sukdol <josef.sukdol@gmail.com>\n"
9
- "Language: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-Language: Czech\n"
16
- "X-Poedit-Country: CZECH REPUBLIC\n"
17
  "X-Poedit-SourceCharset: utf-8\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: gallery-plugin.php:55
21
- #: gallery-plugin.php:683
22
- msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
 
 
 
23
  msgstr ""
24
 
25
- #: gallery-plugin.php:79
26
- #: gallery-plugin.php:89
27
  msgid "Galleries"
28
  msgstr "Galerie"
29
 
30
- #: gallery-plugin.php:80
31
- #: gallery-plugin.php:576
32
  msgid "Gallery"
33
  msgstr "Galerie"
34
 
35
- #: gallery-plugin.php:81
36
  msgid "Add New"
37
  msgstr "Vložit novou"
38
 
39
- #: gallery-plugin.php:82
40
  msgid "Add New Gallery"
41
  msgstr "Vložit novou galerii"
42
 
43
- #: gallery-plugin.php:83
44
  msgid "Edit Gallery"
45
  msgstr "Upravit galerii"
46
 
47
- #: gallery-plugin.php:84
48
  msgid "New Gallery"
49
  msgstr "Nová galerie"
50
 
51
- #: gallery-plugin.php:85
52
  msgid "View Gallery"
53
  msgstr "Zobrazit galerii"
54
 
55
- #: gallery-plugin.php:86
56
  msgid "Search Galleries"
57
  msgstr "Hledat galerii"
58
 
59
- #: gallery-plugin.php:87
60
  msgid "No Galleries found"
61
  msgstr "Nebyla nalezena žádná galerie"
62
 
63
- #: gallery-plugin.php:144
64
  msgid "Upload File"
65
  msgstr "Nahrát soubor"
66
 
67
- #: gallery-plugin.php:145
68
  msgid "Gallery Shortcode"
69
  msgstr "Nastavení galerie"
70
 
71
- #: gallery-plugin.php:159
72
- msgid "The gallery temp directory (gallery-plugin/upload/files) not writeable by your webserver. Please use the standard WP functional to upload the images (media library)"
 
 
 
73
  msgstr ""
74
 
75
- #: gallery-plugin.php:163
76
  msgid "Choose an image to upload:"
77
  msgstr "Vyberte náhled pro nahrání:"
78
 
79
- #: gallery-plugin.php:168
80
  msgid "Please enable JavaScript to use the file uploader."
81
  msgstr "Prosím aktivujte JavaScript pro použití nahrávacího apletu."
82
 
83
- #: gallery-plugin.php:175
84
- msgid "Please use drag and drop function to change the order of the output of images and do not forget to save post."
 
 
 
 
 
 
85
  msgstr ""
86
 
87
- #: gallery-plugin.php:177
88
  msgid "Please do not forget to select "
89
  msgstr ""
90
 
91
- #: gallery-plugin.php:177
92
- #: gallery-plugin.php:734
93
  msgid "Attachments order by"
94
  msgstr ""
95
 
96
- #: gallery-plugin.php:177
97
  msgid "attachments order"
98
  msgstr ""
99
 
100
- #: gallery-plugin.php:177
101
  msgid "in the settings of the plugin (page "
102
  msgstr ""
103
 
104
- #: gallery-plugin.php:239
105
- msgid "You can add the Single Gallery on the page or in the post by inserting this shortcode in the content"
 
 
106
  msgstr ""
107
 
108
- #: gallery-plugin.php:241
109
- msgid "If you want to take a brief display of the gallery with a link to a Single Sallery Page"
 
 
110
  msgstr ""
111
 
112
- #: gallery-plugin.php:394
113
  msgid "Title"
114
  msgstr "Název"
115
 
116
- #: gallery-plugin.php:395
117
  msgid "Author"
118
  msgstr "Autor"
119
 
120
- #: gallery-plugin.php:396
121
  msgid "Photo's"
122
  msgstr "Fotky"
123
 
124
- #: gallery-plugin.php:397
125
  msgid "Public"
126
  msgstr "Veřejné"
127
 
128
- #: gallery-plugin.php:398
129
  msgid "Date"
130
  msgstr "Datum"
131
 
132
- #: gallery-plugin.php:545
133
  msgid "Activated plugins"
134
  msgstr "Aktivní pluginy"
135
 
136
- #: gallery-plugin.php:547
137
- #: gallery-plugin.php:555
138
- #: gallery-plugin.php:563
139
  msgid "Read more"
140
  msgstr "Další informace"
141
 
142
- #: gallery-plugin.php:547
143
- #: gallery-plugin.php:789
144
- #: gallery-plugin.php:804
145
  msgid "Settings"
146
  msgstr "Nastavení"
147
 
148
- #: gallery-plugin.php:553
149
  msgid "Installed plugins"
150
  msgstr "Nainstalované pluginy"
151
 
152
- #: gallery-plugin.php:561
153
  msgid "Recommended plugins"
154
  msgstr "Doporučené pluginy"
155
 
156
- #: gallery-plugin.php:563
157
  msgid "Download"
158
  msgstr "Stáhnout"
159
 
160
- #: gallery-plugin.php:563
161
  #, php-format
162
  msgid "Install %s"
163
  msgstr "Instaluj %s"
164
 
165
- #: gallery-plugin.php:563
166
  msgid "Install now from wordpress.org"
167
  msgstr "Instaluj ihned z wordpress.org"
168
 
169
- #: gallery-plugin.php:565
170
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
171
- msgstr "Pokud máte jakékoliv dotazy, prosím kontaktujte nás na plugin@bestwebsoft.com a nebo vyplňte kontaktní formulář na našich stránkách."
 
 
 
 
172
 
173
- #: gallery-plugin.php:597
174
  msgid "See photo &raquo;"
175
  msgstr "Zobrazit obsah galerie &raquo;"
176
 
177
- #: gallery-plugin.php:676
178
  msgid "Options saved."
179
  msgstr "Nastavení uložena."
180
 
181
- #: gallery-plugin.php:690
182
  msgid "Gallery Options"
183
  msgstr "Nastavení galerie"
184
 
185
- #: gallery-plugin.php:693
186
- msgid "If you would like to add a Single Gallery to your page or post, just copy and put this shortcode onto your post or page content:"
 
 
187
  msgstr ""
188
 
189
- #: gallery-plugin.php:697
190
  msgid "The size of the cover album for gallery"
191
  msgstr "Rozměry náhledu alba v galerii"
192
 
193
- #: gallery-plugin.php:699
194
- #: gallery-plugin.php:707
195
  msgid "Image size name"
196
  msgstr "Název rozměru"
197
 
198
- #: gallery-plugin.php:700
199
- #: gallery-plugin.php:708
200
  msgid "Width (in px)"
201
  msgstr "Šířka (v px)"
202
 
203
- #: gallery-plugin.php:701
204
- #: gallery-plugin.php:709
205
  msgid "Height (in px)"
206
  msgstr "Výška (v px)"
207
 
208
- #: gallery-plugin.php:705
209
  msgid "Size for gallery image"
210
  msgstr "Rozměry náhledu obrázku v albu"
211
 
212
- #: gallery-plugin.php:713
213
- msgid "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
214
- msgstr "WordPress vytvoří kopii náhledu obrázku v zadaných rozměrech při nahrání nového obrázku."
 
 
 
 
215
 
216
- #: gallery-plugin.php:716
217
  msgid "Count images in row"
218
  msgstr "Počet náhledů zobrazených v jedné řádce"
219
 
220
- #: gallery-plugin.php:722
221
  msgid "Start slideshow"
222
  msgstr ""
223
 
224
- #: gallery-plugin.php:728
225
  msgid "Slideshow interval"
226
  msgstr ""
227
 
228
- #: gallery-plugin.php:736
229
  msgid "attachment id"
230
  msgstr ""
231
 
232
- #: gallery-plugin.php:737
233
  msgid "attachment title"
234
  msgstr ""
235
 
236
- #: gallery-plugin.php:738
237
  msgid "date"
238
  msgstr "Datum"
239
 
240
- #: gallery-plugin.php:739
241
- msgid "attachments order (the integer fields in the Insert / Upload Media Gallery dialog )"
 
 
242
  msgstr ""
243
 
244
- #: gallery-plugin.php:740
245
  msgid "random"
246
  msgstr ""
247
 
248
- #: gallery-plugin.php:744
249
  msgid "Attachments order"
250
  msgstr ""
251
 
252
- #: gallery-plugin.php:746
253
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
254
  msgstr ""
255
 
256
- #: gallery-plugin.php:747
257
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
 
258
  msgstr ""
259
 
260
- #: gallery-plugin.php:751
261
  msgid "Display Return link"
262
  msgstr ""
263
 
264
- #: gallery-plugin.php:757
265
  msgid "Display Return link in shortcode"
266
  msgstr ""
267
 
268
- #: gallery-plugin.php:763
269
  msgid "Label for Return link"
270
  msgstr ""
271
 
272
- #: gallery-plugin.php:769
273
  msgid "Label for Read More link"
274
  msgstr ""
275
 
276
- #: gallery-plugin.php:777
277
  msgid "Save Changes"
278
  msgstr "Uložit změny"
279
 
280
- #: gallery-plugin.php:790
281
  msgid "FAQ"
282
  msgstr "FAQ "
283
 
284
- #: gallery-plugin.php:791
285
  msgid "Support"
286
  msgstr "Podpora"
287
 
288
- #: gallery-plugin.php:953
289
- #: template/gallery-single-template.php:60
290
  msgid "Sorry - nothing to found."
291
  msgstr "Omlouvám se - nic nenalezeno."
292
 
293
- #: template/gallery-single-template.php:82
 
 
 
 
294
  msgid "Image "
295
  msgstr ""
296
 
297
  #~ msgid "Size for gallery album cover"
298
  #~ msgstr "Размер для "
299
-
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-10-05 17:39+0200\n"
6
+ "PO-Revision-Date: 2012-10-05 17:39+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Josef Sukdol <josef.sukdol@gmail.com>\n"
9
+ "Language: cs_CZ\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
 
 
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: gallery-plugin.php:103 gallery-plugin.php:740
19
+ msgid ""
20
+ "The following files \"gallery-template.php\" and \"gallery-single-template."
21
+ "php\" were not found in the directory of your theme. Please copy them from "
22
+ "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
23
+ "directory of your theme for the correct work of the Gallery plugin"
24
  msgstr ""
25
 
26
+ #: gallery-plugin.php:127 gallery-plugin.php:137
 
27
  msgid "Galleries"
28
  msgstr "Galerie"
29
 
30
+ #: gallery-plugin.php:128 gallery-plugin.php:630
 
31
  msgid "Gallery"
32
  msgstr "Galerie"
33
 
34
+ #: gallery-plugin.php:129
35
  msgid "Add New"
36
  msgstr "Vložit novou"
37
 
38
+ #: gallery-plugin.php:130
39
  msgid "Add New Gallery"
40
  msgstr "Vložit novou galerii"
41
 
42
+ #: gallery-plugin.php:131
43
  msgid "Edit Gallery"
44
  msgstr "Upravit galerii"
45
 
46
+ #: gallery-plugin.php:132
47
  msgid "New Gallery"
48
  msgstr "Nová galerie"
49
 
50
+ #: gallery-plugin.php:133
51
  msgid "View Gallery"
52
  msgstr "Zobrazit galerii"
53
 
54
+ #: gallery-plugin.php:134
55
  msgid "Search Galleries"
56
  msgstr "Hledat galerii"
57
 
58
+ #: gallery-plugin.php:135
59
  msgid "No Galleries found"
60
  msgstr "Nebyla nalezena žádná galerie"
61
 
62
+ #: gallery-plugin.php:192
63
  msgid "Upload File"
64
  msgstr "Nahrát soubor"
65
 
66
+ #: gallery-plugin.php:193
67
  msgid "Gallery Shortcode"
68
  msgstr "Nastavení galerie"
69
 
70
+ #: gallery-plugin.php:208
71
+ msgid ""
72
+ "The gallery temp directory (gallery-plugin/upload/files) not writeable by "
73
+ "your webserver. Please use the standard WP functional to upload the images "
74
+ "(media library)"
75
  msgstr ""
76
 
77
+ #: gallery-plugin.php:212
78
  msgid "Choose an image to upload:"
79
  msgstr "Vyberte náhled pro nahrání:"
80
 
81
+ #: gallery-plugin.php:217
82
  msgid "Please enable JavaScript to use the file uploader."
83
  msgstr "Prosím aktivujte JavaScript pro použití nahrávacího apletu."
84
 
85
+ #: gallery-plugin.php:224
86
+ msgid "Allow download link for images in this gallery"
87
+ msgstr ""
88
+
89
+ #: gallery-plugin.php:225
90
+ msgid ""
91
+ "Please use drag and drop function to change the order of the output of "
92
+ "images and do not forget to save post."
93
  msgstr ""
94
 
95
+ #: gallery-plugin.php:227
96
  msgid "Please do not forget to select "
97
  msgstr ""
98
 
99
+ #: gallery-plugin.php:227 gallery-plugin.php:791
 
100
  msgid "Attachments order by"
101
  msgstr ""
102
 
103
+ #: gallery-plugin.php:227
104
  msgid "attachments order"
105
  msgstr ""
106
 
107
+ #: gallery-plugin.php:227
108
  msgid "in the settings of the plugin (page "
109
  msgstr ""
110
 
111
+ #: gallery-plugin.php:289
112
+ msgid ""
113
+ "You can add the Single Gallery on the page or in the post by inserting this "
114
+ "shortcode in the content"
115
  msgstr ""
116
 
117
+ #: gallery-plugin.php:291
118
+ msgid ""
119
+ "If you want to take a brief display of the gallery with a link to a Single "
120
+ "Sallery Page"
121
  msgstr ""
122
 
123
+ #: gallery-plugin.php:448
124
  msgid "Title"
125
  msgstr "Název"
126
 
127
+ #: gallery-plugin.php:449
128
  msgid "Author"
129
  msgstr "Autor"
130
 
131
+ #: gallery-plugin.php:450
132
  msgid "Photo's"
133
  msgstr "Fotky"
134
 
135
+ #: gallery-plugin.php:451
136
  msgid "Public"
137
  msgstr "Veřejné"
138
 
139
+ #: gallery-plugin.php:452
140
  msgid "Date"
141
  msgstr "Datum"
142
 
143
+ #: gallery-plugin.php:599
144
  msgid "Activated plugins"
145
  msgstr "Aktivní pluginy"
146
 
147
+ #: gallery-plugin.php:601 gallery-plugin.php:609 gallery-plugin.php:617
 
 
148
  msgid "Read more"
149
  msgstr "Další informace"
150
 
151
+ #: gallery-plugin.php:601 gallery-plugin.php:846 gallery-plugin.php:861
 
 
152
  msgid "Settings"
153
  msgstr "Nastavení"
154
 
155
+ #: gallery-plugin.php:607
156
  msgid "Installed plugins"
157
  msgstr "Nainstalované pluginy"
158
 
159
+ #: gallery-plugin.php:615
160
  msgid "Recommended plugins"
161
  msgstr "Doporučené pluginy"
162
 
163
+ #: gallery-plugin.php:617
164
  msgid "Download"
165
  msgstr "Stáhnout"
166
 
167
+ #: gallery-plugin.php:617
168
  #, php-format
169
  msgid "Install %s"
170
  msgstr "Instaluj %s"
171
 
172
+ #: gallery-plugin.php:617
173
  msgid "Install now from wordpress.org"
174
  msgstr "Instaluj ihned z wordpress.org"
175
 
176
+ #: gallery-plugin.php:619
177
+ msgid ""
178
+ "If you have any questions, please contact us via plugin@bestwebsoft.com or "
179
+ "fill in our contact form on our site"
180
+ msgstr ""
181
+ "Pokud máte jakékoliv dotazy, prosím kontaktujte nás na plugin@bestwebsoft."
182
+ "com a nebo vyplňte kontaktní formulář na našich stránkách."
183
 
184
+ #: gallery-plugin.php:654
185
  msgid "See photo &raquo;"
186
  msgstr "Zobrazit obsah galerie &raquo;"
187
 
188
+ #: gallery-plugin.php:733
189
  msgid "Options saved."
190
  msgstr "Nastavení uložena."
191
 
192
+ #: gallery-plugin.php:747
193
  msgid "Gallery Options"
194
  msgstr "Nastavení galerie"
195
 
196
+ #: gallery-plugin.php:750
197
+ msgid ""
198
+ "If you would like to add a Single Gallery to your page or post, just copy "
199
+ "and put this shortcode onto your post or page content:"
200
  msgstr ""
201
 
202
+ #: gallery-plugin.php:754
203
  msgid "The size of the cover album for gallery"
204
  msgstr "Rozměry náhledu alba v galerii"
205
 
206
+ #: gallery-plugin.php:756 gallery-plugin.php:764
 
207
  msgid "Image size name"
208
  msgstr "Název rozměru"
209
 
210
+ #: gallery-plugin.php:757 gallery-plugin.php:765
 
211
  msgid "Width (in px)"
212
  msgstr "Šířka (v px)"
213
 
214
+ #: gallery-plugin.php:758 gallery-plugin.php:766
 
215
  msgid "Height (in px)"
216
  msgstr "Výška (v px)"
217
 
218
+ #: gallery-plugin.php:762
219
  msgid "Size for gallery image"
220
  msgstr "Rozměry náhledu obrázku v albu"
221
 
222
+ #: gallery-plugin.php:770
223
+ msgid ""
224
+ "WordPress will create a copy of the post thumbnail with the specified "
225
+ "dimensions when you upload a new photo."
226
+ msgstr ""
227
+ "WordPress vytvoří kopii náhledu obrázku v zadaných rozměrech při nahrání "
228
+ "nového obrázku."
229
 
230
+ #: gallery-plugin.php:773
231
  msgid "Count images in row"
232
  msgstr "Počet náhledů zobrazených v jedné řádce"
233
 
234
+ #: gallery-plugin.php:779
235
  msgid "Start slideshow"
236
  msgstr ""
237
 
238
+ #: gallery-plugin.php:785
239
  msgid "Slideshow interval"
240
  msgstr ""
241
 
242
+ #: gallery-plugin.php:793
243
  msgid "attachment id"
244
  msgstr ""
245
 
246
+ #: gallery-plugin.php:794
247
  msgid "attachment title"
248
  msgstr ""
249
 
250
+ #: gallery-plugin.php:795
251
  msgid "date"
252
  msgstr "Datum"
253
 
254
+ #: gallery-plugin.php:796
255
+ msgid ""
256
+ "attachments order (the integer fields in the Insert / Upload Media Gallery "
257
+ "dialog )"
258
  msgstr ""
259
 
260
+ #: gallery-plugin.php:797
261
  msgid "random"
262
  msgstr ""
263
 
264
+ #: gallery-plugin.php:801
265
  msgid "Attachments order"
266
  msgstr ""
267
 
268
+ #: gallery-plugin.php:803
269
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
270
  msgstr ""
271
 
272
+ #: gallery-plugin.php:804
273
+ msgid ""
274
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
275
  msgstr ""
276
 
277
+ #: gallery-plugin.php:808
278
  msgid "Display Return link"
279
  msgstr ""
280
 
281
+ #: gallery-plugin.php:814
282
  msgid "Display Return link in shortcode"
283
  msgstr ""
284
 
285
+ #: gallery-plugin.php:820
286
  msgid "Label for Return link"
287
  msgstr ""
288
 
289
+ #: gallery-plugin.php:826
290
  msgid "Label for Read More link"
291
  msgstr ""
292
 
293
+ #: gallery-plugin.php:834
294
  msgid "Save Changes"
295
  msgstr "Uložit změny"
296
 
297
+ #: gallery-plugin.php:847
298
  msgid "FAQ"
299
  msgstr "FAQ "
300
 
301
+ #: gallery-plugin.php:848
302
  msgid "Support"
303
  msgstr "Podpora"
304
 
305
+ #: gallery-plugin.php:1011 template/gallery-single-template.php:61
 
306
  msgid "Sorry - nothing to found."
307
  msgstr "Omlouvám se - nic nenalezeno."
308
 
309
+ #: gallery-plugin.php:1030 template/gallery-single-template.php:83
310
+ msgid "Download High resolution image"
311
+ msgstr ""
312
+
313
+ #: template/gallery-single-template.php:83
314
  msgid "Image "
315
  msgstr ""
316
 
317
  #~ msgid "Size for gallery album cover"
318
  #~ msgstr "Размер для "
 
languages/gallery-de_DE.mo CHANGED
File without changes
languages/gallery-de_DE.po CHANGED
@@ -2,298 +2,317 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-07-27 14:56+0300\n"
6
- "PO-Revision-Date: 2012-07-27 14:56+0300\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Ted Mosby <tmosbyd@gmail.com>\n"
9
- "Language: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-Language: Ukrainian\n"
16
- "X-Poedit-Country: UKRAINE\n"
17
  "X-Poedit-SourceCharset: utf-8\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: gallery-plugin.php:55
21
- #: gallery-plugin.php:683
22
- msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
 
 
 
23
  msgstr ""
24
 
25
- #: gallery-plugin.php:79
26
- #: gallery-plugin.php:89
27
  msgid "Galleries"
28
  msgstr "Galerien"
29
 
30
- #: gallery-plugin.php:80
31
- #: gallery-plugin.php:576
32
  msgid "Gallery"
33
  msgstr "Galerie"
34
 
35
- #: gallery-plugin.php:81
36
  msgid "Add New"
37
  msgstr "Hinzufügen"
38
 
39
- #: gallery-plugin.php:82
40
  msgid "Add New Gallery"
41
  msgstr "Galerie hinzufügen"
42
 
43
- #: gallery-plugin.php:83
44
  msgid "Edit Gallery"
45
  msgstr "Galerie bearbeiten"
46
 
47
- #: gallery-plugin.php:84
48
  msgid "New Gallery"
49
  msgstr "Neue Galerie"
50
 
51
- #: gallery-plugin.php:85
52
  msgid "View Gallery"
53
  msgstr "Galerie anzeigen"
54
 
55
- #: gallery-plugin.php:86
56
  msgid "Search Galleries"
57
  msgstr "Galerie suchen"
58
 
59
- #: gallery-plugin.php:87
60
  msgid "No Galleries found"
61
  msgstr "Keine Galerien gefunden"
62
 
63
- #: gallery-plugin.php:144
64
  msgid "Upload File"
65
  msgstr "Datei hochladen"
66
 
67
- #: gallery-plugin.php:145
68
  msgid "Gallery Shortcode"
69
  msgstr "Galerie Einstellungen"
70
 
71
- #: gallery-plugin.php:159
72
- msgid "The gallery temp directory (gallery-plugin/upload/files) not writeable by your webserver. Please use the standard WP functional to upload the images (media library)"
 
 
 
73
  msgstr ""
74
 
75
- #: gallery-plugin.php:163
76
  msgid "Choose an image to upload:"
77
  msgstr "Screenshot zum hochladen auswählen:"
78
 
79
- #: gallery-plugin.php:168
80
  msgid "Please enable JavaScript to use the file uploader."
81
  msgstr "Please enable JavaScript um den File-Uploader zu benutzen."
82
 
83
- #: gallery-plugin.php:175
84
- msgid "Please use drag and drop function to change the order of the output of images and do not forget to save post."
 
 
 
 
 
 
85
  msgstr ""
86
 
87
- #: gallery-plugin.php:177
88
  msgid "Please do not forget to select "
89
  msgstr ""
90
 
91
- #: gallery-plugin.php:177
92
- #: gallery-plugin.php:734
93
  msgid "Attachments order by"
94
  msgstr ""
95
 
96
- #: gallery-plugin.php:177
97
  msgid "attachments order"
98
  msgstr ""
99
 
100
- #: gallery-plugin.php:177
101
  msgid "in the settings of the plugin (page "
102
  msgstr ""
103
 
104
- #: gallery-plugin.php:239
105
- msgid "You can add the Single Gallery on the page or in the post by inserting this shortcode in the content"
 
 
106
  msgstr ""
107
 
108
- #: gallery-plugin.php:241
109
- msgid "If you want to take a brief display of the gallery with a link to a Single Sallery Page"
 
 
110
  msgstr ""
111
 
112
- #: gallery-plugin.php:394
113
  msgid "Title"
114
  msgstr "Titel"
115
 
116
- #: gallery-plugin.php:395
117
  msgid "Author"
118
  msgstr "Author"
119
 
120
- #: gallery-plugin.php:396
121
  msgid "Photo's"
122
  msgstr "Fotos"
123
 
124
- #: gallery-plugin.php:397
125
  msgid "Public"
126
  msgstr "Öffentlich"
127
 
128
- #: gallery-plugin.php:398
129
  msgid "Date"
130
  msgstr "Datum"
131
 
132
- #: gallery-plugin.php:545
133
  msgid "Activated plugins"
134
  msgstr "Aktivierte Plugins"
135
 
136
- #: gallery-plugin.php:547
137
- #: gallery-plugin.php:555
138
- #: gallery-plugin.php:563
139
  msgid "Read more"
140
  msgstr "Mehr erfahren"
141
 
142
- #: gallery-plugin.php:547
143
- #: gallery-plugin.php:789
144
- #: gallery-plugin.php:804
145
  msgid "Settings"
146
  msgstr "Einstellungen"
147
 
148
- #: gallery-plugin.php:553
149
  msgid "Installed plugins"
150
  msgstr "Installierte Plugins"
151
 
152
- #: gallery-plugin.php:561
153
  msgid "Recommended plugins"
154
  msgstr "Benötigte Plugins"
155
 
156
- #: gallery-plugin.php:563
157
  msgid "Download"
158
  msgstr "Download"
159
 
160
- #: gallery-plugin.php:563
161
  #, php-format
162
  msgid "Install %s"
163
  msgstr "Installiere %s"
164
 
165
- #: gallery-plugin.php:563
166
  msgid "Install now from wordpress.org"
167
  msgstr "Direkt von wordpress.org installieren"
168
 
169
- #: gallery-plugin.php:565
170
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
171
- msgstr "Wenn Sie Fragen haben, kontaktieren Sie uns über plugin@bestwebsoft.com, oder füllen Sie das Kontakt Formular auf unserer Website aus."
 
 
 
 
172
 
173
- #: gallery-plugin.php:597
174
  msgid "See photo &raquo;"
175
  msgstr "Fotos anzeigen &raquo;"
176
 
177
- #: gallery-plugin.php:676
178
  msgid "Options saved."
179
  msgstr "Einstellungen gespeichert."
180
 
181
- #: gallery-plugin.php:690
182
  msgid "Gallery Options"
183
  msgstr "Galerie Einstellungen"
184
 
185
- #: gallery-plugin.php:693
186
- msgid "If you would like to add a Single Gallery to your page or post, just copy and put this shortcode onto your post or page content:"
 
 
187
  msgstr ""
188
 
189
- #: gallery-plugin.php:697
190
  msgid "The size of the cover album for gallery"
191
  msgstr "Die Größe der Bilder in der Albumansicht"
192
 
193
- #: gallery-plugin.php:699
194
- #: gallery-plugin.php:707
195
  msgid "Image size name"
196
  msgstr "Name der Bilder"
197
 
198
- #: gallery-plugin.php:700
199
- #: gallery-plugin.php:708
200
  msgid "Width (in px)"
201
  msgstr "Breite (in px)"
202
 
203
- #: gallery-plugin.php:701
204
- #: gallery-plugin.php:709
205
  msgid "Height (in px)"
206
  msgstr "Höhe (in px)"
207
 
208
- #: gallery-plugin.php:705
209
  msgid "Size for gallery image"
210
  msgstr "Die Größe der Bilder in der Galerie"
211
 
212
- #: gallery-plugin.php:713
213
- msgid "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
214
- msgstr "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
 
 
 
 
215
 
216
- #: gallery-plugin.php:716
217
  msgid "Count images in row"
218
  msgstr "Anzahl Bilder in der Reihe"
219
 
220
- #: gallery-plugin.php:722
221
  msgid "Start slideshow"
222
  msgstr ""
223
 
224
- #: gallery-plugin.php:728
225
  msgid "Slideshow interval"
226
  msgstr ""
227
 
228
- #: gallery-plugin.php:736
229
  msgid "attachment id"
230
  msgstr ""
231
 
232
- #: gallery-plugin.php:737
233
  msgid "attachment title"
234
  msgstr ""
235
 
236
- #: gallery-plugin.php:738
237
  msgid "date"
238
  msgstr "Datum"
239
 
240
- #: gallery-plugin.php:739
241
- msgid "attachments order (the integer fields in the Insert / Upload Media Gallery dialog )"
 
 
242
  msgstr ""
243
 
244
- #: gallery-plugin.php:740
245
  msgid "random"
246
  msgstr ""
247
 
248
- #: gallery-plugin.php:744
249
  msgid "Attachments order"
250
  msgstr ""
251
 
252
- #: gallery-plugin.php:746
253
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
254
  msgstr ""
255
 
256
- #: gallery-plugin.php:747
257
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
 
258
  msgstr ""
259
 
260
- #: gallery-plugin.php:751
261
  msgid "Display Return link"
262
  msgstr ""
263
 
264
- #: gallery-plugin.php:757
265
  msgid "Display Return link in shortcode"
266
  msgstr ""
267
 
268
- #: gallery-plugin.php:763
269
  msgid "Label for Return link"
270
  msgstr ""
271
 
272
- #: gallery-plugin.php:769
273
  msgid "Label for Read More link"
274
  msgstr ""
275
 
276
- #: gallery-plugin.php:777
277
  msgid "Save Changes"
278
  msgstr "Einstellungen speichern"
279
 
280
- #: gallery-plugin.php:790
281
  msgid "FAQ"
282
  msgstr "FAQ"
283
 
284
- #: gallery-plugin.php:791
285
  msgid "Support"
286
  msgstr "Support"
287
 
288
- #: gallery-plugin.php:953
289
- #: template/gallery-single-template.php:60
290
  msgid "Sorry - nothing to found."
291
  msgstr "Leider nichts gefunden."
292
 
293
- #: template/gallery-single-template.php:82
 
 
 
 
294
  msgid "Image "
295
  msgstr ""
296
 
297
  #~ msgid "Size for gallery album cover"
298
  #~ msgstr "Размер для "
299
-
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-10-05 17:39+0200\n"
6
+ "PO-Revision-Date: 2012-10-05 17:39+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Ted Mosby <tmosbyd@gmail.com>\n"
9
+ "Language: uk_UA\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
 
 
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: gallery-plugin.php:103 gallery-plugin.php:740
19
+ msgid ""
20
+ "The following files \"gallery-template.php\" and \"gallery-single-template."
21
+ "php\" were not found in the directory of your theme. Please copy them from "
22
+ "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
23
+ "directory of your theme for the correct work of the Gallery plugin"
24
  msgstr ""
25
 
26
+ #: gallery-plugin.php:127 gallery-plugin.php:137
 
27
  msgid "Galleries"
28
  msgstr "Galerien"
29
 
30
+ #: gallery-plugin.php:128 gallery-plugin.php:630
 
31
  msgid "Gallery"
32
  msgstr "Galerie"
33
 
34
+ #: gallery-plugin.php:129
35
  msgid "Add New"
36
  msgstr "Hinzufügen"
37
 
38
+ #: gallery-plugin.php:130
39
  msgid "Add New Gallery"
40
  msgstr "Galerie hinzufügen"
41
 
42
+ #: gallery-plugin.php:131
43
  msgid "Edit Gallery"
44
  msgstr "Galerie bearbeiten"
45
 
46
+ #: gallery-plugin.php:132
47
  msgid "New Gallery"
48
  msgstr "Neue Galerie"
49
 
50
+ #: gallery-plugin.php:133
51
  msgid "View Gallery"
52
  msgstr "Galerie anzeigen"
53
 
54
+ #: gallery-plugin.php:134
55
  msgid "Search Galleries"
56
  msgstr "Galerie suchen"
57
 
58
+ #: gallery-plugin.php:135
59
  msgid "No Galleries found"
60
  msgstr "Keine Galerien gefunden"
61
 
62
+ #: gallery-plugin.php:192
63
  msgid "Upload File"
64
  msgstr "Datei hochladen"
65
 
66
+ #: gallery-plugin.php:193
67
  msgid "Gallery Shortcode"
68
  msgstr "Galerie Einstellungen"
69
 
70
+ #: gallery-plugin.php:208
71
+ msgid ""
72
+ "The gallery temp directory (gallery-plugin/upload/files) not writeable by "
73
+ "your webserver. Please use the standard WP functional to upload the images "
74
+ "(media library)"
75
  msgstr ""
76
 
77
+ #: gallery-plugin.php:212
78
  msgid "Choose an image to upload:"
79
  msgstr "Screenshot zum hochladen auswählen:"
80
 
81
+ #: gallery-plugin.php:217
82
  msgid "Please enable JavaScript to use the file uploader."
83
  msgstr "Please enable JavaScript um den File-Uploader zu benutzen."
84
 
85
+ #: gallery-plugin.php:224
86
+ msgid "Allow download link for images in this gallery"
87
+ msgstr ""
88
+
89
+ #: gallery-plugin.php:225
90
+ msgid ""
91
+ "Please use drag and drop function to change the order of the output of "
92
+ "images and do not forget to save post."
93
  msgstr ""
94
 
95
+ #: gallery-plugin.php:227
96
  msgid "Please do not forget to select "
97
  msgstr ""
98
 
99
+ #: gallery-plugin.php:227 gallery-plugin.php:791
 
100
  msgid "Attachments order by"
101
  msgstr ""
102
 
103
+ #: gallery-plugin.php:227
104
  msgid "attachments order"
105
  msgstr ""
106
 
107
+ #: gallery-plugin.php:227
108
  msgid "in the settings of the plugin (page "
109
  msgstr ""
110
 
111
+ #: gallery-plugin.php:289
112
+ msgid ""
113
+ "You can add the Single Gallery on the page or in the post by inserting this "
114
+ "shortcode in the content"
115
  msgstr ""
116
 
117
+ #: gallery-plugin.php:291
118
+ msgid ""
119
+ "If you want to take a brief display of the gallery with a link to a Single "
120
+ "Sallery Page"
121
  msgstr ""
122
 
123
+ #: gallery-plugin.php:448
124
  msgid "Title"
125
  msgstr "Titel"
126
 
127
+ #: gallery-plugin.php:449
128
  msgid "Author"
129
  msgstr "Author"
130
 
131
+ #: gallery-plugin.php:450
132
  msgid "Photo's"
133
  msgstr "Fotos"
134
 
135
+ #: gallery-plugin.php:451
136
  msgid "Public"
137
  msgstr "Öffentlich"
138
 
139
+ #: gallery-plugin.php:452
140
  msgid "Date"
141
  msgstr "Datum"
142
 
143
+ #: gallery-plugin.php:599
144
  msgid "Activated plugins"
145
  msgstr "Aktivierte Plugins"
146
 
147
+ #: gallery-plugin.php:601 gallery-plugin.php:609 gallery-plugin.php:617
 
 
148
  msgid "Read more"
149
  msgstr "Mehr erfahren"
150
 
151
+ #: gallery-plugin.php:601 gallery-plugin.php:846 gallery-plugin.php:861
 
 
152
  msgid "Settings"
153
  msgstr "Einstellungen"
154
 
155
+ #: gallery-plugin.php:607
156
  msgid "Installed plugins"
157
  msgstr "Installierte Plugins"
158
 
159
+ #: gallery-plugin.php:615
160
  msgid "Recommended plugins"
161
  msgstr "Benötigte Plugins"
162
 
163
+ #: gallery-plugin.php:617
164
  msgid "Download"
165
  msgstr "Download"
166
 
167
+ #: gallery-plugin.php:617
168
  #, php-format
169
  msgid "Install %s"
170
  msgstr "Installiere %s"
171
 
172
+ #: gallery-plugin.php:617
173
  msgid "Install now from wordpress.org"
174
  msgstr "Direkt von wordpress.org installieren"
175
 
176
+ #: gallery-plugin.php:619
177
+ msgid ""
178
+ "If you have any questions, please contact us via plugin@bestwebsoft.com or "
179
+ "fill in our contact form on our site"
180
+ msgstr ""
181
+ "Wenn Sie Fragen haben, kontaktieren Sie uns über plugin@bestwebsoft.com, "
182
+ "oder füllen Sie das Kontakt Formular auf unserer Website aus."
183
 
184
+ #: gallery-plugin.php:654
185
  msgid "See photo &raquo;"
186
  msgstr "Fotos anzeigen &raquo;"
187
 
188
+ #: gallery-plugin.php:733
189
  msgid "Options saved."
190
  msgstr "Einstellungen gespeichert."
191
 
192
+ #: gallery-plugin.php:747
193
  msgid "Gallery Options"
194
  msgstr "Galerie Einstellungen"
195
 
196
+ #: gallery-plugin.php:750
197
+ msgid ""
198
+ "If you would like to add a Single Gallery to your page or post, just copy "
199
+ "and put this shortcode onto your post or page content:"
200
  msgstr ""
201
 
202
+ #: gallery-plugin.php:754
203
  msgid "The size of the cover album for gallery"
204
  msgstr "Die Größe der Bilder in der Albumansicht"
205
 
206
+ #: gallery-plugin.php:756 gallery-plugin.php:764
 
207
  msgid "Image size name"
208
  msgstr "Name der Bilder"
209
 
210
+ #: gallery-plugin.php:757 gallery-plugin.php:765
 
211
  msgid "Width (in px)"
212
  msgstr "Breite (in px)"
213
 
214
+ #: gallery-plugin.php:758 gallery-plugin.php:766
 
215
  msgid "Height (in px)"
216
  msgstr "Höhe (in px)"
217
 
218
+ #: gallery-plugin.php:762
219
  msgid "Size for gallery image"
220
  msgstr "Die Größe der Bilder in der Galerie"
221
 
222
+ #: gallery-plugin.php:770
223
+ msgid ""
224
+ "WordPress will create a copy of the post thumbnail with the specified "
225
+ "dimensions when you upload a new photo."
226
+ msgstr ""
227
+ "WordPress will create a copy of the post thumbnail with the specified "
228
+ "dimensions when you upload a new photo."
229
 
230
+ #: gallery-plugin.php:773
231
  msgid "Count images in row"
232
  msgstr "Anzahl Bilder in der Reihe"
233
 
234
+ #: gallery-plugin.php:779
235
  msgid "Start slideshow"
236
  msgstr ""
237
 
238
+ #: gallery-plugin.php:785
239
  msgid "Slideshow interval"
240
  msgstr ""
241
 
242
+ #: gallery-plugin.php:793
243
  msgid "attachment id"
244
  msgstr ""
245
 
246
+ #: gallery-plugin.php:794
247
  msgid "attachment title"
248
  msgstr ""
249
 
250
+ #: gallery-plugin.php:795
251
  msgid "date"
252
  msgstr "Datum"
253
 
254
+ #: gallery-plugin.php:796
255
+ msgid ""
256
+ "attachments order (the integer fields in the Insert / Upload Media Gallery "
257
+ "dialog )"
258
  msgstr ""
259
 
260
+ #: gallery-plugin.php:797
261
  msgid "random"
262
  msgstr ""
263
 
264
+ #: gallery-plugin.php:801
265
  msgid "Attachments order"
266
  msgstr ""
267
 
268
+ #: gallery-plugin.php:803
269
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
270
  msgstr ""
271
 
272
+ #: gallery-plugin.php:804
273
+ msgid ""
274
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
275
  msgstr ""
276
 
277
+ #: gallery-plugin.php:808
278
  msgid "Display Return link"
279
  msgstr ""
280
 
281
+ #: gallery-plugin.php:814
282
  msgid "Display Return link in shortcode"
283
  msgstr ""
284
 
285
+ #: gallery-plugin.php:820
286
  msgid "Label for Return link"
287
  msgstr ""
288
 
289
+ #: gallery-plugin.php:826
290
  msgid "Label for Read More link"
291
  msgstr ""
292
 
293
+ #: gallery-plugin.php:834
294
  msgid "Save Changes"
295
  msgstr "Einstellungen speichern"
296
 
297
+ #: gallery-plugin.php:847
298
  msgid "FAQ"
299
  msgstr "FAQ"
300
 
301
+ #: gallery-plugin.php:848
302
  msgid "Support"
303
  msgstr "Support"
304
 
305
+ #: gallery-plugin.php:1011 template/gallery-single-template.php:61
 
306
  msgid "Sorry - nothing to found."
307
  msgstr "Leider nichts gefunden."
308
 
309
+ #: gallery-plugin.php:1030 template/gallery-single-template.php:83
310
+ msgid "Download High resolution image"
311
+ msgstr ""
312
+
313
+ #: template/gallery-single-template.php:83
314
  msgid "Image "
315
  msgstr ""
316
 
317
  #~ msgid "Size for gallery album cover"
318
  #~ msgstr "Размер для "
 
languages/gallery-es.mo DELETED
Binary file
languages/gallery-es.po DELETED
@@ -1,301 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: gallery\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-07-27 14:56+0300\n"
6
- "PO-Revision-Date: 2012-07-27 14:56+0300\n"
7
- "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
- "Language-Team: Victor Garcia <\\tvgarcias@gmail.com>\n"
9
- "Language: \n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e\n"
14
- "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-Language: Spanish\n"
16
- "X-Poedit-Country: SPAIN\n"
17
- "X-Poedit-SourceCharset: utf-8\n"
18
- "X-Poedit-SearchPath-0: .\n"
19
-
20
- #: gallery-plugin.php:55
21
- #: gallery-plugin.php:683
22
- msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
23
- msgstr "Los siguientes archivos /gallery-template.php / y /gallery-single-template.php/ no se encuentra en el directorio de tu tema. Por favor, copiarlos desde el directorio /wp-content/plugins/gallery-plugin/template/ en el directorio de su tema para el correcto funcionamiento del plugin de la Galería"
24
-
25
- #: gallery-plugin.php:79
26
- #: gallery-plugin.php:89
27
- msgid "Galleries"
28
- msgstr "Galerías"
29
-
30
- #: gallery-plugin.php:80
31
- #: gallery-plugin.php:576
32
- msgid "Gallery"
33
- msgstr "Galería"
34
-
35
- #: gallery-plugin.php:81
36
- msgid "Add New"
37
- msgstr "Agrega Nueva"
38
-
39
- #: gallery-plugin.php:82
40
- msgid "Add New Gallery"
41
- msgstr "Agregar Nueva Galería"
42
-
43
- #: gallery-plugin.php:83
44
- msgid "Edit Gallery"
45
- msgstr "Editar Galería"
46
-
47
- #: gallery-plugin.php:84
48
- msgid "New Gallery"
49
- msgstr "Nueva Galería"
50
-
51
- #: gallery-plugin.php:85
52
- msgid "View Gallery"
53
- msgstr "Ver Galería"
54
-
55
- #: gallery-plugin.php:86
56
- msgid "Search Galleries"
57
- msgstr "Buscar Galerías"
58
-
59
- #: gallery-plugin.php:87
60
- msgid "No Galleries found"
61
- msgstr "No se encontraron Galerías"
62
-
63
- #: gallery-plugin.php:144
64
- msgid "Upload File"
65
- msgstr "Subir Archivo"
66
-
67
- #: gallery-plugin.php:145
68
- #, fuzzy
69
- msgid "Gallery Shortcode"
70
- msgstr "Opciones de Galería"
71
-
72
- #: gallery-plugin.php:159
73
- msgid "The gallery temp directory (gallery-plugin/upload/files) not writeable by your webserver. Please use the standard WP functional to upload the images (media library)"
74
- msgstr "El directorio temporal galería (gallery-plugin/upload/files) no puede ser escrito por su servidor web. Por favor, use la forma estandár de WP para subir las imágenes (librería multimedia)"
75
-
76
- #: gallery-plugin.php:163
77
- #, fuzzy
78
- msgid "Choose an image to upload:"
79
- msgstr "Escoger una imagen para subir:"
80
-
81
- #: gallery-plugin.php:168
82
- msgid "Please enable JavaScript to use the file uploader."
83
- msgstr "Favor de habilitar JavaScript para usar el cargador de archivos"
84
-
85
- #: gallery-plugin.php:175
86
- msgid "Please use drag and drop function to change the order of the output of images and do not forget to save post."
87
- msgstr ""
88
-
89
- #: gallery-plugin.php:177
90
- msgid "Please do not forget to select "
91
- msgstr ""
92
-
93
- #: gallery-plugin.php:177
94
- #: gallery-plugin.php:734
95
- msgid "Attachments order by"
96
- msgstr ""
97
-
98
- #: gallery-plugin.php:177
99
- msgid "attachments order"
100
- msgstr ""
101
-
102
- #: gallery-plugin.php:177
103
- msgid "in the settings of the plugin (page "
104
- msgstr ""
105
-
106
- #: gallery-plugin.php:239
107
- msgid "You can add the Single Gallery on the page or in the post by inserting this shortcode in the content"
108
- msgstr ""
109
-
110
- #: gallery-plugin.php:241
111
- msgid "If you want to take a brief display of the gallery with a link to a Single Sallery Page"
112
- msgstr ""
113
-
114
- #: gallery-plugin.php:394
115
- msgid "Title"
116
- msgstr "Título"
117
-
118
- #: gallery-plugin.php:395
119
- msgid "Author"
120
- msgstr "Autor"
121
-
122
- #: gallery-plugin.php:396
123
- msgid "Photo's"
124
- msgstr "Foto de"
125
-
126
- #: gallery-plugin.php:397
127
- msgid "Public"
128
- msgstr "Pública"
129
-
130
- #: gallery-plugin.php:398
131
- msgid "Date"
132
- msgstr "Fecha"
133
-
134
- #: gallery-plugin.php:545
135
- msgid "Activated plugins"
136
- msgstr "Plugins Activados"
137
-
138
- #: gallery-plugin.php:547
139
- #: gallery-plugin.php:555
140
- #: gallery-plugin.php:563
141
- msgid "Read more"
142
- msgstr "Leer más"
143
-
144
- #: gallery-plugin.php:547
145
- #: gallery-plugin.php:789
146
- #: gallery-plugin.php:804
147
- msgid "Settings"
148
- msgstr "Configuración"
149
-
150
- #: gallery-plugin.php:553
151
- msgid "Installed plugins"
152
- msgstr "Plugins instalados"
153
-
154
- #: gallery-plugin.php:561
155
- msgid "Recommended plugins"
156
- msgstr "Plugins recomendados"
157
-
158
- #: gallery-plugin.php:563
159
- msgid "Download"
160
- msgstr "Descargar"
161
-
162
- #: gallery-plugin.php:563
163
- #, php-format
164
- msgid "Install %s"
165
- msgstr "Instalar %s"
166
-
167
- #: gallery-plugin.php:563
168
- msgid "Install now from wordpress.org"
169
- msgstr "Instalar ahora desde wordpress.org"
170
-
171
- #: gallery-plugin.php:565
172
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
173
- msgstr "Si usted tiene alguna pregunta, póngase en contacto con nosotros a través de plugin@bestwebsoft.com o rellenar nuestro formulario de contacto en nuestro sitio"
174
-
175
- #: gallery-plugin.php:597
176
- msgid "See photo &raquo;"
177
- msgstr "Ver foto &raquo;"
178
-
179
- #: gallery-plugin.php:676
180
- msgid "Options saved."
181
- msgstr "Opciones guardadas."
182
-
183
- #: gallery-plugin.php:690
184
- msgid "Gallery Options"
185
- msgstr "Opciones de Galería"
186
-
187
- #: gallery-plugin.php:693
188
- msgid "If you would like to add a Single Gallery to your page or post, just copy and put this shortcode onto your post or page content:"
189
- msgstr ""
190
-
191
- #: gallery-plugin.php:697
192
- msgid "The size of the cover album for gallery"
193
- msgstr "El tamaño de la cubierta del álbum de la galería"
194
-
195
- #: gallery-plugin.php:699
196
- #: gallery-plugin.php:707
197
- msgid "Image size name"
198
- msgstr "Nombre del tamaño de la imagen"
199
-
200
- #: gallery-plugin.php:700
201
- #: gallery-plugin.php:708
202
- msgid "Width (in px)"
203
- msgstr "Ancho (en px)"
204
-
205
- #: gallery-plugin.php:701
206
- #: gallery-plugin.php:709
207
- msgid "Height (in px)"
208
- msgstr "Alto (en px)"
209
-
210
- #: gallery-plugin.php:705
211
- msgid "Size for gallery image"
212
- msgstr "Tamaño de la galería de imágenes"
213
-
214
- #: gallery-plugin.php:713
215
- msgid "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
216
- msgstr "WordPress creará una copia de la miniatura de la entrada con las dimensiones especificadas, cuando se suba una foto nueva."
217
-
218
- #: gallery-plugin.php:716
219
- msgid "Count images in row"
220
- msgstr "Contar las imágenes en la fila"
221
-
222
- #: gallery-plugin.php:722
223
- msgid "Start slideshow"
224
- msgstr "Comenzar presentación diapositivas"
225
-
226
- #: gallery-plugin.php:728
227
- msgid "Slideshow interval"
228
- msgstr "Intervalo de presentación diapositivas"
229
-
230
- #: gallery-plugin.php:736
231
- msgid "attachment id"
232
- msgstr ""
233
-
234
- #: gallery-plugin.php:737
235
- msgid "attachment title"
236
- msgstr ""
237
-
238
- #: gallery-plugin.php:738
239
- msgid "date"
240
- msgstr ""
241
-
242
- #: gallery-plugin.php:739
243
- msgid "attachments order (the integer fields in the Insert / Upload Media Gallery dialog )"
244
- msgstr ""
245
-
246
- #: gallery-plugin.php:740
247
- msgid "random"
248
- msgstr ""
249
-
250
- #: gallery-plugin.php:744
251
- msgid "Attachments order"
252
- msgstr ""
253
-
254
- #: gallery-plugin.php:746
255
- msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
256
- msgstr ""
257
-
258
- #: gallery-plugin.php:747
259
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
260
- msgstr ""
261
-
262
- #: gallery-plugin.php:751
263
- msgid "Display Return link"
264
- msgstr ""
265
-
266
- #: gallery-plugin.php:757
267
- msgid "Display Return link in shortcode"
268
- msgstr ""
269
-
270
- #: gallery-plugin.php:763
271
- msgid "Label for Return link"
272
- msgstr ""
273
-
274
- #: gallery-plugin.php:769
275
- msgid "Label for Read More link"
276
- msgstr ""
277
-
278
- #: gallery-plugin.php:777
279
- msgid "Save Changes"
280
- msgstr "Guardar Cambios"
281
-
282
- #: gallery-plugin.php:790
283
- msgid "FAQ"
284
- msgstr "FAQ "
285
-
286
- #: gallery-plugin.php:791
287
- msgid "Support"
288
- msgstr "Soporte"
289
-
290
- #: gallery-plugin.php:953
291
- #: template/gallery-single-template.php:60
292
- msgid "Sorry - nothing to found."
293
- msgstr "Lo sentimos - nada que encontrar."
294
-
295
- #: template/gallery-single-template.php:82
296
- msgid "Image "
297
- msgstr ""
298
-
299
- #~ msgid "Size for gallery album cover"
300
- #~ msgstr "Размер для "
301
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/gallery-es_ES.mo ADDED
Binary file
languages/gallery-es_ES.po ADDED
@@ -0,0 +1,328 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: gallery\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-10-05 17:39+0200\n"
6
+ "PO-Revision-Date: 2012-10-05 17:39+0200\n"
7
+ "Last-Translator: BWS <zos@bestwebsoft.com>\n"
8
+ "Language-Team: Victor Garcia <\\tvgarcias@gmail.com>\n"
9
+ "Language: es_ES\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e\n"
14
+ "X-Poedit-Basepath: ..\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-SearchPath-0: .\n"
17
+
18
+ #: gallery-plugin.php:103 gallery-plugin.php:740
19
+ msgid ""
20
+ "The following files \"gallery-template.php\" and \"gallery-single-template."
21
+ "php\" were not found in the directory of your theme. Please copy them from "
22
+ "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
23
+ "directory of your theme for the correct work of the Gallery plugin"
24
+ msgstr ""
25
+ "Los siguientes archivos /gallery-template.php / y /gallery-single-template."
26
+ "php/ no se encuentra en el directorio de tu tema. Por favor, copiarlos desde "
27
+ "el directorio /wp-content/plugins/gallery-plugin/template/ en el directorio "
28
+ "de su tema para el correcto funcionamiento del plugin de la Galería"
29
+
30
+ #: gallery-plugin.php:127 gallery-plugin.php:137
31
+ msgid "Galleries"
32
+ msgstr "Galerías"
33
+
34
+ #: gallery-plugin.php:128 gallery-plugin.php:630
35
+ msgid "Gallery"
36
+ msgstr "Galería"
37
+
38
+ #: gallery-plugin.php:129
39
+ msgid "Add New"
40
+ msgstr "Agrega Nueva"
41
+
42
+ #: gallery-plugin.php:130
43
+ msgid "Add New Gallery"
44
+ msgstr "Agregar Nueva Galería"
45
+
46
+ #: gallery-plugin.php:131
47
+ msgid "Edit Gallery"
48
+ msgstr "Editar Galería"
49
+
50
+ #: gallery-plugin.php:132
51
+ msgid "New Gallery"
52
+ msgstr "Nueva Galería"
53
+
54
+ #: gallery-plugin.php:133
55
+ msgid "View Gallery"
56
+ msgstr "Ver Galería"
57
+
58
+ #: gallery-plugin.php:134
59
+ msgid "Search Galleries"
60
+ msgstr "Buscar Galerías"
61
+
62
+ #: gallery-plugin.php:135
63
+ msgid "No Galleries found"
64
+ msgstr "No se encontraron Galerías"
65
+
66
+ #: gallery-plugin.php:192
67
+ msgid "Upload File"
68
+ msgstr "Subir Archivo"
69
+
70
+ #: gallery-plugin.php:193
71
+ #, fuzzy
72
+ msgid "Gallery Shortcode"
73
+ msgstr "Opciones de Galería"
74
+
75
+ #: gallery-plugin.php:208
76
+ msgid ""
77
+ "The gallery temp directory (gallery-plugin/upload/files) not writeable by "
78
+ "your webserver. Please use the standard WP functional to upload the images "
79
+ "(media library)"
80
+ msgstr ""
81
+ "El directorio temporal galería (gallery-plugin/upload/files) no puede ser "
82
+ "escrito por su servidor web. Por favor, use la forma estandár de WP para "
83
+ "subir las imágenes (librería multimedia)"
84
+
85
+ #: gallery-plugin.php:212
86
+ #, fuzzy
87
+ msgid "Choose an image to upload:"
88
+ msgstr "Escoger una imagen para subir:"
89
+
90
+ #: gallery-plugin.php:217
91
+ msgid "Please enable JavaScript to use the file uploader."
92
+ msgstr "Favor de habilitar JavaScript para usar el cargador de archivos"
93
+
94
+ #: gallery-plugin.php:224
95
+ msgid "Allow download link for images in this gallery"
96
+ msgstr ""
97
+
98
+ #: gallery-plugin.php:225
99
+ msgid ""
100
+ "Please use drag and drop function to change the order of the output of "
101
+ "images and do not forget to save post."
102
+ msgstr ""
103
+
104
+ #: gallery-plugin.php:227
105
+ msgid "Please do not forget to select "
106
+ msgstr ""
107
+
108
+ #: gallery-plugin.php:227 gallery-plugin.php:791
109
+ msgid "Attachments order by"
110
+ msgstr ""
111
+
112
+ #: gallery-plugin.php:227
113
+ msgid "attachments order"
114
+ msgstr ""
115
+
116
+ #: gallery-plugin.php:227
117
+ msgid "in the settings of the plugin (page "
118
+ msgstr ""
119
+
120
+ #: gallery-plugin.php:289
121
+ msgid ""
122
+ "You can add the Single Gallery on the page or in the post by inserting this "
123
+ "shortcode in the content"
124
+ msgstr ""
125
+
126
+ #: gallery-plugin.php:291
127
+ msgid ""
128
+ "If you want to take a brief display of the gallery with a link to a Single "
129
+ "Sallery Page"
130
+ msgstr ""
131
+
132
+ #: gallery-plugin.php:448
133
+ msgid "Title"
134
+ msgstr "Título"
135
+
136
+ #: gallery-plugin.php:449
137
+ msgid "Author"
138
+ msgstr "Autor"
139
+
140
+ #: gallery-plugin.php:450
141
+ msgid "Photo's"
142
+ msgstr "Foto de"
143
+
144
+ #: gallery-plugin.php:451
145
+ msgid "Public"
146
+ msgstr "Pública"
147
+
148
+ #: gallery-plugin.php:452
149
+ msgid "Date"
150
+ msgstr "Fecha"
151
+
152
+ #: gallery-plugin.php:599
153
+ msgid "Activated plugins"
154
+ msgstr "Plugins Activados"
155
+
156
+ #: gallery-plugin.php:601 gallery-plugin.php:609 gallery-plugin.php:617
157
+ msgid "Read more"
158
+ msgstr "Leer más"
159
+
160
+ #: gallery-plugin.php:601 gallery-plugin.php:846 gallery-plugin.php:861
161
+ msgid "Settings"
162
+ msgstr "Configuración"
163
+
164
+ #: gallery-plugin.php:607
165
+ msgid "Installed plugins"
166
+ msgstr "Plugins instalados"
167
+
168
+ #: gallery-plugin.php:615
169
+ msgid "Recommended plugins"
170
+ msgstr "Plugins recomendados"
171
+
172
+ #: gallery-plugin.php:617
173
+ msgid "Download"
174
+ msgstr "Descargar"
175
+
176
+ #: gallery-plugin.php:617
177
+ #, php-format
178
+ msgid "Install %s"
179
+ msgstr "Instalar %s"
180
+
181
+ #: gallery-plugin.php:617
182
+ msgid "Install now from wordpress.org"
183
+ msgstr "Instalar ahora desde wordpress.org"
184
+
185
+ #: gallery-plugin.php:619
186
+ msgid ""
187
+ "If you have any questions, please contact us via plugin@bestwebsoft.com or "
188
+ "fill in our contact form on our site"
189
+ msgstr ""
190
+ "Si usted tiene alguna pregunta, póngase en contacto con nosotros a través de "
191
+ "plugin@bestwebsoft.com o rellenar nuestro formulario de contacto en nuestro "
192
+ "sitio"
193
+
194
+ #: gallery-plugin.php:654
195
+ msgid "See photo &raquo;"
196
+ msgstr "Ver foto &raquo;"
197
+
198
+ #: gallery-plugin.php:733
199
+ msgid "Options saved."
200
+ msgstr "Opciones guardadas."
201
+
202
+ #: gallery-plugin.php:747
203
+ msgid "Gallery Options"
204
+ msgstr "Opciones de Galería"
205
+
206
+ #: gallery-plugin.php:750
207
+ msgid ""
208
+ "If you would like to add a Single Gallery to your page or post, just copy "
209
+ "and put this shortcode onto your post or page content:"
210
+ msgstr ""
211
+
212
+ #: gallery-plugin.php:754
213
+ msgid "The size of the cover album for gallery"
214
+ msgstr "El tamaño de la cubierta del álbum de la galería"
215
+
216
+ #: gallery-plugin.php:756 gallery-plugin.php:764
217
+ msgid "Image size name"
218
+ msgstr "Nombre del tamaño de la imagen"
219
+
220
+ #: gallery-plugin.php:757 gallery-plugin.php:765
221
+ msgid "Width (in px)"
222
+ msgstr "Ancho (en px)"
223
+
224
+ #: gallery-plugin.php:758 gallery-plugin.php:766
225
+ msgid "Height (in px)"
226
+ msgstr "Alto (en px)"
227
+
228
+ #: gallery-plugin.php:762
229
+ msgid "Size for gallery image"
230
+ msgstr "Tamaño de la galería de imágenes"
231
+
232
+ #: gallery-plugin.php:770
233
+ msgid ""
234
+ "WordPress will create a copy of the post thumbnail with the specified "
235
+ "dimensions when you upload a new photo."
236
+ msgstr ""
237
+ "WordPress creará una copia de la miniatura de la entrada con las dimensiones "
238
+ "especificadas, cuando se suba una foto nueva."
239
+
240
+ #: gallery-plugin.php:773
241
+ msgid "Count images in row"
242
+ msgstr "Contar las imágenes en la fila"
243
+
244
+ #: gallery-plugin.php:779
245
+ msgid "Start slideshow"
246
+ msgstr "Comenzar presentación diapositivas"
247
+
248
+ #: gallery-plugin.php:785
249
+ msgid "Slideshow interval"
250
+ msgstr "Intervalo de presentación diapositivas"
251
+
252
+ #: gallery-plugin.php:793
253
+ msgid "attachment id"
254
+ msgstr ""
255
+
256
+ #: gallery-plugin.php:794
257
+ msgid "attachment title"
258
+ msgstr ""
259
+
260
+ #: gallery-plugin.php:795
261
+ msgid "date"
262
+ msgstr ""
263
+
264
+ #: gallery-plugin.php:796
265
+ msgid ""
266
+ "attachments order (the integer fields in the Insert / Upload Media Gallery "
267
+ "dialog )"
268
+ msgstr ""
269
+
270
+ #: gallery-plugin.php:797
271
+ msgid "random"
272
+ msgstr ""
273
+
274
+ #: gallery-plugin.php:801
275
+ msgid "Attachments order"
276
+ msgstr ""
277
+
278
+ #: gallery-plugin.php:803
279
+ msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
280
+ msgstr ""
281
+
282
+ #: gallery-plugin.php:804
283
+ msgid ""
284
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
285
+ msgstr ""
286
+
287
+ #: gallery-plugin.php:808
288
+ msgid "Display Return link"
289
+ msgstr ""
290
+
291
+ #: gallery-plugin.php:814
292
+ msgid "Display Return link in shortcode"
293
+ msgstr ""
294
+
295
+ #: gallery-plugin.php:820
296
+ msgid "Label for Return link"
297
+ msgstr ""
298
+
299
+ #: gallery-plugin.php:826
300
+ msgid "Label for Read More link"
301
+ msgstr ""
302
+
303
+ #: gallery-plugin.php:834
304
+ msgid "Save Changes"
305
+ msgstr "Guardar Cambios"
306
+
307
+ #: gallery-plugin.php:847
308
+ msgid "FAQ"
309
+ msgstr "FAQ "
310
+
311
+ #: gallery-plugin.php:848
312
+ msgid "Support"
313
+ msgstr "Soporte"
314
+
315
+ #: gallery-plugin.php:1011 template/gallery-single-template.php:61
316
+ msgid "Sorry - nothing to found."
317
+ msgstr "Lo sentimos - nada que encontrar."
318
+
319
+ #: gallery-plugin.php:1030 template/gallery-single-template.php:83
320
+ msgid "Download High resolution image"
321
+ msgstr ""
322
+
323
+ #: template/gallery-single-template.php:83
324
+ msgid "Image "
325
+ msgstr ""
326
+
327
+ #~ msgid "Size for gallery album cover"
328
+ #~ msgstr "Размер для "
languages/gallery-fr_FR.mo CHANGED
File without changes
languages/gallery-fr_FR.po CHANGED
@@ -2,296 +2,332 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-07-27 14:56+0300\n"
6
- "PO-Revision-Date: 2012-07-27 14:57+0300\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Wolforg <contact@wolforg.eu>\n"
9
- "Language: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-Language: French\n"
16
- "X-Poedit-Country: FRANCE\n"
17
  "X-Poedit-SourceCharset: utf-8\n"
18
  "Plural-Forms: nplurals=2;plural=n>1;\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: gallery-plugin.php:55
22
- #: gallery-plugin.php:683
23
- msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
24
- msgstr "Les fichiers suivants \"gallery-template.php\" et \"gallery-single-template.php\" n'ont pas été trouvés dans le répertoire de votre thème. Merci de les copier depuis le répertoire `/wp-content/plugins/gallery-plugin/template/` dans le répertoire de votre thème pour le bon fonctionnement de l'extension Gallery"
 
 
 
 
 
 
 
 
25
 
26
- #: gallery-plugin.php:79
27
- #: gallery-plugin.php:89
28
  msgid "Galleries"
29
  msgstr "Galeries"
30
 
31
- #: gallery-plugin.php:80
32
- #: gallery-plugin.php:576
33
  msgid "Gallery"
34
  msgstr "Galerie"
35
 
36
- #: gallery-plugin.php:81
37
  msgid "Add New"
38
  msgstr "Ajouter"
39
 
40
- #: gallery-plugin.php:82
41
  msgid "Add New Gallery"
42
  msgstr "Ajouter une nouvelle galerie"
43
 
44
- #: gallery-plugin.php:83
45
  msgid "Edit Gallery"
46
  msgstr "Modifier la galerie"
47
 
48
- #: gallery-plugin.php:84
49
  msgid "New Gallery"
50
  msgstr "Nouvelle galerie"
51
 
52
- #: gallery-plugin.php:85
53
  msgid "View Gallery"
54
  msgstr "Voir la galerie"
55
 
56
- #: gallery-plugin.php:86
57
  msgid "Search Galleries"
58
  msgstr "Rechercher une galerie"
59
 
60
- #: gallery-plugin.php:87
61
  msgid "No Galleries found"
62
  msgstr "Pas de galeries trouvées"
63
 
64
- #: gallery-plugin.php:144
65
  msgid "Upload File"
66
  msgstr "Envoi de fichier"
67
 
68
- #: gallery-plugin.php:145
69
  msgid "Gallery Shortcode"
70
  msgstr "Gallery Shortcode"
71
 
72
- #: gallery-plugin.php:159
73
- msgid "The gallery temp directory (gallery-plugin/upload/files) not writeable by your webserver. Please use the standard WP functional to upload the images (media library)"
74
- msgstr "Le répertoire temporaire de la gallery (gallery-plugin/upload/files) n'est pas autorisé en écriture par votre serveur Web. Merci d'utliser les fonctions standards de WP pour charger les images (Média)"
 
 
 
 
 
 
75
 
76
- #: gallery-plugin.php:163
77
  msgid "Choose an image to upload:"
78
  msgstr "Choisir l'image à envoyer :"
79
 
80
- #: gallery-plugin.php:168
81
  msgid "Please enable JavaScript to use the file uploader."
82
  msgstr "Merci d'activer JavaScript pour utiliser l'envoi de fichiers."
83
 
84
- #: gallery-plugin.php:175
85
- msgid "Please use drag and drop function to change the order of the output of images and do not forget to save post."
 
 
 
 
 
 
86
  msgstr ""
87
 
88
- #: gallery-plugin.php:177
89
  msgid "Please do not forget to select "
90
  msgstr ""
91
 
92
- #: gallery-plugin.php:177
93
- #: gallery-plugin.php:734
94
  msgid "Attachments order by"
95
  msgstr "Fichiers trier par"
96
 
97
- #: gallery-plugin.php:177
98
  msgid "attachments order"
99
  msgstr ""
100
 
101
- #: gallery-plugin.php:177
102
  msgid "in the settings of the plugin (page "
103
  msgstr ""
104
 
105
- #: gallery-plugin.php:239
106
- msgid "You can add the Single Gallery on the page or in the post by inserting this shortcode in the content"
107
- msgstr "Vous pouvez ajouter la galerie dans la page ou l'article en insérant le code court dans le contenu"
 
 
 
 
108
 
109
- #: gallery-plugin.php:241
110
- msgid "If you want to take a brief display of the gallery with a link to a Single Sallery Page"
 
 
111
  msgstr ""
112
 
113
- #: gallery-plugin.php:394
114
  msgid "Title"
115
  msgstr "Titre"
116
 
117
- #: gallery-plugin.php:395
118
  msgid "Author"
119
  msgstr "Auteur"
120
 
121
- #: gallery-plugin.php:396
122
  msgid "Photo's"
123
  msgstr "Photo's"
124
 
125
- #: gallery-plugin.php:397
126
  msgid "Public"
127
  msgstr "Public"
128
 
129
- #: gallery-plugin.php:398
130
  msgid "Date"
131
  msgstr "Date"
132
 
133
- #: gallery-plugin.php:545
134
  msgid "Activated plugins"
135
  msgstr "Extensions activées"
136
 
137
- #: gallery-plugin.php:547
138
- #: gallery-plugin.php:555
139
- #: gallery-plugin.php:563
140
  msgid "Read more"
141
  msgstr "Lire plus..."
142
 
143
- #: gallery-plugin.php:547
144
- #: gallery-plugin.php:789
145
- #: gallery-plugin.php:804
146
  msgid "Settings"
147
  msgstr "Paramètres"
148
 
149
- #: gallery-plugin.php:553
150
  msgid "Installed plugins"
151
  msgstr "Extensions installées"
152
 
153
- #: gallery-plugin.php:561
154
  msgid "Recommended plugins"
155
  msgstr "Extensions recommandées"
156
 
157
- #: gallery-plugin.php:563
158
  msgid "Download"
159
  msgstr "Télécharger"
160
 
161
- #: gallery-plugin.php:563
162
  #, php-format
163
  msgid "Install %s"
164
  msgstr "Installation %s"
165
 
166
- #: gallery-plugin.php:563
167
  msgid "Install now from wordpress.org"
168
  msgstr "Installation à partir de wordpress.org"
169
 
170
- #: gallery-plugin.php:565
171
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
172
- msgstr "Si vous avez des questions, merci de nous contacter via plugin@bestwebsoft.com ou remplissez le formulaire de contact sur notre site"
 
 
 
 
173
 
174
- #: gallery-plugin.php:597
175
  msgid "See photo &raquo;"
176
  msgstr "Voir la photo &raquo;"
177
 
178
- #: gallery-plugin.php:676
179
  msgid "Options saved."
180
  msgstr "Options sauvegardées."
181
 
182
- #: gallery-plugin.php:690
183
  msgid "Gallery Options"
184
  msgstr "Options de galerie"
185
 
186
- #: gallery-plugin.php:693
187
- msgid "If you would like to add a Single Gallery to your page or post, just copy and put this shortcode onto your post or page content:"
188
- 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:"
 
 
 
 
189
 
190
- #: gallery-plugin.php:697
191
  msgid "The size of the cover album for gallery"
192
  msgstr "Taille de la vignette de l'album"
193
 
194
- #: gallery-plugin.php:699
195
- #: gallery-plugin.php:707
196
  msgid "Image size name"
197
  msgstr "Nom de la vignette"
198
 
199
- #: gallery-plugin.php:700
200
- #: gallery-plugin.php:708
201
  msgid "Width (in px)"
202
  msgstr "Largeur (en pixels)"
203
 
204
- #: gallery-plugin.php:701
205
- #: gallery-plugin.php:709
206
  msgid "Height (in px)"
207
  msgstr "Hauteur (en pixels)"
208
 
209
- #: gallery-plugin.php:705
210
  msgid "Size for gallery image"
211
  msgstr "Taille de la vignette de la galerie"
212
 
213
- #: gallery-plugin.php:713
214
- msgid "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
215
- msgstr "WordPress créera une copie de la miniature d'article avec les dimensions spécifiées quand vous envoyez une nouvelle photo."
 
 
 
 
216
 
217
- #: gallery-plugin.php:716
218
  msgid "Count images in row"
219
  msgstr "Nombre d'images par ligne"
220
 
221
- #: gallery-plugin.php:722
222
  msgid "Start slideshow"
223
  msgstr "Démarer le diaporama"
224
 
225
- #: gallery-plugin.php:728
226
  msgid "Slideshow interval"
227
  msgstr "Interval de transition pour le diaporama"
228
 
229
- #: gallery-plugin.php:736
230
  msgid "attachment id"
231
  msgstr "id du fichier"
232
 
233
- #: gallery-plugin.php:737
234
  msgid "attachment title"
235
  msgstr "titre du fichier"
236
 
237
- #: gallery-plugin.php:738
238
  msgid "date"
239
  msgstr "date"
240
 
241
- #: gallery-plugin.php:739
242
- msgid "attachments order (the integer fields in the Insert / Upload Media Gallery dialog )"
243
- msgstr "ordre des fichiers (le nombre dans la fenêtre d'insertion / téléchargement de la galerie)"
 
 
 
 
244
 
245
- #: gallery-plugin.php:740
246
  msgid "random"
247
  msgstr "aléatoire"
248
 
249
- #: gallery-plugin.php:744
250
  msgid "Attachments order"
251
  msgstr "Ordre des fichiers"
252
 
253
- #: gallery-plugin.php:746
254
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
255
- msgstr "ASC (ordre ascendant de la plus petite à la plus grande valeur - 1, 2, 3; a, b, c)"
 
 
256
 
257
- #: gallery-plugin.php:747
258
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
259
- msgstr "DESC (ordre descendant de la plus grade à la plus petite - 3, 2, 1; c, b, a)"
 
 
260
 
261
- #: gallery-plugin.php:751
262
  msgid "Display Return link"
263
  msgstr "Afficher le lien de retour"
264
 
265
- #: gallery-plugin.php:757
266
  msgid "Display Return link in shortcode"
267
  msgstr "Afficher le lien de retour dans le code court"
268
 
269
- #: gallery-plugin.php:763
270
  msgid "Label for Return link"
271
  msgstr "Texte du lien de retour"
272
 
273
- #: gallery-plugin.php:769
274
  msgid "Label for Read More link"
275
  msgstr ""
276
 
277
- #: gallery-plugin.php:777
278
  msgid "Save Changes"
279
  msgstr "Sauvegarder"
280
 
281
- #: gallery-plugin.php:790
282
  msgid "FAQ"
283
  msgstr "FAQ"
284
 
285
- #: gallery-plugin.php:791
286
  msgid "Support"
287
  msgstr "Soutien"
288
 
289
- #: gallery-plugin.php:953
290
- #: template/gallery-single-template.php:60
291
  msgid "Sorry - nothing to found."
292
  msgstr "Désolé, rien de trouvé"
293
 
294
- #: template/gallery-single-template.php:82
 
 
 
 
295
  msgid "Image "
296
  msgstr "Image "
297
-
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-10-05 17:39+0200\n"
6
+ "PO-Revision-Date: 2012-10-05 17:39+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Wolforg <contact@wolforg.eu>\n"
9
+ "Language: fr_FR\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
 
 
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "Plural-Forms: nplurals=2;plural=n>1;\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: gallery-plugin.php:103 gallery-plugin.php:740
20
+ msgid ""
21
+ "The following files \"gallery-template.php\" and \"gallery-single-template."
22
+ "php\" were not found in the directory of your theme. Please copy them from "
23
+ "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
24
+ "directory of your theme for the correct work of the Gallery plugin"
25
+ msgstr ""
26
+ "Les fichiers suivants \"gallery-template.php\" et \"gallery-single-template."
27
+ "php\" n'ont pas été trouvés dans le répertoire de votre thème. Merci de les "
28
+ "copier depuis le répertoire `/wp-content/plugins/gallery-plugin/template/` "
29
+ "dans le répertoire de votre thème pour le bon fonctionnement de l'extension "
30
+ "Gallery"
31
 
32
+ #: gallery-plugin.php:127 gallery-plugin.php:137
 
33
  msgid "Galleries"
34
  msgstr "Galeries"
35
 
36
+ #: gallery-plugin.php:128 gallery-plugin.php:630
 
37
  msgid "Gallery"
38
  msgstr "Galerie"
39
 
40
+ #: gallery-plugin.php:129
41
  msgid "Add New"
42
  msgstr "Ajouter"
43
 
44
+ #: gallery-plugin.php:130
45
  msgid "Add New Gallery"
46
  msgstr "Ajouter une nouvelle galerie"
47
 
48
+ #: gallery-plugin.php:131
49
  msgid "Edit Gallery"
50
  msgstr "Modifier la galerie"
51
 
52
+ #: gallery-plugin.php:132
53
  msgid "New Gallery"
54
  msgstr "Nouvelle galerie"
55
 
56
+ #: gallery-plugin.php:133
57
  msgid "View Gallery"
58
  msgstr "Voir la galerie"
59
 
60
+ #: gallery-plugin.php:134
61
  msgid "Search Galleries"
62
  msgstr "Rechercher une galerie"
63
 
64
+ #: gallery-plugin.php:135
65
  msgid "No Galleries found"
66
  msgstr "Pas de galeries trouvées"
67
 
68
+ #: gallery-plugin.php:192
69
  msgid "Upload File"
70
  msgstr "Envoi de fichier"
71
 
72
+ #: gallery-plugin.php:193
73
  msgid "Gallery Shortcode"
74
  msgstr "Gallery Shortcode"
75
 
76
+ #: gallery-plugin.php:208
77
+ msgid ""
78
+ "The gallery temp directory (gallery-plugin/upload/files) not writeable by "
79
+ "your webserver. Please use the standard WP functional to upload the images "
80
+ "(media library)"
81
+ msgstr ""
82
+ "Le répertoire temporaire de la gallery (gallery-plugin/upload/files) n'est "
83
+ "pas autorisé en écriture par votre serveur Web. Merci d'utliser les "
84
+ "fonctions standards de WP pour charger les images (Média)"
85
 
86
+ #: gallery-plugin.php:212
87
  msgid "Choose an image to upload:"
88
  msgstr "Choisir l'image à envoyer :"
89
 
90
+ #: gallery-plugin.php:217
91
  msgid "Please enable JavaScript to use the file uploader."
92
  msgstr "Merci d'activer JavaScript pour utiliser l'envoi de fichiers."
93
 
94
+ #: gallery-plugin.php:224
95
+ msgid "Allow download link for images in this gallery"
96
+ msgstr ""
97
+
98
+ #: gallery-plugin.php:225
99
+ msgid ""
100
+ "Please use drag and drop function to change the order of the output of "
101
+ "images and do not forget to save post."
102
  msgstr ""
103
 
104
+ #: gallery-plugin.php:227
105
  msgid "Please do not forget to select "
106
  msgstr ""
107
 
108
+ #: gallery-plugin.php:227 gallery-plugin.php:791
 
109
  msgid "Attachments order by"
110
  msgstr "Fichiers trier par"
111
 
112
+ #: gallery-plugin.php:227
113
  msgid "attachments order"
114
  msgstr ""
115
 
116
+ #: gallery-plugin.php:227
117
  msgid "in the settings of the plugin (page "
118
  msgstr ""
119
 
120
+ #: gallery-plugin.php:289
121
+ msgid ""
122
+ "You can add the Single Gallery on the page or in the post by inserting this "
123
+ "shortcode in the content"
124
+ msgstr ""
125
+ "Vous pouvez ajouter la galerie dans la page ou l'article en insérant le code "
126
+ "court dans le contenu"
127
 
128
+ #: gallery-plugin.php:291
129
+ msgid ""
130
+ "If you want to take a brief display of the gallery with a link to a Single "
131
+ "Sallery Page"
132
  msgstr ""
133
 
134
+ #: gallery-plugin.php:448
135
  msgid "Title"
136
  msgstr "Titre"
137
 
138
+ #: gallery-plugin.php:449
139
  msgid "Author"
140
  msgstr "Auteur"
141
 
142
+ #: gallery-plugin.php:450
143
  msgid "Photo's"
144
  msgstr "Photo's"
145
 
146
+ #: gallery-plugin.php:451
147
  msgid "Public"
148
  msgstr "Public"
149
 
150
+ #: gallery-plugin.php:452
151
  msgid "Date"
152
  msgstr "Date"
153
 
154
+ #: gallery-plugin.php:599
155
  msgid "Activated plugins"
156
  msgstr "Extensions activées"
157
 
158
+ #: gallery-plugin.php:601 gallery-plugin.php:609 gallery-plugin.php:617
 
 
159
  msgid "Read more"
160
  msgstr "Lire plus..."
161
 
162
+ #: gallery-plugin.php:601 gallery-plugin.php:846 gallery-plugin.php:861
 
 
163
  msgid "Settings"
164
  msgstr "Paramètres"
165
 
166
+ #: gallery-plugin.php:607
167
  msgid "Installed plugins"
168
  msgstr "Extensions installées"
169
 
170
+ #: gallery-plugin.php:615
171
  msgid "Recommended plugins"
172
  msgstr "Extensions recommandées"
173
 
174
+ #: gallery-plugin.php:617
175
  msgid "Download"
176
  msgstr "Télécharger"
177
 
178
+ #: gallery-plugin.php:617
179
  #, php-format
180
  msgid "Install %s"
181
  msgstr "Installation %s"
182
 
183
+ #: gallery-plugin.php:617
184
  msgid "Install now from wordpress.org"
185
  msgstr "Installation à partir de wordpress.org"
186
 
187
+ #: gallery-plugin.php:619
188
+ msgid ""
189
+ "If you have any questions, please contact us via plugin@bestwebsoft.com or "
190
+ "fill in our contact form on our site"
191
+ msgstr ""
192
+ "Si vous avez des questions, merci de nous contacter via plugin@bestwebsoft."
193
+ "com ou remplissez le formulaire de contact sur notre site"
194
 
195
+ #: gallery-plugin.php:654
196
  msgid "See photo &raquo;"
197
  msgstr "Voir la photo &raquo;"
198
 
199
+ #: gallery-plugin.php:733
200
  msgid "Options saved."
201
  msgstr "Options sauvegardées."
202
 
203
+ #: gallery-plugin.php:747
204
  msgid "Gallery Options"
205
  msgstr "Options de galerie"
206
 
207
+ #: gallery-plugin.php:750
208
+ msgid ""
209
+ "If you would like to add a Single Gallery to your page or post, just copy "
210
+ "and put this shortcode onto your post or page content:"
211
+ msgstr ""
212
+ "Si vous voulez ajouter la galerie dans une page ou un article, copier le "
213
+ "code court suivant dans le contenu de votre page ou de votre article:"
214
 
215
+ #: gallery-plugin.php:754
216
  msgid "The size of the cover album for gallery"
217
  msgstr "Taille de la vignette de l'album"
218
 
219
+ #: gallery-plugin.php:756 gallery-plugin.php:764
 
220
  msgid "Image size name"
221
  msgstr "Nom de la vignette"
222
 
223
+ #: gallery-plugin.php:757 gallery-plugin.php:765
 
224
  msgid "Width (in px)"
225
  msgstr "Largeur (en pixels)"
226
 
227
+ #: gallery-plugin.php:758 gallery-plugin.php:766
 
228
  msgid "Height (in px)"
229
  msgstr "Hauteur (en pixels)"
230
 
231
+ #: gallery-plugin.php:762
232
  msgid "Size for gallery image"
233
  msgstr "Taille de la vignette de la galerie"
234
 
235
+ #: gallery-plugin.php:770
236
+ msgid ""
237
+ "WordPress will create a copy of the post thumbnail with the specified "
238
+ "dimensions when you upload a new photo."
239
+ msgstr ""
240
+ "WordPress créera une copie de la miniature d'article avec les dimensions "
241
+ "spécifiées quand vous envoyez une nouvelle photo."
242
 
243
+ #: gallery-plugin.php:773
244
  msgid "Count images in row"
245
  msgstr "Nombre d'images par ligne"
246
 
247
+ #: gallery-plugin.php:779
248
  msgid "Start slideshow"
249
  msgstr "Démarer le diaporama"
250
 
251
+ #: gallery-plugin.php:785
252
  msgid "Slideshow interval"
253
  msgstr "Interval de transition pour le diaporama"
254
 
255
+ #: gallery-plugin.php:793
256
  msgid "attachment id"
257
  msgstr "id du fichier"
258
 
259
+ #: gallery-plugin.php:794
260
  msgid "attachment title"
261
  msgstr "titre du fichier"
262
 
263
+ #: gallery-plugin.php:795
264
  msgid "date"
265
  msgstr "date"
266
 
267
+ #: gallery-plugin.php:796
268
+ msgid ""
269
+ "attachments order (the integer fields in the Insert / Upload Media Gallery "
270
+ "dialog )"
271
+ msgstr ""
272
+ "ordre des fichiers (le nombre dans la fenêtre d'insertion / téléchargement "
273
+ "de la galerie)"
274
 
275
+ #: gallery-plugin.php:797
276
  msgid "random"
277
  msgstr "aléatoire"
278
 
279
+ #: gallery-plugin.php:801
280
  msgid "Attachments order"
281
  msgstr "Ordre des fichiers"
282
 
283
+ #: gallery-plugin.php:803
284
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
285
+ msgstr ""
286
+ "ASC (ordre ascendant de la plus petite à la plus grande valeur - 1, 2, 3; a, "
287
+ "b, c)"
288
 
289
+ #: gallery-plugin.php:804
290
+ msgid ""
291
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
292
+ msgstr ""
293
+ "DESC (ordre descendant de la plus grade à la plus petite - 3, 2, 1; c, b, a)"
294
 
295
+ #: gallery-plugin.php:808
296
  msgid "Display Return link"
297
  msgstr "Afficher le lien de retour"
298
 
299
+ #: gallery-plugin.php:814
300
  msgid "Display Return link in shortcode"
301
  msgstr "Afficher le lien de retour dans le code court"
302
 
303
+ #: gallery-plugin.php:820
304
  msgid "Label for Return link"
305
  msgstr "Texte du lien de retour"
306
 
307
+ #: gallery-plugin.php:826
308
  msgid "Label for Read More link"
309
  msgstr ""
310
 
311
+ #: gallery-plugin.php:834
312
  msgid "Save Changes"
313
  msgstr "Sauvegarder"
314
 
315
+ #: gallery-plugin.php:847
316
  msgid "FAQ"
317
  msgstr "FAQ"
318
 
319
+ #: gallery-plugin.php:848
320
  msgid "Support"
321
  msgstr "Soutien"
322
 
323
+ #: gallery-plugin.php:1011 template/gallery-single-template.php:61
 
324
  msgid "Sorry - nothing to found."
325
  msgstr "Désolé, rien de trouvé"
326
 
327
+ #: gallery-plugin.php:1030 template/gallery-single-template.php:83
328
+ msgid "Download High resolution image"
329
+ msgstr ""
330
+
331
+ #: template/gallery-single-template.php:83
332
  msgid "Image "
333
  msgstr "Image "
 
languages/gallery-he_IL.mo CHANGED
File without changes
languages/gallery-he_IL.po CHANGED
@@ -2,359 +2,389 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Gallery Plugin v3.2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-07-27 14:57+0300\n"
6
- "PO-Revision-Date: 2012-07-27 14:57+0300\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: \n"
9
- "Language: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
- "X-Poedit-Language: Hebrew\n"
15
- "X-Poedit-Country: ISRAEL\n"
16
  "X-Poedit-SourceCharset: utf-8\n"
17
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
 
18
  "X-Poedit-Basepath: ../\n"
19
  "X-Textdomain-Support: yes\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
  # @ gallery
23
- #: gallery-plugin.php:55
24
- #: gallery-plugin.php:683
25
- msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
26
- msgstr "הקבצים הבאים \"gallery-template.php\" ו \"gallery-single-template.php\" לא נמצאו במחיצת התבנית שלך. בבקשה העתק אותם מתיקיית `/wp-content/plugins/gallery-plugin/template/` אל מחיצת התבנית שלך לתפקוד תקין של הגלריה"
 
 
 
 
 
 
27
 
28
  # @ gallery
29
- #: gallery-plugin.php:79
30
- #: gallery-plugin.php:89
31
  msgid "Galleries"
32
  msgstr "גלריות"
33
 
34
  # @ gallery
35
- #: gallery-plugin.php:80
36
- #: gallery-plugin.php:576
37
  msgid "Gallery"
38
  msgstr "גלריה"
39
 
40
  # @ gallery
41
- #: gallery-plugin.php:81
42
  msgid "Add New"
43
  msgstr "הוסף"
44
 
45
  # @ gallery
46
- #: gallery-plugin.php:82
47
  msgid "Add New Gallery"
48
  msgstr "הוסף גלריה חדשה"
49
 
50
  # @ gallery
51
- #: gallery-plugin.php:83
52
  msgid "Edit Gallery"
53
  msgstr "ערוך גלריה"
54
 
55
  # @ gallery
56
- #: gallery-plugin.php:84
57
  msgid "New Gallery"
58
  msgstr "גלריה חדשה"
59
 
60
  # @ gallery
61
- #: gallery-plugin.php:85
62
  msgid "View Gallery"
63
  msgstr "הצג גלריה"
64
 
65
  # @ gallery
66
- #: gallery-plugin.php:86
67
  msgid "Search Galleries"
68
  msgstr "חיפוש בגלריות"
69
 
70
  # @ gallery
71
- #: gallery-plugin.php:87
72
  msgid "No Galleries found"
73
  msgstr "לא נמצאו גלריות"
74
 
75
  # @ gallery
76
- #: gallery-plugin.php:144
77
  msgid "Upload File"
78
  msgstr "העלה קובץ"
79
 
80
  # @ gallery
81
- #: gallery-plugin.php:145
82
  msgid "Gallery Shortcode"
83
  msgstr "קיצור קוד גלריה"
84
 
85
  # @ gallery
86
- #: gallery-plugin.php:159
87
- msgid "The gallery temp directory (gallery-plugin/upload/files) not writeable by your webserver. Please use the standard WP functional to upload the images (media library)"
88
- msgstr "אין הרשאת כתיבה אל הספריה הזמנית של הגלריה (gallery-plugin/upload/files) שרת שלך. אנא השתמש בהעלאת התמונות של וורדפרס כדי להעלות תמונות (מדיה > ספריה)"
 
 
 
 
 
89
 
90
  # @ gallery
91
- #: gallery-plugin.php:163
92
  msgid "Choose an image to upload:"
93
  msgstr "בחר תמונה להעלאה:"
94
 
95
  # @ gallery
96
- #: gallery-plugin.php:168
97
  msgid "Please enable JavaScript to use the file uploader."
98
  msgstr "בבקשה אפשר לג'אווה-סקריפט להתשמש בטוען התמונות."
99
 
100
- #: gallery-plugin.php:175
101
- msgid "Please use drag and drop function to change the order of the output of images and do not forget to save post."
 
 
 
 
 
 
102
  msgstr ""
103
 
104
- #: gallery-plugin.php:177
105
  msgid "Please do not forget to select "
106
  msgstr ""
107
 
108
  # @ gallery
109
- #: gallery-plugin.php:177
110
- #: gallery-plugin.php:734
111
  msgid "Attachments order by"
112
  msgstr "סדר הקבצים המצורפים"
113
 
114
  # @ gallery
115
- #: gallery-plugin.php:177
116
  msgid "attachments order"
117
  msgstr ""
118
 
119
- #: gallery-plugin.php:177
120
  msgid "in the settings of the plugin (page "
121
  msgstr ""
122
 
123
  # @ gallery
124
- #: gallery-plugin.php:239
125
- msgid "You can add the Single Gallery on the page or in the post by inserting this shortcode in the content"
126
- msgstr "אתה יכול להעלות את הגלריה הבודדת בבגוף הדף או הפוסט על ידי הוספת קיצור הקוד בתוכן"
 
 
 
 
127
 
128
- #: gallery-plugin.php:241
129
- msgid "If you want to take a brief display of the gallery with a link to a Single Sallery Page"
 
 
130
  msgstr ""
131
 
132
  # @ gallery
133
- #: gallery-plugin.php:394
134
  msgid "Title"
135
  msgstr "כותרת"
136
 
137
  # @ gallery
138
- #: gallery-plugin.php:395
139
  msgid "Author"
140
  msgstr "מחבר"
141
 
142
  # @ gallery
143
- #: gallery-plugin.php:396
144
  msgid "Photo's"
145
  msgstr "של התמונה"
146
 
147
  # @ gallery
148
- #: gallery-plugin.php:397
149
  msgid "Public"
150
  msgstr "ציבורי"
151
 
152
  # @ gallery
153
- #: gallery-plugin.php:398
154
  msgid "Date"
155
  msgstr "תאריך"
156
 
157
  # @ gallery
158
- #: gallery-plugin.php:545
159
  msgid "Activated plugins"
160
  msgstr "תוספים פעילים"
161
 
162
  # @ gallery
163
- #: gallery-plugin.php:547
164
- #: gallery-plugin.php:555
165
- #: gallery-plugin.php:563
166
  msgid "Read more"
167
  msgstr "קרא עוד"
168
 
169
  # @ gallery
170
- #: gallery-plugin.php:547
171
- #: gallery-plugin.php:789
172
- #: gallery-plugin.php:804
173
  msgid "Settings"
174
  msgstr "הגדרות"
175
 
176
  # @ gallery
177
- #: gallery-plugin.php:553
178
  msgid "Installed plugins"
179
  msgstr "תוספים מותקנים"
180
 
181
  # @ gallery
182
- #: gallery-plugin.php:561
183
  msgid "Recommended plugins"
184
  msgstr "תוספים מומלצים"
185
 
186
  # @ gallery
187
- #: gallery-plugin.php:563
188
  msgid "Download"
189
  msgstr "הורד"
190
 
191
  # @ default
192
- #: gallery-plugin.php:563
193
  #, php-format
194
  msgid "Install %s"
195
  msgstr "התקן %s"
196
 
197
  # @ gallery
198
- #: gallery-plugin.php:563
199
  msgid "Install now from wordpress.org"
200
  msgstr "הורד כעת מ wordpress.org"
201
 
202
  # @ gallery
203
- #: gallery-plugin.php:565
204
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
205
- msgstr "אם יש לך שאלות כלשהן, אנא צור עמנו קשר דרך plugin@bestwebsoft.com או שתמלא את טופס יצירת הקשר באתר שלנו"
 
 
 
 
206
 
207
  # @ gallery
208
- #: gallery-plugin.php:597
209
  msgid "See photo &raquo;"
210
  msgstr "ראו תמונה »"
211
 
212
  # @ gallery
213
- #: gallery-plugin.php:676
214
  msgid "Options saved."
215
  msgstr "האפשרויות נשמרו."
216
 
217
  # @ gallery
218
- #: gallery-plugin.php:690
219
  msgid "Gallery Options"
220
  msgstr "אפשרויות גלריה"
221
 
222
  # @ gallery
223
- #: gallery-plugin.php:693
224
- msgid "If you would like to add a Single Gallery to your page or post, just copy and put this shortcode onto your post or page content:"
225
- msgstr "אם אתה רוצה להוסיף גלריה בודדת לדף או לפוסט שלך, פשוט העתק והדבק את קיצור הקוד הזה בתוך תוכן הפוסט או הדף שלך:"
 
 
 
 
226
 
227
  # @ gallery
228
- #: gallery-plugin.php:697
229
  msgid "The size of the cover album for gallery"
230
  msgstr "גודל הכריכה של האלבום של הגלריה"
231
 
232
  # @ gallery
233
- #: gallery-plugin.php:699
234
- #: gallery-plugin.php:707
235
  msgid "Image size name"
236
  msgstr "שם גודל תמונה"
237
 
238
  # @ gallery
239
- #: gallery-plugin.php:700
240
- #: gallery-plugin.php:708
241
  msgid "Width (in px)"
242
  msgstr "רוחב (בפיקסלים)"
243
 
244
  # @ gallery
245
- #: gallery-plugin.php:701
246
- #: gallery-plugin.php:709
247
  msgid "Height (in px)"
248
  msgstr "גובה (בפיקסלים)"
249
 
250
  # @ gallery
251
- #: gallery-plugin.php:705
252
  msgid "Size for gallery image"
253
  msgstr "גודל תמונת גלריה"
254
 
255
  # @ gallery
256
- #: gallery-plugin.php:713
257
- msgid "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
258
- msgstr "וורדפרס ייצור העתק של תמונה ממוזערת של הפוסט עם המידות שצוינו כאשר אתה מעלה תמונה חדשה."
 
 
 
 
259
 
260
  # @ gallery
261
- #: gallery-plugin.php:716
262
  msgid "Count images in row"
263
  msgstr "מספר תמונות בשורה"
264
 
265
  # @ gallery
266
- #: gallery-plugin.php:722
267
  msgid "Start slideshow"
268
  msgstr "התחל מצגת"
269
 
270
  # @ gallery
271
- #: gallery-plugin.php:728
272
  msgid "Slideshow interval"
273
  msgstr "מרווח מצגת"
274
 
275
  # @ gallery
276
- #: gallery-plugin.php:736
277
  msgid "attachment id"
278
  msgstr "מזהה קובץ מצורף"
279
 
280
  # @ gallery
281
- #: gallery-plugin.php:737
282
  msgid "attachment title"
283
  msgstr "כותרת קובץ מצורף"
284
 
285
  # @ gallery
286
- #: gallery-plugin.php:738
287
  msgid "date"
288
  msgstr "תאריך"
289
 
290
  # @ gallery
291
- #: gallery-plugin.php:739
292
- msgid "attachments order (the integer fields in the Insert / Upload Media Gallery dialog )"
293
- msgstr "סדר קבצים מצורפים (המספר השלם של השדות בהוספה \\ דיאלוג העלאת גלריית מדיה)"
 
 
 
294
 
295
  # @ gallery
296
- #: gallery-plugin.php:740
297
  msgid "random"
298
  msgstr "אקראי"
299
 
300
  # @ gallery
301
- #: gallery-plugin.php:744
302
  msgid "Attachments order"
303
  msgstr "סדר קבצים מצורפים"
304
 
305
  # @ gallery
306
- #: gallery-plugin.php:746
307
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
308
  msgstr "סדר עולה (מן הערך הנמוך ביותר לערך הגבוה ביותר)"
309
 
310
  # @ gallery
311
- #: gallery-plugin.php:747
312
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
 
313
  msgstr "סדר יורד (מן הערך הגבוה ביותר לערך הנמוך ביותר)"
314
 
315
  # @ gallery
316
- #: gallery-plugin.php:751
317
  msgid "Display Return link"
318
  msgstr "הצג קישור חזרה"
319
 
320
  # @ gallery
321
- #: gallery-plugin.php:757
322
  msgid "Display Return link in shortcode"
323
  msgstr "הצג קישור חזרה בקיצור הקוד"
324
 
325
  # @ gallery
326
- #: gallery-plugin.php:763
327
  msgid "Label for Return link"
328
  msgstr "תוית לקישור חזרה"
329
 
330
  # @ gallery
331
- #: gallery-plugin.php:769
332
  msgid "Label for Read More link"
333
  msgstr ""
334
 
335
  # @ default
336
- #: gallery-plugin.php:777
337
  msgid "Save Changes"
338
  msgstr "שמור שינויים"
339
 
340
  # @ gallery
341
- #: gallery-plugin.php:790
342
  msgid "FAQ"
343
  msgstr "שאלות ותשובות"
344
 
345
  # @ gallery
346
- #: gallery-plugin.php:791
347
  msgid "Support"
348
  msgstr "תמיכה"
349
 
350
  # @ gallery
351
- #: gallery-plugin.php:953
352
- #: template/gallery-single-template.php:60
353
  msgid "Sorry - nothing to found."
354
  msgstr "מצטערים, אין מה למצוא."
355
 
 
 
 
 
356
  # @ gallery
357
- #: template/gallery-single-template.php:82
358
  msgid "Image "
359
  msgstr "תמונה "
360
-
2
  msgstr ""
3
  "Project-Id-Version: Gallery Plugin v3.2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-10-05 17:39+0200\n"
6
+ "PO-Revision-Date: 2012-10-05 17:39+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: \n"
9
+ "Language: he_IL\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 
14
  "X-Poedit-SourceCharset: utf-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
  "X-Poedit-Basepath: ../\n"
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ gallery
22
+ #: gallery-plugin.php:103 gallery-plugin.php:740
23
+ msgid ""
24
+ "The following files \"gallery-template.php\" and \"gallery-single-template."
25
+ "php\" were not found in the directory of your theme. Please copy them from "
26
+ "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
27
+ "directory of your theme for the correct work of the Gallery plugin"
28
+ msgstr ""
29
+ "הקבצים הבאים \"gallery-template.php\" ו \"gallery-single-template.php\" לא "
30
+ "נמצאו במחיצת התבנית שלך. בבקשה העתק אותם מתיקיית `/wp-content/plugins/"
31
+ "gallery-plugin/template/` אל מחיצת התבנית שלך לתפקוד תקין של הגלריה"
32
 
33
  # @ gallery
34
+ #: gallery-plugin.php:127 gallery-plugin.php:137
 
35
  msgid "Galleries"
36
  msgstr "גלריות"
37
 
38
  # @ gallery
39
+ #: gallery-plugin.php:128 gallery-plugin.php:630
 
40
  msgid "Gallery"
41
  msgstr "גלריה"
42
 
43
  # @ gallery
44
+ #: gallery-plugin.php:129
45
  msgid "Add New"
46
  msgstr "הוסף"
47
 
48
  # @ gallery
49
+ #: gallery-plugin.php:130
50
  msgid "Add New Gallery"
51
  msgstr "הוסף גלריה חדשה"
52
 
53
  # @ gallery
54
+ #: gallery-plugin.php:131
55
  msgid "Edit Gallery"
56
  msgstr "ערוך גלריה"
57
 
58
  # @ gallery
59
+ #: gallery-plugin.php:132
60
  msgid "New Gallery"
61
  msgstr "גלריה חדשה"
62
 
63
  # @ gallery
64
+ #: gallery-plugin.php:133
65
  msgid "View Gallery"
66
  msgstr "הצג גלריה"
67
 
68
  # @ gallery
69
+ #: gallery-plugin.php:134
70
  msgid "Search Galleries"
71
  msgstr "חיפוש בגלריות"
72
 
73
  # @ gallery
74
+ #: gallery-plugin.php:135
75
  msgid "No Galleries found"
76
  msgstr "לא נמצאו גלריות"
77
 
78
  # @ gallery
79
+ #: gallery-plugin.php:192
80
  msgid "Upload File"
81
  msgstr "העלה קובץ"
82
 
83
  # @ gallery
84
+ #: gallery-plugin.php:193
85
  msgid "Gallery Shortcode"
86
  msgstr "קיצור קוד גלריה"
87
 
88
  # @ gallery
89
+ #: gallery-plugin.php:208
90
+ msgid ""
91
+ "The gallery temp directory (gallery-plugin/upload/files) not writeable by "
92
+ "your webserver. Please use the standard WP functional to upload the images "
93
+ "(media library)"
94
+ msgstr ""
95
+ "אין הרשאת כתיבה אל הספריה הזמנית של הגלריה (gallery-plugin/upload/files) שרת "
96
+ "שלך. אנא השתמש בהעלאת התמונות של וורדפרס כדי להעלות תמונות (מדיה > ספריה)"
97
 
98
  # @ gallery
99
+ #: gallery-plugin.php:212
100
  msgid "Choose an image to upload:"
101
  msgstr "בחר תמונה להעלאה:"
102
 
103
  # @ gallery
104
+ #: gallery-plugin.php:217
105
  msgid "Please enable JavaScript to use the file uploader."
106
  msgstr "בבקשה אפשר לג'אווה-סקריפט להתשמש בטוען התמונות."
107
 
108
+ #: gallery-plugin.php:224
109
+ msgid "Allow download link for images in this gallery"
110
+ msgstr ""
111
+
112
+ #: gallery-plugin.php:225
113
+ msgid ""
114
+ "Please use drag and drop function to change the order of the output of "
115
+ "images and do not forget to save post."
116
  msgstr ""
117
 
118
+ #: gallery-plugin.php:227
119
  msgid "Please do not forget to select "
120
  msgstr ""
121
 
122
  # @ gallery
123
+ #: gallery-plugin.php:227 gallery-plugin.php:791
 
124
  msgid "Attachments order by"
125
  msgstr "סדר הקבצים המצורפים"
126
 
127
  # @ gallery
128
+ #: gallery-plugin.php:227
129
  msgid "attachments order"
130
  msgstr ""
131
 
132
+ #: gallery-plugin.php:227
133
  msgid "in the settings of the plugin (page "
134
  msgstr ""
135
 
136
  # @ gallery
137
+ #: gallery-plugin.php:289
138
+ msgid ""
139
+ "You can add the Single Gallery on the page or in the post by inserting this "
140
+ "shortcode in the content"
141
+ msgstr ""
142
+ "אתה יכול להעלות את הגלריה הבודדת בבגוף הדף או הפוסט על ידי הוספת קיצור הקוד "
143
+ "בתוכן"
144
 
145
+ #: gallery-plugin.php:291
146
+ msgid ""
147
+ "If you want to take a brief display of the gallery with a link to a Single "
148
+ "Sallery Page"
149
  msgstr ""
150
 
151
  # @ gallery
152
+ #: gallery-plugin.php:448
153
  msgid "Title"
154
  msgstr "כותרת"
155
 
156
  # @ gallery
157
+ #: gallery-plugin.php:449
158
  msgid "Author"
159
  msgstr "מחבר"
160
 
161
  # @ gallery
162
+ #: gallery-plugin.php:450
163
  msgid "Photo's"
164
  msgstr "של התמונה"
165
 
166
  # @ gallery
167
+ #: gallery-plugin.php:451
168
  msgid "Public"
169
  msgstr "ציבורי"
170
 
171
  # @ gallery
172
+ #: gallery-plugin.php:452
173
  msgid "Date"
174
  msgstr "תאריך"
175
 
176
  # @ gallery
177
+ #: gallery-plugin.php:599
178
  msgid "Activated plugins"
179
  msgstr "תוספים פעילים"
180
 
181
  # @ gallery
182
+ #: gallery-plugin.php:601 gallery-plugin.php:609 gallery-plugin.php:617
 
 
183
  msgid "Read more"
184
  msgstr "קרא עוד"
185
 
186
  # @ gallery
187
+ #: gallery-plugin.php:601 gallery-plugin.php:846 gallery-plugin.php:861
 
 
188
  msgid "Settings"
189
  msgstr "הגדרות"
190
 
191
  # @ gallery
192
+ #: gallery-plugin.php:607
193
  msgid "Installed plugins"
194
  msgstr "תוספים מותקנים"
195
 
196
  # @ gallery
197
+ #: gallery-plugin.php:615
198
  msgid "Recommended plugins"
199
  msgstr "תוספים מומלצים"
200
 
201
  # @ gallery
202
+ #: gallery-plugin.php:617
203
  msgid "Download"
204
  msgstr "הורד"
205
 
206
  # @ default
207
+ #: gallery-plugin.php:617
208
  #, php-format
209
  msgid "Install %s"
210
  msgstr "התקן %s"
211
 
212
  # @ gallery
213
+ #: gallery-plugin.php:617
214
  msgid "Install now from wordpress.org"
215
  msgstr "הורד כעת מ wordpress.org"
216
 
217
  # @ gallery
218
+ #: gallery-plugin.php:619
219
+ msgid ""
220
+ "If you have any questions, please contact us via plugin@bestwebsoft.com or "
221
+ "fill in our contact form on our site"
222
+ msgstr ""
223
+ "אם יש לך שאלות כלשהן, אנא צור עמנו קשר דרך plugin@bestwebsoft.com או שתמלא "
224
+ "את טופס יצירת הקשר באתר שלנו"
225
 
226
  # @ gallery
227
+ #: gallery-plugin.php:654
228
  msgid "See photo &raquo;"
229
  msgstr "ראו תמונה »"
230
 
231
  # @ gallery
232
+ #: gallery-plugin.php:733
233
  msgid "Options saved."
234
  msgstr "האפשרויות נשמרו."
235
 
236
  # @ gallery
237
+ #: gallery-plugin.php:747
238
  msgid "Gallery Options"
239
  msgstr "אפשרויות גלריה"
240
 
241
  # @ gallery
242
+ #: gallery-plugin.php:750
243
+ msgid ""
244
+ "If you would like to add a Single Gallery to your page or post, just copy "
245
+ "and put this shortcode onto your post or page content:"
246
+ msgstr ""
247
+ "אם אתה רוצה להוסיף גלריה בודדת לדף או לפוסט שלך, פשוט העתק והדבק את קיצור "
248
+ "הקוד הזה בתוך תוכן הפוסט או הדף שלך:"
249
 
250
  # @ gallery
251
+ #: gallery-plugin.php:754
252
  msgid "The size of the cover album for gallery"
253
  msgstr "גודל הכריכה של האלבום של הגלריה"
254
 
255
  # @ gallery
256
+ #: gallery-plugin.php:756 gallery-plugin.php:764
 
257
  msgid "Image size name"
258
  msgstr "שם גודל תמונה"
259
 
260
  # @ gallery
261
+ #: gallery-plugin.php:757 gallery-plugin.php:765
 
262
  msgid "Width (in px)"
263
  msgstr "רוחב (בפיקסלים)"
264
 
265
  # @ gallery
266
+ #: gallery-plugin.php:758 gallery-plugin.php:766
 
267
  msgid "Height (in px)"
268
  msgstr "גובה (בפיקסלים)"
269
 
270
  # @ gallery
271
+ #: gallery-plugin.php:762
272
  msgid "Size for gallery image"
273
  msgstr "גודל תמונת גלריה"
274
 
275
  # @ gallery
276
+ #: gallery-plugin.php:770
277
+ msgid ""
278
+ "WordPress will create a copy of the post thumbnail with the specified "
279
+ "dimensions when you upload a new photo."
280
+ msgstr ""
281
+ "וורדפרס ייצור העתק של תמונה ממוזערת של הפוסט עם המידות שצוינו כאשר אתה מעלה "
282
+ "תמונה חדשה."
283
 
284
  # @ gallery
285
+ #: gallery-plugin.php:773
286
  msgid "Count images in row"
287
  msgstr "מספר תמונות בשורה"
288
 
289
  # @ gallery
290
+ #: gallery-plugin.php:779
291
  msgid "Start slideshow"
292
  msgstr "התחל מצגת"
293
 
294
  # @ gallery
295
+ #: gallery-plugin.php:785
296
  msgid "Slideshow interval"
297
  msgstr "מרווח מצגת"
298
 
299
  # @ gallery
300
+ #: gallery-plugin.php:793
301
  msgid "attachment id"
302
  msgstr "מזהה קובץ מצורף"
303
 
304
  # @ gallery
305
+ #: gallery-plugin.php:794
306
  msgid "attachment title"
307
  msgstr "כותרת קובץ מצורף"
308
 
309
  # @ gallery
310
+ #: gallery-plugin.php:795
311
  msgid "date"
312
  msgstr "תאריך"
313
 
314
  # @ gallery
315
+ #: gallery-plugin.php:796
316
+ msgid ""
317
+ "attachments order (the integer fields in the Insert / Upload Media Gallery "
318
+ "dialog )"
319
+ msgstr ""
320
+ "סדר קבצים מצורפים (המספר השלם של השדות בהוספה \\ דיאלוג העלאת גלריית מדיה)"
321
 
322
  # @ gallery
323
+ #: gallery-plugin.php:797
324
  msgid "random"
325
  msgstr "אקראי"
326
 
327
  # @ gallery
328
+ #: gallery-plugin.php:801
329
  msgid "Attachments order"
330
  msgstr "סדר קבצים מצורפים"
331
 
332
  # @ gallery
333
+ #: gallery-plugin.php:803
334
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
335
  msgstr "סדר עולה (מן הערך הנמוך ביותר לערך הגבוה ביותר)"
336
 
337
  # @ gallery
338
+ #: gallery-plugin.php:804
339
+ msgid ""
340
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
341
  msgstr "סדר יורד (מן הערך הגבוה ביותר לערך הנמוך ביותר)"
342
 
343
  # @ gallery
344
+ #: gallery-plugin.php:808
345
  msgid "Display Return link"
346
  msgstr "הצג קישור חזרה"
347
 
348
  # @ gallery
349
+ #: gallery-plugin.php:814
350
  msgid "Display Return link in shortcode"
351
  msgstr "הצג קישור חזרה בקיצור הקוד"
352
 
353
  # @ gallery
354
+ #: gallery-plugin.php:820
355
  msgid "Label for Return link"
356
  msgstr "תוית לקישור חזרה"
357
 
358
  # @ gallery
359
+ #: gallery-plugin.php:826
360
  msgid "Label for Read More link"
361
  msgstr ""
362
 
363
  # @ default
364
+ #: gallery-plugin.php:834
365
  msgid "Save Changes"
366
  msgstr "שמור שינויים"
367
 
368
  # @ gallery
369
+ #: gallery-plugin.php:847
370
  msgid "FAQ"
371
  msgstr "שאלות ותשובות"
372
 
373
  # @ gallery
374
+ #: gallery-plugin.php:848
375
  msgid "Support"
376
  msgstr "תמיכה"
377
 
378
  # @ gallery
379
+ #: gallery-plugin.php:1011 template/gallery-single-template.php:61
 
380
  msgid "Sorry - nothing to found."
381
  msgstr "מצטערים, אין מה למצוא."
382
 
383
+ #: gallery-plugin.php:1030 template/gallery-single-template.php:83
384
+ msgid "Download High resolution image"
385
+ msgstr ""
386
+
387
  # @ gallery
388
+ #: template/gallery-single-template.php:83
389
  msgid "Image "
390
  msgstr "תמונה "
 
languages/gallery-hu_HU.mo CHANGED
File without changes
languages/gallery-hu_HU.po CHANGED
@@ -2,301 +2,320 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-07-27 14:57+0300\n"
6
- "PO-Revision-Date: 2012-07-27 14:57+0300\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: \n"
9
- "Language: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-Language: Ukrainian\n"
16
- "X-Poedit-Country: UKRAINE\n"
17
  "X-Poedit-SourceCharset: utf-8\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: gallery-plugin.php:55
21
- #: gallery-plugin.php:683
22
- msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
 
 
 
23
  msgstr ""
24
 
25
- #: gallery-plugin.php:79
26
- #: gallery-plugin.php:89
27
  msgid "Galleries"
28
  msgstr "Galériák"
29
 
30
- #: gallery-plugin.php:80
31
- #: gallery-plugin.php:576
32
  msgid "Gallery"
33
  msgstr "Galéria"
34
 
35
- #: gallery-plugin.php:81
36
  msgid "Add New"
37
  msgstr "Új hozzáadása"
38
 
39
- #: gallery-plugin.php:82
40
  msgid "Add New Gallery"
41
  msgstr "Új Galéria hozzáadása"
42
 
43
- #: gallery-plugin.php:83
44
  msgid "Edit Gallery"
45
  msgstr "Galéria szerkesztése"
46
 
47
- #: gallery-plugin.php:84
48
  msgid "New Gallery"
49
  msgstr "Új Galéria"
50
 
51
- #: gallery-plugin.php:85
52
  msgid "View Gallery"
53
  msgstr "Galéria megtekintése"
54
 
55
- #: gallery-plugin.php:86
56
  msgid "Search Galleries"
57
  msgstr "Galéria keresése"
58
 
59
- #: gallery-plugin.php:87
60
  msgid "No Galleries found"
61
  msgstr "Galéria nem található"
62
 
63
- #: gallery-plugin.php:144
64
  msgid "Upload File"
65
  msgstr "Fájl feltöltése"
66
 
67
- #: gallery-plugin.php:145
68
  #, fuzzy
69
  msgid "Gallery Shortcode"
70
  msgstr "Galéria beállítások"
71
 
72
- #: gallery-plugin.php:159
73
- msgid "The gallery temp directory (gallery-plugin/upload/files) not writeable by your webserver. Please use the standard WP functional to upload the images (media library)"
 
 
 
74
  msgstr ""
75
 
76
- #: gallery-plugin.php:163
77
  #, fuzzy
78
  msgid "Choose an image to upload:"
79
  msgstr "Nézőkép kiválasztása a feltöltéshez"
80
 
81
- #: gallery-plugin.php:168
82
  msgid "Please enable JavaScript to use the file uploader."
83
  msgstr "Kérem, engedéjezze a Javascript használatát a fájl feltöltéshez."
84
 
85
- #: gallery-plugin.php:175
86
- msgid "Please use drag and drop function to change the order of the output of images and do not forget to save post."
 
 
 
 
 
 
87
  msgstr ""
88
 
89
- #: gallery-plugin.php:177
90
  msgid "Please do not forget to select "
91
  msgstr ""
92
 
93
- #: gallery-plugin.php:177
94
- #: gallery-plugin.php:734
95
  msgid "Attachments order by"
96
  msgstr ""
97
 
98
- #: gallery-plugin.php:177
99
  msgid "attachments order"
100
  msgstr ""
101
 
102
- #: gallery-plugin.php:177
103
  msgid "in the settings of the plugin (page "
104
  msgstr ""
105
 
106
- #: gallery-plugin.php:239
107
- msgid "You can add the Single Gallery on the page or in the post by inserting this shortcode in the content"
 
 
108
  msgstr ""
109
 
110
- #: gallery-plugin.php:241
111
- msgid "If you want to take a brief display of the gallery with a link to a Single Sallery Page"
 
 
112
  msgstr ""
113
 
114
- #: gallery-plugin.php:394
115
  msgid "Title"
116
  msgstr "Cím"
117
 
118
- #: gallery-plugin.php:395
119
  msgid "Author"
120
  msgstr "Szerző"
121
 
122
- #: gallery-plugin.php:396
123
  msgid "Photo's"
124
  msgstr "Fotók"
125
 
126
- #: gallery-plugin.php:397
127
  msgid "Public"
128
  msgstr "Publikus"
129
 
130
- #: gallery-plugin.php:398
131
  msgid "Date"
132
  msgstr "Dátum"
133
 
134
- #: gallery-plugin.php:545
135
  msgid "Activated plugins"
136
  msgstr "Aktivált bővítmények"
137
 
138
- #: gallery-plugin.php:547
139
- #: gallery-plugin.php:555
140
- #: gallery-plugin.php:563
141
  msgid "Read more"
142
  msgstr "Bővebben"
143
 
144
- #: gallery-plugin.php:547
145
- #: gallery-plugin.php:789
146
- #: gallery-plugin.php:804
147
  msgid "Settings"
148
  msgstr "Beállítások"
149
 
150
- #: gallery-plugin.php:553
151
  msgid "Installed plugins"
152
  msgstr "Telepített bővítmények"
153
 
154
- #: gallery-plugin.php:561
155
  msgid "Recommended plugins"
156
  msgstr "Javasolt bővítmények"
157
 
158
- #: gallery-plugin.php:563
159
  msgid "Download"
160
  msgstr "Letöltés"
161
 
162
- #: gallery-plugin.php:563
163
  #, php-format
164
  msgid "Install %s"
165
  msgstr "Telepítés %s"
166
 
167
- #: gallery-plugin.php:563
168
  msgid "Install now from wordpress.org"
169
  msgstr "Telepítés a wordpress.org -ról"
170
 
171
- #: gallery-plugin.php:565
172
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
173
- msgstr "Amennyiben kérdése van, kérem keressen meg minket a plugin@bestwebsoft.com e-mail címen, vagy töltse ki űrlapunkat"
 
 
 
 
174
 
175
- #: gallery-plugin.php:597
176
  msgid "See photo &raquo;"
177
  msgstr "Fotó megtekintése &raquo;"
178
 
179
- #: gallery-plugin.php:676
180
  msgid "Options saved."
181
  msgstr "Beállítások elmentve."
182
 
183
- #: gallery-plugin.php:690
184
  msgid "Gallery Options"
185
  msgstr "Galéria beállítások"
186
 
187
- #: gallery-plugin.php:693
188
- msgid "If you would like to add a Single Gallery to your page or post, just copy and put this shortcode onto your post or page content:"
 
 
189
  msgstr ""
190
 
191
- #: gallery-plugin.php:697
192
  msgid "The size of the cover album for gallery"
193
  msgstr "Az Album borítójának mérete a Galériában"
194
 
195
- #: gallery-plugin.php:699
196
- #: gallery-plugin.php:707
197
  msgid "Image size name"
198
  msgstr "Kép méret neve"
199
 
200
- #: gallery-plugin.php:700
201
- #: gallery-plugin.php:708
202
  msgid "Width (in px)"
203
  msgstr "Szélesség (px-ben)"
204
 
205
- #: gallery-plugin.php:701
206
- #: gallery-plugin.php:709
207
  msgid "Height (in px)"
208
  msgstr "Magasság (px-ben)"
209
 
210
- #: gallery-plugin.php:705
211
  msgid "Size for gallery image"
212
  msgstr "A Galéria képeinek mérete"
213
 
214
- #: gallery-plugin.php:713
215
- msgid "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
216
- msgstr "A Wordpress elkészíti a megadott dimenziókban a nézőképeket a képek feltöltésekor."
 
 
 
 
217
 
218
- #: gallery-plugin.php:716
219
  msgid "Count images in row"
220
  msgstr "Képek száma egy sorban"
221
 
222
- #: gallery-plugin.php:722
223
  msgid "Start slideshow"
224
  msgstr ""
225
 
226
- #: gallery-plugin.php:728
227
  msgid "Slideshow interval"
228
  msgstr ""
229
 
230
- #: gallery-plugin.php:736
231
  msgid "attachment id"
232
  msgstr ""
233
 
234
- #: gallery-plugin.php:737
235
  msgid "attachment title"
236
  msgstr ""
237
 
238
- #: gallery-plugin.php:738
239
  #, fuzzy
240
  msgid "date"
241
  msgstr "Dátum"
242
 
243
- #: gallery-plugin.php:739
244
- msgid "attachments order (the integer fields in the Insert / Upload Media Gallery dialog )"
 
 
245
  msgstr ""
246
 
247
- #: gallery-plugin.php:740
248
  msgid "random"
249
  msgstr ""
250
 
251
- #: gallery-plugin.php:744
252
  msgid "Attachments order"
253
  msgstr ""
254
 
255
- #: gallery-plugin.php:746
256
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
257
  msgstr ""
258
 
259
- #: gallery-plugin.php:747
260
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
 
261
  msgstr ""
262
 
263
- #: gallery-plugin.php:751
264
  msgid "Display Return link"
265
  msgstr ""
266
 
267
- #: gallery-plugin.php:757
268
  msgid "Display Return link in shortcode"
269
  msgstr ""
270
 
271
- #: gallery-plugin.php:763
272
  msgid "Label for Return link"
273
  msgstr ""
274
 
275
- #: gallery-plugin.php:769
276
  msgid "Label for Read More link"
277
  msgstr ""
278
 
279
- #: gallery-plugin.php:777
280
  msgid "Save Changes"
281
  msgstr "Változások mentése"
282
 
283
- #: gallery-plugin.php:790
284
  msgid "FAQ"
285
  msgstr "Gy.I.K."
286
 
287
- #: gallery-plugin.php:791
288
  msgid "Support"
289
  msgstr "Támogatás"
290
 
291
- #: gallery-plugin.php:953
292
- #: template/gallery-single-template.php:60
293
  msgid "Sorry - nothing to found."
294
  msgstr "Sajnáljuk - nincs megjelenítendő elem."
295
 
296
- #: template/gallery-single-template.php:82
 
 
 
 
297
  msgid "Image "
298
  msgstr ""
299
 
300
  #~ msgid "Size for gallery album cover"
301
  #~ msgstr "Размер для "
302
-
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-10-05 17:39+0200\n"
6
+ "PO-Revision-Date: 2012-10-05 17:39+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: \n"
9
+ "Language: uk_UA\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
 
 
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: gallery-plugin.php:103 gallery-plugin.php:740
19
+ msgid ""
20
+ "The following files \"gallery-template.php\" and \"gallery-single-template."
21
+ "php\" were not found in the directory of your theme. Please copy them from "
22
+ "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
23
+ "directory of your theme for the correct work of the Gallery plugin"
24
  msgstr ""
25
 
26
+ #: gallery-plugin.php:127 gallery-plugin.php:137
 
27
  msgid "Galleries"
28
  msgstr "Galériák"
29
 
30
+ #: gallery-plugin.php:128 gallery-plugin.php:630
 
31
  msgid "Gallery"
32
  msgstr "Galéria"
33
 
34
+ #: gallery-plugin.php:129
35
  msgid "Add New"
36
  msgstr "Új hozzáadása"
37
 
38
+ #: gallery-plugin.php:130
39
  msgid "Add New Gallery"
40
  msgstr "Új Galéria hozzáadása"
41
 
42
+ #: gallery-plugin.php:131
43
  msgid "Edit Gallery"
44
  msgstr "Galéria szerkesztése"
45
 
46
+ #: gallery-plugin.php:132
47
  msgid "New Gallery"
48
  msgstr "Új Galéria"
49
 
50
+ #: gallery-plugin.php:133
51
  msgid "View Gallery"
52
  msgstr "Galéria megtekintése"
53
 
54
+ #: gallery-plugin.php:134
55
  msgid "Search Galleries"
56
  msgstr "Galéria keresése"
57
 
58
+ #: gallery-plugin.php:135
59
  msgid "No Galleries found"
60
  msgstr "Galéria nem található"
61
 
62
+ #: gallery-plugin.php:192
63
  msgid "Upload File"
64
  msgstr "Fájl feltöltése"
65
 
66
+ #: gallery-plugin.php:193
67
  #, fuzzy
68
  msgid "Gallery Shortcode"
69
  msgstr "Galéria beállítások"
70
 
71
+ #: gallery-plugin.php:208
72
+ msgid ""
73
+ "The gallery temp directory (gallery-plugin/upload/files) not writeable by "
74
+ "your webserver. Please use the standard WP functional to upload the images "
75
+ "(media library)"
76
  msgstr ""
77
 
78
+ #: gallery-plugin.php:212
79
  #, fuzzy
80
  msgid "Choose an image to upload:"
81
  msgstr "Nézőkép kiválasztása a feltöltéshez"
82
 
83
+ #: gallery-plugin.php:217
84
  msgid "Please enable JavaScript to use the file uploader."
85
  msgstr "Kérem, engedéjezze a Javascript használatát a fájl feltöltéshez."
86
 
87
+ #: gallery-plugin.php:224
88
+ msgid "Allow download link for images in this gallery"
89
+ msgstr ""
90
+
91
+ #: gallery-plugin.php:225
92
+ msgid ""
93
+ "Please use drag and drop function to change the order of the output of "
94
+ "images and do not forget to save post."
95
  msgstr ""
96
 
97
+ #: gallery-plugin.php:227
98
  msgid "Please do not forget to select "
99
  msgstr ""
100
 
101
+ #: gallery-plugin.php:227 gallery-plugin.php:791
 
102
  msgid "Attachments order by"
103
  msgstr ""
104
 
105
+ #: gallery-plugin.php:227
106
  msgid "attachments order"
107
  msgstr ""
108
 
109
+ #: gallery-plugin.php:227
110
  msgid "in the settings of the plugin (page "
111
  msgstr ""
112
 
113
+ #: gallery-plugin.php:289
114
+ msgid ""
115
+ "You can add the Single Gallery on the page or in the post by inserting this "
116
+ "shortcode in the content"
117
  msgstr ""
118
 
119
+ #: gallery-plugin.php:291
120
+ msgid ""
121
+ "If you want to take a brief display of the gallery with a link to a Single "
122
+ "Sallery Page"
123
  msgstr ""
124
 
125
+ #: gallery-plugin.php:448
126
  msgid "Title"
127
  msgstr "Cím"
128
 
129
+ #: gallery-plugin.php:449
130
  msgid "Author"
131
  msgstr "Szerző"
132
 
133
+ #: gallery-plugin.php:450
134
  msgid "Photo's"
135
  msgstr "Fotók"
136
 
137
+ #: gallery-plugin.php:451
138
  msgid "Public"
139
  msgstr "Publikus"
140
 
141
+ #: gallery-plugin.php:452
142
  msgid "Date"
143
  msgstr "Dátum"
144
 
145
+ #: gallery-plugin.php:599
146
  msgid "Activated plugins"
147
  msgstr "Aktivált bővítmények"
148
 
149
+ #: gallery-plugin.php:601 gallery-plugin.php:609 gallery-plugin.php:617
 
 
150
  msgid "Read more"
151
  msgstr "Bővebben"
152
 
153
+ #: gallery-plugin.php:601 gallery-plugin.php:846 gallery-plugin.php:861
 
 
154
  msgid "Settings"
155
  msgstr "Beállítások"
156
 
157
+ #: gallery-plugin.php:607
158
  msgid "Installed plugins"
159
  msgstr "Telepített bővítmények"
160
 
161
+ #: gallery-plugin.php:615
162
  msgid "Recommended plugins"
163
  msgstr "Javasolt bővítmények"
164
 
165
+ #: gallery-plugin.php:617
166
  msgid "Download"
167
  msgstr "Letöltés"
168
 
169
+ #: gallery-plugin.php:617
170
  #, php-format
171
  msgid "Install %s"
172
  msgstr "Telepítés %s"
173
 
174
+ #: gallery-plugin.php:617
175
  msgid "Install now from wordpress.org"
176
  msgstr "Telepítés a wordpress.org -ról"
177
 
178
+ #: gallery-plugin.php:619
179
+ msgid ""
180
+ "If you have any questions, please contact us via plugin@bestwebsoft.com or "
181
+ "fill in our contact form on our site"
182
+ msgstr ""
183
+ "Amennyiben kérdése van, kérem keressen meg minket a plugin@bestwebsoft.com e-"
184
+ "mail címen, vagy töltse ki űrlapunkat"
185
 
186
+ #: gallery-plugin.php:654
187
  msgid "See photo &raquo;"
188
  msgstr "Fotó megtekintése &raquo;"
189
 
190
+ #: gallery-plugin.php:733
191
  msgid "Options saved."
192
  msgstr "Beállítások elmentve."
193
 
194
+ #: gallery-plugin.php:747
195
  msgid "Gallery Options"
196
  msgstr "Galéria beállítások"
197
 
198
+ #: gallery-plugin.php:750
199
+ msgid ""
200
+ "If you would like to add a Single Gallery to your page or post, just copy "
201
+ "and put this shortcode onto your post or page content:"
202
  msgstr ""
203
 
204
+ #: gallery-plugin.php:754
205
  msgid "The size of the cover album for gallery"
206
  msgstr "Az Album borítójának mérete a Galériában"
207
 
208
+ #: gallery-plugin.php:756 gallery-plugin.php:764
 
209
  msgid "Image size name"
210
  msgstr "Kép méret neve"
211
 
212
+ #: gallery-plugin.php:757 gallery-plugin.php:765
 
213
  msgid "Width (in px)"
214
  msgstr "Szélesség (px-ben)"
215
 
216
+ #: gallery-plugin.php:758 gallery-plugin.php:766
 
217
  msgid "Height (in px)"
218
  msgstr "Magasság (px-ben)"
219
 
220
+ #: gallery-plugin.php:762
221
  msgid "Size for gallery image"
222
  msgstr "A Galéria képeinek mérete"
223
 
224
+ #: gallery-plugin.php:770
225
+ msgid ""
226
+ "WordPress will create a copy of the post thumbnail with the specified "
227
+ "dimensions when you upload a new photo."
228
+ msgstr ""
229
+ "A Wordpress elkészíti a megadott dimenziókban a nézőképeket a képek "
230
+ "feltöltésekor."
231
 
232
+ #: gallery-plugin.php:773
233
  msgid "Count images in row"
234
  msgstr "Képek száma egy sorban"
235
 
236
+ #: gallery-plugin.php:779
237
  msgid "Start slideshow"
238
  msgstr ""
239
 
240
+ #: gallery-plugin.php:785
241
  msgid "Slideshow interval"
242
  msgstr ""
243
 
244
+ #: gallery-plugin.php:793
245
  msgid "attachment id"
246
  msgstr ""
247
 
248
+ #: gallery-plugin.php:794
249
  msgid "attachment title"
250
  msgstr ""
251
 
252
+ #: gallery-plugin.php:795
253
  #, fuzzy
254
  msgid "date"
255
  msgstr "Dátum"
256
 
257
+ #: gallery-plugin.php:796
258
+ msgid ""
259
+ "attachments order (the integer fields in the Insert / Upload Media Gallery "
260
+ "dialog )"
261
  msgstr ""
262
 
263
+ #: gallery-plugin.php:797
264
  msgid "random"
265
  msgstr ""
266
 
267
+ #: gallery-plugin.php:801
268
  msgid "Attachments order"
269
  msgstr ""
270
 
271
+ #: gallery-plugin.php:803
272
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
273
  msgstr ""
274
 
275
+ #: gallery-plugin.php:804
276
+ msgid ""
277
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
278
  msgstr ""
279
 
280
+ #: gallery-plugin.php:808
281
  msgid "Display Return link"
282
  msgstr ""
283
 
284
+ #: gallery-plugin.php:814
285
  msgid "Display Return link in shortcode"
286
  msgstr ""
287
 
288
+ #: gallery-plugin.php:820
289
  msgid "Label for Return link"
290
  msgstr ""
291
 
292
+ #: gallery-plugin.php:826
293
  msgid "Label for Read More link"
294
  msgstr ""
295
 
296
+ #: gallery-plugin.php:834
297
  msgid "Save Changes"
298
  msgstr "Változások mentése"
299
 
300
+ #: gallery-plugin.php:847
301
  msgid "FAQ"
302
  msgstr "Gy.I.K."
303
 
304
+ #: gallery-plugin.php:848
305
  msgid "Support"
306
  msgstr "Támogatás"
307
 
308
+ #: gallery-plugin.php:1011 template/gallery-single-template.php:61
 
309
  msgid "Sorry - nothing to found."
310
  msgstr "Sajnáljuk - nincs megjelenítendő elem."
311
 
312
+ #: gallery-plugin.php:1030 template/gallery-single-template.php:83
313
+ msgid "Download High resolution image"
314
+ msgstr ""
315
+
316
+ #: template/gallery-single-template.php:83
317
  msgid "Image "
318
  msgstr ""
319
 
320
  #~ msgid "Size for gallery album cover"
321
  #~ msgstr "Размер для "
 
languages/gallery-it_IT.mo CHANGED
File without changes
languages/gallery-it_IT.po CHANGED
@@ -2,298 +2,335 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-07-27 14:57+0300\n"
6
- "PO-Revision-Date: 2012-07-27 14:57+0300\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
- "Language-Team: Stefano Ferruggiara, alfonso <ferruggiarastefano@gmail.com, alfio@amgraphics.it>\n"
9
- "Language: \n"
 
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-Language: Italian\n"
16
- "X-Poedit-Country: ITALY\n"
17
  "X-Poedit-SourceCharset: utf-8\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: gallery-plugin.php:55
21
- #: gallery-plugin.php:683
22
- msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
23
- msgstr "I seguenti files \"gallery-template.php\" e\"gallery-single-template.php\" non sono stai trovato nella directory del tema. Copiali dlla directory `/wp-content/plugins/gallery-plugin/template/`in quella del tema per far lavorare correttamente il plugin dell Galleria."
 
 
 
 
 
 
 
24
 
25
- #: gallery-plugin.php:79
26
- #: gallery-plugin.php:89
27
  msgid "Galleries"
28
  msgstr "Gallerie"
29
 
30
- #: gallery-plugin.php:80
31
- #: gallery-plugin.php:576
32
  msgid "Gallery"
33
  msgstr "Galleria"
34
 
35
- #: gallery-plugin.php:81
36
  msgid "Add New"
37
  msgstr "Aggiungi nuova"
38
 
39
- #: gallery-plugin.php:82
40
  msgid "Add New Gallery"
41
  msgstr "Aggiungi nuova galleria"
42
 
43
- #: gallery-plugin.php:83
44
  msgid "Edit Gallery"
45
  msgstr "Modifica galleria"
46
 
47
- #: gallery-plugin.php:84
48
  msgid "New Gallery"
49
  msgstr "Nuova galleria"
50
 
51
- #: gallery-plugin.php:85
52
  msgid "View Gallery"
53
  msgstr "Vedi galleria"
54
 
55
- #: gallery-plugin.php:86
56
  msgid "Search Galleries"
57
  msgstr "Cerca galleria"
58
 
59
- #: gallery-plugin.php:87
60
  msgid "No Galleries found"
61
  msgstr "Nessuna galleria trovata"
62
 
63
- #: gallery-plugin.php:144
64
  msgid "Upload File"
65
  msgstr "Carica file"
66
 
67
- #: gallery-plugin.php:145
68
  msgid "Gallery Shortcode"
69
  msgstr "Opzioni gallerie"
70
 
71
- #: gallery-plugin.php:159
72
- msgid "The gallery temp directory (gallery-plugin/upload/files) not writeable by your webserver. Please use the standard WP functional to upload the images (media library)"
73
- msgstr "La directory temporanea della Galleria (gallery-plugin/upload/files) non &egrave; scrivibile sul tuo webserver. Usa la funzione standard di WP per caricare le immagini (media library)"
 
 
 
 
 
 
74
 
75
- #: gallery-plugin.php:163
76
  msgid "Choose an image to upload:"
77
  msgstr "Sceli una immagine da caricare:"
78
 
79
- #: gallery-plugin.php:168
80
  msgid "Please enable JavaScript to use the file uploader."
81
  msgstr "Per favore abilita JavaScript per usare il file uploader."
82
 
83
- #: gallery-plugin.php:175
84
- msgid "Please use drag and drop function to change the order of the output of images and do not forget to save post."
 
 
 
 
 
 
85
  msgstr ""
86
 
87
- #: gallery-plugin.php:177
88
  msgid "Please do not forget to select "
89
  msgstr ""
90
 
91
- #: gallery-plugin.php:177
92
- #: gallery-plugin.php:734
93
  msgid "Attachments order by"
94
  msgstr "Ordine di visualizzazione per"
95
 
96
- #: gallery-plugin.php:177
97
  msgid "attachments order"
98
  msgstr ""
99
 
100
- #: gallery-plugin.php:177
101
  msgid "in the settings of the plugin (page "
102
  msgstr ""
103
 
104
- #: gallery-plugin.php:239
105
- msgid "You can add the Single Gallery on the page or in the post by inserting this shortcode in the content"
106
- msgstr "Puoi aggiungere una singola Galleria in una pagina o un post inserendo questo codice nel contenuto"
 
 
 
 
107
 
108
- #: gallery-plugin.php:241
109
- msgid "If you want to take a brief display of the gallery with a link to a Single Sallery Page"
 
 
110
  msgstr ""
111
 
112
- #: gallery-plugin.php:394
113
  msgid "Title"
114
  msgstr "Titolo"
115
 
116
- #: gallery-plugin.php:395
117
  msgid "Author"
118
  msgstr "Autore"
119
 
120
- #: gallery-plugin.php:396
121
  msgid "Photo's"
122
  msgstr "Foto"
123
 
124
- #: gallery-plugin.php:397
125
  msgid "Public"
126
  msgstr "Pubblico"
127
 
128
- #: gallery-plugin.php:398
129
  msgid "Date"
130
  msgstr "Data"
131
 
132
- #: gallery-plugin.php:545
133
  msgid "Activated plugins"
134
  msgstr "Attivare plugin"
135
 
136
- #: gallery-plugin.php:547
137
- #: gallery-plugin.php:555
138
- #: gallery-plugin.php:563
139
  msgid "Read more"
140
  msgstr "Leggi altro"
141
 
142
- #: gallery-plugin.php:547
143
- #: gallery-plugin.php:789
144
- #: gallery-plugin.php:804
145
  msgid "Settings"
146
  msgstr "Impostazioni"
147
 
148
- #: gallery-plugin.php:553
149
  msgid "Installed plugins"
150
  msgstr "Plugin installati"
151
 
152
- #: gallery-plugin.php:561
153
  msgid "Recommended plugins"
154
  msgstr "Plugin consigliati"
155
 
156
- #: gallery-plugin.php:563
157
  msgid "Download"
158
  msgstr "Download"
159
 
160
- #: gallery-plugin.php:563
161
  #, php-format
162
  msgid "Install %s"
163
  msgstr "Installа %s"
164
 
165
- #: gallery-plugin.php:563
166
  msgid "Install now from wordpress.org"
167
  msgstr "Installa ora da wordpress.org"
168
 
169
- #: gallery-plugin.php:565
170
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
171
- msgstr "Per qualunque domanda contattaci via plugin@bestwebsoft.com o compila il Form sul nostro sito."
 
 
 
 
172
 
173
- #: gallery-plugin.php:597
174
  msgid "See photo &raquo;"
175
  msgstr "Guarda foto &raquo;"
176
 
177
- #: gallery-plugin.php:676
178
  msgid "Options saved."
179
  msgstr "Opzioni salvate."
180
 
181
- #: gallery-plugin.php:690
182
  msgid "Gallery Options"
183
  msgstr "Opzioni gallerie"
184
 
185
- #: gallery-plugin.php:693
186
- msgid "If you would like to add a Single Gallery to your page or post, just copy and put this shortcode onto your post or page content:"
187
- msgstr "Se vuoi aggiungere una singola Galleria in una pagina o un post, copia questo codice e inseriscilo nel contenuto della pagina o del post"
 
 
 
 
188
 
189
- #: gallery-plugin.php:697
190
  msgid "The size of the cover album for gallery"
191
  msgstr "La grandezza della copertina dall'album per la galleria"
192
 
193
- #: gallery-plugin.php:699
194
- #: gallery-plugin.php:707
195
  msgid "Image size name"
196
  msgstr "Image size name"
197
 
198
- #: gallery-plugin.php:700
199
- #: gallery-plugin.php:708
200
  msgid "Width (in px)"
201
  msgstr "Larghezza in px"
202
 
203
- #: gallery-plugin.php:701
204
- #: gallery-plugin.php:709
205
  msgid "Height (in px)"
206
  msgstr "Altezza in px"
207
 
208
- #: gallery-plugin.php:705
209
  msgid "Size for gallery image"
210
  msgstr "Grandezza per le immagini della galleria"
211
 
212
- #: gallery-plugin.php:713
213
- msgid "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
214
- msgstr "WP creerà una copia delle icone immagine con una specifica dimensione quando carichi una nuova foto."
 
 
 
 
215
 
216
- #: gallery-plugin.php:716
217
  msgid "Count images in row"
218
  msgstr "Conta immagini"
219
 
220
- #: gallery-plugin.php:722
221
  msgid "Start slideshow"
222
  msgstr "Avvia presentazione"
223
 
224
- #: gallery-plugin.php:728
225
  msgid "Slideshow interval"
226
  msgstr "Intervallo presentazione"
227
 
228
- #: gallery-plugin.php:736
229
  msgid "attachment id"
230
  msgstr "Id di visualizzazione"
231
 
232
- #: gallery-plugin.php:737
233
  msgid "attachment title"
234
  msgstr "Titolo immagine"
235
 
236
- #: gallery-plugin.php:738
237
  msgid "date"
238
  msgstr "Data"
239
 
240
- #: gallery-plugin.php:739
241
- msgid "attachments order (the integer fields in the Insert / Upload Media Gallery dialog )"
242
- msgstr "Ordine di visualizzazione (dal numero attribuito nel box di dialogo di caricamento)"
 
 
 
 
243
 
244
- #: gallery-plugin.php:740
245
  msgid "random"
246
  msgstr "Casuale"
247
 
248
- #: gallery-plugin.php:744
249
  msgid "Attachments order"
250
  msgstr "Ordine di visualizzazione"
251
 
252
- #: gallery-plugin.php:746
253
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
254
- msgstr "ASC(ordine ascendente dal pi&ugrave; basso al pi&ugrave; alto - 1, 2, 3; a, b, c,)"
 
 
255
 
256
- #: gallery-plugin.php:747
257
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
258
- msgstr "DESC(ordine discendente dal pi&ugrave; alto al pi&ugrave; basso - 3, 2, 1; c, b, a,)"
 
 
 
259
 
260
- #: gallery-plugin.php:751
261
  msgid "Display Return link"
262
  msgstr "Mostra lin di ritorno"
263
 
264
- #: gallery-plugin.php:757
265
  msgid "Display Return link in shortcode"
266
  msgstr "Mostra il link di ritorno col codice"
267
 
268
- #: gallery-plugin.php:763
269
  msgid "Label for Return link"
270
  msgstr "Etichetta per il link di ritorno"
271
 
272
- #: gallery-plugin.php:769
273
  msgid "Label for Read More link"
274
  msgstr ""
275
 
276
- #: gallery-plugin.php:777
277
  msgid "Save Changes"
278
  msgstr "Salva cambiamenti"
279
 
280
- #: gallery-plugin.php:790
281
  msgid "FAQ"
282
  msgstr "FAQ "
283
 
284
- #: gallery-plugin.php:791
285
  msgid "Support"
286
  msgstr "Supporto"
287
 
288
- #: gallery-plugin.php:953
289
- #: template/gallery-single-template.php:60
290
  msgid "Sorry - nothing to found."
291
  msgstr "Spiacente - non è stato trovato nulla."
292
 
293
- #: template/gallery-single-template.php:82
 
 
 
 
294
  msgid "Image "
295
  msgstr "Immagine"
296
 
297
  #~ msgid "Size for gallery album cover"
298
  #~ msgstr "Размер для "
299
-
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-10-05 17:39+0200\n"
6
+ "PO-Revision-Date: 2012-10-05 17:39+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
+ "Language-Team: Stefano Ferruggiara, alfonso <ferruggiarastefano@gmail.com, "
9
+ "alfio@amgraphics.it>\n"
10
+ "Language: it_IT\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "X-Poedit-KeywordsList: __;_e\n"
15
  "X-Poedit-Basepath: ..\n"
 
 
16
  "X-Poedit-SourceCharset: utf-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: gallery-plugin.php:103 gallery-plugin.php:740
20
+ msgid ""
21
+ "The following files \"gallery-template.php\" and \"gallery-single-template."
22
+ "php\" were not found in the directory of your theme. Please copy them from "
23
+ "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
24
+ "directory of your theme for the correct work of the Gallery plugin"
25
+ msgstr ""
26
+ "I seguenti files \"gallery-template.php\" e\"gallery-single-template.php\" "
27
+ "non sono stai trovato nella directory del tema. Copiali dlla directory `/wp-"
28
+ "content/plugins/gallery-plugin/template/`in quella del tema per far lavorare "
29
+ "correttamente il plugin dell Galleria."
30
 
31
+ #: gallery-plugin.php:127 gallery-plugin.php:137
 
32
  msgid "Galleries"
33
  msgstr "Gallerie"
34
 
35
+ #: gallery-plugin.php:128 gallery-plugin.php:630
 
36
  msgid "Gallery"
37
  msgstr "Galleria"
38
 
39
+ #: gallery-plugin.php:129
40
  msgid "Add New"
41
  msgstr "Aggiungi nuova"
42
 
43
+ #: gallery-plugin.php:130
44
  msgid "Add New Gallery"
45
  msgstr "Aggiungi nuova galleria"
46
 
47
+ #: gallery-plugin.php:131
48
  msgid "Edit Gallery"
49
  msgstr "Modifica galleria"
50
 
51
+ #: gallery-plugin.php:132
52
  msgid "New Gallery"
53
  msgstr "Nuova galleria"
54
 
55
+ #: gallery-plugin.php:133
56
  msgid "View Gallery"
57
  msgstr "Vedi galleria"
58
 
59
+ #: gallery-plugin.php:134
60
  msgid "Search Galleries"
61
  msgstr "Cerca galleria"
62
 
63
+ #: gallery-plugin.php:135
64
  msgid "No Galleries found"
65
  msgstr "Nessuna galleria trovata"
66
 
67
+ #: gallery-plugin.php:192
68
  msgid "Upload File"
69
  msgstr "Carica file"
70
 
71
+ #: gallery-plugin.php:193
72
  msgid "Gallery Shortcode"
73
  msgstr "Opzioni gallerie"
74
 
75
+ #: gallery-plugin.php:208
76
+ msgid ""
77
+ "The gallery temp directory (gallery-plugin/upload/files) not writeable by "
78
+ "your webserver. Please use the standard WP functional to upload the images "
79
+ "(media library)"
80
+ msgstr ""
81
+ "La directory temporanea della Galleria (gallery-plugin/upload/files) non "
82
+ "&egrave; scrivibile sul tuo webserver. Usa la funzione standard di WP per "
83
+ "caricare le immagini (media library)"
84
 
85
+ #: gallery-plugin.php:212
86
  msgid "Choose an image to upload:"
87
  msgstr "Sceli una immagine da caricare:"
88
 
89
+ #: gallery-plugin.php:217
90
  msgid "Please enable JavaScript to use the file uploader."
91
  msgstr "Per favore abilita JavaScript per usare il file uploader."
92
 
93
+ #: gallery-plugin.php:224
94
+ msgid "Allow download link for images in this gallery"
95
+ msgstr ""
96
+
97
+ #: gallery-plugin.php:225
98
+ msgid ""
99
+ "Please use drag and drop function to change the order of the output of "
100
+ "images and do not forget to save post."
101
  msgstr ""
102
 
103
+ #: gallery-plugin.php:227
104
  msgid "Please do not forget to select "
105
  msgstr ""
106
 
107
+ #: gallery-plugin.php:227 gallery-plugin.php:791
 
108
  msgid "Attachments order by"
109
  msgstr "Ordine di visualizzazione per"
110
 
111
+ #: gallery-plugin.php:227
112
  msgid "attachments order"
113
  msgstr ""
114
 
115
+ #: gallery-plugin.php:227
116
  msgid "in the settings of the plugin (page "
117
  msgstr ""
118
 
119
+ #: gallery-plugin.php:289
120
+ msgid ""
121
+ "You can add the Single Gallery on the page or in the post by inserting this "
122
+ "shortcode in the content"
123
+ msgstr ""
124
+ "Puoi aggiungere una singola Galleria in una pagina o un post inserendo "
125
+ "questo codice nel contenuto"
126
 
127
+ #: gallery-plugin.php:291
128
+ msgid ""
129
+ "If you want to take a brief display of the gallery with a link to a Single "
130
+ "Sallery Page"
131
  msgstr ""
132
 
133
+ #: gallery-plugin.php:448
134
  msgid "Title"
135
  msgstr "Titolo"
136
 
137
+ #: gallery-plugin.php:449
138
  msgid "Author"
139
  msgstr "Autore"
140
 
141
+ #: gallery-plugin.php:450
142
  msgid "Photo's"
143
  msgstr "Foto"
144
 
145
+ #: gallery-plugin.php:451
146
  msgid "Public"
147
  msgstr "Pubblico"
148
 
149
+ #: gallery-plugin.php:452
150
  msgid "Date"
151
  msgstr "Data"
152
 
153
+ #: gallery-plugin.php:599
154
  msgid "Activated plugins"
155
  msgstr "Attivare plugin"
156
 
157
+ #: gallery-plugin.php:601 gallery-plugin.php:609 gallery-plugin.php:617
 
 
158
  msgid "Read more"
159
  msgstr "Leggi altro"
160
 
161
+ #: gallery-plugin.php:601 gallery-plugin.php:846 gallery-plugin.php:861
 
 
162
  msgid "Settings"
163
  msgstr "Impostazioni"
164
 
165
+ #: gallery-plugin.php:607
166
  msgid "Installed plugins"
167
  msgstr "Plugin installati"
168
 
169
+ #: gallery-plugin.php:615
170
  msgid "Recommended plugins"
171
  msgstr "Plugin consigliati"
172
 
173
+ #: gallery-plugin.php:617
174
  msgid "Download"
175
  msgstr "Download"
176
 
177
+ #: gallery-plugin.php:617
178
  #, php-format
179
  msgid "Install %s"
180
  msgstr "Installа %s"
181
 
182
+ #: gallery-plugin.php:617
183
  msgid "Install now from wordpress.org"
184
  msgstr "Installa ora da wordpress.org"
185
 
186
+ #: gallery-plugin.php:619
187
+ msgid ""
188
+ "If you have any questions, please contact us via plugin@bestwebsoft.com or "
189
+ "fill in our contact form on our site"
190
+ msgstr ""
191
+ "Per qualunque domanda contattaci via plugin@bestwebsoft.com o compila il "
192
+ "Form sul nostro sito."
193
 
194
+ #: gallery-plugin.php:654
195
  msgid "See photo &raquo;"
196
  msgstr "Guarda foto &raquo;"
197
 
198
+ #: gallery-plugin.php:733
199
  msgid "Options saved."
200
  msgstr "Opzioni salvate."
201
 
202
+ #: gallery-plugin.php:747
203
  msgid "Gallery Options"
204
  msgstr "Opzioni gallerie"
205
 
206
+ #: gallery-plugin.php:750
207
+ msgid ""
208
+ "If you would like to add a Single Gallery to your page or post, just copy "
209
+ "and put this shortcode onto your post or page content:"
210
+ msgstr ""
211
+ "Se vuoi aggiungere una singola Galleria in una pagina o un post, copia "
212
+ "questo codice e inseriscilo nel contenuto della pagina o del post"
213
 
214
+ #: gallery-plugin.php:754
215
  msgid "The size of the cover album for gallery"
216
  msgstr "La grandezza della copertina dall'album per la galleria"
217
 
218
+ #: gallery-plugin.php:756 gallery-plugin.php:764
 
219
  msgid "Image size name"
220
  msgstr "Image size name"
221
 
222
+ #: gallery-plugin.php:757 gallery-plugin.php:765
 
223
  msgid "Width (in px)"
224
  msgstr "Larghezza in px"
225
 
226
+ #: gallery-plugin.php:758 gallery-plugin.php:766
 
227
  msgid "Height (in px)"
228
  msgstr "Altezza in px"
229
 
230
+ #: gallery-plugin.php:762
231
  msgid "Size for gallery image"
232
  msgstr "Grandezza per le immagini della galleria"
233
 
234
+ #: gallery-plugin.php:770
235
+ msgid ""
236
+ "WordPress will create a copy of the post thumbnail with the specified "
237
+ "dimensions when you upload a new photo."
238
+ msgstr ""
239
+ "WP creerà una copia delle icone immagine con una specifica dimensione quando "
240
+ "carichi una nuova foto."
241
 
242
+ #: gallery-plugin.php:773
243
  msgid "Count images in row"
244
  msgstr "Conta immagini"
245
 
246
+ #: gallery-plugin.php:779
247
  msgid "Start slideshow"
248
  msgstr "Avvia presentazione"
249
 
250
+ #: gallery-plugin.php:785
251
  msgid "Slideshow interval"
252
  msgstr "Intervallo presentazione"
253
 
254
+ #: gallery-plugin.php:793
255
  msgid "attachment id"
256
  msgstr "Id di visualizzazione"
257
 
258
+ #: gallery-plugin.php:794
259
  msgid "attachment title"
260
  msgstr "Titolo immagine"
261
 
262
+ #: gallery-plugin.php:795
263
  msgid "date"
264
  msgstr "Data"
265
 
266
+ #: gallery-plugin.php:796
267
+ msgid ""
268
+ "attachments order (the integer fields in the Insert / Upload Media Gallery "
269
+ "dialog )"
270
+ msgstr ""
271
+ "Ordine di visualizzazione (dal numero attribuito nel box di dialogo di "
272
+ "caricamento)"
273
 
274
+ #: gallery-plugin.php:797
275
  msgid "random"
276
  msgstr "Casuale"
277
 
278
+ #: gallery-plugin.php:801
279
  msgid "Attachments order"
280
  msgstr "Ordine di visualizzazione"
281
 
282
+ #: gallery-plugin.php:803
283
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
284
+ msgstr ""
285
+ "ASC(ordine ascendente dal pi&ugrave; basso al pi&ugrave; alto - 1, 2, 3; a, "
286
+ "b, c,)"
287
 
288
+ #: gallery-plugin.php:804
289
+ msgid ""
290
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
291
+ msgstr ""
292
+ "DESC(ordine discendente dal pi&ugrave; alto al pi&ugrave; basso - 3, 2, 1; "
293
+ "c, b, a,)"
294
 
295
+ #: gallery-plugin.php:808
296
  msgid "Display Return link"
297
  msgstr "Mostra lin di ritorno"
298
 
299
+ #: gallery-plugin.php:814
300
  msgid "Display Return link in shortcode"
301
  msgstr "Mostra il link di ritorno col codice"
302
 
303
+ #: gallery-plugin.php:820
304
  msgid "Label for Return link"
305
  msgstr "Etichetta per il link di ritorno"
306
 
307
+ #: gallery-plugin.php:826
308
  msgid "Label for Read More link"
309
  msgstr ""
310
 
311
+ #: gallery-plugin.php:834
312
  msgid "Save Changes"
313
  msgstr "Salva cambiamenti"
314
 
315
+ #: gallery-plugin.php:847
316
  msgid "FAQ"
317
  msgstr "FAQ "
318
 
319
+ #: gallery-plugin.php:848
320
  msgid "Support"
321
  msgstr "Supporto"
322
 
323
+ #: gallery-plugin.php:1011 template/gallery-single-template.php:61
 
324
  msgid "Sorry - nothing to found."
325
  msgstr "Spiacente - non è stato trovato nulla."
326
 
327
+ #: gallery-plugin.php:1030 template/gallery-single-template.php:83
328
+ msgid "Download High resolution image"
329
+ msgstr ""
330
+
331
+ #: template/gallery-single-template.php:83
332
  msgid "Image "
333
  msgstr "Immagine"
334
 
335
  #~ msgid "Size for gallery album cover"
336
  #~ msgstr "Размер для "
 
languages/gallery-ka_GE.mo CHANGED
File without changes
languages/gallery-ka_GE.po CHANGED
@@ -2,301 +2,320 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-07-27 14:57+0300\n"
6
- "PO-Revision-Date: 2012-07-27 14:57+0300\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Vako Patashuri <vpatashuri@gmail.com>\n"
9
- "Language: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: __;_e;_x;esc_html__\n"
14
  "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-Language: Georgian\n"
16
- "X-Poedit-Country: GEORGIA\n"
17
  "X-Poedit-SourceCharset: utf-8\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: gallery-plugin.php:55
21
- #: gallery-plugin.php:683
22
- msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
 
 
 
23
  msgstr ""
24
 
25
- #: gallery-plugin.php:79
26
- #: gallery-plugin.php:89
27
  msgid "Galleries"
28
  msgstr "გალერეა"
29
 
30
- #: gallery-plugin.php:80
31
- #: gallery-plugin.php:576
32
  msgid "Gallery"
33
  msgstr "გალერეა"
34
 
35
- #: gallery-plugin.php:81
36
  msgid "Add New"
37
  msgstr "ახლის დამატება"
38
 
39
- #: gallery-plugin.php:82
40
  msgid "Add New Gallery"
41
  msgstr "ახალი გალერეას დამატება"
42
 
43
- #: gallery-plugin.php:83
44
  msgid "Edit Gallery"
45
  msgstr "გალერეას შესწორება"
46
 
47
- #: gallery-plugin.php:84
48
  msgid "New Gallery"
49
  msgstr "ახალი გალერეა"
50
 
51
- #: gallery-plugin.php:85
52
  msgid "View Gallery"
53
  msgstr "გალერეას ნახვა"
54
 
55
- #: gallery-plugin.php:86
56
  msgid "Search Galleries"
57
  msgstr "გალერეას ძებნა"
58
 
59
- #: gallery-plugin.php:87
60
  msgid "No Galleries found"
61
  msgstr "გალერეა არ მოძებნა"
62
 
63
- #: gallery-plugin.php:144
64
  msgid "Upload File"
65
  msgstr "ფაილის ატვირთვა"
66
 
67
- #: gallery-plugin.php:145
68
  #, fuzzy
69
  msgid "Gallery Shortcode"
70
  msgstr "გალერეის პარამეტრები"
71
 
72
- #: gallery-plugin.php:159
73
- msgid "The gallery temp directory (gallery-plugin/upload/files) not writeable by your webserver. Please use the standard WP functional to upload the images (media library)"
 
 
 
74
  msgstr ""
75
 
76
- #: gallery-plugin.php:163
77
  #, fuzzy
78
  msgid "Choose an image to upload:"
79
  msgstr "აირჩიეთ სურათი ასატვირთად:"
80
 
81
- #: gallery-plugin.php:168
82
  msgid "Please enable JavaScript to use the file uploader."
83
  msgstr "გთხოვთ ჩართეთ JavaScript რომ გამოიყენოთ ფაილების ამტვირთავი."
84
 
85
- #: gallery-plugin.php:175
86
- msgid "Please use drag and drop function to change the order of the output of images and do not forget to save post."
 
 
 
 
 
 
87
  msgstr ""
88
 
89
- #: gallery-plugin.php:177
90
  msgid "Please do not forget to select "
91
  msgstr ""
92
 
93
- #: gallery-plugin.php:177
94
- #: gallery-plugin.php:734
95
  msgid "Attachments order by"
96
  msgstr ""
97
 
98
- #: gallery-plugin.php:177
99
  msgid "attachments order"
100
  msgstr ""
101
 
102
- #: gallery-plugin.php:177
103
  msgid "in the settings of the plugin (page "
104
  msgstr ""
105
 
106
- #: gallery-plugin.php:239
107
- msgid "You can add the Single Gallery on the page or in the post by inserting this shortcode in the content"
 
 
108
  msgstr ""
109
 
110
- #: gallery-plugin.php:241
111
- msgid "If you want to take a brief display of the gallery with a link to a Single Sallery Page"
 
 
112
  msgstr ""
113
 
114
- #: gallery-plugin.php:394
115
  msgid "Title"
116
  msgstr "სათაური"
117
 
118
- #: gallery-plugin.php:395
119
  msgid "Author"
120
  msgstr "ავტორი"
121
 
122
- #: gallery-plugin.php:396
123
  msgid "Photo's"
124
  msgstr "ფოტო"
125
 
126
- #: gallery-plugin.php:397
127
  msgid "Public"
128
  msgstr "საჯარო"
129
 
130
- #: gallery-plugin.php:398
131
  msgid "Date"
132
  msgstr "თარიღი"
133
 
134
- #: gallery-plugin.php:545
135
  msgid "Activated plugins"
136
  msgstr "გააქტიურებული დანამატები:"
137
 
138
- #: gallery-plugin.php:547
139
- #: gallery-plugin.php:555
140
- #: gallery-plugin.php:563
141
  msgid "Read more"
142
  msgstr "სრულად ნახვა"
143
 
144
- #: gallery-plugin.php:547
145
- #: gallery-plugin.php:789
146
- #: gallery-plugin.php:804
147
  msgid "Settings"
148
  msgstr "პარამეტრები"
149
 
150
- #: gallery-plugin.php:553
151
  msgid "Installed plugins"
152
  msgstr "დაყენებული დანამატები"
153
 
154
- #: gallery-plugin.php:561
155
  msgid "Recommended plugins"
156
  msgstr "რეკომენდირებული დანამატები"
157
 
158
- #: gallery-plugin.php:563
159
  msgid "Download"
160
  msgstr "გადმოტვირთვა"
161
 
162
- #: gallery-plugin.php:563
163
  #, php-format
164
  msgid "Install %s"
165
  msgstr "დაყენებულია %s"
166
 
167
- #: gallery-plugin.php:563
168
  msgid "Install now from wordpress.org"
169
  msgstr "დააყენეთ wordpress.org-იდან"
170
 
171
- #: gallery-plugin.php:565
172
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
173
- msgstr "თუ თქვენ გაქვთ რაიმე შეკითხვა, გთხოვთ მოგვწერეთ ელფოსტაზე plugin@bestwebsoft.com ან შეავსეთ საკონტაქტო ფორმა გამოსაგზავნად"
 
 
 
 
174
 
175
- #: gallery-plugin.php:597
176
  msgid "See photo &raquo;"
177
  msgstr ""
178
 
179
- #: gallery-plugin.php:676
180
  msgid "Options saved."
181
  msgstr "პარამეტრები შენახულია"
182
 
183
- #: gallery-plugin.php:690
184
  msgid "Gallery Options"
185
  msgstr "გალერეის პარამეტრები"
186
 
187
- #: gallery-plugin.php:693
188
- msgid "If you would like to add a Single Gallery to your page or post, just copy and put this shortcode onto your post or page content:"
 
 
189
  msgstr ""
190
 
191
- #: gallery-plugin.php:697
192
  msgid "The size of the cover album for gallery"
193
  msgstr "ალბომის ყდის ზომა გალერეისთვის"
194
 
195
- #: gallery-plugin.php:699
196
- #: gallery-plugin.php:707
197
  msgid "Image size name"
198
  msgstr "ზომის სახელი"
199
 
200
- #: gallery-plugin.php:700
201
- #: gallery-plugin.php:708
202
  msgid "Width (in px)"
203
  msgstr "სიგანე(პიქსელებში)"
204
 
205
- #: gallery-plugin.php:701
206
- #: gallery-plugin.php:709
207
  msgid "Height (in px)"
208
  msgstr "სიმაღლე(პიქსელებში)"
209
 
210
- #: gallery-plugin.php:705
211
  msgid "Size for gallery image"
212
  msgstr "ზომა გალერეის სურათისთვის"
213
 
214
- #: gallery-plugin.php:713
215
- msgid "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
216
- msgstr "ვორდპრესი შექმნის მინიატურული პოსტის კოპიას განსაზღვრულ ზომებში, როდესაც ატვირთავთ სურათს."
 
 
 
 
217
 
218
- #: gallery-plugin.php:716
219
  msgid "Count images in row"
220
  msgstr "სურათების რაოდენობა მწკრივში"
221
 
222
- #: gallery-plugin.php:722
223
  msgid "Start slideshow"
224
  msgstr ""
225
 
226
- #: gallery-plugin.php:728
227
  msgid "Slideshow interval"
228
  msgstr ""
229
 
230
- #: gallery-plugin.php:736
231
  msgid "attachment id"
232
  msgstr ""
233
 
234
- #: gallery-plugin.php:737
235
  msgid "attachment title"
236
  msgstr ""
237
 
238
- #: gallery-plugin.php:738
239
  #, fuzzy
240
  msgid "date"
241
  msgstr "თარიღი"
242
 
243
- #: gallery-plugin.php:739
244
- msgid "attachments order (the integer fields in the Insert / Upload Media Gallery dialog )"
 
 
245
  msgstr ""
246
 
247
- #: gallery-plugin.php:740
248
  msgid "random"
249
  msgstr ""
250
 
251
- #: gallery-plugin.php:744
252
  msgid "Attachments order"
253
  msgstr ""
254
 
255
- #: gallery-plugin.php:746
256
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
257
  msgstr ""
258
 
259
- #: gallery-plugin.php:747
260
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
 
261
  msgstr ""
262
 
263
- #: gallery-plugin.php:751
264
  msgid "Display Return link"
265
  msgstr ""
266
 
267
- #: gallery-plugin.php:757
268
  msgid "Display Return link in shortcode"
269
  msgstr ""
270
 
271
- #: gallery-plugin.php:763
272
  msgid "Label for Return link"
273
  msgstr ""
274
 
275
- #: gallery-plugin.php:769
276
  msgid "Label for Read More link"
277
  msgstr ""
278
 
279
- #: gallery-plugin.php:777
280
  msgid "Save Changes"
281
  msgstr "ცვლილებების შენახვა"
282
 
283
- #: gallery-plugin.php:790
284
  msgid "FAQ"
285
  msgstr "FAQ"
286
 
287
- #: gallery-plugin.php:791
288
  msgid "Support"
289
  msgstr "Support"
290
 
291
- #: gallery-plugin.php:953
292
- #: template/gallery-single-template.php:60
293
  msgid "Sorry - nothing to found."
294
  msgstr "მაპატიეთ - არაფერია ნაპოვნი."
295
 
296
- #: template/gallery-single-template.php:82
 
 
 
 
297
  msgid "Image "
298
  msgstr ""
299
 
300
  #~ msgid "Size for gallery album cover"
301
  #~ msgstr "Размер для "
302
-
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-10-05 17:39+0200\n"
6
+ "PO-Revision-Date: 2012-10-05 17:39+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Vako Patashuri <vpatashuri@gmail.com>\n"
9
+ "Language: ka_GE\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: __;_e;_x;esc_html__\n"
14
  "X-Poedit-Basepath: ..\n"
 
 
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: gallery-plugin.php:103 gallery-plugin.php:740
19
+ msgid ""
20
+ "The following files \"gallery-template.php\" and \"gallery-single-template."
21
+ "php\" were not found in the directory of your theme. Please copy them from "
22
+ "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
23
+ "directory of your theme for the correct work of the Gallery plugin"
24
  msgstr ""
25
 
26
+ #: gallery-plugin.php:127 gallery-plugin.php:137
 
27
  msgid "Galleries"
28
  msgstr "გალერეა"
29
 
30
+ #: gallery-plugin.php:128 gallery-plugin.php:630
 
31
  msgid "Gallery"
32
  msgstr "გალერეა"
33
 
34
+ #: gallery-plugin.php:129
35
  msgid "Add New"
36
  msgstr "ახლის დამატება"
37
 
38
+ #: gallery-plugin.php:130
39
  msgid "Add New Gallery"
40
  msgstr "ახალი გალერეას დამატება"
41
 
42
+ #: gallery-plugin.php:131
43
  msgid "Edit Gallery"
44
  msgstr "გალერეას შესწორება"
45
 
46
+ #: gallery-plugin.php:132
47
  msgid "New Gallery"
48
  msgstr "ახალი გალერეა"
49
 
50
+ #: gallery-plugin.php:133
51
  msgid "View Gallery"
52
  msgstr "გალერეას ნახვა"
53
 
54
+ #: gallery-plugin.php:134
55
  msgid "Search Galleries"
56
  msgstr "გალერეას ძებნა"
57
 
58
+ #: gallery-plugin.php:135
59
  msgid "No Galleries found"
60
  msgstr "გალერეა არ მოძებნა"
61
 
62
+ #: gallery-plugin.php:192
63
  msgid "Upload File"
64
  msgstr "ფაილის ატვირთვა"
65
 
66
+ #: gallery-plugin.php:193
67
  #, fuzzy
68
  msgid "Gallery Shortcode"
69
  msgstr "გალერეის პარამეტრები"
70
 
71
+ #: gallery-plugin.php:208
72
+ msgid ""
73
+ "The gallery temp directory (gallery-plugin/upload/files) not writeable by "
74
+ "your webserver. Please use the standard WP functional to upload the images "
75
+ "(media library)"
76
  msgstr ""
77
 
78
+ #: gallery-plugin.php:212
79
  #, fuzzy
80
  msgid "Choose an image to upload:"
81
  msgstr "აირჩიეთ სურათი ასატვირთად:"
82
 
83
+ #: gallery-plugin.php:217
84
  msgid "Please enable JavaScript to use the file uploader."
85
  msgstr "გთხოვთ ჩართეთ JavaScript რომ გამოიყენოთ ფაილების ამტვირთავი."
86
 
87
+ #: gallery-plugin.php:224
88
+ msgid "Allow download link for images in this gallery"
89
+ msgstr ""
90
+
91
+ #: gallery-plugin.php:225
92
+ msgid ""
93
+ "Please use drag and drop function to change the order of the output of "
94
+ "images and do not forget to save post."
95
  msgstr ""
96
 
97
+ #: gallery-plugin.php:227
98
  msgid "Please do not forget to select "
99
  msgstr ""
100
 
101
+ #: gallery-plugin.php:227 gallery-plugin.php:791
 
102
  msgid "Attachments order by"
103
  msgstr ""
104
 
105
+ #: gallery-plugin.php:227
106
  msgid "attachments order"
107
  msgstr ""
108
 
109
+ #: gallery-plugin.php:227
110
  msgid "in the settings of the plugin (page "
111
  msgstr ""
112
 
113
+ #: gallery-plugin.php:289
114
+ msgid ""
115
+ "You can add the Single Gallery on the page or in the post by inserting this "
116
+ "shortcode in the content"
117
  msgstr ""
118
 
119
+ #: gallery-plugin.php:291
120
+ msgid ""
121
+ "If you want to take a brief display of the gallery with a link to a Single "
122
+ "Sallery Page"
123
  msgstr ""
124
 
125
+ #: gallery-plugin.php:448
126
  msgid "Title"
127
  msgstr "სათაური"
128
 
129
+ #: gallery-plugin.php:449
130
  msgid "Author"
131
  msgstr "ავტორი"
132
 
133
+ #: gallery-plugin.php:450
134
  msgid "Photo's"
135
  msgstr "ფოტო"
136
 
137
+ #: gallery-plugin.php:451
138
  msgid "Public"
139
  msgstr "საჯარო"
140
 
141
+ #: gallery-plugin.php:452
142
  msgid "Date"
143
  msgstr "თარიღი"
144
 
145
+ #: gallery-plugin.php:599
146
  msgid "Activated plugins"
147
  msgstr "გააქტიურებული დანამატები:"
148
 
149
+ #: gallery-plugin.php:601 gallery-plugin.php:609 gallery-plugin.php:617
 
 
150
  msgid "Read more"
151
  msgstr "სრულად ნახვა"
152
 
153
+ #: gallery-plugin.php:601 gallery-plugin.php:846 gallery-plugin.php:861
 
 
154
  msgid "Settings"
155
  msgstr "პარამეტრები"
156
 
157
+ #: gallery-plugin.php:607
158
  msgid "Installed plugins"
159
  msgstr "დაყენებული დანამატები"
160
 
161
+ #: gallery-plugin.php:615
162
  msgid "Recommended plugins"
163
  msgstr "რეკომენდირებული დანამატები"
164
 
165
+ #: gallery-plugin.php:617
166
  msgid "Download"
167
  msgstr "გადმოტვირთვა"
168
 
169
+ #: gallery-plugin.php:617
170
  #, php-format
171
  msgid "Install %s"
172
  msgstr "დაყენებულია %s"
173
 
174
+ #: gallery-plugin.php:617
175
  msgid "Install now from wordpress.org"
176
  msgstr "დააყენეთ wordpress.org-იდან"
177
 
178
+ #: gallery-plugin.php:619
179
+ msgid ""
180
+ "If you have any questions, please contact us via plugin@bestwebsoft.com or "
181
+ "fill in our contact form on our site"
182
+ msgstr ""
183
+ "თუ თქვენ გაქვთ რაიმე შეკითხვა, გთხოვთ მოგვწერეთ ელფოსტაზე plugin@bestwebsoft."
184
+ "com ან შეავსეთ საკონტაქტო ფორმა გამოსაგზავნად"
185
 
186
+ #: gallery-plugin.php:654
187
  msgid "See photo &raquo;"
188
  msgstr ""
189
 
190
+ #: gallery-plugin.php:733
191
  msgid "Options saved."
192
  msgstr "პარამეტრები შენახულია"
193
 
194
+ #: gallery-plugin.php:747
195
  msgid "Gallery Options"
196
  msgstr "გალერეის პარამეტრები"
197
 
198
+ #: gallery-plugin.php:750
199
+ msgid ""
200
+ "If you would like to add a Single Gallery to your page or post, just copy "
201
+ "and put this shortcode onto your post or page content:"
202
  msgstr ""
203
 
204
+ #: gallery-plugin.php:754
205
  msgid "The size of the cover album for gallery"
206
  msgstr "ალბომის ყდის ზომა გალერეისთვის"
207
 
208
+ #: gallery-plugin.php:756 gallery-plugin.php:764
 
209
  msgid "Image size name"
210
  msgstr "ზომის სახელი"
211
 
212
+ #: gallery-plugin.php:757 gallery-plugin.php:765
 
213
  msgid "Width (in px)"
214
  msgstr "სიგანე(პიქსელებში)"
215
 
216
+ #: gallery-plugin.php:758 gallery-plugin.php:766
 
217
  msgid "Height (in px)"
218
  msgstr "სიმაღლე(პიქსელებში)"
219
 
220
+ #: gallery-plugin.php:762
221
  msgid "Size for gallery image"
222
  msgstr "ზომა გალერეის სურათისთვის"
223
 
224
+ #: gallery-plugin.php:770
225
+ msgid ""
226
+ "WordPress will create a copy of the post thumbnail with the specified "
227
+ "dimensions when you upload a new photo."
228
+ msgstr ""
229
+ "ვორდპრესი შექმნის მინიატურული პოსტის კოპიას განსაზღვრულ ზომებში, როდესაც "
230
+ "ატვირთავთ სურათს."
231
 
232
+ #: gallery-plugin.php:773
233
  msgid "Count images in row"
234
  msgstr "სურათების რაოდენობა მწკრივში"
235
 
236
+ #: gallery-plugin.php:779
237
  msgid "Start slideshow"
238
  msgstr ""
239
 
240
+ #: gallery-plugin.php:785
241
  msgid "Slideshow interval"
242
  msgstr ""
243
 
244
+ #: gallery-plugin.php:793
245
  msgid "attachment id"
246
  msgstr ""
247
 
248
+ #: gallery-plugin.php:794
249
  msgid "attachment title"
250
  msgstr ""
251
 
252
+ #: gallery-plugin.php:795
253
  #, fuzzy
254
  msgid "date"
255
  msgstr "თარიღი"
256
 
257
+ #: gallery-plugin.php:796
258
+ msgid ""
259
+ "attachments order (the integer fields in the Insert / Upload Media Gallery "
260
+ "dialog )"
261
  msgstr ""
262
 
263
+ #: gallery-plugin.php:797
264
  msgid "random"
265
  msgstr ""
266
 
267
+ #: gallery-plugin.php:801
268
  msgid "Attachments order"
269
  msgstr ""
270
 
271
+ #: gallery-plugin.php:803
272
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
273
  msgstr ""
274
 
275
+ #: gallery-plugin.php:804
276
+ msgid ""
277
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
278
  msgstr ""
279
 
280
+ #: gallery-plugin.php:808
281
  msgid "Display Return link"
282
  msgstr ""
283
 
284
+ #: gallery-plugin.php:814
285
  msgid "Display Return link in shortcode"
286
  msgstr ""
287
 
288
+ #: gallery-plugin.php:820
289
  msgid "Label for Return link"
290
  msgstr ""
291
 
292
+ #: gallery-plugin.php:826
293
  msgid "Label for Read More link"
294
  msgstr ""
295
 
296
+ #: gallery-plugin.php:834
297
  msgid "Save Changes"
298
  msgstr "ცვლილებების შენახვა"
299
 
300
+ #: gallery-plugin.php:847
301
  msgid "FAQ"
302
  msgstr "FAQ"
303
 
304
+ #: gallery-plugin.php:848
305
  msgid "Support"
306
  msgstr "Support"
307
 
308
+ #: gallery-plugin.php:1011 template/gallery-single-template.php:61
 
309
  msgid "Sorry - nothing to found."
310
  msgstr "მაპატიეთ - არაფერია ნაპოვნი."
311
 
312
+ #: gallery-plugin.php:1030 template/gallery-single-template.php:83
313
+ msgid "Download High resolution image"
314
+ msgstr ""
315
+
316
+ #: template/gallery-single-template.php:83
317
  msgid "Image "
318
  msgstr ""
319
 
320
  #~ msgid "Size for gallery album cover"
321
  #~ msgstr "Размер для "
 
languages/gallery-lt_LT.po CHANGED
@@ -2,298 +2,332 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-07-27 14:57+0300\n"
6
- "PO-Revision-Date: 2012-07-27 14:57+0300\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Naglis Jonaitis <njonaitis@gmail.com>\n"
9
- "Language: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-Language: Lithuanian\n"
16
- "X-Poedit-Country: LITHUANIA\n"
17
  "X-Poedit-SourceCharset: utf-8\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: gallery-plugin.php:55
21
- #: gallery-plugin.php:683
22
- msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
23
- msgstr "Jūsų temos aplanke nėra failų \"gallery-template.php\" bei \"gallery-single-template.php\". Jei norite, kad galerijos įskiepis tinkamai veiktų, prašome nukopijuoti juos `/wp-content/plugins/gallery-plugin/template/` aplanko į savo temos aplanką."
 
 
 
 
 
 
 
24
 
25
- #: gallery-plugin.php:79
26
- #: gallery-plugin.php:89
27
  msgid "Galleries"
28
  msgstr "Galerijos"
29
 
30
- #: gallery-plugin.php:80
31
- #: gallery-plugin.php:576
32
  msgid "Gallery"
33
  msgstr "Galerija"
34
 
35
- #: gallery-plugin.php:81
36
  msgid "Add New"
37
  msgstr "Pridėti naują"
38
 
39
- #: gallery-plugin.php:82
40
  msgid "Add New Gallery"
41
  msgstr "Pridėti naują galeriją"
42
 
43
- #: gallery-plugin.php:83
44
  msgid "Edit Gallery"
45
  msgstr "Redaguoti galeriją"
46
 
47
- #: gallery-plugin.php:84
48
  msgid "New Gallery"
49
  msgstr "Nauja galerija"
50
 
51
- #: gallery-plugin.php:85
52
  msgid "View Gallery"
53
  msgstr "Peržiūrėti galeriją"
54
 
55
- #: gallery-plugin.php:86
56
  msgid "Search Galleries"
57
  msgstr "Ieškoti galerijose"
58
 
59
- #: gallery-plugin.php:87
60
  msgid "No Galleries found"
61
  msgstr "Galerijų nėra"
62
 
63
- #: gallery-plugin.php:144
64
  msgid "Upload File"
65
  msgstr "Įkelti failą"
66
 
67
- #: gallery-plugin.php:145
68
  msgid "Gallery Shortcode"
69
  msgstr "Galerijos trumpasis kodas"
70
 
71
- #: gallery-plugin.php:159
72
- msgid "The gallery temp directory (gallery-plugin/upload/files) not writeable by your webserver. Please use the standard WP functional to upload the images (media library)"
73
- msgstr "Serveriui nesuteikta rašymo teisių į galerijos laikinąjį aplanką (gallery-plugin/upload/files). Prašome naudoti numatytąsias WordPress funkcijas paveikslėliams įkelti (failų galerija)"
 
 
 
 
 
 
74
 
75
- #: gallery-plugin.php:163
76
  msgid "Choose an image to upload:"
77
  msgstr "Pasirinkite paveikslėlį įkėlimui:"
78
 
79
- #: gallery-plugin.php:168
80
  msgid "Please enable JavaScript to use the file uploader."
81
  msgstr "Prašome įjungti JavaScript jei norite naudotis failų įkėlikliu."
82
 
83
- #: gallery-plugin.php:175
84
- msgid "Please use drag and drop function to change the order of the output of images and do not forget to save post."
 
 
 
 
 
 
85
  msgstr ""
86
 
87
- #: gallery-plugin.php:177
88
  msgid "Please do not forget to select "
89
  msgstr ""
90
 
91
- #: gallery-plugin.php:177
92
- #: gallery-plugin.php:734
93
  msgid "Attachments order by"
94
  msgstr "Prisegtukus rikiuoti pagal"
95
 
96
- #: gallery-plugin.php:177
97
  msgid "attachments order"
98
  msgstr ""
99
 
100
- #: gallery-plugin.php:177
101
  msgid "in the settings of the plugin (page "
102
  msgstr ""
103
 
104
- #: gallery-plugin.php:239
105
- msgid "You can add the Single Gallery on the page or in the post by inserting this shortcode in the content"
106
- msgstr "Galite įterpti galeriją puslapyje ar įraše įterpdami šį trumpąjį kodą į turinį"
 
 
 
 
107
 
108
- #: gallery-plugin.php:241
109
- msgid "If you want to take a brief display of the gallery with a link to a Single Sallery Page"
 
 
110
  msgstr ""
111
 
112
- #: gallery-plugin.php:394
113
  msgid "Title"
114
  msgstr "Pavadinimas"
115
 
116
- #: gallery-plugin.php:395
117
  msgid "Author"
118
  msgstr "Autorius"
119
 
120
- #: gallery-plugin.php:396
121
  msgid "Photo's"
122
  msgstr "Nuotraukos"
123
 
124
- #: gallery-plugin.php:397
125
  msgid "Public"
126
  msgstr "Vieša"
127
 
128
- #: gallery-plugin.php:398
129
  msgid "Date"
130
  msgstr "Data"
131
 
132
- #: gallery-plugin.php:545
133
  msgid "Activated plugins"
134
  msgstr "Įjungti įskiepiai"
135
 
136
- #: gallery-plugin.php:547
137
- #: gallery-plugin.php:555
138
- #: gallery-plugin.php:563
139
  msgid "Read more"
140
  msgstr "Skaityti daugiau"
141
 
142
- #: gallery-plugin.php:547
143
- #: gallery-plugin.php:789
144
- #: gallery-plugin.php:804
145
  msgid "Settings"
146
  msgstr "Nustatymai"
147
 
148
- #: gallery-plugin.php:553
149
  msgid "Installed plugins"
150
  msgstr "Įdiegti įskiepiai"
151
 
152
- #: gallery-plugin.php:561
153
  msgid "Recommended plugins"
154
  msgstr "Rekomenduojami įskiepiai"
155
 
156
- #: gallery-plugin.php:563
157
  msgid "Download"
158
  msgstr "Atsisiųsti"
159
 
160
- #: gallery-plugin.php:563
161
  #, php-format
162
  msgid "Install %s"
163
  msgstr "Įdiegti %s"
164
 
165
- #: gallery-plugin.php:563
166
  msgid "Install now from wordpress.org"
167
  msgstr "Įdiegti tiesiai iš wordpress.org"
168
 
169
- #: gallery-plugin.php:565
170
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
171
- msgstr "Jei turite klausimų, susisiekite su mumis adresu plugin@bestwebsoft.com, arba užpildykite susisiekimo formą mūsų tinklalapyje"
 
 
 
 
172
 
173
- #: gallery-plugin.php:597
174
  msgid "See photo &raquo;"
175
  msgstr "Peržiūrėti nuotrauką &raquo;"
176
 
177
- #: gallery-plugin.php:676
178
  msgid "Options saved."
179
  msgstr "Pasirinktys išsaugotos."
180
 
181
- #: gallery-plugin.php:690
182
  msgid "Gallery Options"
183
  msgstr "Galerijų pasirinktys"
184
 
185
- #: gallery-plugin.php:693
186
- msgid "If you would like to add a Single Gallery to your page or post, just copy and put this shortcode onto your post or page content:"
187
- msgstr "Jei norite įterpti galeriją į savo įrašą ar puslapį, tiesiog nukopijuokite šį trumpąjį kodą į savo įrašo ar puslapio turinį:"
 
 
 
 
188
 
189
- #: gallery-plugin.php:697
190
  msgid "The size of the cover album for gallery"
191
  msgstr "Galerijos viršelio matmenys"
192
 
193
- #: gallery-plugin.php:699
194
- #: gallery-plugin.php:707
195
  msgid "Image size name"
196
  msgstr "Paveikslėlio matmenų klasės vardas"
197
 
198
- #: gallery-plugin.php:700
199
- #: gallery-plugin.php:708
200
  msgid "Width (in px)"
201
  msgstr "Plotis (pikseliais)"
202
 
203
- #: gallery-plugin.php:701
204
- #: gallery-plugin.php:709
205
  msgid "Height (in px)"
206
  msgstr "Aukštis (pikseliais)"
207
 
208
- #: gallery-plugin.php:705
209
  msgid "Size for gallery image"
210
  msgstr "Galerijos paveikslėlio matmenys"
211
 
212
- #: gallery-plugin.php:713
213
- msgid "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
214
- msgstr "WordPress sukurs įrašo nurodytų matmenų miniatiūros kopiją kai įkelsite naują paveikslėlį."
 
 
 
 
215
 
216
- #: gallery-plugin.php:716
217
  msgid "Count images in row"
218
  msgstr "Paveikslėlių eilėje kiekis"
219
 
220
- #: gallery-plugin.php:722
221
  msgid "Start slideshow"
222
  msgstr "Pradėti demonstraciją"
223
 
224
- #: gallery-plugin.php:728
225
  msgid "Slideshow interval"
226
  msgstr "Demonstracijos trukmė"
227
 
228
- #: gallery-plugin.php:736
229
  msgid "attachment id"
230
  msgstr "prisegtuko ID"
231
 
232
- #: gallery-plugin.php:737
233
  msgid "attachment title"
234
  msgstr "prisegtuko pavadinimą"
235
 
236
- #: gallery-plugin.php:738
237
  msgid "date"
238
  msgstr "datą"
239
 
240
- #: gallery-plugin.php:739
241
- msgid "attachments order (the integer fields in the Insert / Upload Media Gallery dialog )"
 
 
242
  msgstr "prisegtukų tvarką (sveikojo skaičiaus laukelis „Įkelti failą“ dialoge)"
243
 
244
- #: gallery-plugin.php:740
245
  msgid "random"
246
  msgstr "atsitiktine tvarka"
247
 
248
- #: gallery-plugin.php:744
249
  msgid "Attachments order"
250
  msgstr "Prisegtukų išdėstymas"
251
 
252
- #: gallery-plugin.php:746
253
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
254
- msgstr "Didėjančia tvarka (nuo žemiausios iki aukščiausios reikšmės - 1, 2, 3; a, b, c)"
 
 
255
 
256
- #: gallery-plugin.php:747
257
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
258
- msgstr "Mažėjančia tvarka (nuo žemiausios iki aukščiausios reikšmės - 3, 2, 1; c, b, a)"
 
 
 
259
 
260
- #: gallery-plugin.php:751
261
  msgid "Display Return link"
262
  msgstr "Rodyti Sugrįžimo nuorodą"
263
 
264
- #: gallery-plugin.php:757
265
  msgid "Display Return link in shortcode"
266
  msgstr "Rodyti Sugrįžimo nuorodą naudojantis trumpuoju kodu"
267
 
268
- #: gallery-plugin.php:763
269
  msgid "Label for Return link"
270
  msgstr "Sugrįžimo nuorodos tekstas"
271
 
272
- #: gallery-plugin.php:769
273
  msgid "Label for Read More link"
274
  msgstr ""
275
 
276
- #: gallery-plugin.php:777
277
  msgid "Save Changes"
278
  msgstr "Išsaugoti pakeitimus"
279
 
280
- #: gallery-plugin.php:790
281
  msgid "FAQ"
282
  msgstr "D. U. K."
283
 
284
- #: gallery-plugin.php:791
285
  msgid "Support"
286
  msgstr "Palaikymas"
287
 
288
- #: gallery-plugin.php:953
289
- #: template/gallery-single-template.php:60
290
  msgid "Sorry - nothing to found."
291
  msgstr "Deja, nieko nerasta."
292
 
293
- #: template/gallery-single-template.php:82
 
 
 
 
294
  msgid "Image "
295
  msgstr "Paveikslėlis"
296
 
297
  #~ msgid "Size for gallery album cover"
298
  #~ msgstr "Размер для "
299
-
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-10-05 17:40+0200\n"
6
+ "PO-Revision-Date: 2012-10-05 17:40+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Naglis Jonaitis <njonaitis@gmail.com>\n"
9
+ "Language: lt_LT\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
 
 
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: gallery-plugin.php:103 gallery-plugin.php:740
19
+ msgid ""
20
+ "The following files \"gallery-template.php\" and \"gallery-single-template."
21
+ "php\" were not found in the directory of your theme. Please copy them from "
22
+ "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
23
+ "directory of your theme for the correct work of the Gallery plugin"
24
+ msgstr ""
25
+ "Jūsų temos aplanke nėra failų \"gallery-template.php\" bei \"gallery-single-"
26
+ "template.php\". Jei norite, kad galerijos įskiepis tinkamai veiktų, prašome "
27
+ "nukopijuoti juos iš `/wp-content/plugins/gallery-plugin/template/` aplanko į "
28
+ "savo temos aplanką."
29
 
30
+ #: gallery-plugin.php:127 gallery-plugin.php:137
 
31
  msgid "Galleries"
32
  msgstr "Galerijos"
33
 
34
+ #: gallery-plugin.php:128 gallery-plugin.php:630
 
35
  msgid "Gallery"
36
  msgstr "Galerija"
37
 
38
+ #: gallery-plugin.php:129
39
  msgid "Add New"
40
  msgstr "Pridėti naują"
41
 
42
+ #: gallery-plugin.php:130
43
  msgid "Add New Gallery"
44
  msgstr "Pridėti naują galeriją"
45
 
46
+ #: gallery-plugin.php:131
47
  msgid "Edit Gallery"
48
  msgstr "Redaguoti galeriją"
49
 
50
+ #: gallery-plugin.php:132
51
  msgid "New Gallery"
52
  msgstr "Nauja galerija"
53
 
54
+ #: gallery-plugin.php:133
55
  msgid "View Gallery"
56
  msgstr "Peržiūrėti galeriją"
57
 
58
+ #: gallery-plugin.php:134
59
  msgid "Search Galleries"
60
  msgstr "Ieškoti galerijose"
61
 
62
+ #: gallery-plugin.php:135
63
  msgid "No Galleries found"
64
  msgstr "Galerijų nėra"
65
 
66
+ #: gallery-plugin.php:192
67
  msgid "Upload File"
68
  msgstr "Įkelti failą"
69
 
70
+ #: gallery-plugin.php:193
71
  msgid "Gallery Shortcode"
72
  msgstr "Galerijos trumpasis kodas"
73
 
74
+ #: gallery-plugin.php:208
75
+ msgid ""
76
+ "The gallery temp directory (gallery-plugin/upload/files) not writeable by "
77
+ "your webserver. Please use the standard WP functional to upload the images "
78
+ "(media library)"
79
+ msgstr ""
80
+ "Serveriui nesuteikta rašymo teisių į galerijos laikinąjį aplanką (gallery-"
81
+ "plugin/upload/files). Prašome naudoti numatytąsias WordPress funkcijas "
82
+ "paveikslėliams įkelti (failų galerija)"
83
 
84
+ #: gallery-plugin.php:212
85
  msgid "Choose an image to upload:"
86
  msgstr "Pasirinkite paveikslėlį įkėlimui:"
87
 
88
+ #: gallery-plugin.php:217
89
  msgid "Please enable JavaScript to use the file uploader."
90
  msgstr "Prašome įjungti JavaScript jei norite naudotis failų įkėlikliu."
91
 
92
+ #: gallery-plugin.php:224
93
+ msgid "Allow download link for images in this gallery"
94
+ msgstr ""
95
+
96
+ #: gallery-plugin.php:225
97
+ msgid ""
98
+ "Please use drag and drop function to change the order of the output of "
99
+ "images and do not forget to save post."
100
  msgstr ""
101
 
102
+ #: gallery-plugin.php:227
103
  msgid "Please do not forget to select "
104
  msgstr ""
105
 
106
+ #: gallery-plugin.php:227 gallery-plugin.php:791
 
107
  msgid "Attachments order by"
108
  msgstr "Prisegtukus rikiuoti pagal"
109
 
110
+ #: gallery-plugin.php:227
111
  msgid "attachments order"
112
  msgstr ""
113
 
114
+ #: gallery-plugin.php:227
115
  msgid "in the settings of the plugin (page "
116
  msgstr ""
117
 
118
+ #: gallery-plugin.php:289
119
+ msgid ""
120
+ "You can add the Single Gallery on the page or in the post by inserting this "
121
+ "shortcode in the content"
122
+ msgstr ""
123
+ "Galite įterpti galeriją puslapyje ar įraše įterpdami šį trumpąjį kodą į "
124
+ "turinį"
125
 
126
+ #: gallery-plugin.php:291
127
+ msgid ""
128
+ "If you want to take a brief display of the gallery with a link to a Single "
129
+ "Sallery Page"
130
  msgstr ""
131
 
132
+ #: gallery-plugin.php:448
133
  msgid "Title"
134
  msgstr "Pavadinimas"
135
 
136
+ #: gallery-plugin.php:449
137
  msgid "Author"
138
  msgstr "Autorius"
139
 
140
+ #: gallery-plugin.php:450
141
  msgid "Photo's"
142
  msgstr "Nuotraukos"
143
 
144
+ #: gallery-plugin.php:451
145
  msgid "Public"
146
  msgstr "Vieša"
147
 
148
+ #: gallery-plugin.php:452
149
  msgid "Date"
150
  msgstr "Data"
151
 
152
+ #: gallery-plugin.php:599
153
  msgid "Activated plugins"
154
  msgstr "Įjungti įskiepiai"
155
 
156
+ #: gallery-plugin.php:601 gallery-plugin.php:609 gallery-plugin.php:617
 
 
157
  msgid "Read more"
158
  msgstr "Skaityti daugiau"
159
 
160
+ #: gallery-plugin.php:601 gallery-plugin.php:846 gallery-plugin.php:861
 
 
161
  msgid "Settings"
162
  msgstr "Nustatymai"
163
 
164
+ #: gallery-plugin.php:607
165
  msgid "Installed plugins"
166
  msgstr "Įdiegti įskiepiai"
167
 
168
+ #: gallery-plugin.php:615
169
  msgid "Recommended plugins"
170
  msgstr "Rekomenduojami įskiepiai"
171
 
172
+ #: gallery-plugin.php:617
173
  msgid "Download"
174
  msgstr "Atsisiųsti"
175
 
176
+ #: gallery-plugin.php:617
177
  #, php-format
178
  msgid "Install %s"
179
  msgstr "Įdiegti %s"
180
 
181
+ #: gallery-plugin.php:617
182
  msgid "Install now from wordpress.org"
183
  msgstr "Įdiegti tiesiai iš wordpress.org"
184
 
185
+ #: gallery-plugin.php:619
186
+ msgid ""
187
+ "If you have any questions, please contact us via plugin@bestwebsoft.com or "
188
+ "fill in our contact form on our site"
189
+ msgstr ""
190
+ "Jei turite klausimų, susisiekite su mumis adresu plugin@bestwebsoft.com, "
191
+ "arba užpildykite susisiekimo formą mūsų tinklalapyje"
192
 
193
+ #: gallery-plugin.php:654
194
  msgid "See photo &raquo;"
195
  msgstr "Peržiūrėti nuotrauką &raquo;"
196
 
197
+ #: gallery-plugin.php:733
198
  msgid "Options saved."
199
  msgstr "Pasirinktys išsaugotos."
200
 
201
+ #: gallery-plugin.php:747
202
  msgid "Gallery Options"
203
  msgstr "Galerijų pasirinktys"
204
 
205
+ #: gallery-plugin.php:750
206
+ msgid ""
207
+ "If you would like to add a Single Gallery to your page or post, just copy "
208
+ "and put this shortcode onto your post or page content:"
209
+ msgstr ""
210
+ "Jei norite įterpti galeriją į savo įrašą ar puslapį, tiesiog nukopijuokite "
211
+ "šį trumpąjį kodą į savo įrašo ar puslapio turinį:"
212
 
213
+ #: gallery-plugin.php:754
214
  msgid "The size of the cover album for gallery"
215
  msgstr "Galerijos viršelio matmenys"
216
 
217
+ #: gallery-plugin.php:756 gallery-plugin.php:764
 
218
  msgid "Image size name"
219
  msgstr "Paveikslėlio matmenų klasės vardas"
220
 
221
+ #: gallery-plugin.php:757 gallery-plugin.php:765
 
222
  msgid "Width (in px)"
223
  msgstr "Plotis (pikseliais)"
224
 
225
+ #: gallery-plugin.php:758 gallery-plugin.php:766
 
226
  msgid "Height (in px)"
227
  msgstr "Aukštis (pikseliais)"
228
 
229
+ #: gallery-plugin.php:762
230
  msgid "Size for gallery image"
231
  msgstr "Galerijos paveikslėlio matmenys"
232
 
233
+ #: gallery-plugin.php:770
234
+ msgid ""
235
+ "WordPress will create a copy of the post thumbnail with the specified "
236
+ "dimensions when you upload a new photo."
237
+ msgstr ""
238
+ "WordPress sukurs įrašo nurodytų matmenų miniatiūros kopiją kai įkelsite "
239
+ "naują paveikslėlį."
240
 
241
+ #: gallery-plugin.php:773
242
  msgid "Count images in row"
243
  msgstr "Paveikslėlių eilėje kiekis"
244
 
245
+ #: gallery-plugin.php:779
246
  msgid "Start slideshow"
247
  msgstr "Pradėti demonstraciją"
248
 
249
+ #: gallery-plugin.php:785
250
  msgid "Slideshow interval"
251
  msgstr "Demonstracijos trukmė"
252
 
253
+ #: gallery-plugin.php:793
254
  msgid "attachment id"
255
  msgstr "prisegtuko ID"
256
 
257
+ #: gallery-plugin.php:794
258
  msgid "attachment title"
259
  msgstr "prisegtuko pavadinimą"
260
 
261
+ #: gallery-plugin.php:795
262
  msgid "date"
263
  msgstr "datą"
264
 
265
+ #: gallery-plugin.php:796
266
+ msgid ""
267
+ "attachments order (the integer fields in the Insert / Upload Media Gallery "
268
+ "dialog )"
269
  msgstr "prisegtukų tvarką (sveikojo skaičiaus laukelis „Įkelti failą“ dialoge)"
270
 
271
+ #: gallery-plugin.php:797
272
  msgid "random"
273
  msgstr "atsitiktine tvarka"
274
 
275
+ #: gallery-plugin.php:801
276
  msgid "Attachments order"
277
  msgstr "Prisegtukų išdėstymas"
278
 
279
+ #: gallery-plugin.php:803
280
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
281
+ msgstr ""
282
+ "Didėjančia tvarka (nuo žemiausios iki aukščiausios reikšmės - 1, 2, 3; a, b, "
283
+ "c)"
284
 
285
+ #: gallery-plugin.php:804
286
+ msgid ""
287
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
288
+ msgstr ""
289
+ "Mažėjančia tvarka (nuo žemiausios iki aukščiausios reikšmės - 3, 2, 1; c, b, "
290
+ "a)"
291
 
292
+ #: gallery-plugin.php:808
293
  msgid "Display Return link"
294
  msgstr "Rodyti Sugrįžimo nuorodą"
295
 
296
+ #: gallery-plugin.php:814
297
  msgid "Display Return link in shortcode"
298
  msgstr "Rodyti Sugrįžimo nuorodą naudojantis trumpuoju kodu"
299
 
300
+ #: gallery-plugin.php:820
301
  msgid "Label for Return link"
302
  msgstr "Sugrįžimo nuorodos tekstas"
303
 
304
+ #: gallery-plugin.php:826
305
  msgid "Label for Read More link"
306
  msgstr ""
307
 
308
+ #: gallery-plugin.php:834
309
  msgid "Save Changes"
310
  msgstr "Išsaugoti pakeitimus"
311
 
312
+ #: gallery-plugin.php:847
313
  msgid "FAQ"
314
  msgstr "D. U. K."
315
 
316
+ #: gallery-plugin.php:848
317
  msgid "Support"
318
  msgstr "Palaikymas"
319
 
320
+ #: gallery-plugin.php:1011 template/gallery-single-template.php:61
 
321
  msgid "Sorry - nothing to found."
322
  msgstr "Deja, nieko nerasta."
323
 
324
+ #: gallery-plugin.php:1030 template/gallery-single-template.php:83
325
+ msgid "Download High resolution image"
326
+ msgstr ""
327
+
328
+ #: template/gallery-single-template.php:83
329
  msgid "Image "
330
  msgstr "Paveikslėlis"
331
 
332
  #~ msgid "Size for gallery album cover"
333
  #~ msgstr "Размер для "
 
languages/gallery-nl_NL.mo CHANGED
File without changes
languages/gallery-nl_NL.po CHANGED
@@ -2,298 +2,317 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-07-27 14:57+0300\n"
6
- "PO-Revision-Date: 2012-07-27 14:57+0300\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Ronald <ronald@bhi.nl>\n"
9
- "Language: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-Language: Dutch\n"
16
- "X-Poedit-Country: NETHERLANDS\n"
17
  "X-Poedit-SourceCharset: utf-8\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: gallery-plugin.php:55
21
- #: gallery-plugin.php:683
22
- msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
 
 
 
23
  msgstr ""
24
 
25
- #: gallery-plugin.php:79
26
- #: gallery-plugin.php:89
27
  msgid "Galleries"
28
  msgstr "Fotoalbum's"
29
 
30
- #: gallery-plugin.php:80
31
- #: gallery-plugin.php:576
32
  msgid "Gallery"
33
  msgstr "Fotoalbum"
34
 
35
- #: gallery-plugin.php:81
36
  msgid "Add New"
37
  msgstr "Nieuw fotoalbum"
38
 
39
- #: gallery-plugin.php:82
40
  msgid "Add New Gallery"
41
  msgstr "Nieuw fotoalbum"
42
 
43
- #: gallery-plugin.php:83
44
  msgid "Edit Gallery"
45
  msgstr "Fotoalbum bewerken"
46
 
47
- #: gallery-plugin.php:84
48
  msgid "New Gallery"
49
  msgstr "Nieuwe foto"
50
 
51
- #: gallery-plugin.php:85
52
  msgid "View Gallery"
53
  msgstr "Foto bekijken"
54
 
55
- #: gallery-plugin.php:86
56
  msgid "Search Galleries"
57
  msgstr "Zoeken"
58
 
59
- #: gallery-plugin.php:87
60
  msgid "No Galleries found"
61
  msgstr "Niets gevonden"
62
 
63
- #: gallery-plugin.php:144
64
  msgid "Upload File"
65
  msgstr "Foto's uploaden"
66
 
67
- #: gallery-plugin.php:145
68
  #, fuzzy
69
  msgid "Gallery Shortcode"
70
  msgstr "Fotoalbum opties"
71
 
72
- #: gallery-plugin.php:159
73
- msgid "The gallery temp directory (gallery-plugin/upload/files) not writeable by your webserver. Please use the standard WP functional to upload the images (media library)"
 
 
 
74
  msgstr ""
75
 
76
- #: gallery-plugin.php:163
77
  #, fuzzy
78
  msgid "Choose an image to upload:"
79
  msgstr "Foto's uploaden: "
80
 
81
- #: gallery-plugin.php:168
82
  msgid "Please enable JavaScript to use the file uploader."
83
  msgstr "Activeer JavaScript om foto's te kunnen uploaden."
84
 
85
- #: gallery-plugin.php:175
86
- msgid "Please use drag and drop function to change the order of the output of images and do not forget to save post."
 
 
 
 
 
 
87
  msgstr ""
88
 
89
- #: gallery-plugin.php:177
90
  msgid "Please do not forget to select "
91
  msgstr ""
92
 
93
- #: gallery-plugin.php:177
94
- #: gallery-plugin.php:734
95
  msgid "Attachments order by"
96
  msgstr ""
97
 
98
- #: gallery-plugin.php:177
99
  msgid "attachments order"
100
  msgstr ""
101
 
102
- #: gallery-plugin.php:177
103
  msgid "in the settings of the plugin (page "
104
  msgstr ""
105
 
106
- #: gallery-plugin.php:239
107
- msgid "You can add the Single Gallery on the page or in the post by inserting this shortcode in the content"
 
 
108
  msgstr ""
109
 
110
- #: gallery-plugin.php:241
111
- msgid "If you want to take a brief display of the gallery with a link to a Single Sallery Page"
 
 
112
  msgstr ""
113
 
114
- #: gallery-plugin.php:394
115
  msgid "Title"
116
  msgstr "Titel"
117
 
118
- #: gallery-plugin.php:395
119
  msgid "Author"
120
  msgstr "Auteur"
121
 
122
- #: gallery-plugin.php:396
123
  msgid "Photo's"
124
  msgstr "Foto's"
125
 
126
- #: gallery-plugin.php:397
127
  msgid "Public"
128
  msgstr "Gepubliceerd"
129
 
130
- #: gallery-plugin.php:398
131
  msgid "Date"
132
  msgstr "Datum"
133
 
134
- #: gallery-plugin.php:545
135
  msgid "Activated plugins"
136
  msgstr "Geactiveerde plugins"
137
 
138
- #: gallery-plugin.php:547
139
- #: gallery-plugin.php:555
140
- #: gallery-plugin.php:563
141
  msgid "Read more"
142
  msgstr "Lees verder"
143
 
144
- #: gallery-plugin.php:547
145
- #: gallery-plugin.php:789
146
- #: gallery-plugin.php:804
147
  msgid "Settings"
148
  msgstr "Instellingen"
149
 
150
- #: gallery-plugin.php:553
151
  msgid "Installed plugins"
152
  msgstr "Geinstalleerde plugins"
153
 
154
- #: gallery-plugin.php:561
155
  msgid "Recommended plugins"
156
  msgstr "Aanbevolen plugins"
157
 
158
- #: gallery-plugin.php:563
159
  msgid "Download"
160
  msgstr "Download"
161
 
162
- #: gallery-plugin.php:563
163
  #, php-format
164
  msgid "Install %s"
165
  msgstr "Install %s"
166
 
167
- #: gallery-plugin.php:563
168
  msgid "Install now from wordpress.org"
169
  msgstr "Installeer nu vanaf wordpress.org"
170
 
171
- #: gallery-plugin.php:565
172
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
173
- msgstr "Indien u nog vragen heeft, neem contact op via plugin@bestwebsoft.com of vul het contactformulier in op onze website"
 
 
 
 
174
 
175
- #: gallery-plugin.php:597
176
  msgid "See photo &raquo;"
177
  msgstr "Bekijk foto &raquo;"
178
 
179
- #: gallery-plugin.php:676
180
  msgid "Options saved."
181
  msgstr "Opties opgeslagen"
182
 
183
- #: gallery-plugin.php:690
184
  msgid "Gallery Options"
185
  msgstr "Fotoalbum opties"
186
 
187
- #: gallery-plugin.php:693
188
- msgid "If you would like to add a Single Gallery to your page or post, just copy and put this shortcode onto your post or page content:"
 
 
189
  msgstr ""
190
 
191
- #: gallery-plugin.php:697
192
  msgid "The size of the cover album for gallery"
193
  msgstr "De afmetingen voor de cover van het album"
194
 
195
- #: gallery-plugin.php:699
196
- #: gallery-plugin.php:707
197
  msgid "Image size name"
198
  msgstr "Afbeelding grootte"
199
 
200
- #: gallery-plugin.php:700
201
- #: gallery-plugin.php:708
202
  msgid "Width (in px)"
203
  msgstr "Breedte (in px)"
204
 
205
- #: gallery-plugin.php:701
206
- #: gallery-plugin.php:709
207
  msgid "Height (in px)"
208
  msgstr "Hoogte (in px)"
209
 
210
- #: gallery-plugin.php:705
211
  msgid "Size for gallery image"
212
  msgstr "Grootte voor album afbeelding"
213
 
214
- #: gallery-plugin.php:713
215
- msgid "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
216
- msgstr "Wordpress zal een kopie maken van de thumbnail in de opgegeven afmetingen als u een nieuwe foto upload."
 
 
 
 
217
 
218
- #: gallery-plugin.php:716
219
  msgid "Count images in row"
220
  msgstr "Aantal afbeeldingen op een rij"
221
 
222
- #: gallery-plugin.php:722
223
  msgid "Start slideshow"
224
  msgstr ""
225
 
226
- #: gallery-plugin.php:728
227
  msgid "Slideshow interval"
228
  msgstr ""
229
 
230
- #: gallery-plugin.php:736
231
  msgid "attachment id"
232
  msgstr ""
233
 
234
- #: gallery-plugin.php:737
235
  msgid "attachment title"
236
  msgstr ""
237
 
238
- #: gallery-plugin.php:738
239
  #, fuzzy
240
  msgid "date"
241
  msgstr "Datum"
242
 
243
- #: gallery-plugin.php:739
244
- msgid "attachments order (the integer fields in the Insert / Upload Media Gallery dialog )"
 
 
245
  msgstr ""
246
 
247
- #: gallery-plugin.php:740
248
  msgid "random"
249
  msgstr ""
250
 
251
- #: gallery-plugin.php:744
252
  msgid "Attachments order"
253
  msgstr ""
254
 
255
- #: gallery-plugin.php:746
256
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
257
  msgstr ""
258
 
259
- #: gallery-plugin.php:747
260
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
 
261
  msgstr ""
262
 
263
- #: gallery-plugin.php:751
264
  msgid "Display Return link"
265
  msgstr ""
266
 
267
- #: gallery-plugin.php:757
268
  msgid "Display Return link in shortcode"
269
  msgstr ""
270
 
271
- #: gallery-plugin.php:763
272
  msgid "Label for Return link"
273
  msgstr ""
274
 
275
- #: gallery-plugin.php:769
276
  msgid "Label for Read More link"
277
  msgstr ""
278
 
279
- #: gallery-plugin.php:777
280
  msgid "Save Changes"
281
  msgstr "Bewaar veranderingen"
282
 
283
- #: gallery-plugin.php:790
284
  msgid "FAQ"
285
  msgstr "FAQ"
286
 
287
- #: gallery-plugin.php:791
288
  msgid "Support"
289
  msgstr "Support"
290
 
291
- #: gallery-plugin.php:953
292
- #: template/gallery-single-template.php:60
293
  msgid "Sorry - nothing to found."
294
  msgstr "Helaas - niets gevonden"
295
 
296
- #: template/gallery-single-template.php:82
297
- msgid "Image "
298
  msgstr ""
299
 
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-10-05 17:40+0200\n"
6
+ "PO-Revision-Date: 2012-10-05 17:40+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Ronald <ronald@bhi.nl>\n"
9
+ "Language: nl_NL\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
 
 
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: gallery-plugin.php:103 gallery-plugin.php:740
19
+ msgid ""
20
+ "The following files \"gallery-template.php\" and \"gallery-single-template."
21
+ "php\" were not found in the directory of your theme. Please copy them from "
22
+ "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
23
+ "directory of your theme for the correct work of the Gallery plugin"
24
  msgstr ""
25
 
26
+ #: gallery-plugin.php:127 gallery-plugin.php:137
 
27
  msgid "Galleries"
28
  msgstr "Fotoalbum's"
29
 
30
+ #: gallery-plugin.php:128 gallery-plugin.php:630
 
31
  msgid "Gallery"
32
  msgstr "Fotoalbum"
33
 
34
+ #: gallery-plugin.php:129
35
  msgid "Add New"
36
  msgstr "Nieuw fotoalbum"
37
 
38
+ #: gallery-plugin.php:130
39
  msgid "Add New Gallery"
40
  msgstr "Nieuw fotoalbum"
41
 
42
+ #: gallery-plugin.php:131
43
  msgid "Edit Gallery"
44
  msgstr "Fotoalbum bewerken"
45
 
46
+ #: gallery-plugin.php:132
47
  msgid "New Gallery"
48
  msgstr "Nieuwe foto"
49
 
50
+ #: gallery-plugin.php:133
51
  msgid "View Gallery"
52
  msgstr "Foto bekijken"
53
 
54
+ #: gallery-plugin.php:134
55
  msgid "Search Galleries"
56
  msgstr "Zoeken"
57
 
58
+ #: gallery-plugin.php:135
59
  msgid "No Galleries found"
60
  msgstr "Niets gevonden"
61
 
62
+ #: gallery-plugin.php:192
63
  msgid "Upload File"
64
  msgstr "Foto's uploaden"
65
 
66
+ #: gallery-plugin.php:193
67
  #, fuzzy
68
  msgid "Gallery Shortcode"
69
  msgstr "Fotoalbum opties"
70
 
71
+ #: gallery-plugin.php:208
72
+ msgid ""
73
+ "The gallery temp directory (gallery-plugin/upload/files) not writeable by "
74
+ "your webserver. Please use the standard WP functional to upload the images "
75
+ "(media library)"
76
  msgstr ""
77
 
78
+ #: gallery-plugin.php:212
79
  #, fuzzy
80
  msgid "Choose an image to upload:"
81
  msgstr "Foto's uploaden: "
82
 
83
+ #: gallery-plugin.php:217
84
  msgid "Please enable JavaScript to use the file uploader."
85
  msgstr "Activeer JavaScript om foto's te kunnen uploaden."
86
 
87
+ #: gallery-plugin.php:224
88
+ msgid "Allow download link for images in this gallery"
89
+ msgstr ""
90
+
91
+ #: gallery-plugin.php:225
92
+ msgid ""
93
+ "Please use drag and drop function to change the order of the output of "
94
+ "images and do not forget to save post."
95
  msgstr ""
96
 
97
+ #: gallery-plugin.php:227
98
  msgid "Please do not forget to select "
99
  msgstr ""
100
 
101
+ #: gallery-plugin.php:227 gallery-plugin.php:791
 
102
  msgid "Attachments order by"
103
  msgstr ""
104
 
105
+ #: gallery-plugin.php:227
106
  msgid "attachments order"
107
  msgstr ""
108
 
109
+ #: gallery-plugin.php:227
110
  msgid "in the settings of the plugin (page "
111
  msgstr ""
112
 
113
+ #: gallery-plugin.php:289
114
+ msgid ""
115
+ "You can add the Single Gallery on the page or in the post by inserting this "
116
+ "shortcode in the content"
117
  msgstr ""
118
 
119
+ #: gallery-plugin.php:291
120
+ msgid ""
121
+ "If you want to take a brief display of the gallery with a link to a Single "
122
+ "Sallery Page"
123
  msgstr ""
124
 
125
+ #: gallery-plugin.php:448
126
  msgid "Title"
127
  msgstr "Titel"
128
 
129
+ #: gallery-plugin.php:449
130
  msgid "Author"
131
  msgstr "Auteur"
132
 
133
+ #: gallery-plugin.php:450
134
  msgid "Photo's"
135
  msgstr "Foto's"
136
 
137
+ #: gallery-plugin.php:451
138
  msgid "Public"
139
  msgstr "Gepubliceerd"
140
 
141
+ #: gallery-plugin.php:452
142
  msgid "Date"
143
  msgstr "Datum"
144
 
145
+ #: gallery-plugin.php:599
146
  msgid "Activated plugins"
147
  msgstr "Geactiveerde plugins"
148
 
149
+ #: gallery-plugin.php:601 gallery-plugin.php:609 gallery-plugin.php:617
 
 
150
  msgid "Read more"
151
  msgstr "Lees verder"
152
 
153
+ #: gallery-plugin.php:601 gallery-plugin.php:846 gallery-plugin.php:861
 
 
154
  msgid "Settings"
155
  msgstr "Instellingen"
156
 
157
+ #: gallery-plugin.php:607
158
  msgid "Installed plugins"
159
  msgstr "Geinstalleerde plugins"
160
 
161
+ #: gallery-plugin.php:615
162
  msgid "Recommended plugins"
163
  msgstr "Aanbevolen plugins"
164
 
165
+ #: gallery-plugin.php:617
166
  msgid "Download"
167
  msgstr "Download"
168
 
169
+ #: gallery-plugin.php:617
170
  #, php-format
171
  msgid "Install %s"
172
  msgstr "Install %s"
173
 
174
+ #: gallery-plugin.php:617
175
  msgid "Install now from wordpress.org"
176
  msgstr "Installeer nu vanaf wordpress.org"
177
 
178
+ #: gallery-plugin.php:619
179
+ msgid ""
180
+ "If you have any questions, please contact us via plugin@bestwebsoft.com or "
181
+ "fill in our contact form on our site"
182
+ msgstr ""
183
+ "Indien u nog vragen heeft, neem contact op via plugin@bestwebsoft.com of vul "
184
+ "het contactformulier in op onze website"
185
 
186
+ #: gallery-plugin.php:654
187
  msgid "See photo &raquo;"
188
  msgstr "Bekijk foto &raquo;"
189
 
190
+ #: gallery-plugin.php:733
191
  msgid "Options saved."
192
  msgstr "Opties opgeslagen"
193
 
194
+ #: gallery-plugin.php:747
195
  msgid "Gallery Options"
196
  msgstr "Fotoalbum opties"
197
 
198
+ #: gallery-plugin.php:750
199
+ msgid ""
200
+ "If you would like to add a Single Gallery to your page or post, just copy "
201
+ "and put this shortcode onto your post or page content:"
202
  msgstr ""
203
 
204
+ #: gallery-plugin.php:754
205
  msgid "The size of the cover album for gallery"
206
  msgstr "De afmetingen voor de cover van het album"
207
 
208
+ #: gallery-plugin.php:756 gallery-plugin.php:764
 
209
  msgid "Image size name"
210
  msgstr "Afbeelding grootte"
211
 
212
+ #: gallery-plugin.php:757 gallery-plugin.php:765
 
213
  msgid "Width (in px)"
214
  msgstr "Breedte (in px)"
215
 
216
+ #: gallery-plugin.php:758 gallery-plugin.php:766
 
217
  msgid "Height (in px)"
218
  msgstr "Hoogte (in px)"
219
 
220
+ #: gallery-plugin.php:762
221
  msgid "Size for gallery image"
222
  msgstr "Grootte voor album afbeelding"
223
 
224
+ #: gallery-plugin.php:770
225
+ msgid ""
226
+ "WordPress will create a copy of the post thumbnail with the specified "
227
+ "dimensions when you upload a new photo."
228
+ msgstr ""
229
+ "Wordpress zal een kopie maken van de thumbnail in de opgegeven afmetingen "
230
+ "als u een nieuwe foto upload."
231
 
232
+ #: gallery-plugin.php:773
233
  msgid "Count images in row"
234
  msgstr "Aantal afbeeldingen op een rij"
235
 
236
+ #: gallery-plugin.php:779
237
  msgid "Start slideshow"
238
  msgstr ""
239
 
240
+ #: gallery-plugin.php:785
241
  msgid "Slideshow interval"
242
  msgstr ""
243
 
244
+ #: gallery-plugin.php:793
245
  msgid "attachment id"
246
  msgstr ""
247
 
248
+ #: gallery-plugin.php:794
249
  msgid "attachment title"
250
  msgstr ""
251
 
252
+ #: gallery-plugin.php:795
253
  #, fuzzy
254
  msgid "date"
255
  msgstr "Datum"
256
 
257
+ #: gallery-plugin.php:796
258
+ msgid ""
259
+ "attachments order (the integer fields in the Insert / Upload Media Gallery "
260
+ "dialog )"
261
  msgstr ""
262
 
263
+ #: gallery-plugin.php:797
264
  msgid "random"
265
  msgstr ""
266
 
267
+ #: gallery-plugin.php:801
268
  msgid "Attachments order"
269
  msgstr ""
270
 
271
+ #: gallery-plugin.php:803
272
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
273
  msgstr ""
274
 
275
+ #: gallery-plugin.php:804
276
+ msgid ""
277
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
278
  msgstr ""
279
 
280
+ #: gallery-plugin.php:808
281
  msgid "Display Return link"
282
  msgstr ""
283
 
284
+ #: gallery-plugin.php:814
285
  msgid "Display Return link in shortcode"
286
  msgstr ""
287
 
288
+ #: gallery-plugin.php:820
289
  msgid "Label for Return link"
290
  msgstr ""
291
 
292
+ #: gallery-plugin.php:826
293
  msgid "Label for Read More link"
294
  msgstr ""
295
 
296
+ #: gallery-plugin.php:834
297
  msgid "Save Changes"
298
  msgstr "Bewaar veranderingen"
299
 
300
+ #: gallery-plugin.php:847
301
  msgid "FAQ"
302
  msgstr "FAQ"
303
 
304
+ #: gallery-plugin.php:848
305
  msgid "Support"
306
  msgstr "Support"
307
 
308
+ #: gallery-plugin.php:1011 template/gallery-single-template.php:61
 
309
  msgid "Sorry - nothing to found."
310
  msgstr "Helaas - niets gevonden"
311
 
312
+ #: gallery-plugin.php:1030 template/gallery-single-template.php:83
313
+ msgid "Download High resolution image"
314
  msgstr ""
315
 
316
+ #: template/gallery-single-template.php:83
317
+ msgid "Image "
318
+ msgstr ""
languages/gallery-pl_PL.mo CHANGED
File without changes
languages/gallery-pl_PL.po CHANGED
@@ -2,301 +2,322 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-07-27 14:57+0300\n"
6
- "PO-Revision-Date: 2012-07-27 14:58+0300\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: BWS <bestwebsoft.com>\n"
9
- "Language: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-Language: Polish\n"
16
- "X-Poedit-Country: POLAND\n"
17
  "X-Poedit-SourceCharset: utf-8\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: gallery-plugin.php:55
21
- #: gallery-plugin.php:683
22
- msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
 
 
 
23
  msgstr ""
24
 
25
- #: gallery-plugin.php:79
26
- #: gallery-plugin.php:89
27
  msgid "Galleries"
28
  msgstr "Galerie zdjęć"
29
 
30
- #: gallery-plugin.php:80
31
- #: gallery-plugin.php:576
32
  msgid "Gallery"
33
  msgstr "Galeria zdjęć"
34
 
35
- #: gallery-plugin.php:81
36
  msgid "Add New"
37
  msgstr "Dodaj nową"
38
 
39
- #: gallery-plugin.php:82
40
  msgid "Add New Gallery"
41
  msgstr "Dodaj nową galerię"
42
 
43
- #: gallery-plugin.php:83
44
  msgid "Edit Gallery"
45
  msgstr "Edytuj galerię"
46
 
47
- #: gallery-plugin.php:84
48
  msgid "New Gallery"
49
  msgstr "Nowa galeria"
50
 
51
- #: gallery-plugin.php:85
52
  msgid "View Gallery"
53
  msgstr "Zobacz galerię"
54
 
55
- #: gallery-plugin.php:86
56
  msgid "Search Galleries"
57
  msgstr "Szukaj galerii"
58
 
59
- #: gallery-plugin.php:87
60
  msgid "No Galleries found"
61
  msgstr "Nie znaleziono żadnej galerii"
62
 
63
- #: gallery-plugin.php:144
64
  msgid "Upload File"
65
  msgstr "Wgraj plik"
66
 
67
- #: gallery-plugin.php:145
68
  #, fuzzy
69
  msgid "Gallery Shortcode"
70
  msgstr "Opcje galerii."
71
 
72
- #: gallery-plugin.php:159
73
- msgid "The gallery temp directory (gallery-plugin/upload/files) not writeable by your webserver. Please use the standard WP functional to upload the images (media library)"
 
 
 
74
  msgstr ""
75
 
76
- #: gallery-plugin.php:163
77
  #, fuzzy
78
  msgid "Choose an image to upload:"
79
  msgstr "Wybierz zrzut ekrany do wgrania na serwer"
80
 
81
- #: gallery-plugin.php:168
82
  msgid "Please enable JavaScript to use the file uploader."
83
- msgstr "Proszę właczyć osbługę JavaScript by skorzystać z opcji wgrywania plików na serwer"
 
 
84
 
85
- #: gallery-plugin.php:175
86
- msgid "Please use drag and drop function to change the order of the output of images and do not forget to save post."
 
 
 
 
 
 
87
  msgstr ""
88
 
89
- #: gallery-plugin.php:177
90
  msgid "Please do not forget to select "
91
  msgstr ""
92
 
93
- #: gallery-plugin.php:177
94
- #: gallery-plugin.php:734
95
  msgid "Attachments order by"
96
  msgstr ""
97
 
98
- #: gallery-plugin.php:177
99
  msgid "attachments order"
100
  msgstr ""
101
 
102
- #: gallery-plugin.php:177
103
  msgid "in the settings of the plugin (page "
104
  msgstr ""
105
 
106
- #: gallery-plugin.php:239
107
- msgid "You can add the Single Gallery on the page or in the post by inserting this shortcode in the content"
 
 
108
  msgstr ""
109
 
110
- #: gallery-plugin.php:241
111
- msgid "If you want to take a brief display of the gallery with a link to a Single Sallery Page"
 
 
112
  msgstr ""
113
 
114
- #: gallery-plugin.php:394
115
  msgid "Title"
116
  msgstr "Tytuł"
117
 
118
- #: gallery-plugin.php:395
119
  msgid "Author"
120
  msgstr "Autor"
121
 
122
- #: gallery-plugin.php:396
123
  msgid "Photo's"
124
  msgstr "Zdjęcie"
125
 
126
- #: gallery-plugin.php:397
127
  msgid "Public"
128
  msgstr "Publiczne"
129
 
130
- #: gallery-plugin.php:398
131
  msgid "Date"
132
  msgstr "Data"
133
 
134
- #: gallery-plugin.php:545
135
  msgid "Activated plugins"
136
  msgstr "Aktywny plugin"
137
 
138
- #: gallery-plugin.php:547
139
- #: gallery-plugin.php:555
140
- #: gallery-plugin.php:563
141
  msgid "Read more"
142
  msgstr "Czytaj dalej"
143
 
144
- #: gallery-plugin.php:547
145
- #: gallery-plugin.php:789
146
- #: gallery-plugin.php:804
147
  msgid "Settings"
148
  msgstr "Ustawienia"
149
 
150
- #: gallery-plugin.php:553
151
  msgid "Installed plugins"
152
  msgstr "Zainstalowane pluginy"
153
 
154
- #: gallery-plugin.php:561
155
  msgid "Recommended plugins"
156
  msgstr "Rekomendowane pluginy"
157
 
158
- #: gallery-plugin.php:563
159
  msgid "Download"
160
  msgstr "Pobierz"
161
 
162
- #: gallery-plugin.php:563
163
  #, php-format
164
  msgid "Install %s"
165
  msgstr "Zainstaluj %s"
166
 
167
- #: gallery-plugin.php:563
168
  msgid "Install now from wordpress.org"
169
  msgstr "Zainstaluj teraz z wordpress.org"
170
 
171
- #: gallery-plugin.php:565
172
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
173
- msgstr "Jeśli masz jakiekolwiek pytania, proszę napisz do nas na adres plugin@bestwebsoft.com albo wypełnij formularz kontaktowy na naszej stronie."
 
 
 
 
174
 
175
- #: gallery-plugin.php:597
176
  msgid "See photo &raquo;"
177
  msgstr "Zobacz zdjęcia &raquo;"
178
 
179
- #: gallery-plugin.php:676
180
  msgid "Options saved."
181
  msgstr "Opcje zostały zapisane."
182
 
183
- #: gallery-plugin.php:690
184
  msgid "Gallery Options"
185
  msgstr "Opcje galerii."
186
 
187
- #: gallery-plugin.php:693
188
- msgid "If you would like to add a Single Gallery to your page or post, just copy and put this shortcode onto your post or page content:"
 
 
189
  msgstr ""
190
 
191
- #: gallery-plugin.php:697
192
  msgid "The size of the cover album for gallery"
193
  msgstr "Rozmiar okładki albumu"
194
 
195
- #: gallery-plugin.php:699
196
- #: gallery-plugin.php:707
197
  msgid "Image size name"
198
  msgstr "Nazwa rozmiaru obrazka"
199
 
200
- #: gallery-plugin.php:700
201
- #: gallery-plugin.php:708
202
  msgid "Width (in px)"
203
  msgstr "Szerokość (w px)"
204
 
205
- #: gallery-plugin.php:701
206
- #: gallery-plugin.php:709
207
  msgid "Height (in px)"
208
  msgstr "Wysokość (w px)"
209
 
210
- #: gallery-plugin.php:705
211
  msgid "Size for gallery image"
212
  msgstr "Rozmiar dla obrazka w galerii"
213
 
214
- #: gallery-plugin.php:713
215
- msgid "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
216
- msgstr "WordPress stworzy kopię miniaturki notki według podanych rozmiarów podczas wgrywania nowego zdjęcia na serwer."
 
 
 
 
217
 
218
- #: gallery-plugin.php:716
219
  msgid "Count images in row"
220
  msgstr "Ilość obrazków w rzędzie"
221
 
222
- #: gallery-plugin.php:722
223
  msgid "Start slideshow"
224
  msgstr ""
225
 
226
- #: gallery-plugin.php:728
227
  msgid "Slideshow interval"
228
  msgstr ""
229
 
230
- #: gallery-plugin.php:736
231
  msgid "attachment id"
232
  msgstr ""
233
 
234
- #: gallery-plugin.php:737
235
  msgid "attachment title"
236
  msgstr ""
237
 
238
- #: gallery-plugin.php:738
239
  #, fuzzy
240
  msgid "date"
241
  msgstr "Data"
242
 
243
- #: gallery-plugin.php:739
244
- msgid "attachments order (the integer fields in the Insert / Upload Media Gallery dialog )"
 
 
245
  msgstr ""
246
 
247
- #: gallery-plugin.php:740
248
  msgid "random"
249
  msgstr ""
250
 
251
- #: gallery-plugin.php:744
252
  msgid "Attachments order"
253
  msgstr ""
254
 
255
- #: gallery-plugin.php:746
256
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
257
  msgstr ""
258
 
259
- #: gallery-plugin.php:747
260
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
 
261
  msgstr ""
262
 
263
- #: gallery-plugin.php:751
264
  msgid "Display Return link"
265
  msgstr ""
266
 
267
- #: gallery-plugin.php:757
268
  msgid "Display Return link in shortcode"
269
  msgstr ""
270
 
271
- #: gallery-plugin.php:763
272
  msgid "Label for Return link"
273
  msgstr ""
274
 
275
- #: gallery-plugin.php:769
276
  msgid "Label for Read More link"
277
  msgstr ""
278
 
279
- #: gallery-plugin.php:777
280
  msgid "Save Changes"
281
  msgstr "Zapisz zmiany"
282
 
283
- #: gallery-plugin.php:790
284
  msgid "FAQ"
285
  msgstr "FAQ "
286
 
287
- #: gallery-plugin.php:791
288
  msgid "Support"
289
  msgstr "Wsparcie"
290
 
291
- #: gallery-plugin.php:953
292
- #: template/gallery-single-template.php:60
293
  msgid "Sorry - nothing to found."
294
  msgstr "Przykro nam - nic nie znaleziono."
295
 
296
- #: template/gallery-single-template.php:82
 
 
 
 
297
  msgid "Image "
298
  msgstr ""
299
 
300
  #~ msgid "Size for gallery album cover"
301
  #~ msgstr "Размер для "
302
-
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-10-05 17:40+0200\n"
6
+ "PO-Revision-Date: 2012-10-05 17:40+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: BWS <bestwebsoft.com>\n"
9
+ "Language: pl_PL\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
 
 
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: gallery-plugin.php:103 gallery-plugin.php:740
19
+ msgid ""
20
+ "The following files \"gallery-template.php\" and \"gallery-single-template."
21
+ "php\" were not found in the directory of your theme. Please copy them from "
22
+ "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
23
+ "directory of your theme for the correct work of the Gallery plugin"
24
  msgstr ""
25
 
26
+ #: gallery-plugin.php:127 gallery-plugin.php:137
 
27
  msgid "Galleries"
28
  msgstr "Galerie zdjęć"
29
 
30
+ #: gallery-plugin.php:128 gallery-plugin.php:630
 
31
  msgid "Gallery"
32
  msgstr "Galeria zdjęć"
33
 
34
+ #: gallery-plugin.php:129
35
  msgid "Add New"
36
  msgstr "Dodaj nową"
37
 
38
+ #: gallery-plugin.php:130
39
  msgid "Add New Gallery"
40
  msgstr "Dodaj nową galerię"
41
 
42
+ #: gallery-plugin.php:131
43
  msgid "Edit Gallery"
44
  msgstr "Edytuj galerię"
45
 
46
+ #: gallery-plugin.php:132
47
  msgid "New Gallery"
48
  msgstr "Nowa galeria"
49
 
50
+ #: gallery-plugin.php:133
51
  msgid "View Gallery"
52
  msgstr "Zobacz galerię"
53
 
54
+ #: gallery-plugin.php:134
55
  msgid "Search Galleries"
56
  msgstr "Szukaj galerii"
57
 
58
+ #: gallery-plugin.php:135
59
  msgid "No Galleries found"
60
  msgstr "Nie znaleziono żadnej galerii"
61
 
62
+ #: gallery-plugin.php:192
63
  msgid "Upload File"
64
  msgstr "Wgraj plik"
65
 
66
+ #: gallery-plugin.php:193
67
  #, fuzzy
68
  msgid "Gallery Shortcode"
69
  msgstr "Opcje galerii."
70
 
71
+ #: gallery-plugin.php:208
72
+ msgid ""
73
+ "The gallery temp directory (gallery-plugin/upload/files) not writeable by "
74
+ "your webserver. Please use the standard WP functional to upload the images "
75
+ "(media library)"
76
  msgstr ""
77
 
78
+ #: gallery-plugin.php:212
79
  #, fuzzy
80
  msgid "Choose an image to upload:"
81
  msgstr "Wybierz zrzut ekrany do wgrania na serwer"
82
 
83
+ #: gallery-plugin.php:217
84
  msgid "Please enable JavaScript to use the file uploader."
85
+ msgstr ""
86
+ "Proszę właczyć osbługę JavaScript by skorzystać z opcji wgrywania plików na "
87
+ "serwer"
88
 
89
+ #: gallery-plugin.php:224
90
+ msgid "Allow download link for images in this gallery"
91
+ msgstr ""
92
+
93
+ #: gallery-plugin.php:225
94
+ msgid ""
95
+ "Please use drag and drop function to change the order of the output of "
96
+ "images and do not forget to save post."
97
  msgstr ""
98
 
99
+ #: gallery-plugin.php:227
100
  msgid "Please do not forget to select "
101
  msgstr ""
102
 
103
+ #: gallery-plugin.php:227 gallery-plugin.php:791
 
104
  msgid "Attachments order by"
105
  msgstr ""
106
 
107
+ #: gallery-plugin.php:227
108
  msgid "attachments order"
109
  msgstr ""
110
 
111
+ #: gallery-plugin.php:227
112
  msgid "in the settings of the plugin (page "
113
  msgstr ""
114
 
115
+ #: gallery-plugin.php:289
116
+ msgid ""
117
+ "You can add the Single Gallery on the page or in the post by inserting this "
118
+ "shortcode in the content"
119
  msgstr ""
120
 
121
+ #: gallery-plugin.php:291
122
+ msgid ""
123
+ "If you want to take a brief display of the gallery with a link to a Single "
124
+ "Sallery Page"
125
  msgstr ""
126
 
127
+ #: gallery-plugin.php:448
128
  msgid "Title"
129
  msgstr "Tytuł"
130
 
131
+ #: gallery-plugin.php:449
132
  msgid "Author"
133
  msgstr "Autor"
134
 
135
+ #: gallery-plugin.php:450
136
  msgid "Photo's"
137
  msgstr "Zdjęcie"
138
 
139
+ #: gallery-plugin.php:451
140
  msgid "Public"
141
  msgstr "Publiczne"
142
 
143
+ #: gallery-plugin.php:452
144
  msgid "Date"
145
  msgstr "Data"
146
 
147
+ #: gallery-plugin.php:599
148
  msgid "Activated plugins"
149
  msgstr "Aktywny plugin"
150
 
151
+ #: gallery-plugin.php:601 gallery-plugin.php:609 gallery-plugin.php:617
 
 
152
  msgid "Read more"
153
  msgstr "Czytaj dalej"
154
 
155
+ #: gallery-plugin.php:601 gallery-plugin.php:846 gallery-plugin.php:861
 
 
156
  msgid "Settings"
157
  msgstr "Ustawienia"
158
 
159
+ #: gallery-plugin.php:607
160
  msgid "Installed plugins"
161
  msgstr "Zainstalowane pluginy"
162
 
163
+ #: gallery-plugin.php:615
164
  msgid "Recommended plugins"
165
  msgstr "Rekomendowane pluginy"
166
 
167
+ #: gallery-plugin.php:617
168
  msgid "Download"
169
  msgstr "Pobierz"
170
 
171
+ #: gallery-plugin.php:617
172
  #, php-format
173
  msgid "Install %s"
174
  msgstr "Zainstaluj %s"
175
 
176
+ #: gallery-plugin.php:617
177
  msgid "Install now from wordpress.org"
178
  msgstr "Zainstaluj teraz z wordpress.org"
179
 
180
+ #: gallery-plugin.php:619
181
+ msgid ""
182
+ "If you have any questions, please contact us via plugin@bestwebsoft.com or "
183
+ "fill in our contact form on our site"
184
+ msgstr ""
185
+ "Jeśli masz jakiekolwiek pytania, proszę napisz do nas na adres "
186
+ "plugin@bestwebsoft.com albo wypełnij formularz kontaktowy na naszej stronie."
187
 
188
+ #: gallery-plugin.php:654
189
  msgid "See photo &raquo;"
190
  msgstr "Zobacz zdjęcia &raquo;"
191
 
192
+ #: gallery-plugin.php:733
193
  msgid "Options saved."
194
  msgstr "Opcje zostały zapisane."
195
 
196
+ #: gallery-plugin.php:747
197
  msgid "Gallery Options"
198
  msgstr "Opcje galerii."
199
 
200
+ #: gallery-plugin.php:750
201
+ msgid ""
202
+ "If you would like to add a Single Gallery to your page or post, just copy "
203
+ "and put this shortcode onto your post or page content:"
204
  msgstr ""
205
 
206
+ #: gallery-plugin.php:754
207
  msgid "The size of the cover album for gallery"
208
  msgstr "Rozmiar okładki albumu"
209
 
210
+ #: gallery-plugin.php:756 gallery-plugin.php:764
 
211
  msgid "Image size name"
212
  msgstr "Nazwa rozmiaru obrazka"
213
 
214
+ #: gallery-plugin.php:757 gallery-plugin.php:765
 
215
  msgid "Width (in px)"
216
  msgstr "Szerokość (w px)"
217
 
218
+ #: gallery-plugin.php:758 gallery-plugin.php:766
 
219
  msgid "Height (in px)"
220
  msgstr "Wysokość (w px)"
221
 
222
+ #: gallery-plugin.php:762
223
  msgid "Size for gallery image"
224
  msgstr "Rozmiar dla obrazka w galerii"
225
 
226
+ #: gallery-plugin.php:770
227
+ msgid ""
228
+ "WordPress will create a copy of the post thumbnail with the specified "
229
+ "dimensions when you upload a new photo."
230
+ msgstr ""
231
+ "WordPress stworzy kopię miniaturki notki według podanych rozmiarów podczas "
232
+ "wgrywania nowego zdjęcia na serwer."
233
 
234
+ #: gallery-plugin.php:773
235
  msgid "Count images in row"
236
  msgstr "Ilość obrazków w rzędzie"
237
 
238
+ #: gallery-plugin.php:779
239
  msgid "Start slideshow"
240
  msgstr ""
241
 
242
+ #: gallery-plugin.php:785
243
  msgid "Slideshow interval"
244
  msgstr ""
245
 
246
+ #: gallery-plugin.php:793
247
  msgid "attachment id"
248
  msgstr ""
249
 
250
+ #: gallery-plugin.php:794
251
  msgid "attachment title"
252
  msgstr ""
253
 
254
+ #: gallery-plugin.php:795
255
  #, fuzzy
256
  msgid "date"
257
  msgstr "Data"
258
 
259
+ #: gallery-plugin.php:796
260
+ msgid ""
261
+ "attachments order (the integer fields in the Insert / Upload Media Gallery "
262
+ "dialog )"
263
  msgstr ""
264
 
265
+ #: gallery-plugin.php:797
266
  msgid "random"
267
  msgstr ""
268
 
269
+ #: gallery-plugin.php:801
270
  msgid "Attachments order"
271
  msgstr ""
272
 
273
+ #: gallery-plugin.php:803
274
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
275
  msgstr ""
276
 
277
+ #: gallery-plugin.php:804
278
+ msgid ""
279
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
280
  msgstr ""
281
 
282
+ #: gallery-plugin.php:808
283
  msgid "Display Return link"
284
  msgstr ""
285
 
286
+ #: gallery-plugin.php:814
287
  msgid "Display Return link in shortcode"
288
  msgstr ""
289
 
290
+ #: gallery-plugin.php:820
291
  msgid "Label for Return link"
292
  msgstr ""
293
 
294
+ #: gallery-plugin.php:826
295
  msgid "Label for Read More link"
296
  msgstr ""
297
 
298
+ #: gallery-plugin.php:834
299
  msgid "Save Changes"
300
  msgstr "Zapisz zmiany"
301
 
302
+ #: gallery-plugin.php:847
303
  msgid "FAQ"
304
  msgstr "FAQ "
305
 
306
+ #: gallery-plugin.php:848
307
  msgid "Support"
308
  msgstr "Wsparcie"
309
 
310
+ #: gallery-plugin.php:1011 template/gallery-single-template.php:61
 
311
  msgid "Sorry - nothing to found."
312
  msgstr "Przykro nam - nic nie znaleziono."
313
 
314
+ #: gallery-plugin.php:1030 template/gallery-single-template.php:83
315
+ msgid "Download High resolution image"
316
+ msgstr ""
317
+
318
+ #: template/gallery-single-template.php:83
319
  msgid "Image "
320
  msgstr ""
321
 
322
  #~ msgid "Size for gallery album cover"
323
  #~ msgstr "Размер для "
 
languages/gallery-pt_BR.mo CHANGED
File without changes
languages/gallery-pt_BR.po CHANGED
@@ -2,359 +2,396 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Gallery Plugin v3.2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-07-27 14:58+0300\n"
6
- "PO-Revision-Date: 2012-07-27 14:58+0300\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: DJIO | www.djio.com.br <wordpress@djio.com.br>\n"
9
- "Language: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
- "X-Poedit-Language: Portuguese\n"
15
- "X-Poedit-Country: BRAZIL\n"
16
  "X-Poedit-SourceCharset: utf-8\n"
17
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
 
18
  "X-Poedit-Basepath: ../\n"
19
  "X-Textdomain-Support: yes\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
  # @ gallery
23
- #: gallery-plugin.php:55
24
- #: gallery-plugin.php:683
25
- msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
26
- msgstr "Os seguintes arquivos \"gallery-template.php\" e \"gallery-single-template.php\" não foram encontrados no diretório do seu tema. Por favor, copie-os a partir do diretório `/wp-content/plugins/gallery-plugin/template/` para o diretório do seu tema para que o plugin Galeria funcione corretamente"
 
 
 
 
 
 
 
27
 
28
  # @ gallery
29
- #: gallery-plugin.php:79
30
- #: gallery-plugin.php:89
31
  msgid "Galleries"
32
  msgstr "Galerias"
33
 
34
  # @ gallery
35
- #: gallery-plugin.php:80
36
- #: gallery-plugin.php:576
37
  msgid "Gallery"
38
  msgstr "Galeria"
39
 
40
  # @ gallery
41
- #: gallery-plugin.php:81
42
  msgid "Add New"
43
  msgstr "Adicionar Nova"
44
 
45
  # @ gallery
46
- #: gallery-plugin.php:82
47
  msgid "Add New Gallery"
48
  msgstr "Adicionar Nova Galeria"
49
 
50
  # @ gallery
51
- #: gallery-plugin.php:83
52
  msgid "Edit Gallery"
53
  msgstr "Editar Galeria"
54
 
55
  # @ gallery
56
- #: gallery-plugin.php:84
57
  msgid "New Gallery"
58
  msgstr "Nova Galeria"
59
 
60
  # @ gallery
61
- #: gallery-plugin.php:85
62
  msgid "View Gallery"
63
  msgstr "Ver Galeria"
64
 
65
  # @ gallery
66
- #: gallery-plugin.php:86
67
  msgid "Search Galleries"
68
  msgstr "Pesquisar Galerias"
69
 
70
  # @ gallery
71
- #: gallery-plugin.php:87
72
  msgid "No Galleries found"
73
  msgstr "Nenhuma Galeria Encontrada"
74
 
75
  # @ gallery
76
- #: gallery-plugin.php:144
77
  msgid "Upload File"
78
  msgstr "Enviar Arquivo"
79
 
80
  # @ gallery
81
- #: gallery-plugin.php:145
82
  msgid "Gallery Shortcode"
83
  msgstr "Shortcode da Galeria"
84
 
85
  # @ gallery
86
- #: gallery-plugin.php:159
87
- msgid "The gallery temp directory (gallery-plugin/upload/files) not writeable by your webserver. Please use the standard WP functional to upload the images (media library)"
88
- msgstr "O diretório temporário da Galeria (gallery-plugin/upload/files) não pode ser gravado pelo seu servidor web. Por favor, use o diretório padrão de imagens do WP (media library)"
 
 
 
 
 
 
89
 
90
  # @ gallery
91
- #: gallery-plugin.php:163
92
  msgid "Choose an image to upload:"
93
  msgstr "Escolha uma imagem para enviar:"
94
 
95
  # @ gallery
96
- #: gallery-plugin.php:168
97
  msgid "Please enable JavaScript to use the file uploader."
98
  msgstr "Favor havilitar o Javascript para usar o envio de arquivos."
99
 
100
- #: gallery-plugin.php:175
101
- msgid "Please use drag and drop function to change the order of the output of images and do not forget to save post."
 
 
 
 
 
 
102
  msgstr ""
103
 
104
- #: gallery-plugin.php:177
105
  msgid "Please do not forget to select "
106
  msgstr ""
107
 
108
  # @ gallery
109
- #: gallery-plugin.php:177
110
- #: gallery-plugin.php:734
111
  msgid "Attachments order by"
112
  msgstr "Ordem dos anexos por"
113
 
114
  # @ gallery
115
- #: gallery-plugin.php:177
116
  msgid "attachments order"
117
  msgstr ""
118
 
119
- #: gallery-plugin.php:177
120
  msgid "in the settings of the plugin (page "
121
  msgstr ""
122
 
123
  # @ gallery
124
- #: gallery-plugin.php:239
125
- msgid "You can add the Single Gallery on the page or in the post by inserting this shortcode in the content"
126
- msgstr "Você pode adicionar a Galeria Única na página ou post inserindo este shortcode no conteúdo"
 
 
 
 
127
 
128
- #: gallery-plugin.php:241
129
- msgid "If you want to take a brief display of the gallery with a link to a Single Sallery Page"
 
 
130
  msgstr ""
131
 
132
  # @ gallery
133
- #: gallery-plugin.php:394
134
  msgid "Title"
135
  msgstr "Título"
136
 
137
  # @ gallery
138
- #: gallery-plugin.php:395
139
  msgid "Author"
140
  msgstr "Autor"
141
 
142
  # @ gallery
143
- #: gallery-plugin.php:396
144
  msgid "Photo's"
145
  msgstr "Fotos"
146
 
147
  # @ gallery
148
- #: gallery-plugin.php:397
149
  msgid "Public"
150
  msgstr "Público"
151
 
152
  # @ gallery
153
- #: gallery-plugin.php:398
154
  msgid "Date"
155
  msgstr "Data"
156
 
157
  # @ gallery
158
- #: gallery-plugin.php:545
159
  msgid "Activated plugins"
160
  msgstr "Plugins ativados"
161
 
162
  # @ gallery
163
- #: gallery-plugin.php:547
164
- #: gallery-plugin.php:555
165
- #: gallery-plugin.php:563
166
  msgid "Read more"
167
  msgstr "Leia mais"
168
 
169
  # @ gallery
170
- #: gallery-plugin.php:547
171
- #: gallery-plugin.php:789
172
- #: gallery-plugin.php:804
173
  msgid "Settings"
174
  msgstr "Configurações"
175
 
176
  # @ gallery
177
- #: gallery-plugin.php:553
178
  msgid "Installed plugins"
179
  msgstr "Plugins instalados"
180
 
181
  # @ gallery
182
- #: gallery-plugin.php:561
183
  msgid "Recommended plugins"
184
  msgstr "Plugins recomendados"
185
 
186
  # @ gallery
187
- #: gallery-plugin.php:563
188
  msgid "Download"
189
  msgstr "Download"
190
 
191
  # @ default
192
- #: gallery-plugin.php:563
193
  #, php-format
194
  msgid "Install %s"
195
  msgstr "Instalar %s"
196
 
197
  # @ gallery
198
- #: gallery-plugin.php:563
199
  msgid "Install now from wordpress.org"
200
  msgstr "Instale agora via wordpres.org"
201
 
202
  # @ gallery
203
- #: gallery-plugin.php:565
204
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
205
- msgstr "Se você tiver dúvidas, favor entrar em contato com plugin@bestwebsoft.com ou preencha o formulário de contar em nosso website."
 
 
 
 
206
 
207
  # @ gallery
208
- #: gallery-plugin.php:597
209
  msgid "See photo &raquo;"
210
  msgstr "Ver foto &raquo;"
211
 
212
  # @ gallery
213
- #: gallery-plugin.php:676
214
  msgid "Options saved."
215
  msgstr "Opções salvas."
216
 
217
  # @ gallery
218
- #: gallery-plugin.php:690
219
  msgid "Gallery Options"
220
  msgstr "Opções da Galeria"
221
 
222
  # @ gallery
223
- #: gallery-plugin.php:693
224
- msgid "If you would like to add a Single Gallery to your page or post, just copy and put this shortcode onto your post or page content:"
225
- msgstr "Se você quiser adicionar uma Galeria Única em sua página ou post, basta copiar e colocar este shortcode no conteúde de sua página ou post:"
 
 
 
 
226
 
227
  # @ gallery
228
- #: gallery-plugin.php:697
229
  msgid "The size of the cover album for gallery"
230
  msgstr "Tamanho da imagem de capa do álbum para as galerias"
231
 
232
  # @ gallery
233
- #: gallery-plugin.php:699
234
- #: gallery-plugin.php:707
235
  msgid "Image size name"
236
  msgstr "Nome do tamanho"
237
 
238
  # @ gallery
239
- #: gallery-plugin.php:700
240
- #: gallery-plugin.php:708
241
  msgid "Width (in px)"
242
  msgstr "Largura (em px)"
243
 
244
  # @ gallery
245
- #: gallery-plugin.php:701
246
- #: gallery-plugin.php:709
247
  msgid "Height (in px)"
248
  msgstr "Altura (em px)"
249
 
250
  # @ gallery
251
- #: gallery-plugin.php:705
252
  msgid "Size for gallery image"
253
  msgstr "Tamanho da imagem da galeria"
254
 
255
  # @ gallery
256
- #: gallery-plugin.php:713
257
- msgid "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
258
- msgstr "WordPress irá criar uma cópia da imagem destacada com os tamanhos especificados quando você enviar uma nova foto."
 
 
 
 
259
 
260
  # @ gallery
261
- #: gallery-plugin.php:716
262
  msgid "Count images in row"
263
  msgstr "Quantidade de imagens por linha"
264
 
265
  # @ gallery
266
- #: gallery-plugin.php:722
267
  msgid "Start slideshow"
268
  msgstr "Iniciar Apresentação de Slides"
269
 
270
  # @ gallery
271
- #: gallery-plugin.php:728
272
  msgid "Slideshow interval"
273
  msgstr "Intervalo de tempo entre cada Slide"
274
 
275
  # @ gallery
276
- #: gallery-plugin.php:736
277
  msgid "attachment id"
278
  msgstr "id do anexo"
279
 
280
  # @ gallery
281
- #: gallery-plugin.php:737
282
  msgid "attachment title"
283
  msgstr "título do anexo"
284
 
285
  # @ gallery
286
- #: gallery-plugin.php:738
287
  msgid "date"
288
  msgstr "data"
289
 
290
  # @ gallery
291
- #: gallery-plugin.php:739
292
- msgid "attachments order (the integer fields in the Insert / Upload Media Gallery dialog )"
293
- msgstr "ordem de anexos (os campos com número inteiro na caixa de diálogo Inserir / Upload na Galeria de Mídia)"
 
 
 
 
294
 
295
  # @ gallery
296
- #: gallery-plugin.php:740
297
  msgid "random"
298
  msgstr "aleatório"
299
 
300
  # @ gallery
301
- #: gallery-plugin.php:744
302
  msgid "Attachments order"
303
  msgstr "ordem dos Anexos"
304
 
305
  # @ gallery
306
- #: gallery-plugin.php:746
307
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
308
- msgstr "ASC (ordem crescente dos valores mais baixos para os mais altos - 1, 2, 3; a, b, c)"
 
 
309
 
310
  # @ gallery
311
- #: gallery-plugin.php:747
312
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
313
- msgstr "DESC (ordem decrescente dos valores mais altos para os mais baixos - 3, 2, 1; c, b, a)"
 
 
 
314
 
315
  # @ gallery
316
- #: gallery-plugin.php:751
317
  msgid "Display Return link"
318
  msgstr "Mostrar link de Retorno"
319
 
320
  # @ gallery
321
- #: gallery-plugin.php:757
322
  msgid "Display Return link in shortcode"
323
  msgstr "Mostrar link de Retorno no shortcode"
324
 
325
  # @ gallery
326
- #: gallery-plugin.php:763
327
  msgid "Label for Return link"
328
  msgstr "Etiqueta para o link de Retorno"
329
 
330
  # @ gallery
331
- #: gallery-plugin.php:769
332
  msgid "Label for Read More link"
333
  msgstr ""
334
 
335
  # @ default
336
- #: gallery-plugin.php:777
337
  msgid "Save Changes"
338
  msgstr "Salvar Alterações"
339
 
340
  # @ gallery
341
- #: gallery-plugin.php:790
342
  msgid "FAQ"
343
  msgstr "FAQ"
344
 
345
  # @ gallery
346
- #: gallery-plugin.php:791
347
  msgid "Support"
348
  msgstr "Suporte"
349
 
350
  # @ gallery
351
- #: gallery-plugin.php:953
352
- #: template/gallery-single-template.php:60
353
  msgid "Sorry - nothing to found."
354
  msgstr "Desculpe - nada foi encontrado."
355
 
 
 
 
 
356
  # @ gallery
357
- #: template/gallery-single-template.php:82
358
  msgid "Image "
359
  msgstr "Imagem "
360
-
2
  msgstr ""
3
  "Project-Id-Version: Gallery Plugin v3.2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-10-05 17:40+0200\n"
6
+ "PO-Revision-Date: 2012-10-05 17:40+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: DJIO | www.djio.com.br <wordpress@djio.com.br>\n"
9
+ "Language: pt_BR\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 
14
  "X-Poedit-SourceCharset: utf-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
  "X-Poedit-Basepath: ../\n"
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ gallery
22
+ #: gallery-plugin.php:103 gallery-plugin.php:740
23
+ msgid ""
24
+ "The following files \"gallery-template.php\" and \"gallery-single-template."
25
+ "php\" were not found in the directory of your theme. Please copy them from "
26
+ "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
27
+ "directory of your theme for the correct work of the Gallery plugin"
28
+ msgstr ""
29
+ "Os seguintes arquivos \"gallery-template.php\" e \"gallery-single-template."
30
+ "php\" não foram encontrados no diretório do seu tema. Por favor, copie-os a "
31
+ "partir do diretório `/wp-content/plugins/gallery-plugin/template/` para o "
32
+ "diretório do seu tema para que o plugin Galeria funcione corretamente"
33
 
34
  # @ gallery
35
+ #: gallery-plugin.php:127 gallery-plugin.php:137
 
36
  msgid "Galleries"
37
  msgstr "Galerias"
38
 
39
  # @ gallery
40
+ #: gallery-plugin.php:128 gallery-plugin.php:630
 
41
  msgid "Gallery"
42
  msgstr "Galeria"
43
 
44
  # @ gallery
45
+ #: gallery-plugin.php:129
46
  msgid "Add New"
47
  msgstr "Adicionar Nova"
48
 
49
  # @ gallery
50
+ #: gallery-plugin.php:130
51
  msgid "Add New Gallery"
52
  msgstr "Adicionar Nova Galeria"
53
 
54
  # @ gallery
55
+ #: gallery-plugin.php:131
56
  msgid "Edit Gallery"
57
  msgstr "Editar Galeria"
58
 
59
  # @ gallery
60
+ #: gallery-plugin.php:132
61
  msgid "New Gallery"
62
  msgstr "Nova Galeria"
63
 
64
  # @ gallery
65
+ #: gallery-plugin.php:133
66
  msgid "View Gallery"
67
  msgstr "Ver Galeria"
68
 
69
  # @ gallery
70
+ #: gallery-plugin.php:134
71
  msgid "Search Galleries"
72
  msgstr "Pesquisar Galerias"
73
 
74
  # @ gallery
75
+ #: gallery-plugin.php:135
76
  msgid "No Galleries found"
77
  msgstr "Nenhuma Galeria Encontrada"
78
 
79
  # @ gallery
80
+ #: gallery-plugin.php:192
81
  msgid "Upload File"
82
  msgstr "Enviar Arquivo"
83
 
84
  # @ gallery
85
+ #: gallery-plugin.php:193
86
  msgid "Gallery Shortcode"
87
  msgstr "Shortcode da Galeria"
88
 
89
  # @ gallery
90
+ #: gallery-plugin.php:208
91
+ msgid ""
92
+ "The gallery temp directory (gallery-plugin/upload/files) not writeable by "
93
+ "your webserver. Please use the standard WP functional to upload the images "
94
+ "(media library)"
95
+ msgstr ""
96
+ "O diretório temporário da Galeria (gallery-plugin/upload/files) não pode ser "
97
+ "gravado pelo seu servidor web. Por favor, use o diretório padrão de imagens "
98
+ "do WP (media library)"
99
 
100
  # @ gallery
101
+ #: gallery-plugin.php:212
102
  msgid "Choose an image to upload:"
103
  msgstr "Escolha uma imagem para enviar:"
104
 
105
  # @ gallery
106
+ #: gallery-plugin.php:217
107
  msgid "Please enable JavaScript to use the file uploader."
108
  msgstr "Favor havilitar o Javascript para usar o envio de arquivos."
109
 
110
+ #: gallery-plugin.php:224
111
+ msgid "Allow download link for images in this gallery"
112
+ msgstr ""
113
+
114
+ #: gallery-plugin.php:225
115
+ msgid ""
116
+ "Please use drag and drop function to change the order of the output of "
117
+ "images and do not forget to save post."
118
  msgstr ""
119
 
120
+ #: gallery-plugin.php:227
121
  msgid "Please do not forget to select "
122
  msgstr ""
123
 
124
  # @ gallery
125
+ #: gallery-plugin.php:227 gallery-plugin.php:791
 
126
  msgid "Attachments order by"
127
  msgstr "Ordem dos anexos por"
128
 
129
  # @ gallery
130
+ #: gallery-plugin.php:227
131
  msgid "attachments order"
132
  msgstr ""
133
 
134
+ #: gallery-plugin.php:227
135
  msgid "in the settings of the plugin (page "
136
  msgstr ""
137
 
138
  # @ gallery
139
+ #: gallery-plugin.php:289
140
+ msgid ""
141
+ "You can add the Single Gallery on the page or in the post by inserting this "
142
+ "shortcode in the content"
143
+ msgstr ""
144
+ "Você pode adicionar a Galeria Única na página ou post inserindo este "
145
+ "shortcode no conteúdo"
146
 
147
+ #: gallery-plugin.php:291
148
+ msgid ""
149
+ "If you want to take a brief display of the gallery with a link to a Single "
150
+ "Sallery Page"
151
  msgstr ""
152
 
153
  # @ gallery
154
+ #: gallery-plugin.php:448
155
  msgid "Title"
156
  msgstr "Título"
157
 
158
  # @ gallery
159
+ #: gallery-plugin.php:449
160
  msgid "Author"
161
  msgstr "Autor"
162
 
163
  # @ gallery
164
+ #: gallery-plugin.php:450
165
  msgid "Photo's"
166
  msgstr "Fotos"
167
 
168
  # @ gallery
169
+ #: gallery-plugin.php:451
170
  msgid "Public"
171
  msgstr "Público"
172
 
173
  # @ gallery
174
+ #: gallery-plugin.php:452
175
  msgid "Date"
176
  msgstr "Data"
177
 
178
  # @ gallery
179
+ #: gallery-plugin.php:599
180
  msgid "Activated plugins"
181
  msgstr "Plugins ativados"
182
 
183
  # @ gallery
184
+ #: gallery-plugin.php:601 gallery-plugin.php:609 gallery-plugin.php:617
 
 
185
  msgid "Read more"
186
  msgstr "Leia mais"
187
 
188
  # @ gallery
189
+ #: gallery-plugin.php:601 gallery-plugin.php:846 gallery-plugin.php:861
 
 
190
  msgid "Settings"
191
  msgstr "Configurações"
192
 
193
  # @ gallery
194
+ #: gallery-plugin.php:607
195
  msgid "Installed plugins"
196
  msgstr "Plugins instalados"
197
 
198
  # @ gallery
199
+ #: gallery-plugin.php:615
200
  msgid "Recommended plugins"
201
  msgstr "Plugins recomendados"
202
 
203
  # @ gallery
204
+ #: gallery-plugin.php:617
205
  msgid "Download"
206
  msgstr "Download"
207
 
208
  # @ default
209
+ #: gallery-plugin.php:617
210
  #, php-format
211
  msgid "Install %s"
212
  msgstr "Instalar %s"
213
 
214
  # @ gallery
215
+ #: gallery-plugin.php:617
216
  msgid "Install now from wordpress.org"
217
  msgstr "Instale agora via wordpres.org"
218
 
219
  # @ gallery
220
+ #: gallery-plugin.php:619
221
+ msgid ""
222
+ "If you have any questions, please contact us via plugin@bestwebsoft.com or "
223
+ "fill in our contact form on our site"
224
+ msgstr ""
225
+ "Se você tiver dúvidas, favor entrar em contato com plugin@bestwebsoft.com ou "
226
+ "preencha o formulário de contar em nosso website."
227
 
228
  # @ gallery
229
+ #: gallery-plugin.php:654
230
  msgid "See photo &raquo;"
231
  msgstr "Ver foto &raquo;"
232
 
233
  # @ gallery
234
+ #: gallery-plugin.php:733
235
  msgid "Options saved."
236
  msgstr "Opções salvas."
237
 
238
  # @ gallery
239
+ #: gallery-plugin.php:747
240
  msgid "Gallery Options"
241
  msgstr "Opções da Galeria"
242
 
243
  # @ gallery
244
+ #: gallery-plugin.php:750
245
+ msgid ""
246
+ "If you would like to add a Single Gallery to your page or post, just copy "
247
+ "and put this shortcode onto your post or page content:"
248
+ msgstr ""
249
+ "Se você quiser adicionar uma Galeria Única em sua página ou post, basta "
250
+ "copiar e colocar este shortcode no conteúde de sua página ou post:"
251
 
252
  # @ gallery
253
+ #: gallery-plugin.php:754
254
  msgid "The size of the cover album for gallery"
255
  msgstr "Tamanho da imagem de capa do álbum para as galerias"
256
 
257
  # @ gallery
258
+ #: gallery-plugin.php:756 gallery-plugin.php:764
 
259
  msgid "Image size name"
260
  msgstr "Nome do tamanho"
261
 
262
  # @ gallery
263
+ #: gallery-plugin.php:757 gallery-plugin.php:765
 
264
  msgid "Width (in px)"
265
  msgstr "Largura (em px)"
266
 
267
  # @ gallery
268
+ #: gallery-plugin.php:758 gallery-plugin.php:766
 
269
  msgid "Height (in px)"
270
  msgstr "Altura (em px)"
271
 
272
  # @ gallery
273
+ #: gallery-plugin.php:762
274
  msgid "Size for gallery image"
275
  msgstr "Tamanho da imagem da galeria"
276
 
277
  # @ gallery
278
+ #: gallery-plugin.php:770
279
+ msgid ""
280
+ "WordPress will create a copy of the post thumbnail with the specified "
281
+ "dimensions when you upload a new photo."
282
+ msgstr ""
283
+ "WordPress irá criar uma cópia da imagem destacada com os tamanhos "
284
+ "especificados quando você enviar uma nova foto."
285
 
286
  # @ gallery
287
+ #: gallery-plugin.php:773
288
  msgid "Count images in row"
289
  msgstr "Quantidade de imagens por linha"
290
 
291
  # @ gallery
292
+ #: gallery-plugin.php:779
293
  msgid "Start slideshow"
294
  msgstr "Iniciar Apresentação de Slides"
295
 
296
  # @ gallery
297
+ #: gallery-plugin.php:785
298
  msgid "Slideshow interval"
299
  msgstr "Intervalo de tempo entre cada Slide"
300
 
301
  # @ gallery
302
+ #: gallery-plugin.php:793
303
  msgid "attachment id"
304
  msgstr "id do anexo"
305
 
306
  # @ gallery
307
+ #: gallery-plugin.php:794
308
  msgid "attachment title"
309
  msgstr "título do anexo"
310
 
311
  # @ gallery
312
+ #: gallery-plugin.php:795
313
  msgid "date"
314
  msgstr "data"
315
 
316
  # @ gallery
317
+ #: gallery-plugin.php:796
318
+ msgid ""
319
+ "attachments order (the integer fields in the Insert / Upload Media Gallery "
320
+ "dialog )"
321
+ msgstr ""
322
+ "ordem de anexos (os campos com número inteiro na caixa de diálogo Inserir / "
323
+ "Upload na Galeria de Mídia)"
324
 
325
  # @ gallery
326
+ #: gallery-plugin.php:797
327
  msgid "random"
328
  msgstr "aleatório"
329
 
330
  # @ gallery
331
+ #: gallery-plugin.php:801
332
  msgid "Attachments order"
333
  msgstr "ordem dos Anexos"
334
 
335
  # @ gallery
336
+ #: gallery-plugin.php:803
337
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
338
+ msgstr ""
339
+ "ASC (ordem crescente dos valores mais baixos para os mais altos - 1, 2, 3; "
340
+ "a, b, c)"
341
 
342
  # @ gallery
343
+ #: gallery-plugin.php:804
344
+ msgid ""
345
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
346
+ msgstr ""
347
+ "DESC (ordem decrescente dos valores mais altos para os mais baixos - 3, 2, "
348
+ "1; c, b, a)"
349
 
350
  # @ gallery
351
+ #: gallery-plugin.php:808
352
  msgid "Display Return link"
353
  msgstr "Mostrar link de Retorno"
354
 
355
  # @ gallery
356
+ #: gallery-plugin.php:814
357
  msgid "Display Return link in shortcode"
358
  msgstr "Mostrar link de Retorno no shortcode"
359
 
360
  # @ gallery
361
+ #: gallery-plugin.php:820
362
  msgid "Label for Return link"
363
  msgstr "Etiqueta para o link de Retorno"
364
 
365
  # @ gallery
366
+ #: gallery-plugin.php:826
367
  msgid "Label for Read More link"
368
  msgstr ""
369
 
370
  # @ default
371
+ #: gallery-plugin.php:834
372
  msgid "Save Changes"
373
  msgstr "Salvar Alterações"
374
 
375
  # @ gallery
376
+ #: gallery-plugin.php:847
377
  msgid "FAQ"
378
  msgstr "FAQ"
379
 
380
  # @ gallery
381
+ #: gallery-plugin.php:848
382
  msgid "Support"
383
  msgstr "Suporte"
384
 
385
  # @ gallery
386
+ #: gallery-plugin.php:1011 template/gallery-single-template.php:61
 
387
  msgid "Sorry - nothing to found."
388
  msgstr "Desculpe - nada foi encontrado."
389
 
390
+ #: gallery-plugin.php:1030 template/gallery-single-template.php:83
391
+ msgid "Download High resolution image"
392
+ msgstr ""
393
+
394
  # @ gallery
395
+ #: template/gallery-single-template.php:83
396
  msgid "Image "
397
  msgstr "Imagem "
 
languages/gallery-ru_RU.mo CHANGED
File without changes
languages/gallery-ru_RU.po CHANGED
@@ -2,300 +2,337 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-07-27 14:58+0300\n"
6
- "PO-Revision-Date: 2012-07-27 14:58+0300\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: \n"
9
- "Language: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: __;_e;_x;esc_html__\n"
14
  "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-Language: Russian\n"
16
- "X-Poedit-Country: RUSSIAN FEDERATION\n"
17
  "X-Poedit-SourceCharset: utf-8\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: gallery-plugin.php:55
21
- #: gallery-plugin.php:683
22
- msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
23
- msgstr "Файлы \"gallery-template.php\" и \"gallery-single-template.php\" не найден в каталоге вашей темы. Пожалуйста, скопируйте их из каталога `/ wp-content/plugins/gallery-plugin/template /` в директорию вашей темы для корректной работы плагина Галерея"
 
 
 
 
 
 
 
24
 
25
- #: gallery-plugin.php:79
26
- #: gallery-plugin.php:89
27
  msgid "Galleries"
28
  msgstr "Галереи"
29
 
30
- #: gallery-plugin.php:80
31
- #: gallery-plugin.php:576
32
  msgid "Gallery"
33
  msgstr "Галерея"
34
 
35
- #: gallery-plugin.php:81
36
  msgid "Add New"
37
  msgstr "Добавить галерею"
38
 
39
- #: gallery-plugin.php:82
40
  msgid "Add New Gallery"
41
  msgstr "добавить новую галерею"
42
 
43
- #: gallery-plugin.php:83
44
  msgid "Edit Gallery"
45
  msgstr "Редактировать галерею"
46
 
47
- #: gallery-plugin.php:84
48
  msgid "New Gallery"
49
  msgstr "Новая галерея"
50
 
51
- #: gallery-plugin.php:85
52
  msgid "View Gallery"
53
  msgstr "Просмотреть галерею"
54
 
55
- #: gallery-plugin.php:86
56
  msgid "Search Galleries"
57
  msgstr "Поиск галереи"
58
 
59
- #: gallery-plugin.php:87
60
  msgid "No Galleries found"
61
  msgstr "Ни одной галереи не найдено"
62
 
63
- #: gallery-plugin.php:144
64
  msgid "Upload File"
65
  msgstr "Загрузить файлы"
66
 
67
- #: gallery-plugin.php:145
68
  msgid "Gallery Shortcode"
69
  msgstr "Шорткод Для Галереи"
70
 
71
- #: gallery-plugin.php:159
72
- msgid "The gallery temp directory (gallery-plugin/upload/files) not writeable by your webserver. Please use the standard WP functional to upload the images (media library)"
73
- msgstr "Каталог галереи для сохранения временных файлов (gallery-plugin/upload/files) закрыт для записи на вашем веб-сервере. Пожалуйста, воспользуйтесь стандартным функционалом WP для загрузки изображения (медиа-библиотека)"
 
 
 
 
 
 
74
 
75
- #: gallery-plugin.php:163
76
  msgid "Choose an image to upload:"
77
  msgstr "Выбрать файлы для загрузки:"
78
 
79
- #: gallery-plugin.php:168
80
  msgid "Please enable JavaScript to use the file uploader."
81
  msgstr "Пожалуйста, включите javascript для использования загрузчика файлов."
82
 
83
- #: gallery-plugin.php:175
84
- msgid "Please use drag and drop function to change the order of the output of images and do not forget to save post."
85
  msgstr ""
86
 
87
- #: gallery-plugin.php:177
 
 
 
 
 
 
88
  msgid "Please do not forget to select "
89
  msgstr ""
90
 
91
- #: gallery-plugin.php:177
92
- #: gallery-plugin.php:734
93
  msgid "Attachments order by"
94
  msgstr "Изображения сортируются по"
95
 
96
- #: gallery-plugin.php:177
97
  msgid "attachments order"
98
  msgstr "Сортировать изображения"
99
 
100
- #: gallery-plugin.php:177
101
  msgid "in the settings of the plugin (page "
102
  msgstr ""
103
 
104
- #: gallery-plugin.php:239
105
- msgid "You can add the Single Gallery on the page or in the post by inserting this shortcode in the content"
106
- msgstr "Вы можете добавить Галерею на вашу страницу или пост, просто скопируйте и поместить этот шорткод в контент поста или страницы:"
 
 
 
 
107
 
108
- #: gallery-plugin.php:241
109
- msgid "If you want to take a brief display of the gallery with a link to a Single Sallery Page"
 
 
110
  msgstr ""
111
 
112
- #: gallery-plugin.php:394
113
  msgid "Title"
114
  msgstr "Название"
115
 
116
- #: gallery-plugin.php:395
117
  msgid "Author"
118
  msgstr "Автор"
119
 
120
- #: gallery-plugin.php:396
121
  msgid "Photo's"
122
  msgstr "Фото"
123
 
124
- #: gallery-plugin.php:397
125
  msgid "Public"
126
  msgstr "Опубликование"
127
 
128
- #: gallery-plugin.php:398
129
  msgid "Date"
130
  msgstr "Дата"
131
 
132
- #: gallery-plugin.php:545
133
  msgid "Activated plugins"
134
  msgstr "Активированные плагины"
135
 
136
- #: gallery-plugin.php:547
137
- #: gallery-plugin.php:555
138
- #: gallery-plugin.php:563
139
  msgid "Read more"
140
  msgstr "Подробнее..."
141
 
142
- #: gallery-plugin.php:547
143
- #: gallery-plugin.php:789
144
- #: gallery-plugin.php:804
145
  msgid "Settings"
146
  msgstr "Настройки"
147
 
148
- #: gallery-plugin.php:553
149
  msgid "Installed plugins"
150
  msgstr "Установленные плагины"
151
 
152
- #: gallery-plugin.php:561
153
  msgid "Recommended plugins"
154
  msgstr "Рекомендованные к установке плагины"
155
 
156
- #: gallery-plugin.php:563
157
  msgid "Download"
158
  msgstr "Скачать"
159
 
160
- #: gallery-plugin.php:563
161
  #, php-format
162
  msgid "Install %s"
163
  msgstr "Установлено %s"
164
 
165
- #: gallery-plugin.php:563
166
  msgid "Install now from wordpress.org"
167
  msgstr "Установить с wordpress.org"
168
 
169
- #: gallery-plugin.php:565
170
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
171
- msgstr "Если у вас есть какие-то впросы, обращайтесь на plugin@bestwebsoft.com или заполните контактную форму на нашем сайте"
 
 
 
 
172
 
173
- #: gallery-plugin.php:597
174
  msgid "See photo &raquo;"
175
  msgstr "Смотреть фотографии &raquo;"
176
 
177
- #: gallery-plugin.php:676
178
  msgid "Options saved."
179
  msgstr "Опции сохранены"
180
 
181
- #: gallery-plugin.php:690
182
  msgid "Gallery Options"
183
  msgstr "Настройки Галереи"
184
 
185
- #: gallery-plugin.php:693
186
- msgid "If you would like to add a Single Gallery to your page or post, just copy and put this shortcode onto your post or page content:"
187
- msgstr "Если вы хотели бы добавить Галерея на вашу страницу или пост, просто скопируйте и поместить этот шорткод в контент поста или страницы:"
 
 
 
 
188
 
189
- #: gallery-plugin.php:697
190
  msgid "The size of the cover album for gallery"
191
  msgstr "Размер изображения для обложки альбома галереи"
192
 
193
- #: gallery-plugin.php:699
194
- #: gallery-plugin.php:707
195
  msgid "Image size name"
196
  msgstr "Название размера изображение"
197
 
198
- #: gallery-plugin.php:700
199
- #: gallery-plugin.php:708
200
  msgid "Width (in px)"
201
  msgstr "Ширина (в px)"
202
 
203
- #: gallery-plugin.php:701
204
- #: gallery-plugin.php:709
205
  msgid "Height (in px)"
206
  msgstr "Высота (в px)"
207
 
208
- #: gallery-plugin.php:705
209
  msgid "Size for gallery image"
210
  msgstr "Размер изображений Галереи"
211
 
212
- #: gallery-plugin.php:713
213
- msgid "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
214
- msgstr "WordPress создаст новую миниатюру с заданными размерами при загрузке новой фотографии."
 
 
 
 
215
 
216
- #: gallery-plugin.php:716
217
  msgid "Count images in row"
218
  msgstr "Количество изображений в строке"
219
 
220
- #: gallery-plugin.php:722
221
  msgid "Start slideshow"
222
  msgstr "Начать слайдшоу"
223
 
224
- #: gallery-plugin.php:728
225
  msgid "Slideshow interval"
226
  msgstr "Интервал времени при показе слайдшоу"
227
 
228
- #: gallery-plugin.php:736
229
  msgid "attachment id"
230
  msgstr "id изображения"
231
 
232
- #: gallery-plugin.php:737
233
  msgid "attachment title"
234
  msgstr "названию изображения"
235
 
236
- #: gallery-plugin.php:738
237
  msgid "date"
238
  msgstr "дате"
239
 
240
- #: gallery-plugin.php:739
241
- msgid "attachments order (the integer fields in the Insert / Upload Media Gallery dialog )"
242
- msgstr "сортировка по порядку (поле для ввода порядка сортировки в диалоге Insert / Upload Media Gallery)"
 
 
 
 
243
 
244
- #: gallery-plugin.php:740
245
  msgid "random"
246
  msgstr "произвольно"
247
 
248
- #: gallery-plugin.php:744
249
  msgid "Attachments order"
250
  msgstr "Сортировать изображения"
251
 
252
- #: gallery-plugin.php:746
253
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
254
- msgstr "ASC (в порядке возрастания от наименьшего до наибольшего значения - 1, 2, 3, а, б, в)"
 
 
255
 
256
- #: gallery-plugin.php:747
257
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
258
- msgstr "DESC (по убыванию от самого высокого до самого низкого значения - 3, 2, 1, C, B)"
 
 
 
259
 
260
- #: gallery-plugin.php:751
261
  msgid "Display Return link"
262
  msgstr "Отображать ссылку Вернуться"
263
 
264
- #: gallery-plugin.php:757
265
  msgid "Display Return link in shortcode"
266
  msgstr "Отображаться ссылку Вернуться в шорткоде"
267
 
268
- #: gallery-plugin.php:763
269
  msgid "Label for Return link"
270
  msgstr "Текст для ссылки Вернуться"
271
 
272
- #: gallery-plugin.php:769
273
  msgid "Label for Read More link"
274
  msgstr "Текст для ссылки Читать далее"
275
 
276
- #: gallery-plugin.php:777
277
  msgid "Save Changes"
278
  msgstr ""
279
 
280
- #: gallery-plugin.php:790
281
  msgid "FAQ"
282
  msgstr "FAQ"
283
 
284
- #: gallery-plugin.php:791
285
  msgid "Support"
286
  msgstr "Поддержка"
287
 
288
- #: gallery-plugin.php:953
289
- #: template/gallery-single-template.php:60
290
  msgid "Sorry - nothing to found."
291
  msgstr "Извините, ничего не найдено."
292
 
293
- #: template/gallery-single-template.php:82
 
 
 
 
294
  msgid "Image "
295
  msgstr "Изображение"
296
 
297
  #~ msgid "Random order"
298
  #~ msgstr "Произвольная сортировка"
 
299
  #~ msgid "Size for gallery album cover"
300
  #~ msgstr "Размер для "
301
-
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-10-05 17:40+0200\n"
6
+ "PO-Revision-Date: 2012-10-05 17:40+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: \n"
9
+ "Language: ru_RU\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: __;_e;_x;esc_html__\n"
14
  "X-Poedit-Basepath: ..\n"
 
 
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: gallery-plugin.php:103 gallery-plugin.php:740
19
+ msgid ""
20
+ "The following files \"gallery-template.php\" and \"gallery-single-template."
21
+ "php\" were not found in the directory of your theme. Please copy them from "
22
+ "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
23
+ "directory of your theme for the correct work of the Gallery plugin"
24
+ msgstr ""
25
+ "Файлы \"gallery-template.php\" и \"gallery-single-template.php\" не найден в "
26
+ "каталоге вашей темы. Пожалуйста, скопируйте их из каталога `/ wp-content/"
27
+ "plugins/gallery-plugin/template /` в директорию вашей темы для корректной "
28
+ "работы плагина Галерея"
29
 
30
+ #: gallery-plugin.php:127 gallery-plugin.php:137
 
31
  msgid "Galleries"
32
  msgstr "Галереи"
33
 
34
+ #: gallery-plugin.php:128 gallery-plugin.php:630
 
35
  msgid "Gallery"
36
  msgstr "Галерея"
37
 
38
+ #: gallery-plugin.php:129
39
  msgid "Add New"
40
  msgstr "Добавить галерею"
41
 
42
+ #: gallery-plugin.php:130
43
  msgid "Add New Gallery"
44
  msgstr "добавить новую галерею"
45
 
46
+ #: gallery-plugin.php:131
47
  msgid "Edit Gallery"
48
  msgstr "Редактировать галерею"
49
 
50
+ #: gallery-plugin.php:132
51
  msgid "New Gallery"
52
  msgstr "Новая галерея"
53
 
54
+ #: gallery-plugin.php:133
55
  msgid "View Gallery"
56
  msgstr "Просмотреть галерею"
57
 
58
+ #: gallery-plugin.php:134
59
  msgid "Search Galleries"
60
  msgstr "Поиск галереи"
61
 
62
+ #: gallery-plugin.php:135
63
  msgid "No Galleries found"
64
  msgstr "Ни одной галереи не найдено"
65
 
66
+ #: gallery-plugin.php:192
67
  msgid "Upload File"
68
  msgstr "Загрузить файлы"
69
 
70
+ #: gallery-plugin.php:193
71
  msgid "Gallery Shortcode"
72
  msgstr "Шорткод Для Галереи"
73
 
74
+ #: gallery-plugin.php:208
75
+ msgid ""
76
+ "The gallery temp directory (gallery-plugin/upload/files) not writeable by "
77
+ "your webserver. Please use the standard WP functional to upload the images "
78
+ "(media library)"
79
+ msgstr ""
80
+ "Каталог галереи для сохранения временных файлов (gallery-plugin/upload/"
81
+ "files) закрыт для записи на вашем веб-сервере. Пожалуйста, воспользуйтесь "
82
+ "стандартным функционалом WP для загрузки изображения (медиа-библиотека)"
83
 
84
+ #: gallery-plugin.php:212
85
  msgid "Choose an image to upload:"
86
  msgstr "Выбрать файлы для загрузки:"
87
 
88
+ #: gallery-plugin.php:217
89
  msgid "Please enable JavaScript to use the file uploader."
90
  msgstr "Пожалуйста, включите javascript для использования загрузчика файлов."
91
 
92
+ #: gallery-plugin.php:224
93
+ msgid "Allow download link for images in this gallery"
94
  msgstr ""
95
 
96
+ #: gallery-plugin.php:225
97
+ msgid ""
98
+ "Please use drag and drop function to change the order of the output of "
99
+ "images and do not forget to save post."
100
+ msgstr ""
101
+
102
+ #: gallery-plugin.php:227
103
  msgid "Please do not forget to select "
104
  msgstr ""
105
 
106
+ #: gallery-plugin.php:227 gallery-plugin.php:791
 
107
  msgid "Attachments order by"
108
  msgstr "Изображения сортируются по"
109
 
110
+ #: gallery-plugin.php:227
111
  msgid "attachments order"
112
  msgstr "Сортировать изображения"
113
 
114
+ #: gallery-plugin.php:227
115
  msgid "in the settings of the plugin (page "
116
  msgstr ""
117
 
118
+ #: gallery-plugin.php:289
119
+ msgid ""
120
+ "You can add the Single Gallery on the page or in the post by inserting this "
121
+ "shortcode in the content"
122
+ msgstr ""
123
+ "Вы можете добавить Галерею на вашу страницу или пост, просто скопируйте и "
124
+ "поместить этот шорткод в контент поста или страницы:"
125
 
126
+ #: gallery-plugin.php:291
127
+ msgid ""
128
+ "If you want to take a brief display of the gallery with a link to a Single "
129
+ "Sallery Page"
130
  msgstr ""
131
 
132
+ #: gallery-plugin.php:448
133
  msgid "Title"
134
  msgstr "Название"
135
 
136
+ #: gallery-plugin.php:449
137
  msgid "Author"
138
  msgstr "Автор"
139
 
140
+ #: gallery-plugin.php:450
141
  msgid "Photo's"
142
  msgstr "Фото"
143
 
144
+ #: gallery-plugin.php:451
145
  msgid "Public"
146
  msgstr "Опубликование"
147
 
148
+ #: gallery-plugin.php:452
149
  msgid "Date"
150
  msgstr "Дата"
151
 
152
+ #: gallery-plugin.php:599
153
  msgid "Activated plugins"
154
  msgstr "Активированные плагины"
155
 
156
+ #: gallery-plugin.php:601 gallery-plugin.php:609 gallery-plugin.php:617
 
 
157
  msgid "Read more"
158
  msgstr "Подробнее..."
159
 
160
+ #: gallery-plugin.php:601 gallery-plugin.php:846 gallery-plugin.php:861
 
 
161
  msgid "Settings"
162
  msgstr "Настройки"
163
 
164
+ #: gallery-plugin.php:607
165
  msgid "Installed plugins"
166
  msgstr "Установленные плагины"
167
 
168
+ #: gallery-plugin.php:615
169
  msgid "Recommended plugins"
170
  msgstr "Рекомендованные к установке плагины"
171
 
172
+ #: gallery-plugin.php:617
173
  msgid "Download"
174
  msgstr "Скачать"
175
 
176
+ #: gallery-plugin.php:617
177
  #, php-format
178
  msgid "Install %s"
179
  msgstr "Установлено %s"
180
 
181
+ #: gallery-plugin.php:617
182
  msgid "Install now from wordpress.org"
183
  msgstr "Установить с wordpress.org"
184
 
185
+ #: gallery-plugin.php:619
186
+ msgid ""
187
+ "If you have any questions, please contact us via plugin@bestwebsoft.com or "
188
+ "fill in our contact form on our site"
189
+ msgstr ""
190
+ "Если у вас есть какие-то впросы, обращайтесь на plugin@bestwebsoft.com или "
191
+ "заполните контактную форму на нашем сайте"
192
 
193
+ #: gallery-plugin.php:654
194
  msgid "See photo &raquo;"
195
  msgstr "Смотреть фотографии &raquo;"
196
 
197
+ #: gallery-plugin.php:733
198
  msgid "Options saved."
199
  msgstr "Опции сохранены"
200
 
201
+ #: gallery-plugin.php:747
202
  msgid "Gallery Options"
203
  msgstr "Настройки Галереи"
204
 
205
+ #: gallery-plugin.php:750
206
+ msgid ""
207
+ "If you would like to add a Single Gallery to your page or post, just copy "
208
+ "and put this shortcode onto your post or page content:"
209
+ msgstr ""
210
+ "Если вы хотели бы добавить Галерея на вашу страницу или пост, просто "
211
+ "скопируйте и поместить этот шорткод в контент поста или страницы:"
212
 
213
+ #: gallery-plugin.php:754
214
  msgid "The size of the cover album for gallery"
215
  msgstr "Размер изображения для обложки альбома галереи"
216
 
217
+ #: gallery-plugin.php:756 gallery-plugin.php:764
 
218
  msgid "Image size name"
219
  msgstr "Название размера изображение"
220
 
221
+ #: gallery-plugin.php:757 gallery-plugin.php:765
 
222
  msgid "Width (in px)"
223
  msgstr "Ширина (в px)"
224
 
225
+ #: gallery-plugin.php:758 gallery-plugin.php:766
 
226
  msgid "Height (in px)"
227
  msgstr "Высота (в px)"
228
 
229
+ #: gallery-plugin.php:762
230
  msgid "Size for gallery image"
231
  msgstr "Размер изображений Галереи"
232
 
233
+ #: gallery-plugin.php:770
234
+ msgid ""
235
+ "WordPress will create a copy of the post thumbnail with the specified "
236
+ "dimensions when you upload a new photo."
237
+ msgstr ""
238
+ "WordPress создаст новую миниатюру с заданными размерами при загрузке новой "
239
+ "фотографии."
240
 
241
+ #: gallery-plugin.php:773
242
  msgid "Count images in row"
243
  msgstr "Количество изображений в строке"
244
 
245
+ #: gallery-plugin.php:779
246
  msgid "Start slideshow"
247
  msgstr "Начать слайдшоу"
248
 
249
+ #: gallery-plugin.php:785
250
  msgid "Slideshow interval"
251
  msgstr "Интервал времени при показе слайдшоу"
252
 
253
+ #: gallery-plugin.php:793
254
  msgid "attachment id"
255
  msgstr "id изображения"
256
 
257
+ #: gallery-plugin.php:794
258
  msgid "attachment title"
259
  msgstr "названию изображения"
260
 
261
+ #: gallery-plugin.php:795
262
  msgid "date"
263
  msgstr "дате"
264
 
265
+ #: gallery-plugin.php:796
266
+ msgid ""
267
+ "attachments order (the integer fields in the Insert / Upload Media Gallery "
268
+ "dialog )"
269
+ msgstr ""
270
+ "сортировка по порядку (поле для ввода порядка сортировки в диалоге Insert / "
271
+ "Upload Media Gallery)"
272
 
273
+ #: gallery-plugin.php:797
274
  msgid "random"
275
  msgstr "произвольно"
276
 
277
+ #: gallery-plugin.php:801
278
  msgid "Attachments order"
279
  msgstr "Сортировать изображения"
280
 
281
+ #: gallery-plugin.php:803
282
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
283
+ msgstr ""
284
+ "ASC (в порядке возрастания от наименьшего до наибольшего значения - 1, 2, 3, "
285
+ "а, б, в)"
286
 
287
+ #: gallery-plugin.php:804
288
+ msgid ""
289
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
290
+ msgstr ""
291
+ "DESC (по убыванию от самого высокого до самого низкого значения - 3, 2, 1, "
292
+ "C, B)"
293
 
294
+ #: gallery-plugin.php:808
295
  msgid "Display Return link"
296
  msgstr "Отображать ссылку Вернуться"
297
 
298
+ #: gallery-plugin.php:814
299
  msgid "Display Return link in shortcode"
300
  msgstr "Отображаться ссылку Вернуться в шорткоде"
301
 
302
+ #: gallery-plugin.php:820
303
  msgid "Label for Return link"
304
  msgstr "Текст для ссылки Вернуться"
305
 
306
+ #: gallery-plugin.php:826
307
  msgid "Label for Read More link"
308
  msgstr "Текст для ссылки Читать далее"
309
 
310
+ #: gallery-plugin.php:834
311
  msgid "Save Changes"
312
  msgstr ""
313
 
314
+ #: gallery-plugin.php:847
315
  msgid "FAQ"
316
  msgstr "FAQ"
317
 
318
+ #: gallery-plugin.php:848
319
  msgid "Support"
320
  msgstr "Поддержка"
321
 
322
+ #: gallery-plugin.php:1011 template/gallery-single-template.php:61
 
323
  msgid "Sorry - nothing to found."
324
  msgstr "Извините, ничего не найдено."
325
 
326
+ #: gallery-plugin.php:1030 template/gallery-single-template.php:83
327
+ msgid "Download High resolution image"
328
+ msgstr ""
329
+
330
+ #: template/gallery-single-template.php:83
331
  msgid "Image "
332
  msgstr "Изображение"
333
 
334
  #~ msgid "Random order"
335
  #~ msgstr "Произвольная сортировка"
336
+
337
  #~ msgid "Size for gallery album cover"
338
  #~ msgstr "Размер для "
 
languages/gallery-uk.mo CHANGED
File without changes
languages/gallery-uk.po CHANGED
@@ -2,298 +2,317 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-07-27 14:58+0300\n"
6
- "PO-Revision-Date: 2012-07-27 14:58+0300\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Ted Mosby <tmosbyd@gmail.com>\n"
9
- "Language: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-Language: Ukrainian\n"
16
- "X-Poedit-Country: UKRAINE\n"
17
  "X-Poedit-SourceCharset: utf-8\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: gallery-plugin.php:55
21
- #: gallery-plugin.php:683
22
- msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
 
 
 
23
  msgstr ""
24
 
25
- #: gallery-plugin.php:79
26
- #: gallery-plugin.php:89
27
  msgid "Galleries"
28
  msgstr "Галереi"
29
 
30
- #: gallery-plugin.php:80
31
- #: gallery-plugin.php:576
32
  msgid "Gallery"
33
  msgstr "Галерея"
34
 
35
- #: gallery-plugin.php:81
36
  msgid "Add New"
37
  msgstr "Додати новий"
38
 
39
- #: gallery-plugin.php:82
40
  msgid "Add New Gallery"
41
  msgstr "Додати нову галерею"
42
 
43
- #: gallery-plugin.php:83
44
  msgid "Edit Gallery"
45
  msgstr "Редагування галерея"
46
 
47
- #: gallery-plugin.php:84
48
  msgid "New Gallery"
49
  msgstr "Нова галерея"
50
 
51
- #: gallery-plugin.php:85
52
  msgid "View Gallery"
53
  msgstr "Перегляд галереї"
54
 
55
- #: gallery-plugin.php:86
56
  msgid "Search Galleries"
57
  msgstr "Пошук галереї"
58
 
59
- #: gallery-plugin.php:87
60
  msgid "No Galleries found"
61
  msgstr "Галереї, не знайдено"
62
 
63
- #: gallery-plugin.php:144
64
  msgid "Upload File"
65
  msgstr "Завантажити файл"
66
 
67
- #: gallery-plugin.php:145
68
  msgid "Gallery Shortcode"
69
  msgstr "Шорткод галереї"
70
 
71
- #: gallery-plugin.php:159
72
- msgid "The gallery temp directory (gallery-plugin/upload/files) not writeable by your webserver. Please use the standard WP functional to upload the images (media library)"
 
 
 
73
  msgstr ""
74
 
75
- #: gallery-plugin.php:163
76
  msgid "Choose an image to upload:"
77
  msgstr "Вибрати скріншот, щоб завантажити:"
78
 
79
- #: gallery-plugin.php:168
80
  msgid "Please enable JavaScript to use the file uploader."
81
  msgstr "Будь ласка Дозвольте JavaScript, щоб використовувати файл uploader."
82
 
83
- #: gallery-plugin.php:175
84
- msgid "Please use drag and drop function to change the order of the output of images and do not forget to save post."
 
 
 
 
 
 
85
  msgstr ""
86
 
87
- #: gallery-plugin.php:177
88
  msgid "Please do not forget to select "
89
  msgstr ""
90
 
91
- #: gallery-plugin.php:177
92
- #: gallery-plugin.php:734
93
  msgid "Attachments order by"
94
  msgstr ""
95
 
96
- #: gallery-plugin.php:177
97
  msgid "attachments order"
98
  msgstr ""
99
 
100
- #: gallery-plugin.php:177
101
  msgid "in the settings of the plugin (page "
102
  msgstr ""
103
 
104
- #: gallery-plugin.php:239
105
- msgid "You can add the Single Gallery on the page or in the post by inserting this shortcode in the content"
 
 
106
  msgstr ""
107
 
108
- #: gallery-plugin.php:241
109
- msgid "If you want to take a brief display of the gallery with a link to a Single Sallery Page"
 
 
110
  msgstr ""
111
 
112
- #: gallery-plugin.php:394
113
  msgid "Title"
114
  msgstr "Назва"
115
 
116
- #: gallery-plugin.php:395
117
  msgid "Author"
118
  msgstr "Автор "
119
 
120
- #: gallery-plugin.php:396
121
  msgid "Photo's"
122
  msgstr "Фото "
123
 
124
- #: gallery-plugin.php:397
125
  msgid "Public"
126
  msgstr "Громадськості"
127
 
128
- #: gallery-plugin.php:398
129
  msgid "Date"
130
  msgstr "Дата "
131
 
132
- #: gallery-plugin.php:545
133
  msgid "Activated plugins"
134
  msgstr "Активоване плагіни"
135
 
136
- #: gallery-plugin.php:547
137
- #: gallery-plugin.php:555
138
- #: gallery-plugin.php:563
139
  msgid "Read more"
140
  msgstr "Читати далі"
141
 
142
- #: gallery-plugin.php:547
143
- #: gallery-plugin.php:789
144
- #: gallery-plugin.php:804
145
  msgid "Settings"
146
  msgstr "Параметри"
147
 
148
- #: gallery-plugin.php:553
149
  msgid "Installed plugins"
150
  msgstr "Встановлених модулів"
151
 
152
- #: gallery-plugin.php:561
153
  msgid "Recommended plugins"
154
  msgstr "Плагіни Рекомендовані"
155
 
156
- #: gallery-plugin.php:563
157
  msgid "Download"
158
  msgstr "Завантажити"
159
 
160
- #: gallery-plugin.php:563
161
  #, php-format
162
  msgid "Install %s"
163
  msgstr "Установка %s"
164
 
165
- #: gallery-plugin.php:563
166
  msgid "Install now from wordpress.org"
167
  msgstr "Установити зараз від wordpress.org"
168
 
169
- #: gallery-plugin.php:565
170
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
171
- msgstr "Якщо у вас є які-небудь питання, будь ласка, зв'яжіться з нами через plugin@bestwebsoft.com або заповнити нашу контактну форму на нашому сайті"
 
 
 
 
172
 
173
- #: gallery-plugin.php:597
174
  msgid "See photo &raquo;"
175
  msgstr "Дивитися фото &raquo;"
176
 
177
- #: gallery-plugin.php:676
178
  msgid "Options saved."
179
  msgstr "Параметри зберігаються."
180
 
181
- #: gallery-plugin.php:690
182
  msgid "Gallery Options"
183
  msgstr "Параметри галереї"
184
 
185
- #: gallery-plugin.php:693
186
- msgid "If you would like to add a Single Gallery to your page or post, just copy and put this shortcode onto your post or page content:"
 
 
187
  msgstr ""
188
 
189
- #: gallery-plugin.php:697
190
  msgid "The size of the cover album for gallery"
191
  msgstr "Розмір обкладинки альбому для галереї"
192
 
193
- #: gallery-plugin.php:699
194
- #: gallery-plugin.php:707
195
  msgid "Image size name"
196
  msgstr "Ім'я розмір зображення"
197
 
198
- #: gallery-plugin.php:700
199
- #: gallery-plugin.php:708
200
  msgid "Width (in px)"
201
  msgstr "Ширина (в px)"
202
 
203
- #: gallery-plugin.php:701
204
- #: gallery-plugin.php:709
205
  msgid "Height (in px)"
206
  msgstr "Висота (в px)"
207
 
208
- #: gallery-plugin.php:705
209
  msgid "Size for gallery image"
210
  msgstr "Розмір зображення галерея"
211
 
212
- #: gallery-plugin.php:713
213
- msgid "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
214
- msgstr "WordPress створить копію ескізу пост з заданими розмірами, коли ви завантажити нову фотографію."
 
 
 
 
215
 
216
- #: gallery-plugin.php:716
217
  msgid "Count images in row"
218
  msgstr "Кількість зображень у рядку"
219
 
220
- #: gallery-plugin.php:722
221
  msgid "Start slideshow"
222
  msgstr ""
223
 
224
- #: gallery-plugin.php:728
225
  msgid "Slideshow interval"
226
  msgstr ""
227
 
228
- #: gallery-plugin.php:736
229
  msgid "attachment id"
230
  msgstr ""
231
 
232
- #: gallery-plugin.php:737
233
  msgid "attachment title"
234
  msgstr ""
235
 
236
- #: gallery-plugin.php:738
237
  msgid "date"
238
  msgstr "Дата"
239
 
240
- #: gallery-plugin.php:739
241
- msgid "attachments order (the integer fields in the Insert / Upload Media Gallery dialog )"
 
 
242
  msgstr ""
243
 
244
- #: gallery-plugin.php:740
245
  msgid "random"
246
  msgstr ""
247
 
248
- #: gallery-plugin.php:744
249
  msgid "Attachments order"
250
  msgstr ""
251
 
252
- #: gallery-plugin.php:746
253
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
254
  msgstr ""
255
 
256
- #: gallery-plugin.php:747
257
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
 
258
  msgstr ""
259
 
260
- #: gallery-plugin.php:751
261
  msgid "Display Return link"
262
  msgstr ""
263
 
264
- #: gallery-plugin.php:757
265
  msgid "Display Return link in shortcode"
266
  msgstr ""
267
 
268
- #: gallery-plugin.php:763
269
  msgid "Label for Return link"
270
  msgstr ""
271
 
272
- #: gallery-plugin.php:769
273
  msgid "Label for Read More link"
274
  msgstr ""
275
 
276
- #: gallery-plugin.php:777
277
  msgid "Save Changes"
278
  msgstr "Зберегти зміни"
279
 
280
- #: gallery-plugin.php:790
281
  msgid "FAQ"
282
  msgstr "FAQ "
283
 
284
- #: gallery-plugin.php:791
285
  msgid "Support"
286
  msgstr "Підтримка"
287
 
288
- #: gallery-plugin.php:953
289
- #: template/gallery-single-template.php:60
290
  msgid "Sorry - nothing to found."
291
  msgstr "Вибачте - нічого не знайдено."
292
 
293
- #: template/gallery-single-template.php:82
 
 
 
 
294
  msgid "Image "
295
  msgstr ""
296
 
297
  #~ msgid "Size for gallery album cover"
298
  #~ msgstr "Размер для "
299
-
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-10-05 17:40+0200\n"
6
+ "PO-Revision-Date: 2012-10-05 17:40+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Ted Mosby <tmosbyd@gmail.com>\n"
9
+ "Language: uk_UA\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
 
 
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: gallery-plugin.php:103 gallery-plugin.php:740
19
+ msgid ""
20
+ "The following files \"gallery-template.php\" and \"gallery-single-template."
21
+ "php\" were not found in the directory of your theme. Please copy them from "
22
+ "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
23
+ "directory of your theme for the correct work of the Gallery plugin"
24
  msgstr ""
25
 
26
+ #: gallery-plugin.php:127 gallery-plugin.php:137
 
27
  msgid "Galleries"
28
  msgstr "Галереi"
29
 
30
+ #: gallery-plugin.php:128 gallery-plugin.php:630
 
31
  msgid "Gallery"
32
  msgstr "Галерея"
33
 
34
+ #: gallery-plugin.php:129
35
  msgid "Add New"
36
  msgstr "Додати новий"
37
 
38
+ #: gallery-plugin.php:130
39
  msgid "Add New Gallery"
40
  msgstr "Додати нову галерею"
41
 
42
+ #: gallery-plugin.php:131
43
  msgid "Edit Gallery"
44
  msgstr "Редагування галерея"
45
 
46
+ #: gallery-plugin.php:132
47
  msgid "New Gallery"
48
  msgstr "Нова галерея"
49
 
50
+ #: gallery-plugin.php:133
51
  msgid "View Gallery"
52
  msgstr "Перегляд галереї"
53
 
54
+ #: gallery-plugin.php:134
55
  msgid "Search Galleries"
56
  msgstr "Пошук галереї"
57
 
58
+ #: gallery-plugin.php:135
59
  msgid "No Galleries found"
60
  msgstr "Галереї, не знайдено"
61
 
62
+ #: gallery-plugin.php:192
63
  msgid "Upload File"
64
  msgstr "Завантажити файл"
65
 
66
+ #: gallery-plugin.php:193
67
  msgid "Gallery Shortcode"
68
  msgstr "Шорткод галереї"
69
 
70
+ #: gallery-plugin.php:208
71
+ msgid ""
72
+ "The gallery temp directory (gallery-plugin/upload/files) not writeable by "
73
+ "your webserver. Please use the standard WP functional to upload the images "
74
+ "(media library)"
75
  msgstr ""
76
 
77
+ #: gallery-plugin.php:212
78
  msgid "Choose an image to upload:"
79
  msgstr "Вибрати скріншот, щоб завантажити:"
80
 
81
+ #: gallery-plugin.php:217
82
  msgid "Please enable JavaScript to use the file uploader."
83
  msgstr "Будь ласка Дозвольте JavaScript, щоб використовувати файл uploader."
84
 
85
+ #: gallery-plugin.php:224
86
+ msgid "Allow download link for images in this gallery"
87
+ msgstr ""
88
+
89
+ #: gallery-plugin.php:225
90
+ msgid ""
91
+ "Please use drag and drop function to change the order of the output of "
92
+ "images and do not forget to save post."
93
  msgstr ""
94
 
95
+ #: gallery-plugin.php:227
96
  msgid "Please do not forget to select "
97
  msgstr ""
98
 
99
+ #: gallery-plugin.php:227 gallery-plugin.php:791
 
100
  msgid "Attachments order by"
101
  msgstr ""
102
 
103
+ #: gallery-plugin.php:227
104
  msgid "attachments order"
105
  msgstr ""
106
 
107
+ #: gallery-plugin.php:227
108
  msgid "in the settings of the plugin (page "
109
  msgstr ""
110
 
111
+ #: gallery-plugin.php:289
112
+ msgid ""
113
+ "You can add the Single Gallery on the page or in the post by inserting this "
114
+ "shortcode in the content"
115
  msgstr ""
116
 
117
+ #: gallery-plugin.php:291
118
+ msgid ""
119
+ "If you want to take a brief display of the gallery with a link to a Single "
120
+ "Sallery Page"
121
  msgstr ""
122
 
123
+ #: gallery-plugin.php:448
124
  msgid "Title"
125
  msgstr "Назва"
126
 
127
+ #: gallery-plugin.php:449
128
  msgid "Author"
129
  msgstr "Автор "
130
 
131
+ #: gallery-plugin.php:450
132
  msgid "Photo's"
133
  msgstr "Фото "
134
 
135
+ #: gallery-plugin.php:451
136
  msgid "Public"
137
  msgstr "Громадськості"
138
 
139
+ #: gallery-plugin.php:452
140
  msgid "Date"
141
  msgstr "Дата "
142
 
143
+ #: gallery-plugin.php:599
144
  msgid "Activated plugins"
145
  msgstr "Активоване плагіни"
146
 
147
+ #: gallery-plugin.php:601 gallery-plugin.php:609 gallery-plugin.php:617
 
 
148
  msgid "Read more"
149
  msgstr "Читати далі"
150
 
151
+ #: gallery-plugin.php:601 gallery-plugin.php:846 gallery-plugin.php:861
 
 
152
  msgid "Settings"
153
  msgstr "Параметри"
154
 
155
+ #: gallery-plugin.php:607
156
  msgid "Installed plugins"
157
  msgstr "Встановлених модулів"
158
 
159
+ #: gallery-plugin.php:615
160
  msgid "Recommended plugins"
161
  msgstr "Плагіни Рекомендовані"
162
 
163
+ #: gallery-plugin.php:617
164
  msgid "Download"
165
  msgstr "Завантажити"
166
 
167
+ #: gallery-plugin.php:617
168
  #, php-format
169
  msgid "Install %s"
170
  msgstr "Установка %s"
171
 
172
+ #: gallery-plugin.php:617
173
  msgid "Install now from wordpress.org"
174
  msgstr "Установити зараз від wordpress.org"
175
 
176
+ #: gallery-plugin.php:619
177
+ msgid ""
178
+ "If you have any questions, please contact us via plugin@bestwebsoft.com or "
179
+ "fill in our contact form on our site"
180
+ msgstr ""
181
+ "Якщо у вас є які-небудь питання, будь ласка, зв'яжіться з нами через "
182
+ "plugin@bestwebsoft.com або заповнити нашу контактну форму на нашому сайті"
183
 
184
+ #: gallery-plugin.php:654
185
  msgid "See photo &raquo;"
186
  msgstr "Дивитися фото &raquo;"
187
 
188
+ #: gallery-plugin.php:733
189
  msgid "Options saved."
190
  msgstr "Параметри зберігаються."
191
 
192
+ #: gallery-plugin.php:747
193
  msgid "Gallery Options"
194
  msgstr "Параметри галереї"
195
 
196
+ #: gallery-plugin.php:750
197
+ msgid ""
198
+ "If you would like to add a Single Gallery to your page or post, just copy "
199
+ "and put this shortcode onto your post or page content:"
200
  msgstr ""
201
 
202
+ #: gallery-plugin.php:754
203
  msgid "The size of the cover album for gallery"
204
  msgstr "Розмір обкладинки альбому для галереї"
205
 
206
+ #: gallery-plugin.php:756 gallery-plugin.php:764
 
207
  msgid "Image size name"
208
  msgstr "Ім'я розмір зображення"
209
 
210
+ #: gallery-plugin.php:757 gallery-plugin.php:765
 
211
  msgid "Width (in px)"
212
  msgstr "Ширина (в px)"
213
 
214
+ #: gallery-plugin.php:758 gallery-plugin.php:766
 
215
  msgid "Height (in px)"
216
  msgstr "Висота (в px)"
217
 
218
+ #: gallery-plugin.php:762
219
  msgid "Size for gallery image"
220
  msgstr "Розмір зображення галерея"
221
 
222
+ #: gallery-plugin.php:770
223
+ msgid ""
224
+ "WordPress will create a copy of the post thumbnail with the specified "
225
+ "dimensions when you upload a new photo."
226
+ msgstr ""
227
+ "WordPress створить копію ескізу пост з заданими розмірами, коли ви "
228
+ "завантажити нову фотографію."
229
 
230
+ #: gallery-plugin.php:773
231
  msgid "Count images in row"
232
  msgstr "Кількість зображень у рядку"
233
 
234
+ #: gallery-plugin.php:779
235
  msgid "Start slideshow"
236
  msgstr ""
237
 
238
+ #: gallery-plugin.php:785
239
  msgid "Slideshow interval"
240
  msgstr ""
241
 
242
+ #: gallery-plugin.php:793
243
  msgid "attachment id"
244
  msgstr ""
245
 
246
+ #: gallery-plugin.php:794
247
  msgid "attachment title"
248
  msgstr ""
249
 
250
+ #: gallery-plugin.php:795
251
  msgid "date"
252
  msgstr "Дата"
253
 
254
+ #: gallery-plugin.php:796
255
+ msgid ""
256
+ "attachments order (the integer fields in the Insert / Upload Media Gallery "
257
+ "dialog )"
258
  msgstr ""
259
 
260
+ #: gallery-plugin.php:797
261
  msgid "random"
262
  msgstr ""
263
 
264
+ #: gallery-plugin.php:801
265
  msgid "Attachments order"
266
  msgstr ""
267
 
268
+ #: gallery-plugin.php:803
269
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
270
  msgstr ""
271
 
272
+ #: gallery-plugin.php:804
273
+ msgid ""
274
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
275
  msgstr ""
276
 
277
+ #: gallery-plugin.php:808
278
  msgid "Display Return link"
279
  msgstr ""
280
 
281
+ #: gallery-plugin.php:814
282
  msgid "Display Return link in shortcode"
283
  msgstr ""
284
 
285
+ #: gallery-plugin.php:820
286
  msgid "Label for Return link"
287
  msgstr ""
288
 
289
+ #: gallery-plugin.php:826
290
  msgid "Label for Read More link"
291
  msgstr ""
292
 
293
+ #: gallery-plugin.php:834
294
  msgid "Save Changes"
295
  msgstr "Зберегти зміни"
296
 
297
+ #: gallery-plugin.php:847
298
  msgid "FAQ"
299
  msgstr "FAQ "
300
 
301
+ #: gallery-plugin.php:848
302
  msgid "Support"
303
  msgstr "Підтримка"
304
 
305
+ #: gallery-plugin.php:1011 template/gallery-single-template.php:61
 
306
  msgid "Sorry - nothing to found."
307
  msgstr "Вибачте - нічого не знайдено."
308
 
309
+ #: gallery-plugin.php:1030 template/gallery-single-template.php:83
310
+ msgid "Download High resolution image"
311
+ msgstr ""
312
+
313
+ #: template/gallery-single-template.php:83
314
  msgid "Image "
315
  msgstr ""
316
 
317
  #~ msgid "Size for gallery album cover"
318
  #~ msgstr "Размер для "
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: bestwebsoft
3
  Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10&product_id=13
4
  Tags: gallery, image, gallery image, album, foto, fotoalbum, website gallery, multiple pictures, pictures, photo, photoalbum, photogallery
5
  Requires at least: 3.0
6
- Tested up to: 3.4.1
7
- Stable tag: 3.5
8
 
9
  This plugin allows you to implement gallery page into your web site.
10
 
@@ -42,10 +42,9 @@ This plugin makes it possible to implement as many galleries as you want into yo
42
  * Lituanian (lt_LT) (thanks to Naglis Jonaitis)
43
  * Polish (pl_PL) (thanks to Janusz Janczy, Bezcennyczas.pl)
44
  * Russian (ru_RU)
45
- * Spanish (es) (thanks to Victor Garcia)
46
  * Ukrainian (uk_UA)(thanks to Ted Mosby)
47
 
48
-
49
  If you create your own language pack or update an existing one, you can send <a href="http://codex.wordpress.org/Translating_WordPress" target="_blank">the text in PO and MO files</a> for <a href="http://bestwebsoft.com/" target="_blank">BWS</a> and we'll add it to the plugin. You can download the latest version of the program for work with PO and MO files <a href="http://www.poedit.net/download.php" target="_blank">Poedit</a>.
50
 
51
  = Technical support =
@@ -120,6 +119,10 @@ Just setup a necessary order and click 'Save' button.
120
 
121
  == Changelog ==
122
 
 
 
 
 
123
  = V3.5 - 27.07.2012 =
124
  * NEW : Lituanian language file is added to the plugin.
125
  * NEW : Added drag and drop function to change the order of the output of images
@@ -221,6 +224,9 @@ Just setup a necessary order and click 'Save' button.
221
 
222
  == Upgrade Notice ==
223
 
 
 
 
224
  = V3.5 =
225
  Lituanian language file is added to the plugin. Added drag and drop function to change the order of the output of images. Added a shortcode for displaying short gallery type (like [print_gllr id=211 display=short])
226
 
3
  Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10&product_id=13
4
  Tags: gallery, image, gallery image, album, foto, fotoalbum, website gallery, multiple pictures, pictures, photo, photoalbum, photogallery
5
  Requires at least: 3.0
6
+ Tested up to: 3.4.2
7
+ Stable tag: 3.6
8
 
9
  This plugin allows you to implement gallery page into your web site.
10
 
42
  * Lituanian (lt_LT) (thanks to Naglis Jonaitis)
43
  * Polish (pl_PL) (thanks to Janusz Janczy, Bezcennyczas.pl)
44
  * Russian (ru_RU)
45
+ * Spanish (es_ES) (thanks to Victor Garcia)
46
  * Ukrainian (uk_UA)(thanks to Ted Mosby)
47
 
 
48
  If you create your own language pack or update an existing one, you can send <a href="http://codex.wordpress.org/Translating_WordPress" target="_blank">the text in PO and MO files</a> for <a href="http://bestwebsoft.com/" target="_blank">BWS</a> and we'll add it to the plugin. You can download the latest version of the program for work with PO and MO files <a href="http://www.poedit.net/download.php" target="_blank">Poedit</a>.
49
 
50
  = Technical support =
119
 
120
  == Changelog ==
121
 
122
+ = V3.6 - 03.10.2012 =
123
+ * NEW : Added function to display 'Download High resolution image' link in lightbox on gallery page
124
+ * NEW : Added setting for 'Download High resolution image' link
125
+
126
  = V3.5 - 27.07.2012 =
127
  * NEW : Lituanian language file is added to the plugin.
128
  * NEW : Added drag and drop function to change the order of the output of images
224
 
225
  == Upgrade Notice ==
226
 
227
+ = V3.6 =
228
+ Added function to display 'Download High resolution image' link in lightbox on gallery page. Added setting for 'Download High resolution image' link.
229
+
230
  = V3.5 =
231
  Lituanian language file is added to the plugin. Added drag and drop function to change the order of the output of images. Added a shortcode for displaying short gallery type (like [print_gllr id=211 display=short])
232
 
screenshot-1.jpg CHANGED
File without changes
screenshot-2.jpg CHANGED
File without changes
screenshot-3.jpg CHANGED
File without changes
screenshot-4.jpg CHANGED
File without changes
screenshot-5.jpg CHANGED
File without changes
template/gallery-single-template.php CHANGED
@@ -2,11 +2,11 @@
2
  <div id="container">
3
  <div role="main" id="content">
4
  <?php
5
- global $post;
6
  $args = array(
7
  'post_type' => 'gallery',
8
  'post_status' => 'publish',
9
- 'name' => substr(basename( $_SERVER['REQUEST_URI'] ), strpos( basename( $_SERVER['REQUEST_URI'] ), "=")),
10
  'posts_per_page' => 1
11
  );
12
  $second_query = new WP_Query( $args );
@@ -32,13 +32,14 @@
32
  $key = "gllr_image_text";
33
  $image_attributes = wp_get_attachment_image_src( $attachment->ID, 'photo-thumb' );
34
  $image_attributes_large = wp_get_attachment_image_src( $attachment->ID, 'large' );
 
35
  if( $count_image_block % $gllr_options['custom_image_row_count'] == 0 ) { ?>
36
  <div class="gllr_image_row">
37
  <?php } ?>
38
  <div class="gllr_image_block">
39
  <p style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]+20; ?>px;height:<?php echo $gllr_options['gllr_custom_size_px'][1][1]+20; ?>px;">
40
- <a rel="gallery_fancybox" href="<?php echo $image_attributes_large[0]; ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>">
41
- <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;" alt="" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" src="<?php echo $image_attributes[0]; ?>" />
42
  </a>
43
  </p>
44
  <div style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]+20; ?>px;" class="gllr_single_image_text"><?php echo get_post_meta( $attachment->ID, $key, true ); ?>&nbsp;</div>
@@ -79,7 +80,7 @@
79
  'speedIn' : 500,
80
  'speedOut' : 300,
81
  'titleFormat' : function(title, currentArray, currentIndex, currentOpts) {
82
- return '<span id="fancybox-title-inside">' + (title.length ? title + '<br />' : '') + '<?php _e( "Image ", "gallery"); ?>' + (currentIndex + 1) + ' / ' + currentArray.length + '</span>';
83
  }<?php if( $gllr_options['start_slideshow'] == 1 ) { ?>,
84
  'onComplete': function() {
85
  clearTimeout(jQuery.fancybox.slider);
2
  <div id="container">
3
  <div role="main" id="content">
4
  <?php
5
+ 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 );
32
  $key = "gllr_image_text";
33
  $image_attributes = wp_get_attachment_image_src( $attachment->ID, 'photo-thumb' );
34
  $image_attributes_large = wp_get_attachment_image_src( $attachment->ID, 'large' );
35
+ $image_attributes_full = wp_get_attachment_image_src( $attachment->ID, 'full' );
36
  if( $count_image_block % $gllr_options['custom_image_row_count'] == 0 ) { ?>
37
  <div class="gllr_image_row">
38
  <?php } ?>
39
  <div class="gllr_image_block">
40
  <p style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]+20; ?>px;height:<?php echo $gllr_options['gllr_custom_size_px'][1][1]+20; ?>px;">
41
+ <a rel="gallery_fancybox" href="<?php echo $image_attributes_large[0]; ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" >
42
+ <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;" alt="" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" src="<?php echo $image_attributes[0]; ?>" rel="<?php echo $image_attributes_full[0]; ?>" />
43
  </a>
44
  </p>
45
  <div style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]+20; ?>px;" class="gllr_single_image_text"><?php echo get_post_meta( $attachment->ID, $key, true ); ?>&nbsp;</div>
80
  'speedIn' : 500,
81
  'speedOut' : 300,
82
  'titleFormat' : function(title, currentArray, currentIndex, currentOpts) {
83
+ return '<span id="fancybox-title-inside">' + (title.length ? title + '<br />' : '') + '<?php _e( "Image ", "gallery"); ?>' + (currentIndex + 1) + ' / ' + currentArray.length + '</span><?php if( get_post_meta( $post->ID, 'gllr_download_link', true ) != '' ){?><br /><a href="'+$(currentOpts.orig).attr('rel')+'" target="_blank"><?php echo __('Download High resolution image', 'gallery'); ?> </a><?php } ?>';
84
  }<?php if( $gllr_options['start_slideshow'] == 1 ) { ?>,
85
  'onComplete': function() {
86
  clearTimeout(jQuery.fancybox.slider);
template/gallery-template.php CHANGED
File without changes
upload/fileuploader.css CHANGED
File without changes
upload/fileuploader.js CHANGED
File without changes
upload/jquery.js CHANGED
File without changes
upload/loading.gif CHANGED
File without changes