Facebook Button by BestWebSoft - Version 2.22

Version Description

  • 04.09.2013 =
  • Update : We updated all functionality for wordpress 3.6.
  • Update : Function for displaying BWS plugins section placed in a separate file and has own language files.
Download this release

Release Info

Developer bestwebsoft
Plugin Icon 128x128 Facebook Button by BestWebSoft
Version 2.22
Comparing to
See all releases

Code changes from version 2.21 to 2.22

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_mata_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-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
+
facebook-button-plugin.php CHANGED
@@ -1,10 +1,10 @@
1
  <?php
2
  /*
3
  Plugin Name: Facebook Button Plugin
4
- Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: Put Facebook Button in to your post.
6
  Author: BestWebSoft
7
- Version: 2.21
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
@@ -25,348 +25,9 @@ License: GPLv2 or later
25
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
26
  */
27
 
28
- if ( ! function_exists( 'bws_add_menu_render' ) ) {
29
- function bws_add_menu_render() {
30
- global $wpdb, $wp_version, $title;
31
- $active_plugins = get_option('active_plugins');
32
- $all_plugins = get_plugins();
33
- $error = '';
34
- $message = '';
35
- $bwsmn_form_email = '';
36
-
37
- $array_activate = array();
38
- $array_install = array();
39
- $array_recomend = array();
40
- $count_activate = $count_install = $count_recomend = 0;
41
- $array_plugins = array(
42
- 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' ),
43
- 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' ),
44
- 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' ),
45
- 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' ),
46
- 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' ),
47
- 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' ),
48
- 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' ),
49
- 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' ),
50
- 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' ),
51
- 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' ),
52
- 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' )
53
- );
54
- foreach ( $array_plugins as $plugins ) {
55
- if( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
56
- $array_activate[$count_activate]["title"] = $plugins[1];
57
- $array_activate[$count_activate]["link"] = $plugins[2];
58
- $array_activate[$count_activate]["href"] = $plugins[3];
59
- $array_activate[$count_activate]["url"] = $plugins[5];
60
- $count_activate++;
61
- } else if ( array_key_exists(str_replace( "\\", "", $plugins[0]), $all_plugins ) ) {
62
- $array_install[$count_install]["title"] = $plugins[1];
63
- $array_install[$count_install]["link"] = $plugins[2];
64
- $array_install[$count_install]["href"] = $plugins[3];
65
- $count_install++;
66
- } else {
67
- $array_recomend[$count_recomend]["title"] = $plugins[1];
68
- $array_recomend[$count_recomend]["link"] = $plugins[2];
69
- $array_recomend[$count_recomend]["href"] = $plugins[3];
70
- $array_recomend[$count_recomend]["slug"] = $plugins[4];
71
- $count_recomend++;
72
- }
73
- }
74
- $array_activate_pro = array();
75
- $array_install_pro = array();
76
- $array_recomend_pro = array();
77
- $count_activate_pro = $count_install_pro = $count_recomend_pro = 0;
78
- $array_plugins_pro = array(
79
- 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' ),
80
- 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' )
81
- );
82
- foreach ( $array_plugins_pro as $plugins ) {
83
- if( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
84
- $array_activate_pro[$count_activate_pro]["title"] = $plugins[1];
85
- $array_activate_pro[$count_activate_pro]["link"] = $plugins[2];
86
- $array_activate_pro[$count_activate_pro]["href"] = $plugins[3];
87
- $array_activate_pro[$count_activate_pro]["url"] = $plugins[4];
88
- $count_activate_pro++;
89
- } else if( array_key_exists(str_replace( "\\", "", $plugins[0]), $all_plugins ) ) {
90
- $array_install_pro[$count_install_pro]["title"] = $plugins[1];
91
- $array_install_pro[$count_install_pro]["link"] = $plugins[2];
92
- $array_install_pro[$count_install_pro]["href"] = $plugins[3];
93
- $count_install_pro++;
94
- } else {
95
- $array_recomend_pro[$count_recomend_pro]["title"] = $plugins[1];
96
- $array_recomend_pro[$count_recomend_pro]["link"] = $plugins[2];
97
- $array_recomend_pro[$count_recomend_pro]["href"] = $plugins[3];
98
- $count_recomend_pro++;
99
- }
100
- }
101
-
102
- $sql_version = $wpdb->get_var( "SELECT VERSION() AS version" );
103
- $mysql_info = $wpdb->get_results( "SHOW VARIABLES LIKE 'sql_mode'" );
104
- if ( is_array( $mysql_info) )
105
- $sql_mode = $mysql_info[0]->Value;
106
- if ( empty( $sql_mode ) )
107
- $sql_mode = __( 'Not set', 'facebook' );
108
- if ( ini_get( 'safe_mode' ) )
109
- $safe_mode = __( 'On', 'facebook' );
110
- else
111
- $safe_mode = __( 'Off', 'facebook' );
112
- if ( ini_get( 'allow_url_fopen' ) )
113
- $allow_url_fopen = __( 'On', 'facebook' );
114
- else
115
- $allow_url_fopen = __( 'Off', 'facebook' );
116
- if ( ini_get( 'upload_max_filesize' ) )
117
- $upload_max_filesize = ini_get( 'upload_max_filesize' );
118
- else
119
- $upload_max_filesize = __( 'N/A', 'facebook' );
120
- if ( ini_get('post_max_size') )
121
- $post_max_size = ini_get('post_max_size');
122
- else
123
- $post_max_size = __( 'N/A', 'facebook' );
124
- if ( ini_get( 'max_execution_time' ) )
125
- $max_execution_time = ini_get( 'max_execution_time' );
126
- else
127
- $max_execution_time = __( 'N/A', 'facebook' );
128
- if ( ini_get( 'memory_limit' ) )
129
- $memory_limit = ini_get( 'memory_limit' );
130
- else
131
- $memory_limit = __( 'N/A', 'facebook' );
132
- if ( function_exists( 'memory_get_usage' ) )
133
- $memory_usage = round( memory_get_usage() / 1024 / 1024, 2 ) . __(' Mb', 'facebook' );
134
- else
135
- $memory_usage = __( 'N/A', 'facebook' );
136
- if ( is_callable( 'exif_read_data' ) )
137
- $exif_read_data = __( 'Yes', 'facebook' ) . " ( V" . substr( phpversion( 'exif' ), 0,4 ) . ")" ;
138
- else
139
- $exif_read_data = __( 'No', 'facebook' );
140
- if ( is_callable( 'iptcparse' ) )
141
- $iptcparse = __( 'Yes', 'facebook' );
142
- else
143
- $iptcparse = __( 'No', 'facebook' );
144
- if ( is_callable( 'xml_parser_create' ) )
145
- $xml_parser_create = __( 'Yes', 'facebook' );
146
- else
147
- $xml_parser_create = __( 'No', 'facebook' );
148
-
149
- if ( function_exists( 'wp_get_theme' ) )
150
- $theme = wp_get_theme();
151
- else
152
- $theme = get_theme( get_current_theme() );
153
-
154
- if ( function_exists( 'is_multisite' ) ) {
155
- if ( is_multisite() ) {
156
- $multisite = __( 'Yes', 'facebook' );
157
- } else {
158
- $multisite = __( 'No', 'facebook' );
159
- }
160
- } else
161
- $multisite = __( 'N/A', 'facebook' );
162
-
163
- $site_url = get_option( 'siteurl' );
164
- $home_url = get_option( 'home' );
165
- $db_version = get_option( 'db_version' );
166
- $system_info = array(
167
- 'system_info' => '',
168
- 'active_plugins' => '',
169
- 'inactive_plugins' => ''
170
- );
171
- $system_info['system_info'] = array(
172
- __( 'Operating System', 'facebook' ) => PHP_OS,
173
- __( 'Server', 'facebook' ) => $_SERVER["SERVER_SOFTWARE"],
174
- __( 'Memory usage', 'facebook' ) => $memory_usage,
175
- __( 'MYSQL Version', 'facebook' ) => $sql_version,
176
- __( 'SQL Mode', 'facebook' ) => $sql_mode,
177
- __( 'PHP Version', 'facebook' ) => PHP_VERSION,
178
- __( 'PHP Safe Mode', 'facebook' ) => $safe_mode,
179
- __( 'PHP Allow URL fopen', 'facebook' ) => $allow_url_fopen,
180
- __( 'PHP Memory Limit', 'facebook' ) => $memory_limit,
181
- __( 'PHP Max Upload Size', 'facebook' ) => $upload_max_filesize,
182
- __( 'PHP Max Post Size', 'facebook' ) => $post_max_size,
183
- __( 'PHP Max Script Execute Time', 'facebook' ) => $max_execution_time,
184
- __( 'PHP Exif support', 'facebook' ) => $exif_read_data,
185
- __( 'PHP IPTC support', 'facebook' ) => $iptcparse,
186
- __( 'PHP XML support', 'facebook' ) => $xml_parser_create,
187
- __( 'Site URL', 'facebook' ) => $site_url,
188
- __( 'Home URL', 'facebook' ) => $home_url,
189
- __( 'WordPress Version', 'facebook' ) => $wp_version,
190
- __( 'WordPress DB Version', 'facebook' ) => $db_version,
191
- __( 'Multisite', 'facebook' ) => $multisite,
192
- __( 'Active Theme', 'facebook' ) => $theme['Name'].' '.$theme['Version']
193
- );
194
- foreach ( $all_plugins as $path => $plugin ) {
195
- if ( is_plugin_active( $path ) ) {
196
- $system_info['active_plugins'][ $plugin['Name'] ] = $plugin['Version'];
197
- } else {
198
- $system_info['inactive_plugins'][ $plugin['Name'] ] = $plugin['Version'];
199
- }
200
- }
201
-
202
- if ( ( isset( $_REQUEST['bwsmn_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ) ) ||
203
- ( isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ) ) ) {
204
- if ( isset( $_REQUEST['bwsmn_form_email'] ) ) {
205
- $bwsmn_form_email = trim( $_REQUEST['bwsmn_form_email'] );
206
- 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 ) ) {
207
- $error = __( "Please enter a valid email address.", 'facebook' );
208
- } else {
209
- $email = $bwsmn_form_email;
210
- $bwsmn_form_email = '';
211
- $message = __( 'Email with system info is sent to ', 'facebook' ) . $email;
212
- }
213
- } else {
214
- $email = 'plugin_system_status@bestwebsoft.com';
215
- $message = __( 'Thank you for contacting us.', 'facebook' );
216
- }
217
-
218
- if ( $error == '' ) {
219
- $headers = 'MIME-Version: 1.0' . "\n";
220
- $headers .= 'Content-type: text/html; charset=utf-8' . "\n";
221
- $headers .= 'From: ' . get_option( 'admin_email' );
222
- $message_text = '<html><head><title>System Info From ' . $home_url . '</title></head><body>
223
- <h4>Environment</h4>
224
- <table>';
225
- foreach ( $system_info['system_info'] as $key => $value ) {
226
- $message_text .= '<tr><td>'. $key .'</td><td>'. $value .'</td></tr>';
227
- }
228
- $message_text .= '</table>
229
- <h4>Active Plugins</h4>
230
- <table>';
231
- foreach ( $system_info['active_plugins'] as $key => $value ) {
232
- $message_text .= '<tr><td scope="row">'. $key .'</td><td scope="row">'. $value .'</td></tr>';
233
- }
234
- $message_text .= '</table>
235
- <h4>Inactive Plugins</h4>
236
- <table>';
237
- foreach ( $system_info['inactive_plugins'] as $key => $value ) {
238
- $message_text .= '<tr><td scope="row">'. $key .'</td><td scope="row">'. $value .'</td></tr>';
239
- }
240
- $message_text .= '</table></body></html>';
241
- $result = wp_mail( $email, 'System Info From ' . $home_url, $message_text, $headers );
242
- if ( $result != true )
243
- $error = __( "Sorry, email message could not be delivered.", 'facebook' );
244
- }
245
- }
246
- ?><div class="wrap">
247
- <div class="icon32 icon32-bws" id="icon-options-general"></div>
248
- <h2><?php echo $title;?></h2>
249
- <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>
250
- <div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
251
- <h3 style="color: blue;"><?php _e( 'Pro plugins', 'facebook' ); ?></h3>
252
- <?php if( 0 < $count_activate_pro ) { ?>
253
- <div style="padding-left:15px;">
254
- <h4><?php _e( 'Activated plugins', 'facebook' ); ?></h4>
255
- <?php foreach ( $array_activate_pro as $activate_plugin ) { ?>
256
- <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", 'facebook' ); ?></a> <a href="<?php echo $activate_plugin["url"]; ?>"><?php echo __( "Settings", 'facebook' ); ?></a></p>
257
- <?php } ?>
258
- </div>
259
- <?php } ?>
260
- <?php if( 0 < $count_install_pro ) { ?>
261
- <div style="padding-left:15px;">
262
- <h4><?php _e( 'Installed plugins', 'facebook' ); ?></h4>
263
- <?php foreach ( $array_install_pro as $install_plugin) { ?>
264
- <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", 'facebook' ); ?></a></p>
265
- <?php } ?>
266
- </div>
267
- <?php } ?>
268
- <?php if( 0 < $count_recomend_pro ) { ?>
269
- <div style="padding-left:15px;">
270
- <h4><?php _e( 'Recommended plugins', 'facebook' ); ?></h4>
271
- <?php foreach ( $array_recomend_pro as $recomend_plugin ) { ?>
272
- <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", 'facebook' ); ?></a> <a href="<?php echo $recomend_plugin["href"]; ?>" target="_blank"><?php echo __( "Purchase", 'facebook' ); ?></a></p>
273
- <?php } ?>
274
- </div>
275
- <?php } ?>
276
- <br />
277
- <h3 style="color: green"><?php _e( 'Free plugins', 'facebook' ); ?></h3>
278
- <?php if( 0 < $count_activate ) { ?>
279
- <div style="padding-left:15px;">
280
- <h4><?php _e( 'Activated plugins', 'facebook' ); ?></h4>
281
- <?php foreach( $array_activate as $activate_plugin ) { ?>
282
- <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", 'facebook' ); ?></a> <a href="<?php echo $activate_plugin["url"]; ?>"><?php echo __( "Settings", 'facebook' ); ?></a></p>
283
- <?php } ?>
284
- </div>
285
- <?php } ?>
286
- <?php if( 0 < $count_install ) { ?>
287
- <div style="padding-left:15px;">
288
- <h4><?php _e( 'Installed plugins', 'facebook' ); ?></h4>
289
- <?php foreach ( $array_install as $install_plugin ) { ?>
290
- <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", 'facebook' ); ?></a></p>
291
- <?php } ?>
292
- </div>
293
- <?php } ?>
294
- <?php if( 0 < $count_recomend ) { ?>
295
- <div style="padding-left:15px;">
296
- <h4><?php _e( 'Recommended plugins', 'facebook' ); ?></h4>
297
- <?php foreach ( $array_recomend as $recomend_plugin ) { ?>
298
- <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", 'facebook' ); ?></a> <a href="<?php echo $recomend_plugin["href"]; ?>" target="_blank"><?php echo __( "Download", 'facebook' ); ?></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', 'facebook' ) ?></a></p>
299
- <?php } ?>
300
- </div>
301
- <?php } ?>
302
- <br />
303
- <span style="color: rgb(136, 136, 136); font-size: 10px;"><?php _e( 'If you have any questions, please contact us via', 'facebook' ); ?> <a href="http://support.bestwebsoft.com">http://support.bestwebsoft.com</a></span>
304
- <div id="poststuff" class="bws_system_info_mata_box">
305
- <div class="postbox">
306
- <div class="handlediv" title="Click to toggle">
307
- <br>
308
- </div>
309
- <h3 class="hndle">
310
- <span><?php _e( 'System status', 'facebook' ); ?></span>
311
- </h3>
312
- <div class="inside">
313
- <table class="bws_system_info">
314
- <thead><tr><th><?php _e( 'Environment', 'facebook' ); ?></th><td></td></tr></thead>
315
- <tbody>
316
- <?php foreach ( $system_info['system_info'] 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
- <table class="bws_system_info">
325
- <thead><tr><th><?php _e( 'Active Plugins', 'facebook' ); ?></th><th></th></tr></thead>
326
- <tbody>
327
- <?php foreach ( $system_info['active_plugins'] as $key => $value ) { ?>
328
- <tr>
329
- <td scope="row"><?php echo $key; ?></td>
330
- <td scope="row"><?php echo $value; ?></td>
331
- </tr>
332
- <?php } ?>
333
- </tbody>
334
- </table>
335
- <table class="bws_system_info">
336
- <thead><tr><th><?php _e( 'Inactive Plugins', 'facebook' ); ?></th><th></th></tr></thead>
337
- <tbody>
338
- <?php foreach ( $system_info['inactive_plugins'] as $key => $value ) { ?>
339
- <tr>
340
- <td scope="row"><?php echo $key; ?></td>
341
- <td scope="row"><?php echo $value; ?></td>
342
- </tr>
343
- <?php } ?>
344
- </tbody>
345
- </table>
346
- <div class="clear"></div>
347
- <form method="post" action="admin.php?page=bws_plugins">
348
- <p>
349
- <input type="hidden" name="bwsmn_form_submit" value="submit" />
350
- <input type="submit" class="button-primary" value="<?php _e( 'Send to support', 'facebook' ) ?>" />
351
- <?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ); ?>
352
- </p>
353
- </form>
354
- <form method="post" action="admin.php?page=bws_plugins">
355
- <p>
356
- <input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />
357
- <input type="submit" class="button" value="<?php _e( 'Send to custom email &#187;', 'facebook' ) ?>" />
358
- <input type="text" value="<?php echo $bwsmn_form_email; ?>" name="bwsmn_form_email" />
359
- <?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ); ?>
360
- </p>
361
- </form>
362
- </div>
363
- </div>
364
- </div>
365
- </div>
366
- <?php }
367
- }
368
 
369
- if( ! function_exists( 'fcbk_bttn_plgn_add_pages' ) ) {
370
  function fcbk_bttn_plgn_add_pages() {
371
  add_menu_page( 'BWS Plugins', 'BWS Plugins', 'manage_options', 'bws_plugins', 'bws_add_menu_render', plugins_url( "img/px.png", __FILE__ ), 1001);
372
  add_submenu_page( 'bws_plugins', __( 'Facebook Button Settings', 'facebook' ), __( 'Facebook Button', 'facebook' ), 'manage_options', "facebook-button-plugin.php", 'fcbk_bttn_plgn_settings_page');
@@ -376,22 +37,22 @@ if( ! function_exists( 'fcbk_bttn_plgn_add_pages' ) ) {
376
  }
377
  }
378
 
379
- if( ! function_exists( 'fcbk_bttn_plgn_settings' ) ) {
380
  function fcbk_bttn_plgn_settings() {
381
  global $fcbk_bttn_plgn_options_array;
382
 
383
  $fcbk_bttn_plgn_options_array_default = array(
384
- 'fcbk_bttn_plgn_link' => '',
385
  'fcbk_bttn_plgn_my_page' => 1,
386
- 'fcbk_bttn_plgn_like' => 1,
387
  'fcbk_bttn_plgn_where' => '',
388
- 'fcbk_bttn_plgn_display_option' => '',
389
- 'fcbk_bttn_plgn_count_icon' => 1,
390
- 'fb_img_link' => plugins_url( "img/standart-facebook-ico.jpg", __FILE__ ),
391
- 'fcbk_bttn_plgn_locale' => 'en_US'
392
  );
393
 
394
- if( ! get_option( 'fcbk_bttn_plgn_options_array' ) )
395
  add_option( 'fcbk_bttn_plgn_options_array', $fcbk_bttn_plgn_options_array_default, '', 'yes' );
396
 
397
  $fcbk_bttn_plgn_options_array = get_option( 'fcbk_bttn_plgn_options_array' );
@@ -402,18 +63,17 @@ if( ! function_exists( 'fcbk_bttn_plgn_settings' ) ) {
402
  }
403
 
404
  //Function formed content of the plugin's admin page.
405
- if( ! function_exists( 'fcbk_bttn_plgn_settings_page' ) ) {
406
- function fcbk_bttn_plgn_settings_page()
407
- {
408
  global $fcbk_bttn_plgn_options_array;
409
  $copy = false;
410
 
411
- if( @copy( plugin_dir_path( __FILE__ )."img/facebook-ico.jpg", plugin_dir_path( __FILE__ )."img/facebook-ico3.jpg" ) !== false )
412
  $copy = true;
413
 
414
  $message = "";
415
  $error = "";
416
- if( isset( $_REQUEST['fcbk_bttn_plgn_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'fcbk_bttn_plgn_nonce_name' ) ) {
417
  // Takes all the changed settings on the plugin's admin page and saves them in array 'fcbk_bttn_plgn_options_array'.
418
  if ( isset ( $_REQUEST['fcbk_bttn_plgn_where'] ) && isset ( $_REQUEST['fcbk_bttn_plgn_link'] ) && isset ( $_REQUEST['fcbk_bttn_plgn_display_option'] ) ) {
419
  $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_link' ] = $_REQUEST [ 'fcbk_bttn_plgn_link' ];
@@ -478,220 +138,217 @@ if( ! function_exists( 'fcbk_bttn_plgn_settings_page' ) ) {
478
  }
479
  }
480
  fcbk_bttn_plgn_update_option();
481
- }
482
- ?>
483
- <div class="wrap">
484
- <div class="icon32 icon32-bws" id="icon-options-general"></div>
485
- <h2><?php echo __( "Facebook Button Settings", 'facebook' ); ?></h2>
486
- <div class="updated fade" <?php if( ! isset( $_REQUEST['fcbk_bttn_plgn_form_submit'] ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
487
- <div class="error" <?php if( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
488
- <div>
489
- <form name="form1" method="post" action="admin.php?page=facebook-button-plugin.php" enctype="multipart/form-data" >
490
- <table class="form-table">
491
- <tr valign="top">
492
- <th scope="row"><?php _e( "Your Facebook ID:", 'facebook' ); ?></th>
493
- <td>
494
- <input name='fcbk_bttn_plgn_link' type='text' value='<?php echo $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_link' ] ?>' style="width:200px;" />
495
- </td>
496
- </tr>
497
- <tr valign="top">
498
- <th scope="row"><?php _e( "Display button:", 'facebook' ); ?></th>
499
- <td>
500
- <input name='fcbk_bttn_plgn_my_page' type='checkbox' value='1' <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_my_page' ] == 1 ) echo 'checked="checked "'; ?>/> <label for="fcbk_bttn_plgn_my_page"><?php echo __( "My Page", 'captcha' ); ?></label><br />
501
- <input name='fcbk_bttn_plgn_like' type='checkbox' value='1' <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_like' ] == 1 ) echo 'checked="checked "'; ?>/> <label for="fcbk_bttn_plgn_like"><?php echo __( "Like", 'captcha' ); ?></label><br />
502
- </td>
503
- </tr>
504
- <tr>
505
- <th>
506
- <?php echo __( "Choose display settings:", 'facebook' ); ?>
507
- </th>
508
- <td>
509
- <select name="fcbk_bttn_plgn_display_option" onchange="if ( this . value == 'custom' ) { getElementById ( 'fcbk_bttn_plgn_display_option_custom' ) . style.display = 'block'; } else { getElementById ( 'fcbk_bttn_plgn_display_option_custom' ) . style.display = 'none'; }" style="width:200px;" >
510
- <option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_display_option' ] == 'standart' ) echo 'selected="selected"'; ?> value="standart"><?php echo __( "Standard Facebook image", 'facebook' ); ?></option>
511
- <?php if( $copy || $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_display_option' ] == 'custom' ) { ?>
512
- <option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_display_option' ] == 'custom' ) echo 'selected="selected"'; ?> value="custom"><?php echo __( "Custom Facebook image", 'facebook' ); ?></option>
513
- <?php } ?>
514
- </select>
515
- </td>
516
- </tr>
517
- <tr>
518
- <th>
519
- <?php echo __( "Current image:", 'facebook' ); ?>
520
- </th>
521
- <td>
522
- <img src="<?php echo $fcbk_bttn_plgn_options_array [ 'fb_img_link' ]; ?>" style="margin-left:2px;" />
523
- </td>
524
- </tr>
525
- <tr>
526
- <td colspan="2">
527
- <div id="fcbk_bttn_plgn_display_option_custom" <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_display_option' ] == 'custom' ) { echo ( 'style="display:block"' ); } else {echo ( 'style="display:none"' ); }?>>
528
- <table>
529
- <th style="padding-left:0px;font-size:13px;">
530
- <input type="hidden" name="MAX_FILE_SIZE" value="64000"/>
531
- <input type="hidden" name="home" value="<?php echo ABSPATH ; ?>"/>
532
- <?php echo __( "Facebook image:", 'facebook' ); ?>
533
- </th>
534
- <td>
535
- <input name="uploadfile" type="file" style="width:196px;" /><br />
536
- <span style="color: rgb(136, 136, 136); font-size: 10px;"><?php echo __( 'Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:"jpg", "jpeg".', 'facebook' ); ?></span>
537
- </td>
538
- </table>
539
- </div>
540
- </td>
541
- </tr>
542
- <tr>
543
- <th>
544
- <?php echo __( "Facebook Button Position:", 'facebook' ); ?>
545
- </th>
546
- <td>
547
- <select name="fcbk_bttn_plgn_where" onchange="if ( this . value == 'shortcode' ) { getElementById ( 'shortcode' ) . style.display = 'inline'; } else { getElementById ( 'shortcode' ) . style.display = 'none'; }" style="width:200px;" >
548
- <option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ] == 'before' ) echo 'selected="selected"'; ?> value="before"><?php echo __( "Before", 'facebook' ); ?></option>
549
- <option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ] == 'after' ) echo 'selected="selected"'; ?> value="after"><?php echo __( "After", 'facebook' ); ?></option>
550
- <option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ] == 'beforeandafter' ) echo 'selected="selected"'; ?> value="beforeandafter"><?php echo __( "Before and After", 'facebook' ); ?></option>
551
- <option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ] == 'shortcode') echo 'selected="selected"'; ?> value="shortcode"><?php echo __( "Shortcode", 'facebook' ); ?></option>
552
- </select>
553
- <span id="shortcode" style="color: rgb(136, 136, 136); font-size: 10px; <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ] == 'shortcode' ) { echo ( 'display:inline' ); } else { echo ( 'display:none' ); }?>"><?php echo __( "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:", 'facebook' ); ?> [fb_button].</span>
554
- </td>
555
- </tr>
556
- <tr>
557
- <th>
558
- <?php echo __( "Facebook Button language:", 'facebook' ); ?>
559
- </th>
560
- <td>
561
- <select name="fcbk_bttn_plgn_locale">
562
- <option value="af_ZA" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "af_ZA" ) echo 'selected="selected"'; ?>>Afrikaans</option>
563
- <option value="ar_AR" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ar_AR" ) echo 'selected="selected"'; ?>>العربية</option>
564
- <option value="ay_BO" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ay_BO" ) echo 'selected="selected"'; ?>>Aymar aru</option>
565
- <option value="az_AZ" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "az_AZ" ) echo 'selected="selected"'; ?>>Azərbaycan dili</option>
566
- <option value="be_BY" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "be_BY" ) echo 'selected="selected"'; ?>>Беларуская</option>
567
- <option value="bg_BG" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "bg_BG" ) echo 'selected="selected"'; ?>>Български</option>
568
- <option value="bn_IN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "bn_IN" ) echo 'selected="selected"'; ?>>বাংলা</option>
569
- <option value="bs_BA" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "bs_BA" ) echo 'selected="selected"'; ?>>Bosanski</option>
570
- <option value="ca_ES" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ca_ES" ) echo 'selected="selected"'; ?>>Català</option>
571
- <option value="ck_US" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ck_US" ) echo 'selected="selected"'; ?>>Cherokee</option>
572
- <option value="cs_CZ" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "cs_CZ" ) echo 'selected="selected"'; ?>>Čeština</option>
573
- <option value="cy_GB" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "cy_GB" ) echo 'selected="selected"'; ?>>Cymraeg</option>
574
- <option value="da_DK" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "da_DK" ) echo 'selected="selected"'; ?>>Dansk</option>
575
- <option value="de_DE" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "de_DE" ) echo 'selected="selected"'; ?>>Deutsch</option>
576
- <option value="el_GR" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "el_GR" ) echo 'selected="selected"'; ?>>Ελληνικά</option>
577
- <option value="en_US" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "en_US" ) echo 'selected="selected"'; ?>>English</option>
578
- <option value="en_PI" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "en_PI" ) echo 'selected="selected"'; ?>>English (Pirate)</option>
579
- <option value="eo_EO" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "eo_EO" ) echo 'selected="selected"'; ?>>Esperanto</option>
580
- <option value="es_CL" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "es_CL" ) echo 'selected="selected"'; ?>>Español (Chile)</option>
581
- <option value="es_CO" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "es_CO" ) echo 'selected="selected"'; ?>>Español (Colombia)</option>
582
- <option value="es_ES" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "es_ES" ) echo 'selected="selected"'; ?>>Español (España)</option>
583
- <option value="es_LA" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "es_LA" ) echo 'selected="selected"'; ?>>Español</option>
584
- <option value="es_MX" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "es_MX" ) echo 'selected="selected"'; ?>>Español (México)</option>
585
- <option value="es_VE" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "es_VE" ) echo 'selected="selected"'; ?>>Español (Venezuela)</option>
586
- <option value="et_EE" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "et_EE" ) echo 'selected="selected"'; ?>>Eesti</option>
587
- <option value="eu_ES" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "eu_ES" ) echo 'selected="selected"'; ?>>Euskara</option>
588
- <option value="fa_IR" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "fa_IR" ) echo 'selected="selected"'; ?>>فارسی</option>
589
- <option value="fb_LT" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "fb_LT" ) echo 'selected="selected"'; ?>>Leet Speak</option>
590
- <option value="fi_FI" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "fi_FI" ) echo 'selected="selected"'; ?>>Suomi</option>
591
- <option value="fo_FO" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "fo_FO" ) echo 'selected="selected"'; ?>>Føroyskt</option>
592
- <option value="fr_CA" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "fr_CA" ) echo 'selected="selected"'; ?>>Français (Canada)</option>
593
- <option value="fr_FR" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "fr_FR" ) echo 'selected="selected"'; ?>>Français (France)</option>
594
- <option value="fy_NL" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "fy_NL" ) echo 'selected="selected"'; ?>>Frysk</option>
595
- <option value="ga_IE" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ga_IE" ) echo 'selected="selected"'; ?>>Gaeilge</option>
596
- <option value="gl_ES" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "gl_ES" ) echo 'selected="selected"'; ?>>Galego</option>
597
- <option value="gn_PY" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "gn_PY" ) echo 'selected="selected"'; ?>>Avañe'ẽ</option>
598
- <option value="gu_IN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "gu_IN" ) echo 'selected="selected"'; ?>>ગુજરાતી</option>
599
- <option value="gx_GR" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "gx_GR" ) echo 'selected="selected"'; ?>>Ἑλληνική ἀρχαία</option>
600
- <option value="he_IL" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "he_IL" ) echo 'selected="selected"'; ?>>עברית</option>
601
- <option value="hi_IN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "hi_IN" ) echo 'selected="selected"'; ?>>हिन्दी</option>
602
- <option value="hr_HR" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "hr_HR" ) echo 'selected="selected"'; ?>>Hrvatski</option>
603
- <option value="hu_HU" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "hu_HU" ) echo 'selected="selected"'; ?>>Magyar</option>
604
- <option value="hy_AM" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "hy_AM" ) echo 'selected="selected"'; ?>>Հայերեն</option>
605
- <option value="id_ID" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "id_ID" ) echo 'selected="selected"'; ?>>Bahasa Indonesia</option>
606
- <option value="is_IS" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "is_IS" ) echo 'selected="selected"'; ?>>Íslenska</option>
607
- <option value="it_IT" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "it_IT" ) echo 'selected="selected"'; ?>>Italiano</option>
608
- <option value="ja_JP" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ja_JP" ) echo 'selected="selected"'; ?>>日本語</option>
609
- <option value="jv_ID" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "jv_ID" ) echo 'selected="selected"'; ?>>Basa Jawa</option>
610
- <option value="ka_GE" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ka_GE" ) echo 'selected="selected"'; ?>>ქართული</option>
611
- <option value="kk_KZ" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "kk_KZ" ) echo 'selected="selected"'; ?>>Қазақша</option>
612
- <option value="km_KH" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "km_KH" ) echo 'selected="selected"'; ?>>ភាសាខ្មែរ</option>
613
- <option value="kn_IN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "kn_IN" ) echo 'selected="selected"'; ?>>ಕನ್ನಡ</option>
614
- <option value="ko_KR" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ko_KR" ) echo 'selected="selected"'; ?>>한국어</option>
615
- <option value="ku_TR" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ku_TR" ) echo 'selected="selected"'; ?>>Kurdî</option>
616
- <option value="la_VA" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "la_VA" ) echo 'selected="selected"'; ?>>lingua latina</option>
617
- <option value="li_NL" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "li_NL" ) echo 'selected="selected"'; ?>>Limburgs</option>
618
- <option value="lt_LT" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "lt_LT" ) echo 'selected="selected"'; ?>>Lietuvių</option>
619
- <option value="lv_LV" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "lv_LV" ) echo 'selected="selected"'; ?>>Latviešu</option>
620
- <option value="mg_MG" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "mg_MG" ) echo 'selected="selected"'; ?>>Malagasy</option>
621
- <option value="mk_MK" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "mk_MK" ) echo 'selected="selected"'; ?>>Македонски</option>
622
- <option value="ml_IN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ml_IN" ) echo 'selected="selected"'; ?>>മലയാളം</option>
623
- <option value="mn_MN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "mn_MN" ) echo 'selected="selected"'; ?>>Монгол</option>
624
- <option value="mr_IN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "mr_IN" ) echo 'selected="selected"'; ?>>मराठी</option>
625
- <option value="ms_MY" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ms_MY" ) echo 'selected="selected"'; ?>>Bahasa Melayu</option>
626
- <option value="mt_MT" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "mt_MT" ) echo 'selected="selected"'; ?>>Malti</option>
627
- <option value="nb_NO" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "nb_NO" ) echo 'selected="selected"'; ?>>Norsk (bokmål)</option>
628
- <option value="ne_NP" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ne_NP" ) echo 'selected="selected"'; ?>>नेपाली</option>
629
- <option value="nl_BE" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "nl_BE" ) echo 'selected="selected"'; ?>>Nederlands (België)</option>
630
- <option value="nl_NL" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "nl_NL" ) echo 'selected="selected"'; ?>>Nederlands</option>
631
- <option value="nn_NO" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "nn_NO" ) echo 'selected="selected"'; ?>>Norsk (nynorsk)</option>
632
- <option value="pa_IN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "pa_IN" ) echo 'selected="selected"'; ?>>ਪੰਜਾਬੀ</option>
633
- <option value="pl_PL" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "pl_PL" ) echo 'selected="selected"'; ?>>Polski</option>
634
- <option value="ps_AF" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ps_AF" ) echo 'selected="selected"'; ?>>پښتو</option>
635
- <option value="pt_BR" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "pt_BR" ) echo 'selected="selected"'; ?>>Português (Brasil)</option>
636
- <option value="pt_PT" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "pt_PT" ) echo 'selected="selected"'; ?>>Português (Portugal)</option>
637
- <option value="qu_PE" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "qu_PE" ) echo 'selected="selected"'; ?>>Qhichwa</option>
638
- <option value="rm_CH" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "rm_CH" ) echo 'selected="selected"'; ?>>Rumantsch</option>
639
- <option value="ro_RO" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ro_RO" ) echo 'selected="selected"'; ?>>Română</option>
640
- <option value="ru_RU" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ru_RU" ) echo 'selected="selected"'; ?>>Русский</option>
641
- <option value="sa_IN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "sa_IN" ) echo 'selected="selected"'; ?>>संस्कृतम्</option>
642
- <option value="se_NO" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "se_NO" ) echo 'selected="selected"'; ?>>Davvisámegiella</option>
643
- <option value="sk_SK" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "sk_SK" ) echo 'selected="selected"'; ?>>Slovenčina</option>
644
- <option value="sl_SI" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "sl_SI" ) echo 'selected="selected"'; ?>>Slovenščina</option>
645
- <option value="so_SO" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "so_SO" ) echo 'selected="selected"'; ?>>Soomaaliga</option>
646
- <option value="sq_AL" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "sq_AL" ) echo 'selected="selected"'; ?>>Shqip</option>
647
- <option value="sr_RS" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "sr_RS" ) echo 'selected="selected"'; ?>>Српски</option>
648
- <option value="sv_SE" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "sv_SE" ) echo 'selected="selected"'; ?>>Svenska</option>
649
- <option value="sw_KE" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "sw_KE" ) echo 'selected="selected"'; ?>>Kiswahili</option>
650
- <option value="sy_SY" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "sy_SY" ) echo 'selected="selected"'; ?>>ܐܪܡܝܐ</option>
651
- <option value="ta_IN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ta_IN" ) echo 'selected="selected"'; ?>>தமிழ்</option>
652
- <option value="te_IN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "te_IN" ) echo 'selected="selected"'; ?>>తెలుగు</option>
653
- <option value="tg_TJ" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "tg_TJ" ) echo 'selected="selected"'; ?>>тоҷикӣ</option>
654
- <option value="th_TH" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "th_TH" ) echo 'selected="selected"'; ?>>ภาษาไทย</option>
655
- <option value="tl_PH" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "tl_PH" ) echo 'selected="selected"'; ?>>Filipino</option>
656
- <option value="tl_ST" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "tl_ST" ) echo 'selected="selected"'; ?>>tlhIngan-Hol</option>
657
- <option value="tr_TR" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "tr_TR" ) echo 'selected="selected"'; ?>>Türkçe</option>
658
- <option value="tt_RU" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "tt_RU" ) echo 'selected="selected"'; ?>>Татарча</option>
659
- <option value="uk_UA" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "uk_UA" ) echo 'selected="selected"'; ?>>Українська</option>
660
- <option value="ur_PK" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ur_PK" ) echo 'selected="selected"'; ?>>اردو</option>
661
- <option value="uz_UZ" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "uz_UZ" ) echo 'selected="selected"'; ?>>O'zbek</option>
662
- <option value="vi_VN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "vi_VN" ) echo 'selected="selected"'; ?>>Tiếng Việt</option>
663
- <option value="yi_DE" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "yi_DE" ) echo 'selected="selected"'; ?>>ייִדיש</option>
664
- <option value="zh_CN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "zh_CN" ) echo 'selected="selected"'; ?>>中文(简体)</option>
665
- <option value="zh_HK" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "zh_HK" ) echo 'selected="selected"'; ?>>中文(香港)</option>
666
- <option value="zh_TW" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "zh_TW" ) echo 'selected="selected"'; ?>>中文(台灣)</option>
667
- <option value="zu_ZA" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "zu_ZA" ) echo 'selected="selected"'; ?>>isiZulu</option>
668
  </select>
