Version Description
- 06.08.2014 =
- Update : We updated all functionality for wordpress 4.0-beta2.
- Bugfix : Problem with custom images after updating plugin was fixed.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Facebook Button by BestWebSoft |
Version | 2.33 |
Comparing to | |
See all releases |
Code changes from version 2.32 to 2.33
- bws_menu/bws_menu.php +35 -3
- bws_menu/css/style.css +1 -0
- bws_menu/icons/email-queue.png +0 -0
- bws_menu/icons/job-board.png +0 -0
- bws_menu/icons/limit-attempts.png +0 -0
- facebook-button-plugin.php +50 -24
- languages/facebook-fr_FR.mo +0 -0
- languages/facebook-fr_FR.po +84 -74
- languages/facebook-id_ID.mo +0 -0
- languages/facebook-id_ID.po +84 -74
- languages/facebook-ru_RU.mo +0 -0
- languages/facebook-ru_RU.po +86 -74
- languages/facebook-uk.mo +0 -0
- languages/facebook-uk.po +86 -74
- readme.txt +10 -3
bws_menu/bws_menu.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
-
* Version: 1.3.
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
@@ -119,7 +119,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
119 |
),
|
120 |
'google-one/google-plus-one.php' => array(
|
121 |
'name' => 'Google +1',
|
122 |
-
'description' => 'Allows you to
|
123 |
'link' => 'http://bestwebsoft.com/plugin/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
124 |
'download' => 'http://bestwebsoft.com/plugin/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
125 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+%2B1+bestwebsoft&plugin-search-input=Search+Plugins',
|
@@ -251,6 +251,31 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
251 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=User+Role+BestWebSoft&plugin-search-input=Search+Plugins',
|
252 |
'settings' => 'admin.php?page=user-role.php',
|
253 |
'pro_version' => 'user-role-pro/user-role-pro.php'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
254 |
)
|
255 |
);
|
256 |
$bws_plugins_pro = array(
|
@@ -305,7 +330,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
305 |
),
|
306 |
'google-one-pro/google-plus-one-pro.php' => array(
|
307 |
'name' => 'Google +1 Pro',
|
308 |
-
'description' => 'Allows you to
|
309 |
'link' => 'http://bestwebsoft.com/plugin/google-plus-one-pro/?k=f4b0a62d155c9df9601a0531ad5bd832&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
310 |
'purchase' => 'http://bestwebsoft.com/plugin/google-plus-one-pro?k=f4b0a62d155c9df9601a0531ad5bd832&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
311 |
'settings' => 'admin.php?page=google-plus-one-pro.php'
|
@@ -351,6 +376,13 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
351 |
'link' => 'http://bestwebsoft.com/plugin/sender-pro/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
352 |
'purchase' => 'http://bestwebsoft.com/plugin/sender-pro/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
353 |
'settings' => 'admin.php?page=sndrpr_settings'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
354 |
)
|
355 |
);
|
356 |
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
+
* Version: 1.3.6
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
119 |
),
|
120 |
'google-one/google-plus-one.php' => array(
|
121 |
'name' => 'Google +1',
|
122 |
+
'description' => 'Allows you to see how many times your page has been liked on Google Search Engine as well as who has liked the article.',
|
123 |
'link' => 'http://bestwebsoft.com/plugin/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
124 |
'download' => 'http://bestwebsoft.com/plugin/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
125 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+%2B1+bestwebsoft&plugin-search-input=Search+Plugins',
|
251 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=User+Role+BestWebSoft&plugin-search-input=Search+Plugins',
|
252 |
'settings' => 'admin.php?page=user-role.php',
|
253 |
'pro_version' => 'user-role-pro/user-role-pro.php'
|
254 |
+
),
|
255 |
+
'email-queue/email-queue.php' => array(
|
256 |
+
'name' => 'Email Queue',
|
257 |
+
'description' => 'Allows to manage email massages sent by BestWebSoft plugins.',
|
258 |
+
'link' => 'http://bestwebsoft.com/plugin/email-queue/?k=e345e1b6623f0dca119bc2d9433b130b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
259 |
+
'download' => 'http://bestwebsoft.com/plugin/email-queue/?k=e345e1b6623f0dca119bc2d9433b130b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
260 |
+
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Email+Queue+BestWebSoft&plugin-search-input=Search+Plugins',
|
261 |
+
'settings' => 'admin.php?page=mlq_settings'
|
262 |
+
),
|
263 |
+
'limit-attempts/limit-attempts.php' => array(
|
264 |
+
'name' => 'Limit Attempts',
|
265 |
+
'description' => 'Allows you to limit rate of login attempts by the ip, and create whitelist and blacklist.',
|
266 |
+
'link' => 'http://bestwebsoft.com/plugin/limit-attempts/?k=b14e1697ee4d008abcd4bd34d492573a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
267 |
+
'download' => 'http://bestwebsoft.com/plugin/limit-attempts/?k=b14e1697ee4d008abcd4bd34d492573a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
268 |
+
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Limit+Attempts+BestWebSoft&plugin-search-input=Search+Plugins',
|
269 |
+
'settings' => 'admin.php?page=limit-attempts.php',
|
270 |
+
'pro_version' => 'limit-attempts-pro/limit-attempts-pro.php'
|
271 |
+
),
|
272 |
+
'job-board/job-board.php' => array(
|
273 |
+
'name' => 'Job board',
|
274 |
+
'description' => 'Allows to create a job-board page on your site.',
|
275 |
+
'link' => 'http://bestwebsoft.com/plugin/job-board/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
276 |
+
'download' => 'http://bestwebsoft.com/plugin/job-board/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
277 |
+
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Job+board+BestWebSoft&plugin-search-input=Search+Plugins',
|
278 |
+
'settings' => 'admin.php?page=job-board.php'
|
279 |
)
|
280 |
);
|
281 |
$bws_plugins_pro = array(
|
330 |
),
|
331 |
'google-one-pro/google-plus-one-pro.php' => array(
|
332 |
'name' => 'Google +1 Pro',
|
333 |
+
'description' => 'Allows you to see how many times your page has been liked on Google Search Engine as well as who has liked the article.',
|
334 |
'link' => 'http://bestwebsoft.com/plugin/google-plus-one-pro/?k=f4b0a62d155c9df9601a0531ad5bd832&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
335 |
'purchase' => 'http://bestwebsoft.com/plugin/google-plus-one-pro?k=f4b0a62d155c9df9601a0531ad5bd832&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
336 |
'settings' => 'admin.php?page=google-plus-one-pro.php'
|
376 |
'link' => 'http://bestwebsoft.com/plugin/sender-pro/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
377 |
'purchase' => 'http://bestwebsoft.com/plugin/sender-pro/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
378 |
'settings' => 'admin.php?page=sndrpr_settings'
|
379 |
+
),
|
380 |
+
'limit-attempts-pro/limit-attempts-pro.php' => array(
|
381 |
+
'name' => 'Limit Attempts Pro',
|
382 |
+
'description' => 'Allows you to limit rate of login attempts by the ip, and create whitelist and blacklist.',
|
383 |
+
'link' => 'http://bestwebsoft.com/plugin/limit-attempts-pro/?k=9d42cdf22c7fce2c4b6b447e6a2856e0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
384 |
+
'purchase' => 'http://bestwebsoft.com/plugin/limit-attempts-pro/?k=9d42cdf22c7fce2c4b6b447e6a2856e0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
385 |
+
'settings' => 'admin.php?page=limit-attempts-pro.php',
|
386 |
)
|
387 |
);
|
388 |
|
bws_menu/css/style.css
CHANGED
@@ -95,6 +95,7 @@ h4.bws_installed:before {
|
|
95 |
margin: -9px auto -10px;
|
96 |
position: relative;
|
97 |
width: 46px;
|
|
|
98 |
}
|
99 |
.bws_product_description {
|
100 |
padding: 0 10px;
|
95 |
margin: -9px auto -10px;
|
96 |
position: relative;
|
97 |
width: 46px;
|
98 |
+
line-height: 19px;
|
99 |
}
|
100 |
.bws_product_description {
|
101 |
padding: 0 10px;
|
bws_menu/icons/email-queue.png
ADDED
Binary file
|
bws_menu/icons/job-board.png
ADDED
Binary file
|
bws_menu/icons/limit-attempts.png
ADDED
Binary file
|
facebook-button-plugin.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Facebook Button
|
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Put Facebook Button in to your post.
|
6 |
Author: BestWebSoft
|
7 |
-
Version: 2.
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
@@ -199,24 +199,25 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
|
|
199 |
global $fcbkbttn_options, $wp_version, $fcbkbttn_plugin_info;
|
200 |
$copy = false;
|
201 |
$message = $error = "";
|
202 |
-
|
203 |
-
if ( false !== @copy( plugin_dir_path( __FILE__ ) . "images/facebook-ico." . $fcbkbttn_options['extention'], plugin_dir_path( __FILE__ ) . "images/facebook-ico3." . $fcbkbttn_options['extention'] ) )
|
204 |
-
$copy = true;
|
205 |
|
206 |
if ( isset( $_REQUEST['fcbkbttn_form_submit'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'fcbkbttn_nonce_name' ) ) {
|
207 |
/* Takes all the changed settings on the plugin's admin page and saves them in array 'fcbk_bttn_plgn_options'. */
|
208 |
if ( isset( $_REQUEST['fcbkbttn_where'] ) && isset( $_REQUEST['fcbkbttn_link'] ) && isset( $_REQUEST['fcbkbttn_display_option'] ) ) {
|
209 |
-
$fcbkbttn_options['link']
|
210 |
$fcbkbttn_options['where'] = $_REQUEST['fcbkbttn_where'];
|
211 |
$fcbkbttn_options['display_option'] = $_REQUEST['fcbkbttn_display_option'];
|
212 |
-
|
213 |
-
|
214 |
-
|
|
|
|
|
|
|
215 |
$fcbkbttn_options['locale'] = $_REQUEST['fcbkbttn_locale'];
|
216 |
$fcbkbttn_options['html5'] = $_REQUEST['fcbkbttn_html5'];
|
217 |
if ( isset( $_FILES['uploadfile']['tmp_name'] ) && $_FILES['uploadfile']['tmp_name'] != "" ) {
|
218 |
$fcbkbttn_options['count_icon'] = $fcbkbttn_options['count_icon'] + 1;
|
219 |
-
$file_ext = wp_check_filetype($_FILES['uploadfile']['name']);
|
220 |
$fcbkbttn_options['extention'] = $file_ext['ext'];
|
221 |
}
|
222 |
|
@@ -227,16 +228,22 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
|
|
227 |
}
|
228 |
/* Form options */
|
229 |
if ( isset( $_FILES['uploadfile']['tmp_name'] ) && "" != $_FILES['uploadfile']['tmp_name'] ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
230 |
$max_image_width = 100;
|
231 |
$max_image_height = 40;
|
232 |
$max_image_size = 32 * 1024;
|
233 |
$valid_types = array( 'jpg', 'jpeg', 'png' );
|
234 |
/* Construction to rename downloading file */
|
235 |
$new_name = 'facebook-ico' . $fcbkbttn_options['count_icon'];
|
236 |
-
$new_ext = wp_check_filetype($_FILES['uploadfile']['name']);
|
237 |
$namefile = $new_name . '.' . $new_ext['ext'];
|
238 |
-
$uploaddir = $_REQUEST['home'] . 'wp-content/plugins/facebook-button-plugin/images/';
|
239 |
-
$uploadfile = $
|
240 |
|
241 |
/* Checks is file download initiated by user */
|
242 |
if ( isset( $_FILES['uploadfile'] ) && 'custom' == $_REQUEST['fcbkbttn_display_option'] ) {
|
@@ -254,7 +261,8 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
|
|
254 |
if ( ( $size ) && ( $size[0] <= $max_image_width ) && ( $size[1] <= $max_image_height ) ) {
|
255 |
/* If file satisfies requirements, we will move them from temp to your plugin folder and rename to 'facebook_ico.jpg' */
|
256 |
if ( move_uploaded_file( $_FILES['uploadfile']['tmp_name'], $uploadfile ) ) {
|
257 |
-
$message .= "
|
|
|
258 |
} else {
|
259 |
$error = __( "Error: moving file failed", 'facebook' );
|
260 |
}
|
@@ -267,7 +275,6 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
|
|
267 |
}
|
268 |
}
|
269 |
}
|
270 |
-
fcbkbttn_update_option();
|
271 |
}
|
272 |
/* GO PRO */
|
273 |
if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) {
|
@@ -299,7 +306,7 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
|
|
299 |
}
|
300 |
|
301 |
/* download Pro */
|
302 |
-
if ( !function_exists( 'get_plugins' ) )
|
303 |
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
304 |
if ( ! function_exists( 'is_plugin_active_for_network' ) )
|
305 |
require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
|
@@ -324,7 +331,7 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
|
|
324 |
} else {
|
325 |
$response = maybe_unserialize( wp_remote_retrieve_body( $raw_response ) );
|
326 |
|
327 |
-
if ( is_array( $response ) && !empty( $response ) ) {
|
328 |
foreach ( $response as $key => $value ) {
|
329 |
if ( "wrong_license_key" == $value->package ) {
|
330 |
$error = __( "Wrong license key", 'facebook' );
|
@@ -429,12 +436,14 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
|
|
429 |
<?php _e( "Choose display settings:", 'facebook' ); ?>
|
430 |
</th>
|
431 |
<td>
|
432 |
-
|
433 |
-
<
|
434 |
-
|
435 |
<option <?php if ( 'custom' == $fcbkbttn_options['display_option'] ) echo 'selected="selected"'; ?> value="custom"><?php _e( "Custom Facebook image", 'facebook' ); ?></option>
|
436 |
-
|
437 |
-
|
|
|
|
|
438 |
</td>
|
439 |
</tr>
|
440 |
<tr>
|
@@ -450,8 +459,8 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
|
|
450 |
<?php _e( "Facebook image:", 'facebook' ); ?>
|
451 |
</th>
|
452 |
<td>
|
453 |
-
<input type="hidden" name="MAX_FILE_SIZE" value="64000"/>
|
454 |
-
<input type="hidden" name="home" value="<?php echo ABSPATH ; ?>"/>
|
455 |
<input name="uploadfile" type="file" /><br />
|
456 |
<span style="color: rgb(136, 136, 136); font-size: 10px;"><?php _e( 'Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:"jpg", "jpeg", "png".', 'facebook' ); ?></span>
|
457 |
</td>
|
@@ -614,7 +623,8 @@ if ( ! function_exists( 'fcbkbttn_update_option' ) ) {
|
|
614 |
if ( 'standart' == $fcbkbttn_options['display_option'] ) {
|
615 |
$fb_img_link = plugins_url( 'images/standart-facebook-ico.png', __FILE__ );
|
616 |
} else if ( 'custom' == $fcbkbttn_options['display_option'] ) {
|
617 |
-
$
|
|
|
618 |
}
|
619 |
$fcbkbttn_options['fb_img_link'] = $fb_img_link ;
|
620 |
update_option( 'fcbk_bttn_plgn_options', $fcbkbttn_options );
|
@@ -804,6 +814,7 @@ if ( ! function_exists ( 'fcbkbttn_plugin_banner' ) ) {
|
|
804 |
if ( 'plugins.php' == $hook_suffix ) {
|
805 |
global $fcbkbttn_plugin_info;
|
806 |
$banner_array = array(
|
|
|
807 |
array( 'sndr_hide_banner_on_plugin_page', 'sender/sender.php', '0.5' ),
|
808 |
array( 'srrl_hide_banner_on_plugin_page', 'user-role/user-role.php', '1.4' ),
|
809 |
array( 'pdtr_hide_banner_on_plugin_page', 'updater/updater.php', '1.12' ),
|
@@ -879,6 +890,21 @@ if ( ! function_exists ( 'fcbkbttn_plugin_banner' ) ) {
|
|
879 |
/* Function for delete options */
|
880 |
if ( ! function_exists( 'fcbkbttn_delete_options' ) ) {
|
881 |
function fcbkbttn_delete_options() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
882 |
delete_option( 'fcbk_bttn_plgn_options' );
|
883 |
delete_site_option( 'fcbk_bttn_plgn_options' );
|
884 |
}
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Put Facebook Button in to your post.
|
6 |
Author: BestWebSoft
|
7 |
+
Version: 2.33
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
199 |
global $fcbkbttn_options, $wp_version, $fcbkbttn_plugin_info;
|
200 |
$copy = false;
|
201 |
$message = $error = "";
|
202 |
+
$upload_dir = wp_upload_dir();
|
|
|
|
|
203 |
|
204 |
if ( isset( $_REQUEST['fcbkbttn_form_submit'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'fcbkbttn_nonce_name' ) ) {
|
205 |
/* Takes all the changed settings on the plugin's admin page and saves them in array 'fcbk_bttn_plgn_options'. */
|
206 |
if ( isset( $_REQUEST['fcbkbttn_where'] ) && isset( $_REQUEST['fcbkbttn_link'] ) && isset( $_REQUEST['fcbkbttn_display_option'] ) ) {
|
207 |
+
$fcbkbttn_options['link'] = $_REQUEST['fcbkbttn_link'];
|
208 |
$fcbkbttn_options['where'] = $_REQUEST['fcbkbttn_where'];
|
209 |
$fcbkbttn_options['display_option'] = $_REQUEST['fcbkbttn_display_option'];
|
210 |
+
if ( 'standart' == $fcbkbttn_options['display_option'] ) {
|
211 |
+
$fcbkbttn_options['fb_img_link'] = plugins_url( 'images/standart-facebook-ico.png', __FILE__ );
|
212 |
+
}
|
213 |
+
$fcbkbttn_options['my_page'] = isset( $_REQUEST['fcbkbttn_my_page'] ) ? 1 : 0 ;
|
214 |
+
$fcbkbttn_options['like'] = isset( $_REQUEST['fcbkbttn_like'] ) ? 1 : 0 ;
|
215 |
+
$fcbkbttn_options['share'] = isset( $_REQUEST['fcbkbttn_share'] ) ? 1 : 0 ;
|
216 |
$fcbkbttn_options['locale'] = $_REQUEST['fcbkbttn_locale'];
|
217 |
$fcbkbttn_options['html5'] = $_REQUEST['fcbkbttn_html5'];
|
218 |
if ( isset( $_FILES['uploadfile']['tmp_name'] ) && $_FILES['uploadfile']['tmp_name'] != "" ) {
|
219 |
$fcbkbttn_options['count_icon'] = $fcbkbttn_options['count_icon'] + 1;
|
220 |
+
$file_ext = wp_check_filetype( $_FILES['uploadfile']['name'] );
|
221 |
$fcbkbttn_options['extention'] = $file_ext['ext'];
|
222 |
}
|
223 |
|
228 |
}
|
229 |
/* Form options */
|
230 |
if ( isset( $_FILES['uploadfile']['tmp_name'] ) && "" != $_FILES['uploadfile']['tmp_name'] ) {
|
231 |
+
if ( ! $upload_dir["error"] ) {
|
232 |
+
$fcbkbttn_cstm_mg_folder = $upload_dir['basedir'] . '/facebook-image';
|
233 |
+
if ( ! is_dir( $fcbkbttn_cstm_mg_folder ) ) {
|
234 |
+
wp_mkdir_p( $fcbkbttn_cstm_mg_folder, 0755 );
|
235 |
+
}
|
236 |
+
}
|
237 |
$max_image_width = 100;
|
238 |
$max_image_height = 40;
|
239 |
$max_image_size = 32 * 1024;
|
240 |
$valid_types = array( 'jpg', 'jpeg', 'png' );
|
241 |
/* Construction to rename downloading file */
|
242 |
$new_name = 'facebook-ico' . $fcbkbttn_options['count_icon'];
|
243 |
+
$new_ext = wp_check_filetype( $_FILES['uploadfile']['name'] );
|
244 |
$namefile = $new_name . '.' . $new_ext['ext'];
|
245 |
+
/* $uploaddir = $_REQUEST['home'] . 'wp-content/plugins/facebook-button-plugin/images/'; The directory in which we will take the file: */
|
246 |
+
$uploadfile = $fcbkbttn_cstm_mg_folder . '/' . $namefile;
|
247 |
|
248 |
/* Checks is file download initiated by user */
|
249 |
if ( isset( $_FILES['uploadfile'] ) && 'custom' == $_REQUEST['fcbkbttn_display_option'] ) {
|
261 |
if ( ( $size ) && ( $size[0] <= $max_image_width ) && ( $size[1] <= $max_image_height ) ) {
|
262 |
/* If file satisfies requirements, we will move them from temp to your plugin folder and rename to 'facebook_ico.jpg' */
|
263 |
if ( move_uploaded_file( $_FILES['uploadfile']['tmp_name'], $uploadfile ) ) {
|
264 |
+
$message .= '. ' . __( "Upload successful.", 'facebook' );
|
265 |
+
fcbkbttn_update_option();
|
266 |
} else {
|
267 |
$error = __( "Error: moving file failed", 'facebook' );
|
268 |
}
|
275 |
}
|
276 |
}
|
277 |
}
|
|
|
278 |
}
|
279 |
/* GO PRO */
|
280 |
if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) {
|
306 |
}
|
307 |
|
308 |
/* download Pro */
|
309 |
+
if ( ! function_exists( 'get_plugins' ) )
|
310 |
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
311 |
if ( ! function_exists( 'is_plugin_active_for_network' ) )
|
312 |
require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
|
331 |
} else {
|
332 |
$response = maybe_unserialize( wp_remote_retrieve_body( $raw_response ) );
|
333 |
|
334 |
+
if ( is_array( $response ) && ! empty( $response ) ) {
|
335 |
foreach ( $response as $key => $value ) {
|
336 |
if ( "wrong_license_key" == $value->package ) {
|
337 |
$error = __( "Wrong license key", 'facebook' );
|
436 |
<?php _e( "Choose display settings:", 'facebook' ); ?>
|
437 |
</th>
|
438 |
<td>
|
439 |
+
<?php if ( scandir( $upload_dir['basedir'] ) && is_writable( $upload_dir['basedir'] ) ) { ?>
|
440 |
+
<select name="fcbkbttn_display_option" onchange="if ( this . value == 'custom' ) { getElementById ( 'fcbkbttn_display_option_custom' ) . style.display = 'table-row'; } else { getElementById ( 'fcbkbttn_display_option_custom' ) . style.display = 'none'; }">
|
441 |
+
<option <?php if ( 'standart' == $fcbkbttn_options['display_option'] ) echo 'selected="selected"'; ?> value="standart"><?php _e( "Standard Facebook image", 'facebook' ); ?></option>
|
442 |
<option <?php if ( 'custom' == $fcbkbttn_options['display_option'] ) echo 'selected="selected"'; ?> value="custom"><?php _e( "Custom Facebook image", 'facebook' ); ?></option>
|
443 |
+
</select>
|
444 |
+
<?php } else {
|
445 |
+
echo __( "To use custom image you need to setup permissions to upload directory of your site", 'facebook' ) . " - " .$upload_dir['basedir'];
|
446 |
+
} ?>
|
447 |
</td>
|
448 |
</tr>
|
449 |
<tr>
|
459 |
<?php _e( "Facebook image:", 'facebook' ); ?>
|
460 |
</th>
|
461 |
<td>
|
462 |
+
<!-- <input type="hidden" name="MAX_FILE_SIZE" value="64000"/>
|
463 |
+
<input type="hidden" name="home" value="<?php echo ABSPATH ; ?>"/> -->
|
464 |
<input name="uploadfile" type="file" /><br />
|
465 |
<span style="color: rgb(136, 136, 136); font-size: 10px;"><?php _e( 'Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:"jpg", "jpeg", "png".', 'facebook' ); ?></span>
|
466 |
</td>
|
623 |
if ( 'standart' == $fcbkbttn_options['display_option'] ) {
|
624 |
$fb_img_link = plugins_url( 'images/standart-facebook-ico.png', __FILE__ );
|
625 |
} else if ( 'custom' == $fcbkbttn_options['display_option'] ) {
|
626 |
+
$upload_dir = wp_upload_dir();
|
627 |
+
$fb_img_link = $upload_dir['baseurl'] . '/facebook-image/facebook-ico' . $fcbkbttn_options['count_icon'] . '.' . $fcbkbttn_options['extention'];
|
628 |
}
|
629 |
$fcbkbttn_options['fb_img_link'] = $fb_img_link ;
|
630 |
update_option( 'fcbk_bttn_plgn_options', $fcbkbttn_options );
|
814 |
if ( 'plugins.php' == $hook_suffix ) {
|
815 |
global $fcbkbttn_plugin_info;
|
816 |
$banner_array = array(
|
817 |
+
array( 'lmtttmpts_hide_banner_on_plugin_page', 'limit-attempts/limit-attempts.php', '1.0.2' ),
|
818 |
array( 'sndr_hide_banner_on_plugin_page', 'sender/sender.php', '0.5' ),
|
819 |
array( 'srrl_hide_banner_on_plugin_page', 'user-role/user-role.php', '1.4' ),
|
820 |
array( 'pdtr_hide_banner_on_plugin_page', 'updater/updater.php', '1.12' ),
|
890 |
/* Function for delete options */
|
891 |
if ( ! function_exists( 'fcbkbttn_delete_options' ) ) {
|
892 |
function fcbkbttn_delete_options() {
|
893 |
+
if ( ! function_exists( 'get_plugins' ) )
|
894 |
+
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
895 |
+
$all_plugins = get_plugins();
|
896 |
+
if ( ! array_key_exists( 'facebook-button-pro/facebook-button-pro.php', $all_plugins ) ) {
|
897 |
+
/* delete custom images if no PRO version */
|
898 |
+
$upload_dir = wp_upload_dir();
|
899 |
+
$fcbkbttn_cstm_mg_folder = $upload_dir['basedir'] . '/facebook-image/';
|
900 |
+
if ( is_dir( $fcbkbttn_cstm_mg_folder ) ) {
|
901 |
+
$fcbkbttn_cstm_mg_files = scandir( $fcbkbttn_cstm_mg_folder );
|
902 |
+
foreach ( $fcbkbttn_cstm_mg_files as $value ) {
|
903 |
+
@unlink ( $fcbkbttn_cstm_mg_folder . $value );
|
904 |
+
}
|
905 |
+
@rmdir( $fcbkbttn_cstm_mg_folder );
|
906 |
+
}
|
907 |
+
}
|
908 |
delete_option( 'fcbk_bttn_plgn_options' );
|
909 |
delete_site_option( 'fcbk_bttn_plgn_options' );
|
910 |
}
|
languages/facebook-fr_FR.mo
CHANGED
Binary file
|
languages/facebook-fr_FR.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: 2014-06
|
6 |
-
"PO-Revision-Date: 2014-06
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: http://wptheme.fr/\n"
|
9 |
"Language: fr\n"
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: facebook-button-plugin.php:73 facebook-button-plugin.php:
|
21 |
msgid "Facebook Button Settings"
|
22 |
msgstr "Réglages du bouton Facebook"
|
23 |
|
@@ -25,11 +25,11 @@ msgstr "Réglages du bouton Facebook"
|
|
25 |
msgid "Facebook Button"
|
26 |
msgstr "Bouton Facebook"
|
27 |
|
28 |
-
#: facebook-button-plugin.php:
|
29 |
msgid "requires"
|
30 |
msgstr "Nécessite"
|
31 |
|
32 |
-
#: facebook-button-plugin.php:
|
33 |
msgid ""
|
34 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
35 |
"try again."
|
@@ -37,152 +37,162 @@ msgstr ""
|
|
37 |
"ou supérieur, c'est la raison pour la laquelle il a été desactivé. Veuillez "
|
38 |
"mettre à jour votre Wordpress et essayer à nouveau "
|
39 |
|
40 |
-
#: facebook-button-plugin.php:
|
41 |
msgid "Back to the WordPress"
|
42 |
msgstr "Retour à Wordpress"
|
43 |
|
44 |
-
#: facebook-button-plugin.php:
|
45 |
msgid "Plugins page"
|
46 |
msgstr "Page Plugin"
|
47 |
|
48 |
-
#: facebook-button-plugin.php:
|
49 |
msgid "Settings saved"
|
50 |
msgstr "Réglages sauvegardés "
|
51 |
|
52 |
-
#: facebook-button-plugin.php:
|
53 |
msgid "Error: File size > 32K"
|
54 |
msgstr "Erreur : Poids du fichier > 32K"
|
55 |
|
56 |
-
#: facebook-button-plugin.php:
|
57 |
msgid "Error: Invalid file type"
|
58 |
msgstr "Erreur : Type de fichier invalide"
|
59 |
|
60 |
#: facebook-button-plugin.php:264
|
|
|
|
|
|
|
|
|
61 |
msgid "Error: moving file failed"
|
62 |
msgstr "Erreur : le déplacement du fichier a echoué"
|
63 |
|
64 |
-
#: facebook-button-plugin.php:
|
65 |
msgid "Error: check image width or height"
|
66 |
msgstr "Erreur : Vérifiez la taille et la largeur de l'image"
|
67 |
|
68 |
-
#: facebook-button-plugin.php:
|
69 |
msgid "Uploading Error: check image properties"
|
70 |
msgstr "Erreur d'upload : vérifiez les propriétés de l'image"
|
71 |
|
72 |
-
#: facebook-button-plugin.php:
|
73 |
msgid "Wrong license key"
|
74 |
msgstr ""
|
75 |
|
76 |
-
#: facebook-button-plugin.php:
|
77 |
msgid ""
|
78 |
"Something went wrong. Try again later. If the error will appear again, "
|
79 |
"please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. "
|
80 |
"We are sorry for inconvenience."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: facebook-button-plugin.php:
|
84 |
msgid "This license key is bind to another site"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: facebook-button-plugin.php:
|
88 |
msgid ""
|
89 |
"Unfortunately, you have exceeded the number of available tries. Please, "
|
90 |
"upload the plugin manually."
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: facebook-button-plugin.php:
|
94 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: facebook-button-plugin.php:
|
98 |
msgid ""
|
99 |
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
100 |
"plugin manually"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: facebook-button-plugin.php:
|
104 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: facebook-button-plugin.php:
|
108 |
msgid ""
|
109 |
"Something went wrong. Try again later or upload the plugin manually. We are "
|
110 |
"sorry for inconvienience."
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: facebook-button-plugin.php:
|
114 |
msgid "Please, enter Your license key"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: facebook-button-plugin.php:
|
118 |
-
#: facebook-button-plugin.php:
|
119 |
msgid "Settings"
|
120 |
msgstr "Réglages"
|
121 |
|
122 |
-
#: facebook-button-plugin.php:
|
123 |
#, fuzzy
|
124 |
msgid "Extra settings"
|
125 |
msgstr "Réglages"
|
126 |
|
127 |
-
#: facebook-button-plugin.php:
|
128 |
msgid "FAQ"
|
129 |
msgstr "FAQ"
|
130 |
|
131 |
-
#: facebook-button-plugin.php:
|
132 |
msgid "Go PRO"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: facebook-button-plugin.php:
|
136 |
msgid "Notice:"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: facebook-button-plugin.php:
|
140 |
msgid ""
|
141 |
"The plugin's settings have been changed. In order to save them please don't "
|
142 |
"forget to click the 'Save Changes' button."
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: facebook-button-plugin.php:
|
146 |
msgid "Your Facebook ID:"
|
147 |
msgstr "Votre identifiant Facebook"
|
148 |
|
149 |
-
#: facebook-button-plugin.php:
|
150 |
msgid "Display button:"
|
151 |
msgstr "Afficher le bouton"
|
152 |
|
153 |
-
#: facebook-button-plugin.php:
|
154 |
msgid "My Page"
|
155 |
msgstr "Ma page"
|
156 |
|
157 |
-
#: facebook-button-plugin.php:
|
158 |
msgid "Like"
|
159 |
msgstr "Like"
|
160 |
|
161 |
-
#: facebook-button-plugin.php:
|
162 |
msgid "Share"
|
163 |
msgstr ""
|
164 |
|
165 |
-
#: facebook-button-plugin.php:
|
166 |
msgid "Choose display settings:"
|
167 |
msgstr "Choisir les réglages d'affichage"
|
168 |
|
169 |
-
#: facebook-button-plugin.php:
|
170 |
msgid "Standard Facebook image"
|
171 |
msgstr "Image Facebook par défaut"
|
172 |
|
173 |
-
#: facebook-button-plugin.php:
|
174 |
msgid "Custom Facebook image"
|
175 |
msgstr "Image Facebook personnalisée"
|
176 |
|
177 |
-
#: facebook-button-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
178 |
msgid "Current image:"
|
179 |
msgstr "Image actuelle"
|
180 |
|
181 |
-
#: facebook-button-plugin.php:
|
182 |
msgid "Facebook image:"
|
183 |
msgstr "Image Facebook"
|
184 |
|
185 |
-
#: facebook-button-plugin.php:
|
186 |
msgid ""
|
187 |
"Image properties: max image width:100px; max image height:40px; max image "
|
188 |
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
@@ -190,27 +200,27 @@ msgstr ""
|
|
190 |
"Propriétés de l'image : largeur max:100px; hauteur max: 40px; poids max : "
|
191 |
"32kb; type d'image :\"jpg\", \"jpeg\", \"png\"."
|
192 |
|
193 |
-
#: facebook-button-plugin.php:
|
194 |
msgid "Facebook Button Position:"
|
195 |
msgstr "Position du bouton Facebook"
|
196 |
|
197 |
-
#: facebook-button-plugin.php:
|
198 |
msgid "Before"
|
199 |
msgstr "Avant"
|
200 |
|
201 |
-
#: facebook-button-plugin.php:
|
202 |
msgid "After"
|
203 |
msgstr "Après"
|
204 |
|
205 |
-
#: facebook-button-plugin.php:
|
206 |
msgid "Before and After"
|
207 |
msgstr "Avant et après"
|
208 |
|
209 |
-
#: facebook-button-plugin.php:
|
210 |
msgid "Shortcode"
|
211 |
msgstr "Shortcode"
|
212 |
|
213 |
-
#: facebook-button-plugin.php:
|
214 |
msgid ""
|
215 |
"If you would like to add a Facebook button to your website, just copy and "
|
216 |
"paste this shortcode into your post or page:"
|
@@ -218,129 +228,129 @@ msgstr ""
|
|
218 |
"Si vous souhaitez ajouter un bouton Facebook sur votre site internet, copier-"
|
219 |
"collez ce Shortcodedans votre page ou votre article"
|
220 |
|
221 |
-
#: facebook-button-plugin.php:
|
222 |
msgid "Facebook Button language:"
|
223 |
msgstr "Langue du bouton Facebook"
|
224 |
|
225 |
-
#: facebook-button-plugin.php:
|
226 |
msgid "Change the language of Facebook Like Button"
|
227 |
msgstr "Changer la langue du bouton Facebook"
|
228 |
|
229 |
-
#: facebook-button-plugin.php:
|
230 |
msgid "Html tag for Like Button:"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: facebook-button-plugin.php:
|
234 |
msgid "Use this tag to improve validation of your site"
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: facebook-button-plugin.php:
|
238 |
msgid "Save Changes"
|
239 |
msgstr "Sauvegarder les changements"
|
240 |
|
241 |
-
#: facebook-button-plugin.php:
|
242 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: facebook-button-plugin.php:
|
246 |
msgid "Rate the plugin"
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: facebook-button-plugin.php:
|
250 |
msgid "If there is something wrong about it, please contact us"
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: facebook-button-plugin.php:
|
254 |
msgid ""
|
255 |
"Please choose the necessary post types (or single pages) where Facebook "
|
256 |
"button will be displayed:"
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: facebook-button-plugin.php:
|
260 |
msgid "Show URL for pages"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: facebook-button-plugin.php:
|
264 |
msgid "Example of the site's pages tree"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: facebook-button-plugin.php:
|
268 |
msgid "Example of site pages' tree"
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: facebook-button-plugin.php:
|
272 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: facebook-button-plugin.php:
|
276 |
msgid "Unlock premium options by upgrading to a PRO version."
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: facebook-button-plugin.php:
|
280 |
msgid "Learn More"
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: facebook-button-plugin.php:
|
284 |
msgid "Go"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: facebook-button-plugin.php:
|
288 |
msgid ""
|
289 |
"Congratulations! The PRO version of the plugin is successfully download and "
|
290 |
"activated."
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: facebook-button-plugin.php:
|
294 |
msgid "Please, go to"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: facebook-button-plugin.php:
|
298 |
#, fuzzy
|
299 |
msgid "the setting page"
|
300 |
msgstr "Réglages sauvegardés "
|
301 |
|
302 |
-
#: facebook-button-plugin.php:
|
303 |
msgid "You will be redirected automatically in 5 seconds."
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: facebook-button-plugin.php:
|
307 |
msgid "You can download and activate"
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: facebook-button-plugin.php:
|
311 |
msgid "version of this plugin by entering Your license key."
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: facebook-button-plugin.php:
|
315 |
msgid ""
|
316 |
"You can find your license key on your personal page Client area, by clicking "
|
317 |
"on the link"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: facebook-button-plugin.php:
|
321 |
msgid "(your username is the email you specify when purchasing the product)."
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: facebook-button-plugin.php:
|
325 |
msgid "Go!"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: facebook-button-plugin.php:
|
329 |
msgid ""
|
330 |
"Unfortunately, you have exceeded the number of available tries per day. "
|
331 |
"Please, upload the plugin manually."
|
332 |
msgstr ""
|
333 |
|
334 |
-
#: facebook-button-plugin.php:
|
335 |
msgid "Support"
|
336 |
msgstr "Support"
|
337 |
|
338 |
-
#: facebook-button-plugin.php:
|
339 |
msgid ""
|
340 |
"It's time to upgrade your <strong>Facebook Like Button</strong> to "
|
341 |
"<strong>PRO</strong> version"
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: facebook-button-plugin.php:
|
345 |
msgid "Extend standard plugin functionality with new great options"
|
346 |
msgstr ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-08-06 17:01+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-08-06 17:01+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: http://wptheme.fr/\n"
|
9 |
"Language: fr\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: facebook-button-plugin.php:73 facebook-button-plugin.php:407
|
21 |
msgid "Facebook Button Settings"
|
22 |
msgstr "Réglages du bouton Facebook"
|
23 |
|
25 |
msgid "Facebook Button"
|
26 |
msgstr "Bouton Facebook"
|
27 |
|
28 |
+
#: facebook-button-plugin.php:190
|
29 |
msgid "requires"
|
30 |
msgstr "Nécessite"
|
31 |
|
32 |
+
#: facebook-button-plugin.php:190
|
33 |
msgid ""
|
34 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
35 |
"try again."
|
37 |
"ou supérieur, c'est la raison pour la laquelle il a été desactivé. Veuillez "
|
38 |
"mettre à jour votre Wordpress et essayer à nouveau "
|
39 |
|
40 |
+
#: facebook-button-plugin.php:190
|
41 |
msgid "Back to the WordPress"
|
42 |
msgstr "Retour à Wordpress"
|
43 |
|
44 |
+
#: facebook-button-plugin.php:190
|
45 |
msgid "Plugins page"
|
46 |
msgstr "Page Plugin"
|
47 |
|
48 |
+
#: facebook-button-plugin.php:227
|
49 |
msgid "Settings saved"
|
50 |
msgstr "Réglages sauvegardés "
|
51 |
|
52 |
+
#: facebook-button-plugin.php:255
|
53 |
msgid "Error: File size > 32K"
|
54 |
msgstr "Erreur : Poids du fichier > 32K"
|
55 |
|
56 |
+
#: facebook-button-plugin.php:258
|
57 |
msgid "Error: Invalid file type"
|
58 |
msgstr "Erreur : Type de fichier invalide"
|
59 |
|
60 |
#: facebook-button-plugin.php:264
|
61 |
+
msgid "Upload successful."
|
62 |
+
msgstr ""
|
63 |
+
|
64 |
+
#: facebook-button-plugin.php:267
|
65 |
msgid "Error: moving file failed"
|
66 |
msgstr "Erreur : le déplacement du fichier a echoué"
|
67 |
|
68 |
+
#: facebook-button-plugin.php:270
|
69 |
msgid "Error: check image width or height"
|
70 |
msgstr "Erreur : Vérifiez la taille et la largeur de l'image"
|
71 |
|
72 |
+
#: facebook-button-plugin.php:274
|
73 |
msgid "Uploading Error: check image properties"
|
74 |
msgstr "Erreur d'upload : vérifiez les propriétés de l'image"
|
75 |
|
76 |
+
#: facebook-button-plugin.php:298 facebook-button-plugin.php:337
|
77 |
msgid "Wrong license key"
|
78 |
msgstr ""
|
79 |
|
80 |
+
#: facebook-button-plugin.php:330
|
81 |
msgid ""
|
82 |
"Something went wrong. Try again later. If the error will appear again, "
|
83 |
"please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. "
|
84 |
"We are sorry for inconvenience."
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: facebook-button-plugin.php:339
|
88 |
msgid "This license key is bind to another site"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: facebook-button-plugin.php:341
|
92 |
msgid ""
|
93 |
"Unfortunately, you have exceeded the number of available tries. Please, "
|
94 |
"upload the plugin manually."
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: facebook-button-plugin.php:359
|
98 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: facebook-button-plugin.php:365
|
102 |
msgid ""
|
103 |
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
104 |
"plugin manually"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: facebook-button-plugin.php:369 facebook-button-plugin.php:378
|
108 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: facebook-button-plugin.php:382
|
112 |
msgid ""
|
113 |
"Something went wrong. Try again later or upload the plugin manually. We are "
|
114 |
"sorry for inconvienience."
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: facebook-button-plugin.php:397
|
118 |
msgid "Please, enter Your license key"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: facebook-button-plugin.php:409 facebook-button-plugin.php:778
|
122 |
+
#: facebook-button-plugin.php:790
|
123 |
msgid "Settings"
|
124 |
msgstr "Réglages"
|
125 |
|
126 |
+
#: facebook-button-plugin.php:410
|
127 |
#, fuzzy
|
128 |
msgid "Extra settings"
|
129 |
msgstr "Réglages"
|
130 |
|
131 |
+
#: facebook-button-plugin.php:411 facebook-button-plugin.php:791
|
132 |
msgid "FAQ"
|
133 |
msgstr "FAQ"
|
134 |
|
135 |
+
#: facebook-button-plugin.php:412
|
136 |
msgid "Go PRO"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: facebook-button-plugin.php:415
|
140 |
msgid "Notice:"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: facebook-button-plugin.php:415
|
144 |
msgid ""
|
145 |
"The plugin's settings have been changed. In order to save them please don't "
|
146 |
"forget to click the 'Save Changes' button."
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: facebook-button-plugin.php:421
|
150 |
msgid "Your Facebook ID:"
|
151 |
msgstr "Votre identifiant Facebook"
|
152 |
|
153 |
+
#: facebook-button-plugin.php:427
|
154 |
msgid "Display button:"
|
155 |
msgstr "Afficher le bouton"
|
156 |
|
157 |
+
#: facebook-button-plugin.php:429
|
158 |
msgid "My Page"
|
159 |
msgstr "Ma page"
|
160 |
|
161 |
+
#: facebook-button-plugin.php:430
|
162 |
msgid "Like"
|
163 |
msgstr "Like"
|
164 |
|
165 |
+
#: facebook-button-plugin.php:431
|
166 |
msgid "Share"
|
167 |
msgstr ""
|
168 |
|
169 |
+
#: facebook-button-plugin.php:436
|
170 |
msgid "Choose display settings:"
|
171 |
msgstr "Choisir les réglages d'affichage"
|
172 |
|
173 |
+
#: facebook-button-plugin.php:441
|
174 |
msgid "Standard Facebook image"
|
175 |
msgstr "Image Facebook par défaut"
|
176 |
|
177 |
+
#: facebook-button-plugin.php:442
|
178 |
msgid "Custom Facebook image"
|
179 |
msgstr "Image Facebook personnalisée"
|
180 |
|
181 |
+
#: facebook-button-plugin.php:445
|
182 |
+
msgid ""
|
183 |
+
"To use custom image you need to setup permissions to upload directory of "
|
184 |
+
"your site"
|
185 |
+
msgstr ""
|
186 |
+
|
187 |
+
#: facebook-button-plugin.php:451
|
188 |
msgid "Current image:"
|
189 |
msgstr "Image actuelle"
|
190 |
|
191 |
+
#: facebook-button-plugin.php:459
|
192 |
msgid "Facebook image:"
|
193 |
msgstr "Image Facebook"
|
194 |
|
195 |
+
#: facebook-button-plugin.php:465
|
196 |
msgid ""
|
197 |
"Image properties: max image width:100px; max image height:40px; max image "
|
198 |
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
200 |
"Propriétés de l'image : largeur max:100px; hauteur max: 40px; poids max : "
|
201 |
"32kb; type d'image :\"jpg\", \"jpeg\", \"png\"."
|
202 |
|
203 |
+
#: facebook-button-plugin.php:470
|
204 |
msgid "Facebook Button Position:"
|
205 |
msgstr "Position du bouton Facebook"
|
206 |
|
207 |
+
#: facebook-button-plugin.php:474
|
208 |
msgid "Before"
|
209 |
msgstr "Avant"
|
210 |
|
211 |
+
#: facebook-button-plugin.php:475
|
212 |
msgid "After"
|
213 |
msgstr "Après"
|
214 |
|
215 |
+
#: facebook-button-plugin.php:476
|
216 |
msgid "Before and After"
|
217 |
msgstr "Avant et après"
|
218 |
|
219 |
+
#: facebook-button-plugin.php:477
|
220 |
msgid "Shortcode"
|
221 |
msgstr "Shortcode"
|
222 |
|
223 |
+
#: facebook-button-plugin.php:479
|
224 |
msgid ""
|
225 |
"If you would like to add a Facebook button to your website, just copy and "
|
226 |
"paste this shortcode into your post or page:"
|
228 |
"Si vous souhaitez ajouter un bouton Facebook sur votre site internet, copier-"
|
229 |
"collez ce Shortcodedans votre page ou votre article"
|
230 |
|
231 |
+
#: facebook-button-plugin.php:484
|
232 |
msgid "Facebook Button language:"
|
233 |
msgstr "Langue du bouton Facebook"
|
234 |
|
235 |
+
#: facebook-button-plugin.php:495
|
236 |
msgid "Change the language of Facebook Like Button"
|
237 |
msgstr "Changer la langue du bouton Facebook"
|
238 |
|
239 |
+
#: facebook-button-plugin.php:499
|
240 |
msgid "Html tag for Like Button:"
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: facebook-button-plugin.php:503
|
244 |
msgid "Use this tag to improve validation of your site"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: facebook-button-plugin.php:509 facebook-button-plugin.php:548
|
248 |
msgid "Save Changes"
|
249 |
msgstr "Sauvegarder les changements"
|
250 |
|
251 |
+
#: facebook-button-plugin.php:515
|
252 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: facebook-button-plugin.php:516
|
256 |
msgid "Rate the plugin"
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: facebook-button-plugin.php:519
|
260 |
msgid "If there is something wrong about it, please contact us"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: facebook-button-plugin.php:530
|
264 |
msgid ""
|
265 |
"Please choose the necessary post types (or single pages) where Facebook "
|
266 |
"button will be displayed:"
|
267 |
msgstr ""
|
268 |
|
269 |
+
#: facebook-button-plugin.php:537
|
270 |
msgid "Show URL for pages"
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: facebook-button-plugin.php:543
|
274 |
msgid "Example of the site's pages tree"
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: facebook-button-plugin.php:543
|
278 |
msgid "Example of site pages' tree"
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: facebook-button-plugin.php:553
|
282 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: facebook-button-plugin.php:560
|
286 |
msgid "Unlock premium options by upgrading to a PRO version."
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: facebook-button-plugin.php:561 facebook-button-plugin.php:869
|
290 |
msgid "Learn More"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: facebook-button-plugin.php:564
|
294 |
msgid "Go"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: facebook-button-plugin.php:576
|
298 |
msgid ""
|
299 |
"Congratulations! The PRO version of the plugin is successfully download and "
|
300 |
"activated."
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: facebook-button-plugin.php:578
|
304 |
msgid "Please, go to"
|
305 |
msgstr ""
|
306 |
|
307 |
+
#: facebook-button-plugin.php:578
|
308 |
#, fuzzy
|
309 |
msgid "the setting page"
|
310 |
msgstr "Réglages sauvegardés "
|
311 |
|
312 |
+
#: facebook-button-plugin.php:579
|
313 |
msgid "You will be redirected automatically in 5 seconds."
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: facebook-button-plugin.php:584
|
317 |
msgid "You can download and activate"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: facebook-button-plugin.php:586
|
321 |
msgid "version of this plugin by entering Your license key."
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: facebook-button-plugin.php:588
|
325 |
msgid ""
|
326 |
"You can find your license key on your personal page Client area, by clicking "
|
327 |
"on the link"
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: facebook-button-plugin.php:590
|
331 |
msgid "(your username is the email you specify when purchasing the product)."
|
332 |
msgstr ""
|
333 |
|
334 |
+
#: facebook-button-plugin.php:598 facebook-button-plugin.php:608
|
335 |
msgid "Go!"
|
336 |
msgstr ""
|
337 |
|
338 |
+
#: facebook-button-plugin.php:601
|
339 |
msgid ""
|
340 |
"Unfortunately, you have exceeded the number of available tries per day. "
|
341 |
"Please, upload the plugin manually."
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: facebook-button-plugin.php:792
|
345 |
msgid "Support"
|
346 |
msgstr "Support"
|
347 |
|
348 |
+
#: facebook-button-plugin.php:872
|
349 |
msgid ""
|
350 |
"It's time to upgrade your <strong>Facebook Like Button</strong> to "
|
351 |
"<strong>PRO</strong> version"
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: facebook-button-plugin.php:873
|
355 |
msgid "Extend standard plugin functionality with new great options"
|
356 |
msgstr ""
|
languages/facebook-id_ID.mo
CHANGED
Binary file
|
languages/facebook-id_ID.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: 2014-06
|
6 |
-
"PO-Revision-Date: 2014-06
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: nasrulhaq <nasrulhaq81@gmail.com>\n"
|
9 |
"Language: es_ES\n"
|
@@ -16,7 +16,7 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: facebook-button-plugin.php:73 facebook-button-plugin.php:
|
20 |
msgid "Facebook Button Settings"
|
21 |
msgstr "Pengaturan Facebook Button"
|
22 |
|
@@ -24,11 +24,11 @@ msgstr "Pengaturan Facebook Button"
|
|
24 |
msgid "Facebook Button"
|
25 |
msgstr "Tombol Facebook"
|
26 |
|
27 |
-
#: facebook-button-plugin.php:
|
28 |
msgid "requires"
|
29 |
msgstr "membutuhkan"
|
30 |
|
31 |
-
#: facebook-button-plugin.php:
|
32 |
msgid ""
|
33 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
34 |
"try again."
|
@@ -36,152 +36,162 @@ msgstr ""
|
|
36 |
"atau lebih tinggi, itulah mengapa di nonaktifkan! Harap tingkatkan versi "
|
37 |
"Wordpress dan coba lagi"
|
38 |
|
39 |
-
#: facebook-button-plugin.php:
|
40 |
msgid "Back to the WordPress"
|
41 |
msgstr "Kembali ke Wordpress"
|
42 |
|
43 |
-
#: facebook-button-plugin.php:
|
44 |
msgid "Plugins page"
|
45 |
msgstr "Halaman Plugin"
|
46 |
|
47 |
-
#: facebook-button-plugin.php:
|
48 |
msgid "Settings saved"
|
49 |
msgstr "Simpan Pengaturan"
|
50 |
|
51 |
-
#: facebook-button-plugin.php:
|
52 |
msgid "Error: File size > 32K"
|
53 |
msgstr "SALAH: Ukuran file lebih besar dari 32KB"
|
54 |
|
55 |
-
#: facebook-button-plugin.php:
|
56 |
msgid "Error: Invalid file type"
|
57 |
msgstr "SALAH: Tipe data tidak benar"
|
58 |
|
59 |
#: facebook-button-plugin.php:264
|
|
|
|
|
|
|
|
|
60 |
msgid "Error: moving file failed"
|
61 |
msgstr "Salah: gagal memindahkan data"
|
62 |
|
63 |
-
#: facebook-button-plugin.php:
|
64 |
msgid "Error: check image width or height"
|
65 |
msgstr "Salah: periksa lebar atau panjang gambar"
|
66 |
|
67 |
-
#: facebook-button-plugin.php:
|
68 |
msgid "Uploading Error: check image properties"
|
69 |
msgstr "Gagal Mengunggah: periksa properti gambar"
|
70 |
|
71 |
-
#: facebook-button-plugin.php:
|
72 |
msgid "Wrong license key"
|
73 |
msgstr ""
|
74 |
|
75 |
-
#: facebook-button-plugin.php:
|
76 |
msgid ""
|
77 |
"Something went wrong. Try again later. If the error will appear again, "
|
78 |
"please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. "
|
79 |
"We are sorry for inconvenience."
|
80 |
msgstr ""
|
81 |
|
82 |
-
#: facebook-button-plugin.php:
|
83 |
msgid "This license key is bind to another site"
|
84 |
msgstr ""
|
85 |
|
86 |
-
#: facebook-button-plugin.php:
|
87 |
msgid ""
|
88 |
"Unfortunately, you have exceeded the number of available tries. Please, "
|
89 |
"upload the plugin manually."
|
90 |
msgstr ""
|
91 |
|
92 |
-
#: facebook-button-plugin.php:
|
93 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
94 |
msgstr ""
|
95 |
|
96 |
-
#: facebook-button-plugin.php:
|
97 |
msgid ""
|
98 |
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
99 |
"plugin manually"
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: facebook-button-plugin.php:
|
103 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: facebook-button-plugin.php:
|
107 |
msgid ""
|
108 |
"Something went wrong. Try again later or upload the plugin manually. We are "
|
109 |
"sorry for inconvienience."
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: facebook-button-plugin.php:
|
113 |
msgid "Please, enter Your license key"
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: facebook-button-plugin.php:
|
117 |
-
#: facebook-button-plugin.php:
|
118 |
msgid "Settings"
|
119 |
msgstr "Pengaturan"
|
120 |
|
121 |
-
#: facebook-button-plugin.php:
|
122 |
#, fuzzy
|
123 |
msgid "Extra settings"
|
124 |
msgstr "Pengaturan"
|
125 |
|
126 |
-
#: facebook-button-plugin.php:
|
127 |
msgid "FAQ"
|
128 |
msgstr "SSS (Sık Sorulan Sorular)"
|
129 |
|
130 |
-
#: facebook-button-plugin.php:
|
131 |
msgid "Go PRO"
|
132 |
msgstr ""
|
133 |
|
134 |
-
#: facebook-button-plugin.php:
|
135 |
msgid "Notice:"
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: facebook-button-plugin.php:
|
139 |
msgid ""
|
140 |
"The plugin's settings have been changed. In order to save them please don't "
|
141 |
"forget to click the 'Save Changes' button."
|
142 |
msgstr ""
|
143 |
|
144 |
-
#: facebook-button-plugin.php:
|
145 |
msgid "Your Facebook ID:"
|
146 |
msgstr " ID Facebook:"
|
147 |
|
148 |
-
#: facebook-button-plugin.php:
|
149 |
msgid "Display button:"
|
150 |
msgstr "Tampilan tombol:"
|
151 |
|
152 |
-
#: facebook-button-plugin.php:
|
153 |
msgid "My Page"
|
154 |
msgstr "Halamanku"
|
155 |
|
156 |
-
#: facebook-button-plugin.php:
|
157 |
msgid "Like"
|
158 |
msgstr "Suka"
|
159 |
|
160 |
-
#: facebook-button-plugin.php:
|
161 |
msgid "Share"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: facebook-button-plugin.php:
|
165 |
msgid "Choose display settings:"
|
166 |
msgstr "Ubah pengaturan tampilan"
|
167 |
|
168 |
-
#: facebook-button-plugin.php:
|
169 |
msgid "Standard Facebook image"
|
170 |
msgstr "Standar gambar Facebook "
|
171 |
|
172 |
-
#: facebook-button-plugin.php:
|
173 |
msgid "Custom Facebook image"
|
174 |
msgstr "Kustom Gambar Facebook "
|
175 |
|
176 |
-
#: facebook-button-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
177 |
msgid "Current image:"
|
178 |
msgstr "Gambar tertentu:"
|
179 |
|
180 |
-
#: facebook-button-plugin.php:
|
181 |
msgid "Facebook image:"
|
182 |
msgstr "Gambar Facebook:"
|
183 |
|
184 |
-
#: facebook-button-plugin.php:
|
185 |
msgid ""
|
186 |
"Image properties: max image width:100px; max image height:40px; max image "
|
187 |
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
@@ -189,27 +199,27 @@ msgstr ""
|
|
189 |
"properti gambar: lebar gambar maks:100px; panjang gambar maks:40px; ukuran "
|
190 |
"gambar maks:32Kb; tipe gambar:\"jpg\",\"jpeg\", \"png\"."
|
191 |
|
192 |
-
#: facebook-button-plugin.php:
|
193 |
msgid "Facebook Button Position:"
|
194 |
msgstr "Posisi Tombol Facebook"
|
195 |
|
196 |
-
#: facebook-button-plugin.php:
|
197 |
msgid "Before"
|
198 |
msgstr "Sebelum"
|
199 |
|
200 |
-
#: facebook-button-plugin.php:
|
201 |
msgid "After"
|
202 |
msgstr "Setelah"
|
203 |
|
204 |
-
#: facebook-button-plugin.php:
|
205 |
msgid "Before and After"
|
206 |
msgstr "Sebelum dan Setelah"
|
207 |
|
208 |
-
#: facebook-button-plugin.php:
|
209 |
msgid "Shortcode"
|
210 |
msgstr "Kode Pendek"
|
211 |
|
212 |
-
#: facebook-button-plugin.php:
|
213 |
msgid ""
|
214 |
"If you would like to add a Facebook button to your website, just copy and "
|
215 |
"paste this shortcode into your post or page:"
|
@@ -217,131 +227,131 @@ msgstr ""
|
|
217 |
"Jika anda ingin menambahkan tombol Facebook di website anda, cukup salin "
|
218 |
"kode singkat kedalam posting atau page anda:"
|
219 |
|
220 |
-
#: facebook-button-plugin.php:
|
221 |
msgid "Facebook Button language:"
|
222 |
msgstr "Bahasa Facebook Button:"
|
223 |
|
224 |
-
#: facebook-button-plugin.php:
|
225 |
msgid "Change the language of Facebook Like Button"
|
226 |
msgstr "Ubah bahasa Facebook Like Button"
|
227 |
|
228 |
-
#: facebook-button-plugin.php:
|
229 |
msgid "Html tag for Like Button:"
|
230 |
msgstr ""
|
231 |
|
232 |
-
#: facebook-button-plugin.php:
|
233 |
msgid "Use this tag to improve validation of your site"
|
234 |
msgstr ""
|
235 |
|
236 |
-
#: facebook-button-plugin.php:
|
237 |
msgid "Save Changes"
|
238 |
msgstr "Simpan Perubahan"
|
239 |
|
240 |
-
#: facebook-button-plugin.php:
|
241 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: facebook-button-plugin.php:
|
245 |
#, fuzzy
|
246 |
msgid "Rate the plugin"
|
247 |
msgstr "Eklenti Önerileri"
|
248 |
|
249 |
-
#: facebook-button-plugin.php:
|
250 |
msgid "If there is something wrong about it, please contact us"
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: facebook-button-plugin.php:
|
254 |
msgid ""
|
255 |
"Please choose the necessary post types (or single pages) where Facebook "
|
256 |
"button will be displayed:"
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: facebook-button-plugin.php:
|
260 |
msgid "Show URL for pages"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: facebook-button-plugin.php:
|
264 |
msgid "Example of the site's pages tree"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: facebook-button-plugin.php:
|
268 |
msgid "Example of site pages' tree"
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: facebook-button-plugin.php:
|
272 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: facebook-button-plugin.php:
|
276 |
msgid "Unlock premium options by upgrading to a PRO version."
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: facebook-button-plugin.php:
|
280 |
msgid "Learn More"
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: facebook-button-plugin.php:
|
284 |
msgid "Go"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: facebook-button-plugin.php:
|
288 |
msgid ""
|
289 |
"Congratulations! The PRO version of the plugin is successfully download and "
|
290 |
"activated."
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: facebook-button-plugin.php:
|
294 |
msgid "Please, go to"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: facebook-button-plugin.php:
|
298 |
#, fuzzy
|
299 |
msgid "the setting page"
|
300 |
msgstr "Simpan Pengaturan"
|
301 |
|
302 |
-
#: facebook-button-plugin.php:
|
303 |
msgid "You will be redirected automatically in 5 seconds."
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: facebook-button-plugin.php:
|
307 |
msgid "You can download and activate"
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: facebook-button-plugin.php:
|
311 |
msgid "version of this plugin by entering Your license key."
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: facebook-button-plugin.php:
|
315 |
msgid ""
|
316 |
"You can find your license key on your personal page Client area, by clicking "
|
317 |
"on the link"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: facebook-button-plugin.php:
|
321 |
msgid "(your username is the email you specify when purchasing the product)."
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: facebook-button-plugin.php:
|
325 |
msgid "Go!"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: facebook-button-plugin.php:
|
329 |
msgid ""
|
330 |
"Unfortunately, you have exceeded the number of available tries per day. "
|
331 |
"Please, upload the plugin manually."
|
332 |
msgstr ""
|
333 |
|
334 |
-
#: facebook-button-plugin.php:
|
335 |
msgid "Support"
|
336 |
msgstr "Dukungan"
|
337 |
|
338 |
-
#: facebook-button-plugin.php:
|
339 |
msgid ""
|
340 |
"It's time to upgrade your <strong>Facebook Like Button</strong> to "
|
341 |
"<strong>PRO</strong> version"
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: facebook-button-plugin.php:
|
345 |
msgid "Extend standard plugin functionality with new great options"
|
346 |
msgstr ""
|
347 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-08-06 17:02+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-08-06 17:02+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: nasrulhaq <nasrulhaq81@gmail.com>\n"
|
9 |
"Language: es_ES\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: facebook-button-plugin.php:73 facebook-button-plugin.php:407
|
20 |
msgid "Facebook Button Settings"
|
21 |
msgstr "Pengaturan Facebook Button"
|
22 |
|
24 |
msgid "Facebook Button"
|
25 |
msgstr "Tombol Facebook"
|
26 |
|
27 |
+
#: facebook-button-plugin.php:190
|
28 |
msgid "requires"
|
29 |
msgstr "membutuhkan"
|
30 |
|
31 |
+
#: facebook-button-plugin.php:190
|
32 |
msgid ""
|
33 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
34 |
"try again."
|
36 |
"atau lebih tinggi, itulah mengapa di nonaktifkan! Harap tingkatkan versi "
|
37 |
"Wordpress dan coba lagi"
|
38 |
|
39 |
+
#: facebook-button-plugin.php:190
|
40 |
msgid "Back to the WordPress"
|
41 |
msgstr "Kembali ke Wordpress"
|
42 |
|
43 |
+
#: facebook-button-plugin.php:190
|
44 |
msgid "Plugins page"
|
45 |
msgstr "Halaman Plugin"
|
46 |
|
47 |
+
#: facebook-button-plugin.php:227
|
48 |
msgid "Settings saved"
|
49 |
msgstr "Simpan Pengaturan"
|
50 |
|
51 |
+
#: facebook-button-plugin.php:255
|
52 |
msgid "Error: File size > 32K"
|
53 |
msgstr "SALAH: Ukuran file lebih besar dari 32KB"
|
54 |
|
55 |
+
#: facebook-button-plugin.php:258
|
56 |
msgid "Error: Invalid file type"
|
57 |
msgstr "SALAH: Tipe data tidak benar"
|
58 |
|
59 |
#: facebook-button-plugin.php:264
|
60 |
+
msgid "Upload successful."
|
61 |
+
msgstr ""
|
62 |
+
|
63 |
+
#: facebook-button-plugin.php:267
|
64 |
msgid "Error: moving file failed"
|
65 |
msgstr "Salah: gagal memindahkan data"
|
66 |
|
67 |
+
#: facebook-button-plugin.php:270
|
68 |
msgid "Error: check image width or height"
|
69 |
msgstr "Salah: periksa lebar atau panjang gambar"
|
70 |
|
71 |
+
#: facebook-button-plugin.php:274
|
72 |
msgid "Uploading Error: check image properties"
|
73 |
msgstr "Gagal Mengunggah: periksa properti gambar"
|
74 |
|
75 |
+
#: facebook-button-plugin.php:298 facebook-button-plugin.php:337
|
76 |
msgid "Wrong license key"
|
77 |
msgstr ""
|
78 |
|
79 |
+
#: facebook-button-plugin.php:330
|
80 |
msgid ""
|
81 |
"Something went wrong. Try again later. If the error will appear again, "
|
82 |
"please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. "
|
83 |
"We are sorry for inconvenience."
|
84 |
msgstr ""
|
85 |
|
86 |
+
#: facebook-button-plugin.php:339
|
87 |
msgid "This license key is bind to another site"
|
88 |
msgstr ""
|
89 |
|
90 |
+
#: facebook-button-plugin.php:341
|
91 |
msgid ""
|
92 |
"Unfortunately, you have exceeded the number of available tries. Please, "
|
93 |
"upload the plugin manually."
|
94 |
msgstr ""
|
95 |
|
96 |
+
#: facebook-button-plugin.php:359
|
97 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
98 |
msgstr ""
|
99 |
|
100 |
+
#: facebook-button-plugin.php:365
|
101 |
msgid ""
|
102 |
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
103 |
"plugin manually"
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: facebook-button-plugin.php:369 facebook-button-plugin.php:378
|
107 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: facebook-button-plugin.php:382
|
111 |
msgid ""
|
112 |
"Something went wrong. Try again later or upload the plugin manually. We are "
|
113 |
"sorry for inconvienience."
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: facebook-button-plugin.php:397
|
117 |
msgid "Please, enter Your license key"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: facebook-button-plugin.php:409 facebook-button-plugin.php:778
|
121 |
+
#: facebook-button-plugin.php:790
|
122 |
msgid "Settings"
|
123 |
msgstr "Pengaturan"
|
124 |
|
125 |
+
#: facebook-button-plugin.php:410
|
126 |
#, fuzzy
|
127 |
msgid "Extra settings"
|
128 |
msgstr "Pengaturan"
|
129 |
|
130 |
+
#: facebook-button-plugin.php:411 facebook-button-plugin.php:791
|
131 |
msgid "FAQ"
|
132 |
msgstr "SSS (Sık Sorulan Sorular)"
|
133 |
|
134 |
+
#: facebook-button-plugin.php:412
|
135 |
msgid "Go PRO"
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: facebook-button-plugin.php:415
|
139 |
msgid "Notice:"
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: facebook-button-plugin.php:415
|
143 |
msgid ""
|
144 |
"The plugin's settings have been changed. In order to save them please don't "
|
145 |
"forget to click the 'Save Changes' button."
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: facebook-button-plugin.php:421
|
149 |
msgid "Your Facebook ID:"
|
150 |
msgstr " ID Facebook:"
|
151 |
|
152 |
+
#: facebook-button-plugin.php:427
|
153 |
msgid "Display button:"
|
154 |
msgstr "Tampilan tombol:"
|
155 |
|
156 |
+
#: facebook-button-plugin.php:429
|
157 |
msgid "My Page"
|
158 |
msgstr "Halamanku"
|
159 |
|
160 |
+
#: facebook-button-plugin.php:430
|
161 |
msgid "Like"
|
162 |
msgstr "Suka"
|
163 |
|
164 |
+
#: facebook-button-plugin.php:431
|
165 |
msgid "Share"
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: facebook-button-plugin.php:436
|
169 |
msgid "Choose display settings:"
|
170 |
msgstr "Ubah pengaturan tampilan"
|
171 |
|
172 |
+
#: facebook-button-plugin.php:441
|
173 |
msgid "Standard Facebook image"
|
174 |
msgstr "Standar gambar Facebook "
|
175 |
|
176 |
+
#: facebook-button-plugin.php:442
|
177 |
msgid "Custom Facebook image"
|
178 |
msgstr "Kustom Gambar Facebook "
|
179 |
|
180 |
+
#: facebook-button-plugin.php:445
|
181 |
+
msgid ""
|
182 |
+
"To use custom image you need to setup permissions to upload directory of "
|
183 |
+
"your site"
|
184 |
+
msgstr ""
|
185 |
+
|
186 |
+
#: facebook-button-plugin.php:451
|
187 |
msgid "Current image:"
|
188 |
msgstr "Gambar tertentu:"
|
189 |
|
190 |
+
#: facebook-button-plugin.php:459
|
191 |
msgid "Facebook image:"
|
192 |
msgstr "Gambar Facebook:"
|
193 |
|
194 |
+
#: facebook-button-plugin.php:465
|
195 |
msgid ""
|
196 |
"Image properties: max image width:100px; max image height:40px; max image "
|
197 |
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
199 |
"properti gambar: lebar gambar maks:100px; panjang gambar maks:40px; ukuran "
|
200 |
"gambar maks:32Kb; tipe gambar:\"jpg\",\"jpeg\", \"png\"."
|
201 |
|
202 |
+
#: facebook-button-plugin.php:470
|
203 |
msgid "Facebook Button Position:"
|
204 |
msgstr "Posisi Tombol Facebook"
|
205 |
|
206 |
+
#: facebook-button-plugin.php:474
|
207 |
msgid "Before"
|
208 |
msgstr "Sebelum"
|
209 |
|
210 |
+
#: facebook-button-plugin.php:475
|
211 |
msgid "After"
|
212 |
msgstr "Setelah"
|
213 |
|
214 |
+
#: facebook-button-plugin.php:476
|
215 |
msgid "Before and After"
|
216 |
msgstr "Sebelum dan Setelah"
|
217 |
|
218 |
+
#: facebook-button-plugin.php:477
|
219 |
msgid "Shortcode"
|
220 |
msgstr "Kode Pendek"
|
221 |
|
222 |
+
#: facebook-button-plugin.php:479
|
223 |
msgid ""
|
224 |
"If you would like to add a Facebook button to your website, just copy and "
|
225 |
"paste this shortcode into your post or page:"
|
227 |
"Jika anda ingin menambahkan tombol Facebook di website anda, cukup salin "
|
228 |
"kode singkat kedalam posting atau page anda:"
|
229 |
|
230 |
+
#: facebook-button-plugin.php:484
|
231 |
msgid "Facebook Button language:"
|
232 |
msgstr "Bahasa Facebook Button:"
|
233 |
|
234 |
+
#: facebook-button-plugin.php:495
|
235 |
msgid "Change the language of Facebook Like Button"
|
236 |
msgstr "Ubah bahasa Facebook Like Button"
|
237 |
|
238 |
+
#: facebook-button-plugin.php:499
|
239 |
msgid "Html tag for Like Button:"
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: facebook-button-plugin.php:503
|
243 |
msgid "Use this tag to improve validation of your site"
|
244 |
msgstr ""
|
245 |
|
246 |
+
#: facebook-button-plugin.php:509 facebook-button-plugin.php:548
|
247 |
msgid "Save Changes"
|
248 |
msgstr "Simpan Perubahan"
|
249 |
|
250 |
+
#: facebook-button-plugin.php:515
|
251 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: facebook-button-plugin.php:516
|
255 |
#, fuzzy
|
256 |
msgid "Rate the plugin"
|
257 |
msgstr "Eklenti Önerileri"
|
258 |
|
259 |
+
#: facebook-button-plugin.php:519
|
260 |
msgid "If there is something wrong about it, please contact us"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: facebook-button-plugin.php:530
|
264 |
msgid ""
|
265 |
"Please choose the necessary post types (or single pages) where Facebook "
|
266 |
"button will be displayed:"
|
267 |
msgstr ""
|
268 |
|
269 |
+
#: facebook-button-plugin.php:537
|
270 |
msgid "Show URL for pages"
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: facebook-button-plugin.php:543
|
274 |
msgid "Example of the site's pages tree"
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: facebook-button-plugin.php:543
|
278 |
msgid "Example of site pages' tree"
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: facebook-button-plugin.php:553
|
282 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: facebook-button-plugin.php:560
|
286 |
msgid "Unlock premium options by upgrading to a PRO version."
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: facebook-button-plugin.php:561 facebook-button-plugin.php:869
|
290 |
msgid "Learn More"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: facebook-button-plugin.php:564
|
294 |
msgid "Go"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: facebook-button-plugin.php:576
|
298 |
msgid ""
|
299 |
"Congratulations! The PRO version of the plugin is successfully download and "
|
300 |
"activated."
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: facebook-button-plugin.php:578
|
304 |
msgid "Please, go to"
|
305 |
msgstr ""
|
306 |
|
307 |
+
#: facebook-button-plugin.php:578
|
308 |
#, fuzzy
|
309 |
msgid "the setting page"
|
310 |
msgstr "Simpan Pengaturan"
|
311 |
|
312 |
+
#: facebook-button-plugin.php:579
|
313 |
msgid "You will be redirected automatically in 5 seconds."
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: facebook-button-plugin.php:584
|
317 |
msgid "You can download and activate"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: facebook-button-plugin.php:586
|
321 |
msgid "version of this plugin by entering Your license key."
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: facebook-button-plugin.php:588
|
325 |
msgid ""
|
326 |
"You can find your license key on your personal page Client area, by clicking "
|
327 |
"on the link"
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: facebook-button-plugin.php:590
|
331 |
msgid "(your username is the email you specify when purchasing the product)."
|
332 |
msgstr ""
|
333 |
|
334 |
+
#: facebook-button-plugin.php:598 facebook-button-plugin.php:608
|
335 |
msgid "Go!"
|
336 |
msgstr ""
|
337 |
|
338 |
+
#: facebook-button-plugin.php:601
|
339 |
msgid ""
|
340 |
"Unfortunately, you have exceeded the number of available tries per day. "
|
341 |
"Please, upload the plugin manually."
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: facebook-button-plugin.php:792
|
345 |
msgid "Support"
|
346 |
msgstr "Dukungan"
|
347 |
|
348 |
+
#: facebook-button-plugin.php:872
|
349 |
msgid ""
|
350 |
"It's time to upgrade your <strong>Facebook Like Button</strong> to "
|
351 |
"<strong>PRO</strong> version"
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: facebook-button-plugin.php:873
|
355 |
msgid "Extend standard plugin functionality with new great options"
|
356 |
msgstr ""
|
357 |
|
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: 2014-06
|
6 |
-
"PO-Revision-Date: 2014-06
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
@@ -16,7 +16,7 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: facebook-button-plugin.php:73 facebook-button-plugin.php:
|
20 |
msgid "Facebook Button Settings"
|
21 |
msgstr "Настройки Facebook Кнопки"
|
22 |
|
@@ -24,11 +24,11 @@ msgstr "Настройки Facebook Кнопки"
|
|
24 |
msgid "Facebook Button"
|
25 |
msgstr "Facebook кнопка"
|
26 |
|
27 |
-
#: facebook-button-plugin.php:
|
28 |
msgid "requires"
|
29 |
msgstr "требует"
|
30 |
|
31 |
-
#: facebook-button-plugin.php:
|
32 |
msgid ""
|
33 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
34 |
"try again."
|
@@ -36,43 +36,47 @@ msgstr ""
|
|
36 |
"или выше, поэтому он был деактивирован! Пожалуйста обновить WordPress и "
|
37 |
"попробуйте еще раз."
|
38 |
|
39 |
-
#: facebook-button-plugin.php:
|
40 |
msgid "Back to the WordPress"
|
41 |
msgstr "Вернуться к WordPress на"
|
42 |
|
43 |
-
#: facebook-button-plugin.php:
|
44 |
msgid "Plugins page"
|
45 |
msgstr "Страницу плагинов"
|
46 |
|
47 |
-
#: facebook-button-plugin.php:
|
48 |
msgid "Settings saved"
|
49 |
msgstr "Настройки сохранены"
|
50 |
|
51 |
-
#: facebook-button-plugin.php:
|
52 |
msgid "Error: File size > 32K"
|
53 |
msgstr "Ошибка: Размер файла больше 32К"
|
54 |
|
55 |
-
#: facebook-button-plugin.php:
|
56 |
msgid "Error: Invalid file type"
|
57 |
msgstr "Ошибка: Некорректный тип файла"
|
58 |
|
59 |
#: facebook-button-plugin.php:264
|
|
|
|
|
|
|
|
|
60 |
msgid "Error: moving file failed"
|
61 |
msgstr "Ошибка: При перемещении произошла ошибка"
|
62 |
|
63 |
-
#: facebook-button-plugin.php:
|
64 |
msgid "Error: check image width or height"
|
65 |
msgstr "Ошибка: Проверьте ширину и высоту изображения"
|
66 |
|
67 |
-
#: facebook-button-plugin.php:
|
68 |
msgid "Uploading Error: check image properties"
|
69 |
msgstr "Ошибка загрузки: Проверьте опции изображения"
|
70 |
|
71 |
-
#: facebook-button-plugin.php:
|
72 |
msgid "Wrong license key"
|
73 |
msgstr "Неправильный лицензионный ключ"
|
74 |
|
75 |
-
#: facebook-button-plugin.php:
|
76 |
msgid ""
|
77 |
"Something went wrong. Try again later. If the error will appear again, "
|
78 |
"please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. "
|
@@ -82,11 +86,11 @@ msgstr ""
|
|
82 |
"пожалуйста, свяжитесь с нами <a href=http://support.bestwebsoft."
|
83 |
"com>BestWebSoft</a>. Приносим извинения за неудобства."
|
84 |
|
85 |
-
#: facebook-button-plugin.php:
|
86 |
msgid "This license key is bind to another site"
|
87 |
msgstr "Этот лицензионный ключ привязан к другому сайту"
|
88 |
|
89 |
-
#: facebook-button-plugin.php:
|
90 |
msgid ""
|
91 |
"Unfortunately, you have exceeded the number of available tries. Please, "
|
92 |
"upload the plugin manually."
|
@@ -94,11 +98,11 @@ msgstr ""
|
|
94 |
"К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, "
|
95 |
"загрузите плагин вручную."
|
96 |
|
97 |
-
#: facebook-button-plugin.php:
|
98 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
99 |
msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
|
100 |
|
101 |
-
#: facebook-button-plugin.php:
|
102 |
msgid ""
|
103 |
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
104 |
"plugin manually"
|
@@ -106,12 +110,12 @@ msgstr ""
|
|
106 |
"Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
|
107 |
"Пожалуйста, загрузите плагин вручную"
|
108 |
|
109 |
-
#: facebook-button-plugin.php:
|
110 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
111 |
msgstr ""
|
112 |
"Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
|
113 |
|
114 |
-
#: facebook-button-plugin.php:
|
115 |
msgid ""
|
116 |
"Something went wrong. Try again later or upload the plugin manually. We are "
|
117 |
"sorry for inconvienience."
|
@@ -119,32 +123,32 @@ msgstr ""
|
|
119 |
"Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. "
|
120 |
"Приносим извинения за неудобства."
|
121 |
|
122 |
-
#: facebook-button-plugin.php:
|
123 |
msgid "Please, enter Your license key"
|
124 |
msgstr "Пожалуйста, введите Ваш лицензионный ключ"
|
125 |
|
126 |
-
#: facebook-button-plugin.php:
|
127 |
-
#: facebook-button-plugin.php:
|
128 |
msgid "Settings"
|
129 |
msgstr "Настройки"
|
130 |
|
131 |
-
#: facebook-button-plugin.php:
|
132 |
msgid "Extra settings"
|
133 |
msgstr "Дополнительные настройки"
|
134 |
|
135 |
-
#: facebook-button-plugin.php:
|
136 |
msgid "FAQ"
|
137 |
msgstr "FAQ"
|
138 |
|
139 |
-
#: facebook-button-plugin.php:
|
140 |
msgid "Go PRO"
|
141 |
msgstr "Перейти на PRO версию"
|
142 |
|
143 |
-
#: facebook-button-plugin.php:
|
144 |
msgid "Notice:"
|
145 |
msgstr "Внимание:"
|
146 |
|
147 |
-
#: facebook-button-plugin.php:
|
148 |
msgid ""
|
149 |
"The plugin's settings have been changed. In order to save them please don't "
|
150 |
"forget to click the 'Save Changes' button."
|
@@ -152,47 +156,55 @@ msgstr ""
|
|
152 |
"Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, "
|
153 |
"не забудьте нажать кнопку \"Сохранить\"."
|
154 |
|
155 |
-
#: facebook-button-plugin.php:
|
156 |
msgid "Your Facebook ID:"
|
157 |
msgstr "Ваш Facebook ID:"
|
158 |
|
159 |
-
#: facebook-button-plugin.php:
|
160 |
msgid "Display button:"
|
161 |
msgstr "Отображение кнопок:"
|
162 |
|
163 |
-
#: facebook-button-plugin.php:
|
164 |
msgid "My Page"
|
165 |
msgstr "My Page"
|
166 |
|
167 |
-
#: facebook-button-plugin.php:
|
168 |
msgid "Like"
|
169 |
msgstr "Like"
|
170 |
|
171 |
-
#: facebook-button-plugin.php:
|
172 |
msgid "Share"
|
173 |
msgstr "Share"
|
174 |
|
175 |
-
#: facebook-button-plugin.php:
|
176 |
msgid "Choose display settings:"
|
177 |
msgstr "Выбор опций отображения:"
|
178 |
|
179 |
-
#: facebook-button-plugin.php:
|
180 |
msgid "Standard Facebook image"
|
181 |
msgstr "Стандартная картинка Facebook"
|
182 |
|
183 |
-
#: facebook-button-plugin.php:
|
184 |
msgid "Custom Facebook image"
|
185 |
msgstr "Пользовательская картинка Facebook"
|
186 |
|
187 |
-
#: facebook-button-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
188 |
msgid "Current image:"
|
189 |
msgstr "Текущее изображение:"
|
190 |
|
191 |
-
#: facebook-button-plugin.php:
|
192 |
msgid "Facebook image:"
|
193 |
msgstr "Facebook изображение:"
|
194 |
|
195 |
-
#: facebook-button-plugin.php:
|
196 |
msgid ""
|
197 |
"Image properties: max image width:100px; max image height:40px; max image "
|
198 |
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
@@ -200,27 +212,27 @@ msgstr ""
|
|
200 |
"Опции изображения для загрузки: максимальная ширина:100px; максимальная "
|
201 |
"высота:40px; максимальный размер:32Kb; тип файла:\"jpg\", \"jpeg\", \"png\"."
|
202 |
|
203 |
-
#: facebook-button-plugin.php:
|
204 |
msgid "Facebook Button Position:"
|
205 |
msgstr "Позиции Facebook кнопки:"
|
206 |
|
207 |
-
#: facebook-button-plugin.php:
|
208 |
msgid "Before"
|
209 |
msgstr "Перед"
|
210 |
|
211 |
-
#: facebook-button-plugin.php:
|
212 |
msgid "After"
|
213 |
msgstr "После"
|
214 |
|
215 |
-
#: facebook-button-plugin.php:
|
216 |
msgid "Before and After"
|
217 |
msgstr "Перед и после"
|
218 |
|
219 |
-
#: facebook-button-plugin.php:
|
220 |
msgid "Shortcode"
|
221 |
msgstr "Шорткод"
|
222 |
|
223 |
-
#: facebook-button-plugin.php:
|
224 |
msgid ""
|
225 |
"If you would like to add a Facebook button to your website, just copy and "
|
226 |
"paste this shortcode into your post or page:"
|
@@ -228,39 +240,39 @@ msgstr ""
|
|
228 |
"Если вы хотите добавить Facebook кнопку на свой сайт, вам надо только "
|
229 |
"скопировать и вставить шорткод в контент страницы или поста"
|
230 |
|
231 |
-
#: facebook-button-plugin.php:
|
232 |
msgid "Facebook Button language:"
|
233 |
msgstr "Язык для Facebook кнопки:"
|
234 |
|
235 |
-
#: facebook-button-plugin.php:
|
236 |
msgid "Change the language of Facebook Like Button"
|
237 |
msgstr "Выберите язык для Like кнопки"
|
238 |
|
239 |
-
#: facebook-button-plugin.php:
|
240 |
msgid "Html tag for Like Button:"
|
241 |
msgstr "html тэг для кнопки Like:"
|
242 |
|
243 |
-
#: facebook-button-plugin.php:
|
244 |
msgid "Use this tag to improve validation of your site"
|
245 |
msgstr "Используйте этот тэг для лучшей валидации вашего сайта"
|
246 |
|
247 |
-
#: facebook-button-plugin.php:
|
248 |
msgid "Save Changes"
|
249 |
msgstr "Сохранить изменения"
|
250 |
|
251 |
-
#: facebook-button-plugin.php:
|
252 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
253 |
msgstr " Если вам понравился плагин то поставте нам 5 звезд на WordPress"
|
254 |
|
255 |
-
#: facebook-button-plugin.php:
|
256 |
msgid "Rate the plugin"
|
257 |
msgstr "Оценить плагин"
|
258 |
|
259 |
-
#: facebook-button-plugin.php:
|
260 |
msgid "If there is something wrong about it, please contact us"
|
261 |
msgstr "Если у вас есть какие-то вопросы, обращайтесь"
|
262 |
|
263 |
-
#: facebook-button-plugin.php:
|
264 |
msgid ""
|
265 |
"Please choose the necessary post types (or single pages) where Facebook "
|
266 |
"button will be displayed:"
|
@@ -268,61 +280,61 @@ msgstr ""
|
|
268 |
"Пожалуйста, выберите те типы постов (или отдельные страницы), где будут "
|
269 |
"отображатся кнопки Facebook:"
|
270 |
|
271 |
-
#: facebook-button-plugin.php:
|
272 |
msgid "Show URL for pages"
|
273 |
msgstr "Отображать URL для страниц"
|
274 |
|
275 |
-
#: facebook-button-plugin.php:
|
276 |
msgid "Example of the site's pages tree"
|
277 |
msgstr "Пример дерева страниц сайта"
|
278 |
|
279 |
-
#: facebook-button-plugin.php:
|
280 |
msgid "Example of site pages' tree"
|
281 |
msgstr "Пример дерева страниц сайта"
|
282 |
|
283 |
-
#: facebook-button-plugin.php:
|
284 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
285 |
msgstr "При установке Pro версии плагина, все ваши настройки сохраняются."
|
286 |
|
287 |
-
#: facebook-button-plugin.php:
|
288 |
msgid "Unlock premium options by upgrading to a PRO version."
|
289 |
msgstr "Активируйте премиум опции обновившись до PRO версии."
|
290 |
|
291 |
-
#: facebook-button-plugin.php:
|
292 |
msgid "Learn More"
|
293 |
msgstr "Подробнее"
|
294 |
|
295 |
-
#: facebook-button-plugin.php:
|
296 |
msgid "Go"
|
297 |
msgstr "Перейти на"
|
298 |
|
299 |
-
#: facebook-button-plugin.php:
|
300 |
msgid ""
|
301 |
"Congratulations! The PRO version of the plugin is successfully download and "
|
302 |
"activated."
|
303 |
msgstr "Поздравляем! PRO версия плагина была успешно загружена и активирована."
|
304 |
|
305 |
-
#: facebook-button-plugin.php:
|
306 |
msgid "Please, go to"
|
307 |
msgstr "Пожалуйста, перейдите на"
|
308 |
|
309 |
-
#: facebook-button-plugin.php:
|
310 |
msgid "the setting page"
|
311 |
msgstr "страницу настроек"
|
312 |
|
313 |
-
#: facebook-button-plugin.php:
|
314 |
msgid "You will be redirected automatically in 5 seconds."
|
315 |
msgstr "Вы будете перенаправлены автоматически через 5 секунд."
|
316 |
|
317 |
-
#: facebook-button-plugin.php:
|
318 |
msgid "You can download and activate"
|
319 |
msgstr "Вы можете скачать и активировать"
|
320 |
|
321 |
-
#: facebook-button-plugin.php:
|
322 |
msgid "version of this plugin by entering Your license key."
|
323 |
msgstr "версию этого плагина, введя ваш лицензионный ключ."
|
324 |
|
325 |
-
#: facebook-button-plugin.php:
|
326 |
msgid ""
|
327 |
"You can find your license key on your personal page Client area, by clicking "
|
328 |
"on the link"
|
@@ -330,17 +342,17 @@ msgstr ""
|
|
330 |
"Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, "
|
331 |
"нажав на ссылку"
|
332 |
|
333 |
-
#: facebook-button-plugin.php:
|
334 |
msgid "(your username is the email you specify when purchasing the product)."
|
335 |
msgstr ""
|
336 |
"(ваше имя пользователя - это электронный адрес, указанный при покупке "
|
337 |
"продукта)."
|
338 |
|
339 |
-
#: facebook-button-plugin.php:
|
340 |
msgid "Go!"
|
341 |
msgstr "Перейти!"
|
342 |
|
343 |
-
#: facebook-button-plugin.php:
|
344 |
msgid ""
|
345 |
"Unfortunately, you have exceeded the number of available tries per day. "
|
346 |
"Please, upload the plugin manually."
|
@@ -348,11 +360,11 @@ msgstr ""
|
|
348 |
"К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, "
|
349 |
"загрузите плагин вручную."
|
350 |
|
351 |
-
#: facebook-button-plugin.php:
|
352 |
msgid "Support"
|
353 |
msgstr "Поддержка"
|
354 |
|
355 |
-
#: facebook-button-plugin.php:
|
356 |
msgid ""
|
357 |
"It's time to upgrade your <strong>Facebook Like Button</strong> to "
|
358 |
"<strong>PRO</strong> version"
|
@@ -360,7 +372,7 @@ msgstr ""
|
|
360 |
"Пора обновить ваш <strong>плагин Facebook Like Button</strong> до "
|
361 |
"<strong>PRO</strong> версии"
|
362 |
|
363 |
-
#: facebook-button-plugin.php:
|
364 |
msgid "Extend standard plugin functionality with new great options"
|
365 |
msgstr "Расширение стандартного функционала плагина новыми опциями"
|
366 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-08-06 17:02+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-08-06 17:02+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: facebook-button-plugin.php:73 facebook-button-plugin.php:407
|
20 |
msgid "Facebook Button Settings"
|
21 |
msgstr "Настройки Facebook Кнопки"
|
22 |
|
24 |
msgid "Facebook Button"
|
25 |
msgstr "Facebook кнопка"
|
26 |
|
27 |
+
#: facebook-button-plugin.php:190
|
28 |
msgid "requires"
|
29 |
msgstr "требует"
|
30 |
|
31 |
+
#: facebook-button-plugin.php:190
|
32 |
msgid ""
|
33 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
34 |
"try again."
|
36 |
"или выше, поэтому он был деактивирован! Пожалуйста обновить WordPress и "
|
37 |
"попробуйте еще раз."
|
38 |
|
39 |
+
#: facebook-button-plugin.php:190
|
40 |
msgid "Back to the WordPress"
|
41 |
msgstr "Вернуться к WordPress на"
|
42 |
|
43 |
+
#: facebook-button-plugin.php:190
|
44 |
msgid "Plugins page"
|
45 |
msgstr "Страницу плагинов"
|
46 |
|
47 |
+
#: facebook-button-plugin.php:227
|
48 |
msgid "Settings saved"
|
49 |
msgstr "Настройки сохранены"
|
50 |
|
51 |
+
#: facebook-button-plugin.php:255
|
52 |
msgid "Error: File size > 32K"
|
53 |
msgstr "Ошибка: Размер файла больше 32К"
|
54 |
|
55 |
+
#: facebook-button-plugin.php:258
|
56 |
msgid "Error: Invalid file type"
|
57 |
msgstr "Ошибка: Некорректный тип файла"
|
58 |
|
59 |
#: facebook-button-plugin.php:264
|
60 |
+
msgid "Upload successful."
|
61 |
+
msgstr "Загрузка прошла удачно."
|
62 |
+
|
63 |
+
#: facebook-button-plugin.php:267
|
64 |
msgid "Error: moving file failed"
|
65 |
msgstr "Ошибка: При перемещении произошла ошибка"
|
66 |
|
67 |
+
#: facebook-button-plugin.php:270
|
68 |
msgid "Error: check image width or height"
|
69 |
msgstr "Ошибка: Проверьте ширину и высоту изображения"
|
70 |
|
71 |
+
#: facebook-button-plugin.php:274
|
72 |
msgid "Uploading Error: check image properties"
|
73 |
msgstr "Ошибка загрузки: Проверьте опции изображения"
|
74 |
|
75 |
+
#: facebook-button-plugin.php:298 facebook-button-plugin.php:337
|
76 |
msgid "Wrong license key"
|
77 |
msgstr "Неправильный лицензионный ключ"
|
78 |
|
79 |
+
#: facebook-button-plugin.php:330
|
80 |
msgid ""
|
81 |
"Something went wrong. Try again later. If the error will appear again, "
|
82 |
"please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. "
|
86 |
"пожалуйста, свяжитесь с нами <a href=http://support.bestwebsoft."
|
87 |
"com>BestWebSoft</a>. Приносим извинения за неудобства."
|
88 |
|
89 |
+
#: facebook-button-plugin.php:339
|
90 |
msgid "This license key is bind to another site"
|
91 |
msgstr "Этот лицензионный ключ привязан к другому сайту"
|
92 |
|
93 |
+
#: facebook-button-plugin.php:341
|
94 |
msgid ""
|
95 |
"Unfortunately, you have exceeded the number of available tries. Please, "
|
96 |
"upload the plugin manually."
|
98 |
"К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, "
|
99 |
"загрузите плагин вручную."
|
100 |
|
101 |
+
#: facebook-button-plugin.php:359
|
102 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
103 |
msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
|
104 |
|
105 |
+
#: facebook-button-plugin.php:365
|
106 |
msgid ""
|
107 |
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
108 |
"plugin manually"
|
110 |
"Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
|
111 |
"Пожалуйста, загрузите плагин вручную"
|
112 |
|
113 |
+
#: facebook-button-plugin.php:369 facebook-button-plugin.php:378
|
114 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
115 |
msgstr ""
|
116 |
"Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
|
117 |
|
118 |
+
#: facebook-button-plugin.php:382
|
119 |
msgid ""
|
120 |
"Something went wrong. Try again later or upload the plugin manually. We are "
|
121 |
"sorry for inconvienience."
|
123 |
"Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. "
|
124 |
"Приносим извинения за неудобства."
|
125 |
|
126 |
+
#: facebook-button-plugin.php:397
|
127 |
msgid "Please, enter Your license key"
|
128 |
msgstr "Пожалуйста, введите Ваш лицензионный ключ"
|
129 |
|
130 |
+
#: facebook-button-plugin.php:409 facebook-button-plugin.php:778
|
131 |
+
#: facebook-button-plugin.php:790
|
132 |
msgid "Settings"
|
133 |
msgstr "Настройки"
|
134 |
|
135 |
+
#: facebook-button-plugin.php:410
|
136 |
msgid "Extra settings"
|
137 |
msgstr "Дополнительные настройки"
|
138 |
|
139 |
+
#: facebook-button-plugin.php:411 facebook-button-plugin.php:791
|
140 |
msgid "FAQ"
|
141 |
msgstr "FAQ"
|
142 |
|
143 |
+
#: facebook-button-plugin.php:412
|
144 |
msgid "Go PRO"
|
145 |
msgstr "Перейти на PRO версию"
|
146 |
|
147 |
+
#: facebook-button-plugin.php:415
|
148 |
msgid "Notice:"
|
149 |
msgstr "Внимание:"
|
150 |
|
151 |
+
#: facebook-button-plugin.php:415
|
152 |
msgid ""
|
153 |
"The plugin's settings have been changed. In order to save them please don't "
|
154 |
"forget to click the 'Save Changes' button."
|
156 |
"Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, "
|
157 |
"не забудьте нажать кнопку \"Сохранить\"."
|
158 |
|
159 |
+
#: facebook-button-plugin.php:421
|
160 |
msgid "Your Facebook ID:"
|
161 |
msgstr "Ваш Facebook ID:"
|
162 |
|
163 |
+
#: facebook-button-plugin.php:427
|
164 |
msgid "Display button:"
|
165 |
msgstr "Отображение кнопок:"
|
166 |
|
167 |
+
#: facebook-button-plugin.php:429
|
168 |
msgid "My Page"
|
169 |
msgstr "My Page"
|
170 |
|
171 |
+
#: facebook-button-plugin.php:430
|
172 |
msgid "Like"
|
173 |
msgstr "Like"
|
174 |
|
175 |
+
#: facebook-button-plugin.php:431
|
176 |
msgid "Share"
|
177 |
msgstr "Share"
|
178 |
|
179 |
+
#: facebook-button-plugin.php:436
|
180 |
msgid "Choose display settings:"
|
181 |
msgstr "Выбор опций отображения:"
|
182 |
|
183 |
+
#: facebook-button-plugin.php:441
|
184 |
msgid "Standard Facebook image"
|
185 |
msgstr "Стандартная картинка Facebook"
|
186 |
|
187 |
+
#: facebook-button-plugin.php:442
|
188 |
msgid "Custom Facebook image"
|
189 |
msgstr "Пользовательская картинка Facebook"
|
190 |
|
191 |
+
#: facebook-button-plugin.php:445
|
192 |
+
msgid ""
|
193 |
+
"To use custom image you need to setup permissions to upload directory of "
|
194 |
+
"your site"
|
195 |
+
msgstr ""
|
196 |
+
"Для использования кастомного изображения Вам нужно выдать права доступа на "
|
197 |
+
"папку загрузок на вашем сайте"
|
198 |
+
|
199 |
+
#: facebook-button-plugin.php:451
|
200 |
msgid "Current image:"
|
201 |
msgstr "Текущее изображение:"
|
202 |
|
203 |
+
#: facebook-button-plugin.php:459
|
204 |
msgid "Facebook image:"
|
205 |
msgstr "Facebook изображение:"
|
206 |
|
207 |
+
#: facebook-button-plugin.php:465
|
208 |
msgid ""
|
209 |
"Image properties: max image width:100px; max image height:40px; max image "
|
210 |
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
212 |
"Опции изображения для загрузки: максимальная ширина:100px; максимальная "
|
213 |
"высота:40px; максимальный размер:32Kb; тип файла:\"jpg\", \"jpeg\", \"png\"."
|
214 |
|
215 |
+
#: facebook-button-plugin.php:470
|
216 |
msgid "Facebook Button Position:"
|
217 |
msgstr "Позиции Facebook кнопки:"
|
218 |
|
219 |
+
#: facebook-button-plugin.php:474
|
220 |
msgid "Before"
|
221 |
msgstr "Перед"
|
222 |
|
223 |
+
#: facebook-button-plugin.php:475
|
224 |
msgid "After"
|
225 |
msgstr "После"
|
226 |
|
227 |
+
#: facebook-button-plugin.php:476
|
228 |
msgid "Before and After"
|
229 |
msgstr "Перед и после"
|
230 |
|
231 |
+
#: facebook-button-plugin.php:477
|
232 |
msgid "Shortcode"
|
233 |
msgstr "Шорткод"
|
234 |
|
235 |
+
#: facebook-button-plugin.php:479
|
236 |
msgid ""
|
237 |
"If you would like to add a Facebook button to your website, just copy and "
|
238 |
"paste this shortcode into your post or page:"
|
240 |
"Если вы хотите добавить Facebook кнопку на свой сайт, вам надо только "
|
241 |
"скопировать и вставить шорткод в контент страницы или поста"
|
242 |
|
243 |
+
#: facebook-button-plugin.php:484
|
244 |
msgid "Facebook Button language:"
|
245 |
msgstr "Язык для Facebook кнопки:"
|
246 |
|
247 |
+
#: facebook-button-plugin.php:495
|
248 |
msgid "Change the language of Facebook Like Button"
|
249 |
msgstr "Выберите язык для Like кнопки"
|
250 |
|
251 |
+
#: facebook-button-plugin.php:499
|
252 |
msgid "Html tag for Like Button:"
|
253 |
msgstr "html тэг для кнопки Like:"
|
254 |
|
255 |
+
#: facebook-button-plugin.php:503
|
256 |
msgid "Use this tag to improve validation of your site"
|
257 |
msgstr "Используйте этот тэг для лучшей валидации вашего сайта"
|
258 |
|
259 |
+
#: facebook-button-plugin.php:509 facebook-button-plugin.php:548
|
260 |
msgid "Save Changes"
|
261 |
msgstr "Сохранить изменения"
|
262 |
|
263 |
+
#: facebook-button-plugin.php:515
|
264 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
265 |
msgstr " Если вам понравился плагин то поставте нам 5 звезд на WordPress"
|
266 |
|
267 |
+
#: facebook-button-plugin.php:516
|
268 |
msgid "Rate the plugin"
|
269 |
msgstr "Оценить плагин"
|
270 |
|
271 |
+
#: facebook-button-plugin.php:519
|
272 |
msgid "If there is something wrong about it, please contact us"
|
273 |
msgstr "Если у вас есть какие-то вопросы, обращайтесь"
|
274 |
|
275 |
+
#: facebook-button-plugin.php:530
|
276 |
msgid ""
|
277 |
"Please choose the necessary post types (or single pages) where Facebook "
|
278 |
"button will be displayed:"
|
280 |
"Пожалуйста, выберите те типы постов (или отдельные страницы), где будут "
|
281 |
"отображатся кнопки Facebook:"
|
282 |
|
283 |
+
#: facebook-button-plugin.php:537
|
284 |
msgid "Show URL for pages"
|
285 |
msgstr "Отображать URL для страниц"
|
286 |
|
287 |
+
#: facebook-button-plugin.php:543
|
288 |
msgid "Example of the site's pages tree"
|
289 |
msgstr "Пример дерева страниц сайта"
|
290 |
|
291 |
+
#: facebook-button-plugin.php:543
|
292 |
msgid "Example of site pages' tree"
|
293 |
msgstr "Пример дерева страниц сайта"
|
294 |
|
295 |
+
#: facebook-button-plugin.php:553
|
296 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
297 |
msgstr "При установке Pro версии плагина, все ваши настройки сохраняются."
|
298 |
|
299 |
+
#: facebook-button-plugin.php:560
|
300 |
msgid "Unlock premium options by upgrading to a PRO version."
|
301 |
msgstr "Активируйте премиум опции обновившись до PRO версии."
|
302 |
|
303 |
+
#: facebook-button-plugin.php:561 facebook-button-plugin.php:869
|
304 |
msgid "Learn More"
|
305 |
msgstr "Подробнее"
|
306 |
|
307 |
+
#: facebook-button-plugin.php:564
|
308 |
msgid "Go"
|
309 |
msgstr "Перейти на"
|
310 |
|
311 |
+
#: facebook-button-plugin.php:576
|
312 |
msgid ""
|
313 |
"Congratulations! The PRO version of the plugin is successfully download and "
|
314 |
"activated."
|
315 |
msgstr "Поздравляем! PRO версия плагина была успешно загружена и активирована."
|
316 |
|
317 |
+
#: facebook-button-plugin.php:578
|
318 |
msgid "Please, go to"
|
319 |
msgstr "Пожалуйста, перейдите на"
|
320 |
|
321 |
+
#: facebook-button-plugin.php:578
|
322 |
msgid "the setting page"
|
323 |
msgstr "страницу настроек"
|
324 |
|
325 |
+
#: facebook-button-plugin.php:579
|
326 |
msgid "You will be redirected automatically in 5 seconds."
|
327 |
msgstr "Вы будете перенаправлены автоматически через 5 секунд."
|
328 |
|
329 |
+
#: facebook-button-plugin.php:584
|
330 |
msgid "You can download and activate"
|
331 |
msgstr "Вы можете скачать и активировать"
|
332 |
|
333 |
+
#: facebook-button-plugin.php:586
|
334 |
msgid "version of this plugin by entering Your license key."
|
335 |
msgstr "версию этого плагина, введя ваш лицензионный ключ."
|
336 |
|
337 |
+
#: facebook-button-plugin.php:588
|
338 |
msgid ""
|
339 |
"You can find your license key on your personal page Client area, by clicking "
|
340 |
"on the link"
|
342 |
"Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, "
|
343 |
"нажав на ссылку"
|
344 |
|
345 |
+
#: facebook-button-plugin.php:590
|
346 |
msgid "(your username is the email you specify when purchasing the product)."
|
347 |
msgstr ""
|
348 |
"(ваше имя пользователя - это электронный адрес, указанный при покупке "
|
349 |
"продукта)."
|
350 |
|
351 |
+
#: facebook-button-plugin.php:598 facebook-button-plugin.php:608
|
352 |
msgid "Go!"
|
353 |
msgstr "Перейти!"
|
354 |
|
355 |
+
#: facebook-button-plugin.php:601
|
356 |
msgid ""
|
357 |
"Unfortunately, you have exceeded the number of available tries per day. "
|
358 |
"Please, upload the plugin manually."
|
360 |
"К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, "
|
361 |
"загрузите плагин вручную."
|
362 |
|
363 |
+
#: facebook-button-plugin.php:792
|
364 |
msgid "Support"
|
365 |
msgstr "Поддержка"
|
366 |
|
367 |
+
#: facebook-button-plugin.php:872
|
368 |
msgid ""
|
369 |
"It's time to upgrade your <strong>Facebook Like Button</strong> to "
|
370 |
"<strong>PRO</strong> version"
|
372 |
"Пора обновить ваш <strong>плагин Facebook Like Button</strong> до "
|
373 |
"<strong>PRO</strong> версии"
|
374 |
|
375 |
+
#: facebook-button-plugin.php:873
|
376 |
msgid "Extend standard plugin functionality with new great options"
|
377 |
msgstr "Расширение стандартного функционала плагина новыми опциями"
|
378 |
|
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: 2014-06
|
6 |
-
"PO-Revision-Date: 2014-06
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ua_UA\n"
|
@@ -16,7 +16,7 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: facebook-button-plugin.php:73 facebook-button-plugin.php:
|
20 |
msgid "Facebook Button Settings"
|
21 |
msgstr "Установки кнопки Facebook"
|
22 |
|
@@ -24,11 +24,11 @@ msgstr "Установки кнопки Facebook"
|
|
24 |
msgid "Facebook Button"
|
25 |
msgstr "кнопка Facebook"
|
26 |
|
27 |
-
#: facebook-button-plugin.php:
|
28 |
msgid "requires"
|
29 |
msgstr "потребує"
|
30 |
|
31 |
-
#: facebook-button-plugin.php:
|
32 |
msgid ""
|
33 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
34 |
"try again."
|
@@ -36,43 +36,47 @@ msgstr ""
|
|
36 |
"чи вище, тому він був деактивований! Будь ласка оновіть WordPress та "
|
37 |
"спробуйте ще раз."
|
38 |
|
39 |
-
#: facebook-button-plugin.php:
|
40 |
msgid "Back to the WordPress"
|
41 |
msgstr "Повернутися до WordPress на"
|
42 |
|
43 |
-
#: facebook-button-plugin.php:
|
44 |
msgid "Plugins page"
|
45 |
msgstr "Сторінку плагинів"
|
46 |
|
47 |
-
#: facebook-button-plugin.php:
|
48 |
msgid "Settings saved"
|
49 |
msgstr "Установки збережені"
|
50 |
|
51 |
-
#: facebook-button-plugin.php:
|
52 |
msgid "Error: File size > 32K"
|
53 |
msgstr "Помилка: Розмір файлу> 32K"
|
54 |
|
55 |
-
#: facebook-button-plugin.php:
|
56 |
msgid "Error: Invalid file type"
|
57 |
msgstr "Помилка: Невірний тип файлу"
|
58 |
|
59 |
#: facebook-button-plugin.php:264
|
|
|
|
|
|
|
|
|
60 |
msgid "Error: moving file failed"
|
61 |
msgstr "Помилка: не вдалося Переміщення файлів"
|
62 |
|
63 |
-
#: facebook-button-plugin.php:
|
64 |
msgid "Error: check image width or height"
|
65 |
msgstr "Помилка: Перевірте ширину або висоту зображення"
|
66 |
|
67 |
-
#: facebook-button-plugin.php:
|
68 |
msgid "Uploading Error: check image properties"
|
69 |
msgstr "Помилка Завантаження: Перевірте властивості зображення"
|
70 |
|
71 |
-
#: facebook-button-plugin.php:
|
72 |
msgid "Wrong license key"
|
73 |
msgstr "Невірний ліцензійний ключ!"
|
74 |
|
75 |
-
#: facebook-button-plugin.php:
|
76 |
msgid ""
|
77 |
"Something went wrong. Try again later. If the error will appear again, "
|
78 |
"please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. "
|
@@ -82,11 +86,11 @@ msgstr ""
|
|
82 |
"знову, будь ласка, зверніться до нашої служби підтримки href=http://support."
|
83 |
"bestwebsoft.com>BestWebSoft</a>. Просимо вибачення за незручності."
|
84 |
|
85 |
-
#: facebook-button-plugin.php:
|
86 |
msgid "This license key is bind to another site"
|
87 |
msgstr "Ліцензійний ключ прив'язано до іншого сайту"
|
88 |
|
89 |
-
#: facebook-button-plugin.php:
|
90 |
msgid ""
|
91 |
"Unfortunately, you have exceeded the number of available tries. Please, "
|
92 |
"upload the plugin manually."
|
@@ -94,13 +98,13 @@ msgstr ""
|
|
94 |
"На жаль, Ви перевищили кількість доступних спроб на день. Будь ласка, "
|
95 |
"завантажте плагін вручну."
|
96 |
|
97 |
-
#: facebook-button-plugin.php:
|
98 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
99 |
msgstr ""
|
100 |
"Виникли проблеми під чаз розпакування zip-архіву. Будь ласка, завантажте "
|
101 |
"плагін вручну."
|
102 |
|
103 |
-
#: facebook-button-plugin.php:
|
104 |
msgid ""
|
105 |
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
106 |
"plugin manually"
|
@@ -108,13 +112,13 @@ msgstr ""
|
|
108 |
"Ваш сервер не підтримує ані ZipArchive, ані Phar. Будь ласка, завантажте "
|
109 |
"плагін вручну"
|
110 |
|
111 |
-
#: facebook-button-plugin.php:
|
112 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
113 |
msgstr ""
|
114 |
"Виникли проблеми під час завантаження zip-архіву. Будь ласка, завантажте "
|
115 |
"архів вручну."
|
116 |
|
117 |
-
#: facebook-button-plugin.php:
|
118 |
msgid ""
|
119 |
"Something went wrong. Try again later or upload the plugin manually. We are "
|
120 |
"sorry for inconvienience."
|
@@ -122,32 +126,32 @@ msgstr ""
|
|
122 |
"Виникли певні проблеми. Спробуйте ще раз пізніше або завантажте плагін "
|
123 |
"вручну. Просимо вібачення за незручності."
|
124 |
|
125 |
-
#: facebook-button-plugin.php:
|
126 |
msgid "Please, enter Your license key"
|
127 |
msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
|
128 |
|
129 |
-
#: facebook-button-plugin.php:
|
130 |
-
#: facebook-button-plugin.php:
|
131 |
msgid "Settings"
|
132 |
msgstr "Установки"
|
133 |
|
134 |
-
#: facebook-button-plugin.php:
|
135 |
msgid "Extra settings"
|
136 |
msgstr "Додаткові налаштування"
|
137 |
|
138 |
-
#: facebook-button-plugin.php:
|
139 |
msgid "FAQ"
|
140 |
msgstr "Часті питання"
|
141 |
|
142 |
-
#: facebook-button-plugin.php:
|
143 |
msgid "Go PRO"
|
144 |
msgstr "Перейти на Pro версію"
|
145 |
|
146 |
-
#: facebook-button-plugin.php:
|
147 |
msgid "Notice:"
|
148 |
msgstr "Нагадування:"
|
149 |
|
150 |
-
#: facebook-button-plugin.php:
|
151 |
msgid ""
|
152 |
"The plugin's settings have been changed. In order to save them please don't "
|
153 |
"forget to click the 'Save Changes' button."
|
@@ -155,47 +159,55 @@ msgstr ""
|
|
155 |
"Налаштування плагіну було змінено. Для того, щоб зберегти ці зміни, не "
|
156 |
"забудьте нажати кнопку \"Зберегти зміни\"."
|
157 |
|
158 |
-
#: facebook-button-plugin.php:
|
159 |
msgid "Your Facebook ID:"
|
160 |
msgstr "ID вашого Facebook акаунту"
|
161 |
|
162 |
-
#: facebook-button-plugin.php:
|
163 |
msgid "Display button:"
|
164 |
msgstr "Відображати кнопку:"
|
165 |
|
166 |
-
#: facebook-button-plugin.php:
|
167 |
msgid "My Page"
|
168 |
msgstr "Моя сторінка"
|
169 |
|
170 |
-
#: facebook-button-plugin.php:
|
171 |
msgid "Like"
|
172 |
msgstr "Like"
|
173 |
|
174 |
-
#: facebook-button-plugin.php:
|
175 |
msgid "Share"
|
176 |
msgstr "Share"
|
177 |
|
178 |
-
#: facebook-button-plugin.php:
|
179 |
msgid "Choose display settings:"
|
180 |
msgstr "Виберіть відображати установки:"
|
181 |
|
182 |
-
#: facebook-button-plugin.php:
|
183 |
msgid "Standard Facebook image"
|
184 |
msgstr "Стандартне зображення FaceBook "
|
185 |
|
186 |
-
#: facebook-button-plugin.php:
|
187 |
msgid "Custom Facebook image"
|
188 |
msgstr "Кастомне м FaceBook"
|
189 |
|
190 |
-
#: facebook-button-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
191 |
msgid "Current image:"
|
192 |
msgstr "Поточне зображення:"
|
193 |
|
194 |
-
#: facebook-button-plugin.php:
|
195 |
msgid "Facebook image:"
|
196 |
msgstr "Зображення Facebook :"
|
197 |
|
198 |
-
#: facebook-button-plugin.php:
|
199 |
msgid ""
|
200 |
"Image properties: max image width:100px; max image height:40px; max image "
|
201 |
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
@@ -204,27 +216,27 @@ msgstr ""
|
|
204 |
"висота зображення: 40px; максимальний розмір зображення: 32Kb; Зображення "
|
205 |
"типів:\"jpg\", \"jpeg\", \"png\"."
|
206 |
|
207 |
-
#: facebook-button-plugin.php:
|
208 |
msgid "Facebook Button Position:"
|
209 |
msgstr "Розташування кнопки Facebook:"
|
210 |
|
211 |
-
#: facebook-button-plugin.php:
|
212 |
msgid "Before"
|
213 |
msgstr "Перш ніж"
|
214 |
|
215 |
-
#: facebook-button-plugin.php:
|
216 |
msgid "After"
|
217 |
msgstr "Після того як"
|
218 |
|
219 |
-
#: facebook-button-plugin.php:
|
220 |
msgid "Before and After"
|
221 |
msgstr "До і після"
|
222 |
|
223 |
-
#: facebook-button-plugin.php:
|
224 |
msgid "Shortcode"
|
225 |
msgstr "Шорткод"
|
226 |
|
227 |
-
#: facebook-button-plugin.php:
|
228 |
msgid ""
|
229 |
"If you would like to add a Facebook button to your website, just copy and "
|
230 |
"paste this shortcode into your post or page:"
|
@@ -232,41 +244,41 @@ msgstr ""
|
|
232 |
"Якщо ви хочете додати кнопку FaceBook на ваш сайт, просто скопіюйте і "
|
233 |
"помістіть цей шорткод на у пост або на сторінку:"
|
234 |
|
235 |
-
#: facebook-button-plugin.php:
|
236 |
msgid "Facebook Button language:"
|
237 |
msgstr "Мова кнопки FaceBook:"
|
238 |
|
239 |
-
#: facebook-button-plugin.php:
|
240 |
msgid "Change the language of Facebook Like Button"
|
241 |
msgstr "Змінити мову для конпки Like Facebook"
|
242 |
|
243 |
-
#: facebook-button-plugin.php:
|
244 |
msgid "Html tag for Like Button:"
|
245 |
msgstr "Html тег для кнопки Like:"
|
246 |
|
247 |
-
#: facebook-button-plugin.php:
|
248 |
msgid "Use this tag to improve validation of your site"
|
249 |
msgstr "Використовуйте цей тег для поліпшення валідації вашого сайту"
|
250 |
|
251 |
-
#: facebook-button-plugin.php:
|
252 |
msgid "Save Changes"
|
253 |
msgstr "Зберегти зміни"
|
254 |
|
255 |
-
#: facebook-button-plugin.php:
|
256 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
257 |
msgstr ""
|
258 |
"Якщо Вам сподобався наш плагін, ми будемо раді, якщо Ви оціните його у п'ять "
|
259 |
"зірочок на WordPress"
|
260 |
|
261 |
-
#: facebook-button-plugin.php:
|
262 |
msgid "Rate the plugin"
|
263 |
msgstr "Оцініти плагін"
|
264 |
|
265 |
-
#: facebook-button-plugin.php:
|
266 |
msgid "If there is something wrong about it, please contact us"
|
267 |
msgstr "Якщо у вас є запитання, будь ласка, звертайтесь до нас"
|
268 |
|
269 |
-
#: facebook-button-plugin.php:
|
270 |
msgid ""
|
271 |
"Please choose the necessary post types (or single pages) where Facebook "
|
272 |
"button will be displayed:"
|
@@ -274,61 +286,61 @@ msgstr ""
|
|
274 |
"Будь ласка, оберіть необхідні типи постів (чи сторінок), де буде "
|
275 |
"відображатися кнопка Facebook"
|
276 |
|
277 |
-
#: facebook-button-plugin.php:
|
278 |
msgid "Show URL for pages"
|
279 |
msgstr "Відображати URL сторінок"
|
280 |
|
281 |
-
#: facebook-button-plugin.php:
|
282 |
msgid "Example of the site's pages tree"
|
283 |
msgstr "Приклад дерева сторінок сайту"
|
284 |
|
285 |
-
#: facebook-button-plugin.php:
|
286 |
msgid "Example of site pages' tree"
|
287 |
msgstr "Приклад дерева сторінок сайту"
|
288 |
|
289 |
-
#: facebook-button-plugin.php:
|
290 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
291 |
msgstr "Якщо ви перейдете на Pro версію, усі установки будуть збережені."
|
292 |
|
293 |
-
#: facebook-button-plugin.php:
|
294 |
msgid "Unlock premium options by upgrading to a PRO version."
|
295 |
msgstr "Зробити доступними преміум-опції, перейшовши на PRO версію."
|
296 |
|
297 |
-
#: facebook-button-plugin.php:
|
298 |
msgid "Learn More"
|
299 |
msgstr "Докладніше"
|
300 |
|
301 |
-
#: facebook-button-plugin.php:
|
302 |
msgid "Go"
|
303 |
msgstr "Перейти"
|
304 |
|
305 |
-
#: facebook-button-plugin.php:
|
306 |
msgid ""
|
307 |
"Congratulations! The PRO version of the plugin is successfully download and "
|
308 |
"activated."
|
309 |
msgstr "Вітаємо! PRO версію плагіну успішно завантажено та активовано."
|
310 |
|
311 |
-
#: facebook-button-plugin.php:
|
312 |
msgid "Please, go to"
|
313 |
msgstr "Будь ласка, перейдіть"
|
314 |
|
315 |
-
#: facebook-button-plugin.php:
|
316 |
msgid "the setting page"
|
317 |
msgstr "сторінку установок"
|
318 |
|
319 |
-
#: facebook-button-plugin.php:
|
320 |
msgid "You will be redirected automatically in 5 seconds."
|
321 |
msgstr "Вас буде перенаправлено автоматично через 5 секунд."
|
322 |
|
323 |
-
#: facebook-button-plugin.php:
|
324 |
msgid "You can download and activate"
|
325 |
msgstr "Ви можете завантажити та активувати"
|
326 |
|
327 |
-
#: facebook-button-plugin.php:
|
328 |
msgid "version of this plugin by entering Your license key."
|
329 |
msgstr "версію уього плагіну, якщо впишете ваш ліцензійний ключ."
|
330 |
|
331 |
-
#: facebook-button-plugin.php:
|
332 |
msgid ""
|
333 |
"You can find your license key on your personal page Client area, by clicking "
|
334 |
"on the link"
|
@@ -336,17 +348,17 @@ msgstr ""
|
|
336 |
"Ви можете знайти ваш ліцензійний ключ на вашій персональній сторінці у "
|
337 |
"Client area, перейшовши за посиланням"
|
338 |
|
339 |
-
#: facebook-button-plugin.php:
|
340 |
msgid "(your username is the email you specify when purchasing the product)."
|
341 |
msgstr ""
|
342 |
"(ім'я користувача - це електронна адреса, яку ви вказуєте при купівлі "
|
343 |
"продукту)."
|
344 |
|
345 |
-
#: facebook-button-plugin.php:
|
346 |
msgid "Go!"
|
347 |
msgstr "Перейти!"
|
348 |
|
349 |
-
#: facebook-button-plugin.php:
|
350 |
msgid ""
|
351 |
"Unfortunately, you have exceeded the number of available tries per day. "
|
352 |
"Please, upload the plugin manually."
|
@@ -354,11 +366,11 @@ msgstr ""
|
|
354 |
"На жаль, Ви перевищили кількість доступних спроб на день. Будь ласка, "
|
355 |
"завантажте плагін вручну."
|
356 |
|
357 |
-
#: facebook-button-plugin.php:
|
358 |
msgid "Support"
|
359 |
msgstr "Підтримка"
|
360 |
|
361 |
-
#: facebook-button-plugin.php:
|
362 |
msgid ""
|
363 |
"It's time to upgrade your <strong>Facebook Like Button</strong> to "
|
364 |
"<strong>PRO</strong> version"
|
@@ -366,6 +378,6 @@ msgstr ""
|
|
366 |
"Час оновити ваш <strong>Facebook Like Button</strong> до <strong>PRO</"
|
367 |
"strong> версії!"
|
368 |
|
369 |
-
#: facebook-button-plugin.php:
|
370 |
msgid "Extend standard plugin functionality with new great options"
|
371 |
msgstr "Розширити стандартний функціонал плагіну новими опціями."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-08-06 17:01+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-08-06 17:01+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ua_UA\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: facebook-button-plugin.php:73 facebook-button-plugin.php:407
|
20 |
msgid "Facebook Button Settings"
|
21 |
msgstr "Установки кнопки Facebook"
|
22 |
|
24 |
msgid "Facebook Button"
|
25 |
msgstr "кнопка Facebook"
|
26 |
|
27 |
+
#: facebook-button-plugin.php:190
|
28 |
msgid "requires"
|
29 |
msgstr "потребує"
|
30 |
|
31 |
+
#: facebook-button-plugin.php:190
|
32 |
msgid ""
|
33 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
34 |
"try again."
|
36 |
"чи вище, тому він був деактивований! Будь ласка оновіть WordPress та "
|
37 |
"спробуйте ще раз."
|
38 |
|
39 |
+
#: facebook-button-plugin.php:190
|
40 |
msgid "Back to the WordPress"
|
41 |
msgstr "Повернутися до WordPress на"
|
42 |
|
43 |
+
#: facebook-button-plugin.php:190
|
44 |
msgid "Plugins page"
|
45 |
msgstr "Сторінку плагинів"
|
46 |
|
47 |
+
#: facebook-button-plugin.php:227
|
48 |
msgid "Settings saved"
|
49 |
msgstr "Установки збережені"
|
50 |
|
51 |
+
#: facebook-button-plugin.php:255
|
52 |
msgid "Error: File size > 32K"
|
53 |
msgstr "Помилка: Розмір файлу> 32K"
|
54 |
|
55 |
+
#: facebook-button-plugin.php:258
|
56 |
msgid "Error: Invalid file type"
|
57 |
msgstr "Помилка: Невірний тип файлу"
|
58 |
|
59 |
#: facebook-button-plugin.php:264
|
60 |
+
msgid "Upload successful."
|
61 |
+
msgstr "Файл був завантажений успішно"
|
62 |
+
|
63 |
+
#: facebook-button-plugin.php:267
|
64 |
msgid "Error: moving file failed"
|
65 |
msgstr "Помилка: не вдалося Переміщення файлів"
|
66 |
|
67 |
+
#: facebook-button-plugin.php:270
|
68 |
msgid "Error: check image width or height"
|
69 |
msgstr "Помилка: Перевірте ширину або висоту зображення"
|
70 |
|
71 |
+
#: facebook-button-plugin.php:274
|
72 |
msgid "Uploading Error: check image properties"
|
73 |
msgstr "Помилка Завантаження: Перевірте властивості зображення"
|
74 |
|
75 |
+
#: facebook-button-plugin.php:298 facebook-button-plugin.php:337
|
76 |
msgid "Wrong license key"
|
77 |
msgstr "Невірний ліцензійний ключ!"
|
78 |
|
79 |
+
#: facebook-button-plugin.php:330
|
80 |
msgid ""
|
81 |
"Something went wrong. Try again later. If the error will appear again, "
|
82 |
"please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. "
|
86 |
"знову, будь ласка, зверніться до нашої служби підтримки href=http://support."
|
87 |
"bestwebsoft.com>BestWebSoft</a>. Просимо вибачення за незручності."
|
88 |
|
89 |
+
#: facebook-button-plugin.php:339
|
90 |
msgid "This license key is bind to another site"
|
91 |
msgstr "Ліцензійний ключ прив'язано до іншого сайту"
|
92 |
|
93 |
+
#: facebook-button-plugin.php:341
|
94 |
msgid ""
|
95 |
"Unfortunately, you have exceeded the number of available tries. Please, "
|
96 |
"upload the plugin manually."
|
98 |
"На жаль, Ви перевищили кількість доступних спроб на день. Будь ласка, "
|
99 |
"завантажте плагін вручну."
|
100 |
|
101 |
+
#: facebook-button-plugin.php:359
|
102 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
103 |
msgstr ""
|
104 |
"Виникли проблеми під чаз розпакування zip-архіву. Будь ласка, завантажте "
|
105 |
"плагін вручну."
|
106 |
|
107 |
+
#: facebook-button-plugin.php:365
|
108 |
msgid ""
|
109 |
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
110 |
"plugin manually"
|
112 |
"Ваш сервер не підтримує ані ZipArchive, ані Phar. Будь ласка, завантажте "
|
113 |
"плагін вручну"
|
114 |
|
115 |
+
#: facebook-button-plugin.php:369 facebook-button-plugin.php:378
|
116 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
117 |
msgstr ""
|
118 |
"Виникли проблеми під час завантаження zip-архіву. Будь ласка, завантажте "
|
119 |
"архів вручну."
|
120 |
|
121 |
+
#: facebook-button-plugin.php:382
|
122 |
msgid ""
|
123 |
"Something went wrong. Try again later or upload the plugin manually. We are "
|
124 |
"sorry for inconvienience."
|
126 |
"Виникли певні проблеми. Спробуйте ще раз пізніше або завантажте плагін "
|
127 |
"вручну. Просимо вібачення за незручності."
|
128 |
|
129 |
+
#: facebook-button-plugin.php:397
|
130 |
msgid "Please, enter Your license key"
|
131 |
msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
|
132 |
|
133 |
+
#: facebook-button-plugin.php:409 facebook-button-plugin.php:778
|
134 |
+
#: facebook-button-plugin.php:790
|
135 |
msgid "Settings"
|
136 |
msgstr "Установки"
|
137 |
|
138 |
+
#: facebook-button-plugin.php:410
|
139 |
msgid "Extra settings"
|
140 |
msgstr "Додаткові налаштування"
|
141 |
|
142 |
+
#: facebook-button-plugin.php:411 facebook-button-plugin.php:791
|
143 |
msgid "FAQ"
|
144 |
msgstr "Часті питання"
|
145 |
|
146 |
+
#: facebook-button-plugin.php:412
|
147 |
msgid "Go PRO"
|
148 |
msgstr "Перейти на Pro версію"
|
149 |
|
150 |
+
#: facebook-button-plugin.php:415
|
151 |
msgid "Notice:"
|
152 |
msgstr "Нагадування:"
|
153 |
|
154 |
+
#: facebook-button-plugin.php:415
|
155 |
msgid ""
|
156 |
"The plugin's settings have been changed. In order to save them please don't "
|
157 |
"forget to click the 'Save Changes' button."
|
159 |
"Налаштування плагіну було змінено. Для того, щоб зберегти ці зміни, не "
|
160 |
"забудьте нажати кнопку \"Зберегти зміни\"."
|
161 |
|
162 |
+
#: facebook-button-plugin.php:421
|
163 |
msgid "Your Facebook ID:"
|
164 |
msgstr "ID вашого Facebook акаунту"
|
165 |
|
166 |
+
#: facebook-button-plugin.php:427
|
167 |
msgid "Display button:"
|
168 |
msgstr "Відображати кнопку:"
|
169 |
|
170 |
+
#: facebook-button-plugin.php:429
|
171 |
msgid "My Page"
|
172 |
msgstr "Моя сторінка"
|
173 |
|
174 |
+
#: facebook-button-plugin.php:430
|
175 |
msgid "Like"
|
176 |
msgstr "Like"
|
177 |
|
178 |
+
#: facebook-button-plugin.php:431
|
179 |
msgid "Share"
|
180 |
msgstr "Share"
|
181 |
|
182 |
+
#: facebook-button-plugin.php:436
|
183 |
msgid "Choose display settings:"
|
184 |
msgstr "Виберіть відображати установки:"
|
185 |
|
186 |
+
#: facebook-button-plugin.php:441
|
187 |
msgid "Standard Facebook image"
|
188 |
msgstr "Стандартне зображення FaceBook "
|
189 |
|
190 |
+
#: facebook-button-plugin.php:442
|
191 |
msgid "Custom Facebook image"
|
192 |
msgstr "Кастомне м FaceBook"
|
193 |
|
194 |
+
#: facebook-button-plugin.php:445
|
195 |
+
msgid ""
|
196 |
+
"To use custom image you need to setup permissions to upload directory of "
|
197 |
+
"your site"
|
198 |
+
msgstr ""
|
199 |
+
"Для використання кастомного зображення Вам необхідно видати права доступу на "
|
200 |
+
"папку завантажень на вашому сайті"
|
201 |
+
|
202 |
+
#: facebook-button-plugin.php:451
|
203 |
msgid "Current image:"
|
204 |
msgstr "Поточне зображення:"
|
205 |
|
206 |
+
#: facebook-button-plugin.php:459
|
207 |
msgid "Facebook image:"
|
208 |
msgstr "Зображення Facebook :"
|
209 |
|
210 |
+
#: facebook-button-plugin.php:465
|
211 |
msgid ""
|
212 |
"Image properties: max image width:100px; max image height:40px; max image "
|
213 |
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
216 |
"висота зображення: 40px; максимальний розмір зображення: 32Kb; Зображення "
|
217 |
"типів:\"jpg\", \"jpeg\", \"png\"."
|
218 |
|
219 |
+
#: facebook-button-plugin.php:470
|
220 |
msgid "Facebook Button Position:"
|
221 |
msgstr "Розташування кнопки Facebook:"
|
222 |
|
223 |
+
#: facebook-button-plugin.php:474
|
224 |
msgid "Before"
|
225 |
msgstr "Перш ніж"
|
226 |
|
227 |
+
#: facebook-button-plugin.php:475
|
228 |
msgid "After"
|
229 |
msgstr "Після того як"
|
230 |
|
231 |
+
#: facebook-button-plugin.php:476
|
232 |
msgid "Before and After"
|
233 |
msgstr "До і після"
|
234 |
|
235 |
+
#: facebook-button-plugin.php:477
|
236 |
msgid "Shortcode"
|
237 |
msgstr "Шорткод"
|
238 |
|
239 |
+
#: facebook-button-plugin.php:479
|
240 |
msgid ""
|
241 |
"If you would like to add a Facebook button to your website, just copy and "
|
242 |
"paste this shortcode into your post or page:"
|
244 |
"Якщо ви хочете додати кнопку FaceBook на ваш сайт, просто скопіюйте і "
|
245 |
"помістіть цей шорткод на у пост або на сторінку:"
|
246 |
|
247 |
+
#: facebook-button-plugin.php:484
|
248 |
msgid "Facebook Button language:"
|
249 |
msgstr "Мова кнопки FaceBook:"
|
250 |
|
251 |
+
#: facebook-button-plugin.php:495
|
252 |
msgid "Change the language of Facebook Like Button"
|
253 |
msgstr "Змінити мову для конпки Like Facebook"
|
254 |
|
255 |
+
#: facebook-button-plugin.php:499
|
256 |
msgid "Html tag for Like Button:"
|
257 |
msgstr "Html тег для кнопки Like:"
|
258 |
|
259 |
+
#: facebook-button-plugin.php:503
|
260 |
msgid "Use this tag to improve validation of your site"
|
261 |
msgstr "Використовуйте цей тег для поліпшення валідації вашого сайту"
|
262 |
|
263 |
+
#: facebook-button-plugin.php:509 facebook-button-plugin.php:548
|
264 |
msgid "Save Changes"
|
265 |
msgstr "Зберегти зміни"
|
266 |
|
267 |
+
#: facebook-button-plugin.php:515
|
268 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
269 |
msgstr ""
|
270 |
"Якщо Вам сподобався наш плагін, ми будемо раді, якщо Ви оціните його у п'ять "
|
271 |
"зірочок на WordPress"
|
272 |
|
273 |
+
#: facebook-button-plugin.php:516
|
274 |
msgid "Rate the plugin"
|
275 |
msgstr "Оцініти плагін"
|
276 |
|
277 |
+
#: facebook-button-plugin.php:519
|
278 |
msgid "If there is something wrong about it, please contact us"
|
279 |
msgstr "Якщо у вас є запитання, будь ласка, звертайтесь до нас"
|
280 |
|
281 |
+
#: facebook-button-plugin.php:530
|
282 |
msgid ""
|
283 |
"Please choose the necessary post types (or single pages) where Facebook "
|
284 |
"button will be displayed:"
|
286 |
"Будь ласка, оберіть необхідні типи постів (чи сторінок), де буде "
|
287 |
"відображатися кнопка Facebook"
|
288 |
|
289 |
+
#: facebook-button-plugin.php:537
|
290 |
msgid "Show URL for pages"
|
291 |
msgstr "Відображати URL сторінок"
|
292 |
|
293 |
+
#: facebook-button-plugin.php:543
|
294 |
msgid "Example of the site's pages tree"
|
295 |
msgstr "Приклад дерева сторінок сайту"
|
296 |
|
297 |
+
#: facebook-button-plugin.php:543
|
298 |
msgid "Example of site pages' tree"
|
299 |
msgstr "Приклад дерева сторінок сайту"
|
300 |
|
301 |
+
#: facebook-button-plugin.php:553
|
302 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
303 |
msgstr "Якщо ви перейдете на Pro версію, усі установки будуть збережені."
|
304 |
|
305 |
+
#: facebook-button-plugin.php:560
|
306 |
msgid "Unlock premium options by upgrading to a PRO version."
|
307 |
msgstr "Зробити доступними преміум-опції, перейшовши на PRO версію."
|
308 |
|
309 |
+
#: facebook-button-plugin.php:561 facebook-button-plugin.php:869
|
310 |
msgid "Learn More"
|
311 |
msgstr "Докладніше"
|
312 |
|
313 |
+
#: facebook-button-plugin.php:564
|
314 |
msgid "Go"
|
315 |
msgstr "Перейти"
|
316 |
|
317 |
+
#: facebook-button-plugin.php:576
|
318 |
msgid ""
|
319 |
"Congratulations! The PRO version of the plugin is successfully download and "
|
320 |
"activated."
|
321 |
msgstr "Вітаємо! PRO версію плагіну успішно завантажено та активовано."
|
322 |
|
323 |
+
#: facebook-button-plugin.php:578
|
324 |
msgid "Please, go to"
|
325 |
msgstr "Будь ласка, перейдіть"
|
326 |
|
327 |
+
#: facebook-button-plugin.php:578
|
328 |
msgid "the setting page"
|
329 |
msgstr "сторінку установок"
|
330 |
|
331 |
+
#: facebook-button-plugin.php:579
|
332 |
msgid "You will be redirected automatically in 5 seconds."
|
333 |
msgstr "Вас буде перенаправлено автоматично через 5 секунд."
|
334 |
|
335 |
+
#: facebook-button-plugin.php:584
|
336 |
msgid "You can download and activate"
|
337 |
msgstr "Ви можете завантажити та активувати"
|
338 |
|
339 |
+
#: facebook-button-plugin.php:586
|
340 |
msgid "version of this plugin by entering Your license key."
|
341 |
msgstr "версію уього плагіну, якщо впишете ваш ліцензійний ключ."
|
342 |
|
343 |
+
#: facebook-button-plugin.php:588
|
344 |
msgid ""
|
345 |
"You can find your license key on your personal page Client area, by clicking "
|
346 |
"on the link"
|
348 |
"Ви можете знайти ваш ліцензійний ключ на вашій персональній сторінці у "
|
349 |
"Client area, перейшовши за посиланням"
|
350 |
|
351 |
+
#: facebook-button-plugin.php:590
|
352 |
msgid "(your username is the email you specify when purchasing the product)."
|
353 |
msgstr ""
|
354 |
"(ім'я користувача - це електронна адреса, яку ви вказуєте при купівлі "
|
355 |
"продукту)."
|
356 |
|
357 |
+
#: facebook-button-plugin.php:598 facebook-button-plugin.php:608
|
358 |
msgid "Go!"
|
359 |
msgstr "Перейти!"
|
360 |
|
361 |
+
#: facebook-button-plugin.php:601
|
362 |
msgid ""
|
363 |
"Unfortunately, you have exceeded the number of available tries per day. "
|
364 |
"Please, upload the plugin manually."
|
366 |
"На жаль, Ви перевищили кількість доступних спроб на день. Будь ласка, "
|
367 |
"завантажте плагін вручну."
|
368 |
|
369 |
+
#: facebook-button-plugin.php:792
|
370 |
msgid "Support"
|
371 |
msgstr "Підтримка"
|
372 |
|
373 |
+
#: facebook-button-plugin.php:872
|
374 |
msgid ""
|
375 |
"It's time to upgrade your <strong>Facebook Like Button</strong> to "
|
376 |
"<strong>PRO</strong> version"
|
378 |
"Час оновити ваш <strong>Facebook Like Button</strong> до <strong>PRO</"
|
379 |
"strong> версії!"
|
380 |
|
381 |
+
#: facebook-button-plugin.php:873
|
382 |
msgid "Extend standard plugin functionality with new great options"
|
383 |
msgstr "Розширити стандартний функціонал плагіну новими опціями."
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: bestwebsoft
|
|
3 |
Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&product_id=94
|
4 |
Tags: button, buton, batton, button image, button position, Button like, Facebook, Facebook account button, facebook button, facebook button language, Facebook button icon, Facebook button like, Facebook button share, Facebook ID, Facebook page, facebook like, facebook like button, facebook share, facebook share button, follow, Follow button, icon, Like, like button, My Page button, Share, share button, social, social button, social account
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to:
|
7 |
-
Stable tag: 2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -12,7 +12,7 @@ Add Facebook button to your WordPress website.
|
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
Facebook Like Button Plugin allows you to add a Follow button the easiest way.
|
16 |
|
17 |
http://www.youtube.com/watch?v=QGv04uHVl5c
|
18 |
|
@@ -107,6 +107,10 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
|
|
107 |
|
108 |
== Changelog ==
|
109 |
|
|
|
|
|
|
|
|
|
110 |
= V2.32 - 19.06.2014 =
|
111 |
* Bugfix : Problem with showing Like button was fixed.
|
112 |
|
@@ -241,6 +245,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
|
|
241 |
|
242 |
== Upgrade Notice ==
|
243 |
|
|
|
|
|
|
|
244 |
= V2.32 =
|
245 |
Problem with showing Like button was fixed.
|
246 |
|
3 |
Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&product_id=94
|
4 |
Tags: button, buton, batton, button image, button position, Button like, Facebook, Facebook account button, facebook button, facebook button language, Facebook button icon, Facebook button like, Facebook button share, Facebook ID, Facebook page, facebook like, facebook like button, facebook share, facebook share button, follow, Follow button, icon, Like, like button, My Page button, Share, share button, social, social button, social account
|
5 |
Requires at least: 3.0
|
6 |
+
Tested up to: 4.0-beta2
|
7 |
+
Stable tag: 2.33
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
Facebook Like Button Plugin allows you to add a Follow button the easiest way. If your life is tightly connected with your Facebook account, our plugin is the best solution for you. It contains minimum settings. Just a few clicks and voila - the Facebook button is on your site.
|
16 |
|
17 |
http://www.youtube.com/watch?v=QGv04uHVl5c
|
18 |
|
107 |
|
108 |
== Changelog ==
|
109 |
|
110 |
+
= V2.33 - 06.08.2014 =
|
111 |
+
* Update : We updated all functionality for wordpress 4.0-beta2.
|
112 |
+
* Bugfix : Problem with custom images after updating plugin was fixed.
|
113 |
+
|
114 |
= V2.32 - 19.06.2014 =
|
115 |
* Bugfix : Problem with showing Like button was fixed.
|
116 |
|
245 |
|
246 |
== Upgrade Notice ==
|
247 |
|
248 |
+
= V2.33 =
|
249 |
+
We updated all functionality for wordpress 4.0-beta2. Problem with custom images after updating plugin was fixed.
|
250 |
+
|
251 |
= V2.32 =
|
252 |
Problem with showing Like button was fixed.
|
253 |
|