Gallery by BestWebSoft - Version 3.9.8

Version Description

  • 04.09.2013
Download this release

Release Info

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

Code changes from version 3.9.7 to 3.9.8

Files changed (56) hide show
  1. bws_menu/bws_menu.php +345 -0
  2. bws_menu/languages/bestwebsoft-de_DE.mo +0 -0
  3. bws_menu/languages/bestwebsoft-de_DE.po +292 -0
  4. bws_menu/languages/bestwebsoft-fr_FR.mo +0 -0
  5. bws_menu/languages/bestwebsoft-fr_FR.po +618 -0
  6. bws_menu/languages/bestwebsoft-ja.mo +0 -0
  7. bws_menu/languages/bestwebsoft-ja.po +595 -0
  8. bws_menu/languages/bestwebsoft-pt_BR.mo +0 -0
  9. bws_menu/languages/bestwebsoft-pt_BR.po +293 -0
  10. bws_menu/languages/bestwebsoft-ru_RU.mo +0 -0
  11. bws_menu/languages/bestwebsoft-ru_RU.po +402 -0
  12. bws_menu/languages/bestwebsoft-sr_RS.mo +0 -0
  13. bws_menu/languages/bestwebsoft-sr_RS.po +518 -0
  14. bws_menu/languages/bestwebsoft-sv_SE.mo +0 -0
  15. bws_menu/languages/bestwebsoft-sv_SE.po +405 -0
  16. css/stylesheet.css +1 -1
  17. gallery-plugin.php +36 -371
  18. js/bws_menu.js +5 -5
  19. languages/gallery-cs_CZ.mo +0 -0
  20. languages/gallery-cs_CZ.po +174 -350
  21. languages/gallery-de_DE.mo +0 -0
  22. languages/gallery-de_DE.po +174 -350
  23. languages/gallery-es_ES.mo +0 -0
  24. languages/gallery-es_ES.po +175 -350
  25. languages/gallery-fa_IR.mo +0 -0
  26. languages/gallery-fa_IR.po +168 -349
  27. languages/gallery-fr_FR.mo +0 -0
  28. languages/gallery-fr_FR.po +222 -337
  29. languages/gallery-he_IL.mo +0 -0
  30. languages/gallery-he_IL.po +192 -367
  31. languages/gallery-hu_HU.mo +0 -0
  32. languages/gallery-hu_HU.po +174 -350
  33. languages/gallery-it_IT.mo +0 -0
  34. languages/gallery-it_IT.po +174 -350
  35. languages/gallery-ka_GE.mo +0 -0
  36. languages/gallery-ka_GE.po +174 -350
  37. languages/gallery-lt_LT.mo +0 -0
  38. languages/gallery-lt_LT.po +174 -350
  39. languages/gallery-nl_NL.mo +0 -0
  40. languages/gallery-nl_NL.po +174 -350
  41. languages/gallery-pl_PL.mo +0 -0
  42. languages/gallery-pl_PL.po +175 -350
  43. languages/gallery-pt_BR.mo +0 -0
  44. languages/gallery-pt_BR.po +132 -391
  45. languages/gallery-ru_RU.mo +0 -0
  46. languages/gallery-ru_RU.po +221 -337
  47. languages/gallery-sr_RS.mo +0 -0
  48. languages/gallery-sr_RS.po +232 -342
  49. languages/gallery-tr.mo +0 -0
  50. languages/gallery-tr.po +160 -340
  51. languages/gallery-uk.mo +0 -0
  52. languages/gallery-uk.po +174 -350
  53. languages/gallery-zh_CN.mo +0 -0
  54. languages/gallery-zh_CN.po +174 -348
  55. readme.txt +7 -4
  56. screenshot-3.jpg +0 -0
bws_menu/bws_menu.php ADDED
@@ -0,0 +1,345 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ Function for displaying BestWebSoft menu
4
+ */
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();
16
+ $array_recomend = array();
17
+ $count_activate = $count_install = $count_recomend = 0;
18
+ $array_plugins = array(
19
+ array( 'captcha\/captcha.php', 'Captcha', 'http://bestwebsoft.com/plugin/captcha-plugin/', 'http://bestwebsoft.com/plugin/captcha-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Captcha+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=captcha.php' ),
20
+ array( 'contact-form-plugin\/contact_form.php', 'Contact Form', 'http://bestwebsoft.com/plugin/contact-form/', 'http://bestwebsoft.com/plugin/contact-form/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Contact+Form+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=contact_form.php' ),
21
+ array( 'facebook-button-plugin\/facebook-button-plugin.php', 'Facebook Like Button Plugin', 'http://bestwebsoft.com/plugin/facebook-like-button-plugin/', 'http://bestwebsoft.com/plugin/facebook-like-button-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Facebook+Like+Button+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=facebook-button-plugin.php' ),
22
+ array( 'twitter-plugin\/twitter.php', 'Twitter Plugin', 'http://bestwebsoft.com/plugin/twitter-plugin/', 'http://bestwebsoft.com/plugin/twitter-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Twitter+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=twitter.php' ),
23
+ array( 'portfolio\/portfolio.php', 'Portfolio', 'http://bestwebsoft.com/plugin/portfolio-plugin/', 'http://bestwebsoft.com/plugin/portfolio-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Portfolio+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=portfolio.php' ),
24
+ array( 'gallery-plugin\/gallery-plugin.php', 'Gallery', 'http://bestwebsoft.com/plugin/gallery-plugin/', 'http://bestwebsoft.com/plugin/gallery-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Gallery+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=gallery-plugin.php' ),
25
+ array( 'adsense-plugin\/adsense-plugin.php', 'Google AdSense Plugin', 'http://bestwebsoft.com/plugin/google-adsense-plugin/', 'http://bestwebsoft.com/plugin/google-adsense-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Adsense+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=adsense-plugin.php' ),
26
+ array( 'custom-search-plugin\/custom-search-plugin.php', 'Custom Search Plugin', 'http://bestwebsoft.com/plugin/custom-search-plugin/', 'http://bestwebsoft.com/plugin/custom-search-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Search+plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=custom_search.php' ),
27
+ array( 'quotes-and-tips\/quotes-and-tips.php', 'Quotes and Tips', 'http://bestwebsoft.com/plugin/quotes-and-tips/', 'http://bestwebsoft.com/plugin/quotes-and-tips/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Quotes+and+Tips+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=quotes-and-tips.php' ),
28
+ array( 'google-sitemap-plugin\/google-sitemap-plugin.php', 'Google sitemap plugin', 'http://bestwebsoft.com/plugin/google-sitemap-plugin/', 'http://bestwebsoft.com/plugin/google-sitemap-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+sitemap+plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=google-sitemap-plugin.php' ),
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
+ );
32
+ foreach ( $array_plugins as $plugins ) {
33
+ if( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
34
+ $array_activate[$count_activate]["title"] = $plugins[1];
35
+ $array_activate[$count_activate]["link"] = $plugins[2];
36
+ $array_activate[$count_activate]["href"] = $plugins[3];
37
+ $array_activate[$count_activate]["url"] = $plugins[5];
38
+ $count_activate++;
39
+ } else if ( array_key_exists( str_replace( "\\", "", $plugins[0] ), $all_plugins ) ) {
40
+ $array_install[$count_install]["title"] = $plugins[1];
41
+ $array_install[$count_install]["link"] = $plugins[2];
42
+ $array_install[$count_install]["href"] = $plugins[3];
43
+ $count_install++;
44
+ } else {
45
+ $array_recomend[$count_recomend]["title"] = $plugins[1];
46
+ $array_recomend[$count_recomend]["link"] = $plugins[2];
47
+ $array_recomend[$count_recomend]["href"] = $plugins[3];
48
+ $array_recomend[$count_recomend]["slug"] = $plugins[4];
49
+ $count_recomend++;
50
+ }
51
+ }
52
+ $array_activate_pro = array();
53
+ $array_install_pro = array();
54
+ $array_recomend_pro = array();
55
+ $count_activate_pro = $count_install_pro = $count_recomend_pro = 0;
56
+ $array_plugins_pro = array(
57
+ 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' ),
58
+ 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' ),
59
+ 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' )
60
+ );
61
+ foreach ( $array_plugins_pro as $plugins ) {
62
+ if( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
63
+ $array_activate_pro[$count_activate_pro]["title"] = $plugins[1];
64
+ $array_activate_pro[$count_activate_pro]["link"] = $plugins[2];
65
+ $array_activate_pro[$count_activate_pro]["href"] = $plugins[3];
66
+ $array_activate_pro[$count_activate_pro]["url"] = $plugins[4];
67
+ $count_activate_pro++;
68
+ } else if( array_key_exists(str_replace( "\\", "", $plugins[0]), $all_plugins ) ) {
69
+ $array_install_pro[$count_install_pro]["title"] = $plugins[1];
70
+ $array_install_pro[$count_install_pro]["link"] = $plugins[2];
71
+ $array_install_pro[$count_install_pro]["href"] = $plugins[3];
72
+ $count_install_pro++;
73
+ } else {
74
+ $array_recomend_pro[$count_recomend_pro]["title"] = $plugins[1];
75
+ $array_recomend_pro[$count_recomend_pro]["link"] = $plugins[2];
76
+ $array_recomend_pro[$count_recomend_pro]["href"] = $plugins[3];
77
+ $count_recomend_pro++;
78
+ }
79
+ }
80
+ $sql_version = $wpdb->get_var( "SELECT VERSION() AS version" );
81
+ $mysql_info = $wpdb->get_results( "SHOW VARIABLES LIKE 'sql_mode'" );
82
+ if ( is_array( $mysql_info) )
83
+ $sql_mode = $mysql_info[0]->Value;
84
+ if ( empty( $sql_mode ) )
85
+ $sql_mode = __( 'Not set', 'bestwebsoft' );
86
+ if ( ini_get( 'safe_mode' ) )
87
+ $safe_mode = __( 'On', 'bestwebsoft' );
88
+ else
89
+ $safe_mode = __( 'Off', 'bestwebsoft' );
90
+ if ( ini_get( 'allow_url_fopen' ) )
91
+ $allow_url_fopen = __( 'On', 'bestwebsoft' );
92
+ else
93
+ $allow_url_fopen = __( 'Off', 'bestwebsoft' );
94
+ if ( ini_get( 'upload_max_filesize' ) )
95
+ $upload_max_filesize = ini_get( 'upload_max_filesize' );
96
+ else
97
+ $upload_max_filesize = __( 'N/A', 'bestwebsoft' );
98
+ if ( ini_get('post_max_size') )
99
+ $post_max_size = ini_get('post_max_size');
100
+ else
101
+ $post_max_size = __( 'N/A', 'bestwebsoft' );
102
+ if ( ini_get( 'max_execution_time' ) )
103
+ $max_execution_time = ini_get( 'max_execution_time' );
104
+ else
105
+ $max_execution_time = __( 'N/A', 'bestwebsoft' );
106
+ if ( ini_get( 'memory_limit' ) )
107
+ $memory_limit = ini_get( 'memory_limit' );
108
+ else
109
+ $memory_limit = __( 'N/A', 'bestwebsoft' );
110
+ if ( function_exists( 'memory_get_usage' ) )
111
+ $memory_usage = round( memory_get_usage() / 1024 / 1024, 2 ) . __(' Mb', 'bestwebsoft' );
112
+ else
113
+ $memory_usage = __( 'N/A', 'bestwebsoft' );
114
+ if ( is_callable( 'exif_read_data' ) )
115
+ $exif_read_data = __('Yes', 'bestwebsoft' ) . " ( V" . substr( phpversion( 'exif' ), 0,4 ) . ")" ;
116
+ else
117
+ $exif_read_data = __('No', 'bestwebsoft' );
118
+ if ( is_callable( 'iptcparse' ) )
119
+ $iptcparse = __( 'Yes', 'bestwebsoft' );
120
+ else
121
+ $iptcparse = __( 'No', 'bestwebsoft' );
122
+ if ( is_callable( 'xml_parser_create' ) )
123
+ $xml_parser_create = __( 'Yes', 'bestwebsoft' );
124
+ else
125
+ $xml_parser_create = __( 'No', 'bestwebsoft' );
126
+
127
+ if ( function_exists( 'wp_get_theme' ) )
128
+ $theme = wp_get_theme();
129
+ else
130
+ $theme = get_theme( get_current_theme() );
131
+
132
+ if ( function_exists( 'is_multisite' ) ) {
133
+ if ( is_multisite() ) {
134
+ $multisite = __( 'Yes', 'bestwebsoft' );
135
+ } else {
136
+ $multisite = __( 'No', 'bestwebsoft' );
137
+ }
138
+ } else
139
+ $multisite = __( 'N/A', 'bestwebsoft' );
140
+
141
+ $site_url = get_option('siteurl');
142
+ $home_url = get_option('home');
143
+ $db_version = get_option('db_version');
144
+ $system_info = array(
145
+ 'system_info' => '',
146
+ 'active_plugins' => '',
147
+ 'inactive_plugins' => ''
148
+ );
149
+ $system_info['system_info'] = array(
150
+ __( 'Operating System', 'bestwebsoft' ) => PHP_OS,
151
+ __( 'Server', 'bestwebsoft' ) => $_SERVER["SERVER_SOFTWARE"],
152
+ __( 'Memory usage', 'bestwebsoft' ) => $memory_usage,
153
+ __( 'MYSQL Version', 'bestwebsoft' ) => $sql_version,
154
+ __( 'SQL Mode', 'bestwebsoft' ) => $sql_mode,
155
+ __( 'PHP Version', 'bestwebsoft' ) => PHP_VERSION,
156
+ __( 'PHP Safe Mode', 'bestwebsoft' ) => $safe_mode,
157
+ __( 'PHP Allow URL fopen', 'bestwebsoft' ) => $allow_url_fopen,
158
+ __( 'PHP Memory Limit', 'bestwebsoft' ) => $memory_limit,
159
+ __( 'PHP Max Upload Size', 'bestwebsoft' ) => $upload_max_filesize,
160
+ __( 'PHP Max Post Size', 'bestwebsoft' ) => $post_max_size,
161
+ __( 'PHP Max Script Execute Time', 'bestwebsoft' ) => $max_execution_time,
162
+ __( 'PHP Exif support', 'bestwebsoft' ) => $exif_read_data,
163
+ __( 'PHP IPTC support', 'bestwebsoft' ) => $iptcparse,
164
+ __( 'PHP XML support', 'bestwebsoft' ) => $xml_parser_create,
165
+ __( 'Site URL', 'bestwebsoft' ) => $site_url,
166
+ __( 'Home URL', 'bestwebsoft' ) => $home_url,
167
+ __( 'WordPress Version', 'bestwebsoft' ) => $wp_version,
168
+ __( 'WordPress DB Version', 'bestwebsoft' ) => $db_version,
169
+ __( 'Multisite', 'bestwebsoft' ) => $multisite,
170
+ __( 'Active Theme', 'bestwebsoft' ) => $theme['Name'] . ' ' . $theme['Version']
171
+ );
172
+ foreach ( $all_plugins as $path => $plugin ) {
173
+ if ( is_plugin_active( $path ) ) {
174
+ $system_info['active_plugins'][ $plugin['Name'] ] = $plugin['Version'];
175
+ } else {
176
+ $system_info['inactive_plugins'][ $plugin['Name'] ] = $plugin['Version'];
177
+ }
178
+ }
179
+
180
+ if ( ( isset( $_REQUEST['bwsmn_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ) ) ||
181
+ ( isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ) ) ) {
182
+ if ( isset( $_REQUEST['bwsmn_form_email'] ) ) {
183
+ $bwsmn_form_email = trim( $_REQUEST['bwsmn_form_email'] );
184
+ 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 ) ) {
185
+ $error = __( "Please enter a valid email address.", 'bestwebsoft' );
186
+ } else {
187
+ $email = $bwsmn_form_email;
188
+ $bwsmn_form_email = '';
189
+ $message = __( 'Email with system info is sent to ', 'bestwebsoft' ) . $email;
190
+ }
191
+ } else {
192
+ $email = 'plugin_system_status@bestwebsoft.com';
193
+ $message = __( 'Thank you for contacting us.', 'bestwebsoft' );
194
+ }
195
+
196
+ if ( $error == '' ) {
197
+ $headers = 'MIME-Version: 1.0' . "\n";
198
+ $headers .= 'Content-type: text/html; charset=utf-8' . "\n";
199
+ $headers .= 'From: ' . get_option( 'admin_email' );
200
+ $message_text = '<html><head><title>System Info From ' . $home_url . '</title></head><body>
201
+ <h4>Environment</h4>
202
+ <table>';
203
+ foreach ( $system_info['system_info'] as $key => $value ) {
204
+ $message_text .= '<tr><td>'. $key .'</td><td>'. $value .'</td></tr>';
205
+ }
206
+ $message_text .= '</table>
207
+ <h4>Active Plugins</h4>
208
+ <table>';
209
+ foreach ( $system_info['active_plugins'] as $key => $value ) {
210
+ $message_text .= '<tr><td scope="row">'. $key .'</td><td scope="row">'. $value .'</td></tr>';
211
+ }
212
+ $message_text .= '</table>
213
+ <h4>Inactive Plugins</h4>
214
+ <table>';
215
+ foreach ( $system_info['inactive_plugins'] as $key => $value ) {
216
+ $message_text .= '<tr><td scope="row">'. $key .'</td><td scope="row">'. $value .'</td></tr>';
217
+ }
218
+ $message_text .= '</table></body></html>';
219
+ $result = wp_mail( $email, 'System Info From ' . $home_url, $message_text, $headers );
220
+ if ( $result != true )
221
+ $error = __( "Sorry, email message could not be delivered.", 'bestwebsoft' );
222
+ }
223
+ }
224
+ ?><div class="wrap">
225
+ <div class="icon32 icon32-bws" id="icon-options-general"></div>
226
+ <h2><?php echo $title;?></h2>
227
+ <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>
228
+ <div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
229
+ <h3 style="color: blue;"><?php _e( 'Pro plugins', 'bestwebsoft' ); ?></h3>
230
+ <?php if( 0 < $count_activate_pro ) { ?>
231
+ <div style="padding-left:15px;">
232
+ <h4><?php _e( 'Activated plugins', 'bestwebsoft' ); ?></h4>
233
+ <?php foreach ( $array_activate_pro as $activate_plugin ) { ?>
234
+ <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>
235
+ <?php } ?>
236
+ </div>
237
+ <?php } ?>
238
+ <?php if( 0 < $count_install_pro ) { ?>
239
+ <div style="padding-left:15px;">
240
+ <h4><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
241
+ <?php foreach ( $array_install_pro as $install_plugin) { ?>
242
+ <div style="float:left; width:200px;"><?php echo $install_plugin["title"]; ?></div> <p><a href="<?php echo $install_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a></p>
243
+ <?php } ?>
244
+ </div>
245
+ <?php } ?>
246
+ <?php if( 0 < $count_recomend_pro ) { ?>
247
+ <div style="padding-left:15px;">
248
+ <h4><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h4>
249
+ <?php foreach ( $array_recomend_pro as $recomend_plugin ) { ?>
250
+ <div style="float:left; width:200px;"><?php echo $recomend_plugin["title"]; ?></div> <p><a href="<?php echo $recomend_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a> <a href="<?php echo $recomend_plugin["href"]; ?>" target="_blank"><?php echo __( "Purchase", 'bestwebsoft' ); ?></a></p>
251
+ <?php } ?>
252
+ </div>
253
+ <?php } ?>
254
+ <br />
255
+ <h3 style="color: green"><?php _e( 'Free plugins', 'bestwebsoft' ); ?></h3>
256
+ <?php if( 0 < $count_activate ) { ?>
257
+ <div style="padding-left:15px;">
258
+ <h4><?php _e( 'Activated plugins', 'bestwebsoft' ); ?></h4>
259
+ <?php foreach( $array_activate as $activate_plugin ) { ?>
260
+ <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>
261
+ <?php } ?>
262
+ </div>
263
+ <?php } ?>
264
+ <?php if( 0 < $count_install ) { ?>
265
+ <div style="padding-left:15px;">
266
+ <h4><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
267
+ <?php foreach ( $array_install as $install_plugin ) { ?>
268
+ <div style="float:left; width:200px;"><?php echo $install_plugin["title"]; ?></div> <p><a href="<?php echo $install_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a></p>
269
+ <?php } ?>
270
+ </div>
271
+ <?php } ?>
272
+ <?php if( 0 < $count_recomend ) { ?>
273
+ <div style="padding-left:15px;">
274
+ <h4><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h4>
275
+ <?php foreach ( $array_recomend as $recomend_plugin ) { ?>
276
+ <div style="float:left; width:200px;"><?php echo $recomend_plugin["title"]; ?></div> <p><a href="<?php echo $recomend_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a> <a href="<?php echo $recomend_plugin["href"]; ?>" target="_blank"><?php echo __( "Download", 'bestwebsoft' ); ?></a> <a class="install-now" href="<?php echo get_bloginfo( "url" ) . $recomend_plugin["slug"]; ?>" title="<?php esc_attr( sprintf( __( 'Install %s' ), $recomend_plugin["title"] ) ) ?>" target="_blank"><?php echo __( 'Install now from wordpress.org', 'bestwebsoft' ) ?></a></p>
277
+ <?php } ?>
278
+ </div>
279
+ <?php } ?>
280
+ <br />
281
+ <span style="color: rgb(136, 136, 136); font-size: 10px;"><?php _e( 'If you have any questions, please contact us via', 'bestwebsoft' ); ?> <a href="http://support.bestwebsoft.com">http://support.bestwebsoft.com</a></span>
282
+ <div id="poststuff" class="bws_system_info_meta_box">
283
+ <div class="postbox">
284
+ <div class="handlediv" title="Click to toggle">
285
+ <br>
286
+ </div>
287
+ <h3 class="hndle">
288
+ <span><?php _e( 'System status', 'bestwebsoft' ); ?></span>
289
+ </h3>
290
+ <div class="inside">
291
+ <table class="bws_system_info">
292
+ <thead><tr><th><?php _e( 'Environment', 'bestwebsoft' ); ?></th><td></td></tr></thead>
293
+ <tbody>
294
+ <?php foreach ( $system_info['system_info'] as $key => $value ) { ?>
295
+ <tr>
296
+ <td scope="row"><?php echo $key; ?></td>
297
+ <td scope="row"><?php echo $value; ?></td>
298
+ </tr>
299
+ <?php } ?>
300
+ </tbody>
301
+ </table>
302
+ <table class="bws_system_info">
303
+ <thead><tr><th><?php _e( 'Active Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
304
+ <tbody>
305
+ <?php foreach ( $system_info['active_plugins'] as $key => $value ) { ?>
306
+ <tr>
307
+ <td scope="row"><?php echo $key; ?></td>
308
+ <td scope="row"><?php echo $value; ?></td>
309
+ </tr>
310
+ <?php } ?>
311
+ </tbody>
312
+ </table>
313
+ <table class="bws_system_info">
314
+ <thead><tr><th><?php _e( 'Inactive Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
315
+ <tbody>
316
+ <?php foreach ( $system_info['inactive_plugins'] as $key => $value ) { ?>
317
+ <tr>
318
+ <td scope="row"><?php echo $key; ?></td>
319
+ <td scope="row"><?php echo $value; ?></td>
320
+ </tr>
321
+ <?php } ?>
322
+ </tbody>
323
+ </table>
324
+ <div class="clear"></div>
325
+ <form method="post" action="admin.php?page=bws_plugins">
326
+ <p>
327
+ <input type="hidden" name="bwsmn_form_submit" value="submit" />
328
+ <input type="submit" class="button-primary" value="<?php _e( 'Send to support', 'bestwebsoft' ) ?>" />
329
+ <?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ); ?>
330
+ </p>
331
+ </form>
332
+ <form method="post" action="admin.php?page=bws_plugins">
333
+ <p>
334
+ <input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />
335
+ <input type="submit" class="button" value="<?php _e( 'Send to custom email &#187;', 'bestwebsoft' ) ?>" />
336
+ <input type="text" value="<?php echo $bwsmn_form_email; ?>" name="bwsmn_form_email" />
337
+ <?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ); ?>
338
+ </p>
339
+ </form>
340
+ </div>
341
+ </div>
342
+ </div>
343
+ </div>
344
+ <?php }
345
+ } ?>
bws_menu/languages/bestwebsoft-de_DE.mo ADDED
Binary file
bws_menu/languages/bestwebsoft-de_DE.po ADDED
@@ -0,0 +1,292 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: bestwebsoft\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-08-30 12:53+0300\n"
6
+ "PO-Revision-Date: 2013-08-30 13:53+0300\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: Lothar Schiborr <lothar.schiborr@web.de>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Generator: Poedit 1.5.7\n"
14
+ "X-Poedit-SourceCharset: utf-8\n"
15
+ "X-Poedit-KeywordsList: __;_e\n"
16
+ "X-Poedit-Basepath: ..\n"
17
+ "X-Textdomain-Support: yes\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+
20
+ # @ captcha
21
+ #: bws_menu.php:85
22
+ msgid "Not set"
23
+ msgstr "Nicht festgelegt"
24
+
25
+ # @ captcha
26
+ #: bws_menu.php:87
27
+ #: bws_menu.php:91
28
+ msgid "On"
29
+ msgstr "Ein"
30
+
31
+ # @ captcha
32
+ #: bws_menu.php:89
33
+ #: bws_menu.php:93
34
+ msgid "Off"
35
+ msgstr "Ausgeschaltet"
36
+
37
+ # @ captcha
38
+ #: bws_menu.php:97
39
+ #: bws_menu.php:101
40
+ #: bws_menu.php:105
41
+ #: bws_menu.php:109
42
+ #: bws_menu.php:113
43
+ #: bws_menu.php:139
44
+ msgid "N/A"
45
+ msgstr "keine Angaben"
46
+
47
+ # @ captcha
48
+ #: bws_menu.php:111
49
+ msgid " Mb"
50
+ msgstr " Mb"
51
+
52
+ # @ captcha
53
+ #: bws_menu.php:115
54
+ #: bws_menu.php:119
55
+ #: bws_menu.php:123
56
+ #: bws_menu.php:134
57
+ msgid "Yes"
58
+ msgstr "Ja"
59
+
60
+ # @ captcha
61
+ #: bws_menu.php:117
62
+ #: bws_menu.php:121
63
+ #: bws_menu.php:125
64
+ #: bws_menu.php:136
65
+ msgid "No"
66
+ msgstr "Nein"
67
+
68
+ # @ captcha
69
+ #: bws_menu.php:150
70
+ msgid "Operating System"
71
+ msgstr "Betriebs-System"
72
+
73
+ # @ captcha
74
+ #: bws_menu.php:151
75
+ msgid "Server"
76
+ msgstr "Server"
77
+
78
+ # @ captcha
79
+ #: bws_menu.php:152
80
+ msgid "Memory usage"
81
+ msgstr "Speichernutzung"
82
+
83
+ # @ captcha
84
+ #: bws_menu.php:153
85
+ msgid "MYSQL Version"
86
+ msgstr "MYSQL Version"
87
+
88
+ # @ captcha
89
+ #: bws_menu.php:154
90
+ msgid "SQL Mode"
91
+ msgstr "SQL Modus"
92
+
93
+ # @ captcha
94
+ #: bws_menu.php:155
95
+ msgid "PHP Version"
96
+ msgstr "PHP Version"
97
+
98
+ # @ captcha
99
+ #: bws_menu.php:156
100
+ msgid "PHP Safe Mode"
101
+ msgstr "PHP Gesicherter Modus"
102
+
103
+ # @ captcha
104
+ #: bws_menu.php:157
105
+ msgid "PHP Allow URL fopen"
106
+ msgstr "PHP Erlaubet URL zu öffnen (fopen)"
107
+
108
+ # @ captcha
109
+ #: bws_menu.php:158
110
+ msgid "PHP Memory Limit"
111
+ msgstr "PHP Speicher-Grenze"
112
+
113
+ # @ captcha
114
+ #: bws_menu.php:159
115
+ msgid "PHP Max Upload Size"
116
+ msgstr "PHP Maximale Upload Größe"
117
+
118
+ # @ captcha
119
+ #: bws_menu.php:160
120
+ msgid "PHP Max Post Size"
121
+ msgstr "PHP Maximale Beitrags-Größe"
122
+
123
+ # @ captcha
124
+ #: bws_menu.php:161
125
+ msgid "PHP Max Script Execute Time"
126
+ msgstr "PHP Maximale Script Ausführungszeit"
127
+
128
+ # @ captcha
129
+ #: bws_menu.php:162
130
+ msgid "PHP Exif support"
131
+ msgstr "PHP Exif Support"
132
+
133
+ # @ captcha
134
+ #: bws_menu.php:163
135
+ msgid "PHP IPTC support"
136
+ msgstr "PHP IPTC Support"
137
+
138
+ # @ captcha
139
+ #: bws_menu.php:164
140
+ msgid "PHP XML support"
141
+ msgstr "PHP XML Support"
142
+
143
+ # @ captcha
144
+ #: bws_menu.php:165
145
+ msgid "Site URL"
146
+ msgstr "Site URL"
147
+
148
+ # @ captcha
149
+ #: bws_menu.php:166
150
+ msgid "Home URL"
151
+ msgstr "Home URL"
152
+
153
+ # @ captcha
154
+ #: bws_menu.php:167
155
+ msgid "WordPress Version"
156
+ msgstr "WordPress Version"
157
+
158
+ # @ captcha
159
+ #: bws_menu.php:168
160
+ msgid "WordPress DB Version"
161
+ msgstr "WordPress DB Version"
162
+
163
+ # @ captcha
164
+ #: bws_menu.php:169
165
+ msgid "Multisite"
166
+ msgstr "Multisite"
167
+
168
+ # @ captcha
169
+ #: bws_menu.php:170
170
+ msgid "Active Theme"
171
+ msgstr "Actives Theme"
172
+
173
+ # @ captcha
174
+ #: bws_menu.php:185
175
+ msgid "Please enter a valid email address."
176
+ msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
177
+
178
+ # @ captcha
179
+ #: bws_menu.php:189
180
+ msgid "Email with system info is sent to "
181
+ msgstr "E-Mail-mit System Informationen wird gesendet an "
182
+
183
+ # @ captcha
184
+ #: bws_menu.php:193
185
+ msgid "Thank you for contacting us."
186
+ msgstr "Vielen Dank für Ihre Kontaktaufnahme."
187
+
188
+ # @ captcha
189
+ #: bws_menu.php:221
190
+ msgid "Sorry, email message could not be delivered."
191
+ msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
192
+
193
+ # @ captcha
194
+ #: bws_menu.php:229
195
+ msgid "Pro plugins"
196
+ msgstr "BWS Plugins"
197
+
198
+ # @ captcha
199
+ #: bws_menu.php:232
200
+ #: bws_menu.php:258
201
+ msgid "Activated plugins"
202
+ msgstr "Aktivierte Plugins"
203
+
204
+ # @ captcha
205
+ #: bws_menu.php:234
206
+ #: bws_menu.php:242
207
+ #: bws_menu.php:250
208
+ #: bws_menu.php:260
209
+ #: bws_menu.php:268
210
+ #: bws_menu.php:276
211
+ msgid "Read more"
212
+ msgstr "Lesen Sie mehr"
213
+
214
+ # @ captcha
215
+ #: bws_menu.php:234
216
+ #: bws_menu.php:260
217
+ msgid "Settings"
218
+ msgstr "Einstellungen"
219
+
220
+ # @ captcha
221
+ #: bws_menu.php:240
222
+ #: bws_menu.php:266
223
+ msgid "Installed plugins"
224
+ msgstr "Installierte Plugins"
225
+
226
+ # @ captcha
227
+ #: bws_menu.php:248
228
+ #: bws_menu.php:274
229
+ msgid "Recommended plugins"
230
+ msgstr "Empfohlene Plugins"
231
+
232
+ # @ captcha
233
+ #: bws_menu.php:250
234
+ msgid "Purchase"
235
+ msgstr "Kaufen"
236
+
237
+ # @ captcha
238
+ #: bws_menu.php:255
239
+ msgid "Free plugins"
240
+ msgstr "Freie Plugins"
241
+
242
+ # @ captcha
243
+ #: bws_menu.php:276
244
+ msgid "Download"
245
+ msgstr "Herunterladen"
246
+
247
+ # @ default
248
+ #: bws_menu.php:276
249
+ #, php-format
250
+ msgid "Install %s"
251
+ msgstr "Installiere %s"
252
+
253
+ # @ captcha
254
+ #: bws_menu.php:276
255
+ msgid "Install now from wordpress.org"
256
+ msgstr "Installiere jetzt von wordpress.org"
257
+
258
+ # @ captcha
259
+ #: bws_menu.php:281
260
+ msgid "If you have any questions, please contact us via"
261
+ msgstr "Wenn Sie irgendwelche Fragen haben, kontaktieren Sie uns bitte über"
262
+
263
+ # @ captcha
264
+ #: bws_menu.php:288
265
+ msgid "System status"
266
+ msgstr "System Status"
267
+
268
+ # @ captcha
269
+ #: bws_menu.php:292
270
+ msgid "Environment"
271
+ msgstr "Umgebungsvariable"
272
+
273
+ # @ captcha
274
+ #: bws_menu.php:303
275
+ msgid "Active Plugins"
276
+ msgstr "Aktivierte Plugins"
277
+
278
+ # @ captcha
279
+ #: bws_menu.php:314
280
+ msgid "Inactive Plugins"
281
+ msgstr "Inactive Plugins"
282
+
283
+ # @ captcha
284
+ #: bws_menu.php:328
285
+ msgid "Send to support"
286
+ msgstr "Sende zuzm Support"
287
+
288
+ # @ captcha
289
+ #: bws_menu.php:335
290
+ msgid "Send to custom email &#187;"
291
+ msgstr "Senden Sie eine benutzerdefinierte E-Mail zu &#187;"
292
+
bws_menu/languages/bestwebsoft-fr_FR.mo ADDED
Binary file
bws_menu/languages/bestwebsoft-fr_FR.po ADDED
@@ -0,0 +1,618 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: bestwebsoft\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-08-30 13:53+0300\n"
6
+ "PO-Revision-Date: 2013-08-30 13:54+0300\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Language: fr_FR\n"
13
+ "X-Poedit-KeywordsList: __;_e\n"
14
+ "X-Poedit-Basepath: ..\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "Plural-Forms: nplurals=2;plural=n>2;\n"
17
+ "X-Generator: Poedit 1.5.7\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+
20
+ #: bws_menu.php:85
21
+ msgid "Not set"
22
+ msgstr "Not set"
23
+
24
+ #: bws_menu.php:87
25
+ #: bws_menu.php:91
26
+ msgid "On"
27
+ msgstr "On"
28
+
29
+ #: bws_menu.php:89
30
+ #: bws_menu.php:93
31
+ msgid "Off"
32
+ msgstr "Off"
33
+
34
+ #: bws_menu.php:97
35
+ #: bws_menu.php:101
36
+ #: bws_menu.php:105
37
+ #: bws_menu.php:109
38
+ #: bws_menu.php:113
39
+ #: bws_menu.php:139
40
+ msgid "N/A"
41
+ msgstr "N/A"
42
+
43
+ #: bws_menu.php:111
44
+ msgid " Mb"
45
+ msgstr " Mb"
46
+
47
+ #: bws_menu.php:115
48
+ #: bws_menu.php:119
49
+ #: bws_menu.php:123
50
+ #: bws_menu.php:134
51
+ msgid "Yes"
52
+ msgstr "Yes"
53
+
54
+ #: bws_menu.php:117
55
+ #: bws_menu.php:121
56
+ #: bws_menu.php:125
57
+ #: bws_menu.php:136
58
+ msgid "No"
59
+ msgstr "No"
60
+
61
+ #: bws_menu.php:150
62
+ msgid "Operating System"
63
+ msgstr "Operating System"
64
+
65
+ #: bws_menu.php:151
66
+ msgid "Server"
67
+ msgstr "Server"
68
+
69
+ #: bws_menu.php:152
70
+ msgid "Memory usage"
71
+ msgstr "Memory usage"
72
+
73
+ #: bws_menu.php:153
74
+ msgid "MYSQL Version"
75
+ msgstr "MYSQL Version"
76
+
77
+ #: bws_menu.php:154
78
+ msgid "SQL Mode"
79
+ msgstr "SQL Mode"
80
+
81
+ #: bws_menu.php:155
82
+ msgid "PHP Version"
83
+ msgstr "PHP Version"
84
+
85
+ #: bws_menu.php:156
86
+ msgid "PHP Safe Mode"
87
+ msgstr "PHP Safe Mode"
88
+
89
+ #: bws_menu.php:157
90
+ msgid "PHP Allow URL fopen"
91
+ msgstr "PHP Allow URL fopen"
92
+
93
+ #: bws_menu.php:158
94
+ msgid "PHP Memory Limit"
95
+ msgstr "PHP Memory Limit"
96
+
97
+ #: bws_menu.php:159
98
+ msgid "PHP Max Upload Size"
99
+ msgstr "PHP Max Upload Size"
100
+
101
+ #: bws_menu.php:160
102
+ msgid "PHP Max Post Size"
103
+ msgstr "PHP Max Post Size"
104
+
105
+ #: bws_menu.php:161
106
+ msgid "PHP Max Script Execute Time"
107
+ msgstr "PHP Max Script Execute Time"
108
+
109
+ #: bws_menu.php:162
110
+ msgid "PHP Exif support"
111
+ msgstr "PHP Exif support"
112
+
113
+ #: bws_menu.php:163
114
+ msgid "PHP IPTC support"
115
+ msgstr "PHP IPTC support"
116
+
117
+ #: bws_menu.php:164
118
+ msgid "PHP XML support"
119
+ msgstr "PHP XML support"
120
+
121
+ #: bws_menu.php:165
122
+ msgid "Site URL"
123
+ msgstr "Site URL"
124
+
125
+ #: bws_menu.php:166
126
+ msgid "Home URL"
127
+ msgstr "Home URL"
128
+
129
+ #: bws_menu.php:167
130
+ msgid "WordPress Version"
131
+ msgstr "WordPress Version"
132
+
133
+ #: bws_menu.php:168
134
+ msgid "WordPress DB Version"
135
+ msgstr "WordPress DB Version"
136
+
137
+ #: bws_menu.php:169
138
+ msgid "Multisite"
139
+ msgstr "Multisite"
140
+
141
+ #: bws_menu.php:170
142
+ msgid "Active Theme"
143
+ msgstr "Active Theme"
144
+
145
+ #: bws_menu.php:185
146
+ msgid "Please enter a valid email address."
147
+ msgstr "Merci de saisir une adresse e-mail valide."
148
+
149
+ #: bws_menu.php:189
150
+ msgid "Email with system info is sent to "
151
+ msgstr "Le courriel avec les informations système est envoyé à"
152
+
153
+ #: bws_menu.php:193
154
+ msgid "Thank you for contacting us."
155
+ msgstr "Merci de nous avoir contacté."
156
+
157
+ #: bws_menu.php:221
158
+ msgid "Sorry, email message could not be delivered."
159
+ msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
160
+
161
+ #: bws_menu.php:229
162
+ msgid "Pro plugins"
163
+ msgstr "Plugins Pro"
164
+
165
+ #: bws_menu.php:232
166
+ #: bws_menu.php:258
167
+ msgid "Activated plugins"
168
+ msgstr "Plugin activé"
169
+
170
+ #: bws_menu.php:234
171
+ #: bws_menu.php:242
172
+ #: bws_menu.php:250
173
+ #: bws_menu.php:260
174
+ #: bws_menu.php:268
175
+ #: bws_menu.php:276
176
+ msgid "Read more"
177
+ msgstr "Lire la suite"
178
+
179
+ #: bws_menu.php:234
180
+ #: bws_menu.php:260
181
+ msgid "Settings"
182
+ msgstr "Réglages"
183
+
184
+ #: bws_menu.php:240
185
+ #: bws_menu.php:266
186
+ msgid "Installed plugins"
187
+ msgstr "Plugin installé"
188
+
189
+ #: bws_menu.php:248
190
+ #: bws_menu.php:274
191
+ msgid "Recommended plugins"
192
+ msgstr "Plugin recommandé"
193
+
194
+ #: bws_menu.php:250
195
+ msgid "Purchase"
196
+ msgstr "Achetez"
197
+
198
+ #: bws_menu.php:255
199
+ msgid "Free plugins"
200
+ msgstr "Plugins gratuits"
201
+
202
+ #: bws_menu.php:276
203
+ msgid "Download"
204
+ msgstr "Téléchargement"
205
+
206
+ #: bws_menu.php:276
207
+ #, php-format
208
+ msgid "Install %s"
209
+ msgstr "%s installé"
210
+
211
+ #: bws_menu.php:276
212
+ msgid "Install now from wordpress.org"
213
+ msgstr "Installer maintenant depuis wordpress.org"
214
+
215
+ #: bws_menu.php:281
216
+ msgid "If you have any questions, please contact us via"
217
+ msgstr "Si vous avez des questions, merci de contacter via "
218
+
219
+ #: bws_menu.php:288
220
+ msgid "System status"
221
+ msgstr "System status"
222
+
223
+ #: bws_menu.php:292
224
+ msgid "Environment"
225
+ msgstr "Environment"
226
+
227
+ #: bws_menu.php:303
228
+ msgid "Active Plugins"
229
+ msgstr "Plugin actifs"
230
+
231
+ #: bws_menu.php:314
232
+ msgid "Inactive Plugins"
233
+ msgstr "Plugin inactifs"
234
+
235
+ #: bws_menu.php:328
236
+ msgid "Send to support"
237
+ msgstr "Envoyé au support"
238
+
239
+ #: bws_menu.php:335
240
+ msgid "Send to custom email &#187;"
241
+ msgstr "Envoyer un e-mail spécifique &#187;"
242
+
243
+ #~ msgid "Contact Form Settings"
244
+ #~ msgstr "Options du formulaire de Contact"
245
+ #~ msgid "Contact Form"
246
+ #~ msgstr "Formulaire de Contact"
247
+ #~ msgid "Contact Form Pro Extra Settings"
248
+ #~ msgstr ""
249
+ #~ "Options supplémentaires de la version Pro pour le formulaire de Contact"
250
+ #~ msgid "Contact Form Pro"
251
+ #~ msgstr "Formulaire Pro de Contact"
252
+ #~ msgid "Name:"
253
+ #~ msgstr "Nom:"
254
+ #~ msgid "Address:"
255
+ #~ msgstr "Adresse :"
256
+ #~ msgid "Email Address:"
257
+ #~ msgstr "Adresse e-mail:"
258
+ #~ msgid "Phone number:"
259
+ #~ msgstr "Téléphone:"
260
+ #~ msgid "Subject:"
261
+ #~ msgstr "Sujet:"
262
+ #~ msgid "Message:"
263
+ #~ msgstr "Message:"
264
+ #~ msgid "Attachment:"
265
+ #~ msgstr "Pièce-jointe:"
266
+ #~ msgid "Send me a copy"
267
+ #~ msgstr "M'envoyer une copie"
268
+ #~ msgid "Submit"
269
+ #~ msgstr "Envoyer"
270
+ #~ msgid "Your name is required."
271
+ #~ msgstr "Un nom est obligatoire."
272
+ #~ msgid "Address is required."
273
+ #~ msgstr "Une adresse est obligatoire."
274
+ #~ msgid "A valid email address is required."
275
+ #~ msgstr "Une adresse e-mail valide est obligatoire."
276
+ #~ msgid "Phone number is required."
277
+ #~ msgstr "Le numéro de téléphone est obligatoire."
278
+ #~ msgid "Subject is required."
279
+ #~ msgstr "Sujet obligatoire."
280
+ #~ msgid "Message text is required."
281
+ #~ msgstr "Un message est obligatoire."
282
+ #~ msgid "File format is not valid."
283
+ #~ msgstr "La pièce-jointe n'est pas valide."
284
+ #~ msgid "File upload error."
285
+ #~ msgstr "Erreur de chargement du fichier."
286
+ #~ msgid "The file could not be uploaded."
287
+ #~ msgstr "Le fichier n'a pas pu être envoyé."
288
+ #~ msgid "This file is too large."
289
+ #~ msgstr "Le fichier est trop volumineux."
290
+ #~ msgid "Please fill out the CAPTCHA."
291
+ #~ msgstr "Merci de compléter le CAPTCHA."
292
+ #~ msgid "Please make corrections below and try again."
293
+ #~ msgstr "Merci de faire les corrections suivantes et de réessayer."
294
+ #~ msgid ""
295
+ #~ "If the 'Redirect to page' option is selected then the URL field should be "
296
+ #~ "in the following format"
297
+ #~ msgstr ""
298
+ #~ "Si l'ioption 'Rediriger vers la page' est positionnée, alors le champ Url "
299
+ #~ "doit être rempli avec le format suivant"
300
+ #~ msgid "Such user does not exist. Settings are not saved."
301
+ #~ msgstr ""
302
+ #~ "Cet utilisateur est inconnu. Les modifications ne sont pas sauvegardées."
303
+ #~ msgid ""
304
+ #~ "Please enter a valid email address in the 'FROM' field. Settings are not "
305
+ #~ "saved."
306
+ #~ msgstr ""
307
+ #~ "Merci de saisir une adresse e-mail valide pour le 'FROM'. Les "
308
+ #~ "modifications ne sont pas sauvegardées."
309
+ #~ msgid "Settings saved."
310
+ #~ msgstr "Options sauvegardées."
311
+ #~ msgid "Extra settings"
312
+ #~ msgstr "Options supplémentaires"
313
+ #~ msgid ""
314
+ #~ "If you would like to add the Contact Form to your website, just copy and "
315
+ #~ "paste this shortcode to your post or page or widget:"
316
+ #~ msgstr ""
317
+ #~ "Si vous souhaiter ajouter un formulaire de contact à votre site web, "
318
+ #~ "copiez juste ce code dans un article ou sur une page ou un widget:"
319
+ #~ msgid ""
320
+ #~ "If you leave the fields empty, the messages will be sent to the email "
321
+ #~ "address specified during registration."
322
+ #~ msgstr ""
323
+ #~ "Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à "
324
+ #~ "l'adresse spécifiée lors de l'enregistrement."
325
+ #~ msgid "The user's email address:"
326
+ #~ msgstr "Utiliser l'e-mail du compte wordpress:"
327
+ #~ msgid "Create a username"
328
+ #~ msgstr "Choisir un nom d'utilisateur"
329
+ #~ msgid ""
330
+ #~ "Enter a username of the person who should get the messages from the "
331
+ #~ "contact form."
332
+ #~ msgstr ""
333
+ #~ "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le "
334
+ #~ "formulaire de contact."
335
+ #~ msgid "Use this email address:"
336
+ #~ msgstr "Utiliser cette adresse e-mail:"
337
+ #~ msgid "Enter the email address you want the messages forwarded to."
338
+ #~ msgstr ""
339
+ #~ "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
340
+ #~ msgid "Additional options"
341
+ #~ msgstr "Options supplémentaires"
342
+ #~ msgid "What to use?"
343
+ #~ msgstr "Quelle méthode d'envoie ?"
344
+ #~ msgid "Wp-mail"
345
+ #~ msgstr "Wp-mail"
346
+ #~ msgid "You can use the wp_mail function for mailing"
347
+ #~ msgstr ""
348
+ #~ "Pour envoyer l'e-mail, vous pouvez utiliser la fonction wp_mail de "
349
+ #~ "wordpress"
350
+ #~ msgid "Mail"
351
+ #~ msgstr "E-mail"
352
+ #~ msgid "To send mail you can use the php mail function"
353
+ #~ msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction mail de php"
354
+ #~ msgid "Change text of the 'FROM' field"
355
+ #~ msgstr "Modifier le texte pour le champ 'FROM' du courriel"
356
+ #~ msgid "Enter the email address in the 'From' field"
357
+ #~ msgstr "Sélectionner l'adresse e-mail pour le champ 'FROM' du courriel"
358
+ #~ msgid "User email"
359
+ #~ msgstr "E-mail de l'utlisateur"
360
+ #~ msgid ""
361
+ #~ "The email address of the user who fills the form will be used in the "
362
+ #~ "field 'From'."
363
+ #~ msgstr ""
364
+ #~ "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de "
365
+ #~ "l'utlisateur qui rempli le formulaire."
366
+ #~ msgid "This email address will be used in the 'From' field."
367
+ #~ msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
368
+ #~ msgid "Display fields"
369
+ #~ msgstr "Afficher le texte"
370
+ #~ msgid "Address"
371
+ #~ msgstr "Adresse"
372
+ #~ msgid "Phone"
373
+ #~ msgstr "Téléphone"
374
+ #~ msgid "Attachment block"
375
+ #~ msgstr "Bloc pièce-jointe"
376
+ #~ msgid "Users can attach the following file formats"
377
+ #~ msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
378
+ #~ msgid "Captcha"
379
+ #~ msgstr "Captcha"
380
+ #~ msgid "(powered by bestwebsoft.com)"
381
+ #~ msgstr "(fourni par bestwebsoft.com)"
382
+ #~ msgid "Activate captcha"
383
+ #~ msgstr "Activé le captcha"
384
+ #~ msgid "Download captcha"
385
+ #~ msgstr "Télécharger le captcha"
386
+
387
+ #, fuzzy
388
+ #~ msgid "Display tips below the Attachment block"
389
+ #~ msgstr "Afficher les explications après le bloc des pièces jointes"
390
+
391
+ #, fuzzy
392
+ #~ msgid "Display 'Send me a copy' block"
393
+ #~ msgstr "S'envoyer une copie"
394
+ #~ msgid "Required fields"
395
+ #~ msgstr "Champ obligatoire"
396
+ #~ msgid "Name"
397
+ #~ msgstr "Nom"
398
+ #~ msgid "Email Address"
399
+ #~ msgstr "Adresse e-mail"
400
+ #~ msgid "Subject"
401
+ #~ msgstr "Sujet"
402
+ #~ msgid "Message"
403
+ #~ msgstr "Message"
404
+ #~ msgid "Display additional info in the email"
405
+ #~ msgstr "Afficher les informations complémentaires dans le courriel"
406
+ #~ msgid "Sent from (ip address)"
407
+ #~ msgstr "Envoyé de (adresse IP)"
408
+
409
+ #, fuzzy
410
+ #~ msgid "Example: Sent from (IP address):\t127.0.0.1"
411
+ #~ msgstr "Envoyé de (adresse IP)"
412
+ #~ msgid "Date/Time"
413
+ #~ msgstr "Date/Heure"
414
+ #~ msgid "Sent from (referer)"
415
+ #~ msgstr "Envoyer de (référence)"
416
+ #~ msgid "Using (user agent)"
417
+ #~ msgstr "Depuis (navigateur)"
418
+ #~ msgid "Language settings for the field names in the form"
419
+ #~ msgstr "Définition des langues pour les titres des champs"
420
+ #~ msgid "Add a language"
421
+ #~ msgstr "Ajouter une langue"
422
+ #~ msgid "Change the names of the contact form fields and error messages"
423
+ #~ msgstr ""
424
+ #~ "Modifier le texte pour les champs du formulaire de contact et les "
425
+ #~ "messages d'erreur"
426
+ #~ msgid "English"
427
+ #~ msgstr "Anglais"
428
+ #~ msgid "Error message for the Name field"
429
+ #~ msgstr "Message d'erreur pour le champ nom"
430
+ #~ msgid "Error message for the Address field"
431
+ #~ msgstr "Message d'erreur pour le champ Adresse"
432
+ #~ msgid "Error message for the Email field"
433
+ #~ msgstr "Message d'erreur pour le champ e-mail"
434
+ #~ msgid "Error message for the Phone field"
435
+ #~ msgstr "Message d'erreur pour le champ téléphone"
436
+ #~ msgid "Error message for the Subject field"
437
+ #~ msgstr "Message d'erreur pour le champ sujet"
438
+ #~ msgid "Error message for the Message field"
439
+ #~ msgstr "Message d'erreur pour le champ message"
440
+ #~ msgid "Error message about the file type for the Attachment field"
441
+ #~ msgstr "Message d'erreur pour le champ fichier joint (type du fichier)"
442
+ #~ msgid ""
443
+ #~ "Error message while uploading a file for the Attachment field to the "
444
+ #~ "server"
445
+ #~ msgstr ""
446
+ #~ "Message d'erreur pour le champ fichier joint (problème d'envoie vers le "
447
+ #~ "serveur)"
448
+ #~ msgid "Error message while moving the file for the Attachment field"
449
+ #~ msgstr ""
450
+ #~ "Message d'erreur pour le champ fichier joint (déplacement du fichier)"
451
+ #~ msgid ""
452
+ #~ "Error message when file size limit for the Attachment field is exceeded"
453
+ #~ msgstr ""
454
+ #~ "Message d'erreur pour le champ fichier joint (taille limite du fichier "
455
+ #~ "atteinte)"
456
+ #~ msgid "Error message for the Captcha field"
457
+ #~ msgstr "Message d'erreur pour le captcha"
458
+ #~ msgid "Error message for the whole form"
459
+ #~ msgstr "Message d'erreur demandant à compléter les champs manquants"
460
+ #~ msgid "Use shortcode"
461
+ #~ msgstr "Utiliser le code court"
462
+ #~ msgid "for this language"
463
+ #~ msgstr "pour cette langue"
464
+ #~ msgid "Action after email is sent"
465
+ #~ msgstr "Action après l'envoie de l'e-mail"
466
+ #~ msgid "Display text"
467
+ #~ msgstr "Afficher le texte"
468
+ #~ msgid "Text"
469
+ #~ msgstr "Texte"
470
+ #~ msgid "Redirect to the page"
471
+ #~ msgstr "Rediriger vers la page"
472
+ #~ msgid "Url"
473
+ #~ msgstr "Url"
474
+ #~ msgid "Save Changes"
475
+ #~ msgstr "Sauvegarder les modifications"
476
+ #~ msgid "Contact Form Pro | Extra Settings"
477
+ #~ msgstr "Formulaire Pro de Contact | Options supplémentaires"
478
+ #~ msgid ""
479
+ #~ "This functionality is available in the Pro version of the plugin. For "
480
+ #~ "more details, please follow the link"
481
+ #~ msgstr ""
482
+ #~ "Cette fonctionalité est disponible dans le version Pro de cette "
483
+ #~ "extension. Pour plus de détails, merci de suivre ce lien"
484
+ #~ msgid "Errors output"
485
+ #~ msgstr "Affichage des erreurs"
486
+ #~ msgid "Display error messages"
487
+ #~ msgstr "Aficher les messages d'erreur"
488
+ #~ msgid "Color of the input field errors."
489
+ #~ msgstr "Mettre en couleur les champs ayant des erreurs"
490
+ #~ msgid "Display error messages & color of the input field errors"
491
+ #~ msgstr ""
492
+ #~ "Afficher les messages d'erreur et mettre en couleur les champs ayant des "
493
+ #~ "erreurs"
494
+ #~ msgid "Add placeholder to the input blocks"
495
+ #~ msgstr "Ajouter la localisation dans le bloc de saisie"
496
+ #~ msgid "Add tooltips"
497
+ #~ msgstr "Ajouter les conseils"
498
+ #~ msgid "Email address"
499
+ #~ msgstr "Adresse e-mail"
500
+ #~ msgid "Phone Number"
501
+ #~ msgstr "Téléphone"
502
+ #~ msgid "Attachment"
503
+ #~ msgstr "Pièce-jointe"
504
+ #~ msgid "Style options"
505
+ #~ msgstr "Options de style"
506
+ #~ msgid "Text color"
507
+ #~ msgstr "Couleur du texte"
508
+ #~ msgid "Default"
509
+ #~ msgstr "Défaut"
510
+ #~ msgid "Label text color"
511
+ #~ msgstr "Couleur des textes des intitulés"
512
+ #~ msgid "Placeholder color"
513
+ #~ msgstr "Couleur pour la localisation"
514
+ #~ msgid "Errors color"
515
+ #~ msgstr "Couleur pour les erreurs"
516
+ #~ msgid "Error text color"
517
+ #~ msgstr "Couleur pour le texte des erreurs"
518
+ #~ msgid "Background color of the input field errors"
519
+ #~ msgstr "Couleur de fond pour les erreurs de saisie dans les champs"
520
+ #~ msgid "Border color of the input field errors"
521
+ #~ msgstr "Couleur de la bordure pour les erreurs de saisie dans les champs"
522
+ #~ msgid "Placeholder color of the input field errors"
523
+ #~ msgstr "Couleur pour la localisation lors d'une erreur de saisie du champ"
524
+ #~ msgid "Input fields"
525
+ #~ msgstr "Champs de saisie"
526
+ #~ msgid "Input fields background color"
527
+ #~ msgstr "Couleur de fond pour les champs de saisie"
528
+ #~ msgid "Text fields color"
529
+ #~ msgstr "Couleur pour les textes des champs de saisie"
530
+ #~ msgid "Border width in px, numbers only"
531
+ #~ msgstr "Largeur des bordures en px, nombre seulement"
532
+ #~ msgid "Border color"
533
+ #~ msgstr "Couleur des bordures"
534
+ #~ msgid "Submit button"
535
+ #~ msgstr "Bouton Envoyer"
536
+ #~ msgid "Width in px, numbers only"
537
+ #~ msgstr "Largeur en px, nombre seulement"
538
+ #~ msgid "Button color"
539
+ #~ msgstr "Couleur du bouton"
540
+ #~ msgid "Button text color"
541
+ #~ msgstr "Couleur du texte du bouton"
542
+ #~ msgid "Contact Form Pro | Preview"
543
+ #~ msgstr "Formulaire Pro de Contact | Prévisualisation"
544
+ #~ msgid "Show with errors"
545
+ #~ msgstr "Afficher avec les erreurs"
546
+ #~ msgid "Please enter your full name..."
547
+ #~ msgstr "Merci de saisir votre nom..."
548
+ #~ msgid "Please enter your address..."
549
+ #~ msgstr "Merci de saisir votre adresse..."
550
+ #~ msgid "Please enter your email address..."
551
+ #~ msgstr "Merci de saisir votre adresse e-mail..."
552
+ #~ msgid "Please enter your phone number..."
553
+ #~ msgstr "Merci de saisir votre numéro de téléphone..."
554
+ #~ msgid "Please enter subject..."
555
+ #~ msgstr "Merci de saisir le sujet..."
556
+ #~ msgid "Please enter your message..."
557
+ #~ msgstr "Merci de saisir votre message..."
558
+ #~ msgid ""
559
+ #~ "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
560
+ #~ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file "
561
+ #~ "size: 2MB"
562
+ #~ msgstr ""
563
+ #~ "Types de fichiers autorisés: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, "
564
+ #~ "BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. "
565
+ #~ "Taille maximum 2MB"
566
+ #~ msgid "You can attach the following file formats"
567
+ #~ msgstr "Vous pouvez joindre des fichiers aux formats suivants"
568
+ #~ msgid "Contact from"
569
+ #~ msgstr "Contact de"
570
+ #~ msgid "Email"
571
+ #~ msgstr "E-mail"
572
+ #~ msgid "Site"
573
+ #~ msgstr "Site"
574
+ #~ msgid ""
575
+ #~ "If you can see this MIME, it means that the MIME type is not supported by "
576
+ #~ "your email client!"
577
+ #~ msgstr ""
578
+ #~ "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de "
579
+ #~ "MIME !"
580
+ #~ msgid "FAQ"
581
+ #~ msgstr "FAQ"
582
+ #~ msgid "Support"
583
+ #~ msgstr "Support"
584
+ #~ msgid "Are you sure that you want to delete this language data?"
585
+ #~ msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
586
+ #~ msgid "Display Attachment tips"
587
+ #~ msgstr "Afficher les explications sur les pièces jointes"
588
+ #~ msgid "Display a phone number field"
589
+ #~ msgstr "Afficher le champ téléphone"
590
+ #~ msgid "Please enter a valid email address. Settings are not saved."
591
+ #~ msgstr ""
592
+ #~ "Merci de saisir une adresse e-mail valide. Les modifications ne sont pas "
593
+ #~ "sauvegardées."
594
+ #~ msgid "E-Mail Address"
595
+ #~ msgstr "Adresse e-mail"
596
+
597
+ #, fuzzy
598
+ #~ msgid ""
599
+ #~ "If you would like to add a Contact Form to your website, just copy and "
600
+ #~ "put this shortcode onto your post or page:"
601
+ #~ msgstr ""
602
+ #~ "Si vous souhaiter ajouter un formulaire de contact à votre site web, "
603
+ #~ "copiez juste ce code dans un article ou sur une page ou un widget:"
604
+ #~ msgid "Install Now"
605
+ #~ msgstr "Installa Ora"
606
+
607
+ #, fuzzy
608
+ #~ msgid "Thank you for contact."
609
+ #~ msgstr "Merci de nous avoir contacté."
610
+
611
+ #, fuzzy
612
+ #~ msgid "Set a name of user wo will get messages from a contact form."
613
+ #~ msgstr ""
614
+ #~ "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le "
615
+ #~ "formulaire de contact."
616
+ #~ msgid "E-Mail Addresse:"
617
+ #~ msgstr "Indirizzo e-mail:"
618
+
bws_menu/languages/bestwebsoft-ja.mo ADDED
Binary file
bws_menu/languages/bestwebsoft-ja.po ADDED
@@ -0,0 +1,595 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: bestwebsoft\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-08-30 13:54+0300\n"
6
+ "PO-Revision-Date: 2013-08-30 13:54+0300\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: foken <foken@gmx.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Language: ja_JP\n"
13
+ "X-Poedit-KeywordsList: __;_e\n"
14
+ "X-Poedit-Basepath: ..\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Generator: Poedit 1.5.7\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #: bws_menu.php:85
20
+ msgid "Not set"
21
+ msgstr "未設定"
22
+
23
+ #: bws_menu.php:87
24
+ #: bws_menu.php:91
25
+ msgid "On"
26
+ msgstr "On"
27
+
28
+ #: bws_menu.php:89
29
+ #: bws_menu.php:93
30
+ msgid "Off"
31
+ msgstr "Off"
32
+
33
+ #: bws_menu.php:97
34
+ #: bws_menu.php:101
35
+ #: bws_menu.php:105
36
+ #: bws_menu.php:109
37
+ #: bws_menu.php:113
38
+ #: bws_menu.php:139
39
+ msgid "N/A"
40
+ msgstr "該当なし"
41
+
42
+ #: bws_menu.php:111
43
+ msgid " Mb"
44
+ msgstr " Mb"
45
+
46
+ #: bws_menu.php:115
47
+ #: bws_menu.php:119
48
+ #: bws_menu.php:123
49
+ #: bws_menu.php:134
50
+ msgid "Yes"
51
+ msgstr "はい"
52
+
53
+ #: bws_menu.php:117
54
+ #: bws_menu.php:121
55
+ #: bws_menu.php:125
56
+ #: bws_menu.php:136
57
+ msgid "No"
58
+ msgstr "いいえ"
59
+
60
+ #: bws_menu.php:150
61
+ msgid "Operating System"
62
+ msgstr "オペレーション・システム"
63
+
64
+ #: bws_menu.php:151
65
+ msgid "Server"
66
+ msgstr "サーバ"
67
+
68
+ #: bws_menu.php:152
69
+ msgid "Memory usage"
70
+ msgstr "メモリー使用"
71
+
72
+ #: bws_menu.php:153
73
+ msgid "MYSQL Version"
74
+ msgstr "MYSQL バージョン"
75
+
76
+ #: bws_menu.php:154
77
+ msgid "SQL Mode"
78
+ msgstr "SQLモード"
79
+
80
+ #: bws_menu.php:155
81
+ msgid "PHP Version"
82
+ msgstr "PHP バージョン"
83
+
84
+ #: bws_menu.php:156
85
+ msgid "PHP Safe Mode"
86
+ msgstr "PHP Safe Mode"
87
+
88
+ #: bws_menu.php:157
89
+ msgid "PHP Allow URL fopen"
90
+ msgstr "PHP Allow URL fopen"
91
+
92
+ #: bws_menu.php:158
93
+ msgid "PHP Memory Limit"
94
+ msgstr "PHP Memory Limit"
95
+
96
+ #: bws_menu.php:159
97
+ msgid "PHP Max Upload Size"
98
+ msgstr "PHP Max Upload Size"
99
+
100
+ #: bws_menu.php:160
101
+ msgid "PHP Max Post Size"
102
+ msgstr "PHP Max Post Size"
103
+
104
+ #: bws_menu.php:161
105
+ msgid "PHP Max Script Execute Time"
106
+ msgstr "PHP Max Script Execute Time"
107
+
108
+ #: bws_menu.php:162
109
+ msgid "PHP Exif support"
110
+ msgstr "PHP Exif サポート"
111
+
112
+ #: bws_menu.php:163
113
+ msgid "PHP IPTC support"
114
+ msgstr "PHP IPTC サポート"
115
+
116
+ #: bws_menu.php:164
117
+ msgid "PHP XML support"
118
+ msgstr "PHP XML サポート"
119
+
120
+ #: bws_menu.php:165
121
+ msgid "Site URL"
122
+ msgstr "サイトURL"
123
+
124
+ #: bws_menu.php:166
125
+ msgid "Home URL"
126
+ msgstr "ホームURL"
127
+
128
+ #: bws_menu.php:167
129
+ msgid "WordPress Version"
130
+ msgstr "WordPress バージョン"
131
+
132
+ #: bws_menu.php:168
133
+ msgid "WordPress DB Version"
134
+ msgstr "WordPress データベース バージョン"
135
+
136
+ #: bws_menu.php:169
137
+ msgid "Multisite"
138
+ msgstr "複数サイト"
139
+
140
+ #: bws_menu.php:170
141
+ msgid "Active Theme"
142
+ msgstr "有効なテーマ"
143
+
144
+ #: bws_menu.php:185
145
+ msgid "Please enter a valid email address."
146
+ msgstr "正確なEメール・アドレスを入力して下さい。"
147
+
148
+ #: bws_menu.php:189
149
+ msgid "Email with system info is sent to "
150
+ msgstr "システム情報をメールで送信:"
151
+
152
+ #: bws_menu.php:193
153
+ msgid "Thank you for contacting us."
154
+ msgstr "ご連絡ありがとうございます"
155
+
156
+ #: bws_menu.php:221
157
+ msgid "Sorry, email message could not be delivered."
158
+ msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
159
+
160
+ #: bws_menu.php:229
161
+ msgid "Pro plugins"
162
+ msgstr "Pro Plugins"
163
+
164
+ #: bws_menu.php:232
165
+ #: bws_menu.php:258
166
+ msgid "Activated plugins"
167
+ msgstr "有効なプラグイン"
168
+
169
+ #: bws_menu.php:234
170
+ #: bws_menu.php:242
171
+ #: bws_menu.php:250
172
+ #: bws_menu.php:260
173
+ #: bws_menu.php:268
174
+ #: bws_menu.php:276
175
+ msgid "Read more"
176
+ msgstr "もっと読む"
177
+
178
+ #: bws_menu.php:234
179
+ #: bws_menu.php:260
180
+ msgid "Settings"
181
+ msgstr "設定"
182
+
183
+ #: bws_menu.php:240
184
+ #: bws_menu.php:266
185
+ msgid "Installed plugins"
186
+ msgstr "導入済みプラグイン"
187
+
188
+ #: bws_menu.php:248
189
+ #: bws_menu.php:274
190
+ msgid "Recommended plugins"
191
+ msgstr "推奨プラグイン"
192
+
193
+ #: bws_menu.php:250
194
+ msgid "Purchase"
195
+ msgstr "購入"
196
+
197
+ #: bws_menu.php:255
198
+ msgid "Free plugins"
199
+ msgstr "無料プラグイン"
200
+
201
+ #: bws_menu.php:276
202
+ msgid "Download"
203
+ msgstr "ダウンロード"
204
+
205
+ #: bws_menu.php:276
206
+ #, php-format
207
+ msgid "Install %s"
208
+ msgstr "%s 導入"
209
+
210
+ #: bws_menu.php:276
211
+ msgid "Install now from wordpress.org"
212
+ msgstr "wordpress.org から直ぐに導入"
213
+
214
+ #: bws_menu.php:281
215
+ msgid "If you have any questions, please contact us via"
216
+ msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
217
+
218
+ #: bws_menu.php:288
219
+ msgid "System status"
220
+ msgstr "システム状況"
221
+
222
+ #: bws_menu.php:292
223
+ msgid "Environment"
224
+ msgstr "環境"
225
+
226
+ #: bws_menu.php:303
227
+ msgid "Active Plugins"
228
+ msgstr "有効なプラグイン"
229
+
230
+ #: bws_menu.php:314
231
+ msgid "Inactive Plugins"
232
+ msgstr "無効なプラグイン"
233
+
234
+ #: bws_menu.php:328
235
+ msgid "Send to support"
236
+ msgstr "サポートに送信"
237
+
238
+ #: bws_menu.php:335
239
+ msgid "Send to custom email &#187;"
240
+ msgstr "カスタムEメールに送信&#187;"
241
+
242
+ #~ msgid "Contact Form Settings"
243
+ #~ msgstr "コンタクトフォーム設定"
244
+ #~ msgid "Contact Form"
245
+ #~ msgstr "コンタクトフォーム"
246
+ #~ msgid "Contact Form Pro Extra Settings"
247
+ #~ msgstr "Contact Form Pro 用設定"
248
+ #~ msgid "Contact Form Pro"
249
+ #~ msgstr "Contact Form Pro"
250
+ #~ msgid "Name:"
251
+ #~ msgstr "名前:"
252
+ #~ msgid "Address:"
253
+ #~ msgstr "住所:"
254
+ #~ msgid "Email Address:"
255
+ #~ msgstr "Eメール:"
256
+ #~ msgid "Phone number:"
257
+ #~ msgstr "電話番号:"
258
+ #~ msgid "Subject:"
259
+ #~ msgstr "件名:"
260
+ #~ msgid "Message:"
261
+ #~ msgstr "メッセージ:"
262
+ #~ msgid "Attachment:"
263
+ #~ msgstr "添付:"
264
+ #~ msgid "Send me a copy"
265
+ #~ msgstr "コピーを自分に送る"
266
+ #~ msgid "Submit"
267
+ #~ msgstr "送信"
268
+ #~ msgid "Your name is required."
269
+ #~ msgstr "名前は必須です。"
270
+ #~ msgid "Address is required."
271
+ #~ msgstr "住所が必要です。"
272
+ #~ msgid "A valid email address is required."
273
+ #~ msgstr "有効なEメールアドレスlが必須です。"
274
+ #~ msgid "Phone number is required."
275
+ #~ msgstr "電話番号は必須です。"
276
+ #~ msgid "Subject is required."
277
+ #~ msgstr "件名は必須です。"
278
+ #~ msgid "Message text is required."
279
+ #~ msgstr "メッセージ本文は必須です。"
280
+ #~ msgid "File format is not valid."
281
+ #~ msgstr "添付が壊れています。"
282
+ #~ msgid "File upload error."
283
+ #~ msgstr "ファイル・アップロード・エラー。"
284
+ #~ msgid "The file could not be uploaded."
285
+ #~ msgstr "ファイルは、アップロード出来ませんでした。"
286
+ #~ msgid "This file is too large."
287
+ #~ msgstr "このファイルは大きすぎます。"
288
+ #~ msgid "Please fill out the CAPTCHA."
289
+ #~ msgstr "CAPTCHAを入力して下さい。"
290
+ #~ msgid "Please make corrections below and try again."
291
+ #~ msgstr "以下を修正し、再度試して下さい。"
292
+ #~ msgid ""
293
+ #~ "If the 'Redirect to page' option is selected then the URL field should be "
294
+ #~ "in the following format"
295
+ #~ msgstr ""
296
+ #~ "’ページに転送’オプションを選択した場合は、URLフィールドが、以下の形式にな"
297
+ #~ "ります"
298
+ #~ msgid "Such user does not exist. Settings are not saved."
299
+ #~ msgstr "このようなユーザは存在しません。設定は保存されません。"
300
+ #~ msgid ""
301
+ #~ "Please enter a valid email address in the 'FROM' field. Settings are not "
302
+ #~ "saved."
303
+ #~ msgstr ""
304
+ #~ "'送信者'フィールドに正確なEメール・アドレスを入力して下さい。設定は保存さ"
305
+ #~ "れません。"
306
+ #~ msgid "Settings saved."
307
+ #~ msgstr "設定保存."
308
+ #~ msgid "Extra settings"
309
+ #~ msgstr "追加設定"
310
+ #~ msgid ""
311
+ #~ "If you would like to add the Contact Form to your website, just copy and "
312
+ #~ "paste this shortcode to your post or page or widget:"
313
+ #~ msgstr ""
314
+ #~ "コンタクトフォームをあなたのサイトに追加したい場合は、このショートカットを"
315
+ #~ "投稿、ページ又はウェジットにコピーして貼り付けるだけです:"
316
+ #~ msgid "or"
317
+ #~ msgstr "又は"
318
+ #~ msgid ""
319
+ #~ "If have any problems with the standard shortcode [contact_form], you "
320
+ #~ "should use the shortcode"
321
+ #~ msgstr ""
322
+ #~ "標準的な短いコード [contact_form]に問題がある場合は、この短いコードをご利"
323
+ #~ "用下さい"
324
+ #~ msgid "They work the same way."
325
+ #~ msgstr "同様に動作します。"
326
+ #~ msgid ""
327
+ #~ "If you leave the fields empty, the messages will be sent to the email "
328
+ #~ "address specified during registration."
329
+ #~ msgstr ""
330
+ #~ "以下の項目の情報が空欄の場合、登録の際に記述したアドレスにメッセージが送ら"
331
+ #~ "れます。"
332
+ #~ msgid "The user's email address:"
333
+ #~ msgstr "wordpressユーザのemailを利用r:"
334
+ #~ msgid "Create a username"
335
+ #~ msgstr "ユーザ名の選択"
336
+ #~ msgid ""
337
+ #~ "Enter a username of the person who should get the messages from the "
338
+ #~ "contact form."
339
+ #~ msgstr "コンタクトフォームからメッセージを受け取る方のユーザ名を入力。"
340
+ #~ msgid "Use this email address:"
341
+ #~ msgstr "このemailを利用:"
342
+ #~ msgid "Enter the email address you want the messages forwarded to."
343
+ #~ msgstr "メッセージ受信用のemailを設定。"
344
+ #~ msgid "Additional options"
345
+ #~ msgstr "追加オプション"
346
+ #~ msgid "What to use?"
347
+ #~ msgstr "何用途?"
348
+ #~ msgid "Wp-mail"
349
+ #~ msgstr "WPメール"
350
+ #~ msgid "You can use the wp_mail function for mailing"
351
+ #~ msgstr "メールにwp_mali機能が利用できます"
352
+ #~ msgid "Mail"
353
+ #~ msgstr "メール"
354
+ #~ msgid "To send mail you can use the php mail function"
355
+ #~ msgstr "メールを送信するには、phpメール機能が利用できます"
356
+ #~ msgid "Change text of the 'FROM' field"
357
+ #~ msgstr "'送信者' フィールドのテキストを変更"
358
+ #~ msgid "Enter the email address in the 'From' field"
359
+ #~ msgstr "'送信者' フィールドにメールアドレスを入力して下さい"
360
+ #~ msgid "User email"
361
+ #~ msgstr "ユーザ・Eメール"
362
+ #~ msgid ""
363
+ #~ "The email address of the user who fills the form will be used in the "
364
+ #~ "field 'From'."
365
+ #~ msgstr ""
366
+ #~ "フォームを入力したユーザのEメール・アドレスは、'送信者'フィールドに使用さ"
367
+ #~ "れます。"
368
+ #~ msgid "This email address will be used in the 'From' field."
369
+ #~ msgstr "このEメール・アドレスは、'送信者'フィールドに使用されます。"
370
+ #~ msgid "Display fields"
371
+ #~ msgstr "フィールドを表示"
372
+ #~ msgid "Address"
373
+ #~ msgstr "住所"
374
+ #~ msgid "Phone"
375
+ #~ msgstr "電話"
376
+ #~ msgid "Attachment block"
377
+ #~ msgstr "添付ブロック"
378
+ #~ msgid "Users can attach the following file formats"
379
+ #~ msgstr "ユーザは、以下のタイプのファイルを添付できる"
380
+ #~ msgid "Captcha"
381
+ #~ msgstr "Captcha"
382
+ #~ msgid "(powered by bestwebsoft.com)"
383
+ #~ msgstr "(powered by bestwebsoft.com)"
384
+ #~ msgid "Activate captcha"
385
+ #~ msgstr "有効なcaptcha"
386
+ #~ msgid "Download captcha"
387
+ #~ msgstr "captchaをダウンロード"
388
+
389
+ #, fuzzy
390
+ #~ msgid "Display tips below the Attachment block"
391
+ #~ msgstr "添付ブロックの下のチップス"
392
+
393
+ #, fuzzy
394
+ #~ msgid "Display 'Send me a copy' block"
395
+ #~ msgstr "コピーブロックを自分に送る"
396
+ #~ msgid "Required fields"
397
+ #~ msgstr "必須フィールド"
398
+ #~ msgid "Name"
399
+ #~ msgstr "名前"
400
+ #~ msgid "Email Address"
401
+ #~ msgstr "Eメール・アドレス"
402
+ #~ msgid "Subject"
403
+ #~ msgstr "件名"
404
+ #~ msgid "Message"
405
+ #~ msgstr "メッセージ"
406
+ #~ msgid "Display additional info in the email"
407
+ #~ msgstr "メール中に追加情報を表示"
408
+ #~ msgid "Sent from (ip address)"
409
+ #~ msgstr "(IP-Adresse)から送られた"
410
+
411
+ #, fuzzy
412
+ #~ msgid "Example: Sent from (IP address):\t127.0.0.1"
413
+ #~ msgstr "(IP-Adresse)から送られた"
414
+ #~ msgid "Date/Time"
415
+ #~ msgstr "日時"
416
+ #~ msgid "Sent from (referer)"
417
+ #~ msgstr "(referer)から送られている"
418
+ #~ msgid "Using (user agent)"
419
+ #~ msgstr "(user agent)使用"
420
+ #~ msgid "Language settings for the field names in the form"
421
+ #~ msgstr "フォームのフィールド名用の言語設定"
422
+ #~ msgid "Add a language"
423
+ #~ msgstr "言語の追加"
424
+ #~ msgid "Change the names of the contact form fields and error messages"
425
+ #~ msgstr "コンタクト・フォームのフィールドの名前及びエラーメッセージを変更"
426
+ #~ msgid "English"
427
+ #~ msgstr "英語"
428
+ #~ msgid "Error message for the Name field"
429
+ #~ msgstr "名前フィールド用のエラーメッセージ"
430
+ #~ msgid "Error message for the Address field"
431
+ #~ msgstr "住所フィールド用のエラーメッセージ"
432
+ #~ msgid "Error message for the Email field"
433
+ #~ msgstr "Eメール・フィールド用のエラーメッセージ"
434
+ #~ msgid "Error message for the Phone field"
435
+ #~ msgstr "電話フィールド用のエラーメッセージ"
436
+ #~ msgid "Error message for the Subject field"
437
+ #~ msgstr "件名フィールド用のエラーメッセージ"
438
+ #~ msgid "Error message for the Message field"
439
+ #~ msgstr "メッセージ・フィールド用のエラーメッセージ"
440
+ #~ msgid "Error message about the file type for the Attachment field"
441
+ #~ msgstr "添付フィールド用の拡張子タイプに関するエラーメッセージ"
442
+ #~ msgid ""
443
+ #~ "Error message while uploading a file for the Attachment field to the "
444
+ #~ "server"
445
+ #~ msgstr ""
446
+ #~ "添付フィールド用のファイルをサーバにアップロード中のエラーメッセージ"
447
+ #~ msgid "Error message while moving the file for the Attachment field"
448
+ #~ msgstr "添付フィールド用のファイルを移動中のエラーメッセージ"
449
+ #~ msgid ""
450
+ #~ "Error message when file size limit for the Attachment field is exceeded"
451
+ #~ msgstr "添付フィールド用のファイルサイズ制限を超した場合のエラーメッセージ"
452
+ #~ msgid "Error message for the Captcha field"
453
+ #~ msgstr "Captcha フィールド用のエラーメッセージ"
454
+ #~ msgid "Error message for the whole form"
455
+ #~ msgstr "全体フォーム用のエラーメッセージ"
456
+ #~ msgid "Use shortcode"
457
+ #~ msgstr "短いコードの利用"
458
+ #~ msgid "for this language"
459
+ #~ msgstr "この言語用"
460
+ #~ msgid "Action after email is sent"
461
+ #~ msgstr "メール送信後の行動"
462
+ #~ msgid "Display text"
463
+ #~ msgstr "テキストを表示"
464
+ #~ msgid "Text"
465
+ #~ msgstr "文字"
466
+ #~ msgid "Redirect to the page"
467
+ #~ msgstr "ページに転送"
468
+ #~ msgid "Url"
469
+ #~ msgstr "Url"
470
+ #~ msgid "Save Changes"
471
+ #~ msgstr "変更を保存"
472
+ #~ msgid "Contact Form Pro | Extra Settings"
473
+ #~ msgstr "Contact Form Pro | 追加設定"
474
+ #~ msgid ""
475
+ #~ "This functionality is available in the Pro version of the plugin. For "
476
+ #~ "more details, please follow the link"
477
+ #~ msgstr ""
478
+ #~ "この機能は、プラグインのProバージョンで利用できます。詳細は、リンクを参照"
479
+ #~ "して下さい。"
480
+ #~ msgid "Errors output"
481
+ #~ msgstr "エラー出力"
482
+ #~ msgid "Display error messages"
483
+ #~ msgstr "エラーメッセージの表示"
484
+ #~ msgid "Color of the input field errors."
485
+ #~ msgstr "入力フィールド・エラーの色"
486
+ #~ msgid "Display error messages & color of the input field errors"
487
+ #~ msgstr "エラーメッセージと入力フィールド・エラーの色を表示"
488
+ #~ msgid "Add placeholder to the input blocks"
489
+ #~ msgstr "プレースホルダーを入力ブロックに追加"
490
+ #~ msgid "Add tooltips"
491
+ #~ msgstr "ツールチップの追加"
492
+ #~ msgid "Email address"
493
+ #~ msgstr "Eメール・アドレス"
494
+ #~ msgid "Phone Number"
495
+ #~ msgstr "電話番号"
496
+ #~ msgid "Attachment"
497
+ #~ msgstr "添付"
498
+ #~ msgid "Style options"
499
+ #~ msgstr "スタイル・オプション"
500
+ #~ msgid "Text color"
501
+ #~ msgstr "文字色"
502
+ #~ msgid "Default"
503
+ #~ msgstr "標準"
504
+ #~ msgid "Label text color"
505
+ #~ msgstr "ラベル文字色"
506
+ #~ msgid "Placeholder color"
507
+ #~ msgstr "プレースホルダ色"
508
+ #~ msgid "Errors color"
509
+ #~ msgstr "エラーの色"
510
+ #~ msgid "Error text color"
511
+ #~ msgstr "エラーテキストの色"
512
+ #~ msgid "Background color of the input field errors"
513
+ #~ msgstr "入力フィールド・エラーの背景色"
514
+ #~ msgid "Border color of the input field errors"
515
+ #~ msgstr "入力フィールド・エラーの罫線色"
516
+ #~ msgid "Placeholder color of the input field errors"
517
+ #~ msgstr "入力フィールド・エラー用のプレースホルダ色"
518
+ #~ msgid "Input fields"
519
+ #~ msgstr "フィールドを入力"
520
+ #~ msgid "Input fields background color"
521
+ #~ msgstr "フィールドの背景色の入力"
522
+ #~ msgid "Text fields color"
523
+ #~ msgstr "文字フィールド色"
524
+ #~ msgid "Border width in px, numbers only"
525
+ #~ msgstr "罫線幅(px単位)、数値のみ"
526
+ #~ msgid "Border color"
527
+ #~ msgstr "罫線色"
528
+ #~ msgid "Submit button"
529
+ #~ msgstr "送信ボタン"
530
+ #~ msgid "Width in px, numbers only"
531
+ #~ msgstr "px単位の幅、数字のみ"
532
+ #~ msgid "Button color"
533
+ #~ msgstr "ボタンの色"
534
+ #~ msgid "Button text color"
535
+ #~ msgstr "ボタン文字の色"
536
+ #~ msgid "Contact Form Pro | Preview"
537
+ #~ msgstr "Contact Form Pro | プレビュー"
538
+ #~ msgid "Show with errors"
539
+ #~ msgstr "エラーで表示"
540
+ #~ msgid "Please enter your full name..."
541
+ #~ msgstr "貴方の氏名を入力して下さい..."
542
+ #~ msgid "Please enter your address..."
543
+ #~ msgstr "貴方の住所を入力して下さい..."
544
+ #~ msgid "Please enter your email address..."
545
+ #~ msgstr "貴方のEメール・アドレスを入力して下さい..."
546
+ #~ msgid "Please enter your phone number..."
547
+ #~ msgstr "貴方の電話番号を入力して下さい..."
548
+ #~ msgid "Please enter subject..."
549
+ #~ msgstr "件名を入力して下さい..."
550
+ #~ msgid "Please enter your message..."
551
+ #~ msgstr "メッセージを入力して下さい..."
552
+ #~ msgid ""
553
+ #~ "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
554
+ #~ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file "
555
+ #~ "size: 2MB"
556
+ #~ msgstr ""
557
+ #~ "サポートしてるファイル形式: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, "
558
+ #~ "BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. 最大"
559
+ #~ "ファイルサイズ: 2MB"
560
+ #~ msgid "You can attach the following file formats"
561
+ #~ msgstr "貴方は、以下のタイプのファイルを添付できます"
562
+ #~ msgid "Contact from"
563
+ #~ msgstr "コンタクトフォーム"
564
+ #~ msgid "Email"
565
+ #~ msgstr "Eメール"
566
+ #~ msgid "Site"
567
+ #~ msgstr "サイト"
568
+ #~ msgid ""
569
+ #~ "If you can see this MIME, it means that the MIME type is not supported by "
570
+ #~ "your email client!"
571
+ #~ msgstr ""
572
+ #~ "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
573
+ #~ msgid "FAQ"
574
+ #~ msgstr "FAQ"
575
+ #~ msgid "Support"
576
+ #~ msgstr "サポート"
577
+ #~ msgid "Are you sure that you want to delete this language data?"
578
+ #~ msgstr "本当に、この言語データを削除しますか?"
579
+ #~ msgid "Contact Form Options"
580
+ #~ msgstr "コンタクトフォーム オプション"
581
+
582
+ #, fuzzy
583
+ #~ msgid "Display Attachment tips"
584
+ #~ msgstr "添付ブロックを表示"
585
+ #~ msgid "Please enter a valid email address. Settings are not saved."
586
+ #~ msgstr "正確なemailを入力して下さい。設定は保存されません。"
587
+
588
+ #, fuzzy
589
+ #~ msgid "E-Mail Address"
590
+ #~ msgstr "E-Mail:"
591
+ #~ msgid "E-Mail Addresse:"
592
+ #~ msgstr "Indirizzo e-mail:"
593
+ #~ msgid "Install Now"
594
+ #~ msgstr "Installa Ora"
595
+
bws_menu/languages/bestwebsoft-pt_BR.mo ADDED
Binary file
bws_menu/languages/bestwebsoft-pt_BR.po ADDED
@@ -0,0 +1,293 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: bestwebsoft\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-08-30 10:48+0300\n"
6
+ "PO-Revision-Date: 2013-08-30 10:48+0300\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: Dionizio Bonfim Bach | DJIO <wordpress@djio.com.br>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Generator: Poedit 1.5.7\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-KeywordsList: __;_e\n"
16
+ "X-Poedit-Basepath: ..\n"
17
+ "X-Textdomain-Support: yes\n"
18
+ "Language: pt_BR\n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+
21
+ # @ captcha
22
+ #: bws_menu.php:85
23
+ msgid "Not set"
24
+ msgstr "Não definido"
25
+
26
+ # @ captcha
27
+ #: bws_menu.php:87
28
+ #: bws_menu.php:91
29
+ msgid "On"
30
+ msgstr "Ligado"
31
+
32
+ # @ captcha
33
+ #: bws_menu.php:89
34
+ #: bws_menu.php:93
35
+ msgid "Off"
36
+ msgstr "Desligado"
37
+
38
+ # @ captcha
39
+ #: bws_menu.php:97
40
+ #: bws_menu.php:101
41
+ #: bws_menu.php:105
42
+ #: bws_menu.php:109
43
+ #: bws_menu.php:113
44
+ #: bws_menu.php:139
45
+ msgid "N/A"
46
+ msgstr "N/D"
47
+
48
+ # @ captcha
49
+ #: bws_menu.php:111
50
+ msgid " Mb"
51
+ msgstr " Mb"
52
+
53
+ # @ captcha
54
+ #: bws_menu.php:115
55
+ #: bws_menu.php:119
56
+ #: bws_menu.php:123
57
+ #: bws_menu.php:134
58
+ msgid "Yes"
59
+ msgstr "Sim"
60
+
61
+ # @ captcha
62
+ #: bws_menu.php:117
63
+ #: bws_menu.php:121
64
+ #: bws_menu.php:125
65
+ #: bws_menu.php:136
66
+ msgid "No"
67
+ msgstr "Não"
68
+
69
+ # @ captcha
70
+ #: bws_menu.php:150
71
+ msgid "Operating System"
72
+ msgstr "Sistema Operacional"
73
+
74
+ # @ captcha
75
+ #: bws_menu.php:151
76
+ msgid "Server"
77
+ msgstr "Servidor"
78
+
79
+ # @ captcha
80
+ #: bws_menu.php:152
81
+ msgid "Memory usage"
82
+ msgstr "Uso de memória"
83
+
84
+ # @ captcha
85
+ #: bws_menu.php:153
86
+ msgid "MYSQL Version"
87
+ msgstr "Versão do MySQL"
88
+
89
+ # @ captcha
90
+ #: bws_menu.php:154
91
+ msgid "SQL Mode"
92
+ msgstr "Modo SQL"
93
+
94
+ # @ captcha
95
+ #: bws_menu.php:155
96
+ msgid "PHP Version"
97
+ msgstr "Versão do PHP"
98
+
99
+ # @ captcha
100
+ #: bws_menu.php:156
101
+ msgid "PHP Safe Mode"
102
+ msgstr "Modo de Segurança do PHP"
103
+
104
+ # @ captcha
105
+ #: bws_menu.php:157
106
+ msgid "PHP Allow URL fopen"
107
+ msgstr "Permissão de fopen de URL do PHP"
108
+
109
+ # @ captcha
110
+ #: bws_menu.php:158
111
+ msgid "PHP Memory Limit"
112
+ msgstr "Limite de Memória do PHP"
113
+
114
+ # @ captcha
115
+ #: bws_menu.php:159
116
+ msgid "PHP Max Upload Size"
117
+ msgstr "Tamanho Máximo de Upload no PHP"
118
+
119
+ # @ captcha
120
+ #: bws_menu.php:160
121
+ msgid "PHP Max Post Size"
122
+ msgstr "Tamanho Máximo de Envio do PHP"
123
+
124
+ # @ captcha
125
+ #: bws_menu.php:161
126
+ msgid "PHP Max Script Execute Time"
127
+ msgstr "Tempo de Execução Máximo do PHP"
128
+
129
+ # @ captcha
130
+ #: bws_menu.php:162
131
+ msgid "PHP Exif support"
132
+ msgstr "Suporte a Exif no PHP"
133
+
134
+ # @ captcha
135
+ #: bws_menu.php:163
136
+ msgid "PHP IPTC support"
137
+ msgstr "Suporte da IPTC no PHP"
138
+
139
+ # @ captcha
140
+ #: bws_menu.php:164
141
+ msgid "PHP XML support"
142
+ msgstr "Suporte a XML no PHP"
143
+
144
+ # @ captcha
145
+ #: bws_menu.php:165
146
+ msgid "Site URL"
147
+ msgstr "URL do Site"
148
+
149
+ # @ captcha
150
+ #: bws_menu.php:166
151
+ msgid "Home URL"
152
+ msgstr "URL da Página Inicial"
153
+
154
+ # @ captcha
155
+ #: bws_menu.php:167
156
+ msgid "WordPress Version"
157
+ msgstr "Versão do WordPress"
158
+
159
+ # @ captcha
160
+ #: bws_menu.php:168
161
+ msgid "WordPress DB Version"
162
+ msgstr "Versão do DB do WordPress"
163
+
164
+ # @ captcha
165
+ #: bws_menu.php:169
166
+ msgid "Multisite"
167
+ msgstr "Multisite"
168
+
169
+ # @ captcha
170
+ #: bws_menu.php:170
171
+ msgid "Active Theme"
172
+ msgstr "Tema Ativo"
173
+
174
+ # @ captcha
175
+ #: bws_menu.php:185
176
+ msgid "Please enter a valid email address."
177
+ msgstr "Por favor, informe um endereço de email válido."
178
+
179
+ # @ captcha
180
+ #: bws_menu.php:189
181
+ msgid "Email with system info is sent to "
182
+ msgstr "Email com informações do sistema é enviado para "
183
+
184
+ # @ captcha
185
+ #: bws_menu.php:193
186
+ msgid "Thank you for contacting us."
187
+ msgstr "Obrigado por nos contatar."
188
+
189
+ # @ captcha
190
+ #: bws_menu.php:221
191
+ msgid "Sorry, email message could not be delivered."
192
+ msgstr "Desculpe, a mensagem de email não pôde ser enviada."
193
+
194
+ # @ captcha
195
+ #: bws_menu.php:229
196
+ msgid "Pro plugins"
197
+ msgstr "Plugins Pro"
198
+
199
+ # @ captcha
200
+ #: bws_menu.php:232
201
+ #: bws_menu.php:258
202
+ msgid "Activated plugins"
203
+ msgstr "Plugins ativados"
204
+
205
+ # @ captcha
206
+ #: bws_menu.php:234
207
+ #: bws_menu.php:242
208
+ #: bws_menu.php:250
209
+ #: bws_menu.php:260
210
+ #: bws_menu.php:268
211
+ #: bws_menu.php:276
212
+ msgid "Read more"
213
+ msgstr "Leia Mais"
214
+
215
+ # @ captcha
216
+ #: bws_menu.php:234
217
+ #: bws_menu.php:260
218
+ msgid "Settings"
219
+ msgstr "Configurações"
220
+
221
+ # @ captcha
222
+ #: bws_menu.php:240
223
+ #: bws_menu.php:266
224
+ msgid "Installed plugins"
225
+ msgstr "Plugins Instalados"
226
+
227
+ # @ captcha
228
+ #: bws_menu.php:248
229
+ #: bws_menu.php:274
230
+ msgid "Recommended plugins"
231
+ msgstr "Plugins Recomendados"
232
+
233
+ # @ captcha
234
+ #: bws_menu.php:250
235
+ msgid "Purchase"
236
+ msgstr "Compra"
237
+
238
+ # @ captcha
239
+ #: bws_menu.php:255
240
+ msgid "Free plugins"
241
+ msgstr "Plugins Grátis"
242
+
243
+ # @ captcha
244
+ #: bws_menu.php:276
245
+ msgid "Download"
246
+ msgstr "Baixar"
247
+
248
+ # @ default
249
+ #: bws_menu.php:276
250
+ #, php-format
251
+ msgid "Install %s"
252
+ msgstr "Instalar %s"
253
+
254
+ # @ captcha
255
+ #: bws_menu.php:276
256
+ msgid "Install now from wordpress.org"
257
+ msgstr "Instale agora do site do wordpress (wordpress.org)"
258
+
259
+ # @ captcha
260
+ #: bws_menu.php:281
261
+ msgid "If you have any questions, please contact us via"
262
+ msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
263
+
264
+ # @ captcha
265
+ #: bws_menu.php:288
266
+ msgid "System status"
267
+ msgstr "Status do sistema"
268
+
269
+ # @ captcha
270
+ #: bws_menu.php:292
271
+ msgid "Environment"
272
+ msgstr "Ambiente"
273
+
274
+ # @ captcha
275
+ #: bws_menu.php:303
276
+ msgid "Active Plugins"
277
+ msgstr "Plugins Ativos"
278
+
279
+ # @ captcha
280
+ #: bws_menu.php:314
281
+ msgid "Inactive Plugins"
282
+ msgstr "Plugins Inativos"
283
+
284
+ # @ captcha
285
+ #: bws_menu.php:328
286
+ msgid "Send to support"
287
+ msgstr "Enviar para o suporte"
288
+
289
+ # @ captcha
290
+ #: bws_menu.php:335
291
+ msgid "Send to custom email &#187;"
292
+ msgstr "Enviar para email personalizado &#187;"
293
+
bws_menu/languages/bestwebsoft-ru_RU.mo ADDED
Binary file
bws_menu/languages/bestwebsoft-ru_RU.po ADDED
@@ -0,0 +1,402 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: bestwebsoft\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-08-30 10:48+0300\n"
6
+ "PO-Revision-Date: 2013-08-30 10:49+0300\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Language: ru_RU\n"
13
+ "X-Poedit-KeywordsList: __;_e\n"
14
+ "X-Poedit-Basepath: ..\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Generator: Poedit 1.5.4\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #: bws_menu.php:85
20
+ msgid "Not set"
21
+ msgstr "Не задан"
22
+
23
+ #: bws_menu.php:87
24
+ #: bws_menu.php:91
25
+ msgid "On"
26
+ msgstr "Вкл"
27
+
28
+ #: bws_menu.php:89
29
+ #: bws_menu.php:93
30
+ msgid "Off"
31
+ msgstr "Выкл"
32
+
33
+ #: bws_menu.php:97
34
+ #: bws_menu.php:101
35
+ #: bws_menu.php:105
36
+ #: bws_menu.php:109
37
+ #: bws_menu.php:113
38
+ #: bws_menu.php:139
39
+ msgid "N/A"
40
+ msgstr "Неизвестно"
41
+
42
+ #: bws_menu.php:111
43
+ msgid " Mb"
44
+ msgstr "Mb"
45
+
46
+ #: bws_menu.php:115
47
+ #: bws_menu.php:119
48
+ #: bws_menu.php:123
49
+ #: bws_menu.php:134
50
+ msgid "Yes"
51
+ msgstr "Да"
52
+
53
+ #: bws_menu.php:117
54
+ #: bws_menu.php:121
55
+ #: bws_menu.php:125
56
+ #: bws_menu.php:136
57
+ msgid "No"
58
+ msgstr "Нет"
59
+
60
+ #: bws_menu.php:150
61
+ msgid "Operating System"
62
+ msgstr "Операционная система"
63
+
64
+ #: bws_menu.php:151
65
+ msgid "Server"
66
+ msgstr "Тип сервера"
67
+
68
+ #: bws_menu.php:152
69
+ msgid "Memory usage"
70
+ msgstr "Памяти использовано"
71
+
72
+ #: bws_menu.php:153
73
+ msgid "MYSQL Version"
74
+ msgstr "Версия MYSQL"
75
+
76
+ #: bws_menu.php:154
77
+ msgid "SQL Mode"
78
+ msgstr "Режим SQL"
79
+
80
+ #: bws_menu.php:155
81
+ msgid "PHP Version"
82
+ msgstr "Версия PHP"
83
+
84
+ #: bws_menu.php:156
85
+ msgid "PHP Safe Mode"
86
+ msgstr "PHP Safe Mode"
87
+
88
+ #: bws_menu.php:157
89
+ msgid "PHP Allow URL fopen"
90
+ msgstr "PHP Allow URL fopen"
91
+
92
+ #: bws_menu.php:158
93
+ msgid "PHP Memory Limit"
94
+ msgstr "Лимит памяти"
95
+
96
+ #: bws_menu.php:159
97
+ msgid "PHP Max Upload Size"
98
+ msgstr "Макс. размер загружаемого файла"
99
+
100
+ #: bws_menu.php:160
101
+ msgid "PHP Max Post Size"
102
+ msgstr "Макс. размер записи"
103
+
104
+ #: bws_menu.php:161
105
+ msgid "PHP Max Script Execute Time"
106
+ msgstr "Макс. время выполнения сценария"
107
+
108
+ #: bws_menu.php:162
109
+ msgid "PHP Exif support"
110
+ msgstr "Поддержка PHP Exif"
111
+
112
+ #: bws_menu.php:163
113
+ msgid "PHP IPTC support"
114
+ msgstr "Поддержка PHP IPTC"
115
+
116
+ #: bws_menu.php:164
117
+ msgid "PHP XML support"
118
+ msgstr "Поддержка PHP XML"
119
+
120
+ #: bws_menu.php:165
121
+ msgid "Site URL"
122
+ msgstr "Адрес сайта"
123
+
124
+ #: bws_menu.php:166
125
+ msgid "Home URL"
126
+ msgstr "Основной адрес сайта"
127
+
128
+ #: bws_menu.php:167
129
+ msgid "WordPress Version"
130
+ msgstr "Версия WordPress"
131
+
132
+ #: bws_menu.php:168
133
+ msgid "WordPress DB Version"
134
+ msgstr "Версия базы данных WordPress"
135
+
136
+ #: bws_menu.php:169
137
+ msgid "Multisite"
138
+ msgstr "Мультиблог"
139
+
140
+ #: bws_menu.php:170
141
+ msgid "Active Theme"
142
+ msgstr "Текущая тема"
143
+
144
+ #: bws_menu.php:185
145
+ msgid "Please enter a valid email address."
146
+ msgstr "Пожалуйста, введите валидный емайл."
147
+
148
+ #: bws_menu.php:189
149
+ msgid "Email with system info is sent to "
150
+ msgstr "E-mail с системной информацией отправлен на"
151
+
152
+ #: bws_menu.php:193
153
+ msgid "Thank you for contacting us."
154
+ msgstr "Спасибо что связались с нами."
155
+
156
+ #: bws_menu.php:221
157
+ msgid "Sorry, email message could not be delivered."
158
+ msgstr "Извините, ваш email не может быть отправлен."
159
+
160
+ #: bws_menu.php:229
161
+ msgid "Pro plugins"
162
+ msgstr "Pro плагины"
163
+
164
+ #: bws_menu.php:232
165
+ #: bws_menu.php:258
166
+ msgid "Activated plugins"
167
+ msgstr "Активированные плагины"
168
+
169
+ #: bws_menu.php:234
170
+ #: bws_menu.php:242
171
+ #: bws_menu.php:250
172
+ #: bws_menu.php:260
173
+ #: bws_menu.php:268
174
+ #: bws_menu.php:276
175
+ msgid "Read more"
176
+ msgstr "Подробнее..."
177
+
178
+ #: bws_menu.php:234
179
+ #: bws_menu.php:260
180
+ msgid "Settings"
181
+ msgstr "Настройки"
182
+
183
+ #: bws_menu.php:240
184
+ #: bws_menu.php:266
185
+ msgid "Installed plugins"
186
+ msgstr "Установленные плагины"
187
+
188
+ #: bws_menu.php:248
189
+ #: bws_menu.php:274
190
+ msgid "Recommended plugins"
191
+ msgstr "Рекомендованные к установке плагины"
192
+
193
+ #: bws_menu.php:250
194
+ msgid "Purchase"
195
+ msgstr "Купить"
196
+
197
+ #: bws_menu.php:255
198
+ msgid "Free plugins"
199
+ msgstr "Бесплатные плагины"
200
+
201
+ #: bws_menu.php:276
202
+ msgid "Download"
203
+ msgstr "Скачать"
204
+
205
+ #: bws_menu.php:276
206
+ #, php-format
207
+ msgid "Install %s"
208
+ msgstr "Установлено %s"
209
+
210
+ #: bws_menu.php:276
211
+ msgid "Install now from wordpress.org"
212
+ msgstr "Установить с wordpress.org"
213
+
214
+ #: bws_menu.php:281
215
+ msgid "If you have any questions, please contact us via"
216
+ msgstr "Если у вас есть какие-то впросы, обращайтесь на"
217
+
218
+ #: bws_menu.php:288
219
+ msgid "System status"
220
+ msgstr "Системная информация"
221
+
222
+ #: bws_menu.php:292
223
+ msgid "Environment"
224
+ msgstr "Системная среда"
225
+
226
+ #: bws_menu.php:303
227
+ msgid "Active Plugins"
228
+ msgstr "Активированные плагины"
229
+
230
+ #: bws_menu.php:314
231
+ msgid "Inactive Plugins"
232
+ msgstr "Неактивированные плагины"
233
+
234
+ #: bws_menu.php:328
235
+ msgid "Send to support"
236
+ msgstr "Отправить в тех. поддержку"
237
+
238
+ #: bws_menu.php:335
239
+ msgid "Send to custom email &#187;"
240
+ msgstr "Отправить на емейл &#187;"
241
+
242
+ #~ msgid "Login form"
243
+ #~ msgstr "Форма логина"
244
+ #~ msgid "Registration form"
245
+ #~ msgstr "Форма регистрации"
246
+ #~ msgid "Register form"
247
+ #~ msgstr "Форма регистрации"
248
+ #~ msgid "Reset Password form"
249
+ #~ msgstr "Форма восстановления пароля"
250
+ #~ msgid "Lost password form"
251
+ #~ msgstr "Форма восстановления пароля"
252
+ #~ msgid "Comments form"
253
+ #~ msgstr "Форма комментариев"
254
+ #~ msgid "Hide CAPTCHA for registered users"
255
+ #~ msgstr "Не отображать для зарегистрированных пользователей"
256
+ #~ msgid "Plus (&#43;)"
257
+ #~ msgstr "Плюс (&#43;)"
258
+ #~ msgid "Plus"
259
+ #~ msgstr "Плюс (&#43;)"
260
+ #~ msgid "Minus (&minus;)"
261
+ #~ msgstr "Минус (&minus;)"
262
+ #~ msgid "Minus"
263
+ #~ msgstr "Минус (&minus;)"
264
+ #~ msgid "Multiplication (&times;)"
265
+ #~ msgstr "Умножение (&times;)"
266
+ #~ msgid "Multiply"
267
+ #~ msgstr "Умножить"
268
+ #~ msgid "Numbers"
269
+ #~ msgstr "Цифры"
270
+ #~ msgid "Words"
271
+ #~ msgstr "Слова"
272
+ #~ msgid "Captcha Settings"
273
+ #~ msgstr "Настройки КАПЧИ"
274
+ #~ msgid "Captcha"
275
+ #~ msgstr "КАПЧА"
276
+ #~ msgid "FAQ"
277
+ #~ msgstr "FAQ"
278
+ #~ msgid "Support"
279
+ #~ msgstr "Поддержка"
280
+ #~ msgid ""
281
+ #~ "Please select one item in the block Arithmetic and Complexity for CAPTCHA"
282
+ #~ msgstr ""
283
+ #~ "Пожалуйста, выберите 1 пункт из блока Арифметические дейтсвия и Сложность "
284
+ #~ "для КАПЧИ"
285
+ #~ msgid "Options saved."
286
+ #~ msgstr "Опции сохранены"
287
+ #~ msgid "Enable CAPTCHA for:"
288
+ #~ msgstr "Отображать КАПЧУ для:"
289
+ #~ msgid "Contact form"
290
+ #~ msgstr "Контактная форма"
291
+ #~ msgid "(powered by bestwebsoft.com)"
292
+ #~ msgstr "(разработано компанией bestwebsoft.com)"
293
+ #~ msgid "Activate contact form"
294
+ #~ msgstr "Активировать контакную форму"
295
+ #~ msgid "Download contact form"
296
+ #~ msgstr "Скачать контактную форму"
297
+ #~ msgid ""
298
+ #~ "If you would like to customize this plugin for a custom form, please "
299
+ #~ "contact us via"
300
+ #~ msgstr ""
301
+ #~ "Если вы хотите кастомизировать плагин для кастомной формы, обращайтесь на"
302
+ #~ msgid "Title for CAPTCHA in the form"
303
+ #~ msgstr "Заголовок для КАПЧИ в форме"
304
+ #~ msgid "Arithmetic actions for CAPTCHA"
305
+ #~ msgstr "Арифметические действия для КАПЧИ"
306
+ #~ msgid "CAPTCHA complexity level"
307
+ #~ msgstr "Уровень сложности КАПЧИ"
308
+ #~ msgid "Save Changes"
309
+ #~ msgstr "Сохранить изменения"
310
+ #~ msgid "ERROR"
311
+ #~ msgstr "Ошибка"
312
+ #~ msgid "Please fill the form."
313
+ #~ msgstr "Пожалуйста, заполните КАПЧУ."
314
+ #~ msgid "Please enter a valid CAPTCHA value."
315
+ #~ msgstr "Пожалуйста, заполните КАПЧУ."
316
+ #~ msgid ""
317
+ #~ "Error: You have entered an incorrect CAPTCHA value. Click the BACK button "
318
+ #~ "on your browser, and try again."
319
+ #~ msgstr ""
320
+ #~ "Ошибка: Вы ввели КАПЧУ неправильно. Надмите НАЗАД в браузере и попробуйте "
321
+ #~ "еще раз"
322
+ #~ msgid "zero"
323
+ #~ msgstr "ноль"
324
+ #~ msgid "one"
325
+ #~ msgstr "один"
326
+ #~ msgid "two"
327
+ #~ msgstr "два"
328
+ #~ msgid "three"
329
+ #~ msgstr "три"
330
+ #~ msgid "four"
331
+ #~ msgstr "четыре"
332
+ #~ msgid "five"
333
+ #~ msgstr "пять"
334
+ #~ msgid "six"
335
+ #~ msgstr "шесть"
336
+ #~ msgid "seven"
337
+ #~ msgstr "семь"
338
+ #~ msgid "eight"
339
+ #~ msgstr "восемь"
340
+ #~ msgid "nine"
341
+ #~ msgstr "девять"
342
+ #~ msgid "eleven"
343
+ #~ msgstr "одиннадцать"
344
+ #~ msgid "twelve"
345
+ #~ msgstr "двенадать"
346
+ #~ msgid "thirteen"
347
+ #~ msgstr "тринадцать"
348
+ #~ msgid "fourteen"
349
+ #~ msgstr "четырнадать"
350
+ #~ msgid "fifteen"
351
+ #~ msgstr "пятнадцать"
352
+ #~ msgid "sixteen"
353
+ #~ msgstr "шестнадцать"
354
+ #~ msgid "seventeen"
355
+ #~ msgstr "семнадцать"
356
+ #~ msgid "eighteen"
357
+ #~ msgstr "восемнадцать"
358
+ #~ msgid "nineteen"
359
+ #~ msgstr "девятнадцать"
360
+ #~ msgid "ten"
361
+ #~ msgstr "десять"
362
+ #~ msgid "twenty"
363
+ #~ msgstr "двадцать"
364
+ #~ msgid "thirty"
365
+ #~ msgstr "тридцать"
366
+ #~ msgid "forty"
367
+ #~ msgstr "сорок"
368
+ #~ msgid "fifty"
369
+ #~ msgstr "пятьдесят"
370
+ #~ msgid "sixty"
371
+ #~ msgstr "шестьдесят"
372
+ #~ msgid "seventy"
373
+ #~ msgstr "семьдесят"
374
+ #~ msgid "eighty"
375
+ #~ msgstr "восемьдесят"
376
+ #~ msgid "ninety"
377
+ #~ msgstr "девяносто"
378
+ #~ msgid "and"
379
+ #~ msgstr "и"
380
+ #~ msgid "Encryption password is not set"
381
+ #~ msgstr "Пароль для шифрования не установлен"
382
+ #~ msgid "Decryption password is not set"
383
+ #~ msgstr "Пароль для дешифровки не установлен"
384
+ #~ msgid ""
385
+ #~ "If you have any questions, please contact us via plugin@bestwebsoft.com "
386
+ #~ "or fill in the contact form on our website"
387
+ #~ msgstr ""
388
+ #~ "Если у вас есть какие-то впросы, обращайтесь на plugin@bestwebsoft.com "
389
+ #~ "или заполните контактную форму на нашем сайте"
390
+ #~ msgid "The password of encryption is not set"
391
+ #~ msgstr "Пароль для шифрования не установлен"
392
+ #~ msgid "Increase"
393
+ #~ msgstr "Умножить"
394
+ #~ msgid "Difficulty for CAPTCHA"
395
+ #~ msgstr "Уровень сложности КАПЧИ"
396
+ #~ msgid "That CAPTCHA was incorrect."
397
+ #~ msgstr "КАПЧА введена некорректно"
398
+ #~ msgid "null"
399
+ #~ msgstr "ноль"
400
+ #~ msgid "Install Now"
401
+ #~ msgstr "Установить сейчас"
402
+
bws_menu/languages/bestwebsoft-sr_RS.mo ADDED
Binary file
bws_menu/languages/bestwebsoft-sr_RS.po ADDED
@@ -0,0 +1,518 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: bestwebsoft\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-09-04 17:41+0300\n"
6
+ "PO-Revision-Date: 2013-09-04 17:41+0300\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Language: fr_FR\n"
13
+ "X-Poedit-KeywordsList: __;_e\n"
14
+ "X-Poedit-Basepath: ..\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
+ "X-Generator: Poedit 1.5.7\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+
20
+ #: bws_menu.php:85
21
+ msgid "Not set"
22
+ msgstr "Nije podešeno"
23
+
24
+ #: bws_menu.php:87
25
+ #: bws_menu.php:91
26
+ msgid "On"
27
+ msgstr "Uključeno"
28
+
29
+ #: bws_menu.php:89
30
+ #: bws_menu.php:93
31
+ msgid "Off"
32
+ msgstr "Isključeno"
33
+
34
+ #: bws_menu.php:97
35
+ #: bws_menu.php:101
36
+ #: bws_menu.php:105
37
+ #: bws_menu.php:109
38
+ #: bws_menu.php:113
39
+ #: bws_menu.php:139
40
+ msgid "N/A"
41
+ msgstr "N/A"
42
+
43
+ #: bws_menu.php:111
44
+ msgid " Mb"
45
+ msgstr " Mb"
46
+
47
+ #: bws_menu.php:115
48
+ #: bws_menu.php:119
49
+ #: bws_menu.php:123
50
+ #: bws_menu.php:134
51
+ msgid "Yes"
52
+ msgstr "Da"
53
+
54
+ #: bws_menu.php:117
55
+ #: bws_menu.php:121
56
+ #: bws_menu.php:125
57
+ #: bws_menu.php:136
58
+ msgid "No"
59
+ msgstr "Ne"
60
+
61
+ #: bws_menu.php:150
62
+ msgid "Operating System"
63
+ msgstr "Operativni Sistem"
64
+
65
+ #: bws_menu.php:151
66
+ msgid "Server"
67
+ msgstr "Server"
68
+
69
+ #: bws_menu.php:152
70
+ msgid "Memory usage"
71
+ msgstr "Upotreba memorije"
72
+
73
+ #: bws_menu.php:153
74
+ msgid "MYSQL Version"
75
+ msgstr "MYSQL Verzija"
76
+
77
+ #: bws_menu.php:154
78
+ msgid "SQL Mode"
79
+ msgstr "SQL način"
80
+
81
+ #: bws_menu.php:155
82
+ msgid "PHP Version"
83
+ msgstr "PHP Verzija"
84
+
85
+ #: bws_menu.php:156
86
+ msgid "PHP Safe Mode"
87
+ msgstr "PHP Sigurni način"
88
+
89
+ #: bws_menu.php:157
90
+ msgid "PHP Allow URL fopen"
91
+ msgstr "PHP Dozvoli URL fopen"
92
+
93
+ #: bws_menu.php:158
94
+ msgid "PHP Memory Limit"
95
+ msgstr "PHP Ograničenje memorije"
96
+
97
+ #: bws_menu.php:159
98
+ #, fuzzy
99
+ msgid "PHP Max Upload Size"
100
+ msgstr "Envoi de fichier"
101
+
102
+ #: bws_menu.php:160
103
+ msgid "PHP Max Post Size"
104
+ msgstr "PHP Max veličina za učitavanje"
105
+
106
+ #: bws_menu.php:161
107
+ msgid "PHP Max Script Execute Time"
108
+ msgstr "PHP Max veličina posta"
109
+
110
+ #: bws_menu.php:162
111
+ msgid "PHP Exif support"
112
+ msgstr "PHP Exif podrška"
113
+
114
+ #: bws_menu.php:163
115
+ msgid "PHP IPTC support"
116
+ msgstr "PHP IPTC podrška"
117
+
118
+ #: bws_menu.php:164
119
+ msgid "PHP XML support"
120
+ msgstr "PHP XML podrška"
121
+
122
+ #: bws_menu.php:165
123
+ #, fuzzy
124
+ msgid "Site URL"
125
+ msgstr "URL du lien"
126
+
127
+ #: bws_menu.php:166
128
+ msgid "Home URL"
129
+ msgstr "URL naslovne"
130
+
131
+ #: bws_menu.php:167
132
+ msgid "WordPress Version"
133
+ msgstr "WordPress Verzija"
134
+
135
+ #: bws_menu.php:168
136
+ msgid "WordPress DB Version"
137
+ msgstr "WordPress DB Verzija"
138
+
139
+ #: bws_menu.php:169
140
+ msgid "Multisite"
141
+ msgstr "Višenamenski sajt"
142
+
143
+ #: bws_menu.php:170
144
+ msgid "Active Theme"
145
+ msgstr "Aktivna tema"
146
+
147
+ #: bws_menu.php:185
148
+ msgid "Please enter a valid email address."
149
+ msgstr "Molimo unesite važeću mejl adresu"
150
+
151
+ #: bws_menu.php:189
152
+ msgid "Email with system info is sent to "
153
+ msgstr "Mejl sa sistemskim informacijama je poslat na"
154
+
155
+ #: bws_menu.php:193
156
+ msgid "Thank you for contacting us."
157
+ msgstr "Hvala što ste nas kontaktirali"
158
+
159
+ #: bws_menu.php:221
160
+ msgid "Sorry, email message could not be delivered."
161
+ msgstr "Nažalost mejl poruka nije prosleđena"
162
+
163
+ #: bws_menu.php:229
164
+ msgid "Pro plugins"
165
+ msgstr "Pro moduli"
166
+
167
+ #: bws_menu.php:232
168
+ #: bws_menu.php:258
169
+ msgid "Activated plugins"
170
+ msgstr "Aktivirani moduli"
171
+
172
+ #: bws_menu.php:234
173
+ #: bws_menu.php:242
174
+ #: bws_menu.php:250
175
+ #: bws_menu.php:260
176
+ #: bws_menu.php:268
177
+ #: bws_menu.php:276
178
+ msgid "Read more"
179
+ msgstr "Pročitaj više"
180
+
181
+ #: bws_menu.php:234
182
+ #: bws_menu.php:260
183
+ msgid "Settings"
184
+ msgstr "Podešavanja"
185
+
186
+ #: bws_menu.php:240
187
+ #: bws_menu.php:266
188
+ msgid "Installed plugins"
189
+ msgstr "Instalirani moduli"
190
+
191
+ #: bws_menu.php:248
192
+ #: bws_menu.php:274
193
+ msgid "Recommended plugins"
194
+ msgstr "Preporučeni moduli"
195
+
196
+ #: bws_menu.php:250
197
+ msgid "Purchase"
198
+ msgstr "Kupovina"
199
+
200
+ #: bws_menu.php:255
201
+ msgid "Free plugins"
202
+ msgstr "Besplatni moduli"
203
+
204
+ #: bws_menu.php:276
205
+ msgid "Download"
206
+ msgstr "Prezimanje"
207
+
208
+ #: bws_menu.php:276
209
+ #, php-format
210
+ msgid "Install %s"
211
+ msgstr "Instalacija %s"
212
+
213
+ #: bws_menu.php:276
214
+ msgid "Install now from wordpress.org"
215
+ msgstr "Instaliraj sada sa wordpress.org"
216
+
217
+ #: bws_menu.php:281
218
+ msgid "If you have any questions, please contact us via"
219
+ msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
220
+
221
+ #: bws_menu.php:288
222
+ msgid "System status"
223
+ msgstr "Sistemski status"
224
+
225
+ #: bws_menu.php:292
226
+ msgid "Environment"
227
+ msgstr "Okruženje"
228
+
229
+ #: bws_menu.php:303
230
+ #, fuzzy
231
+ msgid "Active Plugins"
232
+ msgstr "Extensions activées"
233
+
234
+ #: bws_menu.php:314
235
+ #, fuzzy
236
+ msgid "Inactive Plugins"
237
+ msgstr "Extensions activées"
238
+
239
+ #: bws_menu.php:328
240
+ #, fuzzy
241
+ msgid "Send to support"
242
+ msgstr "Soutien"
243
+
244
+ #: bws_menu.php:335
245
+ msgid "Send to custom email &#187;"
246
+ msgstr "Pošalji na korisnički mejl &#187;"
247
+
248
+ #~ msgid ""
249
+ #~ "The following files \"gallery-template.php\" and \"gallery-single-"
250
+ #~ "template.php\" were not found in the directory of your theme. Please copy "
251
+ #~ "them from the directory `/wp-content/plugins/gallery-plugin/template/` to "
252
+ #~ "the directory of your theme for the correct work of the Gallery plugin"
253
+ #~ msgstr ""
254
+ #~ "Sledeći fajlovi \"gallery-template.php\" i \"gallery-single-template.php"
255
+ #~ "\" nisu pronađeni u direktorijumu vaše teme. Molimo vas da ih kopirate iz "
256
+ #~ "direktorijuma `/wp-content/plugins/gallery-plugin/template/` u "
257
+ #~ "direktorijum vaše teme za ispravan rad modula Galerija"
258
+ #~ msgid "Galleries"
259
+ #~ msgstr "Galerije"
260
+ #~ msgid "Gallery"
261
+ #~ msgstr "Galerija"
262
+ #~ msgid "Add a Gallery"
263
+ #~ msgstr "Dodaj Galeriju"
264
+ #~ msgid "Add New Gallery"
265
+ #~ msgstr "Dodaj novu Galeriju"
266
+ #~ msgid "Edit Gallery"
267
+ #~ msgstr "Uredi Galeriju"
268
+ #~ msgid "New Gallery"
269
+ #~ msgstr "Nova Galerija"
270
+ #~ msgid "View Gallery"
271
+ #~ msgstr "Pregled Galerije"
272
+ #~ msgid "Find a Gallery"
273
+ #~ msgstr "Pronađi Galeriju"
274
+ #~ msgid "No Gallery found"
275
+ #~ msgstr "Nije pronađena Galerija"
276
+ #~ msgid "Upload File"
277
+ #~ msgstr "Učitaj fajl"
278
+ #~ msgid "Gallery Shortcode"
279
+ #~ msgstr "Kratak kod za Galeriju"
280
+ #~ msgid ""
281
+ #~ "The gallery temp directory (gallery-plugin/upload/files) is not available "
282
+ #~ "for record on your webserver. Please use the standard WP functionality to "
283
+ #~ "upload images (media library)"
284
+ #~ msgstr ""
285
+ #~ "Privremeni direktorijum galerije (gallery-plugin/upload/files) nije "
286
+ #~ "dostupan za arhiviranje na vašem web serveru. Molimo vas da koristite "
287
+ #~ "standardne WP funkcije za učitavanje slika (biblioteka medija)"
288
+ #~ msgid "Choose an image for upload:"
289
+ #~ msgstr "Izaberi sliku za učitavanje:"
290
+ #~ msgid "Please enable JavaScript to use the file uploader."
291
+ #~ msgstr ""
292
+ #~ "Molimo vas omogućite da JavaScript koristi program za učitavanje fajlova."
293
+ #~ msgid "Allow the download link for all images in this gallery"
294
+ #~ msgstr "Dozvoli link za preuzimanje za sve slike u ovoj galeriji"
295
+ #~ msgid ""
296
+ #~ "Please use the drag and drop function to change an order of the images "
297
+ #~ "displaying and do not forget to save the post."
298
+ #~ msgstr ""
299
+ #~ "Molimo vas da koristite funkciju prevlačenja da biste izmenili redosled "
300
+ #~ "prikazanih slika i ne zaboravite da sačuvate post."
301
+ #~ msgid "Please make a choice"
302
+ #~ msgstr "Molimo vas izaberite"
303
+ #~ msgid "Sort images by"
304
+ #~ msgstr "Poređaj slike po"
305
+ #~ msgid "sort images"
306
+ #~ msgstr "poređaj slike"
307
+ #~ msgid "on the plugin settings page ("
308
+ #~ msgstr "na stranici za podešavanje modula ("
309
+ #~ msgid "Title"
310
+ #~ msgstr "Naslov"
311
+ #~ msgid "URL"
312
+ #~ msgstr "URL"
313
+ #~ msgid "(by click on image opens a link in a new window)"
314
+ #~ msgstr "(klikom na sliku otvara se link u novom prozoru)"
315
+ #~ msgid "This setting is available in Pro version"
316
+ #~ msgstr "Ovo podešavanje je dostupno u Pro verziji"
317
+ #~ msgid "Open the link"
318
+ #~ msgstr "Otvori link"
319
+ #~ msgid "Current window"
320
+ #~ msgstr "Trenutni prozor"
321
+ #~ msgid "New window"
322
+ #~ msgstr "Novi prozor"
323
+ #~ msgid "Delete"
324
+ #~ msgstr "Obriši"
325
+ #~ msgid ""
326
+ #~ "You can add a Single Gallery to the page or post by inserting this "
327
+ #~ "shortcode into the content"
328
+ #~ msgstr ""
329
+ #~ "Možete dodati Jedinstvenu galeriju na stranicu ili post ubacivanjem ovog "
330
+ #~ "kratkog koda u sadržaj."
331
+ #~ msgid ""
332
+ #~ "If you want to display a short description containing a screenshot and "
333
+ #~ "the link to the Single Gallery Page"
334
+ #~ msgstr ""
335
+ #~ "Ako želite da prikažete kratak opis koji sadrži snimak ekrana i link ka "
336
+ #~ "stranici sa Jedinstvenom galerijom."
337
+ #~ msgid "Author"
338
+ #~ msgstr "Autor"
339
+ #~ msgid "Photo"
340
+ #~ msgstr "Foto"
341
+ #~ msgid "Publishing"
342
+ #~ msgstr "Izdanje"
343
+ #~ msgid "Date"
344
+ #~ msgstr "Datum"
345
+ #~ msgid "See images &raquo;"
346
+ #~ msgstr "Pogledaj sliku &raquo;"
347
+ #~ msgid "Settings are saved"
348
+ #~ msgstr "Podešavanja su sačuvana"
349
+ #~ msgid "Gallery Settings"
350
+ #~ msgstr "Podešavanja Galerije"
351
+ #~ msgid ""
352
+ #~ "If you would like to add a Single Gallery to your page or post, just copy "
353
+ #~ "and paste this shortcode into your post or page:"
354
+ #~ msgstr ""
355
+ #~ "Ako želite da dodate Jedinstvenu Galeriju na vašu stranicu ili post, samo "
356
+ #~ "kopirajte i prelepite ovaj kratki kod na vaš post ili stranicu:"
357
+ #~ msgid "Image size for the album cover"
358
+ #~ msgstr "Veličina slike za naslovnu stranicu albuma"
359
+ #~ msgid "Image size"
360
+ #~ msgstr "Veličina slike"
361
+ #~ msgid "Width (in px)"
362
+ #~ msgstr "Širina (u pikselima)"
363
+ #~ msgid "Height (in px)"
364
+ #~ msgstr "Visina (u pikselima)"
365
+ #~ msgid "Gallery image size"
366
+ #~ msgstr "Veličina slika u galeriji"
367
+ #~ msgid ""
368
+ #~ "WordPress will create a new thumbnail with the specified dimensions when "
369
+ #~ "you upload a new photo."
370
+ #~ msgstr ""
371
+ #~ "WordPress će kreirati novi umanjeni prikaz sa navedenim dimenzijama kada "
372
+ #~ "učitate novu sliku."
373
+ #~ msgid "Gallery image size in the lightbox"
374
+ #~ msgstr "Veličina slika u galeriji u lightbox skriptu"
375
+ #~ msgid "Max width (in px)"
376
+ #~ msgstr "Max širina (u pikselima)"
377
+ #~ msgid "Max height (in px)"
378
+ #~ msgstr "Max visina (u pikselima)"
379
+ #~ msgid "Display a full size image in the lightbox"
380
+ #~ msgstr "Prikaži sliku u punoj veličini u lightbox-u"
381
+ #~ msgid "Crop position"
382
+ #~ msgstr "Pozicija za kropovanje"
383
+ #~ msgid "Horizontal"
384
+ #~ msgstr "Horizontalno"
385
+ #~ msgid "left"
386
+ #~ msgstr "levo"
387
+ #~ msgid "center"
388
+ #~ msgstr "centar"
389
+ #~ msgid "right"
390
+ #~ msgstr "desno"
391
+ #~ msgid "Vertical"
392
+ #~ msgstr "Vertikalno"
393
+ #~ msgid "top"
394
+ #~ msgstr "vrh"
395
+ #~ msgid "bottom"
396
+ #~ msgstr "dno"
397
+ #~ msgid "Lightbox background"
398
+ #~ msgstr "Lightbox pozadina"
399
+ #~ msgid "Default"
400
+ #~ msgstr "Podrazumevano"
401
+ #~ msgid "Background transparency (from 0 to 1)"
402
+ #~ msgstr "Pozadinska transparentnost (od 0 do 1)"
403
+ #~ msgid "Select a background color"
404
+ #~ msgstr "Izaberi pozadinsku boju"
405
+ #~ msgid "Background color"
406
+ #~ msgstr "Pozadinska boja"
407
+ #~ msgid ""
408
+ #~ "This functionality is available in the Pro version of the plugin. For "
409
+ #~ "more details, please follow the link"
410
+ #~ msgstr ""
411
+ #~ "Ova funkcija je dostupna u Pro verziji modula. Za više detalja pratite "
412
+ #~ "ovaj link"
413
+ #~ msgid "Images with border"
414
+ #~ msgstr "Slike sa okvirima"
415
+ #~ msgid "Border width in px, just numbers"
416
+ #~ msgstr "Širina okvira u pikselima, samo brojevi"
417
+ #~ msgid "Select a border color"
418
+ #~ msgstr "Izaberite boju okvira"
419
+ #~ msgid "Number of images in the row"
420
+ #~ msgstr "Broj slika u redu"
421
+ #~ msgid "Start slideshow"
422
+ #~ msgstr "Započni projekciju slajdova"
423
+ #~ msgid "Slideshow interval"
424
+ #~ msgstr "Interval projekcije slajdova"
425
+ #~ msgid "Attachment ID"
426
+ #~ msgstr "ID priloga"
427
+ #~ msgid "Image Name"
428
+ #~ msgstr "Ime slike"
429
+ #~ msgid ""
430
+ #~ "Sorting order (the input field for sorting order in the Insert / Upload "
431
+ #~ "Media Gallery dialog)"
432
+ #~ msgstr ""
433
+ #~ "Raspoređivanje (polje za unos za sortiranje u dijalogu Insert / Upload "
434
+ #~ "Media Gallery)"
435
+ #~ msgid "Random"
436
+ #~ msgstr "Nasumično"
437
+ #~ msgid "Sort images"
438
+ #~ msgstr "Sortiraj slike"
439
+ #~ msgid ""
440
+ #~ "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
441
+ #~ msgstr ""
442
+ #~ "ASC (rastući redosled od najnižih do najviših vrednosti - 1, 2, 3; a, b, "
443
+ #~ "c)"
444
+ #~ msgid ""
445
+ #~ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
446
+ #~ msgstr ""
447
+ #~ "DESC (opadajući redosled od najviših do najnižih vrednosti - 3, 2, 1; c, "
448
+ #~ "b, a)"
449
+ #~ msgid "Display text above the image"
450
+ #~ msgstr "Prikaži tekst iznad slike"
451
+
452
+ #, fuzzy
453
+ #~ msgid ""
454
+ #~ "Turn off the checkbox, if you want to display text just in a lightbox"
455
+ #~ msgstr "Ako želite da prikažete tekst samo u lightbox-u"
456
+ #~ msgid "Display the Back link"
457
+ #~ msgstr "Prikaži povratni link"
458
+ #~ msgid "Display the Back link in the shortcode"
459
+ #~ msgstr "Prikaži povratni link u kratkom kodu"
460
+ #~ msgid "The Back link text"
461
+ #~ msgstr "Tekst u povratnom linku"
462
+ #~ msgid "The Back link URL"
463
+ #~ msgstr "URL povratnog linka"
464
+ #~ msgid "Gallery page (Page with Gallery Template)"
465
+ #~ msgstr "Stranica galerije (Stranica sa šablonom galerije)"
466
+ #~ msgid "(Full URL to custom page)"
467
+ #~ msgstr "(Puni URL ka korisničkoj stranici)"
468
+ #~ msgid "The Read More link text"
469
+ #~ msgstr "Tekst u linku Pročitaj više"
470
+
471
+ #, fuzzy
472
+ #~ msgid "Display Like buttons in the lightbox"
473
+ #~ msgstr "Afficher une image en taille normale dans le boite"
474
+ #~ msgid "FaceBook"
475
+ #~ msgstr "FaceBook"
476
+
477
+ #, fuzzy
478
+ #~ msgid "Twitter"
479
+ #~ msgstr "Titre"
480
+ #~ msgid "Pinterest"
481
+ #~ msgstr "Pinterest"
482
+ #~ msgid "Google +1"
483
+ #~ msgstr "Google +1"
484
+ #~ msgid "Save Changes"
485
+ #~ msgstr "Sačuvaj izmene"
486
+ #~ msgid "FAQ"
487
+ #~ msgstr "FAQ"
488
+ #~ msgid "Support"
489
+ #~ msgstr "Podrška"
490
+ #~ msgid "Sorry, nothing found."
491
+ #~ msgstr "Nažalost nije pronađeno"
492
+ #~ msgid "Download high resolution image"
493
+ #~ msgstr "Preuzmi sliku u visokoj rezoluciji"
494
+ #~ msgid "Image"
495
+ #~ msgstr "Slika"
496
+ #~ msgid "Add New"
497
+ #~ msgstr "Ajouter"
498
+ #~ msgid "Search Galleries"
499
+ #~ msgstr "Rechercher une galerie"
500
+ #~ msgid "Please do not forget to select "
501
+ #~ msgstr "Merci de ne pas oublier de sélectionner"
502
+ #~ msgid "Attachments order by"
503
+ #~ msgstr "Fichiers trier par"
504
+ #~ msgid "attachments order"
505
+ #~ msgstr "ordre des fichiers"
506
+ #~ msgid "Size for gallery image"
507
+ #~ msgstr "Taille de la vignette de la galerie"
508
+ #~ msgid "attachment title"
509
+ #~ msgstr "titre du fichier"
510
+ #~ msgid "date"
511
+ #~ msgstr "date"
512
+ #~ msgid "Attachments order"
513
+ #~ msgstr "Ordre des fichiers"
514
+ #~ msgid "Label for Return link"
515
+ #~ msgstr "Texte du lien de retour"
516
+ #~ msgid "URL for Return link"
517
+ #~ msgstr "URL du lien de retour"
518
+
bws_menu/languages/bestwebsoft-sv_SE.mo ADDED
Binary file
bws_menu/languages/bestwebsoft-sv_SE.po ADDED
@@ -0,0 +1,405 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: bestwebsoft\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-08-30 10:49+0300\n"
6
+ "PO-Revision-Date: 2013-08-30 10:49+0300\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: Christer Rönningborg, Blittan <blittan@xbmc.org>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Language: sv_SE\n"
13
+ "X-Poedit-KeywordsList: __;_e\n"
14
+ "X-Poedit-Basepath: ..\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Generator: Poedit 1.5.7\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #: bws_menu.php:85
20
+ msgid "Not set"
21
+ msgstr "Inte angiven"
22
+
23
+ #: bws_menu.php:87
24
+ #: bws_menu.php:91
25
+ msgid "On"
26
+ msgstr "På"
27
+
28
+ #: bws_menu.php:89
29
+ #: bws_menu.php:93
30
+ msgid "Off"
31
+ msgstr "Av"
32
+
33
+ #: bws_menu.php:97
34
+ #: bws_menu.php:101
35
+ #: bws_menu.php:105
36
+ #: bws_menu.php:109
37
+ #: bws_menu.php:113
38
+ #: bws_menu.php:139
39
+ msgid "N/A"
40
+ msgstr "Finns ej"
41
+
42
+ #: bws_menu.php:111
43
+ msgid " Mb"
44
+ msgstr " Mb"
45
+
46
+ #: bws_menu.php:115
47
+ #: bws_menu.php:119
48
+ #: bws_menu.php:123
49
+ #: bws_menu.php:134
50
+ msgid "Yes"
51
+ msgstr "Ja"
52
+
53
+ #: bws_menu.php:117
54
+ #: bws_menu.php:121
55
+ #: bws_menu.php:125
56
+ #: bws_menu.php:136
57
+ msgid "No"
58
+ msgstr "Nej"
59
+
60
+ #: bws_menu.php:150
61
+ msgid "Operating System"
62
+ msgstr "Operativsystem"
63
+
64
+ #: bws_menu.php:151
65
+ msgid "Server"
66
+ msgstr "Server"
67
+
68
+ #: bws_menu.php:152
69
+ msgid "Memory usage"
70
+ msgstr "Minnesanvändning"
71
+
72
+ #: bws_menu.php:153
73
+ msgid "MYSQL Version"
74
+ msgstr "MySQL-version"
75
+
76
+ #: bws_menu.php:154
77
+ msgid "SQL Mode"
78
+ msgstr "SQL-läge"
79
+
80
+ #: bws_menu.php:155
81
+ msgid "PHP Version"
82
+ msgstr "PHP-version"
83
+
84
+ #: bws_menu.php:156
85
+ msgid "PHP Safe Mode"
86
+ msgstr "PHP säkert läge"
87
+
88
+ #: bws_menu.php:157
89
+ msgid "PHP Allow URL fopen"
90
+ msgstr "PHP tillåt URL fopen"
91
+
92
+ #: bws_menu.php:158
93
+ msgid "PHP Memory Limit"
94
+ msgstr "PHP Minnesgräns"
95
+
96
+ #: bws_menu.php:159
97
+ msgid "PHP Max Upload Size"
98
+ msgstr "PHP Max uppladdningstorlek"
99
+
100
+ #: bws_menu.php:160
101
+ msgid "PHP Max Post Size"
102
+ msgstr "PHP Max poststorlek"
103
+
104
+ #: bws_menu.php:161
105
+ msgid "PHP Max Script Execute Time"
106
+ msgstr "PHP Max skriptexekverinstid"
107
+
108
+ #: bws_menu.php:162
109
+ msgid "PHP Exif support"
110
+ msgstr "PHP Exifstöd"
111
+
112
+ #: bws_menu.php:163
113
+ msgid "PHP IPTC support"
114
+ msgstr "PHP ITPC-stöd"
115
+
116
+ #: bws_menu.php:164
117
+ msgid "PHP XML support"
118
+ msgstr "PHP XML-stöd"
119
+
120
+ #: bws_menu.php:165
121
+ msgid "Site URL"
122
+ msgstr "SajtURL"
123
+
124
+ #: bws_menu.php:166
125
+ msgid "Home URL"
126
+ msgstr "HemURL"
127
+
128
+ #: bws_menu.php:167
129
+ msgid "WordPress Version"
130
+ msgstr "WordPress-version"
131
+
132
+ #: bws_menu.php:168
133
+ msgid "WordPress DB Version"
134
+ msgstr "WordPress-DB-version"
135
+
136
+ #: bws_menu.php:169
137
+ msgid "Multisite"
138
+ msgstr "Multisajt"
139
+
140
+ #: bws_menu.php:170
141
+ msgid "Active Theme"
142
+ msgstr "Aktivt tema"
143
+
144
+ #: bws_menu.php:185
145
+ msgid "Please enter a valid email address."
146
+ msgstr "Var god ange en giltig epost-adress."
147
+
148
+ #: bws_menu.php:189
149
+ msgid "Email with system info is sent to "
150
+ msgstr "Epost med systeminfo är skickat till"
151
+
152
+ #: bws_menu.php:193
153
+ msgid "Thank you for contacting us."
154
+ msgstr "Tack för att du kontaktade oss."
155
+
156
+ #: bws_menu.php:221
157
+ msgid "Sorry, email message could not be delivered."
158
+ msgstr "Ledsen, eposten kunde inte levereras."
159
+
160
+ #: bws_menu.php:229
161
+ msgid "Pro plugins"
162
+ msgstr "Betaltillägg"
163
+
164
+ #: bws_menu.php:232
165
+ #: bws_menu.php:258
166
+ msgid "Activated plugins"
167
+ msgstr "Aktiverade tillägg"
168
+
169
+ #: bws_menu.php:234
170
+ #: bws_menu.php:242
171
+ #: bws_menu.php:250
172
+ #: bws_menu.php:260
173
+ #: bws_menu.php:268
174
+ #: bws_menu.php:276
175
+ msgid "Read more"
176
+ msgstr "Läs mer"
177
+
178
+ #: bws_menu.php:234
179
+ #: bws_menu.php:260
180
+ msgid "Settings"
181
+ msgstr "Inställningar"
182
+
183
+ #: bws_menu.php:240
184
+ #: bws_menu.php:266
185
+ msgid "Installed plugins"
186
+ msgstr "Installerade tillägg"
187
+
188
+ #: bws_menu.php:248
189
+ #: bws_menu.php:274
190
+ msgid "Recommended plugins"
191
+ msgstr "Rekommenderade tillägg"
192
+
193
+ #: bws_menu.php:250
194
+ msgid "Purchase"
195
+ msgstr "Köp"
196
+
197
+ #: bws_menu.php:255
198
+ msgid "Free plugins"
199
+ msgstr "Gratis tillägg"
200
+
201
+ #: bws_menu.php:276
202
+ msgid "Download"
203
+ msgstr "Hämta"
204
+
205
+ #: bws_menu.php:276
206
+ #, php-format
207
+ msgid "Install %s"
208
+ msgstr "Installera %s"
209
+
210
+ #: bws_menu.php:276
211
+ msgid "Install now from wordpress.org"
212
+ msgstr "Installera nu från wordpress.org"
213
+
214
+ #: bws_menu.php:281
215
+ msgid "If you have any questions, please contact us via"
216
+ msgstr "Om du har några frågor, kontakta oss via"
217
+
218
+ #: bws_menu.php:288
219
+ msgid "System status"
220
+ msgstr "Systemstatus"
221
+
222
+ #: bws_menu.php:292
223
+ msgid "Environment"
224
+ msgstr "Miljövariabler"
225
+
226
+ #: bws_menu.php:303
227
+ msgid "Active Plugins"
228
+ msgstr "Aktiverade tillägg"
229
+
230
+ #: bws_menu.php:314
231
+ msgid "Inactive Plugins"
232
+ msgstr "Inaktiverade tillägg"
233
+
234
+ #: bws_menu.php:328
235
+ msgid "Send to support"
236
+ msgstr "Skicka till support"
237
+
238
+ #: bws_menu.php:335
239
+ msgid "Send to custom email &#187;"
240
+ msgstr "Skicka till anpassad epost &#187;"
241
+
242
+ #~ msgid "Login form"
243
+ #~ msgstr "Inloggningsformulär"
244
+ #~ msgid "Registration form"
245
+ #~ msgstr "Registreringsformulär"
246
+ #~ msgid "Register form"
247
+ #~ msgstr "Registreringsformulär"
248
+ #~ msgid "Reset Password form"
249
+ #~ msgstr "Formulär för att återställa lösenord"
250
+ #~ msgid "Lost password form"
251
+ #~ msgstr "Formulär för att återställa lösenord"
252
+ #~ msgid "Comments form"
253
+ #~ msgstr "Kommentarsformulär"
254
+ #~ msgid "Hide CAPTCHA for registered users"
255
+ #~ msgstr "Dölj CAPTCHA för registrerade användare"
256
+ #~ msgid "Plus (&#43;)"
257
+ #~ msgstr "Plus (&#43;)"
258
+ #~ msgid "Plus"
259
+ #~ msgstr "Plus"
260
+ #~ msgid "Minus (&minus;)"
261
+ #~ msgstr "Minus (&minus;)"
262
+ #~ msgid "Minus"
263
+ #~ msgstr "Minus"
264
+ #~ msgid "Multiplication (&times;)"
265
+ #~ msgstr "Multiplikation (&times;)"
266
+ #~ msgid "Multiply"
267
+ #~ msgstr "Multiplicera"
268
+ #~ msgid "Numbers"
269
+ #~ msgstr "Siffror"
270
+ #~ msgid "Words"
271
+ #~ msgstr "Ord"
272
+ #~ msgid "Captcha Settings"
273
+ #~ msgstr "Captchainställningar"
274
+ #~ msgid "Captcha"
275
+ #~ msgstr "Captcha"
276
+ #~ msgid "FAQ"
277
+ #~ msgstr "FAQ"
278
+ #~ msgid "Support"
279
+ #~ msgstr "Support"
280
+ #~ msgid ""
281
+ #~ "Please select one item in the block Arithmetic and Complexity for CAPTCHA"
282
+ #~ msgstr ""
283
+ #~ "Var god markera ett val i avdelningarna Aritmetiska metoder och "
284
+ #~ "Svårighetsgrad för CAPTCHA"
285
+ #~ msgid "Options saved."
286
+ #~ msgstr "Inställningar sparade."
287
+ #~ msgid "Enable CAPTCHA for:"
288
+ #~ msgstr "Aktivera CAPTCHA för:"
289
+ #~ msgid "Contact form"
290
+ #~ msgstr "Kontaktformulär"
291
+ #~ msgid "(powered by bestwebsoft.com)"
292
+ #~ msgstr "(tillhandahålls av bestwebsoft.com)"
293
+ #~ msgid "Activate contact form"
294
+ #~ msgstr "Aktivera kontaktformulär"
295
+ #~ msgid "Download contact form"
296
+ #~ msgstr "Hämta kontaktformulär"
297
+ #~ msgid ""
298
+ #~ "If you would like to customize this plugin for a custom form, please "
299
+ #~ "contact us via"
300
+ #~ msgstr ""
301
+ #~ "Om du vill anpassa detta tillägg för ett skräddarsytt formulär, vänligen "
302
+ #~ "kontakta oss via"
303
+ #~ msgid "Title for CAPTCHA in the form"
304
+ #~ msgstr "Etikett för CAPTCHA i formulär"
305
+ #~ msgid "Arithmetic actions for CAPTCHA"
306
+ #~ msgstr "Aritmetiska metoder för CAPTCHA"
307
+ #~ msgid "CAPTCHA complexity level"
308
+ #~ msgstr "CAPTCHA-svårighetsgrad"
309
+ #~ msgid "Save Changes"
310
+ #~ msgstr "Spara ändringar"
311
+ #~ msgid "ERROR"
312
+ #~ msgstr "FEL"
313
+ #~ msgid "Please fill the form."
314
+ #~ msgstr "Var god fyll i formuläret."
315
+ #~ msgid "Please enter a valid CAPTCHA value."
316
+ #~ msgstr "Var god fyll i CAPTCHA."
317
+ #~ msgid ""
318
+ #~ "Error: You have entered an incorrect CAPTCHA value. Click the BACK button "
319
+ #~ "on your browser, and try again."
320
+ #~ msgstr ""
321
+ #~ "Fel: Du angav ett felaktigt svar i fältet för CAPTCHA. Klicka på tillbaka-"
322
+ #~ "knappen i din webbläsare och försök igen."
323
+ #~ msgid "zero"
324
+ #~ msgstr "noll"
325
+ #~ msgid "one"
326
+ #~ msgstr "ett"
327
+ #~ msgid "two"
328
+ #~ msgstr "två"
329
+ #~ msgid "three"
330
+ #~ msgstr "tre"
331
+ #~ msgid "four"
332
+ #~ msgstr "fyra"
333
+ #~ msgid "five"
334
+ #~ msgstr "fem"
335
+ #~ msgid "six"
336
+ #~ msgstr "sex"
337
+ #~ msgid "seven"
338
+ #~ msgstr "sju"
339
+ #~ msgid "eight"
340
+ #~ msgstr "åtta"
341
+ #~ msgid "nine"
342
+ #~ msgstr "nio"
343
+ #~ msgid "eleven"
344
+ #~ msgstr "elva"
345
+ #~ msgid "twelve"
346
+ #~ msgstr "tolv"
347
+ #~ msgid "thirteen"
348
+ #~ msgstr "tretton"
349
+ #~ msgid "fourteen"
350
+ #~ msgstr "fjorton"
351
+ #~ msgid "fifteen"
352
+ #~ msgstr "femton"
353
+ #~ msgid "sixteen"
354
+ #~ msgstr "sexton"
355
+ #~ msgid "seventeen"
356
+ #~ msgstr "sjutton"
357
+ #~ msgid "eighteen"
358
+ #~ msgstr "arton"
359
+ #~ msgid "nineteen"
360
+ #~ msgstr "nitton"
361
+ #~ msgid "ten"
362
+ #~ msgstr "tio"
363
+ #~ msgid "twenty"
364
+ #~ msgstr "tjugo"
365
+ #~ msgid "thirty"
366
+ #~ msgstr "trettio"
367
+ #~ msgid "forty"
368
+ #~ msgstr "fyrtio"
369
+ #~ msgid "fifty"
370
+ #~ msgstr "femtio"
371
+ #~ msgid "sixty"
372
+ #~ msgstr "sextio"
373
+ #~ msgid "seventy"
374
+ #~ msgstr "sjuttio"
375
+ #~ msgid "eighty"
376
+ #~ msgstr "åttio"
377
+ #~ msgid "ninety"
378
+ #~ msgstr "nittio"
379
+ #~ msgid "and"
380
+ #~ msgstr "och"
381
+ #~ msgid "Encryption password is not set"
382
+ #~ msgstr "Lösenord för kodning har inte angetts"
383
+ #~ msgid "Decryption password is not set"
384
+ #~ msgstr "Lösenord för avkodning har inte angetts"
385
+
386
+ #, fuzzy
387
+ #~ msgid ""
388
+ #~ "If you have any questions, please contact us via plugin@bestwebsoft.com "
389
+ #~ "or fill in the contact form on our website"
390
+ #~ msgstr ""
391
+ #~ "Om du har frågor, vänligen kontakta oss via plugin@bestwebsoft.com eller "
392
+ #~ "fyll i kontaktformuläret på vår hemsida"
393
+ #~ msgid "Increase"
394
+ #~ msgstr "Öka"
395
+ #~ msgid "Difficulty for CAPTCHA"
396
+ #~ msgstr "Svårighetsgrad för CAPTCHA"
397
+ #~ msgid "That CAPTCHA was incorrect."
398
+ #~ msgstr "Angiven CAPTCHA var felaktig."
399
+ #~ msgid "The password of encryption is not set"
400
+ #~ msgstr "Lösenordet för krytering har inte angetts"
401
+ #~ msgid "null"
402
+ #~ msgstr "noll"
403
+ #~ msgid "Install Now"
404
+ #~ msgstr "Установить сейчас"
405
+
css/stylesheet.css CHANGED
@@ -34,7 +34,7 @@
34
  #toplevel_page_bws_plugins .wp-submenu .wp-first-item {
35
  display:none;
36
  }
37
- .bws_system_info_mata_box {
38
  width: 850px;
39
  }
40
  .bws_system_info {
34
  #toplevel_page_bws_plugins .wp-submenu .wp-first-item {
35
  display:none;
36
  }
37
+ .bws_system_info_meta_box {
38
  width: 850px;
39
  }
40
  .bws_system_info {
gallery-plugin.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Gallery Plugin
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: This plugin allows you to implement gallery page into web site.
6
  Author: BestWebSoft
7
- Version: 3.9.7
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
@@ -42,8 +42,7 @@ if ( ! function_exists( 'gllr_plugin_install' ) ) {
42
  @fwrite( $handle, $contents );
43
  @fclose( $handle );
44
  chmod( $filename_theme_1, octdec( 755 ) );
45
- }
46
- else {
47
  $handle = @fopen( $filename_theme_1, "r" );
48
  $contents = @fread( $handle, filesize( $filename_theme_1 ) );
49
  @fclose( $handle );
@@ -70,8 +69,7 @@ if ( ! function_exists( 'gllr_plugin_install' ) ) {
70
  @fwrite( $handle, $contents );
71
  @fclose( $handle );
72
  chmod( $filename_theme_2, octdec( 755 ) );
73
- }
74
- else {
75
  $handle = @fopen( $filename_theme_2, "r" );
76
  $contents = @fread( $handle, filesize( $filename_theme_2 ) );
77
  @fclose( $handle );
@@ -92,7 +90,7 @@ if ( ! function_exists( 'gllr_plugin_install' ) ) {
92
  }
93
  }
94
 
95
- if( ! function_exists( 'gllr_admin_error' ) ) {
96
  function gllr_admin_error() {
97
  $post = isset( $_REQUEST['post'] ) ? $_REQUEST['post'] : "" ;
98
  $post_type = isset( $_REQUEST['post_type'] ) ? $_REQUEST['post_type'] : "" ;
@@ -105,7 +103,7 @@ if( ! function_exists( 'gllr_admin_error' ) ) {
105
  }
106
  }
107
 
108
- if( ! function_exists( 'gllr_plugin_uninstall' ) ) {
109
  function gllr_plugin_uninstall() {
110
  if ( file_exists( get_stylesheet_directory() .'/gallery-template.php' ) && ! unlink( get_stylesheet_directory() .'/gallery-template.php' ) ) {
111
  add_action( 'admin_notices', create_function( '', ' return "Error delete template file";' ) );
@@ -120,7 +118,7 @@ if( ! function_exists( 'gllr_plugin_uninstall' ) ) {
120
  }
121
 
122
  // Create post type for Gallery
123
- if( ! function_exists( 'post_type_images' ) ) {
124
  function post_type_images() {
125
  register_post_type( 'gallery', array(
126
  'labels' => array(
@@ -287,13 +285,12 @@ if ( ! function_exists( 'gllr_post_custom_box' ) ) {
287
  // Create shortcode meta box for portfolio post type
288
  if ( ! function_exists( 'gllr_post_shortcode_box' ) ) {
289
  function gllr_post_shortcode_box( $obj = '', $box = '' ) {
290
- global $post;
291
- ?>
292
  <p><?php _e( 'You can add a Single Gallery to the page or post by inserting this shortcode into the content', 'gallery' ); ?>:</p>
293
  <p><code>[print_gllr id=<?php echo $post->ID; ?>]</code></p>
294
  <p><?php _e( 'If you want to display a short description containing a screenshot and the link to the Single Gallery Page', 'gallery' ); ?>:</p>
295
  <p><code>[print_gllr id=<?php echo $post->ID; ?> display=short]</code></p>
296
- <?php }
297
  }
298
 
299
  if ( ! function_exists ( 'gllr_save_postdata' ) ) {
@@ -302,7 +299,7 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
302
  $key = "gllr_image_text";
303
  $link_key = "gllr_link_url";
304
 
305
- if( isset( $_REQUEST['undefined'] ) && ! empty( $_REQUEST['undefined'] ) ) {
306
  $array_file_name = $_REQUEST['undefined'];
307
  $uploadFile = array();
308
  $newthumb = array();
@@ -343,7 +340,7 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
343
  }
344
  }
345
  }
346
- if( isset( $_REQUEST['delete_images'] ) ) {
347
  foreach( $_REQUEST['delete_images'] as $delete_id ) {
348
  delete_post_meta( $delete_id, $key );
349
  wp_delete_attachment( $delete_id );
@@ -351,7 +348,7 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
351
  unset( $_REQUEST['gllr_order_text'][ $delete_id ] );
352
  }
353
  }
354
- if( isset( $_REQUEST['gllr_image_text'] ) ) {
355
  $posts = get_posts( array(
356
  "showposts" => -1,
357
  "what_to_show" => "posts",
@@ -374,12 +371,12 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
374
  }
375
  }
376
  }
377
- if( isset( $_REQUEST['gllr_order_text'] ) ) {
378
  foreach( $_REQUEST['gllr_order_text'] as $key=>$val ){
379
  wp_update_post( array( 'ID'=>$key, 'menu_order'=>$val ) );
380
  }
381
  }
382
- if( isset( $_REQUEST['gllr_link_url'] ) ) {
383
  $posts = get_posts( array(
384
  "showposts" => -1,
385
  "what_to_show" => "posts",
@@ -420,6 +417,7 @@ if ( ! function_exists ( 'gllr_plugin_init' ) ) {
420
  function gllr_plugin_init() {
421
  // Internationalization, first(!)
422
  load_plugin_textdomain( 'gallery', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
 
423
  }
424
  }
425
 
@@ -429,26 +427,28 @@ if ( ! function_exists( 'gllr_custom_permalinks' ) ) {
429
  if ( ! isset( $rules['(.+)/gallery/([^/]+)/?$'] ) || ! isset( $rules['/gallery/([^/]+)/?$'] ) ) {
430
  global $wpdb;
431
  $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" );
432
- if( ! empty( $parent ) ) {
433
  $newrules['(.+)/'.$parent.'/([^/]+)/?$']= 'index.php?post_type=gallery&name=$matches[2]&posts_per_page=-1';
434
  $newrules[''.$parent.'/([^/]+)/?$']= 'index.php?post_type=gallery&name=$matches[1]&posts_per_page=-1';
435
  $newrules[''.$parent.'/page/([^/]+)/?$']= 'index.php?pagename='.$parent.'&paged=$matches[1]';
436
  $newrules[''.$parent.'/page/([^/]+)?$']= 'index.php?pagename='.$parent.'&paged=$matches[1]';
437
- }
438
- else {
439
  $newrules['(.+)/gallery/([^/]+)/?$']= 'index.php?post_type=gallery&name=$matches[2]&posts_per_page=-1';
440
  $newrules['gallery/([^/]+)/?$']= 'index.php?post_type=gallery&name=$matches[1]&posts_per_page=-1';
441
  $newrules['gallery/page/([^/]+)/?$']= 'index.php?pagename=gallery&paged=$matches[1]';
442
  $newrules['gallery/page/([^/]+)?$']= 'index.php?pagename=gallery&paged=$matches[1]';
443
  }
444
  }
 
 
 
445
  return $newrules + $rules;
446
  }
447
  }
448
 
449
  // flush_rules() if our rules are not yet included
450
  if ( ! function_exists( 'gllr_flush_rules' ) ) {
451
- function gllr_flush_rules(){
452
  $rules = get_option( 'rewrite_rules' );
453
  if ( ! isset( $rules['(.+)/gallery/([^/]+)/?$'] ) || ! isset( $rules['/gallery/([^/]+)/?$'] ) ) {
454
  global $wp_rewrite;
@@ -571,348 +571,9 @@ if ( ! function_exists( 'gllr_page_css_class' ) ) {
571
  }
572
  }
573
 
574
- if ( ! function_exists( 'bws_add_menu_render' ) ) {
575
- function bws_add_menu_render() {
576
- global $wpdb, $wp_version, $title;
577
- $active_plugins = get_option('active_plugins');
578
- $all_plugins = get_plugins();
579
- $error = '';
580
- $message = '';
581
- $bwsmn_form_email = '';
582
-
583
- $array_activate = array();
584
- $array_install = array();
585
- $array_recomend = array();
586
- $count_activate = $count_install = $count_recomend = 0;
587
- $array_plugins = array(
588
- array( 'captcha\/captcha.php', 'Captcha', 'http://bestwebsoft.com/plugin/captcha-plugin/', 'http://bestwebsoft.com/plugin/captcha-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Captcha+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=captcha.php' ),
589
- array( 'contact-form-plugin\/contact_form.php', 'Contact Form', 'http://bestwebsoft.com/plugin/contact-form/', 'http://bestwebsoft.com/plugin/contact-form/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Contact+Form+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=contact_form.php' ),
590
- array( 'facebook-button-plugin\/facebook-button-plugin.php', 'Facebook Like Button Plugin', 'http://bestwebsoft.com/plugin/facebook-like-button-plugin/', 'http://bestwebsoft.com/plugin/facebook-like-button-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Facebook+Like+Button+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=facebook-button-plugin.php' ),
591
- array( 'twitter-plugin\/twitter.php', 'Twitter Plugin', 'http://bestwebsoft.com/plugin/twitter-plugin/', 'http://bestwebsoft.com/plugin/twitter-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Twitter+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=twitter.php' ),
592
- array( 'portfolio\/portfolio.php', 'Portfolio', 'http://bestwebsoft.com/plugin/portfolio-plugin/', 'http://bestwebsoft.com/plugin/portfolio-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Portfolio+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=portfolio.php' ),
593
- array( 'gallery-plugin\/gallery-plugin.php', 'Gallery', 'http://bestwebsoft.com/plugin/gallery-plugin/', 'http://bestwebsoft.com/plugin/gallery-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Gallery+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=gallery-plugin.php' ),
594
- array( 'adsense-plugin\/adsense-plugin.php', 'Google AdSense Plugin', 'http://bestwebsoft.com/plugin/google-adsense-plugin/', 'http://bestwebsoft.com/plugin/google-adsense-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Adsense+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=adsense-plugin.php' ),
595
- array( 'custom-search-plugin\/custom-search-plugin.php', 'Custom Search Plugin', 'http://bestwebsoft.com/plugin/custom-search-plugin/', 'http://bestwebsoft.com/plugin/custom-search-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Search+plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=custom_search.php' ),
596
- array( 'quotes-and-tips\/quotes-and-tips.php', 'Quotes and Tips', 'http://bestwebsoft.com/plugin/quotes-and-tips/', 'http://bestwebsoft.com/plugin/quotes-and-tips/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Quotes+and+Tips+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=quotes-and-tips.php' ),
597
- array( 'google-sitemap-plugin\/google-sitemap-plugin.php', 'Google sitemap plugin', 'http://bestwebsoft.com/plugin/google-sitemap-plugin/', 'http://bestwebsoft.com/plugin/google-sitemap-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+sitemap+plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=google-sitemap-plugin.php' ),
598
- 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&s=updater+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=updater-options' )
599
- );
600
- foreach ( $array_plugins as $plugins ) {
601
- if ( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
602
- $array_activate[$count_activate]["title"] = $plugins[1];
603
- $array_activate[$count_activate]["link"] = $plugins[2];
604
- $array_activate[$count_activate]["href"] = $plugins[3];
605
- $array_activate[$count_activate]["url"] = $plugins[5];
606
- $count_activate++;
607
- } else if ( array_key_exists(str_replace( "\\", "", $plugins[0]), $all_plugins ) ) {
608
- $array_install[$count_install]["title"] = $plugins[1];
609
- $array_install[$count_install]["link"] = $plugins[2];
610
- $array_install[$count_install]["href"] = $plugins[3];
611
- $count_install++;
612
- } else {
613
- $array_recomend[$count_recomend]["title"] = $plugins[1];
614
- $array_recomend[$count_recomend]["link"] = $plugins[2];
615
- $array_recomend[$count_recomend]["href"] = $plugins[3];
616
- $array_recomend[$count_recomend]["slug"] = $plugins[4];
617
- $count_recomend++;
618
- }
619
- }
620
- $array_activate_pro = array();
621
- $array_install_pro = array();
622
- $array_recomend_pro = array();
623
- $count_activate_pro = $count_install_pro = $count_recomend_pro = 0;
624
- $array_plugins_pro = array(
625
- 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' ),
626
- 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' ),
627
- 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' )
628
- );
629
- foreach ( $array_plugins_pro as $plugins ) {
630
- if ( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
631
- $array_activate_pro[$count_activate_pro]["title"] = $plugins[1];
632
- $array_activate_pro[$count_activate_pro]["link"] = $plugins[2];
633
- $array_activate_pro[$count_activate_pro]["href"] = $plugins[3];
634
- $array_activate_pro[$count_activate_pro]["url"] = $plugins[4];
635
- $count_activate_pro++;
636
- } else if( array_key_exists(str_replace( "\\", "", $plugins[0]), $all_plugins ) ) {
637
- $array_install_pro[$count_install_pro]["title"] = $plugins[1];
638
- $array_install_pro[$count_install_pro]["link"] = $plugins[2];
639
- $array_install_pro[$count_install_pro]["href"] = $plugins[3];
640
- $count_install_pro++;
641
- } else {
642
- $array_recomend_pro[$count_recomend_pro]["title"] = $plugins[1];
643
- $array_recomend_pro[$count_recomend_pro]["link"] = $plugins[2];
644
- $array_recomend_pro[$count_recomend_pro]["href"] = $plugins[3];
645
- $count_recomend_pro++;
646
- }
647
- }
648
- $sql_version = $wpdb->get_var( "SELECT VERSION() AS version" );
649
- $mysql_info = $wpdb->get_results( "SHOW VARIABLES LIKE 'sql_mode'" );
650
- if ( is_array( $mysql_info) )
651
- $sql_mode = $mysql_info[0]->Value;
652
- if ( empty( $sql_mode ) )
653
- $sql_mode = __( 'Not set', 'gallery' );
654
- if ( ini_get( 'safe_mode' ) )
655
- $safe_mode = __( 'On', 'gallery' );
656
- else
657
- $safe_mode = __( 'Off', 'gallery' );
658
- if ( ini_get( 'allow_url_fopen' ) )
659
- $allow_url_fopen = __( 'On', 'gallery' );
660
- else
661
- $allow_url_fopen = __( 'Off', 'gallery' );
662
- if ( ini_get( 'upload_max_filesize' ) )
663
- $upload_max_filesize = ini_get( 'upload_max_filesize' );
664
- else
665
- $upload_max_filesize = __( 'N/A', 'gallery' );
666
- if ( ini_get('post_max_size') )
667
- $post_max_size = ini_get('post_max_size');
668
- else
669
- $post_max_size = __( 'N/A', 'gallery' );
670
- if ( ini_get( 'max_execution_time' ) )
671
- $max_execution_time = ini_get( 'max_execution_time' );
672
- else
673
- $max_execution_time = __( 'N/A', 'gallery' );
674
- if ( ini_get( 'memory_limit' ) )
675
- $memory_limit = ini_get( 'memory_limit' );
676
- else
677
- $memory_limit = __( 'N/A', 'gallery' );
678
- if ( function_exists( 'memory_get_usage' ) )
679
- $memory_usage = round( memory_get_usage() / 1024 / 1024, 2 ) . __(' Mb', 'gallery' );
680
- else
681
- $memory_usage = __( 'N/A', 'gallery' );
682
- if ( is_callable( 'exif_read_data' ) )
683
- $exif_read_data = __( 'Yes', 'gallery' ) . " ( V" . substr( phpversion( 'exif' ), 0,4 ) . ")" ;
684
- else
685
- $exif_read_data = __( 'No', 'gallery' );
686
- if ( is_callable( 'iptcparse' ) )
687
- $iptcparse = __( 'Yes', 'gallery' );
688
- else
689
- $iptcparse = __( 'No', 'gallery' );
690
- if ( is_callable( 'xml_parser_create' ) )
691
- $xml_parser_create = __( 'Yes', 'gallery' );
692
- else
693
- $xml_parser_create = __( 'No', 'gallery' );
694
-
695
- if ( function_exists( 'wp_get_theme' ) )
696
- $theme = wp_get_theme();
697
- else
698
- $theme = get_theme( get_current_theme() );
699
-
700
- if ( function_exists( 'is_multisite' ) ) {
701
- if ( is_multisite() ) {
702
- $multisite = __( 'Yes', 'gallery' );
703
- } else {
704
- $multisite = __( 'No', 'gallery' );
705
- }
706
- } else
707
- $multisite = __( 'N/A', 'gallery' );
708
-
709
- $site_url = get_option( 'siteurl' );
710
- $home_url = get_option( 'home' );
711
- $db_version = get_option( 'db_version' );
712
- $system_info = array(
713
- 'system_info' => '',
714
- 'active_plugins' => '',
715
- 'inactive_plugins' => ''
716
- );
717
- $system_info['system_info'] = array(
718
- __( 'Operating System', 'gallery' ) => PHP_OS,
719
- __( 'Server', 'gallery' ) => $_SERVER["SERVER_SOFTWARE"],
720
- __( 'Memory usage', 'gallery' ) => $memory_usage,
721
- __( 'MYSQL Version', 'gallery' ) => $sql_version,
722
- __( 'SQL Mode', 'gallery' ) => $sql_mode,
723
- __( 'PHP Version', 'gallery' ) => PHP_VERSION,
724
- __( 'PHP Safe Mode', 'gallery' ) => $safe_mode,
725
- __( 'PHP Allow URL fopen', 'gallery' ) => $allow_url_fopen,
726
- __( 'PHP Memory Limit', 'gallery' ) => $memory_limit,
727
- __( 'PHP Max Upload Size', 'gallery' ) => $upload_max_filesize,
728
- __( 'PHP Max Post Size', 'gallery' ) => $post_max_size,
729
- __( 'PHP Max Script Execute Time', 'gallery' ) => $max_execution_time,
730
- __( 'PHP Exif support', 'gallery' ) => $exif_read_data,
731
- __( 'PHP IPTC support', 'gallery' ) => $iptcparse,
732
- __( 'PHP XML support', 'gallery' ) => $xml_parser_create,
733
- __( 'Site URL', 'gallery' ) => $site_url,
734
- __( 'Home URL', 'gallery' ) => $home_url,
735
- __( 'WordPress Version', 'gallery' ) => $wp_version,
736
- __( 'WordPress DB Version', 'gallery' ) => $db_version,
737
- __( 'Multisite', 'gallery' ) => $multisite,
738
- __( 'Active Theme', 'gallery' ) => $theme['Name'].' '.$theme['Version']
739
- );
740
- foreach ( $all_plugins as $path => $plugin ) {
741
- if ( is_plugin_active( $path ) ) {
742
- $system_info['active_plugins'][ $plugin['Name'] ] = $plugin['Version'];
743
- } else {
744
- $system_info['inactive_plugins'][ $plugin['Name'] ] = $plugin['Version'];
745
- }
746
- }
747
-
748
- if ( ( isset( $_REQUEST['bwsmn_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ) ) ||
749
- ( isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ) ) ) {
750
- if ( isset( $_REQUEST['bwsmn_form_email'] ) ) {
751
- $bwsmn_form_email = trim( $_REQUEST['bwsmn_form_email'] );
752
- 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 ) ) {
753
- $error = __( "Please enter a valid email address.", 'gallery' );
754
- } else {
755
- $email = $bwsmn_form_email;
756
- $bwsmn_form_email = '';
757
- $message = __( 'Email with system info is sent to ', 'gallery' ) . $email;
758
- }
759
- } else {
760
- $email = 'plugin_system_status@bestwebsoft.com';
761
- $message = __( 'Thank you for contacting us.', 'gallery' );
762
- }
763
 
764
- if ( $error == '' ) {
765
- $headers = 'MIME-Version: 1.0' . "\n";
766
- $headers .= 'Content-type: text/html; charset=utf-8' . "\n";
767
- $headers .= 'From: ' . get_option( 'admin_email' );
768
- $message_text = '<html><head><title>System Info From ' . $home_url . '</title></head><body>
769
- <h4>Environment</h4>
770
- <table>';
771
- foreach ( $system_info['system_info'] as $key => $value ) {
772
- $message_text .= '<tr><td>'. $key .'</td><td>'. $value .'</td></tr>';
773
- }
774
- $message_text .= '</table>
775
- <h4>Active Plugins</h4>
776
- <table>';
777
- foreach ( $system_info['active_plugins'] as $key => $value ) {
778
- $message_text .= '<tr><td scope="row">'. $key .'</td><td scope="row">'. $value .'</td></tr>';
779
- }
780
- $message_text .= '</table>
781
- <h4>Inactive Plugins</h4>
782
- <table>';
783
- foreach ( $system_info['inactive_plugins'] as $key => $value ) {
784
- $message_text .= '<tr><td scope="row">'. $key .'</td><td scope="row">'. $value .'</td></tr>';
785
- }
786
- $message_text .= '</table></body></html>';
787
- $result = wp_mail( $email, 'System Info From ' . $home_url, $message_text, $headers );
788
- if ( $result != true )
789
- $error = __( "Sorry, email message could not be delivered.", 'gallery' );
790
- }
791
- }
792
- ?><div class="wrap">
793
- <div class="icon32 icon32-bws" id="icon-options-general"></div>
794
- <h2><?php echo $title;?></h2>
795
- <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>
796
- <div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
797
- <h3 style="color: blue;"><?php _e( 'Pro plugins', 'gallery' ); ?></h3>
798
- <?php if( 0 < $count_activate_pro ) { ?>
799
- <div style="padding-left:15px;">
800
- <h4><?php _e( 'Activated plugins', 'gallery' ); ?></h4>
801
- <?php foreach ( $array_activate_pro as $activate_plugin ) { ?>
802
- <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", 'gallery' ); ?></a> <a href="<?php echo $activate_plugin["url"]; ?>"><?php echo __( "Settings", 'gallery' ); ?></a></p>
803
- <?php } ?>
804
- </div>
805
- <?php } ?>
806
- <?php if( 0 < $count_install_pro ) { ?>
807
- <div style="padding-left:15px;">
808
- <h4><?php _e( 'Installed plugins', 'gallery' ); ?></h4>
809
- <?php foreach ( $array_install_pro as $install_plugin) { ?>
810
- <div style="float:left; width:200px;"><?php echo $install_plugin["title"]; ?></div> <p><a href="<?php echo $install_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'gallery' ); ?></a></p>
811
- <?php } ?>
812
- </div>
813
- <?php } ?>
814
- <?php if( 0 < $count_recomend_pro ) { ?>
815
- <div style="padding-left:15px;">
816
- <h4><?php _e( 'Recommended plugins', 'gallery' ); ?></h4>
817
- <?php foreach ( $array_recomend_pro as $recomend_plugin ) { ?>
818
- <div style="float:left; width:200px;"><?php echo $recomend_plugin["title"]; ?></div> <p><a href="<?php echo $recomend_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'gallery' ); ?></a> <a href="<?php echo $recomend_plugin["href"]; ?>" target="_blank"><?php echo __( "Purchase", 'gallery' ); ?></a></p>
819
- <?php } ?>
820
- </div>
821
- <?php } ?>
822
- <br />
823
- <h3 style="color: green"><?php _e( 'Free plugins', 'gallery' ); ?></h3>
824
- <?php if( 0 < $count_activate ) { ?>
825
- <div style="padding-left:15px;">
826
- <h4><?php _e( 'Activated plugins', 'gallery' ); ?></h4>
827
- <?php foreach( $array_activate as $activate_plugin ) { ?>
828
- <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", 'gallery' ); ?></a> <a href="<?php echo $activate_plugin["url"]; ?>"><?php echo __( "Settings", 'gallery' ); ?></a></p>
829
- <?php } ?>
830
- </div>
831
- <?php } ?>
832
- <?php if( 0 < $count_install ) { ?>
833
- <div style="padding-left:15px;">
834
- <h4><?php _e( 'Installed plugins', 'gallery' ); ?></h4>
835
- <?php foreach ( $array_install as $install_plugin ) { ?>
836
- <div style="float:left; width:200px;"><?php echo $install_plugin["title"]; ?></div> <p><a href="<?php echo $install_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'gallery' ); ?></a></p>
837
- <?php } ?>
838
- </div>
839
- <?php } ?>
840
- <?php if( 0 < $count_recomend ) { ?>
841
- <div style="padding-left:15px;">
842
- <h4><?php _e( 'Recommended plugins', 'gallery' ); ?></h4>
843
- <?php foreach ( $array_recomend as $recomend_plugin ) { ?>
844
- <div style="float:left; width:200px;"><?php echo $recomend_plugin["title"]; ?></div> <p><a href="<?php echo $recomend_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'gallery' ); ?></a> <a href="<?php echo $recomend_plugin["href"]; ?>" target="_blank"><?php echo __( "Download", 'gallery' ); ?></a> <a class="install-now" href="<?php echo get_bloginfo( "url" ) . $recomend_plugin["slug"]; ?>" title="<?php esc_attr( sprintf( __( 'Install %s' ), $recomend_plugin["title"] ) ) ?>" target="_blank"><?php echo __( 'Install now from wordpress.org', 'gallery' ) ?></a></p>
845
- <?php } ?>
846
- </div>
847
- <?php } ?>
848
- <br />
849
- <span style="color: rgb(136, 136, 136); font-size: 10px;"><?php _e( 'If you have any questions, please contact us via', 'gallery' ); ?> <a href="http://support.bestwebsoft.com">http://support.bestwebsoft.com</a></span>
850
- <div id="poststuff" class="bws_system_info_mata_box">
851
- <div class="postbox">
852
- <div class="handlediv" title="Click to toggle">
853
- <br>
854
- </div>
855
- <h3 class="hndle">
856
- <span><?php _e( 'System status', 'gallery' ); ?></span>
857
- </h3>
858
- <div class="inside">
859
- <table class="bws_system_info">
860
- <thead><tr><th><?php _e( 'Environment', 'gallery' ); ?></th><td></td></tr></thead>
861
- <tbody>
862
- <?php foreach ( $system_info['system_info'] as $key => $value ) { ?>
863
- <tr>
864
- <td scope="row"><?php echo $key; ?></td>
865
- <td scope="row"><?php echo $value; ?></td>
866
- </tr>
867
- <?php } ?>
868
- </tbody>
869
- </table>
870
- <table class="bws_system_info">
871
- <thead><tr><th><?php _e( 'Active Plugins', 'gallery' ); ?></th><th></th></tr></thead>
872
- <tbody>
873
- <?php foreach ( $system_info['active_plugins'] as $key => $value ) { ?>
874
- <tr>
875
- <td scope="row"><?php echo $key; ?></td>
876
- <td scope="row"><?php echo $value; ?></td>
877
- </tr>
878
- <?php } ?>
879
- </tbody>
880
- </table>
881
- <table class="bws_system_info">
882
- <thead><tr><th><?php _e( 'Inactive Plugins', 'gallery' ); ?></th><th></th></tr></thead>
883
- <tbody>
884
- <?php foreach ( $system_info['inactive_plugins'] as $key => $value ) { ?>
885
- <tr>
886
- <td scope="row"><?php echo $key; ?></td>
887
- <td scope="row"><?php echo $value; ?></td>
888
- </tr>
889
- <?php } ?>
890
- </tbody>
891
- </table>
892
- <div class="clear"></div>
893
- <form method="post" action="admin.php?page=bws_plugins">
894
- <p>
895
- <input type="hidden" name="bwsmn_form_submit" value="submit" />
896
- <input type="submit" class="button-primary" value="<?php _e( 'Send to support', 'gallery' ) ?>" />
897
- <?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ); ?>
898
- </p>
899
- </form>
900
- <form method="post" action="admin.php?page=bws_plugins">
901
- <p>
902
- <input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />
903
- <input type="submit" class="button" value="<?php _e( 'Send to custom email &#187;', 'gallery' ) ?>" />
904
- <input type="text" value="<?php echo $bwsmn_form_email; ?>" name="bwsmn_form_email" />
905
- <?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ); ?>
906
- </p>
907
- </form>
908
- </div>
909
- </div>
910
- </div>
911
- </div>
912
- <?php }
913
- }
914
-
915
- if( ! function_exists( 'add_gllr_admin_menu' ) ) {
916
  function add_gllr_admin_menu() {
917
  add_menu_page( 'BWS Plugins', 'BWS Plugins', 'manage_options', 'bws_plugins', 'bws_add_menu_render', plugins_url( "images/px.png", __FILE__ ), 1001);
918
  add_submenu_page( 'bws_plugins', __( 'Gallery', 'gallery' ), __( 'Gallery', 'gallery' ), 'manage_options', "gallery-plugin.php", 'gllr_settings_page' );
@@ -923,10 +584,9 @@ if( ! function_exists( 'add_gllr_admin_menu' ) ) {
923
  }
924
 
925
  // register settings function
926
- if( ! function_exists( 'register_gllr_settings' ) ) {
927
  function register_gllr_settings() {
928
- global $wpmu;
929
- global $gllr_options;
930
  //global $wp_filesystem;
931
  //WP_Filesystem();
932
  //var_dump($wp_filesystem);
@@ -1000,7 +660,7 @@ if( ! function_exists( 'gllr_settings_page' ) ) {
1000
  $gllr_request_options["border_images_color"] = trim( $_REQUEST['gllr_border_images_color'] );
1001
 
1002
  $gllr_request_options["custom_image_row_count"] = intval( trim( $_REQUEST['gllr_custom_image_row_count'] ) );
1003
- if( $gllr_request_options["custom_image_row_count"] == "" || $gllr_request_options["custom_image_row_count"] < 1 )
1004
  $gllr_request_options["custom_image_row_count"] = 1;
1005
 
1006
  $gllr_request_options["start_slideshow"] = ( isset( $_REQUEST['gllr_start_slideshow'] ) ) ? 1 : 0;
@@ -1034,7 +694,6 @@ if( ! function_exists( 'gllr_settings_page' ) ) {
1034
  if ( ! file_exists( get_stylesheet_directory() .'/gallery-template.php' ) || ! file_exists( get_stylesheet_directory() .'/gallery-single-template.php' ) ) {
1035
  $error .= __( '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', 'gallery' );
1036
  }
1037
-
1038
  // Display form on the setting page
1039
  ?>
1040
  <div class="wrap">
@@ -1210,7 +869,13 @@ if( ! function_exists( 'gllr_settings_page' ) ) {
1210
  <input disabled type="checkbox" name="gllrprfssnl_like_button_pint" value="1" /> <?php _e( 'Pinterest', 'gallery' ); ?><br />
1211
  <input disabled type="checkbox" name="gllrprfssnl_like_button_g_plusone" value="1" /> <?php _e( 'Google +1', 'gallery' ); ?>
1212
  </td>
1213
- </tr>
 
 
 
 
 
 
1214
  </table>
1215
  <div class="gllr_pro_version_tooltip">
1216
  <?php _e( 'This functionality is available in the Pro version of the plugin. For more details, please follow the link', 'gallery' ); ?>
@@ -1484,7 +1149,7 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
1484
  }
1485
  }
1486
 
1487
- if ( ! function_exists( 'upload_gallery_image' ) ){
1488
  function upload_gallery_image() {
1489
  class qqUploadedFileXhr {
1490
  /**
@@ -1564,7 +1229,7 @@ if ( ! function_exists( 'upload_gallery_image' ) ){
1564
  }
1565
  }
1566
 
1567
- private function checkServerSettings(){
1568
  $postSize = $this->toBytes( ini_get( 'post_max_size' ) );
1569
  $uploadSize = $this->toBytes( ini_get( 'upload_max_filesize' ) );
1570
 
@@ -1588,7 +1253,7 @@ if ( ! function_exists( 'upload_gallery_image' ) ){
1588
  /**
1589
  * Returns array('success'=>true) or array('error'=>'error message')
1590
  */
1591
- function handleUpload( $uploadDirectory, $replaceOldFile = FALSE ){
1592
  if ( ! is_writable( $uploadDirectory ) ){
1593
  return "{error:'Server error. Upload directory isn't writable.'}";
1594
  }
@@ -1648,7 +1313,7 @@ if ( ! function_exists( 'upload_gallery_image' ) ){
1648
  }
1649
  }
1650
 
1651
- if( ! function_exists( 'gllr_add_for_ios' ) ) {
1652
  function gllr_add_for_ios() { ?>
1653
  <!-- Start ios -->
1654
  <script type="text/javascript">
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: This plugin allows you to implement gallery page into web site.
6
  Author: BestWebSoft
7
+ Version: 3.9.8
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
42
  @fwrite( $handle, $contents );
43
  @fclose( $handle );
44
  chmod( $filename_theme_1, octdec( 755 ) );
45
+ } else {
 
46
  $handle = @fopen( $filename_theme_1, "r" );
47
  $contents = @fread( $handle, filesize( $filename_theme_1 ) );
48
  @fclose( $handle );
69
  @fwrite( $handle, $contents );
70
  @fclose( $handle );
71
  chmod( $filename_theme_2, octdec( 755 ) );
72
+ } else {
 
73
  $handle = @fopen( $filename_theme_2, "r" );
74
  $contents = @fread( $handle, filesize( $filename_theme_2 ) );
75
  @fclose( $handle );
90
  }
91
  }
92
 
93
+ if ( ! function_exists( 'gllr_admin_error' ) ) {
94
  function gllr_admin_error() {
95
  $post = isset( $_REQUEST['post'] ) ? $_REQUEST['post'] : "" ;
96
  $post_type = isset( $_REQUEST['post_type'] ) ? $_REQUEST['post_type'] : "" ;
103
  }
104
  }
105
 
106
+ if ( ! function_exists( 'gllr_plugin_uninstall' ) ) {
107
  function gllr_plugin_uninstall() {
108
  if ( file_exists( get_stylesheet_directory() .'/gallery-template.php' ) && ! unlink( get_stylesheet_directory() .'/gallery-template.php' ) ) {
109
  add_action( 'admin_notices', create_function( '', ' return "Error delete template file";' ) );
118
  }
119
 
120
  // Create post type for Gallery
121
+ if ( ! function_exists( 'post_type_images' ) ) {
122
  function post_type_images() {
123
  register_post_type( 'gallery', array(
124
  'labels' => array(
285
  // Create shortcode meta box for portfolio post type
286
  if ( ! function_exists( 'gllr_post_shortcode_box' ) ) {
287
  function gllr_post_shortcode_box( $obj = '', $box = '' ) {
288
+ global $post; ?>
 
289
  <p><?php _e( 'You can add a Single Gallery to the page or post by inserting this shortcode into the content', 'gallery' ); ?>:</p>
290
  <p><code>[print_gllr id=<?php echo $post->ID; ?>]</code></p>
291
  <p><?php _e( 'If you want to display a short description containing a screenshot and the link to the Single Gallery Page', 'gallery' ); ?>:</p>
292
  <p><code>[print_gllr id=<?php echo $post->ID; ?> display=short]</code></p>
293
+ <?php }
294
  }
295
 
296
  if ( ! function_exists ( 'gllr_save_postdata' ) ) {
299
  $key = "gllr_image_text";
300
  $link_key = "gllr_link_url";
301
 
302
+ if ( isset( $_REQUEST['undefined'] ) && ! empty( $_REQUEST['undefined'] ) ) {
303
  $array_file_name = $_REQUEST['undefined'];
304
  $uploadFile = array();
305
  $newthumb = array();
340
  }
341
  }
342
  }
343
+ if ( isset( $_REQUEST['delete_images'] ) ) {
344
  foreach( $_REQUEST['delete_images'] as $delete_id ) {
345
  delete_post_meta( $delete_id, $key );
346
  wp_delete_attachment( $delete_id );
348
  unset( $_REQUEST['gllr_order_text'][ $delete_id ] );
349
  }
350
  }
351
+ if ( isset( $_REQUEST['gllr_image_text'] ) ) {
352
  $posts = get_posts( array(
353
  "showposts" => -1,
354
  "what_to_show" => "posts",
371
  }
372
  }
373
  }
374
+ if ( isset( $_REQUEST['gllr_order_text'] ) ) {
375
  foreach( $_REQUEST['gllr_order_text'] as $key=>$val ){
376
  wp_update_post( array( 'ID'=>$key, 'menu_order'=>$val ) );
377
  }
378
  }
379
+ if ( isset( $_REQUEST['gllr_link_url'] ) ) {
380
  $posts = get_posts( array(
381
  "showposts" => -1,
382
  "what_to_show" => "posts",
417
  function gllr_plugin_init() {
418
  // Internationalization, first(!)
419
  load_plugin_textdomain( 'gallery', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
420
+ load_plugin_textdomain( 'bestwebsoft', false, dirname( plugin_basename( __FILE__ ) ) . '/bws_menu/languages/' );
421
  }
422
  }
423
 
427
  if ( ! isset( $rules['(.+)/gallery/([^/]+)/?$'] ) || ! isset( $rules['/gallery/([^/]+)/?$'] ) ) {
428
  global $wpdb;
429
  $parent = $wpdb->get_var( "SELECT $wpdb->posts.post_name FROM $wpdb->posts, $wpdb->postmeta WHERE meta_key = '_wp_page_template' AND meta_value = 'gallery-template.php' AND (post_status = 'publish' OR post_status = 'private') AND $wpdb->posts.ID = $wpdb->postmeta.post_id" );
430
+ if ( ! empty( $parent ) ) {
431
  $newrules['(.+)/'.$parent.'/([^/]+)/?$']= 'index.php?post_type=gallery&name=$matches[2]&posts_per_page=-1';
432
  $newrules[''.$parent.'/([^/]+)/?$']= 'index.php?post_type=gallery&name=$matches[1]&posts_per_page=-1';
433
  $newrules[''.$parent.'/page/([^/]+)/?$']= 'index.php?pagename='.$parent.'&paged=$matches[1]';
434
  $newrules[''.$parent.'/page/([^/]+)?$']= 'index.php?pagename='.$parent.'&paged=$matches[1]';
435
+ } else {
 
436
  $newrules['(.+)/gallery/([^/]+)/?$']= 'index.php?post_type=gallery&name=$matches[2]&posts_per_page=-1';
437
  $newrules['gallery/([^/]+)/?$']= 'index.php?post_type=gallery&name=$matches[1]&posts_per_page=-1';
438
  $newrules['gallery/page/([^/]+)/?$']= 'index.php?pagename=gallery&paged=$matches[1]';
439
  $newrules['gallery/page/([^/]+)?$']= 'index.php?pagename=gallery&paged=$matches[1]';
440
  }
441
  }
442
+ if ( false === $rules )
443
+ return $newrules;
444
+
445
  return $newrules + $rules;
446
  }
447
  }
448
 
449
  // flush_rules() if our rules are not yet included
450
  if ( ! function_exists( 'gllr_flush_rules' ) ) {
451
+ function gllr_flush_rules() {
452
  $rules = get_option( 'rewrite_rules' );
453
  if ( ! isset( $rules['(.+)/gallery/([^/]+)/?$'] ) || ! isset( $rules['/gallery/([^/]+)/?$'] ) ) {
454
  global $wp_rewrite;
571
  }
572
  }
573
 
574
+ require_once( dirname( __FILE__ ) . '/bws_menu/bws_menu.php' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
575
 
576
+ if ( ! function_exists( 'add_gllr_admin_menu' ) ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
577
  function add_gllr_admin_menu() {
578
  add_menu_page( 'BWS Plugins', 'BWS Plugins', 'manage_options', 'bws_plugins', 'bws_add_menu_render', plugins_url( "images/px.png", __FILE__ ), 1001);
579
  add_submenu_page( 'bws_plugins', __( 'Gallery', 'gallery' ), __( 'Gallery', 'gallery' ), 'manage_options', "gallery-plugin.php", 'gllr_settings_page' );
584
  }
585
 
586
  // register settings function
587
+ if ( ! function_exists( 'register_gllr_settings' ) ) {
588
  function register_gllr_settings() {
589
+ global $wpmu, $gllr_options;
 
590
  //global $wp_filesystem;
591
  //WP_Filesystem();
592
  //var_dump($wp_filesystem);
660
  $gllr_request_options["border_images_color"] = trim( $_REQUEST['gllr_border_images_color'] );
661
 
662
  $gllr_request_options["custom_image_row_count"] = intval( trim( $_REQUEST['gllr_custom_image_row_count'] ) );
663
+ if ( $gllr_request_options["custom_image_row_count"] == "" || $gllr_request_options["custom_image_row_count"] < 1 )
664
  $gllr_request_options["custom_image_row_count"] = 1;
665
 
666
  $gllr_request_options["start_slideshow"] = ( isset( $_REQUEST['gllr_start_slideshow'] ) ) ? 1 : 0;
694
  if ( ! file_exists( get_stylesheet_directory() .'/gallery-template.php' ) || ! file_exists( get_stylesheet_directory() .'/gallery-single-template.php' ) ) {
695
  $error .= __( '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', 'gallery' );
696
  }
 
697
  // Display form on the setting page
698
  ?>
699
  <div class="wrap">
869
  <input disabled type="checkbox" name="gllrprfssnl_like_button_pint" value="1" /> <?php _e( 'Pinterest', 'gallery' ); ?><br />
870
  <input disabled type="checkbox" name="gllrprfssnl_like_button_g_plusone" value="1" /> <?php _e( 'Google +1', 'gallery' ); ?>
871
  </td>
872
+ </tr>
873
+ <tr valign="top" class="gllr_width_labels">
874
+ <th scope="row"><?php _e( 'Slug for gallery item', 'gallery' ); ?></th>
875
+ <td>
876
+ <input type="text" name="gllrprfssnl_slug" value="gallery" disabled /> <span style="color: #888888;font-size: 10px;"><?php _e( 'for any structure of permalinks except the default structure', 'gallery' ); ?></span>
877
+ </td>
878
+ </tr>
879
  </table>
880
  <div class="gllr_pro_version_tooltip">
881
  <?php _e( 'This functionality is available in the Pro version of the plugin. For more details, please follow the link', 'gallery' ); ?>
1149
  }
1150
  }
1151
 
1152
+ if ( ! function_exists( 'upload_gallery_image' ) ) {
1153
  function upload_gallery_image() {
1154
  class qqUploadedFileXhr {
1155
  /**
1229
  }
1230
  }
1231
 
1232
+ private function checkServerSettings() {
1233
  $postSize = $this->toBytes( ini_get( 'post_max_size' ) );
1234
  $uploadSize = $this->toBytes( ini_get( 'upload_max_filesize' ) );
1235
 
1253
  /**
1254
  * Returns array('success'=>true) or array('error'=>'error message')
1255
  */
1256
+ function handleUpload( $uploadDirectory, $replaceOldFile = FALSE ) {
1257
  if ( ! is_writable( $uploadDirectory ) ){
1258
  return "{error:'Server error. Upload directory isn't writable.'}";
1259
  }
1313
  }
1314
  }
1315
 
1316
+ if ( ! function_exists( 'gllr_add_for_ios' ) ) {
1317
  function gllr_add_for_ios() { ?>
1318
  <!-- Start ios -->
1319
  <script type="text/javascript">
js/bws_menu.js CHANGED
@@ -1,13 +1,13 @@
1
  (function($) {
2
  $(document).ready(function(){
3
  if ( $('input[name="bwsmn_form_email"]').val() == '' )
4
- $('.bws_system_info_mata_box .inside').css('display','none');
5
 
6
- $('.bws_system_info_mata_box .handlediv').click( function(){
7
- if ( $('.bws_system_info_mata_box .inside').is(":visible") ) {
8
- $('.bws_system_info_mata_box .inside').css('display','none');
9
  } else {
10
- $('.bws_system_info_mata_box .inside').css('display','block');
11
  }
12
  });
13
  });
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 .handlediv').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
  });
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-07-18 11:30+0300\n"
6
- "PO-Revision-Date: 2013-07-18 11:30+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Josef Sukdol <josef.sukdol@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,666 +16,490 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:103
20
- #: gallery-plugin.php:1056
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
 
24
- #: gallery-plugin.php:127
25
- #: gallery-plugin.php:137
26
  msgid "Galleries"
27
  msgstr "Galerie"
28
 
29
- #: gallery-plugin.php:128
30
- #: gallery-plugin.php:923
31
  msgid "Gallery"
32
  msgstr "Galerie"
33
 
34
- #: gallery-plugin.php:129
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "Vložit novou galerii"
38
 
39
- #: gallery-plugin.php:130
40
  msgid "Add New Gallery"
41
  msgstr "Vložit novou galerii"
42
 
43
- #: gallery-plugin.php:131
44
  msgid "Edit Gallery"
45
  msgstr "Upravit galerii"
46
 
47
- #: gallery-plugin.php:132
48
  msgid "New Gallery"
49
  msgstr "Nová galerie"
50
 
51
- #: gallery-plugin.php:133
52
  msgid "View Gallery"
53
  msgstr "Zobrazit galerii"
54
 
55
- #: gallery-plugin.php:134
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "Upravit galerii"
59
 
60
- #: gallery-plugin.php:135
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "Nebyla nalezena žádná galerie"
64
 
65
- #: gallery-plugin.php:192
66
  msgid "Upload File"
67
  msgstr "Nahrát soubor"
68
 
69
- #: gallery-plugin.php:193
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:1170
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:275
 
 
 
 
 
114
  msgid "URL"
115
  msgstr ""
116
 
117
- #: gallery-plugin.php:275
118
- msgid "(by click on image <br /> opens a link in a new window)"
119
  msgstr ""
120
 
121
- #: gallery-plugin.php:276
122
  msgid "This setting is available in Pro version"
123
  msgstr ""
124
 
125
- #: gallery-plugin.php:277
126
  msgid "Open the link"
127
  msgstr ""
128
 
129
- #: gallery-plugin.php:277
130
  msgid "Current window"
131
  msgstr ""
132
 
133
- #: gallery-plugin.php:277
134
  msgid "New window"
135
  msgstr ""
136
 
137
- #: gallery-plugin.php:278
138
  msgid "Delete"
139
  msgstr ""
140
 
141
- #: gallery-plugin.php:292
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:294
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:479
150
- msgid "Title"
151
- msgstr "Název"
152
-
153
- #: gallery-plugin.php:480
154
  msgid "Author"
155
  msgstr "Autor"
156
 
157
- #: gallery-plugin.php:481
158
  #, fuzzy
159
  msgid "Photo"
160
  msgstr "Fotky"
161
 
162
- #: gallery-plugin.php:482
163
  #, fuzzy
164
  msgid "Publishing"
165
  msgstr "Veřejné"
166
 
167
- #: gallery-plugin.php:483
168
- #: gallery-plugin.php:1174
169
  msgid "Date"
170
  msgstr "Datum"
171
 
172
- #: gallery-plugin.php:658
173
- msgid "Not set"
174
- msgstr ""
175
-
176
- #: gallery-plugin.php:660
177
- #: gallery-plugin.php:664
178
- msgid "On"
179
- msgstr ""
180
-
181
- #: gallery-plugin.php:662
182
- #: gallery-plugin.php:666
183
- msgid "Off"
184
- msgstr ""
185
-
186
- #: gallery-plugin.php:670
187
- #: gallery-plugin.php:674
188
- #: gallery-plugin.php:678
189
- #: gallery-plugin.php:682
190
- #: gallery-plugin.php:686
191
- #: gallery-plugin.php:712
192
- msgid "N/A"
193
- msgstr ""
194
-
195
- #: gallery-plugin.php:684
196
- msgid " Mb"
197
- msgstr ""
198
-
199
- #: gallery-plugin.php:688
200
- #: gallery-plugin.php:692
201
- #: gallery-plugin.php:696
202
- #: gallery-plugin.php:707
203
- msgid "Yes"
204
- msgstr ""
205
-
206
- #: gallery-plugin.php:690
207
- #: gallery-plugin.php:694
208
- #: gallery-plugin.php:698
209
- #: gallery-plugin.php:709
210
- msgid "No"
211
- msgstr ""
212
-
213
- #: gallery-plugin.php:723
214
- msgid "Operating System"
215
- msgstr ""
216
-
217
- #: gallery-plugin.php:724
218
- msgid "Server"
219
- msgstr ""
220
-
221
- #: gallery-plugin.php:725
222
- msgid "Memory usage"
223
- msgstr ""
224
-
225
- #: gallery-plugin.php:726
226
- msgid "MYSQL Version"
227
- msgstr ""
228
-
229
- #: gallery-plugin.php:727
230
- msgid "SQL Mode"
231
- msgstr ""
232
-
233
- #: gallery-plugin.php:728
234
- msgid "PHP Version"
235
- msgstr ""
236
-
237
- #: gallery-plugin.php:729
238
- msgid "PHP Safe Mode"
239
- msgstr ""
240
-
241
- #: gallery-plugin.php:730
242
- msgid "PHP Allow URL fopen"
243
- msgstr ""
244
-
245
- #: gallery-plugin.php:731
246
- msgid "PHP Memory Limit"
247
- msgstr ""
248
-
249
- #: gallery-plugin.php:732
250
- #, fuzzy
251
- msgid "PHP Max Upload Size"
252
- msgstr "Nahrát soubor"
253
-
254
- #: gallery-plugin.php:733
255
- msgid "PHP Max Post Size"
256
- msgstr ""
257
-
258
- #: gallery-plugin.php:734
259
- msgid "PHP Max Script Execute Time"
260
- msgstr ""
261
-
262
- #: gallery-plugin.php:735
263
- msgid "PHP Exif support"
264
- msgstr ""
265
-
266
- #: gallery-plugin.php:736
267
- msgid "PHP IPTC support"
268
- msgstr ""
269
-
270
- #: gallery-plugin.php:737
271
- msgid "PHP XML support"
272
- msgstr ""
273
-
274
- #: gallery-plugin.php:738
275
- msgid "Site URL"
276
- msgstr ""
277
-
278
- #: gallery-plugin.php:739
279
- msgid "Home URL"
280
- msgstr ""
281
-
282
- #: gallery-plugin.php:740
283
- msgid "WordPress Version"
284
- msgstr ""
285
-
286
- #: gallery-plugin.php:741
287
- msgid "WordPress DB Version"
288
- msgstr ""
289
-
290
- #: gallery-plugin.php:742
291
- msgid "Multisite"
292
- msgstr ""
293
-
294
- #: gallery-plugin.php:743
295
- msgid "Active Theme"
296
- msgstr ""
297
-
298
- #: gallery-plugin.php:758
299
- msgid "Please enter a valid email address."
300
- msgstr ""
301
-
302
- #: gallery-plugin.php:762
303
- msgid "Email with system info is sent to "
304
- msgstr ""
305
-
306
- #: gallery-plugin.php:766
307
- msgid "Thank you for contacting us."
308
- msgstr ""
309
-
310
- #: gallery-plugin.php:794
311
- msgid "Sorry, email message could not be delivered."
312
- msgstr ""
313
-
314
- #: gallery-plugin.php:802
315
- #, fuzzy
316
- msgid "Pro plugins"
317
- msgstr "Doporučené pluginy"
318
-
319
- #: gallery-plugin.php:805
320
- #: gallery-plugin.php:831
321
- msgid "Activated plugins"
322
- msgstr "Aktivní pluginy"
323
-
324
- #: gallery-plugin.php:807
325
- #: gallery-plugin.php:815
326
- #: gallery-plugin.php:823
327
- #: gallery-plugin.php:833
328
- #: gallery-plugin.php:841
329
- #: gallery-plugin.php:849
330
- msgid "Read more"
331
- msgstr "Další informace"
332
-
333
- #: gallery-plugin.php:807
334
- #: gallery-plugin.php:833
335
- #: gallery-plugin.php:1257
336
- #: gallery-plugin.php:1272
337
- msgid "Settings"
338
- msgstr "Nastavení"
339
-
340
- #: gallery-plugin.php:813
341
- #: gallery-plugin.php:839
342
- msgid "Installed plugins"
343
- msgstr "Nainstalované pluginy"
344
-
345
- #: gallery-plugin.php:821
346
- #: gallery-plugin.php:847
347
- msgid "Recommended plugins"
348
- msgstr "Doporučené pluginy"
349
-
350
- #: gallery-plugin.php:823
351
- msgid "Purchase"
352
- msgstr ""
353
-
354
- #: gallery-plugin.php:828
355
- #, fuzzy
356
- msgid "Free plugins"
357
- msgstr "Doporučené pluginy"
358
-
359
- #: gallery-plugin.php:849
360
- msgid "Download"
361
- msgstr "Stáhnout"
362
-
363
- #: gallery-plugin.php:849
364
- #, php-format
365
- msgid "Install %s"
366
- msgstr "Instaluj %s"
367
-
368
- #: gallery-plugin.php:849
369
- msgid "Install now from wordpress.org"
370
- msgstr "Instaluj ihned z wordpress.org"
371
-
372
- #: gallery-plugin.php:854
373
- #, fuzzy
374
- msgid "If you have any questions, please contact us via"
375
- msgstr "Pokud máte jakékoliv dotazy, prosím kontaktujte nás na plugin@bestwebsoft.com a nebo vyplňte kontaktní formulář na našich stránkách."
376
-
377
- #: gallery-plugin.php:861
378
- msgid "System status"
379
- msgstr ""
380
-
381
- #: gallery-plugin.php:865
382
- msgid "Environment"
383
- msgstr ""
384
-
385
- #: gallery-plugin.php:876
386
- #, fuzzy
387
- msgid "Active Plugins"
388
- msgstr "Aktivní pluginy"
389
-
390
- #: gallery-plugin.php:887
391
- #, fuzzy
392
- msgid "Inactive Plugins"
393
- msgstr "Aktivní pluginy"
394
-
395
- #: gallery-plugin.php:901
396
- #, fuzzy
397
- msgid "Send to support"
398
- msgstr "Podpora"
399
-
400
- #: gallery-plugin.php:908
401
- msgid "Send to custom email &#187;"
402
- msgstr ""
403
-
404
- #: gallery-plugin.php:950
405
  #, fuzzy
406
  msgid "See images &raquo;"
407
  msgstr "Zobrazit obsah galerie &raquo;"
408
 
409
- #: gallery-plugin.php:1049
410
  #, fuzzy
411
  msgid "Settings are saved"
412
  msgstr "Nastavení uložena."
413
 
414
- #: gallery-plugin.php:1063
415
  #, fuzzy
416
  msgid "Gallery Settings"
417
  msgstr "Nastavení galerie"
418
 
419
- #: gallery-plugin.php:1066
420
  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:"
421
  msgstr ""
422
 
423
- #: gallery-plugin.php:1070
424
  #, fuzzy
425
  msgid "Image size for the album cover"
426
  msgstr "Размер для "
427
 
428
- #: gallery-plugin.php:1072
429
- #: gallery-plugin.php:1080
430
- #: gallery-plugin.php:1093
431
  #, fuzzy
432
  msgid "Image size"
433
  msgstr "Název rozměru"
434
 
435
- #: gallery-plugin.php:1073
436
- #: gallery-plugin.php:1081
437
  msgid "Width (in px)"
438
  msgstr "Šířka (v px)"
439
 
440
- #: gallery-plugin.php:1074
441
- #: gallery-plugin.php:1082
442
  msgid "Height (in px)"
443
  msgstr "Výška (v px)"
444
 
445
- #: gallery-plugin.php:1078
446
  #, fuzzy
447
  msgid "Gallery image size"
448
  msgstr "Galerie"
449
 
450
- #: gallery-plugin.php:1086
451
  #, fuzzy
452
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
453
  msgstr "WordPress vytvoří kopii náhledu obrázku v zadaných rozměrech při nahrání nového obrázku."
454
 
455
- #: gallery-plugin.php:1091
456
  msgid "Gallery image size in the lightbox"
457
  msgstr ""
458
 
459
- #: gallery-plugin.php:1094
460
  #, fuzzy
461
  msgid "Max width (in px)"
462
  msgstr "Šířka (v px)"
463
 
464
- #: gallery-plugin.php:1095
465
  #, fuzzy
466
  msgid "Max height (in px)"
467
  msgstr "Výška (v px)"
468
 
469
- #: gallery-plugin.php:1096
470
  msgid "Display a full size image in the lightbox"
471
  msgstr ""
472
 
473
- #: gallery-plugin.php:1100
474
  msgid "Crop position"
475
  msgstr ""
476
 
477
- #: gallery-plugin.php:1102
478
  msgid "Horizontal"
479
  msgstr ""
480
 
481
- #: gallery-plugin.php:1104
482
  msgid "left"
483
  msgstr ""
484
 
485
- #: gallery-plugin.php:1105
486
- #: gallery-plugin.php:1112
487
  msgid "center"
488
  msgstr ""
489
 
490
- #: gallery-plugin.php:1106
491
  msgid "right"
492
  msgstr ""
493
 
494
- #: gallery-plugin.php:1109
495
  msgid "Vertical"
496
  msgstr ""
497
 
498
- #: gallery-plugin.php:1111
499
  msgid "top"
500
  msgstr ""
501
 
502
- #: gallery-plugin.php:1113
503
  msgid "bottom"
504
  msgstr ""
505
 
506
- #: gallery-plugin.php:1118
507
  msgid "Lightbox background"
508
  msgstr ""
509
 
510
- #: gallery-plugin.php:1120
511
  msgid "Default"
512
  msgstr ""
513
 
514
- #: gallery-plugin.php:1121
515
  msgid "Background transparency (from 0 to 1)"
516
  msgstr ""
517
 
518
- #: gallery-plugin.php:1123
519
  msgid "Select a background color"
520
  msgstr ""
521
 
522
- #: gallery-plugin.php:1125
523
  msgid "Background color"
524
  msgstr ""
525
 
526
- #: gallery-plugin.php:1132
527
- #: gallery-plugin.php:1237
528
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
529
  msgstr ""
530
 
531
- #: gallery-plugin.php:1139
532
  msgid "Images with border"
533
  msgstr ""
534
 
535
- #: gallery-plugin.php:1142
536
  msgid "Border width in px, just numbers"
537
  msgstr ""
538
 
539
- #: gallery-plugin.php:1144
540
- #: gallery-plugin.php:1146
541
  msgid "Select a border color"
542
  msgstr ""
543
 
544
- #: gallery-plugin.php:1152
545
  #, fuzzy
546
  msgid "Number of images in the row"
547
  msgstr "Počet náhledů zobrazených v jedné řádce"
548
 
549
- #: gallery-plugin.php:1158
550
  msgid "Start slideshow"
551
  msgstr ""
552
 
553
- #: gallery-plugin.php:1164
554
  msgid "Slideshow interval"
555
  msgstr ""
556
 
557
- #: gallery-plugin.php:1172
558
  msgid "Attachment ID"
559
  msgstr ""
560
 
561
- #: gallery-plugin.php:1173
562
  #, fuzzy
563
  msgid "Image Name"
564
  msgstr "Název rozměru"
565
 
566
- #: gallery-plugin.php:1175
567
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
568
  msgstr ""
569
 
570
- #: gallery-plugin.php:1176
571
  msgid "Random"
572
  msgstr ""
573
 
574
- #: gallery-plugin.php:1180
575
  #, fuzzy
576
  msgid "Sort images"
577
  msgstr "Počet náhledů zobrazených v jedné řádce"
578
 
579
- #: gallery-plugin.php:1182
580
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
581
  msgstr ""
582
 
583
- #: gallery-plugin.php:1183
584
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
585
  msgstr ""
586
 
587
- #: gallery-plugin.php:1187
588
  msgid "Display text above the image"
589
  msgstr ""
590
 
591
- #: gallery-plugin.php:1189
592
- msgid "If you want to display text just in a lightbox"
593
  msgstr ""
594
 
595
- #: gallery-plugin.php:1193
596
  msgid "Display the Back link"
597
  msgstr ""
598
 
599
- #: gallery-plugin.php:1199
600
  msgid "Display the Back link in the shortcode"
601
  msgstr ""
602
 
603
- #: gallery-plugin.php:1205
604
  msgid "The Back link text"
605
  msgstr ""
606
 
607
- #: gallery-plugin.php:1211
608
  msgid "The Back link URL"
609
  msgstr ""
610
 
611
- #: gallery-plugin.php:1213
612
  msgid "Gallery page (Page with Gallery Template)"
613
  msgstr ""
614
 
615
- #: gallery-plugin.php:1215
616
  msgid "(Full URL to custom page)"
617
  msgstr ""
618
 
619
- #: gallery-plugin.php:1219
620
  msgid "The Read More link text"
621
  msgstr ""
622
 
623
- #: gallery-plugin.php:1227
624
  msgid "Display Like buttons in the lightbox"
625
  msgstr ""
626
 
627
- #: gallery-plugin.php:1229
628
  msgid "FaceBook"
629
  msgstr ""
630
 
631
- #: gallery-plugin.php:1230
632
  #, fuzzy
633
  msgid "Twitter"
634
  msgstr "Název"
635
 
636
- #: gallery-plugin.php:1231
637
  msgid "Pinterest"
638
  msgstr ""
639
 
640
- #: gallery-plugin.php:1232
641
  msgid "Google +1"
642
  msgstr ""
643
 
644
- #: gallery-plugin.php:1245
 
 
 
 
 
 
 
 
 
645
  msgid "Save Changes"
646
  msgstr "Uložit změny"
647
 
648
- #: gallery-plugin.php:1258
 
 
 
 
 
649
  msgid "FAQ"
650
  msgstr "FAQ "
651
 
652
- #: gallery-plugin.php:1259
653
  msgid "Support"
654
  msgstr "Podpora"
655
 
656
- #: gallery-plugin.php:1476
657
  #: template/gallery-single-template.php:76
658
  #, fuzzy
659
  msgid "Sorry, nothing found."
660
  msgstr "Omlouvám se - nic nenalezeno."
661
 
662
- #: gallery-plugin.php:1498
663
- #: template/gallery-single-template.php:101
664
  msgid "Download high resolution image"
665
  msgstr ""
666
 
667
- #: template/gallery-single-template.php:101
668
  msgid "Image"
669
  msgstr ""
670
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
671
  #~ msgid "Add New"
672
  #~ msgstr "Vložit novou"
673
  #~ msgid "Search Galleries"
674
  #~ msgstr "Hledat galerii"
675
  #~ msgid "The size of the cover album for gallery"
676
  #~ msgstr "Rozměry náhledu alba v galerii"
677
- #~ msgid "Size for gallery image"
678
- #~ msgstr "Rozměry náhledu obrázku v albu"
679
  #~ msgid "date"
680
  #~ msgstr "Datum"
681
 
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: Josef Sukdol <josef.sukdol@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.4\n"
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
 
24
+ #: gallery-plugin.php:125
25
+ #: gallery-plugin.php:135
26
  msgid "Galleries"
27
  msgstr "Galerie"
28
 
29
+ #: gallery-plugin.php:126
30
+ #: gallery-plugin.php:579
31
  msgid "Gallery"
32
  msgstr "Galerie"
33
 
34
+ #: gallery-plugin.php:127
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "Vložit novou galerii"
38
 
39
+ #: gallery-plugin.php:128
40
  msgid "Add New Gallery"
41
  msgstr "Vložit novou galerii"
42
 
43
+ #: gallery-plugin.php:129
44
  msgid "Edit Gallery"
45
  msgstr "Upravit galerii"
46
 
47
+ #: gallery-plugin.php:130
48
  msgid "New Gallery"
49
  msgstr "Nová galerie"
50
 
51
+ #: gallery-plugin.php:131
52
  msgid "View Gallery"
53
  msgstr "Zobrazit galerii"
54
 
55
+ #: gallery-plugin.php:132
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "Upravit galerii"
59
 
60
+ #: gallery-plugin.php:133
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "Nebyla nalezena žádná galerie"
64
 
65
+ #: gallery-plugin.php:190
66
  msgid "Upload File"
67
  msgstr "Nahrát soubor"
68
 
69
+ #: gallery-plugin.php:191
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:808
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:812
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:688
179
  #, fuzzy
180
  msgid "Settings are saved"
181
  msgstr "Nastavení uložena."
182
 
183
+ #: gallery-plugin.php:701
184
  #, fuzzy
185
  msgid "Gallery Settings"
186
  msgstr "Nastavení galerie"
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 "Název rozměru"
203
 
204
+ #: gallery-plugin.php:711
205
+ #: gallery-plugin.php:719
206
  msgid "Width (in px)"
207
  msgstr "Šířka (v px)"
208
 
209
+ #: gallery-plugin.php:712
210
+ #: gallery-plugin.php:720
211
  msgid "Height (in px)"
212
  msgstr "Výška (v px)"
213
 
214
+ #: gallery-plugin.php:716
215
  #, fuzzy
216
  msgid "Gallery image size"
217
  msgstr "Galerie"
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 "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: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 "Šířka (v px)"
232
 
233
+ #: gallery-plugin.php:733
234
  #, fuzzy
235
  msgid "Max height (in px)"
236
  msgstr "Výška (v px)"
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 "Počet náhledů zobrazených v jedné řádce"
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 "Název rozměru"
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 "Počet náhledů zobrazených v jedné řádce"
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 "Název"
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 "Rozměry náhledu obrázku v albu"
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 "Uložit změny"
425
 
426
+ #: gallery-plugin.php:899
427
+ #: gallery-plugin.php:914
428
+ msgid "Settings"
429
+ msgstr "Nastavení"
430
+
431
+ #: gallery-plugin.php:900
432
  msgid "FAQ"
433
  msgstr "FAQ "
434
 
435
+ #: gallery-plugin.php:901
436
  msgid "Support"
437
  msgstr "Podpora"
438
 
439
+ #: gallery-plugin.php:1111
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: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
 
454
+ #, fuzzy
455
+ #~ msgid "PHP Max Upload Size"
456
+ #~ msgstr "Nahrát soubor"
457
+
458
+ #, fuzzy
459
+ #~ msgid "Pro plugins"
460
+ #~ msgstr "Doporučené pluginy"
461
+ #~ msgid "Activated plugins"
462
+ #~ msgstr "Aktivní pluginy"
463
+ #~ msgid "Read more"
464
+ #~ msgstr "Další informace"
465
+ #~ msgid "Installed plugins"
466
+ #~ msgstr "Nainstalované pluginy"
467
+ #~ msgid "Recommended plugins"
468
+ #~ msgstr "Doporučené pluginy"
469
+
470
+ #, fuzzy
471
+ #~ msgid "Free plugins"
472
+ #~ msgstr "Doporučené pluginy"
473
+ #~ msgid "Download"
474
+ #~ msgstr "Stáhnout"
475
+ #~ msgid "Install %s"
476
+ #~ msgstr "Instaluj %s"
477
+ #~ msgid "Install now from wordpress.org"
478
+ #~ msgstr "Instaluj ihned z wordpress.org"
479
+
480
+ #, fuzzy
481
+ #~ msgid "If you have any questions, please contact us via"
482
+ #~ msgstr ""
483
+ #~ "Pokud máte jakékoliv dotazy, prosím kontaktujte nás na plugin@bestwebsoft."
484
+ #~ "com a nebo vyplňte kontaktní formulář na našich stránkách."
485
+
486
+ #, fuzzy
487
+ #~ msgid "Active Plugins"
488
+ #~ msgstr "Aktivní pluginy"
489
+
490
+ #, fuzzy
491
+ #~ msgid "Inactive Plugins"
492
+ #~ msgstr "Aktivní pluginy"
493
+
494
+ #, fuzzy
495
+ #~ msgid "Send to support"
496
+ #~ msgstr "Podpora"
497
  #~ msgid "Add New"
498
  #~ msgstr "Vložit novou"
499
  #~ msgid "Search Galleries"
500
  #~ msgstr "Hledat galerii"
501
  #~ msgid "The size of the cover album for gallery"
502
  #~ msgstr "Rozměry náhledu alba v galerii"
 
 
503
  #~ msgid "date"
504
  #~ msgstr "Datum"
505
 
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-07-18 11:30+0300\n"
6
- "PO-Revision-Date: 2013-07-18 11:30+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Ted Mosby <tmosbyd@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,666 +16,490 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:103
20
- #: gallery-plugin.php:1056
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
 
24
- #: gallery-plugin.php:127
25
- #: gallery-plugin.php:137
26
  msgid "Galleries"
27
  msgstr "Galerien"
28
 
29
- #: gallery-plugin.php:128
30
- #: gallery-plugin.php:923
31
  msgid "Gallery"
32
  msgstr "Galerie"
33
 
34
- #: gallery-plugin.php:129
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "Galerie hinzufügen"
38
 
39
- #: gallery-plugin.php:130
40
  msgid "Add New Gallery"
41
  msgstr "Galerie hinzufügen"
42
 
43
- #: gallery-plugin.php:131
44
  msgid "Edit Gallery"
45
  msgstr "Galerie bearbeiten"
46
 
47
- #: gallery-plugin.php:132
48
  msgid "New Gallery"
49
  msgstr "Neue Galerie"
50
 
51
- #: gallery-plugin.php:133
52
  msgid "View Gallery"
53
  msgstr "Galerie anzeigen"
54
 
55
- #: gallery-plugin.php:134
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "Galerie bearbeiten"
59
 
60
- #: gallery-plugin.php:135
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "Keine Galerien gefunden"
64
 
65
- #: gallery-plugin.php:192
66
  msgid "Upload File"
67
  msgstr "Datei hochladen"
68
 
69
- #: gallery-plugin.php:193
70
  msgid "Gallery Shortcode"
71
  msgstr "Galerie Einstellungen"
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 "Screenshot zum hochladen auswählen:"
81
 
82
- #: gallery-plugin.php:218
83
  msgid "Please enable JavaScript to use the file uploader."
84
  msgstr "Please enable JavaScript um den File-Uploader zu benutzen."
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:1170
100
  #, fuzzy
101
  msgid "Sort images by"
102
  msgstr "Anzahl Bilder in der Reihe"
103
 
104
- #: gallery-plugin.php:228
105
  #, fuzzy
106
  msgid "sort images"
107
  msgstr "Anzahl Bilder in der Reihe"
108
 
109
- #: gallery-plugin.php:228
110
  msgid "on the plugin settings page ("
111
  msgstr ""
112
 
113
- #: gallery-plugin.php:275
 
 
 
 
 
114
  msgid "URL"
115
  msgstr ""
116
 
117
- #: gallery-plugin.php:275
118
- msgid "(by click on image <br /> opens a link in a new window)"
119
  msgstr ""
120
 
121
- #: gallery-plugin.php:276
122
  msgid "This setting is available in Pro version"
123
  msgstr ""
124
 
125
- #: gallery-plugin.php:277
126
  msgid "Open the link"
127
  msgstr ""
128
 
129
- #: gallery-plugin.php:277
130
  msgid "Current window"
131
  msgstr ""
132
 
133
- #: gallery-plugin.php:277
134
  msgid "New window"
135
  msgstr ""
136
 
137
- #: gallery-plugin.php:278
138
  msgid "Delete"
139
  msgstr ""
140
 
141
- #: gallery-plugin.php:292
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:294
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:479
150
- msgid "Title"
151
- msgstr "Titel"
152
-
153
- #: gallery-plugin.php:480
154
  msgid "Author"
155
  msgstr "Author"
156
 
157
- #: gallery-plugin.php:481
158
  #, fuzzy
159
  msgid "Photo"
160
  msgstr "Fotos"
161
 
162
- #: gallery-plugin.php:482
163
  #, fuzzy
164
  msgid "Publishing"
165
  msgstr "Öffentlich"
166
 
167
- #: gallery-plugin.php:483
168
- #: gallery-plugin.php:1174
169
  msgid "Date"
170
  msgstr "Datum"
171
 
172
- #: gallery-plugin.php:658
173
- msgid "Not set"
174
- msgstr ""
175
-
176
- #: gallery-plugin.php:660
177
- #: gallery-plugin.php:664
178
- msgid "On"
179
- msgstr ""
180
-
181
- #: gallery-plugin.php:662
182
- #: gallery-plugin.php:666
183
- msgid "Off"
184
- msgstr ""
185
-
186
- #: gallery-plugin.php:670
187
- #: gallery-plugin.php:674
188
- #: gallery-plugin.php:678
189
- #: gallery-plugin.php:682
190
- #: gallery-plugin.php:686
191
- #: gallery-plugin.php:712
192
- msgid "N/A"
193
- msgstr ""
194
-
195
- #: gallery-plugin.php:684
196
- msgid " Mb"
197
- msgstr ""
198
-
199
- #: gallery-plugin.php:688
200
- #: gallery-plugin.php:692
201
- #: gallery-plugin.php:696
202
- #: gallery-plugin.php:707
203
- msgid "Yes"
204
- msgstr ""
205
-
206
- #: gallery-plugin.php:690
207
- #: gallery-plugin.php:694
208
- #: gallery-plugin.php:698
209
- #: gallery-plugin.php:709
210
- msgid "No"
211
- msgstr ""
212
-
213
- #: gallery-plugin.php:723
214
- msgid "Operating System"
215
- msgstr ""
216
-
217
- #: gallery-plugin.php:724
218
- msgid "Server"
219
- msgstr ""
220
-
221
- #: gallery-plugin.php:725
222
- msgid "Memory usage"
223
- msgstr ""
224
-
225
- #: gallery-plugin.php:726
226
- msgid "MYSQL Version"
227
- msgstr ""
228
-
229
- #: gallery-plugin.php:727
230
- msgid "SQL Mode"
231
- msgstr ""
232
-
233
- #: gallery-plugin.php:728
234
- msgid "PHP Version"
235
- msgstr ""
236
-
237
- #: gallery-plugin.php:729
238
- msgid "PHP Safe Mode"
239
- msgstr ""
240
-
241
- #: gallery-plugin.php:730
242
- msgid "PHP Allow URL fopen"
243
- msgstr ""
244
-
245
- #: gallery-plugin.php:731
246
- msgid "PHP Memory Limit"
247
- msgstr ""
248
-
249
- #: gallery-plugin.php:732
250
- #, fuzzy
251
- msgid "PHP Max Upload Size"
252
- msgstr "Datei hochladen"
253
-
254
- #: gallery-plugin.php:733
255
- msgid "PHP Max Post Size"
256
- msgstr ""
257
-
258
- #: gallery-plugin.php:734
259
- msgid "PHP Max Script Execute Time"
260
- msgstr ""
261
-
262
- #: gallery-plugin.php:735
263
- msgid "PHP Exif support"
264
- msgstr ""
265
-
266
- #: gallery-plugin.php:736
267
- msgid "PHP IPTC support"
268
- msgstr ""
269
-
270
- #: gallery-plugin.php:737
271
- msgid "PHP XML support"
272
- msgstr ""
273
-
274
- #: gallery-plugin.php:738
275
- msgid "Site URL"
276
- msgstr ""
277
-
278
- #: gallery-plugin.php:739
279
- msgid "Home URL"
280
- msgstr ""
281
-
282
- #: gallery-plugin.php:740
283
- msgid "WordPress Version"
284
- msgstr ""
285
-
286
- #: gallery-plugin.php:741
287
- msgid "WordPress DB Version"
288
- msgstr ""
289
-
290
- #: gallery-plugin.php:742
291
- msgid "Multisite"
292
- msgstr ""
293
-
294
- #: gallery-plugin.php:743
295
- msgid "Active Theme"
296
- msgstr ""
297
-
298
- #: gallery-plugin.php:758
299
- msgid "Please enter a valid email address."
300
- msgstr ""
301
-
302
- #: gallery-plugin.php:762
303
- msgid "Email with system info is sent to "
304
- msgstr ""
305
-
306
- #: gallery-plugin.php:766
307
- msgid "Thank you for contacting us."
308
- msgstr ""
309
-
310
- #: gallery-plugin.php:794
311
- msgid "Sorry, email message could not be delivered."
312
- msgstr ""
313
-
314
- #: gallery-plugin.php:802
315
- #, fuzzy
316
- msgid "Pro plugins"
317
- msgstr "Benötigte Plugins"
318
-
319
- #: gallery-plugin.php:805
320
- #: gallery-plugin.php:831
321
- msgid "Activated plugins"
322
- msgstr "Aktivierte Plugins"
323
-
324
- #: gallery-plugin.php:807
325
- #: gallery-plugin.php:815
326
- #: gallery-plugin.php:823
327
- #: gallery-plugin.php:833
328
- #: gallery-plugin.php:841
329
- #: gallery-plugin.php:849
330
- msgid "Read more"
331
- msgstr "Mehr erfahren"
332
-
333
- #: gallery-plugin.php:807
334
- #: gallery-plugin.php:833
335
- #: gallery-plugin.php:1257
336
- #: gallery-plugin.php:1272
337
- msgid "Settings"
338
- msgstr "Einstellungen"
339
-
340
- #: gallery-plugin.php:813
341
- #: gallery-plugin.php:839
342
- msgid "Installed plugins"
343
- msgstr "Installierte Plugins"
344
-
345
- #: gallery-plugin.php:821
346
- #: gallery-plugin.php:847
347
- msgid "Recommended plugins"
348
- msgstr "Benötigte Plugins"
349
-
350
- #: gallery-plugin.php:823
351
- msgid "Purchase"
352
- msgstr ""
353
-
354
- #: gallery-plugin.php:828
355
- #, fuzzy
356
- msgid "Free plugins"
357
- msgstr "Benötigte Plugins"
358
-
359
- #: gallery-plugin.php:849
360
- msgid "Download"
361
- msgstr "Download"
362
-
363
- #: gallery-plugin.php:849
364
- #, php-format
365
- msgid "Install %s"
366
- msgstr "Installiere %s"
367
-
368
- #: gallery-plugin.php:849
369
- msgid "Install now from wordpress.org"
370
- msgstr "Direkt von wordpress.org installieren"
371
-
372
- #: gallery-plugin.php:854
373
- #, fuzzy
374
- msgid "If you have any questions, please contact us via"
375
- msgstr "Wenn Sie Fragen haben, kontaktieren Sie uns über plugin@bestwebsoft.com, oder füllen Sie das Kontakt Formular auf unserer Website aus."
376
-
377
- #: gallery-plugin.php:861
378
- msgid "System status"
379
- msgstr ""
380
-
381
- #: gallery-plugin.php:865
382
- msgid "Environment"
383
- msgstr ""
384
-
385
- #: gallery-plugin.php:876
386
- #, fuzzy
387
- msgid "Active Plugins"
388
- msgstr "Aktivierte Plugins"
389
-
390
- #: gallery-plugin.php:887
391
- #, fuzzy
392
- msgid "Inactive Plugins"
393
- msgstr "Aktivierte Plugins"
394
-
395
- #: gallery-plugin.php:901
396
- #, fuzzy
397
- msgid "Send to support"
398
- msgstr "Support"
399
-
400
- #: gallery-plugin.php:908
401
- msgid "Send to custom email &#187;"
402
- msgstr ""
403
-
404
- #: gallery-plugin.php:950
405
  #, fuzzy
406
  msgid "See images &raquo;"
407
  msgstr "Fotos anzeigen &raquo;"
408
 
409
- #: gallery-plugin.php:1049
410
  #, fuzzy
411
  msgid "Settings are saved"
412
  msgstr "Einstellungen gespeichert."
413
 
414
- #: gallery-plugin.php:1063
415
  #, fuzzy
416
  msgid "Gallery Settings"
417
  msgstr "Galerie Einstellungen"
418
 
419
- #: gallery-plugin.php:1066
420
  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:"
421
  msgstr ""
422
 
423
- #: gallery-plugin.php:1070
424
  #, fuzzy
425
  msgid "Image size for the album cover"
426
  msgstr "Размер для "
427
 
428
- #: gallery-plugin.php:1072
429
- #: gallery-plugin.php:1080
430
- #: gallery-plugin.php:1093
431
  #, fuzzy
432
  msgid "Image size"
433
  msgstr "Name der Bilder"
434
 
435
- #: gallery-plugin.php:1073
436
- #: gallery-plugin.php:1081
437
  msgid "Width (in px)"
438
  msgstr "Breite (in px)"
439
 
440
- #: gallery-plugin.php:1074
441
- #: gallery-plugin.php:1082
442
  msgid "Height (in px)"
443
  msgstr "Höhe (in px)"
444
 
445
- #: gallery-plugin.php:1078
446
  #, fuzzy
447
  msgid "Gallery image size"
448
  msgstr "Galerien"
449
 
450
- #: gallery-plugin.php:1086
451
  #, fuzzy
452
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
453
  msgstr "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
454
 
455
- #: gallery-plugin.php:1091
456
  msgid "Gallery image size in the lightbox"
457
  msgstr ""
458
 
459
- #: gallery-plugin.php:1094
460
  #, fuzzy
461
  msgid "Max width (in px)"
462
  msgstr "Breite (in px)"
463
 
464
- #: gallery-plugin.php:1095
465
  #, fuzzy
466
  msgid "Max height (in px)"
467
  msgstr "Höhe (in px)"
468
 
469
- #: gallery-plugin.php:1096
470
  msgid "Display a full size image in the lightbox"
471
  msgstr ""
472
 
473
- #: gallery-plugin.php:1100
474
  msgid "Crop position"
475
  msgstr ""
476
 
477
- #: gallery-plugin.php:1102
478
  msgid "Horizontal"
479
  msgstr ""
480
 
481
- #: gallery-plugin.php:1104
482
  msgid "left"
483
  msgstr ""
484
 
485
- #: gallery-plugin.php:1105
486
- #: gallery-plugin.php:1112
487
  msgid "center"
488
  msgstr ""
489
 
490
- #: gallery-plugin.php:1106
491
  msgid "right"
492
  msgstr ""
493
 
494
- #: gallery-plugin.php:1109
495
  msgid "Vertical"
496
  msgstr ""
497
 
498
- #: gallery-plugin.php:1111
499
  msgid "top"
500
  msgstr ""
501
 
502
- #: gallery-plugin.php:1113
503
  msgid "bottom"
504
  msgstr ""
505
 
506
- #: gallery-plugin.php:1118
507
  msgid "Lightbox background"
508
  msgstr ""
509
 
510
- #: gallery-plugin.php:1120
511
  msgid "Default"
512
  msgstr ""
513
 
514
- #: gallery-plugin.php:1121
515
  msgid "Background transparency (from 0 to 1)"
516
  msgstr ""
517
 
518
- #: gallery-plugin.php:1123
519
  msgid "Select a background color"
520
  msgstr ""
521
 
522
- #: gallery-plugin.php:1125
523
  msgid "Background color"
524
  msgstr ""
525
 
526
- #: gallery-plugin.php:1132
527
- #: gallery-plugin.php:1237
528
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
529
  msgstr ""
530
 
531
- #: gallery-plugin.php:1139
532
  msgid "Images with border"
533
  msgstr ""
534
 
535
- #: gallery-plugin.php:1142
536
  msgid "Border width in px, just numbers"
537
  msgstr ""
538
 
539
- #: gallery-plugin.php:1144
540
- #: gallery-plugin.php:1146
541
  msgid "Select a border color"
542
  msgstr ""
543
 
544
- #: gallery-plugin.php:1152
545
  #, fuzzy
546
  msgid "Number of images in the row"
547
  msgstr "Anzahl Bilder in der Reihe"
548
 
549
- #: gallery-plugin.php:1158
550
  msgid "Start slideshow"
551
  msgstr ""
552
 
553
- #: gallery-plugin.php:1164
554
  msgid "Slideshow interval"
555
  msgstr ""
556
 
557
- #: gallery-plugin.php:1172
558
  msgid "Attachment ID"
559
  msgstr ""
560
 
561
- #: gallery-plugin.php:1173
562
  #, fuzzy
563
  msgid "Image Name"
564
  msgstr "Name der Bilder"
565
 
566
- #: gallery-plugin.php:1175
567
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
568
  msgstr ""
569
 
570
- #: gallery-plugin.php:1176
571
  msgid "Random"
572
  msgstr ""
573
 
574
- #: gallery-plugin.php:1180
575
  #, fuzzy
576
  msgid "Sort images"
577
  msgstr "Anzahl Bilder in der Reihe"
578
 
579
- #: gallery-plugin.php:1182
580
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
581
  msgstr ""
582
 
583
- #: gallery-plugin.php:1183
584
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
585
  msgstr ""
586
 
587
- #: gallery-plugin.php:1187
588
  msgid "Display text above the image"
589
  msgstr ""
590
 
591
- #: gallery-plugin.php:1189
592
- msgid "If you want to display text just in a lightbox"
593
  msgstr ""
594
 
595
- #: gallery-plugin.php:1193
596
  msgid "Display the Back link"
597
  msgstr ""
598
 
599
- #: gallery-plugin.php:1199
600
  msgid "Display the Back link in the shortcode"
601
  msgstr ""
602
 
603
- #: gallery-plugin.php:1205
604
  msgid "The Back link text"
605
  msgstr ""
606
 
607
- #: gallery-plugin.php:1211
608
  msgid "The Back link URL"
609
  msgstr ""
610
 
611
- #: gallery-plugin.php:1213
612
  msgid "Gallery page (Page with Gallery Template)"
613
  msgstr ""
614
 
615
- #: gallery-plugin.php:1215
616
  msgid "(Full URL to custom page)"
617
  msgstr ""
618
 
619
- #: gallery-plugin.php:1219
620
  msgid "The Read More link text"
621
  msgstr ""
622
 
623
- #: gallery-plugin.php:1227
624
  msgid "Display Like buttons in the lightbox"
625
  msgstr ""
626
 
627
- #: gallery-plugin.php:1229
628
  msgid "FaceBook"
629
  msgstr ""
630
 
631
- #: gallery-plugin.php:1230
632
  #, fuzzy
633
  msgid "Twitter"
634
  msgstr "Titel"
635
 
636
- #: gallery-plugin.php:1231
637
  msgid "Pinterest"
638
  msgstr ""
639
 
640
- #: gallery-plugin.php:1232
641
  msgid "Google +1"
642
  msgstr ""
643
 
644
- #: gallery-plugin.php:1245
 
 
 
 
 
 
 
 
 
645
  msgid "Save Changes"
646
  msgstr "Einstellungen speichern"
647
 
648
- #: gallery-plugin.php:1258
 
 
 
 
 
649
  msgid "FAQ"
650
  msgstr "FAQ"
651
 
652
- #: gallery-plugin.php:1259
653
  msgid "Support"
654
  msgstr "Support"
655
 
656
- #: gallery-plugin.php:1476
657
  #: template/gallery-single-template.php:76
658
  #, fuzzy
659
  msgid "Sorry, nothing found."
660
  msgstr "Leider nichts gefunden."
661
 
662
- #: gallery-plugin.php:1498
663
- #: template/gallery-single-template.php:101
664
  msgid "Download high resolution image"
665
  msgstr ""
666
 
667
- #: template/gallery-single-template.php:101
668
  msgid "Image"
669
  msgstr ""
670
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
671
  #~ msgid "Add New"
672
  #~ msgstr "Hinzufügen"
673
  #~ msgid "Search Galleries"
674
  #~ msgstr "Galerie suchen"
675
  #~ msgid "The size of the cover album for gallery"
676
  #~ msgstr "Die Größe der Bilder in der Albumansicht"
677
- #~ msgid "Size for gallery image"
678
- #~ msgstr "Die Größe der Bilder in der Galerie"
679
  #~ msgid "date"
680
  #~ msgstr "Datum"
681
 
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: Ted Mosby <tmosbyd@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.4\n"
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
 
24
+ #: gallery-plugin.php:125
25
+ #: gallery-plugin.php:135
26
  msgid "Galleries"
27
  msgstr "Galerien"
28
 
29
+ #: gallery-plugin.php:126
30
+ #: gallery-plugin.php:579
31
  msgid "Gallery"
32
  msgstr "Galerie"
33
 
34
+ #: gallery-plugin.php:127
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "Galerie hinzufügen"
38
 
39
+ #: gallery-plugin.php:128
40
  msgid "Add New Gallery"
41
  msgstr "Galerie hinzufügen"
42
 
43
+ #: gallery-plugin.php:129
44
  msgid "Edit Gallery"
45
  msgstr "Galerie bearbeiten"
46
 
47
+ #: gallery-plugin.php:130
48
  msgid "New Gallery"
49
  msgstr "Neue Galerie"
50
 
51
+ #: gallery-plugin.php:131
52
  msgid "View Gallery"
53
  msgstr "Galerie anzeigen"
54
 
55
+ #: gallery-plugin.php:132
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "Galerie bearbeiten"
59
 
60
+ #: gallery-plugin.php:133
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "Keine Galerien gefunden"
64
 
65
+ #: gallery-plugin.php:190
66
  msgid "Upload File"
67
  msgstr "Datei hochladen"
68
 
69
+ #: gallery-plugin.php:191
70
  msgid "Gallery Shortcode"
71
  msgstr "Galerie Einstellungen"
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 "Screenshot zum hochladen auswählen:"
81
 
82
+ #: gallery-plugin.php:217
83
  msgid "Please enable JavaScript to use the file uploader."
84
  msgstr "Please enable JavaScript um den File-Uploader zu benutzen."
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:808
100
  #, fuzzy
101
  msgid "Sort images by"
102
  msgstr "Anzahl Bilder in der Reihe"
103
 
104
+ #: gallery-plugin.php:227
105
  #, fuzzy
106
  msgid "sort images"
107
  msgstr "Anzahl Bilder in der Reihe"
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 "Titel"
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 "Author"
157
 
158
+ #: gallery-plugin.php:477
159
  #, fuzzy
160
  msgid "Photo"
161
  msgstr "Fotos"
162
 
163
+ #: gallery-plugin.php:478
164
  #, fuzzy
165
  msgid "Publishing"
166
  msgstr "Öffentlich"
167
 
168
+ #: gallery-plugin.php:479
169
+ #: gallery-plugin.php:812
170
  msgid "Date"
171
  msgstr "Datum"
172
 
173
+ #: gallery-plugin.php:605
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
174
  #, fuzzy
175
  msgid "See images &raquo;"
176
  msgstr "Fotos anzeigen &raquo;"
177
 
178
+ #: gallery-plugin.php:688
179
  #, fuzzy
180
  msgid "Settings are saved"
181
  msgstr "Einstellungen gespeichert."
182
 
183
+ #: gallery-plugin.php:701
184
  #, fuzzy
185
  msgid "Gallery Settings"
186
  msgstr "Galerie Einstellungen"
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 "Name der Bilder"
203
 
204
+ #: gallery-plugin.php:711
205
+ #: gallery-plugin.php:719
206
  msgid "Width (in px)"
207
  msgstr "Breite (in px)"
208
 
209
+ #: gallery-plugin.php:712
210
+ #: gallery-plugin.php:720
211
  msgid "Height (in px)"
212
  msgstr "Höhe (in px)"
213
 
214
+ #: gallery-plugin.php:716
215
  #, fuzzy
216
  msgid "Gallery image size"
217
  msgstr "Galerien"
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 "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
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 "Breite (in px)"
232
 
233
+ #: gallery-plugin.php:733
234
  #, fuzzy
235
  msgid "Max height (in px)"
236
  msgstr "Höhe (in px)"
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 "Anzahl Bilder in der Reihe"
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 "Name der Bilder"
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 "Anzahl Bilder in der Reihe"
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 "Titel"
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 "Die Größe der Bilder in der Galerie"
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 "Einstellungen speichern"
425
 
426
+ #: gallery-plugin.php:899
427
+ #: gallery-plugin.php:914
428
+ msgid "Settings"
429
+ msgstr "Einstellungen"
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 "Leider nichts gefunden."
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
 
454
+ #, fuzzy
455
+ #~ msgid "PHP Max Upload Size"
456
+ #~ msgstr "Datei hochladen"
457
+
458
+ #, fuzzy
459
+ #~ msgid "Pro plugins"
460
+ #~ msgstr "Benötigte Plugins"
461
+ #~ msgid "Activated plugins"
462
+ #~ msgstr "Aktivierte Plugins"
463
+ #~ msgid "Read more"
464
+ #~ msgstr "Mehr erfahren"
465
+ #~ msgid "Installed plugins"
466
+ #~ msgstr "Installierte Plugins"
467
+ #~ msgid "Recommended plugins"
468
+ #~ msgstr "Benötigte Plugins"
469
+
470
+ #, fuzzy
471
+ #~ msgid "Free plugins"
472
+ #~ msgstr "Benötigte Plugins"
473
+ #~ msgid "Download"
474
+ #~ msgstr "Download"
475
+ #~ msgid "Install %s"
476
+ #~ msgstr "Installiere %s"
477
+ #~ msgid "Install now from wordpress.org"
478
+ #~ msgstr "Direkt von wordpress.org installieren"
479
+
480
+ #, fuzzy
481
+ #~ msgid "If you have any questions, please contact us via"
482
+ #~ msgstr ""
483
+ #~ "Wenn Sie Fragen haben, kontaktieren Sie uns über plugin@bestwebsoft.com, "
484
+ #~ "oder füllen Sie das Kontakt Formular auf unserer Website aus."
485
+
486
+ #, fuzzy
487
+ #~ msgid "Active Plugins"
488
+ #~ msgstr "Aktivierte Plugins"
489
+
490
+ #, fuzzy
491
+ #~ msgid "Inactive Plugins"
492
+ #~ msgstr "Aktivierte Plugins"
493
+
494
+ #, fuzzy
495
+ #~ msgid "Send to support"
496
+ #~ msgstr "Support"
497
  #~ msgid "Add New"
498
  #~ msgstr "Hinzufügen"
499
  #~ msgid "Search Galleries"
500
  #~ msgstr "Galerie suchen"
501
  #~ msgid "The size of the cover album for gallery"
502
  #~ msgstr "Die Größe der Bilder in der Albumansicht"
 
 
503
  #~ msgid "date"
504
  #~ msgstr "Datum"
505
 
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-07-18 11:30+0300\n"
6
- "PO-Revision-Date: 2013-07-18 11:30+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Victor Garcia <\\tvgarcias@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,674 +16,501 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:103
20
- #: gallery-plugin.php:1056
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
 
24
- #: gallery-plugin.php:127
25
- #: gallery-plugin.php:137
26
  msgid "Galleries"
27
  msgstr "Galerías"
28
 
29
- #: gallery-plugin.php:128
30
- #: gallery-plugin.php:923
31
  msgid "Gallery"
32
  msgstr "Galería"
33
 
34
- #: gallery-plugin.php:129
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "Agregar Nueva Galería"
38
 
39
- #: gallery-plugin.php:130
40
  msgid "Add New Gallery"
41
  msgstr "Agregar Nueva Galería"
42
 
43
- #: gallery-plugin.php:131
44
  msgid "Edit Gallery"
45
  msgstr "Editar Galería"
46
 
47
- #: gallery-plugin.php:132
48
  msgid "New Gallery"
49
  msgstr "Nueva Galería"
50
 
51
- #: gallery-plugin.php:133
52
  msgid "View Gallery"
53
  msgstr "Ver Galería"
54
 
55
- #: gallery-plugin.php:134
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "Editar Galería"
59
 
60
- #: gallery-plugin.php:135
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "No se encontraron Galerías"
64
 
65
- #: gallery-plugin.php:192
66
  msgid "Upload File"
67
  msgstr "Subir Archivo"
68
 
69
- #: gallery-plugin.php:193
70
  #, fuzzy
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:1170
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:275
 
 
 
 
 
119
  msgid "URL"
120
  msgstr ""
121
 
122
- #: gallery-plugin.php:275
123
- msgid "(by click on image <br /> opens a link in a new window)"
124
  msgstr ""
125
 
126
- #: gallery-plugin.php:276
127
  msgid "This setting is available in Pro version"
128
  msgstr ""
129
 
130
- #: gallery-plugin.php:277
131
  msgid "Open the link"
132
  msgstr ""
133
 
134
- #: gallery-plugin.php:277
135
  msgid "Current window"
136
  msgstr ""
137
 
138
- #: gallery-plugin.php:277
139
  msgid "New window"
140
  msgstr ""
141
 
142
- #: gallery-plugin.php:278
143
  msgid "Delete"
144
  msgstr ""
145
 
146
- #: gallery-plugin.php:292
147
  #, fuzzy
148
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
149
  msgstr "Puedes añadir la Galería Simple en una página o en un post insertando su shortcode en el contenido"
150
 
151
- #: gallery-plugin.php:294
152
  #, fuzzy
153
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
154
  msgstr "Si deseas mostrar un resumen de la galería con un enlace a la página específica de la Gallería "
155
 
156
- #: gallery-plugin.php:479
157
- msgid "Title"
158
- msgstr "Título"
159
-
160
- #: gallery-plugin.php:480
161
  msgid "Author"
162
  msgstr "Autor"
163
 
164
- #: gallery-plugin.php:481
165
  #, fuzzy
166
  msgid "Photo"
167
  msgstr "Foto de"
168
 
169
- #: gallery-plugin.php:482
170
  #, fuzzy
171
  msgid "Publishing"
172
  msgstr "Pública"
173
 
174
- #: gallery-plugin.php:483
175
- #: gallery-plugin.php:1174
176
  msgid "Date"
177
  msgstr "Fecha"
178
 
179
- #: gallery-plugin.php:658
180
- msgid "Not set"
181
- msgstr ""
182
-
183
- #: gallery-plugin.php:660
184
- #: gallery-plugin.php:664
185
- msgid "On"
186
- msgstr ""
187
-
188
- #: gallery-plugin.php:662
189
- #: gallery-plugin.php:666
190
- msgid "Off"
191
- msgstr ""
192
-
193
- #: gallery-plugin.php:670
194
- #: gallery-plugin.php:674
195
- #: gallery-plugin.php:678
196
- #: gallery-plugin.php:682
197
- #: gallery-plugin.php:686
198
- #: gallery-plugin.php:712
199
- msgid "N/A"
200
- msgstr ""
201
-
202
- #: gallery-plugin.php:684
203
- msgid " Mb"
204
- msgstr ""
205
-
206
- #: gallery-plugin.php:688
207
- #: gallery-plugin.php:692
208
- #: gallery-plugin.php:696
209
- #: gallery-plugin.php:707
210
- msgid "Yes"
211
- msgstr ""
212
-
213
- #: gallery-plugin.php:690
214
- #: gallery-plugin.php:694
215
- #: gallery-plugin.php:698
216
- #: gallery-plugin.php:709
217
- msgid "No"
218
- msgstr ""
219
-
220
- #: gallery-plugin.php:723
221
- msgid "Operating System"
222
- msgstr ""
223
-
224
- #: gallery-plugin.php:724
225
- msgid "Server"
226
- msgstr ""
227
-
228
- #: gallery-plugin.php:725
229
- msgid "Memory usage"
230
- msgstr ""
231
-
232
- #: gallery-plugin.php:726
233
- msgid "MYSQL Version"
234
- msgstr ""
235
-
236
- #: gallery-plugin.php:727
237
- msgid "SQL Mode"
238
- msgstr ""
239
-
240
- #: gallery-plugin.php:728
241
- msgid "PHP Version"
242
- msgstr ""
243
-
244
- #: gallery-plugin.php:729
245
- msgid "PHP Safe Mode"
246
- msgstr ""
247
-
248
- #: gallery-plugin.php:730
249
- msgid "PHP Allow URL fopen"
250
- msgstr ""
251
-
252
- #: gallery-plugin.php:731
253
- msgid "PHP Memory Limit"
254
- msgstr ""
255
-
256
- #: gallery-plugin.php:732
257
- #, fuzzy
258
- msgid "PHP Max Upload Size"
259
- msgstr "Subir Archivo"
260
-
261
- #: gallery-plugin.php:733
262
- msgid "PHP Max Post Size"
263
- msgstr ""
264
-
265
- #: gallery-plugin.php:734
266
- msgid "PHP Max Script Execute Time"
267
- msgstr ""
268
-
269
- #: gallery-plugin.php:735
270
- msgid "PHP Exif support"
271
- msgstr ""
272
-
273
- #: gallery-plugin.php:736
274
- msgid "PHP IPTC support"
275
- msgstr ""
276
-
277
- #: gallery-plugin.php:737
278
- msgid "PHP XML support"
279
- msgstr ""
280
-
281
- #: gallery-plugin.php:738
282
- msgid "Site URL"
283
- msgstr ""
284
-
285
- #: gallery-plugin.php:739
286
- msgid "Home URL"
287
- msgstr ""
288
-
289
- #: gallery-plugin.php:740
290
- msgid "WordPress Version"
291
- msgstr ""
292
-
293
- #: gallery-plugin.php:741
294
- msgid "WordPress DB Version"
295
- msgstr ""
296
-
297
- #: gallery-plugin.php:742
298
- msgid "Multisite"
299
- msgstr ""
300
-
301
- #: gallery-plugin.php:743
302
- msgid "Active Theme"
303
- msgstr ""
304
-
305
- #: gallery-plugin.php:758
306
- msgid "Please enter a valid email address."
307
- msgstr ""
308
-
309
- #: gallery-plugin.php:762
310
- msgid "Email with system info is sent to "
311
- msgstr ""
312
-
313
- #: gallery-plugin.php:766
314
- msgid "Thank you for contacting us."
315
- msgstr ""
316
-
317
- #: gallery-plugin.php:794
318
- msgid "Sorry, email message could not be delivered."
319
- msgstr ""
320
-
321
- #: gallery-plugin.php:802
322
- #, fuzzy
323
- msgid "Pro plugins"
324
- msgstr "Plugins recomendados"
325
-
326
- #: gallery-plugin.php:805
327
- #: gallery-plugin.php:831
328
- msgid "Activated plugins"
329
- msgstr "Plugins Activados"
330
-
331
- #: gallery-plugin.php:807
332
- #: gallery-plugin.php:815
333
- #: gallery-plugin.php:823
334
- #: gallery-plugin.php:833
335
- #: gallery-plugin.php:841
336
- #: gallery-plugin.php:849
337
- msgid "Read more"
338
- msgstr "Leer más"
339
-
340
- #: gallery-plugin.php:807
341
- #: gallery-plugin.php:833
342
- #: gallery-plugin.php:1257
343
- #: gallery-plugin.php:1272
344
- msgid "Settings"
345
- msgstr "Configuración"
346
-
347
- #: gallery-plugin.php:813
348
- #: gallery-plugin.php:839
349
- msgid "Installed plugins"
350
- msgstr "Plugins instalados"
351
-
352
- #: gallery-plugin.php:821
353
- #: gallery-plugin.php:847
354
- msgid "Recommended plugins"
355
- msgstr "Plugins recomendados"
356
-
357
- #: gallery-plugin.php:823
358
- msgid "Purchase"
359
- msgstr ""
360
-
361
- #: gallery-plugin.php:828
362
- #, fuzzy
363
- msgid "Free plugins"
364
- msgstr "Plugins recomendados"
365
-
366
- #: gallery-plugin.php:849
367
- msgid "Download"
368
- msgstr "Descargar"
369
-
370
- #: gallery-plugin.php:849
371
- #, php-format
372
- msgid "Install %s"
373
- msgstr "Instalar %s"
374
-
375
- #: gallery-plugin.php:849
376
- msgid "Install now from wordpress.org"
377
- msgstr "Instalar ahora desde wordpress.org"
378
-
379
- #: gallery-plugin.php:854
380
- #, fuzzy
381
- msgid "If you have any questions, please contact us via"
382
- msgstr "Si usted tiene alguna pregunta, póngase en contacto con nosotros a través de plugin@bestwebsoft.com o rellenar nuestro formulario de contacto en nuestro sitio"
383
-
384
- #: gallery-plugin.php:861
385
- msgid "System status"
386
- msgstr ""
387
-
388
- #: gallery-plugin.php:865
389
- msgid "Environment"
390
- msgstr ""
391
-
392
- #: gallery-plugin.php:876
393
- #, fuzzy
394
- msgid "Active Plugins"
395
- msgstr "Plugins Activados"
396
-
397
- #: gallery-plugin.php:887
398
- #, fuzzy
399
- msgid "Inactive Plugins"
400
- msgstr "Plugins Activados"
401
-
402
- #: gallery-plugin.php:901
403
- #, fuzzy
404
- msgid "Send to support"
405
- msgstr "Soporte"
406
-
407
- #: gallery-plugin.php:908
408
- msgid "Send to custom email &#187;"
409
- msgstr ""
410
-
411
- #: gallery-plugin.php:950
412
  #, fuzzy
413
  msgid "See images &raquo;"
414
  msgstr "Ver foto &raquo;"
415
 
416
- #: gallery-plugin.php:1049
417
  #, fuzzy
418
  msgid "Settings are saved"
419
  msgstr "Opciones guardadas."
420
 
421
- #: gallery-plugin.php:1063
422
  #, fuzzy
423
  msgid "Gallery Settings"
424
  msgstr "Opciones de Galería"
425
 
426
- #: gallery-plugin.php:1066
427
  #, fuzzy
428
  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:"
429
  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:"
430
 
431
- #: gallery-plugin.php:1070
432
  #, fuzzy
433
  msgid "Image size for the album cover"
434
  msgstr "Размер для "
435
 
436
- #: gallery-plugin.php:1072
437
- #: gallery-plugin.php:1080
438
- #: gallery-plugin.php:1093
439
  #, fuzzy
440
  msgid "Image size"
441
  msgstr "Nombre del tamaño de la imagen"
442
 
443
- #: gallery-plugin.php:1073
444
- #: gallery-plugin.php:1081
445
  msgid "Width (in px)"
446
  msgstr "Ancho (en px)"
447
 
448
- #: gallery-plugin.php:1074
449
- #: gallery-plugin.php:1082
450
  msgid "Height (in px)"
451
  msgstr "Alto (en px)"
452
 
453
- #: gallery-plugin.php:1078
454
  #, fuzzy
455
  msgid "Gallery image size"
456
  msgstr "Galerías"
457
 
458
- #: gallery-plugin.php:1086
459
  #, fuzzy
460
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
461
  msgstr "WordPress creará una copia de la miniatura de la entrada con las dimensiones especificadas, cuando se suba una foto nueva."
462
 
463
- #: gallery-plugin.php:1091
464
  msgid "Gallery image size in the lightbox"
465
  msgstr ""
466
 
467
- #: gallery-plugin.php:1094
468
  #, fuzzy
469
  msgid "Max width (in px)"
470
  msgstr "Ancho (en px)"
471
 
472
- #: gallery-plugin.php:1095
473
  #, fuzzy
474
  msgid "Max height (in px)"
475
  msgstr "Alto (en px)"
476
 
477
- #: gallery-plugin.php:1096
478
  msgid "Display a full size image in the lightbox"
479
  msgstr ""
480
 
481
- #: gallery-plugin.php:1100
482
  msgid "Crop position"
483
  msgstr ""
484
 
485
- #: gallery-plugin.php:1102
486
  msgid "Horizontal"
487
  msgstr ""
488
 
489
- #: gallery-plugin.php:1104
490
  msgid "left"
491
  msgstr ""
492
 
493
- #: gallery-plugin.php:1105
494
- #: gallery-plugin.php:1112
495
  msgid "center"
496
  msgstr ""
497
 
498
- #: gallery-plugin.php:1106
499
  msgid "right"
500
  msgstr ""
501
 
502
- #: gallery-plugin.php:1109
503
  msgid "Vertical"
504
  msgstr ""
505
 
506
- #: gallery-plugin.php:1111
507
  msgid "top"
508
  msgstr ""
509
 
510
- #: gallery-plugin.php:1113
511
  msgid "bottom"
512
  msgstr ""
513
 
514
- #: gallery-plugin.php:1118
515
  msgid "Lightbox background"
516
  msgstr ""
517
 
518
- #: gallery-plugin.php:1120
519
  msgid "Default"
520
  msgstr ""
521
 
522
- #: gallery-plugin.php:1121
523
  msgid "Background transparency (from 0 to 1)"
524
  msgstr ""
525
 
526
- #: gallery-plugin.php:1123
527
  msgid "Select a background color"
528
  msgstr ""
529
 
530
- #: gallery-plugin.php:1125
531
  msgid "Background color"
532
  msgstr ""
533
 
534
- #: gallery-plugin.php:1132
535
- #: gallery-plugin.php:1237
536
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
537
  msgstr ""
538
 
539
- #: gallery-plugin.php:1139
540
  msgid "Images with border"
541
  msgstr ""
542
 
543
- #: gallery-plugin.php:1142
544
  msgid "Border width in px, just numbers"
545
  msgstr ""
546
 
547
- #: gallery-plugin.php:1144
548
- #: gallery-plugin.php:1146
549
  msgid "Select a border color"
550
  msgstr ""
551
 
552
- #: gallery-plugin.php:1152
553
  #, fuzzy
554
  msgid "Number of images in the row"
555
  msgstr "Contar las imágenes en la fila"
556
 
557
- #: gallery-plugin.php:1158
558
  msgid "Start slideshow"
559
  msgstr "Comenzar presentación diapositivas"
560
 
561
- #: gallery-plugin.php:1164
562
  msgid "Slideshow interval"
563
  msgstr "Intervalo de presentación diapositivas"
564
 
565
- #: gallery-plugin.php:1172
566
  #, fuzzy
567
  msgid "Attachment ID"
568
  msgstr "id del adjunto"
569
 
570
- #: gallery-plugin.php:1173
571
  #, fuzzy
572
  msgid "Image Name"
573
  msgstr "Imagen"
574
 
575
- #: gallery-plugin.php:1175
576
  #, fuzzy
577
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
578
  msgstr "orden de los adjuntos (el valor entero mostrado en el campo del dialog Insertar / Subir Galeria de Medias)"
579
 
580
- #: gallery-plugin.php:1176
581
  #, fuzzy
582
  msgid "Random"
583
  msgstr "aleatorio"
584
 
585
- #: gallery-plugin.php:1180
586
  #, fuzzy
587
  msgid "Sort images"
588
  msgstr "Contar las imágenes en la fila"
589
 
590
- #: gallery-plugin.php:1182
591
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
592
  msgstr "ASC (orden ascendente desde el valor menor al mayor - 1, 2, 3; a, b, c)"
593
 
594
- #: gallery-plugin.php:1183
595
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
596
  msgstr "DESC (orden descendente desde el valor mayor al menor - 3, 2, 1; c, b, a)"
597
 
598
- #: gallery-plugin.php:1187
599
  msgid "Display text above the image"
600
  msgstr ""
601
 
602
- #: gallery-plugin.php:1189
603
- msgid "If you want to display text just in a lightbox"
604
  msgstr ""
605
 
606
- #: gallery-plugin.php:1193
607
  #, fuzzy
608
  msgid "Display the Back link"
609
  msgstr "Mostrar el enlace de Regresar"
610
 
611
- #: gallery-plugin.php:1199
612
  #, fuzzy
613
  msgid "Display the Back link in the shortcode"
614
  msgstr "Mostrar el enlace de Regresar en shortcode"
615
 
616
- #: gallery-plugin.php:1205
617
  msgid "The Back link text"
618
  msgstr ""
619
 
620
- #: gallery-plugin.php:1211
621
  msgid "The Back link URL"
622
  msgstr ""
623
 
624
- #: gallery-plugin.php:1213
625
  msgid "Gallery page (Page with Gallery Template)"
626
  msgstr ""
627
 
628
- #: gallery-plugin.php:1215
629
  msgid "(Full URL to custom page)"
630
  msgstr ""
631
 
632
- #: gallery-plugin.php:1219
633
  #, fuzzy
634
  msgid "The Read More link text"
635
  msgstr "Etiqueta para el enlace Leer Mas"
636
 
637
- #: gallery-plugin.php:1227
638
  msgid "Display Like buttons in the lightbox"
639
  msgstr ""
640
 
641
- #: gallery-plugin.php:1229
642
  msgid "FaceBook"
643
  msgstr ""
644
 
645
- #: gallery-plugin.php:1230
646
  #, fuzzy
647
  msgid "Twitter"
648
  msgstr "Título"
649
 
650
- #: gallery-plugin.php:1231
651
  msgid "Pinterest"
652
  msgstr ""
653
 
654
- #: gallery-plugin.php:1232
655
  msgid "Google +1"
656
  msgstr ""
657
 
658
- #: gallery-plugin.php:1245
 
 
 
 
 
 
 
 
 
659
  msgid "Save Changes"
660
  msgstr "Guardar Cambios"
661
 
662
- #: gallery-plugin.php:1258
 
 
 
 
 
663
  msgid "FAQ"
664
  msgstr "FAQ "
665
 
666
- #: gallery-plugin.php:1259
667
  msgid "Support"
668
  msgstr "Soporte"
669
 
670
- #: gallery-plugin.php:1476
671
  #: template/gallery-single-template.php:76
672
  #, fuzzy
673
  msgid "Sorry, nothing found."
674
  msgstr "Lo sentimos - nada que encontrar."
675
 
676
- #: gallery-plugin.php:1498
677
- #: template/gallery-single-template.php:101
678
  #, fuzzy
679
  msgid "Download high resolution image"
680
  msgstr "Descargar la imagen en alta resolución"
681
 
682
- #: template/gallery-single-template.php:101
683
  #, fuzzy
684
  msgid "Image"
685
  msgstr "Imagen"
686
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
687
  #~ msgid "Add New"
688
  #~ msgstr "Agrega Nueva"
689
  #~ msgid "Search Galleries"
@@ -696,8 +523,6 @@ msgstr "Imagen"
696
  #~ msgstr "orden de los adjuntos"
697
  #~ msgid "The size of the cover album for gallery"
698
  #~ msgstr "El tamaño de la cubierta del álbum de la galería"
699
- #~ msgid "Size for gallery image"
700
- #~ msgstr "Tamaño de la galería de imágenes"
701
  #~ msgid "attachment title"
702
  #~ msgstr "título del adjunto"
703
  #~ msgid "date"
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"
16
  "X-Generator: Poedit 1.5.4\n"
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
 
24
+ #: gallery-plugin.php:125
25
+ #: gallery-plugin.php:135
26
  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
 
34
+ #: gallery-plugin.php:127
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "Agregar Nueva Galería"
38
 
39
+ #: gallery-plugin.php:128
40
  msgid "Add New Gallery"
41
  msgstr "Agregar Nueva Galería"
42
 
43
+ #: gallery-plugin.php:129
44
  msgid "Edit Gallery"
45
  msgstr "Editar Galería"
46
 
47
+ #: gallery-plugin.php:130
48
  msgid "New Gallery"
49
  msgstr "Nueva Galería"
50
 
51
+ #: gallery-plugin.php:131
52
  msgid "View Gallery"
53
  msgstr "Ver Galería"
54
 
55
+ #: gallery-plugin.php:132
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "Editar Galería"
59
 
60
+ #: gallery-plugin.php:133
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "No se encontraron Galerías"
64
 
65
+ #: gallery-plugin.php:190
66
  msgid "Upload File"
67
  msgstr "Subir Archivo"
68
 
69
+ #: gallery-plugin.php:191
70
  #, fuzzy
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"
469
 
470
+ #, fuzzy
471
+ #~ msgid "PHP Max Upload Size"
472
+ #~ msgstr "Subir Archivo"
473
+
474
+ #, fuzzy
475
+ #~ msgid "Pro plugins"
476
+ #~ msgstr "Plugins recomendados"
477
+ #~ msgid "Activated plugins"
478
+ #~ msgstr "Plugins Activados"
479
+ #~ msgid "Read more"
480
+ #~ msgstr "Leer más"
481
+ #~ msgid "Installed plugins"
482
+ #~ msgstr "Plugins instalados"
483
+ #~ msgid "Recommended plugins"
484
+ #~ msgstr "Plugins recomendados"
485
+
486
+ #, fuzzy
487
+ #~ msgid "Free plugins"
488
+ #~ msgstr "Plugins recomendados"
489
+ #~ msgid "Download"
490
+ #~ msgstr "Descargar"
491
+ #~ msgid "Install %s"
492
+ #~ msgstr "Instalar %s"
493
+ #~ msgid "Install now from wordpress.org"
494
+ #~ msgstr "Instalar ahora desde wordpress.org"
495
+
496
+ #, fuzzy
497
+ #~ msgid "If you have any questions, please contact us via"
498
+ #~ msgstr ""
499
+ #~ "Si usted tiene alguna pregunta, póngase en contacto con nosotros a través "
500
+ #~ "de plugin@bestwebsoft.com o rellenar nuestro formulario de contacto en "
501
+ #~ "nuestro sitio"
502
+
503
+ #, fuzzy
504
+ #~ msgid "Active Plugins"
505
+ #~ msgstr "Plugins Activados"
506
+
507
+ #, fuzzy
508
+ #~ msgid "Inactive Plugins"
509
+ #~ msgstr "Plugins Activados"
510
+
511
+ #, fuzzy
512
+ #~ msgid "Send to support"
513
+ #~ msgstr "Soporte"
514
  #~ msgid "Add New"
515
  #~ msgstr "Agrega Nueva"
516
  #~ msgid "Search Galleries"
523
  #~ msgstr "orden de los adjuntos"
524
  #~ msgid "The size of the cover album for gallery"
525
  #~ msgstr "El tamaño de la cubierta del álbum de la galería"
 
 
526
  #~ msgid "attachment title"
527
  #~ msgstr "título del adjunto"
528
  #~ msgid "date"
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-07-18 11:30+0300\n"
6
- "PO-Revision-Date: 2013-07-18 11:30+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Einolah Kiamehr <einkia@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,668 +17,489 @@ msgstr ""
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: gallery-plugin.php:103
21
- #: gallery-plugin.php:1056
22
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
23
  msgstr ""
24
 
25
- #: gallery-plugin.php:127
26
- #: gallery-plugin.php:137
27
  msgid "Galleries"
28
  msgstr "گالری ها"
29
 
30
- #: gallery-plugin.php:128
31
- #: gallery-plugin.php:923
32
  msgid "Gallery"
33
  msgstr "گالری"
34
 
35
- #: gallery-plugin.php:129
36
  #, fuzzy
37
  msgid "Add a Gallery"
38
  msgstr "اضافه کردن گالری"
39
 
40
- #: gallery-plugin.php:130
41
  msgid "Add New Gallery"
42
  msgstr "اضافه کردن گالری"
43
 
44
- #: gallery-plugin.php:131
45
  msgid "Edit Gallery"
46
  msgstr "ویرایش گالری"
47
 
48
- #: gallery-plugin.php:132
49
  msgid "New Gallery"
50
  msgstr "گالری جدید"
51
 
52
- #: gallery-plugin.php:133
53
  msgid "View Gallery"
54
  msgstr "مشاهده گالری"
55
 
56
- #: gallery-plugin.php:134
57
  #, fuzzy
58
  msgid "Find a Gallery"
59
  msgstr "ویرایش گالری"
60
 
61
- #: gallery-plugin.php:135
62
  #, fuzzy
63
  msgid "No Gallery found"
64
  msgstr "هیچ گالری پیدا نشد"
65
 
66
- #: gallery-plugin.php:192
67
  msgid "Upload File"
68
  msgstr "آپلود فایل"
69
 
70
- #: gallery-plugin.php:193
71
  msgid "Gallery Shortcode"
72
  msgstr "کد نمایش گالری"
73
 
74
- #: gallery-plugin.php: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:1170
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:275
 
 
 
 
 
117
  msgid "URL"
118
  msgstr ""
119
 
120
- #: gallery-plugin.php:275
121
- msgid "(by click on image <br /> 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
  #, fuzzy
142
  msgid "Delete"
143
  msgstr "تاریخ"
144
 
145
- #: gallery-plugin.php:292
146
  #, fuzzy
147
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
148
  msgstr "شما میتوانید به برگه یا پست با افزودن shortcode به محتوا یک گالری اضافه کنید. "
149
 
150
- #: gallery-plugin.php:294
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:479
155
- msgid "Title"
156
- msgstr "عنوان"
157
-
158
- #: gallery-plugin.php:480
159
  msgid "Author"
160
  msgstr "سازنده"
161
 
162
- #: gallery-plugin.php:481
163
  #, fuzzy
164
  msgid "Photo"
165
  msgstr "عکسِ"
166
 
167
- #: gallery-plugin.php:482
168
  #, fuzzy
169
  msgid "Publishing"
170
  msgstr "عمومی"
171
 
172
- #: gallery-plugin.php:483
173
- #: gallery-plugin.php:1174
174
  msgid "Date"
175
  msgstr "تاریخ"
176
 
177
- #: gallery-plugin.php:658
178
- msgid "Not set"
179
- msgstr ""
180
-
181
- #: gallery-plugin.php:660
182
- #: gallery-plugin.php:664
183
- msgid "On"
184
- msgstr ""
185
-
186
- #: gallery-plugin.php:662
187
- #: gallery-plugin.php:666
188
- msgid "Off"
189
- msgstr ""
190
-
191
- #: gallery-plugin.php:670
192
- #: gallery-plugin.php:674
193
- #: gallery-plugin.php:678
194
- #: gallery-plugin.php:682
195
- #: gallery-plugin.php:686
196
- #: gallery-plugin.php:712
197
- msgid "N/A"
198
- msgstr ""
199
-
200
- #: gallery-plugin.php:684
201
- msgid " Mb"
202
- msgstr ""
203
-
204
- #: gallery-plugin.php:688
205
- #: gallery-plugin.php:692
206
- #: gallery-plugin.php:696
207
- #: gallery-plugin.php:707
208
- msgid "Yes"
209
- msgstr ""
210
-
211
- #: gallery-plugin.php:690
212
- #: gallery-plugin.php:694
213
- #: gallery-plugin.php:698
214
- #: gallery-plugin.php:709
215
- msgid "No"
216
- msgstr ""
217
-
218
- #: gallery-plugin.php:723
219
- msgid "Operating System"
220
- msgstr ""
221
-
222
- #: gallery-plugin.php:724
223
- msgid "Server"
224
- msgstr ""
225
-
226
- #: gallery-plugin.php:725
227
- msgid "Memory usage"
228
- msgstr ""
229
-
230
- #: gallery-plugin.php:726
231
- msgid "MYSQL Version"
232
- msgstr ""
233
-
234
- #: gallery-plugin.php:727
235
- msgid "SQL Mode"
236
- msgstr ""
237
-
238
- #: gallery-plugin.php:728
239
- msgid "PHP Version"
240
- msgstr ""
241
-
242
- #: gallery-plugin.php:729
243
- msgid "PHP Safe Mode"
244
- msgstr ""
245
-
246
- #: gallery-plugin.php:730
247
- msgid "PHP Allow URL fopen"
248
- msgstr ""
249
-
250
- #: gallery-plugin.php:731
251
- msgid "PHP Memory Limit"
252
- msgstr ""
253
-
254
- #: gallery-plugin.php:732
255
- #, fuzzy
256
- msgid "PHP Max Upload Size"
257
- msgstr "آپلود فایل"
258
-
259
- #: gallery-plugin.php:733
260
- msgid "PHP Max Post Size"
261
- msgstr ""
262
-
263
- #: gallery-plugin.php:734
264
- msgid "PHP Max Script Execute Time"
265
- msgstr ""
266
-
267
- #: gallery-plugin.php:735
268
- msgid "PHP Exif support"
269
- msgstr ""
270
-
271
- #: gallery-plugin.php:736
272
- msgid "PHP IPTC support"
273
- msgstr ""
274
-
275
- #: gallery-plugin.php:737
276
- msgid "PHP XML support"
277
- msgstr ""
278
-
279
- #: gallery-plugin.php:738
280
- msgid "Site URL"
281
- msgstr ""
282
-
283
- #: gallery-plugin.php:739
284
- msgid "Home URL"
285
- msgstr ""
286
-
287
- #: gallery-plugin.php:740
288
- msgid "WordPress Version"
289
- msgstr ""
290
-
291
- #: gallery-plugin.php:741
292
- msgid "WordPress DB Version"
293
- msgstr ""
294
-
295
- #: gallery-plugin.php:742
296
- msgid "Multisite"
297
- msgstr ""
298
-
299
- #: gallery-plugin.php:743
300
- msgid "Active Theme"
301
- msgstr ""
302
-
303
- #: gallery-plugin.php:758
304
- msgid "Please enter a valid email address."
305
- msgstr ""
306
-
307
- #: gallery-plugin.php:762
308
- msgid "Email with system info is sent to "
309
- msgstr ""
310
-
311
- #: gallery-plugin.php:766
312
- msgid "Thank you for contacting us."
313
- msgstr ""
314
-
315
- #: gallery-plugin.php:794
316
- msgid "Sorry, email message could not be delivered."
317
- msgstr ""
318
-
319
- #: gallery-plugin.php:802
320
- msgid "Pro plugins"
321
- msgstr ""
322
-
323
- #: gallery-plugin.php:805
324
- #: gallery-plugin.php:831
325
- msgid "Activated plugins"
326
- msgstr "فعالسازی افزونه"
327
-
328
- #: gallery-plugin.php:807
329
- #: gallery-plugin.php:815
330
- #: gallery-plugin.php:823
331
- #: gallery-plugin.php:833
332
- #: gallery-plugin.php:841
333
- #: gallery-plugin.php:849
334
- msgid "Read more"
335
- msgstr "بیشتر..."
336
-
337
- #: gallery-plugin.php:807
338
- #: gallery-plugin.php:833
339
- #: gallery-plugin.php:1257
340
- #: gallery-plugin.php:1272
341
- msgid "Settings"
342
- msgstr "تنظیمات"
343
-
344
- #: gallery-plugin.php:813
345
- #: gallery-plugin.php:839
346
- msgid "Installed plugins"
347
- msgstr "نصب افزونه"
348
-
349
- #: gallery-plugin.php:821
350
- #: gallery-plugin.php:847
351
- msgid "Recommended plugins"
352
- msgstr ""
353
-
354
- #: gallery-plugin.php:823
355
- msgid "Purchase"
356
- msgstr ""
357
-
358
- #: gallery-plugin.php:828
359
- #, fuzzy
360
- msgid "Free plugins"
361
- msgstr "فعالسازی افزونه"
362
-
363
- #: gallery-plugin.php:849
364
- msgid "Download"
365
- msgstr "دانلود"
366
-
367
- #: gallery-plugin.php:849
368
- #, php-format
369
- msgid "Install %s"
370
- msgstr "نصب %s"
371
-
372
- #: gallery-plugin.php:849
373
- msgid "Install now from wordpress.org"
374
- msgstr "در حال نصب از سایت وردپرس"
375
-
376
- #: gallery-plugin.php:854
377
- #, fuzzy
378
- msgid "If you have any questions, please contact us via"
379
- msgstr "اگر شما سوالی دارید؛لطفا با ما با آدرس plugin@bestwebsoft.com تماس بگیرید یا فرم تماس مارا در سایتمان پر کنید و سوال خود را آنجا بنویسید."
380
-
381
- #: gallery-plugin.php:861
382
- msgid "System status"
383
- msgstr ""
384
-
385
- #: gallery-plugin.php:865
386
- msgid "Environment"
387
- msgstr ""
388
-
389
- #: gallery-plugin.php:876
390
- #, fuzzy
391
- msgid "Active Plugins"
392
- msgstr "فعالسازی افزونه"
393
-
394
- #: gallery-plugin.php:887
395
- #, fuzzy
396
- msgid "Inactive Plugins"
397
- msgstr "فعالسازی افزونه"
398
-
399
- #: gallery-plugin.php:901
400
- #, fuzzy
401
- msgid "Send to support"
402
- msgstr "پشتیبانی"
403
-
404
- #: gallery-plugin.php:908
405
- msgid "Send to custom email &#187;"
406
- msgstr ""
407
-
408
- #: gallery-plugin.php:950
409
  #, fuzzy
410
  msgid "See images &raquo;"
411
  msgstr "&raquoدیدن عکس;"
412
 
413
- #: gallery-plugin.php:1049
414
  #, fuzzy
415
  msgid "Settings are saved"
416
  msgstr "تنظیمات ذخیره شد."
417
 
418
- #: gallery-plugin.php:1063
419
  #, fuzzy
420
  msgid "Gallery Settings"
421
  msgstr "تنظیمات گالری"
422
 
423
- #: gallery-plugin.php:1066
424
  #, fuzzy
425
  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:"
426
  msgstr "اگر میخواهید یک گالری جدید اضافه کنید ، کافیه shortcode را در نوشته یا برگه خود کپی کنید"
427
 
428
- #: gallery-plugin.php:1070
429
  #, fuzzy
430
  msgid "Image size for the album cover"
431
  msgstr "اندازه دوره آلبوم گالری"
432
 
433
- #: gallery-plugin.php:1072
434
- #: gallery-plugin.php:1080
435
- #: gallery-plugin.php:1093
436
  #, fuzzy
437
  msgid "Image size"
438
  msgstr " اندازه عکس"
439
 
440
- #: gallery-plugin.php:1073
441
- #: gallery-plugin.php:1081
442
  msgid "Width (in px)"
443
  msgstr "عرض (به pixels)"
444
 
445
- #: gallery-plugin.php:1074
446
- #: gallery-plugin.php:1082
447
  msgid "Height (in px)"
448
  msgstr "ارتفاع (به pixels)"
449
 
450
- #: gallery-plugin.php:1078
451
  #, fuzzy
452
  msgid "Gallery image size"
453
  msgstr "گالری ها"
454
 
455
- #: gallery-plugin.php:1086
456
  #, fuzzy
457
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
458
  msgstr "وردپرس میتواند یک کپی از عکسهای بند انگشتی نوشته ها را با اندازه دلخواه بسازد وقتی شما یک عکس جدید را بار گذاری میکنید."
459
 
460
- #: gallery-plugin.php:1091
461
  msgid "Gallery image size in the lightbox"
462
  msgstr ""
463
 
464
- #: gallery-plugin.php:1094
465
  #, fuzzy
466
  msgid "Max width (in px)"
467
  msgstr "عرض (به pixels)"
468
 
469
- #: gallery-plugin.php:1095
470
  #, fuzzy
471
  msgid "Max height (in px)"
472
  msgstr "ارتفاع (به pixels)"
473
 
474
- #: gallery-plugin.php:1096
475
  msgid "Display a full size image in the lightbox"
476
  msgstr ""
477
 
478
- #: gallery-plugin.php:1100
479
  msgid "Crop position"
480
  msgstr ""
481
 
482
- #: gallery-plugin.php:1102
483
  msgid "Horizontal"
484
  msgstr ""
485
 
486
- #: gallery-plugin.php:1104
487
  msgid "left"
488
  msgstr ""
489
 
490
- #: gallery-plugin.php:1105
491
- #: gallery-plugin.php:1112
492
  msgid "center"
493
  msgstr ""
494
 
495
- #: gallery-plugin.php:1106
496
  msgid "right"
497
  msgstr ""
498
 
499
- #: gallery-plugin.php:1109
500
  msgid "Vertical"
501
  msgstr ""
502
 
503
- #: gallery-plugin.php:1111
504
  msgid "top"
505
  msgstr ""
506
 
507
- #: gallery-plugin.php:1113
508
  msgid "bottom"
509
  msgstr ""
510
 
511
- #: gallery-plugin.php:1118
512
  msgid "Lightbox background"
513
  msgstr ""
514
 
515
- #: gallery-plugin.php:1120
516
  msgid "Default"
517
  msgstr ""
518
 
519
- #: gallery-plugin.php:1121
520
  msgid "Background transparency (from 0 to 1)"
521
  msgstr ""
522
 
523
- #: gallery-plugin.php:1123
524
  msgid "Select a background color"
525
  msgstr ""
526
 
527
- #: gallery-plugin.php:1125
528
  msgid "Background color"
529
  msgstr ""
530
 
531
- #: gallery-plugin.php:1132
532
- #: gallery-plugin.php:1237
533
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
534
  msgstr ""
535
 
536
- #: gallery-plugin.php:1139
537
  msgid "Images with border"
538
  msgstr ""
539
 
540
- #: gallery-plugin.php:1142
541
  msgid "Border width in px, just numbers"
542
  msgstr ""
543
 
544
- #: gallery-plugin.php:1144
545
- #: gallery-plugin.php:1146
546
  msgid "Select a border color"
547
  msgstr ""
548
 
549
- #: gallery-plugin.php:1152
550
  #, fuzzy
551
  msgid "Number of images in the row"
552
  msgstr "تعداد عکسها در سطر"
553
 
554
- #: gallery-plugin.php:1158
555
  msgid "Start slideshow"
556
  msgstr "نمایش اسلایدشو"
557
 
558
- #: gallery-plugin.php:1164
559
  msgid "Slideshow interval"
560
  msgstr "فاصله بین اسلایدشو"
561
 
562
- #: gallery-plugin.php:1172
563
  #, fuzzy
564
  msgid "Attachment ID"
565
  msgstr "ای دی سنجاق شده "
566
 
567
- #: gallery-plugin.php:1173
568
  #, fuzzy
569
  msgid "Image Name"
570
  msgstr "عکس "
571
 
572
- #: gallery-plugin.php:1175
573
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
574
  msgstr ""
575
 
576
- #: gallery-plugin.php:1176
577
  #, fuzzy
578
  msgid "Random"
579
  msgstr "تصادفی"
580
 
581
- #: gallery-plugin.php:1180
582
  #, fuzzy
583
  msgid "Sort images"
584
  msgstr "تعداد عکسها در سطر"
585
 
586
- #: gallery-plugin.php:1182
587
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
588
  msgstr ""
589
 
590
- #: gallery-plugin.php:1183
591
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
592
  msgstr ""
593
 
594
- #: gallery-plugin.php:1187
595
  msgid "Display text above the image"
596
  msgstr ""
597
 
598
- #: gallery-plugin.php:1189
599
- msgid "If you want to display text just in a lightbox"
600
  msgstr ""
601
 
602
- #: gallery-plugin.php:1193
603
  #, fuzzy
604
  msgid "Display the Back link"
605
  msgstr "نشان دادن لینک برگشت"
606
 
607
- #: gallery-plugin.php:1199
608
  #, fuzzy
609
  msgid "Display the Back link in the shortcode"
610
  msgstr "نشان دادن لینک برگشت در شرت کد"
611
 
612
- #: gallery-plugin.php:1205
613
  msgid "The Back link text"
614
  msgstr ""
615
 
616
- #: gallery-plugin.php:1211
617
  msgid "The Back link URL"
618
  msgstr ""
619
 
620
- #: gallery-plugin.php:1213
621
  msgid "Gallery page (Page with Gallery Template)"
622
  msgstr ""
623
 
624
- #: gallery-plugin.php:1215
625
  msgid "(Full URL to custom page)"
626
  msgstr ""
627
 
628
- #: gallery-plugin.php:1219
629
  #, fuzzy
630
  msgid "The Read More link text"
631
  msgstr "برچسب برای لینک بیشتر..."
632
 
633
- #: gallery-plugin.php:1227
634
  msgid "Display Like buttons in the lightbox"
635
  msgstr ""
636
 
637
- #: gallery-plugin.php:1229
638
  msgid "FaceBook"
639
  msgstr ""
640
 
641
- #: gallery-plugin.php:1230
642
  #, fuzzy
643
  msgid "Twitter"
644
  msgstr "عنوان"
645
 
646
- #: gallery-plugin.php:1231
647
  msgid "Pinterest"
648
  msgstr ""
649
 
650
- #: gallery-plugin.php:1232
651
  msgid "Google +1"
652
  msgstr ""
653
 
654
- #: gallery-plugin.php:1245
 
 
 
 
 
 
 
 
 
655
  msgid "Save Changes"
656
  msgstr "ذخیره تنظیمات"
657
 
658
- #: gallery-plugin.php:1258
 
 
 
 
 
659
  msgid "FAQ"
660
  msgstr "FAQ"
661
 
662
- #: gallery-plugin.php:1259
663
  msgid "Support"
664
  msgstr "پشتیبانی"
665
 
666
- #: gallery-plugin.php:1476
667
  #: template/gallery-single-template.php:76
668
  #, fuzzy
669
  msgid "Sorry, nothing found."
670
  msgstr "متاسفم؛چیزی یافت نشد"
671
 
672
- #: gallery-plugin.php:1498
673
- #: template/gallery-single-template.php:101
674
  msgid "Download high resolution image"
675
  msgstr ""
676
 
677
- #: template/gallery-single-template.php:101
678
  #, fuzzy
679
  msgid "Image"
680
  msgstr "عکس "
681
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
682
  #~ msgid "Add New"
683
  #~ msgstr "اضافه کردن"
684
  #~ msgid "Search Galleries"
@@ -687,8 +508,6 @@ msgstr "عکس "
687
  #~ msgstr "لطفا انتخاب را فراموش نکنید."
688
  #~ msgid "Attachments order by"
689
  #~ msgstr "الصاق(Attachments ) به سفارش"
690
- #~ msgid "Size for gallery image"
691
- #~ msgstr "اندازه عکسهای گالری"
692
  #~ msgid "attachment title"
693
  #~ msgstr "عنوان سنجاق شده"
694
  #~ msgid "date"
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"
17
  "X-Generator: Poedit 1.5.4\n"
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
 
25
+ #: gallery-plugin.php:125
26
+ #: gallery-plugin.php:135
27
  msgid "Galleries"
28
  msgstr "گالری ها"
29
 
30
+ #: gallery-plugin.php:126
31
+ #: gallery-plugin.php:579
32
  msgid "Gallery"
33
  msgstr "گالری"
34
 
35
+ #: gallery-plugin.php:127
36
  #, fuzzy
37
  msgid "Add a Gallery"
38
  msgstr "اضافه کردن گالری"
39
 
40
+ #: gallery-plugin.php:128
41
  msgid "Add New Gallery"
42
  msgstr "اضافه کردن گالری"
43
 
44
+ #: gallery-plugin.php:129
45
  msgid "Edit Gallery"
46
  msgstr "ویرایش گالری"
47
 
48
+ #: gallery-plugin.php:130
49
  msgid "New Gallery"
50
  msgstr "گالری جدید"
51
 
52
+ #: gallery-plugin.php:131
53
  msgid "View Gallery"
54
  msgstr "مشاهده گالری"
55
 
56
+ #: gallery-plugin.php:132
57
  #, fuzzy
58
  msgid "Find a Gallery"
59
  msgstr "ویرایش گالری"
60
 
61
+ #: gallery-plugin.php:133
62
  #, fuzzy
63
  msgid "No Gallery found"
64
  msgstr "هیچ گالری پیدا نشد"
65
 
66
+ #: gallery-plugin.php:190
67
  msgid "Upload File"
68
  msgstr "آپلود فایل"
69
 
70
+ #: gallery-plugin.php:191
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 "عکس "
465
 
466
+ #, fuzzy
467
+ #~ msgid "PHP Max Upload Size"
468
+ #~ msgstr "آپلود فایل"
469
+ #~ msgid "Activated plugins"
470
+ #~ msgstr "فعالسازی افزونه"
471
+ #~ msgid "Read more"
472
+ #~ msgstr "بیشتر..."
473
+ #~ msgid "Installed plugins"
474
+ #~ msgstr "نصب افزونه"
475
+
476
+ #, fuzzy
477
+ #~ msgid "Free plugins"
478
+ #~ msgstr "فعالسازی افزونه"
479
+ #~ msgid "Download"
480
+ #~ msgstr "دانلود"
481
+ #~ msgid "Install %s"
482
+ #~ msgstr "نصب %s"
483
+ #~ msgid "Install now from wordpress.org"
484
+ #~ msgstr "در حال نصب از سایت وردپرس"
485
+
486
+ #, fuzzy
487
+ #~ msgid "If you have any questions, please contact us via"
488
+ #~ msgstr ""
489
+ #~ "اگر شما سوالی دارید؛لطفا با ما با آدرس plugin@bestwebsoft.com تماس "
490
+ #~ "بگیرید یا فرم تماس مارا در سایتمان پر کنید و سوال خود را آنجا بنویسید."
491
+
492
+ #, fuzzy
493
+ #~ msgid "Active Plugins"
494
+ #~ msgstr "فعالسازی افزونه"
495
+
496
+ #, fuzzy
497
+ #~ msgid "Inactive Plugins"
498
+ #~ msgstr "فعالسازی افزونه"
499
+
500
+ #, fuzzy
501
+ #~ msgid "Send to support"
502
+ #~ msgstr "پشتیبانی"
503
  #~ msgid "Add New"
504
  #~ msgstr "اضافه کردن"
505
  #~ msgid "Search Galleries"
508
  #~ msgstr "لطفا انتخاب را فراموش نکنید."
509
  #~ msgid "Attachments order by"
510
  #~ msgstr "الصاق(Attachments ) به سفارش"
 
 
511
  #~ msgid "attachment title"
512
  #~ msgstr "عنوان سنجاق شده"
513
  #~ msgid "date"
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-08-26 15:03+0300\n"
6
- "PO-Revision-Date: 2013-08-26 15:03+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Didier, L Capronnier <lcapronnier@yahoo.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,622 +17,411 @@ msgstr ""
17
  "X-Generator: Poedit 1.5.7\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: gallery-plugin.php:103
21
- #: gallery-plugin.php:1036
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
 
25
- #: gallery-plugin.php:127
26
- #: gallery-plugin.php:137
27
  msgid "Galleries"
28
  msgstr "Galeries"
29
 
30
- #: gallery-plugin.php:128
31
- #: gallery-plugin.php:919
32
  msgid "Gallery"
33
  msgstr "Galerie"
34
 
35
- #: gallery-plugin.php:129
36
  msgid "Add a Gallery"
37
  msgstr "Ajouter une galerie"
38
 
39
- #: gallery-plugin.php:130
40
  msgid "Add New Gallery"
41
  msgstr "Ajouter une nouvelle galerie"
42
 
43
- #: gallery-plugin.php:131
44
  msgid "Edit Gallery"
45
  msgstr "Modifier la galerie"
46
 
47
- #: gallery-plugin.php:132
48
  msgid "New Gallery"
49
  msgstr "Nouvelle galerie"
50
 
51
- #: gallery-plugin.php:133
52
  msgid "View Gallery"
53
  msgstr "Voir la galerie"
54
 
55
- #: gallery-plugin.php:134
56
  msgid "Find a Gallery"
57
  msgstr "Trouver une galerie"
58
 
59
- #: gallery-plugin.php:135
60
  msgid "No Gallery found"
61
  msgstr "Pas de galeries trouvées"
62
 
63
- #: gallery-plugin.php:193
64
  msgid "Upload File"
65
  msgstr "Envoi de fichier"
66
 
67
- #: gallery-plugin.php:194
68
  msgid "Gallery Shortcode"
69
  msgstr "Gallery Shortcode"
70
 
71
- #: gallery-plugin.php:211
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:215
76
  msgid "Choose an image for upload:"
77
  msgstr "Choisir l'image à envoyer :"
78
 
79
- #: gallery-plugin.php:220
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:227
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:228
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:230
92
  msgid "Please make a choice"
93
  msgstr "Merci de faire un choix"
94
 
95
- #: gallery-plugin.php:230
96
- #: gallery-plugin.php:1150
97
  msgid "Sort images by"
98
  msgstr "Trier les images par"
99
 
100
- #: gallery-plugin.php:230
101
  msgid "sort images"
102
  msgstr "trier les images"
103
 
104
- #: gallery-plugin.php:230
105
  msgid "on the plugin settings page ("
106
  msgstr "dans les paramètres du plugin ("
107
 
108
- #: gallery-plugin.php:274
109
- #: gallery-plugin.php:476
110
  msgid "Title"
111
  msgstr "Titre"
112
 
113
- #: gallery-plugin.php:276
114
  msgid "URL"
115
  msgstr "URL"
116
 
117
- #: gallery-plugin.php:276
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:277
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:278
126
  msgid "Open the link"
127
  msgstr "Ouvrir le lien"
128
 
129
- #: gallery-plugin.php:278
130
  msgid "Current window"
131
  msgstr "Fenêtre courrante"
132
 
133
- #: gallery-plugin.php:278
134
  msgid "New window"
135
  msgstr "Nouvelle fenêtre"
136
 
137
- #: gallery-plugin.php:279
138
  msgid "Delete"
139
  msgstr "Supprimer"
140
 
141
- #: gallery-plugin.php:293
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:295
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:477
150
  msgid "Author"
151
  msgstr "Auteur"
152
 
153
- #: gallery-plugin.php:478
154
  msgid "Photo"
155
  msgstr "Photo"
156
 
157
- #: gallery-plugin.php:479
158
  msgid "Publishing"
159
  msgstr "Public"
160
 
161
- #: gallery-plugin.php:480
162
- #: gallery-plugin.php:1154
163
  msgid "Date"
164
  msgstr "Date"
165
 
166
- #: gallery-plugin.php:654
167
- msgid "Not set"
168
- msgstr "Not set"
169
-
170
- #: gallery-plugin.php:656
171
- #: gallery-plugin.php:660
172
- msgid "On"
173
- msgstr "On"
174
-
175
- #: gallery-plugin.php:658
176
- #: gallery-plugin.php:662
177
- msgid "Off"
178
- msgstr "Off"
179
-
180
- #: gallery-plugin.php:666
181
- #: gallery-plugin.php:670
182
- #: gallery-plugin.php:674
183
- #: gallery-plugin.php:678
184
- #: gallery-plugin.php:682
185
- #: gallery-plugin.php:708
186
- msgid "N/A"
187
- msgstr "N/A"
188
-
189
- #: gallery-plugin.php:680
190
- msgid " Mb"
191
- msgstr " Mb"
192
-
193
- #: gallery-plugin.php:684
194
- #: gallery-plugin.php:688
195
- #: gallery-plugin.php:692
196
- #: gallery-plugin.php:703
197
- msgid "Yes"
198
- msgstr "Yes"
199
-
200
- #: gallery-plugin.php:686
201
- #: gallery-plugin.php:690
202
- #: gallery-plugin.php:694
203
- #: gallery-plugin.php:705
204
- msgid "No"
205
- msgstr "No"
206
-
207
- #: gallery-plugin.php:719
208
- msgid "Operating System"
209
- msgstr "Operating System"
210
-
211
- #: gallery-plugin.php:720
212
- msgid "Server"
213
- msgstr "Server"
214
-
215
- #: gallery-plugin.php:721
216
- msgid "Memory usage"
217
- msgstr "Memory usage"
218
-
219
- #: gallery-plugin.php:722
220
- msgid "MYSQL Version"
221
- msgstr "MYSQL Version"
222
-
223
- #: gallery-plugin.php:723
224
- msgid "SQL Mode"
225
- msgstr "SQL Mode"
226
-
227
- #: gallery-plugin.php:724
228
- msgid "PHP Version"
229
- msgstr "PHP Version"
230
-
231
- #: gallery-plugin.php:725
232
- msgid "PHP Safe Mode"
233
- msgstr "PHP Safe Mode"
234
-
235
- #: gallery-plugin.php:726
236
- msgid "PHP Allow URL fopen"
237
- msgstr "PHP Allow URL fopen"
238
-
239
- #: gallery-plugin.php:727
240
- msgid "PHP Memory Limit"
241
- msgstr "PHP Memory Limit"
242
-
243
- #: gallery-plugin.php:728
244
- msgid "PHP Max Upload Size"
245
- msgstr "PHP Max Upload Size"
246
-
247
- #: gallery-plugin.php:729
248
- msgid "PHP Max Post Size"
249
- msgstr "PHP Max Post Size"
250
-
251
- #: gallery-plugin.php:730
252
- msgid "PHP Max Script Execute Time"
253
- msgstr "PHP Max Script Execute Time"
254
-
255
- #: gallery-plugin.php:731
256
- msgid "PHP Exif support"
257
- msgstr "PHP Exif support"
258
-
259
- #: gallery-plugin.php:732
260
- msgid "PHP IPTC support"
261
- msgstr "PHP IPTC support"
262
-
263
- #: gallery-plugin.php:733
264
- msgid "PHP XML support"
265
- msgstr "PHP XML support"
266
-
267
- #: gallery-plugin.php:734
268
- msgid "Site URL"
269
- msgstr "Site URL"
270
-
271
- #: gallery-plugin.php:735
272
- msgid "Home URL"
273
- msgstr "Home URL"
274
-
275
- #: gallery-plugin.php:736
276
- msgid "WordPress Version"
277
- msgstr "WordPress Version"
278
-
279
- #: gallery-plugin.php:737
280
- msgid "WordPress DB Version"
281
- msgstr "WordPress DB Version"
282
-
283
- #: gallery-plugin.php:738
284
- msgid "Multisite"
285
- msgstr "Multisite"
286
-
287
- #: gallery-plugin.php:739
288
- msgid "Active Theme"
289
- msgstr "Active Theme"
290
-
291
- #: gallery-plugin.php:754
292
- msgid "Please enter a valid email address."
293
- msgstr "Merci de fournir une adresse e-mail valide."
294
-
295
- #: gallery-plugin.php:758
296
- msgid "Email with system info is sent to "
297
- msgstr "L'e-mail avec les informations systèmes est envoyé à "
298
-
299
- #: gallery-plugin.php:762
300
- msgid "Thank you for contacting us."
301
- msgstr "Merci d'avoir pris contact avec nous."
302
-
303
- #: gallery-plugin.php:790
304
- msgid "Sorry, email message could not be delivered."
305
- msgstr "Désoler, l'e-mail n'a pas pu être envoyé."
306
-
307
- #: gallery-plugin.php:798
308
- msgid "Pro plugins"
309
- msgstr "Extensions Pro"
310
-
311
- #: gallery-plugin.php:801
312
- #: gallery-plugin.php:827
313
- msgid "Activated plugins"
314
- msgstr "Extensions activées"
315
-
316
- #: gallery-plugin.php:803
317
- #: gallery-plugin.php:811
318
- #: gallery-plugin.php:819
319
- #: gallery-plugin.php:829
320
- #: gallery-plugin.php:837
321
- #: gallery-plugin.php:845
322
- msgid "Read more"
323
- msgstr "Lire plus..."
324
-
325
- #: gallery-plugin.php:803
326
- #: gallery-plugin.php:829
327
- #: gallery-plugin.php:1237
328
- #: gallery-plugin.php:1252
329
- msgid "Settings"
330
- msgstr "Paramètres"
331
-
332
- #: gallery-plugin.php:809
333
- #: gallery-plugin.php:835
334
- msgid "Installed plugins"
335
- msgstr "Extensions installées"
336
-
337
- #: gallery-plugin.php:817
338
- #: gallery-plugin.php:843
339
- msgid "Recommended plugins"
340
- msgstr "Extensions recommandées"
341
-
342
- #: gallery-plugin.php:819
343
- msgid "Purchase"
344
- msgstr "Acheter"
345
-
346
- #: gallery-plugin.php:824
347
- msgid "Free plugins"
348
- msgstr "Extensions gratuites"
349
-
350
- #: gallery-plugin.php:845
351
- msgid "Download"
352
- msgstr "Télécharger"
353
-
354
- #: gallery-plugin.php:845
355
- #, php-format
356
- msgid "Install %s"
357
- msgstr "Installation %s"
358
-
359
- #: gallery-plugin.php:845
360
- msgid "Install now from wordpress.org"
361
- msgstr "Installation à partir de wordpress.org"
362
-
363
- #: gallery-plugin.php:850
364
- msgid "If you have any questions, please contact us via"
365
- msgstr "Si vous avez des questions, merci de nous contacter via "
366
-
367
- #: gallery-plugin.php:857
368
- msgid "System status"
369
- msgstr "System status"
370
-
371
- #: gallery-plugin.php:861
372
- msgid "Environment"
373
- msgstr "Environment"
374
-
375
- #: gallery-plugin.php:872
376
- msgid "Active Plugins"
377
- msgstr "Active Plugins"
378
-
379
- #: gallery-plugin.php:883
380
- msgid "Inactive Plugins"
381
- msgstr "Inactive Plugins"
382
-
383
- #: gallery-plugin.php:897
384
- msgid "Send to support"
385
- msgstr "Envoyer au support"
386
-
387
- #: gallery-plugin.php:904
388
- msgid "Send to custom email &#187;"
389
- msgstr "Envoyer un e-mail spécifique &#187;"
390
-
391
- #: gallery-plugin.php:946
392
  msgid "See images &raquo;"
393
  msgstr "Voir les images &raquo;"
394
 
395
- #: gallery-plugin.php:1029
396
  msgid "Settings are saved"
397
  msgstr "Paramètres sauvegardés."
398
 
399
- #: gallery-plugin.php:1043
400
  msgid "Gallery Settings"
401
  msgstr "Paramètres de la galerie"
402
 
403
- #: gallery-plugin.php:1046
404
  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:"
405
  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:"
406
 
407
- #: gallery-plugin.php:1050
408
  msgid "Image size for the album cover"
409
  msgstr "Taille de la vignette de l'album"
410
 
411
- #: gallery-plugin.php:1052
412
- #: gallery-plugin.php:1060
413
- #: gallery-plugin.php:1073
414
  msgid "Image size"
415
  msgstr "Taille de l'image"
416
 
417
- #: gallery-plugin.php:1053
418
- #: gallery-plugin.php:1061
419
  msgid "Width (in px)"
420
  msgstr "Largeur (en pixels)"
421
 
422
- #: gallery-plugin.php:1054
423
- #: gallery-plugin.php:1062
424
  msgid "Height (in px)"
425
  msgstr "Hauteur (en pixels)"
426
 
427
- #: gallery-plugin.php:1058
428
  msgid "Gallery image size"
429
  msgstr "Taille de l'image de la galerie"
430
 
431
- #: gallery-plugin.php:1066
432
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
433
  msgstr "WordPress créera une copie de la miniature avec les dimensions spécifiées quand vous envoyez une nouvelle photo."
434
 
435
- #: gallery-plugin.php:1071
436
  msgid "Gallery image size in the lightbox"
437
  msgstr "Taille de l'image de la galerie"
438
 
439
- #: gallery-plugin.php:1074
440
  msgid "Max width (in px)"
441
  msgstr "Largeur maximum (en pixels)"
442
 
443
- #: gallery-plugin.php:1075
444
  msgid "Max height (in px)"
445
  msgstr "Hauteur maximum (en pixels)"
446
 
447
- #: gallery-plugin.php:1076
448
  msgid "Display a full size image in the lightbox"
449
  msgstr "Afficher une image en taille normale dans la boite"
450
 
451
- #: gallery-plugin.php:1080
452
  msgid "Crop position"
453
  msgstr "Point de base"
454
 
455
- #: gallery-plugin.php:1082
456
  msgid "Horizontal"
457
  msgstr "Horizontale"
458
 
459
- #: gallery-plugin.php:1084
460
  msgid "left"
461
  msgstr "gauche"
462
 
463
- #: gallery-plugin.php:1085
464
- #: gallery-plugin.php:1092
465
  msgid "center"
466
  msgstr "centré"
467
 
468
- #: gallery-plugin.php:1086
469
  msgid "right"
470
  msgstr "droite"
471
 
472
- #: gallery-plugin.php:1089
473
  msgid "Vertical"
474
  msgstr "Verticale"
475
 
476
- #: gallery-plugin.php:1091
477
  msgid "top"
478
  msgstr "haut"
479
 
480
- #: gallery-plugin.php:1093
481
  msgid "bottom"
482
  msgstr "bas"
483
 
484
- #: gallery-plugin.php:1098
485
  msgid "Lightbox background"
486
  msgstr "Fond de la boite"
487
 
488
- #: gallery-plugin.php:1100
489
  msgid "Default"
490
  msgstr "Défaut"
491
 
492
- #: gallery-plugin.php:1101
493
  msgid "Background transparency (from 0 to 1)"
494
  msgstr "Transparence du fond (de 0 à 1)"
495
 
496
- #: gallery-plugin.php:1103
497
  msgid "Select a background color"
498
  msgstr "Choisir une couleur pour le fond"
499
 
500
- #: gallery-plugin.php:1105
501
  msgid "Background color"
502
  msgstr "Couleur du fond"
503
 
504
- #: gallery-plugin.php:1112
505
- #: gallery-plugin.php:1217
506
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
507
  msgstr "Cette fonction est disponible dans le version pro de ce plugin. Pour plus de détails, suivre le lien"
508
 
509
- #: gallery-plugin.php:1119
510
  msgid "Images with border"
511
  msgstr "Image avec bordure"
512
 
513
- #: gallery-plugin.php:1122
514
  msgid "Border width in px, just numbers"
515
  msgstr "Taille de la bordure en pixel, juste le nombre"
516
 
517
- #: gallery-plugin.php:1124
518
- #: gallery-plugin.php:1126
519
  msgid "Select a border color"
520
  msgstr "Choisir une couleur pour la bordure"
521
 
522
- #: gallery-plugin.php:1132
523
  msgid "Number of images in the row"
524
  msgstr "Nombre d'images par ligne"
525
 
526
- #: gallery-plugin.php:1138
527
  msgid "Start slideshow"
528
  msgstr "Démarer le diaporama"
529
 
530
- #: gallery-plugin.php:1144
531
  msgid "Slideshow interval"
532
  msgstr "Interval de transition pour le diaporama"
533
 
534
- #: gallery-plugin.php:1152
535
  msgid "Attachment ID"
536
  msgstr "ID du fichier"
537
 
538
- #: gallery-plugin.php:1153
539
  msgid "Image Name"
540
  msgstr "Nom de l'image "
541
 
542
- #: gallery-plugin.php:1155
543
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
544
  msgstr "Ordre de tri (le nombre dans la fenêtre d'insertion / téléchargement de la galerie)"
545
 
546
- #: gallery-plugin.php:1156
547
  msgid "Random"
548
  msgstr "Aléatoire"
549
 
550
- #: gallery-plugin.php:1160
551
  msgid "Sort images"
552
  msgstr "Trier les images"
553
 
554
- #: gallery-plugin.php:1162
555
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
556
  msgstr "ASC (ordre ascendant de la plus petite à la plus grande valeur - 1, 2, 3; a, b, c)"
557
 
558
- #: gallery-plugin.php:1163
559
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
560
  msgstr "DESC (ordre descendant de la plus grade à la plus petite - 3, 2, 1; c, b, a)"
561
 
562
- #: gallery-plugin.php:1167
563
  msgid "Display text above the image"
564
  msgstr "Aficher le texte au dessus de l'image"
565
 
566
- #: gallery-plugin.php:1169
567
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
568
  msgstr "Si vous voulez juste afficher du texte dans une boite, désactiver l'option"
569
 
570
- #: gallery-plugin.php:1173
571
  msgid "Display the Back link"
572
  msgstr "Afficher le lien de retour"
573
 
574
- #: gallery-plugin.php:1179
575
  msgid "Display the Back link in the shortcode"
576
  msgstr "Afficher le lien de retour dans le code court"
577
 
578
- #: gallery-plugin.php:1185
579
  msgid "The Back link text"
580
  msgstr "Le text pour le lien de retour"
581
 
582
- #: gallery-plugin.php:1191
583
  msgid "The Back link URL"
584
  msgstr "L'URL pour le lien de retour"
585
 
586
- #: gallery-plugin.php:1193
587
  msgid "Gallery page (Page with Gallery Template)"
588
  msgstr "Page de la galerie (Page avec le modèle de galerie)"
589
 
590
- #: gallery-plugin.php:1195
591
  msgid "(Full URL to custom page)"
592
  msgstr "(URL complète pour la page spécifique)"
593
 
594
- #: gallery-plugin.php:1199
595
  msgid "The Read More link text"
596
  msgstr "Texte pour le lien \"Read More\""
597
 
598
- #: gallery-plugin.php:1207
599
  msgid "Display Like buttons in the lightbox"
600
  msgstr "Afficher les boutons des réseaux sociaux dans la boite"
601
 
602
- #: gallery-plugin.php:1209
603
  msgid "FaceBook"
604
  msgstr "FaceBook"
605
 
606
- #: gallery-plugin.php:1210
607
  msgid "Twitter"
608
  msgstr "Twitter"
609
 
610
- #: gallery-plugin.php:1211
611
  msgid "Pinterest"
612
  msgstr "Pinterest"
613
 
614
- #: gallery-plugin.php:1212
615
  msgid "Google +1"
616
  msgstr "Google +1"
617
 
618
- #: gallery-plugin.php:1225
 
 
 
 
 
 
 
 
 
619
  msgid "Save Changes"
620
  msgstr "Sauvegarder"
621
 
622
- #: gallery-plugin.php:1238
 
 
 
 
 
623
  msgid "FAQ"
624
  msgstr "FAQ"
625
 
626
- #: gallery-plugin.php:1239
627
  msgid "Support"
628
  msgstr "Soutien"
629
 
630
- #: gallery-plugin.php:1449
631
  #: template/gallery-single-template.php:76
632
  msgid "Sorry, nothing found."
633
  msgstr "Désolé, rien n'a été trouvé"
634
 
635
- #: gallery-plugin.php:1471
636
  #: template/gallery-single-template.php:102
637
  msgid "Download high resolution image"
638
  msgstr "Télécharger l'image en haute résolution"
@@ -641,6 +430,104 @@ msgstr "Télécharger l'image en haute résolution"
641
  msgid "Image"
642
  msgstr "Image "
643
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
644
  #~ msgid "Add New"
645
  #~ msgstr "Ajouter"
646
  #~ msgid "Search Galleries"
@@ -651,8 +538,6 @@ msgstr "Image "
651
  #~ msgstr "Fichiers trier par"
652
  #~ msgid "attachments order"
653
  #~ msgstr "ordre des fichiers"
654
- #~ msgid "Size for gallery image"
655
- #~ msgstr "Taille de la vignette de la galerie"
656
  #~ msgid "attachment title"
657
  #~ msgstr "titre du fichier"
658
  #~ msgid "date"
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: Didier, L Capronnier <lcapronnier@yahoo.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Generator: Poedit 1.5.7\n"
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 "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
 
25
+ #: gallery-plugin.php:125
26
+ #: gallery-plugin.php:135
27
  msgid "Galleries"
28
  msgstr "Galeries"
29
 
30
+ #: gallery-plugin.php:126
31
+ #: gallery-plugin.php:579
32
  msgid "Gallery"
33
  msgstr "Galerie"
34
 
35
+ #: gallery-plugin.php:127
36
  msgid "Add a Gallery"
37
  msgstr "Ajouter une galerie"
38
 
39
+ #: gallery-plugin.php:128
40
  msgid "Add New Gallery"
41
  msgstr "Ajouter une nouvelle galerie"
42
 
43
+ #: gallery-plugin.php:129
44
  msgid "Edit Gallery"
45
  msgstr "Modifier la galerie"
46
 
47
+ #: gallery-plugin.php:130
48
  msgid "New Gallery"
49
  msgstr "Nouvelle galerie"
50
 
51
+ #: gallery-plugin.php:131
52
  msgid "View Gallery"
53
  msgstr "Voir la galerie"
54
 
55
+ #: gallery-plugin.php:132
56
  msgid "Find a Gallery"
57
  msgstr "Trouver une galerie"
58
 
59
+ #: gallery-plugin.php:133
60
  msgid "No Gallery found"
61
  msgstr "Pas de galeries trouvées"
62
 
63
+ #: gallery-plugin.php:190
64
  msgid "Upload File"
65
  msgstr "Envoi de fichier"
66
 
67
+ #: gallery-plugin.php:191
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:808
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:812
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:688
171
  msgid "Settings are saved"
172
  msgstr "Paramètres sauvegardés."
173
 
174
+ #: gallery-plugin.php:701
175
  msgid "Gallery Settings"
176
  msgstr "Paramètres de la galerie"
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 "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:708
183
  msgid "Image size for the album cover"
184
  msgstr "Taille de la vignette de l'album"
185
 
186
+ #: gallery-plugin.php:710
187
+ #: gallery-plugin.php:718
188
+ #: gallery-plugin.php:731
189
  msgid "Image size"
190
  msgstr "Taille de l'image"
191
 
192
+ #: gallery-plugin.php:711
193
+ #: gallery-plugin.php:719
194
  msgid "Width (in px)"
195
  msgstr "Largeur (en pixels)"
196
 
197
+ #: gallery-plugin.php:712
198
+ #: gallery-plugin.php:720
199
  msgid "Height (in px)"
200
  msgstr "Hauteur (en pixels)"
201
 
202
+ #: gallery-plugin.php:716
203
  msgid "Gallery image size"
204
  msgstr "Taille de l'image de la galerie"
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 créera une copie de la miniature avec les dimensions spécifiées quand vous envoyez une nouvelle photo."
209
 
210
+ #: gallery-plugin.php:729
211
  msgid "Gallery image size in the lightbox"
212
  msgstr "Taille de l'image de la galerie"
213
 
214
+ #: gallery-plugin.php:732
215
  msgid "Max width (in px)"
216
  msgstr "Largeur maximum (en pixels)"
217
 
218
+ #: gallery-plugin.php:733
219
  msgid "Max height (in px)"
220
  msgstr "Hauteur maximum (en pixels)"
221
 
222
+ #: gallery-plugin.php:734
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:738
227
  msgid "Crop position"
228
  msgstr "Point de base"
229
 
230
+ #: gallery-plugin.php:740
231
  msgid "Horizontal"
232
  msgstr "Horizontale"
233
 
234
+ #: gallery-plugin.php:742
235
  msgid "left"
236
  msgstr "gauche"
237
 
238
+ #: gallery-plugin.php:743
239
+ #: gallery-plugin.php:750
240
  msgid "center"
241
  msgstr "centré"
242
 
243
+ #: gallery-plugin.php:744
244
  msgid "right"
245
  msgstr "droite"
246
 
247
+ #: gallery-plugin.php:747
248
  msgid "Vertical"
249
  msgstr "Verticale"
250
 
251
+ #: gallery-plugin.php:749
252
  msgid "top"
253
  msgstr "haut"
254
 
255
+ #: gallery-plugin.php:751
256
  msgid "bottom"
257
  msgstr "bas"
258
 
259
+ #: gallery-plugin.php:756
260
  msgid "Lightbox background"
261
  msgstr "Fond de la boite"
262
 
263
+ #: gallery-plugin.php:758
264
  msgid "Default"
265
  msgstr "Défaut"
266
 
267
+ #: gallery-plugin.php:759
268
  msgid "Background transparency (from 0 to 1)"
269
  msgstr "Transparence du fond (de 0 à 1)"
270
 
271
+ #: gallery-plugin.php:761
272
  msgid "Select a background color"
273
  msgstr "Choisir une couleur pour le fond"
274
 
275
+ #: gallery-plugin.php:763
276
  msgid "Background color"
277
  msgstr "Couleur du fond"
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 "Cette fonction est disponible dans le version pro de ce plugin. Pour plus de détails, suivre le lien"
283
 
284
+ #: gallery-plugin.php:777
285
  msgid "Images with border"
286
  msgstr "Image avec bordure"
287
 
288
+ #: gallery-plugin.php:780
289
  msgid "Border width in px, just numbers"
290
  msgstr "Taille de la bordure en pixel, juste le nombre"
291
 
292
+ #: gallery-plugin.php:782
293
+ #: gallery-plugin.php:784
294
  msgid "Select a border color"
295
  msgstr "Choisir une couleur pour la bordure"
296
 
297
+ #: gallery-plugin.php:790
298
  msgid "Number of images in the row"
299
  msgstr "Nombre d'images par ligne"
300
 
301
+ #: gallery-plugin.php:796
302
  msgid "Start slideshow"
303
  msgstr "Démarer le diaporama"
304
 
305
+ #: gallery-plugin.php:802
306
  msgid "Slideshow interval"
307
  msgstr "Interval de transition pour le diaporama"
308
 
309
+ #: gallery-plugin.php:810
310
  msgid "Attachment ID"
311
  msgstr "ID du fichier"
312
 
313
+ #: gallery-plugin.php:811
314
  msgid "Image Name"
315
  msgstr "Nom de l'image "
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 "Ordre de tri (le nombre dans la fenêtre d'insertion / téléchargement de la galerie)"
320
 
321
+ #: gallery-plugin.php:814
322
  msgid "Random"
323
  msgstr "Aléatoire"
324
 
325
+ #: gallery-plugin.php:818
326
  msgid "Sort images"
327
  msgstr "Trier les images"
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 (ordre ascendant de la plus petite à la plus grande valeur - 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 (ordre descendant de la plus grade à la plus petite - 3, 2, 1; c, b, a)"
336
 
337
+ #: gallery-plugin.php:825
338
  msgid "Display text above the image"
339
  msgstr "Aficher le texte au dessus de l'image"
340
 
341
+ #: gallery-plugin.php:827
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:831
346
  msgid "Display the Back link"
347
  msgstr "Afficher le lien de retour"
348
 
349
+ #: gallery-plugin.php:837
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:843
354
  msgid "The Back link text"
355
  msgstr "Le text pour le lien de retour"
356
 
357
+ #: gallery-plugin.php:849
358
  msgid "The Back link URL"
359
  msgstr "L'URL pour le lien de retour"
360
 
361
+ #: gallery-plugin.php:851
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:853
366
  msgid "(Full URL to custom page)"
367
  msgstr "(URL complète pour la page spécifique)"
368
 
369
+ #: gallery-plugin.php:857
370
  msgid "The Read More link text"
371
  msgstr "Texte pour le lien \"Read More\""
372
 
373
+ #: gallery-plugin.php:865
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:867
378
  msgid "FaceBook"
379
  msgstr "FaceBook"
380
 
381
+ #: gallery-plugin.php:868
382
  msgid "Twitter"
383
  msgstr "Twitter"
384
 
385
+ #: gallery-plugin.php:869
386
  msgid "Pinterest"
387
  msgstr "Pinterest"
388
 
389
+ #: gallery-plugin.php:870
390
  msgid "Google +1"
391
  msgstr "Google +1"
392
 
393
+ #: gallery-plugin.php:873
394
+ #, fuzzy
395
+ msgid "Slug for gallery item"
396
+ msgstr "Taille de la vignette de la galerie"
397
+
398
+ #: gallery-plugin.php:875
399
+ msgid "for any structure of permalinks except the default structure"
400
+ msgstr ""
401
+
402
+ #: gallery-plugin.php:887
403
  msgid "Save Changes"
404
  msgstr "Sauvegarder"
405
 
406
+ #: gallery-plugin.php:899
407
+ #: gallery-plugin.php:914
408
+ msgid "Settings"
409
+ msgstr "Paramètres"
410
+
411
+ #: gallery-plugin.php:900
412
  msgid "FAQ"
413
  msgstr "FAQ"
414
 
415
+ #: gallery-plugin.php:901
416
  msgid "Support"
417
  msgstr "Soutien"
418
 
419
+ #: gallery-plugin.php:1111
420
  #: template/gallery-single-template.php:76
421
  msgid "Sorry, nothing found."
422
  msgstr "Désolé, rien n'a été trouvé"
423
 
424
+ #: gallery-plugin.php:1133
425
  #: template/gallery-single-template.php:102
426
  msgid "Download high resolution image"
427
  msgstr "Télécharger l'image en haute résolution"
430
  msgid "Image"
431
  msgstr "Image "
432
 
433
+ #~ msgid "Not set"
434
+ #~ msgstr "Not set"
435
+ #~ msgid "On"
436
+ #~ msgstr "On"
437
+ #~ msgid "Off"
438
+ #~ msgstr "Off"
439
+ #~ msgid "N/A"
440
+ #~ msgstr "N/A"
441
+ #~ msgid " Mb"
442
+ #~ msgstr " Mb"
443
+ #~ msgid "Yes"
444
+ #~ msgstr "Yes"
445
+ #~ msgid "No"
446
+ #~ msgstr "No"
447
+ #~ msgid "Operating System"
448
+ #~ msgstr "Operating System"
449
+ #~ msgid "Server"
450
+ #~ msgstr "Server"
451
+ #~ msgid "Memory usage"
452
+ #~ msgstr "Memory usage"
453
+ #~ msgid "MYSQL Version"
454
+ #~ msgstr "MYSQL Version"
455
+ #~ msgid "SQL Mode"
456
+ #~ msgstr "SQL Mode"
457
+ #~ msgid "PHP Version"
458
+ #~ msgstr "PHP Version"
459
+ #~ msgid "PHP Safe Mode"
460
+ #~ msgstr "PHP Safe Mode"
461
+ #~ msgid "PHP Allow URL fopen"
462
+ #~ msgstr "PHP Allow URL fopen"
463
+ #~ msgid "PHP Memory Limit"
464
+ #~ msgstr "PHP Memory Limit"
465
+ #~ msgid "PHP Max Upload Size"
466
+ #~ msgstr "PHP Max Upload Size"
467
+ #~ msgid "PHP Max Post Size"
468
+ #~ msgstr "PHP Max Post Size"
469
+ #~ msgid "PHP Max Script Execute Time"
470
+ #~ msgstr "PHP Max Script Execute Time"
471
+ #~ msgid "PHP Exif support"
472
+ #~ msgstr "PHP Exif support"
473
+ #~ msgid "PHP IPTC support"
474
+ #~ msgstr "PHP IPTC support"
475
+ #~ msgid "PHP XML support"
476
+ #~ msgstr "PHP XML support"
477
+ #~ msgid "Site URL"
478
+ #~ msgstr "Site URL"
479
+ #~ msgid "Home URL"
480
+ #~ msgstr "Home URL"
481
+ #~ msgid "WordPress Version"
482
+ #~ msgstr "WordPress Version"
483
+ #~ msgid "WordPress DB Version"
484
+ #~ msgstr "WordPress DB Version"
485
+ #~ msgid "Multisite"
486
+ #~ msgstr "Multisite"
487
+ #~ msgid "Active Theme"
488
+ #~ msgstr "Active Theme"
489
+ #~ msgid "Please enter a valid email address."
490
+ #~ msgstr "Merci de fournir une adresse e-mail valide."
491
+ #~ msgid "Email with system info is sent to "
492
+ #~ msgstr "L'e-mail avec les informations systèmes est envoyé à "
493
+ #~ msgid "Thank you for contacting us."
494
+ #~ msgstr "Merci d'avoir pris contact avec nous."
495
+ #~ msgid "Sorry, email message could not be delivered."
496
+ #~ msgstr "Désoler, l'e-mail n'a pas pu être envoyé."
497
+ #~ msgid "Pro plugins"
498
+ #~ msgstr "Extensions Pro"
499
+ #~ msgid "Activated plugins"
500
+ #~ msgstr "Extensions activées"
501
+ #~ msgid "Read more"
502
+ #~ msgstr "Lire plus..."
503
+ #~ msgid "Installed plugins"
504
+ #~ msgstr "Extensions installées"
505
+ #~ msgid "Recommended plugins"
506
+ #~ msgstr "Extensions recommandées"
507
+ #~ msgid "Purchase"
508
+ #~ msgstr "Acheter"
509
+ #~ msgid "Free plugins"
510
+ #~ msgstr "Extensions gratuites"
511
+ #~ msgid "Download"
512
+ #~ msgstr "Télécharger"
513
+ #~ msgid "Install %s"
514
+ #~ msgstr "Installation %s"
515
+ #~ msgid "Install now from wordpress.org"
516
+ #~ msgstr "Installation à partir de wordpress.org"
517
+ #~ msgid "If you have any questions, please contact us via"
518
+ #~ msgstr "Si vous avez des questions, merci de nous contacter via "
519
+ #~ msgid "System status"
520
+ #~ msgstr "System status"
521
+ #~ msgid "Environment"
522
+ #~ msgstr "Environment"
523
+ #~ msgid "Active Plugins"
524
+ #~ msgstr "Active Plugins"
525
+ #~ msgid "Inactive Plugins"
526
+ #~ msgstr "Inactive Plugins"
527
+ #~ msgid "Send to support"
528
+ #~ msgstr "Envoyer au support"
529
+ #~ msgid "Send to custom email &#187;"
530
+ #~ msgstr "Envoyer un e-mail spécifique &#187;"
531
  #~ msgid "Add New"
532
  #~ msgstr "Ajouter"
533
  #~ msgid "Search Galleries"
538
  #~ msgstr "Fichiers trier par"
539
  #~ msgid "attachments order"
540
  #~ msgstr "ordre des fichiers"
 
 
541
  #~ msgid "attachment title"
542
  #~ msgstr "titre du fichier"
543
  #~ msgid "date"
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-07-18 11:31+0300\n"
6
- "PO-Revision-Date: 2013-07-18 11:31+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -19,734 +19,562 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ gallery
22
- #: gallery-plugin.php:103
23
- #: gallery-plugin.php:1056
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
 
27
  # @ gallery
28
- #: gallery-plugin.php:127
29
- #: gallery-plugin.php:137
30
  msgid "Galleries"
31
  msgstr "גלריות"
32
 
33
  # @ gallery
34
- #: gallery-plugin.php:128
35
- #: gallery-plugin.php:923
36
  msgid "Gallery"
37
  msgstr "גלריה"
38
 
39
  # @ gallery
40
- #: gallery-plugin.php:129
41
  #, fuzzy
42
  msgid "Add a Gallery"
43
  msgstr "הוסף גלריה חדשה"
44
 
45
  # @ gallery
46
- #: gallery-plugin.php:130
47
  msgid "Add New Gallery"
48
  msgstr "הוסף גלריה חדשה"
49
 
50
  # @ gallery
51
- #: gallery-plugin.php:131
52
  msgid "Edit Gallery"
53
  msgstr "ערוך גלריה"
54
 
55
  # @ gallery
56
- #: gallery-plugin.php:132
57
  msgid "New Gallery"
58
  msgstr "גלריה חדשה"
59
 
60
  # @ gallery
61
- #: gallery-plugin.php:133
62
  msgid "View Gallery"
63
  msgstr "הצג גלריה"
64
 
65
  # @ gallery
66
- #: gallery-plugin.php:134
67
  #, fuzzy
68
  msgid "Find a Gallery"
69
  msgstr "ערוך גלריה"
70
 
71
  # @ gallery
72
- #: gallery-plugin.php:135
73
  #, fuzzy
74
  msgid "No Gallery found"
75
  msgstr "לא נמצאו גלריות"
76
 
77
  # @ gallery
78
- #: gallery-plugin.php:192
79
  msgid "Upload File"
80
  msgstr "העלה קובץ"
81
 
82
  # @ gallery
83
- #: gallery-plugin.php:193
84
  msgid "Gallery Shortcode"
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:1170
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-plugin.php:275
 
 
 
 
 
 
134
  msgid "URL"
135
  msgstr ""
136
 
137
- #: gallery-plugin.php:275
138
- msgid "(by click on image <br /> opens a link in a new window)"
139
  msgstr ""
140
 
141
- #: gallery-plugin.php:276
142
  msgid "This setting is available in Pro version"
143
  msgstr ""
144
 
145
- #: gallery-plugin.php:277
146
  msgid "Open the link"
147
  msgstr ""
148
 
149
- #: gallery-plugin.php:277
150
  msgid "Current window"
151
  msgstr ""
152
 
153
- #: gallery-plugin.php:277
154
  msgid "New window"
155
  msgstr ""
156
 
157
- #: gallery-plugin.php:278
158
  msgid "Delete"
159
  msgstr ""
160
 
161
  # @ gallery
162
- #: gallery-plugin.php:292
163
  #, fuzzy
164
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
165
  msgstr "אתה יכול להעלות את הגלריה הבודדת בבגוף הדף או הפוסט על ידי הוספת קיצור הקוד בתוכן"
166
 
167
- #: gallery-plugin.php:294
168
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
169
  msgstr ""
170
 
171
  # @ gallery
172
- #: gallery-plugin.php:479
173
- msgid "Title"
174
- msgstr "כותרת"
175
-
176
- # @ gallery
177
- #: gallery-plugin.php:480
178
  msgid "Author"
179
  msgstr "מחבר"
180
 
181
  # @ gallery
182
- #: gallery-plugin.php:481
183
  #, fuzzy
184
  msgid "Photo"
185
  msgstr "של התמונה"
186
 
187
  # @ gallery
188
- #: gallery-plugin.php:482
189
  #, fuzzy
190
  msgid "Publishing"
191
  msgstr "ציבורי"
192
 
193
  # @ gallery
194
- #: gallery-plugin.php:483
195
- #: gallery-plugin.php:1174
196
  msgid "Date"
197
  msgstr "תאריך"
198
 
199
- #: gallery-plugin.php:658
200
- msgid "Not set"
201
- msgstr ""
202
-
203
- #: gallery-plugin.php:660
204
- #: gallery-plugin.php:664
205
- msgid "On"
206
- msgstr ""
207
-
208
- #: gallery-plugin.php:662
209
- #: gallery-plugin.php:666
210
- msgid "Off"
211
- msgstr ""
212
-
213
- #: gallery-plugin.php:670
214
- #: gallery-plugin.php:674
215
- #: gallery-plugin.php:678
216
- #: gallery-plugin.php:682
217
- #: gallery-plugin.php:686
218
- #: gallery-plugin.php:712
219
- msgid "N/A"
220
- msgstr ""
221
-
222
- #: gallery-plugin.php:684
223
- msgid " Mb"
224
- msgstr ""
225
-
226
- #: gallery-plugin.php:688
227
- #: gallery-plugin.php:692
228
- #: gallery-plugin.php:696
229
- #: gallery-plugin.php:707
230
- msgid "Yes"
231
- msgstr ""
232
-
233
- #: gallery-plugin.php:690
234
- #: gallery-plugin.php:694
235
- #: gallery-plugin.php:698
236
- #: gallery-plugin.php:709
237
- msgid "No"
238
- msgstr ""
239
-
240
- #: gallery-plugin.php:723
241
- msgid "Operating System"
242
- msgstr ""
243
-
244
- #: gallery-plugin.php:724
245
- msgid "Server"
246
- msgstr ""
247
-
248
- #: gallery-plugin.php:725
249
- msgid "Memory usage"
250
- msgstr ""
251
-
252
- #: gallery-plugin.php:726
253
- msgid "MYSQL Version"
254
- msgstr ""
255
-
256
- #: gallery-plugin.php:727
257
- msgid "SQL Mode"
258
- msgstr ""
259
-
260
- #: gallery-plugin.php:728
261
- msgid "PHP Version"
262
- msgstr ""
263
-
264
- #: gallery-plugin.php:729
265
- msgid "PHP Safe Mode"
266
- msgstr ""
267
-
268
- #: gallery-plugin.php:730
269
- msgid "PHP Allow URL fopen"
270
- msgstr ""
271
-
272
- #: gallery-plugin.php:731
273
- msgid "PHP Memory Limit"
274
- msgstr ""
275
-
276
- # @ gallery
277
- #: gallery-plugin.php:732
278
- #, fuzzy
279
- msgid "PHP Max Upload Size"
280
- msgstr "העלה קובץ"
281
-
282
- #: gallery-plugin.php:733
283
- msgid "PHP Max Post Size"
284
- msgstr ""
285
-
286
- #: gallery-plugin.php:734
287
- msgid "PHP Max Script Execute Time"
288
- msgstr ""
289
-
290
- #: gallery-plugin.php:735
291
- msgid "PHP Exif support"
292
- msgstr ""
293
-
294
- #: gallery-plugin.php:736
295
- msgid "PHP IPTC support"
296
- msgstr ""
297
-
298
- #: gallery-plugin.php:737
299
- msgid "PHP XML support"
300
- msgstr ""
301
-
302
- #: gallery-plugin.php:738
303
- msgid "Site URL"
304
- msgstr ""
305
-
306
- #: gallery-plugin.php:739
307
- msgid "Home URL"
308
- msgstr ""
309
-
310
- #: gallery-plugin.php:740
311
- msgid "WordPress Version"
312
- msgstr ""
313
-
314
- #: gallery-plugin.php:741
315
- msgid "WordPress DB Version"
316
- msgstr ""
317
-
318
- #: gallery-plugin.php:742
319
- msgid "Multisite"
320
- msgstr ""
321
-
322
- #: gallery-plugin.php:743
323
- msgid "Active Theme"
324
- msgstr ""
325
-
326
- #: gallery-plugin.php:758
327
- msgid "Please enter a valid email address."
328
- msgstr ""
329
-
330
- #: gallery-plugin.php:762
331
- msgid "Email with system info is sent to "
332
- msgstr ""
333
-
334
- #: gallery-plugin.php:766
335
- msgid "Thank you for contacting us."
336
- msgstr ""
337
-
338
- #: gallery-plugin.php:794
339
- msgid "Sorry, email message could not be delivered."
340
- msgstr ""
341
-
342
  # @ gallery
343
- #: gallery-plugin.php:802
344
- #, fuzzy
345
- msgid "Pro plugins"
346
- msgstr "תוספים מומלצים"
347
-
348
- # @ gallery
349
- #: gallery-plugin.php:805
350
- #: gallery-plugin.php:831
351
- msgid "Activated plugins"
352
- msgstr "תוספים פעילים"
353
-
354
- # @ gallery
355
- #: gallery-plugin.php:807
356
- #: gallery-plugin.php:815
357
- #: gallery-plugin.php:823
358
- #: gallery-plugin.php:833
359
- #: gallery-plugin.php:841
360
- #: gallery-plugin.php:849
361
- msgid "Read more"
362
- msgstr "קרא עוד"
363
-
364
- # @ gallery
365
- #: gallery-plugin.php:807
366
- #: gallery-plugin.php:833
367
- #: gallery-plugin.php:1257
368
- #: gallery-plugin.php:1272
369
- msgid "Settings"
370
- msgstr "הגדרות"
371
-
372
- # @ gallery
373
- #: gallery-plugin.php:813
374
- #: gallery-plugin.php:839
375
- msgid "Installed plugins"
376
- msgstr "תוספים מותקנים"
377
-
378
- # @ gallery
379
- #: gallery-plugin.php:821
380
- #: gallery-plugin.php:847
381
- msgid "Recommended plugins"
382
- msgstr "תוספים מומלצים"
383
-
384
- #: gallery-plugin.php:823
385
- msgid "Purchase"
386
- msgstr ""
387
-
388
- # @ gallery
389
- #: gallery-plugin.php:828
390
- #, fuzzy
391
- msgid "Free plugins"
392
- msgstr "תוספים מומלצים"
393
-
394
- # @ gallery
395
- #: gallery-plugin.php:849
396
- msgid "Download"
397
- msgstr "הורד"
398
-
399
- # @ default
400
- #: gallery-plugin.php:849
401
- #, php-format
402
- msgid "Install %s"
403
- msgstr "התקן %s"
404
-
405
- # @ gallery
406
- #: gallery-plugin.php:849
407
- msgid "Install now from wordpress.org"
408
- msgstr "הורד כעת מ wordpress.org"
409
-
410
- # @ gallery
411
- #: gallery-plugin.php:854
412
- #, fuzzy
413
- msgid "If you have any questions, please contact us via"
414
- msgstr "אם יש לך שאלות כלשהן, אנא צור עמנו קשר דרך plugin@bestwebsoft.com או שתמלא את טופס יצירת הקשר באתר שלנו"
415
-
416
- #: gallery-plugin.php:861
417
- msgid "System status"
418
- msgstr ""
419
-
420
- #: gallery-plugin.php:865
421
- msgid "Environment"
422
- msgstr ""
423
-
424
- # @ gallery
425
- #: gallery-plugin.php:876
426
- #, fuzzy
427
- msgid "Active Plugins"
428
- msgstr "תוספים פעילים"
429
-
430
- # @ gallery
431
- #: gallery-plugin.php:887
432
- #, fuzzy
433
- msgid "Inactive Plugins"
434
- msgstr "תוספים פעילים"
435
-
436
- # @ gallery
437
- #: gallery-plugin.php:901
438
- #, fuzzy
439
- msgid "Send to support"
440
- msgstr "תמיכה"
441
-
442
- #: gallery-plugin.php:908
443
- msgid "Send to custom email &#187;"
444
- msgstr ""
445
-
446
- # @ gallery
447
- #: gallery-plugin.php:950
448
  #, fuzzy
449
  msgid "See images &raquo;"
450
  msgstr "ראו תמונה »"
451
 
452
  # @ gallery
453
- #: gallery-plugin.php:1049
454
  #, fuzzy
455
  msgid "Settings are saved"
456
  msgstr "האפשרויות נשמרו."
457
 
458
  # @ gallery
459
- #: gallery-plugin.php:1063
460
  #, fuzzy
461
  msgid "Gallery Settings"
462
  msgstr "אפשרויות גלריה"
463
 
464
  # @ gallery
465
- #: gallery-plugin.php:1066
466
  #, fuzzy
467
  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:"
468
  msgstr "אם אתה רוצה להוסיף גלריה בודדת לדף או לפוסט שלך, פשוט העתק והדבק את קיצור הקוד הזה בתוך תוכן הפוסט או הדף שלך:"
469
 
470
  # @ gallery
471
- #: gallery-plugin.php:1070
472
  #, fuzzy
473
  msgid "Image size for the album cover"
474
  msgstr "גודל הכריכה של האלבום של הגלריה"
475
 
476
  # @ gallery
477
- #: gallery-plugin.php:1072
478
- #: gallery-plugin.php:1080
479
- #: gallery-plugin.php:1093
480
  #, fuzzy
481
  msgid "Image size"
482
  msgstr "שם גודל תמונה"
483
 
484
  # @ gallery
485
- #: gallery-plugin.php:1073
486
- #: gallery-plugin.php:1081
487
  msgid "Width (in px)"
488
  msgstr "רוחב (בפיקסלים)"
489
 
490
  # @ gallery
491
- #: gallery-plugin.php:1074
492
- #: gallery-plugin.php:1082
493
  msgid "Height (in px)"
494
  msgstr "גובה (בפיקסלים)"
495
 
496
  # @ gallery
497
- #: gallery-plugin.php:1078
498
  #, fuzzy
499
  msgid "Gallery image size"
500
  msgstr "גלריות"
501
 
502
  # @ gallery
503
- #: gallery-plugin.php:1086
504
  #, fuzzy
505
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
506
  msgstr "וורדפרס ייצור העתק של תמונה ממוזערת של הפוסט עם המידות שצוינו כאשר אתה מעלה תמונה חדשה."
507
 
508
- #: gallery-plugin.php:1091
509
  msgid "Gallery image size in the lightbox"
510
  msgstr ""
511
 
512
  # @ gallery
513
- #: gallery-plugin.php:1094
514
  #, fuzzy
515
  msgid "Max width (in px)"
516
  msgstr "רוחב (בפיקסלים)"
517
 
518
  # @ gallery
519
- #: gallery-plugin.php:1095
520
  #, fuzzy
521
  msgid "Max height (in px)"
522
  msgstr "גובה (בפיקסלים)"
523
 
524
- #: gallery-plugin.php:1096
525
  msgid "Display a full size image in the lightbox"
526
  msgstr ""
527
 
528
- #: gallery-plugin.php:1100
529
  msgid "Crop position"
530
  msgstr ""
531
 
532
- #: gallery-plugin.php:1102
533
  msgid "Horizontal"
534
  msgstr ""
535
 
536
- #: gallery-plugin.php:1104
537
  msgid "left"
538
  msgstr ""
539
 
540
- #: gallery-plugin.php:1105
541
- #: gallery-plugin.php:1112
542
  msgid "center"
543
  msgstr ""
544
 
545
- #: gallery-plugin.php:1106
546
  msgid "right"
547
  msgstr ""
548
 
549
- #: gallery-plugin.php:1109
550
  msgid "Vertical"
551
  msgstr ""
552
 
553
- #: gallery-plugin.php:1111
554
  msgid "top"
555
  msgstr ""
556
 
557
- #: gallery-plugin.php:1113
558
  msgid "bottom"
559
  msgstr ""
560
 
561
- #: gallery-plugin.php:1118
562
  msgid "Lightbox background"
563
  msgstr ""
564
 
565
- #: gallery-plugin.php:1120
566
  msgid "Default"
567
  msgstr ""
568
 
569
- #: gallery-plugin.php:1121
570
  msgid "Background transparency (from 0 to 1)"
571
  msgstr ""
572
 
573
- #: gallery-plugin.php:1123
574
  msgid "Select a background color"
575
  msgstr ""
576
 
577
- #: gallery-plugin.php:1125
578
  msgid "Background color"
579
  msgstr ""
580
 
581
- #: gallery-plugin.php:1132
582
- #: gallery-plugin.php:1237
583
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
584
  msgstr ""
585
 
586
- #: gallery-plugin.php:1139
587
  msgid "Images with border"
588
  msgstr ""
589
 
590
- #: gallery-plugin.php:1142
591
  msgid "Border width in px, just numbers"
592
  msgstr ""
593
 
594
- #: gallery-plugin.php:1144
595
- #: gallery-plugin.php:1146
596
  msgid "Select a border color"
597
  msgstr ""
598
 
599
  # @ gallery
600
- #: gallery-plugin.php:1152
601
  #, fuzzy
602
  msgid "Number of images in the row"
603
  msgstr "מספר תמונות בשורה"
604
 
605
  # @ gallery
606
- #: gallery-plugin.php:1158
607
  msgid "Start slideshow"
608
  msgstr "התחל מצגת"
609
 
610
  # @ gallery
611
- #: gallery-plugin.php:1164
612
  msgid "Slideshow interval"
613
  msgstr "מרווח מצגת"
614
 
615
  # @ gallery
616
- #: gallery-plugin.php:1172
617
  #, fuzzy
618
  msgid "Attachment ID"
619
  msgstr "מזהה קובץ מצורף"
620
 
621
  # @ gallery
622
- #: gallery-plugin.php:1173
623
  #, fuzzy
624
  msgid "Image Name"
625
  msgstr "תמונה "
626
 
627
  # @ gallery
628
- #: gallery-plugin.php:1175
629
  #, fuzzy
630
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
631
  msgstr "סדר קבצים מצורפים (המספר השלם של השדות בהוספה \\ דיאלוג העלאת גלריית מדיה)"
632
 
633
  # @ gallery
634
- #: gallery-plugin.php:1176
635
  #, fuzzy
636
  msgid "Random"
637
  msgstr "אקראי"
638
 
639
  # @ gallery
640
- #: gallery-plugin.php:1180
641
  #, fuzzy
642
  msgid "Sort images"
643
  msgstr "מספר תמונות בשורה"
644
 
645
  # @ gallery
646
- #: gallery-plugin.php:1182
647
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
648
  msgstr "סדר עולה (מן הערך הנמוך ביותר לערך הגבוה ביותר)"
649
 
650
  # @ gallery
651
- #: gallery-plugin.php:1183
652
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
653
  msgstr "סדר יורד (מן הערך הגבוה ביותר לערך הנמוך ביותר)"
654
 
655
- #: gallery-plugin.php:1187
656
  msgid "Display text above the image"
657
  msgstr ""
658
 
659
- #: gallery-plugin.php:1189
660
- msgid "If you want to display text just in a lightbox"
661
  msgstr ""
662
 
663
  # @ gallery
664
- #: gallery-plugin.php:1193
665
  #, fuzzy
666
  msgid "Display the Back link"
667
  msgstr "הצג קישור חזרה"
668
 
669
  # @ gallery
670
- #: gallery-plugin.php:1199
671
  #, fuzzy
672
  msgid "Display the Back link in the shortcode"
673
  msgstr "הצג קישור חזרה בקיצור הקוד"
674
 
675
- #: gallery-plugin.php:1205
676
  msgid "The Back link text"
677
  msgstr ""
678
 
679
- #: gallery-plugin.php:1211
680
  msgid "The Back link URL"
681
  msgstr ""
682
 
683
- #: gallery-plugin.php:1213
684
  msgid "Gallery page (Page with Gallery Template)"
685
  msgstr ""
686
 
687
- #: gallery-plugin.php:1215
688
  msgid "(Full URL to custom page)"
689
  msgstr ""
690
 
691
- #: gallery-plugin.php:1219
692
  msgid "The Read More link text"
693
  msgstr ""
694
 
695
- #: gallery-plugin.php:1227
696
  msgid "Display Like buttons in the lightbox"
697
  msgstr ""
698
 
699
- #: gallery-plugin.php:1229
700
  msgid "FaceBook"
701
  msgstr ""
702
 
703
  # @ gallery
704
- #: gallery-plugin.php:1230
705
  #, fuzzy
706
  msgid "Twitter"
707
  msgstr "כותרת"
708
 
709
- #: gallery-plugin.php:1231
710
  msgid "Pinterest"
711
  msgstr ""
712
 
713
- #: gallery-plugin.php:1232
714
  msgid "Google +1"
715
  msgstr ""
716
 
 
 
 
 
 
 
 
 
 
 
717
  # @ default
718
- #: gallery-plugin.php:1245
719
  msgid "Save Changes"
720
  msgstr "שמור שינויים"
721
 
722
  # @ gallery
723
- #: gallery-plugin.php:1258
 
 
 
 
 
 
724
  msgid "FAQ"
725
  msgstr "שאלות ותשובות"
726
 
727
  # @ gallery
728
- #: gallery-plugin.php:1259
729
  msgid "Support"
730
  msgstr "תמיכה"
731
 
732
  # @ gallery
733
- #: gallery-plugin.php:1476
734
  #: template/gallery-single-template.php:76
735
  #, fuzzy
736
  msgid "Sorry, nothing found."
737
  msgstr "מצטערים, אין מה למצוא."
738
 
739
- #: gallery-plugin.php:1498
740
- #: template/gallery-single-template.php:101
741
  msgid "Download high resolution image"
742
  msgstr ""
743
 
744
  # @ gallery
745
- #: template/gallery-single-template.php:101
746
  #, fuzzy
747
  msgid "Image"
748
  msgstr "תמונה "
749
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
750
  # @ gallery
751
  #~ msgid "Add New"
752
  #~ msgstr "הוסף"
@@ -757,9 +585,6 @@ msgstr "תמונה "
757
  #~ msgid "Attachments order by"
758
  #~ msgstr "סדר הקבצים המצורפים"
759
  # @ gallery
760
- #~ msgid "Size for gallery image"
761
- #~ msgstr "גודל תמונת גלריה"
762
- # @ gallery
763
  #~ msgid "attachment title"
764
  #~ msgstr "כותרת קובץ מצורף"
765
  # @ gallery
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"
19
  "X-Poedit-SearchPath-0: .\n"
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
 
27
  # @ gallery
28
+ #: gallery-plugin.php:125
29
+ #: gallery-plugin.php:135
30
  msgid "Galleries"
31
  msgstr "גלריות"
32
 
33
  # @ gallery
34
+ #: gallery-plugin.php:126
35
+ #: gallery-plugin.php:579
36
  msgid "Gallery"
37
  msgstr "גלריה"
38
 
39
  # @ gallery
40
+ #: gallery-plugin.php:127
41
  #, fuzzy
42
  msgid "Add a Gallery"
43
  msgstr "הוסף גלריה חדשה"
44
 
45
  # @ gallery
46
+ #: gallery-plugin.php:128
47
  msgid "Add New Gallery"
48
  msgstr "הוסף גלריה חדשה"
49
 
50
  # @ gallery
51
+ #: gallery-plugin.php:129
52
  msgid "Edit Gallery"
53
  msgstr "ערוך גלריה"
54
 
55
  # @ gallery
56
+ #: gallery-plugin.php:130
57
  msgid "New Gallery"
58
  msgstr "גלריה חדשה"
59
 
60
  # @ gallery
61
+ #: gallery-plugin.php:131
62
  msgid "View Gallery"
63
  msgstr "הצג גלריה"
64
 
65
  # @ gallery
66
+ #: gallery-plugin.php:132
67
  #, fuzzy
68
  msgid "Find a Gallery"
69
  msgstr "ערוך גלריה"
70
 
71
  # @ gallery
72
+ #: gallery-plugin.php:133
73
  #, fuzzy
74
  msgid "No Gallery found"
75
  msgstr "לא נמצאו גלריות"
76
 
77
  # @ gallery
78
+ #: gallery-plugin.php:190
79
  msgid "Upload File"
80
  msgstr "העלה קובץ"
81
 
82
  # @ gallery
83
+ #: gallery-plugin.php:191
84
  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 "תמונה "
519
 
520
+ # @ gallery
521
+ #, fuzzy
522
+ #~ msgid "PHP Max Upload Size"
523
+ #~ msgstr "העלה קובץ"
524
+
525
+ # @ gallery
526
+ #, fuzzy
527
+ #~ msgid "Pro plugins"
528
+ #~ msgstr "תוספים מומלצים"
529
+
530
+ # @ gallery
531
+ #~ msgid "Activated plugins"
532
+ #~ msgstr "תוספים פעילים"
533
+ # @ gallery
534
+ #~ msgid "Read more"
535
+ #~ msgstr "קרא עוד"
536
+ # @ gallery
537
+ #~ msgid "Installed plugins"
538
+ #~ msgstr "תוספים מותקנים"
539
+ # @ gallery
540
+ #~ msgid "Recommended plugins"
541
+ #~ msgstr "תוספים מומלצים"
542
+ # @ gallery
543
+ #, fuzzy
544
+ #~ msgid "Free plugins"
545
+ #~ msgstr "תוספים מומלצים"
546
+
547
+ # @ gallery
548
+ #~ msgid "Download"
549
+ #~ msgstr "הורד"
550
+ # @ default
551
+ #~ msgid "Install %s"
552
+ #~ msgstr "התקן %s"
553
+ # @ gallery
554
+ #~ msgid "Install now from wordpress.org"
555
+ #~ msgstr "הורד כעת מ wordpress.org"
556
+ # @ gallery
557
+ #, fuzzy
558
+ #~ msgid "If you have any questions, please contact us via"
559
+ #~ msgstr ""
560
+ #~ "אם יש לך שאלות כלשהן, אנא צור עמנו קשר דרך plugin@bestwebsoft.com או "
561
+ #~ "שתמלא את טופס יצירת הקשר באתר שלנו"
562
+
563
+ # @ gallery
564
+ #, fuzzy
565
+ #~ msgid "Active Plugins"
566
+ #~ msgstr "תוספים פעילים"
567
+
568
+ # @ gallery
569
+ #, fuzzy
570
+ #~ msgid "Inactive Plugins"
571
+ #~ msgstr "תוספים פעילים"
572
+
573
+ # @ gallery
574
+ #, fuzzy
575
+ #~ msgid "Send to support"
576
+ #~ msgstr "תמיכה"
577
+
578
  # @ gallery
579
  #~ msgid "Add New"
580
  #~ msgstr "הוסף"
585
  #~ msgid "Attachments order by"
586
  #~ msgstr "סדר הקבצים המצורפים"
587
  # @ gallery
 
 
 
588
  #~ msgid "attachment title"
589
  #~ msgstr "כותרת קובץ מצורף"
590
  # @ gallery
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-07-18 11:31+0300\n"
6
- "PO-Revision-Date: 2013-07-18 11:31+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -16,667 +16,491 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:103
20
- #: gallery-plugin.php:1056
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
 
24
- #: gallery-plugin.php:127
25
- #: gallery-plugin.php:137
26
  msgid "Galleries"
27
  msgstr "Galériák"
28
 
29
- #: gallery-plugin.php:128
30
- #: gallery-plugin.php:923
31
  msgid "Gallery"
32
  msgstr "Galéria"
33
 
34
- #: gallery-plugin.php:129
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "Új Galéria hozzáadása"
38
 
39
- #: gallery-plugin.php:130
40
  msgid "Add New Gallery"
41
  msgstr "Új Galéria hozzáadása"
42
 
43
- #: gallery-plugin.php:131
44
  msgid "Edit Gallery"
45
  msgstr "Galéria szerkesztése"
46
 
47
- #: gallery-plugin.php:132
48
  msgid "New Gallery"
49
  msgstr "Új Galéria"
50
 
51
- #: gallery-plugin.php:133
52
  msgid "View Gallery"
53
  msgstr "Galéria megtekintése"
54
 
55
- #: gallery-plugin.php:134
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "Galéria szerkesztése"
59
 
60
- #: gallery-plugin.php:135
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "Galéria nem található"
64
 
65
- #: gallery-plugin.php:192
66
  msgid "Upload File"
67
  msgstr "Fájl feltöltése"
68
 
69
- #: gallery-plugin.php:193
70
  #, fuzzy
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:1170
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:275
 
 
 
 
 
115
  msgid "URL"
116
  msgstr ""
117
 
118
- #: gallery-plugin.php:275
119
- msgid "(by click on image <br /> opens a link in a new window)"
120
  msgstr ""
121
 
122
- #: gallery-plugin.php:276
123
  msgid "This setting is available in Pro version"
124
  msgstr ""
125
 
126
- #: gallery-plugin.php:277
127
  msgid "Open the link"
128
  msgstr ""
129
 
130
- #: gallery-plugin.php:277
131
  msgid "Current window"
132
  msgstr ""
133
 
134
- #: gallery-plugin.php:277
135
  msgid "New window"
136
  msgstr ""
137
 
138
- #: gallery-plugin.php:278
139
  msgid "Delete"
140
  msgstr ""
141
 
142
- #: gallery-plugin.php:292
143
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
144
  msgstr ""
145
 
146
- #: gallery-plugin.php:294
147
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
148
  msgstr ""
149
 
150
- #: gallery-plugin.php:479
151
- msgid "Title"
152
- msgstr "Cím"
153
-
154
- #: gallery-plugin.php:480
155
  msgid "Author"
156
  msgstr "Szerző"
157
 
158
- #: gallery-plugin.php:481
159
  #, fuzzy
160
  msgid "Photo"
161
  msgstr "Fotók"
162
 
163
- #: gallery-plugin.php:482
164
  #, fuzzy
165
  msgid "Publishing"
166
  msgstr "Publikus"
167
 
168
- #: gallery-plugin.php:483
169
- #: gallery-plugin.php:1174
170
  msgid "Date"
171
  msgstr "Dátum"
172
 
173
- #: gallery-plugin.php:658
174
- msgid "Not set"
175
- msgstr ""
176
-
177
- #: gallery-plugin.php:660
178
- #: gallery-plugin.php:664
179
- msgid "On"
180
- msgstr ""
181
-
182
- #: gallery-plugin.php:662
183
- #: gallery-plugin.php:666
184
- msgid "Off"
185
- msgstr ""
186
-
187
- #: gallery-plugin.php:670
188
- #: gallery-plugin.php:674
189
- #: gallery-plugin.php:678
190
- #: gallery-plugin.php:682
191
- #: gallery-plugin.php:686
192
- #: gallery-plugin.php:712
193
- msgid "N/A"
194
- msgstr ""
195
-
196
- #: gallery-plugin.php:684
197
- msgid " Mb"
198
- msgstr ""
199
-
200
- #: gallery-plugin.php:688
201
- #: gallery-plugin.php:692
202
- #: gallery-plugin.php:696
203
- #: gallery-plugin.php:707
204
- msgid "Yes"
205
- msgstr ""
206
-
207
- #: gallery-plugin.php:690
208
- #: gallery-plugin.php:694
209
- #: gallery-plugin.php:698
210
- #: gallery-plugin.php:709
211
- msgid "No"
212
- msgstr ""
213
-
214
- #: gallery-plugin.php:723
215
- msgid "Operating System"
216
- msgstr ""
217
-
218
- #: gallery-plugin.php:724
219
- msgid "Server"
220
- msgstr ""
221
-
222
- #: gallery-plugin.php:725
223
- msgid "Memory usage"
224
- msgstr ""
225
-
226
- #: gallery-plugin.php:726
227
- msgid "MYSQL Version"
228
- msgstr ""
229
-
230
- #: gallery-plugin.php:727
231
- msgid "SQL Mode"
232
- msgstr ""
233
-
234
- #: gallery-plugin.php:728
235
- msgid "PHP Version"
236
- msgstr ""
237
-
238
- #: gallery-plugin.php:729
239
- msgid "PHP Safe Mode"
240
- msgstr ""
241
-
242
- #: gallery-plugin.php:730
243
- msgid "PHP Allow URL fopen"
244
- msgstr ""
245
-
246
- #: gallery-plugin.php:731
247
- msgid "PHP Memory Limit"
248
- msgstr ""
249
-
250
- #: gallery-plugin.php:732
251
- #, fuzzy
252
- msgid "PHP Max Upload Size"
253
- msgstr "Fájl feltöltése"
254
-
255
- #: gallery-plugin.php:733
256
- msgid "PHP Max Post Size"
257
- msgstr ""
258
-
259
- #: gallery-plugin.php:734
260
- msgid "PHP Max Script Execute Time"
261
- msgstr ""
262
-
263
- #: gallery-plugin.php:735
264
- msgid "PHP Exif support"
265
- msgstr ""
266
-
267
- #: gallery-plugin.php:736
268
- msgid "PHP IPTC support"
269
- msgstr ""
270
-
271
- #: gallery-plugin.php:737
272
- msgid "PHP XML support"
273
- msgstr ""
274
-
275
- #: gallery-plugin.php:738
276
- msgid "Site URL"
277
- msgstr ""
278
-
279
- #: gallery-plugin.php:739
280
- msgid "Home URL"
281
- msgstr ""
282
-
283
- #: gallery-plugin.php:740
284
- msgid "WordPress Version"
285
- msgstr ""
286
-
287
- #: gallery-plugin.php:741
288
- msgid "WordPress DB Version"
289
- msgstr ""
290
-
291
- #: gallery-plugin.php:742
292
- msgid "Multisite"
293
- msgstr ""
294
-
295
- #: gallery-plugin.php:743
296
- msgid "Active Theme"
297
- msgstr ""
298
-
299
- #: gallery-plugin.php:758
300
- msgid "Please enter a valid email address."
301
- msgstr ""
302
-
303
- #: gallery-plugin.php:762
304
- msgid "Email with system info is sent to "
305
- msgstr ""
306
-
307
- #: gallery-plugin.php:766
308
- msgid "Thank you for contacting us."
309
- msgstr ""
310
-
311
- #: gallery-plugin.php:794
312
- msgid "Sorry, email message could not be delivered."
313
- msgstr ""
314
-
315
- #: gallery-plugin.php:802
316
- #, fuzzy
317
- msgid "Pro plugins"
318
- msgstr "Javasolt bővítmények"
319
-
320
- #: gallery-plugin.php:805
321
- #: gallery-plugin.php:831
322
- msgid "Activated plugins"
323
- msgstr "Aktivált bővítmények"
324
-
325
- #: gallery-plugin.php:807
326
- #: gallery-plugin.php:815
327
- #: gallery-plugin.php:823
328
- #: gallery-plugin.php:833
329
- #: gallery-plugin.php:841
330
- #: gallery-plugin.php:849
331
- msgid "Read more"
332
- msgstr "Bővebben"
333
-
334
- #: gallery-plugin.php:807
335
- #: gallery-plugin.php:833
336
- #: gallery-plugin.php:1257
337
- #: gallery-plugin.php:1272
338
- msgid "Settings"
339
- msgstr "Beállítások"
340
-
341
- #: gallery-plugin.php:813
342
- #: gallery-plugin.php:839
343
- msgid "Installed plugins"
344
- msgstr "Telepített bővítmények"
345
-
346
- #: gallery-plugin.php:821
347
- #: gallery-plugin.php:847
348
- msgid "Recommended plugins"
349
- msgstr "Javasolt bővítmények"
350
-
351
- #: gallery-plugin.php:823
352
- msgid "Purchase"
353
- msgstr ""
354
-
355
- #: gallery-plugin.php:828
356
- #, fuzzy
357
- msgid "Free plugins"
358
- msgstr "Javasolt bővítmények"
359
-
360
- #: gallery-plugin.php:849
361
- msgid "Download"
362
- msgstr "Letöltés"
363
-
364
- #: gallery-plugin.php:849
365
- #, php-format
366
- msgid "Install %s"
367
- msgstr "Telepítés %s"
368
-
369
- #: gallery-plugin.php:849
370
- msgid "Install now from wordpress.org"
371
- msgstr "Telepítés a wordpress.org -ról"
372
-
373
- #: gallery-plugin.php:854
374
- #, fuzzy
375
- msgid "If you have any questions, please contact us via"
376
- msgstr "Amennyiben kérdése van, kérem keressen meg minket a plugin@bestwebsoft.com e-mail címen, vagy töltse ki űrlapunkat"
377
-
378
- #: gallery-plugin.php:861
379
- msgid "System status"
380
- msgstr ""
381
-
382
- #: gallery-plugin.php:865
383
- msgid "Environment"
384
- msgstr ""
385
-
386
- #: gallery-plugin.php:876
387
- #, fuzzy
388
- msgid "Active Plugins"
389
- msgstr "Aktivált bővítmények"
390
-
391
- #: gallery-plugin.php:887
392
- #, fuzzy
393
- msgid "Inactive Plugins"
394
- msgstr "Aktivált bővítmények"
395
-
396
- #: gallery-plugin.php:901
397
- #, fuzzy
398
- msgid "Send to support"
399
- msgstr "Támogatás"
400
-
401
- #: gallery-plugin.php:908
402
- msgid "Send to custom email &#187;"
403
- msgstr ""
404
-
405
- #: gallery-plugin.php:950
406
  #, fuzzy
407
  msgid "See images &raquo;"
408
  msgstr "Fotó megtekintése &raquo;"
409
 
410
- #: gallery-plugin.php:1049
411
  #, fuzzy
412
  msgid "Settings are saved"
413
  msgstr "Beállítások elmentve."
414
 
415
- #: gallery-plugin.php:1063
416
  #, fuzzy
417
  msgid "Gallery Settings"
418
  msgstr "Galéria beállítások"
419
 
420
- #: gallery-plugin.php:1066
421
  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:"
422
  msgstr ""
423
 
424
- #: gallery-plugin.php:1070
425
  #, fuzzy
426
  msgid "Image size for the album cover"
427
  msgstr "Размер для "
428
 
429
- #: gallery-plugin.php:1072
430
- #: gallery-plugin.php:1080
431
- #: gallery-plugin.php:1093
432
  #, fuzzy
433
  msgid "Image size"
434
  msgstr "Kép méret neve"
435
 
436
- #: gallery-plugin.php:1073
437
- #: gallery-plugin.php:1081
438
  msgid "Width (in px)"
439
  msgstr "Szélesség (px-ben)"
440
 
441
- #: gallery-plugin.php:1074
442
- #: gallery-plugin.php:1082
443
  msgid "Height (in px)"
444
  msgstr "Magasság (px-ben)"
445
 
446
- #: gallery-plugin.php:1078
447
  #, fuzzy
448
  msgid "Gallery image size"
449
  msgstr "Galériák"
450
 
451
- #: gallery-plugin.php:1086
452
  #, fuzzy
453
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
454
  msgstr "A Wordpress elkészíti a megadott dimenziókban a nézőképeket a képek feltöltésekor."
455
 
456
- #: gallery-plugin.php:1091
457
  msgid "Gallery image size in the lightbox"
458
  msgstr ""
459
 
460
- #: gallery-plugin.php:1094
461
  #, fuzzy
462
  msgid "Max width (in px)"
463
  msgstr "Szélesség (px-ben)"
464
 
465
- #: gallery-plugin.php:1095
466
  #, fuzzy
467
  msgid "Max height (in px)"
468
  msgstr "Magasság (px-ben)"
469
 
470
- #: gallery-plugin.php:1096
471
  msgid "Display a full size image in the lightbox"
472
  msgstr ""
473
 
474
- #: gallery-plugin.php:1100
475
  msgid "Crop position"
476
  msgstr ""
477
 
478
- #: gallery-plugin.php:1102
479
  msgid "Horizontal"
480
  msgstr ""
481
 
482
- #: gallery-plugin.php:1104
483
  msgid "left"
484
  msgstr ""
485
 
486
- #: gallery-plugin.php:1105
487
- #: gallery-plugin.php:1112
488
  msgid "center"
489
  msgstr ""
490
 
491
- #: gallery-plugin.php:1106
492
  msgid "right"
493
  msgstr ""
494
 
495
- #: gallery-plugin.php:1109
496
  msgid "Vertical"
497
  msgstr ""
498
 
499
- #: gallery-plugin.php:1111
500
  msgid "top"
501
  msgstr ""
502
 
503
- #: gallery-plugin.php:1113
504
  msgid "bottom"
505
  msgstr ""
506
 
507
- #: gallery-plugin.php:1118
508
  msgid "Lightbox background"
509
  msgstr ""
510
 
511
- #: gallery-plugin.php:1120
512
  msgid "Default"
513
  msgstr ""
514
 
515
- #: gallery-plugin.php:1121
516
  msgid "Background transparency (from 0 to 1)"
517
  msgstr ""
518
 
519
- #: gallery-plugin.php:1123
520
  msgid "Select a background color"
521
  msgstr ""
522
 
523
- #: gallery-plugin.php:1125
524
  msgid "Background color"
525
  msgstr ""
526
 
527
- #: gallery-plugin.php:1132
528
- #: gallery-plugin.php:1237
529
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
530
  msgstr ""
531
 
532
- #: gallery-plugin.php:1139
533
  msgid "Images with border"
534
  msgstr ""
535
 
536
- #: gallery-plugin.php:1142
537
  msgid "Border width in px, just numbers"
538
  msgstr ""
539
 
540
- #: gallery-plugin.php:1144
541
- #: gallery-plugin.php:1146
542
  msgid "Select a border color"
543
  msgstr ""
544
 
545
- #: gallery-plugin.php:1152
546
  #, fuzzy
547
  msgid "Number of images in the row"
548
  msgstr "Képek száma egy sorban"
549
 
550
- #: gallery-plugin.php:1158
551
  msgid "Start slideshow"
552
  msgstr ""
553
 
554
- #: gallery-plugin.php:1164
555
  msgid "Slideshow interval"
556
  msgstr ""
557
 
558
- #: gallery-plugin.php:1172
559
  msgid "Attachment ID"
560
  msgstr ""
561
 
562
- #: gallery-plugin.php:1173
563
  #, fuzzy
564
  msgid "Image Name"
565
  msgstr "Kép méret neve"
566
 
567
- #: gallery-plugin.php:1175
568
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
569
  msgstr ""
570
 
571
- #: gallery-plugin.php:1176
572
  msgid "Random"
573
  msgstr ""
574
 
575
- #: gallery-plugin.php:1180
576
  #, fuzzy
577
  msgid "Sort images"
578
  msgstr "Képek száma egy sorban"
579
 
580
- #: gallery-plugin.php:1182
581
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
582
  msgstr ""
583
 
584
- #: gallery-plugin.php:1183
585
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
586
  msgstr ""
587
 
588
- #: gallery-plugin.php:1187
589
  msgid "Display text above the image"
590
  msgstr ""
591
 
592
- #: gallery-plugin.php:1189
593
- msgid "If you want to display text just in a lightbox"
594
  msgstr ""
595
 
596
- #: gallery-plugin.php:1193
597
  msgid "Display the Back link"
598
  msgstr ""
599
 
600
- #: gallery-plugin.php:1199
601
  msgid "Display the Back link in the shortcode"
602
  msgstr ""
603
 
604
- #: gallery-plugin.php:1205
605
  msgid "The Back link text"
606
  msgstr ""
607
 
608
- #: gallery-plugin.php:1211
609
  msgid "The Back link URL"
610
  msgstr ""
611
 
612
- #: gallery-plugin.php:1213
613
  msgid "Gallery page (Page with Gallery Template)"
614
  msgstr ""
615
 
616
- #: gallery-plugin.php:1215
617
  msgid "(Full URL to custom page)"
618
  msgstr ""
619
 
620
- #: gallery-plugin.php:1219
621
  msgid "The Read More link text"
622
  msgstr ""
623
 
624
- #: gallery-plugin.php:1227
625
  msgid "Display Like buttons in the lightbox"
626
  msgstr ""
627
 
628
- #: gallery-plugin.php:1229
629
  msgid "FaceBook"
630
  msgstr ""
631
 
632
- #: gallery-plugin.php:1230
633
  #, fuzzy
634
  msgid "Twitter"
635
  msgstr "Cím"
636
 
637
- #: gallery-plugin.php:1231
638
  msgid "Pinterest"
639
  msgstr ""
640
 
641
- #: gallery-plugin.php:1232
642
  msgid "Google +1"
643
  msgstr ""
644
 
645
- #: gallery-plugin.php:1245
 
 
 
 
 
 
 
 
 
646
  msgid "Save Changes"
647
  msgstr "Változások mentése"
648
 
649
- #: gallery-plugin.php:1258
 
 
 
 
 
650
  msgid "FAQ"
651
  msgstr "Gy.I.K."
652
 
653
- #: gallery-plugin.php:1259
654
  msgid "Support"
655
  msgstr "Támogatás"
656
 
657
- #: gallery-plugin.php:1476
658
  #: template/gallery-single-template.php:76
659
  #, fuzzy
660
  msgid "Sorry, nothing found."
661
  msgstr "Sajnáljuk - nincs megjelenítendő elem."
662
 
663
- #: gallery-plugin.php:1498
664
- #: template/gallery-single-template.php:101
665
  msgid "Download high resolution image"
666
  msgstr ""
667
 
668
- #: template/gallery-single-template.php:101
669
  msgid "Image"
670
  msgstr ""
671
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
672
  #~ msgid "Add New"
673
  #~ msgstr "Új hozzáadása"
674
  #~ msgid "Search Galleries"
675
  #~ msgstr "Galéria keresése"
676
  #~ msgid "The size of the cover album for gallery"
677
  #~ msgstr "Az Album borítójának mérete a Galériában"
678
- #~ msgid "Size for gallery image"
679
- #~ msgstr "A Galéria képeinek mérete"
680
 
681
  #, fuzzy
682
  #~ msgid "date"
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"
16
  "X-Generator: Poedit 1.5.4\n"
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
 
24
+ #: gallery-plugin.php:125
25
+ #: gallery-plugin.php:135
26
  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
 
34
+ #: gallery-plugin.php:127
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "Új Galéria hozzáadása"
38
 
39
+ #: gallery-plugin.php:128
40
  msgid "Add New Gallery"
41
  msgstr "Új Galéria hozzáadása"
42
 
43
+ #: gallery-plugin.php:129
44
  msgid "Edit Gallery"
45
  msgstr "Galéria szerkesztése"
46
 
47
+ #: gallery-plugin.php:130
48
  msgid "New Gallery"
49
  msgstr "Új Galéria"
50
 
51
+ #: gallery-plugin.php:131
52
  msgid "View Gallery"
53
  msgstr "Galéria megtekintése"
54
 
55
+ #: gallery-plugin.php:132
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "Galéria szerkesztése"
59
 
60
+ #: gallery-plugin.php:133
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "Galéria nem található"
64
 
65
+ #: gallery-plugin.php:190
66
  msgid "Upload File"
67
  msgstr "Fájl feltöltése"
68
 
69
+ #: gallery-plugin.php:191
70
  #, fuzzy
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
 
455
+ #, fuzzy
456
+ #~ msgid "PHP Max Upload Size"
457
+ #~ msgstr "Fájl feltöltése"
458
+
459
+ #, fuzzy
460
+ #~ msgid "Pro plugins"
461
+ #~ msgstr "Javasolt bővítmények"
462
+ #~ msgid "Activated plugins"
463
+ #~ msgstr "Aktivált bővítmények"
464
+ #~ msgid "Read more"
465
+ #~ msgstr "Bővebben"
466
+ #~ msgid "Installed plugins"
467
+ #~ msgstr "Telepített bővítmények"
468
+ #~ msgid "Recommended plugins"
469
+ #~ msgstr "Javasolt bővítmények"
470
+
471
+ #, fuzzy
472
+ #~ msgid "Free plugins"
473
+ #~ msgstr "Javasolt bővítmények"
474
+ #~ msgid "Download"
475
+ #~ msgstr "Letöltés"
476
+ #~ msgid "Install %s"
477
+ #~ msgstr "Telepítés %s"
478
+ #~ msgid "Install now from wordpress.org"
479
+ #~ msgstr "Telepítés a wordpress.org -ról"
480
+
481
+ #, fuzzy
482
+ #~ msgid "If you have any questions, please contact us via"
483
+ #~ msgstr ""
484
+ #~ "Amennyiben kérdése van, kérem keressen meg minket a plugin@bestwebsoft."
485
+ #~ "com e-mail címen, vagy töltse ki űrlapunkat"
486
+
487
+ #, fuzzy
488
+ #~ msgid "Active Plugins"
489
+ #~ msgstr "Aktivált bővítmények"
490
+
491
+ #, fuzzy
492
+ #~ msgid "Inactive Plugins"
493
+ #~ msgstr "Aktivált bővítmények"
494
+
495
+ #, fuzzy
496
+ #~ msgid "Send to support"
497
+ #~ msgstr "Támogatás"
498
  #~ msgid "Add New"
499
  #~ msgstr "Új hozzáadása"
500
  #~ msgid "Search Galleries"
501
  #~ msgstr "Galéria keresése"
502
  #~ msgid "The size of the cover album for gallery"
503
  #~ msgstr "Az Album borítójának mérete a Galériában"
 
 
504
 
505
  #, fuzzy
506
  #~ msgid "date"
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-07-18 11:31+0300\n"
6
- "PO-Revision-Date: 2013-07-18 11:31+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"
@@ -16,667 +16,493 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:103
20
- #: gallery-plugin.php:1056
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
 
24
- #: gallery-plugin.php:127
25
- #: gallery-plugin.php:137
26
  msgid "Galleries"
27
  msgstr "Gallerie"
28
 
29
- #: gallery-plugin.php:128
30
- #: gallery-plugin.php:923
31
  msgid "Gallery"
32
  msgstr "Galleria"
33
 
34
- #: gallery-plugin.php:129
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "Aggiungi nuova galleria"
38
 
39
- #: gallery-plugin.php:130
40
  msgid "Add New Gallery"
41
  msgstr "Aggiungi nuova galleria"
42
 
43
- #: gallery-plugin.php:131
44
  msgid "Edit Gallery"
45
  msgstr "Modifica galleria"
46
 
47
- #: gallery-plugin.php:132
48
  msgid "New Gallery"
49
  msgstr "Nuova galleria"
50
 
51
- #: gallery-plugin.php:133
52
  msgid "View Gallery"
53
  msgstr "Vedi galleria"
54
 
55
- #: gallery-plugin.php:134
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "Modifica galleria"
59
 
60
- #: gallery-plugin.php:135
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "Nessuna galleria trovata"
64
 
65
- #: gallery-plugin.php:192
66
  msgid "Upload File"
67
  msgstr "Carica file"
68
 
69
- #: gallery-plugin.php:193
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:1170
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:275
 
 
 
 
 
115
  msgid "URL"
116
  msgstr ""
117
 
118
- #: gallery-plugin.php:275
119
- msgid "(by click on image <br /> opens a link in a new window)"
120
  msgstr ""
121
 
122
- #: gallery-plugin.php:276
123
  msgid "This setting is available in Pro version"
124
  msgstr ""
125
 
126
- #: gallery-plugin.php:277
127
  msgid "Open the link"
128
  msgstr ""
129
 
130
- #: gallery-plugin.php:277
131
  msgid "Current window"
132
  msgstr ""
133
 
134
- #: gallery-plugin.php:277
135
  msgid "New window"
136
  msgstr ""
137
 
138
- #: gallery-plugin.php:278
139
  msgid "Delete"
140
  msgstr ""
141
 
142
- #: gallery-plugin.php:292
143
  #, fuzzy
144
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
145
  msgstr "Puoi aggiungere una singola Galleria in una pagina o un post inserendo questo codice nel contenuto"
146
 
147
- #: gallery-plugin.php:294
148
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
149
  msgstr ""
150
 
151
- #: gallery-plugin.php:479
152
- msgid "Title"
153
- msgstr "Titolo"
154
-
155
- #: gallery-plugin.php:480
156
  msgid "Author"
157
  msgstr "Autore"
158
 
159
- #: gallery-plugin.php:481
160
  #, fuzzy
161
  msgid "Photo"
162
  msgstr "Foto"
163
 
164
- #: gallery-plugin.php:482
165
  #, fuzzy
166
  msgid "Publishing"
167
  msgstr "Pubblico"
168
 
169
- #: gallery-plugin.php:483
170
- #: gallery-plugin.php:1174
171
  msgid "Date"
172
  msgstr "Data"
173
 
174
- #: gallery-plugin.php:658
175
- msgid "Not set"
176
- msgstr ""
177
-
178
- #: gallery-plugin.php:660
179
- #: gallery-plugin.php:664
180
- msgid "On"
181
- msgstr ""
182
-
183
- #: gallery-plugin.php:662
184
- #: gallery-plugin.php:666
185
- msgid "Off"
186
- msgstr ""
187
-
188
- #: gallery-plugin.php:670
189
- #: gallery-plugin.php:674
190
- #: gallery-plugin.php:678
191
- #: gallery-plugin.php:682
192
- #: gallery-plugin.php:686
193
- #: gallery-plugin.php:712
194
- msgid "N/A"
195
- msgstr ""
196
-
197
- #: gallery-plugin.php:684
198
- msgid " Mb"
199
- msgstr ""
200
-
201
- #: gallery-plugin.php:688
202
- #: gallery-plugin.php:692
203
- #: gallery-plugin.php:696
204
- #: gallery-plugin.php:707
205
- msgid "Yes"
206
- msgstr ""
207
-
208
- #: gallery-plugin.php:690
209
- #: gallery-plugin.php:694
210
- #: gallery-plugin.php:698
211
- #: gallery-plugin.php:709
212
- msgid "No"
213
- msgstr ""
214
-
215
- #: gallery-plugin.php:723
216
- msgid "Operating System"
217
- msgstr ""
218
-
219
- #: gallery-plugin.php:724
220
- msgid "Server"
221
- msgstr ""
222
-
223
- #: gallery-plugin.php:725
224
- msgid "Memory usage"
225
- msgstr ""
226
-
227
- #: gallery-plugin.php:726
228
- msgid "MYSQL Version"
229
- msgstr ""
230
-
231
- #: gallery-plugin.php:727
232
- msgid "SQL Mode"
233
- msgstr ""
234
-
235
- #: gallery-plugin.php:728
236
- msgid "PHP Version"
237
- msgstr ""
238
-
239
- #: gallery-plugin.php:729
240
- msgid "PHP Safe Mode"
241
- msgstr ""
242
-
243
- #: gallery-plugin.php:730
244
- msgid "PHP Allow URL fopen"
245
- msgstr ""
246
-
247
- #: gallery-plugin.php:731
248
- msgid "PHP Memory Limit"
249
- msgstr ""
250
-
251
- #: gallery-plugin.php:732
252
- #, fuzzy
253
- msgid "PHP Max Upload Size"
254
- msgstr "Carica file"
255
-
256
- #: gallery-plugin.php:733
257
- msgid "PHP Max Post Size"
258
- msgstr ""
259
-
260
- #: gallery-plugin.php:734
261
- msgid "PHP Max Script Execute Time"
262
- msgstr ""
263
-
264
- #: gallery-plugin.php:735
265
- msgid "PHP Exif support"
266
- msgstr ""
267
-
268
- #: gallery-plugin.php:736
269
- msgid "PHP IPTC support"
270
- msgstr ""
271
-
272
- #: gallery-plugin.php:737
273
- msgid "PHP XML support"
274
- msgstr ""
275
-
276
- #: gallery-plugin.php:738
277
- msgid "Site URL"
278
- msgstr ""
279
-
280
- #: gallery-plugin.php:739
281
- msgid "Home URL"
282
- msgstr ""
283
-
284
- #: gallery-plugin.php:740
285
- msgid "WordPress Version"
286
- msgstr ""
287
-
288
- #: gallery-plugin.php:741
289
- msgid "WordPress DB Version"
290
- msgstr ""
291
-
292
- #: gallery-plugin.php:742
293
- msgid "Multisite"
294
- msgstr ""
295
-
296
- #: gallery-plugin.php:743
297
- msgid "Active Theme"
298
- msgstr ""
299
-
300
- #: gallery-plugin.php:758
301
- msgid "Please enter a valid email address."
302
- msgstr ""
303
-
304
- #: gallery-plugin.php:762
305
- msgid "Email with system info is sent to "
306
- msgstr ""
307
-
308
- #: gallery-plugin.php:766
309
- msgid "Thank you for contacting us."
310
- msgstr ""
311
-
312
- #: gallery-plugin.php:794
313
- msgid "Sorry, email message could not be delivered."
314
- msgstr ""
315
-
316
- #: gallery-plugin.php:802
317
- #, fuzzy
318
- msgid "Pro plugins"
319
- msgstr "Plugin consigliati"
320
-
321
- #: gallery-plugin.php:805
322
- #: gallery-plugin.php:831
323
- msgid "Activated plugins"
324
- msgstr "Attivare plugin"
325
-
326
- #: gallery-plugin.php:807
327
- #: gallery-plugin.php:815
328
- #: gallery-plugin.php:823
329
- #: gallery-plugin.php:833
330
- #: gallery-plugin.php:841
331
- #: gallery-plugin.php:849
332
- msgid "Read more"
333
- msgstr "Leggi altro"
334
-
335
- #: gallery-plugin.php:807
336
- #: gallery-plugin.php:833
337
- #: gallery-plugin.php:1257
338
- #: gallery-plugin.php:1272
339
- msgid "Settings"
340
- msgstr "Impostazioni"
341
-
342
- #: gallery-plugin.php:813
343
- #: gallery-plugin.php:839
344
- msgid "Installed plugins"
345
- msgstr "Plugin installati"
346
-
347
- #: gallery-plugin.php:821
348
- #: gallery-plugin.php:847
349
- msgid "Recommended plugins"
350
- msgstr "Plugin consigliati"
351
-
352
- #: gallery-plugin.php:823
353
- msgid "Purchase"
354
- msgstr ""
355
-
356
- #: gallery-plugin.php:828
357
- #, fuzzy
358
- msgid "Free plugins"
359
- msgstr "Plugin consigliati"
360
-
361
- #: gallery-plugin.php:849
362
- msgid "Download"
363
- msgstr "Download"
364
-
365
- #: gallery-plugin.php:849
366
- #, php-format
367
- msgid "Install %s"
368
- msgstr "Installа %s"
369
-
370
- #: gallery-plugin.php:849
371
- msgid "Install now from wordpress.org"
372
- msgstr "Installa ora da wordpress.org"
373
-
374
- #: gallery-plugin.php:854
375
- #, fuzzy
376
- msgid "If you have any questions, please contact us via"
377
- msgstr "Per qualunque domanda contattaci via plugin@bestwebsoft.com o compila il Form sul nostro sito."
378
-
379
- #: gallery-plugin.php:861
380
- msgid "System status"
381
- msgstr ""
382
-
383
- #: gallery-plugin.php:865
384
- msgid "Environment"
385
- msgstr ""
386
-
387
- #: gallery-plugin.php:876
388
- #, fuzzy
389
- msgid "Active Plugins"
390
- msgstr "Attivare plugin"
391
-
392
- #: gallery-plugin.php:887
393
- #, fuzzy
394
- msgid "Inactive Plugins"
395
- msgstr "Attivare plugin"
396
-
397
- #: gallery-plugin.php:901
398
- #, fuzzy
399
- msgid "Send to support"
400
- msgstr "Supporto"
401
-
402
- #: gallery-plugin.php:908
403
- msgid "Send to custom email &#187;"
404
- msgstr ""
405
-
406
- #: gallery-plugin.php:950
407
  #, fuzzy
408
  msgid "See images &raquo;"
409
  msgstr "Guarda foto &raquo;"
410
 
411
- #: gallery-plugin.php:1049
412
  #, fuzzy
413
  msgid "Settings are saved"
414
  msgstr "Opzioni salvate."
415
 
416
- #: gallery-plugin.php:1063
417
  #, fuzzy
418
  msgid "Gallery Settings"
419
  msgstr "Opzioni gallerie"
420
 
421
- #: gallery-plugin.php:1066
422
  #, fuzzy
423
  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:"
424
  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"
425
 
426
- #: gallery-plugin.php:1070
427
  #, fuzzy
428
  msgid "Image size for the album cover"
429
  msgstr "Размер для "
430
 
431
- #: gallery-plugin.php:1072
432
- #: gallery-plugin.php:1080
433
- #: gallery-plugin.php:1093
434
  #, fuzzy
435
  msgid "Image size"
436
  msgstr "Image size name"
437
 
438
- #: gallery-plugin.php:1073
439
- #: gallery-plugin.php:1081
440
  msgid "Width (in px)"
441
  msgstr "Larghezza in px"
442
 
443
- #: gallery-plugin.php:1074
444
- #: gallery-plugin.php:1082
445
  msgid "Height (in px)"
446
  msgstr "Altezza in px"
447
 
448
- #: gallery-plugin.php:1078
449
  #, fuzzy
450
  msgid "Gallery image size"
451
  msgstr "Gallerie"
452
 
453
- #: gallery-plugin.php:1086
454
  #, fuzzy
455
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
456
  msgstr "WP creerà una copia delle icone immagine con una specifica dimensione quando carichi una nuova foto."
457
 
458
- #: gallery-plugin.php:1091
459
  msgid "Gallery image size in the lightbox"
460
  msgstr ""
461
 
462
- #: gallery-plugin.php:1094
463
  #, fuzzy
464
  msgid "Max width (in px)"
465
  msgstr "Larghezza in px"
466
 
467
- #: gallery-plugin.php:1095
468
  #, fuzzy
469
  msgid "Max height (in px)"
470
  msgstr "Altezza in px"
471
 
472
- #: gallery-plugin.php:1096
473
  msgid "Display a full size image in the lightbox"
474
  msgstr ""
475
 
476
- #: gallery-plugin.php:1100
477
  msgid "Crop position"
478
  msgstr ""
479
 
480
- #: gallery-plugin.php:1102
481
  msgid "Horizontal"
482
  msgstr ""
483
 
484
- #: gallery-plugin.php:1104
485
  msgid "left"
486
  msgstr ""
487
 
488
- #: gallery-plugin.php:1105
489
- #: gallery-plugin.php:1112
490
  msgid "center"
491
  msgstr ""
492
 
493
- #: gallery-plugin.php:1106
494
  msgid "right"
495
  msgstr ""
496
 
497
- #: gallery-plugin.php:1109
498
  msgid "Vertical"
499
  msgstr ""
500
 
501
- #: gallery-plugin.php:1111
502
  msgid "top"
503
  msgstr ""
504
 
505
- #: gallery-plugin.php:1113
506
  msgid "bottom"
507
  msgstr ""
508
 
509
- #: gallery-plugin.php:1118
510
  msgid "Lightbox background"
511
  msgstr ""
512
 
513
- #: gallery-plugin.php:1120
514
  msgid "Default"
515
  msgstr ""
516
 
517
- #: gallery-plugin.php:1121
518
  msgid "Background transparency (from 0 to 1)"
519
  msgstr ""
520
 
521
- #: gallery-plugin.php:1123
522
  msgid "Select a background color"
523
  msgstr ""
524
 
525
- #: gallery-plugin.php:1125
526
  msgid "Background color"
527
  msgstr ""
528
 
529
- #: gallery-plugin.php:1132
530
- #: gallery-plugin.php:1237
531
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
532
  msgstr ""
533
 
534
- #: gallery-plugin.php:1139
535
  msgid "Images with border"
536
  msgstr ""
537
 
538
- #: gallery-plugin.php:1142
539
  msgid "Border width in px, just numbers"
540
  msgstr ""
541
 
542
- #: gallery-plugin.php:1144
543
- #: gallery-plugin.php:1146
544
  msgid "Select a border color"
545
  msgstr ""
546
 
547
- #: gallery-plugin.php:1152
548
  #, fuzzy
549
  msgid "Number of images in the row"
550
  msgstr "Conta immagini"
551
 
552
- #: gallery-plugin.php:1158
553
  msgid "Start slideshow"
554
  msgstr "Avvia presentazione"
555
 
556
- #: gallery-plugin.php:1164
557
  msgid "Slideshow interval"
558
  msgstr "Intervallo presentazione"
559
 
560
- #: gallery-plugin.php:1172
561
  #, fuzzy
562
  msgid "Attachment ID"
563
  msgstr "Id di visualizzazione"
564
 
565
- #: gallery-plugin.php:1173
566
  #, fuzzy
567
  msgid "Image Name"
568
  msgstr "Immagine"
569
 
570
- #: gallery-plugin.php:1175
571
  #, fuzzy
572
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
573
  msgstr "Ordine di visualizzazione (dal numero attribuito nel box di dialogo di caricamento)"
574
 
575
- #: gallery-plugin.php:1176
576
  #, fuzzy
577
  msgid "Random"
578
  msgstr "Casuale"
579
 
580
- #: gallery-plugin.php:1180
581
  #, fuzzy
582
  msgid "Sort images"
583
  msgstr "Conta immagini"
584
 
585
- #: gallery-plugin.php:1182
586
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
587
  msgstr "ASC(ordine ascendente dal pi&ugrave; basso al pi&ugrave; alto - 1, 2, 3; a, b, c,)"
588
 
589
- #: gallery-plugin.php:1183
590
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
591
  msgstr "DESC(ordine discendente dal pi&ugrave; alto al pi&ugrave; basso - 3, 2, 1; c, b, a,)"
592
 
593
- #: gallery-plugin.php:1187
594
  msgid "Display text above the image"
595
  msgstr ""
596
 
597
- #: gallery-plugin.php:1189
598
- msgid "If you want to display text just in a lightbox"
599
  msgstr ""
600
 
601
- #: gallery-plugin.php:1193
602
  #, fuzzy
603
  msgid "Display the Back link"
604
  msgstr "Mostra lin di ritorno"
605
 
606
- #: gallery-plugin.php:1199
607
  #, fuzzy
608
  msgid "Display the Back link in the shortcode"
609
  msgstr "Mostra il link di ritorno col codice"
610
 
611
- #: gallery-plugin.php:1205
612
  msgid "The Back link text"
613
  msgstr ""
614
 
615
- #: gallery-plugin.php:1211
616
  msgid "The Back link URL"
617
  msgstr ""
618
 
619
- #: gallery-plugin.php:1213
620
  msgid "Gallery page (Page with Gallery Template)"
621
  msgstr ""
622
 
623
- #: gallery-plugin.php:1215
624
  msgid "(Full URL to custom page)"
625
  msgstr ""
626
 
627
- #: gallery-plugin.php:1219
628
  msgid "The Read More link text"
629
  msgstr ""
630
 
631
- #: gallery-plugin.php:1227
632
  msgid "Display Like buttons in the lightbox"
633
  msgstr ""
634
 
635
- #: gallery-plugin.php:1229
636
  msgid "FaceBook"
637
  msgstr ""
638
 
639
- #: gallery-plugin.php:1230
640
  #, fuzzy
641
  msgid "Twitter"
642
  msgstr "Titolo"
643
 
644
- #: gallery-plugin.php:1231
645
  msgid "Pinterest"
646
  msgstr ""
647
 
648
- #: gallery-plugin.php:1232
649
  msgid "Google +1"
650
  msgstr ""
651
 
652
- #: gallery-plugin.php:1245
 
 
 
 
 
 
 
 
 
653
  msgid "Save Changes"
654
  msgstr "Salva cambiamenti"
655
 
656
- #: gallery-plugin.php:1258
 
 
 
 
 
657
  msgid "FAQ"
658
  msgstr "FAQ "
659
 
660
- #: gallery-plugin.php:1259
661
  msgid "Support"
662
  msgstr "Supporto"
663
 
664
- #: gallery-plugin.php:1476
665
  #: template/gallery-single-template.php:76
666
  #, fuzzy
667
  msgid "Sorry, nothing found."
668
  msgstr "Spiacente - non è stato trovato nulla."
669
 
670
- #: gallery-plugin.php:1498
671
- #: template/gallery-single-template.php:101
672
  msgid "Download high resolution image"
673
  msgstr ""
674
 
675
- #: template/gallery-single-template.php:101
676
  #, fuzzy
677
  msgid "Image"
678
  msgstr "Immagine"
679
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
680
  #~ msgid "Add New"
681
  #~ msgstr "Aggiungi nuova"
682
  #~ msgid "Search Galleries"
@@ -685,8 +511,6 @@ msgstr "Immagine"
685
  #~ msgstr "Ordine di visualizzazione per"
686
  #~ msgid "The size of the cover album for gallery"
687
  #~ msgstr "La grandezza della copertina dall'album per la galleria"
688
- #~ msgid "Size for gallery image"
689
- #~ msgstr "Grandezza per le immagini della galleria"
690
  #~ msgid "attachment title"
691
  #~ msgstr "Titolo immagine"
692
  #~ msgid "date"
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"
16
  "X-Generator: Poedit 1.5.4\n"
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
 
24
+ #: gallery-plugin.php:125
25
+ #: gallery-plugin.php:135
26
  msgid "Galleries"
27
  msgstr "Gallerie"
28
 
29
+ #: gallery-plugin.php:126
30
+ #: gallery-plugin.php:579
31
  msgid "Gallery"
32
  msgstr "Galleria"
33
 
34
+ #: gallery-plugin.php:127
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "Aggiungi nuova galleria"
38
 
39
+ #: gallery-plugin.php:128
40
  msgid "Add New Gallery"
41
  msgstr "Aggiungi nuova galleria"
42
 
43
+ #: gallery-plugin.php:129
44
  msgid "Edit Gallery"
45
  msgstr "Modifica galleria"
46
 
47
+ #: gallery-plugin.php:130
48
  msgid "New Gallery"
49
  msgstr "Nuova galleria"
50
 
51
+ #: gallery-plugin.php:131
52
  msgid "View Gallery"
53
  msgstr "Vedi galleria"
54
 
55
+ #: gallery-plugin.php:132
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "Modifica galleria"
59
 
60
+ #: gallery-plugin.php:133
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "Nessuna galleria trovata"
64
 
65
+ #: gallery-plugin.php:190
66
  msgid "Upload File"
67
  msgstr "Carica file"
68
 
69
+ #: gallery-plugin.php:191
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"
462
 
463
+ #, fuzzy
464
+ #~ msgid "PHP Max Upload Size"
465
+ #~ msgstr "Carica file"
466
+
467
+ #, fuzzy
468
+ #~ msgid "Pro plugins"
469
+ #~ msgstr "Plugin consigliati"
470
+ #~ msgid "Activated plugins"
471
+ #~ msgstr "Attivare plugin"
472
+ #~ msgid "Read more"
473
+ #~ msgstr "Leggi altro"
474
+ #~ msgid "Installed plugins"
475
+ #~ msgstr "Plugin installati"
476
+ #~ msgid "Recommended plugins"
477
+ #~ msgstr "Plugin consigliati"
478
+
479
+ #, fuzzy
480
+ #~ msgid "Free plugins"
481
+ #~ msgstr "Plugin consigliati"
482
+ #~ msgid "Download"
483
+ #~ msgstr "Download"
484
+ #~ msgid "Install %s"
485
+ #~ msgstr "Installа %s"
486
+ #~ msgid "Install now from wordpress.org"
487
+ #~ msgstr "Installa ora da wordpress.org"
488
+
489
+ #, fuzzy
490
+ #~ msgid "If you have any questions, please contact us via"
491
+ #~ msgstr ""
492
+ #~ "Per qualunque domanda contattaci via plugin@bestwebsoft.com o compila il "
493
+ #~ "Form sul nostro sito."
494
+
495
+ #, fuzzy
496
+ #~ msgid "Active Plugins"
497
+ #~ msgstr "Attivare plugin"
498
+
499
+ #, fuzzy
500
+ #~ msgid "Inactive Plugins"
501
+ #~ msgstr "Attivare plugin"
502
+
503
+ #, fuzzy
504
+ #~ msgid "Send to support"
505
+ #~ msgstr "Supporto"
506
  #~ msgid "Add New"
507
  #~ msgstr "Aggiungi nuova"
508
  #~ msgid "Search Galleries"
511
  #~ msgstr "Ordine di visualizzazione per"
512
  #~ msgid "The size of the cover album for gallery"
513
  #~ msgstr "La grandezza della copertina dall'album per la galleria"
 
 
514
  #~ msgid "attachment title"
515
  #~ msgstr "Titolo immagine"
516
  #~ msgid "date"
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-07-18 11:31+0300\n"
6
- "PO-Revision-Date: 2013-07-18 11:31+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Vako Patashuri <vpatashuri@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,666 +16,490 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:103
20
- #: gallery-plugin.php:1056
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
 
24
- #: gallery-plugin.php:127
25
- #: gallery-plugin.php:137
26
  msgid "Galleries"
27
  msgstr "გალერეა"
28
 
29
- #: gallery-plugin.php:128
30
- #: gallery-plugin.php:923
31
  msgid "Gallery"
32
  msgstr "გალერეა"
33
 
34
- #: gallery-plugin.php:129
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "ახალი გალერეას დამატება"
38
 
39
- #: gallery-plugin.php:130
40
  msgid "Add New Gallery"
41
  msgstr "ახალი გალერეას დამატება"
42
 
43
- #: gallery-plugin.php:131
44
  msgid "Edit Gallery"
45
  msgstr "გალერეას შესწორება"
46
 
47
- #: gallery-plugin.php:132
48
  msgid "New Gallery"
49
  msgstr "ახალი გალერეა"
50
 
51
- #: gallery-plugin.php:133
52
  msgid "View Gallery"
53
  msgstr "გალერეას ნახვა"
54
 
55
- #: gallery-plugin.php:134
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "გალერეას შესწორება"
59
 
60
- #: gallery-plugin.php:135
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "გალერეა არ მოძებნა"
64
 
65
- #: gallery-plugin.php:192
66
  msgid "Upload File"
67
  msgstr "ფაილის ატვირთვა"
68
 
69
- #: gallery-plugin.php:193
70
  #, fuzzy
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:1170
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:275
 
 
 
 
 
115
  msgid "URL"
116
  msgstr ""
117
 
118
- #: gallery-plugin.php:275
119
- msgid "(by click on image <br /> opens a link in a new window)"
120
  msgstr ""
121
 
122
- #: gallery-plugin.php:276
123
  msgid "This setting is available in Pro version"
124
  msgstr ""
125
 
126
- #: gallery-plugin.php:277
127
  msgid "Open the link"
128
  msgstr ""
129
 
130
- #: gallery-plugin.php:277
131
  msgid "Current window"
132
  msgstr ""
133
 
134
- #: gallery-plugin.php:277
135
  msgid "New window"
136
  msgstr ""
137
 
138
- #: gallery-plugin.php:278
139
  msgid "Delete"
140
  msgstr ""
141
 
142
- #: gallery-plugin.php:292
143
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
144
  msgstr ""
145
 
146
- #: gallery-plugin.php:294
147
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
148
  msgstr ""
149
 
150
- #: gallery-plugin.php:479
151
- msgid "Title"
152
- msgstr "სათაური"
153
-
154
- #: gallery-plugin.php:480
155
  msgid "Author"
156
  msgstr "ავტორი"
157
 
158
- #: gallery-plugin.php:481
159
  #, fuzzy
160
  msgid "Photo"
161
  msgstr "ფოტო"
162
 
163
- #: gallery-plugin.php:482
164
  #, fuzzy
165
  msgid "Publishing"
166
  msgstr "საჯარო"
167
 
168
- #: gallery-plugin.php:483
169
- #: gallery-plugin.php:1174
170
  msgid "Date"
171
  msgstr "თარიღი"
172
 
173
- #: gallery-plugin.php:658
174
- msgid "Not set"
175
- msgstr ""
176
-
177
- #: gallery-plugin.php:660
178
- #: gallery-plugin.php:664
179
- msgid "On"
180
- msgstr ""
181
-
182
- #: gallery-plugin.php:662
183
- #: gallery-plugin.php:666
184
- msgid "Off"
185
- msgstr ""
186
-
187
- #: gallery-plugin.php:670
188
- #: gallery-plugin.php:674
189
- #: gallery-plugin.php:678
190
- #: gallery-plugin.php:682
191
- #: gallery-plugin.php:686
192
- #: gallery-plugin.php:712
193
- msgid "N/A"
194
- msgstr ""
195
-
196
- #: gallery-plugin.php:684
197
- msgid " Mb"
198
- msgstr ""
199
-
200
- #: gallery-plugin.php:688
201
- #: gallery-plugin.php:692
202
- #: gallery-plugin.php:696
203
- #: gallery-plugin.php:707
204
- msgid "Yes"
205
- msgstr ""
206
-
207
- #: gallery-plugin.php:690
208
- #: gallery-plugin.php:694
209
- #: gallery-plugin.php:698
210
- #: gallery-plugin.php:709
211
- msgid "No"
212
- msgstr ""
213
-
214
- #: gallery-plugin.php:723
215
- msgid "Operating System"
216
- msgstr ""
217
-
218
- #: gallery-plugin.php:724
219
- msgid "Server"
220
- msgstr ""
221
-
222
- #: gallery-plugin.php:725
223
- msgid "Memory usage"
224
- msgstr ""
225
-
226
- #: gallery-plugin.php:726
227
- msgid "MYSQL Version"
228
- msgstr ""
229
-
230
- #: gallery-plugin.php:727
231
- msgid "SQL Mode"
232
- msgstr ""
233
-
234
- #: gallery-plugin.php:728
235
- msgid "PHP Version"
236
- msgstr ""
237
-
238
- #: gallery-plugin.php:729
239
- msgid "PHP Safe Mode"
240
- msgstr ""
241
-
242
- #: gallery-plugin.php:730
243
- msgid "PHP Allow URL fopen"
244
- msgstr ""
245
-
246
- #: gallery-plugin.php:731
247
- msgid "PHP Memory Limit"
248
- msgstr ""
249
-
250
- #: gallery-plugin.php:732
251
- #, fuzzy
252
- msgid "PHP Max Upload Size"
253
- msgstr "ფაილის ატვირთვა"
254
-
255
- #: gallery-plugin.php:733
256
- msgid "PHP Max Post Size"
257
- msgstr ""
258
-
259
- #: gallery-plugin.php:734
260
- msgid "PHP Max Script Execute Time"
261
- msgstr ""
262
-
263
- #: gallery-plugin.php:735
264
- msgid "PHP Exif support"
265
- msgstr ""
266
-
267
- #: gallery-plugin.php:736
268
- msgid "PHP IPTC support"
269
- msgstr ""
270
-
271
- #: gallery-plugin.php:737
272
- msgid "PHP XML support"
273
- msgstr ""
274
-
275
- #: gallery-plugin.php:738
276
- msgid "Site URL"
277
- msgstr ""
278
-
279
- #: gallery-plugin.php:739
280
- msgid "Home URL"
281
- msgstr ""
282
-
283
- #: gallery-plugin.php:740
284
- msgid "WordPress Version"
285
- msgstr ""
286
-
287
- #: gallery-plugin.php:741
288
- msgid "WordPress DB Version"
289
- msgstr ""
290
-
291
- #: gallery-plugin.php:742
292
- msgid "Multisite"
293
- msgstr ""
294
-
295
- #: gallery-plugin.php:743
296
- msgid "Active Theme"
297
- msgstr ""
298
-
299
- #: gallery-plugin.php:758
300
- msgid "Please enter a valid email address."
301
- msgstr ""
302
-
303
- #: gallery-plugin.php:762
304
- msgid "Email with system info is sent to "
305
- msgstr ""
306
-
307
- #: gallery-plugin.php:766
308
- msgid "Thank you for contacting us."
309
- msgstr ""
310
-
311
- #: gallery-plugin.php:794
312
- msgid "Sorry, email message could not be delivered."
313
- msgstr ""
314
-
315
- #: gallery-plugin.php:802
316
- #, fuzzy
317
- msgid "Pro plugins"
318
- msgstr "რეკომენდირებული დანამატები"
319
-
320
- #: gallery-plugin.php:805
321
- #: gallery-plugin.php:831
322
- msgid "Activated plugins"
323
- msgstr "გააქტიურებული დანამატები:"
324
-
325
- #: gallery-plugin.php:807
326
- #: gallery-plugin.php:815
327
- #: gallery-plugin.php:823
328
- #: gallery-plugin.php:833
329
- #: gallery-plugin.php:841
330
- #: gallery-plugin.php:849
331
- msgid "Read more"
332
- msgstr "სრულად ნახვა"
333
-
334
- #: gallery-plugin.php:807
335
- #: gallery-plugin.php:833
336
- #: gallery-plugin.php:1257
337
- #: gallery-plugin.php:1272
338
- msgid "Settings"
339
- msgstr "პარამეტრები"
340
-
341
- #: gallery-plugin.php:813
342
- #: gallery-plugin.php:839
343
- msgid "Installed plugins"
344
- msgstr "დაყენებული დანამატები"
345
-
346
- #: gallery-plugin.php:821
347
- #: gallery-plugin.php:847
348
- msgid "Recommended plugins"
349
- msgstr "რეკომენდირებული დანამატები"
350
-
351
- #: gallery-plugin.php:823
352
- msgid "Purchase"
353
- msgstr ""
354
-
355
- #: gallery-plugin.php:828
356
- #, fuzzy
357
- msgid "Free plugins"
358
- msgstr "რეკომენდირებული დანამატები"
359
-
360
- #: gallery-plugin.php:849
361
- msgid "Download"
362
- msgstr "გადმოტვირთვა"
363
-
364
- #: gallery-plugin.php:849
365
- #, php-format
366
- msgid "Install %s"
367
- msgstr "დაყენებულია %s"
368
-
369
- #: gallery-plugin.php:849
370
- msgid "Install now from wordpress.org"
371
- msgstr "დააყენეთ wordpress.org-იდან"
372
-
373
- #: gallery-plugin.php:854
374
- #, fuzzy
375
- msgid "If you have any questions, please contact us via"
376
- msgstr "თუ თქვენ გაქვთ რაიმე შეკითხვა, გთხოვთ მოგვწერეთ ელფოსტაზე plugin@bestwebsoft.com ან შეავსეთ საკონტაქტო ფორმა გამოსაგზავნად"
377
-
378
- #: gallery-plugin.php:861
379
- msgid "System status"
380
- msgstr ""
381
-
382
- #: gallery-plugin.php:865
383
- msgid "Environment"
384
- msgstr ""
385
-
386
- #: gallery-plugin.php:876
387
- #, fuzzy
388
- msgid "Active Plugins"
389
- msgstr "გააქტიურებული დანამატები:"
390
-
391
- #: gallery-plugin.php:887
392
- #, fuzzy
393
- msgid "Inactive Plugins"
394
- msgstr "გააქტიურებული დანამატები:"
395
-
396
- #: gallery-plugin.php:901
397
- #, fuzzy
398
- msgid "Send to support"
399
- msgstr "Support"
400
-
401
- #: gallery-plugin.php:908
402
- msgid "Send to custom email &#187;"
403
- msgstr ""
404
-
405
- #: gallery-plugin.php:950
406
  msgid "See images &raquo;"
407
  msgstr ""
408
 
409
- #: gallery-plugin.php:1049
410
  #, fuzzy
411
  msgid "Settings are saved"
412
  msgstr "პარამეტრები შენახულია"
413
 
414
- #: gallery-plugin.php:1063
415
  #, fuzzy
416
  msgid "Gallery Settings"
417
  msgstr "გალერეის პარამეტრები"
418
 
419
- #: gallery-plugin.php:1066
420
  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:"
421
  msgstr ""
422
 
423
- #: gallery-plugin.php:1070
424
  #, fuzzy
425
  msgid "Image size for the album cover"
426
  msgstr "Размер для "
427
 
428
- #: gallery-plugin.php:1072
429
- #: gallery-plugin.php:1080
430
- #: gallery-plugin.php:1093
431
  #, fuzzy
432
  msgid "Image size"
433
  msgstr "ზომის სახელი"
434
 
435
- #: gallery-plugin.php:1073
436
- #: gallery-plugin.php:1081
437
  msgid "Width (in px)"
438
  msgstr "სიგანე(პიქსელებში)"
439
 
440
- #: gallery-plugin.php:1074
441
- #: gallery-plugin.php:1082
442
  msgid "Height (in px)"
443
  msgstr "სიმაღლე(პიქსელებში)"
444
 
445
- #: gallery-plugin.php:1078
446
  #, fuzzy
447
  msgid "Gallery image size"
448
  msgstr "გალერეა"
449
 
450
- #: gallery-plugin.php:1086
451
  #, fuzzy
452
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
453
  msgstr "ვორდპრესი შექმნის მინიატურული პოსტის კოპიას განსაზღვრულ ზომებში, როდესაც ატვირთავთ სურათს."
454
 
455
- #: gallery-plugin.php:1091
456
  msgid "Gallery image size in the lightbox"
457
  msgstr ""
458
 
459
- #: gallery-plugin.php:1094
460
  #, fuzzy
461
  msgid "Max width (in px)"
462
  msgstr "სიგანე(პიქსელებში)"
463
 
464
- #: gallery-plugin.php:1095
465
  #, fuzzy
466
  msgid "Max height (in px)"
467
  msgstr "სიმაღლე(პიქსელებში)"
468
 
469
- #: gallery-plugin.php:1096
470
  msgid "Display a full size image in the lightbox"
471
  msgstr ""
472
 
473
- #: gallery-plugin.php:1100
474
  msgid "Crop position"
475
  msgstr ""
476
 
477
- #: gallery-plugin.php:1102
478
  msgid "Horizontal"
479
  msgstr ""
480
 
481
- #: gallery-plugin.php:1104
482
  msgid "left"
483
  msgstr ""
484
 
485
- #: gallery-plugin.php:1105
486
- #: gallery-plugin.php:1112
487
  msgid "center"
488
  msgstr ""
489
 
490
- #: gallery-plugin.php:1106
491
  msgid "right"
492
  msgstr ""
493
 
494
- #: gallery-plugin.php:1109
495
  msgid "Vertical"
496
  msgstr ""
497
 
498
- #: gallery-plugin.php:1111
499
  msgid "top"
500
  msgstr ""
501
 
502
- #: gallery-plugin.php:1113
503
  msgid "bottom"
504
  msgstr ""
505
 
506
- #: gallery-plugin.php:1118
507
  msgid "Lightbox background"
508
  msgstr ""
509
 
510
- #: gallery-plugin.php:1120
511
  msgid "Default"
512
  msgstr ""
513
 
514
- #: gallery-plugin.php:1121
515
  msgid "Background transparency (from 0 to 1)"
516
  msgstr ""
517
 
518
- #: gallery-plugin.php:1123
519
  msgid "Select a background color"
520
  msgstr ""
521
 
522
- #: gallery-plugin.php:1125
523
  msgid "Background color"
524
  msgstr ""
525
 
526
- #: gallery-plugin.php:1132
527
- #: gallery-plugin.php:1237
528
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
529
  msgstr ""
530
 
531
- #: gallery-plugin.php:1139
532
  msgid "Images with border"
533
  msgstr ""
534
 
535
- #: gallery-plugin.php:1142
536
  msgid "Border width in px, just numbers"
537
  msgstr ""
538
 
539
- #: gallery-plugin.php:1144
540
- #: gallery-plugin.php:1146
541
  msgid "Select a border color"
542
  msgstr ""
543
 
544
- #: gallery-plugin.php:1152
545
  #, fuzzy
546
  msgid "Number of images in the row"
547
  msgstr "სურათების რაოდენობა მწკრივში"
548
 
549
- #: gallery-plugin.php:1158
550
  msgid "Start slideshow"
551
  msgstr ""
552
 
553
- #: gallery-plugin.php:1164
554
  msgid "Slideshow interval"
555
  msgstr ""
556
 
557
- #: gallery-plugin.php:1172
558
  msgid "Attachment ID"
559
  msgstr ""
560
 
561
- #: gallery-plugin.php:1173
562
  #, fuzzy
563
  msgid "Image Name"
564
  msgstr "ზომის სახელი"
565
 
566
- #: gallery-plugin.php:1175
567
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
568
  msgstr ""
569
 
570
- #: gallery-plugin.php:1176
571
  msgid "Random"
572
  msgstr ""
573
 
574
- #: gallery-plugin.php:1180
575
  #, fuzzy
576
  msgid "Sort images"
577
  msgstr "სურათების რაოდენობა მწკრივში"
578
 
579
- #: gallery-plugin.php:1182
580
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
581
  msgstr ""
582
 
583
- #: gallery-plugin.php:1183
584
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
585
  msgstr ""
586
 
587
- #: gallery-plugin.php:1187
588
  msgid "Display text above the image"
589
  msgstr ""
590
 
591
- #: gallery-plugin.php:1189
592
- msgid "If you want to display text just in a lightbox"
593
  msgstr ""
594
 
595
- #: gallery-plugin.php:1193
596
  msgid "Display the Back link"
597
  msgstr ""
598
 
599
- #: gallery-plugin.php:1199
600
  msgid "Display the Back link in the shortcode"
601
  msgstr ""
602
 
603
- #: gallery-plugin.php:1205
604
  msgid "The Back link text"
605
  msgstr ""
606
 
607
- #: gallery-plugin.php:1211
608
  msgid "The Back link URL"
609
  msgstr ""
610
 
611
- #: gallery-plugin.php:1213
612
  msgid "Gallery page (Page with Gallery Template)"
613
  msgstr ""
614
 
615
- #: gallery-plugin.php:1215
616
  msgid "(Full URL to custom page)"
617
  msgstr ""
618
 
619
- #: gallery-plugin.php:1219
620
  msgid "The Read More link text"
621
  msgstr ""
622
 
623
- #: gallery-plugin.php:1227
624
  msgid "Display Like buttons in the lightbox"
625
  msgstr ""
626
 
627
- #: gallery-plugin.php:1229
628
  msgid "FaceBook"
629
  msgstr ""
630
 
631
- #: gallery-plugin.php:1230
632
  #, fuzzy
633
  msgid "Twitter"
634
  msgstr "სათაური"
635
 
636
- #: gallery-plugin.php:1231
637
  msgid "Pinterest"
638
  msgstr ""
639
 
640
- #: gallery-plugin.php:1232
641
  msgid "Google +1"
642
  msgstr ""
643
 
644
- #: gallery-plugin.php:1245
 
 
 
 
 
 
 
 
 
645
  msgid "Save Changes"
646
  msgstr "ცვლილებების შენახვა"
647
 
648
- #: gallery-plugin.php:1258
 
 
 
 
 
649
  msgid "FAQ"
650
  msgstr "FAQ"
651
 
652
- #: gallery-plugin.php:1259
653
  msgid "Support"
654
  msgstr "Support"
655
 
656
- #: gallery-plugin.php:1476
657
  #: template/gallery-single-template.php:76
658
  #, fuzzy
659
  msgid "Sorry, nothing found."
660
  msgstr "მაპატიეთ - არაფერია ნაპოვნი."
661
 
662
- #: gallery-plugin.php:1498
663
- #: template/gallery-single-template.php:101
664
  msgid "Download high resolution image"
665
  msgstr ""
666
 
667
- #: template/gallery-single-template.php:101
668
  msgid "Image"
669
  msgstr ""
670
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
671
  #~ msgid "Add New"
672
  #~ msgstr "ახლის დამატება"
673
  #~ msgid "Search Galleries"
674
  #~ msgstr "გალერეას ძებნა"
675
  #~ msgid "The size of the cover album for gallery"
676
  #~ msgstr "ალბომის ყდის ზომა გალერეისთვის"
677
- #~ msgid "Size for gallery image"
678
- #~ msgstr "ზომა გალერეის სურათისთვის"
679
 
680
  #, fuzzy
681
  #~ msgid "date"
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"
16
  "X-Generator: Poedit 1.5.4\n"
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
 
24
+ #: gallery-plugin.php:125
25
+ #: gallery-plugin.php:135
26
  msgid "Galleries"
27
  msgstr "გალერეა"
28
 
29
+ #: gallery-plugin.php:126
30
+ #: gallery-plugin.php:579
31
  msgid "Gallery"
32
  msgstr "გალერეა"
33
 
34
+ #: gallery-plugin.php:127
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "ახალი გალერეას დამატება"
38
 
39
+ #: gallery-plugin.php:128
40
  msgid "Add New Gallery"
41
  msgstr "ახალი გალერეას დამატება"
42
 
43
+ #: gallery-plugin.php:129
44
  msgid "Edit Gallery"
45
  msgstr "გალერეას შესწორება"
46
 
47
+ #: gallery-plugin.php:130
48
  msgid "New Gallery"
49
  msgstr "ახალი გალერეა"
50
 
51
+ #: gallery-plugin.php:131
52
  msgid "View Gallery"
53
  msgstr "გალერეას ნახვა"
54
 
55
+ #: gallery-plugin.php:132
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "გალერეას შესწორება"
59
 
60
+ #: gallery-plugin.php:133
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "გალერეა არ მოძებნა"
64
 
65
+ #: gallery-plugin.php:190
66
  msgid "Upload File"
67
  msgstr "ფაილის ატვირთვა"
68
 
69
+ #: gallery-plugin.php:191
70
  #, fuzzy
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
 
454
+ #, fuzzy
455
+ #~ msgid "PHP Max Upload Size"
456
+ #~ msgstr "ფაილის ატვირთვა"
457
+
458
+ #, fuzzy
459
+ #~ msgid "Pro plugins"
460
+ #~ msgstr "რეკომენდირებული დანამატები"
461
+ #~ msgid "Activated plugins"
462
+ #~ msgstr "გააქტიურებული დანამატები:"
463
+ #~ msgid "Read more"
464
+ #~ msgstr "სრულად ნახვა"
465
+ #~ msgid "Installed plugins"
466
+ #~ msgstr "დაყენებული დანამატები"
467
+ #~ msgid "Recommended plugins"
468
+ #~ msgstr "რეკომენდირებული დანამატები"
469
+
470
+ #, fuzzy
471
+ #~ msgid "Free plugins"
472
+ #~ msgstr "რეკომენდირებული დანამატები"
473
+ #~ msgid "Download"
474
+ #~ msgstr "გადმოტვირთვა"
475
+ #~ msgid "Install %s"
476
+ #~ msgstr "დაყენებულია %s"
477
+ #~ msgid "Install now from wordpress.org"
478
+ #~ msgstr "დააყენეთ wordpress.org-იდან"
479
+
480
+ #, fuzzy
481
+ #~ msgid "If you have any questions, please contact us via"
482
+ #~ msgstr ""
483
+ #~ "თუ თქვენ გაქვთ რაიმე შეკითხვა, გთხოვთ მოგვწერეთ ელფოსტაზე "
484
+ #~ "plugin@bestwebsoft.com ან შეავსეთ საკონტაქტო ფორმა გამოსაგზავნად"
485
+
486
+ #, fuzzy
487
+ #~ msgid "Active Plugins"
488
+ #~ msgstr "გააქტიურებული დანამატები:"
489
+
490
+ #, fuzzy
491
+ #~ msgid "Inactive Plugins"
492
+ #~ msgstr "გააქტიურებული დანამატები:"
493
+
494
+ #, fuzzy
495
+ #~ msgid "Send to support"
496
+ #~ msgstr "Support"
497
  #~ msgid "Add New"
498
  #~ msgstr "ახლის დამატება"
499
  #~ msgid "Search Galleries"
500
  #~ msgstr "გალერეას ძებნა"
501
  #~ msgid "The size of the cover album for gallery"
502
  #~ msgstr "ალბომის ყდის ზომა გალერეისთვის"
 
 
503
 
504
  #, fuzzy
505
  #~ msgid "date"
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-07-18 11:31+0300\n"
6
- "PO-Revision-Date: 2013-07-18 11:31+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Naglis Jonaitis <njonaitis@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,667 +16,493 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:103
20
- #: gallery-plugin.php:1056
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
 
24
- #: gallery-plugin.php:127
25
- #: gallery-plugin.php:137
26
  msgid "Galleries"
27
  msgstr "Galerijos"
28
 
29
- #: gallery-plugin.php:128
30
- #: gallery-plugin.php:923
31
  msgid "Gallery"
32
  msgstr "Galerija"
33
 
34
- #: gallery-plugin.php:129
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "Pridėti naują galeriją"
38
 
39
- #: gallery-plugin.php:130
40
  msgid "Add New Gallery"
41
  msgstr "Pridėti naują galeriją"
42
 
43
- #: gallery-plugin.php:131
44
  msgid "Edit Gallery"
45
  msgstr "Redaguoti galeriją"
46
 
47
- #: gallery-plugin.php:132
48
  msgid "New Gallery"
49
  msgstr "Nauja galerija"
50
 
51
- #: gallery-plugin.php:133
52
  msgid "View Gallery"
53
  msgstr "Peržiūrėti galeriją"
54
 
55
- #: gallery-plugin.php:134
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "Redaguoti galeriją"
59
 
60
- #: gallery-plugin.php:135
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "Galerijų nėra"
64
 
65
- #: gallery-plugin.php:192
66
  msgid "Upload File"
67
  msgstr "Įkelti failą"
68
 
69
- #: gallery-plugin.php:193
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:1170
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:275
 
 
 
 
 
115
  msgid "URL"
116
  msgstr ""
117
 
118
- #: gallery-plugin.php:275
119
- msgid "(by click on image <br /> opens a link in a new window)"
120
  msgstr ""
121
 
122
- #: gallery-plugin.php:276
123
  msgid "This setting is available in Pro version"
124
  msgstr ""
125
 
126
- #: gallery-plugin.php:277
127
  msgid "Open the link"
128
  msgstr ""
129
 
130
- #: gallery-plugin.php:277
131
  msgid "Current window"
132
  msgstr ""
133
 
134
- #: gallery-plugin.php:277
135
  msgid "New window"
136
  msgstr ""
137
 
138
- #: gallery-plugin.php:278
139
  msgid "Delete"
140
  msgstr ""
141
 
142
- #: gallery-plugin.php:292
143
  #, fuzzy
144
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
145
  msgstr "Galite įterpti galeriją puslapyje ar įraše įterpdami šį trumpąjį kodą į turinį"
146
 
147
- #: gallery-plugin.php:294
148
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
149
  msgstr ""
150
 
151
- #: gallery-plugin.php:479
152
- msgid "Title"
153
- msgstr "Pavadinimas"
154
-
155
- #: gallery-plugin.php:480
156
  msgid "Author"
157
  msgstr "Autorius"
158
 
159
- #: gallery-plugin.php:481
160
  #, fuzzy
161
  msgid "Photo"
162
  msgstr "Nuotraukos"
163
 
164
- #: gallery-plugin.php:482
165
  #, fuzzy
166
  msgid "Publishing"
167
  msgstr "Vieša"
168
 
169
- #: gallery-plugin.php:483
170
- #: gallery-plugin.php:1174
171
  msgid "Date"
172
  msgstr "Data"
173
 
174
- #: gallery-plugin.php:658
175
- msgid "Not set"
176
- msgstr ""
177
-
178
- #: gallery-plugin.php:660
179
- #: gallery-plugin.php:664
180
- msgid "On"
181
- msgstr ""
182
-
183
- #: gallery-plugin.php:662
184
- #: gallery-plugin.php:666
185
- msgid "Off"
186
- msgstr ""
187
-
188
- #: gallery-plugin.php:670
189
- #: gallery-plugin.php:674
190
- #: gallery-plugin.php:678
191
- #: gallery-plugin.php:682
192
- #: gallery-plugin.php:686
193
- #: gallery-plugin.php:712
194
- msgid "N/A"
195
- msgstr ""
196
-
197
- #: gallery-plugin.php:684
198
- msgid " Mb"
199
- msgstr ""
200
-
201
- #: gallery-plugin.php:688
202
- #: gallery-plugin.php:692
203
- #: gallery-plugin.php:696
204
- #: gallery-plugin.php:707
205
- msgid "Yes"
206
- msgstr ""
207
-
208
- #: gallery-plugin.php:690
209
- #: gallery-plugin.php:694
210
- #: gallery-plugin.php:698
211
- #: gallery-plugin.php:709
212
- msgid "No"
213
- msgstr ""
214
-
215
- #: gallery-plugin.php:723
216
- msgid "Operating System"
217
- msgstr ""
218
-
219
- #: gallery-plugin.php:724
220
- msgid "Server"
221
- msgstr ""
222
-
223
- #: gallery-plugin.php:725
224
- msgid "Memory usage"
225
- msgstr ""
226
-
227
- #: gallery-plugin.php:726
228
- msgid "MYSQL Version"
229
- msgstr ""
230
-
231
- #: gallery-plugin.php:727
232
- msgid "SQL Mode"
233
- msgstr ""
234
-
235
- #: gallery-plugin.php:728
236
- msgid "PHP Version"
237
- msgstr ""
238
-
239
- #: gallery-plugin.php:729
240
- msgid "PHP Safe Mode"
241
- msgstr ""
242
-
243
- #: gallery-plugin.php:730
244
- msgid "PHP Allow URL fopen"
245
- msgstr ""
246
-
247
- #: gallery-plugin.php:731
248
- msgid "PHP Memory Limit"
249
- msgstr ""
250
-
251
- #: gallery-plugin.php:732
252
- #, fuzzy
253
- msgid "PHP Max Upload Size"
254
- msgstr "Įkelti failą"
255
-
256
- #: gallery-plugin.php:733
257
- msgid "PHP Max Post Size"
258
- msgstr ""
259
-
260
- #: gallery-plugin.php:734
261
- msgid "PHP Max Script Execute Time"
262
- msgstr ""
263
-
264
- #: gallery-plugin.php:735
265
- msgid "PHP Exif support"
266
- msgstr ""
267
-
268
- #: gallery-plugin.php:736
269
- msgid "PHP IPTC support"
270
- msgstr ""
271
-
272
- #: gallery-plugin.php:737
273
- msgid "PHP XML support"
274
- msgstr ""
275
-
276
- #: gallery-plugin.php:738
277
- msgid "Site URL"
278
- msgstr ""
279
-
280
- #: gallery-plugin.php:739
281
- msgid "Home URL"
282
- msgstr ""
283
-
284
- #: gallery-plugin.php:740
285
- msgid "WordPress Version"
286
- msgstr ""
287
-
288
- #: gallery-plugin.php:741
289
- msgid "WordPress DB Version"
290
- msgstr ""
291
-
292
- #: gallery-plugin.php:742
293
- msgid "Multisite"
294
- msgstr ""
295
-
296
- #: gallery-plugin.php:743
297
- msgid "Active Theme"
298
- msgstr ""
299
-
300
- #: gallery-plugin.php:758
301
- msgid "Please enter a valid email address."
302
- msgstr ""
303
-
304
- #: gallery-plugin.php:762
305
- msgid "Email with system info is sent to "
306
- msgstr ""
307
-
308
- #: gallery-plugin.php:766
309
- msgid "Thank you for contacting us."
310
- msgstr ""
311
-
312
- #: gallery-plugin.php:794
313
- msgid "Sorry, email message could not be delivered."
314
- msgstr ""
315
-
316
- #: gallery-plugin.php:802
317
- #, fuzzy
318
- msgid "Pro plugins"
319
- msgstr "Rekomenduojami įskiepiai"
320
-
321
- #: gallery-plugin.php:805
322
- #: gallery-plugin.php:831
323
- msgid "Activated plugins"
324
- msgstr "Įjungti įskiepiai"
325
-
326
- #: gallery-plugin.php:807
327
- #: gallery-plugin.php:815
328
- #: gallery-plugin.php:823
329
- #: gallery-plugin.php:833
330
- #: gallery-plugin.php:841
331
- #: gallery-plugin.php:849
332
- msgid "Read more"
333
- msgstr "Skaityti daugiau"
334
-
335
- #: gallery-plugin.php:807
336
- #: gallery-plugin.php:833
337
- #: gallery-plugin.php:1257
338
- #: gallery-plugin.php:1272
339
- msgid "Settings"
340
- msgstr "Nustatymai"
341
-
342
- #: gallery-plugin.php:813
343
- #: gallery-plugin.php:839
344
- msgid "Installed plugins"
345
- msgstr "Įdiegti įskiepiai"
346
-
347
- #: gallery-plugin.php:821
348
- #: gallery-plugin.php:847
349
- msgid "Recommended plugins"
350
- msgstr "Rekomenduojami įskiepiai"
351
-
352
- #: gallery-plugin.php:823
353
- msgid "Purchase"
354
- msgstr ""
355
-
356
- #: gallery-plugin.php:828
357
- #, fuzzy
358
- msgid "Free plugins"
359
- msgstr "Rekomenduojami įskiepiai"
360
-
361
- #: gallery-plugin.php:849
362
- msgid "Download"
363
- msgstr "Atsisiųsti"
364
-
365
- #: gallery-plugin.php:849
366
- #, php-format
367
- msgid "Install %s"
368
- msgstr "Įdiegti %s"
369
-
370
- #: gallery-plugin.php:849
371
- msgid "Install now from wordpress.org"
372
- msgstr "Įdiegti tiesiai iš wordpress.org"
373
-
374
- #: gallery-plugin.php:854
375
- #, fuzzy
376
- msgid "If you have any questions, please contact us via"
377
- msgstr "Jei turite klausimų, susisiekite su mumis adresu plugin@bestwebsoft.com, arba užpildykite susisiekimo formą mūsų tinklalapyje"
378
-
379
- #: gallery-plugin.php:861
380
- msgid "System status"
381
- msgstr ""
382
-
383
- #: gallery-plugin.php:865
384
- msgid "Environment"
385
- msgstr ""
386
-
387
- #: gallery-plugin.php:876
388
- #, fuzzy
389
- msgid "Active Plugins"
390
- msgstr "Įjungti įskiepiai"
391
-
392
- #: gallery-plugin.php:887
393
- #, fuzzy
394
- msgid "Inactive Plugins"
395
- msgstr "Įjungti įskiepiai"
396
-
397
- #: gallery-plugin.php:901
398
- #, fuzzy
399
- msgid "Send to support"
400
- msgstr "Palaikymas"
401
-
402
- #: gallery-plugin.php:908
403
- msgid "Send to custom email &#187;"
404
- msgstr ""
405
-
406
- #: gallery-plugin.php:950
407
  #, fuzzy
408
  msgid "See images &raquo;"
409
  msgstr "Peržiūrėti nuotrauką &raquo;"
410
 
411
- #: gallery-plugin.php:1049
412
  #, fuzzy
413
  msgid "Settings are saved"
414
  msgstr "Pasirinktys išsaugotos."
415
 
416
- #: gallery-plugin.php:1063
417
  #, fuzzy
418
  msgid "Gallery Settings"
419
  msgstr "Galerijų pasirinktys"
420
 
421
- #: gallery-plugin.php:1066
422
  #, fuzzy
423
  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:"
424
  msgstr "Jei norite įterpti galeriją į savo įrašą ar puslapį, tiesiog nukopijuokite šį trumpąjį kodą į savo įrašo ar puslapio turinį:"
425
 
426
- #: gallery-plugin.php:1070
427
  #, fuzzy
428
  msgid "Image size for the album cover"
429
  msgstr "Размер для "
430
 
431
- #: gallery-plugin.php:1072
432
- #: gallery-plugin.php:1080
433
- #: gallery-plugin.php:1093
434
  #, fuzzy
435
  msgid "Image size"
436
  msgstr "Paveikslėlio matmenų klasės vardas"
437
 
438
- #: gallery-plugin.php:1073
439
- #: gallery-plugin.php:1081
440
  msgid "Width (in px)"
441
  msgstr "Plotis (pikseliais)"
442
 
443
- #: gallery-plugin.php:1074
444
- #: gallery-plugin.php:1082
445
  msgid "Height (in px)"
446
  msgstr "Aukštis (pikseliais)"
447
 
448
- #: gallery-plugin.php:1078
449
  #, fuzzy
450
  msgid "Gallery image size"
451
  msgstr "Galerijos"
452
 
453
- #: gallery-plugin.php:1086
454
  #, fuzzy
455
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
456
  msgstr "WordPress sukurs įrašo nurodytų matmenų miniatiūros kopiją kai įkelsite naują paveikslėlį."
457
 
458
- #: gallery-plugin.php:1091
459
  msgid "Gallery image size in the lightbox"
460
  msgstr ""
461
 
462
- #: gallery-plugin.php:1094
463
  #, fuzzy
464
  msgid "Max width (in px)"
465
  msgstr "Plotis (pikseliais)"
466
 
467
- #: gallery-plugin.php:1095
468
  #, fuzzy
469
  msgid "Max height (in px)"
470
  msgstr "Aukštis (pikseliais)"
471
 
472
- #: gallery-plugin.php:1096
473
  msgid "Display a full size image in the lightbox"
474
  msgstr ""
475
 
476
- #: gallery-plugin.php:1100
477
  msgid "Crop position"
478
  msgstr ""
479
 
480
- #: gallery-plugin.php:1102
481
  msgid "Horizontal"
482
  msgstr ""
483
 
484
- #: gallery-plugin.php:1104
485
  msgid "left"
486
  msgstr ""
487
 
488
- #: gallery-plugin.php:1105
489
- #: gallery-plugin.php:1112
490
  msgid "center"
491
  msgstr ""
492
 
493
- #: gallery-plugin.php:1106
494
  msgid "right"
495
  msgstr ""
496
 
497
- #: gallery-plugin.php:1109
498
  msgid "Vertical"
499
  msgstr ""
500
 
501
- #: gallery-plugin.php:1111
502
  msgid "top"
503
  msgstr ""
504
 
505
- #: gallery-plugin.php:1113
506
  msgid "bottom"
507
  msgstr ""
508
 
509
- #: gallery-plugin.php:1118
510
  msgid "Lightbox background"
511
  msgstr ""
512
 
513
- #: gallery-plugin.php:1120
514
  msgid "Default"
515
  msgstr ""
516
 
517
- #: gallery-plugin.php:1121
518
  msgid "Background transparency (from 0 to 1)"
519
  msgstr ""
520
 
521
- #: gallery-plugin.php:1123
522
  msgid "Select a background color"
523
  msgstr ""
524
 
525
- #: gallery-plugin.php:1125
526
  msgid "Background color"
527
  msgstr ""
528
 
529
- #: gallery-plugin.php:1132
530
- #: gallery-plugin.php:1237
531
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
532
  msgstr ""
533
 
534
- #: gallery-plugin.php:1139
535
  msgid "Images with border"
536
  msgstr ""
537
 
538
- #: gallery-plugin.php:1142
539
  msgid "Border width in px, just numbers"
540
  msgstr ""
541
 
542
- #: gallery-plugin.php:1144
543
- #: gallery-plugin.php:1146
544
  msgid "Select a border color"
545
  msgstr ""
546
 
547
- #: gallery-plugin.php:1152
548
  #, fuzzy
549
  msgid "Number of images in the row"
550
  msgstr "Paveikslėlių eilėje kiekis"
551
 
552
- #: gallery-plugin.php:1158
553
  msgid "Start slideshow"
554
  msgstr "Pradėti demonstraciją"
555
 
556
- #: gallery-plugin.php:1164
557
  msgid "Slideshow interval"
558
  msgstr "Demonstracijos trukmė"
559
 
560
- #: gallery-plugin.php:1172
561
  #, fuzzy
562
  msgid "Attachment ID"
563
  msgstr "prisegtuko ID"
564
 
565
- #: gallery-plugin.php:1173
566
  #, fuzzy
567
  msgid "Image Name"
568
  msgstr "Paveikslėlis"
569
 
570
- #: gallery-plugin.php:1175
571
  #, fuzzy
572
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
573
  msgstr "prisegtukų tvarką (sveikojo skaičiaus laukelis „Įkelti failą“ dialoge)"
574
 
575
- #: gallery-plugin.php:1176
576
  #, fuzzy
577
  msgid "Random"
578
  msgstr "atsitiktine tvarka"
579
 
580
- #: gallery-plugin.php:1180
581
  #, fuzzy
582
  msgid "Sort images"
583
  msgstr "Paveikslėlių eilėje kiekis"
584
 
585
- #: gallery-plugin.php:1182
586
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
587
  msgstr "Didėjančia tvarka (nuo žemiausios iki aukščiausios reikšmės - 1, 2, 3; a, b, c)"
588
 
589
- #: gallery-plugin.php:1183
590
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
591
  msgstr "Mažėjančia tvarka (nuo žemiausios iki aukščiausios reikšmės - 3, 2, 1; c, b, a)"
592
 
593
- #: gallery-plugin.php:1187
594
  msgid "Display text above the image"
595
  msgstr ""
596
 
597
- #: gallery-plugin.php:1189
598
- msgid "If you want to display text just in a lightbox"
599
  msgstr ""
600
 
601
- #: gallery-plugin.php:1193
602
  #, fuzzy
603
  msgid "Display the Back link"
604
  msgstr "Rodyti Sugrįžimo nuorodą"
605
 
606
- #: gallery-plugin.php:1199
607
  #, fuzzy
608
  msgid "Display the Back link in the shortcode"
609
  msgstr "Rodyti Sugrįžimo nuorodą naudojantis trumpuoju kodu"
610
 
611
- #: gallery-plugin.php:1205
612
  msgid "The Back link text"
613
  msgstr ""
614
 
615
- #: gallery-plugin.php:1211
616
  msgid "The Back link URL"
617
  msgstr ""
618
 
619
- #: gallery-plugin.php:1213
620
  msgid "Gallery page (Page with Gallery Template)"
621
  msgstr ""
622
 
623
- #: gallery-plugin.php:1215
624
  msgid "(Full URL to custom page)"
625
  msgstr ""
626
 
627
- #: gallery-plugin.php:1219
628
  msgid "The Read More link text"
629
  msgstr ""
630
 
631
- #: gallery-plugin.php:1227
632
  msgid "Display Like buttons in the lightbox"
633
  msgstr ""
634
 
635
- #: gallery-plugin.php:1229
636
  msgid "FaceBook"
637
  msgstr ""
638
 
639
- #: gallery-plugin.php:1230
640
  #, fuzzy
641
  msgid "Twitter"
642
  msgstr "Pavadinimas"
643
 
644
- #: gallery-plugin.php:1231
645
  msgid "Pinterest"
646
  msgstr ""
647
 
648
- #: gallery-plugin.php:1232
649
  msgid "Google +1"
650
  msgstr ""
651
 
652
- #: gallery-plugin.php:1245
 
 
 
 
 
 
 
 
 
653
  msgid "Save Changes"
654
  msgstr "Išsaugoti pakeitimus"
655
 
656
- #: gallery-plugin.php:1258
 
 
 
 
 
657
  msgid "FAQ"
658
  msgstr "D. U. K."
659
 
660
- #: gallery-plugin.php:1259
661
  msgid "Support"
662
  msgstr "Palaikymas"
663
 
664
- #: gallery-plugin.php:1476
665
  #: template/gallery-single-template.php:76
666
  #, fuzzy
667
  msgid "Sorry, nothing found."
668
  msgstr "Deja, nieko nerasta."
669
 
670
- #: gallery-plugin.php:1498
671
- #: template/gallery-single-template.php:101
672
  msgid "Download high resolution image"
673
  msgstr ""
674
 
675
- #: template/gallery-single-template.php:101
676
  #, fuzzy
677
  msgid "Image"
678
  msgstr "Paveikslėlis"
679
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
680
  #~ msgid "Add New"
681
  #~ msgstr "Pridėti naują"
682
  #~ msgid "Search Galleries"
@@ -685,8 +511,6 @@ msgstr "Paveikslėlis"
685
  #~ msgstr "Prisegtukus rikiuoti pagal"
686
  #~ msgid "The size of the cover album for gallery"
687
  #~ msgstr "Galerijos viršelio matmenys"
688
- #~ msgid "Size for gallery image"
689
- #~ msgstr "Galerijos paveikslėlio matmenys"
690
  #~ msgid "attachment title"
691
  #~ msgstr "prisegtuko pavadinimą"
692
  #~ msgid "date"
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"
16
  "X-Generator: Poedit 1.5.4\n"
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
 
24
+ #: gallery-plugin.php:125
25
+ #: gallery-plugin.php:135
26
  msgid "Galleries"
27
  msgstr "Galerijos"
28
 
29
+ #: gallery-plugin.php:126
30
+ #: gallery-plugin.php:579
31
  msgid "Gallery"
32
  msgstr "Galerija"
33
 
34
+ #: gallery-plugin.php:127
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "Pridėti naują galeriją"
38
 
39
+ #: gallery-plugin.php:128
40
  msgid "Add New Gallery"
41
  msgstr "Pridėti naują galeriją"
42
 
43
+ #: gallery-plugin.php:129
44
  msgid "Edit Gallery"
45
  msgstr "Redaguoti galeriją"
46
 
47
+ #: gallery-plugin.php:130
48
  msgid "New Gallery"
49
  msgstr "Nauja galerija"
50
 
51
+ #: gallery-plugin.php:131
52
  msgid "View Gallery"
53
  msgstr "Peržiūrėti galeriją"
54
 
55
+ #: gallery-plugin.php:132
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "Redaguoti galeriją"
59
 
60
+ #: gallery-plugin.php:133
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "Galerijų nėra"
64
 
65
+ #: gallery-plugin.php:190
66
  msgid "Upload File"
67
  msgstr "Įkelti failą"
68
 
69
+ #: gallery-plugin.php:191
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"
462
 
463
+ #, fuzzy
464
+ #~ msgid "PHP Max Upload Size"
465
+ #~ msgstr "Įkelti failą"
466
+
467
+ #, fuzzy
468
+ #~ msgid "Pro plugins"
469
+ #~ msgstr "Rekomenduojami įskiepiai"
470
+ #~ msgid "Activated plugins"
471
+ #~ msgstr "Įjungti įskiepiai"
472
+ #~ msgid "Read more"
473
+ #~ msgstr "Skaityti daugiau"
474
+ #~ msgid "Installed plugins"
475
+ #~ msgstr "Įdiegti įskiepiai"
476
+ #~ msgid "Recommended plugins"
477
+ #~ msgstr "Rekomenduojami įskiepiai"
478
+
479
+ #, fuzzy
480
+ #~ msgid "Free plugins"
481
+ #~ msgstr "Rekomenduojami įskiepiai"
482
+ #~ msgid "Download"
483
+ #~ msgstr "Atsisiųsti"
484
+ #~ msgid "Install %s"
485
+ #~ msgstr "Įdiegti %s"
486
+ #~ msgid "Install now from wordpress.org"
487
+ #~ msgstr "Įdiegti tiesiai iš wordpress.org"
488
+
489
+ #, fuzzy
490
+ #~ msgid "If you have any questions, please contact us via"
491
+ #~ msgstr ""
492
+ #~ "Jei turite klausimų, susisiekite su mumis adresu plugin@bestwebsoft.com, "
493
+ #~ "arba užpildykite susisiekimo formą mūsų tinklalapyje"
494
+
495
+ #, fuzzy
496
+ #~ msgid "Active Plugins"
497
+ #~ msgstr "Įjungti įskiepiai"
498
+
499
+ #, fuzzy
500
+ #~ msgid "Inactive Plugins"
501
+ #~ msgstr "Įjungti įskiepiai"
502
+
503
+ #, fuzzy
504
+ #~ msgid "Send to support"
505
+ #~ msgstr "Palaikymas"
506
  #~ msgid "Add New"
507
  #~ msgstr "Pridėti naują"
508
  #~ msgid "Search Galleries"
511
  #~ msgstr "Prisegtukus rikiuoti pagal"
512
  #~ msgid "The size of the cover album for gallery"
513
  #~ msgstr "Galerijos viršelio matmenys"
 
 
514
  #~ msgid "attachment title"
515
  #~ msgstr "prisegtuko pavadinimą"
516
  #~ msgid "date"
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-07-18 11:31+0300\n"
6
- "PO-Revision-Date: 2013-07-18 11:31+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Ronald <ronald@bhi.nl>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,665 +16,489 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:103
20
- #: gallery-plugin.php:1056
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
 
24
- #: gallery-plugin.php:127
25
- #: gallery-plugin.php:137
26
  msgid "Galleries"
27
  msgstr "Fotoalbum's"
28
 
29
- #: gallery-plugin.php:128
30
- #: gallery-plugin.php:923
31
  msgid "Gallery"
32
  msgstr "Fotoalbum"
33
 
34
- #: gallery-plugin.php:129
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "Nieuw fotoalbum"
38
 
39
- #: gallery-plugin.php:130
40
  msgid "Add New Gallery"
41
  msgstr "Nieuw fotoalbum"
42
 
43
- #: gallery-plugin.php:131
44
  msgid "Edit Gallery"
45
  msgstr "Fotoalbum bewerken"
46
 
47
- #: gallery-plugin.php:132
48
  msgid "New Gallery"
49
  msgstr "Nieuwe foto"
50
 
51
- #: gallery-plugin.php:133
52
  msgid "View Gallery"
53
  msgstr "Foto bekijken"
54
 
55
- #: gallery-plugin.php:134
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "Fotoalbum bewerken"
59
 
60
- #: gallery-plugin.php:135
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "Niets gevonden"
64
 
65
- #: gallery-plugin.php:192
66
  msgid "Upload File"
67
  msgstr "Foto's uploaden"
68
 
69
- #: gallery-plugin.php:193
70
  #, fuzzy
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:1170
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:275
 
 
 
 
 
115
  msgid "URL"
116
  msgstr ""
117
 
118
- #: gallery-plugin.php:275
119
- msgid "(by click on image <br /> opens a link in a new window)"
120
  msgstr ""
121
 
122
- #: gallery-plugin.php:276
123
  msgid "This setting is available in Pro version"
124
  msgstr ""
125
 
126
- #: gallery-plugin.php:277
127
  msgid "Open the link"
128
  msgstr ""
129
 
130
- #: gallery-plugin.php:277
131
  msgid "Current window"
132
  msgstr ""
133
 
134
- #: gallery-plugin.php:277
135
  msgid "New window"
136
  msgstr ""
137
 
138
- #: gallery-plugin.php:278
139
  msgid "Delete"
140
  msgstr ""
141
 
142
- #: gallery-plugin.php:292
143
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
144
  msgstr ""
145
 
146
- #: gallery-plugin.php:294
147
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
148
  msgstr ""
149
 
150
- #: gallery-plugin.php:479
151
- msgid "Title"
152
- msgstr "Titel"
153
-
154
- #: gallery-plugin.php:480
155
  msgid "Author"
156
  msgstr "Auteur"
157
 
158
- #: gallery-plugin.php:481
159
  #, fuzzy
160
  msgid "Photo"
161
  msgstr "Foto's"
162
 
163
- #: gallery-plugin.php:482
164
  #, fuzzy
165
  msgid "Publishing"
166
  msgstr "Gepubliceerd"
167
 
168
- #: gallery-plugin.php:483
169
- #: gallery-plugin.php:1174
170
  msgid "Date"
171
  msgstr "Datum"
172
 
173
- #: gallery-plugin.php:658
174
- msgid "Not set"
175
- msgstr ""
176
-
177
- #: gallery-plugin.php:660
178
- #: gallery-plugin.php:664
179
- msgid "On"
180
- msgstr ""
181
-
182
- #: gallery-plugin.php:662
183
- #: gallery-plugin.php:666
184
- msgid "Off"
185
- msgstr ""
186
-
187
- #: gallery-plugin.php:670
188
- #: gallery-plugin.php:674
189
- #: gallery-plugin.php:678
190
- #: gallery-plugin.php:682
191
- #: gallery-plugin.php:686
192
- #: gallery-plugin.php:712
193
- msgid "N/A"
194
- msgstr ""
195
-
196
- #: gallery-plugin.php:684
197
- msgid " Mb"
198
- msgstr ""
199
-
200
- #: gallery-plugin.php:688
201
- #: gallery-plugin.php:692
202
- #: gallery-plugin.php:696
203
- #: gallery-plugin.php:707
204
- msgid "Yes"
205
- msgstr ""
206
-
207
- #: gallery-plugin.php:690
208
- #: gallery-plugin.php:694
209
- #: gallery-plugin.php:698
210
- #: gallery-plugin.php:709
211
- msgid "No"
212
- msgstr ""
213
-
214
- #: gallery-plugin.php:723
215
- msgid "Operating System"
216
- msgstr ""
217
-
218
- #: gallery-plugin.php:724
219
- msgid "Server"
220
- msgstr ""
221
-
222
- #: gallery-plugin.php:725
223
- msgid "Memory usage"
224
- msgstr ""
225
-
226
- #: gallery-plugin.php:726
227
- msgid "MYSQL Version"
228
- msgstr ""
229
-
230
- #: gallery-plugin.php:727
231
- msgid "SQL Mode"
232
- msgstr ""
233
-
234
- #: gallery-plugin.php:728
235
- msgid "PHP Version"
236
- msgstr ""
237
-
238
- #: gallery-plugin.php:729
239
- msgid "PHP Safe Mode"
240
- msgstr ""
241
-
242
- #: gallery-plugin.php:730
243
- msgid "PHP Allow URL fopen"
244
- msgstr ""
245
-
246
- #: gallery-plugin.php:731
247
- msgid "PHP Memory Limit"
248
- msgstr ""
249
-
250
- #: gallery-plugin.php:732
251
- #, fuzzy
252
- msgid "PHP Max Upload Size"
253
- msgstr "Foto's uploaden"
254
-
255
- #: gallery-plugin.php:733
256
- msgid "PHP Max Post Size"
257
- msgstr ""
258
-
259
- #: gallery-plugin.php:734
260
- msgid "PHP Max Script Execute Time"
261
- msgstr ""
262
-
263
- #: gallery-plugin.php:735
264
- msgid "PHP Exif support"
265
- msgstr ""
266
-
267
- #: gallery-plugin.php:736
268
- msgid "PHP IPTC support"
269
- msgstr ""
270
-
271
- #: gallery-plugin.php:737
272
- msgid "PHP XML support"
273
- msgstr ""
274
-
275
- #: gallery-plugin.php:738
276
- msgid "Site URL"
277
- msgstr ""
278
-
279
- #: gallery-plugin.php:739
280
- msgid "Home URL"
281
- msgstr ""
282
-
283
- #: gallery-plugin.php:740
284
- msgid "WordPress Version"
285
- msgstr ""
286
-
287
- #: gallery-plugin.php:741
288
- msgid "WordPress DB Version"
289
- msgstr ""
290
-
291
- #: gallery-plugin.php:742
292
- msgid "Multisite"
293
- msgstr ""
294
-
295
- #: gallery-plugin.php:743
296
- msgid "Active Theme"
297
- msgstr ""
298
-
299
- #: gallery-plugin.php:758
300
- msgid "Please enter a valid email address."
301
- msgstr ""
302
-
303
- #: gallery-plugin.php:762
304
- msgid "Email with system info is sent to "
305
- msgstr ""
306
-
307
- #: gallery-plugin.php:766
308
- msgid "Thank you for contacting us."
309
- msgstr ""
310
-
311
- #: gallery-plugin.php:794
312
- msgid "Sorry, email message could not be delivered."
313
- msgstr ""
314
-
315
- #: gallery-plugin.php:802
316
- #, fuzzy
317
- msgid "Pro plugins"
318
- msgstr "Aanbevolen plugins"
319
-
320
- #: gallery-plugin.php:805
321
- #: gallery-plugin.php:831
322
- msgid "Activated plugins"
323
- msgstr "Geactiveerde plugins"
324
-
325
- #: gallery-plugin.php:807
326
- #: gallery-plugin.php:815
327
- #: gallery-plugin.php:823
328
- #: gallery-plugin.php:833
329
- #: gallery-plugin.php:841
330
- #: gallery-plugin.php:849
331
- msgid "Read more"
332
- msgstr "Lees verder"
333
-
334
- #: gallery-plugin.php:807
335
- #: gallery-plugin.php:833
336
- #: gallery-plugin.php:1257
337
- #: gallery-plugin.php:1272
338
- msgid "Settings"
339
- msgstr "Instellingen"
340
-
341
- #: gallery-plugin.php:813
342
- #: gallery-plugin.php:839
343
- msgid "Installed plugins"
344
- msgstr "Geinstalleerde plugins"
345
-
346
- #: gallery-plugin.php:821
347
- #: gallery-plugin.php:847
348
- msgid "Recommended plugins"
349
- msgstr "Aanbevolen plugins"
350
-
351
- #: gallery-plugin.php:823
352
- msgid "Purchase"
353
- msgstr ""
354
-
355
- #: gallery-plugin.php:828
356
- #, fuzzy
357
- msgid "Free plugins"
358
- msgstr "Aanbevolen plugins"
359
-
360
- #: gallery-plugin.php:849
361
- msgid "Download"
362
- msgstr "Download"
363
-
364
- #: gallery-plugin.php:849
365
- #, php-format
366
- msgid "Install %s"
367
- msgstr "Install %s"
368
-
369
- #: gallery-plugin.php:849
370
- msgid "Install now from wordpress.org"
371
- msgstr "Installeer nu vanaf wordpress.org"
372
-
373
- #: gallery-plugin.php:854
374
- #, fuzzy
375
- msgid "If you have any questions, please contact us via"
376
- msgstr "Indien u nog vragen heeft, neem contact op via plugin@bestwebsoft.com of vul het contactformulier in op onze website"
377
-
378
- #: gallery-plugin.php:861
379
- msgid "System status"
380
- msgstr ""
381
-
382
- #: gallery-plugin.php:865
383
- msgid "Environment"
384
- msgstr ""
385
-
386
- #: gallery-plugin.php:876
387
- #, fuzzy
388
- msgid "Active Plugins"
389
- msgstr "Geactiveerde plugins"
390
-
391
- #: gallery-plugin.php:887
392
- #, fuzzy
393
- msgid "Inactive Plugins"
394
- msgstr "Geactiveerde plugins"
395
-
396
- #: gallery-plugin.php:901
397
- #, fuzzy
398
- msgid "Send to support"
399
- msgstr "Support"
400
-
401
- #: gallery-plugin.php:908
402
- msgid "Send to custom email &#187;"
403
- msgstr ""
404
-
405
- #: gallery-plugin.php:950
406
  #, fuzzy
407
  msgid "See images &raquo;"
408
  msgstr "Bekijk foto &raquo;"
409
 
410
- #: gallery-plugin.php:1049
411
  #, fuzzy
412
  msgid "Settings are saved"
413
  msgstr "Opties opgeslagen"
414
 
415
- #: gallery-plugin.php:1063
416
  #, fuzzy
417
  msgid "Gallery Settings"
418
  msgstr "Fotoalbum opties"
419
 
420
- #: gallery-plugin.php:1066
421
  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:"
422
  msgstr ""
423
 
424
- #: gallery-plugin.php:1070
425
  #, fuzzy
426
  msgid "Image size for the album cover"
427
  msgstr "De afmetingen voor de cover van het album"
428
 
429
- #: gallery-plugin.php:1072
430
- #: gallery-plugin.php:1080
431
- #: gallery-plugin.php:1093
432
  #, fuzzy
433
  msgid "Image size"
434
  msgstr "Afbeelding grootte"
435
 
436
- #: gallery-plugin.php:1073
437
- #: gallery-plugin.php:1081
438
  msgid "Width (in px)"
439
  msgstr "Breedte (in px)"
440
 
441
- #: gallery-plugin.php:1074
442
- #: gallery-plugin.php:1082
443
  msgid "Height (in px)"
444
  msgstr "Hoogte (in px)"
445
 
446
- #: gallery-plugin.php:1078
447
  #, fuzzy
448
  msgid "Gallery image size"
449
  msgstr "Fotoalbum's"
450
 
451
- #: gallery-plugin.php:1086
452
  #, fuzzy
453
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
454
  msgstr "Wordpress zal een kopie maken van de thumbnail in de opgegeven afmetingen als u een nieuwe foto upload."
455
 
456
- #: gallery-plugin.php:1091
457
  msgid "Gallery image size in the lightbox"
458
  msgstr ""
459
 
460
- #: gallery-plugin.php:1094
461
  #, fuzzy
462
  msgid "Max width (in px)"
463
  msgstr "Breedte (in px)"
464
 
465
- #: gallery-plugin.php:1095
466
  #, fuzzy
467
  msgid "Max height (in px)"
468
  msgstr "Hoogte (in px)"
469
 
470
- #: gallery-plugin.php:1096
471
  msgid "Display a full size image in the lightbox"
472
  msgstr ""
473
 
474
- #: gallery-plugin.php:1100
475
  msgid "Crop position"
476
  msgstr ""
477
 
478
- #: gallery-plugin.php:1102
479
  msgid "Horizontal"
480
  msgstr ""
481
 
482
- #: gallery-plugin.php:1104
483
  msgid "left"
484
  msgstr ""
485
 
486
- #: gallery-plugin.php:1105
487
- #: gallery-plugin.php:1112
488
  msgid "center"
489
  msgstr ""
490
 
491
- #: gallery-plugin.php:1106
492
  msgid "right"
493
  msgstr ""
494
 
495
- #: gallery-plugin.php:1109
496
  msgid "Vertical"
497
  msgstr ""
498
 
499
- #: gallery-plugin.php:1111
500
  msgid "top"
501
  msgstr ""
502
 
503
- #: gallery-plugin.php:1113
504
  msgid "bottom"
505
  msgstr ""
506
 
507
- #: gallery-plugin.php:1118
508
  msgid "Lightbox background"
509
  msgstr ""
510
 
511
- #: gallery-plugin.php:1120
512
  msgid "Default"
513
  msgstr ""
514
 
515
- #: gallery-plugin.php:1121
516
  msgid "Background transparency (from 0 to 1)"
517
  msgstr ""
518
 
519
- #: gallery-plugin.php:1123
520
  msgid "Select a background color"
521
  msgstr ""
522
 
523
- #: gallery-plugin.php:1125
524
  msgid "Background color"
525
  msgstr ""
526
 
527
- #: gallery-plugin.php:1132
528
- #: gallery-plugin.php:1237
529
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
530
  msgstr ""
531
 
532
- #: gallery-plugin.php:1139
533
  msgid "Images with border"
534
  msgstr ""
535
 
536
- #: gallery-plugin.php:1142
537
  msgid "Border width in px, just numbers"
538
  msgstr ""
539
 
540
- #: gallery-plugin.php:1144
541
- #: gallery-plugin.php:1146
542
  msgid "Select a border color"
543
  msgstr ""
544
 
545
- #: gallery-plugin.php:1152
546
  #, fuzzy
547
  msgid "Number of images in the row"
548
  msgstr "Aantal afbeeldingen op een rij"
549
 
550
- #: gallery-plugin.php:1158
551
  msgid "Start slideshow"
552
  msgstr ""
553
 
554
- #: gallery-plugin.php:1164
555
  msgid "Slideshow interval"
556
  msgstr ""
557
 
558
- #: gallery-plugin.php:1172
559
  msgid "Attachment ID"
560
  msgstr ""
561
 
562
- #: gallery-plugin.php:1173
563
  #, fuzzy
564
  msgid "Image Name"
565
  msgstr "Afbeelding grootte"
566
 
567
- #: gallery-plugin.php:1175
568
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
569
  msgstr ""
570
 
571
- #: gallery-plugin.php:1176
572
  msgid "Random"
573
  msgstr ""
574
 
575
- #: gallery-plugin.php:1180
576
  #, fuzzy
577
  msgid "Sort images"
578
  msgstr "Aantal afbeeldingen op een rij"
579
 
580
- #: gallery-plugin.php:1182
581
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
582
  msgstr ""
583
 
584
- #: gallery-plugin.php:1183
585
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
586
  msgstr ""
587
 
588
- #: gallery-plugin.php:1187
589
  msgid "Display text above the image"
590
  msgstr ""
591
 
592
- #: gallery-plugin.php:1189
593
- msgid "If you want to display text just in a lightbox"
594
  msgstr ""
595
 
596
- #: gallery-plugin.php:1193
597
  msgid "Display the Back link"
598
  msgstr ""
599
 
600
- #: gallery-plugin.php:1199
601
  msgid "Display the Back link in the shortcode"
602
  msgstr ""
603
 
604
- #: gallery-plugin.php:1205
605
  msgid "The Back link text"
606
  msgstr ""
607
 
608
- #: gallery-plugin.php:1211
609
  msgid "The Back link URL"
610
  msgstr ""
611
 
612
- #: gallery-plugin.php:1213
613
  msgid "Gallery page (Page with Gallery Template)"
614
  msgstr ""
615
 
616
- #: gallery-plugin.php:1215
617
  msgid "(Full URL to custom page)"
618
  msgstr ""
619
 
620
- #: gallery-plugin.php:1219
621
  msgid "The Read More link text"
622
  msgstr ""
623
 
624
- #: gallery-plugin.php:1227
625
  msgid "Display Like buttons in the lightbox"
626
  msgstr ""
627
 
628
- #: gallery-plugin.php:1229
629
  msgid "FaceBook"
630
  msgstr ""
631
 
632
- #: gallery-plugin.php:1230
633
  #, fuzzy
634
  msgid "Twitter"
635
  msgstr "Titel"
636
 
637
- #: gallery-plugin.php:1231
638
  msgid "Pinterest"
639
  msgstr ""
640
 
641
- #: gallery-plugin.php:1232
642
  msgid "Google +1"
643
  msgstr ""
644
 
645
- #: gallery-plugin.php:1245
 
 
 
 
 
 
 
 
 
646
  msgid "Save Changes"
647
  msgstr "Bewaar veranderingen"
648
 
649
- #: gallery-plugin.php:1258
 
 
 
 
 
650
  msgid "FAQ"
651
  msgstr "FAQ"
652
 
653
- #: gallery-plugin.php:1259
654
  msgid "Support"
655
  msgstr "Support"
656
 
657
- #: gallery-plugin.php:1476
658
  #: template/gallery-single-template.php:76
659
  #, fuzzy
660
  msgid "Sorry, nothing found."
661
  msgstr "Helaas - niets gevonden"
662
 
663
- #: gallery-plugin.php:1498
664
- #: template/gallery-single-template.php:101
665
  msgid "Download high resolution image"
666
  msgstr ""
667
 
668
- #: template/gallery-single-template.php:101
669
  msgid "Image"
670
  msgstr ""
671
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
672
  #~ msgid "Add New"
673
  #~ msgstr "Nieuw fotoalbum"
674
  #~ msgid "Search Galleries"
675
  #~ msgstr "Zoeken"
676
- #~ msgid "Size for gallery image"
677
- #~ msgstr "Grootte voor album afbeelding"
678
 
679
  #, fuzzy
680
  #~ msgid "date"
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"
16
  "X-Generator: Poedit 1.5.4\n"
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
 
24
+ #: gallery-plugin.php:125
25
+ #: gallery-plugin.php:135
26
  msgid "Galleries"
27
  msgstr "Fotoalbum's"
28
 
29
+ #: gallery-plugin.php:126
30
+ #: gallery-plugin.php:579
31
  msgid "Gallery"
32
  msgstr "Fotoalbum"
33
 
34
+ #: gallery-plugin.php:127
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "Nieuw fotoalbum"
38
 
39
+ #: gallery-plugin.php:128
40
  msgid "Add New Gallery"
41
  msgstr "Nieuw fotoalbum"
42
 
43
+ #: gallery-plugin.php:129
44
  msgid "Edit Gallery"
45
  msgstr "Fotoalbum bewerken"
46
 
47
+ #: gallery-plugin.php:130
48
  msgid "New Gallery"
49
  msgstr "Nieuwe foto"
50
 
51
+ #: gallery-plugin.php:131
52
  msgid "View Gallery"
53
  msgstr "Foto bekijken"
54
 
55
+ #: gallery-plugin.php:132
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "Fotoalbum bewerken"
59
 
60
+ #: gallery-plugin.php:133
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "Niets gevonden"
64
 
65
+ #: gallery-plugin.php:190
66
  msgid "Upload File"
67
  msgstr "Foto's uploaden"
68
 
69
+ #: gallery-plugin.php:191
70
  #, fuzzy
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
 
455
+ #, fuzzy
456
+ #~ msgid "PHP Max Upload Size"
457
+ #~ msgstr "Foto's uploaden"
458
+
459
+ #, fuzzy
460
+ #~ msgid "Pro plugins"
461
+ #~ msgstr "Aanbevolen plugins"
462
+ #~ msgid "Activated plugins"
463
+ #~ msgstr "Geactiveerde plugins"
464
+ #~ msgid "Read more"
465
+ #~ msgstr "Lees verder"
466
+ #~ msgid "Installed plugins"
467
+ #~ msgstr "Geinstalleerde plugins"
468
+ #~ msgid "Recommended plugins"
469
+ #~ msgstr "Aanbevolen plugins"
470
+
471
+ #, fuzzy
472
+ #~ msgid "Free plugins"
473
+ #~ msgstr "Aanbevolen plugins"
474
+ #~ msgid "Download"
475
+ #~ msgstr "Download"
476
+ #~ msgid "Install %s"
477
+ #~ msgstr "Install %s"
478
+ #~ msgid "Install now from wordpress.org"
479
+ #~ msgstr "Installeer nu vanaf wordpress.org"
480
+
481
+ #, fuzzy
482
+ #~ msgid "If you have any questions, please contact us via"
483
+ #~ msgstr ""
484
+ #~ "Indien u nog vragen heeft, neem contact op via plugin@bestwebsoft.com of "
485
+ #~ "vul het contactformulier in op onze website"
486
+
487
+ #, fuzzy
488
+ #~ msgid "Active Plugins"
489
+ #~ msgstr "Geactiveerde plugins"
490
+
491
+ #, fuzzy
492
+ #~ msgid "Inactive Plugins"
493
+ #~ msgstr "Geactiveerde plugins"
494
+
495
+ #, fuzzy
496
+ #~ msgid "Send to support"
497
+ #~ msgstr "Support"
498
  #~ msgid "Add New"
499
  #~ msgstr "Nieuw fotoalbum"
500
  #~ msgid "Search Galleries"
501
  #~ msgstr "Zoeken"
 
 
502
 
503
  #, fuzzy
504
  #~ msgid "date"
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-07-18 11:31+0300\n"
6
- "PO-Revision-Date: 2013-07-18 11:31+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: BWS <bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,667 +16,492 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:103
20
- #: gallery-plugin.php:1056
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
 
24
- #: gallery-plugin.php:127
25
- #: gallery-plugin.php:137
26
  msgid "Galleries"
27
  msgstr "Galerie zdjęć"
28
 
29
- #: gallery-plugin.php:128
30
- #: gallery-plugin.php:923
31
  msgid "Gallery"
32
  msgstr "Galeria zdjęć"
33
 
34
- #: gallery-plugin.php:129
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "Dodaj nową galerię"
38
 
39
- #: gallery-plugin.php:130
40
  msgid "Add New Gallery"
41
  msgstr "Dodaj nową galerię"
42
 
43
- #: gallery-plugin.php:131
44
  msgid "Edit Gallery"
45
  msgstr "Edytuj galerię"
46
 
47
- #: gallery-plugin.php:132
48
  msgid "New Gallery"
49
  msgstr "Nowa galeria"
50
 
51
- #: gallery-plugin.php:133
52
  msgid "View Gallery"
53
  msgstr "Zobacz galerię"
54
 
55
- #: gallery-plugin.php:134
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "Edytuj galerię"
59
 
60
- #: gallery-plugin.php:135
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "Nie znaleziono żadnej galerii"
64
 
65
- #: gallery-plugin.php:192
66
  msgid "Upload File"
67
  msgstr "Wgraj plik"
68
 
69
- #: gallery-plugin.php:193
70
  #, fuzzy
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:1170
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:275
 
 
 
 
 
115
  msgid "URL"
116
  msgstr ""
117
 
118
- #: gallery-plugin.php:275
119
- msgid "(by click on image <br /> opens a link in a new window)"
120
  msgstr ""
121
 
122
- #: gallery-plugin.php:276
123
  msgid "This setting is available in Pro version"
124
  msgstr ""
125
 
126
- #: gallery-plugin.php:277
127
  msgid "Open the link"
128
  msgstr ""
129
 
130
- #: gallery-plugin.php:277
131
  msgid "Current window"
132
  msgstr ""
133
 
134
- #: gallery-plugin.php:277
135
  msgid "New window"
136
  msgstr ""
137
 
138
- #: gallery-plugin.php:278
139
  msgid "Delete"
140
  msgstr ""
141
 
142
- #: gallery-plugin.php:292
143
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
144
  msgstr ""
145
 
146
- #: gallery-plugin.php:294
147
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
148
  msgstr ""
149
 
150
- #: gallery-plugin.php:479
151
- msgid "Title"
152
- msgstr "Tytuł"
153
-
154
- #: gallery-plugin.php:480
155
  msgid "Author"
156
  msgstr "Autor"
157
 
158
- #: gallery-plugin.php:481
159
  #, fuzzy
160
  msgid "Photo"
161
  msgstr "Zdjęcie"
162
 
163
- #: gallery-plugin.php:482
164
  #, fuzzy
165
  msgid "Publishing"
166
  msgstr "Publiczne"
167
 
168
- #: gallery-plugin.php:483
169
- #: gallery-plugin.php:1174
170
  msgid "Date"
171
  msgstr "Data"
172
 
173
- #: gallery-plugin.php:658
174
- msgid "Not set"
175
- msgstr ""
176
-
177
- #: gallery-plugin.php:660
178
- #: gallery-plugin.php:664
179
- msgid "On"
180
- msgstr ""
181
-
182
- #: gallery-plugin.php:662
183
- #: gallery-plugin.php:666
184
- msgid "Off"
185
- msgstr ""
186
-
187
- #: gallery-plugin.php:670
188
- #: gallery-plugin.php:674
189
- #: gallery-plugin.php:678
190
- #: gallery-plugin.php:682
191
- #: gallery-plugin.php:686
192
- #: gallery-plugin.php:712
193
- msgid "N/A"
194
- msgstr ""
195
-
196
- #: gallery-plugin.php:684
197
- msgid " Mb"
198
- msgstr ""
199
-
200
- #: gallery-plugin.php:688
201
- #: gallery-plugin.php:692
202
- #: gallery-plugin.php:696
203
- #: gallery-plugin.php:707
204
- msgid "Yes"
205
- msgstr ""
206
-
207
- #: gallery-plugin.php:690
208
- #: gallery-plugin.php:694
209
- #: gallery-plugin.php:698
210
- #: gallery-plugin.php:709
211
- msgid "No"
212
- msgstr ""
213
-
214
- #: gallery-plugin.php:723
215
- msgid "Operating System"
216
- msgstr ""
217
-
218
- #: gallery-plugin.php:724
219
- msgid "Server"
220
- msgstr ""
221
-
222
- #: gallery-plugin.php:725
223
- msgid "Memory usage"
224
- msgstr ""
225
-
226
- #: gallery-plugin.php:726
227
- msgid "MYSQL Version"
228
- msgstr ""
229
-
230
- #: gallery-plugin.php:727
231
- msgid "SQL Mode"
232
- msgstr ""
233
-
234
- #: gallery-plugin.php:728
235
- msgid "PHP Version"
236
- msgstr ""
237
-
238
- #: gallery-plugin.php:729
239
- msgid "PHP Safe Mode"
240
- msgstr ""
241
-
242
- #: gallery-plugin.php:730
243
- msgid "PHP Allow URL fopen"
244
- msgstr ""
245
-
246
- #: gallery-plugin.php:731
247
- msgid "PHP Memory Limit"
248
- msgstr ""
249
-
250
- #: gallery-plugin.php:732
251
- #, fuzzy
252
- msgid "PHP Max Upload Size"
253
- msgstr "Wgraj plik"
254
-
255
- #: gallery-plugin.php:733
256
- msgid "PHP Max Post Size"
257
- msgstr ""
258
-
259
- #: gallery-plugin.php:734
260
- msgid "PHP Max Script Execute Time"
261
- msgstr ""
262
-
263
- #: gallery-plugin.php:735
264
- msgid "PHP Exif support"
265
- msgstr ""
266
-
267
- #: gallery-plugin.php:736
268
- msgid "PHP IPTC support"
269
- msgstr ""
270
-
271
- #: gallery-plugin.php:737
272
- msgid "PHP XML support"
273
- msgstr ""
274
-
275
- #: gallery-plugin.php:738
276
- msgid "Site URL"
277
- msgstr ""
278
-
279
- #: gallery-plugin.php:739
280
- msgid "Home URL"
281
- msgstr ""
282
-
283
- #: gallery-plugin.php:740
284
- msgid "WordPress Version"
285
- msgstr ""
286
-
287
- #: gallery-plugin.php:741
288
- msgid "WordPress DB Version"
289
- msgstr ""
290
-
291
- #: gallery-plugin.php:742
292
- msgid "Multisite"
293
- msgstr ""
294
-
295
- #: gallery-plugin.php:743
296
- msgid "Active Theme"
297
- msgstr ""
298
-
299
- #: gallery-plugin.php:758
300
- msgid "Please enter a valid email address."
301
- msgstr ""
302
-
303
- #: gallery-plugin.php:762
304
- msgid "Email with system info is sent to "
305
- msgstr ""
306
-
307
- #: gallery-plugin.php:766
308
- msgid "Thank you for contacting us."
309
- msgstr ""
310
-
311
- #: gallery-plugin.php:794
312
- msgid "Sorry, email message could not be delivered."
313
- msgstr ""
314
-
315
- #: gallery-plugin.php:802
316
- #, fuzzy
317
- msgid "Pro plugins"
318
- msgstr "Rekomendowane pluginy"
319
-
320
- #: gallery-plugin.php:805
321
- #: gallery-plugin.php:831
322
- msgid "Activated plugins"
323
- msgstr "Aktywny plugin"
324
-
325
- #: gallery-plugin.php:807
326
- #: gallery-plugin.php:815
327
- #: gallery-plugin.php:823
328
- #: gallery-plugin.php:833
329
- #: gallery-plugin.php:841
330
- #: gallery-plugin.php:849
331
- msgid "Read more"
332
- msgstr "Czytaj dalej"
333
-
334
- #: gallery-plugin.php:807
335
- #: gallery-plugin.php:833
336
- #: gallery-plugin.php:1257
337
- #: gallery-plugin.php:1272
338
- msgid "Settings"
339
- msgstr "Ustawienia"
340
-
341
- #: gallery-plugin.php:813
342
- #: gallery-plugin.php:839
343
- msgid "Installed plugins"
344
- msgstr "Zainstalowane pluginy"
345
-
346
- #: gallery-plugin.php:821
347
- #: gallery-plugin.php:847
348
- msgid "Recommended plugins"
349
- msgstr "Rekomendowane pluginy"
350
-
351
- #: gallery-plugin.php:823
352
- msgid "Purchase"
353
- msgstr ""
354
-
355
- #: gallery-plugin.php:828
356
- #, fuzzy
357
- msgid "Free plugins"
358
- msgstr "Rekomendowane pluginy"
359
-
360
- #: gallery-plugin.php:849
361
- msgid "Download"
362
- msgstr "Pobierz"
363
-
364
- #: gallery-plugin.php:849
365
- #, php-format
366
- msgid "Install %s"
367
- msgstr "Zainstaluj %s"
368
-
369
- #: gallery-plugin.php:849
370
- msgid "Install now from wordpress.org"
371
- msgstr "Zainstaluj teraz z wordpress.org"
372
-
373
- #: gallery-plugin.php:854
374
- #, fuzzy
375
- msgid "If you have any questions, please contact us via"
376
- msgstr "Jeśli masz jakiekolwiek pytania, proszę napisz do nas na adres plugin@bestwebsoft.com albo wypełnij formularz kontaktowy na naszej stronie."
377
-
378
- #: gallery-plugin.php:861
379
- msgid "System status"
380
- msgstr ""
381
-
382
- #: gallery-plugin.php:865
383
- msgid "Environment"
384
- msgstr ""
385
-
386
- #: gallery-plugin.php:876
387
- #, fuzzy
388
- msgid "Active Plugins"
389
- msgstr "Aktywny plugin"
390
-
391
- #: gallery-plugin.php:887
392
- #, fuzzy
393
- msgid "Inactive Plugins"
394
- msgstr "Aktywny plugin"
395
-
396
- #: gallery-plugin.php:901
397
- #, fuzzy
398
- msgid "Send to support"
399
- msgstr "Wsparcie"
400
-
401
- #: gallery-plugin.php:908
402
- msgid "Send to custom email &#187;"
403
- msgstr ""
404
-
405
- #: gallery-plugin.php:950
406
  #, fuzzy
407
  msgid "See images &raquo;"
408
  msgstr "Zobacz zdjęcia &raquo;"
409
 
410
- #: gallery-plugin.php:1049
411
  #, fuzzy
412
  msgid "Settings are saved"
413
  msgstr "Opcje zostały zapisane."
414
 
415
- #: gallery-plugin.php:1063
416
  #, fuzzy
417
  msgid "Gallery Settings"
418
  msgstr "Opcje galerii."
419
 
420
- #: gallery-plugin.php:1066
421
  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:"
422
  msgstr ""
423
 
424
- #: gallery-plugin.php:1070
425
  #, fuzzy
426
  msgid "Image size for the album cover"
427
  msgstr "Размер для "
428
 
429
- #: gallery-plugin.php:1072
430
- #: gallery-plugin.php:1080
431
- #: gallery-plugin.php:1093
432
  #, fuzzy
433
  msgid "Image size"
434
  msgstr "Nazwa rozmiaru obrazka"
435
 
436
- #: gallery-plugin.php:1073
437
- #: gallery-plugin.php:1081
438
  msgid "Width (in px)"
439
  msgstr "Szerokość (w px)"
440
 
441
- #: gallery-plugin.php:1074
442
- #: gallery-plugin.php:1082
443
  msgid "Height (in px)"
444
  msgstr "Wysokość (w px)"
445
 
446
- #: gallery-plugin.php:1078
447
  #, fuzzy
448
  msgid "Gallery image size"
449
  msgstr "Galerie zdjęć"
450
 
451
- #: gallery-plugin.php:1086
452
  #, fuzzy
453
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
454
  msgstr "WordPress stworzy kopię miniaturki notki według podanych rozmiarów podczas wgrywania nowego zdjęcia na serwer."
455
 
456
- #: gallery-plugin.php:1091
457
  msgid "Gallery image size in the lightbox"
458
  msgstr ""
459
 
460
- #: gallery-plugin.php:1094
461
  #, fuzzy
462
  msgid "Max width (in px)"
463
  msgstr "Szerokość (w px)"
464
 
465
- #: gallery-plugin.php:1095
466
  #, fuzzy
467
  msgid "Max height (in px)"
468
  msgstr "Wysokość (w px)"
469
 
470
- #: gallery-plugin.php:1096
471
  msgid "Display a full size image in the lightbox"
472
  msgstr ""
473
 
474
- #: gallery-plugin.php:1100
475
  msgid "Crop position"
476
  msgstr ""
477
 
478
- #: gallery-plugin.php:1102
479
  msgid "Horizontal"
480
  msgstr ""
481
 
482
- #: gallery-plugin.php:1104
483
  msgid "left"
484
  msgstr ""
485
 
486
- #: gallery-plugin.php:1105
487
- #: gallery-plugin.php:1112
488
  msgid "center"
489
  msgstr ""
490
 
491
- #: gallery-plugin.php:1106
492
  msgid "right"
493
  msgstr ""
494
 
495
- #: gallery-plugin.php:1109
496
  msgid "Vertical"
497
  msgstr ""
498
 
499
- #: gallery-plugin.php:1111
500
  msgid "top"
501
  msgstr ""
502
 
503
- #: gallery-plugin.php:1113
504
  msgid "bottom"
505
  msgstr ""
506
 
507
- #: gallery-plugin.php:1118
508
  msgid "Lightbox background"
509
  msgstr ""
510
 
511
- #: gallery-plugin.php:1120
512
  msgid "Default"
513
  msgstr ""
514
 
515
- #: gallery-plugin.php:1121
516
  msgid "Background transparency (from 0 to 1)"
517
  msgstr ""
518
 
519
- #: gallery-plugin.php:1123
520
  msgid "Select a background color"
521
  msgstr ""
522
 
523
- #: gallery-plugin.php:1125
524
  msgid "Background color"
525
  msgstr ""
526
 
527
- #: gallery-plugin.php:1132
528
- #: gallery-plugin.php:1237
529
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
530
  msgstr ""
531
 
532
- #: gallery-plugin.php:1139
533
  msgid "Images with border"
534
  msgstr ""
535
 
536
- #: gallery-plugin.php:1142
537
  msgid "Border width in px, just numbers"
538
  msgstr ""
539
 
540
- #: gallery-plugin.php:1144
541
- #: gallery-plugin.php:1146
542
  msgid "Select a border color"
543
  msgstr ""
544
 
545
- #: gallery-plugin.php:1152
546
  #, fuzzy
547
  msgid "Number of images in the row"
548
  msgstr "Ilość obrazków w rzędzie"
549
 
550
- #: gallery-plugin.php:1158
551
  msgid "Start slideshow"
552
  msgstr ""
553
 
554
- #: gallery-plugin.php:1164
555
  msgid "Slideshow interval"
556
  msgstr ""
557
 
558
- #: gallery-plugin.php:1172
559
  msgid "Attachment ID"
560
  msgstr ""
561
 
562
- #: gallery-plugin.php:1173
563
  #, fuzzy
564
  msgid "Image Name"
565
  msgstr "Nazwa rozmiaru obrazka"
566
 
567
- #: gallery-plugin.php:1175
568
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
569
  msgstr ""
570
 
571
- #: gallery-plugin.php:1176
572
  msgid "Random"
573
  msgstr ""
574
 
575
- #: gallery-plugin.php:1180
576
  #, fuzzy
577
  msgid "Sort images"
578
  msgstr "Ilość obrazków w rzędzie"
579
 
580
- #: gallery-plugin.php:1182
581
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
582
  msgstr ""
583
 
584
- #: gallery-plugin.php:1183
585
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
586
  msgstr ""
587
 
588
- #: gallery-plugin.php:1187
589
  msgid "Display text above the image"
590
  msgstr ""
591
 
592
- #: gallery-plugin.php:1189
593
- msgid "If you want to display text just in a lightbox"
594
  msgstr ""
595
 
596
- #: gallery-plugin.php:1193
597
  msgid "Display the Back link"
598
  msgstr ""
599
 
600
- #: gallery-plugin.php:1199
601
  msgid "Display the Back link in the shortcode"
602
  msgstr ""
603
 
604
- #: gallery-plugin.php:1205
605
  msgid "The Back link text"
606
  msgstr ""
607
 
608
- #: gallery-plugin.php:1211
609
  msgid "The Back link URL"
610
  msgstr ""
611
 
612
- #: gallery-plugin.php:1213
613
  msgid "Gallery page (Page with Gallery Template)"
614
  msgstr ""
615
 
616
- #: gallery-plugin.php:1215
617
  msgid "(Full URL to custom page)"
618
  msgstr ""
619
 
620
- #: gallery-plugin.php:1219
621
  msgid "The Read More link text"
622
  msgstr ""
623
 
624
- #: gallery-plugin.php:1227
625
  msgid "Display Like buttons in the lightbox"
626
  msgstr ""
627
 
628
- #: gallery-plugin.php:1229
629
  msgid "FaceBook"
630
  msgstr ""
631
 
632
- #: gallery-plugin.php:1230
633
  #, fuzzy
634
  msgid "Twitter"
635
  msgstr "Tytuł"
636
 
637
- #: gallery-plugin.php:1231
638
  msgid "Pinterest"
639
  msgstr ""
640
 
641
- #: gallery-plugin.php:1232
642
  msgid "Google +1"
643
  msgstr ""
644
 
645
- #: gallery-plugin.php:1245
 
 
 
 
 
 
 
 
 
646
  msgid "Save Changes"
647
  msgstr "Zapisz zmiany"
648
 
649
- #: gallery-plugin.php:1258
 
 
 
 
 
650
  msgid "FAQ"
651
  msgstr "FAQ "
652
 
653
- #: gallery-plugin.php:1259
654
  msgid "Support"
655
  msgstr "Wsparcie"
656
 
657
- #: gallery-plugin.php:1476
658
  #: template/gallery-single-template.php:76
659
  #, fuzzy
660
  msgid "Sorry, nothing found."
661
  msgstr "Przykro nam - nic nie znaleziono."
662
 
663
- #: gallery-plugin.php:1498
664
- #: template/gallery-single-template.php:101
665
  msgid "Download high resolution image"
666
  msgstr ""
667
 
668
- #: template/gallery-single-template.php:101
669
  msgid "Image"
670
  msgstr ""
671
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
672
  #~ msgid "Add New"
673
  #~ msgstr "Dodaj nową"
674
  #~ msgid "Search Galleries"
675
  #~ msgstr "Szukaj galerii"
676
  #~ msgid "The size of the cover album for gallery"
677
  #~ msgstr "Rozmiar okładki albumu"
678
- #~ msgid "Size for gallery image"
679
- #~ msgstr "Rozmiar dla obrazka w galerii"
680
 
681
  #, fuzzy
682
  #~ msgid "date"
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"
16
  "X-Generator: Poedit 1.5.4\n"
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
 
24
+ #: gallery-plugin.php:125
25
+ #: gallery-plugin.php:135
26
  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
 
34
+ #: gallery-plugin.php:127
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "Dodaj nową galerię"
38
 
39
+ #: gallery-plugin.php:128
40
  msgid "Add New Gallery"
41
  msgstr "Dodaj nową galerię"
42
 
43
+ #: gallery-plugin.php:129
44
  msgid "Edit Gallery"
45
  msgstr "Edytuj galerię"
46
 
47
+ #: gallery-plugin.php:130
48
  msgid "New Gallery"
49
  msgstr "Nowa galeria"
50
 
51
+ #: gallery-plugin.php:131
52
  msgid "View Gallery"
53
  msgstr "Zobacz galerię"
54
 
55
+ #: gallery-plugin.php:132
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "Edytuj galerię"
59
 
60
+ #: gallery-plugin.php:133
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "Nie znaleziono żadnej galerii"
64
 
65
+ #: gallery-plugin.php:190
66
  msgid "Upload File"
67
  msgstr "Wgraj plik"
68
 
69
+ #: gallery-plugin.php:191
70
  #, fuzzy
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
 
455
+ #, fuzzy
456
+ #~ msgid "PHP Max Upload Size"
457
+ #~ msgstr "Wgraj plik"
458
+
459
+ #, fuzzy
460
+ #~ msgid "Pro plugins"
461
+ #~ msgstr "Rekomendowane pluginy"
462
+ #~ msgid "Activated plugins"
463
+ #~ msgstr "Aktywny plugin"
464
+ #~ msgid "Read more"
465
+ #~ msgstr "Czytaj dalej"
466
+ #~ msgid "Installed plugins"
467
+ #~ msgstr "Zainstalowane pluginy"
468
+ #~ msgid "Recommended plugins"
469
+ #~ msgstr "Rekomendowane pluginy"
470
+
471
+ #, fuzzy
472
+ #~ msgid "Free plugins"
473
+ #~ msgstr "Rekomendowane pluginy"
474
+ #~ msgid "Download"
475
+ #~ msgstr "Pobierz"
476
+ #~ msgid "Install %s"
477
+ #~ msgstr "Zainstaluj %s"
478
+ #~ msgid "Install now from wordpress.org"
479
+ #~ msgstr "Zainstaluj teraz z wordpress.org"
480
+
481
+ #, fuzzy
482
+ #~ msgid "If you have any questions, please contact us via"
483
+ #~ msgstr ""
484
+ #~ "Jeśli masz jakiekolwiek pytania, proszę napisz do nas na adres "
485
+ #~ "plugin@bestwebsoft.com albo wypełnij formularz kontaktowy na naszej "
486
+ #~ "stronie."
487
+
488
+ #, fuzzy
489
+ #~ msgid "Active Plugins"
490
+ #~ msgstr "Aktywny plugin"
491
+
492
+ #, fuzzy
493
+ #~ msgid "Inactive Plugins"
494
+ #~ msgstr "Aktywny plugin"
495
+
496
+ #, fuzzy
497
+ #~ msgid "Send to support"
498
+ #~ msgstr "Wsparcie"
499
  #~ msgid "Add New"
500
  #~ msgstr "Dodaj nową"
501
  #~ msgid "Search Galleries"
502
  #~ msgstr "Szukaj galerii"
503
  #~ msgid "The size of the cover album for gallery"
504
  #~ msgstr "Rozmiar okładki albumu"
 
 
505
 
506
  #, fuzzy
507
  #~ msgid "date"
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-07-24 13:52+0300\n"
6
- "PO-Revision-Date: 2013-07-24 13:53+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: DJIO | Dionizio Bonfim Bach <wordpress@djio.com.br>\n"
9
  "MIME-Version: 1.0\n"
@@ -19,765 +19,506 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ gallery
22
- #: gallery-plugin.php:103
23
- #: gallery-plugin.php:1056
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
 
27
  # @ gallery
28
- #: gallery-plugin.php:127
29
- #: gallery-plugin.php:137
30
  msgid "Galleries"
31
  msgstr "Galerias"
32
 
33
  # @ gallery
34
- #: gallery-plugin.php:128
35
- #: gallery-plugin.php:923
36
  msgid "Gallery"
37
  msgstr "Galeria"
38
 
39
  # @ gallery
40
- #: gallery-plugin.php:129
41
  msgid "Add a Gallery"
42
  msgstr "Adicionar uma Galeria"
43
 
44
  # @ gallery
45
- #: gallery-plugin.php:130
46
  msgid "Add New Gallery"
47
  msgstr "Adicionar Nova Galeria"
48
 
49
  # @ gallery
50
- #: gallery-plugin.php:131
51
  msgid "Edit Gallery"
52
  msgstr "Editar Galeria"
53
 
54
  # @ gallery
55
- #: gallery-plugin.php:132
56
  msgid "New Gallery"
57
  msgstr "Nova Galeria"
58
 
59
  # @ gallery
60
- #: gallery-plugin.php:133
61
  msgid "View Gallery"
62
  msgstr "Ver Galeria"
63
 
64
  # @ gallery
65
- #: gallery-plugin.php:134
66
  msgid "Find a Gallery"
67
  msgstr "Encontre uma Galeria"
68
 
69
  # @ gallery
70
- #: gallery-plugin.php:135
71
  msgid "No Gallery found"
72
  msgstr "Nenhuma Galeria foi encontrada"
73
 
74
  # @ gallery
75
- #: gallery-plugin.php:192
76
  msgid "Upload File"
77
  msgstr "Enviar Arquivo"
78
 
79
  # @ gallery
80
- #: gallery-plugin.php:193
81
  msgid "Gallery Shortcode"
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:1170
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:275
 
 
 
 
 
 
132
  msgid "URL"
133
  msgstr "URL"
134
 
135
  # @ gallery
136
- #: gallery-plugin.php:275
137
- msgid "(by click on image <br /> opens a link in a new window)"
138
- msgstr "(clicando na imagem <br/> abre um link em uma nova janela)"
139
 
140
  # @ gallery
141
- #: gallery-plugin.php:276
142
  msgid "This setting is available in Pro version"
143
  msgstr "Esta configuração está disponível na versão Pro"
144
 
145
  # @ gallery
146
- #: gallery-plugin.php:277
147
  msgid "Open the link"
148
  msgstr "Abrir o link"
149
 
150
  # @ gallery
151
- #: gallery-plugin.php:277
152
  msgid "Current window"
153
  msgstr "Janela atual"
154
 
155
  # @ gallery
156
- #: gallery-plugin.php:277
157
  msgid "New window"
158
  msgstr "Nova janela"
159
 
160
  # @ gallery
161
- #: gallery-plugin.php:278
162
  msgid "Delete"
163
  msgstr "Excluir"
164
 
165
  # @ gallery
166
- #: gallery-plugin.php:292
167
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
168
  msgstr "Você pode adicionar esta Galeria numa página ou post inserindo este shortcode no conteúdo"
169
 
170
  # @ gallery
171
- #: gallery-plugin.php:294
172
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
173
  msgstr "Se você quiser mostrar uma breve descrição contendo a miniatura e o link para a Página da Galeria use assim"
174
 
175
  # @ gallery
176
- #: gallery-plugin.php:479
177
- msgid "Title"
178
- msgstr "Título"
179
-
180
- # @ gallery
181
- #: gallery-plugin.php:480
182
  msgid "Author"
183
  msgstr "Autor"
184
 
185
  # @ gallery
186
- #: gallery-plugin.php:481
187
  msgid "Photo"
188
  msgstr "Foto"
189
 
190
  # @ gallery
191
- #: gallery-plugin.php:482
192
  msgid "Publishing"
193
  msgstr "Publicação"
194
 
195
  # @ gallery
196
- #: gallery-plugin.php:483
197
- #: gallery-plugin.php:1174
198
  msgid "Date"
199
  msgstr "Data"
200
 
201
  # @ gallery
202
- #: gallery-plugin.php:658
203
- msgid "Not set"
204
- msgstr "Não definido"
205
-
206
- # @ gallery
207
- #: gallery-plugin.php:660
208
- #: gallery-plugin.php:664
209
- msgid "On"
210
- msgstr "Em"
211
-
212
- # @ gallery
213
- #: gallery-plugin.php:662
214
- #: gallery-plugin.php:666
215
- msgid "Off"
216
- msgstr "Desligado"
217
-
218
- # @ gallery
219
- #: gallery-plugin.php:670
220
- #: gallery-plugin.php:674
221
- #: gallery-plugin.php:678
222
- #: gallery-plugin.php:682
223
- #: gallery-plugin.php:686
224
- #: gallery-plugin.php:712
225
- msgid "N/A"
226
- msgstr "N/D"
227
-
228
- # @ gallery
229
- #: gallery-plugin.php:684
230
- msgid " Mb"
231
- msgstr " Mb"
232
-
233
- # @ gallery
234
- #: gallery-plugin.php:688
235
- #: gallery-plugin.php:692
236
- #: gallery-plugin.php:696
237
- #: gallery-plugin.php:707
238
- msgid "Yes"
239
- msgstr "Sim"
240
-
241
- # @ gallery
242
- #: gallery-plugin.php:690
243
- #: gallery-plugin.php:694
244
- #: gallery-plugin.php:698
245
- #: gallery-plugin.php:709
246
- msgid "No"
247
- msgstr "Não"
248
-
249
- # @ gallery
250
- #: gallery-plugin.php:723
251
- msgid "Operating System"
252
- msgstr "Sistema Operacional"
253
-
254
- # @ gallery
255
- #: gallery-plugin.php:724
256
- msgid "Server"
257
- msgstr "Servidor"
258
-
259
- # @ gallery
260
- #: gallery-plugin.php:725
261
- msgid "Memory usage"
262
- msgstr "Uso de memória"
263
-
264
- # @ gallery
265
- #: gallery-plugin.php:726
266
- msgid "MYSQL Version"
267
- msgstr "Versão do MySQL"
268
-
269
- # @ gallery
270
- #: gallery-plugin.php:727
271
- msgid "SQL Mode"
272
- msgstr "Modo SQL"
273
-
274
- # @ gallery
275
- #: gallery-plugin.php:728
276
- msgid "PHP Version"
277
- msgstr "Versão do PHP"
278
-
279
- # @ gallery
280
- #: gallery-plugin.php:729
281
- msgid "PHP Safe Mode"
282
- msgstr "Modo de Segurança do PHP"
283
-
284
- # @ gallery
285
- #: gallery-plugin.php:730
286
- msgid "PHP Allow URL fopen"
287
- msgstr "Permissão de fopen de URL do PHP"
288
-
289
- # @ gallery
290
- #: gallery-plugin.php:731
291
- msgid "PHP Memory Limit"
292
- msgstr "Limite de Memória do PHP"
293
-
294
- # @ gallery
295
- #: gallery-plugin.php:732
296
- msgid "PHP Max Upload Size"
297
- msgstr "Tamanho Máximo de Upload no PHP"
298
-
299
- # @ gallery
300
- #: gallery-plugin.php:733
301
- msgid "PHP Max Post Size"
302
- msgstr "Tamanho Máximo de Envio do PHP"
303
-
304
- # @ gallery
305
- #: gallery-plugin.php:734
306
- msgid "PHP Max Script Execute Time"
307
- msgstr "Tempo de Execução Máximo do PHP"
308
-
309
- # @ gallery
310
- #: gallery-plugin.php:735
311
- msgid "PHP Exif support"
312
- msgstr "Suporte a Exif no PHP"
313
-
314
- # @ gallery
315
- #: gallery-plugin.php:736
316
- msgid "PHP IPTC support"
317
- msgstr "Suporte da IPTC no PHP"
318
-
319
- # @ gallery
320
- #: gallery-plugin.php:737
321
- msgid "PHP XML support"
322
- msgstr "Suporte a XML no PHP"
323
-
324
- # @ gallery
325
- #: gallery-plugin.php:738
326
- msgid "Site URL"
327
- msgstr "URL do Site"
328
-
329
- # @ gallery
330
- #: gallery-plugin.php:739
331
- msgid "Home URL"
332
- msgstr "URL da página inicial"
333
-
334
- # @ gallery
335
- #: gallery-plugin.php:740
336
- msgid "WordPress Version"
337
- msgstr "Versão do WordPress"
338
-
339
- # @ gallery
340
- #: gallery-plugin.php:741
341
- msgid "WordPress DB Version"
342
- msgstr "Versão do DB do WordPress"
343
-
344
- # @ gallery
345
- #: gallery-plugin.php:742
346
- msgid "Multisite"
347
- msgstr "Multisite"
348
-
349
- # @ gallery
350
- #: gallery-plugin.php:743
351
- msgid "Active Theme"
352
- msgstr "Tema Ativo"
353
-
354
- # @ gallery
355
- #: gallery-plugin.php:758
356
- msgid "Please enter a valid email address."
357
- msgstr "Por favor, informe um endereço de email válido."
358
-
359
- # @ gallery
360
- #: gallery-plugin.php:762
361
- msgid "Email with system info is sent to "
362
- msgstr "Email com informações do sistema é enviado para "
363
-
364
- # @ gallery
365
- #: gallery-plugin.php:766
366
- msgid "Thank you for contacting us."
367
- msgstr "Obrigado por nos contatar."
368
-
369
- # @ gallery
370
- #: gallery-plugin.php:794
371
- msgid "Sorry, email message could not be delivered."
372
- msgstr "Desculpe, a mensagem de email não pôde ser enviada."
373
-
374
- # @ gallery
375
- #: gallery-plugin.php:802
376
- msgid "Pro plugins"
377
- msgstr "Plugins Pro"
378
-
379
- # @ gallery
380
- #: gallery-plugin.php:805
381
- #: gallery-plugin.php:831
382
- msgid "Activated plugins"
383
- msgstr "Plugins ativados"
384
-
385
- # @ gallery
386
- #: gallery-plugin.php:807
387
- #: gallery-plugin.php:815
388
- #: gallery-plugin.php:823
389
- #: gallery-plugin.php:833
390
- #: gallery-plugin.php:841
391
- #: gallery-plugin.php:849
392
- msgid "Read more"
393
- msgstr "Leia mais"
394
-
395
- # @ gallery
396
- #: gallery-plugin.php:807
397
- #: gallery-plugin.php:833
398
- #: gallery-plugin.php:1257
399
- #: gallery-plugin.php:1272
400
- msgid "Settings"
401
- msgstr "Configurações"
402
-
403
- # @ gallery
404
- #: gallery-plugin.php:813
405
- #: gallery-plugin.php:839
406
- msgid "Installed plugins"
407
- msgstr "Plugins instalados"
408
-
409
- # @ gallery
410
- #: gallery-plugin.php:821
411
- #: gallery-plugin.php:847
412
- msgid "Recommended plugins"
413
- msgstr "Plugins recomendados"
414
-
415
- # @ gallery
416
- #: gallery-plugin.php:823
417
- msgid "Purchase"
418
- msgstr "Compra"
419
-
420
- # @ gallery
421
- #: gallery-plugin.php:828
422
- msgid "Free plugins"
423
- msgstr "Plugins Grátis"
424
-
425
- # @ gallery
426
- #: gallery-plugin.php:849
427
- msgid "Download"
428
- msgstr "Download"
429
-
430
- # @ default
431
- #: gallery-plugin.php:849
432
- #, php-format
433
- msgid "Install %s"
434
- msgstr "Instalar %s"
435
-
436
- # @ gallery
437
- #: gallery-plugin.php:849
438
- msgid "Install now from wordpress.org"
439
- msgstr "Instale agora via wordpres.org"
440
-
441
- # @ gallery
442
- #: gallery-plugin.php:854
443
- msgid "If you have any questions, please contact us via"
444
- msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
445
-
446
- # @ gallery
447
- #: gallery-plugin.php:861
448
- msgid "System status"
449
- msgstr "Status do sistema"
450
-
451
- # @ gallery
452
- #: gallery-plugin.php:865
453
- msgid "Environment"
454
- msgstr "Ambiente"
455
-
456
- # @ gallery
457
- #: gallery-plugin.php:876
458
- msgid "Active Plugins"
459
- msgstr "Plugins Ativos"
460
-
461
- # @ gallery
462
- #: gallery-plugin.php:887
463
- msgid "Inactive Plugins"
464
- msgstr "Plugins Inativos"
465
-
466
- # @ gallery
467
- #: gallery-plugin.php:901
468
- msgid "Send to support"
469
- msgstr "Enviar para o suporte"
470
-
471
- # @ gallery
472
- #: gallery-plugin.php:908
473
- msgid "Send to custom email &#187;"
474
- msgstr "Enviar para email personalizado &#187;"
475
-
476
- # @ gallery
477
- #: gallery-plugin.php:950
478
  msgid "See images &raquo;"
479
  msgstr "Ver imagens &raquo;"
480
 
481
  # @ gallery
482
- #: gallery-plugin.php:1049
483
  msgid "Settings are saved"
484
  msgstr "As configurações estão salvas"
485
 
486
  # @ gallery
487
- #: gallery-plugin.php:1063
488
  msgid "Gallery Settings"
489
  msgstr "Configurações da Galeria"
490
 
491
  # @ gallery
492
- #: gallery-plugin.php:1066
493
  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:"
494
  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:"
495
 
496
  # @ gallery
497
- #: gallery-plugin.php:1070
498
  msgid "Image size for the album cover"
499
  msgstr "Tamanho da imagem de capa do álbum"
500
 
501
  # @ gallery
502
- #: gallery-plugin.php:1072
503
- #: gallery-plugin.php:1080
504
- #: gallery-plugin.php:1093
505
  msgid "Image size"
506
  msgstr "Tamanho da imagem"
507
 
508
  # @ gallery
509
- #: gallery-plugin.php:1073
510
- #: gallery-plugin.php:1081
511
  msgid "Width (in px)"
512
  msgstr "Largura (em px)"
513
 
514
  # @ gallery
515
- #: gallery-plugin.php:1074
516
- #: gallery-plugin.php:1082
517
  msgid "Height (in px)"
518
  msgstr "Altura (em px)"
519
 
520
  # @ gallery
521
- #: gallery-plugin.php:1078
522
  msgid "Gallery image size"
523
  msgstr "Tamanho da imagem da galeria"
524
 
525
  # @ gallery
526
- #: gallery-plugin.php:1086
527
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
528
  msgstr "WordPress irá criar uma nova miniatura com os tamanhos especificados quando você enviar uma nova foto."
529
 
530
  # @ gallery
531
- #: gallery-plugin.php:1091
532
  msgid "Gallery image size in the lightbox"
533
  msgstr "Tamanho da imagem da galeria no Lightbox"
534
 
535
  # @ gallery
536
- #: gallery-plugin.php:1094
537
  msgid "Max width (in px)"
538
  msgstr "Largura máxima (em px)"
539
 
540
  # @ gallery
541
- #: gallery-plugin.php:1095
542
  msgid "Max height (in px)"
543
  msgstr "Altura máxima (em px)"
544
 
545
  # @ gallery
546
- #: gallery-plugin.php:1096
547
  msgid "Display a full size image in the lightbox"
548
  msgstr "Exibir a imagem em tamanho original no Lightbox"
549
 
550
  # @ gallery
551
- #: gallery-plugin.php:1100
552
  msgid "Crop position"
553
  msgstr "Posição de recorte"
554
 
555
  # @ gallery
556
- #: gallery-plugin.php:1102
557
  msgid "Horizontal"
558
  msgstr "Horizontal"
559
 
560
  # @ gallery
561
- #: gallery-plugin.php:1104
562
  msgid "left"
563
  msgstr "esquerda"
564
 
565
  # @ gallery
566
- #: gallery-plugin.php:1105
567
- #: gallery-plugin.php:1112
568
  msgid "center"
569
  msgstr "centro"
570
 
571
  # @ gallery
572
- #: gallery-plugin.php:1106
573
  msgid "right"
574
  msgstr "direita"
575
 
576
  # @ gallery
577
- #: gallery-plugin.php:1109
578
  msgid "Vertical"
579
  msgstr "Vertical"
580
 
581
  # @ gallery
582
- #: gallery-plugin.php:1111
583
  msgid "top"
584
  msgstr "topo"
585
 
586
  # @ gallery
587
- #: gallery-plugin.php:1113
588
  msgid "bottom"
589
  msgstr "fundo"
590
 
591
  # @ gallery
592
- #: gallery-plugin.php:1118
593
  msgid "Lightbox background"
594
  msgstr "Fundo do Lightbox"
595
 
596
  # @ gallery
597
- #: gallery-plugin.php:1120
598
  msgid "Default"
599
  msgstr "Padrão"
600
 
601
  # @ gallery
602
- #: gallery-plugin.php:1121
603
  msgid "Background transparency (from 0 to 1)"
604
  msgstr "Transparência de background (de 0 a 1)"
605
 
606
  # @ gallery
607
- #: gallery-plugin.php:1123
608
  msgid "Select a background color"
609
  msgstr "Selecionar uma cor de fundo"
610
 
611
  # @ gallery
612
- #: gallery-plugin.php:1125
613
  msgid "Background color"
614
  msgstr "Cor de fundo"
615
 
616
  # @ gallery
617
- #: gallery-plugin.php:1132
618
- #: gallery-plugin.php:1237
619
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
620
  msgstr "Esta função está disponível na versão Pro do plugin. Para saber mais detalhes, por favor siga o link"
621
 
622
  # @ gallery
623
- #: gallery-plugin.php:1139
624
  msgid "Images with border"
625
  msgstr "Imagens com borda"
626
 
627
  # @ gallery
628
- #: gallery-plugin.php:1142
629
  msgid "Border width in px, just numbers"
630
  msgstr "Largura da borda em px, apenas os números"
631
 
632
  # @ gallery
633
- #: gallery-plugin.php:1144
634
- #: gallery-plugin.php:1146
635
  msgid "Select a border color"
636
  msgstr "Escolha a cor da borda"
637
 
638
  # @ gallery
639
- #: gallery-plugin.php:1152
640
  msgid "Number of images in the row"
641
  msgstr "Número de imagens por linha"
642
 
643
  # @ gallery
644
- #: gallery-plugin.php:1158
645
  msgid "Start slideshow"
646
  msgstr "Iniciar Apresentação de Slides"
647
 
648
  # @ gallery
649
- #: gallery-plugin.php:1164
650
  msgid "Slideshow interval"
651
  msgstr "Intervalo de tempo entre cada Slide"
652
 
653
  # @ gallery
654
- #: gallery-plugin.php:1172
655
  msgid "Attachment ID"
656
  msgstr "ID do anexo"
657
 
658
  # @ gallery
659
- #: gallery-plugin.php:1173
660
  msgid "Image Name"
661
  msgstr "Nome da Imagem"
662
 
663
  # @ gallery
664
- #: gallery-plugin.php:1175
665
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
666
  msgstr "Critério de ordenação (o campo de ordenação na caixa de diálogo em Adicionar Mídia)"
667
 
668
  # @ gallery
669
- #: gallery-plugin.php:1176
670
  msgid "Random"
671
  msgstr "Aleatório"
672
 
673
  # @ gallery
674
- #: gallery-plugin.php:1180
675
  msgid "Sort images"
676
  msgstr "Ordenar imagens:"
677
 
678
  # @ gallery
679
- #: gallery-plugin.php:1182
680
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
681
  msgstr "ASC (ordem crescente dos valores mais baixos para os mais altos - 1, 2, 3; a, b, c)"
682
 
683
  # @ gallery
684
- #: gallery-plugin.php:1183
685
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
686
  msgstr "DESC (ordem decrescente dos valores mais altos para os mais baixos - 3, 2, 1; c, b, a)"
687
 
688
  # @ gallery
689
- #: gallery-plugin.php:1187
690
  msgid "Display text above the image"
691
  msgstr "Mostrar texto acima da imagem"
692
 
693
  # @ gallery
694
- #: gallery-plugin.php:1189
695
- msgid "If you want to display text just in a lightbox"
 
696
  msgstr "Se você deseja exibir o texto apenas no Lightbox"
697
 
698
  # @ gallery
699
- #: gallery-plugin.php:1193
700
  msgid "Display the Back link"
701
  msgstr "Exibir o link Voltar"
702
 
703
  # @ gallery
704
- #: gallery-plugin.php:1199
705
  msgid "Display the Back link in the shortcode"
706
  msgstr "Exibir o link Voltar no shortcode"
707
 
708
  # @ gallery
709
- #: gallery-plugin.php:1205
710
  msgid "The Back link text"
711
  msgstr "Texto do link Voltar"
712
 
713
  # @ gallery
714
- #: gallery-plugin.php:1211
715
  msgid "The Back link URL"
716
  msgstr "URL do link Voltar"
717
 
718
  # @ gallery
719
- #: gallery-plugin.php:1213
720
  msgid "Gallery page (Page with Gallery Template)"
721
  msgstr "Página da Galeria (página usando o Modelo de Galeria)"
722
 
723
  # @ gallery
724
- #: gallery-plugin.php:1215
725
  msgid "(Full URL to custom page)"
726
  msgstr "(URL completa para a página personalizada)"
727
 
728
  # @ gallery
729
- #: gallery-plugin.php:1219
730
  msgid "The Read More link text"
731
  msgstr "Texto do link Leia Mais"
732
 
733
  # @ gallery
734
- #: gallery-plugin.php:1227
735
  msgid "Display Like buttons in the lightbox"
736
  msgstr "Exibir botões de Curtir no Lightbox"
737
 
738
  # @ gallery
739
- #: gallery-plugin.php:1229
740
  msgid "FaceBook"
741
  msgstr "Facebook"
742
 
743
  # @ gallery
744
- #: gallery-plugin.php:1230
745
  msgid "Twitter"
746
  msgstr "Twitter"
747
 
748
  # @ gallery
749
- #: gallery-plugin.php:1231
750
  msgid "Pinterest"
751
  msgstr "Pinterest"
752
 
753
  # @ gallery
754
- #: gallery-plugin.php:1232
755
  msgid "Google +1"
756
  msgstr "Google +1"
757
 
 
 
 
 
 
 
 
 
758
  # @ default
759
- #: gallery-plugin.php:1245
760
  msgid "Save Changes"
761
  msgstr "Salvar Alterações"
762
 
763
  # @ gallery
764
- #: gallery-plugin.php:1258
 
 
 
 
 
 
765
  msgid "FAQ"
766
  msgstr "FAQ"
767
 
768
  # @ gallery
769
- #: gallery-plugin.php:1259
770
  msgid "Support"
771
  msgstr "Suporte"
772
 
773
  # @ gallery
774
- #: gallery-plugin.php:1476
775
  #: template/gallery-single-template.php:76
776
  msgid "Sorry, nothing found."
777
  msgstr "Desculpe, nada foi encontrado."
778
 
779
  # @ gallery
780
- #: gallery-plugin.php:1498
781
  #: template/gallery-single-template.php:102
782
  msgid "Download high resolution image"
783
  msgstr "Download de imagem de alta resolução"
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:37+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: DJIO | Dionizio Bonfim Bach <wordpress@djio.com.br>\n"
9
  "MIME-Version: 1.0\n"
19
  "X-Poedit-SearchPath-0: .\n"
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 "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
 
27
  # @ gallery
28
+ #: gallery-plugin.php:125
29
+ #: gallery-plugin.php:135
30
  msgid "Galleries"
31
  msgstr "Galerias"
32
 
33
  # @ gallery
34
+ #: gallery-plugin.php:126
35
+ #: gallery-plugin.php:579
36
  msgid "Gallery"
37
  msgstr "Galeria"
38
 
39
  # @ gallery
40
+ #: gallery-plugin.php:127
41
  msgid "Add a Gallery"
42
  msgstr "Adicionar uma Galeria"
43
 
44
  # @ gallery
45
+ #: gallery-plugin.php:128
46
  msgid "Add New Gallery"
47
  msgstr "Adicionar Nova Galeria"
48
 
49
  # @ gallery
50
+ #: gallery-plugin.php:129
51
  msgid "Edit Gallery"
52
  msgstr "Editar Galeria"
53
 
54
  # @ gallery
55
+ #: gallery-plugin.php:130
56
  msgid "New Gallery"
57
  msgstr "Nova Galeria"
58
 
59
  # @ gallery
60
+ #: gallery-plugin.php:131
61
  msgid "View Gallery"
62
  msgstr "Ver Galeria"
63
 
64
  # @ gallery
65
+ #: gallery-plugin.php:132
66
  msgid "Find a Gallery"
67
  msgstr "Encontre uma Galeria"
68
 
69
  # @ gallery
70
+ #: gallery-plugin.php:133
71
  msgid "No Gallery found"
72
  msgstr "Nenhuma Galeria foi encontrada"
73
 
74
  # @ gallery
75
+ #: gallery-plugin.php:190
76
  msgid "Upload File"
77
  msgstr "Enviar Arquivo"
78
 
79
  # @ gallery
80
+ #: gallery-plugin.php:191
81
  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:808
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 "(clicando 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:812
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:688
209
  msgid "Settings are saved"
210
  msgstr "As configurações estão salvas"
211
 
212
  # @ gallery
213
+ #: gallery-plugin.php:701
214
  msgid "Gallery Settings"
215
  msgstr "Configurações da Galeria"
216
 
217
  # @ gallery
218
+ #: gallery-plugin.php:704
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:708
224
  msgid "Image size for the album cover"
225
  msgstr "Tamanho da imagem de capa do álbum"
226
 
227
  # @ gallery
228
+ #: gallery-plugin.php:710
229
+ #: gallery-plugin.php:718
230
+ #: gallery-plugin.php:731
231
  msgid "Image size"
232
  msgstr "Tamanho da imagem"
233
 
234
  # @ gallery
235
+ #: gallery-plugin.php:711
236
+ #: gallery-plugin.php:719
237
  msgid "Width (in px)"
238
  msgstr "Largura (em px)"
239
 
240
  # @ gallery
241
+ #: gallery-plugin.php:712
242
+ #: gallery-plugin.php:720
243
  msgid "Height (in px)"
244
  msgstr "Altura (em px)"
245
 
246
  # @ gallery
247
+ #: gallery-plugin.php:716
248
  msgid "Gallery image size"
249
  msgstr "Tamanho da imagem da galeria"
250
 
251
  # @ gallery
252
+ #: gallery-plugin.php:724
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:729
258
  msgid "Gallery image size in the lightbox"
259
  msgstr "Tamanho da imagem da galeria no Lightbox"
260
 
261
  # @ gallery
262
+ #: gallery-plugin.php:732
263
  msgid "Max width (in px)"
264
  msgstr "Largura máxima (em px)"
265
 
266
  # @ gallery
267
+ #: gallery-plugin.php:733
268
  msgid "Max height (in px)"
269
  msgstr "Altura máxima (em px)"
270
 
271
  # @ gallery
272
+ #: gallery-plugin.php:734
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:738
278
  msgid "Crop position"
279
  msgstr "Posição de recorte"
280
 
281
  # @ gallery
282
+ #: gallery-plugin.php:740
283
  msgid "Horizontal"
284
  msgstr "Horizontal"
285
 
286
  # @ gallery
287
+ #: gallery-plugin.php:742
288
  msgid "left"
289
  msgstr "esquerda"
290
 
291
  # @ gallery
292
+ #: gallery-plugin.php:743
293
+ #: gallery-plugin.php:750
294
  msgid "center"
295
  msgstr "centro"
296
 
297
  # @ gallery
298
+ #: gallery-plugin.php:744
299
  msgid "right"
300
  msgstr "direita"
301
 
302
  # @ gallery
303
+ #: gallery-plugin.php:747
304
  msgid "Vertical"
305
  msgstr "Vertical"
306
 
307
  # @ gallery
308
+ #: gallery-plugin.php:749
309
  msgid "top"
310
  msgstr "topo"
311
 
312
  # @ gallery
313
+ #: gallery-plugin.php:751
314
  msgid "bottom"
315
  msgstr "fundo"
316
 
317
  # @ gallery
318
+ #: gallery-plugin.php:756
319
  msgid "Lightbox background"
320
  msgstr "Fundo do Lightbox"
321
 
322
  # @ gallery
323
+ #: gallery-plugin.php:758
324
  msgid "Default"
325
  msgstr "Padrão"
326
 
327
  # @ gallery
328
+ #: gallery-plugin.php:759
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:761
334
  msgid "Select a background color"
335
  msgstr "Selecionar uma cor de fundo"
336
 
337
  # @ gallery
338
+ #: gallery-plugin.php:763
339
  msgid "Background color"
340
  msgstr "Cor de fundo"
341
 
342
  # @ gallery
343
+ #: gallery-plugin.php:770
344
+ #: gallery-plugin.php:879
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:777
350
  msgid "Images with border"
351
  msgstr "Imagens com borda"
352
 
353
  # @ gallery
354
+ #: gallery-plugin.php:780
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:782
360
+ #: gallery-plugin.php:784
361
  msgid "Select a border color"
362
  msgstr "Escolha a cor da borda"
363
 
364
  # @ gallery
365
+ #: gallery-plugin.php:790
366
  msgid "Number of images in the row"
367
  msgstr "Número de imagens por linha"
368
 
369
  # @ gallery
370
+ #: gallery-plugin.php:796
371
  msgid "Start slideshow"
372
  msgstr "Iniciar Apresentação de Slides"
373
 
374
  # @ gallery
375
+ #: gallery-plugin.php:802
376
  msgid "Slideshow interval"
377
  msgstr "Intervalo de tempo entre cada Slide"
378
 
379
  # @ gallery
380
+ #: gallery-plugin.php:810
381
  msgid "Attachment ID"
382
  msgstr "ID do anexo"
383
 
384
  # @ gallery
385
+ #: gallery-plugin.php:811
386
  msgid "Image Name"
387
  msgstr "Nome da Imagem"
388
 
389
  # @ gallery
390
+ #: gallery-plugin.php:813
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:814
396
  msgid "Random"
397
  msgstr "Aleatório"
398
 
399
  # @ gallery
400
+ #: gallery-plugin.php:818
401
  msgid "Sort images"
402
  msgstr "Ordenar imagens:"
403
 
404
  # @ gallery
405
+ #: gallery-plugin.php:820
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:821
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:825
416
  msgid "Display text above the image"
417
  msgstr "Mostrar texto acima da imagem"
418
 
419
  # @ gallery
420
+ #: gallery-plugin.php:827
421
+ #, fuzzy
422
+ msgid "Turn off the checkbox, if you want to display text just in a lightbox"
423
  msgstr "Se você deseja exibir o texto apenas no Lightbox"
424
 
425
  # @ gallery
426
+ #: gallery-plugin.php:831
427
  msgid "Display the Back link"
428
  msgstr "Exibir o link Voltar"
429
 
430
  # @ gallery
431
+ #: gallery-plugin.php:837
432
  msgid "Display the Back link in the shortcode"
433
  msgstr "Exibir o link Voltar no shortcode"
434
 
435
  # @ gallery
436
+ #: gallery-plugin.php:843
437
  msgid "The Back link text"
438
  msgstr "Texto do link Voltar"
439
 
440
  # @ gallery
441
+ #: gallery-plugin.php:849
442
  msgid "The Back link URL"
443
  msgstr "URL do link Voltar"
444
 
445
  # @ gallery
446
+ #: gallery-plugin.php:851
447
  msgid "Gallery page (Page with Gallery Template)"
448
  msgstr "Página da Galeria (página usando o Modelo de Galeria)"
449
 
450
  # @ gallery
451
+ #: gallery-plugin.php:853
452
  msgid "(Full URL to custom page)"
453
  msgstr "(URL completa para a página personalizada)"
454
 
455
  # @ gallery
456
+ #: gallery-plugin.php:857
457
  msgid "The Read More link text"
458
  msgstr "Texto do link Leia Mais"
459
 
460
  # @ gallery
461
+ #: gallery-plugin.php:865
462
  msgid "Display Like buttons in the lightbox"
463
  msgstr "Exibir botões de Curtir no Lightbox"
464
 
465
  # @ gallery
466
+ #: gallery-plugin.php:867
467
  msgid "FaceBook"
468
  msgstr "Facebook"
469
 
470
  # @ gallery
471
+ #: gallery-plugin.php:868
472
  msgid "Twitter"
473
  msgstr "Twitter"
474
 
475
  # @ gallery
476
+ #: gallery-plugin.php:869
477
  msgid "Pinterest"
478
  msgstr "Pinterest"
479
 
480
  # @ gallery
481
+ #: gallery-plugin.php:870
482
  msgid "Google +1"
483
  msgstr "Google +1"
484
 
485
+ #: gallery-plugin.php:873
486
+ msgid "Slug for gallery item"
487
+ msgstr ""
488
+
489
+ #: gallery-plugin.php:875
490
+ msgid "for any structure of permalinks except the default structure"
491
+ msgstr ""
492
+
493
  # @ default
494
+ #: gallery-plugin.php:887
495
  msgid "Save Changes"
496
  msgstr "Salvar Alterações"
497
 
498
  # @ gallery
499
+ #: gallery-plugin.php:899
500
+ #: gallery-plugin.php:914
501
+ msgid "Settings"
502
+ msgstr "Configurações"
503
+
504
+ # @ gallery
505
+ #: gallery-plugin.php:900
506
  msgid "FAQ"
507
  msgstr "FAQ"
508
 
509
  # @ gallery
510
+ #: gallery-plugin.php:901
511
  msgid "Support"
512
  msgstr "Suporte"
513
 
514
  # @ gallery
515
+ #: gallery-plugin.php:1111
516
  #: template/gallery-single-template.php:76
517
  msgid "Sorry, nothing found."
518
  msgstr "Desculpe, nada foi encontrado."
519
 
520
  # @ gallery
521
+ #: gallery-plugin.php:1133
522
  #: template/gallery-single-template.php:102
523
  msgid "Download high resolution image"
524
  msgstr "Download de imagem de alta resolução"
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-08-07 11:08+0300\n"
6
- "PO-Revision-Date: 2013-08-07 11:09+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,622 +16,410 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:103
20
- #: gallery-plugin.php:1056
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
 
24
- #: gallery-plugin.php:127
25
- #: gallery-plugin.php:137
26
  msgid "Galleries"
27
  msgstr "Галереи"
28
 
29
- #: gallery-plugin.php:128
30
- #: gallery-plugin.php:923
31
  msgid "Gallery"
32
  msgstr "Галерея"
33
 
34
- #: gallery-plugin.php:129
35
  msgid "Add a Gallery"
36
  msgstr "Добавить новую галерею"
37
 
38
- #: gallery-plugin.php:130
39
  msgid "Add New Gallery"
40
  msgstr "Добавить новую галерею"
41
 
42
- #: gallery-plugin.php:131
43
  msgid "Edit Gallery"
44
  msgstr "Редактировать галерею"
45
 
46
- #: gallery-plugin.php:132
47
  msgid "New Gallery"
48
  msgstr "Новая галерея"
49
 
50
- #: gallery-plugin.php:133
51
  msgid "View Gallery"
52
  msgstr "Просмотреть галерею"
53
 
54
- #: gallery-plugin.php:134
55
  msgid "Find a Gallery"
56
  msgstr "Редактировать галерею"
57
 
58
- #: gallery-plugin.php:135
59
  msgid "No Gallery found"
60
  msgstr "Ни одной галереи не найдено"
61
 
62
- #: gallery-plugin.php:192
63
  msgid "Upload File"
64
  msgstr "Загрузить файлы"
65
 
66
- #: gallery-plugin.php:193
67
  msgid "Gallery Shortcode"
68
  msgstr "Шорткод Для Галереи"
69
 
70
- #: gallery-plugin.php: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:1170
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:273
108
- #: gallery-plugin.php:479
109
  msgid "Title"
110
  msgstr "Название"
111
 
112
- #: gallery-plugin.php:275
113
  msgid "URL"
114
  msgstr "Ссылка"
115
 
116
- #: gallery-plugin.php:275
117
  msgid "(by click on image opens a link in a new window)"
118
  msgstr "(нажатие на изображение открывает данную ссылку в новом окне браузера)"
119
 
120
- #: gallery-plugin.php:276
121
  msgid "This setting is available in Pro version"
122
  msgstr "Эти настройки доступны в Pro версии"
123
 
124
- #: gallery-plugin.php:277
125
  msgid "Open the link"
126
  msgstr "Открыть ссылку"
127
 
128
- #: gallery-plugin.php:277
129
  msgid "Current window"
130
  msgstr "Текущее окно"
131
 
132
- #: gallery-plugin.php:277
133
  msgid "New window"
134
  msgstr "Новое окно"
135
 
136
- #: gallery-plugin.php:278
137
  msgid "Delete"
138
  msgstr "Удалить"
139
 
140
- #: gallery-plugin.php:292
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:294
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:480
149
  msgid "Author"
150
  msgstr "Автор"
151
 
152
- #: gallery-plugin.php:481
153
  msgid "Photo"
154
  msgstr "Фото"
155
 
156
- #: gallery-plugin.php:482
157
  msgid "Publishing"
158
  msgstr "Опубликование"
159
 
160
- #: gallery-plugin.php:483
161
- #: gallery-plugin.php:1174
162
  msgid "Date"
163
  msgstr "Дата"
164
 
165
- #: gallery-plugin.php:658
166
- msgid "Not set"
167
- msgstr "Не задан"
168
-
169
- #: gallery-plugin.php:660
170
- #: gallery-plugin.php:664
171
- msgid "On"
172
- msgstr "Вкл"
173
-
174
- #: gallery-plugin.php:662
175
- #: gallery-plugin.php:666
176
- msgid "Off"
177
- msgstr "Выкл"
178
-
179
- #: gallery-plugin.php:670
180
- #: gallery-plugin.php:674
181
- #: gallery-plugin.php:678
182
- #: gallery-plugin.php:682
183
- #: gallery-plugin.php:686
184
- #: gallery-plugin.php:712
185
- msgid "N/A"
186
- msgstr "Неизвестно"
187
-
188
- #: gallery-plugin.php:684
189
- msgid " Mb"
190
- msgstr " Mb"
191
-
192
- #: gallery-plugin.php:688
193
- #: gallery-plugin.php:692
194
- #: gallery-plugin.php:696
195
- #: gallery-plugin.php:707
196
- msgid "Yes"
197
- msgstr "Да"
198
-
199
- #: gallery-plugin.php:690
200
- #: gallery-plugin.php:694
201
- #: gallery-plugin.php:698
202
- #: gallery-plugin.php:709
203
- msgid "No"
204
- msgstr "Нет"
205
-
206
- #: gallery-plugin.php:723
207
- msgid "Operating System"
208
- msgstr "Операционная система"
209
-
210
- #: gallery-plugin.php:724
211
- msgid "Server"
212
- msgstr "Тип сервера"
213
-
214
- #: gallery-plugin.php:725
215
- msgid "Memory usage"
216
- msgstr "Памяти использовано"
217
-
218
- #: gallery-plugin.php:726
219
- msgid "MYSQL Version"
220
- msgstr "Версия MYSQL"
221
-
222
- #: gallery-plugin.php:727
223
- msgid "SQL Mode"
224
- msgstr "Режим SQL"
225
-
226
- #: gallery-plugin.php:728
227
- msgid "PHP Version"
228
- msgstr "Версия PHP"
229
-
230
- #: gallery-plugin.php:729
231
- msgid "PHP Safe Mode"
232
- msgstr "PHP Safe Mode"
233
-
234
- #: gallery-plugin.php:730
235
- msgid "PHP Allow URL fopen"
236
- msgstr "PHP Allow URL fopen"
237
-
238
- #: gallery-plugin.php:731
239
- msgid "PHP Memory Limit"
240
- msgstr "Лимит памяти"
241
-
242
- #: gallery-plugin.php:732
243
- msgid "PHP Max Upload Size"
244
- msgstr "Макс. размер загружаемого файла"
245
-
246
- #: gallery-plugin.php:733
247
- msgid "PHP Max Post Size"
248
- msgstr "Макс. размер записи"
249
-
250
- #: gallery-plugin.php:734
251
- msgid "PHP Max Script Execute Time"
252
- msgstr "Максимальное время выполнения сценария"
253
-
254
- #: gallery-plugin.php:735
255
- msgid "PHP Exif support"
256
- msgstr "Поддержка PHP Exif"
257
-
258
- #: gallery-plugin.php:736
259
- msgid "PHP IPTC support"
260
- msgstr "Поддержка PHP IPTC"
261
-
262
- #: gallery-plugin.php:737
263
- msgid "PHP XML support"
264
- msgstr "Поддержка PHP XML"
265
-
266
- #: gallery-plugin.php:738
267
- msgid "Site URL"
268
- msgstr "Адрес сайта"
269
-
270
- #: gallery-plugin.php:739
271
- msgid "Home URL"
272
- msgstr "Основной адрес сайта"
273
-
274
- #: gallery-plugin.php:740
275
- msgid "WordPress Version"
276
- msgstr "Версия WordPress"
277
-
278
- #: gallery-plugin.php:741
279
- msgid "WordPress DB Version"
280
- msgstr "Версия базы данных WordPress"
281
-
282
- #: gallery-plugin.php:742
283
- msgid "Multisite"
284
- msgstr "Мультиблог"
285
-
286
- #: gallery-plugin.php:743
287
- msgid "Active Theme"
288
- msgstr "Текущая тема"
289
-
290
- #: gallery-plugin.php:758
291
- msgid "Please enter a valid email address."
292
- msgstr "Пожалуйста, введите валидный емайл."
293
-
294
- #: gallery-plugin.php:762
295
- msgid "Email with system info is sent to "
296
- msgstr "E-mail с системной информацией отправлен на"
297
-
298
- #: gallery-plugin.php:766
299
- msgid "Thank you for contacting us."
300
- msgstr "Спасибо, что связались с нами."
301
-
302
- #: gallery-plugin.php:794
303
- msgid "Sorry, email message could not be delivered."
304
- msgstr "Извините, ваш email не может быть отправлен."
305
-
306
- #: gallery-plugin.php:802
307
- msgid "Pro plugins"
308
- msgstr "Pro плагины"
309
-
310
- #: gallery-plugin.php:805
311
- #: gallery-plugin.php:831
312
- msgid "Activated plugins"
313
- msgstr "Активированные плагины"
314
-
315
- #: gallery-plugin.php:807
316
- #: gallery-plugin.php:815
317
- #: gallery-plugin.php:823
318
- #: gallery-plugin.php:833
319
- #: gallery-plugin.php:841
320
- #: gallery-plugin.php:849
321
- msgid "Read more"
322
- msgstr "Подробнее..."
323
-
324
- #: gallery-plugin.php:807
325
- #: gallery-plugin.php:833
326
- #: gallery-plugin.php:1257
327
- #: gallery-plugin.php:1272
328
- msgid "Settings"
329
- msgstr "Настройки"
330
-
331
- #: gallery-plugin.php:813
332
- #: gallery-plugin.php:839
333
- msgid "Installed plugins"
334
- msgstr "Установленные плагины"
335
-
336
- #: gallery-plugin.php:821
337
- #: gallery-plugin.php:847
338
- msgid "Recommended plugins"
339
- msgstr "Рекомендованные к установке плагины"
340
-
341
- #: gallery-plugin.php:823
342
- msgid "Purchase"
343
- msgstr "Купить"
344
-
345
- #: gallery-plugin.php:828
346
- msgid "Free plugins"
347
- msgstr "Бесплатные плагины"
348
-
349
- #: gallery-plugin.php:849
350
- msgid "Download"
351
- msgstr "Скачать"
352
-
353
- #: gallery-plugin.php:849
354
- #, php-format
355
- msgid "Install %s"
356
- msgstr "Установлено %s"
357
-
358
- #: gallery-plugin.php:849
359
- msgid "Install now from wordpress.org"
360
- msgstr "Установить с wordpress.org"
361
-
362
- #: gallery-plugin.php:854
363
- msgid "If you have any questions, please contact us via"
364
- msgstr "Если у вас есть какие-то вопросы, обращайтесь на"
365
-
366
- #: gallery-plugin.php:861
367
- msgid "System status"
368
- msgstr "Системная информация"
369
-
370
- #: gallery-plugin.php:865
371
- msgid "Environment"
372
- msgstr "Системная среда"
373
-
374
- #: gallery-plugin.php:876
375
- msgid "Active Plugins"
376
- msgstr "Активированные плагины"
377
-
378
- #: gallery-plugin.php:887
379
- msgid "Inactive Plugins"
380
- msgstr "Неактивированные плагины"
381
-
382
- #: gallery-plugin.php:901
383
- msgid "Send to support"
384
- msgstr "Отправить в тех.поддержку"
385
-
386
- #: gallery-plugin.php:908
387
- msgid "Send to custom email &#187;"
388
- msgstr "Отправить на емейл &#187;"
389
-
390
- #: gallery-plugin.php:950
391
  msgid "See images &raquo;"
392
  msgstr "Смотреть фотографии &raquo;"
393
 
394
- #: gallery-plugin.php:1049
395
  msgid "Settings are saved"
396
  msgstr "Опции сохранены"
397
 
398
- #: gallery-plugin.php:1063
399
  msgid "Gallery Settings"
400
  msgstr "Настройки Галереи"
401
 
402
- #: gallery-plugin.php:1066
403
  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:"
404
  msgstr "Если вы хотели бы добавить Галерею на вашу страницу или пост, просто скопируйте и поместите этот шорткод в контент поста или страницы:"
405
 
406
- #: gallery-plugin.php:1070
407
  msgid "Image size for the album cover"
408
  msgstr "Размер изображения для обложки альбома галереи"
409
 
410
- #: gallery-plugin.php:1072
411
- #: gallery-plugin.php:1080
412
- #: gallery-plugin.php:1093
413
  msgid "Image size"
414
  msgstr "Название размера изображения"
415
 
416
- #: gallery-plugin.php:1073
417
- #: gallery-plugin.php:1081
418
  msgid "Width (in px)"
419
  msgstr "Ширина (в px)"
420
 
421
- #: gallery-plugin.php:1074
422
- #: gallery-plugin.php:1082
423
  msgid "Height (in px)"
424
  msgstr "Высота (в px)"
425
 
426
- #: gallery-plugin.php:1078
427
  msgid "Gallery image size"
428
  msgstr "Размер изображений Галереи"
429
 
430
- #: gallery-plugin.php:1086
431
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
432
  msgstr "WordPress создаст новую миниатюру с заданными размерами при загрузке новой фотографии."
433
 
434
- #: gallery-plugin.php:1091
435
  msgid "Gallery image size in the lightbox"
436
  msgstr "Размер изображений Галереи в лайтбоксе"
437
 
438
- #: gallery-plugin.php:1094
439
  msgid "Max width (in px)"
440
  msgstr "Макс. ширина (в px)"
441
 
442
- #: gallery-plugin.php:1095
443
  msgid "Max height (in px)"
444
  msgstr "Макс. высота (в px)"
445
 
446
- #: gallery-plugin.php:1096
447
  msgid "Display a full size image in the lightbox"
448
  msgstr "Если вы хотите отображать полное изображение в лайтбоксе"
449
 
450
- #: gallery-plugin.php:1100
451
  msgid "Crop position"
452
  msgstr "Позиция обрезки"
453
 
454
- #: gallery-plugin.php:1102
455
  msgid "Horizontal"
456
  msgstr "Горизонтальная"
457
 
458
- #: gallery-plugin.php:1104
459
  msgid "left"
460
  msgstr "лево"
461
 
462
- #: gallery-plugin.php:1105
463
- #: gallery-plugin.php:1112
464
  msgid "center"
465
  msgstr "центр"
466
 
467
- #: gallery-plugin.php:1106
468
  msgid "right"
469
  msgstr "право"
470
 
471
- #: gallery-plugin.php:1109
472
  msgid "Vertical"
473
  msgstr "Вертикальная"
474
 
475
- #: gallery-plugin.php:1111
476
  msgid "top"
477
  msgstr "верх"
478
 
479
- #: gallery-plugin.php:1113
480
  msgid "bottom"
481
  msgstr "низ"
482
 
483
- #: gallery-plugin.php:1118
484
  msgid "Lightbox background"
485
  msgstr "Фон лайтбокса"
486
 
487
- #: gallery-plugin.php:1120
488
  msgid "Default"
489
  msgstr "По-умолчанию"
490
 
491
- #: gallery-plugin.php:1121
492
  msgid "Background transparency (from 0 to 1)"
493
  msgstr "Прозрачность для фона (от 0 до 1)"
494
 
495
- #: gallery-plugin.php:1123
496
  msgid "Select a background color"
497
  msgstr "Выберите цвет фона"
498
 
499
- #: gallery-plugin.php:1125
500
  msgid "Background color"
501
  msgstr "Цвет фона"
502
 
503
- #: gallery-plugin.php:1132
504
- #: gallery-plugin.php:1237
505
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
506
  msgstr "Этот функционал доступен в Pro версии плагина. Для детального ознакомления, перейдите по ссылке"
507
 
508
- #: gallery-plugin.php:1139
509
  msgid "Images with border"
510
  msgstr "Изображения с рамкой"
511
 
512
- #: gallery-plugin.php:1142
513
  msgid "Border width in px, just numbers"
514
  msgstr "Ширина рамки в px, только числа"
515
 
516
- #: gallery-plugin.php:1144
517
- #: gallery-plugin.php:1146
518
  msgid "Select a border color"
519
  msgstr "Выберите цвет рамки"
520
 
521
- #: gallery-plugin.php:1152
522
  msgid "Number of images in the row"
523
  msgstr "Количество изображений в строке"
524
 
525
- #: gallery-plugin.php:1158
526
  msgid "Start slideshow"
527
  msgstr "Начать слайдшоу"
528
 
529
- #: gallery-plugin.php:1164
530
  msgid "Slideshow interval"
531
  msgstr "Интервал времени при показе слайдшоу"
532
 
533
- #: gallery-plugin.php:1172
534
  msgid "Attachment ID"
535
  msgstr "id изображения"
536
 
537
- #: gallery-plugin.php:1173
538
  msgid "Image Name"
539
  msgstr "названию изображения"
540
 
541
- #: gallery-plugin.php:1175
542
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
543
  msgstr "сортировка по порядку (поле для ввода порядка сортировки в диалоге Insert / Upload Media Gallery)"
544
 
545
- #: gallery-plugin.php:1176
546
  msgid "Random"
547
  msgstr "произвольно"
548
 
549
- #: gallery-plugin.php:1180
550
  msgid "Sort images"
551
  msgstr "Сортировать изображения"
552
 
553
- #: gallery-plugin.php:1182
554
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
555
  msgstr "ASC (в порядке возрастания от наименьшего до наибольшего значения - 1, 2, 3, а, б, в)"
556
 
557
- #: gallery-plugin.php:1183
558
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
559
  msgstr "DESC (по убыванию от самого высокого до самого низкого значения - 3, 2, 1, C, B)"
560
 
561
- #: gallery-plugin.php:1187
562
  msgid "Display text above the image"
563
  msgstr "Отображение текста над изображением"
564
 
565
- #: gallery-plugin.php:1189
566
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
567
  msgstr "Отключите чекбокс, если вы хотите отображать текст только в лайтбоксе"
568
 
569
- #: gallery-plugin.php:1193
570
  msgid "Display the Back link"
571
  msgstr "Отображать ссылку Вернуться"
572
 
573
- #: gallery-plugin.php:1199
574
  msgid "Display the Back link in the shortcode"
575
  msgstr "Отображаться ссылку Вернуться в шорткоде"
576
 
577
- #: gallery-plugin.php:1205
578
  msgid "The Back link text"
579
  msgstr "Текст для ссылки Вернуться"
580
 
581
- #: gallery-plugin.php:1211
582
  msgid "The Back link URL"
583
  msgstr "URL для ссылки Вернуться"
584
 
585
- #: gallery-plugin.php:1213
586
  msgid "Gallery page (Page with Gallery Template)"
587
  msgstr "Страница галереи (Страница с Gallery Template)"
588
 
589
- #: gallery-plugin.php:1215
590
  msgid "(Full URL to custom page)"
591
  msgstr "(Полная ссылка на пользовательскую страницу)"
592
 
593
- #: gallery-plugin.php:1219
594
  msgid "The Read More link text"
595
  msgstr "Текст для ссылки Вернуться"
596
 
597
- #: gallery-plugin.php:1227
598
  msgid "Display Like buttons in the lightbox"
599
  msgstr "Отображать Like кнопки в лайтбоксе"
600
 
601
- #: gallery-plugin.php:1229
602
  msgid "FaceBook"
603
  msgstr "FaceBook"
604
 
605
- #: gallery-plugin.php:1230
606
  msgid "Twitter"
607
  msgstr "Twitter"
608
 
609
- #: gallery-plugin.php:1231
610
  msgid "Pinterest"
611
  msgstr "Pinterest"
612
 
613
- #: gallery-plugin.php:1232
614
  msgid "Google +1"
615
  msgstr "Google +1"
616
 
617
- #: gallery-plugin.php:1245
 
 
 
 
 
 
 
 
618
  msgid "Save Changes"
619
  msgstr "Сохранить изменения"
620
 
621
- #: gallery-plugin.php:1258
 
 
 
 
 
622
  msgid "FAQ"
623
  msgstr "FAQ"
624
 
625
- #: gallery-plugin.php:1259
626
  msgid "Support"
627
  msgstr "Поддержка"
628
 
629
- #: gallery-plugin.php:1469
630
  #: template/gallery-single-template.php:76
631
  msgid "Sorry, nothing found."
632
  msgstr "Извините, ничего не найдено."
633
 
634
- #: gallery-plugin.php:1491
635
  #: template/gallery-single-template.php:102
636
  msgid "Download high resolution image"
637
  msgstr "Скачать изображение в высоком разрешении"
@@ -640,6 +428,104 @@ msgstr "Скачать изображение в высоком разрешен
640
  msgid "Image"
641
  msgstr "Изображение"
642
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
643
  #~ msgid "Self"
644
  #~ msgstr "Текущее окно"
645
  #~ msgid "New"
@@ -662,8 +548,6 @@ msgstr "Изображение"
662
  #~ msgstr "Сортировать изображения"
663
  #~ msgid "The size of the cover album for gallery"
664
  #~ msgstr "Размер изображения для обложки альбома галереи"
665
- #~ msgid "Size for gallery image"
666
- #~ msgstr "Размер изображений Галереи"
667
  #~ msgid "attachment title"
668
  #~ msgstr "названию изображения"
669
  #~ msgid "date"
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"
16
  "X-Generator: Poedit 1.5.4\n"
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
 
24
+ #: gallery-plugin.php:125
25
+ #: gallery-plugin.php:135
26
  msgid "Galleries"
27
  msgstr "Галереи"
28
 
29
+ #: gallery-plugin.php:126
30
+ #: gallery-plugin.php:579
31
  msgid "Gallery"
32
  msgstr "Галерея"
33
 
34
+ #: gallery-plugin.php:127
35
  msgid "Add a Gallery"
36
  msgstr "Добавить новую галерею"
37
 
38
+ #: gallery-plugin.php:128
39
  msgid "Add New Gallery"
40
  msgstr "Добавить новую галерею"
41
 
42
+ #: gallery-plugin.php:129
43
  msgid "Edit Gallery"
44
  msgstr "Редактировать галерею"
45
 
46
+ #: gallery-plugin.php:130
47
  msgid "New Gallery"
48
  msgstr "Новая галерея"
49
 
50
+ #: gallery-plugin.php:131
51
  msgid "View Gallery"
52
  msgstr "Просмотреть галерею"
53
 
54
+ #: gallery-plugin.php:132
55
  msgid "Find a Gallery"
56
  msgstr "Редактировать галерею"
57
 
58
+ #: gallery-plugin.php:133
59
  msgid "No Gallery found"
60
  msgstr "Ни одной галереи не найдено"
61
 
62
+ #: gallery-plugin.php:190
63
  msgid "Upload File"
64
  msgstr "Загрузить файлы"
65
 
66
+ #: gallery-plugin.php:191
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 "Скачать изображение в высоком разрешении"
428
  msgid "Image"
429
  msgstr "Изображение"
430
 
431
+ #~ msgid "Not set"
432
+ #~ msgstr "Не задан"
433
+ #~ msgid "On"
434
+ #~ msgstr "Вкл"
435
+ #~ msgid "Off"
436
+ #~ msgstr "Выкл"
437
+ #~ msgid "N/A"
438
+ #~ msgstr "Неизвестно"
439
+ #~ msgid " Mb"
440
+ #~ msgstr " Mb"
441
+ #~ msgid "Yes"
442
+ #~ msgstr "Да"
443
+ #~ msgid "No"
444
+ #~ msgstr "Нет"
445
+ #~ msgid "Operating System"
446
+ #~ msgstr "Операционная система"
447
+ #~ msgid "Server"
448
+ #~ msgstr "Тип сервера"
449
+ #~ msgid "Memory usage"
450
+ #~ msgstr "Памяти использовано"
451
+ #~ msgid "MYSQL Version"
452
+ #~ msgstr "Версия MYSQL"
453
+ #~ msgid "SQL Mode"
454
+ #~ msgstr "Режим SQL"
455
+ #~ msgid "PHP Version"
456
+ #~ msgstr "Версия PHP"
457
+ #~ msgid "PHP Safe Mode"
458
+ #~ msgstr "PHP Safe Mode"
459
+ #~ msgid "PHP Allow URL fopen"
460
+ #~ msgstr "PHP Allow URL fopen"
461
+ #~ msgid "PHP Memory Limit"
462
+ #~ msgstr "Лимит памяти"
463
+ #~ msgid "PHP Max Upload Size"
464
+ #~ msgstr "Макс. размер загружаемого файла"
465
+ #~ msgid "PHP Max Post Size"
466
+ #~ msgstr "Макс. размер записи"
467
+ #~ msgid "PHP Max Script Execute Time"
468
+ #~ msgstr "Максимальное время выполнения сценария"
469
+ #~ msgid "PHP Exif support"
470
+ #~ msgstr "Поддержка PHP Exif"
471
+ #~ msgid "PHP IPTC support"
472
+ #~ msgstr "Поддержка PHP IPTC"
473
+ #~ msgid "PHP XML support"
474
+ #~ msgstr "Поддержка PHP XML"
475
+ #~ msgid "Site URL"
476
+ #~ msgstr "Адрес сайта"
477
+ #~ msgid "Home URL"
478
+ #~ msgstr "Основной адрес сайта"
479
+ #~ msgid "WordPress Version"
480
+ #~ msgstr "Версия WordPress"
481
+ #~ msgid "WordPress DB Version"
482
+ #~ msgstr "Версия базы данных WordPress"
483
+ #~ msgid "Multisite"
484
+ #~ msgstr "Мультиблог"
485
+ #~ msgid "Active Theme"
486
+ #~ msgstr "Текущая тема"
487
+ #~ msgid "Please enter a valid email address."
488
+ #~ msgstr "Пожалуйста, введите валидный емайл."
489
+ #~ msgid "Email with system info is sent to "
490
+ #~ msgstr "E-mail с системной информацией отправлен на"
491
+ #~ msgid "Thank you for contacting us."
492
+ #~ msgstr "Спасибо, что связались с нами."
493
+ #~ msgid "Sorry, email message could not be delivered."
494
+ #~ msgstr "Извините, ваш email не может быть отправлен."
495
+ #~ msgid "Pro plugins"
496
+ #~ msgstr "Pro плагины"
497
+ #~ msgid "Activated plugins"
498
+ #~ msgstr "Активированные плагины"
499
+ #~ msgid "Read more"
500
+ #~ msgstr "Подробнее..."
501
+ #~ msgid "Installed plugins"
502
+ #~ msgstr "Установленные плагины"
503
+ #~ msgid "Recommended plugins"
504
+ #~ msgstr "Рекомендованные к установке плагины"
505
+ #~ msgid "Purchase"
506
+ #~ msgstr "Купить"
507
+ #~ msgid "Free plugins"
508
+ #~ msgstr "Бесплатные плагины"
509
+ #~ msgid "Download"
510
+ #~ msgstr "Скачать"
511
+ #~ msgid "Install %s"
512
+ #~ msgstr "Установлено %s"
513
+ #~ msgid "Install now from wordpress.org"
514
+ #~ msgstr "Установить с wordpress.org"
515
+ #~ msgid "If you have any questions, please contact us via"
516
+ #~ msgstr "Если у вас есть какие-то вопросы, обращайтесь на"
517
+ #~ msgid "System status"
518
+ #~ msgstr "Системная информация"
519
+ #~ msgid "Environment"
520
+ #~ msgstr "Системная среда"
521
+ #~ msgid "Active Plugins"
522
+ #~ msgstr "Активированные плагины"
523
+ #~ msgid "Inactive Plugins"
524
+ #~ msgstr "Неактивированные плагины"
525
+ #~ msgid "Send to support"
526
+ #~ msgstr "Отправить в тех.поддержку"
527
+ #~ msgid "Send to custom email &#187;"
528
+ #~ msgstr "Отправить на емейл &#187;"
529
  #~ msgid "Self"
530
  #~ msgstr "Текущее окно"
531
  #~ msgid "New"
548
  #~ msgstr "Сортировать изображения"
549
  #~ msgid "The size of the cover album for gallery"
550
  #~ msgstr "Размер изображения для обложки альбома галереи"
 
 
551
  #~ msgid "attachment title"
552
  #~ msgstr "названию изображения"
553
  #~ msgid "date"
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-08-13 13:47+0300\n"
6
- "PO-Revision-Date: 2013-08-13 14:12+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"
@@ -17,630 +17,414 @@ msgstr ""
17
  "X-Generator: Poedit 1.5.7\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: gallery-plugin.php:103
21
- #: gallery-plugin.php:1056
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
 
25
- #: gallery-plugin.php:127
26
- #: gallery-plugin.php:137
27
  msgid "Galleries"
28
  msgstr "Galerije"
29
 
30
- #: gallery-plugin.php:128
31
- #: gallery-plugin.php:923
32
  msgid "Gallery"
33
  msgstr "Galerija"
34
 
35
- #: gallery-plugin.php:129
36
  msgid "Add a Gallery"
37
  msgstr "Dodaj Galeriju"
38
 
39
- #: gallery-plugin.php:130
40
  msgid "Add New Gallery"
41
  msgstr "Dodaj novu Galeriju"
42
 
43
- #: gallery-plugin.php:131
44
  msgid "Edit Gallery"
45
  msgstr "Uredi Galeriju"
46
 
47
- #: gallery-plugin.php:132
48
  msgid "New Gallery"
49
  msgstr "Nova Galerija"
50
 
51
- #: gallery-plugin.php:133
52
  msgid "View Gallery"
53
  msgstr "Pregled Galerije"
54
 
55
- #: gallery-plugin.php:134
56
  msgid "Find a Gallery"
57
  msgstr "Pronađi Galeriju"
58
 
59
- #: gallery-plugin.php:135
60
  msgid "No Gallery found"
61
  msgstr "Nije pronađena Galerija"
62
 
63
- #: gallery-plugin.php:192
64
  msgid "Upload File"
65
  msgstr "Učitaj fajl"
66
 
67
- #: gallery-plugin.php:193
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:1170
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:273
109
- #: gallery-plugin.php:479
110
  msgid "Title"
111
  msgstr "Naslov"
112
 
113
- #: gallery-plugin.php:275
114
  msgid "URL"
115
  msgstr "URL"
116
 
117
- #: gallery-plugin.php:275
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:276
122
  msgid "This setting is available in Pro version"
123
  msgstr "Ovo podešavanje je dostupno u Pro verziji"
124
 
125
- #: gallery-plugin.php:277
126
  msgid "Open the link"
127
  msgstr "Otvori link"
128
 
129
- #: gallery-plugin.php:277
130
  msgid "Current window"
131
  msgstr "Trenutni prozor"
132
 
133
- #: gallery-plugin.php:277
134
  msgid "New window"
135
  msgstr "Novi prozor"
136
 
137
- #: gallery-plugin.php:278
138
  msgid "Delete"
139
  msgstr "Obriši"
140
 
141
- #: gallery-plugin.php:292
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:294
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:480
150
  msgid "Author"
151
  msgstr "Autor"
152
 
153
- #: gallery-plugin.php:481
154
  msgid "Photo"
155
  msgstr "Foto"
156
 
157
- #: gallery-plugin.php:482
158
  msgid "Publishing"
159
  msgstr "Izdanje"
160
 
161
- #: gallery-plugin.php:483
162
- #: gallery-plugin.php:1174
163
  msgid "Date"
164
  msgstr "Datum"
165
 
166
- #: gallery-plugin.php:658
167
- msgid "Not set"
168
- msgstr "Nije podešeno"
169
-
170
- #: gallery-plugin.php:660
171
- #: gallery-plugin.php:664
172
- msgid "On"
173
- msgstr "Uključeno"
174
-
175
- #: gallery-plugin.php:662
176
- #: gallery-plugin.php:666
177
- msgid "Off"
178
- msgstr "Isključeno"
179
-
180
- #: gallery-plugin.php:670
181
- #: gallery-plugin.php:674
182
- #: gallery-plugin.php:678
183
- #: gallery-plugin.php:682
184
- #: gallery-plugin.php:686
185
- #: gallery-plugin.php:712
186
- msgid "N/A"
187
- msgstr "N/A"
188
-
189
- #: gallery-plugin.php:684
190
- msgid " Mb"
191
- msgstr " Mb"
192
-
193
- #: gallery-plugin.php:688
194
- #: gallery-plugin.php:692
195
- #: gallery-plugin.php:696
196
- #: gallery-plugin.php:707
197
- msgid "Yes"
198
- msgstr "Da"
199
-
200
- #: gallery-plugin.php:690
201
- #: gallery-plugin.php:694
202
- #: gallery-plugin.php:698
203
- #: gallery-plugin.php:709
204
- msgid "No"
205
- msgstr "Ne"
206
-
207
- #: gallery-plugin.php:723
208
- msgid "Operating System"
209
- msgstr "Operativni Sistem"
210
-
211
- #: gallery-plugin.php:724
212
- msgid "Server"
213
- msgstr "Server"
214
-
215
- #: gallery-plugin.php:725
216
- msgid "Memory usage"
217
- msgstr "Upotreba memorije"
218
-
219
- #: gallery-plugin.php:726
220
- msgid "MYSQL Version"
221
- msgstr "MYSQL Verzija"
222
-
223
- #: gallery-plugin.php:727
224
- msgid "SQL Mode"
225
- msgstr "SQL način"
226
-
227
- #: gallery-plugin.php:728
228
- msgid "PHP Version"
229
- msgstr "PHP Verzija"
230
-
231
- #: gallery-plugin.php:729
232
- msgid "PHP Safe Mode"
233
- msgstr "PHP Sigurni način"
234
-
235
- #: gallery-plugin.php:730
236
- msgid "PHP Allow URL fopen"
237
- msgstr "PHP Dozvoli URL fopen"
238
-
239
- #: gallery-plugin.php:731
240
- msgid "PHP Memory Limit"
241
- msgstr "PHP Ograničenje memorije"
242
-
243
- #: gallery-plugin.php:732
244
- #, fuzzy
245
- msgid "PHP Max Upload Size"
246
- msgstr "Envoi de fichier"
247
-
248
- #: gallery-plugin.php:733
249
- msgid "PHP Max Post Size"
250
- msgstr "PHP Max veličina za učitavanje"
251
-
252
- #: gallery-plugin.php:734
253
- msgid "PHP Max Script Execute Time"
254
- msgstr "PHP Max veličina posta"
255
-
256
- #: gallery-plugin.php:735
257
- msgid "PHP Exif support"
258
- msgstr "PHP Exif podrška"
259
-
260
- #: gallery-plugin.php:736
261
- msgid "PHP IPTC support"
262
- msgstr "PHP IPTC podrška"
263
-
264
- #: gallery-plugin.php:737
265
- msgid "PHP XML support"
266
- msgstr "PHP XML podrška"
267
-
268
- #: gallery-plugin.php:738
269
- #, fuzzy
270
- msgid "Site URL"
271
- msgstr "URL du lien"
272
-
273
- #: gallery-plugin.php:739
274
- msgid "Home URL"
275
- msgstr "URL naslovne"
276
-
277
- #: gallery-plugin.php:740
278
- msgid "WordPress Version"
279
- msgstr "WordPress Verzija"
280
-
281
- #: gallery-plugin.php:741
282
- msgid "WordPress DB Version"
283
- msgstr "WordPress DB Verzija"
284
-
285
- #: gallery-plugin.php:742
286
- msgid "Multisite"
287
- msgstr "Višenamenski sajt"
288
-
289
- #: gallery-plugin.php:743
290
- msgid "Active Theme"
291
- msgstr "Aktivna tema"
292
-
293
- #: gallery-plugin.php:758
294
- msgid "Please enter a valid email address."
295
- msgstr "Molimo unesite važeću mejl adresu"
296
-
297
- #: gallery-plugin.php:762
298
- msgid "Email with system info is sent to "
299
- msgstr "Mejl sa sistemskim informacijama je poslat na"
300
-
301
- #: gallery-plugin.php:766
302
- msgid "Thank you for contacting us."
303
- msgstr "Hvala što ste nas kontaktirali"
304
-
305
- #: gallery-plugin.php:794
306
- msgid "Sorry, email message could not be delivered."
307
- msgstr "Nažalost mejl poruka nije prosleđena"
308
-
309
- #: gallery-plugin.php:802
310
- msgid "Pro plugins"
311
- msgstr "Pro moduli"
312
-
313
- #: gallery-plugin.php:805
314
- #: gallery-plugin.php:831
315
- msgid "Activated plugins"
316
- msgstr "Aktivirani moduli"
317
-
318
- #: gallery-plugin.php:807
319
- #: gallery-plugin.php:815
320
- #: gallery-plugin.php:823
321
- #: gallery-plugin.php:833
322
- #: gallery-plugin.php:841
323
- #: gallery-plugin.php:849
324
- msgid "Read more"
325
- msgstr "Pročitaj više"
326
-
327
- #: gallery-plugin.php:807
328
- #: gallery-plugin.php:833
329
- #: gallery-plugin.php:1257
330
- #: gallery-plugin.php:1272
331
- msgid "Settings"
332
- msgstr "Podešavanja"
333
-
334
- #: gallery-plugin.php:813
335
- #: gallery-plugin.php:839
336
- msgid "Installed plugins"
337
- msgstr "Instalirani moduli"
338
-
339
- #: gallery-plugin.php:821
340
- #: gallery-plugin.php:847
341
- msgid "Recommended plugins"
342
- msgstr "Preporučeni moduli"
343
-
344
- #: gallery-plugin.php:823
345
- msgid "Purchase"
346
- msgstr "Kupovina"
347
-
348
- #: gallery-plugin.php:828
349
- msgid "Free plugins"
350
- msgstr "Besplatni moduli"
351
-
352
- #: gallery-plugin.php:849
353
- msgid "Download"
354
- msgstr "Prezimanje"
355
-
356
- #: gallery-plugin.php:849
357
- #, php-format
358
- msgid "Install %s"
359
- msgstr "Instalacija %s"
360
-
361
- #: gallery-plugin.php:849
362
- msgid "Install now from wordpress.org"
363
- msgstr "Instaliraj sada sa wordpress.org"
364
-
365
- #: gallery-plugin.php:854
366
- msgid "If you have any questions, please contact us via"
367
- msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
368
-
369
- #: gallery-plugin.php:861
370
- msgid "System status"
371
- msgstr "Sistemski status"
372
-
373
- #: gallery-plugin.php:865
374
- msgid "Environment"
375
- msgstr "Okruženje"
376
-
377
- #: gallery-plugin.php:876
378
- #, fuzzy
379
- msgid "Active Plugins"
380
- msgstr "Extensions activées"
381
-
382
- #: gallery-plugin.php:887
383
- #, fuzzy
384
- msgid "Inactive Plugins"
385
- msgstr "Extensions activées"
386
-
387
- #: gallery-plugin.php:901
388
- #, fuzzy
389
- msgid "Send to support"
390
- msgstr "Soutien"
391
-
392
- #: gallery-plugin.php:908
393
- msgid "Send to custom email &#187;"
394
- msgstr "Pošalji na korisnički mejl &#187;"
395
-
396
- #: gallery-plugin.php:950
397
  msgid "See images &raquo;"
398
  msgstr "Pogledaj sliku &raquo;"
399
 
400
- #: gallery-plugin.php:1049
401
  msgid "Settings are saved"
402
  msgstr "Podešavanja su sačuvana"
403
 
404
- #: gallery-plugin.php:1063
405
  msgid "Gallery Settings"
406
  msgstr "Podešavanja Galerije"
407
 
408
- #: gallery-plugin.php:1066
409
  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:"
410
  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:"
411
 
412
- #: gallery-plugin.php:1070
413
  msgid "Image size for the album cover"
414
  msgstr "Veličina slike za naslovnu stranicu albuma"
415
 
416
- #: gallery-plugin.php:1072
417
- #: gallery-plugin.php:1080
418
- #: gallery-plugin.php:1093
419
  msgid "Image size"
420
  msgstr "Veličina slike"
421
 
422
- #: gallery-plugin.php:1073
423
- #: gallery-plugin.php:1081
424
  msgid "Width (in px)"
425
  msgstr "Širina (u pikselima)"
426
 
427
- #: gallery-plugin.php:1074
428
- #: gallery-plugin.php:1082
429
  msgid "Height (in px)"
430
  msgstr "Visina (u pikselima)"
431
 
432
- #: gallery-plugin.php:1078
433
  msgid "Gallery image size"
434
  msgstr "Veličina slika u galeriji"
435
 
436
- #: gallery-plugin.php:1086
437
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
438
  msgstr "WordPress će kreirati novi umanjeni prikaz sa navedenim dimenzijama kada učitate novu sliku."
439
 
440
- #: gallery-plugin.php:1091
441
  msgid "Gallery image size in the lightbox"
442
  msgstr "Veličina slika u galeriji u lightbox skriptu"
443
 
444
- #: gallery-plugin.php:1094
445
  msgid "Max width (in px)"
446
  msgstr "Max širina (u pikselima)"
447
 
448
- #: gallery-plugin.php:1095
449
  msgid "Max height (in px)"
450
  msgstr "Max visina (u pikselima)"
451
 
452
- #: gallery-plugin.php:1096
453
  msgid "Display a full size image in the lightbox"
454
  msgstr "Prikaži sliku u punoj veličini u lightbox-u"
455
 
456
- #: gallery-plugin.php:1100
457
  msgid "Crop position"
458
  msgstr "Pozicija za kropovanje"
459
 
460
- #: gallery-plugin.php:1102
461
  msgid "Horizontal"
462
  msgstr "Horizontalno"
463
 
464
- #: gallery-plugin.php:1104
465
  msgid "left"
466
  msgstr "levo"
467
 
468
- #: gallery-plugin.php:1105
469
- #: gallery-plugin.php:1112
470
  msgid "center"
471
  msgstr "centar"
472
 
473
- #: gallery-plugin.php:1106
474
  msgid "right"
475
  msgstr "desno"
476
 
477
- #: gallery-plugin.php:1109
478
  msgid "Vertical"
479
  msgstr "Vertikalno"
480
 
481
- #: gallery-plugin.php:1111
482
  msgid "top"
483
  msgstr "vrh"
484
 
485
- #: gallery-plugin.php:1113
486
  msgid "bottom"
487
  msgstr "dno"
488
 
489
- #: gallery-plugin.php:1118
490
  msgid "Lightbox background"
491
  msgstr "Lightbox pozadina"
492
 
493
- #: gallery-plugin.php:1120
494
  msgid "Default"
495
  msgstr "Podrazumevano"
496
 
497
- #: gallery-plugin.php:1121
498
  msgid "Background transparency (from 0 to 1)"
499
  msgstr "Pozadinska transparentnost (od 0 do 1)"
500
 
501
- #: gallery-plugin.php:1123
502
  msgid "Select a background color"
503
  msgstr "Izaberi pozadinsku boju"
504
 
505
- #: gallery-plugin.php:1125
506
  msgid "Background color"
507
  msgstr "Pozadinska boja"
508
 
509
- #: gallery-plugin.php:1132
510
- #: gallery-plugin.php:1237
511
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
512
  msgstr "Ova funkcija je dostupna u Pro verziji modula. Za više detalja pratite ovaj link"
513
 
514
- #: gallery-plugin.php:1139
515
  msgid "Images with border"
516
  msgstr "Slike sa okvirima"
517
 
518
- #: gallery-plugin.php:1142
519
  msgid "Border width in px, just numbers"
520
  msgstr "Širina okvira u pikselima, samo brojevi"
521
 
522
- #: gallery-plugin.php:1144
523
- #: gallery-plugin.php:1146
524
  msgid "Select a border color"
525
  msgstr "Izaberite boju okvira"
526
 
527
- #: gallery-plugin.php:1152
528
  msgid "Number of images in the row"
529
  msgstr "Broj slika u redu"
530
 
531
- #: gallery-plugin.php:1158
532
  msgid "Start slideshow"
533
  msgstr "Započni projekciju slajdova"
534
 
535
- #: gallery-plugin.php:1164
536
  msgid "Slideshow interval"
537
  msgstr "Interval projekcije slajdova"
538
 
539
- #: gallery-plugin.php:1172
540
  msgid "Attachment ID"
541
  msgstr "ID priloga"
542
 
543
- #: gallery-plugin.php:1173
544
  msgid "Image Name"
545
  msgstr "Ime slike"
546
 
547
- #: gallery-plugin.php:1175
548
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
549
  msgstr "Raspoređivanje (polje za unos za sortiranje u dijalogu Insert / Upload Media Gallery)"
550
 
551
- #: gallery-plugin.php:1176
552
  msgid "Random"
553
  msgstr "Nasumično"
554
 
555
- #: gallery-plugin.php:1180
556
  msgid "Sort images"
557
  msgstr "Sortiraj slike"
558
 
559
- #: gallery-plugin.php:1182
560
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
561
  msgstr "ASC (rastući redosled od najnižih do najviših vrednosti - 1, 2, 3; a, b, c)"
562
 
563
- #: gallery-plugin.php:1183
564
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
565
  msgstr "DESC (opadajući redosled od najviših do najnižih vrednosti - 3, 2, 1; c, b, a)"
566
 
567
- #: gallery-plugin.php:1187
568
  msgid "Display text above the image"
569
  msgstr "Prikaži tekst iznad slike"
570
 
571
- #: gallery-plugin.php:1189
572
  #, fuzzy
573
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
574
  msgstr "Ako želite da prikažete tekst samo u lightbox-u"
575
 
576
- #: gallery-plugin.php:1193
577
  msgid "Display the Back link"
578
  msgstr "Prikaži povratni link"
579
 
580
- #: gallery-plugin.php:1199
581
  msgid "Display the Back link in the shortcode"
582
  msgstr "Prikaži povratni link u kratkom kodu"
583
 
584
- #: gallery-plugin.php:1205
585
  msgid "The Back link text"
586
  msgstr "Tekst u povratnom linku"
587
 
588
- #: gallery-plugin.php:1211
589
  msgid "The Back link URL"
590
  msgstr "URL povratnog linka"
591
 
592
- #: gallery-plugin.php:1213
593
  msgid "Gallery page (Page with Gallery Template)"
594
  msgstr "Stranica galerije (Stranica sa šablonom galerije)"
595
 
596
- #: gallery-plugin.php:1215
597
  msgid "(Full URL to custom page)"
598
  msgstr "(Puni URL ka korisničkoj stranici)"
599
 
600
- #: gallery-plugin.php:1219
601
  msgid "The Read More link text"
602
  msgstr "Tekst u linku Pročitaj više"
603
 
604
- #: gallery-plugin.php:1227
605
  #, fuzzy
606
  msgid "Display Like buttons in the lightbox"
607
  msgstr "Afficher une image en taille normale dans le boite"
608
 
609
- #: gallery-plugin.php:1229
610
  msgid "FaceBook"
611
  msgstr "FaceBook"
612
 
613
- #: gallery-plugin.php:1230
614
  #, fuzzy
615
  msgid "Twitter"
616
  msgstr "Titre"
617
 
618
- #: gallery-plugin.php:1231
619
  msgid "Pinterest"
620
  msgstr "Pinterest"
621
 
622
- #: gallery-plugin.php:1232
623
  msgid "Google +1"
624
  msgstr "Google +1"
625
 
626
- #: gallery-plugin.php:1245
 
 
 
 
 
 
 
 
 
627
  msgid "Save Changes"
628
  msgstr "Sačuvaj izmene"
629
 
630
- #: gallery-plugin.php:1258
 
 
 
 
 
631
  msgid "FAQ"
632
  msgstr "FAQ"
633
 
634
- #: gallery-plugin.php:1259
635
  msgid "Support"
636
  msgstr "Podrška"
637
 
638
- #: gallery-plugin.php:1469
639
  #: template/gallery-single-template.php:76
640
  msgid "Sorry, nothing found."
641
  msgstr "Nažalost nije pronađeno"
642
 
643
- #: gallery-plugin.php:1491
644
  #: template/gallery-single-template.php:102
645
  msgid "Download high resolution image"
646
  msgstr "Preuzmi sliku u visokoj rezoluciji"
@@ -649,6 +433,114 @@ msgstr "Preuzmi sliku u visokoj rezoluciji"
649
  msgid "Image"
650
  msgstr "Slika"
651
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
652
  #~ msgid "Add New"
653
  #~ msgstr "Ajouter"
654
  #~ msgid "Search Galleries"
@@ -659,8 +551,6 @@ msgstr "Slika"
659
  #~ msgstr "Fichiers trier par"
660
  #~ msgid "attachments order"
661
  #~ msgstr "ordre des fichiers"
662
- #~ msgid "Size for gallery image"
663
- #~ msgstr "Taille de la vignette de la galerie"
664
  #~ msgid "attachment title"
665
  #~ msgstr "titre du fichier"
666
  #~ msgid "date"
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"
17
  "X-Generator: Poedit 1.5.7\n"
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
 
25
+ #: gallery-plugin.php:125
26
+ #: gallery-plugin.php:135
27
  msgid "Galleries"
28
  msgstr "Galerije"
29
 
30
+ #: gallery-plugin.php:126
31
+ #: gallery-plugin.php:579
32
  msgid "Gallery"
33
  msgstr "Galerija"
34
 
35
+ #: gallery-plugin.php:127
36
  msgid "Add a Gallery"
37
  msgstr "Dodaj Galeriju"
38
 
39
+ #: gallery-plugin.php:128
40
  msgid "Add New Gallery"
41
  msgstr "Dodaj novu Galeriju"
42
 
43
+ #: gallery-plugin.php:129
44
  msgid "Edit Gallery"
45
  msgstr "Uredi Galeriju"
46
 
47
+ #: gallery-plugin.php:130
48
  msgid "New Gallery"
49
  msgstr "Nova Galerija"
50
 
51
+ #: gallery-plugin.php:131
52
  msgid "View Gallery"
53
  msgstr "Pregled Galerije"
54
 
55
+ #: gallery-plugin.php:132
56
  msgid "Find a Gallery"
57
  msgstr "Pronađi Galeriju"
58
 
59
+ #: gallery-plugin.php:133
60
  msgid "No Gallery found"
61
  msgstr "Nije pronađena Galerija"
62
 
63
+ #: gallery-plugin.php:190
64
  msgid "Upload File"
65
  msgstr "Učitaj fajl"
66
 
67
+ #: gallery-plugin.php:191
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"
433
  msgid "Image"
434
  msgstr "Slika"
435
 
436
+ #~ msgid "Not set"
437
+ #~ msgstr "Nije podešeno"
438
+ #~ msgid "On"
439
+ #~ msgstr "Uključeno"
440
+ #~ msgid "Off"
441
+ #~ msgstr "Isključeno"
442
+ #~ msgid "N/A"
443
+ #~ msgstr "N/A"
444
+ #~ msgid " Mb"
445
+ #~ msgstr " Mb"
446
+ #~ msgid "Yes"
447
+ #~ msgstr "Da"
448
+ #~ msgid "No"
449
+ #~ msgstr "Ne"
450
+ #~ msgid "Operating System"
451
+ #~ msgstr "Operativni Sistem"
452
+ #~ msgid "Server"
453
+ #~ msgstr "Server"
454
+ #~ msgid "Memory usage"
455
+ #~ msgstr "Upotreba memorije"
456
+ #~ msgid "MYSQL Version"
457
+ #~ msgstr "MYSQL Verzija"
458
+ #~ msgid "SQL Mode"
459
+ #~ msgstr "SQL način"
460
+ #~ msgid "PHP Version"
461
+ #~ msgstr "PHP Verzija"
462
+ #~ msgid "PHP Safe Mode"
463
+ #~ msgstr "PHP Sigurni način"
464
+ #~ msgid "PHP Allow URL fopen"
465
+ #~ msgstr "PHP Dozvoli URL fopen"
466
+ #~ msgid "PHP Memory Limit"
467
+ #~ msgstr "PHP Ograničenje memorije"
468
+
469
+ #, fuzzy
470
+ #~ msgid "PHP Max Upload Size"
471
+ #~ msgstr "Envoi de fichier"
472
+ #~ msgid "PHP Max Post Size"
473
+ #~ msgstr "PHP Max veličina za učitavanje"
474
+ #~ msgid "PHP Max Script Execute Time"
475
+ #~ msgstr "PHP Max veličina posta"
476
+ #~ msgid "PHP Exif support"
477
+ #~ msgstr "PHP Exif podrška"
478
+ #~ msgid "PHP IPTC support"
479
+ #~ msgstr "PHP IPTC podrška"
480
+ #~ msgid "PHP XML support"
481
+ #~ msgstr "PHP XML podrška"
482
+
483
+ #, fuzzy
484
+ #~ msgid "Site URL"
485
+ #~ msgstr "URL du lien"
486
+ #~ msgid "Home URL"
487
+ #~ msgstr "URL naslovne"
488
+ #~ msgid "WordPress Version"
489
+ #~ msgstr "WordPress Verzija"
490
+ #~ msgid "WordPress DB Version"
491
+ #~ msgstr "WordPress DB Verzija"
492
+ #~ msgid "Multisite"
493
+ #~ msgstr "Višenamenski sajt"
494
+ #~ msgid "Active Theme"
495
+ #~ msgstr "Aktivna tema"
496
+ #~ msgid "Please enter a valid email address."
497
+ #~ msgstr "Molimo unesite važeću mejl adresu"
498
+ #~ msgid "Email with system info is sent to "
499
+ #~ msgstr "Mejl sa sistemskim informacijama je poslat na"
500
+ #~ msgid "Thank you for contacting us."
501
+ #~ msgstr "Hvala što ste nas kontaktirali"
502
+ #~ msgid "Sorry, email message could not be delivered."
503
+ #~ msgstr "Nažalost mejl poruka nije prosleđena"
504
+ #~ msgid "Pro plugins"
505
+ #~ msgstr "Pro moduli"
506
+ #~ msgid "Activated plugins"
507
+ #~ msgstr "Aktivirani moduli"
508
+ #~ msgid "Read more"
509
+ #~ msgstr "Pročitaj više"
510
+ #~ msgid "Installed plugins"
511
+ #~ msgstr "Instalirani moduli"
512
+ #~ msgid "Recommended plugins"
513
+ #~ msgstr "Preporučeni moduli"
514
+ #~ msgid "Purchase"
515
+ #~ msgstr "Kupovina"
516
+ #~ msgid "Free plugins"
517
+ #~ msgstr "Besplatni moduli"
518
+ #~ msgid "Download"
519
+ #~ msgstr "Prezimanje"
520
+ #~ msgid "Install %s"
521
+ #~ msgstr "Instalacija %s"
522
+ #~ msgid "Install now from wordpress.org"
523
+ #~ msgstr "Instaliraj sada sa wordpress.org"
524
+ #~ msgid "If you have any questions, please contact us via"
525
+ #~ msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
526
+ #~ msgid "System status"
527
+ #~ msgstr "Sistemski status"
528
+ #~ msgid "Environment"
529
+ #~ msgstr "Okruženje"
530
+
531
+ #, fuzzy
532
+ #~ msgid "Active Plugins"
533
+ #~ msgstr "Extensions activées"
534
+
535
+ #, fuzzy
536
+ #~ msgid "Inactive Plugins"
537
+ #~ msgstr "Extensions activées"
538
+
539
+ #, fuzzy
540
+ #~ msgid "Send to support"
541
+ #~ msgstr "Soutien"
542
+ #~ msgid "Send to custom email &#187;"
543
+ #~ msgstr "Pošalji na korisnički mejl &#187;"
544
  #~ msgid "Add New"
545
  #~ msgstr "Ajouter"
546
  #~ msgid "Search Galleries"
551
  #~ msgstr "Fichiers trier par"
552
  #~ msgid "attachments order"
553
  #~ msgstr "ordre des fichiers"
 
 
554
  #~ msgid "attachment title"
555
  #~ msgstr "titre du fichier"
556
  #~ msgid "date"
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-08-07 11:06+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: \n"
8
  "Language-Team: Ismail Demirbilek <ce.demirbilek@gmail.com>\n"
@@ -17,627 +17,412 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: gallery-plugin.php:103
21
- #: gallery-plugin.php:1056
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
 
25
- #: gallery-plugin.php:127
26
- #: gallery-plugin.php:137
27
  msgid "Galleries"
28
  msgstr "Galeriler"
29
 
30
- #: gallery-plugin.php:128
31
- #: gallery-plugin.php:923
32
  msgid "Gallery"
33
  msgstr "Galeri"
34
 
35
- #: gallery-plugin.php:129
36
  msgid "Add a Gallery"
37
  msgstr "Yeni Galeri"
38
 
39
- #: gallery-plugin.php:130
40
  msgid "Add New Gallery"
41
  msgstr "Yeni Galeri"
42
 
43
- #: gallery-plugin.php:131
44
  msgid "Edit Gallery"
45
  msgstr "Galeriyi Düzenle"
46
 
47
- #: gallery-plugin.php:132
48
  msgid "New Gallery"
49
  msgstr "Yeni Galeri"
50
 
51
- #: gallery-plugin.php:133
52
  msgid "View Gallery"
53
  msgstr "Galeriyi görüntüle"
54
 
55
- #: gallery-plugin.php:134
56
  msgid "Find a Gallery"
57
  msgstr "Galeri bul"
58
 
59
- #: gallery-plugin.php:135
60
  msgid "No Gallery found"
61
  msgstr "Galeri bulunamadı"
62
 
63
- #: gallery-plugin.php:192
64
  msgid "Upload File"
65
  msgstr "Resim Yükle"
66
 
67
- #: gallery-plugin.php:193
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:1170
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:273
109
- #: gallery-plugin.php:479
110
  msgid "Title"
111
  msgstr "Başlık"
112
 
113
- #: gallery-plugin.php:275
114
  msgid "URL"
115
  msgstr "URL"
116
 
117
- #: gallery-plugin.php:275
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:276
122
  msgid "This setting is available in Pro version"
123
  msgstr "Bu ayar Pro verisyonda yapılabilir"
124
 
125
- #: gallery-plugin.php:277
126
  msgid "Open the link"
127
  msgstr "Linki aç"
128
 
129
- #: gallery-plugin.php:277
130
  msgid "Current window"
131
  msgstr "Geçerli pencere"
132
 
133
- #: gallery-plugin.php:277
134
  msgid "New window"
135
  msgstr "Yeni pencere"
136
 
137
- #: gallery-plugin.php:278
138
  msgid "Delete"
139
  msgstr "Sil"
140
 
141
- #: gallery-plugin.php:292
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:294
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:480
150
  msgid "Author"
151
  msgstr "Yazar"
152
 
153
- #: gallery-plugin.php:481
154
  msgid "Photo"
155
  msgstr "Fotoğraf"
156
 
157
- #: gallery-plugin.php:482
158
  msgid "Publishing"
159
  msgstr "Yayınlama"
160
 
161
- #: gallery-plugin.php:483
162
- #: gallery-plugin.php:1174
163
  msgid "Date"
164
  msgstr "Tarih"
165
 
166
- #: gallery-plugin.php:658
167
- msgid "Not set"
168
- msgstr ""
169
-
170
- #: gallery-plugin.php:660
171
- #: gallery-plugin.php:664
172
- msgid "On"
173
- msgstr ""
174
-
175
- #: gallery-plugin.php:662
176
- #: gallery-plugin.php:666
177
- msgid "Off"
178
- msgstr ""
179
-
180
- #: gallery-plugin.php:670
181
- #: gallery-plugin.php:674
182
- #: gallery-plugin.php:678
183
- #: gallery-plugin.php:682
184
- #: gallery-plugin.php:686
185
- #: gallery-plugin.php:712
186
- msgid "N/A"
187
- msgstr ""
188
-
189
- #: gallery-plugin.php:684
190
- msgid " Mb"
191
- msgstr ""
192
-
193
- #: gallery-plugin.php:688
194
- #: gallery-plugin.php:692
195
- #: gallery-plugin.php:696
196
- #: gallery-plugin.php:707
197
- msgid "Yes"
198
- msgstr ""
199
-
200
- #: gallery-plugin.php:690
201
- #: gallery-plugin.php:694
202
- #: gallery-plugin.php:698
203
- #: gallery-plugin.php:709
204
- msgid "No"
205
- msgstr ""
206
-
207
- #: gallery-plugin.php:723
208
- msgid "Operating System"
209
- msgstr ""
210
-
211
- #: gallery-plugin.php:724
212
- msgid "Server"
213
- msgstr ""
214
-
215
- #: gallery-plugin.php:725
216
- msgid "Memory usage"
217
- msgstr ""
218
-
219
- #: gallery-plugin.php:726
220
- msgid "MYSQL Version"
221
- msgstr ""
222
-
223
- #: gallery-plugin.php:727
224
- msgid "SQL Mode"
225
- msgstr ""
226
-
227
- #: gallery-plugin.php:728
228
- msgid "PHP Version"
229
- msgstr ""
230
-
231
- #: gallery-plugin.php:729
232
- msgid "PHP Safe Mode"
233
- msgstr ""
234
-
235
- #: gallery-plugin.php:730
236
- msgid "PHP Allow URL fopen"
237
- msgstr ""
238
-
239
- #: gallery-plugin.php:731
240
- msgid "PHP Memory Limit"
241
- msgstr ""
242
-
243
- #: gallery-plugin.php:732
244
- #, fuzzy
245
- msgid "PHP Max Upload Size"
246
- msgstr "Resim Yükle"
247
-
248
- #: gallery-plugin.php:733
249
- msgid "PHP Max Post Size"
250
- msgstr ""
251
-
252
- #: gallery-plugin.php:734
253
- msgid "PHP Max Script Execute Time"
254
- msgstr ""
255
-
256
- #: gallery-plugin.php:735
257
- msgid "PHP Exif support"
258
- msgstr ""
259
-
260
- #: gallery-plugin.php:736
261
- msgid "PHP IPTC support"
262
- msgstr ""
263
-
264
- #: gallery-plugin.php:737
265
- msgid "PHP XML support"
266
- msgstr ""
267
-
268
- #: gallery-plugin.php:738
269
- msgid "Site URL"
270
- msgstr ""
271
-
272
- #: gallery-plugin.php:739
273
- msgid "Home URL"
274
- msgstr ""
275
-
276
- #: gallery-plugin.php:740
277
- msgid "WordPress Version"
278
- msgstr ""
279
-
280
- #: gallery-plugin.php:741
281
- msgid "WordPress DB Version"
282
- msgstr ""
283
-
284
- #: gallery-plugin.php:742
285
- msgid "Multisite"
286
- msgstr ""
287
-
288
- #: gallery-plugin.php:743
289
- msgid "Active Theme"
290
- msgstr ""
291
-
292
- #: gallery-plugin.php:758
293
- msgid "Please enter a valid email address."
294
- msgstr ""
295
-
296
- #: gallery-plugin.php:762
297
- msgid "Email with system info is sent to "
298
- msgstr ""
299
-
300
- #: gallery-plugin.php:766
301
- msgid "Thank you for contacting us."
302
- msgstr ""
303
-
304
- #: gallery-plugin.php:794
305
- msgid "Sorry, email message could not be delivered."
306
- msgstr ""
307
-
308
- #: gallery-plugin.php:802
309
- msgid "Pro plugins"
310
- msgstr "Pro eklentiler"
311
-
312
- #: gallery-plugin.php:805
313
- #: gallery-plugin.php:831
314
- msgid "Activated plugins"
315
- msgstr "Etkinleştirilmiş eklentiler"
316
-
317
- #: gallery-plugin.php:807
318
- #: gallery-plugin.php:815
319
- #: gallery-plugin.php:823
320
- #: gallery-plugin.php:833
321
- #: gallery-plugin.php:841
322
- #: gallery-plugin.php:849
323
- msgid "Read more"
324
- msgstr "Devamını Oku"
325
-
326
- #: gallery-plugin.php:807
327
- #: gallery-plugin.php:833
328
- #: gallery-plugin.php:1257
329
- #: gallery-plugin.php:1272
330
- msgid "Settings"
331
- msgstr "Ayarlar"
332
-
333
- #: gallery-plugin.php:813
334
- #: gallery-plugin.php:839
335
- msgid "Installed plugins"
336
- msgstr "Yüklü eklentiler"
337
-
338
- #: gallery-plugin.php:821
339
- #: gallery-plugin.php:847
340
- msgid "Recommended plugins"
341
- msgstr "Önerilen eklentiler"
342
-
343
- #: gallery-plugin.php:823
344
- msgid "Purchase"
345
- msgstr "Satın Al"
346
-
347
- #: gallery-plugin.php:828
348
- msgid "Free plugins"
349
- msgstr "Ücretsiz eklentiler"
350
-
351
- #: gallery-plugin.php:849
352
- msgid "Download"
353
- msgstr "İndir"
354
-
355
- #: gallery-plugin.php:849
356
- #, php-format
357
- msgid "Install %s"
358
- msgstr "%s yükle"
359
-
360
- #: gallery-plugin.php:849
361
- msgid "Install now from wordpress.org"
362
- msgstr "wordpress.org'dan hemen yükle"
363
-
364
- #: gallery-plugin.php:854
365
- msgid "If you have any questions, please contact us via"
366
- msgstr "Herhangi bir sorunuz olursa lütfen bizimle iletişime geçiniz: "
367
-
368
- #: gallery-plugin.php:861
369
- msgid "System status"
370
- msgstr ""
371
-
372
- #: gallery-plugin.php:865
373
- msgid "Environment"
374
- msgstr ""
375
-
376
- #: gallery-plugin.php:876
377
- #, fuzzy
378
- msgid "Active Plugins"
379
- msgstr "Etkinleştirilmiş eklentiler"
380
-
381
- #: gallery-plugin.php:887
382
- #, fuzzy
383
- msgid "Inactive Plugins"
384
- msgstr "Etkinleştirilmiş eklentiler"
385
-
386
- #: gallery-plugin.php:901
387
- #, fuzzy
388
- msgid "Send to support"
389
- msgstr "Destek"
390
-
391
- #: gallery-plugin.php:908
392
- msgid "Send to custom email &#187;"
393
- msgstr ""
394
-
395
- #: gallery-plugin.php:950
396
  msgid "See images &raquo;"
397
  msgstr "Resimleri Gör &raquo;"
398
 
399
- #: gallery-plugin.php:1049
400
  msgid "Settings are saved"
401
  msgstr "Ayarlar kaydedildi"
402
 
403
- #: gallery-plugin.php:1063
404
  msgid "Gallery Settings"
405
  msgstr "Galeri ayarları"
406
 
407
- #: gallery-plugin.php:1066
408
  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:"
409
  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:"
410
 
411
- #: gallery-plugin.php:1070
412
  msgid "Image size for the album cover"
413
  msgstr "Albüm kapağı için resim boyuru"
414
 
415
- #: gallery-plugin.php:1072
416
- #: gallery-plugin.php:1080
417
- #: gallery-plugin.php:1093
418
  msgid "Image size"
419
  msgstr "Resim boyutu"
420
 
421
- #: gallery-plugin.php:1073
422
- #: gallery-plugin.php:1081
423
  msgid "Width (in px)"
424
  msgstr "Yatay boyut (px)"
425
 
426
- #: gallery-plugin.php:1074
427
- #: gallery-plugin.php:1082
428
  msgid "Height (in px)"
429
  msgstr "Yükseklik (px)"
430
 
431
- #: gallery-plugin.php:1078
432
  msgid "Gallery image size"
433
  msgstr "Galeri resim boyutu"
434
 
435
- #: gallery-plugin.php:1086
436
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
437
  msgstr "Yeni bir resim yüklediğinizde Wordpress belirlernen boyutlarda bir thumbnail oluşturacaktır."
438
 
439
- #: gallery-plugin.php:1091
440
  msgid "Gallery image size in the lightbox"
441
  msgstr "Lightbox içerisindeki resim boyutu"
442
 
443
- #: gallery-plugin.php:1094
444
  msgid "Max width (in px)"
445
  msgstr "Maksimum yatay boyut (px)"
446
 
447
- #: gallery-plugin.php:1095
448
  msgid "Max height (in px)"
449
  msgstr "Maksimum yükseklik (px)"
450
 
451
- #: gallery-plugin.php:1096
452
  msgid "Display a full size image in the lightbox"
453
  msgstr "Lightbox içerisinde tam boyutlu resim göster"
454
 
455
- #: gallery-plugin.php:1100
456
  msgid "Crop position"
457
  msgstr "Kırpma konumu"
458
 
459
- #: gallery-plugin.php:1102
460
  msgid "Horizontal"
461
  msgstr "Yatay"
462
 
463
- #: gallery-plugin.php:1104
464
  msgid "left"
465
  msgstr "sol"
466
 
467
- #: gallery-plugin.php:1105
468
- #: gallery-plugin.php:1112
469
  msgid "center"
470
  msgstr "orta"
471
 
472
- #: gallery-plugin.php:1106
473
  msgid "right"
474
  msgstr "sağ"
475
 
476
- #: gallery-plugin.php:1109
477
  msgid "Vertical"
478
  msgstr "Dikey"
479
 
480
- #: gallery-plugin.php:1111
481
  msgid "top"
482
  msgstr "üst"
483
 
484
- #: gallery-plugin.php:1113
485
  msgid "bottom"
486
  msgstr "alt"
487
 
488
- #: gallery-plugin.php:1118
489
  msgid "Lightbox background"
490
  msgstr "Lightbox arkaplanı"
491
 
492
- #: gallery-plugin.php:1120
493
  msgid "Default"
494
  msgstr "Öntanımlı"
495
 
496
- #: gallery-plugin.php:1121
497
  msgid "Background transparency (from 0 to 1)"
498
  msgstr "Arkaplan saydamlığı (0 - 10 arasında)"
499
 
500
- #: gallery-plugin.php:1123
501
  msgid "Select a background color"
502
  msgstr "Arkaplan rengi seçiniz"
503
 
504
- #: gallery-plugin.php:1125
505
  msgid "Background color"
506
  msgstr "Arka plan rengi"
507
 
508
- #: gallery-plugin.php:1132
509
- #: gallery-plugin.php:1237
510
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
511
  msgstr "Bu özellik Pro versiyonda etkindir. Detaylar için linke tıklayın."
512
 
513
- #: gallery-plugin.php:1139
514
  msgid "Images with border"
515
  msgstr "Çerçeveli resimler"
516
 
517
- #: gallery-plugin.php:1142
518
  msgid "Border width in px, just numbers"
519
  msgstr "Çerçeve kalınlığı (px) [sadece sayı yazınız]"
520
 
521
- #: gallery-plugin.php:1144
522
- #: gallery-plugin.php:1146
523
  msgid "Select a border color"
524
  msgstr "Çerçeve rengi seçiniz"
525
 
526
- #: gallery-plugin.php:1152
527
  msgid "Number of images in the row"
528
  msgstr "Bir satırdaki resim sayısı"
529
 
530
- #: gallery-plugin.php:1158
531
  msgid "Start slideshow"
532
  msgstr "Slayt gösterisini başlat"
533
 
534
- #: gallery-plugin.php:1164
535
  msgid "Slideshow interval"
536
  msgstr "Slayt gösterisi sıklığı"
537
 
538
- #: gallery-plugin.php:1172
539
  msgid "Attachment ID"
540
  msgstr "Ek ID"
541
 
542
- #: gallery-plugin.php:1173
543
  msgid "Image Name"
544
  msgstr "Resim İsmi"
545
 
546
- #: gallery-plugin.php:1175
547
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
548
  msgstr "Sıralama"
549
 
550
- #: gallery-plugin.php:1176
551
  msgid "Random"
552
  msgstr "Rastgele"
553
 
554
- #: gallery-plugin.php:1180
555
  msgid "Sort images"
556
  msgstr "Resimleri sırala"
557
 
558
- #: gallery-plugin.php:1182
559
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
560
  msgstr "Artan Sırada (1,2,3; a,b,c)"
561
 
562
- #: gallery-plugin.php:1183
563
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
564
  msgstr "Azalan Sırada (3,2,1;c,b,a)"
565
 
566
- #: gallery-plugin.php:1187
567
  msgid "Display text above the image"
568
  msgstr "Görsel üzerinde yazı göster"
569
 
570
- #: gallery-plugin.php:1189
571
  #, fuzzy
572
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
573
  msgstr "Eğer lightbox içerisinde yazı göstermek isterseniz"
574
 
575
- #: gallery-plugin.php:1193
576
  msgid "Display the Back link"
577
  msgstr "Geri linkini göster"
578
 
579
- #: gallery-plugin.php:1199
580
  msgid "Display the Back link in the shortcode"
581
  msgstr "Kısa kodda Geri linkini göster"
582
 
583
- #: gallery-plugin.php:1205
584
  msgid "The Back link text"
585
  msgstr "Geri linki başlığı"
586
 
587
- #: gallery-plugin.php:1211
588
  msgid "The Back link URL"
589
  msgstr "Geri linki URL'si"
590
 
591
- #: gallery-plugin.php:1213
592
  msgid "Gallery page (Page with Gallery Template)"
593
  msgstr "Galeri sayfası"
594
 
595
- #: gallery-plugin.php:1215
596
  msgid "(Full URL to custom page)"
597
  msgstr "(Özel sayfaya(custom page) tam link)"
598
 
599
- #: gallery-plugin.php:1219
600
  msgid "The Read More link text"
601
  msgstr "Devamını oku linki için etiket"
602
 
603
- #: gallery-plugin.php:1227
604
  msgid "Display Like buttons in the lightbox"
605
  msgstr "Lightbox içerisinde beğen butonlarını göster"
606
 
607
- #: gallery-plugin.php:1229
608
  msgid "FaceBook"
609
  msgstr "Facebook"
610
 
611
- #: gallery-plugin.php:1230
612
  msgid "Twitter"
613
  msgstr "Twitter"
614
 
615
- #: gallery-plugin.php:1231
616
  msgid "Pinterest"
617
  msgstr "Pinterest"
618
 
619
- #: gallery-plugin.php:1232
620
  msgid "Google +1"
621
  msgstr "Google +1"
622
 
623
- #: gallery-plugin.php:1245
 
 
 
 
 
 
 
 
 
624
  msgid "Save Changes"
625
  msgstr "Değişiklikleri Kaydet"
626
 
627
- #: gallery-plugin.php:1258
 
 
 
 
 
628
  msgid "FAQ"
629
  msgstr "SSS"
630
 
631
- #: gallery-plugin.php:1259
632
  msgid "Support"
633
  msgstr "Destek"
634
 
635
- #: gallery-plugin.php:1469
636
  #: template/gallery-single-template.php:76
637
  msgid "Sorry, nothing found."
638
  msgstr "Üzgünüz, sonuç bulunamadı."
639
 
640
- #: gallery-plugin.php:1491
641
  #: template/gallery-single-template.php:102
642
  msgid "Download high resolution image"
643
  msgstr "Yüksek çözünürlüklü görseli indir"
@@ -646,14 +431,49 @@ msgstr "Yüksek çözünürlüklü görseli indir"
646
  msgid "Image"
647
  msgstr "Görsel"
648
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
649
  #~ msgid "Add New"
650
  #~ msgstr "Додати новий"
651
  #~ msgid "Search Galleries"
652
  #~ msgstr "Пошук галереї"
653
  #~ msgid "The size of the cover album for gallery"
654
  #~ msgstr "Розмір обкладинки альбому для галереї"
655
- #~ msgid "Size for gallery image"
656
- #~ msgstr "Розмір зображення галерея"
657
  #~ msgid "date"
658
  #~ msgstr "Дата"
659
 
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"
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
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
 
25
+ #: gallery-plugin.php:125
26
+ #: gallery-plugin.php:135
27
  msgid "Galleries"
28
  msgstr "Galeriler"
29
 
30
+ #: gallery-plugin.php:126
31
+ #: gallery-plugin.php:579
32
  msgid "Gallery"
33
  msgstr "Galeri"
34
 
35
+ #: gallery-plugin.php:127
36
  msgid "Add a Gallery"
37
  msgstr "Yeni Galeri"
38
 
39
+ #: gallery-plugin.php:128
40
  msgid "Add New Gallery"
41
  msgstr "Yeni Galeri"
42
 
43
+ #: gallery-plugin.php:129
44
  msgid "Edit Gallery"
45
  msgstr "Galeriyi Düzenle"
46
 
47
+ #: gallery-plugin.php:130
48
  msgid "New Gallery"
49
  msgstr "Yeni Galeri"
50
 
51
+ #: gallery-plugin.php:131
52
  msgid "View Gallery"
53
  msgstr "Galeriyi görüntüle"
54
 
55
+ #: gallery-plugin.php:132
56
  msgid "Find a Gallery"
57
  msgstr "Galeri bul"
58
 
59
+ #: gallery-plugin.php:133
60
  msgid "No Gallery found"
61
  msgstr "Galeri bulunamadı"
62
 
63
+ #: gallery-plugin.php:190
64
  msgid "Upload File"
65
  msgstr "Resim Yükle"
66
 
67
+ #: gallery-plugin.php:191
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"
431
  msgid "Image"
432
  msgstr "Görsel"
433
 
434
+ #, fuzzy
435
+ #~ msgid "PHP Max Upload Size"
436
+ #~ msgstr "Resim Yükle"
437
+ #~ msgid "Pro plugins"
438
+ #~ msgstr "Pro eklentiler"
439
+ #~ msgid "Activated plugins"
440
+ #~ msgstr "Etkinleştirilmiş eklentiler"
441
+ #~ msgid "Read more"
442
+ #~ msgstr "Devamını Oku"
443
+ #~ msgid "Installed plugins"
444
+ #~ msgstr "Yüklü eklentiler"
445
+ #~ msgid "Recommended plugins"
446
+ #~ msgstr "Önerilen eklentiler"
447
+ #~ msgid "Purchase"
448
+ #~ msgstr "Satın Al"
449
+ #~ msgid "Free plugins"
450
+ #~ msgstr "Ücretsiz eklentiler"
451
+ #~ msgid "Download"
452
+ #~ msgstr "İndir"
453
+ #~ msgid "Install %s"
454
+ #~ msgstr "%s yükle"
455
+ #~ msgid "Install now from wordpress.org"
456
+ #~ msgstr "wordpress.org'dan hemen yükle"
457
+ #~ msgid "If you have any questions, please contact us via"
458
+ #~ msgstr "Herhangi bir sorunuz olursa lütfen bizimle iletişime geçiniz: "
459
+
460
+ #, fuzzy
461
+ #~ msgid "Active Plugins"
462
+ #~ msgstr "Etkinleştirilmiş eklentiler"
463
+
464
+ #, fuzzy
465
+ #~ msgid "Inactive Plugins"
466
+ #~ msgstr "Etkinleştirilmiş eklentiler"
467
+
468
+ #, fuzzy
469
+ #~ msgid "Send to support"
470
+ #~ msgstr "Destek"
471
  #~ msgid "Add New"
472
  #~ msgstr "Додати новий"
473
  #~ msgid "Search Galleries"
474
  #~ msgstr "Пошук галереї"
475
  #~ msgid "The size of the cover album for gallery"
476
  #~ msgstr "Розмір обкладинки альбому для галереї"
 
 
477
  #~ msgid "date"
478
  #~ msgstr "Дата"
479
 
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-07-18 11:39+0300\n"
6
- "PO-Revision-Date: 2013-07-18 11:39+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Ted Mosby <tmosbyd@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,666 +16,490 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:103
20
- #: gallery-plugin.php:1056
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
 
24
- #: gallery-plugin.php:127
25
- #: gallery-plugin.php:137
26
  msgid "Galleries"
27
  msgstr "Галереi"
28
 
29
- #: gallery-plugin.php:128
30
- #: gallery-plugin.php:923
31
  msgid "Gallery"
32
  msgstr "Галерея"
33
 
34
- #: gallery-plugin.php:129
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "Додати нову галерею"
38
 
39
- #: gallery-plugin.php:130
40
  msgid "Add New Gallery"
41
  msgstr "Додати нову галерею"
42
 
43
- #: gallery-plugin.php:131
44
  msgid "Edit Gallery"
45
  msgstr "Редагування галерея"
46
 
47
- #: gallery-plugin.php:132
48
  msgid "New Gallery"
49
  msgstr "Нова галерея"
50
 
51
- #: gallery-plugin.php:133
52
  msgid "View Gallery"
53
  msgstr "Перегляд галереї"
54
 
55
- #: gallery-plugin.php:134
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "Редагування галерея"
59
 
60
- #: gallery-plugin.php:135
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "Галереї, не знайдено"
64
 
65
- #: gallery-plugin.php:192
66
  msgid "Upload File"
67
  msgstr "Завантажити файл"
68
 
69
- #: gallery-plugin.php:193
70
  msgid "Gallery Shortcode"
71
  msgstr "Шорткод галереї"
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 "Вибрати скріншот, щоб завантажити:"
81
 
82
- #: gallery-plugin.php:218
83
  msgid "Please enable JavaScript to use the file uploader."
84
  msgstr "Будь ласка Дозвольте JavaScript, щоб використовувати файл uploader."
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:1170
100
  #, fuzzy
101
  msgid "Sort images by"
102
  msgstr "Кількість зображень у рядку"
103
 
104
- #: gallery-plugin.php:228
105
  #, fuzzy
106
  msgid "sort images"
107
  msgstr "Кількість зображень у рядку"
108
 
109
- #: gallery-plugin.php:228
110
  msgid "on the plugin settings page ("
111
  msgstr ""
112
 
113
- #: gallery-plugin.php:275
 
 
 
 
 
114
  msgid "URL"
115
  msgstr ""
116
 
117
- #: gallery-plugin.php:275
118
- msgid "(by click on image <br /> opens a link in a new window)"
119
  msgstr ""
120
 
121
- #: gallery-plugin.php:276
122
  msgid "This setting is available in Pro version"
123
  msgstr ""
124
 
125
- #: gallery-plugin.php:277
126
  msgid "Open the link"
127
  msgstr ""
128
 
129
- #: gallery-plugin.php:277
130
  msgid "Current window"
131
  msgstr ""
132
 
133
- #: gallery-plugin.php:277
134
  msgid "New window"
135
  msgstr ""
136
 
137
- #: gallery-plugin.php:278
138
  msgid "Delete"
139
  msgstr ""
140
 
141
- #: gallery-plugin.php:292
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:294
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:479
150
- msgid "Title"
151
- msgstr "Назва"
152
-
153
- #: gallery-plugin.php:480
154
  msgid "Author"
155
  msgstr "Автор "
156
 
157
- #: gallery-plugin.php:481
158
  #, fuzzy
159
  msgid "Photo"
160
  msgstr "Фото "
161
 
162
- #: gallery-plugin.php:482
163
  #, fuzzy
164
  msgid "Publishing"
165
  msgstr "Громадськості"
166
 
167
- #: gallery-plugin.php:483
168
- #: gallery-plugin.php:1174
169
  msgid "Date"
170
  msgstr "Дата "
171
 
172
- #: gallery-plugin.php:658
173
- msgid "Not set"
174
- msgstr ""
175
-
176
- #: gallery-plugin.php:660
177
- #: gallery-plugin.php:664
178
- msgid "On"
179
- msgstr ""
180
-
181
- #: gallery-plugin.php:662
182
- #: gallery-plugin.php:666
183
- msgid "Off"
184
- msgstr ""
185
-
186
- #: gallery-plugin.php:670
187
- #: gallery-plugin.php:674
188
- #: gallery-plugin.php:678
189
- #: gallery-plugin.php:682
190
- #: gallery-plugin.php:686
191
- #: gallery-plugin.php:712
192
- msgid "N/A"
193
- msgstr ""
194
-
195
- #: gallery-plugin.php:684
196
- msgid " Mb"
197
- msgstr ""
198
-
199
- #: gallery-plugin.php:688
200
- #: gallery-plugin.php:692
201
- #: gallery-plugin.php:696
202
- #: gallery-plugin.php:707
203
- msgid "Yes"
204
- msgstr ""
205
-
206
- #: gallery-plugin.php:690
207
- #: gallery-plugin.php:694
208
- #: gallery-plugin.php:698
209
- #: gallery-plugin.php:709
210
- msgid "No"
211
- msgstr ""
212
-
213
- #: gallery-plugin.php:723
214
- msgid "Operating System"
215
- msgstr ""
216
-
217
- #: gallery-plugin.php:724
218
- msgid "Server"
219
- msgstr ""
220
-
221
- #: gallery-plugin.php:725
222
- msgid "Memory usage"
223
- msgstr ""
224
-
225
- #: gallery-plugin.php:726
226
- msgid "MYSQL Version"
227
- msgstr ""
228
-
229
- #: gallery-plugin.php:727
230
- msgid "SQL Mode"
231
- msgstr ""
232
-
233
- #: gallery-plugin.php:728
234
- msgid "PHP Version"
235
- msgstr ""
236
-
237
- #: gallery-plugin.php:729
238
- msgid "PHP Safe Mode"
239
- msgstr ""
240
-
241
- #: gallery-plugin.php:730
242
- msgid "PHP Allow URL fopen"
243
- msgstr ""
244
-
245
- #: gallery-plugin.php:731
246
- msgid "PHP Memory Limit"
247
- msgstr ""
248
-
249
- #: gallery-plugin.php:732
250
- #, fuzzy
251
- msgid "PHP Max Upload Size"
252
- msgstr "Завантажити файл"
253
-
254
- #: gallery-plugin.php:733
255
- msgid "PHP Max Post Size"
256
- msgstr ""
257
-
258
- #: gallery-plugin.php:734
259
- msgid "PHP Max Script Execute Time"
260
- msgstr ""
261
-
262
- #: gallery-plugin.php:735
263
- msgid "PHP Exif support"
264
- msgstr ""
265
-
266
- #: gallery-plugin.php:736
267
- msgid "PHP IPTC support"
268
- msgstr ""
269
-
270
- #: gallery-plugin.php:737
271
- msgid "PHP XML support"
272
- msgstr ""
273
-
274
- #: gallery-plugin.php:738
275
- msgid "Site URL"
276
- msgstr ""
277
-
278
- #: gallery-plugin.php:739
279
- msgid "Home URL"
280
- msgstr ""
281
-
282
- #: gallery-plugin.php:740
283
- msgid "WordPress Version"
284
- msgstr ""
285
-
286
- #: gallery-plugin.php:741
287
- msgid "WordPress DB Version"
288
- msgstr ""
289
-
290
- #: gallery-plugin.php:742
291
- msgid "Multisite"
292
- msgstr ""
293
-
294
- #: gallery-plugin.php:743
295
- msgid "Active Theme"
296
- msgstr ""
297
-
298
- #: gallery-plugin.php:758
299
- msgid "Please enter a valid email address."
300
- msgstr ""
301
-
302
- #: gallery-plugin.php:762
303
- msgid "Email with system info is sent to "
304
- msgstr ""
305
-
306
- #: gallery-plugin.php:766
307
- msgid "Thank you for contacting us."
308
- msgstr ""
309
-
310
- #: gallery-plugin.php:794
311
- msgid "Sorry, email message could not be delivered."
312
- msgstr ""
313
-
314
- #: gallery-plugin.php:802
315
- #, fuzzy
316
- msgid "Pro plugins"
317
- msgstr "Плагіни Рекомендовані"
318
-
319
- #: gallery-plugin.php:805
320
- #: gallery-plugin.php:831
321
- msgid "Activated plugins"
322
- msgstr "Активоване плагіни"
323
-
324
- #: gallery-plugin.php:807
325
- #: gallery-plugin.php:815
326
- #: gallery-plugin.php:823
327
- #: gallery-plugin.php:833
328
- #: gallery-plugin.php:841
329
- #: gallery-plugin.php:849
330
- msgid "Read more"
331
- msgstr "Читати далі"
332
-
333
- #: gallery-plugin.php:807
334
- #: gallery-plugin.php:833
335
- #: gallery-plugin.php:1257
336
- #: gallery-plugin.php:1272
337
- msgid "Settings"
338
- msgstr "Параметри"
339
-
340
- #: gallery-plugin.php:813
341
- #: gallery-plugin.php:839
342
- msgid "Installed plugins"
343
- msgstr "Встановлених модулів"
344
-
345
- #: gallery-plugin.php:821
346
- #: gallery-plugin.php:847
347
- msgid "Recommended plugins"
348
- msgstr "Плагіни Рекомендовані"
349
-
350
- #: gallery-plugin.php:823
351
- msgid "Purchase"
352
- msgstr ""
353
-
354
- #: gallery-plugin.php:828
355
- #, fuzzy
356
- msgid "Free plugins"
357
- msgstr "Плагіни Рекомендовані"
358
-
359
- #: gallery-plugin.php:849
360
- msgid "Download"
361
- msgstr "Завантажити"
362
-
363
- #: gallery-plugin.php:849
364
- #, php-format
365
- msgid "Install %s"
366
- msgstr "Установка %s"
367
-
368
- #: gallery-plugin.php:849
369
- msgid "Install now from wordpress.org"
370
- msgstr "Установити зараз від wordpress.org"
371
-
372
- #: gallery-plugin.php:854
373
- #, fuzzy
374
- msgid "If you have any questions, please contact us via"
375
- msgstr "Якщо у вас є які-небудь питання, будь ласка, зв'яжіться з нами через plugin@bestwebsoft.com або заповнити нашу контактну форму на нашому сайті"
376
-
377
- #: gallery-plugin.php:861
378
- msgid "System status"
379
- msgstr ""
380
-
381
- #: gallery-plugin.php:865
382
- msgid "Environment"
383
- msgstr ""
384
-
385
- #: gallery-plugin.php:876
386
- #, fuzzy
387
- msgid "Active Plugins"
388
- msgstr "Активоване плагіни"
389
-
390
- #: gallery-plugin.php:887
391
- #, fuzzy
392
- msgid "Inactive Plugins"
393
- msgstr "Активоване плагіни"
394
-
395
- #: gallery-plugin.php:901
396
- #, fuzzy
397
- msgid "Send to support"
398
- msgstr "Підтримка"
399
-
400
- #: gallery-plugin.php:908
401
- msgid "Send to custom email &#187;"
402
- msgstr ""
403
-
404
- #: gallery-plugin.php:950
405
  #, fuzzy
406
  msgid "See images &raquo;"
407
  msgstr "Дивитися фото &raquo;"
408
 
409
- #: gallery-plugin.php:1049
410
  #, fuzzy
411
  msgid "Settings are saved"
412
  msgstr "Параметри зберігаються."
413
 
414
- #: gallery-plugin.php:1063
415
  #, fuzzy
416
  msgid "Gallery Settings"
417
  msgstr "Параметри галереї"
418
 
419
- #: gallery-plugin.php:1066
420
  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:"
421
  msgstr ""
422
 
423
- #: gallery-plugin.php:1070
424
  #, fuzzy
425
  msgid "Image size for the album cover"
426
  msgstr "Размер для "
427
 
428
- #: gallery-plugin.php:1072
429
- #: gallery-plugin.php:1080
430
- #: gallery-plugin.php:1093
431
  #, fuzzy
432
  msgid "Image size"
433
  msgstr "Ім'я розмір зображення"
434
 
435
- #: gallery-plugin.php:1073
436
- #: gallery-plugin.php:1081
437
  msgid "Width (in px)"
438
  msgstr "Ширина (в px)"
439
 
440
- #: gallery-plugin.php:1074
441
- #: gallery-plugin.php:1082
442
  msgid "Height (in px)"
443
  msgstr "Висота (в px)"
444
 
445
- #: gallery-plugin.php:1078
446
  #, fuzzy
447
  msgid "Gallery image size"
448
  msgstr "Галереi"
449
 
450
- #: gallery-plugin.php:1086
451
  #, fuzzy
452
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
453
  msgstr "WordPress створить копію ескізу пост з заданими розмірами, коли ви завантажити нову фотографію."
454
 
455
- #: gallery-plugin.php:1091
456
  msgid "Gallery image size in the lightbox"
457
  msgstr ""
458
 
459
- #: gallery-plugin.php:1094
460
  #, fuzzy
461
  msgid "Max width (in px)"
462
  msgstr "Ширина (в px)"
463
 
464
- #: gallery-plugin.php:1095
465
  #, fuzzy
466
  msgid "Max height (in px)"
467
  msgstr "Висота (в px)"
468
 
469
- #: gallery-plugin.php:1096
470
  msgid "Display a full size image in the lightbox"
471
  msgstr ""
472
 
473
- #: gallery-plugin.php:1100
474
  msgid "Crop position"
475
  msgstr ""
476
 
477
- #: gallery-plugin.php:1102
478
  msgid "Horizontal"
479
  msgstr ""
480
 
481
- #: gallery-plugin.php:1104
482
  msgid "left"
483
  msgstr ""
484
 
485
- #: gallery-plugin.php:1105
486
- #: gallery-plugin.php:1112
487
  msgid "center"
488
  msgstr ""
489
 
490
- #: gallery-plugin.php:1106
491
  msgid "right"
492
  msgstr ""
493
 
494
- #: gallery-plugin.php:1109
495
  msgid "Vertical"
496
  msgstr ""
497
 
498
- #: gallery-plugin.php:1111
499
  msgid "top"
500
  msgstr ""
501
 
502
- #: gallery-plugin.php:1113
503
  msgid "bottom"
504
  msgstr ""
505
 
506
- #: gallery-plugin.php:1118
507
  msgid "Lightbox background"
508
  msgstr ""
509
 
510
- #: gallery-plugin.php:1120
511
  msgid "Default"
512
  msgstr ""
513
 
514
- #: gallery-plugin.php:1121
515
  msgid "Background transparency (from 0 to 1)"
516
  msgstr ""
517
 
518
- #: gallery-plugin.php:1123
519
  msgid "Select a background color"
520
  msgstr ""
521
 
522
- #: gallery-plugin.php:1125
523
  msgid "Background color"
524
  msgstr ""
525
 
526
- #: gallery-plugin.php:1132
527
- #: gallery-plugin.php:1237
528
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
529
  msgstr ""
530
 
531
- #: gallery-plugin.php:1139
532
  msgid "Images with border"
533
  msgstr ""
534
 
535
- #: gallery-plugin.php:1142
536
  msgid "Border width in px, just numbers"
537
  msgstr ""
538
 
539
- #: gallery-plugin.php:1144
540
- #: gallery-plugin.php:1146
541
  msgid "Select a border color"
542
  msgstr ""
543
 
544
- #: gallery-plugin.php:1152
545
  #, fuzzy
546
  msgid "Number of images in the row"
547
  msgstr "Кількість зображень у рядку"
548
 
549
- #: gallery-plugin.php:1158
550
  msgid "Start slideshow"
551
  msgstr ""
552
 
553
- #: gallery-plugin.php:1164
554
  msgid "Slideshow interval"
555
  msgstr ""
556
 
557
- #: gallery-plugin.php:1172
558
  msgid "Attachment ID"
559
  msgstr ""
560
 
561
- #: gallery-plugin.php:1173
562
  #, fuzzy
563
  msgid "Image Name"
564
  msgstr "Ім'я розмір зображення"
565
 
566
- #: gallery-plugin.php:1175
567
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
568
  msgstr ""
569
 
570
- #: gallery-plugin.php:1176
571
  msgid "Random"
572
  msgstr ""
573
 
574
- #: gallery-plugin.php:1180
575
  #, fuzzy
576
  msgid "Sort images"
577
  msgstr "Кількість зображень у рядку"
578
 
579
- #: gallery-plugin.php:1182
580
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
581
  msgstr ""
582
 
583
- #: gallery-plugin.php:1183
584
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
585
  msgstr ""
586
 
587
- #: gallery-plugin.php:1187
588
  msgid "Display text above the image"
589
  msgstr ""
590
 
591
- #: gallery-plugin.php:1189
592
- msgid "If you want to display text just in a lightbox"
593
  msgstr ""
594
 
595
- #: gallery-plugin.php:1193
596
  msgid "Display the Back link"
597
  msgstr ""
598
 
599
- #: gallery-plugin.php:1199
600
  msgid "Display the Back link in the shortcode"
601
  msgstr ""
602
 
603
- #: gallery-plugin.php:1205
604
  msgid "The Back link text"
605
  msgstr ""
606
 
607
- #: gallery-plugin.php:1211
608
  msgid "The Back link URL"
609
  msgstr ""
610
 
611
- #: gallery-plugin.php:1213
612
  msgid "Gallery page (Page with Gallery Template)"
613
  msgstr ""
614
 
615
- #: gallery-plugin.php:1215
616
  msgid "(Full URL to custom page)"
617
  msgstr ""
618
 
619
- #: gallery-plugin.php:1219
620
  msgid "The Read More link text"
621
  msgstr ""
622
 
623
- #: gallery-plugin.php:1227
624
  msgid "Display Like buttons in the lightbox"
625
  msgstr ""
626
 
627
- #: gallery-plugin.php:1229
628
  msgid "FaceBook"
629
  msgstr ""
630
 
631
- #: gallery-plugin.php:1230
632
  #, fuzzy
633
  msgid "Twitter"
634
  msgstr "Назва"
635
 
636
- #: gallery-plugin.php:1231
637
  msgid "Pinterest"
638
  msgstr ""
639
 
640
- #: gallery-plugin.php:1232
641
  msgid "Google +1"
642
  msgstr ""
643
 
644
- #: gallery-plugin.php:1245
 
 
 
 
 
 
 
 
 
645
  msgid "Save Changes"
646
  msgstr "Зберегти зміни"
647
 
648
- #: gallery-plugin.php:1258
 
 
 
 
 
649
  msgid "FAQ"
650
  msgstr "FAQ "
651
 
652
- #: gallery-plugin.php:1259
653
  msgid "Support"
654
  msgstr "Підтримка"
655
 
656
- #: gallery-plugin.php:1476
657
  #: template/gallery-single-template.php:76
658
  #, fuzzy
659
  msgid "Sorry, nothing found."
660
  msgstr "Вибачте - нічого не знайдено."
661
 
662
- #: gallery-plugin.php:1498
663
- #: template/gallery-single-template.php:101
664
  msgid "Download high resolution image"
665
  msgstr ""
666
 
667
- #: template/gallery-single-template.php:101
668
  msgid "Image"
669
  msgstr ""
670
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
671
  #~ msgid "Add New"
672
  #~ msgstr "Додати новий"
673
  #~ msgid "Search Galleries"
674
  #~ msgstr "Пошук галереї"
675
  #~ msgid "The size of the cover album for gallery"
676
  #~ msgstr "Розмір обкладинки альбому для галереї"
677
- #~ msgid "Size for gallery image"
678
- #~ msgstr "Розмір зображення галерея"
679
  #~ msgid "date"
680
  #~ msgstr "Дата"
681
 
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: Ted Mosby <tmosbyd@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.4\n"
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
 
24
+ #: gallery-plugin.php:125
25
+ #: gallery-plugin.php:135
26
  msgid "Galleries"
27
  msgstr "Галереi"
28
 
29
+ #: gallery-plugin.php:126
30
+ #: gallery-plugin.php:579
31
  msgid "Gallery"
32
  msgstr "Галерея"
33
 
34
+ #: gallery-plugin.php:127
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "Додати нову галерею"
38
 
39
+ #: gallery-plugin.php:128
40
  msgid "Add New Gallery"
41
  msgstr "Додати нову галерею"
42
 
43
+ #: gallery-plugin.php:129
44
  msgid "Edit Gallery"
45
  msgstr "Редагування галерея"
46
 
47
+ #: gallery-plugin.php:130
48
  msgid "New Gallery"
49
  msgstr "Нова галерея"
50
 
51
+ #: gallery-plugin.php:131
52
  msgid "View Gallery"
53
  msgstr "Перегляд галереї"
54
 
55
+ #: gallery-plugin.php:132
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "Редагування галерея"
59
 
60
+ #: gallery-plugin.php:133
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "Галереї, не знайдено"
64
 
65
+ #: gallery-plugin.php:190
66
  msgid "Upload File"
67
  msgstr "Завантажити файл"
68
 
69
+ #: gallery-plugin.php:191
70
  msgid "Gallery Shortcode"
71
  msgstr "Шорткод галереї"
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 "Вибрати скріншот, щоб завантажити:"
81
 
82
+ #: gallery-plugin.php:217
83
  msgid "Please enable JavaScript to use the file uploader."
84
  msgstr "Будь ласка Дозвольте JavaScript, щоб використовувати файл uploader."
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:808
100
  #, fuzzy
101
  msgid "Sort images by"
102
  msgstr "Кількість зображень у рядку"
103
 
104
+ #: gallery-plugin.php:227
105
  #, fuzzy
106
  msgid "sort images"
107
  msgstr "Кількість зображень у рядку"
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 "Назва"
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 "Автор "
157
 
158
+ #: gallery-plugin.php:477
159
  #, fuzzy
160
  msgid "Photo"
161
  msgstr "Фото "
162
 
163
+ #: gallery-plugin.php:478
164
  #, fuzzy
165
  msgid "Publishing"
166
  msgstr "Громадськості"
167
 
168
+ #: gallery-plugin.php:479
169
+ #: gallery-plugin.php:812
170
  msgid "Date"
171
  msgstr "Дата "
172
 
173
+ #: gallery-plugin.php:605
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
174
  #, fuzzy
175
  msgid "See images &raquo;"
176
  msgstr "Дивитися фото &raquo;"
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 "Ширина (в px)"
208
 
209
+ #: gallery-plugin.php:712
210
+ #: gallery-plugin.php:720
211
  msgid "Height (in px)"
212
  msgstr "Висота (в px)"
213
 
214
+ #: gallery-plugin.php:716
215
  #, fuzzy
216
  msgid "Gallery image size"
217
  msgstr "Галереi"
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 "WordPress створить копію ескізу пост з заданими розмірами, коли ви завантажити нову фотографію."
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 "Ширина (в px)"
232
 
233
+ #: gallery-plugin.php:733
234
  #, fuzzy
235
  msgid "Max height (in px)"
236
  msgstr "Висота (в px)"
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 "Підтримка"
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
 
454
+ #, fuzzy
455
+ #~ msgid "PHP Max Upload Size"
456
+ #~ msgstr "Завантажити файл"
457
+
458
+ #, fuzzy
459
+ #~ msgid "Pro plugins"
460
+ #~ msgstr "Плагіни Рекомендовані"
461
+ #~ msgid "Activated plugins"
462
+ #~ msgstr "Активоване плагіни"
463
+ #~ msgid "Read more"
464
+ #~ msgstr "Читати далі"
465
+ #~ msgid "Installed plugins"
466
+ #~ msgstr "Встановлених модулів"
467
+ #~ msgid "Recommended plugins"
468
+ #~ msgstr "Плагіни Рекомендовані"
469
+
470
+ #, fuzzy
471
+ #~ msgid "Free plugins"
472
+ #~ msgstr "Плагіни Рекомендовані"
473
+ #~ msgid "Download"
474
+ #~ msgstr "Завантажити"
475
+ #~ msgid "Install %s"
476
+ #~ msgstr "Установка %s"
477
+ #~ msgid "Install now from wordpress.org"
478
+ #~ msgstr "Установити зараз від wordpress.org"
479
+
480
+ #, fuzzy
481
+ #~ msgid "If you have any questions, please contact us via"
482
+ #~ msgstr ""
483
+ #~ "Якщо у вас є які-небудь питання, будь ласка, зв'яжіться з нами через "
484
+ #~ "plugin@bestwebsoft.com або заповнити нашу контактну форму на нашому сайті"
485
+
486
+ #, fuzzy
487
+ #~ msgid "Active Plugins"
488
+ #~ msgstr "Активоване плагіни"
489
+
490
+ #, fuzzy
491
+ #~ msgid "Inactive Plugins"
492
+ #~ msgstr "Активоване плагіни"
493
+
494
+ #, fuzzy
495
+ #~ msgid "Send to support"
496
+ #~ msgstr "Підтримка"
497
  #~ msgid "Add New"
498
  #~ msgstr "Додати новий"
499
  #~ msgid "Search Galleries"
500
  #~ msgstr "Пошук галереї"
501
  #~ msgid "The size of the cover album for gallery"
502
  #~ msgstr "Розмір обкладинки альбому для галереї"
 
 
503
  #~ msgid "date"
504
  #~ msgstr "Дата"
505
 
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-07-18 11:39+0300\n"
6
- "PO-Revision-Date: 2013-07-18 11:39+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Xiaobo Chen <mibcxb@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,634 +16,462 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:103
20
- #: gallery-plugin.php:1056
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
 
24
- #: gallery-plugin.php:127
25
- #: gallery-plugin.php:137
26
  msgid "Galleries"
27
  msgstr "图库"
28
 
29
- #: gallery-plugin.php:128
30
- #: gallery-plugin.php:923
31
  msgid "Gallery"
32
  msgstr "图集"
33
 
34
- #: gallery-plugin.php:129
35
  msgid "Add a Gallery"
36
  msgstr "新增图集"
37
 
38
- #: gallery-plugin.php:130
39
  msgid "Add New Gallery"
40
  msgstr "新增图集"
41
 
42
- #: gallery-plugin.php:131
43
  msgid "Edit Gallery"
44
  msgstr "编辑图集"
45
 
46
- #: gallery-plugin.php:132
47
  msgid "New Gallery"
48
  msgstr "新图集"
49
 
50
- #: gallery-plugin.php:133
51
  msgid "View Gallery"
52
  msgstr "浏览图集"
53
 
54
- #: gallery-plugin.php:134
55
  msgid "Find a Gallery"
56
  msgstr "查找图集"
57
 
58
- #: gallery-plugin.php:135
59
  msgid "No Gallery found"
60
  msgstr "没有找到图集"
61
 
62
- #: gallery-plugin.php:192
63
  msgid "Upload File"
64
  msgstr "上传文件"
65
 
66
- #: gallery-plugin.php:193
67
  msgid "Gallery Shortcode"
68
  msgstr "图集简码"
69
 
70
- #: gallery-plugin.php: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:1170
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:275
 
 
 
 
 
108
  msgid "URL"
109
  msgstr "URL"
110
 
111
- #: gallery-plugin.php:275
112
- msgid "(by click on image <br /> opens a link in a new window)"
 
113
  msgstr "(点击图像 <br /> 在新窗口中打开链接)"
114
 
115
- #: gallery-plugin.php:276
116
  msgid "This setting is available in Pro version"
117
  msgstr "次设置在Pro版本中可用"
118
 
119
- #: gallery-plugin.php:277
120
  msgid "Open the link"
121
  msgstr "打开链接"
122
 
123
- #: gallery-plugin.php:277
124
  msgid "Current window"
125
  msgstr "当前窗口"
126
 
127
- #: gallery-plugin.php:277
128
  msgid "New window"
129
  msgstr "新窗口"
130
 
131
- #: gallery-plugin.php:278
132
  msgid "Delete"
133
  msgstr "删除"
134
 
135
- #: gallery-plugin.php:292
136
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
137
  msgstr "您可以在页面上添加一个图集或在正文中插入简码"
138
 
139
- #: gallery-plugin.php:294
140
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
141
  msgstr "如果您想显示一个简述,其包含屏幕截图且具有指向一个图集的链接"
142
 
143
- #: gallery-plugin.php:479
144
- msgid "Title"
145
- msgstr "标题"
146
-
147
- #: gallery-plugin.php:480
148
  msgid "Author"
149
  msgstr "作者"
150
 
151
- #: gallery-plugin.php:481
152
  msgid "Photo"
153
  msgstr "照片"
154
 
155
- #: gallery-plugin.php:482
156
  msgid "Publishing"
157
  msgstr "出版"
158
 
159
- #: gallery-plugin.php:483
160
- #: gallery-plugin.php:1174
161
  msgid "Date"
162
  msgstr "日期"
163
 
164
- #: gallery-plugin.php:658
165
- msgid "Not set"
166
- msgstr ""
167
-
168
- #: gallery-plugin.php:660
169
- #: gallery-plugin.php:664
170
- msgid "On"
171
- msgstr ""
172
-
173
- #: gallery-plugin.php:662
174
- #: gallery-plugin.php:666
175
- msgid "Off"
176
- msgstr ""
177
-
178
- #: gallery-plugin.php:670
179
- #: gallery-plugin.php:674
180
- #: gallery-plugin.php:678
181
- #: gallery-plugin.php:682
182
- #: gallery-plugin.php:686
183
- #: gallery-plugin.php:712
184
- msgid "N/A"
185
- msgstr ""
186
-
187
- #: gallery-plugin.php:684
188
- msgid " Mb"
189
- msgstr ""
190
-
191
- #: gallery-plugin.php:688
192
- #: gallery-plugin.php:692
193
- #: gallery-plugin.php:696
194
- #: gallery-plugin.php:707
195
- msgid "Yes"
196
- msgstr ""
197
-
198
- #: gallery-plugin.php:690
199
- #: gallery-plugin.php:694
200
- #: gallery-plugin.php:698
201
- #: gallery-plugin.php:709
202
- msgid "No"
203
- msgstr ""
204
-
205
- #: gallery-plugin.php:723
206
- msgid "Operating System"
207
- msgstr ""
208
-
209
- #: gallery-plugin.php:724
210
- msgid "Server"
211
- msgstr ""
212
-
213
- #: gallery-plugin.php:725
214
- msgid "Memory usage"
215
- msgstr ""
216
-
217
- #: gallery-plugin.php:726
218
- msgid "MYSQL Version"
219
- msgstr ""
220
-
221
- #: gallery-plugin.php:727
222
- msgid "SQL Mode"
223
- msgstr ""
224
-
225
- #: gallery-plugin.php:728
226
- msgid "PHP Version"
227
- msgstr ""
228
-
229
- #: gallery-plugin.php:729
230
- msgid "PHP Safe Mode"
231
- msgstr ""
232
-
233
- #: gallery-plugin.php:730
234
- msgid "PHP Allow URL fopen"
235
- msgstr ""
236
-
237
- #: gallery-plugin.php:731
238
- msgid "PHP Memory Limit"
239
- msgstr ""
240
-
241
- #: gallery-plugin.php:732
242
- #, fuzzy
243
- msgid "PHP Max Upload Size"
244
- msgstr "上传文件"
245
-
246
- #: gallery-plugin.php:733
247
- msgid "PHP Max Post Size"
248
- msgstr ""
249
-
250
- #: gallery-plugin.php:734
251
- msgid "PHP Max Script Execute Time"
252
- msgstr ""
253
-
254
- #: gallery-plugin.php:735
255
- msgid "PHP Exif support"
256
- msgstr ""
257
-
258
- #: gallery-plugin.php:736
259
- msgid "PHP IPTC support"
260
- msgstr ""
261
-
262
- #: gallery-plugin.php:737
263
- msgid "PHP XML support"
264
- msgstr ""
265
-
266
- #: gallery-plugin.php:738
267
- #, fuzzy
268
- msgid "Site URL"
269
- msgstr "链接网址"
270
-
271
- #: gallery-plugin.php:739
272
- msgid "Home URL"
273
- msgstr ""
274
-
275
- #: gallery-plugin.php:740
276
- msgid "WordPress Version"
277
- msgstr ""
278
-
279
- #: gallery-plugin.php:741
280
- msgid "WordPress DB Version"
281
- msgstr ""
282
-
283
- #: gallery-plugin.php:742
284
- msgid "Multisite"
285
- msgstr ""
286
-
287
- #: gallery-plugin.php:743
288
- msgid "Active Theme"
289
- msgstr ""
290
-
291
- #: gallery-plugin.php:758
292
- msgid "Please enter a valid email address."
293
- msgstr ""
294
-
295
- #: gallery-plugin.php:762
296
- msgid "Email with system info is sent to "
297
- msgstr ""
298
-
299
- #: gallery-plugin.php:766
300
- msgid "Thank you for contacting us."
301
- msgstr ""
302
-
303
- #: gallery-plugin.php:794
304
- msgid "Sorry, email message could not be delivered."
305
- msgstr ""
306
-
307
- #: gallery-plugin.php:802
308
- msgid "Pro plugins"
309
- msgstr "高级插件"
310
-
311
- #: gallery-plugin.php:805
312
- #: gallery-plugin.php:831
313
- msgid "Activated plugins"
314
- msgstr "已激活的插件"
315
-
316
- #: gallery-plugin.php:807
317
- #: gallery-plugin.php:815
318
- #: gallery-plugin.php:823
319
- #: gallery-plugin.php:833
320
- #: gallery-plugin.php:841
321
- #: gallery-plugin.php:849
322
- msgid "Read more"
323
- msgstr "阅读更多"
324
-
325
- #: gallery-plugin.php:807
326
- #: gallery-plugin.php:833
327
- #: gallery-plugin.php:1257
328
- #: gallery-plugin.php:1272
329
- msgid "Settings"
330
- msgstr "设置"
331
-
332
- #: gallery-plugin.php:813
333
- #: gallery-plugin.php:839
334
- msgid "Installed plugins"
335
- msgstr "安装插件"
336
-
337
- #: gallery-plugin.php:821
338
- #: gallery-plugin.php:847
339
- msgid "Recommended plugins"
340
- msgstr "推荐的插件"
341
-
342
- #: gallery-plugin.php:823
343
- msgid "Purchase"
344
- msgstr "购买"
345
-
346
- #: gallery-plugin.php:828
347
- msgid "Free plugins"
348
- msgstr "免费插件"
349
-
350
- #: gallery-plugin.php:849
351
- msgid "Download"
352
- msgstr "下载"
353
-
354
- #: gallery-plugin.php:849
355
- #, php-format
356
- msgid "Install %s"
357
- msgstr "安装 %s"
358
-
359
- #: gallery-plugin.php:849
360
- msgid "Install now from wordpress.org"
361
- msgstr "现在从 wordpress.org 安装"
362
-
363
- #: gallery-plugin.php:854
364
- msgid "If you have any questions, please contact us via"
365
- msgstr "如果您有任何问题,请使用以下方式联系我们"
366
-
367
- #: gallery-plugin.php:861
368
- msgid "System status"
369
- msgstr ""
370
-
371
- #: gallery-plugin.php:865
372
- msgid "Environment"
373
- msgstr ""
374
-
375
- #: gallery-plugin.php:876
376
- #, fuzzy
377
- msgid "Active Plugins"
378
- msgstr "已激活的插件"
379
-
380
- #: gallery-plugin.php:887
381
- #, fuzzy
382
- msgid "Inactive Plugins"
383
- msgstr "已激活的插件"
384
-
385
- #: gallery-plugin.php:901
386
- #, fuzzy
387
- msgid "Send to support"
388
- msgstr "支持"
389
-
390
- #: gallery-plugin.php:908
391
- msgid "Send to custom email &#187;"
392
- msgstr ""
393
-
394
- #: gallery-plugin.php:950
395
  msgid "See images &raquo;"
396
  msgstr "查看图像 &raquo;"
397
 
398
- #: gallery-plugin.php:1049
399
  msgid "Settings are saved"
400
  msgstr "设置已保存。"
401
 
402
- #: gallery-plugin.php:1063
403
  msgid "Gallery Settings"
404
  msgstr "图集设置"
405
 
406
- #: gallery-plugin.php:1066
407
  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:"
408
  msgstr "如果您想添加一个图集到页面或公告中,仅需要将图集简码放到页面或公告的内容中即可:"
409
 
410
- #: gallery-plugin.php:1070
411
  msgid "Image size for the album cover"
412
  msgstr "专辑封面图像的尺寸"
413
 
414
- #: gallery-plugin.php:1072
415
- #: gallery-plugin.php:1080
416
- #: gallery-plugin.php:1093
417
  msgid "Image size"
418
  msgstr "图像尺寸"
419
 
420
- #: gallery-plugin.php:1073
421
- #: gallery-plugin.php:1081
422
  msgid "Width (in px)"
423
  msgstr "宽度(像素)"
424
 
425
- #: gallery-plugin.php:1074
426
- #: gallery-plugin.php:1082
427
  msgid "Height (in px)"
428
  msgstr "高度(像素)"
429
 
430
- #: gallery-plugin.php:1078
431
  msgid "Gallery image size"
432
  msgstr "图集中图像的尺寸"
433
 
434
- #: gallery-plugin.php:1086
435
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
436
  msgstr "当您上传一幅新的照片时,WordPress会创建一个特定尺寸的缩略图副本。"
437
 
438
- #: gallery-plugin.php:1091
439
  msgid "Gallery image size in the lightbox"
440
  msgstr "灯箱中的图像尺寸"
441
 
442
- #: gallery-plugin.php:1094
443
  msgid "Max width (in px)"
444
  msgstr "最大宽度(像素)"
445
 
446
- #: gallery-plugin.php:1095
447
  msgid "Max height (in px)"
448
  msgstr "最大高度(像素)"
449
 
450
- #: gallery-plugin.php:1096
451
  msgid "Display a full size image in the lightbox"
452
  msgstr "在灯箱中显示全尺寸图像"
453
 
454
- #: gallery-plugin.php:1100
455
  msgid "Crop position"
456
  msgstr "裁剪位置"
457
 
458
- #: gallery-plugin.php:1102
459
  msgid "Horizontal"
460
  msgstr "水平"
461
 
462
- #: gallery-plugin.php:1104
463
  msgid "left"
464
  msgstr "左侧"
465
 
466
- #: gallery-plugin.php:1105
467
- #: gallery-plugin.php:1112
468
  msgid "center"
469
  msgstr "中心"
470
 
471
- #: gallery-plugin.php:1106
472
  msgid "right"
473
  msgstr "右侧"
474
 
475
- #: gallery-plugin.php:1109
476
  msgid "Vertical"
477
  msgstr "垂直"
478
 
479
- #: gallery-plugin.php:1111
480
  msgid "top"
481
  msgstr "顶部"
482
 
483
- #: gallery-plugin.php:1113
484
  msgid "bottom"
485
  msgstr "底部"
486
 
487
- #: gallery-plugin.php:1118
488
  msgid "Lightbox background"
489
  msgstr "灯箱背景"
490
 
491
- #: gallery-plugin.php:1120
492
  msgid "Default"
493
  msgstr "默认"
494
 
495
- #: gallery-plugin.php:1121
496
  msgid "Background transparency (from 0 to 1)"
497
  msgstr "背景透明度(值为 0 到 1)"
498
 
499
- #: gallery-plugin.php:1123
500
  msgid "Select a background color"
501
  msgstr "选择背景色"
502
 
503
- #: gallery-plugin.php:1125
504
  msgid "Background color"
505
  msgstr "背景色"
506
 
507
- #: gallery-plugin.php:1132
508
- #: gallery-plugin.php:1237
509
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
510
  msgstr "此功能在插件的高级版本中可用。如需查看详细信息,请点击以下链接"
511
 
512
- #: gallery-plugin.php:1139
513
  msgid "Images with border"
514
  msgstr "图像边缘"
515
 
516
- #: gallery-plugin.php:1142
517
  msgid "Border width in px, just numbers"
518
  msgstr "边缘宽度,以像素为单位,只能使用数字"
519
 
520
- #: gallery-plugin.php:1144
521
- #: gallery-plugin.php:1146
522
  msgid "Select a border color"
523
  msgstr "选择边缘颜色"
524
 
525
- #: gallery-plugin.php:1152
526
  msgid "Number of images in the row"
527
  msgstr "一行中图像的数量"
528
 
529
- #: gallery-plugin.php:1158
530
  msgid "Start slideshow"
531
  msgstr "播放幻灯片"
532
 
533
- #: gallery-plugin.php:1164
534
  msgid "Slideshow interval"
535
  msgstr "幻灯片播放间隔"
536
 
537
- #: gallery-plugin.php:1172
538
  msgid "Attachment ID"
539
  msgstr "附件ID"
540
 
541
- #: gallery-plugin.php:1173
542
  msgid "Image Name"
543
  msgstr "图像名称"
544
 
545
- #: gallery-plugin.php:1175
546
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
547
  msgstr "分类排序(插入/上传媒体图集对话框中的输入字段)"
548
 
549
- #: gallery-plugin.php:1176
550
  msgid "Random"
551
  msgstr "随机"
552
 
553
- #: gallery-plugin.php:1180
554
  msgid "Sort images"
555
  msgstr "图像排序"
556
 
557
- #: gallery-plugin.php:1182
558
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
559
  msgstr "升序(由低到高 - 1, 2, 3; a, b, c)"
560
 
561
- #: gallery-plugin.php:1183
562
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
563
  msgstr "降序(由高到低 - 3, 2, 1; c, b, a)"
564
 
565
- #: gallery-plugin.php:1187
566
  msgid "Display text above the image"
567
  msgstr "在图像上方显示文本"
568
 
569
- #: gallery-plugin.php:1189
570
- msgid "If you want to display text just in a lightbox"
 
571
  msgstr "如果您仅想在收藏夹中显示文本"
572
 
573
- #: gallery-plugin.php:1193
574
  msgid "Display the Back link"
575
  msgstr "显示返回链接"
576
 
577
- #: gallery-plugin.php:1199
578
  msgid "Display the Back link in the shortcode"
579
  msgstr "以简码方式显示返回链接"
580
 
581
- #: gallery-plugin.php:1205
582
  msgid "The Back link text"
583
  msgstr "返回链接文本"
584
 
585
- #: gallery-plugin.php:1211
586
  msgid "The Back link URL"
587
  msgstr "返回链接URL"
588
 
589
- #: gallery-plugin.php:1213
590
  msgid "Gallery page (Page with Gallery Template)"
591
  msgstr "图集页面(具有图集模板的页面)"
592
 
593
- #: gallery-plugin.php:1215
594
  msgid "(Full URL to custom page)"
595
  msgstr "(到自定义页面的完整地址)"
596
 
597
- #: gallery-plugin.php:1219
598
  msgid "The Read More link text"
599
  msgstr "阅读更多链接的文本"
600
 
601
- #: gallery-plugin.php:1227
602
  msgid "Display Like buttons in the lightbox"
603
  msgstr "在灯箱中显示[喜欢]按钮"
604
 
605
- #: gallery-plugin.php:1229
606
  msgid "FaceBook"
607
  msgstr "Facebook"
608
 
609
- #: gallery-plugin.php:1230
610
  msgid "Twitter"
611
  msgstr "Twitter"
612
 
613
- #: gallery-plugin.php:1231
614
  msgid "Pinterest"
615
  msgstr "Printerest"
616
 
617
- #: gallery-plugin.php:1232
618
  msgid "Google +1"
619
  msgstr "Google +1"
620
 
621
- #: gallery-plugin.php:1245
 
 
 
 
 
 
 
 
 
622
  msgid "Save Changes"
623
  msgstr "保存修改"
624
 
625
- #: gallery-plugin.php:1258
 
 
 
 
 
626
  msgid "FAQ"
627
  msgstr "常问问题"
628
 
629
- #: gallery-plugin.php:1259
630
  msgid "Support"
631
  msgstr "支持"
632
 
633
- #: gallery-plugin.php:1476
634
  #: template/gallery-single-template.php:76
635
  msgid "Sorry, nothing found."
636
  msgstr "对不起 - 没有找到。"
637
 
638
- #: gallery-plugin.php:1498
639
- #: template/gallery-single-template.php:101
640
  msgid "Download high resolution image"
641
  msgstr "下载高分辨率图像"
642
 
643
- #: template/gallery-single-template.php:101
644
  msgid "Image"
645
  msgstr "图像"
646
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
647
  #~ msgid "Add New"
648
  #~ msgstr "新增"
649
  #~ msgid "Search Galleries"
@@ -656,8 +484,6 @@ msgstr "图像"
656
  #~ msgstr "附件排序"
657
  #~ msgid "The size of the cover album for gallery"
658
  #~ msgstr "封面专辑的图像尺寸"
659
- #~ msgid "Size for gallery image"
660
- #~ msgstr "图集中图像的尺寸"
661
  #~ msgid "attachment title"
662
  #~ msgstr "附件标题"
663
  #~ msgid "date"
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"
16
  "X-Generator: Poedit 1.5.7\n"
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
 
24
+ #: gallery-plugin.php:125
25
+ #: gallery-plugin.php:135
26
  msgid "Galleries"
27
  msgstr "图库"
28
 
29
+ #: gallery-plugin.php:126
30
+ #: gallery-plugin.php:579
31
  msgid "Gallery"
32
  msgstr "图集"
33
 
34
+ #: gallery-plugin.php:127
35
  msgid "Add a Gallery"
36
  msgstr "新增图集"
37
 
38
+ #: gallery-plugin.php:128
39
  msgid "Add New Gallery"
40
  msgstr "新增图集"
41
 
42
+ #: gallery-plugin.php:129
43
  msgid "Edit Gallery"
44
  msgstr "编辑图集"
45
 
46
+ #: gallery-plugin.php:130
47
  msgid "New Gallery"
48
  msgstr "新图集"
49
 
50
+ #: gallery-plugin.php:131
51
  msgid "View Gallery"
52
  msgstr "浏览图集"
53
 
54
+ #: gallery-plugin.php:132
55
  msgid "Find a Gallery"
56
  msgstr "查找图集"
57
 
58
+ #: gallery-plugin.php:133
59
  msgid "No Gallery found"
60
  msgstr "没有找到图集"
61
 
62
+ #: gallery-plugin.php:190
63
  msgid "Upload File"
64
  msgstr "上传文件"
65
 
66
+ #: gallery-plugin.php:191
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
 
434
+ #, fuzzy
435
+ #~ msgid "PHP Max Upload Size"
436
+ #~ msgstr "上传文件"
437
+
438
+ #, fuzzy
439
+ #~ msgid "Site URL"
440
+ #~ msgstr "链接网址"
441
+ #~ msgid "Pro plugins"
442
+ #~ msgstr "高级插件"
443
+ #~ msgid "Activated plugins"
444
+ #~ msgstr "已激活的插件"
445
+ #~ msgid "Read more"
446
+ #~ msgstr "阅读更多"
447
+ #~ msgid "Installed plugins"
448
+ #~ msgstr "安装插件"
449
+ #~ msgid "Recommended plugins"
450
+ #~ msgstr "推荐的插件"
451
+ #~ msgid "Purchase"
452
+ #~ msgstr "购买"
453
+ #~ msgid "Free plugins"
454
+ #~ msgstr "免费插件"
455
+ #~ msgid "Download"
456
+ #~ msgstr "下载"
457
+ #~ msgid "Install %s"
458
+ #~ msgstr "安装 %s"
459
+ #~ msgid "Install now from wordpress.org"
460
+ #~ msgstr "现在从 wordpress.org 安装"
461
+ #~ msgid "If you have any questions, please contact us via"
462
+ #~ msgstr "如果您有任何问题,请使用以下方式联系我们"
463
+
464
+ #, fuzzy
465
+ #~ msgid "Active Plugins"
466
+ #~ msgstr "已激活的插件"
467
+
468
+ #, fuzzy
469
+ #~ msgid "Inactive Plugins"
470
+ #~ msgstr "已激活的插件"
471
+
472
+ #, fuzzy
473
+ #~ msgid "Send to support"
474
+ #~ msgstr "支持"
475
  #~ msgid "Add New"
476
  #~ msgstr "新增"
477
  #~ msgid "Search Galleries"
484
  #~ msgstr "附件排序"
485
  #~ msgid "The size of the cover album for gallery"
486
  #~ msgstr "封面专辑的图像尺寸"
 
 
487
  #~ msgid "attachment title"
488
  #~ msgstr "附件标题"
489
  #~ msgid "date"
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10
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
7
- Stable tag: 3.9.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -16,7 +16,6 @@ This plugin makes it possible to implement as many galleries as you want into yo
16
 
17
  <a href="http://wordpress.org/extend/plugins/gallery-plugin/faq/" target="_blank">FAQ</a>
18
  <a href="http://support.bestwebsoft.com" target="_blank">Support</a>
19
- <a href="https://bestwebsoft.zendesk.com/entries/25561503-Information-for-our-customers" target="_blank">Сonditions of support</a>
20
 
21
  <a href="http://bestwebsoft.com/plugin/gallery-pro/?k=57ad5c0c7fe312e2a45ef9a76f47334c" target="_blank">Upgrade to Pro Version</a>
22
 
@@ -64,8 +63,6 @@ If you notice any bugs in the plugins, you can notify us about it and we'll inve
64
  Moreover we can customize the plugin according to your requirements. It's a paid service (as a rule it costs $40, but the price can vary depending on the amount of the necessary changes and their complexity). Please note that we could also include this or that feature (developed for you) in the next release and share with the other users then.
65
  We can fix some things for free for the users who provide translation of our plugin into their native language (this should be a new translation of a certain plugin, you can check available translations on the official plugin page).
66
 
67
- For more details see <a href="https://bestwebsoft.zendesk.com/entries/25561503-Information-for-our-customers" target="_blank">Сonditions of support</a>.
68
-
69
  == Installation ==
70
 
71
  1. Upload the `Gallery` folder to the directory `/wp-content/plugins/`.
@@ -147,6 +144,9 @@ and add (for the themes Twenty Eleven or Twenty Ten):
147
 
148
  == Changelog ==
149
 
 
 
 
150
  = V3.9.7 - 26.08.2013 =
151
  * Update : The French language file is updated.
152
  * Bugfix : We added replacing spaces in the file name when uploading.
@@ -323,6 +323,9 @@ and add (for the themes Twenty Eleven or Twenty Ten):
323
 
324
  == Upgrade Notice ==
325
 
 
 
 
326
  = V3.9.7 =
327
  The French language file is updated. We added replacing spaces in the file name when uploading.
328
 
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
7
+ Stable tag: 3.9.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
16
 
17
  <a href="http://wordpress.org/extend/plugins/gallery-plugin/faq/" target="_blank">FAQ</a>
18
  <a href="http://support.bestwebsoft.com" target="_blank">Support</a>
 
19
 
20
  <a href="http://bestwebsoft.com/plugin/gallery-pro/?k=57ad5c0c7fe312e2a45ef9a76f47334c" target="_blank">Upgrade to Pro Version</a>
21
 
63
  Moreover we can customize the plugin according to your requirements. It's a paid service (as a rule it costs $40, but the price can vary depending on the amount of the necessary changes and their complexity). Please note that we could also include this or that feature (developed for you) in the next release and share with the other users then.
64
  We can fix some things for free for the users who provide translation of our plugin into their native language (this should be a new translation of a certain plugin, you can check available translations on the official plugin page).
65
 
 
 
66
  == Installation ==
67
 
68
  1. Upload the `Gallery` folder to the directory `/wp-content/plugins/`.
144
 
145
  == Changelog ==
146
 
147
+ = V3.9.8 - 04.09.2013 =
148
+ * Update : Function for displaying BWS plugins section placed in a separate file and has own language files.
149
+
150
  = V3.9.7 - 26.08.2013 =
151
  * Update : The French language file is updated.
152
  * Bugfix : We added replacing spaces in the file name when uploading.
323
 
324
  == Upgrade Notice ==
325
 
326
+ = V3.9.8 =
327
+ Function for displaying BWS plugins section placed in a separate file and has own language files.
328
+
329
  = V3.9.7 =
330
  The French language file is updated. We added replacing spaces in the file name when uploading.
331
 
screenshot-3.jpg CHANGED
Binary file