669
- <span id="shortcode" style="color: rgb(136, 136, 136); font-size: 10px; display:inline"><?php echo __( "Change the language of Facebook Like Button", 'facebook' ); ?></span>
670
- </td>
671
- </tr>
672
- <tr>
673
- <td colspan="2">
674
- <input type="hidden" name="fcbk_bttn_plgn_form_submit" value="submit" />
675
- <input type="submit" class="button-primary" value="<?php _e('Save Changes') ?>" />
676
- </td>
677
- </tr>
678
- </table>
679
- <?php wp_nonce_field( plugin_basename(__FILE__), 'fcbk_bttn_plgn_nonce_name' ); ?>
680
- </form>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
681
  </div>
682
- </div>
683
-
684
- <?php
685
- }
686
  }
687
 
688
  //Function 'facebook_fcbk_bttn_plgn_display_option' reacts to changes type of picture (Standard or Custom) and generates link to image, link transferred to array 'fcbk_bttn_plgn_options_array'
689
- if( ! function_exists( 'fcbk_bttn_plgn_update_option' ) ) {
690
  function fcbk_bttn_plgn_update_option () {
691
  global $fcbk_bttn_plgn_options_array;
692
- if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_display_option' ] == 'standart' ){
693
  $fb_img_link = plugins_url( 'img/standart-facebook-ico.jpg', __FILE__ );
694
- } else if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_display_option' ] == 'custom'){
695
  $fb_img_link = plugins_url( 'img/facebook-ico'.$fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_count_icon' ].'.jpg', __FILE__ );
696
  }
697
  $fcbk_bttn_plgn_options_array [ 'fb_img_link' ] = $fb_img_link ;
@@ -700,7 +357,7 @@ if( ! function_exists( 'fcbk_bttn_plgn_update_option' ) ) {
700
  }
701
 
702
  //Function 'facebook_button' taking from array 'fcbk_bttn_plgn_options_array' necessary information to create Facebook Button and reacting to your choise in plugin menu - points where it appears.
703
- if( ! function_exists( 'fcbk_bttn_plgn_display_button' ) ) {
704
  function fcbk_bttn_plgn_display_button ( $content ) {
705
  global $post;
706
  //Query the database to receive array 'fcbk_bttn_plgn_options_array' and receiving necessary information to create button
@@ -711,15 +368,15 @@ if( ! function_exists( 'fcbk_bttn_plgn_display_button' ) ) {
711
  $permalink_post = get_permalink ( $post->ID );
712
  //Button
713
  $button = '<div id="fcbk_share">';
714
- if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_my_page' ] == 1 ) {
715
  $button .= '<div class="fcbk_button">
716
  <a name="fcbk_share" href="http://www.facebook.com/' . $url . '" target="blank">
717
  <img src="' . $img . '" alt="Fb-Button" />
718
  </a>
719
  </div>';
720
  }
721
- if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_like' ] == 1 ) {
722
- $button .= '<div class="fcbk_like">
723
  <div id="fb-root"></div>
724
  <script src="http://connect.facebook.net/'.$fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ].'/all.js#appId=224313110927811&amp;xfbml=1"></script>
725
  <fb:like href="' . $permalink_post . '" send="false" layout="button_count" width="450" show_faces="false" font=""></fb:like>
@@ -743,7 +400,7 @@ if( ! function_exists( 'fcbk_bttn_plgn_display_button' ) ) {
743
  }
744
 
745
  //Function 'fcbk_bttn_plgn_shortcode' are using to create shortcode by Facebook Button.
746
- if( ! function_exists( 'fcbk_bttn_plgn_shortcode' ) ) {
747
  function fcbk_bttn_plgn_shortcode( $content ) {
748
  $fcbk_bttn_plgn_options_array = get_option ( 'fcbk_bttn_plgn_options_array' );
749
  $fcbk_bttn_plgn_where = $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ];
@@ -751,14 +408,14 @@ if( ! function_exists( 'fcbk_bttn_plgn_shortcode' ) ) {
751
  $url = $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_link' ];
752
  $permalink_post = get_permalink ( $post_ID );
753
  $button = '<div id="fcbk_share">';
754
- if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_my_page' ] == 1 ) {
755
  $button .= '<div class="fcbk_button">
756
  <a name="fcbk_share" href="http://www.facebook.com/' . $url . '" target="blank">
757
  <img src="' . $img . '" alt="Fb-Button" />
758
  </a>
759
  </div>';
760
  }
761
- if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_like' ] == 1 ) {
762
  $button .= '<div class="fcbk_like">
763
  <div id="fb-root"></div>
764
  <script src="http://connect.facebook.net/en_US/all.js#appId=224313110927811&amp;xfbml=1"></script>
@@ -772,25 +429,25 @@ if( ! function_exists( 'fcbk_bttn_plgn_shortcode' ) ) {
772
  }
773
 
774
  //Function 'fcbk_bttn_plgn_action_links' are using to create action links on admin page.
775
- if( ! function_exists( 'fcbk_bttn_plgn_action_links' ) ) {
776
  function fcbk_bttn_plgn_action_links( $links, $file ) {
777
- //Static so we don't call plugin_basename on every plugin row.
778
  static $this_plugin;
779
  if ( ! $this_plugin ) $this_plugin = plugin_basename(__FILE__);
780
 
781
- if ( $file == $this_plugin ){
782
- $settings_link = '<a href="admin.php?page=facebook-button-plugin.php">' . __( 'Settings', 'facebook' ) . '</a>';
783
- array_unshift( $links, $settings_link );
784
- }
785
  return $links;
786
  }
787
  } // end function fcbk_bttn_plgn_action_links
788
 
789
  //Function 'fcbk_bttn_plgn_links' are using to create other links on admin page.
790
  if ( ! function_exists ( 'fcbk_bttn_plgn_links' ) ) {
791
- function fcbk_bttn_plgn_links($links, $file) {
792
  $base = plugin_basename(__FILE__);
793
- if ($file == $base) {
794
  $links[] = '<a href="admin.php?page=facebook-button-plugin.php">' . __( 'Settings','facebook' ) . '</a>';
795
  $links[] = '<a href="http://wordpress.org/extend/plugins/facebook-button-plugin/faq/" target="_blank">' . __( 'FAQ','facebook' ) . '</a>';
796
  $links[] = '<a href="http://support.bestwebsoft.com">' . __( 'Support','facebook' ) . '</a>';
@@ -803,10 +460,10 @@ if ( ! function_exists ( 'fcbk_bttn_plgn_links' ) ) {
803
  if ( ! function_exists ( 'fcbk_plugin_init' ) ) {
804
  function fcbk_plugin_init() {
805
  load_plugin_textdomain( 'facebook', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
 
806
  }
807
  } // end function fcbk_plugin_init
808
 
809
-
810
  if ( ! function_exists ( 'fcbk_admin_head' ) ) {
811
  function fcbk_admin_head() {
812
  wp_register_style( 'fcbkStylesheet', plugins_url( 'css/style.css', __FILE__ ) );
1
  <?php
2
  /*
3
  Plugin Name: Facebook Button Plugin
4
+ Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: Put Facebook Button in to your post.
6
  Author: BestWebSoft
7
+ Version: 2.22
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
25
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
26
  */
27
 
28
+ require_once( dirname( __FILE__ ) . '/bws_menu/bws_menu.php' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
 
30
+ if ( ! function_exists( 'fcbk_bttn_plgn_add_pages' ) ) {
31
  function fcbk_bttn_plgn_add_pages() {
32
  add_menu_page( 'BWS Plugins', 'BWS Plugins', 'manage_options', 'bws_plugins', 'bws_add_menu_render', plugins_url( "img/px.png", __FILE__ ), 1001);
33
  add_submenu_page( 'bws_plugins', __( 'Facebook Button Settings', 'facebook' ), __( 'Facebook Button', 'facebook' ), 'manage_options', "facebook-button-plugin.php", 'fcbk_bttn_plgn_settings_page');
37
  }
38
  }
39
 
40
+ if ( ! function_exists( 'fcbk_bttn_plgn_settings' ) ) {
41
  function fcbk_bttn_plgn_settings() {
42
  global $fcbk_bttn_plgn_options_array;
43
 
44
  $fcbk_bttn_plgn_options_array_default = array(
45
+ 'fcbk_bttn_plgn_link' => '',
46
  'fcbk_bttn_plgn_my_page' => 1,
47
+ 'fcbk_bttn_plgn_like' => 1,
48
  'fcbk_bttn_plgn_where' => '',
49
+ 'fcbk_bttn_plgn_display_option' => '',
50
+ 'fcbk_bttn_plgn_count_icon' => 1,
51
+ 'fb_img_link' => plugins_url( "img/standart-facebook-ico.jpg", __FILE__ ),
52
+ 'fcbk_bttn_plgn_locale' => 'en_US'
53
  );
54
 
55
+ if ( ! get_option( 'fcbk_bttn_plgn_options_array' ) )
56
  add_option( 'fcbk_bttn_plgn_options_array', $fcbk_bttn_plgn_options_array_default, '', 'yes' );
57
 
58
  $fcbk_bttn_plgn_options_array = get_option( 'fcbk_bttn_plgn_options_array' );
63
  }
64
 
65
  //Function formed content of the plugin's admin page.
66
+ if ( ! function_exists( 'fcbk_bttn_plgn_settings_page' ) ) {
67
+ function fcbk_bttn_plgn_settings_page() {
 
68
  global $fcbk_bttn_plgn_options_array;
69
  $copy = false;
70
 
71
+ if ( @copy( plugin_dir_path( __FILE__ )."img/facebook-ico.jpg", plugin_dir_path( __FILE__ )."img/facebook-ico3.jpg" ) !== false )
72
  $copy = true;
73
 
74
  $message = "";
75
  $error = "";
76
+ if ( isset( $_REQUEST['fcbk_bttn_plgn_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'fcbk_bttn_plgn_nonce_name' ) ) {
77
  // Takes all the changed settings on the plugin's admin page and saves them in array 'fcbk_bttn_plgn_options_array'.
78
  if ( isset ( $_REQUEST['fcbk_bttn_plgn_where'] ) && isset ( $_REQUEST['fcbk_bttn_plgn_link'] ) && isset ( $_REQUEST['fcbk_bttn_plgn_display_option'] ) ) {
79
  $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_link' ] = $_REQUEST [ 'fcbk_bttn_plgn_link' ];
138
  }
139
  }
140
  fcbk_bttn_plgn_update_option();
141
+ } ?>
142
+ <div class="wrap">
143
+ <div class="icon32 icon32-bws" id="icon-options-general"></div>
144
+ <h2><?php echo __( "Facebook Button Settings", 'facebook' ); ?></h2>
145
+ <div class="updated fade" <?php if( ! isset( $_REQUEST['fcbk_bttn_plgn_form_submit'] ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
146
+ <div class="error" <?php if( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
147
+ <div>
148
+ <form name="form1" method="post" action="admin.php?page=facebook-button-plugin.php" enctype="multipart/form-data" >
149
+ <table class="form-table">
150
+ <tr valign="top">
151
+ <th scope="row"><?php _e( "Your Facebook ID:", 'facebook' ); ?></th>
152
+ <td>
153
+ <input name='fcbk_bttn_plgn_link' type='text' value='<?php echo $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_link' ] ?>' style="width:200px;" />
154
+ </td>
155
+ </tr>
156
+ <tr valign="top">
157
+ <th scope="row"><?php _e( "Display button:", 'facebook' ); ?></th>
158
+ <td>
159
+ <input name='fcbk_bttn_plgn_my_page' type='checkbox' value='1' <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_my_page' ] == 1 ) echo 'checked="checked "'; ?>/> <label for="fcbk_bttn_plgn_my_page"><?php echo __( "My Page", 'captcha' ); ?></label><br />
160
+ <input name='fcbk_bttn_plgn_like' type='checkbox' value='1' <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_like' ] == 1 ) echo 'checked="checked "'; ?>/> <label for="fcbk_bttn_plgn_like"><?php echo __( "Like", 'captcha' ); ?></label><br />
161
+ </td>
162
+ </tr>
163
+ <tr>
164
+ <th>
165
+ <?php echo __( "Choose display settings:", 'facebook' ); ?>
166
+ </th>
167
+ <td>
168
+ <select name="fcbk_bttn_plgn_display_option" onchange="if ( this . value == 'custom' ) { getElementById ( 'fcbk_bttn_plgn_display_option_custom' ) . style.display = 'block'; } else { getElementById ( 'fcbk_bttn_plgn_display_option_custom' ) . style.display = 'none'; }" style="width:200px;" >
169
+ <option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_display_option' ] == 'standart' ) echo 'selected="selected"'; ?> value="standart"><?php echo __( "Standard Facebook image", 'facebook' ); ?></option>
170
+ <?php if( $copy || $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_display_option' ] == 'custom' ) { ?>
171
+ <option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_display_option' ] == 'custom' ) echo 'selected="selected"'; ?> value="custom"><?php echo __( "Custom Facebook image", 'facebook' ); ?></option>
172
+ <?php } ?>
173
+ </select>
174
+ </td>
175
+ </tr>
176
+ <tr>
177
+ <th>
178
+ <?php echo __( "Current image:", 'facebook' ); ?>
179
+ </th>
180
+ <td>
181
+ <img src="<?php echo $fcbk_bttn_plgn_options_array [ 'fb_img_link' ]; ?>" style="margin-left:2px;" />
182
+ </td>
183
+ </tr>
184
+ <tr>
185
+ <td colspan="2">
186
+ <div id="fcbk_bttn_plgn_display_option_custom" <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_display_option' ] == 'custom' ) { echo ( 'style="display:block"' ); } else {echo ( 'style="display:none"' ); }?>>
187
+ <table>
188
+ <th style="padding-left:0px;font-size:13px;">
189
+ <input type="hidden" name="MAX_FILE_SIZE" value="64000"/>
190
+ <input type="hidden" name="home" value="<?php echo ABSPATH ; ?>"/>
191
+ <?php echo __( "Facebook image:", 'facebook' ); ?>
192
+ </th>
193
+ <td>
194
+ <input name="uploadfile" type="file" style="width:196px;" /><br />
195
+ <span style="color: rgb(136, 136, 136); font-size: 10px;"><?php echo __( 'Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:"jpg", "jpeg".', 'facebook' ); ?></span>
196
+ </td>
197
+ </table>
198
+ </div>
199
+ </td>
200
+ </tr>
201
+ <tr>
202
+ <th>
203
+ <?php echo __( "Facebook Button Position:", 'facebook' ); ?>
204
+ </th>
205
+ <td>
206
+ <select name="fcbk_bttn_plgn_where" onchange="if ( this . value == 'shortcode' ) { getElementById ( 'shortcode' ) . style.display = 'inline'; } else { getElementById ( 'shortcode' ) . style.display = 'none'; }" style="width:200px;" >
207
+ <option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ] == 'before' ) echo 'selected="selected"'; ?> value="before"><?php echo __( "Before", 'facebook' ); ?></option>
208
+ <option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ] == 'after' ) echo 'selected="selected"'; ?> value="after"><?php echo __( "After", 'facebook' ); ?></option>
209
+ <option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ] == 'beforeandafter' ) echo 'selected="selected"'; ?> value="beforeandafter"><?php echo __( "Before and After", 'facebook' ); ?></option>
210
+ <option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ] == 'shortcode') echo 'selected="selected"'; ?> value="shortcode"><?php echo __( "Shortcode", 'facebook' ); ?></option>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
211
  </select>
212
+ <span id="shortcode" style="color: rgb(136, 136, 136); font-size: 10px; <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ] == 'shortcode' ) { echo ( 'display:inline' ); } else { echo ( 'display:none' ); }?>"><?php echo __( "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:", 'facebook' ); ?> [fb_button].</span>
213
+ </td>
214
+ </tr>
215
+ <tr>
216
+ <th>
217
+ <?php echo __( "Facebook Button language:", 'facebook' ); ?>
218
+ </th>
219
+ <td>
220
+ <select name="fcbk_bttn_plgn_locale">
221
+ <option value="af_ZA" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "af_ZA" ) echo 'selected="selected"'; ?>>Afrikaans</option>
222
+ <option value="ar_AR" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ar_AR" ) echo 'selected="selected"'; ?>>العربية</option>
223
+ <option value="ay_BO" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ay_BO" ) echo 'selected="selected"'; ?>>Aymar aru</option>
224
+ <option value="az_AZ" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "az_AZ" ) echo 'selected="selected"'; ?>>Azərbaycan dili</option>
225
+ <option value="be_BY" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "be_BY" ) echo 'selected="selected"'; ?>>Беларуская</option>
226
+ <option value="bg_BG" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "bg_BG" ) echo 'selected="selected"'; ?>>Български</option>
227
+ <option value="bn_IN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "bn_IN" ) echo 'selected="selected"'; ?>>বাংলা</option>
228
+ <option value="bs_BA" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "bs_BA" ) echo 'selected="selected"'; ?>>Bosanski</option>
229
+ <option value="ca_ES" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ca_ES" ) echo 'selected="selected"'; ?>>Català</option>
230
+ <option value="ck_US" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ck_US" ) echo 'selected="selected"'; ?>>Cherokee</option>
231
+ <option value="cs_CZ" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "cs_CZ" ) echo 'selected="selected"'; ?>>Čeština</option>
232
+ <option value="cy_GB" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "cy_GB" ) echo 'selected="selected"'; ?>>Cymraeg</option>
233
+ <option value="da_DK" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "da_DK" ) echo 'selected="selected"'; ?>>Dansk</option>
234
+ <option value="de_DE" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "de_DE" ) echo 'selected="selected"'; ?>>Deutsch</option>
235
+ <option value="el_GR" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "el_GR" ) echo 'selected="selected"'; ?>>Ελληνικά</option>
236
+ <option value="en_US" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "en_US" ) echo 'selected="selected"'; ?>>English</option>
237
+ <option value="en_PI" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "en_PI" ) echo 'selected="selected"'; ?>>English (Pirate)</option>
238
+ <option value="eo_EO" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "eo_EO" ) echo 'selected="selected"'; ?>>Esperanto</option>
239
+ <option value="es_CL" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "es_CL" ) echo 'selected="selected"'; ?>>Español (Chile)</option>
240
+ <option value="es_CO" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "es_CO" ) echo 'selected="selected"'; ?>>Español (Colombia)</option>
241
+ <option value="es_ES" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "es_ES" ) echo 'selected="selected"'; ?>>Español (España)</option>
242
+ <option value="es_LA" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "es_LA" ) echo 'selected="selected"'; ?>>Español</option>
243
+ <option value="es_MX" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "es_MX" ) echo 'selected="selected"'; ?>>Español (México)</option>
244
+ <option value="es_VE" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "es_VE" ) echo 'selected="selected"'; ?>>Español (Venezuela)</option>
245
+ <option value="et_EE" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "et_EE" ) echo 'selected="selected"'; ?>>Eesti</option>
246
+ <option value="eu_ES" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "eu_ES" ) echo 'selected="selected"'; ?>>Euskara</option>
247
+ <option value="fa_IR" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "fa_IR" ) echo 'selected="selected"'; ?>>فارسی</option>
248
+ <option value="fb_LT" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "fb_LT" ) echo 'selected="selected"'; ?>>Leet Speak</option>
249
+ <option value="fi_FI" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "fi_FI" ) echo 'selected="selected"'; ?>>Suomi</option>
250
+ <option value="fo_FO" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "fo_FO" ) echo 'selected="selected"'; ?>>Føroyskt</option>
251
+ <option value="fr_CA" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "fr_CA" ) echo 'selected="selected"'; ?>>Français (Canada)</option>
252
+ <option value="fr_FR" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "fr_FR" ) echo 'selected="selected"'; ?>>Français (France)</option>
253
+ <option value="fy_NL" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "fy_NL" ) echo 'selected="selected"'; ?>>Frysk</option>
254
+ <option value="ga_IE" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ga_IE" ) echo 'selected="selected"'; ?>>Gaeilge</option>
255
+ <option value="gl_ES" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "gl_ES" ) echo 'selected="selected"'; ?>>Galego</option>
256
+ <option value="gn_PY" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "gn_PY" ) echo 'selected="selected"'; ?>>Avañe'ẽ</option>
257
+ <option value="gu_IN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "gu_IN" ) echo 'selected="selected"'; ?>>ગુજરાતી</option>
258
+ <option value="gx_GR" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "gx_GR" ) echo 'selected="selected"'; ?>>Ἑλληνική ἀρχαία</option>
259
+ <option value="he_IL" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "he_IL" ) echo 'selected="selected"'; ?>>עברית</option>
260
+ <option value="hi_IN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "hi_IN" ) echo 'selected="selected"'; ?>>हिन्दी</option>
261
+ <option value="hr_HR" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "hr_HR" ) echo 'selected="selected"'; ?>>Hrvatski</option>
262
+ <option value="hu_HU" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "hu_HU" ) echo 'selected="selected"'; ?>>Magyar</option>
263
+ <option value="hy_AM" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "hy_AM" ) echo 'selected="selected"'; ?>>Հայերեն</option>
264
+ <option value="id_ID" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "id_ID" ) echo 'selected="selected"'; ?>>Bahasa Indonesia</option>
265
+ <option value="is_IS" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "is_IS" ) echo 'selected="selected"'; ?>>Íslenska</option>
266
+ <option value="it_IT" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "it_IT" ) echo 'selected="selected"'; ?>>Italiano</option>
267
+ <option value="ja_JP" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ja_JP" ) echo 'selected="selected"'; ?>>日本語</option>
268
+ <option value="jv_ID" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "jv_ID" ) echo 'selected="selected"'; ?>>Basa Jawa</option>
269
+ <option value="ka_GE" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ka_GE" ) echo 'selected="selected"'; ?>>ქართული</option>
270
+ <option value="kk_KZ" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "kk_KZ" ) echo 'selected="selected"'; ?>>Қазақша</option>
271
+ <option value="km_KH" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "km_KH" ) echo 'selected="selected"'; ?>>ភាសាខ្មែរ</option>
272
+ <option value="kn_IN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "kn_IN" ) echo 'selected="selected"'; ?>>ಕನ್ನಡ</option>
273
+ <option value="ko_KR" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ko_KR" ) echo 'selected="selected"'; ?>>한국어</option>
274
+ <option value="ku_TR" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ku_TR" ) echo 'selected="selected"'; ?>>Kurdî</option>
275
+ <option value="la_VA" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "la_VA" ) echo 'selected="selected"'; ?>>lingua latina</option>
276
+ <option value="li_NL" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "li_NL" ) echo 'selected="selected"'; ?>>Limburgs</option>
277
+ <option value="lt_LT" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "lt_LT" ) echo 'selected="selected"'; ?>>Lietuvių</option>
278
+ <option value="lv_LV" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "lv_LV" ) echo 'selected="selected"'; ?>>Latviešu</option>
279
+ <option value="mg_MG" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "mg_MG" ) echo 'selected="selected"'; ?>>Malagasy</option>
280
+ <option value="mk_MK" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "mk_MK" ) echo 'selected="selected"'; ?>>Македонски</option>
281
+ <option value="ml_IN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ml_IN" ) echo 'selected="selected"'; ?>>മലയാളം</option>
282
+ <option value="mn_MN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "mn_MN" ) echo 'selected="selected"'; ?>>Монгол</option>
283
+ <option value="mr_IN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "mr_IN" ) echo 'selected="selected"'; ?>>मराठी</option>
284
+ <option value="ms_MY" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ms_MY" ) echo 'selected="selected"'; ?>>Bahasa Melayu</option>
285
+ <option value="mt_MT" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "mt_MT" ) echo 'selected="selected"'; ?>>Malti</option>
286
+ <option value="nb_NO" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "nb_NO" ) echo 'selected="selected"'; ?>>Norsk (bokmål)</option>
287
+ <option value="ne_NP" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ne_NP" ) echo 'selected="selected"'; ?>>नेपाली</option>
288
+ <option value="nl_BE" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "nl_BE" ) echo 'selected="selected"'; ?>>Nederlands (België)</option>
289
+ <option value="nl_NL" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "nl_NL" ) echo 'selected="selected"'; ?>>Nederlands</option>
290
+ <option value="nn_NO" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "nn_NO" ) echo 'selected="selected"'; ?>>Norsk (nynorsk)</option>
291
+ <option value="pa_IN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "pa_IN" ) echo 'selected="selected"'; ?>>ਪੰਜਾਬੀ</option>
292
+ <option value="pl_PL" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "pl_PL" ) echo 'selected="selected"'; ?>>Polski</option>
293
+ <option value="ps_AF" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ps_AF" ) echo 'selected="selected"'; ?>>پښتو</option>
294
+ <option value="pt_BR" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "pt_BR" ) echo 'selected="selected"'; ?>>Português (Brasil)</option>
295
+ <option value="pt_PT" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "pt_PT" ) echo 'selected="selected"'; ?>>Português (Portugal)</option>
296
+ <option value="qu_PE" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "qu_PE" ) echo 'selected="selected"'; ?>>Qhichwa</option>
297
+ <option value="rm_CH" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "rm_CH" ) echo 'selected="selected"'; ?>>Rumantsch</option>
298
+ <option value="ro_RO" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ro_RO" ) echo 'selected="selected"'; ?>>Română</option>
299
+ <option value="ru_RU" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ru_RU" ) echo 'selected="selected"'; ?>>Русский</option>
300
+ <option value="sa_IN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "sa_IN" ) echo 'selected="selected"'; ?>>संस्कृतम्</option>
301
+ <option value="se_NO" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "se_NO" ) echo 'selected="selected"'; ?>>Davvisámegiella</option>
302
+ <option value="sk_SK" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "sk_SK" ) echo 'selected="selected"'; ?>>Slovenčina</option>
303
+ <option value="sl_SI" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "sl_SI" ) echo 'selected="selected"'; ?>>Slovenščina</option>
304
+ <option value="so_SO" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "so_SO" ) echo 'selected="selected"'; ?>>Soomaaliga</option>
305
+ <option value="sq_AL" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "sq_AL" ) echo 'selected="selected"'; ?>>Shqip</option>
306
+ <option value="sr_RS" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "sr_RS" ) echo 'selected="selected"'; ?>>Српски</option>
307
+ <option value="sv_SE" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "sv_SE" ) echo 'selected="selected"'; ?>>Svenska</option>
308
+ <option value="sw_KE" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "sw_KE" ) echo 'selected="selected"'; ?>>Kiswahili</option>
309
+ <option value="sy_SY" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "sy_SY" ) echo 'selected="selected"'; ?>>ܐܪܡܝܐ</option>
310
+ <option value="ta_IN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ta_IN" ) echo 'selected="selected"'; ?>>தமிழ்</option>
311
+ <option value="te_IN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "te_IN" ) echo 'selected="selected"'; ?>>తెలుగు</option>
312
+ <option value="tg_TJ" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "tg_TJ" ) echo 'selected="selected"'; ?>>тоҷикӣ</option>
313
+ <option value="th_TH" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "th_TH" ) echo 'selected="selected"'; ?>>ภาษาไทย</option>
314
+ <option value="tl_PH" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "tl_PH" ) echo 'selected="selected"'; ?>>Filipino</option>
315
+ <option value="tl_ST" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "tl_ST" ) echo 'selected="selected"'; ?>>tlhIngan-Hol</option>
316
+ <option value="tr_TR" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "tr_TR" ) echo 'selected="selected"'; ?>>Türkçe</option>
317
+ <option value="tt_RU" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "tt_RU" ) echo 'selected="selected"'; ?>>Татарча</option>
318
+ <option value="uk_UA" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "uk_UA" ) echo 'selected="selected"'; ?>>Українська</option>
319
+ <option value="ur_PK" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ur_PK" ) echo 'selected="selected"'; ?>>اردو</option>
320
+ <option value="uz_UZ" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "uz_UZ" ) echo 'selected="selected"'; ?>>O'zbek</option>
321
+ <option value="vi_VN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "vi_VN" ) echo 'selected="selected"'; ?>>Tiếng Việt</option>
322
+ <option value="yi_DE" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "yi_DE" ) echo 'selected="selected"'; ?>>ייִדיש</option>
323
+ <option value="zh_CN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "zh_CN" ) echo 'selected="selected"'; ?>>中文(简体)</option>
324
+ <option value="zh_HK" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "zh_HK" ) echo 'selected="selected"'; ?>>中文(香港)</option>
325
+ <option value="zh_TW" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "zh_TW" ) echo 'selected="selected"'; ?>>中文(台灣)</option>
326
+ <option value="zu_ZA" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "zu_ZA" ) echo 'selected="selected"'; ?>>isiZulu</option>
327
+ </select>
328
+ <span id="shortcode" style="color: rgb(136, 136, 136); font-size: 10px; display:inline"><?php echo __( "Change the language of Facebook Like Button", 'facebook' ); ?></span>
329
+ </td>
330
+ </tr>
331
+ <tr>
332
+ <td colspan="2">
333
+ <input type="hidden" name="fcbk_bttn_plgn_form_submit" value="submit" />
334
+ <input type="submit" class="button-primary" value="<?php _e('Save Changes') ?>" />
335
+ </td>
336
+ </tr>
337
+ </table>
338
+ <?php wp_nonce_field( plugin_basename(__FILE__), 'fcbk_bttn_plgn_nonce_name' ); ?>
339
+ </form>
340
+ </div>
341
  </div>
