Version Description
- 17.04.2013 =
- NEW : The English language is updated in the plugin.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Facebook Button by BestWebSoft |
Version | 2.19 |
Comparing to | |
See all releases |
Code changes from version 2.18 to 2.19
- facebook-button-plugin.php +17 -17
- languages/facebook-ar_AR.mo +0 -0
- languages/facebook-ar_AR.po +81 -76
- languages/facebook-es_ES.mo +0 -0
- languages/facebook-es_ES.po +79 -75
- languages/facebook-fa_IR.mo +0 -0
- languages/facebook-fa_IR.po +82 -78
- languages/facebook-he_IL.mo +0 -0
- languages/facebook-he_IL.po +80 -76
- languages/facebook-ru_RU.mo +0 -0
- languages/facebook-ru_RU.po +77 -84
- languages/facebook-sr_RS.mo +0 -0
- languages/facebook-sr_RS.po +80 -74
- languages/facebook-tr_TR.mo +0 -0
- languages/facebook-tr_TR.po +81 -78
- languages/facebook-uk.mo +0 -0
- languages/facebook-uk.po +31 -16
- readme.txt +55 -47
- screenshot-1.jpg +0 -0
- screenshot-2.jpg +0 -0
- screenshot-3.jpg +0 -0
facebook-button-plugin.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Facebook Button Plugin
|
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Put Facebook Button in to your post.
|
6 |
Author: BestWebSoft
|
7 |
-
Version: 2.
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
@@ -96,7 +96,7 @@ if( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
96 |
<?php foreach( $array_recomend as $recomend_plugin ) { ?>
|
97 |
<div style="float:left; width:200px;"><?php echo $recomend_plugin['title']; ?></div> <p><a href="<?php echo $recomend_plugin['link']; ?>" target="_blank"><?php echo __( "Read more", 'facebook'); ?></a> <a href="<?php echo $recomend_plugin['href']; ?>" target="_blank"><?php echo __( "Download", 'facebook'); ?></a> <a class="install-now" href="<?php echo get_bloginfo( "url" ) . $recomend_plugin['slug']; ?>" title="<?php esc_attr( sprintf( __( 'Install %s' ), $recomend_plugin['title'] ) ) ?>" target="_blank"><?php echo __( 'Install now from wordpress.org', 'facebook' ) ?></a></p>
|
98 |
<?php } ?>
|
99 |
-
<span style="color: rgb(136, 136, 136); font-size: 10px;"><?php _e( 'If you have any questions, please contact us via plugin@bestwebsoft.com or fill
|
100 |
</div>
|
101 |
<?php } ?>
|
102 |
</div>
|
@@ -107,7 +107,7 @@ if( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
107 |
if( ! function_exists( 'fcbk_bttn_plgn_add_pages' ) ) {
|
108 |
function fcbk_bttn_plgn_add_pages() {
|
109 |
add_menu_page( 'BWS Plugins', 'BWS Plugins', 'manage_options', 'bws_plugins', 'bws_add_menu_render', plugins_url( "img/px.png", __FILE__ ), 1001);
|
110 |
-
add_submenu_page( 'bws_plugins', __( '
|
111 |
|
112 |
//call register settings function
|
113 |
add_action( 'admin_init', 'fcbk_bttn_plgn_settings' );
|
@@ -167,7 +167,7 @@ if( ! function_exists( 'fcbk_bttn_plgn_settings_page' ) ) {
|
|
167 |
if($fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_count_icon' ] > 2)
|
168 |
$fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_count_icon' ] = 1;
|
169 |
update_option ( 'fcbk_bttn_plgn_options_array', $fcbk_bttn_plgn_options_array );
|
170 |
-
$message = __( "
|
171 |
}
|
172 |
// Form options
|
173 |
if ( isset ( $_FILES [ 'uploadfile' ] [ 'tmp_name' ] ) && $_FILES [ 'uploadfile' ] [ 'tmp_name' ] != "" ) {
|
@@ -220,14 +220,14 @@ if( ! function_exists( 'fcbk_bttn_plgn_settings_page' ) ) {
|
|
220 |
?>
|
221 |
<div class="wrap">
|
222 |
<div class="icon32 icon32-bws" id="icon-options-general"></div>
|
223 |
-
<h2><?php echo __( "
|
224 |
<div class="updated fade" <?php if( ! isset( $_REQUEST['fcbk_bttn_plgn_form_submit'] ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
|
225 |
<div class="error" <?php if( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
|
226 |
<div>
|
227 |
<form name="form1" method="post" action="admin.php?page=facebook-button-plugin.php" enctype="multipart/form-data" >
|
228 |
<table class="form-table">
|
229 |
<tr valign="top">
|
230 |
-
<th scope="row"><?php _e( "Your
|
231 |
<td>
|
232 |
<input name='fcbk_bttn_plgn_link' type='text' value='<?php echo $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_link' ] ?>' style="width:200px;" />
|
233 |
</td>
|
@@ -241,13 +241,13 @@ if( ! function_exists( 'fcbk_bttn_plgn_settings_page' ) ) {
|
|
241 |
</tr>
|
242 |
<tr>
|
243 |
<th>
|
244 |
-
<?php echo __( "Choose display
|
245 |
</th>
|
246 |
<td>
|
247 |
<select name="fcbk_bttn_plgn_display_option" onchange="if ( this . value == 'custom' ) { getElementById ( 'fcbk_bttn_plgn_display_option_custom' ) . style.display = 'block'; } else { getElementById ( 'fcbk_bttn_plgn_display_option_custom' ) . style.display = 'none'; }" style="width:200px;" >
|
248 |
-
<option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_display_option' ] == 'standart' ) echo 'selected="selected"'; ?> value="standart"><?php echo __( "
|
249 |
<?php if( $copy || $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_display_option' ] == 'custom' ) { ?>
|
250 |
-
<option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_display_option' ] == 'custom' ) echo 'selected="selected"'; ?> value="custom"><?php echo __( "Custom
|
251 |
<?php } ?>
|
252 |
</select>
|
253 |
</td>
|
@@ -267,7 +267,7 @@ if( ! function_exists( 'fcbk_bttn_plgn_settings_page' ) ) {
|
|
267 |
<th style="padding-left:0px;font-size:13px;">
|
268 |
<input type="hidden" name="MAX_FILE_SIZE" value="64000"/>
|
269 |
<input type="hidden" name="home" value="<?php echo ABSPATH ; ?>"/>
|
270 |
-
<?php echo __( "
|
271 |
</th>
|
272 |
<td>
|
273 |
<input name="uploadfile" type="file" style="width:196px;" /><br />
|
@@ -279,7 +279,7 @@ if( ! function_exists( 'fcbk_bttn_plgn_settings_page' ) ) {
|
|
279 |
</tr>
|
280 |
<tr>
|
281 |
<th>
|
282 |
-
<?php echo __( "
|
283 |
</th>
|
284 |
<td>
|
285 |
<select name="fcbk_bttn_plgn_where" onchange="if ( this . value == 'shortcode' ) { getElementById ( 'shortcode' ) . style.display = 'inline'; } else { getElementById ( 'shortcode' ) . style.display = 'none'; }" style="width:200px;" >
|
@@ -288,12 +288,12 @@ if( ! function_exists( 'fcbk_bttn_plgn_settings_page' ) ) {
|
|
288 |
<option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ] == 'beforeandafter' ) echo 'selected="selected"'; ?> value="beforeandafter"><?php echo __( "Before and After", 'facebook' ); ?></option>
|
289 |
<option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ] == 'shortcode') echo 'selected="selected"'; ?> value="shortcode"><?php echo __( "Shortcode", 'facebook' ); ?></option>
|
290 |
</select>
|
291 |
-
<span id="shortcode" style="color: rgb(136, 136, 136); font-size: 10px; <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ] == 'shortcode' ) { echo ( 'display:inline' ); } else { echo ( 'display:none' ); }?>"><?php echo __( "If you would like to add a
|
292 |
</td>
|
293 |
</tr>
|
294 |
<tr>
|
295 |
<th>
|
296 |
-
<?php echo __( "
|
297 |
</th>
|
298 |
<td>
|
299 |
<select name="fcbk_bttn_plgn_locale">
|
@@ -404,7 +404,7 @@ if( ! function_exists( 'fcbk_bttn_plgn_settings_page' ) ) {
|
|
404 |
<option value="zh_TW" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "zh_TW" ) echo 'selected="selected"'; ?>>中文(台灣)</option>
|
405 |
<option value="zu_ZA" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "zu_ZA" ) echo 'selected="selected"'; ?>>isiZulu</option>
|
406 |
</select>
|
407 |
-
<span id="shortcode" style="color: rgb(136, 136, 136); font-size: 10px; display:inline"><?php echo __( "
|
408 |
</td>
|
409 |
</tr>
|
410 |
<tr>
|
@@ -437,7 +437,7 @@ if( ! function_exists( 'fcbk_bttn_plgn_update_option' ) ) {
|
|
437 |
}
|
438 |
}
|
439 |
|
440 |
-
//Function 'facebook_button' taking from array 'fcbk_bttn_plgn_options_array' necessary information to create
|
441 |
if( ! function_exists( 'fcbk_bttn_plgn_display_button' ) ) {
|
442 |
function fcbk_bttn_plgn_display_button ( $content ) {
|
443 |
global $post;
|
@@ -465,7 +465,7 @@ if( ! function_exists( 'fcbk_bttn_plgn_display_button' ) ) {
|
|
465 |
}
|
466 |
|
467 |
$button .= '</div>';
|
468 |
-
//Indication where show
|
469 |
if ( $fcbk_bttn_plgn_where == 'before' ) {
|
470 |
return $button . $content;
|
471 |
} else if ( $fcbk_bttn_plgn_where == 'after' ) {
|
@@ -480,7 +480,7 @@ if( ! function_exists( 'fcbk_bttn_plgn_display_button' ) ) {
|
|
480 |
}
|
481 |
}
|
482 |
|
483 |
-
//Function 'fcbk_bttn_plgn_shortcode' are using to create shortcode by
|
484 |
if( ! function_exists( 'fcbk_bttn_plgn_shortcode' ) ) {
|
485 |
function fcbk_bttn_plgn_shortcode( $content ) {
|
486 |
$fcbk_bttn_plgn_options_array = get_option ( 'fcbk_bttn_plgn_options_array' );
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Put Facebook Button in to your post.
|
6 |
Author: BestWebSoft
|
7 |
+
Version: 2.19
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
96 |
<?php foreach( $array_recomend as $recomend_plugin ) { ?>
|
97 |
<div style="float:left; width:200px;"><?php echo $recomend_plugin['title']; ?></div> <p><a href="<?php echo $recomend_plugin['link']; ?>" target="_blank"><?php echo __( "Read more", 'facebook'); ?></a> <a href="<?php echo $recomend_plugin['href']; ?>" target="_blank"><?php echo __( "Download", 'facebook'); ?></a> <a class="install-now" href="<?php echo get_bloginfo( "url" ) . $recomend_plugin['slug']; ?>" title="<?php esc_attr( sprintf( __( 'Install %s' ), $recomend_plugin['title'] ) ) ?>" target="_blank"><?php echo __( 'Install now from wordpress.org', 'facebook' ) ?></a></p>
|
98 |
<?php } ?>
|
99 |
+
<span style="color: rgb(136, 136, 136); font-size: 10px;"><?php _e( 'If you have any questions, please contact us via plugin@bestwebsoft.com or fill out the contact form on our website', 'facebook' ); ?> <a href="http://bestwebsoft.com/contact/">http://bestwebsoft.com/contact/</a></span>
|
100 |
</div>
|
101 |
<?php } ?>
|
102 |
</div>
|
107 |
if( ! function_exists( 'fcbk_bttn_plgn_add_pages' ) ) {
|
108 |
function fcbk_bttn_plgn_add_pages() {
|
109 |
add_menu_page( 'BWS Plugins', 'BWS Plugins', 'manage_options', 'bws_plugins', 'bws_add_menu_render', plugins_url( "img/px.png", __FILE__ ), 1001);
|
110 |
+
add_submenu_page( 'bws_plugins', __( 'Facebook Button Settings', 'facebook' ), __( 'Facebook Button', 'facebook' ), 'manage_options', "facebook-button-plugin.php", 'fcbk_bttn_plgn_settings_page');
|
111 |
|
112 |
//call register settings function
|
113 |
add_action( 'admin_init', 'fcbk_bttn_plgn_settings' );
|
167 |
if($fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_count_icon' ] > 2)
|
168 |
$fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_count_icon' ] = 1;
|
169 |
update_option ( 'fcbk_bttn_plgn_options_array', $fcbk_bttn_plgn_options_array );
|
170 |
+
$message = __( "Settings saved", 'facebook' );
|
171 |
}
|
172 |
// Form options
|
173 |
if ( isset ( $_FILES [ 'uploadfile' ] [ 'tmp_name' ] ) && $_FILES [ 'uploadfile' ] [ 'tmp_name' ] != "" ) {
|
220 |
?>
|
221 |
<div class="wrap">
|
222 |
<div class="icon32 icon32-bws" id="icon-options-general"></div>
|
223 |
+
<h2><?php echo __( "Facebook Button Settings", 'facebook' ); ?></h2>
|
224 |
<div class="updated fade" <?php if( ! isset( $_REQUEST['fcbk_bttn_plgn_form_submit'] ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
|
225 |
<div class="error" <?php if( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
|
226 |
<div>
|
227 |
<form name="form1" method="post" action="admin.php?page=facebook-button-plugin.php" enctype="multipart/form-data" >
|
228 |
<table class="form-table">
|
229 |
<tr valign="top">
|
230 |
+
<th scope="row"><?php _e( "Your Facebook ID:", 'facebook' ); ?></th>
|
231 |
<td>
|
232 |
<input name='fcbk_bttn_plgn_link' type='text' value='<?php echo $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_link' ] ?>' style="width:200px;" />
|
233 |
</td>
|
241 |
</tr>
|
242 |
<tr>
|
243 |
<th>
|
244 |
+
<?php echo __( "Choose display settings:", 'facebook' ); ?>
|
245 |
</th>
|
246 |
<td>
|
247 |
<select name="fcbk_bttn_plgn_display_option" onchange="if ( this . value == 'custom' ) { getElementById ( 'fcbk_bttn_plgn_display_option_custom' ) . style.display = 'block'; } else { getElementById ( 'fcbk_bttn_plgn_display_option_custom' ) . style.display = 'none'; }" style="width:200px;" >
|
248 |
+
<option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_display_option' ] == 'standart' ) echo 'selected="selected"'; ?> value="standart"><?php echo __( "Standard Facebook image", 'facebook' ); ?></option>
|
249 |
<?php if( $copy || $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_display_option' ] == 'custom' ) { ?>
|
250 |
+
<option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_display_option' ] == 'custom' ) echo 'selected="selected"'; ?> value="custom"><?php echo __( "Custom Facebook image", 'facebook' ); ?></option>
|
251 |
<?php } ?>
|
252 |
</select>
|
253 |
</td>
|
267 |
<th style="padding-left:0px;font-size:13px;">
|
268 |
<input type="hidden" name="MAX_FILE_SIZE" value="64000"/>
|
269 |
<input type="hidden" name="home" value="<?php echo ABSPATH ; ?>"/>
|
270 |
+
<?php echo __( "Facebook image:", 'facebook' ); ?>
|
271 |
</th>
|
272 |
<td>
|
273 |
<input name="uploadfile" type="file" style="width:196px;" /><br />
|
279 |
</tr>
|
280 |
<tr>
|
281 |
<th>
|
282 |
+
<?php echo __( "Facebook Button Position:", 'facebook' ); ?>
|
283 |
</th>
|
284 |
<td>
|
285 |
<select name="fcbk_bttn_plgn_where" onchange="if ( this . value == 'shortcode' ) { getElementById ( 'shortcode' ) . style.display = 'inline'; } else { getElementById ( 'shortcode' ) . style.display = 'none'; }" style="width:200px;" >
|
288 |
<option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ] == 'beforeandafter' ) echo 'selected="selected"'; ?> value="beforeandafter"><?php echo __( "Before and After", 'facebook' ); ?></option>
|
289 |
<option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ] == 'shortcode') echo 'selected="selected"'; ?> value="shortcode"><?php echo __( "Shortcode", 'facebook' ); ?></option>
|
290 |
</select>
|
291 |
+
<span id="shortcode" style="color: rgb(136, 136, 136); font-size: 10px; <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ] == 'shortcode' ) { echo ( 'display:inline' ); } else { echo ( 'display:none' ); }?>"><?php echo __( "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:", 'facebook' ); ?> [fb_button].</span>
|
292 |
</td>
|
293 |
</tr>
|
294 |
<tr>
|
295 |
<th>
|
296 |
+
<?php echo __( "Facebook Button language:", 'facebook' ); ?>
|
297 |
</th>
|
298 |
<td>
|
299 |
<select name="fcbk_bttn_plgn_locale">
|
404 |
<option value="zh_TW" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "zh_TW" ) echo 'selected="selected"'; ?>>中文(台灣)</option>
|
405 |
<option value="zu_ZA" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "zu_ZA" ) echo 'selected="selected"'; ?>>isiZulu</option>
|
406 |
</select>
|
407 |
+
<span id="shortcode" style="color: rgb(136, 136, 136); font-size: 10px; display:inline"><?php echo __( "Change the language of Facebook Like Button", 'facebook' ); ?></span>
|
408 |
</td>
|
409 |
</tr>
|
410 |
<tr>
|
437 |
}
|
438 |
}
|
439 |
|
440 |
+
//Function 'facebook_button' taking from array 'fcbk_bttn_plgn_options_array' necessary information to create Facebook Button and reacting to your choise in plugin menu - points where it appears.
|
441 |
if( ! function_exists( 'fcbk_bttn_plgn_display_button' ) ) {
|
442 |
function fcbk_bttn_plgn_display_button ( $content ) {
|
443 |
global $post;
|
465 |
}
|
466 |
|
467 |
$button .= '</div>';
|
468 |
+
//Indication where show Facebook Button depending on selected item in admin page.
|
469 |
if ( $fcbk_bttn_plgn_where == 'before' ) {
|
470 |
return $button . $content;
|
471 |
} else if ( $fcbk_bttn_plgn_where == 'after' ) {
|
480 |
}
|
481 |
}
|
482 |
|
483 |
+
//Function 'fcbk_bttn_plgn_shortcode' are using to create shortcode by Facebook Button.
|
484 |
if( ! function_exists( 'fcbk_bttn_plgn_shortcode' ) ) {
|
485 |
function fcbk_bttn_plgn_shortcode( $content ) {
|
486 |
$fcbk_bttn_plgn_options_array = get_option ( 'fcbk_bttn_plgn_options_array' );
|
languages/facebook-ar_AR.mo
CHANGED
Binary file
|
languages/facebook-ar_AR.po
CHANGED
@@ -2,190 +2,195 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: Albayan Design Hani aladoli <info@albayan-design.com>\n"
|
9 |
-
"Language: ar\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: facebook-button-plugin.php:
|
20 |
msgid "Activated plugins"
|
21 |
msgstr "الاضافات المفعله "
|
22 |
|
23 |
-
#: facebook-button-plugin.php:
|
24 |
-
#: facebook-button-plugin.php:
|
|
|
25 |
msgid "Read more"
|
26 |
msgstr "اقراء المزيد"
|
27 |
|
28 |
-
#: facebook-button-plugin.php:
|
29 |
-
#: facebook-button-plugin.php:
|
|
|
30 |
msgid "Settings"
|
31 |
msgstr "الاعدادات "
|
32 |
|
33 |
-
#: facebook-button-plugin.php:
|
34 |
msgid "Installed plugins"
|
35 |
msgstr "الاضافات المنزلة "
|
36 |
|
37 |
-
#: facebook-button-plugin.php:
|
38 |
msgid "Recommended plugins"
|
39 |
msgstr "اضافات موصي بها"
|
40 |
|
41 |
-
#: facebook-button-plugin.php:
|
42 |
msgid "Download"
|
43 |
msgstr "تحميل"
|
44 |
|
45 |
-
#: facebook-button-plugin.php:
|
46 |
#, php-format
|
47 |
msgid "Install %s"
|
48 |
msgstr "تنزيل %s"
|
49 |
|
50 |
-
#: facebook-button-plugin.php:
|
51 |
msgid "Install now from wordpress.org"
|
52 |
msgstr "حملها الا من wordpress.org"
|
53 |
|
54 |
-
#: facebook-button-plugin.php:
|
55 |
-
|
56 |
-
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
57 |
-
"
|
58 |
-
msgstr ""
|
59 |
-
"اذا كان لديك اي استفسار او سؤال الرجاء الاتصال بنا عبر بريدنا الالكتروني : "
|
60 |
-
"contact us via plugin@bestwebsoft.com , او المراسلة الفورية من واجهة "
|
61 |
-
"الاتصال بنا علي موقعنا الخاص"
|
62 |
|
63 |
-
#: facebook-button-plugin.php:
|
64 |
-
|
|
|
|
|
65 |
msgstr "اعدادات زر الفيس بوك"
|
66 |
|
67 |
-
#: facebook-button-plugin.php:
|
68 |
-
|
|
|
69 |
msgstr "زر الفيس بوك"
|
70 |
|
71 |
-
#: facebook-button-plugin.php:
|
72 |
-
|
73 |
-
|
|
|
74 |
|
75 |
-
#: facebook-button-plugin.php:
|
76 |
msgid "Error: File size > 32K"
|
77 |
msgstr "خطاء : حجم الملف : > 32К"
|
78 |
|
79 |
-
#: facebook-button-plugin.php:
|
80 |
msgid "Error: Invalid file type"
|
81 |
msgstr "خطاء : نوع الملف غير صحيح"
|
82 |
|
83 |
-
#: facebook-button-plugin.php:
|
84 |
msgid "Error: moving file failed"
|
85 |
msgstr "خطاء : فشل في نقل الملف"
|
86 |
|
87 |
-
#: facebook-button-plugin.php:
|
88 |
msgid "Error: check image width or height"
|
89 |
msgstr "خطاء : تأكد من عرض وطول الصورة"
|
90 |
|
91 |
-
#: facebook-button-plugin.php:
|
92 |
msgid "Uploading Error: check image properties"
|
93 |
msgstr "خطاء في الرفع : تأكد من خصائص الصورة"
|
94 |
|
95 |
-
#: facebook-button-plugin.php:
|
96 |
-
|
|
|
97 |
msgstr "اسم حسابك علي الفيس بوك :"
|
98 |
|
99 |
-
#: facebook-button-plugin.php:
|
100 |
msgid "Display button:"
|
101 |
msgstr "عرض الزر :"
|
102 |
|
103 |
-
#: facebook-button-plugin.php:
|
104 |
msgid "My Page"
|
105 |
msgstr "صفحتي"
|
106 |
|
107 |
-
#: facebook-button-plugin.php:
|
108 |
msgid "Like"
|
109 |
msgstr "اعجاب "
|
110 |
|
111 |
-
#: facebook-button-plugin.php:
|
112 |
-
|
|
|
113 |
msgstr "اختار خيار العرض :"
|
114 |
|
115 |
-
#: facebook-button-plugin.php:
|
116 |
-
|
|
|
117 |
msgstr "صورة الفيس بوك الافتراضية "
|
118 |
|
119 |
-
#: facebook-button-plugin.php:
|
120 |
-
|
|
|
121 |
msgstr "صورة خاصة للـ فيس بوك"
|
122 |
|
123 |
-
#: facebook-button-plugin.php:
|
124 |
msgid "Current image:"
|
125 |
msgstr "الصورة الحالية : "
|
126 |
|
127 |
-
#: facebook-button-plugin.php:
|
128 |
-
|
|
|
129 |
msgstr "صورة الفيس بوك : "
|
130 |
|
131 |
-
#: facebook-button-plugin.php:
|
132 |
-
msgid ""
|
133 |
-
"
|
134 |
-
"size:32Kb; image types:\"jpg\", \"jpeg\"."
|
135 |
-
msgstr ""
|
136 |
-
"Propiedades de la imagen: Ancho máx.: 100px; Alto máx.: 40px; Tamaño máx: "
|
137 |
-
"32Kb; Tipo de imagen: \"jpg\", \"jpeg\"."
|
138 |
|
139 |
-
#: facebook-button-plugin.php:
|
140 |
-
|
|
|
141 |
msgstr "مكان زر الفيس بوك :"
|
142 |
|
143 |
-
#: facebook-button-plugin.php:
|
144 |
msgid "Before"
|
145 |
msgstr "قبل"
|
146 |
|
147 |
-
#: facebook-button-plugin.php:
|
148 |
msgid "After"
|
149 |
msgstr "بعد"
|
150 |
|
151 |
-
#: facebook-button-plugin.php:
|
152 |
msgid "Before and After"
|
153 |
msgstr "قبل و بعد"
|
154 |
|
155 |
-
#: facebook-button-plugin.php:
|
156 |
msgid "Shortcode"
|
157 |
msgstr "الكود"
|
158 |
|
159 |
-
#: facebook-button-plugin.php:
|
160 |
-
|
161 |
-
"If you would like to add a
|
162 |
-
"
|
163 |
-
msgstr ""
|
164 |
-
"اذا كنت ترغب في اضافة زر الفيس بوك علي موقعك انسخ هذه الكود وضعه في المكان "
|
165 |
-
"المراد ظهور الزر فيه"
|
166 |
|
167 |
-
#: facebook-button-plugin.php:
|
168 |
-
|
|
|
169 |
msgstr "للغه زر الفيس بوك :"
|
170 |
|
171 |
-
#: facebook-button-plugin.php:
|
172 |
-
|
|
|
173 |
msgstr "اختار اللغه للـ زر الاغحاب"
|
174 |
|
175 |
-
#: facebook-button-plugin.php:
|
176 |
msgid "Save Changes"
|
177 |
msgstr "حفظ التغييرات"
|
178 |
|
179 |
-
#: facebook-button-plugin.php:
|
180 |
msgid "FAQ"
|
181 |
msgstr "أسئلة وأجوبة"
|
182 |
|
183 |
-
#: facebook-button-plugin.php:
|
184 |
msgid "Support"
|
185 |
msgstr "الدعم"
|
186 |
|
|
|
|
|
187 |
#~ msgid "Install Now"
|
188 |
#~ msgstr "Установить сейчас"
|
189 |
-
|
190 |
#~ msgid "BWS Plugins"
|
191 |
#~ msgstr "Плагины BWS"
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-04-17 12:21+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-04-17 12:21+0300\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
"Language-Team: Albayan Design Hani aladoli <info@albayan-design.com>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Language: ar\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: facebook-button-plugin.php:79
|
20 |
msgid "Activated plugins"
|
21 |
msgstr "الاضافات المفعله "
|
22 |
|
23 |
+
#: facebook-button-plugin.php:81
|
24 |
+
#: facebook-button-plugin.php:89
|
25 |
+
#: facebook-button-plugin.php:97
|
26 |
msgid "Read more"
|
27 |
msgstr "اقراء المزيد"
|
28 |
|
29 |
+
#: facebook-button-plugin.php:81
|
30 |
+
#: facebook-button-plugin.php:520
|
31 |
+
#: facebook-button-plugin.php:532
|
32 |
msgid "Settings"
|
33 |
msgstr "الاعدادات "
|
34 |
|
35 |
+
#: facebook-button-plugin.php:87
|
36 |
msgid "Installed plugins"
|
37 |
msgstr "الاضافات المنزلة "
|
38 |
|
39 |
+
#: facebook-button-plugin.php:95
|
40 |
msgid "Recommended plugins"
|
41 |
msgstr "اضافات موصي بها"
|
42 |
|
43 |
+
#: facebook-button-plugin.php:97
|
44 |
msgid "Download"
|
45 |
msgstr "تحميل"
|
46 |
|
47 |
+
#: facebook-button-plugin.php:97
|
48 |
#, php-format
|
49 |
msgid "Install %s"
|
50 |
msgstr "تنزيل %s"
|
51 |
|
52 |
+
#: facebook-button-plugin.php:97
|
53 |
msgid "Install now from wordpress.org"
|
54 |
msgstr "حملها الا من wordpress.org"
|
55 |
|
56 |
+
#: facebook-button-plugin.php:99
|
57 |
+
#, fuzzy
|
58 |
+
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
|
59 |
+
msgstr "اذا كان لديك اي استفسار او سؤال الرجاء الاتصال بنا عبر بريدنا الالكتروني : contact us via plugin@bestwebsoft.com , او المراسلة الفورية من واجهة الاتصال بنا علي موقعنا الخاص"
|
|
|
|
|
|
|
|
|
60 |
|
61 |
+
#: facebook-button-plugin.php:110
|
62 |
+
#: facebook-button-plugin.php:223
|
63 |
+
#, fuzzy
|
64 |
+
msgid "Facebook Button Settings"
|
65 |
msgstr "اعدادات زر الفيس بوك"
|
66 |
|
67 |
+
#: facebook-button-plugin.php:110
|
68 |
+
#, fuzzy
|
69 |
+
msgid "Facebook Button"
|
70 |
msgstr "زر الفيس بوك"
|
71 |
|
72 |
+
#: facebook-button-plugin.php:170
|
73 |
+
#, fuzzy
|
74 |
+
msgid "Settings saved"
|
75 |
+
msgstr "الاعدادات "
|
76 |
|
77 |
+
#: facebook-button-plugin.php:192
|
78 |
msgid "Error: File size > 32K"
|
79 |
msgstr "خطاء : حجم الملف : > 32К"
|
80 |
|
81 |
+
#: facebook-button-plugin.php:195
|
82 |
msgid "Error: Invalid file type"
|
83 |
msgstr "خطاء : نوع الملف غير صحيح"
|
84 |
|
85 |
+
#: facebook-button-plugin.php:205
|
86 |
msgid "Error: moving file failed"
|
87 |
msgstr "خطاء : فشل في نقل الملف"
|
88 |
|
89 |
+
#: facebook-button-plugin.php:209
|
90 |
msgid "Error: check image width or height"
|
91 |
msgstr "خطاء : تأكد من عرض وطول الصورة"
|
92 |
|
93 |
+
#: facebook-button-plugin.php:214
|
94 |
msgid "Uploading Error: check image properties"
|
95 |
msgstr "خطاء في الرفع : تأكد من خصائص الصورة"
|
96 |
|
97 |
+
#: facebook-button-plugin.php:230
|
98 |
+
#, fuzzy
|
99 |
+
msgid "Your Facebook ID:"
|
100 |
msgstr "اسم حسابك علي الفيس بوك :"
|
101 |
|
102 |
+
#: facebook-button-plugin.php:236
|
103 |
msgid "Display button:"
|
104 |
msgstr "عرض الزر :"
|
105 |
|
106 |
+
#: facebook-button-plugin.php:238
|
107 |
msgid "My Page"
|
108 |
msgstr "صفحتي"
|
109 |
|
110 |
+
#: facebook-button-plugin.php:239
|
111 |
msgid "Like"
|
112 |
msgstr "اعجاب "
|
113 |
|
114 |
+
#: facebook-button-plugin.php:244
|
115 |
+
#, fuzzy
|
116 |
+
msgid "Choose display settings:"
|
117 |
msgstr "اختار خيار العرض :"
|
118 |
|
119 |
+
#: facebook-button-plugin.php:248
|
120 |
+
#, fuzzy
|
121 |
+
msgid "Standard Facebook image"
|
122 |
msgstr "صورة الفيس بوك الافتراضية "
|
123 |
|
124 |
+
#: facebook-button-plugin.php:250
|
125 |
+
#, fuzzy
|
126 |
+
msgid "Custom Facebook image"
|
127 |
msgstr "صورة خاصة للـ فيس بوك"
|
128 |
|
129 |
+
#: facebook-button-plugin.php:257
|
130 |
msgid "Current image:"
|
131 |
msgstr "الصورة الحالية : "
|
132 |
|
133 |
+
#: facebook-button-plugin.php:270
|
134 |
+
#, fuzzy
|
135 |
+
msgid "Facebook image:"
|
136 |
msgstr "صورة الفيس بوك : "
|
137 |
|
138 |
+
#: facebook-button-plugin.php:274
|
139 |
+
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
|
140 |
+
msgstr "Propiedades de la imagen: Ancho máx.: 100px; Alto máx.: 40px; Tamaño máx: 32Kb; Tipo de imagen: \"jpg\", \"jpeg\"."
|
|
|
|
|
|
|
|
|
141 |
|
142 |
+
#: facebook-button-plugin.php:282
|
143 |
+
#, fuzzy
|
144 |
+
msgid "Facebook Button Position:"
|
145 |
msgstr "مكان زر الفيس بوك :"
|
146 |
|
147 |
+
#: facebook-button-plugin.php:286
|
148 |
msgid "Before"
|
149 |
msgstr "قبل"
|
150 |
|
151 |
+
#: facebook-button-plugin.php:287
|
152 |
msgid "After"
|
153 |
msgstr "بعد"
|
154 |
|
155 |
+
#: facebook-button-plugin.php:288
|
156 |
msgid "Before and After"
|
157 |
msgstr "قبل و بعد"
|
158 |
|
159 |
+
#: facebook-button-plugin.php:289
|
160 |
msgid "Shortcode"
|
161 |
msgstr "الكود"
|
162 |
|
163 |
+
#: facebook-button-plugin.php:291
|
164 |
+
#, fuzzy
|
165 |
+
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
166 |
+
msgstr "اذا كنت ترغب في اضافة زر الفيس بوك علي موقعك انسخ هذه الكود وضعه في المكان المراد ظهور الزر فيه"
|
|
|
|
|
|
|
167 |
|
168 |
+
#: facebook-button-plugin.php:296
|
169 |
+
#, fuzzy
|
170 |
+
msgid "Facebook Button language:"
|
171 |
msgstr "للغه زر الفيس بوك :"
|
172 |
|
173 |
+
#: facebook-button-plugin.php:407
|
174 |
+
#, fuzzy
|
175 |
+
msgid "Change the language of Facebook Like Button"
|
176 |
msgstr "اختار اللغه للـ زر الاغحاب"
|
177 |
|
178 |
+
#: facebook-button-plugin.php:413
|
179 |
msgid "Save Changes"
|
180 |
msgstr "حفظ التغييرات"
|
181 |
|
182 |
+
#: facebook-button-plugin.php:533
|
183 |
msgid "FAQ"
|
184 |
msgstr "أسئلة وأجوبة"
|
185 |
|
186 |
+
#: facebook-button-plugin.php:534
|
187 |
msgid "Support"
|
188 |
msgstr "الدعم"
|
189 |
|
190 |
+
#~ msgid "Options saved."
|
191 |
+
#~ msgstr "تم حفظ الاعدادات"
|
192 |
#~ msgid "Install Now"
|
193 |
#~ msgstr "Установить сейчас"
|
|
|
194 |
#~ msgid "BWS Plugins"
|
195 |
#~ msgstr "Плагины BWS"
|
196 |
+
|
languages/facebook-es_ES.mo
CHANGED
Binary file
|
languages/facebook-es_ES.po
CHANGED
@@ -2,190 +2,194 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
9 |
-
"Language: es_ES\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: facebook-button-plugin.php:
|
20 |
msgid "Activated plugins"
|
21 |
msgstr "Plugins activados"
|
22 |
|
23 |
-
#: facebook-button-plugin.php:
|
24 |
-
#: facebook-button-plugin.php:
|
|
|
25 |
msgid "Read more"
|
26 |
msgstr "Leer mas"
|
27 |
|
28 |
-
#: facebook-button-plugin.php:
|
29 |
-
#: facebook-button-plugin.php:
|
|
|
30 |
msgid "Settings"
|
31 |
msgstr "Opciones"
|
32 |
|
33 |
-
#: facebook-button-plugin.php:
|
34 |
msgid "Installed plugins"
|
35 |
msgstr "Plugins instalados"
|
36 |
|
37 |
-
#: facebook-button-plugin.php:
|
38 |
msgid "Recommended plugins"
|
39 |
msgstr "Plugins recomendados"
|
40 |
|
41 |
-
#: facebook-button-plugin.php:
|
42 |
msgid "Download"
|
43 |
msgstr "Descargar"
|
44 |
|
45 |
-
#: facebook-button-plugin.php:
|
46 |
#, php-format
|
47 |
msgid "Install %s"
|
48 |
msgstr "Instalar %s"
|
49 |
|
50 |
-
#: facebook-button-plugin.php:
|
51 |
msgid "Install now from wordpress.org"
|
52 |
msgstr "Instalar ahora desde wordpress.org"
|
53 |
|
54 |
-
#: facebook-button-plugin.php:
|
55 |
-
|
56 |
-
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
57 |
-
"
|
58 |
-
msgstr ""
|
59 |
-
"Si tiene alguna pregunta, por favor contacte con nosotros via "
|
60 |
-
"plugin@bestwebsoft.com o rellenando el formulariod e contacto de nuestra web"
|
61 |
|
62 |
-
#: facebook-button-plugin.php:
|
63 |
-
|
|
|
|
|
64 |
msgstr "Opciones del botón de Facebook"
|
65 |
|
66 |
-
#: facebook-button-plugin.php:
|
67 |
-
|
|
|
68 |
msgstr "Botón FaceBook"
|
69 |
|
70 |
-
#: facebook-button-plugin.php:
|
71 |
-
|
72 |
-
|
|
|
73 |
|
74 |
-
#: facebook-button-plugin.php:
|
75 |
msgid "Error: File size > 32K"
|
76 |
msgstr "Error: Archivo > 32К"
|
77 |
|
78 |
-
#: facebook-button-plugin.php:
|
79 |
msgid "Error: Invalid file type"
|
80 |
msgstr "error: Tipo de archivo no válido"
|
81 |
|
82 |
-
#: facebook-button-plugin.php:
|
83 |
msgid "Error: moving file failed"
|
84 |
msgstr "Error: Fallo moviendo el archivo"
|
85 |
|
86 |
-
#: facebook-button-plugin.php:
|
87 |
msgid "Error: check image width or height"
|
88 |
msgstr "Error: Revisa el alto o ancho de la imagen"
|
89 |
|
90 |
-
#: facebook-button-plugin.php:
|
91 |
msgid "Uploading Error: check image properties"
|
92 |
msgstr "Error de subida: Revisa las propiedades de la imagen"
|
93 |
|
94 |
-
#: facebook-button-plugin.php:
|
95 |
-
|
|
|
96 |
msgstr "Su FaceBook Id:"
|
97 |
|
98 |
-
#: facebook-button-plugin.php:
|
99 |
msgid "Display button:"
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: facebook-button-plugin.php:
|
103 |
msgid "My Page"
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: facebook-button-plugin.php:
|
107 |
msgid "Like"
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: facebook-button-plugin.php:
|
111 |
-
|
|
|
112 |
msgstr "Seleccione opciones de visualización:"
|
113 |
|
114 |
-
#: facebook-button-plugin.php:
|
115 |
-
|
|
|
116 |
msgstr "Imagen estandar de FaceBook"
|
117 |
|
118 |
-
#: facebook-button-plugin.php:
|
119 |
-
|
|
|
120 |
msgstr "Imagen personalizada de FaceBook"
|
121 |
|
122 |
-
#: facebook-button-plugin.php:
|
123 |
msgid "Current image:"
|
124 |
msgstr "Imagen actual:"
|
125 |
|
126 |
-
#: facebook-button-plugin.php:
|
127 |
-
|
|
|
128 |
msgstr "Imagen de FaceBook:"
|
129 |
|
130 |
-
#: facebook-button-plugin.php:
|
131 |
-
msgid ""
|
132 |
-
"
|
133 |
-
"size:32Kb; image types:\"jpg\", \"jpeg\"."
|
134 |
-
msgstr ""
|
135 |
-
"Propiedades de la imagen: Ancho máx.: 100px; Alto máx.: 40px; Tamaño máx: "
|
136 |
-
"32Kb; Tipo de imagen: \"jpg\", \"jpeg\"."
|
137 |
|
138 |
-
#: facebook-button-plugin.php:
|
139 |
-
|
|
|
140 |
msgstr "Posición del botón Facebook:"
|
141 |
|
142 |
-
#: facebook-button-plugin.php:
|
143 |
msgid "Before"
|
144 |
msgstr "Antes"
|
145 |
|
146 |
-
#: facebook-button-plugin.php:
|
147 |
msgid "After"
|
148 |
msgstr "Después"
|
149 |
|
150 |
-
#: facebook-button-plugin.php:
|
151 |
msgid "Before and After"
|
152 |
msgstr "Antes y después"
|
153 |
|
154 |
-
#: facebook-button-plugin.php:
|
155 |
msgid "Shortcode"
|
156 |
msgstr "Shortcode"
|
157 |
|
158 |
-
#: facebook-button-plugin.php:
|
159 |
-
|
160 |
-
"If you would like to add a
|
161 |
-
"
|
162 |
-
msgstr ""
|
163 |
-
"Si desea agregar un botón de Facebook para su sitio web, sólo tiene que "
|
164 |
-
"copiar y pegar el código en su web o la página:"
|
165 |
|
166 |
-
#: facebook-button-plugin.php:
|
167 |
#, fuzzy
|
168 |
-
msgid "
|
169 |
msgstr "Botón FaceBook"
|
170 |
|
171 |
-
#: facebook-button-plugin.php:
|
172 |
-
msgid "
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: facebook-button-plugin.php:
|
176 |
msgid "Save Changes"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: facebook-button-plugin.php:
|
180 |
msgid "FAQ"
|
181 |
msgstr "FAQ"
|
182 |
|
183 |
-
#: facebook-button-plugin.php:
|
184 |
msgid "Support"
|
185 |
msgstr "Soporte"
|
186 |
|
|
|
|
|
187 |
#~ msgid "Install Now"
|
188 |
#~ msgstr "Установить сейчас"
|
189 |
-
|
190 |
#~ msgid "BWS Plugins"
|
191 |
#~ msgstr "Плагины BWS"
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-04-17 12:22+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-04-17 12:22+0300\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Language: es_ES\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: facebook-button-plugin.php:79
|
20 |
msgid "Activated plugins"
|
21 |
msgstr "Plugins activados"
|
22 |
|
23 |
+
#: facebook-button-plugin.php:81
|
24 |
+
#: facebook-button-plugin.php:89
|
25 |
+
#: facebook-button-plugin.php:97
|
26 |
msgid "Read more"
|
27 |
msgstr "Leer mas"
|
28 |
|
29 |
+
#: facebook-button-plugin.php:81
|
30 |
+
#: facebook-button-plugin.php:520
|
31 |
+
#: facebook-button-plugin.php:532
|
32 |
msgid "Settings"
|
33 |
msgstr "Opciones"
|
34 |
|
35 |
+
#: facebook-button-plugin.php:87
|
36 |
msgid "Installed plugins"
|
37 |
msgstr "Plugins instalados"
|
38 |
|
39 |
+
#: facebook-button-plugin.php:95
|
40 |
msgid "Recommended plugins"
|
41 |
msgstr "Plugins recomendados"
|
42 |
|
43 |
+
#: facebook-button-plugin.php:97
|
44 |
msgid "Download"
|
45 |
msgstr "Descargar"
|
46 |
|
47 |
+
#: facebook-button-plugin.php:97
|
48 |
#, php-format
|
49 |
msgid "Install %s"
|
50 |
msgstr "Instalar %s"
|
51 |
|
52 |
+
#: facebook-button-plugin.php:97
|
53 |
msgid "Install now from wordpress.org"
|
54 |
msgstr "Instalar ahora desde wordpress.org"
|
55 |
|
56 |
+
#: facebook-button-plugin.php:99
|
57 |
+
#, fuzzy
|
58 |
+
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
|
59 |
+
msgstr "Si tiene alguna pregunta, por favor contacte con nosotros via plugin@bestwebsoft.com o rellenando el formulariod e contacto de nuestra web"
|
|
|
|
|
|
|
60 |
|
61 |
+
#: facebook-button-plugin.php:110
|
62 |
+
#: facebook-button-plugin.php:223
|
63 |
+
#, fuzzy
|
64 |
+
msgid "Facebook Button Settings"
|
65 |
msgstr "Opciones del botón de Facebook"
|
66 |
|
67 |
+
#: facebook-button-plugin.php:110
|
68 |
+
#, fuzzy
|
69 |
+
msgid "Facebook Button"
|
70 |
msgstr "Botón FaceBook"
|
71 |
|
72 |
+
#: facebook-button-plugin.php:170
|
73 |
+
#, fuzzy
|
74 |
+
msgid "Settings saved"
|
75 |
+
msgstr "Opciones"
|
76 |
|
77 |
+
#: facebook-button-plugin.php:192
|
78 |
msgid "Error: File size > 32K"
|
79 |
msgstr "Error: Archivo > 32К"
|
80 |
|
81 |
+
#: facebook-button-plugin.php:195
|
82 |
msgid "Error: Invalid file type"
|
83 |
msgstr "error: Tipo de archivo no válido"
|
84 |
|
85 |
+
#: facebook-button-plugin.php:205
|
86 |
msgid "Error: moving file failed"
|
87 |
msgstr "Error: Fallo moviendo el archivo"
|
88 |
|
89 |
+
#: facebook-button-plugin.php:209
|
90 |
msgid "Error: check image width or height"
|
91 |
msgstr "Error: Revisa el alto o ancho de la imagen"
|
92 |
|
93 |
+
#: facebook-button-plugin.php:214
|
94 |
msgid "Uploading Error: check image properties"
|
95 |
msgstr "Error de subida: Revisa las propiedades de la imagen"
|
96 |
|
97 |
+
#: facebook-button-plugin.php:230
|
98 |
+
#, fuzzy
|
99 |
+
msgid "Your Facebook ID:"
|
100 |
msgstr "Su FaceBook Id:"
|
101 |
|
102 |
+
#: facebook-button-plugin.php:236
|
103 |
msgid "Display button:"
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: facebook-button-plugin.php:238
|
107 |
msgid "My Page"
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: facebook-button-plugin.php:239
|
111 |
msgid "Like"
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: facebook-button-plugin.php:244
|
115 |
+
#, fuzzy
|
116 |
+
msgid "Choose display settings:"
|
117 |
msgstr "Seleccione opciones de visualización:"
|
118 |
|
119 |
+
#: facebook-button-plugin.php:248
|
120 |
+
#, fuzzy
|
121 |
+
msgid "Standard Facebook image"
|
122 |
msgstr "Imagen estandar de FaceBook"
|
123 |
|
124 |
+
#: facebook-button-plugin.php:250
|
125 |
+
#, fuzzy
|
126 |
+
msgid "Custom Facebook image"
|
127 |
msgstr "Imagen personalizada de FaceBook"
|
128 |
|
129 |
+
#: facebook-button-plugin.php:257
|
130 |
msgid "Current image:"
|
131 |
msgstr "Imagen actual:"
|
132 |
|
133 |
+
#: facebook-button-plugin.php:270
|
134 |
+
#, fuzzy
|
135 |
+
msgid "Facebook image:"
|
136 |
msgstr "Imagen de FaceBook:"
|
137 |
|
138 |
+
#: facebook-button-plugin.php:274
|
139 |
+
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
|
140 |
+
msgstr "Propiedades de la imagen: Ancho máx.: 100px; Alto máx.: 40px; Tamaño máx: 32Kb; Tipo de imagen: \"jpg\", \"jpeg\"."
|
|
|
|
|
|
|
|
|
141 |
|
142 |
+
#: facebook-button-plugin.php:282
|
143 |
+
#, fuzzy
|
144 |
+
msgid "Facebook Button Position:"
|
145 |
msgstr "Posición del botón Facebook:"
|
146 |
|
147 |
+
#: facebook-button-plugin.php:286
|
148 |
msgid "Before"
|
149 |
msgstr "Antes"
|
150 |
|
151 |
+
#: facebook-button-plugin.php:287
|
152 |
msgid "After"
|
153 |
msgstr "Después"
|
154 |
|
155 |
+
#: facebook-button-plugin.php:288
|
156 |
msgid "Before and After"
|
157 |
msgstr "Antes y después"
|
158 |
|
159 |
+
#: facebook-button-plugin.php:289
|
160 |
msgid "Shortcode"
|
161 |
msgstr "Shortcode"
|
162 |
|
163 |
+
#: facebook-button-plugin.php:291
|
164 |
+
#, fuzzy
|
165 |
+
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
166 |
+
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:"
|
|
|
|
|
|
|
167 |
|
168 |
+
#: facebook-button-plugin.php:296
|
169 |
#, fuzzy
|
170 |
+
msgid "Facebook Button language:"
|
171 |
msgstr "Botón FaceBook"
|
172 |
|
173 |
+
#: facebook-button-plugin.php:407
|
174 |
+
msgid "Change the language of Facebook Like Button"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: facebook-button-plugin.php:413
|
178 |
msgid "Save Changes"
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: facebook-button-plugin.php:533
|
182 |
msgid "FAQ"
|
183 |
msgstr "FAQ"
|
184 |
|
185 |
+
#: facebook-button-plugin.php:534
|
186 |
msgid "Support"
|
187 |
msgstr "Soporte"
|
188 |
|
189 |
+
#~ msgid "Options saved."
|
190 |
+
#~ msgstr "Opciones guardadas"
|
191 |
#~ msgid "Install Now"
|
192 |
#~ msgstr "Установить сейчас"
|
|
|
193 |
#~ msgid "BWS Plugins"
|
194 |
#~ msgstr "Плагины BWS"
|
195 |
+
|
languages/facebook-fa_IR.mo
CHANGED
Binary file
|
languages/facebook-fa_IR.po
CHANGED
@@ -2,191 +2,195 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: Milad Ahmadipour <milad.contact@gmail.com>\n"
|
9 |
-
"Language: fa\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: facebook-button-plugin.php:
|
20 |
msgid "Activated plugins"
|
21 |
msgstr "پلاگین های فعال شده "
|
22 |
|
23 |
-
#: facebook-button-plugin.php:
|
24 |
-
#: facebook-button-plugin.php:
|
|
|
25 |
msgid "Read more"
|
26 |
msgstr "بیشتر بخوانید"
|
27 |
|
28 |
-
#: facebook-button-plugin.php:
|
29 |
-
#: facebook-button-plugin.php:
|
|
|
30 |
msgid "Settings"
|
31 |
msgstr "تنظیمات "
|
32 |
|
33 |
-
#: facebook-button-plugin.php:
|
34 |
msgid "Installed plugins"
|
35 |
msgstr "پلاگین های نصب شده "
|
36 |
|
37 |
-
#: facebook-button-plugin.php:
|
38 |
msgid "Recommended plugins"
|
39 |
msgstr "پلاگین های پیشنهادی"
|
40 |
|
41 |
-
#: facebook-button-plugin.php:
|
42 |
msgid "Download"
|
43 |
msgstr "دانلود"
|
44 |
|
45 |
-
#: facebook-button-plugin.php:
|
46 |
#, php-format
|
47 |
msgid "Install %s"
|
48 |
msgstr "نصب %s"
|
49 |
|
50 |
-
#: facebook-button-plugin.php:
|
51 |
msgid "Install now from wordpress.org"
|
52 |
msgstr "نصب از wordpress.org"
|
53 |
|
54 |
-
#: facebook-button-plugin.php:
|
55 |
-
|
56 |
-
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
57 |
-
"
|
58 |
-
msgstr ""
|
59 |
-
"در صورتی که سوالی دارید لطفا با ایمیل plugin@bestwebsoft.com مکاتبه فرمایید "
|
60 |
-
"یا از طریق سایت اقدام نمایید"
|
61 |
|
62 |
-
#: facebook-button-plugin.php:
|
63 |
-
|
|
|
|
|
64 |
msgstr "اختیارات دکمه فیسبوک"
|
65 |
|
66 |
-
#: facebook-button-plugin.php:
|
67 |
-
|
|
|
68 |
msgstr "دکمه فیسبوک"
|
69 |
|
70 |
-
#: facebook-button-plugin.php:
|
71 |
-
|
72 |
-
|
|
|
73 |
|
74 |
-
#: facebook-button-plugin.php:
|
75 |
msgid "Error: File size > 32K"
|
76 |
msgstr "خطا : حجم فایل بیشتر از : > 32К"
|
77 |
|
78 |
-
#: facebook-button-plugin.php:
|
79 |
msgid "Error: Invalid file type"
|
80 |
msgstr "خطا : نوع فایل صحیح نیست"
|
81 |
|
82 |
-
#: facebook-button-plugin.php:
|
83 |
msgid "Error: moving file failed"
|
84 |
msgstr "خطا : حرکت فایل شکست خورد"
|
85 |
|
86 |
-
#: facebook-button-plugin.php:
|
87 |
msgid "Error: check image width or height"
|
88 |
msgstr "خطا : لطفا طول و عرض تصویر را چک کنید"
|
89 |
|
90 |
-
#: facebook-button-plugin.php:
|
91 |
msgid "Uploading Error: check image properties"
|
92 |
msgstr "خطای آپلود : لطفا خصوصیات تصویر را چک کنید"
|
93 |
|
94 |
-
#: facebook-button-plugin.php:
|
95 |
-
|
96 |
-
|
97 |
-
"نام کاربری فیسبوک شما (کوتاه شده، برای نمونه این را ببینید : http://facebook."
|
98 |
-
"com/yourname)"
|
99 |
|
100 |
-
#: facebook-button-plugin.php:
|
101 |
msgid "Display button:"
|
102 |
msgstr "نمایش دکمه های :"
|
103 |
|
104 |
-
#: facebook-button-plugin.php:
|
105 |
msgid "My Page"
|
106 |
msgstr "صفحه من"
|
107 |
|
108 |
-
#: facebook-button-plugin.php:
|
109 |
msgid "Like"
|
110 |
msgstr "پسندیدم "
|
111 |
|
112 |
-
#: facebook-button-plugin.php:
|
113 |
-
|
|
|
114 |
msgstr "لطفا نحوه نمایش را انتخاب کنید"
|
115 |
|
116 |
-
#: facebook-button-plugin.php:
|
117 |
-
|
|
|
118 |
msgstr " تصویر استاندارد فیسبوک "
|
119 |
|
120 |
-
#: facebook-button-plugin.php:
|
121 |
-
|
|
|
122 |
msgstr "آپلود از کامپیوتر شما"
|
123 |
|
124 |
-
#: facebook-button-plugin.php:
|
125 |
msgid "Current image:"
|
126 |
msgstr "تصویر کنونی :"
|
127 |
|
128 |
-
#: facebook-button-plugin.php:
|
129 |
-
|
|
|
130 |
msgstr "تصویر فیسبوک : "
|
131 |
|
132 |
-
#: facebook-button-plugin.php:
|
133 |
-
msgid ""
|
134 |
-
"
|
135 |
-
"size:32Kb; image types:\"jpg\", \"jpeg\"."
|
136 |
-
msgstr ""
|
137 |
-
"خصوصیات عکس: حداکثر طول عکس:100px; حد اکثر عرض عکس:40px; حد اکثر حجم "
|
138 |
-
"فایل:32Kb; نوع فایل: \"jpg\", \"jpeg\"."
|
139 |
|
140 |
-
#: facebook-button-plugin.php:
|
141 |
-
|
|
|
142 |
msgstr "محل دکمه فیسبوک :"
|
143 |
|
144 |
-
#: facebook-button-plugin.php:
|
145 |
msgid "Before"
|
146 |
msgstr "قبل"
|
147 |
|
148 |
-
#: facebook-button-plugin.php:
|
149 |
msgid "After"
|
150 |
msgstr "بعد"
|
151 |
|
152 |
-
#: facebook-button-plugin.php:
|
153 |
msgid "Before and After"
|
154 |
msgstr "قبل و بعد"
|
155 |
|
156 |
-
#: facebook-button-plugin.php:
|
157 |
msgid "Shortcode"
|
158 |
msgstr "کد کوتاه"
|
159 |
|
160 |
-
#: facebook-button-plugin.php:
|
161 |
-
|
162 |
-
"If you would like to add a
|
163 |
-
"
|
164 |
-
msgstr ""
|
165 |
-
"در صورتی که میخواهید دکمه لایک به سایت شما اظافه شود، کد کوتاه را در صفحه "
|
166 |
-
"پست و ... کپی کنید"
|
167 |
|
168 |
-
#: facebook-button-plugin.php:
|
169 |
-
|
|
|
170 |
msgstr "زبان دکمه فیسبوک :"
|
171 |
|
172 |
-
#: facebook-button-plugin.php:
|
173 |
-
|
|
|
174 |
msgstr "زبان دکمه فیسبوک را انتخاب کنید"
|
175 |
|
176 |
-
#: facebook-button-plugin.php:
|
177 |
msgid "Save Changes"
|
178 |
msgstr "ذخیره تغییرات"
|
179 |
|
180 |
-
#: facebook-button-plugin.php:
|
181 |
msgid "FAQ"
|
182 |
msgstr "سوال و جواب های متداول"
|
183 |
|
184 |
-
#: facebook-button-plugin.php:
|
185 |
msgid "Support"
|
186 |
msgstr "پشتیبانی"
|
187 |
|
|
|
|
|
188 |
#~ msgid "Install Now"
|
189 |
#~ msgstr "حالا نصب شود"
|
190 |
-
|
191 |
#~ msgid "BWS Plugins"
|
192 |
#~ msgstr "پلاگین BWS"
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-04-17 12:22+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-04-17 12:22+0300\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
"Language-Team: Milad Ahmadipour <milad.contact@gmail.com>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Language: fa\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: facebook-button-plugin.php:79
|
20 |
msgid "Activated plugins"
|
21 |
msgstr "پلاگین های فعال شده "
|
22 |
|
23 |
+
#: facebook-button-plugin.php:81
|
24 |
+
#: facebook-button-plugin.php:89
|
25 |
+
#: facebook-button-plugin.php:97
|
26 |
msgid "Read more"
|
27 |
msgstr "بیشتر بخوانید"
|
28 |
|
29 |
+
#: facebook-button-plugin.php:81
|
30 |
+
#: facebook-button-plugin.php:520
|
31 |
+
#: facebook-button-plugin.php:532
|
32 |
msgid "Settings"
|
33 |
msgstr "تنظیمات "
|
34 |
|
35 |
+
#: facebook-button-plugin.php:87
|
36 |
msgid "Installed plugins"
|
37 |
msgstr "پلاگین های نصب شده "
|
38 |
|
39 |
+
#: facebook-button-plugin.php:95
|
40 |
msgid "Recommended plugins"
|
41 |
msgstr "پلاگین های پیشنهادی"
|
42 |
|
43 |
+
#: facebook-button-plugin.php:97
|
44 |
msgid "Download"
|
45 |
msgstr "دانلود"
|
46 |
|
47 |
+
#: facebook-button-plugin.php:97
|
48 |
#, php-format
|
49 |
msgid "Install %s"
|
50 |
msgstr "نصب %s"
|
51 |
|
52 |
+
#: facebook-button-plugin.php:97
|
53 |
msgid "Install now from wordpress.org"
|
54 |
msgstr "نصب از wordpress.org"
|
55 |
|
56 |
+
#: facebook-button-plugin.php:99
|
57 |
+
#, fuzzy
|
58 |
+
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
|
59 |
+
msgstr "در صورتی که سوالی دارید لطفا با ایمیل plugin@bestwebsoft.com مکاتبه فرمایید یا از طریق سایت اقدام نمایید"
|
|
|
|
|
|
|
60 |
|
61 |
+
#: facebook-button-plugin.php:110
|
62 |
+
#: facebook-button-plugin.php:223
|
63 |
+
#, fuzzy
|
64 |
+
msgid "Facebook Button Settings"
|
65 |
msgstr "اختیارات دکمه فیسبوک"
|
66 |
|
67 |
+
#: facebook-button-plugin.php:110
|
68 |
+
#, fuzzy
|
69 |
+
msgid "Facebook Button"
|
70 |
msgstr "دکمه فیسبوک"
|
71 |
|
72 |
+
#: facebook-button-plugin.php:170
|
73 |
+
#, fuzzy
|
74 |
+
msgid "Settings saved"
|
75 |
+
msgstr "تنظیمات "
|
76 |
|
77 |
+
#: facebook-button-plugin.php:192
|
78 |
msgid "Error: File size > 32K"
|
79 |
msgstr "خطا : حجم فایل بیشتر از : > 32К"
|
80 |
|
81 |
+
#: facebook-button-plugin.php:195
|
82 |
msgid "Error: Invalid file type"
|
83 |
msgstr "خطا : نوع فایل صحیح نیست"
|
84 |
|
85 |
+
#: facebook-button-plugin.php:205
|
86 |
msgid "Error: moving file failed"
|
87 |
msgstr "خطا : حرکت فایل شکست خورد"
|
88 |
|
89 |
+
#: facebook-button-plugin.php:209
|
90 |
msgid "Error: check image width or height"
|
91 |
msgstr "خطا : لطفا طول و عرض تصویر را چک کنید"
|
92 |
|
93 |
+
#: facebook-button-plugin.php:214
|
94 |
msgid "Uploading Error: check image properties"
|
95 |
msgstr "خطای آپلود : لطفا خصوصیات تصویر را چک کنید"
|
96 |
|
97 |
+
#: facebook-button-plugin.php:230
|
98 |
+
#, fuzzy
|
99 |
+
msgid "Your Facebook ID:"
|
100 |
+
msgstr "نام کاربری فیسبوک شما (کوتاه شده، برای نمونه این را ببینید : http://facebook.com/yourname)"
|
|
|
101 |
|
102 |
+
#: facebook-button-plugin.php:236
|
103 |
msgid "Display button:"
|
104 |
msgstr "نمایش دکمه های :"
|
105 |
|
106 |
+
#: facebook-button-plugin.php:238
|
107 |
msgid "My Page"
|
108 |
msgstr "صفحه من"
|
109 |
|
110 |
+
#: facebook-button-plugin.php:239
|
111 |
msgid "Like"
|
112 |
msgstr "پسندیدم "
|
113 |
|
114 |
+
#: facebook-button-plugin.php:244
|
115 |
+
#, fuzzy
|
116 |
+
msgid "Choose display settings:"
|
117 |
msgstr "لطفا نحوه نمایش را انتخاب کنید"
|
118 |
|
119 |
+
#: facebook-button-plugin.php:248
|
120 |
+
#, fuzzy
|
121 |
+
msgid "Standard Facebook image"
|
122 |
msgstr " تصویر استاندارد فیسبوک "
|
123 |
|
124 |
+
#: facebook-button-plugin.php:250
|
125 |
+
#, fuzzy
|
126 |
+
msgid "Custom Facebook image"
|
127 |
msgstr "آپلود از کامپیوتر شما"
|
128 |
|
129 |
+
#: facebook-button-plugin.php:257
|
130 |
msgid "Current image:"
|
131 |
msgstr "تصویر کنونی :"
|
132 |
|
133 |
+
#: facebook-button-plugin.php:270
|
134 |
+
#, fuzzy
|
135 |
+
msgid "Facebook image:"
|
136 |
msgstr "تصویر فیسبوک : "
|
137 |
|
138 |
+
#: facebook-button-plugin.php:274
|
139 |
+
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
|
140 |
+
msgstr "خصوصیات عکس: حداکثر طول عکس:100px; حد اکثر عرض عکس:40px; حد اکثر حجم فایل:32Kb; نوع فایل: \"jpg\", \"jpeg\"."
|
|
|
|
|
|
|
|
|
141 |
|
142 |
+
#: facebook-button-plugin.php:282
|
143 |
+
#, fuzzy
|
144 |
+
msgid "Facebook Button Position:"
|
145 |
msgstr "محل دکمه فیسبوک :"
|
146 |
|
147 |
+
#: facebook-button-plugin.php:286
|
148 |
msgid "Before"
|
149 |
msgstr "قبل"
|
150 |
|
151 |
+
#: facebook-button-plugin.php:287
|
152 |
msgid "After"
|
153 |
msgstr "بعد"
|
154 |
|
155 |
+
#: facebook-button-plugin.php:288
|
156 |
msgid "Before and After"
|
157 |
msgstr "قبل و بعد"
|
158 |
|
159 |
+
#: facebook-button-plugin.php:289
|
160 |
msgid "Shortcode"
|
161 |
msgstr "کد کوتاه"
|
162 |
|
163 |
+
#: facebook-button-plugin.php:291
|
164 |
+
#, fuzzy
|
165 |
+
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
166 |
+
msgstr "در صورتی که میخواهید دکمه لایک به سایت شما اظافه شود، کد کوتاه را در صفحه پست و ... کپی کنید"
|
|
|
|
|
|
|
167 |
|
168 |
+
#: facebook-button-plugin.php:296
|
169 |
+
#, fuzzy
|
170 |
+
msgid "Facebook Button language:"
|
171 |
msgstr "زبان دکمه فیسبوک :"
|
172 |
|
173 |
+
#: facebook-button-plugin.php:407
|
174 |
+
#, fuzzy
|
175 |
+
msgid "Change the language of Facebook Like Button"
|
176 |
msgstr "زبان دکمه فیسبوک را انتخاب کنید"
|
177 |
|
178 |
+
#: facebook-button-plugin.php:413
|
179 |
msgid "Save Changes"
|
180 |
msgstr "ذخیره تغییرات"
|
181 |
|
182 |
+
#: facebook-button-plugin.php:533
|
183 |
msgid "FAQ"
|
184 |
msgstr "سوال و جواب های متداول"
|
185 |
|
186 |
+
#: facebook-button-plugin.php:534
|
187 |
msgid "Support"
|
188 |
msgstr "پشتیبانی"
|
189 |
|
190 |
+
#~ msgid "Options saved."
|
191 |
+
#~ msgstr "اختیارات ذخیره شد"
|
192 |
#~ msgid "Install Now"
|
193 |
#~ msgstr "حالا نصب شود"
|
|
|
194 |
#~ msgid "BWS Plugins"
|
195 |
#~ msgstr "پلاگین BWS"
|
196 |
+
|
languages/facebook-he_IL.mo
CHANGED
Binary file
|
languages/facebook-he_IL.po
CHANGED
@@ -2,224 +2,228 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Facebook Button Plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: \n"
|
9 |
-
"Language: he_IL\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
13 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
14 |
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
-
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
|
16 |
-
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
17 |
"X-Poedit-Basepath: ../\n"
|
18 |
"X-Textdomain-Support: yes\n"
|
19 |
"X-Generator: Poedit 1.5.4\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
# @ facebook
|
23 |
-
#: facebook-button-plugin.php:
|
24 |
msgid "Activated plugins"
|
25 |
msgstr "תוספים פעילים"
|
26 |
|
27 |
# @ facebook
|
28 |
-
#: facebook-button-plugin.php:
|
29 |
-
#: facebook-button-plugin.php:
|
|
|
30 |
msgid "Read more"
|
31 |
msgstr "קרא עוד"
|
32 |
|
33 |
# @ facebook
|
34 |
-
#: facebook-button-plugin.php:
|
35 |
-
#: facebook-button-plugin.php:
|
|
|
36 |
msgid "Settings"
|
37 |
msgstr "הגדרות"
|
38 |
|
39 |
# @ facebook
|
40 |
-
#: facebook-button-plugin.php:
|
41 |
msgid "Installed plugins"
|
42 |
msgstr "תוספים מותקנים"
|
43 |
|
44 |
# @ facebook
|
45 |
-
#: facebook-button-plugin.php:
|
46 |
msgid "Recommended plugins"
|
47 |
msgstr "תוספים מומלצים"
|
48 |
|
49 |
# @ facebook
|
50 |
-
#: facebook-button-plugin.php:
|
51 |
msgid "Download"
|
52 |
msgstr "הורד"
|
53 |
|
54 |
# @ default
|
55 |
-
#: facebook-button-plugin.php:
|
56 |
#, php-format
|
57 |
msgid "Install %s"
|
58 |
msgstr "התקן %s"
|
59 |
|
60 |
# @ facebook
|
61 |
-
#: facebook-button-plugin.php:
|
62 |
msgid "Install now from wordpress.org"
|
63 |
msgstr "הורד כעת מ wordpress.org"
|
64 |
|
65 |
# @ facebook
|
66 |
-
#: facebook-button-plugin.php:
|
67 |
-
|
68 |
-
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
69 |
-
"
|
70 |
-
msgstr ""
|
71 |
-
"אם יש לך שאלות כלשהן, אנא צור עמנו קשר דרך plugin@bestwebsoft.com או שתמלא "
|
72 |
-
"את טופס יצירת הקשר באתר שלנו"
|
73 |
|
74 |
# @ facebook
|
75 |
-
#: facebook-button-plugin.php:
|
76 |
-
|
|
|
|
|
77 |
msgstr "אפשרויות כפתור פייסבוק"
|
78 |
|
79 |
# @ facebook
|
80 |
-
#: facebook-button-plugin.php:
|
81 |
-
|
|
|
82 |
msgstr "כפתור פייסבוק"
|
83 |
|
84 |
# @ facebook
|
85 |
-
#: facebook-button-plugin.php:
|
86 |
-
|
87 |
-
|
|
|
88 |
|
89 |
# @ facebook
|
90 |
-
#: facebook-button-plugin.php:
|
91 |
msgid "Error: File size > 32K"
|
92 |
msgstr "שגיאה: גודל הקובץ גדול מ 32K"
|
93 |
|
94 |
# @ facebook
|
95 |
-
#: facebook-button-plugin.php:
|
96 |
msgid "Error: Invalid file type"
|
97 |
msgstr "שגיאה: סוג קובץ שגוי"
|
98 |
|
99 |
# @ facebook
|
100 |
-
#: facebook-button-plugin.php:
|
101 |
msgid "Error: moving file failed"
|
102 |
msgstr "שגיאה: העברת הקובץ נכשלה"
|
103 |
|
104 |
# @ facebook
|
105 |
-
#: facebook-button-plugin.php:
|
106 |
msgid "Error: check image width or height"
|
107 |
msgstr "שגיאה: בדוק את רוחב וגובה התמונה"
|
108 |
|
109 |
# @ facebook
|
110 |
-
#: facebook-button-plugin.php:
|
111 |
msgid "Uploading Error: check image properties"
|
112 |
msgstr "שגיאת טעינה: בדוק את מאפייני התמונה"
|
113 |
|
114 |
# @ facebook
|
115 |
-
#: facebook-button-plugin.php:
|
116 |
-
|
|
|
117 |
msgstr "מזהה הפייסבוק שלך:"
|
118 |
|
119 |
# @ facebook
|
120 |
-
#: facebook-button-plugin.php:
|
121 |
msgid "Display button:"
|
122 |
msgstr "הצג כפתור:"
|
123 |
|
124 |
# @ captcha
|
125 |
-
#: facebook-button-plugin.php:
|
126 |
msgid "My Page"
|
127 |
msgstr "הדף שלי"
|
128 |
|
129 |
# @ captcha
|
130 |
-
#: facebook-button-plugin.php:
|
131 |
msgid "Like"
|
132 |
msgstr "לייק"
|
133 |
|
134 |
# @ facebook
|
135 |
-
#: facebook-button-plugin.php:
|
136 |
-
|
|
|
137 |
msgstr "בחר אפשרות תצוגה:"
|
138 |
|
139 |
# @ facebook
|
140 |
-
#: facebook-button-plugin.php:
|
141 |
-
|
|
|
142 |
msgstr "תמונת פייסבוק רגילה"
|
143 |
|
144 |
# @ facebook
|
145 |
-
#: facebook-button-plugin.php:
|
146 |
-
|
|
|
147 |
msgstr "תמונת פייסבוק מותאמת אישית"
|
148 |
|
149 |
# @ facebook
|
150 |
-
#: facebook-button-plugin.php:
|
151 |
msgid "Current image:"
|
152 |
msgstr "תמונה נוכחית:"
|
153 |
|
154 |
# @ facebook
|
155 |
-
#: facebook-button-plugin.php:
|
156 |
-
|
|
|
157 |
msgstr "תמונת פייסבוק:"
|
158 |
|
159 |
# @ facebook
|
160 |
-
#: facebook-button-plugin.php:
|
161 |
-
msgid ""
|
162 |
-
"
|
163 |
-
"size:32Kb; image types:\"jpg\", \"jpeg\"."
|
164 |
-
msgstr ""
|
165 |
-
"מאפייני תמונה: רוחב מירבי: 100 פיקסלים. גובה מירבי: 40 פיקסלים, גודל מירבי: "
|
166 |
-
"32KB, סוגי קובץ: \"jpg\", \"jpeg\"."
|
167 |
|
168 |
# @ facebook
|
169 |
-
#: facebook-button-plugin.php:
|
170 |
-
|
|
|
171 |
msgstr "מיקום כפתור הפייסבוק:"
|
172 |
|
173 |
# @ facebook
|
174 |
-
#: facebook-button-plugin.php:
|
175 |
msgid "Before"
|
176 |
msgstr "לפני"
|
177 |
|
178 |
# @ facebook
|
179 |
-
#: facebook-button-plugin.php:
|
180 |
msgid "After"
|
181 |
msgstr "אחרי"
|
182 |
|
183 |
# @ facebook
|
184 |
-
#: facebook-button-plugin.php:
|
185 |
msgid "Before and After"
|
186 |
msgstr "לפני ואחרי"
|
187 |
|
188 |
# @ facebook
|
189 |
-
#: facebook-button-plugin.php:
|
190 |
msgid "Shortcode"
|
191 |
msgstr "קיצור קוד"
|
192 |
|
193 |
# @ facebook
|
194 |
-
#: facebook-button-plugin.php:
|
195 |
-
|
196 |
-
"If you would like to add a
|
197 |
-
"
|
198 |
-
msgstr ""
|
199 |
-
"אם ברצונך להוסיף כפתור פייסבוק לאתר שלך, פשוט העתק את קיצור הקוד שלהלן והדבק "
|
200 |
-
"אל הפוסט או הדף שלך:"
|
201 |
|
202 |
# @ facebook
|
203 |
-
#: facebook-button-plugin.php:
|
204 |
-
|
|
|
205 |
msgstr "שפת כפתור פייסבוק:"
|
206 |
|
207 |
# @ facebook
|
208 |
-
#: facebook-button-plugin.php:
|
209 |
-
|
|
|
210 |
msgstr "בחר שפה לכפתור לייק"
|
211 |
|
212 |
# @ default
|
213 |
-
#: facebook-button-plugin.php:
|
214 |
msgid "Save Changes"
|
215 |
msgstr "שמור שינויים"
|
216 |
|
217 |
# @ facebook
|
218 |
-
#: facebook-button-plugin.php:
|
219 |
msgid "FAQ"
|
220 |
msgstr "שאלות ותשובות"
|
221 |
|
222 |
# @ facebook
|
223 |
-
#: facebook-button-plugin.php:
|
224 |
msgid "Support"
|
225 |
msgstr "תמיכה"
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Facebook Button Plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-04-17 12:22+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-04-17 12:22+0300\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Language: he_IL\n"
|
13 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
14 |
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
+
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
|
|
16 |
"X-Poedit-Basepath: ../\n"
|
17 |
"X-Textdomain-Support: yes\n"
|
18 |
"X-Generator: Poedit 1.5.4\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
# @ facebook
|
22 |
+
#: facebook-button-plugin.php:79
|
23 |
msgid "Activated plugins"
|
24 |
msgstr "תוספים פעילים"
|
25 |
|
26 |
# @ facebook
|
27 |
+
#: facebook-button-plugin.php:81
|
28 |
+
#: facebook-button-plugin.php:89
|
29 |
+
#: facebook-button-plugin.php:97
|
30 |
msgid "Read more"
|
31 |
msgstr "קרא עוד"
|
32 |
|
33 |
# @ facebook
|
34 |
+
#: facebook-button-plugin.php:81
|
35 |
+
#: facebook-button-plugin.php:520
|
36 |
+
#: facebook-button-plugin.php:532
|
37 |
msgid "Settings"
|
38 |
msgstr "הגדרות"
|
39 |
|
40 |
# @ facebook
|
41 |
+
#: facebook-button-plugin.php:87
|
42 |
msgid "Installed plugins"
|
43 |
msgstr "תוספים מותקנים"
|
44 |
|
45 |
# @ facebook
|
46 |
+
#: facebook-button-plugin.php:95
|
47 |
msgid "Recommended plugins"
|
48 |
msgstr "תוספים מומלצים"
|
49 |
|
50 |
# @ facebook
|
51 |
+
#: facebook-button-plugin.php:97
|
52 |
msgid "Download"
|
53 |
msgstr "הורד"
|
54 |
|
55 |
# @ default
|
56 |
+
#: facebook-button-plugin.php:97
|
57 |
#, php-format
|
58 |
msgid "Install %s"
|
59 |
msgstr "התקן %s"
|
60 |
|
61 |
# @ facebook
|
62 |
+
#: facebook-button-plugin.php:97
|
63 |
msgid "Install now from wordpress.org"
|
64 |
msgstr "הורד כעת מ wordpress.org"
|
65 |
|
66 |
# @ facebook
|
67 |
+
#: facebook-button-plugin.php:99
|
68 |
+
#, fuzzy
|
69 |
+
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
|
70 |
+
msgstr "אם יש לך שאלות כלשהן, אנא צור עמנו קשר דרך plugin@bestwebsoft.com או שתמלא את טופס יצירת הקשר באתר שלנו"
|
|
|
|
|
|
|
71 |
|
72 |
# @ facebook
|
73 |
+
#: facebook-button-plugin.php:110
|
74 |
+
#: facebook-button-plugin.php:223
|
75 |
+
#, fuzzy
|
76 |
+
msgid "Facebook Button Settings"
|
77 |
msgstr "אפשרויות כפתור פייסבוק"
|
78 |
|
79 |
# @ facebook
|
80 |
+
#: facebook-button-plugin.php:110
|
81 |
+
#, fuzzy
|
82 |
+
msgid "Facebook Button"
|
83 |
msgstr "כפתור פייסבוק"
|
84 |
|
85 |
# @ facebook
|
86 |
+
#: facebook-button-plugin.php:170
|
87 |
+
#, fuzzy
|
88 |
+
msgid "Settings saved"
|
89 |
+
msgstr "הגדרות"
|
90 |
|
91 |
# @ facebook
|
92 |
+
#: facebook-button-plugin.php:192
|
93 |
msgid "Error: File size > 32K"
|
94 |
msgstr "שגיאה: גודל הקובץ גדול מ 32K"
|
95 |
|
96 |
# @ facebook
|
97 |
+
#: facebook-button-plugin.php:195
|
98 |
msgid "Error: Invalid file type"
|
99 |
msgstr "שגיאה: סוג קובץ שגוי"
|
100 |
|
101 |
# @ facebook
|
102 |
+
#: facebook-button-plugin.php:205
|
103 |
msgid "Error: moving file failed"
|
104 |
msgstr "שגיאה: העברת הקובץ נכשלה"
|
105 |
|
106 |
# @ facebook
|
107 |
+
#: facebook-button-plugin.php:209
|
108 |
msgid "Error: check image width or height"
|
109 |
msgstr "שגיאה: בדוק את רוחב וגובה התמונה"
|
110 |
|
111 |
# @ facebook
|
112 |
+
#: facebook-button-plugin.php:214
|
113 |
msgid "Uploading Error: check image properties"
|
114 |
msgstr "שגיאת טעינה: בדוק את מאפייני התמונה"
|
115 |
|
116 |
# @ facebook
|
117 |
+
#: facebook-button-plugin.php:230
|
118 |
+
#, fuzzy
|
119 |
+
msgid "Your Facebook ID:"
|
120 |
msgstr "מזהה הפייסבוק שלך:"
|
121 |
|
122 |
# @ facebook
|
123 |
+
#: facebook-button-plugin.php:236
|
124 |
msgid "Display button:"
|
125 |
msgstr "הצג כפתור:"
|
126 |
|
127 |
# @ captcha
|
128 |
+
#: facebook-button-plugin.php:238
|
129 |
msgid "My Page"
|
130 |
msgstr "הדף שלי"
|
131 |
|
132 |
# @ captcha
|
133 |
+
#: facebook-button-plugin.php:239
|
134 |
msgid "Like"
|
135 |
msgstr "לייק"
|
136 |
|
137 |
# @ facebook
|
138 |
+
#: facebook-button-plugin.php:244
|
139 |
+
#, fuzzy
|
140 |
+
msgid "Choose display settings:"
|
141 |
msgstr "בחר אפשרות תצוגה:"
|
142 |
|
143 |
# @ facebook
|
144 |
+
#: facebook-button-plugin.php:248
|
145 |
+
#, fuzzy
|
146 |
+
msgid "Standard Facebook image"
|
147 |
msgstr "תמונת פייסבוק רגילה"
|
148 |
|
149 |
# @ facebook
|
150 |
+
#: facebook-button-plugin.php:250
|
151 |
+
#, fuzzy
|
152 |
+
msgid "Custom Facebook image"
|
153 |
msgstr "תמונת פייסבוק מותאמת אישית"
|
154 |
|
155 |
# @ facebook
|
156 |
+
#: facebook-button-plugin.php:257
|
157 |
msgid "Current image:"
|
158 |
msgstr "תמונה נוכחית:"
|
159 |
|
160 |
# @ facebook
|
161 |
+
#: facebook-button-plugin.php:270
|
162 |
+
#, fuzzy
|
163 |
+
msgid "Facebook image:"
|
164 |
msgstr "תמונת פייסבוק:"
|
165 |
|
166 |
# @ facebook
|
167 |
+
#: facebook-button-plugin.php:274
|
168 |
+
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
|
169 |
+
msgstr "מאפייני תמונה: רוחב מירבי: 100 פיקסלים. גובה מירבי: 40 פיקסלים, גודל מירבי: 32KB, סוגי קובץ: \"jpg\", \"jpeg\"."
|
|
|
|
|
|
|
|
|
170 |
|
171 |
# @ facebook
|
172 |
+
#: facebook-button-plugin.php:282
|
173 |
+
#, fuzzy
|
174 |
+
msgid "Facebook Button Position:"
|
175 |
msgstr "מיקום כפתור הפייסבוק:"
|
176 |
|
177 |
# @ facebook
|
178 |
+
#: facebook-button-plugin.php:286
|
179 |
msgid "Before"
|
180 |
msgstr "לפני"
|
181 |
|
182 |
# @ facebook
|
183 |
+
#: facebook-button-plugin.php:287
|
184 |
msgid "After"
|
185 |
msgstr "אחרי"
|
186 |
|
187 |
# @ facebook
|
188 |
+
#: facebook-button-plugin.php:288
|
189 |
msgid "Before and After"
|
190 |
msgstr "לפני ואחרי"
|
191 |
|
192 |
# @ facebook
|
193 |
+
#: facebook-button-plugin.php:289
|
194 |
msgid "Shortcode"
|
195 |
msgstr "קיצור קוד"
|
196 |
|
197 |
# @ facebook
|
198 |
+
#: facebook-button-plugin.php:291
|
199 |
+
#, fuzzy
|
200 |
+
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
201 |
+
msgstr "אם ברצונך להוסיף כפתור פייסבוק לאתר שלך, פשוט העתק את קיצור הקוד שלהלן והדבק אל הפוסט או הדף שלך:"
|
|
|
|
|
|
|
202 |
|
203 |
# @ facebook
|
204 |
+
#: facebook-button-plugin.php:296
|
205 |
+
#, fuzzy
|
206 |
+
msgid "Facebook Button language:"
|
207 |
msgstr "שפת כפתור פייסבוק:"
|
208 |
|
209 |
# @ facebook
|
210 |
+
#: facebook-button-plugin.php:407
|
211 |
+
#, fuzzy
|
212 |
+
msgid "Change the language of Facebook Like Button"
|
213 |
msgstr "בחר שפה לכפתור לייק"
|
214 |
|
215 |
# @ default
|
216 |
+
#: facebook-button-plugin.php:413
|
217 |
msgid "Save Changes"
|
218 |
msgstr "שמור שינויים"
|
219 |
|
220 |
# @ facebook
|
221 |
+
#: facebook-button-plugin.php:533
|
222 |
msgid "FAQ"
|
223 |
msgstr "שאלות ותשובות"
|
224 |
|
225 |
# @ facebook
|
226 |
+
#: facebook-button-plugin.php:534
|
227 |
msgid "Support"
|
228 |
msgstr "תמיכה"
|
229 |
+
|
languages/facebook-ru_RU.mo
CHANGED
Binary file
|
languages/facebook-ru_RU.po
CHANGED
@@ -2,189 +2,182 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
9 |
-
"Language: ru_RU\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: facebook-button-plugin.php:
|
20 |
msgid "Activated plugins"
|
21 |
msgstr "Активированные плагины"
|
22 |
|
23 |
-
#: facebook-button-plugin.php:
|
24 |
-
#: facebook-button-plugin.php:
|
|
|
25 |
msgid "Read more"
|
26 |
msgstr "Подробнее..."
|
27 |
|
28 |
-
#: facebook-button-plugin.php:
|
29 |
-
#: facebook-button-plugin.php:
|
|
|
30 |
msgid "Settings"
|
31 |
msgstr "Настройки"
|
32 |
|
33 |
-
#: facebook-button-plugin.php:
|
34 |
msgid "Installed plugins"
|
35 |
msgstr "Установленные плагины"
|
36 |
|
37 |
-
#: facebook-button-plugin.php:
|
38 |
msgid "Recommended plugins"
|
39 |
msgstr "Рекомендованные к установке плагины"
|
40 |
|
41 |
-
#: facebook-button-plugin.php:
|
42 |
msgid "Download"
|
43 |
msgstr "Скачать"
|
44 |
|
45 |
-
#: facebook-button-plugin.php:
|
46 |
#, php-format
|
47 |
msgid "Install %s"
|
48 |
msgstr "Установлено %s"
|
49 |
|
50 |
-
#: facebook-button-plugin.php:
|
51 |
msgid "Install now from wordpress.org"
|
52 |
msgstr "Установить с wordpress.org"
|
53 |
|
54 |
-
#: facebook-button-plugin.php:
|
55 |
-
msgid ""
|
56 |
-
"
|
57 |
-
"fill in our contact form on our site"
|
58 |
-
msgstr ""
|
59 |
-
"Если у вас есть какие-то впросы, обращайтесь на plugin@bestwebsoft.com или "
|
60 |
-
"заполните контактную форму на нашем сайте"
|
61 |
|
62 |
-
#: facebook-button-plugin.php:
|
63 |
-
|
64 |
-
|
|
|
65 |
|
66 |
-
#: facebook-button-plugin.php:
|
67 |
-
msgid "
|
68 |
-
msgstr "
|
69 |
|
70 |
-
#: facebook-button-plugin.php:
|
71 |
-
msgid "
|
72 |
-
msgstr "
|
73 |
|
74 |
-
#: facebook-button-plugin.php:
|
75 |
msgid "Error: File size > 32K"
|
76 |
msgstr "Ошибка: Размер файла больше 32К"
|
77 |
|
78 |
-
#: facebook-button-plugin.php:
|
79 |
msgid "Error: Invalid file type"
|
80 |
msgstr "Ошибка: Некорректный тип файла"
|
81 |
|
82 |
-
#: facebook-button-plugin.php:
|
83 |
msgid "Error: moving file failed"
|
84 |
msgstr "Ошибка: При перемещении произошла ошибка"
|
85 |
|
86 |
-
#: facebook-button-plugin.php:
|
87 |
msgid "Error: check image width or height"
|
88 |
msgstr "Ошибка: Проверьте ширину и высоту изображения"
|
89 |
|
90 |
-
#: facebook-button-plugin.php:
|
91 |
msgid "Uploading Error: check image properties"
|
92 |
msgstr "Ошибка загрузки: Проверьте опции изображения"
|
93 |
|
94 |
-
#: facebook-button-plugin.php:
|
95 |
-
msgid "Your
|
96 |
-
msgstr "Ваш
|
97 |
|
98 |
-
#: facebook-button-plugin.php:
|
99 |
msgid "Display button:"
|
100 |
msgstr "Отображение кнопок:"
|
101 |
|
102 |
-
#: facebook-button-plugin.php:
|
103 |
msgid "My Page"
|
104 |
msgstr "My Page"
|
105 |
|
106 |
-
#: facebook-button-plugin.php:
|
107 |
msgid "Like"
|
108 |
msgstr "Like"
|
109 |
|
110 |
-
#: facebook-button-plugin.php:
|
111 |
-
msgid "Choose display
|
112 |
msgstr "Выбор опций отображения:"
|
113 |
|
114 |
-
#: facebook-button-plugin.php:
|
115 |
-
msgid "
|
116 |
-
msgstr "Стандартная картинка
|
117 |
|
118 |
-
#: facebook-button-plugin.php:
|
119 |
-
msgid "Custom
|
120 |
-
msgstr "Пользовательская картинка
|
121 |
|
122 |
-
#: facebook-button-plugin.php:
|
123 |
msgid "Current image:"
|
124 |
msgstr "Текущее изображение:"
|
125 |
|
126 |
-
#: facebook-button-plugin.php:
|
127 |
-
msgid "
|
128 |
-
msgstr "
|
129 |
|
130 |
-
#: facebook-button-plugin.php:
|
131 |
-
msgid ""
|
132 |
-
"
|
133 |
-
"size:32Kb; image types:\"jpg\", \"jpeg\"."
|
134 |
-
msgstr ""
|
135 |
-
"Опции изображения для загрузки: максимальная ширина:100px; максимальная "
|
136 |
-
"высота:40px; максимальный размер:32Kb; тип файла:\"jpg\", \"jpeg\"."
|
137 |
|
138 |
-
#: facebook-button-plugin.php:
|
139 |
-
msgid "
|
140 |
-
msgstr "Позиции
|
141 |
|
142 |
-
#: facebook-button-plugin.php:
|
143 |
msgid "Before"
|
144 |
msgstr "Перед"
|
145 |
|
146 |
-
#: facebook-button-plugin.php:
|
147 |
msgid "After"
|
148 |
msgstr "После"
|
149 |
|
150 |
-
#: facebook-button-plugin.php:
|
151 |
msgid "Before and After"
|
152 |
msgstr "Перед и после"
|
153 |
|
154 |
-
#: facebook-button-plugin.php:
|
155 |
msgid "Shortcode"
|
156 |
msgstr "Шорткод"
|
157 |
|
158 |
-
#: facebook-button-plugin.php:
|
159 |
-
msgid ""
|
160 |
-
"
|
161 |
-
"put this shortcode onto your post or page:"
|
162 |
-
msgstr ""
|
163 |
-
"Если вы хотите добавить FaceBook кнопку на свой сайт, вам надо только "
|
164 |
-
"скопировать и вставить шорткод в контент страницы или поста"
|
165 |
|
166 |
-
#: facebook-button-plugin.php:
|
167 |
-
msgid "
|
168 |
-
msgstr "Язык для
|
169 |
|
170 |
-
#: facebook-button-plugin.php:
|
171 |
-
msgid "
|
172 |
msgstr "Выберите язык для Like кнопки"
|
173 |
|
174 |
-
#: facebook-button-plugin.php:
|
175 |
msgid "Save Changes"
|
176 |
-
msgstr ""
|
177 |
|
178 |
-
#: facebook-button-plugin.php:
|
179 |
msgid "FAQ"
|
180 |
msgstr "FAQ"
|
181 |
|
182 |
-
#: facebook-button-plugin.php:
|
183 |
msgid "Support"
|
184 |
msgstr "Поддержка"
|
185 |
|
|
|
|
|
186 |
#~ msgid "Install Now"
|
187 |
#~ msgstr "Установить сейчас"
|
188 |
-
|
189 |
#~ msgid "BWS Plugins"
|
190 |
#~ msgstr "Плагины BWS"
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-04-17 12:22+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-04-17 12:22+0300\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Language: ru_RU\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: facebook-button-plugin.php:79
|
20 |
msgid "Activated plugins"
|
21 |
msgstr "Активированные плагины"
|
22 |
|
23 |
+
#: facebook-button-plugin.php:81
|
24 |
+
#: facebook-button-plugin.php:89
|
25 |
+
#: facebook-button-plugin.php:97
|
26 |
msgid "Read more"
|
27 |
msgstr "Подробнее..."
|
28 |
|
29 |
+
#: facebook-button-plugin.php:81
|
30 |
+
#: facebook-button-plugin.php:520
|
31 |
+
#: facebook-button-plugin.php:532
|
32 |
msgid "Settings"
|
33 |
msgstr "Настройки"
|
34 |
|
35 |
+
#: facebook-button-plugin.php:87
|
36 |
msgid "Installed plugins"
|
37 |
msgstr "Установленные плагины"
|
38 |
|
39 |
+
#: facebook-button-plugin.php:95
|
40 |
msgid "Recommended plugins"
|
41 |
msgstr "Рекомендованные к установке плагины"
|
42 |
|
43 |
+
#: facebook-button-plugin.php:97
|
44 |
msgid "Download"
|
45 |
msgstr "Скачать"
|
46 |
|
47 |
+
#: facebook-button-plugin.php:97
|
48 |
#, php-format
|
49 |
msgid "Install %s"
|
50 |
msgstr "Установлено %s"
|
51 |
|
52 |
+
#: facebook-button-plugin.php:97
|
53 |
msgid "Install now from wordpress.org"
|
54 |
msgstr "Установить с wordpress.org"
|
55 |
|
56 |
+
#: facebook-button-plugin.php:99
|
57 |
+
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
|
58 |
+
msgstr "Если у вас есть какие-то вопросы, обращайтесь на plugin@bestwebsoft.com или заполните контактную форму на нашем сайте"
|
|
|
|
|
|
|
|
|
59 |
|
60 |
+
#: facebook-button-plugin.php:110
|
61 |
+
#: facebook-button-plugin.php:223
|
62 |
+
msgid "Facebook Button Settings"
|
63 |
+
msgstr "Настройки Facebook Кнопки"
|
64 |
|
65 |
+
#: facebook-button-plugin.php:110
|
66 |
+
msgid "Facebook Button"
|
67 |
+
msgstr "Facebook кнопка"
|
68 |
|
69 |
+
#: facebook-button-plugin.php:170
|
70 |
+
msgid "Settings saved"
|
71 |
+
msgstr "Настройки сохранены"
|
72 |
|
73 |
+
#: facebook-button-plugin.php:192
|
74 |
msgid "Error: File size > 32K"
|
75 |
msgstr "Ошибка: Размер файла больше 32К"
|
76 |
|
77 |
+
#: facebook-button-plugin.php:195
|
78 |
msgid "Error: Invalid file type"
|
79 |
msgstr "Ошибка: Некорректный тип файла"
|
80 |
|
81 |
+
#: facebook-button-plugin.php:205
|
82 |
msgid "Error: moving file failed"
|
83 |
msgstr "Ошибка: При перемещении произошла ошибка"
|
84 |
|
85 |
+
#: facebook-button-plugin.php:209
|
86 |
msgid "Error: check image width or height"
|
87 |
msgstr "Ошибка: Проверьте ширину и высоту изображения"
|
88 |
|
89 |
+
#: facebook-button-plugin.php:214
|
90 |
msgid "Uploading Error: check image properties"
|
91 |
msgstr "Ошибка загрузки: Проверьте опции изображения"
|
92 |
|
93 |
+
#: facebook-button-plugin.php:230
|
94 |
+
msgid "Your Facebook ID:"
|
95 |
+
msgstr "Ваш Facebook ID:"
|
96 |
|
97 |
+
#: facebook-button-plugin.php:236
|
98 |
msgid "Display button:"
|
99 |
msgstr "Отображение кнопок:"
|
100 |
|
101 |
+
#: facebook-button-plugin.php:238
|
102 |
msgid "My Page"
|
103 |
msgstr "My Page"
|
104 |
|
105 |
+
#: facebook-button-plugin.php:239
|
106 |
msgid "Like"
|
107 |
msgstr "Like"
|
108 |
|
109 |
+
#: facebook-button-plugin.php:244
|
110 |
+
msgid "Choose display settings:"
|
111 |
msgstr "Выбор опций отображения:"
|
112 |
|
113 |
+
#: facebook-button-plugin.php:248
|
114 |
+
msgid "Standard Facebook image"
|
115 |
+
msgstr "Стандартная картинка Facebook"
|
116 |
|
117 |
+
#: facebook-button-plugin.php:250
|
118 |
+
msgid "Custom Facebook image"
|
119 |
+
msgstr "Пользовательская картинка Facebook"
|
120 |
|
121 |
+
#: facebook-button-plugin.php:257
|
122 |
msgid "Current image:"
|
123 |
msgstr "Текущее изображение:"
|
124 |
|
125 |
+
#: facebook-button-plugin.php:270
|
126 |
+
msgid "Facebook image:"
|
127 |
+
msgstr "Facebook изображение:"
|
128 |
|
129 |
+
#: facebook-button-plugin.php:274
|
130 |
+
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
|
131 |
+
msgstr "Опции изображения для загрузки: максимальная ширина:100px; максимальная высота:40px; максимальный размер:32Kb; тип файла:\"jpg\", \"jpeg\"."
|
|
|
|
|
|
|
|
|
132 |
|
133 |
+
#: facebook-button-plugin.php:282
|
134 |
+
msgid "Facebook Button Position:"
|
135 |
+
msgstr "Позиции Facebook кнопки:"
|
136 |
|
137 |
+
#: facebook-button-plugin.php:286
|
138 |
msgid "Before"
|
139 |
msgstr "Перед"
|
140 |
|
141 |
+
#: facebook-button-plugin.php:287
|
142 |
msgid "After"
|
143 |
msgstr "После"
|
144 |
|
145 |
+
#: facebook-button-plugin.php:288
|
146 |
msgid "Before and After"
|
147 |
msgstr "Перед и после"
|
148 |
|
149 |
+
#: facebook-button-plugin.php:289
|
150 |
msgid "Shortcode"
|
151 |
msgstr "Шорткод"
|
152 |
|
153 |
+
#: facebook-button-plugin.php:291
|
154 |
+
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
155 |
+
msgstr "Если вы хотите добавить Facebook кнопку на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста"
|
|
|
|
|
|
|
|
|
156 |
|
157 |
+
#: facebook-button-plugin.php:296
|
158 |
+
msgid "Facebook Button language:"
|
159 |
+
msgstr "Язык для Facebook кнопки:"
|
160 |
|
161 |
+
#: facebook-button-plugin.php:407
|
162 |
+
msgid "Change the language of Facebook Like Button"
|
163 |
msgstr "Выберите язык для Like кнопки"
|
164 |
|
165 |
+
#: facebook-button-plugin.php:413
|
166 |
msgid "Save Changes"
|
167 |
+
msgstr "Сохранить изменения"
|
168 |
|
169 |
+
#: facebook-button-plugin.php:533
|
170 |
msgid "FAQ"
|
171 |
msgstr "FAQ"
|
172 |
|
173 |
+
#: facebook-button-plugin.php:534
|
174 |
msgid "Support"
|
175 |
msgstr "Поддержка"
|
176 |
|
177 |
+
#~ msgid "Options saved."
|
178 |
+
#~ msgstr "Опции сохранены"
|
179 |
#~ msgid "Install Now"
|
180 |
#~ msgstr "Установить сейчас"
|
|
|
181 |
#~ msgid "BWS Plugins"
|
182 |
#~ msgstr "Плагины BWS"
|
183 |
+
|
languages/facebook-sr_RS.mo
CHANGED
Binary file
|
languages/facebook-sr_RS.po
CHANGED
@@ -2,9 +2,9 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: Georgijevic Team <http://www.georgijevic.info>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -15,175 +15,181 @@ msgstr ""
|
|
15 |
"X-Generator: Poedit 1.5.4\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
-
#: facebook-button-plugin.php:
|
19 |
msgid "Activated plugins"
|
20 |
msgstr "Aktivni dodaci"
|
21 |
|
22 |
-
#: facebook-button-plugin.php:
|
23 |
-
#: facebook-button-plugin.php:
|
|
|
24 |
msgid "Read more"
|
25 |
msgstr "Čitaj više..."
|
26 |
|
27 |
-
#: facebook-button-plugin.php:
|
28 |
-
#: facebook-button-plugin.php:
|
|
|
29 |
msgid "Settings"
|
30 |
msgstr "Podešavanja"
|
31 |
|
32 |
-
#: facebook-button-plugin.php:
|
33 |
msgid "Installed plugins"
|
34 |
msgstr "Instalirani dodaci"
|
35 |
|
36 |
-
#: facebook-button-plugin.php:
|
37 |
msgid "Recommended plugins"
|
38 |
msgstr "Preporučeni dodaci"
|
39 |
|
40 |
-
#: facebook-button-plugin.php:
|
41 |
msgid "Download"
|
42 |
msgstr "Preuzmi"
|
43 |
|
44 |
-
#: facebook-button-plugin.php:
|
45 |
#, php-format
|
46 |
msgid "Install %s"
|
47 |
msgstr "Instaliraj %s"
|
48 |
|
49 |
-
#: facebook-button-plugin.php:
|
50 |
msgid "Install now from wordpress.org"
|
51 |
msgstr "Instaliraj sa wordpress.org"
|
52 |
|
53 |
-
#: facebook-button-plugin.php:
|
54 |
-
|
55 |
-
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
56 |
-
"
|
57 |
-
msgstr ""
|
58 |
-
"Ako imate bilo kakva pitanja, kontaktirajte nas putem maila "
|
59 |
-
"plugin@bestwebsoft.com ili popubite kontakt formu na našem sajtu"
|
60 |
|
61 |
-
#: facebook-button-plugin.php:
|
62 |
-
|
|
|
|
|
63 |
msgstr "Taster Facebook Opcija"
|
64 |
|
65 |
-
#: facebook-button-plugin.php:
|
66 |
-
|
|
|
67 |
msgstr "Facebook taster"
|
68 |
|
69 |
-
#: facebook-button-plugin.php:
|
70 |
-
|
71 |
-
|
|
|
72 |
|
73 |
-
#: facebook-button-plugin.php:
|
74 |
msgid "Error: File size > 32K"
|
75 |
msgstr "Greška: Veličina fajla prevazilazi 32К"
|
76 |
|
77 |
-
#: facebook-button-plugin.php:
|
78 |
msgid "Error: Invalid file type"
|
79 |
msgstr "Greška: Neispravan tip fajla"
|
80 |
|
81 |
-
#: facebook-button-plugin.php:
|
82 |
msgid "Error: moving file failed"
|
83 |
msgstr "Greška: premeštanje fajla nije uspelo"
|
84 |
|
85 |
-
#: facebook-button-plugin.php:
|
86 |
msgid "Error: check image width or height"
|
87 |
msgstr "Greška: Proverite širinu i visinu slike"
|
88 |
|
89 |
-
#: facebook-button-plugin.php:
|
90 |
msgid "Uploading Error: check image properties"
|
91 |
msgstr "Greška unosa: Proverite svojstva slike"
|
92 |
|
93 |
-
#: facebook-button-plugin.php:
|
94 |
-
|
|
|
95 |
msgstr "Vaš Facebook Id:"
|
96 |
|
97 |
-
#: facebook-button-plugin.php:
|
98 |
msgid "Display button:"
|
99 |
msgstr "Prikaži taster:"
|
100 |
|
101 |
-
#: facebook-button-plugin.php:
|
102 |
msgid "My Page"
|
103 |
msgstr "Moja Strana"
|
104 |
|
105 |
-
#: facebook-button-plugin.php:
|
106 |
msgid "Like"
|
107 |
msgstr "Like"
|
108 |
|
109 |
-
#: facebook-button-plugin.php:
|
110 |
-
|
|
|
111 |
msgstr "Izaberi opcije prikaza:"
|
112 |
|
113 |
-
#: facebook-button-plugin.php:
|
114 |
-
|
|
|
115 |
msgstr "Standardna Facebook slika"
|
116 |
|
117 |
-
#: facebook-button-plugin.php:
|
118 |
-
|
|
|
119 |
msgstr "Proizvoljna Facebook slika"
|
120 |
|
121 |
-
#: facebook-button-plugin.php:
|
122 |
msgid "Current image:"
|
123 |
msgstr "Aktuelna slika:"
|
124 |
|
125 |
-
#: facebook-button-plugin.php:
|
126 |
-
|
|
|
127 |
msgstr "Facebook slika:"
|
128 |
|
129 |
-
#: facebook-button-plugin.php:
|
130 |
-
msgid ""
|
131 |
-
"
|
132 |
-
"size:32Kb; image types:\"jpg\", \"jpeg\"."
|
133 |
-
msgstr ""
|
134 |
-
"Svojstva slike: maksimalna širina:100px; maksimalna visina:40px; maksimalna "
|
135 |
-
"veličina:32Kb; tip fajla:\"jpg\", \"jpeg\"."
|
136 |
|
137 |
-
#: facebook-button-plugin.php:
|
138 |
-
|
|
|
139 |
msgstr "Pozicija Facebook Tastera:"
|
140 |
|
141 |
-
#: facebook-button-plugin.php:
|
142 |
msgid "Before"
|
143 |
msgstr "Pre"
|
144 |
|
145 |
-
#: facebook-button-plugin.php:
|
146 |
msgid "After"
|
147 |
msgstr "Posle"
|
148 |
|
149 |
-
#: facebook-button-plugin.php:
|
150 |
msgid "Before and After"
|
151 |
msgstr "Pre i posle"
|
152 |
|
153 |
-
#: facebook-button-plugin.php:
|
154 |
msgid "Shortcode"
|
155 |
msgstr "Kratki kod"
|
156 |
|
157 |
-
#: facebook-button-plugin.php:
|
158 |
-
|
159 |
-
"If you would like to add a
|
160 |
-
"
|
161 |
-
msgstr ""
|
162 |
-
"Ako želite da dodate Facebook taster na vaš vebsajt, jednostavno iskopirajte "
|
163 |
-
"ovaj kratak kod na vašu stranu ili članak:"
|
164 |
|
165 |
-
#: facebook-button-plugin.php:
|
166 |
-
|
|
|
167 |
msgstr "Jezik Facebook tastera"
|
168 |
|
169 |
-
#: facebook-button-plugin.php:
|
170 |
-
|
|
|
171 |
msgstr "Izaberite jezik za Like taster"
|
172 |
|
173 |
-
#: facebook-button-plugin.php:
|
174 |
msgid "Save Changes"
|
175 |
msgstr "Sačuvaj Izmene"
|
176 |
|
177 |
-
#: facebook-button-plugin.php:
|
178 |
msgid "FAQ"
|
179 |
msgstr "FAQ"
|
180 |
|
181 |
-
#: facebook-button-plugin.php:
|
182 |
msgid "Support"
|
183 |
msgstr "Podrška"
|
184 |
|
|
|
|
|
185 |
#~ msgid "Install Now"
|
186 |
#~ msgstr "Instaliraj Odmah"
|
187 |
-
|
188 |
#~ msgid "BWS Plugins"
|
189 |
#~ msgstr "BWS Dodaci"
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-04-17 12:22+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-04-17 12:22+0300\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
"Language-Team: Georgijevic Team <http://www.georgijevic.info>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
"X-Generator: Poedit 1.5.4\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
+
#: facebook-button-plugin.php:79
|
19 |
msgid "Activated plugins"
|
20 |
msgstr "Aktivni dodaci"
|
21 |
|
22 |
+
#: facebook-button-plugin.php:81
|
23 |
+
#: facebook-button-plugin.php:89
|
24 |
+
#: facebook-button-plugin.php:97
|
25 |
msgid "Read more"
|
26 |
msgstr "Čitaj više..."
|
27 |
|
28 |
+
#: facebook-button-plugin.php:81
|
29 |
+
#: facebook-button-plugin.php:520
|
30 |
+
#: facebook-button-plugin.php:532
|
31 |
msgid "Settings"
|
32 |
msgstr "Podešavanja"
|
33 |
|
34 |
+
#: facebook-button-plugin.php:87
|
35 |
msgid "Installed plugins"
|
36 |
msgstr "Instalirani dodaci"
|
37 |
|
38 |
+
#: facebook-button-plugin.php:95
|
39 |
msgid "Recommended plugins"
|
40 |
msgstr "Preporučeni dodaci"
|
41 |
|
42 |
+
#: facebook-button-plugin.php:97
|
43 |
msgid "Download"
|
44 |
msgstr "Preuzmi"
|
45 |
|
46 |
+
#: facebook-button-plugin.php:97
|
47 |
#, php-format
|
48 |
msgid "Install %s"
|
49 |
msgstr "Instaliraj %s"
|
50 |
|
51 |
+
#: facebook-button-plugin.php:97
|
52 |
msgid "Install now from wordpress.org"
|
53 |
msgstr "Instaliraj sa wordpress.org"
|
54 |
|
55 |
+
#: facebook-button-plugin.php:99
|
56 |
+
#, fuzzy
|
57 |
+
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
|
58 |
+
msgstr "Ako imate bilo kakva pitanja, kontaktirajte nas putem maila plugin@bestwebsoft.com ili popubite kontakt formu na našem sajtu"
|
|
|
|
|
|
|
59 |
|
60 |
+
#: facebook-button-plugin.php:110
|
61 |
+
#: facebook-button-plugin.php:223
|
62 |
+
#, fuzzy
|
63 |
+
msgid "Facebook Button Settings"
|
64 |
msgstr "Taster Facebook Opcija"
|
65 |
|
66 |
+
#: facebook-button-plugin.php:110
|
67 |
+
#, fuzzy
|
68 |
+
msgid "Facebook Button"
|
69 |
msgstr "Facebook taster"
|
70 |
|
71 |
+
#: facebook-button-plugin.php:170
|
72 |
+
#, fuzzy
|
73 |
+
msgid "Settings saved"
|
74 |
+
msgstr "Podešavanja"
|
75 |
|
76 |
+
#: facebook-button-plugin.php:192
|
77 |
msgid "Error: File size > 32K"
|
78 |
msgstr "Greška: Veličina fajla prevazilazi 32К"
|
79 |
|
80 |
+
#: facebook-button-plugin.php:195
|
81 |
msgid "Error: Invalid file type"
|
82 |
msgstr "Greška: Neispravan tip fajla"
|
83 |
|
84 |
+
#: facebook-button-plugin.php:205
|
85 |
msgid "Error: moving file failed"
|
86 |
msgstr "Greška: premeštanje fajla nije uspelo"
|
87 |
|
88 |
+
#: facebook-button-plugin.php:209
|
89 |
msgid "Error: check image width or height"
|
90 |
msgstr "Greška: Proverite širinu i visinu slike"
|
91 |
|
92 |
+
#: facebook-button-plugin.php:214
|
93 |
msgid "Uploading Error: check image properties"
|
94 |
msgstr "Greška unosa: Proverite svojstva slike"
|
95 |
|
96 |
+
#: facebook-button-plugin.php:230
|
97 |
+
#, fuzzy
|
98 |
+
msgid "Your Facebook ID:"
|
99 |
msgstr "Vaš Facebook Id:"
|
100 |
|
101 |
+
#: facebook-button-plugin.php:236
|
102 |
msgid "Display button:"
|
103 |
msgstr "Prikaži taster:"
|
104 |
|
105 |
+
#: facebook-button-plugin.php:238
|
106 |
msgid "My Page"
|
107 |
msgstr "Moja Strana"
|
108 |
|
109 |
+
#: facebook-button-plugin.php:239
|
110 |
msgid "Like"
|
111 |
msgstr "Like"
|
112 |
|
113 |
+
#: facebook-button-plugin.php:244
|
114 |
+
#, fuzzy
|
115 |
+
msgid "Choose display settings:"
|
116 |
msgstr "Izaberi opcije prikaza:"
|
117 |
|
118 |
+
#: facebook-button-plugin.php:248
|
119 |
+
#, fuzzy
|
120 |
+
msgid "Standard Facebook image"
|
121 |
msgstr "Standardna Facebook slika"
|
122 |
|
123 |
+
#: facebook-button-plugin.php:250
|
124 |
+
#, fuzzy
|
125 |
+
msgid "Custom Facebook image"
|
126 |
msgstr "Proizvoljna Facebook slika"
|
127 |
|
128 |
+
#: facebook-button-plugin.php:257
|
129 |
msgid "Current image:"
|
130 |
msgstr "Aktuelna slika:"
|
131 |
|
132 |
+
#: facebook-button-plugin.php:270
|
133 |
+
#, fuzzy
|
134 |
+
msgid "Facebook image:"
|
135 |
msgstr "Facebook slika:"
|
136 |
|
137 |
+
#: facebook-button-plugin.php:274
|
138 |
+
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
|
139 |
+
msgstr "Svojstva slike: maksimalna širina:100px; maksimalna visina:40px; maksimalna veličina:32Kb; tip fajla:\"jpg\", \"jpeg\"."
|
|
|
|
|
|
|
|
|
140 |
|
141 |
+
#: facebook-button-plugin.php:282
|
142 |
+
#, fuzzy
|
143 |
+
msgid "Facebook Button Position:"
|
144 |
msgstr "Pozicija Facebook Tastera:"
|
145 |
|
146 |
+
#: facebook-button-plugin.php:286
|
147 |
msgid "Before"
|
148 |
msgstr "Pre"
|
149 |
|
150 |
+
#: facebook-button-plugin.php:287
|
151 |
msgid "After"
|
152 |
msgstr "Posle"
|
153 |
|
154 |
+
#: facebook-button-plugin.php:288
|
155 |
msgid "Before and After"
|
156 |
msgstr "Pre i posle"
|
157 |
|
158 |
+
#: facebook-button-plugin.php:289
|
159 |
msgid "Shortcode"
|
160 |
msgstr "Kratki kod"
|
161 |
|
162 |
+
#: facebook-button-plugin.php:291
|
163 |
+
#, fuzzy
|
164 |
+
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
165 |
+
msgstr "Ako želite da dodate Facebook taster na vaš vebsajt, jednostavno iskopirajte ovaj kratak kod na vašu stranu ili članak:"
|
|
|
|
|
|
|
166 |
|
167 |
+
#: facebook-button-plugin.php:296
|
168 |
+
#, fuzzy
|
169 |
+
msgid "Facebook Button language:"
|
170 |
msgstr "Jezik Facebook tastera"
|
171 |
|
172 |
+
#: facebook-button-plugin.php:407
|
173 |
+
#, fuzzy
|
174 |
+
msgid "Change the language of Facebook Like Button"
|
175 |
msgstr "Izaberite jezik za Like taster"
|
176 |
|
177 |
+
#: facebook-button-plugin.php:413
|
178 |
msgid "Save Changes"
|
179 |
msgstr "Sačuvaj Izmene"
|
180 |
|
181 |
+
#: facebook-button-plugin.php:533
|
182 |
msgid "FAQ"
|
183 |
msgstr "FAQ"
|
184 |
|
185 |
+
#: facebook-button-plugin.php:534
|
186 |
msgid "Support"
|
187 |
msgstr "Podrška"
|
188 |
|
189 |
+
#~ msgid "Options saved."
|
190 |
+
#~ msgstr "Opcije sačuvane"
|
191 |
#~ msgid "Install Now"
|
192 |
#~ msgstr "Instaliraj Odmah"
|
|
|
193 |
#~ msgid "BWS Plugins"
|
194 |
#~ msgstr "BWS Dodaci"
|
195 |
+
|
languages/facebook-tr_TR.mo
CHANGED
Binary file
|
languages/facebook-tr_TR.po
CHANGED
@@ -2,191 +2,194 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
9 |
-
"Language: es_ES\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: facebook-button-plugin.php:
|
20 |
msgid "Activated plugins"
|
21 |
msgstr "Aktif Eklentiler"
|
22 |
|
23 |
-
#: facebook-button-plugin.php:
|
24 |
-
#: facebook-button-plugin.php:
|
|
|
25 |
msgid "Read more"
|
26 |
msgstr "Devamını Oku"
|
27 |
|
28 |
-
#: facebook-button-plugin.php:
|
29 |
-
#: facebook-button-plugin.php:
|
|
|
30 |
msgid "Settings"
|
31 |
msgstr "Ayarlar"
|
32 |
|
33 |
-
#: facebook-button-plugin.php:
|
34 |
msgid "Installed plugins"
|
35 |
msgstr "Yüklü eklentiler"
|
36 |
|
37 |
-
#: facebook-button-plugin.php:
|
38 |
msgid "Recommended plugins"
|
39 |
msgstr "Eklenti Önerileri"
|
40 |
|
41 |
-
#: facebook-button-plugin.php:
|
42 |
msgid "Download"
|
43 |
msgstr "İndir"
|
44 |
|
45 |
-
#: facebook-button-plugin.php:
|
46 |
#, php-format
|
47 |
msgid "Install %s"
|
48 |
msgstr "%s 'i yükle"
|
49 |
|
50 |
-
#: facebook-button-plugin.php:
|
51 |
msgid "Install now from wordpress.org"
|
52 |
msgstr "wordpress.org'dan yükle"
|
53 |
|
54 |
-
#: facebook-button-plugin.php:
|
55 |
-
|
56 |
-
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
57 |
-
"
|
58 |
-
msgstr ""
|
59 |
-
"Sormak istediğiniz herhangi bir sorunuz varsa bize plugin@bestwebsoft.com "
|
60 |
-
"adresine e-posta atarak ya da sitemizdeki iletişim formunu kullanarak "
|
61 |
-
"ulaşabilirsiniz."
|
62 |
|
63 |
-
#: facebook-button-plugin.php:
|
64 |
-
|
|
|
|
|
65 |
msgstr "Facebook Butonu Ayarları"
|
66 |
|
67 |
-
#: facebook-button-plugin.php:
|
68 |
-
|
|
|
69 |
msgstr "Facebook Butonu"
|
70 |
|
71 |
-
#: facebook-button-plugin.php:
|
72 |
-
|
73 |
-
|
|
|
74 |
|
75 |
-
#: facebook-button-plugin.php:
|
76 |
msgid "Error: File size > 32K"
|
77 |
msgstr "HATA: Dosya boyutu 32KB'tan büyük!"
|
78 |
|
79 |
-
#: facebook-button-plugin.php:
|
80 |
msgid "Error: Invalid file type"
|
81 |
msgstr "HATA: geçersiz dosya uzantısı"
|
82 |
|
83 |
-
#: facebook-button-plugin.php:
|
84 |
msgid "Error: moving file failed"
|
85 |
msgstr "HATA: Dosya taşınamadı!"
|
86 |
|
87 |
-
#: facebook-button-plugin.php:
|
88 |
msgid "Error: check image width or height"
|
89 |
msgstr "HATA: Görselin genişlik ve yüksekliğini kontrol edin."
|
90 |
|
91 |
-
#: facebook-button-plugin.php:
|
92 |
msgid "Uploading Error: check image properties"
|
93 |
msgstr "Yükleme Hatası: Görselin özelliklerini kontol edin."
|
94 |
|
95 |
-
#: facebook-button-plugin.php:
|
96 |
-
|
|
|
97 |
msgstr "Facebook ID:"
|
98 |
|
99 |
-
#: facebook-button-plugin.php:
|
100 |
msgid "Display button:"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: facebook-button-plugin.php:
|
104 |
msgid "My Page"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: facebook-button-plugin.php:
|
108 |
msgid "Like"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: facebook-button-plugin.php:
|
112 |
-
|
|
|
113 |
msgstr "Gösterim Şeklini Seçin"
|
114 |
|
115 |
-
#: facebook-button-plugin.php:
|
116 |
-
|
|
|
117 |
msgstr "Standard Facebook Görseli"
|
118 |
|
119 |
-
#: facebook-button-plugin.php:
|
120 |
-
|
|
|
121 |
msgstr "Kişisel Facebook Görseli"
|
122 |
|
123 |
-
#: facebook-button-plugin.php:
|
124 |
msgid "Current image:"
|
125 |
msgstr "Şu andaki görsel:"
|
126 |
|
127 |
-
#: facebook-button-plugin.php:
|
128 |
-
|
|
|
129 |
msgstr "Facebook görseli:"
|
130 |
|
131 |
-
#: facebook-button-plugin.php:
|
132 |
-
msgid ""
|
133 |
-
"
|
134 |
-
"size:32Kb; image types:\"jpg\", \"jpeg\"."
|
135 |
-
msgstr ""
|
136 |
-
"Görsel Özellikleri: maksimum genişlik: 100px; maksimum yükseklik: 40px; "
|
137 |
-
"maksimum boyut: 32KB; izin verilen uzantılar: \"jpg\", \"jpeg\"."
|
138 |
|
139 |
-
#: facebook-button-plugin.php:
|
140 |
-
|
|
|
141 |
msgstr "Facebook Butonunun Konumu"
|
142 |
|
143 |
-
#: facebook-button-plugin.php:
|
144 |
msgid "Before"
|
145 |
msgstr "Önce"
|
146 |
|
147 |
-
#: facebook-button-plugin.php:
|
148 |
msgid "After"
|
149 |
msgstr "Sonra"
|
150 |
|
151 |
-
#: facebook-button-plugin.php:
|
152 |
msgid "Before and After"
|
153 |
msgstr "Önce ve Sonra"
|
154 |
|
155 |
-
#: facebook-button-plugin.php:
|
156 |
msgid "Shortcode"
|
157 |
msgstr "Kısakod Olarak"
|
158 |
|
159 |
-
#: facebook-button-plugin.php:
|
160 |
-
|
161 |
-
"If you would like to add a
|
162 |
-
"
|
163 |
-
msgstr ""
|
164 |
-
"Web sitenize Facebook butonu yerleştirmek istiyorsanız, aşağıdaki kodu "
|
165 |
-
"kopyalayın ve sayfanızda/yazınızda butonun görünmesini istediğiniz yere "
|
166 |
-
"yapıştırın.(HTML editörüyle!)"
|
167 |
|
168 |
-
#: facebook-button-plugin.php:
|
169 |
-
|
170 |
-
|
|
|
171 |
|
172 |
-
#: facebook-button-plugin.php:
|
173 |
-
msgid "
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: facebook-button-plugin.php:
|
177 |
msgid "Save Changes"
|
178 |
msgstr "Değişiklikleri Kaydet"
|
179 |
|
180 |
-
#: facebook-button-plugin.php:
|
181 |
msgid "FAQ"
|
182 |
msgstr "SSS (Sık Sorulan Sorular)"
|
183 |
|
184 |
-
#: facebook-button-plugin.php:
|
185 |
msgid "Support"
|
186 |
msgstr "Destek"
|
187 |
|
|
|
|
|
188 |
#~ msgid "Install Now"
|
189 |
#~ msgstr "Установить сейчас"
|
190 |
-
|
191 |
#~ msgid "BWS Plugins"
|
192 |
#~ msgstr "Плагины BWS"
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-04-17 12:22+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-04-17 12:22+0300\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Language: es_ES\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: facebook-button-plugin.php:79
|
20 |
msgid "Activated plugins"
|
21 |
msgstr "Aktif Eklentiler"
|
22 |
|
23 |
+
#: facebook-button-plugin.php:81
|
24 |
+
#: facebook-button-plugin.php:89
|
25 |
+
#: facebook-button-plugin.php:97
|
26 |
msgid "Read more"
|
27 |
msgstr "Devamını Oku"
|
28 |
|
29 |
+
#: facebook-button-plugin.php:81
|
30 |
+
#: facebook-button-plugin.php:520
|
31 |
+
#: facebook-button-plugin.php:532
|
32 |
msgid "Settings"
|
33 |
msgstr "Ayarlar"
|
34 |
|
35 |
+
#: facebook-button-plugin.php:87
|
36 |
msgid "Installed plugins"
|
37 |
msgstr "Yüklü eklentiler"
|
38 |
|
39 |
+
#: facebook-button-plugin.php:95
|
40 |
msgid "Recommended plugins"
|
41 |
msgstr "Eklenti Önerileri"
|
42 |
|
43 |
+
#: facebook-button-plugin.php:97
|
44 |
msgid "Download"
|
45 |
msgstr "İndir"
|
46 |
|
47 |
+
#: facebook-button-plugin.php:97
|
48 |
#, php-format
|
49 |
msgid "Install %s"
|
50 |
msgstr "%s 'i yükle"
|
51 |
|
52 |
+
#: facebook-button-plugin.php:97
|
53 |
msgid "Install now from wordpress.org"
|
54 |
msgstr "wordpress.org'dan yükle"
|
55 |
|
56 |
+
#: facebook-button-plugin.php:99
|
57 |
+
#, fuzzy
|
58 |
+
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
|
59 |
+
msgstr "Sormak istediğiniz herhangi bir sorunuz varsa bize plugin@bestwebsoft.com adresine e-posta atarak ya da sitemizdeki iletişim formunu kullanarak ulaşabilirsiniz."
|
|
|
|
|
|
|
|
|
60 |
|
61 |
+
#: facebook-button-plugin.php:110
|
62 |
+
#: facebook-button-plugin.php:223
|
63 |
+
#, fuzzy
|
64 |
+
msgid "Facebook Button Settings"
|
65 |
msgstr "Facebook Butonu Ayarları"
|
66 |
|
67 |
+
#: facebook-button-plugin.php:110
|
68 |
+
#, fuzzy
|
69 |
+
msgid "Facebook Button"
|
70 |
msgstr "Facebook Butonu"
|
71 |
|
72 |
+
#: facebook-button-plugin.php:170
|
73 |
+
#, fuzzy
|
74 |
+
msgid "Settings saved"
|
75 |
+
msgstr "Ayarlar"
|
76 |
|
77 |
+
#: facebook-button-plugin.php:192
|
78 |
msgid "Error: File size > 32K"
|
79 |
msgstr "HATA: Dosya boyutu 32KB'tan büyük!"
|
80 |
|
81 |
+
#: facebook-button-plugin.php:195
|
82 |
msgid "Error: Invalid file type"
|
83 |
msgstr "HATA: geçersiz dosya uzantısı"
|
84 |
|
85 |
+
#: facebook-button-plugin.php:205
|
86 |
msgid "Error: moving file failed"
|
87 |
msgstr "HATA: Dosya taşınamadı!"
|
88 |
|
89 |
+
#: facebook-button-plugin.php:209
|
90 |
msgid "Error: check image width or height"
|
91 |
msgstr "HATA: Görselin genişlik ve yüksekliğini kontrol edin."
|
92 |
|
93 |
+
#: facebook-button-plugin.php:214
|
94 |
msgid "Uploading Error: check image properties"
|
95 |
msgstr "Yükleme Hatası: Görselin özelliklerini kontol edin."
|
96 |
|
97 |
+
#: facebook-button-plugin.php:230
|
98 |
+
#, fuzzy
|
99 |
+
msgid "Your Facebook ID:"
|
100 |
msgstr "Facebook ID:"
|
101 |
|
102 |
+
#: facebook-button-plugin.php:236
|
103 |
msgid "Display button:"
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: facebook-button-plugin.php:238
|
107 |
msgid "My Page"
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: facebook-button-plugin.php:239
|
111 |
msgid "Like"
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: facebook-button-plugin.php:244
|
115 |
+
#, fuzzy
|
116 |
+
msgid "Choose display settings:"
|
117 |
msgstr "Gösterim Şeklini Seçin"
|
118 |
|
119 |
+
#: facebook-button-plugin.php:248
|
120 |
+
#, fuzzy
|
121 |
+
msgid "Standard Facebook image"
|
122 |
msgstr "Standard Facebook Görseli"
|
123 |
|
124 |
+
#: facebook-button-plugin.php:250
|
125 |
+
#, fuzzy
|
126 |
+
msgid "Custom Facebook image"
|
127 |
msgstr "Kişisel Facebook Görseli"
|
128 |
|
129 |
+
#: facebook-button-plugin.php:257
|
130 |
msgid "Current image:"
|
131 |
msgstr "Şu andaki görsel:"
|
132 |
|
133 |
+
#: facebook-button-plugin.php:270
|
134 |
+
#, fuzzy
|
135 |
+
msgid "Facebook image:"
|
136 |
msgstr "Facebook görseli:"
|
137 |
|
138 |
+
#: facebook-button-plugin.php:274
|
139 |
+
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
|
140 |
+
msgstr "Görsel Özellikleri: maksimum genişlik: 100px; maksimum yükseklik: 40px; maksimum boyut: 32KB; izin verilen uzantılar: \"jpg\", \"jpeg\"."
|
|
|
|
|
|
|
|
|
141 |
|
142 |
+
#: facebook-button-plugin.php:282
|
143 |
+
#, fuzzy
|
144 |
+
msgid "Facebook Button Position:"
|
145 |
msgstr "Facebook Butonunun Konumu"
|
146 |
|
147 |
+
#: facebook-button-plugin.php:286
|
148 |
msgid "Before"
|
149 |
msgstr "Önce"
|
150 |
|
151 |
+
#: facebook-button-plugin.php:287
|
152 |
msgid "After"
|
153 |
msgstr "Sonra"
|
154 |
|
155 |
+
#: facebook-button-plugin.php:288
|
156 |
msgid "Before and After"
|
157 |
msgstr "Önce ve Sonra"
|
158 |
|
159 |
+
#: facebook-button-plugin.php:289
|
160 |
msgid "Shortcode"
|
161 |
msgstr "Kısakod Olarak"
|
162 |
|
163 |
+
#: facebook-button-plugin.php:291
|
164 |
+
#, fuzzy
|
165 |
+
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
166 |
+
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!)"
|
|
|
|
|
|
|
|
|
167 |
|
168 |
+
#: facebook-button-plugin.php:296
|
169 |
+
#, fuzzy
|
170 |
+
msgid "Facebook Button language:"
|
171 |
+
msgstr "Facebook Butonu"
|
172 |
|
173 |
+
#: facebook-button-plugin.php:407
|
174 |
+
msgid "Change the language of Facebook Like Button"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: facebook-button-plugin.php:413
|
178 |
msgid "Save Changes"
|
179 |
msgstr "Değişiklikleri Kaydet"
|
180 |
|
181 |
+
#: facebook-button-plugin.php:533
|
182 |
msgid "FAQ"
|
183 |
msgstr "SSS (Sık Sorulan Sorular)"
|
184 |
|
185 |
+
#: facebook-button-plugin.php:534
|
186 |
msgid "Support"
|
187 |
msgstr "Destek"
|
188 |
|
189 |
+
#~ msgid "Options saved."
|
190 |
+
#~ msgstr "Değişiklikler Kaydedildi."
|
191 |
#~ msgid "Install Now"
|
192 |
#~ msgstr "Установить сейчас"
|
|
|
193 |
#~ msgid "BWS Plugins"
|
194 |
#~ msgstr "Плагины BWS"
|
195 |
+
|
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: Cmd Soft <tmosbyd@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -54,21 +54,25 @@ msgid "Install now from wordpress.org"
|
|
54 |
msgstr "Встановити зараз від wordpress.org"
|
55 |
|
56 |
#: facebook-button-plugin.php:99
|
57 |
-
|
|
|
58 |
msgstr "Якщо у Вас виникли питання, будь ласка, зв'яжіться з нами через plugin@bestwebsoft.com або заповнити контактну форму на нашому сайті"
|
59 |
|
60 |
#: facebook-button-plugin.php:110
|
61 |
#: facebook-button-plugin.php:223
|
62 |
-
|
|
|
63 |
msgstr "FaceBook кнопку Параметри"
|
64 |
|
65 |
#: facebook-button-plugin.php:110
|
66 |
-
|
|
|
67 |
msgstr "FaceBook кнопка"
|
68 |
|
69 |
#: facebook-button-plugin.php:170
|
70 |
-
|
71 |
-
|
|
|
72 |
|
73 |
#: facebook-button-plugin.php:192
|
74 |
msgid "Error: File size > 32K"
|
@@ -91,7 +95,8 @@ msgid "Uploading Error: check image properties"
|
|
91 |
msgstr "Завантаження Помилка: Перевірка властивостей зображення"
|
92 |
|
93 |
#: facebook-button-plugin.php:230
|
94 |
-
|
|
|
95 |
msgstr "Ваша автора FaceBook Id:"
|
96 |
|
97 |
#: facebook-button-plugin.php:236
|
@@ -107,15 +112,18 @@ msgid "Like"
|
|
107 |
msgstr "подобатися "
|
108 |
|
109 |
#: facebook-button-plugin.php:244
|
110 |
-
|
|
|
111 |
msgstr "Виберіть опцію відображення:"
|
112 |
|
113 |
#: facebook-button-plugin.php:248
|
114 |
-
|
|
|
115 |
msgstr "Стандарт FaceBook зображення"
|
116 |
|
117 |
#: facebook-button-plugin.php:250
|
118 |
-
|
|
|
119 |
msgstr "Користувальницькі FaceBook зображення"
|
120 |
|
121 |
#: facebook-button-plugin.php:257
|
@@ -123,7 +131,8 @@ msgid "Current image:"
|
|
123 |
msgstr "Поточне зображення:"
|
124 |
|
125 |
#: facebook-button-plugin.php:270
|
126 |
-
|
|
|
127 |
msgstr "FaceBook зображення:"
|
128 |
|
129 |
#: facebook-button-plugin.php:274
|
@@ -131,7 +140,8 @@ msgid "Image properties: max image width:100px; max image height:40px; max image
|
|
131 |
msgstr "Властивості: максимальна ширина зображення:100px; Максимальна висота зображення:40px; максимальний розмір зображення:32Kb; Зображення типів:\"jpg\", \"jpeg\"."
|
132 |
|
133 |
#: facebook-button-plugin.php:282
|
134 |
-
|
|
|
135 |
msgstr "Кнопка FaceBook Статус:"
|
136 |
|
137 |
#: facebook-button-plugin.php:286
|
@@ -151,15 +161,18 @@ msgid "Shortcode"
|
|
151 |
msgstr "Шорткода"
|
152 |
|
153 |
#: facebook-button-plugin.php:291
|
154 |
-
|
|
|
155 |
msgstr "Якщо ви хочете додати кнопку FaceBook на ваш сайт, просто скопіювати і помістити цей короткий на ваш пост або сторінку:"
|
156 |
|
157 |
#: facebook-button-plugin.php:296
|
158 |
-
|
|
|
159 |
msgstr "Кнопка FaceBook мову:"
|
160 |
|
161 |
#: facebook-button-plugin.php:407
|
162 |
-
|
|
|
163 |
msgstr "Виберіть мову для кнопки Like"
|
164 |
|
165 |
#: facebook-button-plugin.php:413
|
@@ -174,6 +187,8 @@ msgstr "Часті питання"
|
|
174 |
msgid "Support"
|
175 |
msgstr "Підтримка"
|
176 |
|
|
|
|
|
177 |
#~ msgid "Install Now"
|
178 |
#~ msgstr "Установить сейчас"
|
179 |
#~ msgid "BWS Plugins"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-04-17 12:23+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-04-17 12:23+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Cmd Soft <tmosbyd@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
54 |
msgstr "Встановити зараз від wordpress.org"
|
55 |
|
56 |
#: facebook-button-plugin.php:99
|
57 |
+
#, fuzzy
|
58 |
+
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
|
59 |
msgstr "Якщо у Вас виникли питання, будь ласка, зв'яжіться з нами через plugin@bestwebsoft.com або заповнити контактну форму на нашому сайті"
|
60 |
|
61 |
#: facebook-button-plugin.php:110
|
62 |
#: facebook-button-plugin.php:223
|
63 |
+
#, fuzzy
|
64 |
+
msgid "Facebook Button Settings"
|
65 |
msgstr "FaceBook кнопку Параметри"
|
66 |
|
67 |
#: facebook-button-plugin.php:110
|
68 |
+
#, fuzzy
|
69 |
+
msgid "Facebook Button"
|
70 |
msgstr "FaceBook кнопка"
|
71 |
|
72 |
#: facebook-button-plugin.php:170
|
73 |
+
#, fuzzy
|
74 |
+
msgid "Settings saved"
|
75 |
+
msgstr "Налаштування"
|
76 |
|
77 |
#: facebook-button-plugin.php:192
|
78 |
msgid "Error: File size > 32K"
|
95 |
msgstr "Завантаження Помилка: Перевірка властивостей зображення"
|
96 |
|
97 |
#: facebook-button-plugin.php:230
|
98 |
+
#, fuzzy
|
99 |
+
msgid "Your Facebook ID:"
|
100 |
msgstr "Ваша автора FaceBook Id:"
|
101 |
|
102 |
#: facebook-button-plugin.php:236
|
112 |
msgstr "подобатися "
|
113 |
|
114 |
#: facebook-button-plugin.php:244
|
115 |
+
#, fuzzy
|
116 |
+
msgid "Choose display settings:"
|
117 |
msgstr "Виберіть опцію відображення:"
|
118 |
|
119 |
#: facebook-button-plugin.php:248
|
120 |
+
#, fuzzy
|
121 |
+
msgid "Standard Facebook image"
|
122 |
msgstr "Стандарт FaceBook зображення"
|
123 |
|
124 |
#: facebook-button-plugin.php:250
|
125 |
+
#, fuzzy
|
126 |
+
msgid "Custom Facebook image"
|
127 |
msgstr "Користувальницькі FaceBook зображення"
|
128 |
|
129 |
#: facebook-button-plugin.php:257
|
131 |
msgstr "Поточне зображення:"
|
132 |
|
133 |
#: facebook-button-plugin.php:270
|
134 |
+
#, fuzzy
|
135 |
+
msgid "Facebook image:"
|
136 |
msgstr "FaceBook зображення:"
|
137 |
|
138 |
#: facebook-button-plugin.php:274
|
140 |
msgstr "Властивості: максимальна ширина зображення:100px; Максимальна висота зображення:40px; максимальний розмір зображення:32Kb; Зображення типів:\"jpg\", \"jpeg\"."
|
141 |
|
142 |
#: facebook-button-plugin.php:282
|
143 |
+
#, fuzzy
|
144 |
+
msgid "Facebook Button Position:"
|
145 |
msgstr "Кнопка FaceBook Статус:"
|
146 |
|
147 |
#: facebook-button-plugin.php:286
|
161 |
msgstr "Шорткода"
|
162 |
|
163 |
#: facebook-button-plugin.php:291
|
164 |
+
#, fuzzy
|
165 |
+
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
166 |
msgstr "Якщо ви хочете додати кнопку FaceBook на ваш сайт, просто скопіювати і помістити цей короткий на ваш пост або сторінку:"
|
167 |
|
168 |
#: facebook-button-plugin.php:296
|
169 |
+
#, fuzzy
|
170 |
+
msgid "Facebook Button language:"
|
171 |
msgstr "Кнопка FaceBook мову:"
|
172 |
|
173 |
#: facebook-button-plugin.php:407
|
174 |
+
#, fuzzy
|
175 |
+
msgid "Change the language of Facebook Like Button"
|
176 |
msgstr "Виберіть мову для кнопки Like"
|
177 |
|
178 |
#: facebook-button-plugin.php:413
|
187 |
msgid "Support"
|
188 |
msgstr "Підтримка"
|
189 |
|
190 |
+
#~ msgid "Options saved."
|
191 |
+
#~ msgstr "Налаштування збережені."
|
192 |
#~ msgid "Install Now"
|
193 |
#~ msgstr "Установить сейчас"
|
194 |
#~ msgid "BWS Plugins"
|
readme.txt
CHANGED
@@ -4,25 +4,25 @@ 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: 2.9
|
6 |
Tested up to: 3.5.1
|
7 |
-
Stable tag: 2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
-
Add Facebook button to your WordPress website
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
Facebook Button Plugin allows you to add
|
16 |
|
17 |
<a href="http://wordpress.org/extend/plugins/facebook-button-plugin/faq/" target="_blank">FAQ</a>
|
18 |
<a href="http://bestwebsoft.com/plugin/facebook-like-button-plugin/" target="_blank">Support</a>
|
19 |
|
20 |
= Features =
|
21 |
|
22 |
-
* Actions:
|
23 |
-
* Actions:
|
24 |
-
* Display:
|
25 |
-
* Display:
|
26 |
|
27 |
= Translation =
|
28 |
|
@@ -33,81 +33,86 @@ Facebook Button Plugin allows you to add follow button in the most easiest and f
|
|
33 |
* Serbian (sr_RS) (thanks to Georgijevic Team, www.georgijevic.info)
|
34 |
* Spanish (es_ES) (thanks to Jesús Parra)
|
35 |
* Turkish (tr_TR) (thanks to Can Atasever, www.candanblog.com)
|
36 |
-
* Ukrainian (uk) (thanks to
|
37 |
|
38 |
-
If you create your own language pack or update
|
39 |
|
40 |
= Technical support =
|
41 |
|
42 |
-
Dear users,
|
43 |
|
44 |
-
|
|
|
|
|
45 |
|
46 |
== Installation ==
|
47 |
|
48 |
-
1. Upload `facebook-button-plugin`
|
49 |
-
2. Activate the plugin
|
50 |
-
3. You can adjust necessary settings
|
51 |
|
52 |
== Frequently Asked Questions ==
|
53 |
|
54 |
-
= I cannot see Facebook Button icon in the post after plugin installation =
|
55 |
|
56 |
-
1. In WordPress admin panel go to "Plugins", find "Facebook Button Plugin" and
|
57 |
|
58 |
-
= How I
|
59 |
|
60 |
-
1. In WordPress admin panel go to "Plugins", find
|
61 |
|
62 |
-
=
|
63 |
|
64 |
-
1. In WordPress admin panel go to "Settings", find
|
65 |
-
2. If you do not have Facebook account yet you
|
66 |
|
67 |
-
= How to adjust Facebook Button
|
68 |
|
69 |
-
1. In WordPress admin panel go to "Settings", find
|
70 |
|
71 |
-
= How to change Facebook Button icon
|
72 |
|
73 |
-
1. In WordPress admin panel go to "Settings", find
|
74 |
-
2. If you choose Custom
|
75 |
|
76 |
-
= After installation and
|
77 |
|
78 |
-
1. You
|
79 |
-
2. After saving your settings you
|
80 |
|
81 |
== Screenshots ==
|
82 |
|
83 |
1. Plugin admin page.
|
84 |
2. Plugin admin page: select display option.
|
85 |
-
3. Plugin admin page: select
|
86 |
-
4. Displaying
|
87 |
-
5. Displaying
|
88 |
|
89 |
== Changelog ==
|
90 |
|
|
|
|
|
|
|
91 |
= V2.18 - 22.03.2013 =
|
92 |
-
* Bugfix : The bug of displaying icons in the admin menu
|
93 |
|
94 |
= V2.17 - 04.03.2013 =
|
95 |
-
* NEW : Ukrainian language file
|
96 |
|
97 |
= V2.16 - 01.03.2013 =
|
98 |
* Update : We updated CSS file.
|
99 |
* Update : We updated all functionality for wordpress 3.5.1.
|
100 |
|
101 |
= V2.15 - 20.12.2012 =
|
102 |
-
* NEW : Persian and Serbian language files
|
103 |
* Update : We updated all functionality for wordpress 3.5.
|
104 |
|
105 |
= V2.14 - 24.07.2012 =
|
106 |
-
* NEW : Arabic language file is added to the plugin.
|
107 |
-
* Bugfix : Cross Site Request Forgery bug
|
108 |
|
109 |
= V2.13 - 10.07.2012 =
|
110 |
-
* NEW : Hebrew language file is added to the plugin.
|
111 |
* Update : We updated all functionality for wordpress 3.4.1.
|
112 |
|
113 |
= V2.12 - 29.06.2012 =
|
@@ -119,14 +124,14 @@ Also, emails which are reporting about plugin's bugs are accepted for investigat
|
|
119 |
|
120 |
= V2.10 - 04.04.2012 =
|
121 |
* NEW : A possibility to turn off the display of the buttons.
|
122 |
-
* NEW : Turkish language file is added to the plugin.
|
123 |
* Bugfix : The bug with upload custom image for button is fixed.
|
124 |
|
125 |
= V2.09 - 12.03.2012 =
|
126 |
* Changed : BWS plugins section.
|
127 |
|
128 |
= V2.08 - 24.02.2012 =
|
129 |
-
* NEW : Spanish language file is added to the plugin.
|
130 |
* Change : Code that is used to connect styles and scripts is added to the plugin for correct SSL verification.
|
131 |
|
132 |
= V2.07 - 02.01.2012 =
|
@@ -159,23 +164,26 @@ Also, emails which are reporting about plugin's bugs are accepted for investigat
|
|
159 |
|
160 |
== Upgrade Notice ==
|
161 |
|
|
|
|
|
|
|
162 |
= V2.18 =
|
163 |
The bug of displaying icons in the admin menu was fixed.
|
164 |
|
165 |
= V2.17 =
|
166 |
-
Ukrainian language file
|
167 |
|
168 |
= V2.16 =
|
169 |
We updated CSS file. We updated all functionality for wordpress 3.5.1.
|
170 |
|
171 |
= V2.15 =
|
172 |
-
Persian and Serbian language files
|
173 |
|
174 |
= V2.14 =
|
175 |
-
Arabic language file is added to the plugin. Cross Site Request Forgery bug was fixed.
|
176 |
|
177 |
= V2.13 =
|
178 |
-
Hebrew language file is added to the plugin. We updated all functionality for wordpress 3.4.1.
|
179 |
|
180 |
= V2.12 =
|
181 |
The bug with saved 'sortcode' option is fixed.
|
@@ -184,19 +192,19 @@ The bug with saved 'sortcode' option is fixed.
|
|
184 |
Added a possibility to change language for Like button. We updated all functionality for wordpress 3.4.
|
185 |
|
186 |
= V2.10 =
|
187 |
-
Added a possibility to turn off the display of the buttons. Turkish language file is added to the plugin. The bug with upload custom image for button is fixed.
|
188 |
|
189 |
= V2.09 =
|
190 |
BWS plugins section has been changed.
|
191 |
|
192 |
= V2.08 =
|
193 |
-
Spanish language file is added to the plugin. Code that is used to connect styles and scripts is added to the plugin for correct SSL verification.
|
194 |
|
195 |
= V2.07 =
|
196 |
BWS plugin's section was changes.
|
197 |
|
198 |
= V2.06 =
|
199 |
-
Language files
|
200 |
|
201 |
= V2.05 =
|
202 |
Redirect to profile page bug is fixed.
|
4 |
Tags: Facebook, Facebook Button, Like, Like button, Share, Share button, Facebook like, Facebook like button, Facebook button like, Button like, Facebook share, Facebook share button, Facebook button share
|
5 |
Requires at least: 2.9
|
6 |
Tested up to: 3.5.1
|
7 |
+
Stable tag: 2.19
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
+
Add Facebook button to your WordPress website.
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
Facebook Like Button Plugin allows you to add a Follow button the easiest way.
|
16 |
|
17 |
<a href="http://wordpress.org/extend/plugins/facebook-button-plugin/faq/" target="_blank">FAQ</a>
|
18 |
<a href="http://bestwebsoft.com/plugin/facebook-like-button-plugin/" target="_blank">Support</a>
|
19 |
|
20 |
= Features =
|
21 |
|
22 |
+
* Actions: Add the Follow button the easiest way.
|
23 |
+
* Actions: Add Facebook Like button easily.
|
24 |
+
* Display: Select the button position: before the content, after, before and after or using a shortcode.
|
25 |
+
* Display: Use a standard image or replace it with some other image.
|
26 |
|
27 |
= Translation =
|
28 |
|
33 |
* Serbian (sr_RS) (thanks to Georgijevic Team, www.georgijevic.info)
|
34 |
* Spanish (es_ES) (thanks to Jesús Parra)
|
35 |
* Turkish (tr_TR) (thanks to Can Atasever, www.candanblog.com)
|
36 |
+
* Ukrainian (uk) (thanks to Cmd Soft, www.cmd-soft.com)
|
37 |
|
38 |
+
If you create your own language pack or update the existing one, you can send <a href="http://codex.wordpress.org/Translating_WordPress" target="_blank">the text in PO and MO files</a> for <a href="http://bestwebsoft.com/" target="_blank">BWS</a> and we'll add it to the plugin. You can download the latest version of the program for work with PO and MO files <a href="http://www.poedit.net/download.php" target="_blank">Poedit</a>.
|
39 |
|
40 |
= Technical support =
|
41 |
|
42 |
+
Dear users, our plugins are available for free download. If you have any questions or recommendations regarding the functionality of our plugins (existing options, new options, current issues), please feel free to contact us. Please note that we accept requests in English only. All messages in another languages won't be accepted.
|
43 |
|
44 |
+
If you notice any bugs in the plugins, you can notify us about it and we'll investigate and fix the issue then. Your request should contain URL of the website, issues description and WordPress admin panel credentials.
|
45 |
+
Moreover we can customize the plugin according to your requirements. It's a paid service (as a rule it costs $40, but the price can vary depending on the amount of the necessary changes and their complexity). Please note that we could also include this or that feature (developed for you) in the next release and share with the other users then.
|
46 |
+
We can fix some things for free for the users who provide translation of our plugin into their native language (this should be a new translation of a certain plugin, you can check available translations on the official plugin page).
|
47 |
|
48 |
== Installation ==
|
49 |
|
50 |
+
1. Upload the folder `facebook-button-plugin` to the directory `/wp-content/plugins/`.
|
51 |
+
2. Activate the plugin via the 'Plugins' menu in your WordPress admin panel.
|
52 |
+
3. You can adjust the necessary settings in your WordPress admin panel - "Settings" > "Facebook Button".
|
53 |
|
54 |
== Frequently Asked Questions ==
|
55 |
|
56 |
+
= I cannot see the Facebook Button icon in the post after the plugin installation =
|
57 |
|
58 |
+
1. In WordPress admin panel go to "Plugins", find "Facebook Button Plugin" and click "Activate".
|
59 |
|
60 |
+
= How can I deactivate the plugin? =
|
61 |
|
62 |
+
1. In WordPress admin panel go to "Plugins", find the Facebook Button Plugin and click "Deactivate".
|
63 |
|
64 |
+
= After clicking the Facebook Button icon I see the Facebook Home page instead of the necessary account page =
|
65 |
|
66 |
+
1. In WordPress admin panel go to "Settings", find the Facebook Button Plugin settings page and enter your Facebook login. Then click "Update Changes".
|
67 |
+
2. If you do not have Facebook account yet, you should create it using this link: http://www.facebook.com . After the account is created please follow the instructions above.
|
68 |
|
69 |
+
= How to adjust Facebook Button position on the page =
|
70 |
|
71 |
+
1. In WordPress admin panel go to "Settings", find the Facebook Button Plugin settings page and choose one of the listed positions: Before, After, Before and After or Shortcode. Then click "Update Changes".
|
72 |
|
73 |
+
= How to change a Facebook Button icon =
|
74 |
|
75 |
+
1. In WordPress admin panel go to "Settings", find the Facebook Button Plugin settings page and choose one of the listed positions: Standard Facebook image or Custom Facebook image. Then click "Update Changes".
|
76 |
+
2. If you choose Custom Facebook image, you can upload your own picture. You should click "Choose file" and choose an image in your folder. Then click "Update Changes".
|
77 |
|
78 |
+
= After the plugin installation and settings adjustment on the settings page it is still not working =
|
79 |
|
80 |
+
1. You should click "Update Changes". Make sure that you got the message "Options Saved".
|
81 |
+
2. After saving your settings you should refresh your web page where the Facebook Button icon should be placed.
|
82 |
|
83 |
== Screenshots ==
|
84 |
|
85 |
1. Plugin admin page.
|
86 |
2. Plugin admin page: select display option.
|
87 |
+
3. Plugin admin page: select Facebook Button position.
|
88 |
+
4. Displaying Facebook Button in your post via the shortcode.
|
89 |
+
5. Displaying Facebook Button ater your post.
|
90 |
|
91 |
== Changelog ==
|
92 |
|
93 |
+
= V2.19 - 17.04.2013 =
|
94 |
+
* NEW : The English language is updated in the plugin.
|
95 |
+
|
96 |
= V2.18 - 22.03.2013 =
|
97 |
+
* Bugfix : The bug of displaying icons in the admin menu is fixed.
|
98 |
|
99 |
= V2.17 - 04.03.2013 =
|
100 |
+
* NEW : The Ukrainian language file is added to the plugin.
|
101 |
|
102 |
= V2.16 - 01.03.2013 =
|
103 |
* Update : We updated CSS file.
|
104 |
* Update : We updated all functionality for wordpress 3.5.1.
|
105 |
|
106 |
= V2.15 - 20.12.2012 =
|
107 |
+
* NEW : The Persian and Serbian language files are added to the plugin.
|
108 |
* Update : We updated all functionality for wordpress 3.5.
|
109 |
|
110 |
= V2.14 - 24.07.2012 =
|
111 |
+
* NEW : The Arabic language file is added to the plugin.
|
112 |
+
* Bugfix : Cross Site Request Forgery bug is fixed.
|
113 |
|
114 |
= V2.13 - 10.07.2012 =
|
115 |
+
* NEW : The Hebrew language file is added to the plugin.
|
116 |
* Update : We updated all functionality for wordpress 3.4.1.
|
117 |
|
118 |
= V2.12 - 29.06.2012 =
|
124 |
|
125 |
= V2.10 - 04.04.2012 =
|
126 |
* NEW : A possibility to turn off the display of the buttons.
|
127 |
+
* NEW : The Turkish language file is added to the plugin.
|
128 |
* Bugfix : The bug with upload custom image for button is fixed.
|
129 |
|
130 |
= V2.09 - 12.03.2012 =
|
131 |
* Changed : BWS plugins section.
|
132 |
|
133 |
= V2.08 - 24.02.2012 =
|
134 |
+
* NEW : The Spanish language file is added to the plugin.
|
135 |
* Change : Code that is used to connect styles and scripts is added to the plugin for correct SSL verification.
|
136 |
|
137 |
= V2.07 - 02.01.2012 =
|
164 |
|
165 |
== Upgrade Notice ==
|
166 |
|
167 |
+
= V2.19 =
|
168 |
+
The English language is updated in the plugin.
|
169 |
+
|
170 |
= V2.18 =
|
171 |
The bug of displaying icons in the admin menu was fixed.
|
172 |
|
173 |
= V2.17 =
|
174 |
+
The Ukrainian language file is added to the plugin.
|
175 |
|
176 |
= V2.16 =
|
177 |
We updated CSS file. We updated all functionality for wordpress 3.5.1.
|
178 |
|
179 |
= V2.15 =
|
180 |
+
Persian and Serbian language files are added to the plugin. We updated all functionality for wordpress 3.5.
|
181 |
|
182 |
= V2.14 =
|
183 |
+
The Arabic language file is added to the plugin. Cross Site Request Forgery bug was fixed.
|
184 |
|
185 |
= V2.13 =
|
186 |
+
The Hebrew language file is added to the plugin. We updated all functionality for wordpress 3.4.1.
|
187 |
|
188 |
= V2.12 =
|
189 |
The bug with saved 'sortcode' option is fixed.
|
192 |
Added a possibility to change language for Like button. We updated all functionality for wordpress 3.4.
|
193 |
|
194 |
= V2.10 =
|
195 |
+
Added a possibility to turn off the display of the buttons. The Turkish language file is added to the plugin. The bug with upload custom image for button is fixed.
|
196 |
|
197 |
= V2.09 =
|
198 |
BWS plugins section has been changed.
|
199 |
|
200 |
= V2.08 =
|
201 |
+
The Spanish language file is added to the plugin. Code that is used to connect styles and scripts is added to the plugin for correct SSL verification.
|
202 |
|
203 |
= V2.07 =
|
204 |
BWS plugin's section was changes.
|
205 |
|
206 |
= V2.06 =
|
207 |
+
Language files are added to the plugin. Style for facebook button block was added.
|
208 |
|
209 |
= V2.05 =
|
210 |
Redirect to profile page bug is fixed.
|
screenshot-1.jpg
CHANGED
Binary file
|
screenshot-2.jpg
CHANGED
Binary file
|
screenshot-3.jpg
CHANGED
Binary file
|