Version Description
- 11.06.2014 =
- New : Share button was added.
- Update : We updated all functionality for wordpress 3.9.1.
- Bugfix : Problem with switching user was fixed.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Facebook Button by BestWebSoft |
Version | 2.31 |
Comparing to | |
See all releases |
Code changes from version 2.30 to 2.31
- bws_menu/bws_menu.php +173 -87
- bws_menu/css/general_style.css +7 -0
- bws_menu/css/general_style_wp_before_3.8.css +7 -0
- bws_menu/css/style.css +29 -10
- bws_menu/icons/bws-google-analytics.png +0 -0
- bws_menu/icons/bws-google-maps.png +0 -0
- bws_menu/icons/contact-form-multi.png +0 -0
- bws_menu/icons/db-manager.png +0 -0
- bws_menu/icons/icon.png +0 -0
- bws_menu/icons/pro.png +0 -0
- bws_menu/icons/subscriber.png +0 -0
- bws_menu/icons/user-role.png +0 -0
- bws_menu/js/bws_menu.js +1 -3
- css/style.css +2 -2
- facebook-button-plugin.php +92 -49
- languages/facebook-ar_AR.mo +0 -0
- languages/facebook-ar_AR.po +0 -378
- languages/facebook-es_ES.mo +0 -0
- languages/facebook-es_ES.po +0 -372
- languages/facebook-fa_IR.mo +0 -0
- languages/facebook-fa_IR.po +0 -377
- languages/facebook-fr_FR.mo +0 -0
- languages/facebook-fr_FR.po +134 -101
- languages/facebook-he_IL.mo +0 -0
- languages/facebook-he_IL.po +0 -412
- languages/facebook-id_ID.mo +0 -0
- languages/facebook-id_ID.po +134 -100
- languages/facebook-ru_RU.mo +0 -0
- languages/facebook-ru_RU.po +167 -111
- languages/facebook-sr_RS.mo +0 -0
- languages/facebook-sr_RS.po +0 -376
- languages/facebook-tr_TR.mo +0 -0
- languages/facebook-tr_TR.po +0 -372
- languages/facebook-uk.mo +0 -0
- languages/facebook-uk.po +189 -130
- readme.txt +11 -9
bws_menu/bws_menu.php
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
-
* Version: 1.
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
8 |
function bws_add_menu_render() {
|
9 |
global $wpdb, $wpmu, $wp_version, $bws_plugin_info;
|
10 |
$error = $message = $bwsmn_form_email = '';
|
11 |
-
$bws_donate_link = 'https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=
|
12 |
|
13 |
if ( ! function_exists( 'is_plugin_active_for_network' ) )
|
14 |
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
@@ -198,7 +198,8 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
198 |
'link' => 'http://bestwebsoft.com/plugin/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
199 |
'download' => 'http://bestwebsoft.com/plugin/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
200 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Sender+Bestwebsoft&plugin-search-input=Search+Plugins',
|
201 |
-
'settings' => 'admin.php?page=sndr_settings'
|
|
|
202 |
),
|
203 |
'subscriber/subscriber.php' => array(
|
204 |
'name' => 'Subscriber',
|
@@ -214,7 +215,8 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
214 |
'link' => 'http://bestwebsoft.com/plugin/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
215 |
'download' => 'http://bestwebsoft.com/plugin/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
216 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Contact+Form+Multi+Bestwebsoft&plugin-search-input=Search+Plugins',
|
217 |
-
'settings' => ''
|
|
|
218 |
),
|
219 |
'bws-google-maps/bws-google-maps.php' => array(
|
220 |
'name' => 'BestWebSoft Google Maps',
|
@@ -232,6 +234,23 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
232 |
'download' => 'http://bestwebsoft.com/plugin/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
233 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=BestWebSoft+Google+Analytics&plugin-search-input=Search+Plugins',
|
234 |
'settings' => 'admin.php?page=bws-google-analytics.php'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
235 |
)
|
236 |
);
|
237 |
$bws_plugins_pro = array(
|
@@ -311,6 +330,27 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
311 |
'link' => 'http://bestwebsoft.com/plugin/bws-google-maps-pro/?k=117c3f9fc17f2c83ef430a8a9dc06f56&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
312 |
'purchase' => 'http://bestwebsoft.com/plugin/bws-google-maps-pro/?k=117c3f9fc17f2c83ef430a8a9dc06f56&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
313 |
'settings' => 'admin.php?page=bws-google-maps-pro.php'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
314 |
)
|
315 |
);
|
316 |
|
@@ -483,8 +523,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
483 |
if ( $result != true )
|
484 |
$error = __( "Sorry, email message could not be delivered.", 'bestwebsoft' );
|
485 |
}
|
486 |
-
}
|
487 |
-
?>
|
488 |
<div class="wrap">
|
489 |
<div class="icon32 icon32-bws" id="icon-options-general"></div>
|
490 |
<h2>BestWebSoft</h2>
|
@@ -495,7 +534,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
495 |
<?php } ?>
|
496 |
<a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'system_status' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins&action=system_status"><?php _e( 'System status', 'bestwebsoft' ); ?></a>
|
497 |
</h2>
|
498 |
-
<?php if ( !isset( $_GET['action'] ) ) { ?>
|
499 |
<ul class="subsubsub">
|
500 |
<li><a <?php if ( !isset( $_GET['sub'] ) ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins"><?php _e( 'All', 'bestwebsoft' ); ?></a></li> |
|
501 |
<li><a <?php if ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins&sub=installed"><?php _e( 'Installed', 'bestwebsoft' ); ?></a></li> |
|
@@ -505,7 +544,6 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
505 |
<?php if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
|
506 |
<h4 class="bws_installed"><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
|
507 |
<?php foreach ( $all_plugins as $key_plugin => $value_plugin ) {
|
508 |
-
|
509 |
if ( isset( $bws_plugins_pro[ $key_plugin ] ) ) {
|
510 |
$key_plugin_explode = explode( '-plugin-pro/', $key_plugin );
|
511 |
if ( isset( $key_plugin_explode[1] ) )
|
@@ -531,7 +569,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
531 |
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
532 |
<div class="bws_product_content">
|
533 |
<div class="bws_product_icon">
|
534 |
-
<div class="bws_product_icon_pro"
|
535 |
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
536 |
</div>
|
537 |
<div class="bws_product_description"><?php echo $value_plugin["Description"]; ?></div>
|
@@ -540,8 +578,10 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
540 |
</div>
|
541 |
<div class="bws_product_links">
|
542 |
<a href="<?php echo $bws_plugins_pro[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
|
543 |
-
|
544 |
-
|
|
|
|
|
545 |
</div>
|
546 |
</div>
|
547 |
<?php } elseif ( isset( $bws_plugins[ $key_plugin ] ) ) { ?>
|
@@ -567,8 +607,10 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
567 |
</div>
|
568 |
<div class="bws_product_links">
|
569 |
<a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
|
570 |
-
|
571 |
-
|
|
|
|
|
572 |
</div>
|
573 |
</div>
|
574 |
<?php }
|
@@ -579,7 +621,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
579 |
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
580 |
<div class="bws_product_content">
|
581 |
<div class="bws_product_icon">
|
582 |
-
<div class="bws_product_icon_pro"
|
583 |
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
584 |
</div>
|
585 |
<div class="bws_product_description"><?php echo $bws_plugins_pro[ $key_plugin ]["description"]; ?></div>
|
@@ -644,15 +686,14 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
644 |
$key_plugin_explode = explode( '/', $key_plugin );
|
645 |
$icon = $key_plugin_explode[0];
|
646 |
}
|
647 |
-
}
|
648 |
-
?>
|
649 |
<div class="bws_product_box">
|
650 |
<div class="bws_product">
|
651 |
<div class="bws_product_title"><?php echo $value_plugin["name"]; ?></div>
|
652 |
<div class="bws_product_content">
|
653 |
<div class="bws_product_icon">
|
654 |
<?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
|
655 |
-
<div class="bws_product_icon_pro"
|
656 |
<?php } ?>
|
657 |
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
658 |
</div>
|
@@ -679,8 +720,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
679 |
} ?>
|
680 |
<?php } elseif ( 'themes' == $_GET['action'] ) { ?>
|
681 |
<div id="availablethemes">
|
682 |
-
<?php
|
683 |
-
global $tabs, $tab, $paged, $type, $theme_field_defaults;
|
684 |
include( ABSPATH . 'wp-admin/includes/theme-install.php' );
|
685 |
include( ABSPATH . 'wp-admin/includes/class-wp-themes-list-table.php' );
|
686 |
include( ABSPATH . 'wp-admin/includes/class-wp-theme-install-list-table.php' );
|
@@ -703,77 +743,109 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
703 |
'infinite_scroll' => true,
|
704 |
) );
|
705 |
$themes = $theme_class->items;
|
706 |
-
|
707 |
-
|
708 |
-
|
709 |
-
|
710 |
-
|
|
|
711 |
|
712 |
-
|
713 |
-
|
714 |
-
|
715 |
-
|
716 |
-
|
717 |
-
|
718 |
-
|
719 |
|
720 |
-
|
721 |
|
722 |
-
|
723 |
-
|
724 |
-
|
725 |
-
|
726 |
|
727 |
-
|
728 |
-
|
729 |
-
|
730 |
-
|
731 |
|
732 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
733 |
$installed_theme = wp_get_theme( $theme->slug );
|
734 |
-
if ( $installed_theme->exists() )
|
735 |
-
|
736 |
-
|
737 |
-
|
738 |
-
$status = 'newer_installed';
|
739 |
-
else
|
740 |
-
$status = 'update_available';
|
741 |
-
}
|
742 |
-
switch ( $status ) {
|
743 |
-
default:
|
744 |
-
case 'install':
|
745 |
-
$actions[] = '<a class="install-now" href="' . esc_url( wp_nonce_url( $install_url, 'install-theme_' . $theme->slug ) ) . '" title="' . esc_attr( sprintf( __( 'Install %s' ), $name ) ) . '">' . __( 'Install Now' ) . '</a>';
|
746 |
-
break;
|
747 |
-
case 'update_available':
|
748 |
-
$actions[] = '<a class="install-now" href="' . esc_url( wp_nonce_url( $update_url, 'upgrade-theme_' . $theme->slug ) ) . '" title="' . esc_attr( sprintf( __( 'Update to version %s' ), $theme->version ) ) . '">' . __( 'Update' ) . '</a>';
|
749 |
-
break;
|
750 |
-
case 'newer_installed':
|
751 |
-
case 'latest_installed':
|
752 |
-
$actions[] = '<span class="install-now" title="' . esc_attr__( 'This theme is already installed and is up to date' ) . '">' . _x( 'Installed', 'theme' ) . '</span>';
|
753 |
-
break;
|
754 |
-
}
|
755 |
-
$actions[] = '<a class="install-theme-preview" href="' . esc_url( $preview_url ) . '" title="' . esc_attr( sprintf( __( 'Preview %s' ), $name ) ) . '">' . __( 'Preview' ) . '</a>';
|
756 |
-
$actions = apply_filters( 'theme_install_actions', $actions, $theme );
|
757 |
?>
|
758 |
-
<
|
759 |
-
|
760 |
-
|
761 |
-
|
762 |
-
|
763 |
-
|
764 |
-
|
765 |
-
|
766 |
-
|
767 |
-
|
768 |
-
|
769 |
-
|
|
|
|
|
|
|
|
|
770 |
</div>
|
771 |
-
|
772 |
-
|
773 |
-
|
774 |
-
|
775 |
-
|
776 |
-
?>
|
777 |
</div>
|
778 |
<?php } elseif ( 'system_status' == $_GET['action'] ) { ?>
|
779 |
<div class="updated fade" <?php if ( ! ( isset( $_REQUEST['bwsmn_form_submit'] ) || isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
|
@@ -805,8 +877,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
805 |
<table class="bws_system_info">
|
806 |
<thead><tr><th><?php _e( 'Inactive Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
|
807 |
<tbody>
|
808 |
-
<?php
|
809 |
-
if ( ! empty( $system_info['inactive_plugins'] ) ) {
|
810 |
foreach ( $system_info['inactive_plugins'] as $key => $value ) { ?>
|
811 |
<tr>
|
812 |
<td scope="row"><?php echo $key; ?></td>
|
@@ -845,8 +916,8 @@ if ( ! function_exists ( 'bws_plugin_init' ) ) {
|
|
845 |
}
|
846 |
}
|
847 |
|
848 |
-
if ( ! function_exists ( '
|
849 |
-
function
|
850 |
global $wp_version;
|
851 |
if ( $wp_version < 3.8 )
|
852 |
wp_enqueue_style( 'bws-admin-stylesheet', plugins_url( 'css/general_style_wp_before_3.8.css', __FILE__ ) );
|
@@ -864,6 +935,21 @@ if ( ! function_exists ( 'bws_admin_head' ) ) {
|
|
864 |
}
|
865 |
}
|
866 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
867 |
add_action( 'admin_init', 'bws_plugin_init' );
|
868 |
-
add_action( 'admin_enqueue_scripts', '
|
|
|
869 |
?>
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
+
* Version: 1.3.3
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
8 |
function bws_add_menu_render() {
|
9 |
global $wpdb, $wpmu, $wp_version, $bws_plugin_info;
|
10 |
$error = $message = $bwsmn_form_email = '';
|
11 |
+
$bws_donate_link = 'https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&product_id=94';
|
12 |
|
13 |
if ( ! function_exists( 'is_plugin_active_for_network' ) )
|
14 |
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
198 |
'link' => 'http://bestwebsoft.com/plugin/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
199 |
'download' => 'http://bestwebsoft.com/plugin/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
200 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Sender+Bestwebsoft&plugin-search-input=Search+Plugins',
|
201 |
+
'settings' => 'admin.php?page=sndr_settings',
|
202 |
+
'pro_version' => 'sender-pro/sender-pro.php'
|
203 |
),
|
204 |
'subscriber/subscriber.php' => array(
|
205 |
'name' => 'Subscriber',
|
215 |
'link' => 'http://bestwebsoft.com/plugin/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
216 |
'download' => 'http://bestwebsoft.com/plugin/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
217 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Contact+Form+Multi+Bestwebsoft&plugin-search-input=Search+Plugins',
|
218 |
+
'settings' => '',
|
219 |
+
'pro_version' => 'contact-form-multi-pro/contact-form-multi-pro.php'
|
220 |
),
|
221 |
'bws-google-maps/bws-google-maps.php' => array(
|
222 |
'name' => 'BestWebSoft Google Maps',
|
234 |
'download' => 'http://bestwebsoft.com/plugin/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
235 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=BestWebSoft+Google+Analytics&plugin-search-input=Search+Plugins',
|
236 |
'settings' => 'admin.php?page=bws-google-analytics.php'
|
237 |
+
),
|
238 |
+
'db-manager/db-manager.php' => array(
|
239 |
+
'name' => 'DB manager',
|
240 |
+
'description' => 'Allows you to download the latest version of PhpMyadmin and Dumper and manage your site.',
|
241 |
+
'link' => 'http://bestwebsoft.com/plugin/db-manager/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
242 |
+
'download' => 'http://bestwebsoft.com/plugin/db-manager/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
243 |
+
'wp_install' => 'http://bestwebsoft.com/plugin/db-manager/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
244 |
+
'settings' => 'admin.php?page=db-manager.php'
|
245 |
+
),
|
246 |
+
'user-role/user-role.php' => array(
|
247 |
+
'name' => 'User Role',
|
248 |
+
'description' => 'Allows to change wordpress user role capabilities.',
|
249 |
+
'link' => 'http://bestwebsoft.com/plugin/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
250 |
+
'download' => 'http://bestwebsoft.com/plugin/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
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(
|
330 |
'link' => 'http://bestwebsoft.com/plugin/bws-google-maps-pro/?k=117c3f9fc17f2c83ef430a8a9dc06f56&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
331 |
'purchase' => 'http://bestwebsoft.com/plugin/bws-google-maps-pro/?k=117c3f9fc17f2c83ef430a8a9dc06f56&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
332 |
'settings' => 'admin.php?page=bws-google-maps-pro.php'
|
333 |
+
),
|
334 |
+
'contact-form-multi-pro/contact-form-multi-pro.php' => array(
|
335 |
+
'name' => 'Contact Form Multi Pro',
|
336 |
+
'description' => 'This plugin is an exclusive add-on to the Contact Form Pro. Allows to create multiple contact forms.',
|
337 |
+
'link' => 'http://bestwebsoft.com/plugin/contact-form-multi-pro/?k=fde3a18581c143654f060c398b07e8ac&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
338 |
+
'purchase' => 'http://bestwebsoft.com/plugin/contact-form-multi-pro/?k=fde3a18581c143654f060c398b07e8ac&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
339 |
+
'settings' => ''
|
340 |
+
),
|
341 |
+
'user-role-pro/user-role-pro.php' => array(
|
342 |
+
'name' => 'User Role Pro',
|
343 |
+
'description' => 'Allows to change wordpress user role capabilities.',
|
344 |
+
'link' => 'http://bestwebsoft.com/plugin/user-role-pro/?k=cfa9cea6613fb3d7c0a3622fa2faaf46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
345 |
+
'purchase' => 'http://bestwebsoft.com/plugin/user-role-pro/?k=cfa9cea6613fb3d7c0a3622fa2faaf46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
346 |
+
'settings' => 'admin.php?page=user-role-pro.php'
|
347 |
+
),
|
348 |
+
'sender-pro/sender-pro.php' => array(
|
349 |
+
'name' => 'Sender Pro',
|
350 |
+
'description' => 'You can send mails to all users or to certain categories of users.',
|
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 |
|
523 |
if ( $result != true )
|
524 |
$error = __( "Sorry, email message could not be delivered.", 'bestwebsoft' );
|
525 |
}
|
526 |
+
} ?>
|
|
|
527 |
<div class="wrap">
|
528 |
<div class="icon32 icon32-bws" id="icon-options-general"></div>
|
529 |
<h2>BestWebSoft</h2>
|
534 |
<?php } ?>
|
535 |
<a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'system_status' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins&action=system_status"><?php _e( 'System status', 'bestwebsoft' ); ?></a>
|
536 |
</h2>
|
537 |
+
<?php if ( !isset( $_GET['action'] ) ) { ?>
|
538 |
<ul class="subsubsub">
|
539 |
<li><a <?php if ( !isset( $_GET['sub'] ) ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins"><?php _e( 'All', 'bestwebsoft' ); ?></a></li> |
|
540 |
<li><a <?php if ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins&sub=installed"><?php _e( 'Installed', 'bestwebsoft' ); ?></a></li> |
|
544 |
<?php if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
|
545 |
<h4 class="bws_installed"><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
|
546 |
<?php foreach ( $all_plugins as $key_plugin => $value_plugin ) {
|
|
|
547 |
if ( isset( $bws_plugins_pro[ $key_plugin ] ) ) {
|
548 |
$key_plugin_explode = explode( '-plugin-pro/', $key_plugin );
|
549 |
if ( isset( $key_plugin_explode[1] ) )
|
569 |
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
570 |
<div class="bws_product_content">
|
571 |
<div class="bws_product_icon">
|
572 |
+
<div class="bws_product_icon_pro">PRO</div>
|
573 |
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
574 |
</div>
|
575 |
<div class="bws_product_description"><?php echo $value_plugin["Description"]; ?></div>
|
578 |
</div>
|
579 |
<div class="bws_product_links">
|
580 |
<a href="<?php echo $bws_plugins_pro[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
|
581 |
+
<?php if ( '' != $bws_plugins_pro[ $key_plugin ]["settings"] ) { ?>
|
582 |
+
<span> | </span>
|
583 |
+
<a href="<?php echo $bws_plugins_pro[ $key_plugin ]["settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
|
584 |
+
<?php } ?>
|
585 |
</div>
|
586 |
</div>
|
587 |
<?php } elseif ( isset( $bws_plugins[ $key_plugin ] ) ) { ?>
|
607 |
</div>
|
608 |
<div class="bws_product_links">
|
609 |
<a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
|
610 |
+
<?php if ( '' != $bws_plugins[ $key_plugin ]["settings"] ) { ?>
|
611 |
+
<span> | </span>
|
612 |
+
<a href="<?php echo $bws_plugins[ $key_plugin ]["settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
|
613 |
+
<?php } ?>
|
614 |
</div>
|
615 |
</div>
|
616 |
<?php }
|
621 |
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
622 |
<div class="bws_product_content">
|
623 |
<div class="bws_product_icon">
|
624 |
+
<div class="bws_product_icon_pro">PRO</div>
|
625 |
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
626 |
</div>
|
627 |
<div class="bws_product_description"><?php echo $bws_plugins_pro[ $key_plugin ]["description"]; ?></div>
|
686 |
$key_plugin_explode = explode( '/', $key_plugin );
|
687 |
$icon = $key_plugin_explode[0];
|
688 |
}
|
689 |
+
} ?>
|
|
|
690 |
<div class="bws_product_box">
|
691 |
<div class="bws_product">
|
692 |
<div class="bws_product_title"><?php echo $value_plugin["name"]; ?></div>
|
693 |
<div class="bws_product_content">
|
694 |
<div class="bws_product_icon">
|
695 |
<?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
|
696 |
+
<div class="bws_product_icon_pro">PRO</div>
|
697 |
<?php } ?>
|
698 |
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
699 |
</div>
|
720 |
} ?>
|
721 |
<?php } elseif ( 'themes' == $_GET['action'] ) { ?>
|
722 |
<div id="availablethemes">
|
723 |
+
<?php global $tabs, $tab, $paged, $type, $theme_field_defaults;
|
|
|
724 |
include( ABSPATH . 'wp-admin/includes/theme-install.php' );
|
725 |
include( ABSPATH . 'wp-admin/includes/class-wp-themes-list-table.php' );
|
726 |
include( ABSPATH . 'wp-admin/includes/class-wp-theme-install-list-table.php' );
|
743 |
'infinite_scroll' => true,
|
744 |
) );
|
745 |
$themes = $theme_class->items;
|
746 |
+
if ( $wp_version < '3.9' ) {
|
747 |
+
foreach ( $themes as $theme ) { ?>
|
748 |
+
<div class="available-theme installable-theme"><?php
|
749 |
+
global $themes_allowedtags;
|
750 |
+
if ( empty( $theme ) )
|
751 |
+
return;
|
752 |
|
753 |
+
$name = wp_kses( $theme->name, $themes_allowedtags );
|
754 |
+
$author = wp_kses( $theme->author, $themes_allowedtags );
|
755 |
+
$preview_title = sprintf( __('Preview “%s”'), $name );
|
756 |
+
$preview_url = add_query_arg( array(
|
757 |
+
'tab' => 'theme-information',
|
758 |
+
'theme' => $theme->slug,
|
759 |
+
), self_admin_url( 'theme-install.php' ) );
|
760 |
|
761 |
+
$actions = array();
|
762 |
|
763 |
+
$install_url = add_query_arg( array(
|
764 |
+
'action' => 'install-theme',
|
765 |
+
'theme' => $theme->slug,
|
766 |
+
), self_admin_url( 'update.php' ) );
|
767 |
|
768 |
+
$update_url = add_query_arg( array(
|
769 |
+
'action' => 'upgrade-theme',
|
770 |
+
'theme' => $theme->slug,
|
771 |
+
), self_admin_url( 'update.php' ) );
|
772 |
|
773 |
+
$status = 'install';
|
774 |
+
$installed_theme = wp_get_theme( $theme->slug );
|
775 |
+
if ( $installed_theme->exists() ) {
|
776 |
+
if ( version_compare( $installed_theme->get('Version'), $theme->version, '=' ) )
|
777 |
+
$status = 'latest_installed';
|
778 |
+
elseif ( version_compare( $installed_theme->get('Version'), $theme->version, '>' ) )
|
779 |
+
$status = 'newer_installed';
|
780 |
+
else
|
781 |
+
$status = 'update_available';
|
782 |
+
}
|
783 |
+
switch ( $status ) {
|
784 |
+
default:
|
785 |
+
case 'install':
|
786 |
+
$actions[] = '<a class="install-now" href="' . esc_url( wp_nonce_url( $install_url, 'install-theme_' . $theme->slug ) ) . '" title="' . esc_attr( sprintf( __( 'Install %s' ), $name ) ) . '">' . __( 'Install Now' ) . '</a>';
|
787 |
+
break;
|
788 |
+
case 'update_available':
|
789 |
+
$actions[] = '<a class="install-now" href="' . esc_url( wp_nonce_url( $update_url, 'upgrade-theme_' . $theme->slug ) ) . '" title="' . esc_attr( sprintf( __( 'Update to version %s' ), $theme->version ) ) . '">' . __( 'Update' ) . '</a>';
|
790 |
+
break;
|
791 |
+
case 'newer_installed':
|
792 |
+
case 'latest_installed':
|
793 |
+
$actions[] = '<span class="install-now" title="' . esc_attr__( 'This theme is already installed and is up to date' ) . '">' . _x( 'Installed', 'theme' ) . '</span>';
|
794 |
+
break;
|
795 |
+
}
|
796 |
+
$actions[] = '<a class="install-theme-preview" href="' . esc_url( $preview_url ) . '" title="' . esc_attr( sprintf( __( 'Preview %s' ), $name ) ) . '">' . __( 'Preview' ) . '</a>';
|
797 |
+
$actions = apply_filters( 'theme_install_actions', $actions, $theme ); ?>
|
798 |
+
<a class="screenshot install-theme-preview" href="<?php echo esc_url( $preview_url ); ?>" title="<?php echo esc_attr( $preview_title ); ?>">
|
799 |
+
<img src='<?php echo esc_url( $theme->screenshot_url ); ?>' width='150' />
|
800 |
+
</a>
|
801 |
+
<h3><?php echo $name; ?></h3>
|
802 |
+
<div class="theme-author"><?php printf( __( 'By %s' ), $author ); ?></div>
|
803 |
+
<div class="action-links">
|
804 |
+
<ul>
|
805 |
+
<?php foreach ( $actions as $action ): ?>
|
806 |
+
<li><?php echo $action; ?></li>
|
807 |
+
<?php endforeach; ?>
|
808 |
+
<li class="hide-if-no-js"><a href="#" class="theme-detail"><?php _e('Details') ?></a></li>
|
809 |
+
</ul>
|
810 |
+
</div>
|
811 |
+
<?php $theme_class->install_theme_info( $theme ); ?>
|
812 |
+
</div>
|
813 |
+
<?php }
|
814 |
+
// end foreach $theme_names
|
815 |
+
$theme_class->theme_installer();
|
816 |
+
} else { ?>
|
817 |
+
<div class="theme-browser">
|
818 |
+
<div class="themes">
|
819 |
+
<?php foreach ( $themes as $key => $theme ) {
|
820 |
$installed_theme = wp_get_theme( $theme->slug );
|
821 |
+
if ( $installed_theme->exists() )
|
822 |
+
$theme->installed = true;
|
823 |
+
else
|
824 |
+
$theme->installed = false;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
825 |
?>
|
826 |
+
<div class="theme" tabindex="0">
|
827 |
+
<?php if ( $theme->screenshot_url ) { ?>
|
828 |
+
<div class="theme-screenshot">
|
829 |
+
<img src="<?php echo $theme->screenshot_url; ?>" alt="" />
|
830 |
+
</div>
|
831 |
+
<?php } else { ?>
|
832 |
+
<div class="theme-screenshot blank"></div>
|
833 |
+
<?php } ?>
|
834 |
+
<div class="theme-author"><?php printf( __( 'By %s' ), $theme->author ); ?></div>
|
835 |
+
<h3 class="theme-name"><?php echo $theme->name; ?></h3>
|
836 |
+
<div class="theme-actions">
|
837 |
+
<a class="button button-secondary preview install-theme-preview" href="theme-install.php?theme=<?php echo $theme->slug ?>"><?php esc_html_e( 'Learn More' ); ?></a>
|
838 |
+
</div>
|
839 |
+
<?php if ( $theme->installed ) { ?>
|
840 |
+
<div class="theme-installed"><?php _e( 'Already Installed' ); ?></div>
|
841 |
+
<?php } ?>
|
842 |
</div>
|
843 |
+
<?php } ?>
|
844 |
+
<br class="clear" />
|
845 |
+
</div>
|
846 |
+
</div>
|
847 |
+
<div class="theme-overlay"></div>
|
848 |
+
<?php } ?>
|
849 |
</div>
|
850 |
<?php } elseif ( 'system_status' == $_GET['action'] ) { ?>
|
851 |
<div class="updated fade" <?php if ( ! ( isset( $_REQUEST['bwsmn_form_submit'] ) || isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
|
877 |
<table class="bws_system_info">
|
878 |
<thead><tr><th><?php _e( 'Inactive Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
|
879 |
<tbody>
|
880 |
+
<?php if ( ! empty( $system_info['inactive_plugins'] ) ) {
|
|
|
881 |
foreach ( $system_info['inactive_plugins'] as $key => $value ) { ?>
|
882 |
<tr>
|
883 |
<td scope="row"><?php echo $key; ?></td>
|
916 |
}
|
917 |
}
|
918 |
|
919 |
+
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) ) {
|
920 |
+
function bws_admin_enqueue_scripts() {
|
921 |
global $wp_version;
|
922 |
if ( $wp_version < 3.8 )
|
923 |
wp_enqueue_style( 'bws-admin-stylesheet', plugins_url( 'css/general_style_wp_before_3.8.css', __FILE__ ) );
|
935 |
}
|
936 |
}
|
937 |
|
938 |
+
if ( ! function_exists ( 'bws_admin_head' ) ) {
|
939 |
+
function bws_admin_head() {
|
940 |
+
if ( isset( $_GET['page'] ) && $_GET['page'] == "bws_plugins" ) { ?>
|
941 |
+
<noscript>
|
942 |
+
<style type="text/css">
|
943 |
+
.bws_product_button {
|
944 |
+
display: inline-block;
|
945 |
+
}
|
946 |
+
</style>
|
947 |
+
</noscript>
|
948 |
+
<?php }
|
949 |
+
}
|
950 |
+
}
|
951 |
+
|
952 |
add_action( 'admin_init', 'bws_plugin_init' );
|
953 |
+
add_action( 'admin_enqueue_scripts', 'bws_admin_enqueue_scripts' );
|
954 |
+
add_action( 'admin_head', 'bws_admin_head' );
|
955 |
?>
|
bws_menu/css/general_style.css
CHANGED
@@ -117,6 +117,13 @@ table.bws_pro_version td {
|
|
117 |
float: left;
|
118 |
padding-top: 10px;
|
119 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
div.bws_pro_version {
|
121 |
padding: 5px 10px;
|
122 |
}
|
117 |
float: left;
|
118 |
padding-top: 10px;
|
119 |
}
|
120 |
+
.bws_pro_version_tooltip .bws_pro_links {
|
121 |
+
float: right;
|
122 |
+
}
|
123 |
+
.bws_pro_version_tooltip .bws_trial_info {
|
124 |
+
padding-top: 10px;
|
125 |
+
display: inline-block;
|
126 |
+
}
|
127 |
div.bws_pro_version {
|
128 |
padding: 5px 10px;
|
129 |
}
|
bws_menu/css/general_style_wp_before_3.8.css
CHANGED
@@ -119,6 +119,13 @@ table.bws_pro_version td {
|
|
119 |
float: left;
|
120 |
padding-top: 10px;
|
121 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
div.bws_pro_version {
|
123 |
padding: 5px 10px;
|
124 |
}
|
119 |
float: left;
|
120 |
padding-top: 10px;
|
121 |
}
|
122 |
+
.bws_pro_version_tooltip .bws_pro_links {
|
123 |
+
float: right;
|
124 |
+
}
|
125 |
+
.bws_pro_version_tooltip .bws_trial_info {
|
126 |
+
padding-top: 10px;
|
127 |
+
display: inline-block;
|
128 |
+
}
|
129 |
div.bws_pro_version {
|
130 |
padding: 5px 10px;
|
131 |
}
|
bws_menu/css/style.css
CHANGED
@@ -29,14 +29,24 @@ h4.bws_recommended {
|
|
29 |
color: #999;
|
30 |
font-weight: bold;
|
31 |
text-transform: uppercase;
|
32 |
-
font-size: 14px;
|
33 |
-
padding-left: 15px;
|
34 |
}
|
35 |
-
h4.bws_installed
|
36 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
}
|
38 |
-
h4.bws_recommended {
|
39 |
-
background:
|
|
|
|
|
|
|
40 |
}
|
41 |
.bws_product_box {
|
42 |
background: none repeat scroll 0 0 #FFFFFF;
|
@@ -76,11 +86,15 @@ h4.bws_recommended {
|
|
76 |
color: #fff;
|
77 |
}
|
78 |
.bws_product_icon_pro {
|
79 |
-
background:
|
|
|
|
|
|
|
|
|
80 |
height: 20px;
|
81 |
-
margin
|
82 |
position: relative;
|
83 |
-
|
84 |
}
|
85 |
.bws_product_description {
|
86 |
padding: 0 10px;
|
@@ -114,7 +128,7 @@ h4.bws_recommended {
|
|
114 |
padding: 7px 5px 8px;
|
115 |
font-size: 14px;
|
116 |
min-width: 103px;
|
117 |
-
display:
|
118 |
}
|
119 |
.bws_product_button:hover{
|
120 |
background: #008726;
|
@@ -136,4 +150,9 @@ h4.bws_recommended {
|
|
136 |
}
|
137 |
.bws_product_button.bws_donate_button:hover {
|
138 |
background: #D69108 !important;
|
|
|
|
|
|
|
|
|
|
|
139 |
}
|
29 |
color: #999;
|
30 |
font-weight: bold;
|
31 |
text-transform: uppercase;
|
32 |
+
font-size: 14px;
|
|
|
33 |
}
|
34 |
+
h4.bws_installed:before,
|
35 |
+
h4.bws_recommended:before {
|
36 |
+
border-radius: 9px;
|
37 |
+
content: "";
|
38 |
+
display: inline-block;
|
39 |
+
height: 8px;
|
40 |
+
position: relative;
|
41 |
+
top: -1px;
|
42 |
+
width: 8px;
|
43 |
+
margin-right: 7px;
|
44 |
}
|
45 |
+
h4.bws_recommended:before {
|
46 |
+
background: #0074a2;
|
47 |
+
}
|
48 |
+
h4.bws_installed:before {
|
49 |
+
background: #00a22e;
|
50 |
}
|
51 |
.bws_product_box {
|
52 |
background: none repeat scroll 0 0 #FFFFFF;
|
86 |
color: #fff;
|
87 |
}
|
88 |
.bws_product_icon_pro {
|
89 |
+
background: #F26E50;
|
90 |
+
border-radius: 4px;
|
91 |
+
color: #FFF;
|
92 |
+
font-size: 15px;
|
93 |
+
font-weight: bold;
|
94 |
height: 20px;
|
95 |
+
margin: -9px auto -10px;
|
96 |
position: relative;
|
97 |
+
width: 46px;
|
98 |
}
|
99 |
.bws_product_description {
|
100 |
padding: 0 10px;
|
128 |
padding: 7px 5px 8px;
|
129 |
font-size: 14px;
|
130 |
min-width: 103px;
|
131 |
+
display: none;
|
132 |
}
|
133 |
.bws_product_button:hover{
|
134 |
background: #008726;
|
150 |
}
|
151 |
.bws_product_button.bws_donate_button:hover {
|
152 |
background: #D69108 !important;
|
153 |
+
}
|
154 |
+
|
155 |
+
/* theme page after WP 3.9 */
|
156 |
+
.toplevel_page_bws_plugins #availablethemes .theme-browser {
|
157 |
+
margin-top: 25px;
|
158 |
}
|
bws_menu/icons/bws-google-analytics.png
CHANGED
File without changes
|
bws_menu/icons/bws-google-maps.png
CHANGED
File without changes
|
bws_menu/icons/contact-form-multi.png
CHANGED
File without changes
|
bws_menu/icons/db-manager.png
ADDED
Binary file
|
bws_menu/icons/icon.png
DELETED
Binary file
|
bws_menu/icons/pro.png
DELETED
Binary file
|
bws_menu/icons/subscriber.png
CHANGED
File without changes
|
bws_menu/icons/user-role.png
ADDED
Binary file
|
bws_menu/js/bws_menu.js
CHANGED
@@ -17,9 +17,7 @@
|
|
17 |
});
|
18 |
max = max - parseInt( $( '.bws_product_links' ).css( 'padding-top' ) ) - parseInt( $( '.bws_product_links' ).css( 'padding-bottom' ) );
|
19 |
$( '.bws_product_links' ).css( 'height', max + 'px' );
|
20 |
-
|
21 |
-
$( '.bws_product_button' ).css( 'display', 'none' );
|
22 |
-
|
23 |
$( '.bws_product_box' ).hover( function() {
|
24 |
if ( $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).length > 0 ) {
|
25 |
$( this ).children( '.bws_product' ).addClass( 'bws_product_pro' );
|
17 |
});
|
18 |
max = max - parseInt( $( '.bws_product_links' ).css( 'padding-top' ) ) - parseInt( $( '.bws_product_links' ).css( 'padding-bottom' ) );
|
19 |
$( '.bws_product_links' ).css( 'height', max + 'px' );
|
20 |
+
|
|
|
|
|
21 |
$( '.bws_product_box' ).hover( function() {
|
22 |
if ( $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).length > 0 ) {
|
23 |
$( this ).children( '.bws_product' ).addClass( 'bws_product_pro' );
|
css/style.css
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
#fcbk_settings_form label code {
|
10 |
background: none;
|
11 |
}
|
12 |
-
|
13 |
clear: both;
|
14 |
height: 40px;
|
15 |
}
|
@@ -34,4 +34,4 @@
|
|
34 |
}
|
35 |
.fcbk_like iframe {
|
36 |
max-width: 450px;
|
37 |
-
}
|
9 |
#fcbk_settings_form label code {
|
10 |
background: none;
|
11 |
}
|
12 |
+
.fcbk_share {
|
13 |
clear: both;
|
14 |
height: 40px;
|
15 |
}
|
34 |
}
|
35 |
.fcbk_like iframe {
|
36 |
max-width: 450px;
|
37 |
+
}
|
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 |
*/
|
@@ -28,7 +28,8 @@ License: GPLv2 or later
|
|
28 |
if ( ! function_exists( 'fcbkbttn_add_pages' ) ) {
|
29 |
function fcbkbttn_add_pages() {
|
30 |
global $bstwbsftwppdtplgns_options, $wpmu, $bstwbsftwppdtplgns_added_menu;
|
31 |
-
$
|
|
|
32 |
$base = plugin_basename(__FILE__);
|
33 |
|
34 |
if ( ! isset( $bstwbsftwppdtplgns_options ) ) {
|
@@ -120,6 +121,7 @@ if ( ! function_exists( 'fcbkbttn_settings' ) ) {
|
|
120 |
'link' => '',
|
121 |
'my_page' => 1,
|
122 |
'like' => 1,
|
|
|
123 |
'where' => '',
|
124 |
'display_option' => '',
|
125 |
'count_icon' => 1,
|
@@ -209,6 +211,7 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
|
|
209 |
$fcbkbttn_options['display_option'] = $_REQUEST['fcbkbttn_display_option'];
|
210 |
$fcbkbttn_options['my_page'] = isset( $_REQUEST['fcbkbttn_my_page'] ) ? 1 : 0 ;
|
211 |
$fcbkbttn_options['like'] = isset( $_REQUEST['fcbkbttn_like'] ) ? 1 : 0 ;
|
|
|
212 |
$fcbkbttn_options['locale'] = $_REQUEST['fcbkbttn_locale'];
|
213 |
$fcbkbttn_options['html5'] = $_REQUEST['fcbkbttn_html5'];
|
214 |
if ( isset( $_FILES['uploadfile']['tmp_name'] ) && $_FILES['uploadfile']['tmp_name'] != "" ) {
|
@@ -394,10 +397,11 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
|
|
394 |
?>
|
395 |
<div class="wrap">
|
396 |
<div class="icon32 icon32-bws" id="icon-options-general"></div>
|
397 |
-
<h2><?php
|
398 |
<h2 class="nav-tab-wrapper">
|
399 |
<a class="nav-tab<?php if ( ! isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=facebook-button-plugin.php"><?php _e( 'Settings', 'facebook' ); ?></a>
|
400 |
<a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'extra' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=facebook-button-plugin.php&action=extra"><?php _e( 'Extra settings', 'facebook' ); ?></a>
|
|
|
401 |
<a class="nav-tab bws_go_pro_tab<?php if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=facebook-button-plugin.php&action=go_pro"><?php _e( 'Go PRO', 'facebook' ); ?></a>
|
402 |
</h2>
|
403 |
<div class="updated fade" <?php if ( empty( $message ) || "" != $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
|
@@ -415,26 +419,27 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
|
|
415 |
<tr valign="top">
|
416 |
<th scope="row"><?php _e( "Display button:", 'facebook' ); ?></th>
|
417 |
<td>
|
418 |
-
<label><input name='fcbkbttn_my_page' type='checkbox' value='1' <?php if ( 1 == $fcbkbttn_options['my_page'] ) echo 'checked="checked "'; ?>/> <?php
|
419 |
-
<label><input name='fcbkbttn_like' type='checkbox' value='1' <?php if ( 1 == $fcbkbttn_options['like'] ) echo 'checked="checked "'; ?>/> <?php
|
|
|
420 |
</td>
|
421 |
</tr>
|
422 |
<tr>
|
423 |
<th>
|
424 |
-
<?php
|
425 |
</th>
|
426 |
<td>
|
427 |
<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'; }">
|
428 |
-
<option <?php if ( 'standart' == $fcbkbttn_options['display_option'] ) echo 'selected="selected"'; ?> value="standart"><?php
|
429 |
<?php if ( $copy || 'custom' == $fcbkbttn_options['display_option'] ) { ?>
|
430 |
-
<option <?php if ( 'custom' == $fcbkbttn_options['display_option'] ) echo 'selected="selected"'; ?> value="custom"><?php
|
431 |
<?php } ?>
|
432 |
</select>
|
433 |
</td>
|
434 |
</tr>
|
435 |
<tr>
|
436 |
<th>
|
437 |
-
<?php
|
438 |
</th>
|
439 |
<td>
|
440 |
<img src="<?php echo $fcbkbttn_options['fb_img_link']; ?>" style="margin-left:2px;" />
|
@@ -442,32 +447,32 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
|
|
442 |
</tr>
|
443 |
<tr id="fcbkbttn_display_option_custom" <?php if ( 'custom' == $fcbkbttn_options['display_option'] ) { echo ( 'style="display:table-row"' ); } else { echo ( 'style="display:none"' ); } ?>>
|
444 |
<th scope="row">
|
445 |
-
<?php
|
446 |
</th>
|
447 |
<td>
|
448 |
<input type="hidden" name="MAX_FILE_SIZE" value="64000"/>
|
449 |
<input type="hidden" name="home" value="<?php echo ABSPATH ; ?>"/>
|
450 |
<input name="uploadfile" type="file" /><br />
|
451 |
-
<span style="color: rgb(136, 136, 136); font-size: 10px;"><?php
|
452 |
</td>
|
453 |
</tr>
|
454 |
<tr>
|
455 |
<th>
|
456 |
-
<?php
|
457 |
</th>
|
458 |
<td>
|
459 |
<select name="fcbkbttn_where" onchange="if ( this . value == 'shortcode' ) { getElementById ( 'shortcode' ) . style.display = 'inline'; } else { getElementById ( 'shortcode' ) . style.display = 'none'; }">
|
460 |
-
<option <?php if ( 'before' == $fcbkbttn_options['where'] ) echo 'selected="selected"'; ?> value="before"><?php
|
461 |
-
<option <?php if ( 'after' == $fcbkbttn_options['where'] ) echo 'selected="selected"'; ?> value="after"><?php
|
462 |
-
<option <?php if ( 'beforeandafter' == $fcbkbttn_options['where'] ) echo 'selected="selected"'; ?> value="beforeandafter"><?php
|
463 |
-
<option <?php if ( 'shortcode' == $fcbkbttn_options['where'] ) echo 'selected="selected"'; ?> value="shortcode"><?php
|
464 |
</select>
|
465 |
-
<span id="shortcode" style="color: rgb(136, 136, 136); font-size: 10px; <?php if ( $fcbkbttn_options['where'] == 'shortcode' ) { echo ( 'display:inline' ); } else { echo ( 'display:none' ); }?>"><?php
|
466 |
</td>
|
467 |
</tr>
|
468 |
<tr>
|
469 |
<th>
|
470 |
-
<?php
|
471 |
</th>
|
472 |
<td>
|
473 |
<select name="fcbkbttn_locale">
|
@@ -478,7 +483,7 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
|
|
478 |
echo '>' . esc_html ( $val ) . '</option>';
|
479 |
} ?>
|
480 |
</select>
|
481 |
-
<span id="shortcode" style="color: rgb(136, 136, 136); font-size: 10px; display:inline"><?php
|
482 |
</td>
|
483 |
</tr>
|
484 |
<tr valign="top">
|
@@ -486,7 +491,7 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
|
|
486 |
<td>
|
487 |
<label><input name='fcbkbttn_html5' type='radio' value='0' <?php if ( 0 == $fcbkbttn_options['html5'] ) echo 'checked="checked "'; ?> /><?php echo "<code><fb:like></code>"; ?></label><br />
|
488 |
<label><input name='fcbkbttn_html5' type='radio' value='1' <?php if ( 1 == $fcbkbttn_options['html5'] ) echo 'checked="checked "'; ?> /><?php echo "<code><div></code>"; ?></label>
|
489 |
-
<span style="color: rgb(136, 136, 136); font-size: 10px; display:inline">(<?php
|
490 |
</td>
|
491 |
</tr>
|
492 |
</table>
|
@@ -526,7 +531,7 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
|
|
526 |
</tr>
|
527 |
<tr valign="top">
|
528 |
<td colspan="2">
|
529 |
-
<img src="<?php echo plugins_url( 'images/pro_screen_1.png', __FILE__ ); ?>" alt="<?php _e( "Example of site pages
|
530 |
</td>
|
531 |
</tr>
|
532 |
<tr valign="top">
|
@@ -624,7 +629,7 @@ if ( ! function_exists( 'fcbkbttn_display_button' ) ) {
|
|
624 |
$fcbkbttn_where = $fcbkbttn_options['where'];
|
625 |
$permalink_post = get_permalink( $post->ID );
|
626 |
/* Button */
|
627 |
-
$button = '<div
|
628 |
$img = $fcbkbttn_options['fb_img_link'];
|
629 |
$url = $fcbkbttn_options['link'];
|
630 |
if ( 1 == $fcbkbttn_options['my_page'] ) {
|
@@ -635,12 +640,22 @@ if ( ! function_exists( 'fcbkbttn_display_button' ) ) {
|
|
635 |
</div>';
|
636 |
}
|
637 |
if ( 1 == $fcbkbttn_options['like'] ) {
|
638 |
-
$button .= '<div class="fcbk_like">
|
639 |
-
|
640 |
-
|
641 |
-
|
642 |
-
|
643 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
644 |
}
|
645 |
$button .= '</div>';
|
646 |
/* Indication where show Facebook Button depending on selected item in admin page. */
|
@@ -664,7 +679,7 @@ if ( ! function_exists( 'fcbkbttn_shortcode' ) ) {
|
|
664 |
global $post, $fcbkbttn_options;
|
665 |
$fcbkbttn_where = $fcbkbttn_options['where'];
|
666 |
$permalink_post = get_permalink( $post->ID );
|
667 |
-
$button = '<div
|
668 |
$img = $fcbkbttn_options['fb_img_link'];
|
669 |
$url = $fcbkbttn_options['link'];
|
670 |
if ( 1 == $fcbkbttn_options['my_page'] ) {
|
@@ -677,11 +692,28 @@ if ( ! function_exists( 'fcbkbttn_shortcode' ) ) {
|
|
677 |
if ( 1 == $fcbkbttn_options['like'] ) {
|
678 |
$button .= '<div class="fcbk_like">
|
679 |
<div id="fb-root"></div>
|
680 |
-
<script
|
681 |
-
|
682 |
-
|
683 |
-
|
684 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
685 |
}
|
686 |
$button .= '</div>';
|
687 |
return $button;
|
@@ -709,6 +741,22 @@ if ( ! function_exists( 'fcbkbttn_meta' ) ) {
|
|
709 |
}
|
710 |
}
|
711 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
712 |
/* Function is using to create action links on admin page. */
|
713 |
if ( ! function_exists( 'fcbkbttn_action_links' ) ) {
|
714 |
function fcbkbttn_action_links( $links, $file ) {
|
@@ -738,20 +786,14 @@ if ( ! function_exists ( 'fcbkbttn_links' ) ) {
|
|
738 |
}
|
739 |
/* End function fcbkbttn_links */
|
740 |
|
741 |
-
if ( ! function_exists( 'fcbkbttn_front_end_head' ) ) {
|
742 |
-
function fcbkbttn_front_end_head() {
|
743 |
-
global $fcbkbttn_options;
|
744 |
-
if ( 1 == $fcbkbttn_options['like'] && 'shortcode' != $fcbkbttn_options['where'] ) {
|
745 |
-
wp_enqueue_script( 'fcbk_fron_end_script', '//connect.facebook.net/' . $fcbkbttn_options['locale'] . '/all.js#appId=224313110927811&xfbml=1' );
|
746 |
-
}
|
747 |
-
}
|
748 |
-
}
|
749 |
-
|
750 |
if ( ! function_exists( 'fcbkbttn_admin_head' ) ) {
|
751 |
function fcbkbttn_admin_head() {
|
752 |
-
|
|
|
753 |
wp_enqueue_style( 'fcbk_stylesheet', plugins_url( 'css/style.css', __FILE__ ) );
|
754 |
-
wp_enqueue_script( 'fcbk_script', plugins_url( 'js/script.js', __FILE__ ) );
|
|
|
|
|
755 |
}
|
756 |
}
|
757 |
}
|
@@ -762,8 +804,11 @@ if ( ! function_exists ( 'fcbkbttn_plugin_banner' ) ) {
|
|
762 |
if ( 'plugins.php' == $hook_suffix ) {
|
763 |
global $fcbkbttn_plugin_info;
|
764 |
$banner_array = array(
|
|
|
|
|
765 |
array( 'pdtr_hide_banner_on_plugin_page', 'updater/updater.php', '1.12' ),
|
766 |
-
array( 'cntctfrmtdb_hide_banner_on_plugin_page', 'contact-form-to-db/contact_form_to_db.php', '1.2' ),
|
|
|
767 |
array( 'gglmps_hide_banner_on_plugin_page', 'bws-google-maps/bws-google-maps.php', '1.2' ),
|
768 |
array( 'fcbkbttn_hide_banner_on_plugin_page', 'facebook-button-plugin/facebook-button-plugin.php', '2.29' ),
|
769 |
array( 'twttr_hide_banner_on_plugin_page', 'twitter-plugin/twitter.php', '2.34' ),
|
@@ -839,8 +884,6 @@ if ( ! function_exists( 'fcbkbttn_delete_options' ) ) {
|
|
839 |
}
|
840 |
}
|
841 |
|
842 |
-
register_activation_hook( __FILE__, 'pdprdcts_activation_hook');
|
843 |
-
|
844 |
/* Calling a function add administrative menu. */
|
845 |
add_action( 'admin_menu', 'fcbkbttn_add_pages' );
|
846 |
/* Initialization */
|
@@ -851,7 +894,7 @@ add_action( 'wp_enqueue_scripts', 'fcbkbttn_admin_head' );
|
|
851 |
add_action( 'admin_enqueue_scripts', 'fcbkbttn_admin_head' );
|
852 |
/* Adding front-end stylesheets */
|
853 |
add_action( 'wp_head', 'fcbkbttn_meta' );
|
854 |
-
add_action( '
|
855 |
/* Add shortcode and plugin buttons */
|
856 |
add_shortcode( 'fb_button', 'fcbkbttn_shortcode' );
|
857 |
add_filter( 'the_content', 'fcbkbttn_display_button' );
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Put Facebook Button in to your post.
|
6 |
Author: BestWebSoft
|
7 |
+
Version: 2.31
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
28 |
if ( ! function_exists( 'fcbkbttn_add_pages' ) ) {
|
29 |
function fcbkbttn_add_pages() {
|
30 |
global $bstwbsftwppdtplgns_options, $wpmu, $bstwbsftwppdtplgns_added_menu;
|
31 |
+
$bws_menu_info = get_plugin_data( plugin_dir_path( __FILE__ ) . "bws_menu/bws_menu.php" );
|
32 |
+
$bws_menu_version = $bws_menu_info["Version"];
|
33 |
$base = plugin_basename(__FILE__);
|
34 |
|
35 |
if ( ! isset( $bstwbsftwppdtplgns_options ) ) {
|
121 |
'link' => '',
|
122 |
'my_page' => 1,
|
123 |
'like' => 1,
|
124 |
+
'share' => 0,
|
125 |
'where' => '',
|
126 |
'display_option' => '',
|
127 |
'count_icon' => 1,
|
211 |
$fcbkbttn_options['display_option'] = $_REQUEST['fcbkbttn_display_option'];
|
212 |
$fcbkbttn_options['my_page'] = isset( $_REQUEST['fcbkbttn_my_page'] ) ? 1 : 0 ;
|
213 |
$fcbkbttn_options['like'] = isset( $_REQUEST['fcbkbttn_like'] ) ? 1 : 0 ;
|
214 |
+
$fcbkbttn_options['share'] = isset( $_REQUEST['fcbkbttn_share'] ) ? 1 : 0 ;
|
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'] != "" ) {
|
397 |
?>
|
398 |
<div class="wrap">
|
399 |
<div class="icon32 icon32-bws" id="icon-options-general"></div>
|
400 |
+
<h2><?php _e( "Facebook Button Settings", 'facebook' ); ?></h2>
|
401 |
<h2 class="nav-tab-wrapper">
|
402 |
<a class="nav-tab<?php if ( ! isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=facebook-button-plugin.php"><?php _e( 'Settings', 'facebook' ); ?></a>
|
403 |
<a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'extra' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=facebook-button-plugin.php&action=extra"><?php _e( 'Extra settings', 'facebook' ); ?></a>
|
404 |
+
<a class="nav-tab" href="http://bestwebsoft.com/plugin/facebook-like-button-plugin/#faq" target="_blank" ><?php _e( 'FAQ', 'facebook' ); ?></a>
|
405 |
<a class="nav-tab bws_go_pro_tab<?php if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=facebook-button-plugin.php&action=go_pro"><?php _e( 'Go PRO', 'facebook' ); ?></a>
|
406 |
</h2>
|
407 |
<div class="updated fade" <?php if ( empty( $message ) || "" != $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
|
419 |
<tr valign="top">
|
420 |
<th scope="row"><?php _e( "Display button:", 'facebook' ); ?></th>
|
421 |
<td>
|
422 |
+
<label><input name='fcbkbttn_my_page' type='checkbox' value='1' <?php if ( 1 == $fcbkbttn_options['my_page'] ) echo 'checked="checked "'; ?>/> <?php _e( "My Page", 'facebook' ); ?></label><br />
|
423 |
+
<label><input name='fcbkbttn_like' type='checkbox' value='1' <?php if ( 1 == $fcbkbttn_options['like'] ) echo 'checked="checked "'; ?>/> <?php _e( "Like", 'facebook' ); ?></label><br />
|
424 |
+
<label><input name='fcbkbttn_share' type='checkbox' value='1' <?php if ( 1 == $fcbkbttn_options['share'] ) echo 'checked="checked "'; ?>/> <?php _e( "Share", 'facebook' ); ?></label>
|
425 |
</td>
|
426 |
</tr>
|
427 |
<tr>
|
428 |
<th>
|
429 |
+
<?php _e( "Choose display settings:", 'facebook' ); ?>
|
430 |
</th>
|
431 |
<td>
|
432 |
<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'; }">
|
433 |
+
<option <?php if ( 'standart' == $fcbkbttn_options['display_option'] ) echo 'selected="selected"'; ?> value="standart"><?php _e( "Standard Facebook image", 'facebook' ); ?></option>
|
434 |
<?php if ( $copy || 'custom' == $fcbkbttn_options['display_option'] ) { ?>
|
435 |
+
<option <?php if ( 'custom' == $fcbkbttn_options['display_option'] ) echo 'selected="selected"'; ?> value="custom"><?php _e( "Custom Facebook image", 'facebook' ); ?></option>
|
436 |
<?php } ?>
|
437 |
</select>
|
438 |
</td>
|
439 |
</tr>
|
440 |
<tr>
|
441 |
<th>
|
442 |
+
<?php _e( "Current image:", 'facebook' ); ?>
|
443 |
</th>
|
444 |
<td>
|
445 |
<img src="<?php echo $fcbkbttn_options['fb_img_link']; ?>" style="margin-left:2px;" />
|
447 |
</tr>
|
448 |
<tr id="fcbkbttn_display_option_custom" <?php if ( 'custom' == $fcbkbttn_options['display_option'] ) { echo ( 'style="display:table-row"' ); } else { echo ( 'style="display:none"' ); } ?>>
|
449 |
<th scope="row">
|
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>
|
458 |
</tr>
|
459 |
<tr>
|
460 |
<th>
|
461 |
+
<?php _e( "Facebook Button Position:", 'facebook' ); ?>
|
462 |
</th>
|
463 |
<td>
|
464 |
<select name="fcbkbttn_where" onchange="if ( this . value == 'shortcode' ) { getElementById ( 'shortcode' ) . style.display = 'inline'; } else { getElementById ( 'shortcode' ) . style.display = 'none'; }">
|
465 |
+
<option <?php if ( 'before' == $fcbkbttn_options['where'] ) echo 'selected="selected"'; ?> value="before"><?php _e( "Before", 'facebook' ); ?></option>
|
466 |
+
<option <?php if ( 'after' == $fcbkbttn_options['where'] ) echo 'selected="selected"'; ?> value="after"><?php _e( "After", 'facebook' ); ?></option>
|
467 |
+
<option <?php if ( 'beforeandafter' == $fcbkbttn_options['where'] ) echo 'selected="selected"'; ?> value="beforeandafter"><?php _e( "Before and After", 'facebook' ); ?></option>
|
468 |
+
<option <?php if ( 'shortcode' == $fcbkbttn_options['where'] ) echo 'selected="selected"'; ?> value="shortcode"><?php _e( "Shortcode", 'facebook' ); ?></option>
|
469 |
</select>
|
470 |
+
<span id="shortcode" style="color: rgb(136, 136, 136); font-size: 10px; <?php if ( $fcbkbttn_options['where'] == 'shortcode' ) { echo ( 'display:inline' ); } else { echo ( 'display:none' ); }?>"><?php _e( "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:", 'facebook' ); ?> [fb_button].</span>
|
471 |
</td>
|
472 |
</tr>
|
473 |
<tr>
|
474 |
<th>
|
475 |
+
<?php _e( "Facebook Button language:", 'facebook' ); ?>
|
476 |
</th>
|
477 |
<td>
|
478 |
<select name="fcbkbttn_locale">
|
483 |
echo '>' . esc_html ( $val ) . '</option>';
|
484 |
} ?>
|
485 |
</select>
|
486 |
+
<span id="shortcode" style="color: rgb(136, 136, 136); font-size: 10px; display:inline"><?php _e( "Change the language of Facebook Like Button", 'facebook' ); ?></span>
|
487 |
</td>
|
488 |
</tr>
|
489 |
<tr valign="top">
|
491 |
<td>
|
492 |
<label><input name='fcbkbttn_html5' type='radio' value='0' <?php if ( 0 == $fcbkbttn_options['html5'] ) echo 'checked="checked "'; ?> /><?php echo "<code><fb:like></code>"; ?></label><br />
|
493 |
<label><input name='fcbkbttn_html5' type='radio' value='1' <?php if ( 1 == $fcbkbttn_options['html5'] ) echo 'checked="checked "'; ?> /><?php echo "<code><div></code>"; ?></label>
|
494 |
+
<span style="color: rgb(136, 136, 136); font-size: 10px; display:inline">(<?php _e( "Use this tag to improve validation of your site", 'facebook' ); ?>)</span>
|
495 |
</td>
|
496 |
</tr>
|
497 |
</table>
|
531 |
</tr>
|
532 |
<tr valign="top">
|
533 |
<td colspan="2">
|
534 |
+
<img src="<?php echo plugins_url( 'images/pro_screen_1.png', __FILE__ ); ?>" alt="<?php _e( "Example of the site's pages tree", 'facebook' ); ?>" title="<?php _e( "Example of site pages' tree", 'facebook' ); ?>" />
|
535 |
</td>
|
536 |
</tr>
|
537 |
<tr valign="top">
|
629 |
$fcbkbttn_where = $fcbkbttn_options['where'];
|
630 |
$permalink_post = get_permalink( $post->ID );
|
631 |
/* Button */
|
632 |
+
$button = '<div class="fcbk_share">';
|
633 |
$img = $fcbkbttn_options['fb_img_link'];
|
634 |
$url = $fcbkbttn_options['link'];
|
635 |
if ( 1 == $fcbkbttn_options['my_page'] ) {
|
640 |
</div>';
|
641 |
}
|
642 |
if ( 1 == $fcbkbttn_options['like'] ) {
|
643 |
+
$button .= '<div class="fcbk_like">';
|
644 |
+
if ( 1 == $fcbkbttn_options['html5'] ) {
|
645 |
+
$button .= '<div class="fb-like" data-href="' . $permalink_post . '" data-layout="button_count" data-action="like" data-show-faces="false"';
|
646 |
+
if ( 1 == $fcbkbttn_options['share'] )
|
647 |
+
$button .= ' data-share="true"></div></div>';
|
648 |
+
else
|
649 |
+
$button .= ' data-share="false"></div></div>';
|
650 |
+
} else {
|
651 |
+
$button .= '<fb:like href="' . $permalink_post . '" layout="button_count" width="450" show_faces="false"';
|
652 |
+
if ( 1 == $fcbkbttn_options['share'] )
|
653 |
+
$button .= ' share="true"></fb:like></div>';
|
654 |
+
else
|
655 |
+
$button .= ' share="false"></fb:like></div>';
|
656 |
+
}
|
657 |
+
} else if ( 1 != $fcbkbttn_options['like'] && 1 == $fcbkbttn_options['share'] ) {
|
658 |
+
$button .= '<div class="fb-share-button" data-href="' . $permalink_post . '" data-type="button_count"></div>';
|
659 |
}
|
660 |
$button .= '</div>';
|
661 |
/* Indication where show Facebook Button depending on selected item in admin page. */
|
679 |
global $post, $fcbkbttn_options;
|
680 |
$fcbkbttn_where = $fcbkbttn_options['where'];
|
681 |
$permalink_post = get_permalink( $post->ID );
|
682 |
+
$button = '<div class="fcbk_share">';
|
683 |
$img = $fcbkbttn_options['fb_img_link'];
|
684 |
$url = $fcbkbttn_options['link'];
|
685 |
if ( 1 == $fcbkbttn_options['my_page'] ) {
|
692 |
if ( 1 == $fcbkbttn_options['like'] ) {
|
693 |
$button .= '<div class="fcbk_like">
|
694 |
<div id="fb-root"></div>
|
695 |
+
<script>(function(d, s, id) {
|
696 |
+
var js, fjs = d.getElementsByTagName(s)[0];
|
697 |
+
if (d.getElementById(id)) return;
|
698 |
+
js = d.createElement(s); js.id = id;
|
699 |
+
js.src = "//connect.facebook.net/' . $fcbkbttn_options['locale'] . '/sdk.js#xfbml=1&appId=1443946719181573&version=v2.0";
|
700 |
+
fjs.parentNode.insertBefore(js, fjs);
|
701 |
+
}(document, "script", "facebook-jssdk"));</script>';
|
702 |
+
if ( 1 == $fcbkbttn_options['html5'] ) {
|
703 |
+
$button .= '<div class="fb-like" data-href="' . $permalink_post . '" data-layout="button_count" data-action="like" data-show-faces="false"';
|
704 |
+
if ( 1 == $fcbkbttn_options['share'] )
|
705 |
+
$button .= ' data-share="true"></div></div>';
|
706 |
+
else
|
707 |
+
$button .= ' data-share="false"></div></div>';
|
708 |
+
} else {
|
709 |
+
$button .= '<fb:like href="' . $permalink_post . '" layout="button_count" width="450" show_faces="false"';
|
710 |
+
if ( 1 == $fcbkbttn_options['share'] )
|
711 |
+
$button .= ' share="true"></fb:like></div>';
|
712 |
+
else
|
713 |
+
$button .= ' share="false"></fb:like></div>';
|
714 |
+
}
|
715 |
+
} else if ( 1 != $fcbkbttn_options['like'] && 1 == $fcbkbttn_options['share'] ) {
|
716 |
+
$button .= '<div class="fb-share-button" data-href="' . $permalink_post . '" data-type="button_count"></div>';
|
717 |
}
|
718 |
$button .= '</div>';
|
719 |
return $button;
|
741 |
}
|
742 |
}
|
743 |
|
744 |
+
if ( ! function_exists( 'fcbkbttn_footer_script' ) ) {
|
745 |
+
function fcbkbttn_footer_script () {
|
746 |
+
global $fcbkbttn_options;
|
747 |
+
if ( ( 1 == $fcbkbttn_options['like'] || 1 == $fcbkbttn_options['share'] ) && 'shortcode' != $fcbkbttn_options['where'] ) {
|
748 |
+
echo '<div id="fb-root"></div>
|
749 |
+
<script>(function(d, s, id) {
|
750 |
+
var js, fjs = d.getElementsByTagName(s)[0];
|
751 |
+
if (d.getElementById(id)) return;
|
752 |
+
js = d.createElement(s); js.id = id;
|
753 |
+
js.src = "//connect.facebook.net/' . $fcbkbttn_options['locale'] . '/sdk.js#xfbml=1&appId=1443946719181573&version=v2.0";
|
754 |
+
fjs.parentNode.insertBefore(js, fjs);
|
755 |
+
}(document, "script", "facebook-jssdk"));</script>';
|
756 |
+
}
|
757 |
+
}
|
758 |
+
}
|
759 |
+
|
760 |
/* Function is using to create action links on admin page. */
|
761 |
if ( ! function_exists( 'fcbkbttn_action_links' ) ) {
|
762 |
function fcbkbttn_action_links( $links, $file ) {
|
786 |
}
|
787 |
/* End function fcbkbttn_links */
|
788 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
789 |
if ( ! function_exists( 'fcbkbttn_admin_head' ) ) {
|
790 |
function fcbkbttn_admin_head() {
|
791 |
+
global $fcbkbttn_options;
|
792 |
+
if ( ! is_admin() || ( isset( $_GET['page'] ) && "facebook-button-plugin.php" == $_GET['page'] ) ) {
|
793 |
wp_enqueue_style( 'fcbk_stylesheet', plugins_url( 'css/style.css', __FILE__ ) );
|
794 |
+
wp_enqueue_script( 'fcbk_script', plugins_url( 'js/script.js', __FILE__ ), array( 'jquery' ) );
|
795 |
+
if ( 1 == $fcbkbttn_options['like'] || 1 == $fcbkbttn_options['share'] )
|
796 |
+
wp_enqueue_script( 'fcbk_connect', '//connect.facebook.net/' . $fcbkbttn_options['locale'] . '/all.js' );
|
797 |
}
|
798 |
}
|
799 |
}
|
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' ),
|
810 |
+
array( 'cntctfrmtdb_hide_banner_on_plugin_page', 'contact-form-to-db/contact_form_to_db.php', '1.2' ),
|
811 |
+
array( 'cntctfrmmlt_hide_banner_on_plugin_page', 'contact-form-multi/contact-form-multi.php', '1.0.7' ),
|
812 |
array( 'gglmps_hide_banner_on_plugin_page', 'bws-google-maps/bws-google-maps.php', '1.2' ),
|
813 |
array( 'fcbkbttn_hide_banner_on_plugin_page', 'facebook-button-plugin/facebook-button-plugin.php', '2.29' ),
|
814 |
array( 'twttr_hide_banner_on_plugin_page', 'twitter-plugin/twitter.php', '2.34' ),
|
884 |
}
|
885 |
}
|
886 |
|
|
|
|
|
887 |
/* Calling a function add administrative menu. */
|
888 |
add_action( 'admin_menu', 'fcbkbttn_add_pages' );
|
889 |
/* Initialization */
|
894 |
add_action( 'admin_enqueue_scripts', 'fcbkbttn_admin_head' );
|
895 |
/* Adding front-end stylesheets */
|
896 |
add_action( 'wp_head', 'fcbkbttn_meta' );
|
897 |
+
add_action( 'wp_footer', 'fcbkbttn_footer_script' );
|
898 |
/* Add shortcode and plugin buttons */
|
899 |
add_shortcode( 'fb_button', 'fcbkbttn_shortcode' );
|
900 |
add_filter( 'the_content', 'fcbkbttn_display_button' );
|
languages/facebook-ar_AR.mo
DELETED
Binary file
|
languages/facebook-ar_AR.po
DELETED
@@ -1,378 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: facebook\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-04-14 12:41+0300\n"
|
6 |
-
"PO-Revision-Date: 2014-04-14 12:41+0300\n"
|
7 |
-
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
-
"Language-Team: Albayan Design Hani aladoli <info@albayan-design.com>\n"
|
9 |
-
"Language: ar\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
-
"X-Poedit-Basepath: ..\n"
|
15 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
-
"X-Generator: Poedit 1.5.4\n"
|
17 |
-
"X-Poedit-SearchPath-0: .\n"
|
18 |
-
|
19 |
-
#: facebook-button-plugin.php:72
|
20 |
-
#: facebook-button-plugin.php:397
|
21 |
-
#, fuzzy
|
22 |
-
msgid "Facebook Button Settings"
|
23 |
-
msgstr "اعدادات زر الفيس بوك"
|
24 |
-
|
25 |
-
#: facebook-button-plugin.php:72
|
26 |
-
#, fuzzy
|
27 |
-
msgid "Facebook Button"
|
28 |
-
msgstr "زر الفيس بوك"
|
29 |
-
|
30 |
-
#: facebook-button-plugin.php:188
|
31 |
-
msgid "requires"
|
32 |
-
msgstr ""
|
33 |
-
|
34 |
-
#: facebook-button-plugin.php:188
|
35 |
-
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: facebook-button-plugin.php:188
|
39 |
-
msgid "Back to the WordPress"
|
40 |
-
msgstr ""
|
41 |
-
|
42 |
-
#: facebook-button-plugin.php:188
|
43 |
-
#, fuzzy
|
44 |
-
msgid "Plugins page"
|
45 |
-
msgstr "Плагины BWS"
|
46 |
-
|
47 |
-
#: facebook-button-plugin.php:223
|
48 |
-
#, fuzzy
|
49 |
-
msgid "Settings saved"
|
50 |
-
msgstr "الاعدادات "
|
51 |
-
|
52 |
-
#: facebook-button-plugin.php:245
|
53 |
-
msgid "Error: File size > 32K"
|
54 |
-
msgstr "خطاء : حجم الملف : > 32К"
|
55 |
-
|
56 |
-
#: facebook-button-plugin.php:248
|
57 |
-
msgid "Error: Invalid file type"
|
58 |
-
msgstr "خطاء : نوع الملف غير صحيح"
|
59 |
-
|
60 |
-
#: facebook-button-plugin.php:256
|
61 |
-
msgid "Error: moving file failed"
|
62 |
-
msgstr "خطاء : فشل في نقل الملف"
|
63 |
-
|
64 |
-
#: facebook-button-plugin.php:259
|
65 |
-
msgid "Error: check image width or height"
|
66 |
-
msgstr "خطاء : تأكد من عرض وطول الصورة"
|
67 |
-
|
68 |
-
#: facebook-button-plugin.php:263
|
69 |
-
msgid "Uploading Error: check image properties"
|
70 |
-
msgstr "خطاء في الرفع : تأكد من خصائص الصورة"
|
71 |
-
|
72 |
-
#: facebook-button-plugin.php:288
|
73 |
-
#: facebook-button-plugin.php:327
|
74 |
-
msgid "Wrong license key"
|
75 |
-
msgstr ""
|
76 |
-
|
77 |
-
#: facebook-button-plugin.php:320
|
78 |
-
msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
|
79 |
-
msgstr ""
|
80 |
-
|
81 |
-
#: facebook-button-plugin.php:329
|
82 |
-
msgid "This license key is bind to another site"
|
83 |
-
msgstr ""
|
84 |
-
|
85 |
-
#: facebook-button-plugin.php:331
|
86 |
-
msgid "Unfortunately, you have exceeded the number of available tries. Please, upload the plugin manually."
|
87 |
-
msgstr ""
|
88 |
-
|
89 |
-
#: facebook-button-plugin.php:349
|
90 |
-
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
91 |
-
msgstr ""
|
92 |
-
|
93 |
-
#: facebook-button-plugin.php:355
|
94 |
-
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
95 |
-
msgstr ""
|
96 |
-
|
97 |
-
#: facebook-button-plugin.php:359
|
98 |
-
#: facebook-button-plugin.php:368
|
99 |
-
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
100 |
-
msgstr ""
|
101 |
-
|
102 |
-
#: facebook-button-plugin.php:372
|
103 |
-
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
|
104 |
-
msgstr ""
|
105 |
-
|
106 |
-
#: facebook-button-plugin.php:387
|
107 |
-
msgid "Please, enter Your license key"
|
108 |
-
msgstr ""
|
109 |
-
|
110 |
-
#: facebook-button-plugin.php:399
|
111 |
-
#: facebook-button-plugin.php:720
|
112 |
-
#: facebook-button-plugin.php:732
|
113 |
-
msgid "Settings"
|
114 |
-
msgstr "الاعدادات "
|
115 |
-
|
116 |
-
#: facebook-button-plugin.php:400
|
117 |
-
#, fuzzy
|
118 |
-
msgid "Extra settings"
|
119 |
-
msgstr "الاعدادات "
|
120 |
-
|
121 |
-
#: facebook-button-plugin.php:401
|
122 |
-
msgid "Go PRO"
|
123 |
-
msgstr ""
|
124 |
-
|
125 |
-
#: facebook-button-plugin.php:404
|
126 |
-
msgid "Notice:"
|
127 |
-
msgstr ""
|
128 |
-
|
129 |
-
#: facebook-button-plugin.php:404
|
130 |
-
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
131 |
-
msgstr ""
|
132 |
-
|
133 |
-
#: facebook-button-plugin.php:410
|
134 |
-
#, fuzzy
|
135 |
-
msgid "Your Facebook ID:"
|
136 |
-
msgstr "اسم حسابك علي الفيس بوك :"
|
137 |
-
|
138 |
-
#: facebook-button-plugin.php:416
|
139 |
-
msgid "Display button:"
|
140 |
-
msgstr "عرض الزر :"
|
141 |
-
|
142 |
-
#: facebook-button-plugin.php:418
|
143 |
-
msgid "My Page"
|
144 |
-
msgstr "صفحتي"
|
145 |
-
|
146 |
-
#: facebook-button-plugin.php:419
|
147 |
-
msgid "Like"
|
148 |
-
msgstr "اعجاب "
|
149 |
-
|
150 |
-
#: facebook-button-plugin.php:424
|
151 |
-
#, fuzzy
|
152 |
-
msgid "Choose display settings:"
|
153 |
-
msgstr "اختار خيار العرض :"
|
154 |
-
|
155 |
-
#: facebook-button-plugin.php:428
|
156 |
-
#, fuzzy
|
157 |
-
msgid "Standard Facebook image"
|
158 |
-
msgstr "صورة الفيس بوك الافتراضية "
|
159 |
-
|
160 |
-
#: facebook-button-plugin.php:430
|
161 |
-
#, fuzzy
|
162 |
-
msgid "Custom Facebook image"
|
163 |
-
msgstr "صورة خاصة للـ فيس بوك"
|
164 |
-
|
165 |
-
#: facebook-button-plugin.php:437
|
166 |
-
msgid "Current image:"
|
167 |
-
msgstr "الصورة الحالية : "
|
168 |
-
|
169 |
-
#: facebook-button-plugin.php:445
|
170 |
-
#, fuzzy
|
171 |
-
msgid "Facebook image:"
|
172 |
-
msgstr "صورة الفيس بوك : "
|
173 |
-
|
174 |
-
#: facebook-button-plugin.php:451
|
175 |
-
#, fuzzy
|
176 |
-
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
177 |
-
msgstr "Propiedades de la imagen: Ancho máx.: 100px; Alto máx.: 40px; Tamaño máx: 32Kb; Tipo de imagen: \"jpg\", \"jpeg\"."
|
178 |
-
|
179 |
-
#: facebook-button-plugin.php:456
|
180 |
-
#, fuzzy
|
181 |
-
msgid "Facebook Button Position:"
|
182 |
-
msgstr "مكان زر الفيس بوك :"
|
183 |
-
|
184 |
-
#: facebook-button-plugin.php:460
|
185 |
-
msgid "Before"
|
186 |
-
msgstr "قبل"
|
187 |
-
|
188 |
-
#: facebook-button-plugin.php:461
|
189 |
-
msgid "After"
|
190 |
-
msgstr "بعد"
|
191 |
-
|
192 |
-
#: facebook-button-plugin.php:462
|
193 |
-
msgid "Before and After"
|
194 |
-
msgstr "قبل و بعد"
|
195 |
-
|
196 |
-
#: facebook-button-plugin.php:463
|
197 |
-
msgid "Shortcode"
|
198 |
-
msgstr "الكود"
|
199 |
-
|
200 |
-
#: facebook-button-plugin.php:465
|
201 |
-
#, fuzzy
|
202 |
-
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
203 |
-
msgstr "اذا كنت ترغب في اضافة زر الفيس بوك علي موقعك انسخ هذه الكود وضعه في المكان المراد ظهور الزر فيه"
|
204 |
-
|
205 |
-
#: facebook-button-plugin.php:470
|
206 |
-
#, fuzzy
|
207 |
-
msgid "Facebook Button language:"
|
208 |
-
msgstr "للغه زر الفيس بوك :"
|
209 |
-
|
210 |
-
#: facebook-button-plugin.php:481
|
211 |
-
#, fuzzy
|
212 |
-
msgid "Change the language of Facebook Like Button"
|
213 |
-
msgstr "اختار اللغه للـ زر الاغحاب"
|
214 |
-
|
215 |
-
#: facebook-button-plugin.php:485
|
216 |
-
msgid "Html tag for Like Button:"
|
217 |
-
msgstr ""
|
218 |
-
|
219 |
-
#: facebook-button-plugin.php:489
|
220 |
-
msgid "Use this tag to improve validation of your site"
|
221 |
-
msgstr ""
|
222 |
-
|
223 |
-
#: facebook-button-plugin.php:495
|
224 |
-
#: facebook-button-plugin.php:534
|
225 |
-
msgid "Save Changes"
|
226 |
-
msgstr "حفظ التغييرات"
|
227 |
-
|
228 |
-
#: facebook-button-plugin.php:501
|
229 |
-
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
230 |
-
msgstr ""
|
231 |
-
|
232 |
-
#: facebook-button-plugin.php:502
|
233 |
-
#, fuzzy
|
234 |
-
msgid "Rate the plugin"
|
235 |
-
msgstr "اضافات موصي بها"
|
236 |
-
|
237 |
-
#: facebook-button-plugin.php:505
|
238 |
-
msgid "If there is something wrong about it, please contact us"
|
239 |
-
msgstr ""
|
240 |
-
|
241 |
-
#: facebook-button-plugin.php:516
|
242 |
-
msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
|
243 |
-
msgstr ""
|
244 |
-
|
245 |
-
#: facebook-button-plugin.php:523
|
246 |
-
msgid "Show URL for pages"
|
247 |
-
msgstr ""
|
248 |
-
|
249 |
-
#: facebook-button-plugin.php:529
|
250 |
-
msgid "Example of site pages' tree"
|
251 |
-
msgstr ""
|
252 |
-
|
253 |
-
#: facebook-button-plugin.php:539
|
254 |
-
msgid "If you upgrade to Pro version all your settings will be saved."
|
255 |
-
msgstr ""
|
256 |
-
|
257 |
-
#: facebook-button-plugin.php:546
|
258 |
-
msgid "Unlock premium options by upgrading to a PRO version."
|
259 |
-
msgstr ""
|
260 |
-
|
261 |
-
#: facebook-button-plugin.php:547
|
262 |
-
#: facebook-button-plugin.php:813
|
263 |
-
msgid "Learn More"
|
264 |
-
msgstr ""
|
265 |
-
|
266 |
-
#: facebook-button-plugin.php:550
|
267 |
-
msgid "Go"
|
268 |
-
msgstr ""
|
269 |
-
|
270 |
-
#: facebook-button-plugin.php:562
|
271 |
-
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
272 |
-
msgstr ""
|
273 |
-
|
274 |
-
#: facebook-button-plugin.php:564
|
275 |
-
msgid "Please, go to"
|
276 |
-
msgstr ""
|
277 |
-
|
278 |
-
#: facebook-button-plugin.php:564
|
279 |
-
#, fuzzy
|
280 |
-
msgid "the setting page"
|
281 |
-
msgstr "الاعدادات "
|
282 |
-
|
283 |
-
#: facebook-button-plugin.php:565
|
284 |
-
msgid "You will be redirected automatically in 5 seconds."
|
285 |
-
msgstr ""
|
286 |
-
|
287 |
-
#: facebook-button-plugin.php:570
|
288 |
-
msgid "You can download and activate"
|
289 |
-
msgstr ""
|
290 |
-
|
291 |
-
#: facebook-button-plugin.php:572
|
292 |
-
msgid "version of this plugin by entering Your license key."
|
293 |
-
msgstr ""
|
294 |
-
|
295 |
-
#: facebook-button-plugin.php:574
|
296 |
-
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
297 |
-
msgstr ""
|
298 |
-
|
299 |
-
#: facebook-button-plugin.php:576
|
300 |
-
msgid "(your username is the email you specify when purchasing the product)."
|
301 |
-
msgstr ""
|
302 |
-
|
303 |
-
#: facebook-button-plugin.php:584
|
304 |
-
#: facebook-button-plugin.php:594
|
305 |
-
msgid "Go!"
|
306 |
-
msgstr ""
|
307 |
-
|
308 |
-
#: facebook-button-plugin.php:587
|
309 |
-
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
310 |
-
msgstr ""
|
311 |
-
|
312 |
-
#: facebook-button-plugin.php:733
|
313 |
-
msgid "FAQ"
|
314 |
-
msgstr "أسئلة وأجوبة"
|
315 |
-
|
316 |
-
#: facebook-button-plugin.php:734
|
317 |
-
msgid "Support"
|
318 |
-
msgstr "الدعم"
|
319 |
-
|
320 |
-
#: facebook-button-plugin.php:816
|
321 |
-
msgid "It's time to upgrade your <strong>Facebook Like Button</strong> to <strong>PRO</strong> version"
|
322 |
-
msgstr ""
|
323 |
-
|
324 |
-
#: facebook-button-plugin.php:817
|
325 |
-
msgid "Extend standard plugin functionality with new great options"
|
326 |
-
msgstr ""
|
327 |
-
|
328 |
-
#, fuzzy
|
329 |
-
#~ msgid "Memory usage"
|
330 |
-
#~ msgstr "صفحتي"
|
331 |
-
|
332 |
-
#~ msgid "Activated plugins"
|
333 |
-
#~ msgstr "الاضافات المفعله "
|
334 |
-
|
335 |
-
#~ msgid "Read more"
|
336 |
-
#~ msgstr "اقراء المزيد"
|
337 |
-
|
338 |
-
#~ msgid "Installed plugins"
|
339 |
-
#~ msgstr "الاضافات المنزلة "
|
340 |
-
|
341 |
-
#~ msgid "Recommended plugins"
|
342 |
-
#~ msgstr "اضافات موصي بها"
|
343 |
-
|
344 |
-
#~ msgid "Download"
|
345 |
-
#~ msgstr "تحميل"
|
346 |
-
|
347 |
-
#~ msgid "Install %s"
|
348 |
-
#~ msgstr "تنزيل %s"
|
349 |
-
|
350 |
-
#~ msgid "Install now from wordpress.org"
|
351 |
-
#~ msgstr "حملها الا من wordpress.org"
|
352 |
-
|
353 |
-
#, fuzzy
|
354 |
-
#~ msgid "Active Plugins"
|
355 |
-
#~ msgstr "الاضافات المفعله "
|
356 |
-
|
357 |
-
#, fuzzy
|
358 |
-
#~ msgid "Inactive Plugins"
|
359 |
-
#~ msgstr "الاضافات المفعله "
|
360 |
-
|
361 |
-
#, fuzzy
|
362 |
-
#~ msgid "Send to support"
|
363 |
-
#~ msgstr "الدعم"
|
364 |
-
|
365 |
-
#, fuzzy
|
366 |
-
#~ msgid ""
|
367 |
-
#~ "If you have any questions, please contact us via plugin@bestwebsoft.com "
|
368 |
-
#~ "or fill out the contact form on our website"
|
369 |
-
#~ msgstr ""
|
370 |
-
#~ "اذا كان لديك اي استفسار او سؤال الرجاء الاتصال بنا عبر بريدنا "
|
371 |
-
#~ "الالكتروني : contact us via plugin@bestwebsoft.com , او المراسلة "
|
372 |
-
#~ "الفورية من واجهة الاتصال بنا علي موقعنا الخاص"
|
373 |
-
|
374 |
-
#~ msgid "Options saved."
|
375 |
-
#~ msgstr "تم حفظ الاعدادات"
|
376 |
-
|
377 |
-
#~ msgid "Install Now"
|
378 |
-
#~ msgstr "Установить сейчас"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/facebook-es_ES.mo
DELETED
Binary file
|
languages/facebook-es_ES.po
DELETED
@@ -1,372 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: facebook\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-04-14 12:41+0300\n"
|
6 |
-
"PO-Revision-Date: 2014-04-14 12:41+0300\n"
|
7 |
-
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
-
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
9 |
-
"Language: es_ES\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
-
"X-Poedit-Basepath: ..\n"
|
15 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
-
"X-Generator: Poedit 1.5.4\n"
|
17 |
-
"X-Poedit-SearchPath-0: .\n"
|
18 |
-
|
19 |
-
#: facebook-button-plugin.php:72
|
20 |
-
#: facebook-button-plugin.php:397
|
21 |
-
#, fuzzy
|
22 |
-
msgid "Facebook Button Settings"
|
23 |
-
msgstr "Opciones del botón de Facebook"
|
24 |
-
|
25 |
-
#: facebook-button-plugin.php:72
|
26 |
-
#, fuzzy
|
27 |
-
msgid "Facebook Button"
|
28 |
-
msgstr "Botón FaceBook"
|
29 |
-
|
30 |
-
#: facebook-button-plugin.php:188
|
31 |
-
msgid "requires"
|
32 |
-
msgstr ""
|
33 |
-
|
34 |
-
#: facebook-button-plugin.php:188
|
35 |
-
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: facebook-button-plugin.php:188
|
39 |
-
msgid "Back to the WordPress"
|
40 |
-
msgstr ""
|
41 |
-
|
42 |
-
#: facebook-button-plugin.php:188
|
43 |
-
#, fuzzy
|
44 |
-
msgid "Plugins page"
|
45 |
-
msgstr "Плагины BWS"
|
46 |
-
|
47 |
-
#: facebook-button-plugin.php:223
|
48 |
-
#, fuzzy
|
49 |
-
msgid "Settings saved"
|
50 |
-
msgstr "Opciones"
|
51 |
-
|
52 |
-
#: facebook-button-plugin.php:245
|
53 |
-
msgid "Error: File size > 32K"
|
54 |
-
msgstr "Error: Archivo > 32К"
|
55 |
-
|
56 |
-
#: facebook-button-plugin.php:248
|
57 |
-
msgid "Error: Invalid file type"
|
58 |
-
msgstr "error: Tipo de archivo no válido"
|
59 |
-
|
60 |
-
#: facebook-button-plugin.php:256
|
61 |
-
msgid "Error: moving file failed"
|
62 |
-
msgstr "Error: Fallo moviendo el archivo"
|
63 |
-
|
64 |
-
#: facebook-button-plugin.php:259
|
65 |
-
msgid "Error: check image width or height"
|
66 |
-
msgstr "Error: Revisa el alto o ancho de la imagen"
|
67 |
-
|
68 |
-
#: facebook-button-plugin.php:263
|
69 |
-
msgid "Uploading Error: check image properties"
|
70 |
-
msgstr "Error de subida: Revisa las propiedades de la imagen"
|
71 |
-
|
72 |
-
#: facebook-button-plugin.php:288
|
73 |
-
#: facebook-button-plugin.php:327
|
74 |
-
msgid "Wrong license key"
|
75 |
-
msgstr ""
|
76 |
-
|
77 |
-
#: facebook-button-plugin.php:320
|
78 |
-
msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
|
79 |
-
msgstr ""
|
80 |
-
|
81 |
-
#: facebook-button-plugin.php:329
|
82 |
-
msgid "This license key is bind to another site"
|
83 |
-
msgstr ""
|
84 |
-
|
85 |
-
#: facebook-button-plugin.php:331
|
86 |
-
msgid "Unfortunately, you have exceeded the number of available tries. Please, upload the plugin manually."
|
87 |
-
msgstr ""
|
88 |
-
|
89 |
-
#: facebook-button-plugin.php:349
|
90 |
-
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
91 |
-
msgstr ""
|
92 |
-
|
93 |
-
#: facebook-button-plugin.php:355
|
94 |
-
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
95 |
-
msgstr ""
|
96 |
-
|
97 |
-
#: facebook-button-plugin.php:359
|
98 |
-
#: facebook-button-plugin.php:368
|
99 |
-
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
100 |
-
msgstr ""
|
101 |
-
|
102 |
-
#: facebook-button-plugin.php:372
|
103 |
-
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
|
104 |
-
msgstr ""
|
105 |
-
|
106 |
-
#: facebook-button-plugin.php:387
|
107 |
-
msgid "Please, enter Your license key"
|
108 |
-
msgstr ""
|
109 |
-
|
110 |
-
#: facebook-button-plugin.php:399
|
111 |
-
#: facebook-button-plugin.php:720
|
112 |
-
#: facebook-button-plugin.php:732
|
113 |
-
msgid "Settings"
|
114 |
-
msgstr "Opciones"
|
115 |
-
|
116 |
-
#: facebook-button-plugin.php:400
|
117 |
-
#, fuzzy
|
118 |
-
msgid "Extra settings"
|
119 |
-
msgstr "Opciones"
|
120 |
-
|
121 |
-
#: facebook-button-plugin.php:401
|
122 |
-
msgid "Go PRO"
|
123 |
-
msgstr ""
|
124 |
-
|
125 |
-
#: facebook-button-plugin.php:404
|
126 |
-
msgid "Notice:"
|
127 |
-
msgstr ""
|
128 |
-
|
129 |
-
#: facebook-button-plugin.php:404
|
130 |
-
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
131 |
-
msgstr ""
|
132 |
-
|
133 |
-
#: facebook-button-plugin.php:410
|
134 |
-
#, fuzzy
|
135 |
-
msgid "Your Facebook ID:"
|
136 |
-
msgstr "Su FaceBook Id:"
|
137 |
-
|
138 |
-
#: facebook-button-plugin.php:416
|
139 |
-
msgid "Display button:"
|
140 |
-
msgstr ""
|
141 |
-
|
142 |
-
#: facebook-button-plugin.php:418
|
143 |
-
msgid "My Page"
|
144 |
-
msgstr ""
|
145 |
-
|
146 |
-
#: facebook-button-plugin.php:419
|
147 |
-
msgid "Like"
|
148 |
-
msgstr ""
|
149 |
-
|
150 |
-
#: facebook-button-plugin.php:424
|
151 |
-
#, fuzzy
|
152 |
-
msgid "Choose display settings:"
|
153 |
-
msgstr "Seleccione opciones de visualización:"
|
154 |
-
|
155 |
-
#: facebook-button-plugin.php:428
|
156 |
-
#, fuzzy
|
157 |
-
msgid "Standard Facebook image"
|
158 |
-
msgstr "Imagen estandar de FaceBook"
|
159 |
-
|
160 |
-
#: facebook-button-plugin.php:430
|
161 |
-
#, fuzzy
|
162 |
-
msgid "Custom Facebook image"
|
163 |
-
msgstr "Imagen personalizada de FaceBook"
|
164 |
-
|
165 |
-
#: facebook-button-plugin.php:437
|
166 |
-
msgid "Current image:"
|
167 |
-
msgstr "Imagen actual:"
|
168 |
-
|
169 |
-
#: facebook-button-plugin.php:445
|
170 |
-
#, fuzzy
|
171 |
-
msgid "Facebook image:"
|
172 |
-
msgstr "Imagen de FaceBook:"
|
173 |
-
|
174 |
-
#: facebook-button-plugin.php:451
|
175 |
-
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
176 |
-
msgstr "Propiedades de la imagen: Ancho máx.: 100px; Alto máx.: 40px; Tamaño máx: 32Kb; Tipo de imagen: \"jpg\", \"jpeg\", \"png\"."
|
177 |
-
|
178 |
-
#: facebook-button-plugin.php:456
|
179 |
-
#, fuzzy
|
180 |
-
msgid "Facebook Button Position:"
|
181 |
-
msgstr "Posición del botón Facebook:"
|
182 |
-
|
183 |
-
#: facebook-button-plugin.php:460
|
184 |
-
msgid "Before"
|
185 |
-
msgstr "Antes"
|
186 |
-
|
187 |
-
#: facebook-button-plugin.php:461
|
188 |
-
msgid "After"
|
189 |
-
msgstr "Después"
|
190 |
-
|
191 |
-
#: facebook-button-plugin.php:462
|
192 |
-
msgid "Before and After"
|
193 |
-
msgstr "Antes y después"
|
194 |
-
|
195 |
-
#: facebook-button-plugin.php:463
|
196 |
-
msgid "Shortcode"
|
197 |
-
msgstr "Shortcode"
|
198 |
-
|
199 |
-
#: facebook-button-plugin.php:465
|
200 |
-
#, fuzzy
|
201 |
-
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
202 |
-
msgstr "Si desea agregar un botón de Facebook para su sitio web, sólo tiene que copiar y pegar el código en su web o la página:"
|
203 |
-
|
204 |
-
#: facebook-button-plugin.php:470
|
205 |
-
#, fuzzy
|
206 |
-
msgid "Facebook Button language:"
|
207 |
-
msgstr "Botón FaceBook"
|
208 |
-
|
209 |
-
#: facebook-button-plugin.php:481
|
210 |
-
msgid "Change the language of Facebook Like Button"
|
211 |
-
msgstr ""
|
212 |
-
|
213 |
-
#: facebook-button-plugin.php:485
|
214 |
-
msgid "Html tag for Like Button:"
|
215 |
-
msgstr ""
|
216 |
-
|
217 |
-
#: facebook-button-plugin.php:489
|
218 |
-
msgid "Use this tag to improve validation of your site"
|
219 |
-
msgstr ""
|
220 |
-
|
221 |
-
#: facebook-button-plugin.php:495
|
222 |
-
#: facebook-button-plugin.php:534
|
223 |
-
msgid "Save Changes"
|
224 |
-
msgstr ""
|
225 |
-
|
226 |
-
#: facebook-button-plugin.php:501
|
227 |
-
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
228 |
-
msgstr ""
|
229 |
-
|
230 |
-
#: facebook-button-plugin.php:502
|
231 |
-
#, fuzzy
|
232 |
-
msgid "Rate the plugin"
|
233 |
-
msgstr "Plugins recomendados"
|
234 |
-
|
235 |
-
#: facebook-button-plugin.php:505
|
236 |
-
msgid "If there is something wrong about it, please contact us"
|
237 |
-
msgstr ""
|
238 |
-
|
239 |
-
#: facebook-button-plugin.php:516
|
240 |
-
msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
|
241 |
-
msgstr ""
|
242 |
-
|
243 |
-
#: facebook-button-plugin.php:523
|
244 |
-
msgid "Show URL for pages"
|
245 |
-
msgstr ""
|
246 |
-
|
247 |
-
#: facebook-button-plugin.php:529
|
248 |
-
msgid "Example of site pages' tree"
|
249 |
-
msgstr ""
|
250 |
-
|
251 |
-
#: facebook-button-plugin.php:539
|
252 |
-
msgid "If you upgrade to Pro version all your settings will be saved."
|
253 |
-
msgstr ""
|
254 |
-
|
255 |
-
#: facebook-button-plugin.php:546
|
256 |
-
msgid "Unlock premium options by upgrading to a PRO version."
|
257 |
-
msgstr ""
|
258 |
-
|
259 |
-
#: facebook-button-plugin.php:547
|
260 |
-
#: facebook-button-plugin.php:813
|
261 |
-
msgid "Learn More"
|
262 |
-
msgstr ""
|
263 |
-
|
264 |
-
#: facebook-button-plugin.php:550
|
265 |
-
msgid "Go"
|
266 |
-
msgstr ""
|
267 |
-
|
268 |
-
#: facebook-button-plugin.php:562
|
269 |
-
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
270 |
-
msgstr ""
|
271 |
-
|
272 |
-
#: facebook-button-plugin.php:564
|
273 |
-
msgid "Please, go to"
|
274 |
-
msgstr ""
|
275 |
-
|
276 |
-
#: facebook-button-plugin.php:564
|
277 |
-
#, fuzzy
|
278 |
-
msgid "the setting page"
|
279 |
-
msgstr "Opciones"
|
280 |
-
|
281 |
-
#: facebook-button-plugin.php:565
|
282 |
-
msgid "You will be redirected automatically in 5 seconds."
|
283 |
-
msgstr ""
|
284 |
-
|
285 |
-
#: facebook-button-plugin.php:570
|
286 |
-
msgid "You can download and activate"
|
287 |
-
msgstr ""
|
288 |
-
|
289 |
-
#: facebook-button-plugin.php:572
|
290 |
-
msgid "version of this plugin by entering Your license key."
|
291 |
-
msgstr ""
|
292 |
-
|
293 |
-
#: facebook-button-plugin.php:574
|
294 |
-
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
295 |
-
msgstr ""
|
296 |
-
|
297 |
-
#: facebook-button-plugin.php:576
|
298 |
-
msgid "(your username is the email you specify when purchasing the product)."
|
299 |
-
msgstr ""
|
300 |
-
|
301 |
-
#: facebook-button-plugin.php:584
|
302 |
-
#: facebook-button-plugin.php:594
|
303 |
-
msgid "Go!"
|
304 |
-
msgstr ""
|
305 |
-
|
306 |
-
#: facebook-button-plugin.php:587
|
307 |
-
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
308 |
-
msgstr ""
|
309 |
-
|
310 |
-
#: facebook-button-plugin.php:733
|
311 |
-
msgid "FAQ"
|
312 |
-
msgstr "FAQ"
|
313 |
-
|
314 |
-
#: facebook-button-plugin.php:734
|
315 |
-
msgid "Support"
|
316 |
-
msgstr "Soporte"
|
317 |
-
|
318 |
-
#: facebook-button-plugin.php:816
|
319 |
-
msgid "It's time to upgrade your <strong>Facebook Like Button</strong> to <strong>PRO</strong> version"
|
320 |
-
msgstr ""
|
321 |
-
|
322 |
-
#: facebook-button-plugin.php:817
|
323 |
-
msgid "Extend standard plugin functionality with new great options"
|
324 |
-
msgstr ""
|
325 |
-
|
326 |
-
#~ msgid "Activated plugins"
|
327 |
-
#~ msgstr "Plugins activados"
|
328 |
-
|
329 |
-
#~ msgid "Read more"
|
330 |
-
#~ msgstr "Leer mas"
|
331 |
-
|
332 |
-
#~ msgid "Installed plugins"
|
333 |
-
#~ msgstr "Plugins instalados"
|
334 |
-
|
335 |
-
#~ msgid "Recommended plugins"
|
336 |
-
#~ msgstr "Plugins recomendados"
|
337 |
-
|
338 |
-
#~ msgid "Download"
|
339 |
-
#~ msgstr "Descargar"
|
340 |
-
|
341 |
-
#~ msgid "Install %s"
|
342 |
-
#~ msgstr "Instalar %s"
|
343 |
-
|
344 |
-
#~ msgid "Install now from wordpress.org"
|
345 |
-
#~ msgstr "Instalar ahora desde wordpress.org"
|
346 |
-
|
347 |
-
#, fuzzy
|
348 |
-
#~ msgid "Active Plugins"
|
349 |
-
#~ msgstr "Plugins activados"
|
350 |
-
|
351 |
-
#, fuzzy
|
352 |
-
#~ msgid "Inactive Plugins"
|
353 |
-
#~ msgstr "Plugins activados"
|
354 |
-
|
355 |
-
#, fuzzy
|
356 |
-
#~ msgid "Send to support"
|
357 |
-
#~ msgstr "Soporte"
|
358 |
-
|
359 |
-
#, fuzzy
|
360 |
-
#~ msgid ""
|
361 |
-
#~ "If you have any questions, please contact us via plugin@bestwebsoft.com "
|
362 |
-
#~ "or fill out the contact form on our website"
|
363 |
-
#~ msgstr ""
|
364 |
-
#~ "Si tiene alguna pregunta, por favor contacte con nosotros via "
|
365 |
-
#~ "plugin@bestwebsoft.com o rellenando el formulariod e contacto de nuestra "
|
366 |
-
#~ "web"
|
367 |
-
|
368 |
-
#~ msgid "Options saved."
|
369 |
-
#~ msgstr "Opciones guardadas"
|
370 |
-
|
371 |
-
#~ msgid "Install Now"
|
372 |
-
#~ msgstr "Установить сейчас"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/facebook-fa_IR.mo
DELETED
Binary file
|
languages/facebook-fa_IR.po
DELETED
@@ -1,377 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: facebook\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-04-14 12:41+0300\n"
|
6 |
-
"PO-Revision-Date: 2014-04-14 12:41+0300\n"
|
7 |
-
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
-
"Language-Team: Milad Ahmadipour <milad.contact@gmail.com>\n"
|
9 |
-
"Language: fa\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
-
"X-Poedit-Basepath: ..\n"
|
15 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Generator: Poedit 1.5.4\n"
|
17 |
-
"X-Poedit-SearchPath-0: .\n"
|
18 |
-
|
19 |
-
#: facebook-button-plugin.php:72
|
20 |
-
#: facebook-button-plugin.php:397
|
21 |
-
#, fuzzy
|
22 |
-
msgid "Facebook Button Settings"
|
23 |
-
msgstr "اختیارات دکمه فیسبوک"
|
24 |
-
|
25 |
-
#: facebook-button-plugin.php:72
|
26 |
-
#, fuzzy
|
27 |
-
msgid "Facebook Button"
|
28 |
-
msgstr "دکمه فیسبوک"
|
29 |
-
|
30 |
-
#: facebook-button-plugin.php:188
|
31 |
-
msgid "requires"
|
32 |
-
msgstr ""
|
33 |
-
|
34 |
-
#: facebook-button-plugin.php:188
|
35 |
-
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: facebook-button-plugin.php:188
|
39 |
-
msgid "Back to the WordPress"
|
40 |
-
msgstr ""
|
41 |
-
|
42 |
-
#: facebook-button-plugin.php:188
|
43 |
-
#, fuzzy
|
44 |
-
msgid "Plugins page"
|
45 |
-
msgstr "پلاگین BWS"
|
46 |
-
|
47 |
-
#: facebook-button-plugin.php:223
|
48 |
-
#, fuzzy
|
49 |
-
msgid "Settings saved"
|
50 |
-
msgstr "تنظیمات "
|
51 |
-
|
52 |
-
#: facebook-button-plugin.php:245
|
53 |
-
msgid "Error: File size > 32K"
|
54 |
-
msgstr "خطا : حجم فایل بیشتر از : > 32К"
|
55 |
-
|
56 |
-
#: facebook-button-plugin.php:248
|
57 |
-
msgid "Error: Invalid file type"
|
58 |
-
msgstr "خطا : نوع فایل صحیح نیست"
|
59 |
-
|
60 |
-
#: facebook-button-plugin.php:256
|
61 |
-
msgid "Error: moving file failed"
|
62 |
-
msgstr "خطا : حرکت فایل شکست خورد"
|
63 |
-
|
64 |
-
#: facebook-button-plugin.php:259
|
65 |
-
msgid "Error: check image width or height"
|
66 |
-
msgstr "خطا : لطفا طول و عرض تصویر را چک کنید"
|
67 |
-
|
68 |
-
#: facebook-button-plugin.php:263
|
69 |
-
msgid "Uploading Error: check image properties"
|
70 |
-
msgstr "خطای آپلود : لطفا خصوصیات تصویر را چک کنید"
|
71 |
-
|
72 |
-
#: facebook-button-plugin.php:288
|
73 |
-
#: facebook-button-plugin.php:327
|
74 |
-
msgid "Wrong license key"
|
75 |
-
msgstr ""
|
76 |
-
|
77 |
-
#: facebook-button-plugin.php:320
|
78 |
-
msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
|
79 |
-
msgstr ""
|
80 |
-
|
81 |
-
#: facebook-button-plugin.php:329
|
82 |
-
msgid "This license key is bind to another site"
|
83 |
-
msgstr ""
|
84 |
-
|
85 |
-
#: facebook-button-plugin.php:331
|
86 |
-
msgid "Unfortunately, you have exceeded the number of available tries. Please, upload the plugin manually."
|
87 |
-
msgstr ""
|
88 |
-
|
89 |
-
#: facebook-button-plugin.php:349
|
90 |
-
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
91 |
-
msgstr ""
|
92 |
-
|
93 |
-
#: facebook-button-plugin.php:355
|
94 |
-
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
95 |
-
msgstr ""
|
96 |
-
|
97 |
-
#: facebook-button-plugin.php:359
|
98 |
-
#: facebook-button-plugin.php:368
|
99 |
-
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
100 |
-
msgstr ""
|
101 |
-
|
102 |
-
#: facebook-button-plugin.php:372
|
103 |
-
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
|
104 |
-
msgstr ""
|
105 |
-
|
106 |
-
#: facebook-button-plugin.php:387
|
107 |
-
msgid "Please, enter Your license key"
|
108 |
-
msgstr ""
|
109 |
-
|
110 |
-
#: facebook-button-plugin.php:399
|
111 |
-
#: facebook-button-plugin.php:720
|
112 |
-
#: facebook-button-plugin.php:732
|
113 |
-
msgid "Settings"
|
114 |
-
msgstr "تنظیمات "
|
115 |
-
|
116 |
-
#: facebook-button-plugin.php:400
|
117 |
-
#, fuzzy
|
118 |
-
msgid "Extra settings"
|
119 |
-
msgstr "تنظیمات "
|
120 |
-
|
121 |
-
#: facebook-button-plugin.php:401
|
122 |
-
msgid "Go PRO"
|
123 |
-
msgstr ""
|
124 |
-
|
125 |
-
#: facebook-button-plugin.php:404
|
126 |
-
msgid "Notice:"
|
127 |
-
msgstr ""
|
128 |
-
|
129 |
-
#: facebook-button-plugin.php:404
|
130 |
-
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
131 |
-
msgstr ""
|
132 |
-
|
133 |
-
#: facebook-button-plugin.php:410
|
134 |
-
#, fuzzy
|
135 |
-
msgid "Your Facebook ID:"
|
136 |
-
msgstr "نام کاربری فیسبوک شما (کوتاه شده، برای نمونه این را ببینید : http://facebook.com/yourname)"
|
137 |
-
|
138 |
-
#: facebook-button-plugin.php:416
|
139 |
-
msgid "Display button:"
|
140 |
-
msgstr "نمایش دکمه های :"
|
141 |
-
|
142 |
-
#: facebook-button-plugin.php:418
|
143 |
-
msgid "My Page"
|
144 |
-
msgstr "صفحه من"
|
145 |
-
|
146 |
-
#: facebook-button-plugin.php:419
|
147 |
-
msgid "Like"
|
148 |
-
msgstr "پسندیدم "
|
149 |
-
|
150 |
-
#: facebook-button-plugin.php:424
|
151 |
-
#, fuzzy
|
152 |
-
msgid "Choose display settings:"
|
153 |
-
msgstr "لطفا نحوه نمایش را انتخاب کنید"
|
154 |
-
|
155 |
-
#: facebook-button-plugin.php:428
|
156 |
-
#, fuzzy
|
157 |
-
msgid "Standard Facebook image"
|
158 |
-
msgstr " تصویر استاندارد فیسبوک "
|
159 |
-
|
160 |
-
#: facebook-button-plugin.php:430
|
161 |
-
#, fuzzy
|
162 |
-
msgid "Custom Facebook image"
|
163 |
-
msgstr "آپلود از کامپیوتر شما"
|
164 |
-
|
165 |
-
#: facebook-button-plugin.php:437
|
166 |
-
msgid "Current image:"
|
167 |
-
msgstr "تصویر کنونی :"
|
168 |
-
|
169 |
-
#: facebook-button-plugin.php:445
|
170 |
-
#, fuzzy
|
171 |
-
msgid "Facebook image:"
|
172 |
-
msgstr "تصویر فیسبوک : "
|
173 |
-
|
174 |
-
#: facebook-button-plugin.php:451
|
175 |
-
#, fuzzy
|
176 |
-
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
177 |
-
msgstr "خصوصیات عکس: حداکثر طول عکس:100px; حد اکثر عرض عکس:40px; حد اکثر حجم فایل:32Kb; نوع فایل: \"jpg\", \"jpeg\"."
|
178 |
-
|
179 |
-
#: facebook-button-plugin.php:456
|
180 |
-
#, fuzzy
|
181 |
-
msgid "Facebook Button Position:"
|
182 |
-
msgstr "محل دکمه فیسبوک :"
|
183 |
-
|
184 |
-
#: facebook-button-plugin.php:460
|
185 |
-
msgid "Before"
|
186 |
-
msgstr "قبل"
|
187 |
-
|
188 |
-
#: facebook-button-plugin.php:461
|
189 |
-
msgid "After"
|
190 |
-
msgstr "بعد"
|
191 |
-
|
192 |
-
#: facebook-button-plugin.php:462
|
193 |
-
msgid "Before and After"
|
194 |
-
msgstr "قبل و بعد"
|
195 |
-
|
196 |
-
#: facebook-button-plugin.php:463
|
197 |
-
msgid "Shortcode"
|
198 |
-
msgstr "کد کوتاه"
|
199 |
-
|
200 |
-
#: facebook-button-plugin.php:465
|
201 |
-
#, fuzzy
|
202 |
-
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
203 |
-
msgstr "در صورتی که میخواهید دکمه لایک به سایت شما اظافه شود، کد کوتاه را در صفحه پست و ... کپی کنید"
|
204 |
-
|
205 |
-
#: facebook-button-plugin.php:470
|
206 |
-
#, fuzzy
|
207 |
-
msgid "Facebook Button language:"
|
208 |
-
msgstr "زبان دکمه فیسبوک :"
|
209 |
-
|
210 |
-
#: facebook-button-plugin.php:481
|
211 |
-
#, fuzzy
|
212 |
-
msgid "Change the language of Facebook Like Button"
|
213 |
-
msgstr "زبان دکمه فیسبوک را انتخاب کنید"
|
214 |
-
|
215 |
-
#: facebook-button-plugin.php:485
|
216 |
-
msgid "Html tag for Like Button:"
|
217 |
-
msgstr ""
|
218 |
-
|
219 |
-
#: facebook-button-plugin.php:489
|
220 |
-
msgid "Use this tag to improve validation of your site"
|
221 |
-
msgstr ""
|
222 |
-
|
223 |
-
#: facebook-button-plugin.php:495
|
224 |
-
#: facebook-button-plugin.php:534
|
225 |
-
msgid "Save Changes"
|
226 |
-
msgstr "ذخیره تغییرات"
|
227 |
-
|
228 |
-
#: facebook-button-plugin.php:501
|
229 |
-
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
230 |
-
msgstr ""
|
231 |
-
|
232 |
-
#: facebook-button-plugin.php:502
|
233 |
-
#, fuzzy
|
234 |
-
msgid "Rate the plugin"
|
235 |
-
msgstr "پلاگین های پیشنهادی"
|
236 |
-
|
237 |
-
#: facebook-button-plugin.php:505
|
238 |
-
msgid "If there is something wrong about it, please contact us"
|
239 |
-
msgstr ""
|
240 |
-
|
241 |
-
#: facebook-button-plugin.php:516
|
242 |
-
msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
|
243 |
-
msgstr ""
|
244 |
-
|
245 |
-
#: facebook-button-plugin.php:523
|
246 |
-
msgid "Show URL for pages"
|
247 |
-
msgstr ""
|
248 |
-
|
249 |
-
#: facebook-button-plugin.php:529
|
250 |
-
msgid "Example of site pages' tree"
|
251 |
-
msgstr ""
|
252 |
-
|
253 |
-
#: facebook-button-plugin.php:539
|
254 |
-
msgid "If you upgrade to Pro version all your settings will be saved."
|
255 |
-
msgstr ""
|
256 |
-
|
257 |
-
#: facebook-button-plugin.php:546
|
258 |
-
msgid "Unlock premium options by upgrading to a PRO version."
|
259 |
-
msgstr ""
|
260 |
-
|
261 |
-
#: facebook-button-plugin.php:547
|
262 |
-
#: facebook-button-plugin.php:813
|
263 |
-
msgid "Learn More"
|
264 |
-
msgstr ""
|
265 |
-
|
266 |
-
#: facebook-button-plugin.php:550
|
267 |
-
msgid "Go"
|
268 |
-
msgstr ""
|
269 |
-
|
270 |
-
#: facebook-button-plugin.php:562
|
271 |
-
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
272 |
-
msgstr ""
|
273 |
-
|
274 |
-
#: facebook-button-plugin.php:564
|
275 |
-
msgid "Please, go to"
|
276 |
-
msgstr ""
|
277 |
-
|
278 |
-
#: facebook-button-plugin.php:564
|
279 |
-
#, fuzzy
|
280 |
-
msgid "the setting page"
|
281 |
-
msgstr "تنظیمات "
|
282 |
-
|
283 |
-
#: facebook-button-plugin.php:565
|
284 |
-
msgid "You will be redirected automatically in 5 seconds."
|
285 |
-
msgstr ""
|
286 |
-
|
287 |
-
#: facebook-button-plugin.php:570
|
288 |
-
msgid "You can download and activate"
|
289 |
-
msgstr ""
|
290 |
-
|
291 |
-
#: facebook-button-plugin.php:572
|
292 |
-
msgid "version of this plugin by entering Your license key."
|
293 |
-
msgstr ""
|
294 |
-
|
295 |
-
#: facebook-button-plugin.php:574
|
296 |
-
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
297 |
-
msgstr ""
|
298 |
-
|
299 |
-
#: facebook-button-plugin.php:576
|
300 |
-
msgid "(your username is the email you specify when purchasing the product)."
|
301 |
-
msgstr ""
|
302 |
-
|
303 |
-
#: facebook-button-plugin.php:584
|
304 |
-
#: facebook-button-plugin.php:594
|
305 |
-
msgid "Go!"
|
306 |
-
msgstr ""
|
307 |
-
|
308 |
-
#: facebook-button-plugin.php:587
|
309 |
-
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
310 |
-
msgstr ""
|
311 |
-
|
312 |
-
#: facebook-button-plugin.php:733
|
313 |
-
msgid "FAQ"
|
314 |
-
msgstr "سوال و جواب های متداول"
|
315 |
-
|
316 |
-
#: facebook-button-plugin.php:734
|
317 |
-
msgid "Support"
|
318 |
-
msgstr "پشتیبانی"
|
319 |
-
|
320 |
-
#: facebook-button-plugin.php:816
|
321 |
-
msgid "It's time to upgrade your <strong>Facebook Like Button</strong> to <strong>PRO</strong> version"
|
322 |
-
msgstr ""
|
323 |
-
|
324 |
-
#: facebook-button-plugin.php:817
|
325 |
-
msgid "Extend standard plugin functionality with new great options"
|
326 |
-
msgstr ""
|
327 |
-
|
328 |
-
#, fuzzy
|
329 |
-
#~ msgid "Memory usage"
|
330 |
-
#~ msgstr "صفحه من"
|
331 |
-
|
332 |
-
#~ msgid "Activated plugins"
|
333 |
-
#~ msgstr "پلاگین های فعال شده "
|
334 |
-
|
335 |
-
#~ msgid "Read more"
|
336 |
-
#~ msgstr "بیشتر بخوانید"
|
337 |
-
|
338 |
-
#~ msgid "Installed plugins"
|
339 |
-
#~ msgstr "پلاگین های نصب شده "
|
340 |
-
|
341 |
-
#~ msgid "Recommended plugins"
|
342 |
-
#~ msgstr "پلاگین های پیشنهادی"
|
343 |
-
|
344 |
-
#~ msgid "Download"
|
345 |
-
#~ msgstr "دانلود"
|
346 |
-
|
347 |
-
#~ msgid "Install %s"
|
348 |
-
#~ msgstr "نصب %s"
|
349 |
-
|
350 |
-
#~ msgid "Install now from wordpress.org"
|
351 |
-
#~ msgstr "نصب از wordpress.org"
|
352 |
-
|
353 |
-
#, fuzzy
|
354 |
-
#~ msgid "Active Plugins"
|
355 |
-
#~ msgstr "پلاگین های فعال شده "
|
356 |
-
|
357 |
-
#, fuzzy
|
358 |
-
#~ msgid "Inactive Plugins"
|
359 |
-
#~ msgstr "پلاگین های فعال شده "
|
360 |
-
|
361 |
-
#, fuzzy
|
362 |
-
#~ msgid "Send to support"
|
363 |
-
#~ msgstr "پشتیبانی"
|
364 |
-
|
365 |
-
#, fuzzy
|
366 |
-
#~ msgid ""
|
367 |
-
#~ "If you have any questions, please contact us via plugin@bestwebsoft.com "
|
368 |
-
#~ "or fill out the contact form on our website"
|
369 |
-
#~ msgstr ""
|
370 |
-
#~ "در صورتی که سوالی دارید لطفا با ایمیل plugin@bestwebsoft.com مکاتبه "
|
371 |
-
#~ "فرمایید یا از طریق سایت اقدام نمایید"
|
372 |
-
|
373 |
-
#~ msgid "Options saved."
|
374 |
-
#~ msgstr "اختیارات ذخیره شد"
|
375 |
-
|
376 |
-
#~ msgid "Install Now"
|
377 |
-
#~ msgstr "حالا نصب شود"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-
|
6 |
-
"PO-Revision-Date: 2014-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: http://wptheme.fr/\n"
|
9 |
"Language: fr\n"
|
@@ -17,297 +17,330 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: facebook-button-plugin.php:
|
21 |
-
#: facebook-button-plugin.php:397
|
22 |
msgid "Facebook Button Settings"
|
23 |
msgstr "Réglages du bouton Facebook"
|
24 |
|
25 |
-
#: facebook-button-plugin.php:
|
26 |
msgid "Facebook Button"
|
27 |
msgstr "Bouton Facebook"
|
28 |
|
29 |
-
#: facebook-button-plugin.php:
|
30 |
msgid "requires"
|
31 |
msgstr "Nécessite"
|
32 |
|
33 |
-
#: facebook-button-plugin.php:
|
34 |
-
msgid "
|
35 |
-
|
|
|
|
|
|
|
|
|
36 |
|
37 |
-
#: facebook-button-plugin.php:
|
38 |
msgid "Back to the WordPress"
|
39 |
msgstr "Retour à Wordpress"
|
40 |
|
41 |
-
#: facebook-button-plugin.php:
|
42 |
msgid "Plugins page"
|
43 |
msgstr "Page Plugin"
|
44 |
|
45 |
-
#: facebook-button-plugin.php:
|
46 |
msgid "Settings saved"
|
47 |
msgstr "Réglages sauvegardés "
|
48 |
|
49 |
-
#: facebook-button-plugin.php:
|
50 |
msgid "Error: File size > 32K"
|
51 |
msgstr "Erreur : Poids du fichier > 32K"
|
52 |
|
53 |
-
#: facebook-button-plugin.php:
|
54 |
msgid "Error: Invalid file type"
|
55 |
msgstr "Erreur : Type de fichier invalide"
|
56 |
|
57 |
-
#: facebook-button-plugin.php:
|
58 |
msgid "Error: moving file failed"
|
59 |
msgstr "Erreur : le déplacement du fichier a echoué"
|
60 |
|
61 |
-
#: facebook-button-plugin.php:
|
62 |
msgid "Error: check image width or height"
|
63 |
msgstr "Erreur : Vérifiez la taille et la largeur de l'image"
|
64 |
|
65 |
-
#: facebook-button-plugin.php:
|
66 |
msgid "Uploading Error: check image properties"
|
67 |
msgstr "Erreur d'upload : vérifiez les propriétés de l'image"
|
68 |
|
69 |
-
#: facebook-button-plugin.php:
|
70 |
-
#: facebook-button-plugin.php:327
|
71 |
msgid "Wrong license key"
|
72 |
msgstr ""
|
73 |
|
74 |
-
#: facebook-button-plugin.php:
|
75 |
-
msgid "
|
|
|
|
|
|
|
76 |
msgstr ""
|
77 |
|
78 |
-
#: facebook-button-plugin.php:
|
79 |
msgid "This license key is bind to another site"
|
80 |
msgstr ""
|
81 |
|
82 |
-
#: facebook-button-plugin.php:
|
83 |
-
msgid "
|
|
|
|
|
84 |
msgstr ""
|
85 |
|
86 |
-
#: facebook-button-plugin.php:
|
87 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
88 |
msgstr ""
|
89 |
|
90 |
-
#: facebook-button-plugin.php:
|
91 |
-
msgid "
|
|
|
|
|
92 |
msgstr ""
|
93 |
|
94 |
-
#: facebook-button-plugin.php:
|
95 |
-
#: facebook-button-plugin.php:368
|
96 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: facebook-button-plugin.php:
|
100 |
-
msgid "
|
|
|
|
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: facebook-button-plugin.php:
|
104 |
msgid "Please, enter Your license key"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: facebook-button-plugin.php:
|
108 |
-
#: facebook-button-plugin.php:
|
109 |
-
#: facebook-button-plugin.php:732
|
110 |
msgid "Settings"
|
111 |
msgstr "Réglages"
|
112 |
|
113 |
-
#: facebook-button-plugin.php:
|
114 |
#, fuzzy
|
115 |
msgid "Extra settings"
|
116 |
msgstr "Réglages"
|
117 |
|
118 |
-
#: facebook-button-plugin.php:
|
|
|
|
|
|
|
|
|
119 |
msgid "Go PRO"
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: facebook-button-plugin.php:
|
123 |
msgid "Notice:"
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: facebook-button-plugin.php:
|
127 |
-
msgid "
|
|
|
|
|
128 |
msgstr ""
|
129 |
|
130 |
-
#: facebook-button-plugin.php:
|
131 |
msgid "Your Facebook ID:"
|
132 |
msgstr "Votre identifiant Facebook"
|
133 |
|
134 |
-
#: facebook-button-plugin.php:
|
135 |
msgid "Display button:"
|
136 |
msgstr "Afficher le bouton"
|
137 |
|
138 |
-
#: facebook-button-plugin.php:
|
139 |
msgid "My Page"
|
140 |
msgstr "Ma page"
|
141 |
|
142 |
-
#: facebook-button-plugin.php:
|
143 |
msgid "Like"
|
144 |
msgstr "Like"
|
145 |
|
146 |
-
#: facebook-button-plugin.php:
|
|
|
|
|
|
|
|
|
147 |
msgid "Choose display settings:"
|
148 |
msgstr "Choisir les réglages d'affichage"
|
149 |
|
150 |
-
#: facebook-button-plugin.php:
|
151 |
msgid "Standard Facebook image"
|
152 |
msgstr "Image Facebook par défaut"
|
153 |
|
154 |
-
#: facebook-button-plugin.php:
|
155 |
msgid "Custom Facebook image"
|
156 |
msgstr "Image Facebook personnalisée"
|
157 |
|
158 |
-
#: facebook-button-plugin.php:
|
159 |
msgid "Current image:"
|
160 |
msgstr "Image actuelle"
|
161 |
|
162 |
-
#: facebook-button-plugin.php:
|
163 |
msgid "Facebook image:"
|
164 |
msgstr "Image Facebook"
|
165 |
|
166 |
-
#: facebook-button-plugin.php:
|
167 |
-
msgid "
|
168 |
-
|
|
|
|
|
|
|
|
|
169 |
|
170 |
-
#: facebook-button-plugin.php:
|
171 |
msgid "Facebook Button Position:"
|
172 |
msgstr "Position du bouton Facebook"
|
173 |
|
174 |
-
#: facebook-button-plugin.php:
|
175 |
msgid "Before"
|
176 |
msgstr "Avant"
|
177 |
|
178 |
-
#: facebook-button-plugin.php:
|
179 |
msgid "After"
|
180 |
msgstr "Après"
|
181 |
|
182 |
-
#: facebook-button-plugin.php:
|
183 |
msgid "Before and After"
|
184 |
msgstr "Avant et après"
|
185 |
|
186 |
-
#: facebook-button-plugin.php:
|
187 |
msgid "Shortcode"
|
188 |
msgstr "Shortcode"
|
189 |
|
190 |
-
#: facebook-button-plugin.php:
|
191 |
-
msgid "
|
192 |
-
|
|
|
|
|
|
|
|
|
193 |
|
194 |
-
#: facebook-button-plugin.php:
|
195 |
msgid "Facebook Button language:"
|
196 |
msgstr "Langue du bouton Facebook"
|
197 |
|
198 |
-
#: facebook-button-plugin.php:
|
199 |
msgid "Change the language of Facebook Like Button"
|
200 |
msgstr "Changer la langue du bouton Facebook"
|
201 |
|
202 |
-
#: facebook-button-plugin.php:
|
203 |
msgid "Html tag for Like Button:"
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: facebook-button-plugin.php:
|
207 |
msgid "Use this tag to improve validation of your site"
|
208 |
msgstr ""
|
209 |
|
210 |
-
#: facebook-button-plugin.php:
|
211 |
-
#: facebook-button-plugin.php:534
|
212 |
msgid "Save Changes"
|
213 |
msgstr "Sauvegarder les changements"
|
214 |
|
215 |
-
#: facebook-button-plugin.php:
|
216 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: facebook-button-plugin.php:
|
220 |
msgid "Rate the plugin"
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: facebook-button-plugin.php:
|
224 |
msgid "If there is something wrong about it, please contact us"
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: facebook-button-plugin.php:
|
228 |
-
msgid "
|
|
|
|
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: facebook-button-plugin.php:
|
232 |
msgid "Show URL for pages"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: facebook-button-plugin.php:
|
236 |
-
msgid "Example of site pages
|
237 |
msgstr ""
|
238 |
|
239 |
#: facebook-button-plugin.php:539
|
|
|
|
|
|
|
|
|
240 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: facebook-button-plugin.php:
|
244 |
msgid "Unlock premium options by upgrading to a PRO version."
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: facebook-button-plugin.php:
|
248 |
-
#: facebook-button-plugin.php:813
|
249 |
msgid "Learn More"
|
250 |
msgstr ""
|
251 |
|
252 |
-
#: facebook-button-plugin.php:
|
253 |
msgid "Go"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: facebook-button-plugin.php:
|
257 |
-
msgid "
|
|
|
|
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: facebook-button-plugin.php:
|
261 |
msgid "Please, go to"
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: facebook-button-plugin.php:
|
265 |
#, fuzzy
|
266 |
msgid "the setting page"
|
267 |
msgstr "Réglages sauvegardés "
|
268 |
|
269 |
-
#: facebook-button-plugin.php:
|
270 |
msgid "You will be redirected automatically in 5 seconds."
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: facebook-button-plugin.php:
|
274 |
msgid "You can download and activate"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: facebook-button-plugin.php:
|
278 |
msgid "version of this plugin by entering Your license key."
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: facebook-button-plugin.php:
|
282 |
-
msgid "
|
|
|
|
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: facebook-button-plugin.php:
|
286 |
msgid "(your username is the email you specify when purchasing the product)."
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: facebook-button-plugin.php:
|
290 |
-
#: facebook-button-plugin.php:594
|
291 |
msgid "Go!"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: facebook-button-plugin.php:
|
295 |
-
msgid "
|
|
|
|
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: facebook-button-plugin.php:
|
299 |
-
msgid "FAQ"
|
300 |
-
msgstr "FAQ"
|
301 |
-
|
302 |
-
#: facebook-button-plugin.php:734
|
303 |
msgid "Support"
|
304 |
msgstr "Support"
|
305 |
|
306 |
-
#: facebook-button-plugin.php:
|
307 |
-
msgid "
|
|
|
|
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: facebook-button-plugin.php:
|
311 |
msgid "Extend standard plugin functionality with new great options"
|
312 |
msgstr ""
|
313 |
-
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-06-11 16:16+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-06-11 16:16+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:405
|
|
|
21 |
msgid "Facebook Button Settings"
|
22 |
msgstr "Réglages du bouton Facebook"
|
23 |
|
24 |
+
#: facebook-button-plugin.php:73
|
25 |
msgid "Facebook Button"
|
26 |
msgstr "Bouton Facebook"
|
27 |
|
28 |
+
#: facebook-button-plugin.php:195
|
29 |
msgid "requires"
|
30 |
msgstr "Nécessite"
|
31 |
|
32 |
+
#: facebook-button-plugin.php:195
|
33 |
+
msgid ""
|
34 |
+
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
35 |
+
"try again."
|
36 |
+
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:195
|
41 |
msgid "Back to the WordPress"
|
42 |
msgstr "Retour à Wordpress"
|
43 |
|
44 |
+
#: facebook-button-plugin.php:195
|
45 |
msgid "Plugins page"
|
46 |
msgstr "Page Plugin"
|
47 |
|
48 |
+
#: facebook-button-plugin.php:231
|
49 |
msgid "Settings saved"
|
50 |
msgstr "Réglages sauvegardés "
|
51 |
|
52 |
+
#: facebook-button-plugin.php:253
|
53 |
msgid "Error: File size > 32K"
|
54 |
msgstr "Erreur : Poids du fichier > 32K"
|
55 |
|
56 |
+
#: facebook-button-plugin.php:256
|
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:267
|
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:271
|
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:296 facebook-button-plugin.php:335
|
|
|
73 |
msgid "Wrong license key"
|
74 |
msgstr ""
|
75 |
|
76 |
+
#: facebook-button-plugin.php:328
|
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:337
|
84 |
msgid "This license key is bind to another site"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: facebook-button-plugin.php:339
|
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:357
|
94 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: facebook-button-plugin.php:363
|
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:367 facebook-button-plugin.php:376
|
|
|
104 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: facebook-button-plugin.php:380
|
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:395
|
114 |
msgid "Please, enter Your license key"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: facebook-button-plugin.php:407 facebook-button-plugin.php:773
|
118 |
+
#: facebook-button-plugin.php:785
|
|
|
119 |
msgid "Settings"
|
120 |
msgstr "Réglages"
|
121 |
|
122 |
+
#: facebook-button-plugin.php:408
|
123 |
#, fuzzy
|
124 |
msgid "Extra settings"
|
125 |
msgstr "Réglages"
|
126 |
|
127 |
+
#: facebook-button-plugin.php:409 facebook-button-plugin.php:786
|
128 |
+
msgid "FAQ"
|
129 |
+
msgstr "FAQ"
|
130 |
+
|
131 |
+
#: facebook-button-plugin.php:410
|
132 |
msgid "Go PRO"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: facebook-button-plugin.php:413
|
136 |
msgid "Notice:"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: facebook-button-plugin.php:413
|
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:419
|
146 |
msgid "Your Facebook ID:"
|
147 |
msgstr "Votre identifiant Facebook"
|
148 |
|
149 |
+
#: facebook-button-plugin.php:425
|
150 |
msgid "Display button:"
|
151 |
msgstr "Afficher le bouton"
|
152 |
|
153 |
+
#: facebook-button-plugin.php:427
|
154 |
msgid "My Page"
|
155 |
msgstr "Ma page"
|
156 |
|
157 |
+
#: facebook-button-plugin.php:428
|
158 |
msgid "Like"
|
159 |
msgstr "Like"
|
160 |
|
161 |
+
#: facebook-button-plugin.php:429
|
162 |
+
msgid "Share"
|
163 |
+
msgstr ""
|
164 |
+
|
165 |
+
#: facebook-button-plugin.php:434
|
166 |
msgid "Choose display settings:"
|
167 |
msgstr "Choisir les réglages d'affichage"
|
168 |
|
169 |
+
#: facebook-button-plugin.php:438
|
170 |
msgid "Standard Facebook image"
|
171 |
msgstr "Image Facebook par défaut"
|
172 |
|
173 |
+
#: facebook-button-plugin.php:440
|
174 |
msgid "Custom Facebook image"
|
175 |
msgstr "Image Facebook personnalisée"
|
176 |
|
177 |
+
#: facebook-button-plugin.php:447
|
178 |
msgid "Current image:"
|
179 |
msgstr "Image actuelle"
|
180 |
|
181 |
+
#: facebook-button-plugin.php:455
|
182 |
msgid "Facebook image:"
|
183 |
msgstr "Image Facebook"
|
184 |
|
185 |
+
#: facebook-button-plugin.php:461
|
186 |
+
msgid ""
|
187 |
+
"Image properties: max image width:100px; max image height:40px; max image "
|
188 |
+
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
189 |
+
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:466
|
194 |
msgid "Facebook Button Position:"
|
195 |
msgstr "Position du bouton Facebook"
|
196 |
|
197 |
+
#: facebook-button-plugin.php:470
|
198 |
msgid "Before"
|
199 |
msgstr "Avant"
|
200 |
|
201 |
+
#: facebook-button-plugin.php:471
|
202 |
msgid "After"
|
203 |
msgstr "Après"
|
204 |
|
205 |
+
#: facebook-button-plugin.php:472
|
206 |
msgid "Before and After"
|
207 |
msgstr "Avant et après"
|
208 |
|
209 |
+
#: facebook-button-plugin.php:473
|
210 |
msgid "Shortcode"
|
211 |
msgstr "Shortcode"
|
212 |
|
213 |
+
#: facebook-button-plugin.php:475
|
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:"
|
217 |
+
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:480
|
222 |
msgid "Facebook Button language:"
|
223 |
msgstr "Langue du bouton Facebook"
|
224 |
|
225 |
+
#: facebook-button-plugin.php:491
|
226 |
msgid "Change the language of Facebook Like Button"
|
227 |
msgstr "Changer la langue du bouton Facebook"
|
228 |
|
229 |
+
#: facebook-button-plugin.php:495
|
230 |
msgid "Html tag for Like Button:"
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: facebook-button-plugin.php:499
|
234 |
msgid "Use this tag to improve validation of your site"
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: facebook-button-plugin.php:505 facebook-button-plugin.php:544
|
|
|
238 |
msgid "Save Changes"
|
239 |
msgstr "Sauvegarder les changements"
|
240 |
|
241 |
+
#: facebook-button-plugin.php:511
|
242 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: facebook-button-plugin.php:512
|
246 |
msgid "Rate the plugin"
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: facebook-button-plugin.php:515
|
250 |
msgid "If there is something wrong about it, please contact us"
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: facebook-button-plugin.php:526
|
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:533
|
260 |
msgid "Show URL for pages"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: facebook-button-plugin.php:539
|
264 |
+
msgid "Example of the site's pages tree"
|
265 |
msgstr ""
|
266 |
|
267 |
#: facebook-button-plugin.php:539
|
268 |
+
msgid "Example of site pages' tree"
|
269 |
+
msgstr ""
|
270 |
+
|
271 |
+
#: facebook-button-plugin.php:549
|
272 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: facebook-button-plugin.php:556
|
276 |
msgid "Unlock premium options by upgrading to a PRO version."
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: facebook-button-plugin.php:557 facebook-button-plugin.php:863
|
|
|
280 |
msgid "Learn More"
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: facebook-button-plugin.php:560
|
284 |
msgid "Go"
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: facebook-button-plugin.php:572
|
288 |
+
msgid ""
|
289 |
+
"Congratulations! The PRO version of the plugin is successfully download and "
|
290 |
+
"activated."
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: facebook-button-plugin.php:574
|
294 |
msgid "Please, go to"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: facebook-button-plugin.php:574
|
298 |
#, fuzzy
|
299 |
msgid "the setting page"
|
300 |
msgstr "Réglages sauvegardés "
|
301 |
|
302 |
+
#: facebook-button-plugin.php:575
|
303 |
msgid "You will be redirected automatically in 5 seconds."
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: facebook-button-plugin.php:580
|
307 |
msgid "You can download and activate"
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: facebook-button-plugin.php:582
|
311 |
msgid "version of this plugin by entering Your license key."
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: facebook-button-plugin.php:584
|
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:586
|
321 |
msgid "(your username is the email you specify when purchasing the product)."
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: facebook-button-plugin.php:594 facebook-button-plugin.php:604
|
|
|
325 |
msgid "Go!"
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: facebook-button-plugin.php:597
|
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:787
|
|
|
|
|
|
|
|
|
335 |
msgid "Support"
|
336 |
msgstr "Support"
|
337 |
|
338 |
+
#: facebook-button-plugin.php:866
|
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:867
|
345 |
msgid "Extend standard plugin functionality with new great options"
|
346 |
msgstr ""
|
|
languages/facebook-he_IL.mo
DELETED
Binary file
|
languages/facebook-he_IL.po
DELETED
@@ -1,412 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Facebook Button Plugin\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-04-14 12:42+0300\n"
|
6 |
-
"PO-Revision-Date: 2014-04-14 12:42+0300\n"
|
7 |
-
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
-
"Language-Team: \n"
|
9 |
-
"Language: he_IL\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
14 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
-
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
16 |
-
"X-Poedit-Basepath: ../\n"
|
17 |
-
"X-Textdomain-Support: yes\n"
|
18 |
-
"X-Generator: Poedit 1.5.4\n"
|
19 |
-
"X-Poedit-SearchPath-0: .\n"
|
20 |
-
|
21 |
-
# @ facebook
|
22 |
-
#: facebook-button-plugin.php:72
|
23 |
-
#: facebook-button-plugin.php:397
|
24 |
-
#, fuzzy
|
25 |
-
msgid "Facebook Button Settings"
|
26 |
-
msgstr "אפשרויות כפתור פייסבוק"
|
27 |
-
|
28 |
-
# @ facebook
|
29 |
-
#: facebook-button-plugin.php:72
|
30 |
-
#, fuzzy
|
31 |
-
msgid "Facebook Button"
|
32 |
-
msgstr "כפתור פייסבוק"
|
33 |
-
|
34 |
-
#: facebook-button-plugin.php:188
|
35 |
-
msgid "requires"
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: facebook-button-plugin.php:188
|
39 |
-
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
40 |
-
msgstr ""
|
41 |
-
|
42 |
-
#: facebook-button-plugin.php:188
|
43 |
-
msgid "Back to the WordPress"
|
44 |
-
msgstr ""
|
45 |
-
|
46 |
-
# @ facebook
|
47 |
-
#: facebook-button-plugin.php:188
|
48 |
-
#, fuzzy
|
49 |
-
msgid "Plugins page"
|
50 |
-
msgstr "תוספים מומלצים"
|
51 |
-
|
52 |
-
# @ facebook
|
53 |
-
#: facebook-button-plugin.php:223
|
54 |
-
#, fuzzy
|
55 |
-
msgid "Settings saved"
|
56 |
-
msgstr "הגדרות"
|
57 |
-
|
58 |
-
# @ facebook
|
59 |
-
#: facebook-button-plugin.php:245
|
60 |
-
msgid "Error: File size > 32K"
|
61 |
-
msgstr "שגיאה: גודל הקובץ גדול מ 32K"
|
62 |
-
|
63 |
-
# @ facebook
|
64 |
-
#: facebook-button-plugin.php:248
|
65 |
-
msgid "Error: Invalid file type"
|
66 |
-
msgstr "שגיאה: סוג קובץ שגוי"
|
67 |
-
|
68 |
-
# @ facebook
|
69 |
-
#: facebook-button-plugin.php:256
|
70 |
-
msgid "Error: moving file failed"
|
71 |
-
msgstr "שגיאה: העברת הקובץ נכשלה"
|
72 |
-
|
73 |
-
# @ facebook
|
74 |
-
#: facebook-button-plugin.php:259
|
75 |
-
msgid "Error: check image width or height"
|
76 |
-
msgstr "שגיאה: בדוק את רוחב וגובה התמונה"
|
77 |
-
|
78 |
-
# @ facebook
|
79 |
-
#: facebook-button-plugin.php:263
|
80 |
-
msgid "Uploading Error: check image properties"
|
81 |
-
msgstr "שגיאת טעינה: בדוק את מאפייני התמונה"
|
82 |
-
|
83 |
-
#: facebook-button-plugin.php:288
|
84 |
-
#: facebook-button-plugin.php:327
|
85 |
-
msgid "Wrong license key"
|
86 |
-
msgstr ""
|
87 |
-
|
88 |
-
#: facebook-button-plugin.php:320
|
89 |
-
msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
|
90 |
-
msgstr ""
|
91 |
-
|
92 |
-
#: facebook-button-plugin.php:329
|
93 |
-
msgid "This license key is bind to another site"
|
94 |
-
msgstr ""
|
95 |
-
|
96 |
-
#: facebook-button-plugin.php:331
|
97 |
-
msgid "Unfortunately, you have exceeded the number of available tries. Please, upload the plugin manually."
|
98 |
-
msgstr ""
|
99 |
-
|
100 |
-
#: facebook-button-plugin.php:349
|
101 |
-
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
102 |
-
msgstr ""
|
103 |
-
|
104 |
-
#: facebook-button-plugin.php:355
|
105 |
-
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
106 |
-
msgstr ""
|
107 |
-
|
108 |
-
#: facebook-button-plugin.php:359
|
109 |
-
#: facebook-button-plugin.php:368
|
110 |
-
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
111 |
-
msgstr ""
|
112 |
-
|
113 |
-
#: facebook-button-plugin.php:372
|
114 |
-
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
|
115 |
-
msgstr ""
|
116 |
-
|
117 |
-
#: facebook-button-plugin.php:387
|
118 |
-
msgid "Please, enter Your license key"
|
119 |
-
msgstr ""
|
120 |
-
|
121 |
-
# @ facebook
|
122 |
-
#: facebook-button-plugin.php:399
|
123 |
-
#: facebook-button-plugin.php:720
|
124 |
-
#: facebook-button-plugin.php:732
|
125 |
-
msgid "Settings"
|
126 |
-
msgstr "הגדרות"
|
127 |
-
|
128 |
-
# @ facebook
|
129 |
-
#: facebook-button-plugin.php:400
|
130 |
-
#, fuzzy
|
131 |
-
msgid "Extra settings"
|
132 |
-
msgstr "הגדרות"
|
133 |
-
|
134 |
-
#: facebook-button-plugin.php:401
|
135 |
-
msgid "Go PRO"
|
136 |
-
msgstr ""
|
137 |
-
|
138 |
-
#: facebook-button-plugin.php:404
|
139 |
-
msgid "Notice:"
|
140 |
-
msgstr ""
|
141 |
-
|
142 |
-
#: facebook-button-plugin.php:404
|
143 |
-
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
144 |
-
msgstr ""
|
145 |
-
|
146 |
-
# @ facebook
|
147 |
-
#: facebook-button-plugin.php:410
|
148 |
-
#, fuzzy
|
149 |
-
msgid "Your Facebook ID:"
|
150 |
-
msgstr "מזהה הפייסבוק שלך:"
|
151 |
-
|
152 |
-
# @ facebook
|
153 |
-
#: facebook-button-plugin.php:416
|
154 |
-
msgid "Display button:"
|
155 |
-
msgstr "הצג כפתור:"
|
156 |
-
|
157 |
-
# @ captcha
|
158 |
-
#: facebook-button-plugin.php:418
|
159 |
-
msgid "My Page"
|
160 |
-
msgstr "הדף שלי"
|
161 |
-
|
162 |
-
# @ captcha
|
163 |
-
#: facebook-button-plugin.php:419
|
164 |
-
msgid "Like"
|
165 |
-
msgstr "לייק"
|
166 |
-
|
167 |
-
# @ facebook
|
168 |
-
#: facebook-button-plugin.php:424
|
169 |
-
#, fuzzy
|
170 |
-
msgid "Choose display settings:"
|
171 |
-
msgstr "בחר אפשרות תצוגה:"
|
172 |
-
|
173 |
-
# @ facebook
|
174 |
-
#: facebook-button-plugin.php:428
|
175 |
-
#, fuzzy
|
176 |
-
msgid "Standard Facebook image"
|
177 |
-
msgstr "תמונת פייסבוק רגילה"
|
178 |
-
|
179 |
-
# @ facebook
|
180 |
-
#: facebook-button-plugin.php:430
|
181 |
-
#, fuzzy
|
182 |
-
msgid "Custom Facebook image"
|
183 |
-
msgstr "תמונת פייסבוק מותאמת אישית"
|
184 |
-
|
185 |
-
# @ facebook
|
186 |
-
#: facebook-button-plugin.php:437
|
187 |
-
msgid "Current image:"
|
188 |
-
msgstr "תמונה נוכחית:"
|
189 |
-
|
190 |
-
# @ facebook
|
191 |
-
#: facebook-button-plugin.php:445
|
192 |
-
#, fuzzy
|
193 |
-
msgid "Facebook image:"
|
194 |
-
msgstr "תמונת פייסבוק:"
|
195 |
-
|
196 |
-
# @ facebook
|
197 |
-
#: facebook-button-plugin.php:451
|
198 |
-
#, fuzzy
|
199 |
-
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
200 |
-
msgstr "מאפייני תמונה: רוחב מירבי: 100 פיקסלים. גובה מירבי: 40 פיקסלים, גודל מירבי: 32KB, סוגי קובץ: \"jpg\", \"jpeg\"."
|
201 |
-
|
202 |
-
# @ facebook
|
203 |
-
#: facebook-button-plugin.php:456
|
204 |
-
#, fuzzy
|
205 |
-
msgid "Facebook Button Position:"
|
206 |
-
msgstr "מיקום כפתור הפייסבוק:"
|
207 |
-
|
208 |
-
# @ facebook
|
209 |
-
#: facebook-button-plugin.php:460
|
210 |
-
msgid "Before"
|
211 |
-
msgstr "לפני"
|
212 |
-
|
213 |
-
# @ facebook
|
214 |
-
#: facebook-button-plugin.php:461
|
215 |
-
msgid "After"
|
216 |
-
msgstr "אחרי"
|
217 |
-
|
218 |
-
# @ facebook
|
219 |
-
#: facebook-button-plugin.php:462
|
220 |
-
msgid "Before and After"
|
221 |
-
msgstr "לפני ואחרי"
|
222 |
-
|
223 |
-
# @ facebook
|
224 |
-
#: facebook-button-plugin.php:463
|
225 |
-
msgid "Shortcode"
|
226 |
-
msgstr "קיצור קוד"
|
227 |
-
|
228 |
-
# @ facebook
|
229 |
-
#: facebook-button-plugin.php:465
|
230 |
-
#, fuzzy
|
231 |
-
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
232 |
-
msgstr "אם ברצונך להוסיף כפתור פייסבוק לאתר שלך, פשוט העתק את קיצור הקוד שלהלן והדבק אל הפוסט או הדף שלך:"
|
233 |
-
|
234 |
-
# @ facebook
|
235 |
-
#: facebook-button-plugin.php:470
|
236 |
-
#, fuzzy
|
237 |
-
msgid "Facebook Button language:"
|
238 |
-
msgstr "שפת כפתור פייסבוק:"
|
239 |
-
|
240 |
-
# @ facebook
|
241 |
-
#: facebook-button-plugin.php:481
|
242 |
-
#, fuzzy
|
243 |
-
msgid "Change the language of Facebook Like Button"
|
244 |
-
msgstr "בחר שפה לכפתור לייק"
|
245 |
-
|
246 |
-
#: facebook-button-plugin.php:485
|
247 |
-
msgid "Html tag for Like Button:"
|
248 |
-
msgstr ""
|
249 |
-
|
250 |
-
#: facebook-button-plugin.php:489
|
251 |
-
msgid "Use this tag to improve validation of your site"
|
252 |
-
msgstr ""
|
253 |
-
|
254 |
-
# @ default
|
255 |
-
#: facebook-button-plugin.php:495
|
256 |
-
#: facebook-button-plugin.php:534
|
257 |
-
msgid "Save Changes"
|
258 |
-
msgstr "שמור שינויים"
|
259 |
-
|
260 |
-
#: facebook-button-plugin.php:501
|
261 |
-
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
262 |
-
msgstr ""
|
263 |
-
|
264 |
-
# @ facebook
|
265 |
-
#: facebook-button-plugin.php:502
|
266 |
-
#, fuzzy
|
267 |
-
msgid "Rate the plugin"
|
268 |
-
msgstr "תוספים מומלצים"
|
269 |
-
|
270 |
-
#: facebook-button-plugin.php:505
|
271 |
-
msgid "If there is something wrong about it, please contact us"
|
272 |
-
msgstr ""
|
273 |
-
|
274 |
-
#: facebook-button-plugin.php:516
|
275 |
-
msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
|
276 |
-
msgstr ""
|
277 |
-
|
278 |
-
#: facebook-button-plugin.php:523
|
279 |
-
msgid "Show URL for pages"
|
280 |
-
msgstr ""
|
281 |
-
|
282 |
-
#: facebook-button-plugin.php:529
|
283 |
-
msgid "Example of site pages' tree"
|
284 |
-
msgstr ""
|
285 |
-
|
286 |
-
#: facebook-button-plugin.php:539
|
287 |
-
msgid "If you upgrade to Pro version all your settings will be saved."
|
288 |
-
msgstr ""
|
289 |
-
|
290 |
-
#: facebook-button-plugin.php:546
|
291 |
-
msgid "Unlock premium options by upgrading to a PRO version."
|
292 |
-
msgstr ""
|
293 |
-
|
294 |
-
#: facebook-button-plugin.php:547
|
295 |
-
#: facebook-button-plugin.php:813
|
296 |
-
msgid "Learn More"
|
297 |
-
msgstr ""
|
298 |
-
|
299 |
-
#: facebook-button-plugin.php:550
|
300 |
-
msgid "Go"
|
301 |
-
msgstr ""
|
302 |
-
|
303 |
-
#: facebook-button-plugin.php:562
|
304 |
-
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
305 |
-
msgstr ""
|
306 |
-
|
307 |
-
#: facebook-button-plugin.php:564
|
308 |
-
msgid "Please, go to"
|
309 |
-
msgstr ""
|
310 |
-
|
311 |
-
# @ facebook
|
312 |
-
#: facebook-button-plugin.php:564
|
313 |
-
#, fuzzy
|
314 |
-
msgid "the setting page"
|
315 |
-
msgstr "הגדרות"
|
316 |
-
|
317 |
-
#: facebook-button-plugin.php:565
|
318 |
-
msgid "You will be redirected automatically in 5 seconds."
|
319 |
-
msgstr ""
|
320 |
-
|
321 |
-
#: facebook-button-plugin.php:570
|
322 |
-
msgid "You can download and activate"
|
323 |
-
msgstr ""
|
324 |
-
|
325 |
-
#: facebook-button-plugin.php:572
|
326 |
-
msgid "version of this plugin by entering Your license key."
|
327 |
-
msgstr ""
|
328 |
-
|
329 |
-
#: facebook-button-plugin.php:574
|
330 |
-
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
331 |
-
msgstr ""
|
332 |
-
|
333 |
-
#: facebook-button-plugin.php:576
|
334 |
-
msgid "(your username is the email you specify when purchasing the product)."
|
335 |
-
msgstr ""
|
336 |
-
|
337 |
-
#: facebook-button-plugin.php:584
|
338 |
-
#: facebook-button-plugin.php:594
|
339 |
-
msgid "Go!"
|
340 |
-
msgstr ""
|
341 |
-
|
342 |
-
#: facebook-button-plugin.php:587
|
343 |
-
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
344 |
-
msgstr ""
|
345 |
-
|
346 |
-
# @ facebook
|
347 |
-
#: facebook-button-plugin.php:733
|
348 |
-
msgid "FAQ"
|
349 |
-
msgstr "שאלות ותשובות"
|
350 |
-
|
351 |
-
# @ facebook
|
352 |
-
#: facebook-button-plugin.php:734
|
353 |
-
msgid "Support"
|
354 |
-
msgstr "תמיכה"
|
355 |
-
|
356 |
-
#: facebook-button-plugin.php:816
|
357 |
-
msgid "It's time to upgrade your <strong>Facebook Like Button</strong> to <strong>PRO</strong> version"
|
358 |
-
msgstr ""
|
359 |
-
|
360 |
-
#: facebook-button-plugin.php:817
|
361 |
-
msgid "Extend standard plugin functionality with new great options"
|
362 |
-
msgstr ""
|
363 |
-
|
364 |
-
# @ captcha
|
365 |
-
#, fuzzy
|
366 |
-
#~ msgid "Memory usage"
|
367 |
-
#~ msgstr "הדף שלי"
|
368 |
-
|
369 |
-
# @ facebook
|
370 |
-
#~ msgid "Activated plugins"
|
371 |
-
#~ msgstr "תוספים פעילים"
|
372 |
-
# @ facebook
|
373 |
-
#~ msgid "Read more"
|
374 |
-
#~ msgstr "קרא עוד"
|
375 |
-
# @ facebook
|
376 |
-
#~ msgid "Installed plugins"
|
377 |
-
#~ msgstr "תוספים מותקנים"
|
378 |
-
# @ facebook
|
379 |
-
#~ msgid "Recommended plugins"
|
380 |
-
#~ msgstr "תוספים מומלצים"
|
381 |
-
# @ facebook
|
382 |
-
#~ msgid "Download"
|
383 |
-
#~ msgstr "הורד"
|
384 |
-
# @ default
|
385 |
-
#~ msgid "Install %s"
|
386 |
-
#~ msgstr "התקן %s"
|
387 |
-
# @ facebook
|
388 |
-
#~ msgid "Install now from wordpress.org"
|
389 |
-
#~ msgstr "הורד כעת מ wordpress.org"
|
390 |
-
# @ facebook
|
391 |
-
#, fuzzy
|
392 |
-
#~ msgid "Active Plugins"
|
393 |
-
#~ msgstr "תוספים פעילים"
|
394 |
-
|
395 |
-
# @ facebook
|
396 |
-
#, fuzzy
|
397 |
-
#~ msgid "Inactive Plugins"
|
398 |
-
#~ msgstr "תוספים פעילים"
|
399 |
-
|
400 |
-
# @ facebook
|
401 |
-
#, fuzzy
|
402 |
-
#~ msgid "Send to support"
|
403 |
-
#~ msgstr "תמיכה"
|
404 |
-
|
405 |
-
# @ facebook
|
406 |
-
#, fuzzy
|
407 |
-
#~ msgid ""
|
408 |
-
#~ "If you have any questions, please contact us via plugin@bestwebsoft.com "
|
409 |
-
#~ "or fill out the contact form on our website"
|
410 |
-
#~ msgstr ""
|
411 |
-
#~ "אם יש לך שאלות כלשהן, אנא צור עמנו קשר דרך plugin@bestwebsoft.com או "
|
412 |
-
#~ "שתמלא את טופס יצירת הקשר באתר שלנו"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-
|
6 |
-
"PO-Revision-Date: 2014-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: nasrulhaq <nasrulhaq81@gmail.com>\n"
|
9 |
"Language: es_ES\n"
|
@@ -16,298 +16,332 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: facebook-button-plugin.php:
|
20 |
-
#: facebook-button-plugin.php:397
|
21 |
msgid "Facebook Button Settings"
|
22 |
msgstr "Pengaturan Facebook Button"
|
23 |
|
24 |
-
#: facebook-button-plugin.php:
|
25 |
msgid "Facebook Button"
|
26 |
msgstr "Tombol Facebook"
|
27 |
|
28 |
-
#: facebook-button-plugin.php:
|
29 |
msgid "requires"
|
30 |
msgstr "membutuhkan"
|
31 |
|
32 |
-
#: facebook-button-plugin.php:
|
33 |
-
msgid "
|
34 |
-
|
|
|
|
|
|
|
|
|
35 |
|
36 |
-
#: facebook-button-plugin.php:
|
37 |
msgid "Back to the WordPress"
|
38 |
msgstr "Kembali ke Wordpress"
|
39 |
|
40 |
-
#: facebook-button-plugin.php:
|
41 |
msgid "Plugins page"
|
42 |
msgstr "Halaman Plugin"
|
43 |
|
44 |
-
#: facebook-button-plugin.php:
|
45 |
msgid "Settings saved"
|
46 |
msgstr "Simpan Pengaturan"
|
47 |
|
48 |
-
#: facebook-button-plugin.php:
|
49 |
msgid "Error: File size > 32K"
|
50 |
msgstr "SALAH: Ukuran file lebih besar dari 32KB"
|
51 |
|
52 |
-
#: facebook-button-plugin.php:
|
53 |
msgid "Error: Invalid file type"
|
54 |
msgstr "SALAH: Tipe data tidak benar"
|
55 |
|
56 |
-
#: facebook-button-plugin.php:
|
57 |
msgid "Error: moving file failed"
|
58 |
msgstr "Salah: gagal memindahkan data"
|
59 |
|
60 |
-
#: facebook-button-plugin.php:
|
61 |
msgid "Error: check image width or height"
|
62 |
msgstr "Salah: periksa lebar atau panjang gambar"
|
63 |
|
64 |
-
#: facebook-button-plugin.php:
|
65 |
msgid "Uploading Error: check image properties"
|
66 |
msgstr "Gagal Mengunggah: periksa properti gambar"
|
67 |
|
68 |
-
#: facebook-button-plugin.php:
|
69 |
-
#: facebook-button-plugin.php:327
|
70 |
msgid "Wrong license key"
|
71 |
msgstr ""
|
72 |
|
73 |
-
#: facebook-button-plugin.php:
|
74 |
-
msgid "
|
|
|
|
|
|
|
75 |
msgstr ""
|
76 |
|
77 |
-
#: facebook-button-plugin.php:
|
78 |
msgid "This license key is bind to another site"
|
79 |
msgstr ""
|
80 |
|
81 |
-
#: facebook-button-plugin.php:
|
82 |
-
msgid "
|
|
|
|
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: facebook-button-plugin.php:
|
86 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: facebook-button-plugin.php:
|
90 |
-
msgid "
|
|
|
|
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: facebook-button-plugin.php:
|
94 |
-
#: facebook-button-plugin.php:368
|
95 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
96 |
msgstr ""
|
97 |
|
98 |
-
#: facebook-button-plugin.php:
|
99 |
-
msgid "
|
|
|
|
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: facebook-button-plugin.php:
|
103 |
msgid "Please, enter Your license key"
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: facebook-button-plugin.php:
|
107 |
-
#: facebook-button-plugin.php:
|
108 |
-
#: facebook-button-plugin.php:732
|
109 |
msgid "Settings"
|
110 |
msgstr "Pengaturan"
|
111 |
|
112 |
-
#: facebook-button-plugin.php:
|
113 |
#, fuzzy
|
114 |
msgid "Extra settings"
|
115 |
msgstr "Pengaturan"
|
116 |
|
117 |
-
#: facebook-button-plugin.php:
|
|
|
|
|
|
|
|
|
118 |
msgid "Go PRO"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: facebook-button-plugin.php:
|
122 |
msgid "Notice:"
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: facebook-button-plugin.php:
|
126 |
-
msgid "
|
|
|
|
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: facebook-button-plugin.php:
|
130 |
msgid "Your Facebook ID:"
|
131 |
msgstr " ID Facebook:"
|
132 |
|
133 |
-
#: facebook-button-plugin.php:
|
134 |
msgid "Display button:"
|
135 |
msgstr "Tampilan tombol:"
|
136 |
|
137 |
-
#: facebook-button-plugin.php:
|
138 |
msgid "My Page"
|
139 |
msgstr "Halamanku"
|
140 |
|
141 |
-
#: facebook-button-plugin.php:
|
142 |
msgid "Like"
|
143 |
msgstr "Suka"
|
144 |
|
145 |
-
#: facebook-button-plugin.php:
|
|
|
|
|
|
|
|
|
146 |
msgid "Choose display settings:"
|
147 |
msgstr "Ubah pengaturan tampilan"
|
148 |
|
149 |
-
#: facebook-button-plugin.php:
|
150 |
msgid "Standard Facebook image"
|
151 |
msgstr "Standar gambar Facebook "
|
152 |
|
153 |
-
#: facebook-button-plugin.php:
|
154 |
msgid "Custom Facebook image"
|
155 |
msgstr "Kustom Gambar Facebook "
|
156 |
|
157 |
-
#: facebook-button-plugin.php:
|
158 |
msgid "Current image:"
|
159 |
msgstr "Gambar tertentu:"
|
160 |
|
161 |
-
#: facebook-button-plugin.php:
|
162 |
msgid "Facebook image:"
|
163 |
msgstr "Gambar Facebook:"
|
164 |
|
165 |
-
#: facebook-button-plugin.php:
|
166 |
-
msgid "
|
167 |
-
|
|
|
|
|
|
|
|
|
168 |
|
169 |
-
#: facebook-button-plugin.php:
|
170 |
msgid "Facebook Button Position:"
|
171 |
msgstr "Posisi Tombol Facebook"
|
172 |
|
173 |
-
#: facebook-button-plugin.php:
|
174 |
msgid "Before"
|
175 |
msgstr "Sebelum"
|
176 |
|
177 |
-
#: facebook-button-plugin.php:
|
178 |
msgid "After"
|
179 |
msgstr "Setelah"
|
180 |
|
181 |
-
#: facebook-button-plugin.php:
|
182 |
msgid "Before and After"
|
183 |
msgstr "Sebelum dan Setelah"
|
184 |
|
185 |
-
#: facebook-button-plugin.php:
|
186 |
msgid "Shortcode"
|
187 |
msgstr "Kode Pendek"
|
188 |
|
189 |
-
#: facebook-button-plugin.php:
|
190 |
-
msgid "
|
191 |
-
|
|
|
|
|
|
|
|
|
192 |
|
193 |
-
#: facebook-button-plugin.php:
|
194 |
msgid "Facebook Button language:"
|
195 |
msgstr "Bahasa Facebook Button:"
|
196 |
|
197 |
-
#: facebook-button-plugin.php:
|
198 |
msgid "Change the language of Facebook Like Button"
|
199 |
msgstr "Ubah bahasa Facebook Like Button"
|
200 |
|
201 |
-
#: facebook-button-plugin.php:
|
202 |
msgid "Html tag for Like Button:"
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: facebook-button-plugin.php:
|
206 |
msgid "Use this tag to improve validation of your site"
|
207 |
msgstr ""
|
208 |
|
209 |
-
#: facebook-button-plugin.php:
|
210 |
-
#: facebook-button-plugin.php:534
|
211 |
msgid "Save Changes"
|
212 |
msgstr "Simpan Perubahan"
|
213 |
|
214 |
-
#: facebook-button-plugin.php:
|
215 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: facebook-button-plugin.php:
|
219 |
#, fuzzy
|
220 |
msgid "Rate the plugin"
|
221 |
msgstr "Eklenti Önerileri"
|
222 |
|
223 |
-
#: facebook-button-plugin.php:
|
224 |
msgid "If there is something wrong about it, please contact us"
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: facebook-button-plugin.php:
|
228 |
-
msgid "
|
|
|
|
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: facebook-button-plugin.php:
|
232 |
msgid "Show URL for pages"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: facebook-button-plugin.php:
|
236 |
-
msgid "Example of site pages
|
237 |
msgstr ""
|
238 |
|
239 |
#: facebook-button-plugin.php:539
|
|
|
|
|
|
|
|
|
240 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: facebook-button-plugin.php:
|
244 |
msgid "Unlock premium options by upgrading to a PRO version."
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: facebook-button-plugin.php:
|
248 |
-
#: facebook-button-plugin.php:813
|
249 |
msgid "Learn More"
|
250 |
msgstr ""
|
251 |
|
252 |
-
#: facebook-button-plugin.php:
|
253 |
msgid "Go"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: facebook-button-plugin.php:
|
257 |
-
msgid "
|
|
|
|
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: facebook-button-plugin.php:
|
261 |
msgid "Please, go to"
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: facebook-button-plugin.php:
|
265 |
#, fuzzy
|
266 |
msgid "the setting page"
|
267 |
msgstr "Simpan Pengaturan"
|
268 |
|
269 |
-
#: facebook-button-plugin.php:
|
270 |
msgid "You will be redirected automatically in 5 seconds."
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: facebook-button-plugin.php:
|
274 |
msgid "You can download and activate"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: facebook-button-plugin.php:
|
278 |
msgid "version of this plugin by entering Your license key."
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: facebook-button-plugin.php:
|
282 |
-
msgid "
|
|
|
|
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: facebook-button-plugin.php:
|
286 |
msgid "(your username is the email you specify when purchasing the product)."
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: facebook-button-plugin.php:
|
290 |
-
#: facebook-button-plugin.php:594
|
291 |
msgid "Go!"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: facebook-button-plugin.php:
|
295 |
-
msgid "
|
|
|
|
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: facebook-button-plugin.php:
|
299 |
-
msgid "FAQ"
|
300 |
-
msgstr "SSS (Sık Sorulan Sorular)"
|
301 |
-
|
302 |
-
#: facebook-button-plugin.php:734
|
303 |
msgid "Support"
|
304 |
msgstr "Dukungan"
|
305 |
|
306 |
-
#: facebook-button-plugin.php:
|
307 |
-
msgid "
|
|
|
|
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: facebook-button-plugin.php:
|
311 |
msgid "Extend standard plugin functionality with new great options"
|
312 |
msgstr ""
|
313 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-06-11 16:16+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-06-11 16:16+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:405
|
|
|
20 |
msgid "Facebook Button Settings"
|
21 |
msgstr "Pengaturan Facebook Button"
|
22 |
|
23 |
+
#: facebook-button-plugin.php:73
|
24 |
msgid "Facebook Button"
|
25 |
msgstr "Tombol Facebook"
|
26 |
|
27 |
+
#: facebook-button-plugin.php:195
|
28 |
msgid "requires"
|
29 |
msgstr "membutuhkan"
|
30 |
|
31 |
+
#: facebook-button-plugin.php:195
|
32 |
+
msgid ""
|
33 |
+
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
34 |
+
"try again."
|
35 |
+
msgstr ""
|
36 |
+
"atau lebih tinggi, itulah mengapa di nonaktifkan! Harap tingkatkan versi "
|
37 |
+
"Wordpress dan coba lagi"
|
38 |
|
39 |
+
#: facebook-button-plugin.php:195
|
40 |
msgid "Back to the WordPress"
|
41 |
msgstr "Kembali ke Wordpress"
|
42 |
|
43 |
+
#: facebook-button-plugin.php:195
|
44 |
msgid "Plugins page"
|
45 |
msgstr "Halaman Plugin"
|
46 |
|
47 |
+
#: facebook-button-plugin.php:231
|
48 |
msgid "Settings saved"
|
49 |
msgstr "Simpan Pengaturan"
|
50 |
|
51 |
+
#: facebook-button-plugin.php:253
|
52 |
msgid "Error: File size > 32K"
|
53 |
msgstr "SALAH: Ukuran file lebih besar dari 32KB"
|
54 |
|
55 |
+
#: facebook-button-plugin.php:256
|
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:267
|
64 |
msgid "Error: check image width or height"
|
65 |
msgstr "Salah: periksa lebar atau panjang gambar"
|
66 |
|
67 |
+
#: facebook-button-plugin.php:271
|
68 |
msgid "Uploading Error: check image properties"
|
69 |
msgstr "Gagal Mengunggah: periksa properti gambar"
|
70 |
|
71 |
+
#: facebook-button-plugin.php:296 facebook-button-plugin.php:335
|
|
|
72 |
msgid "Wrong license key"
|
73 |
msgstr ""
|
74 |
|
75 |
+
#: facebook-button-plugin.php:328
|
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:337
|
83 |
msgid "This license key is bind to another site"
|
84 |
msgstr ""
|
85 |
|
86 |
+
#: facebook-button-plugin.php:339
|
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:357
|
93 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
94 |
msgstr ""
|
95 |
|
96 |
+
#: facebook-button-plugin.php:363
|
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:367 facebook-button-plugin.php:376
|
|
|
103 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: facebook-button-plugin.php:380
|
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:395
|
113 |
msgid "Please, enter Your license key"
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: facebook-button-plugin.php:407 facebook-button-plugin.php:773
|
117 |
+
#: facebook-button-plugin.php:785
|
|
|
118 |
msgid "Settings"
|
119 |
msgstr "Pengaturan"
|
120 |
|
121 |
+
#: facebook-button-plugin.php:408
|
122 |
#, fuzzy
|
123 |
msgid "Extra settings"
|
124 |
msgstr "Pengaturan"
|
125 |
|
126 |
+
#: facebook-button-plugin.php:409 facebook-button-plugin.php:786
|
127 |
+
msgid "FAQ"
|
128 |
+
msgstr "SSS (Sık Sorulan Sorular)"
|
129 |
+
|
130 |
+
#: facebook-button-plugin.php:410
|
131 |
msgid "Go PRO"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: facebook-button-plugin.php:413
|
135 |
msgid "Notice:"
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: facebook-button-plugin.php:413
|
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:419
|
145 |
msgid "Your Facebook ID:"
|
146 |
msgstr " ID Facebook:"
|
147 |
|
148 |
+
#: facebook-button-plugin.php:425
|
149 |
msgid "Display button:"
|
150 |
msgstr "Tampilan tombol:"
|
151 |
|
152 |
+
#: facebook-button-plugin.php:427
|
153 |
msgid "My Page"
|
154 |
msgstr "Halamanku"
|
155 |
|
156 |
+
#: facebook-button-plugin.php:428
|
157 |
msgid "Like"
|
158 |
msgstr "Suka"
|
159 |
|
160 |
+
#: facebook-button-plugin.php:429
|
161 |
+
msgid "Share"
|
162 |
+
msgstr ""
|
163 |
+
|
164 |
+
#: facebook-button-plugin.php:434
|
165 |
msgid "Choose display settings:"
|
166 |
msgstr "Ubah pengaturan tampilan"
|
167 |
|
168 |
+
#: facebook-button-plugin.php:438
|
169 |
msgid "Standard Facebook image"
|
170 |
msgstr "Standar gambar Facebook "
|
171 |
|
172 |
+
#: facebook-button-plugin.php:440
|
173 |
msgid "Custom Facebook image"
|
174 |
msgstr "Kustom Gambar Facebook "
|
175 |
|
176 |
+
#: facebook-button-plugin.php:447
|
177 |
msgid "Current image:"
|
178 |
msgstr "Gambar tertentu:"
|
179 |
|
180 |
+
#: facebook-button-plugin.php:455
|
181 |
msgid "Facebook image:"
|
182 |
msgstr "Gambar Facebook:"
|
183 |
|
184 |
+
#: facebook-button-plugin.php:461
|
185 |
+
msgid ""
|
186 |
+
"Image properties: max image width:100px; max image height:40px; max image "
|
187 |
+
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
188 |
+
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:466
|
193 |
msgid "Facebook Button Position:"
|
194 |
msgstr "Posisi Tombol Facebook"
|
195 |
|
196 |
+
#: facebook-button-plugin.php:470
|
197 |
msgid "Before"
|
198 |
msgstr "Sebelum"
|
199 |
|
200 |
+
#: facebook-button-plugin.php:471
|
201 |
msgid "After"
|
202 |
msgstr "Setelah"
|
203 |
|
204 |
+
#: facebook-button-plugin.php:472
|
205 |
msgid "Before and After"
|
206 |
msgstr "Sebelum dan Setelah"
|
207 |
|
208 |
+
#: facebook-button-plugin.php:473
|
209 |
msgid "Shortcode"
|
210 |
msgstr "Kode Pendek"
|
211 |
|
212 |
+
#: facebook-button-plugin.php:475
|
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:"
|
216 |
+
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:480
|
221 |
msgid "Facebook Button language:"
|
222 |
msgstr "Bahasa Facebook Button:"
|
223 |
|
224 |
+
#: facebook-button-plugin.php:491
|
225 |
msgid "Change the language of Facebook Like Button"
|
226 |
msgstr "Ubah bahasa Facebook Like Button"
|
227 |
|
228 |
+
#: facebook-button-plugin.php:495
|
229 |
msgid "Html tag for Like Button:"
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: facebook-button-plugin.php:499
|
233 |
msgid "Use this tag to improve validation of your site"
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: facebook-button-plugin.php:505 facebook-button-plugin.php:544
|
|
|
237 |
msgid "Save Changes"
|
238 |
msgstr "Simpan Perubahan"
|
239 |
|
240 |
+
#: facebook-button-plugin.php:511
|
241 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: facebook-button-plugin.php:512
|
245 |
#, fuzzy
|
246 |
msgid "Rate the plugin"
|
247 |
msgstr "Eklenti Önerileri"
|
248 |
|
249 |
+
#: facebook-button-plugin.php:515
|
250 |
msgid "If there is something wrong about it, please contact us"
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: facebook-button-plugin.php:526
|
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:533
|
260 |
msgid "Show URL for pages"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: facebook-button-plugin.php:539
|
264 |
+
msgid "Example of the site's pages tree"
|
265 |
msgstr ""
|
266 |
|
267 |
#: facebook-button-plugin.php:539
|
268 |
+
msgid "Example of site pages' tree"
|
269 |
+
msgstr ""
|
270 |
+
|
271 |
+
#: facebook-button-plugin.php:549
|
272 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: facebook-button-plugin.php:556
|
276 |
msgid "Unlock premium options by upgrading to a PRO version."
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: facebook-button-plugin.php:557 facebook-button-plugin.php:863
|
|
|
280 |
msgid "Learn More"
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: facebook-button-plugin.php:560
|
284 |
msgid "Go"
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: facebook-button-plugin.php:572
|
288 |
+
msgid ""
|
289 |
+
"Congratulations! The PRO version of the plugin is successfully download and "
|
290 |
+
"activated."
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: facebook-button-plugin.php:574
|
294 |
msgid "Please, go to"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: facebook-button-plugin.php:574
|
298 |
#, fuzzy
|
299 |
msgid "the setting page"
|
300 |
msgstr "Simpan Pengaturan"
|
301 |
|
302 |
+
#: facebook-button-plugin.php:575
|
303 |
msgid "You will be redirected automatically in 5 seconds."
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: facebook-button-plugin.php:580
|
307 |
msgid "You can download and activate"
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: facebook-button-plugin.php:582
|
311 |
msgid "version of this plugin by entering Your license key."
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: facebook-button-plugin.php:584
|
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:586
|
321 |
msgid "(your username is the email you specify when purchasing the product)."
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: facebook-button-plugin.php:594 facebook-button-plugin.php:604
|
|
|
325 |
msgid "Go!"
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: facebook-button-plugin.php:597
|
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:787
|
|
|
|
|
|
|
|
|
335 |
msgid "Support"
|
336 |
msgstr "Dukungan"
|
337 |
|
338 |
+
#: facebook-button-plugin.php:866
|
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:867
|
345 |
msgid "Extend standard plugin functionality with new great options"
|
346 |
msgstr ""
|
347 |
|
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-
|
6 |
-
"PO-Revision-Date: 2014-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
@@ -16,295 +16,351 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: facebook-button-plugin.php:
|
20 |
-
#: facebook-button-plugin.php:397
|
21 |
msgid "Facebook Button Settings"
|
22 |
msgstr "Настройки Facebook Кнопки"
|
23 |
|
24 |
-
#: facebook-button-plugin.php:
|
25 |
msgid "Facebook Button"
|
26 |
msgstr "Facebook кнопка"
|
27 |
|
28 |
-
#: facebook-button-plugin.php:
|
29 |
msgid "requires"
|
30 |
msgstr "требует"
|
31 |
|
32 |
-
#: facebook-button-plugin.php:
|
33 |
-
msgid "
|
34 |
-
|
|
|
|
|
|
|
|
|
35 |
|
36 |
-
#: facebook-button-plugin.php:
|
37 |
msgid "Back to the WordPress"
|
38 |
msgstr "Вернуться к WordPress на"
|
39 |
|
40 |
-
#: facebook-button-plugin.php:
|
41 |
msgid "Plugins page"
|
42 |
msgstr "Страницу плагинов"
|
43 |
|
44 |
-
#: facebook-button-plugin.php:
|
45 |
msgid "Settings saved"
|
46 |
msgstr "Настройки сохранены"
|
47 |
|
48 |
-
#: facebook-button-plugin.php:
|
49 |
msgid "Error: File size > 32K"
|
50 |
msgstr "Ошибка: Размер файла больше 32К"
|
51 |
|
52 |
-
#: facebook-button-plugin.php:
|
53 |
msgid "Error: Invalid file type"
|
54 |
msgstr "Ошибка: Некорректный тип файла"
|
55 |
|
56 |
-
#: facebook-button-plugin.php:
|
57 |
msgid "Error: moving file failed"
|
58 |
msgstr "Ошибка: При перемещении произошла ошибка"
|
59 |
|
60 |
-
#: facebook-button-plugin.php:
|
61 |
msgid "Error: check image width or height"
|
62 |
msgstr "Ошибка: Проверьте ширину и высоту изображения"
|
63 |
|
64 |
-
#: facebook-button-plugin.php:
|
65 |
msgid "Uploading Error: check image properties"
|
66 |
msgstr "Ошибка загрузки: Проверьте опции изображения"
|
67 |
|
68 |
-
#: facebook-button-plugin.php:
|
69 |
-
#: facebook-button-plugin.php:327
|
70 |
msgid "Wrong license key"
|
71 |
msgstr "Неправильный лицензионный ключ"
|
72 |
|
73 |
-
#: facebook-button-plugin.php:
|
74 |
-
msgid "
|
75 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
|
77 |
-
#: facebook-button-plugin.php:
|
78 |
msgid "This license key is bind to another site"
|
79 |
msgstr "Этот лицензионный ключ привязан к другому сайту"
|
80 |
|
81 |
-
#: facebook-button-plugin.php:
|
82 |
-
msgid "
|
83 |
-
|
|
|
|
|
|
|
|
|
84 |
|
85 |
-
#: facebook-button-plugin.php:
|
86 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
87 |
msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
|
88 |
|
89 |
-
#: facebook-button-plugin.php:
|
90 |
-
msgid "
|
91 |
-
|
|
|
|
|
|
|
|
|
92 |
|
93 |
-
#: facebook-button-plugin.php:
|
94 |
-
#: facebook-button-plugin.php:368
|
95 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
96 |
-
msgstr "
|
|
|
97 |
|
98 |
-
#: facebook-button-plugin.php:
|
99 |
-
msgid "
|
100 |
-
|
|
|
|
|
|
|
|
|
101 |
|
102 |
-
#: facebook-button-plugin.php:
|
103 |
msgid "Please, enter Your license key"
|
104 |
msgstr "Пожалуйста, введите Ваш лицензионный ключ"
|
105 |
|
106 |
-
#: facebook-button-plugin.php:
|
107 |
-
#: facebook-button-plugin.php:
|
108 |
-
#: facebook-button-plugin.php:732
|
109 |
msgid "Settings"
|
110 |
msgstr "Настройки"
|
111 |
|
112 |
-
#: facebook-button-plugin.php:
|
113 |
msgid "Extra settings"
|
114 |
msgstr "Дополнительные настройки"
|
115 |
|
116 |
-
#: facebook-button-plugin.php:
|
|
|
|
|
|
|
|
|
117 |
msgid "Go PRO"
|
118 |
msgstr "Перейти на PRO версию"
|
119 |
|
120 |
-
#: facebook-button-plugin.php:
|
121 |
msgid "Notice:"
|
122 |
msgstr "Внимание:"
|
123 |
|
124 |
-
#: facebook-button-plugin.php:
|
125 |
-
msgid "
|
126 |
-
|
|
|
|
|
|
|
|
|
127 |
|
128 |
-
#: facebook-button-plugin.php:
|
129 |
msgid "Your Facebook ID:"
|
130 |
msgstr "Ваш Facebook ID:"
|
131 |
|
132 |
-
#: facebook-button-plugin.php:
|
133 |
msgid "Display button:"
|
134 |
msgstr "Отображение кнопок:"
|
135 |
|
136 |
-
#: facebook-button-plugin.php:
|
137 |
msgid "My Page"
|
138 |
msgstr "My Page"
|
139 |
|
140 |
-
#: facebook-button-plugin.php:
|
141 |
msgid "Like"
|
142 |
msgstr "Like"
|
143 |
|
144 |
-
#: facebook-button-plugin.php:
|
|
|
|
|
|
|
|
|
145 |
msgid "Choose display settings:"
|
146 |
msgstr "Выбор опций отображения:"
|
147 |
|
148 |
-
#: facebook-button-plugin.php:
|
149 |
msgid "Standard Facebook image"
|
150 |
msgstr "Стандартная картинка Facebook"
|
151 |
|
152 |
-
#: facebook-button-plugin.php:
|
153 |
msgid "Custom Facebook image"
|
154 |
msgstr "Пользовательская картинка Facebook"
|
155 |
|
156 |
-
#: facebook-button-plugin.php:
|
157 |
msgid "Current image:"
|
158 |
msgstr "Текущее изображение:"
|
159 |
|
160 |
-
#: facebook-button-plugin.php:
|
161 |
msgid "Facebook image:"
|
162 |
msgstr "Facebook изображение:"
|
163 |
|
164 |
-
#: facebook-button-plugin.php:
|
165 |
-
msgid "
|
166 |
-
|
|
|
|
|
|
|
|
|
167 |
|
168 |
-
#: facebook-button-plugin.php:
|
169 |
msgid "Facebook Button Position:"
|
170 |
msgstr "Позиции Facebook кнопки:"
|
171 |
|
172 |
-
#: facebook-button-plugin.php:
|
173 |
msgid "Before"
|
174 |
msgstr "Перед"
|
175 |
|
176 |
-
#: facebook-button-plugin.php:
|
177 |
msgid "After"
|
178 |
msgstr "После"
|
179 |
|
180 |
-
#: facebook-button-plugin.php:
|
181 |
msgid "Before and After"
|
182 |
msgstr "Перед и после"
|
183 |
|
184 |
-
#: facebook-button-plugin.php:
|
185 |
msgid "Shortcode"
|
186 |
msgstr "Шорткод"
|
187 |
|
188 |
-
#: facebook-button-plugin.php:
|
189 |
-
msgid "
|
190 |
-
|
|
|
|
|
|
|
|
|
191 |
|
192 |
-
#: facebook-button-plugin.php:
|
193 |
msgid "Facebook Button language:"
|
194 |
msgstr "Язык для Facebook кнопки:"
|
195 |
|
196 |
-
#: facebook-button-plugin.php:
|
197 |
msgid "Change the language of Facebook Like Button"
|
198 |
msgstr "Выберите язык для Like кнопки"
|
199 |
|
200 |
-
#: facebook-button-plugin.php:
|
201 |
msgid "Html tag for Like Button:"
|
202 |
msgstr "html тэг для кнопки Like:"
|
203 |
|
204 |
-
#: facebook-button-plugin.php:
|
205 |
msgid "Use this tag to improve validation of your site"
|
206 |
msgstr "Используйте этот тэг для лучшей валидации вашего сайта"
|
207 |
|
208 |
-
#: facebook-button-plugin.php:
|
209 |
-
#: facebook-button-plugin.php:534
|
210 |
msgid "Save Changes"
|
211 |
msgstr "Сохранить изменения"
|
212 |
|
213 |
-
#: facebook-button-plugin.php:
|
214 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
215 |
msgstr " Если вам понравился плагин то поставте нам 5 звезд на WordPress"
|
216 |
|
217 |
-
#: facebook-button-plugin.php:
|
218 |
msgid "Rate the plugin"
|
219 |
msgstr "Оценить плагин"
|
220 |
|
221 |
-
#: facebook-button-plugin.php:
|
222 |
msgid "If there is something wrong about it, please contact us"
|
223 |
msgstr "Если у вас есть какие-то вопросы, обращайтесь"
|
224 |
|
225 |
-
#: facebook-button-plugin.php:
|
226 |
-
msgid "
|
227 |
-
|
|
|
|
|
|
|
|
|
228 |
|
229 |
-
#: facebook-button-plugin.php:
|
230 |
msgid "Show URL for pages"
|
231 |
msgstr "Отображать URL для страниц"
|
232 |
|
233 |
-
#: facebook-button-plugin.php:
|
234 |
-
msgid "Example of site pages
|
235 |
msgstr "Пример дерева страниц сайта"
|
236 |
|
237 |
#: facebook-button-plugin.php:539
|
|
|
|
|
|
|
|
|
238 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
239 |
msgstr "При установке Pro версии плагина, все ваши настройки сохраняются."
|
240 |
|
241 |
-
#: facebook-button-plugin.php:
|
242 |
msgid "Unlock premium options by upgrading to a PRO version."
|
243 |
msgstr "Активируйте премиум опции обновившись до PRO версии."
|
244 |
|
245 |
-
#: facebook-button-plugin.php:
|
246 |
-
#: facebook-button-plugin.php:813
|
247 |
msgid "Learn More"
|
248 |
msgstr "Подробнее"
|
249 |
|
250 |
-
#: facebook-button-plugin.php:
|
251 |
msgid "Go"
|
252 |
msgstr "Перейти на"
|
253 |
|
254 |
-
#: facebook-button-plugin.php:
|
255 |
-
msgid "
|
|
|
|
|
256 |
msgstr "Поздравляем! PRO версия плагина была успешно загружена и активирована."
|
257 |
|
258 |
-
#: facebook-button-plugin.php:
|
259 |
msgid "Please, go to"
|
260 |
msgstr "Пожалуйста, перейдите на"
|
261 |
|
262 |
-
#: facebook-button-plugin.php:
|
263 |
msgid "the setting page"
|
264 |
msgstr "страницу настроек"
|
265 |
|
266 |
-
#: facebook-button-plugin.php:
|
267 |
msgid "You will be redirected automatically in 5 seconds."
|
268 |
msgstr "Вы будете перенаправлены автоматически через 5 секунд."
|
269 |
|
270 |
-
#: facebook-button-plugin.php:
|
271 |
msgid "You can download and activate"
|
272 |
msgstr "Вы можете скачать и активировать"
|
273 |
|
274 |
-
#: facebook-button-plugin.php:
|
275 |
msgid "version of this plugin by entering Your license key."
|
276 |
msgstr "версию этого плагина, введя ваш лицензионный ключ."
|
277 |
|
278 |
-
#: facebook-button-plugin.php:
|
279 |
-
msgid "
|
280 |
-
|
|
|
|
|
|
|
|
|
281 |
|
282 |
-
#: facebook-button-plugin.php:
|
283 |
msgid "(your username is the email you specify when purchasing the product)."
|
284 |
-
msgstr "
|
|
|
|
|
285 |
|
286 |
-
#: facebook-button-plugin.php:
|
287 |
-
#: facebook-button-plugin.php:594
|
288 |
msgid "Go!"
|
289 |
msgstr "Перейти!"
|
290 |
|
291 |
-
#: facebook-button-plugin.php:
|
292 |
-
msgid "
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
|
299 |
-
#: facebook-button-plugin.php:
|
300 |
msgid "Support"
|
301 |
msgstr "Поддержка"
|
302 |
|
303 |
-
#: facebook-button-plugin.php:
|
304 |
-
msgid "
|
305 |
-
|
|
|
|
|
|
|
|
|
306 |
|
307 |
-
#: facebook-button-plugin.php:
|
308 |
msgid "Extend standard plugin functionality with new great options"
|
309 |
msgstr "Расширение стандартного функционала плагина новыми опциями"
|
310 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-06-11 16:16+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-06-11 16:16+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:405
|
|
|
20 |
msgid "Facebook Button Settings"
|
21 |
msgstr "Настройки Facebook Кнопки"
|
22 |
|
23 |
+
#: facebook-button-plugin.php:73
|
24 |
msgid "Facebook Button"
|
25 |
msgstr "Facebook кнопка"
|
26 |
|
27 |
+
#: facebook-button-plugin.php:195
|
28 |
msgid "requires"
|
29 |
msgstr "требует"
|
30 |
|
31 |
+
#: facebook-button-plugin.php:195
|
32 |
+
msgid ""
|
33 |
+
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
34 |
+
"try again."
|
35 |
+
msgstr ""
|
36 |
+
"или выше, поэтому он был деактивирован! Пожалуйста обновить WordPress и "
|
37 |
+
"попробуйте еще раз."
|
38 |
|
39 |
+
#: facebook-button-plugin.php:195
|
40 |
msgid "Back to the WordPress"
|
41 |
msgstr "Вернуться к WordPress на"
|
42 |
|
43 |
+
#: facebook-button-plugin.php:195
|
44 |
msgid "Plugins page"
|
45 |
msgstr "Страницу плагинов"
|
46 |
|
47 |
+
#: facebook-button-plugin.php:231
|
48 |
msgid "Settings saved"
|
49 |
msgstr "Настройки сохранены"
|
50 |
|
51 |
+
#: facebook-button-plugin.php:253
|
52 |
msgid "Error: File size > 32K"
|
53 |
msgstr "Ошибка: Размер файла больше 32К"
|
54 |
|
55 |
+
#: facebook-button-plugin.php:256
|
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:267
|
64 |
msgid "Error: check image width or height"
|
65 |
msgstr "Ошибка: Проверьте ширину и высоту изображения"
|
66 |
|
67 |
+
#: facebook-button-plugin.php:271
|
68 |
msgid "Uploading Error: check image properties"
|
69 |
msgstr "Ошибка загрузки: Проверьте опции изображения"
|
70 |
|
71 |
+
#: facebook-button-plugin.php:296 facebook-button-plugin.php:335
|
|
|
72 |
msgid "Wrong license key"
|
73 |
msgstr "Неправильный лицензионный ключ"
|
74 |
|
75 |
+
#: facebook-button-plugin.php:328
|
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 |
+
"пожалуйста, свяжитесь с нами <a href=http://support.bestwebsoft."
|
83 |
+
"com>BestWebSoft</a>. Приносим извинения за неудобства."
|
84 |
|
85 |
+
#: facebook-button-plugin.php:337
|
86 |
msgid "This license key is bind to another site"
|
87 |
msgstr "Этот лицензионный ключ привязан к другому сайту"
|
88 |
|
89 |
+
#: facebook-button-plugin.php:339
|
90 |
+
msgid ""
|
91 |
+
"Unfortunately, you have exceeded the number of available tries. Please, "
|
92 |
+
"upload the plugin manually."
|
93 |
+
msgstr ""
|
94 |
+
"К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, "
|
95 |
+
"загрузите плагин вручную."
|
96 |
|
97 |
+
#: facebook-button-plugin.php:357
|
98 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
99 |
msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
|
100 |
|
101 |
+
#: facebook-button-plugin.php:363
|
102 |
+
msgid ""
|
103 |
+
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
104 |
+
"plugin manually"
|
105 |
+
msgstr ""
|
106 |
+
"Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
|
107 |
+
"Пожалуйста, загрузите плагин вручную"
|
108 |
|
109 |
+
#: facebook-button-plugin.php:367 facebook-button-plugin.php:376
|
|
|
110 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
111 |
+
msgstr ""
|
112 |
+
"Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
|
113 |
|
114 |
+
#: facebook-button-plugin.php:380
|
115 |
+
msgid ""
|
116 |
+
"Something went wrong. Try again later or upload the plugin manually. We are "
|
117 |
+
"sorry for inconvienience."
|
118 |
+
msgstr ""
|
119 |
+
"Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. "
|
120 |
+
"Приносим извинения за неудобства."
|
121 |
|
122 |
+
#: facebook-button-plugin.php:395
|
123 |
msgid "Please, enter Your license key"
|
124 |
msgstr "Пожалуйста, введите Ваш лицензионный ключ"
|
125 |
|
126 |
+
#: facebook-button-plugin.php:407 facebook-button-plugin.php:773
|
127 |
+
#: facebook-button-plugin.php:785
|
|
|
128 |
msgid "Settings"
|
129 |
msgstr "Настройки"
|
130 |
|
131 |
+
#: facebook-button-plugin.php:408
|
132 |
msgid "Extra settings"
|
133 |
msgstr "Дополнительные настройки"
|
134 |
|
135 |
+
#: facebook-button-plugin.php:409 facebook-button-plugin.php:786
|
136 |
+
msgid "FAQ"
|
137 |
+
msgstr "FAQ"
|
138 |
+
|
139 |
+
#: facebook-button-plugin.php:410
|
140 |
msgid "Go PRO"
|
141 |
msgstr "Перейти на PRO версию"
|
142 |
|
143 |
+
#: facebook-button-plugin.php:413
|
144 |
msgid "Notice:"
|
145 |
msgstr "Внимание:"
|
146 |
|
147 |
+
#: facebook-button-plugin.php:413
|
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."
|
151 |
+
msgstr ""
|
152 |
+
"Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, "
|
153 |
+
"не забудьте нажать кнопку \"Сохранить\"."
|
154 |
|
155 |
+
#: facebook-button-plugin.php:419
|
156 |
msgid "Your Facebook ID:"
|
157 |
msgstr "Ваш Facebook ID:"
|
158 |
|
159 |
+
#: facebook-button-plugin.php:425
|
160 |
msgid "Display button:"
|
161 |
msgstr "Отображение кнопок:"
|
162 |
|
163 |
+
#: facebook-button-plugin.php:427
|
164 |
msgid "My Page"
|
165 |
msgstr "My Page"
|
166 |
|
167 |
+
#: facebook-button-plugin.php:428
|
168 |
msgid "Like"
|
169 |
msgstr "Like"
|
170 |
|
171 |
+
#: facebook-button-plugin.php:429
|
172 |
+
msgid "Share"
|
173 |
+
msgstr "Share"
|
174 |
+
|
175 |
+
#: facebook-button-plugin.php:434
|
176 |
msgid "Choose display settings:"
|
177 |
msgstr "Выбор опций отображения:"
|
178 |
|
179 |
+
#: facebook-button-plugin.php:438
|
180 |
msgid "Standard Facebook image"
|
181 |
msgstr "Стандартная картинка Facebook"
|
182 |
|
183 |
+
#: facebook-button-plugin.php:440
|
184 |
msgid "Custom Facebook image"
|
185 |
msgstr "Пользовательская картинка Facebook"
|
186 |
|
187 |
+
#: facebook-button-plugin.php:447
|
188 |
msgid "Current image:"
|
189 |
msgstr "Текущее изображение:"
|
190 |
|
191 |
+
#: facebook-button-plugin.php:455
|
192 |
msgid "Facebook image:"
|
193 |
msgstr "Facebook изображение:"
|
194 |
|
195 |
+
#: facebook-button-plugin.php:461
|
196 |
+
msgid ""
|
197 |
+
"Image properties: max image width:100px; max image height:40px; max image "
|
198 |
+
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
199 |
+
msgstr ""
|
200 |
+
"Опции изображения для загрузки: максимальная ширина:100px; максимальная "
|
201 |
+
"высота:40px; максимальный размер:32Kb; тип файла:\"jpg\", \"jpeg\", \"png\"."
|
202 |
|
203 |
+
#: facebook-button-plugin.php:466
|
204 |
msgid "Facebook Button Position:"
|
205 |
msgstr "Позиции Facebook кнопки:"
|
206 |
|
207 |
+
#: facebook-button-plugin.php:470
|
208 |
msgid "Before"
|
209 |
msgstr "Перед"
|
210 |
|
211 |
+
#: facebook-button-plugin.php:471
|
212 |
msgid "After"
|
213 |
msgstr "После"
|
214 |
|
215 |
+
#: facebook-button-plugin.php:472
|
216 |
msgid "Before and After"
|
217 |
msgstr "Перед и после"
|
218 |
|
219 |
+
#: facebook-button-plugin.php:473
|
220 |
msgid "Shortcode"
|
221 |
msgstr "Шорткод"
|
222 |
|
223 |
+
#: facebook-button-plugin.php:475
|
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:"
|
227 |
+
msgstr ""
|
228 |
+
"Если вы хотите добавить Facebook кнопку на свой сайт, вам надо только "
|
229 |
+
"скопировать и вставить шорткод в контент страницы или поста"
|
230 |
|
231 |
+
#: facebook-button-plugin.php:480
|
232 |
msgid "Facebook Button language:"
|
233 |
msgstr "Язык для Facebook кнопки:"
|
234 |
|
235 |
+
#: facebook-button-plugin.php:491
|
236 |
msgid "Change the language of Facebook Like Button"
|
237 |
msgstr "Выберите язык для Like кнопки"
|
238 |
|
239 |
+
#: facebook-button-plugin.php:495
|
240 |
msgid "Html tag for Like Button:"
|
241 |
msgstr "html тэг для кнопки Like:"
|
242 |
|
243 |
+
#: facebook-button-plugin.php:499
|
244 |
msgid "Use this tag to improve validation of your site"
|
245 |
msgstr "Используйте этот тэг для лучшей валидации вашего сайта"
|
246 |
|
247 |
+
#: facebook-button-plugin.php:505 facebook-button-plugin.php:544
|
|
|
248 |
msgid "Save Changes"
|
249 |
msgstr "Сохранить изменения"
|
250 |
|
251 |
+
#: facebook-button-plugin.php:511
|
252 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
253 |
msgstr " Если вам понравился плагин то поставте нам 5 звезд на WordPress"
|
254 |
|
255 |
+
#: facebook-button-plugin.php:512
|
256 |
msgid "Rate the plugin"
|
257 |
msgstr "Оценить плагин"
|
258 |
|
259 |
+
#: facebook-button-plugin.php:515
|
260 |
msgid "If there is something wrong about it, please contact us"
|
261 |
msgstr "Если у вас есть какие-то вопросы, обращайтесь"
|
262 |
|
263 |
+
#: facebook-button-plugin.php:526
|
264 |
+
msgid ""
|
265 |
+
"Please choose the necessary post types (or single pages) where Facebook "
|
266 |
+
"button will be displayed:"
|
267 |
+
msgstr ""
|
268 |
+
"Пожалуйста, выберите те типы постов (или отдельные страницы), где будут "
|
269 |
+
"отображатся кнопки Facebook:"
|
270 |
|
271 |
+
#: facebook-button-plugin.php:533
|
272 |
msgid "Show URL for pages"
|
273 |
msgstr "Отображать URL для страниц"
|
274 |
|
275 |
+
#: facebook-button-plugin.php:539
|
276 |
+
msgid "Example of the site's pages tree"
|
277 |
msgstr "Пример дерева страниц сайта"
|
278 |
|
279 |
#: facebook-button-plugin.php:539
|
280 |
+
msgid "Example of site pages' tree"
|
281 |
+
msgstr "Пример дерева страниц сайта"
|
282 |
+
|
283 |
+
#: facebook-button-plugin.php:549
|
284 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
285 |
msgstr "При установке Pro версии плагина, все ваши настройки сохраняются."
|
286 |
|
287 |
+
#: facebook-button-plugin.php:556
|
288 |
msgid "Unlock premium options by upgrading to a PRO version."
|
289 |
msgstr "Активируйте премиум опции обновившись до PRO версии."
|
290 |
|
291 |
+
#: facebook-button-plugin.php:557 facebook-button-plugin.php:863
|
|
|
292 |
msgid "Learn More"
|
293 |
msgstr "Подробнее"
|
294 |
|
295 |
+
#: facebook-button-plugin.php:560
|
296 |
msgid "Go"
|
297 |
msgstr "Перейти на"
|
298 |
|
299 |
+
#: facebook-button-plugin.php:572
|
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:574
|
306 |
msgid "Please, go to"
|
307 |
msgstr "Пожалуйста, перейдите на"
|
308 |
|
309 |
+
#: facebook-button-plugin.php:574
|
310 |
msgid "the setting page"
|
311 |
msgstr "страницу настроек"
|
312 |
|
313 |
+
#: facebook-button-plugin.php:575
|
314 |
msgid "You will be redirected automatically in 5 seconds."
|
315 |
msgstr "Вы будете перенаправлены автоматически через 5 секунд."
|
316 |
|
317 |
+
#: facebook-button-plugin.php:580
|
318 |
msgid "You can download and activate"
|
319 |
msgstr "Вы можете скачать и активировать"
|
320 |
|
321 |
+
#: facebook-button-plugin.php:582
|
322 |
msgid "version of this plugin by entering Your license key."
|
323 |
msgstr "версию этого плагина, введя ваш лицензионный ключ."
|
324 |
|
325 |
+
#: facebook-button-plugin.php:584
|
326 |
+
msgid ""
|
327 |
+
"You can find your license key on your personal page Client area, by clicking "
|
328 |
+
"on the link"
|
329 |
+
msgstr ""
|
330 |
+
"Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, "
|
331 |
+
"нажав на ссылку"
|
332 |
|
333 |
+
#: facebook-button-plugin.php:586
|
334 |
msgid "(your username is the email you specify when purchasing the product)."
|
335 |
+
msgstr ""
|
336 |
+
"(ваше имя пользователя - это электронный адрес, указанный при покупке "
|
337 |
+
"продукта)."
|
338 |
|
339 |
+
#: facebook-button-plugin.php:594 facebook-button-plugin.php:604
|
|
|
340 |
msgid "Go!"
|
341 |
msgstr "Перейти!"
|
342 |
|
343 |
+
#: facebook-button-plugin.php:597
|
344 |
+
msgid ""
|
345 |
+
"Unfortunately, you have exceeded the number of available tries per day. "
|
346 |
+
"Please, upload the plugin manually."
|
347 |
+
msgstr ""
|
348 |
+
"К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, "
|
349 |
+
"загрузите плагин вручную."
|
350 |
|
351 |
+
#: facebook-button-plugin.php:787
|
352 |
msgid "Support"
|
353 |
msgstr "Поддержка"
|
354 |
|
355 |
+
#: facebook-button-plugin.php:866
|
356 |
+
msgid ""
|
357 |
+
"It's time to upgrade your <strong>Facebook Like Button</strong> to "
|
358 |
+
"<strong>PRO</strong> version"
|
359 |
+
msgstr ""
|
360 |
+
"Пора обновить ваш <strong>плагин Facebook Like Button</strong> до "
|
361 |
+
"<strong>PRO</strong> версии"
|
362 |
|
363 |
+
#: facebook-button-plugin.php:867
|
364 |
msgid "Extend standard plugin functionality with new great options"
|
365 |
msgstr "Расширение стандартного функционала плагина новыми опциями"
|
366 |
|
languages/facebook-sr_RS.mo
DELETED
Binary file
|
languages/facebook-sr_RS.po
DELETED
@@ -1,376 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: facebook\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-04-14 12:42+0300\n"
|
6 |
-
"PO-Revision-Date: 2014-04-14 12:42+0300\n"
|
7 |
-
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
-
"Language-Team: Georgijevic Team <http://www.georgijevic.info>\n"
|
9 |
-
"Language: \n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
-
"X-Poedit-Basepath: ..\n"
|
15 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
-
"X-Generator: Poedit 1.5.4\n"
|
17 |
-
"X-Poedit-SearchPath-0: .\n"
|
18 |
-
|
19 |
-
#: facebook-button-plugin.php:72
|
20 |
-
#: facebook-button-plugin.php:397
|
21 |
-
#, fuzzy
|
22 |
-
msgid "Facebook Button Settings"
|
23 |
-
msgstr "Taster Facebook Opcija"
|
24 |
-
|
25 |
-
#: facebook-button-plugin.php:72
|
26 |
-
#, fuzzy
|
27 |
-
msgid "Facebook Button"
|
28 |
-
msgstr "Facebook taster"
|
29 |
-
|
30 |
-
#: facebook-button-plugin.php:188
|
31 |
-
msgid "requires"
|
32 |
-
msgstr ""
|
33 |
-
|
34 |
-
#: facebook-button-plugin.php:188
|
35 |
-
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: facebook-button-plugin.php:188
|
39 |
-
msgid "Back to the WordPress"
|
40 |
-
msgstr ""
|
41 |
-
|
42 |
-
#: facebook-button-plugin.php:188
|
43 |
-
#, fuzzy
|
44 |
-
msgid "Plugins page"
|
45 |
-
msgstr "BWS Dodaci"
|
46 |
-
|
47 |
-
#: facebook-button-plugin.php:223
|
48 |
-
#, fuzzy
|
49 |
-
msgid "Settings saved"
|
50 |
-
msgstr "Podešavanja"
|
51 |
-
|
52 |
-
#: facebook-button-plugin.php:245
|
53 |
-
msgid "Error: File size > 32K"
|
54 |
-
msgstr "Greška: Veličina fajla prevazilazi 32К"
|
55 |
-
|
56 |
-
#: facebook-button-plugin.php:248
|
57 |
-
msgid "Error: Invalid file type"
|
58 |
-
msgstr "Greška: Neispravan tip fajla"
|
59 |
-
|
60 |
-
#: facebook-button-plugin.php:256
|
61 |
-
msgid "Error: moving file failed"
|
62 |
-
msgstr "Greška: premeštanje fajla nije uspelo"
|
63 |
-
|
64 |
-
#: facebook-button-plugin.php:259
|
65 |
-
msgid "Error: check image width or height"
|
66 |
-
msgstr "Greška: Proverite širinu i visinu slike"
|
67 |
-
|
68 |
-
#: facebook-button-plugin.php:263
|
69 |
-
msgid "Uploading Error: check image properties"
|
70 |
-
msgstr "Greška unosa: Proverite svojstva slike"
|
71 |
-
|
72 |
-
#: facebook-button-plugin.php:288
|
73 |
-
#: facebook-button-plugin.php:327
|
74 |
-
msgid "Wrong license key"
|
75 |
-
msgstr ""
|
76 |
-
|
77 |
-
#: facebook-button-plugin.php:320
|
78 |
-
msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
|
79 |
-
msgstr ""
|
80 |
-
|
81 |
-
#: facebook-button-plugin.php:329
|
82 |
-
msgid "This license key is bind to another site"
|
83 |
-
msgstr ""
|
84 |
-
|
85 |
-
#: facebook-button-plugin.php:331
|
86 |
-
msgid "Unfortunately, you have exceeded the number of available tries. Please, upload the plugin manually."
|
87 |
-
msgstr ""
|
88 |
-
|
89 |
-
#: facebook-button-plugin.php:349
|
90 |
-
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
91 |
-
msgstr ""
|
92 |
-
|
93 |
-
#: facebook-button-plugin.php:355
|
94 |
-
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
95 |
-
msgstr ""
|
96 |
-
|
97 |
-
#: facebook-button-plugin.php:359
|
98 |
-
#: facebook-button-plugin.php:368
|
99 |
-
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
100 |
-
msgstr ""
|
101 |
-
|
102 |
-
#: facebook-button-plugin.php:372
|
103 |
-
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
|
104 |
-
msgstr ""
|
105 |
-
|
106 |
-
#: facebook-button-plugin.php:387
|
107 |
-
msgid "Please, enter Your license key"
|
108 |
-
msgstr ""
|
109 |
-
|
110 |
-
#: facebook-button-plugin.php:399
|
111 |
-
#: facebook-button-plugin.php:720
|
112 |
-
#: facebook-button-plugin.php:732
|
113 |
-
msgid "Settings"
|
114 |
-
msgstr "Podešavanja"
|
115 |
-
|
116 |
-
#: facebook-button-plugin.php:400
|
117 |
-
#, fuzzy
|
118 |
-
msgid "Extra settings"
|
119 |
-
msgstr "Podešavanja"
|
120 |
-
|
121 |
-
#: facebook-button-plugin.php:401
|
122 |
-
msgid "Go PRO"
|
123 |
-
msgstr ""
|
124 |
-
|
125 |
-
#: facebook-button-plugin.php:404
|
126 |
-
msgid "Notice:"
|
127 |
-
msgstr ""
|
128 |
-
|
129 |
-
#: facebook-button-plugin.php:404
|
130 |
-
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
131 |
-
msgstr ""
|
132 |
-
|
133 |
-
#: facebook-button-plugin.php:410
|
134 |
-
#, fuzzy
|
135 |
-
msgid "Your Facebook ID:"
|
136 |
-
msgstr "Vaš Facebook Id:"
|
137 |
-
|
138 |
-
#: facebook-button-plugin.php:416
|
139 |
-
msgid "Display button:"
|
140 |
-
msgstr "Prikaži taster:"
|
141 |
-
|
142 |
-
#: facebook-button-plugin.php:418
|
143 |
-
msgid "My Page"
|
144 |
-
msgstr "Moja Strana"
|
145 |
-
|
146 |
-
#: facebook-button-plugin.php:419
|
147 |
-
msgid "Like"
|
148 |
-
msgstr "Like"
|
149 |
-
|
150 |
-
#: facebook-button-plugin.php:424
|
151 |
-
#, fuzzy
|
152 |
-
msgid "Choose display settings:"
|
153 |
-
msgstr "Izaberi opcije prikaza:"
|
154 |
-
|
155 |
-
#: facebook-button-plugin.php:428
|
156 |
-
#, fuzzy
|
157 |
-
msgid "Standard Facebook image"
|
158 |
-
msgstr "Standardna Facebook slika"
|
159 |
-
|
160 |
-
#: facebook-button-plugin.php:430
|
161 |
-
#, fuzzy
|
162 |
-
msgid "Custom Facebook image"
|
163 |
-
msgstr "Proizvoljna Facebook slika"
|
164 |
-
|
165 |
-
#: facebook-button-plugin.php:437
|
166 |
-
msgid "Current image:"
|
167 |
-
msgstr "Aktuelna slika:"
|
168 |
-
|
169 |
-
#: facebook-button-plugin.php:445
|
170 |
-
#, fuzzy
|
171 |
-
msgid "Facebook image:"
|
172 |
-
msgstr "Facebook slika:"
|
173 |
-
|
174 |
-
#: facebook-button-plugin.php:451
|
175 |
-
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
176 |
-
msgstr "Svojstva slike: maksimalna širina:100px; maksimalna visina:40px; maksimalna veličina:32Kb; tip fajla:\"jpg\", \"jpeg\", \"png\"."
|
177 |
-
|
178 |
-
#: facebook-button-plugin.php:456
|
179 |
-
#, fuzzy
|
180 |
-
msgid "Facebook Button Position:"
|
181 |
-
msgstr "Pozicija Facebook Tastera:"
|
182 |
-
|
183 |
-
#: facebook-button-plugin.php:460
|
184 |
-
msgid "Before"
|
185 |
-
msgstr "Pre"
|
186 |
-
|
187 |
-
#: facebook-button-plugin.php:461
|
188 |
-
msgid "After"
|
189 |
-
msgstr "Posle"
|
190 |
-
|
191 |
-
#: facebook-button-plugin.php:462
|
192 |
-
msgid "Before and After"
|
193 |
-
msgstr "Pre i posle"
|
194 |
-
|
195 |
-
#: facebook-button-plugin.php:463
|
196 |
-
msgid "Shortcode"
|
197 |
-
msgstr "Kratki kod"
|
198 |
-
|
199 |
-
#: facebook-button-plugin.php:465
|
200 |
-
#, fuzzy
|
201 |
-
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
202 |
-
msgstr "Ako želite da dodate Facebook taster na vaš vebsajt, jednostavno iskopirajte ovaj kratak kod na vašu stranu ili članak:"
|
203 |
-
|
204 |
-
#: facebook-button-plugin.php:470
|
205 |
-
#, fuzzy
|
206 |
-
msgid "Facebook Button language:"
|
207 |
-
msgstr "Jezik Facebook tastera"
|
208 |
-
|
209 |
-
#: facebook-button-plugin.php:481
|
210 |
-
#, fuzzy
|
211 |
-
msgid "Change the language of Facebook Like Button"
|
212 |
-
msgstr "Izaberite jezik za Like taster"
|
213 |
-
|
214 |
-
#: facebook-button-plugin.php:485
|
215 |
-
msgid "Html tag for Like Button:"
|
216 |
-
msgstr ""
|
217 |
-
|
218 |
-
#: facebook-button-plugin.php:489
|
219 |
-
msgid "Use this tag to improve validation of your site"
|
220 |
-
msgstr ""
|
221 |
-
|
222 |
-
#: facebook-button-plugin.php:495
|
223 |
-
#: facebook-button-plugin.php:534
|
224 |
-
msgid "Save Changes"
|
225 |
-
msgstr "Sačuvaj Izmene"
|
226 |
-
|
227 |
-
#: facebook-button-plugin.php:501
|
228 |
-
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
229 |
-
msgstr ""
|
230 |
-
|
231 |
-
#: facebook-button-plugin.php:502
|
232 |
-
#, fuzzy
|
233 |
-
msgid "Rate the plugin"
|
234 |
-
msgstr "Preporučeni dodaci"
|
235 |
-
|
236 |
-
#: facebook-button-plugin.php:505
|
237 |
-
msgid "If there is something wrong about it, please contact us"
|
238 |
-
msgstr ""
|
239 |
-
|
240 |
-
#: facebook-button-plugin.php:516
|
241 |
-
msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
|
242 |
-
msgstr ""
|
243 |
-
|
244 |
-
#: facebook-button-plugin.php:523
|
245 |
-
msgid "Show URL for pages"
|
246 |
-
msgstr ""
|
247 |
-
|
248 |
-
#: facebook-button-plugin.php:529
|
249 |
-
msgid "Example of site pages' tree"
|
250 |
-
msgstr ""
|
251 |
-
|
252 |
-
#: facebook-button-plugin.php:539
|
253 |
-
msgid "If you upgrade to Pro version all your settings will be saved."
|
254 |
-
msgstr ""
|
255 |
-
|
256 |
-
#: facebook-button-plugin.php:546
|
257 |
-
msgid "Unlock premium options by upgrading to a PRO version."
|
258 |
-
msgstr ""
|
259 |
-
|
260 |
-
#: facebook-button-plugin.php:547
|
261 |
-
#: facebook-button-plugin.php:813
|
262 |
-
msgid "Learn More"
|
263 |
-
msgstr ""
|
264 |
-
|
265 |
-
#: facebook-button-plugin.php:550
|
266 |
-
msgid "Go"
|
267 |
-
msgstr ""
|
268 |
-
|
269 |
-
#: facebook-button-plugin.php:562
|
270 |
-
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
271 |
-
msgstr ""
|
272 |
-
|
273 |
-
#: facebook-button-plugin.php:564
|
274 |
-
msgid "Please, go to"
|
275 |
-
msgstr ""
|
276 |
-
|
277 |
-
#: facebook-button-plugin.php:564
|
278 |
-
#, fuzzy
|
279 |
-
msgid "the setting page"
|
280 |
-
msgstr "Podešavanja"
|
281 |
-
|
282 |
-
#: facebook-button-plugin.php:565
|
283 |
-
msgid "You will be redirected automatically in 5 seconds."
|
284 |
-
msgstr ""
|
285 |
-
|
286 |
-
#: facebook-button-plugin.php:570
|
287 |
-
msgid "You can download and activate"
|
288 |
-
msgstr ""
|
289 |
-
|
290 |
-
#: facebook-button-plugin.php:572
|
291 |
-
msgid "version of this plugin by entering Your license key."
|
292 |
-
msgstr ""
|
293 |
-
|
294 |
-
#: facebook-button-plugin.php:574
|
295 |
-
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
296 |
-
msgstr ""
|
297 |
-
|
298 |
-
#: facebook-button-plugin.php:576
|
299 |
-
msgid "(your username is the email you specify when purchasing the product)."
|
300 |
-
msgstr ""
|
301 |
-
|
302 |
-
#: facebook-button-plugin.php:584
|
303 |
-
#: facebook-button-plugin.php:594
|
304 |
-
msgid "Go!"
|
305 |
-
msgstr ""
|
306 |
-
|
307 |
-
#: facebook-button-plugin.php:587
|
308 |
-
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
309 |
-
msgstr ""
|
310 |
-
|
311 |
-
#: facebook-button-plugin.php:733
|
312 |
-
msgid "FAQ"
|
313 |
-
msgstr "FAQ"
|
314 |
-
|
315 |
-
#: facebook-button-plugin.php:734
|
316 |
-
msgid "Support"
|
317 |
-
msgstr "Podrška"
|
318 |
-
|
319 |
-
#: facebook-button-plugin.php:816
|
320 |
-
msgid "It's time to upgrade your <strong>Facebook Like Button</strong> to <strong>PRO</strong> version"
|
321 |
-
msgstr ""
|
322 |
-
|
323 |
-
#: facebook-button-plugin.php:817
|
324 |
-
msgid "Extend standard plugin functionality with new great options"
|
325 |
-
msgstr ""
|
326 |
-
|
327 |
-
#, fuzzy
|
328 |
-
#~ msgid "Memory usage"
|
329 |
-
#~ msgstr "Moja Strana"
|
330 |
-
|
331 |
-
#~ msgid "Activated plugins"
|
332 |
-
#~ msgstr "Aktivni dodaci"
|
333 |
-
|
334 |
-
#~ msgid "Read more"
|
335 |
-
#~ msgstr "Čitaj više..."
|
336 |
-
|
337 |
-
#~ msgid "Installed plugins"
|
338 |
-
#~ msgstr "Instalirani dodaci"
|
339 |
-
|
340 |
-
#~ msgid "Recommended plugins"
|
341 |
-
#~ msgstr "Preporučeni dodaci"
|
342 |
-
|
343 |
-
#~ msgid "Download"
|
344 |
-
#~ msgstr "Preuzmi"
|
345 |
-
|
346 |
-
#~ msgid "Install %s"
|
347 |
-
#~ msgstr "Instaliraj %s"
|
348 |
-
|
349 |
-
#~ msgid "Install now from wordpress.org"
|
350 |
-
#~ msgstr "Instaliraj sa wordpress.org"
|
351 |
-
|
352 |
-
#, fuzzy
|
353 |
-
#~ msgid "Active Plugins"
|
354 |
-
#~ msgstr "Aktivni dodaci"
|
355 |
-
|
356 |
-
#, fuzzy
|
357 |
-
#~ msgid "Inactive Plugins"
|
358 |
-
#~ msgstr "Aktivni dodaci"
|
359 |
-
|
360 |
-
#, fuzzy
|
361 |
-
#~ msgid "Send to support"
|
362 |
-
#~ msgstr "Podrška"
|
363 |
-
|
364 |
-
#, fuzzy
|
365 |
-
#~ msgid ""
|
366 |
-
#~ "If you have any questions, please contact us via plugin@bestwebsoft.com "
|
367 |
-
#~ "or fill out the contact form on our website"
|
368 |
-
#~ msgstr ""
|
369 |
-
#~ "Ako imate bilo kakva pitanja, kontaktirajte nas putem maila "
|
370 |
-
#~ "plugin@bestwebsoft.com ili popubite kontakt formu na našem sajtu"
|
371 |
-
|
372 |
-
#~ msgid "Options saved."
|
373 |
-
#~ msgstr "Opcije sačuvane"
|
374 |
-
|
375 |
-
#~ msgid "Install Now"
|
376 |
-
#~ msgstr "Instaliraj Odmah"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/facebook-tr_TR.mo
DELETED
Binary file
|
languages/facebook-tr_TR.po
DELETED
@@ -1,372 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: facebook\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-04-14 12:42+0300\n"
|
6 |
-
"PO-Revision-Date: 2014-04-14 12:43+0300\n"
|
7 |
-
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
-
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
9 |
-
"Language: es_ES\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
-
"X-Poedit-Basepath: ..\n"
|
15 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
-
"X-Generator: Poedit 1.5.4\n"
|
17 |
-
"X-Poedit-SearchPath-0: .\n"
|
18 |
-
|
19 |
-
#: facebook-button-plugin.php:72
|
20 |
-
#: facebook-button-plugin.php:397
|
21 |
-
#, fuzzy
|
22 |
-
msgid "Facebook Button Settings"
|
23 |
-
msgstr "Facebook Butonu Ayarları"
|
24 |
-
|
25 |
-
#: facebook-button-plugin.php:72
|
26 |
-
#, fuzzy
|
27 |
-
msgid "Facebook Button"
|
28 |
-
msgstr "Facebook Butonu"
|
29 |
-
|
30 |
-
#: facebook-button-plugin.php:188
|
31 |
-
msgid "requires"
|
32 |
-
msgstr ""
|
33 |
-
|
34 |
-
#: facebook-button-plugin.php:188
|
35 |
-
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: facebook-button-plugin.php:188
|
39 |
-
msgid "Back to the WordPress"
|
40 |
-
msgstr ""
|
41 |
-
|
42 |
-
#: facebook-button-plugin.php:188
|
43 |
-
#, fuzzy
|
44 |
-
msgid "Plugins page"
|
45 |
-
msgstr "Плагины BWS"
|
46 |
-
|
47 |
-
#: facebook-button-plugin.php:223
|
48 |
-
#, fuzzy
|
49 |
-
msgid "Settings saved"
|
50 |
-
msgstr "Ayarlar"
|
51 |
-
|
52 |
-
#: facebook-button-plugin.php:245
|
53 |
-
msgid "Error: File size > 32K"
|
54 |
-
msgstr "HATA: Dosya boyutu 32KB'tan büyük!"
|
55 |
-
|
56 |
-
#: facebook-button-plugin.php:248
|
57 |
-
msgid "Error: Invalid file type"
|
58 |
-
msgstr "HATA: geçersiz dosya uzantısı"
|
59 |
-
|
60 |
-
#: facebook-button-plugin.php:256
|
61 |
-
msgid "Error: moving file failed"
|
62 |
-
msgstr "HATA: Dosya taşınamadı!"
|
63 |
-
|
64 |
-
#: facebook-button-plugin.php:259
|
65 |
-
msgid "Error: check image width or height"
|
66 |
-
msgstr "HATA: Görselin genişlik ve yüksekliğini kontrol edin."
|
67 |
-
|
68 |
-
#: facebook-button-plugin.php:263
|
69 |
-
msgid "Uploading Error: check image properties"
|
70 |
-
msgstr "Yükleme Hatası: Görselin özelliklerini kontol edin."
|
71 |
-
|
72 |
-
#: facebook-button-plugin.php:288
|
73 |
-
#: facebook-button-plugin.php:327
|
74 |
-
msgid "Wrong license key"
|
75 |
-
msgstr ""
|
76 |
-
|
77 |
-
#: facebook-button-plugin.php:320
|
78 |
-
msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
|
79 |
-
msgstr ""
|
80 |
-
|
81 |
-
#: facebook-button-plugin.php:329
|
82 |
-
msgid "This license key is bind to another site"
|
83 |
-
msgstr ""
|
84 |
-
|
85 |
-
#: facebook-button-plugin.php:331
|
86 |
-
msgid "Unfortunately, you have exceeded the number of available tries. Please, upload the plugin manually."
|
87 |
-
msgstr ""
|
88 |
-
|
89 |
-
#: facebook-button-plugin.php:349
|
90 |
-
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
91 |
-
msgstr ""
|
92 |
-
|
93 |
-
#: facebook-button-plugin.php:355
|
94 |
-
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
95 |
-
msgstr ""
|
96 |
-
|
97 |
-
#: facebook-button-plugin.php:359
|
98 |
-
#: facebook-button-plugin.php:368
|
99 |
-
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
100 |
-
msgstr ""
|
101 |
-
|
102 |
-
#: facebook-button-plugin.php:372
|
103 |
-
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
|
104 |
-
msgstr ""
|
105 |
-
|
106 |
-
#: facebook-button-plugin.php:387
|
107 |
-
msgid "Please, enter Your license key"
|
108 |
-
msgstr ""
|
109 |
-
|
110 |
-
#: facebook-button-plugin.php:399
|
111 |
-
#: facebook-button-plugin.php:720
|
112 |
-
#: facebook-button-plugin.php:732
|
113 |
-
msgid "Settings"
|
114 |
-
msgstr "Ayarlar"
|
115 |
-
|
116 |
-
#: facebook-button-plugin.php:400
|
117 |
-
#, fuzzy
|
118 |
-
msgid "Extra settings"
|
119 |
-
msgstr "Ayarlar"
|
120 |
-
|
121 |
-
#: facebook-button-plugin.php:401
|
122 |
-
msgid "Go PRO"
|
123 |
-
msgstr ""
|
124 |
-
|
125 |
-
#: facebook-button-plugin.php:404
|
126 |
-
msgid "Notice:"
|
127 |
-
msgstr ""
|
128 |
-
|
129 |
-
#: facebook-button-plugin.php:404
|
130 |
-
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
131 |
-
msgstr ""
|
132 |
-
|
133 |
-
#: facebook-button-plugin.php:410
|
134 |
-
#, fuzzy
|
135 |
-
msgid "Your Facebook ID:"
|
136 |
-
msgstr "Facebook ID:"
|
137 |
-
|
138 |
-
#: facebook-button-plugin.php:416
|
139 |
-
msgid "Display button:"
|
140 |
-
msgstr ""
|
141 |
-
|
142 |
-
#: facebook-button-plugin.php:418
|
143 |
-
msgid "My Page"
|
144 |
-
msgstr ""
|
145 |
-
|
146 |
-
#: facebook-button-plugin.php:419
|
147 |
-
msgid "Like"
|
148 |
-
msgstr ""
|
149 |
-
|
150 |
-
#: facebook-button-plugin.php:424
|
151 |
-
#, fuzzy
|
152 |
-
msgid "Choose display settings:"
|
153 |
-
msgstr "Gösterim Şeklini Seçin"
|
154 |
-
|
155 |
-
#: facebook-button-plugin.php:428
|
156 |
-
#, fuzzy
|
157 |
-
msgid "Standard Facebook image"
|
158 |
-
msgstr "Standard Facebook Görseli"
|
159 |
-
|
160 |
-
#: facebook-button-plugin.php:430
|
161 |
-
#, fuzzy
|
162 |
-
msgid "Custom Facebook image"
|
163 |
-
msgstr "Kişisel Facebook Görseli"
|
164 |
-
|
165 |
-
#: facebook-button-plugin.php:437
|
166 |
-
msgid "Current image:"
|
167 |
-
msgstr "Şu andaki görsel:"
|
168 |
-
|
169 |
-
#: facebook-button-plugin.php:445
|
170 |
-
#, fuzzy
|
171 |
-
msgid "Facebook image:"
|
172 |
-
msgstr "Facebook görseli:"
|
173 |
-
|
174 |
-
#: facebook-button-plugin.php:451
|
175 |
-
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
176 |
-
msgstr "Görsel Özellikleri: maksimum genişlik: 100px; maksimum yükseklik: 40px; maksimum boyut: 32KB; izin verilen uzantılar: \"jpg\", \"jpeg\", \"png\"."
|
177 |
-
|
178 |
-
#: facebook-button-plugin.php:456
|
179 |
-
#, fuzzy
|
180 |
-
msgid "Facebook Button Position:"
|
181 |
-
msgstr "Facebook Butonunun Konumu"
|
182 |
-
|
183 |
-
#: facebook-button-plugin.php:460
|
184 |
-
msgid "Before"
|
185 |
-
msgstr "Önce"
|
186 |
-
|
187 |
-
#: facebook-button-plugin.php:461
|
188 |
-
msgid "After"
|
189 |
-
msgstr "Sonra"
|
190 |
-
|
191 |
-
#: facebook-button-plugin.php:462
|
192 |
-
msgid "Before and After"
|
193 |
-
msgstr "Önce ve Sonra"
|
194 |
-
|
195 |
-
#: facebook-button-plugin.php:463
|
196 |
-
msgid "Shortcode"
|
197 |
-
msgstr "Kısakod Olarak"
|
198 |
-
|
199 |
-
#: facebook-button-plugin.php:465
|
200 |
-
#, fuzzy
|
201 |
-
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
202 |
-
msgstr "Web sitenize Facebook butonu yerleştirmek istiyorsanız, aşağıdaki kodu kopyalayın ve sayfanızda/yazınızda butonun görünmesini istediğiniz yere yapıştırın.(HTML editörüyle!)"
|
203 |
-
|
204 |
-
#: facebook-button-plugin.php:470
|
205 |
-
#, fuzzy
|
206 |
-
msgid "Facebook Button language:"
|
207 |
-
msgstr "Facebook Butonu"
|
208 |
-
|
209 |
-
#: facebook-button-plugin.php:481
|
210 |
-
msgid "Change the language of Facebook Like Button"
|
211 |
-
msgstr ""
|
212 |
-
|
213 |
-
#: facebook-button-plugin.php:485
|
214 |
-
msgid "Html tag for Like Button:"
|
215 |
-
msgstr ""
|
216 |
-
|
217 |
-
#: facebook-button-plugin.php:489
|
218 |
-
msgid "Use this tag to improve validation of your site"
|
219 |
-
msgstr ""
|
220 |
-
|
221 |
-
#: facebook-button-plugin.php:495
|
222 |
-
#: facebook-button-plugin.php:534
|
223 |
-
msgid "Save Changes"
|
224 |
-
msgstr "Değişiklikleri Kaydet"
|
225 |
-
|
226 |
-
#: facebook-button-plugin.php:501
|
227 |
-
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
228 |
-
msgstr ""
|
229 |
-
|
230 |
-
#: facebook-button-plugin.php:502
|
231 |
-
#, fuzzy
|
232 |
-
msgid "Rate the plugin"
|
233 |
-
msgstr "Eklenti Önerileri"
|
234 |
-
|
235 |
-
#: facebook-button-plugin.php:505
|
236 |
-
msgid "If there is something wrong about it, please contact us"
|
237 |
-
msgstr ""
|
238 |
-
|
239 |
-
#: facebook-button-plugin.php:516
|
240 |
-
msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
|
241 |
-
msgstr ""
|
242 |
-
|
243 |
-
#: facebook-button-plugin.php:523
|
244 |
-
msgid "Show URL for pages"
|
245 |
-
msgstr ""
|
246 |
-
|
247 |
-
#: facebook-button-plugin.php:529
|
248 |
-
msgid "Example of site pages' tree"
|
249 |
-
msgstr ""
|
250 |
-
|
251 |
-
#: facebook-button-plugin.php:539
|
252 |
-
msgid "If you upgrade to Pro version all your settings will be saved."
|
253 |
-
msgstr ""
|
254 |
-
|
255 |
-
#: facebook-button-plugin.php:546
|
256 |
-
msgid "Unlock premium options by upgrading to a PRO version."
|
257 |
-
msgstr ""
|
258 |
-
|
259 |
-
#: facebook-button-plugin.php:547
|
260 |
-
#: facebook-button-plugin.php:813
|
261 |
-
msgid "Learn More"
|
262 |
-
msgstr ""
|
263 |
-
|
264 |
-
#: facebook-button-plugin.php:550
|
265 |
-
msgid "Go"
|
266 |
-
msgstr ""
|
267 |
-
|
268 |
-
#: facebook-button-plugin.php:562
|
269 |
-
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
270 |
-
msgstr ""
|
271 |
-
|
272 |
-
#: facebook-button-plugin.php:564
|
273 |
-
msgid "Please, go to"
|
274 |
-
msgstr ""
|
275 |
-
|
276 |
-
#: facebook-button-plugin.php:564
|
277 |
-
#, fuzzy
|
278 |
-
msgid "the setting page"
|
279 |
-
msgstr "Ayarlar"
|
280 |
-
|
281 |
-
#: facebook-button-plugin.php:565
|
282 |
-
msgid "You will be redirected automatically in 5 seconds."
|
283 |
-
msgstr ""
|
284 |
-
|
285 |
-
#: facebook-button-plugin.php:570
|
286 |
-
msgid "You can download and activate"
|
287 |
-
msgstr ""
|
288 |
-
|
289 |
-
#: facebook-button-plugin.php:572
|
290 |
-
msgid "version of this plugin by entering Your license key."
|
291 |
-
msgstr ""
|
292 |
-
|
293 |
-
#: facebook-button-plugin.php:574
|
294 |
-
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
295 |
-
msgstr ""
|
296 |
-
|
297 |
-
#: facebook-button-plugin.php:576
|
298 |
-
msgid "(your username is the email you specify when purchasing the product)."
|
299 |
-
msgstr ""
|
300 |
-
|
301 |
-
#: facebook-button-plugin.php:584
|
302 |
-
#: facebook-button-plugin.php:594
|
303 |
-
msgid "Go!"
|
304 |
-
msgstr ""
|
305 |
-
|
306 |
-
#: facebook-button-plugin.php:587
|
307 |
-
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
308 |
-
msgstr ""
|
309 |
-
|
310 |
-
#: facebook-button-plugin.php:733
|
311 |
-
msgid "FAQ"
|
312 |
-
msgstr "SSS (Sık Sorulan Sorular)"
|
313 |
-
|
314 |
-
#: facebook-button-plugin.php:734
|
315 |
-
msgid "Support"
|
316 |
-
msgstr "Destek"
|
317 |
-
|
318 |
-
#: facebook-button-plugin.php:816
|
319 |
-
msgid "It's time to upgrade your <strong>Facebook Like Button</strong> to <strong>PRO</strong> version"
|
320 |
-
msgstr ""
|
321 |
-
|
322 |
-
#: facebook-button-plugin.php:817
|
323 |
-
msgid "Extend standard plugin functionality with new great options"
|
324 |
-
msgstr ""
|
325 |
-
|
326 |
-
#~ msgid "Activated plugins"
|
327 |
-
#~ msgstr "Aktif Eklentiler"
|
328 |
-
|
329 |
-
#~ msgid "Read more"
|
330 |
-
#~ msgstr "Devamını Oku"
|
331 |
-
|
332 |
-
#~ msgid "Installed plugins"
|
333 |
-
#~ msgstr "Yüklü eklentiler"
|
334 |
-
|
335 |
-
#~ msgid "Recommended plugins"
|
336 |
-
#~ msgstr "Eklenti Önerileri"
|
337 |
-
|
338 |
-
#~ msgid "Download"
|
339 |
-
#~ msgstr "İndir"
|
340 |
-
|
341 |
-
#~ msgid "Install %s"
|
342 |
-
#~ msgstr "%s 'i yükle"
|
343 |
-
|
344 |
-
#~ msgid "Install now from wordpress.org"
|
345 |
-
#~ msgstr "wordpress.org'dan yükle"
|
346 |
-
|
347 |
-
#, fuzzy
|
348 |
-
#~ msgid "Active Plugins"
|
349 |
-
#~ msgstr "Aktif Eklentiler"
|
350 |
-
|
351 |
-
#, fuzzy
|
352 |
-
#~ msgid "Inactive Plugins"
|
353 |
-
#~ msgstr "Aktif Eklentiler"
|
354 |
-
|
355 |
-
#, fuzzy
|
356 |
-
#~ msgid "Send to support"
|
357 |
-
#~ msgstr "Destek"
|
358 |
-
|
359 |
-
#, fuzzy
|
360 |
-
#~ msgid ""
|
361 |
-
#~ "If you have any questions, please contact us via plugin@bestwebsoft.com "
|
362 |
-
#~ "or fill out the contact form on our website"
|
363 |
-
#~ msgstr ""
|
364 |
-
#~ "Sormak istediğiniz herhangi bir sorunuz varsa bize plugin@bestwebsoft.com "
|
365 |
-
#~ "adresine e-posta atarak ya da sitemizdeki iletişim formunu kullanarak "
|
366 |
-
#~ "ulaşabilirsiniz."
|
367 |
-
|
368 |
-
#~ msgid "Options saved."
|
369 |
-
#~ msgstr "Değişiklikler Kaydedildi."
|
370 |
-
|
371 |
-
#~ msgid "Install Now"
|
372 |
-
#~ msgstr "Установить сейчас"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-
|
6 |
-
"PO-Revision-Date: 2014-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ua_UA\n"
|
@@ -16,297 +16,356 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: facebook-button-plugin.php:
|
20 |
-
#: facebook-button-plugin.php:397
|
21 |
msgid "Facebook Button Settings"
|
22 |
msgstr "Установки кнопки Facebook"
|
23 |
|
24 |
-
#: facebook-button-plugin.php:
|
25 |
msgid "Facebook Button"
|
26 |
-
msgstr "кнопка
|
27 |
|
28 |
-
#: facebook-button-plugin.php:
|
29 |
msgid "requires"
|
30 |
msgstr "потребує"
|
31 |
|
32 |
-
#: facebook-button-plugin.php:
|
33 |
-
msgid "
|
34 |
-
|
|
|
|
|
|
|
|
|
35 |
|
36 |
-
#: facebook-button-plugin.php:
|
37 |
msgid "Back to the WordPress"
|
38 |
msgstr "Повернутися до WordPress на"
|
39 |
|
40 |
-
#: facebook-button-plugin.php:
|
41 |
msgid "Plugins page"
|
42 |
msgstr "Сторінку плагинів"
|
43 |
|
44 |
-
#: facebook-button-plugin.php:
|
45 |
msgid "Settings saved"
|
46 |
msgstr "Установки збережені"
|
47 |
|
48 |
-
#: facebook-button-plugin.php:
|
49 |
msgid "Error: File size > 32K"
|
50 |
msgstr "Помилка: Розмір файлу> 32K"
|
51 |
|
52 |
-
#: facebook-button-plugin.php:
|
53 |
msgid "Error: Invalid file type"
|
54 |
msgstr "Помилка: Невірний тип файлу"
|
55 |
|
56 |
-
#: facebook-button-plugin.php:
|
57 |
msgid "Error: moving file failed"
|
58 |
msgstr "Помилка: не вдалося Переміщення файлів"
|
59 |
|
60 |
-
#: facebook-button-plugin.php:
|
61 |
msgid "Error: check image width or height"
|
62 |
msgstr "Помилка: Перевірте ширину або висоту зображення"
|
63 |
|
64 |
-
#: facebook-button-plugin.php:
|
65 |
msgid "Uploading Error: check image properties"
|
66 |
msgstr "Помилка Завантаження: Перевірте властивості зображення"
|
67 |
|
68 |
-
#: facebook-button-plugin.php:
|
69 |
-
#: facebook-button-plugin.php:327
|
70 |
msgid "Wrong license key"
|
71 |
-
msgstr ""
|
72 |
|
73 |
-
#: facebook-button-plugin.php:
|
74 |
-
msgid "
|
|
|
|
|
|
|
75 |
msgstr ""
|
|
|
|
|
|
|
76 |
|
77 |
-
#: facebook-button-plugin.php:
|
78 |
msgid "This license key is bind to another site"
|
79 |
-
msgstr ""
|
80 |
|
81 |
-
#: facebook-button-plugin.php:
|
82 |
-
msgid "
|
|
|
|
|
83 |
msgstr ""
|
|
|
|
|
84 |
|
85 |
-
#: facebook-button-plugin.php:
|
86 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
87 |
msgstr ""
|
|
|
|
|
88 |
|
89 |
-
#: facebook-button-plugin.php:
|
90 |
-
msgid "
|
|
|
|
|
91 |
msgstr ""
|
|
|
|
|
92 |
|
93 |
-
#: facebook-button-plugin.php:
|
94 |
-
#: facebook-button-plugin.php:368
|
95 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
96 |
msgstr ""
|
|
|
|
|
97 |
|
98 |
-
#: facebook-button-plugin.php:
|
99 |
-
msgid "
|
|
|
|
|
100 |
msgstr ""
|
|
|
|
|
101 |
|
102 |
-
#: facebook-button-plugin.php:
|
103 |
msgid "Please, enter Your license key"
|
104 |
-
msgstr ""
|
105 |
|
106 |
-
#: facebook-button-plugin.php:
|
107 |
-
#: facebook-button-plugin.php:
|
108 |
-
#: facebook-button-plugin.php:732
|
109 |
msgid "Settings"
|
110 |
msgstr "Установки"
|
111 |
|
112 |
-
#: facebook-button-plugin.php:
|
113 |
-
#, fuzzy
|
114 |
msgid "Extra settings"
|
115 |
-
msgstr "
|
|
|
|
|
|
|
|
|
116 |
|
117 |
-
#: facebook-button-plugin.php:
|
118 |
msgid "Go PRO"
|
119 |
-
msgstr ""
|
120 |
|
121 |
-
#: facebook-button-plugin.php:
|
122 |
msgid "Notice:"
|
123 |
-
msgstr ""
|
124 |
|
125 |
-
#: facebook-button-plugin.php:
|
126 |
-
msgid "
|
|
|
|
|
127 |
msgstr ""
|
|
|
|
|
128 |
|
129 |
-
#: facebook-button-plugin.php:
|
130 |
msgid "Your Facebook ID:"
|
131 |
msgstr "ID вашого Facebook акаунту"
|
132 |
|
133 |
-
#: facebook-button-plugin.php:
|
134 |
msgid "Display button:"
|
135 |
msgstr "Відображати кнопку:"
|
136 |
|
137 |
-
#: facebook-button-plugin.php:
|
138 |
msgid "My Page"
|
139 |
msgstr "Моя сторінка"
|
140 |
|
141 |
-
#: facebook-button-plugin.php:
|
142 |
msgid "Like"
|
143 |
msgstr "Like"
|
144 |
|
145 |
-
#: facebook-button-plugin.php:
|
|
|
|
|
|
|
|
|
146 |
msgid "Choose display settings:"
|
147 |
msgstr "Виберіть відображати установки:"
|
148 |
|
149 |
-
#: facebook-button-plugin.php:
|
150 |
msgid "Standard Facebook image"
|
151 |
msgstr "Стандартне зображення FaceBook "
|
152 |
|
153 |
-
#: facebook-button-plugin.php:
|
154 |
msgid "Custom Facebook image"
|
155 |
msgstr "Кастомне м FaceBook"
|
156 |
|
157 |
-
#: facebook-button-plugin.php:
|
158 |
msgid "Current image:"
|
159 |
msgstr "Поточне зображення:"
|
160 |
|
161 |
-
#: facebook-button-plugin.php:
|
162 |
msgid "Facebook image:"
|
163 |
-
msgstr "Зображення
|
164 |
|
165 |
-
#: facebook-button-plugin.php:
|
166 |
-
msgid "
|
167 |
-
|
|
|
|
|
|
|
|
|
|
|
168 |
|
169 |
-
#: facebook-button-plugin.php:
|
170 |
msgid "Facebook Button Position:"
|
171 |
-
msgstr "Розташування кнопки
|
172 |
|
173 |
-
#: facebook-button-plugin.php:
|
174 |
msgid "Before"
|
175 |
msgstr "Перш ніж"
|
176 |
|
177 |
-
#: facebook-button-plugin.php:
|
178 |
msgid "After"
|
179 |
msgstr "Після того як"
|
180 |
|
181 |
-
#: facebook-button-plugin.php:
|
182 |
msgid "Before and After"
|
183 |
msgstr "До і після"
|
184 |
|
185 |
-
#: facebook-button-plugin.php:
|
186 |
msgid "Shortcode"
|
187 |
msgstr "Шорткод"
|
188 |
|
189 |
-
#: facebook-button-plugin.php:
|
190 |
-
msgid "
|
191 |
-
|
|
|
|
|
|
|
|
|
192 |
|
193 |
-
#: facebook-button-plugin.php:
|
194 |
msgid "Facebook Button language:"
|
195 |
msgstr "Мова кнопки FaceBook:"
|
196 |
|
197 |
-
#: facebook-button-plugin.php:
|
198 |
msgid "Change the language of Facebook Like Button"
|
199 |
msgstr "Змінити мову для конпки Like Facebook"
|
200 |
|
201 |
-
#: facebook-button-plugin.php:
|
202 |
msgid "Html tag for Like Button:"
|
203 |
-
msgstr ""
|
204 |
|
205 |
-
#: facebook-button-plugin.php:
|
206 |
msgid "Use this tag to improve validation of your site"
|
207 |
-
msgstr ""
|
208 |
|
209 |
-
#: facebook-button-plugin.php:
|
210 |
-
#: facebook-button-plugin.php:534
|
211 |
msgid "Save Changes"
|
212 |
msgstr "Зберегти зміни"
|
213 |
|
214 |
-
#: facebook-button-plugin.php:
|
215 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
216 |
msgstr ""
|
|
|
|
|
217 |
|
218 |
-
#: facebook-button-plugin.php:
|
219 |
msgid "Rate the plugin"
|
220 |
-
msgstr ""
|
221 |
|
222 |
-
#: facebook-button-plugin.php:
|
223 |
msgid "If there is something wrong about it, please contact us"
|
224 |
-
msgstr ""
|
225 |
|
226 |
-
#: facebook-button-plugin.php:
|
227 |
-
msgid "
|
|
|
|
|
228 |
msgstr ""
|
|
|
|
|
229 |
|
230 |
-
#: facebook-button-plugin.php:
|
231 |
msgid "Show URL for pages"
|
232 |
-
msgstr ""
|
233 |
|
234 |
-
#: facebook-button-plugin.php:
|
235 |
-
msgid "Example of site pages
|
236 |
-
msgstr ""
|
237 |
|
238 |
#: facebook-button-plugin.php:539
|
|
|
|
|
|
|
|
|
239 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
240 |
-
msgstr ""
|
241 |
|
242 |
-
#: facebook-button-plugin.php:
|
243 |
msgid "Unlock premium options by upgrading to a PRO version."
|
244 |
-
msgstr ""
|
245 |
|
246 |
-
#: facebook-button-plugin.php:
|
247 |
-
#: facebook-button-plugin.php:813
|
248 |
msgid "Learn More"
|
249 |
-
msgstr ""
|
250 |
|
251 |
-
#: facebook-button-plugin.php:
|
252 |
msgid "Go"
|
253 |
-
msgstr ""
|
254 |
|
255 |
-
#: facebook-button-plugin.php:
|
256 |
-
msgid "
|
257 |
-
|
|
|
|
|
258 |
|
259 |
-
#: facebook-button-plugin.php:
|
260 |
msgid "Please, go to"
|
261 |
-
msgstr ""
|
262 |
|
263 |
-
#: facebook-button-plugin.php:
|
264 |
-
#, fuzzy
|
265 |
msgid "the setting page"
|
266 |
-
msgstr "
|
267 |
|
268 |
-
#: facebook-button-plugin.php:
|
269 |
msgid "You will be redirected automatically in 5 seconds."
|
270 |
-
msgstr ""
|
271 |
|
272 |
-
#: facebook-button-plugin.php:
|
273 |
msgid "You can download and activate"
|
274 |
-
msgstr ""
|
275 |
|
276 |
-
#: facebook-button-plugin.php:
|
277 |
msgid "version of this plugin by entering Your license key."
|
278 |
-
msgstr ""
|
279 |
|
280 |
-
#: facebook-button-plugin.php:
|
281 |
-
msgid "
|
|
|
|
|
282 |
msgstr ""
|
|
|
|
|
283 |
|
284 |
-
#: facebook-button-plugin.php:
|
285 |
msgid "(your username is the email you specify when purchasing the product)."
|
286 |
msgstr ""
|
|
|
|
|
287 |
|
288 |
-
#: facebook-button-plugin.php:
|
289 |
-
#: facebook-button-plugin.php:594
|
290 |
msgid "Go!"
|
291 |
-
msgstr ""
|
292 |
|
293 |
-
#: facebook-button-plugin.php:
|
294 |
-
msgid "
|
|
|
|
|
295 |
msgstr ""
|
|
|
|
|
296 |
|
297 |
-
#: facebook-button-plugin.php:
|
298 |
-
msgid "FAQ"
|
299 |
-
msgstr "Часті питання"
|
300 |
-
|
301 |
-
#: facebook-button-plugin.php:734
|
302 |
msgid "Support"
|
303 |
msgstr "Підтримка"
|
304 |
|
305 |
-
#: facebook-button-plugin.php:
|
306 |
-
msgid "
|
|
|
|
|
307 |
msgstr ""
|
|
|
|
|
308 |
|
309 |
-
#: facebook-button-plugin.php:
|
310 |
msgid "Extend standard plugin functionality with new great options"
|
311 |
-
msgstr ""
|
312 |
-
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-06-11 16:16+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-06-11 16:16+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:405
|
|
|
20 |
msgid "Facebook Button Settings"
|
21 |
msgstr "Установки кнопки Facebook"
|
22 |
|
23 |
+
#: facebook-button-plugin.php:73
|
24 |
msgid "Facebook Button"
|
25 |
+
msgstr "кнопка Facebook"
|
26 |
|
27 |
+
#: facebook-button-plugin.php:195
|
28 |
msgid "requires"
|
29 |
msgstr "потребує"
|
30 |
|
31 |
+
#: facebook-button-plugin.php:195
|
32 |
+
msgid ""
|
33 |
+
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
34 |
+
"try again."
|
35 |
+
msgstr ""
|
36 |
+
"чи вище, тому він був деактивований! Будь ласка оновіть WordPress та "
|
37 |
+
"спробуйте ще раз."
|
38 |
|
39 |
+
#: facebook-button-plugin.php:195
|
40 |
msgid "Back to the WordPress"
|
41 |
msgstr "Повернутися до WordPress на"
|
42 |
|
43 |
+
#: facebook-button-plugin.php:195
|
44 |
msgid "Plugins page"
|
45 |
msgstr "Сторінку плагинів"
|
46 |
|
47 |
+
#: facebook-button-plugin.php:231
|
48 |
msgid "Settings saved"
|
49 |
msgstr "Установки збережені"
|
50 |
|
51 |
+
#: facebook-button-plugin.php:253
|
52 |
msgid "Error: File size > 32K"
|
53 |
msgstr "Помилка: Розмір файлу> 32K"
|
54 |
|
55 |
+
#: facebook-button-plugin.php:256
|
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:267
|
64 |
msgid "Error: check image width or height"
|
65 |
msgstr "Помилка: Перевірте ширину або висоту зображення"
|
66 |
|
67 |
+
#: facebook-button-plugin.php:271
|
68 |
msgid "Uploading Error: check image properties"
|
69 |
msgstr "Помилка Завантаження: Перевірте властивості зображення"
|
70 |
|
71 |
+
#: facebook-button-plugin.php:296 facebook-button-plugin.php:335
|
|
|
72 |
msgid "Wrong license key"
|
73 |
+
msgstr "Невірний ліцензійний ключ!"
|
74 |
|
75 |
+
#: facebook-button-plugin.php:328
|
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 |
+
"знову, будь ласка, зверніться до нашої служби підтримки href=http://support."
|
83 |
+
"bestwebsoft.com>BestWebSoft</a>. Просимо вибачення за незручності."
|
84 |
|
85 |
+
#: facebook-button-plugin.php:337
|
86 |
msgid "This license key is bind to another site"
|
87 |
+
msgstr "Ліцензійний ключ прив'язано до іншого сайту"
|
88 |
|
89 |
+
#: facebook-button-plugin.php:339
|
90 |
+
msgid ""
|
91 |
+
"Unfortunately, you have exceeded the number of available tries. Please, "
|
92 |
+
"upload the plugin manually."
|
93 |
msgstr ""
|
94 |
+
"На жаль, Ви перевищили кількість доступних спроб на день. Будь ласка, "
|
95 |
+
"завантажте плагін вручну."
|
96 |
|
97 |
+
#: facebook-button-plugin.php:357
|
98 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
99 |
msgstr ""
|
100 |
+
"Виникли проблеми під чаз розпакування zip-архіву. Будь ласка, завантажте "
|
101 |
+
"плагін вручну."
|
102 |
|
103 |
+
#: facebook-button-plugin.php:363
|
104 |
+
msgid ""
|
105 |
+
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
106 |
+
"plugin manually"
|
107 |
msgstr ""
|
108 |
+
"Ваш сервер не підтримує ані ZipArchive, ані Phar. Будь ласка, завантажте "
|
109 |
+
"плагін вручну"
|
110 |
|
111 |
+
#: facebook-button-plugin.php:367 facebook-button-plugin.php:376
|
|
|
112 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
113 |
msgstr ""
|
114 |
+
"Виникли проблеми під час завантаження zip-архіву. Будь ласка, завантажте "
|
115 |
+
"архів вручну."
|
116 |
|
117 |
+
#: facebook-button-plugin.php:380
|
118 |
+
msgid ""
|
119 |
+
"Something went wrong. Try again later or upload the plugin manually. We are "
|
120 |
+
"sorry for inconvienience."
|
121 |
msgstr ""
|
122 |
+
"Виникли певні проблеми. Спробуйте ще раз пізніше або завантажте плагін "
|
123 |
+
"вручну. Просимо вібачення за незручності."
|
124 |
|
125 |
+
#: facebook-button-plugin.php:395
|
126 |
msgid "Please, enter Your license key"
|
127 |
+
msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
|
128 |
|
129 |
+
#: facebook-button-plugin.php:407 facebook-button-plugin.php:773
|
130 |
+
#: facebook-button-plugin.php:785
|
|
|
131 |
msgid "Settings"
|
132 |
msgstr "Установки"
|
133 |
|
134 |
+
#: facebook-button-plugin.php:408
|
|
|
135 |
msgid "Extra settings"
|
136 |
+
msgstr "Додаткові налаштування"
|
137 |
+
|
138 |
+
#: facebook-button-plugin.php:409 facebook-button-plugin.php:786
|
139 |
+
msgid "FAQ"
|
140 |
+
msgstr "Часті питання"
|
141 |
|
142 |
+
#: facebook-button-plugin.php:410
|
143 |
msgid "Go PRO"
|
144 |
+
msgstr "Перейти на Pro версію"
|
145 |
|
146 |
+
#: facebook-button-plugin.php:413
|
147 |
msgid "Notice:"
|
148 |
+
msgstr "Нагадування:"
|
149 |
|
150 |
+
#: facebook-button-plugin.php:413
|
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."
|
154 |
msgstr ""
|
155 |
+
"Налаштування плагіну було змінено. Для того, щоб зберегти ці зміни, не "
|
156 |
+
"забудьте нажати кнопку \"Зберегти зміни\"."
|
157 |
|
158 |
+
#: facebook-button-plugin.php:419
|
159 |
msgid "Your Facebook ID:"
|
160 |
msgstr "ID вашого Facebook акаунту"
|
161 |
|
162 |
+
#: facebook-button-plugin.php:425
|
163 |
msgid "Display button:"
|
164 |
msgstr "Відображати кнопку:"
|
165 |
|
166 |
+
#: facebook-button-plugin.php:427
|
167 |
msgid "My Page"
|
168 |
msgstr "Моя сторінка"
|
169 |
|
170 |
+
#: facebook-button-plugin.php:428
|
171 |
msgid "Like"
|
172 |
msgstr "Like"
|
173 |
|
174 |
+
#: facebook-button-plugin.php:429
|
175 |
+
msgid "Share"
|
176 |
+
msgstr "Share"
|
177 |
+
|
178 |
+
#: facebook-button-plugin.php:434
|
179 |
msgid "Choose display settings:"
|
180 |
msgstr "Виберіть відображати установки:"
|
181 |
|
182 |
+
#: facebook-button-plugin.php:438
|
183 |
msgid "Standard Facebook image"
|
184 |
msgstr "Стандартне зображення FaceBook "
|
185 |
|
186 |
+
#: facebook-button-plugin.php:440
|
187 |
msgid "Custom Facebook image"
|
188 |
msgstr "Кастомне м FaceBook"
|
189 |
|
190 |
+
#: facebook-button-plugin.php:447
|
191 |
msgid "Current image:"
|
192 |
msgstr "Поточне зображення:"
|
193 |
|
194 |
+
#: facebook-button-plugin.php:455
|
195 |
msgid "Facebook image:"
|
196 |
+
msgstr "Зображення Facebook :"
|
197 |
|
198 |
+
#: facebook-button-plugin.php:461
|
199 |
+
msgid ""
|
200 |
+
"Image properties: max image width:100px; max image height:40px; max image "
|
201 |
+
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
202 |
+
msgstr ""
|
203 |
+
"Властивості зображення: максимальна ширина зображення:1 00px; Максимальна "
|
204 |
+
"висота зображення: 40px; максимальний розмір зображення: 32Kb; Зображення "
|
205 |
+
"типів:\"jpg\", \"jpeg\", \"png\"."
|
206 |
|
207 |
+
#: facebook-button-plugin.php:466
|
208 |
msgid "Facebook Button Position:"
|
209 |
+
msgstr "Розташування кнопки Facebook:"
|
210 |
|
211 |
+
#: facebook-button-plugin.php:470
|
212 |
msgid "Before"
|
213 |
msgstr "Перш ніж"
|
214 |
|
215 |
+
#: facebook-button-plugin.php:471
|
216 |
msgid "After"
|
217 |
msgstr "Після того як"
|
218 |
|
219 |
+
#: facebook-button-plugin.php:472
|
220 |
msgid "Before and After"
|
221 |
msgstr "До і після"
|
222 |
|
223 |
+
#: facebook-button-plugin.php:473
|
224 |
msgid "Shortcode"
|
225 |
msgstr "Шорткод"
|
226 |
|
227 |
+
#: facebook-button-plugin.php:475
|
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:"
|
231 |
+
msgstr ""
|
232 |
+
"Якщо ви хочете додати кнопку FaceBook на ваш сайт, просто скопіюйте і "
|
233 |
+
"помістіть цей шорткод на у пост або на сторінку:"
|
234 |
|
235 |
+
#: facebook-button-plugin.php:480
|
236 |
msgid "Facebook Button language:"
|
237 |
msgstr "Мова кнопки FaceBook:"
|
238 |
|
239 |
+
#: facebook-button-plugin.php:491
|
240 |
msgid "Change the language of Facebook Like Button"
|
241 |
msgstr "Змінити мову для конпки Like Facebook"
|
242 |
|
243 |
+
#: facebook-button-plugin.php:495
|
244 |
msgid "Html tag for Like Button:"
|
245 |
+
msgstr "Html тег для кнопки Like:"
|
246 |
|
247 |
+
#: facebook-button-plugin.php:499
|
248 |
msgid "Use this tag to improve validation of your site"
|
249 |
+
msgstr "Використовуйте цей тег для поліпшення валідації вашого сайту"
|
250 |
|
251 |
+
#: facebook-button-plugin.php:505 facebook-button-plugin.php:544
|
|
|
252 |
msgid "Save Changes"
|
253 |
msgstr "Зберегти зміни"
|
254 |
|
255 |
+
#: facebook-button-plugin.php:511
|
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:512
|
262 |
msgid "Rate the plugin"
|
263 |
+
msgstr "Оцініти плагін"
|
264 |
|
265 |
+
#: facebook-button-plugin.php:515
|
266 |
msgid "If there is something wrong about it, please contact us"
|
267 |
+
msgstr "Якщо у вас є запитання, будь ласка, звертайтесь до нас"
|
268 |
|
269 |
+
#: facebook-button-plugin.php:526
|
270 |
+
msgid ""
|
271 |
+
"Please choose the necessary post types (or single pages) where Facebook "
|
272 |
+
"button will be displayed:"
|
273 |
msgstr ""
|
274 |
+
"Будь ласка, оберіть необхідні типи постів (чи сторінок), де буде "
|
275 |
+
"відображатися кнопка Facebook"
|
276 |
|
277 |
+
#: facebook-button-plugin.php:533
|
278 |
msgid "Show URL for pages"
|
279 |
+
msgstr "Відображати URL сторінок"
|
280 |
|
281 |
+
#: facebook-button-plugin.php:539
|
282 |
+
msgid "Example of the site's pages tree"
|
283 |
+
msgstr "Приклад дерева сторінок сайту"
|
284 |
|
285 |
#: facebook-button-plugin.php:539
|
286 |
+
msgid "Example of site pages' tree"
|
287 |
+
msgstr "Приклад дерева сторінок сайту"
|
288 |
+
|
289 |
+
#: facebook-button-plugin.php:549
|
290 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
291 |
+
msgstr "Якщо ви перейдете на Pro версію, усі установки будуть збережені."
|
292 |
|
293 |
+
#: facebook-button-plugin.php:556
|
294 |
msgid "Unlock premium options by upgrading to a PRO version."
|
295 |
+
msgstr "Зробити доступними преміум-опції, перейшовши на PRO версію."
|
296 |
|
297 |
+
#: facebook-button-plugin.php:557 facebook-button-plugin.php:863
|
|
|
298 |
msgid "Learn More"
|
299 |
+
msgstr "Докладніше"
|
300 |
|
301 |
+
#: facebook-button-plugin.php:560
|
302 |
msgid "Go"
|
303 |
+
msgstr "Перейти"
|
304 |
|
305 |
+
#: facebook-button-plugin.php:572
|
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:574
|
312 |
msgid "Please, go to"
|
313 |
+
msgstr "Будь ласка, перейдіть"
|
314 |
|
315 |
+
#: facebook-button-plugin.php:574
|
|
|
316 |
msgid "the setting page"
|
317 |
+
msgstr "сторінку установок"
|
318 |
|
319 |
+
#: facebook-button-plugin.php:575
|
320 |
msgid "You will be redirected automatically in 5 seconds."
|
321 |
+
msgstr "Вас буде перенаправлено автоматично через 5 секунд."
|
322 |
|
323 |
+
#: facebook-button-plugin.php:580
|
324 |
msgid "You can download and activate"
|
325 |
+
msgstr "Ви можете завантажити та активувати"
|
326 |
|
327 |
+
#: facebook-button-plugin.php:582
|
328 |
msgid "version of this plugin by entering Your license key."
|
329 |
+
msgstr "версію уього плагіну, якщо впишете ваш ліцензійний ключ."
|
330 |
|
331 |
+
#: facebook-button-plugin.php:584
|
332 |
+
msgid ""
|
333 |
+
"You can find your license key on your personal page Client area, by clicking "
|
334 |
+
"on the link"
|
335 |
msgstr ""
|
336 |
+
"Ви можете знайти ваш ліцензійний ключ на вашій персональній сторінці у "
|
337 |
+
"Client area, перейшовши за посиланням"
|
338 |
|
339 |
+
#: facebook-button-plugin.php:586
|
340 |
msgid "(your username is the email you specify when purchasing the product)."
|
341 |
msgstr ""
|
342 |
+
"(ім'я користувача - це електронна адреса, яку ви вказуєте при купівлі "
|
343 |
+
"продукту)."
|
344 |
|
345 |
+
#: facebook-button-plugin.php:594 facebook-button-plugin.php:604
|
|
|
346 |
msgid "Go!"
|
347 |
+
msgstr "Перейти!"
|
348 |
|
349 |
+
#: facebook-button-plugin.php:597
|
350 |
+
msgid ""
|
351 |
+
"Unfortunately, you have exceeded the number of available tries per day. "
|
352 |
+
"Please, upload the plugin manually."
|
353 |
msgstr ""
|
354 |
+
"На жаль, Ви перевищили кількість доступних спроб на день. Будь ласка, "
|
355 |
+
"завантажте плагін вручну."
|
356 |
|
357 |
+
#: facebook-button-plugin.php:787
|
|
|
|
|
|
|
|
|
358 |
msgid "Support"
|
359 |
msgstr "Підтримка"
|
360 |
|
361 |
+
#: facebook-button-plugin.php:866
|
362 |
+
msgid ""
|
363 |
+
"It's time to upgrade your <strong>Facebook Like Button</strong> to "
|
364 |
+
"<strong>PRO</strong> version"
|
365 |
msgstr ""
|
366 |
+
"Час оновити ваш <strong>Facebook Like Button</strong> до <strong>PRO</"
|
367 |
+
"strong> версії!"
|
368 |
|
369 |
+
#: facebook-button-plugin.php:867
|
370 |
msgid "Extend standard plugin functionality with new great options"
|
371 |
+
msgstr "Розширити стандартний функціонал плагіну новими опціями."
|
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Facebook Like Button ===
|
2 |
Contributors: bestwebsoft
|
3 |
Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&product_id=94
|
4 |
-
Tags:
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to: 3.
|
7 |
-
Stable tag: 2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -38,15 +38,9 @@ There is also a premium version of the plugin <a href="http://bestwebsoft.com/pl
|
|
38 |
|
39 |
= Translation =
|
40 |
|
41 |
-
* Arabic (ar_AR) (thanks to Albayan Design Hani Aladoli)
|
42 |
* French (fr_FR) (thanks to <a href="mailto:wpthemefr@gmail.com">Murat</a>)
|
43 |
-
* Hebrew (he_IL) (thanks to Sagive SEO)
|
44 |
* Indonesian (id_ID) (thanks to Nasrulhaq, www.al-badar.net)
|
45 |
-
* Persian (fa_IR) (thanks to Einolah Kiamehr)
|
46 |
* Russian (ru_RU)
|
47 |
-
* Serbian (sr_RS) (thanks to Georgijevic Team, www.georgijevic.info)
|
48 |
-
* Spanish (es_ES) (thanks to Jesús Parra)
|
49 |
-
* Turkish (tr_TR) (thanks to Can Atasever, www.candanblog.com)
|
50 |
* Ukrainian (uk)
|
51 |
|
52 |
If you create your own language pack or update the existing one, you can send <a href="http://codex.wordpress.org/Translating_WordPress" target="_blank">the text in PO and MO files</a> for <a href="http://support.bestwebsoft.com" target="_blank">BestWebSoft</a> and we'll add it to the plugin. You can download the latest version of the program for work with PO and MO files <a href="http://www.poedit.net/download.php" target="_blank">Poedit</a>.
|
@@ -113,6 +107,11 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
|
|
113 |
|
114 |
== Changelog ==
|
115 |
|
|
|
|
|
|
|
|
|
|
|
116 |
= V2.30 - 14.04.2014 =
|
117 |
* Update : We updated all functionality for wordpress 3.8.2.
|
118 |
|
@@ -239,6 +238,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
|
|
239 |
|
240 |
== Upgrade Notice ==
|
241 |
|
|
|
|
|
|
|
242 |
= V2.30 =
|
243 |
We updated all functionality for wordpress 3.8.2.
|
244 |
|
1 |
=== Facebook Like Button ===
|
2 |
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: 3.9.1
|
7 |
+
Stable tag: 2.31
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
38 |
|
39 |
= Translation =
|
40 |
|
|
|
41 |
* French (fr_FR) (thanks to <a href="mailto:wpthemefr@gmail.com">Murat</a>)
|
|
|
42 |
* Indonesian (id_ID) (thanks to Nasrulhaq, www.al-badar.net)
|
|
|
43 |
* Russian (ru_RU)
|
|
|
|
|
|
|
44 |
* Ukrainian (uk)
|
45 |
|
46 |
If you create your own language pack or update the existing one, you can send <a href="http://codex.wordpress.org/Translating_WordPress" target="_blank">the text in PO and MO files</a> for <a href="http://support.bestwebsoft.com" target="_blank">BestWebSoft</a> and we'll add it to the plugin. You can download the latest version of the program for work with PO and MO files <a href="http://www.poedit.net/download.php" target="_blank">Poedit</a>.
|
107 |
|
108 |
== Changelog ==
|
109 |
|
110 |
+
= V2.31 - 11.06.2014 =
|
111 |
+
* New : Share button was added.
|
112 |
+
* Update : We updated all functionality for wordpress 3.9.1.
|
113 |
+
* Bugfix : Problem with switching user was fixed.
|
114 |
+
|
115 |
= V2.30 - 14.04.2014 =
|
116 |
* Update : We updated all functionality for wordpress 3.8.2.
|
117 |
|
238 |
|
239 |
== Upgrade Notice ==
|
240 |
|
241 |
+
= V2.31 =
|
242 |
+
Share button was added. We updated all functionality for wordpress 3.9.1. Problem with switching user was fixed.
|
243 |
+
|
244 |
= V2.30 =
|
245 |
We updated all functionality for wordpress 3.8.2.
|
246 |
|