342
+ <?php }
 
 
 
343
  }
344
 
345
  //Function 'facebook_fcbk_bttn_plgn_display_option' reacts to changes type of picture (Standard or Custom) and generates link to image, link transferred to array 'fcbk_bttn_plgn_options_array'
346
+ if ( ! function_exists( 'fcbk_bttn_plgn_update_option' ) ) {
347
  function fcbk_bttn_plgn_update_option () {
348
  global $fcbk_bttn_plgn_options_array;
349
+ if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_display_option' ] == 'standart' ) {
350
  $fb_img_link = plugins_url( 'img/standart-facebook-ico.jpg', __FILE__ );
351
+ } else if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_display_option' ] == 'custom') {
352
  $fb_img_link = plugins_url( 'img/facebook-ico'.$fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_count_icon' ].'.jpg', __FILE__ );
353
  }
354
  $fcbk_bttn_plgn_options_array [ 'fb_img_link' ] = $fb_img_link ;
357
  }
358
 
359
  //Function 'facebook_button' taking from array 'fcbk_bttn_plgn_options_array' necessary information to create Facebook Button and reacting to your choise in plugin menu - points where it appears.
360
+ if ( ! function_exists( 'fcbk_bttn_plgn_display_button' ) ) {
361
  function fcbk_bttn_plgn_display_button ( $content ) {
362
  global $post;
363
  //Query the database to receive array 'fcbk_bttn_plgn_options_array' and receiving necessary information to create button
368
  $permalink_post = get_permalink ( $post->ID );
369
  //Button
370
  $button = '<div id="fcbk_share">';
371
+ if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_my_page' ] == 1 ) {
372
  $button .= '<div class="fcbk_button">
373
  <a name="fcbk_share" href="http://www.facebook.com/' . $url . '" target="blank">
374
  <img src="' . $img . '" alt="Fb-Button" />
375
  </a>
376
  </div>';
377
  }
378
+ if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_like' ] == 1 ) {
379
+ $button .= '<div class="fcbk_like">
380
  <div id="fb-root"></div>
381
  <script src="http://connect.facebook.net/'.$fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ].'/all.js#appId=224313110927811&amp;xfbml=1"></script>
382
  <fb:like href="' . $permalink_post . '" send="false" layout="button_count" width="450" show_faces="false" font=""></fb:like>
400
  }
401
 
402
  //Function 'fcbk_bttn_plgn_shortcode' are using to create shortcode by Facebook Button.
403
+ if ( ! function_exists( 'fcbk_bttn_plgn_shortcode' ) ) {
404
  function fcbk_bttn_plgn_shortcode( $content ) {
405
  $fcbk_bttn_plgn_options_array = get_option ( 'fcbk_bttn_plgn_options_array' );
406
  $fcbk_bttn_plgn_where = $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ];
408
  $url = $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_link' ];
409
  $permalink_post = get_permalink ( $post_ID );
410
  $button = '<div id="fcbk_share">';
411
+ if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_my_page' ] == 1 ) {
412
  $button .= '<div class="fcbk_button">
413
  <a name="fcbk_share" href="http://www.facebook.com/' . $url . '" target="blank">
414
  <img src="' . $img . '" alt="Fb-Button" />
415
  </a>
416
  </div>';
417
  }
418
+ if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_like' ] == 1 ) {
419
  $button .= '<div class="fcbk_like">
420
  <div id="fb-root"></div>
421
  <script src="http://connect.facebook.net/en_US/all.js#appId=224313110927811&amp;xfbml=1"></script>
429
  }
430
 
431
  //Function 'fcbk_bttn_plgn_action_links' are using to create action links on admin page.
432
+ if ( ! function_exists( 'fcbk_bttn_plgn_action_links' ) ) {
433
  function fcbk_bttn_plgn_action_links( $links, $file ) {
434
+ //Static so we don't call plugin_basename on every plugin row.
435
  static $this_plugin;
436
  if ( ! $this_plugin ) $this_plugin = plugin_basename(__FILE__);
437
 
438
+ if ( $file == $this_plugin ) {
439
+ $settings_link = '<a href="admin.php?page=facebook-button-plugin.php">' . __( 'Settings', 'facebook' ) . '</a>';
440
+ array_unshift( $links, $settings_link );
441
+ }
442
  return $links;
443
  }
444
  } // end function fcbk_bttn_plgn_action_links
445
 
446
  //Function 'fcbk_bttn_plgn_links' are using to create other links on admin page.
