Gallery by BestWebSoft - Version 3.8

Version Description

  • 20.12.2012 =
  • NEW : Serbian and Persian language files is added to the plugin.
  • NEW : Added setting for Border for image on gallery page - display, width, color.
  • NEW : Added setting for URL for Return link - Gallery Template page or Custom page.
  • Update : We updated all functionality for wordpress 3.5.
Download this release

Release Info

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

Code changes from version 3.7 to 3.8

Files changed (49) hide show
  1. css/stylesheet.css +47 -6
  2. gallery-plugin.php +274 -186
  3. images/Thumbs.db +0 -0
  4. images/icons_32.png +0 -0
  5. images/icons_32_b.png +0 -0
  6. images/menu.png +0 -0
  7. images/menu_b.png +0 -0
  8. languages/gallery-cs_CZ.mo +0 -0
  9. languages/gallery-cs_CZ.po +87 -55
  10. languages/gallery-de_DE.mo +0 -0
  11. languages/gallery-de_DE.po +87 -55
  12. languages/gallery-es_ES.mo +0 -0
  13. languages/gallery-es_ES.po +88 -55
  14. languages/gallery-fa_IR.mo +0 -0
  15. languages/gallery-fa_IR.po +315 -0
  16. languages/gallery-fr_FR.mo +0 -0
  17. languages/gallery-fr_FR.po +88 -55
  18. languages/gallery-he_IL.mo +0 -0
  19. languages/gallery-he_IL.po +89 -55
  20. languages/gallery-hu_HU.mo +0 -0
  21. languages/gallery-hu_HU.po +87 -55
  22. languages/gallery-it_IT.mo +0 -0
  23. languages/gallery-it_IT.po +88 -55
  24. languages/gallery-ka_GE.mo +0 -0
  25. languages/gallery-ka_GE.po +87 -55
  26. languages/gallery-lt_LT.mo +0 -0
  27. languages/gallery-lt_LT.po +88 -55
  28. languages/gallery-nl_NL.mo +0 -0
  29. languages/gallery-nl_NL.po +87 -55
  30. languages/gallery-pl_PL.mo +0 -0
  31. languages/gallery-pl_PL.po +87 -55
  32. languages/gallery-pt_BR.mo +0 -0
  33. languages/gallery-pt_BR.po +89 -55
  34. languages/gallery-ru_RU.mo +0 -0
  35. languages/gallery-ru_RU.po +88 -55
  36. languages/gallery-sr_RS.mo +0 -0
  37. languages/gallery-sr_RS.po +388 -0
  38. languages/gallery-uk.mo +0 -0
  39. languages/gallery-uk.po +87 -55
  40. minicolors/component.json +20 -0
  41. minicolors/index.html +312 -0
  42. minicolors/jquery.miniColors.css +182 -0
  43. minicolors/jquery.miniColors.js +634 -0
  44. minicolors/jquery.minicolors.png +0 -0
  45. minicolors/readme.md +22 -0
  46. readme.txt +13 -2
  47. screenshot-3.jpg +0 -0
  48. template/gallery-single-template.php +21 -10
  49. template/gallery-template.php +9 -1
css/stylesheet.css CHANGED
@@ -2,29 +2,31 @@ ul.gallery {
2
  list-style: none outside none;
3
  }
4
 
5
- #content .gallery_box ul
6
- {
7
  list-style: none outside none;
8
  margin:0;
9
  }
10
 
11
- #content .gallery_box li{
12
  padding: 10px 10px 0 0;
13
  clear: both;
14
  }
15
 
16
- #content .gallery_box li img {
17
  padding: 5px;
18
  margin:0 10px 10px 0;
19
  float:left;
20
  border: 1px solid #BDBDBD;
21
  }
22
 
23
- #content .gallery_box p {
24
  margin-bottom:0px;
25
  }
26
 
27
- #content .gallery_box .gallery_detail_box p.title {
 
 
 
28
  color: #000000;
29
  line-height: 1.5em;
30
  margin: 0 0 10px;
@@ -144,6 +146,33 @@ text-align:center;
144
  {
145
  background: url("../images/icon_36_b.png") no-repeat scroll left top transparent;
146
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
147
  #toplevel_page_bws_plugins .wp-submenu .wp-first-item
148
  {
149
  display:none;
@@ -157,4 +186,16 @@ text-align:center;
157
  #gllr_form_image_size .label_radio{
158
  width:540px;
159
  cursor: default;
 
 
 
 
 
 
 
 
 
 
 
 
160
  }
2
  list-style: none outside none;
3
  }
4
 
5
+ .gallery_box ul{
 
6
  list-style: none outside none;
7
  margin:0;
8
  }
9
 
10
+ .gallery_box li{
11
  padding: 10px 10px 0 0;
12
  clear: both;
13
  }
14
 
15
+ .gallery_box li img {
16
  padding: 5px;
17
  margin:0 10px 10px 0;
18
  float:left;
19
  border: 1px solid #BDBDBD;
20
  }
21
 
22
+ .gallery_box p {
23
  margin-bottom:0px;
24
  }
25
 
26
+ .gallery_detail_box {
27
+ float:left;
28
+ }
29
+ .gallery_box .gallery_detail_box p.title {
30
  color: #000000;
31
  line-height: 1.5em;
32
  margin: 0 0 10px;
146
  {
147
  background: url("../images/icon_36_b.png") no-repeat scroll left top transparent;
148
  }
149
+ .wrap #icon-edit.icon32-posts-gallery
150
+ {
151
+ background: url("../images/icons_32.png") no-repeat scroll left top transparent;
152
+ }
153
+
154
+ .admin-color-classic .wrap #icon-edit.icon32-posts-gallery
155
+ {
156
+ background: url("../images/icons_32_b.png") no-repeat scroll left top transparent;
157
+ }
158
+
159
+ #adminmenu #menu-posts-gallery:hover div.wp-menu-image, #adminmenu #menu-posts-gallery.wp-has-current-submenu div.wp-menu-image
160
+ {
161
+ background: url("../images/menu.png") no-repeat scroll left top transparent;
162
+ }
163
+
164
+ .admin-color-classic #adminmenu #menu-posts-gallery:hover div.wp-menu-image, #adminmenu #menu-posts-gallery.wp-has-current-submenu div.wp-menu-image
165
+ {
166
+ background: url("../images/menu_b.png") no-repeat scroll left top transparent;
167
+ }
168
+
169
+ #adminmenu #menu-posts-gallery div.wp-menu-image {
170
+ background: url("../images/menu.png?ver=20100531") no-repeat scroll left -32px transparent;
171
+ }
172
+
173
+ .admin-color-classic #adminmenu #menu-posts-gallery div.wp-menu-image {
174
+ background: url("../images/menu_b.png?ver=20100531") no-repeat scroll left -32px transparent;
175
+ }
176
  #toplevel_page_bws_plugins .wp-submenu .wp-first-item
177
  {
178
  display:none;
186
  #gllr_form_image_size .label_radio{
187
  width:540px;
188
  cursor: default;
189
+ }
190
+
191
+ #gllr_border_images_color_small{
192
+ background: none repeat scroll 0 0 transparent;
193
+ box-shadow: 0 9px 0 rgba(255, 255, 255, 0.1) inset;
194
+ border: 1px solid #CCCCCC;
195
+ display: inline-block;
196
+ height: 20px;
197
+ position: relative;
198
+ vertical-align: middle;
199
+ width: 20px;
200
+ top: -2px;
201
  }
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.7
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
@@ -41,7 +41,7 @@ if( ! function_exists( 'gllr_plugin_install' ) ) {
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" );
@@ -59,7 +59,7 @@ if( ! function_exists( 'gllr_plugin_install' ) ) {
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" );
@@ -69,7 +69,7 @@ if( ! function_exists( 'gllr_plugin_install' ) ) {
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" );
@@ -87,7 +87,7 @@ if( ! function_exists( 'gllr_plugin_install' ) ) {
87
  return false;
88
  @fwrite( $handle, $contents );
89
  @fclose( $handle );
90
- chmod( $filename_theme_2, octdec(755) );
91
  }
92
  }
93
  }
@@ -122,7 +122,7 @@ if( ! function_exists( 'gllr_plugin_uninstall' ) ) {
122
  // Create post type for Gallery
123
  if( ! function_exists( 'post_type_images' ) ) {
124
  function post_type_images() {
125
- register_post_type('gallery', array(
126
  'labels' => array(
127
  'name' => __( 'Galleries', 'gallery' ),
128
  'singular_name' => __( 'Gallery', 'gallery' ),
@@ -143,7 +143,7 @@ if( ! function_exists( 'post_type_images' ) ) {
143
  'capability_type' => 'post',
144
  'has_archive' => false,
145
  'hierarchical' => true,
146
- 'supports' => array('title', 'editor', 'thumbnail', 'author', 'page-attributes' ),
147
  'register_meta_box_cb' => 'init_metaboxes_gallery'
148
  ));
149
  }
@@ -172,7 +172,7 @@ if( ! function_exists( 'addImageAncestorToMenu' ) ) {
172
  $post_ancestors = $post->ancestors;
173
  }
174
 
175
- $menuQuery = "SELECT DISTINCT post_id FROM $wpdb->postmeta WHERE meta_key = '_menu_item_object_id' AND meta_value IN (" . implode(',', $post_ancestors) . ")";
176
  $menuItems = $wpdb->get_col( $menuQuery );
177
 
178
  if ( is_array( $menuItems ) ) {
@@ -222,20 +222,19 @@ if ( ! function_exists( 'gllr_post_custom_box' ) ) {
222
  <div id="hidden"></div>
223
  <div style="clear:both;"></div></div>
224
  <div class="gllr_order_message hidden">
225
- <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 />
226
  <?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'); ?>
227
  <br />
228
- <?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>)
229
  </div>
230
  <script type="text/javascript">
231
- <?php if ($uploader === true) { ?>
232
- jQuery(document).ready(function()
233
- {
234
  var uploader = new qq.FileUploader({
235
  element: document.getElementById('file-uploader-demo1'),
236
  action: '../wp-admin/admin-ajax.php?action=upload_gallery_image',
237
  debug: false,
238
- onComplete: function(id, fileName, result) {
239
  if(result.error) {
240
  //
241
  }
@@ -256,7 +255,7 @@ if ( ! function_exists( 'gllr_post_custom_box' ) ) {
256
  </script>
257
  <?php
258
 
259
- $posts = get_posts(array(
260
  "showposts" => -1,
261
  "what_to_show" => "posts",
262
  "post_status" => "inherit",
@@ -264,7 +263,7 @@ if ( ! function_exists( 'gllr_post_custom_box' ) ) {
264
  "orderby" => $gllr_options['order_by'],
265
  "order" => $gllr_options['order'],
266
  "post_mime_type"=> "image/jpeg,image/gif,image/jpg,image/png",
267
- "post_parent" => $post->ID)); ?>
268
  <ul class="gallery clearfix">
269
  <?php foreach ( $posts as $page ):
270
  $image_text = get_post_meta( $page->ID, $key, FALSE );
@@ -273,8 +272,8 @@ if ( ! function_exists( 'gllr_post_custom_box' ) ) {
273
  echo '<div class="gllr_border_image"><img src="'.$image_attributes[0].'" alt="'.$page->post_title.'" title="'.$page->post_title.'" height="'.get_option( 'thumbnail_size_h' ).'" width="'.get_option( 'thumbnail_size_w' ).'" /></div>';
274
  echo '<input type="text" name="gllr_image_text['.$page->ID.']" value="'.get_post_meta( $page->ID, $key, TRUE ).'" class="gllr_image_text" />';
275
  echo '<input type="text" name="gllr_order_text['.$page->ID.']" value="'.$page->menu_order.'" class="gllr_order_text '.( $page->menu_order == 0 ? "hidden" : '' ).'" />';
276
- echo '<br />'.__("Link URL", "gallery").'<br /><input type="text" name="gllr_link_url['.$page->ID.']" value="'.get_post_meta( $page->ID, $link_key, TRUE ).'" class="gllr_link_text" /><br /><span class="small_text">'.__("(clicking on image <br /> open the link in new window)", "gallery").'</span>';
277
- echo '<div class="delete"><a href="javascript:void(0);" onclick="img_delete('.$page->ID.');">'.__("Delete", "gallery").'</a><div/>';
278
  echo '</div></li>';
279
  endforeach; ?>
280
  </ul><div style="clear:both;"></div>
@@ -305,7 +304,7 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
305
  $array_file_name = $_REQUEST['undefined'];
306
  $uploadFile = array();
307
  $newthumb = array();
308
- $time = current_time('mysql');
309
 
310
  $uploadDir = wp_upload_dir( $time );
311
 
@@ -318,12 +317,12 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
318
  while( list( $key, $val ) = each( $array_file_name ) ) {
319
  $file_name = $val;
320
  if( file_exists( $uploadFile[$key] ) ){
321
- $uploadFile[$key] = $uploadDir["path"] ."/" . pathinfo($uploadFile[$key], PATHINFO_FILENAME ).uniqid().".".pathinfo($uploadFile[$key], PATHINFO_EXTENSION );
322
  }
323
 
324
  if ( copy ( ABSPATH ."wp-content/plugins/gallery-plugin/upload/files/".$file_name, $uploadFile[$key] ) ) {
325
  unlink( ABSPATH ."wp-content/plugins/gallery-plugin/upload/files/".$file_name );
326
- $overrides = array('test_form' => false );
327
 
328
  $file = $uploadFile[$key];
329
  $filename = basename( $file );
@@ -349,7 +348,7 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
349
  }
350
  }
351
  if( isset( $_REQUEST['gllr_image_text'] ) ) {
352
- $posts = get_posts(array(
353
  "showposts" => -1,
354
  "what_to_show" => "posts",
355
  "post_status" => "inherit",
@@ -357,7 +356,7 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
357
  "orderby" => "menu_order",
358
  "order" => "ASC",
359
  "post_mime_type"=> "image/jpeg,image/gif,image/jpg,image/png",
360
- "post_parent" => $post->ID));
361
  foreach ( $posts as $page ) {
362
  if( isset( $_REQUEST['gllr_image_text'][$page->ID] ) ) {
363
  $value = $_REQUEST['gllr_image_text'][$page->ID];
@@ -365,7 +364,7 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
365
  // Custom field has a value and this custom field exists in database
366
  update_post_meta( $page->ID, $key, $value );
367
  }
368
- elseif($value) {
369
  // Custom field has a value, but this custom field does not exist in database
370
  add_post_meta( $page->ID, $key, $value );
371
  }
@@ -378,7 +377,7 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
378
  }
379
  }
380
  if( isset( $_REQUEST['gllr_link_url'] ) ) {
381
- $posts = get_posts(array(
382
  "showposts" => -1,
383
  "what_to_show" => "posts",
384
  "post_status" => "inherit",
@@ -386,7 +385,7 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
386
  "orderby" => "menu_order",
387
  "order" => "ASC",
388
  "post_mime_type"=> "image/jpeg,image/gif,image/jpg,image/png",
389
- "post_parent" => $post->ID));
390
  foreach ( $posts as $page ) {
391
  if( isset( $_REQUEST['gllr_link_url'][$page->ID] ) ) {
392
  $value = $_REQUEST['gllr_link_url'][$page->ID];
@@ -394,7 +393,7 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
394
  // Custom field has a value and this custom field exists in database
395
  update_post_meta( $page->ID, $link_key, $value );
396
  }
397
- elseif($value) {
398
  // Custom field has a value, but this custom field does not exist in database
399
  add_post_meta( $page->ID, $link_key, $value );
400
  }
@@ -402,17 +401,17 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
402
  }
403
  }
404
  if( isset( $_REQUEST['gllr_download_link'] ) ){
405
- if( get_post_meta( $post->ID, 'gllr_download_link', FALSE ) ) {
406
  // Custom field has a value and this custom field exists in database
407
- update_post_meta( $post->ID, 'gllr_download_link', 1 );
408
  }
409
  else {
410
  // Custom field has a value, but this custom field does not exist in database
411
- add_post_meta( $post->ID, 'gllr_download_link', 1 );
412
  }
413
  }
414
  else{
415
- delete_post_meta( $post->ID, 'gllr_download_link' );
416
  }
417
  }
418
  }
@@ -427,7 +426,7 @@ if ( ! function_exists ( 'gllr_plugin_init' ) ) {
427
  if( ! function_exists( 'gllr_custom_permalinks' ) ) {
428
  function gllr_custom_permalinks( $rules ) {
429
  global $wpdb;
430
- $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");
431
  $newrules = array();
432
  if( ! empty( $parent ) ) {
433
  $newrules['(.+)/'.$parent.'/([^/]+)/?$']= 'index.php?post_type=gallery&name=$matches[2]&posts_per_page=-1';
@@ -501,10 +500,10 @@ if ( ! function_exists( 'gllr_custom_columns' ) ) {
501
  echo '<a href="edit.php?post_type=post&amp;author='.$author_id.'">'.get_the_author_meta( 'user_nicename' , $author_id ).'</a>';
502
  break;
503
  case "gallery":
504
- echo count($row);
505
  break;
506
  case "status":
507
- if( $post->post_status == 'publish' )
508
  echo '<a href="javascript:void(0)">Yes</a>';
509
  else
510
  echo '<a href="javascript:void(0)">No</a>';
@@ -517,9 +516,9 @@ if ( ! function_exists( 'gllr_custom_columns' ) ) {
517
  }
518
 
519
  if ( ! function_exists( 'get_ID_by_slug' ) ) {
520
- function get_ID_by_slug($page_slug) {
521
- $page = get_page_by_path($page_slug);
522
- if ($page) {
523
  return $page->ID;
524
  }
525
  else {
@@ -576,7 +575,7 @@ if( ! function_exists( 'gllr_page_css_class' ) ) {
576
  if( ! function_exists( 'bws_add_menu_render' ) ) {
577
  function bws_add_menu_render() {
578
  global $title;
579
- $active_plugins = get_option('active_plugins');
580
  $all_plugins = get_plugins();
581
 
582
  $array_activate = array();
@@ -595,7 +594,7 @@ if( ! function_exists( 'bws_add_menu_render' ) ) {
595
  array( 'quotes-and-tips\/quotes-and-tips.php', 'Quotes and Tips', 'http://wordpress.org/extend/plugins/quotes-and-tips/', 'http://bestwebsoft.com/plugin/quotes-and-tips/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Quotes+and+Tips+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=quotes-and-tips.php' ),
596
  array( 'google-sitemap-plugin\/google-sitemap-plugin.php', 'Google sitemap plugin', 'http://wordpress.org/extend/plugins/google-sitemap-plugin/', 'http://bestwebsoft.com/plugin/google-sitemap-plugin/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+sitemap+plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=google-sitemap-plugin.php' )
597
  );
598
- foreach($array_plugins as $plugins) {
599
  if( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
600
  $array_activate[$count_activate]['title'] = $plugins[1];
601
  $array_activate[$count_activate]['link'] = $plugins[2];
@@ -603,7 +602,7 @@ if( ! function_exists( 'bws_add_menu_render' ) ) {
603
  $array_activate[$count_activate]['url'] = $plugins[5];
604
  $count_activate++;
605
  }
606
- else if( array_key_exists(str_replace("\\", "", $plugins[0]), $all_plugins) ) {
607
  $array_install[$count_install]['title'] = $plugins[1];
608
  $array_install[$count_install]['link'] = $plugins[2];
609
  $array_install[$count_install]['href'] = $plugins[3];
@@ -632,7 +631,7 @@ if( ! function_exists( 'bws_add_menu_render' ) ) {
632
  <?php if( 0 < $count_install ) { ?>
633
  <div>
634
  <h3><?php _e( 'Installed plugins', 'gallery' ); ?></h3>
635
- <?php foreach($array_install as $install_plugin) { ?>
636
  <div style="float:left; width:200px;"><?php echo $install_plugin['title']; ?></div> <p><a href="<?php echo $install_plugin['link']; ?>" target="_blank"><?php echo __( "Read more", 'gallery'); ?></a></p>
637
  <?php } ?>
638
  </div>
@@ -653,8 +652,8 @@ if( ! function_exists( 'bws_add_menu_render' ) ) {
653
 
654
  if( ! function_exists( 'add_gllr_admin_menu' ) ) {
655
  function add_gllr_admin_menu() {
656
- add_menu_page( 'BWS Plugins', 'BWS Plugins', 'manage_options', 'bws_plugins', 'bws_add_menu_render', plugins_url("images/px.png", __FILE__), 1001);
657
- add_submenu_page('bws_plugins', __( 'Gallery', 'gallery' ), __( 'Gallery', 'gallery' ), 'manage_options', "gallery-plugin.php", 'gllr_settings_page');
658
 
659
  //call register settings function
660
  add_action( 'admin_init', 'register_gllr_settings' );
@@ -671,17 +670,23 @@ if( ! function_exists( 'register_gllr_settings' ) ) {
671
  //var_dump($wp_filesystem);
672
 
673
  $gllr_option_defaults = array(
674
- 'gllr_custom_size_name' => array( 'album-thumb', 'photo-thumb' ),
675
- 'gllr_custom_size_px' => array( array(120, 80), array(160, 120) ),
676
- 'custom_image_row_count' => 3,
677
- 'start_slideshow' => 0,
678
- 'slideshow_interval' => 2000,
679
- 'order_by' => 'menu_order',
680
- 'order' => 'ASC',
681
- 'read_more_link_text' => __( 'See photo &raquo;', 'gallery' ),
682
- 'return_link' => 0,
683
- 'return_link_text' => 'Return to all albums',
684
- 'return_link_shortcode' => 0
 
 
 
 
 
 
685
  );
686
 
687
  // install the option defaults
@@ -715,42 +720,59 @@ if( ! function_exists( 'register_gllr_settings' ) ) {
715
 
716
  if( ! function_exists( 'gllr_settings_page' ) ) {
717
  function gllr_settings_page() {
718
- global $gllr_options;
719
  $error = "";
720
 
721
  // Save data for settings page
722
- if( isset( $_REQUEST['gllr_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'gllr_nonce_name' ) ) {
723
  $gllr_request_options = array();
724
  $gllr_request_options["gllr_custom_size_name"] = $gllr_options["gllr_custom_size_name"];
725
 
726
  $gllr_request_options["gllr_custom_size_px"] = array(
727
- array( intval( trim( $_REQUEST['custom_image_size_w_album'] ) ), intval( trim($_REQUEST['custom_image_size_h_album'] ) ) ),
728
- array( intval( trim( $_REQUEST['custom_image_size_w_photo'] ) ), intval( trim($_REQUEST['custom_image_size_h_photo'] ) ) )
729
  );
730
- $gllr_request_options["custom_image_row_count"] = intval( trim( $_REQUEST['custom_image_row_count'] ) );
 
 
 
 
 
 
 
 
 
731
  if( $gllr_request_options["custom_image_row_count"] == "" || $gllr_request_options["custom_image_row_count"] < 1 )
732
  $gllr_request_options["custom_image_row_count"] = 1;
733
 
734
- if( isset( $_REQUEST['start_slideshow'] ) )
735
  $gllr_request_options["start_slideshow"] = 1;
736
  else
737
  $gllr_request_options["start_slideshow"] = 0;
738
- $gllr_request_options["slideshow_interval"] = $_REQUEST['slideshow_interval'];
739
- $gllr_request_options["order_by"] = $_REQUEST['order_by'];
740
- $gllr_request_options["order"] = $_REQUEST['order'];
 
 
 
 
 
741
 
742
- if( isset( $_REQUEST['return_link'] ) )
743
  $gllr_request_options["return_link"] = 1;
744
  else
745
  $gllr_request_options["return_link"] = 0;
746
 
747
- if( isset( $_REQUEST['return_link_shortcode'] ) )
 
 
 
748
  $gllr_request_options["return_link_shortcode"] = 1;
749
  else
750
  $gllr_request_options["return_link_shortcode"] = 0;
751
 
752
- $gllr_request_options["return_link_text"] = $_REQUEST['return_link_text'];
753
- $gllr_request_options["read_more_link_text"] = $_REQUEST['read_more_link_text'];
754
 
755
  // array merge incase this version has added new options
756
  $gllr_options = array_merge( $gllr_options, $gllr_request_options );
@@ -771,105 +793,132 @@ if( ! function_exists( 'gllr_settings_page' ) ) {
771
  ?>
772
  <div class="wrap">
773
  <div class="icon32 icon32-bws" id="icon-options-general"></div>
774
- <h2><?php _e('Gallery Options', 'gallery' ); ?></h2>
775
  <div class="updated fade" <?php if( ! isset( $_REQUEST['gllr_form_submit'] ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
776
  <div class="error" <?php if( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
777
  <p><?php _e( "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:", 'gallery' ); ?> [print_gllr id=Your_gallery_post_id]</p>
778
  <form method="post" action="admin.php?page=gallery-plugin.php" id="gllr_form_image_size">
779
  <table class="form-table">
780
  <tr valign="top">
781
- <th scope="row"><?php _e('The size of the cover album for gallery', 'gallery' ); ?> </th>
782
  <td>
783
  <label for="custom_image_size_name"><?php _e( 'Image size name', 'gallery' ); ?></label> <?php echo $gllr_options["gllr_custom_size_name"][0]; ?><br />
784
- <label for="custom_image_size_w"><?php _e( 'Width (in px)', 'gallery' ); ?></label> <input type="text" name="custom_image_size_w_album" value="<?php echo $gllr_options["gllr_custom_size_px"][0][0]; ?>" /><br />
785
- <label for="custom_image_size_h"><?php _e( 'Height (in px)', 'gallery' ); ?></label> <input type="text" name="custom_image_size_h_album" value="<?php echo $gllr_options["gllr_custom_size_px"][0][1]; ?>" />
786
  </td>
787
  </tr>
788
  <tr valign="top">
789
- <th scope="row"><?php _e('Size for gallery image', 'gallery' ); ?> </th>
790
  <td>
791
  <label for="custom_image_size_name"><?php _e( 'Image size name', 'gallery' ); ?></label> <?php echo $gllr_options["gllr_custom_size_name"][1]; ?><br />
792
- <label for="custom_image_size_w"><?php _e( 'Width (in px)', 'gallery' ); ?></label> <input type="text" name="custom_image_size_w_photo" value="<?php echo $gllr_options["gllr_custom_size_px"][1][0]; ?>" /><br />
793
- <label for="custom_image_size_h"><?php _e( 'Height (in px)', 'gallery' ); ?></label> <input type="text" name="custom_image_size_h_photo" value="<?php echo $gllr_options["gllr_custom_size_px"][1][1]; ?>" />
794
  </td>
795
  </tr>
796
  <tr valign="top">
797
  <td colspan="2"><span style="color: #888888;font-size: 10px;"><?php _e( 'WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo.', 'gallery' ); ?></span></td>
798
  </tr>
799
  <tr valign="top">
800
- <th scope="row"><?php _e('Count images in row', 'gallery' ); ?> </th>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
801
  <td>
802
- <input type="text" name="custom_image_row_count" value="<?php echo $gllr_options["custom_image_row_count"]; ?>" />
803
  </td>
804
  </tr>
805
  <tr valign="top">
806
- <th scope="row"><?php _e('Start slideshow', 'gallery' ); ?> </th>
807
  <td>
808
- <input type="checkbox" name="start_slideshow" value="1" <?php if( $gllr_options["start_slideshow"] == 1 ) echo 'checked="checked"'; ?> />
 
 
 
 
809
  </td>
810
  </tr>
811
  <tr valign="top">
812
- <th scope="row"><?php _e('Slideshow interval', 'gallery' ); ?> </th>
813
  <td>
814
- <input type="text" name="slideshow_interval" value="<?php echo $gllr_options["slideshow_interval"]; ?>" />
 
815
  </td>
816
  </tr>
817
  <tr valign="top">
818
- <th scope="row"><?php _e('Attachments order by', 'gallery' ); ?> </th>
819
  <td>
820
- <input type="radio" name="order_by" value="ID" <?php if( $gllr_options["order_by"] == 'ID' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order_by"><?php _e( 'attachment id', 'gallery' ); ?></label><br />
821
- <input type="radio" name="order_by" value="title" <?php if( $gllr_options["order_by"] == 'title' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order_by"><?php _e( 'attachment title', 'gallery' ); ?></label><br />
822
- <input type="radio" name="order_by" value="date" <?php if( $gllr_options["order_by"] == 'date' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order_by"><?php _e( 'date', 'gallery' ); ?></label><br />
823
- <input type="radio" name="order_by" value="menu_order" <?php if( $gllr_options["order_by"] == 'menu_order' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order_by"><?php _e( 'attachments order (the integer fields in the Insert / Upload Media Gallery dialog )', 'gallery' ); ?></label><br />
824
- <input type="radio" name="order_by" value="rand" <?php if( $gllr_options["order_by"] == 'rand' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order_by"><?php _e( 'random', 'gallery' ); ?></label>
825
  </td>
826
  </tr>
827
  <tr valign="top">
828
- <th scope="row"><?php _e('Attachments order', 'gallery' ); ?> </th>
829
  <td>
830
- <input type="radio" name="order" value="ASC" <?php if( $gllr_options["order"] == 'ASC' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order"><?php _e( 'ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)', 'gallery' ); ?></label><br />
831
- <input type="radio" name="order" value="DESC" <?php if( $gllr_options["order"] == 'DESC' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order"><?php _e( 'DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)', 'gallery' ); ?></label>
832
  </td>
833
  </tr>
834
  <tr valign="top">
835
- <th scope="row"><?php _e('Display Return link', 'gallery' ); ?> </th>
836
  <td>
837
- <input type="checkbox" name="return_link" value="1" <?php if( $gllr_options["return_link"] == 1 ) echo 'checked="checked"'; ?> />
838
  </td>
839
  </tr>
840
  <tr valign="top">
841
- <th scope="row"><?php _e('Display Return link in shortcode', 'gallery' ); ?> </th>
842
  <td>
843
- <input type="checkbox" name="return_link_shortcode" value="1" <?php if( $gllr_options["return_link_shortcode"] == 1 ) echo 'checked="checked"'; ?> />
844
  </td>
845
  </tr>
846
  <tr valign="top">
847
- <th scope="row"><?php _e('Label for Return link', 'gallery' ); ?> </th>
848
  <td>
849
- <input type="text" name="return_link_text" value="<?php echo $gllr_options["return_link_text"]; ?>" style="width:200px;" />
 
 
850
  </td>
851
  </tr>
852
  <tr valign="top">
853
- <th scope="row"><?php _e('Label for Read More link', 'gallery' ); ?> </th>
854
  <td>
855
- <input type="text" name="read_more_link_text" value="<?php echo $gllr_options["read_more_link_text"]; ?>" style="width:200px;" />
856
  </td>
857
  </tr>
858
  </table>
859
  <input type="hidden" name="gllr_form_submit" value="submit" />
860
  <p class="submit">
861
- <input type="submit" class="button-primary" value="<?php _e('Save Changes') ?>" />
862
  </p>
863
- <?php wp_nonce_field( plugin_basename(__FILE__), 'gllr_nonce_name' ); ?>
864
  </form>
865
  </div>
866
  <?php }
867
  }
868
 
869
  if( ! function_exists( 'gllr_register_plugin_links' ) ) {
870
- function gllr_register_plugin_links($links, $file) {
871
- $base = plugin_basename(__FILE__);
872
- if ($file == $base) {
873
  $links[] = '<a href="admin.php?page=gallery-plugin.php">' . __( 'Settings', 'gallery' ) . '</a>';
874
  $links[] = '<a href="http://wordpress.org/extend/plugins/gallery-plugin/faq/" target="_blank">' . __( 'FAQ', 'gallery' ) . '</a>';
875
  $links[] = '<a href="Mailto:plugin@bestwebsoft.com">' . __( 'Support', 'gallery' ) . '</a>';
@@ -882,7 +931,7 @@ if( ! function_exists( 'gllr_plugin_action_links' ) ) {
882
  function gllr_plugin_action_links( $links, $file ) {
883
  //Static so we don't call plugin_basename on every plugin row.
884
  static $this_plugin;
885
- if ( ! $this_plugin ) $this_plugin = plugin_basename(__FILE__);
886
 
887
  if ( $file == $this_plugin ){
888
  $settings_link = '<a href="admin.php?page=gallery-plugin.php">' . __( 'Settings', 'gallery' ) . '</a>';
@@ -893,39 +942,68 @@ if( ! function_exists( 'gllr_plugin_action_links' ) ) {
893
  }
894
 
895
  if ( ! function_exists ( 'gllr_add_admin_script' ) ) {
896
- function gllr_add_admin_script() { ?>
 
 
 
 
 
 
897
  <script>
898
- (function($) {
899
- $(document).ready(function(){
900
- $('.gllr_image_block img').css('cursor', 'all-scroll' );
901
- $('.gllr_order_message').removeClass('hidden');
902
- var d=false;
903
- $( '#Upload-File .gallery' ).sortable({
904
- stop: function(event, ui) {
905
- $('.gllr_order_text').removeClass('hidden');
906
- var g=$('#Upload-File .gallery').sortable('toArray');
907
- var f=g.length;
908
- $.each( g,
909
- function( k,l ){
910
- var j=d?(f-k):(1+k);
911
- $('.gllr_order_text[name^="gllr_order_text['+l+']"]').val(j);
912
- }
913
- )
914
- }
915
- });
916
- });
917
- })(jQuery);
918
- </script>
919
- <?php }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
920
  }
921
 
922
  if ( ! function_exists ( 'gllr_admin_head' ) ) {
923
  function gllr_admin_head() {
 
924
  wp_enqueue_style( 'gllrStylesheet', plugins_url( 'css/stylesheet.css', __FILE__ ) );
925
  wp_enqueue_style( 'gllrFileuploaderCss', plugins_url( 'upload/fileuploader.css', __FILE__ ) );
 
926
  wp_enqueue_script( 'jquery' );
927
- //wp_enqueue_script( 'jquery-ui-draggable' );
928
- //wp_enqueue_script( 'jquery-ui-droppable' );
 
929
  wp_enqueue_script( 'jquery-ui-sortable' );
930
  wp_enqueue_script( 'gllrFileuploaderJs', plugins_url( 'upload/fileuploader.js', __FILE__ ), array( 'jquery' ) );
931
  }
@@ -966,7 +1044,7 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
966
  $attachments = get_post_thumbnail_id( $post->ID );
967
  if( empty ( $attachments ) ) {
968
  $attachments = get_children( 'post_parent='.$post->ID.'&post_type=attachment&post_mime_type=image&numberposts=1' );
969
- $id = key($attachments);
970
  $image_attributes = wp_get_attachment_image_src( $id, 'album-thumb' );
971
  }
972
  else {
@@ -977,7 +1055,7 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
977
  <img style="width:<?php echo $gllr_options['gllr_custom_size_px'][0][0]; ?>px;" alt="<?php echo $post->post_title; ?>" title="<?php echo $post->post_title; ?>" src="<?php echo $image_attributes[0]; ?>" />
978
  <div class="gallery_detail_box">
979
  <div><?php echo $post->post_title; ?></div>
980
- <div><?php echo the_excerpt_max_charlength(100); ?></div>
981
  <a href="<?php echo get_permalink( $post->ID ); ?>"><?php echo $gllr_options["read_more_link_text"]; ?></a>
982
  </div>
983
  <div class="clear"></div>
@@ -985,13 +1063,13 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
985
  <?php endif; ?>
986
  </ul></div>
987
  <?php } else {
988
- if ($second_query->have_posts()) :
989
- while ($second_query->have_posts()) :
990
  global $post;
991
  $second_query->the_post(); ?>
992
  <div class="gallery_box_single">
993
  <?php the_content();
994
- $posts = get_posts(array(
995
  "showposts" => -1,
996
  "what_to_show" => "posts",
997
  "post_status" => "inherit",
@@ -1010,29 +1088,37 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
1010
  $image_attributes = wp_get_attachment_image_src( $attachment->ID, 'photo-thumb' );
1011
  $image_attributes_large = wp_get_attachment_image_src( $attachment->ID, 'large' );
1012
  $image_attributes_full = wp_get_attachment_image_src( $attachment->ID, 'full' );
 
 
 
 
 
 
 
 
1013
  if( $count_image_block % $gllr_options['custom_image_row_count'] == 0 ) { ?>
1014
  <div class="gllr_image_row">
1015
  <?php } ?>
1016
  <div class="gllr_image_block">
1017
- <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;">
1018
  <?php if( ( $url_for_link = get_post_meta( $attachment->ID, $link_key, true ) ) != "" ) { ?>
1019
  <a href="<?php echo $url_for_link; ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" target="_blank">
1020
- <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]; ?>" />
1021
  </a>
1022
  <?php } else { ?>
1023
  <a rel="gallery_fancybox" href="<?php echo $image_attributes_large[0]; ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>">
1024
- <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]; ?>" />
1025
  </a>
1026
  <?php } ?>
1027
  </p>
1028
- <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>
1029
  </div>
1030
- <?php if($count_image_block%$gllr_options['custom_image_row_count'] == $gllr_options['custom_image_row_count']-1 ) { ?>
1031
  </div>
1032
  <?php }
1033
  $count_image_block++;
1034
  }
1035
- if($count_image_block > 0 && $count_image_block%$gllr_options['custom_image_row_count'] != 0) { ?>
1036
  </div>
1037
  <?php } ?>
1038
  </div>
@@ -1042,15 +1128,18 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
1042
  <?php endwhile;
1043
  else: ?>
1044
  <div class="gallery_box_single">
1045
- <p class="not_found"><?php _e('Sorry - nothing to found.', 'gallery'); ?></p>
1046
  </div>
1047
  <?php endif; ?>
1048
- <?php if( $gllr_options['return_link_shortcode'] == 1 ) {
1049
- global $wpdb;
1050
- $parent = $wpdb->get_var("SELECT $wpdb->posts.ID FROM $wpdb->posts, $wpdb->postmeta WHERE meta_key = '_wp_page_template' AND meta_value = 'gallery-template.php' AND (post_status = 'publish' OR post_status = 'private') AND $wpdb->posts.ID = $wpdb->postmeta.post_id");
1051
- ?>
1052
- <div class="return_link"><a href="<?php echo ( !empty( $parent ) ? get_permalink( $parent ) : '' ); ?>"><?php echo $gllr_options['return_link_text']; ?></a></div>
1053
- <?php } ?>
 
 
 
1054
  <script type="text/javascript">
1055
  (function($){
1056
  $(document).ready(function(){
@@ -1085,20 +1174,20 @@ if( ! function_exists( 'upload_gallery_image' ) ){
1085
  * Save the file to the specified path
1086
  * @return boolean TRUE on success
1087
  */
1088
- function save($path) {
1089
- $input = fopen("php://input", "r");
1090
  $temp = tmpfile();
1091
- $realSize = stream_copy_to_stream($input, $temp);
1092
- fclose($input);
1093
 
1094
- if ($realSize != $this->getSize()){
1095
  return false;
1096
  }
1097
 
1098
- $target = fopen($path, "w");
1099
- fseek($temp, 0, SEEK_SET);
1100
- stream_copy_to_stream($temp, $target);
1101
- fclose($target);
1102
 
1103
  return true;
1104
  }
@@ -1106,10 +1195,10 @@ if( ! function_exists( 'upload_gallery_image' ) ){
1106
  return $_GET['qqfile'];
1107
  }
1108
  function getSize() {
1109
- if (isset($_SERVER["CONTENT_LENGTH"])){
1110
  return (int)$_SERVER["CONTENT_LENGTH"];
1111
  } else {
1112
- throw new Exception('Getting content length is not supported.');
1113
  }
1114
  }
1115
  }
@@ -1123,7 +1212,7 @@ if( ! function_exists( 'upload_gallery_image' ) ){
1123
  * @return boolean TRUE on success
1124
  */
1125
  function save($path) {
1126
- if(!move_uploaded_file($_FILES['qqfile']['tmp_name'], $path)){
1127
  return false;
1128
  }
1129
  return true;
@@ -1141,17 +1230,17 @@ if( ! function_exists( 'upload_gallery_image' ) ){
1141
  private $sizeLimit = 10485760;
1142
  private $file;
1143
 
1144
- function __construct(array $allowedExtensions = array(), $sizeLimit = 10485760){
1145
- $allowedExtensions = array_map("strtolower", $allowedExtensions);
1146
 
1147
  $this->allowedExtensions = $allowedExtensions;
1148
  $this->sizeLimit = $sizeLimit;
1149
 
1150
  //$this->checkServerSettings();
1151
 
1152
- if (isset($_GET['qqfile'])) {
1153
  $this->file = new qqUploadedFileXhr();
1154
- } elseif (isset($_FILES['qqfile'])) {
1155
  $this->file = new qqUploadedFileForm();
1156
  } else {
1157
  $this->file = false;
@@ -1159,19 +1248,19 @@ if( ! function_exists( 'upload_gallery_image' ) ){
1159
  }
1160
 
1161
  private function checkServerSettings(){
1162
- $postSize = $this->toBytes(ini_get('post_max_size'));
1163
- $uploadSize = $this->toBytes(ini_get('upload_max_filesize'));
1164
 
1165
  if ($postSize < $this->sizeLimit || $uploadSize < $this->sizeLimit){
1166
- $size = max(1, $this->sizeLimit / 1024 / 1024) . 'M';
1167
- die("{error:'increase post_max_size and upload_max_filesize to $size'}");
1168
  }
1169
  }
1170
 
1171
- private function toBytes($str){
1172
- $val = trim($str);
1173
- $last = strtolower($str[strlen($str)-1]);
1174
- switch($last) {
1175
  case 'g': $val *= 1024;
1176
  case 'm': $val *= 1024;
1177
  case 'k': $val *= 1024;
@@ -1182,45 +1271,44 @@ if( ! function_exists( 'upload_gallery_image' ) ){
1182
  /**
1183
  * Returns array('success'=>true) or array('error'=>'error message')
1184
  */
1185
- function handleUpload($uploadDirectory, $replaceOldFile = FALSE){
1186
- if (!is_writable($uploadDirectory)){
1187
  return "{error:'Server error. Upload directory isn't writable.'}";
1188
  }
1189
 
1190
- if (!$this->file){
1191
  return "{error:'No files were uploaded.'}";
1192
  }
1193
 
1194
  $size = $this->file->getSize();
1195
 
1196
- if ($size == 0) {
1197
  return "{error:'File is empty'}";
1198
  }
1199
 
1200
- if ($size > $this->sizeLimit) {
1201
  return "{error:'File is too large'}";
1202
  }
1203
 
1204
- $pathinfo = pathinfo($this->file->getName());
1205
  $ext = $pathinfo['extension'];
1206
- $filename = str_replace(".".$ext, "", $pathinfo['basename']);
1207
  //$filename = md5(uniqid());
1208
 
1209
- if($this->allowedExtensions && !in_array(strtolower($ext), $this->allowedExtensions)){
1210
- $these = implode(', ', $this->allowedExtensions);
1211
  return "{error:'File has an invalid extension, it should be one of $these .'}";
1212
  }
1213
 
1214
- if(!$replaceOldFile){
1215
  /// don't overwrite previous files that were uploaded
1216
- while (file_exists($uploadDirectory . $filename . '.' . $ext)) {
1217
- $filename .= rand(10, 99);
1218
  }
1219
  }
1220
 
1221
- if ($this->file->save($uploadDirectory . $filename . '.' . $ext)){
1222
-
1223
- list($width, $height, $type, $attr) = getimagesize($uploadDirectory . $filename . '.' . $ext);
1224
  return "{success:true,width:".$width.",height:".$height."}";
1225
  } else {
1226
  return "{error:'Could not save uploaded file. The upload was cancelled, or server error encountered'}";
@@ -1230,7 +1318,7 @@ if( ! function_exists( 'upload_gallery_image' ) ){
1230
  }
1231
 
1232
  // list of valid extensions, ex. array("jpeg", "xml", "bmp")
1233
- $allowedExtensions = array("jpeg", "jpg", "gif", "png");
1234
  // max file size in bytes
1235
  $sizeLimit = 10 * 1024 * 1024;
1236
 
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.8
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
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" );
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" );
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" );
87
  return false;
88
  @fwrite( $handle, $contents );
89
  @fclose( $handle );
90
+ chmod( $filename_theme_2, octdec( 755 ) );
91
  }
92
  }
93
  }
122
  // Create post type for Gallery
123
  if( ! function_exists( 'post_type_images' ) ) {
124
  function post_type_images() {
125
+ register_post_type( 'gallery', array(
126
  'labels' => array(
127
  'name' => __( 'Galleries', 'gallery' ),
128
  'singular_name' => __( 'Gallery', 'gallery' ),
143
  'capability_type' => 'post',
144
  'has_archive' => false,
145
  'hierarchical' => true,
146
+ 'supports' => array( 'title', 'editor', 'thumbnail', 'author', 'page-attributes' ),
147
  'register_meta_box_cb' => 'init_metaboxes_gallery'
148
  ));
149
  }
172
  $post_ancestors = $post->ancestors;
173
  }
174
 
175
+ $menuQuery = "SELECT DISTINCT post_id FROM $wpdb->postmeta WHERE meta_key = '_menu_item_object_id' AND meta_value IN (" . implode( ',', $post_ancestors ) . ")";
176
  $menuItems = $wpdb->get_col( $menuQuery );
177
 
178
  if ( is_array( $menuItems ) ) {
222
  <div id="hidden"></div>
223
  <div style="clear:both;"></div></div>
224
  <div class="gllr_order_message hidden">
225
+ <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 />
226
  <?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'); ?>
227
  <br />
228
+ <?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>)
229
  </div>
230
  <script type="text/javascript">
231
+ <?php if ( $uploader === true ) { ?>
232
+ jQuery(document).ready( function(){
 
233
  var uploader = new qq.FileUploader({
234
  element: document.getElementById('file-uploader-demo1'),
235
  action: '../wp-admin/admin-ajax.php?action=upload_gallery_image',
236
  debug: false,
237
+ onComplete: function( id, fileName, result ) {
238
  if(result.error) {
239
  //
240
  }
255
  </script>
256
  <?php
257
 
258
+ $posts = get_posts( array(
259
  "showposts" => -1,
260
  "what_to_show" => "posts",
261
  "post_status" => "inherit",
263
  "orderby" => $gllr_options['order_by'],
264
  "order" => $gllr_options['order'],
265
  "post_mime_type"=> "image/jpeg,image/gif,image/jpg,image/png",
266
+ "post_parent" => $post->ID )); ?>
267
  <ul class="gallery clearfix">
268
  <?php foreach ( $posts as $page ):
269
  $image_text = get_post_meta( $page->ID, $key, FALSE );
272
  echo '<div class="gllr_border_image"><img src="'.$image_attributes[0].'" alt="'.$page->post_title.'" title="'.$page->post_title.'" height="'.get_option( 'thumbnail_size_h' ).'" width="'.get_option( 'thumbnail_size_w' ).'" /></div>';
273
  echo '<input type="text" name="gllr_image_text['.$page->ID.']" value="'.get_post_meta( $page->ID, $key, TRUE ).'" class="gllr_image_text" />';
274
  echo '<input type="text" name="gllr_order_text['.$page->ID.']" value="'.$page->menu_order.'" class="gllr_order_text '.( $page->menu_order == 0 ? "hidden" : '' ).'" />';
275
+ echo '<br />'.__( "Link URL", "gallery" ).'<br /><input type="text" name="gllr_link_url['.$page->ID.']" value="'.get_post_meta( $page->ID, $link_key, TRUE ).'" class="gllr_link_text" /><br /><span class="small_text">'.__( "(clicking on image <br /> open the link in new window)", "gallery" ).'</span>';
276
+ echo '<div class="delete"><a href="javascript:void(0);" onclick="img_delete('.$page->ID.');">'.__( "Delete", "gallery" ).'</a><div/>';
277
  echo '</div></li>';
278
  endforeach; ?>
279
  </ul><div style="clear:both;"></div>
304
  $array_file_name = $_REQUEST['undefined'];
305
  $uploadFile = array();
306
  $newthumb = array();
307
+ $time = current_time( 'mysql' );
308
 
309
  $uploadDir = wp_upload_dir( $time );
310
 
317
  while( list( $key, $val ) = each( $array_file_name ) ) {
318
  $file_name = $val;
319
  if( file_exists( $uploadFile[$key] ) ){
320
+ $uploadFile[$key] = $uploadDir["path"] ."/" . pathinfo( $uploadFile[$key], PATHINFO_FILENAME ).uniqid().".".pathinfo( $uploadFile[$key], PATHINFO_EXTENSION );
321
  }
322
 
323
  if ( copy ( ABSPATH ."wp-content/plugins/gallery-plugin/upload/files/".$file_name, $uploadFile[$key] ) ) {
324
  unlink( ABSPATH ."wp-content/plugins/gallery-plugin/upload/files/".$file_name );
325
+ $overrides = array( 'test_form' => false );
326
 
327
  $file = $uploadFile[$key];
328
  $filename = basename( $file );
348
  }
349
  }
350
  if( isset( $_REQUEST['gllr_image_text'] ) ) {
351
+ $posts = get_posts( array(
352
  "showposts" => -1,
353
  "what_to_show" => "posts",
354
  "post_status" => "inherit",
356
  "orderby" => "menu_order",
357
  "order" => "ASC",
358
  "post_mime_type"=> "image/jpeg,image/gif,image/jpg,image/png",
359
+ "post_parent" => $post->ID ));
360
  foreach ( $posts as $page ) {
361
  if( isset( $_REQUEST['gllr_image_text'][$page->ID] ) ) {
362
  $value = $_REQUEST['gllr_image_text'][$page->ID];
364
  // Custom field has a value and this custom field exists in database
365
  update_post_meta( $page->ID, $key, $value );
366
  }
367
+ elseif( $value ) {
368
  // Custom field has a value, but this custom field does not exist in database
369
  add_post_meta( $page->ID, $key, $value );
370
  }
377
  }
378
  }
379
  if( isset( $_REQUEST['gllr_link_url'] ) ) {
380
+ $posts = get_posts( array(
381
  "showposts" => -1,
382
  "what_to_show" => "posts",
383
  "post_status" => "inherit",
385
  "orderby" => "menu_order",
386
  "order" => "ASC",
387
  "post_mime_type"=> "image/jpeg,image/gif,image/jpg,image/png",
388
+ "post_parent" => $post->ID ));
389
  foreach ( $posts as $page ) {
390
  if( isset( $_REQUEST['gllr_link_url'][$page->ID] ) ) {
391
  $value = $_REQUEST['gllr_link_url'][$page->ID];
393
  // Custom field has a value and this custom field exists in database
394
  update_post_meta( $page->ID, $link_key, $value );
395
  }
396
+ elseif( $value ) {
397
  // Custom field has a value, but this custom field does not exist in database
398
  add_post_meta( $page->ID, $link_key, $value );
399
  }
401
  }
402
  }
403
  if( isset( $_REQUEST['gllr_download_link'] ) ){
404
+ if( get_post_meta( $post_id, 'gllr_download_link', FALSE ) ) {
405
  // Custom field has a value and this custom field exists in database
406
+ update_post_meta( $post_id, 'gllr_download_link', 1 );
407
  }
408
  else {
409
  // Custom field has a value, but this custom field does not exist in database
410
+ add_post_meta( $post_id, 'gllr_download_link', 1 );
411
  }
412
  }
413
  else{
414
+ delete_post_meta( $post_id, 'gllr_download_link' );
415
  }
416
  }
417
  }
426
  if( ! function_exists( 'gllr_custom_permalinks' ) ) {
427
  function gllr_custom_permalinks( $rules ) {
428
  global $wpdb;
429
+ $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" );
430
  $newrules = array();
431
  if( ! empty( $parent ) ) {
432
  $newrules['(.+)/'.$parent.'/([^/]+)/?$']= 'index.php?post_type=gallery&name=$matches[2]&posts_per_page=-1';
500
  echo '<a href="edit.php?post_type=post&amp;author='.$author_id.'">'.get_the_author_meta( 'user_nicename' , $author_id ).'</a>';
501
  break;
502
  case "gallery":
503
+ echo count( $row );
504
  break;
505
  case "status":
506
+ if( $post->post_status == 'publish' )
507
  echo '<a href="javascript:void(0)">Yes</a>';
508
  else
509
  echo '<a href="javascript:void(0)">No</a>';
516
  }
517
 
518
  if ( ! function_exists( 'get_ID_by_slug' ) ) {
519
+ function get_ID_by_slug( $page_slug ) {
520
+ $page = get_page_by_path( $page_slug );
521
+ if ( $page ) {
522
  return $page->ID;
523
  }
524
  else {
575
  if( ! function_exists( 'bws_add_menu_render' ) ) {
576
  function bws_add_menu_render() {
577
  global $title;
578
+ $active_plugins = get_option( 'active_plugins' );
579
  $all_plugins = get_plugins();
580
 
581
  $array_activate = array();
594
  array( 'quotes-and-tips\/quotes-and-tips.php', 'Quotes and Tips', 'http://wordpress.org/extend/plugins/quotes-and-tips/', 'http://bestwebsoft.com/plugin/quotes-and-tips/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Quotes+and+Tips+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=quotes-and-tips.php' ),
595
  array( 'google-sitemap-plugin\/google-sitemap-plugin.php', 'Google sitemap plugin', 'http://wordpress.org/extend/plugins/google-sitemap-plugin/', 'http://bestwebsoft.com/plugin/google-sitemap-plugin/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+sitemap+plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=google-sitemap-plugin.php' )
596
  );
597
+ foreach( $array_plugins as $plugins ) {
598
  if( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
599
  $array_activate[$count_activate]['title'] = $plugins[1];
600
  $array_activate[$count_activate]['link'] = $plugins[2];
602
  $array_activate[$count_activate]['url'] = $plugins[5];
603
  $count_activate++;
604
  }
605
+ else if( array_key_exists( str_replace( "\\", "", $plugins[0] ), $all_plugins ) ) {
606
  $array_install[$count_install]['title'] = $plugins[1];
607
  $array_install[$count_install]['link'] = $plugins[2];
608
  $array_install[$count_install]['href'] = $plugins[3];
631
  <?php if( 0 < $count_install ) { ?>
632
  <div>
633
  <h3><?php _e( 'Installed plugins', 'gallery' ); ?></h3>
634
+ <?php foreach( $array_install as $install_plugin ) { ?>
635
  <div style="float:left; width:200px;"><?php echo $install_plugin['title']; ?></div> <p><a href="<?php echo $install_plugin['link']; ?>" target="_blank"><?php echo __( "Read more", 'gallery'); ?></a></p>
636
  <?php } ?>
637
  </div>
652
 
653
  if( ! function_exists( 'add_gllr_admin_menu' ) ) {
654
  function add_gllr_admin_menu() {
655
+ add_menu_page( 'BWS Plugins', 'BWS Plugins', 'manage_options', 'bws_plugins', 'bws_add_menu_render', plugins_url( "images/px.png", __FILE__ ), 1001);
656
+ add_submenu_page( 'bws_plugins', __( 'Gallery', 'gallery' ), __( 'Gallery', 'gallery' ), 'manage_options', "gallery-plugin.php", 'gllr_settings_page' );
657
 
658
  //call register settings function
659
  add_action( 'admin_init', 'register_gllr_settings' );
670
  //var_dump($wp_filesystem);
671
 
672
  $gllr_option_defaults = array(
673
+ 'gllr_custom_size_name' => array( 'album-thumb', 'photo-thumb' ),
674
+ 'gllr_custom_size_px' => array( array( 120, 80 ), array( 160, 120 ) ),
675
+ 'border_images' => 1,
676
+ 'border_images_width' => 10,
677
+ 'border_images_color' => '#F1F1F1',
678
+ 'custom_image_row_count' => 3,
679
+ 'start_slideshow' => 0,
680
+ 'slideshow_interval' => 2000,
681
+ 'order_by' => 'menu_order',
682
+ 'order' => 'ASC',
683
+ 'read_more_link_text' => __( 'See photo &raquo;', 'gallery' ),
684
+ 'image_text' => 1,
685
+ 'return_link' => 0,
686
+ 'return_link_text' => 'Return to all albums',
687
+ 'return_link_page' => 'gallery_template_url',
688
+ 'return_link_url' => '',
689
+ 'return_link_shortcode' => 0
690
  );
691
 
692
  // install the option defaults
720
 
721
  if( ! function_exists( 'gllr_settings_page' ) ) {
722
  function gllr_settings_page() {
723
+ global $gllr_options, $wp_version;
724
  $error = "";
725
 
726
  // Save data for settings page
727
+ if( isset( $_REQUEST['gllr_form_submit'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'gllr_nonce_name' ) ) {
728
  $gllr_request_options = array();
729
  $gllr_request_options["gllr_custom_size_name"] = $gllr_options["gllr_custom_size_name"];
730
 
731
  $gllr_request_options["gllr_custom_size_px"] = array(
732
+ array( intval( trim( $_REQUEST['gllr_custom_image_size_w_album'] ) ), intval( trim( $_REQUEST['gllr_custom_image_size_h_album'] ) ) ),
733
+ array( intval( trim( $_REQUEST['gllr_custom_image_size_w_photo'] ) ), intval( trim( $_REQUEST['gllr_custom_image_size_h_photo'] ) ) )
734
  );
735
+
736
+ if( isset( $_REQUEST['gllr_border_images'] ) )
737
+ $gllr_request_options["border_images"] = 1;
738
+ else
739
+ $gllr_request_options["border_images"] = 0;
740
+
741
+ $gllr_request_options["border_images_width"] = intval( trim( $_REQUEST['gllr_border_images_width'] ) );
742
+ $gllr_request_options["border_images_color"] = trim( $_REQUEST['gllr_border_images_color'] );
743
+
744
+ $gllr_request_options["custom_image_row_count"] = intval( trim( $_REQUEST['gllr_custom_image_row_count'] ) );
745
  if( $gllr_request_options["custom_image_row_count"] == "" || $gllr_request_options["custom_image_row_count"] < 1 )
746
  $gllr_request_options["custom_image_row_count"] = 1;
747
 
748
+ if( isset( $_REQUEST['gllr_start_slideshow'] ) )
749
  $gllr_request_options["start_slideshow"] = 1;
750
  else
751
  $gllr_request_options["start_slideshow"] = 0;
752
+ $gllr_request_options["slideshow_interval"] = $_REQUEST['gllr_slideshow_interval'];
753
+ $gllr_request_options["order_by"] = $_REQUEST['gllr_order_by'];
754
+ $gllr_request_options["order"] = $_REQUEST['gllr_order'];
755
+
756
+ if( isset( $_REQUEST['gllr_image_text'] ) )
757
+ $gllr_request_options["image_text"] = 1;
758
+ else
759
+ $gllr_request_options["image_text"] = 0;
760
 
761
+ if( isset( $_REQUEST['gllr_return_link'] ) )
762
  $gllr_request_options["return_link"] = 1;
763
  else
764
  $gllr_request_options["return_link"] = 0;
765
 
766
+ $gllr_request_options["return_link_page"] = $_REQUEST['gllr_return_link_page'];
767
+ $gllr_request_options["return_link_url"] = strpos( $_REQUEST['gllr_return_link_url'], "http:" ) !== false ? trim( $_REQUEST['gllr_return_link_url'] ) : 'http://'.trim( $_REQUEST['gllr_return_link_url'] );
768
+
769
+ if( isset( $_REQUEST['gllr_return_link_shortcode'] ) )
770
  $gllr_request_options["return_link_shortcode"] = 1;
771
  else
772
  $gllr_request_options["return_link_shortcode"] = 0;
773
 
774
+ $gllr_request_options["return_link_text"] = $_REQUEST['gllr_return_link_text'];
775
+ $gllr_request_options["read_more_link_text"] = $_REQUEST['gllr_read_more_link_text'];
776
 
777
  // array merge incase this version has added new options
778
  $gllr_options = array_merge( $gllr_options, $gllr_request_options );
793
  ?>
794
  <div class="wrap">
795
  <div class="icon32 icon32-bws" id="icon-options-general"></div>
796
+ <h2><?php _e( 'Gallery Options', 'gallery' ); ?></h2>
797
  <div class="updated fade" <?php if( ! isset( $_REQUEST['gllr_form_submit'] ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
798
  <div class="error" <?php if( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
799
  <p><?php _e( "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:", 'gallery' ); ?> [print_gllr id=Your_gallery_post_id]</p>
800
  <form method="post" action="admin.php?page=gallery-plugin.php" id="gllr_form_image_size">
801
  <table class="form-table">
802
  <tr valign="top">
803
+ <th scope="row"><?php _e( 'The size of the cover album for gallery', 'gallery' ); ?> </th>
804
  <td>
805
  <label for="custom_image_size_name"><?php _e( 'Image size name', 'gallery' ); ?></label> <?php echo $gllr_options["gllr_custom_size_name"][0]; ?><br />
806
+ <label for="custom_image_size_w"><?php _e( 'Width (in px)', 'gallery' ); ?></label> <input type="text" name="gllr_custom_image_size_w_album" value="<?php echo $gllr_options["gllr_custom_size_px"][0][0]; ?>" /><br />
807
+ <label for="custom_image_size_h"><?php _e( 'Height (in px)', 'gallery' ); ?></label> <input type="text" name="gllr_custom_image_size_h_album" value="<?php echo $gllr_options["gllr_custom_size_px"][0][1]; ?>" />
808
  </td>
809
  </tr>
810
  <tr valign="top">
811
+ <th scope="row"><?php _e( 'Size for gallery image', 'gallery' ); ?> </th>
812
  <td>
813
  <label for="custom_image_size_name"><?php _e( 'Image size name', 'gallery' ); ?></label> <?php echo $gllr_options["gllr_custom_size_name"][1]; ?><br />
814
+ <label for="custom_image_size_w"><?php _e( 'Width (in px)', 'gallery' ); ?></label> <input type="text" name="gllr_custom_image_size_w_photo" value="<?php echo $gllr_options["gllr_custom_size_px"][1][0]; ?>" /><br />
815
+ <label for="custom_image_size_h"><?php _e( 'Height (in px)', 'gallery' ); ?></label> <input type="text" name="gllr_custom_image_size_h_photo" value="<?php echo $gllr_options["gllr_custom_size_px"][1][1]; ?>" />
816
  </td>
817
  </tr>
818
  <tr valign="top">
819
  <td colspan="2"><span style="color: #888888;font-size: 10px;"><?php _e( 'WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo.', 'gallery' ); ?></span></td>
820
  </tr>
821
  <tr valign="top">
822
+ <th scope="row"><?php _e( 'Images with border', 'gallery' ); ?> </th>
823
+ <td>
824
+ <input type="checkbox" name="gllr_border_images" value="1" <?php if( $gllr_options["border_images"] == 1 ) echo 'checked="checked"'; ?> /> <br />
825
+ <input type="text" value="<?php echo $gllr_options["border_images_width"]; ?>" name="gllr_border_images_width" /> <?php _e( 'Border width in px, just numbers', 'gallery' ); ?><br />
826
+ <?php if( $wp_version >= 3.5 ) { ?>
827
+ <input type="minicolors" name="gllr_border_images_color" value="<?php echo $gllr_options["border_images_color"]; ?>" id="gllr_border_images_color" /> <?php _e( 'Select color for border', 'gallery' ); ?>
828
+ <?php } else { ?>
829
+ <input type="text" name="gllr_border_images_color" value="<?php echo $gllr_options["border_images_color"]; ?>" id="gllr_border_images_color" /><span id="gllr_border_images_color_small" style="background-color:<?php echo $gllr_options["border_images_color"]; ?>"></span> <?php _e( 'Select color for border', 'gallery' ); ?>
830
+ <div id="colorPickerDiv" style="z-index: 100; background:#eee; border:1px solid #ccc; position:absolute; display:none;"></div>
831
+ <?php } ?>
832
+ </td>
833
+ </tr>
834
+ <tr valign="top">
835
+ <th scope="row"><?php _e( 'Count images in row', 'gallery' ); ?> </th>
836
+ <td>
837
+ <input type="text" name="gllr_custom_image_row_count" value="<?php echo $gllr_options["custom_image_row_count"]; ?>" />
838
+ </td>
839
+ </tr>
840
+ <tr valign="top">
841
+ <th scope="row"><?php _e( 'Start slideshow', 'gallery' ); ?> </th>
842
+ <td>
843
+ <input type="checkbox" name="gllr_start_slideshow" value="1" <?php if( $gllr_options["start_slideshow"] == 1 ) echo 'checked="checked"'; ?> />
844
+ </td>
845
+ </tr>
846
+ <tr valign="top">
847
+ <th scope="row"><?php _e( 'Slideshow interval', 'gallery' ); ?> </th>
848
  <td>
849
+ <input type="text" name="gllr_slideshow_interval" value="<?php echo $gllr_options["slideshow_interval"]; ?>" />
850
  </td>
851
  </tr>
852
  <tr valign="top">
853
+ <th scope="row"><?php _e( 'Attachments order by', 'gallery' ); ?> </th>
854
  <td>
855
+ <input type="radio" name="gllr_order_by" value="ID" <?php if( $gllr_options["order_by"] == 'ID' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order_by"><?php _e( 'attachment id', 'gallery' ); ?></label><br />
856
+ <input type="radio" name="gllr_order_by" value="title" <?php if( $gllr_options["order_by"] == 'title' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order_by"><?php _e( 'attachment title', 'gallery' ); ?></label><br />
857
+ <input type="radio" name="gllr_order_by" value="date" <?php if( $gllr_options["order_by"] == 'date' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order_by"><?php _e( 'date', 'gallery' ); ?></label><br />
858
+ <input type="radio" name="gllr_order_by" value="menu_order" <?php if( $gllr_options["order_by"] == 'menu_order' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order_by"><?php _e( 'attachments order (the integer fields in the Insert / Upload Media Gallery dialog )', 'gallery' ); ?></label><br />
859
+ <input type="radio" name="gllr_order_by" value="rand" <?php if( $gllr_options["order_by"] == 'rand' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order_by"><?php _e( 'random', 'gallery' ); ?></label>
860
  </td>
861
  </tr>
862
  <tr valign="top">
863
+ <th scope="row"><?php _e( 'Attachments order', 'gallery' ); ?> </th>
864
  <td>
865
+ <input type="radio" name="gllr_order" value="ASC" <?php if( $gllr_options["order"] == 'ASC' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order"><?php _e( 'ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)', 'gallery' ); ?></label><br />
866
+ <input type="radio" name="gllr_order" value="DESC" <?php if( $gllr_options["order"] == 'DESC' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order"><?php _e( 'DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)', 'gallery' ); ?></label>
867
  </td>
868
  </tr>
869
  <tr valign="top">
870
+ <th scope="row"><?php _e( 'Display text above image', 'gallery' ); ?> </th>
871
  <td>
872
+ <input type="checkbox" name="gllr_image_text" value="1" <?php if( $gllr_options["image_text"] == 1 ) echo 'checked="checked"'; ?> /> <?php _e( 'If you want to display text just in a lightbox', 'gallery' ); ?>
 
 
 
 
873
  </td>
874
  </tr>
875
  <tr valign="top">
876
+ <th scope="row"><?php _e( 'Display Return link', 'gallery' ); ?> </th>
877
  <td>
878
+ <input type="checkbox" name="gllr_return_link" value="1" <?php if( $gllr_options["return_link"] == 1 ) echo 'checked="checked"'; ?> />
 
879
  </td>
880
  </tr>
881
  <tr valign="top">
882
+ <th scope="row"><?php _e( 'Display Return link in shortcode', 'gallery' ); ?> </th>
883
  <td>
884
+ <input type="checkbox" name="gllr_return_link_shortcode" value="1" <?php if( $gllr_options["return_link_shortcode"] == 1 ) echo 'checked="checked"'; ?> />
885
  </td>
886
  </tr>
887
  <tr valign="top">
888
+ <th scope="row"><?php _e( 'Label for Return link', 'gallery' ); ?> </th>
889
  <td>
890
+ <input type="text" name="gllr_return_link_text" value="<?php echo $gllr_options["return_link_text"]; ?>" style="width:200px;" />
891
  </td>
892
  </tr>
893
  <tr valign="top">
894
+ <th scope="row"><?php _e( 'URL for Return link', 'gallery' ); ?> </th>
895
  <td>
896
+ <input type="radio" value="gallery_template_url" name="gllr_return_link_page" <?php if( $gllr_options["return_link_page"] == 'gallery_template_url' ) echo 'checked="checked"'; ?> /><?php _e( 'Gallery page (Page with Gallery Template)', 'gallery'); ?><br>
897
+ <input type="radio" value="custom_url" name="gllr_return_link_page" id="gllr_return_link_url" <?php if( $gllr_options["return_link_page"] == 'custom_url' ) echo 'checked="checked"'; ?> /> <input type="text" onfocus="document.getElementById('gllr_return_link_url').checked = true;" value="<?php echo $gllr_options["return_link_url"]; ?>" name="gllr_return_link_url">
898
+ <?php _e( '(Full URL to custom page)' , 'gallery'); ?>
899
  </td>
900
  </tr>
901
  <tr valign="top">
902
+ <th scope="row"><?php _e( 'Label for Read More link', 'gallery' ); ?> </th>
903
  <td>
904
+ <input type="text" name="gllr_read_more_link_text" value="<?php echo $gllr_options["read_more_link_text"]; ?>" style="width:200px;" />
905
  </td>
906
  </tr>
907
  </table>
908
  <input type="hidden" name="gllr_form_submit" value="submit" />
909
  <p class="submit">
910
+ <input type="submit" class="button-primary" value="<?php _e( 'Save Changes' ) ?>" />
911
  </p>
912
+ <?php wp_nonce_field( plugin_basename( __FILE__ ), 'gllr_nonce_name' ); ?>
913
  </form>
914
  </div>
915
  <?php }
916
  }
917
 
918
  if( ! function_exists( 'gllr_register_plugin_links' ) ) {
919
+ function gllr_register_plugin_links( $links, $file ) {
920
+ $base = plugin_basename( __FILE__ );
921
+ if ( $file == $base ) {
922
  $links[] = '<a href="admin.php?page=gallery-plugin.php">' . __( 'Settings', 'gallery' ) . '</a>';
923
  $links[] = '<a href="http://wordpress.org/extend/plugins/gallery-plugin/faq/" target="_blank">' . __( 'FAQ', 'gallery' ) . '</a>';
924
  $links[] = '<a href="Mailto:plugin@bestwebsoft.com">' . __( 'Support', 'gallery' ) . '</a>';
931
  function gllr_plugin_action_links( $links, $file ) {
932
  //Static so we don't call plugin_basename on every plugin row.
933
  static $this_plugin;
934
+ if ( ! $this_plugin ) $this_plugin = plugin_basename( __FILE__ );
935
 
936
  if ( $file == $this_plugin ){
937
  $settings_link = '<a href="admin.php?page=gallery-plugin.php">' . __( 'Settings', 'gallery' ) . '</a>';
942
  }
943
 
944
  if ( ! function_exists ( 'gllr_add_admin_script' ) ) {
945
+ function gllr_add_admin_script() {
946
+ global $wp_version;
947
+
948
+ if( $wp_version >= 3.5 ) { ?>
949
+ <link rel="stylesheet" media="screen" type="text/css" href="<?php echo plugins_url( 'minicolors/jquery.miniColors.css', __FILE__ ); ?>" />
950
+ <script type="text/javascript" src="<?php echo plugins_url( 'minicolors/jquery.miniColors.js', __FILE__ ); ?>"></script>
951
+ <?php } ?>
952
  <script>
953
+ (function($) {
954
+ $(document).ready(function(){
955
+ $('.gllr_image_block img').css('cursor', 'all-scroll' );
956
+ $('.gllr_order_message').removeClass('hidden');
957
+ var d=false;
958
+ $( '#Upload-File .gallery' ).sortable({
959
+ stop: function(event, ui) {
960
+ $('.gllr_order_text').removeClass('hidden');
961
+ var g=$('#Upload-File .gallery').sortable('toArray');
962
+ var f=g.length;
963
+ $.each( g,
964
+ function( k,l ){
965
+ var j=d?(f-k):(1+k);
966
+ $('.gllr_order_text[name^="gllr_order_text['+l+']"]').val(j);
967
+ }
968
+ )
969
+ }
970
+ });
971
+ <?php if( $wp_version < 3.5 ) { ?>
972
+ var gllr_farbtastic = $.farbtastic('#colorPickerDiv', function(color) {
973
+ gllr_farbtastic.setColor(color);
974
+ $('#gllr_border_images_color').val(color);
975
+ $('#gllr_border_images_color_small').css('background-color', color);
976
+ });
977
+ $('#gllr_border_images_color').click(function(){
978
+ $('#colorPickerDiv').show();
979
+ });
980
+ $('#gllr_border_images_color_small').click(function(){
981
+ $('#colorPickerDiv').show();
982
+ });
983
+ $(document).mousedown(function(){
984
+ $('#colorPickerDiv').each(function(){
985
+ var display = $(this).css('display');
986
+ if ( display == 'block' )
987
+ jQuery(this).fadeOut(2);
988
+ });
989
+ });
990
+ <?php } ?>
991
+ });
992
+ })(jQuery);
993
+ </script>
994
+ <?php }
995
  }
996
 
997
  if ( ! function_exists ( 'gllr_admin_head' ) ) {
998
  function gllr_admin_head() {
999
+ global $wp_version;
1000
  wp_enqueue_style( 'gllrStylesheet', plugins_url( 'css/stylesheet.css', __FILE__ ) );
1001
  wp_enqueue_style( 'gllrFileuploaderCss', plugins_url( 'upload/fileuploader.css', __FILE__ ) );
1002
+ wp_enqueue_style( 'farbtastic' );
1003
  wp_enqueue_script( 'jquery' );
1004
+ if( $wp_version < 3.5 ) {
1005
+ wp_enqueue_script( 'farbtastic' );
1006
+ }
1007
  wp_enqueue_script( 'jquery-ui-sortable' );
1008
  wp_enqueue_script( 'gllrFileuploaderJs', plugins_url( 'upload/fileuploader.js', __FILE__ ), array( 'jquery' ) );
1009
  }
1044
  $attachments = get_post_thumbnail_id( $post->ID );
1045
  if( empty ( $attachments ) ) {
1046
  $attachments = get_children( 'post_parent='.$post->ID.'&post_type=attachment&post_mime_type=image&numberposts=1' );
1047
+ $id = key( $attachments );
1048
  $image_attributes = wp_get_attachment_image_src( $id, 'album-thumb' );
1049
  }
1050
  else {
1055
  <img style="width:<?php echo $gllr_options['gllr_custom_size_px'][0][0]; ?>px;" alt="<?php echo $post->post_title; ?>" title="<?php echo $post->post_title; ?>" src="<?php echo $image_attributes[0]; ?>" />
1056
  <div class="gallery_detail_box">
1057
  <div><?php echo $post->post_title; ?></div>
1058
+ <div><?php echo the_excerpt_max_charlength( 100 ); ?></div>
1059
  <a href="<?php echo get_permalink( $post->ID ); ?>"><?php echo $gllr_options["read_more_link_text"]; ?></a>
1060
  </div>
1061
  <div class="clear"></div>
1063
  <?php endif; ?>
1064
  </ul></div>
1065
  <?php } else {
1066
+ if ( $second_query->have_posts() ) :
1067
+ while ( $second_query->have_posts() ) :
1068
  global $post;
1069
  $second_query->the_post(); ?>
1070
  <div class="gallery_box_single">
1071
  <?php the_content();
1072
+ $posts = get_posts( array(
1073
  "showposts" => -1,
1074
  "what_to_show" => "posts",
1075
  "post_status" => "inherit",
1088
  $image_attributes = wp_get_attachment_image_src( $attachment->ID, 'photo-thumb' );
1089
  $image_attributes_large = wp_get_attachment_image_src( $attachment->ID, 'large' );
1090
  $image_attributes_full = wp_get_attachment_image_src( $attachment->ID, 'full' );
1091
+ if( 1 == $gllr_options['border_images'] ){
1092
+ $gllr_border = 'border-width: '.$gllr_options['border_images_width'].'px; border-color:'.$gllr_options['border_images_color'].'';
1093
+ $gllr_border_images = $gllr_options['border_images_width'] * 2;
1094
+ }
1095
+ else{
1096
+ $gllr_border = '';
1097
+ $gllr_border_images = 0;
1098
+ }
1099
  if( $count_image_block % $gllr_options['custom_image_row_count'] == 0 ) { ?>
1100
  <div class="gllr_image_row">
1101
  <?php } ?>
1102
  <div class="gllr_image_block">
1103
+ <p style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]+$gllr_border_images; ?>px;height:<?php echo $gllr_options['gllr_custom_size_px'][1][1]+$gllr_border_images; ?>px;">
1104
  <?php if( ( $url_for_link = get_post_meta( $attachment->ID, $link_key, true ) ) != "" ) { ?>
1105
  <a href="<?php echo $url_for_link; ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" target="_blank">
1106
+ <img style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]; ?>px;height:<?php echo $gllr_options['gllr_custom_size_px'][1][1]; ?>px; <?php echo $gllr_border; ?>" alt="" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" src="<?php echo $image_attributes[0]; ?>" />
1107
  </a>
1108
  <?php } else { ?>
1109
  <a rel="gallery_fancybox" href="<?php echo $image_attributes_large[0]; ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>">
1110
+ <img style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]; ?>px;height:<?php echo $gllr_options['gllr_custom_size_px'][1][1]; ?>px; <?php echo $gllr_border; ?>" alt="" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" src="<?php echo $image_attributes[0]; ?>" rel="<?php echo $image_attributes_full[0]; ?>" />
1111
  </a>
1112
  <?php } ?>
1113
  </p>
1114
+ <div style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]+$gllr_border_images; ?>px; <?php if( 0 == $gllr_options["image_text"] ) echo "visibility:hidden;"; ?>" class="gllr_single_image_text"><?php echo get_post_meta( $attachment->ID, $key, true ); ?>&nbsp;</div>
1115
  </div>
1116
+ <?php if( $count_image_block%$gllr_options['custom_image_row_count'] == $gllr_options['custom_image_row_count']-1 ) { ?>
1117
  </div>
1118
  <?php }
1119
  $count_image_block++;
1120
  }
1121
+ if( $count_image_block > 0 && $count_image_block%$gllr_options['custom_image_row_count'] != 0 ) { ?>
1122
  </div>
1123
  <?php } ?>
1124
  </div>
1128
  <?php endwhile;
1129
  else: ?>
1130
  <div class="gallery_box_single">
1131
+ <p class="not_found"><?php _e( 'Sorry - nothing to found.', 'gallery' ); ?></p>
1132
  </div>
1133
  <?php endif; ?>
1134
+ <?php if( 1 == $gllr_options['return_link_shortcode'] ) {
1135
+ if( 'gallery_template_url' == $gllr_options["return_link_page"] ){
1136
+ global $wpdb;
1137
+ $parent = $wpdb->get_var( "SELECT $wpdb->posts.ID FROM $wpdb->posts, $wpdb->postmeta WHERE meta_key = '_wp_page_template' AND meta_value = 'gallery-template.php' AND (post_status = 'publish' OR post_status = 'private') AND $wpdb->posts.ID = $wpdb->postmeta.post_id" ); ?>
1138
+ <div class="return_link"><a href="<?php echo ( !empty( $parent ) ? get_permalink( $parent ) : '' ); ?>"><?php echo $gllr_options['return_link_text']; ?></a></div>
1139
+ <?php } else { ?>
1140
+ <div class="return_link"><a href="<?php echo $gllr_options["return_link_url"]; ?>"><?php echo $gllr_options['return_link_text']; ?></a></div>
1141
+ <?php }
1142
+ } ?>
1143
  <script type="text/javascript">
1144
  (function($){
1145
  $(document).ready(function(){
1174
  * Save the file to the specified path
1175
  * @return boolean TRUE on success
1176
  */
1177
+ function save( $path ) {
1178
+ $input = fopen( "php://input", "r" );
1179
  $temp = tmpfile();
1180
+ $realSize = stream_copy_to_stream( $input, $temp );
1181
+ fclose( $input );
1182
 
1183
+ if ( $realSize != $this->getSize() ){
1184
  return false;
1185
  }
1186
 
1187
+ $target = fopen( $path, "w" );
1188
+ fseek( $temp, 0, SEEK_SET );
1189
+ stream_copy_to_stream( $temp, $target );
1190
+ fclose( $target );
1191
 
1192
  return true;
1193
  }
1195
  return $_GET['qqfile'];
1196
  }
1197
  function getSize() {
1198
+ if ( isset( $_SERVER["CONTENT_LENGTH"] ) ){
1199
  return (int)$_SERVER["CONTENT_LENGTH"];
1200
  } else {
1201
+ throw new Exception( 'Getting content length is not supported.' );
1202
  }
1203
  }
1204
  }
1212
  * @return boolean TRUE on success
1213
  */
1214
  function save($path) {
1215
+ if( ! move_uploaded_file( $_FILES['qqfile']['tmp_name'], $path ) ){
1216
  return false;
1217
  }
1218
  return true;
1230
  private $sizeLimit = 10485760;
1231
  private $file;
1232
 
1233
+ function __construct( array $allowedExtensions = array(), $sizeLimit = 10485760 ){
1234
+ $allowedExtensions = array_map( "strtolower", $allowedExtensions );
1235
 
1236
  $this->allowedExtensions = $allowedExtensions;
1237
  $this->sizeLimit = $sizeLimit;
1238
 
1239
  //$this->checkServerSettings();
1240
 
1241
+ if ( isset( $_GET['qqfile'] ) ) {
1242
  $this->file = new qqUploadedFileXhr();
1243
+ } elseif ( isset( $_FILES['qqfile'] ) ) {
1244
  $this->file = new qqUploadedFileForm();
1245
  } else {
1246
  $this->file = false;
1248
  }
1249
 
1250
  private function checkServerSettings(){
1251
+ $postSize = $this->toBytes( ini_get( 'post_max_size' ) );
1252
+ $uploadSize = $this->toBytes( ini_get( 'upload_max_filesize' ) );
1253
 
1254
  if ($postSize < $this->sizeLimit || $uploadSize < $this->sizeLimit){
1255
+ $size = max( 1, $this->sizeLimit / 1024 / 1024 ) . 'M';
1256
+ die( "{error:'increase post_max_size and upload_max_filesize to $size'}" );
1257
  }
1258
  }
1259
 
1260
+ private function toBytes( $str ){
1261
+ $val = trim( $str );
1262
+ $last = strtolower( $str[strlen( $str )-1] );
1263
+ switch( $last ) {
1264
  case 'g': $val *= 1024;
1265
  case 'm': $val *= 1024;
1266
  case 'k': $val *= 1024;
1271
  /**
1272
  * Returns array('success'=>true) or array('error'=>'error message')
1273
  */
1274
+ function handleUpload( $uploadDirectory, $replaceOldFile = FALSE ){
1275
+ if ( ! is_writable( $uploadDirectory ) ){
1276
  return "{error:'Server error. Upload directory isn't writable.'}";
1277
  }
1278
 
1279
+ if ( ! $this->file ){
1280
  return "{error:'No files were uploaded.'}";
1281
  }
1282
 
1283
  $size = $this->file->getSize();
1284
 
1285
+ if ( $size == 0 ) {
1286
  return "{error:'File is empty'}";
1287
  }
1288
 
1289
+ if ( $size > $this->sizeLimit ) {
1290
  return "{error:'File is too large'}";
1291
  }
1292
 
1293
+ $pathinfo = pathinfo( $this->file->getName() );
1294
  $ext = $pathinfo['extension'];
1295
+ $filename = str_replace( ".".$ext, "", $pathinfo['basename'] );
1296
  //$filename = md5(uniqid());
1297
 
1298
+ if( $this->allowedExtensions && ! in_array( strtolower( $ext ), $this->allowedExtensions ) ){
1299
+ $these = implode( ', ', $this->allowedExtensions );
1300
  return "{error:'File has an invalid extension, it should be one of $these .'}";
1301
  }
1302
 
1303
+ if( ! $replaceOldFile ){
1304
  /// don't overwrite previous files that were uploaded
1305
+ while ( file_exists( $uploadDirectory . $filename . '.' . $ext ) ) {
1306
+ $filename .= rand( 10, 99 );
1307
  }
1308
  }
1309
 
1310
+ if ( $this->file->save( $uploadDirectory . $filename . '.' . $ext ) ){
1311
+ list( $width, $height, $type, $attr ) = getimagesize( $uploadDirectory . $filename . '.' . $ext );
 
1312
  return "{success:true,width:".$width.",height:".$height."}";
1313
  } else {
1314
  return "{error:'Could not save uploaded file. The upload was cancelled, or server error encountered'}";
1318
  }
1319
 
1320
  // list of valid extensions, ex. array("jpeg", "xml", "bmp")
1321
+ $allowedExtensions = array( "jpeg", "jpg", "gif", "png" );
1322
  // max file size in bytes
1323
  $sizeLimit = 10 * 1024 * 1024;
1324
 
images/Thumbs.db ADDED
Binary file
images/icons_32.png ADDED
Binary file
images/icons_32_b.png ADDED
Binary file
images/menu.png ADDED
Binary file
images/menu_b.png ADDED
Binary file
languages/gallery-cs_CZ.mo CHANGED
Binary file
languages/gallery-cs_CZ.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-10-23 16:10+0200\n"
6
- "PO-Revision-Date: 2012-10-23 16:10+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"
@@ -16,7 +16,7 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:103 gallery-plugin.php:767
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 "
@@ -28,7 +28,7 @@ msgstr ""
28
  msgid "Galleries"
29
  msgstr "Galerie"
30
 
31
- #: gallery-plugin.php:128 gallery-plugin.php:657
32
  msgid "Gallery"
33
  msgstr "Galerie"
34
 
@@ -97,7 +97,7 @@ msgstr ""
97
  msgid "Please do not forget to select "
98
  msgstr ""
99
 
100
- #: gallery-plugin.php:228 gallery-plugin.php:818
101
  msgid "Attachments order by"
102
  msgstr ""
103
 
@@ -109,84 +109,84 @@ msgstr ""
109
  msgid "in the settings of the plugin (page "
110
  msgstr ""
111
 
112
- #: gallery-plugin.php:276
113
  msgid "Link URL"
114
  msgstr ""
115
 
116
- #: gallery-plugin.php:276
117
  msgid "(clicking on image <br /> open the link in new window)"
118
  msgstr ""
119
 
120
- #: gallery-plugin.php:277
121
  msgid "Delete"
122
  msgstr ""
123
 
124
- #: gallery-plugin.php:291
125
  msgid ""
126
  "You can add the Single Gallery on the page or in the post by inserting this "
127
  "shortcode in the content"
128
  msgstr ""
129
 
130
- #: gallery-plugin.php:293
131
  msgid ""
132
  "If you want to take a brief display of the gallery with a link to a Single "
133
  "Sallery Page"
134
  msgstr ""
135
 
136
- #: gallery-plugin.php:475
137
  msgid "Title"
138
  msgstr "Název"
139
 
140
- #: gallery-plugin.php:476
141
  msgid "Author"
142
  msgstr "Autor"
143
 
144
- #: gallery-plugin.php:477
145
  msgid "Photo's"
146
  msgstr "Fotky"
147
 
148
- #: gallery-plugin.php:478
149
  msgid "Public"
150
  msgstr "Veřejné"
151
 
152
- #: gallery-plugin.php:479
153
  msgid "Date"
154
  msgstr "Datum"
155
 
156
- #: gallery-plugin.php:626
157
  msgid "Activated plugins"
158
  msgstr "Aktivní pluginy"
159
 
160
- #: gallery-plugin.php:628 gallery-plugin.php:636 gallery-plugin.php:644
161
  msgid "Read more"
162
  msgstr "Další informace"
163
 
164
- #: gallery-plugin.php:628 gallery-plugin.php:873 gallery-plugin.php:888
165
  msgid "Settings"
166
  msgstr "Nastavení"
167
 
168
- #: gallery-plugin.php:634
169
  msgid "Installed plugins"
170
  msgstr "Nainstalované pluginy"
171
 
172
- #: gallery-plugin.php:642
173
  msgid "Recommended plugins"
174
  msgstr "Doporučené pluginy"
175
 
176
- #: gallery-plugin.php:644
177
  msgid "Download"
178
  msgstr "Stáhnout"
179
 
180
- #: gallery-plugin.php:644
181
  #, php-format
182
  msgid "Install %s"
183
  msgstr "Instaluj %s"
184
 
185
- #: gallery-plugin.php:644
186
  msgid "Install now from wordpress.org"
187
  msgstr "Instaluj ihned z wordpress.org"
188
 
189
- #: gallery-plugin.php:646
190
  msgid ""
191
  "If you have any questions, please contact us via plugin@bestwebsoft.com or "
192
  "fill in our contact form on our site"
@@ -194,45 +194,45 @@ msgstr ""
194
  "Pokud máte jakékoliv dotazy, prosím kontaktujte nás na plugin@bestwebsoft."
195
  "com a nebo vyplňte kontaktní formulář na našich stránkách."
196
 
197
- #: gallery-plugin.php:681
198
  msgid "See photo &raquo;"
199
  msgstr "Zobrazit obsah galerie &raquo;"
200
 
201
- #: gallery-plugin.php:760
202
  msgid "Options saved."
203
  msgstr "Nastavení uložena."
204
 
205
- #: gallery-plugin.php:774
206
  msgid "Gallery Options"
207
  msgstr "Nastavení galerie"
208
 
209
- #: gallery-plugin.php:777
210
  msgid ""
211
  "If you would like to add a Single Gallery to your page or post, just copy "
212
  "and put this shortcode onto your post or page content:"
213
  msgstr ""
214
 
215
- #: gallery-plugin.php:781
216
  msgid "The size of the cover album for gallery"
217
  msgstr "Rozměry náhledu alba v galerii"
218
 
219
- #: gallery-plugin.php:783 gallery-plugin.php:791
220
  msgid "Image size name"
221
  msgstr "Název rozměru"
222
 
223
- #: gallery-plugin.php:784 gallery-plugin.php:792
224
  msgid "Width (in px)"
225
  msgstr "Šířka (v px)"
226
 
227
- #: gallery-plugin.php:785 gallery-plugin.php:793
228
  msgid "Height (in px)"
229
  msgstr "Výška (v px)"
230
 
231
- #: gallery-plugin.php:789
232
  msgid "Size for gallery image"
233
  msgstr "Rozměry náhledu obrázku v albu"
234
 
235
- #: gallery-plugin.php:797
236
  msgid ""
237
  "WordPress will create a copy of the post thumbnail with the specified "
238
  "dimensions when you upload a new photo."
@@ -240,90 +240,122 @@ msgstr ""
240
  "WordPress vytvoří kopii náhledu obrázku v zadaných rozměrech při nahrání "
241
  "nového obrázku."
242
 
243
- #: gallery-plugin.php:800
 
 
 
 
 
 
 
 
 
 
 
 
244
  msgid "Count images in row"
245
  msgstr "Počet náhledů zobrazených v jedné řádce"
246
 
247
- #: gallery-plugin.php:806
248
  msgid "Start slideshow"
249
  msgstr ""
250
 
251
- #: gallery-plugin.php:812
252
  msgid "Slideshow interval"
253
  msgstr ""
254
 
255
- #: gallery-plugin.php:820
256
  msgid "attachment id"
257
  msgstr ""
258
 
259
- #: gallery-plugin.php:821
260
  msgid "attachment title"
261
  msgstr ""
262
 
263
- #: gallery-plugin.php:822
264
  msgid "date"
265
  msgstr "Datum"
266
 
267
- #: gallery-plugin.php:823
268
  msgid ""
269
  "attachments order (the integer fields in the Insert / Upload Media Gallery "
270
  "dialog )"
271
  msgstr ""
272
 
273
- #: gallery-plugin.php:824
274
  msgid "random"
275
  msgstr ""
276
 
277
- #: gallery-plugin.php:828
278
  msgid "Attachments order"
279
  msgstr ""
280
 
281
- #: gallery-plugin.php:830
282
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
283
  msgstr ""
284
 
285
- #: gallery-plugin.php:831
286
  msgid ""
287
  "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
288
  msgstr ""
289
 
290
- #: gallery-plugin.php:835
 
 
 
 
 
 
 
 
291
  msgid "Display Return link"
292
  msgstr ""
293
 
294
- #: gallery-plugin.php:841
295
  msgid "Display Return link in shortcode"
296
  msgstr ""
297
 
298
- #: gallery-plugin.php:847
299
  msgid "Label for Return link"
300
  msgstr ""
301
 
302
- #: gallery-plugin.php:853
 
 
 
 
 
 
 
 
 
 
 
 
303
  msgid "Label for Read More link"
304
  msgstr ""
305
 
306
- #: gallery-plugin.php:861
307
  msgid "Save Changes"
308
  msgstr "Uložit změny"
309
 
310
- #: gallery-plugin.php:874
311
  msgid "FAQ"
312
  msgstr "FAQ "
313
 
314
- #: gallery-plugin.php:875
315
  msgid "Support"
316
  msgstr "Podpora"
317
 
318
- #: gallery-plugin.php:1045 template/gallery-single-template.php:68
319
  msgid "Sorry - nothing to found."
320
  msgstr "Omlouvám se - nic nenalezeno."
321
 
322
- #: gallery-plugin.php:1064 template/gallery-single-template.php:90
323
  msgid "Download High resolution image"
324
  msgstr ""
325
 
326
- #: template/gallery-single-template.php:90
327
  msgid "Image "
328
  msgstr ""
329
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-20 18:46+0200\n"
6
+ "PO-Revision-Date: 2012-12-20 18:46+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"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: gallery-plugin.php:103 gallery-plugin.php:789
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 "
28
  msgid "Galleries"
29
  msgstr "Galerie"
30
 
31
+ #: gallery-plugin.php:128 gallery-plugin.php:656
32
  msgid "Gallery"
33
  msgstr "Galerie"
34
 
97
  msgid "Please do not forget to select "
98
  msgstr ""
99
 
100
+ #: gallery-plugin.php:228 gallery-plugin.php:853
101
  msgid "Attachments order by"
102
  msgstr ""
103
 
109
  msgid "in the settings of the plugin (page "
110
  msgstr ""
111
 
112
+ #: gallery-plugin.php:275
113
  msgid "Link URL"
114
  msgstr ""
115
 
116
+ #: gallery-plugin.php:275
117
  msgid "(clicking on image <br /> open the link in new window)"
118
  msgstr ""
119
 
120
+ #: gallery-plugin.php:276
121
  msgid "Delete"
122
  msgstr ""
123
 
124
+ #: gallery-plugin.php:290
125
  msgid ""
126
  "You can add the Single Gallery on the page or in the post by inserting this "
127
  "shortcode in the content"
128
  msgstr ""
129
 
130
+ #: gallery-plugin.php:292
131
  msgid ""
132
  "If you want to take a brief display of the gallery with a link to a Single "
133
  "Sallery Page"
134
  msgstr ""
135
 
136
+ #: gallery-plugin.php:474
137
  msgid "Title"
138
  msgstr "Název"
139
 
140
+ #: gallery-plugin.php:475
141
  msgid "Author"
142
  msgstr "Autor"
143
 
144
+ #: gallery-plugin.php:476
145
  msgid "Photo's"
146
  msgstr "Fotky"
147
 
148
+ #: gallery-plugin.php:477
149
  msgid "Public"
150
  msgstr "Veřejné"
151
 
152
+ #: gallery-plugin.php:478
153
  msgid "Date"
154
  msgstr "Datum"
155
 
156
+ #: gallery-plugin.php:625
157
  msgid "Activated plugins"
158
  msgstr "Aktivní pluginy"
159
 
160
+ #: gallery-plugin.php:627 gallery-plugin.php:635 gallery-plugin.php:643
161
  msgid "Read more"
162
  msgstr "Další informace"
163
 
164
+ #: gallery-plugin.php:627 gallery-plugin.php:922 gallery-plugin.php:937
165
  msgid "Settings"
166
  msgstr "Nastavení"
167
 
168
+ #: gallery-plugin.php:633
169
  msgid "Installed plugins"
170
  msgstr "Nainstalované pluginy"
171
 
172
+ #: gallery-plugin.php:641
173
  msgid "Recommended plugins"
174
  msgstr "Doporučené pluginy"
175
 
176
+ #: gallery-plugin.php:643
177
  msgid "Download"
178
  msgstr "Stáhnout"
179
 
180
+ #: gallery-plugin.php:643
181
  #, php-format
182
  msgid "Install %s"
183
  msgstr "Instaluj %s"
184
 
185
+ #: gallery-plugin.php:643
186
  msgid "Install now from wordpress.org"
187
  msgstr "Instaluj ihned z wordpress.org"
188
 
189
+ #: gallery-plugin.php:645
190
  msgid ""
191
  "If you have any questions, please contact us via plugin@bestwebsoft.com or "
192
  "fill in our contact form on our site"
194
  "Pokud máte jakékoliv dotazy, prosím kontaktujte nás na plugin@bestwebsoft."
195
  "com a nebo vyplňte kontaktní formulář na našich stránkách."
196
 
197
+ #: gallery-plugin.php:683
198
  msgid "See photo &raquo;"
199
  msgstr "Zobrazit obsah galerie &raquo;"
200
 
201
+ #: gallery-plugin.php:782
202
  msgid "Options saved."
203
  msgstr "Nastavení uložena."
204
 
205
+ #: gallery-plugin.php:796
206
  msgid "Gallery Options"
207
  msgstr "Nastavení galerie"
208
 
209
+ #: gallery-plugin.php:799
210
  msgid ""
211
  "If you would like to add a Single Gallery to your page or post, just copy "
212
  "and put this shortcode onto your post or page content:"
213
  msgstr ""
214
 
215
+ #: gallery-plugin.php:803
216
  msgid "The size of the cover album for gallery"
217
  msgstr "Rozměry náhledu alba v galerii"
218
 
219
+ #: gallery-plugin.php:805 gallery-plugin.php:813
220
  msgid "Image size name"
221
  msgstr "Název rozměru"
222
 
223
+ #: gallery-plugin.php:806 gallery-plugin.php:814
224
  msgid "Width (in px)"
225
  msgstr "Šířka (v px)"
226
 
227
+ #: gallery-plugin.php:807 gallery-plugin.php:815
228
  msgid "Height (in px)"
229
  msgstr "Výška (v px)"
230
 
231
+ #: gallery-plugin.php:811
232
  msgid "Size for gallery image"
233
  msgstr "Rozměry náhledu obrázku v albu"
234
 
235
+ #: gallery-plugin.php:819
236
  msgid ""
237
  "WordPress will create a copy of the post thumbnail with the specified "
238
  "dimensions when you upload a new photo."
240
  "WordPress vytvoří kopii náhledu obrázku v zadaných rozměrech při nahrání "
241
  "nového obrázku."
242
 
243
+ #: gallery-plugin.php:822
244
+ msgid "Images with border"
245
+ msgstr ""
246
+
247
+ #: gallery-plugin.php:825
248
+ msgid "Border width in px, just numbers"
249
+ msgstr ""
250
+
251
+ #: gallery-plugin.php:827 gallery-plugin.php:829
252
+ msgid "Select color for border"
253
+ msgstr ""
254
+
255
+ #: gallery-plugin.php:835
256
  msgid "Count images in row"
257
  msgstr "Počet náhledů zobrazených v jedné řádce"
258
 
259
+ #: gallery-plugin.php:841
260
  msgid "Start slideshow"
261
  msgstr ""
262
 
263
+ #: gallery-plugin.php:847
264
  msgid "Slideshow interval"
265
  msgstr ""
266
 
267
+ #: gallery-plugin.php:855
268
  msgid "attachment id"
269
  msgstr ""
270
 
271
+ #: gallery-plugin.php:856
272
  msgid "attachment title"
273
  msgstr ""
274
 
275
+ #: gallery-plugin.php:857
276
  msgid "date"
277
  msgstr "Datum"
278
 
279
+ #: gallery-plugin.php:858
280
  msgid ""
281
  "attachments order (the integer fields in the Insert / Upload Media Gallery "
282
  "dialog )"
283
  msgstr ""
284
 
285
+ #: gallery-plugin.php:859
286
  msgid "random"
287
  msgstr ""
288
 
289
+ #: gallery-plugin.php:863
290
  msgid "Attachments order"
291
  msgstr ""
292
 
293
+ #: gallery-plugin.php:865
294
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
295
  msgstr ""
296
 
297
+ #: gallery-plugin.php:866
298
  msgid ""
299
  "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
300
  msgstr ""
301
 
302
+ #: gallery-plugin.php:870
303
+ msgid "Display text above image"
304
+ msgstr ""
305
+
306
+ #: gallery-plugin.php:872
307
+ msgid "If you want to display text just in a lightbox"
308
+ msgstr ""
309
+
310
+ #: gallery-plugin.php:876
311
  msgid "Display Return link"
312
  msgstr ""
313
 
314
+ #: gallery-plugin.php:882
315
  msgid "Display Return link in shortcode"
316
  msgstr ""
317
 
318
+ #: gallery-plugin.php:888
319
  msgid "Label for Return link"
320
  msgstr ""
321
 
322
+ #: gallery-plugin.php:894
323
+ msgid "URL for Return link"
324
+ msgstr ""
325
+
326
+ #: gallery-plugin.php:896
327
+ msgid "Gallery page (Page with Gallery Template)"
328
+ msgstr ""
329
+
330
+ #: gallery-plugin.php:898
331
+ msgid "(Full URL to custom page)"
332
+ msgstr ""
333
+
334
+ #: gallery-plugin.php:902
335
  msgid "Label for Read More link"
336
  msgstr ""
337
 
338
+ #: gallery-plugin.php:910
339
  msgid "Save Changes"
340
  msgstr "Uložit změny"
341
 
342
+ #: gallery-plugin.php:923
343
  msgid "FAQ"
344
  msgstr "FAQ "
345
 
346
+ #: gallery-plugin.php:924
347
  msgid "Support"
348
  msgstr "Podpora"
349
 
350
+ #: gallery-plugin.php:1131 template/gallery-single-template.php:76
351
  msgid "Sorry - nothing to found."
352
  msgstr "Omlouvám se - nic nenalezeno."
353
 
354
+ #: gallery-plugin.php:1153 template/gallery-single-template.php:101
355
  msgid "Download High resolution image"
356
  msgstr ""
357
 
358
+ #: template/gallery-single-template.php:101
359
  msgid "Image "
360
  msgstr ""
361
 
languages/gallery-de_DE.mo CHANGED
Binary file
languages/gallery-de_DE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-10-23 16:11+0200\n"
6
- "PO-Revision-Date: 2012-10-23 16:11+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Ted Mosby <tmosbyd@gmail.com>\n"
9
  "Language: uk_UA\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:103 gallery-plugin.php:767
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 "
@@ -28,7 +28,7 @@ msgstr ""
28
  msgid "Galleries"
29
  msgstr "Galerien"
30
 
31
- #: gallery-plugin.php:128 gallery-plugin.php:657
32
  msgid "Gallery"
33
  msgstr "Galerie"
34
 
@@ -97,7 +97,7 @@ msgstr ""
97
  msgid "Please do not forget to select "
98
  msgstr ""
99
 
100
- #: gallery-plugin.php:228 gallery-plugin.php:818
101
  msgid "Attachments order by"
102
  msgstr ""
103
 
@@ -109,84 +109,84 @@ msgstr ""
109
  msgid "in the settings of the plugin (page "
110
  msgstr ""
111
 
112
- #: gallery-plugin.php:276
113
  msgid "Link URL"
114
  msgstr ""
115
 
116
- #: gallery-plugin.php:276
117
  msgid "(clicking on image <br /> open the link in new window)"
118
  msgstr ""
119
 
120
- #: gallery-plugin.php:277
121
  msgid "Delete"
122
  msgstr ""
123
 
124
- #: gallery-plugin.php:291
125
  msgid ""
126
  "You can add the Single Gallery on the page or in the post by inserting this "
127
  "shortcode in the content"
128
  msgstr ""
129
 
130
- #: gallery-plugin.php:293
131
  msgid ""
132
  "If you want to take a brief display of the gallery with a link to a Single "
133
  "Sallery Page"
134
  msgstr ""
135
 
136
- #: gallery-plugin.php:475
137
  msgid "Title"
138
  msgstr "Titel"
139
 
140
- #: gallery-plugin.php:476
141
  msgid "Author"
142
  msgstr "Author"
143
 
144
- #: gallery-plugin.php:477
145
  msgid "Photo's"
146
  msgstr "Fotos"
147
 
148
- #: gallery-plugin.php:478
149
  msgid "Public"
150
  msgstr "Öffentlich"
151
 
152
- #: gallery-plugin.php:479
153
  msgid "Date"
154
  msgstr "Datum"
155
 
156
- #: gallery-plugin.php:626
157
  msgid "Activated plugins"
158
  msgstr "Aktivierte Plugins"
159
 
160
- #: gallery-plugin.php:628 gallery-plugin.php:636 gallery-plugin.php:644
161
  msgid "Read more"
162
  msgstr "Mehr erfahren"
163
 
164
- #: gallery-plugin.php:628 gallery-plugin.php:873 gallery-plugin.php:888
165
  msgid "Settings"
166
  msgstr "Einstellungen"
167
 
168
- #: gallery-plugin.php:634
169
  msgid "Installed plugins"
170
  msgstr "Installierte Plugins"
171
 
172
- #: gallery-plugin.php:642
173
  msgid "Recommended plugins"
174
  msgstr "Benötigte Plugins"
175
 
176
- #: gallery-plugin.php:644
177
  msgid "Download"
178
  msgstr "Download"
179
 
180
- #: gallery-plugin.php:644
181
  #, php-format
182
  msgid "Install %s"
183
  msgstr "Installiere %s"
184
 
185
- #: gallery-plugin.php:644
186
  msgid "Install now from wordpress.org"
187
  msgstr "Direkt von wordpress.org installieren"
188
 
189
- #: gallery-plugin.php:646
190
  msgid ""
191
  "If you have any questions, please contact us via plugin@bestwebsoft.com or "
192
  "fill in our contact form on our site"
@@ -194,45 +194,45 @@ msgstr ""
194
  "Wenn Sie Fragen haben, kontaktieren Sie uns über plugin@bestwebsoft.com, "
195
  "oder füllen Sie das Kontakt Formular auf unserer Website aus."
196
 
197
- #: gallery-plugin.php:681
198
  msgid "See photo &raquo;"
199
  msgstr "Fotos anzeigen &raquo;"
200
 
201
- #: gallery-plugin.php:760
202
  msgid "Options saved."
203
  msgstr "Einstellungen gespeichert."
204
 
205
- #: gallery-plugin.php:774
206
  msgid "Gallery Options"
207
  msgstr "Galerie Einstellungen"
208
 
209
- #: gallery-plugin.php:777
210
  msgid ""
211
  "If you would like to add a Single Gallery to your page or post, just copy "
212
  "and put this shortcode onto your post or page content:"
213
  msgstr ""
214
 
215
- #: gallery-plugin.php:781
216
  msgid "The size of the cover album for gallery"
217
  msgstr "Die Größe der Bilder in der Albumansicht"
218
 
219
- #: gallery-plugin.php:783 gallery-plugin.php:791
220
  msgid "Image size name"
221
  msgstr "Name der Bilder"
222
 
223
- #: gallery-plugin.php:784 gallery-plugin.php:792
224
  msgid "Width (in px)"
225
  msgstr "Breite (in px)"
226
 
227
- #: gallery-plugin.php:785 gallery-plugin.php:793
228
  msgid "Height (in px)"
229
  msgstr "Höhe (in px)"
230
 
231
- #: gallery-plugin.php:789
232
  msgid "Size for gallery image"
233
  msgstr "Die Größe der Bilder in der Galerie"
234
 
235
- #: gallery-plugin.php:797
236
  msgid ""
237
  "WordPress will create a copy of the post thumbnail with the specified "
238
  "dimensions when you upload a new photo."
@@ -240,90 +240,122 @@ msgstr ""
240
  "WordPress will create a copy of the post thumbnail with the specified "
241
  "dimensions when you upload a new photo."
242
 
243
- #: gallery-plugin.php:800
 
 
 
 
 
 
 
 
 
 
 
 
244
  msgid "Count images in row"
245
  msgstr "Anzahl Bilder in der Reihe"
246
 
247
- #: gallery-plugin.php:806
248
  msgid "Start slideshow"
249
  msgstr ""
250
 
251
- #: gallery-plugin.php:812
252
  msgid "Slideshow interval"
253
  msgstr ""
254
 
255
- #: gallery-plugin.php:820
256
  msgid "attachment id"
257
  msgstr ""
258
 
259
- #: gallery-plugin.php:821
260
  msgid "attachment title"
261
  msgstr ""
262
 
263
- #: gallery-plugin.php:822
264
  msgid "date"
265
  msgstr "Datum"
266
 
267
- #: gallery-plugin.php:823
268
  msgid ""
269
  "attachments order (the integer fields in the Insert / Upload Media Gallery "
270
  "dialog )"
271
  msgstr ""
272
 
273
- #: gallery-plugin.php:824
274
  msgid "random"
275
  msgstr ""
276
 
277
- #: gallery-plugin.php:828
278
  msgid "Attachments order"
279
  msgstr ""
280
 
281
- #: gallery-plugin.php:830
282
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
283
  msgstr ""
284
 
285
- #: gallery-plugin.php:831
286
  msgid ""
287
  "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
288
  msgstr ""
289
 
290
- #: gallery-plugin.php:835
 
 
 
 
 
 
 
 
291
  msgid "Display Return link"
292
  msgstr ""
293
 
294
- #: gallery-plugin.php:841
295
  msgid "Display Return link in shortcode"
296
  msgstr ""
297
 
298
- #: gallery-plugin.php:847
299
  msgid "Label for Return link"
300
  msgstr ""
301
 
302
- #: gallery-plugin.php:853
 
 
 
 
 
 
 
 
 
 
 
 
303
  msgid "Label for Read More link"
304
  msgstr ""
305
 
306
- #: gallery-plugin.php:861
307
  msgid "Save Changes"
308
  msgstr "Einstellungen speichern"
309
 
310
- #: gallery-plugin.php:874
311
  msgid "FAQ"
312
  msgstr "FAQ"
313
 
314
- #: gallery-plugin.php:875
315
  msgid "Support"
316
  msgstr "Support"
317
 
318
- #: gallery-plugin.php:1045 template/gallery-single-template.php:68
319
  msgid "Sorry - nothing to found."
320
  msgstr "Leider nichts gefunden."
321
 
322
- #: gallery-plugin.php:1064 template/gallery-single-template.php:90
323
  msgid "Download High resolution image"
324
  msgstr ""
325
 
326
- #: template/gallery-single-template.php:90
327
  msgid "Image "
328
  msgstr ""
329
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-20 18:46+0200\n"
6
+ "PO-Revision-Date: 2012-12-20 18:46+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Ted Mosby <tmosbyd@gmail.com>\n"
9
  "Language: uk_UA\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: gallery-plugin.php:103 gallery-plugin.php:789
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 "
28
  msgid "Galleries"
29
  msgstr "Galerien"
30
 
31
+ #: gallery-plugin.php:128 gallery-plugin.php:656
32
  msgid "Gallery"
33
  msgstr "Galerie"
34
 
97
  msgid "Please do not forget to select "
98
  msgstr ""
99
 
100
+ #: gallery-plugin.php:228 gallery-plugin.php:853
101
  msgid "Attachments order by"
102
  msgstr ""
103
 
109
  msgid "in the settings of the plugin (page "
110
  msgstr ""
111
 
112
+ #: gallery-plugin.php:275
113
  msgid "Link URL"
114
  msgstr ""
115
 
116
+ #: gallery-plugin.php:275
117
  msgid "(clicking on image <br /> open the link in new window)"
118
  msgstr ""
119
 
120
+ #: gallery-plugin.php:276
121
  msgid "Delete"
122
  msgstr ""
123
 
124
+ #: gallery-plugin.php:290
125
  msgid ""
126
  "You can add the Single Gallery on the page or in the post by inserting this "
127
  "shortcode in the content"
128
  msgstr ""
129
 
130
+ #: gallery-plugin.php:292
131
  msgid ""
132
  "If you want to take a brief display of the gallery with a link to a Single "
133
  "Sallery Page"
134
  msgstr ""
135
 
136
+ #: gallery-plugin.php:474
137
  msgid "Title"
138
  msgstr "Titel"
139
 
140
+ #: gallery-plugin.php:475
141
  msgid "Author"
142
  msgstr "Author"
143
 
144
+ #: gallery-plugin.php:476
145
  msgid "Photo's"
146
  msgstr "Fotos"
147
 
148
+ #: gallery-plugin.php:477
149
  msgid "Public"
150
  msgstr "Öffentlich"
151
 
152
+ #: gallery-plugin.php:478
153
  msgid "Date"
154
  msgstr "Datum"
155
 
156
+ #: gallery-plugin.php:625
157
  msgid "Activated plugins"
158
  msgstr "Aktivierte Plugins"
159
 
160
+ #: gallery-plugin.php:627 gallery-plugin.php:635 gallery-plugin.php:643
161
  msgid "Read more"
162
  msgstr "Mehr erfahren"
163
 
164
+ #: gallery-plugin.php:627 gallery-plugin.php:922 gallery-plugin.php:937
165
  msgid "Settings"
166
  msgstr "Einstellungen"
167
 
168
+ #: gallery-plugin.php:633
169
  msgid "Installed plugins"
170
  msgstr "Installierte Plugins"
171
 
172
+ #: gallery-plugin.php:641
173
  msgid "Recommended plugins"
174
  msgstr "Benötigte Plugins"
175
 
176
+ #: gallery-plugin.php:643
177
  msgid "Download"
178
  msgstr "Download"
179
 
180
+ #: gallery-plugin.php:643
181
  #, php-format
182
  msgid "Install %s"
183
  msgstr "Installiere %s"
184
 
185
+ #: gallery-plugin.php:643
186
  msgid "Install now from wordpress.org"
187
  msgstr "Direkt von wordpress.org installieren"
188
 
189
+ #: gallery-plugin.php:645
190
  msgid ""
191
  "If you have any questions, please contact us via plugin@bestwebsoft.com or "
192
  "fill in our contact form on our site"
194
  "Wenn Sie Fragen haben, kontaktieren Sie uns über plugin@bestwebsoft.com, "
195
  "oder füllen Sie das Kontakt Formular auf unserer Website aus."
196
 
197
+ #: gallery-plugin.php:683
198
  msgid "See photo &raquo;"
199
  msgstr "Fotos anzeigen &raquo;"
200
 
201
+ #: gallery-plugin.php:782
202
  msgid "Options saved."
203
  msgstr "Einstellungen gespeichert."
204
 
205
+ #: gallery-plugin.php:796
206
  msgid "Gallery Options"
207
  msgstr "Galerie Einstellungen"
208
 
209
+ #: gallery-plugin.php:799
210
  msgid ""
211
  "If you would like to add a Single Gallery to your page or post, just copy "
212
  "and put this shortcode onto your post or page content:"
213
  msgstr ""
214
 
215
+ #: gallery-plugin.php:803
216
  msgid "The size of the cover album for gallery"
217
  msgstr "Die Größe der Bilder in der Albumansicht"
218
 
219
+ #: gallery-plugin.php:805 gallery-plugin.php:813
220
  msgid "Image size name"
221
  msgstr "Name der Bilder"
222
 
223
+ #: gallery-plugin.php:806 gallery-plugin.php:814
224
  msgid "Width (in px)"
225
  msgstr "Breite (in px)"
226
 
227
+ #: gallery-plugin.php:807 gallery-plugin.php:815
228
  msgid "Height (in px)"
229
  msgstr "Höhe (in px)"
230
 
231
+ #: gallery-plugin.php:811
232
  msgid "Size for gallery image"
233
  msgstr "Die Größe der Bilder in der Galerie"
234
 
235
+ #: gallery-plugin.php:819
236
  msgid ""
237
  "WordPress will create a copy of the post thumbnail with the specified "
238
  "dimensions when you upload a new photo."
240
  "WordPress will create a copy of the post thumbnail with the specified "
241
  "dimensions when you upload a new photo."
242
 
243
+ #: gallery-plugin.php:822
244
+ msgid "Images with border"
245
+ msgstr ""
246
+
247
+ #: gallery-plugin.php:825
248
+ msgid "Border width in px, just numbers"
249
+ msgstr ""
250
+
251
+ #: gallery-plugin.php:827 gallery-plugin.php:829
252
+ msgid "Select color for border"
253
+ msgstr ""
254
+
255
+ #: gallery-plugin.php:835
256
  msgid "Count images in row"
257
  msgstr "Anzahl Bilder in der Reihe"
258
 
259
+ #: gallery-plugin.php:841
260
  msgid "Start slideshow"
261
  msgstr ""
262
 
263
+ #: gallery-plugin.php:847
264
  msgid "Slideshow interval"
265
  msgstr ""
266
 
267
+ #: gallery-plugin.php:855
268
  msgid "attachment id"
269
  msgstr ""
270
 
271
+ #: gallery-plugin.php:856
272
  msgid "attachment title"
273
  msgstr ""
274
 
275
+ #: gallery-plugin.php:857
276
  msgid "date"
277
  msgstr "Datum"
278
 
279
+ #: gallery-plugin.php:858
280
  msgid ""
281
  "attachments order (the integer fields in the Insert / Upload Media Gallery "
282
  "dialog )"
283
  msgstr ""
284
 
285
+ #: gallery-plugin.php:859
286
  msgid "random"
287
  msgstr ""
288
 
289
+ #: gallery-plugin.php:863
290
  msgid "Attachments order"
291
  msgstr ""
292
 
293
+ #: gallery-plugin.php:865
294
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
295
  msgstr ""
296
 
297
+ #: gallery-plugin.php:866
298
  msgid ""
299
  "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
300
  msgstr ""
301
 
302
+ #: gallery-plugin.php:870
303
+ msgid "Display text above image"
304
+ msgstr ""
305
+
306
+ #: gallery-plugin.php:872
307
+ msgid "If you want to display text just in a lightbox"
308
+ msgstr ""
309
+
310
+ #: gallery-plugin.php:876
311
  msgid "Display Return link"
312
  msgstr ""
313
 
314
+ #: gallery-plugin.php:882
315
  msgid "Display Return link in shortcode"
316
  msgstr ""
317
 
318
+ #: gallery-plugin.php:888
319
  msgid "Label for Return link"
320
  msgstr ""
321
 
322
+ #: gallery-plugin.php:894
323
+ msgid "URL for Return link"
324
+ msgstr ""
325
+
326
+ #: gallery-plugin.php:896
327
+ msgid "Gallery page (Page with Gallery Template)"
328
+ msgstr ""
329
+
330
+ #: gallery-plugin.php:898
331
+ msgid "(Full URL to custom page)"
332
+ msgstr ""
333
+
334
+ #: gallery-plugin.php:902
335
  msgid "Label for Read More link"
336
  msgstr ""
337
 
338
+ #: gallery-plugin.php:910
339
  msgid "Save Changes"
340
  msgstr "Einstellungen speichern"
341
 
342
+ #: gallery-plugin.php:923
343
  msgid "FAQ"
344
  msgstr "FAQ"
345
 
346
+ #: gallery-plugin.php:924
347
  msgid "Support"
348
  msgstr "Support"
349
 
350
+ #: gallery-plugin.php:1131 template/gallery-single-template.php:76
351
  msgid "Sorry - nothing to found."
352
  msgstr "Leider nichts gefunden."
353
 
354
+ #: gallery-plugin.php:1153 template/gallery-single-template.php:101
355
  msgid "Download High resolution image"
356
  msgstr ""
357
 
358
+ #: template/gallery-single-template.php:101
359
  msgid "Image "
360
  msgstr ""
361
 
languages/gallery-es_ES.mo CHANGED
Binary file
languages/gallery-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-10-23 16:11+0200\n"
6
- "PO-Revision-Date: 2012-10-23 16:11+0200\n"
7
  "Last-Translator: Mr. Brazzi <leatiendo@brazzisoft.com>\n"
8
  "Language-Team: Victor Garcia <\\tvgarcias@gmail.com>\n"
9
  "Language: es_ES\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:103 gallery-plugin.php:767
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 "
@@ -32,7 +32,7 @@ msgstr ""
32
  msgid "Galleries"
33
  msgstr "Galerías"
34
 
35
- #: gallery-plugin.php:128 gallery-plugin.php:657
36
  msgid "Gallery"
37
  msgstr "Galería"
38
 
@@ -108,7 +108,7 @@ msgstr ""
108
  msgid "Please do not forget to select "
109
  msgstr "Por favor no olvide seleccionar"
110
 
111
- #: gallery-plugin.php:228 gallery-plugin.php:818
112
  msgid "Attachments order by"
113
  msgstr "Orden de los adjuntos por"
114
 
@@ -120,19 +120,19 @@ msgstr "orden de los adjuntos"
120
  msgid "in the settings of the plugin (page "
121
  msgstr "en la configuración del plugin (página"
122
 
123
- #: gallery-plugin.php:276
124
  msgid "Link URL"
125
  msgstr ""
126
 
127
- #: gallery-plugin.php:276
128
  msgid "(clicking on image <br /> open the link in new window)"
129
  msgstr ""
130
 
131
- #: gallery-plugin.php:277
132
  msgid "Delete"
133
  msgstr ""
134
 
135
- #: gallery-plugin.php:291
136
  msgid ""
137
  "You can add the Single Gallery on the page or in the post by inserting this "
138
  "shortcode in the content"
@@ -140,7 +140,7 @@ msgstr ""
140
  "Puedes añadir la Galería Simple en una página o en un post insertando su "
141
  "shortcode en el contenido"
142
 
143
- #: gallery-plugin.php:293
144
  msgid ""
145
  "If you want to take a brief display of the gallery with a link to a Single "
146
  "Sallery Page"
@@ -148,60 +148,60 @@ msgstr ""
148
  "Si deseas mostrar un resumen de la galería con un enlace a la página "
149
  "específica de la Gallería "
150
 
151
- #: gallery-plugin.php:475
152
  msgid "Title"
153
  msgstr "Título"
154
 
155
- #: gallery-plugin.php:476
156
  msgid "Author"
157
  msgstr "Autor"
158
 
159
- #: gallery-plugin.php:477
160
  msgid "Photo's"
161
  msgstr "Foto de"
162
 
163
- #: gallery-plugin.php:478
164
  msgid "Public"
165
  msgstr "Pública"
166
 
167
- #: gallery-plugin.php:479
168
  msgid "Date"
169
  msgstr "Fecha"
170
 
171
- #: gallery-plugin.php:626
172
  msgid "Activated plugins"
173
  msgstr "Plugins Activados"
174
 
175
- #: gallery-plugin.php:628 gallery-plugin.php:636 gallery-plugin.php:644
176
  msgid "Read more"
177
  msgstr "Leer más"
178
 
179
- #: gallery-plugin.php:628 gallery-plugin.php:873 gallery-plugin.php:888
180
  msgid "Settings"
181
  msgstr "Configuración"
182
 
183
- #: gallery-plugin.php:634
184
  msgid "Installed plugins"
185
  msgstr "Plugins instalados"
186
 
187
- #: gallery-plugin.php:642
188
  msgid "Recommended plugins"
189
  msgstr "Plugins recomendados"
190
 
191
- #: gallery-plugin.php:644
192
  msgid "Download"
193
  msgstr "Descargar"
194
 
195
- #: gallery-plugin.php:644
196
  #, php-format
197
  msgid "Install %s"
198
  msgstr "Instalar %s"
199
 
200
- #: gallery-plugin.php:644
201
  msgid "Install now from wordpress.org"
202
  msgstr "Instalar ahora desde wordpress.org"
203
 
204
- #: gallery-plugin.php:646
205
  msgid ""
206
  "If you have any questions, please contact us via plugin@bestwebsoft.com or "
207
  "fill in our contact form on our site"
@@ -210,19 +210,19 @@ msgstr ""
210
  "plugin@bestwebsoft.com o rellenar nuestro formulario de contacto en nuestro "
211
  "sitio"
212
 
213
- #: gallery-plugin.php:681
214
  msgid "See photo &raquo;"
215
  msgstr "Ver foto &raquo;"
216
 
217
- #: gallery-plugin.php:760
218
  msgid "Options saved."
219
  msgstr "Opciones guardadas."
220
 
221
- #: gallery-plugin.php:774
222
  msgid "Gallery Options"
223
  msgstr "Opciones de Galería"
224
 
225
- #: gallery-plugin.php:777
226
  msgid ""
227
  "If you would like to add a Single Gallery to your page or post, just copy "
228
  "and put this shortcode onto your post or page content:"
@@ -230,27 +230,27 @@ msgstr ""
230
  "Si deseas añadir la Galería solamente en tu página o post, solo copia y pega "
231
  "el shortcode en la página o post correspondiente:"
232
 
233
- #: gallery-plugin.php:781
234
  msgid "The size of the cover album for gallery"
235
  msgstr "El tamaño de la cubierta del álbum de la galería"
236
 
237
- #: gallery-plugin.php:783 gallery-plugin.php:791
238
  msgid "Image size name"
239
  msgstr "Nombre del tamaño de la imagen"
240
 
241
- #: gallery-plugin.php:784 gallery-plugin.php:792
242
  msgid "Width (in px)"
243
  msgstr "Ancho (en px)"
244
 
245
- #: gallery-plugin.php:785 gallery-plugin.php:793
246
  msgid "Height (in px)"
247
  msgstr "Alto (en px)"
248
 
249
- #: gallery-plugin.php:789
250
  msgid "Size for gallery image"
251
  msgstr "Tamaño de la galería de imágenes"
252
 
253
- #: gallery-plugin.php:797
254
  msgid ""
255
  "WordPress will create a copy of the post thumbnail with the specified "
256
  "dimensions when you upload a new photo."
@@ -258,31 +258,43 @@ msgstr ""
258
  "WordPress creará una copia de la miniatura de la entrada con las dimensiones "
259
  "especificadas, cuando se suba una foto nueva."
260
 
261
- #: gallery-plugin.php:800
 
 
 
 
 
 
 
 
 
 
 
 
262
  msgid "Count images in row"
263
  msgstr "Contar las imágenes en la fila"
264
 
265
- #: gallery-plugin.php:806
266
  msgid "Start slideshow"
267
  msgstr "Comenzar presentación diapositivas"
268
 
269
- #: gallery-plugin.php:812
270
  msgid "Slideshow interval"
271
  msgstr "Intervalo de presentación diapositivas"
272
 
273
- #: gallery-plugin.php:820
274
  msgid "attachment id"
275
  msgstr "id del adjunto"
276
 
277
- #: gallery-plugin.php:821
278
  msgid "attachment title"
279
  msgstr "título del adjunto"
280
 
281
- #: gallery-plugin.php:822
282
  msgid "date"
283
  msgstr "fecha"
284
 
285
- #: gallery-plugin.php:823
286
  msgid ""
287
  "attachments order (the integer fields in the Insert / Upload Media Gallery "
288
  "dialog )"
@@ -290,62 +302,83 @@ msgstr ""
290
  "orden de los adjuntos (el valor entero mostrado en el campo del dialog "
291
  "Insertar / Subir Galeria de Medias)"
292
 
293
- #: gallery-plugin.php:824
294
  msgid "random"
295
  msgstr "aleatorio"
296
 
297
- #: gallery-plugin.php:828
298
  msgid "Attachments order"
299
  msgstr "Orden de los Adjuntos"
300
 
301
- #: gallery-plugin.php:830
302
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
303
  msgstr ""
304
  "ASC (orden ascendente desde el valor menor al mayor - 1, 2, 3; a, b, c)"
305
 
306
- #: gallery-plugin.php:831
307
  msgid ""
308
  "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
309
  msgstr ""
310
  "DESC (orden descendente desde el valor mayor al menor - 3, 2, 1; c, b, a)"
311
 
312
- #: gallery-plugin.php:835
 
 
 
 
 
 
 
 
313
  msgid "Display Return link"
314
  msgstr "Mostrar el enlace de Regresar"
315
 
316
- #: gallery-plugin.php:841
317
  msgid "Display Return link in shortcode"
318
  msgstr "Mostrar el enlace de Regresar en shortcode"
319
 
320
- #: gallery-plugin.php:847
321
  msgid "Label for Return link"
322
  msgstr "Etiqueta para el enlace Regresar"
323
 
324
- #: gallery-plugin.php:853
 
 
 
 
 
 
 
 
 
 
 
 
 
325
  msgid "Label for Read More link"
326
  msgstr "Etiqueta para el enlace Leer Mas"
327
 
328
- #: gallery-plugin.php:861
329
  msgid "Save Changes"
330
  msgstr "Guardar Cambios"
331
 
332
- #: gallery-plugin.php:874
333
  msgid "FAQ"
334
  msgstr "FAQ "
335
 
336
- #: gallery-plugin.php:875
337
  msgid "Support"
338
  msgstr "Soporte"
339
 
340
- #: gallery-plugin.php:1045 template/gallery-single-template.php:68
341
  msgid "Sorry - nothing to found."
342
  msgstr "Lo sentimos - nada que encontrar."
343
 
344
- #: gallery-plugin.php:1064 template/gallery-single-template.php:90
345
  msgid "Download High resolution image"
346
  msgstr "Descargar la imagen en alta resolución"
347
 
348
- #: template/gallery-single-template.php:90
349
  msgid "Image "
350
  msgstr "Imagen"
351
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-20 18:46+0200\n"
6
+ "PO-Revision-Date: 2012-12-20 18:46+0200\n"
7
  "Last-Translator: Mr. Brazzi <leatiendo@brazzisoft.com>\n"
8
  "Language-Team: Victor Garcia <\\tvgarcias@gmail.com>\n"
9
  "Language: es_ES\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: gallery-plugin.php:103 gallery-plugin.php:789
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 "
32
  msgid "Galleries"
33
  msgstr "Galerías"
34
 
35
+ #: gallery-plugin.php:128 gallery-plugin.php:656
36
  msgid "Gallery"
37
  msgstr "Galería"
38
 
108
  msgid "Please do not forget to select "
109
  msgstr "Por favor no olvide seleccionar"
110
 
111
+ #: gallery-plugin.php:228 gallery-plugin.php:853
112
  msgid "Attachments order by"
113
  msgstr "Orden de los adjuntos por"
114
 
120
  msgid "in the settings of the plugin (page "
121
  msgstr "en la configuración del plugin (página"
122
 
123
+ #: gallery-plugin.php:275
124
  msgid "Link URL"
125
  msgstr ""
126
 
127
+ #: gallery-plugin.php:275
128
  msgid "(clicking on image <br /> open the link in new window)"
129
  msgstr ""
130
 
131
+ #: gallery-plugin.php:276
132
  msgid "Delete"
133
  msgstr ""
134
 
135
+ #: gallery-plugin.php:290
136
  msgid ""
137
  "You can add the Single Gallery on the page or in the post by inserting this "
138
  "shortcode in the content"
140
  "Puedes añadir la Galería Simple en una página o en un post insertando su "
141
  "shortcode en el contenido"
142
 
143
+ #: gallery-plugin.php:292
144
  msgid ""
145
  "If you want to take a brief display of the gallery with a link to a Single "
146
  "Sallery Page"
148
  "Si deseas mostrar un resumen de la galería con un enlace a la página "
149
  "específica de la Gallería "
150
 
151
+ #: gallery-plugin.php:474
152
  msgid "Title"
153
  msgstr "Título"
154
 
155
+ #: gallery-plugin.php:475
156
  msgid "Author"
157
  msgstr "Autor"
158
 
159
+ #: gallery-plugin.php:476
160
  msgid "Photo's"
161
  msgstr "Foto de"
162
 
163
+ #: gallery-plugin.php:477
164
  msgid "Public"
165
  msgstr "Pública"
166
 
167
+ #: gallery-plugin.php:478
168
  msgid "Date"
169
  msgstr "Fecha"
170
 
171
+ #: gallery-plugin.php:625
172
  msgid "Activated plugins"
173
  msgstr "Plugins Activados"
174
 
175
+ #: gallery-plugin.php:627 gallery-plugin.php:635 gallery-plugin.php:643
176
  msgid "Read more"
177
  msgstr "Leer más"
178
 
179
+ #: gallery-plugin.php:627 gallery-plugin.php:922 gallery-plugin.php:937
180
  msgid "Settings"
181
  msgstr "Configuración"
182
 
183
+ #: gallery-plugin.php:633
184
  msgid "Installed plugins"
185
  msgstr "Plugins instalados"
186
 
187
+ #: gallery-plugin.php:641
188
  msgid "Recommended plugins"
189
  msgstr "Plugins recomendados"
190
 
191
+ #: gallery-plugin.php:643
192
  msgid "Download"
193
  msgstr "Descargar"
194
 
195
+ #: gallery-plugin.php:643
196
  #, php-format
197
  msgid "Install %s"
198
  msgstr "Instalar %s"
199
 
200
+ #: gallery-plugin.php:643
201
  msgid "Install now from wordpress.org"
202
  msgstr "Instalar ahora desde wordpress.org"
203
 
204
+ #: gallery-plugin.php:645
205
  msgid ""
206
  "If you have any questions, please contact us via plugin@bestwebsoft.com or "
207
  "fill in our contact form on our site"
210
  "plugin@bestwebsoft.com o rellenar nuestro formulario de contacto en nuestro "
211
  "sitio"
212
 
213
+ #: gallery-plugin.php:683
214
  msgid "See photo &raquo;"
215
  msgstr "Ver foto &raquo;"
216
 
217
+ #: gallery-plugin.php:782
218
  msgid "Options saved."
219
  msgstr "Opciones guardadas."
220
 
221
+ #: gallery-plugin.php:796
222
  msgid "Gallery Options"
223
  msgstr "Opciones de Galería"
224
 
225
+ #: gallery-plugin.php:799
226
  msgid ""
227
  "If you would like to add a Single Gallery to your page or post, just copy "
228
  "and put this shortcode onto your post or page content:"
230
  "Si deseas añadir la Galería solamente en tu página o post, solo copia y pega "
231
  "el shortcode en la página o post correspondiente:"
232
 
233
+ #: gallery-plugin.php:803
234
  msgid "The size of the cover album for gallery"
235
  msgstr "El tamaño de la cubierta del álbum de la galería"
236
 
237
+ #: gallery-plugin.php:805 gallery-plugin.php:813
238
  msgid "Image size name"
239
  msgstr "Nombre del tamaño de la imagen"
240
 
241
+ #: gallery-plugin.php:806 gallery-plugin.php:814
242
  msgid "Width (in px)"
243
  msgstr "Ancho (en px)"
244
 
245
+ #: gallery-plugin.php:807 gallery-plugin.php:815
246
  msgid "Height (in px)"
247
  msgstr "Alto (en px)"
248
 
249
+ #: gallery-plugin.php:811
250
  msgid "Size for gallery image"
251
  msgstr "Tamaño de la galería de imágenes"
252
 
253
+ #: gallery-plugin.php:819
254
  msgid ""
255
  "WordPress will create a copy of the post thumbnail with the specified "
256
  "dimensions when you upload a new photo."
258
  "WordPress creará una copia de la miniatura de la entrada con las dimensiones "
259
  "especificadas, cuando se suba una foto nueva."
260
 
261
+ #: gallery-plugin.php:822
262
+ msgid "Images with border"
263
+ msgstr ""
264
+
265
+ #: gallery-plugin.php:825
266
+ msgid "Border width in px, just numbers"
267
+ msgstr ""
268
+
269
+ #: gallery-plugin.php:827 gallery-plugin.php:829
270
+ msgid "Select color for border"
271
+ msgstr ""
272
+
273
+ #: gallery-plugin.php:835
274
  msgid "Count images in row"
275
  msgstr "Contar las imágenes en la fila"
276
 
277
+ #: gallery-plugin.php:841
278
  msgid "Start slideshow"
279
  msgstr "Comenzar presentación diapositivas"
280
 
281
+ #: gallery-plugin.php:847
282
  msgid "Slideshow interval"
283
  msgstr "Intervalo de presentación diapositivas"
284
 
285
+ #: gallery-plugin.php:855
286
  msgid "attachment id"
287
  msgstr "id del adjunto"
288
 
289
+ #: gallery-plugin.php:856
290
  msgid "attachment title"
291
  msgstr "título del adjunto"
292
 
293
+ #: gallery-plugin.php:857
294
  msgid "date"
295
  msgstr "fecha"
296
 
297
+ #: gallery-plugin.php:858
298
  msgid ""
299
  "attachments order (the integer fields in the Insert / Upload Media Gallery "
300
  "dialog )"
302
  "orden de los adjuntos (el valor entero mostrado en el campo del dialog "
303
  "Insertar / Subir Galeria de Medias)"
304
 
305
+ #: gallery-plugin.php:859
306
  msgid "random"
307
  msgstr "aleatorio"
308
 
309
+ #: gallery-plugin.php:863
310
  msgid "Attachments order"
311
  msgstr "Orden de los Adjuntos"
312
 
313
+ #: gallery-plugin.php:865
314
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
315
  msgstr ""
316
  "ASC (orden ascendente desde el valor menor al mayor - 1, 2, 3; a, b, c)"
317
 
318
+ #: gallery-plugin.php:866
319
  msgid ""
320
  "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
321
  msgstr ""
322
  "DESC (orden descendente desde el valor mayor al menor - 3, 2, 1; c, b, a)"
323
 
324
+ #: gallery-plugin.php:870
325
+ msgid "Display text above image"
326
+ msgstr ""
327
+
328
+ #: gallery-plugin.php:872
329
+ msgid "If you want to display text just in a lightbox"
330
+ msgstr ""
331
+
332
+ #: gallery-plugin.php:876
333
  msgid "Display Return link"
334
  msgstr "Mostrar el enlace de Regresar"
335
 
336
+ #: gallery-plugin.php:882
337
  msgid "Display Return link in shortcode"
338
  msgstr "Mostrar el enlace de Regresar en shortcode"
339
 
340
+ #: gallery-plugin.php:888
341
  msgid "Label for Return link"
342
  msgstr "Etiqueta para el enlace Regresar"
343
 
344
+ #: gallery-plugin.php:894
345
+ #, fuzzy
346
+ msgid "URL for Return link"
347
+ msgstr "Etiqueta para el enlace Regresar"
348
+
349
+ #: gallery-plugin.php:896
350
+ msgid "Gallery page (Page with Gallery Template)"
351
+ msgstr ""
352
+
353
+ #: gallery-plugin.php:898
354
+ msgid "(Full URL to custom page)"
355
+ msgstr ""
356
+
357
+ #: gallery-plugin.php:902
358
  msgid "Label for Read More link"
359
  msgstr "Etiqueta para el enlace Leer Mas"
360
 
361
+ #: gallery-plugin.php:910
362
  msgid "Save Changes"
363
  msgstr "Guardar Cambios"
364
 
365
+ #: gallery-plugin.php:923
366
  msgid "FAQ"
367
  msgstr "FAQ "
368
 
369
+ #: gallery-plugin.php:924
370
  msgid "Support"
371
  msgstr "Soporte"
372
 
373
+ #: gallery-plugin.php:1131 template/gallery-single-template.php:76
374
  msgid "Sorry - nothing to found."
375
  msgstr "Lo sentimos - nada que encontrar."
376
 
377
+ #: gallery-plugin.php:1153 template/gallery-single-template.php:101
378
  msgid "Download High resolution image"
379
  msgstr "Descargar la imagen en alta resolución"
380
 
381
+ #: template/gallery-single-template.php:101
382
  msgid "Image "
383
  msgstr "Imagen"
384
 
languages/gallery-fa_IR.mo ADDED
Binary file
languages/gallery-fa_IR.po ADDED
@@ -0,0 +1,315 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-12-20 18:50+0200\n"
7
+ "Last-Translator: ekia <ertavaa@gmail.com>\n"
8
+ "Language-Team: Einolah Kiamehr <einkia@gmail.com>\n"
9
+ "Language: fa_IR\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e\n"
14
+ "X-Poedit-Basepath: ..\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "Plural-Forms: nplurals=2;plural=n>1;\n"
17
+ "X-Generator: Poedit 1.5.4\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+
20
+ #: gallery-plugin.php:55 gallery-plugin.php:683
21
+ msgid ""
22
+ "The following files \"gallery-template.php\" and \"gallery-single-template."
23
+ "php\" were not found in the directory of your theme. Please copy them from "
24
+ "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
25
+ "directory of your theme for the correct work of the Gallery plugin"
26
+ msgstr ""
27
+
28
+ #: gallery-plugin.php:79 gallery-plugin.php:89
29
+ msgid "Galleries"
30
+ msgstr "گالری ها"
31
+
32
+ #: gallery-plugin.php:80 gallery-plugin.php:576
33
+ msgid "Gallery"
34
+ msgstr "گالری"
35
+
36
+ #: gallery-plugin.php:81
37
+ msgid "Add New"
38
+ msgstr "اضافه کردن"
39
+
40
+ #: gallery-plugin.php:82
41
+ msgid "Add New Gallery"
42
+ msgstr "اضافه کردن گالری"
43
+
44
+ #: gallery-plugin.php:83
45
+ msgid "Edit Gallery"
46
+ msgstr "ویرایش گالری"
47
+
48
+ #: gallery-plugin.php:84
49
+ msgid "New Gallery"
50
+ msgstr "گالری جدید"
51
+
52
+ #: gallery-plugin.php:85
53
+ msgid "View Gallery"
54
+ msgstr "مشاهده گالری"
55
+
56
+ #: gallery-plugin.php:86
57
+ msgid "Search Galleries"
58
+ msgstr "جستجودر گالریها"
59
+
60
+ #: gallery-plugin.php:87
61
+ msgid "No Galleries found"
62
+ msgstr "هیچ گالری پیدا نشد"
63
+
64
+ #: gallery-plugin.php:144
65
+ msgid "Upload File"
66
+ msgstr "آپلود فایل"
67
+
68
+ #: gallery-plugin.php:145
69
+ msgid "Gallery Shortcode"
70
+ msgstr "کد نمایش گالری"
71
+
72
+ #: gallery-plugin.php:159
73
+ msgid ""
74
+ "The gallery temp directory (gallery-plugin/upload/files) not writeable by "
75
+ "your webserver. Please use the standard WP functional to upload the images "
76
+ "(media library)"
77
+ msgstr ""
78
+
79
+ #: gallery-plugin.php:163
80
+ msgid "Choose an image to upload:"
81
+ msgstr "انتخاب یک عکس برای آپلود "
82
+
83
+ #: gallery-plugin.php:168
84
+ msgid "Please enable JavaScript to use the file uploader."
85
+ msgstr "برای استفاده از آپلودر فایل ، لطفا جاوا اسکریپت را فعال کنید."
86
+
87
+ #: gallery-plugin.php:175
88
+ msgid ""
89
+ "Please use drag and drop function to change the order of the output of "
90
+ "images and do not forget to save post."
91
+ msgstr ""
92
+ "لطفا از گرفتن و رها کردن توابع برای سفارشی ساختن عکسهای خروجی استفاده کنید و "
93
+ "فراموش نکنید که پست را ذخیره کنید."
94
+
95
+ #: gallery-plugin.php:177
96
+ msgid "Please do not forget to select "
97
+ msgstr "لطفا انتخاب را فراموش نکنید."
98
+
99
+ #: gallery-plugin.php:177 gallery-plugin.php:734
100
+ msgid "Attachments order by"
101
+ msgstr "الصاق(Attachments ) به سفارش"
102
+
103
+ #: gallery-plugin.php:177
104
+ msgid "attachments order"
105
+ msgstr ""
106
+
107
+ #: gallery-plugin.php:177
108
+ msgid "in the settings of the plugin (page "
109
+ msgstr "صفحه تنظیمات افزونه"
110
+
111
+ #: gallery-plugin.php:239
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
+ "شما میتوانید به برگه یا پست با افزودن shortcode به محتوا یک گالری اضافه "
117
+ "کنید. "
118
+
119
+ #: gallery-plugin.php:241
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:394
126
+ msgid "Title"
127
+ msgstr "عنوان"
128
+
129
+ #: gallery-plugin.php:395
130
+ msgid "Author"
131
+ msgstr "سازنده"
132
+
133
+ #: gallery-plugin.php:396
134
+ msgid "Photo's"
135
+ msgstr "عکسِ"
136
+
137
+ #: gallery-plugin.php:397
138
+ msgid "Public"
139
+ msgstr "عمومی"
140
+
141
+ #: gallery-plugin.php:398
142
+ msgid "Date"
143
+ msgstr "تاریخ"
144
+
145
+ #: gallery-plugin.php:545
146
+ msgid "Activated plugins"
147
+ msgstr "فعالسازی افزونه"
148
+
149
+ #: gallery-plugin.php:547 gallery-plugin.php:555 gallery-plugin.php:563
150
+ msgid "Read more"
151
+ msgstr "بیشتر..."
152
+
153
+ #: gallery-plugin.php:547 gallery-plugin.php:789 gallery-plugin.php:804
154
+ msgid "Settings"
155
+ msgstr "تنظیمات"
156
+
157
+ #: gallery-plugin.php:553
158
+ msgid "Installed plugins"
159
+ msgstr "نصب افزونه"
160
+
161
+ #: gallery-plugin.php:561
162
+ msgid "Recommended plugins"
163
+ msgstr ""
164
+
165
+ #: gallery-plugin.php:563
166
+ msgid "Download"
167
+ msgstr "دانلود"
168
+
169
+ #: gallery-plugin.php:563
170
+ #, php-format
171
+ msgid "Install %s"
172
+ msgstr "نصب %s"
173
+
174
+ #: gallery-plugin.php:563
175
+ msgid "Install now from wordpress.org"
176
+ msgstr "در حال نصب از سایت وردپرس"
177
+
178
+ #: gallery-plugin.php:565
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.com تماس بگیرید "
184
+ "یا فرم تماس مارا در سایتمان پر کنید و سوال خود را آنجا بنویسید."
185
+
186
+ #: gallery-plugin.php:597
187
+ msgid "See photo &raquo;"
188
+ msgstr "&raquoدیدن عکس;"
189
+
190
+ #: gallery-plugin.php:676
191
+ msgid "Options saved."
192
+ msgstr "تنظیمات ذخیره شد."
193
+
194
+ #: gallery-plugin.php:690
195
+ msgid "Gallery Options"
196
+ msgstr "تنظیمات گالری"
197
+
198
+ #: gallery-plugin.php:693
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
+ "اگر میخواهید یک گالری جدید اضافه کنید ، کافیه shortcode را در نوشته یا برگه "
204
+ "خود کپی کنید"
205
+
206
+ #: gallery-plugin.php:697
207
+ msgid "The size of the cover album for gallery"
208
+ msgstr "اندازه دوره آلبوم گالری"
209
+
210
+ #: gallery-plugin.php:699 gallery-plugin.php:707
211
+ msgid "Image size name"
212
+ msgstr " اندازه عکس"
213
+
214
+ #: gallery-plugin.php:700 gallery-plugin.php:708
215
+ msgid "Width (in px)"
216
+ msgstr "عرض (به pixels)"
217
+
218
+ #: gallery-plugin.php:701 gallery-plugin.php:709
219
+ msgid "Height (in px)"
220
+ msgstr "ارتفاع (به pixels)"
221
+
222
+ #: gallery-plugin.php:705
223
+ msgid "Size for gallery image"
224
+ msgstr "اندازه عکسهای گالری"
225
+
226
+ #: gallery-plugin.php:713
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
+ "وردپرس میتواند یک کپی از عکسهای بند انگشتی نوشته ها را با اندازه دلخواه "
232
+ "بسازد وقتی شما یک عکس جدید را بار گذاری میکنید."
233
+
234
+ #: gallery-plugin.php:716
235
+ msgid "Count images in row"
236
+ msgstr "تعداد عکسها در سطر"
237
+
238
+ #: gallery-plugin.php:722
239
+ msgid "Start slideshow"
240
+ msgstr "نمایش اسلایدشو"
241
+
242
+ #: gallery-plugin.php:728
243
+ msgid "Slideshow interval"
244
+ msgstr "فاصله بین اسلایدشو"
245
+
246
+ #: gallery-plugin.php:736
247
+ msgid "attachment id"
248
+ msgstr "ای دی سنجاق شده "
249
+
250
+ #: gallery-plugin.php:737
251
+ msgid "attachment title"
252
+ msgstr "عنوان سنجاق شده"
253
+
254
+ #: gallery-plugin.php:738
255
+ msgid "date"
256
+ msgstr "تاریخ"
257
+
258
+ #: gallery-plugin.php:739
259
+ msgid ""
260
+ "attachments order (the integer fields in the Insert / Upload Media Gallery "
261
+ "dialog )"
262
+ msgstr ""
263
+
264
+ #: gallery-plugin.php:740
265
+ msgid "random"
266
+ msgstr "تصادفی"
267
+
268
+ #: gallery-plugin.php:744
269
+ msgid "Attachments order"
270
+ msgstr ""
271
+
272
+ #: gallery-plugin.php:746
273
+ msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
274
+ msgstr ""
275
+
276
+ #: gallery-plugin.php:747
277
+ msgid ""
278
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
279
+ msgstr ""
280
+
281
+ #: gallery-plugin.php:751
282
+ msgid "Display Return link"
283
+ msgstr "نشان دادن لینک برگشت"
284
+
285
+ #: gallery-plugin.php:757
286
+ msgid "Display Return link in shortcode"
287
+ msgstr "نشان دادن لینک برگشت در شرت کد"
288
+
289
+ #: gallery-plugin.php:763
290
+ msgid "Label for Return link"
291
+ msgstr "برپسبهای لینگ برگشتی"
292
+
293
+ #: gallery-plugin.php:769
294
+ msgid "Label for Read More link"
295
+ msgstr "برچسب برای لینک بیشتر..."
296
+
297
+ #: gallery-plugin.php:777
298
+ msgid "Save Changes"
299
+ msgstr "ذخیره تنظیمات"
300
+
301
+ #: gallery-plugin.php:790
302
+ msgid "FAQ"
303
+ msgstr "FAQ"
304
+
305
+ #: gallery-plugin.php:791
306
+ msgid "Support"
307
+ msgstr "پشتیبانی"
308
+
309
+ #: gallery-plugin.php:953 template/gallery-single-template.php:60
310
+ msgid "Sorry - nothing to found."
311
+ msgstr "متاسفم؛چیزی یافت نشد"
312
+
313
+ #: template/gallery-single-template.php:82
314
+ msgid "Image "
315
+ msgstr "عکس "
languages/gallery-fr_FR.mo CHANGED
Binary file
languages/gallery-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-10-23 16:11+0200\n"
6
- "PO-Revision-Date: 2012-10-23 16:11+0200\n"
7
  "Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
8
  "Language-Team: Wolforg <contact@wolforg.eu>\n"
9
  "Language: fr_FR\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: gallery-plugin.php:103 gallery-plugin.php:767
21
  msgid ""
22
  "The following files \"gallery-template.php\" and \"gallery-single-template."
23
  "php\" were not found in the directory of your theme. Please copy them from "
@@ -34,7 +34,7 @@ msgstr ""
34
  msgid "Galleries"
35
  msgstr "Galeries"
36
 
37
- #: gallery-plugin.php:128 gallery-plugin.php:657
38
  msgid "Gallery"
39
  msgstr "Galerie"
40
 
@@ -108,7 +108,7 @@ msgstr ""
108
  msgid "Please do not forget to select "
109
  msgstr "Merci de ne pas oublier de sélectionner"
110
 
111
- #: gallery-plugin.php:228 gallery-plugin.php:818
112
  msgid "Attachments order by"
113
  msgstr "Fichiers trier par"
114
 
@@ -120,19 +120,19 @@ msgstr "ordre des fichiers"
120
  msgid "in the settings of the plugin (page "
121
  msgstr "dans les paramètres du plugin (page"
122
 
123
- #: gallery-plugin.php:276
124
  msgid "Link URL"
125
  msgstr ""
126
 
127
- #: gallery-plugin.php:276
128
  msgid "(clicking on image <br /> open the link in new window)"
129
  msgstr ""
130
 
131
- #: gallery-plugin.php:277
132
  msgid "Delete"
133
  msgstr ""
134
 
135
- #: gallery-plugin.php:291
136
  msgid ""
137
  "You can add the Single Gallery on the page or in the post by inserting this "
138
  "shortcode in the content"
@@ -140,7 +140,7 @@ msgstr ""
140
  "Vous pouvez ajouter la galerie dans la page ou l'article en insérant le code "
141
  "court dans le contenu"
142
 
143
- #: gallery-plugin.php:293
144
  msgid ""
145
  "If you want to take a brief display of the gallery with a link to a Single "
146
  "Sallery Page"
@@ -148,60 +148,60 @@ msgstr ""
148
  "Si vous voulez avoir un bref appreçu de la gallerie avec un lien vers une "
149
  "page unique de la gallerie"
150
 
151
- #: gallery-plugin.php:475
152
  msgid "Title"
153
  msgstr "Titre"
154
 
155
- #: gallery-plugin.php:476
156
  msgid "Author"
157
  msgstr "Auteur"
158
 
159
- #: gallery-plugin.php:477
160
  msgid "Photo's"
161
  msgstr "Photo's"
162
 
163
- #: gallery-plugin.php:478
164
  msgid "Public"
165
  msgstr "Public"
166
 
167
- #: gallery-plugin.php:479
168
  msgid "Date"
169
  msgstr "Date"
170
 
171
- #: gallery-plugin.php:626
172
  msgid "Activated plugins"
173
  msgstr "Extensions activées"
174
 
175
- #: gallery-plugin.php:628 gallery-plugin.php:636 gallery-plugin.php:644
176
  msgid "Read more"
177
  msgstr "Lire plus..."
178
 
179
- #: gallery-plugin.php:628 gallery-plugin.php:873 gallery-plugin.php:888
180
  msgid "Settings"
181
  msgstr "Paramètres"
182
 
183
- #: gallery-plugin.php:634
184
  msgid "Installed plugins"
185
  msgstr "Extensions installées"
186
 
187
- #: gallery-plugin.php:642
188
  msgid "Recommended plugins"
189
  msgstr "Extensions recommandées"
190
 
191
- #: gallery-plugin.php:644
192
  msgid "Download"
193
  msgstr "Télécharger"
194
 
195
- #: gallery-plugin.php:644
196
  #, php-format
197
  msgid "Install %s"
198
  msgstr "Installation %s"
199
 
200
- #: gallery-plugin.php:644
201
  msgid "Install now from wordpress.org"
202
  msgstr "Installation à partir de wordpress.org"
203
 
204
- #: gallery-plugin.php:646
205
  msgid ""
206
  "If you have any questions, please contact us via plugin@bestwebsoft.com or "
207
  "fill in our contact form on our site"
@@ -209,19 +209,19 @@ msgstr ""
209
  "Si vous avez des questions, merci de nous contacter via plugin@bestwebsoft."
210
  "com ou remplissez le formulaire de contact sur notre site"
211
 
212
- #: gallery-plugin.php:681
213
  msgid "See photo &raquo;"
214
  msgstr "Voir la photo &raquo;"
215
 
216
- #: gallery-plugin.php:760
217
  msgid "Options saved."
218
  msgstr "Options sauvegardées."
219
 
220
- #: gallery-plugin.php:774
221
  msgid "Gallery Options"
222
  msgstr "Options de galerie"
223
 
224
- #: gallery-plugin.php:777
225
  msgid ""
226
  "If you would like to add a Single Gallery to your page or post, just copy "
227
  "and put this shortcode onto your post or page content:"
@@ -229,27 +229,27 @@ msgstr ""
229
  "Si vous voulez ajouter la galerie dans une page ou un article, copier le "
230
  "code court suivant dans le contenu de votre page ou de votre article:"
231
 
232
- #: gallery-plugin.php:781
233
  msgid "The size of the cover album for gallery"
234
  msgstr "Taille de la vignette de l'album"
235
 
236
- #: gallery-plugin.php:783 gallery-plugin.php:791
237
  msgid "Image size name"
238
  msgstr "Nom de la vignette"
239
 
240
- #: gallery-plugin.php:784 gallery-plugin.php:792
241
  msgid "Width (in px)"
242
  msgstr "Largeur (en pixels)"
243
 
244
- #: gallery-plugin.php:785 gallery-plugin.php:793
245
  msgid "Height (in px)"
246
  msgstr "Hauteur (en pixels)"
247
 
248
- #: gallery-plugin.php:789
249
  msgid "Size for gallery image"
250
  msgstr "Taille de la vignette de la galerie"
251
 
252
- #: gallery-plugin.php:797
253
  msgid ""
254
  "WordPress will create a copy of the post thumbnail with the specified "
255
  "dimensions when you upload a new photo."
@@ -257,31 +257,43 @@ msgstr ""
257
  "WordPress créera une copie de la miniature d'article avec les dimensions "
258
  "spécifiées quand vous envoyez une nouvelle photo."
259
 
260
- #: gallery-plugin.php:800
 
 
 
 
 
 
 
 
 
 
 
 
261
  msgid "Count images in row"
262
  msgstr "Nombre d'images par ligne"
263
 
264
- #: gallery-plugin.php:806
265
  msgid "Start slideshow"
266
  msgstr "Démarer le diaporama"
267
 
268
- #: gallery-plugin.php:812
269
  msgid "Slideshow interval"
270
  msgstr "Interval de transition pour le diaporama"
271
 
272
- #: gallery-plugin.php:820
273
  msgid "attachment id"
274
  msgstr "id du fichier"
275
 
276
- #: gallery-plugin.php:821
277
  msgid "attachment title"
278
  msgstr "titre du fichier"
279
 
280
- #: gallery-plugin.php:822
281
  msgid "date"
282
  msgstr "date"
283
 
284
- #: gallery-plugin.php:823
285
  msgid ""
286
  "attachments order (the integer fields in the Insert / Upload Media Gallery "
287
  "dialog )"
@@ -289,62 +301,83 @@ msgstr ""
289
  "ordre des fichiers (le nombre dans la fenêtre d'insertion / téléchargement "
290
  "de la galerie)"
291
 
292
- #: gallery-plugin.php:824
293
  msgid "random"
294
  msgstr "aléatoire"
295
 
296
- #: gallery-plugin.php:828
297
  msgid "Attachments order"
298
  msgstr "Ordre des fichiers"
299
 
300
- #: gallery-plugin.php:830
301
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
302
  msgstr ""
303
  "ASC (ordre ascendant de la plus petite à la plus grande valeur - 1, 2, 3; a, "
304
  "b, c)"
305
 
306
- #: gallery-plugin.php:831
307
  msgid ""
308
  "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
309
  msgstr ""
310
  "DESC (ordre descendant de la plus grade à la plus petite - 3, 2, 1; c, b, a)"
311
 
312
- #: gallery-plugin.php:835
 
 
 
 
 
 
 
 
313
  msgid "Display Return link"
314
  msgstr "Afficher le lien de retour"
315
 
316
- #: gallery-plugin.php:841
317
  msgid "Display Return link in shortcode"
318
  msgstr "Afficher le lien de retour dans le code court"
319
 
320
- #: gallery-plugin.php:847
321
  msgid "Label for Return link"
322
  msgstr "Texte du lien de retour"
323
 
324
- #: gallery-plugin.php:853
 
 
 
 
 
 
 
 
 
 
 
 
 
325
  msgid "Label for Read More link"
326
  msgstr "Texte pour le lien \"Read More\""
327
 
328
- #: gallery-plugin.php:861
329
  msgid "Save Changes"
330
  msgstr "Sauvegarder"
331
 
332
- #: gallery-plugin.php:874
333
  msgid "FAQ"
334
  msgstr "FAQ"
335
 
336
- #: gallery-plugin.php:875
337
  msgid "Support"
338
  msgstr "Soutien"
339
 
340
- #: gallery-plugin.php:1045 template/gallery-single-template.php:68
341
  msgid "Sorry - nothing to found."
342
  msgstr "Désolé, rien de trouvé"
343
 
344
- #: gallery-plugin.php:1064 template/gallery-single-template.php:90
345
  msgid "Download High resolution image"
346
  msgstr "Télécharger l'image en haute résolution"
347
 
348
- #: template/gallery-single-template.php:90
349
  msgid "Image "
350
  msgstr "Image "
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-20 18:47+0200\n"
6
+ "PO-Revision-Date: 2012-12-20 18:47+0200\n"
7
  "Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
8
  "Language-Team: Wolforg <contact@wolforg.eu>\n"
9
  "Language: fr_FR\n"
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: gallery-plugin.php:103 gallery-plugin.php:789
21
  msgid ""
22
  "The following files \"gallery-template.php\" and \"gallery-single-template."
23
  "php\" were not found in the directory of your theme. Please copy them from "
34
  msgid "Galleries"
35
  msgstr "Galeries"
36
 
37
+ #: gallery-plugin.php:128 gallery-plugin.php:656
38
  msgid "Gallery"
39
  msgstr "Galerie"
40
 
108
  msgid "Please do not forget to select "
109
  msgstr "Merci de ne pas oublier de sélectionner"
110
 
111
+ #: gallery-plugin.php:228 gallery-plugin.php:853
112
  msgid "Attachments order by"
113
  msgstr "Fichiers trier par"
114
 
120
  msgid "in the settings of the plugin (page "
121
  msgstr "dans les paramètres du plugin (page"
122
 
123
+ #: gallery-plugin.php:275
124
  msgid "Link URL"
125
  msgstr ""
126
 
127
+ #: gallery-plugin.php:275
128
  msgid "(clicking on image <br /> open the link in new window)"
129
  msgstr ""
130
 
131
+ #: gallery-plugin.php:276
132
  msgid "Delete"
133
  msgstr ""
134
 
135
+ #: gallery-plugin.php:290
136
  msgid ""
137
  "You can add the Single Gallery on the page or in the post by inserting this "
138
  "shortcode in the content"
140
  "Vous pouvez ajouter la galerie dans la page ou l'article en insérant le code "
141
  "court dans le contenu"
142
 
143
+ #: gallery-plugin.php:292
144
  msgid ""
145
  "If you want to take a brief display of the gallery with a link to a Single "
146
  "Sallery Page"
148
  "Si vous voulez avoir un bref appreçu de la gallerie avec un lien vers une "
149
  "page unique de la gallerie"
150
 
151
+ #: gallery-plugin.php:474
152
  msgid "Title"
153
  msgstr "Titre"
154
 
155
+ #: gallery-plugin.php:475
156
  msgid "Author"
157
  msgstr "Auteur"
158
 
159
+ #: gallery-plugin.php:476
160
  msgid "Photo's"
161
  msgstr "Photo's"
162
 
163
+ #: gallery-plugin.php:477
164
  msgid "Public"
165
  msgstr "Public"
166
 
167
+ #: gallery-plugin.php:478
168
  msgid "Date"
169
  msgstr "Date"
170
 
171
+ #: gallery-plugin.php:625
172
  msgid "Activated plugins"
173
  msgstr "Extensions activées"
174
 
175
+ #: gallery-plugin.php:627 gallery-plugin.php:635 gallery-plugin.php:643
176
  msgid "Read more"
177
  msgstr "Lire plus..."
178
 
179
+ #: gallery-plugin.php:627 gallery-plugin.php:922 gallery-plugin.php:937
180
  msgid "Settings"
181
  msgstr "Paramètres"
182
 
183
+ #: gallery-plugin.php:633
184
  msgid "Installed plugins"
185
  msgstr "Extensions installées"
186
 
187
+ #: gallery-plugin.php:641
188
  msgid "Recommended plugins"
189
  msgstr "Extensions recommandées"
190
 
191
+ #: gallery-plugin.php:643
192
  msgid "Download"
193
  msgstr "Télécharger"
194
 
195
+ #: gallery-plugin.php:643
196
  #, php-format
197
  msgid "Install %s"
198
  msgstr "Installation %s"
199
 
200
+ #: gallery-plugin.php:643
201
  msgid "Install now from wordpress.org"
202
  msgstr "Installation à partir de wordpress.org"
203
 
204
+ #: gallery-plugin.php:645
205
  msgid ""
206
  "If you have any questions, please contact us via plugin@bestwebsoft.com or "
207
  "fill in our contact form on our site"
209
  "Si vous avez des questions, merci de nous contacter via plugin@bestwebsoft."
210
  "com ou remplissez le formulaire de contact sur notre site"
211
 
212
+ #: gallery-plugin.php:683
213
  msgid "See photo &raquo;"
214
  msgstr "Voir la photo &raquo;"
215
 
216
+ #: gallery-plugin.php:782
217
  msgid "Options saved."
218
  msgstr "Options sauvegardées."
219
 
220
+ #: gallery-plugin.php:796
221
  msgid "Gallery Options"
222
  msgstr "Options de galerie"
223
 
224
+ #: gallery-plugin.php:799
225
  msgid ""
226
  "If you would like to add a Single Gallery to your page or post, just copy "
227
  "and put this shortcode onto your post or page content:"
229
  "Si vous voulez ajouter la galerie dans une page ou un article, copier le "
230
  "code court suivant dans le contenu de votre page ou de votre article:"
231
 
232
+ #: gallery-plugin.php:803
233
  msgid "The size of the cover album for gallery"
234
  msgstr "Taille de la vignette de l'album"
235
 
236
+ #: gallery-plugin.php:805 gallery-plugin.php:813
237
  msgid "Image size name"
238
  msgstr "Nom de la vignette"
239
 
240
+ #: gallery-plugin.php:806 gallery-plugin.php:814
241
  msgid "Width (in px)"
242
  msgstr "Largeur (en pixels)"
243
 
244
+ #: gallery-plugin.php:807 gallery-plugin.php:815
245
  msgid "Height (in px)"
246
  msgstr "Hauteur (en pixels)"
247
 
248
+ #: gallery-plugin.php:811
249
  msgid "Size for gallery image"
250
  msgstr "Taille de la vignette de la galerie"
251
 
252
+ #: gallery-plugin.php:819
253
  msgid ""
254
  "WordPress will create a copy of the post thumbnail with the specified "
255
  "dimensions when you upload a new photo."
257
  "WordPress créera une copie de la miniature d'article avec les dimensions "
258
  "spécifiées quand vous envoyez une nouvelle photo."
259
 
260
+ #: gallery-plugin.php:822
261
+ msgid "Images with border"
262
+ msgstr ""
263
+
264
+ #: gallery-plugin.php:825
265
+ msgid "Border width in px, just numbers"
266
+ msgstr ""
267
+
268
+ #: gallery-plugin.php:827 gallery-plugin.php:829
269
+ msgid "Select color for border"
270
+ msgstr ""
271
+
272
+ #: gallery-plugin.php:835
273
  msgid "Count images in row"
274
  msgstr "Nombre d'images par ligne"
275
 
276
+ #: gallery-plugin.php:841
277
  msgid "Start slideshow"
278
  msgstr "Démarer le diaporama"
279
 
280
+ #: gallery-plugin.php:847
281
  msgid "Slideshow interval"
282
  msgstr "Interval de transition pour le diaporama"
283
 
284
+ #: gallery-plugin.php:855
285
  msgid "attachment id"
286
  msgstr "id du fichier"
287
 
288
+ #: gallery-plugin.php:856
289
  msgid "attachment title"
290
  msgstr "titre du fichier"
291
 
292
+ #: gallery-plugin.php:857
293
  msgid "date"
294
  msgstr "date"
295
 
296
+ #: gallery-plugin.php:858
297
  msgid ""
298
  "attachments order (the integer fields in the Insert / Upload Media Gallery "
299
  "dialog )"
301
  "ordre des fichiers (le nombre dans la fenêtre d'insertion / téléchargement "
302
  "de la galerie)"
303
 
304
+ #: gallery-plugin.php:859
305
  msgid "random"
306
  msgstr "aléatoire"
307
 
308
+ #: gallery-plugin.php:863
309
  msgid "Attachments order"
310
  msgstr "Ordre des fichiers"
311
 
312
+ #: gallery-plugin.php:865
313
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
314
  msgstr ""
315
  "ASC (ordre ascendant de la plus petite à la plus grande valeur - 1, 2, 3; a, "
316
  "b, c)"
317
 
318
+ #: gallery-plugin.php:866
319
  msgid ""
320
  "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
321
  msgstr ""
322
  "DESC (ordre descendant de la plus grade à la plus petite - 3, 2, 1; c, b, a)"
323
 
324
+ #: gallery-plugin.php:870
325
+ msgid "Display text above image"
326
+ msgstr ""
327
+
328
+ #: gallery-plugin.php:872
329
+ msgid "If you want to display text just in a lightbox"
330
+ msgstr ""
331
+
332
+ #: gallery-plugin.php:876
333
  msgid "Display Return link"
334
  msgstr "Afficher le lien de retour"
335
 
336
+ #: gallery-plugin.php:882
337
  msgid "Display Return link in shortcode"
338
  msgstr "Afficher le lien de retour dans le code court"
339
 
340
+ #: gallery-plugin.php:888
341
  msgid "Label for Return link"
342
  msgstr "Texte du lien de retour"
343
 
344
+ #: gallery-plugin.php:894
345
+ #, fuzzy
346
+ msgid "URL for Return link"
347
+ msgstr "Texte du lien de retour"
348
+
349
+ #: gallery-plugin.php:896
350
+ msgid "Gallery page (Page with Gallery Template)"
351
+ msgstr ""
352
+
353
+ #: gallery-plugin.php:898
354
+ msgid "(Full URL to custom page)"
355
+ msgstr ""
356
+
357
+ #: gallery-plugin.php:902
358
  msgid "Label for Read More link"
359
  msgstr "Texte pour le lien \"Read More\""
360
 
361
+ #: gallery-plugin.php:910
362
  msgid "Save Changes"
363
  msgstr "Sauvegarder"
364
 
365
+ #: gallery-plugin.php:923
366
  msgid "FAQ"
367
  msgstr "FAQ"
368
 
369
+ #: gallery-plugin.php:924
370
  msgid "Support"
371
  msgstr "Soutien"
372
 
373
+ #: gallery-plugin.php:1131 template/gallery-single-template.php:76
374
  msgid "Sorry - nothing to found."
375
  msgstr "Désolé, rien de trouvé"
376
 
377
+ #: gallery-plugin.php:1153 template/gallery-single-template.php:101
378
  msgid "Download High resolution image"
379
  msgstr "Télécharger l'image en haute résolution"
380
 
381
+ #: template/gallery-single-template.php:101
382
  msgid "Image "
383
  msgstr "Image "
languages/gallery-he_IL.mo CHANGED
Binary file
languages/gallery-he_IL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Gallery Plugin v3.2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-10-23 16:11+0200\n"
6
- "PO-Revision-Date: 2012-10-23 16:11+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: \n"
9
  "Language: he_IL\n"
@@ -20,7 +20,7 @@ msgstr ""
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
  # @ gallery
23
- #: gallery-plugin.php:103 gallery-plugin.php:767
24
  msgid ""
25
  "The following files \"gallery-template.php\" and \"gallery-single-template."
26
  "php\" were not found in the directory of your theme. Please copy them from "
@@ -37,7 +37,7 @@ msgid "Galleries"
37
  msgstr "גלריות"
38
 
39
  # @ gallery
40
- #: gallery-plugin.php:128 gallery-plugin.php:657
41
  msgid "Gallery"
42
  msgstr "גלריה"
43
 
@@ -121,7 +121,7 @@ msgid "Please do not forget to select "
121
  msgstr ""
122
 
123
  # @ gallery
124
- #: gallery-plugin.php:228 gallery-plugin.php:818
125
  msgid "Attachments order by"
126
  msgstr "סדר הקבצים המצורפים"
127
 
@@ -134,20 +134,20 @@ msgstr ""
134
  msgid "in the settings of the plugin (page "
135
  msgstr ""
136
 
137
- #: gallery-plugin.php:276
138
  msgid "Link URL"
139
  msgstr ""
140
 
141
- #: gallery-plugin.php:276
142
  msgid "(clicking on image <br /> open the link in new window)"
143
  msgstr ""
144
 
145
- #: gallery-plugin.php:277
146
  msgid "Delete"
147
  msgstr ""
148
 
149
  # @ gallery
150
- #: gallery-plugin.php:291
151
  msgid ""
152
  "You can add the Single Gallery on the page or in the post by inserting this "
153
  "shortcode in the content"
@@ -155,80 +155,80 @@ msgstr ""
155
  "אתה יכול להעלות את הגלריה הבודדת בבגוף הדף או הפוסט על ידי הוספת קיצור הקוד "
156
  "בתוכן"
157
 
158
- #: gallery-plugin.php:293
159
  msgid ""
160
  "If you want to take a brief display of the gallery with a link to a Single "
161
  "Sallery Page"
162
  msgstr ""
163
 
164
  # @ gallery
165
- #: gallery-plugin.php:475
166
  msgid "Title"
167
  msgstr "כותרת"
168
 
169
  # @ gallery
170
- #: gallery-plugin.php:476
171
  msgid "Author"
172
  msgstr "מחבר"
173
 
174
  # @ gallery
175
- #: gallery-plugin.php:477
176
  msgid "Photo's"
177
  msgstr "של התמונה"
178
 
179
  # @ gallery
180
- #: gallery-plugin.php:478
181
  msgid "Public"
182
  msgstr "ציבורי"
183
 
184
  # @ gallery
185
- #: gallery-plugin.php:479
186
  msgid "Date"
187
  msgstr "תאריך"
188
 
189
  # @ gallery
190
- #: gallery-plugin.php:626
191
  msgid "Activated plugins"
192
  msgstr "תוספים פעילים"
193
 
194
  # @ gallery
195
- #: gallery-plugin.php:628 gallery-plugin.php:636 gallery-plugin.php:644
196
  msgid "Read more"
197
  msgstr "קרא עוד"
198
 
199
  # @ gallery
200
- #: gallery-plugin.php:628 gallery-plugin.php:873 gallery-plugin.php:888
201
  msgid "Settings"
202
  msgstr "הגדרות"
203
 
204
  # @ gallery
205
- #: gallery-plugin.php:634
206
  msgid "Installed plugins"
207
  msgstr "תוספים מותקנים"
208
 
209
  # @ gallery
210
- #: gallery-plugin.php:642
211
  msgid "Recommended plugins"
212
  msgstr "תוספים מומלצים"
213
 
214
  # @ gallery
215
- #: gallery-plugin.php:644
216
  msgid "Download"
217
  msgstr "הורד"
218
 
219
  # @ default
220
- #: gallery-plugin.php:644
221
  #, php-format
222
  msgid "Install %s"
223
  msgstr "התקן %s"
224
 
225
  # @ gallery
226
- #: gallery-plugin.php:644
227
  msgid "Install now from wordpress.org"
228
  msgstr "הורד כעת מ wordpress.org"
229
 
230
  # @ gallery
231
- #: gallery-plugin.php:646
232
  msgid ""
233
  "If you have any questions, please contact us via plugin@bestwebsoft.com or "
234
  "fill in our contact form on our site"
@@ -237,22 +237,22 @@ msgstr ""
237
  "את טופס יצירת הקשר באתר שלנו"
238
 
239
  # @ gallery
240
- #: gallery-plugin.php:681
241
  msgid "See photo &raquo;"
242
  msgstr "ראו תמונה »"
243
 
244
  # @ gallery
245
- #: gallery-plugin.php:760
246
  msgid "Options saved."
247
  msgstr "האפשרויות נשמרו."
248
 
249
  # @ gallery
250
- #: gallery-plugin.php:774
251
  msgid "Gallery Options"
252
  msgstr "אפשרויות גלריה"
253
 
254
  # @ gallery
255
- #: gallery-plugin.php:777
256
  msgid ""
257
  "If you would like to add a Single Gallery to your page or post, just copy "
258
  "and put this shortcode onto your post or page content:"
@@ -261,32 +261,32 @@ msgstr ""
261
  "הקוד הזה בתוך תוכן הפוסט או הדף שלך:"
262
 
263
  # @ gallery
264
- #: gallery-plugin.php:781
265
  msgid "The size of the cover album for gallery"
266
  msgstr "גודל הכריכה של האלבום של הגלריה"
267
 
268
  # @ gallery
269
- #: gallery-plugin.php:783 gallery-plugin.php:791
270
  msgid "Image size name"
271
  msgstr "שם גודל תמונה"
272
 
273
  # @ gallery
274
- #: gallery-plugin.php:784 gallery-plugin.php:792
275
  msgid "Width (in px)"
276
  msgstr "רוחב (בפיקסלים)"
277
 
278
  # @ gallery
279
- #: gallery-plugin.php:785 gallery-plugin.php:793
280
  msgid "Height (in px)"
281
  msgstr "גובה (בפיקסלים)"
282
 
283
  # @ gallery
284
- #: gallery-plugin.php:789
285
  msgid "Size for gallery image"
286
  msgstr "גודל תמונת גלריה"
287
 
288
  # @ gallery
289
- #: gallery-plugin.php:797
290
  msgid ""
291
  "WordPress will create a copy of the post thumbnail with the specified "
292
  "dimensions when you upload a new photo."
@@ -294,38 +294,50 @@ msgstr ""
294
  "וורדפרס ייצור העתק של תמונה ממוזערת של הפוסט עם המידות שצוינו כאשר אתה מעלה "
295
  "תמונה חדשה."
296
 
 
 
 
 
 
 
 
 
 
 
 
 
297
  # @ gallery
298
- #: gallery-plugin.php:800
299
  msgid "Count images in row"
300
  msgstr "מספר תמונות בשורה"
301
 
302
  # @ gallery
303
- #: gallery-plugin.php:806
304
  msgid "Start slideshow"
305
  msgstr "התחל מצגת"
306
 
307
  # @ gallery
308
- #: gallery-plugin.php:812
309
  msgid "Slideshow interval"
310
  msgstr "מרווח מצגת"
311
 
312
  # @ gallery
313
- #: gallery-plugin.php:820
314
  msgid "attachment id"
315
  msgstr "מזהה קובץ מצורף"
316
 
317
  # @ gallery
318
- #: gallery-plugin.php:821
319
  msgid "attachment title"
320
  msgstr "כותרת קובץ מצורף"
321
 
322
  # @ gallery
323
- #: gallery-plugin.php:822
324
  msgid "date"
325
  msgstr "תאריך"
326
 
327
  # @ gallery
328
- #: gallery-plugin.php:823
329
  msgid ""
330
  "attachments order (the integer fields in the Insert / Upload Media Gallery "
331
  "dialog )"
@@ -333,71 +345,93 @@ msgstr ""
333
  "סדר קבצים מצורפים (המספר השלם של השדות בהוספה \\ דיאלוג העלאת גלריית מדיה)"
334
 
335
  # @ gallery
336
- #: gallery-plugin.php:824
337
  msgid "random"
338
  msgstr "אקראי"
339
 
340
  # @ gallery
341
- #: gallery-plugin.php:828
342
  msgid "Attachments order"
343
  msgstr "סדר קבצים מצורפים"
344
 
345
  # @ gallery
346
- #: gallery-plugin.php:830
347
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
348
  msgstr "סדר עולה (מן הערך הנמוך ביותר לערך הגבוה ביותר)"
349
 
350
  # @ gallery
351
- #: gallery-plugin.php:831
352
  msgid ""
353
  "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
354
  msgstr "סדר יורד (מן הערך הגבוה ביותר לערך הנמוך ביותר)"
355
 
 
 
 
 
 
 
 
 
356
  # @ gallery
357
- #: gallery-plugin.php:835
358
  msgid "Display Return link"
359
  msgstr "הצג קישור חזרה"
360
 
361
  # @ gallery
362
- #: gallery-plugin.php:841
363
  msgid "Display Return link in shortcode"
364
  msgstr "הצג קישור חזרה בקיצור הקוד"
365
 
366
  # @ gallery
367
- #: gallery-plugin.php:847
368
  msgid "Label for Return link"
369
  msgstr "תוית לקישור חזרה"
370
 
371
  # @ gallery
372
- #: gallery-plugin.php:853
 
 
 
 
 
 
 
 
 
 
 
 
 
 
373
  msgid "Label for Read More link"
374
  msgstr ""
375
 
376
  # @ default
377
- #: gallery-plugin.php:861
378
  msgid "Save Changes"
379
  msgstr "שמור שינויים"
380
 
381
  # @ gallery
382
- #: gallery-plugin.php:874
383
  msgid "FAQ"
384
  msgstr "שאלות ותשובות"
385
 
386
  # @ gallery
387
- #: gallery-plugin.php:875
388
  msgid "Support"
389
  msgstr "תמיכה"
390
 
391
  # @ gallery
392
- #: gallery-plugin.php:1045 template/gallery-single-template.php:68
393
  msgid "Sorry - nothing to found."
394
  msgstr "מצטערים, אין מה למצוא."
395
 
396
- #: gallery-plugin.php:1064 template/gallery-single-template.php:90
397
  msgid "Download High resolution image"
398
  msgstr ""
399
 
400
  # @ gallery
401
- #: template/gallery-single-template.php:90
402
  msgid "Image "
403
  msgstr "תמונה "
2
  msgstr ""
3
  "Project-Id-Version: Gallery Plugin v3.2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-20 18:47+0200\n"
6
+ "PO-Revision-Date: 2012-12-20 18:47+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: \n"
9
  "Language: he_IL\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
  # @ gallery
23
+ #: gallery-plugin.php:103 gallery-plugin.php:789
24
  msgid ""
25
  "The following files \"gallery-template.php\" and \"gallery-single-template."
26
  "php\" were not found in the directory of your theme. Please copy them from "
37
  msgstr "גלריות"
38
 
39
  # @ gallery
40
+ #: gallery-plugin.php:128 gallery-plugin.php:656
41
  msgid "Gallery"
42
  msgstr "גלריה"
43
 
121
  msgstr ""
122
 
123
  # @ gallery
124
+ #: gallery-plugin.php:228 gallery-plugin.php:853
125
  msgid "Attachments order by"
126
  msgstr "סדר הקבצים המצורפים"
127
 
134
  msgid "in the settings of the plugin (page "
135
  msgstr ""
136
 
137
+ #: gallery-plugin.php:275
138
  msgid "Link URL"
139
  msgstr ""
140
 
141
+ #: gallery-plugin.php:275
142
  msgid "(clicking on image <br /> open the link in new window)"
143
  msgstr ""
144
 
145
+ #: gallery-plugin.php:276
146
  msgid "Delete"
147
  msgstr ""
148
 
149
  # @ gallery
150
+ #: gallery-plugin.php:290
151
  msgid ""
152
  "You can add the Single Gallery on the page or in the post by inserting this "
153
  "shortcode in the content"
155
  "אתה יכול להעלות את הגלריה הבודדת בבגוף הדף או הפוסט על ידי הוספת קיצור הקוד "
156
  "בתוכן"
157
 
158
+ #: gallery-plugin.php:292
159
  msgid ""
160
  "If you want to take a brief display of the gallery with a link to a Single "
161
  "Sallery Page"
162
  msgstr ""
163
 
164
  # @ gallery
165
+ #: gallery-plugin.php:474
166
  msgid "Title"
167
  msgstr "כותרת"
168
 
169
  # @ gallery
170
+ #: gallery-plugin.php:475
171
  msgid "Author"
172
  msgstr "מחבר"
173
 
174
  # @ gallery
175
+ #: gallery-plugin.php:476
176
  msgid "Photo's"
177
  msgstr "של התמונה"
178
 
179
  # @ gallery
180
+ #: gallery-plugin.php:477
181
  msgid "Public"
182
  msgstr "ציבורי"
183
 
184
  # @ gallery
185
+ #: gallery-plugin.php:478
186
  msgid "Date"
187
  msgstr "תאריך"
188
 
189
  # @ gallery
190
+ #: gallery-plugin.php:625
191
  msgid "Activated plugins"
192
  msgstr "תוספים פעילים"
193
 
194
  # @ gallery
195
+ #: gallery-plugin.php:627 gallery-plugin.php:635 gallery-plugin.php:643
196
  msgid "Read more"
197
  msgstr "קרא עוד"
198
 
199
  # @ gallery
200
+ #: gallery-plugin.php:627 gallery-plugin.php:922 gallery-plugin.php:937
201
  msgid "Settings"
202
  msgstr "הגדרות"
203
 
204
  # @ gallery
205
+ #: gallery-plugin.php:633
206
  msgid "Installed plugins"
207
  msgstr "תוספים מותקנים"
208
 
209
  # @ gallery
210
+ #: gallery-plugin.php:641
211
  msgid "Recommended plugins"
212
  msgstr "תוספים מומלצים"
213
 
214
  # @ gallery
215
+ #: gallery-plugin.php:643
216
  msgid "Download"
217
  msgstr "הורד"
218
 
219
  # @ default
220
+ #: gallery-plugin.php:643
221
  #, php-format
222
  msgid "Install %s"
223
  msgstr "התקן %s"
224
 
225
  # @ gallery
226
+ #: gallery-plugin.php:643
227
  msgid "Install now from wordpress.org"
228
  msgstr "הורד כעת מ wordpress.org"
229
 
230
  # @ gallery
231
+ #: gallery-plugin.php:645
232
  msgid ""
233
  "If you have any questions, please contact us via plugin@bestwebsoft.com or "
234
  "fill in our contact form on our site"
237
  "את טופס יצירת הקשר באתר שלנו"
238
 
239
  # @ gallery
240
+ #: gallery-plugin.php:683
241
  msgid "See photo &raquo;"
242
  msgstr "ראו תמונה »"
243
 
244
  # @ gallery
245
+ #: gallery-plugin.php:782
246
  msgid "Options saved."
247
  msgstr "האפשרויות נשמרו."
248
 
249
  # @ gallery
250
+ #: gallery-plugin.php:796
251
  msgid "Gallery Options"
252
  msgstr "אפשרויות גלריה"
253
 
254
  # @ gallery
255
+ #: gallery-plugin.php:799
256
  msgid ""
257
  "If you would like to add a Single Gallery to your page or post, just copy "
258
  "and put this shortcode onto your post or page content:"
261
  "הקוד הזה בתוך תוכן הפוסט או הדף שלך:"
262
 
263
  # @ gallery
264
+ #: gallery-plugin.php:803
265
  msgid "The size of the cover album for gallery"
266
  msgstr "גודל הכריכה של האלבום של הגלריה"
267
 
268
  # @ gallery
269
+ #: gallery-plugin.php:805 gallery-plugin.php:813
270
  msgid "Image size name"
271
  msgstr "שם גודל תמונה"
272
 
273
  # @ gallery
274
+ #: gallery-plugin.php:806 gallery-plugin.php:814
275
  msgid "Width (in px)"
276
  msgstr "רוחב (בפיקסלים)"
277
 
278
  # @ gallery
279
+ #: gallery-plugin.php:807 gallery-plugin.php:815
280
  msgid "Height (in px)"
281
  msgstr "גובה (בפיקסלים)"
282
 
283
  # @ gallery
284
+ #: gallery-plugin.php:811
285
  msgid "Size for gallery image"
286
  msgstr "גודל תמונת גלריה"
287
 
288
  # @ gallery
289
+ #: gallery-plugin.php:819
290
  msgid ""
291
  "WordPress will create a copy of the post thumbnail with the specified "
292
  "dimensions when you upload a new photo."
294
  "וורדפרס ייצור העתק של תמונה ממוזערת של הפוסט עם המידות שצוינו כאשר אתה מעלה "
295
  "תמונה חדשה."
296
 
297
+ #: gallery-plugin.php:822
298
+ msgid "Images with border"
299
+ msgstr ""
300
+
301
+ #: gallery-plugin.php:825
302
+ msgid "Border width in px, just numbers"
303
+ msgstr ""
304
+
305
+ #: gallery-plugin.php:827 gallery-plugin.php:829
306
+ msgid "Select color for border"
307
+ msgstr ""
308
+
309
  # @ gallery
310
+ #: gallery-plugin.php:835
311
  msgid "Count images in row"
312
  msgstr "מספר תמונות בשורה"
313
 
314
  # @ gallery
315
+ #: gallery-plugin.php:841
316
  msgid "Start slideshow"
317
  msgstr "התחל מצגת"
318
 
319
  # @ gallery
320
+ #: gallery-plugin.php:847
321
  msgid "Slideshow interval"
322
  msgstr "מרווח מצגת"
323
 
324
  # @ gallery
325
+ #: gallery-plugin.php:855
326
  msgid "attachment id"
327
  msgstr "מזהה קובץ מצורף"
328
 
329
  # @ gallery
330
+ #: gallery-plugin.php:856
331
  msgid "attachment title"
332
  msgstr "כותרת קובץ מצורף"
333
 
334
  # @ gallery
335
+ #: gallery-plugin.php:857
336
  msgid "date"
337
  msgstr "תאריך"
338
 
339
  # @ gallery
340
+ #: gallery-plugin.php:858
341
  msgid ""
342
  "attachments order (the integer fields in the Insert / Upload Media Gallery "
343
  "dialog )"
345
  "סדר קבצים מצורפים (המספר השלם של השדות בהוספה \\ דיאלוג העלאת גלריית מדיה)"
346
 
347
  # @ gallery
348
+ #: gallery-plugin.php:859
349
  msgid "random"
350
  msgstr "אקראי"
351
 
352
  # @ gallery
353
+ #: gallery-plugin.php:863
354
  msgid "Attachments order"
355
  msgstr "סדר קבצים מצורפים"
356
 
357
  # @ gallery
358
+ #: gallery-plugin.php:865
359
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
360
  msgstr "סדר עולה (מן הערך הנמוך ביותר לערך הגבוה ביותר)"
361
 
362
  # @ gallery
363
+ #: gallery-plugin.php:866
364
  msgid ""
365
  "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
366
  msgstr "סדר יורד (מן הערך הגבוה ביותר לערך הנמוך ביותר)"
367
 
368
+ #: gallery-plugin.php:870
369
+ msgid "Display text above image"
370
+ msgstr ""
371
+
372
+ #: gallery-plugin.php:872
373
+ msgid "If you want to display text just in a lightbox"
374
+ msgstr ""
375
+
376
  # @ gallery
377
+ #: gallery-plugin.php:876
378
  msgid "Display Return link"
379
  msgstr "הצג קישור חזרה"
380
 
381
  # @ gallery
382
+ #: gallery-plugin.php:882
383
  msgid "Display Return link in shortcode"
384
  msgstr "הצג קישור חזרה בקיצור הקוד"
385
 
386
  # @ gallery
387
+ #: gallery-plugin.php:888
388
  msgid "Label for Return link"
389
  msgstr "תוית לקישור חזרה"
390
 
391
  # @ gallery
392
+ #: gallery-plugin.php:894
393
+ #, fuzzy
394
+ msgid "URL for Return link"
395
+ msgstr "תוית לקישור חזרה"
396
+
397
+ #: gallery-plugin.php:896
398
+ msgid "Gallery page (Page with Gallery Template)"
399
+ msgstr ""
400
+
401
+ #: gallery-plugin.php:898
402
+ msgid "(Full URL to custom page)"
403
+ msgstr ""
404
+
405
+ # @ gallery
406
+ #: gallery-plugin.php:902
407
  msgid "Label for Read More link"
408
  msgstr ""
409
 
410
  # @ default
411
+ #: gallery-plugin.php:910
412
  msgid "Save Changes"
413
  msgstr "שמור שינויים"
414
 
415
  # @ gallery
416
+ #: gallery-plugin.php:923
417
  msgid "FAQ"
418
  msgstr "שאלות ותשובות"
419
 
420
  # @ gallery
421
+ #: gallery-plugin.php:924
422
  msgid "Support"
423
  msgstr "תמיכה"
424
 
425
  # @ gallery
426
+ #: gallery-plugin.php:1131 template/gallery-single-template.php:76
427
  msgid "Sorry - nothing to found."
428
  msgstr "מצטערים, אין מה למצוא."
429
 
430
+ #: gallery-plugin.php:1153 template/gallery-single-template.php:101
431
  msgid "Download High resolution image"
432
  msgstr ""
433
 
434
  # @ gallery
435
+ #: template/gallery-single-template.php:101
436
  msgid "Image "
437
  msgstr "תמונה "
languages/gallery-hu_HU.mo CHANGED
Binary file
languages/gallery-hu_HU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-10-23 16:11+0200\n"
6
- "PO-Revision-Date: 2012-10-23 16:11+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: \n"
9
  "Language: uk_UA\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:103 gallery-plugin.php:767
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 "
@@ -28,7 +28,7 @@ msgstr ""
28
  msgid "Galleries"
29
  msgstr "Galériák"
30
 
31
- #: gallery-plugin.php:128 gallery-plugin.php:657
32
  msgid "Gallery"
33
  msgstr "Galéria"
34
 
@@ -99,7 +99,7 @@ msgstr ""
99
  msgid "Please do not forget to select "
100
  msgstr ""
101
 
102
- #: gallery-plugin.php:228 gallery-plugin.php:818
103
  msgid "Attachments order by"
104
  msgstr ""
105
 
@@ -111,84 +111,84 @@ msgstr ""
111
  msgid "in the settings of the plugin (page "
112
  msgstr ""
113
 
114
- #: gallery-plugin.php:276
115
  msgid "Link URL"
116
  msgstr ""
117
 
118
- #: gallery-plugin.php:276
119
  msgid "(clicking on image <br /> open the link in new window)"
120
  msgstr ""
121
 
122
- #: gallery-plugin.php:277
123
  msgid "Delete"
124
  msgstr ""
125
 
126
- #: gallery-plugin.php:291
127
  msgid ""
128
  "You can add the Single Gallery on the page or in the post by inserting this "
129
  "shortcode in the content"
130
  msgstr ""
131
 
132
- #: gallery-plugin.php:293
133
  msgid ""
134
  "If you want to take a brief display of the gallery with a link to a Single "
135
  "Sallery Page"
136
  msgstr ""
137
 
138
- #: gallery-plugin.php:475
139
  msgid "Title"
140
  msgstr "Cím"
141
 
142
- #: gallery-plugin.php:476
143
  msgid "Author"
144
  msgstr "Szerző"
145
 
146
- #: gallery-plugin.php:477
147
  msgid "Photo's"
148
  msgstr "Fotók"
149
 
150
- #: gallery-plugin.php:478
151
  msgid "Public"
152
  msgstr "Publikus"
153
 
154
- #: gallery-plugin.php:479
155
  msgid "Date"
156
  msgstr "Dátum"
157
 
158
- #: gallery-plugin.php:626
159
  msgid "Activated plugins"
160
  msgstr "Aktivált bővítmények"
161
 
162
- #: gallery-plugin.php:628 gallery-plugin.php:636 gallery-plugin.php:644
163
  msgid "Read more"
164
  msgstr "Bővebben"
165
 
166
- #: gallery-plugin.php:628 gallery-plugin.php:873 gallery-plugin.php:888
167
  msgid "Settings"
168
  msgstr "Beállítások"
169
 
170
- #: gallery-plugin.php:634
171
  msgid "Installed plugins"
172
  msgstr "Telepített bővítmények"
173
 
174
- #: gallery-plugin.php:642
175
  msgid "Recommended plugins"
176
  msgstr "Javasolt bővítmények"
177
 
178
- #: gallery-plugin.php:644
179
  msgid "Download"
180
  msgstr "Letöltés"
181
 
182
- #: gallery-plugin.php:644
183
  #, php-format
184
  msgid "Install %s"
185
  msgstr "Telepítés %s"
186
 
187
- #: gallery-plugin.php:644
188
  msgid "Install now from wordpress.org"
189
  msgstr "Telepítés a wordpress.org -ról"
190
 
191
- #: gallery-plugin.php:646
192
  msgid ""
193
  "If you have any questions, please contact us via plugin@bestwebsoft.com or "
194
  "fill in our contact form on our site"
@@ -196,45 +196,45 @@ msgstr ""
196
  "Amennyiben kérdése van, kérem keressen meg minket a plugin@bestwebsoft.com e-"
197
  "mail címen, vagy töltse ki űrlapunkat"
198
 
199
- #: gallery-plugin.php:681
200
  msgid "See photo &raquo;"
201
  msgstr "Fotó megtekintése &raquo;"
202
 
203
- #: gallery-plugin.php:760
204
  msgid "Options saved."
205
  msgstr "Beállítások elmentve."
206
 
207
- #: gallery-plugin.php:774
208
  msgid "Gallery Options"
209
  msgstr "Galéria beállítások"
210
 
211
- #: gallery-plugin.php:777
212
  msgid ""
213
  "If you would like to add a Single Gallery to your page or post, just copy "
214
  "and put this shortcode onto your post or page content:"
215
  msgstr ""
216
 
217
- #: gallery-plugin.php:781
218
  msgid "The size of the cover album for gallery"
219
  msgstr "Az Album borítójának mérete a Galériában"
220
 
221
- #: gallery-plugin.php:783 gallery-plugin.php:791
222
  msgid "Image size name"
223
  msgstr "Kép méret neve"
224
 
225
- #: gallery-plugin.php:784 gallery-plugin.php:792
226
  msgid "Width (in px)"
227
  msgstr "Szélesség (px-ben)"
228
 
229
- #: gallery-plugin.php:785 gallery-plugin.php:793
230
  msgid "Height (in px)"
231
  msgstr "Magasság (px-ben)"
232
 
233
- #: gallery-plugin.php:789
234
  msgid "Size for gallery image"
235
  msgstr "A Galéria képeinek mérete"
236
 
237
- #: gallery-plugin.php:797
238
  msgid ""
239
  "WordPress will create a copy of the post thumbnail with the specified "
240
  "dimensions when you upload a new photo."
@@ -242,91 +242,123 @@ msgstr ""
242
  "A Wordpress elkészíti a megadott dimenziókban a nézőképeket a képek "
243
  "feltöltésekor."
244
 
245
- #: gallery-plugin.php:800
 
 
 
 
 
 
 
 
 
 
 
 
246
  msgid "Count images in row"
247
  msgstr "Képek száma egy sorban"
248
 
249
- #: gallery-plugin.php:806
250
  msgid "Start slideshow"
251
  msgstr ""
252
 
253
- #: gallery-plugin.php:812
254
  msgid "Slideshow interval"
255
  msgstr ""
256
 
257
- #: gallery-plugin.php:820
258
  msgid "attachment id"
259
  msgstr ""
260
 
261
- #: gallery-plugin.php:821
262
  msgid "attachment title"
263
  msgstr ""
264
 
265
- #: gallery-plugin.php:822
266
  #, fuzzy
267
  msgid "date"
268
  msgstr "Dátum"
269
 
270
- #: gallery-plugin.php:823
271
  msgid ""
272
  "attachments order (the integer fields in the Insert / Upload Media Gallery "
273
  "dialog )"
274
  msgstr ""
275
 
276
- #: gallery-plugin.php:824
277
  msgid "random"
278
  msgstr ""
279
 
280
- #: gallery-plugin.php:828
281
  msgid "Attachments order"
282
  msgstr ""
283
 
284
- #: gallery-plugin.php:830
285
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
286
  msgstr ""
287
 
288
- #: gallery-plugin.php:831
289
  msgid ""
290
  "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
291
  msgstr ""
292
 
293
- #: gallery-plugin.php:835
 
 
 
 
 
 
 
 
294
  msgid "Display Return link"
295
  msgstr ""
296
 
297
- #: gallery-plugin.php:841
298
  msgid "Display Return link in shortcode"
299
  msgstr ""
300
 
301
- #: gallery-plugin.php:847
302
  msgid "Label for Return link"
303
  msgstr ""
304
 
305
- #: gallery-plugin.php:853
 
 
 
 
 
 
 
 
 
 
 
 
306
  msgid "Label for Read More link"
307
  msgstr ""
308
 
309
- #: gallery-plugin.php:861
310
  msgid "Save Changes"
311
  msgstr "Változások mentése"
312
 
313
- #: gallery-plugin.php:874
314
  msgid "FAQ"
315
  msgstr "Gy.I.K."
316
 
317
- #: gallery-plugin.php:875
318
  msgid "Support"
319
  msgstr "Támogatás"
320
 
321
- #: gallery-plugin.php:1045 template/gallery-single-template.php:68
322
  msgid "Sorry - nothing to found."
323
  msgstr "Sajnáljuk - nincs megjelenítendő elem."
324
 
325
- #: gallery-plugin.php:1064 template/gallery-single-template.php:90
326
  msgid "Download High resolution image"
327
  msgstr ""
328
 
329
- #: template/gallery-single-template.php:90
330
  msgid "Image "
331
  msgstr ""
332
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-20 18:47+0200\n"
6
+ "PO-Revision-Date: 2012-12-20 18:47+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: \n"
9
  "Language: uk_UA\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: gallery-plugin.php:103 gallery-plugin.php:789
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 "
28
  msgid "Galleries"
29
  msgstr "Galériák"
30
 
31
+ #: gallery-plugin.php:128 gallery-plugin.php:656
32
  msgid "Gallery"
33
  msgstr "Galéria"
34
 
99
  msgid "Please do not forget to select "
100
  msgstr ""
101
 
102
+ #: gallery-plugin.php:228 gallery-plugin.php:853
103
  msgid "Attachments order by"
104
  msgstr ""
105
 
111
  msgid "in the settings of the plugin (page "
112
  msgstr ""
113
 
114
+ #: gallery-plugin.php:275
115
  msgid "Link URL"
116
  msgstr ""
117
 
118
+ #: gallery-plugin.php:275
119
  msgid "(clicking on image <br /> open the link in new window)"
120
  msgstr ""
121
 
122
+ #: gallery-plugin.php:276
123
  msgid "Delete"
124
  msgstr ""
125
 
126
+ #: gallery-plugin.php:290
127
  msgid ""
128
  "You can add the Single Gallery on the page or in the post by inserting this "
129
  "shortcode in the content"
130
  msgstr ""
131
 
132
+ #: gallery-plugin.php:292
133
  msgid ""
134
  "If you want to take a brief display of the gallery with a link to a Single "
135
  "Sallery Page"
136
  msgstr ""
137
 
138
+ #: gallery-plugin.php:474
139
  msgid "Title"
140
  msgstr "Cím"
141
 
142
+ #: gallery-plugin.php:475
143
  msgid "Author"
144
  msgstr "Szerző"
145
 
146
+ #: gallery-plugin.php:476
147
  msgid "Photo's"
148
  msgstr "Fotók"
149
 
150
+ #: gallery-plugin.php:477
151
  msgid "Public"
152
  msgstr "Publikus"
153
 
154
+ #: gallery-plugin.php:478
155
  msgid "Date"
156
  msgstr "Dátum"
157
 
158
+ #: gallery-plugin.php:625
159
  msgid "Activated plugins"
160
  msgstr "Aktivált bővítmények"
161
 
162
+ #: gallery-plugin.php:627 gallery-plugin.php:635 gallery-plugin.php:643
163
  msgid "Read more"
164
  msgstr "Bővebben"
165
 
166
+ #: gallery-plugin.php:627 gallery-plugin.php:922 gallery-plugin.php:937
167
  msgid "Settings"
168
  msgstr "Beállítások"
169
 
170
+ #: gallery-plugin.php:633
171
  msgid "Installed plugins"
172
  msgstr "Telepített bővítmények"
173
 
174
+ #: gallery-plugin.php:641
175
  msgid "Recommended plugins"
176
  msgstr "Javasolt bővítmények"
177
 
178
+ #: gallery-plugin.php:643
179
  msgid "Download"
180
  msgstr "Letöltés"
181
 
182
+ #: gallery-plugin.php:643
183
  #, php-format
184
  msgid "Install %s"
185
  msgstr "Telepítés %s"
186
 
187
+ #: gallery-plugin.php:643
188
  msgid "Install now from wordpress.org"
189
  msgstr "Telepítés a wordpress.org -ról"
190
 
191
+ #: gallery-plugin.php:645
192
  msgid ""
193
  "If you have any questions, please contact us via plugin@bestwebsoft.com or "
194
  "fill in our contact form on our site"
196
  "Amennyiben kérdése van, kérem keressen meg minket a plugin@bestwebsoft.com e-"
197
  "mail címen, vagy töltse ki űrlapunkat"
198
 
199
+ #: gallery-plugin.php:683
200
  msgid "See photo &raquo;"
201
  msgstr "Fotó megtekintése &raquo;"
202
 
203
+ #: gallery-plugin.php:782
204
  msgid "Options saved."
205
  msgstr "Beállítások elmentve."
206
 
207
+ #: gallery-plugin.php:796
208
  msgid "Gallery Options"
209
  msgstr "Galéria beállítások"
210
 
211
+ #: gallery-plugin.php:799
212
  msgid ""
213
  "If you would like to add a Single Gallery to your page or post, just copy "
214
  "and put this shortcode onto your post or page content:"
215
  msgstr ""
216
 
217
+ #: gallery-plugin.php:803
218
  msgid "The size of the cover album for gallery"
219
  msgstr "Az Album borítójának mérete a Galériában"
220
 
221
+ #: gallery-plugin.php:805 gallery-plugin.php:813
222
  msgid "Image size name"
223
  msgstr "Kép méret neve"
224
 
225
+ #: gallery-plugin.php:806 gallery-plugin.php:814
226
  msgid "Width (in px)"
227
  msgstr "Szélesség (px-ben)"
228
 
229
+ #: gallery-plugin.php:807 gallery-plugin.php:815
230
  msgid "Height (in px)"
231
  msgstr "Magasság (px-ben)"
232
 
233
+ #: gallery-plugin.php:811
234
  msgid "Size for gallery image"
235
  msgstr "A Galéria képeinek mérete"
236
 
237
+ #: gallery-plugin.php:819
238
  msgid ""
239
  "WordPress will create a copy of the post thumbnail with the specified "
240
  "dimensions when you upload a new photo."
242
  "A Wordpress elkészíti a megadott dimenziókban a nézőképeket a képek "
243
  "feltöltésekor."
244
 
245
+ #: gallery-plugin.php:822
246
+ msgid "Images with border"
247
+ msgstr ""
248
+
249
+ #: gallery-plugin.php:825
250
+ msgid "Border width in px, just numbers"
251
+ msgstr ""
252
+
253
+ #: gallery-plugin.php:827 gallery-plugin.php:829
254
+ msgid "Select color for border"
255
+ msgstr ""
256
+
257
+ #: gallery-plugin.php:835
258
  msgid "Count images in row"
259
  msgstr "Képek száma egy sorban"
260
 
261
+ #: gallery-plugin.php:841
262
  msgid "Start slideshow"
263
  msgstr ""
264
 
265
+ #: gallery-plugin.php:847
266
  msgid "Slideshow interval"
267
  msgstr ""
268
 
269
+ #: gallery-plugin.php:855
270
  msgid "attachment id"
271
  msgstr ""
272
 
273
+ #: gallery-plugin.php:856
274
  msgid "attachment title"
275
  msgstr ""
276
 
277
+ #: gallery-plugin.php:857
278
  #, fuzzy
279
  msgid "date"
280
  msgstr "Dátum"
281
 
282
+ #: gallery-plugin.php:858
283
  msgid ""
284
  "attachments order (the integer fields in the Insert / Upload Media Gallery "
285
  "dialog )"
286
  msgstr ""
287
 
288
+ #: gallery-plugin.php:859
289
  msgid "random"
290
  msgstr ""
291
 
292
+ #: gallery-plugin.php:863
293
  msgid "Attachments order"
294
  msgstr ""
295
 
296
+ #: gallery-plugin.php:865
297
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
298
  msgstr ""
299
 
300
+ #: gallery-plugin.php:866
301
  msgid ""
302
  "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
303
  msgstr ""
304
 
305
+ #: gallery-plugin.php:870
306
+ msgid "Display text above image"
307
+ msgstr ""
308
+
309
+ #: gallery-plugin.php:872
310
+ msgid "If you want to display text just in a lightbox"
311
+ msgstr ""
312
+
313
+ #: gallery-plugin.php:876
314
  msgid "Display Return link"
315
  msgstr ""
316
 
317
+ #: gallery-plugin.php:882
318
  msgid "Display Return link in shortcode"
319
  msgstr ""
320
 
321
+ #: gallery-plugin.php:888
322
  msgid "Label for Return link"
323
  msgstr ""
324
 
325
+ #: gallery-plugin.php:894
326
+ msgid "URL for Return link"
327
+ msgstr ""
328
+
329
+ #: gallery-plugin.php:896
330
+ msgid "Gallery page (Page with Gallery Template)"
331
+ msgstr ""
332
+
333
+ #: gallery-plugin.php:898
334
+ msgid "(Full URL to custom page)"
335
+ msgstr ""
336
+
337
+ #: gallery-plugin.php:902
338
  msgid "Label for Read More link"
339
  msgstr ""
340
 
341
+ #: gallery-plugin.php:910
342
  msgid "Save Changes"
343
  msgstr "Változások mentése"
344
 
345
+ #: gallery-plugin.php:923
346
  msgid "FAQ"
347
  msgstr "Gy.I.K."
348
 
349
+ #: gallery-plugin.php:924
350
  msgid "Support"
351
  msgstr "Támogatás"
352
 
353
+ #: gallery-plugin.php:1131 template/gallery-single-template.php:76
354
  msgid "Sorry - nothing to found."
355
  msgstr "Sajnáljuk - nincs megjelenítendő elem."
356
 
357
+ #: gallery-plugin.php:1153 template/gallery-single-template.php:101
358
  msgid "Download High resolution image"
359
  msgstr ""
360
 
361
+ #: template/gallery-single-template.php:101
362
  msgid "Image "
363
  msgstr ""
364
 
languages/gallery-it_IT.mo CHANGED
Binary file
languages/gallery-it_IT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-10-23 16:11+0200\n"
6
- "PO-Revision-Date: 2012-10-23 16:11+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Stefano Ferruggiara, alfonso <ferruggiarastefano@gmail.com, "
9
  "alfio@amgraphics.it>\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: gallery-plugin.php:103 gallery-plugin.php:767
21
  msgid ""
22
  "The following files \"gallery-template.php\" and \"gallery-single-template."
23
  "php\" were not found in the directory of your theme. Please copy them from "
@@ -33,7 +33,7 @@ msgstr ""
33
  msgid "Galleries"
34
  msgstr "Gallerie"
35
 
36
- #: gallery-plugin.php:128 gallery-plugin.php:657
37
  msgid "Gallery"
38
  msgstr "Galleria"
39
 
@@ -105,7 +105,7 @@ msgstr ""
105
  msgid "Please do not forget to select "
106
  msgstr ""
107
 
108
- #: gallery-plugin.php:228 gallery-plugin.php:818
109
  msgid "Attachments order by"
110
  msgstr "Ordine di visualizzazione per"
111
 
@@ -117,19 +117,19 @@ msgstr ""
117
  msgid "in the settings of the plugin (page "
118
  msgstr ""
119
 
120
- #: gallery-plugin.php:276
121
  msgid "Link URL"
122
  msgstr ""
123
 
124
- #: gallery-plugin.php:276
125
  msgid "(clicking on image <br /> open the link in new window)"
126
  msgstr ""
127
 
128
- #: gallery-plugin.php:277
129
  msgid "Delete"
130
  msgstr ""
131
 
132
- #: gallery-plugin.php:291
133
  msgid ""
134
  "You can add the Single Gallery on the page or in the post by inserting this "
135
  "shortcode in the content"
@@ -137,66 +137,66 @@ msgstr ""
137
  "Puoi aggiungere una singola Galleria in una pagina o un post inserendo "
138
  "questo codice nel contenuto"
139
 
140
- #: gallery-plugin.php:293
141
  msgid ""
142
  "If you want to take a brief display of the gallery with a link to a Single "
143
  "Sallery Page"
144
  msgstr ""
145
 
146
- #: gallery-plugin.php:475
147
  msgid "Title"
148
  msgstr "Titolo"
149
 
150
- #: gallery-plugin.php:476
151
  msgid "Author"
152
  msgstr "Autore"
153
 
154
- #: gallery-plugin.php:477
155
  msgid "Photo's"
156
  msgstr "Foto"
157
 
158
- #: gallery-plugin.php:478
159
  msgid "Public"
160
  msgstr "Pubblico"
161
 
162
- #: gallery-plugin.php:479
163
  msgid "Date"
164
  msgstr "Data"
165
 
166
- #: gallery-plugin.php:626
167
  msgid "Activated plugins"
168
  msgstr "Attivare plugin"
169
 
170
- #: gallery-plugin.php:628 gallery-plugin.php:636 gallery-plugin.php:644
171
  msgid "Read more"
172
  msgstr "Leggi altro"
173
 
174
- #: gallery-plugin.php:628 gallery-plugin.php:873 gallery-plugin.php:888
175
  msgid "Settings"
176
  msgstr "Impostazioni"
177
 
178
- #: gallery-plugin.php:634
179
  msgid "Installed plugins"
180
  msgstr "Plugin installati"
181
 
182
- #: gallery-plugin.php:642
183
  msgid "Recommended plugins"
184
  msgstr "Plugin consigliati"
185
 
186
- #: gallery-plugin.php:644
187
  msgid "Download"
188
  msgstr "Download"
189
 
190
- #: gallery-plugin.php:644
191
  #, php-format
192
  msgid "Install %s"
193
  msgstr "Installа %s"
194
 
195
- #: gallery-plugin.php:644
196
  msgid "Install now from wordpress.org"
197
  msgstr "Installa ora da wordpress.org"
198
 
199
- #: gallery-plugin.php:646
200
  msgid ""
201
  "If you have any questions, please contact us via plugin@bestwebsoft.com or "
202
  "fill in our contact form on our site"
@@ -204,19 +204,19 @@ msgstr ""
204
  "Per qualunque domanda contattaci via plugin@bestwebsoft.com o compila il "
205
  "Form sul nostro sito."
206
 
207
- #: gallery-plugin.php:681
208
  msgid "See photo &raquo;"
209
  msgstr "Guarda foto &raquo;"
210
 
211
- #: gallery-plugin.php:760
212
  msgid "Options saved."
213
  msgstr "Opzioni salvate."
214
 
215
- #: gallery-plugin.php:774
216
  msgid "Gallery Options"
217
  msgstr "Opzioni gallerie"
218
 
219
- #: gallery-plugin.php:777
220
  msgid ""
221
  "If you would like to add a Single Gallery to your page or post, just copy "
222
  "and put this shortcode onto your post or page content:"
@@ -224,27 +224,27 @@ msgstr ""
224
  "Se vuoi aggiungere una singola Galleria in una pagina o un post, copia "
225
  "questo codice e inseriscilo nel contenuto della pagina o del post"
226
 
227
- #: gallery-plugin.php:781
228
  msgid "The size of the cover album for gallery"
229
  msgstr "La grandezza della copertina dall'album per la galleria"
230
 
231
- #: gallery-plugin.php:783 gallery-plugin.php:791
232
  msgid "Image size name"
233
  msgstr "Image size name"
234
 
235
- #: gallery-plugin.php:784 gallery-plugin.php:792
236
  msgid "Width (in px)"
237
  msgstr "Larghezza in px"
238
 
239
- #: gallery-plugin.php:785 gallery-plugin.php:793
240
  msgid "Height (in px)"
241
  msgstr "Altezza in px"
242
 
243
- #: gallery-plugin.php:789
244
  msgid "Size for gallery image"
245
  msgstr "Grandezza per le immagini della galleria"
246
 
247
- #: gallery-plugin.php:797
248
  msgid ""
249
  "WordPress will create a copy of the post thumbnail with the specified "
250
  "dimensions when you upload a new photo."
@@ -252,31 +252,43 @@ msgstr ""
252
  "WP creerà una copia delle icone immagine con una specifica dimensione quando "
253
  "carichi una nuova foto."
254
 
255
- #: gallery-plugin.php:800
 
 
 
 
 
 
 
 
 
 
 
 
256
  msgid "Count images in row"
257
  msgstr "Conta immagini"
258
 
259
- #: gallery-plugin.php:806
260
  msgid "Start slideshow"
261
  msgstr "Avvia presentazione"
262
 
263
- #: gallery-plugin.php:812
264
  msgid "Slideshow interval"
265
  msgstr "Intervallo presentazione"
266
 
267
- #: gallery-plugin.php:820
268
  msgid "attachment id"
269
  msgstr "Id di visualizzazione"
270
 
271
- #: gallery-plugin.php:821
272
  msgid "attachment title"
273
  msgstr "Titolo immagine"
274
 
275
- #: gallery-plugin.php:822
276
  msgid "date"
277
  msgstr "Data"
278
 
279
- #: gallery-plugin.php:823
280
  msgid ""
281
  "attachments order (the integer fields in the Insert / Upload Media Gallery "
282
  "dialog )"
@@ -284,64 +296,85 @@ msgstr ""
284
  "Ordine di visualizzazione (dal numero attribuito nel box di dialogo di "
285
  "caricamento)"
286
 
287
- #: gallery-plugin.php:824
288
  msgid "random"
289
  msgstr "Casuale"
290
 
291
- #: gallery-plugin.php:828
292
  msgid "Attachments order"
293
  msgstr "Ordine di visualizzazione"
294
 
295
- #: gallery-plugin.php:830
296
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
297
  msgstr ""
298
  "ASC(ordine ascendente dal pi&ugrave; basso al pi&ugrave; alto - 1, 2, 3; a, "
299
  "b, c,)"
300
 
301
- #: gallery-plugin.php:831
302
  msgid ""
303
  "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
304
  msgstr ""
305
  "DESC(ordine discendente dal pi&ugrave; alto al pi&ugrave; basso - 3, 2, 1; "
306
  "c, b, a,)"
307
 
308
- #: gallery-plugin.php:835
 
 
 
 
 
 
 
 
309
  msgid "Display Return link"
310
  msgstr "Mostra lin di ritorno"
311
 
312
- #: gallery-plugin.php:841
313
  msgid "Display Return link in shortcode"
314
  msgstr "Mostra il link di ritorno col codice"
315
 
316
- #: gallery-plugin.php:847
317
  msgid "Label for Return link"
318
  msgstr "Etichetta per il link di ritorno"
319
 
320
- #: gallery-plugin.php:853
 
 
 
 
 
 
 
 
 
 
 
 
 
321
  msgid "Label for Read More link"
322
  msgstr ""
323
 
324
- #: gallery-plugin.php:861
325
  msgid "Save Changes"
326
  msgstr "Salva cambiamenti"
327
 
328
- #: gallery-plugin.php:874
329
  msgid "FAQ"
330
  msgstr "FAQ "
331
 
332
- #: gallery-plugin.php:875
333
  msgid "Support"
334
  msgstr "Supporto"
335
 
336
- #: gallery-plugin.php:1045 template/gallery-single-template.php:68
337
  msgid "Sorry - nothing to found."
338
  msgstr "Spiacente - non è stato trovato nulla."
339
 
340
- #: gallery-plugin.php:1064 template/gallery-single-template.php:90
341
  msgid "Download High resolution image"
342
  msgstr ""
343
 
344
- #: template/gallery-single-template.php:90
345
  msgid "Image "
346
  msgstr "Immagine"
347
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-20 18:47+0200\n"
6
+ "PO-Revision-Date: 2012-12-20 18:47+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Stefano Ferruggiara, alfonso <ferruggiarastefano@gmail.com, "
9
  "alfio@amgraphics.it>\n"
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: gallery-plugin.php:103 gallery-plugin.php:789
21
  msgid ""
22
  "The following files \"gallery-template.php\" and \"gallery-single-template."
23
  "php\" were not found in the directory of your theme. Please copy them from "
33
  msgid "Galleries"
34
  msgstr "Gallerie"
35
 
36
+ #: gallery-plugin.php:128 gallery-plugin.php:656
37
  msgid "Gallery"
38
  msgstr "Galleria"
39
 
105
  msgid "Please do not forget to select "
106
  msgstr ""
107
 
108
+ #: gallery-plugin.php:228 gallery-plugin.php:853
109
  msgid "Attachments order by"
110
  msgstr "Ordine di visualizzazione per"
111
 
117
  msgid "in the settings of the plugin (page "
118
  msgstr ""
119
 
120
+ #: gallery-plugin.php:275
121
  msgid "Link URL"
122
  msgstr ""
123
 
124
+ #: gallery-plugin.php:275
125
  msgid "(clicking on image <br /> open the link in new window)"
126
  msgstr ""
127
 
128
+ #: gallery-plugin.php:276
129
  msgid "Delete"
130
  msgstr ""
131
 
132
+ #: gallery-plugin.php:290
133
  msgid ""
134
  "You can add the Single Gallery on the page or in the post by inserting this "
135
  "shortcode in the content"
137
  "Puoi aggiungere una singola Galleria in una pagina o un post inserendo "
138
  "questo codice nel contenuto"
139
 
140
+ #: gallery-plugin.php:292
141
  msgid ""
142
  "If you want to take a brief display of the gallery with a link to a Single "
143
  "Sallery Page"
144
  msgstr ""
145
 
146
+ #: gallery-plugin.php:474
147
  msgid "Title"
148
  msgstr "Titolo"
149
 
150
+ #: gallery-plugin.php:475
151
  msgid "Author"
152
  msgstr "Autore"
153
 
154
+ #: gallery-plugin.php:476
155
  msgid "Photo's"
156
  msgstr "Foto"
157
 
158
+ #: gallery-plugin.php:477
159
  msgid "Public"
160
  msgstr "Pubblico"
161
 
162
+ #: gallery-plugin.php:478
163
  msgid "Date"
164
  msgstr "Data"
165
 
166
+ #: gallery-plugin.php:625
167
  msgid "Activated plugins"
168
  msgstr "Attivare plugin"
169
 
170
+ #: gallery-plugin.php:627 gallery-plugin.php:635 gallery-plugin.php:643
171
  msgid "Read more"
172
  msgstr "Leggi altro"
173
 
174
+ #: gallery-plugin.php:627 gallery-plugin.php:922 gallery-plugin.php:937
175
  msgid "Settings"
176
  msgstr "Impostazioni"
177
 
178
+ #: gallery-plugin.php:633
179
  msgid "Installed plugins"
180
  msgstr "Plugin installati"
181
 
182
+ #: gallery-plugin.php:641
183
  msgid "Recommended plugins"
184
  msgstr "Plugin consigliati"
185
 
186
+ #: gallery-plugin.php:643
187
  msgid "Download"
188
  msgstr "Download"
189
 
190
+ #: gallery-plugin.php:643
191
  #, php-format
192
  msgid "Install %s"
193
  msgstr "Installа %s"
194
 
195
+ #: gallery-plugin.php:643
196
  msgid "Install now from wordpress.org"
197
  msgstr "Installa ora da wordpress.org"
198
 
199
+ #: gallery-plugin.php:645
200
  msgid ""
201
  "If you have any questions, please contact us via plugin@bestwebsoft.com or "
202
  "fill in our contact form on our site"
204
  "Per qualunque domanda contattaci via plugin@bestwebsoft.com o compila il "
205
  "Form sul nostro sito."
206
 
207
+ #: gallery-plugin.php:683
208
  msgid "See photo &raquo;"
209
  msgstr "Guarda foto &raquo;"
210
 
211
+ #: gallery-plugin.php:782
212
  msgid "Options saved."
213
  msgstr "Opzioni salvate."
214
 
215
+ #: gallery-plugin.php:796
216
  msgid "Gallery Options"
217
  msgstr "Opzioni gallerie"
218
 
219
+ #: gallery-plugin.php:799
220
  msgid ""
221
  "If you would like to add a Single Gallery to your page or post, just copy "
222
  "and put this shortcode onto your post or page content:"
224
  "Se vuoi aggiungere una singola Galleria in una pagina o un post, copia "
225
  "questo codice e inseriscilo nel contenuto della pagina o del post"
226
 
227
+ #: gallery-plugin.php:803
228
  msgid "The size of the cover album for gallery"
229
  msgstr "La grandezza della copertina dall'album per la galleria"
230
 
231
+ #: gallery-plugin.php:805 gallery-plugin.php:813
232
  msgid "Image size name"
233
  msgstr "Image size name"
234
 
235
+ #: gallery-plugin.php:806 gallery-plugin.php:814
236
  msgid "Width (in px)"
237
  msgstr "Larghezza in px"
238
 
239
+ #: gallery-plugin.php:807 gallery-plugin.php:815
240
  msgid "Height (in px)"
241
  msgstr "Altezza in px"
242
 
243
+ #: gallery-plugin.php:811
244
  msgid "Size for gallery image"
245
  msgstr "Grandezza per le immagini della galleria"
246
 
247
+ #: gallery-plugin.php:819
248
  msgid ""
249
  "WordPress will create a copy of the post thumbnail with the specified "
250
  "dimensions when you upload a new photo."
252
  "WP creerà una copia delle icone immagine con una specifica dimensione quando "
253
  "carichi una nuova foto."
254
 
255
+ #: gallery-plugin.php:822
256
+ msgid "Images with border"
257
+ msgstr ""
258
+
259
+ #: gallery-plugin.php:825
260
+ msgid "Border width in px, just numbers"
261
+ msgstr ""
262
+
263
+ #: gallery-plugin.php:827 gallery-plugin.php:829
264
+ msgid "Select color for border"
265
+ msgstr ""
266
+
267
+ #: gallery-plugin.php:835
268
  msgid "Count images in row"
269
  msgstr "Conta immagini"
270
 
271
+ #: gallery-plugin.php:841
272
  msgid "Start slideshow"
273
  msgstr "Avvia presentazione"
274
 
275
+ #: gallery-plugin.php:847
276
  msgid "Slideshow interval"
277
  msgstr "Intervallo presentazione"
278
 
279
+ #: gallery-plugin.php:855
280
  msgid "attachment id"
281
  msgstr "Id di visualizzazione"
282
 
283
+ #: gallery-plugin.php:856
284
  msgid "attachment title"
285
  msgstr "Titolo immagine"
286
 
287
+ #: gallery-plugin.php:857
288
  msgid "date"
289
  msgstr "Data"
290
 
291
+ #: gallery-plugin.php:858
292
  msgid ""
293
  "attachments order (the integer fields in the Insert / Upload Media Gallery "
294
  "dialog )"
296
  "Ordine di visualizzazione (dal numero attribuito nel box di dialogo di "
297
  "caricamento)"
298
 
299
+ #: gallery-plugin.php:859
300
  msgid "random"
301
  msgstr "Casuale"
302
 
303
+ #: gallery-plugin.php:863
304
  msgid "Attachments order"
305
  msgstr "Ordine di visualizzazione"
306
 
307
+ #: gallery-plugin.php:865
308
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
309
  msgstr ""
310
  "ASC(ordine ascendente dal pi&ugrave; basso al pi&ugrave; alto - 1, 2, 3; a, "
311
  "b, c,)"
312
 
313
+ #: gallery-plugin.php:866
314
  msgid ""
315
  "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
316
  msgstr ""
317
  "DESC(ordine discendente dal pi&ugrave; alto al pi&ugrave; basso - 3, 2, 1; "
318
  "c, b, a,)"
319
 
320
+ #: gallery-plugin.php:870
321
+ msgid "Display text above image"
322
+ msgstr ""
323
+
324
+ #: gallery-plugin.php:872
325
+ msgid "If you want to display text just in a lightbox"
326
+ msgstr ""
327
+
328
+ #: gallery-plugin.php:876
329
  msgid "Display Return link"
330
  msgstr "Mostra lin di ritorno"
331
 
332
+ #: gallery-plugin.php:882
333
  msgid "Display Return link in shortcode"
334
  msgstr "Mostra il link di ritorno col codice"
335
 
336
+ #: gallery-plugin.php:888
337
  msgid "Label for Return link"
338
  msgstr "Etichetta per il link di ritorno"
339
 
340
+ #: gallery-plugin.php:894
341
+ #, fuzzy
342
+ msgid "URL for Return link"
343
+ msgstr "Etichetta per il link di ritorno"
344
+
345
+ #: gallery-plugin.php:896
346
+ msgid "Gallery page (Page with Gallery Template)"
347
+ msgstr ""
348
+
349
+ #: gallery-plugin.php:898
350
+ msgid "(Full URL to custom page)"
351
+ msgstr ""
352
+
353
+ #: gallery-plugin.php:902
354
  msgid "Label for Read More link"
355
  msgstr ""
356
 
357
+ #: gallery-plugin.php:910
358
  msgid "Save Changes"
359
  msgstr "Salva cambiamenti"
360
 
361
+ #: gallery-plugin.php:923
362
  msgid "FAQ"
363
  msgstr "FAQ "
364
 
365
+ #: gallery-plugin.php:924
366
  msgid "Support"
367
  msgstr "Supporto"
368
 
369
+ #: gallery-plugin.php:1131 template/gallery-single-template.php:76
370
  msgid "Sorry - nothing to found."
371
  msgstr "Spiacente - non è stato trovato nulla."
372
 
373
+ #: gallery-plugin.php:1153 template/gallery-single-template.php:101
374
  msgid "Download High resolution image"
375
  msgstr ""
376
 
377
+ #: template/gallery-single-template.php:101
378
  msgid "Image "
379
  msgstr "Immagine"
380
 
languages/gallery-ka_GE.mo CHANGED
Binary file
languages/gallery-ka_GE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-10-23 16:11+0200\n"
6
- "PO-Revision-Date: 2012-10-23 16:11+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Vako Patashuri <vpatashuri@gmail.com>\n"
9
  "Language: ka_GE\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:103 gallery-plugin.php:767
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 "
@@ -28,7 +28,7 @@ msgstr ""
28
  msgid "Galleries"
29
  msgstr "გალერეა"
30
 
31
- #: gallery-plugin.php:128 gallery-plugin.php:657
32
  msgid "Gallery"
33
  msgstr "გალერეა"
34
 
@@ -99,7 +99,7 @@ msgstr ""
99
  msgid "Please do not forget to select "
100
  msgstr ""
101
 
102
- #: gallery-plugin.php:228 gallery-plugin.php:818
103
  msgid "Attachments order by"
104
  msgstr ""
105
 
@@ -111,84 +111,84 @@ msgstr ""
111
  msgid "in the settings of the plugin (page "
112
  msgstr ""
113
 
114
- #: gallery-plugin.php:276
115
  msgid "Link URL"
116
  msgstr ""
117
 
118
- #: gallery-plugin.php:276
119
  msgid "(clicking on image <br /> open the link in new window)"
120
  msgstr ""
121
 
122
- #: gallery-plugin.php:277
123
  msgid "Delete"
124
  msgstr ""
125
 
126
- #: gallery-plugin.php:291
127
  msgid ""
128
  "You can add the Single Gallery on the page or in the post by inserting this "
129
  "shortcode in the content"
130
  msgstr ""
131
 
132
- #: gallery-plugin.php:293
133
  msgid ""
134
  "If you want to take a brief display of the gallery with a link to a Single "
135
  "Sallery Page"
136
  msgstr ""
137
 
138
- #: gallery-plugin.php:475
139
  msgid "Title"
140
  msgstr "სათაური"
141
 
142
- #: gallery-plugin.php:476
143
  msgid "Author"
144
  msgstr "ავტორი"
145
 
146
- #: gallery-plugin.php:477
147
  msgid "Photo's"
148
  msgstr "ფოტო"
149
 
150
- #: gallery-plugin.php:478
151
  msgid "Public"
152
  msgstr "საჯარო"
153
 
154
- #: gallery-plugin.php:479
155
  msgid "Date"
156
  msgstr "თარიღი"
157
 
158
- #: gallery-plugin.php:626
159
  msgid "Activated plugins"
160
  msgstr "გააქტიურებული დანამატები:"
161
 
162
- #: gallery-plugin.php:628 gallery-plugin.php:636 gallery-plugin.php:644
163
  msgid "Read more"
164
  msgstr "სრულად ნახვა"
165
 
166
- #: gallery-plugin.php:628 gallery-plugin.php:873 gallery-plugin.php:888
167
  msgid "Settings"
168
  msgstr "პარამეტრები"
169
 
170
- #: gallery-plugin.php:634
171
  msgid "Installed plugins"
172
  msgstr "დაყენებული დანამატები"
173
 
174
- #: gallery-plugin.php:642
175
  msgid "Recommended plugins"
176
  msgstr "რეკომენდირებული დანამატები"
177
 
178
- #: gallery-plugin.php:644
179
  msgid "Download"
180
  msgstr "გადმოტვირთვა"
181
 
182
- #: gallery-plugin.php:644
183
  #, php-format
184
  msgid "Install %s"
185
  msgstr "დაყენებულია %s"
186
 
187
- #: gallery-plugin.php:644
188
  msgid "Install now from wordpress.org"
189
  msgstr "დააყენეთ wordpress.org-იდან"
190
 
191
- #: gallery-plugin.php:646
192
  msgid ""
193
  "If you have any questions, please contact us via plugin@bestwebsoft.com or "
194
  "fill in our contact form on our site"
@@ -196,45 +196,45 @@ msgstr ""
196
  "თუ თქვენ გაქვთ რაიმე შეკითხვა, გთხოვთ მოგვწერეთ ელფოსტაზე plugin@bestwebsoft."
197
  "com ან შეავსეთ საკონტაქტო ფორმა გამოსაგზავნად"
198
 
199
- #: gallery-plugin.php:681
200
  msgid "See photo &raquo;"
201
  msgstr ""
202
 
203
- #: gallery-plugin.php:760
204
  msgid "Options saved."
205
  msgstr "პარამეტრები შენახულია"
206
 
207
- #: gallery-plugin.php:774
208
  msgid "Gallery Options"
209
  msgstr "გალერეის პარამეტრები"
210
 
211
- #: gallery-plugin.php:777
212
  msgid ""
213
  "If you would like to add a Single Gallery to your page or post, just copy "
214
  "and put this shortcode onto your post or page content:"
215
  msgstr ""
216
 
217
- #: gallery-plugin.php:781
218
  msgid "The size of the cover album for gallery"
219
  msgstr "ალბომის ყდის ზომა გალერეისთვის"
220
 
221
- #: gallery-plugin.php:783 gallery-plugin.php:791
222
  msgid "Image size name"
223
  msgstr "ზომის სახელი"
224
 
225
- #: gallery-plugin.php:784 gallery-plugin.php:792
226
  msgid "Width (in px)"
227
  msgstr "სიგანე(პიქსელებში)"
228
 
229
- #: gallery-plugin.php:785 gallery-plugin.php:793
230
  msgid "Height (in px)"
231
  msgstr "სიმაღლე(პიქსელებში)"
232
 
233
- #: gallery-plugin.php:789
234
  msgid "Size for gallery image"
235
  msgstr "ზომა გალერეის სურათისთვის"
236
 
237
- #: gallery-plugin.php:797
238
  msgid ""
239
  "WordPress will create a copy of the post thumbnail with the specified "
240
  "dimensions when you upload a new photo."
@@ -242,91 +242,123 @@ msgstr ""
242
  "ვორდპრესი შექმნის მინიატურული პოსტის კოპიას განსაზღვრულ ზომებში, როდესაც "
243
  "ატვირთავთ სურათს."
244
 
245
- #: gallery-plugin.php:800
 
 
 
 
 
 
 
 
 
 
 
 
246
  msgid "Count images in row"
247
  msgstr "სურათების რაოდენობა მწკრივში"
248
 
249
- #: gallery-plugin.php:806
250
  msgid "Start slideshow"
251
  msgstr ""
252
 
253
- #: gallery-plugin.php:812
254
  msgid "Slideshow interval"
255
  msgstr ""
256
 
257
- #: gallery-plugin.php:820
258
  msgid "attachment id"
259
  msgstr ""
260
 
261
- #: gallery-plugin.php:821
262
  msgid "attachment title"
263
  msgstr ""
264
 
265
- #: gallery-plugin.php:822
266
  #, fuzzy
267
  msgid "date"
268
  msgstr "თარიღი"
269
 
270
- #: gallery-plugin.php:823
271
  msgid ""
272
  "attachments order (the integer fields in the Insert / Upload Media Gallery "
273
  "dialog )"
274
  msgstr ""
275
 
276
- #: gallery-plugin.php:824
277
  msgid "random"
278
  msgstr ""
279
 
280
- #: gallery-plugin.php:828
281
  msgid "Attachments order"
282
  msgstr ""
283
 
284
- #: gallery-plugin.php:830
285
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
286
  msgstr ""
287
 
288
- #: gallery-plugin.php:831
289
  msgid ""
290
  "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
291
  msgstr ""
292
 
293
- #: gallery-plugin.php:835
 
 
 
 
 
 
 
 
294
  msgid "Display Return link"
295
  msgstr ""
296
 
297
- #: gallery-plugin.php:841
298
  msgid "Display Return link in shortcode"
299
  msgstr ""
300
 
301
- #: gallery-plugin.php:847
302
  msgid "Label for Return link"
303
  msgstr ""
304
 
305
- #: gallery-plugin.php:853
 
 
 
 
 
 
 
 
 
 
 
 
306
  msgid "Label for Read More link"
307
  msgstr ""
308
 
309
- #: gallery-plugin.php:861
310
  msgid "Save Changes"
311
  msgstr "ცვლილებების შენახვა"
312
 
313
- #: gallery-plugin.php:874
314
  msgid "FAQ"
315
  msgstr "FAQ"
316
 
317
- #: gallery-plugin.php:875
318
  msgid "Support"
319
  msgstr "Support"
320
 
321
- #: gallery-plugin.php:1045 template/gallery-single-template.php:68
322
  msgid "Sorry - nothing to found."
323
  msgstr "მაპატიეთ - არაფერია ნაპოვნი."
324
 
325
- #: gallery-plugin.php:1064 template/gallery-single-template.php:90
326
  msgid "Download High resolution image"
327
  msgstr ""
328
 
329
- #: template/gallery-single-template.php:90
330
  msgid "Image "
331
  msgstr ""
332
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-20 18:47+0200\n"
6
+ "PO-Revision-Date: 2012-12-20 18:47+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Vako Patashuri <vpatashuri@gmail.com>\n"
9
  "Language: ka_GE\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: gallery-plugin.php:103 gallery-plugin.php:789
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 "
28
  msgid "Galleries"
29
  msgstr "გალერეა"
30
 
31
+ #: gallery-plugin.php:128 gallery-plugin.php:656
32
  msgid "Gallery"
33
  msgstr "გალერეა"
34
 
99
  msgid "Please do not forget to select "
100
  msgstr ""
101
 
102
+ #: gallery-plugin.php:228 gallery-plugin.php:853
103
  msgid "Attachments order by"
104
  msgstr ""
105
 
111
  msgid "in the settings of the plugin (page "
112
  msgstr ""
113
 
114
+ #: gallery-plugin.php:275
115
  msgid "Link URL"
116
  msgstr ""
117
 
118
+ #: gallery-plugin.php:275
119
  msgid "(clicking on image <br /> open the link in new window)"
120
  msgstr ""
121
 
122
+ #: gallery-plugin.php:276
123
  msgid "Delete"
124
  msgstr ""
125
 
126
+ #: gallery-plugin.php:290
127
  msgid ""
128
  "You can add the Single Gallery on the page or in the post by inserting this "
129
  "shortcode in the content"
130
  msgstr ""
131
 
132
+ #: gallery-plugin.php:292
133
  msgid ""
134
  "If you want to take a brief display of the gallery with a link to a Single "
135
  "Sallery Page"
136
  msgstr ""
137
 
138
+ #: gallery-plugin.php:474
139
  msgid "Title"
140
  msgstr "სათაური"
141
 
142
+ #: gallery-plugin.php:475
143
  msgid "Author"
144
  msgstr "ავტორი"
145
 
146
+ #: gallery-plugin.php:476
147
  msgid "Photo's"
148
  msgstr "ფოტო"
149
 
150
+ #: gallery-plugin.php:477
151
  msgid "Public"
152
  msgstr "საჯარო"
153
 
154
+ #: gallery-plugin.php:478
155
  msgid "Date"
156
  msgstr "თარიღი"
157
 
158
+ #: gallery-plugin.php:625
159
  msgid "Activated plugins"
160
  msgstr "გააქტიურებული დანამატები:"
161
 
162
+ #: gallery-plugin.php:627 gallery-plugin.php:635 gallery-plugin.php:643
163
  msgid "Read more"
164
  msgstr "სრულად ნახვა"
165
 
166
+ #: gallery-plugin.php:627 gallery-plugin.php:922 gallery-plugin.php:937
167
  msgid "Settings"
168
  msgstr "პარამეტრები"
169
 
170
+ #: gallery-plugin.php:633
171
  msgid "Installed plugins"
172
  msgstr "დაყენებული დანამატები"
173
 
174
+ #: gallery-plugin.php:641
175
  msgid "Recommended plugins"
176
  msgstr "რეკომენდირებული დანამატები"
177
 
178
+ #: gallery-plugin.php:643
179
  msgid "Download"
180
  msgstr "გადმოტვირთვა"
181
 
182
+ #: gallery-plugin.php:643
183
  #, php-format
184
  msgid "Install %s"
185
  msgstr "დაყენებულია %s"
186
 
187
+ #: gallery-plugin.php:643
188
  msgid "Install now from wordpress.org"
189
  msgstr "დააყენეთ wordpress.org-იდან"
190
 
191
+ #: gallery-plugin.php:645
192
  msgid ""
193
  "If you have any questions, please contact us via plugin@bestwebsoft.com or "
194
  "fill in our contact form on our site"
196
  "თუ თქვენ გაქვთ რაიმე შეკითხვა, გთხოვთ მოგვწერეთ ელფოსტაზე plugin@bestwebsoft."
197
  "com ან შეავსეთ საკონტაქტო ფორმა გამოსაგზავნად"
198
 
199
+ #: gallery-plugin.php:683
200
  msgid "See photo &raquo;"
201
  msgstr ""
202
 
203
+ #: gallery-plugin.php:782
204
  msgid "Options saved."
205
  msgstr "პარამეტრები შენახულია"
206
 
207
+ #: gallery-plugin.php:796
208
  msgid "Gallery Options"
209
  msgstr "გალერეის პარამეტრები"
210
 
211
+ #: gallery-plugin.php:799
212
  msgid ""
213
  "If you would like to add a Single Gallery to your page or post, just copy "
214
  "and put this shortcode onto your post or page content:"
215
  msgstr ""
216
 
217
+ #: gallery-plugin.php:803
218
  msgid "The size of the cover album for gallery"
219
  msgstr "ალბომის ყდის ზომა გალერეისთვის"
220
 
221
+ #: gallery-plugin.php:805 gallery-plugin.php:813
222
  msgid "Image size name"
223
  msgstr "ზომის სახელი"
224
 
225
+ #: gallery-plugin.php:806 gallery-plugin.php:814
226
  msgid "Width (in px)"
227
  msgstr "სიგანე(პიქსელებში)"
228
 
229
+ #: gallery-plugin.php:807 gallery-plugin.php:815
230
  msgid "Height (in px)"
231
  msgstr "სიმაღლე(პიქსელებში)"
232
 
233
+ #: gallery-plugin.php:811
234
  msgid "Size for gallery image"
235
  msgstr "ზომა გალერეის სურათისთვის"
236
 
237
+ #: gallery-plugin.php:819
238
  msgid ""
239
  "WordPress will create a copy of the post thumbnail with the specified "
240
  "dimensions when you upload a new photo."
242
  "ვორდპრესი შექმნის მინიატურული პოსტის კოპიას განსაზღვრულ ზომებში, როდესაც "
243
  "ატვირთავთ სურათს."
244
 
245
+ #: gallery-plugin.php:822
246
+ msgid "Images with border"
247
+ msgstr ""
248
+
249
+ #: gallery-plugin.php:825
250
+ msgid "Border width in px, just numbers"
251
+ msgstr ""
252
+
253
+ #: gallery-plugin.php:827 gallery-plugin.php:829
254
+ msgid "Select color for border"
255
+ msgstr ""
256
+
257
+ #: gallery-plugin.php:835
258
  msgid "Count images in row"
259
  msgstr "სურათების რაოდენობა მწკრივში"
260
 
261
+ #: gallery-plugin.php:841
262
  msgid "Start slideshow"
263
  msgstr ""
264
 
265
+ #: gallery-plugin.php:847
266
  msgid "Slideshow interval"
267
  msgstr ""
268
 
269
+ #: gallery-plugin.php:855
270
  msgid "attachment id"
271
  msgstr ""
272
 
273
+ #: gallery-plugin.php:856
274
  msgid "attachment title"
275
  msgstr ""
276
 
277
+ #: gallery-plugin.php:857
278
  #, fuzzy
279
  msgid "date"
280
  msgstr "თარიღი"
281
 
282
+ #: gallery-plugin.php:858
283
  msgid ""
284
  "attachments order (the integer fields in the Insert / Upload Media Gallery "
285
  "dialog )"
286
  msgstr ""
287
 
288
+ #: gallery-plugin.php:859
289
  msgid "random"
290
  msgstr ""
291
 
292
+ #: gallery-plugin.php:863
293
  msgid "Attachments order"
294
  msgstr ""
295
 
296
+ #: gallery-plugin.php:865
297
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
298
  msgstr ""
299
 
300
+ #: gallery-plugin.php:866
301
  msgid ""
302
  "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
303
  msgstr ""
304
 
305
+ #: gallery-plugin.php:870
306
+ msgid "Display text above image"
307
+ msgstr ""
308
+
309
+ #: gallery-plugin.php:872
310
+ msgid "If you want to display text just in a lightbox"
311
+ msgstr ""
312
+
313
+ #: gallery-plugin.php:876
314
  msgid "Display Return link"
315
  msgstr ""
316
 
317
+ #: gallery-plugin.php:882
318
  msgid "Display Return link in shortcode"
319
  msgstr ""
320
 
321
+ #: gallery-plugin.php:888
322
  msgid "Label for Return link"
323
  msgstr ""
324
 
325
+ #: gallery-plugin.php:894
326
+ msgid "URL for Return link"
327
+ msgstr ""
328
+
329
+ #: gallery-plugin.php:896
330
+ msgid "Gallery page (Page with Gallery Template)"
331
+ msgstr ""
332
+
333
+ #: gallery-plugin.php:898
334
+ msgid "(Full URL to custom page)"
335
+ msgstr ""
336
+
337
+ #: gallery-plugin.php:902
338
  msgid "Label for Read More link"
339
  msgstr ""
340
 
341
+ #: gallery-plugin.php:910
342
  msgid "Save Changes"
343
  msgstr "ცვლილებების შენახვა"
344
 
345
+ #: gallery-plugin.php:923
346
  msgid "FAQ"
347
  msgstr "FAQ"
348
 
349
+ #: gallery-plugin.php:924
350
  msgid "Support"
351
  msgstr "Support"
352
 
353
+ #: gallery-plugin.php:1131 template/gallery-single-template.php:76
354
  msgid "Sorry - nothing to found."
355
  msgstr "მაპატიეთ - არაფერია ნაპოვნი."
356
 
357
+ #: gallery-plugin.php:1153 template/gallery-single-template.php:101
358
  msgid "Download High resolution image"
359
  msgstr ""
360
 
361
+ #: template/gallery-single-template.php:101
362
  msgid "Image "
363
  msgstr ""
364
 
languages/gallery-lt_LT.mo CHANGED
Binary file
languages/gallery-lt_LT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-10-23 16:11+0200\n"
6
- "PO-Revision-Date: 2012-10-23 16:11+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Naglis Jonaitis <njonaitis@gmail.com>\n"
9
  "Language: lt_LT\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:103 gallery-plugin.php:767
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 "
@@ -32,7 +32,7 @@ msgstr ""
32
  msgid "Galleries"
33
  msgstr "Galerijos"
34
 
35
- #: gallery-plugin.php:128 gallery-plugin.php:657
36
  msgid "Gallery"
37
  msgstr "Galerija"
38
 
@@ -104,7 +104,7 @@ msgstr ""
104
  msgid "Please do not forget to select "
105
  msgstr ""
106
 
107
- #: gallery-plugin.php:228 gallery-plugin.php:818
108
  msgid "Attachments order by"
109
  msgstr "Prisegtukus rikiuoti pagal"
110
 
@@ -116,19 +116,19 @@ msgstr ""
116
  msgid "in the settings of the plugin (page "
117
  msgstr ""
118
 
119
- #: gallery-plugin.php:276
120
  msgid "Link URL"
121
  msgstr ""
122
 
123
- #: gallery-plugin.php:276
124
  msgid "(clicking on image <br /> open the link in new window)"
125
  msgstr ""
126
 
127
- #: gallery-plugin.php:277
128
  msgid "Delete"
129
  msgstr ""
130
 
131
- #: gallery-plugin.php:291
132
  msgid ""
133
  "You can add the Single Gallery on the page or in the post by inserting this "
134
  "shortcode in the content"
@@ -136,66 +136,66 @@ msgstr ""
136
  "Galite įterpti galeriją puslapyje ar įraše įterpdami šį trumpąjį kodą į "
137
  "turinį"
138
 
139
- #: gallery-plugin.php:293
140
  msgid ""
141
  "If you want to take a brief display of the gallery with a link to a Single "
142
  "Sallery Page"
143
  msgstr ""
144
 
145
- #: gallery-plugin.php:475
146
  msgid "Title"
147
  msgstr "Pavadinimas"
148
 
149
- #: gallery-plugin.php:476
150
  msgid "Author"
151
  msgstr "Autorius"
152
 
153
- #: gallery-plugin.php:477
154
  msgid "Photo's"
155
  msgstr "Nuotraukos"
156
 
157
- #: gallery-plugin.php:478
158
  msgid "Public"
159
  msgstr "Vieša"
160
 
161
- #: gallery-plugin.php:479
162
  msgid "Date"
163
  msgstr "Data"
164
 
165
- #: gallery-plugin.php:626
166
  msgid "Activated plugins"
167
  msgstr "Įjungti įskiepiai"
168
 
169
- #: gallery-plugin.php:628 gallery-plugin.php:636 gallery-plugin.php:644
170
  msgid "Read more"
171
  msgstr "Skaityti daugiau"
172
 
173
- #: gallery-plugin.php:628 gallery-plugin.php:873 gallery-plugin.php:888
174
  msgid "Settings"
175
  msgstr "Nustatymai"
176
 
177
- #: gallery-plugin.php:634
178
  msgid "Installed plugins"
179
  msgstr "Įdiegti įskiepiai"
180
 
181
- #: gallery-plugin.php:642
182
  msgid "Recommended plugins"
183
  msgstr "Rekomenduojami įskiepiai"
184
 
185
- #: gallery-plugin.php:644
186
  msgid "Download"
187
  msgstr "Atsisiųsti"
188
 
189
- #: gallery-plugin.php:644
190
  #, php-format
191
  msgid "Install %s"
192
  msgstr "Įdiegti %s"
193
 
194
- #: gallery-plugin.php:644
195
  msgid "Install now from wordpress.org"
196
  msgstr "Įdiegti tiesiai iš wordpress.org"
197
 
198
- #: gallery-plugin.php:646
199
  msgid ""
200
  "If you have any questions, please contact us via plugin@bestwebsoft.com or "
201
  "fill in our contact form on our site"
@@ -203,19 +203,19 @@ msgstr ""
203
  "Jei turite klausimų, susisiekite su mumis adresu plugin@bestwebsoft.com, "
204
  "arba užpildykite susisiekimo formą mūsų tinklalapyje"
205
 
206
- #: gallery-plugin.php:681
207
  msgid "See photo &raquo;"
208
  msgstr "Peržiūrėti nuotrauką &raquo;"
209
 
210
- #: gallery-plugin.php:760
211
  msgid "Options saved."
212
  msgstr "Pasirinktys išsaugotos."
213
 
214
- #: gallery-plugin.php:774
215
  msgid "Gallery Options"
216
  msgstr "Galerijų pasirinktys"
217
 
218
- #: gallery-plugin.php:777
219
  msgid ""
220
  "If you would like to add a Single Gallery to your page or post, just copy "
221
  "and put this shortcode onto your post or page content:"
@@ -223,27 +223,27 @@ msgstr ""
223
  "Jei norite įterpti galeriją į savo įrašą ar puslapį, tiesiog nukopijuokite "
224
  "šį trumpąjį kodą į savo įrašo ar puslapio turinį:"
225
 
226
- #: gallery-plugin.php:781
227
  msgid "The size of the cover album for gallery"
228
  msgstr "Galerijos viršelio matmenys"
229
 
230
- #: gallery-plugin.php:783 gallery-plugin.php:791
231
  msgid "Image size name"
232
  msgstr "Paveikslėlio matmenų klasės vardas"
233
 
234
- #: gallery-plugin.php:784 gallery-plugin.php:792
235
  msgid "Width (in px)"
236
  msgstr "Plotis (pikseliais)"
237
 
238
- #: gallery-plugin.php:785 gallery-plugin.php:793
239
  msgid "Height (in px)"
240
  msgstr "Aukštis (pikseliais)"
241
 
242
- #: gallery-plugin.php:789
243
  msgid "Size for gallery image"
244
  msgstr "Galerijos paveikslėlio matmenys"
245
 
246
- #: gallery-plugin.php:797
247
  msgid ""
248
  "WordPress will create a copy of the post thumbnail with the specified "
249
  "dimensions when you upload a new photo."
@@ -251,94 +251,127 @@ msgstr ""
251
  "WordPress sukurs įrašo nurodytų matmenų miniatiūros kopiją kai įkelsite "
252
  "naują paveikslėlį."
253
 
254
- #: gallery-plugin.php:800
 
 
 
 
 
 
 
 
 
 
 
 
255
  msgid "Count images in row"
256
  msgstr "Paveikslėlių eilėje kiekis"
257
 
258
- #: gallery-plugin.php:806
259
  msgid "Start slideshow"
260
  msgstr "Pradėti demonstraciją"
261
 
262
- #: gallery-plugin.php:812
263
  msgid "Slideshow interval"
264
  msgstr "Demonstracijos trukmė"
265
 
266
- #: gallery-plugin.php:820
267
  msgid "attachment id"
268
  msgstr "prisegtuko ID"
269
 
270
- #: gallery-plugin.php:821
271
  msgid "attachment title"
272
  msgstr "prisegtuko pavadinimą"
273
 
274
- #: gallery-plugin.php:822
275
  msgid "date"
276
  msgstr "datą"
277
 
278
- #: gallery-plugin.php:823
279
  msgid ""
280
  "attachments order (the integer fields in the Insert / Upload Media Gallery "
281
  "dialog )"
282
  msgstr "prisegtukų tvarką (sveikojo skaičiaus laukelis „Įkelti failą“ dialoge)"
283
 
284
- #: gallery-plugin.php:824
285
  msgid "random"
286
  msgstr "atsitiktine tvarka"
287
 
288
- #: gallery-plugin.php:828
289
  msgid "Attachments order"
290
  msgstr "Prisegtukų išdėstymas"
291
 
292
- #: gallery-plugin.php:830
293
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
294
  msgstr ""
295
  "Didėjančia tvarka (nuo žemiausios iki aukščiausios reikšmės - 1, 2, 3; a, b, "
296
  "c)"
297
 
298
- #: gallery-plugin.php:831
299
  msgid ""
300
  "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
301
  msgstr ""
302
  "Mažėjančia tvarka (nuo žemiausios iki aukščiausios reikšmės - 3, 2, 1; c, b, "
303
  "a)"
304
 
305
- #: gallery-plugin.php:835
 
 
 
 
 
 
 
 
306
  msgid "Display Return link"
307
  msgstr "Rodyti Sugrįžimo nuorodą"
308
 
309
- #: gallery-plugin.php:841
310
  msgid "Display Return link in shortcode"
311
  msgstr "Rodyti Sugrįžimo nuorodą naudojantis trumpuoju kodu"
312
 
313
- #: gallery-plugin.php:847
314
  msgid "Label for Return link"
315
  msgstr "Sugrįžimo nuorodos tekstas"
316
 
317
- #: gallery-plugin.php:853
 
 
 
 
 
 
 
 
 
 
 
 
 
318
  msgid "Label for Read More link"
319
  msgstr ""
320
 
321
- #: gallery-plugin.php:861
322
  msgid "Save Changes"
323
  msgstr "Išsaugoti pakeitimus"
324
 
325
- #: gallery-plugin.php:874
326
  msgid "FAQ"
327
  msgstr "D. U. K."
328
 
329
- #: gallery-plugin.php:875
330
  msgid "Support"
331
  msgstr "Palaikymas"
332
 
333
- #: gallery-plugin.php:1045 template/gallery-single-template.php:68
334
  msgid "Sorry - nothing to found."
335
  msgstr "Deja, nieko nerasta."
336
 
337
- #: gallery-plugin.php:1064 template/gallery-single-template.php:90
338
  msgid "Download High resolution image"
339
  msgstr ""
340
 
341
- #: template/gallery-single-template.php:90
342
  msgid "Image "
343
  msgstr "Paveikslėlis"
344
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-20 18:47+0200\n"
6
+ "PO-Revision-Date: 2012-12-20 18:47+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Naglis Jonaitis <njonaitis@gmail.com>\n"
9
  "Language: lt_LT\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: gallery-plugin.php:103 gallery-plugin.php:789
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 "
32
  msgid "Galleries"
33
  msgstr "Galerijos"
34
 
35
+ #: gallery-plugin.php:128 gallery-plugin.php:656
36
  msgid "Gallery"
37
  msgstr "Galerija"
38
 
104
  msgid "Please do not forget to select "
105
  msgstr ""
106
 
107
+ #: gallery-plugin.php:228 gallery-plugin.php:853
108
  msgid "Attachments order by"
109
  msgstr "Prisegtukus rikiuoti pagal"
110
 
116
  msgid "in the settings of the plugin (page "
117
  msgstr ""
118
 
119
+ #: gallery-plugin.php:275
120
  msgid "Link URL"
121
  msgstr ""
122
 
123
+ #: gallery-plugin.php:275
124
  msgid "(clicking on image <br /> open the link in new window)"
125
  msgstr ""
126
 
127
+ #: gallery-plugin.php:276
128
  msgid "Delete"
129
  msgstr ""
130
 
131
+ #: gallery-plugin.php:290
132
  msgid ""
133
  "You can add the Single Gallery on the page or in the post by inserting this "
134
  "shortcode in the content"
136
  "Galite įterpti galeriją puslapyje ar įraše įterpdami šį trumpąjį kodą į "
137
  "turinį"
138
 
139
+ #: gallery-plugin.php:292
140
  msgid ""
141
  "If you want to take a brief display of the gallery with a link to a Single "
142
  "Sallery Page"
143
  msgstr ""
144
 
145
+ #: gallery-plugin.php:474
146
  msgid "Title"
147
  msgstr "Pavadinimas"
148
 
149
+ #: gallery-plugin.php:475
150
  msgid "Author"
151
  msgstr "Autorius"
152
 
153
+ #: gallery-plugin.php:476
154
  msgid "Photo's"
155
  msgstr "Nuotraukos"
156
 
157
+ #: gallery-plugin.php:477
158
  msgid "Public"
159
  msgstr "Vieša"
160
 
161
+ #: gallery-plugin.php:478
162
  msgid "Date"
163
  msgstr "Data"
164
 
165
+ #: gallery-plugin.php:625
166
  msgid "Activated plugins"
167
  msgstr "Įjungti įskiepiai"
168
 
169
+ #: gallery-plugin.php:627 gallery-plugin.php:635 gallery-plugin.php:643
170
  msgid "Read more"
171
  msgstr "Skaityti daugiau"
172
 
173
+ #: gallery-plugin.php:627 gallery-plugin.php:922 gallery-plugin.php:937
174
  msgid "Settings"
175
  msgstr "Nustatymai"
176
 
177
+ #: gallery-plugin.php:633
178
  msgid "Installed plugins"
179
  msgstr "Įdiegti įskiepiai"
180
 
181
+ #: gallery-plugin.php:641
182
  msgid "Recommended plugins"
183
  msgstr "Rekomenduojami įskiepiai"
184
 
185
+ #: gallery-plugin.php:643
186
  msgid "Download"
187
  msgstr "Atsisiųsti"
188
 
189
+ #: gallery-plugin.php:643
190
  #, php-format
191
  msgid "Install %s"
192
  msgstr "Įdiegti %s"
193
 
194
+ #: gallery-plugin.php:643
195
  msgid "Install now from wordpress.org"
196
  msgstr "Įdiegti tiesiai iš wordpress.org"
197
 
198
+ #: gallery-plugin.php:645
199
  msgid ""
200
  "If you have any questions, please contact us via plugin@bestwebsoft.com or "
201
  "fill in our contact form on our site"
203
  "Jei turite klausimų, susisiekite su mumis adresu plugin@bestwebsoft.com, "
204
  "arba užpildykite susisiekimo formą mūsų tinklalapyje"
205
 
206
+ #: gallery-plugin.php:683
207
  msgid "See photo &raquo;"
208
  msgstr "Peržiūrėti nuotrauką &raquo;"
209
 
210
+ #: gallery-plugin.php:782
211
  msgid "Options saved."
212
  msgstr "Pasirinktys išsaugotos."
213
 
214
+ #: gallery-plugin.php:796
215
  msgid "Gallery Options"
216
  msgstr "Galerijų pasirinktys"
217
 
218
+ #: gallery-plugin.php:799
219
  msgid ""
220
  "If you would like to add a Single Gallery to your page or post, just copy "
221
  "and put this shortcode onto your post or page content:"
223
  "Jei norite įterpti galeriją į savo įrašą ar puslapį, tiesiog nukopijuokite "
224
  "šį trumpąjį kodą į savo įrašo ar puslapio turinį:"
225
 
226
+ #: gallery-plugin.php:803
227
  msgid "The size of the cover album for gallery"
228
  msgstr "Galerijos viršelio matmenys"
229
 
230
+ #: gallery-plugin.php:805 gallery-plugin.php:813
231
  msgid "Image size name"
232
  msgstr "Paveikslėlio matmenų klasės vardas"
233
 
234
+ #: gallery-plugin.php:806 gallery-plugin.php:814
235
  msgid "Width (in px)"
236
  msgstr "Plotis (pikseliais)"
237
 
238
+ #: gallery-plugin.php:807 gallery-plugin.php:815
239
  msgid "Height (in px)"
240
  msgstr "Aukštis (pikseliais)"
241
 
242
+ #: gallery-plugin.php:811
243
  msgid "Size for gallery image"
244
  msgstr "Galerijos paveikslėlio matmenys"
245
 
246
+ #: gallery-plugin.php:819
247
  msgid ""
248
  "WordPress will create a copy of the post thumbnail with the specified "
249
  "dimensions when you upload a new photo."
251
  "WordPress sukurs įrašo nurodytų matmenų miniatiūros kopiją kai įkelsite "
252
  "naują paveikslėlį."
253
 
254
+ #: gallery-plugin.php:822
255
+ msgid "Images with border"
256
+ msgstr ""
257
+
258
+ #: gallery-plugin.php:825
259
+ msgid "Border width in px, just numbers"
260
+ msgstr ""
261
+
262
+ #: gallery-plugin.php:827 gallery-plugin.php:829
263
+ msgid "Select color for border"
264
+ msgstr ""
265
+
266
+ #: gallery-plugin.php:835
267
  msgid "Count images in row"
268
  msgstr "Paveikslėlių eilėje kiekis"
269
 
270
+ #: gallery-plugin.php:841
271
  msgid "Start slideshow"
272
  msgstr "Pradėti demonstraciją"
273
 
274
+ #: gallery-plugin.php:847
275
  msgid "Slideshow interval"
276
  msgstr "Demonstracijos trukmė"
277
 
278
+ #: gallery-plugin.php:855
279
  msgid "attachment id"
280
  msgstr "prisegtuko ID"
281
 
282
+ #: gallery-plugin.php:856
283
  msgid "attachment title"
284
  msgstr "prisegtuko pavadinimą"
285
 
286
+ #: gallery-plugin.php:857
287
  msgid "date"
288
  msgstr "datą"
289
 
290
+ #: gallery-plugin.php:858
291
  msgid ""
292
  "attachments order (the integer fields in the Insert / Upload Media Gallery "
293
  "dialog )"
294
  msgstr "prisegtukų tvarką (sveikojo skaičiaus laukelis „Įkelti failą“ dialoge)"
295
 
296
+ #: gallery-plugin.php:859
297
  msgid "random"
298
  msgstr "atsitiktine tvarka"
299
 
300
+ #: gallery-plugin.php:863
301
  msgid "Attachments order"
302
  msgstr "Prisegtukų išdėstymas"
303
 
304
+ #: gallery-plugin.php:865
305
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
306
  msgstr ""
307
  "Didėjančia tvarka (nuo žemiausios iki aukščiausios reikšmės - 1, 2, 3; a, b, "
308
  "c)"
309
 
310
+ #: gallery-plugin.php:866
311
  msgid ""
312
  "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
313
  msgstr ""
314
  "Mažėjančia tvarka (nuo žemiausios iki aukščiausios reikšmės - 3, 2, 1; c, b, "
315
  "a)"
316
 
317
+ #: gallery-plugin.php:870
318
+ msgid "Display text above image"
319
+ msgstr ""
320
+
321
+ #: gallery-plugin.php:872
322
+ msgid "If you want to display text just in a lightbox"
323
+ msgstr ""
324
+
325
+ #: gallery-plugin.php:876
326
  msgid "Display Return link"
327
  msgstr "Rodyti Sugrįžimo nuorodą"
328
 
329
+ #: gallery-plugin.php:882
330
  msgid "Display Return link in shortcode"
331
  msgstr "Rodyti Sugrįžimo nuorodą naudojantis trumpuoju kodu"
332
 
333
+ #: gallery-plugin.php:888
334
  msgid "Label for Return link"
335
  msgstr "Sugrįžimo nuorodos tekstas"
336
 
337
+ #: gallery-plugin.php:894
338
+ #, fuzzy
339
+ msgid "URL for Return link"
340
+ msgstr "Sugrįžimo nuorodos tekstas"
341
+
342
+ #: gallery-plugin.php:896
343
+ msgid "Gallery page (Page with Gallery Template)"
344
+ msgstr ""
345
+
346
+ #: gallery-plugin.php:898
347
+ msgid "(Full URL to custom page)"
348
+ msgstr ""
349
+
350
+ #: gallery-plugin.php:902
351
  msgid "Label for Read More link"
352
  msgstr ""
353
 
354
+ #: gallery-plugin.php:910
355
  msgid "Save Changes"
356
  msgstr "Išsaugoti pakeitimus"
357
 
358
+ #: gallery-plugin.php:923
359
  msgid "FAQ"
360
  msgstr "D. U. K."
361
 
362
+ #: gallery-plugin.php:924
363
  msgid "Support"
364
  msgstr "Palaikymas"
365
 
366
+ #: gallery-plugin.php:1131 template/gallery-single-template.php:76
367
  msgid "Sorry - nothing to found."
368
  msgstr "Deja, nieko nerasta."
369
 
370
+ #: gallery-plugin.php:1153 template/gallery-single-template.php:101
371
  msgid "Download High resolution image"
372
  msgstr ""
373
 
374
+ #: template/gallery-single-template.php:101
375
  msgid "Image "
376
  msgstr "Paveikslėlis"
377
 
languages/gallery-nl_NL.mo CHANGED
Binary file
languages/gallery-nl_NL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-10-23 16:11+0200\n"
6
- "PO-Revision-Date: 2012-10-23 16:11+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Ronald <ronald@bhi.nl>\n"
9
  "Language: nl_NL\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:103 gallery-plugin.php:767
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 "
@@ -28,7 +28,7 @@ msgstr ""
28
  msgid "Galleries"
29
  msgstr "Fotoalbum's"
30
 
31
- #: gallery-plugin.php:128 gallery-plugin.php:657
32
  msgid "Gallery"
33
  msgstr "Fotoalbum"
34
 
@@ -99,7 +99,7 @@ msgstr ""
99
  msgid "Please do not forget to select "
100
  msgstr ""
101
 
102
- #: gallery-plugin.php:228 gallery-plugin.php:818
103
  msgid "Attachments order by"
104
  msgstr ""
105
 
@@ -111,84 +111,84 @@ msgstr ""
111
  msgid "in the settings of the plugin (page "
112
  msgstr ""
113
 
114
- #: gallery-plugin.php:276
115
  msgid "Link URL"
116
  msgstr ""
117
 
118
- #: gallery-plugin.php:276
119
  msgid "(clicking on image <br /> open the link in new window)"
120
  msgstr ""
121
 
122
- #: gallery-plugin.php:277
123
  msgid "Delete"
124
  msgstr ""
125
 
126
- #: gallery-plugin.php:291
127
  msgid ""
128
  "You can add the Single Gallery on the page or in the post by inserting this "
129
  "shortcode in the content"
130
  msgstr ""
131
 
132
- #: gallery-plugin.php:293
133
  msgid ""
134
  "If you want to take a brief display of the gallery with a link to a Single "
135
  "Sallery Page"
136
  msgstr ""
137
 
138
- #: gallery-plugin.php:475
139
  msgid "Title"
140
  msgstr "Titel"
141
 
142
- #: gallery-plugin.php:476
143
  msgid "Author"
144
  msgstr "Auteur"
145
 
146
- #: gallery-plugin.php:477
147
  msgid "Photo's"
148
  msgstr "Foto's"
149
 
150
- #: gallery-plugin.php:478
151
  msgid "Public"
152
  msgstr "Gepubliceerd"
153
 
154
- #: gallery-plugin.php:479
155
  msgid "Date"
156
  msgstr "Datum"
157
 
158
- #: gallery-plugin.php:626
159
  msgid "Activated plugins"
160
  msgstr "Geactiveerde plugins"
161
 
162
- #: gallery-plugin.php:628 gallery-plugin.php:636 gallery-plugin.php:644
163
  msgid "Read more"
164
  msgstr "Lees verder"
165
 
166
- #: gallery-plugin.php:628 gallery-plugin.php:873 gallery-plugin.php:888
167
  msgid "Settings"
168
  msgstr "Instellingen"
169
 
170
- #: gallery-plugin.php:634
171
  msgid "Installed plugins"
172
  msgstr "Geinstalleerde plugins"
173
 
174
- #: gallery-plugin.php:642
175
  msgid "Recommended plugins"
176
  msgstr "Aanbevolen plugins"
177
 
178
- #: gallery-plugin.php:644
179
  msgid "Download"
180
  msgstr "Download"
181
 
182
- #: gallery-plugin.php:644
183
  #, php-format
184
  msgid "Install %s"
185
  msgstr "Install %s"
186
 
187
- #: gallery-plugin.php:644
188
  msgid "Install now from wordpress.org"
189
  msgstr "Installeer nu vanaf wordpress.org"
190
 
191
- #: gallery-plugin.php:646
192
  msgid ""
193
  "If you have any questions, please contact us via plugin@bestwebsoft.com or "
194
  "fill in our contact form on our site"
@@ -196,45 +196,45 @@ msgstr ""
196
  "Indien u nog vragen heeft, neem contact op via plugin@bestwebsoft.com of vul "
197
  "het contactformulier in op onze website"
198
 
199
- #: gallery-plugin.php:681
200
  msgid "See photo &raquo;"
201
  msgstr "Bekijk foto &raquo;"
202
 
203
- #: gallery-plugin.php:760
204
  msgid "Options saved."
205
  msgstr "Opties opgeslagen"
206
 
207
- #: gallery-plugin.php:774
208
  msgid "Gallery Options"
209
  msgstr "Fotoalbum opties"
210
 
211
- #: gallery-plugin.php:777
212
  msgid ""
213
  "If you would like to add a Single Gallery to your page or post, just copy "
214
  "and put this shortcode onto your post or page content:"
215
  msgstr ""
216
 
217
- #: gallery-plugin.php:781
218
  msgid "The size of the cover album for gallery"
219
  msgstr "De afmetingen voor de cover van het album"
220
 
221
- #: gallery-plugin.php:783 gallery-plugin.php:791
222
  msgid "Image size name"
223
  msgstr "Afbeelding grootte"
224
 
225
- #: gallery-plugin.php:784 gallery-plugin.php:792
226
  msgid "Width (in px)"
227
  msgstr "Breedte (in px)"
228
 
229
- #: gallery-plugin.php:785 gallery-plugin.php:793
230
  msgid "Height (in px)"
231
  msgstr "Hoogte (in px)"
232
 
233
- #: gallery-plugin.php:789
234
  msgid "Size for gallery image"
235
  msgstr "Grootte voor album afbeelding"
236
 
237
- #: gallery-plugin.php:797
238
  msgid ""
239
  "WordPress will create a copy of the post thumbnail with the specified "
240
  "dimensions when you upload a new photo."
@@ -242,90 +242,122 @@ msgstr ""
242
  "Wordpress zal een kopie maken van de thumbnail in de opgegeven afmetingen "
243
  "als u een nieuwe foto upload."
244
 
245
- #: gallery-plugin.php:800
 
 
 
 
 
 
 
 
 
 
 
 
246
  msgid "Count images in row"
247
  msgstr "Aantal afbeeldingen op een rij"
248
 
249
- #: gallery-plugin.php:806
250
  msgid "Start slideshow"
251
  msgstr ""
252
 
253
- #: gallery-plugin.php:812
254
  msgid "Slideshow interval"
255
  msgstr ""
256
 
257
- #: gallery-plugin.php:820
258
  msgid "attachment id"
259
  msgstr ""
260
 
261
- #: gallery-plugin.php:821
262
  msgid "attachment title"
263
  msgstr ""
264
 
265
- #: gallery-plugin.php:822
266
  #, fuzzy
267
  msgid "date"
268
  msgstr "Datum"
269
 
270
- #: gallery-plugin.php:823
271
  msgid ""
272
  "attachments order (the integer fields in the Insert / Upload Media Gallery "
273
  "dialog )"
274
  msgstr ""
275
 
276
- #: gallery-plugin.php:824
277
  msgid "random"
278
  msgstr ""
279
 
280
- #: gallery-plugin.php:828
281
  msgid "Attachments order"
282
  msgstr ""
283
 
284
- #: gallery-plugin.php:830
285
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
286
  msgstr ""
287
 
288
- #: gallery-plugin.php:831
289
  msgid ""
290
  "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
291
  msgstr ""
292
 
293
- #: gallery-plugin.php:835
 
 
 
 
 
 
 
 
294
  msgid "Display Return link"
295
  msgstr ""
296
 
297
- #: gallery-plugin.php:841
298
  msgid "Display Return link in shortcode"
299
  msgstr ""
300
 
301
- #: gallery-plugin.php:847
302
  msgid "Label for Return link"
303
  msgstr ""
304
 
305
- #: gallery-plugin.php:853
 
 
 
 
 
 
 
 
 
 
 
 
306
  msgid "Label for Read More link"
307
  msgstr ""
308
 
309
- #: gallery-plugin.php:861
310
  msgid "Save Changes"
311
  msgstr "Bewaar veranderingen"
312
 
313
- #: gallery-plugin.php:874
314
  msgid "FAQ"
315
  msgstr "FAQ"
316
 
317
- #: gallery-plugin.php:875
318
  msgid "Support"
319
  msgstr "Support"
320
 
321
- #: gallery-plugin.php:1045 template/gallery-single-template.php:68
322
  msgid "Sorry - nothing to found."
323
  msgstr "Helaas - niets gevonden"
324
 
325
- #: gallery-plugin.php:1064 template/gallery-single-template.php:90
326
  msgid "Download High resolution image"
327
  msgstr ""
328
 
329
- #: template/gallery-single-template.php:90
330
  msgid "Image "
331
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-20 18:47+0200\n"
6
+ "PO-Revision-Date: 2012-12-20 18:47+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Ronald <ronald@bhi.nl>\n"
9
  "Language: nl_NL\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: gallery-plugin.php:103 gallery-plugin.php:789
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 "
28
  msgid "Galleries"
29
  msgstr "Fotoalbum's"
30
 
31
+ #: gallery-plugin.php:128 gallery-plugin.php:656
32
  msgid "Gallery"
33
  msgstr "Fotoalbum"
34
 
99
  msgid "Please do not forget to select "
100
  msgstr ""
101
 
102
+ #: gallery-plugin.php:228 gallery-plugin.php:853
103
  msgid "Attachments order by"
104
  msgstr ""
105
 
111
  msgid "in the settings of the plugin (page "
112
  msgstr ""
113
 
114
+ #: gallery-plugin.php:275
115
  msgid "Link URL"
116
  msgstr ""
117
 
118
+ #: gallery-plugin.php:275
119
  msgid "(clicking on image <br /> open the link in new window)"
120
  msgstr ""
121
 
122
+ #: gallery-plugin.php:276
123
  msgid "Delete"
124
  msgstr ""
125
 
126
+ #: gallery-plugin.php:290
127
  msgid ""
128
  "You can add the Single Gallery on the page or in the post by inserting this "
129
  "shortcode in the content"
130
  msgstr ""
131
 
132
+ #: gallery-plugin.php:292
133
  msgid ""
134
  "If you want to take a brief display of the gallery with a link to a Single "
135
  "Sallery Page"
136
  msgstr ""
137
 
138
+ #: gallery-plugin.php:474
139
  msgid "Title"
140
  msgstr "Titel"
141
 
142
+ #: gallery-plugin.php:475
143
  msgid "Author"
144
  msgstr "Auteur"
145
 
146
+ #: gallery-plugin.php:476
147
  msgid "Photo's"
148
  msgstr "Foto's"
149
 
150
+ #: gallery-plugin.php:477
151
  msgid "Public"
152
  msgstr "Gepubliceerd"
153
 
154
+ #: gallery-plugin.php:478
155
  msgid "Date"
156
  msgstr "Datum"
157
 
158
+ #: gallery-plugin.php:625
159
  msgid "Activated plugins"
160
  msgstr "Geactiveerde plugins"
161
 
162
+ #: gallery-plugin.php:627 gallery-plugin.php:635 gallery-plugin.php:643
163
  msgid "Read more"
164
  msgstr "Lees verder"
165
 
166
+ #: gallery-plugin.php:627 gallery-plugin.php:922 gallery-plugin.php:937
167
  msgid "Settings"
168
  msgstr "Instellingen"
169
 
170
+ #: gallery-plugin.php:633
171
  msgid "Installed plugins"
172
  msgstr "Geinstalleerde plugins"
173
 
174
+ #: gallery-plugin.php:641
175
  msgid "Recommended plugins"
176
  msgstr "Aanbevolen plugins"
177
 
178
+ #: gallery-plugin.php:643
179
  msgid "Download"
180
  msgstr "Download"
181
 
182
+ #: gallery-plugin.php:643
183
  #, php-format
184
  msgid "Install %s"
185
  msgstr "Install %s"
186
 
187
+ #: gallery-plugin.php:643
188
  msgid "Install now from wordpress.org"
189
  msgstr "Installeer nu vanaf wordpress.org"
190
 
191
+ #: gallery-plugin.php:645
192
  msgid ""
193
  "If you have any questions, please contact us via plugin@bestwebsoft.com or "
194
  "fill in our contact form on our site"
196
  "Indien u nog vragen heeft, neem contact op via plugin@bestwebsoft.com of vul "
197
  "het contactformulier in op onze website"
198
 
199
+ #: gallery-plugin.php:683
200
  msgid "See photo &raquo;"
201
  msgstr "Bekijk foto &raquo;"
202
 
203
+ #: gallery-plugin.php:782
204
  msgid "Options saved."
205
  msgstr "Opties opgeslagen"
206
 
207
+ #: gallery-plugin.php:796
208
  msgid "Gallery Options"
209
  msgstr "Fotoalbum opties"
210
 
211
+ #: gallery-plugin.php:799
212
  msgid ""
213
  "If you would like to add a Single Gallery to your page or post, just copy "
214
  "and put this shortcode onto your post or page content:"
215
  msgstr ""
216
 
217
+ #: gallery-plugin.php:803
218
  msgid "The size of the cover album for gallery"
219
  msgstr "De afmetingen voor de cover van het album"
220
 
221
+ #: gallery-plugin.php:805 gallery-plugin.php:813
222
  msgid "Image size name"
223
  msgstr "Afbeelding grootte"
224
 
225
+ #: gallery-plugin.php:806 gallery-plugin.php:814
226
  msgid "Width (in px)"
227
  msgstr "Breedte (in px)"
228
 
229
+ #: gallery-plugin.php:807 gallery-plugin.php:815
230
  msgid "Height (in px)"
231
  msgstr "Hoogte (in px)"
232
 
233
+ #: gallery-plugin.php:811
234
  msgid "Size for gallery image"
235
  msgstr "Grootte voor album afbeelding"
236
 
237
+ #: gallery-plugin.php:819
238
  msgid ""
239
  "WordPress will create a copy of the post thumbnail with the specified "
240
  "dimensions when you upload a new photo."
242
  "Wordpress zal een kopie maken van de thumbnail in de opgegeven afmetingen "
243
  "als u een nieuwe foto upload."
244
 
245
+ #: gallery-plugin.php:822
246
+ msgid "Images with border"
247
+ msgstr ""
248
+
249
+ #: gallery-plugin.php:825
250
+ msgid "Border width in px, just numbers"
251
+ msgstr ""
252
+
253
+ #: gallery-plugin.php:827 gallery-plugin.php:829
254
+ msgid "Select color for border"
255
+ msgstr ""
256
+
257
+ #: gallery-plugin.php:835
258
  msgid "Count images in row"
259
  msgstr "Aantal afbeeldingen op een rij"
260
 
261
+ #: gallery-plugin.php:841
262
  msgid "Start slideshow"
263
  msgstr ""
264
 
265
+ #: gallery-plugin.php:847
266
  msgid "Slideshow interval"
267
  msgstr ""
268
 
269
+ #: gallery-plugin.php:855
270
  msgid "attachment id"
271
  msgstr ""
272
 
273
+ #: gallery-plugin.php:856
274
  msgid "attachment title"
275
  msgstr ""
276
 
277
+ #: gallery-plugin.php:857
278
  #, fuzzy
279
  msgid "date"
280
  msgstr "Datum"
281
 
282
+ #: gallery-plugin.php:858
283
  msgid ""
284
  "attachments order (the integer fields in the Insert / Upload Media Gallery "
285
  "dialog )"
286
  msgstr ""
287
 
288
+ #: gallery-plugin.php:859
289
  msgid "random"
290
  msgstr ""
291
 
292
+ #: gallery-plugin.php:863
293
  msgid "Attachments order"
294
  msgstr ""
295
 
296
+ #: gallery-plugin.php:865
297
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
298
  msgstr ""
299
 
300
+ #: gallery-plugin.php:866
301
  msgid ""
302
  "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
303
  msgstr ""
304
 
305
+ #: gallery-plugin.php:870
306
+ msgid "Display text above image"
307
+ msgstr ""
308
+
309
+ #: gallery-plugin.php:872
310
+ msgid "If you want to display text just in a lightbox"
311
+ msgstr ""
312
+
313
+ #: gallery-plugin.php:876
314
  msgid "Display Return link"
315
  msgstr ""
316
 
317
+ #: gallery-plugin.php:882
318
  msgid "Display Return link in shortcode"
319
  msgstr ""
320
 
321
+ #: gallery-plugin.php:888
322
  msgid "Label for Return link"
323
  msgstr ""
324
 
325
+ #: gallery-plugin.php:894
326
+ msgid "URL for Return link"
327
+ msgstr ""
328
+
329
+ #: gallery-plugin.php:896
330
+ msgid "Gallery page (Page with Gallery Template)"
331
+ msgstr ""
332
+
333
+ #: gallery-plugin.php:898
334
+ msgid "(Full URL to custom page)"
335
+ msgstr ""
336
+
337
+ #: gallery-plugin.php:902
338
  msgid "Label for Read More link"
339
  msgstr ""
340
 
341
+ #: gallery-plugin.php:910
342
  msgid "Save Changes"
343
  msgstr "Bewaar veranderingen"
344
 
345
+ #: gallery-plugin.php:923
346
  msgid "FAQ"
347
  msgstr "FAQ"
348
 
349
+ #: gallery-plugin.php:924
350
  msgid "Support"
351
  msgstr "Support"
352
 
353
+ #: gallery-plugin.php:1131 template/gallery-single-template.php:76
354
  msgid "Sorry - nothing to found."
355
  msgstr "Helaas - niets gevonden"
356
 
357
+ #: gallery-plugin.php:1153 template/gallery-single-template.php:101
358
  msgid "Download High resolution image"
359
  msgstr ""
360
 
361
+ #: template/gallery-single-template.php:101
362
  msgid "Image "
363
  msgstr ""
languages/gallery-pl_PL.mo CHANGED
Binary file
languages/gallery-pl_PL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-10-23 16:11+0200\n"
6
- "PO-Revision-Date: 2012-10-23 16:11+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: BWS <bestwebsoft.com>\n"
9
  "Language: pl_PL\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:103 gallery-plugin.php:767
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 "
@@ -28,7 +28,7 @@ msgstr ""
28
  msgid "Galleries"
29
  msgstr "Galerie zdjęć"
30
 
31
- #: gallery-plugin.php:128 gallery-plugin.php:657
32
  msgid "Gallery"
33
  msgstr "Galeria zdjęć"
34
 
@@ -101,7 +101,7 @@ msgstr ""
101
  msgid "Please do not forget to select "
102
  msgstr ""
103
 
104
- #: gallery-plugin.php:228 gallery-plugin.php:818
105
  msgid "Attachments order by"
106
  msgstr ""
107
 
@@ -113,84 +113,84 @@ msgstr ""
113
  msgid "in the settings of the plugin (page "
114
  msgstr ""
115
 
116
- #: gallery-plugin.php:276
117
  msgid "Link URL"
118
  msgstr ""
119
 
120
- #: gallery-plugin.php:276
121
  msgid "(clicking on image <br /> open the link in new window)"
122
  msgstr ""
123
 
124
- #: gallery-plugin.php:277
125
  msgid "Delete"
126
  msgstr ""
127
 
128
- #: gallery-plugin.php:291
129
  msgid ""
130
  "You can add the Single Gallery on the page or in the post by inserting this "
131
  "shortcode in the content"
132
  msgstr ""
133
 
134
- #: gallery-plugin.php:293
135
  msgid ""
136
  "If you want to take a brief display of the gallery with a link to a Single "
137
  "Sallery Page"
138
  msgstr ""
139
 
140
- #: gallery-plugin.php:475
141
  msgid "Title"
142
  msgstr "Tytuł"
143
 
144
- #: gallery-plugin.php:476
145
  msgid "Author"
146
  msgstr "Autor"
147
 
148
- #: gallery-plugin.php:477
149
  msgid "Photo's"
150
  msgstr "Zdjęcie"
151
 
152
- #: gallery-plugin.php:478
153
  msgid "Public"
154
  msgstr "Publiczne"
155
 
156
- #: gallery-plugin.php:479
157
  msgid "Date"
158
  msgstr "Data"
159
 
160
- #: gallery-plugin.php:626
161
  msgid "Activated plugins"
162
  msgstr "Aktywny plugin"
163
 
164
- #: gallery-plugin.php:628 gallery-plugin.php:636 gallery-plugin.php:644
165
  msgid "Read more"
166
  msgstr "Czytaj dalej"
167
 
168
- #: gallery-plugin.php:628 gallery-plugin.php:873 gallery-plugin.php:888
169
  msgid "Settings"
170
  msgstr "Ustawienia"
171
 
172
- #: gallery-plugin.php:634
173
  msgid "Installed plugins"
174
  msgstr "Zainstalowane pluginy"
175
 
176
- #: gallery-plugin.php:642
177
  msgid "Recommended plugins"
178
  msgstr "Rekomendowane pluginy"
179
 
180
- #: gallery-plugin.php:644
181
  msgid "Download"
182
  msgstr "Pobierz"
183
 
184
- #: gallery-plugin.php:644
185
  #, php-format
186
  msgid "Install %s"
187
  msgstr "Zainstaluj %s"
188
 
189
- #: gallery-plugin.php:644
190
  msgid "Install now from wordpress.org"
191
  msgstr "Zainstaluj teraz z wordpress.org"
192
 
193
- #: gallery-plugin.php:646
194
  msgid ""
195
  "If you have any questions, please contact us via plugin@bestwebsoft.com or "
196
  "fill in our contact form on our site"
@@ -198,45 +198,45 @@ msgstr ""
198
  "Jeśli masz jakiekolwiek pytania, proszę napisz do nas na adres "
199
  "plugin@bestwebsoft.com albo wypełnij formularz kontaktowy na naszej stronie."
200
 
201
- #: gallery-plugin.php:681
202
  msgid "See photo &raquo;"
203
  msgstr "Zobacz zdjęcia &raquo;"
204
 
205
- #: gallery-plugin.php:760
206
  msgid "Options saved."
207
  msgstr "Opcje zostały zapisane."
208
 
209
- #: gallery-plugin.php:774
210
  msgid "Gallery Options"
211
  msgstr "Opcje galerii."
212
 
213
- #: gallery-plugin.php:777
214
  msgid ""
215
  "If you would like to add a Single Gallery to your page or post, just copy "
216
  "and put this shortcode onto your post or page content:"
217
  msgstr ""
218
 
219
- #: gallery-plugin.php:781
220
  msgid "The size of the cover album for gallery"
221
  msgstr "Rozmiar okładki albumu"
222
 
223
- #: gallery-plugin.php:783 gallery-plugin.php:791
224
  msgid "Image size name"
225
  msgstr "Nazwa rozmiaru obrazka"
226
 
227
- #: gallery-plugin.php:784 gallery-plugin.php:792
228
  msgid "Width (in px)"
229
  msgstr "Szerokość (w px)"
230
 
231
- #: gallery-plugin.php:785 gallery-plugin.php:793
232
  msgid "Height (in px)"
233
  msgstr "Wysokość (w px)"
234
 
235
- #: gallery-plugin.php:789
236
  msgid "Size for gallery image"
237
  msgstr "Rozmiar dla obrazka w galerii"
238
 
239
- #: gallery-plugin.php:797
240
  msgid ""
241
  "WordPress will create a copy of the post thumbnail with the specified "
242
  "dimensions when you upload a new photo."
@@ -244,91 +244,123 @@ msgstr ""
244
  "WordPress stworzy kopię miniaturki notki według podanych rozmiarów podczas "
245
  "wgrywania nowego zdjęcia na serwer."
246
 
247
- #: gallery-plugin.php:800
 
 
 
 
 
 
 
 
 
 
 
 
248
  msgid "Count images in row"
249
  msgstr "Ilość obrazków w rzędzie"
250
 
251
- #: gallery-plugin.php:806
252
  msgid "Start slideshow"
253
  msgstr ""
254
 
255
- #: gallery-plugin.php:812
256
  msgid "Slideshow interval"
257
  msgstr ""
258
 
259
- #: gallery-plugin.php:820
260
  msgid "attachment id"
261
  msgstr ""
262
 
263
- #: gallery-plugin.php:821
264
  msgid "attachment title"
265
  msgstr ""
266
 
267
- #: gallery-plugin.php:822
268
  #, fuzzy
269
  msgid "date"
270
  msgstr "Data"
271
 
272
- #: gallery-plugin.php:823
273
  msgid ""
274
  "attachments order (the integer fields in the Insert / Upload Media Gallery "
275
  "dialog )"
276
  msgstr ""
277
 
278
- #: gallery-plugin.php:824
279
  msgid "random"
280
  msgstr ""
281
 
282
- #: gallery-plugin.php:828
283
  msgid "Attachments order"
284
  msgstr ""
285
 
286
- #: gallery-plugin.php:830
287
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
288
  msgstr ""
289
 
290
- #: gallery-plugin.php:831
291
  msgid ""
292
  "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
293
  msgstr ""
294
 
295
- #: gallery-plugin.php:835
 
 
 
 
 
 
 
 
296
  msgid "Display Return link"
297
  msgstr ""
298
 
299
- #: gallery-plugin.php:841
300
  msgid "Display Return link in shortcode"
301
  msgstr ""
302
 
303
- #: gallery-plugin.php:847
304
  msgid "Label for Return link"
305
  msgstr ""
306
 
307
- #: gallery-plugin.php:853
 
 
 
 
 
 
 
 
 
 
 
 
308
  msgid "Label for Read More link"
309
  msgstr ""
310
 
311
- #: gallery-plugin.php:861
312
  msgid "Save Changes"
313
  msgstr "Zapisz zmiany"
314
 
315
- #: gallery-plugin.php:874
316
  msgid "FAQ"
317
  msgstr "FAQ "
318
 
319
- #: gallery-plugin.php:875
320
  msgid "Support"
321
  msgstr "Wsparcie"
322
 
323
- #: gallery-plugin.php:1045 template/gallery-single-template.php:68
324
  msgid "Sorry - nothing to found."
325
  msgstr "Przykro nam - nic nie znaleziono."
326
 
327
- #: gallery-plugin.php:1064 template/gallery-single-template.php:90
328
  msgid "Download High resolution image"
329
  msgstr ""
330
 
331
- #: template/gallery-single-template.php:90
332
  msgid "Image "
333
  msgstr ""
334
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-20 18:47+0200\n"
6
+ "PO-Revision-Date: 2012-12-20 18:47+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: BWS <bestwebsoft.com>\n"
9
  "Language: pl_PL\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: gallery-plugin.php:103 gallery-plugin.php:789
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 "
28
  msgid "Galleries"
29
  msgstr "Galerie zdjęć"
30
 
31
+ #: gallery-plugin.php:128 gallery-plugin.php:656
32
  msgid "Gallery"
33
  msgstr "Galeria zdjęć"
34
 
101
  msgid "Please do not forget to select "
102
  msgstr ""
103
 
104
+ #: gallery-plugin.php:228 gallery-plugin.php:853
105
  msgid "Attachments order by"
106
  msgstr ""
107
 
113
  msgid "in the settings of the plugin (page "
114
  msgstr ""
115
 
116
+ #: gallery-plugin.php:275
117
  msgid "Link URL"
118
  msgstr ""
119
 
120
+ #: gallery-plugin.php:275
121
  msgid "(clicking on image <br /> open the link in new window)"
122
  msgstr ""
123
 
124
+ #: gallery-plugin.php:276
125
  msgid "Delete"
126
  msgstr ""
127
 
128
+ #: gallery-plugin.php:290
129
  msgid ""
130
  "You can add the Single Gallery on the page or in the post by inserting this "
131
  "shortcode in the content"
132
  msgstr ""
133
 
134
+ #: gallery-plugin.php:292
135
  msgid ""
136
  "If you want to take a brief display of the gallery with a link to a Single "
137
  "Sallery Page"
138
  msgstr ""
139
 
140
+ #: gallery-plugin.php:474
141
  msgid "Title"
142
  msgstr "Tytuł"
143
 
144
+ #: gallery-plugin.php:475
145
  msgid "Author"
146
  msgstr "Autor"
147
 
148
+ #: gallery-plugin.php:476
149
  msgid "Photo's"
150
  msgstr "Zdjęcie"
151
 
152
+ #: gallery-plugin.php:477
153
  msgid "Public"
154
  msgstr "Publiczne"
155
 
156
+ #: gallery-plugin.php:478
157
  msgid "Date"
158
  msgstr "Data"
159
 
160
+ #: gallery-plugin.php:625
161
  msgid "Activated plugins"
162
  msgstr "Aktywny plugin"
163
 
164
+ #: gallery-plugin.php:627 gallery-plugin.php:635 gallery-plugin.php:643
165
  msgid "Read more"
166
  msgstr "Czytaj dalej"
167
 
168
+ #: gallery-plugin.php:627 gallery-plugin.php:922 gallery-plugin.php:937
169
  msgid "Settings"
170
  msgstr "Ustawienia"
171
 
172
+ #: gallery-plugin.php:633
173
  msgid "Installed plugins"
174
  msgstr "Zainstalowane pluginy"
175
 
176
+ #: gallery-plugin.php:641
177
  msgid "Recommended plugins"
178
  msgstr "Rekomendowane pluginy"
179
 
180
+ #: gallery-plugin.php:643
181
  msgid "Download"
182
  msgstr "Pobierz"
183
 
184
+ #: gallery-plugin.php:643
185
  #, php-format
186
  msgid "Install %s"
187
  msgstr "Zainstaluj %s"
188
 
189
+ #: gallery-plugin.php:643
190
  msgid "Install now from wordpress.org"
191
  msgstr "Zainstaluj teraz z wordpress.org"
192
 
193
+ #: gallery-plugin.php:645
194
  msgid ""
195
  "If you have any questions, please contact us via plugin@bestwebsoft.com or "
196
  "fill in our contact form on our site"
198
  "Jeśli masz jakiekolwiek pytania, proszę napisz do nas na adres "
199
  "plugin@bestwebsoft.com albo wypełnij formularz kontaktowy na naszej stronie."
200
 
201
+ #: gallery-plugin.php:683
202
  msgid "See photo &raquo;"
203
  msgstr "Zobacz zdjęcia &raquo;"
204
 
205
+ #: gallery-plugin.php:782
206
  msgid "Options saved."
207
  msgstr "Opcje zostały zapisane."
208
 
209
+ #: gallery-plugin.php:796
210
  msgid "Gallery Options"
211
  msgstr "Opcje galerii."
212
 
213
+ #: gallery-plugin.php:799
214
  msgid ""
215
  "If you would like to add a Single Gallery to your page or post, just copy "
216
  "and put this shortcode onto your post or page content:"
217
  msgstr ""
218
 
219
+ #: gallery-plugin.php:803
220
  msgid "The size of the cover album for gallery"
221
  msgstr "Rozmiar okładki albumu"
222
 
223
+ #: gallery-plugin.php:805 gallery-plugin.php:813
224
  msgid "Image size name"
225
  msgstr "Nazwa rozmiaru obrazka"
226
 
227
+ #: gallery-plugin.php:806 gallery-plugin.php:814
228
  msgid "Width (in px)"
229
  msgstr "Szerokość (w px)"
230
 
231
+ #: gallery-plugin.php:807 gallery-plugin.php:815
232
  msgid "Height (in px)"
233
  msgstr "Wysokość (w px)"
234
 
235
+ #: gallery-plugin.php:811
236
  msgid "Size for gallery image"
237
  msgstr "Rozmiar dla obrazka w galerii"
238
 
239
+ #: gallery-plugin.php:819
240
  msgid ""
241
  "WordPress will create a copy of the post thumbnail with the specified "
242
  "dimensions when you upload a new photo."
244
  "WordPress stworzy kopię miniaturki notki według podanych rozmiarów podczas "
245
  "wgrywania nowego zdjęcia na serwer."
246
 
247
+ #: gallery-plugin.php:822
248
+ msgid "Images with border"
249
+ msgstr ""
250
+
251
+ #: gallery-plugin.php:825
252
+ msgid "Border width in px, just numbers"
253
+ msgstr ""
254
+
255
+ #: gallery-plugin.php:827 gallery-plugin.php:829
256
+ msgid "Select color for border"
257
+ msgstr ""
258
+
259
+ #: gallery-plugin.php:835
260
  msgid "Count images in row"
261
  msgstr "Ilość obrazków w rzędzie"
262
 
263
+ #: gallery-plugin.php:841
264
  msgid "Start slideshow"
265
  msgstr ""
266
 
267
+ #: gallery-plugin.php:847
268
  msgid "Slideshow interval"
269
  msgstr ""
270
 
271
+ #: gallery-plugin.php:855
272
  msgid "attachment id"
273
  msgstr ""
274
 
275
+ #: gallery-plugin.php:856
276
  msgid "attachment title"
277
  msgstr ""
278
 
279
+ #: gallery-plugin.php:857
280
  #, fuzzy
281
  msgid "date"
282
  msgstr "Data"
283
 
284
+ #: gallery-plugin.php:858
285
  msgid ""
286
  "attachments order (the integer fields in the Insert / Upload Media Gallery "
287
  "dialog )"
288
  msgstr ""
289
 
290
+ #: gallery-plugin.php:859
291
  msgid "random"
292
  msgstr ""
293
 
294
+ #: gallery-plugin.php:863
295
  msgid "Attachments order"
296
  msgstr ""
297
 
298
+ #: gallery-plugin.php:865
299
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
300
  msgstr ""
301
 
302
+ #: gallery-plugin.php:866
303
  msgid ""
304
  "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
305
  msgstr ""
306
 
307
+ #: gallery-plugin.php:870
308
+ msgid "Display text above image"
309
+ msgstr ""
310
+
311
+ #: gallery-plugin.php:872
312
+ msgid "If you want to display text just in a lightbox"
313
+ msgstr ""
314
+
315
+ #: gallery-plugin.php:876
316
  msgid "Display Return link"
317
  msgstr ""
318
 
319
+ #: gallery-plugin.php:882
320
  msgid "Display Return link in shortcode"
321
  msgstr ""
322
 
323
+ #: gallery-plugin.php:888
324
  msgid "Label for Return link"
325
  msgstr ""
326
 
327
+ #: gallery-plugin.php:894
328
+ msgid "URL for Return link"
329
+ msgstr ""
330
+
331
+ #: gallery-plugin.php:896
332
+ msgid "Gallery page (Page with Gallery Template)"
333
+ msgstr ""
334
+
335
+ #: gallery-plugin.php:898
336
+ msgid "(Full URL to custom page)"
337
+ msgstr ""
338
+
339
+ #: gallery-plugin.php:902
340
  msgid "Label for Read More link"
341
  msgstr ""
342
 
343
+ #: gallery-plugin.php:910
344
  msgid "Save Changes"
345
  msgstr "Zapisz zmiany"
346
 
347
+ #: gallery-plugin.php:923
348
  msgid "FAQ"
349
  msgstr "FAQ "
350
 
351
+ #: gallery-plugin.php:924
352
  msgid "Support"
353
  msgstr "Wsparcie"
354
 
355
+ #: gallery-plugin.php:1131 template/gallery-single-template.php:76
356
  msgid "Sorry - nothing to found."
357
  msgstr "Przykro nam - nic nie znaleziono."
358
 
359
+ #: gallery-plugin.php:1153 template/gallery-single-template.php:101
360
  msgid "Download High resolution image"
361
  msgstr ""
362
 
363
+ #: template/gallery-single-template.php:101
364
  msgid "Image "
365
  msgstr ""
366
 
languages/gallery-pt_BR.mo CHANGED
Binary file
languages/gallery-pt_BR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Gallery Plugin v3.2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-10-23 16:11+0200\n"
6
- "PO-Revision-Date: 2012-10-23 16:11+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"
@@ -20,7 +20,7 @@ msgstr ""
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
  # @ gallery
23
- #: gallery-plugin.php:103 gallery-plugin.php:767
24
  msgid ""
25
  "The following files \"gallery-template.php\" and \"gallery-single-template."
26
  "php\" were not found in the directory of your theme. Please copy them from "
@@ -38,7 +38,7 @@ msgid "Galleries"
38
  msgstr "Galerias"
39
 
40
  # @ gallery
41
- #: gallery-plugin.php:128 gallery-plugin.php:657
42
  msgid "Gallery"
43
  msgstr "Galeria"
44
 
@@ -123,7 +123,7 @@ msgid "Please do not forget to select "
123
  msgstr ""
124
 
125
  # @ gallery
126
- #: gallery-plugin.php:228 gallery-plugin.php:818
127
  msgid "Attachments order by"
128
  msgstr "Ordem dos anexos por"
129
 
@@ -136,20 +136,20 @@ msgstr ""
136
  msgid "in the settings of the plugin (page "
137
  msgstr ""
138
 
139
- #: gallery-plugin.php:276
140
  msgid "Link URL"
141
  msgstr ""
142
 
143
- #: gallery-plugin.php:276
144
  msgid "(clicking on image <br /> open the link in new window)"
145
  msgstr ""
146
 
147
- #: gallery-plugin.php:277
148
  msgid "Delete"
149
  msgstr ""
150
 
151
  # @ gallery
152
- #: gallery-plugin.php:291
153
  msgid ""
154
  "You can add the Single Gallery on the page or in the post by inserting this "
155
  "shortcode in the content"
@@ -157,80 +157,80 @@ msgstr ""
157
  "Você pode adicionar a Galeria Única na página ou post inserindo este "
158
  "shortcode no conteúdo"
159
 
160
- #: gallery-plugin.php:293
161
  msgid ""
162
  "If you want to take a brief display of the gallery with a link to a Single "
163
  "Sallery Page"
164
  msgstr ""
165
 
166
  # @ gallery
167
- #: gallery-plugin.php:475
168
  msgid "Title"
169
  msgstr "Título"
170
 
171
  # @ gallery
172
- #: gallery-plugin.php:476
173
  msgid "Author"
174
  msgstr "Autor"
175
 
176
  # @ gallery
177
- #: gallery-plugin.php:477
178
  msgid "Photo's"
179
  msgstr "Fotos"
180
 
181
  # @ gallery
182
- #: gallery-plugin.php:478
183
  msgid "Public"
184
  msgstr "Público"
185
 
186
  # @ gallery
187
- #: gallery-plugin.php:479
188
  msgid "Date"
189
  msgstr "Data"
190
 
191
  # @ gallery
192
- #: gallery-plugin.php:626
193
  msgid "Activated plugins"
194
  msgstr "Plugins ativados"
195
 
196
  # @ gallery
197
- #: gallery-plugin.php:628 gallery-plugin.php:636 gallery-plugin.php:644
198
  msgid "Read more"
199
  msgstr "Leia mais"
200
 
201
  # @ gallery
202
- #: gallery-plugin.php:628 gallery-plugin.php:873 gallery-plugin.php:888
203
  msgid "Settings"
204
  msgstr "Configurações"
205
 
206
  # @ gallery
207
- #: gallery-plugin.php:634
208
  msgid "Installed plugins"
209
  msgstr "Plugins instalados"
210
 
211
  # @ gallery
212
- #: gallery-plugin.php:642
213
  msgid "Recommended plugins"
214
  msgstr "Plugins recomendados"
215
 
216
  # @ gallery
217
- #: gallery-plugin.php:644
218
  msgid "Download"
219
  msgstr "Download"
220
 
221
  # @ default
222
- #: gallery-plugin.php:644
223
  #, php-format
224
  msgid "Install %s"
225
  msgstr "Instalar %s"
226
 
227
  # @ gallery
228
- #: gallery-plugin.php:644
229
  msgid "Install now from wordpress.org"
230
  msgstr "Instale agora via wordpres.org"
231
 
232
  # @ gallery
233
- #: gallery-plugin.php:646
234
  msgid ""
235
  "If you have any questions, please contact us via plugin@bestwebsoft.com or "
236
  "fill in our contact form on our site"
@@ -239,22 +239,22 @@ msgstr ""
239
  "preencha o formulário de contar em nosso website."
240
 
241
  # @ gallery
242
- #: gallery-plugin.php:681
243
  msgid "See photo &raquo;"
244
  msgstr "Ver foto &raquo;"
245
 
246
  # @ gallery
247
- #: gallery-plugin.php:760
248
  msgid "Options saved."
249
  msgstr "Opções salvas."
250
 
251
  # @ gallery
252
- #: gallery-plugin.php:774
253
  msgid "Gallery Options"
254
  msgstr "Opções da Galeria"
255
 
256
  # @ gallery
257
- #: gallery-plugin.php:777
258
  msgid ""
259
  "If you would like to add a Single Gallery to your page or post, just copy "
260
  "and put this shortcode onto your post or page content:"
@@ -263,32 +263,32 @@ msgstr ""
263
  "copiar e colocar este shortcode no conteúde de sua página ou post:"
264
 
265
  # @ gallery
266
- #: gallery-plugin.php:781
267
  msgid "The size of the cover album for gallery"
268
  msgstr "Tamanho da imagem de capa do álbum para as galerias"
269
 
270
  # @ gallery
271
- #: gallery-plugin.php:783 gallery-plugin.php:791
272
  msgid "Image size name"
273
  msgstr "Nome do tamanho"
274
 
275
  # @ gallery
276
- #: gallery-plugin.php:784 gallery-plugin.php:792
277
  msgid "Width (in px)"
278
  msgstr "Largura (em px)"
279
 
280
  # @ gallery
281
- #: gallery-plugin.php:785 gallery-plugin.php:793
282
  msgid "Height (in px)"
283
  msgstr "Altura (em px)"
284
 
285
  # @ gallery
286
- #: gallery-plugin.php:789
287
  msgid "Size for gallery image"
288
  msgstr "Tamanho da imagem da galeria"
289
 
290
  # @ gallery
291
- #: gallery-plugin.php:797
292
  msgid ""
293
  "WordPress will create a copy of the post thumbnail with the specified "
294
  "dimensions when you upload a new photo."
@@ -296,38 +296,50 @@ msgstr ""
296
  "WordPress irá criar uma cópia da imagem destacada com os tamanhos "
297
  "especificados quando você enviar uma nova foto."
298
 
 
 
 
 
 
 
 
 
 
 
 
 
299
  # @ gallery
300
- #: gallery-plugin.php:800
301
  msgid "Count images in row"
302
  msgstr "Quantidade de imagens por linha"
303
 
304
  # @ gallery
305
- #: gallery-plugin.php:806
306
  msgid "Start slideshow"
307
  msgstr "Iniciar Apresentação de Slides"
308
 
309
  # @ gallery
310
- #: gallery-plugin.php:812
311
  msgid "Slideshow interval"
312
  msgstr "Intervalo de tempo entre cada Slide"
313
 
314
  # @ gallery
315
- #: gallery-plugin.php:820
316
  msgid "attachment id"
317
  msgstr "id do anexo"
318
 
319
  # @ gallery
320
- #: gallery-plugin.php:821
321
  msgid "attachment title"
322
  msgstr "título do anexo"
323
 
324
  # @ gallery
325
- #: gallery-plugin.php:822
326
  msgid "date"
327
  msgstr "data"
328
 
329
  # @ gallery
330
- #: gallery-plugin.php:823
331
  msgid ""
332
  "attachments order (the integer fields in the Insert / Upload Media Gallery "
333
  "dialog )"
@@ -336,75 +348,97 @@ msgstr ""
336
  "Upload na Galeria de Mídia)"
337
 
338
  # @ gallery
339
- #: gallery-plugin.php:824
340
  msgid "random"
341
  msgstr "aleatório"
342
 
343
  # @ gallery
344
- #: gallery-plugin.php:828
345
  msgid "Attachments order"
346
  msgstr "ordem dos Anexos"
347
 
348
  # @ gallery
349
- #: gallery-plugin.php:830
350
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
351
  msgstr ""
352
  "ASC (ordem crescente dos valores mais baixos para os mais altos - 1, 2, 3; "
353
  "a, b, c)"
354
 
355
  # @ gallery
356
- #: gallery-plugin.php:831
357
  msgid ""
358
  "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
359
  msgstr ""
360
  "DESC (ordem decrescente dos valores mais altos para os mais baixos - 3, 2, "
361
  "1; c, b, a)"
362
 
 
 
 
 
 
 
 
 
363
  # @ gallery
364
- #: gallery-plugin.php:835
365
  msgid "Display Return link"
366
  msgstr "Mostrar link de Retorno"
367
 
368
  # @ gallery
369
- #: gallery-plugin.php:841
370
  msgid "Display Return link in shortcode"
371
  msgstr "Mostrar link de Retorno no shortcode"
372
 
373
  # @ gallery
374
- #: gallery-plugin.php:847
375
  msgid "Label for Return link"
376
  msgstr "Etiqueta para o link de Retorno"
377
 
378
  # @ gallery
379
- #: gallery-plugin.php:853
 
 
 
 
 
 
 
 
 
 
 
 
 
 
380
  msgid "Label for Read More link"
381
  msgstr ""
382
 
383
  # @ default
384
- #: gallery-plugin.php:861
385
  msgid "Save Changes"
386
  msgstr "Salvar Alterações"
387
 
388
  # @ gallery
389
- #: gallery-plugin.php:874
390
  msgid "FAQ"
391
  msgstr "FAQ"
392
 
393
  # @ gallery
394
- #: gallery-plugin.php:875
395
  msgid "Support"
396
  msgstr "Suporte"
397
 
398
  # @ gallery
399
- #: gallery-plugin.php:1045 template/gallery-single-template.php:68
400
  msgid "Sorry - nothing to found."
401
  msgstr "Desculpe - nada foi encontrado."
402
 
403
- #: gallery-plugin.php:1064 template/gallery-single-template.php:90
404
  msgid "Download High resolution image"
405
  msgstr ""
406
 
407
  # @ gallery
408
- #: template/gallery-single-template.php:90
409
  msgid "Image "
410
  msgstr "Imagem "
2
  msgstr ""
3
  "Project-Id-Version: Gallery Plugin v3.2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-20 18:47+0200\n"
6
+ "PO-Revision-Date: 2012-12-20 18:47+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"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
  # @ gallery
23
+ #: gallery-plugin.php:103 gallery-plugin.php:789
24
  msgid ""
25
  "The following files \"gallery-template.php\" and \"gallery-single-template."
26
  "php\" were not found in the directory of your theme. Please copy them from "
38
  msgstr "Galerias"
39
 
40
  # @ gallery
41
+ #: gallery-plugin.php:128 gallery-plugin.php:656
42
  msgid "Gallery"
43
  msgstr "Galeria"
44
 
123
  msgstr ""
124
 
125
  # @ gallery
126
+ #: gallery-plugin.php:228 gallery-plugin.php:853
127
  msgid "Attachments order by"
128
  msgstr "Ordem dos anexos por"
129
 
136
  msgid "in the settings of the plugin (page "
137
  msgstr ""
138
 
139
+ #: gallery-plugin.php:275
140
  msgid "Link URL"
141
  msgstr ""
142
 
143
+ #: gallery-plugin.php:275
144
  msgid "(clicking on image <br /> open the link in new window)"
145
  msgstr ""
146
 
147
+ #: gallery-plugin.php:276
148
  msgid "Delete"
149
  msgstr ""
150
 
151
  # @ gallery
152
+ #: gallery-plugin.php:290
153
  msgid ""
154
  "You can add the Single Gallery on the page or in the post by inserting this "
155
  "shortcode in the content"
157
  "Você pode adicionar a Galeria Única na página ou post inserindo este "
158
  "shortcode no conteúdo"
159
 
160
+ #: gallery-plugin.php:292
161
  msgid ""
162
  "If you want to take a brief display of the gallery with a link to a Single "
163
  "Sallery Page"
164
  msgstr ""
165
 
166
  # @ gallery
167
+ #: gallery-plugin.php:474
168
  msgid "Title"
169
  msgstr "Título"
170
 
171
  # @ gallery
172
+ #: gallery-plugin.php:475
173
  msgid "Author"
174
  msgstr "Autor"
175
 
176
  # @ gallery
177
+ #: gallery-plugin.php:476
178
  msgid "Photo's"
179
  msgstr "Fotos"
180
 
181
  # @ gallery
182
+ #: gallery-plugin.php:477
183
  msgid "Public"
184
  msgstr "Público"
185
 
186
  # @ gallery
187
+ #: gallery-plugin.php:478
188
  msgid "Date"
189
  msgstr "Data"
190
 
191
  # @ gallery
192
+ #: gallery-plugin.php:625
193
  msgid "Activated plugins"
194
  msgstr "Plugins ativados"
195
 
196
  # @ gallery
197
+ #: gallery-plugin.php:627 gallery-plugin.php:635 gallery-plugin.php:643
198
  msgid "Read more"
199
  msgstr "Leia mais"
200
 
201
  # @ gallery
202
+ #: gallery-plugin.php:627 gallery-plugin.php:922 gallery-plugin.php:937
203
  msgid "Settings"
204
  msgstr "Configurações"
205
 
206
  # @ gallery
207
+ #: gallery-plugin.php:633
208
  msgid "Installed plugins"
209
  msgstr "Plugins instalados"
210
 
211
  # @ gallery
212
+ #: gallery-plugin.php:641
213
  msgid "Recommended plugins"
214
  msgstr "Plugins recomendados"
215
 
216
  # @ gallery
217
+ #: gallery-plugin.php:643
218
  msgid "Download"
219
  msgstr "Download"
220
 
221
  # @ default
222
+ #: gallery-plugin.php:643
223
  #, php-format
224
  msgid "Install %s"
225
  msgstr "Instalar %s"
226
 
227
  # @ gallery
228
+ #: gallery-plugin.php:643
229
  msgid "Install now from wordpress.org"
230
  msgstr "Instale agora via wordpres.org"
231
 
232
  # @ gallery
233
+ #: gallery-plugin.php:645
234
  msgid ""
235
  "If you have any questions, please contact us via plugin@bestwebsoft.com or "
236
  "fill in our contact form on our site"
239
  "preencha o formulário de contar em nosso website."
240
 
241
  # @ gallery
242
+ #: gallery-plugin.php:683
243
  msgid "See photo &raquo;"
244
  msgstr "Ver foto &raquo;"
245
 
246
  # @ gallery
247
+ #: gallery-plugin.php:782
248
  msgid "Options saved."
249
  msgstr "Opções salvas."
250
 
251
  # @ gallery
252
+ #: gallery-plugin.php:796
253
  msgid "Gallery Options"
254
  msgstr "Opções da Galeria"
255
 
256
  # @ gallery
257
+ #: gallery-plugin.php:799
258
  msgid ""
259
  "If you would like to add a Single Gallery to your page or post, just copy "
260
  "and put this shortcode onto your post or page content:"
263
  "copiar e colocar este shortcode no conteúde de sua página ou post:"
264
 
265
  # @ gallery
266
+ #: gallery-plugin.php:803
267
  msgid "The size of the cover album for gallery"
268
  msgstr "Tamanho da imagem de capa do álbum para as galerias"
269
 
270
  # @ gallery
271
+ #: gallery-plugin.php:805 gallery-plugin.php:813
272
  msgid "Image size name"
273
  msgstr "Nome do tamanho"
274
 
275
  # @ gallery
276
+ #: gallery-plugin.php:806 gallery-plugin.php:814
277
  msgid "Width (in px)"
278
  msgstr "Largura (em px)"
279
 
280
  # @ gallery
281
+ #: gallery-plugin.php:807 gallery-plugin.php:815
282
  msgid "Height (in px)"
283
  msgstr "Altura (em px)"
284
 
285
  # @ gallery
286
+ #: gallery-plugin.php:811
287
  msgid "Size for gallery image"
288
  msgstr "Tamanho da imagem da galeria"
289
 
290
  # @ gallery
291
+ #: gallery-plugin.php:819
292
  msgid ""
293
  "WordPress will create a copy of the post thumbnail with the specified "
294
  "dimensions when you upload a new photo."
296
  "WordPress irá criar uma cópia da imagem destacada com os tamanhos "
297
  "especificados quando você enviar uma nova foto."
298
 
299
+ #: gallery-plugin.php:822
300
+ msgid "Images with border"
301
+ msgstr ""
302
+
303
+ #: gallery-plugin.php:825
304
+ msgid "Border width in px, just numbers"
305
+ msgstr ""
306
+
307
+ #: gallery-plugin.php:827 gallery-plugin.php:829
308
+ msgid "Select color for border"
309
+ msgstr ""
310
+
311
  # @ gallery
312
+ #: gallery-plugin.php:835
313
  msgid "Count images in row"
314
  msgstr "Quantidade de imagens por linha"
315
 
316
  # @ gallery
317
+ #: gallery-plugin.php:841
318
  msgid "Start slideshow"
319
  msgstr "Iniciar Apresentação de Slides"
320
 
321
  # @ gallery
322
+ #: gallery-plugin.php:847
323
  msgid "Slideshow interval"
324
  msgstr "Intervalo de tempo entre cada Slide"
325
 
326
  # @ gallery
327
+ #: gallery-plugin.php:855
328
  msgid "attachment id"
329
  msgstr "id do anexo"
330
 
331
  # @ gallery
332
+ #: gallery-plugin.php:856
333
  msgid "attachment title"
334
  msgstr "título do anexo"
335
 
336
  # @ gallery
337
+ #: gallery-plugin.php:857
338
  msgid "date"
339
  msgstr "data"
340
 
341
  # @ gallery
342
+ #: gallery-plugin.php:858
343
  msgid ""
344
  "attachments order (the integer fields in the Insert / Upload Media Gallery "
345
  "dialog )"
348
  "Upload na Galeria de Mídia)"
349
 
350
  # @ gallery
351
+ #: gallery-plugin.php:859
352
  msgid "random"
353
  msgstr "aleatório"
354
 
355
  # @ gallery
356
+ #: gallery-plugin.php:863
357
  msgid "Attachments order"
358
  msgstr "ordem dos Anexos"
359
 
360
  # @ gallery
361
+ #: gallery-plugin.php:865
362
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
363
  msgstr ""
364
  "ASC (ordem crescente dos valores mais baixos para os mais altos - 1, 2, 3; "
365
  "a, b, c)"
366
 
367
  # @ gallery
368
+ #: gallery-plugin.php:866
369
  msgid ""
370
  "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
371
  msgstr ""
372
  "DESC (ordem decrescente dos valores mais altos para os mais baixos - 3, 2, "
373
  "1; c, b, a)"
374
 
375
+ #: gallery-plugin.php:870
376
+ msgid "Display text above image"
377
+ msgstr ""
378
+
379
+ #: gallery-plugin.php:872
380
+ msgid "If you want to display text just in a lightbox"
381
+ msgstr ""
382
+
383
  # @ gallery
384
+ #: gallery-plugin.php:876
385
  msgid "Display Return link"
386
  msgstr "Mostrar link de Retorno"
387
 
388
  # @ gallery
389
+ #: gallery-plugin.php:882
390
  msgid "Display Return link in shortcode"
391
  msgstr "Mostrar link de Retorno no shortcode"
392
 
393
  # @ gallery
394
+ #: gallery-plugin.php:888
395
  msgid "Label for Return link"
396
  msgstr "Etiqueta para o link de Retorno"
397
 
398
  # @ gallery
399
+ #: gallery-plugin.php:894
400
+ #, fuzzy
401
+ msgid "URL for Return link"
402
+ msgstr "Etiqueta para o link de Retorno"
403
+
404
+ #: gallery-plugin.php:896
405
+ msgid "Gallery page (Page with Gallery Template)"
406
+ msgstr ""
407
+
408
+ #: gallery-plugin.php:898
409
+ msgid "(Full URL to custom page)"
410
+ msgstr ""
411
+
412
+ # @ gallery
413
+ #: gallery-plugin.php:902
414
  msgid "Label for Read More link"
415
  msgstr ""
416
 
417
  # @ default
418
+ #: gallery-plugin.php:910
419
  msgid "Save Changes"
420
  msgstr "Salvar Alterações"
421
 
422
  # @ gallery
423
+ #: gallery-plugin.php:923
424
  msgid "FAQ"
425
  msgstr "FAQ"
426
 
427
  # @ gallery
428
+ #: gallery-plugin.php:924
429
  msgid "Support"
430
  msgstr "Suporte"
431
 
432
  # @ gallery
433
+ #: gallery-plugin.php:1131 template/gallery-single-template.php:76
434
  msgid "Sorry - nothing to found."
435
  msgstr "Desculpe - nada foi encontrado."
436
 
437
+ #: gallery-plugin.php:1153 template/gallery-single-template.php:101
438
  msgid "Download High resolution image"
439
  msgstr ""
440
 
441
  # @ gallery
442
+ #: template/gallery-single-template.php:101
443
  msgid "Image "
444
  msgstr "Imagem "
languages/gallery-ru_RU.mo CHANGED
Binary file
languages/gallery-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-10-23 16:12+0200\n"
6
- "PO-Revision-Date: 2012-10-23 16:14+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: \n"
9
  "Language: ru_RU\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:103 gallery-plugin.php:767
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 "
@@ -32,7 +32,7 @@ msgstr ""
32
  msgid "Galleries"
33
  msgstr "Галереи"
34
 
35
- #: gallery-plugin.php:128 gallery-plugin.php:657
36
  msgid "Gallery"
37
  msgstr "Галерея"
38
 
@@ -104,7 +104,7 @@ msgstr ""
104
  msgid "Please do not forget to select "
105
  msgstr ""
106
 
107
- #: gallery-plugin.php:228 gallery-plugin.php:818
108
  msgid "Attachments order by"
109
  msgstr "Изображения сортируются по"
110
 
@@ -116,20 +116,20 @@ msgstr "Сортировать изображения"
116
  msgid "in the settings of the plugin (page "
117
  msgstr "на странице натсроек плагина (страница "
118
 
119
- #: gallery-plugin.php:276
120
  msgid "Link URL"
121
  msgstr "Ссылка урл"
122
 
123
- #: gallery-plugin.php:276
124
  msgid "(clicking on image <br /> open the link in new window)"
125
  msgstr ""
126
  "(нажатие на изображение открывает <br /> данную ссылку в новом окне браузера)"
127
 
128
- #: gallery-plugin.php:277
129
  msgid "Delete"
130
  msgstr "Удалить"
131
 
132
- #: gallery-plugin.php:291
133
  msgid ""
134
  "You can add the Single Gallery on the page or in the post by inserting this "
135
  "shortcode in the content"
@@ -137,66 +137,66 @@ msgstr ""
137
  "Вы можете добавить Галерею на вашу страницу или пост, просто скопируйте и "
138
  "поместить этот шорткод в контент поста или страницы:"
139
 
140
- #: gallery-plugin.php:293
141
  msgid ""
142
  "If you want to take a brief display of the gallery with a link to a Single "
143
  "Sallery Page"
144
  msgstr ""
145
 
146
- #: gallery-plugin.php:475
147
  msgid "Title"
148
  msgstr "Название"
149
 
150
- #: gallery-plugin.php:476
151
  msgid "Author"
152
  msgstr "Автор"
153
 
154
- #: gallery-plugin.php:477
155
  msgid "Photo's"
156
  msgstr "Фото"
157
 
158
- #: gallery-plugin.php:478
159
  msgid "Public"
160
  msgstr "Опубликование"
161
 
162
- #: gallery-plugin.php:479
163
  msgid "Date"
164
  msgstr "Дата"
165
 
166
- #: gallery-plugin.php:626
167
  msgid "Activated plugins"
168
  msgstr "Активированные плагины"
169
 
170
- #: gallery-plugin.php:628 gallery-plugin.php:636 gallery-plugin.php:644
171
  msgid "Read more"
172
  msgstr "Подробнее..."
173
 
174
- #: gallery-plugin.php:628 gallery-plugin.php:873 gallery-plugin.php:888
175
  msgid "Settings"
176
  msgstr "Настройки"
177
 
178
- #: gallery-plugin.php:634
179
  msgid "Installed plugins"
180
  msgstr "Установленные плагины"
181
 
182
- #: gallery-plugin.php:642
183
  msgid "Recommended plugins"
184
  msgstr "Рекомендованные к установке плагины"
185
 
186
- #: gallery-plugin.php:644
187
  msgid "Download"
188
  msgstr "Скачать"
189
 
190
- #: gallery-plugin.php:644
191
  #, php-format
192
  msgid "Install %s"
193
  msgstr "Установлено %s"
194
 
195
- #: gallery-plugin.php:644
196
  msgid "Install now from wordpress.org"
197
  msgstr "Установить с wordpress.org"
198
 
199
- #: gallery-plugin.php:646
200
  msgid ""
201
  "If you have any questions, please contact us via plugin@bestwebsoft.com or "
202
  "fill in our contact form on our site"
@@ -204,19 +204,19 @@ msgstr ""
204
  "Если у вас есть какие-то впросы, обращайтесь на plugin@bestwebsoft.com или "
205
  "заполните контактную форму на нашем сайте"
206
 
207
- #: gallery-plugin.php:681
208
  msgid "See photo &raquo;"
209
  msgstr "Смотреть фотографии &raquo;"
210
 
211
- #: gallery-plugin.php:760
212
  msgid "Options saved."
213
  msgstr "Опции сохранены"
214
 
215
- #: gallery-plugin.php:774
216
  msgid "Gallery Options"
217
  msgstr "Настройки Галереи"
218
 
219
- #: gallery-plugin.php:777
220
  msgid ""
221
  "If you would like to add a Single Gallery to your page or post, just copy "
222
  "and put this shortcode onto your post or page content:"
@@ -224,27 +224,27 @@ msgstr ""
224
  "Если вы хотели бы добавить Галерея на вашу страницу или пост, просто "
225
  "скопируйте и поместить этот шорткод в контент поста или страницы:"
226
 
227
- #: gallery-plugin.php:781
228
  msgid "The size of the cover album for gallery"
229
  msgstr "Размер изображения для обложки альбома галереи"
230
 
231
- #: gallery-plugin.php:783 gallery-plugin.php:791
232
  msgid "Image size name"
233
  msgstr "Название размера изображение"
234
 
235
- #: gallery-plugin.php:784 gallery-plugin.php:792
236
  msgid "Width (in px)"
237
  msgstr "Ширина (в px)"
238
 
239
- #: gallery-plugin.php:785 gallery-plugin.php:793
240
  msgid "Height (in px)"
241
  msgstr "Высота (в px)"
242
 
243
- #: gallery-plugin.php:789
244
  msgid "Size for gallery image"
245
  msgstr "Размер изображений Галереи"
246
 
247
- #: gallery-plugin.php:797
248
  msgid ""
249
  "WordPress will create a copy of the post thumbnail with the specified "
250
  "dimensions when you upload a new photo."
@@ -252,31 +252,43 @@ msgstr ""
252
  "WordPress создаст новую миниатюру с заданными размерами при загрузке новой "
253
  "фотографии."
254
 
255
- #: gallery-plugin.php:800
 
 
 
 
 
 
 
 
 
 
 
 
256
  msgid "Count images in row"
257
  msgstr "Количество изображений в строке"
258
 
259
- #: gallery-plugin.php:806
260
  msgid "Start slideshow"
261
  msgstr "Начать слайдшоу"
262
 
263
- #: gallery-plugin.php:812
264
  msgid "Slideshow interval"
265
  msgstr "Интервал времени при показе слайдшоу"
266
 
267
- #: gallery-plugin.php:820
268
  msgid "attachment id"
269
  msgstr "id изображения"
270
 
271
- #: gallery-plugin.php:821
272
  msgid "attachment title"
273
  msgstr "названию изображения"
274
 
275
- #: gallery-plugin.php:822
276
  msgid "date"
277
  msgstr "дате"
278
 
279
- #: gallery-plugin.php:823
280
  msgid ""
281
  "attachments order (the integer fields in the Insert / Upload Media Gallery "
282
  "dialog )"
@@ -284,64 +296,85 @@ msgstr ""
284
  "сортировка по порядку (поле для ввода порядка сортировки в диалоге Insert / "
285
  "Upload Media Gallery)"
286
 
287
- #: gallery-plugin.php:824
288
  msgid "random"
289
  msgstr "произвольно"
290
 
291
- #: gallery-plugin.php:828
292
  msgid "Attachments order"
293
  msgstr "Сортировать изображения"
294
 
295
- #: gallery-plugin.php:830
296
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
297
  msgstr ""
298
  "ASC (в порядке возрастания от наименьшего до наибольшего значения - 1, 2, 3, "
299
  "а, б, в)"
300
 
301
- #: gallery-plugin.php:831
302
  msgid ""
303
  "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
304
  msgstr ""
305
  "DESC (по убыванию от самого высокого до самого низкого значения - 3, 2, 1, "
306
  "C, B)"
307
 
308
- #: gallery-plugin.php:835
 
 
 
 
 
 
 
 
309
  msgid "Display Return link"
310
  msgstr "Отображать ссылку Вернуться"
311
 
312
- #: gallery-plugin.php:841
313
  msgid "Display Return link in shortcode"
314
  msgstr "Отображаться ссылку Вернуться в шорткоде"
315
 
316
- #: gallery-plugin.php:847
317
  msgid "Label for Return link"
318
  msgstr "Текст для ссылки Вернуться"
319
 
320
- #: gallery-plugin.php:853
 
 
 
 
 
 
 
 
 
 
 
 
 
321
  msgid "Label for Read More link"
322
  msgstr "Текст для ссылки Читать далее"
323
 
324
- #: gallery-plugin.php:861
325
  msgid "Save Changes"
326
  msgstr "Сохранить изменения"
327
 
328
- #: gallery-plugin.php:874
329
  msgid "FAQ"
330
  msgstr "FAQ"
331
 
332
- #: gallery-plugin.php:875
333
  msgid "Support"
334
  msgstr "Поддержка"
335
 
336
- #: gallery-plugin.php:1045 template/gallery-single-template.php:68
337
  msgid "Sorry - nothing to found."
338
  msgstr "Извините, ничего не найдено."
339
 
340
- #: gallery-plugin.php:1064 template/gallery-single-template.php:90
341
  msgid "Download High resolution image"
342
  msgstr "Скачать изображение в высоком разрешении"
343
 
344
- #: template/gallery-single-template.php:90
345
  msgid "Image "
346
  msgstr "Изображение"
347
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-20 18:47+0200\n"
6
+ "PO-Revision-Date: 2012-12-20 18:47+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: \n"
9
  "Language: ru_RU\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: gallery-plugin.php:103 gallery-plugin.php:789
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 "
32
  msgid "Galleries"
33
  msgstr "Галереи"
34
 
35
+ #: gallery-plugin.php:128 gallery-plugin.php:656
36
  msgid "Gallery"
37
  msgstr "Галерея"
38
 
104
  msgid "Please do not forget to select "
105
  msgstr ""
106
 
107
+ #: gallery-plugin.php:228 gallery-plugin.php:853
108
  msgid "Attachments order by"
109
  msgstr "Изображения сортируются по"
110
 
116
  msgid "in the settings of the plugin (page "
117
  msgstr "на странице натсроек плагина (страница "
118
 
119
+ #: gallery-plugin.php:275
120
  msgid "Link URL"
121
  msgstr "Ссылка урл"
122
 
123
+ #: gallery-plugin.php:275
124
  msgid "(clicking on image <br /> open the link in new window)"
125
  msgstr ""
126
  "(нажатие на изображение открывает <br /> данную ссылку в новом окне браузера)"
127
 
128
+ #: gallery-plugin.php:276
129
  msgid "Delete"
130
  msgstr "Удалить"
131
 
132
+ #: gallery-plugin.php:290
133
  msgid ""
134
  "You can add the Single Gallery on the page or in the post by inserting this "
135
  "shortcode in the content"
137
  "Вы можете добавить Галерею на вашу страницу или пост, просто скопируйте и "
138
  "поместить этот шорткод в контент поста или страницы:"
139
 
140
+ #: gallery-plugin.php:292
141
  msgid ""
142
  "If you want to take a brief display of the gallery with a link to a Single "
143
  "Sallery Page"
144
  msgstr ""
145
 
146
+ #: gallery-plugin.php:474
147
  msgid "Title"
148
  msgstr "Название"
149
 
150
+ #: gallery-plugin.php:475
151
  msgid "Author"
152
  msgstr "Автор"
153
 
154
+ #: gallery-plugin.php:476
155
  msgid "Photo's"
156
  msgstr "Фото"
157
 
158
+ #: gallery-plugin.php:477
159
  msgid "Public"
160
  msgstr "Опубликование"
161
 
162
+ #: gallery-plugin.php:478
163
  msgid "Date"
164
  msgstr "Дата"
165
 
166
+ #: gallery-plugin.php:625
167
  msgid "Activated plugins"
168
  msgstr "Активированные плагины"
169
 
170
+ #: gallery-plugin.php:627 gallery-plugin.php:635 gallery-plugin.php:643
171
  msgid "Read more"
172
  msgstr "Подробнее..."
173
 
174
+ #: gallery-plugin.php:627 gallery-plugin.php:922 gallery-plugin.php:937
175
  msgid "Settings"
176
  msgstr "Настройки"
177
 
178
+ #: gallery-plugin.php:633
179
  msgid "Installed plugins"
180
  msgstr "Установленные плагины"
181
 
182
+ #: gallery-plugin.php:641
183
  msgid "Recommended plugins"
184
  msgstr "Рекомендованные к установке плагины"
185
 
186
+ #: gallery-plugin.php:643
187
  msgid "Download"
188
  msgstr "Скачать"
189
 
190
+ #: gallery-plugin.php:643
191
  #, php-format
192
  msgid "Install %s"
193
  msgstr "Установлено %s"
194
 
195
+ #: gallery-plugin.php:643
196
  msgid "Install now from wordpress.org"
197
  msgstr "Установить с wordpress.org"
198
 
199
+ #: gallery-plugin.php:645
200
  msgid ""
201
  "If you have any questions, please contact us via plugin@bestwebsoft.com or "
202
  "fill in our contact form on our site"
204
  "Если у вас есть какие-то впросы, обращайтесь на plugin@bestwebsoft.com или "
205
  "заполните контактную форму на нашем сайте"
206
 
207
+ #: gallery-plugin.php:683
208
  msgid "See photo &raquo;"
209
  msgstr "Смотреть фотографии &raquo;"
210
 
211
+ #: gallery-plugin.php:782
212
  msgid "Options saved."
213
  msgstr "Опции сохранены"
214
 
215
+ #: gallery-plugin.php:796
216
  msgid "Gallery Options"
217
  msgstr "Настройки Галереи"
218
 
219
+ #: gallery-plugin.php:799
220
  msgid ""
221
  "If you would like to add a Single Gallery to your page or post, just copy "
222
  "and put this shortcode onto your post or page content:"
224
  "Если вы хотели бы добавить Галерея на вашу страницу или пост, просто "
225
  "скопируйте и поместить этот шорткод в контент поста или страницы:"
226
 
227
+ #: gallery-plugin.php:803
228
  msgid "The size of the cover album for gallery"
229
  msgstr "Размер изображения для обложки альбома галереи"
230
 
231
+ #: gallery-plugin.php:805 gallery-plugin.php:813
232
  msgid "Image size name"
233
  msgstr "Название размера изображение"
234
 
235
+ #: gallery-plugin.php:806 gallery-plugin.php:814
236
  msgid "Width (in px)"
237
  msgstr "Ширина (в px)"
238
 
239
+ #: gallery-plugin.php:807 gallery-plugin.php:815
240
  msgid "Height (in px)"
241
  msgstr "Высота (в px)"
242
 
243
+ #: gallery-plugin.php:811
244
  msgid "Size for gallery image"
245
  msgstr "Размер изображений Галереи"
246
 
247
+ #: gallery-plugin.php:819
248
  msgid ""
249
  "WordPress will create a copy of the post thumbnail with the specified "
250
  "dimensions when you upload a new photo."
252
  "WordPress создаст новую миниатюру с заданными размерами при загрузке новой "
253
  "фотографии."
254
 
255
+ #: gallery-plugin.php:822
256
+ msgid "Images with border"
257
+ msgstr ""
258
+
259
+ #: gallery-plugin.php:825
260
+ msgid "Border width in px, just numbers"
261
+ msgstr ""
262
+
263
+ #: gallery-plugin.php:827 gallery-plugin.php:829
264
+ msgid "Select color for border"
265
+ msgstr ""
266
+
267
+ #: gallery-plugin.php:835
268
  msgid "Count images in row"
269
  msgstr "Количество изображений в строке"
270
 
271
+ #: gallery-plugin.php:841
272
  msgid "Start slideshow"
273
  msgstr "Начать слайдшоу"
274
 
275
+ #: gallery-plugin.php:847
276
  msgid "Slideshow interval"
277
  msgstr "Интервал времени при показе слайдшоу"
278
 
279
+ #: gallery-plugin.php:855
280
  msgid "attachment id"
281
  msgstr "id изображения"
282
 
283
+ #: gallery-plugin.php:856
284
  msgid "attachment title"
285
  msgstr "названию изображения"
286
 
287
+ #: gallery-plugin.php:857
288
  msgid "date"
289
  msgstr "дате"
290
 
291
+ #: gallery-plugin.php:858
292
  msgid ""
293
  "attachments order (the integer fields in the Insert / Upload Media Gallery "
294
  "dialog )"
296
  "сортировка по порядку (поле для ввода порядка сортировки в диалоге Insert / "
297
  "Upload Media Gallery)"
298
 
299
+ #: gallery-plugin.php:859
300
  msgid "random"
301
  msgstr "произвольно"
302
 
303
+ #: gallery-plugin.php:863
304
  msgid "Attachments order"
305
  msgstr "Сортировать изображения"
306
 
307
+ #: gallery-plugin.php:865
308
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
309
  msgstr ""
310
  "ASC (в порядке возрастания от наименьшего до наибольшего значения - 1, 2, 3, "
311
  "а, б, в)"
312
 
313
+ #: gallery-plugin.php:866
314
  msgid ""
315
  "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
316
  msgstr ""
317
  "DESC (по убыванию от самого высокого до самого низкого значения - 3, 2, 1, "
318
  "C, B)"
319
 
320
+ #: gallery-plugin.php:870
321
+ msgid "Display text above image"
322
+ msgstr ""
323
+
324
+ #: gallery-plugin.php:872
325
+ msgid "If you want to display text just in a lightbox"
326
+ msgstr ""
327
+
328
+ #: gallery-plugin.php:876
329
  msgid "Display Return link"
330
  msgstr "Отображать ссылку Вернуться"
331
 
332
+ #: gallery-plugin.php:882
333
  msgid "Display Return link in shortcode"
334
  msgstr "Отображаться ссылку Вернуться в шорткоде"
335
 
336
+ #: gallery-plugin.php:888
337
  msgid "Label for Return link"
338
  msgstr "Текст для ссылки Вернуться"
339
 
340
+ #: gallery-plugin.php:894
341
+ #, fuzzy
342
+ msgid "URL for Return link"
343
+ msgstr "Текст для ссылки Вернуться"
344
+
345
+ #: gallery-plugin.php:896
346
+ msgid "Gallery page (Page with Gallery Template)"
347
+ msgstr ""
348
+
349
+ #: gallery-plugin.php:898
350
+ msgid "(Full URL to custom page)"
351
+ msgstr ""
352
+
353
+ #: gallery-plugin.php:902
354
  msgid "Label for Read More link"
355
  msgstr "Текст для ссылки Читать далее"
356
 
357
+ #: gallery-plugin.php:910
358
  msgid "Save Changes"
359
  msgstr "Сохранить изменения"
360
 
361
+ #: gallery-plugin.php:923
362
  msgid "FAQ"
363
  msgstr "FAQ"
364
 
365
+ #: gallery-plugin.php:924
366
  msgid "Support"
367
  msgstr "Поддержка"
368
 
369
+ #: gallery-plugin.php:1131 template/gallery-single-template.php:76
370
  msgid "Sorry - nothing to found."
371
  msgstr "Извините, ничего не найдено."
372
 
373
+ #: gallery-plugin.php:1153 template/gallery-single-template.php:101
374
  msgid "Download High resolution image"
375
  msgstr "Скачать изображение в высоком разрешении"
376
 
377
+ #: template/gallery-single-template.php:101
378
  msgid "Image "
379
  msgstr "Изображение"
380
 
languages/gallery-sr_RS.mo ADDED
Binary file
languages/gallery-sr_RS.po ADDED
@@ -0,0 +1,388 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: gallery\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-20 18:48+0200\n"
6
+ "PO-Revision-Date: 2012-12-20 19:03+0200\n"
7
+ "Last-Translator: Radovan Georgijevic <radovan@georgijevic.info>\n"
8
+ "Language-Team: Radovan Georgijevic <http://www.georgijevic.info>\n"
9
+ "Language: rs_RS\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-Generator: Poedit 1.5.4\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #: gallery-plugin.php:103 gallery-plugin.php:789
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
+ "Sledeći fajlovi \"gallery-template.php\" i \"gallery-single-template.php\" "
27
+ "Nisu pronađeni u direktorijumu teme. Prekopirajte ih iz direktorijuma `/ wp-"
28
+ "content/plugins/gallery-plugin/template /` u direktorijum vaše temekako bi "
29
+ "dodatak Galerija ispravno funkcionisao"
30
+
31
+ #: gallery-plugin.php:127 gallery-plugin.php:137
32
+ msgid "Galleries"
33
+ msgstr "Galerije"
34
+
35
+ #: gallery-plugin.php:128 gallery-plugin.php:656
36
+ msgid "Gallery"
37
+ msgstr "Galerija"
38
+
39
+ #: gallery-plugin.php:129
40
+ msgid "Add New"
41
+ msgstr "Dodaj Novo"
42
+
43
+ #: gallery-plugin.php:130
44
+ msgid "Add New Gallery"
45
+ msgstr "Dodaj Novu Galeriju"
46
+
47
+ #: gallery-plugin.php:131
48
+ msgid "Edit Gallery"
49
+ msgstr "Uredi Galeriju"
50
+
51
+ #: gallery-plugin.php:132
52
+ msgid "New Gallery"
53
+ msgstr "Nova Galerija"
54
+
55
+ #: gallery-plugin.php:133
56
+ msgid "View Gallery"
57
+ msgstr "Vidi Galeriju"
58
+
59
+ #: gallery-plugin.php:134
60
+ msgid "Search Galleries"
61
+ msgstr "Pretraži Galeriju"
62
+
63
+ #: gallery-plugin.php:135
64
+ msgid "No Galleries found"
65
+ msgstr "Nije nađena ni jedna galerija"
66
+
67
+ #: gallery-plugin.php:192
68
+ msgid "Upload File"
69
+ msgstr "Dodaj Fajl"
70
+
71
+ #: gallery-plugin.php:193
72
+ msgid "Gallery Shortcode"
73
+ msgstr "Skraćeni kod za Galeriju"
74
+
75
+ #: gallery-plugin.php:209
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
+ "Privremeni direktorijum galerije (gallery-plugin/upload/files) nije dostupan "
82
+ "od strane vašeg webservera. Molimo Vas korisitestandardnu funkciju WP-a za "
83
+ "ubacivanje datoteka (media-biblioteka)"
84
+
85
+ #: gallery-plugin.php:213
86
+ msgid "Choose an image to upload:"
87
+ msgstr "Izaberite sliku za dodavanje:"
88
+
89
+ #: gallery-plugin.php:218
90
+ msgid "Please enable JavaScript to use the file uploader."
91
+ msgstr "Molimo, omogućite JavaScript-u da koristi file uploader."
92
+
93
+ #: gallery-plugin.php:225
94
+ msgid "Allow download link for images in this gallery"
95
+ msgstr "Dozvoli vezu za skidanje za slike iz ove galerije"
96
+
97
+ #: gallery-plugin.php:226
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
+ "Koristite funkciju prevlačenja da izmenite redosled izlaza zaslike i ne "
103
+ "zaboravite da sačuvate članak."
104
+
105
+ #: gallery-plugin.php:228
106
+ #, fuzzy
107
+ msgid "Please do not forget to select "
108
+ msgstr "Ne zaboravite da izaberete"
109
+
110
+ #: gallery-plugin.php:228 gallery-plugin.php:853
111
+ msgid "Attachments order by"
112
+ msgstr "Privesci poređani po"
113
+
114
+ #: gallery-plugin.php:228
115
+ msgid "attachments order"
116
+ msgstr "Privesci redosled"
117
+
118
+ #: gallery-plugin.php:228
119
+ msgid "in the settings of the plugin (page "
120
+ msgstr "u podešavanjima dodatka"
121
+
122
+ #: gallery-plugin.php:275
123
+ msgid "Link URL"
124
+ msgstr ""
125
+
126
+ #: gallery-plugin.php:275
127
+ msgid "(clicking on image <br /> open the link in new window)"
128
+ msgstr ""
129
+
130
+ #: gallery-plugin.php:276
131
+ msgid "Delete"
132
+ msgstr ""
133
+
134
+ #: gallery-plugin.php:290
135
+ msgid ""
136
+ "You can add the Single Gallery on the page or in the post by inserting this "
137
+ "shortcode in the content"
138
+ msgstr ""
139
+ "Možete dodati Jednu Galeriju na stranicu ili u članak unosom sledećeg "
140
+ "kratkog koda u sadržaj:"
141
+
142
+ #: gallery-plugin.php:292
143
+ #, fuzzy
144
+ msgid ""
145
+ "If you want to take a brief display of the gallery with a link to a Single "
146
+ "Sallery Page"
147
+ msgstr ""
148
+ "Ako želite da uzmete kratak prikaz galerije sa linkom ka Jednoj Stranici "
149
+ "Galerije"
150
+
151
+ #: gallery-plugin.php:474
152
+ msgid "Title"
153
+ msgstr "Naslov"
154
+
155
+ #: gallery-plugin.php:475
156
+ msgid "Author"
157
+ msgstr "Autor"
158
+
159
+ #: gallery-plugin.php:476
160
+ msgid "Photo's"
161
+ msgstr "Slike"
162
+
163
+ #: gallery-plugin.php:477
164
+ msgid "Public"
165
+ msgstr "Javno"
166
+
167
+ #: gallery-plugin.php:478
168
+ msgid "Date"
169
+ msgstr "Datum"
170
+
171
+ #: gallery-plugin.php:625
172
+ msgid "Activated plugins"
173
+ msgstr "Aktivni dodaci"
174
+
175
+ #: gallery-plugin.php:627 gallery-plugin.php:635 gallery-plugin.php:643
176
+ msgid "Read more"
177
+ msgstr "Čitaj više..."
178
+
179
+ #: gallery-plugin.php:627 gallery-plugin.php:922 gallery-plugin.php:937
180
+ msgid "Settings"
181
+ msgstr "Podešavanja"
182
+
183
+ #: gallery-plugin.php:633
184
+ msgid "Installed plugins"
185
+ msgstr "Instalirani dodaci"
186
+
187
+ #: gallery-plugin.php:641
188
+ msgid "Recommended plugins"
189
+ msgstr "Preporučeni dodaci"
190
+
191
+ #: gallery-plugin.php:643
192
+ msgid "Download"
193
+ msgstr "Preuzmi"
194
+
195
+ #: gallery-plugin.php:643
196
+ #, php-format
197
+ msgid "Install %s"
198
+ msgstr "Instaliraj %s"
199
+
200
+ #: gallery-plugin.php:643
201
+ msgid "Install now from wordpress.org"
202
+ msgstr "Instaliraj sa wordpress.org"
203
+
204
+ #: gallery-plugin.php:645
205
+ msgid ""
206
+ "If you have any questions, please contact us via plugin@bestwebsoft.com or "
207
+ "fill in our contact form on our site"
208
+ msgstr ""
209
+ "Ako imate bilo kakva pitanja, kontaktirajte nas na mejl plugin@bestwebsoft."
210
+ "com ili poopunite kontakt formu na našem sajtu"
211
+
212
+ #: gallery-plugin.php:683
213
+ msgid "See photo &raquo;"
214
+ msgstr "Vidi sliku &raquo;"
215
+
216
+ #: gallery-plugin.php:782
217
+ msgid "Options saved."
218
+ msgstr "Opcije sačuvane"
219
+
220
+ #: gallery-plugin.php:796
221
+ msgid "Gallery Options"
222
+ msgstr "Opcje Galerije"
223
+
224
+ #: gallery-plugin.php:799
225
+ msgid ""
226
+ "If you would like to add a Single Gallery to your page or post, just copy "
227
+ "and put this shortcode onto your post or page content:"
228
+ msgstr ""
229
+ "Ako želite da dodate Jednu Galeriju na vašu stranicu ili u članak, "
230
+ "jednostavno kopirajte i postavite ovaj kratak kod u sadržaj članke ili "
231
+ "strane:"
232
+
233
+ #: gallery-plugin.php:803
234
+ msgid "The size of the cover album for gallery"
235
+ msgstr "Veličina za naslovnu albuma za galeriju"
236
+
237
+ #: gallery-plugin.php:805 gallery-plugin.php:813
238
+ msgid "Image size name"
239
+ msgstr "Naziv veličine slike"
240
+
241
+ #: gallery-plugin.php:806 gallery-plugin.php:814
242
+ msgid "Width (in px)"
243
+ msgstr "Širina (u px)"
244
+
245
+ #: gallery-plugin.php:807 gallery-plugin.php:815
246
+ msgid "Height (in px)"
247
+ msgstr "Visina (u px)"
248
+
249
+ #: gallery-plugin.php:811
250
+ msgid "Size for gallery image"
251
+ msgstr "Veličina za sliku iz galerije"
252
+
253
+ #: gallery-plugin.php:819
254
+ msgid ""
255
+ "WordPress will create a copy of the post thumbnail with the specified "
256
+ "dimensions when you upload a new photo."
257
+ msgstr ""
258
+ "WordPress će napraviti kopiju sažetka posta sa naznačenim dimenzijama kada "
259
+ "dodate novu sliku."
260
+
261
+ #: gallery-plugin.php:822
262
+ msgid "Images with border"
263
+ msgstr ""
264
+
265
+ #: gallery-plugin.php:825
266
+ msgid "Border width in px, just numbers"
267
+ msgstr ""
268
+
269
+ #: gallery-plugin.php:827 gallery-plugin.php:829
270
+ msgid "Select color for border"
271
+ msgstr ""
272
+
273
+ #: gallery-plugin.php:835
274
+ msgid "Count images in row"
275
+ msgstr "Izboj slike u redu"
276
+
277
+ #: gallery-plugin.php:841
278
+ msgid "Start slideshow"
279
+ msgstr "Započni prikaz slajdova"
280
+
281
+ #: gallery-plugin.php:847
282
+ msgid "Slideshow interval"
283
+ msgstr "Interval prikaza slajdova"
284
+
285
+ #: gallery-plugin.php:855
286
+ msgid "attachment id"
287
+ msgstr "id priveska"
288
+
289
+ #: gallery-plugin.php:856
290
+ msgid "attachment title"
291
+ msgstr "naslov priveska"
292
+
293
+ #: gallery-plugin.php:857
294
+ msgid "date"
295
+ msgstr "datum"
296
+
297
+ #: gallery-plugin.php:858
298
+ msgid ""
299
+ "attachments order (the integer fields in the Insert / Upload Media Gallery "
300
+ "dialog )"
301
+ msgstr "redosled privezaka (celobrojna polja Insert / Upload Media Gallery)"
302
+
303
+ #: gallery-plugin.php:859
304
+ msgid "random"
305
+ msgstr "nasumično"
306
+
307
+ #: gallery-plugin.php:863
308
+ msgid "Attachments order"
309
+ msgstr "Redosled privezaka"
310
+
311
+ #: gallery-plugin.php:865
312
+ msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
313
+ msgstr ""
314
+ "ASC (rastući raspored od najnižih do najviših vrednosti - 1, 2, 3, a, b, c)"
315
+
316
+ #: gallery-plugin.php:866
317
+ msgid ""
318
+ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
319
+ msgstr ""
320
+ "DESC (opadajući raspored od naviših do najnižih vrednosti do - 3, 2, 1, a, "
321
+ "b, c)"
322
+
323
+ #: gallery-plugin.php:870
324
+ msgid "Display text above image"
325
+ msgstr ""
326
+
327
+ #: gallery-plugin.php:872
328
+ msgid "If you want to display text just in a lightbox"
329
+ msgstr ""
330
+
331
+ #: gallery-plugin.php:876
332
+ msgid "Display Return link"
333
+ msgstr "Prikaži Povratnu vezu"
334
+
335
+ #: gallery-plugin.php:882
336
+ msgid "Display Return link in shortcode"
337
+ msgstr "Prikaži povratnu vezu ka kratak kod"
338
+
339
+ #: gallery-plugin.php:888
340
+ msgid "Label for Return link"
341
+ msgstr "Etiketa za Povratnu vezu"
342
+
343
+ #: gallery-plugin.php:894
344
+ #, fuzzy
345
+ msgid "URL for Return link"
346
+ msgstr "Etiketa za Povratnu vezu"
347
+
348
+ #: gallery-plugin.php:896
349
+ msgid "Gallery page (Page with Gallery Template)"
350
+ msgstr ""
351
+
352
+ #: gallery-plugin.php:898
353
+ msgid "(Full URL to custom page)"
354
+ msgstr ""
355
+
356
+ #: gallery-plugin.php:902
357
+ msgid "Label for Read More link"
358
+ msgstr "Etiketa za Čitaj Više vezu"
359
+
360
+ #: gallery-plugin.php:910
361
+ msgid "Save Changes"
362
+ msgstr "Sačuvaj Promene"
363
+
364
+ #: gallery-plugin.php:923
365
+ msgid "FAQ"
366
+ msgstr "FAQ"
367
+
368
+ #: gallery-plugin.php:924
369
+ msgid "Support"
370
+ msgstr "Podrška"
371
+
372
+ #: gallery-plugin.php:1131 template/gallery-single-template.php:76
373
+ msgid "Sorry - nothing to found."
374
+ msgstr "Izvinite - ništa nije pronađeno."
375
+
376
+ #: gallery-plugin.php:1153 template/gallery-single-template.php:101
377
+ msgid "Download High resolution image"
378
+ msgstr "Preuzmi sliku visoke rezolucije"
379
+
380
+ #: template/gallery-single-template.php:101
381
+ msgid "Image "
382
+ msgstr "Slika"
383
+
384
+ #~ msgid "Random order"
385
+ #~ msgstr "Proizvoljan raspored"
386
+
387
+ #~ msgid "Size for gallery album cover"
388
+ #~ msgstr "Veličina za naslovnu albuma "
languages/gallery-uk.mo CHANGED
Binary file
languages/gallery-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-10-23 16:14+0200\n"
6
- "PO-Revision-Date: 2012-10-23 16:14+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Ted Mosby <tmosbyd@gmail.com>\n"
9
  "Language: uk_UA\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:103 gallery-plugin.php:767
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 "
@@ -28,7 +28,7 @@ msgstr ""
28
  msgid "Galleries"
29
  msgstr "Галереi"
30
 
31
- #: gallery-plugin.php:128 gallery-plugin.php:657
32
  msgid "Gallery"
33
  msgstr "Галерея"
34
 
@@ -97,7 +97,7 @@ msgstr ""
97
  msgid "Please do not forget to select "
98
  msgstr ""
99
 
100
- #: gallery-plugin.php:228 gallery-plugin.php:818
101
  msgid "Attachments order by"
102
  msgstr ""
103
 
@@ -109,84 +109,84 @@ msgstr ""
109
  msgid "in the settings of the plugin (page "
110
  msgstr ""
111
 
112
- #: gallery-plugin.php:276
113
  msgid "Link URL"
114
  msgstr ""
115
 
116
- #: gallery-plugin.php:276
117
  msgid "(clicking on image <br /> open the link in new window)"
118
  msgstr ""
119
 
120
- #: gallery-plugin.php:277
121
  msgid "Delete"
122
  msgstr ""
123
 
124
- #: gallery-plugin.php:291
125
  msgid ""
126
  "You can add the Single Gallery on the page or in the post by inserting this "
127
  "shortcode in the content"
128
  msgstr ""
129
 
130
- #: gallery-plugin.php:293
131
  msgid ""
132
  "If you want to take a brief display of the gallery with a link to a Single "
133
  "Sallery Page"
134
  msgstr ""
135
 
136
- #: gallery-plugin.php:475
137
  msgid "Title"
138
  msgstr "Назва"
139
 
140
- #: gallery-plugin.php:476
141
  msgid "Author"
142
  msgstr "Автор "
143
 
144
- #: gallery-plugin.php:477
145
  msgid "Photo's"
146
  msgstr "Фото "
147
 
148
- #: gallery-plugin.php:478
149
  msgid "Public"
150
  msgstr "Громадськості"
151
 
152
- #: gallery-plugin.php:479
153
  msgid "Date"
154
  msgstr "Дата "
155
 
156
- #: gallery-plugin.php:626
157
  msgid "Activated plugins"
158
  msgstr "Активоване плагіни"
159
 
160
- #: gallery-plugin.php:628 gallery-plugin.php:636 gallery-plugin.php:644
161
  msgid "Read more"
162
  msgstr "Читати далі"
163
 
164
- #: gallery-plugin.php:628 gallery-plugin.php:873 gallery-plugin.php:888
165
  msgid "Settings"
166
  msgstr "Параметри"
167
 
168
- #: gallery-plugin.php:634
169
  msgid "Installed plugins"
170
  msgstr "Встановлених модулів"
171
 
172
- #: gallery-plugin.php:642
173
  msgid "Recommended plugins"
174
  msgstr "Плагіни Рекомендовані"
175
 
176
- #: gallery-plugin.php:644
177
  msgid "Download"
178
  msgstr "Завантажити"
179
 
180
- #: gallery-plugin.php:644
181
  #, php-format
182
  msgid "Install %s"
183
  msgstr "Установка %s"
184
 
185
- #: gallery-plugin.php:644
186
  msgid "Install now from wordpress.org"
187
  msgstr "Установити зараз від wordpress.org"
188
 
189
- #: gallery-plugin.php:646
190
  msgid ""
191
  "If you have any questions, please contact us via plugin@bestwebsoft.com or "
192
  "fill in our contact form on our site"
@@ -194,45 +194,45 @@ msgstr ""
194
  "Якщо у вас є які-небудь питання, будь ласка, зв'яжіться з нами через "
195
  "plugin@bestwebsoft.com або заповнити нашу контактну форму на нашому сайті"
196
 
197
- #: gallery-plugin.php:681
198
  msgid "See photo &raquo;"
199
  msgstr "Дивитися фото &raquo;"
200
 
201
- #: gallery-plugin.php:760
202
  msgid "Options saved."
203
  msgstr "Параметри зберігаються."
204
 
205
- #: gallery-plugin.php:774
206
  msgid "Gallery Options"
207
  msgstr "Параметри галереї"
208
 
209
- #: gallery-plugin.php:777
210
  msgid ""
211
  "If you would like to add a Single Gallery to your page or post, just copy "
212
  "and put this shortcode onto your post or page content:"
213
  msgstr ""
214
 
215
- #: gallery-plugin.php:781
216
  msgid "The size of the cover album for gallery"
217
  msgstr "Розмір обкладинки альбому для галереї"
218
 
219
- #: gallery-plugin.php:783 gallery-plugin.php:791
220
  msgid "Image size name"
221
  msgstr "Ім'я розмір зображення"
222
 
223
- #: gallery-plugin.php:784 gallery-plugin.php:792
224
  msgid "Width (in px)"
225
  msgstr "Ширина (в px)"
226
 
227
- #: gallery-plugin.php:785 gallery-plugin.php:793
228
  msgid "Height (in px)"
229
  msgstr "Висота (в px)"
230
 
231
- #: gallery-plugin.php:789
232
  msgid "Size for gallery image"
233
  msgstr "Розмір зображення галерея"
234
 
235
- #: gallery-plugin.php:797
236
  msgid ""
237
  "WordPress will create a copy of the post thumbnail with the specified "
238
  "dimensions when you upload a new photo."
@@ -240,90 +240,122 @@ msgstr ""
240
  "WordPress створить копію ескізу пост з заданими розмірами, коли ви "
241
  "завантажити нову фотографію."
242
 
243
- #: gallery-plugin.php:800
 
 
 
 
 
 
 
 
 
 
 
 
244
  msgid "Count images in row"
245
  msgstr "Кількість зображень у рядку"
246
 
247
- #: gallery-plugin.php:806
248
  msgid "Start slideshow"
249
  msgstr ""
250
 
251
- #: gallery-plugin.php:812
252
  msgid "Slideshow interval"
253
  msgstr ""
254
 
255
- #: gallery-plugin.php:820
256
  msgid "attachment id"
257
  msgstr ""
258
 
259
- #: gallery-plugin.php:821
260
  msgid "attachment title"
261
  msgstr ""
262
 
263
- #: gallery-plugin.php:822
264
  msgid "date"
265
  msgstr "Дата"
266
 
267
- #: gallery-plugin.php:823
268
  msgid ""
269
  "attachments order (the integer fields in the Insert / Upload Media Gallery "
270
  "dialog )"
271
  msgstr ""
272
 
273
- #: gallery-plugin.php:824
274
  msgid "random"
275
  msgstr ""
276
 
277
- #: gallery-plugin.php:828
278
  msgid "Attachments order"
279
  msgstr ""
280
 
281
- #: gallery-plugin.php:830
282
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
283
  msgstr ""
284
 
285
- #: gallery-plugin.php:831
286
  msgid ""
287
  "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
288
  msgstr ""
289
 
290
- #: gallery-plugin.php:835
 
 
 
 
 
 
 
 
291
  msgid "Display Return link"
292
  msgstr ""
293
 
294
- #: gallery-plugin.php:841
295
  msgid "Display Return link in shortcode"
296
  msgstr ""
297
 
298
- #: gallery-plugin.php:847
299
  msgid "Label for Return link"
300
  msgstr ""
301
 
302
- #: gallery-plugin.php:853
 
 
 
 
 
 
 
 
 
 
 
 
303
  msgid "Label for Read More link"
304
  msgstr ""
305
 
306
- #: gallery-plugin.php:861
307
  msgid "Save Changes"
308
  msgstr "Зберегти зміни"
309
 
310
- #: gallery-plugin.php:874
311
  msgid "FAQ"
312
  msgstr "FAQ "
313
 
314
- #: gallery-plugin.php:875
315
  msgid "Support"
316
  msgstr "Підтримка"
317
 
318
- #: gallery-plugin.php:1045 template/gallery-single-template.php:68
319
  msgid "Sorry - nothing to found."
320
  msgstr "Вибачте - нічого не знайдено."
321
 
322
- #: gallery-plugin.php:1064 template/gallery-single-template.php:90
323
  msgid "Download High resolution image"
324
  msgstr ""
325
 
326
- #: template/gallery-single-template.php:90
327
  msgid "Image "
328
  msgstr ""
329
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-20 18:48+0200\n"
6
+ "PO-Revision-Date: 2012-12-20 18:48+0200\n"
7
  "Last-Translator: zos <zos@bestwebsoft.com>\n"
8
  "Language-Team: Ted Mosby <tmosbyd@gmail.com>\n"
9
  "Language: uk_UA\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: gallery-plugin.php:103 gallery-plugin.php:789
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 "
28
  msgid "Galleries"
29
  msgstr "Галереi"
30
 
31
+ #: gallery-plugin.php:128 gallery-plugin.php:656
32
  msgid "Gallery"
33
  msgstr "Галерея"
34
 
97
  msgid "Please do not forget to select "
98
  msgstr ""
99
 
100
+ #: gallery-plugin.php:228 gallery-plugin.php:853
101
  msgid "Attachments order by"
102
  msgstr ""
103
 
109
  msgid "in the settings of the plugin (page "
110
  msgstr ""
111
 
112
+ #: gallery-plugin.php:275
113
  msgid "Link URL"
114
  msgstr ""
115
 
116
+ #: gallery-plugin.php:275
117
  msgid "(clicking on image <br /> open the link in new window)"
118
  msgstr ""
119
 
120
+ #: gallery-plugin.php:276
121
  msgid "Delete"
122
  msgstr ""
123
 
124
+ #: gallery-plugin.php:290
125
  msgid ""
126
  "You can add the Single Gallery on the page or in the post by inserting this "
127
  "shortcode in the content"
128
  msgstr ""
129
 
130
+ #: gallery-plugin.php:292
131
  msgid ""
132
  "If you want to take a brief display of the gallery with a link to a Single "
133
  "Sallery Page"
134
  msgstr ""
135
 
136
+ #: gallery-plugin.php:474
137
  msgid "Title"
138
  msgstr "Назва"
139
 
140
+ #: gallery-plugin.php:475
141
  msgid "Author"
142
  msgstr "Автор "
143
 
144
+ #: gallery-plugin.php:476
145
  msgid "Photo's"
146
  msgstr "Фото "
147
 
148
+ #: gallery-plugin.php:477
149
  msgid "Public"
150
  msgstr "Громадськості"
151
 
152
+ #: gallery-plugin.php:478
153
  msgid "Date"
154
  msgstr "Дата "
155
 
156
+ #: gallery-plugin.php:625
157
  msgid "Activated plugins"
158
  msgstr "Активоване плагіни"
159
 
160
+ #: gallery-plugin.php:627 gallery-plugin.php:635 gallery-plugin.php:643
161
  msgid "Read more"
162
  msgstr "Читати далі"
163
 
164
+ #: gallery-plugin.php:627 gallery-plugin.php:922 gallery-plugin.php:937
165
  msgid "Settings"
166
  msgstr "Параметри"
167
 
168
+ #: gallery-plugin.php:633
169
  msgid "Installed plugins"
170
  msgstr "Встановлених модулів"
171
 
172
+ #: gallery-plugin.php:641
173
  msgid "Recommended plugins"
174
  msgstr "Плагіни Рекомендовані"
175
 
176
+ #: gallery-plugin.php:643
177
  msgid "Download"
178
  msgstr "Завантажити"
179
 
180
+ #: gallery-plugin.php:643
181
  #, php-format
182
  msgid "Install %s"
183
  msgstr "Установка %s"
184
 
185
+ #: gallery-plugin.php:643
186
  msgid "Install now from wordpress.org"
187
  msgstr "Установити зараз від wordpress.org"
188
 
189
+ #: gallery-plugin.php:645
190
  msgid ""
191
  "If you have any questions, please contact us via plugin@bestwebsoft.com or "
192
  "fill in our contact form on our site"
194
  "Якщо у вас є які-небудь питання, будь ласка, зв'яжіться з нами через "
195
  "plugin@bestwebsoft.com або заповнити нашу контактну форму на нашому сайті"
196
 
197
+ #: gallery-plugin.php:683
198
  msgid "See photo &raquo;"
199
  msgstr "Дивитися фото &raquo;"
200
 
201
+ #: gallery-plugin.php:782
202
  msgid "Options saved."
203
  msgstr "Параметри зберігаються."
204
 
205
+ #: gallery-plugin.php:796
206
  msgid "Gallery Options"
207
  msgstr "Параметри галереї"
208
 
209
+ #: gallery-plugin.php:799
210
  msgid ""
211
  "If you would like to add a Single Gallery to your page or post, just copy "
212
  "and put this shortcode onto your post or page content:"
213
  msgstr ""
214
 
215
+ #: gallery-plugin.php:803
216
  msgid "The size of the cover album for gallery"
217
  msgstr "Розмір обкладинки альбому для галереї"
218
 
219
+ #: gallery-plugin.php:805 gallery-plugin.php:813
220
  msgid "Image size name"
221
  msgstr "Ім'я розмір зображення"
222
 
223
+ #: gallery-plugin.php:806 gallery-plugin.php:814
224
  msgid "Width (in px)"
225
  msgstr "Ширина (в px)"
226
 
227
+ #: gallery-plugin.php:807 gallery-plugin.php:815
228
  msgid "Height (in px)"
229
  msgstr "Висота (в px)"
230
 
231
+ #: gallery-plugin.php:811
232
  msgid "Size for gallery image"
233
  msgstr "Розмір зображення галерея"
234
 
235
+ #: gallery-plugin.php:819
236
  msgid ""
237
  "WordPress will create a copy of the post thumbnail with the specified "
238
  "dimensions when you upload a new photo."
240
  "WordPress створить копію ескізу пост з заданими розмірами, коли ви "
241
  "завантажити нову фотографію."
242
 
243
+ #: gallery-plugin.php:822
244
+ msgid "Images with border"
245
+ msgstr ""
246
+
247
+ #: gallery-plugin.php:825
248
+ msgid "Border width in px, just numbers"
249
+ msgstr ""
250
+
251
+ #: gallery-plugin.php:827 gallery-plugin.php:829
252
+ msgid "Select color for border"
253
+ msgstr ""
254
+
255
+ #: gallery-plugin.php:835
256
  msgid "Count images in row"
257
  msgstr "Кількість зображень у рядку"
258
 
259
+ #: gallery-plugin.php:841
260
  msgid "Start slideshow"
261
  msgstr ""
262
 
263
+ #: gallery-plugin.php:847
264
  msgid "Slideshow interval"
265
  msgstr ""
266
 
267
+ #: gallery-plugin.php:855
268
  msgid "attachment id"
269
  msgstr ""
270
 
271
+ #: gallery-plugin.php:856
272
  msgid "attachment title"
273
  msgstr ""
274
 
275
+ #: gallery-plugin.php:857
276
  msgid "date"
277
  msgstr "Дата"
278
 
279
+ #: gallery-plugin.php:858
280
  msgid ""
281
  "attachments order (the integer fields in the Insert / Upload Media Gallery "
282
  "dialog )"
283
  msgstr ""
284
 
285
+ #: gallery-plugin.php:859
286
  msgid "random"
287
  msgstr ""
288
 
289
+ #: gallery-plugin.php:863
290
  msgid "Attachments order"
291
  msgstr ""
292
 
293
+ #: gallery-plugin.php:865
294
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
295
  msgstr ""
296
 
297
+ #: gallery-plugin.php:866
298
  msgid ""
299
  "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
300
  msgstr ""
301
 
302
+ #: gallery-plugin.php:870
303
+ msgid "Display text above image"
304
+ msgstr ""
305
+
306
+ #: gallery-plugin.php:872
307
+ msgid "If you want to display text just in a lightbox"
308
+ msgstr ""
309
+
310
+ #: gallery-plugin.php:876
311
  msgid "Display Return link"
312
  msgstr ""
313
 
314
+ #: gallery-plugin.php:882
315
  msgid "Display Return link in shortcode"
316
  msgstr ""
317
 
318
+ #: gallery-plugin.php:888
319
  msgid "Label for Return link"
320
  msgstr ""
321
 
322
+ #: gallery-plugin.php:894
323
+ msgid "URL for Return link"
324
+ msgstr ""
325
+
326
+ #: gallery-plugin.php:896
327
+ msgid "Gallery page (Page with Gallery Template)"
328
+ msgstr ""
329
+
330
+ #: gallery-plugin.php:898
331
+ msgid "(Full URL to custom page)"
332
+ msgstr ""
333
+
334
+ #: gallery-plugin.php:902
335
  msgid "Label for Read More link"
336
  msgstr ""
337
 
338
+ #: gallery-plugin.php:910
339
  msgid "Save Changes"
340
  msgstr "Зберегти зміни"
341
 
342
+ #: gallery-plugin.php:923
343
  msgid "FAQ"
344
  msgstr "FAQ "
345
 
346
+ #: gallery-plugin.php:924
347
  msgid "Support"
348
  msgstr "Підтримка"
349
 
350
+ #: gallery-plugin.php:1131 template/gallery-single-template.php:76
351
  msgid "Sorry - nothing to found."
352
  msgstr "Вибачте - нічого не знайдено."
353
 
354
+ #: gallery-plugin.php:1153 template/gallery-single-template.php:101
355
  msgid "Download High resolution image"
356
  msgstr ""
357
 
358
+ #: template/gallery-single-template.php:101
359
  msgid "Image "
360
  msgstr ""
361
 
minicolors/component.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name" : "jquery-miniColors",
3
+ "version" : "2.0 beta",
4
+ "description" : "jQuery MiniColors Plugin",
5
+ "homepage" : "",
6
+ "main" : [ "./jquery.miniColors.js", "./jquery.miniColors.css" ],
7
+ "dependencies" : {
8
+ "jquery" : ">= 1.7.x"
9
+ },
10
+ "keywords" : [
11
+ ],
12
+ "author" : {
13
+ "name" : "Cory LaViska",
14
+ "web" : "http://www.abeautifulsite.net/"
15
+ },
16
+ "license": [
17
+ "http://www.opensource.org/licenses/mit-license.php",
18
+ "http://opensource.org/licenses/gpl-2.0.php"
19
+ ]
20
+ }
minicolors/index.html ADDED
@@ -0,0 +1,312 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>jQuery MiniColors</title>
5
+ <meta name="description" content="A tiny color picker built on jQuery" />
6
+ <meta charset="utf-8" />
7
+ <link rel="stylesheet" href="jquery.minicolors.css" />
8
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
9
+ <script src="jquery.minicolors.js"></script>
10
+ <style>
11
+
12
+ HTML,
13
+ BODY {
14
+ padding: 0;
15
+ margin: 0;
16
+ }
17
+
18
+ BODY {
19
+ font: 14px sans-serif;
20
+ color: #666;
21
+ line-height: 1.7;
22
+ background: #F8F8F8;
23
+ padding: 0 20px;
24
+ padding-bottom: 32px;
25
+ }
26
+
27
+ H1, H2, H3 {
28
+ font-family: Georgia, serif;
29
+ font-weight: normal;
30
+ color: black;
31
+ }
32
+
33
+ A {
34
+ color: #08C;
35
+ }
36
+
37
+ A:hover {
38
+ color: #0BE;
39
+ }
40
+
41
+ CODE {
42
+ background: #F8F8F8;
43
+ padding: 2px;
44
+ }
45
+
46
+ .alert {
47
+ background: #FFFCCC;
48
+ color: black;
49
+ padding: 1px 10px;
50
+ margin: 20px 0;
51
+ }
52
+
53
+ #main {
54
+ max-width: 800px;
55
+ background: white;
56
+ border: solid 1px #DDD;
57
+ box-shadow: 0 0 30px rgba(0, 0, 0, .05);
58
+ padding: 30px;
59
+ margin: 20px auto;
60
+ }
61
+
62
+ #console {
63
+ position: fixed;
64
+ left: 0;
65
+ right: 0;
66
+ bottom: 0;
67
+ height: 32px;
68
+ font-family: monospace;
69
+ line-height: 32px;
70
+ text-align: center;
71
+ background: black;
72
+ background: rgba(0, 0, 0, .9);
73
+ color: black;
74
+ z-index: 100;
75
+ -moz-transition: all .5s;
76
+ -ms-transition: all .5s;
77
+ -webkit-transition: all .5s;
78
+ transition: all .5s;
79
+ }
80
+
81
+ #console.busy {
82
+ color: white;
83
+ }
84
+
85
+ </style>
86
+
87
+ <script>
88
+
89
+ $(document).ready( function() {
90
+
91
+ var consoleTimeout;
92
+
93
+ $('INPUT[type=minicolors]').on('change', function() {
94
+
95
+ var input = $(this),
96
+ hex = input.val(),
97
+ opacity = input.attr('data-opacity'),
98
+ text;
99
+
100
+ // Generate text to show in console
101
+ text = hex;
102
+ if( opacity ) text += ', ' + opacity;
103
+ text += ' / ' + $.minicolors.rgbString(input)
104
+
105
+ // Show text in console; disappear after a few seconds
106
+ $('#console').text(text).addClass('busy');
107
+ clearTimeout(consoleTimeout);
108
+ consoleTimeout = setTimeout( function() {
109
+ $('#console').removeClass('busy');
110
+ }, 3000);
111
+
112
+ });
113
+
114
+ });
115
+
116
+ </script>
117
+
118
+ </head>
119
+ <body>
120
+
121
+ <div id="main">
122
+ <h1>jQuery MiniColors 2.0 beta</h1>
123
+ <p>
124
+ A project by Cory LaViska of <a href="http://www.abeautifulsite.net/">A Beautiful Site</a>.
125
+ </p>
126
+ <p>
127
+ MiniColors is a tiny color picker built on jQuery. It's easy to use and works
128
+ well on touch-enabled devices. Completely re-written for 2.0.
129
+ </p>
130
+ <div class="alert">
131
+ <p>
132
+ The MiniColors API was completely overhauled in 2.0. You will need to change your
133
+ code if you are upgrading from a previous version!
134
+ </p>
135
+ </div>
136
+
137
+ <h2>Download</h2>
138
+ <p>
139
+ You can <a href="https://github.com/claviska/jquery-miniColors">download the source</a>
140
+ on GitHub. Help contribute to this project by posting bug reports, feature requests, and
141
+ code improvements!
142
+ </p>
143
+
144
+ <h2>How it Works</h2>
145
+ <h3>Basic Control</h3>
146
+ <p>
147
+ Create an <code>&lt;input type="minicolors" /&gt;</code> element. MiniColors
148
+ will automatically initialize all controls on the page.
149
+ </p>
150
+ <p>
151
+ <input type="minicolors" name="color" />
152
+ </p>
153
+
154
+ <h3>Color Wheel</h3>
155
+ <p>
156
+ Add <code>data-type="wheel"</code> to the <code>input</code> element to use
157
+ a color wheel.
158
+ </p>
159
+ <p>
160
+ <input type="minicolors" name="color" data-type="wheel" />
161
+ </p>
162
+
163
+ <h3>Preset Colors</h3>
164
+ <p>
165
+ Add <code>value="#ffcc00"</code> to the <code>input</code> element to set
166
+ a preset color.
167
+ </p>
168
+ <p>
169
+ <input type="minicolors" name="color" value="#ffcc00" />
170
+ </p>
171
+
172
+ <h3>Default Values</h3>
173
+ <p>
174
+ Add <code>data-default="#ffffff"</code> to the <code>input</code> element to
175
+ force a default hex value. Try clearing the box—it will revert to its default
176
+ value.
177
+ </p>
178
+ <p>
179
+ <input type="minicolors" name="color" data-default="#ffffff" />
180
+ </p>
181
+
182
+ <h3>Without Textfields</h3>
183
+ <p>
184
+ Turn the color picker into a stand-alone swatch by adding
185
+ <code>data-textfield="false"</code> to the <code>input</code> element.
186
+ </p>
187
+ <p>
188
+ <input type="minicolors" name="color" value="#FF6600" data-textfield="false" />
189
+ <input type="minicolors" name="color" value="#2facd6" data-textfield="false" data-type="wheel" />
190
+ </p>
191
+
192
+ <h3>With Opacity</h3>
193
+ <p>
194
+ Enable opacity by adding <code>data-opacity="0.75"</code> to the <code>input</code> element.
195
+ </p>
196
+ <p>
197
+ <input type="minicolors" name="color" value="#4471a3" data-opacity=".75" />
198
+ </p>
199
+
200
+ <h3>Inline Controls</h3>
201
+ <p>
202
+ <input type="minicolors" name="color" value="#3c9641" data-control="inline" data-style="margin: 10px;" />
203
+ <input type="minicolors" name="color" value="#3099bf" data-control="inline" data-type="wheel" data-style="margin: 10px;" />
204
+ </p>
205
+
206
+ <h3>Dropdown Position</h3>
207
+ <p>
208
+ Add <code>data-position="top"</code> to position the color picker above the
209
+ <code>input</code> element instead of below it. Valid options are <code>top</code>,
210
+ <code>left</code>, or <code>top left</code>.
211
+ </p>
212
+ <p>
213
+ <input type="minicolors" name="color" data-position="top" />
214
+ </p>
215
+
216
+ <h3>Swatch Position</h3>
217
+ <p>
218
+ Add <code>data-swatch-position="left"</code> to the <code>input</code> element to position
219
+ the swatch to the left of the <code>input</code> element instead of to the right of it.
220
+ </p>
221
+ <p>
222
+ <input type="minicolors" name="color" data-swatch-position="left" />
223
+ </p>
224
+
225
+ <h2>Utility Functions</h2>
226
+
227
+ <h3><code>$.minicolors.init()</code></h3>
228
+ <p>
229
+ To initialize controls that are created dynamically, simply call
230
+ <code>$.minicolors.init();</code>.
231
+ </p>
232
+
233
+ <h3><code>$.minicolors.refresh()</code></h3>
234
+ <p>
235
+ You'll need to call this function if you programmatically change the value
236
+ of your controls. Call it immediately after you change any values and every
237
+ control on the page will update.
238
+ </p>
239
+
240
+ <h3><code>$.minicolors.show(<em>input</em>)</code></h3>
241
+ <p>
242
+ Show the control attached to the specified <code>input</code> element. Only
243
+ one control may be shown at once. (Doesn't affect inline controls.)
244
+ </p>
245
+
246
+ <h3><code>$.minicolors.hide()</code></h3>
247
+ <p>
248
+ Hides control that may be showing. (Doesn't affect inline controls.)
249
+ </p>
250
+
251
+ <h3><code>$.minicolors.rgbObject(<em>input</em>)</code></h3>
252
+ <p>
253
+ Returns an object with <code>r</code>, <code>g</code>, <code>b</code>, and
254
+ <code>a</code> properties. The <code>a</code> property will only be present
255
+ if opacity is enabled on the specified control.
256
+ </p>
257
+
258
+ <h3><code>$.minicolors.rgbString(<em>input</em>)</code></h3>
259
+ <p>
260
+ Returns an RGB or RGBA string suitable for use in your CSS. If opacity is
261
+ enabled on the specified control, an RGBA string will be returned. Otherwise
262
+ an RGB string will be returned.
263
+ </p>
264
+
265
+ <h2>Settings</h2>
266
+ <h3><code>$.minicolors.settings.letterCase</code></h3>
267
+ <p>
268
+ Forces the hex color's letter case to uppercase or lowercase. Possible values
269
+ are <code>lowercase</code> (default) and <code>uppercase</code>.
270
+ </p>
271
+
272
+ <h3><code>$.minicolors.settings.hideSpeed</code><br /><code>$.minicolors.settings.showSpeed</code></h3>
273
+ <p>
274
+ The hide/show speed for dropdown controls. Default is <code>100</code> (milliseconds).
275
+ </p>
276
+
277
+ <h2>Callbacks</h2>
278
+ <h3><code>change</code></h3>
279
+ <p>
280
+ Attach your <code>change</code> callback to the original <code>input</code> element.
281
+ You can access the value and opacity of the control using the <code>value</code> and
282
+ <code>data-opacity</code> attributes, respectively.
283
+ </p>
284
+ <p>
285
+ To convert a control's hex value to RGB or RGBA, use the
286
+ <code>$.minicolors.rgbObject()</code> or <code>$.minicolors.rgbString()</code>
287
+ utility functions.
288
+ </p>
289
+
290
+ <h2>Tips</h2>
291
+ <ul>
292
+ <li>
293
+ You can apply one or more classes to your controls by adding <code>data-class="class1 class2..."</code>
294
+ to the <code>input</code> element. This will let you style controls individually, if necessary.
295
+ </li>
296
+ <li>
297
+ You can apply an inline style to your controls by adding <code>data-style="<em>[your css here]</em>"</code>
298
+ to the <code>input</code> element. This style will be applied to the control's wrapper
299
+ element, which has the <code>minicolors</code> class.
300
+ </li>
301
+ <li>
302
+ If you change the <code>input</code> element's height or width, you'll also
303
+ need to adjust <code>.minicolors-swatch</code>, <code>.minicolors-panel</code>,
304
+ <code>.minicolors-position-top</code>, and <code>.minicolors-position-left</code>.
305
+ </li>
306
+ </ul>
307
+ </div>
308
+
309
+ <div id="console"></div>
310
+
311
+ </body>
312
+ </html>
minicolors/jquery.miniColors.css ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .minicolors {
2
+ position: relative;
3
+ display: inline-block;
4
+ z-index: 1;
5
+ }
6
+
7
+ .minicolors-focus {
8
+ z-index: 2;
9
+ }
10
+
11
+ .minicolors INPUT {
12
+ margin-right: 3px;
13
+ border: solid 1px #CCC;
14
+ font: 14px sans-serif;
15
+ width: 65px;
16
+ height: 16px;
17
+ vertical-align: middle;
18
+ box-shadow: inset 0 2px 4px rgba(0, 0, 0, .04);
19
+ outline: none;
20
+ padding: 2px;
21
+ margin-right: -1px;
22
+ }
23
+
24
+ .minicolors-swatch-left INPUT {
25
+ margin-left: -1px;
26
+ margin-right: auto;
27
+ }
28
+
29
+ .minicolors-focus INPUT,
30
+ .minicolors-focus .minicolors-swatch {
31
+ border-color: #999;
32
+ }
33
+
34
+ .minicolors-hidden {
35
+ position: absolute;
36
+ top: -9999em;
37
+ left: -9999em;
38
+ }
39
+
40
+ .minicolors-swatch {
41
+ position: relative;
42
+ width: 20px;
43
+ height: 20px;
44
+ background: url(jquery.minicolors.png) -360px 0;
45
+ border: solid 1px #CCC;
46
+ display: inline-block;
47
+ vertical-align: middle;
48
+ }
49
+
50
+ .minicolors-swatch SPAN {
51
+ position: absolute;
52
+ width: 100%;
53
+ height: 100%;
54
+ background: none;
55
+ box-shadow: inset 0 9px 0 rgba(255, 255, 255, .1);
56
+ display: inline-block;
57
+ }
58
+
59
+ /* Panel (standard) */
60
+ .minicolors-panel {
61
+ position: absolute;
62
+ top: 26px;
63
+ left: 0;
64
+ width: 173px;
65
+ height: 152px;
66
+ background: white;
67
+ border: solid 1px #CCC;
68
+ box-shadow: 0 0 20px rgba(0, 0, 0, .1);
69
+ display: none;
70
+ }
71
+
72
+ .minicolors-position-top .minicolors-panel {
73
+ top: -156px;
74
+ }
75
+
76
+ .minicolors-position-left .minicolors-panel {
77
+ left: -83px;
78
+ }
79
+
80
+ .minicolors-color {
81
+ position: absolute;
82
+ top: 1px;
83
+ left: 1px;
84
+ width: 150px;
85
+ height: 150px;
86
+ background: url(jquery.minicolors.png) -60px 0;
87
+ cursor: crosshair;
88
+ }
89
+
90
+ .minicolors-hue {
91
+ position: absolute;
92
+ top: 1px;
93
+ left: 152px;
94
+ width: 20px;
95
+ height: 150px;
96
+ background: white url(jquery.minicolors.png) 0 0;
97
+ cursor: crosshair;
98
+ }
99
+
100
+ /* Panel (color wheel) */
101
+ .minicolors-wheel .minicolors-color {
102
+ background-position: -210px 0;
103
+ }
104
+
105
+ .minicolors-brightness {
106
+ position: absolute;
107
+ top: 1px;
108
+ left: 152px;
109
+ width: 20px;
110
+ height: 150px;
111
+ background: white url(jquery.minicolors.png) -20px 0;
112
+ cursor: crosshair;
113
+ }
114
+
115
+ /* with opacity */
116
+ .minicolors-with-opacity .minicolors-panel {
117
+ width: 194px;
118
+ }
119
+
120
+ .minicolors-opacity {
121
+ position: absolute;
122
+ top: 1px;
123
+ left: 173px;
124
+ width: 20px;
125
+ height: 150px;
126
+ background: white url(jquery.minicolors.png) -40px 0;
127
+ display: none;
128
+ cursor: crosshair;
129
+ }
130
+
131
+ .minicolors-with-opacity .minicolors-opacity {
132
+ display: block;
133
+ }
134
+
135
+ /* Pickers */
136
+ .minicolors-color-picker {
137
+ position: absolute;
138
+ top: 70px;
139
+ left: 70px;
140
+ width: 10px;
141
+ height: 10px;
142
+ border: solid 1px black;
143
+ border-radius: 10px;
144
+ margin-top: -6px;
145
+ margin-left: -6px;
146
+ }
147
+
148
+ .minicolors-color-picker SPAN {
149
+ position: absolute;
150
+ top: 0;
151
+ left: 0;
152
+ width: 6px;
153
+ height: 6px;
154
+ border-radius: 6px;
155
+ border: solid 2px white;
156
+ }
157
+
158
+ .minicolors-hue-picker,
159
+ .minicolors-opacity-picker,
160
+ .minicolors-brightness-picker {
161
+ position: absolute;
162
+ top: 0;
163
+ left: 0;
164
+ width: 18px;
165
+ height: 2px;
166
+ background: white;
167
+ border: solid 1px black;
168
+ margin-top: -2px;
169
+ }
170
+
171
+ /* Inline */
172
+ .minicolors-inline INPUT,
173
+ .minicolors-inline .minicolors-swatch {
174
+ display: none;
175
+ }
176
+
177
+ .minicolors-inline .minicolors-panel {
178
+ position: relative;
179
+ top: auto;
180
+ left: auto;
181
+ display: inline-block;
182
+ }
minicolors/jquery.miniColors.js ADDED
@@ -0,0 +1,634 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * jQuery MiniColors: A tiny color picker built on jQuery
3
+ *
4
+ * Copyright Cory LaViska for A Beautiful Site, LLC. (http://www.abeautifulsite.net/)
5
+ *
6
+ * Dual-licensed under the MIT and GPL Version 2 licenses
7
+ *
8
+ */
9
+ if(jQuery) (function($) {
10
+
11
+ // The minicolors object (public methods and settings)
12
+ $.minicolors = {
13
+
14
+ // Default settings
15
+ settings: {
16
+ letterCase: 'lowercase',
17
+ hideSpeed: 100,
18
+ showSpeed: 100
19
+ },
20
+
21
+ // Initialized all controls of type=minicolors
22
+ init: function() {
23
+ $('INPUT[type=minicolors]').each( function() {
24
+ init( $(this) );
25
+ });
26
+ },
27
+
28
+ // Refresh the controls
29
+ refresh: function(input) {
30
+
31
+ input = $(input);
32
+
33
+ if( input.length > 0 ) {
34
+ updateFromInput(input);
35
+ } else {
36
+ $('INPUT[type=minicolors]').each( function() {
37
+ updateFromInput($(this));
38
+ });
39
+ }
40
+
41
+ },
42
+
43
+ // Shows the specified control
44
+ show: function(input) {
45
+ show( $(input).eq(0) );
46
+ },
47
+
48
+ // Hides all controls
49
+ hide: function() {
50
+ hide();
51
+ },
52
+
53
+ // Utility to convert a hex string to RGB(A) object
54
+ rgbObject: function(input) {
55
+
56
+ var hex = parseHex($(input).val(), true),
57
+ rgb = hex2rgb(hex),
58
+ opacity = input.attr('data-opacity');
59
+
60
+ if( !rgb ) return null;
61
+ if( opacity !== undefined ) $.extend(rgb, { a: parseFloat(opacity) });
62
+
63
+ return rgb;
64
+
65
+ },
66
+
67
+ // Utility to convert a hex string to an RGB(A) string
68
+ rgbString: function(input) {
69
+
70
+ var hex = parseHex($(input).val(), true),
71
+ rgb = hex2rgb(hex),
72
+ opacity = input.attr('data-opacity');
73
+
74
+ if( !rgb ) return null;
75
+
76
+ if( opacity === undefined ) {
77
+ return 'rgb(' + rgb.r + ', ' + rgb.g + ', ' + rgb.b + ')';
78
+ } else {
79
+ return 'rgba(' + rgb.r + ', ' + rgb.g + ', ' + rgb.b + ', ' + parseFloat(opacity) + ')';
80
+ }
81
+
82
+ }
83
+
84
+ };
85
+
86
+ // Initialized all input[type=minicolors] elements
87
+ function init(input) {
88
+
89
+ var minicolors = $('<span class="minicolors" />'),
90
+ panelStandard =
91
+ '<span class="minicolors-panel minicolors-standard">' +
92
+ '<span class="minicolors-hue">' +
93
+ '<span class="minicolors-hue-picker"></span>' +
94
+ '</span>' +
95
+ '<span class="minicolors-opacity">' +
96
+ '<span class="minicolors-opacity-picker"></span>' +
97
+ '</span>' +
98
+ '<span class="minicolors-color">' +
99
+ '<span class="minicolors-color-picker"><span></span></span>' +
100
+ '</span>' +
101
+ '</span>',
102
+ panelWheel =
103
+ '<span class="minicolors-panel minicolors-wheel">' +
104
+ '<span class="minicolors-brightness">' +
105
+ '<span class="minicolors-brightness-picker"></span>' +
106
+ '</span>' +
107
+ '<span class="minicolors-opacity">' +
108
+ '<span class="minicolors-opacity-picker"></span>' +
109
+ '</span>' +
110
+ '<span class="minicolors-color">' +
111
+ '<span class="minicolors-color-picker"><span></span></span>' +
112
+ '</span>' +
113
+ '</span>';
114
+
115
+ if( input.data('initialized') ) return;
116
+
117
+ // The wrapper
118
+ minicolors
119
+ .attr('class', input.attr('data-class'))
120
+ .attr('style', input.attr('data-style'))
121
+ .toggleClass('minicolors-swatch-left', input.attr('data-swatch-position') === 'left' )
122
+ .toggleClass('minicolors-with-opacity', input.attr('data-opacity') !== undefined );
123
+
124
+ // Custom positioning
125
+ if( input.attr('data-position') !== undefined ) {
126
+ $.each(input.attr('data-position').split(' '), function() {
127
+ minicolors.addClass('minicolors-position-' + this);
128
+ });
129
+
130
+ }
131
+
132
+ // The input
133
+ input
134
+ .data('initialized', true)
135
+ .attr('data-default', input.attr('data-default') || '')
136
+ .prop('size', 7)
137
+ .prop('maxlength', 7)
138
+ .wrap(minicolors)
139
+ .after(input.attr('data-type') === 'wheel' ? panelWheel : panelStandard);
140
+
141
+ // Prevent text selection in IE
142
+ input.parent().find('.minicolors-panel').on('selectstart', function() { return false; }).end();
143
+
144
+ // Detect swatch position
145
+ if( input.attr('data-swatch-position') === 'left' ) {
146
+ // Left
147
+ input.before('<span class="minicolors-swatch"><span></span></span>');
148
+ } else {
149
+ // Right
150
+ input.after('<span class="minicolors-swatch"><span></span></span>');
151
+ }
152
+
153
+ // Disable textfield
154
+ if( input.attr('data-textfield') === 'false' ) input.addClass('minicolors-hidden');
155
+
156
+ // Inline controls
157
+ if( input.attr('data-control') === 'inline' ) input.parent().addClass('minicolors-inline');
158
+
159
+ updateFromInput(input);
160
+
161
+ }
162
+
163
+ // Shows the specified dropdown panel
164
+ function show(input) {
165
+
166
+ var minicolors = input.parent(),
167
+ panel = minicolors.find('.minicolors-panel');
168
+
169
+ if( !input.data('initialized') || input.prop('disabled') ) return;
170
+
171
+ hide();
172
+
173
+ minicolors.addClass('minicolors-focus');
174
+ panel
175
+ .stop(true, true)
176
+ .fadeIn($.minicolors.settings.showSpeed);
177
+
178
+ updateFromInput(input);
179
+
180
+ return input;
181
+
182
+ }
183
+
184
+ // Hides all dropdown panels
185
+ function hide() {
186
+ $('.minicolors:not(.minicolors-inline)').each( function() {
187
+
188
+ var minicolors = $(this);
189
+ minicolors.find('.minicolors-panel').fadeOut($.minicolors.settings.hideSpeed, function() {
190
+ minicolors.removeClass('minicolors-focus');
191
+ });
192
+
193
+ });
194
+
195
+ }
196
+
197
+ // Moves the selected picker
198
+ function move(target, event) {
199
+
200
+ var input = target.parents('.minicolors').find('INPUT'),
201
+ picker = target.find('[class$=-picker]'),
202
+ offsetX = target.offset().left,
203
+ offsetY = target.offset().top,
204
+ x = Math.round(event.pageX - offsetX),
205
+ y = Math.round(event.pageY - offsetY),
206
+ wx, wy, r, phi;
207
+
208
+ // Touch support
209
+ if( event.originalEvent.changedTouches ) {
210
+ x = event.originalEvent.changedTouches[0].pageX - offsetX;
211
+ y = event.originalEvent.changedTouches[0].pageY - offsetY;
212
+ }
213
+
214
+ // Constrain picker to its container
215
+ if( x < 0 ) x = 0;
216
+ if( y < 0 ) y = 0;
217
+ if( x > target.width() ) x = target.width();
218
+ if( y > target.height() ) y = target.height();
219
+
220
+ // Constrain color wheel values to the wheel
221
+ if( target.parent().is('.minicolors-wheel') && picker.is('.minicolors-color-picker') ) {
222
+ wx = 75 - x;
223
+ wy = 75 - y;
224
+ r = Math.sqrt(wx * wx + wy * wy);
225
+ phi = Math.atan2(wy, wx);
226
+ if( phi < 0 ) phi += Math.PI * 2;
227
+ if( r > 75 ) {
228
+ r = 75;
229
+ x = 75 - (75 * Math.cos(phi));
230
+ y = 75 - (75 * Math.sin(phi));
231
+ }
232
+ x = Math.round(x);
233
+ y = Math.round(y);
234
+ }
235
+
236
+ // Move the picker
237
+ if( target.is('.minicolors-color') ) {
238
+ picker.css({
239
+ top: y + 'px',
240
+ left: x + 'px'
241
+ });
242
+ } else {
243
+ picker.css('top', y + 'px');
244
+ }
245
+
246
+ updateFromControl(input);
247
+
248
+ }
249
+
250
+ // Sets the input based on the color picker values
251
+ function updateFromControl(input) {
252
+
253
+ function getCoords(picker, panel) {
254
+
255
+ var left, top;
256
+
257
+ if( picker.length === 0 ) return null;
258
+
259
+ left = picker.offset().left;
260
+ top = picker.offset().top;
261
+
262
+ return {
263
+ x: left - panel.offset().left + (picker.outerWidth() / 2),
264
+ y: top - panel.offset().top + (picker.outerHeight() / 2)
265
+ };
266
+
267
+ }
268
+
269
+ var color, hue, saturation, brightness, opacity, rgb, hex, x, y, r, phi,
270
+
271
+ // Helpful references
272
+ minicolors = input.parent(),
273
+ panel = minicolors.find('.minicolors-panel'),
274
+ swatch = minicolors.find('.minicolors-swatch'),
275
+ hasOpacity = input.attr('data-opacity') !== undefined,
276
+ hasWheel = input.attr('data-type') === 'wheel',
277
+
278
+ // Panel objects
279
+ colorPanel = minicolors.find('.minicolors-color'),
280
+ huePanel = minicolors.find('.minicolors-hue'),
281
+ brightnessPanel = minicolors.find('.minicolors-brightness'),
282
+ opacityPanel = minicolors.find('.minicolors-opacity'),
283
+
284
+ // Picker objects
285
+ colorPicker = colorPanel.find('[class$=-picker]'),
286
+ huePicker = huePanel.find('[class$=-picker]'),
287
+ brightnessPicker = brightnessPanel.find('[class$=-picker]'),
288
+ opacityPicker = opacityPanel.find('[class$=-picker]'),
289
+
290
+ // Picker positions
291
+ colorPos = getCoords(colorPicker, colorPanel);
292
+ huePos = getCoords(huePicker, huePanel);
293
+ brightnessPos = getCoords(brightnessPicker, brightnessPanel);
294
+ opacityPos = getCoords(opacityPicker, opacityPanel);
295
+
296
+ // Determine HSB values
297
+ if( hasWheel ) {
298
+ // Color wheel
299
+
300
+ // Calculate hue, saturation, and brightness
301
+ x = (colorPanel.width() / 2) - colorPos.x;
302
+ y = (colorPanel.height() / 2) - colorPos.y;
303
+ r = Math.sqrt(x * x + y * y);
304
+ phi = Math.atan2(y, x);
305
+ if( phi < 0 ) phi += Math.PI * 2;
306
+ if( r > 75 ) {
307
+ r = 75;
308
+ colorPos.x = 75 - (75 * Math.cos(phi));
309
+ colorPos.y = 75 - (75 * Math.sin(phi));
310
+ }
311
+ saturation = keepWithin(r / 0.75, 0, 100);
312
+ hue = keepWithin(phi * 180 / Math.PI, 0, 360);
313
+ brightness = keepWithin(100 - Math.floor(brightnessPos.y * (100 / brightnessPanel.height())), 0, 100);
314
+ hex = hsb2hex({
315
+ h: hue,
316
+ s: saturation,
317
+ b: brightness
318
+ });
319
+
320
+ // Change color panel
321
+ brightnessPanel.css('backgroundColor', hsb2hex({ h: hue, s: saturation, b: 100 }));
322
+
323
+ } else {
324
+ // Standard
325
+
326
+ // Calculate hue, saturation, and brightness
327
+ hue = keepWithin(360 - parseInt(huePos.y * (360 / huePanel.height())), 0, 360);
328
+ saturation = keepWithin(Math.floor(colorPos.x * (100 / colorPanel.height())), 0, 100);
329
+ brightness = keepWithin(100 - Math.floor(colorPos.y * (100 / colorPanel.height())), 0, 100);
330
+ hex = hsb2hex({
331
+ h: hue,
332
+ s: saturation,
333
+ b: brightness
334
+ });
335
+
336
+ // Change color panel
337
+ colorPanel.css('backgroundColor', hsb2hex({ h: hue, s: 100, b: 100 }));
338
+
339
+ }
340
+
341
+ // Determine opacity
342
+ if( hasOpacity ) {
343
+ opacity = parseFloat(1 - (opacityPos.y) / opacityPanel.height()).toFixed(2);
344
+ } else {
345
+ opacity = 1;
346
+ }
347
+
348
+ // Update input control
349
+ input.val(hex);
350
+ if( hasOpacity ) input.attr('data-opacity', opacity);
351
+
352
+ // Set swatch color
353
+ swatch.find('SPAN').css({
354
+ backgroundColor: hex,
355
+ opacity: opacity
356
+ });
357
+
358
+ // Fire change event
359
+ if( hex + opacity !== input.data('last-change') ) {
360
+ input
361
+ .data('last-change', hex + opacity)
362
+ .trigger('change', input);
363
+ }
364
+
365
+ }
366
+
367
+ // Sets the color picker values from the input
368
+ function updateFromInput(input, preserveInputValue) {
369
+
370
+ var hex,
371
+ hsb,
372
+ opacity,
373
+ x, y, r, phi,
374
+
375
+ // Helpful references
376
+ minicolors = input.parent(),
377
+ swatch = minicolors.find('.minicolors-swatch'),
378
+ hasOpacity = input.attr('data-opacity') !== undefined,
379
+ hasWheel = input.attr('data-type') === 'wheel',
380
+
381
+ // Panel objects
382
+ colorPanel = minicolors.find('.minicolors-color'),
383
+ huePanel = minicolors.find('.minicolors-hue'),
384
+ brightnessPanel = minicolors.find('.minicolors-brightness'),
385
+ opacityPanel = minicolors.find('.minicolors-opacity'),
386
+
387
+ // Picker objects
388
+ colorPicker = colorPanel.find('[class$=-picker]'),
389
+ huePicker = huePanel.find('[class$=-picker]'),
390
+ brightnessPicker = brightnessPanel.find('[class$=-picker]'),
391
+ opacityPicker = opacityPanel.find('[class$=-picker]');
392
+
393
+ // Determine hex/HSB values
394
+ hex = convertCase(parseHex(input.val(), true));
395
+ if( !hex ) hex = convertCase(parseHex(input.attr('data-default'), true));
396
+ hsb = hex2hsb(hex);
397
+
398
+ // Update input value
399
+ if( !preserveInputValue ) input.val(hex);
400
+
401
+ // Determine opacity value
402
+ if( hasOpacity ) {
403
+ opacity = input.attr('data-opacity') === '' ? 1 : keepWithin(parseFloat(input.attr('data-opacity')).toFixed(2), 0, 1);
404
+ input.attr('data-opacity', opacity);
405
+ swatch.find('SPAN').css('opacity', opacity);
406
+
407
+ // Set opacity picker position
408
+ y = keepWithin(opacityPanel.height() - (opacityPanel.height() * opacity), 0, opacityPanel.height());
409
+ opacityPicker.css('top', y + 'px');
410
+ }
411
+
412
+ // Determine picker locations
413
+ if( hasWheel ) {
414
+ // Color wheel
415
+
416
+ // Set color picker position
417
+ r = keepWithin(Math.ceil(hsb.s * 0.75), 0, colorPanel.height() / 2);
418
+ phi = hsb.h * Math.PI / 180;
419
+ x = keepWithin(75 - Math.cos(phi) * r, 0, colorPanel.height());
420
+ y = keepWithin(75 - Math.sin(phi) * r, 0, colorPanel.height());
421
+ colorPicker.css({
422
+ top: y + 'px',
423
+ left: x + 'px'
424
+ });
425
+
426
+ // Set brightness
427
+ y = 150 - (hsb.b / (100 / colorPanel.height()));
428
+ if( hex === '' ) y = 0;
429
+ brightnessPicker.css('top', y + 'px');
430
+
431
+ } else {
432
+ // Standard
433
+
434
+ // Set color picker position
435
+ x = keepWithin(Math.ceil(hsb.s / (100 / colorPanel.width())), 0, colorPanel.width());
436
+ y = keepWithin(colorPanel.height() - Math.ceil(hsb.b / (100 / colorPanel.height())), 0, colorPanel.height());
437
+ colorPicker.css({
438
+ top: y + 'px',
439
+ left: x + 'px'
440
+ });
441
+
442
+ // Set hue position
443
+ y = keepWithin(huePanel.height() - (hsb.h / (360 / huePanel.height())), 0, huePanel.height());
444
+ huePicker.css('top', y + 'px');
445
+ }
446
+
447
+ // Update swatch
448
+ swatch.find('SPAN').css('backgroundColor', hex);
449
+
450
+ // Change color panels
451
+ if( hasWheel ) {
452
+ brightnessPanel.css('backgroundColor', hsb2hex({ h: hsb.h, s: hsb.s, b: 100 }));
453
+ } else {
454
+ colorPanel.css('backgroundColor', hsb2hex({ h: hsb.h, s: 100, b: 100 }));
455
+ }
456
+
457
+ }
458
+
459
+ // Converts to the letter case specified in $.minicolors.settings.letterCase
460
+ function convertCase(string) {
461
+ return $.minicolors.settings.letterCase === 'uppercase' ? string.toUpperCase() : string.toLowerCase();
462
+ }
463
+
464
+ // Parses a string and returns a valid hex string when possible
465
+ function parseHex(string, expand) {
466
+ string = string.replace(/[^A-F0-9]/ig, '');
467
+ if( string.length !== 3 && string.length !== 6 ) return '';
468
+ if( string.length === 3 && expand ) {
469
+ string = string[0] + string[0] + string[1] + string[1] + string[2] + string[2];
470
+ }
471
+ return '#' + string;
472
+ }
473
+
474
+ // Keeps value within min and max
475
+ function keepWithin(value, min, max) {
476
+ if( value < min ) value = min;
477
+ if( value > max ) value = max;
478
+ return value;
479
+ }
480
+
481
+ // Converts an HSB object to an RGB object
482
+ function hsb2rgb(hsb) {
483
+ var rgb = {};
484
+ var h = Math.round(hsb.h);
485
+ var s = Math.round(hsb.s * 255 / 100);
486
+ var v = Math.round(hsb.b * 255 / 100);
487
+ if(s === 0) {
488
+ rgb.r = rgb.g = rgb.b = v;
489
+ } else {
490
+ var t1 = v;
491
+ var t2 = (255 - s) * v / 255;
492
+ var t3 = (t1 - t2) * (h % 60) / 60;
493
+ if( h === 360 ) h = 0;
494
+ if( h < 60 ) { rgb.r = t1; rgb.b = t2; rgb.g = t2 + t3; }
495
+ else if( h < 120 ) {rgb.g = t1; rgb.b = t2; rgb.r = t1 - t3; }
496
+ else if( h < 180 ) {rgb.g = t1; rgb.r = t2; rgb.b = t2 + t3; }
497
+ else if( h < 240 ) {rgb.b = t1; rgb.r = t2; rgb.g = t1 - t3; }
498
+ else if( h < 300 ) {rgb.b = t1; rgb.g = t2; rgb.r = t2 + t3; }
499
+ else if( h < 360 ) {rgb.r = t1; rgb.g = t2; rgb.b = t1 - t3; }
500
+ else { rgb.r = 0; rgb.g = 0; rgb.b = 0; }
501
+ }
502
+ return {
503
+ r: Math.round(rgb.r),
504
+ g: Math.round(rgb.g),
505
+ b: Math.round(rgb.b)
506
+ };
507
+ }
508
+
509
+ // Converts an RGB object to a hex string
510
+ function rgb2hex(rgb) {
511
+ var hex = [
512
+ rgb.r.toString(16),
513
+ rgb.g.toString(16),
514
+ rgb.b.toString(16)
515
+ ];
516
+ $.each(hex, function(nr, val) {
517
+ if (val.length === 1) hex[nr] = '0' + val;
518
+ });
519
+ return '#' + hex.join('');
520
+ }
521
+
522
+ // Converts an HSB object to a hex string
523
+ function hsb2hex(hsb) {
524
+ return rgb2hex(hsb2rgb(hsb));
525
+ }
526
+
527
+ // Converts a hex string to an HSB object
528
+ function hex2hsb(hex) {
529
+ var hsb = rgb2hsb(hex2rgb(hex));
530
+ if( hsb.s === 0 ) hsb.h = 360;
531
+ return hsb;
532
+ }
533
+
534
+ // Converts an RGB object to an HSB object
535
+ function rgb2hsb(rgb) {
536
+ var hsb = { h: 0, s: 0, b: 0 };
537
+ var min = Math.min(rgb.r, rgb.g, rgb.b);
538
+ var max = Math.max(rgb.r, rgb.g, rgb.b);
539
+ var delta = max - min;
540
+ hsb.b = max;
541
+ hsb.s = max !== 0 ? 255 * delta / max : 0;
542
+ if( hsb.s !== 0 ) {
543
+ if( rgb.r === max ) {
544
+ hsb.h = (rgb.g - rgb.b) / delta;
545
+ } else if( rgb.g === max ) {
546
+ hsb.h = 2 + (rgb.b - rgb.r) / delta;
547
+ } else {
548
+ hsb.h = 4 + (rgb.r - rgb.g) / delta;
549
+ }
550
+ } else {
551
+ hsb.h = -1;
552
+ }
553
+ hsb.h *= 60;
554
+ if( hsb.h < 0 ) {
555
+ hsb.h += 360;
556
+ }
557
+ hsb.s *= 100/255;
558
+ hsb.b *= 100/255;
559
+ return hsb;
560
+ }
561
+
562
+ // Converts a hex string to an RGB object
563
+ function hex2rgb(hex) {
564
+ hex = parseInt(((hex.indexOf('#') > -1) ? hex.substring(1) : hex), 16);
565
+ return {
566
+ r: hex >> 16,
567
+ g: (hex & 0x00FF00) >> 8,
568
+ b: (hex & 0x0000FF)
569
+ };
570
+ }
571
+
572
+ // A bit of magic...
573
+ $(document).ready( function() {
574
+
575
+ // Auto-initialize
576
+ $.minicolors.init();
577
+
578
+ // Hide on clicks outside of the control
579
+ $(document)
580
+ .on('mousedown touchstart', function(event) {
581
+ if( !$(event.target).parents().add(event.target).hasClass('minicolors') ) hide();
582
+ })
583
+ .on('mousedown touchstart', '.minicolors-color, .minicolors-hue, .minicolors-brightness, .minicolors-opacity', function(event) {
584
+ // Handle color selection
585
+ var target = $(this);
586
+ event.preventDefault();
587
+ $(document).data('minicolors-target', target);
588
+ move(target, event);
589
+ })
590
+ .on('mousemove touchmove', function(event) {
591
+ var target = $(document).data('minicolors-target');
592
+ if( target ) move(target, event);
593
+ })
594
+ .on('mouseup touchend', function() {
595
+ $(this).removeData('minicolors-target');
596
+ })
597
+ .on('click touchstart', '.minicolors-swatch', function(event) {
598
+ // Toggle panel when swatch is clicked
599
+ var input = $(this).parent().find('INPUT'),
600
+ minicolors = input.parent();
601
+ if( minicolors.hasClass('minicolors-focus') ) {
602
+ hide(input);
603
+ } else {
604
+ show(input);
605
+ }
606
+ })
607
+ .on('focus', 'INPUT[type=minicolors]', function(event) {
608
+ var input = $(this);
609
+ show(input);
610
+ })
611
+ .on('blur', 'INPUT[type=minicolors]', function(event) {
612
+ var input = $(this);
613
+ input.val( convertCase(parseHex($(this).val() !== '' ? input.val() : convertCase(parseHex(input.attr('data-default'), true)), true)) );
614
+ })
615
+ .on('keydown', 'INPUT[type=minicolors]', function(event) {
616
+ var input = $(this);
617
+ switch( event.keyCode ) {
618
+ case 9: // tab
619
+ hide();
620
+ break;
621
+ case 27: // esc
622
+ hide();
623
+ input.blur();
624
+ break;
625
+ }
626
+ })
627
+ .on('keyup', 'INPUT[type=minicolors]', function(event) {
628
+ var input = $(this);
629
+ updateFromInput(input, true);
630
+ });
631
+
632
+ });
633
+
634
+ })(jQuery);
minicolors/jquery.minicolors.png ADDED
Binary file
minicolors/readme.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # jQuery MiniColors: A tiny color picker built on jQuery
2
+
3
+ _Copyright Cory LaViska for A Beautiful Site, LLC. (http://www.abeautifulsite.net/)_
4
+
5
+ _Dual-licensed under the MIT and GPL Version 2 licenses_
6
+
7
+
8
+ ## Demo & Documentation
9
+
10
+ http://labs.abeautifulsite.net/jquery-miniColors/
11
+
12
+ ## Quick Start
13
+
14
+ 1. `<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>`
15
+ 2. `<script src="jquery.minicolors.js"></script>`
16
+ 3. `<link rel="stylesheet" href="jquery.minicolors.css" />`
17
+
18
+ To create a color picker:
19
+
20
+ `<input type="minicolors" name="color" />`
21
+
22
+ Refer to `index.html` for complete documentation and examples.
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.2
7
- Stable tag: 3.7
8
 
9
  This plugin allows you to implement gallery page into your web site.
10
 
@@ -40,8 +40,10 @@ This plugin makes it possible to implement as many galleries as you want into yo
40
  * Hungarian (hu_HU) (thanks to Mészöly Gábor)
41
  * Italian (it_IT) (thanks to Stefano Ferruggiara)
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
 
@@ -119,6 +121,12 @@ Just setup a necessary order and click 'Save' button.
119
 
120
  == Changelog ==
121
 
 
 
 
 
 
 
122
  = V3.7 - 23.10.2012 =
123
  * NEW : Added link url field - clicking on image open the link in new window.
124
 
@@ -227,6 +235,9 @@ Just setup a necessary order and click 'Save' button.
227
 
228
  == Upgrade Notice ==
229
 
 
 
 
230
  = V3.7 =
231
  Added link url field - clicking on image open the link in new window.
232
 
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.5
7
+ Stable tag: 3.8
8
 
9
  This plugin allows you to implement gallery page into your web site.
10
 
40
  * Hungarian (hu_HU) (thanks to Mészöly Gábor)
41
  * Italian (it_IT) (thanks to Stefano Ferruggiara)
42
  * Lituanian (lt_LT) (thanks to Naglis Jonaitis)
43
+ * Persian (fa_IR) (thanks to Einolah Kiamehr and Meisam)
44
  * Polish (pl_PL) (thanks to Janusz Janczy, Bezcennyczas.pl)
45
  * Russian (ru_RU)
46
+ * Serbian (sr_RS) (thanks to Radovan Georgijevich)
47
  * Spanish (es) (thanks to Victor Garcia)
48
  * Ukrainian (uk_UA)(thanks to Ted Mosby)
49
 
121
 
122
  == Changelog ==
123
 
124
+ = V3.8 - 20.12.2012 =
125
+ * NEW : Serbian and Persian language files is added to the plugin.
126
+ * NEW : Added setting for Border for image on gallery page - display, width, color.
127
+ * NEW : Added setting for URL for Return link - Gallery Template page or Custom page.
128
+ * Update : We updated all functionality for wordpress 3.5.
129
+
130
  = V3.7 - 23.10.2012 =
131
  * NEW : Added link url field - clicking on image open the link in new window.
132
 
235
 
236
  == Upgrade Notice ==
237
 
238
+ = V3.8 =
239
+ Serbian and Persian language files is added to the plugin. Added setting for Border for image on gallery page - display, width, color. Added setting for URL for Return link - Gallery Template page or Custom page. We updated all functionality for wordpress 3.5.
240
+
241
  = V3.7 =
242
  Added link url field - clicking on image open the link in new window.
243
 
screenshot-3.jpg CHANGED
Binary file
template/gallery-single-template.php CHANGED
@@ -34,22 +34,30 @@
34
  $image_attributes = wp_get_attachment_image_src( $attachment->ID, 'photo-thumb' );
35
  $image_attributes_large = wp_get_attachment_image_src( $attachment->ID, 'large' );
36
  $image_attributes_full = wp_get_attachment_image_src( $attachment->ID, 'full' );
 
 
 
 
 
 
 
 
37
  if( $count_image_block % $gllr_options['custom_image_row_count'] == 0 ) { ?>
38
  <div class="gllr_image_row">
39
  <?php } ?>
40
  <div class="gllr_image_block">
41
- <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;">
42
  <?php if( ( $url_for_link = get_post_meta( $attachment->ID, $link_key, true ) ) != "" ) { ?>
43
  <a href="<?php echo $url_for_link; ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" target="_blank">
44
- <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]; ?>" />
45
  </a>
46
  <?php } else { ?>
47
  <a rel="gallery_fancybox" href="<?php echo $image_attributes_large[0]; ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" >
48
- <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]; ?>" />
49
  </a>
50
  <?php } ?>
51
  </p>
52
- <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>
53
  </div>
54
  <?php if($count_image_block%$gllr_options['custom_image_row_count'] == $gllr_options['custom_image_row_count']-1 ) { ?>
55
  </div>
@@ -68,12 +76,15 @@
68
  <p class="not_found"><?php _e('Sorry - nothing to found.', 'gallery'); ?></p>
69
  </div>
70
  <?php endif; ?>
71
- <?php if( $gllr_options['return_link'] == 1 ) {
72
- global $wpdb;
73
- $parent = $wpdb->get_var("SELECT $wpdb->posts.ID FROM $wpdb->posts, $wpdb->postmeta WHERE meta_key = '_wp_page_template' AND meta_value = 'gallery-template.php' AND (post_status = 'publish' OR post_status = 'private') AND $wpdb->posts.ID = $wpdb->postmeta.post_id");
74
- ?>
75
- <div class="return_link"><a href="<?php echo ( !empty( $parent ) ? get_permalink( $parent ) : '' ); ?>"><?php echo $gllr_options['return_link_text']; ?></a></div>
76
- <?php } ?>
 
 
 
77
  </div>
78
  </div>
79
  <?php get_sidebar(); ?>
34
  $image_attributes = wp_get_attachment_image_src( $attachment->ID, 'photo-thumb' );
35
  $image_attributes_large = wp_get_attachment_image_src( $attachment->ID, 'large' );
36
  $image_attributes_full = wp_get_attachment_image_src( $attachment->ID, 'full' );
37
+ if( 1 == $gllr_options['border_images'] ){
38
+ $gllr_border = 'border-width: '.$gllr_options['border_images_width'].'px; border-color:'.$gllr_options['border_images_color'].'';
39
+ $gllr_border_images = $gllr_options['border_images_width'] * 2;
40
+ }
41
+ else{
42
+ $gllr_border = '';
43
+ $gllr_border_images = 0;
44
+ }
45
  if( $count_image_block % $gllr_options['custom_image_row_count'] == 0 ) { ?>
46
  <div class="gllr_image_row">
47
  <?php } ?>
48
  <div class="gllr_image_block">
49
+ <p style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]+$gllr_border_images; ?>px;height:<?php echo $gllr_options['gllr_custom_size_px'][1][1]+$gllr_border_images; ?>px;">
50
  <?php if( ( $url_for_link = get_post_meta( $attachment->ID, $link_key, true ) ) != "" ) { ?>
51
  <a href="<?php echo $url_for_link; ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" target="_blank">
52
+ <img style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]; ?>px;height:<?php echo $gllr_options['gllr_custom_size_px'][1][1]; ?>px; <?php echo $gllr_border; ?>" alt="" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" src="<?php echo $image_attributes[0]; ?>" />
53
  </a>
54
  <?php } else { ?>
55
  <a rel="gallery_fancybox" href="<?php echo $image_attributes_large[0]; ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" >
56
+ <img style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]; ?>px;height:<?php echo $gllr_options['gllr_custom_size_px'][1][1]; ?>px; <?php echo $gllr_border; ?>" alt="" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" src="<?php echo $image_attributes[0]; ?>" rel="<?php echo $image_attributes_full[0]; ?>" />
57
  </a>
58
  <?php } ?>
59
  </p>
60
+ <div style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]+$gllr_border_images; ?>px; <?php if( 0 == $gllr_options["image_text"] ) echo "visibility:hidden;"; ?>" class="gllr_single_image_text"><?php echo get_post_meta( $attachment->ID, $key, true ); ?>&nbsp;</div>
61
  </div>
62
  <?php if($count_image_block%$gllr_options['custom_image_row_count'] == $gllr_options['custom_image_row_count']-1 ) { ?>
63
  </div>
76
  <p class="not_found"><?php _e('Sorry - nothing to found.', 'gallery'); ?></p>
77
  </div>
78
  <?php endif; ?>
79
+ <?php if( 1 == $gllr_options['return_link'] ) {
80
+ if( 'gallery_template_url' == $gllr_options["return_link_page"] ){
81
+ global $wpdb;
82
+ $parent = $wpdb->get_var( "SELECT $wpdb->posts.ID FROM $wpdb->posts, $wpdb->postmeta WHERE meta_key = '_wp_page_template' AND meta_value = 'gallery-template.php' AND (post_status = 'publish' OR post_status = 'private') AND $wpdb->posts.ID = $wpdb->postmeta.post_id" ); ?>
83
+ <div class="return_link"><a href="<?php echo ( !empty( $parent ) ? get_permalink( $parent ) : '' ); ?>"><?php echo $gllr_options['return_link_text']; ?></a></div>
84
+ <?php } else { ?>
85
+ <div class="return_link"><a href="<?php echo $gllr_options["return_link_url"]; ?>"><?php echo $gllr_options['return_link_text']; ?></a></div>
86
+ <?php }
87
+ } ?>
88
  </div>
89
  </div>
90
  <?php get_sidebar(); ?>
template/gallery-template.php CHANGED
@@ -59,10 +59,18 @@ Template Name: Gallery Template
59
  else {
60
  $image_attributes = wp_get_attachment_image_src( $attachments, 'album-thumb' );
61
  }
 
 
 
 
 
 
 
 
62
  $count++;
63
  ?>
64
  <li>
65
- <img style="width:<?php echo $gllr_options['gllr_custom_size_px'][0][0]; ?>px;" alt="<?php echo $post->post_title; ?>" title="<?php echo $post->post_title; ?>" src="<?php echo $image_attributes[0]; ?>" />
66
  <div class="gallery_detail_box">
67
  <div><?php echo $post->post_title; ?></div>
68
  <div><?php echo the_excerpt_max_charlength(100); ?></div>
59
  else {
60
  $image_attributes = wp_get_attachment_image_src( $attachments, 'album-thumb' );
61
  }
62
+ if( 1 == $gllr_options['border_images'] ){
63
+ $gllr_border = 'border-width: '.$gllr_options['border_images_width'].'px; border-color:'.$gllr_options['border_images_color'].'; padding:0;';
64
+ $gllr_border_images = $gllr_options['border_images_width'] * 2;
65
+ }
66
+ else{
67
+ $gllr_border = 'padding:0;';
68
+ $gllr_border_images = 0;
69
+ }
70
  $count++;
71
  ?>
72
  <li>
73
+ <img style="width:<?php echo $gllr_options['gllr_custom_size_px'][0][0]; ?>px; <?php echo $gllr_border; ?>" alt="<?php echo $post->post_title; ?>" title="<?php echo $post->post_title; ?>" src="<?php echo $image_attributes[0]; ?>" />
74
  <div class="gallery_detail_box">
75
  <div><?php echo $post->post_title; ?></div>
76
  <div><?php echo the_excerpt_max_charlength(100); ?></div>