Version Description
- 28.11.2013 =
- NEW : We added posibility to add images with png extension as custom image for My Page button.
- Update : New default image for the My Page button.
- Update : The Indonesian language file is added to the plugin.
- Update : We updated our screenshots.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Facebook Button by BestWebSoft |
Version | 2.26 |
Comparing to | |
See all releases |
Code changes from version 2.25 to 2.26
- bws_menu/bws_menu.php +90 -27
- bws_menu/languages/bestwebsoft-sr_RS.mo +0 -0
- css/style.css +3 -0
- facebook-button-plugin.php +23 -11
- img/facebook-ico.jpg +0 -0
- img/facebook-ico.png +0 -0
- img/facebook-ico1.jpg +0 -0
- img/facebook-ico2.jpg +0 -0
- img/icon_16.png +0 -0
- img/icon_16_b.png +0 -0
- img/icon_16_c.png +0 -0
- img/icon_36.png +0 -0
- img/icon_36_b.png +0 -0
- img/px.png +0 -0
- img/standart-facebook-ico.jpg +0 -0
- img/standart-facebook-ico.png +0 -0
- js/bws_menu.js +0 -0
- languages/facebook-ar_AR.mo +0 -0
- languages/facebook-ar_AR.po +38 -37
- languages/facebook-es_ES.mo +0 -0
- languages/facebook-es_ES.po +38 -38
- languages/facebook-fa_IR.mo +0 -0
- languages/facebook-fa_IR.po +38 -37
- languages/facebook-he_IL.mo +0 -0
- languages/facebook-he_IL.po +38 -37
- languages/facebook-id_ID.mo +0 -0
- languages/facebook-id_ID.po +201 -0
- languages/facebook-ru_RU.mo +0 -0
- languages/facebook-ru_RU.po +38 -38
- languages/facebook-sr_RS.mo +0 -0
- languages/facebook-sr_RS.po +38 -38
- languages/facebook-tr_TR.mo +0 -0
- languages/facebook-tr_TR.po +38 -38
- languages/facebook-uk.mo +0 -0
- languages/facebook-uk.po +38 -38
- readme.txt +12 -2
- screenshot-1.jpg +0 -0
- screenshot-2.jpg +0 -0
- screenshot-3.jpg +0 -0
- screenshot-4.jpg +0 -0
- screenshot-5.jpg +0 -0
bws_menu/bws_menu.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*/
|
5 |
if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
6 |
function bws_add_menu_render() {
|
7 |
-
global $wpdb, $wp_version, $
|
8 |
if ( ! function_exists( 'is_plugin_active_for_network' ) )
|
9 |
require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
|
10 |
$all_plugins = get_plugins();
|
@@ -18,25 +18,25 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
18 |
$array_recomend = array();
|
19 |
$count_activate = $count_install = $count_recomend = 0;
|
20 |
$array_plugins = array(
|
21 |
-
array( 'captcha\/captcha.php', 'Captcha', 'http://bestwebsoft.com/plugin/captcha-plugin
|
22 |
-
array( 'contact-form-plugin\/contact_form.php', 'Contact Form', 'http://bestwebsoft.com/plugin/contact-form
|
23 |
-
array( 'facebook-button-plugin\/facebook-button-plugin.php', 'Facebook Like Button Plugin', 'http://bestwebsoft.com/plugin/facebook-like-button-plugin
|
24 |
-
array( 'twitter-plugin\/twitter.php', 'Twitter Plugin', 'http://bestwebsoft.com/plugin/twitter-plugin
|
25 |
-
array( 'portfolio\/portfolio.php', 'Portfolio', 'http://bestwebsoft.com/plugin/portfolio-plugin
|
26 |
-
array( 'gallery-plugin\/gallery-plugin.php', 'Gallery', 'http://bestwebsoft.com/plugin/gallery-plugin
|
27 |
-
array( 'adsense-plugin\/adsense-plugin.php', 'Google AdSense Plugin', 'http://bestwebsoft.com/plugin/google-adsense-plugin
|
28 |
-
array( 'custom-search-plugin\/custom-search-plugin.php', 'Custom Search Plugin', 'http://bestwebsoft.com/plugin/custom-search-plugin
|
29 |
-
array( 'quotes-and-tips\/quotes-and-tips.php', 'Quotes and Tips', 'http://bestwebsoft.com/plugin/quotes-and-tips
|
30 |
-
array( 'google-sitemap-plugin\/google-sitemap-plugin.php', 'Google sitemap plugin', 'http://bestwebsoft.com/plugin/google-sitemap-plugin
|
31 |
-
array( 'updater\/updater.php', 'Updater', 'http://bestwebsoft.com/plugin/updater-plugin
|
32 |
-
array( 'custom-fields-search\/custom-fields-search.php', 'Custom Fields Search', 'http://bestwebsoft.com/plugin/custom-fields-search
|
33 |
-
array( 'google-one\/google-plus-one.php', 'Google +1', 'http://bestwebsoft.com/plugin/google-plus-one
|
34 |
-
array( 'relevant\/related-posts-plugin.php', 'Related Posts Plugin', 'http://bestwebsoft.com/plugin/related-posts-plugin
|
35 |
-
array( 'contact-form-to-db\/contact_form_to_db.php', 'Contact Form to DB', 'http://bestwebsoft.com/plugin/contact-form-to-db
|
36 |
-
array( 'pdf-print\/pdf-print.php', 'PDF & Print', 'http://bestwebsoft.com/plugin/pdf-print
|
37 |
);
|
38 |
foreach ( $array_plugins as $plugins ) {
|
39 |
-
if ( 0 < count( preg_grep( "/"
|
40 |
$array_activate[ $count_activate ]["title"] = $plugins[1];
|
41 |
$array_activate[ $count_activate ]["link"] = $plugins[2];
|
42 |
$array_activate[ $count_activate ]["href"] = $plugins[3];
|
@@ -55,19 +55,20 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
55 |
$count_recomend++;
|
56 |
}
|
57 |
}
|
|
|
58 |
$array_activate_pro = array();
|
59 |
$array_install_pro = array();
|
60 |
$array_recomend_pro = array();
|
61 |
$count_activate_pro = $count_install_pro = $count_recomend_pro = 0;
|
62 |
$array_plugins_pro = array(
|
63 |
-
array( 'gallery-plugin-pro\/gallery-plugin-pro.php', 'Gallery Pro', 'http://bestwebsoft.com/plugin/gallery-pro/?k=382e5ce7c96a6391f5ffa5e116b37fe0', 'http://bestwebsoft.com/plugin/gallery-pro/?k=382e5ce7c96a6391f5ffa5e116b37fe0#purchase', 'admin.php?page=gallery-plugin-pro.php' ),
|
64 |
-
array( 'contact-form-pro\/contact_form_pro.php', 'Contact Form Pro', 'http://bestwebsoft.com/plugin/contact-form-pro/?k=773dc97bb3551975db0e32edca1a6d71', 'http://bestwebsoft.com/plugin/contact-form-pro/?k=773dc97bb3551975db0e32edca1a6d71#purchase', 'admin.php?page=contact_form_pro.php' ),
|
65 |
-
array( 'captcha-pro\/captcha_pro.php', 'Captcha Pro', 'http://bestwebsoft.com/plugin/captcha-pro/?k=ff7d65e55e5e7f98f219be9ed711094e', 'http://bestwebsoft.com/plugin/captcha-pro/?k=ff7d65e55e5e7f98f219be9ed711094e#purchase', 'admin.php?page=captcha_pro.php' ),
|
66 |
-
array( 'updater-pro\/updater_pro.php', 'Updater Pro', 'http://bestwebsoft.com/plugin/updater-pro/?k=cf633acbefbdff78545347fe08a3aecb', 'http://bestwebsoft.com/plugin/updater-pro?k=cf633acbefbdff78545347fe08a3aecb#purchase', 'admin.php?page=updater-pro-options' ),
|
67 |
-
array( 'contact-form-to-db-pro\/contact_form_to_db_pro.php', 'Contact Form to DB Pro', 'http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=6ce5f4a9006ec906e4db643669246c6a', 'http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=6ce5f4a9006ec906e4db643669246c6a#purchase', 'admin.php?page=cntctfrmtdbpr_settings' )
|
68 |
);
|
69 |
foreach ( $array_plugins_pro as $plugins ) {
|
70 |
-
if ( 0 < count( preg_grep( "/"
|
71 |
$array_activate_pro[ $count_activate_pro ]["title"] = $plugins[1];
|
72 |
$array_activate_pro[ $count_activate_pro ]["link"] = $plugins[2];
|
73 |
$array_activate_pro[ $count_activate_pro ]["href"] = $plugins[3];
|
@@ -85,6 +86,41 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
85 |
$count_recomend_pro++;
|
86 |
}
|
87 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
$sql_version = $wpdb->get_var( "SELECT VERSION() AS version" );
|
89 |
$mysql_info = $wpdb->get_results( "SHOW VARIABLES LIKE 'sql_mode'" );
|
90 |
if ( is_array( $mysql_info) )
|
@@ -229,9 +265,10 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
229 |
$error = __( "Sorry, email message could not be delivered.", 'bestwebsoft' );
|
230 |
}
|
231 |
}
|
232 |
-
|
|
|
233 |
<div class="icon32 icon32-bws" id="icon-options-general"></div>
|
234 |
-
<h2
|
235 |
<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>
|
236 |
<div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
|
237 |
<h3 style="color: blue;"><?php _e( 'Pro plugins', 'bestwebsoft' ); ?></h3>
|
@@ -285,7 +322,33 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
285 |
<?php } ?>
|
286 |
</div>
|
287 |
<?php } ?>
|
288 |
-
<br />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
289 |
<span style="color: rgb(136, 136, 136); font-size: 10px;"><?php _e( 'If you have any questions, please contact us via', 'bestwebsoft' ); ?> <a href="http://support.bestwebsoft.com">http://support.bestwebsoft.com</a></span>
|
290 |
<div id="poststuff" class="bws_system_info_meta_box">
|
291 |
<div class="postbox">
|
4 |
*/
|
5 |
if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
6 |
function bws_add_menu_render() {
|
7 |
+
global $wpdb, $wp_version, $bws_plugin_info;
|
8 |
if ( ! function_exists( 'is_plugin_active_for_network' ) )
|
9 |
require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
|
10 |
$all_plugins = get_plugins();
|
18 |
$array_recomend = array();
|
19 |
$count_activate = $count_install = $count_recomend = 0;
|
20 |
$array_plugins = array(
|
21 |
+
array( 'captcha\/captcha.php', 'Captcha', 'http://bestwebsoft.com/plugin/captcha-plugin/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/captcha-plugin/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Captcha+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=captcha.php' ),
|
22 |
+
array( 'contact-form-plugin\/contact_form.php', 'Contact Form', 'http://bestwebsoft.com/plugin/contact-form/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/contact-form/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Contact+Form+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=contact_form.php' ),
|
23 |
+
array( 'facebook-button-plugin\/facebook-button-plugin.php', 'Facebook Like Button Plugin', 'http://bestwebsoft.com/plugin/facebook-like-button-plugin/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/facebook-like-button-plugin/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Facebook+Like+Button+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=facebook-button-plugin.php' ),
|
24 |
+
array( 'twitter-plugin\/twitter.php', 'Twitter Plugin', 'http://bestwebsoft.com/plugin/twitter-plugin/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/twitter-plugin/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Twitter+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=twitter.php' ),
|
25 |
+
array( 'portfolio\/portfolio.php', 'Portfolio', 'http://bestwebsoft.com/plugin/portfolio-plugin/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/portfolio-plugin/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Portfolio+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=portfolio.php' ),
|
26 |
+
array( 'gallery-plugin\/gallery-plugin.php', 'Gallery', 'http://bestwebsoft.com/plugin/gallery-plugin/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/gallery-plugin/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Gallery+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=gallery-plugin.php' ),
|
27 |
+
array( 'adsense-plugin\/adsense-plugin.php', 'Google AdSense Plugin', 'http://bestwebsoft.com/plugin/google-adsense-plugin/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/google-adsense-plugin/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Adsense+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=adsense-plugin.php' ),
|
28 |
+
array( 'custom-search-plugin\/custom-search-plugin.php', 'Custom Search Plugin', 'http://bestwebsoft.com/plugin/custom-search-plugin/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/custom-search-plugin/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Search+plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=custom_search.php' ),
|
29 |
+
array( 'quotes-and-tips\/quotes-and-tips.php', 'Quotes and Tips', 'http://bestwebsoft.com/plugin/quotes-and-tips/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/quotes-and-tips/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Quotes+and+Tips+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=quotes-and-tips.php' ),
|
30 |
+
array( 'google-sitemap-plugin\/google-sitemap-plugin.php', 'Google sitemap plugin', 'http://bestwebsoft.com/plugin/google-sitemap-plugin/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/google-sitemap-plugin/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+sitemap+plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=google-sitemap-plugin.php' ),
|
31 |
+
array( 'updater\/updater.php', 'Updater', 'http://bestwebsoft.com/plugin/updater-plugin/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/updater-plugin/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=updater+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=updater-options' ),
|
32 |
+
array( 'custom-fields-search\/custom-fields-search.php', 'Custom Fields Search', 'http://bestwebsoft.com/plugin/custom-fields-search/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/custom-fields-search/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Fields+Search+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=custom_fields_search.php' ),
|
33 |
+
array( 'google-one\/google-plus-one.php', 'Google +1', 'http://bestwebsoft.com/plugin/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+%2B1+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=google-plus-one.php' ),
|
34 |
+
array( 'relevant\/related-posts-plugin.php', 'Related Posts Plugin', 'http://bestwebsoft.com/plugin/related-posts-plugin/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/related-posts-plugin/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&s=Related+Posts+Plugin+Bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=related-posts-plugin.php' ),
|
35 |
+
array( 'contact-form-to-db\/contact_form_to_db.php', 'Contact Form to DB', 'http://bestwebsoft.com/plugin/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&s=Contact+Form+to+DB+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=cntctfrmtdb_settings' ),
|
36 |
+
array( 'pdf-print\/pdf-print.php', 'PDF & Print', 'http://bestwebsoft.com/plugin/pdf-print/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/pdf-print/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&s=PDF+Print+Bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=pdf-print.php' )
|
37 |
);
|
38 |
foreach ( $array_plugins as $plugins ) {
|
39 |
+
if ( 0 < count( preg_grep( "/" . $plugins[0] . "/", $active_plugins ) ) || is_plugin_active_for_network( str_replace( '\\', '', $plugins[0] ) ) ) {
|
40 |
$array_activate[ $count_activate ]["title"] = $plugins[1];
|
41 |
$array_activate[ $count_activate ]["link"] = $plugins[2];
|
42 |
$array_activate[ $count_activate ]["href"] = $plugins[3];
|
55 |
$count_recomend++;
|
56 |
}
|
57 |
}
|
58 |
+
|
59 |
$array_activate_pro = array();
|
60 |
$array_install_pro = array();
|
61 |
$array_recomend_pro = array();
|
62 |
$count_activate_pro = $count_install_pro = $count_recomend_pro = 0;
|
63 |
$array_plugins_pro = array(
|
64 |
+
array( 'gallery-plugin-pro\/gallery-plugin-pro.php', 'Gallery Pro', 'http://bestwebsoft.com/plugin/gallery-pro/?k=382e5ce7c96a6391f5ffa5e116b37fe0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/gallery-pro/?k=382e5ce7c96a6391f5ffa5e116b37fe0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase', 'admin.php?page=gallery-plugin-pro.php' ),
|
65 |
+
array( 'contact-form-pro\/contact_form_pro.php', 'Contact Form Pro', 'http://bestwebsoft.com/plugin/contact-form-pro/?k=773dc97bb3551975db0e32edca1a6d71&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/contact-form-pro/?k=773dc97bb3551975db0e32edca1a6d71&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase', 'admin.php?page=contact_form_pro.php' ),
|
66 |
+
array( 'captcha-pro\/captcha_pro.php', 'Captcha Pro', 'http://bestwebsoft.com/plugin/captcha-pro/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/captcha-pro/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase', 'admin.php?page=captcha_pro.php' ),
|
67 |
+
array( 'updater-pro\/updater_pro.php', 'Updater Pro', 'http://bestwebsoft.com/plugin/updater-pro/?k=cf633acbefbdff78545347fe08a3aecb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/updater-pro?k=cf633acbefbdff78545347fe08a3aecb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase', 'admin.php?page=updater-pro-options' ),
|
68 |
+
array( 'contact-form-to-db-pro\/contact_form_to_db_pro.php', 'Contact Form to DB Pro', 'http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=6ce5f4a9006ec906e4db643669246c6a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=6ce5f4a9006ec906e4db643669246c6a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase', 'admin.php?page=cntctfrmtdbpr_settings' )
|
69 |
);
|
70 |
foreach ( $array_plugins_pro as $plugins ) {
|
71 |
+
if ( 0 < count( preg_grep( "/" . $plugins[0] . "/", $active_plugins ) ) || is_plugin_active_for_network( str_replace( '\\', '', $plugins[0] ) ) ) {
|
72 |
$array_activate_pro[ $count_activate_pro ]["title"] = $plugins[1];
|
73 |
$array_activate_pro[ $count_activate_pro ]["link"] = $plugins[2];
|
74 |
$array_activate_pro[ $count_activate_pro ]["href"] = $plugins[3];
|
86 |
$count_recomend_pro++;
|
87 |
}
|
88 |
}
|
89 |
+
if ( $wp_version >= '3.4' ) {
|
90 |
+
$wp_list_table = _get_list_table( 'WP_Themes_List_Table' );
|
91 |
+
$wp_list_table->prepare_items();
|
92 |
+
$current_theme = wp_get_theme();
|
93 |
+
$array_activate_theme = array();
|
94 |
+
$array_install_theme = array();
|
95 |
+
$array_recomend_theme = array();
|
96 |
+
$count_activate_theme = $count_install_theme = $count_recomend_theme = 0;
|
97 |
+
$array_theme = array(
|
98 |
+
array( 'central', 'Central', 'http://bestwebsoft.com/theme/central/?k=77c0199aabdb1f601a0504e312bee220&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/theme/central/?k=77c0199aabdb1f601a0504e312bee220&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/theme-install.php?tab=search&s=Central&search=Search' ),
|
99 |
+
array( 'simple-classic', 'Simple Classic', 'http://bestwebsoft.com/theme/simple-classic/?k=b3990bfc85125747f48ece9f011f4cde&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/theme/simple-classic/?k=b3990bfc85125747f48ece9f011f4cde&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/theme-install.php?tab=search&type=term&s=Simple+Classic&search=Search' ),
|
100 |
+
array( 'reddish', 'Reddish', 'http://bestwebsoft.com/theme/reddish/?k=1ea187e3fd401fd278e23a333abaf4f6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/theme/reddish/?k=1ea187e3fd401fd278e23a333abaf4f6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/theme-install.php?tab=search&type=term&s=reddish&search=Search' ),
|
101 |
+
array( 'wordpost', 'Wordpost', 'http://bestwebsoft.com/theme/wordpost/?k=f0fc8c98135c9657751224562aca7a55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/theme/wordpost/?k=f0fc8c98135c9657751224562aca7a55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/theme-install.php?tab=search&type=term&s=Wordpost&search=Search' )
|
102 |
+
);
|
103 |
+
foreach ( $array_theme as $theme ) {
|
104 |
+
if ( $current_theme->get( 'Name' ) == $theme[1] ) {
|
105 |
+
$array_activate_theme[ $count_activate_theme ]["title"] = $theme[1];
|
106 |
+
$array_activate_theme[ $count_activate_theme ]["link"] = $theme[2];
|
107 |
+
$array_activate_theme[ $count_activate_theme ]["href"] = $theme[3];
|
108 |
+
$count_activate_theme++;
|
109 |
+
} elseif ( array_key_exists( $theme[0], $wp_list_table->items ) ) {
|
110 |
+
$array_install_theme[ $count_install_theme ]["title"] = $theme[1];
|
111 |
+
$array_install_theme[ $count_install_theme ]["link"] = $theme[2];
|
112 |
+
$array_install_theme[ $count_install_theme ]["href"] = $theme[3];
|
113 |
+
$count_install_theme++;
|
114 |
+
} else {
|
115 |
+
$array_recomend_theme[ $count_recomend_theme ]["title"] = $theme[1];
|
116 |
+
$array_recomend_theme[ $count_recomend_theme ]["link"] = $theme[2];
|
117 |
+
$array_recomend_theme[ $count_recomend_theme ]["href"] = $theme[3];
|
118 |
+
$array_recomend_theme[ $count_recomend_theme ]["slug"] = $theme[4];
|
119 |
+
$count_recomend_theme++;
|
120 |
+
}
|
121 |
+
}
|
122 |
+
}
|
123 |
+
|
124 |
$sql_version = $wpdb->get_var( "SELECT VERSION() AS version" );
|
125 |
$mysql_info = $wpdb->get_results( "SHOW VARIABLES LIKE 'sql_mode'" );
|
126 |
if ( is_array( $mysql_info) )
|
265 |
$error = __( "Sorry, email message could not be delivered.", 'bestwebsoft' );
|
266 |
}
|
267 |
}
|
268 |
+
?>
|
269 |
+
<div class="wrap">
|
270 |
<div class="icon32 icon32-bws" id="icon-options-general"></div>
|
271 |
+
<h2>BestWebSoft</h2>
|
272 |
<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>
|
273 |
<div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
|
274 |
<h3 style="color: blue;"><?php _e( 'Pro plugins', 'bestwebsoft' ); ?></h3>
|
322 |
<?php } ?>
|
323 |
</div>
|
324 |
<?php } ?>
|
325 |
+
<br />
|
326 |
+
<?php if ( $wp_version >= '3.4' ) { ?>
|
327 |
+
<h3 style="color: green"><?php _e( 'Free themes', 'bestwebsoft' ); ?></h3>
|
328 |
+
<?php if ( 0 < $count_activate_theme ) { ?>
|
329 |
+
<div style="padding-left:15px;">
|
330 |
+
<h4><?php _e( 'Activated theme', 'bestwebsoft' ); ?></h4>
|
331 |
+
<div style="float:left; width:200px;"><?php echo $array_activate_theme[0]["title"]; ?></div> <p><a href="<?php echo $array_activate_theme[0]["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a> <a href="<?php echo wp_customize_url(); ?>" title="<?php echo esc_attr( sprintf( __( 'Customize “%s”' ), $current_theme->display('Name') ) ); ?>"><?php _e( 'Customize' ); ?></a></p>
|
332 |
+
</div>
|
333 |
+
<?php } ?>
|
334 |
+
<?php if ( 0 < $count_install_theme ) { ?>
|
335 |
+
<div style="padding-left:15px;">
|
336 |
+
<h4><?php _e( 'Installed themes', 'bestwebsoft' ); ?></h4>
|
337 |
+
<?php foreach ( $array_install_theme as $install_theme ) { ?>
|
338 |
+
<div style="float:left; width:200px;"><?php echo $install_theme["title"]; ?></div> <p><a href="<?php echo $install_theme["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a></p>
|
339 |
+
<?php } ?>
|
340 |
+
</div>
|
341 |
+
<?php } ?>
|
342 |
+
<?php if ( 0 < $count_recomend_theme ) { ?>
|
343 |
+
<div style="padding-left:15px;">
|
344 |
+
<h4><?php _e( 'Recommended themes', 'bestwebsoft' ); ?></h4>
|
345 |
+
<?php foreach ( $array_recomend_theme as $recomend_theme ) { ?>
|
346 |
+
<div style="float:left; width:200px;"><?php echo $recomend_theme["title"]; ?></div> <p><a href="<?php echo $recomend_theme["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a> <a href="<?php echo $recomend_theme["href"]; ?>" target="_blank"><?php echo __( "Download", 'bestwebsoft' ); ?></a> <a class="install-now" href="<?php echo get_bloginfo( "url" ) . $recomend_theme["slug"]; ?>" title="<?php esc_attr( sprintf( __( 'Install %s' ), $recomend_theme["title"] ) ) ?>" target="_blank"><?php echo __( 'Install now from wordpress.org', 'bestwebsoft' ) ?></a></p>
|
347 |
+
<?php } ?>
|
348 |
+
</div>
|
349 |
+
<?php } ?>
|
350 |
+
<br />
|
351 |
+
<?php } ?>
|
352 |
<span style="color: rgb(136, 136, 136); font-size: 10px;"><?php _e( 'If you have any questions, please contact us via', 'bestwebsoft' ); ?> <a href="http://support.bestwebsoft.com">http://support.bestwebsoft.com</a></span>
|
353 |
<div id="poststuff" class="bws_system_info_meta_box">
|
354 |
<div class="postbox">
|
bws_menu/languages/bestwebsoft-sr_RS.mo
CHANGED
File without changes
|
css/style.css
CHANGED
@@ -48,6 +48,9 @@
|
|
48 |
height: 40px;
|
49 |
display: block;
|
50 |
}
|
|
|
|
|
|
|
51 |
.fcbk_like {
|
52 |
float: left;
|
53 |
position: relative;
|
48 |
height: 40px;
|
49 |
display: block;
|
50 |
}
|
51 |
+
.fcbk_button a:hover {
|
52 |
+
opacity: 0.9;
|
53 |
+
}
|
54 |
.fcbk_like {
|
55 |
float: left;
|
56 |
position: relative;
|
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 |
*/
|
@@ -39,7 +39,13 @@ if ( ! function_exists( 'fcbk_bttn_plgn_add_pages' ) ) {
|
|
39 |
|
40 |
if ( ! function_exists( 'fcbk_bttn_plgn_settings' ) ) {
|
41 |
function fcbk_bttn_plgn_settings() {
|
42 |
-
global $wpmu, $fcbk_bttn_plgn_options;
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
$fcbk_bttn_plgn_options_default = array(
|
44 |
'link' => '',
|
45 |
'my_page' => 1,
|
@@ -47,7 +53,8 @@ if ( ! function_exists( 'fcbk_bttn_plgn_settings' ) ) {
|
|
47 |
'where' => '',
|
48 |
'display_option' => '',
|
49 |
'count_icon' => 1,
|
50 |
-
'
|
|
|
51 |
'locale' => 'en_US'
|
52 |
);
|
53 |
/* Install the option defaults */
|
@@ -81,8 +88,11 @@ if ( ! function_exists( 'fcbk_bttn_plgn_settings' ) ) {
|
|
81 |
/* Get options from the database */
|
82 |
if ( 1 == $wpmu )
|
83 |
$fcbk_bttn_plgn_options = get_site_option( 'fcbk_bttn_plgn_options' );
|
84 |
-
else
|
85 |
$fcbk_bttn_plgn_options = get_option( 'fcbk_bttn_plgn_options' );
|
|
|
|
|
|
|
86 |
$fcbk_bttn_plgn_options = array_merge( $fcbk_bttn_plgn_options_default, $fcbk_bttn_plgn_options );
|
87 |
update_option( 'fcbk_bttn_plgn_options', $fcbk_bttn_plgn_options );
|
88 |
}
|
@@ -94,7 +104,7 @@ if ( ! function_exists( 'fcbk_bttn_plgn_settings_page' ) ) {
|
|
94 |
global $fcbk_bttn_plgn_options;
|
95 |
$copy = false;
|
96 |
|
97 |
-
if ( false !== @copy( plugin_dir_path( __FILE__ ) . "img/facebook-ico.
|
98 |
$copy = true;
|
99 |
|
100 |
$message = "";
|
@@ -110,6 +120,8 @@ if ( ! function_exists( 'fcbk_bttn_plgn_settings_page' ) ) {
|
|
110 |
$fcbk_bttn_plgn_options['locale'] = $_REQUEST['fcbk_bttn_plgn_locale'];
|
111 |
if ( isset( $_FILES['uploadfile']['tmp_name'] ) && $_FILES['uploadfile']['tmp_name'] != "" ) {
|
112 |
$fcbk_bttn_plgn_options['count_icon'] = $fcbk_bttn_plgn_options['count_icon'] + 1;
|
|
|
|
|
113 |
}
|
114 |
|
115 |
if ( 2 < $fcbk_bttn_plgn_options['count_icon'] )
|
@@ -122,11 +134,11 @@ if ( ! function_exists( 'fcbk_bttn_plgn_settings_page' ) ) {
|
|
122 |
$max_image_width = 100;
|
123 |
$max_image_height = 40;
|
124 |
$max_image_size = 32 * 1024;
|
125 |
-
$valid_types = array( 'jpg', 'jpeg' );
|
126 |
/* Construction to rename downloading file */
|
127 |
$new_name = 'facebook-ico' . $fcbk_bttn_plgn_options['count_icon'];
|
128 |
-
$new_ext = '
|
129 |
-
$namefile = $new_name . $new_ext;
|
130 |
$uploaddir = $_REQUEST['home'] . 'wp-content/plugins/facebook-button-plugin/img/'; /* The directory in which we will take the file: */
|
131 |
$uploadfile = $uploaddir . $namefile;
|
132 |
|
@@ -214,7 +226,7 @@ if ( ! function_exists( 'fcbk_bttn_plgn_settings_page' ) ) {
|
|
214 |
</th>
|
215 |
<td>
|
216 |
<input name="uploadfile" type="file" style="width:196px;" /><br />
|
217 |
-
<span style="color: rgb(136, 136, 136); font-size: 10px;"><?php echo __( 'Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:"jpg", "jpeg".', 'facebook' ); ?></span>
|
218 |
</td>
|
219 |
</table>
|
220 |
</div>
|
@@ -369,9 +381,9 @@ if ( ! function_exists( 'fcbk_bttn_plgn_update_option' ) ) {
|
|
369 |
function fcbk_bttn_plgn_update_option() {
|
370 |
global $fcbk_bttn_plgn_options;
|
371 |
if ( 'standart' == $fcbk_bttn_plgn_options['display_option'] ) {
|
372 |
-
$fb_img_link = plugins_url( 'img/standart-facebook-ico.
|
373 |
} else if ( 'custom' == $fcbk_bttn_plgn_options['display_option'] ) {
|
374 |
-
$fb_img_link = plugins_url( 'img/facebook-ico' . $fcbk_bttn_plgn_options['count_icon'] . '.
|
375 |
}
|
376 |
$fcbk_bttn_plgn_options['fb_img_link'] = $fb_img_link ;
|
377 |
update_option( 'fcbk_bttn_plgn_options', $fcbk_bttn_plgn_options );
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Put Facebook Button in to your post.
|
6 |
Author: BestWebSoft
|
7 |
+
Version: 2.26
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
39 |
|
40 |
if ( ! function_exists( 'fcbk_bttn_plgn_settings' ) ) {
|
41 |
function fcbk_bttn_plgn_settings() {
|
42 |
+
global $wpmu, $fcbk_bttn_plgn_options, $bws_plugin_info;
|
43 |
+
|
44 |
+
if ( function_exists( 'get_plugin_data' ) && ( ! isset( $bws_plugin_info ) || empty( $bws_plugin_info ) ) ) {
|
45 |
+
$plugin_info = get_plugin_data( __FILE__ );
|
46 |
+
$bws_plugin_info = array( 'id' => '78', 'version' => $plugin_info["Version"] );
|
47 |
+
}
|
48 |
+
|
49 |
$fcbk_bttn_plgn_options_default = array(
|
50 |
'link' => '',
|
51 |
'my_page' => 1,
|
53 |
'where' => '',
|
54 |
'display_option' => '',
|
55 |
'count_icon' => 1,
|
56 |
+
'extention' => 'png',
|
57 |
+
'fb_img_link' => plugins_url( "img/standart-facebook-ico.png", __FILE__ ),
|
58 |
'locale' => 'en_US'
|
59 |
);
|
60 |
/* Install the option defaults */
|
88 |
/* Get options from the database */
|
89 |
if ( 1 == $wpmu )
|
90 |
$fcbk_bttn_plgn_options = get_site_option( 'fcbk_bttn_plgn_options' );
|
91 |
+
else {
|
92 |
$fcbk_bttn_plgn_options = get_option( 'fcbk_bttn_plgn_options' );
|
93 |
+
if ( stristr($fcbk_bttn_plgn_options['fb_img_link'], 'standart-facebook-ico.jpg') )
|
94 |
+
$fcbk_bttn_plgn_options['fb_img_link'] = plugins_url( "img/standart-facebook-ico.png", __FILE__ );
|
95 |
+
}
|
96 |
$fcbk_bttn_plgn_options = array_merge( $fcbk_bttn_plgn_options_default, $fcbk_bttn_plgn_options );
|
97 |
update_option( 'fcbk_bttn_plgn_options', $fcbk_bttn_plgn_options );
|
98 |
}
|
104 |
global $fcbk_bttn_plgn_options;
|
105 |
$copy = false;
|
106 |
|
107 |
+
if ( false !== @copy( plugin_dir_path( __FILE__ ) . "img/facebook-ico." . $fcbk_bttn_plgn_options['extention'], plugin_dir_path( __FILE__ ) . "img/facebook-ico3." . $fcbk_bttn_plgn_options['extention'] ) )
|
108 |
$copy = true;
|
109 |
|
110 |
$message = "";
|
120 |
$fcbk_bttn_plgn_options['locale'] = $_REQUEST['fcbk_bttn_plgn_locale'];
|
121 |
if ( isset( $_FILES['uploadfile']['tmp_name'] ) && $_FILES['uploadfile']['tmp_name'] != "" ) {
|
122 |
$fcbk_bttn_plgn_options['count_icon'] = $fcbk_bttn_plgn_options['count_icon'] + 1;
|
123 |
+
$file_ext = wp_check_filetype($_FILES['uploadfile']['name']);
|
124 |
+
$fcbk_bttn_plgn_options['extention'] = $file_ext['ext'];
|
125 |
}
|
126 |
|
127 |
if ( 2 < $fcbk_bttn_plgn_options['count_icon'] )
|
134 |
$max_image_width = 100;
|
135 |
$max_image_height = 40;
|
136 |
$max_image_size = 32 * 1024;
|
137 |
+
$valid_types = array( 'jpg', 'jpeg', 'png' );
|
138 |
/* Construction to rename downloading file */
|
139 |
$new_name = 'facebook-ico' . $fcbk_bttn_plgn_options['count_icon'];
|
140 |
+
$new_ext = wp_check_filetype($_FILES['uploadfile']['name']);
|
141 |
+
$namefile = $new_name . '.' . $new_ext['ext'];
|
142 |
$uploaddir = $_REQUEST['home'] . 'wp-content/plugins/facebook-button-plugin/img/'; /* The directory in which we will take the file: */
|
143 |
$uploadfile = $uploaddir . $namefile;
|
144 |
|
226 |
</th>
|
227 |
<td>
|
228 |
<input name="uploadfile" type="file" style="width:196px;" /><br />
|
229 |
+
<span style="color: rgb(136, 136, 136); font-size: 10px;"><?php echo __( 'Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:"jpg", "jpeg", "png".', 'facebook' ); ?></span>
|
230 |
</td>
|
231 |
</table>
|
232 |
</div>
|
381 |
function fcbk_bttn_plgn_update_option() {
|
382 |
global $fcbk_bttn_plgn_options;
|
383 |
if ( 'standart' == $fcbk_bttn_plgn_options['display_option'] ) {
|
384 |
+
$fb_img_link = plugins_url( 'img/standart-facebook-ico.png', __FILE__ );
|
385 |
} else if ( 'custom' == $fcbk_bttn_plgn_options['display_option'] ) {
|
386 |
+
$fb_img_link = plugins_url( 'img/facebook-ico' . $fcbk_bttn_plgn_options['count_icon'] . '.' . $fcbk_bttn_plgn_options['extention'], __FILE__ );
|
387 |
}
|
388 |
$fcbk_bttn_plgn_options['fb_img_link'] = $fb_img_link ;
|
389 |
update_option( 'fcbk_bttn_plgn_options', $fcbk_bttn_plgn_options );
|
img/facebook-ico.jpg
DELETED
Binary file
|
img/facebook-ico.png
ADDED
Binary file
|
img/facebook-ico1.jpg
CHANGED
File without changes
|
img/facebook-ico2.jpg
CHANGED
File without changes
|
img/icon_16.png
CHANGED
File without changes
|
img/icon_16_b.png
CHANGED
File without changes
|
img/icon_16_c.png
CHANGED
File without changes
|
img/icon_36.png
CHANGED
File without changes
|
img/icon_36_b.png
CHANGED
File without changes
|
img/px.png
CHANGED
File without changes
|
img/standart-facebook-ico.jpg
DELETED
Binary file
|
img/standart-facebook-ico.png
ADDED
Binary file
|
js/bws_menu.js
CHANGED
File without changes
|
languages/facebook-ar_AR.mo
CHANGED
Binary file
|
languages/facebook-ar_AR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-
|
6 |
-
"PO-Revision-Date: 2013-
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Albayan Design Hani aladoli <info@albayan-design.com>\n"
|
9 |
"Language: ar\n"
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: facebook-button-plugin.php:33
|
20 |
-
#: facebook-button-plugin.php:
|
21 |
#, fuzzy
|
22 |
msgid "Facebook Button Settings"
|
23 |
msgstr "اعدادات زر الفيس بوك"
|
@@ -27,142 +27,143 @@ msgstr "اعدادات زر الفيس بوك"
|
|
27 |
msgid "Facebook Button"
|
28 |
msgstr "زر الفيس بوك"
|
29 |
|
30 |
-
#: facebook-button-plugin.php:
|
31 |
#, fuzzy
|
32 |
msgid "Settings saved"
|
33 |
msgstr "الاعدادات "
|
34 |
|
35 |
-
#: facebook-button-plugin.php:
|
36 |
msgid "Error: File size > 32K"
|
37 |
msgstr "خطاء : حجم الملف : > 32К"
|
38 |
|
39 |
-
#: facebook-button-plugin.php:
|
40 |
msgid "Error: Invalid file type"
|
41 |
msgstr "خطاء : نوع الملف غير صحيح"
|
42 |
|
43 |
-
#: facebook-button-plugin.php:
|
44 |
msgid "Error: moving file failed"
|
45 |
msgstr "خطاء : فشل في نقل الملف"
|
46 |
|
47 |
-
#: facebook-button-plugin.php:
|
48 |
msgid "Error: check image width or height"
|
49 |
msgstr "خطاء : تأكد من عرض وطول الصورة"
|
50 |
|
51 |
-
#: facebook-button-plugin.php:
|
52 |
msgid "Uploading Error: check image properties"
|
53 |
msgstr "خطاء في الرفع : تأكد من خصائص الصورة"
|
54 |
|
55 |
-
#: facebook-button-plugin.php:
|
56 |
#, fuzzy
|
57 |
msgid "Your Facebook ID:"
|
58 |
msgstr "اسم حسابك علي الفيس بوك :"
|
59 |
|
60 |
-
#: facebook-button-plugin.php:
|
61 |
msgid "Display button:"
|
62 |
msgstr "عرض الزر :"
|
63 |
|
64 |
-
#: facebook-button-plugin.php:
|
65 |
msgid "My Page"
|
66 |
msgstr "صفحتي"
|
67 |
|
68 |
-
#: facebook-button-plugin.php:
|
69 |
msgid "Like"
|
70 |
msgstr "اعجاب "
|
71 |
|
72 |
-
#: facebook-button-plugin.php:
|
73 |
#, fuzzy
|
74 |
msgid "Choose display settings:"
|
75 |
msgstr "اختار خيار العرض :"
|
76 |
|
77 |
-
#: facebook-button-plugin.php:
|
78 |
#, fuzzy
|
79 |
msgid "Standard Facebook image"
|
80 |
msgstr "صورة الفيس بوك الافتراضية "
|
81 |
|
82 |
-
#: facebook-button-plugin.php:
|
83 |
#, fuzzy
|
84 |
msgid "Custom Facebook image"
|
85 |
msgstr "صورة خاصة للـ فيس بوك"
|
86 |
|
87 |
-
#: facebook-button-plugin.php:
|
88 |
msgid "Current image:"
|
89 |
msgstr "الصورة الحالية : "
|
90 |
|
91 |
-
#: facebook-button-plugin.php:
|
92 |
#, fuzzy
|
93 |
msgid "Facebook image:"
|
94 |
msgstr "صورة الفيس بوك : "
|
95 |
|
96 |
-
#: facebook-button-plugin.php:
|
97 |
-
|
|
|
98 |
msgstr "Propiedades de la imagen: Ancho máx.: 100px; Alto máx.: 40px; Tamaño máx: 32Kb; Tipo de imagen: \"jpg\", \"jpeg\"."
|
99 |
|
100 |
-
#: facebook-button-plugin.php:
|
101 |
#, fuzzy
|
102 |
msgid "Facebook Button Position:"
|
103 |
msgstr "مكان زر الفيس بوك :"
|
104 |
|
105 |
-
#: facebook-button-plugin.php:
|
106 |
msgid "Before"
|
107 |
msgstr "قبل"
|
108 |
|
109 |
-
#: facebook-button-plugin.php:
|
110 |
msgid "After"
|
111 |
msgstr "بعد"
|
112 |
|
113 |
-
#: facebook-button-plugin.php:
|
114 |
msgid "Before and After"
|
115 |
msgstr "قبل و بعد"
|
116 |
|
117 |
-
#: facebook-button-plugin.php:
|
118 |
msgid "Shortcode"
|
119 |
msgstr "الكود"
|
120 |
|
121 |
-
#: facebook-button-plugin.php:
|
122 |
#, fuzzy
|
123 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
124 |
msgstr "اذا كنت ترغب في اضافة زر الفيس بوك علي موقعك انسخ هذه الكود وضعه في المكان المراد ظهور الزر فيه"
|
125 |
|
126 |
-
#: facebook-button-plugin.php:
|
127 |
#, fuzzy
|
128 |
msgid "Facebook Button language:"
|
129 |
msgstr "للغه زر الفيس بوك :"
|
130 |
|
131 |
-
#: facebook-button-plugin.php:
|
132 |
#, fuzzy
|
133 |
msgid "Change the language of Facebook Like Button"
|
134 |
msgstr "اختار اللغه للـ زر الاغحاب"
|
135 |
|
136 |
-
#: facebook-button-plugin.php:
|
137 |
msgid "Save Changes"
|
138 |
msgstr "حفظ التغييرات"
|
139 |
|
140 |
-
#: facebook-button-plugin.php:
|
141 |
-
#: facebook-button-plugin.php:
|
142 |
msgid "Settings"
|
143 |
msgstr "الاعدادات "
|
144 |
|
145 |
-
#: facebook-button-plugin.php:
|
146 |
msgid "FAQ"
|
147 |
msgstr "أسئلة وأجوبة"
|
148 |
|
149 |
-
#: facebook-button-plugin.php:
|
150 |
msgid "Support"
|
151 |
msgstr "الدعم"
|
152 |
|
153 |
-
#: facebook-button-plugin.php:
|
154 |
msgid "requires"
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: facebook-button-plugin.php:
|
158 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
159 |
msgstr ""
|
160 |
|
161 |
-
#: facebook-button-plugin.php:
|
162 |
msgid "Back to the WordPress"
|
163 |
msgstr ""
|
164 |
|
165 |
-
#: facebook-button-plugin.php:
|
166 |
#, fuzzy
|
167 |
msgid "Plugins page"
|
168 |
msgstr "Плагины BWS"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-11-29 14:35+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-11-29 14:35+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Albayan Design Hani aladoli <info@albayan-design.com>\n"
|
9 |
"Language: ar\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: facebook-button-plugin.php:33
|
20 |
+
#: facebook-button-plugin.php:169
|
21 |
#, fuzzy
|
22 |
msgid "Facebook Button Settings"
|
23 |
msgstr "اعدادات زر الفيس بوك"
|
27 |
msgid "Facebook Button"
|
28 |
msgstr "زر الفيس بوك"
|
29 |
|
30 |
+
#: facebook-button-plugin.php:121
|
31 |
#, fuzzy
|
32 |
msgid "Settings saved"
|
33 |
msgstr "الاعدادات "
|
34 |
|
35 |
+
#: facebook-button-plugin.php:143
|
36 |
msgid "Error: File size > 32K"
|
37 |
msgstr "خطاء : حجم الملف : > 32К"
|
38 |
|
39 |
+
#: facebook-button-plugin.php:146
|
40 |
msgid "Error: Invalid file type"
|
41 |
msgstr "خطاء : نوع الملف غير صحيح"
|
42 |
|
43 |
+
#: facebook-button-plugin.php:154
|
44 |
msgid "Error: moving file failed"
|
45 |
msgstr "خطاء : فشل في نقل الملف"
|
46 |
|
47 |
+
#: facebook-button-plugin.php:157
|
48 |
msgid "Error: check image width or height"
|
49 |
msgstr "خطاء : تأكد من عرض وطول الصورة"
|
50 |
|
51 |
+
#: facebook-button-plugin.php:161
|
52 |
msgid "Uploading Error: check image properties"
|
53 |
msgstr "خطاء في الرفع : تأكد من خصائص الصورة"
|
54 |
|
55 |
+
#: facebook-button-plugin.php:176
|
56 |
#, fuzzy
|
57 |
msgid "Your Facebook ID:"
|
58 |
msgstr "اسم حسابك علي الفيس بوك :"
|
59 |
|
60 |
+
#: facebook-button-plugin.php:182
|
61 |
msgid "Display button:"
|
62 |
msgstr "عرض الزر :"
|
63 |
|
64 |
+
#: facebook-button-plugin.php:184
|
65 |
msgid "My Page"
|
66 |
msgstr "صفحتي"
|
67 |
|
68 |
+
#: facebook-button-plugin.php:185
|
69 |
msgid "Like"
|
70 |
msgstr "اعجاب "
|
71 |
|
72 |
+
#: facebook-button-plugin.php:190
|
73 |
#, fuzzy
|
74 |
msgid "Choose display settings:"
|
75 |
msgstr "اختار خيار العرض :"
|
76 |
|
77 |
+
#: facebook-button-plugin.php:194
|
78 |
#, fuzzy
|
79 |
msgid "Standard Facebook image"
|
80 |
msgstr "صورة الفيس بوك الافتراضية "
|
81 |
|
82 |
+
#: facebook-button-plugin.php:196
|
83 |
#, fuzzy
|
84 |
msgid "Custom Facebook image"
|
85 |
msgstr "صورة خاصة للـ فيس بوك"
|
86 |
|
87 |
+
#: facebook-button-plugin.php:203
|
88 |
msgid "Current image:"
|
89 |
msgstr "الصورة الحالية : "
|
90 |
|
91 |
+
#: facebook-button-plugin.php:216
|
92 |
#, fuzzy
|
93 |
msgid "Facebook image:"
|
94 |
msgstr "صورة الفيس بوك : "
|
95 |
|
96 |
+
#: facebook-button-plugin.php:220
|
97 |
+
#, fuzzy
|
98 |
+
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
99 |
msgstr "Propiedades de la imagen: Ancho máx.: 100px; Alto máx.: 40px; Tamaño máx: 32Kb; Tipo de imagen: \"jpg\", \"jpeg\"."
|
100 |
|
101 |
+
#: facebook-button-plugin.php:228
|
102 |
#, fuzzy
|
103 |
msgid "Facebook Button Position:"
|
104 |
msgstr "مكان زر الفيس بوك :"
|
105 |
|
106 |
+
#: facebook-button-plugin.php:232
|
107 |
msgid "Before"
|
108 |
msgstr "قبل"
|
109 |
|
110 |
+
#: facebook-button-plugin.php:233
|
111 |
msgid "After"
|
112 |
msgstr "بعد"
|
113 |
|
114 |
+
#: facebook-button-plugin.php:234
|
115 |
msgid "Before and After"
|
116 |
msgstr "قبل و بعد"
|
117 |
|
118 |
+
#: facebook-button-plugin.php:235
|
119 |
msgid "Shortcode"
|
120 |
msgstr "الكود"
|
121 |
|
122 |
+
#: facebook-button-plugin.php:237
|
123 |
#, fuzzy
|
124 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
125 |
msgstr "اذا كنت ترغب في اضافة زر الفيس بوك علي موقعك انسخ هذه الكود وضعه في المكان المراد ظهور الزر فيه"
|
126 |
|
127 |
+
#: facebook-button-plugin.php:242
|
128 |
#, fuzzy
|
129 |
msgid "Facebook Button language:"
|
130 |
msgstr "للغه زر الفيس بوك :"
|
131 |
|
132 |
+
#: facebook-button-plugin.php:353
|
133 |
#, fuzzy
|
134 |
msgid "Change the language of Facebook Like Button"
|
135 |
msgstr "اختار اللغه للـ زر الاغحاب"
|
136 |
|
137 |
+
#: facebook-button-plugin.php:359
|
138 |
msgid "Save Changes"
|
139 |
msgstr "حفظ التغييرات"
|
140 |
|
141 |
+
#: facebook-button-plugin.php:465
|
142 |
+
#: facebook-button-plugin.php:477
|
143 |
msgid "Settings"
|
144 |
msgstr "الاعدادات "
|
145 |
|
146 |
+
#: facebook-button-plugin.php:478
|
147 |
msgid "FAQ"
|
148 |
msgstr "أسئلة وأجوبة"
|
149 |
|
150 |
+
#: facebook-button-plugin.php:479
|
151 |
msgid "Support"
|
152 |
msgstr "الدعم"
|
153 |
|
154 |
+
#: facebook-button-plugin.php:503
|
155 |
msgid "requires"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: facebook-button-plugin.php:503
|
159 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: facebook-button-plugin.php:503
|
163 |
msgid "Back to the WordPress"
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: facebook-button-plugin.php:503
|
167 |
#, fuzzy
|
168 |
msgid "Plugins page"
|
169 |
msgstr "Плагины BWS"
|
languages/facebook-es_ES.mo
CHANGED
Binary file
|
languages/facebook-es_ES.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-
|
6 |
-
"PO-Revision-Date: 2013-
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
9 |
"Language: es_ES\n"
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: facebook-button-plugin.php:33
|
20 |
-
#: facebook-button-plugin.php:
|
21 |
#, fuzzy
|
22 |
msgid "Facebook Button Settings"
|
23 |
msgstr "Opciones del botón de Facebook"
|
@@ -27,141 +27,141 @@ msgstr "Opciones del botón de Facebook"
|
|
27 |
msgid "Facebook Button"
|
28 |
msgstr "Botón FaceBook"
|
29 |
|
30 |
-
#: facebook-button-plugin.php:
|
31 |
#, fuzzy
|
32 |
msgid "Settings saved"
|
33 |
msgstr "Opciones"
|
34 |
|
35 |
-
#: facebook-button-plugin.php:
|
36 |
msgid "Error: File size > 32K"
|
37 |
msgstr "Error: Archivo > 32К"
|
38 |
|
39 |
-
#: facebook-button-plugin.php:
|
40 |
msgid "Error: Invalid file type"
|
41 |
msgstr "error: Tipo de archivo no válido"
|
42 |
|
43 |
-
#: facebook-button-plugin.php:
|
44 |
msgid "Error: moving file failed"
|
45 |
msgstr "Error: Fallo moviendo el archivo"
|
46 |
|
47 |
-
#: facebook-button-plugin.php:
|
48 |
msgid "Error: check image width or height"
|
49 |
msgstr "Error: Revisa el alto o ancho de la imagen"
|
50 |
|
51 |
-
#: facebook-button-plugin.php:
|
52 |
msgid "Uploading Error: check image properties"
|
53 |
msgstr "Error de subida: Revisa las propiedades de la imagen"
|
54 |
|
55 |
-
#: facebook-button-plugin.php:
|
56 |
#, fuzzy
|
57 |
msgid "Your Facebook ID:"
|
58 |
msgstr "Su FaceBook Id:"
|
59 |
|
60 |
-
#: facebook-button-plugin.php:
|
61 |
msgid "Display button:"
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: facebook-button-plugin.php:
|
65 |
msgid "My Page"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: facebook-button-plugin.php:
|
69 |
msgid "Like"
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: facebook-button-plugin.php:
|
73 |
#, fuzzy
|
74 |
msgid "Choose display settings:"
|
75 |
msgstr "Seleccione opciones de visualización:"
|
76 |
|
77 |
-
#: facebook-button-plugin.php:
|
78 |
#, fuzzy
|
79 |
msgid "Standard Facebook image"
|
80 |
msgstr "Imagen estandar de FaceBook"
|
81 |
|
82 |
-
#: facebook-button-plugin.php:
|
83 |
#, fuzzy
|
84 |
msgid "Custom Facebook image"
|
85 |
msgstr "Imagen personalizada de FaceBook"
|
86 |
|
87 |
-
#: facebook-button-plugin.php:
|
88 |
msgid "Current image:"
|
89 |
msgstr "Imagen actual:"
|
90 |
|
91 |
-
#: facebook-button-plugin.php:
|
92 |
#, fuzzy
|
93 |
msgid "Facebook image:"
|
94 |
msgstr "Imagen de FaceBook:"
|
95 |
|
96 |
-
#: facebook-button-plugin.php:
|
97 |
-
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
|
98 |
-
msgstr "Propiedades de la imagen: Ancho máx.: 100px; Alto máx.: 40px; Tamaño máx: 32Kb; Tipo de imagen: \"jpg\", \"jpeg\"."
|
99 |
|
100 |
-
#: facebook-button-plugin.php:
|
101 |
#, fuzzy
|
102 |
msgid "Facebook Button Position:"
|
103 |
msgstr "Posición del botón Facebook:"
|
104 |
|
105 |
-
#: facebook-button-plugin.php:
|
106 |
msgid "Before"
|
107 |
msgstr "Antes"
|
108 |
|
109 |
-
#: facebook-button-plugin.php:
|
110 |
msgid "After"
|
111 |
msgstr "Después"
|
112 |
|
113 |
-
#: facebook-button-plugin.php:
|
114 |
msgid "Before and After"
|
115 |
msgstr "Antes y después"
|
116 |
|
117 |
-
#: facebook-button-plugin.php:
|
118 |
msgid "Shortcode"
|
119 |
msgstr "Shortcode"
|
120 |
|
121 |
-
#: facebook-button-plugin.php:
|
122 |
#, fuzzy
|
123 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
124 |
msgstr "Si desea agregar un botón de Facebook para su sitio web, sólo tiene que copiar y pegar el código en su web o la página:"
|
125 |
|
126 |
-
#: facebook-button-plugin.php:
|
127 |
#, fuzzy
|
128 |
msgid "Facebook Button language:"
|
129 |
msgstr "Botón FaceBook"
|
130 |
|
131 |
-
#: facebook-button-plugin.php:
|
132 |
msgid "Change the language of Facebook Like Button"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: facebook-button-plugin.php:
|
136 |
msgid "Save Changes"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: facebook-button-plugin.php:
|
140 |
-
#: facebook-button-plugin.php:
|
141 |
msgid "Settings"
|
142 |
msgstr "Opciones"
|
143 |
|
144 |
-
#: facebook-button-plugin.php:
|
145 |
msgid "FAQ"
|
146 |
msgstr "FAQ"
|
147 |
|
148 |
-
#: facebook-button-plugin.php:
|
149 |
msgid "Support"
|
150 |
msgstr "Soporte"
|
151 |
|
152 |
-
#: facebook-button-plugin.php:
|
153 |
msgid "requires"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: facebook-button-plugin.php:
|
157 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: facebook-button-plugin.php:
|
161 |
msgid "Back to the WordPress"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: facebook-button-plugin.php:
|
165 |
#, fuzzy
|
166 |
msgid "Plugins page"
|
167 |
msgstr "Плагины BWS"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-11-29 14:35+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-11-29 14:35+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
9 |
"Language: es_ES\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: facebook-button-plugin.php:33
|
20 |
+
#: facebook-button-plugin.php:169
|
21 |
#, fuzzy
|
22 |
msgid "Facebook Button Settings"
|
23 |
msgstr "Opciones del botón de Facebook"
|
27 |
msgid "Facebook Button"
|
28 |
msgstr "Botón FaceBook"
|
29 |
|
30 |
+
#: facebook-button-plugin.php:121
|
31 |
#, fuzzy
|
32 |
msgid "Settings saved"
|
33 |
msgstr "Opciones"
|
34 |
|
35 |
+
#: facebook-button-plugin.php:143
|
36 |
msgid "Error: File size > 32K"
|
37 |
msgstr "Error: Archivo > 32К"
|
38 |
|
39 |
+
#: facebook-button-plugin.php:146
|
40 |
msgid "Error: Invalid file type"
|
41 |
msgstr "error: Tipo de archivo no válido"
|
42 |
|
43 |
+
#: facebook-button-plugin.php:154
|
44 |
msgid "Error: moving file failed"
|
45 |
msgstr "Error: Fallo moviendo el archivo"
|
46 |
|
47 |
+
#: facebook-button-plugin.php:157
|
48 |
msgid "Error: check image width or height"
|
49 |
msgstr "Error: Revisa el alto o ancho de la imagen"
|
50 |
|
51 |
+
#: facebook-button-plugin.php:161
|
52 |
msgid "Uploading Error: check image properties"
|
53 |
msgstr "Error de subida: Revisa las propiedades de la imagen"
|
54 |
|
55 |
+
#: facebook-button-plugin.php:176
|
56 |
#, fuzzy
|
57 |
msgid "Your Facebook ID:"
|
58 |
msgstr "Su FaceBook Id:"
|
59 |
|
60 |
+
#: facebook-button-plugin.php:182
|
61 |
msgid "Display button:"
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: facebook-button-plugin.php:184
|
65 |
msgid "My Page"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: facebook-button-plugin.php:185
|
69 |
msgid "Like"
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: facebook-button-plugin.php:190
|
73 |
#, fuzzy
|
74 |
msgid "Choose display settings:"
|
75 |
msgstr "Seleccione opciones de visualización:"
|
76 |
|
77 |
+
#: facebook-button-plugin.php:194
|
78 |
#, fuzzy
|
79 |
msgid "Standard Facebook image"
|
80 |
msgstr "Imagen estandar de FaceBook"
|
81 |
|
82 |
+
#: facebook-button-plugin.php:196
|
83 |
#, fuzzy
|
84 |
msgid "Custom Facebook image"
|
85 |
msgstr "Imagen personalizada de FaceBook"
|
86 |
|
87 |
+
#: facebook-button-plugin.php:203
|
88 |
msgid "Current image:"
|
89 |
msgstr "Imagen actual:"
|
90 |
|
91 |
+
#: facebook-button-plugin.php:216
|
92 |
#, fuzzy
|
93 |
msgid "Facebook image:"
|
94 |
msgstr "Imagen de FaceBook:"
|
95 |
|
96 |
+
#: facebook-button-plugin.php:220
|
97 |
+
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
98 |
+
msgstr "Propiedades de la imagen: Ancho máx.: 100px; Alto máx.: 40px; Tamaño máx: 32Kb; Tipo de imagen: \"jpg\", \"jpeg\", \"png\"."
|
99 |
|
100 |
+
#: facebook-button-plugin.php:228
|
101 |
#, fuzzy
|
102 |
msgid "Facebook Button Position:"
|
103 |
msgstr "Posición del botón Facebook:"
|
104 |
|
105 |
+
#: facebook-button-plugin.php:232
|
106 |
msgid "Before"
|
107 |
msgstr "Antes"
|
108 |
|
109 |
+
#: facebook-button-plugin.php:233
|
110 |
msgid "After"
|
111 |
msgstr "Después"
|
112 |
|
113 |
+
#: facebook-button-plugin.php:234
|
114 |
msgid "Before and After"
|
115 |
msgstr "Antes y después"
|
116 |
|
117 |
+
#: facebook-button-plugin.php:235
|
118 |
msgid "Shortcode"
|
119 |
msgstr "Shortcode"
|
120 |
|
121 |
+
#: facebook-button-plugin.php:237
|
122 |
#, fuzzy
|
123 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
124 |
msgstr "Si desea agregar un botón de Facebook para su sitio web, sólo tiene que copiar y pegar el código en su web o la página:"
|
125 |
|
126 |
+
#: facebook-button-plugin.php:242
|
127 |
#, fuzzy
|
128 |
msgid "Facebook Button language:"
|
129 |
msgstr "Botón FaceBook"
|
130 |
|
131 |
+
#: facebook-button-plugin.php:353
|
132 |
msgid "Change the language of Facebook Like Button"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: facebook-button-plugin.php:359
|
136 |
msgid "Save Changes"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: facebook-button-plugin.php:465
|
140 |
+
#: facebook-button-plugin.php:477
|
141 |
msgid "Settings"
|
142 |
msgstr "Opciones"
|
143 |
|
144 |
+
#: facebook-button-plugin.php:478
|
145 |
msgid "FAQ"
|
146 |
msgstr "FAQ"
|
147 |
|
148 |
+
#: facebook-button-plugin.php:479
|
149 |
msgid "Support"
|
150 |
msgstr "Soporte"
|
151 |
|
152 |
+
#: facebook-button-plugin.php:503
|
153 |
msgid "requires"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: facebook-button-plugin.php:503
|
157 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: facebook-button-plugin.php:503
|
161 |
msgid "Back to the WordPress"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: facebook-button-plugin.php:503
|
165 |
#, fuzzy
|
166 |
msgid "Plugins page"
|
167 |
msgstr "Плагины BWS"
|
languages/facebook-fa_IR.mo
CHANGED
Binary file
|
languages/facebook-fa_IR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-
|
6 |
-
"PO-Revision-Date: 2013-
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Milad Ahmadipour <milad.contact@gmail.com>\n"
|
9 |
"Language: fa\n"
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: facebook-button-plugin.php:33
|
20 |
-
#: facebook-button-plugin.php:
|
21 |
#, fuzzy
|
22 |
msgid "Facebook Button Settings"
|
23 |
msgstr "اختیارات دکمه فیسبوک"
|
@@ -27,142 +27,143 @@ msgstr "اختیارات دکمه فیسبوک"
|
|
27 |
msgid "Facebook Button"
|
28 |
msgstr "دکمه فیسبوک"
|
29 |
|
30 |
-
#: facebook-button-plugin.php:
|
31 |
#, fuzzy
|
32 |
msgid "Settings saved"
|
33 |
msgstr "تنظیمات "
|
34 |
|
35 |
-
#: facebook-button-plugin.php:
|
36 |
msgid "Error: File size > 32K"
|
37 |
msgstr "خطا : حجم فایل بیشتر از : > 32К"
|
38 |
|
39 |
-
#: facebook-button-plugin.php:
|
40 |
msgid "Error: Invalid file type"
|
41 |
msgstr "خطا : نوع فایل صحیح نیست"
|
42 |
|
43 |
-
#: facebook-button-plugin.php:
|
44 |
msgid "Error: moving file failed"
|
45 |
msgstr "خطا : حرکت فایل شکست خورد"
|
46 |
|
47 |
-
#: facebook-button-plugin.php:
|
48 |
msgid "Error: check image width or height"
|
49 |
msgstr "خطا : لطفا طول و عرض تصویر را چک کنید"
|
50 |
|
51 |
-
#: facebook-button-plugin.php:
|
52 |
msgid "Uploading Error: check image properties"
|
53 |
msgstr "خطای آپلود : لطفا خصوصیات تصویر را چک کنید"
|
54 |
|
55 |
-
#: facebook-button-plugin.php:
|
56 |
#, fuzzy
|
57 |
msgid "Your Facebook ID:"
|
58 |
msgstr "نام کاربری فیسبوک شما (کوتاه شده، برای نمونه این را ببینید : http://facebook.com/yourname)"
|
59 |
|
60 |
-
#: facebook-button-plugin.php:
|
61 |
msgid "Display button:"
|
62 |
msgstr "نمایش دکمه های :"
|
63 |
|
64 |
-
#: facebook-button-plugin.php:
|
65 |
msgid "My Page"
|
66 |
msgstr "صفحه من"
|
67 |
|
68 |
-
#: facebook-button-plugin.php:
|
69 |
msgid "Like"
|
70 |
msgstr "پسندیدم "
|
71 |
|
72 |
-
#: facebook-button-plugin.php:
|
73 |
#, fuzzy
|
74 |
msgid "Choose display settings:"
|
75 |
msgstr "لطفا نحوه نمایش را انتخاب کنید"
|
76 |
|
77 |
-
#: facebook-button-plugin.php:
|
78 |
#, fuzzy
|
79 |
msgid "Standard Facebook image"
|
80 |
msgstr " تصویر استاندارد فیسبوک "
|
81 |
|
82 |
-
#: facebook-button-plugin.php:
|
83 |
#, fuzzy
|
84 |
msgid "Custom Facebook image"
|
85 |
msgstr "آپلود از کامپیوتر شما"
|
86 |
|
87 |
-
#: facebook-button-plugin.php:
|
88 |
msgid "Current image:"
|
89 |
msgstr "تصویر کنونی :"
|
90 |
|
91 |
-
#: facebook-button-plugin.php:
|
92 |
#, fuzzy
|
93 |
msgid "Facebook image:"
|
94 |
msgstr "تصویر فیسبوک : "
|
95 |
|
96 |
-
#: facebook-button-plugin.php:
|
97 |
-
|
|
|
98 |
msgstr "خصوصیات عکس: حداکثر طول عکس:100px; حد اکثر عرض عکس:40px; حد اکثر حجم فایل:32Kb; نوع فایل: \"jpg\", \"jpeg\"."
|
99 |
|
100 |
-
#: facebook-button-plugin.php:
|
101 |
#, fuzzy
|
102 |
msgid "Facebook Button Position:"
|
103 |
msgstr "محل دکمه فیسبوک :"
|
104 |
|
105 |
-
#: facebook-button-plugin.php:
|
106 |
msgid "Before"
|
107 |
msgstr "قبل"
|
108 |
|
109 |
-
#: facebook-button-plugin.php:
|
110 |
msgid "After"
|
111 |
msgstr "بعد"
|
112 |
|
113 |
-
#: facebook-button-plugin.php:
|
114 |
msgid "Before and After"
|
115 |
msgstr "قبل و بعد"
|
116 |
|
117 |
-
#: facebook-button-plugin.php:
|
118 |
msgid "Shortcode"
|
119 |
msgstr "کد کوتاه"
|
120 |
|
121 |
-
#: facebook-button-plugin.php:
|
122 |
#, fuzzy
|
123 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
124 |
msgstr "در صورتی که میخواهید دکمه لایک به سایت شما اظافه شود، کد کوتاه را در صفحه پست و ... کپی کنید"
|
125 |
|
126 |
-
#: facebook-button-plugin.php:
|
127 |
#, fuzzy
|
128 |
msgid "Facebook Button language:"
|
129 |
msgstr "زبان دکمه فیسبوک :"
|
130 |
|
131 |
-
#: facebook-button-plugin.php:
|
132 |
#, fuzzy
|
133 |
msgid "Change the language of Facebook Like Button"
|
134 |
msgstr "زبان دکمه فیسبوک را انتخاب کنید"
|
135 |
|
136 |
-
#: facebook-button-plugin.php:
|
137 |
msgid "Save Changes"
|
138 |
msgstr "ذخیره تغییرات"
|
139 |
|
140 |
-
#: facebook-button-plugin.php:
|
141 |
-
#: facebook-button-plugin.php:
|
142 |
msgid "Settings"
|
143 |
msgstr "تنظیمات "
|
144 |
|
145 |
-
#: facebook-button-plugin.php:
|
146 |
msgid "FAQ"
|
147 |
msgstr "سوال و جواب های متداول"
|
148 |
|
149 |
-
#: facebook-button-plugin.php:
|
150 |
msgid "Support"
|
151 |
msgstr "پشتیبانی"
|
152 |
|
153 |
-
#: facebook-button-plugin.php:
|
154 |
msgid "requires"
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: facebook-button-plugin.php:
|
158 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
159 |
msgstr ""
|
160 |
|
161 |
-
#: facebook-button-plugin.php:
|
162 |
msgid "Back to the WordPress"
|
163 |
msgstr ""
|
164 |
|
165 |
-
#: facebook-button-plugin.php:
|
166 |
#, fuzzy
|
167 |
msgid "Plugins page"
|
168 |
msgstr "پلاگین BWS"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-11-29 14:35+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-11-29 14:35+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Milad Ahmadipour <milad.contact@gmail.com>\n"
|
9 |
"Language: fa\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: facebook-button-plugin.php:33
|
20 |
+
#: facebook-button-plugin.php:169
|
21 |
#, fuzzy
|
22 |
msgid "Facebook Button Settings"
|
23 |
msgstr "اختیارات دکمه فیسبوک"
|
27 |
msgid "Facebook Button"
|
28 |
msgstr "دکمه فیسبوک"
|
29 |
|
30 |
+
#: facebook-button-plugin.php:121
|
31 |
#, fuzzy
|
32 |
msgid "Settings saved"
|
33 |
msgstr "تنظیمات "
|
34 |
|
35 |
+
#: facebook-button-plugin.php:143
|
36 |
msgid "Error: File size > 32K"
|
37 |
msgstr "خطا : حجم فایل بیشتر از : > 32К"
|
38 |
|
39 |
+
#: facebook-button-plugin.php:146
|
40 |
msgid "Error: Invalid file type"
|
41 |
msgstr "خطا : نوع فایل صحیح نیست"
|
42 |
|
43 |
+
#: facebook-button-plugin.php:154
|
44 |
msgid "Error: moving file failed"
|
45 |
msgstr "خطا : حرکت فایل شکست خورد"
|
46 |
|
47 |
+
#: facebook-button-plugin.php:157
|
48 |
msgid "Error: check image width or height"
|
49 |
msgstr "خطا : لطفا طول و عرض تصویر را چک کنید"
|
50 |
|
51 |
+
#: facebook-button-plugin.php:161
|
52 |
msgid "Uploading Error: check image properties"
|
53 |
msgstr "خطای آپلود : لطفا خصوصیات تصویر را چک کنید"
|
54 |
|
55 |
+
#: facebook-button-plugin.php:176
|
56 |
#, fuzzy
|
57 |
msgid "Your Facebook ID:"
|
58 |
msgstr "نام کاربری فیسبوک شما (کوتاه شده، برای نمونه این را ببینید : http://facebook.com/yourname)"
|
59 |
|
60 |
+
#: facebook-button-plugin.php:182
|
61 |
msgid "Display button:"
|
62 |
msgstr "نمایش دکمه های :"
|
63 |
|
64 |
+
#: facebook-button-plugin.php:184
|
65 |
msgid "My Page"
|
66 |
msgstr "صفحه من"
|
67 |
|
68 |
+
#: facebook-button-plugin.php:185
|
69 |
msgid "Like"
|
70 |
msgstr "پسندیدم "
|
71 |
|
72 |
+
#: facebook-button-plugin.php:190
|
73 |
#, fuzzy
|
74 |
msgid "Choose display settings:"
|
75 |
msgstr "لطفا نحوه نمایش را انتخاب کنید"
|
76 |
|
77 |
+
#: facebook-button-plugin.php:194
|
78 |
#, fuzzy
|
79 |
msgid "Standard Facebook image"
|
80 |
msgstr " تصویر استاندارد فیسبوک "
|
81 |
|
82 |
+
#: facebook-button-plugin.php:196
|
83 |
#, fuzzy
|
84 |
msgid "Custom Facebook image"
|
85 |
msgstr "آپلود از کامپیوتر شما"
|
86 |
|
87 |
+
#: facebook-button-plugin.php:203
|
88 |
msgid "Current image:"
|
89 |
msgstr "تصویر کنونی :"
|
90 |
|
91 |
+
#: facebook-button-plugin.php:216
|
92 |
#, fuzzy
|
93 |
msgid "Facebook image:"
|
94 |
msgstr "تصویر فیسبوک : "
|
95 |
|
96 |
+
#: facebook-button-plugin.php:220
|
97 |
+
#, fuzzy
|
98 |
+
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
99 |
msgstr "خصوصیات عکس: حداکثر طول عکس:100px; حد اکثر عرض عکس:40px; حد اکثر حجم فایل:32Kb; نوع فایل: \"jpg\", \"jpeg\"."
|
100 |
|
101 |
+
#: facebook-button-plugin.php:228
|
102 |
#, fuzzy
|
103 |
msgid "Facebook Button Position:"
|
104 |
msgstr "محل دکمه فیسبوک :"
|
105 |
|
106 |
+
#: facebook-button-plugin.php:232
|
107 |
msgid "Before"
|
108 |
msgstr "قبل"
|
109 |
|
110 |
+
#: facebook-button-plugin.php:233
|
111 |
msgid "After"
|
112 |
msgstr "بعد"
|
113 |
|
114 |
+
#: facebook-button-plugin.php:234
|
115 |
msgid "Before and After"
|
116 |
msgstr "قبل و بعد"
|
117 |
|
118 |
+
#: facebook-button-plugin.php:235
|
119 |
msgid "Shortcode"
|
120 |
msgstr "کد کوتاه"
|
121 |
|
122 |
+
#: facebook-button-plugin.php:237
|
123 |
#, fuzzy
|
124 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
125 |
msgstr "در صورتی که میخواهید دکمه لایک به سایت شما اظافه شود، کد کوتاه را در صفحه پست و ... کپی کنید"
|
126 |
|
127 |
+
#: facebook-button-plugin.php:242
|
128 |
#, fuzzy
|
129 |
msgid "Facebook Button language:"
|
130 |
msgstr "زبان دکمه فیسبوک :"
|
131 |
|
132 |
+
#: facebook-button-plugin.php:353
|
133 |
#, fuzzy
|
134 |
msgid "Change the language of Facebook Like Button"
|
135 |
msgstr "زبان دکمه فیسبوک را انتخاب کنید"
|
136 |
|
137 |
+
#: facebook-button-plugin.php:359
|
138 |
msgid "Save Changes"
|
139 |
msgstr "ذخیره تغییرات"
|
140 |
|
141 |
+
#: facebook-button-plugin.php:465
|
142 |
+
#: facebook-button-plugin.php:477
|
143 |
msgid "Settings"
|
144 |
msgstr "تنظیمات "
|
145 |
|
146 |
+
#: facebook-button-plugin.php:478
|
147 |
msgid "FAQ"
|
148 |
msgstr "سوال و جواب های متداول"
|
149 |
|
150 |
+
#: facebook-button-plugin.php:479
|
151 |
msgid "Support"
|
152 |
msgstr "پشتیبانی"
|
153 |
|
154 |
+
#: facebook-button-plugin.php:503
|
155 |
msgid "requires"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: facebook-button-plugin.php:503
|
159 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: facebook-button-plugin.php:503
|
163 |
msgid "Back to the WordPress"
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: facebook-button-plugin.php:503
|
167 |
#, fuzzy
|
168 |
msgid "Plugins page"
|
169 |
msgstr "پلاگین BWS"
|
languages/facebook-he_IL.mo
CHANGED
Binary file
|
languages/facebook-he_IL.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Facebook Button Plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-
|
6 |
-
"PO-Revision-Date: 2013-
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: he_IL\n"
|
@@ -20,7 +20,7 @@ msgstr ""
|
|
20 |
|
21 |
# @ facebook
|
22 |
#: facebook-button-plugin.php:33
|
23 |
-
#: facebook-button-plugin.php:
|
24 |
#, fuzzy
|
25 |
msgid "Facebook Button Settings"
|
26 |
msgstr "אפשרויות כפתור פייסבוק"
|
@@ -32,170 +32,171 @@ msgid "Facebook Button"
|
|
32 |
msgstr "כפתור פייסבוק"
|
33 |
|
34 |
# @ facebook
|
35 |
-
#: facebook-button-plugin.php:
|
36 |
#, fuzzy
|
37 |
msgid "Settings saved"
|
38 |
msgstr "הגדרות"
|
39 |
|
40 |
# @ facebook
|
41 |
-
#: facebook-button-plugin.php:
|
42 |
msgid "Error: File size > 32K"
|
43 |
msgstr "שגיאה: גודל הקובץ גדול מ 32K"
|
44 |
|
45 |
# @ facebook
|
46 |
-
#: facebook-button-plugin.php:
|
47 |
msgid "Error: Invalid file type"
|
48 |
msgstr "שגיאה: סוג קובץ שגוי"
|
49 |
|
50 |
# @ facebook
|
51 |
-
#: facebook-button-plugin.php:
|
52 |
msgid "Error: moving file failed"
|
53 |
msgstr "שגיאה: העברת הקובץ נכשלה"
|
54 |
|
55 |
# @ facebook
|
56 |
-
#: facebook-button-plugin.php:
|
57 |
msgid "Error: check image width or height"
|
58 |
msgstr "שגיאה: בדוק את רוחב וגובה התמונה"
|
59 |
|
60 |
# @ facebook
|
61 |
-
#: facebook-button-plugin.php:
|
62 |
msgid "Uploading Error: check image properties"
|
63 |
msgstr "שגיאת טעינה: בדוק את מאפייני התמונה"
|
64 |
|
65 |
# @ facebook
|
66 |
-
#: facebook-button-plugin.php:
|
67 |
#, fuzzy
|
68 |
msgid "Your Facebook ID:"
|
69 |
msgstr "מזהה הפייסבוק שלך:"
|
70 |
|
71 |
# @ facebook
|
72 |
-
#: facebook-button-plugin.php:
|
73 |
msgid "Display button:"
|
74 |
msgstr "הצג כפתור:"
|
75 |
|
76 |
# @ captcha
|
77 |
-
#: facebook-button-plugin.php:
|
78 |
msgid "My Page"
|
79 |
msgstr "הדף שלי"
|
80 |
|
81 |
# @ captcha
|
82 |
-
#: facebook-button-plugin.php:
|
83 |
msgid "Like"
|
84 |
msgstr "לייק"
|
85 |
|
86 |
# @ facebook
|
87 |
-
#: facebook-button-plugin.php:
|
88 |
#, fuzzy
|
89 |
msgid "Choose display settings:"
|
90 |
msgstr "בחר אפשרות תצוגה:"
|
91 |
|
92 |
# @ facebook
|
93 |
-
#: facebook-button-plugin.php:
|
94 |
#, fuzzy
|
95 |
msgid "Standard Facebook image"
|
96 |
msgstr "תמונת פייסבוק רגילה"
|
97 |
|
98 |
# @ facebook
|
99 |
-
#: facebook-button-plugin.php:
|
100 |
#, fuzzy
|
101 |
msgid "Custom Facebook image"
|
102 |
msgstr "תמונת פייסבוק מותאמת אישית"
|
103 |
|
104 |
# @ facebook
|
105 |
-
#: facebook-button-plugin.php:
|
106 |
msgid "Current image:"
|
107 |
msgstr "תמונה נוכחית:"
|
108 |
|
109 |
# @ facebook
|
110 |
-
#: facebook-button-plugin.php:
|
111 |
#, fuzzy
|
112 |
msgid "Facebook image:"
|
113 |
msgstr "תמונת פייסבוק:"
|
114 |
|
115 |
# @ facebook
|
116 |
-
#: facebook-button-plugin.php:
|
117 |
-
|
|
|
118 |
msgstr "מאפייני תמונה: רוחב מירבי: 100 פיקסלים. גובה מירבי: 40 פיקסלים, גודל מירבי: 32KB, סוגי קובץ: \"jpg\", \"jpeg\"."
|
119 |
|
120 |
# @ facebook
|
121 |
-
#: facebook-button-plugin.php:
|
122 |
#, fuzzy
|
123 |
msgid "Facebook Button Position:"
|
124 |
msgstr "מיקום כפתור הפייסבוק:"
|
125 |
|
126 |
# @ facebook
|
127 |
-
#: facebook-button-plugin.php:
|
128 |
msgid "Before"
|
129 |
msgstr "לפני"
|
130 |
|
131 |
# @ facebook
|
132 |
-
#: facebook-button-plugin.php:
|
133 |
msgid "After"
|
134 |
msgstr "אחרי"
|
135 |
|
136 |
# @ facebook
|
137 |
-
#: facebook-button-plugin.php:
|
138 |
msgid "Before and After"
|
139 |
msgstr "לפני ואחרי"
|
140 |
|
141 |
# @ facebook
|
142 |
-
#: facebook-button-plugin.php:
|
143 |
msgid "Shortcode"
|
144 |
msgstr "קיצור קוד"
|
145 |
|
146 |
# @ facebook
|
147 |
-
#: facebook-button-plugin.php:
|
148 |
#, fuzzy
|
149 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
150 |
msgstr "אם ברצונך להוסיף כפתור פייסבוק לאתר שלך, פשוט העתק את קיצור הקוד שלהלן והדבק אל הפוסט או הדף שלך:"
|
151 |
|
152 |
# @ facebook
|
153 |
-
#: facebook-button-plugin.php:
|
154 |
#, fuzzy
|
155 |
msgid "Facebook Button language:"
|
156 |
msgstr "שפת כפתור פייסבוק:"
|
157 |
|
158 |
# @ facebook
|
159 |
-
#: facebook-button-plugin.php:
|
160 |
#, fuzzy
|
161 |
msgid "Change the language of Facebook Like Button"
|
162 |
msgstr "בחר שפה לכפתור לייק"
|
163 |
|
164 |
# @ default
|
165 |
-
#: facebook-button-plugin.php:
|
166 |
msgid "Save Changes"
|
167 |
msgstr "שמור שינויים"
|
168 |
|
169 |
# @ facebook
|
170 |
-
#: facebook-button-plugin.php:
|
171 |
-
#: facebook-button-plugin.php:
|
172 |
msgid "Settings"
|
173 |
msgstr "הגדרות"
|
174 |
|
175 |
# @ facebook
|
176 |
-
#: facebook-button-plugin.php:
|
177 |
msgid "FAQ"
|
178 |
msgstr "שאלות ותשובות"
|
179 |
|
180 |
# @ facebook
|
181 |
-
#: facebook-button-plugin.php:
|
182 |
msgid "Support"
|
183 |
msgstr "תמיכה"
|
184 |
|
185 |
-
#: facebook-button-plugin.php:
|
186 |
msgid "requires"
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: facebook-button-plugin.php:
|
190 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: facebook-button-plugin.php:
|
194 |
msgid "Back to the WordPress"
|
195 |
msgstr ""
|
196 |
|
197 |
# @ facebook
|
198 |
-
#: facebook-button-plugin.php:
|
199 |
#, fuzzy
|
200 |
msgid "Plugins page"
|
201 |
msgstr "תוספים מומלצים"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Facebook Button Plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-11-29 14:35+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-11-29 14:35+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: he_IL\n"
|
20 |
|
21 |
# @ facebook
|
22 |
#: facebook-button-plugin.php:33
|
23 |
+
#: facebook-button-plugin.php:169
|
24 |
#, fuzzy
|
25 |
msgid "Facebook Button Settings"
|
26 |
msgstr "אפשרויות כפתור פייסבוק"
|
32 |
msgstr "כפתור פייסבוק"
|
33 |
|
34 |
# @ facebook
|
35 |
+
#: facebook-button-plugin.php:121
|
36 |
#, fuzzy
|
37 |
msgid "Settings saved"
|
38 |
msgstr "הגדרות"
|
39 |
|
40 |
# @ facebook
|
41 |
+
#: facebook-button-plugin.php:143
|
42 |
msgid "Error: File size > 32K"
|
43 |
msgstr "שגיאה: גודל הקובץ גדול מ 32K"
|
44 |
|
45 |
# @ facebook
|
46 |
+
#: facebook-button-plugin.php:146
|
47 |
msgid "Error: Invalid file type"
|
48 |
msgstr "שגיאה: סוג קובץ שגוי"
|
49 |
|
50 |
# @ facebook
|
51 |
+
#: facebook-button-plugin.php:154
|
52 |
msgid "Error: moving file failed"
|
53 |
msgstr "שגיאה: העברת הקובץ נכשלה"
|
54 |
|
55 |
# @ facebook
|
56 |
+
#: facebook-button-plugin.php:157
|
57 |
msgid "Error: check image width or height"
|
58 |
msgstr "שגיאה: בדוק את רוחב וגובה התמונה"
|
59 |
|
60 |
# @ facebook
|
61 |
+
#: facebook-button-plugin.php:161
|
62 |
msgid "Uploading Error: check image properties"
|
63 |
msgstr "שגיאת טעינה: בדוק את מאפייני התמונה"
|
64 |
|
65 |
# @ facebook
|
66 |
+
#: facebook-button-plugin.php:176
|
67 |
#, fuzzy
|
68 |
msgid "Your Facebook ID:"
|
69 |
msgstr "מזהה הפייסבוק שלך:"
|
70 |
|
71 |
# @ facebook
|
72 |
+
#: facebook-button-plugin.php:182
|
73 |
msgid "Display button:"
|
74 |
msgstr "הצג כפתור:"
|
75 |
|
76 |
# @ captcha
|
77 |
+
#: facebook-button-plugin.php:184
|
78 |
msgid "My Page"
|
79 |
msgstr "הדף שלי"
|
80 |
|
81 |
# @ captcha
|
82 |
+
#: facebook-button-plugin.php:185
|
83 |
msgid "Like"
|
84 |
msgstr "לייק"
|
85 |
|
86 |
# @ facebook
|
87 |
+
#: facebook-button-plugin.php:190
|
88 |
#, fuzzy
|
89 |
msgid "Choose display settings:"
|
90 |
msgstr "בחר אפשרות תצוגה:"
|
91 |
|
92 |
# @ facebook
|
93 |
+
#: facebook-button-plugin.php:194
|
94 |
#, fuzzy
|
95 |
msgid "Standard Facebook image"
|
96 |
msgstr "תמונת פייסבוק רגילה"
|
97 |
|
98 |
# @ facebook
|
99 |
+
#: facebook-button-plugin.php:196
|
100 |
#, fuzzy
|
101 |
msgid "Custom Facebook image"
|
102 |
msgstr "תמונת פייסבוק מותאמת אישית"
|
103 |
|
104 |
# @ facebook
|
105 |
+
#: facebook-button-plugin.php:203
|
106 |
msgid "Current image:"
|
107 |
msgstr "תמונה נוכחית:"
|
108 |
|
109 |
# @ facebook
|
110 |
+
#: facebook-button-plugin.php:216
|
111 |
#, fuzzy
|
112 |
msgid "Facebook image:"
|
113 |
msgstr "תמונת פייסבוק:"
|
114 |
|
115 |
# @ facebook
|
116 |
+
#: facebook-button-plugin.php:220
|
117 |
+
#, fuzzy
|
118 |
+
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
119 |
msgstr "מאפייני תמונה: רוחב מירבי: 100 פיקסלים. גובה מירבי: 40 פיקסלים, גודל מירבי: 32KB, סוגי קובץ: \"jpg\", \"jpeg\"."
|
120 |
|
121 |
# @ facebook
|
122 |
+
#: facebook-button-plugin.php:228
|
123 |
#, fuzzy
|
124 |
msgid "Facebook Button Position:"
|
125 |
msgstr "מיקום כפתור הפייסבוק:"
|
126 |
|
127 |
# @ facebook
|
128 |
+
#: facebook-button-plugin.php:232
|
129 |
msgid "Before"
|
130 |
msgstr "לפני"
|
131 |
|
132 |
# @ facebook
|
133 |
+
#: facebook-button-plugin.php:233
|
134 |
msgid "After"
|
135 |
msgstr "אחרי"
|
136 |
|
137 |
# @ facebook
|
138 |
+
#: facebook-button-plugin.php:234
|
139 |
msgid "Before and After"
|
140 |
msgstr "לפני ואחרי"
|
141 |
|
142 |
# @ facebook
|
143 |
+
#: facebook-button-plugin.php:235
|
144 |
msgid "Shortcode"
|
145 |
msgstr "קיצור קוד"
|
146 |
|
147 |
# @ facebook
|
148 |
+
#: facebook-button-plugin.php:237
|
149 |
#, fuzzy
|
150 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
151 |
msgstr "אם ברצונך להוסיף כפתור פייסבוק לאתר שלך, פשוט העתק את קיצור הקוד שלהלן והדבק אל הפוסט או הדף שלך:"
|
152 |
|
153 |
# @ facebook
|
154 |
+
#: facebook-button-plugin.php:242
|
155 |
#, fuzzy
|
156 |
msgid "Facebook Button language:"
|
157 |
msgstr "שפת כפתור פייסבוק:"
|
158 |
|
159 |
# @ facebook
|
160 |
+
#: facebook-button-plugin.php:353
|
161 |
#, fuzzy
|
162 |
msgid "Change the language of Facebook Like Button"
|
163 |
msgstr "בחר שפה לכפתור לייק"
|
164 |
|
165 |
# @ default
|
166 |
+
#: facebook-button-plugin.php:359
|
167 |
msgid "Save Changes"
|
168 |
msgstr "שמור שינויים"
|
169 |
|
170 |
# @ facebook
|
171 |
+
#: facebook-button-plugin.php:465
|
172 |
+
#: facebook-button-plugin.php:477
|
173 |
msgid "Settings"
|
174 |
msgstr "הגדרות"
|
175 |
|
176 |
# @ facebook
|
177 |
+
#: facebook-button-plugin.php:478
|
178 |
msgid "FAQ"
|
179 |
msgstr "שאלות ותשובות"
|
180 |
|
181 |
# @ facebook
|
182 |
+
#: facebook-button-plugin.php:479
|
183 |
msgid "Support"
|
184 |
msgstr "תמיכה"
|
185 |
|
186 |
+
#: facebook-button-plugin.php:503
|
187 |
msgid "requires"
|
188 |
msgstr ""
|
189 |
|
190 |
+
#: facebook-button-plugin.php:503
|
191 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: facebook-button-plugin.php:503
|
195 |
msgid "Back to the WordPress"
|
196 |
msgstr ""
|
197 |
|
198 |
# @ facebook
|
199 |
+
#: facebook-button-plugin.php:503
|
200 |
#, fuzzy
|
201 |
msgid "Plugins page"
|
202 |
msgstr "תוספים מומלצים"
|
languages/facebook-id_ID.mo
ADDED
Binary file
|
languages/facebook-id_ID.po
ADDED
@@ -0,0 +1,201 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: facebook\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-11-29 14:37+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-11-29 14:37+0300\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language-Team: nasrulhaq <nasrulhaq81@gmail.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.7\n"
|
17 |
+
"X-Poedit-Language: Indonesian\n"
|
18 |
+
"X-Poedit-SearchPath-0: .\n"
|
19 |
+
|
20 |
+
#: facebook-button-plugin.php:33
|
21 |
+
#: facebook-button-plugin.php:169
|
22 |
+
msgid "Facebook Button Settings"
|
23 |
+
msgstr "Pengaturan Facebook Button"
|
24 |
+
|
25 |
+
#: facebook-button-plugin.php:33
|
26 |
+
msgid "Facebook Button"
|
27 |
+
msgstr "Tombol Facebook"
|
28 |
+
|
29 |
+
#: facebook-button-plugin.php:121
|
30 |
+
msgid "Settings saved"
|
31 |
+
msgstr "Simpan Pengaturan"
|
32 |
+
|
33 |
+
#: facebook-button-plugin.php:143
|
34 |
+
msgid "Error: File size > 32K"
|
35 |
+
msgstr "SALAH: Ukuran file lebih besar dari 32KB"
|
36 |
+
|
37 |
+
#: facebook-button-plugin.php:146
|
38 |
+
msgid "Error: Invalid file type"
|
39 |
+
msgstr "SALAH: Tipe data tidak benar"
|
40 |
+
|
41 |
+
#: facebook-button-plugin.php:154
|
42 |
+
msgid "Error: moving file failed"
|
43 |
+
msgstr "Salah: gagal memindahkan data"
|
44 |
+
|
45 |
+
#: facebook-button-plugin.php:157
|
46 |
+
msgid "Error: check image width or height"
|
47 |
+
msgstr "Salah: periksa lebar atau panjang gambar"
|
48 |
+
|
49 |
+
#: facebook-button-plugin.php:161
|
50 |
+
msgid "Uploading Error: check image properties"
|
51 |
+
msgstr "Gagal Mengunggah: periksa properti gambar"
|
52 |
+
|
53 |
+
#: facebook-button-plugin.php:176
|
54 |
+
msgid "Your Facebook ID:"
|
55 |
+
msgstr " ID Facebook:"
|
56 |
+
|
57 |
+
#: facebook-button-plugin.php:182
|
58 |
+
msgid "Display button:"
|
59 |
+
msgstr "Tampilan tombol:"
|
60 |
+
|
61 |
+
#: facebook-button-plugin.php:184
|
62 |
+
msgid "My Page"
|
63 |
+
msgstr "Halamanku"
|
64 |
+
|
65 |
+
#: facebook-button-plugin.php:185
|
66 |
+
msgid "Like"
|
67 |
+
msgstr "Suka"
|
68 |
+
|
69 |
+
#: facebook-button-plugin.php:190
|
70 |
+
msgid "Choose display settings:"
|
71 |
+
msgstr "Ubah pengaturan tampilan"
|
72 |
+
|
73 |
+
#: facebook-button-plugin.php:194
|
74 |
+
msgid "Standard Facebook image"
|
75 |
+
msgstr "Standar gambar Facebook "
|
76 |
+
|
77 |
+
#: facebook-button-plugin.php:196
|
78 |
+
msgid "Custom Facebook image"
|
79 |
+
msgstr "Kustom Gambar Facebook "
|
80 |
+
|
81 |
+
#: facebook-button-plugin.php:203
|
82 |
+
msgid "Current image:"
|
83 |
+
msgstr "Gambar tertentu:"
|
84 |
+
|
85 |
+
#: facebook-button-plugin.php:216
|
86 |
+
msgid "Facebook image:"
|
87 |
+
msgstr "Gambar Facebook:"
|
88 |
+
|
89 |
+
#: facebook-button-plugin.php:220
|
90 |
+
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
91 |
+
msgstr "properti gambar: lebar gambar maks:100px; panjang gambar maks:40px; ukuran gambar maks:32Kb; tipe gambar:\"jpg\",\"jpeg\", \"png\"."
|
92 |
+
|
93 |
+
#: facebook-button-plugin.php:228
|
94 |
+
msgid "Facebook Button Position:"
|
95 |
+
msgstr "Posisi Tombol Facebook"
|
96 |
+
|
97 |
+
#: facebook-button-plugin.php:232
|
98 |
+
msgid "Before"
|
99 |
+
msgstr "Sebelum"
|
100 |
+
|
101 |
+
#: facebook-button-plugin.php:233
|
102 |
+
msgid "After"
|
103 |
+
msgstr "Setelah"
|
104 |
+
|
105 |
+
#: facebook-button-plugin.php:234
|
106 |
+
msgid "Before and After"
|
107 |
+
msgstr "Sebelum dan Setelah"
|
108 |
+
|
109 |
+
#: facebook-button-plugin.php:235
|
110 |
+
msgid "Shortcode"
|
111 |
+
msgstr "Kode Pendek"
|
112 |
+
|
113 |
+
#: facebook-button-plugin.php:237
|
114 |
+
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
115 |
+
msgstr "Jika anda ingin menambahkan tombol Facebook di website anda, cukup salin kode singkat kedalam posting atau page anda:"
|
116 |
+
|
117 |
+
#: facebook-button-plugin.php:242
|
118 |
+
msgid "Facebook Button language:"
|
119 |
+
msgstr "Bahasa Facebook Button:"
|
120 |
+
|
121 |
+
#: facebook-button-plugin.php:353
|
122 |
+
msgid "Change the language of Facebook Like Button"
|
123 |
+
msgstr "Ubah bahasa Facebook Like Button"
|
124 |
+
|
125 |
+
#: facebook-button-plugin.php:359
|
126 |
+
msgid "Save Changes"
|
127 |
+
msgstr "Simpan Perubahan"
|
128 |
+
|
129 |
+
#: facebook-button-plugin.php:465
|
130 |
+
#: facebook-button-plugin.php:477
|
131 |
+
msgid "Settings"
|
132 |
+
msgstr "Pengaturan"
|
133 |
+
|
134 |
+
#: facebook-button-plugin.php:478
|
135 |
+
msgid "FAQ"
|
136 |
+
msgstr "SSS (Sık Sorulan Sorular)"
|
137 |
+
|
138 |
+
#: facebook-button-plugin.php:479
|
139 |
+
msgid "Support"
|
140 |
+
msgstr "Dukungan"
|
141 |
+
|
142 |
+
#: facebook-button-plugin.php:503
|
143 |
+
msgid "requires"
|
144 |
+
msgstr "membutuhkan"
|
145 |
+
|
146 |
+
#: facebook-button-plugin.php:503
|
147 |
+
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
148 |
+
msgstr "atau lebih tinggi, itulah mengapa di nonaktifkan! Harap tingkatkan versi Wordpress dan coba lagi"
|
149 |
+
|
150 |
+
#: facebook-button-plugin.php:503
|
151 |
+
msgid "Back to the WordPress"
|
152 |
+
msgstr "Kembali ke Wordpress"
|
153 |
+
|
154 |
+
#: facebook-button-plugin.php:503
|
155 |
+
msgid "Plugins page"
|
156 |
+
msgstr "Halaman Plugin"
|
157 |
+
|
158 |
+
#~ msgid "Activated plugins"
|
159 |
+
#~ msgstr "Aktif Eklentiler"
|
160 |
+
#~ msgid "Read more"
|
161 |
+
#~ msgstr "Devamını Oku"
|
162 |
+
#~ msgid "Installed plugins"
|
163 |
+
#~ msgstr "Yüklü eklentiler"
|
164 |
+
#~ msgid "Recommended plugins"
|
165 |
+
#~ msgstr "Eklenti Önerileri"
|
166 |
+
|
167 |
+
#, fuzzy
|
168 |
+
#~ msgid "Free plugins"
|
169 |
+
#~ msgstr "Eklenti Önerileri"
|
170 |
+
#~ msgid "Download"
|
171 |
+
#~ msgstr "Ä°ndir"
|
172 |
+
#~ msgid "Install %s"
|
173 |
+
#~ msgstr "%s 'i yükle"
|
174 |
+
#~ msgid "Install now from wordpress.org"
|
175 |
+
#~ msgstr "wordpress.org'dan yükle"
|
176 |
+
|
177 |
+
#, fuzzy
|
178 |
+
#~ msgid "Active Plugins"
|
179 |
+
#~ msgstr "Aktif Eklentiler"
|
180 |
+
|
181 |
+
#, fuzzy
|
182 |
+
#~ msgid "Inactive Plugins"
|
183 |
+
#~ msgstr "Aktif Eklentiler"
|
184 |
+
|
185 |
+
#, fuzzy
|
186 |
+
#~ msgid "Send to support"
|
187 |
+
#~ msgstr "Destek"
|
188 |
+
|
189 |
+
#, fuzzy
|
190 |
+
#~ msgid ""
|
191 |
+
#~ "If you have any questions, please contact us via plugin@bestwebsoft.com "
|
192 |
+
#~ "or fill out the contact form on our website"
|
193 |
+
#~ msgstr ""
|
194 |
+
#~ "Sormak istediÄŸiniz herhangi bir sorunuz varsa bize plugin@bestwebsoft."
|
195 |
+
#~ "com adresine e-posta atarak ya da sitemizdeki iletiÅŸim formunu "
|
196 |
+
#~ "kullanarak ulaÅŸabilirsiniz."
|
197 |
+
#~ msgid "Options saved."
|
198 |
+
#~ msgstr "DeÄŸiÅŸiklikler Kaydedildi."
|
199 |
+
#~ msgid "Install Now"
|
200 |
+
#~ msgstr "УÑтановить ÑейчаÑ"
|
201 |
+
|
languages/facebook-ru_RU.mo
CHANGED
Binary file
|
languages/facebook-ru_RU.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-
|
6 |
-
"PO-Revision-Date: 2013-
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
@@ -19,7 +19,7 @@ msgstr ""
|
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
#: facebook-button-plugin.php:33
|
22 |
-
#: facebook-button-plugin.php:
|
23 |
msgid "Facebook Button Settings"
|
24 |
msgstr "Настройки Facebook Кнопки"
|
25 |
|
@@ -27,132 +27,132 @@ msgstr "Настройки Facebook Кнопки"
|
|
27 |
msgid "Facebook Button"
|
28 |
msgstr "Facebook кнопка"
|
29 |
|
30 |
-
#: facebook-button-plugin.php:
|
31 |
msgid "Settings saved"
|
32 |
msgstr "Настройки сохранены"
|
33 |
|
34 |
-
#: facebook-button-plugin.php:
|
35 |
msgid "Error: File size > 32K"
|
36 |
msgstr "Ошибка: Размер файла больше 32К"
|
37 |
|
38 |
-
#: facebook-button-plugin.php:
|
39 |
msgid "Error: Invalid file type"
|
40 |
msgstr "Ошибка: Некорректный тип файла"
|
41 |
|
42 |
-
#: facebook-button-plugin.php:
|
43 |
msgid "Error: moving file failed"
|
44 |
msgstr "Ошибка: При перемещении произошла ошибка"
|
45 |
|
46 |
-
#: facebook-button-plugin.php:
|
47 |
msgid "Error: check image width or height"
|
48 |
msgstr "Ошибка: Проверьте ширину и высоту изображения"
|
49 |
|
50 |
-
#: facebook-button-plugin.php:
|
51 |
msgid "Uploading Error: check image properties"
|
52 |
msgstr "Ошибка загрузки: Проверьте опции изображения"
|
53 |
|
54 |
-
#: facebook-button-plugin.php:
|
55 |
msgid "Your Facebook ID:"
|
56 |
msgstr "Ваш Facebook ID:"
|
57 |
|
58 |
-
#: facebook-button-plugin.php:
|
59 |
msgid "Display button:"
|
60 |
msgstr "Отображение кнопок:"
|
61 |
|
62 |
-
#: facebook-button-plugin.php:
|
63 |
msgid "My Page"
|
64 |
msgstr "My Page"
|
65 |
|
66 |
-
#: facebook-button-plugin.php:
|
67 |
msgid "Like"
|
68 |
msgstr "Like"
|
69 |
|
70 |
-
#: facebook-button-plugin.php:
|
71 |
msgid "Choose display settings:"
|
72 |
msgstr "Выбор опций отображения:"
|
73 |
|
74 |
-
#: facebook-button-plugin.php:
|
75 |
msgid "Standard Facebook image"
|
76 |
msgstr "Стандартная картинка Facebook"
|
77 |
|
78 |
-
#: facebook-button-plugin.php:
|
79 |
msgid "Custom Facebook image"
|
80 |
msgstr "Пользовательская картинка Facebook"
|
81 |
|
82 |
-
#: facebook-button-plugin.php:
|
83 |
msgid "Current image:"
|
84 |
msgstr "Текущее изображение:"
|
85 |
|
86 |
-
#: facebook-button-plugin.php:
|
87 |
msgid "Facebook image:"
|
88 |
msgstr "Facebook изображение:"
|
89 |
|
90 |
-
#: facebook-button-plugin.php:
|
91 |
-
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
|
92 |
-
msgstr "Опции изображения для загрузки: максимальная ширина:100px; максимальная высота:40px; максимальный размер:32Kb; тип файла:\"jpg\", \"jpeg\"."
|
93 |
|
94 |
-
#: facebook-button-plugin.php:
|
95 |
msgid "Facebook Button Position:"
|
96 |
msgstr "Позиции Facebook кнопки:"
|
97 |
|
98 |
-
#: facebook-button-plugin.php:
|
99 |
msgid "Before"
|
100 |
msgstr "Перед"
|
101 |
|
102 |
-
#: facebook-button-plugin.php:
|
103 |
msgid "After"
|
104 |
msgstr "После"
|
105 |
|
106 |
-
#: facebook-button-plugin.php:
|
107 |
msgid "Before and After"
|
108 |
msgstr "Перед и после"
|
109 |
|
110 |
-
#: facebook-button-plugin.php:
|
111 |
msgid "Shortcode"
|
112 |
msgstr "Шорткод"
|
113 |
|
114 |
-
#: facebook-button-plugin.php:
|
115 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
116 |
msgstr "Если вы хотите добавить Facebook кнопку на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста"
|
117 |
|
118 |
-
#: facebook-button-plugin.php:
|
119 |
msgid "Facebook Button language:"
|
120 |
msgstr "Язык для Facebook кнопки:"
|
121 |
|
122 |
-
#: facebook-button-plugin.php:
|
123 |
msgid "Change the language of Facebook Like Button"
|
124 |
msgstr "Выберите язык для Like кнопки"
|
125 |
|
126 |
-
#: facebook-button-plugin.php:
|
127 |
msgid "Save Changes"
|
128 |
msgstr "Сохранить изменения"
|
129 |
|
130 |
-
#: facebook-button-plugin.php:
|
131 |
-
#: facebook-button-plugin.php:
|
132 |
msgid "Settings"
|
133 |
msgstr "Настройки"
|
134 |
|
135 |
-
#: facebook-button-plugin.php:
|
136 |
msgid "FAQ"
|
137 |
msgstr "FAQ"
|
138 |
|
139 |
-
#: facebook-button-plugin.php:
|
140 |
msgid "Support"
|
141 |
msgstr "Поддержка"
|
142 |
|
143 |
-
#: facebook-button-plugin.php:
|
144 |
msgid "requires"
|
145 |
msgstr "требует"
|
146 |
|
147 |
-
#: facebook-button-plugin.php:
|
148 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
149 |
msgstr "или выше, поэтому он был деактивирован! Пожалуйста обновить WordPress и попробуйте еще раз."
|
150 |
|
151 |
-
#: facebook-button-plugin.php:
|
152 |
msgid "Back to the WordPress"
|
153 |
msgstr "Вернуться к WordPress на"
|
154 |
|
155 |
-
#: facebook-button-plugin.php:
|
156 |
msgid "Plugins page"
|
157 |
msgstr "Страницу плагинов"
|
158 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-11-27 19:17+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-11-27 19:17+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
#: facebook-button-plugin.php:33
|
22 |
+
#: facebook-button-plugin.php:169
|
23 |
msgid "Facebook Button Settings"
|
24 |
msgstr "Настройки Facebook Кнопки"
|
25 |
|
27 |
msgid "Facebook Button"
|
28 |
msgstr "Facebook кнопка"
|
29 |
|
30 |
+
#: facebook-button-plugin.php:121
|
31 |
msgid "Settings saved"
|
32 |
msgstr "Настройки сохранены"
|
33 |
|
34 |
+
#: facebook-button-plugin.php:143
|
35 |
msgid "Error: File size > 32K"
|
36 |
msgstr "Ошибка: Размер файла больше 32К"
|
37 |
|
38 |
+
#: facebook-button-plugin.php:146
|
39 |
msgid "Error: Invalid file type"
|
40 |
msgstr "Ошибка: Некорректный тип файла"
|
41 |
|
42 |
+
#: facebook-button-plugin.php:154
|
43 |
msgid "Error: moving file failed"
|
44 |
msgstr "Ошибка: При перемещении произошла ошибка"
|
45 |
|
46 |
+
#: facebook-button-plugin.php:157
|
47 |
msgid "Error: check image width or height"
|
48 |
msgstr "Ошибка: Проверьте ширину и высоту изображения"
|
49 |
|
50 |
+
#: facebook-button-plugin.php:161
|
51 |
msgid "Uploading Error: check image properties"
|
52 |
msgstr "Ошибка загрузки: Проверьте опции изображения"
|
53 |
|
54 |
+
#: facebook-button-plugin.php:176
|
55 |
msgid "Your Facebook ID:"
|
56 |
msgstr "Ваш Facebook ID:"
|
57 |
|
58 |
+
#: facebook-button-plugin.php:182
|
59 |
msgid "Display button:"
|
60 |
msgstr "Отображение кнопок:"
|
61 |
|
62 |
+
#: facebook-button-plugin.php:184
|
63 |
msgid "My Page"
|
64 |
msgstr "My Page"
|
65 |
|
66 |
+
#: facebook-button-plugin.php:185
|
67 |
msgid "Like"
|
68 |
msgstr "Like"
|
69 |
|
70 |
+
#: facebook-button-plugin.php:190
|
71 |
msgid "Choose display settings:"
|
72 |
msgstr "Выбор опций отображения:"
|
73 |
|
74 |
+
#: facebook-button-plugin.php:194
|
75 |
msgid "Standard Facebook image"
|
76 |
msgstr "Стандартная картинка Facebook"
|
77 |
|
78 |
+
#: facebook-button-plugin.php:196
|
79 |
msgid "Custom Facebook image"
|
80 |
msgstr "Пользовательская картинка Facebook"
|
81 |
|
82 |
+
#: facebook-button-plugin.php:203
|
83 |
msgid "Current image:"
|
84 |
msgstr "Текущее изображение:"
|
85 |
|
86 |
+
#: facebook-button-plugin.php:216
|
87 |
msgid "Facebook image:"
|
88 |
msgstr "Facebook изображение:"
|
89 |
|
90 |
+
#: facebook-button-plugin.php:220
|
91 |
+
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
92 |
+
msgstr "Опции изображения для загрузки: максимальная ширина:100px; максимальная высота:40px; максимальный размер:32Kb; тип файла:\"jpg\", \"jpeg\", \"png\"."
|
93 |
|
94 |
+
#: facebook-button-plugin.php:228
|
95 |
msgid "Facebook Button Position:"
|
96 |
msgstr "Позиции Facebook кнопки:"
|
97 |
|
98 |
+
#: facebook-button-plugin.php:232
|
99 |
msgid "Before"
|
100 |
msgstr "Перед"
|
101 |
|
102 |
+
#: facebook-button-plugin.php:233
|
103 |
msgid "After"
|
104 |
msgstr "После"
|
105 |
|
106 |
+
#: facebook-button-plugin.php:234
|
107 |
msgid "Before and After"
|
108 |
msgstr "Перед и после"
|
109 |
|
110 |
+
#: facebook-button-plugin.php:235
|
111 |
msgid "Shortcode"
|
112 |
msgstr "Шорткод"
|
113 |
|
114 |
+
#: facebook-button-plugin.php:237
|
115 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
116 |
msgstr "Если вы хотите добавить Facebook кнопку на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста"
|
117 |
|
118 |
+
#: facebook-button-plugin.php:242
|
119 |
msgid "Facebook Button language:"
|
120 |
msgstr "Язык для Facebook кнопки:"
|
121 |
|
122 |
+
#: facebook-button-plugin.php:353
|
123 |
msgid "Change the language of Facebook Like Button"
|
124 |
msgstr "Выберите язык для Like кнопки"
|
125 |
|
126 |
+
#: facebook-button-plugin.php:359
|
127 |
msgid "Save Changes"
|
128 |
msgstr "Сохранить изменения"
|
129 |
|
130 |
+
#: facebook-button-plugin.php:465
|
131 |
+
#: facebook-button-plugin.php:477
|
132 |
msgid "Settings"
|
133 |
msgstr "Настройки"
|
134 |
|
135 |
+
#: facebook-button-plugin.php:478
|
136 |
msgid "FAQ"
|
137 |
msgstr "FAQ"
|
138 |
|
139 |
+
#: facebook-button-plugin.php:479
|
140 |
msgid "Support"
|
141 |
msgstr "Поддержка"
|
142 |
|
143 |
+
#: facebook-button-plugin.php:503
|
144 |
msgid "requires"
|
145 |
msgstr "требует"
|
146 |
|
147 |
+
#: facebook-button-plugin.php:503
|
148 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
149 |
msgstr "или выше, поэтому он был деактивирован! Пожалуйста обновить WordPress и попробуйте еще раз."
|
150 |
|
151 |
+
#: facebook-button-plugin.php:503
|
152 |
msgid "Back to the WordPress"
|
153 |
msgstr "Вернуться к WordPress на"
|
154 |
|
155 |
+
#: facebook-button-plugin.php:503
|
156 |
msgid "Plugins page"
|
157 |
msgstr "Страницу плагинов"
|
158 |
|
languages/facebook-sr_RS.mo
CHANGED
Binary file
|
languages/facebook-sr_RS.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-
|
6 |
-
"PO-Revision-Date: 2013-
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Georgijevic Team <http://www.georgijevic.info>\n"
|
9 |
"Language: \n"
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: facebook-button-plugin.php:33
|
20 |
-
#: facebook-button-plugin.php:
|
21 |
#, fuzzy
|
22 |
msgid "Facebook Button Settings"
|
23 |
msgstr "Taster Facebook Opcija"
|
@@ -27,142 +27,142 @@ msgstr "Taster Facebook Opcija"
|
|
27 |
msgid "Facebook Button"
|
28 |
msgstr "Facebook taster"
|
29 |
|
30 |
-
#: facebook-button-plugin.php:
|
31 |
#, fuzzy
|
32 |
msgid "Settings saved"
|
33 |
msgstr "Podešavanja"
|
34 |
|
35 |
-
#: facebook-button-plugin.php:
|
36 |
msgid "Error: File size > 32K"
|
37 |
msgstr "Greška: Veličina fajla prevazilazi 32К"
|
38 |
|
39 |
-
#: facebook-button-plugin.php:
|
40 |
msgid "Error: Invalid file type"
|
41 |
msgstr "Greška: Neispravan tip fajla"
|
42 |
|
43 |
-
#: facebook-button-plugin.php:
|
44 |
msgid "Error: moving file failed"
|
45 |
msgstr "Greška: premeštanje fajla nije uspelo"
|
46 |
|
47 |
-
#: facebook-button-plugin.php:
|
48 |
msgid "Error: check image width or height"
|
49 |
msgstr "Greška: Proverite širinu i visinu slike"
|
50 |
|
51 |
-
#: facebook-button-plugin.php:
|
52 |
msgid "Uploading Error: check image properties"
|
53 |
msgstr "Greška unosa: Proverite svojstva slike"
|
54 |
|
55 |
-
#: facebook-button-plugin.php:
|
56 |
#, fuzzy
|
57 |
msgid "Your Facebook ID:"
|
58 |
msgstr "Vaš Facebook Id:"
|
59 |
|
60 |
-
#: facebook-button-plugin.php:
|
61 |
msgid "Display button:"
|
62 |
msgstr "Prikaži taster:"
|
63 |
|
64 |
-
#: facebook-button-plugin.php:
|
65 |
msgid "My Page"
|
66 |
msgstr "Moja Strana"
|
67 |
|
68 |
-
#: facebook-button-plugin.php:
|
69 |
msgid "Like"
|
70 |
msgstr "Like"
|
71 |
|
72 |
-
#: facebook-button-plugin.php:
|
73 |
#, fuzzy
|
74 |
msgid "Choose display settings:"
|
75 |
msgstr "Izaberi opcije prikaza:"
|
76 |
|
77 |
-
#: facebook-button-plugin.php:
|
78 |
#, fuzzy
|
79 |
msgid "Standard Facebook image"
|
80 |
msgstr "Standardna Facebook slika"
|
81 |
|
82 |
-
#: facebook-button-plugin.php:
|
83 |
#, fuzzy
|
84 |
msgid "Custom Facebook image"
|
85 |
msgstr "Proizvoljna Facebook slika"
|
86 |
|
87 |
-
#: facebook-button-plugin.php:
|
88 |
msgid "Current image:"
|
89 |
msgstr "Aktuelna slika:"
|
90 |
|
91 |
-
#: facebook-button-plugin.php:
|
92 |
#, fuzzy
|
93 |
msgid "Facebook image:"
|
94 |
msgstr "Facebook slika:"
|
95 |
|
96 |
-
#: facebook-button-plugin.php:
|
97 |
-
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
|
98 |
-
msgstr "Svojstva slike: maksimalna širina:100px; maksimalna visina:40px; maksimalna veličina:32Kb; tip fajla:\"jpg\", \"jpeg\"."
|
99 |
|
100 |
-
#: facebook-button-plugin.php:
|
101 |
#, fuzzy
|
102 |
msgid "Facebook Button Position:"
|
103 |
msgstr "Pozicija Facebook Tastera:"
|
104 |
|
105 |
-
#: facebook-button-plugin.php:
|
106 |
msgid "Before"
|
107 |
msgstr "Pre"
|
108 |
|
109 |
-
#: facebook-button-plugin.php:
|
110 |
msgid "After"
|
111 |
msgstr "Posle"
|
112 |
|
113 |
-
#: facebook-button-plugin.php:
|
114 |
msgid "Before and After"
|
115 |
msgstr "Pre i posle"
|
116 |
|
117 |
-
#: facebook-button-plugin.php:
|
118 |
msgid "Shortcode"
|
119 |
msgstr "Kratki kod"
|
120 |
|
121 |
-
#: facebook-button-plugin.php:
|
122 |
#, fuzzy
|
123 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
124 |
msgstr "Ako želite da dodate Facebook taster na vaš vebsajt, jednostavno iskopirajte ovaj kratak kod na vašu stranu ili članak:"
|
125 |
|
126 |
-
#: facebook-button-plugin.php:
|
127 |
#, fuzzy
|
128 |
msgid "Facebook Button language:"
|
129 |
msgstr "Jezik Facebook tastera"
|
130 |
|
131 |
-
#: facebook-button-plugin.php:
|
132 |
#, fuzzy
|
133 |
msgid "Change the language of Facebook Like Button"
|
134 |
msgstr "Izaberite jezik za Like taster"
|
135 |
|
136 |
-
#: facebook-button-plugin.php:
|
137 |
msgid "Save Changes"
|
138 |
msgstr "Sačuvaj Izmene"
|
139 |
|
140 |
-
#: facebook-button-plugin.php:
|
141 |
-
#: facebook-button-plugin.php:
|
142 |
msgid "Settings"
|
143 |
msgstr "Podešavanja"
|
144 |
|
145 |
-
#: facebook-button-plugin.php:
|
146 |
msgid "FAQ"
|
147 |
msgstr "FAQ"
|
148 |
|
149 |
-
#: facebook-button-plugin.php:
|
150 |
msgid "Support"
|
151 |
msgstr "Podrška"
|
152 |
|
153 |
-
#: facebook-button-plugin.php:
|
154 |
msgid "requires"
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: facebook-button-plugin.php:
|
158 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
159 |
msgstr ""
|
160 |
|
161 |
-
#: facebook-button-plugin.php:
|
162 |
msgid "Back to the WordPress"
|
163 |
msgstr ""
|
164 |
|
165 |
-
#: facebook-button-plugin.php:
|
166 |
#, fuzzy
|
167 |
msgid "Plugins page"
|
168 |
msgstr "BWS Dodaci"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-11-29 14:36+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-11-29 14:36+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Georgijevic Team <http://www.georgijevic.info>\n"
|
9 |
"Language: \n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: facebook-button-plugin.php:33
|
20 |
+
#: facebook-button-plugin.php:169
|
21 |
#, fuzzy
|
22 |
msgid "Facebook Button Settings"
|
23 |
msgstr "Taster Facebook Opcija"
|
27 |
msgid "Facebook Button"
|
28 |
msgstr "Facebook taster"
|
29 |
|
30 |
+
#: facebook-button-plugin.php:121
|
31 |
#, fuzzy
|
32 |
msgid "Settings saved"
|
33 |
msgstr "Podešavanja"
|
34 |
|
35 |
+
#: facebook-button-plugin.php:143
|
36 |
msgid "Error: File size > 32K"
|
37 |
msgstr "Greška: Veličina fajla prevazilazi 32К"
|
38 |
|
39 |
+
#: facebook-button-plugin.php:146
|
40 |
msgid "Error: Invalid file type"
|
41 |
msgstr "Greška: Neispravan tip fajla"
|
42 |
|
43 |
+
#: facebook-button-plugin.php:154
|
44 |
msgid "Error: moving file failed"
|
45 |
msgstr "Greška: premeštanje fajla nije uspelo"
|
46 |
|
47 |
+
#: facebook-button-plugin.php:157
|
48 |
msgid "Error: check image width or height"
|
49 |
msgstr "Greška: Proverite širinu i visinu slike"
|
50 |
|
51 |
+
#: facebook-button-plugin.php:161
|
52 |
msgid "Uploading Error: check image properties"
|
53 |
msgstr "Greška unosa: Proverite svojstva slike"
|
54 |
|
55 |
+
#: facebook-button-plugin.php:176
|
56 |
#, fuzzy
|
57 |
msgid "Your Facebook ID:"
|
58 |
msgstr "Vaš Facebook Id:"
|
59 |
|
60 |
+
#: facebook-button-plugin.php:182
|
61 |
msgid "Display button:"
|
62 |
msgstr "Prikaži taster:"
|
63 |
|
64 |
+
#: facebook-button-plugin.php:184
|
65 |
msgid "My Page"
|
66 |
msgstr "Moja Strana"
|
67 |
|
68 |
+
#: facebook-button-plugin.php:185
|
69 |
msgid "Like"
|
70 |
msgstr "Like"
|
71 |
|
72 |
+
#: facebook-button-plugin.php:190
|
73 |
#, fuzzy
|
74 |
msgid "Choose display settings:"
|
75 |
msgstr "Izaberi opcije prikaza:"
|
76 |
|
77 |
+
#: facebook-button-plugin.php:194
|
78 |
#, fuzzy
|
79 |
msgid "Standard Facebook image"
|
80 |
msgstr "Standardna Facebook slika"
|
81 |
|
82 |
+
#: facebook-button-plugin.php:196
|
83 |
#, fuzzy
|
84 |
msgid "Custom Facebook image"
|
85 |
msgstr "Proizvoljna Facebook slika"
|
86 |
|
87 |
+
#: facebook-button-plugin.php:203
|
88 |
msgid "Current image:"
|
89 |
msgstr "Aktuelna slika:"
|
90 |
|
91 |
+
#: facebook-button-plugin.php:216
|
92 |
#, fuzzy
|
93 |
msgid "Facebook image:"
|
94 |
msgstr "Facebook slika:"
|
95 |
|
96 |
+
#: facebook-button-plugin.php:220
|
97 |
+
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
98 |
+
msgstr "Svojstva slike: maksimalna širina:100px; maksimalna visina:40px; maksimalna veličina:32Kb; tip fajla:\"jpg\", \"jpeg\", \"png\"."
|
99 |
|
100 |
+
#: facebook-button-plugin.php:228
|
101 |
#, fuzzy
|
102 |
msgid "Facebook Button Position:"
|
103 |
msgstr "Pozicija Facebook Tastera:"
|
104 |
|
105 |
+
#: facebook-button-plugin.php:232
|
106 |
msgid "Before"
|
107 |
msgstr "Pre"
|
108 |
|
109 |
+
#: facebook-button-plugin.php:233
|
110 |
msgid "After"
|
111 |
msgstr "Posle"
|
112 |
|
113 |
+
#: facebook-button-plugin.php:234
|
114 |
msgid "Before and After"
|
115 |
msgstr "Pre i posle"
|
116 |
|
117 |
+
#: facebook-button-plugin.php:235
|
118 |
msgid "Shortcode"
|
119 |
msgstr "Kratki kod"
|
120 |
|
121 |
+
#: facebook-button-plugin.php:237
|
122 |
#, fuzzy
|
123 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
124 |
msgstr "Ako želite da dodate Facebook taster na vaš vebsajt, jednostavno iskopirajte ovaj kratak kod na vašu stranu ili članak:"
|
125 |
|
126 |
+
#: facebook-button-plugin.php:242
|
127 |
#, fuzzy
|
128 |
msgid "Facebook Button language:"
|
129 |
msgstr "Jezik Facebook tastera"
|
130 |
|
131 |
+
#: facebook-button-plugin.php:353
|
132 |
#, fuzzy
|
133 |
msgid "Change the language of Facebook Like Button"
|
134 |
msgstr "Izaberite jezik za Like taster"
|
135 |
|
136 |
+
#: facebook-button-plugin.php:359
|
137 |
msgid "Save Changes"
|
138 |
msgstr "Sačuvaj Izmene"
|
139 |
|
140 |
+
#: facebook-button-plugin.php:465
|
141 |
+
#: facebook-button-plugin.php:477
|
142 |
msgid "Settings"
|
143 |
msgstr "Podešavanja"
|
144 |
|
145 |
+
#: facebook-button-plugin.php:478
|
146 |
msgid "FAQ"
|
147 |
msgstr "FAQ"
|
148 |
|
149 |
+
#: facebook-button-plugin.php:479
|
150 |
msgid "Support"
|
151 |
msgstr "Podrška"
|
152 |
|
153 |
+
#: facebook-button-plugin.php:503
|
154 |
msgid "requires"
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: facebook-button-plugin.php:503
|
158 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: facebook-button-plugin.php:503
|
162 |
msgid "Back to the WordPress"
|
163 |
msgstr ""
|
164 |
|
165 |
+
#: facebook-button-plugin.php:503
|
166 |
#, fuzzy
|
167 |
msgid "Plugins page"
|
168 |
msgstr "BWS Dodaci"
|
languages/facebook-tr_TR.mo
CHANGED
Binary file
|
languages/facebook-tr_TR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-
|
6 |
-
"PO-Revision-Date: 2013-
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
9 |
"Language: es_ES\n"
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: facebook-button-plugin.php:33
|
20 |
-
#: facebook-button-plugin.php:
|
21 |
#, fuzzy
|
22 |
msgid "Facebook Button Settings"
|
23 |
msgstr "Facebook Butonu Ayarları"
|
@@ -27,141 +27,141 @@ msgstr "Facebook Butonu Ayarları"
|
|
27 |
msgid "Facebook Button"
|
28 |
msgstr "Facebook Butonu"
|
29 |
|
30 |
-
#: facebook-button-plugin.php:
|
31 |
#, fuzzy
|
32 |
msgid "Settings saved"
|
33 |
msgstr "Ayarlar"
|
34 |
|
35 |
-
#: facebook-button-plugin.php:
|
36 |
msgid "Error: File size > 32K"
|
37 |
msgstr "HATA: Dosya boyutu 32KB'tan büyük!"
|
38 |
|
39 |
-
#: facebook-button-plugin.php:
|
40 |
msgid "Error: Invalid file type"
|
41 |
msgstr "HATA: geçersiz dosya uzantısı"
|
42 |
|
43 |
-
#: facebook-button-plugin.php:
|
44 |
msgid "Error: moving file failed"
|
45 |
msgstr "HATA: Dosya taşınamadı!"
|
46 |
|
47 |
-
#: facebook-button-plugin.php:
|
48 |
msgid "Error: check image width or height"
|
49 |
msgstr "HATA: Görselin genişlik ve yüksekliğini kontrol edin."
|
50 |
|
51 |
-
#: facebook-button-plugin.php:
|
52 |
msgid "Uploading Error: check image properties"
|
53 |
msgstr "Yükleme Hatası: Görselin özelliklerini kontol edin."
|
54 |
|
55 |
-
#: facebook-button-plugin.php:
|
56 |
#, fuzzy
|
57 |
msgid "Your Facebook ID:"
|
58 |
msgstr "Facebook ID:"
|
59 |
|
60 |
-
#: facebook-button-plugin.php:
|
61 |
msgid "Display button:"
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: facebook-button-plugin.php:
|
65 |
msgid "My Page"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: facebook-button-plugin.php:
|
69 |
msgid "Like"
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: facebook-button-plugin.php:
|
73 |
#, fuzzy
|
74 |
msgid "Choose display settings:"
|
75 |
msgstr "Gösterim Şeklini Seçin"
|
76 |
|
77 |
-
#: facebook-button-plugin.php:
|
78 |
#, fuzzy
|
79 |
msgid "Standard Facebook image"
|
80 |
msgstr "Standard Facebook Görseli"
|
81 |
|
82 |
-
#: facebook-button-plugin.php:
|
83 |
#, fuzzy
|
84 |
msgid "Custom Facebook image"
|
85 |
msgstr "Kişisel Facebook Görseli"
|
86 |
|
87 |
-
#: facebook-button-plugin.php:
|
88 |
msgid "Current image:"
|
89 |
msgstr "Şu andaki görsel:"
|
90 |
|
91 |
-
#: facebook-button-plugin.php:
|
92 |
#, fuzzy
|
93 |
msgid "Facebook image:"
|
94 |
msgstr "Facebook görseli:"
|
95 |
|
96 |
-
#: facebook-button-plugin.php:
|
97 |
-
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
|
98 |
-
msgstr "Görsel Özellikleri: maksimum genişlik: 100px; maksimum yükseklik: 40px; maksimum boyut: 32KB; izin verilen uzantılar: \"jpg\", \"jpeg\"."
|
99 |
|
100 |
-
#: facebook-button-plugin.php:
|
101 |
#, fuzzy
|
102 |
msgid "Facebook Button Position:"
|
103 |
msgstr "Facebook Butonunun Konumu"
|
104 |
|
105 |
-
#: facebook-button-plugin.php:
|
106 |
msgid "Before"
|
107 |
msgstr "Önce"
|
108 |
|
109 |
-
#: facebook-button-plugin.php:
|
110 |
msgid "After"
|
111 |
msgstr "Sonra"
|
112 |
|
113 |
-
#: facebook-button-plugin.php:
|
114 |
msgid "Before and After"
|
115 |
msgstr "Önce ve Sonra"
|
116 |
|
117 |
-
#: facebook-button-plugin.php:
|
118 |
msgid "Shortcode"
|
119 |
msgstr "Kısakod Olarak"
|
120 |
|
121 |
-
#: facebook-button-plugin.php:
|
122 |
#, fuzzy
|
123 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
124 |
msgstr "Web sitenize Facebook butonu yerleştirmek istiyorsanız, aşağıdaki kodu kopyalayın ve sayfanızda/yazınızda butonun görünmesini istediğiniz yere yapıştırın.(HTML editörüyle!)"
|
125 |
|
126 |
-
#: facebook-button-plugin.php:
|
127 |
#, fuzzy
|
128 |
msgid "Facebook Button language:"
|
129 |
msgstr "Facebook Butonu"
|
130 |
|
131 |
-
#: facebook-button-plugin.php:
|
132 |
msgid "Change the language of Facebook Like Button"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: facebook-button-plugin.php:
|
136 |
msgid "Save Changes"
|
137 |
msgstr "Değişiklikleri Kaydet"
|
138 |
|
139 |
-
#: facebook-button-plugin.php:
|
140 |
-
#: facebook-button-plugin.php:
|
141 |
msgid "Settings"
|
142 |
msgstr "Ayarlar"
|
143 |
|
144 |
-
#: facebook-button-plugin.php:
|
145 |
msgid "FAQ"
|
146 |
msgstr "SSS (Sık Sorulan Sorular)"
|
147 |
|
148 |
-
#: facebook-button-plugin.php:
|
149 |
msgid "Support"
|
150 |
msgstr "Destek"
|
151 |
|
152 |
-
#: facebook-button-plugin.php:
|
153 |
msgid "requires"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: facebook-button-plugin.php:
|
157 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: facebook-button-plugin.php:
|
161 |
msgid "Back to the WordPress"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: facebook-button-plugin.php:
|
165 |
#, fuzzy
|
166 |
msgid "Plugins page"
|
167 |
msgstr "Плагины BWS"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-11-29 14:36+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-11-29 14:36+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
9 |
"Language: es_ES\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: facebook-button-plugin.php:33
|
20 |
+
#: facebook-button-plugin.php:169
|
21 |
#, fuzzy
|
22 |
msgid "Facebook Button Settings"
|
23 |
msgstr "Facebook Butonu Ayarları"
|
27 |
msgid "Facebook Button"
|
28 |
msgstr "Facebook Butonu"
|
29 |
|
30 |
+
#: facebook-button-plugin.php:121
|
31 |
#, fuzzy
|
32 |
msgid "Settings saved"
|
33 |
msgstr "Ayarlar"
|
34 |
|
35 |
+
#: facebook-button-plugin.php:143
|
36 |
msgid "Error: File size > 32K"
|
37 |
msgstr "HATA: Dosya boyutu 32KB'tan büyük!"
|
38 |
|
39 |
+
#: facebook-button-plugin.php:146
|
40 |
msgid "Error: Invalid file type"
|
41 |
msgstr "HATA: geçersiz dosya uzantısı"
|
42 |
|
43 |
+
#: facebook-button-plugin.php:154
|
44 |
msgid "Error: moving file failed"
|
45 |
msgstr "HATA: Dosya taşınamadı!"
|
46 |
|
47 |
+
#: facebook-button-plugin.php:157
|
48 |
msgid "Error: check image width or height"
|
49 |
msgstr "HATA: Görselin genişlik ve yüksekliğini kontrol edin."
|
50 |
|
51 |
+
#: facebook-button-plugin.php:161
|
52 |
msgid "Uploading Error: check image properties"
|
53 |
msgstr "Yükleme Hatası: Görselin özelliklerini kontol edin."
|
54 |
|
55 |
+
#: facebook-button-plugin.php:176
|
56 |
#, fuzzy
|
57 |
msgid "Your Facebook ID:"
|
58 |
msgstr "Facebook ID:"
|
59 |
|
60 |
+
#: facebook-button-plugin.php:182
|
61 |
msgid "Display button:"
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: facebook-button-plugin.php:184
|
65 |
msgid "My Page"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: facebook-button-plugin.php:185
|
69 |
msgid "Like"
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: facebook-button-plugin.php:190
|
73 |
#, fuzzy
|
74 |
msgid "Choose display settings:"
|
75 |
msgstr "Gösterim Şeklini Seçin"
|
76 |
|
77 |
+
#: facebook-button-plugin.php:194
|
78 |
#, fuzzy
|
79 |
msgid "Standard Facebook image"
|
80 |
msgstr "Standard Facebook Görseli"
|
81 |
|
82 |
+
#: facebook-button-plugin.php:196
|
83 |
#, fuzzy
|
84 |
msgid "Custom Facebook image"
|
85 |
msgstr "Kişisel Facebook Görseli"
|
86 |
|
87 |
+
#: facebook-button-plugin.php:203
|
88 |
msgid "Current image:"
|
89 |
msgstr "Şu andaki görsel:"
|
90 |
|
91 |
+
#: facebook-button-plugin.php:216
|
92 |
#, fuzzy
|
93 |
msgid "Facebook image:"
|
94 |
msgstr "Facebook görseli:"
|
95 |
|
96 |
+
#: facebook-button-plugin.php:220
|
97 |
+
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
98 |
+
msgstr "Görsel Özellikleri: maksimum genişlik: 100px; maksimum yükseklik: 40px; maksimum boyut: 32KB; izin verilen uzantılar: \"jpg\", \"jpeg\", \"png\"."
|
99 |
|
100 |
+
#: facebook-button-plugin.php:228
|
101 |
#, fuzzy
|
102 |
msgid "Facebook Button Position:"
|
103 |
msgstr "Facebook Butonunun Konumu"
|
104 |
|
105 |
+
#: facebook-button-plugin.php:232
|
106 |
msgid "Before"
|
107 |
msgstr "Önce"
|
108 |
|
109 |
+
#: facebook-button-plugin.php:233
|
110 |
msgid "After"
|
111 |
msgstr "Sonra"
|
112 |
|
113 |
+
#: facebook-button-plugin.php:234
|
114 |
msgid "Before and After"
|
115 |
msgstr "Önce ve Sonra"
|
116 |
|
117 |
+
#: facebook-button-plugin.php:235
|
118 |
msgid "Shortcode"
|
119 |
msgstr "Kısakod Olarak"
|
120 |
|
121 |
+
#: facebook-button-plugin.php:237
|
122 |
#, fuzzy
|
123 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
124 |
msgstr "Web sitenize Facebook butonu yerleştirmek istiyorsanız, aşağıdaki kodu kopyalayın ve sayfanızda/yazınızda butonun görünmesini istediğiniz yere yapıştırın.(HTML editörüyle!)"
|
125 |
|
126 |
+
#: facebook-button-plugin.php:242
|
127 |
#, fuzzy
|
128 |
msgid "Facebook Button language:"
|
129 |
msgstr "Facebook Butonu"
|
130 |
|
131 |
+
#: facebook-button-plugin.php:353
|
132 |
msgid "Change the language of Facebook Like Button"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: facebook-button-plugin.php:359
|
136 |
msgid "Save Changes"
|
137 |
msgstr "Değişiklikleri Kaydet"
|
138 |
|
139 |
+
#: facebook-button-plugin.php:465
|
140 |
+
#: facebook-button-plugin.php:477
|
141 |
msgid "Settings"
|
142 |
msgstr "Ayarlar"
|
143 |
|
144 |
+
#: facebook-button-plugin.php:478
|
145 |
msgid "FAQ"
|
146 |
msgstr "SSS (Sık Sorulan Sorular)"
|
147 |
|
148 |
+
#: facebook-button-plugin.php:479
|
149 |
msgid "Support"
|
150 |
msgstr "Destek"
|
151 |
|
152 |
+
#: facebook-button-plugin.php:503
|
153 |
msgid "requires"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: facebook-button-plugin.php:503
|
157 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: facebook-button-plugin.php:503
|
161 |
msgid "Back to the WordPress"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: facebook-button-plugin.php:503
|
165 |
#, fuzzy
|
166 |
msgid "Plugins page"
|
167 |
msgstr "Плагины BWS"
|
languages/facebook-uk.mo
CHANGED
Binary file
|
languages/facebook-uk.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-
|
6 |
-
"PO-Revision-Date: 2013-
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ua_UA\n"
|
@@ -19,7 +19,7 @@ msgstr ""
|
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
#: facebook-button-plugin.php:33
|
22 |
-
#: facebook-button-plugin.php:
|
23 |
msgid "Facebook Button Settings"
|
24 |
msgstr "Установки кнопки Facebook"
|
25 |
|
@@ -27,132 +27,132 @@ msgstr "Установки кнопки Facebook"
|
|
27 |
msgid "Facebook Button"
|
28 |
msgstr "кнопка FaceBook"
|
29 |
|
30 |
-
#: facebook-button-plugin.php:
|
31 |
msgid "Settings saved"
|
32 |
msgstr "Установки збережені"
|
33 |
|
34 |
-
#: facebook-button-plugin.php:
|
35 |
msgid "Error: File size > 32K"
|
36 |
msgstr "Помилка: Розмір файлу> 32K"
|
37 |
|
38 |
-
#: facebook-button-plugin.php:
|
39 |
msgid "Error: Invalid file type"
|
40 |
msgstr "Помилка: Невірний тип файлу"
|
41 |
|
42 |
-
#: facebook-button-plugin.php:
|
43 |
msgid "Error: moving file failed"
|
44 |
msgstr "Помилка: не вдалося Переміщення файлів"
|
45 |
|
46 |
-
#: facebook-button-plugin.php:
|
47 |
msgid "Error: check image width or height"
|
48 |
msgstr "Помилка: Перевірте ширину або висоту зображення"
|
49 |
|
50 |
-
#: facebook-button-plugin.php:
|
51 |
msgid "Uploading Error: check image properties"
|
52 |
msgstr "Помилка Завантаження: Перевірте властивості зображення"
|
53 |
|
54 |
-
#: facebook-button-plugin.php:
|
55 |
msgid "Your Facebook ID:"
|
56 |
msgstr "ID вашого Facebook акаунту"
|
57 |
|
58 |
-
#: facebook-button-plugin.php:
|
59 |
msgid "Display button:"
|
60 |
msgstr "Відображати кнопку:"
|
61 |
|
62 |
-
#: facebook-button-plugin.php:
|
63 |
msgid "My Page"
|
64 |
msgstr "Моя сторінка"
|
65 |
|
66 |
-
#: facebook-button-plugin.php:
|
67 |
msgid "Like"
|
68 |
msgstr "Like"
|
69 |
|
70 |
-
#: facebook-button-plugin.php:
|
71 |
msgid "Choose display settings:"
|
72 |
msgstr "Виберіть відображати установки:"
|
73 |
|
74 |
-
#: facebook-button-plugin.php:
|
75 |
msgid "Standard Facebook image"
|
76 |
msgstr "Стандартне зображення FaceBook "
|
77 |
|
78 |
-
#: facebook-button-plugin.php:
|
79 |
msgid "Custom Facebook image"
|
80 |
msgstr "Кастомне м FaceBook"
|
81 |
|
82 |
-
#: facebook-button-plugin.php:
|
83 |
msgid "Current image:"
|
84 |
msgstr "Поточне зображення:"
|
85 |
|
86 |
-
#: facebook-button-plugin.php:
|
87 |
msgid "Facebook image:"
|
88 |
msgstr "Зображення FaceBook :"
|
89 |
|
90 |
-
#: facebook-button-plugin.php:
|
91 |
-
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
|
92 |
-
msgstr "Властивості зображення: максимальна ширина зображення:1 00px; Максимальна висота зображення: 40px; максимальний розмір зображення: 32Kb; Зображення типів:\"jpg\", \"jpeg\"."
|
93 |
|
94 |
-
#: facebook-button-plugin.php:
|
95 |
msgid "Facebook Button Position:"
|
96 |
msgstr "Розташування кнопки FaceBook:"
|
97 |
|
98 |
-
#: facebook-button-plugin.php:
|
99 |
msgid "Before"
|
100 |
msgstr "Перш ніж"
|
101 |
|
102 |
-
#: facebook-button-plugin.php:
|
103 |
msgid "After"
|
104 |
msgstr "Після того як"
|
105 |
|
106 |
-
#: facebook-button-plugin.php:
|
107 |
msgid "Before and After"
|
108 |
msgstr "До і після"
|
109 |
|
110 |
-
#: facebook-button-plugin.php:
|
111 |
msgid "Shortcode"
|
112 |
msgstr "Шорткод"
|
113 |
|
114 |
-
#: facebook-button-plugin.php:
|
115 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
116 |
msgstr "Якщо ви хочете додати кнопку FaceBook на ваш сайт, просто скопіюйте і помістіть цей шорткод на у пост або на сторінку:"
|
117 |
|
118 |
-
#: facebook-button-plugin.php:
|
119 |
msgid "Facebook Button language:"
|
120 |
msgstr "Мова кнопки FaceBook:"
|
121 |
|
122 |
-
#: facebook-button-plugin.php:
|
123 |
msgid "Change the language of Facebook Like Button"
|
124 |
msgstr "Змінити мову для конпки Like Facebook"
|
125 |
|
126 |
-
#: facebook-button-plugin.php:
|
127 |
msgid "Save Changes"
|
128 |
msgstr "Зберегти зміни"
|
129 |
|
130 |
-
#: facebook-button-plugin.php:
|
131 |
-
#: facebook-button-plugin.php:
|
132 |
msgid "Settings"
|
133 |
msgstr "Установки"
|
134 |
|
135 |
-
#: facebook-button-plugin.php:
|
136 |
msgid "FAQ"
|
137 |
msgstr "Часті питання"
|
138 |
|
139 |
-
#: facebook-button-plugin.php:
|
140 |
msgid "Support"
|
141 |
msgstr "Підтримка"
|
142 |
|
143 |
-
#: facebook-button-plugin.php:
|
144 |
msgid "requires"
|
145 |
msgstr "потребує"
|
146 |
|
147 |
-
#: facebook-button-plugin.php:
|
148 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
149 |
msgstr "чи вище, тому він був деактивований! Будь ласка оновіть WordPress та спробуйте ще раз."
|
150 |
|
151 |
-
#: facebook-button-plugin.php:
|
152 |
msgid "Back to the WordPress"
|
153 |
msgstr "Повернутися до WordPress на"
|
154 |
|
155 |
-
#: facebook-button-plugin.php:
|
156 |
msgid "Plugins page"
|
157 |
msgstr "Сторінку плагинів"
|
158 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-11-29 14:36+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-11-29 14:36+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ua_UA\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
#: facebook-button-plugin.php:33
|
22 |
+
#: facebook-button-plugin.php:169
|
23 |
msgid "Facebook Button Settings"
|
24 |
msgstr "Установки кнопки Facebook"
|
25 |
|
27 |
msgid "Facebook Button"
|
28 |
msgstr "кнопка FaceBook"
|
29 |
|
30 |
+
#: facebook-button-plugin.php:121
|
31 |
msgid "Settings saved"
|
32 |
msgstr "Установки збережені"
|
33 |
|
34 |
+
#: facebook-button-plugin.php:143
|
35 |
msgid "Error: File size > 32K"
|
36 |
msgstr "Помилка: Розмір файлу> 32K"
|
37 |
|
38 |
+
#: facebook-button-plugin.php:146
|
39 |
msgid "Error: Invalid file type"
|
40 |
msgstr "Помилка: Невірний тип файлу"
|
41 |
|
42 |
+
#: facebook-button-plugin.php:154
|
43 |
msgid "Error: moving file failed"
|
44 |
msgstr "Помилка: не вдалося Переміщення файлів"
|
45 |
|
46 |
+
#: facebook-button-plugin.php:157
|
47 |
msgid "Error: check image width or height"
|
48 |
msgstr "Помилка: Перевірте ширину або висоту зображення"
|
49 |
|
50 |
+
#: facebook-button-plugin.php:161
|
51 |
msgid "Uploading Error: check image properties"
|
52 |
msgstr "Помилка Завантаження: Перевірте властивості зображення"
|
53 |
|
54 |
+
#: facebook-button-plugin.php:176
|
55 |
msgid "Your Facebook ID:"
|
56 |
msgstr "ID вашого Facebook акаунту"
|
57 |
|
58 |
+
#: facebook-button-plugin.php:182
|
59 |
msgid "Display button:"
|
60 |
msgstr "Відображати кнопку:"
|
61 |
|
62 |
+
#: facebook-button-plugin.php:184
|
63 |
msgid "My Page"
|
64 |
msgstr "Моя сторінка"
|
65 |
|
66 |
+
#: facebook-button-plugin.php:185
|
67 |
msgid "Like"
|
68 |
msgstr "Like"
|
69 |
|
70 |
+
#: facebook-button-plugin.php:190
|
71 |
msgid "Choose display settings:"
|
72 |
msgstr "Виберіть відображати установки:"
|
73 |
|
74 |
+
#: facebook-button-plugin.php:194
|
75 |
msgid "Standard Facebook image"
|
76 |
msgstr "Стандартне зображення FaceBook "
|
77 |
|
78 |
+
#: facebook-button-plugin.php:196
|
79 |
msgid "Custom Facebook image"
|
80 |
msgstr "Кастомне м FaceBook"
|
81 |
|
82 |
+
#: facebook-button-plugin.php:203
|
83 |
msgid "Current image:"
|
84 |
msgstr "Поточне зображення:"
|
85 |
|
86 |
+
#: facebook-button-plugin.php:216
|
87 |
msgid "Facebook image:"
|
88 |
msgstr "Зображення FaceBook :"
|
89 |
|
90 |
+
#: facebook-button-plugin.php:220
|
91 |
+
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
92 |
+
msgstr "Властивості зображення: максимальна ширина зображення:1 00px; Максимальна висота зображення: 40px; максимальний розмір зображення: 32Kb; Зображення типів:\"jpg\", \"jpeg\", \"png\"."
|
93 |
|
94 |
+
#: facebook-button-plugin.php:228
|
95 |
msgid "Facebook Button Position:"
|
96 |
msgstr "Розташування кнопки FaceBook:"
|
97 |
|
98 |
+
#: facebook-button-plugin.php:232
|
99 |
msgid "Before"
|
100 |
msgstr "Перш ніж"
|
101 |
|
102 |
+
#: facebook-button-plugin.php:233
|
103 |
msgid "After"
|
104 |
msgstr "Після того як"
|
105 |
|
106 |
+
#: facebook-button-plugin.php:234
|
107 |
msgid "Before and After"
|
108 |
msgstr "До і після"
|
109 |
|
110 |
+
#: facebook-button-plugin.php:235
|
111 |
msgid "Shortcode"
|
112 |
msgstr "Шорткод"
|
113 |
|
114 |
+
#: facebook-button-plugin.php:237
|
115 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
116 |
msgstr "Якщо ви хочете додати кнопку FaceBook на ваш сайт, просто скопіюйте і помістіть цей шорткод на у пост або на сторінку:"
|
117 |
|
118 |
+
#: facebook-button-plugin.php:242
|
119 |
msgid "Facebook Button language:"
|
120 |
msgstr "Мова кнопки FaceBook:"
|
121 |
|
122 |
+
#: facebook-button-plugin.php:353
|
123 |
msgid "Change the language of Facebook Like Button"
|
124 |
msgstr "Змінити мову для конпки Like Facebook"
|
125 |
|
126 |
+
#: facebook-button-plugin.php:359
|
127 |
msgid "Save Changes"
|
128 |
msgstr "Зберегти зміни"
|
129 |
|
130 |
+
#: facebook-button-plugin.php:465
|
131 |
+
#: facebook-button-plugin.php:477
|
132 |
msgid "Settings"
|
133 |
msgstr "Установки"
|
134 |
|
135 |
+
#: facebook-button-plugin.php:478
|
136 |
msgid "FAQ"
|
137 |
msgstr "Часті питання"
|
138 |
|
139 |
+
#: facebook-button-plugin.php:479
|
140 |
msgid "Support"
|
141 |
msgstr "Підтримка"
|
142 |
|
143 |
+
#: facebook-button-plugin.php:503
|
144 |
msgid "requires"
|
145 |
msgstr "потребує"
|
146 |
|
147 |
+
#: facebook-button-plugin.php:503
|
148 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
149 |
msgstr "чи вище, тому він був деактивований! Будь ласка оновіть WordPress та спробуйте ще раз."
|
150 |
|
151 |
+
#: facebook-button-plugin.php:503
|
152 |
msgid "Back to the WordPress"
|
153 |
msgstr "Повернутися до WordPress на"
|
154 |
|
155 |
+
#: facebook-button-plugin.php:503
|
156 |
msgid "Plugins page"
|
157 |
msgstr "Сторінку плагинів"
|
158 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10
|
|
4 |
Tags: Facebook, Facebook Button, Like, Like button, Share, Share button, Facebook like, Facebook like button, Facebook button like, Button like, Facebook share, Facebook share button, Facebook button share
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.7.1
|
7 |
-
Stable tag: 2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -29,12 +29,13 @@ Facebook Like Button Plugin allows you to add a Follow button the easiest way.
|
|
29 |
The author of the Facebook Like Button also recommends the following plugins:
|
30 |
|
31 |
* <a href="http://wordpress.org/plugins/updater/">Updater</a> - This plugin updates WordPress core and the plugins to the recent versions. You can also use the auto mode or manual mode for updating and set email notifications.
|
32 |
-
There is also a premium version of the plugin <a href="http://bestwebsoft.com/plugin/updater-pro/?k=5019f1216fc048f1419fe4645da69381">Updater Pro</a> with more useful features available. It
|
33 |
|
34 |
= Translation =
|
35 |
|
36 |
* Arabic (ar_AR) (thanks to Albayan Design Hani Aladoli)
|
37 |
* Hebrew (he_IL) (thanks to Sagive SEO)
|
|
|
38 |
* Persian (fa_IR) (thanks to Einolah Kiamehr)
|
39 |
* Russian (ru_RU)
|
40 |
* Serbian (sr_RS) (thanks to Georgijevic Team, www.georgijevic.info)
|
@@ -97,6 +98,12 @@ In WordPress admin panel go to "Settings", find the Facebook Button Plugin setti
|
|
97 |
|
98 |
== Changelog ==
|
99 |
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
= V2.25 - 06.11.2013 =
|
101 |
* Bugfix : Problem with styles is fixed.
|
102 |
|
@@ -196,6 +203,9 @@ In WordPress admin panel go to "Settings", find the Facebook Button Plugin setti
|
|
196 |
|
197 |
== Upgrade Notice ==
|
198 |
|
|
|
|
|
|
|
199 |
= V2.25 =
|
200 |
Problem with styles is fixed.
|
201 |
|
4 |
Tags: Facebook, Facebook Button, Like, Like button, Share, Share button, Facebook like, Facebook like button, Facebook button like, Button like, Facebook share, Facebook share button, Facebook button share
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.7.1
|
7 |
+
Stable tag: 2.26
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
29 |
The author of the Facebook Like Button also recommends the following plugins:
|
30 |
|
31 |
* <a href="http://wordpress.org/plugins/updater/">Updater</a> - This plugin updates WordPress core and the plugins to the recent versions. You can also use the auto mode or manual mode for updating and set email notifications.
|
32 |
+
There is also a premium version of the plugin <a href="http://bestwebsoft.com/plugin/updater-pro/?k=5019f1216fc048f1419fe4645da69381">Updater Pro</a> with more useful features available. It can make backup of all your files and database before updating. Also it can forbid some plugins or WordPress Core update.
|
33 |
|
34 |
= Translation =
|
35 |
|
36 |
* Arabic (ar_AR) (thanks to Albayan Design Hani Aladoli)
|
37 |
* Hebrew (he_IL) (thanks to Sagive SEO)
|
38 |
+
* Indonesian (id_ID) (thanks to Nasrulhaq, www.al-badar.net)
|
39 |
* Persian (fa_IR) (thanks to Einolah Kiamehr)
|
40 |
* Russian (ru_RU)
|
41 |
* Serbian (sr_RS) (thanks to Georgijevic Team, www.georgijevic.info)
|
98 |
|
99 |
== Changelog ==
|
100 |
|
101 |
+
= V2.26 - 28.11.2013 =
|
102 |
+
* NEW : We added posibility to add images with png extension as custom image for My Page button.
|
103 |
+
* Update : New default image for the My Page button.
|
104 |
+
* Update : The Indonesian language file is added to the plugin.
|
105 |
+
* Update : We updated our screenshots.
|
106 |
+
|
107 |
= V2.25 - 06.11.2013 =
|
108 |
* Bugfix : Problem with styles is fixed.
|
109 |
|
203 |
|
204 |
== Upgrade Notice ==
|
205 |
|
206 |
+
= V2.26 =
|
207 |
+
We added posibility to add images with png extension as custom image for My Page button. New default image for the My Page button. The Indonesian language file is added to the plugin. We updated our screenshots.
|
208 |
+
|
209 |
= V2.25 =
|
210 |
Problem with styles is fixed.
|
211 |
|
screenshot-1.jpg
CHANGED
Binary file
|
screenshot-2.jpg
CHANGED
Binary file
|
screenshot-3.jpg
CHANGED
Binary file
|
screenshot-4.jpg
CHANGED
Binary file
|
screenshot-5.jpg
CHANGED
Binary file
|