447
  if ( ! function_exists ( 'fcbk_bttn_plgn_links' ) ) {
448
+ function fcbk_bttn_plgn_links( $links, $file ) {
449
  $base = plugin_basename(__FILE__);
450
+ if ( $file == $base ) {
451
  $links[] = '<a href="admin.php?page=facebook-button-plugin.php">' . __( 'Settings','facebook' ) . '</a>';
452
  $links[] = '<a href="http://wordpress.org/extend/plugins/facebook-button-plugin/faq/" target="_blank">' . __( 'FAQ','facebook' ) . '</a>';
453
  $links[] = '<a href="http://support.bestwebsoft.com">' . __( 'Support','facebook' ) . '</a>';
460
  if ( ! function_exists ( 'fcbk_plugin_init' ) ) {
461
  function fcbk_plugin_init() {
462
  load_plugin_textdomain( 'facebook', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
463
+ load_plugin_textdomain( 'bestwebsoft', false, dirname( plugin_basename( __FILE__ ) ) . '/bws_menu/languages/' );
464
  }
465
  } // end function fcbk_plugin_init
466
 
 
467
  if ( ! function_exists ( 'fcbk_admin_head' ) ) {
468
  function fcbk_admin_head() {
469
  wp_register_style( 'fcbkStylesheet', plugins_url( 'css/style.css', __FILE__ ) );
languages/facebook-ar_AR.mo CHANGED
Binary file
languages/facebook-ar_AR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-07-18 13:29+0300\n"
6
- "PO-Revision-Date: 2013-07-18 13:29+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Albayan Design Hani aladoli <info@albayan-design.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,366 +16,178 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: facebook-button-plugin.php:107
20
- msgid "Not set"
21
- msgstr ""
22
-
23
- #: facebook-button-plugin.php:109
24
- #: facebook-button-plugin.php:113
25
- msgid "On"
26
- msgstr ""
27
-
28
- #: facebook-button-plugin.php:111
29
- #: facebook-button-plugin.php:115
30
- msgid "Off"
31
- msgstr ""
32
-
33
- #: facebook-button-plugin.php:119
34
- #: facebook-button-plugin.php:123
35
- #: facebook-button-plugin.php:127
36
- #: facebook-button-plugin.php:131
37
- #: facebook-button-plugin.php:135
38
- #: facebook-button-plugin.php:161
39
- msgid "N/A"
40
- msgstr ""
41
-
42
- #: facebook-button-plugin.php:133
43
- msgid " Mb"
44
- msgstr ""
45
-
46
- #: facebook-button-plugin.php:137
47
- #: facebook-button-plugin.php:141
48
- #: facebook-button-plugin.php:145
49
- #: facebook-button-plugin.php:156
50
- msgid "Yes"
51
- msgstr ""
52
-
53
- #: facebook-button-plugin.php:139
54
  #: facebook-button-plugin.php:143
55
- #: facebook-button-plugin.php:147
56
- #: facebook-button-plugin.php:158
57
- msgid "No"
58
- msgstr ""
59
-
60
- #: facebook-button-plugin.php:172
61
- msgid "Operating System"
62
- msgstr ""
63
-
64
- #: facebook-button-plugin.php:173
65
- msgid "Server"
66
- msgstr ""
67
-
68
- #: facebook-button-plugin.php:174
69
- #, fuzzy
70
- msgid "Memory usage"
71
- msgstr "صفحتي"
72
-
73
- #: facebook-button-plugin.php:175
74
- msgid "MYSQL Version"
75
- msgstr ""
76
-
77
- #: facebook-button-plugin.php:176
78
- msgid "SQL Mode"
79
- msgstr ""
80
-
81
- #: facebook-button-plugin.php:177
82
- msgid "PHP Version"
83
- msgstr ""
84
-
85
- #: facebook-button-plugin.php:178
86
- msgid "PHP Safe Mode"
87
- msgstr ""
88
-
89
- #: facebook-button-plugin.php:179
90
- msgid "PHP Allow URL fopen"
91
- msgstr ""
92
-
93
- #: facebook-button-plugin.php:180
94
- msgid "PHP Memory Limit"
95
- msgstr ""
96
-
97
- #: facebook-button-plugin.php:181
98
- msgid "PHP Max Upload Size"
99
- msgstr ""
100
-
101
- #: facebook-button-plugin.php:182
102
- msgid "PHP Max Post Size"
103
- msgstr ""
104
-
105
- #: facebook-button-plugin.php:183
106
- msgid "PHP Max Script Execute Time"
107
- msgstr ""
108
-
109
- #: facebook-button-plugin.php:184
110
- msgid "PHP Exif support"
111
- msgstr ""
112
-
113
- #: facebook-button-plugin.php:185
114
- msgid "PHP IPTC support"
115
- msgstr ""
116
-
117
- #: facebook-button-plugin.php:186
118
- msgid "PHP XML support"
119
- msgstr ""
120
-
121
- #: facebook-button-plugin.php:187
122
- msgid "Site URL"
123
- msgstr ""
124
-
125
- #: facebook-button-plugin.php:188
126
- msgid "Home URL"
127
- msgstr ""
128
-
129
- #: facebook-button-plugin.php:189
130
- msgid "WordPress Version"
131
- msgstr ""
132
-
133
- #: facebook-button-plugin.php:190
134
- msgid "WordPress DB Version"
135
- msgstr ""
136
-
137
- #: facebook-button-plugin.php:191
138
- msgid "Multisite"
139
- msgstr ""
140
-
141
- #: facebook-button-plugin.php:192
142
- msgid "Active Theme"
143
- msgstr ""
144
-
145
- #: facebook-button-plugin.php:207
146
- msgid "Please enter a valid email address."
147
- msgstr ""
148
-
149
- #: facebook-button-plugin.php:211
150
- msgid "Email with system info is sent to "
151
- msgstr ""
152
-
153
- #: facebook-button-plugin.php:215
154
- msgid "Thank you for contacting us."
155
- msgstr ""
156
-
157
- #: facebook-button-plugin.php:243
158
- msgid "Sorry, email message could not be delivered."
159
- msgstr ""
160
-
161
- #: facebook-button-plugin.php:251
162
- #, fuzzy
163
- msgid "Pro plugins"
164
- msgstr "Плагины BWS"
165
-
166
- #: facebook-button-plugin.php:254
167
- #: facebook-button-plugin.php:280
168
- msgid "Activated plugins"
169
- msgstr "الاضافات المفعله "
170
-
171
- #: facebook-button-plugin.php:256
172
- #: facebook-button-plugin.php:264
173
- #: facebook-button-plugin.php:272
174
- #: facebook-button-plugin.php:282
175
- #: facebook-button-plugin.php:290
176
- #: facebook-button-plugin.php:298
177
- msgid "Read more"
178
- msgstr "اقراء المزيد"
179
-
180
- #: facebook-button-plugin.php:256
181
- #: facebook-button-plugin.php:282
182
- #: facebook-button-plugin.php:782
183
- #: facebook-button-plugin.php:794
184
- msgid "Settings"
185
- msgstr "الاعدادات "
186
-
187
- #: facebook-button-plugin.php:262
188
- #: facebook-button-plugin.php:288
189
- msgid "Installed plugins"
190
- msgstr "الاضافات المنزلة "
191
-
192
- #: facebook-button-plugin.php:270
193
- #: facebook-button-plugin.php:296
194
- msgid "Recommended plugins"
195
- msgstr "اضافات موصي بها"
196
-
197
- #: facebook-button-plugin.php:272
198
- msgid "Purchase"
199
- msgstr ""
200
-
201
- #: facebook-button-plugin.php:277
202
- #, fuzzy
203
- msgid "Free plugins"
204
- msgstr "اضافات موصي بها"
205
-
206
- #: facebook-button-plugin.php:298
207
- msgid "Download"
208
- msgstr "تحميل"
209
-
210
- #: facebook-button-plugin.php:298
211
- #, php-format
212
- msgid "Install %s"
213
- msgstr "تنزيل %s"
214
-
215
- #: facebook-button-plugin.php:298
216
- msgid "Install now from wordpress.org"
217
- msgstr "حملها الا من wordpress.org"
218
-
219
- #: facebook-button-plugin.php:303
220
- msgid "If you have any questions, please contact us via"
221
- msgstr ""
222
-
223
- #: facebook-button-plugin.php:310
224
- msgid "System status"
225
- msgstr ""
226
-
227
- #: facebook-button-plugin.php:314
228
- msgid "Environment"
229
- msgstr ""
230
-
231
- #: facebook-button-plugin.php:325
232
- #, fuzzy
233
- msgid "Active Plugins"
234
- msgstr "الاضافات المفعله "
235
-
236
- #: facebook-button-plugin.php:336
237
- #, fuzzy
238
- msgid "Inactive Plugins"
239
- msgstr "الاضافات المفعله "
240
-
241
- #: facebook-button-plugin.php:350
242
- #, fuzzy
243
- msgid "Send to support"
244
- msgstr "الدعم"
245
-
246
- #: facebook-button-plugin.php:357
247
- msgid "Send to custom email &#187;"
248
- msgstr ""
249
-
250
- #: facebook-button-plugin.php:372
251
- #: facebook-button-plugin.php:485
252
  #, fuzzy
253
  msgid "Facebook Button Settings"
254
  msgstr "اعدادات زر الفيس بوك"
255
 
256
- #: facebook-button-plugin.php:372
257
  #, fuzzy
258
  msgid "Facebook Button"
259
  msgstr "زر الفيس بوك"
260
 
261
- #: facebook-button-plugin.php:432
262
  #, fuzzy
263
  msgid "Settings saved"
264
  msgstr "الاعدادات "
265
 
266
- #: facebook-button-plugin.php:454
267
  msgid "Error: File size > 32K"
268
  msgstr "خطاء : حجم الملف : > 32К"
269
 
270
- #: facebook-button-plugin.php:457
271
  msgid "Error: Invalid file type"
272
  msgstr "خطاء : نوع الملف غير صحيح"
273
 
274
- #: facebook-button-plugin.php:467
275
  msgid "Error: moving file failed"
276
  msgstr "خطاء : فشل في نقل الملف"
277
 
278
- #: facebook-button-plugin.php:471
279
  msgid "Error: check image width or height"
280
  msgstr "خطاء : تأكد من عرض وطول الصورة"
281
 
282
- #: facebook-button-plugin.php:476
283
  msgid "Uploading Error: check image properties"
284
  msgstr "خطاء في الرفع : تأكد من خصائص الصورة"
285
 
286
- #: facebook-button-plugin.php:492
287
  #, fuzzy
288
  msgid "Your Facebook ID:"
289
  msgstr "اسم حسابك علي الفيس بوك :"
290
 
291
- #: facebook-button-plugin.php:498
292
  msgid "Display button:"
293
  msgstr "عرض الزر :"
294
 
295
- #: facebook-button-plugin.php:500
296
  msgid "My Page"
297
  msgstr "صفحتي"
298
 
299
- #: facebook-button-plugin.php:501
300
  msgid "Like"
301
  msgstr "اعجاب "
302
 
303
- #: facebook-button-plugin.php:506
304
  #, fuzzy
305
  msgid "Choose display settings:"
306
  msgstr "اختار خيار العرض :"
307
 
308
- #: facebook-button-plugin.php:510
309
  #, fuzzy
310
  msgid "Standard Facebook image"
311
  msgstr "صورة الفيس بوك الافتراضية "
312
 
313
- #: facebook-button-plugin.php:512
314
  #, fuzzy
315
  msgid "Custom Facebook image"
316
  msgstr "صورة خاصة للـ فيس بوك"
317
 
318
- #: facebook-button-plugin.php:519
319
  msgid "Current image:"
320
  msgstr "الصورة الحالية : "
321
 
322
- #: facebook-button-plugin.php:532
323
  #, fuzzy
324
  msgid "Facebook image:"
325
  msgstr "صورة الفيس بوك : "
326
 
327
- #: facebook-button-plugin.php:536
328
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
329
  msgstr "Propiedades de la imagen: Ancho máx.: 100px; Alto máx.: 40px; Tamaño máx: 32Kb; Tipo de imagen: \"jpg\", \"jpeg\"."
330
 
331
- #: facebook-button-plugin.php:544
332
  #, fuzzy
333
  msgid "Facebook Button Position:"
334
  msgstr "مكان زر الفيس بوك :"
335
 
336
- #: facebook-button-plugin.php:548
337
  msgid "Before"
338
  msgstr "قبل"
339
 
340
- #: facebook-button-plugin.php:549
341
  msgid "After"
342
  msgstr "بعد"
343
 
344
- #: facebook-button-plugin.php:550
345
  msgid "Before and After"
346
  msgstr "قبل و بعد"
347
 
348
- #: facebook-button-plugin.php:551
349
  msgid "Shortcode"
350
  msgstr "الكود"
351
 
352
- #: facebook-button-plugin.php:553
353
  #, fuzzy
354
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
355
  msgstr "اذا كنت ترغب في اضافة زر الفيس بوك علي موقعك انسخ هذه الكود وضعه في المكان المراد ظهور الزر فيه"
356
 
357
- #: facebook-button-plugin.php:558
358
  #, fuzzy
359
  msgid "Facebook Button language:"
360
  msgstr "للغه زر الفيس بوك :"
361
 
362
- #: facebook-button-plugin.php:669
363
  #, fuzzy
364
  msgid "Change the language of Facebook Like Button"
365
  msgstr "اختار اللغه للـ زر الاغحاب"
366
 
367
- #: facebook-button-plugin.php:675
368
  msgid "Save Changes"
369
  msgstr "حفظ التغييرات"
370
 
371
- #: facebook-button-plugin.php:795
 
 
 
 
 
372
  msgid "FAQ"
373
  msgstr "أسئلة وأجوبة"
374
 
375
- #: facebook-button-plugin.php:796
376
  msgid "Support"
377
  msgstr "الدعم"
378
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
379
  #, fuzzy
380
  #~ msgid ""
381
  #~ "If you have any questions, please contact us via plugin@bestwebsoft.com "
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-09-04 14:30+0300\n"
6
+ "PO-Revision-Date: 2013-09-04 14:30+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Albayan Design Hani aladoli <info@albayan-design.com>\n"
9
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: facebook-button-plugin.php:32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  #: facebook-button-plugin.php:143
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  #, fuzzy
22
  msgid "Facebook Button Settings"
23
  msgstr "اعدادات زر الفيس بوك"
24
 
25
+ #: facebook-button-plugin.php:32
26
  #, fuzzy
27
  msgid "Facebook Button"
28
  msgstr "زر الفيس بوك"
29
 
30
+ #: facebook-button-plugin.php:91
31
  #, fuzzy
32
  msgid "Settings saved"
33
  msgstr "الاعدادات "
34
 
35
+ #: facebook-button-plugin.php:113
36
  msgid "Error: File size > 32K"
37
  msgstr "خطاء : حجم الملف : > 32К"
38
 
39
+ #: facebook-button-plugin.php:116
40
  msgid "Error: Invalid file type"
41
  msgstr "خطاء : نوع الملف غير صحيح"
42
 
43
+ #: facebook-button-plugin.php:126
44
  msgid "Error: moving file failed"
45
  msgstr "خطاء : فشل في نقل الملف"
46
 
47
+ #: facebook-button-plugin.php:130
48
  msgid "Error: check image width or height"
49
  msgstr "خطاء : تأكد من عرض وطول الصورة"
50
 
51
+ #: facebook-button-plugin.php:135
52
  msgid "Uploading Error: check image properties"
53
  msgstr "خطاء في الرفع : تأكد من خصائص الصورة"
54
 
55
+ #: facebook-button-plugin.php:150
56
  #, fuzzy
57
  msgid "Your Facebook ID:"
58
  msgstr "اسم حسابك علي الفيس بوك :"
59
 
60
+ #: facebook-button-plugin.php:156
61
  msgid "Display button:"
62
  msgstr "عرض الزر :"
63
 
64
+ #: facebook-button-plugin.php:158
65
  msgid "My Page"
66
  msgstr "صفحتي"
67
 
68
+ #: facebook-button-plugin.php:159
69
  msgid "Like"
70
  msgstr "اعجاب "
71
 
72
+ #: facebook-button-plugin.php:164
73
  #, fuzzy
74
  msgid "Choose display settings:"
75
  msgstr "اختار خيار العرض :"
76
 
77
+ #: facebook-button-plugin.php:168
78
  #, fuzzy
79
  msgid "Standard Facebook image"
80
  msgstr "صورة الفيس بوك الافتراضية "
81
 
82
+ #: facebook-button-plugin.php:170
83
  #, fuzzy
84
  msgid "Custom Facebook image"
85
  msgstr "صورة خاصة للـ فيس بوك"
86
 
87
+ #: facebook-button-plugin.php:177
88
  msgid "Current image:"
89
  msgstr "الصورة الحالية : "
90
 
91
+ #: facebook-button-plugin.php:190
92
  #, fuzzy
93
  msgid "Facebook image:"
94
  msgstr "صورة الفيس بوك : "
95
 
96
+ #: facebook-button-plugin.php:194
97
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
98
  msgstr "Propiedades de la imagen: Ancho máx.: 100px; Alto máx.: 40px; Tamaño máx: 32Kb; Tipo de imagen: \"jpg\", \"jpeg\"."
99
 
100
+ #: facebook-button-plugin.php:202
101
  #, fuzzy
102
  msgid "Facebook Button Position:"
103
  msgstr "مكان زر الفيس بوك :"
104
 
105
+ #: facebook-button-plugin.php:206
106
  msgid "Before"
107
  msgstr "قبل"
108
 
109
+ #: facebook-button-plugin.php:207
110
  msgid "After"
111
  msgstr "بعد"
112
 
113
+ #: facebook-button-plugin.php:208
114
  msgid "Before and After"
115
  msgstr "قبل و بعد"
116
 
117
+ #: facebook-button-plugin.php:209
118
  msgid "Shortcode"
119
  msgstr "الكود"
120
 
121
+ #: facebook-button-plugin.php:211
122
  #, fuzzy
123
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
124
  msgstr "اذا كنت ترغب في اضافة زر الفيس بوك علي موقعك انسخ هذه الكود وضعه في المكان المراد ظهور الزر فيه"
125
 
126
+ #: facebook-button-plugin.php:216
127
  #, fuzzy
128
  msgid "Facebook Button language:"
129
  msgstr "للغه زر الفيس بوك :"
130
 
131
+ #: facebook-button-plugin.php:327
132
  #, fuzzy
133
  msgid "Change the language of Facebook Like Button"
134
  msgstr "اختار اللغه للـ زر الاغحاب"
135
 
136
+ #: facebook-button-plugin.php:333
137
  msgid "Save Changes"
138
  msgstr "حفظ التغييرات"
139
 
140
+ #: facebook-button-plugin.php:438
141
+ #: facebook-button-plugin.php:450
142
+ msgid "Settings"
143
+ msgstr "الاعدادات "
144
+
145
+ #: facebook-button-plugin.php:451
146
  msgid "FAQ"
147
  msgstr "أسئلة وأجوبة"
148
 
149
+ #: facebook-button-plugin.php:452
150
  msgid "Support"
151
  msgstr "الدعم"
152
 
153
+ #, fuzzy
154
+ #~ msgid "Memory usage"
155
+ #~ msgstr "صفحتي"
156
+
157
+ #, fuzzy
158
+ #~ msgid "Pro plugins"
159
+ #~ msgstr "Плагины BWS"
160
+ #~ msgid "Activated plugins"
161
+ #~ msgstr "الاضافات المفعله "
162
+ #~ msgid "Read more"
163
+ #~ msgstr "اقراء المزيد"
164
+ #~ msgid "Installed plugins"
165
+ #~ msgstr "الاضافات المنزلة "
166
+ #~ msgid "Recommended plugins"
167
+ #~ msgstr "اضافات موصي بها"
168
+
169
+ #, fuzzy
170
+ #~ msgid "Free plugins"
171
+ #~ msgstr "اضافات موصي بها"
172
+ #~ msgid "Download"
173
+ #~ msgstr "تحميل"
174
+ #~ msgid "Install %s"
175
+ #~ msgstr "تنزيل %s"
176
+ #~ msgid "Install now from wordpress.org"
177
+ #~ msgstr "حملها الا من wordpress.org"
178
+
179
+ #, fuzzy
180
+ #~ msgid "Active Plugins"
181
+ #~ msgstr "الاضافات المفعله "
182
+
183
+ #, fuzzy
184
+ #~ msgid "Inactive Plugins"
185
+ #~ msgstr "الاضافات المفعله "
186
+
187
+ #, fuzzy
188
+ #~ msgid "Send to support"
189
+ #~ msgstr "الدعم"
190
+
191
  #, fuzzy
192
  #~ msgid ""
193
  #~ "If you have any questions, please contact us via plugin@bestwebsoft.com "
languages/facebook-es_ES.mo CHANGED
Binary file
languages/facebook-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-07-18 13:29+0300\n"
6
- "PO-Revision-Date: 2013-07-18 13:29+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,364 +16,173 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: facebook-button-plugin.php:107
20
- msgid "Not set"
21
- msgstr ""
22
-
23
- #: facebook-button-plugin.php:109
24
- #: facebook-button-plugin.php:113
25
- msgid "On"
26
- msgstr ""
27
-
28
- #: facebook-button-plugin.php:111
29
- #: facebook-button-plugin.php:115
30
- msgid "Off"
31
- msgstr ""
32
-
33
- #: facebook-button-plugin.php:119
34
- #: facebook-button-plugin.php:123
35
- #: facebook-button-plugin.php:127
36
- #: facebook-button-plugin.php:131
37
- #: facebook-button-plugin.php:135
38
- #: facebook-button-plugin.php:161
39
- msgid "N/A"
40
- msgstr ""
41
-
42
- #: facebook-button-plugin.php:133
43
- msgid " Mb"
44
- msgstr ""
45
-
46
- #: facebook-button-plugin.php:137
47
- #: facebook-button-plugin.php:141
48
- #: facebook-button-plugin.php:145
49
- #: facebook-button-plugin.php:156
50
- msgid "Yes"
51
- msgstr ""
52
-
53
- #: facebook-button-plugin.php:139
54
  #: facebook-button-plugin.php:143
55
- #: facebook-button-plugin.php:147
56
- #: facebook-button-plugin.php:158
57
- msgid "No"
58
- msgstr ""
59
-
60
- #: facebook-button-plugin.php:172
61
- msgid "Operating System"
62
- msgstr ""
63
-
64
- #: facebook-button-plugin.php:173
65
- msgid "Server"
66
- msgstr ""
67
-
68
- #: facebook-button-plugin.php:174
69
- msgid "Memory usage"
70
- msgstr ""
71
-
72
- #: facebook-button-plugin.php:175
73
- msgid "MYSQL Version"
74
- msgstr ""
75
-
76
- #: facebook-button-plugin.php:176
77
- msgid "SQL Mode"
78
- msgstr ""
79
-
80
- #: facebook-button-plugin.php:177
81
- msgid "PHP Version"
82
- msgstr ""
83
-
84
- #: facebook-button-plugin.php:178
85
- msgid "PHP Safe Mode"
86
- msgstr ""
87
-
88
- #: facebook-button-plugin.php:179
89
- msgid "PHP Allow URL fopen"
90
- msgstr ""
91
-
92
- #: facebook-button-plugin.php:180
93
- msgid "PHP Memory Limit"
94
- msgstr ""
95
-
96
- #: facebook-button-plugin.php:181
97
- msgid "PHP Max Upload Size"
98
- msgstr ""
99
-
100
- #: facebook-button-plugin.php:182
101
- msgid "PHP Max Post Size"
102
- msgstr ""
103
-
104
- #: facebook-button-plugin.php:183
105
- msgid "PHP Max Script Execute Time"
106
- msgstr ""
107
-
108
- #: facebook-button-plugin.php:184
109
- msgid "PHP Exif support"
110
- msgstr ""
111
-
112
- #: facebook-button-plugin.php:185
113
- msgid "PHP IPTC support"
114
- msgstr ""
115
-
116
- #: facebook-button-plugin.php:186
117
- msgid "PHP XML support"
118
- msgstr ""
119
-
120
- #: facebook-button-plugin.php:187
121
- msgid "Site URL"
122
- msgstr ""
123
-
124
- #: facebook-button-plugin.php:188
125
- msgid "Home URL"
126
- msgstr ""
127
-
128
- #: facebook-button-plugin.php:189
129
- msgid "WordPress Version"
130
- msgstr ""
131
-
132
- #: facebook-button-plugin.php:190
133
- msgid "WordPress DB Version"
134
- msgstr ""
135
-
136
- #: facebook-button-plugin.php:191
137
- msgid "Multisite"
138
- msgstr ""
139
-
140
- #: facebook-button-plugin.php:192
141
- msgid "Active Theme"
142
- msgstr ""
143
-
144
- #: facebook-button-plugin.php:207
145
- msgid "Please enter a valid email address."
146
- msgstr ""
147
-
148
- #: facebook-button-plugin.php:211
149
- msgid "Email with system info is sent to "
150
- msgstr ""
151
-
152
- #: facebook-button-plugin.php:215
153
- msgid "Thank you for contacting us."
154
- msgstr ""
155
-
156
- #: facebook-button-plugin.php:243
157
- msgid "Sorry, email message could not be delivered."
158
- msgstr ""
159
-
160
- #: facebook-button-plugin.php:251
161
- #, fuzzy
162
- msgid "Pro plugins"
163
- msgstr "Плагины BWS"
164
-
165
- #: facebook-button-plugin.php:254
166
- #: facebook-button-plugin.php:280
167
- msgid "Activated plugins"
168
- msgstr "Plugins activados"
169
-
170
- #: facebook-button-plugin.php:256
171
- #: facebook-button-plugin.php:264
172
- #: facebook-button-plugin.php:272
173
- #: facebook-button-plugin.php:282
174
- #: facebook-button-plugin.php:290
175
- #: facebook-button-plugin.php:298
176
- msgid "Read more"
177
- msgstr "Leer mas"
178
-
179
- #: facebook-button-plugin.php:256
180
- #: facebook-button-plugin.php:282
181
- #: facebook-button-plugin.php:782
182
- #: facebook-button-plugin.php:794
183
- msgid "Settings"
184
- msgstr "Opciones"
185
-
186
- #: facebook-button-plugin.php:262
187
- #: facebook-button-plugin.php:288
188
- msgid "Installed plugins"
189
- msgstr "Plugins instalados"
190
-
191
- #: facebook-button-plugin.php:270
192
- #: facebook-button-plugin.php:296
193
- msgid "Recommended plugins"
194
- msgstr "Plugins recomendados"
195
-
196
- #: facebook-button-plugin.php:272
197
- msgid "Purchase"
198
- msgstr ""
199
-
200
- #: facebook-button-plugin.php:277
201
- #, fuzzy
202
- msgid "Free plugins"
203
- msgstr "Plugins recomendados"
204
-
205
- #: facebook-button-plugin.php:298
206
- msgid "Download"
207
- msgstr "Descargar"
208
-
209
- #: facebook-button-plugin.php:298
210
- #, php-format
211
- msgid "Install %s"
212
- msgstr "Instalar %s"
213
-
214
- #: facebook-button-plugin.php:298
215
- msgid "Install now from wordpress.org"
216
- msgstr "Instalar ahora desde wordpress.org"
217
-
218
- #: facebook-button-plugin.php:303
219
- msgid "If you have any questions, please contact us via"
220
- msgstr ""
221
-
222
- #: facebook-button-plugin.php:310
223
- msgid "System status"
224
- msgstr ""
225
-
226
- #: facebook-button-plugin.php:314
227
- msgid "Environment"
228
- msgstr ""
229
-
230
- #: facebook-button-plugin.php:325
231
- #, fuzzy
232
- msgid "Active Plugins"
233
- msgstr "Plugins activados"
234
-
235
- #: facebook-button-plugin.php:336
236
- #, fuzzy
237
- msgid "Inactive Plugins"
238
- msgstr "Plugins activados"
239
-
240
- #: facebook-button-plugin.php:350
241
- #, fuzzy
242
- msgid "Send to support"
243
- msgstr "Soporte"
244
-
245
- #: facebook-button-plugin.php:357
246
- msgid "Send to custom email &#187;"
247
- msgstr ""
248
-
249
- #: facebook-button-plugin.php:372
250
- #: facebook-button-plugin.php:485
251
  #, fuzzy
252
  msgid "Facebook Button Settings"
253
  msgstr "Opciones del botón de Facebook"
254
 
255
- #: facebook-button-plugin.php:372
256
  #, fuzzy
257
  msgid "Facebook Button"
258
  msgstr "Botón FaceBook"
259
 
260
- #: facebook-button-plugin.php:432
261
  #, fuzzy
262
  msgid "Settings saved"
263
  msgstr "Opciones"
264
 
265
- #: facebook-button-plugin.php:454
266
  msgid "Error: File size > 32K"
267
  msgstr "Error: Archivo > 32К"
268
 
269
- #: facebook-button-plugin.php:457
270
  msgid "Error: Invalid file type"
271
  msgstr "error: Tipo de archivo no válido"
272
 
273
- #: facebook-button-plugin.php:467
274
  msgid "Error: moving file failed"
275
  msgstr "Error: Fallo moviendo el archivo"
276
 
277
- #: facebook-button-plugin.php:471
278
  msgid "Error: check image width or height"
279
  msgstr "Error: Revisa el alto o ancho de la imagen"
280
 
281
- #: facebook-button-plugin.php:476
282
  msgid "Uploading Error: check image properties"
283
  msgstr "Error de subida: Revisa las propiedades de la imagen"
284
 
285
- #: facebook-button-plugin.php:492
286
  #, fuzzy
287
  msgid "Your Facebook ID:"
288
  msgstr "Su FaceBook Id:"
289
 
290
- #: facebook-button-plugin.php:498
291
  msgid "Display button:"
292
  msgstr ""
293
 
294
- #: facebook-button-plugin.php:500
295
  msgid "My Page"
296
  msgstr ""
297
 
298
- #: facebook-button-plugin.php:501
299
  msgid "Like"
300
  msgstr ""
301
 
302
- #: facebook-button-plugin.php:506
303
  #, fuzzy
304
  msgid "Choose display settings:"
305
  msgstr "Seleccione opciones de visualización:"
306
 
307
- #: facebook-button-plugin.php:510
308
  #, fuzzy
309
  msgid "Standard Facebook image"
310
  msgstr "Imagen estandar de FaceBook"
311
 
312
- #: facebook-button-plugin.php:512
313
  #, fuzzy
314
  msgid "Custom Facebook image"
315
  msgstr "Imagen personalizada de FaceBook"
316
 
317
- #: facebook-button-plugin.php:519
318
  msgid "Current image:"
319
  msgstr "Imagen actual:"
320
 
321
- #: facebook-button-plugin.php:532
322
  #, fuzzy
323
  msgid "Facebook image:"
324
  msgstr "Imagen de FaceBook:"
325
 
326
- #: facebook-button-plugin.php:536
327
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
328
  msgstr "Propiedades de la imagen: Ancho máx.: 100px; Alto máx.: 40px; Tamaño máx: 32Kb; Tipo de imagen: \"jpg\", \"jpeg\"."
329
 
330
- #: facebook-button-plugin.php:544
331
  #, fuzzy
332
  msgid "Facebook Button Position:"
333
  msgstr "Posición del botón Facebook:"
334
 
335
- #: facebook-button-plugin.php:548
336
  msgid "Before"
337
  msgstr "Antes"
338
 
339
- #: facebook-button-plugin.php:549
340
  msgid "After"
341
  msgstr "Después"
342
 
343
- #: facebook-button-plugin.php:550
344
  msgid "Before and After"
345
  msgstr "Antes y después"
346
 
347
- #: facebook-button-plugin.php:551
348
  msgid "Shortcode"
349
  msgstr "Shortcode"
350
 
351
- #: facebook-button-plugin.php:553
352
  #, fuzzy
353
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
354
  msgstr "Si desea agregar un botón de Facebook para su sitio web, sólo tiene que copiar y pegar el código en su web o la página:"
355
 
356
- #: facebook-button-plugin.php:558
357
  #, fuzzy
358
  msgid "Facebook Button language:"
359
  msgstr "Botón FaceBook"
360
 
361
- #: facebook-button-plugin.php:669
362
  msgid "Change the language of Facebook Like Button"
363
  msgstr ""
364
 
365
- #: facebook-button-plugin.php:675
366
  msgid "Save Changes"
367
  msgstr ""
368
 
369
- #: facebook-button-plugin.php:795
 
 
 
 
 
370
  msgid "FAQ"
371
  msgstr "FAQ"
372
 
373
- #: facebook-button-plugin.php:796
374
  msgid "Support"
375
  msgstr "Soporte"
376
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
377
  #, fuzzy
378
  #~ msgid ""
379
  #~ "If you have any questions, please contact us via plugin@bestwebsoft.com "
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-09-04 14:30+0300\n"
6
+ "PO-Revision-Date: 2013-09-04 14:30+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
+ #: facebook-button-plugin.php:32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  #: facebook-button-plugin.php:143
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  #, fuzzy
22
  msgid "Facebook Button Settings"
23
  msgstr "Opciones del botón de Facebook"
24
 
25
+ #: facebook-button-plugin.php:32
26
  #, fuzzy
27
  msgid "Facebook Button"
28
  msgstr "Botón FaceBook"
29
 
30
+ #: facebook-button-plugin.php:91
31
  #, fuzzy
32
  msgid "Settings saved"
33
  msgstr "Opciones"
34
 
35
+ #: facebook-button-plugin.php:113
36
  msgid "Error: File size > 32K"
37
  msgstr "Error: Archivo > 32К"
38
 
39
+ #: facebook-button-plugin.php:116
40
  msgid "Error: Invalid file type"
41
  msgstr "error: Tipo de archivo no válido"
42
 
43
+ #: facebook-button-plugin.php:126
44
  msgid "Error: moving file failed"
45
  msgstr "Error: Fallo moviendo el archivo"
46
 
47
+ #: facebook-button-plugin.php:130
48
  msgid "Error: check image width or height"
49
  msgstr "Error: Revisa el alto o ancho de la imagen"
50
 
51
+ #: facebook-button-plugin.php:135
52
  msgid "Uploading Error: check image properties"
53
  msgstr "Error de subida: Revisa las propiedades de la imagen"
54
 
55
+ #: facebook-button-plugin.php:150
56
  #, fuzzy
57
  msgid "Your Facebook ID:"
58
  msgstr "Su FaceBook Id:"
59
 
60
+ #: facebook-button-plugin.php:156
61
  msgid "Display button:"
62
  msgstr ""
63
 
64
+ #: facebook-button-plugin.php:158
65
  msgid "My Page"
66
  msgstr ""
67
 
68
+ #: facebook-button-plugin.php:159
69
  msgid "Like"
70
  msgstr ""
71
 
72
+ #: facebook-button-plugin.php:164
73
  #, fuzzy
74
  msgid "Choose display settings:"
75
  msgstr "Seleccione opciones de visualización:"
76
 
77
+ #: facebook-button-plugin.php:168
78
  #, fuzzy
79
  msgid "Standard Facebook image"
80
  msgstr "Imagen estandar de FaceBook"
81
 
82
+ #: facebook-button-plugin.php:170
83
  #, fuzzy
84
  msgid "Custom Facebook image"
85
  msgstr "Imagen personalizada de FaceBook"
86
 
87
+ #: facebook-button-plugin.php:177
88
  msgid "Current image:"
89
  msgstr "Imagen actual:"
90
 
91
+ #: facebook-button-plugin.php:190
92
  #, fuzzy
93
  msgid "Facebook image:"
94
  msgstr "Imagen de FaceBook:"
95
 
96
+ #: facebook-button-plugin.php:194
97
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
98
  msgstr "Propiedades de la imagen: Ancho máx.: 100px; Alto máx.: 40px; Tamaño máx: 32Kb; Tipo de imagen: \"jpg\", \"jpeg\"."
99
 
100
+ #: facebook-button-plugin.php:202
101
  #, fuzzy
102
  msgid "Facebook Button Position:"
103
  msgstr "Posición del botón Facebook:"
104
 
105
+ #: facebook-button-plugin.php:206
106
  msgid "Before"
107
  msgstr "Antes"
108
 
109
+ #: facebook-button-plugin.php:207
110
  msgid "After"
111
  msgstr "Después"
112
 
113
+ #: facebook-button-plugin.php:208
114
  msgid "Before and After"
115
  msgstr "Antes y después"
116
 
117
+ #: facebook-button-plugin.php:209
118
  msgid "Shortcode"
119
  msgstr "Shortcode"
120
 
121
+ #: facebook-button-plugin.php:211
122
  #, fuzzy
123
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
124
  msgstr "Si desea agregar un botón de Facebook para su sitio web, sólo tiene que copiar y pegar el código en su web o la página:"
125
 
126
+ #: facebook-button-plugin.php:216
127
  #, fuzzy
128
  msgid "Facebook Button language:"
129
  msgstr "Botón FaceBook"
130
 
131
+ #: facebook-button-plugin.php:327
132
  msgid "Change the language of Facebook Like Button"
133
  msgstr ""
134
 
135
+ #: facebook-button-plugin.php:333
136
  msgid "Save Changes"
137
  msgstr ""
138
 
139
+ #: facebook-button-plugin.php:438
140
+ #: facebook-button-plugin.php:450
141
+ msgid "Settings"
142
+ msgstr "Opciones"
143
+
144
+ #: facebook-button-plugin.php:451
145
  msgid "FAQ"
146
  msgstr "FAQ"
147
 
148
+ #: facebook-button-plugin.php:452
149
  msgid "Support"
150
  msgstr "Soporte"
151
 
152
+ #, fuzzy
153
+ #~ msgid "Pro plugins"
154
+ #~ msgstr "Плагины BWS"
155
+ #~ msgid "Activated plugins"
156
+ #~ msgstr "Plugins activados"
157
+ #~ msgid "Read more"
158
+ #~ msgstr "Leer mas"
159
+ #~ msgid "Installed plugins"
160
+ #~ msgstr "Plugins instalados"
161
+ #~ msgid "Recommended plugins"
162
+ #~ msgstr "Plugins recomendados"
163
+
164
+ #, fuzzy
165
+ #~ msgid "Free plugins"
166
+ #~ msgstr "Plugins recomendados"
167
+ #~ msgid "Download"
168
+ #~ msgstr "Descargar"
169
+ #~ msgid "Install %s"
170
+ #~ msgstr "Instalar %s"
171
+ #~ msgid "Install now from wordpress.org"
172
+ #~ msgstr "Instalar ahora desde wordpress.org"
173
+
174
+ #, fuzzy
175
+ #~ msgid "Active Plugins"
176
+ #~ msgstr "Plugins activados"
177
+
178
+ #, fuzzy
179
+ #~ msgid "Inactive Plugins"
180
+ #~ msgstr "Plugins activados"
181
+
182
+ #, fuzzy
183
+ #~ msgid "Send to support"
184
+ #~ msgstr "Soporte"
185
+
186
  #, fuzzy
187
  #~ msgid ""
188
  #~ "If you have any questions, please contact us via plugin@bestwebsoft.com "
languages/facebook-fa_IR.mo CHANGED
Binary file
languages/facebook-fa_IR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-07-18 13:29+0300\n"
6
- "PO-Revision-Date: 2013-07-18 13:29+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Milad Ahmadipour <milad.contact@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,366 +16,178 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: facebook-button-plugin.php:107
20
- msgid "Not set"
21
- msgstr ""
22
-
23
- #: facebook-button-plugin.php:109
24
- #: facebook-button-plugin.php:113
25
- msgid "On"
26
- msgstr ""
27
-
28
- #: facebook-button-plugin.php:111
29
- #: facebook-button-plugin.php:115
30
- msgid "Off"
31
- msgstr ""
32
-
33
- #: facebook-button-plugin.php:119
34
- #: facebook-button-plugin.php:123
35
- #: facebook-button-plugin.php:127
36
- #: facebook-button-plugin.php:131
37
- #: facebook-button-plugin.php:135
38
- #: facebook-button-plugin.php:161
39
- msgid "N/A"
40
- msgstr ""
41
-
42
- #: facebook-button-plugin.php:133
43
- msgid " Mb"
44
- msgstr ""
45
-
46
- #: facebook-button-plugin.php:137
47
- #: facebook-button-plugin.php:141
48
- #: facebook-button-plugin.php:145
49
- #: facebook-button-plugin.php:156
50
- msgid "Yes"
51
- msgstr ""
52
-
53
- #: facebook-button-plugin.php:139
54
  #: facebook-button-plugin.php:143
55
- #: facebook-button-plugin.php:147
56
- #: facebook-button-plugin.php:158
57
- msgid "No"
58
- msgstr ""
59
-
60
- #: facebook-button-plugin.php:172
61
- msgid "Operating System"
62
- msgstr ""
63
-
64
- #: facebook-button-plugin.php:173
65
- msgid "Server"
66
- msgstr ""
67
-
68
- #: facebook-button-plugin.php:174
69
- #, fuzzy
70
- msgid "Memory usage"
71
- msgstr "صفحه من"
72
-
73
- #: facebook-button-plugin.php:175
74
- msgid "MYSQL Version"
75
- msgstr ""
76
-
77
- #: facebook-button-plugin.php:176
78
- msgid "SQL Mode"
79
- msgstr ""
80
-
81
- #: facebook-button-plugin.php:177
82
- msgid "PHP Version"
83
- msgstr ""
84
-
85
- #: facebook-button-plugin.php:178
86
- msgid "PHP Safe Mode"
87
- msgstr ""
88
-
89
- #: facebook-button-plugin.php:179
90
- msgid "PHP Allow URL fopen"
91
- msgstr ""
92
-
93
- #: facebook-button-plugin.php:180
94
- msgid "PHP Memory Limit"
95
- msgstr ""
96
-
97
- #: facebook-button-plugin.php:181
98
- msgid "PHP Max Upload Size"
99
- msgstr ""
100
-
101
- #: facebook-button-plugin.php:182
102
- msgid "PHP Max Post Size"
103
- msgstr ""
104
-
105
- #: facebook-button-plugin.php:183
106
- msgid "PHP Max Script Execute Time"
107
- msgstr ""
108
-
109
- #: facebook-button-plugin.php:184
110
- msgid "PHP Exif support"
111
- msgstr ""
112
-
113
- #: facebook-button-plugin.php:185
114
- msgid "PHP IPTC support"
115
- msgstr ""
116
-
117
- #: facebook-button-plugin.php:186
118
- msgid "PHP XML support"
119
- msgstr ""
120
-
121
- #: facebook-button-plugin.php:187
122
- msgid "Site URL"
123
- msgstr ""
124
-
125
- #: facebook-button-plugin.php:188
126
- msgid "Home URL"
127
- msgstr ""
128
-
129
- #: facebook-button-plugin.php:189
130
- msgid "WordPress Version"
131
- msgstr ""
132
-
133
- #: facebook-button-plugin.php:190
134
- msgid "WordPress DB Version"
135
- msgstr ""
136
-
137
- #: facebook-button-plugin.php:191
138
- msgid "Multisite"
139
- msgstr ""
140
-
141
- #: facebook-button-plugin.php:192
142
- msgid "Active Theme"
143
- msgstr ""
144
-
145
- #: facebook-button-plugin.php:207
146
- msgid "Please enter a valid email address."
147
- msgstr ""
148
-
149
- #: facebook-button-plugin.php:211
150
- msgid "Email with system info is sent to "
151
- msgstr ""
152
-
153
- #: facebook-button-plugin.php:215
154
- msgid "Thank you for contacting us."
155
- msgstr ""
156
-
157
- #: facebook-button-plugin.php:243
158
- msgid "Sorry, email message could not be delivered."
159
- msgstr ""
160
-
161
- #: facebook-button-plugin.php:251
162
- #, fuzzy
163
- msgid "Pro plugins"
164
- msgstr "پلاگین BWS"
165
-
166
- #: facebook-button-plugin.php:254
167
- #: facebook-button-plugin.php:280
168
- msgid "Activated plugins"
169
- msgstr "پلاگین های فعال شده "
170
-
171
- #: facebook-button-plugin.php:256
172
- #: facebook-button-plugin.php:264
173
- #: facebook-button-plugin.php:272
174
- #: facebook-button-plugin.php:282
175
- #: facebook-button-plugin.php:290
176
- #: facebook-button-plugin.php:298
177
- msgid "Read more"
178
- msgstr "بیشتر بخوانید"
179
-
180
- #: facebook-button-plugin.php:256
181
- #: facebook-button-plugin.php:282
182
- #: facebook-button-plugin.php:782
183
- #: facebook-button-plugin.php:794
184
- msgid "Settings"
185
- msgstr "تنظیمات "
186
-
187
- #: facebook-button-plugin.php:262
188
- #: facebook-button-plugin.php:288
189
- msgid "Installed plugins"
190
- msgstr "پلاگین های نصب شده "
191
-
192
- #: facebook-button-plugin.php:270
193
- #: facebook-button-plugin.php:296
194
- msgid "Recommended plugins"
195
- msgstr "پلاگین های پیشنهادی"
196
-
197
- #: facebook-button-plugin.php:272
198
- msgid "Purchase"
199
- msgstr ""
200
-
201
- #: facebook-button-plugin.php:277
202
- #, fuzzy
203
- msgid "Free plugins"
204
- msgstr "پلاگین های پیشنهادی"
205
-
206
- #: facebook-button-plugin.php:298
207
- msgid "Download"
208
- msgstr "دانلود"
209
-
210
- #: facebook-button-plugin.php:298
211
- #, php-format
212
- msgid "Install %s"
213
- msgstr "نصب %s"
214
-
215
- #: facebook-button-plugin.php:298
216
- msgid "Install now from wordpress.org"
217
- msgstr "نصب از wordpress.org"
218
-
219
- #: facebook-button-plugin.php:303
220
- msgid "If you have any questions, please contact us via"
221
- msgstr ""
222
-
223
- #: facebook-button-plugin.php:310
224
- msgid "System status"
225
- msgstr ""
226
-
227
- #: facebook-button-plugin.php:314
228
- msgid "Environment"
229
- msgstr ""
230
-
231
- #: facebook-button-plugin.php:325
232
- #, fuzzy
233
- msgid "Active Plugins"
234
- msgstr "پلاگین های فعال شده "
235
-
236
- #: facebook-button-plugin.php:336
237
- #, fuzzy
238
- msgid "Inactive Plugins"
239
- msgstr "پلاگین های فعال شده "
240
-
241
- #: facebook-button-plugin.php:350
242
- #, fuzzy
243
- msgid "Send to support"
244
- msgstr "پشتیبانی"
245
-
246
- #: facebook-button-plugin.php:357
247
- msgid "Send to custom email &#187;"
248
- msgstr ""
249
-
250
- #: facebook-button-plugin.php:372
251
- #: facebook-button-plugin.php:485
252
  #, fuzzy
253
  msgid "Facebook Button Settings"
254
  msgstr "اختیارات دکمه فیسبوک"
255
 
256
- #: facebook-button-plugin.php:372
257
  #, fuzzy
258
  msgid "Facebook Button"
259
  msgstr "دکمه فیسبوک"
260
 
261
- #: facebook-button-plugin.php:432
262
  #, fuzzy
263
  msgid "Settings saved"
264
  msgstr "تنظیمات "
265
 
266
- #: facebook-button-plugin.php:454
267
  msgid "Error: File size > 32K"
268
  msgstr "خطا : حجم فایل بیشتر از : > 32К"
269
 
270
- #: facebook-button-plugin.php:457
271
  msgid "Error: Invalid file type"
272
  msgstr "خطا : نوع فایل صحیح نیست"
273
 
274
- #: facebook-button-plugin.php:467
275
  msgid "Error: moving file failed"
276
  msgstr "خطا : حرکت فایل شکست خورد"
277
 
278
- #: facebook-button-plugin.php:471
279
  msgid "Error: check image width or height"
280
  msgstr "خطا : لطفا طول و عرض تصویر را چک کنید"
281
 
282
- #: facebook-button-plugin.php:476
283
  msgid "Uploading Error: check image properties"
284
  msgstr "خطای آپلود : لطفا خصوصیات تصویر را چک کنید"
285
 
286
- #: facebook-button-plugin.php:492
287
  #, fuzzy
288
  msgid "Your Facebook ID:"
289
  msgstr "نام کاربری فیسبوک شما (کوتاه شده، برای نمونه این را ببینید : http://facebook.com/yourname)"
290
 
291
- #: facebook-button-plugin.php:498
292
  msgid "Display button:"
293
  msgstr "نمایش دکمه های :"
294
 
295
- #: facebook-button-plugin.php:500
296
  msgid "My Page"
297
  msgstr "صفحه من"
298
 
299
- #: facebook-button-plugin.php:501
300
  msgid "Like"
301
  msgstr "پسندیدم "
302
 
303
- #: facebook-button-plugin.php:506
304
  #, fuzzy
305
  msgid "Choose display settings:"
306
  msgstr "لطفا نحوه نمایش را انتخاب کنید"
307
 
308
- #: facebook-button-plugin.php:510
309
  #, fuzzy
310
  msgid "Standard Facebook image"
311
  msgstr " تصویر استاندارد فیسبوک "
312
 
313
- #: facebook-button-plugin.php:512
314
  #, fuzzy
315
  msgid "Custom Facebook image"
316
  msgstr "آپلود از کامپیوتر شما"
317
 
318
- #: facebook-button-plugin.php:519
319
  msgid "Current image:"
320
  msgstr "تصویر کنونی :"
321
 
322
- #: facebook-button-plugin.php:532
323
  #, fuzzy
324
  msgid "Facebook image:"
325
  msgstr "تصویر فیسبوک : "
326
 
327
- #: facebook-button-plugin.php:536
328
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
329
  msgstr "خصوصیات عکس: حداکثر طول عکس:100px; حد اکثر عرض عکس:40px; حد اکثر حجم فایل:32Kb; نوع فایل: \"jpg\", \"jpeg\"."
330
 
331
- #: facebook-button-plugin.php:544
332
  #, fuzzy
333
  msgid "Facebook Button Position:"
334
  msgstr "محل دکمه فیسبوک :"
335
 
336
- #: facebook-button-plugin.php:548
337
  msgid "Before"
338
  msgstr "قبل"
339
 
340
- #: facebook-button-plugin.php:549
341
  msgid "After"
342
  msgstr "بعد"
343
 
344
- #: facebook-button-plugin.php:550
345
  msgid "Before and After"
346
  msgstr "قبل و بعد"
347
 
348
- #: facebook-button-plugin.php:551
349
  msgid "Shortcode"
350
  msgstr "کد کوتاه"
351
 
352
- #: facebook-button-plugin.php:553
353
  #, fuzzy
354
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
355
  msgstr "در صورتی که میخواهید دکمه لایک به سایت شما اظافه شود، کد کوتاه را در صفحه پست و ... کپی کنید"
356
 
357
- #: facebook-button-plugin.php:558
358
  #, fuzzy
359
  msgid "Facebook Button language:"
360
  msgstr "زبان دکمه فیسبوک :"
361
 
362
- #: facebook-button-plugin.php:669
363
  #, fuzzy
364
  msgid "Change the language of Facebook Like Button"
365
  msgstr "زبان دکمه فیسبوک را انتخاب کنید"
366
 
367
- #: facebook-button-plugin.php:675
368
  msgid "Save Changes"
369
  msgstr "ذخیره تغییرات"
370
 
371
- #: facebook-button-plugin.php:795
 
 
 
 
 
372
  msgid "FAQ"
373
  msgstr "سوال و جواب های متداول"
374
 
375
- #: facebook-button-plugin.php:796
376
  msgid "Support"
377
  msgstr "پشتیبانی"
378
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
379
  #, fuzzy
380
  #~ msgid ""
381
  #~ "If you have any questions, please contact us via plugin@bestwebsoft.com "
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-09-04 14:30+0300\n"
6
+ "PO-Revision-Date: 2013-09-04 14:30+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Milad Ahmadipour <milad.contact@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
+ #: facebook-button-plugin.php:32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  #: facebook-button-plugin.php:143
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  #, fuzzy
22
  msgid "Facebook Button Settings"
23
  msgstr "اختیارات دکمه فیسبوک"
24
 
25
+ #: facebook-button-plugin.php:32
26
  #, fuzzy
27
  msgid "Facebook Button"
28
  msgstr "دکمه فیسبوک"
29
 
30
+ #: facebook-button-plugin.php:91
31
  #, fuzzy
32
  msgid "Settings saved"
33
  msgstr "تنظیمات "
34
 
35
+ #: facebook-button-plugin.php:113
36
  msgid "Error: File size > 32K"
37
  msgstr "خطا : حجم فایل بیشتر از : > 32К"
38
 
39
+ #: facebook-button-plugin.php:116
40
  msgid "Error: Invalid file type"
41
  msgstr "خطا : نوع فایل صحیح نیست"
42
 
43
+ #: facebook-button-plugin.php:126
44
  msgid "Error: moving file failed"
45
  msgstr "خطا : حرکت فایل شکست خورد"
46
 
47
+ #: facebook-button-plugin.php:130
48
  msgid "Error: check image width or height"
49
  msgstr "خطا : لطفا طول و عرض تصویر را چک کنید"
50
 
51
+ #: facebook-button-plugin.php:135
52
  msgid "Uploading Error: check image properties"
53
  msgstr "خطای آپلود : لطفا خصوصیات تصویر را چک کنید"
54
 
55
+ #: facebook-button-plugin.php:150
56
  #, fuzzy
57
  msgid "Your Facebook ID:"
58
  msgstr "نام کاربری فیسبوک شما (کوتاه شده، برای نمونه این را ببینید : http://facebook.com/yourname)"
59
 
60
+ #: facebook-button-plugin.php:156
61
  msgid "Display button:"
62
  msgstr "نمایش دکمه های :"
63
 
64
+ #: facebook-button-plugin.php:158
65
  msgid "My Page"
66
  msgstr "صفحه من"
67
 
68
+ #: facebook-button-plugin.php:159
69
  msgid "Like"
70
  msgstr "پسندیدم "
71
 
72
+ #: facebook-button-plugin.php:164
73
  #, fuzzy
74
  msgid "Choose display settings:"
75
  msgstr "لطفا نحوه نمایش را انتخاب کنید"
76
 
77
+ #: facebook-button-plugin.php:168
78
  #, fuzzy
79
  msgid "Standard Facebook image"
80
  msgstr " تصویر استاندارد فیسبوک "
81
 
82
+ #: facebook-button-plugin.php:170
83
  #, fuzzy
84
  msgid "Custom Facebook image"
85
  msgstr "آپلود از کامپیوتر شما"
86
 
87
+ #: facebook-button-plugin.php:177
88
  msgid "Current image:"
89
  msgstr "تصویر کنونی :"
90
 
91
+ #: facebook-button-plugin.php:190
92
  #, fuzzy
93
  msgid "Facebook image:"
94
  msgstr "تصویر فیسبوک : "
95
 
96
+ #: facebook-button-plugin.php:194
97
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
98
  msgstr "خصوصیات عکس: حداکثر طول عکس:100px; حد اکثر عرض عکس:40px; حد اکثر حجم فایل:32Kb; نوع فایل: \"jpg\", \"jpeg\"."
99
 
100
+ #: facebook-button-plugin.php:202
101
  #, fuzzy
102
  msgid "Facebook Button Position:"
103
  msgstr "محل دکمه فیسبوک :"
104
 
105
+ #: facebook-button-plugin.php:206
106
  msgid "Before"
107
  msgstr "قبل"
108
 
109
+ #: facebook-button-plugin.php:207
110
  msgid "After"
111
  msgstr "بعد"
112
 
113
+ #: facebook-button-plugin.php:208
114
  msgid "Before and After"
115
  msgstr "قبل و بعد"
116
 
117
+ #: facebook-button-plugin.php:209
118
  msgid "Shortcode"
119
  msgstr "کد کوتاه"
120
 
121
+ #: facebook-button-plugin.php:211
122
  #, fuzzy
123
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
124
  msgstr "در صورتی که میخواهید دکمه لایک به سایت شما اظافه شود، کد کوتاه را در صفحه پست و ... کپی کنید"
125
 
126
+ #: facebook-button-plugin.php:216
127
  #, fuzzy
128
  msgid "Facebook Button language:"
129
  msgstr "زبان دکمه فیسبوک :"
130
 
131
+ #: facebook-button-plugin.php:327
132
  #, fuzzy
133
  msgid "Change the language of Facebook Like Button"
134
  msgstr "زبان دکمه فیسبوک را انتخاب کنید"
135
 
136
+ #: facebook-button-plugin.php:333
137
  msgid "Save Changes"
138
  msgstr "ذخیره تغییرات"
139
 
140
+ #: facebook-button-plugin.php:438
141
+ #: facebook-button-plugin.php:450
142
+ msgid "Settings"
143
+ msgstr "تنظیمات "
144
+
145
+ #: facebook-button-plugin.php:451
146
  msgid "FAQ"
147
  msgstr "سوال و جواب های متداول"
148
 
149
+ #: facebook-button-plugin.php:452
150
  msgid "Support"
151
  msgstr "پشتیبانی"
152
 
153
+ #, fuzzy
154
+ #~ msgid "Memory usage"
155
+ #~ msgstr "صفحه من"
156
+
157
+ #, fuzzy
158
+ #~ msgid "Pro plugins"
159
+ #~ msgstr "پلاگین BWS"
160
+ #~ msgid "Activated plugins"
161
+ #~ msgstr "پلاگین های فعال شده "
162
+ #~ msgid "Read more"
163
+ #~ msgstr "بیشتر بخوانید"
164
+ #~ msgid "Installed plugins"
165
+ #~ msgstr "پلاگین های نصب شده "
166
+ #~ msgid "Recommended plugins"
167
+ #~ msgstr "پلاگین های پیشنهادی"
168
+
169
+ #, fuzzy
170
+ #~ msgid "Free plugins"
171
+ #~ msgstr "پلاگین های پیشنهادی"
172
+ #~ msgid "Download"
173
+ #~ msgstr "دانلود"
174
+ #~ msgid "Install %s"
175
+ #~ msgstr "نصب %s"
176
+ #~ msgid "Install now from wordpress.org"
177
+ #~ msgstr "نصب از wordpress.org"
178
+
179
+ #, fuzzy
180
+ #~ msgid "Active Plugins"
181
+ #~ msgstr "پلاگین های فعال شده "
182
+
183
+ #, fuzzy
184
+ #~ msgid "Inactive Plugins"
185
+ #~ msgstr "پلاگین های فعال شده "
186
+
187
+ #, fuzzy
188
+ #~ msgid "Send to support"
189
+ #~ msgstr "پشتیبانی"
190
+
191
  #, fuzzy
192
  #~ msgid ""
193
  #~ "If you have any questions, please contact us via plugin@bestwebsoft.com "
languages/facebook-he_IL.mo CHANGED
Binary file
languages/facebook-he_IL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Facebook Button Plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-07-18 13:29+0300\n"
6
- "PO-Revision-Date: 2013-07-18 13:29+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -18,409 +18,221 @@ msgstr ""
18
  "X-Generator: Poedit 1.5.4\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: facebook-button-plugin.php:107
22
- msgid "Not set"
23
- msgstr ""
24
-
25
- #: facebook-button-plugin.php:109
26
- #: facebook-button-plugin.php:113
27
- msgid "On"
28
- msgstr ""
29
-
30
- #: facebook-button-plugin.php:111
31
- #: facebook-button-plugin.php:115
32
- msgid "Off"
33
- msgstr ""
34
-
35
- #: facebook-button-plugin.php:119
36
- #: facebook-button-plugin.php:123
37
- #: facebook-button-plugin.php:127
38
- #: facebook-button-plugin.php:131
39
- #: facebook-button-plugin.php:135
40
- #: facebook-button-plugin.php:161
41
- msgid "N/A"
42
- msgstr ""
43
-
44
- #: facebook-button-plugin.php:133
45
- msgid " Mb"
46
- msgstr ""
47
-
48
- #: facebook-button-plugin.php:137
49
- #: facebook-button-plugin.php:141
50
- #: facebook-button-plugin.php:145
51
- #: facebook-button-plugin.php:156
52
- msgid "Yes"
53
- msgstr ""
54
-
55
- #: facebook-button-plugin.php:139
56
- #: facebook-button-plugin.php:143
57
- #: facebook-button-plugin.php:147
58
- #: facebook-button-plugin.php:158
59
- msgid "No"
60
- msgstr ""
61
-
62
- #: facebook-button-plugin.php:172
63
- msgid "Operating System"
64
- msgstr ""
65
-
66
- #: facebook-button-plugin.php:173
67
- msgid "Server"
68
- msgstr ""
69
-
70
- # @ captcha
71
- #: facebook-button-plugin.php:174
72
- #, fuzzy
73
- msgid "Memory usage"
74
- msgstr "הדף שלי"
75
-
76
- #: facebook-button-plugin.php:175
77
- msgid "MYSQL Version"
78
- msgstr ""
79
-
80
- #: facebook-button-plugin.php:176
81
- msgid "SQL Mode"
82
- msgstr ""
83
-
84
- #: facebook-button-plugin.php:177
85
- msgid "PHP Version"
86
- msgstr ""
87
-
88
- #: facebook-button-plugin.php:178
89
- msgid "PHP Safe Mode"
90
- msgstr ""
91
-
92
- #: facebook-button-plugin.php:179
93
- msgid "PHP Allow URL fopen"
94
- msgstr ""
95
-
96
- #: facebook-button-plugin.php:180
97
- msgid "PHP Memory Limit"
98
- msgstr ""
99
-
100
- #: facebook-button-plugin.php:181
101
- msgid "PHP Max Upload Size"
102
- msgstr ""
103
-
104
- #: facebook-button-plugin.php:182
105
- msgid "PHP Max Post Size"
106
- msgstr ""
107
-
108
- #: facebook-button-plugin.php:183
109
- msgid "PHP Max Script Execute Time"
110
- msgstr ""
111
-
112
- #: facebook-button-plugin.php:184
113
- msgid "PHP Exif support"
114
- msgstr ""
115
-
116
- #: facebook-button-plugin.php:185
117
- msgid "PHP IPTC support"
118
- msgstr ""
119
-
120
- #: facebook-button-plugin.php:186
121
- msgid "PHP XML support"
122
- msgstr ""
123
-
124
- #: facebook-button-plugin.php:187
125
- msgid "Site URL"
126
- msgstr ""
127
-
128
- #: facebook-button-plugin.php:188
129
- msgid "Home URL"
130
- msgstr ""
131
-
132
- #: facebook-button-plugin.php:189
133
- msgid "WordPress Version"
134
- msgstr ""
135
-
136
- #: facebook-button-plugin.php:190
137
- msgid "WordPress DB Version"
138
- msgstr ""
139
-
140
- #: facebook-button-plugin.php:191
141
- msgid "Multisite"
142
- msgstr ""
143
-
144
- #: facebook-button-plugin.php:192
145
- msgid "Active Theme"
146
- msgstr ""
147
-
148
- #: facebook-button-plugin.php:207
149
- msgid "Please enter a valid email address."
150
- msgstr ""
151
-
152
- #: facebook-button-plugin.php:211
153
- msgid "Email with system info is sent to "
154
- msgstr ""
155
-
156
- #: facebook-button-plugin.php:215
157
- msgid "Thank you for contacting us."
158
- msgstr ""
159
-
160
- #: facebook-button-plugin.php:243
161
- msgid "Sorry, email message could not be delivered."
162
- msgstr ""
163
-
164
  # @ facebook
165
- #: facebook-button-plugin.php:251
166
- #, fuzzy
167
- msgid "Pro plugins"
168
- msgstr "תוספים מומלצים"
169
-
170
- # @ facebook
171
- #: facebook-button-plugin.php:254
172
- #: facebook-button-plugin.php:280
173
- msgid "Activated plugins"
174
- msgstr "תוספים פעילים"
175
-
176
- # @ facebook
177
- #: facebook-button-plugin.php:256
178
- #: facebook-button-plugin.php:264
179
- #: facebook-button-plugin.php:272
180
- #: facebook-button-plugin.php:282
181
- #: facebook-button-plugin.php:290
182
- #: facebook-button-plugin.php:298
183
- msgid "Read more"
184
- msgstr "קרא עוד"
185
-
186
- # @ facebook
187
- #: facebook-button-plugin.php:256
188
- #: facebook-button-plugin.php:282
189
- #: facebook-button-plugin.php:782
190
- #: facebook-button-plugin.php:794
191
- msgid "Settings"
192
- msgstr "הגדרות"
193
-
194
- # @ facebook
195
- #: facebook-button-plugin.php:262
196
- #: facebook-button-plugin.php:288
197
- msgid "Installed plugins"
198
- msgstr "תוספים מותקנים"
199
-
200
- # @ facebook
201
- #: facebook-button-plugin.php:270
202
- #: facebook-button-plugin.php:296
203
- msgid "Recommended plugins"
204
- msgstr "תוספים מומלצים"
205
-
206
- #: facebook-button-plugin.php:272
207
- msgid "Purchase"
208
- msgstr ""
209
-
210
- # @ facebook
211
- #: facebook-button-plugin.php:277
212
- #, fuzzy
213
- msgid "Free plugins"
214
- msgstr "תוספים מומלצים"
215
-
216
- # @ facebook
217
- #: facebook-button-plugin.php:298
218
- msgid "Download"
219
- msgstr "הורד"
220
-
221
- # @ default
222
- #: facebook-button-plugin.php:298
223
- #, php-format
224
- msgid "Install %s"
225
- msgstr "התקן %s"
226
-
227
- # @ facebook
228
- #: facebook-button-plugin.php:298
229
- msgid "Install now from wordpress.org"
230
- msgstr "הורד כעת מ wordpress.org"
231
-
232
- #: facebook-button-plugin.php:303
233
- msgid "If you have any questions, please contact us via"
234
- msgstr ""
235
-
236
- #: facebook-button-plugin.php:310
237
- msgid "System status"
238
- msgstr ""
239
-
240
- #: facebook-button-plugin.php:314
241
- msgid "Environment"
242
- msgstr ""
243
-
244
- # @ facebook
245
- #: facebook-button-plugin.php:325
246
- #, fuzzy
247
- msgid "Active Plugins"
248
- msgstr "תוספים פעילים"
249
-
250
- # @ facebook
251
- #: facebook-button-plugin.php:336
252
- #, fuzzy
253
- msgid "Inactive Plugins"
254
- msgstr "תוספים פעילים"
255
-
256
- # @ facebook
257
- #: facebook-button-plugin.php:350
258
- #, fuzzy
259
- msgid "Send to support"
260
- msgstr "תמיכה"
261
-
262
- #: facebook-button-plugin.php:357
263
- msgid "Send to custom email &#187;"
264
- msgstr ""
265
-
266
- # @ facebook
267
- #: facebook-button-plugin.php:372
268
- #: facebook-button-plugin.php:485
269
  #, fuzzy
270
  msgid "Facebook Button Settings"
271
  msgstr "אפשרויות כפתור פייסבוק"
272
 
273
  # @ facebook
274
- #: facebook-button-plugin.php:372
275
  #, fuzzy
276
  msgid "Facebook Button"
277
  msgstr "כפתור פייסבוק"
278
 
279
  # @ facebook
280
- #: facebook-button-plugin.php:432
281
  #, fuzzy
282
  msgid "Settings saved"
283
  msgstr "הגדרות"
284
 
285
  # @ facebook
286
- #: facebook-button-plugin.php:454
287
  msgid "Error: File size > 32K"
288
  msgstr "שגיאה: גודל הקובץ גדול מ 32K"
289
 
290
  # @ facebook
291
- #: facebook-button-plugin.php:457
292
  msgid "Error: Invalid file type"
293
  msgstr "שגיאה: סוג קובץ שגוי"
294
 
295
  # @ facebook
296
- #: facebook-button-plugin.php:467
297
  msgid "Error: moving file failed"
298
  msgstr "שגיאה: העברת הקובץ נכשלה"
299
 
300
  # @ facebook
301
- #: facebook-button-plugin.php:471
302
  msgid "Error: check image width or height"
303
  msgstr "שגיאה: בדוק את רוחב וגובה התמונה"
304
 
305
  # @ facebook
306
- #: facebook-button-plugin.php:476
307
  msgid "Uploading Error: check image properties"
308
  msgstr "שגיאת טעינה: בדוק את מאפייני התמונה"
309
 
310
  # @ facebook
311
- #: facebook-button-plugin.php:492
312
  #, fuzzy
313
  msgid "Your Facebook ID:"
314
  msgstr "מזהה הפייסבוק שלך:"
315
 
316
  # @ facebook
317
- #: facebook-button-plugin.php:498
318
  msgid "Display button:"
319
  msgstr "הצג כפתור:"
320
 
321
  # @ captcha
322
- #: facebook-button-plugin.php:500
323
  msgid "My Page"
324
  msgstr "הדף שלי"
325
 
326
  # @ captcha
327
- #: facebook-button-plugin.php:501
328
  msgid "Like"
329
  msgstr "לייק"
330
 
331
  # @ facebook
332
- #: facebook-button-plugin.php:506
333
  #, fuzzy
334
  msgid "Choose display settings:"
335
  msgstr "בחר אפשרות תצוגה:"
336
 
337
  # @ facebook
338
- #: facebook-button-plugin.php:510
339
  #, fuzzy
340
  msgid "Standard Facebook image"
341
  msgstr "תמונת פייסבוק רגילה"
342
 
343
  # @ facebook
344
- #: facebook-button-plugin.php:512
345
  #, fuzzy
346
  msgid "Custom Facebook image"
347
  msgstr "תמונת פייסבוק מותאמת אישית"
348
 
349
  # @ facebook
350
- #: facebook-button-plugin.php:519
351
  msgid "Current image:"
352
  msgstr "תמונה נוכחית:"
353
 
354
  # @ facebook
355
- #: facebook-button-plugin.php:532
356
  #, fuzzy
357
  msgid "Facebook image:"
358
  msgstr "תמונת פייסבוק:"
359
 
360
  # @ facebook
361
- #: facebook-button-plugin.php:536
362
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
363
  msgstr "מאפייני תמונה: רוחב מירבי: 100 פיקסלים. גובה מירבי: 40 פיקסלים, גודל מירבי: 32KB, סוגי קובץ: \"jpg\", \"jpeg\"."
364
 
365
  # @ facebook
366
- #: facebook-button-plugin.php:544
367
  #, fuzzy
368
  msgid "Facebook Button Position:"
369
  msgstr "מיקום כפתור הפייסבוק:"
370
 
371
  # @ facebook
372
- #: facebook-button-plugin.php:548
373
  msgid "Before"
374
  msgstr "לפני"
375
 
376
  # @ facebook
377
- #: facebook-button-plugin.php:549
378
  msgid "After"
379
  msgstr "אחרי"
380
 
381
  # @ facebook
382
- #: facebook-button-plugin.php:550
383
  msgid "Before and After"
384
  msgstr "לפני ואחרי"
385
 
386
  # @ facebook
387
- #: facebook-button-plugin.php:551
388
  msgid "Shortcode"
389
  msgstr "קיצור קוד"
390
 
391
  # @ facebook
392
- #: facebook-button-plugin.php:553
393
  #, fuzzy
394
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
395
  msgstr "אם ברצונך להוסיף כפתור פייסבוק לאתר שלך, פשוט העתק את קיצור הקוד שלהלן והדבק אל הפוסט או הדף שלך:"
396
 
397
  # @ facebook
398
- #: facebook-button-plugin.php:558
399
  #, fuzzy
400
  msgid "Facebook Button language:"
401
  msgstr "שפת כפתור פייסבוק:"
402
 
403
  # @ facebook
404
- #: facebook-button-plugin.php:669
405
  #, fuzzy
406
  msgid "Change the language of Facebook Like Button"
407
  msgstr "בחר שפה לכפתור לייק"
408
 
409
  # @ default
410
- #: facebook-button-plugin.php:675
411
  msgid "Save Changes"
412
  msgstr "שמור שינויים"
413
 
414
  # @ facebook
415
- #: facebook-button-plugin.php:795
 
 
 
 
 
 
416
  msgid "FAQ"
417
  msgstr "שאלות ותשובות"
418
 
419
  # @ facebook
420
- #: facebook-button-plugin.php:796
421
  msgid "Support"
422
  msgstr "תמיכה"
423
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
424
  # @ facebook
425
  #, fuzzy
426
  #~ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Facebook Button Plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-09-04 14:30+0300\n"
6
+ "PO-Revision-Date: 2013-09-04 14:30+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
18
  "X-Generator: Poedit 1.5.4\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  # @ facebook
22
+ #: facebook-button-plugin.php:32
23
+ #: facebook-button-plugin.php:143
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  #, fuzzy
25
  msgid "Facebook Button Settings"
26
  msgstr "אפשרויות כפתור פייסבוק"
27
 
28
  # @ facebook
29
+ #: facebook-button-plugin.php:32
30
  #, fuzzy
31
  msgid "Facebook Button"
32
  msgstr "כפתור פייסבוק"
33
 
34
  # @ facebook
35
+ #: facebook-button-plugin.php:91
36
  #, fuzzy
37
  msgid "Settings saved"
38
  msgstr "הגדרות"
39
 
40
  # @ facebook
41
+ #: facebook-button-plugin.php:113
42
  msgid "Error: File size > 32K"
43
  msgstr "שגיאה: גודל הקובץ גדול מ 32K"
44
 
45
  # @ facebook
46
+ #: facebook-button-plugin.php:116
47
  msgid "Error: Invalid file type"
48
  msgstr "שגיאה: סוג קובץ שגוי"
49
 
50
  # @ facebook
51
+ #: facebook-button-plugin.php:126
52
  msgid "Error: moving file failed"
53
  msgstr "שגיאה: העברת הקובץ נכשלה"
54
 
55
  # @ facebook
56
+ #: facebook-button-plugin.php:130
57
  msgid "Error: check image width or height"
58
  msgstr "שגיאה: בדוק את רוחב וגובה התמונה"
59
 
60
  # @ facebook
61
+ #: facebook-button-plugin.php:135
62
  msgid "Uploading Error: check image properties"
63
  msgstr "שגיאת טעינה: בדוק את מאפייני התמונה"
64
 
65
  # @ facebook
66
+ #: facebook-button-plugin.php:150
67
  #, fuzzy
68
  msgid "Your Facebook ID:"
69
  msgstr "מזהה הפייסבוק שלך:"
70
 
71
  # @ facebook
72
+ #: facebook-button-plugin.php:156
73
  msgid "Display button:"
74
  msgstr "הצג כפתור:"
75
 
76
  # @ captcha
77
+ #: facebook-button-plugin.php:158
78
  msgid "My Page"
79
  msgstr "הדף שלי"
80
 
81
  # @ captcha
82
+ #: facebook-button-plugin.php:159
83
  msgid "Like"
84
  msgstr "לייק"
85
 
86
  # @ facebook
87
+ #: facebook-button-plugin.php:164
88
  #, fuzzy
89
  msgid "Choose display settings:"
90
  msgstr "בחר אפשרות תצוגה:"
91
 
92
  # @ facebook
93
+ #: facebook-button-plugin.php:168
94
  #, fuzzy
95
  msgid "Standard Facebook image"
96
  msgstr "תמונת פייסבוק רגילה"
97
 
98
  # @ facebook
99
+ #: facebook-button-plugin.php:170
100
  #, fuzzy
101
  msgid "Custom Facebook image"
102
  msgstr "תמונת פייסבוק מותאמת אישית"
103
 
104
  # @ facebook
105
+ #: facebook-button-plugin.php:177
106
  msgid "Current image:"
107
  msgstr "תמונה נוכחית:"
108
 
109
  # @ facebook
110
+ #: facebook-button-plugin.php:190
111
  #, fuzzy
112
  msgid "Facebook image:"
113
  msgstr "תמונת פייסבוק:"
114
 
115
  # @ facebook
116
+ #: facebook-button-plugin.php:194
117
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
118
  msgstr "מאפייני תמונה: רוחב מירבי: 100 פיקסלים. גובה מירבי: 40 פיקסלים, גודל מירבי: 32KB, סוגי קובץ: \"jpg\", \"jpeg\"."
119
 
120
  # @ facebook
121
+ #: facebook-button-plugin.php:202
122
  #, fuzzy
123
  msgid "Facebook Button Position:"
124
  msgstr "מיקום כפתור הפייסבוק:"
125
 
126
  # @ facebook
127
+ #: facebook-button-plugin.php:206
128
  msgid "Before"
129
  msgstr "לפני"
130
 
131
  # @ facebook
132
+ #: facebook-button-plugin.php:207
133
  msgid "After"
134
  msgstr "אחרי"
135
 
136
  # @ facebook
137
+ #: facebook-button-plugin.php:208
138
  msgid "Before and After"
139
  msgstr "לפני ואחרי"
140
 
141
  # @ facebook
142
+ #: facebook-button-plugin.php:209
143
  msgid "Shortcode"
144
  msgstr "קיצור קוד"
145
 
146
  # @ facebook
147
+ #: facebook-button-plugin.php:211
148
  #, fuzzy
149
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
150
  msgstr "אם ברצונך להוסיף כפתור פייסבוק לאתר שלך, פשוט העתק את קיצור הקוד שלהלן והדבק אל הפוסט או הדף שלך:"
151
 
152
  # @ facebook
153
+ #: facebook-button-plugin.php:216
154
  #, fuzzy
155
  msgid "Facebook Button language:"
156
  msgstr "שפת כפתור פייסבוק:"
157
 
158
  # @ facebook
159
+ #: facebook-button-plugin.php:327
160
  #, fuzzy
161
  msgid "Change the language of Facebook Like Button"
162
  msgstr "בחר שפה לכפתור לייק"
163
 
164
  # @ default
165
+ #: facebook-button-plugin.php:333
166
  msgid "Save Changes"
167
  msgstr "שמור שינויים"
168
 
169
  # @ facebook
170
+ #: facebook-button-plugin.php:438
171
+ #: facebook-button-plugin.php:450
172
+ msgid "Settings"
173
+ msgstr "הגדרות"
174
+
175
+ # @ facebook
176
+ #: facebook-button-plugin.php:451
177
  msgid "FAQ"
178
  msgstr "שאלות ותשובות"
179
 
180
  # @ facebook
181
+ #: facebook-button-plugin.php:452
182
  msgid "Support"
183
  msgstr "תמיכה"
184
 
185
+ # @ captcha
186
+ #, fuzzy
187
+ #~ msgid "Memory usage"
188
+ #~ msgstr "הדף שלי"
189
+
190
+ # @ facebook
191
+ #, fuzzy
192
+ #~ msgid "Pro plugins"
193
+ #~ msgstr "תוספים מומלצים"
194
+
195
+ # @ facebook
196
+ #~ msgid "Activated plugins"
197
+ #~ msgstr "תוספים פעילים"
198
+ # @ facebook
199
+ #~ msgid "Read more"
200
+ #~ msgstr "קרא עוד"
201
+ # @ facebook
202
+ #~ msgid "Installed plugins"
203
+ #~ msgstr "תוספים מותקנים"
204
+ # @ facebook
205
+ #~ msgid "Recommended plugins"
206
+ #~ msgstr "תוספים מומלצים"
207
+ # @ facebook
208
+ #, fuzzy
209
+ #~ msgid "Free plugins"
210
+ #~ msgstr "תוספים מומלצים"
211
+
212
+ # @ facebook
213
+ #~ msgid "Download"
214
+ #~ msgstr "הורד"
215
+ # @ default
216
+ #~ msgid "Install %s"
217
+ #~ msgstr "התקן %s"
218
+ # @ facebook
219
+ #~ msgid "Install now from wordpress.org"
220
+ #~ msgstr "הורד כעת מ wordpress.org"
221
+ # @ facebook
222
+ #, fuzzy
223
+ #~ msgid "Active Plugins"
224
+ #~ msgstr "תוספים פעילים"
225
+
226
+ # @ facebook
227
+ #, fuzzy
228
+ #~ msgid "Inactive Plugins"
229
+ #~ msgstr "תוספים פעילים"
230
+
231
+ # @ facebook
232
+ #, fuzzy
233
+ #~ msgid "Send to support"
234
+ #~ msgstr "תמיכה"
235
+
236
  # @ facebook
237
  #, fuzzy
238
  #~ msgid ""
languages/facebook-ru_RU.mo CHANGED
Binary file
languages/facebook-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-07-18 13:29+0300\n"
6
- "PO-Revision-Date: 2013-07-18 13:32+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,348 +16,226 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: facebook-button-plugin.php:107
20
- msgid "Not set"
21
- msgstr "Не задан"
22
-
23
- #: facebook-button-plugin.php:109
24
- #: facebook-button-plugin.php:113
25
- msgid "On"
26
- msgstr "Вкл"
27
-
28
- #: facebook-button-plugin.php:111
29
- #: facebook-button-plugin.php:115
30
- msgid "Off"
31
- msgstr "Выкл"
32
-
33
- #: facebook-button-plugin.php:119
34
- #: facebook-button-plugin.php:123
35
- #: facebook-button-plugin.php:127
36
- #: facebook-button-plugin.php:131
37
- #: facebook-button-plugin.php:135
38
- #: facebook-button-plugin.php:161
39
- msgid "N/A"
40
- msgstr "Неизвестно"
41
-
42
- #: facebook-button-plugin.php:133
43
- msgid " Mb"
44
- msgstr " Mb"
45
-
46
- #: facebook-button-plugin.php:137
47
- #: facebook-button-plugin.php:141
48
- #: facebook-button-plugin.php:145
49
- #: facebook-button-plugin.php:156
50
- msgid "Yes"
51
- msgstr "Да"
52
-
53
- #: facebook-button-plugin.php:139
54
  #: facebook-button-plugin.php:143
55
- #: facebook-button-plugin.php:147
56
- #: facebook-button-plugin.php:158
57
- msgid "No"
58
- msgstr "Нет"
59
-
60
- #: facebook-button-plugin.php:172
61
- msgid "Operating System"
62
- msgstr "Операционная система"
63
-
64
- #: facebook-button-plugin.php:173
65
- msgid "Server"
66
- msgstr "Тип сервера"
67
-
68
- #: facebook-button-plugin.php:174
69
- msgid "Memory usage"
70
- msgstr "Памяти использовано"
71
-
72
- #: facebook-button-plugin.php:175
73
- msgid "MYSQL Version"
74
- msgstr "Версия MYSQL"
75
-
76
- #: facebook-button-plugin.php:176
77
- msgid "SQL Mode"
78
- msgstr "Режим SQL"
79
-
80
- #: facebook-button-plugin.php:177
81
- msgid "PHP Version"
82
- msgstr "Версия PHP"
83
-
84
- #: facebook-button-plugin.php:178
85
- msgid "PHP Safe Mode"
86
- msgstr "PHP Safe Mode"
87
-
88
- #: facebook-button-plugin.php:179
89
- msgid "PHP Allow URL fopen"
90
- msgstr "PHP Allow URL fopen"
91
-
92
- #: facebook-button-plugin.php:180
93
- msgid "PHP Memory Limit"
94
- msgstr "Лимит памяти"
95
-
96
- #: facebook-button-plugin.php:181
97
- msgid "PHP Max Upload Size"
98
- msgstr "Макс. размер загружаемого файла"
99
-
100
- #: facebook-button-plugin.php:182
101
- msgid "PHP Max Post Size"
102
- msgstr "Макс. размер записи"
103
-
104
- #: facebook-button-plugin.php:183
105
- msgid "PHP Max Script Execute Time"
106
- msgstr "Макс. время выполнения сценария"
107
-
108
- #: facebook-button-plugin.php:184
109
- msgid "PHP Exif support"
110
- msgstr "Поддержка PHP Exif"
111
-
112
- #: facebook-button-plugin.php:185
113
- msgid "PHP IPTC support"
114
- msgstr "Поддержка PHP IPTC"
115
-
116
- #: facebook-button-plugin.php:186
117
- msgid "PHP XML support"
118
- msgstr "Поддержка PHP XML"
119
-
120
- #: facebook-button-plugin.php:187
121
- msgid "Site URL"
122
- msgstr "Адрес сайта"
123
-
124
- #: facebook-button-plugin.php:188
125
- msgid "Home URL"
126
- msgstr "Основной адрес сайта"
127
-
128
- #: facebook-button-plugin.php:189
129
- msgid "WordPress Version"
130
- msgstr "Версия WordPress"
131
-
132
- #: facebook-button-plugin.php:190
133
- msgid "WordPress DB Version"
134
- msgstr "Версия базы данных WordPress"
135
-
136
- #: facebook-button-plugin.php:191
137
- msgid "Multisite"
138
- msgstr "Мультиблог"
139
-
140
- #: facebook-button-plugin.php:192
141
- msgid "Active Theme"
142
- msgstr "Текущая тема"
143
-
144
- #: facebook-button-plugin.php:207
145
- msgid "Please enter a valid email address."
146
- msgstr "Пожалуйста, введите валидный емайл."
147
-
148
- #: facebook-button-plugin.php:211
149
- msgid "Email with system info is sent to "
150
- msgstr "E-mail с системной информацией отправлен на"
151
-
152
- #: facebook-button-plugin.php:215
153
- msgid "Thank you for contacting us."
154
- msgstr "Спасибо, что связались с нами."
155
-
156
- #: facebook-button-plugin.php:243
157
- msgid "Sorry, email message could not be delivered."
158
- msgstr "Извините, ваш email не может быть отправлен."
159
-
160
- #: facebook-button-plugin.php:251
161
- msgid "Pro plugins"
162
- msgstr "Pro плагины"
163
-
164
- #: facebook-button-plugin.php:254
165
- #: facebook-button-plugin.php:280
166
- msgid "Activated plugins"
167
- msgstr "Активированные плагины"
168
-
169
- #: facebook-button-plugin.php:256
170
- #: facebook-button-plugin.php:264
171
- #: facebook-button-plugin.php:272
172
- #: facebook-button-plugin.php:282
173
- #: facebook-button-plugin.php:290
174
- #: facebook-button-plugin.php:298
175
- msgid "Read more"
176
- msgstr "Подробнее..."
177
-
178
- #: facebook-button-plugin.php:256
179
- #: facebook-button-plugin.php:282
180
- #: facebook-button-plugin.php:782
181
- #: facebook-button-plugin.php:794
182
- msgid "Settings"
183
- msgstr "Настройки"
184
-
185
- #: facebook-button-plugin.php:262
186
- #: facebook-button-plugin.php:288
187
- msgid "Installed plugins"
188
- msgstr "Установленные плагины"
189
-
190
- #: facebook-button-plugin.php:270
191
- #: facebook-button-plugin.php:296
192
- msgid "Recommended plugins"
193
- msgstr "Рекомендованные к установке плагины"
194
-
195
- #: facebook-button-plugin.php:272
196
- msgid "Purchase"
197
- msgstr "Купить"
198
-
199
- #: facebook-button-plugin.php:277
200
- msgid "Free plugins"
201
- msgstr "Бесплатные плагины"
202
-
203
- #: facebook-button-plugin.php:298
204
- msgid "Download"
205
- msgstr "Скачать"
206
-
207
- #: facebook-button-plugin.php:298
208
- #, php-format
209
- msgid "Install %s"
210
- msgstr "Установлено %s"
211
-
212
- #: facebook-button-plugin.php:298
213
- msgid "Install now from wordpress.org"
214
- msgstr "Установить с wordpress.org"
215
-
216
- #: facebook-button-plugin.php:303
217
- msgid "If you have any questions, please contact us via"
218
- msgstr "Если у вас есть какие-то вопросы, обращайтесь на"
219
-
220
- #: facebook-button-plugin.php:310
221
- msgid "System status"
222
- msgstr "Системная информация"
223
-
224
- #: facebook-button-plugin.php:314
225
- msgid "Environment"
226
- msgstr "Системная среда"
227
-
228
- #: facebook-button-plugin.php:325
229
- msgid "Active Plugins"
230
- msgstr "Активированные плагины"
231
-
232
- #: facebook-button-plugin.php:336
233
- msgid "Inactive Plugins"
234
- msgstr "Неактивированные плагины"
235
-
236
- #: facebook-button-plugin.php:350
237
- msgid "Send to support"
238
- msgstr "Отправить в тех.поддержку"
239
-
240
- #: facebook-button-plugin.php:357
241
- msgid "Send to custom email &#187;"
242
- msgstr "Отправить на емейл &#187;"
243
-
244
- #: facebook-button-plugin.php:372
245
- #: facebook-button-plugin.php:485
246
  msgid "Facebook Button Settings"
247
  msgstr "Настройки Facebook Кнопки"
248
 
249
- #: facebook-button-plugin.php:372
250
  msgid "Facebook Button"
251
  msgstr "Facebook кнопка"
252
 
253
- #: facebook-button-plugin.php:432
254
  msgid "Settings saved"
255
  msgstr "Настройки сохранены"
256
 
257
- #: facebook-button-plugin.php:454
258
  msgid "Error: File size > 32K"
259
  msgstr "Ошибка: Размер файла больше 32К"
260
 
261
- #: facebook-button-plugin.php:457
262
  msgid "Error: Invalid file type"
263
  msgstr "Ошибка: Некорректный тип файла"
264
 
265
- #: facebook-button-plugin.php:467
266
  msgid "Error: moving file failed"
267
  msgstr "Ошибка: При перемещении произошла ошибка"
268
 
269
- #: facebook-button-plugin.php:471
270
  msgid "Error: check image width or height"
271
  msgstr "Ошибка: Проверьте ширину и высоту изображения"
272
 
273
- #: facebook-button-plugin.php:476
274
  msgid "Uploading Error: check image properties"
275
  msgstr "Ошибка загрузки: Проверьте опции изображения"
276
 
277
- #: facebook-button-plugin.php:492
278
  msgid "Your Facebook ID:"
279
  msgstr "Ваш Facebook ID:"
280
 
281
- #: facebook-button-plugin.php:498
282
  msgid "Display button:"
283
  msgstr "Отображение кнопок:"
284
 
285
- #: facebook-button-plugin.php:500
286
  msgid "My Page"
287
  msgstr "My Page"
288
 
289
- #: facebook-button-plugin.php:501
290
  msgid "Like"
291
  msgstr "Like"
292
 
293
- #: facebook-button-plugin.php:506
294
  msgid "Choose display settings:"
295
  msgstr "Выбор опций отображения:"
296
 
297
- #: facebook-button-plugin.php:510
298
  msgid "Standard Facebook image"
299
  msgstr "Стандартная картинка Facebook"
300
 
301
- #: facebook-button-plugin.php:512
302
  msgid "Custom Facebook image"
303
  msgstr "Пользовательская картинка Facebook"
304
 
305
- #: facebook-button-plugin.php:519
306
  msgid "Current image:"
307
  msgstr "Текущее изображение:"
308
 
309
- #: facebook-button-plugin.php:532
310
  msgid "Facebook image:"
311
  msgstr "Facebook изображение:"
312
 
313
- #: facebook-button-plugin.php:536
314
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
315
  msgstr "Опции изображения для загрузки: максимальная ширина:100px; максимальная высота:40px; максимальный размер:32Kb; тип файла:\"jpg\", \"jpeg\"."
316
 
317
- #: facebook-button-plugin.php:544
318
  msgid "Facebook Button Position:"
319
  msgstr "Позиции Facebook кнопки:"
320
 
321
- #: facebook-button-plugin.php:548
322
  msgid "Before"
323
  msgstr "Перед"
324
 
325
- #: facebook-button-plugin.php:549
326
  msgid "After"
327
  msgstr "После"
328
 
329
- #: facebook-button-plugin.php:550
330
  msgid "Before and After"
331
  msgstr "Перед и после"
332
 
333
- #: facebook-button-plugin.php:551
334
  msgid "Shortcode"
335
  msgstr "Шорткод"
336
 
337
- #: facebook-button-plugin.php:553
338
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
339
  msgstr "Если вы хотите добавить Facebook кнопку на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста"
340
 
341
- #: facebook-button-plugin.php:558
342
  msgid "Facebook Button language:"
343
  msgstr "Язык для Facebook кнопки:"
344
 
345
- #: facebook-button-plugin.php:669
346
  msgid "Change the language of Facebook Like Button"
347
  msgstr "Выберите язык для Like кнопки"
348
 
349
- #: facebook-button-plugin.php:675
350
  msgid "Save Changes"
351
  msgstr "Сохранить изменения"
352
 
353
- #: facebook-button-plugin.php:795
 
 
 
 
 
354
  msgid "FAQ"
355
  msgstr "FAQ"
356
 
357
- #: facebook-button-plugin.php:796
358
  msgid "Support"
359
  msgstr "Поддержка"
360
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
361
  #~ msgid ""
362
  #~ "If you have any questions, please contact us via plugin@bestwebsoft.com "
363
  #~ "or fill out the contact form on our website"
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-09-04 14:30+0300\n"
6
+ "PO-Revision-Date: 2013-09-04 14:30+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
+ #: facebook-button-plugin.php:32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  #: facebook-button-plugin.php:143
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  msgid "Facebook Button Settings"
22
  msgstr "Настройки Facebook Кнопки"
23
 
24
+ #: facebook-button-plugin.php:32
25
  msgid "Facebook Button"
26
  msgstr "Facebook кнопка"
27
 
28
+ #: facebook-button-plugin.php:91
29
  msgid "Settings saved"
30
  msgstr "Настройки сохранены"
31
 
32
+ #: facebook-button-plugin.php:113
33
  msgid "Error: File size > 32K"
34
  msgstr "Ошибка: Размер файла больше 32К"
35
 
36
+ #: facebook-button-plugin.php:116
37
  msgid "Error: Invalid file type"
38
  msgstr "Ошибка: Некорректный тип файла"
39
 
40
+ #: facebook-button-plugin.php:126
41
  msgid "Error: moving file failed"
42
  msgstr "Ошибка: При перемещении произошла ошибка"
43
 
44
+ #: facebook-button-plugin.php:130
45
  msgid "Error: check image width or height"
46
  msgstr "Ошибка: Проверьте ширину и высоту изображения"
47
 
48
+ #: facebook-button-plugin.php:135
49
  msgid "Uploading Error: check image properties"
50
  msgstr "Ошибка загрузки: Проверьте опции изображения"
51
 
52
+ #: facebook-button-plugin.php:150
53
  msgid "Your Facebook ID:"
54
  msgstr "Ваш Facebook ID:"
55
 
56
+ #: facebook-button-plugin.php:156
57
  msgid "Display button:"
58
  msgstr "Отображение кнопок:"
59
 
60
+ #: facebook-button-plugin.php:158
61
  msgid "My Page"
62
  msgstr "My Page"
63
 
64
+ #: facebook-button-plugin.php:159
65
  msgid "Like"
66
  msgstr "Like"
67
 
68
+ #: facebook-button-plugin.php:164
69
  msgid "Choose display settings:"
70
  msgstr "Выбор опций отображения:"
71
 
72
+ #: facebook-button-plugin.php:168
73
  msgid "Standard Facebook image"
74
  msgstr "Стандартная картинка Facebook"
75
 
76
+ #: facebook-button-plugin.php:170
77
  msgid "Custom Facebook image"
78
  msgstr "Пользовательская картинка Facebook"
79
 
80
+ #: facebook-button-plugin.php:177
81
  msgid "Current image:"
82
  msgstr "Текущее изображение:"
83
 
84
+ #: facebook-button-plugin.php:190
85
  msgid "Facebook image:"
86
  msgstr "Facebook изображение:"
87
 
88
+ #: facebook-button-plugin.php:194
89
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
90
  msgstr "Опции изображения для загрузки: максимальная ширина:100px; максимальная высота:40px; максимальный размер:32Kb; тип файла:\"jpg\", \"jpeg\"."
91
 
92
+ #: facebook-button-plugin.php:202
93
  msgid "Facebook Button Position:"
94
  msgstr "Позиции Facebook кнопки:"
95
 
96
+ #: facebook-button-plugin.php:206
97
  msgid "Before"
98
  msgstr "Перед"
99
 
100
+ #: facebook-button-plugin.php:207
101
  msgid "After"
102
  msgstr "После"
103
 
104
+ #: facebook-button-plugin.php:208
105
  msgid "Before and After"
106
  msgstr "Перед и после"
107
 
108
+ #: facebook-button-plugin.php:209
109
  msgid "Shortcode"
110
  msgstr "Шорткод"
111
 
112
+ #: facebook-button-plugin.php:211
113
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
114
  msgstr "Если вы хотите добавить Facebook кнопку на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста"
115
 
116
+ #: facebook-button-plugin.php:216
117
  msgid "Facebook Button language:"
118
  msgstr "Язык для Facebook кнопки:"
119
 
120
+ #: facebook-button-plugin.php:327
121
  msgid "Change the language of Facebook Like Button"
122
  msgstr "Выберите язык для Like кнопки"
123
 
124
+ #: facebook-button-plugin.php:333
125
  msgid "Save Changes"
126
  msgstr "Сохранить изменения"
127
 
128
+ #: facebook-button-plugin.php:438
129
+ #: facebook-button-plugin.php:450
130
+ msgid "Settings"
131
+ msgstr "Настройки"
132
+
133
+ #: facebook-button-plugin.php:451
134
  msgid "FAQ"
135
  msgstr "FAQ"
136
 
137
+ #: facebook-button-plugin.php:452
138
  msgid "Support"
139
  msgstr "Поддержка"
140
 
141
+ #~ msgid "Not set"
142
+ #~ msgstr "Не задан"
143
+ #~ msgid "On"
144
+ #~ msgstr "Вкл"
145
+ #~ msgid "Off"
146
+ #~ msgstr "Выкл"
147
+ #~ msgid "N/A"
148
+ #~ msgstr "Неизвестно"
149
+ #~ msgid " Mb"
150
+ #~ msgstr " Mb"
151
+ #~ msgid "Yes"
152
+ #~ msgstr "Да"
153
+ #~ msgid "No"
154
+ #~ msgstr "Нет"
155
+ #~ msgid "Operating System"
156
+ #~ msgstr "Операционная система"
157
+ #~ msgid "Server"
158
+ #~ msgstr "Тип сервера"
159
+ #~ msgid "Memory usage"
160
+ #~ msgstr "Памяти использовано"
161
+ #~ msgid "MYSQL Version"
162
+ #~ msgstr "Версия MYSQL"
163
+ #~ msgid "SQL Mode"
164
+ #~ msgstr "Режим SQL"
165
+ #~ msgid "PHP Version"
166
+ #~ msgstr "Версия PHP"
167
+ #~ msgid "PHP Safe Mode"
168
+ #~ msgstr "PHP Safe Mode"
169
+ #~ msgid "PHP Allow URL fopen"
170
+ #~ msgstr "PHP Allow URL fopen"
171
+ #~ msgid "PHP Memory Limit"
172
+ #~ msgstr "Лимит памяти"
173
+ #~ msgid "PHP Max Upload Size"
174
+ #~ msgstr "Макс. размер загружаемого файла"
175
+ #~ msgid "PHP Max Post Size"
176
+ #~ msgstr "Макс. размер записи"
177
+ #~ msgid "PHP Max Script Execute Time"
178
+ #~ msgstr "Макс. время выполнения сценария"
179
+ #~ msgid "PHP Exif support"
180
+ #~ msgstr "Поддержка PHP Exif"
181
+ #~ msgid "PHP IPTC support"
182
+ #~ msgstr "Поддержка PHP IPTC"
183
+ #~ msgid "PHP XML support"
184
+ #~ msgstr "Поддержка PHP XML"
185
+ #~ msgid "Site URL"
186
+ #~ msgstr "Адрес сайта"
187
+ #~ msgid "Home URL"
188
+ #~ msgstr "Основной адрес сайта"
189
+ #~ msgid "WordPress Version"
190
+ #~ msgstr "Версия WordPress"
191
+ #~ msgid "WordPress DB Version"
192
+ #~ msgstr "Версия базы данных WordPress"
193
+ #~ msgid "Multisite"
194
+ #~ msgstr "Мультиблог"
195
+ #~ msgid "Active Theme"
196
+ #~ msgstr "Текущая тема"
197
+ #~ msgid "Please enter a valid email address."
198
+ #~ msgstr "Пожалуйста, введите валидный емайл."
199
+ #~ msgid "Email with system info is sent to "
200
+ #~ msgstr "E-mail с системной информацией отправлен на"
201
+ #~ msgid "Thank you for contacting us."
202
+ #~ msgstr "Спасибо, что связались с нами."
203
+ #~ msgid "Sorry, email message could not be delivered."
204
+ #~ msgstr "Извините, ваш email не может быть отправлен."
205
+ #~ msgid "Pro plugins"
206
+ #~ msgstr "Pro плагины"
207
+ #~ msgid "Activated plugins"
208
+ #~ msgstr "Активированные плагины"
209
+ #~ msgid "Read more"
210
+ #~ msgstr "Подробнее..."
211
+ #~ msgid "Installed plugins"
212
+ #~ msgstr "Установленные плагины"
213
+ #~ msgid "Recommended plugins"
214
+ #~ msgstr "Рекомендованные к установке плагины"
215
+ #~ msgid "Purchase"
216
+ #~ msgstr "Купить"
217
+ #~ msgid "Free plugins"
218
+ #~ msgstr "Бесплатные плагины"
219
+ #~ msgid "Download"
220
+ #~ msgstr "Скачать"
221
+ #~ msgid "Install %s"
222
+ #~ msgstr "Установлено %s"
223
+ #~ msgid "Install now from wordpress.org"
224
+ #~ msgstr "Установить с wordpress.org"
225
+ #~ msgid "If you have any questions, please contact us via"
226
+ #~ msgstr "Если у вас есть какие-то вопросы, обращайтесь на"
227
+ #~ msgid "System status"
228
+ #~ msgstr "Системная информация"
229
+ #~ msgid "Environment"
230
+ #~ msgstr "Системная среда"
231
+ #~ msgid "Active Plugins"
232
+ #~ msgstr "Активированные плагины"
233
+ #~ msgid "Inactive Plugins"
234
+ #~ msgstr "Неактивированные плагины"
235
+ #~ msgid "Send to support"
236
+ #~ msgstr "Отправить в тех.поддержку"
237
+ #~ msgid "Send to custom email &#187;"
238
+ #~ msgstr "Отправить на емейл &#187;"
239
  #~ msgid ""
240
  #~ "If you have any questions, please contact us via plugin@bestwebsoft.com "
241
  #~ "or fill out the contact form on our website"
languages/facebook-sr_RS.mo CHANGED
Binary file
languages/facebook-sr_RS.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-07-18 13:32+0300\n"
6
- "PO-Revision-Date: 2013-07-18 13:32+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Georgijevic Team <http://www.georgijevic.info>\n"
9
  "MIME-Version: 1.0\n"
@@ -15,366 +15,178 @@ msgstr ""
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: facebook-button-plugin.php:107
19
- msgid "Not set"
20
- msgstr ""
21
-
22
- #: facebook-button-plugin.php:109
23
- #: facebook-button-plugin.php:113
24
- msgid "On"
25
- msgstr ""
26
-
27
- #: facebook-button-plugin.php:111
28
- #: facebook-button-plugin.php:115
29
- msgid "Off"
30
- msgstr ""
31
-
32
- #: facebook-button-plugin.php:119
33
- #: facebook-button-plugin.php:123
34
- #: facebook-button-plugin.php:127
35
- #: facebook-button-plugin.php:131
36
- #: facebook-button-plugin.php:135
37
- #: facebook-button-plugin.php:161
38
- msgid "N/A"
39
- msgstr ""
40
-
41
- #: facebook-button-plugin.php:133
42
- msgid " Mb"
43
- msgstr ""
44
-
45
- #: facebook-button-plugin.php:137
46
- #: facebook-button-plugin.php:141
47
- #: facebook-button-plugin.php:145
48
- #: facebook-button-plugin.php:156
49
- msgid "Yes"
50
- msgstr ""
51
-
52
- #: facebook-button-plugin.php:139
53
  #: facebook-button-plugin.php:143
54
- #: facebook-button-plugin.php:147
55
- #: facebook-button-plugin.php:158
56
- msgid "No"
57
- msgstr ""
58
-
59
- #: facebook-button-plugin.php:172
60
- msgid "Operating System"
61
- msgstr ""
62
-
63
- #: facebook-button-plugin.php:173
64
- msgid "Server"
65
- msgstr ""
66
-
67
- #: facebook-button-plugin.php:174
68
- #, fuzzy
69
- msgid "Memory usage"
70
- msgstr "Moja Strana"
71
-
72
- #: facebook-button-plugin.php:175
73
- msgid "MYSQL Version"
74
- msgstr ""
75
-
76
- #: facebook-button-plugin.php:176
77
- msgid "SQL Mode"
78
- msgstr ""
79
-
80
- #: facebook-button-plugin.php:177
81
- msgid "PHP Version"
82
- msgstr ""
83
-
84
- #: facebook-button-plugin.php:178
85
- msgid "PHP Safe Mode"
86
- msgstr ""
87
-
88
- #: facebook-button-plugin.php:179
89
- msgid "PHP Allow URL fopen"
90
- msgstr ""
91
-
92
- #: facebook-button-plugin.php:180
93
- msgid "PHP Memory Limit"
94
- msgstr ""
95
-
96
- #: facebook-button-plugin.php:181
97
- msgid "PHP Max Upload Size"
98
- msgstr ""
99
-
100
- #: facebook-button-plugin.php:182
101
- msgid "PHP Max Post Size"
102
- msgstr ""
103
-
104
- #: facebook-button-plugin.php:183
105
- msgid "PHP Max Script Execute Time"
106
- msgstr ""
107
-
108
- #: facebook-button-plugin.php:184
109
- msgid "PHP Exif support"
110
- msgstr ""
111
-
112
- #: facebook-button-plugin.php:185
113
- msgid "PHP IPTC support"
114
- msgstr ""
115
-
116
- #: facebook-button-plugin.php:186
117
- msgid "PHP XML support"
118
- msgstr ""
119
-
120
- #: facebook-button-plugin.php:187
121
- msgid "Site URL"
122
- msgstr ""
123
-
124
- #: facebook-button-plugin.php:188
125
- msgid "Home URL"
126
- msgstr ""
127
-
128
- #: facebook-button-plugin.php:189
129
- msgid "WordPress Version"
130
- msgstr ""
131
-
132
- #: facebook-button-plugin.php:190
133
- msgid "WordPress DB Version"
134
- msgstr ""
135
-
136
- #: facebook-button-plugin.php:191
137
- msgid "Multisite"
138
- msgstr ""
139
-
140
- #: facebook-button-plugin.php:192
141
- msgid "Active Theme"
142
- msgstr ""
143
-
144
- #: facebook-button-plugin.php:207
145
- msgid "Please enter a valid email address."
146
- msgstr ""
147
-
148
- #: facebook-button-plugin.php:211
149
- msgid "Email with system info is sent to "
150
- msgstr ""
151
-
152
- #: facebook-button-plugin.php:215
153
- msgid "Thank you for contacting us."
154
- msgstr ""
155
-
156
- #: facebook-button-plugin.php:243
157
- msgid "Sorry, email message could not be delivered."
158
- msgstr ""
159
-
160
- #: facebook-button-plugin.php:251
161
- #, fuzzy
162
- msgid "Pro plugins"
163
- msgstr "BWS Dodaci"
164
-
165
- #: facebook-button-plugin.php:254
166
- #: facebook-button-plugin.php:280
167
- msgid "Activated plugins"
168
- msgstr "Aktivni dodaci"
169
-
170
- #: facebook-button-plugin.php:256
171
- #: facebook-button-plugin.php:264
172
- #: facebook-button-plugin.php:272
173
- #: facebook-button-plugin.php:282
174
- #: facebook-button-plugin.php:290
175
- #: facebook-button-plugin.php:298
176
- msgid "Read more"
177
- msgstr "Čitaj više..."
178
-
179
- #: facebook-button-plugin.php:256
180
- #: facebook-button-plugin.php:282
181
- #: facebook-button-plugin.php:782
182
- #: facebook-button-plugin.php:794
183
- msgid "Settings"
184
- msgstr "Podešavanja"
185
-
186
- #: facebook-button-plugin.php:262
187
- #: facebook-button-plugin.php:288
188
- msgid "Installed plugins"
189
- msgstr "Instalirani dodaci"
190
-
191
- #: facebook-button-plugin.php:270
192
- #: facebook-button-plugin.php:296
193
- msgid "Recommended plugins"
194
- msgstr "Preporučeni dodaci"
195
-
196
- #: facebook-button-plugin.php:272
197
- msgid "Purchase"
198
- msgstr ""
199
-
200
- #: facebook-button-plugin.php:277
201
- #, fuzzy
202
- msgid "Free plugins"
203
- msgstr "Preporučeni dodaci"
204
-
205
- #: facebook-button-plugin.php:298
206
- msgid "Download"
207
- msgstr "Preuzmi"
208
-
209
- #: facebook-button-plugin.php:298
210
- #, php-format
211
- msgid "Install %s"
212
- msgstr "Instaliraj %s"
213
-
214
- #: facebook-button-plugin.php:298
215
- msgid "Install now from wordpress.org"
216
- msgstr "Instaliraj sa wordpress.org"
217
-
218
- #: facebook-button-plugin.php:303
219
- msgid "If you have any questions, please contact us via"
220
- msgstr ""
221
-
222
- #: facebook-button-plugin.php:310
223
- msgid "System status"
224
- msgstr ""
225
-
226
- #: facebook-button-plugin.php:314
227
- msgid "Environment"
228
- msgstr ""
229
-
230
- #: facebook-button-plugin.php:325
231
- #, fuzzy
232
- msgid "Active Plugins"
233
- msgstr "Aktivni dodaci"
234
-
235
- #: facebook-button-plugin.php:336
236
- #, fuzzy
237
- msgid "Inactive Plugins"
238
- msgstr "Aktivni dodaci"
239
-
240
- #: facebook-button-plugin.php:350
241
- #, fuzzy
242
- msgid "Send to support"
243
- msgstr "Podrška"
244
-
245
- #: facebook-button-plugin.php:357
246
- msgid "Send to custom email &#187;"
247
- msgstr ""
248
-
249
- #: facebook-button-plugin.php:372
250
- #: facebook-button-plugin.php:485
251
  #, fuzzy
252
  msgid "Facebook Button Settings"
253
  msgstr "Taster Facebook Opcija"
254
 
255
- #: facebook-button-plugin.php:372
256
  #, fuzzy
257
  msgid "Facebook Button"
258
  msgstr "Facebook taster"
259
 
260
- #: facebook-button-plugin.php:432
261
  #, fuzzy
262
  msgid "Settings saved"
263
  msgstr "Podešavanja"
264
 
265
- #: facebook-button-plugin.php:454
266
  msgid "Error: File size > 32K"
267
  msgstr "Greška: Veličina fajla prevazilazi 32К"
268
 
269
- #: facebook-button-plugin.php:457
270
  msgid "Error: Invalid file type"
271
  msgstr "Greška: Neispravan tip fajla"
272
 
273
- #: facebook-button-plugin.php:467
274
  msgid "Error: moving file failed"
275
  msgstr "Greška: premeštanje fajla nije uspelo"
276
 
277
- #: facebook-button-plugin.php:471
278
  msgid "Error: check image width or height"
279
  msgstr "Greška: Proverite širinu i visinu slike"
280
 
281
- #: facebook-button-plugin.php:476
282
  msgid "Uploading Error: check image properties"
283
  msgstr "Greška unosa: Proverite svojstva slike"
284
 
285
- #: facebook-button-plugin.php:492
286
  #, fuzzy
287
  msgid "Your Facebook ID:"
288
  msgstr "Vaš Facebook Id:"
289
 
290
- #: facebook-button-plugin.php:498
291
  msgid "Display button:"
292
  msgstr "Prikaži taster:"
293
 
294
- #: facebook-button-plugin.php:500
295
  msgid "My Page"
296
  msgstr "Moja Strana"
297
 
298
- #: facebook-button-plugin.php:501
299
  msgid "Like"
300
  msgstr "Like"
301
 
302
- #: facebook-button-plugin.php:506
303
  #, fuzzy
304
  msgid "Choose display settings:"
305
  msgstr "Izaberi opcije prikaza:"
306
 
307
- #: facebook-button-plugin.php:510
308
  #, fuzzy
309
  msgid "Standard Facebook image"
310
  msgstr "Standardna Facebook slika"
311
 
312
- #: facebook-button-plugin.php:512
313
  #, fuzzy
314
  msgid "Custom Facebook image"
315
  msgstr "Proizvoljna Facebook slika"
316
 
317
- #: facebook-button-plugin.php:519
318
  msgid "Current image:"
319
  msgstr "Aktuelna slika:"
320
 
321
- #: facebook-button-plugin.php:532
322
  #, fuzzy
323
  msgid "Facebook image:"
324
  msgstr "Facebook slika:"
325
 
326
- #: facebook-button-plugin.php:536
327
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
328
  msgstr "Svojstva slike: maksimalna širina:100px; maksimalna visina:40px; maksimalna veličina:32Kb; tip fajla:\"jpg\", \"jpeg\"."
329
 
330
- #: facebook-button-plugin.php:544
331
  #, fuzzy
332
  msgid "Facebook Button Position:"
333
  msgstr "Pozicija Facebook Tastera:"
334
 
335
- #: facebook-button-plugin.php:548
336
  msgid "Before"
337
  msgstr "Pre"
338
 
339
- #: facebook-button-plugin.php:549
340
  msgid "After"
341
  msgstr "Posle"
342
 
343
- #: facebook-button-plugin.php:550
344
  msgid "Before and After"
345
  msgstr "Pre i posle"
346
 
347
- #: facebook-button-plugin.php:551
348
  msgid "Shortcode"
349
  msgstr "Kratki kod"
350
 
351
- #: facebook-button-plugin.php:553
352
  #, fuzzy
353
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
354
  msgstr "Ako želite da dodate Facebook taster na vaš vebsajt, jednostavno iskopirajte ovaj kratak kod na vašu stranu ili članak:"
355
 
356
- #: facebook-button-plugin.php:558
357
  #, fuzzy
358
  msgid "Facebook Button language:"
359
  msgstr "Jezik Facebook tastera"
360
 
361
- #: facebook-button-plugin.php:669
362
  #, fuzzy
363
  msgid "Change the language of Facebook Like Button"
364
  msgstr "Izaberite jezik za Like taster"
365
 
366
- #: facebook-button-plugin.php:675
367
  msgid "Save Changes"
368
  msgstr "Sačuvaj Izmene"
369
 
370
- #: facebook-button-plugin.php:795
 
 
 
 
 
371
  msgid "FAQ"
372
  msgstr "FAQ"
373
 
374
- #: facebook-button-plugin.php:796
375
  msgid "Support"
376
  msgstr "Podrška"
377
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
378
  #, fuzzy
379
  #~ msgid ""
380
  #~ "If you have any questions, please contact us via plugin@bestwebsoft.com "
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-09-04 14:30+0300\n"
6
+ "PO-Revision-Date: 2013-09-04 14:30+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Georgijevic Team <http://www.georgijevic.info>\n"
9
  "MIME-Version: 1.0\n"
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: facebook-button-plugin.php:32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  #: facebook-button-plugin.php:143
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  #, fuzzy
21
  msgid "Facebook Button Settings"
22
  msgstr "Taster Facebook Opcija"
23
 
24
+ #: facebook-button-plugin.php:32
25
  #, fuzzy
26
  msgid "Facebook Button"
27
  msgstr "Facebook taster"
28
 
29
+ #: facebook-button-plugin.php:91
30
  #, fuzzy
31
  msgid "Settings saved"
32
  msgstr "Podešavanja"
33
 
34
+ #: facebook-button-plugin.php:113
35
  msgid "Error: File size > 32K"
36
  msgstr "Greška: Veličina fajla prevazilazi 32К"
37
 
38
+ #: facebook-button-plugin.php:116
39
  msgid "Error: Invalid file type"
40
  msgstr "Greška: Neispravan tip fajla"
41
 
42
+ #: facebook-button-plugin.php:126
43
  msgid "Error: moving file failed"
44
  msgstr "Greška: premeštanje fajla nije uspelo"
45
 
46
+ #: facebook-button-plugin.php:130
47
  msgid "Error: check image width or height"
48
  msgstr "Greška: Proverite širinu i visinu slike"
49
 
50
+ #: facebook-button-plugin.php:135
51
  msgid "Uploading Error: check image properties"
52
  msgstr "Greška unosa: Proverite svojstva slike"
53
 
54
+ #: facebook-button-plugin.php:150
55
  #, fuzzy
56
  msgid "Your Facebook ID:"
57
  msgstr "Vaš Facebook Id:"
58
 
59
+ #: facebook-button-plugin.php:156
60
  msgid "Display button:"
61
  msgstr "Prikaži taster:"
62
 
63
+ #: facebook-button-plugin.php:158
64
  msgid "My Page"
65
  msgstr "Moja Strana"
66
 
67
+ #: facebook-button-plugin.php:159
68
  msgid "Like"
69
  msgstr "Like"
70
 
71
+ #: facebook-button-plugin.php:164
72
  #, fuzzy
73
  msgid "Choose display settings:"
74
  msgstr "Izaberi opcije prikaza:"
75
 
76
+ #: facebook-button-plugin.php:168
77
  #, fuzzy
78
  msgid "Standard Facebook image"
79
  msgstr "Standardna Facebook slika"
80
 
81
+ #: facebook-button-plugin.php:170
82
  #, fuzzy
83
  msgid "Custom Facebook image"
84
  msgstr "Proizvoljna Facebook slika"
85
 
86
+ #: facebook-button-plugin.php:177
87
  msgid "Current image:"
88
  msgstr "Aktuelna slika:"
89
 
90
+ #: facebook-button-plugin.php:190
91
  #, fuzzy
92
  msgid "Facebook image:"
93
  msgstr "Facebook slika:"
94
 
95
+ #: facebook-button-plugin.php:194
96
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
97
  msgstr "Svojstva slike: maksimalna širina:100px; maksimalna visina:40px; maksimalna veličina:32Kb; tip fajla:\"jpg\", \"jpeg\"."
98
 
99
+ #: facebook-button-plugin.php:202
100
  #, fuzzy
101
  msgid "Facebook Button Position:"
102
  msgstr "Pozicija Facebook Tastera:"
103
 
104
+ #: facebook-button-plugin.php:206
105
  msgid "Before"
106
  msgstr "Pre"
107
 
108
+ #: facebook-button-plugin.php:207
109
  msgid "After"
110
  msgstr "Posle"
111
 
112
+ #: facebook-button-plugin.php:208
113
  msgid "Before and After"
114
  msgstr "Pre i posle"
115
 
116
+ #: facebook-button-plugin.php:209
117
  msgid "Shortcode"
118
  msgstr "Kratki kod"
119
 
120
+ #: facebook-button-plugin.php:211
121
  #, fuzzy
122
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
123
  msgstr "Ako želite da dodate Facebook taster na vaš vebsajt, jednostavno iskopirajte ovaj kratak kod na vašu stranu ili članak:"
124
 
125
+ #: facebook-button-plugin.php:216
126
  #, fuzzy
127
  msgid "Facebook Button language:"
128
  msgstr "Jezik Facebook tastera"
129
 
130
+ #: facebook-button-plugin.php:327
131
  #, fuzzy
132
  msgid "Change the language of Facebook Like Button"
133
  msgstr "Izaberite jezik za Like taster"
134
 
135
+ #: facebook-button-plugin.php:333
136
  msgid "Save Changes"
137
  msgstr "Sačuvaj Izmene"
138
 
139
+ #: facebook-button-plugin.php:438
140
+ #: facebook-button-plugin.php:450
141
+ msgid "Settings"
142
+ msgstr "Podešavanja"
143
+
144
+ #: facebook-button-plugin.php:451
145
  msgid "FAQ"
146
  msgstr "FAQ"
147
 
148
+ #: facebook-button-plugin.php:452
149
  msgid "Support"
150
  msgstr "Podrška"
151
 
152
+ #, fuzzy
153
+ #~ msgid "Memory usage"
154
+ #~ msgstr "Moja Strana"
155
+
156
+ #, fuzzy
157
+ #~ msgid "Pro plugins"
158
+ #~ msgstr "BWS Dodaci"
159
+ #~ msgid "Activated plugins"
160
+ #~ msgstr "Aktivni dodaci"
161
+ #~ msgid "Read more"
162
+ #~ msgstr "Čitaj više..."
163
+ #~ msgid "Installed plugins"
164
+ #~ msgstr "Instalirani dodaci"
165
+ #~ msgid "Recommended plugins"
166
+ #~ msgstr "Preporučeni dodaci"
167
+
168
+ #, fuzzy
169
+ #~ msgid "Free plugins"
170
+ #~ msgstr "Preporučeni dodaci"
171
+ #~ msgid "Download"
172
+ #~ msgstr "Preuzmi"
173
+ #~ msgid "Install %s"
174
+ #~ msgstr "Instaliraj %s"
175
+ #~ msgid "Install now from wordpress.org"
176
+ #~ msgstr "Instaliraj sa wordpress.org"
177
+
178
+ #, fuzzy
179
+ #~ msgid "Active Plugins"
180
+ #~ msgstr "Aktivni dodaci"
181
+
182
+ #, fuzzy
183
+ #~ msgid "Inactive Plugins"
184
+ #~ msgstr "Aktivni dodaci"
185
+
186
+ #, fuzzy
187
+ #~ msgid "Send to support"
188
+ #~ msgstr "Podrška"
189
+
190
  #, fuzzy
191
  #~ msgid ""
192
  #~ "If you have any questions, please contact us via plugin@bestwebsoft.com "
languages/facebook-tr_TR.mo CHANGED
Binary file
languages/facebook-tr_TR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-07-18 13:33+0300\n"
6
- "PO-Revision-Date: 2013-07-18 13:33+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,364 +16,173 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: facebook-button-plugin.php:107
20
- msgid "Not set"
21
- msgstr ""
22
-
23
- #: facebook-button-plugin.php:109
24
- #: facebook-button-plugin.php:113
25
- msgid "On"
26
- msgstr ""
27
-
28
- #: facebook-button-plugin.php:111
29
- #: facebook-button-plugin.php:115
30
- msgid "Off"
31
- msgstr ""
32
-
33
- #: facebook-button-plugin.php:119
34
- #: facebook-button-plugin.php:123
35
- #: facebook-button-plugin.php:127
36
- #: facebook-button-plugin.php:131
37
- #: facebook-button-plugin.php:135
38
- #: facebook-button-plugin.php:161
39
- msgid "N/A"
40
- msgstr ""
41
-
42
- #: facebook-button-plugin.php:133
43
- msgid " Mb"
44
- msgstr ""
45
-
46
- #: facebook-button-plugin.php:137
47
- #: facebook-button-plugin.php:141
48
- #: facebook-button-plugin.php:145
49
- #: facebook-button-plugin.php:156
50
- msgid "Yes"
51
- msgstr ""
52
-
53
- #: facebook-button-plugin.php:139
54
  #: facebook-button-plugin.php:143
55
- #: facebook-button-plugin.php:147
56
- #: facebook-button-plugin.php:158
57
- msgid "No"
58
- msgstr ""
59
-
60
- #: facebook-button-plugin.php:172
61
- msgid "Operating System"
62
- msgstr ""
63
-
64
- #: facebook-button-plugin.php:173
65
- msgid "Server"
66
- msgstr ""
67
-
68
- #: facebook-button-plugin.php:174
69
- msgid "Memory usage"
70
- msgstr ""
71
-
72
- #: facebook-button-plugin.php:175
73
- msgid "MYSQL Version"
74
- msgstr ""
75
-
76
- #: facebook-button-plugin.php:176
77
- msgid "SQL Mode"
78
- msgstr ""
79
-
80
- #: facebook-button-plugin.php:177
81
- msgid "PHP Version"
82
- msgstr ""
83
-
84
- #: facebook-button-plugin.php:178
85
- msgid "PHP Safe Mode"
86
- msgstr ""
87
-
88
- #: facebook-button-plugin.php:179
89
- msgid "PHP Allow URL fopen"
90
- msgstr ""
91
-
92
- #: facebook-button-plugin.php:180
93
- msgid "PHP Memory Limit"
94
- msgstr ""
95
-
96
- #: facebook-button-plugin.php:181
97
- msgid "PHP Max Upload Size"
98
- msgstr ""
99
-
100
- #: facebook-button-plugin.php:182
101
- msgid "PHP Max Post Size"
102
- msgstr ""
103
-
104
- #: facebook-button-plugin.php:183
105
- msgid "PHP Max Script Execute Time"
106
- msgstr ""
107
-
108
- #: facebook-button-plugin.php:184
109
- msgid "PHP Exif support"
110
- msgstr ""
111
-
112
- #: facebook-button-plugin.php:185
113
- msgid "PHP IPTC support"
114
- msgstr ""
115
-
116
- #: facebook-button-plugin.php:186
117
- msgid "PHP XML support"
118
- msgstr ""
119
-
120
- #: facebook-button-plugin.php:187
121
- msgid "Site URL"
122
- msgstr ""
123
-
124
- #: facebook-button-plugin.php:188
125
- msgid "Home URL"
126
- msgstr ""
127
-
128
- #: facebook-button-plugin.php:189
129
- msgid "WordPress Version"
130
- msgstr ""
131
-
132
- #: facebook-button-plugin.php:190
133
- msgid "WordPress DB Version"
134
- msgstr ""
135
-
136
- #: facebook-button-plugin.php:191
137
- msgid "Multisite"
138
- msgstr ""
139
-
140
- #: facebook-button-plugin.php:192
141
- msgid "Active Theme"
142
- msgstr ""
143
-
144
- #: facebook-button-plugin.php:207
145
- msgid "Please enter a valid email address."
146
- msgstr ""
147
-
148
- #: facebook-button-plugin.php:211
149
- msgid "Email with system info is sent to "
150
- msgstr ""
151
-
152
- #: facebook-button-plugin.php:215
153
- msgid "Thank you for contacting us."
154
- msgstr ""
155
-
156
- #: facebook-button-plugin.php:243
157
- msgid "Sorry, email message could not be delivered."
158
- msgstr ""
159
-
160
- #: facebook-button-plugin.php:251
161
- #, fuzzy
162
- msgid "Pro plugins"
163
- msgstr "Плагины BWS"
164
-
165
- #: facebook-button-plugin.php:254
166
- #: facebook-button-plugin.php:280
167
- msgid "Activated plugins"
168
- msgstr "Aktif Eklentiler"
169
-
170
- #: facebook-button-plugin.php:256
171
- #: facebook-button-plugin.php:264
172
- #: facebook-button-plugin.php:272
173
- #: facebook-button-plugin.php:282
174
- #: facebook-button-plugin.php:290
175
- #: facebook-button-plugin.php:298
176
- msgid "Read more"
177
- msgstr "Devamını Oku"
178
-
179
- #: facebook-button-plugin.php:256
180
- #: facebook-button-plugin.php:282
181
- #: facebook-button-plugin.php:782
182
- #: facebook-button-plugin.php:794
183
- msgid "Settings"
184
- msgstr "Ayarlar"
185
-
186
- #: facebook-button-plugin.php:262
187
- #: facebook-button-plugin.php:288
188
- msgid "Installed plugins"
189
- msgstr "Yüklü eklentiler"
190
-
191
- #: facebook-button-plugin.php:270
192
- #: facebook-button-plugin.php:296
193
- msgid "Recommended plugins"
194
- msgstr "Eklenti Önerileri"
195
-
196
- #: facebook-button-plugin.php:272
197
- msgid "Purchase"
198
- msgstr ""
199
-
200
- #: facebook-button-plugin.php:277
201
- #, fuzzy
202
- msgid "Free plugins"
203
- msgstr "Eklenti Önerileri"
204
-
205
- #: facebook-button-plugin.php:298
206
- msgid "Download"
207
- msgstr "İndir"
208
-
209
- #: facebook-button-plugin.php:298
210
- #, php-format
211
- msgid "Install %s"
212
- msgstr "%s 'i yükle"
213
-
214
- #: facebook-button-plugin.php:298
215
- msgid "Install now from wordpress.org"
216
- msgstr "wordpress.org'dan yükle"
217
-
218
- #: facebook-button-plugin.php:303
219
- msgid "If you have any questions, please contact us via"
220
- msgstr ""
221
-
222
- #: facebook-button-plugin.php:310
223
- msgid "System status"
224
- msgstr ""
225
-
226
- #: facebook-button-plugin.php:314
227
- msgid "Environment"
228
- msgstr ""
229
-
230
- #: facebook-button-plugin.php:325
231
- #, fuzzy
232
- msgid "Active Plugins"
233
- msgstr "Aktif Eklentiler"
234
-
235
- #: facebook-button-plugin.php:336
236
- #, fuzzy
237
- msgid "Inactive Plugins"
238
- msgstr "Aktif Eklentiler"
239
-
240
- #: facebook-button-plugin.php:350
241
- #, fuzzy
242
- msgid "Send to support"
243
- msgstr "Destek"
244
-
245
- #: facebook-button-plugin.php:357
246
- msgid "Send to custom email &#187;"
247
- msgstr ""
248
-
249
- #: facebook-button-plugin.php:372
250
- #: facebook-button-plugin.php:485
251
  #, fuzzy
252
  msgid "Facebook Button Settings"
253
  msgstr "Facebook Butonu Ayarları"
254
 
255
- #: facebook-button-plugin.php:372
256
  #, fuzzy
257
  msgid "Facebook Button"
258
  msgstr "Facebook Butonu"
259
 
260
- #: facebook-button-plugin.php:432
261
  #, fuzzy
262
  msgid "Settings saved"
263
  msgstr "Ayarlar"
264
 
265
- #: facebook-button-plugin.php:454
266
  msgid "Error: File size > 32K"
267
  msgstr "HATA: Dosya boyutu 32KB'tan büyük!"
268
 
269
- #: facebook-button-plugin.php:457
270
  msgid "Error: Invalid file type"
271
  msgstr "HATA: geçersiz dosya uzantısı"
272
 
273
- #: facebook-button-plugin.php:467
274
  msgid "Error: moving file failed"
275
  msgstr "HATA: Dosya taşınamadı!"
276
 
277
- #: facebook-button-plugin.php:471
278
  msgid "Error: check image width or height"
279
  msgstr "HATA: Görselin genişlik ve yüksekliğini kontrol edin."
280
 
281
- #: facebook-button-plugin.php:476
282
  msgid "Uploading Error: check image properties"
283
  msgstr "Yükleme Hatası: Görselin özelliklerini kontol edin."
284
 
285
- #: facebook-button-plugin.php:492
286
  #, fuzzy
287
  msgid "Your Facebook ID:"
288
  msgstr "Facebook ID:"
289
 
290
- #: facebook-button-plugin.php:498
291
  msgid "Display button:"
292
  msgstr ""
293
 
294
- #: facebook-button-plugin.php:500
295
  msgid "My Page"
296
  msgstr ""
297
 
298
- #: facebook-button-plugin.php:501
299
  msgid "Like"
300
  msgstr ""
301
 
302
- #: facebook-button-plugin.php:506
303
  #, fuzzy
304
  msgid "Choose display settings:"
305
  msgstr "Gösterim Şeklini Seçin"
306
 
307
- #: facebook-button-plugin.php:510
308
  #, fuzzy
309
  msgid "Standard Facebook image"
310
  msgstr "Standard Facebook Görseli"
311
 
312
- #: facebook-button-plugin.php:512
313
  #, fuzzy
314
  msgid "Custom Facebook image"
315
  msgstr "Kişisel Facebook Görseli"
316
 
317
- #: facebook-button-plugin.php:519
318
  msgid "Current image:"
319
  msgstr "Şu andaki görsel:"
320
 
321
- #: facebook-button-plugin.php:532
322
  #, fuzzy
323
  msgid "Facebook image:"
324
  msgstr "Facebook görseli:"
325
 
326
- #: facebook-button-plugin.php:536
327
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
328
  msgstr "Görsel Özellikleri: maksimum genişlik: 100px; maksimum yükseklik: 40px; maksimum boyut: 32KB; izin verilen uzantılar: \"jpg\", \"jpeg\"."
329
 
330
- #: facebook-button-plugin.php:544
331
  #, fuzzy
332
  msgid "Facebook Button Position:"
333
  msgstr "Facebook Butonunun Konumu"
334
 
335
- #: facebook-button-plugin.php:548
336
  msgid "Before"
337
  msgstr "Önce"
338
 
339
- #: facebook-button-plugin.php:549
340
  msgid "After"
341
  msgstr "Sonra"
342
 
343
- #: facebook-button-plugin.php:550
344
  msgid "Before and After"
345
  msgstr "Önce ve Sonra"
346
 
347
- #: facebook-button-plugin.php:551
348
  msgid "Shortcode"
349
  msgstr "Kısakod Olarak"
350
 
351
- #: facebook-button-plugin.php:553
352
  #, fuzzy
353
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
354
  msgstr "Web sitenize Facebook butonu yerleştirmek istiyorsanız, aşağıdaki kodu kopyalayın ve sayfanızda/yazınızda butonun görünmesini istediğiniz yere yapıştırın.(HTML editörüyle!)"
355
 
356
- #: facebook-button-plugin.php:558
357
  #, fuzzy
358
  msgid "Facebook Button language:"
359
  msgstr "Facebook Butonu"
360
 
361
- #: facebook-button-plugin.php:669
362
  msgid "Change the language of Facebook Like Button"
363
  msgstr ""
364
 
365
- #: facebook-button-plugin.php:675
366
  msgid "Save Changes"
367
  msgstr "Değişiklikleri Kaydet"
368
 
369
- #: facebook-button-plugin.php:795
 
 
 
 
 
370
  msgid "FAQ"
371
  msgstr "SSS (Sık Sorulan Sorular)"
372
 
373
- #: facebook-button-plugin.php:796
374
  msgid "Support"
375
  msgstr "Destek"
376
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
377
  #, fuzzy
378
  #~ msgid ""
379
  #~ "If you have any questions, please contact us via plugin@bestwebsoft.com "
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-09-04 14:30+0300\n"
6
+ "PO-Revision-Date: 2013-09-04 14:30+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
+ #: facebook-button-plugin.php:32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  #: facebook-button-plugin.php:143
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  #, fuzzy
22
  msgid "Facebook Button Settings"
23
  msgstr "Facebook Butonu Ayarları"
24
 
25
+ #: facebook-button-plugin.php:32
26
  #, fuzzy
27
  msgid "Facebook Button"
28
  msgstr "Facebook Butonu"
29
 
30
+ #: facebook-button-plugin.php:91
31
  #, fuzzy
32
  msgid "Settings saved"
33
  msgstr "Ayarlar"
34
 
35
+ #: facebook-button-plugin.php:113
36
  msgid "Error: File size > 32K"
37
  msgstr "HATA: Dosya boyutu 32KB'tan büyük!"
38
 
39
+ #: facebook-button-plugin.php:116
40
  msgid "Error: Invalid file type"
41
  msgstr "HATA: geçersiz dosya uzantısı"
42
 
43
+ #: facebook-button-plugin.php:126
44
  msgid "Error: moving file failed"
45
  msgstr "HATA: Dosya taşınamadı!"
46
 
47
+ #: facebook-button-plugin.php:130
48
  msgid "Error: check image width or height"
49
  msgstr "HATA: Görselin genişlik ve yüksekliğini kontrol edin."
50
 
51
+ #: facebook-button-plugin.php:135
52
  msgid "Uploading Error: check image properties"
53
  msgstr "Yükleme Hatası: Görselin özelliklerini kontol edin."
54
 
55
+ #: facebook-button-plugin.php:150
56
  #, fuzzy
57
  msgid "Your Facebook ID:"
58
  msgstr "Facebook ID:"
59
 
60
+ #: facebook-button-plugin.php:156
61
  msgid "Display button:"
62
  msgstr ""
63
 
64
+ #: facebook-button-plugin.php:158
65
  msgid "My Page"
66
  msgstr ""
67
 
68
+ #: facebook-button-plugin.php:159
69
  msgid "Like"
70
  msgstr ""
71
 
72
+ #: facebook-button-plugin.php:164
73
  #, fuzzy
74
  msgid "Choose display settings:"
75
  msgstr "Gösterim Şeklini Seçin"
76
 
77
+ #: facebook-button-plugin.php:168
78
  #, fuzzy
79
  msgid "Standard Facebook image"
80
  msgstr "Standard Facebook Görseli"
81
 
82
+ #: facebook-button-plugin.php:170
83
  #, fuzzy
84
  msgid "Custom Facebook image"
85
  msgstr "Kişisel Facebook Görseli"
86
 
87
+ #: facebook-button-plugin.php:177
88
  msgid "Current image:"
89
  msgstr "Şu andaki görsel:"
90
 
91
+ #: facebook-button-plugin.php:190
92
  #, fuzzy
93
  msgid "Facebook image:"
94
  msgstr "Facebook görseli:"
95
 
96
+ #: facebook-button-plugin.php:194
97
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
98
  msgstr "Görsel Özellikleri: maksimum genişlik: 100px; maksimum yükseklik: 40px; maksimum boyut: 32KB; izin verilen uzantılar: \"jpg\", \"jpeg\"."
99
 
100
+ #: facebook-button-plugin.php:202
101
  #, fuzzy
102
  msgid "Facebook Button Position:"
103
  msgstr "Facebook Butonunun Konumu"
104
 
105
+ #: facebook-button-plugin.php:206
106
  msgid "Before"
107
  msgstr "Önce"
108
 
109
+ #: facebook-button-plugin.php:207
110
  msgid "After"
111
  msgstr "Sonra"
112
 
113
+ #: facebook-button-plugin.php:208
114
  msgid "Before and After"
115
  msgstr "Önce ve Sonra"
116
 
117
+ #: facebook-button-plugin.php:209
118
  msgid "Shortcode"
119
  msgstr "Kısakod Olarak"
120
 
121
+ #: facebook-button-plugin.php:211
122
  #, fuzzy
123
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
124
  msgstr "Web sitenize Facebook butonu yerleştirmek istiyorsanız, aşağıdaki kodu kopyalayın ve sayfanızda/yazınızda butonun görünmesini istediğiniz yere yapıştırın.(HTML editörüyle!)"
125
 
126
+ #: facebook-button-plugin.php:216
127
  #, fuzzy
128
  msgid "Facebook Button language:"
129
  msgstr "Facebook Butonu"
130
 
131
+ #: facebook-button-plugin.php:327
132
  msgid "Change the language of Facebook Like Button"
133
  msgstr ""
134
 
135
+ #: facebook-button-plugin.php:333
136
  msgid "Save Changes"
137
  msgstr "Değişiklikleri Kaydet"
138
 
139
+ #: facebook-button-plugin.php:438
140
+ #: facebook-button-plugin.php:450
141
+ msgid "Settings"
142
+ msgstr "Ayarlar"
143
+
144
+ #: facebook-button-plugin.php:451
145
  msgid "FAQ"
146
  msgstr "SSS (Sık Sorulan Sorular)"
147
 
148
+ #: facebook-button-plugin.php:452
149
  msgid "Support"
150
  msgstr "Destek"
151
 
152
+ #, fuzzy
153
+ #~ msgid "Pro plugins"
154
+ #~ msgstr "Плагины BWS"
155
+ #~ msgid "Activated plugins"
156
+ #~ msgstr "Aktif Eklentiler"
157
+ #~ msgid "Read more"
158
+ #~ msgstr "Devamını Oku"
159
+ #~ msgid "Installed plugins"
160
+ #~ msgstr "Yüklü eklentiler"
161
+ #~ msgid "Recommended plugins"
162
+ #~ msgstr "Eklenti Önerileri"
163
+
164
+ #, fuzzy
165
+ #~ msgid "Free plugins"
166
+ #~ msgstr "Eklenti Önerileri"
167
+ #~ msgid "Download"
168
+ #~ msgstr "İndir"
169
+ #~ msgid "Install %s"
170
+ #~ msgstr "%s 'i yükle"
171
+ #~ msgid "Install now from wordpress.org"
172
+ #~ msgstr "wordpress.org'dan yükle"
173
+
174
+ #, fuzzy
175
+ #~ msgid "Active Plugins"
176
+ #~ msgstr "Aktif Eklentiler"
177
+
178
+ #, fuzzy
179
+ #~ msgid "Inactive Plugins"
180
+ #~ msgstr "Aktif Eklentiler"
181
+
182
+ #, fuzzy
183
+ #~ msgid "Send to support"
184
+ #~ msgstr "Destek"
185
+
186
  #, fuzzy
187
  #~ msgid ""
188
  #~ "If you have any questions, please contact us via plugin@bestwebsoft.com "
languages/facebook-uk.mo CHANGED
Binary file
languages/facebook-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-07-18 13:33+0300\n"
6
- "PO-Revision-Date: 2013-07-18 13:33+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Cmd Soft <tmosbyd@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,366 +16,178 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.5\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: facebook-button-plugin.php:107
20
- msgid "Not set"
21
- msgstr ""
22
-
23
- #: facebook-button-plugin.php:109
24
- #: facebook-button-plugin.php:113
25
- msgid "On"
26
- msgstr ""
27
-
28
- #: facebook-button-plugin.php:111
29
- #: facebook-button-plugin.php:115
30
- msgid "Off"
31
- msgstr ""
32
-
33
- #: facebook-button-plugin.php:119
34
- #: facebook-button-plugin.php:123
35
- #: facebook-button-plugin.php:127
36
- #: facebook-button-plugin.php:131
37
- #: facebook-button-plugin.php:135
38
- #: facebook-button-plugin.php:161
39
- msgid "N/A"
40
- msgstr ""
41
-
42
- #: facebook-button-plugin.php:133
43
- msgid " Mb"
44
- msgstr ""
45
-
46
- #: facebook-button-plugin.php:137
47
- #: facebook-button-plugin.php:141
48
- #: facebook-button-plugin.php:145
49
- #: facebook-button-plugin.php:156
50
- msgid "Yes"
51
- msgstr ""
52
-
53
- #: facebook-button-plugin.php:139
54
  #: facebook-button-plugin.php:143
55
- #: facebook-button-plugin.php:147
56
- #: facebook-button-plugin.php:158
57
- msgid "No"
58
- msgstr ""
59
-
60
- #: facebook-button-plugin.php:172
61
- msgid "Operating System"
62
- msgstr ""
63
-
64
- #: facebook-button-plugin.php:173
65
- msgid "Server"
66
- msgstr ""
67
-
68
- #: facebook-button-plugin.php:174
69
- #, fuzzy
70
- msgid "Memory usage"
71
- msgstr "Моя сторінка"
72
-
73
- #: facebook-button-plugin.php:175
74
- msgid "MYSQL Version"
75
- msgstr ""
76
-
77
- #: facebook-button-plugin.php:176
78
- msgid "SQL Mode"
79
- msgstr ""
80
-
81
- #: facebook-button-plugin.php:177
82
- msgid "PHP Version"
83
- msgstr ""
84
-
85
- #: facebook-button-plugin.php:178
86
- msgid "PHP Safe Mode"
87
- msgstr ""
88
-
89
- #: facebook-button-plugin.php:179
90
- msgid "PHP Allow URL fopen"
91
- msgstr ""
92
-
93
- #: facebook-button-plugin.php:180
94
- msgid "PHP Memory Limit"
95
- msgstr ""
96
-
97
- #: facebook-button-plugin.php:181
98
- msgid "PHP Max Upload Size"
99
- msgstr ""
100
-
101
- #: facebook-button-plugin.php:182
102
- msgid "PHP Max Post Size"
103
- msgstr ""
104
-
105
- #: facebook-button-plugin.php:183
106
- msgid "PHP Max Script Execute Time"
107
- msgstr ""
108
-
109
- #: facebook-button-plugin.php:184
110
- msgid "PHP Exif support"
111
- msgstr ""
112
-
113
- #: facebook-button-plugin.php:185
114
- msgid "PHP IPTC support"
115
- msgstr ""
116
-
117
- #: facebook-button-plugin.php:186
118
- msgid "PHP XML support"
119
- msgstr ""
120
-
121
- #: facebook-button-plugin.php:187
122
- msgid "Site URL"
123
- msgstr ""
124
-
125
- #: facebook-button-plugin.php:188
126
- msgid "Home URL"
127
- msgstr ""
128
-
129
- #: facebook-button-plugin.php:189
130
- msgid "WordPress Version"
131
- msgstr ""
132
-
133
- #: facebook-button-plugin.php:190
134
- msgid "WordPress DB Version"
135
- msgstr ""
136
-
137
- #: facebook-button-plugin.php:191
138
- msgid "Multisite"
139
- msgstr ""
140
-
141
- #: facebook-button-plugin.php:192
142
- msgid "Active Theme"
143
- msgstr ""
144
-
145
- #: facebook-button-plugin.php:207
146
- msgid "Please enter a valid email address."
147
- msgstr ""
148
-
149
- #: facebook-button-plugin.php:211
150
- msgid "Email with system info is sent to "
151
- msgstr ""
152
-
153
- #: facebook-button-plugin.php:215
154
- msgid "Thank you for contacting us."
155
- msgstr ""
156
-
157
- #: facebook-button-plugin.php:243
158
- msgid "Sorry, email message could not be delivered."
159
- msgstr ""
160
-
161
- #: facebook-button-plugin.php:251
162
- #, fuzzy
163
- msgid "Pro plugins"
164
- msgstr "Плагины BWS"
165
-
166
- #: facebook-button-plugin.php:254
167
- #: facebook-button-plugin.php:280
168
- msgid "Activated plugins"
169
- msgstr "Активоване плагіни"
170
-
171
- #: facebook-button-plugin.php:256
172
- #: facebook-button-plugin.php:264
173
- #: facebook-button-plugin.php:272
174
- #: facebook-button-plugin.php:282
175
- #: facebook-button-plugin.php:290
176
- #: facebook-button-plugin.php:298
177
- msgid "Read more"
178
- msgstr "Читати далі"
179
-
180
- #: facebook-button-plugin.php:256
181
- #: facebook-button-plugin.php:282
182
- #: facebook-button-plugin.php:782
183
- #: facebook-button-plugin.php:794
184
- msgid "Settings"
185
- msgstr "Налаштування"
186
-
187
- #: facebook-button-plugin.php:262
188
- #: facebook-button-plugin.php:288
189
- msgid "Installed plugins"
190
- msgstr "Встановлені плагіни"
191
-
192
- #: facebook-button-plugin.php:270
193
- #: facebook-button-plugin.php:296
194
- msgid "Recommended plugins"
195
- msgstr "Рекомендовані плагіни"
196
-
197
- #: facebook-button-plugin.php:272
198
- msgid "Purchase"
199
- msgstr ""
200
-
201
- #: facebook-button-plugin.php:277
202
- #, fuzzy
203
- msgid "Free plugins"
204
- msgstr "Рекомендовані плагіни"
205
-
206
- #: facebook-button-plugin.php:298
207
- msgid "Download"
208
- msgstr "Завантажити"
209
-
210
- #: facebook-button-plugin.php:298
211
- #, php-format
212
- msgid "Install %s"
213
- msgstr "Встановіть %s"
214
-
215
- #: facebook-button-plugin.php:298
216
- msgid "Install now from wordpress.org"
217
- msgstr "Встановити зараз від wordpress.org"
218
-
219
- #: facebook-button-plugin.php:303
220
- msgid "If you have any questions, please contact us via"
221
- msgstr ""
222
-
223
- #: facebook-button-plugin.php:310
224
- msgid "System status"
225
- msgstr ""
226
-
227
- #: facebook-button-plugin.php:314
228
- msgid "Environment"
229
- msgstr ""
230
-
231
- #: facebook-button-plugin.php:325
232
- #, fuzzy
233
- msgid "Active Plugins"
234
- msgstr "Активоване плагіни"
235
-
236
- #: facebook-button-plugin.php:336
237
- #, fuzzy
238
- msgid "Inactive Plugins"
239
- msgstr "Активоване плагіни"
240
-
241
- #: facebook-button-plugin.php:350
242
- #, fuzzy
243
- msgid "Send to support"
244
- msgstr "Підтримка"
245
-
246
- #: facebook-button-plugin.php:357
247
- msgid "Send to custom email &#187;"
248
- msgstr ""
249
-
250
- #: facebook-button-plugin.php:372
251
- #: facebook-button-plugin.php:485
252
  #, fuzzy
253
  msgid "Facebook Button Settings"
254
  msgstr "FaceBook кнопку Параметри"
255
 
256
- #: facebook-button-plugin.php:372
257
  #, fuzzy
258
  msgid "Facebook Button"
259
  msgstr "FaceBook кнопка"
260
 
261
- #: facebook-button-plugin.php:432
262
  #, fuzzy
263
  msgid "Settings saved"
264
  msgstr "Налаштування"
265
 
266
- #: facebook-button-plugin.php:454
267
  msgid "Error: File size > 32K"
268
  msgstr "Помилка: Розмір файлу> 32K"
269
 
270
- #: facebook-button-plugin.php:457
271
  msgid "Error: Invalid file type"
272
  msgstr "Помилка: Невірний тип файлу"
273
 
274
- #: facebook-button-plugin.php:467
275
  msgid "Error: moving file failed"
276
  msgstr "Помилка: не вдалося Переміщення файлів"
277
 
278
- #: facebook-button-plugin.php:471
279
  msgid "Error: check image width or height"
280
  msgstr "Помилка: Перевірка ширини або висоти зображень"
281
 
282
- #: facebook-button-plugin.php:476
283
  msgid "Uploading Error: check image properties"
284
  msgstr "Завантаження Помилка: Перевірка властивостей зображення"
285
 
286
- #: facebook-button-plugin.php:492
287
  #, fuzzy
288
  msgid "Your Facebook ID:"
289
  msgstr "Ваша автора FaceBook Id:"
290
 
291
- #: facebook-button-plugin.php:498
292
  msgid "Display button:"
293
  msgstr "Відображення кнопки:"
294
 
295
- #: facebook-button-plugin.php:500
296
  msgid "My Page"
297
  msgstr "Моя сторінка"
298
 
299
- #: facebook-button-plugin.php:501
300
  msgid "Like"
301
  msgstr "подобатися "
302
 
303
- #: facebook-button-plugin.php:506
304
  #, fuzzy
305
  msgid "Choose display settings:"
306
  msgstr "Виберіть опцію відображення:"
307
 
308
- #: facebook-button-plugin.php:510
309
  #, fuzzy
310
  msgid "Standard Facebook image"
311
  msgstr "Стандарт FaceBook зображення"
312
 
313
- #: facebook-button-plugin.php:512
314
  #, fuzzy
315
  msgid "Custom Facebook image"
316
  msgstr "Користувальницькі FaceBook зображення"
317
 
318
- #: facebook-button-plugin.php:519
319
  msgid "Current image:"
320
  msgstr "Поточне зображення:"
321
 
322
- #: facebook-button-plugin.php:532
323
  #, fuzzy
324
  msgid "Facebook image:"
325
  msgstr "FaceBook зображення:"
326
 
327
- #: facebook-button-plugin.php:536
328
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
329
  msgstr "Властивості: максимальна ширина зображення:100px; Максимальна висота зображення:40px; максимальний розмір зображення:32Kb; Зображення типів:\"jpg\", \"jpeg\"."
330
 
331
- #: facebook-button-plugin.php:544
332
  #, fuzzy
333
  msgid "Facebook Button Position:"
334
  msgstr "Кнопка FaceBook Статус:"
335
 
336
- #: facebook-button-plugin.php:548
337
  msgid "Before"
338
  msgstr "Перш ніж"
339
 
340
- #: facebook-button-plugin.php:549
341
  msgid "After"
342
  msgstr "Після того як"
343
 
344
- #: facebook-button-plugin.php:550
345
  msgid "Before and After"
346
  msgstr "До і після"
347
 
348
- #: facebook-button-plugin.php:551
349
  msgid "Shortcode"
350
  msgstr "Шорткода"
351
 
352
- #: facebook-button-plugin.php:553
353
  #, fuzzy
354
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
355
  msgstr "Якщо ви хочете додати кнопку FaceBook на ваш сайт, просто скопіювати і помістити цей короткий на ваш пост або сторінку:"
356
 
357
- #: facebook-button-plugin.php:558
358
  #, fuzzy
359
  msgid "Facebook Button language:"
360
  msgstr "Кнопка FaceBook мову:"
361
 
362
- #: facebook-button-plugin.php:669
363
  #, fuzzy
364
  msgid "Change the language of Facebook Like Button"
365
  msgstr "Виберіть мову для кнопки Like"
366
 
367
- #: facebook-button-plugin.php:675
368
  msgid "Save Changes"
369
  msgstr "Зберегти зміни"
370
 
371
- #: facebook-button-plugin.php:795
 
 
 
 
 
372
  msgid "FAQ"
373
  msgstr "Часті питання"
374
 
375
- #: facebook-button-plugin.php:796
376
  msgid "Support"
377
  msgstr "Підтримка"
378
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
379
  #, fuzzy
380
  #~ msgid ""
381
  #~ "If you have any questions, please contact us via plugin@bestwebsoft.com "
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-09-04 14:30+0300\n"
6
+ "PO-Revision-Date: 2013-09-04 14:30+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Cmd Soft <tmosbyd@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.5\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: facebook-button-plugin.php:32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  #: facebook-button-plugin.php:143
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  #, fuzzy
22
  msgid "Facebook Button Settings"
23
  msgstr "FaceBook кнопку Параметри"
24
 
25
+ #: facebook-button-plugin.php:32
26
  #, fuzzy
27
  msgid "Facebook Button"
28
  msgstr "FaceBook кнопка"
29
 
30
+ #: facebook-button-plugin.php:91
31
  #, fuzzy
32
  msgid "Settings saved"
33
  msgstr "Налаштування"
34
 
35
+ #: facebook-button-plugin.php:113
36
  msgid "Error: File size > 32K"
37
  msgstr "Помилка: Розмір файлу> 32K"
38
 
39
+ #: facebook-button-plugin.php:116
40
  msgid "Error: Invalid file type"
41
  msgstr "Помилка: Невірний тип файлу"
42
 
43
+ #: facebook-button-plugin.php:126
44
  msgid "Error: moving file failed"
45
  msgstr "Помилка: не вдалося Переміщення файлів"
46
 
47
+ #: facebook-button-plugin.php:130
48
  msgid "Error: check image width or height"
49
  msgstr "Помилка: Перевірка ширини або висоти зображень"
50
 
51
+ #: facebook-button-plugin.php:135
52
  msgid "Uploading Error: check image properties"
53
  msgstr "Завантаження Помилка: Перевірка властивостей зображення"
54
 
55
+ #: facebook-button-plugin.php:150
56
  #, fuzzy
57
  msgid "Your Facebook ID:"
58
  msgstr "Ваша автора FaceBook Id:"
59
 
60
+ #: facebook-button-plugin.php:156
61
  msgid "Display button:"
62
  msgstr "Відображення кнопки:"
63
 
64
+ #: facebook-button-plugin.php:158
65
  msgid "My Page"
66
  msgstr "Моя сторінка"
67
 
68
+ #: facebook-button-plugin.php:159
69
  msgid "Like"
70
  msgstr "подобатися "
71
 
72
+ #: facebook-button-plugin.php:164
73
  #, fuzzy
74
  msgid "Choose display settings:"
75
  msgstr "Виберіть опцію відображення:"
76
 
77
+ #: facebook-button-plugin.php:168
78
  #, fuzzy
79
  msgid "Standard Facebook image"
80
  msgstr "Стандарт FaceBook зображення"
81
 
82
+ #: facebook-button-plugin.php:170
83
  #, fuzzy
84
  msgid "Custom Facebook image"
85
  msgstr "Користувальницькі FaceBook зображення"
86
 
87
+ #: facebook-button-plugin.php:177
88
  msgid "Current image:"
89
  msgstr "Поточне зображення:"
90
 
91
+ #: facebook-button-plugin.php:190
92
  #, fuzzy
93
  msgid "Facebook image:"
94
  msgstr "FaceBook зображення:"
95
 
96
+ #: facebook-button-plugin.php:194
97
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
98
  msgstr "Властивості: максимальна ширина зображення:100px; Максимальна висота зображення:40px; максимальний розмір зображення:32Kb; Зображення типів:\"jpg\", \"jpeg\"."
99
 
100
+ #: facebook-button-plugin.php:202
101
  #, fuzzy
102
  msgid "Facebook Button Position:"
103
  msgstr "Кнопка FaceBook Статус:"
104
 
105
+ #: facebook-button-plugin.php:206
106
  msgid "Before"
107
  msgstr "Перш ніж"
108
 
109
+ #: facebook-button-plugin.php:207
110
  msgid "After"
111
  msgstr "Після того як"
112
 
113
+ #: facebook-button-plugin.php:208
114
  msgid "Before and After"
115
  msgstr "До і після"
116
 
117
+ #: facebook-button-plugin.php:209
118
  msgid "Shortcode"
119
  msgstr "Шорткода"
120
 
121
+ #: facebook-button-plugin.php:211
122
  #, fuzzy
123
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
124
  msgstr "Якщо ви хочете додати кнопку FaceBook на ваш сайт, просто скопіювати і помістити цей короткий на ваш пост або сторінку:"
125
 
126
+ #: facebook-button-plugin.php:216
127
  #, fuzzy
128
  msgid "Facebook Button language:"
129
  msgstr "Кнопка FaceBook мову:"
130
 
131
+ #: facebook-button-plugin.php:327
132
  #, fuzzy
133
  msgid "Change the language of Facebook Like Button"
134
  msgstr "Виберіть мову для кнопки Like"
135
 
136
+ #: facebook-button-plugin.php:333
137
  msgid "Save Changes"
138
  msgstr "Зберегти зміни"
139
 
140
+ #: facebook-button-plugin.php:438
141
+ #: facebook-button-plugin.php:450
142
+ msgid "Settings"
143
+ msgstr "Налаштування"
144
+
145
+ #: facebook-button-plugin.php:451
146
  msgid "FAQ"
147
  msgstr "Часті питання"
148
 
149
+ #: facebook-button-plugin.php:452
150
  msgid "Support"
151
  msgstr "Підтримка"
152
 
153
+ #, fuzzy
154
+ #~ msgid "Memory usage"
155
+ #~ msgstr "Моя сторінка"
156
+
157
+ #, fuzzy
158
+ #~ msgid "Pro plugins"
159
+ #~ msgstr "Плагины BWS"
160
+ #~ msgid "Activated plugins"
161
+ #~ msgstr "Активоване плагіни"
162
+ #~ msgid "Read more"
163
+ #~ msgstr "Читати далі"
164
+ #~ msgid "Installed plugins"
165
+ #~ msgstr "Встановлені плагіни"
166
+ #~ msgid "Recommended plugins"
167
+ #~ msgstr "Рекомендовані плагіни"
168
+
169
+ #, fuzzy
170
+ #~ msgid "Free plugins"
171
+ #~ msgstr "Рекомендовані плагіни"
172
+ #~ msgid "Download"
173
+ #~ msgstr "Завантажити"
174
+ #~ msgid "Install %s"
175
+ #~ msgstr "Встановіть %s"
176
+ #~ msgid "Install now from wordpress.org"
177
+ #~ msgstr "Встановити зараз від wordpress.org"
178
+
179
+ #, fuzzy
180
+ #~ msgid "Active Plugins"
181
+ #~ msgstr "Активоване плагіни"
182
+
183
+ #, fuzzy
184
+ #~ msgid "Inactive Plugins"
185
+ #~ msgstr "Активоване плагіни"
186
+
187
+ #, fuzzy
188
+ #~ msgid "Send to support"
189
+ #~ msgstr "Підтримка"
190
+
191
  #, fuzzy
192
  #~ msgid ""
193
  #~ "If you have any questions, please contact us via plugin@bestwebsoft.com "
readme.txt CHANGED
@@ -2,9 +2,9 @@
2
  Contributors: bestwebsoft
3
  Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10&product_id=13
4
  Tags: Facebook, Facebook Button, Like, Like button, Share, Share button, Facebook like, Facebook like button, Facebook button like, Button like, Facebook share, Facebook share button, Facebook button share
5
- Requires at least: 2.9
6
- Tested up to: 3.5.2
7
- Stable tag: 2.21
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -90,6 +90,10 @@ In WordPress admin panel go to "Settings", find the Facebook Button Plugin setti
90
 
91
  == Changelog ==
92
 
 
 
 
 
93
  = V2.21 - 18.07.2013 =
94
  * NEW : Added an ability to view and send system information by mail.
95
  * Update : We updated all functionality for wordpress 3.5.2.
@@ -172,6 +176,9 @@ In WordPress admin panel go to "Settings", find the Facebook Button Plugin setti
172
 
173
  == Upgrade Notice ==
174
 
 
 
 
175
  = V2.21 =
176
  Added an ability to view and send system information by mail. We updated all functionality for wordpress 3.5.2.
177
 
2
  Contributors: bestwebsoft
3
  Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10&product_id=13
4
  Tags: Facebook, Facebook Button, Like, Like button, Share, Share button, Facebook like, Facebook like button, Facebook button like, Button like, Facebook share, Facebook share button, Facebook button share
5
+ Requires at least: 3.0
6
+ Tested up to: 3.6
7
+ Stable tag: 2.22
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
90
 
91
  == Changelog ==
92
 
93
+ = V2.22 - 04.09.2013 =
94
+ * Update : We updated all functionality for wordpress 3.6.
95
+ * Update : Function for displaying BWS plugins section placed in a separate file and has own language files.
96
+
97
  = V2.21 - 18.07.2013 =
98
  * NEW : Added an ability to view and send system information by mail.
99
  * Update : We updated all functionality for wordpress 3.5.2.
176
 
177
  == Upgrade Notice ==
178
 
179
+ = V2.22 =
180
+ We updated all functionality for wordpress 3.6. Function for displaying BWS plugins section placed in a separate file and has own language files.
181
+
182
  = V2.21 =
183
  Added an ability to view and send system information by mail. We updated all functionality for wordpress 3.5.2.
184