Gallery by BestWebSoft - Version 4.0.4

Version Description

  • 28.10.2013 =
  • Update : We updated all functionality for wordpress 3.7.
Download this release

Release Info

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

Code changes from version 4.0.3 to 4.0.4

bws_menu/bws_menu.php CHANGED
@@ -5,11 +5,16 @@
5
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
6
  function bws_add_menu_render() {
7
  global $wpdb, $wp_version, $title;
8
- $active_plugins = get_option('active_plugins');
9
  $all_plugins = get_plugins();
10
  $error = '';
11
  $message = '';
12
  $bwsmn_form_email = '';
 
 
 
 
 
 
13
 
14
  $array_activate = array();
15
  $array_install = array();
@@ -29,25 +34,26 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
29
  array( 'updater\/updater.php', 'Updater', 'http://bestwebsoft.com/plugin/updater-plugin/', 'http://bestwebsoft.com/plugin/updater-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=updater+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=updater-options' ),
30
  array( 'custom-fields-search\/custom-fields-search.php', 'Custom Fields Search', 'http://bestwebsoft.com/plugin/custom-fields-search/', 'http://bestwebsoft.com/plugin/custom-fields-search/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Fields+Search+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=custom_fields_search.php' ),
31
  array( 'google-one\/google-plus-one.php', 'Google +1', 'http://bestwebsoft.com/plugin/google-plus-one/', 'http://bestwebsoft.com/plugin/google-plus-one/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+%2B1+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=google-plus-one.php' ),
32
- array( 'relevant\/related-posts-plugin.php', 'Related Posts Plugin', 'http://bestwebsoft.com/plugin/related-posts-plugin/', 'http://bestwebsoft.com/plugin/related-posts-plugin/#download', '/wp-admin/plugin-install.php?tab=search&s=Related+Posts+Plugin+Bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=related-posts-plugin.php' )
 
33
  );
34
  foreach ( $array_plugins as $plugins ) {
35
- if( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
36
- $array_activate[$count_activate]["title"] = $plugins[1];
37
- $array_activate[$count_activate]["link"] = $plugins[2];
38
- $array_activate[$count_activate]["href"] = $plugins[3];
39
- $array_activate[$count_activate]["url"] = $plugins[5];
40
  $count_activate++;
41
  } else if ( array_key_exists( str_replace( "\\", "", $plugins[0] ), $all_plugins ) ) {
42
- $array_install[$count_install]["title"] = $plugins[1];
43
- $array_install[$count_install]["link"] = $plugins[2];
44
- $array_install[$count_install]["href"] = $plugins[3];
45
  $count_install++;
46
  } else {
47
- $array_recomend[$count_recomend]["title"] = $plugins[1];
48
- $array_recomend[$count_recomend]["link"] = $plugins[2];
49
- $array_recomend[$count_recomend]["href"] = $plugins[3];
50
- $array_recomend[$count_recomend]["slug"] = $plugins[4];
51
  $count_recomend++;
52
  }
53
  }
@@ -59,24 +65,25 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
59
  array( 'gallery-plugin-pro\/gallery-plugin-pro.php', 'Gallery Pro', 'http://bestwebsoft.com/plugin/gallery-pro/?k=382e5ce7c96a6391f5ffa5e116b37fe0', 'http://bestwebsoft.com/plugin/gallery-pro/?k=382e5ce7c96a6391f5ffa5e116b37fe0#purchase', 'admin.php?page=gallery-plugin-pro.php' ),
60
  array( 'contact-form-pro\/contact_form_pro.php', 'Contact Form Pro', 'http://bestwebsoft.com/plugin/contact-form-pro/?k=773dc97bb3551975db0e32edca1a6d71', 'http://bestwebsoft.com/plugin/contact-form-pro/?k=773dc97bb3551975db0e32edca1a6d71#purchase', 'admin.php?page=contact_form_pro.php' ),
61
  array( 'captcha-pro\/captcha_pro.php', 'Captcha Pro', 'http://bestwebsoft.com/plugin/captcha-pro/?k=ff7d65e55e5e7f98f219be9ed711094e', 'http://bestwebsoft.com/plugin/captcha-pro/?k=ff7d65e55e5e7f98f219be9ed711094e#purchase', 'admin.php?page=captcha_pro.php' ),
62
- array( 'updater-pro\/updater_pro.php', 'Updater Pro', 'http://bestwebsoft.com/plugin/updater-pro?k=cf633acbefbdff78545347fe08a3aecb', 'http://bestwebsoft.com/plugin/updater-pro?k=cf633acbefbdff78545347fe08a3aecb#purchase', 'admin.php?page=updater-pro-options' )
 
63
  );
64
  foreach ( $array_plugins_pro as $plugins ) {
65
- if( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
66
- $array_activate_pro[$count_activate_pro]["title"] = $plugins[1];
67
- $array_activate_pro[$count_activate_pro]["link"] = $plugins[2];
68
- $array_activate_pro[$count_activate_pro]["href"] = $plugins[3];
69
- $array_activate_pro[$count_activate_pro]["url"] = $plugins[4];
70
  $count_activate_pro++;
71
- } else if( array_key_exists(str_replace( "\\", "", $plugins[0]), $all_plugins ) ) {
72
- $array_install_pro[$count_install_pro]["title"] = $plugins[1];
73
- $array_install_pro[$count_install_pro]["link"] = $plugins[2];
74
- $array_install_pro[$count_install_pro]["href"] = $plugins[3];
75
  $count_install_pro++;
76
  } else {
77
- $array_recomend_pro[$count_recomend_pro]["title"] = $plugins[1];
78
- $array_recomend_pro[$count_recomend_pro]["link"] = $plugins[2];
79
- $array_recomend_pro[$count_recomend_pro]["href"] = $plugins[3];
80
  $count_recomend_pro++;
81
  }
82
  }
@@ -111,13 +118,13 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
111
  else
112
  $memory_limit = __( 'N/A', 'bestwebsoft' );
113
  if ( function_exists( 'memory_get_usage' ) )
114
- $memory_usage = round( memory_get_usage() / 1024 / 1024, 2 ) . __(' Mb', 'bestwebsoft' );
115
  else
116
  $memory_usage = __( 'N/A', 'bestwebsoft' );
117
  if ( is_callable( 'exif_read_data' ) )
118
- $exif_read_data = __('Yes', 'bestwebsoft' ) . " ( V" . substr( phpversion( 'exif' ), 0,4 ) . ")" ;
119
  else
120
- $exif_read_data = __('No', 'bestwebsoft' );
121
  if ( is_callable( 'iptcparse' ) )
122
  $iptcparse = __( 'Yes', 'bestwebsoft' );
123
  else
@@ -141,13 +148,13 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
141
  } else
142
  $multisite = __( 'N/A', 'bestwebsoft' );
143
 
144
- $site_url = get_option('siteurl');
145
- $home_url = get_option('home');
146
- $db_version = get_option('db_version');
147
  $system_info = array(
148
- 'system_info' => '',
149
- 'active_plugins' => '',
150
- 'inactive_plugins' => ''
151
  );
152
  $system_info['system_info'] = array(
153
  __( 'Operating System', 'bestwebsoft' ) => PHP_OS,
@@ -184,7 +191,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
184
  ( isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ) ) ) {
185
  if ( isset( $_REQUEST['bwsmn_form_email'] ) ) {
186
  $bwsmn_form_email = trim( $_REQUEST['bwsmn_form_email'] );
187
- if( $bwsmn_form_email == "" || !preg_match( "/^((?:[a-z0-9']+(?:[a-z0-9\-_\.']+)?@[a-z0-9]+(?:[a-z0-9\-\.]+)?\.[a-z]{2,5})[, ]*)+$/i", $bwsmn_form_email ) ) {
188
  $error = __( "Please enter a valid email address.", 'bestwebsoft' );
189
  } else {
190
  $email = $bwsmn_form_email;
@@ -226,11 +233,11 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
226
  }
227
  ?><div class="wrap">
228
  <div class="icon32 icon32-bws" id="icon-options-general"></div>
229
- <h2><?php echo $title;?></h2>
230
- <div class="updated fade" <?php if ( !( isset( $_REQUEST['bwsmn_form_submit'] ) || isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
231
  <div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
232
  <h3 style="color: blue;"><?php _e( 'Pro plugins', 'bestwebsoft' ); ?></h3>
233
- <?php if( 0 < $count_activate_pro ) { ?>
234
  <div style="padding-left:15px;">
235
  <h4><?php _e( 'Activated plugins', 'bestwebsoft' ); ?></h4>
236
  <?php foreach ( $array_activate_pro as $activate_plugin ) { ?>
@@ -238,7 +245,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
238
  <?php } ?>
239
  </div>
240
  <?php } ?>
241
- <?php if( 0 < $count_install_pro ) { ?>
242
  <div style="padding-left:15px;">
243
  <h4><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
244
  <?php foreach ( $array_install_pro as $install_plugin) { ?>
@@ -246,7 +253,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
246
  <?php } ?>
247
  </div>
248
  <?php } ?>
249
- <?php if( 0 < $count_recomend_pro ) { ?>
250
  <div style="padding-left:15px;">
251
  <h4><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h4>
252
  <?php foreach ( $array_recomend_pro as $recomend_plugin ) { ?>
@@ -256,15 +263,15 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
256
  <?php } ?>
257
  <br />
258
  <h3 style="color: green"><?php _e( 'Free plugins', 'bestwebsoft' ); ?></h3>
259
- <?php if( 0 < $count_activate ) { ?>
260
  <div style="padding-left:15px;">
261
  <h4><?php _e( 'Activated plugins', 'bestwebsoft' ); ?></h4>
262
- <?php foreach( $array_activate as $activate_plugin ) { ?>
263
  <div style="float:left; width:200px;"><?php echo $activate_plugin["title"]; ?></div> <p><a href="<?php echo $activate_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a> <a href="<?php echo $activate_plugin["url"]; ?>"><?php echo __( "Settings", 'bestwebsoft' ); ?></a></p>
264
  <?php } ?>
265
  </div>
266
  <?php } ?>
267
- <?php if( 0 < $count_install ) { ?>
268
  <div style="padding-left:15px;">
269
  <h4><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
270
  <?php foreach ( $array_install as $install_plugin ) { ?>
@@ -272,7 +279,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
272
  <?php } ?>
273
  </div>
274
  <?php } ?>
275
- <?php if( 0 < $count_recomend ) { ?>
276
  <div style="padding-left:15px;">
277
  <h4><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h4>
278
  <?php foreach ( $array_recomend as $recomend_plugin ) { ?>
5
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
6
  function bws_add_menu_render() {
7
  global $wpdb, $wp_version, $title;
 
8
  $all_plugins = get_plugins();
9
  $error = '';
10
  $message = '';
11
  $bwsmn_form_email = '';
12
+ if ( is_multisite() ) {
13
+ $active_plugins = (array) array_keys( get_site_option( 'active_sitewide_plugins', array() ) );
14
+ $active_plugins = array_merge( $active_plugins , get_option( 'active_plugins' ) );
15
+ } else {
16
+ $active_plugins = get_option( 'active_plugins' );
17
+ }
18
 
19
  $array_activate = array();
20
  $array_install = array();
34
  array( 'updater\/updater.php', 'Updater', 'http://bestwebsoft.com/plugin/updater-plugin/', 'http://bestwebsoft.com/plugin/updater-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=updater+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=updater-options' ),
35
  array( 'custom-fields-search\/custom-fields-search.php', 'Custom Fields Search', 'http://bestwebsoft.com/plugin/custom-fields-search/', 'http://bestwebsoft.com/plugin/custom-fields-search/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Fields+Search+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=custom_fields_search.php' ),
36
  array( 'google-one\/google-plus-one.php', 'Google +1', 'http://bestwebsoft.com/plugin/google-plus-one/', 'http://bestwebsoft.com/plugin/google-plus-one/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+%2B1+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=google-plus-one.php' ),
37
+ array( 'relevant\/related-posts-plugin.php', 'Related Posts Plugin', 'http://bestwebsoft.com/plugin/related-posts-plugin/', 'http://bestwebsoft.com/plugin/related-posts-plugin/#download', '/wp-admin/plugin-install.php?tab=search&s=Related+Posts+Plugin+Bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=related-posts-plugin.php' ),
38
+ array( 'contact-form-to-db\/contact_form_to_db.php', 'Contact Form to DB', 'http://bestwebsoft.com/plugin/contact-form-to-db/', 'http://bestwebsoft.com/plugin/contact-form-to-db/#download', '/wp-admin/plugin-install.php?tab=search&s=Contact+Form+to+DB+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=cntctfrmtdb_settings' )
39
  );
40
  foreach ( $array_plugins as $plugins ) {
41
+ if ( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
42
+ $array_activate[ $count_activate ]["title"] = $plugins[1];
43
+ $array_activate[ $count_activate ]["link"] = $plugins[2];
44
+ $array_activate[ $count_activate ]["href"] = $plugins[3];
45
+ $array_activate[ $count_activate ]["url"] = $plugins[5];
46
  $count_activate++;
47
  } else if ( array_key_exists( str_replace( "\\", "", $plugins[0] ), $all_plugins ) ) {
48
+ $array_install[ $count_install ]["title"] = $plugins[1];
49
+ $array_install[ $count_install ]["link"] = $plugins[2];
50
+ $array_install[ $count_install ]["href"] = $plugins[3];
51
  $count_install++;
52
  } else {
53
+ $array_recomend[ $count_recomend ]["title"] = $plugins[1];
54
+ $array_recomend[ $count_recomend ]["link"] = $plugins[2];
55
+ $array_recomend[ $count_recomend ]["href"] = $plugins[3];
56
+ $array_recomend[ $count_recomend ]["slug"] = $plugins[4];
57
  $count_recomend++;
58
  }
59
  }
65
  array( 'gallery-plugin-pro\/gallery-plugin-pro.php', 'Gallery Pro', 'http://bestwebsoft.com/plugin/gallery-pro/?k=382e5ce7c96a6391f5ffa5e116b37fe0', 'http://bestwebsoft.com/plugin/gallery-pro/?k=382e5ce7c96a6391f5ffa5e116b37fe0#purchase', 'admin.php?page=gallery-plugin-pro.php' ),
66
  array( 'contact-form-pro\/contact_form_pro.php', 'Contact Form Pro', 'http://bestwebsoft.com/plugin/contact-form-pro/?k=773dc97bb3551975db0e32edca1a6d71', 'http://bestwebsoft.com/plugin/contact-form-pro/?k=773dc97bb3551975db0e32edca1a6d71#purchase', 'admin.php?page=contact_form_pro.php' ),
67
  array( 'captcha-pro\/captcha_pro.php', 'Captcha Pro', 'http://bestwebsoft.com/plugin/captcha-pro/?k=ff7d65e55e5e7f98f219be9ed711094e', 'http://bestwebsoft.com/plugin/captcha-pro/?k=ff7d65e55e5e7f98f219be9ed711094e#purchase', 'admin.php?page=captcha_pro.php' ),
68
+ array( 'updater-pro\/updater_pro.php', 'Updater Pro', 'http://bestwebsoft.com/plugin/updater-pro/?k=cf633acbefbdff78545347fe08a3aecb', 'http://bestwebsoft.com/plugin/updater-pro?k=cf633acbefbdff78545347fe08a3aecb#purchase', 'admin.php?page=updater-pro-options' ),
69
+ array( 'contact-form-to-db-pro\/contact_form_to_db_pro.php', 'Contact Form to DB Pro', 'http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=6ce5f4a9006ec906e4db643669246c6a', 'http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=6ce5f4a9006ec906e4db643669246c6a#purchase', 'admin.php?page=cntctfrmtdbpr_settings' )
70
  );
71
  foreach ( $array_plugins_pro as $plugins ) {
72
+ if ( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
73
+ $array_activate_pro[ $count_activate_pro ]["title"] = $plugins[1];
74
+ $array_activate_pro[ $count_activate_pro ]["link"] = $plugins[2];
75
+ $array_activate_pro[ $count_activate_pro ]["href"] = $plugins[3];
76
+ $array_activate_pro[ $count_activate_pro ]["url"] = $plugins[4];
77
  $count_activate_pro++;
78
+ } else if ( array_key_exists( str_replace( "\\", "", $plugins[0]), $all_plugins ) ) {
79
+ $array_install_pro[ $count_install_pro ]["title"] = $plugins[1];
80
+ $array_install_pro[ $count_install_pro ]["link"] = $plugins[2];
81
+ $array_install_pro[ $count_install_pro ]["href"] = $plugins[3];
82
  $count_install_pro++;
83
  } else {
84
+ $array_recomend_pro[ $count_recomend_pro ]["title"] = $plugins[1];
85
+ $array_recomend_pro[ $count_recomend_pro ]["link"] = $plugins[2];
86
+ $array_recomend_pro[ $count_recomend_pro ]["href"] = $plugins[3];
87
  $count_recomend_pro++;
88
  }
89
  }
118
  else
119
  $memory_limit = __( 'N/A', 'bestwebsoft' );
120
  if ( function_exists( 'memory_get_usage' ) )
121
+ $memory_usage = round( memory_get_usage() / 1024 / 1024, 2 ) . __( ' Mb', 'bestwebsoft' );
122
  else
123
  $memory_usage = __( 'N/A', 'bestwebsoft' );
124
  if ( is_callable( 'exif_read_data' ) )
125
+ $exif_read_data = __( 'Yes', 'bestwebsoft' ) . " ( V" . substr( phpversion( 'exif' ), 0,4 ) . ")" ;
126
  else
127
+ $exif_read_data = __( 'No', 'bestwebsoft' );
128
  if ( is_callable( 'iptcparse' ) )
129
  $iptcparse = __( 'Yes', 'bestwebsoft' );
130
  else
148
  } else
149
  $multisite = __( 'N/A', 'bestwebsoft' );
150
 
151
+ $site_url = get_option( 'siteurl' );
152
+ $home_url = get_option( 'home' );
153
+ $db_version = get_option( 'db_version' );
154
  $system_info = array(
155
+ 'system_info' => '',
156
+ 'active_plugins' => '',
157
+ 'inactive_plugins' => ''
158
  );
159
  $system_info['system_info'] = array(
160
  __( 'Operating System', 'bestwebsoft' ) => PHP_OS,
191
  ( isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ) ) ) {
192
  if ( isset( $_REQUEST['bwsmn_form_email'] ) ) {
193
  $bwsmn_form_email = trim( $_REQUEST['bwsmn_form_email'] );
194
+ if ( $bwsmn_form_email == "" || !preg_match( "/^((?:[a-z0-9']+(?:[a-z0-9\-_\.']+)?@[a-z0-9]+(?:[a-z0-9\-\.]+)?\.[a-z]{2,5})[, ]*)+$/i", $bwsmn_form_email ) ) {
195
  $error = __( "Please enter a valid email address.", 'bestwebsoft' );
196
  } else {
197
  $email = $bwsmn_form_email;
233
  }
234
  ?><div class="wrap">
235
  <div class="icon32 icon32-bws" id="icon-options-general"></div>
236
+ <h2><?php echo $title; ?></h2>
237
+ <div class="updated fade" <?php if ( ! ( isset( $_REQUEST['bwsmn_form_submit'] ) || isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
238
  <div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
239
  <h3 style="color: blue;"><?php _e( 'Pro plugins', 'bestwebsoft' ); ?></h3>
240
+ <?php if ( 0 < $count_activate_pro ) { ?>
241
  <div style="padding-left:15px;">
242
  <h4><?php _e( 'Activated plugins', 'bestwebsoft' ); ?></h4>
243
  <?php foreach ( $array_activate_pro as $activate_plugin ) { ?>
245
  <?php } ?>
246
  </div>
247
  <?php } ?>
248
+ <?php if ( 0 < $count_install_pro ) { ?>
249
  <div style="padding-left:15px;">
250
  <h4><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
251
  <?php foreach ( $array_install_pro as $install_plugin) { ?>
253
  <?php } ?>
254
  </div>
255
  <?php } ?>
256
+ <?php if ( 0 < $count_recomend_pro ) { ?>
257
  <div style="padding-left:15px;">
258
  <h4><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h4>
259
  <?php foreach ( $array_recomend_pro as $recomend_plugin ) { ?>
263
  <?php } ?>
264
  <br />
265
  <h3 style="color: green"><?php _e( 'Free plugins', 'bestwebsoft' ); ?></h3>
266
+ <?php if ( 0 < $count_activate ) { ?>
267
  <div style="padding-left:15px;">
268
  <h4><?php _e( 'Activated plugins', 'bestwebsoft' ); ?></h4>
269
+ <?php foreach ( $array_activate as $activate_plugin ) { ?>
270
  <div style="float:left; width:200px;"><?php echo $activate_plugin["title"]; ?></div> <p><a href="<?php echo $activate_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a> <a href="<?php echo $activate_plugin["url"]; ?>"><?php echo __( "Settings", 'bestwebsoft' ); ?></a></p>
271
  <?php } ?>
272
  </div>
273
  <?php } ?>
274
+ <?php if ( 0 < $count_install ) { ?>
275
  <div style="padding-left:15px;">
276
  <h4><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
277
  <?php foreach ( $array_install as $install_plugin ) { ?>
279
  <?php } ?>
280
  </div>
281
  <?php } ?>
282
+ <?php if ( 0 < $count_recomend ) { ?>
283
  <div style="padding-left:15px;">
284
  <h4><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h4>
285
  <?php foreach ( $array_recomend as $recomend_plugin ) { ?>
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: 4.0.3
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
@@ -247,21 +247,21 @@ if ( ! function_exists( 'gllr_post_custom_box' ) ) {
247
 
248
  });
249
  <?php } ?>
250
- function img_delete(id) {
251
- jQuery('#'+id).hide();
252
- jQuery('#delete_images').append('<input type="hidden" name="delete_images[]" value="'+id+'" />');
253
  }
254
  </script>
255
  <?php
256
  $plugin_info = get_plugin_data( __FILE__ );
257
  $posts = get_posts( array(
258
  "showposts" => -1,
259
- "what_to_show" => "posts",
260
  "post_status" => "inherit",
261
  "post_type" => "attachment",
262
- "orderby" => $gllr_options['order_by'],
263
- "order" => $gllr_options['order'],
264
- "post_mime_type"=> "image/jpeg,image/gif,image/jpg,image/png",
265
  "post_parent" => $post->ID )); ?>
266
  <ul class="gallery clearfix">
267
  <?php foreach ( $posts as $page ):
@@ -316,9 +316,9 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
316
  }
317
  reset( $array_file_name );
318
  require_once( ABSPATH . 'wp-admin/includes/image.php' );
319
- while( list( $key, $val ) = each( $array_file_name ) ) {
320
  $file_name = sanitize_file_name( $val );
321
- if( file_exists( $uploadFile[$key] ) ){
322
  $uploadFile[$key] = $uploadDir["path"] ."/" . pathinfo( $uploadFile[$key], PATHINFO_FILENAME ).uniqid().".".pathinfo( $uploadFile[$key], PATHINFO_EXTENSION );
323
  }
324
 
@@ -454,15 +454,15 @@ if ( ! function_exists( 'gllr_custom_permalinks' ) ) {
454
  global $wpdb;
455
  $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" );
456
  if ( ! empty( $parent ) ) {
457
- $newrules['(.+)/'.$parent.'/([^/]+)/?$']= 'index.php?post_type=gallery&name=$matches[2]&posts_per_page=-1';
458
- $newrules[''.$parent.'/([^/]+)/?$']= 'index.php?post_type=gallery&name=$matches[1]&posts_per_page=-1';
459
- $newrules[''.$parent.'/page/([^/]+)/?$']= 'index.php?pagename='.$parent.'&paged=$matches[1]';
460
- $newrules[''.$parent.'/page/([^/]+)?$']= 'index.php?pagename='.$parent.'&paged=$matches[1]';
461
  } else {
462
- $newrules['(.+)/gallery/([^/]+)/?$']= 'index.php?post_type=gallery&name=$matches[2]&posts_per_page=-1';
463
- $newrules['gallery/([^/]+)/?$']= 'index.php?post_type=gallery&name=$matches[1]&posts_per_page=-1';
464
- $newrules['gallery/page/([^/]+)/?$']= 'index.php?pagename=gallery&paged=$matches[1]';
465
- $newrules['gallery/page/([^/]+)?$']= 'index.php?pagename=gallery&paged=$matches[1]';
466
  }
467
  }
468
  if ( false === $rules )
@@ -667,12 +667,12 @@ if ( ! function_exists( 'register_gllr_settings' ) ) {
667
 
668
  if( ! function_exists( 'gllr_settings_page' ) ) {
669
  function gllr_settings_page() {
670
- global $gllr_options, $wp_version;
671
  $error = "";
672
  $plugin_info = get_plugin_data( __FILE__ );
673
 
674
  // Save data for settings page
675
- if( isset( $_REQUEST['gllr_form_submit'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'gllr_nonce_name' ) ) {
676
  $gllr_request_options = array();
677
  $gllr_request_options["gllr_custom_size_name"] = $gllr_options["gllr_custom_size_name"];
678
 
@@ -705,7 +705,39 @@ if( ! function_exists( 'gllr_settings_page' ) ) {
705
  $gllr_request_options["return_link_shortcode"] = ( isset( $_REQUEST['gllr_return_link_shortcode'] ) ) ? 1 : 0;
706
 
707
  $gllr_request_options["return_link_text"] = $_REQUEST['gllr_return_link_text'];
708
- $gllr_request_options["read_more_link_text"] = $_REQUEST['gllr_read_more_link_text'];
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
709
 
710
  // array merge incase this version has added new options
711
  $gllr_options = array_merge( $gllr_options, $gllr_request_options );
@@ -801,9 +833,9 @@ if( ! function_exists( 'gllr_settings_page' ) ) {
801
  </div>
802
  <table class="form-table">
803
  <tr valign="top">
804
- <th scope="row"><?php _e( 'Images with border', 'gallery' ); ?> </th>
805
  <td>
806
- <input type="checkbox" name="gllr_border_images" value="1" <?php if( $gllr_options["border_images"] == 1 ) echo 'checked="checked"'; ?> /> <br />
807
  <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 />
808
  <?php if( $wp_version >= 3.5 ) { ?>
809
  <input type="minicolors" name="gllr_border_images_color" value="<?php echo $gllr_options["border_images_color"]; ?>" id="gllr_border_images_color" /> <?php _e( 'Select a border color', 'gallery' ); ?>
@@ -832,38 +864,38 @@ if( ! function_exists( 'gllr_settings_page' ) ) {
832
  </td>
833
  </tr>
834
  <tr valign="top">
835
- <th scope="row"><?php _e( 'Sort images by', 'gallery' ); ?> </th>
836
  <td>
837
- <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 />
838
- <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( 'Image Name', 'gallery' ); ?></label><br />
839
- <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 />
840
- <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( 'Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)', 'gallery' ); ?></label><br />
841
- <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>
842
  </td>
843
  </tr>
844
  <tr valign="top">
845
- <th scope="row"><?php _e( 'Sort images', 'gallery' ); ?> </th>
846
  <td>
847
- <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 />
848
- <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>
849
  </td>
850
  </tr>
851
  <tr valign="top">
852
- <th scope="row"><?php _e( 'Display text above the image', 'gallery' ); ?> </th>
853
  <td>
854
- <input type="checkbox" name="gllr_image_text" value="1" <?php if( $gllr_options["image_text"] == 1 ) echo 'checked="checked"'; ?> /> <?php _e( 'Turn off the checkbox, if you want to display text just in a lightbox', 'gallery' ); ?>
855
  </td>
856
  </tr>
857
  <tr valign="top">
858
- <th scope="row"><?php _e( 'Display the Back link', 'gallery' ); ?> </th>
859
  <td>
860
- <input type="checkbox" name="gllr_return_link" value="1" <?php if( $gllr_options["return_link"] == 1 ) echo 'checked="checked"'; ?> />
861
  </td>
862
  </tr>
863
  <tr valign="top">
864
  <th scope="row"><?php _e( 'Display the Back link in the shortcode', 'gallery' ); ?> </th>
865
  <td>
866
- <input type="checkbox" name="gllr_return_link_shortcode" value="1" <?php if( $gllr_options["return_link_shortcode"] == 1 ) echo 'checked="checked"'; ?> />
867
  </td>
868
  </tr>
869
  <tr valign="top">
@@ -873,7 +905,7 @@ if( ! function_exists( 'gllr_settings_page' ) ) {
873
  </td>
874
  </tr>
875
  <tr valign="top">
876
- <th scope="row"><?php _e( 'The Back link URL', 'gallery' ); ?> </th>
877
  <td>
878
  <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>
879
  <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">
@@ -881,15 +913,46 @@ if( ! function_exists( 'gllr_settings_page' ) ) {
881
  </td>
882
  </tr>
883
  <tr valign="top">
884
- <th scope="row"><?php _e( 'The Read More link text', 'gallery' ); ?> </th>
885
  <td>
886
  <input type="text" name="gllr_read_more_link_text" value="<?php echo $gllr_options["read_more_link_text"]; ?>" style="width:200px;" />
887
  </td>
888
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
889
  </table>
890
  <table class="form-table gllr_pro_version" style="float: left;">
891
  <tr valign="top" class="gllr_width_labels">
892
- <th scope="row"><?php _e( 'Display Like buttons in the lightbox', 'gallery' ); ?> </th>
893
  <td>
894
  <input disabled type="checkbox" name="gllrprfssnl_like_button_fb" value="1" /> <?php _e( 'FaceBook', 'gallery' ); ?><br />
895
  <input disabled type="checkbox" name="gllrprfssnl_like_button_twit" value="1" /> <?php _e( 'Twitter', 'gallery' ); ?><br />
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: This plugin allows you to implement gallery page into web site.
6
  Author: BestWebSoft
7
+ Version: 4.0.4
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
247
 
248
  });
249
  <?php } ?>
250
+ function img_delete( id ) {
251
+ jQuery( '#' + id ).hide();
252
+ jQuery( '#delete_images' ).append( '<input type="hidden" name="delete_images[]" value="' + id + '" />' );
253
  }
254
  </script>
255
  <?php
256
  $plugin_info = get_plugin_data( __FILE__ );
257
  $posts = get_posts( array(
258
  "showposts" => -1,
259
+ "what_to_show" => "posts",
260
  "post_status" => "inherit",
261
  "post_type" => "attachment",
262
+ "orderby" => $gllr_options['order_by'],
263
+ "order" => $gllr_options['order'],
264
+ "post_mime_type" => "image/jpeg,image/gif,image/jpg,image/png",
265
  "post_parent" => $post->ID )); ?>
266
  <ul class="gallery clearfix">
267
  <?php foreach ( $posts as $page ):
316
  }
317
  reset( $array_file_name );
318
  require_once( ABSPATH . 'wp-admin/includes/image.php' );
319
+ while ( list( $key, $val ) = each( $array_file_name ) ) {
320
  $file_name = sanitize_file_name( $val );
321
+ if ( file_exists( $uploadFile[$key] ) ){
322
  $uploadFile[$key] = $uploadDir["path"] ."/" . pathinfo( $uploadFile[$key], PATHINFO_FILENAME ).uniqid().".".pathinfo( $uploadFile[$key], PATHINFO_EXTENSION );
323
  }
324
 
454
  global $wpdb;
455
  $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" );
456
  if ( ! empty( $parent ) ) {
457
+ $newrules['(.+)/'.$parent.'/([^/]+)/?$'] = 'index.php?post_type=gallery&name=$matches[2]&posts_per_page=-1';
458
+ $newrules[''.$parent.'/([^/]+)/?$'] = 'index.php?post_type=gallery&name=$matches[1]&posts_per_page=-1';
459
+ $newrules[''.$parent.'/page/([^/]+)/?$'] = 'index.php?pagename='.$parent.'&paged=$matches[1]';
460
+ $newrules[''.$parent.'/page/([^/]+)?$'] = 'index.php?pagename='.$parent.'&paged=$matches[1]';
461
  } else {
462
+ $newrules['(.+)/gallery/([^/]+)/?$'] = 'index.php?post_type=gallery&name=$matches[2]&posts_per_page=-1';
463
+ $newrules['gallery/([^/]+)/?$'] = 'index.php?post_type=gallery&name=$matches[1]&posts_per_page=-1';
464
+ $newrules['gallery/page/([^/]+)/?$'] = 'index.php?pagename=gallery&paged=$matches[1]';
465
+ $newrules['gallery/page/([^/]+)?$'] = 'index.php?pagename=gallery&paged=$matches[1]';
466
  }
467
  }
468
  if ( false === $rules )
667
 
668
  if( ! function_exists( 'gllr_settings_page' ) ) {
669
  function gllr_settings_page() {
670
+ global $gllr_options, $wp_version, $wpmu;
671
  $error = "";
672
  $plugin_info = get_plugin_data( __FILE__ );
673
 
674
  // Save data for settings page
675
+ if ( isset( $_REQUEST['gllr_form_submit'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'gllr_nonce_name' ) ) {
676
  $gllr_request_options = array();
677
  $gllr_request_options["gllr_custom_size_name"] = $gllr_options["gllr_custom_size_name"];
678
 
705
  $gllr_request_options["return_link_shortcode"] = ( isset( $_REQUEST['gllr_return_link_shortcode'] ) ) ? 1 : 0;
706
 
707
  $gllr_request_options["return_link_text"] = $_REQUEST['gllr_return_link_text'];
708
+ $gllr_request_options["read_more_link_text"] = $_REQUEST['gllr_read_more_link_text'];
709
+
710
+ if ( isset( $_REQUEST['gllr_add_to_search'] ) ) {
711
+ if ( 0 == $wpmu && get_option( 'bws_custom_search' ) ) {
712
+ $cstmsrch_options = get_option( 'bws_custom_search' );
713
+ if ( ! in_array( 'gallery', $cstmsrch_options ) ) {
714
+ array_push( $cstmsrch_options, 'gallery' );
715
+ update_option( 'bws_custom_search', $cstmsrch_options, '', 'yes' );
716
+ }
717
+ } elseif ( 1 == $wpmu && get_site_option( 'bws_custom_search' ) ) {
718
+ $cstmsrch_options = get_site_option( 'bws_custom_search' );
719
+ if ( ! in_array( 'gallery', $cstmsrch_options ) ) {
720
+ array_push( $cstmsrch_options, 'gallery' );
721
+ update_option( 'bws_custom_search', $cstmsrch_options, '', 'yes' );
722
+ }
723
+ }
724
+ } else {
725
+ if ( 0 == $wpmu && get_option( 'bws_custom_search' ) ) {
726
+ $cstmsrch_options = get_option( 'bws_custom_search' );
727
+ if ( in_array( 'gallery', $cstmsrch_options ) ) {
728
+ $key = array_search( 'gallery', $cstmsrch_options );
729
+ unset( $cstmsrch_options[ $key ] );
730
+ update_option( 'bws_custom_search', $cstmsrch_options, '', 'yes' );
731
+ }
732
+ } elseif ( 1 == $wpmu && get_site_option( 'bws_custom_search' ) ) {
733
+ $cstmsrch_options = get_site_option( 'bws_custom_search' );
734
+ if ( ! in_array( 'gallery', $cstmsrch_options ) ) {
735
+ $key = array_search( 'gallery', $cstmsrch_options );
736
+ unset( $cstmsrch_options[ $key ] );
737
+ update_option( 'bws_custom_search', $cstmsrch_options, '', 'yes' );
738
+ }
739
+ }
740
+ }
741
 
742
  // array merge incase this version has added new options
743
  $gllr_options = array_merge( $gllr_options, $gllr_request_options );
833
  </div>
834
  <table class="form-table">
835
  <tr valign="top">
836
+ <th scope="row"><?php _e( 'Images with border', 'gallery' ); ?></th>
837
  <td>
838
+ <input type="checkbox" name="gllr_border_images" value="1" <?php if ( $gllr_options["border_images"] == 1 ) echo 'checked="checked"'; ?> /><br />
839
  <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 />
840
  <?php if( $wp_version >= 3.5 ) { ?>
841
  <input type="minicolors" name="gllr_border_images_color" value="<?php echo $gllr_options["border_images_color"]; ?>" id="gllr_border_images_color" /> <?php _e( 'Select a border color', 'gallery' ); ?>
864
  </td>
865
  </tr>
866
  <tr valign="top">
867
+ <th scope="row"><?php _e( 'Sort images by', 'gallery' ); ?></th>
868
  <td>
869
+ <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 />
870
+ <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( 'Image Name', 'gallery' ); ?></label><br />
871
+ <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 />
872
+ <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( 'Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)', 'gallery' ); ?></label><br />
873
+ <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>
874
  </td>
875
  </tr>
876
  <tr valign="top">
877
+ <th scope="row"><?php _e( 'Sort images', 'gallery' ); ?></th>
878
  <td>
879
+ <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 />
880
+ <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>
881
  </td>
882
  </tr>
883
  <tr valign="top">
884
+ <th scope="row"><?php _e( 'Display text above the image', 'gallery' ); ?></th>
885
  <td>
886
+ <input type="checkbox" name="gllr_image_text" value="1" <?php if ( $gllr_options["image_text"] == 1 ) echo 'checked="checked"'; ?> /> <?php _e( 'Turn off the checkbox, if you want to display text just in a lightbox', 'gallery' ); ?>
887
  </td>
888
  </tr>
889
  <tr valign="top">
890
+ <th scope="row"><?php _e( 'Display the Back link', 'gallery' ); ?></th>
891
  <td>
892
+ <input type="checkbox" name="gllr_return_link" value="1" <?php if ( $gllr_options["return_link"] == 1 ) echo 'checked="checked"'; ?> />
893
  </td>
894
  </tr>
895
  <tr valign="top">
896
  <th scope="row"><?php _e( 'Display the Back link in the shortcode', 'gallery' ); ?> </th>
897
  <td>
898
+ <input type="checkbox" name="gllr_return_link_shortcode" value="1" <?php if ( $gllr_options["return_link_shortcode"] == 1 ) echo 'checked="checked"'; ?> />
899
  </td>
900
  </tr>
901
  <tr valign="top">
905
  </td>
906
  </tr>
907
  <tr valign="top">
908
+ <th scope="row"><?php _e( 'The Back link URL', 'gallery' ); ?></th>
909
  <td>
910
  <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>
911
  <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">
913
  </td>
914
  </tr>
915
  <tr valign="top">
916
+ <th scope="row"><?php _e( 'The Read More link text', 'gallery' ); ?></th>
917
  <td>
918
  <input type="text" name="gllr_read_more_link_text" value="<?php echo $gllr_options["read_more_link_text"]; ?>" style="width:200px;" />
919
  </td>
920
  </tr>
921
+ <tr valign="top">
922
+ <th scope="row"><?php _e( 'Add gallery to the search', 'gallery' ); ?></th>
923
+ <td>
924
+ <?php $all_plugins = get_plugins();
925
+ if ( is_multisite() ) {
926
+ $active_plugins = (array) array_keys( get_site_option( 'active_sitewide_plugins', array() ) );
927
+ $active_plugins = array_merge( $active_plugins , get_option( 'active_plugins' ) );
928
+ } else {
929
+ $active_plugins = get_option( 'active_plugins' );
930
+ }
931
+ if ( 1 == $wpmu ) {
932
+ if ( get_site_option( 'bws_custom_search' ) )
933
+ $cstmsrch_options = get_site_option( 'bws_custom_search' );
934
+ } else {
935
+ if ( get_option( 'bws_custom_search' ) )
936
+ $cstmsrch_options = get_option( 'bws_custom_search' );
937
+ }
938
+ if ( array_key_exists( 'custom-search-plugin/custom-search-plugin.php', $all_plugins ) ) {
939
+ if ( 0 < count( preg_grep( '/custom-search-plugin\/custom-search-plugin.php/', $active_plugins ) ) ) { ?>
940
+ <input type="checkbox" name="gllr_add_to_search" value="1" <?php if ( isset( $cstmsrch_options ) && in_array( 'gallery', $cstmsrch_options ) ) echo "checked=\"checked\""; ?> />
941
+ <span style="color: #888888;font-size: 10px;"> (<?php _e( 'Using Custom Search powered by', 'gallery' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>)</span>
942
+ <?php } else { ?>
943
+ <input disabled="disabled" type="checkbox" name="gllr_add_to_search" value="1" <?php if ( isset( $cstmsrch_options ) && in_array( 'gallery', $cstmsrch_options ) ) echo "checked=\"checked\""; ?> />
944
+ <span style="color: #888888;font-size: 10px;">(<?php _e( 'Using Custom Search powered by', 'gallery' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>) <a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate Custom Search', 'gallery' ); ?></a></span>
945
+ <?php }
946
+ } else { ?>
947
+ <input disabled="disabled" type="checkbox" name="gllr_add_to_search" value="1" />
948
+ <span style="color: #888888;font-size: 10px;">(<?php _e( 'Using Custom Search powered by', 'gallery' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>) <a href="http://bestwebsoft.com/plugin/custom-search-plugin/"><?php _e( 'Download Custom Search', 'gallery' ); ?></a></span>
949
+ <?php } ?>
950
+ </td>
951
+ </tr>
952
  </table>
953
  <table class="form-table gllr_pro_version" style="float: left;">
954
  <tr valign="top" class="gllr_width_labels">
955
+ <th scope="row"><?php _e( 'Display Like buttons in the lightbox', 'gallery' ); ?></th>
956
  <td>
957
  <input disabled type="checkbox" name="gllrprfssnl_like_button_fb" value="1" /> <?php _e( 'FaceBook', 'gallery' ); ?><br />
958
  <input disabled type="checkbox" name="gllrprfssnl_like_button_twit" value="1" /> <?php _e( 'Twitter', 'gallery' ); ?><br />
js/bws_menu.js CHANGED
@@ -1,20 +1,22 @@
1
  (function($) {
2
- $(document).ready(function(){
3
- if ( $('input[name="bwsmn_form_email"]').val() == '' )
4
- $('.bws_system_info_meta_box .inside').css('display','none');
 
5
 
6
- $('.bws_system_info_meta_box .hndle').click( function(){
7
- if ( $('.bws_system_info_meta_box .inside').is(":visible") ) {
8
- $('.bws_system_info_meta_box .inside').css('display','none');
9
  } else {
10
- $('.bws_system_info_meta_box .inside').css('display','block');
11
  }
12
  });
13
- $('.bws_system_info_meta_box .handlediv').click( function(){
14
- if ( $('.bws_system_info_meta_box .inside').is(":visible") ) {
15
- $('.bws_system_info_meta_box .inside').css('display','none');
 
16
  } else {
17
- $('.bws_system_info_meta_box .inside').css('display','block');
18
  }
19
  });
20
  });
1
  (function($) {
2
+ $(document).ready( function() {
3
+ if ( $( 'input[name="bwsmn_form_email"]' ).val() == '' ) {
4
+ $( '.bws_system_info_meta_box .inside' ).css( 'display', 'none' );
5
+ }
6
 
7
+ $( '.bws_system_info_meta_box .hndle' ).click( function() {
8
+ if ( $( '.bws_system_info_meta_box .inside' ).is( ':visible' ) ) {
9
+ $( '.bws_system_info_meta_box .inside' ).css( 'display', 'none' );
10
  } else {
11
+ $( '.bws_system_info_meta_box .inside' ).css( 'display', 'block' );
12
  }
13
  });
14
+
15
+ $( '.bws_system_info_meta_box .handlediv' ).click( function() {
16
+ if ( $( '.bws_system_info_meta_box .inside' ).is( ':visible' ) ) {
17
+ $( '.bws_system_info_meta_box .inside' ).css( 'display', 'none' );
18
  } else {
19
+ $( '.bws_system_info_meta_box .inside' ).css( 'display', 'block' );
20
  }
21
  });
22
  });
languages/gallery-bg_BG.mo CHANGED
Binary file
languages/gallery-bg_BG.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-10-18 10:20+0300\n"
6
- "PO-Revision-Date: 2013-10-18 10:20+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Petya <p@pipermagus.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
- #: gallery-plugin.php:722
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr "Файловете \"gallery-template.php\" и \"gallery-single-template.php\" не бяха намерени в папката на вашата тема. Моля копирайте ги от папката `/wp-content/plugins/gallery-plugin/template/` в папката на вашата тема, за да работи правилно приставката Gallery."
23
 
@@ -92,7 +92,7 @@ msgid "Please make a choice"
92
  msgstr "Моля, изберете"
93
 
94
  #: gallery-plugin.php:228
95
- #: gallery-plugin.php:835
96
  msgid "Sort images by"
97
  msgstr "Подреди изображенията по"
98
 
@@ -162,7 +162,7 @@ msgid "Publishing"
162
  msgstr "Публикация"
163
 
164
  #: gallery-plugin.php:505
165
- #: gallery-plugin.php:839
166
  msgid "Date"
167
  msgstr "Дата "
168
 
@@ -170,260 +170,278 @@ msgstr "Дата "
170
  msgid "See images &raquo;"
171
  msgstr "Виж изображенията &raquo;"
172
 
173
- #: gallery-plugin.php:715
174
  msgid "Settings are saved"
175
  msgstr "Настройките са съхранени"
176
 
177
- #: gallery-plugin.php:728
178
  msgid "Gallery Settings"
179
  msgstr "Настройки на галерията"
180
 
181
- #: gallery-plugin.php:731
182
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
183
  msgstr "Ако искате да добавите галерия към ваша страница или пост, просто копирайте и поставете този шорткод в поста или страницата:"
184
 
185
- #: gallery-plugin.php:735
186
  msgid "Image size for the album cover"
187
  msgstr "Размер на изображението за корица на албума"
188
 
189
- #: gallery-plugin.php:737
190
- #: gallery-plugin.php:745
191
- #: gallery-plugin.php:758
192
  msgid "Image size"
193
  msgstr "Размер на изображението"
194
 
195
- #: gallery-plugin.php:738
196
- #: gallery-plugin.php:746
197
  msgid "Width (in px)"
198
  msgstr "Ширина (в px)"
199
 
200
- #: gallery-plugin.php:739
201
- #: gallery-plugin.php:747
202
  msgid "Height (in px)"
203
  msgstr "Височина (в px)"
204
 
205
- #: gallery-plugin.php:743
206
  msgid "Gallery image size"
207
  msgstr "Размер на изображението в галерия"
208
 
209
- #: gallery-plugin.php:751
210
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
211
  msgstr "WordPress ще създава thumbnail с указаните размери, когато качвате нова снимка."
212
 
213
- #: gallery-plugin.php:756
214
  msgid "Gallery image size in the lightbox"
215
  msgstr "Размер на изображението за lightbox"
216
 
217
- #: gallery-plugin.php:759
218
  msgid "Max width (in px)"
219
  msgstr "Макс. ширина (в px)"
220
 
221
- #: gallery-plugin.php:760
222
  msgid "Max height (in px)"
223
  msgstr "Макс. височина (в px)"
224
 
225
- #: gallery-plugin.php:761
226
  msgid "Display a full size image in the lightbox"
227
  msgstr "Показване на изображението в пълен размер в lightbox"
228
 
229
- #: gallery-plugin.php:765
230
  msgid "Crop position"
231
  msgstr "Позиция за изрязване"
232
 
233
- #: gallery-plugin.php:767
234
  msgid "Horizontal"
235
  msgstr "Хоризонтално"
236
 
237
- #: gallery-plugin.php:769
238
  msgid "left"
239
  msgstr "ляво"
240
 
241
- #: gallery-plugin.php:770
242
- #: gallery-plugin.php:777
243
  msgid "center"
244
  msgstr "център"
245
 
246
- #: gallery-plugin.php:771
247
  msgid "right"
248
  msgstr "дясно"
249
 
250
- #: gallery-plugin.php:774
251
  msgid "Vertical"
252
  msgstr "Вертикално"
253
 
254
- #: gallery-plugin.php:776
255
  msgid "top"
256
  msgstr "отгоре"
257
 
258
- #: gallery-plugin.php:778
259
  msgid "bottom"
260
  msgstr "отдолу"
261
 
262
- #: gallery-plugin.php:783
263
  msgid "Lightbox background"
264
  msgstr "Фон на lightbox"
265
 
266
- #: gallery-plugin.php:785
267
  msgid "Default"
268
  msgstr "По подразбиране"
269
 
270
- #: gallery-plugin.php:786
271
  msgid "Background transparency (from 0 to 1)"
272
  msgstr "Прозрачност на фона (от 0 до 1)"
273
 
274
- #: gallery-plugin.php:788
275
  msgid "Select a background color"
276
  msgstr "Изберете цвят за фон"
277
 
278
- #: gallery-plugin.php:790
279
  msgid "Background color"
280
  msgstr "Цвят на фона"
281
 
282
- #: gallery-plugin.php:797
283
- #: gallery-plugin.php:908
284
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
285
  msgstr "Тази опция е налична в Pro версията на плъгина. За повече подробности, моля отидете на "
286
 
287
- #: gallery-plugin.php:804
288
  msgid "Images with border"
289
  msgstr "Изображения с рамка"
290
 
291
- #: gallery-plugin.php:807
292
  msgid "Border width in px, just numbers"
293
  msgstr "Ширина на рамката в пиксели, само числа"
294
 
295
- #: gallery-plugin.php:809
296
- #: gallery-plugin.php:811
297
  msgid "Select a border color"
298
  msgstr "Изберете цвят за рамката"
299
 
300
- #: gallery-plugin.php:817
301
  msgid "Number of images in the row"
302
  msgstr "Брой изображения на ред"
303
 
304
- #: gallery-plugin.php:823
305
  msgid "Start slideshow"
306
  msgstr "Слайдшоу"
307
 
308
- #: gallery-plugin.php:829
309
  msgid "Slideshow interval"
310
  msgstr "Интервал за слайдшоу"
311
 
312
- #: gallery-plugin.php:837
313
  msgid "Attachment ID"
314
  msgstr "ID на изображението"
315
 
316
- #: gallery-plugin.php:838
317
  msgid "Image Name"
318
  msgstr "Име на изображението"
319
 
320
- #: gallery-plugin.php:840
321
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
322
  msgstr "Ред за сортиране (полето за въвеждане на ред за сортиране в Insert / Upload Media Gallery)"
323
 
324
- #: gallery-plugin.php:841
325
  msgid "Random"
326
  msgstr "Произволен"
327
 
328
- #: gallery-plugin.php:845
329
  msgid "Sort images"
330
  msgstr "Подреди изображенията"
331
 
332
- #: gallery-plugin.php:847
333
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
334
  msgstr "ASC (възходящ ред - 1, 2, 3, а, б, в)"
335
 
336
- #: gallery-plugin.php:848
337
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
338
  msgstr "DESC (низходящ ред - 3, 2, 1, в, б, а)"
339
 
340
- #: gallery-plugin.php:852
341
  msgid "Display text above the image"
342
  msgstr "Показване на текст над изображението"
343
 
344
- #: gallery-plugin.php:854
345
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
346
  msgstr "Не отбелязвайте, ако искате текстът да се показва само в lightbox"
347
 
348
- #: gallery-plugin.php:858
349
  msgid "Display the Back link"
350
  msgstr "Показване на линк 'Назад'"
351
 
352
- #: gallery-plugin.php:864
353
  msgid "Display the Back link in the shortcode"
354
  msgstr "Показване на линк 'Назад' в шорткода"
355
 
356
- #: gallery-plugin.php:870
357
  msgid "The Back link text"
358
  msgstr "Текст за линка 'Назад'"
359
 
360
- #: gallery-plugin.php:876
361
  msgid "The Back link URL"
362
  msgstr "URL за линка 'Назад'"
363
 
364
- #: gallery-plugin.php:878
365
  msgid "Gallery page (Page with Gallery Template)"
366
  msgstr "Страница с галерия (страница с шаблон 'Gallery Template')"
367
 
368
- #: gallery-plugin.php:880
369
  msgid "(Full URL to custom page)"
370
  msgstr "(Пълно URL към произволна страница)"
371
 
372
- #: gallery-plugin.php:884
373
  msgid "The Read More link text"
374
  msgstr "Текст за линка 'Прочети повече'"
375
 
376
- #: gallery-plugin.php:892
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
377
  msgid "Display Like buttons in the lightbox"
378
  msgstr "Показване на Like бутони в lightbox"
379
 
380
- #: gallery-plugin.php:894
381
  msgid "FaceBook"
382
  msgstr "FaceBook"
383
 
384
- #: gallery-plugin.php:895
385
  msgid "Twitter"
386
  msgstr "Twitter"
387
 
388
- #: gallery-plugin.php:896
389
  msgid "Pinterest"
390
  msgstr "Pinterest"
391
 
392
- #: gallery-plugin.php:897
393
  msgid "Google +1"
394
  msgstr "Google +1"
395
 
396
- #: gallery-plugin.php:901
397
  msgid "Slug for gallery item"
398
  msgstr "Название на елемент от галерията"
399
 
400
- #: gallery-plugin.php:903
401
  msgid "for any structure of permalinks except the default structure"
402
  msgstr "за всяка структура от пермалинковете, с изключение на структурата по подразбиране"
403
 
404
- #: gallery-plugin.php:916
405
  msgid "Save Changes"
406
  msgstr "Съхрани промените"
407
 
408
- #: gallery-plugin.php:928
409
- #: gallery-plugin.php:943
410
  msgid "Settings"
411
  msgstr "Настройки"
412
 
413
- #: gallery-plugin.php:929
414
  msgid "FAQ"
415
  msgstr "Често задавани въпроси"
416
 
417
- #: gallery-plugin.php:930
418
  msgid "Support"
419
  msgstr "Поддръжка"
420
 
421
- #: gallery-plugin.php:1140
422
  #: template/gallery-single-template.php:77
423
  msgid "Sorry, nothing found."
424
  msgstr "Съжалявам, нищо не е намерено."
425
 
426
- #: gallery-plugin.php:1162
427
  #: template/gallery-single-template.php:103
428
  msgid "Download high resolution image"
429
  msgstr "Свали изображението в цял размер"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-28 17:42+0300\n"
6
+ "PO-Revision-Date: 2013-10-28 17:42+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Petya <p@pipermagus.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
+ #: gallery-plugin.php:754
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr "Файловете \"gallery-template.php\" и \"gallery-single-template.php\" не бяха намерени в папката на вашата тема. Моля копирайте ги от папката `/wp-content/plugins/gallery-plugin/template/` в папката на вашата тема, за да работи правилно приставката Gallery."
23
 
92
  msgstr "Моля, изберете"
93
 
94
  #: gallery-plugin.php:228
95
+ #: gallery-plugin.php:867
96
  msgid "Sort images by"
97
  msgstr "Подреди изображенията по"
98
 
162
  msgstr "Публикация"
163
 
164
  #: gallery-plugin.php:505
165
+ #: gallery-plugin.php:871
166
  msgid "Date"
167
  msgstr "Дата "
168
 
170
  msgid "See images &raquo;"
171
  msgstr "Виж изображенията &raquo;"
172
 
173
+ #: gallery-plugin.php:747
174
  msgid "Settings are saved"
175
  msgstr "Настройките са съхранени"
176
 
177
+ #: gallery-plugin.php:760
178
  msgid "Gallery Settings"
179
  msgstr "Настройки на галерията"
180
 
181
+ #: gallery-plugin.php:763
182
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
183
  msgstr "Ако искате да добавите галерия към ваша страница или пост, просто копирайте и поставете този шорткод в поста или страницата:"
184
 
185
+ #: gallery-plugin.php:767
186
  msgid "Image size for the album cover"
187
  msgstr "Размер на изображението за корица на албума"
188
 
189
+ #: gallery-plugin.php:769
190
+ #: gallery-plugin.php:777
191
+ #: gallery-plugin.php:790
192
  msgid "Image size"
193
  msgstr "Размер на изображението"
194
 
195
+ #: gallery-plugin.php:770
196
+ #: gallery-plugin.php:778
197
  msgid "Width (in px)"
198
  msgstr "Ширина (в px)"
199
 
200
+ #: gallery-plugin.php:771
201
+ #: gallery-plugin.php:779
202
  msgid "Height (in px)"
203
  msgstr "Височина (в px)"
204
 
205
+ #: gallery-plugin.php:775
206
  msgid "Gallery image size"
207
  msgstr "Размер на изображението в галерия"
208
 
209
+ #: gallery-plugin.php:783
210
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
211
  msgstr "WordPress ще създава thumbnail с указаните размери, когато качвате нова снимка."
212
 
213
+ #: gallery-plugin.php:788
214
  msgid "Gallery image size in the lightbox"
215
  msgstr "Размер на изображението за lightbox"
216
 
217
+ #: gallery-plugin.php:791
218
  msgid "Max width (in px)"
219
  msgstr "Макс. ширина (в px)"
220
 
221
+ #: gallery-plugin.php:792
222
  msgid "Max height (in px)"
223
  msgstr "Макс. височина (в px)"
224
 
225
+ #: gallery-plugin.php:793
226
  msgid "Display a full size image in the lightbox"
227
  msgstr "Показване на изображението в пълен размер в lightbox"
228
 
229
+ #: gallery-plugin.php:797
230
  msgid "Crop position"
231
  msgstr "Позиция за изрязване"
232
 
233
+ #: gallery-plugin.php:799
234
  msgid "Horizontal"
235
  msgstr "Хоризонтално"
236
 
237
+ #: gallery-plugin.php:801
238
  msgid "left"
239
  msgstr "ляво"
240
 
241
+ #: gallery-plugin.php:802
242
+ #: gallery-plugin.php:809
243
  msgid "center"
244
  msgstr "център"
245
 
246
+ #: gallery-plugin.php:803
247
  msgid "right"
248
  msgstr "дясно"
249
 
250
+ #: gallery-plugin.php:806
251
  msgid "Vertical"
252
  msgstr "Вертикално"
253
 
254
+ #: gallery-plugin.php:808
255
  msgid "top"
256
  msgstr "отгоре"
257
 
258
+ #: gallery-plugin.php:810
259
  msgid "bottom"
260
  msgstr "отдолу"
261
 
262
+ #: gallery-plugin.php:815
263
  msgid "Lightbox background"
264
  msgstr "Фон на lightbox"
265
 
266
+ #: gallery-plugin.php:817
267
  msgid "Default"
268
  msgstr "По подразбиране"
269
 
270
+ #: gallery-plugin.php:818
271
  msgid "Background transparency (from 0 to 1)"
272
  msgstr "Прозрачност на фона (от 0 до 1)"
273
 
274
+ #: gallery-plugin.php:820
275
  msgid "Select a background color"
276
  msgstr "Изберете цвят за фон"
277
 
278
+ #: gallery-plugin.php:822
279
  msgid "Background color"
280
  msgstr "Цвят на фона"
281
 
282
+ #: gallery-plugin.php:829
283
+ #: gallery-plugin.php:971
284
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
285
  msgstr "Тази опция е налична в Pro версията на плъгина. За повече подробности, моля отидете на "
286
 
287
+ #: gallery-plugin.php:836
288
  msgid "Images with border"
289
  msgstr "Изображения с рамка"
290
 
291
+ #: gallery-plugin.php:839
292
  msgid "Border width in px, just numbers"
293
  msgstr "Ширина на рамката в пиксели, само числа"
294
 
295
+ #: gallery-plugin.php:841
296
+ #: gallery-plugin.php:843
297
  msgid "Select a border color"
298
  msgstr "Изберете цвят за рамката"
299
 
300
+ #: gallery-plugin.php:849
301
  msgid "Number of images in the row"
302
  msgstr "Брой изображения на ред"
303
 
304
+ #: gallery-plugin.php:855
305
  msgid "Start slideshow"
306
  msgstr "Слайдшоу"
307
 
308
+ #: gallery-plugin.php:861
309
  msgid "Slideshow interval"
310
  msgstr "Интервал за слайдшоу"
311
 
312
+ #: gallery-plugin.php:869
313
  msgid "Attachment ID"
314
  msgstr "ID на изображението"
315
 
316
+ #: gallery-plugin.php:870
317
  msgid "Image Name"
318
  msgstr "Име на изображението"
319
 
320
+ #: gallery-plugin.php:872
321
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
322
  msgstr "Ред за сортиране (полето за въвеждане на ред за сортиране в Insert / Upload Media Gallery)"
323
 
324
+ #: gallery-plugin.php:873
325
  msgid "Random"
326
  msgstr "Произволен"
327
 
328
+ #: gallery-plugin.php:877
329
  msgid "Sort images"
330
  msgstr "Подреди изображенията"
331
 
332
+ #: gallery-plugin.php:879
333
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
334
  msgstr "ASC (възходящ ред - 1, 2, 3, а, б, в)"
335
 
336
+ #: gallery-plugin.php:880
337
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
338
  msgstr "DESC (низходящ ред - 3, 2, 1, в, б, а)"
339
 
340
+ #: gallery-plugin.php:884
341
  msgid "Display text above the image"
342
  msgstr "Показване на текст над изображението"
343
 
344
+ #: gallery-plugin.php:886
345
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
346
  msgstr "Не отбелязвайте, ако искате текстът да се показва само в lightbox"
347
 
348
+ #: gallery-plugin.php:890
349
  msgid "Display the Back link"
350
  msgstr "Показване на линк 'Назад'"
351
 
352
+ #: gallery-plugin.php:896
353
  msgid "Display the Back link in the shortcode"
354
  msgstr "Показване на линк 'Назад' в шорткода"
355
 
356
+ #: gallery-plugin.php:902
357
  msgid "The Back link text"
358
  msgstr "Текст за линка 'Назад'"
359
 
360
+ #: gallery-plugin.php:908
361
  msgid "The Back link URL"
362
  msgstr "URL за линка 'Назад'"
363
 
364
+ #: gallery-plugin.php:910
365
  msgid "Gallery page (Page with Gallery Template)"
366
  msgstr "Страница с галерия (страница с шаблон 'Gallery Template')"
367
 
368
+ #: gallery-plugin.php:912
369
  msgid "(Full URL to custom page)"
370
  msgstr "(Пълно URL към произволна страница)"
371
 
372
+ #: gallery-plugin.php:916
373
  msgid "The Read More link text"
374
  msgstr "Текст за линка 'Прочети повече'"
375
 
376
+ #: gallery-plugin.php:922
377
+ msgid "Add gallery to the search"
378
+ msgstr ""
379
+
380
+ #: gallery-plugin.php:941
381
+ #: gallery-plugin.php:944
382
+ #: gallery-plugin.php:948
383
+ msgid "Using Custom Search powered by"
384
+ msgstr ""
385
+
386
+ #: gallery-plugin.php:944
387
+ msgid "Activate Custom Search"
388
+ msgstr ""
389
+
390
+ #: gallery-plugin.php:948
391
+ msgid "Download Custom Search"
392
+ msgstr ""
393
+
394
+ #: gallery-plugin.php:955
395
  msgid "Display Like buttons in the lightbox"
396
  msgstr "Показване на Like бутони в lightbox"
397
 
398
+ #: gallery-plugin.php:957
399
  msgid "FaceBook"
400
  msgstr "FaceBook"
401
 
402
+ #: gallery-plugin.php:958
403
  msgid "Twitter"
404
  msgstr "Twitter"
405
 
406
+ #: gallery-plugin.php:959
407
  msgid "Pinterest"
408
  msgstr "Pinterest"
409
 
410
+ #: gallery-plugin.php:960
411
  msgid "Google +1"
412
  msgstr "Google +1"
413
 
414
+ #: gallery-plugin.php:964
415
  msgid "Slug for gallery item"
416
  msgstr "Название на елемент от галерията"
417
 
418
+ #: gallery-plugin.php:966
419
  msgid "for any structure of permalinks except the default structure"
420
  msgstr "за всяка структура от пермалинковете, с изключение на структурата по подразбиране"
421
 
422
+ #: gallery-plugin.php:979
423
  msgid "Save Changes"
424
  msgstr "Съхрани промените"
425
 
426
+ #: gallery-plugin.php:991
427
+ #: gallery-plugin.php:1006
428
  msgid "Settings"
429
  msgstr "Настройки"
430
 
431
+ #: gallery-plugin.php:992
432
  msgid "FAQ"
433
  msgstr "Често задавани въпроси"
434
 
435
+ #: gallery-plugin.php:993
436
  msgid "Support"
437
  msgstr "Поддръжка"
438
 
439
+ #: gallery-plugin.php:1203
440
  #: template/gallery-single-template.php:77
441
  msgid "Sorry, nothing found."
442
  msgstr "Съжалявам, нищо не е намерено."
443
 
444
+ #: gallery-plugin.php:1225
445
  #: template/gallery-single-template.php:103
446
  msgid "Download high resolution image"
447
  msgstr "Свали изображението в цял размер"
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: 2013-10-02 12:13+0300\n"
6
- "PO-Revision-Date: 2013-10-02 12:13+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Josef Sukdol <josef.sukdol@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
- #: gallery-plugin.php:696
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr ""
23
 
@@ -27,7 +27,7 @@ msgid "Galleries"
27
  msgstr "Galerie"
28
 
29
  #: gallery-plugin.php:126
30
- #: gallery-plugin.php:579
31
  msgid "Gallery"
32
  msgstr "Galerie"
33
 
@@ -70,384 +70,406 @@ msgstr "Nahrát soubor"
70
  msgid "Gallery Shortcode"
71
  msgstr "Nastavení galerie"
72
 
73
- #: gallery-plugin.php:208
74
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
75
  msgstr ""
76
 
77
- #: gallery-plugin.php:212
78
  #, fuzzy
79
  msgid "Choose an image for upload:"
80
  msgstr "Vyberte náhled pro nahrání:"
81
 
82
- #: gallery-plugin.php:217
83
  msgid "Please enable JavaScript to use the file uploader."
84
  msgstr "Prosím aktivujte JavaScript pro použití nahrávacího apletu."
85
 
86
- #: gallery-plugin.php:224
87
  msgid "Allow the download link for all images in this gallery"
88
  msgstr ""
89
 
90
- #: gallery-plugin.php:225
91
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
92
  msgstr ""
93
 
94
- #: gallery-plugin.php:227
95
  msgid "Please make a choice"
96
  msgstr ""
97
 
98
- #: gallery-plugin.php:227
99
- #: gallery-plugin.php:809
100
  #, fuzzy
101
  msgid "Sort images by"
102
  msgstr "Počet náhledů zobrazených v jedné řádce"
103
 
104
- #: gallery-plugin.php:227
105
  #, fuzzy
106
  msgid "sort images"
107
  msgstr "Počet náhledů zobrazených v jedné řádce"
108
 
109
- #: gallery-plugin.php:227
110
  msgid "on the plugin settings page ("
111
  msgstr ""
112
 
113
- #: gallery-plugin.php:271
114
- #: gallery-plugin.php:475
115
  msgid "Title"
116
  msgstr "Název"
117
 
118
- #: gallery-plugin.php:273
 
 
 
 
119
  msgid "URL"
120
  msgstr ""
121
 
122
- #: gallery-plugin.php:273
123
  msgid "(by click on image opens a link in a new window)"
124
  msgstr ""
125
 
126
- #: gallery-plugin.php:274
127
  msgid "This setting is available in Pro version"
128
  msgstr ""
129
 
130
- #: gallery-plugin.php:275
131
  msgid "Open the link"
132
  msgstr ""
133
 
134
- #: gallery-plugin.php:275
135
  msgid "Current window"
136
  msgstr ""
137
 
138
- #: gallery-plugin.php:275
139
  msgid "New window"
140
  msgstr ""
141
 
142
- #: gallery-plugin.php:276
143
  msgid "Delete"
144
  msgstr ""
145
 
146
- #: gallery-plugin.php:289
147
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
148
  msgstr ""
149
 
150
- #: gallery-plugin.php:291
151
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
152
  msgstr ""
153
 
154
- #: gallery-plugin.php:476
155
  msgid "Author"
156
  msgstr "Autor"
157
 
158
- #: gallery-plugin.php:477
159
  #, fuzzy
160
  msgid "Photo"
161
  msgstr "Fotky"
162
 
163
- #: gallery-plugin.php:478
164
  #, fuzzy
165
  msgid "Publishing"
166
  msgstr "Veřejné"
167
 
168
- #: gallery-plugin.php:479
169
- #: gallery-plugin.php:813
170
  msgid "Date"
171
  msgstr "Datum"
172
 
173
- #: gallery-plugin.php:605
174
  #, fuzzy
175
  msgid "See images &raquo;"
176
  msgstr "Zobrazit obsah galerie &raquo;"
177
 
178
- #: gallery-plugin.php:689
179
  #, fuzzy
180
  msgid "Settings are saved"
181
  msgstr "Nastavení uložena."
182
 
183
- #: gallery-plugin.php:702
184
  #, fuzzy
185
  msgid "Gallery Settings"
186
  msgstr "Nastavení galerie"
187
 
188
- #: gallery-plugin.php:705
189
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
190
  msgstr ""
191
 
192
- #: gallery-plugin.php:709
193
  #, fuzzy
194
  msgid "Image size for the album cover"
195
  msgstr "Размер для "
196
 
197
- #: gallery-plugin.php:711
198
- #: gallery-plugin.php:719
199
- #: gallery-plugin.php:732
200
  #, fuzzy
201
  msgid "Image size"
202
  msgstr "Název rozměru"
203
 
204
- #: gallery-plugin.php:712
205
- #: gallery-plugin.php:720
206
  msgid "Width (in px)"
207
  msgstr "Šířka (v px)"
208
 
209
- #: gallery-plugin.php:713
210
- #: gallery-plugin.php:721
211
  msgid "Height (in px)"
212
  msgstr "Výška (v px)"
213
 
214
- #: gallery-plugin.php:717
215
  #, fuzzy
216
  msgid "Gallery image size"
217
  msgstr "Galerie"
218
 
219
- #: gallery-plugin.php:725
220
  #, fuzzy
221
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
222
  msgstr "WordPress vytvoří kopii náhledu obrázku v zadaných rozměrech při nahrání nového obrázku."
223
 
224
- #: gallery-plugin.php:730
225
  msgid "Gallery image size in the lightbox"
226
  msgstr ""
227
 
228
- #: gallery-plugin.php:733
229
  #, fuzzy
230
  msgid "Max width (in px)"
231
  msgstr "Šířka (v px)"
232
 
233
- #: gallery-plugin.php:734
234
  #, fuzzy
235
  msgid "Max height (in px)"
236
  msgstr "Výška (v px)"
237
 
238
- #: gallery-plugin.php:735
239
  msgid "Display a full size image in the lightbox"
240
  msgstr ""
241
 
242
- #: gallery-plugin.php:739
243
  msgid "Crop position"
244
  msgstr ""
245
 
246
- #: gallery-plugin.php:741
247
  msgid "Horizontal"
248
  msgstr ""
249
 
250
- #: gallery-plugin.php:743
251
  msgid "left"
252
  msgstr ""
253
 
254
- #: gallery-plugin.php:744
255
- #: gallery-plugin.php:751
256
  msgid "center"
257
  msgstr ""
258
 
259
- #: gallery-plugin.php:745
260
  msgid "right"
261
  msgstr ""
262
 
263
- #: gallery-plugin.php:748
264
  msgid "Vertical"
265
  msgstr ""
266
 
267
- #: gallery-plugin.php:750
268
  msgid "top"
269
  msgstr ""
270
 
271
- #: gallery-plugin.php:752
272
  msgid "bottom"
273
  msgstr ""
274
 
275
- #: gallery-plugin.php:757
276
  msgid "Lightbox background"
277
  msgstr ""
278
 
279
- #: gallery-plugin.php:759
280
  msgid "Default"
281
  msgstr ""
282
 
283
- #: gallery-plugin.php:760
284
  msgid "Background transparency (from 0 to 1)"
285
  msgstr ""
286
 
287
- #: gallery-plugin.php:762
288
  msgid "Select a background color"
289
  msgstr ""
290
 
291
- #: gallery-plugin.php:764
292
  msgid "Background color"
293
  msgstr ""
294
 
295
- #: gallery-plugin.php:771
296
- #: gallery-plugin.php:882
297
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
298
  msgstr ""
299
 
300
- #: gallery-plugin.php:778
301
  msgid "Images with border"
302
  msgstr ""
303
 
304
- #: gallery-plugin.php:781
305
  msgid "Border width in px, just numbers"
306
  msgstr ""
307
 
308
- #: gallery-plugin.php:783
309
- #: gallery-plugin.php:785
310
  msgid "Select a border color"
311
  msgstr ""
312
 
313
- #: gallery-plugin.php:791
314
  #, fuzzy
315
  msgid "Number of images in the row"
316
  msgstr "Počet náhledů zobrazených v jedné řádce"
317
 
318
- #: gallery-plugin.php:797
319
  msgid "Start slideshow"
320
  msgstr ""
321
 
322
- #: gallery-plugin.php:803
323
  msgid "Slideshow interval"
324
  msgstr ""
325
 
326
- #: gallery-plugin.php:811
327
  msgid "Attachment ID"
328
  msgstr ""
329
 
330
- #: gallery-plugin.php:812
331
  #, fuzzy
332
  msgid "Image Name"
333
  msgstr "Název rozměru"
334
 
335
- #: gallery-plugin.php:814
336
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
337
  msgstr ""
338
 
339
- #: gallery-plugin.php:815
340
  msgid "Random"
341
  msgstr ""
342
 
343
- #: gallery-plugin.php:819
344
  #, fuzzy
345
  msgid "Sort images"
346
  msgstr "Počet náhledů zobrazených v jedné řádce"
347
 
348
- #: gallery-plugin.php:821
349
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
350
  msgstr ""
351
 
352
- #: gallery-plugin.php:822
353
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
354
  msgstr ""
355
 
356
- #: gallery-plugin.php:826
357
  msgid "Display text above the image"
358
  msgstr ""
359
 
360
- #: gallery-plugin.php:828
361
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
362
  msgstr ""
363
 
364
- #: gallery-plugin.php:832
365
  msgid "Display the Back link"
366
  msgstr ""
367
 
368
- #: gallery-plugin.php:838
369
  msgid "Display the Back link in the shortcode"
370
  msgstr ""
371
 
372
- #: gallery-plugin.php:844
373
  msgid "The Back link text"
374
  msgstr ""
375
 
376
- #: gallery-plugin.php:850
377
  msgid "The Back link URL"
378
  msgstr ""
379
 
380
- #: gallery-plugin.php:852
381
  msgid "Gallery page (Page with Gallery Template)"
382
  msgstr ""
383
 
384
- #: gallery-plugin.php:854
385
  msgid "(Full URL to custom page)"
386
  msgstr ""
387
 
388
- #: gallery-plugin.php:858
389
  msgid "The Read More link text"
390
  msgstr ""
391
 
392
- #: gallery-plugin.php:866
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
393
  msgid "Display Like buttons in the lightbox"
394
  msgstr ""
395
 
396
- #: gallery-plugin.php:868
397
  msgid "FaceBook"
398
  msgstr ""
399
 
400
- #: gallery-plugin.php:869
401
  #, fuzzy
402
  msgid "Twitter"
403
  msgstr "Název"
404
 
405
- #: gallery-plugin.php:870
406
  msgid "Pinterest"
407
  msgstr ""
408
 
409
- #: gallery-plugin.php:871
410
  msgid "Google +1"
411
  msgstr ""
412
 
413
- #: gallery-plugin.php:875
414
  #, fuzzy
415
  msgid "Slug for gallery item"
416
  msgstr "Rozměry náhledu obrázku v albu"
417
 
418
- #: gallery-plugin.php:877
419
  msgid "for any structure of permalinks except the default structure"
420
  msgstr ""
421
 
422
- #: gallery-plugin.php:890
423
  msgid "Save Changes"
424
  msgstr "Uložit změny"
425
 
426
- #: gallery-plugin.php:902
427
- #: gallery-plugin.php:917
428
  msgid "Settings"
429
  msgstr "Nastavení"
430
 
431
- #: gallery-plugin.php:903
432
  msgid "FAQ"
433
  msgstr "FAQ "
434
 
435
- #: gallery-plugin.php:904
436
  msgid "Support"
437
  msgstr "Podpora"
438
 
439
- #: gallery-plugin.php:1114
440
- #: template/gallery-single-template.php:76
441
  #, fuzzy
442
  msgid "Sorry, nothing found."
443
  msgstr "Omlouvám se - nic nenalezeno."
444
 
445
- #: gallery-plugin.php:1136
446
- #: template/gallery-single-template.php:102
447
  msgid "Download high resolution image"
448
  msgstr ""
449
 
450
- #: template/gallery-single-template.php:102
451
  msgid "Image"
452
  msgstr ""
453
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-28 17:42+0300\n"
6
+ "PO-Revision-Date: 2013-10-28 17:42+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Josef Sukdol <josef.sukdol@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
+ #: gallery-plugin.php:754
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr ""
23
 
27
  msgstr "Galerie"
28
 
29
  #: gallery-plugin.php:126
30
+ #: gallery-plugin.php:605
31
  msgid "Gallery"
32
  msgstr "Galerie"
33
 
70
  msgid "Gallery Shortcode"
71
  msgstr "Nastavení galerie"
72
 
73
+ #: gallery-plugin.php:209
74
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
75
  msgstr ""
76
 
77
+ #: gallery-plugin.php:213
78
  #, fuzzy
79
  msgid "Choose an image for upload:"
80
  msgstr "Vyberte náhled pro nahrání:"
81
 
82
+ #: gallery-plugin.php:218
83
  msgid "Please enable JavaScript to use the file uploader."
84
  msgstr "Prosím aktivujte JavaScript pro použití nahrávacího apletu."
85
 
86
+ #: gallery-plugin.php:225
87
  msgid "Allow the download link for all images in this gallery"
88
  msgstr ""
89
 
90
+ #: gallery-plugin.php:226
91
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
92
  msgstr ""
93
 
94
+ #: gallery-plugin.php:228
95
  msgid "Please make a choice"
96
  msgstr ""
97
 
98
+ #: gallery-plugin.php:228
99
+ #: gallery-plugin.php:867
100
  #, fuzzy
101
  msgid "Sort images by"
102
  msgstr "Počet náhledů zobrazených v jedné řádce"
103
 
104
+ #: gallery-plugin.php:228
105
  #, fuzzy
106
  msgid "sort images"
107
  msgstr "Počet náhledů zobrazených v jedné řádce"
108
 
109
+ #: gallery-plugin.php:228
110
  msgid "on the plugin settings page ("
111
  msgstr ""
112
 
113
+ #: gallery-plugin.php:272
114
+ #: gallery-plugin.php:501
115
  msgid "Title"
116
  msgstr "Název"
117
 
118
+ #: gallery-plugin.php:274
119
+ msgid "Alt tag"
120
+ msgstr ""
121
+
122
+ #: gallery-plugin.php:275
123
  msgid "URL"
124
  msgstr ""
125
 
126
+ #: gallery-plugin.php:275
127
  msgid "(by click on image opens a link in a new window)"
128
  msgstr ""
129
 
130
+ #: gallery-plugin.php:276
131
  msgid "This setting is available in Pro version"
132
  msgstr ""
133
 
134
+ #: gallery-plugin.php:277
135
  msgid "Open the link"
136
  msgstr ""
137
 
138
+ #: gallery-plugin.php:277
139
  msgid "Current window"
140
  msgstr ""
141
 
142
+ #: gallery-plugin.php:277
143
  msgid "New window"
144
  msgstr ""
145
 
146
+ #: gallery-plugin.php:278
147
  msgid "Delete"
148
  msgstr ""
149
 
150
+ #: gallery-plugin.php:291
151
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
152
  msgstr ""
153
 
154
+ #: gallery-plugin.php:293
155
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
156
  msgstr ""
157
 
158
+ #: gallery-plugin.php:502
159
  msgid "Author"
160
  msgstr "Autor"
161
 
162
+ #: gallery-plugin.php:503
163
  #, fuzzy
164
  msgid "Photo"
165
  msgstr "Fotky"
166
 
167
+ #: gallery-plugin.php:504
168
  #, fuzzy
169
  msgid "Publishing"
170
  msgstr "Veřejné"
171
 
172
+ #: gallery-plugin.php:505
173
+ #: gallery-plugin.php:871
174
  msgid "Date"
175
  msgstr "Datum"
176
 
177
+ #: gallery-plugin.php:631
178
  #, fuzzy
179
  msgid "See images &raquo;"
180
  msgstr "Zobrazit obsah galerie &raquo;"
181
 
182
+ #: gallery-plugin.php:747
183
  #, fuzzy
184
  msgid "Settings are saved"
185
  msgstr "Nastavení uložena."
186
 
187
+ #: gallery-plugin.php:760
188
  #, fuzzy
189
  msgid "Gallery Settings"
190
  msgstr "Nastavení galerie"
191
 
192
+ #: gallery-plugin.php:763
193
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
194
  msgstr ""
195
 
196
+ #: gallery-plugin.php:767
197
  #, fuzzy
198
  msgid "Image size for the album cover"
199
  msgstr "Размер для "
200
 
201
+ #: gallery-plugin.php:769
202
+ #: gallery-plugin.php:777
203
+ #: gallery-plugin.php:790
204
  #, fuzzy
205
  msgid "Image size"
206
  msgstr "Název rozměru"
207
 
208
+ #: gallery-plugin.php:770
209
+ #: gallery-plugin.php:778
210
  msgid "Width (in px)"
211
  msgstr "Šířka (v px)"
212
 
213
+ #: gallery-plugin.php:771
214
+ #: gallery-plugin.php:779
215
  msgid "Height (in px)"
216
  msgstr "Výška (v px)"
217
 
218
+ #: gallery-plugin.php:775
219
  #, fuzzy
220
  msgid "Gallery image size"
221
  msgstr "Galerie"
222
 
223
+ #: gallery-plugin.php:783
224
  #, fuzzy
225
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
226
  msgstr "WordPress vytvoří kopii náhledu obrázku v zadaných rozměrech při nahrání nového obrázku."
227
 
228
+ #: gallery-plugin.php:788
229
  msgid "Gallery image size in the lightbox"
230
  msgstr ""
231
 
232
+ #: gallery-plugin.php:791
233
  #, fuzzy
234
  msgid "Max width (in px)"
235
  msgstr "Šířka (v px)"
236
 
237
+ #: gallery-plugin.php:792
238
  #, fuzzy
239
  msgid "Max height (in px)"
240
  msgstr "Výška (v px)"
241
 
242
+ #: gallery-plugin.php:793
243
  msgid "Display a full size image in the lightbox"
244
  msgstr ""
245
 
246
+ #: gallery-plugin.php:797
247
  msgid "Crop position"
248
  msgstr ""
249
 
250
+ #: gallery-plugin.php:799
251
  msgid "Horizontal"
252
  msgstr ""
253
 
254
+ #: gallery-plugin.php:801
255
  msgid "left"
256
  msgstr ""
257
 
258
+ #: gallery-plugin.php:802
259
+ #: gallery-plugin.php:809
260
  msgid "center"
261
  msgstr ""
262
 
263
+ #: gallery-plugin.php:803
264
  msgid "right"
265
  msgstr ""
266
 
267
+ #: gallery-plugin.php:806
268
  msgid "Vertical"
269
  msgstr ""
270
 
271
+ #: gallery-plugin.php:808
272
  msgid "top"
273
  msgstr ""
274
 
275
+ #: gallery-plugin.php:810
276
  msgid "bottom"
277
  msgstr ""
278
 
279
+ #: gallery-plugin.php:815
280
  msgid "Lightbox background"
281
  msgstr ""
282
 
283
+ #: gallery-plugin.php:817
284
  msgid "Default"
285
  msgstr ""
286
 
287
+ #: gallery-plugin.php:818
288
  msgid "Background transparency (from 0 to 1)"
289
  msgstr ""
290
 
291
+ #: gallery-plugin.php:820
292
  msgid "Select a background color"
293
  msgstr ""
294
 
295
+ #: gallery-plugin.php:822
296
  msgid "Background color"
297
  msgstr ""
298
 
299
+ #: gallery-plugin.php:829
300
+ #: gallery-plugin.php:971
301
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
302
  msgstr ""
303
 
304
+ #: gallery-plugin.php:836
305
  msgid "Images with border"
306
  msgstr ""
307
 
308
+ #: gallery-plugin.php:839
309
  msgid "Border width in px, just numbers"
310
  msgstr ""
311
 
312
+ #: gallery-plugin.php:841
313
+ #: gallery-plugin.php:843
314
  msgid "Select a border color"
315
  msgstr ""
316
 
317
+ #: gallery-plugin.php:849
318
  #, fuzzy
319
  msgid "Number of images in the row"
320
  msgstr "Počet náhledů zobrazených v jedné řádce"
321
 
322
+ #: gallery-plugin.php:855
323
  msgid "Start slideshow"
324
  msgstr ""
325
 
326
+ #: gallery-plugin.php:861
327
  msgid "Slideshow interval"
328
  msgstr ""
329
 
330
+ #: gallery-plugin.php:869
331
  msgid "Attachment ID"
332
  msgstr ""
333
 
334
+ #: gallery-plugin.php:870
335
  #, fuzzy
336
  msgid "Image Name"
337
  msgstr "Název rozměru"
338
 
339
+ #: gallery-plugin.php:872
340
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
341
  msgstr ""
342
 
343
+ #: gallery-plugin.php:873
344
  msgid "Random"
345
  msgstr ""
346
 
347
+ #: gallery-plugin.php:877
348
  #, fuzzy
349
  msgid "Sort images"
350
  msgstr "Počet náhledů zobrazených v jedné řádce"
351
 
352
+ #: gallery-plugin.php:879
353
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
354
  msgstr ""
355
 
356
+ #: gallery-plugin.php:880
357
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
358
  msgstr ""
359
 
360
+ #: gallery-plugin.php:884
361
  msgid "Display text above the image"
362
  msgstr ""
363
 
364
+ #: gallery-plugin.php:886
365
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
366
  msgstr ""
367
 
368
+ #: gallery-plugin.php:890
369
  msgid "Display the Back link"
370
  msgstr ""
371
 
372
+ #: gallery-plugin.php:896
373
  msgid "Display the Back link in the shortcode"
374
  msgstr ""
375
 
376
+ #: gallery-plugin.php:902
377
  msgid "The Back link text"
378
  msgstr ""
379
 
380
+ #: gallery-plugin.php:908
381
  msgid "The Back link URL"
382
  msgstr ""
383
 
384
+ #: gallery-plugin.php:910
385
  msgid "Gallery page (Page with Gallery Template)"
386
  msgstr ""
387
 
388
+ #: gallery-plugin.php:912
389
  msgid "(Full URL to custom page)"
390
  msgstr ""
391
 
392
+ #: gallery-plugin.php:916
393
  msgid "The Read More link text"
394
  msgstr ""
395
 
396
+ #: gallery-plugin.php:922
397
+ msgid "Add gallery to the search"
398
+ msgstr ""
399
+
400
+ #: gallery-plugin.php:941
401
+ #: gallery-plugin.php:944
402
+ #: gallery-plugin.php:948
403
+ msgid "Using Custom Search powered by"
404
+ msgstr ""
405
+
406
+ #: gallery-plugin.php:944
407
+ msgid "Activate Custom Search"
408
+ msgstr ""
409
+
410
+ #: gallery-plugin.php:948
411
+ msgid "Download Custom Search"
412
+ msgstr ""
413
+
414
+ #: gallery-plugin.php:955
415
  msgid "Display Like buttons in the lightbox"
416
  msgstr ""
417
 
418
+ #: gallery-plugin.php:957
419
  msgid "FaceBook"
420
  msgstr ""
421
 
422
+ #: gallery-plugin.php:958
423
  #, fuzzy
424
  msgid "Twitter"
425
  msgstr "Název"
426
 
427
+ #: gallery-plugin.php:959
428
  msgid "Pinterest"
429
  msgstr ""
430
 
431
+ #: gallery-plugin.php:960
432
  msgid "Google +1"
433
  msgstr ""
434
 
435
+ #: gallery-plugin.php:964
436
  #, fuzzy
437
  msgid "Slug for gallery item"
438
  msgstr "Rozměry náhledu obrázku v albu"
439
 
440
+ #: gallery-plugin.php:966
441
  msgid "for any structure of permalinks except the default structure"
442
  msgstr ""
443
 
444
+ #: gallery-plugin.php:979
445
  msgid "Save Changes"
446
  msgstr "Uložit změny"
447
 
448
+ #: gallery-plugin.php:991
449
+ #: gallery-plugin.php:1006
450
  msgid "Settings"
451
  msgstr "Nastavení"
452
 
453
+ #: gallery-plugin.php:992
454
  msgid "FAQ"
455
  msgstr "FAQ "
456
 
457
+ #: gallery-plugin.php:993
458
  msgid "Support"
459
  msgstr "Podpora"
460
 
461
+ #: gallery-plugin.php:1203
462
+ #: template/gallery-single-template.php:77
463
  #, fuzzy
464
  msgid "Sorry, nothing found."
465
  msgstr "Omlouvám se - nic nenalezeno."
466
 
467
+ #: gallery-plugin.php:1225
468
+ #: template/gallery-single-template.php:103
469
  msgid "Download high resolution image"
470
  msgstr ""
471
 
472
+ #: template/gallery-single-template.php:103
473
  msgid "Image"
474
  msgstr ""
475
 
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: 2013-10-18 10:11+0300\n"
6
- "PO-Revision-Date: 2013-10-18 10:11+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Jonas Seemann <info@ahoidesign.de>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
- #: gallery-plugin.php:722
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr "Fehler Gallery PluginDie Dateien \"gallery-template.php\" und \"gallery-single-template.php\" wurden nicht in deinem Theme gefunden. Bitte kopiere sie aus dem Verzeichnis `/wp-content/plugins/gallery-plugin/template/` direkt in das Verzeichnis deines Themes, damit das Plugin richtig funktionieren kann."
23
 
@@ -92,7 +92,7 @@ msgid "Please make a choice"
92
  msgstr "Bitte auswählen"
93
 
94
  #: gallery-plugin.php:228
95
- #: gallery-plugin.php:835
96
  msgid "Sort images by"
97
  msgstr "Sortieren nach"
98
 
@@ -162,7 +162,7 @@ msgid "Publishing"
162
  msgstr "Veröffentlichen"
163
 
164
  #: gallery-plugin.php:505
165
- #: gallery-plugin.php:839
166
  msgid "Date"
167
  msgstr "Datum"
168
 
@@ -170,260 +170,278 @@ msgstr "Datum"
170
  msgid "See images &raquo;"
171
  msgstr "Fotos anzeigen &raquo;"
172
 
173
- #: gallery-plugin.php:715
174
  msgid "Settings are saved"
175
  msgstr "Einstellungen gespeichert."
176
 
177
- #: gallery-plugin.php:728
178
  msgid "Gallery Settings"
179
  msgstr "Galerie Einstellungen"
180
 
181
- #: gallery-plugin.php:731
182
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
183
  msgstr "Zum Einfügen einer Galerie füge diesen Shortcode in eine Seite oder einen Beitrag ein:"
184
 
185
- #: gallery-plugin.php:735
186
  msgid "Image size for the album cover"
187
- msgstr "Размер для "
188
 
189
- #: gallery-plugin.php:737
190
- #: gallery-plugin.php:745
191
- #: gallery-plugin.php:758
192
  msgid "Image size"
193
  msgstr "Name der Bilder"
194
 
195
- #: gallery-plugin.php:738
196
- #: gallery-plugin.php:746
197
  msgid "Width (in px)"
198
  msgstr "Breite (in px)"
199
 
200
- #: gallery-plugin.php:739
201
- #: gallery-plugin.php:747
202
  msgid "Height (in px)"
203
  msgstr "Höhe (in px)"
204
 
205
- #: gallery-plugin.php:743
206
  msgid "Gallery image size"
207
  msgstr "Bildgröße für Galerie"
208
 
209
- #: gallery-plugin.php:751
210
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
211
  msgstr "Wordpress wird ein neues Thumbnail mit den Einstellungen erstellen, wenn du ein neues Bild hochlädst."
212
 
213
- #: gallery-plugin.php:756
214
  msgid "Gallery image size in the lightbox"
215
  msgstr "Galeriegröße in der Lightbox"
216
 
217
- #: gallery-plugin.php:759
218
  msgid "Max width (in px)"
219
  msgstr "max. Breite (in px)"
220
 
221
- #: gallery-plugin.php:760
222
  msgid "Max height (in px)"
223
  msgstr "max. Höhe (in px)"
224
 
225
- #: gallery-plugin.php:761
226
  msgid "Display a full size image in the lightbox"
227
  msgstr "Zeige das Bild in Originalgröße in derLightbox"
228
 
229
- #: gallery-plugin.php:765
230
  msgid "Crop position"
231
  msgstr "Crop Position"
232
 
233
- #: gallery-plugin.php:767
234
  msgid "Horizontal"
235
  msgstr "Horizontal"
236
 
237
- #: gallery-plugin.php:769
238
  msgid "left"
239
  msgstr "links"
240
 
241
- #: gallery-plugin.php:770
242
- #: gallery-plugin.php:777
243
  msgid "center"
244
  msgstr "zentriert"
245
 
246
- #: gallery-plugin.php:771
247
  msgid "right"
248
  msgstr "rechts"
249
 
250
- #: gallery-plugin.php:774
251
  msgid "Vertical"
252
  msgstr "vertikal"
253
 
254
- #: gallery-plugin.php:776
255
  msgid "top"
256
  msgstr "oben"
257
 
258
- #: gallery-plugin.php:778
259
  msgid "bottom"
260
  msgstr "unten"
261
 
262
- #: gallery-plugin.php:783
263
  msgid "Lightbox background"
264
  msgstr "Lightbox Hintergrund"
265
 
266
- #: gallery-plugin.php:785
267
  msgid "Default"
268
  msgstr "Standard"
269
 
270
- #: gallery-plugin.php:786
271
  msgid "Background transparency (from 0 to 1)"
272
  msgstr "Hintergrund Transparenz (0 – 1)"
273
 
274
- #: gallery-plugin.php:788
275
  msgid "Select a background color"
276
  msgstr "Wähle eine Hintergrundfarbe"
277
 
278
- #: gallery-plugin.php:790
279
  msgid "Background color"
280
  msgstr "Hintergrundfarbe"
281
 
282
- #: gallery-plugin.php:797
283
- #: gallery-plugin.php:908
284
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
285
  msgstr "Nur in der Pro Version verfügbar. Folge dem Link für mehr Informationen"
286
 
287
- #: gallery-plugin.php:804
288
  msgid "Images with border"
289
  msgstr "Bilder mit Rand"
290
 
291
- #: gallery-plugin.php:807
292
  msgid "Border width in px, just numbers"
293
  msgstr "Breite Bildrand in Pixel"
294
 
295
- #: gallery-plugin.php:809
296
- #: gallery-plugin.php:811
297
  msgid "Select a border color"
298
  msgstr "Rahmenfarbe"
299
 
300
- #: gallery-plugin.php:817
301
  msgid "Number of images in the row"
302
  msgstr "Anzahl Bilder in einer Reihe"
303
 
304
- #: gallery-plugin.php:823
305
  msgid "Start slideshow"
306
  msgstr "Starte Slideshow"
307
 
308
- #: gallery-plugin.php:829
309
  msgid "Slideshow interval"
310
  msgstr "Slideshow Geschwindigkeit"
311
 
312
- #: gallery-plugin.php:837
313
  msgid "Attachment ID"
314
  msgstr "Anhang ID"
315
 
316
- #: gallery-plugin.php:838
317
  msgid "Image Name"
318
  msgstr "Bildname"
319
 
320
- #: gallery-plugin.php:840
321
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
322
  msgstr "Reihenfolge (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
323
 
324
- #: gallery-plugin.php:841
325
  msgid "Random"
326
  msgstr "Zufall"
327
 
328
- #: gallery-plugin.php:845
329
  msgid "Sort images"
330
  msgstr "Reihenfolge"
331
 
332
- #: gallery-plugin.php:847
333
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
334
  msgstr "ASC (aufsteigend)"
335
 
336
- #: gallery-plugin.php:848
337
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
338
  msgstr "DESC (absteigend)"
339
 
340
- #: gallery-plugin.php:852
341
  msgid "Display text above the image"
342
  msgstr "Zeige Text über dem Bild"
343
 
344
- #: gallery-plugin.php:854
345
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
346
  msgstr "Text nur in Lightbox anzeigen"
347
 
348
- #: gallery-plugin.php:858
349
  msgid "Display the Back link"
350
  msgstr "Aktiviere Zurück-Link"
351
 
352
- #: gallery-plugin.php:864
353
  msgid "Display the Back link in the shortcode"
354
  msgstr "Aktiviere Zurück-Link im Shortcode"
355
 
356
- #: gallery-plugin.php:870
357
  msgid "The Back link text"
358
  msgstr "Zurück-Link Text"
359
 
360
- #: gallery-plugin.php:876
361
  msgid "The Back link URL"
362
  msgstr "Zurück-Link URL"
363
 
364
- #: gallery-plugin.php:878
365
  msgid "Gallery page (Page with Gallery Template)"
366
  msgstr "Galerie-Seite (Seite mit Gallerie-Template)"
367
 
368
- #: gallery-plugin.php:880
369
  msgid "(Full URL to custom page)"
370
  msgstr "(URL zu eigener Seite)"
371
 
372
- #: gallery-plugin.php:884
373
  msgid "The Read More link text"
374
  msgstr "Weiterlesen link Text"
375
 
376
- #: gallery-plugin.php:892
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
377
  msgid "Display Like buttons in the lightbox"
378
  msgstr "Aktivier Like-Button in der Lightbox"
379
 
380
- #: gallery-plugin.php:894
381
  msgid "FaceBook"
382
  msgstr "Facebook"
383
 
384
- #: gallery-plugin.php:895
385
  msgid "Twitter"
386
  msgstr "Twitter"
387
 
388
- #: gallery-plugin.php:896
389
  msgid "Pinterest"
390
  msgstr "Pinterest"
391
 
392
- #: gallery-plugin.php:897
393
  msgid "Google +1"
394
  msgstr "Goolge+"
395
 
396
- #: gallery-plugin.php:901
397
  msgid "Slug for gallery item"
398
  msgstr "Galerie Slug"
399
 
400
- #: gallery-plugin.php:903
401
  msgid "for any structure of permalinks except the default structure"
402
  msgstr "Permalinkstruktur (Default ausgenommen)"
403
 
404
- #: gallery-plugin.php:916
405
  msgid "Save Changes"
406
  msgstr "Einstellungen speichern"
407
 
408
- #: gallery-plugin.php:928
409
- #: gallery-plugin.php:943
410
  msgid "Settings"
411
  msgstr "Einstellungen"
412
 
413
- #: gallery-plugin.php:929
414
  msgid "FAQ"
415
  msgstr "FAQ"
416
 
417
- #: gallery-plugin.php:930
418
  msgid "Support"
419
  msgstr "Support"
420
 
421
- #: gallery-plugin.php:1140
422
  #: template/gallery-single-template.php:77
423
  msgid "Sorry, nothing found."
424
  msgstr "Leider nichts gefunden."
425
 
426
- #: gallery-plugin.php:1162
427
  #: template/gallery-single-template.php:103
428
  msgid "Download high resolution image"
429
  msgstr "Lade Bild in Originalgröße"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-28 17:42+0300\n"
6
+ "PO-Revision-Date: 2013-10-28 17:42+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Jonas Seemann <info@ahoidesign.de>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
+ #: gallery-plugin.php:754
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr "Fehler Gallery PluginDie Dateien \"gallery-template.php\" und \"gallery-single-template.php\" wurden nicht in deinem Theme gefunden. Bitte kopiere sie aus dem Verzeichnis `/wp-content/plugins/gallery-plugin/template/` direkt in das Verzeichnis deines Themes, damit das Plugin richtig funktionieren kann."
23
 
92
  msgstr "Bitte auswählen"
93
 
94
  #: gallery-plugin.php:228
95
+ #: gallery-plugin.php:867
96
  msgid "Sort images by"
97
  msgstr "Sortieren nach"
98
 
162
  msgstr "Veröffentlichen"
163
 
164
  #: gallery-plugin.php:505
165
+ #: gallery-plugin.php:871
166
  msgid "Date"
167
  msgstr "Datum"
168
 
170
  msgid "See images &raquo;"
171
  msgstr "Fotos anzeigen &raquo;"
172
 
173
+ #: gallery-plugin.php:747
174
  msgid "Settings are saved"
175
  msgstr "Einstellungen gespeichert."
176
 
177
+ #: gallery-plugin.php:760
178
  msgid "Gallery Settings"
179
  msgstr "Galerie Einstellungen"
180
 
181
+ #: gallery-plugin.php:763
182
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
183
  msgstr "Zum Einfügen einer Galerie füge diesen Shortcode in eine Seite oder einen Beitrag ein:"
184
 
185
+ #: gallery-plugin.php:767
186
  msgid "Image size for the album cover"
187
+ msgstr "Bildgröße für Beitragsbild"
188
 
189
+ #: gallery-plugin.php:769
190
+ #: gallery-plugin.php:777
191
+ #: gallery-plugin.php:790
192
  msgid "Image size"
193
  msgstr "Name der Bilder"
194
 
195
+ #: gallery-plugin.php:770
196
+ #: gallery-plugin.php:778
197
  msgid "Width (in px)"
198
  msgstr "Breite (in px)"
199
 
200
+ #: gallery-plugin.php:771
201
+ #: gallery-plugin.php:779
202
  msgid "Height (in px)"
203
  msgstr "Höhe (in px)"
204
 
205
+ #: gallery-plugin.php:775
206
  msgid "Gallery image size"
207
  msgstr "Bildgröße für Galerie"
208
 
209
+ #: gallery-plugin.php:783
210
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
211
  msgstr "Wordpress wird ein neues Thumbnail mit den Einstellungen erstellen, wenn du ein neues Bild hochlädst."
212
 
213
+ #: gallery-plugin.php:788
214
  msgid "Gallery image size in the lightbox"
215
  msgstr "Galeriegröße in der Lightbox"
216
 
217
+ #: gallery-plugin.php:791
218
  msgid "Max width (in px)"
219
  msgstr "max. Breite (in px)"
220
 
221
+ #: gallery-plugin.php:792
222
  msgid "Max height (in px)"
223
  msgstr "max. Höhe (in px)"
224
 
225
+ #: gallery-plugin.php:793
226
  msgid "Display a full size image in the lightbox"
227
  msgstr "Zeige das Bild in Originalgröße in derLightbox"
228
 
229
+ #: gallery-plugin.php:797
230
  msgid "Crop position"
231
  msgstr "Crop Position"
232
 
233
+ #: gallery-plugin.php:799
234
  msgid "Horizontal"
235
  msgstr "Horizontal"
236
 
237
+ #: gallery-plugin.php:801
238
  msgid "left"
239
  msgstr "links"
240
 
241
+ #: gallery-plugin.php:802
242
+ #: gallery-plugin.php:809
243
  msgid "center"
244
  msgstr "zentriert"
245
 
246
+ #: gallery-plugin.php:803
247
  msgid "right"
248
  msgstr "rechts"
249
 
250
+ #: gallery-plugin.php:806
251
  msgid "Vertical"
252
  msgstr "vertikal"
253
 
254
+ #: gallery-plugin.php:808
255
  msgid "top"
256
  msgstr "oben"
257
 
258
+ #: gallery-plugin.php:810
259
  msgid "bottom"
260
  msgstr "unten"
261
 
262
+ #: gallery-plugin.php:815
263
  msgid "Lightbox background"
264
  msgstr "Lightbox Hintergrund"
265
 
266
+ #: gallery-plugin.php:817
267
  msgid "Default"
268
  msgstr "Standard"
269
 
270
+ #: gallery-plugin.php:818
271
  msgid "Background transparency (from 0 to 1)"
272
  msgstr "Hintergrund Transparenz (0 – 1)"
273
 
274
+ #: gallery-plugin.php:820
275
  msgid "Select a background color"
276
  msgstr "Wähle eine Hintergrundfarbe"
277
 
278
+ #: gallery-plugin.php:822
279
  msgid "Background color"
280
  msgstr "Hintergrundfarbe"
281
 
282
+ #: gallery-plugin.php:829
283
+ #: gallery-plugin.php:971
284
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
285
  msgstr "Nur in der Pro Version verfügbar. Folge dem Link für mehr Informationen"
286
 
287
+ #: gallery-plugin.php:836
288
  msgid "Images with border"
289
  msgstr "Bilder mit Rand"
290
 
291
+ #: gallery-plugin.php:839
292
  msgid "Border width in px, just numbers"
293
  msgstr "Breite Bildrand in Pixel"
294
 
295
+ #: gallery-plugin.php:841
296
+ #: gallery-plugin.php:843
297
  msgid "Select a border color"
298
  msgstr "Rahmenfarbe"
299
 
300
+ #: gallery-plugin.php:849
301
  msgid "Number of images in the row"
302
  msgstr "Anzahl Bilder in einer Reihe"
303
 
304
+ #: gallery-plugin.php:855
305
  msgid "Start slideshow"
306
  msgstr "Starte Slideshow"
307
 
308
+ #: gallery-plugin.php:861
309
  msgid "Slideshow interval"
310
  msgstr "Slideshow Geschwindigkeit"
311
 
312
+ #: gallery-plugin.php:869
313
  msgid "Attachment ID"
314
  msgstr "Anhang ID"
315
 
316
+ #: gallery-plugin.php:870
317
  msgid "Image Name"
318
  msgstr "Bildname"
319
 
320
+ #: gallery-plugin.php:872
321
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
322
  msgstr "Reihenfolge (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
323
 
324
+ #: gallery-plugin.php:873
325
  msgid "Random"
326
  msgstr "Zufall"
327
 
328
+ #: gallery-plugin.php:877
329
  msgid "Sort images"
330
  msgstr "Reihenfolge"
331
 
332
+ #: gallery-plugin.php:879
333
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
334
  msgstr "ASC (aufsteigend)"
335
 
336
+ #: gallery-plugin.php:880
337
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
338
  msgstr "DESC (absteigend)"
339
 
340
+ #: gallery-plugin.php:884
341
  msgid "Display text above the image"
342
  msgstr "Zeige Text über dem Bild"
343
 
344
+ #: gallery-plugin.php:886
345
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
346
  msgstr "Text nur in Lightbox anzeigen"
347
 
348
+ #: gallery-plugin.php:890
349
  msgid "Display the Back link"
350
  msgstr "Aktiviere Zurück-Link"
351
 
352
+ #: gallery-plugin.php:896
353
  msgid "Display the Back link in the shortcode"
354
  msgstr "Aktiviere Zurück-Link im Shortcode"
355
 
356
+ #: gallery-plugin.php:902
357
  msgid "The Back link text"
358
  msgstr "Zurück-Link Text"
359
 
360
+ #: gallery-plugin.php:908
361
  msgid "The Back link URL"
362
  msgstr "Zurück-Link URL"
363
 
364
+ #: gallery-plugin.php:910
365
  msgid "Gallery page (Page with Gallery Template)"
366
  msgstr "Galerie-Seite (Seite mit Gallerie-Template)"
367
 
368
+ #: gallery-plugin.php:912
369
  msgid "(Full URL to custom page)"
370
  msgstr "(URL zu eigener Seite)"
371
 
372
+ #: gallery-plugin.php:916
373
  msgid "The Read More link text"
374
  msgstr "Weiterlesen link Text"
375
 
376
+ #: gallery-plugin.php:922
377
+ msgid "Add gallery to the search"
378
+ msgstr ""
379
+
380
+ #: gallery-plugin.php:941
381
+ #: gallery-plugin.php:944
382
+ #: gallery-plugin.php:948
383
+ msgid "Using Custom Search powered by"
384
+ msgstr ""
385
+
386
+ #: gallery-plugin.php:944
387
+ msgid "Activate Custom Search"
388
+ msgstr ""
389
+
390
+ #: gallery-plugin.php:948
391
+ msgid "Download Custom Search"
392
+ msgstr ""
393
+
394
+ #: gallery-plugin.php:955
395
  msgid "Display Like buttons in the lightbox"
396
  msgstr "Aktivier Like-Button in der Lightbox"
397
 
398
+ #: gallery-plugin.php:957
399
  msgid "FaceBook"
400
  msgstr "Facebook"
401
 
402
+ #: gallery-plugin.php:958
403
  msgid "Twitter"
404
  msgstr "Twitter"
405
 
406
+ #: gallery-plugin.php:959
407
  msgid "Pinterest"
408
  msgstr "Pinterest"
409
 
410
+ #: gallery-plugin.php:960
411
  msgid "Google +1"
412
  msgstr "Goolge+"
413
 
414
+ #: gallery-plugin.php:964
415
  msgid "Slug for gallery item"
416
  msgstr "Galerie Slug"
417
 
418
+ #: gallery-plugin.php:966
419
  msgid "for any structure of permalinks except the default structure"
420
  msgstr "Permalinkstruktur (Default ausgenommen)"
421
 
422
+ #: gallery-plugin.php:979
423
  msgid "Save Changes"
424
  msgstr "Einstellungen speichern"
425
 
426
+ #: gallery-plugin.php:991
427
+ #: gallery-plugin.php:1006
428
  msgid "Settings"
429
  msgstr "Einstellungen"
430
 
431
+ #: gallery-plugin.php:992
432
  msgid "FAQ"
433
  msgstr "FAQ"
434
 
435
+ #: gallery-plugin.php:993
436
  msgid "Support"
437
  msgstr "Support"
438
 
439
+ #: gallery-plugin.php:1203
440
  #: template/gallery-single-template.php:77
441
  msgid "Sorry, nothing found."
442
  msgstr "Leider nichts gefunden."
443
 
444
+ #: gallery-plugin.php:1225
445
  #: template/gallery-single-template.php:103
446
  msgid "Download high resolution image"
447
  msgstr "Lade Bild in Originalgröße"
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: 2013-09-04 17:34+0300\n"
6
- "PO-Revision-Date: 2013-09-04 17:34+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Victor Garcia <\\tvgarcias@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
- #: gallery-plugin.php:695
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr "Los siguientes archivos /gallery-template.php / y /gallery-single-template.php/ no se encuentra en el directorio de tu tema. Por favor, copiarlos desde el directorio /wp-content/plugins/gallery-plugin/template/ en el directorio de su tema para el correcto funcionamiento del plugin de la Galería"
23
 
@@ -27,7 +27,7 @@ msgid "Galleries"
27
  msgstr "Galerías"
28
 
29
  #: gallery-plugin.php:126
30
- #: gallery-plugin.php:579
31
  msgid "Gallery"
32
  msgstr "Galería"
33
 
@@ -71,398 +71,420 @@ msgstr "Subir Archivo"
71
  msgid "Gallery Shortcode"
72
  msgstr "Opciones de Galería"
73
 
74
- #: gallery-plugin.php:208
75
  #, fuzzy
76
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
77
  msgstr "El directorio temporal galería (gallery-plugin/upload/files) no puede ser escrito por su servidor web. Por favor, use la forma estandár de WP para subir las imágenes (librería multimedia)"
78
 
79
- #: gallery-plugin.php:212
80
  #, fuzzy
81
  msgid "Choose an image for upload:"
82
  msgstr "Escoger una imagen para subir:"
83
 
84
- #: gallery-plugin.php:217
85
  msgid "Please enable JavaScript to use the file uploader."
86
  msgstr "Favor de habilitar JavaScript para usar el cargador de archivos"
87
 
88
- #: gallery-plugin.php:224
89
  #, fuzzy
90
  msgid "Allow the download link for all images in this gallery"
91
  msgstr "Permitir enlace para descargar imágenes en esta galería"
92
 
93
- #: gallery-plugin.php:225
94
  #, fuzzy
95
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
96
  msgstr "Por favor, utilice la función de arrastrar y soltar para cambiar el orden de la salida de las imágenes y no se olvide de guardar el post."
97
 
98
- #: gallery-plugin.php:227
99
  msgid "Please make a choice"
100
  msgstr ""
101
 
102
- #: gallery-plugin.php:227
103
- #: gallery-plugin.php:808
104
  #, fuzzy
105
  msgid "Sort images by"
106
  msgstr "Contar las imágenes en la fila"
107
 
108
- #: gallery-plugin.php:227
109
  #, fuzzy
110
  msgid "sort images"
111
  msgstr "Contar las imágenes en la fila"
112
 
113
- #: gallery-plugin.php:227
114
  #, fuzzy
115
  msgid "on the plugin settings page ("
116
  msgstr "en la configuración del plugin (página"
117
 
118
- #: gallery-plugin.php:271
119
- #: gallery-plugin.php:475
120
  msgid "Title"
121
  msgstr "Título"
122
 
123
- #: gallery-plugin.php:273
 
 
 
 
124
  msgid "URL"
125
  msgstr ""
126
 
127
- #: gallery-plugin.php:273
128
  msgid "(by click on image opens a link in a new window)"
129
  msgstr ""
130
 
131
- #: gallery-plugin.php:274
132
  msgid "This setting is available in Pro version"
133
  msgstr ""
134
 
135
- #: gallery-plugin.php:275
136
  msgid "Open the link"
137
  msgstr ""
138
 
139
- #: gallery-plugin.php:275
140
  msgid "Current window"
141
  msgstr ""
142
 
143
- #: gallery-plugin.php:275
144
  msgid "New window"
145
  msgstr ""
146
 
147
- #: gallery-plugin.php:276
148
  msgid "Delete"
149
  msgstr ""
150
 
151
- #: gallery-plugin.php:289
152
  #, fuzzy
153
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
154
  msgstr "Puedes añadir la Galería Simple en una página o en un post insertando su shortcode en el contenido"
155
 
156
- #: gallery-plugin.php:291
157
  #, fuzzy
158
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
159
  msgstr "Si deseas mostrar un resumen de la galería con un enlace a la página específica de la Gallería "
160
 
161
- #: gallery-plugin.php:476
162
  msgid "Author"
163
  msgstr "Autor"
164
 
165
- #: gallery-plugin.php:477
166
  #, fuzzy
167
  msgid "Photo"
168
  msgstr "Foto de"
169
 
170
- #: gallery-plugin.php:478
171
  #, fuzzy
172
  msgid "Publishing"
173
  msgstr "Pública"
174
 
175
- #: gallery-plugin.php:479
176
- #: gallery-plugin.php:812
177
  msgid "Date"
178
  msgstr "Fecha"
179
 
180
- #: gallery-plugin.php:605
181
  #, fuzzy
182
  msgid "See images &raquo;"
183
  msgstr "Ver foto &raquo;"
184
 
185
- #: gallery-plugin.php:688
186
  #, fuzzy
187
  msgid "Settings are saved"
188
  msgstr "Opciones guardadas."
189
 
190
- #: gallery-plugin.php:701
191
  #, fuzzy
192
  msgid "Gallery Settings"
193
  msgstr "Opciones de Galería"
194
 
195
- #: gallery-plugin.php:704
196
  #, fuzzy
197
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
198
  msgstr "Si deseas añadir la Galería solamente en tu página o post, solo copia y pega el shortcode en la página o post correspondiente:"
199
 
200
- #: gallery-plugin.php:708
201
  #, fuzzy
202
  msgid "Image size for the album cover"
203
  msgstr "Размер для "
204
 
205
- #: gallery-plugin.php:710
206
- #: gallery-plugin.php:718
207
- #: gallery-plugin.php:731
208
  #, fuzzy
209
  msgid "Image size"
210
  msgstr "Nombre del tamaño de la imagen"
211
 
212
- #: gallery-plugin.php:711
213
- #: gallery-plugin.php:719
214
  msgid "Width (in px)"
215
  msgstr "Ancho (en px)"
216
 
217
- #: gallery-plugin.php:712
218
- #: gallery-plugin.php:720
219
  msgid "Height (in px)"
220
  msgstr "Alto (en px)"
221
 
222
- #: gallery-plugin.php:716
223
  #, fuzzy
224
  msgid "Gallery image size"
225
  msgstr "Galerías"
226
 
227
- #: gallery-plugin.php:724
228
  #, fuzzy
229
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
230
  msgstr "WordPress creará una copia de la miniatura de la entrada con las dimensiones especificadas, cuando se suba una foto nueva."
231
 
232
- #: gallery-plugin.php:729
233
  msgid "Gallery image size in the lightbox"
234
  msgstr ""
235
 
236
- #: gallery-plugin.php:732
237
  #, fuzzy
238
  msgid "Max width (in px)"
239
  msgstr "Ancho (en px)"
240
 
241
- #: gallery-plugin.php:733
242
  #, fuzzy
243
  msgid "Max height (in px)"
244
  msgstr "Alto (en px)"
245
 
246
- #: gallery-plugin.php:734
247
  msgid "Display a full size image in the lightbox"
248
  msgstr ""
249
 
250
- #: gallery-plugin.php:738
251
  msgid "Crop position"
252
  msgstr ""
253
 
254
- #: gallery-plugin.php:740
255
  msgid "Horizontal"
256
  msgstr ""
257
 
258
- #: gallery-plugin.php:742
259
  msgid "left"
260
  msgstr ""
261
 
262
- #: gallery-plugin.php:743
263
- #: gallery-plugin.php:750
264
  msgid "center"
265
  msgstr ""
266
 
267
- #: gallery-plugin.php:744
268
  msgid "right"
269
  msgstr ""
270
 
271
- #: gallery-plugin.php:747
272
  msgid "Vertical"
273
  msgstr ""
274
 
275
- #: gallery-plugin.php:749
276
  msgid "top"
277
  msgstr ""
278
 
279
- #: gallery-plugin.php:751
280
  msgid "bottom"
281
  msgstr ""
282
 
283
- #: gallery-plugin.php:756
284
  msgid "Lightbox background"
285
  msgstr ""
286
 
287
- #: gallery-plugin.php:758
288
  msgid "Default"
289
  msgstr ""
290
 
291
- #: gallery-plugin.php:759
292
  msgid "Background transparency (from 0 to 1)"
293
  msgstr ""
294
 
295
- #: gallery-plugin.php:761
296
  msgid "Select a background color"
297
  msgstr ""
298
 
299
- #: gallery-plugin.php:763
300
  msgid "Background color"
301
  msgstr ""
302
 
303
- #: gallery-plugin.php:770
304
- #: gallery-plugin.php:879
305
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
306
  msgstr ""
307
 
308
- #: gallery-plugin.php:777
309
  msgid "Images with border"
310
  msgstr ""
311
 
312
- #: gallery-plugin.php:780
313
  msgid "Border width in px, just numbers"
314
  msgstr ""
315
 
316
- #: gallery-plugin.php:782
317
- #: gallery-plugin.php:784
318
  msgid "Select a border color"
319
  msgstr ""
320
 
321
- #: gallery-plugin.php:790
322
  #, fuzzy
323
  msgid "Number of images in the row"
324
  msgstr "Contar las imágenes en la fila"
325
 
326
- #: gallery-plugin.php:796
327
  msgid "Start slideshow"
328
  msgstr "Comenzar presentación diapositivas"
329
 
330
- #: gallery-plugin.php:802
331
  msgid "Slideshow interval"
332
  msgstr "Intervalo de presentación diapositivas"
333
 
334
- #: gallery-plugin.php:810
335
  #, fuzzy
336
  msgid "Attachment ID"
337
  msgstr "id del adjunto"
338
 
339
- #: gallery-plugin.php:811
340
  #, fuzzy
341
  msgid "Image Name"
342
  msgstr "Imagen"
343
 
344
- #: gallery-plugin.php:813
345
  #, fuzzy
346
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
347
  msgstr "orden de los adjuntos (el valor entero mostrado en el campo del dialog Insertar / Subir Galeria de Medias)"
348
 
349
- #: gallery-plugin.php:814
350
  #, fuzzy
351
  msgid "Random"
352
  msgstr "aleatorio"
353
 
354
- #: gallery-plugin.php:818
355
  #, fuzzy
356
  msgid "Sort images"
357
  msgstr "Contar las imágenes en la fila"
358
 
359
- #: gallery-plugin.php:820
360
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
361
  msgstr "ASC (orden ascendente desde el valor menor al mayor - 1, 2, 3; a, b, c)"
362
 
363
- #: gallery-plugin.php:821
364
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
365
  msgstr "DESC (orden descendente desde el valor mayor al menor - 3, 2, 1; c, b, a)"
366
 
367
- #: gallery-plugin.php:825
368
  msgid "Display text above the image"
369
  msgstr ""
370
 
371
- #: gallery-plugin.php:827
372
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
373
  msgstr ""
374
 
375
- #: gallery-plugin.php:831
376
  #, fuzzy
377
  msgid "Display the Back link"
378
  msgstr "Mostrar el enlace de Regresar"
379
 
380
- #: gallery-plugin.php:837
381
  #, fuzzy
382
  msgid "Display the Back link in the shortcode"
383
  msgstr "Mostrar el enlace de Regresar en shortcode"
384
 
385
- #: gallery-plugin.php:843
386
  msgid "The Back link text"
387
  msgstr ""
388
 
389
- #: gallery-plugin.php:849
390
  msgid "The Back link URL"
391
  msgstr ""
392
 
393
- #: gallery-plugin.php:851
394
  msgid "Gallery page (Page with Gallery Template)"
395
  msgstr ""
396
 
397
- #: gallery-plugin.php:853
398
  msgid "(Full URL to custom page)"
399
  msgstr ""
400
 
401
- #: gallery-plugin.php:857
402
  #, fuzzy
403
  msgid "The Read More link text"
404
  msgstr "Etiqueta para el enlace Leer Mas"
405
 
406
- #: gallery-plugin.php:865
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
407
  msgid "Display Like buttons in the lightbox"
408
  msgstr ""
409
 
410
- #: gallery-plugin.php:867
411
  msgid "FaceBook"
412
  msgstr ""
413
 
414
- #: gallery-plugin.php:868
415
  #, fuzzy
416
  msgid "Twitter"
417
  msgstr "Título"
418
 
419
- #: gallery-plugin.php:869
420
  msgid "Pinterest"
421
  msgstr ""
422
 
423
- #: gallery-plugin.php:870
424
  msgid "Google +1"
425
  msgstr ""
426
 
427
- #: gallery-plugin.php:873
428
  #, fuzzy
429
  msgid "Slug for gallery item"
430
  msgstr "Tamaño de la galería de imágenes"
431
 
432
- #: gallery-plugin.php:875
433
  msgid "for any structure of permalinks except the default structure"
434
  msgstr ""
435
 
436
- #: gallery-plugin.php:887
437
  msgid "Save Changes"
438
  msgstr "Guardar Cambios"
439
 
440
- #: gallery-plugin.php:899
441
- #: gallery-plugin.php:914
442
  msgid "Settings"
443
  msgstr "Configuración"
444
 
445
- #: gallery-plugin.php:900
446
  msgid "FAQ"
447
  msgstr "FAQ "
448
 
449
- #: gallery-plugin.php:901
450
  msgid "Support"
451
  msgstr "Soporte"
452
 
453
- #: gallery-plugin.php:1111
454
- #: template/gallery-single-template.php:76
455
  #, fuzzy
456
  msgid "Sorry, nothing found."
457
  msgstr "Lo sentimos - nada que encontrar."
458
 
459
- #: gallery-plugin.php:1133
460
- #: template/gallery-single-template.php:102
461
  #, fuzzy
462
  msgid "Download high resolution image"
463
  msgstr "Descargar la imagen en alta resolución"
464
 
465
- #: template/gallery-single-template.php:102
466
  #, fuzzy
467
  msgid "Image"
468
  msgstr "Imagen"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-28 17:42+0300\n"
6
+ "PO-Revision-Date: 2013-10-28 17:42+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Victor Garcia <\\tvgarcias@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
+ #: gallery-plugin.php:754
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr "Los siguientes archivos /gallery-template.php / y /gallery-single-template.php/ no se encuentra en el directorio de tu tema. Por favor, copiarlos desde el directorio /wp-content/plugins/gallery-plugin/template/ en el directorio de su tema para el correcto funcionamiento del plugin de la Galería"
23
 
27
  msgstr "Galerías"
28
 
29
  #: gallery-plugin.php:126
30
+ #: gallery-plugin.php:605
31
  msgid "Gallery"
32
  msgstr "Galería"
33
 
71
  msgid "Gallery Shortcode"
72
  msgstr "Opciones de Galería"
73
 
74
+ #: gallery-plugin.php:209
75
  #, fuzzy
76
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
77
  msgstr "El directorio temporal galería (gallery-plugin/upload/files) no puede ser escrito por su servidor web. Por favor, use la forma estandár de WP para subir las imágenes (librería multimedia)"
78
 
79
+ #: gallery-plugin.php:213
80
  #, fuzzy
81
  msgid "Choose an image for upload:"
82
  msgstr "Escoger una imagen para subir:"
83
 
84
+ #: gallery-plugin.php:218
85
  msgid "Please enable JavaScript to use the file uploader."
86
  msgstr "Favor de habilitar JavaScript para usar el cargador de archivos"
87
 
88
+ #: gallery-plugin.php:225
89
  #, fuzzy
90
  msgid "Allow the download link for all images in this gallery"
91
  msgstr "Permitir enlace para descargar imágenes en esta galería"
92
 
93
+ #: gallery-plugin.php:226
94
  #, fuzzy
95
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
96
  msgstr "Por favor, utilice la función de arrastrar y soltar para cambiar el orden de la salida de las imágenes y no se olvide de guardar el post."
97
 
98
+ #: gallery-plugin.php:228
99
  msgid "Please make a choice"
100
  msgstr ""
101
 
102
+ #: gallery-plugin.php:228
103
+ #: gallery-plugin.php:867
104
  #, fuzzy
105
  msgid "Sort images by"
106
  msgstr "Contar las imágenes en la fila"
107
 
108
+ #: gallery-plugin.php:228
109
  #, fuzzy
110
  msgid "sort images"
111
  msgstr "Contar las imágenes en la fila"
112
 
113
+ #: gallery-plugin.php:228
114
  #, fuzzy
115
  msgid "on the plugin settings page ("
116
  msgstr "en la configuración del plugin (página"
117
 
118
+ #: gallery-plugin.php:272
119
+ #: gallery-plugin.php:501
120
  msgid "Title"
121
  msgstr "Título"
122
 
123
+ #: gallery-plugin.php:274
124
+ msgid "Alt tag"
125
+ msgstr ""
126
+
127
+ #: gallery-plugin.php:275
128
  msgid "URL"
129
  msgstr ""
130
 
131
+ #: gallery-plugin.php:275
132
  msgid "(by click on image opens a link in a new window)"
133
  msgstr ""
134
 
135
+ #: gallery-plugin.php:276
136
  msgid "This setting is available in Pro version"
137
  msgstr ""
138
 
139
+ #: gallery-plugin.php:277
140
  msgid "Open the link"
141
  msgstr ""
142
 
143
+ #: gallery-plugin.php:277
144
  msgid "Current window"
145
  msgstr ""
146
 
147
+ #: gallery-plugin.php:277
148
  msgid "New window"
149
  msgstr ""
150
 
151
+ #: gallery-plugin.php:278
152
  msgid "Delete"
153
  msgstr ""
154
 
155
+ #: gallery-plugin.php:291
156
  #, fuzzy
157
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
158
  msgstr "Puedes añadir la Galería Simple en una página o en un post insertando su shortcode en el contenido"
159
 
160
+ #: gallery-plugin.php:293
161
  #, fuzzy
162
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
163
  msgstr "Si deseas mostrar un resumen de la galería con un enlace a la página específica de la Gallería "
164
 
165
+ #: gallery-plugin.php:502
166
  msgid "Author"
167
  msgstr "Autor"
168
 
169
+ #: gallery-plugin.php:503
170
  #, fuzzy
171
  msgid "Photo"
172
  msgstr "Foto de"
173
 
174
+ #: gallery-plugin.php:504
175
  #, fuzzy
176
  msgid "Publishing"
177
  msgstr "Pública"
178
 
179
+ #: gallery-plugin.php:505
180
+ #: gallery-plugin.php:871
181
  msgid "Date"
182
  msgstr "Fecha"
183
 
184
+ #: gallery-plugin.php:631
185
  #, fuzzy
186
  msgid "See images &raquo;"
187
  msgstr "Ver foto &raquo;"
188
 
189
+ #: gallery-plugin.php:747
190
  #, fuzzy
191
  msgid "Settings are saved"
192
  msgstr "Opciones guardadas."
193
 
194
+ #: gallery-plugin.php:760
195
  #, fuzzy
196
  msgid "Gallery Settings"
197
  msgstr "Opciones de Galería"
198
 
199
+ #: gallery-plugin.php:763
200
  #, fuzzy
201
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
202
  msgstr "Si deseas añadir la Galería solamente en tu página o post, solo copia y pega el shortcode en la página o post correspondiente:"
203
 
204
+ #: gallery-plugin.php:767
205
  #, fuzzy
206
  msgid "Image size for the album cover"
207
  msgstr "Размер для "
208
 
209
+ #: gallery-plugin.php:769
210
+ #: gallery-plugin.php:777
211
+ #: gallery-plugin.php:790
212
  #, fuzzy
213
  msgid "Image size"
214
  msgstr "Nombre del tamaño de la imagen"
215
 
216
+ #: gallery-plugin.php:770
217
+ #: gallery-plugin.php:778
218
  msgid "Width (in px)"
219
  msgstr "Ancho (en px)"
220
 
221
+ #: gallery-plugin.php:771
222
+ #: gallery-plugin.php:779
223
  msgid "Height (in px)"
224
  msgstr "Alto (en px)"
225
 
226
+ #: gallery-plugin.php:775
227
  #, fuzzy
228
  msgid "Gallery image size"
229
  msgstr "Galerías"
230
 
231
+ #: gallery-plugin.php:783
232
  #, fuzzy
233
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
234
  msgstr "WordPress creará una copia de la miniatura de la entrada con las dimensiones especificadas, cuando se suba una foto nueva."
235
 
236
+ #: gallery-plugin.php:788
237
  msgid "Gallery image size in the lightbox"
238
  msgstr ""
239
 
240
+ #: gallery-plugin.php:791
241
  #, fuzzy
242
  msgid "Max width (in px)"
243
  msgstr "Ancho (en px)"
244
 
245
+ #: gallery-plugin.php:792
246
  #, fuzzy
247
  msgid "Max height (in px)"
248
  msgstr "Alto (en px)"
249
 
250
+ #: gallery-plugin.php:793
251
  msgid "Display a full size image in the lightbox"
252
  msgstr ""
253
 
254
+ #: gallery-plugin.php:797
255
  msgid "Crop position"
256
  msgstr ""
257
 
258
+ #: gallery-plugin.php:799
259
  msgid "Horizontal"
260
  msgstr ""
261
 
262
+ #: gallery-plugin.php:801
263
  msgid "left"
264
  msgstr ""
265
 
266
+ #: gallery-plugin.php:802
267
+ #: gallery-plugin.php:809
268
  msgid "center"
269
  msgstr ""
270
 
271
+ #: gallery-plugin.php:803
272
  msgid "right"
273
  msgstr ""
274
 
275
+ #: gallery-plugin.php:806
276
  msgid "Vertical"
277
  msgstr ""
278
 
279
+ #: gallery-plugin.php:808
280
  msgid "top"
281
  msgstr ""
282
 
283
+ #: gallery-plugin.php:810
284
  msgid "bottom"
285
  msgstr ""
286
 
287
+ #: gallery-plugin.php:815
288
  msgid "Lightbox background"
289
  msgstr ""
290
 
291
+ #: gallery-plugin.php:817
292
  msgid "Default"
293
  msgstr ""
294
 
295
+ #: gallery-plugin.php:818
296
  msgid "Background transparency (from 0 to 1)"
297
  msgstr ""
298
 
299
+ #: gallery-plugin.php:820
300
  msgid "Select a background color"
301
  msgstr ""
302
 
303
+ #: gallery-plugin.php:822
304
  msgid "Background color"
305
  msgstr ""
306
 
307
+ #: gallery-plugin.php:829
308
+ #: gallery-plugin.php:971
309
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
310
  msgstr ""
311
 
312
+ #: gallery-plugin.php:836
313
  msgid "Images with border"
314
  msgstr ""
315
 
316
+ #: gallery-plugin.php:839
317
  msgid "Border width in px, just numbers"
318
  msgstr ""
319
 
320
+ #: gallery-plugin.php:841
321
+ #: gallery-plugin.php:843
322
  msgid "Select a border color"
323
  msgstr ""
324
 
325
+ #: gallery-plugin.php:849
326
  #, fuzzy
327
  msgid "Number of images in the row"
328
  msgstr "Contar las imágenes en la fila"
329
 
330
+ #: gallery-plugin.php:855
331
  msgid "Start slideshow"
332
  msgstr "Comenzar presentación diapositivas"
333
 
334
+ #: gallery-plugin.php:861
335
  msgid "Slideshow interval"
336
  msgstr "Intervalo de presentación diapositivas"
337
 
338
+ #: gallery-plugin.php:869
339
  #, fuzzy
340
  msgid "Attachment ID"
341
  msgstr "id del adjunto"
342
 
343
+ #: gallery-plugin.php:870
344
  #, fuzzy
345
  msgid "Image Name"
346
  msgstr "Imagen"
347
 
348
+ #: gallery-plugin.php:872
349
  #, fuzzy
350
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
351
  msgstr "orden de los adjuntos (el valor entero mostrado en el campo del dialog Insertar / Subir Galeria de Medias)"
352
 
353
+ #: gallery-plugin.php:873
354
  #, fuzzy
355
  msgid "Random"
356
  msgstr "aleatorio"
357
 
358
+ #: gallery-plugin.php:877
359
  #, fuzzy
360
  msgid "Sort images"
361
  msgstr "Contar las imágenes en la fila"
362
 
363
+ #: gallery-plugin.php:879
364
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
365
  msgstr "ASC (orden ascendente desde el valor menor al mayor - 1, 2, 3; a, b, c)"
366
 
367
+ #: gallery-plugin.php:880
368
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
369
  msgstr "DESC (orden descendente desde el valor mayor al menor - 3, 2, 1; c, b, a)"
370
 
371
+ #: gallery-plugin.php:884
372
  msgid "Display text above the image"
373
  msgstr ""
374
 
375
+ #: gallery-plugin.php:886
376
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
377
  msgstr ""
378
 
379
+ #: gallery-plugin.php:890
380
  #, fuzzy
381
  msgid "Display the Back link"
382
  msgstr "Mostrar el enlace de Regresar"
383
 
384
+ #: gallery-plugin.php:896
385
  #, fuzzy
386
  msgid "Display the Back link in the shortcode"
387
  msgstr "Mostrar el enlace de Regresar en shortcode"
388
 
389
+ #: gallery-plugin.php:902
390
  msgid "The Back link text"
391
  msgstr ""
392
 
393
+ #: gallery-plugin.php:908
394
  msgid "The Back link URL"
395
  msgstr ""
396
 
397
+ #: gallery-plugin.php:910
398
  msgid "Gallery page (Page with Gallery Template)"
399
  msgstr ""
400
 
401
+ #: gallery-plugin.php:912
402
  msgid "(Full URL to custom page)"
403
  msgstr ""
404
 
405
+ #: gallery-plugin.php:916
406
  #, fuzzy
407
  msgid "The Read More link text"
408
  msgstr "Etiqueta para el enlace Leer Mas"
409
 
410
+ #: gallery-plugin.php:922
411
+ msgid "Add gallery to the search"
412
+ msgstr ""
413
+
414
+ #: gallery-plugin.php:941
415
+ #: gallery-plugin.php:944
416
+ #: gallery-plugin.php:948
417
+ msgid "Using Custom Search powered by"
418
+ msgstr ""
419
+
420
+ #: gallery-plugin.php:944
421
+ msgid "Activate Custom Search"
422
+ msgstr ""
423
+
424
+ #: gallery-plugin.php:948
425
+ msgid "Download Custom Search"
426
+ msgstr ""
427
+
428
+ #: gallery-plugin.php:955
429
  msgid "Display Like buttons in the lightbox"
430
  msgstr ""
431
 
432
+ #: gallery-plugin.php:957
433
  msgid "FaceBook"
434
  msgstr ""
435
 
436
+ #: gallery-plugin.php:958
437
  #, fuzzy
438
  msgid "Twitter"
439
  msgstr "Título"
440
 
441
+ #: gallery-plugin.php:959
442
  msgid "Pinterest"
443
  msgstr ""
444
 
445
+ #: gallery-plugin.php:960
446
  msgid "Google +1"
447
  msgstr ""
448
 
449
+ #: gallery-plugin.php:964
450
  #, fuzzy
451
  msgid "Slug for gallery item"
452
  msgstr "Tamaño de la galería de imágenes"
453
 
454
+ #: gallery-plugin.php:966
455
  msgid "for any structure of permalinks except the default structure"
456
  msgstr ""
457
 
458
+ #: gallery-plugin.php:979
459
  msgid "Save Changes"
460
  msgstr "Guardar Cambios"
461
 
462
+ #: gallery-plugin.php:991
463
+ #: gallery-plugin.php:1006
464
  msgid "Settings"
465
  msgstr "Configuración"
466
 
467
+ #: gallery-plugin.php:992
468
  msgid "FAQ"
469
  msgstr "FAQ "
470
 
471
+ #: gallery-plugin.php:993
472
  msgid "Support"
473
  msgstr "Soporte"
474
 
475
+ #: gallery-plugin.php:1203
476
+ #: template/gallery-single-template.php:77
477
  #, fuzzy
478
  msgid "Sorry, nothing found."
479
  msgstr "Lo sentimos - nada que encontrar."
480
 
481
+ #: gallery-plugin.php:1225
482
+ #: template/gallery-single-template.php:103
483
  #, fuzzy
484
  msgid "Download high resolution image"
485
  msgstr "Descargar la imagen en alta resolución"
486
 
487
+ #: template/gallery-single-template.php:103
488
  #, fuzzy
489
  msgid "Image"
490
  msgstr "Imagen"
languages/gallery-fa_IR.mo CHANGED
Binary file
languages/gallery-fa_IR.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: 2013-09-04 17:34+0300\n"
6
- "PO-Revision-Date: 2013-09-04 17:34+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Einolah Kiamehr <einkia@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -18,7 +18,7 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: gallery-plugin.php:101
21
- #: gallery-plugin.php:695
22
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
23
  msgstr ""
24
 
@@ -28,7 +28,7 @@ msgid "Galleries"
28
  msgstr "گالری ها"
29
 
30
  #: gallery-plugin.php:126
31
- #: gallery-plugin.php:579
32
  msgid "Gallery"
33
  msgstr "گالری"
34
 
@@ -71,394 +71,416 @@ msgstr "آپلود فایل"
71
  msgid "Gallery Shortcode"
72
  msgstr "کد نمایش گالری"
73
 
74
- #: gallery-plugin.php:208
75
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
76
  msgstr ""
77
 
78
- #: gallery-plugin.php:212
79
  #, fuzzy
80
  msgid "Choose an image for upload:"
81
  msgstr "انتخاب یک عکس برای آپلود "
82
 
83
- #: gallery-plugin.php:217
84
  msgid "Please enable JavaScript to use the file uploader."
85
  msgstr "برای استفاده از آپلودر فایل ، لطفا جاوا اسکریپت را فعال کنید."
86
 
87
- #: gallery-plugin.php:224
88
  msgid "Allow the download link for all images in this gallery"
89
  msgstr ""
90
 
91
- #: gallery-plugin.php:225
92
  #, fuzzy
93
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
94
  msgstr "لطفا از گرفتن و رها کردن توابع برای سفارشی ساختن عکسهای خروجی استفاده کنید و فراموش نکنید که پست را ذخیره کنید."
95
 
96
- #: gallery-plugin.php:227
97
  msgid "Please make a choice"
98
  msgstr ""
99
 
100
- #: gallery-plugin.php:227
101
- #: gallery-plugin.php:808
102
  #, fuzzy
103
  msgid "Sort images by"
104
  msgstr "تعداد عکسها در سطر"
105
 
106
- #: gallery-plugin.php:227
107
  #, fuzzy
108
  msgid "sort images"
109
  msgstr "تعداد عکسها در سطر"
110
 
111
- #: gallery-plugin.php:227
112
  #, fuzzy
113
  msgid "on the plugin settings page ("
114
  msgstr "صفحه تنظیمات افزونه"
115
 
116
- #: gallery-plugin.php:271
117
- #: gallery-plugin.php:475
118
  msgid "Title"
119
  msgstr "عنوان"
120
 
121
- #: gallery-plugin.php:273
 
 
 
 
122
  msgid "URL"
123
  msgstr ""
124
 
125
- #: gallery-plugin.php:273
126
  msgid "(by click on image opens a link in a new window)"
127
  msgstr ""
128
 
129
- #: gallery-plugin.php:274
130
  msgid "This setting is available in Pro version"
131
  msgstr ""
132
 
133
- #: gallery-plugin.php:275
134
  msgid "Open the link"
135
  msgstr ""
136
 
137
- #: gallery-plugin.php:275
138
  msgid "Current window"
139
  msgstr ""
140
 
141
- #: gallery-plugin.php:275
142
  msgid "New window"
143
  msgstr ""
144
 
145
- #: gallery-plugin.php:276
146
  #, fuzzy
147
  msgid "Delete"
148
  msgstr "تاریخ"
149
 
150
- #: gallery-plugin.php:289
151
  #, fuzzy
152
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
153
  msgstr "شما میتوانید به برگه یا پست با افزودن shortcode به محتوا یک گالری اضافه کنید. "
154
 
155
- #: gallery-plugin.php:291
156
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
157
  msgstr ""
158
 
159
- #: gallery-plugin.php:476
160
  msgid "Author"
161
  msgstr "سازنده"
162
 
163
- #: gallery-plugin.php:477
164
  #, fuzzy
165
  msgid "Photo"
166
  msgstr "عکسِ"
167
 
168
- #: gallery-plugin.php:478
169
  #, fuzzy
170
  msgid "Publishing"
171
  msgstr "عمومی"
172
 
173
- #: gallery-plugin.php:479
174
- #: gallery-plugin.php:812
175
  msgid "Date"
176
  msgstr "تاریخ"
177
 
178
- #: gallery-plugin.php:605
179
  #, fuzzy
180
  msgid "See images &raquo;"
181
  msgstr "&raquoدیدن عکس;"
182
 
183
- #: gallery-plugin.php:688
184
  #, fuzzy
185
  msgid "Settings are saved"
186
  msgstr "تنظیمات ذخیره شد."
187
 
188
- #: gallery-plugin.php:701
189
  #, fuzzy
190
  msgid "Gallery Settings"
191
  msgstr "تنظیمات گالری"
192
 
193
- #: gallery-plugin.php:704
194
  #, fuzzy
195
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
196
  msgstr "اگر میخواهید یک گالری جدید اضافه کنید ، کافیه shortcode را در نوشته یا برگه خود کپی کنید"
197
 
198
- #: gallery-plugin.php:708
199
  #, fuzzy
200
  msgid "Image size for the album cover"
201
  msgstr "اندازه دوره آلبوم گالری"
202
 
203
- #: gallery-plugin.php:710
204
- #: gallery-plugin.php:718
205
- #: gallery-plugin.php:731
206
  #, fuzzy
207
  msgid "Image size"
208
  msgstr " اندازه عکس"
209
 
210
- #: gallery-plugin.php:711
211
- #: gallery-plugin.php:719
212
  msgid "Width (in px)"
213
  msgstr "عرض (به pixels)"
214
 
215
- #: gallery-plugin.php:712
216
- #: gallery-plugin.php:720
217
  msgid "Height (in px)"
218
  msgstr "ارتفاع (به pixels)"
219
 
220
- #: gallery-plugin.php:716
221
  #, fuzzy
222
  msgid "Gallery image size"
223
  msgstr "گالری ها"
224
 
225
- #: gallery-plugin.php:724
226
  #, fuzzy
227
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
228
  msgstr "وردپرس میتواند یک کپی از عکسهای بند انگشتی نوشته ها را با اندازه دلخواه بسازد وقتی شما یک عکس جدید را بار گذاری میکنید."
229
 
230
- #: gallery-plugin.php:729
231
  msgid "Gallery image size in the lightbox"
232
  msgstr ""
233
 
234
- #: gallery-plugin.php:732
235
  #, fuzzy
236
  msgid "Max width (in px)"
237
  msgstr "عرض (به pixels)"
238
 
239
- #: gallery-plugin.php:733
240
  #, fuzzy
241
  msgid "Max height (in px)"
242
  msgstr "ارتفاع (به pixels)"
243
 
244
- #: gallery-plugin.php:734
245
  msgid "Display a full size image in the lightbox"
246
  msgstr ""
247
 
248
- #: gallery-plugin.php:738
249
  msgid "Crop position"
250
  msgstr ""
251
 
252
- #: gallery-plugin.php:740
253
  msgid "Horizontal"
254
  msgstr ""
255
 
256
- #: gallery-plugin.php:742
257
  msgid "left"
258
  msgstr ""
259
 
260
- #: gallery-plugin.php:743
261
- #: gallery-plugin.php:750
262
  msgid "center"
263
  msgstr ""
264
 
265
- #: gallery-plugin.php:744
266
  msgid "right"
267
  msgstr ""
268
 
269
- #: gallery-plugin.php:747
270
  msgid "Vertical"
271
  msgstr ""
272
 
273
- #: gallery-plugin.php:749
274
  msgid "top"
275
  msgstr ""
276
 
277
- #: gallery-plugin.php:751
278
  msgid "bottom"
279
  msgstr ""
280
 
281
- #: gallery-plugin.php:756
282
  msgid "Lightbox background"
283
  msgstr ""
284
 
285
- #: gallery-plugin.php:758
286
  msgid "Default"
287
  msgstr ""
288
 
289
- #: gallery-plugin.php:759
290
  msgid "Background transparency (from 0 to 1)"
291
  msgstr ""
292
 
293
- #: gallery-plugin.php:761
294
  msgid "Select a background color"
295
  msgstr ""
296
 
297
- #: gallery-plugin.php:763
298
  msgid "Background color"
299
  msgstr ""
300
 
301
- #: gallery-plugin.php:770
302
- #: gallery-plugin.php:879
303
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
304
  msgstr ""
305
 
306
- #: gallery-plugin.php:777
307
  msgid "Images with border"
308
  msgstr ""
309
 
310
- #: gallery-plugin.php:780
311
  msgid "Border width in px, just numbers"
312
  msgstr ""
313
 
314
- #: gallery-plugin.php:782
315
- #: gallery-plugin.php:784
316
  msgid "Select a border color"
317
  msgstr ""
318
 
319
- #: gallery-plugin.php:790
320
  #, fuzzy
321
  msgid "Number of images in the row"
322
  msgstr "تعداد عکسها در سطر"
323
 
324
- #: gallery-plugin.php:796
325
  msgid "Start slideshow"
326
  msgstr "نمایش اسلایدشو"
327
 
328
- #: gallery-plugin.php:802
329
  msgid "Slideshow interval"
330
  msgstr "فاصله بین اسلایدشو"
331
 
332
- #: gallery-plugin.php:810
333
  #, fuzzy
334
  msgid "Attachment ID"
335
  msgstr "ای دی سنجاق شده "
336
 
337
- #: gallery-plugin.php:811
338
  #, fuzzy
339
  msgid "Image Name"
340
  msgstr "عکس "
341
 
342
- #: gallery-plugin.php:813
343
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
344
  msgstr ""
345
 
346
- #: gallery-plugin.php:814
347
  #, fuzzy
348
  msgid "Random"
349
  msgstr "تصادفی"
350
 
351
- #: gallery-plugin.php:818
352
  #, fuzzy
353
  msgid "Sort images"
354
  msgstr "تعداد عکسها در سطر"
355
 
356
- #: gallery-plugin.php:820
357
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
358
  msgstr ""
359
 
360
- #: gallery-plugin.php:821
361
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
362
  msgstr ""
363
 
364
- #: gallery-plugin.php:825
365
  msgid "Display text above the image"
366
  msgstr ""
367
 
368
- #: gallery-plugin.php:827
369
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
370
  msgstr ""
371
 
372
- #: gallery-plugin.php:831
373
  #, fuzzy
374
  msgid "Display the Back link"
375
  msgstr "نشان دادن لینک برگشت"
376
 
377
- #: gallery-plugin.php:837
378
  #, fuzzy
379
  msgid "Display the Back link in the shortcode"
380
  msgstr "نشان دادن لینک برگشت در شرت کد"
381
 
382
- #: gallery-plugin.php:843
383
  msgid "The Back link text"
384
  msgstr ""
385
 
386
- #: gallery-plugin.php:849
387
  msgid "The Back link URL"
388
  msgstr ""
389
 
390
- #: gallery-plugin.php:851
391
  msgid "Gallery page (Page with Gallery Template)"
392
  msgstr ""
393
 
394
- #: gallery-plugin.php:853
395
  msgid "(Full URL to custom page)"
396
  msgstr ""
397
 
398
- #: gallery-plugin.php:857
399
  #, fuzzy
400
  msgid "The Read More link text"
401
  msgstr "برچسب برای لینک بیشتر..."
402
 
403
- #: gallery-plugin.php:865
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
404
  msgid "Display Like buttons in the lightbox"
405
  msgstr ""
406
 
407
- #: gallery-plugin.php:867
408
  msgid "FaceBook"
409
  msgstr ""
410
 
411
- #: gallery-plugin.php:868
412
  #, fuzzy
413
  msgid "Twitter"
414
  msgstr "عنوان"
415
 
416
- #: gallery-plugin.php:869
417
  msgid "Pinterest"
418
  msgstr ""
419
 
420
- #: gallery-plugin.php:870
421
  msgid "Google +1"
422
  msgstr ""
423
 
424
- #: gallery-plugin.php:873
425
  #, fuzzy
426
  msgid "Slug for gallery item"
427
  msgstr "اندازه عکسهای گالری"
428
 
429
- #: gallery-plugin.php:875
430
  msgid "for any structure of permalinks except the default structure"
431
  msgstr ""
432
 
433
- #: gallery-plugin.php:887
434
  msgid "Save Changes"
435
  msgstr "ذخیره تنظیمات"
436
 
437
- #: gallery-plugin.php:899
438
- #: gallery-plugin.php:914
439
  msgid "Settings"
440
  msgstr "تنظیمات"
441
 
442
- #: gallery-plugin.php:900
443
  msgid "FAQ"
444
  msgstr "FAQ"
445
 
446
- #: gallery-plugin.php:901
447
  msgid "Support"
448
  msgstr "پشتیبانی"
449
 
450
- #: gallery-plugin.php:1111
451
- #: template/gallery-single-template.php:76
452
  #, fuzzy
453
  msgid "Sorry, nothing found."
454
  msgstr "متاسفم؛چیزی یافت نشد"
455
 
456
- #: gallery-plugin.php:1133
457
- #: template/gallery-single-template.php:102
458
  msgid "Download high resolution image"
459
  msgstr ""
460
 
461
- #: template/gallery-single-template.php:102
462
  #, fuzzy
463
  msgid "Image"
464
  msgstr "عکس "
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-28 17:42+0300\n"
6
+ "PO-Revision-Date: 2013-10-28 17:42+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Einolah Kiamehr <einkia@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: gallery-plugin.php:101
21
+ #: gallery-plugin.php:754
22
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
23
  msgstr ""
24
 
28
  msgstr "گالری ها"
29
 
30
  #: gallery-plugin.php:126
31
+ #: gallery-plugin.php:605
32
  msgid "Gallery"
33
  msgstr "گالری"
34
 
71
  msgid "Gallery Shortcode"
72
  msgstr "کد نمایش گالری"
73
 
74
+ #: gallery-plugin.php:209
75
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
76
  msgstr ""
77
 
78
+ #: gallery-plugin.php:213
79
  #, fuzzy
80
  msgid "Choose an image for upload:"
81
  msgstr "انتخاب یک عکس برای آپلود "
82
 
83
+ #: gallery-plugin.php:218
84
  msgid "Please enable JavaScript to use the file uploader."
85
  msgstr "برای استفاده از آپلودر فایل ، لطفا جاوا اسکریپت را فعال کنید."
86
 
87
+ #: gallery-plugin.php:225
88
  msgid "Allow the download link for all images in this gallery"
89
  msgstr ""
90
 
91
+ #: gallery-plugin.php:226
92
  #, fuzzy
93
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
94
  msgstr "لطفا از گرفتن و رها کردن توابع برای سفارشی ساختن عکسهای خروجی استفاده کنید و فراموش نکنید که پست را ذخیره کنید."
95
 
96
+ #: gallery-plugin.php:228
97
  msgid "Please make a choice"
98
  msgstr ""
99
 
100
+ #: gallery-plugin.php:228
101
+ #: gallery-plugin.php:867
102
  #, fuzzy
103
  msgid "Sort images by"
104
  msgstr "تعداد عکسها در سطر"
105
 
106
+ #: gallery-plugin.php:228
107
  #, fuzzy
108
  msgid "sort images"
109
  msgstr "تعداد عکسها در سطر"
110
 
111
+ #: gallery-plugin.php:228
112
  #, fuzzy
113
  msgid "on the plugin settings page ("
114
  msgstr "صفحه تنظیمات افزونه"
115
 
116
+ #: gallery-plugin.php:272
117
+ #: gallery-plugin.php:501
118
  msgid "Title"
119
  msgstr "عنوان"
120
 
121
+ #: gallery-plugin.php:274
122
+ msgid "Alt tag"
123
+ msgstr ""
124
+
125
+ #: gallery-plugin.php:275
126
  msgid "URL"
127
  msgstr ""
128
 
129
+ #: gallery-plugin.php:275
130
  msgid "(by click on image opens a link in a new window)"
131
  msgstr ""
132
 
133
+ #: gallery-plugin.php:276
134
  msgid "This setting is available in Pro version"
135
  msgstr ""
136
 
137
+ #: gallery-plugin.php:277
138
  msgid "Open the link"
139
  msgstr ""
140
 
141
+ #: gallery-plugin.php:277
142
  msgid "Current window"
143
  msgstr ""
144
 
145
+ #: gallery-plugin.php:277
146
  msgid "New window"
147
  msgstr ""
148
 
149
+ #: gallery-plugin.php:278
150
  #, fuzzy
151
  msgid "Delete"
152
  msgstr "تاریخ"
153
 
154
+ #: gallery-plugin.php:291
155
  #, fuzzy
156
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
157
  msgstr "شما میتوانید به برگه یا پست با افزودن shortcode به محتوا یک گالری اضافه کنید. "
158
 
159
+ #: gallery-plugin.php:293
160
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
161
  msgstr ""
162
 
163
+ #: gallery-plugin.php:502
164
  msgid "Author"
165
  msgstr "سازنده"
166
 
167
+ #: gallery-plugin.php:503
168
  #, fuzzy
169
  msgid "Photo"
170
  msgstr "عکسِ"
171
 
172
+ #: gallery-plugin.php:504
173
  #, fuzzy
174
  msgid "Publishing"
175
  msgstr "عمومی"
176
 
177
+ #: gallery-plugin.php:505
178
+ #: gallery-plugin.php:871
179
  msgid "Date"
180
  msgstr "تاریخ"
181
 
182
+ #: gallery-plugin.php:631
183
  #, fuzzy
184
  msgid "See images &raquo;"
185
  msgstr "&raquoدیدن عکس;"
186
 
187
+ #: gallery-plugin.php:747
188
  #, fuzzy
189
  msgid "Settings are saved"
190
  msgstr "تنظیمات ذخیره شد."
191
 
192
+ #: gallery-plugin.php:760
193
  #, fuzzy
194
  msgid "Gallery Settings"
195
  msgstr "تنظیمات گالری"
196
 
197
+ #: gallery-plugin.php:763
198
  #, fuzzy
199
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
200
  msgstr "اگر میخواهید یک گالری جدید اضافه کنید ، کافیه shortcode را در نوشته یا برگه خود کپی کنید"
201
 
202
+ #: gallery-plugin.php:767
203
  #, fuzzy
204
  msgid "Image size for the album cover"
205
  msgstr "اندازه دوره آلبوم گالری"
206
 
207
+ #: gallery-plugin.php:769
208
+ #: gallery-plugin.php:777
209
+ #: gallery-plugin.php:790
210
  #, fuzzy
211
  msgid "Image size"
212
  msgstr " اندازه عکس"
213
 
214
+ #: gallery-plugin.php:770
215
+ #: gallery-plugin.php:778
216
  msgid "Width (in px)"
217
  msgstr "عرض (به pixels)"
218
 
219
+ #: gallery-plugin.php:771
220
+ #: gallery-plugin.php:779
221
  msgid "Height (in px)"
222
  msgstr "ارتفاع (به pixels)"
223
 
224
+ #: gallery-plugin.php:775
225
  #, fuzzy
226
  msgid "Gallery image size"
227
  msgstr "گالری ها"
228
 
229
+ #: gallery-plugin.php:783
230
  #, fuzzy
231
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
232
  msgstr "وردپرس میتواند یک کپی از عکسهای بند انگشتی نوشته ها را با اندازه دلخواه بسازد وقتی شما یک عکس جدید را بار گذاری میکنید."
233
 
234
+ #: gallery-plugin.php:788
235
  msgid "Gallery image size in the lightbox"
236
  msgstr ""
237
 
238
+ #: gallery-plugin.php:791
239
  #, fuzzy
240
  msgid "Max width (in px)"
241
  msgstr "عرض (به pixels)"
242
 
243
+ #: gallery-plugin.php:792
244
  #, fuzzy
245
  msgid "Max height (in px)"
246
  msgstr "ارتفاع (به pixels)"
247
 
248
+ #: gallery-plugin.php:793
249
  msgid "Display a full size image in the lightbox"
250
  msgstr ""
251
 
252
+ #: gallery-plugin.php:797
253
  msgid "Crop position"
254
  msgstr ""
255
 
256
+ #: gallery-plugin.php:799
257
  msgid "Horizontal"
258
  msgstr ""
259
 
260
+ #: gallery-plugin.php:801
261
  msgid "left"
262
  msgstr ""
263
 
264
+ #: gallery-plugin.php:802
265
+ #: gallery-plugin.php:809
266
  msgid "center"
267
  msgstr ""
268
 
269
+ #: gallery-plugin.php:803
270
  msgid "right"
271
  msgstr ""
272
 
273
+ #: gallery-plugin.php:806
274
  msgid "Vertical"
275
  msgstr ""
276
 
277
+ #: gallery-plugin.php:808
278
  msgid "top"
279
  msgstr ""
280
 
281
+ #: gallery-plugin.php:810
282
  msgid "bottom"
283
  msgstr ""
284
 
285
+ #: gallery-plugin.php:815
286
  msgid "Lightbox background"
287
  msgstr ""
288
 
289
+ #: gallery-plugin.php:817
290
  msgid "Default"
291
  msgstr ""
292
 
293
+ #: gallery-plugin.php:818
294
  msgid "Background transparency (from 0 to 1)"
295
  msgstr ""
296
 
297
+ #: gallery-plugin.php:820
298
  msgid "Select a background color"
299
  msgstr ""
300
 
301
+ #: gallery-plugin.php:822
302
  msgid "Background color"
303
  msgstr ""
304
 
305
+ #: gallery-plugin.php:829
306
+ #: gallery-plugin.php:971
307
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
308
  msgstr ""
309
 
310
+ #: gallery-plugin.php:836
311
  msgid "Images with border"
312
  msgstr ""
313
 
314
+ #: gallery-plugin.php:839
315
  msgid "Border width in px, just numbers"
316
  msgstr ""
317
 
318
+ #: gallery-plugin.php:841
319
+ #: gallery-plugin.php:843
320
  msgid "Select a border color"
321
  msgstr ""
322
 
323
+ #: gallery-plugin.php:849
324
  #, fuzzy
325
  msgid "Number of images in the row"
326
  msgstr "تعداد عکسها در سطر"
327
 
328
+ #: gallery-plugin.php:855
329
  msgid "Start slideshow"
330
  msgstr "نمایش اسلایدشو"
331
 
332
+ #: gallery-plugin.php:861
333
  msgid "Slideshow interval"
334
  msgstr "فاصله بین اسلایدشو"
335
 
336
+ #: gallery-plugin.php:869
337
  #, fuzzy
338
  msgid "Attachment ID"
339
  msgstr "ای دی سنجاق شده "
340
 
341
+ #: gallery-plugin.php:870
342
  #, fuzzy
343
  msgid "Image Name"
344
  msgstr "عکس "
345
 
346
+ #: gallery-plugin.php:872
347
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
348
  msgstr ""
349
 
350
+ #: gallery-plugin.php:873
351
  #, fuzzy
352
  msgid "Random"
353
  msgstr "تصادفی"
354
 
355
+ #: gallery-plugin.php:877
356
  #, fuzzy
357
  msgid "Sort images"
358
  msgstr "تعداد عکسها در سطر"
359
 
360
+ #: gallery-plugin.php:879
361
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
362
  msgstr ""
363
 
364
+ #: gallery-plugin.php:880
365
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
366
  msgstr ""
367
 
368
+ #: gallery-plugin.php:884
369
  msgid "Display text above the image"
370
  msgstr ""
371
 
372
+ #: gallery-plugin.php:886
373
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
374
  msgstr ""
375
 
376
+ #: gallery-plugin.php:890
377
  #, fuzzy
378
  msgid "Display the Back link"
379
  msgstr "نشان دادن لینک برگشت"
380
 
381
+ #: gallery-plugin.php:896
382
  #, fuzzy
383
  msgid "Display the Back link in the shortcode"
384
  msgstr "نشان دادن لینک برگشت در شرت کد"
385
 
386
+ #: gallery-plugin.php:902
387
  msgid "The Back link text"
388
  msgstr ""
389
 
390
+ #: gallery-plugin.php:908
391
  msgid "The Back link URL"
392
  msgstr ""
393
 
394
+ #: gallery-plugin.php:910
395
  msgid "Gallery page (Page with Gallery Template)"
396
  msgstr ""
397
 
398
+ #: gallery-plugin.php:912
399
  msgid "(Full URL to custom page)"
400
  msgstr ""
401
 
402
+ #: gallery-plugin.php:916
403
  #, fuzzy
404
  msgid "The Read More link text"
405
  msgstr "برچسب برای لینک بیشتر..."
406
 
407
+ #: gallery-plugin.php:922
408
+ msgid "Add gallery to the search"
409
+ msgstr ""
410
+
411
+ #: gallery-plugin.php:941
412
+ #: gallery-plugin.php:944
413
+ #: gallery-plugin.php:948
414
+ msgid "Using Custom Search powered by"
415
+ msgstr ""
416
+
417
+ #: gallery-plugin.php:944
418
+ msgid "Activate Custom Search"
419
+ msgstr ""
420
+
421
+ #: gallery-plugin.php:948
422
+ msgid "Download Custom Search"
423
+ msgstr ""
424
+
425
+ #: gallery-plugin.php:955
426
  msgid "Display Like buttons in the lightbox"
427
  msgstr ""
428
 
429
+ #: gallery-plugin.php:957
430
  msgid "FaceBook"
431
  msgstr ""
432
 
433
+ #: gallery-plugin.php:958
434
  #, fuzzy
435
  msgid "Twitter"
436
  msgstr "عنوان"
437
 
438
+ #: gallery-plugin.php:959
439
  msgid "Pinterest"
440
  msgstr ""
441
 
442
+ #: gallery-plugin.php:960
443
  msgid "Google +1"
444
  msgstr ""
445
 
446
+ #: gallery-plugin.php:964
447
  #, fuzzy
448
  msgid "Slug for gallery item"
449
  msgstr "اندازه عکسهای گالری"
450
 
451
+ #: gallery-plugin.php:966
452
  msgid "for any structure of permalinks except the default structure"
453
  msgstr ""
454
 
455
+ #: gallery-plugin.php:979
456
  msgid "Save Changes"
457
  msgstr "ذخیره تنظیمات"
458
 
459
+ #: gallery-plugin.php:991
460
+ #: gallery-plugin.php:1006
461
  msgid "Settings"
462
  msgstr "تنظیمات"
463
 
464
+ #: gallery-plugin.php:992
465
  msgid "FAQ"
466
  msgstr "FAQ"
467
 
468
+ #: gallery-plugin.php:993
469
  msgid "Support"
470
  msgstr "پشتیبانی"
471
 
472
+ #: gallery-plugin.php:1203
473
+ #: template/gallery-single-template.php:77
474
  #, fuzzy
475
  msgid "Sorry, nothing found."
476
  msgstr "متاسفم؛چیزی یافت نشد"
477
 
478
+ #: gallery-plugin.php:1225
479
+ #: template/gallery-single-template.php:103
480
  msgid "Download high resolution image"
481
  msgstr ""
482
 
483
+ #: template/gallery-single-template.php:103
484
  #, fuzzy
485
  msgid "Image"
486
  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: 2013-09-13 14:11+0300\n"
6
- "PO-Revision-Date: 2013-09-13 14:11+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Didier, L Capronnier <lcapronnier@yahoo.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -18,7 +18,7 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: gallery-plugin.php:101
21
- #: gallery-plugin.php:696
22
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
23
  msgstr "Les fichiers suivants \"gallery-template.php\" et \"gallery-single-template.php\" n'ont pas été trouvés dans le répertoire de votre thème. Merci de les copier depuis le répertoire `/wp-content/plugins/gallery-plugin/template/` dans le répertoire de votre thème pour le bon fonctionnement de l'extension Gallery"
24
 
@@ -28,7 +28,7 @@ msgid "Galleries"
28
  msgstr "Galeries"
29
 
30
  #: gallery-plugin.php:126
31
- #: gallery-plugin.php:579
32
  msgid "Gallery"
33
  msgstr "Galerie"
34
 
@@ -68,364 +68,386 @@ msgstr "Envoi de fichier"
68
  msgid "Gallery Shortcode"
69
  msgstr "Gallery Shortcode"
70
 
71
- #: gallery-plugin.php:208
72
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
73
  msgstr "Le répertoire temporaire de la gallery (gallery-plugin/upload/files) n'est pas autorisé en écriture par votre serveur Web. Merci d'utliser les fonctions standards de WP pour charger les images (Média)"
74
 
75
- #: gallery-plugin.php:212
76
  msgid "Choose an image for upload:"
77
  msgstr "Choisir l'image à envoyer :"
78
 
79
- #: gallery-plugin.php:217
80
  msgid "Please enable JavaScript to use the file uploader."
81
  msgstr "Merci d'activer JavaScript pour utiliser l'envoi de fichiers."
82
 
83
- #: gallery-plugin.php:224
84
  msgid "Allow the download link for all images in this gallery"
85
  msgstr "Autoriser les liens de téléchargement des images dans cette galerie"
86
 
87
- #: gallery-plugin.php:225
88
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
89
  msgstr "Merci d'utiliser les fonctions de glisser/déposer pour modifier l'ordre d'affichage des images. Ne pas oublier d'enregistrer l'article."
90
 
91
- #: gallery-plugin.php:227
92
  msgid "Please make a choice"
93
  msgstr "Merci de faire un choix"
94
 
95
- #: gallery-plugin.php:227
96
- #: gallery-plugin.php:809
97
  msgid "Sort images by"
98
  msgstr "Trier les images par"
99
 
100
- #: gallery-plugin.php:227
101
  msgid "sort images"
102
  msgstr "trier les images"
103
 
104
- #: gallery-plugin.php:227
105
  msgid "on the plugin settings page ("
106
  msgstr "dans les paramètres du plugin ("
107
 
108
- #: gallery-plugin.php:271
109
- #: gallery-plugin.php:475
110
  msgid "Title"
111
  msgstr "Titre"
112
 
113
- #: gallery-plugin.php:273
 
 
 
 
114
  msgid "URL"
115
  msgstr "URL"
116
 
117
- #: gallery-plugin.php:273
118
  msgid "(by click on image opens a link in a new window)"
119
  msgstr "(cliquer sur l'image ouvre le lien dans une nouvelle fenêtre)"
120
 
121
- #: gallery-plugin.php:274
122
  msgid "This setting is available in Pro version"
123
  msgstr "Ce paramètre est disponible dans la version Pro"
124
 
125
- #: gallery-plugin.php:275
126
  msgid "Open the link"
127
  msgstr "Ouvrir le lien"
128
 
129
- #: gallery-plugin.php:275
130
  msgid "Current window"
131
  msgstr "Fenêtre courrante"
132
 
133
- #: gallery-plugin.php:275
134
  msgid "New window"
135
  msgstr "Nouvelle fenêtre"
136
 
137
- #: gallery-plugin.php:276
138
  msgid "Delete"
139
  msgstr "Supprimer"
140
 
141
- #: gallery-plugin.php:289
142
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
143
  msgstr "Vous pouvez ajouter la galerie dans la page ou l'article en insérant le code court dans le contenu"
144
 
145
- #: gallery-plugin.php:291
146
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
147
  msgstr "Si vous voulez avoir un bref aperçu de la galerie avec un lien vers une page unique de la galerie"
148
 
149
- #: gallery-plugin.php:476
150
  msgid "Author"
151
  msgstr "Auteur"
152
 
153
- #: gallery-plugin.php:477
154
  msgid "Photo"
155
  msgstr "Photo"
156
 
157
- #: gallery-plugin.php:478
158
  msgid "Publishing"
159
  msgstr "Public"
160
 
161
- #: gallery-plugin.php:479
162
- #: gallery-plugin.php:813
163
  msgid "Date"
164
  msgstr "Date"
165
 
166
- #: gallery-plugin.php:605
167
  msgid "See images &raquo;"
168
  msgstr "Voir les images &raquo;"
169
 
170
- #: gallery-plugin.php:689
171
  msgid "Settings are saved"
172
  msgstr "Paramètres sauvegardés."
173
 
174
- #: gallery-plugin.php:702
175
  msgid "Gallery Settings"
176
  msgstr "Paramètres de la galerie"
177
 
178
- #: gallery-plugin.php:705
179
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
180
  msgstr "Si vous voulez ajouter la galerie dans une page ou un article, copier le code court suivant dans le contenu de votre page ou de votre article:"
181
 
182
- #: gallery-plugin.php:709
183
  msgid "Image size for the album cover"
184
  msgstr "Taille de la vignette de l'album"
185
 
186
- #: gallery-plugin.php:711
187
- #: gallery-plugin.php:719
188
- #: gallery-plugin.php:732
189
  msgid "Image size"
190
  msgstr "Taille de l'image"
191
 
192
- #: gallery-plugin.php:712
193
- #: gallery-plugin.php:720
194
  msgid "Width (in px)"
195
  msgstr "Largeur (en pixels)"
196
 
197
- #: gallery-plugin.php:713
198
- #: gallery-plugin.php:721
199
  msgid "Height (in px)"
200
  msgstr "Hauteur (en pixels)"
201
 
202
- #: gallery-plugin.php:717
203
  msgid "Gallery image size"
204
  msgstr "Taille de l'image de la galerie"
205
 
206
- #: gallery-plugin.php:725
207
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
208
  msgstr "WordPress créera une copie de la miniature avec les dimensions spécifiées quand vous envoyez une nouvelle photo."
209
 
210
- #: gallery-plugin.php:730
211
  msgid "Gallery image size in the lightbox"
212
  msgstr "Taille de l'image de la galerie"
213
 
214
- #: gallery-plugin.php:733
215
  msgid "Max width (in px)"
216
  msgstr "Largeur maximum (en pixels)"
217
 
218
- #: gallery-plugin.php:734
219
  msgid "Max height (in px)"
220
  msgstr "Hauteur maximum (en pixels)"
221
 
222
- #: gallery-plugin.php:735
223
  msgid "Display a full size image in the lightbox"
224
  msgstr "Afficher une image en taille normale dans la boite"
225
 
226
- #: gallery-plugin.php:739
227
  msgid "Crop position"
228
  msgstr "Point de base"
229
 
230
- #: gallery-plugin.php:741
231
  msgid "Horizontal"
232
  msgstr "Horizontale"
233
 
234
- #: gallery-plugin.php:743
235
  msgid "left"
236
  msgstr "gauche"
237
 
238
- #: gallery-plugin.php:744
239
- #: gallery-plugin.php:751
240
  msgid "center"
241
  msgstr "centré"
242
 
243
- #: gallery-plugin.php:745
244
  msgid "right"
245
  msgstr "droite"
246
 
247
- #: gallery-plugin.php:748
248
  msgid "Vertical"
249
  msgstr "Verticale"
250
 
251
- #: gallery-plugin.php:750
252
  msgid "top"
253
  msgstr "haut"
254
 
255
- #: gallery-plugin.php:752
256
  msgid "bottom"
257
  msgstr "bas"
258
 
259
- #: gallery-plugin.php:757
260
  msgid "Lightbox background"
261
  msgstr "Fond de la boite"
262
 
263
- #: gallery-plugin.php:759
264
  msgid "Default"
265
  msgstr "Défaut"
266
 
267
- #: gallery-plugin.php:760
268
  msgid "Background transparency (from 0 to 1)"
269
  msgstr "Transparence du fond (de 0 à 1)"
270
 
271
- #: gallery-plugin.php:762
272
  msgid "Select a background color"
273
  msgstr "Choisir une couleur pour le fond"
274
 
275
- #: gallery-plugin.php:764
276
  msgid "Background color"
277
  msgstr "Couleur du fond"
278
 
279
- #: gallery-plugin.php:771
280
- #: gallery-plugin.php:882
281
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
282
  msgstr "Cette fonction est disponible dans le version pro de ce plugin. Pour plus de détails, suivre le lien"
283
 
284
- #: gallery-plugin.php:778
285
  msgid "Images with border"
286
  msgstr "Image avec bordure"
287
 
288
- #: gallery-plugin.php:781
289
  msgid "Border width in px, just numbers"
290
  msgstr "Taille de la bordure en pixel, juste le nombre"
291
 
292
- #: gallery-plugin.php:783
293
- #: gallery-plugin.php:785
294
  msgid "Select a border color"
295
  msgstr "Choisir une couleur pour la bordure"
296
 
297
- #: gallery-plugin.php:791
298
  msgid "Number of images in the row"
299
  msgstr "Nombre d'images par ligne"
300
 
301
- #: gallery-plugin.php:797
302
  msgid "Start slideshow"
303
  msgstr "Démarer le diaporama"
304
 
305
- #: gallery-plugin.php:803
306
  msgid "Slideshow interval"
307
  msgstr "Interval de transition pour le diaporama"
308
 
309
- #: gallery-plugin.php:811
310
  msgid "Attachment ID"
311
  msgstr "ID du fichier"
312
 
313
- #: gallery-plugin.php:812
314
  msgid "Image Name"
315
  msgstr "Nom de l'image "
316
 
317
- #: gallery-plugin.php:814
318
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
319
  msgstr "Ordre de tri (le nombre dans la fenêtre d'insertion / téléchargement de la galerie)"
320
 
321
- #: gallery-plugin.php:815
322
  msgid "Random"
323
  msgstr "Aléatoire"
324
 
325
- #: gallery-plugin.php:819
326
  msgid "Sort images"
327
  msgstr "Trier les images"
328
 
329
- #: gallery-plugin.php:821
330
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
331
  msgstr "ASC (ordre ascendant de la plus petite à la plus grande valeur - 1, 2, 3; a, b, c)"
332
 
333
- #: gallery-plugin.php:822
334
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
335
  msgstr "DESC (ordre descendant de la plus grade à la plus petite - 3, 2, 1; c, b, a)"
336
 
337
- #: gallery-plugin.php:826
338
  msgid "Display text above the image"
339
  msgstr "Aficher le texte au dessus de l'image"
340
 
341
- #: gallery-plugin.php:828
342
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
343
  msgstr "Si vous voulez juste afficher du texte dans une boite, désactiver l'option"
344
 
345
- #: gallery-plugin.php:832
346
  msgid "Display the Back link"
347
  msgstr "Afficher le lien de retour"
348
 
349
- #: gallery-plugin.php:838
350
  msgid "Display the Back link in the shortcode"
351
  msgstr "Afficher le lien de retour dans le code court"
352
 
353
- #: gallery-plugin.php:844
354
  msgid "The Back link text"
355
  msgstr "Le text pour le lien de retour"
356
 
357
- #: gallery-plugin.php:850
358
  msgid "The Back link URL"
359
  msgstr "L'URL pour le lien de retour"
360
 
361
- #: gallery-plugin.php:852
362
  msgid "Gallery page (Page with Gallery Template)"
363
  msgstr "Page de la galerie (Page avec le modèle de galerie)"
364
 
365
- #: gallery-plugin.php:854
366
  msgid "(Full URL to custom page)"
367
  msgstr "(URL complète pour la page spécifique)"
368
 
369
- #: gallery-plugin.php:858
370
  msgid "The Read More link text"
371
  msgstr "Texte pour le lien \"Read More\""
372
 
373
- #: gallery-plugin.php:866
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
374
  msgid "Display Like buttons in the lightbox"
375
  msgstr "Afficher les boutons des réseaux sociaux dans la boite"
376
 
377
- #: gallery-plugin.php:868
378
  msgid "FaceBook"
379
  msgstr "FaceBook"
380
 
381
- #: gallery-plugin.php:869
382
  msgid "Twitter"
383
  msgstr "Twitter"
384
 
385
- #: gallery-plugin.php:870
386
  msgid "Pinterest"
387
  msgstr "Pinterest"
388
 
389
- #: gallery-plugin.php:871
390
  msgid "Google +1"
391
  msgstr "Google +1"
392
 
393
- #: gallery-plugin.php:875
394
  msgid "Slug for gallery item"
395
  msgstr "Racine pour les pages des galleries"
396
 
397
- #: gallery-plugin.php:877
398
  msgid "for any structure of permalinks except the default structure"
399
  msgstr "pour toute forme de permaliens à l'exception de la forme par défaut"
400
 
401
- #: gallery-plugin.php:890
402
  msgid "Save Changes"
403
  msgstr "Sauvegarder"
404
 
405
- #: gallery-plugin.php:902
406
- #: gallery-plugin.php:917
407
  msgid "Settings"
408
  msgstr "Paramètres"
409
 
410
- #: gallery-plugin.php:903
411
  msgid "FAQ"
412
  msgstr "FAQ"
413
 
414
- #: gallery-plugin.php:904
415
  msgid "Support"
416
  msgstr "Soutien"
417
 
418
- #: gallery-plugin.php:1114
419
- #: template/gallery-single-template.php:76
420
  msgid "Sorry, nothing found."
421
  msgstr "Désolé, rien n'a été trouvé"
422
 
423
- #: gallery-plugin.php:1136
424
- #: template/gallery-single-template.php:102
425
  msgid "Download high resolution image"
426
  msgstr "Télécharger l'image en haute résolution"
427
 
428
- #: template/gallery-single-template.php:102
429
  msgid "Image"
430
  msgstr "Image "
431
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-28 17:43+0300\n"
6
+ "PO-Revision-Date: 2013-10-28 17:43+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Didier, L Capronnier <lcapronnier@yahoo.com>\n"
9
  "MIME-Version: 1.0\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: gallery-plugin.php:101
21
+ #: gallery-plugin.php:754
22
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
23
  msgstr "Les fichiers suivants \"gallery-template.php\" et \"gallery-single-template.php\" n'ont pas été trouvés dans le répertoire de votre thème. Merci de les copier depuis le répertoire `/wp-content/plugins/gallery-plugin/template/` dans le répertoire de votre thème pour le bon fonctionnement de l'extension Gallery"
24
 
28
  msgstr "Galeries"
29
 
30
  #: gallery-plugin.php:126
31
+ #: gallery-plugin.php:605
32
  msgid "Gallery"
33
  msgstr "Galerie"
34
 
68
  msgid "Gallery Shortcode"
69
  msgstr "Gallery Shortcode"
70
 
71
+ #: gallery-plugin.php:209
72
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
73
  msgstr "Le répertoire temporaire de la gallery (gallery-plugin/upload/files) n'est pas autorisé en écriture par votre serveur Web. Merci d'utliser les fonctions standards de WP pour charger les images (Média)"
74
 
75
+ #: gallery-plugin.php:213
76
  msgid "Choose an image for upload:"
77
  msgstr "Choisir l'image à envoyer :"
78
 
79
+ #: gallery-plugin.php:218
80
  msgid "Please enable JavaScript to use the file uploader."
81
  msgstr "Merci d'activer JavaScript pour utiliser l'envoi de fichiers."
82
 
83
+ #: gallery-plugin.php:225
84
  msgid "Allow the download link for all images in this gallery"
85
  msgstr "Autoriser les liens de téléchargement des images dans cette galerie"
86
 
87
+ #: gallery-plugin.php:226
88
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
89
  msgstr "Merci d'utiliser les fonctions de glisser/déposer pour modifier l'ordre d'affichage des images. Ne pas oublier d'enregistrer l'article."
90
 
91
+ #: gallery-plugin.php:228
92
  msgid "Please make a choice"
93
  msgstr "Merci de faire un choix"
94
 
95
+ #: gallery-plugin.php:228
96
+ #: gallery-plugin.php:867
97
  msgid "Sort images by"
98
  msgstr "Trier les images par"
99
 
100
+ #: gallery-plugin.php:228
101
  msgid "sort images"
102
  msgstr "trier les images"
103
 
104
+ #: gallery-plugin.php:228
105
  msgid "on the plugin settings page ("
106
  msgstr "dans les paramètres du plugin ("
107
 
108
+ #: gallery-plugin.php:272
109
+ #: gallery-plugin.php:501
110
  msgid "Title"
111
  msgstr "Titre"
112
 
113
+ #: gallery-plugin.php:274
114
+ msgid "Alt tag"
115
+ msgstr ""
116
+
117
+ #: gallery-plugin.php:275
118
  msgid "URL"
119
  msgstr "URL"
120
 
121
+ #: gallery-plugin.php:275
122
  msgid "(by click on image opens a link in a new window)"
123
  msgstr "(cliquer sur l'image ouvre le lien dans une nouvelle fenêtre)"
124
 
125
+ #: gallery-plugin.php:276
126
  msgid "This setting is available in Pro version"
127
  msgstr "Ce paramètre est disponible dans la version Pro"
128
 
129
+ #: gallery-plugin.php:277
130
  msgid "Open the link"
131
  msgstr "Ouvrir le lien"
132
 
133
+ #: gallery-plugin.php:277
134
  msgid "Current window"
135
  msgstr "Fenêtre courrante"
136
 
137
+ #: gallery-plugin.php:277
138
  msgid "New window"
139
  msgstr "Nouvelle fenêtre"
140
 
141
+ #: gallery-plugin.php:278
142
  msgid "Delete"
143
  msgstr "Supprimer"
144
 
145
+ #: gallery-plugin.php:291
146
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
147
  msgstr "Vous pouvez ajouter la galerie dans la page ou l'article en insérant le code court dans le contenu"
148
 
149
+ #: gallery-plugin.php:293
150
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
151
  msgstr "Si vous voulez avoir un bref aperçu de la galerie avec un lien vers une page unique de la galerie"
152
 
153
+ #: gallery-plugin.php:502
154
  msgid "Author"
155
  msgstr "Auteur"
156
 
157
+ #: gallery-plugin.php:503
158
  msgid "Photo"
159
  msgstr "Photo"
160
 
161
+ #: gallery-plugin.php:504
162
  msgid "Publishing"
163
  msgstr "Public"
164
 
165
+ #: gallery-plugin.php:505
166
+ #: gallery-plugin.php:871
167
  msgid "Date"
168
  msgstr "Date"
169
 
170
+ #: gallery-plugin.php:631
171
  msgid "See images &raquo;"
172
  msgstr "Voir les images &raquo;"
173
 
174
+ #: gallery-plugin.php:747
175
  msgid "Settings are saved"
176
  msgstr "Paramètres sauvegardés."
177
 
178
+ #: gallery-plugin.php:760
179
  msgid "Gallery Settings"
180
  msgstr "Paramètres de la galerie"
181
 
182
+ #: gallery-plugin.php:763
183
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
184
  msgstr "Si vous voulez ajouter la galerie dans une page ou un article, copier le code court suivant dans le contenu de votre page ou de votre article:"
185
 
186
+ #: gallery-plugin.php:767
187
  msgid "Image size for the album cover"
188
  msgstr "Taille de la vignette de l'album"
189
 
190
+ #: gallery-plugin.php:769
191
+ #: gallery-plugin.php:777
192
+ #: gallery-plugin.php:790
193
  msgid "Image size"
194
  msgstr "Taille de l'image"
195
 
196
+ #: gallery-plugin.php:770
197
+ #: gallery-plugin.php:778
198
  msgid "Width (in px)"
199
  msgstr "Largeur (en pixels)"
200
 
201
+ #: gallery-plugin.php:771
202
+ #: gallery-plugin.php:779
203
  msgid "Height (in px)"
204
  msgstr "Hauteur (en pixels)"
205
 
206
+ #: gallery-plugin.php:775
207
  msgid "Gallery image size"
208
  msgstr "Taille de l'image de la galerie"
209
 
210
+ #: gallery-plugin.php:783
211
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
212
  msgstr "WordPress créera une copie de la miniature avec les dimensions spécifiées quand vous envoyez une nouvelle photo."
213
 
214
+ #: gallery-plugin.php:788
215
  msgid "Gallery image size in the lightbox"
216
  msgstr "Taille de l'image de la galerie"
217
 
218
+ #: gallery-plugin.php:791
219
  msgid "Max width (in px)"
220
  msgstr "Largeur maximum (en pixels)"
221
 
222
+ #: gallery-plugin.php:792
223
  msgid "Max height (in px)"
224
  msgstr "Hauteur maximum (en pixels)"
225
 
226
+ #: gallery-plugin.php:793
227
  msgid "Display a full size image in the lightbox"
228
  msgstr "Afficher une image en taille normale dans la boite"
229
 
230
+ #: gallery-plugin.php:797
231
  msgid "Crop position"
232
  msgstr "Point de base"
233
 
234
+ #: gallery-plugin.php:799
235
  msgid "Horizontal"
236
  msgstr "Horizontale"
237
 
238
+ #: gallery-plugin.php:801
239
  msgid "left"
240
  msgstr "gauche"
241
 
242
+ #: gallery-plugin.php:802
243
+ #: gallery-plugin.php:809
244
  msgid "center"
245
  msgstr "centré"
246
 
247
+ #: gallery-plugin.php:803
248
  msgid "right"
249
  msgstr "droite"
250
 
251
+ #: gallery-plugin.php:806
252
  msgid "Vertical"
253
  msgstr "Verticale"
254
 
255
+ #: gallery-plugin.php:808
256
  msgid "top"
257
  msgstr "haut"
258
 
259
+ #: gallery-plugin.php:810
260
  msgid "bottom"
261
  msgstr "bas"
262
 
263
+ #: gallery-plugin.php:815
264
  msgid "Lightbox background"
265
  msgstr "Fond de la boite"
266
 
267
+ #: gallery-plugin.php:817
268
  msgid "Default"
269
  msgstr "Défaut"
270
 
271
+ #: gallery-plugin.php:818
272
  msgid "Background transparency (from 0 to 1)"
273
  msgstr "Transparence du fond (de 0 à 1)"
274
 
275
+ #: gallery-plugin.php:820
276
  msgid "Select a background color"
277
  msgstr "Choisir une couleur pour le fond"
278
 
279
+ #: gallery-plugin.php:822
280
  msgid "Background color"
281
  msgstr "Couleur du fond"
282
 
283
+ #: gallery-plugin.php:829
284
+ #: gallery-plugin.php:971
285
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
286
  msgstr "Cette fonction est disponible dans le version pro de ce plugin. Pour plus de détails, suivre le lien"
287
 
288
+ #: gallery-plugin.php:836
289
  msgid "Images with border"
290
  msgstr "Image avec bordure"
291
 
292
+ #: gallery-plugin.php:839
293
  msgid "Border width in px, just numbers"
294
  msgstr "Taille de la bordure en pixel, juste le nombre"
295
 
296
+ #: gallery-plugin.php:841
297
+ #: gallery-plugin.php:843
298
  msgid "Select a border color"
299
  msgstr "Choisir une couleur pour la bordure"
300
 
301
+ #: gallery-plugin.php:849
302
  msgid "Number of images in the row"
303
  msgstr "Nombre d'images par ligne"
304
 
305
+ #: gallery-plugin.php:855
306
  msgid "Start slideshow"
307
  msgstr "Démarer le diaporama"
308
 
309
+ #: gallery-plugin.php:861
310
  msgid "Slideshow interval"
311
  msgstr "Interval de transition pour le diaporama"
312
 
313
+ #: gallery-plugin.php:869
314
  msgid "Attachment ID"
315
  msgstr "ID du fichier"
316
 
317
+ #: gallery-plugin.php:870
318
  msgid "Image Name"
319
  msgstr "Nom de l'image "
320
 
321
+ #: gallery-plugin.php:872
322
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
323
  msgstr "Ordre de tri (le nombre dans la fenêtre d'insertion / téléchargement de la galerie)"
324
 
325
+ #: gallery-plugin.php:873
326
  msgid "Random"
327
  msgstr "Aléatoire"
328
 
329
+ #: gallery-plugin.php:877
330
  msgid "Sort images"
331
  msgstr "Trier les images"
332
 
333
+ #: gallery-plugin.php:879
334
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
335
  msgstr "ASC (ordre ascendant de la plus petite à la plus grande valeur - 1, 2, 3; a, b, c)"
336
 
337
+ #: gallery-plugin.php:880
338
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
339
  msgstr "DESC (ordre descendant de la plus grade à la plus petite - 3, 2, 1; c, b, a)"
340
 
341
+ #: gallery-plugin.php:884
342
  msgid "Display text above the image"
343
  msgstr "Aficher le texte au dessus de l'image"
344
 
345
+ #: gallery-plugin.php:886
346
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
347
  msgstr "Si vous voulez juste afficher du texte dans une boite, désactiver l'option"
348
 
349
+ #: gallery-plugin.php:890
350
  msgid "Display the Back link"
351
  msgstr "Afficher le lien de retour"
352
 
353
+ #: gallery-plugin.php:896
354
  msgid "Display the Back link in the shortcode"
355
  msgstr "Afficher le lien de retour dans le code court"
356
 
357
+ #: gallery-plugin.php:902
358
  msgid "The Back link text"
359
  msgstr "Le text pour le lien de retour"
360
 
361
+ #: gallery-plugin.php:908
362
  msgid "The Back link URL"
363
  msgstr "L'URL pour le lien de retour"
364
 
365
+ #: gallery-plugin.php:910
366
  msgid "Gallery page (Page with Gallery Template)"
367
  msgstr "Page de la galerie (Page avec le modèle de galerie)"
368
 
369
+ #: gallery-plugin.php:912
370
  msgid "(Full URL to custom page)"
371
  msgstr "(URL complète pour la page spécifique)"
372
 
373
+ #: gallery-plugin.php:916
374
  msgid "The Read More link text"
375
  msgstr "Texte pour le lien \"Read More\""
376
 
377
+ #: gallery-plugin.php:922
378
+ msgid "Add gallery to the search"
379
+ msgstr ""
380
+
381
+ #: gallery-plugin.php:941
382
+ #: gallery-plugin.php:944
383
+ #: gallery-plugin.php:948
384
+ msgid "Using Custom Search powered by"
385
+ msgstr ""
386
+
387
+ #: gallery-plugin.php:944
388
+ msgid "Activate Custom Search"
389
+ msgstr ""
390
+
391
+ #: gallery-plugin.php:948
392
+ msgid "Download Custom Search"
393
+ msgstr ""
394
+
395
+ #: gallery-plugin.php:955
396
  msgid "Display Like buttons in the lightbox"
397
  msgstr "Afficher les boutons des réseaux sociaux dans la boite"
398
 
399
+ #: gallery-plugin.php:957
400
  msgid "FaceBook"
401
  msgstr "FaceBook"
402
 
403
+ #: gallery-plugin.php:958
404
  msgid "Twitter"
405
  msgstr "Twitter"
406
 
407
+ #: gallery-plugin.php:959
408
  msgid "Pinterest"
409
  msgstr "Pinterest"
410
 
411
+ #: gallery-plugin.php:960
412
  msgid "Google +1"
413
  msgstr "Google +1"
414
 
415
+ #: gallery-plugin.php:964
416
  msgid "Slug for gallery item"
417
  msgstr "Racine pour les pages des galleries"
418
 
419
+ #: gallery-plugin.php:966
420
  msgid "for any structure of permalinks except the default structure"
421
  msgstr "pour toute forme de permaliens à l'exception de la forme par défaut"
422
 
423
+ #: gallery-plugin.php:979
424
  msgid "Save Changes"
425
  msgstr "Sauvegarder"
426
 
427
+ #: gallery-plugin.php:991
428
+ #: gallery-plugin.php:1006
429
  msgid "Settings"
430
  msgstr "Paramètres"
431
 
432
+ #: gallery-plugin.php:992
433
  msgid "FAQ"
434
  msgstr "FAQ"
435
 
436
+ #: gallery-plugin.php:993
437
  msgid "Support"
438
  msgstr "Soutien"
439
 
440
+ #: gallery-plugin.php:1203
441
+ #: template/gallery-single-template.php:77
442
  msgid "Sorry, nothing found."
443
  msgstr "Désolé, rien n'a été trouvé"
444
 
445
+ #: gallery-plugin.php:1225
446
+ #: template/gallery-single-template.php:103
447
  msgid "Download high resolution image"
448
  msgstr "Télécharger l'image en haute résolution"
449
 
450
+ #: template/gallery-single-template.php:103
451
  msgid "Image"
452
  msgstr "Image "
453
 
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: 2013-09-04 17:35+0300\n"
6
- "PO-Revision-Date: 2013-09-04 17:35+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -20,7 +20,7 @@ msgstr ""
20
 
21
  # @ gallery
22
  #: gallery-plugin.php:101
23
- #: gallery-plugin.php:695
24
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
25
  msgstr "הקבצים הבאים \"gallery-template.php\" ו \"gallery-single-template.php\" לא נמצאו במחיצת התבנית שלך. בבקשה העתק אותם מתיקיית `/wp-content/plugins/gallery-plugin/template/` אל מחיצת התבנית שלך לתפקוד תקין של הגלריה"
26
 
@@ -32,7 +32,7 @@ msgstr "גלריות"
32
 
33
  # @ gallery
34
  #: gallery-plugin.php:126
35
- #: gallery-plugin.php:579
36
  msgid "Gallery"
37
  msgstr "גלריה"
38
 
@@ -85,434 +85,456 @@ msgid "Gallery Shortcode"
85
  msgstr "קיצור קוד גלריה"
86
 
87
  # @ gallery
88
- #: gallery-plugin.php:208
89
  #, fuzzy
90
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
91
  msgstr "אין הרשאת כתיבה אל הספריה הזמנית של הגלריה (gallery-plugin/upload/files) שרת שלך. אנא השתמש בהעלאת התמונות של וורדפרס כדי להעלות תמונות (מדיה > ספריה)"
92
 
93
  # @ gallery
94
- #: gallery-plugin.php:212
95
  #, fuzzy
96
  msgid "Choose an image for upload:"
97
  msgstr "בחר תמונה להעלאה:"
98
 
99
  # @ gallery
100
- #: gallery-plugin.php:217
101
  msgid "Please enable JavaScript to use the file uploader."
102
  msgstr "בבקשה אפשר לג'אווה-סקריפט להתשמש בטוען התמונות."
103
 
104
- #: gallery-plugin.php:224
105
  msgid "Allow the download link for all images in this gallery"
106
  msgstr ""
107
 
108
- #: gallery-plugin.php:225
109
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
110
  msgstr ""
111
 
112
- #: gallery-plugin.php:227
113
  msgid "Please make a choice"
114
  msgstr ""
115
 
116
  # @ gallery
117
- #: gallery-plugin.php:227
118
- #: gallery-plugin.php:808
119
  #, fuzzy
120
  msgid "Sort images by"
121
  msgstr "מספר תמונות בשורה"
122
 
123
  # @ gallery
124
- #: gallery-plugin.php:227
125
  #, fuzzy
126
  msgid "sort images"
127
  msgstr "מספר תמונות בשורה"
128
 
129
- #: gallery-plugin.php:227
130
  msgid "on the plugin settings page ("
131
  msgstr ""
132
 
133
  # @ gallery
134
- #: gallery-plugin.php:271
135
- #: gallery-plugin.php:475
136
  msgid "Title"
137
  msgstr "כותרת"
138
 
139
- #: gallery-plugin.php:273
 
 
 
 
140
  msgid "URL"
141
  msgstr ""
142
 
143
- #: gallery-plugin.php:273
144
  msgid "(by click on image opens a link in a new window)"
145
  msgstr ""
146
 
147
- #: gallery-plugin.php:274
148
  msgid "This setting is available in Pro version"
149
  msgstr ""
150
 
151
- #: gallery-plugin.php:275
152
  msgid "Open the link"
153
  msgstr ""
154
 
155
- #: gallery-plugin.php:275
156
  msgid "Current window"
157
  msgstr ""
158
 
159
- #: gallery-plugin.php:275
160
  msgid "New window"
161
  msgstr ""
162
 
163
- #: gallery-plugin.php:276
164
  msgid "Delete"
165
  msgstr ""
166
 
167
  # @ gallery
168
- #: gallery-plugin.php:289
169
  #, fuzzy
170
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
171
  msgstr "אתה יכול להעלות את הגלריה הבודדת בבגוף הדף או הפוסט על ידי הוספת קיצור הקוד בתוכן"
172
 
173
- #: gallery-plugin.php:291
174
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
175
  msgstr ""
176
 
177
  # @ gallery
178
- #: gallery-plugin.php:476
179
  msgid "Author"
180
  msgstr "מחבר"
181
 
182
  # @ gallery
183
- #: gallery-plugin.php:477
184
  #, fuzzy
185
  msgid "Photo"
186
  msgstr "של התמונה"
187
 
188
  # @ gallery
189
- #: gallery-plugin.php:478
190
  #, fuzzy
191
  msgid "Publishing"
192
  msgstr "ציבורי"
193
 
194
  # @ gallery
195
- #: gallery-plugin.php:479
196
- #: gallery-plugin.php:812
197
  msgid "Date"
198
  msgstr "תאריך"
199
 
200
  # @ gallery
201
- #: gallery-plugin.php:605
202
  #, fuzzy
203
  msgid "See images &raquo;"
204
  msgstr "ראו תמונה »"
205
 
206
  # @ gallery
207
- #: gallery-plugin.php:688
208
  #, fuzzy
209
  msgid "Settings are saved"
210
  msgstr "האפשרויות נשמרו."
211
 
212
  # @ gallery
213
- #: gallery-plugin.php:701
214
  #, fuzzy
215
  msgid "Gallery Settings"
216
  msgstr "אפשרויות גלריה"
217
 
218
  # @ gallery
219
- #: gallery-plugin.php:704
220
  #, fuzzy
221
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
222
  msgstr "אם אתה רוצה להוסיף גלריה בודדת לדף או לפוסט שלך, פשוט העתק והדבק את קיצור הקוד הזה בתוך תוכן הפוסט או הדף שלך:"
223
 
224
  # @ gallery
225
- #: gallery-plugin.php:708
226
  #, fuzzy
227
  msgid "Image size for the album cover"
228
  msgstr "גודל הכריכה של האלבום של הגלריה"
229
 
230
  # @ gallery
231
- #: gallery-plugin.php:710
232
- #: gallery-plugin.php:718
233
- #: gallery-plugin.php:731
234
  #, fuzzy
235
  msgid "Image size"
236
  msgstr "שם גודל תמונה"
237
 
238
  # @ gallery
239
- #: gallery-plugin.php:711
240
- #: gallery-plugin.php:719
241
  msgid "Width (in px)"
242
  msgstr "רוחב (בפיקסלים)"
243
 
244
  # @ gallery
245
- #: gallery-plugin.php:712
246
- #: gallery-plugin.php:720
247
  msgid "Height (in px)"
248
  msgstr "גובה (בפיקסלים)"
249
 
250
  # @ gallery
251
- #: gallery-plugin.php:716
252
  #, fuzzy
253
  msgid "Gallery image size"
254
  msgstr "גלריות"
255
 
256
  # @ gallery
257
- #: gallery-plugin.php:724
258
  #, fuzzy
259
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
260
  msgstr "וורדפרס ייצור העתק של תמונה ממוזערת של הפוסט עם המידות שצוינו כאשר אתה מעלה תמונה חדשה."
261
 
262
- #: gallery-plugin.php:729
263
  msgid "Gallery image size in the lightbox"
264
  msgstr ""
265
 
266
  # @ gallery
267
- #: gallery-plugin.php:732
268
  #, fuzzy
269
  msgid "Max width (in px)"
270
  msgstr "רוחב (בפיקסלים)"
271
 
272
  # @ gallery
273
- #: gallery-plugin.php:733
274
  #, fuzzy
275
  msgid "Max height (in px)"
276
  msgstr "גובה (בפיקסלים)"
277
 
278
- #: gallery-plugin.php:734
279
  msgid "Display a full size image in the lightbox"
280
  msgstr ""
281
 
282
- #: gallery-plugin.php:738
283
  msgid "Crop position"
284
  msgstr ""
285
 
286
- #: gallery-plugin.php:740
287
  msgid "Horizontal"
288
  msgstr ""
289
 
290
- #: gallery-plugin.php:742
291
  msgid "left"
292
  msgstr ""
293
 
294
- #: gallery-plugin.php:743
295
- #: gallery-plugin.php:750
296
  msgid "center"
297
  msgstr ""
298
 
299
- #: gallery-plugin.php:744
300
  msgid "right"
301
  msgstr ""
302
 
303
- #: gallery-plugin.php:747
304
  msgid "Vertical"
305
  msgstr ""
306
 
307
- #: gallery-plugin.php:749
308
  msgid "top"
309
  msgstr ""
310
 
311
- #: gallery-plugin.php:751
312
  msgid "bottom"
313
  msgstr ""
314
 
315
- #: gallery-plugin.php:756
316
  msgid "Lightbox background"
317
  msgstr ""
318
 
319
- #: gallery-plugin.php:758
320
  msgid "Default"
321
  msgstr ""
322
 
323
- #: gallery-plugin.php:759
324
  msgid "Background transparency (from 0 to 1)"
325
  msgstr ""
326
 
327
- #: gallery-plugin.php:761
328
  msgid "Select a background color"
329
  msgstr ""
330
 
331
- #: gallery-plugin.php:763
332
  msgid "Background color"
333
  msgstr ""
334
 
335
- #: gallery-plugin.php:770
336
- #: gallery-plugin.php:879
337
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
338
  msgstr ""
339
 
340
- #: gallery-plugin.php:777
341
  msgid "Images with border"
342
  msgstr ""
343
 
344
- #: gallery-plugin.php:780
345
  msgid "Border width in px, just numbers"
346
  msgstr ""
347
 
348
- #: gallery-plugin.php:782
349
- #: gallery-plugin.php:784
350
  msgid "Select a border color"
351
  msgstr ""
352
 
353
  # @ gallery
354
- #: gallery-plugin.php:790
355
  #, fuzzy
356
  msgid "Number of images in the row"
357
  msgstr "מספר תמונות בשורה"
358
 
359
  # @ gallery
360
- #: gallery-plugin.php:796
361
  msgid "Start slideshow"
362
  msgstr "התחל מצגת"
363
 
364
  # @ gallery
365
- #: gallery-plugin.php:802
366
  msgid "Slideshow interval"
367
  msgstr "מרווח מצגת"
368
 
369
  # @ gallery
370
- #: gallery-plugin.php:810
371
  #, fuzzy
372
  msgid "Attachment ID"
373
  msgstr "מזהה קובץ מצורף"
374
 
375
  # @ gallery
376
- #: gallery-plugin.php:811
377
  #, fuzzy
378
  msgid "Image Name"
379
  msgstr "תמונה "
380
 
381
  # @ gallery
382
- #: gallery-plugin.php:813
383
  #, fuzzy
384
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
385
  msgstr "סדר קבצים מצורפים (המספר השלם של השדות בהוספה \\ דיאלוג העלאת גלריית מדיה)"
386
 
387
  # @ gallery
388
- #: gallery-plugin.php:814
389
  #, fuzzy
390
  msgid "Random"
391
  msgstr "אקראי"
392
 
393
  # @ gallery
394
- #: gallery-plugin.php:818
395
  #, fuzzy
396
  msgid "Sort images"
397
  msgstr "מספר תמונות בשורה"
398
 
399
  # @ gallery
400
- #: gallery-plugin.php:820
401
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
402
  msgstr "סדר עולה (מן הערך הנמוך ביותר לערך הגבוה ביותר)"
403
 
404
  # @ gallery
405
- #: gallery-plugin.php:821
406
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
407
  msgstr "סדר יורד (מן הערך הגבוה ביותר לערך הנמוך ביותר)"
408
 
409
- #: gallery-plugin.php:825
410
  msgid "Display text above the image"
411
  msgstr ""
412
 
413
- #: gallery-plugin.php:827
414
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
415
  msgstr ""
416
 
417
  # @ gallery
418
- #: gallery-plugin.php:831
419
  #, fuzzy
420
  msgid "Display the Back link"
421
  msgstr "הצג קישור חזרה"
422
 
423
  # @ gallery
424
- #: gallery-plugin.php:837
425
  #, fuzzy
426
  msgid "Display the Back link in the shortcode"
427
  msgstr "הצג קישור חזרה בקיצור הקוד"
428
 
429
- #: gallery-plugin.php:843
430
  msgid "The Back link text"
431
  msgstr ""
432
 
433
- #: gallery-plugin.php:849
434
  msgid "The Back link URL"
435
  msgstr ""
436
 
437
- #: gallery-plugin.php:851
438
  msgid "Gallery page (Page with Gallery Template)"
439
  msgstr ""
440
 
441
- #: gallery-plugin.php:853
442
  msgid "(Full URL to custom page)"
443
  msgstr ""
444
 
445
- #: gallery-plugin.php:857
446
  msgid "The Read More link text"
447
  msgstr ""
448
 
449
- #: gallery-plugin.php:865
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
450
  msgid "Display Like buttons in the lightbox"
451
  msgstr ""
452
 
453
- #: gallery-plugin.php:867
454
  msgid "FaceBook"
455
  msgstr ""
456
 
457
  # @ gallery
458
- #: gallery-plugin.php:868
459
  #, fuzzy
460
  msgid "Twitter"
461
  msgstr "כותרת"
462
 
463
- #: gallery-plugin.php:869
464
  msgid "Pinterest"
465
  msgstr ""
466
 
467
- #: gallery-plugin.php:870
468
  msgid "Google +1"
469
  msgstr ""
470
 
471
  # @ gallery
472
- #: gallery-plugin.php:873
473
  #, fuzzy
474
  msgid "Slug for gallery item"
475
  msgstr "גודל תמונת גלריה"
476
 
477
- #: gallery-plugin.php:875
478
  msgid "for any structure of permalinks except the default structure"
479
  msgstr ""
480
 
481
  # @ default
482
- #: gallery-plugin.php:887
483
  msgid "Save Changes"
484
  msgstr "שמור שינויים"
485
 
486
  # @ gallery
487
- #: gallery-plugin.php:899
488
- #: gallery-plugin.php:914
489
  msgid "Settings"
490
  msgstr "הגדרות"
491
 
492
  # @ gallery
493
- #: gallery-plugin.php:900
494
  msgid "FAQ"
495
  msgstr "שאלות ותשובות"
496
 
497
  # @ gallery
498
- #: gallery-plugin.php:901
499
  msgid "Support"
500
  msgstr "תמיכה"
501
 
502
  # @ gallery
503
- #: gallery-plugin.php:1111
504
- #: template/gallery-single-template.php:76
505
  #, fuzzy
506
  msgid "Sorry, nothing found."
507
  msgstr "מצטערים, אין מה למצוא."
508
 
509
- #: gallery-plugin.php:1133
510
- #: template/gallery-single-template.php:102
511
  msgid "Download high resolution image"
512
  msgstr ""
513
 
514
  # @ gallery
515
- #: template/gallery-single-template.php:102
516
  #, fuzzy
517
  msgid "Image"
518
  msgstr "תמונה "
2
  msgstr ""
3
  "Project-Id-Version: Gallery Plugin v3.2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-28 17:43+0300\n"
6
+ "PO-Revision-Date: 2013-10-28 17:43+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
20
 
21
  # @ gallery
22
  #: gallery-plugin.php:101
23
+ #: gallery-plugin.php:754
24
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
25
  msgstr "הקבצים הבאים \"gallery-template.php\" ו \"gallery-single-template.php\" לא נמצאו במחיצת התבנית שלך. בבקשה העתק אותם מתיקיית `/wp-content/plugins/gallery-plugin/template/` אל מחיצת התבנית שלך לתפקוד תקין של הגלריה"
26
 
32
 
33
  # @ gallery
34
  #: gallery-plugin.php:126
35
+ #: gallery-plugin.php:605
36
  msgid "Gallery"
37
  msgstr "גלריה"
38
 
85
  msgstr "קיצור קוד גלריה"
86
 
87
  # @ gallery
88
+ #: gallery-plugin.php:209
89
  #, fuzzy
90
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
91
  msgstr "אין הרשאת כתיבה אל הספריה הזמנית של הגלריה (gallery-plugin/upload/files) שרת שלך. אנא השתמש בהעלאת התמונות של וורדפרס כדי להעלות תמונות (מדיה > ספריה)"
92
 
93
  # @ gallery
94
+ #: gallery-plugin.php:213
95
  #, fuzzy
96
  msgid "Choose an image for upload:"
97
  msgstr "בחר תמונה להעלאה:"
98
 
99
  # @ gallery
100
+ #: gallery-plugin.php:218
101
  msgid "Please enable JavaScript to use the file uploader."
102
  msgstr "בבקשה אפשר לג'אווה-סקריפט להתשמש בטוען התמונות."
103
 
104
+ #: gallery-plugin.php:225
105
  msgid "Allow the download link for all images in this gallery"
106
  msgstr ""
107
 
108
+ #: gallery-plugin.php:226
109
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
110
  msgstr ""
111
 
112
+ #: gallery-plugin.php:228
113
  msgid "Please make a choice"
114
  msgstr ""
115
 
116
  # @ gallery
117
+ #: gallery-plugin.php:228
118
+ #: gallery-plugin.php:867
119
  #, fuzzy
120
  msgid "Sort images by"
121
  msgstr "מספר תמונות בשורה"
122
 
123
  # @ gallery
124
+ #: gallery-plugin.php:228
125
  #, fuzzy
126
  msgid "sort images"
127
  msgstr "מספר תמונות בשורה"
128
 
129
+ #: gallery-plugin.php:228
130
  msgid "on the plugin settings page ("
131
  msgstr ""
132
 
133
  # @ gallery
134
+ #: gallery-plugin.php:272
135
+ #: gallery-plugin.php:501
136
  msgid "Title"
137
  msgstr "כותרת"
138
 
139
+ #: gallery-plugin.php:274
140
+ msgid "Alt tag"
141
+ msgstr ""
142
+
143
+ #: gallery-plugin.php:275
144
  msgid "URL"
145
  msgstr ""
146
 
147
+ #: gallery-plugin.php:275
148
  msgid "(by click on image opens a link in a new window)"
149
  msgstr ""
150
 
151
+ #: gallery-plugin.php:276
152
  msgid "This setting is available in Pro version"
153
  msgstr ""
154
 
155
+ #: gallery-plugin.php:277
156
  msgid "Open the link"
157
  msgstr ""
158
 
159
+ #: gallery-plugin.php:277
160
  msgid "Current window"
161
  msgstr ""
162
 
163
+ #: gallery-plugin.php:277
164
  msgid "New window"
165
  msgstr ""
166
 
167
+ #: gallery-plugin.php:278
168
  msgid "Delete"
169
  msgstr ""
170
 
171
  # @ gallery
172
+ #: gallery-plugin.php:291
173
  #, fuzzy
174
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
175
  msgstr "אתה יכול להעלות את הגלריה הבודדת בבגוף הדף או הפוסט על ידי הוספת קיצור הקוד בתוכן"
176
 
177
+ #: gallery-plugin.php:293
178
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
179
  msgstr ""
180
 
181
  # @ gallery
182
+ #: gallery-plugin.php:502
183
  msgid "Author"
184
  msgstr "מחבר"
185
 
186
  # @ gallery
187
+ #: gallery-plugin.php:503
188
  #, fuzzy
189
  msgid "Photo"
190
  msgstr "של התמונה"
191
 
192
  # @ gallery
193
+ #: gallery-plugin.php:504
194
  #, fuzzy
195
  msgid "Publishing"
196
  msgstr "ציבורי"
197
 
198
  # @ gallery
199
+ #: gallery-plugin.php:505
200
+ #: gallery-plugin.php:871
201
  msgid "Date"
202
  msgstr "תאריך"
203
 
204
  # @ gallery
205
+ #: gallery-plugin.php:631
206
  #, fuzzy
207
  msgid "See images &raquo;"
208
  msgstr "ראו תמונה »"
209
 
210
  # @ gallery
211
+ #: gallery-plugin.php:747
212
  #, fuzzy
213
  msgid "Settings are saved"
214
  msgstr "האפשרויות נשמרו."
215
 
216
  # @ gallery
217
+ #: gallery-plugin.php:760
218
  #, fuzzy
219
  msgid "Gallery Settings"
220
  msgstr "אפשרויות גלריה"
221
 
222
  # @ gallery
223
+ #: gallery-plugin.php:763
224
  #, fuzzy
225
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
226
  msgstr "אם אתה רוצה להוסיף גלריה בודדת לדף או לפוסט שלך, פשוט העתק והדבק את קיצור הקוד הזה בתוך תוכן הפוסט או הדף שלך:"
227
 
228
  # @ gallery
229
+ #: gallery-plugin.php:767
230
  #, fuzzy
231
  msgid "Image size for the album cover"
232
  msgstr "גודל הכריכה של האלבום של הגלריה"
233
 
234
  # @ gallery
235
+ #: gallery-plugin.php:769
236
+ #: gallery-plugin.php:777
237
+ #: gallery-plugin.php:790
238
  #, fuzzy
239
  msgid "Image size"
240
  msgstr "שם גודל תמונה"
241
 
242
  # @ gallery
243
+ #: gallery-plugin.php:770
244
+ #: gallery-plugin.php:778
245
  msgid "Width (in px)"
246
  msgstr "רוחב (בפיקסלים)"
247
 
248
  # @ gallery
249
+ #: gallery-plugin.php:771
250
+ #: gallery-plugin.php:779
251
  msgid "Height (in px)"
252
  msgstr "גובה (בפיקסלים)"
253
 
254
  # @ gallery
255
+ #: gallery-plugin.php:775
256
  #, fuzzy
257
  msgid "Gallery image size"
258
  msgstr "גלריות"
259
 
260
  # @ gallery
261
+ #: gallery-plugin.php:783
262
  #, fuzzy
263
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
264
  msgstr "וורדפרס ייצור העתק של תמונה ממוזערת של הפוסט עם המידות שצוינו כאשר אתה מעלה תמונה חדשה."
265
 
266
+ #: gallery-plugin.php:788
267
  msgid "Gallery image size in the lightbox"
268
  msgstr ""
269
 
270
  # @ gallery
271
+ #: gallery-plugin.php:791
272
  #, fuzzy
273
  msgid "Max width (in px)"
274
  msgstr "רוחב (בפיקסלים)"
275
 
276
  # @ gallery
277
+ #: gallery-plugin.php:792
278
  #, fuzzy
279
  msgid "Max height (in px)"
280
  msgstr "גובה (בפיקסלים)"
281
 
282
+ #: gallery-plugin.php:793
283
  msgid "Display a full size image in the lightbox"
284
  msgstr ""
285
 
286
+ #: gallery-plugin.php:797
287
  msgid "Crop position"
288
  msgstr ""
289
 
290
+ #: gallery-plugin.php:799
291
  msgid "Horizontal"
292
  msgstr ""
293
 
294
+ #: gallery-plugin.php:801
295
  msgid "left"
296
  msgstr ""
297
 
298
+ #: gallery-plugin.php:802
299
+ #: gallery-plugin.php:809
300
  msgid "center"
301
  msgstr ""
302
 
303
+ #: gallery-plugin.php:803
304
  msgid "right"
305
  msgstr ""
306
 
307
+ #: gallery-plugin.php:806
308
  msgid "Vertical"
309
  msgstr ""
310
 
311
+ #: gallery-plugin.php:808
312
  msgid "top"
313
  msgstr ""
314
 
315
+ #: gallery-plugin.php:810
316
  msgid "bottom"
317
  msgstr ""
318
 
319
+ #: gallery-plugin.php:815
320
  msgid "Lightbox background"
321
  msgstr ""
322
 
323
+ #: gallery-plugin.php:817
324
  msgid "Default"
325
  msgstr ""
326
 
327
+ #: gallery-plugin.php:818
328
  msgid "Background transparency (from 0 to 1)"
329
  msgstr ""
330
 
331
+ #: gallery-plugin.php:820
332
  msgid "Select a background color"
333
  msgstr ""
334
 
335
+ #: gallery-plugin.php:822
336
  msgid "Background color"
337
  msgstr ""
338
 
339
+ #: gallery-plugin.php:829
340
+ #: gallery-plugin.php:971
341
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
342
  msgstr ""
343
 
344
+ #: gallery-plugin.php:836
345
  msgid "Images with border"
346
  msgstr ""
347
 
348
+ #: gallery-plugin.php:839
349
  msgid "Border width in px, just numbers"
350
  msgstr ""
351
 
352
+ #: gallery-plugin.php:841
353
+ #: gallery-plugin.php:843
354
  msgid "Select a border color"
355
  msgstr ""
356
 
357
  # @ gallery
358
+ #: gallery-plugin.php:849
359
  #, fuzzy
360
  msgid "Number of images in the row"
361
  msgstr "מספר תמונות בשורה"
362
 
363
  # @ gallery
364
+ #: gallery-plugin.php:855
365
  msgid "Start slideshow"
366
  msgstr "התחל מצגת"
367
 
368
  # @ gallery
369
+ #: gallery-plugin.php:861
370
  msgid "Slideshow interval"
371
  msgstr "מרווח מצגת"
372
 
373
  # @ gallery
374
+ #: gallery-plugin.php:869
375
  #, fuzzy
376
  msgid "Attachment ID"
377
  msgstr "מזהה קובץ מצורף"
378
 
379
  # @ gallery
380
+ #: gallery-plugin.php:870
381
  #, fuzzy
382
  msgid "Image Name"
383
  msgstr "תמונה "
384
 
385
  # @ gallery
386
+ #: gallery-plugin.php:872
387
  #, fuzzy
388
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
389
  msgstr "סדר קבצים מצורפים (המספר השלם של השדות בהוספה \\ דיאלוג העלאת גלריית מדיה)"
390
 
391
  # @ gallery
392
+ #: gallery-plugin.php:873
393
  #, fuzzy
394
  msgid "Random"
395
  msgstr "אקראי"
396
 
397
  # @ gallery
398
+ #: gallery-plugin.php:877
399
  #, fuzzy
400
  msgid "Sort images"
401
  msgstr "מספר תמונות בשורה"
402
 
403
  # @ gallery
404
+ #: gallery-plugin.php:879
405
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
406
  msgstr "סדר עולה (מן הערך הנמוך ביותר לערך הגבוה ביותר)"
407
 
408
  # @ gallery
409
+ #: gallery-plugin.php:880
410
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
411
  msgstr "סדר יורד (מן הערך הגבוה ביותר לערך הנמוך ביותר)"
412
 
413
+ #: gallery-plugin.php:884
414
  msgid "Display text above the image"
415
  msgstr ""
416
 
417
+ #: gallery-plugin.php:886
418
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
419
  msgstr ""
420
 
421
  # @ gallery
422
+ #: gallery-plugin.php:890
423
  #, fuzzy
424
  msgid "Display the Back link"
425
  msgstr "הצג קישור חזרה"
426
 
427
  # @ gallery
428
+ #: gallery-plugin.php:896
429
  #, fuzzy
430
  msgid "Display the Back link in the shortcode"
431
  msgstr "הצג קישור חזרה בקיצור הקוד"
432
 
433
+ #: gallery-plugin.php:902
434
  msgid "The Back link text"
435
  msgstr ""
436
 
437
+ #: gallery-plugin.php:908
438
  msgid "The Back link URL"
439
  msgstr ""
440
 
441
+ #: gallery-plugin.php:910
442
  msgid "Gallery page (Page with Gallery Template)"
443
  msgstr ""
444
 
445
+ #: gallery-plugin.php:912
446
  msgid "(Full URL to custom page)"
447
  msgstr ""
448
 
449
+ #: gallery-plugin.php:916
450
  msgid "The Read More link text"
451
  msgstr ""
452
 
453
+ #: gallery-plugin.php:922
454
+ msgid "Add gallery to the search"
455
+ msgstr ""
456
+
457
+ #: gallery-plugin.php:941
458
+ #: gallery-plugin.php:944
459
+ #: gallery-plugin.php:948
460
+ msgid "Using Custom Search powered by"
461
+ msgstr ""
462
+
463
+ #: gallery-plugin.php:944
464
+ msgid "Activate Custom Search"
465
+ msgstr ""
466
+
467
+ #: gallery-plugin.php:948
468
+ msgid "Download Custom Search"
469
+ msgstr ""
470
+
471
+ #: gallery-plugin.php:955
472
  msgid "Display Like buttons in the lightbox"
473
  msgstr ""
474
 
475
+ #: gallery-plugin.php:957
476
  msgid "FaceBook"
477
  msgstr ""
478
 
479
  # @ gallery
480
+ #: gallery-plugin.php:958
481
  #, fuzzy
482
  msgid "Twitter"
483
  msgstr "כותרת"
484
 
485
+ #: gallery-plugin.php:959
486
  msgid "Pinterest"
487
  msgstr ""
488
 
489
+ #: gallery-plugin.php:960
490
  msgid "Google +1"
491
  msgstr ""
492
 
493
  # @ gallery
494
+ #: gallery-plugin.php:964
495
  #, fuzzy
496
  msgid "Slug for gallery item"
497
  msgstr "גודל תמונת גלריה"
498
 
499
+ #: gallery-plugin.php:966
500
  msgid "for any structure of permalinks except the default structure"
501
  msgstr ""
502
 
503
  # @ default
504
+ #: gallery-plugin.php:979
505
  msgid "Save Changes"
506
  msgstr "שמור שינויים"
507
 
508
  # @ gallery
509
+ #: gallery-plugin.php:991
510
+ #: gallery-plugin.php:1006
511
  msgid "Settings"
512
  msgstr "הגדרות"
513
 
514
  # @ gallery
515
+ #: gallery-plugin.php:992
516
  msgid "FAQ"
517
  msgstr "שאלות ותשובות"
518
 
519
  # @ gallery
520
+ #: gallery-plugin.php:993
521
  msgid "Support"
522
  msgstr "תמיכה"
523
 
524
  # @ gallery
525
+ #: gallery-plugin.php:1203
526
+ #: template/gallery-single-template.php:77
527
  #, fuzzy
528
  msgid "Sorry, nothing found."
529
  msgstr "מצטערים, אין מה למצוא."
530
 
531
+ #: gallery-plugin.php:1225
532
+ #: template/gallery-single-template.php:103
533
  msgid "Download high resolution image"
534
  msgstr ""
535
 
536
  # @ gallery
537
+ #: template/gallery-single-template.php:103
538
  #, fuzzy
539
  msgid "Image"
540
  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: 2013-09-04 17:35+0300\n"
6
- "PO-Revision-Date: 2013-09-04 17:35+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
- #: gallery-plugin.php:695
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr ""
23
 
@@ -27,7 +27,7 @@ msgid "Galleries"
27
  msgstr "Galériák"
28
 
29
  #: gallery-plugin.php:126
30
- #: gallery-plugin.php:579
31
  msgid "Gallery"
32
  msgstr "Galéria"
33
 
@@ -71,384 +71,406 @@ msgstr "Fájl feltöltése"
71
  msgid "Gallery Shortcode"
72
  msgstr "Galéria beállítások"
73
 
74
- #: gallery-plugin.php:208
75
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
76
  msgstr ""
77
 
78
- #: gallery-plugin.php:212
79
  #, fuzzy
80
  msgid "Choose an image for upload:"
81
  msgstr "Nézőkép kiválasztása a feltöltéshez"
82
 
83
- #: gallery-plugin.php:217
84
  msgid "Please enable JavaScript to use the file uploader."
85
  msgstr "Kérem, engedéjezze a Javascript használatát a fájl feltöltéshez."
86
 
87
- #: gallery-plugin.php:224
88
  msgid "Allow the download link for all images in this gallery"
89
  msgstr ""
90
 
91
- #: gallery-plugin.php:225
92
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
93
  msgstr ""
94
 
95
- #: gallery-plugin.php:227
96
  msgid "Please make a choice"
97
  msgstr ""
98
 
99
- #: gallery-plugin.php:227
100
- #: gallery-plugin.php:808
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "Képek száma egy sorban"
104
 
105
- #: gallery-plugin.php:227
106
  #, fuzzy
107
  msgid "sort images"
108
  msgstr "Képek száma egy sorban"
109
 
110
- #: gallery-plugin.php:227
111
  msgid "on the plugin settings page ("
112
  msgstr ""
113
 
114
- #: gallery-plugin.php:271
115
- #: gallery-plugin.php:475
116
  msgid "Title"
117
  msgstr "Cím"
118
 
119
- #: gallery-plugin.php:273
 
 
 
 
120
  msgid "URL"
121
  msgstr ""
122
 
123
- #: gallery-plugin.php:273
124
  msgid "(by click on image opens a link in a new window)"
125
  msgstr ""
126
 
127
- #: gallery-plugin.php:274
128
  msgid "This setting is available in Pro version"
129
  msgstr ""
130
 
131
- #: gallery-plugin.php:275
132
  msgid "Open the link"
133
  msgstr ""
134
 
135
- #: gallery-plugin.php:275
136
  msgid "Current window"
137
  msgstr ""
138
 
139
- #: gallery-plugin.php:275
140
  msgid "New window"
141
  msgstr ""
142
 
143
- #: gallery-plugin.php:276
144
  msgid "Delete"
145
  msgstr ""
146
 
147
- #: gallery-plugin.php:289
148
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
149
  msgstr ""
150
 
151
- #: gallery-plugin.php:291
152
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
153
  msgstr ""
154
 
155
- #: gallery-plugin.php:476
156
  msgid "Author"
157
  msgstr "Szerző"
158
 
159
- #: gallery-plugin.php:477
160
  #, fuzzy
161
  msgid "Photo"
162
  msgstr "Fotók"
163
 
164
- #: gallery-plugin.php:478
165
  #, fuzzy
166
  msgid "Publishing"
167
  msgstr "Publikus"
168
 
169
- #: gallery-plugin.php:479
170
- #: gallery-plugin.php:812
171
  msgid "Date"
172
  msgstr "Dátum"
173
 
174
- #: gallery-plugin.php:605
175
  #, fuzzy
176
  msgid "See images &raquo;"
177
  msgstr "Fotó megtekintése &raquo;"
178
 
179
- #: gallery-plugin.php:688
180
  #, fuzzy
181
  msgid "Settings are saved"
182
  msgstr "Beállítások elmentve."
183
 
184
- #: gallery-plugin.php:701
185
  #, fuzzy
186
  msgid "Gallery Settings"
187
  msgstr "Galéria beállítások"
188
 
189
- #: gallery-plugin.php:704
190
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
191
  msgstr ""
192
 
193
- #: gallery-plugin.php:708
194
  #, fuzzy
195
  msgid "Image size for the album cover"
196
  msgstr "Размер для "
197
 
198
- #: gallery-plugin.php:710
199
- #: gallery-plugin.php:718
200
- #: gallery-plugin.php:731
201
  #, fuzzy
202
  msgid "Image size"
203
  msgstr "Kép méret neve"
204
 
205
- #: gallery-plugin.php:711
206
- #: gallery-plugin.php:719
207
  msgid "Width (in px)"
208
  msgstr "Szélesség (px-ben)"
209
 
210
- #: gallery-plugin.php:712
211
- #: gallery-plugin.php:720
212
  msgid "Height (in px)"
213
  msgstr "Magasság (px-ben)"
214
 
215
- #: gallery-plugin.php:716
216
  #, fuzzy
217
  msgid "Gallery image size"
218
  msgstr "Galériák"
219
 
220
- #: gallery-plugin.php:724
221
  #, fuzzy
222
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
223
  msgstr "A Wordpress elkészíti a megadott dimenziókban a nézőképeket a képek feltöltésekor."
224
 
225
- #: gallery-plugin.php:729
226
  msgid "Gallery image size in the lightbox"
227
  msgstr ""
228
 
229
- #: gallery-plugin.php:732
230
  #, fuzzy
231
  msgid "Max width (in px)"
232
  msgstr "Szélesség (px-ben)"
233
 
234
- #: gallery-plugin.php:733
235
  #, fuzzy
236
  msgid "Max height (in px)"
237
  msgstr "Magasság (px-ben)"
238
 
239
- #: gallery-plugin.php:734
240
  msgid "Display a full size image in the lightbox"
241
  msgstr ""
242
 
243
- #: gallery-plugin.php:738
244
  msgid "Crop position"
245
  msgstr ""
246
 
247
- #: gallery-plugin.php:740
248
  msgid "Horizontal"
249
  msgstr ""
250
 
251
- #: gallery-plugin.php:742
252
  msgid "left"
253
  msgstr ""
254
 
255
- #: gallery-plugin.php:743
256
- #: gallery-plugin.php:750
257
  msgid "center"
258
  msgstr ""
259
 
260
- #: gallery-plugin.php:744
261
  msgid "right"
262
  msgstr ""
263
 
264
- #: gallery-plugin.php:747
265
  msgid "Vertical"
266
  msgstr ""
267
 
268
- #: gallery-plugin.php:749
269
  msgid "top"
270
  msgstr ""
271
 
272
- #: gallery-plugin.php:751
273
  msgid "bottom"
274
  msgstr ""
275
 
276
- #: gallery-plugin.php:756
277
  msgid "Lightbox background"
278
  msgstr ""
279
 
280
- #: gallery-plugin.php:758
281
  msgid "Default"
282
  msgstr ""
283
 
284
- #: gallery-plugin.php:759
285
  msgid "Background transparency (from 0 to 1)"
286
  msgstr ""
287
 
288
- #: gallery-plugin.php:761
289
  msgid "Select a background color"
290
  msgstr ""
291
 
292
- #: gallery-plugin.php:763
293
  msgid "Background color"
294
  msgstr ""
295
 
296
- #: gallery-plugin.php:770
297
- #: gallery-plugin.php:879
298
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
299
  msgstr ""
300
 
301
- #: gallery-plugin.php:777
302
  msgid "Images with border"
303
  msgstr ""
304
 
305
- #: gallery-plugin.php:780
306
  msgid "Border width in px, just numbers"
307
  msgstr ""
308
 
309
- #: gallery-plugin.php:782
310
- #: gallery-plugin.php:784
311
  msgid "Select a border color"
312
  msgstr ""
313
 
314
- #: gallery-plugin.php:790
315
  #, fuzzy
316
  msgid "Number of images in the row"
317
  msgstr "Képek száma egy sorban"
318
 
319
- #: gallery-plugin.php:796
320
  msgid "Start slideshow"
321
  msgstr ""
322
 
323
- #: gallery-plugin.php:802
324
  msgid "Slideshow interval"
325
  msgstr ""
326
 
327
- #: gallery-plugin.php:810
328
  msgid "Attachment ID"
329
  msgstr ""
330
 
331
- #: gallery-plugin.php:811
332
  #, fuzzy
333
  msgid "Image Name"
334
  msgstr "Kép méret neve"
335
 
336
- #: gallery-plugin.php:813
337
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
338
  msgstr ""
339
 
340
- #: gallery-plugin.php:814
341
  msgid "Random"
342
  msgstr ""
343
 
344
- #: gallery-plugin.php:818
345
  #, fuzzy
346
  msgid "Sort images"
347
  msgstr "Képek száma egy sorban"
348
 
349
- #: gallery-plugin.php:820
350
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
351
  msgstr ""
352
 
353
- #: gallery-plugin.php:821
354
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
355
  msgstr ""
356
 
357
- #: gallery-plugin.php:825
358
  msgid "Display text above the image"
359
  msgstr ""
360
 
361
- #: gallery-plugin.php:827
362
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
363
  msgstr ""
364
 
365
- #: gallery-plugin.php:831
366
  msgid "Display the Back link"
367
  msgstr ""
368
 
369
- #: gallery-plugin.php:837
370
  msgid "Display the Back link in the shortcode"
371
  msgstr ""
372
 
373
- #: gallery-plugin.php:843
374
  msgid "The Back link text"
375
  msgstr ""
376
 
377
- #: gallery-plugin.php:849
378
  msgid "The Back link URL"
379
  msgstr ""
380
 
381
- #: gallery-plugin.php:851
382
  msgid "Gallery page (Page with Gallery Template)"
383
  msgstr ""
384
 
385
- #: gallery-plugin.php:853
386
  msgid "(Full URL to custom page)"
387
  msgstr ""
388
 
389
- #: gallery-plugin.php:857
390
  msgid "The Read More link text"
391
  msgstr ""
392
 
393
- #: gallery-plugin.php:865
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
394
  msgid "Display Like buttons in the lightbox"
395
  msgstr ""
396
 
397
- #: gallery-plugin.php:867
398
  msgid "FaceBook"
399
  msgstr ""
400
 
401
- #: gallery-plugin.php:868
402
  #, fuzzy
403
  msgid "Twitter"
404
  msgstr "Cím"
405
 
406
- #: gallery-plugin.php:869
407
  msgid "Pinterest"
408
  msgstr ""
409
 
410
- #: gallery-plugin.php:870
411
  msgid "Google +1"
412
  msgstr ""
413
 
414
- #: gallery-plugin.php:873
415
  #, fuzzy
416
  msgid "Slug for gallery item"
417
  msgstr "A Galéria képeinek mérete"
418
 
419
- #: gallery-plugin.php:875
420
  msgid "for any structure of permalinks except the default structure"
421
  msgstr ""
422
 
423
- #: gallery-plugin.php:887
424
  msgid "Save Changes"
425
  msgstr "Változások mentése"
426
 
427
- #: gallery-plugin.php:899
428
- #: gallery-plugin.php:914
429
  msgid "Settings"
430
  msgstr "Beállítások"
431
 
432
- #: gallery-plugin.php:900
433
  msgid "FAQ"
434
  msgstr "Gy.I.K."
435
 
436
- #: gallery-plugin.php:901
437
  msgid "Support"
438
  msgstr "Támogatás"
439
 
440
- #: gallery-plugin.php:1111
441
- #: template/gallery-single-template.php:76
442
  #, fuzzy
443
  msgid "Sorry, nothing found."
444
  msgstr "Sajnáljuk - nincs megjelenítendő elem."
445
 
446
- #: gallery-plugin.php:1133
447
- #: template/gallery-single-template.php:102
448
  msgid "Download high resolution image"
449
  msgstr ""
450
 
451
- #: template/gallery-single-template.php:102
452
  msgid "Image"
453
  msgstr ""
454
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-28 17:43+0300\n"
6
+ "PO-Revision-Date: 2013-10-28 17:43+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
+ #: gallery-plugin.php:754
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr ""
23
 
27
  msgstr "Galériák"
28
 
29
  #: gallery-plugin.php:126
30
+ #: gallery-plugin.php:605
31
  msgid "Gallery"
32
  msgstr "Galéria"
33
 
71
  msgid "Gallery Shortcode"
72
  msgstr "Galéria beállítások"
73
 
74
+ #: gallery-plugin.php:209
75
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
76
  msgstr ""
77
 
78
+ #: gallery-plugin.php:213
79
  #, fuzzy
80
  msgid "Choose an image for upload:"
81
  msgstr "Nézőkép kiválasztása a feltöltéshez"
82
 
83
+ #: gallery-plugin.php:218
84
  msgid "Please enable JavaScript to use the file uploader."
85
  msgstr "Kérem, engedéjezze a Javascript használatát a fájl feltöltéshez."
86
 
87
+ #: gallery-plugin.php:225
88
  msgid "Allow the download link for all images in this gallery"
89
  msgstr ""
90
 
91
+ #: gallery-plugin.php:226
92
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
93
  msgstr ""
94
 
95
+ #: gallery-plugin.php:228
96
  msgid "Please make a choice"
97
  msgstr ""
98
 
99
+ #: gallery-plugin.php:228
100
+ #: gallery-plugin.php:867
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "Képek száma egy sorban"
104
 
105
+ #: gallery-plugin.php:228
106
  #, fuzzy
107
  msgid "sort images"
108
  msgstr "Képek száma egy sorban"
109
 
110
+ #: gallery-plugin.php:228
111
  msgid "on the plugin settings page ("
112
  msgstr ""
113
 
114
+ #: gallery-plugin.php:272
115
+ #: gallery-plugin.php:501
116
  msgid "Title"
117
  msgstr "Cím"
118
 
119
+ #: gallery-plugin.php:274
120
+ msgid "Alt tag"
121
+ msgstr ""
122
+
123
+ #: gallery-plugin.php:275
124
  msgid "URL"
125
  msgstr ""
126
 
127
+ #: gallery-plugin.php:275
128
  msgid "(by click on image opens a link in a new window)"
129
  msgstr ""
130
 
131
+ #: gallery-plugin.php:276
132
  msgid "This setting is available in Pro version"
133
  msgstr ""
134
 
135
+ #: gallery-plugin.php:277
136
  msgid "Open the link"
137
  msgstr ""
138
 
139
+ #: gallery-plugin.php:277
140
  msgid "Current window"
141
  msgstr ""
142
 
143
+ #: gallery-plugin.php:277
144
  msgid "New window"
145
  msgstr ""
146
 
147
+ #: gallery-plugin.php:278
148
  msgid "Delete"
149
  msgstr ""
150
 
151
+ #: gallery-plugin.php:291
152
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
153
  msgstr ""
154
 
155
+ #: gallery-plugin.php:293
156
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
157
  msgstr ""
158
 
159
+ #: gallery-plugin.php:502
160
  msgid "Author"
161
  msgstr "Szerző"
162
 
163
+ #: gallery-plugin.php:503
164
  #, fuzzy
165
  msgid "Photo"
166
  msgstr "Fotók"
167
 
168
+ #: gallery-plugin.php:504
169
  #, fuzzy
170
  msgid "Publishing"
171
  msgstr "Publikus"
172
 
173
+ #: gallery-plugin.php:505
174
+ #: gallery-plugin.php:871
175
  msgid "Date"
176
  msgstr "Dátum"
177
 
178
+ #: gallery-plugin.php:631
179
  #, fuzzy
180
  msgid "See images &raquo;"
181
  msgstr "Fotó megtekintése &raquo;"
182
 
183
+ #: gallery-plugin.php:747
184
  #, fuzzy
185
  msgid "Settings are saved"
186
  msgstr "Beállítások elmentve."
187
 
188
+ #: gallery-plugin.php:760
189
  #, fuzzy
190
  msgid "Gallery Settings"
191
  msgstr "Galéria beállítások"
192
 
193
+ #: gallery-plugin.php:763
194
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
195
  msgstr ""
196
 
197
+ #: gallery-plugin.php:767
198
  #, fuzzy
199
  msgid "Image size for the album cover"
200
  msgstr "Размер для "
201
 
202
+ #: gallery-plugin.php:769
203
+ #: gallery-plugin.php:777
204
+ #: gallery-plugin.php:790
205
  #, fuzzy
206
  msgid "Image size"
207
  msgstr "Kép méret neve"
208
 
209
+ #: gallery-plugin.php:770
210
+ #: gallery-plugin.php:778
211
  msgid "Width (in px)"
212
  msgstr "Szélesség (px-ben)"
213
 
214
+ #: gallery-plugin.php:771
215
+ #: gallery-plugin.php:779
216
  msgid "Height (in px)"
217
  msgstr "Magasság (px-ben)"
218
 
219
+ #: gallery-plugin.php:775
220
  #, fuzzy
221
  msgid "Gallery image size"
222
  msgstr "Galériák"
223
 
224
+ #: gallery-plugin.php:783
225
  #, fuzzy
226
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
227
  msgstr "A Wordpress elkészíti a megadott dimenziókban a nézőképeket a képek feltöltésekor."
228
 
229
+ #: gallery-plugin.php:788
230
  msgid "Gallery image size in the lightbox"
231
  msgstr ""
232
 
233
+ #: gallery-plugin.php:791
234
  #, fuzzy
235
  msgid "Max width (in px)"
236
  msgstr "Szélesség (px-ben)"
237
 
238
+ #: gallery-plugin.php:792
239
  #, fuzzy
240
  msgid "Max height (in px)"
241
  msgstr "Magasság (px-ben)"
242
 
243
+ #: gallery-plugin.php:793
244
  msgid "Display a full size image in the lightbox"
245
  msgstr ""
246
 
247
+ #: gallery-plugin.php:797
248
  msgid "Crop position"
249
  msgstr ""
250
 
251
+ #: gallery-plugin.php:799
252
  msgid "Horizontal"
253
  msgstr ""
254
 
255
+ #: gallery-plugin.php:801
256
  msgid "left"
257
  msgstr ""
258
 
259
+ #: gallery-plugin.php:802
260
+ #: gallery-plugin.php:809
261
  msgid "center"
262
  msgstr ""
263
 
264
+ #: gallery-plugin.php:803
265
  msgid "right"
266
  msgstr ""
267
 
268
+ #: gallery-plugin.php:806
269
  msgid "Vertical"
270
  msgstr ""
271
 
272
+ #: gallery-plugin.php:808
273
  msgid "top"
274
  msgstr ""
275
 
276
+ #: gallery-plugin.php:810
277
  msgid "bottom"
278
  msgstr ""
279
 
280
+ #: gallery-plugin.php:815
281
  msgid "Lightbox background"
282
  msgstr ""
283
 
284
+ #: gallery-plugin.php:817
285
  msgid "Default"
286
  msgstr ""
287
 
288
+ #: gallery-plugin.php:818
289
  msgid "Background transparency (from 0 to 1)"
290
  msgstr ""
291
 
292
+ #: gallery-plugin.php:820
293
  msgid "Select a background color"
294
  msgstr ""
295
 
296
+ #: gallery-plugin.php:822
297
  msgid "Background color"
298
  msgstr ""
299
 
300
+ #: gallery-plugin.php:829
301
+ #: gallery-plugin.php:971
302
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
303
  msgstr ""
304
 
305
+ #: gallery-plugin.php:836
306
  msgid "Images with border"
307
  msgstr ""
308
 
309
+ #: gallery-plugin.php:839
310
  msgid "Border width in px, just numbers"
311
  msgstr ""
312
 
313
+ #: gallery-plugin.php:841
314
+ #: gallery-plugin.php:843
315
  msgid "Select a border color"
316
  msgstr ""
317
 
318
+ #: gallery-plugin.php:849
319
  #, fuzzy
320
  msgid "Number of images in the row"
321
  msgstr "Képek száma egy sorban"
322
 
323
+ #: gallery-plugin.php:855
324
  msgid "Start slideshow"
325
  msgstr ""
326
 
327
+ #: gallery-plugin.php:861
328
  msgid "Slideshow interval"
329
  msgstr ""
330
 
331
+ #: gallery-plugin.php:869
332
  msgid "Attachment ID"
333
  msgstr ""
334
 
335
+ #: gallery-plugin.php:870
336
  #, fuzzy
337
  msgid "Image Name"
338
  msgstr "Kép méret neve"
339
 
340
+ #: gallery-plugin.php:872
341
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
342
  msgstr ""
343
 
344
+ #: gallery-plugin.php:873
345
  msgid "Random"
346
  msgstr ""
347
 
348
+ #: gallery-plugin.php:877
349
  #, fuzzy
350
  msgid "Sort images"
351
  msgstr "Képek száma egy sorban"
352
 
353
+ #: gallery-plugin.php:879
354
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
355
  msgstr ""
356
 
357
+ #: gallery-plugin.php:880
358
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
359
  msgstr ""
360
 
361
+ #: gallery-plugin.php:884
362
  msgid "Display text above the image"
363
  msgstr ""
364
 
365
+ #: gallery-plugin.php:886
366
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
367
  msgstr ""
368
 
369
+ #: gallery-plugin.php:890
370
  msgid "Display the Back link"
371
  msgstr ""
372
 
373
+ #: gallery-plugin.php:896
374
  msgid "Display the Back link in the shortcode"
375
  msgstr ""
376
 
377
+ #: gallery-plugin.php:902
378
  msgid "The Back link text"
379
  msgstr ""
380
 
381
+ #: gallery-plugin.php:908
382
  msgid "The Back link URL"
383
  msgstr ""
384
 
385
+ #: gallery-plugin.php:910
386
  msgid "Gallery page (Page with Gallery Template)"
387
  msgstr ""
388
 
389
+ #: gallery-plugin.php:912
390
  msgid "(Full URL to custom page)"
391
  msgstr ""
392
 
393
+ #: gallery-plugin.php:916
394
  msgid "The Read More link text"
395
  msgstr ""
396
 
397
+ #: gallery-plugin.php:922
398
+ msgid "Add gallery to the search"
399
+ msgstr ""
400
+
401
+ #: gallery-plugin.php:941
402
+ #: gallery-plugin.php:944
403
+ #: gallery-plugin.php:948
404
+ msgid "Using Custom Search powered by"
405
+ msgstr ""
406
+
407
+ #: gallery-plugin.php:944
408
+ msgid "Activate Custom Search"
409
+ msgstr ""
410
+
411
+ #: gallery-plugin.php:948
412
+ msgid "Download Custom Search"
413
+ msgstr ""
414
+
415
+ #: gallery-plugin.php:955
416
  msgid "Display Like buttons in the lightbox"
417
  msgstr ""
418
 
419
+ #: gallery-plugin.php:957
420
  msgid "FaceBook"
421
  msgstr ""
422
 
423
+ #: gallery-plugin.php:958
424
  #, fuzzy
425
  msgid "Twitter"
426
  msgstr "Cím"
427
 
428
+ #: gallery-plugin.php:959
429
  msgid "Pinterest"
430
  msgstr ""
431
 
432
+ #: gallery-plugin.php:960
433
  msgid "Google +1"
434
  msgstr ""
435
 
436
+ #: gallery-plugin.php:964
437
  #, fuzzy
438
  msgid "Slug for gallery item"
439
  msgstr "A Galéria képeinek mérete"
440
 
441
+ #: gallery-plugin.php:966
442
  msgid "for any structure of permalinks except the default structure"
443
  msgstr ""
444
 
445
+ #: gallery-plugin.php:979
446
  msgid "Save Changes"
447
  msgstr "Változások mentése"
448
 
449
+ #: gallery-plugin.php:991
450
+ #: gallery-plugin.php:1006
451
  msgid "Settings"
452
  msgstr "Beállítások"
453
 
454
+ #: gallery-plugin.php:992
455
  msgid "FAQ"
456
  msgstr "Gy.I.K."
457
 
458
+ #: gallery-plugin.php:993
459
  msgid "Support"
460
  msgstr "Támogatás"
461
 
462
+ #: gallery-plugin.php:1203
463
+ #: template/gallery-single-template.php:77
464
  #, fuzzy
465
  msgid "Sorry, nothing found."
466
  msgstr "Sajnáljuk - nincs megjelenítendő elem."
467
 
468
+ #: gallery-plugin.php:1225
469
+ #: template/gallery-single-template.php:103
470
  msgid "Download high resolution image"
471
  msgstr ""
472
 
473
+ #: template/gallery-single-template.php:103
474
  msgid "Image"
475
  msgstr ""
476
 
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: 2013-09-04 17:35+0300\n"
6
- "PO-Revision-Date: 2013-09-04 17:35+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Stefano Ferruggiara, alfonso <ferruggiarastefano@gmail.com, alfio@amgraphics.it>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
- #: gallery-plugin.php:695
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr "I seguenti files \"gallery-template.php\" e\"gallery-single-template.php\" non sono stai trovato nella directory del tema. Copiali dlla directory `/wp-content/plugins/gallery-plugin/template/`in quella del tema per far lavorare correttamente il plugin dell Galleria."
23
 
@@ -27,7 +27,7 @@ msgid "Galleries"
27
  msgstr "Gallerie"
28
 
29
  #: gallery-plugin.php:126
30
- #: gallery-plugin.php:579
31
  msgid "Gallery"
32
  msgstr "Galleria"
33
 
@@ -70,392 +70,414 @@ msgstr "Carica file"
70
  msgid "Gallery Shortcode"
71
  msgstr "Opzioni gallerie"
72
 
73
- #: gallery-plugin.php:208
74
  #, fuzzy
75
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
76
  msgstr "La directory temporanea della Galleria (gallery-plugin/upload/files) non &egrave; scrivibile sul tuo webserver. Usa la funzione standard di WP per caricare le immagini (media library)"
77
 
78
- #: gallery-plugin.php:212
79
  #, fuzzy
80
  msgid "Choose an image for upload:"
81
  msgstr "Sceli una immagine da caricare:"
82
 
83
- #: gallery-plugin.php:217
84
  msgid "Please enable JavaScript to use the file uploader."
85
  msgstr "Per favore abilita JavaScript per usare il file uploader."
86
 
87
- #: gallery-plugin.php:224
88
  msgid "Allow the download link for all images in this gallery"
89
  msgstr ""
90
 
91
- #: gallery-plugin.php:225
92
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
93
  msgstr ""
94
 
95
- #: gallery-plugin.php:227
96
  msgid "Please make a choice"
97
  msgstr ""
98
 
99
- #: gallery-plugin.php:227
100
- #: gallery-plugin.php:808
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "Conta immagini"
104
 
105
- #: gallery-plugin.php:227
106
  #, fuzzy
107
  msgid "sort images"
108
  msgstr "Conta immagini"
109
 
110
- #: gallery-plugin.php:227
111
  msgid "on the plugin settings page ("
112
  msgstr ""
113
 
114
- #: gallery-plugin.php:271
115
- #: gallery-plugin.php:475
116
  msgid "Title"
117
  msgstr "Titolo"
118
 
119
- #: gallery-plugin.php:273
 
 
 
 
120
  msgid "URL"
121
  msgstr ""
122
 
123
- #: gallery-plugin.php:273
124
  msgid "(by click on image opens a link in a new window)"
125
  msgstr ""
126
 
127
- #: gallery-plugin.php:274
128
  msgid "This setting is available in Pro version"
129
  msgstr ""
130
 
131
- #: gallery-plugin.php:275
132
  msgid "Open the link"
133
  msgstr ""
134
 
135
- #: gallery-plugin.php:275
136
  msgid "Current window"
137
  msgstr ""
138
 
139
- #: gallery-plugin.php:275
140
  msgid "New window"
141
  msgstr ""
142
 
143
- #: gallery-plugin.php:276
144
  msgid "Delete"
145
  msgstr ""
146
 
147
- #: gallery-plugin.php:289
148
  #, fuzzy
149
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
150
  msgstr "Puoi aggiungere una singola Galleria in una pagina o un post inserendo questo codice nel contenuto"
151
 
152
- #: gallery-plugin.php:291
153
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
154
  msgstr ""
155
 
156
- #: gallery-plugin.php:476
157
  msgid "Author"
158
  msgstr "Autore"
159
 
160
- #: gallery-plugin.php:477
161
  #, fuzzy
162
  msgid "Photo"
163
  msgstr "Foto"
164
 
165
- #: gallery-plugin.php:478
166
  #, fuzzy
167
  msgid "Publishing"
168
  msgstr "Pubblico"
169
 
170
- #: gallery-plugin.php:479
171
- #: gallery-plugin.php:812
172
  msgid "Date"
173
  msgstr "Data"
174
 
175
- #: gallery-plugin.php:605
176
  #, fuzzy
177
  msgid "See images &raquo;"
178
  msgstr "Guarda foto &raquo;"
179
 
180
- #: gallery-plugin.php:688
181
  #, fuzzy
182
  msgid "Settings are saved"
183
  msgstr "Opzioni salvate."
184
 
185
- #: gallery-plugin.php:701
186
  #, fuzzy
187
  msgid "Gallery Settings"
188
  msgstr "Opzioni gallerie"
189
 
190
- #: gallery-plugin.php:704
191
  #, fuzzy
192
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
193
  msgstr "Se vuoi aggiungere una singola Galleria in una pagina o un post, copia questo codice e inseriscilo nel contenuto della pagina o del post"
194
 
195
- #: gallery-plugin.php:708
196
  #, fuzzy
197
  msgid "Image size for the album cover"
198
  msgstr "Размер для "
199
 
200
- #: gallery-plugin.php:710
201
- #: gallery-plugin.php:718
202
- #: gallery-plugin.php:731
203
  #, fuzzy
204
  msgid "Image size"
205
  msgstr "Image size name"
206
 
207
- #: gallery-plugin.php:711
208
- #: gallery-plugin.php:719
209
  msgid "Width (in px)"
210
  msgstr "Larghezza in px"
211
 
212
- #: gallery-plugin.php:712
213
- #: gallery-plugin.php:720
214
  msgid "Height (in px)"
215
  msgstr "Altezza in px"
216
 
217
- #: gallery-plugin.php:716
218
  #, fuzzy
219
  msgid "Gallery image size"
220
  msgstr "Gallerie"
221
 
222
- #: gallery-plugin.php:724
223
  #, fuzzy
224
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
225
  msgstr "WP creerà una copia delle icone immagine con una specifica dimensione quando carichi una nuova foto."
226
 
227
- #: gallery-plugin.php:729
228
  msgid "Gallery image size in the lightbox"
229
  msgstr ""
230
 
231
- #: gallery-plugin.php:732
232
  #, fuzzy
233
  msgid "Max width (in px)"
234
  msgstr "Larghezza in px"
235
 
236
- #: gallery-plugin.php:733
237
  #, fuzzy
238
  msgid "Max height (in px)"
239
  msgstr "Altezza in px"
240
 
241
- #: gallery-plugin.php:734
242
  msgid "Display a full size image in the lightbox"
243
  msgstr ""
244
 
245
- #: gallery-plugin.php:738
246
  msgid "Crop position"
247
  msgstr ""
248
 
249
- #: gallery-plugin.php:740
250
  msgid "Horizontal"
251
  msgstr ""
252
 
253
- #: gallery-plugin.php:742
254
  msgid "left"
255
  msgstr ""
256
 
257
- #: gallery-plugin.php:743
258
- #: gallery-plugin.php:750
259
  msgid "center"
260
  msgstr ""
261
 
262
- #: gallery-plugin.php:744
263
  msgid "right"
264
  msgstr ""
265
 
266
- #: gallery-plugin.php:747
267
  msgid "Vertical"
268
  msgstr ""
269
 
270
- #: gallery-plugin.php:749
271
  msgid "top"
272
  msgstr ""
273
 
274
- #: gallery-plugin.php:751
275
  msgid "bottom"
276
  msgstr ""
277
 
278
- #: gallery-plugin.php:756
279
  msgid "Lightbox background"
280
  msgstr ""
281
 
282
- #: gallery-plugin.php:758
283
  msgid "Default"
284
  msgstr ""
285
 
286
- #: gallery-plugin.php:759
287
  msgid "Background transparency (from 0 to 1)"
288
  msgstr ""
289
 
290
- #: gallery-plugin.php:761
291
  msgid "Select a background color"
292
  msgstr ""
293
 
294
- #: gallery-plugin.php:763
295
  msgid "Background color"
296
  msgstr ""
297
 
298
- #: gallery-plugin.php:770
299
- #: gallery-plugin.php:879
300
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
301
  msgstr ""
302
 
303
- #: gallery-plugin.php:777
304
  msgid "Images with border"
305
  msgstr ""
306
 
307
- #: gallery-plugin.php:780
308
  msgid "Border width in px, just numbers"
309
  msgstr ""
310
 
311
- #: gallery-plugin.php:782
312
- #: gallery-plugin.php:784
313
  msgid "Select a border color"
314
  msgstr ""
315
 
316
- #: gallery-plugin.php:790
317
  #, fuzzy
318
  msgid "Number of images in the row"
319
  msgstr "Conta immagini"
320
 
321
- #: gallery-plugin.php:796
322
  msgid "Start slideshow"
323
  msgstr "Avvia presentazione"
324
 
325
- #: gallery-plugin.php:802
326
  msgid "Slideshow interval"
327
  msgstr "Intervallo presentazione"
328
 
329
- #: gallery-plugin.php:810
330
  #, fuzzy
331
  msgid "Attachment ID"
332
  msgstr "Id di visualizzazione"
333
 
334
- #: gallery-plugin.php:811
335
  #, fuzzy
336
  msgid "Image Name"
337
  msgstr "Immagine"
338
 
339
- #: gallery-plugin.php:813
340
  #, fuzzy
341
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
342
  msgstr "Ordine di visualizzazione (dal numero attribuito nel box di dialogo di caricamento)"
343
 
344
- #: gallery-plugin.php:814
345
  #, fuzzy
346
  msgid "Random"
347
  msgstr "Casuale"
348
 
349
- #: gallery-plugin.php:818
350
  #, fuzzy
351
  msgid "Sort images"
352
  msgstr "Conta immagini"
353
 
354
- #: gallery-plugin.php:820
355
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
356
  msgstr "ASC(ordine ascendente dal pi&ugrave; basso al pi&ugrave; alto - 1, 2, 3; a, b, c,)"
357
 
358
- #: gallery-plugin.php:821
359
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
360
  msgstr "DESC(ordine discendente dal pi&ugrave; alto al pi&ugrave; basso - 3, 2, 1; c, b, a,)"
361
 
362
- #: gallery-plugin.php:825
363
  msgid "Display text above the image"
364
  msgstr ""
365
 
366
- #: gallery-plugin.php:827
367
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
368
  msgstr ""
369
 
370
- #: gallery-plugin.php:831
371
  #, fuzzy
372
  msgid "Display the Back link"
373
  msgstr "Mostra lin di ritorno"
374
 
375
- #: gallery-plugin.php:837
376
  #, fuzzy
377
  msgid "Display the Back link in the shortcode"
378
  msgstr "Mostra il link di ritorno col codice"
379
 
380
- #: gallery-plugin.php:843
381
  msgid "The Back link text"
382
  msgstr ""
383
 
384
- #: gallery-plugin.php:849
385
  msgid "The Back link URL"
386
  msgstr ""
387
 
388
- #: gallery-plugin.php:851
389
  msgid "Gallery page (Page with Gallery Template)"
390
  msgstr ""
391
 
392
- #: gallery-plugin.php:853
393
  msgid "(Full URL to custom page)"
394
  msgstr ""
395
 
396
- #: gallery-plugin.php:857
397
  msgid "The Read More link text"
398
  msgstr ""
399
 
400
- #: gallery-plugin.php:865
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
401
  msgid "Display Like buttons in the lightbox"
402
  msgstr ""
403
 
404
- #: gallery-plugin.php:867
405
  msgid "FaceBook"
406
  msgstr ""
407
 
408
- #: gallery-plugin.php:868
409
  #, fuzzy
410
  msgid "Twitter"
411
  msgstr "Titolo"
412
 
413
- #: gallery-plugin.php:869
414
  msgid "Pinterest"
415
  msgstr ""
416
 
417
- #: gallery-plugin.php:870
418
  msgid "Google +1"
419
  msgstr ""
420
 
421
- #: gallery-plugin.php:873
422
  #, fuzzy
423
  msgid "Slug for gallery item"
424
  msgstr "Grandezza per le immagini della galleria"
425
 
426
- #: gallery-plugin.php:875
427
  msgid "for any structure of permalinks except the default structure"
428
  msgstr ""
429
 
430
- #: gallery-plugin.php:887
431
  msgid "Save Changes"
432
  msgstr "Salva cambiamenti"
433
 
434
- #: gallery-plugin.php:899
435
- #: gallery-plugin.php:914
436
  msgid "Settings"
437
  msgstr "Impostazioni"
438
 
439
- #: gallery-plugin.php:900
440
  msgid "FAQ"
441
  msgstr "FAQ "
442
 
443
- #: gallery-plugin.php:901
444
  msgid "Support"
445
  msgstr "Supporto"
446
 
447
- #: gallery-plugin.php:1111
448
- #: template/gallery-single-template.php:76
449
  #, fuzzy
450
  msgid "Sorry, nothing found."
451
  msgstr "Spiacente - non è stato trovato nulla."
452
 
453
- #: gallery-plugin.php:1133
454
- #: template/gallery-single-template.php:102
455
  msgid "Download high resolution image"
456
  msgstr ""
457
 
458
- #: template/gallery-single-template.php:102
459
  #, fuzzy
460
  msgid "Image"
461
  msgstr "Immagine"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-28 17:43+0300\n"
6
+ "PO-Revision-Date: 2013-10-28 17:43+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Stefano Ferruggiara, alfonso <ferruggiarastefano@gmail.com, alfio@amgraphics.it>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
+ #: gallery-plugin.php:754
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr "I seguenti files \"gallery-template.php\" e\"gallery-single-template.php\" non sono stai trovato nella directory del tema. Copiali dlla directory `/wp-content/plugins/gallery-plugin/template/`in quella del tema per far lavorare correttamente il plugin dell Galleria."
23
 
27
  msgstr "Gallerie"
28
 
29
  #: gallery-plugin.php:126
30
+ #: gallery-plugin.php:605
31
  msgid "Gallery"
32
  msgstr "Galleria"
33
 
70
  msgid "Gallery Shortcode"
71
  msgstr "Opzioni gallerie"
72
 
73
+ #: gallery-plugin.php:209
74
  #, fuzzy
75
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
76
  msgstr "La directory temporanea della Galleria (gallery-plugin/upload/files) non &egrave; scrivibile sul tuo webserver. Usa la funzione standard di WP per caricare le immagini (media library)"
77
 
78
+ #: gallery-plugin.php:213
79
  #, fuzzy
80
  msgid "Choose an image for upload:"
81
  msgstr "Sceli una immagine da caricare:"
82
 
83
+ #: gallery-plugin.php:218
84
  msgid "Please enable JavaScript to use the file uploader."
85
  msgstr "Per favore abilita JavaScript per usare il file uploader."
86
 
87
+ #: gallery-plugin.php:225
88
  msgid "Allow the download link for all images in this gallery"
89
  msgstr ""
90
 
91
+ #: gallery-plugin.php:226
92
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
93
  msgstr ""
94
 
95
+ #: gallery-plugin.php:228
96
  msgid "Please make a choice"
97
  msgstr ""
98
 
99
+ #: gallery-plugin.php:228
100
+ #: gallery-plugin.php:867
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "Conta immagini"
104
 
105
+ #: gallery-plugin.php:228
106
  #, fuzzy
107
  msgid "sort images"
108
  msgstr "Conta immagini"
109
 
110
+ #: gallery-plugin.php:228
111
  msgid "on the plugin settings page ("
112
  msgstr ""
113
 
114
+ #: gallery-plugin.php:272
115
+ #: gallery-plugin.php:501
116
  msgid "Title"
117
  msgstr "Titolo"
118
 
119
+ #: gallery-plugin.php:274
120
+ msgid "Alt tag"
121
+ msgstr ""
122
+
123
+ #: gallery-plugin.php:275
124
  msgid "URL"
125
  msgstr ""
126
 
127
+ #: gallery-plugin.php:275
128
  msgid "(by click on image opens a link in a new window)"
129
  msgstr ""
130
 
131
+ #: gallery-plugin.php:276
132
  msgid "This setting is available in Pro version"
133
  msgstr ""
134
 
135
+ #: gallery-plugin.php:277
136
  msgid "Open the link"
137
  msgstr ""
138
 
139
+ #: gallery-plugin.php:277
140
  msgid "Current window"
141
  msgstr ""
142
 
143
+ #: gallery-plugin.php:277
144
  msgid "New window"
145
  msgstr ""
146
 
147
+ #: gallery-plugin.php:278
148
  msgid "Delete"
149
  msgstr ""
150
 
151
+ #: gallery-plugin.php:291
152
  #, fuzzy
153
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
154
  msgstr "Puoi aggiungere una singola Galleria in una pagina o un post inserendo questo codice nel contenuto"
155
 
156
+ #: gallery-plugin.php:293
157
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
158
  msgstr ""
159
 
160
+ #: gallery-plugin.php:502
161
  msgid "Author"
162
  msgstr "Autore"
163
 
164
+ #: gallery-plugin.php:503
165
  #, fuzzy
166
  msgid "Photo"
167
  msgstr "Foto"
168
 
169
+ #: gallery-plugin.php:504
170
  #, fuzzy
171
  msgid "Publishing"
172
  msgstr "Pubblico"
173
 
174
+ #: gallery-plugin.php:505
175
+ #: gallery-plugin.php:871
176
  msgid "Date"
177
  msgstr "Data"
178
 
179
+ #: gallery-plugin.php:631
180
  #, fuzzy
181
  msgid "See images &raquo;"
182
  msgstr "Guarda foto &raquo;"
183
 
184
+ #: gallery-plugin.php:747
185
  #, fuzzy
186
  msgid "Settings are saved"
187
  msgstr "Opzioni salvate."
188
 
189
+ #: gallery-plugin.php:760
190
  #, fuzzy
191
  msgid "Gallery Settings"
192
  msgstr "Opzioni gallerie"
193
 
194
+ #: gallery-plugin.php:763
195
  #, fuzzy
196
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
197
  msgstr "Se vuoi aggiungere una singola Galleria in una pagina o un post, copia questo codice e inseriscilo nel contenuto della pagina o del post"
198
 
199
+ #: gallery-plugin.php:767
200
  #, fuzzy
201
  msgid "Image size for the album cover"
202
  msgstr "Размер для "
203
 
204
+ #: gallery-plugin.php:769
205
+ #: gallery-plugin.php:777
206
+ #: gallery-plugin.php:790
207
  #, fuzzy
208
  msgid "Image size"
209
  msgstr "Image size name"
210
 
211
+ #: gallery-plugin.php:770
212
+ #: gallery-plugin.php:778
213
  msgid "Width (in px)"
214
  msgstr "Larghezza in px"
215
 
216
+ #: gallery-plugin.php:771
217
+ #: gallery-plugin.php:779
218
  msgid "Height (in px)"
219
  msgstr "Altezza in px"
220
 
221
+ #: gallery-plugin.php:775
222
  #, fuzzy
223
  msgid "Gallery image size"
224
  msgstr "Gallerie"
225
 
226
+ #: gallery-plugin.php:783
227
  #, fuzzy
228
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
229
  msgstr "WP creerà una copia delle icone immagine con una specifica dimensione quando carichi una nuova foto."
230
 
231
+ #: gallery-plugin.php:788
232
  msgid "Gallery image size in the lightbox"
233
  msgstr ""
234
 
235
+ #: gallery-plugin.php:791
236
  #, fuzzy
237
  msgid "Max width (in px)"
238
  msgstr "Larghezza in px"
239
 
240
+ #: gallery-plugin.php:792
241
  #, fuzzy
242
  msgid "Max height (in px)"
243
  msgstr "Altezza in px"
244
 
245
+ #: gallery-plugin.php:793
246
  msgid "Display a full size image in the lightbox"
247
  msgstr ""
248
 
249
+ #: gallery-plugin.php:797
250
  msgid "Crop position"
251
  msgstr ""
252
 
253
+ #: gallery-plugin.php:799
254
  msgid "Horizontal"
255
  msgstr ""
256
 
257
+ #: gallery-plugin.php:801
258
  msgid "left"
259
  msgstr ""
260
 
261
+ #: gallery-plugin.php:802
262
+ #: gallery-plugin.php:809
263
  msgid "center"
264
  msgstr ""
265
 
266
+ #: gallery-plugin.php:803
267
  msgid "right"
268
  msgstr ""
269
 
270
+ #: gallery-plugin.php:806
271
  msgid "Vertical"
272
  msgstr ""
273
 
274
+ #: gallery-plugin.php:808
275
  msgid "top"
276
  msgstr ""
277
 
278
+ #: gallery-plugin.php:810
279
  msgid "bottom"
280
  msgstr ""
281
 
282
+ #: gallery-plugin.php:815
283
  msgid "Lightbox background"
284
  msgstr ""
285
 
286
+ #: gallery-plugin.php:817
287
  msgid "Default"
288
  msgstr ""
289
 
290
+ #: gallery-plugin.php:818
291
  msgid "Background transparency (from 0 to 1)"
292
  msgstr ""
293
 
294
+ #: gallery-plugin.php:820
295
  msgid "Select a background color"
296
  msgstr ""
297
 
298
+ #: gallery-plugin.php:822
299
  msgid "Background color"
300
  msgstr ""
301
 
302
+ #: gallery-plugin.php:829
303
+ #: gallery-plugin.php:971
304
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
305
  msgstr ""
306
 
307
+ #: gallery-plugin.php:836
308
  msgid "Images with border"
309
  msgstr ""
310
 
311
+ #: gallery-plugin.php:839
312
  msgid "Border width in px, just numbers"
313
  msgstr ""
314
 
315
+ #: gallery-plugin.php:841
316
+ #: gallery-plugin.php:843
317
  msgid "Select a border color"
318
  msgstr ""
319
 
320
+ #: gallery-plugin.php:849
321
  #, fuzzy
322
  msgid "Number of images in the row"
323
  msgstr "Conta immagini"
324
 
325
+ #: gallery-plugin.php:855
326
  msgid "Start slideshow"
327
  msgstr "Avvia presentazione"
328
 
329
+ #: gallery-plugin.php:861
330
  msgid "Slideshow interval"
331
  msgstr "Intervallo presentazione"
332
 
333
+ #: gallery-plugin.php:869
334
  #, fuzzy
335
  msgid "Attachment ID"
336
  msgstr "Id di visualizzazione"
337
 
338
+ #: gallery-plugin.php:870
339
  #, fuzzy
340
  msgid "Image Name"
341
  msgstr "Immagine"
342
 
343
+ #: gallery-plugin.php:872
344
  #, fuzzy
345
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
346
  msgstr "Ordine di visualizzazione (dal numero attribuito nel box di dialogo di caricamento)"
347
 
348
+ #: gallery-plugin.php:873
349
  #, fuzzy
350
  msgid "Random"
351
  msgstr "Casuale"
352
 
353
+ #: gallery-plugin.php:877
354
  #, fuzzy
355
  msgid "Sort images"
356
  msgstr "Conta immagini"
357
 
358
+ #: gallery-plugin.php:879
359
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
360
  msgstr "ASC(ordine ascendente dal pi&ugrave; basso al pi&ugrave; alto - 1, 2, 3; a, b, c,)"
361
 
362
+ #: gallery-plugin.php:880
363
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
364
  msgstr "DESC(ordine discendente dal pi&ugrave; alto al pi&ugrave; basso - 3, 2, 1; c, b, a,)"
365
 
366
+ #: gallery-plugin.php:884
367
  msgid "Display text above the image"
368
  msgstr ""
369
 
370
+ #: gallery-plugin.php:886
371
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
372
  msgstr ""
373
 
374
+ #: gallery-plugin.php:890
375
  #, fuzzy
376
  msgid "Display the Back link"
377
  msgstr "Mostra lin di ritorno"
378
 
379
+ #: gallery-plugin.php:896
380
  #, fuzzy
381
  msgid "Display the Back link in the shortcode"
382
  msgstr "Mostra il link di ritorno col codice"
383
 
384
+ #: gallery-plugin.php:902
385
  msgid "The Back link text"
386
  msgstr ""
387
 
388
+ #: gallery-plugin.php:908
389
  msgid "The Back link URL"
390
  msgstr ""
391
 
392
+ #: gallery-plugin.php:910
393
  msgid "Gallery page (Page with Gallery Template)"
394
  msgstr ""
395
 
396
+ #: gallery-plugin.php:912
397
  msgid "(Full URL to custom page)"
398
  msgstr ""
399
 
400
+ #: gallery-plugin.php:916
401
  msgid "The Read More link text"
402
  msgstr ""
403
 
404
+ #: gallery-plugin.php:922
405
+ msgid "Add gallery to the search"
406
+ msgstr ""
407
+
408
+ #: gallery-plugin.php:941
409
+ #: gallery-plugin.php:944
410
+ #: gallery-plugin.php:948
411
+ msgid "Using Custom Search powered by"
412
+ msgstr ""
413
+
414
+ #: gallery-plugin.php:944
415
+ msgid "Activate Custom Search"
416
+ msgstr ""
417
+
418
+ #: gallery-plugin.php:948
419
+ msgid "Download Custom Search"
420
+ msgstr ""
421
+
422
+ #: gallery-plugin.php:955
423
  msgid "Display Like buttons in the lightbox"
424
  msgstr ""
425
 
426
+ #: gallery-plugin.php:957
427
  msgid "FaceBook"
428
  msgstr ""
429
 
430
+ #: gallery-plugin.php:958
431
  #, fuzzy
432
  msgid "Twitter"
433
  msgstr "Titolo"
434
 
435
+ #: gallery-plugin.php:959
436
  msgid "Pinterest"
437
  msgstr ""
438
 
439
+ #: gallery-plugin.php:960
440
  msgid "Google +1"
441
  msgstr ""
442
 
443
+ #: gallery-plugin.php:964
444
  #, fuzzy
445
  msgid "Slug for gallery item"
446
  msgstr "Grandezza per le immagini della galleria"
447
 
448
+ #: gallery-plugin.php:966
449
  msgid "for any structure of permalinks except the default structure"
450
  msgstr ""
451
 
452
+ #: gallery-plugin.php:979
453
  msgid "Save Changes"
454
  msgstr "Salva cambiamenti"
455
 
456
+ #: gallery-plugin.php:991
457
+ #: gallery-plugin.php:1006
458
  msgid "Settings"
459
  msgstr "Impostazioni"
460
 
461
+ #: gallery-plugin.php:992
462
  msgid "FAQ"
463
  msgstr "FAQ "
464
 
465
+ #: gallery-plugin.php:993
466
  msgid "Support"
467
  msgstr "Supporto"
468
 
469
+ #: gallery-plugin.php:1203
470
+ #: template/gallery-single-template.php:77
471
  #, fuzzy
472
  msgid "Sorry, nothing found."
473
  msgstr "Spiacente - non è stato trovato nulla."
474
 
475
+ #: gallery-plugin.php:1225
476
+ #: template/gallery-single-template.php:103
477
  msgid "Download high resolution image"
478
  msgstr ""
479
 
480
+ #: template/gallery-single-template.php:103
481
  #, fuzzy
482
  msgid "Image"
483
  msgstr "Immagine"
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: 2013-09-04 17:35+0300\n"
6
- "PO-Revision-Date: 2013-09-04 17:35+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Vako Patashuri <vpatashuri@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
- #: gallery-plugin.php:695
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr ""
23
 
@@ -27,7 +27,7 @@ msgid "Galleries"
27
  msgstr "გალერეა"
28
 
29
  #: gallery-plugin.php:126
30
- #: gallery-plugin.php:579
31
  msgid "Gallery"
32
  msgstr "გალერეა"
33
 
@@ -71,383 +71,405 @@ msgstr "ფაილის ატვირთვა"
71
  msgid "Gallery Shortcode"
72
  msgstr "გალერეის პარამეტრები"
73
 
74
- #: gallery-plugin.php:208
75
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
76
  msgstr ""
77
 
78
- #: gallery-plugin.php:212
79
  #, fuzzy
80
  msgid "Choose an image for upload:"
81
  msgstr "აირჩიეთ სურათი ასატვირთად:"
82
 
83
- #: gallery-plugin.php:217
84
  msgid "Please enable JavaScript to use the file uploader."
85
  msgstr "გთხოვთ ჩართეთ JavaScript რომ გამოიყენოთ ფაილების ამტვირთავი."
86
 
87
- #: gallery-plugin.php:224
88
  msgid "Allow the download link for all images in this gallery"
89
  msgstr ""
90
 
91
- #: gallery-plugin.php:225
92
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
93
  msgstr ""
94
 
95
- #: gallery-plugin.php:227
96
  msgid "Please make a choice"
97
  msgstr ""
98
 
99
- #: gallery-plugin.php:227
100
- #: gallery-plugin.php:808
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "სურათების რაოდენობა მწკრივში"
104
 
105
- #: gallery-plugin.php:227
106
  #, fuzzy
107
  msgid "sort images"
108
  msgstr "სურათების რაოდენობა მწკრივში"
109
 
110
- #: gallery-plugin.php:227
111
  msgid "on the plugin settings page ("
112
  msgstr ""
113
 
114
- #: gallery-plugin.php:271
115
- #: gallery-plugin.php:475
116
  msgid "Title"
117
  msgstr "სათაური"
118
 
119
- #: gallery-plugin.php:273
 
 
 
 
120
  msgid "URL"
121
  msgstr ""
122
 
123
- #: gallery-plugin.php:273
124
  msgid "(by click on image opens a link in a new window)"
125
  msgstr ""
126
 
127
- #: gallery-plugin.php:274
128
  msgid "This setting is available in Pro version"
129
  msgstr ""
130
 
131
- #: gallery-plugin.php:275
132
  msgid "Open the link"
133
  msgstr ""
134
 
135
- #: gallery-plugin.php:275
136
  msgid "Current window"
137
  msgstr ""
138
 
139
- #: gallery-plugin.php:275
140
  msgid "New window"
141
  msgstr ""
142
 
143
- #: gallery-plugin.php:276
144
  msgid "Delete"
145
  msgstr ""
146
 
147
- #: gallery-plugin.php:289
148
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
149
  msgstr ""
150
 
151
- #: gallery-plugin.php:291
152
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
153
  msgstr ""
154
 
155
- #: gallery-plugin.php:476
156
  msgid "Author"
157
  msgstr "ავტორი"
158
 
159
- #: gallery-plugin.php:477
160
  #, fuzzy
161
  msgid "Photo"
162
  msgstr "ფოტო"
163
 
164
- #: gallery-plugin.php:478
165
  #, fuzzy
166
  msgid "Publishing"
167
  msgstr "საჯარო"
168
 
169
- #: gallery-plugin.php:479
170
- #: gallery-plugin.php:812
171
  msgid "Date"
172
  msgstr "თარიღი"
173
 
174
- #: gallery-plugin.php:605
175
  msgid "See images &raquo;"
176
  msgstr ""
177
 
178
- #: gallery-plugin.php:688
179
  #, fuzzy
180
  msgid "Settings are saved"
181
  msgstr "პარამეტრები შენახულია"
182
 
183
- #: gallery-plugin.php:701
184
  #, fuzzy
185
  msgid "Gallery Settings"
186
  msgstr "გალერეის პარამეტრები"
187
 
188
- #: gallery-plugin.php:704
189
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
190
  msgstr ""
191
 
192
- #: gallery-plugin.php:708
193
  #, fuzzy
194
  msgid "Image size for the album cover"
195
  msgstr "Размер для "
196
 
197
- #: gallery-plugin.php:710
198
- #: gallery-plugin.php:718
199
- #: gallery-plugin.php:731
200
  #, fuzzy
201
  msgid "Image size"
202
  msgstr "ზომის სახელი"
203
 
204
- #: gallery-plugin.php:711
205
- #: gallery-plugin.php:719
206
  msgid "Width (in px)"
207
  msgstr "სიგანე(პიქსელებში)"
208
 
209
- #: gallery-plugin.php:712
210
- #: gallery-plugin.php:720
211
  msgid "Height (in px)"
212
  msgstr "სიმაღლე(პიქსელებში)"
213
 
214
- #: gallery-plugin.php:716
215
  #, fuzzy
216
  msgid "Gallery image size"
217
  msgstr "გალერეა"
218
 
219
- #: gallery-plugin.php:724
220
  #, fuzzy
221
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
222
  msgstr "ვორდპრესი შექმნის მინიატურული პოსტის კოპიას განსაზღვრულ ზომებში, როდესაც ატვირთავთ სურათს."
223
 
224
- #: gallery-plugin.php:729
225
  msgid "Gallery image size in the lightbox"
226
  msgstr ""
227
 
228
- #: gallery-plugin.php:732
229
  #, fuzzy
230
  msgid "Max width (in px)"
231
  msgstr "სიგანე(პიქსელებში)"
232
 
233
- #: gallery-plugin.php:733
234
  #, fuzzy
235
  msgid "Max height (in px)"
236
  msgstr "სიმაღლე(პიქსელებში)"
237
 
238
- #: gallery-plugin.php:734
239
  msgid "Display a full size image in the lightbox"
240
  msgstr ""
241
 
242
- #: gallery-plugin.php:738
243
  msgid "Crop position"
244
  msgstr ""
245
 
246
- #: gallery-plugin.php:740
247
  msgid "Horizontal"
248
  msgstr ""
249
 
250
- #: gallery-plugin.php:742
251
  msgid "left"
252
  msgstr ""
253
 
254
- #: gallery-plugin.php:743
255
- #: gallery-plugin.php:750
256
  msgid "center"
257
  msgstr ""
258
 
259
- #: gallery-plugin.php:744
260
  msgid "right"
261
  msgstr ""
262
 
263
- #: gallery-plugin.php:747
264
  msgid "Vertical"
265
  msgstr ""
266
 
267
- #: gallery-plugin.php:749
268
  msgid "top"
269
  msgstr ""
270
 
271
- #: gallery-plugin.php:751
272
  msgid "bottom"
273
  msgstr ""
274
 
275
- #: gallery-plugin.php:756
276
  msgid "Lightbox background"
277
  msgstr ""
278
 
279
- #: gallery-plugin.php:758
280
  msgid "Default"
281
  msgstr ""
282
 
283
- #: gallery-plugin.php:759
284
  msgid "Background transparency (from 0 to 1)"
285
  msgstr ""
286
 
287
- #: gallery-plugin.php:761
288
  msgid "Select a background color"
289
  msgstr ""
290
 
291
- #: gallery-plugin.php:763
292
  msgid "Background color"
293
  msgstr ""
294
 
295
- #: gallery-plugin.php:770
296
- #: gallery-plugin.php:879
297
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
298
  msgstr ""
299
 
300
- #: gallery-plugin.php:777
301
  msgid "Images with border"
302
  msgstr ""
303
 
304
- #: gallery-plugin.php:780
305
  msgid "Border width in px, just numbers"
306
  msgstr ""
307
 
308
- #: gallery-plugin.php:782
309
- #: gallery-plugin.php:784
310
  msgid "Select a border color"
311
  msgstr ""
312
 
313
- #: gallery-plugin.php:790
314
  #, fuzzy
315
  msgid "Number of images in the row"
316
  msgstr "სურათების რაოდენობა მწკრივში"
317
 
318
- #: gallery-plugin.php:796
319
  msgid "Start slideshow"
320
  msgstr ""
321
 
322
- #: gallery-plugin.php:802
323
  msgid "Slideshow interval"
324
  msgstr ""
325
 
326
- #: gallery-plugin.php:810
327
  msgid "Attachment ID"
328
  msgstr ""
329
 
330
- #: gallery-plugin.php:811
331
  #, fuzzy
332
  msgid "Image Name"
333
  msgstr "ზომის სახელი"
334
 
335
- #: gallery-plugin.php:813
336
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
337
  msgstr ""
338
 
339
- #: gallery-plugin.php:814
340
  msgid "Random"
341
  msgstr ""
342
 
343
- #: gallery-plugin.php:818
344
  #, fuzzy
345
  msgid "Sort images"
346
  msgstr "სურათების რაოდენობა მწკრივში"
347
 
348
- #: gallery-plugin.php:820
349
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
350
  msgstr ""
351
 
352
- #: gallery-plugin.php:821
353
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
354
  msgstr ""
355
 
356
- #: gallery-plugin.php:825
357
  msgid "Display text above the image"
358
  msgstr ""
359
 
360
- #: gallery-plugin.php:827
361
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
362
  msgstr ""
363
 
364
- #: gallery-plugin.php:831
365
  msgid "Display the Back link"
366
  msgstr ""
367
 
368
- #: gallery-plugin.php:837
369
  msgid "Display the Back link in the shortcode"
370
  msgstr ""
371
 
372
- #: gallery-plugin.php:843
373
  msgid "The Back link text"
374
  msgstr ""
375
 
376
- #: gallery-plugin.php:849
377
  msgid "The Back link URL"
378
  msgstr ""
379
 
380
- #: gallery-plugin.php:851
381
  msgid "Gallery page (Page with Gallery Template)"
382
  msgstr ""
383
 
384
- #: gallery-plugin.php:853
385
  msgid "(Full URL to custom page)"
386
  msgstr ""
387
 
388
- #: gallery-plugin.php:857
389
  msgid "The Read More link text"
390
  msgstr ""
391
 
392
- #: gallery-plugin.php:865
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
393
  msgid "Display Like buttons in the lightbox"
394
  msgstr ""
395
 
396
- #: gallery-plugin.php:867
397
  msgid "FaceBook"
398
  msgstr ""
399
 
400
- #: gallery-plugin.php:868
401
  #, fuzzy
402
  msgid "Twitter"
403
  msgstr "სათაური"
404
 
405
- #: gallery-plugin.php:869
406
  msgid "Pinterest"
407
  msgstr ""
408
 
409
- #: gallery-plugin.php:870
410
  msgid "Google +1"
411
  msgstr ""
412
 
413
- #: gallery-plugin.php:873
414
  #, fuzzy
415
  msgid "Slug for gallery item"
416
  msgstr "ზომა გალერეის სურათისთვის"
417
 
418
- #: gallery-plugin.php:875
419
  msgid "for any structure of permalinks except the default structure"
420
  msgstr ""
421
 
422
- #: gallery-plugin.php:887
423
  msgid "Save Changes"
424
  msgstr "ცვლილებების შენახვა"
425
 
426
- #: gallery-plugin.php:899
427
- #: gallery-plugin.php:914
428
  msgid "Settings"
429
  msgstr "პარამეტრები"
430
 
431
- #: gallery-plugin.php:900
432
  msgid "FAQ"
433
  msgstr "FAQ"
434
 
435
- #: gallery-plugin.php:901
436
  msgid "Support"
437
  msgstr "Support"
438
 
439
- #: gallery-plugin.php:1111
440
- #: template/gallery-single-template.php:76
441
  #, fuzzy
442
  msgid "Sorry, nothing found."
443
  msgstr "მაპატიეთ - არაფერია ნაპოვნი."
444
 
445
- #: gallery-plugin.php:1133
446
- #: template/gallery-single-template.php:102
447
  msgid "Download high resolution image"
448
  msgstr ""
449
 
450
- #: template/gallery-single-template.php:102
451
  msgid "Image"
452
  msgstr ""
453
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-28 17:43+0300\n"
6
+ "PO-Revision-Date: 2013-10-28 17:43+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Vako Patashuri <vpatashuri@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
+ #: gallery-plugin.php:754
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr ""
23
 
27
  msgstr "გალერეა"
28
 
29
  #: gallery-plugin.php:126
30
+ #: gallery-plugin.php:605
31
  msgid "Gallery"
32
  msgstr "გალერეა"
33
 
71
  msgid "Gallery Shortcode"
72
  msgstr "გალერეის პარამეტრები"
73
 
74
+ #: gallery-plugin.php:209
75
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
76
  msgstr ""
77
 
78
+ #: gallery-plugin.php:213
79
  #, fuzzy
80
  msgid "Choose an image for upload:"
81
  msgstr "აირჩიეთ სურათი ასატვირთად:"
82
 
83
+ #: gallery-plugin.php:218
84
  msgid "Please enable JavaScript to use the file uploader."
85
  msgstr "გთხოვთ ჩართეთ JavaScript რომ გამოიყენოთ ფაილების ამტვირთავი."
86
 
87
+ #: gallery-plugin.php:225
88
  msgid "Allow the download link for all images in this gallery"
89
  msgstr ""
90
 
91
+ #: gallery-plugin.php:226
92
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
93
  msgstr ""
94
 
95
+ #: gallery-plugin.php:228
96
  msgid "Please make a choice"
97
  msgstr ""
98
 
99
+ #: gallery-plugin.php:228
100
+ #: gallery-plugin.php:867
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "სურათების რაოდენობა მწკრივში"
104
 
105
+ #: gallery-plugin.php:228
106
  #, fuzzy
107
  msgid "sort images"
108
  msgstr "სურათების რაოდენობა მწკრივში"
109
 
110
+ #: gallery-plugin.php:228
111
  msgid "on the plugin settings page ("
112
  msgstr ""
113
 
114
+ #: gallery-plugin.php:272
115
+ #: gallery-plugin.php:501
116
  msgid "Title"
117
  msgstr "სათაური"
118
 
119
+ #: gallery-plugin.php:274
120
+ msgid "Alt tag"
121
+ msgstr ""
122
+
123
+ #: gallery-plugin.php:275
124
  msgid "URL"
125
  msgstr ""
126
 
127
+ #: gallery-plugin.php:275
128
  msgid "(by click on image opens a link in a new window)"
129
  msgstr ""
130
 
131
+ #: gallery-plugin.php:276
132
  msgid "This setting is available in Pro version"
133
  msgstr ""
134
 
135
+ #: gallery-plugin.php:277
136
  msgid "Open the link"
137
  msgstr ""
138
 
139
+ #: gallery-plugin.php:277
140
  msgid "Current window"
141
  msgstr ""
142
 
143
+ #: gallery-plugin.php:277
144
  msgid "New window"
145
  msgstr ""
146
 
147
+ #: gallery-plugin.php:278
148
  msgid "Delete"
149
  msgstr ""
150
 
151
+ #: gallery-plugin.php:291
152
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
153
  msgstr ""
154
 
155
+ #: gallery-plugin.php:293
156
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
157
  msgstr ""
158
 
159
+ #: gallery-plugin.php:502
160
  msgid "Author"
161
  msgstr "ავტორი"
162
 
163
+ #: gallery-plugin.php:503
164
  #, fuzzy
165
  msgid "Photo"
166
  msgstr "ფოტო"
167
 
168
+ #: gallery-plugin.php:504
169
  #, fuzzy
170
  msgid "Publishing"
171
  msgstr "საჯარო"
172
 
173
+ #: gallery-plugin.php:505
174
+ #: gallery-plugin.php:871
175
  msgid "Date"
176
  msgstr "თარიღი"
177
 
178
+ #: gallery-plugin.php:631
179
  msgid "See images &raquo;"
180
  msgstr ""
181
 
182
+ #: gallery-plugin.php:747
183
  #, fuzzy
184
  msgid "Settings are saved"
185
  msgstr "პარამეტრები შენახულია"
186
 
187
+ #: gallery-plugin.php:760
188
  #, fuzzy
189
  msgid "Gallery Settings"
190
  msgstr "გალერეის პარამეტრები"
191
 
192
+ #: gallery-plugin.php:763
193
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
194
  msgstr ""
195
 
196
+ #: gallery-plugin.php:767
197
  #, fuzzy
198
  msgid "Image size for the album cover"
199
  msgstr "Размер для "
200
 
201
+ #: gallery-plugin.php:769
202
+ #: gallery-plugin.php:777
203
+ #: gallery-plugin.php:790
204
  #, fuzzy
205
  msgid "Image size"
206
  msgstr "ზომის სახელი"
207
 
208
+ #: gallery-plugin.php:770
209
+ #: gallery-plugin.php:778
210
  msgid "Width (in px)"
211
  msgstr "სიგანე(პიქსელებში)"
212
 
213
+ #: gallery-plugin.php:771
214
+ #: gallery-plugin.php:779
215
  msgid "Height (in px)"
216
  msgstr "სიმაღლე(პიქსელებში)"
217
 
218
+ #: gallery-plugin.php:775
219
  #, fuzzy
220
  msgid "Gallery image size"
221
  msgstr "გალერეა"
222
 
223
+ #: gallery-plugin.php:783
224
  #, fuzzy
225
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
226
  msgstr "ვორდპრესი შექმნის მინიატურული პოსტის კოპიას განსაზღვრულ ზომებში, როდესაც ატვირთავთ სურათს."
227
 
228
+ #: gallery-plugin.php:788
229
  msgid "Gallery image size in the lightbox"
230
  msgstr ""
231
 
232
+ #: gallery-plugin.php:791
233
  #, fuzzy
234
  msgid "Max width (in px)"
235
  msgstr "სიგანე(პიქსელებში)"
236
 
237
+ #: gallery-plugin.php:792
238
  #, fuzzy
239
  msgid "Max height (in px)"
240
  msgstr "სიმაღლე(პიქსელებში)"
241
 
242
+ #: gallery-plugin.php:793
243
  msgid "Display a full size image in the lightbox"
244
  msgstr ""
245
 
246
+ #: gallery-plugin.php:797
247
  msgid "Crop position"
248
  msgstr ""
249
 
250
+ #: gallery-plugin.php:799
251
  msgid "Horizontal"
252
  msgstr ""
253
 
254
+ #: gallery-plugin.php:801
255
  msgid "left"
256
  msgstr ""
257
 
258
+ #: gallery-plugin.php:802
259
+ #: gallery-plugin.php:809
260
  msgid "center"
261
  msgstr ""
262
 
263
+ #: gallery-plugin.php:803
264
  msgid "right"
265
  msgstr ""
266
 
267
+ #: gallery-plugin.php:806
268
  msgid "Vertical"
269
  msgstr ""
270
 
271
+ #: gallery-plugin.php:808
272
  msgid "top"
273
  msgstr ""
274
 
275
+ #: gallery-plugin.php:810
276
  msgid "bottom"
277
  msgstr ""
278
 
279
+ #: gallery-plugin.php:815
280
  msgid "Lightbox background"
281
  msgstr ""
282
 
283
+ #: gallery-plugin.php:817
284
  msgid "Default"
285
  msgstr ""
286
 
287
+ #: gallery-plugin.php:818
288
  msgid "Background transparency (from 0 to 1)"
289
  msgstr ""
290
 
291
+ #: gallery-plugin.php:820
292
  msgid "Select a background color"
293
  msgstr ""
294
 
295
+ #: gallery-plugin.php:822
296
  msgid "Background color"
297
  msgstr ""
298
 
299
+ #: gallery-plugin.php:829
300
+ #: gallery-plugin.php:971
301
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
302
  msgstr ""
303
 
304
+ #: gallery-plugin.php:836
305
  msgid "Images with border"
306
  msgstr ""
307
 
308
+ #: gallery-plugin.php:839
309
  msgid "Border width in px, just numbers"
310
  msgstr ""
311
 
312
+ #: gallery-plugin.php:841
313
+ #: gallery-plugin.php:843
314
  msgid "Select a border color"
315
  msgstr ""
316
 
317
+ #: gallery-plugin.php:849
318
  #, fuzzy
319
  msgid "Number of images in the row"
320
  msgstr "სურათების რაოდენობა მწკრივში"
321
 
322
+ #: gallery-plugin.php:855
323
  msgid "Start slideshow"
324
  msgstr ""
325
 
326
+ #: gallery-plugin.php:861
327
  msgid "Slideshow interval"
328
  msgstr ""
329
 
330
+ #: gallery-plugin.php:869
331
  msgid "Attachment ID"
332
  msgstr ""
333
 
334
+ #: gallery-plugin.php:870
335
  #, fuzzy
336
  msgid "Image Name"
337
  msgstr "ზომის სახელი"
338
 
339
+ #: gallery-plugin.php:872
340
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
341
  msgstr ""
342
 
343
+ #: gallery-plugin.php:873
344
  msgid "Random"
345
  msgstr ""
346
 
347
+ #: gallery-plugin.php:877
348
  #, fuzzy
349
  msgid "Sort images"
350
  msgstr "სურათების რაოდენობა მწკრივში"
351
 
352
+ #: gallery-plugin.php:879
353
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
354
  msgstr ""
355
 
356
+ #: gallery-plugin.php:880
357
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
358
  msgstr ""
359
 
360
+ #: gallery-plugin.php:884
361
  msgid "Display text above the image"
362
  msgstr ""
363
 
364
+ #: gallery-plugin.php:886
365
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
366
  msgstr ""
367
 
368
+ #: gallery-plugin.php:890
369
  msgid "Display the Back link"
370
  msgstr ""
371
 
372
+ #: gallery-plugin.php:896
373
  msgid "Display the Back link in the shortcode"
374
  msgstr ""
375
 
376
+ #: gallery-plugin.php:902
377
  msgid "The Back link text"
378
  msgstr ""
379
 
380
+ #: gallery-plugin.php:908
381
  msgid "The Back link URL"
382
  msgstr ""
383
 
384
+ #: gallery-plugin.php:910
385
  msgid "Gallery page (Page with Gallery Template)"
386
  msgstr ""
387
 
388
+ #: gallery-plugin.php:912
389
  msgid "(Full URL to custom page)"
390
  msgstr ""
391
 
392
+ #: gallery-plugin.php:916
393
  msgid "The Read More link text"
394
  msgstr ""
395
 
396
+ #: gallery-plugin.php:922
397
+ msgid "Add gallery to the search"
398
+ msgstr ""
399
+
400
+ #: gallery-plugin.php:941
401
+ #: gallery-plugin.php:944
402
+ #: gallery-plugin.php:948
403
+ msgid "Using Custom Search powered by"
404
+ msgstr ""
405
+
406
+ #: gallery-plugin.php:944
407
+ msgid "Activate Custom Search"
408
+ msgstr ""
409
+
410
+ #: gallery-plugin.php:948
411
+ msgid "Download Custom Search"
412
+ msgstr ""
413
+
414
+ #: gallery-plugin.php:955
415
  msgid "Display Like buttons in the lightbox"
416
  msgstr ""
417
 
418
+ #: gallery-plugin.php:957
419
  msgid "FaceBook"
420
  msgstr ""
421
 
422
+ #: gallery-plugin.php:958
423
  #, fuzzy
424
  msgid "Twitter"
425
  msgstr "სათაური"
426
 
427
+ #: gallery-plugin.php:959
428
  msgid "Pinterest"
429
  msgstr ""
430
 
431
+ #: gallery-plugin.php:960
432
  msgid "Google +1"
433
  msgstr ""
434
 
435
+ #: gallery-plugin.php:964
436
  #, fuzzy
437
  msgid "Slug for gallery item"
438
  msgstr "ზომა გალერეის სურათისთვის"
439
 
440
+ #: gallery-plugin.php:966
441
  msgid "for any structure of permalinks except the default structure"
442
  msgstr ""
443
 
444
+ #: gallery-plugin.php:979
445
  msgid "Save Changes"
446
  msgstr "ცვლილებების შენახვა"
447
 
448
+ #: gallery-plugin.php:991
449
+ #: gallery-plugin.php:1006
450
  msgid "Settings"
451
  msgstr "პარამეტრები"
452
 
453
+ #: gallery-plugin.php:992
454
  msgid "FAQ"
455
  msgstr "FAQ"
456
 
457
+ #: gallery-plugin.php:993
458
  msgid "Support"
459
  msgstr "Support"
460
 
461
+ #: gallery-plugin.php:1203
462
+ #: template/gallery-single-template.php:77
463
  #, fuzzy
464
  msgid "Sorry, nothing found."
465
  msgstr "მაპატიეთ - არაფერია ნაპოვნი."
466
 
467
+ #: gallery-plugin.php:1225
468
+ #: template/gallery-single-template.php:103
469
  msgid "Download high resolution image"
470
  msgstr ""
471
 
472
+ #: template/gallery-single-template.php:103
473
  msgid "Image"
474
  msgstr ""
475
 
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: 2013-09-04 17:35+0300\n"
6
- "PO-Revision-Date: 2013-09-04 17:35+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Naglis Jonaitis <njonaitis@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
- #: gallery-plugin.php:695
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr "Jūsų temos aplanke nėra failų \"gallery-template.php\" bei \"gallery-single-template.php\". Jei norite, kad galerijos įskiepis tinkamai veiktų, prašome nukopijuoti juos iš `/wp-content/plugins/gallery-plugin/template/` aplanko į savo temos aplanką."
23
 
@@ -27,7 +27,7 @@ msgid "Galleries"
27
  msgstr "Galerijos"
28
 
29
  #: gallery-plugin.php:126
30
- #: gallery-plugin.php:579
31
  msgid "Gallery"
32
  msgstr "Galerija"
33
 
@@ -70,392 +70,414 @@ msgstr "Įkelti failą"
70
  msgid "Gallery Shortcode"
71
  msgstr "Galerijos trumpasis kodas"
72
 
73
- #: gallery-plugin.php:208
74
  #, fuzzy
75
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
76
  msgstr "Serveriui nesuteikta rašymo teisių į galerijos laikinąjį aplanką (gallery-plugin/upload/files). Prašome naudoti numatytąsias WordPress funkcijas paveikslėliams įkelti (failų galerija)"
77
 
78
- #: gallery-plugin.php:212
79
  #, fuzzy
80
  msgid "Choose an image for upload:"
81
  msgstr "Pasirinkite paveikslėlį įkėlimui:"
82
 
83
- #: gallery-plugin.php:217
84
  msgid "Please enable JavaScript to use the file uploader."
85
  msgstr "Prašome įjungti JavaScript jei norite naudotis failų įkėlikliu."
86
 
87
- #: gallery-plugin.php:224
88
  msgid "Allow the download link for all images in this gallery"
89
  msgstr ""
90
 
91
- #: gallery-plugin.php:225
92
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
93
  msgstr ""
94
 
95
- #: gallery-plugin.php:227
96
  msgid "Please make a choice"
97
  msgstr ""
98
 
99
- #: gallery-plugin.php:227
100
- #: gallery-plugin.php:808
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "Paveikslėlių eilėje kiekis"
104
 
105
- #: gallery-plugin.php:227
106
  #, fuzzy
107
  msgid "sort images"
108
  msgstr "Paveikslėlių eilėje kiekis"
109
 
110
- #: gallery-plugin.php:227
111
  msgid "on the plugin settings page ("
112
  msgstr ""
113
 
114
- #: gallery-plugin.php:271
115
- #: gallery-plugin.php:475
116
  msgid "Title"
117
  msgstr "Pavadinimas"
118
 
119
- #: gallery-plugin.php:273
 
 
 
 
120
  msgid "URL"
121
  msgstr ""
122
 
123
- #: gallery-plugin.php:273
124
  msgid "(by click on image opens a link in a new window)"
125
  msgstr ""
126
 
127
- #: gallery-plugin.php:274
128
  msgid "This setting is available in Pro version"
129
  msgstr ""
130
 
131
- #: gallery-plugin.php:275
132
  msgid "Open the link"
133
  msgstr ""
134
 
135
- #: gallery-plugin.php:275
136
  msgid "Current window"
137
  msgstr ""
138
 
139
- #: gallery-plugin.php:275
140
  msgid "New window"
141
  msgstr ""
142
 
143
- #: gallery-plugin.php:276
144
  msgid "Delete"
145
  msgstr ""
146
 
147
- #: gallery-plugin.php:289
148
  #, fuzzy
149
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
150
  msgstr "Galite įterpti galeriją puslapyje ar įraše įterpdami šį trumpąjį kodą į turinį"
151
 
152
- #: gallery-plugin.php:291
153
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
154
  msgstr ""
155
 
156
- #: gallery-plugin.php:476
157
  msgid "Author"
158
  msgstr "Autorius"
159
 
160
- #: gallery-plugin.php:477
161
  #, fuzzy
162
  msgid "Photo"
163
  msgstr "Nuotraukos"
164
 
165
- #: gallery-plugin.php:478
166
  #, fuzzy
167
  msgid "Publishing"
168
  msgstr "Vieša"
169
 
170
- #: gallery-plugin.php:479
171
- #: gallery-plugin.php:812
172
  msgid "Date"
173
  msgstr "Data"
174
 
175
- #: gallery-plugin.php:605
176
  #, fuzzy
177
  msgid "See images &raquo;"
178
  msgstr "Peržiūrėti nuotrauką &raquo;"
179
 
180
- #: gallery-plugin.php:688
181
  #, fuzzy
182
  msgid "Settings are saved"
183
  msgstr "Pasirinktys išsaugotos."
184
 
185
- #: gallery-plugin.php:701
186
  #, fuzzy
187
  msgid "Gallery Settings"
188
  msgstr "Galerijų pasirinktys"
189
 
190
- #: gallery-plugin.php:704
191
  #, fuzzy
192
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
193
  msgstr "Jei norite įterpti galeriją į savo įrašą ar puslapį, tiesiog nukopijuokite šį trumpąjį kodą į savo įrašo ar puslapio turinį:"
194
 
195
- #: gallery-plugin.php:708
196
  #, fuzzy
197
  msgid "Image size for the album cover"
198
  msgstr "Размер для "
199
 
200
- #: gallery-plugin.php:710
201
- #: gallery-plugin.php:718
202
- #: gallery-plugin.php:731
203
  #, fuzzy
204
  msgid "Image size"
205
  msgstr "Paveikslėlio matmenų klasės vardas"
206
 
207
- #: gallery-plugin.php:711
208
- #: gallery-plugin.php:719
209
  msgid "Width (in px)"
210
  msgstr "Plotis (pikseliais)"
211
 
212
- #: gallery-plugin.php:712
213
- #: gallery-plugin.php:720
214
  msgid "Height (in px)"
215
  msgstr "Aukštis (pikseliais)"
216
 
217
- #: gallery-plugin.php:716
218
  #, fuzzy
219
  msgid "Gallery image size"
220
  msgstr "Galerijos"
221
 
222
- #: gallery-plugin.php:724
223
  #, fuzzy
224
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
225
  msgstr "WordPress sukurs įrašo nurodytų matmenų miniatiūros kopiją kai įkelsite naują paveikslėlį."
226
 
227
- #: gallery-plugin.php:729
228
  msgid "Gallery image size in the lightbox"
229
  msgstr ""
230
 
231
- #: gallery-plugin.php:732
232
  #, fuzzy
233
  msgid "Max width (in px)"
234
  msgstr "Plotis (pikseliais)"
235
 
236
- #: gallery-plugin.php:733
237
  #, fuzzy
238
  msgid "Max height (in px)"
239
  msgstr "Aukštis (pikseliais)"
240
 
241
- #: gallery-plugin.php:734
242
  msgid "Display a full size image in the lightbox"
243
  msgstr ""
244
 
245
- #: gallery-plugin.php:738
246
  msgid "Crop position"
247
  msgstr ""
248
 
249
- #: gallery-plugin.php:740
250
  msgid "Horizontal"
251
  msgstr ""
252
 
253
- #: gallery-plugin.php:742
254
  msgid "left"
255
  msgstr ""
256
 
257
- #: gallery-plugin.php:743
258
- #: gallery-plugin.php:750
259
  msgid "center"
260
  msgstr ""
261
 
262
- #: gallery-plugin.php:744
263
  msgid "right"
264
  msgstr ""
265
 
266
- #: gallery-plugin.php:747
267
  msgid "Vertical"
268
  msgstr ""
269
 
270
- #: gallery-plugin.php:749
271
  msgid "top"
272
  msgstr ""
273
 
274
- #: gallery-plugin.php:751
275
  msgid "bottom"
276
  msgstr ""
277
 
278
- #: gallery-plugin.php:756
279
  msgid "Lightbox background"
280
  msgstr ""
281
 
282
- #: gallery-plugin.php:758
283
  msgid "Default"
284
  msgstr ""
285
 
286
- #: gallery-plugin.php:759
287
  msgid "Background transparency (from 0 to 1)"
288
  msgstr ""
289
 
290
- #: gallery-plugin.php:761
291
  msgid "Select a background color"
292
  msgstr ""
293
 
294
- #: gallery-plugin.php:763
295
  msgid "Background color"
296
  msgstr ""
297
 
298
- #: gallery-plugin.php:770
299
- #: gallery-plugin.php:879
300
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
301
  msgstr ""
302
 
303
- #: gallery-plugin.php:777
304
  msgid "Images with border"
305
  msgstr ""
306
 
307
- #: gallery-plugin.php:780
308
  msgid "Border width in px, just numbers"
309
  msgstr ""
310
 
311
- #: gallery-plugin.php:782
312
- #: gallery-plugin.php:784
313
  msgid "Select a border color"
314
  msgstr ""
315
 
316
- #: gallery-plugin.php:790
317
  #, fuzzy
318
  msgid "Number of images in the row"
319
  msgstr "Paveikslėlių eilėje kiekis"
320
 
321
- #: gallery-plugin.php:796
322
  msgid "Start slideshow"
323
  msgstr "Pradėti demonstraciją"
324
 
325
- #: gallery-plugin.php:802
326
  msgid "Slideshow interval"
327
  msgstr "Demonstracijos trukmė"
328
 
329
- #: gallery-plugin.php:810
330
  #, fuzzy
331
  msgid "Attachment ID"
332
  msgstr "prisegtuko ID"
333
 
334
- #: gallery-plugin.php:811
335
  #, fuzzy
336
  msgid "Image Name"
337
  msgstr "Paveikslėlis"
338
 
339
- #: gallery-plugin.php:813
340
  #, fuzzy
341
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
342
  msgstr "prisegtukų tvarką (sveikojo skaičiaus laukelis „Įkelti failą“ dialoge)"
343
 
344
- #: gallery-plugin.php:814
345
  #, fuzzy
346
  msgid "Random"
347
  msgstr "atsitiktine tvarka"
348
 
349
- #: gallery-plugin.php:818
350
  #, fuzzy
351
  msgid "Sort images"
352
  msgstr "Paveikslėlių eilėje kiekis"
353
 
354
- #: gallery-plugin.php:820
355
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
356
  msgstr "Didėjančia tvarka (nuo žemiausios iki aukščiausios reikšmės - 1, 2, 3; a, b, c)"
357
 
358
- #: gallery-plugin.php:821
359
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
360
  msgstr "Mažėjančia tvarka (nuo žemiausios iki aukščiausios reikšmės - 3, 2, 1; c, b, a)"
361
 
362
- #: gallery-plugin.php:825
363
  msgid "Display text above the image"
364
  msgstr ""
365
 
366
- #: gallery-plugin.php:827
367
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
368
  msgstr ""
369
 
370
- #: gallery-plugin.php:831
371
  #, fuzzy
372
  msgid "Display the Back link"
373
  msgstr "Rodyti Sugrįžimo nuorodą"
374
 
375
- #: gallery-plugin.php:837
376
  #, fuzzy
377
  msgid "Display the Back link in the shortcode"
378
  msgstr "Rodyti Sugrįžimo nuorodą naudojantis trumpuoju kodu"
379
 
380
- #: gallery-plugin.php:843
381
  msgid "The Back link text"
382
  msgstr ""
383
 
384
- #: gallery-plugin.php:849
385
  msgid "The Back link URL"
386
  msgstr ""
387
 
388
- #: gallery-plugin.php:851
389
  msgid "Gallery page (Page with Gallery Template)"
390
  msgstr ""
391
 
392
- #: gallery-plugin.php:853
393
  msgid "(Full URL to custom page)"
394
  msgstr ""
395
 
396
- #: gallery-plugin.php:857
397
  msgid "The Read More link text"
398
  msgstr ""
399
 
400
- #: gallery-plugin.php:865
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
401
  msgid "Display Like buttons in the lightbox"
402
  msgstr ""
403
 
404
- #: gallery-plugin.php:867
405
  msgid "FaceBook"
406
  msgstr ""
407
 
408
- #: gallery-plugin.php:868
409
  #, fuzzy
410
  msgid "Twitter"
411
  msgstr "Pavadinimas"
412
 
413
- #: gallery-plugin.php:869
414
  msgid "Pinterest"
415
  msgstr ""
416
 
417
- #: gallery-plugin.php:870
418
  msgid "Google +1"
419
  msgstr ""
420
 
421
- #: gallery-plugin.php:873
422
  #, fuzzy
423
  msgid "Slug for gallery item"
424
  msgstr "Galerijos paveikslėlio matmenys"
425
 
426
- #: gallery-plugin.php:875
427
  msgid "for any structure of permalinks except the default structure"
428
  msgstr ""
429
 
430
- #: gallery-plugin.php:887
431
  msgid "Save Changes"
432
  msgstr "Išsaugoti pakeitimus"
433
 
434
- #: gallery-plugin.php:899
435
- #: gallery-plugin.php:914
436
  msgid "Settings"
437
  msgstr "Nustatymai"
438
 
439
- #: gallery-plugin.php:900
440
  msgid "FAQ"
441
  msgstr "D. U. K."
442
 
443
- #: gallery-plugin.php:901
444
  msgid "Support"
445
  msgstr "Palaikymas"
446
 
447
- #: gallery-plugin.php:1111
448
- #: template/gallery-single-template.php:76
449
  #, fuzzy
450
  msgid "Sorry, nothing found."
451
  msgstr "Deja, nieko nerasta."
452
 
453
- #: gallery-plugin.php:1133
454
- #: template/gallery-single-template.php:102
455
  msgid "Download high resolution image"
456
  msgstr ""
457
 
458
- #: template/gallery-single-template.php:102
459
  #, fuzzy
460
  msgid "Image"
461
  msgstr "Paveikslėlis"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-28 17:43+0300\n"
6
+ "PO-Revision-Date: 2013-10-28 17:43+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Naglis Jonaitis <njonaitis@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
+ #: gallery-plugin.php:754
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr "Jūsų temos aplanke nėra failų \"gallery-template.php\" bei \"gallery-single-template.php\". Jei norite, kad galerijos įskiepis tinkamai veiktų, prašome nukopijuoti juos iš `/wp-content/plugins/gallery-plugin/template/` aplanko į savo temos aplanką."
23
 
27
  msgstr "Galerijos"
28
 
29
  #: gallery-plugin.php:126
30
+ #: gallery-plugin.php:605
31
  msgid "Gallery"
32
  msgstr "Galerija"
33
 
70
  msgid "Gallery Shortcode"
71
  msgstr "Galerijos trumpasis kodas"
72
 
73
+ #: gallery-plugin.php:209
74
  #, fuzzy
75
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
76
  msgstr "Serveriui nesuteikta rašymo teisių į galerijos laikinąjį aplanką (gallery-plugin/upload/files). Prašome naudoti numatytąsias WordPress funkcijas paveikslėliams įkelti (failų galerija)"
77
 
78
+ #: gallery-plugin.php:213
79
  #, fuzzy
80
  msgid "Choose an image for upload:"
81
  msgstr "Pasirinkite paveikslėlį įkėlimui:"
82
 
83
+ #: gallery-plugin.php:218
84
  msgid "Please enable JavaScript to use the file uploader."
85
  msgstr "Prašome įjungti JavaScript jei norite naudotis failų įkėlikliu."
86
 
87
+ #: gallery-plugin.php:225
88
  msgid "Allow the download link for all images in this gallery"
89
  msgstr ""
90
 
91
+ #: gallery-plugin.php:226
92
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
93
  msgstr ""
94
 
95
+ #: gallery-plugin.php:228
96
  msgid "Please make a choice"
97
  msgstr ""
98
 
99
+ #: gallery-plugin.php:228
100
+ #: gallery-plugin.php:867
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "Paveikslėlių eilėje kiekis"
104
 
105
+ #: gallery-plugin.php:228
106
  #, fuzzy
107
  msgid "sort images"
108
  msgstr "Paveikslėlių eilėje kiekis"
109
 
110
+ #: gallery-plugin.php:228
111
  msgid "on the plugin settings page ("
112
  msgstr ""
113
 
114
+ #: gallery-plugin.php:272
115
+ #: gallery-plugin.php:501
116
  msgid "Title"
117
  msgstr "Pavadinimas"
118
 
119
+ #: gallery-plugin.php:274
120
+ msgid "Alt tag"
121
+ msgstr ""
122
+
123
+ #: gallery-plugin.php:275
124
  msgid "URL"
125
  msgstr ""
126
 
127
+ #: gallery-plugin.php:275
128
  msgid "(by click on image opens a link in a new window)"
129
  msgstr ""
130
 
131
+ #: gallery-plugin.php:276
132
  msgid "This setting is available in Pro version"
133
  msgstr ""
134
 
135
+ #: gallery-plugin.php:277
136
  msgid "Open the link"
137
  msgstr ""
138
 
139
+ #: gallery-plugin.php:277
140
  msgid "Current window"
141
  msgstr ""
142
 
143
+ #: gallery-plugin.php:277
144
  msgid "New window"
145
  msgstr ""
146
 
147
+ #: gallery-plugin.php:278
148
  msgid "Delete"
149
  msgstr ""
150
 
151
+ #: gallery-plugin.php:291
152
  #, fuzzy
153
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
154
  msgstr "Galite įterpti galeriją puslapyje ar įraše įterpdami šį trumpąjį kodą į turinį"
155
 
156
+ #: gallery-plugin.php:293
157
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
158
  msgstr ""
159
 
160
+ #: gallery-plugin.php:502
161
  msgid "Author"
162
  msgstr "Autorius"
163
 
164
+ #: gallery-plugin.php:503
165
  #, fuzzy
166
  msgid "Photo"
167
  msgstr "Nuotraukos"
168
 
169
+ #: gallery-plugin.php:504
170
  #, fuzzy
171
  msgid "Publishing"
172
  msgstr "Vieša"
173
 
174
+ #: gallery-plugin.php:505
175
+ #: gallery-plugin.php:871
176
  msgid "Date"
177
  msgstr "Data"
178
 
179
+ #: gallery-plugin.php:631
180
  #, fuzzy
181
  msgid "See images &raquo;"
182
  msgstr "Peržiūrėti nuotrauką &raquo;"
183
 
184
+ #: gallery-plugin.php:747
185
  #, fuzzy
186
  msgid "Settings are saved"
187
  msgstr "Pasirinktys išsaugotos."
188
 
189
+ #: gallery-plugin.php:760
190
  #, fuzzy
191
  msgid "Gallery Settings"
192
  msgstr "Galerijų pasirinktys"
193
 
194
+ #: gallery-plugin.php:763
195
  #, fuzzy
196
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
197
  msgstr "Jei norite įterpti galeriją į savo įrašą ar puslapį, tiesiog nukopijuokite šį trumpąjį kodą į savo įrašo ar puslapio turinį:"
198
 
199
+ #: gallery-plugin.php:767
200
  #, fuzzy
201
  msgid "Image size for the album cover"
202
  msgstr "Размер для "
203
 
204
+ #: gallery-plugin.php:769
205
+ #: gallery-plugin.php:777
206
+ #: gallery-plugin.php:790
207
  #, fuzzy
208
  msgid "Image size"
209
  msgstr "Paveikslėlio matmenų klasės vardas"
210
 
211
+ #: gallery-plugin.php:770
212
+ #: gallery-plugin.php:778
213
  msgid "Width (in px)"
214
  msgstr "Plotis (pikseliais)"
215
 
216
+ #: gallery-plugin.php:771
217
+ #: gallery-plugin.php:779
218
  msgid "Height (in px)"
219
  msgstr "Aukštis (pikseliais)"
220
 
221
+ #: gallery-plugin.php:775
222
  #, fuzzy
223
  msgid "Gallery image size"
224
  msgstr "Galerijos"
225
 
226
+ #: gallery-plugin.php:783
227
  #, fuzzy
228
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
229
  msgstr "WordPress sukurs įrašo nurodytų matmenų miniatiūros kopiją kai įkelsite naują paveikslėlį."
230
 
231
+ #: gallery-plugin.php:788
232
  msgid "Gallery image size in the lightbox"
233
  msgstr ""
234
 
235
+ #: gallery-plugin.php:791
236
  #, fuzzy
237
  msgid "Max width (in px)"
238
  msgstr "Plotis (pikseliais)"
239
 
240
+ #: gallery-plugin.php:792
241
  #, fuzzy
242
  msgid "Max height (in px)"
243
  msgstr "Aukštis (pikseliais)"
244
 
245
+ #: gallery-plugin.php:793
246
  msgid "Display a full size image in the lightbox"
247
  msgstr ""
248
 
249
+ #: gallery-plugin.php:797
250
  msgid "Crop position"
251
  msgstr ""
252
 
253
+ #: gallery-plugin.php:799
254
  msgid "Horizontal"
255
  msgstr ""
256
 
257
+ #: gallery-plugin.php:801
258
  msgid "left"
259
  msgstr ""
260
 
261
+ #: gallery-plugin.php:802
262
+ #: gallery-plugin.php:809
263
  msgid "center"
264
  msgstr ""
265
 
266
+ #: gallery-plugin.php:803
267
  msgid "right"
268
  msgstr ""
269
 
270
+ #: gallery-plugin.php:806
271
  msgid "Vertical"
272
  msgstr ""
273
 
274
+ #: gallery-plugin.php:808
275
  msgid "top"
276
  msgstr ""
277
 
278
+ #: gallery-plugin.php:810
279
  msgid "bottom"
280
  msgstr ""
281
 
282
+ #: gallery-plugin.php:815
283
  msgid "Lightbox background"
284
  msgstr ""
285
 
286
+ #: gallery-plugin.php:817
287
  msgid "Default"
288
  msgstr ""
289
 
290
+ #: gallery-plugin.php:818
291
  msgid "Background transparency (from 0 to 1)"
292
  msgstr ""
293
 
294
+ #: gallery-plugin.php:820
295
  msgid "Select a background color"
296
  msgstr ""
297
 
298
+ #: gallery-plugin.php:822
299
  msgid "Background color"
300
  msgstr ""
301
 
302
+ #: gallery-plugin.php:829
303
+ #: gallery-plugin.php:971
304
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
305
  msgstr ""
306
 
307
+ #: gallery-plugin.php:836
308
  msgid "Images with border"
309
  msgstr ""
310
 
311
+ #: gallery-plugin.php:839
312
  msgid "Border width in px, just numbers"
313
  msgstr ""
314
 
315
+ #: gallery-plugin.php:841
316
+ #: gallery-plugin.php:843
317
  msgid "Select a border color"
318
  msgstr ""
319
 
320
+ #: gallery-plugin.php:849
321
  #, fuzzy
322
  msgid "Number of images in the row"
323
  msgstr "Paveikslėlių eilėje kiekis"
324
 
325
+ #: gallery-plugin.php:855
326
  msgid "Start slideshow"
327
  msgstr "Pradėti demonstraciją"
328
 
329
+ #: gallery-plugin.php:861
330
  msgid "Slideshow interval"
331
  msgstr "Demonstracijos trukmė"
332
 
333
+ #: gallery-plugin.php:869
334
  #, fuzzy
335
  msgid "Attachment ID"
336
  msgstr "prisegtuko ID"
337
 
338
+ #: gallery-plugin.php:870
339
  #, fuzzy
340
  msgid "Image Name"
341
  msgstr "Paveikslėlis"
342
 
343
+ #: gallery-plugin.php:872
344
  #, fuzzy
345
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
346
  msgstr "prisegtukų tvarką (sveikojo skaičiaus laukelis „Įkelti failą“ dialoge)"
347
 
348
+ #: gallery-plugin.php:873
349
  #, fuzzy
350
  msgid "Random"
351
  msgstr "atsitiktine tvarka"
352
 
353
+ #: gallery-plugin.php:877
354
  #, fuzzy
355
  msgid "Sort images"
356
  msgstr "Paveikslėlių eilėje kiekis"
357
 
358
+ #: gallery-plugin.php:879
359
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
360
  msgstr "Didėjančia tvarka (nuo žemiausios iki aukščiausios reikšmės - 1, 2, 3; a, b, c)"
361
 
362
+ #: gallery-plugin.php:880
363
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
364
  msgstr "Mažėjančia tvarka (nuo žemiausios iki aukščiausios reikšmės - 3, 2, 1; c, b, a)"
365
 
366
+ #: gallery-plugin.php:884
367
  msgid "Display text above the image"
368
  msgstr ""
369
 
370
+ #: gallery-plugin.php:886
371
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
372
  msgstr ""
373
 
374
+ #: gallery-plugin.php:890
375
  #, fuzzy
376
  msgid "Display the Back link"
377
  msgstr "Rodyti Sugrįžimo nuorodą"
378
 
379
+ #: gallery-plugin.php:896
380
  #, fuzzy
381
  msgid "Display the Back link in the shortcode"
382
  msgstr "Rodyti Sugrįžimo nuorodą naudojantis trumpuoju kodu"
383
 
384
+ #: gallery-plugin.php:902
385
  msgid "The Back link text"
386
  msgstr ""
387
 
388
+ #: gallery-plugin.php:908
389
  msgid "The Back link URL"
390
  msgstr ""
391
 
392
+ #: gallery-plugin.php:910
393
  msgid "Gallery page (Page with Gallery Template)"
394
  msgstr ""
395
 
396
+ #: gallery-plugin.php:912
397
  msgid "(Full URL to custom page)"
398
  msgstr ""
399
 
400
+ #: gallery-plugin.php:916
401
  msgid "The Read More link text"
402
  msgstr ""
403
 
404
+ #: gallery-plugin.php:922
405
+ msgid "Add gallery to the search"
406
+ msgstr ""
407
+
408
+ #: gallery-plugin.php:941
409
+ #: gallery-plugin.php:944
410
+ #: gallery-plugin.php:948
411
+ msgid "Using Custom Search powered by"
412
+ msgstr ""
413
+
414
+ #: gallery-plugin.php:944
415
+ msgid "Activate Custom Search"
416
+ msgstr ""
417
+
418
+ #: gallery-plugin.php:948
419
+ msgid "Download Custom Search"
420
+ msgstr ""
421
+
422
+ #: gallery-plugin.php:955
423
  msgid "Display Like buttons in the lightbox"
424
  msgstr ""
425
 
426
+ #: gallery-plugin.php:957
427
  msgid "FaceBook"
428
  msgstr ""
429
 
430
+ #: gallery-plugin.php:958
431
  #, fuzzy
432
  msgid "Twitter"
433
  msgstr "Pavadinimas"
434
 
435
+ #: gallery-plugin.php:959
436
  msgid "Pinterest"
437
  msgstr ""
438
 
439
+ #: gallery-plugin.php:960
440
  msgid "Google +1"
441
  msgstr ""
442
 
443
+ #: gallery-plugin.php:964
444
  #, fuzzy
445
  msgid "Slug for gallery item"
446
  msgstr "Galerijos paveikslėlio matmenys"
447
 
448
+ #: gallery-plugin.php:966
449
  msgid "for any structure of permalinks except the default structure"
450
  msgstr ""
451
 
452
+ #: gallery-plugin.php:979
453
  msgid "Save Changes"
454
  msgstr "Išsaugoti pakeitimus"
455
 
456
+ #: gallery-plugin.php:991
457
+ #: gallery-plugin.php:1006
458
  msgid "Settings"
459
  msgstr "Nustatymai"
460
 
461
+ #: gallery-plugin.php:992
462
  msgid "FAQ"
463
  msgstr "D. U. K."
464
 
465
+ #: gallery-plugin.php:993
466
  msgid "Support"
467
  msgstr "Palaikymas"
468
 
469
+ #: gallery-plugin.php:1203
470
+ #: template/gallery-single-template.php:77
471
  #, fuzzy
472
  msgid "Sorry, nothing found."
473
  msgstr "Deja, nieko nerasta."
474
 
475
+ #: gallery-plugin.php:1225
476
+ #: template/gallery-single-template.php:103
477
  msgid "Download high resolution image"
478
  msgstr ""
479
 
480
+ #: template/gallery-single-template.php:103
481
  #, fuzzy
482
  msgid "Image"
483
  msgstr "Paveikslėlis"
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: 2013-09-04 17:35+0300\n"
6
- "PO-Revision-Date: 2013-09-04 17:35+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Ronald <ronald@bhi.nl>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
- #: gallery-plugin.php:695
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
23
 
@@ -27,7 +27,7 @@ msgid "Galleries"
27
  msgstr "Fotoalbum's"
28
 
29
  #: gallery-plugin.php:126
30
- #: gallery-plugin.php:579
31
  msgid "Gallery"
32
  msgstr "Fotoalbum"
33
 
@@ -71,384 +71,406 @@ msgstr "Foto's uploaden"
71
  msgid "Gallery Shortcode"
72
  msgstr "Fotoalbum opties"
73
 
74
- #: gallery-plugin.php:208
75
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
76
  msgstr ""
77
 
78
- #: gallery-plugin.php:212
79
  #, fuzzy
80
  msgid "Choose an image for upload:"
81
  msgstr "Foto's uploaden: "
82
 
83
- #: gallery-plugin.php:217
84
  msgid "Please enable JavaScript to use the file uploader."
85
  msgstr "Activeer JavaScript om foto's te kunnen uploaden."
86
 
87
- #: gallery-plugin.php:224
88
  msgid "Allow the download link for all images in this gallery"
89
  msgstr ""
90
 
91
- #: gallery-plugin.php:225
92
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
93
  msgstr ""
94
 
95
- #: gallery-plugin.php:227
96
  msgid "Please make a choice"
97
  msgstr ""
98
 
99
- #: gallery-plugin.php:227
100
- #: gallery-plugin.php:808
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "Aantal afbeeldingen op een rij"
104
 
105
- #: gallery-plugin.php:227
106
  #, fuzzy
107
  msgid "sort images"
108
  msgstr "Aantal afbeeldingen op een rij"
109
 
110
- #: gallery-plugin.php:227
111
  msgid "on the plugin settings page ("
112
  msgstr ""
113
 
114
- #: gallery-plugin.php:271
115
- #: gallery-plugin.php:475
116
  msgid "Title"
117
  msgstr "Titel"
118
 
119
- #: gallery-plugin.php:273
 
 
 
 
120
  msgid "URL"
121
  msgstr ""
122
 
123
- #: gallery-plugin.php:273
124
  msgid "(by click on image opens a link in a new window)"
125
  msgstr ""
126
 
127
- #: gallery-plugin.php:274
128
  msgid "This setting is available in Pro version"
129
  msgstr ""
130
 
131
- #: gallery-plugin.php:275
132
  msgid "Open the link"
133
  msgstr ""
134
 
135
- #: gallery-plugin.php:275
136
  msgid "Current window"
137
  msgstr ""
138
 
139
- #: gallery-plugin.php:275
140
  msgid "New window"
141
  msgstr ""
142
 
143
- #: gallery-plugin.php:276
144
  msgid "Delete"
145
  msgstr ""
146
 
147
- #: gallery-plugin.php:289
148
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
149
  msgstr ""
150
 
151
- #: gallery-plugin.php:291
152
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
153
  msgstr ""
154
 
155
- #: gallery-plugin.php:476
156
  msgid "Author"
157
  msgstr "Auteur"
158
 
159
- #: gallery-plugin.php:477
160
  #, fuzzy
161
  msgid "Photo"
162
  msgstr "Foto's"
163
 
164
- #: gallery-plugin.php:478
165
  #, fuzzy
166
  msgid "Publishing"
167
  msgstr "Gepubliceerd"
168
 
169
- #: gallery-plugin.php:479
170
- #: gallery-plugin.php:812
171
  msgid "Date"
172
  msgstr "Datum"
173
 
174
- #: gallery-plugin.php:605
175
  #, fuzzy
176
  msgid "See images &raquo;"
177
  msgstr "Bekijk foto &raquo;"
178
 
179
- #: gallery-plugin.php:688
180
  #, fuzzy
181
  msgid "Settings are saved"
182
  msgstr "Opties opgeslagen"
183
 
184
- #: gallery-plugin.php:701
185
  #, fuzzy
186
  msgid "Gallery Settings"
187
  msgstr "Fotoalbum opties"
188
 
189
- #: gallery-plugin.php:704
190
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
191
  msgstr ""
192
 
193
- #: gallery-plugin.php:708
194
  #, fuzzy
195
  msgid "Image size for the album cover"
196
  msgstr "De afmetingen voor de cover van het album"
197
 
198
- #: gallery-plugin.php:710
199
- #: gallery-plugin.php:718
200
- #: gallery-plugin.php:731
201
  #, fuzzy
202
  msgid "Image size"
203
  msgstr "Afbeelding grootte"
204
 
205
- #: gallery-plugin.php:711
206
- #: gallery-plugin.php:719
207
  msgid "Width (in px)"
208
  msgstr "Breedte (in px)"
209
 
210
- #: gallery-plugin.php:712
211
- #: gallery-plugin.php:720
212
  msgid "Height (in px)"
213
  msgstr "Hoogte (in px)"
214
 
215
- #: gallery-plugin.php:716
216
  #, fuzzy
217
  msgid "Gallery image size"
218
  msgstr "Fotoalbum's"
219
 
220
- #: gallery-plugin.php:724
221
  #, fuzzy
222
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
223
  msgstr "Wordpress zal een kopie maken van de thumbnail in de opgegeven afmetingen als u een nieuwe foto upload."
224
 
225
- #: gallery-plugin.php:729
226
  msgid "Gallery image size in the lightbox"
227
  msgstr ""
228
 
229
- #: gallery-plugin.php:732
230
  #, fuzzy
231
  msgid "Max width (in px)"
232
  msgstr "Breedte (in px)"
233
 
234
- #: gallery-plugin.php:733
235
  #, fuzzy
236
  msgid "Max height (in px)"
237
  msgstr "Hoogte (in px)"
238
 
239
- #: gallery-plugin.php:734
240
  msgid "Display a full size image in the lightbox"
241
  msgstr ""
242
 
243
- #: gallery-plugin.php:738
244
  msgid "Crop position"
245
  msgstr ""
246
 
247
- #: gallery-plugin.php:740
248
  msgid "Horizontal"
249
  msgstr ""
250
 
251
- #: gallery-plugin.php:742
252
  msgid "left"
253
  msgstr ""
254
 
255
- #: gallery-plugin.php:743
256
- #: gallery-plugin.php:750
257
  msgid "center"
258
  msgstr ""
259
 
260
- #: gallery-plugin.php:744
261
  msgid "right"
262
  msgstr ""
263
 
264
- #: gallery-plugin.php:747
265
  msgid "Vertical"
266
  msgstr ""
267
 
268
- #: gallery-plugin.php:749
269
  msgid "top"
270
  msgstr ""
271
 
272
- #: gallery-plugin.php:751
273
  msgid "bottom"
274
  msgstr ""
275
 
276
- #: gallery-plugin.php:756
277
  msgid "Lightbox background"
278
  msgstr ""
279
 
280
- #: gallery-plugin.php:758
281
  msgid "Default"
282
  msgstr ""
283
 
284
- #: gallery-plugin.php:759
285
  msgid "Background transparency (from 0 to 1)"
286
  msgstr ""
287
 
288
- #: gallery-plugin.php:761
289
  msgid "Select a background color"
290
  msgstr ""
291
 
292
- #: gallery-plugin.php:763
293
  msgid "Background color"
294
  msgstr ""
295
 
296
- #: gallery-plugin.php:770
297
- #: gallery-plugin.php:879
298
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
299
  msgstr ""
300
 
301
- #: gallery-plugin.php:777
302
  msgid "Images with border"
303
  msgstr ""
304
 
305
- #: gallery-plugin.php:780
306
  msgid "Border width in px, just numbers"
307
  msgstr ""
308
 
309
- #: gallery-plugin.php:782
310
- #: gallery-plugin.php:784
311
  msgid "Select a border color"
312
  msgstr ""
313
 
314
- #: gallery-plugin.php:790
315
  #, fuzzy
316
  msgid "Number of images in the row"
317
  msgstr "Aantal afbeeldingen op een rij"
318
 
319
- #: gallery-plugin.php:796
320
  msgid "Start slideshow"
321
  msgstr ""
322
 
323
- #: gallery-plugin.php:802
324
  msgid "Slideshow interval"
325
  msgstr ""
326
 
327
- #: gallery-plugin.php:810
328
  msgid "Attachment ID"
329
  msgstr ""
330
 
331
- #: gallery-plugin.php:811
332
  #, fuzzy
333
  msgid "Image Name"
334
  msgstr "Afbeelding grootte"
335
 
336
- #: gallery-plugin.php:813
337
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
338
  msgstr ""
339
 
340
- #: gallery-plugin.php:814
341
  msgid "Random"
342
  msgstr ""
343
 
344
- #: gallery-plugin.php:818
345
  #, fuzzy
346
  msgid "Sort images"
347
  msgstr "Aantal afbeeldingen op een rij"
348
 
349
- #: gallery-plugin.php:820
350
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
351
  msgstr ""
352
 
353
- #: gallery-plugin.php:821
354
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
355
  msgstr ""
356
 
357
- #: gallery-plugin.php:825
358
  msgid "Display text above the image"
359
  msgstr ""
360
 
361
- #: gallery-plugin.php:827
362
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
363
  msgstr ""
364
 
365
- #: gallery-plugin.php:831
366
  msgid "Display the Back link"
367
  msgstr ""
368
 
369
- #: gallery-plugin.php:837
370
  msgid "Display the Back link in the shortcode"
371
  msgstr ""
372
 
373
- #: gallery-plugin.php:843
374
  msgid "The Back link text"
375
  msgstr ""
376
 
377
- #: gallery-plugin.php:849
378
  msgid "The Back link URL"
379
  msgstr ""
380
 
381
- #: gallery-plugin.php:851
382
  msgid "Gallery page (Page with Gallery Template)"
383
  msgstr ""
384
 
385
- #: gallery-plugin.php:853
386
  msgid "(Full URL to custom page)"
387
  msgstr ""
388
 
389
- #: gallery-plugin.php:857
390
  msgid "The Read More link text"
391
  msgstr ""
392
 
393
- #: gallery-plugin.php:865
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
394
  msgid "Display Like buttons in the lightbox"
395
  msgstr ""
396
 
397
- #: gallery-plugin.php:867
398
  msgid "FaceBook"
399
  msgstr ""
400
 
401
- #: gallery-plugin.php:868
402
  #, fuzzy
403
  msgid "Twitter"
404
  msgstr "Titel"
405
 
406
- #: gallery-plugin.php:869
407
  msgid "Pinterest"
408
  msgstr ""
409
 
410
- #: gallery-plugin.php:870
411
  msgid "Google +1"
412
  msgstr ""
413
 
414
- #: gallery-plugin.php:873
415
  #, fuzzy
416
  msgid "Slug for gallery item"
417
  msgstr "Grootte voor album afbeelding"
418
 
419
- #: gallery-plugin.php:875
420
  msgid "for any structure of permalinks except the default structure"
421
  msgstr ""
422
 
423
- #: gallery-plugin.php:887
424
  msgid "Save Changes"
425
  msgstr "Bewaar veranderingen"
426
 
427
- #: gallery-plugin.php:899
428
- #: gallery-plugin.php:914
429
  msgid "Settings"
430
  msgstr "Instellingen"
431
 
432
- #: gallery-plugin.php:900
433
  msgid "FAQ"
434
  msgstr "FAQ"
435
 
436
- #: gallery-plugin.php:901
437
  msgid "Support"
438
  msgstr "Support"
439
 
440
- #: gallery-plugin.php:1111
441
- #: template/gallery-single-template.php:76
442
  #, fuzzy
443
  msgid "Sorry, nothing found."
444
  msgstr "Helaas - niets gevonden"
445
 
446
- #: gallery-plugin.php:1133
447
- #: template/gallery-single-template.php:102
448
  msgid "Download high resolution image"
449
  msgstr ""
450
 
451
- #: template/gallery-single-template.php:102
452
  msgid "Image"
453
  msgstr ""
454
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-28 17:43+0300\n"
6
+ "PO-Revision-Date: 2013-10-28 17:43+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Ronald <ronald@bhi.nl>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
+ #: gallery-plugin.php:754
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
23
 
27
  msgstr "Fotoalbum's"
28
 
29
  #: gallery-plugin.php:126
30
+ #: gallery-plugin.php:605
31
  msgid "Gallery"
32
  msgstr "Fotoalbum"
33
 
71
  msgid "Gallery Shortcode"
72
  msgstr "Fotoalbum opties"
73
 
74
+ #: gallery-plugin.php:209
75
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
76
  msgstr ""
77
 
78
+ #: gallery-plugin.php:213
79
  #, fuzzy
80
  msgid "Choose an image for upload:"
81
  msgstr "Foto's uploaden: "
82
 
83
+ #: gallery-plugin.php:218
84
  msgid "Please enable JavaScript to use the file uploader."
85
  msgstr "Activeer JavaScript om foto's te kunnen uploaden."
86
 
87
+ #: gallery-plugin.php:225
88
  msgid "Allow the download link for all images in this gallery"
89
  msgstr ""
90
 
91
+ #: gallery-plugin.php:226
92
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
93
  msgstr ""
94
 
95
+ #: gallery-plugin.php:228
96
  msgid "Please make a choice"
97
  msgstr ""
98
 
99
+ #: gallery-plugin.php:228
100
+ #: gallery-plugin.php:867
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "Aantal afbeeldingen op een rij"
104
 
105
+ #: gallery-plugin.php:228
106
  #, fuzzy
107
  msgid "sort images"
108
  msgstr "Aantal afbeeldingen op een rij"
109
 
110
+ #: gallery-plugin.php:228
111
  msgid "on the plugin settings page ("
112
  msgstr ""
113
 
114
+ #: gallery-plugin.php:272
115
+ #: gallery-plugin.php:501
116
  msgid "Title"
117
  msgstr "Titel"
118
 
119
+ #: gallery-plugin.php:274
120
+ msgid "Alt tag"
121
+ msgstr ""
122
+
123
+ #: gallery-plugin.php:275
124
  msgid "URL"
125
  msgstr ""
126
 
127
+ #: gallery-plugin.php:275
128
  msgid "(by click on image opens a link in a new window)"
129
  msgstr ""
130
 
131
+ #: gallery-plugin.php:276
132
  msgid "This setting is available in Pro version"
133
  msgstr ""
134
 
135
+ #: gallery-plugin.php:277
136
  msgid "Open the link"
137
  msgstr ""
138
 
139
+ #: gallery-plugin.php:277
140
  msgid "Current window"
141
  msgstr ""
142
 
143
+ #: gallery-plugin.php:277
144
  msgid "New window"
145
  msgstr ""
146
 
147
+ #: gallery-plugin.php:278
148
  msgid "Delete"
149
  msgstr ""
150
 
151
+ #: gallery-plugin.php:291
152
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
153
  msgstr ""
154
 
155
+ #: gallery-plugin.php:293
156
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
157
  msgstr ""
158
 
159
+ #: gallery-plugin.php:502
160
  msgid "Author"
161
  msgstr "Auteur"
162
 
163
+ #: gallery-plugin.php:503
164
  #, fuzzy
165
  msgid "Photo"
166
  msgstr "Foto's"
167
 
168
+ #: gallery-plugin.php:504
169
  #, fuzzy
170
  msgid "Publishing"
171
  msgstr "Gepubliceerd"
172
 
173
+ #: gallery-plugin.php:505
174
+ #: gallery-plugin.php:871
175
  msgid "Date"
176
  msgstr "Datum"
177
 
178
+ #: gallery-plugin.php:631
179
  #, fuzzy
180
  msgid "See images &raquo;"
181
  msgstr "Bekijk foto &raquo;"
182
 
183
+ #: gallery-plugin.php:747
184
  #, fuzzy
185
  msgid "Settings are saved"
186
  msgstr "Opties opgeslagen"
187
 
188
+ #: gallery-plugin.php:760
189
  #, fuzzy
190
  msgid "Gallery Settings"
191
  msgstr "Fotoalbum opties"
192
 
193
+ #: gallery-plugin.php:763
194
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
195
  msgstr ""
196
 
197
+ #: gallery-plugin.php:767
198
  #, fuzzy
199
  msgid "Image size for the album cover"
200
  msgstr "De afmetingen voor de cover van het album"
201
 
202
+ #: gallery-plugin.php:769
203
+ #: gallery-plugin.php:777
204
+ #: gallery-plugin.php:790
205
  #, fuzzy
206
  msgid "Image size"
207
  msgstr "Afbeelding grootte"
208
 
209
+ #: gallery-plugin.php:770
210
+ #: gallery-plugin.php:778
211
  msgid "Width (in px)"
212
  msgstr "Breedte (in px)"
213
 
214
+ #: gallery-plugin.php:771
215
+ #: gallery-plugin.php:779
216
  msgid "Height (in px)"
217
  msgstr "Hoogte (in px)"
218
 
219
+ #: gallery-plugin.php:775
220
  #, fuzzy
221
  msgid "Gallery image size"
222
  msgstr "Fotoalbum's"
223
 
224
+ #: gallery-plugin.php:783
225
  #, fuzzy
226
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
227
  msgstr "Wordpress zal een kopie maken van de thumbnail in de opgegeven afmetingen als u een nieuwe foto upload."
228
 
229
+ #: gallery-plugin.php:788
230
  msgid "Gallery image size in the lightbox"
231
  msgstr ""
232
 
233
+ #: gallery-plugin.php:791
234
  #, fuzzy
235
  msgid "Max width (in px)"
236
  msgstr "Breedte (in px)"
237
 
238
+ #: gallery-plugin.php:792
239
  #, fuzzy
240
  msgid "Max height (in px)"
241
  msgstr "Hoogte (in px)"
242
 
243
+ #: gallery-plugin.php:793
244
  msgid "Display a full size image in the lightbox"
245
  msgstr ""
246
 
247
+ #: gallery-plugin.php:797
248
  msgid "Crop position"
249
  msgstr ""
250
 
251
+ #: gallery-plugin.php:799
252
  msgid "Horizontal"
253
  msgstr ""
254
 
255
+ #: gallery-plugin.php:801
256
  msgid "left"
257
  msgstr ""
258
 
259
+ #: gallery-plugin.php:802
260
+ #: gallery-plugin.php:809
261
  msgid "center"
262
  msgstr ""
263
 
264
+ #: gallery-plugin.php:803
265
  msgid "right"
266
  msgstr ""
267
 
268
+ #: gallery-plugin.php:806
269
  msgid "Vertical"
270
  msgstr ""
271
 
272
+ #: gallery-plugin.php:808
273
  msgid "top"
274
  msgstr ""
275
 
276
+ #: gallery-plugin.php:810
277
  msgid "bottom"
278
  msgstr ""
279
 
280
+ #: gallery-plugin.php:815
281
  msgid "Lightbox background"
282
  msgstr ""
283
 
284
+ #: gallery-plugin.php:817
285
  msgid "Default"
286
  msgstr ""
287
 
288
+ #: gallery-plugin.php:818
289
  msgid "Background transparency (from 0 to 1)"
290
  msgstr ""
291
 
292
+ #: gallery-plugin.php:820
293
  msgid "Select a background color"
294
  msgstr ""
295
 
296
+ #: gallery-plugin.php:822
297
  msgid "Background color"
298
  msgstr ""
299
 
300
+ #: gallery-plugin.php:829
301
+ #: gallery-plugin.php:971
302
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
303
  msgstr ""
304
 
305
+ #: gallery-plugin.php:836
306
  msgid "Images with border"
307
  msgstr ""
308
 
309
+ #: gallery-plugin.php:839
310
  msgid "Border width in px, just numbers"
311
  msgstr ""
312
 
313
+ #: gallery-plugin.php:841
314
+ #: gallery-plugin.php:843
315
  msgid "Select a border color"
316
  msgstr ""
317
 
318
+ #: gallery-plugin.php:849
319
  #, fuzzy
320
  msgid "Number of images in the row"
321
  msgstr "Aantal afbeeldingen op een rij"
322
 
323
+ #: gallery-plugin.php:855
324
  msgid "Start slideshow"
325
  msgstr ""
326
 
327
+ #: gallery-plugin.php:861
328
  msgid "Slideshow interval"
329
  msgstr ""
330
 
331
+ #: gallery-plugin.php:869
332
  msgid "Attachment ID"
333
  msgstr ""
334
 
335
+ #: gallery-plugin.php:870
336
  #, fuzzy
337
  msgid "Image Name"
338
  msgstr "Afbeelding grootte"
339
 
340
+ #: gallery-plugin.php:872
341
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
342
  msgstr ""
343
 
344
+ #: gallery-plugin.php:873
345
  msgid "Random"
346
  msgstr ""
347
 
348
+ #: gallery-plugin.php:877
349
  #, fuzzy
350
  msgid "Sort images"
351
  msgstr "Aantal afbeeldingen op een rij"
352
 
353
+ #: gallery-plugin.php:879
354
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
355
  msgstr ""
356
 
357
+ #: gallery-plugin.php:880
358
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
359
  msgstr ""
360
 
361
+ #: gallery-plugin.php:884
362
  msgid "Display text above the image"
363
  msgstr ""
364
 
365
+ #: gallery-plugin.php:886
366
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
367
  msgstr ""
368
 
369
+ #: gallery-plugin.php:890
370
  msgid "Display the Back link"
371
  msgstr ""
372
 
373
+ #: gallery-plugin.php:896
374
  msgid "Display the Back link in the shortcode"
375
  msgstr ""
376
 
377
+ #: gallery-plugin.php:902
378
  msgid "The Back link text"
379
  msgstr ""
380
 
381
+ #: gallery-plugin.php:908
382
  msgid "The Back link URL"
383
  msgstr ""
384
 
385
+ #: gallery-plugin.php:910
386
  msgid "Gallery page (Page with Gallery Template)"
387
  msgstr ""
388
 
389
+ #: gallery-plugin.php:912
390
  msgid "(Full URL to custom page)"
391
  msgstr ""
392
 
393
+ #: gallery-plugin.php:916
394
  msgid "The Read More link text"
395
  msgstr ""
396
 
397
+ #: gallery-plugin.php:922
398
+ msgid "Add gallery to the search"
399
+ msgstr ""
400
+
401
+ #: gallery-plugin.php:941
402
+ #: gallery-plugin.php:944
403
+ #: gallery-plugin.php:948
404
+ msgid "Using Custom Search powered by"
405
+ msgstr ""
406
+
407
+ #: gallery-plugin.php:944
408
+ msgid "Activate Custom Search"
409
+ msgstr ""
410
+
411
+ #: gallery-plugin.php:948
412
+ msgid "Download Custom Search"
413
+ msgstr ""
414
+
415
+ #: gallery-plugin.php:955
416
  msgid "Display Like buttons in the lightbox"
417
  msgstr ""
418
 
419
+ #: gallery-plugin.php:957
420
  msgid "FaceBook"
421
  msgstr ""
422
 
423
+ #: gallery-plugin.php:958
424
  #, fuzzy
425
  msgid "Twitter"
426
  msgstr "Titel"
427
 
428
+ #: gallery-plugin.php:959
429
  msgid "Pinterest"
430
  msgstr ""
431
 
432
+ #: gallery-plugin.php:960
433
  msgid "Google +1"
434
  msgstr ""
435
 
436
+ #: gallery-plugin.php:964
437
  #, fuzzy
438
  msgid "Slug for gallery item"
439
  msgstr "Grootte voor album afbeelding"
440
 
441
+ #: gallery-plugin.php:966
442
  msgid "for any structure of permalinks except the default structure"
443
  msgstr ""
444
 
445
+ #: gallery-plugin.php:979
446
  msgid "Save Changes"
447
  msgstr "Bewaar veranderingen"
448
 
449
+ #: gallery-plugin.php:991
450
+ #: gallery-plugin.php:1006
451
  msgid "Settings"
452
  msgstr "Instellingen"
453
 
454
+ #: gallery-plugin.php:992
455
  msgid "FAQ"
456
  msgstr "FAQ"
457
 
458
+ #: gallery-plugin.php:993
459
  msgid "Support"
460
  msgstr "Support"
461
 
462
+ #: gallery-plugin.php:1203
463
+ #: template/gallery-single-template.php:77
464
  #, fuzzy
465
  msgid "Sorry, nothing found."
466
  msgstr "Helaas - niets gevonden"
467
 
468
+ #: gallery-plugin.php:1225
469
+ #: template/gallery-single-template.php:103
470
  msgid "Download high resolution image"
471
  msgstr ""
472
 
473
+ #: template/gallery-single-template.php:103
474
  msgid "Image"
475
  msgstr ""
476
 
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: 2013-09-04 17:35+0300\n"
6
- "PO-Revision-Date: 2013-09-04 17:35+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: BWS <bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
- #: gallery-plugin.php:695
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr ""
23
 
@@ -27,7 +27,7 @@ msgid "Galleries"
27
  msgstr "Galerie zdjęć"
28
 
29
  #: gallery-plugin.php:126
30
- #: gallery-plugin.php:579
31
  msgid "Gallery"
32
  msgstr "Galeria zdjęć"
33
 
@@ -71,384 +71,406 @@ msgstr "Wgraj plik"
71
  msgid "Gallery Shortcode"
72
  msgstr "Opcje galerii."
73
 
74
- #: gallery-plugin.php:208
75
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
76
  msgstr ""
77
 
78
- #: gallery-plugin.php:212
79
  #, fuzzy
80
  msgid "Choose an image for upload:"
81
  msgstr "Wybierz zrzut ekrany do wgrania na serwer"
82
 
83
- #: gallery-plugin.php:217
84
  msgid "Please enable JavaScript to use the file uploader."
85
  msgstr "Proszę właczyć osbługę JavaScript by skorzystać z opcji wgrywania plików na serwer"
86
 
87
- #: gallery-plugin.php:224
88
  msgid "Allow the download link for all images in this gallery"
89
  msgstr ""
90
 
91
- #: gallery-plugin.php:225
92
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
93
  msgstr ""
94
 
95
- #: gallery-plugin.php:227
96
  msgid "Please make a choice"
97
  msgstr ""
98
 
99
- #: gallery-plugin.php:227
100
- #: gallery-plugin.php:808
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "Ilość obrazków w rzędzie"
104
 
105
- #: gallery-plugin.php:227
106
  #, fuzzy
107
  msgid "sort images"
108
  msgstr "Ilość obrazków w rzędzie"
109
 
110
- #: gallery-plugin.php:227
111
  msgid "on the plugin settings page ("
112
  msgstr ""
113
 
114
- #: gallery-plugin.php:271
115
- #: gallery-plugin.php:475
116
  msgid "Title"
117
  msgstr "Tytuł"
118
 
119
- #: gallery-plugin.php:273
 
 
 
 
120
  msgid "URL"
121
  msgstr ""
122
 
123
- #: gallery-plugin.php:273
124
  msgid "(by click on image opens a link in a new window)"
125
  msgstr ""
126
 
127
- #: gallery-plugin.php:274
128
  msgid "This setting is available in Pro version"
129
  msgstr ""
130
 
131
- #: gallery-plugin.php:275
132
  msgid "Open the link"
133
  msgstr ""
134
 
135
- #: gallery-plugin.php:275
136
  msgid "Current window"
137
  msgstr ""
138
 
139
- #: gallery-plugin.php:275
140
  msgid "New window"
141
  msgstr ""
142
 
143
- #: gallery-plugin.php:276
144
  msgid "Delete"
145
  msgstr ""
146
 
147
- #: gallery-plugin.php:289
148
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
149
  msgstr ""
150
 
151
- #: gallery-plugin.php:291
152
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
153
  msgstr ""
154
 
155
- #: gallery-plugin.php:476
156
  msgid "Author"
157
  msgstr "Autor"
158
 
159
- #: gallery-plugin.php:477
160
  #, fuzzy
161
  msgid "Photo"
162
  msgstr "Zdjęcie"
163
 
164
- #: gallery-plugin.php:478
165
  #, fuzzy
166
  msgid "Publishing"
167
  msgstr "Publiczne"
168
 
169
- #: gallery-plugin.php:479
170
- #: gallery-plugin.php:812
171
  msgid "Date"
172
  msgstr "Data"
173
 
174
- #: gallery-plugin.php:605
175
  #, fuzzy
176
  msgid "See images &raquo;"
177
  msgstr "Zobacz zdjęcia &raquo;"
178
 
179
- #: gallery-plugin.php:688
180
  #, fuzzy
181
  msgid "Settings are saved"
182
  msgstr "Opcje zostały zapisane."
183
 
184
- #: gallery-plugin.php:701
185
  #, fuzzy
186
  msgid "Gallery Settings"
187
  msgstr "Opcje galerii."
188
 
189
- #: gallery-plugin.php:704
190
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
191
  msgstr ""
192
 
193
- #: gallery-plugin.php:708
194
  #, fuzzy
195
  msgid "Image size for the album cover"
196
  msgstr "Размер для "
197
 
198
- #: gallery-plugin.php:710
199
- #: gallery-plugin.php:718
200
- #: gallery-plugin.php:731
201
  #, fuzzy
202
  msgid "Image size"
203
  msgstr "Nazwa rozmiaru obrazka"
204
 
205
- #: gallery-plugin.php:711
206
- #: gallery-plugin.php:719
207
  msgid "Width (in px)"
208
  msgstr "Szerokość (w px)"
209
 
210
- #: gallery-plugin.php:712
211
- #: gallery-plugin.php:720
212
  msgid "Height (in px)"
213
  msgstr "Wysokość (w px)"
214
 
215
- #: gallery-plugin.php:716
216
  #, fuzzy
217
  msgid "Gallery image size"
218
  msgstr "Galerie zdjęć"
219
 
220
- #: gallery-plugin.php:724
221
  #, fuzzy
222
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
223
  msgstr "WordPress stworzy kopię miniaturki notki według podanych rozmiarów podczas wgrywania nowego zdjęcia na serwer."
224
 
225
- #: gallery-plugin.php:729
226
  msgid "Gallery image size in the lightbox"
227
  msgstr ""
228
 
229
- #: gallery-plugin.php:732
230
  #, fuzzy
231
  msgid "Max width (in px)"
232
  msgstr "Szerokość (w px)"
233
 
234
- #: gallery-plugin.php:733
235
  #, fuzzy
236
  msgid "Max height (in px)"
237
  msgstr "Wysokość (w px)"
238
 
239
- #: gallery-plugin.php:734
240
  msgid "Display a full size image in the lightbox"
241
  msgstr ""
242
 
243
- #: gallery-plugin.php:738
244
  msgid "Crop position"
245
  msgstr ""
246
 
247
- #: gallery-plugin.php:740
248
  msgid "Horizontal"
249
  msgstr ""
250
 
251
- #: gallery-plugin.php:742
252
  msgid "left"
253
  msgstr ""
254
 
255
- #: gallery-plugin.php:743
256
- #: gallery-plugin.php:750
257
  msgid "center"
258
  msgstr ""
259
 
260
- #: gallery-plugin.php:744
261
  msgid "right"
262
  msgstr ""
263
 
264
- #: gallery-plugin.php:747
265
  msgid "Vertical"
266
  msgstr ""
267
 
268
- #: gallery-plugin.php:749
269
  msgid "top"
270
  msgstr ""
271
 
272
- #: gallery-plugin.php:751
273
  msgid "bottom"
274
  msgstr ""
275
 
276
- #: gallery-plugin.php:756
277
  msgid "Lightbox background"
278
  msgstr ""
279
 
280
- #: gallery-plugin.php:758
281
  msgid "Default"
282
  msgstr ""
283
 
284
- #: gallery-plugin.php:759
285
  msgid "Background transparency (from 0 to 1)"
286
  msgstr ""
287
 
288
- #: gallery-plugin.php:761
289
  msgid "Select a background color"
290
  msgstr ""
291
 
292
- #: gallery-plugin.php:763
293
  msgid "Background color"
294
  msgstr ""
295
 
296
- #: gallery-plugin.php:770
297
- #: gallery-plugin.php:879
298
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
299
  msgstr ""
300
 
301
- #: gallery-plugin.php:777
302
  msgid "Images with border"
303
  msgstr ""
304
 
305
- #: gallery-plugin.php:780
306
  msgid "Border width in px, just numbers"
307
  msgstr ""
308
 
309
- #: gallery-plugin.php:782
310
- #: gallery-plugin.php:784
311
  msgid "Select a border color"
312
  msgstr ""
313
 
314
- #: gallery-plugin.php:790
315
  #, fuzzy
316
  msgid "Number of images in the row"
317
  msgstr "Ilość obrazków w rzędzie"
318
 
319
- #: gallery-plugin.php:796
320
  msgid "Start slideshow"
321
  msgstr ""
322
 
323
- #: gallery-plugin.php:802
324
  msgid "Slideshow interval"
325
  msgstr ""
326
 
327
- #: gallery-plugin.php:810
328
  msgid "Attachment ID"
329
  msgstr ""
330
 
331
- #: gallery-plugin.php:811
332
  #, fuzzy
333
  msgid "Image Name"
334
  msgstr "Nazwa rozmiaru obrazka"
335
 
336
- #: gallery-plugin.php:813
337
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
338
  msgstr ""
339
 
340
- #: gallery-plugin.php:814
341
  msgid "Random"
342
  msgstr ""
343
 
344
- #: gallery-plugin.php:818
345
  #, fuzzy
346
  msgid "Sort images"
347
  msgstr "Ilość obrazków w rzędzie"
348
 
349
- #: gallery-plugin.php:820
350
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
351
  msgstr ""
352
 
353
- #: gallery-plugin.php:821
354
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
355
  msgstr ""
356
 
357
- #: gallery-plugin.php:825
358
  msgid "Display text above the image"
359
  msgstr ""
360
 
361
- #: gallery-plugin.php:827
362
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
363
  msgstr ""
364
 
365
- #: gallery-plugin.php:831
366
  msgid "Display the Back link"
367
  msgstr ""
368
 
369
- #: gallery-plugin.php:837
370
  msgid "Display the Back link in the shortcode"
371
  msgstr ""
372
 
373
- #: gallery-plugin.php:843
374
  msgid "The Back link text"
375
  msgstr ""
376
 
377
- #: gallery-plugin.php:849
378
  msgid "The Back link URL"
379
  msgstr ""
380
 
381
- #: gallery-plugin.php:851
382
  msgid "Gallery page (Page with Gallery Template)"
383
  msgstr ""
384
 
385
- #: gallery-plugin.php:853
386
  msgid "(Full URL to custom page)"
387
  msgstr ""
388
 
389
- #: gallery-plugin.php:857
390
  msgid "The Read More link text"
391
  msgstr ""
392
 
393
- #: gallery-plugin.php:865
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
394
  msgid "Display Like buttons in the lightbox"
395
  msgstr ""
396
 
397
- #: gallery-plugin.php:867
398
  msgid "FaceBook"
399
  msgstr ""
400
 
401
- #: gallery-plugin.php:868
402
  #, fuzzy
403
  msgid "Twitter"
404
  msgstr "Tytuł"
405
 
406
- #: gallery-plugin.php:869
407
  msgid "Pinterest"
408
  msgstr ""
409
 
410
- #: gallery-plugin.php:870
411
  msgid "Google +1"
412
  msgstr ""
413
 
414
- #: gallery-plugin.php:873
415
  #, fuzzy
416
  msgid "Slug for gallery item"
417
  msgstr "Rozmiar dla obrazka w galerii"
418
 
419
- #: gallery-plugin.php:875
420
  msgid "for any structure of permalinks except the default structure"
421
  msgstr ""
422
 
423
- #: gallery-plugin.php:887
424
  msgid "Save Changes"
425
  msgstr "Zapisz zmiany"
426
 
427
- #: gallery-plugin.php:899
428
- #: gallery-plugin.php:914
429
  msgid "Settings"
430
  msgstr "Ustawienia"
431
 
432
- #: gallery-plugin.php:900
433
  msgid "FAQ"
434
  msgstr "FAQ "
435
 
436
- #: gallery-plugin.php:901
437
  msgid "Support"
438
  msgstr "Wsparcie"
439
 
440
- #: gallery-plugin.php:1111
441
- #: template/gallery-single-template.php:76
442
  #, fuzzy
443
  msgid "Sorry, nothing found."
444
  msgstr "Przykro nam - nic nie znaleziono."
445
 
446
- #: gallery-plugin.php:1133
447
- #: template/gallery-single-template.php:102
448
  msgid "Download high resolution image"
449
  msgstr ""
450
 
451
- #: template/gallery-single-template.php:102
452
  msgid "Image"
453
  msgstr ""
454
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-28 17:43+0300\n"
6
+ "PO-Revision-Date: 2013-10-28 17:43+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: BWS <bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
+ #: gallery-plugin.php:754
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr ""
23
 
27
  msgstr "Galerie zdjęć"
28
 
29
  #: gallery-plugin.php:126
30
+ #: gallery-plugin.php:605
31
  msgid "Gallery"
32
  msgstr "Galeria zdjęć"
33
 
71
  msgid "Gallery Shortcode"
72
  msgstr "Opcje galerii."
73
 
74
+ #: gallery-plugin.php:209
75
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
76
  msgstr ""
77
 
78
+ #: gallery-plugin.php:213
79
  #, fuzzy
80
  msgid "Choose an image for upload:"
81
  msgstr "Wybierz zrzut ekrany do wgrania na serwer"
82
 
83
+ #: gallery-plugin.php:218
84
  msgid "Please enable JavaScript to use the file uploader."
85
  msgstr "Proszę właczyć osbługę JavaScript by skorzystać z opcji wgrywania plików na serwer"
86
 
87
+ #: gallery-plugin.php:225
88
  msgid "Allow the download link for all images in this gallery"
89
  msgstr ""
90
 
91
+ #: gallery-plugin.php:226
92
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
93
  msgstr ""
94
 
95
+ #: gallery-plugin.php:228
96
  msgid "Please make a choice"
97
  msgstr ""
98
 
99
+ #: gallery-plugin.php:228
100
+ #: gallery-plugin.php:867
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "Ilość obrazków w rzędzie"
104
 
105
+ #: gallery-plugin.php:228
106
  #, fuzzy
107
  msgid "sort images"
108
  msgstr "Ilość obrazków w rzędzie"
109
 
110
+ #: gallery-plugin.php:228
111
  msgid "on the plugin settings page ("
112
  msgstr ""
113
 
114
+ #: gallery-plugin.php:272
115
+ #: gallery-plugin.php:501
116
  msgid "Title"
117
  msgstr "Tytuł"
118
 
119
+ #: gallery-plugin.php:274
120
+ msgid "Alt tag"
121
+ msgstr ""
122
+
123
+ #: gallery-plugin.php:275
124
  msgid "URL"
125
  msgstr ""
126
 
127
+ #: gallery-plugin.php:275
128
  msgid "(by click on image opens a link in a new window)"
129
  msgstr ""
130
 
131
+ #: gallery-plugin.php:276
132
  msgid "This setting is available in Pro version"
133
  msgstr ""
134
 
135
+ #: gallery-plugin.php:277
136
  msgid "Open the link"
137
  msgstr ""
138
 
139
+ #: gallery-plugin.php:277
140
  msgid "Current window"
141
  msgstr ""
142
 
143
+ #: gallery-plugin.php:277
144
  msgid "New window"
145
  msgstr ""
146
 
147
+ #: gallery-plugin.php:278
148
  msgid "Delete"
149
  msgstr ""
150
 
151
+ #: gallery-plugin.php:291
152
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
153
  msgstr ""
154
 
155
+ #: gallery-plugin.php:293
156
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
157
  msgstr ""
158
 
159
+ #: gallery-plugin.php:502
160
  msgid "Author"
161
  msgstr "Autor"
162
 
163
+ #: gallery-plugin.php:503
164
  #, fuzzy
165
  msgid "Photo"
166
  msgstr "Zdjęcie"
167
 
168
+ #: gallery-plugin.php:504
169
  #, fuzzy
170
  msgid "Publishing"
171
  msgstr "Publiczne"
172
 
173
+ #: gallery-plugin.php:505
174
+ #: gallery-plugin.php:871
175
  msgid "Date"
176
  msgstr "Data"
177
 
178
+ #: gallery-plugin.php:631
179
  #, fuzzy
180
  msgid "See images &raquo;"
181
  msgstr "Zobacz zdjęcia &raquo;"
182
 
183
+ #: gallery-plugin.php:747
184
  #, fuzzy
185
  msgid "Settings are saved"
186
  msgstr "Opcje zostały zapisane."
187
 
188
+ #: gallery-plugin.php:760
189
  #, fuzzy
190
  msgid "Gallery Settings"
191
  msgstr "Opcje galerii."
192
 
193
+ #: gallery-plugin.php:763
194
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
195
  msgstr ""
196
 
197
+ #: gallery-plugin.php:767
198
  #, fuzzy
199
  msgid "Image size for the album cover"
200
  msgstr "Размер для "
201
 
202
+ #: gallery-plugin.php:769
203
+ #: gallery-plugin.php:777
204
+ #: gallery-plugin.php:790
205
  #, fuzzy
206
  msgid "Image size"
207
  msgstr "Nazwa rozmiaru obrazka"
208
 
209
+ #: gallery-plugin.php:770
210
+ #: gallery-plugin.php:778
211
  msgid "Width (in px)"
212
  msgstr "Szerokość (w px)"
213
 
214
+ #: gallery-plugin.php:771
215
+ #: gallery-plugin.php:779
216
  msgid "Height (in px)"
217
  msgstr "Wysokość (w px)"
218
 
219
+ #: gallery-plugin.php:775
220
  #, fuzzy
221
  msgid "Gallery image size"
222
  msgstr "Galerie zdjęć"
223
 
224
+ #: gallery-plugin.php:783
225
  #, fuzzy
226
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
227
  msgstr "WordPress stworzy kopię miniaturki notki według podanych rozmiarów podczas wgrywania nowego zdjęcia na serwer."
228
 
229
+ #: gallery-plugin.php:788
230
  msgid "Gallery image size in the lightbox"
231
  msgstr ""
232
 
233
+ #: gallery-plugin.php:791
234
  #, fuzzy
235
  msgid "Max width (in px)"
236
  msgstr "Szerokość (w px)"
237
 
238
+ #: gallery-plugin.php:792
239
  #, fuzzy
240
  msgid "Max height (in px)"
241
  msgstr "Wysokość (w px)"
242
 
243
+ #: gallery-plugin.php:793
244
  msgid "Display a full size image in the lightbox"
245
  msgstr ""
246
 
247
+ #: gallery-plugin.php:797
248
  msgid "Crop position"
249
  msgstr ""
250
 
251
+ #: gallery-plugin.php:799
252
  msgid "Horizontal"
253
  msgstr ""
254
 
255
+ #: gallery-plugin.php:801
256
  msgid "left"
257
  msgstr ""
258
 
259
+ #: gallery-plugin.php:802
260
+ #: gallery-plugin.php:809
261
  msgid "center"
262
  msgstr ""
263
 
264
+ #: gallery-plugin.php:803
265
  msgid "right"
266
  msgstr ""
267
 
268
+ #: gallery-plugin.php:806
269
  msgid "Vertical"
270
  msgstr ""
271
 
272
+ #: gallery-plugin.php:808
273
  msgid "top"
274
  msgstr ""
275
 
276
+ #: gallery-plugin.php:810
277
  msgid "bottom"
278
  msgstr ""
279
 
280
+ #: gallery-plugin.php:815
281
  msgid "Lightbox background"
282
  msgstr ""
283
 
284
+ #: gallery-plugin.php:817
285
  msgid "Default"
286
  msgstr ""
287
 
288
+ #: gallery-plugin.php:818
289
  msgid "Background transparency (from 0 to 1)"
290
  msgstr ""
291
 
292
+ #: gallery-plugin.php:820
293
  msgid "Select a background color"
294
  msgstr ""
295
 
296
+ #: gallery-plugin.php:822
297
  msgid "Background color"
298
  msgstr ""
299
 
300
+ #: gallery-plugin.php:829
301
+ #: gallery-plugin.php:971
302
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
303
  msgstr ""
304
 
305
+ #: gallery-plugin.php:836
306
  msgid "Images with border"
307
  msgstr ""
308
 
309
+ #: gallery-plugin.php:839
310
  msgid "Border width in px, just numbers"
311
  msgstr ""
312
 
313
+ #: gallery-plugin.php:841
314
+ #: gallery-plugin.php:843
315
  msgid "Select a border color"
316
  msgstr ""
317
 
318
+ #: gallery-plugin.php:849
319
  #, fuzzy
320
  msgid "Number of images in the row"
321
  msgstr "Ilość obrazków w rzędzie"
322
 
323
+ #: gallery-plugin.php:855
324
  msgid "Start slideshow"
325
  msgstr ""
326
 
327
+ #: gallery-plugin.php:861
328
  msgid "Slideshow interval"
329
  msgstr ""
330
 
331
+ #: gallery-plugin.php:869
332
  msgid "Attachment ID"
333
  msgstr ""
334
 
335
+ #: gallery-plugin.php:870
336
  #, fuzzy
337
  msgid "Image Name"
338
  msgstr "Nazwa rozmiaru obrazka"
339
 
340
+ #: gallery-plugin.php:872
341
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
342
  msgstr ""
343
 
344
+ #: gallery-plugin.php:873
345
  msgid "Random"
346
  msgstr ""
347
 
348
+ #: gallery-plugin.php:877
349
  #, fuzzy
350
  msgid "Sort images"
351
  msgstr "Ilość obrazków w rzędzie"
352
 
353
+ #: gallery-plugin.php:879
354
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
355
  msgstr ""
356
 
357
+ #: gallery-plugin.php:880
358
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
359
  msgstr ""
360
 
361
+ #: gallery-plugin.php:884
362
  msgid "Display text above the image"
363
  msgstr ""
364
 
365
+ #: gallery-plugin.php:886
366
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
367
  msgstr ""
368
 
369
+ #: gallery-plugin.php:890
370
  msgid "Display the Back link"
371
  msgstr ""
372
 
373
+ #: gallery-plugin.php:896
374
  msgid "Display the Back link in the shortcode"
375
  msgstr ""
376
 
377
+ #: gallery-plugin.php:902
378
  msgid "The Back link text"
379
  msgstr ""
380
 
381
+ #: gallery-plugin.php:908
382
  msgid "The Back link URL"
383
  msgstr ""
384
 
385
+ #: gallery-plugin.php:910
386
  msgid "Gallery page (Page with Gallery Template)"
387
  msgstr ""
388
 
389
+ #: gallery-plugin.php:912
390
  msgid "(Full URL to custom page)"
391
  msgstr ""
392
 
393
+ #: gallery-plugin.php:916
394
  msgid "The Read More link text"
395
  msgstr ""
396
 
397
+ #: gallery-plugin.php:922
398
+ msgid "Add gallery to the search"
399
+ msgstr ""
400
+
401
+ #: gallery-plugin.php:941
402
+ #: gallery-plugin.php:944
403
+ #: gallery-plugin.php:948
404
+ msgid "Using Custom Search powered by"
405
+ msgstr ""
406
+
407
+ #: gallery-plugin.php:944
408
+ msgid "Activate Custom Search"
409
+ msgstr ""
410
+
411
+ #: gallery-plugin.php:948
412
+ msgid "Download Custom Search"
413
+ msgstr ""
414
+
415
+ #: gallery-plugin.php:955
416
  msgid "Display Like buttons in the lightbox"
417
  msgstr ""
418
 
419
+ #: gallery-plugin.php:957
420
  msgid "FaceBook"
421
  msgstr ""
422
 
423
+ #: gallery-plugin.php:958
424
  #, fuzzy
425
  msgid "Twitter"
426
  msgstr "Tytuł"
427
 
428
+ #: gallery-plugin.php:959
429
  msgid "Pinterest"
430
  msgstr ""
431
 
432
+ #: gallery-plugin.php:960
433
  msgid "Google +1"
434
  msgstr ""
435
 
436
+ #: gallery-plugin.php:964
437
  #, fuzzy
438
  msgid "Slug for gallery item"
439
  msgstr "Rozmiar dla obrazka w galerii"
440
 
441
+ #: gallery-plugin.php:966
442
  msgid "for any structure of permalinks except the default structure"
443
  msgstr ""
444
 
445
+ #: gallery-plugin.php:979
446
  msgid "Save Changes"
447
  msgstr "Zapisz zmiany"
448
 
449
+ #: gallery-plugin.php:991
450
+ #: gallery-plugin.php:1006
451
  msgid "Settings"
452
  msgstr "Ustawienia"
453
 
454
+ #: gallery-plugin.php:992
455
  msgid "FAQ"
456
  msgstr "FAQ "
457
 
458
+ #: gallery-plugin.php:993
459
  msgid "Support"
460
  msgstr "Wsparcie"
461
 
462
+ #: gallery-plugin.php:1203
463
+ #: template/gallery-single-template.php:77
464
  #, fuzzy
465
  msgid "Sorry, nothing found."
466
  msgstr "Przykro nam - nic nie znaleziono."
467
 
468
+ #: gallery-plugin.php:1225
469
+ #: template/gallery-single-template.php:103
470
  msgid "Download high resolution image"
471
  msgstr ""
472
 
473
+ #: template/gallery-single-template.php:103
474
  msgid "Image"
475
  msgstr ""
476
 
languages/gallery-pt_BR.mo CHANGED
Binary file
languages/gallery-pt_BR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-10-02 12:09+0300\n"
6
- "PO-Revision-Date: 2013-10-02 12:09+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: DJIO | Dionizio Bonfim Bach <wordpress@djio.com.br>\n"
9
  "MIME-Version: 1.0\n"
@@ -20,7 +20,7 @@ msgstr ""
20
 
21
  # @ gallery
22
  #: gallery-plugin.php:101
23
- #: gallery-plugin.php:696
24
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
25
  msgstr "Os seguintes arquivos \"gallery-template.php\" e \"gallery-single-template.php\" não foram encontrados no diretório do seu tema. Por favor, copie-os a partir do diretório `/wp-content/plugins/gallery-plugin/template/` para o diretório do seu tema para que o plugin Galeria funcione corretamente"
26
 
@@ -32,7 +32,7 @@ msgstr "Galerias"
32
 
33
  # @ gallery
34
  #: gallery-plugin.php:126
35
- #: gallery-plugin.php:579
36
  msgid "Gallery"
37
  msgstr "Galeria"
38
 
@@ -82,451 +82,473 @@ msgid "Gallery Shortcode"
82
  msgstr "Shortcode da Galeria"
83
 
84
  # @ gallery
85
- #: gallery-plugin.php:208
86
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
87
  msgstr "O diretório temporário da Galeria (gallery-plugin/upload/files) não está disponível para escrita em seu servidor Web. Por favor, utilize o método padrão do WP para fazer upload de imagens (biblioteca de mídia)"
88
 
89
  # @ gallery
90
- #: gallery-plugin.php:212
91
  msgid "Choose an image for upload:"
92
  msgstr "Escolha uma imagem para fazer upload:"
93
 
94
  # @ gallery
95
- #: gallery-plugin.php:217
96
  msgid "Please enable JavaScript to use the file uploader."
97
  msgstr "Favor havilitar o Javascript para usar o envio de arquivos."
98
 
99
  # @ gallery
100
- #: gallery-plugin.php:224
101
  msgid "Allow the download link for all images in this gallery"
102
  msgstr "Permitir o link de download para todas as imagens nesta galeria"
103
 
104
  # @ gallery
105
- #: gallery-plugin.php:225
106
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
107
  msgstr "Por favor, use a função arrastar e soltar para alterar a ordem de exibição das imagens e não se esqueça de salvar o post."
108
 
109
  # @ gallery
110
- #: gallery-plugin.php:227
111
  msgid "Please make a choice"
112
  msgstr "Por favor, faça uma escolha"
113
 
114
  # @ gallery
115
- #: gallery-plugin.php:227
116
- #: gallery-plugin.php:809
117
  msgid "Sort images by"
118
  msgstr "Ordenar imagens por"
119
 
120
  # @ gallery
121
- #: gallery-plugin.php:227
122
  msgid "sort images"
123
  msgstr "ordenar imagens"
124
 
125
  # @ gallery
126
- #: gallery-plugin.php:227
127
  msgid "on the plugin settings page ("
128
  msgstr "da página de configurações do plugin ("
129
 
130
  # @ gallery
131
- #: gallery-plugin.php:271
132
- #: gallery-plugin.php:475
133
  msgid "Title"
134
  msgstr "Título"
135
 
 
 
 
 
136
  # @ gallery
137
- #: gallery-plugin.php:273
138
  msgid "URL"
139
  msgstr "URL"
140
 
141
  # @ gallery
142
- #: gallery-plugin.php:273
143
  msgid "(by click on image opens a link in a new window)"
144
  msgstr "(clicar na imagem abre um link em uma nova janela)"
145
 
146
  # @ gallery
147
- #: gallery-plugin.php:274
148
  msgid "This setting is available in Pro version"
149
  msgstr "Esta configuração está disponível na versão Pro"
150
 
151
  # @ gallery
152
- #: gallery-plugin.php:275
153
  msgid "Open the link"
154
  msgstr "Abrir o link"
155
 
156
  # @ gallery
157
- #: gallery-plugin.php:275
158
  msgid "Current window"
159
  msgstr "Janela atual"
160
 
161
  # @ gallery
162
- #: gallery-plugin.php:275
163
  msgid "New window"
164
  msgstr "Nova janela"
165
 
166
  # @ gallery
167
- #: gallery-plugin.php:276
168
  msgid "Delete"
169
  msgstr "Excluir"
170
 
171
  # @ gallery
172
- #: gallery-plugin.php:289
173
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
174
  msgstr "Você pode adicionar esta Galeria numa página ou post inserindo este shortcode no conteúdo"
175
 
176
  # @ gallery
177
- #: gallery-plugin.php:291
178
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
179
  msgstr "Se você quiser mostrar uma breve descrição contendo a miniatura e o link para a Página da Galeria use assim"
180
 
181
  # @ gallery
182
- #: gallery-plugin.php:476
183
  msgid "Author"
184
  msgstr "Autor"
185
 
186
  # @ gallery
187
- #: gallery-plugin.php:477
188
  msgid "Photo"
189
  msgstr "Foto"
190
 
191
  # @ gallery
192
- #: gallery-plugin.php:478
193
  msgid "Publishing"
194
  msgstr "Publicação"
195
 
196
  # @ gallery
197
- #: gallery-plugin.php:479
198
- #: gallery-plugin.php:813
199
  msgid "Date"
200
  msgstr "Data"
201
 
202
  # @ gallery
203
- #: gallery-plugin.php:605
204
  msgid "See images &raquo;"
205
  msgstr "Ver imagens &raquo;"
206
 
207
  # @ gallery
208
- #: gallery-plugin.php:689
209
  msgid "Settings are saved"
210
  msgstr "As configurações estão salvas"
211
 
212
  # @ gallery
213
- #: gallery-plugin.php:702
214
  msgid "Gallery Settings"
215
  msgstr "Configurações da Galeria"
216
 
217
  # @ gallery
218
- #: gallery-plugin.php:705
219
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
220
  msgstr "Se você quiser adicionar uma Galeria específica em sua página ou post, basta copiar e colar este shortcode em seu post ou página:"
221
 
222
  # @ gallery
223
- #: gallery-plugin.php:709
224
  msgid "Image size for the album cover"
225
  msgstr "Tamanho da imagem de capa do álbum"
226
 
227
  # @ gallery
228
- #: gallery-plugin.php:711
229
- #: gallery-plugin.php:719
230
- #: gallery-plugin.php:732
231
  msgid "Image size"
232
  msgstr "Tamanho da imagem"
233
 
234
  # @ gallery
235
- #: gallery-plugin.php:712
236
- #: gallery-plugin.php:720
237
  msgid "Width (in px)"
238
  msgstr "Largura (em px)"
239
 
240
  # @ gallery
241
- #: gallery-plugin.php:713
242
- #: gallery-plugin.php:721
243
  msgid "Height (in px)"
244
  msgstr "Altura (em px)"
245
 
246
  # @ gallery
247
- #: gallery-plugin.php:717
248
  msgid "Gallery image size"
249
  msgstr "Tamanho da imagem da galeria"
250
 
251
  # @ gallery
252
- #: gallery-plugin.php:725
253
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
254
  msgstr "WordPress irá criar uma nova miniatura com os tamanhos especificados quando você enviar uma nova foto."
255
 
256
  # @ gallery
257
- #: gallery-plugin.php:730
258
  msgid "Gallery image size in the lightbox"
259
  msgstr "Tamanho da imagem da galeria no Lightbox"
260
 
261
  # @ gallery
262
- #: gallery-plugin.php:733
263
  msgid "Max width (in px)"
264
  msgstr "Largura máxima (em px)"
265
 
266
  # @ gallery
267
- #: gallery-plugin.php:734
268
  msgid "Max height (in px)"
269
  msgstr "Altura máxima (em px)"
270
 
271
  # @ gallery
272
- #: gallery-plugin.php:735
273
  msgid "Display a full size image in the lightbox"
274
  msgstr "Exibir a imagem em tamanho original no Lightbox"
275
 
276
  # @ gallery
277
- #: gallery-plugin.php:739
278
  msgid "Crop position"
279
  msgstr "Posição de recorte"
280
 
281
  # @ gallery
282
- #: gallery-plugin.php:741
283
  msgid "Horizontal"
284
  msgstr "Horizontal"
285
 
286
  # @ gallery
287
- #: gallery-plugin.php:743
288
  msgid "left"
289
  msgstr "esquerda"
290
 
291
  # @ gallery
292
- #: gallery-plugin.php:744
293
- #: gallery-plugin.php:751
294
  msgid "center"
295
  msgstr "centro"
296
 
297
  # @ gallery
298
- #: gallery-plugin.php:745
299
  msgid "right"
300
  msgstr "direita"
301
 
302
  # @ gallery
303
- #: gallery-plugin.php:748
304
  msgid "Vertical"
305
  msgstr "Vertical"
306
 
307
  # @ gallery
308
- #: gallery-plugin.php:750
309
  msgid "top"
310
  msgstr "topo"
311
 
312
  # @ gallery
313
- #: gallery-plugin.php:752
314
  msgid "bottom"
315
  msgstr "fundo"
316
 
317
  # @ gallery
318
- #: gallery-plugin.php:757
319
  msgid "Lightbox background"
320
  msgstr "Fundo do Lightbox"
321
 
322
  # @ gallery
323
- #: gallery-plugin.php:759
324
  msgid "Default"
325
  msgstr "Padrão"
326
 
327
  # @ gallery
328
- #: gallery-plugin.php:760
329
  msgid "Background transparency (from 0 to 1)"
330
  msgstr "Transparência de background (de 0 a 1)"
331
 
332
  # @ gallery
333
- #: gallery-plugin.php:762
334
  msgid "Select a background color"
335
  msgstr "Selecionar uma cor de fundo"
336
 
337
  # @ gallery
338
- #: gallery-plugin.php:764
339
  msgid "Background color"
340
  msgstr "Cor de fundo"
341
 
342
  # @ gallery
343
- #: gallery-plugin.php:771
344
- #: gallery-plugin.php:882
345
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
346
  msgstr "Esta função está disponível na versão Pro do plugin. Para saber mais detalhes, por favor siga o link"
347
 
348
  # @ gallery
349
- #: gallery-plugin.php:778
350
  msgid "Images with border"
351
  msgstr "Imagens com borda"
352
 
353
  # @ gallery
354
- #: gallery-plugin.php:781
355
  msgid "Border width in px, just numbers"
356
  msgstr "Largura da borda em px, apenas os números"
357
 
358
  # @ gallery
359
- #: gallery-plugin.php:783
360
- #: gallery-plugin.php:785
361
  msgid "Select a border color"
362
  msgstr "Escolha a cor da borda"
363
 
364
  # @ gallery
365
- #: gallery-plugin.php:791
366
  msgid "Number of images in the row"
367
  msgstr "Número de imagens por linha"
368
 
369
  # @ gallery
370
- #: gallery-plugin.php:797
371
  msgid "Start slideshow"
372
  msgstr "Iniciar Apresentação de Slides"
373
 
374
  # @ gallery
375
- #: gallery-plugin.php:803
376
  msgid "Slideshow interval"
377
  msgstr "Intervalo de tempo entre cada Slide"
378
 
379
  # @ gallery
380
- #: gallery-plugin.php:811
381
  msgid "Attachment ID"
382
  msgstr "ID do anexo"
383
 
384
  # @ gallery
385
- #: gallery-plugin.php:812
386
  msgid "Image Name"
387
  msgstr "Nome da Imagem"
388
 
389
  # @ gallery
390
- #: gallery-plugin.php:814
391
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
392
  msgstr "Critério de ordenação (o campo de ordenação na caixa de diálogo em Adicionar Mídia)"
393
 
394
  # @ gallery
395
- #: gallery-plugin.php:815
396
  msgid "Random"
397
  msgstr "Aleatório"
398
 
399
  # @ gallery
400
- #: gallery-plugin.php:819
401
  msgid "Sort images"
402
  msgstr "Ordenar imagens:"
403
 
404
  # @ gallery
405
- #: gallery-plugin.php:821
406
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
407
  msgstr "ASC (ordem crescente dos valores mais baixos para os mais altos - 1, 2, 3; a, b, c)"
408
 
409
  # @ gallery
410
- #: gallery-plugin.php:822
411
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
412
  msgstr "DESC (ordem decrescente dos valores mais altos para os mais baixos - 3, 2, 1; c, b, a)"
413
 
414
  # @ gallery
415
- #: gallery-plugin.php:826
416
  msgid "Display text above the image"
417
  msgstr "Mostrar texto acima da imagem"
418
 
419
  # @ gallery
420
- #: gallery-plugin.php:828
421
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
422
  msgstr "Desmarque a caixa de seleção, se você deseja mostrar texto apenas numa lightbox"
423
 
424
  # @ gallery
425
- #: gallery-plugin.php:832
426
  msgid "Display the Back link"
427
  msgstr "Exibir o link Voltar"
428
 
429
  # @ gallery
430
- #: gallery-plugin.php:838
431
  msgid "Display the Back link in the shortcode"
432
  msgstr "Exibir o link Voltar no shortcode"
433
 
434
  # @ gallery
435
- #: gallery-plugin.php:844
436
  msgid "The Back link text"
437
  msgstr "Texto do link Voltar"
438
 
439
  # @ gallery
440
- #: gallery-plugin.php:850
441
  msgid "The Back link URL"
442
  msgstr "URL do link Voltar"
443
 
444
  # @ gallery
445
- #: gallery-plugin.php:852
446
  msgid "Gallery page (Page with Gallery Template)"
447
  msgstr "Página da Galeria (página usando o Modelo de Galeria)"
448
 
449
  # @ gallery
450
- #: gallery-plugin.php:854
451
  msgid "(Full URL to custom page)"
452
  msgstr "(URL completa para a página personalizada)"
453
 
454
  # @ gallery
455
- #: gallery-plugin.php:858
456
  msgid "The Read More link text"
457
  msgstr "Texto do link Leia Mais"
458
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
459
  # @ gallery
460
- #: gallery-plugin.php:866
461
  msgid "Display Like buttons in the lightbox"
462
  msgstr "Exibir botões de Curtir no Lightbox"
463
 
464
  # @ gallery
465
- #: gallery-plugin.php:868
466
  msgid "FaceBook"
467
  msgstr "Facebook"
468
 
469
  # @ gallery
470
- #: gallery-plugin.php:869
471
  msgid "Twitter"
472
  msgstr "Twitter"
473
 
474
  # @ gallery
475
- #: gallery-plugin.php:870
476
  msgid "Pinterest"
477
  msgstr "Pinterest"
478
 
479
  # @ gallery
480
- #: gallery-plugin.php:871
481
  msgid "Google +1"
482
  msgstr "Google +1"
483
 
484
  # @ gallery
485
- #: gallery-plugin.php:875
486
  msgid "Slug for gallery item"
487
  msgstr "Slug para o item da galeria"
488
 
489
  # @ gallery
490
- #: gallery-plugin.php:877
491
  msgid "for any structure of permalinks except the default structure"
492
  msgstr "para qualquer estrutura de links permanentes, exceto a estrutura padrão"
493
 
494
  # @ default
495
- #: gallery-plugin.php:890
496
  msgid "Save Changes"
497
  msgstr "Salvar Alterações"
498
 
499
  # @ bestwebsoft
500
  # @ gallery
501
- #: gallery-plugin.php:902
502
- #: gallery-plugin.php:917
503
  msgid "Settings"
504
  msgstr "Configurações"
505
 
506
  # @ gallery
507
- #: gallery-plugin.php:903
508
  msgid "FAQ"
509
  msgstr "FAQ"
510
 
511
  # @ gallery
512
- #: gallery-plugin.php:904
513
  msgid "Support"
514
  msgstr "Suporte"
515
 
516
  # @ gallery
517
- #: gallery-plugin.php:1114
518
- #: template/gallery-single-template.php:76
519
  msgid "Sorry, nothing found."
520
  msgstr "Desculpe, nada foi encontrado."
521
 
522
  # @ gallery
523
- #: gallery-plugin.php:1136
524
- #: template/gallery-single-template.php:102
525
  msgid "Download high resolution image"
526
  msgstr "Download de imagem de alta resolução"
527
 
528
  # @ gallery
529
- #: template/gallery-single-template.php:102
530
  msgid "Image"
531
  msgstr "Imagem"
532
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-28 17:43+0300\n"
6
+ "PO-Revision-Date: 2013-10-28 17:43+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: DJIO | Dionizio Bonfim Bach <wordpress@djio.com.br>\n"
9
  "MIME-Version: 1.0\n"
20
 
21
  # @ gallery
22
  #: gallery-plugin.php:101
23
+ #: gallery-plugin.php:754
24
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
25
  msgstr "Os seguintes arquivos \"gallery-template.php\" e \"gallery-single-template.php\" não foram encontrados no diretório do seu tema. Por favor, copie-os a partir do diretório `/wp-content/plugins/gallery-plugin/template/` para o diretório do seu tema para que o plugin Galeria funcione corretamente"
26
 
32
 
33
  # @ gallery
34
  #: gallery-plugin.php:126
35
+ #: gallery-plugin.php:605
36
  msgid "Gallery"
37
  msgstr "Galeria"
38
 
82
  msgstr "Shortcode da Galeria"
83
 
84
  # @ gallery
85
+ #: gallery-plugin.php:209
86
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
87
  msgstr "O diretório temporário da Galeria (gallery-plugin/upload/files) não está disponível para escrita em seu servidor Web. Por favor, utilize o método padrão do WP para fazer upload de imagens (biblioteca de mídia)"
88
 
89
  # @ gallery
90
+ #: gallery-plugin.php:213
91
  msgid "Choose an image for upload:"
92
  msgstr "Escolha uma imagem para fazer upload:"
93
 
94
  # @ gallery
95
+ #: gallery-plugin.php:218
96
  msgid "Please enable JavaScript to use the file uploader."
97
  msgstr "Favor havilitar o Javascript para usar o envio de arquivos."
98
 
99
  # @ gallery
100
+ #: gallery-plugin.php:225
101
  msgid "Allow the download link for all images in this gallery"
102
  msgstr "Permitir o link de download para todas as imagens nesta galeria"
103
 
104
  # @ gallery
105
+ #: gallery-plugin.php:226
106
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
107
  msgstr "Por favor, use a função arrastar e soltar para alterar a ordem de exibição das imagens e não se esqueça de salvar o post."
108
 
109
  # @ gallery
110
+ #: gallery-plugin.php:228
111
  msgid "Please make a choice"
112
  msgstr "Por favor, faça uma escolha"
113
 
114
  # @ gallery
115
+ #: gallery-plugin.php:228
116
+ #: gallery-plugin.php:867
117
  msgid "Sort images by"
118
  msgstr "Ordenar imagens por"
119
 
120
  # @ gallery
121
+ #: gallery-plugin.php:228
122
  msgid "sort images"
123
  msgstr "ordenar imagens"
124
 
125
  # @ gallery
126
+ #: gallery-plugin.php:228
127
  msgid "on the plugin settings page ("
128
  msgstr "da página de configurações do plugin ("
129
 
130
  # @ gallery
131
+ #: gallery-plugin.php:272
132
+ #: gallery-plugin.php:501
133
  msgid "Title"
134
  msgstr "Título"
135
 
136
+ #: gallery-plugin.php:274
137
+ msgid "Alt tag"
138
+ msgstr ""
139
+
140
  # @ gallery
141
+ #: gallery-plugin.php:275
142
  msgid "URL"
143
  msgstr "URL"
144
 
145
  # @ gallery
146
+ #: gallery-plugin.php:275
147
  msgid "(by click on image opens a link in a new window)"
148
  msgstr "(clicar na imagem abre um link em uma nova janela)"
149
 
150
  # @ gallery
151
+ #: gallery-plugin.php:276
152
  msgid "This setting is available in Pro version"
153
  msgstr "Esta configuração está disponível na versão Pro"
154
 
155
  # @ gallery
156
+ #: gallery-plugin.php:277
157
  msgid "Open the link"
158
  msgstr "Abrir o link"
159
 
160
  # @ gallery
161
+ #: gallery-plugin.php:277
162
  msgid "Current window"
163
  msgstr "Janela atual"
164
 
165
  # @ gallery
166
+ #: gallery-plugin.php:277
167
  msgid "New window"
168
  msgstr "Nova janela"
169
 
170
  # @ gallery
171
+ #: gallery-plugin.php:278
172
  msgid "Delete"
173
  msgstr "Excluir"
174
 
175
  # @ gallery
176
+ #: gallery-plugin.php:291
177
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
178
  msgstr "Você pode adicionar esta Galeria numa página ou post inserindo este shortcode no conteúdo"
179
 
180
  # @ gallery
181
+ #: gallery-plugin.php:293
182
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
183
  msgstr "Se você quiser mostrar uma breve descrição contendo a miniatura e o link para a Página da Galeria use assim"
184
 
185
  # @ gallery
186
+ #: gallery-plugin.php:502
187
  msgid "Author"
188
  msgstr "Autor"
189
 
190
  # @ gallery
191
+ #: gallery-plugin.php:503
192
  msgid "Photo"
193
  msgstr "Foto"
194
 
195
  # @ gallery
196
+ #: gallery-plugin.php:504
197
  msgid "Publishing"
198
  msgstr "Publicação"
199
 
200
  # @ gallery
201
+ #: gallery-plugin.php:505
202
+ #: gallery-plugin.php:871
203
  msgid "Date"
204
  msgstr "Data"
205
 
206
  # @ gallery
207
+ #: gallery-plugin.php:631
208
  msgid "See images &raquo;"
209
  msgstr "Ver imagens &raquo;"
210
 
211
  # @ gallery
212
+ #: gallery-plugin.php:747
213
  msgid "Settings are saved"
214
  msgstr "As configurações estão salvas"
215
 
216
  # @ gallery
217
+ #: gallery-plugin.php:760
218
  msgid "Gallery Settings"
219
  msgstr "Configurações da Galeria"
220
 
221
  # @ gallery
222
+ #: gallery-plugin.php:763
223
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
224
  msgstr "Se você quiser adicionar uma Galeria específica em sua página ou post, basta copiar e colar este shortcode em seu post ou página:"
225
 
226
  # @ gallery
227
+ #: gallery-plugin.php:767
228
  msgid "Image size for the album cover"
229
  msgstr "Tamanho da imagem de capa do álbum"
230
 
231
  # @ gallery
232
+ #: gallery-plugin.php:769
233
+ #: gallery-plugin.php:777
234
+ #: gallery-plugin.php:790
235
  msgid "Image size"
236
  msgstr "Tamanho da imagem"
237
 
238
  # @ gallery
239
+ #: gallery-plugin.php:770
240
+ #: gallery-plugin.php:778
241
  msgid "Width (in px)"
242
  msgstr "Largura (em px)"
243
 
244
  # @ gallery
245
+ #: gallery-plugin.php:771
246
+ #: gallery-plugin.php:779
247
  msgid "Height (in px)"
248
  msgstr "Altura (em px)"
249
 
250
  # @ gallery
251
+ #: gallery-plugin.php:775
252
  msgid "Gallery image size"
253
  msgstr "Tamanho da imagem da galeria"
254
 
255
  # @ gallery
256
+ #: gallery-plugin.php:783
257
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
258
  msgstr "WordPress irá criar uma nova miniatura com os tamanhos especificados quando você enviar uma nova foto."
259
 
260
  # @ gallery
261
+ #: gallery-plugin.php:788
262
  msgid "Gallery image size in the lightbox"
263
  msgstr "Tamanho da imagem da galeria no Lightbox"
264
 
265
  # @ gallery
266
+ #: gallery-plugin.php:791
267
  msgid "Max width (in px)"
268
  msgstr "Largura máxima (em px)"
269
 
270
  # @ gallery
271
+ #: gallery-plugin.php:792
272
  msgid "Max height (in px)"
273
  msgstr "Altura máxima (em px)"
274
 
275
  # @ gallery
276
+ #: gallery-plugin.php:793
277
  msgid "Display a full size image in the lightbox"
278
  msgstr "Exibir a imagem em tamanho original no Lightbox"
279
 
280
  # @ gallery
281
+ #: gallery-plugin.php:797
282
  msgid "Crop position"
283
  msgstr "Posição de recorte"
284
 
285
  # @ gallery
286
+ #: gallery-plugin.php:799
287
  msgid "Horizontal"
288
  msgstr "Horizontal"
289
 
290
  # @ gallery
291
+ #: gallery-plugin.php:801
292
  msgid "left"
293
  msgstr "esquerda"
294
 
295
  # @ gallery
296
+ #: gallery-plugin.php:802
297
+ #: gallery-plugin.php:809
298
  msgid "center"
299
  msgstr "centro"
300
 
301
  # @ gallery
302
+ #: gallery-plugin.php:803
303
  msgid "right"
304
  msgstr "direita"
305
 
306
  # @ gallery
307
+ #: gallery-plugin.php:806
308
  msgid "Vertical"
309
  msgstr "Vertical"
310
 
311
  # @ gallery
312
+ #: gallery-plugin.php:808
313
  msgid "top"
314
  msgstr "topo"
315
 
316
  # @ gallery
317
+ #: gallery-plugin.php:810
318
  msgid "bottom"
319
  msgstr "fundo"
320
 
321
  # @ gallery
322
+ #: gallery-plugin.php:815
323
  msgid "Lightbox background"
324
  msgstr "Fundo do Lightbox"
325
 
326
  # @ gallery
327
+ #: gallery-plugin.php:817
328
  msgid "Default"
329
  msgstr "Padrão"
330
 
331
  # @ gallery
332
+ #: gallery-plugin.php:818
333
  msgid "Background transparency (from 0 to 1)"
334
  msgstr "Transparência de background (de 0 a 1)"
335
 
336
  # @ gallery
337
+ #: gallery-plugin.php:820
338
  msgid "Select a background color"
339
  msgstr "Selecionar uma cor de fundo"
340
 
341
  # @ gallery
342
+ #: gallery-plugin.php:822
343
  msgid "Background color"
344
  msgstr "Cor de fundo"
345
 
346
  # @ gallery
347
+ #: gallery-plugin.php:829
348
+ #: gallery-plugin.php:971
349
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
350
  msgstr "Esta função está disponível na versão Pro do plugin. Para saber mais detalhes, por favor siga o link"
351
 
352
  # @ gallery
353
+ #: gallery-plugin.php:836
354
  msgid "Images with border"
355
  msgstr "Imagens com borda"
356
 
357
  # @ gallery
358
+ #: gallery-plugin.php:839
359
  msgid "Border width in px, just numbers"
360
  msgstr "Largura da borda em px, apenas os números"
361
 
362
  # @ gallery
363
+ #: gallery-plugin.php:841
364
+ #: gallery-plugin.php:843
365
  msgid "Select a border color"
366
  msgstr "Escolha a cor da borda"
367
 
368
  # @ gallery
369
+ #: gallery-plugin.php:849
370
  msgid "Number of images in the row"
371
  msgstr "Número de imagens por linha"
372
 
373
  # @ gallery
374
+ #: gallery-plugin.php:855
375
  msgid "Start slideshow"
376
  msgstr "Iniciar Apresentação de Slides"
377
 
378
  # @ gallery
379
+ #: gallery-plugin.php:861
380
  msgid "Slideshow interval"
381
  msgstr "Intervalo de tempo entre cada Slide"
382
 
383
  # @ gallery
384
+ #: gallery-plugin.php:869
385
  msgid "Attachment ID"
386
  msgstr "ID do anexo"
387
 
388
  # @ gallery
389
+ #: gallery-plugin.php:870
390
  msgid "Image Name"
391
  msgstr "Nome da Imagem"
392
 
393
  # @ gallery
394
+ #: gallery-plugin.php:872
395
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
396
  msgstr "Critério de ordenação (o campo de ordenação na caixa de diálogo em Adicionar Mídia)"
397
 
398
  # @ gallery
399
+ #: gallery-plugin.php:873
400
  msgid "Random"
401
  msgstr "Aleatório"
402
 
403
  # @ gallery
404
+ #: gallery-plugin.php:877
405
  msgid "Sort images"
406
  msgstr "Ordenar imagens:"
407
 
408
  # @ gallery
409
+ #: gallery-plugin.php:879
410
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
411
  msgstr "ASC (ordem crescente dos valores mais baixos para os mais altos - 1, 2, 3; a, b, c)"
412
 
413
  # @ gallery
414
+ #: gallery-plugin.php:880
415
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
416
  msgstr "DESC (ordem decrescente dos valores mais altos para os mais baixos - 3, 2, 1; c, b, a)"
417
 
418
  # @ gallery
419
+ #: gallery-plugin.php:884
420
  msgid "Display text above the image"
421
  msgstr "Mostrar texto acima da imagem"
422
 
423
  # @ gallery
424
+ #: gallery-plugin.php:886
425
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
426
  msgstr "Desmarque a caixa de seleção, se você deseja mostrar texto apenas numa lightbox"
427
 
428
  # @ gallery
429
+ #: gallery-plugin.php:890
430
  msgid "Display the Back link"
431
  msgstr "Exibir o link Voltar"
432
 
433
  # @ gallery
434
+ #: gallery-plugin.php:896
435
  msgid "Display the Back link in the shortcode"
436
  msgstr "Exibir o link Voltar no shortcode"
437
 
438
  # @ gallery
439
+ #: gallery-plugin.php:902
440
  msgid "The Back link text"
441
  msgstr "Texto do link Voltar"
442
 
443
  # @ gallery
444
+ #: gallery-plugin.php:908
445
  msgid "The Back link URL"
446
  msgstr "URL do link Voltar"
447
 
448
  # @ gallery
449
+ #: gallery-plugin.php:910
450
  msgid "Gallery page (Page with Gallery Template)"
451
  msgstr "Página da Galeria (página usando o Modelo de Galeria)"
452
 
453
  # @ gallery
454
+ #: gallery-plugin.php:912
455
  msgid "(Full URL to custom page)"
456
  msgstr "(URL completa para a página personalizada)"
457
 
458
  # @ gallery
459
+ #: gallery-plugin.php:916
460
  msgid "The Read More link text"
461
  msgstr "Texto do link Leia Mais"
462
 
463
+ #: gallery-plugin.php:922
464
+ msgid "Add gallery to the search"
465
+ msgstr ""
466
+
467
+ #: gallery-plugin.php:941
468
+ #: gallery-plugin.php:944
469
+ #: gallery-plugin.php:948
470
+ msgid "Using Custom Search powered by"
471
+ msgstr ""
472
+
473
+ #: gallery-plugin.php:944
474
+ msgid "Activate Custom Search"
475
+ msgstr ""
476
+
477
+ #: gallery-plugin.php:948
478
+ msgid "Download Custom Search"
479
+ msgstr ""
480
+
481
  # @ gallery
482
+ #: gallery-plugin.php:955
483
  msgid "Display Like buttons in the lightbox"
484
  msgstr "Exibir botões de Curtir no Lightbox"
485
 
486
  # @ gallery
487
+ #: gallery-plugin.php:957
488
  msgid "FaceBook"
489
  msgstr "Facebook"
490
 
491
  # @ gallery
492
+ #: gallery-plugin.php:958
493
  msgid "Twitter"
494
  msgstr "Twitter"
495
 
496
  # @ gallery
497
+ #: gallery-plugin.php:959
498
  msgid "Pinterest"
499
  msgstr "Pinterest"
500
 
501
  # @ gallery
502
+ #: gallery-plugin.php:960
503
  msgid "Google +1"
504
  msgstr "Google +1"
505
 
506
  # @ gallery
507
+ #: gallery-plugin.php:964
508
  msgid "Slug for gallery item"
509
  msgstr "Slug para o item da galeria"
510
 
511
  # @ gallery
512
+ #: gallery-plugin.php:966
513
  msgid "for any structure of permalinks except the default structure"
514
  msgstr "para qualquer estrutura de links permanentes, exceto a estrutura padrão"
515
 
516
  # @ default
517
+ #: gallery-plugin.php:979
518
  msgid "Save Changes"
519
  msgstr "Salvar Alterações"
520
 
521
  # @ bestwebsoft
522
  # @ gallery
523
+ #: gallery-plugin.php:991
524
+ #: gallery-plugin.php:1006
525
  msgid "Settings"
526
  msgstr "Configurações"
527
 
528
  # @ gallery
529
+ #: gallery-plugin.php:992
530
  msgid "FAQ"
531
  msgstr "FAQ"
532
 
533
  # @ gallery
534
+ #: gallery-plugin.php:993
535
  msgid "Support"
536
  msgstr "Suporte"
537
 
538
  # @ gallery
539
+ #: gallery-plugin.php:1203
540
+ #: template/gallery-single-template.php:77
541
  msgid "Sorry, nothing found."
542
  msgstr "Desculpe, nada foi encontrado."
543
 
544
  # @ gallery
545
+ #: gallery-plugin.php:1225
546
+ #: template/gallery-single-template.php:103
547
  msgid "Download high resolution image"
548
  msgstr "Download de imagem de alta resolução"
549
 
550
  # @ gallery
551
+ #: template/gallery-single-template.php:103
552
  msgid "Image"
553
  msgstr "Imagem"
554
 
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: 2013-09-04 17:37+0300\n"
6
- "PO-Revision-Date: 2013-09-04 17:38+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
- #: gallery-plugin.php:695
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr "Файлы \"gallery-template.php\" и \"gallery-single-template.php\" не найден в каталоге вашей темы. Пожалуйста, скопируйте их из каталога `/ wp-content/plugins/gallery-plugin/template /` в директорию вашей темы для корректной работы плагина Галерея"
23
 
@@ -27,7 +27,7 @@ msgid "Galleries"
27
  msgstr "Галереи"
28
 
29
  #: gallery-plugin.php:126
30
- #: gallery-plugin.php:579
31
  msgid "Gallery"
32
  msgstr "Галерея"
33
 
@@ -67,364 +67,386 @@ msgstr "Загрузить файлы"
67
  msgid "Gallery Shortcode"
68
  msgstr "Шорткод Для Галереи"
69
 
70
- #: gallery-plugin.php:208
71
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
72
  msgstr "Каталог галереи для сохранения временных файлов (gallery-plugin/upload/files) закрыт для записи на вашем веб-сервере. Пожалуйста, воспользуйтесь стандартным функционалом WP для загрузки изображения (медиа-библиотека)"
73
 
74
- #: gallery-plugin.php:212
75
  msgid "Choose an image for upload:"
76
  msgstr "Выбрать файлы для загрузки:"
77
 
78
- #: gallery-plugin.php:217
79
  msgid "Please enable JavaScript to use the file uploader."
80
  msgstr "Пожалуйста, включите javascript для использования загрузчика файлов."
81
 
82
- #: gallery-plugin.php:224
83
  msgid "Allow the download link for all images in this gallery"
84
  msgstr "Разрешить ссылку для загрузки для всех изображений в этой галерее"
85
 
86
- #: gallery-plugin.php:225
87
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
88
  msgstr "Воспользуйтесь перетаскиванием, чтобы изменить порядок отображения изображений и не забудьте сохранить пост."
89
 
90
- #: gallery-plugin.php:227
91
  msgid "Please make a choice"
92
  msgstr "Пожалуйста, выберите"
93
 
94
- #: gallery-plugin.php:227
95
- #: gallery-plugin.php:808
96
  msgid "Sort images by"
97
  msgstr "Изображения сортируются по"
98
 
99
- #: gallery-plugin.php:227
100
  msgid "sort images"
101
  msgstr "сортировать изображения"
102
 
103
- #: gallery-plugin.php:227
104
  msgid "on the plugin settings page ("
105
  msgstr "на странице настроек плагина ("
106
 
107
- #: gallery-plugin.php:271
108
- #: gallery-plugin.php:475
109
  msgid "Title"
110
  msgstr "Название"
111
 
112
- #: gallery-plugin.php:273
 
 
 
 
113
  msgid "URL"
114
  msgstr "Ссылка"
115
 
116
- #: gallery-plugin.php:273
117
  msgid "(by click on image opens a link in a new window)"
118
  msgstr "(нажатие на изображение открывает данную ссылку в новом окне браузера)"
119
 
120
- #: gallery-plugin.php:274
121
  msgid "This setting is available in Pro version"
122
  msgstr "Эти настройки доступны в Pro версии"
123
 
124
- #: gallery-plugin.php:275
125
  msgid "Open the link"
126
  msgstr "Открыть ссылку"
127
 
128
- #: gallery-plugin.php:275
129
  msgid "Current window"
130
  msgstr "Текущее окно"
131
 
132
- #: gallery-plugin.php:275
133
  msgid "New window"
134
  msgstr "Новое окно"
135
 
136
- #: gallery-plugin.php:276
137
  msgid "Delete"
138
  msgstr "Удалить"
139
 
140
- #: gallery-plugin.php:289
141
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
142
  msgstr "Вы можете добавить Галерею на вашу страницу или пост, просто скопируйте и поместить этот шорткод в контент поста или страницы:"
143
 
144
- #: gallery-plugin.php:291
145
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
146
  msgstr "Если вы хотите вывести краткую форму галереи со ссылкой на Single Gallery Page"
147
 
148
- #: gallery-plugin.php:476
149
  msgid "Author"
150
  msgstr "Автор"
151
 
152
- #: gallery-plugin.php:477
153
  msgid "Photo"
154
  msgstr "Фото"
155
 
156
- #: gallery-plugin.php:478
157
  msgid "Publishing"
158
  msgstr "Опубликование"
159
 
160
- #: gallery-plugin.php:479
161
- #: gallery-plugin.php:812
162
  msgid "Date"
163
  msgstr "Дата"
164
 
165
- #: gallery-plugin.php:605
166
  msgid "See images &raquo;"
167
  msgstr "Смотреть фотографии &raquo;"
168
 
169
- #: gallery-plugin.php:688
170
  msgid "Settings are saved"
171
  msgstr "Опции сохранены"
172
 
173
- #: gallery-plugin.php:701
174
  msgid "Gallery Settings"
175
  msgstr "Настройки Галереи"
176
 
177
- #: gallery-plugin.php:704
178
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
179
  msgstr "Если вы хотели бы добавить Галерею на вашу страницу или пост, просто скопируйте и поместите этот шорткод в контент поста или страницы:"
180
 
181
- #: gallery-plugin.php:708
182
  msgid "Image size for the album cover"
183
  msgstr "Размер изображения для обложки альбома галереи"
184
 
185
- #: gallery-plugin.php:710
186
- #: gallery-plugin.php:718
187
- #: gallery-plugin.php:731
188
  msgid "Image size"
189
  msgstr "Название размера изображения"
190
 
191
- #: gallery-plugin.php:711
192
- #: gallery-plugin.php:719
193
  msgid "Width (in px)"
194
  msgstr "Ширина (в px)"
195
 
196
- #: gallery-plugin.php:712
197
- #: gallery-plugin.php:720
198
  msgid "Height (in px)"
199
  msgstr "Высота (в px)"
200
 
201
- #: gallery-plugin.php:716
202
  msgid "Gallery image size"
203
  msgstr "Размер изображений Галереи"
204
 
205
- #: gallery-plugin.php:724
206
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
207
  msgstr "WordPress создаст новую миниатюру с заданными размерами при загрузке новой фотографии."
208
 
209
- #: gallery-plugin.php:729
210
  msgid "Gallery image size in the lightbox"
211
  msgstr "Размер изображений Галереи в лайтбоксе"
212
 
213
- #: gallery-plugin.php:732
214
  msgid "Max width (in px)"
215
  msgstr "Макс. ширина (в px)"
216
 
217
- #: gallery-plugin.php:733
218
  msgid "Max height (in px)"
219
  msgstr "Макс. высота (в px)"
220
 
221
- #: gallery-plugin.php:734
222
  msgid "Display a full size image in the lightbox"
223
  msgstr "Если вы хотите отображать полное изображение в лайтбоксе"
224
 
225
- #: gallery-plugin.php:738
226
  msgid "Crop position"
227
  msgstr "Позиция обрезки"
228
 
229
- #: gallery-plugin.php:740
230
  msgid "Horizontal"
231
  msgstr "Горизонтальная"
232
 
233
- #: gallery-plugin.php:742
234
  msgid "left"
235
  msgstr "лево"
236
 
237
- #: gallery-plugin.php:743
238
- #: gallery-plugin.php:750
239
  msgid "center"
240
  msgstr "центр"
241
 
242
- #: gallery-plugin.php:744
243
  msgid "right"
244
  msgstr "право"
245
 
246
- #: gallery-plugin.php:747
247
  msgid "Vertical"
248
  msgstr "Вертикальная"
249
 
250
- #: gallery-plugin.php:749
251
  msgid "top"
252
  msgstr "верх"
253
 
254
- #: gallery-plugin.php:751
255
  msgid "bottom"
256
  msgstr "низ"
257
 
258
- #: gallery-plugin.php:756
259
  msgid "Lightbox background"
260
  msgstr "Фон лайтбокса"
261
 
262
- #: gallery-plugin.php:758
263
  msgid "Default"
264
  msgstr "По-умолчанию"
265
 
266
- #: gallery-plugin.php:759
267
  msgid "Background transparency (from 0 to 1)"
268
  msgstr "Прозрачность для фона (от 0 до 1)"
269
 
270
- #: gallery-plugin.php:761
271
  msgid "Select a background color"
272
  msgstr "Выберите цвет фона"
273
 
274
- #: gallery-plugin.php:763
275
  msgid "Background color"
276
  msgstr "Цвет фона"
277
 
278
- #: gallery-plugin.php:770
279
- #: gallery-plugin.php:879
280
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
281
  msgstr "Этот функционал доступен в Pro версии плагина. Для детального ознакомления, перейдите по ссылке"
282
 
283
- #: gallery-plugin.php:777
284
  msgid "Images with border"
285
  msgstr "Изображения с рамкой"
286
 
287
- #: gallery-plugin.php:780
288
  msgid "Border width in px, just numbers"
289
  msgstr "Ширина рамки в px, только числа"
290
 
291
- #: gallery-plugin.php:782
292
- #: gallery-plugin.php:784
293
  msgid "Select a border color"
294
  msgstr "Выберите цвет рамки"
295
 
296
- #: gallery-plugin.php:790
297
  msgid "Number of images in the row"
298
  msgstr "Количество изображений в строке"
299
 
300
- #: gallery-plugin.php:796
301
  msgid "Start slideshow"
302
  msgstr "Начать слайдшоу"
303
 
304
- #: gallery-plugin.php:802
305
  msgid "Slideshow interval"
306
  msgstr "Интервал времени при показе слайдшоу"
307
 
308
- #: gallery-plugin.php:810
309
  msgid "Attachment ID"
310
  msgstr "id изображения"
311
 
312
- #: gallery-plugin.php:811
313
  msgid "Image Name"
314
  msgstr "названию изображения"
315
 
316
- #: gallery-plugin.php:813
317
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
318
  msgstr "сортировка по порядку (поле для ввода порядка сортировки в диалоге Insert / Upload Media Gallery)"
319
 
320
- #: gallery-plugin.php:814
321
  msgid "Random"
322
  msgstr "произвольно"
323
 
324
- #: gallery-plugin.php:818
325
  msgid "Sort images"
326
  msgstr "Сортировать изображения"
327
 
328
- #: gallery-plugin.php:820
329
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
330
  msgstr "ASC (в порядке возрастания от наименьшего до наибольшего значения - 1, 2, 3, а, б, в)"
331
 
332
- #: gallery-plugin.php:821
333
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
334
  msgstr "DESC (по убыванию от самого высокого до самого низкого значения - 3, 2, 1, C, B)"
335
 
336
- #: gallery-plugin.php:825
337
  msgid "Display text above the image"
338
  msgstr "Отображение текста над изображением"
339
 
340
- #: gallery-plugin.php:827
341
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
342
  msgstr "Отключите чекбокс, если вы хотите отображать текст только в лайтбоксе"
343
 
344
- #: gallery-plugin.php:831
345
  msgid "Display the Back link"
346
  msgstr "Отображать ссылку Вернуться"
347
 
348
- #: gallery-plugin.php:837
349
  msgid "Display the Back link in the shortcode"
350
  msgstr "Отображаться ссылку Вернуться в шорткоде"
351
 
352
- #: gallery-plugin.php:843
353
  msgid "The Back link text"
354
  msgstr "Текст для ссылки Вернуться"
355
 
356
- #: gallery-plugin.php:849
357
  msgid "The Back link URL"
358
  msgstr "URL для ссылки Вернуться"
359
 
360
- #: gallery-plugin.php:851
361
  msgid "Gallery page (Page with Gallery Template)"
362
  msgstr "Страница галереи (Страница с Gallery Template)"
363
 
364
- #: gallery-plugin.php:853
365
  msgid "(Full URL to custom page)"
366
  msgstr "(Полная ссылка на пользовательскую страницу)"
367
 
368
- #: gallery-plugin.php:857
369
  msgid "The Read More link text"
370
  msgstr "Текст для ссылки Вернуться"
371
 
372
- #: gallery-plugin.php:865
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
373
  msgid "Display Like buttons in the lightbox"
374
  msgstr "Отображать Like кнопки в лайтбоксе"
375
 
376
- #: gallery-plugin.php:867
377
  msgid "FaceBook"
378
  msgstr "FaceBook"
379
 
380
- #: gallery-plugin.php:868
381
  msgid "Twitter"
382
  msgstr "Twitter"
383
 
384
- #: gallery-plugin.php:869
385
  msgid "Pinterest"
386
  msgstr "Pinterest"
387
 
388
- #: gallery-plugin.php:870
389
  msgid "Google +1"
390
  msgstr "Google +1"
391
 
392
- #: gallery-plugin.php:873
393
  msgid "Slug for gallery item"
394
  msgstr "Название для элементов галереи"
395
 
396
- #: gallery-plugin.php:875
397
  msgid "for any structure of permalinks except the default structure"
398
  msgstr "для любой структуры ссылок, за исключением структуры по умолчанию"
399
 
400
- #: gallery-plugin.php:887
401
  msgid "Save Changes"
402
  msgstr "Сохранить изменения"
403
 
404
- #: gallery-plugin.php:899
405
- #: gallery-plugin.php:914
406
  msgid "Settings"
407
  msgstr "Настройки"
408
 
409
- #: gallery-plugin.php:900
410
  msgid "FAQ"
411
  msgstr "FAQ"
412
 
413
- #: gallery-plugin.php:901
414
  msgid "Support"
415
  msgstr "Поддержка"
416
 
417
- #: gallery-plugin.php:1111
418
- #: template/gallery-single-template.php:76
419
  msgid "Sorry, nothing found."
420
  msgstr "Извините, ничего не найдено."
421
 
422
- #: gallery-plugin.php:1133
423
- #: template/gallery-single-template.php:102
424
  msgid "Download high resolution image"
425
  msgstr "Скачать изображение в высоком разрешении"
426
 
427
- #: template/gallery-single-template.php:102
428
  msgid "Image"
429
  msgstr "Изображение"
430
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-28 17:43+0300\n"
6
+ "PO-Revision-Date: 2013-10-28 17:45+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
+ #: gallery-plugin.php:754
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr "Файлы \"gallery-template.php\" и \"gallery-single-template.php\" не найден в каталоге вашей темы. Пожалуйста, скопируйте их из каталога `/ wp-content/plugins/gallery-plugin/template /` в директорию вашей темы для корректной работы плагина Галерея"
23
 
27
  msgstr "Галереи"
28
 
29
  #: gallery-plugin.php:126
30
+ #: gallery-plugin.php:605
31
  msgid "Gallery"
32
  msgstr "Галерея"
33
 
67
  msgid "Gallery Shortcode"
68
  msgstr "Шорткод Для Галереи"
69
 
70
+ #: gallery-plugin.php:209
71
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
72
  msgstr "Каталог галереи для сохранения временных файлов (gallery-plugin/upload/files) закрыт для записи на вашем веб-сервере. Пожалуйста, воспользуйтесь стандартным функционалом WP для загрузки изображения (медиа-библиотека)"
73
 
74
+ #: gallery-plugin.php:213
75
  msgid "Choose an image for upload:"
76
  msgstr "Выбрать файлы для загрузки:"
77
 
78
+ #: gallery-plugin.php:218
79
  msgid "Please enable JavaScript to use the file uploader."
80
  msgstr "Пожалуйста, включите javascript для использования загрузчика файлов."
81
 
82
+ #: gallery-plugin.php:225
83
  msgid "Allow the download link for all images in this gallery"
84
  msgstr "Разрешить ссылку для загрузки для всех изображений в этой галерее"
85
 
86
+ #: gallery-plugin.php:226
87
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
88
  msgstr "Воспользуйтесь перетаскиванием, чтобы изменить порядок отображения изображений и не забудьте сохранить пост."
89
 
90
+ #: gallery-plugin.php:228
91
  msgid "Please make a choice"
92
  msgstr "Пожалуйста, выберите"
93
 
94
+ #: gallery-plugin.php:228
95
+ #: gallery-plugin.php:867
96
  msgid "Sort images by"
97
  msgstr "Изображения сортируются по"
98
 
99
+ #: gallery-plugin.php:228
100
  msgid "sort images"
101
  msgstr "сортировать изображения"
102
 
103
+ #: gallery-plugin.php:228
104
  msgid "on the plugin settings page ("
105
  msgstr "на странице настроек плагина ("
106
 
107
+ #: gallery-plugin.php:272
108
+ #: gallery-plugin.php:501
109
  msgid "Title"
110
  msgstr "Название"
111
 
112
+ #: gallery-plugin.php:274
113
+ msgid "Alt tag"
114
+ msgstr "Тэг \"Alt\""
115
+
116
+ #: gallery-plugin.php:275
117
  msgid "URL"
118
  msgstr "Ссылка"
119
 
120
+ #: gallery-plugin.php:275
121
  msgid "(by click on image opens a link in a new window)"
122
  msgstr "(нажатие на изображение открывает данную ссылку в новом окне браузера)"
123
 
124
+ #: gallery-plugin.php:276
125
  msgid "This setting is available in Pro version"
126
  msgstr "Эти настройки доступны в Pro версии"
127
 
128
+ #: gallery-plugin.php:277
129
  msgid "Open the link"
130
  msgstr "Открыть ссылку"
131
 
132
+ #: gallery-plugin.php:277
133
  msgid "Current window"
134
  msgstr "Текущее окно"
135
 
136
+ #: gallery-plugin.php:277
137
  msgid "New window"
138
  msgstr "Новое окно"
139
 
140
+ #: gallery-plugin.php:278
141
  msgid "Delete"
142
  msgstr "Удалить"
143
 
144
+ #: gallery-plugin.php:291
145
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
146
  msgstr "Вы можете добавить Галерею на вашу страницу или пост, просто скопируйте и поместить этот шорткод в контент поста или страницы:"
147
 
148
+ #: gallery-plugin.php:293
149
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
150
  msgstr "Если вы хотите вывести краткую форму галереи со ссылкой на Single Gallery Page"
151
 
152
+ #: gallery-plugin.php:502
153
  msgid "Author"
154
  msgstr "Автор"
155
 
156
+ #: gallery-plugin.php:503
157
  msgid "Photo"
158
  msgstr "Фото"
159
 
160
+ #: gallery-plugin.php:504
161
  msgid "Publishing"
162
  msgstr "Опубликование"
163
 
164
+ #: gallery-plugin.php:505
165
+ #: gallery-plugin.php:871
166
  msgid "Date"
167
  msgstr "Дата"
168
 
169
+ #: gallery-plugin.php:631
170
  msgid "See images &raquo;"
171
  msgstr "Смотреть фотографии &raquo;"
172
 
173
+ #: gallery-plugin.php:747
174
  msgid "Settings are saved"
175
  msgstr "Опции сохранены"
176
 
177
+ #: gallery-plugin.php:760
178
  msgid "Gallery Settings"
179
  msgstr "Настройки Галереи"
180
 
181
+ #: gallery-plugin.php:763
182
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
183
  msgstr "Если вы хотели бы добавить Галерею на вашу страницу или пост, просто скопируйте и поместите этот шорткод в контент поста или страницы:"
184
 
185
+ #: gallery-plugin.php:767
186
  msgid "Image size for the album cover"
187
  msgstr "Размер изображения для обложки альбома галереи"
188
 
189
+ #: gallery-plugin.php:769
190
+ #: gallery-plugin.php:777
191
+ #: gallery-plugin.php:790
192
  msgid "Image size"
193
  msgstr "Название размера изображения"
194
 
195
+ #: gallery-plugin.php:770
196
+ #: gallery-plugin.php:778
197
  msgid "Width (in px)"
198
  msgstr "Ширина (в px)"
199
 
200
+ #: gallery-plugin.php:771
201
+ #: gallery-plugin.php:779
202
  msgid "Height (in px)"
203
  msgstr "Высота (в px)"
204
 
205
+ #: gallery-plugin.php:775
206
  msgid "Gallery image size"
207
  msgstr "Размер изображений Галереи"
208
 
209
+ #: gallery-plugin.php:783
210
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
211
  msgstr "WordPress создаст новую миниатюру с заданными размерами при загрузке новой фотографии."
212
 
213
+ #: gallery-plugin.php:788
214
  msgid "Gallery image size in the lightbox"
215
  msgstr "Размер изображений Галереи в лайтбоксе"
216
 
217
+ #: gallery-plugin.php:791
218
  msgid "Max width (in px)"
219
  msgstr "Макс. ширина (в px)"
220
 
221
+ #: gallery-plugin.php:792
222
  msgid "Max height (in px)"
223
  msgstr "Макс. высота (в px)"
224
 
225
+ #: gallery-plugin.php:793
226
  msgid "Display a full size image in the lightbox"
227
  msgstr "Если вы хотите отображать полное изображение в лайтбоксе"
228
 
229
+ #: gallery-plugin.php:797
230
  msgid "Crop position"
231
  msgstr "Позиция обрезки"
232
 
233
+ #: gallery-plugin.php:799
234
  msgid "Horizontal"
235
  msgstr "Горизонтальная"
236
 
237
+ #: gallery-plugin.php:801
238
  msgid "left"
239
  msgstr "лево"
240
 
241
+ #: gallery-plugin.php:802
242
+ #: gallery-plugin.php:809
243
  msgid "center"
244
  msgstr "центр"
245
 
246
+ #: gallery-plugin.php:803
247
  msgid "right"
248
  msgstr "право"
249
 
250
+ #: gallery-plugin.php:806
251
  msgid "Vertical"
252
  msgstr "Вертикальная"
253
 
254
+ #: gallery-plugin.php:808
255
  msgid "top"
256
  msgstr "верх"
257
 
258
+ #: gallery-plugin.php:810
259
  msgid "bottom"
260
  msgstr "низ"
261
 
262
+ #: gallery-plugin.php:815
263
  msgid "Lightbox background"
264
  msgstr "Фон лайтбокса"
265
 
266
+ #: gallery-plugin.php:817
267
  msgid "Default"
268
  msgstr "По-умолчанию"
269
 
270
+ #: gallery-plugin.php:818
271
  msgid "Background transparency (from 0 to 1)"
272
  msgstr "Прозрачность для фона (от 0 до 1)"
273
 
274
+ #: gallery-plugin.php:820
275
  msgid "Select a background color"
276
  msgstr "Выберите цвет фона"
277
 
278
+ #: gallery-plugin.php:822
279
  msgid "Background color"
280
  msgstr "Цвет фона"
281
 
282
+ #: gallery-plugin.php:829
283
+ #: gallery-plugin.php:971
284
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
285
  msgstr "Этот функционал доступен в Pro версии плагина. Для детального ознакомления, перейдите по ссылке"
286
 
287
+ #: gallery-plugin.php:836
288
  msgid "Images with border"
289
  msgstr "Изображения с рамкой"
290
 
291
+ #: gallery-plugin.php:839
292
  msgid "Border width in px, just numbers"
293
  msgstr "Ширина рамки в px, только числа"
294
 
295
+ #: gallery-plugin.php:841
296
+ #: gallery-plugin.php:843
297
  msgid "Select a border color"
298
  msgstr "Выберите цвет рамки"
299
 
300
+ #: gallery-plugin.php:849
301
  msgid "Number of images in the row"
302
  msgstr "Количество изображений в строке"
303
 
304
+ #: gallery-plugin.php:855
305
  msgid "Start slideshow"
306
  msgstr "Начать слайдшоу"
307
 
308
+ #: gallery-plugin.php:861
309
  msgid "Slideshow interval"
310
  msgstr "Интервал времени при показе слайдшоу"
311
 
312
+ #: gallery-plugin.php:869
313
  msgid "Attachment ID"
314
  msgstr "id изображения"
315
 
316
+ #: gallery-plugin.php:870
317
  msgid "Image Name"
318
  msgstr "названию изображения"
319
 
320
+ #: gallery-plugin.php:872
321
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
322
  msgstr "сортировка по порядку (поле для ввода порядка сортировки в диалоге Insert / Upload Media Gallery)"
323
 
324
+ #: gallery-plugin.php:873
325
  msgid "Random"
326
  msgstr "произвольно"
327
 
328
+ #: gallery-plugin.php:877
329
  msgid "Sort images"
330
  msgstr "Сортировать изображения"
331
 
332
+ #: gallery-plugin.php:879
333
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
334
  msgstr "ASC (в порядке возрастания от наименьшего до наибольшего значения - 1, 2, 3, а, б, в)"
335
 
336
+ #: gallery-plugin.php:880
337
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
338
  msgstr "DESC (по убыванию от самого высокого до самого низкого значения - 3, 2, 1, C, B)"
339
 
340
+ #: gallery-plugin.php:884
341
  msgid "Display text above the image"
342
  msgstr "Отображение текста над изображением"
343
 
344
+ #: gallery-plugin.php:886
345
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
346
  msgstr "Отключите чекбокс, если вы хотите отображать текст только в лайтбоксе"
347
 
348
+ #: gallery-plugin.php:890
349
  msgid "Display the Back link"
350
  msgstr "Отображать ссылку Вернуться"
351
 
352
+ #: gallery-plugin.php:896
353
  msgid "Display the Back link in the shortcode"
354
  msgstr "Отображаться ссылку Вернуться в шорткоде"
355
 
356
+ #: gallery-plugin.php:902
357
  msgid "The Back link text"
358
  msgstr "Текст для ссылки Вернуться"
359
 
360
+ #: gallery-plugin.php:908
361
  msgid "The Back link URL"
362
  msgstr "URL для ссылки Вернуться"
363
 
364
+ #: gallery-plugin.php:910
365
  msgid "Gallery page (Page with Gallery Template)"
366
  msgstr "Страница галереи (Страница с Gallery Template)"
367
 
368
+ #: gallery-plugin.php:912
369
  msgid "(Full URL to custom page)"
370
  msgstr "(Полная ссылка на пользовательскую страницу)"
371
 
372
+ #: gallery-plugin.php:916
373
  msgid "The Read More link text"
374
  msgstr "Текст для ссылки Вернуться"
375
 
376
+ #: gallery-plugin.php:922
377
+ msgid "Add gallery to the search"
378
+ msgstr "Добавить галерею в поиск"
379
+
380
+ #: gallery-plugin.php:941
381
+ #: gallery-plugin.php:944
382
+ #: gallery-plugin.php:948
383
+ msgid "Using Custom Search powered by"
384
+ msgstr "Используя Custom Search, разработанный"
385
+
386
+ #: gallery-plugin.php:944
387
+ msgid "Activate Custom Search"
388
+ msgstr "Активировать Custom Search"
389
+
390
+ #: gallery-plugin.php:948
391
+ msgid "Download Custom Search"
392
+ msgstr "Загрузить Custom Search"
393
+
394
+ #: gallery-plugin.php:955
395
  msgid "Display Like buttons in the lightbox"
396
  msgstr "Отображать Like кнопки в лайтбоксе"
397
 
398
+ #: gallery-plugin.php:957
399
  msgid "FaceBook"
400
  msgstr "FaceBook"
401
 
402
+ #: gallery-plugin.php:958
403
  msgid "Twitter"
404
  msgstr "Twitter"
405
 
406
+ #: gallery-plugin.php:959
407
  msgid "Pinterest"
408
  msgstr "Pinterest"
409
 
410
+ #: gallery-plugin.php:960
411
  msgid "Google +1"
412
  msgstr "Google +1"
413
 
414
+ #: gallery-plugin.php:964
415
  msgid "Slug for gallery item"
416
  msgstr "Название для элементов галереи"
417
 
418
+ #: gallery-plugin.php:966
419
  msgid "for any structure of permalinks except the default structure"
420
  msgstr "для любой структуры ссылок, за исключением структуры по умолчанию"
421
 
422
+ #: gallery-plugin.php:979
423
  msgid "Save Changes"
424
  msgstr "Сохранить изменения"
425
 
426
+ #: gallery-plugin.php:991
427
+ #: gallery-plugin.php:1006
428
  msgid "Settings"
429
  msgstr "Настройки"
430
 
431
+ #: gallery-plugin.php:992
432
  msgid "FAQ"
433
  msgstr "FAQ"
434
 
435
+ #: gallery-plugin.php:993
436
  msgid "Support"
437
  msgstr "Поддержка"
438
 
439
+ #: gallery-plugin.php:1203
440
+ #: template/gallery-single-template.php:77
441
  msgid "Sorry, nothing found."
442
  msgstr "Извините, ничего не найдено."
443
 
444
+ #: gallery-plugin.php:1225
445
+ #: template/gallery-single-template.php:103
446
  msgid "Download high resolution image"
447
  msgstr "Скачать изображение в высоком разрешении"
448
 
449
+ #: template/gallery-single-template.php:103
450
  msgid "Image"
451
  msgstr "Изображение"
452
 
languages/gallery-sr_RS.mo CHANGED
Binary file
languages/gallery-sr_RS.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-09-04 17:39+0300\n"
6
- "PO-Revision-Date: 2013-09-04 17:39+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Radovan Georgijevic, Andrijana Nikolic <http://www.georgijevic.info, andrijanan@webhostinggeeks.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -18,7 +18,7 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: gallery-plugin.php:101
21
- #: gallery-plugin.php:695
22
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
23
  msgstr "Sledeći fajlovi \"gallery-template.php\" i \"gallery-single-template.php\" nisu pronađeni u direktorijumu vaše teme. Molimo vas da ih kopirate iz direktorijuma `/wp-content/plugins/gallery-plugin/template/` u direktorijum vaše teme za ispravan rad modula Galerija"
24
 
@@ -28,7 +28,7 @@ msgid "Galleries"
28
  msgstr "Galerije"
29
 
30
  #: gallery-plugin.php:126
31
- #: gallery-plugin.php:579
32
  msgid "Gallery"
33
  msgstr "Galerija"
34
 
@@ -68,368 +68,390 @@ msgstr "Učitaj fajl"
68
  msgid "Gallery Shortcode"
69
  msgstr "Kratak kod za Galeriju"
70
 
71
- #: gallery-plugin.php:208
72
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
73
  msgstr "Privremeni direktorijum galerije (gallery-plugin/upload/files) nije dostupan za arhiviranje na vašem web serveru. Molimo vas da koristite standardne WP funkcije za učitavanje slika (biblioteka medija)"
74
 
75
- #: gallery-plugin.php:212
76
  msgid "Choose an image for upload:"
77
  msgstr "Izaberi sliku za učitavanje:"
78
 
79
- #: gallery-plugin.php:217
80
  msgid "Please enable JavaScript to use the file uploader."
81
  msgstr "Molimo vas omogućite da JavaScript koristi program za učitavanje fajlova."
82
 
83
- #: gallery-plugin.php:224
84
  msgid "Allow the download link for all images in this gallery"
85
  msgstr "Dozvoli link za preuzimanje za sve slike u ovoj galeriji"
86
 
87
- #: gallery-plugin.php:225
88
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
89
  msgstr "Molimo vas da koristite funkciju prevlačenja da biste izmenili redosled prikazanih slika i ne zaboravite da sačuvate post."
90
 
91
- #: gallery-plugin.php:227
92
  msgid "Please make a choice"
93
  msgstr "Molimo vas izaberite"
94
 
95
- #: gallery-plugin.php:227
96
- #: gallery-plugin.php:808
97
  msgid "Sort images by"
98
  msgstr "Poređaj slike po"
99
 
100
- #: gallery-plugin.php:227
101
  msgid "sort images"
102
  msgstr "poređaj slike"
103
 
104
- #: gallery-plugin.php:227
105
  msgid "on the plugin settings page ("
106
  msgstr "na stranici za podešavanje modula ("
107
 
108
- #: gallery-plugin.php:271
109
- #: gallery-plugin.php:475
110
  msgid "Title"
111
  msgstr "Naslov"
112
 
113
- #: gallery-plugin.php:273
 
 
 
 
114
  msgid "URL"
115
  msgstr "URL"
116
 
117
- #: gallery-plugin.php:273
118
  msgid "(by click on image opens a link in a new window)"
119
  msgstr "(klikom na sliku otvara se link u novom prozoru)"
120
 
121
- #: gallery-plugin.php:274
122
  msgid "This setting is available in Pro version"
123
  msgstr "Ovo podešavanje je dostupno u Pro verziji"
124
 
125
- #: gallery-plugin.php:275
126
  msgid "Open the link"
127
  msgstr "Otvori link"
128
 
129
- #: gallery-plugin.php:275
130
  msgid "Current window"
131
  msgstr "Trenutni prozor"
132
 
133
- #: gallery-plugin.php:275
134
  msgid "New window"
135
  msgstr "Novi prozor"
136
 
137
- #: gallery-plugin.php:276
138
  msgid "Delete"
139
  msgstr "Obriši"
140
 
141
- #: gallery-plugin.php:289
142
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
143
  msgstr "Možete dodati Jedinstvenu galeriju na stranicu ili post ubacivanjem ovog kratkog koda u sadržaj."
144
 
145
- #: gallery-plugin.php:291
146
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
147
  msgstr "Ako želite da prikažete kratak opis koji sadrži snimak ekrana i link ka stranici sa Jedinstvenom galerijom."
148
 
149
- #: gallery-plugin.php:476
150
  msgid "Author"
151
  msgstr "Autor"
152
 
153
- #: gallery-plugin.php:477
154
  msgid "Photo"
155
  msgstr "Foto"
156
 
157
- #: gallery-plugin.php:478
158
  msgid "Publishing"
159
  msgstr "Izdanje"
160
 
161
- #: gallery-plugin.php:479
162
- #: gallery-plugin.php:812
163
  msgid "Date"
164
  msgstr "Datum"
165
 
166
- #: gallery-plugin.php:605
167
  msgid "See images &raquo;"
168
  msgstr "Pogledaj sliku &raquo;"
169
 
170
- #: gallery-plugin.php:688
171
  msgid "Settings are saved"
172
  msgstr "Podešavanja su sačuvana"
173
 
174
- #: gallery-plugin.php:701
175
  msgid "Gallery Settings"
176
  msgstr "Podešavanja Galerije"
177
 
178
- #: gallery-plugin.php:704
179
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
180
  msgstr "Ako želite da dodate Jedinstvenu Galeriju na vašu stranicu ili post, samo kopirajte i prelepite ovaj kratki kod na vaš post ili stranicu:"
181
 
182
- #: gallery-plugin.php:708
183
  msgid "Image size for the album cover"
184
  msgstr "Veličina slike za naslovnu stranicu albuma"
185
 
186
- #: gallery-plugin.php:710
187
- #: gallery-plugin.php:718
188
- #: gallery-plugin.php:731
189
  msgid "Image size"
190
  msgstr "Veličina slike"
191
 
192
- #: gallery-plugin.php:711
193
- #: gallery-plugin.php:719
194
  msgid "Width (in px)"
195
  msgstr "Širina (u pikselima)"
196
 
197
- #: gallery-plugin.php:712
198
- #: gallery-plugin.php:720
199
  msgid "Height (in px)"
200
  msgstr "Visina (u pikselima)"
201
 
202
- #: gallery-plugin.php:716
203
  msgid "Gallery image size"
204
  msgstr "Veličina slika u galeriji"
205
 
206
- #: gallery-plugin.php:724
207
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
208
  msgstr "WordPress će kreirati novi umanjeni prikaz sa navedenim dimenzijama kada učitate novu sliku."
209
 
210
- #: gallery-plugin.php:729
211
  msgid "Gallery image size in the lightbox"
212
  msgstr "Veličina slika u galeriji u lightbox skriptu"
213
 
214
- #: gallery-plugin.php:732
215
  msgid "Max width (in px)"
216
  msgstr "Max širina (u pikselima)"
217
 
218
- #: gallery-plugin.php:733
219
  msgid "Max height (in px)"
220
  msgstr "Max visina (u pikselima)"
221
 
222
- #: gallery-plugin.php:734
223
  msgid "Display a full size image in the lightbox"
224
  msgstr "Prikaži sliku u punoj veličini u lightbox-u"
225
 
226
- #: gallery-plugin.php:738
227
  msgid "Crop position"
228
  msgstr "Pozicija za kropovanje"
229
 
230
- #: gallery-plugin.php:740
231
  msgid "Horizontal"
232
  msgstr "Horizontalno"
233
 
234
- #: gallery-plugin.php:742
235
  msgid "left"
236
  msgstr "levo"
237
 
238
- #: gallery-plugin.php:743
239
- #: gallery-plugin.php:750
240
  msgid "center"
241
  msgstr "centar"
242
 
243
- #: gallery-plugin.php:744
244
  msgid "right"
245
  msgstr "desno"
246
 
247
- #: gallery-plugin.php:747
248
  msgid "Vertical"
249
  msgstr "Vertikalno"
250
 
251
- #: gallery-plugin.php:749
252
  msgid "top"
253
  msgstr "vrh"
254
 
255
- #: gallery-plugin.php:751
256
  msgid "bottom"
257
  msgstr "dno"
258
 
259
- #: gallery-plugin.php:756
260
  msgid "Lightbox background"
261
  msgstr "Lightbox pozadina"
262
 
263
- #: gallery-plugin.php:758
264
  msgid "Default"
265
  msgstr "Podrazumevano"
266
 
267
- #: gallery-plugin.php:759
268
  msgid "Background transparency (from 0 to 1)"
269
  msgstr "Pozadinska transparentnost (od 0 do 1)"
270
 
271
- #: gallery-plugin.php:761
272
  msgid "Select a background color"
273
  msgstr "Izaberi pozadinsku boju"
274
 
275
- #: gallery-plugin.php:763
276
  msgid "Background color"
277
  msgstr "Pozadinska boja"
278
 
279
- #: gallery-plugin.php:770
280
- #: gallery-plugin.php:879
281
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
282
  msgstr "Ova funkcija je dostupna u Pro verziji modula. Za više detalja pratite ovaj link"
283
 
284
- #: gallery-plugin.php:777
285
  msgid "Images with border"
286
  msgstr "Slike sa okvirima"
287
 
288
- #: gallery-plugin.php:780
289
  msgid "Border width in px, just numbers"
290
  msgstr "Širina okvira u pikselima, samo brojevi"
291
 
292
- #: gallery-plugin.php:782
293
- #: gallery-plugin.php:784
294
  msgid "Select a border color"
295
  msgstr "Izaberite boju okvira"
296
 
297
- #: gallery-plugin.php:790
298
  msgid "Number of images in the row"
299
  msgstr "Broj slika u redu"
300
 
301
- #: gallery-plugin.php:796
302
  msgid "Start slideshow"
303
  msgstr "Započni projekciju slajdova"
304
 
305
- #: gallery-plugin.php:802
306
  msgid "Slideshow interval"
307
  msgstr "Interval projekcije slajdova"
308
 
309
- #: gallery-plugin.php:810
310
  msgid "Attachment ID"
311
  msgstr "ID priloga"
312
 
313
- #: gallery-plugin.php:811
314
  msgid "Image Name"
315
  msgstr "Ime slike"
316
 
317
- #: gallery-plugin.php:813
318
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
319
  msgstr "Raspoređivanje (polje za unos za sortiranje u dijalogu Insert / Upload Media Gallery)"
320
 
321
- #: gallery-plugin.php:814
322
  msgid "Random"
323
  msgstr "Nasumično"
324
 
325
- #: gallery-plugin.php:818
326
  msgid "Sort images"
327
  msgstr "Sortiraj slike"
328
 
329
- #: gallery-plugin.php:820
330
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
331
  msgstr "ASC (rastući redosled od najnižih do najviših vrednosti - 1, 2, 3; a, b, c)"
332
 
333
- #: gallery-plugin.php:821
334
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
335
  msgstr "DESC (opadajući redosled od najviših do najnižih vrednosti - 3, 2, 1; c, b, a)"
336
 
337
- #: gallery-plugin.php:825
338
  msgid "Display text above the image"
339
  msgstr "Prikaži tekst iznad slike"
340
 
341
- #: gallery-plugin.php:827
342
  #, fuzzy
343
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
344
  msgstr "Ako želite da prikažete tekst samo u lightbox-u"
345
 
346
- #: gallery-plugin.php:831
347
  msgid "Display the Back link"
348
  msgstr "Prikaži povratni link"
349
 
350
- #: gallery-plugin.php:837
351
  msgid "Display the Back link in the shortcode"
352
  msgstr "Prikaži povratni link u kratkom kodu"
353
 
354
- #: gallery-plugin.php:843
355
  msgid "The Back link text"
356
  msgstr "Tekst u povratnom linku"
357
 
358
- #: gallery-plugin.php:849
359
  msgid "The Back link URL"
360
  msgstr "URL povratnog linka"
361
 
362
- #: gallery-plugin.php:851
363
  msgid "Gallery page (Page with Gallery Template)"
364
  msgstr "Stranica galerije (Stranica sa šablonom galerije)"
365
 
366
- #: gallery-plugin.php:853
367
  msgid "(Full URL to custom page)"
368
  msgstr "(Puni URL ka korisničkoj stranici)"
369
 
370
- #: gallery-plugin.php:857
371
  msgid "The Read More link text"
372
  msgstr "Tekst u linku Pročitaj više"
373
 
374
- #: gallery-plugin.php:865
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
375
  #, fuzzy
376
  msgid "Display Like buttons in the lightbox"
377
  msgstr "Afficher une image en taille normale dans le boite"
378
 
379
- #: gallery-plugin.php:867
380
  msgid "FaceBook"
381
  msgstr "FaceBook"
382
 
383
- #: gallery-plugin.php:868
384
  #, fuzzy
385
  msgid "Twitter"
386
  msgstr "Titre"
387
 
388
- #: gallery-plugin.php:869
389
  msgid "Pinterest"
390
  msgstr "Pinterest"
391
 
392
- #: gallery-plugin.php:870
393
  msgid "Google +1"
394
  msgstr "Google +1"
395
 
396
- #: gallery-plugin.php:873
397
  #, fuzzy
398
  msgid "Slug for gallery item"
399
  msgstr "Taille de la vignette de la galerie"
400
 
401
- #: gallery-plugin.php:875
402
  msgid "for any structure of permalinks except the default structure"
403
  msgstr ""
404
 
405
- #: gallery-plugin.php:887
406
  msgid "Save Changes"
407
  msgstr "Sačuvaj izmene"
408
 
409
- #: gallery-plugin.php:899
410
- #: gallery-plugin.php:914
411
  msgid "Settings"
412
  msgstr "Podešavanja"
413
 
414
- #: gallery-plugin.php:900
415
  msgid "FAQ"
416
  msgstr "FAQ"
417
 
418
- #: gallery-plugin.php:901
419
  msgid "Support"
420
  msgstr "Podrška"
421
 
422
- #: gallery-plugin.php:1111
423
- #: template/gallery-single-template.php:76
424
  msgid "Sorry, nothing found."
425
  msgstr "Nažalost nije pronađeno"
426
 
427
- #: gallery-plugin.php:1133
428
- #: template/gallery-single-template.php:102
429
  msgid "Download high resolution image"
430
  msgstr "Preuzmi sliku u visokoj rezoluciji"
431
 
432
- #: template/gallery-single-template.php:102
433
  msgid "Image"
434
  msgstr "Slika"
435
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-28 17:45+0300\n"
6
+ "PO-Revision-Date: 2013-10-28 17:45+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Radovan Georgijevic, Andrijana Nikolic <http://www.georgijevic.info, andrijanan@webhostinggeeks.com>\n"
9
  "MIME-Version: 1.0\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: gallery-plugin.php:101
21
+ #: gallery-plugin.php:754
22
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
23
  msgstr "Sledeći fajlovi \"gallery-template.php\" i \"gallery-single-template.php\" nisu pronađeni u direktorijumu vaše teme. Molimo vas da ih kopirate iz direktorijuma `/wp-content/plugins/gallery-plugin/template/` u direktorijum vaše teme za ispravan rad modula Galerija"
24
 
28
  msgstr "Galerije"
29
 
30
  #: gallery-plugin.php:126
31
+ #: gallery-plugin.php:605
32
  msgid "Gallery"
33
  msgstr "Galerija"
34
 
68
  msgid "Gallery Shortcode"
69
  msgstr "Kratak kod za Galeriju"
70
 
71
+ #: gallery-plugin.php:209
72
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
73
  msgstr "Privremeni direktorijum galerije (gallery-plugin/upload/files) nije dostupan za arhiviranje na vašem web serveru. Molimo vas da koristite standardne WP funkcije za učitavanje slika (biblioteka medija)"
74
 
75
+ #: gallery-plugin.php:213
76
  msgid "Choose an image for upload:"
77
  msgstr "Izaberi sliku za učitavanje:"
78
 
79
+ #: gallery-plugin.php:218
80
  msgid "Please enable JavaScript to use the file uploader."
81
  msgstr "Molimo vas omogućite da JavaScript koristi program za učitavanje fajlova."
82
 
83
+ #: gallery-plugin.php:225
84
  msgid "Allow the download link for all images in this gallery"
85
  msgstr "Dozvoli link za preuzimanje za sve slike u ovoj galeriji"
86
 
87
+ #: gallery-plugin.php:226
88
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
89
  msgstr "Molimo vas da koristite funkciju prevlačenja da biste izmenili redosled prikazanih slika i ne zaboravite da sačuvate post."
90
 
91
+ #: gallery-plugin.php:228
92
  msgid "Please make a choice"
93
  msgstr "Molimo vas izaberite"
94
 
95
+ #: gallery-plugin.php:228
96
+ #: gallery-plugin.php:867
97
  msgid "Sort images by"
98
  msgstr "Poređaj slike po"
99
 
100
+ #: gallery-plugin.php:228
101
  msgid "sort images"
102
  msgstr "poređaj slike"
103
 
104
+ #: gallery-plugin.php:228
105
  msgid "on the plugin settings page ("
106
  msgstr "na stranici za podešavanje modula ("
107
 
108
+ #: gallery-plugin.php:272
109
+ #: gallery-plugin.php:501
110
  msgid "Title"
111
  msgstr "Naslov"
112
 
113
+ #: gallery-plugin.php:274
114
+ msgid "Alt tag"
115
+ msgstr ""
116
+
117
+ #: gallery-plugin.php:275
118
  msgid "URL"
119
  msgstr "URL"
120
 
121
+ #: gallery-plugin.php:275
122
  msgid "(by click on image opens a link in a new window)"
123
  msgstr "(klikom na sliku otvara se link u novom prozoru)"
124
 
125
+ #: gallery-plugin.php:276
126
  msgid "This setting is available in Pro version"
127
  msgstr "Ovo podešavanje je dostupno u Pro verziji"
128
 
129
+ #: gallery-plugin.php:277
130
  msgid "Open the link"
131
  msgstr "Otvori link"
132
 
133
+ #: gallery-plugin.php:277
134
  msgid "Current window"
135
  msgstr "Trenutni prozor"
136
 
137
+ #: gallery-plugin.php:277
138
  msgid "New window"
139
  msgstr "Novi prozor"
140
 
141
+ #: gallery-plugin.php:278
142
  msgid "Delete"
143
  msgstr "Obriši"
144
 
145
+ #: gallery-plugin.php:291
146
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
147
  msgstr "Možete dodati Jedinstvenu galeriju na stranicu ili post ubacivanjem ovog kratkog koda u sadržaj."
148
 
149
+ #: gallery-plugin.php:293
150
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
151
  msgstr "Ako želite da prikažete kratak opis koji sadrži snimak ekrana i link ka stranici sa Jedinstvenom galerijom."
152
 
153
+ #: gallery-plugin.php:502
154
  msgid "Author"
155
  msgstr "Autor"
156
 
157
+ #: gallery-plugin.php:503
158
  msgid "Photo"
159
  msgstr "Foto"
160
 
161
+ #: gallery-plugin.php:504
162
  msgid "Publishing"
163
  msgstr "Izdanje"
164
 
165
+ #: gallery-plugin.php:505
166
+ #: gallery-plugin.php:871
167
  msgid "Date"
168
  msgstr "Datum"
169
 
170
+ #: gallery-plugin.php:631
171
  msgid "See images &raquo;"
172
  msgstr "Pogledaj sliku &raquo;"
173
 
174
+ #: gallery-plugin.php:747
175
  msgid "Settings are saved"
176
  msgstr "Podešavanja su sačuvana"
177
 
178
+ #: gallery-plugin.php:760
179
  msgid "Gallery Settings"
180
  msgstr "Podešavanja Galerije"
181
 
182
+ #: gallery-plugin.php:763
183
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
184
  msgstr "Ako želite da dodate Jedinstvenu Galeriju na vašu stranicu ili post, samo kopirajte i prelepite ovaj kratki kod na vaš post ili stranicu:"
185
 
186
+ #: gallery-plugin.php:767
187
  msgid "Image size for the album cover"
188
  msgstr "Veličina slike za naslovnu stranicu albuma"
189
 
190
+ #: gallery-plugin.php:769
191
+ #: gallery-plugin.php:777
192
+ #: gallery-plugin.php:790
193
  msgid "Image size"
194
  msgstr "Veličina slike"
195
 
196
+ #: gallery-plugin.php:770
197
+ #: gallery-plugin.php:778
198
  msgid "Width (in px)"
199
  msgstr "Širina (u pikselima)"
200
 
201
+ #: gallery-plugin.php:771
202
+ #: gallery-plugin.php:779
203
  msgid "Height (in px)"
204
  msgstr "Visina (u pikselima)"
205
 
206
+ #: gallery-plugin.php:775
207
  msgid "Gallery image size"
208
  msgstr "Veličina slika u galeriji"
209
 
210
+ #: gallery-plugin.php:783
211
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
212
  msgstr "WordPress će kreirati novi umanjeni prikaz sa navedenim dimenzijama kada učitate novu sliku."
213
 
214
+ #: gallery-plugin.php:788
215
  msgid "Gallery image size in the lightbox"
216
  msgstr "Veličina slika u galeriji u lightbox skriptu"
217
 
218
+ #: gallery-plugin.php:791
219
  msgid "Max width (in px)"
220
  msgstr "Max širina (u pikselima)"
221
 
222
+ #: gallery-plugin.php:792
223
  msgid "Max height (in px)"
224
  msgstr "Max visina (u pikselima)"
225
 
226
+ #: gallery-plugin.php:793
227
  msgid "Display a full size image in the lightbox"
228
  msgstr "Prikaži sliku u punoj veličini u lightbox-u"
229
 
230
+ #: gallery-plugin.php:797
231
  msgid "Crop position"
232
  msgstr "Pozicija za kropovanje"
233
 
234
+ #: gallery-plugin.php:799
235
  msgid "Horizontal"
236
  msgstr "Horizontalno"
237
 
238
+ #: gallery-plugin.php:801
239
  msgid "left"
240
  msgstr "levo"
241
 
242
+ #: gallery-plugin.php:802
243
+ #: gallery-plugin.php:809
244
  msgid "center"
245
  msgstr "centar"
246
 
247
+ #: gallery-plugin.php:803
248
  msgid "right"
249
  msgstr "desno"
250
 
251
+ #: gallery-plugin.php:806
252
  msgid "Vertical"
253
  msgstr "Vertikalno"
254
 
255
+ #: gallery-plugin.php:808
256
  msgid "top"
257
  msgstr "vrh"
258
 
259
+ #: gallery-plugin.php:810
260
  msgid "bottom"
261
  msgstr "dno"
262
 
263
+ #: gallery-plugin.php:815
264
  msgid "Lightbox background"
265
  msgstr "Lightbox pozadina"
266
 
267
+ #: gallery-plugin.php:817
268
  msgid "Default"
269
  msgstr "Podrazumevano"
270
 
271
+ #: gallery-plugin.php:818
272
  msgid "Background transparency (from 0 to 1)"
273
  msgstr "Pozadinska transparentnost (od 0 do 1)"
274
 
275
+ #: gallery-plugin.php:820
276
  msgid "Select a background color"
277
  msgstr "Izaberi pozadinsku boju"
278
 
279
+ #: gallery-plugin.php:822
280
  msgid "Background color"
281
  msgstr "Pozadinska boja"
282
 
283
+ #: gallery-plugin.php:829
284
+ #: gallery-plugin.php:971
285
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
286
  msgstr "Ova funkcija je dostupna u Pro verziji modula. Za više detalja pratite ovaj link"
287
 
288
+ #: gallery-plugin.php:836
289
  msgid "Images with border"
290
  msgstr "Slike sa okvirima"
291
 
292
+ #: gallery-plugin.php:839
293
  msgid "Border width in px, just numbers"
294
  msgstr "Širina okvira u pikselima, samo brojevi"
295
 
296
+ #: gallery-plugin.php:841
297
+ #: gallery-plugin.php:843
298
  msgid "Select a border color"
299
  msgstr "Izaberite boju okvira"
300
 
301
+ #: gallery-plugin.php:849
302
  msgid "Number of images in the row"
303
  msgstr "Broj slika u redu"
304
 
305
+ #: gallery-plugin.php:855
306
  msgid "Start slideshow"
307
  msgstr "Započni projekciju slajdova"
308
 
309
+ #: gallery-plugin.php:861
310
  msgid "Slideshow interval"
311
  msgstr "Interval projekcije slajdova"
312
 
313
+ #: gallery-plugin.php:869
314
  msgid "Attachment ID"
315
  msgstr "ID priloga"
316
 
317
+ #: gallery-plugin.php:870
318
  msgid "Image Name"
319
  msgstr "Ime slike"
320
 
321
+ #: gallery-plugin.php:872
322
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
323
  msgstr "Raspoređivanje (polje za unos za sortiranje u dijalogu Insert / Upload Media Gallery)"
324
 
325
+ #: gallery-plugin.php:873
326
  msgid "Random"
327
  msgstr "Nasumično"
328
 
329
+ #: gallery-plugin.php:877
330
  msgid "Sort images"
331
  msgstr "Sortiraj slike"
332
 
333
+ #: gallery-plugin.php:879
334
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
335
  msgstr "ASC (rastući redosled od najnižih do najviših vrednosti - 1, 2, 3; a, b, c)"
336
 
337
+ #: gallery-plugin.php:880
338
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
339
  msgstr "DESC (opadajući redosled od najviših do najnižih vrednosti - 3, 2, 1; c, b, a)"
340
 
341
+ #: gallery-plugin.php:884
342
  msgid "Display text above the image"
343
  msgstr "Prikaži tekst iznad slike"
344
 
345
+ #: gallery-plugin.php:886
346
  #, fuzzy
347
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
348
  msgstr "Ako želite da prikažete tekst samo u lightbox-u"
349
 
350
+ #: gallery-plugin.php:890
351
  msgid "Display the Back link"
352
  msgstr "Prikaži povratni link"
353
 
354
+ #: gallery-plugin.php:896
355
  msgid "Display the Back link in the shortcode"
356
  msgstr "Prikaži povratni link u kratkom kodu"
357
 
358
+ #: gallery-plugin.php:902
359
  msgid "The Back link text"
360
  msgstr "Tekst u povratnom linku"
361
 
362
+ #: gallery-plugin.php:908
363
  msgid "The Back link URL"
364
  msgstr "URL povratnog linka"
365
 
366
+ #: gallery-plugin.php:910
367
  msgid "Gallery page (Page with Gallery Template)"
368
  msgstr "Stranica galerije (Stranica sa šablonom galerije)"
369
 
370
+ #: gallery-plugin.php:912
371
  msgid "(Full URL to custom page)"
372
  msgstr "(Puni URL ka korisničkoj stranici)"
373
 
374
+ #: gallery-plugin.php:916
375
  msgid "The Read More link text"
376
  msgstr "Tekst u linku Pročitaj više"
377
 
378
+ #: gallery-plugin.php:922
379
+ msgid "Add gallery to the search"
380
+ msgstr ""
381
+
382
+ #: gallery-plugin.php:941
383
+ #: gallery-plugin.php:944
384
+ #: gallery-plugin.php:948
385
+ msgid "Using Custom Search powered by"
386
+ msgstr ""
387
+
388
+ #: gallery-plugin.php:944
389
+ msgid "Activate Custom Search"
390
+ msgstr ""
391
+
392
+ #: gallery-plugin.php:948
393
+ msgid "Download Custom Search"
394
+ msgstr ""
395
+
396
+ #: gallery-plugin.php:955
397
  #, fuzzy
398
  msgid "Display Like buttons in the lightbox"
399
  msgstr "Afficher une image en taille normale dans le boite"
400
 
401
+ #: gallery-plugin.php:957
402
  msgid "FaceBook"
403
  msgstr "FaceBook"
404
 
405
+ #: gallery-plugin.php:958
406
  #, fuzzy
407
  msgid "Twitter"
408
  msgstr "Titre"
409
 
410
+ #: gallery-plugin.php:959
411
  msgid "Pinterest"
412
  msgstr "Pinterest"
413
 
414
+ #: gallery-plugin.php:960
415
  msgid "Google +1"
416
  msgstr "Google +1"
417
 
418
+ #: gallery-plugin.php:964
419
  #, fuzzy
420
  msgid "Slug for gallery item"
421
  msgstr "Taille de la vignette de la galerie"
422
 
423
+ #: gallery-plugin.php:966
424
  msgid "for any structure of permalinks except the default structure"
425
  msgstr ""
426
 
427
+ #: gallery-plugin.php:979
428
  msgid "Save Changes"
429
  msgstr "Sačuvaj izmene"
430
 
431
+ #: gallery-plugin.php:991
432
+ #: gallery-plugin.php:1006
433
  msgid "Settings"
434
  msgstr "Podešavanja"
435
 
436
+ #: gallery-plugin.php:992
437
  msgid "FAQ"
438
  msgstr "FAQ"
439
 
440
+ #: gallery-plugin.php:993
441
  msgid "Support"
442
  msgstr "Podrška"
443
 
444
+ #: gallery-plugin.php:1203
445
+ #: template/gallery-single-template.php:77
446
  msgid "Sorry, nothing found."
447
  msgstr "Nažalost nije pronađeno"
448
 
449
+ #: gallery-plugin.php:1225
450
+ #: template/gallery-single-template.php:103
451
  msgid "Download high resolution image"
452
  msgstr "Preuzmi sliku u visokoj rezoluciji"
453
 
454
+ #: template/gallery-single-template.php:103
455
  msgid "Image"
456
  msgstr "Slika"
457
 
languages/gallery-tr.mo CHANGED
Binary file
languages/gallery-tr.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-09-04 17:39+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: \n"
8
  "Language-Team: Ismail Demirbilek <ce.demirbilek@gmail.com>\n"
@@ -18,7 +18,7 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: gallery-plugin.php:101
21
- #: gallery-plugin.php:695
22
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
23
  msgstr "\"gallery-template.php\" ve \"gallery-single-template.php\" dosyaları tema klasörünüzde bulunamadı. Lütfen bu dosyaları `/wp-content/plugins/gallery-plugin/template/` dizininden tema dizininize kopyalayınız. Aksi halde Galeri eklentisi doğru çalışmayacaktır."
24
 
@@ -28,7 +28,7 @@ msgid "Galleries"
28
  msgstr "Galeriler"
29
 
30
  #: gallery-plugin.php:126
31
- #: gallery-plugin.php:579
32
  msgid "Gallery"
33
  msgstr "Galeri"
34
 
@@ -68,366 +68,388 @@ msgstr "Resim Yükle"
68
  msgid "Gallery Shortcode"
69
  msgstr "Galeri Kısa Kodu"
70
 
71
- #: gallery-plugin.php:208
72
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
73
  msgstr "Geçici galeri dizini (gallery-plugin/upload/files) yazma izni verilmediği için kullanılamıyor. Lütfen ortam bölümünden resimlerinizi upload ediniz."
74
 
75
- #: gallery-plugin.php:212
76
  msgid "Choose an image for upload:"
77
  msgstr "Yüklemek için bir resim seçiniz:"
78
 
79
- #: gallery-plugin.php:217
80
  msgid "Please enable JavaScript to use the file uploader."
81
  msgstr "Uploader'ı kullanmak için JavaScript desteğini aktifleştirmelisiniz."
82
 
83
- #: gallery-plugin.php:224
84
  msgid "Allow the download link for all images in this gallery"
85
  msgstr "İndirme bağlantısını bu galerideki tüm resimlere ekle"
86
 
87
- #: gallery-plugin.php:225
88
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
89
  msgstr "Sıralamayı değiştirmek için resimleri sürükleyin. Değişiklikleri kaydetmeyi uutmayın."
90
 
91
- #: gallery-plugin.php:227
92
  msgid "Please make a choice"
93
  msgstr "Lütfen bir seçim yapınız"
94
 
95
- #: gallery-plugin.php:227
96
- #: gallery-plugin.php:808
97
  msgid "Sort images by"
98
  msgstr "Resimleri sırala buna göre sırala"
99
 
100
- #: gallery-plugin.php:227
101
  msgid "sort images"
102
  msgstr "görselleri sırala"
103
 
104
- #: gallery-plugin.php:227
105
  msgid "on the plugin settings page ("
106
  msgstr "Eklenti ayarları: ("
107
 
108
- #: gallery-plugin.php:271
109
- #: gallery-plugin.php:475
110
  msgid "Title"
111
  msgstr "Başlık"
112
 
113
- #: gallery-plugin.php:273
 
 
 
 
114
  msgid "URL"
115
  msgstr "URL"
116
 
117
- #: gallery-plugin.php:273
118
  msgid "(by click on image opens a link in a new window)"
119
  msgstr "(görsele tıklanınca yeni bir pencerede link açılır)"
120
 
121
- #: gallery-plugin.php:274
122
  msgid "This setting is available in Pro version"
123
  msgstr "Bu ayar Pro verisyonda yapılabilir"
124
 
125
- #: gallery-plugin.php:275
126
  msgid "Open the link"
127
  msgstr "Linki aç"
128
 
129
- #: gallery-plugin.php:275
130
  msgid "Current window"
131
  msgstr "Geçerli pencere"
132
 
133
- #: gallery-plugin.php:275
134
  msgid "New window"
135
  msgstr "Yeni pencere"
136
 
137
- #: gallery-plugin.php:276
138
  msgid "Delete"
139
  msgstr "Sil"
140
 
141
- #: gallery-plugin.php:289
142
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
143
  msgstr "Sayfa ya da yazılara kısa kodu yazarak tekil galeri ekleyebilirsiniz. Aşağıdaki kısa kodu yazının içerisine yapıştırmanız yeterli"
144
 
145
- #: gallery-plugin.php:291
146
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
147
  msgstr "Eğer Galeri sayfasına link içeren galeri önizlemesi eklemek isterseniz aşağıdaki kodu yapıştırınız"
148
 
149
- #: gallery-plugin.php:476
150
  msgid "Author"
151
  msgstr "Yazar"
152
 
153
- #: gallery-plugin.php:477
154
  msgid "Photo"
155
  msgstr "Fotoğraf"
156
 
157
- #: gallery-plugin.php:478
158
  msgid "Publishing"
159
  msgstr "Yayınlama"
160
 
161
- #: gallery-plugin.php:479
162
- #: gallery-plugin.php:812
163
  msgid "Date"
164
  msgstr "Tarih"
165
 
166
- #: gallery-plugin.php:605
167
  msgid "See images &raquo;"
168
  msgstr "Resimleri Gör &raquo;"
169
 
170
- #: gallery-plugin.php:688
171
  msgid "Settings are saved"
172
  msgstr "Ayarlar kaydedildi"
173
 
174
- #: gallery-plugin.php:701
175
  msgid "Gallery Settings"
176
  msgstr "Galeri ayarları"
177
 
178
- #: gallery-plugin.php:704
179
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
180
  msgstr "Sayfa ya da yazılara tekil galeri eklemek için bu kısa kodu kopyalayıp sayfa ya da yazı içerisine yapıştırın:"
181
 
182
- #: gallery-plugin.php:708
183
  msgid "Image size for the album cover"
184
  msgstr "Albüm kapağı için resim boyuru"
185
 
186
- #: gallery-plugin.php:710
187
- #: gallery-plugin.php:718
188
- #: gallery-plugin.php:731
189
  msgid "Image size"
190
  msgstr "Resim boyutu"
191
 
192
- #: gallery-plugin.php:711
193
- #: gallery-plugin.php:719
194
  msgid "Width (in px)"
195
  msgstr "Yatay boyut (px)"
196
 
197
- #: gallery-plugin.php:712
198
- #: gallery-plugin.php:720
199
  msgid "Height (in px)"
200
  msgstr "Yükseklik (px)"
201
 
202
- #: gallery-plugin.php:716
203
  msgid "Gallery image size"
204
  msgstr "Galeri resim boyutu"
205
 
206
- #: gallery-plugin.php:724
207
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
208
  msgstr "Yeni bir resim yüklediğinizde Wordpress belirlernen boyutlarda bir thumbnail oluşturacaktır."
209
 
210
- #: gallery-plugin.php:729
211
  msgid "Gallery image size in the lightbox"
212
  msgstr "Lightbox içerisindeki resim boyutu"
213
 
214
- #: gallery-plugin.php:732
215
  msgid "Max width (in px)"
216
  msgstr "Maksimum yatay boyut (px)"
217
 
218
- #: gallery-plugin.php:733
219
  msgid "Max height (in px)"
220
  msgstr "Maksimum yükseklik (px)"
221
 
222
- #: gallery-plugin.php:734
223
  msgid "Display a full size image in the lightbox"
224
  msgstr "Lightbox içerisinde tam boyutlu resim göster"
225
 
226
- #: gallery-plugin.php:738
227
  msgid "Crop position"
228
  msgstr "Kırpma konumu"
229
 
230
- #: gallery-plugin.php:740
231
  msgid "Horizontal"
232
  msgstr "Yatay"
233
 
234
- #: gallery-plugin.php:742
235
  msgid "left"
236
  msgstr "sol"
237
 
238
- #: gallery-plugin.php:743
239
- #: gallery-plugin.php:750
240
  msgid "center"
241
  msgstr "orta"
242
 
243
- #: gallery-plugin.php:744
244
  msgid "right"
245
  msgstr "sağ"
246
 
247
- #: gallery-plugin.php:747
248
  msgid "Vertical"
249
  msgstr "Dikey"
250
 
251
- #: gallery-plugin.php:749
252
  msgid "top"
253
  msgstr "üst"
254
 
255
- #: gallery-plugin.php:751
256
  msgid "bottom"
257
  msgstr "alt"
258
 
259
- #: gallery-plugin.php:756
260
  msgid "Lightbox background"
261
  msgstr "Lightbox arkaplanı"
262
 
263
- #: gallery-plugin.php:758
264
  msgid "Default"
265
  msgstr "Öntanımlı"
266
 
267
- #: gallery-plugin.php:759
268
  msgid "Background transparency (from 0 to 1)"
269
  msgstr "Arkaplan saydamlığı (0 - 10 arasında)"
270
 
271
- #: gallery-plugin.php:761
272
  msgid "Select a background color"
273
  msgstr "Arkaplan rengi seçiniz"
274
 
275
- #: gallery-plugin.php:763
276
  msgid "Background color"
277
  msgstr "Arka plan rengi"
278
 
279
- #: gallery-plugin.php:770
280
- #: gallery-plugin.php:879
281
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
282
  msgstr "Bu özellik Pro versiyonda etkindir. Detaylar için linke tıklayın."
283
 
284
- #: gallery-plugin.php:777
285
  msgid "Images with border"
286
  msgstr "Çerçeveli resimler"
287
 
288
- #: gallery-plugin.php:780
289
  msgid "Border width in px, just numbers"
290
  msgstr "Çerçeve kalınlığı (px) [sadece sayı yazınız]"
291
 
292
- #: gallery-plugin.php:782
293
- #: gallery-plugin.php:784
294
  msgid "Select a border color"
295
  msgstr "Çerçeve rengi seçiniz"
296
 
297
- #: gallery-plugin.php:790
298
  msgid "Number of images in the row"
299
  msgstr "Bir satırdaki resim sayısı"
300
 
301
- #: gallery-plugin.php:796
302
  msgid "Start slideshow"
303
  msgstr "Slayt gösterisini başlat"
304
 
305
- #: gallery-plugin.php:802
306
  msgid "Slideshow interval"
307
  msgstr "Slayt gösterisi sıklığı"
308
 
309
- #: gallery-plugin.php:810
310
  msgid "Attachment ID"
311
  msgstr "Ek ID"
312
 
313
- #: gallery-plugin.php:811
314
  msgid "Image Name"
315
  msgstr "Resim İsmi"
316
 
317
- #: gallery-plugin.php:813
318
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
319
  msgstr "Sıralama"
320
 
321
- #: gallery-plugin.php:814
322
  msgid "Random"
323
  msgstr "Rastgele"
324
 
325
- #: gallery-plugin.php:818
326
  msgid "Sort images"
327
  msgstr "Resimleri sırala"
328
 
329
- #: gallery-plugin.php:820
330
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
331
  msgstr "Artan Sırada (1,2,3; a,b,c)"
332
 
333
- #: gallery-plugin.php:821
334
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
335
  msgstr "Azalan Sırada (3,2,1;c,b,a)"
336
 
337
- #: gallery-plugin.php:825
338
  msgid "Display text above the image"
339
  msgstr "Görsel üzerinde yazı göster"
340
 
341
- #: gallery-plugin.php:827
342
  #, fuzzy
343
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
344
  msgstr "Eğer lightbox içerisinde yazı göstermek isterseniz"
345
 
346
- #: gallery-plugin.php:831
347
  msgid "Display the Back link"
348
  msgstr "Geri linkini göster"
349
 
350
- #: gallery-plugin.php:837
351
  msgid "Display the Back link in the shortcode"
352
  msgstr "Kısa kodda Geri linkini göster"
353
 
354
- #: gallery-plugin.php:843
355
  msgid "The Back link text"
356
  msgstr "Geri linki başlığı"
357
 
358
- #: gallery-plugin.php:849
359
  msgid "The Back link URL"
360
  msgstr "Geri linki URL'si"
361
 
362
- #: gallery-plugin.php:851
363
  msgid "Gallery page (Page with Gallery Template)"
364
  msgstr "Galeri sayfası"
365
 
366
- #: gallery-plugin.php:853
367
  msgid "(Full URL to custom page)"
368
  msgstr "(Özel sayfaya(custom page) tam link)"
369
 
370
- #: gallery-plugin.php:857
371
  msgid "The Read More link text"
372
  msgstr "Devamını oku linki için etiket"
373
 
374
- #: gallery-plugin.php:865
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
375
  msgid "Display Like buttons in the lightbox"
376
  msgstr "Lightbox içerisinde beğen butonlarını göster"
377
 
378
- #: gallery-plugin.php:867
379
  msgid "FaceBook"
380
  msgstr "Facebook"
381
 
382
- #: gallery-plugin.php:868
383
  msgid "Twitter"
384
  msgstr "Twitter"
385
 
386
- #: gallery-plugin.php:869
387
  msgid "Pinterest"
388
  msgstr "Pinterest"
389
 
390
- #: gallery-plugin.php:870
391
  msgid "Google +1"
392
  msgstr "Google +1"
393
 
394
- #: gallery-plugin.php:873
395
  #, fuzzy
396
  msgid "Slug for gallery item"
397
  msgstr "Розмір зображення галерея"
398
 
399
- #: gallery-plugin.php:875
400
  msgid "for any structure of permalinks except the default structure"
401
  msgstr ""
402
 
403
- #: gallery-plugin.php:887
404
  msgid "Save Changes"
405
  msgstr "Değişiklikleri Kaydet"
406
 
407
- #: gallery-plugin.php:899
408
- #: gallery-plugin.php:914
409
  msgid "Settings"
410
  msgstr "Ayarlar"
411
 
412
- #: gallery-plugin.php:900
413
  msgid "FAQ"
414
  msgstr "SSS"
415
 
416
- #: gallery-plugin.php:901
417
  msgid "Support"
418
  msgstr "Destek"
419
 
420
- #: gallery-plugin.php:1111
421
- #: template/gallery-single-template.php:76
422
  msgid "Sorry, nothing found."
423
  msgstr "Üzgünüz, sonuç bulunamadı."
424
 
425
- #: gallery-plugin.php:1133
426
- #: template/gallery-single-template.php:102
427
  msgid "Download high resolution image"
428
  msgstr "Yüksek çözünürlüklü görseli indir"
429
 
430
- #: template/gallery-single-template.php:102
431
  msgid "Image"
432
  msgstr "Görsel"
433
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-28 17:45+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: \n"
8
  "Language-Team: Ismail Demirbilek <ce.demirbilek@gmail.com>\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: gallery-plugin.php:101
21
+ #: gallery-plugin.php:754
22
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
23
  msgstr "\"gallery-template.php\" ve \"gallery-single-template.php\" dosyaları tema klasörünüzde bulunamadı. Lütfen bu dosyaları `/wp-content/plugins/gallery-plugin/template/` dizininden tema dizininize kopyalayınız. Aksi halde Galeri eklentisi doğru çalışmayacaktır."
24
 
28
  msgstr "Galeriler"
29
 
30
  #: gallery-plugin.php:126
31
+ #: gallery-plugin.php:605
32
  msgid "Gallery"
33
  msgstr "Galeri"
34
 
68
  msgid "Gallery Shortcode"
69
  msgstr "Galeri Kısa Kodu"
70
 
71
+ #: gallery-plugin.php:209
72
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
73
  msgstr "Geçici galeri dizini (gallery-plugin/upload/files) yazma izni verilmediği için kullanılamıyor. Lütfen ortam bölümünden resimlerinizi upload ediniz."
74
 
75
+ #: gallery-plugin.php:213
76
  msgid "Choose an image for upload:"
77
  msgstr "Yüklemek için bir resim seçiniz:"
78
 
79
+ #: gallery-plugin.php:218
80
  msgid "Please enable JavaScript to use the file uploader."
81
  msgstr "Uploader'ı kullanmak için JavaScript desteğini aktifleştirmelisiniz."
82
 
83
+ #: gallery-plugin.php:225
84
  msgid "Allow the download link for all images in this gallery"
85
  msgstr "İndirme bağlantısını bu galerideki tüm resimlere ekle"
86
 
87
+ #: gallery-plugin.php:226
88
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
89
  msgstr "Sıralamayı değiştirmek için resimleri sürükleyin. Değişiklikleri kaydetmeyi uutmayın."
90
 
91
+ #: gallery-plugin.php:228
92
  msgid "Please make a choice"
93
  msgstr "Lütfen bir seçim yapınız"
94
 
95
+ #: gallery-plugin.php:228
96
+ #: gallery-plugin.php:867
97
  msgid "Sort images by"
98
  msgstr "Resimleri sırala buna göre sırala"
99
 
100
+ #: gallery-plugin.php:228
101
  msgid "sort images"
102
  msgstr "görselleri sırala"
103
 
104
+ #: gallery-plugin.php:228
105
  msgid "on the plugin settings page ("
106
  msgstr "Eklenti ayarları: ("
107
 
108
+ #: gallery-plugin.php:272
109
+ #: gallery-plugin.php:501
110
  msgid "Title"
111
  msgstr "Başlık"
112
 
113
+ #: gallery-plugin.php:274
114
+ msgid "Alt tag"
115
+ msgstr ""
116
+
117
+ #: gallery-plugin.php:275
118
  msgid "URL"
119
  msgstr "URL"
120
 
121
+ #: gallery-plugin.php:275
122
  msgid "(by click on image opens a link in a new window)"
123
  msgstr "(görsele tıklanınca yeni bir pencerede link açılır)"
124
 
125
+ #: gallery-plugin.php:276
126
  msgid "This setting is available in Pro version"
127
  msgstr "Bu ayar Pro verisyonda yapılabilir"
128
 
129
+ #: gallery-plugin.php:277
130
  msgid "Open the link"
131
  msgstr "Linki aç"
132
 
133
+ #: gallery-plugin.php:277
134
  msgid "Current window"
135
  msgstr "Geçerli pencere"
136
 
137
+ #: gallery-plugin.php:277
138
  msgid "New window"
139
  msgstr "Yeni pencere"
140
 
141
+ #: gallery-plugin.php:278
142
  msgid "Delete"
143
  msgstr "Sil"
144
 
145
+ #: gallery-plugin.php:291
146
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
147
  msgstr "Sayfa ya da yazılara kısa kodu yazarak tekil galeri ekleyebilirsiniz. Aşağıdaki kısa kodu yazının içerisine yapıştırmanız yeterli"
148
 
149
+ #: gallery-plugin.php:293
150
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
151
  msgstr "Eğer Galeri sayfasına link içeren galeri önizlemesi eklemek isterseniz aşağıdaki kodu yapıştırınız"
152
 
153
+ #: gallery-plugin.php:502
154
  msgid "Author"
155
  msgstr "Yazar"
156
 
157
+ #: gallery-plugin.php:503
158
  msgid "Photo"
159
  msgstr "Fotoğraf"
160
 
161
+ #: gallery-plugin.php:504
162
  msgid "Publishing"
163
  msgstr "Yayınlama"
164
 
165
+ #: gallery-plugin.php:505
166
+ #: gallery-plugin.php:871
167
  msgid "Date"
168
  msgstr "Tarih"
169
 
170
+ #: gallery-plugin.php:631
171
  msgid "See images &raquo;"
172
  msgstr "Resimleri Gör &raquo;"
173
 
174
+ #: gallery-plugin.php:747
175
  msgid "Settings are saved"
176
  msgstr "Ayarlar kaydedildi"
177
 
178
+ #: gallery-plugin.php:760
179
  msgid "Gallery Settings"
180
  msgstr "Galeri ayarları"
181
 
182
+ #: gallery-plugin.php:763
183
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
184
  msgstr "Sayfa ya da yazılara tekil galeri eklemek için bu kısa kodu kopyalayıp sayfa ya da yazı içerisine yapıştırın:"
185
 
186
+ #: gallery-plugin.php:767
187
  msgid "Image size for the album cover"
188
  msgstr "Albüm kapağı için resim boyuru"
189
 
190
+ #: gallery-plugin.php:769
191
+ #: gallery-plugin.php:777
192
+ #: gallery-plugin.php:790
193
  msgid "Image size"
194
  msgstr "Resim boyutu"
195
 
196
+ #: gallery-plugin.php:770
197
+ #: gallery-plugin.php:778
198
  msgid "Width (in px)"
199
  msgstr "Yatay boyut (px)"
200
 
201
+ #: gallery-plugin.php:771
202
+ #: gallery-plugin.php:779
203
  msgid "Height (in px)"
204
  msgstr "Yükseklik (px)"
205
 
206
+ #: gallery-plugin.php:775
207
  msgid "Gallery image size"
208
  msgstr "Galeri resim boyutu"
209
 
210
+ #: gallery-plugin.php:783
211
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
212
  msgstr "Yeni bir resim yüklediğinizde Wordpress belirlernen boyutlarda bir thumbnail oluşturacaktır."
213
 
214
+ #: gallery-plugin.php:788
215
  msgid "Gallery image size in the lightbox"
216
  msgstr "Lightbox içerisindeki resim boyutu"
217
 
218
+ #: gallery-plugin.php:791
219
  msgid "Max width (in px)"
220
  msgstr "Maksimum yatay boyut (px)"
221
 
222
+ #: gallery-plugin.php:792
223
  msgid "Max height (in px)"
224
  msgstr "Maksimum yükseklik (px)"
225
 
226
+ #: gallery-plugin.php:793
227
  msgid "Display a full size image in the lightbox"
228
  msgstr "Lightbox içerisinde tam boyutlu resim göster"
229
 
230
+ #: gallery-plugin.php:797
231
  msgid "Crop position"
232
  msgstr "Kırpma konumu"
233
 
234
+ #: gallery-plugin.php:799
235
  msgid "Horizontal"
236
  msgstr "Yatay"
237
 
238
+ #: gallery-plugin.php:801
239
  msgid "left"
240
  msgstr "sol"
241
 
242
+ #: gallery-plugin.php:802
243
+ #: gallery-plugin.php:809
244
  msgid "center"
245
  msgstr "orta"
246
 
247
+ #: gallery-plugin.php:803
248
  msgid "right"
249
  msgstr "sağ"
250
 
251
+ #: gallery-plugin.php:806
252
  msgid "Vertical"
253
  msgstr "Dikey"
254
 
255
+ #: gallery-plugin.php:808
256
  msgid "top"
257
  msgstr "üst"
258
 
259
+ #: gallery-plugin.php:810
260
  msgid "bottom"
261
  msgstr "alt"
262
 
263
+ #: gallery-plugin.php:815
264
  msgid "Lightbox background"
265
  msgstr "Lightbox arkaplanı"
266
 
267
+ #: gallery-plugin.php:817
268
  msgid "Default"
269
  msgstr "Öntanımlı"
270
 
271
+ #: gallery-plugin.php:818
272
  msgid "Background transparency (from 0 to 1)"
273
  msgstr "Arkaplan saydamlığı (0 - 10 arasında)"
274
 
275
+ #: gallery-plugin.php:820
276
  msgid "Select a background color"
277
  msgstr "Arkaplan rengi seçiniz"
278
 
279
+ #: gallery-plugin.php:822
280
  msgid "Background color"
281
  msgstr "Arka plan rengi"
282
 
283
+ #: gallery-plugin.php:829
284
+ #: gallery-plugin.php:971
285
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
286
  msgstr "Bu özellik Pro versiyonda etkindir. Detaylar için linke tıklayın."
287
 
288
+ #: gallery-plugin.php:836
289
  msgid "Images with border"
290
  msgstr "Çerçeveli resimler"
291
 
292
+ #: gallery-plugin.php:839
293
  msgid "Border width in px, just numbers"
294
  msgstr "Çerçeve kalınlığı (px) [sadece sayı yazınız]"
295
 
296
+ #: gallery-plugin.php:841
297
+ #: gallery-plugin.php:843
298
  msgid "Select a border color"
299
  msgstr "Çerçeve rengi seçiniz"
300
 
301
+ #: gallery-plugin.php:849
302
  msgid "Number of images in the row"
303
  msgstr "Bir satırdaki resim sayısı"
304
 
305
+ #: gallery-plugin.php:855
306
  msgid "Start slideshow"
307
  msgstr "Slayt gösterisini başlat"
308
 
309
+ #: gallery-plugin.php:861
310
  msgid "Slideshow interval"
311
  msgstr "Slayt gösterisi sıklığı"
312
 
313
+ #: gallery-plugin.php:869
314
  msgid "Attachment ID"
315
  msgstr "Ek ID"
316
 
317
+ #: gallery-plugin.php:870
318
  msgid "Image Name"
319
  msgstr "Resim İsmi"
320
 
321
+ #: gallery-plugin.php:872
322
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
323
  msgstr "Sıralama"
324
 
325
+ #: gallery-plugin.php:873
326
  msgid "Random"
327
  msgstr "Rastgele"
328
 
329
+ #: gallery-plugin.php:877
330
  msgid "Sort images"
331
  msgstr "Resimleri sırala"
332
 
333
+ #: gallery-plugin.php:879
334
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
335
  msgstr "Artan Sırada (1,2,3; a,b,c)"
336
 
337
+ #: gallery-plugin.php:880
338
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
339
  msgstr "Azalan Sırada (3,2,1;c,b,a)"
340
 
341
+ #: gallery-plugin.php:884
342
  msgid "Display text above the image"
343
  msgstr "Görsel üzerinde yazı göster"
344
 
345
+ #: gallery-plugin.php:886
346
  #, fuzzy
347
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
348
  msgstr "Eğer lightbox içerisinde yazı göstermek isterseniz"
349
 
350
+ #: gallery-plugin.php:890
351
  msgid "Display the Back link"
352
  msgstr "Geri linkini göster"
353
 
354
+ #: gallery-plugin.php:896
355
  msgid "Display the Back link in the shortcode"
356
  msgstr "Kısa kodda Geri linkini göster"
357
 
358
+ #: gallery-plugin.php:902
359
  msgid "The Back link text"
360
  msgstr "Geri linki başlığı"
361
 
362
+ #: gallery-plugin.php:908
363
  msgid "The Back link URL"
364
  msgstr "Geri linki URL'si"
365
 
366
+ #: gallery-plugin.php:910
367
  msgid "Gallery page (Page with Gallery Template)"
368
  msgstr "Galeri sayfası"
369
 
370
+ #: gallery-plugin.php:912
371
  msgid "(Full URL to custom page)"
372
  msgstr "(Özel sayfaya(custom page) tam link)"
373
 
374
+ #: gallery-plugin.php:916
375
  msgid "The Read More link text"
376
  msgstr "Devamını oku linki için etiket"
377
 
378
+ #: gallery-plugin.php:922
379
+ msgid "Add gallery to the search"
380
+ msgstr ""
381
+
382
+ #: gallery-plugin.php:941
383
+ #: gallery-plugin.php:944
384
+ #: gallery-plugin.php:948
385
+ msgid "Using Custom Search powered by"
386
+ msgstr ""
387
+
388
+ #: gallery-plugin.php:944
389
+ msgid "Activate Custom Search"
390
+ msgstr ""
391
+
392
+ #: gallery-plugin.php:948
393
+ msgid "Download Custom Search"
394
+ msgstr ""
395
+
396
+ #: gallery-plugin.php:955
397
  msgid "Display Like buttons in the lightbox"
398
  msgstr "Lightbox içerisinde beğen butonlarını göster"
399
 
400
+ #: gallery-plugin.php:957
401
  msgid "FaceBook"
402
  msgstr "Facebook"
403
 
404
+ #: gallery-plugin.php:958
405
  msgid "Twitter"
406
  msgstr "Twitter"
407
 
408
+ #: gallery-plugin.php:959
409
  msgid "Pinterest"
410
  msgstr "Pinterest"
411
 
412
+ #: gallery-plugin.php:960
413
  msgid "Google +1"
414
  msgstr "Google +1"
415
 
416
+ #: gallery-plugin.php:964
417
  #, fuzzy
418
  msgid "Slug for gallery item"
419
  msgstr "Розмір зображення галерея"
420
 
421
+ #: gallery-plugin.php:966
422
  msgid "for any structure of permalinks except the default structure"
423
  msgstr ""
424
 
425
+ #: gallery-plugin.php:979
426
  msgid "Save Changes"
427
  msgstr "Değişiklikleri Kaydet"
428
 
429
+ #: gallery-plugin.php:991
430
+ #: gallery-plugin.php:1006
431
  msgid "Settings"
432
  msgstr "Ayarlar"
433
 
434
+ #: gallery-plugin.php:992
435
  msgid "FAQ"
436
  msgstr "SSS"
437
 
438
+ #: gallery-plugin.php:993
439
  msgid "Support"
440
  msgstr "Destek"
441
 
442
+ #: gallery-plugin.php:1203
443
+ #: template/gallery-single-template.php:77
444
  msgid "Sorry, nothing found."
445
  msgstr "Üzgünüz, sonuç bulunamadı."
446
 
447
+ #: gallery-plugin.php:1225
448
+ #: template/gallery-single-template.php:103
449
  msgid "Download high resolution image"
450
  msgstr "Yüksek çözünürlüklü görseli indir"
451
 
452
+ #: template/gallery-single-template.php:103
453
  msgid "Image"
454
  msgstr "Görsel"
455
 
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: 2013-10-02 12:13+0300\n"
6
- "PO-Revision-Date: 2013-10-02 12:13+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: http://bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
- #: gallery-plugin.php:696
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr "Файли \"gallery-template.php\" та \"gallery-single-template.php\" не було знайдено в каталозі вашої теми. Будь ласка, скопіюйте їх з каталогу `/wp-content/plugins/gallery-plugin/template/` в каталог вашої теми для коректної роботи плагіну Галерея."
23
 
@@ -27,7 +27,7 @@ msgid "Galleries"
27
  msgstr "Галереї"
28
 
29
  #: gallery-plugin.php:126
30
- #: gallery-plugin.php:579
31
  msgid "Gallery"
32
  msgstr "Галерея"
33
 
@@ -67,364 +67,386 @@ msgstr "Завантажити файл"
67
  msgid "Gallery Shortcode"
68
  msgstr "Шорткод галереї"
69
 
70
- #: gallery-plugin.php:208
71
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
72
  msgstr "Каталог галереї для зберігання тимчасових файлів (gallery-plugin/upload/files) закритий для запису на вашому веб-сервері. Будь ласка, скористуйтеся стандартним функціоналом WP для завантаження зображень (медіа-бібліотека)."
73
 
74
- #: gallery-plugin.php:212
75
  msgid "Choose an image for upload:"
76
  msgstr "Вибрати зображення, щоб завантажити:"
77
 
78
- #: gallery-plugin.php:217
79
  msgid "Please enable JavaScript to use the file uploader."
80
  msgstr "Будь ласка дозвольте JavaScript, щоб використовувати файл uploader."
81
 
82
- #: gallery-plugin.php:224
83
  msgid "Allow the download link for all images in this gallery"
84
  msgstr "Дозволити посилання для завантаження для всіх зображень в данії галереї."
85
 
86
- #: gallery-plugin.php:225
87
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
88
  msgstr "Будь ласка, скористуйтеся функцією перетягнення, щоб змінити порядок відображення зображень та не забудьте зберегти запис."
89
 
90
- #: gallery-plugin.php:227
91
  msgid "Please make a choice"
92
  msgstr "Будь ласка, виберіть"
93
 
94
- #: gallery-plugin.php:227
95
- #: gallery-plugin.php:809
96
  msgid "Sort images by"
97
  msgstr "Сортувати зображення за "
98
 
99
- #: gallery-plugin.php:227
100
  msgid "sort images"
101
  msgstr "Сортувати зображення"
102
 
103
- #: gallery-plugin.php:227
104
  msgid "on the plugin settings page ("
105
  msgstr "на сторінці установок плагіну ("
106
 
107
- #: gallery-plugin.php:271
108
- #: gallery-plugin.php:475
109
  msgid "Title"
110
  msgstr "Назва"
111
 
112
- #: gallery-plugin.php:273
 
 
 
 
113
  msgid "URL"
114
  msgstr "Посилання"
115
 
116
- #: gallery-plugin.php:273
117
  msgid "(by click on image opens a link in a new window)"
118
  msgstr "(натискання на зображення відкриває це посилання у новому вікні браузера)"
119
 
120
- #: gallery-plugin.php:274
121
  msgid "This setting is available in Pro version"
122
  msgstr " Ці установки доступні у про-версії плагіну."
123
 
124
- #: gallery-plugin.php:275
125
  msgid "Open the link"
126
  msgstr "Відкрити посилання"
127
 
128
- #: gallery-plugin.php:275
129
  msgid "Current window"
130
  msgstr "Поточне вікно"
131
 
132
- #: gallery-plugin.php:275
133
  msgid "New window"
134
  msgstr "Нове вікно"
135
 
136
- #: gallery-plugin.php:276
137
  msgid "Delete"
138
  msgstr "Видалити"
139
 
140
- #: gallery-plugin.php:289
141
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
142
  msgstr "Ви можете додати Галерею на вашу сторінку або у ваш запис шляхом розміщення даного шорткоду в контент"
143
 
144
- #: gallery-plugin.php:291
145
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
146
  msgstr "Якщо ви хочете вивести короткий опис зі скіншотом та посиланням на сторінку з галереєю"
147
 
148
- #: gallery-plugin.php:476
149
  msgid "Author"
150
  msgstr "Автор "
151
 
152
- #: gallery-plugin.php:477
153
  msgid "Photo"
154
  msgstr "Фото"
155
 
156
- #: gallery-plugin.php:478
157
  msgid "Publishing"
158
  msgstr "Публікування"
159
 
160
- #: gallery-plugin.php:479
161
- #: gallery-plugin.php:813
162
  msgid "Date"
163
  msgstr "Дата "
164
 
165
- #: gallery-plugin.php:605
166
  msgid "See images &raquo;"
167
  msgstr "Дивитися фото &raquo;"
168
 
169
- #: gallery-plugin.php:689
170
  msgid "Settings are saved"
171
  msgstr "Установки збережено."
172
 
173
- #: gallery-plugin.php:702
174
  msgid "Gallery Settings"
175
  msgstr "Параметри галереї"
176
 
177
- #: gallery-plugin.php:705
178
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
179
  msgstr "Якщо ви хочете додати Галерею на вашу сторінку або у ваш запис, просто скопіюйте та розмістіть даний шорткод в контент вашого запису або стоінки:"
180
 
181
- #: gallery-plugin.php:709
182
  msgid "Image size for the album cover"
183
  msgstr "Розмір зображення для обкладинки альбому"
184
 
185
- #: gallery-plugin.php:711
186
- #: gallery-plugin.php:719
187
- #: gallery-plugin.php:732
188
  msgid "Image size"
189
  msgstr "Розмір зображення"
190
 
191
- #: gallery-plugin.php:712
192
- #: gallery-plugin.php:720
193
  msgid "Width (in px)"
194
  msgstr "Ширина (в px)"
195
 
196
- #: gallery-plugin.php:713
197
- #: gallery-plugin.php:721
198
  msgid "Height (in px)"
199
  msgstr "Висота (в px)"
200
 
201
- #: gallery-plugin.php:717
202
  msgid "Gallery image size"
203
  msgstr "Розмір зображення галереї"
204
 
205
- #: gallery-plugin.php:725
206
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
207
  msgstr "WordPress створить копію ескізу з заданими розмірами, коли ви завантажити нову фотографію."
208
 
209
- #: gallery-plugin.php:730
210
  msgid "Gallery image size in the lightbox"
211
  msgstr "Розмір зображень Галереї в лайтбоксі"
212
 
213
- #: gallery-plugin.php:733
214
  msgid "Max width (in px)"
215
  msgstr "Макс. ширина (в px)"
216
 
217
- #: gallery-plugin.php:734
218
  msgid "Max height (in px)"
219
  msgstr "Макс. висота (в px)"
220
 
221
- #: gallery-plugin.php:735
222
  msgid "Display a full size image in the lightbox"
223
  msgstr "Відображати повне зображення в лайтбоксі"
224
 
225
- #: gallery-plugin.php:739
226
  msgid "Crop position"
227
  msgstr "Позиція обтинання"
228
 
229
- #: gallery-plugin.php:741
230
  msgid "Horizontal"
231
  msgstr "Горизонтальна"
232
 
233
- #: gallery-plugin.php:743
234
  msgid "left"
235
  msgstr "зліва"
236
 
237
- #: gallery-plugin.php:744
238
- #: gallery-plugin.php:751
239
  msgid "center"
240
  msgstr "центр"
241
 
242
- #: gallery-plugin.php:745
243
  msgid "right"
244
  msgstr "зправа"
245
 
246
- #: gallery-plugin.php:748
247
  msgid "Vertical"
248
  msgstr "Вертикальна"
249
 
250
- #: gallery-plugin.php:750
251
  msgid "top"
252
  msgstr "верх"
253
 
254
- #: gallery-plugin.php:752
255
  msgid "bottom"
256
  msgstr "низ"
257
 
258
- #: gallery-plugin.php:757
259
  msgid "Lightbox background"
260
  msgstr "Фон лайтбокса"
261
 
262
- #: gallery-plugin.php:759
263
  msgid "Default"
264
  msgstr "Стандартне значення"
265
 
266
- #: gallery-plugin.php:760
267
  msgid "Background transparency (from 0 to 1)"
268
  msgstr "Прозорість для фону (від 0 до 1)"
269
 
270
- #: gallery-plugin.php:762
271
  msgid "Select a background color"
272
  msgstr "Вберіть колір фону"
273
 
274
- #: gallery-plugin.php:764
275
  msgid "Background color"
276
  msgstr "Колір фону"
277
 
278
- #: gallery-plugin.php:771
279
- #: gallery-plugin.php:882
280
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
281
  msgstr "Даний функціонал доступний у про-версії плагіну. За додатковою інформацією, будь ласка, перейдіть за посиланням"
282
 
283
- #: gallery-plugin.php:778
284
  msgid "Images with border"
285
  msgstr "Зображення з рамкою"
286
 
287
- #: gallery-plugin.php:781
288
  msgid "Border width in px, just numbers"
289
  msgstr "Ширина рамки у пікселях, тільки числа"
290
 
291
- #: gallery-plugin.php:783
292
- #: gallery-plugin.php:785
293
  msgid "Select a border color"
294
  msgstr "Виберіть колір рамки"
295
 
296
- #: gallery-plugin.php:791
297
  msgid "Number of images in the row"
298
  msgstr "Кількість зображень у рядку"
299
 
300
- #: gallery-plugin.php:797
301
  msgid "Start slideshow"
302
  msgstr "Розпочати слайд-шоу"
303
 
304
- #: gallery-plugin.php:803
305
  msgid "Slideshow interval"
306
  msgstr "Інтервал часу при показі слайд-шоу"
307
 
308
- #: gallery-plugin.php:811
309
  msgid "Attachment ID"
310
  msgstr "ID зображення"
311
 
312
- #: gallery-plugin.php:812
313
  msgid "Image Name"
314
  msgstr "Ім'я зображення"
315
 
316
- #: gallery-plugin.php:814
317
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
318
  msgstr "Порядок сортування (поле для введення порядку сортирування у діалозі Insert / Upload Media Gallery)"
319
 
320
- #: gallery-plugin.php:815
321
  msgid "Random"
322
  msgstr "Довільно"
323
 
324
- #: gallery-plugin.php:819
325
  msgid "Sort images"
326
  msgstr "Сортувати зображення"
327
 
328
- #: gallery-plugin.php:821
329
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
330
  msgstr "ASC (в порядку зростання від найменшого до найбільшого значення - 1, 2, 3, а, б, в)"
331
 
332
- #: gallery-plugin.php:822
333
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
334
  msgstr "DESC (за зменшенням від найбільшого до найменшого значення - 3, 2, 1, C, B)"
335
 
336
- #: gallery-plugin.php:826
337
  msgid "Display text above the image"
338
  msgstr "Відображення тексту над зображенням"
339
 
340
- #: gallery-plugin.php:828
341
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
342
  msgstr "Вимкніть позначку, якщо ви хочете відображати текст тільки у лайтбоксі"
343
 
344
- #: gallery-plugin.php:832
345
  msgid "Display the Back link"
346
  msgstr "Відображати посилання Повернутися"
347
 
348
- #: gallery-plugin.php:838
349
  msgid "Display the Back link in the shortcode"
350
  msgstr "Відображати посилання Повернутися у шорткоді"
351
 
352
- #: gallery-plugin.php:844
353
  msgid "The Back link text"
354
  msgstr "Текст для посилання Повернутися"
355
 
356
- #: gallery-plugin.php:850
357
  msgid "The Back link URL"
358
  msgstr "URL для посилання Повернутися"
359
 
360
- #: gallery-plugin.php:852
361
  msgid "Gallery page (Page with Gallery Template)"
362
  msgstr "Сторінка Галереї (сторінка з шаблоном галереї)"
363
 
364
- #: gallery-plugin.php:854
365
  msgid "(Full URL to custom page)"
366
  msgstr "(Повне посилання на сторінку користувача)"
367
 
368
- #: gallery-plugin.php:858
369
  msgid "The Read More link text"
370
  msgstr "Текст для посилання Дізнатися більше"
371
 
372
- #: gallery-plugin.php:866
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
373
  msgid "Display Like buttons in the lightbox"
374
  msgstr "Відображати Like кнопки у лайтбоксі"
375
 
376
- #: gallery-plugin.php:868
377
  msgid "FaceBook"
378
  msgstr "FaceBook"
379
 
380
- #: gallery-plugin.php:869
381
  msgid "Twitter"
382
  msgstr "Twitter"
383
 
384
- #: gallery-plugin.php:870
385
  msgid "Pinterest"
386
  msgstr "Pinterest"
387
 
388
- #: gallery-plugin.php:871
389
  msgid "Google +1"
390
  msgstr "Google +1"
391
 
392
- #: gallery-plugin.php:875
393
  msgid "Slug for gallery item"
394
  msgstr "Назва для єлементів Галереї"
395
 
396
- #: gallery-plugin.php:877
397
  msgid "for any structure of permalinks except the default structure"
398
  msgstr "для будь-якої структури, за винятком структуру за замовчуванням"
399
 
400
- #: gallery-plugin.php:890
401
  msgid "Save Changes"
402
  msgstr "Зберегти зміни"
403
 
404
- #: gallery-plugin.php:902
405
- #: gallery-plugin.php:917
406
  msgid "Settings"
407
  msgstr "Установки"
408
 
409
- #: gallery-plugin.php:903
410
  msgid "FAQ"
411
  msgstr "FAQ "
412
 
413
- #: gallery-plugin.php:904
414
  msgid "Support"
415
  msgstr "Підтримка"
416
 
417
- #: gallery-plugin.php:1114
418
- #: template/gallery-single-template.php:76
419
  msgid "Sorry, nothing found."
420
  msgstr "Вибачте - нічого не знайдено."
421
 
422
- #: gallery-plugin.php:1136
423
- #: template/gallery-single-template.php:102
424
  msgid "Download high resolution image"
425
  msgstr "Завантажити зображення у високій роздільності "
426
 
427
- #: template/gallery-single-template.php:102
428
  msgid "Image"
429
  msgstr "Зображення"
430
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-28 17:45+0300\n"
6
+ "PO-Revision-Date: 2013-10-28 17:45+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: http://bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
+ #: gallery-plugin.php:754
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr "Файли \"gallery-template.php\" та \"gallery-single-template.php\" не було знайдено в каталозі вашої теми. Будь ласка, скопіюйте їх з каталогу `/wp-content/plugins/gallery-plugin/template/` в каталог вашої теми для коректної роботи плагіну Галерея."
23
 
27
  msgstr "Галереї"
28
 
29
  #: gallery-plugin.php:126
30
+ #: gallery-plugin.php:605
31
  msgid "Gallery"
32
  msgstr "Галерея"
33
 
67
  msgid "Gallery Shortcode"
68
  msgstr "Шорткод галереї"
69
 
70
+ #: gallery-plugin.php:209
71
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
72
  msgstr "Каталог галереї для зберігання тимчасових файлів (gallery-plugin/upload/files) закритий для запису на вашому веб-сервері. Будь ласка, скористуйтеся стандартним функціоналом WP для завантаження зображень (медіа-бібліотека)."
73
 
74
+ #: gallery-plugin.php:213
75
  msgid "Choose an image for upload:"
76
  msgstr "Вибрати зображення, щоб завантажити:"
77
 
78
+ #: gallery-plugin.php:218
79
  msgid "Please enable JavaScript to use the file uploader."
80
  msgstr "Будь ласка дозвольте JavaScript, щоб використовувати файл uploader."
81
 
82
+ #: gallery-plugin.php:225
83
  msgid "Allow the download link for all images in this gallery"
84
  msgstr "Дозволити посилання для завантаження для всіх зображень в данії галереї."
85
 
86
+ #: gallery-plugin.php:226
87
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
88
  msgstr "Будь ласка, скористуйтеся функцією перетягнення, щоб змінити порядок відображення зображень та не забудьте зберегти запис."
89
 
90
+ #: gallery-plugin.php:228
91
  msgid "Please make a choice"
92
  msgstr "Будь ласка, виберіть"
93
 
94
+ #: gallery-plugin.php:228
95
+ #: gallery-plugin.php:867
96
  msgid "Sort images by"
97
  msgstr "Сортувати зображення за "
98
 
99
+ #: gallery-plugin.php:228
100
  msgid "sort images"
101
  msgstr "Сортувати зображення"
102
 
103
+ #: gallery-plugin.php:228
104
  msgid "on the plugin settings page ("
105
  msgstr "на сторінці установок плагіну ("
106
 
107
+ #: gallery-plugin.php:272
108
+ #: gallery-plugin.php:501
109
  msgid "Title"
110
  msgstr "Назва"
111
 
112
+ #: gallery-plugin.php:274
113
+ msgid "Alt tag"
114
+ msgstr ""
115
+
116
+ #: gallery-plugin.php:275
117
  msgid "URL"
118
  msgstr "Посилання"
119
 
120
+ #: gallery-plugin.php:275
121
  msgid "(by click on image opens a link in a new window)"
122
  msgstr "(натискання на зображення відкриває це посилання у новому вікні браузера)"
123
 
124
+ #: gallery-plugin.php:276
125
  msgid "This setting is available in Pro version"
126
  msgstr " Ці установки доступні у про-версії плагіну."
127
 
128
+ #: gallery-plugin.php:277
129
  msgid "Open the link"
130
  msgstr "Відкрити посилання"
131
 
132
+ #: gallery-plugin.php:277
133
  msgid "Current window"
134
  msgstr "Поточне вікно"
135
 
136
+ #: gallery-plugin.php:277
137
  msgid "New window"
138
  msgstr "Нове вікно"
139
 
140
+ #: gallery-plugin.php:278
141
  msgid "Delete"
142
  msgstr "Видалити"
143
 
144
+ #: gallery-plugin.php:291
145
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
146
  msgstr "Ви можете додати Галерею на вашу сторінку або у ваш запис шляхом розміщення даного шорткоду в контент"
147
 
148
+ #: gallery-plugin.php:293
149
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
150
  msgstr "Якщо ви хочете вивести короткий опис зі скіншотом та посиланням на сторінку з галереєю"
151
 
152
+ #: gallery-plugin.php:502
153
  msgid "Author"
154
  msgstr "Автор "
155
 
156
+ #: gallery-plugin.php:503
157
  msgid "Photo"
158
  msgstr "Фото"
159
 
160
+ #: gallery-plugin.php:504
161
  msgid "Publishing"
162
  msgstr "Публікування"
163
 
164
+ #: gallery-plugin.php:505
165
+ #: gallery-plugin.php:871
166
  msgid "Date"
167
  msgstr "Дата "
168
 
169
+ #: gallery-plugin.php:631
170
  msgid "See images &raquo;"
171
  msgstr "Дивитися фото &raquo;"
172
 
173
+ #: gallery-plugin.php:747
174
  msgid "Settings are saved"
175
  msgstr "Установки збережено."
176
 
177
+ #: gallery-plugin.php:760
178
  msgid "Gallery Settings"
179
  msgstr "Параметри галереї"
180
 
181
+ #: gallery-plugin.php:763
182
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
183
  msgstr "Якщо ви хочете додати Галерею на вашу сторінку або у ваш запис, просто скопіюйте та розмістіть даний шорткод в контент вашого запису або стоінки:"
184
 
185
+ #: gallery-plugin.php:767
186
  msgid "Image size for the album cover"
187
  msgstr "Розмір зображення для обкладинки альбому"
188
 
189
+ #: gallery-plugin.php:769
190
+ #: gallery-plugin.php:777
191
+ #: gallery-plugin.php:790
192
  msgid "Image size"
193
  msgstr "Розмір зображення"
194
 
195
+ #: gallery-plugin.php:770
196
+ #: gallery-plugin.php:778
197
  msgid "Width (in px)"
198
  msgstr "Ширина (в px)"
199
 
200
+ #: gallery-plugin.php:771
201
+ #: gallery-plugin.php:779
202
  msgid "Height (in px)"
203
  msgstr "Висота (в px)"
204
 
205
+ #: gallery-plugin.php:775
206
  msgid "Gallery image size"
207
  msgstr "Розмір зображення галереї"
208
 
209
+ #: gallery-plugin.php:783
210
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
211
  msgstr "WordPress створить копію ескізу з заданими розмірами, коли ви завантажити нову фотографію."
212
 
213
+ #: gallery-plugin.php:788
214
  msgid "Gallery image size in the lightbox"
215
  msgstr "Розмір зображень Галереї в лайтбоксі"
216
 
217
+ #: gallery-plugin.php:791
218
  msgid "Max width (in px)"
219
  msgstr "Макс. ширина (в px)"
220
 
221
+ #: gallery-plugin.php:792
222
  msgid "Max height (in px)"
223
  msgstr "Макс. висота (в px)"
224
 
225
+ #: gallery-plugin.php:793
226
  msgid "Display a full size image in the lightbox"
227
  msgstr "Відображати повне зображення в лайтбоксі"
228
 
229
+ #: gallery-plugin.php:797
230
  msgid "Crop position"
231
  msgstr "Позиція обтинання"
232
 
233
+ #: gallery-plugin.php:799
234
  msgid "Horizontal"
235
  msgstr "Горизонтальна"
236
 
237
+ #: gallery-plugin.php:801
238
  msgid "left"
239
  msgstr "зліва"
240
 
241
+ #: gallery-plugin.php:802
242
+ #: gallery-plugin.php:809
243
  msgid "center"
244
  msgstr "центр"
245
 
246
+ #: gallery-plugin.php:803
247
  msgid "right"
248
  msgstr "зправа"
249
 
250
+ #: gallery-plugin.php:806
251
  msgid "Vertical"
252
  msgstr "Вертикальна"
253
 
254
+ #: gallery-plugin.php:808
255
  msgid "top"
256
  msgstr "верх"
257
 
258
+ #: gallery-plugin.php:810
259
  msgid "bottom"
260
  msgstr "низ"
261
 
262
+ #: gallery-plugin.php:815
263
  msgid "Lightbox background"
264
  msgstr "Фон лайтбокса"
265
 
266
+ #: gallery-plugin.php:817
267
  msgid "Default"
268
  msgstr "Стандартне значення"
269
 
270
+ #: gallery-plugin.php:818
271
  msgid "Background transparency (from 0 to 1)"
272
  msgstr "Прозорість для фону (від 0 до 1)"
273
 
274
+ #: gallery-plugin.php:820
275
  msgid "Select a background color"
276
  msgstr "Вберіть колір фону"
277
 
278
+ #: gallery-plugin.php:822
279
  msgid "Background color"
280
  msgstr "Колір фону"
281
 
282
+ #: gallery-plugin.php:829
283
+ #: gallery-plugin.php:971
284
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
285
  msgstr "Даний функціонал доступний у про-версії плагіну. За додатковою інформацією, будь ласка, перейдіть за посиланням"
286
 
287
+ #: gallery-plugin.php:836
288
  msgid "Images with border"
289
  msgstr "Зображення з рамкою"
290
 
291
+ #: gallery-plugin.php:839
292
  msgid "Border width in px, just numbers"
293
  msgstr "Ширина рамки у пікселях, тільки числа"
294
 
295
+ #: gallery-plugin.php:841
296
+ #: gallery-plugin.php:843
297
  msgid "Select a border color"
298
  msgstr "Виберіть колір рамки"
299
 
300
+ #: gallery-plugin.php:849
301
  msgid "Number of images in the row"
302
  msgstr "Кількість зображень у рядку"
303
 
304
+ #: gallery-plugin.php:855
305
  msgid "Start slideshow"
306
  msgstr "Розпочати слайд-шоу"
307
 
308
+ #: gallery-plugin.php:861
309
  msgid "Slideshow interval"
310
  msgstr "Інтервал часу при показі слайд-шоу"
311
 
312
+ #: gallery-plugin.php:869
313
  msgid "Attachment ID"
314
  msgstr "ID зображення"
315
 
316
+ #: gallery-plugin.php:870
317
  msgid "Image Name"
318
  msgstr "Ім'я зображення"
319
 
320
+ #: gallery-plugin.php:872
321
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
322
  msgstr "Порядок сортування (поле для введення порядку сортирування у діалозі Insert / Upload Media Gallery)"
323
 
324
+ #: gallery-plugin.php:873
325
  msgid "Random"
326
  msgstr "Довільно"
327
 
328
+ #: gallery-plugin.php:877
329
  msgid "Sort images"
330
  msgstr "Сортувати зображення"
331
 
332
+ #: gallery-plugin.php:879
333
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
334
  msgstr "ASC (в порядку зростання від найменшого до найбільшого значення - 1, 2, 3, а, б, в)"
335
 
336
+ #: gallery-plugin.php:880
337
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
338
  msgstr "DESC (за зменшенням від найбільшого до найменшого значення - 3, 2, 1, C, B)"
339
 
340
+ #: gallery-plugin.php:884
341
  msgid "Display text above the image"
342
  msgstr "Відображення тексту над зображенням"
343
 
344
+ #: gallery-plugin.php:886
345
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
346
  msgstr "Вимкніть позначку, якщо ви хочете відображати текст тільки у лайтбоксі"
347
 
348
+ #: gallery-plugin.php:890
349
  msgid "Display the Back link"
350
  msgstr "Відображати посилання Повернутися"
351
 
352
+ #: gallery-plugin.php:896
353
  msgid "Display the Back link in the shortcode"
354
  msgstr "Відображати посилання Повернутися у шорткоді"
355
 
356
+ #: gallery-plugin.php:902
357
  msgid "The Back link text"
358
  msgstr "Текст для посилання Повернутися"
359
 
360
+ #: gallery-plugin.php:908
361
  msgid "The Back link URL"
362
  msgstr "URL для посилання Повернутися"
363
 
364
+ #: gallery-plugin.php:910
365
  msgid "Gallery page (Page with Gallery Template)"
366
  msgstr "Сторінка Галереї (сторінка з шаблоном галереї)"
367
 
368
+ #: gallery-plugin.php:912
369
  msgid "(Full URL to custom page)"
370
  msgstr "(Повне посилання на сторінку користувача)"
371
 
372
+ #: gallery-plugin.php:916
373
  msgid "The Read More link text"
374
  msgstr "Текст для посилання Дізнатися більше"
375
 
376
+ #: gallery-plugin.php:922
377
+ msgid "Add gallery to the search"
378
+ msgstr ""
379
+
380
+ #: gallery-plugin.php:941
381
+ #: gallery-plugin.php:944
382
+ #: gallery-plugin.php:948
383
+ msgid "Using Custom Search powered by"
384
+ msgstr ""
385
+
386
+ #: gallery-plugin.php:944
387
+ msgid "Activate Custom Search"
388
+ msgstr ""
389
+
390
+ #: gallery-plugin.php:948
391
+ msgid "Download Custom Search"
392
+ msgstr ""
393
+
394
+ #: gallery-plugin.php:955
395
  msgid "Display Like buttons in the lightbox"
396
  msgstr "Відображати Like кнопки у лайтбоксі"
397
 
398
+ #: gallery-plugin.php:957
399
  msgid "FaceBook"
400
  msgstr "FaceBook"
401
 
402
+ #: gallery-plugin.php:958
403
  msgid "Twitter"
404
  msgstr "Twitter"
405
 
406
+ #: gallery-plugin.php:959
407
  msgid "Pinterest"
408
  msgstr "Pinterest"
409
 
410
+ #: gallery-plugin.php:960
411
  msgid "Google +1"
412
  msgstr "Google +1"
413
 
414
+ #: gallery-plugin.php:964
415
  msgid "Slug for gallery item"
416
  msgstr "Назва для єлементів Галереї"
417
 
418
+ #: gallery-plugin.php:966
419
  msgid "for any structure of permalinks except the default structure"
420
  msgstr "для будь-якої структури, за винятком структуру за замовчуванням"
421
 
422
+ #: gallery-plugin.php:979
423
  msgid "Save Changes"
424
  msgstr "Зберегти зміни"
425
 
426
+ #: gallery-plugin.php:991
427
+ #: gallery-plugin.php:1006
428
  msgid "Settings"
429
  msgstr "Установки"
430
 
431
+ #: gallery-plugin.php:992
432
  msgid "FAQ"
433
  msgstr "FAQ "
434
 
435
+ #: gallery-plugin.php:993
436
  msgid "Support"
437
  msgstr "Підтримка"
438
 
439
+ #: gallery-plugin.php:1203
440
+ #: template/gallery-single-template.php:77
441
  msgid "Sorry, nothing found."
442
  msgstr "Вибачте - нічого не знайдено."
443
 
444
+ #: gallery-plugin.php:1225
445
+ #: template/gallery-single-template.php:103
446
  msgid "Download high resolution image"
447
  msgstr "Завантажити зображення у високій роздільності "
448
 
449
+ #: template/gallery-single-template.php:103
450
  msgid "Image"
451
  msgstr "Зображення"
452
 
languages/gallery-zh_CN.mo CHANGED
Binary file
languages/gallery-zh_CN.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-09-04 17:39+0300\n"
6
- "PO-Revision-Date: 2013-09-04 17:39+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Xiaobo Chen <mibcxb@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
- #: gallery-plugin.php:695
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr "在您的主题目录中没有找到文件 \"gallery-template.php\" 和 \"gallery-single-template.php\"。为了图集插件的正常运行,请从目录 `/wp-content/plugins/gallery-plugin/template/` 中复制他们到您的主题目录中"
23
 
@@ -27,7 +27,7 @@ msgid "Galleries"
27
  msgstr "图库"
28
 
29
  #: gallery-plugin.php:126
30
- #: gallery-plugin.php:579
31
  msgid "Gallery"
32
  msgstr "图集"
33
 
@@ -67,367 +67,389 @@ msgstr "上传文件"
67
  msgid "Gallery Shortcode"
68
  msgstr "图集简码"
69
 
70
- #: gallery-plugin.php:208
71
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
72
  msgstr "您网页服务器上的图集临时目录 (gallery-plugin/upload/files) 不可写。请使用标准WP函数上传图像 (media library)"
73
 
74
- #: gallery-plugin.php:212
75
  msgid "Choose an image for upload:"
76
  msgstr "选择一幅图像上传:"
77
 
78
- #: gallery-plugin.php:217
79
  msgid "Please enable JavaScript to use the file uploader."
80
  msgstr "请打开JavaScript以使用文件上传工具"
81
 
82
- #: gallery-plugin.php:224
83
  msgid "Allow the download link for all images in this gallery"
84
  msgstr "在此图集中开启下载所有图像的链接"
85
 
86
- #: gallery-plugin.php:225
87
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
88
  msgstr "请使用拖拽功能改变图像的输出顺序,且不要忘记保存修改。"
89
 
90
- #: gallery-plugin.php:227
91
  msgid "Please make a choice"
92
  msgstr "请选择"
93
 
94
- #: gallery-plugin.php:227
95
- #: gallery-plugin.php:808
96
  msgid "Sort images by"
97
  msgstr "图像排序按"
98
 
99
- #: gallery-plugin.php:227
100
  msgid "sort images"
101
  msgstr "图像排序"
102
 
103
- #: gallery-plugin.php:227
104
  msgid "on the plugin settings page ("
105
  msgstr "在插件的设置页面("
106
 
107
- #: gallery-plugin.php:271
108
- #: gallery-plugin.php:475
109
  msgid "Title"
110
  msgstr "标题"
111
 
112
- #: gallery-plugin.php:273
 
 
 
 
113
  msgid "URL"
114
  msgstr "URL"
115
 
116
- #: gallery-plugin.php:273
117
  #, fuzzy
118
  msgid "(by click on image opens a link in a new window)"
119
  msgstr "(点击图像 <br /> 在新窗口中打开链接)"
120
 
121
- #: gallery-plugin.php:274
122
  msgid "This setting is available in Pro version"
123
  msgstr "次设置在Pro版本中可用"
124
 
125
- #: gallery-plugin.php:275
126
  msgid "Open the link"
127
  msgstr "打开链接"
128
 
129
- #: gallery-plugin.php:275
130
  msgid "Current window"
131
  msgstr "当前窗口"
132
 
133
- #: gallery-plugin.php:275
134
  msgid "New window"
135
  msgstr "新窗口"
136
 
137
- #: gallery-plugin.php:276
138
  msgid "Delete"
139
  msgstr "删除"
140
 
141
- #: gallery-plugin.php:289
142
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
143
  msgstr "您可以在页面上添加一个图集或在正文中插入简码"
144
 
145
- #: gallery-plugin.php:291
146
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
147
  msgstr "如果您想显示一个简述,其包含屏幕截图且具有指向一个图集的链接"
148
 
149
- #: gallery-plugin.php:476
150
  msgid "Author"
151
  msgstr "作者"
152
 
153
- #: gallery-plugin.php:477
154
  msgid "Photo"
155
  msgstr "照片"
156
 
157
- #: gallery-plugin.php:478
158
  msgid "Publishing"
159
  msgstr "出版"
160
 
161
- #: gallery-plugin.php:479
162
- #: gallery-plugin.php:812
163
  msgid "Date"
164
  msgstr "日期"
165
 
166
- #: gallery-plugin.php:605
167
  msgid "See images &raquo;"
168
  msgstr "查看图像 &raquo;"
169
 
170
- #: gallery-plugin.php:688
171
  msgid "Settings are saved"
172
  msgstr "设置已保存。"
173
 
174
- #: gallery-plugin.php:701
175
  msgid "Gallery Settings"
176
  msgstr "图集设置"
177
 
178
- #: gallery-plugin.php:704
179
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
180
  msgstr "如果您想添加一个图集到页面或公告中,仅需要将图集简码放到页面或公告的内容中即可:"
181
 
182
- #: gallery-plugin.php:708
183
  msgid "Image size for the album cover"
184
  msgstr "专辑封面图像的尺寸"
185
 
186
- #: gallery-plugin.php:710
187
- #: gallery-plugin.php:718
188
- #: gallery-plugin.php:731
189
  msgid "Image size"
190
  msgstr "图像尺寸"
191
 
192
- #: gallery-plugin.php:711
193
- #: gallery-plugin.php:719
194
  msgid "Width (in px)"
195
  msgstr "宽度(像素)"
196
 
197
- #: gallery-plugin.php:712
198
- #: gallery-plugin.php:720
199
  msgid "Height (in px)"
200
  msgstr "高度(像素)"
201
 
202
- #: gallery-plugin.php:716
203
  msgid "Gallery image size"
204
  msgstr "图集中图像的尺寸"
205
 
206
- #: gallery-plugin.php:724
207
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
208
  msgstr "当您上传一幅新的照片时,WordPress会创建一个特定尺寸的缩略图副本。"
209
 
210
- #: gallery-plugin.php:729
211
  msgid "Gallery image size in the lightbox"
212
  msgstr "灯箱中的图像尺寸"
213
 
214
- #: gallery-plugin.php:732
215
  msgid "Max width (in px)"
216
  msgstr "最大宽度(像素)"
217
 
218
- #: gallery-plugin.php:733
219
  msgid "Max height (in px)"
220
  msgstr "最大高度(像素)"
221
 
222
- #: gallery-plugin.php:734
223
  msgid "Display a full size image in the lightbox"
224
  msgstr "在灯箱中显示全尺寸图像"
225
 
226
- #: gallery-plugin.php:738
227
  msgid "Crop position"
228
  msgstr "裁剪位置"
229
 
230
- #: gallery-plugin.php:740
231
  msgid "Horizontal"
232
  msgstr "水平"
233
 
234
- #: gallery-plugin.php:742
235
  msgid "left"
236
  msgstr "左侧"
237
 
238
- #: gallery-plugin.php:743
239
- #: gallery-plugin.php:750
240
  msgid "center"
241
  msgstr "中心"
242
 
243
- #: gallery-plugin.php:744
244
  msgid "right"
245
  msgstr "右侧"
246
 
247
- #: gallery-plugin.php:747
248
  msgid "Vertical"
249
  msgstr "垂直"
250
 
251
- #: gallery-plugin.php:749
252
  msgid "top"
253
  msgstr "顶部"
254
 
255
- #: gallery-plugin.php:751
256
  msgid "bottom"
257
  msgstr "底部"
258
 
259
- #: gallery-plugin.php:756
260
  msgid "Lightbox background"
261
  msgstr "灯箱背景"
262
 
263
- #: gallery-plugin.php:758
264
  msgid "Default"
265
  msgstr "默认"
266
 
267
- #: gallery-plugin.php:759
268
  msgid "Background transparency (from 0 to 1)"
269
  msgstr "背景透明度(值为 0 到 1)"
270
 
271
- #: gallery-plugin.php:761
272
  msgid "Select a background color"
273
  msgstr "选择背景色"
274
 
275
- #: gallery-plugin.php:763
276
  msgid "Background color"
277
  msgstr "背景色"
278
 
279
- #: gallery-plugin.php:770
280
- #: gallery-plugin.php:879
281
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
282
  msgstr "此功能在插件的高级版本中可用。如需查看详细信息,请点击以下链接"
283
 
284
- #: gallery-plugin.php:777
285
  msgid "Images with border"
286
  msgstr "图像边缘"
287
 
288
- #: gallery-plugin.php:780
289
  msgid "Border width in px, just numbers"
290
  msgstr "边缘宽度,以像素为单位,只能使用数字"
291
 
292
- #: gallery-plugin.php:782
293
- #: gallery-plugin.php:784
294
  msgid "Select a border color"
295
  msgstr "选择边缘颜色"
296
 
297
- #: gallery-plugin.php:790
298
  msgid "Number of images in the row"
299
  msgstr "一行中图像的数量"
300
 
301
- #: gallery-plugin.php:796
302
  msgid "Start slideshow"
303
  msgstr "播放幻灯片"
304
 
305
- #: gallery-plugin.php:802
306
  msgid "Slideshow interval"
307
  msgstr "幻灯片播放间隔"
308
 
309
- #: gallery-plugin.php:810
310
  msgid "Attachment ID"
311
  msgstr "附件ID"
312
 
313
- #: gallery-plugin.php:811
314
  msgid "Image Name"
315
  msgstr "图像名称"
316
 
317
- #: gallery-plugin.php:813
318
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
319
  msgstr "分类排序(插入/上传媒体图集对话框中的输入字段)"
320
 
321
- #: gallery-plugin.php:814
322
  msgid "Random"
323
  msgstr "随机"
324
 
325
- #: gallery-plugin.php:818
326
  msgid "Sort images"
327
  msgstr "图像排序"
328
 
329
- #: gallery-plugin.php:820
330
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
331
  msgstr "升序(由低到高 - 1, 2, 3; a, b, c)"
332
 
333
- #: gallery-plugin.php:821
334
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
335
  msgstr "降序(由高到低 - 3, 2, 1; c, b, a)"
336
 
337
- #: gallery-plugin.php:825
338
  msgid "Display text above the image"
339
  msgstr "在图像上方显示文本"
340
 
341
- #: gallery-plugin.php:827
342
  #, fuzzy
343
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
344
  msgstr "如果您仅想在收藏夹中显示文本"
345
 
346
- #: gallery-plugin.php:831
347
  msgid "Display the Back link"
348
  msgstr "显示返回链接"
349
 
350
- #: gallery-plugin.php:837
351
  msgid "Display the Back link in the shortcode"
352
  msgstr "以简码方式显示返回链接"
353
 
354
- #: gallery-plugin.php:843
355
  msgid "The Back link text"
356
  msgstr "返回链接文本"
357
 
358
- #: gallery-plugin.php:849
359
  msgid "The Back link URL"
360
  msgstr "返回链接URL"
361
 
362
- #: gallery-plugin.php:851
363
  msgid "Gallery page (Page with Gallery Template)"
364
  msgstr "图集页面(具有图集模板的页面)"
365
 
366
- #: gallery-plugin.php:853
367
  msgid "(Full URL to custom page)"
368
  msgstr "(到自定义页面的完整地址)"
369
 
370
- #: gallery-plugin.php:857
371
  msgid "The Read More link text"
372
  msgstr "阅读更多链接的文本"
373
 
374
- #: gallery-plugin.php:865
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
375
  msgid "Display Like buttons in the lightbox"
376
  msgstr "在灯箱中显示[喜欢]按钮"
377
 
378
- #: gallery-plugin.php:867
379
  msgid "FaceBook"
380
  msgstr "Facebook"
381
 
382
- #: gallery-plugin.php:868
383
  msgid "Twitter"
384
  msgstr "Twitter"
385
 
386
- #: gallery-plugin.php:869
387
  msgid "Pinterest"
388
  msgstr "Printerest"
389
 
390
- #: gallery-plugin.php:870
391
  msgid "Google +1"
392
  msgstr "Google +1"
393
 
394
- #: gallery-plugin.php:873
395
  #, fuzzy
396
  msgid "Slug for gallery item"
397
  msgstr "图集中图像的尺寸"
398
 
399
- #: gallery-plugin.php:875
400
  msgid "for any structure of permalinks except the default structure"
401
  msgstr ""
402
 
403
- #: gallery-plugin.php:887
404
  msgid "Save Changes"
405
  msgstr "保存修改"
406
 
407
- #: gallery-plugin.php:899
408
- #: gallery-plugin.php:914
409
  msgid "Settings"
410
  msgstr "设置"
411
 
412
- #: gallery-plugin.php:900
413
  msgid "FAQ"
414
  msgstr "常问问题"
415
 
416
- #: gallery-plugin.php:901
417
  msgid "Support"
418
  msgstr "支持"
419
 
420
- #: gallery-plugin.php:1111
421
- #: template/gallery-single-template.php:76
422
  msgid "Sorry, nothing found."
423
  msgstr "对不起 - 没有找到。"
424
 
425
- #: gallery-plugin.php:1133
426
- #: template/gallery-single-template.php:102
427
  msgid "Download high resolution image"
428
  msgstr "下载高分辨率图像"
429
 
430
- #: template/gallery-single-template.php:102
431
  msgid "Image"
432
  msgstr "图像"
433
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-28 17:45+0300\n"
6
+ "PO-Revision-Date: 2013-10-28 17:45+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Xiaobo Chen <mibcxb@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
+ #: gallery-plugin.php:754
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr "在您的主题目录中没有找到文件 \"gallery-template.php\" 和 \"gallery-single-template.php\"。为了图集插件的正常运行,请从目录 `/wp-content/plugins/gallery-plugin/template/` 中复制他们到您的主题目录中"
23
 
27
  msgstr "图库"
28
 
29
  #: gallery-plugin.php:126
30
+ #: gallery-plugin.php:605
31
  msgid "Gallery"
32
  msgstr "图集"
33
 
67
  msgid "Gallery Shortcode"
68
  msgstr "图集简码"
69
 
70
+ #: gallery-plugin.php:209
71
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
72
  msgstr "您网页服务器上的图集临时目录 (gallery-plugin/upload/files) 不可写。请使用标准WP函数上传图像 (media library)"
73
 
74
+ #: gallery-plugin.php:213
75
  msgid "Choose an image for upload:"
76
  msgstr "选择一幅图像上传:"
77
 
78
+ #: gallery-plugin.php:218
79
  msgid "Please enable JavaScript to use the file uploader."
80
  msgstr "请打开JavaScript以使用文件上传工具"
81
 
82
+ #: gallery-plugin.php:225
83
  msgid "Allow the download link for all images in this gallery"
84
  msgstr "在此图集中开启下载所有图像的链接"
85
 
86
+ #: gallery-plugin.php:226
87
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
88
  msgstr "请使用拖拽功能改变图像的输出顺序,且不要忘记保存修改。"
89
 
90
+ #: gallery-plugin.php:228
91
  msgid "Please make a choice"
92
  msgstr "请选择"
93
 
94
+ #: gallery-plugin.php:228
95
+ #: gallery-plugin.php:867
96
  msgid "Sort images by"
97
  msgstr "图像排序按"
98
 
99
+ #: gallery-plugin.php:228
100
  msgid "sort images"
101
  msgstr "图像排序"
102
 
103
+ #: gallery-plugin.php:228
104
  msgid "on the plugin settings page ("
105
  msgstr "在插件的设置页面("
106
 
107
+ #: gallery-plugin.php:272
108
+ #: gallery-plugin.php:501
109
  msgid "Title"
110
  msgstr "标题"
111
 
112
+ #: gallery-plugin.php:274
113
+ msgid "Alt tag"
114
+ msgstr ""
115
+
116
+ #: gallery-plugin.php:275
117
  msgid "URL"
118
  msgstr "URL"
119
 
120
+ #: gallery-plugin.php:275
121
  #, fuzzy
122
  msgid "(by click on image opens a link in a new window)"
123
  msgstr "(点击图像 <br /> 在新窗口中打开链接)"
124
 
125
+ #: gallery-plugin.php:276
126
  msgid "This setting is available in Pro version"
127
  msgstr "次设置在Pro版本中可用"
128
 
129
+ #: gallery-plugin.php:277
130
  msgid "Open the link"
131
  msgstr "打开链接"
132
 
133
+ #: gallery-plugin.php:277
134
  msgid "Current window"
135
  msgstr "当前窗口"
136
 
137
+ #: gallery-plugin.php:277
138
  msgid "New window"
139
  msgstr "新窗口"
140
 
141
+ #: gallery-plugin.php:278
142
  msgid "Delete"
143
  msgstr "删除"
144
 
145
+ #: gallery-plugin.php:291
146
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
147
  msgstr "您可以在页面上添加一个图集或在正文中插入简码"
148
 
149
+ #: gallery-plugin.php:293
150
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
151
  msgstr "如果您想显示一个简述,其包含屏幕截图且具有指向一个图集的链接"
152
 
153
+ #: gallery-plugin.php:502
154
  msgid "Author"
155
  msgstr "作者"
156
 
157
+ #: gallery-plugin.php:503
158
  msgid "Photo"
159
  msgstr "照片"
160
 
161
+ #: gallery-plugin.php:504
162
  msgid "Publishing"
163
  msgstr "出版"
164
 
165
+ #: gallery-plugin.php:505
166
+ #: gallery-plugin.php:871
167
  msgid "Date"
168
  msgstr "日期"
169
 
170
+ #: gallery-plugin.php:631
171
  msgid "See images &raquo;"
172
  msgstr "查看图像 &raquo;"
173
 
174
+ #: gallery-plugin.php:747
175
  msgid "Settings are saved"
176
  msgstr "设置已保存。"
177
 
178
+ #: gallery-plugin.php:760
179
  msgid "Gallery Settings"
180
  msgstr "图集设置"
181
 
182
+ #: gallery-plugin.php:763
183
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
184
  msgstr "如果您想添加一个图集到页面或公告中,仅需要将图集简码放到页面或公告的内容中即可:"
185
 
186
+ #: gallery-plugin.php:767
187
  msgid "Image size for the album cover"
188
  msgstr "专辑封面图像的尺寸"
189
 
190
+ #: gallery-plugin.php:769
191
+ #: gallery-plugin.php:777
192
+ #: gallery-plugin.php:790
193
  msgid "Image size"
194
  msgstr "图像尺寸"
195
 
196
+ #: gallery-plugin.php:770
197
+ #: gallery-plugin.php:778
198
  msgid "Width (in px)"
199
  msgstr "宽度(像素)"
200
 
201
+ #: gallery-plugin.php:771
202
+ #: gallery-plugin.php:779
203
  msgid "Height (in px)"
204
  msgstr "高度(像素)"
205
 
206
+ #: gallery-plugin.php:775
207
  msgid "Gallery image size"
208
  msgstr "图集中图像的尺寸"
209
 
210
+ #: gallery-plugin.php:783
211
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
212
  msgstr "当您上传一幅新的照片时,WordPress会创建一个特定尺寸的缩略图副本。"
213
 
214
+ #: gallery-plugin.php:788
215
  msgid "Gallery image size in the lightbox"
216
  msgstr "灯箱中的图像尺寸"
217
 
218
+ #: gallery-plugin.php:791
219
  msgid "Max width (in px)"
220
  msgstr "最大宽度(像素)"
221
 
222
+ #: gallery-plugin.php:792
223
  msgid "Max height (in px)"
224
  msgstr "最大高度(像素)"
225
 
226
+ #: gallery-plugin.php:793
227
  msgid "Display a full size image in the lightbox"
228
  msgstr "在灯箱中显示全尺寸图像"
229
 
230
+ #: gallery-plugin.php:797
231
  msgid "Crop position"
232
  msgstr "裁剪位置"
233
 
234
+ #: gallery-plugin.php:799
235
  msgid "Horizontal"
236
  msgstr "水平"
237
 
238
+ #: gallery-plugin.php:801
239
  msgid "left"
240
  msgstr "左侧"
241
 
242
+ #: gallery-plugin.php:802
243
+ #: gallery-plugin.php:809
244
  msgid "center"
245
  msgstr "中心"
246
 
247
+ #: gallery-plugin.php:803
248
  msgid "right"
249
  msgstr "右侧"
250
 
251
+ #: gallery-plugin.php:806
252
  msgid "Vertical"
253
  msgstr "垂直"
254
 
255
+ #: gallery-plugin.php:808
256
  msgid "top"
257
  msgstr "顶部"
258
 
259
+ #: gallery-plugin.php:810
260
  msgid "bottom"
261
  msgstr "底部"
262
 
263
+ #: gallery-plugin.php:815
264
  msgid "Lightbox background"
265
  msgstr "灯箱背景"
266
 
267
+ #: gallery-plugin.php:817
268
  msgid "Default"
269
  msgstr "默认"
270
 
271
+ #: gallery-plugin.php:818
272
  msgid "Background transparency (from 0 to 1)"
273
  msgstr "背景透明度(值为 0 到 1)"
274
 
275
+ #: gallery-plugin.php:820
276
  msgid "Select a background color"
277
  msgstr "选择背景色"
278
 
279
+ #: gallery-plugin.php:822
280
  msgid "Background color"
281
  msgstr "背景色"
282
 
283
+ #: gallery-plugin.php:829
284
+ #: gallery-plugin.php:971
285
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
286
  msgstr "此功能在插件的高级版本中可用。如需查看详细信息,请点击以下链接"
287
 
288
+ #: gallery-plugin.php:836
289
  msgid "Images with border"
290
  msgstr "图像边缘"
291
 
292
+ #: gallery-plugin.php:839
293
  msgid "Border width in px, just numbers"
294
  msgstr "边缘宽度,以像素为单位,只能使用数字"
295
 
296
+ #: gallery-plugin.php:841
297
+ #: gallery-plugin.php:843
298
  msgid "Select a border color"
299
  msgstr "选择边缘颜色"
300
 
301
+ #: gallery-plugin.php:849
302
  msgid "Number of images in the row"
303
  msgstr "一行中图像的数量"
304
 
305
+ #: gallery-plugin.php:855
306
  msgid "Start slideshow"
307
  msgstr "播放幻灯片"
308
 
309
+ #: gallery-plugin.php:861
310
  msgid "Slideshow interval"
311
  msgstr "幻灯片播放间隔"
312
 
313
+ #: gallery-plugin.php:869
314
  msgid "Attachment ID"
315
  msgstr "附件ID"
316
 
317
+ #: gallery-plugin.php:870
318
  msgid "Image Name"
319
  msgstr "图像名称"
320
 
321
+ #: gallery-plugin.php:872
322
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
323
  msgstr "分类排序(插入/上传媒体图集对话框中的输入字段)"
324
 
325
+ #: gallery-plugin.php:873
326
  msgid "Random"
327
  msgstr "随机"
328
 
329
+ #: gallery-plugin.php:877
330
  msgid "Sort images"
331
  msgstr "图像排序"
332
 
333
+ #: gallery-plugin.php:879
334
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
335
  msgstr "升序(由低到高 - 1, 2, 3; a, b, c)"
336
 
337
+ #: gallery-plugin.php:880
338
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
339
  msgstr "降序(由高到低 - 3, 2, 1; c, b, a)"
340
 
341
+ #: gallery-plugin.php:884
342
  msgid "Display text above the image"
343
  msgstr "在图像上方显示文本"
344
 
345
+ #: gallery-plugin.php:886
346
  #, fuzzy
347
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
348
  msgstr "如果您仅想在收藏夹中显示文本"
349
 
350
+ #: gallery-plugin.php:890
351
  msgid "Display the Back link"
352
  msgstr "显示返回链接"
353
 
354
+ #: gallery-plugin.php:896
355
  msgid "Display the Back link in the shortcode"
356
  msgstr "以简码方式显示返回链接"
357
 
358
+ #: gallery-plugin.php:902
359
  msgid "The Back link text"
360
  msgstr "返回链接文本"
361
 
362
+ #: gallery-plugin.php:908
363
  msgid "The Back link URL"
364
  msgstr "返回链接URL"
365
 
366
+ #: gallery-plugin.php:910
367
  msgid "Gallery page (Page with Gallery Template)"
368
  msgstr "图集页面(具有图集模板的页面)"
369
 
370
+ #: gallery-plugin.php:912
371
  msgid "(Full URL to custom page)"
372
  msgstr "(到自定义页面的完整地址)"
373
 
374
+ #: gallery-plugin.php:916
375
  msgid "The Read More link text"
376
  msgstr "阅读更多链接的文本"
377
 
378
+ #: gallery-plugin.php:922
379
+ msgid "Add gallery to the search"
380
+ msgstr ""
381
+
382
+ #: gallery-plugin.php:941
383
+ #: gallery-plugin.php:944
384
+ #: gallery-plugin.php:948
385
+ msgid "Using Custom Search powered by"
386
+ msgstr ""
387
+
388
+ #: gallery-plugin.php:944
389
+ msgid "Activate Custom Search"
390
+ msgstr ""
391
+
392
+ #: gallery-plugin.php:948
393
+ msgid "Download Custom Search"
394
+ msgstr ""
395
+
396
+ #: gallery-plugin.php:955
397
  msgid "Display Like buttons in the lightbox"
398
  msgstr "在灯箱中显示[喜欢]按钮"
399
 
400
+ #: gallery-plugin.php:957
401
  msgid "FaceBook"
402
  msgstr "Facebook"
403
 
404
+ #: gallery-plugin.php:958
405
  msgid "Twitter"
406
  msgstr "Twitter"
407
 
408
+ #: gallery-plugin.php:959
409
  msgid "Pinterest"
410
  msgstr "Printerest"
411
 
412
+ #: gallery-plugin.php:960
413
  msgid "Google +1"
414
  msgstr "Google +1"
415
 
416
+ #: gallery-plugin.php:964
417
  #, fuzzy
418
  msgid "Slug for gallery item"
419
  msgstr "图集中图像的尺寸"
420
 
421
+ #: gallery-plugin.php:966
422
  msgid "for any structure of permalinks except the default structure"
423
  msgstr ""
424
 
425
+ #: gallery-plugin.php:979
426
  msgid "Save Changes"
427
  msgstr "保存修改"
428
 
429
+ #: gallery-plugin.php:991
430
+ #: gallery-plugin.php:1006
431
  msgid "Settings"
432
  msgstr "设置"
433
 
434
+ #: gallery-plugin.php:992
435
  msgid "FAQ"
436
  msgstr "常问问题"
437
 
438
+ #: gallery-plugin.php:993
439
  msgid "Support"
440
  msgstr "支持"
441
 
442
+ #: gallery-plugin.php:1203
443
+ #: template/gallery-single-template.php:77
444
  msgid "Sorry, nothing found."
445
  msgstr "对不起 - 没有找到。"
446
 
447
+ #: gallery-plugin.php:1225
448
+ #: template/gallery-single-template.php:103
449
  msgid "Download high resolution image"
450
  msgstr "下载高分辨率图像"
451
 
452
+ #: template/gallery-single-template.php:103
453
  msgid "Image"
454
  msgstr "图像"
455
 
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.6.1
7
- Stable tag: 4.0.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -34,10 +34,17 @@ There is also a premium version of the plugin with more useful features availabl
34
  * Slideshow: View pictures as a slide show and in a full size.
35
  * Ability: The ability to add comments to a Single Gallery.
36
 
 
 
 
 
 
 
 
37
  = Translation =
38
 
39
  * Brazilian Portuguese (pt_BR) (thanks to DJIO, www.djio.com.br)
40
- * Bulgarian (bg_BG) (thanks to <a href="mailto:p@pipermagus.com">Petya</a>)
41
  * Chinese (zh_CN) (thanks to <a href="mailto:mibcxb@gmail.com">Xiaobo Chen</a>)
42
  * Czech (cs_CZ) (thanks to Josef Sukdol)
43
  * Dutch (nl_NL) (thanks to <a href="mailto:ronald@hostingu.nl">HostingU, Ronald Verheul</a>)
@@ -115,6 +122,7 @@ After that your theme will support thumbnail option and the error will disappear
115
  Please use the drag and drop function to change the order of the images and do not forget to save the post.
116
  Please do not forget to select `Sort images by` -> `sort images` in the plugin settings (http://your_domain/wp-admin/admin.php?page=gallery-plugin.php)
117
 
 
118
  2. Please go to the "Galleries" menu and select random gallery in the list. It will take you to the gallery editing page.
119
  There will be one or several media upload icons between the title and the content blocks. Please choose any icon.
120
  After that you'll see a popup window containing three or four tabs.
@@ -147,6 +155,9 @@ and add (for the themes Twenty Eleven or Twenty Ten):
147
 
148
  == Changelog ==
149
 
 
 
 
150
  = V4.0.3 - 18.10.2013 =
151
  * NEW : The Bulgarian language file is added to the plugin.
152
  * Update : The German language file is updated.
@@ -343,6 +354,9 @@ and add (for the themes Twenty Eleven or Twenty Ten):
343
 
344
  == Upgrade Notice ==
345
 
 
 
 
346
  = V4.0.3 =
347
  The Bulgarian language file is added to the plugin. The German language file is updated.
348
 
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.7
7
+ Stable tag: 4.0.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
34
  * Slideshow: View pictures as a slide show and in a full size.
35
  * Ability: The ability to add comments to a Single Gallery.
36
 
37
+ = Recommended Plugins =
38
+
39
+ The author of the Gallery also recommends the following plugins:
40
+
41
+ * <a href="http://wordpress.org/plugins/updater/">Updater</a> - This plugin updates WordPress core and the plugins to the recent versions. You can also use the auto mode or manual mode for updating and set email notifications.
42
+ There is also a premium version of the plugin <a href="http://bestwebsoft.com/plugin/updater-pro/?k=6ed3f1f40908b8eb7248953196a4753a">Updater Pro</a> with more useful features available. It allows to update plugins and WordPress core on several websites. It can make backup of all your files and database before updating.
43
+
44
  = Translation =
45
 
46
  * Brazilian Portuguese (pt_BR) (thanks to DJIO, www.djio.com.br)
47
+ * Bulgarian (bg_BG) (thanks to Petya)
48
  * Chinese (zh_CN) (thanks to <a href="mailto:mibcxb@gmail.com">Xiaobo Chen</a>)
49
  * Czech (cs_CZ) (thanks to Josef Sukdol)
50
  * Dutch (nl_NL) (thanks to <a href="mailto:ronald@hostingu.nl">HostingU, Ronald Verheul</a>)
122
  Please use the drag and drop function to change the order of the images and do not forget to save the post.
123
  Please do not forget to select `Sort images by` -> `sort images` in the plugin settings (http://your_domain/wp-admin/admin.php?page=gallery-plugin.php)
124
 
125
+
126
  2. Please go to the "Galleries" menu and select random gallery in the list. It will take you to the gallery editing page.
127
  There will be one or several media upload icons between the title and the content blocks. Please choose any icon.
128
  After that you'll see a popup window containing three or four tabs.
155
 
156
  == Changelog ==
157
 
158
+ = V4.0.4 - 28.10.2013 =
159
+ * Update : We updated all functionality for wordpress 3.7.
160
+
161
  = V4.0.3 - 18.10.2013 =
162
  * NEW : The Bulgarian language file is added to the plugin.
163
  * Update : The German language file is updated.
354
 
355
  == Upgrade Notice ==
356
 
357
+ = V4.0.4 =
358
+ We updated all functionality for wordpress 3.7.
359
+
360
  = V4.0.3 =
361
  The Bulgarian language file is added to the plugin. The German language file is updated.
362