Version Description
- 03.10.2016 =
- NEW : Spain language file is added.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Facebook Button by BestWebSoft |
Version | 2.51 |
Comparing to | |
See all releases |
Code changes from version 2.50 to 2.51
- facebook-button-plugin.php +7 -7
- languages/facebook-button-plugin-es_ES.mo +0 -0
- languages/facebook-button-plugin-es_ES.po +523 -0
- readme.txt +17 -10
facebook-button-plugin.php
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
<?php
|
2 |
/*##
|
3 |
Plugin Name: Facebook Button by BestWebSoft
|
4 |
-
Plugin URI: http://bestwebsoft.com/products/facebook-like-button/
|
5 |
Description: Add Facebook Like, Share and Profile buttons to WordPress posts, pages and widgets.
|
6 |
Author: BestWebSoft
|
7 |
Text Domain: facebook-button-plugin
|
8 |
Domain Path: /languages
|
9 |
-
Version: 2.
|
10 |
Author URI: http://bestwebsoft.com/
|
11 |
License: GPLv2 or later
|
12 |
*/
|
@@ -376,7 +376,7 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
|
|
376 |
} else { ?>
|
377 |
<input disabled="disabled" type="checkbox" name="fcbkbttn_use_multilanguage_locale" value="1" />
|
378 |
<?php _e( 'Use the current site language', 'facebook-button-plugin' ); ?>
|
379 |
-
<span class="bws_info">(<?php _e( 'Using', 'facebook-button-plugin' ); ?> Multilanguage by BestWebSoft) <a href="http://bestwebsoft.com/products/multilanguage/?k=196fb3bb74b6e8b1e08f92cddfd54313&pn=78&v=<?php echo $fcbkbttn_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Download', 'facebook-button-plugin' ); ?> Multilanguage</a></span>
|
380 |
<?php } ?>
|
381 |
</label>
|
382 |
</fieldset>
|
@@ -442,7 +442,7 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
|
|
442 |
<div class="bws_info">
|
443 |
<?php _e( 'Unlock premium options by upgrading to Pro version', 'facebook-button-plugin' ); ?>
|
444 |
</div>
|
445 |
-
<a class="bws_button" href="http://bestwebsoft.com/products/facebook-like-button/?k=427287ceae749cbd015b4bba6041c4b8&pn=78&v=<?php echo $fcbkbttn_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Facebook Button Pro"><?php _e( 'Learn More', 'facebook-button-plugin' ); ?></a>
|
446 |
<div class="clear"></div>
|
447 |
</div>
|
448 |
</div>
|
@@ -563,7 +563,7 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
|
|
563 |
<div class="bws_info">
|
564 |
<?php _e( 'Unlock premium options by upgrading to Pro version', 'facebook-button-plugin' ); ?>
|
565 |
</div>
|
566 |
-
<a class="bws_button" href="http://bestwebsoft.com/products/facebook-like-button/?k=427287ceae749cbd015b4bba6041c4b8&pn=78&v=<?php echo $fcbkbttn_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Facebook Button Pro"><?php _e( 'Learn More', 'facebook-button-plugin' ); ?></a>
|
567 |
<div class="clear"></div>
|
568 |
</div>
|
569 |
</div>
|
@@ -591,7 +591,7 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
|
|
591 |
<div class="bws_info">
|
592 |
<?php _e( 'Unlock premium options by upgrading to Pro version', 'facebook-button-plugin' ); ?>
|
593 |
</div>
|
594 |
-
<a class="bws_button" href="http://bestwebsoft.com/products/facebook-like-button/?k=427287ceae749cbd015b4bba6041c4b8&pn=78&v=<?php echo $fcbkbttn_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Facebook Button Pro"><?php _e( 'Learn More', 'facebook-button-plugin' ); ?></a>
|
595 |
<div class="clear"></div>
|
596 |
</div>
|
597 |
</div>
|
@@ -643,7 +643,7 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
|
|
643 |
<div class="bws_info">
|
644 |
<?php _e( 'Unlock premium options by upgrading to Pro version', 'facebook-button-plugin' ); ?>
|
645 |
</div>
|
646 |
-
<a class="bws_button" href="http://bestwebsoft.com/products/facebook-like-button/?k=427287ceae749cbd015b4bba6041c4b8&pn=78&v=<?php echo $fcbkbttn_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Facebook Button Pro"><?php _e( 'Learn More', 'facebook-button-plugin' ); ?></a>
|
647 |
<div class="clear"></div>
|
648 |
</div>
|
649 |
</div>
|
1 |
<?php
|
2 |
/*##
|
3 |
Plugin Name: Facebook Button by BestWebSoft
|
4 |
+
Plugin URI: http://bestwebsoft.com/products/wordpress/plugins/facebook-like-button/
|
5 |
Description: Add Facebook Like, Share and Profile buttons to WordPress posts, pages and widgets.
|
6 |
Author: BestWebSoft
|
7 |
Text Domain: facebook-button-plugin
|
8 |
Domain Path: /languages
|
9 |
+
Version: 2.51
|
10 |
Author URI: http://bestwebsoft.com/
|
11 |
License: GPLv2 or later
|
12 |
*/
|
376 |
} else { ?>
|
377 |
<input disabled="disabled" type="checkbox" name="fcbkbttn_use_multilanguage_locale" value="1" />
|
378 |
<?php _e( 'Use the current site language', 'facebook-button-plugin' ); ?>
|
379 |
+
<span class="bws_info">(<?php _e( 'Using', 'facebook-button-plugin' ); ?> Multilanguage by BestWebSoft) <a href="http://bestwebsoft.com/products/wordpress/plugins/multilanguage/?k=196fb3bb74b6e8b1e08f92cddfd54313&pn=78&v=<?php echo $fcbkbttn_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Download', 'facebook-button-plugin' ); ?> Multilanguage</a></span>
|
380 |
<?php } ?>
|
381 |
</label>
|
382 |
</fieldset>
|
442 |
<div class="bws_info">
|
443 |
<?php _e( 'Unlock premium options by upgrading to Pro version', 'facebook-button-plugin' ); ?>
|
444 |
</div>
|
445 |
+
<a class="bws_button" href="http://bestwebsoft.com/products/wordpress/plugins/facebook-like-button/?k=427287ceae749cbd015b4bba6041c4b8&pn=78&v=<?php echo $fcbkbttn_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Facebook Button Pro"><?php _e( 'Learn More', 'facebook-button-plugin' ); ?></a>
|
446 |
<div class="clear"></div>
|
447 |
</div>
|
448 |
</div>
|
563 |
<div class="bws_info">
|
564 |
<?php _e( 'Unlock premium options by upgrading to Pro version', 'facebook-button-plugin' ); ?>
|
565 |
</div>
|
566 |
+
<a class="bws_button" href="http://bestwebsoft.com/products/wordpress/plugins/facebook-like-button/?k=427287ceae749cbd015b4bba6041c4b8&pn=78&v=<?php echo $fcbkbttn_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Facebook Button Pro"><?php _e( 'Learn More', 'facebook-button-plugin' ); ?></a>
|
567 |
<div class="clear"></div>
|
568 |
</div>
|
569 |
</div>
|
591 |
<div class="bws_info">
|
592 |
<?php _e( 'Unlock premium options by upgrading to Pro version', 'facebook-button-plugin' ); ?>
|
593 |
</div>
|
594 |
+
<a class="bws_button" href="http://bestwebsoft.com/products/wordpress/plugins/facebook-like-button/?k=427287ceae749cbd015b4bba6041c4b8&pn=78&v=<?php echo $fcbkbttn_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Facebook Button Pro"><?php _e( 'Learn More', 'facebook-button-plugin' ); ?></a>
|
595 |
<div class="clear"></div>
|
596 |
</div>
|
597 |
</div>
|
643 |
<div class="bws_info">
|
644 |
<?php _e( 'Unlock premium options by upgrading to Pro version', 'facebook-button-plugin' ); ?>
|
645 |
</div>
|
646 |
+
<a class="bws_button" href="http://bestwebsoft.com/products/wordpress/plugins/facebook-like-button/?k=427287ceae749cbd015b4bba6041c4b8&pn=78&v=<?php echo $fcbkbttn_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Facebook Button Pro"><?php _e( 'Learn More', 'facebook-button-plugin' ); ?></a>
|
647 |
<div class="clear"></div>
|
648 |
</div>
|
649 |
</div>
|
languages/facebook-button-plugin-es_ES.mo
ADDED
Binary file
|
languages/facebook-button-plugin-es_ES.po
ADDED
@@ -0,0 +1,523 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: facebook-button-plugin\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-10-03 13:14+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-10-03 13:14+0300\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language-Team: Africa Boleko <info@markekimika.es>\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 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
+
"X-Poedit-Bookmarks: -1,102,-1,-1,-1,-1,-1,-1,-1,-1\n"
|
19 |
+
"X-Poedit-SearchPath-0: .\n"
|
20 |
+
|
21 |
+
#: facebook-button-plugin.php:34 facebook-button-plugin.php:287
|
22 |
+
msgid "Facebook Button Settings"
|
23 |
+
msgstr "Ajustes de Facebook Button"
|
24 |
+
|
25 |
+
#: facebook-button-plugin.php:209
|
26 |
+
msgid "Settings saved"
|
27 |
+
msgstr "Configuración guardada"
|
28 |
+
|
29 |
+
#: facebook-button-plugin.php:235
|
30 |
+
msgid "Error: File size > 32K"
|
31 |
+
msgstr "Error: Tamaño archivo >32K"
|
32 |
+
|
33 |
+
#: facebook-button-plugin.php:238
|
34 |
+
msgid "Error: Invalid file type"
|
35 |
+
msgstr "Error: Tipo de archivo no válido"
|
36 |
+
|
37 |
+
#: facebook-button-plugin.php:244
|
38 |
+
msgid "Upload successful."
|
39 |
+
msgstr "Descarga correcta"
|
40 |
+
|
41 |
+
#: facebook-button-plugin.php:254
|
42 |
+
msgid "Error: moving file failed"
|
43 |
+
msgstr "Error: error al mover archivo"
|
44 |
+
|
45 |
+
#: facebook-button-plugin.php:257
|
46 |
+
msgid "Error: check image width or height"
|
47 |
+
msgstr "Error: Compruebe la altura o anchura de la imagen"
|
48 |
+
|
49 |
+
#: facebook-button-plugin.php:261
|
50 |
+
msgid "Uploading Error: check image properties"
|
51 |
+
msgstr "Error de descarga: compruebe las propiedades de la imagen"
|
52 |
+
|
53 |
+
#: facebook-button-plugin.php:274
|
54 |
+
msgid "All plugin settings were restored."
|
55 |
+
msgstr "Todos los ajustes del pluggin fueron restaurados"
|
56 |
+
|
57 |
+
#: facebook-button-plugin.php:289
|
58 |
+
msgid "How to Use Step-by-step Instruction"
|
59 |
+
msgstr "Instrucciones Paso a Paso"
|
60 |
+
|
61 |
+
#: facebook-button-plugin.php:292 facebook-button-plugin.php:846
|
62 |
+
#: facebook-button-plugin.php:860
|
63 |
+
msgid "Settings"
|
64 |
+
msgstr "Ajustes"
|
65 |
+
|
66 |
+
#: facebook-button-plugin.php:294
|
67 |
+
msgid "Extra settings"
|
68 |
+
msgstr "Ajustes extra"
|
69 |
+
|
70 |
+
#: facebook-button-plugin.php:296
|
71 |
+
msgid "Custom code"
|
72 |
+
msgstr "Custom código"
|
73 |
+
|
74 |
+
#: facebook-button-plugin.php:298
|
75 |
+
msgid "Go PRO"
|
76 |
+
msgstr "Ir a PRO"
|
77 |
+
|
78 |
+
#: facebook-button-plugin.php:302
|
79 |
+
msgid "Please, enable JavaScript in Your browser."
|
80 |
+
msgstr "Por favor, habilite JavaScrip en su navegador"
|
81 |
+
|
82 |
+
#: facebook-button-plugin.php:317
|
83 |
+
#, php-format
|
84 |
+
msgid ""
|
85 |
+
"If you would like to add Facebook buttons to your page or post, please use "
|
86 |
+
"%s button"
|
87 |
+
msgstr ""
|
88 |
+
"Si usted quiere añadir Facebook Buttons a su pàgina o post utilice por favor "
|
89 |
+
"el botón %s"
|
90 |
+
|
91 |
+
#: facebook-button-plugin.php:322
|
92 |
+
#, php-format
|
93 |
+
msgid ""
|
94 |
+
"You can add Facebook buttons to your page or post by clicking on %s button "
|
95 |
+
"in the content edit block using the Visual mode. If the button isn't "
|
96 |
+
"displayed, please use the shortcode %s"
|
97 |
+
msgstr ""
|
98 |
+
"Usted puede añadir Facebook Buttons a su pàgina o post haciendo click en el "
|
99 |
+
"botón %s en el edit block contenido usando el modo Visual. Si el botón no se "
|
100 |
+
"despliega, por favor use el atajo %s"
|
101 |
+
|
102 |
+
#: facebook-button-plugin.php:333
|
103 |
+
msgid "Display button"
|
104 |
+
msgstr "Botón despliegue"
|
105 |
+
|
106 |
+
#: facebook-button-plugin.php:336
|
107 |
+
msgid "My Page"
|
108 |
+
msgstr "Mi página"
|
109 |
+
|
110 |
+
#: facebook-button-plugin.php:337 facebook-button-plugin.php:505
|
111 |
+
msgid "Like"
|
112 |
+
msgstr "Me gusta"
|
113 |
+
|
114 |
+
#: facebook-button-plugin.php:338
|
115 |
+
msgid "Share"
|
116 |
+
msgstr "Compartir"
|
117 |
+
|
118 |
+
#: facebook-button-plugin.php:343
|
119 |
+
msgid "Facebook buttons position"
|
120 |
+
msgstr "Posición Facebook Buttons"
|
121 |
+
|
122 |
+
#: facebook-button-plugin.php:346
|
123 |
+
msgid "Before"
|
124 |
+
msgstr "Antes"
|
125 |
+
|
126 |
+
#: facebook-button-plugin.php:347
|
127 |
+
msgid "After"
|
128 |
+
msgstr "Después"
|
129 |
+
|
130 |
+
#: facebook-button-plugin.php:348
|
131 |
+
msgid "Before and After"
|
132 |
+
msgstr "Antes y Después"
|
133 |
+
|
134 |
+
#: facebook-button-plugin.php:349
|
135 |
+
msgid "Shortcode"
|
136 |
+
msgstr "Shortcode"
|
137 |
+
|
138 |
+
#: facebook-button-plugin.php:354
|
139 |
+
msgid "Facebook buttons language"
|
140 |
+
msgstr "Idioma Facebook Buttons"
|
141 |
+
|
142 |
+
#: facebook-button-plugin.php:365
|
143 |
+
msgid "Change the language of Facebook Button"
|
144 |
+
msgstr "Cambie el idioma de Facebook Button"
|
145 |
+
|
146 |
+
#: facebook-button-plugin.php:370 facebook-button-plugin.php:373
|
147 |
+
#: facebook-button-plugin.php:378
|
148 |
+
msgid "Use the current site language"
|
149 |
+
msgstr "Utilize el lenguaje actual del sitio"
|
150 |
+
|
151 |
+
#: facebook-button-plugin.php:370 facebook-button-plugin.php:374
|
152 |
+
#: facebook-button-plugin.php:379
|
153 |
+
msgid "Using"
|
154 |
+
msgstr "En uso"
|
155 |
+
|
156 |
+
#: facebook-button-plugin.php:374
|
157 |
+
msgid "Activate"
|
158 |
+
msgstr "Activado"
|
159 |
+
|
160 |
+
#: facebook-button-plugin.php:379
|
161 |
+
msgid "Download"
|
162 |
+
msgstr "Descarga"
|
163 |
+
|
164 |
+
#: facebook-button-plugin.php:386
|
165 |
+
msgid "Display buttons in excerpt"
|
166 |
+
msgstr "Despliegue el botón en el fragmento"
|
167 |
+
|
168 |
+
#: facebook-button-plugin.php:397 facebook-button-plugin.php:546
|
169 |
+
#: facebook-button-plugin.php:583
|
170 |
+
msgid "Close"
|
171 |
+
msgstr "Cerrar"
|
172 |
+
|
173 |
+
#: facebook-button-plugin.php:401
|
174 |
+
msgid "Meta tags"
|
175 |
+
msgstr "Meta etiquetas"
|
176 |
+
|
177 |
+
#: facebook-button-plugin.php:404
|
178 |
+
msgid "Image"
|
179 |
+
msgstr "Imagen"
|
180 |
+
|
181 |
+
#: facebook-button-plugin.php:407
|
182 |
+
msgid "Featured Image"
|
183 |
+
msgstr "Imagen distintitiva"
|
184 |
+
|
185 |
+
#: facebook-button-plugin.php:411
|
186 |
+
msgid "Custom Image"
|
187 |
+
msgstr "Imagen customizada"
|
188 |
+
|
189 |
+
#: facebook-button-plugin.php:411
|
190 |
+
msgid "This image will be used for all of the posts"
|
191 |
+
msgstr "Esta imagen serà usada para todos los posts"
|
192 |
+
|
193 |
+
#: facebook-button-plugin.php:421
|
194 |
+
msgid "Description"
|
195 |
+
msgstr "Descripción"
|
196 |
+
|
197 |
+
#: facebook-button-plugin.php:424
|
198 |
+
msgid "Post excerpt"
|
199 |
+
msgstr "Post fragmentado"
|
200 |
+
|
201 |
+
#: facebook-button-plugin.php:429
|
202 |
+
msgid "This description will be used for all of the posts"
|
203 |
+
msgstr "Esta descripción será utilitzada en todos los post"
|
204 |
+
|
205 |
+
#: facebook-button-plugin.php:436 facebook-button-plugin.php:557
|
206 |
+
#: facebook-button-plugin.php:637
|
207 |
+
msgid "If you upgrade to Pro version all your settings will be saved."
|
208 |
+
msgstr "Si usted mejora a la versión Pro todos sus ajustes serán guardados"
|
209 |
+
|
210 |
+
#: facebook-button-plugin.php:443 facebook-button-plugin.php:564
|
211 |
+
#: facebook-button-plugin.php:592 facebook-button-plugin.php:644
|
212 |
+
msgid "Unlock premium options by upgrading to Pro version"
|
213 |
+
msgstr "Desbloquée las opciones Premium mejorando a la versión Pro"
|
214 |
+
|
215 |
+
#: facebook-button-plugin.php:445 facebook-button-plugin.php:566
|
216 |
+
#: facebook-button-plugin.php:594 facebook-button-plugin.php:646
|
217 |
+
msgid "Learn More"
|
218 |
+
msgstr "Conozca más"
|
219 |
+
|
220 |
+
#: facebook-button-plugin.php:453
|
221 |
+
msgid "Your Facebook ID or username"
|
222 |
+
msgstr "Su ID de Facebook o usuario"
|
223 |
+
|
224 |
+
#: facebook-button-plugin.php:460
|
225 |
+
msgid "\"My page\" button image"
|
226 |
+
msgstr "\"Mi pàgina\" (imagen del botón)"
|
227 |
+
|
228 |
+
#: facebook-button-plugin.php:465
|
229 |
+
msgid "Standard Facebook image"
|
230 |
+
msgstr ""
|
231 |
+
|
232 |
+
#: facebook-button-plugin.php:466
|
233 |
+
msgid "Custom Facebook image"
|
234 |
+
msgstr "Imagen de Facebook personalizada"
|
235 |
+
|
236 |
+
#: facebook-button-plugin.php:469
|
237 |
+
msgid ""
|
238 |
+
"To use custom image you need to setup permissions to upload directory of "
|
239 |
+
"your site"
|
240 |
+
msgstr ""
|
241 |
+
"Para utilizar imágenes personalizadas necessita instalar permisos para "
|
242 |
+
"descargar el directorio de su sitio"
|
243 |
+
|
244 |
+
#: facebook-button-plugin.php:476
|
245 |
+
msgid "Current image"
|
246 |
+
msgstr "Imagen actual"
|
247 |
+
|
248 |
+
#: facebook-button-plugin.php:484
|
249 |
+
msgid ""
|
250 |
+
"Image properties: max image width:100px; max image height:40px; max image "
|
251 |
+
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
252 |
+
msgstr ""
|
253 |
+
"Propiedades de imagen: ancho máximo de imagen: 100 px; altura màxima de "
|
254 |
+
"imagen: 40px; tamaño máximo de imagen: 32Kb; tipus de imagen: \"jpg\", \"jpeg"
|
255 |
+
"\", \"png\"."
|
256 |
+
|
257 |
+
#: facebook-button-plugin.php:488
|
258 |
+
msgid "Button layout"
|
259 |
+
msgstr "Diseño del botón"
|
260 |
+
|
261 |
+
#: facebook-button-plugin.php:502
|
262 |
+
msgid "Like button action"
|
263 |
+
msgstr "Acción del botón \"me gusta\""
|
264 |
+
|
265 |
+
#: facebook-button-plugin.php:506
|
266 |
+
msgid "Recommend"
|
267 |
+
msgstr "Recomendar"
|
268 |
+
|
269 |
+
#: facebook-button-plugin.php:511
|
270 |
+
msgid "Show faces"
|
271 |
+
msgstr "Mostrar fotos"
|
272 |
+
|
273 |
+
#: facebook-button-plugin.php:517
|
274 |
+
msgid "Layout width"
|
275 |
+
msgstr "Ancho del diseño"
|
276 |
+
|
277 |
+
#: facebook-button-plugin.php:523
|
278 |
+
msgid "Color scheme"
|
279 |
+
msgstr "Color del esquema"
|
280 |
+
|
281 |
+
#: facebook-button-plugin.php:526
|
282 |
+
msgid "Light"
|
283 |
+
msgstr "Claro"
|
284 |
+
|
285 |
+
#: facebook-button-plugin.php:527
|
286 |
+
msgid "Dark"
|
287 |
+
msgstr "Oscuro"
|
288 |
+
|
289 |
+
#: facebook-button-plugin.php:532
|
290 |
+
msgid "Html tag for \"Like\" button"
|
291 |
+
msgstr "Etiqueta Html para el botón \"Me gusta\""
|
292 |
+
|
293 |
+
#: facebook-button-plugin.php:537
|
294 |
+
msgid "Use this tag to improve validation of your site"
|
295 |
+
msgstr "Use esta etiqueta para mejorar la validez de su sitio"
|
296 |
+
|
297 |
+
#: facebook-button-plugin.php:550
|
298 |
+
msgid "\"Like\" for an entire site on every page:"
|
299 |
+
msgstr "\"Me gusta\" para la totalidad de su sitio en todas las páginas"
|
300 |
+
|
301 |
+
#: facebook-button-plugin.php:552
|
302 |
+
msgid ""
|
303 |
+
"Notice: \"Like for the entire site\" option does not create an extra button. "
|
304 |
+
"This option merely allows your users to like the entire website when this "
|
305 |
+
"option is enabled, or a single post when this option is disabled, when "
|
306 |
+
"clicking the regular \"Like\" button."
|
307 |
+
msgstr ""
|
308 |
+
"Tenga en cuenta: La opción \"Me gusta para todo el sitio\" no crea un botón "
|
309 |
+
"addicional. Esta opción simplemente permite a sus usuarios dar un me gusta a "
|
310 |
+
"la totalidad de la web cuando la opción está marcada o a un post en "
|
311 |
+
"particular si la opción está desmarcada cuando hagan click sobre el botón "
|
312 |
+
"\"Me gusta\"."
|
313 |
+
|
314 |
+
#: facebook-button-plugin.php:574 facebook-button-plugin.php:632
|
315 |
+
msgid "Save Changes"
|
316 |
+
msgstr "Guardar cambios"
|
317 |
+
|
318 |
+
#: facebook-button-plugin.php:586
|
319 |
+
msgid "Facebook Button preview:"
|
320 |
+
msgstr "Vista preliminar del Facebook Button"
|
321 |
+
|
322 |
+
#: facebook-button-plugin.php:614
|
323 |
+
msgid ""
|
324 |
+
"Please choose the necessary post types (or single pages) where Facebook "
|
325 |
+
"button will be displayed:"
|
326 |
+
msgstr ""
|
327 |
+
"Por favor, escoja los tipos de post necesario (o pàgines individuales) donde "
|
328 |
+
"el Facebook Button debe ser mostrado:"
|
329 |
+
|
330 |
+
#: facebook-button-plugin.php:621
|
331 |
+
msgid "Show URL for pages"
|
332 |
+
msgstr "Mostrar la URL de las páginas"
|
333 |
+
|
334 |
+
#: facebook-button-plugin.php:627
|
335 |
+
msgid "Example of the site's pages tree"
|
336 |
+
msgstr "Ejemplo de las tres páginas del sitio"
|
337 |
+
|
338 |
+
#: facebook-button-plugin.php:627
|
339 |
+
msgid "Example of site pages' tree"
|
340 |
+
msgstr "Ejemplo de las tres pàgines del sitio"
|
341 |
+
|
342 |
+
#: facebook-button-plugin.php:756
|
343 |
+
msgid "Add Facebook buttons to your page or post"
|
344 |
+
msgstr "Añada los botones de Facebook a su página o post"
|
345 |
+
|
346 |
+
#: facebook-button-plugin.php:861
|
347 |
+
msgid "FAQ"
|
348 |
+
msgstr "Preguntas frecuentes"
|
349 |
+
|
350 |
+
#: facebook-button-plugin.php:862
|
351 |
+
msgid "Support"
|
352 |
+
msgstr "Soporte"
|
353 |
+
|
354 |
+
#~ msgid "None"
|
355 |
+
#~ msgstr "Ninguno"
|
356 |
+
|
357 |
+
#~ msgid "Custom description"
|
358 |
+
#~ msgstr "Descripción personalizada"
|
359 |
+
|
360 |
+
#~ msgid "Notice:"
|
361 |
+
#~ msgstr "Tenga en cuenta:"
|
362 |
+
|
363 |
+
#~ msgid ""
|
364 |
+
#~ "The plugin's settings have been changed. In order to save them please "
|
365 |
+
#~ "don't forget to click the 'Save Changes' button."
|
366 |
+
#~ msgstr ""
|
367 |
+
#~ "Las características del pluggin han sido canviades. Para guardarlas no "
|
368 |
+
#~ "olvide por favor hacer click al botón \"Guardar cambios\"."
|
369 |
+
|
370 |
+
#~ msgid "pixels"
|
371 |
+
#~ msgstr "Píxeles"
|
372 |
+
|
373 |
+
#~ msgid "Go"
|
374 |
+
#~ msgstr "Adelante"
|
375 |
+
|
376 |
+
#~ msgid "Are you sure you want to restore all settings by default?"
|
377 |
+
#~ msgstr ""
|
378 |
+
#~ "¿Está usted seguro de querer restaurar todos los ajustes a su inicio?"
|
379 |
+
|
380 |
+
#~ msgid "Yes, restore all settings"
|
381 |
+
#~ msgstr "Sí, restaurar todos los ajustes"
|
382 |
+
|
383 |
+
#~ msgid "No, go back to the settings page"
|
384 |
+
#~ msgstr "No, volver a los ajustes de página"
|
385 |
+
|
386 |
+
#~ msgid "Restore all plugin settings to defaults"
|
387 |
+
#~ msgstr "Restaurar todos los ajustes del pluggin como al principio"
|
388 |
+
|
389 |
+
#~ msgid "Restore settings"
|
390 |
+
#~ msgstr "Restaurar ajustes"
|
391 |
+
|
392 |
+
#~ msgid "Choose display settings:"
|
393 |
+
#~ msgstr "Escojer ajustes a mostrar:"
|
394 |
+
|
395 |
+
#~ msgid "Facebook image:"
|
396 |
+
#~ msgstr "Imagen de Facebook:"
|
397 |
+
|
398 |
+
#~ msgid "requires"
|
399 |
+
#~ msgstr "se precisa"
|
400 |
+
|
401 |
+
#~ msgid ""
|
402 |
+
#~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
|
403 |
+
#~ "and try again."
|
404 |
+
#~ msgstr ""
|
405 |
+
#~ "o superior, es por esto que ha sido desactivado! Por favor actualice "
|
406 |
+
#~ "WordPress y pruebe otra vez"
|
407 |
+
|
408 |
+
#~ msgid "Back to the WordPress"
|
409 |
+
#~ msgstr "Volver a WordPress"
|
410 |
+
|
411 |
+
#~ msgid "Plugins page"
|
412 |
+
#~ msgstr "Página de pluggins"
|
413 |
+
|
414 |
+
#~ msgid "Wrong license key"
|
415 |
+
#~ msgstr "Clave de licencia incorrecta"
|
416 |
+
|
417 |
+
#~ msgid ""
|
418 |
+
#~ "Something went wrong. Try again later. If the error will appear again, "
|
419 |
+
#~ "please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</"
|
420 |
+
#~ "a>. We are sorry for inconvenience."
|
421 |
+
#~ msgstr ""
|
422 |
+
#~ "Algo ha ido mal Pruebe más tarde. Si el error vuelve a aparecer otra vez "
|
423 |
+
#~ "contáctenos por favor <a href=http://support.bestwebsoft.com>BestWebSoft</"
|
424 |
+
#~ "a>. Lamentamos los inconvenientes."
|
425 |
+
|
426 |
+
#~ msgid "This license key is bind to another site"
|
427 |
+
#~ msgstr "Esta clave de acceso pertenece a otro sitiio"
|
428 |
+
|
429 |
+
#~ msgid ""
|
430 |
+
#~ "Unfortunately, you have exceeded the number of available tries. Please, "
|
431 |
+
#~ "upload the plugin manually."
|
432 |
+
#~ msgstr ""
|
433 |
+
#~ "Desafortunadamente, usted ha excedida el número máximo de intentos. Por "
|
434 |
+
#~ "favor, descargue el pluggin manualment."
|
435 |
+
|
436 |
+
#~ msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
437 |
+
#~ msgstr ""
|
438 |
+
#~ "Error al abrir el archivo zip. Por favor, descargue el pluggin manualment."
|
439 |
+
|
440 |
+
#~ msgid ""
|
441 |
+
#~ "Your server does not support either ZipArchive or Phar. Please, upload "
|
442 |
+
#~ "the plugin manually"
|
443 |
+
#~ msgstr ""
|
444 |
+
#~ "Su servidor no soporta ni los archivos Zip ni los Phar. Por favor, "
|
445 |
+
#~ "descargue el pluggin manualment."
|
446 |
+
|
447 |
+
#~ msgid ""
|
448 |
+
#~ "Failed to download the zip archive. Please, upload the plugin manually"
|
449 |
+
#~ msgstr ""
|
450 |
+
#~ "Fallo al descargar el archivo zip. Por favor, descargue el pluggin "
|
451 |
+
#~ "manualmente"
|
452 |
+
|
453 |
+
#~ msgid ""
|
454 |
+
#~ "Something went wrong. Try again later or upload the plugin manually. We "
|
455 |
+
#~ "are sorry for inconvienience."
|
456 |
+
#~ msgstr ""
|
457 |
+
#~ "Algo ha ido mal. Pruebe más tarde o descargue el pluggin manualment. "
|
458 |
+
#~ "Lamentamos los inconvenientes."
|
459 |
+
|
460 |
+
#~ msgid "Please, enter Your license key"
|
461 |
+
#~ msgstr "Por favor, introduzca la clave de su licencia"
|
462 |
+
|
463 |
+
#~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
464 |
+
#~ msgstr "Si le gusta el pluggin por favor denos 5 estrelles en WordPress"
|
465 |
+
|
466 |
+
#~ msgid "Rate the plugin"
|
467 |
+
#~ msgstr "Valore el pluggin"
|
468 |
+
|
469 |
+
#~ msgid "If there is something wrong about it, please contact us"
|
470 |
+
#~ msgstr "Si hay algo incorrecto por favor, contacte con nosotros."
|
471 |
+
|
472 |
+
#~ msgid ""
|
473 |
+
#~ "Congratulations! The PRO version of the plugin is successfully download "
|
474 |
+
#~ "and activated."
|
475 |
+
#~ msgstr ""
|
476 |
+
#~ "¡Felicidades! La versión PRO del pluggin ha sido correctamente descargada "
|
477 |
+
#~ "y activada."
|
478 |
+
|
479 |
+
#~ msgid "Please, go to"
|
480 |
+
#~ msgstr "Por favor, vaya a"
|
481 |
+
|
482 |
+
#~ msgid "You will be redirected automatically in 5 seconds."
|
483 |
+
#~ msgstr "Usted será redirigido automàticament en cinco segundos"
|
484 |
+
|
485 |
+
#~ msgid "You can download and activate"
|
486 |
+
#~ msgstr "Usted puede descargar y activar"
|
487 |
+
|
488 |
+
#~ msgid "version of this plugin by entering Your license key."
|
489 |
+
#~ msgstr "versión de este pluggin introduciendo la clave de su licencia"
|
490 |
+
|
491 |
+
#~ msgid ""
|
492 |
+
#~ "You can find your license key on your personal page Client area, by "
|
493 |
+
#~ "clicking on the link"
|
494 |
+
#~ msgstr ""
|
495 |
+
#~ "Puede encontrar la clave de su licencia en el àrea personal de la pàgina "
|
496 |
+
#~ "de Cliente haciendo click en el link"
|
497 |
+
|
498 |
+
#~ msgid ""
|
499 |
+
#~ "(your username is the email you specify when purchasing the product)."
|
500 |
+
#~ msgstr ""
|
501 |
+
#~ "(su nombre de usuario es el email que usted nos especifico al realitzar "
|
502 |
+
#~ "la compra del producto)."
|
503 |
+
|
504 |
+
#~ msgid "Go!"
|
505 |
+
#~ msgstr "¡Adelante!"
|
506 |
+
|
507 |
+
#~ msgid ""
|
508 |
+
#~ "Unfortunately, you have exceeded the number of available tries per day. "
|
509 |
+
#~ "Please, upload the plugin manually."
|
510 |
+
#~ msgstr ""
|
511 |
+
#~ "Desafortunadamente, usted ha sobrepasado el nombre de intentos "
|
512 |
+
#~ "disponibles por día. Por favor, descargue el pluggin manualment."
|
513 |
+
|
514 |
+
#~ msgid ""
|
515 |
+
#~ "It's time to upgrade your <strong>Facebook Like Button</strong> to "
|
516 |
+
#~ "<strong>PRO</strong> version"
|
517 |
+
#~ msgstr ""
|
518 |
+
#~ "Debe actualitzar su <strong>Facebook Like Button</strong> a la versión "
|
519 |
+
#~ "<strong>PRO</strong>"
|
520 |
+
|
521 |
+
#~ msgid "Extend standard plugin functionality with new great options"
|
522 |
+
#~ msgstr ""
|
523 |
+
#~ "Extiende las funcionalidades estándar del plugin con nuevas opciones"
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: bestwebsoft
|
|
3 |
Donate link: http://bestwebsoft.com/donate/
|
4 |
Tags: facebook buttons, share, like, add share button, social buttons, facebook, facebook button icon, follow, follow button, like button, share button, facebook plugin
|
5 |
Requires at least: 3.8
|
6 |
-
Tested up to: 4.6
|
7 |
-
Stable tag: 2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -36,7 +36,7 @@ http://www.youtube.com/watch?v=hGNQs-rF8b8
|
|
36 |
* Before and after
|
37 |
* Custom position (using shortcode)
|
38 |
* Show/hide faces option
|
39 |
-
* Compatible with [Multilanguage](http://bestwebsoft.com/products/multilanguage/?k=ce7cc6ad47715a97a579a6d9b59ed8b3) (current website language detection)
|
40 |
* Choose Like button action – like or recommend
|
41 |
* Use a standard Follow button image or replace it with custom one
|
42 |
* Add custom code via plugin settings page
|
@@ -59,7 +59,7 @@ http://www.youtube.com/watch?v=hGNQs-rF8b8
|
|
59 |
> * Configure all subsites on the network
|
60 |
> * Get answer to your support question within one business day ([Support Policy](http://bestwebsoft.com/support-policy/))
|
61 |
>
|
62 |
-
> [Upgrade to Pro Now](http://bestwebsoft.com/products/facebook-like-button/?k=4caab51af6593e97ad1e329fe0f53072)
|
63 |
|
64 |
If you have a feature suggestion or idea you'd like to see in the plugin, we'd love to hear about it! [Suggest a Feature](http://support.bestwebsoft.com/hc/en-us/requests/new)
|
65 |
|
@@ -81,6 +81,7 @@ Visit our Help Center if you have any questions, our friendly Support Team is ha
|
|
81 |
* Indonesian (id_ID) (thanks to Nasrulhaq, www.al-badar.net)
|
82 |
* Hungarian (hu_HU) (thanks to [Peter Aprily](mailto:solarside09@gmail.com) www.aprily.com)
|
83 |
* Russian (ru_RU)
|
|
|
84 |
* Turkish (tr_TR) (thanks to [Can Atasever](mailto:webmaster@canatasever.com))
|
85 |
* Ukrainian (uk)
|
86 |
|
@@ -88,12 +89,12 @@ Some of these translations are not complete. We are constantly adding new featur
|
|
88 |
|
89 |
= Recommended Plugins =
|
90 |
|
91 |
-
* [Updater](http://bestwebsoft.com/products/updater/?k=5019f1216fc048f1419fe4645da69381) - Automatically check and update WordPress core with all installed plugins to the latest versions. Manual mode, email notifications and backups of all your files and database before updating.
|
92 |
-
* [Google +1](http://bestwebsoft.com/products/google-plus-one/?k=1f911e6a8a57be8dec36aa4c617773d2) - Add Google +1 Share, Follow, Hangout buttons and profile badge to WordPress posts, pages and widgets.
|
93 |
-
* [LinkedIn](http://bestwebsoft.com/products/linkedin/?k=b51477f9bcefca82ad8a4a1901806171) - Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. 5 plugins included – profile, insider, etc.
|
94 |
-
* [Multilanguage](http://bestwebsoft.com/products/multilanguage/?k=ce7cc6ad47715a97a579a6d9b59ed8b3) - Translate WordPress website content to other languages manually. Create multilingual pages, posts, widgets, menus, etc.
|
95 |
-
* [Pinterest](http://bestwebsoft.com/products/pinterest/?k=6c0ee1d224732f70f3099746cfc82c92) - Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, Profile) to WordPress posts, pages and widgets.
|
96 |
-
* [Twitter](http://bestwebsoft.com/products/twitter/?k=f1d29ef28baa75cc05d52def8ca1021d) - Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts, pages and widgets.
|
97 |
|
98 |
= Donate =
|
99 |
|
@@ -153,6 +154,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<http:
|
|
153 |
|
154 |
== Changelog ==
|
155 |
|
|
|
|
|
|
|
156 |
= V2.50 - 08.08.2016 =
|
157 |
* Update : All functionality for wordpress 4.6 was updated.
|
158 |
|
@@ -357,6 +361,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<http:
|
|
357 |
|
358 |
== Upgrade Notice ==
|
359 |
|
|
|
|
|
|
|
360 |
= V2.50 =
|
361 |
* The compatibility with new WordPress version updated.
|
362 |
|
3 |
Donate link: http://bestwebsoft.com/donate/
|
4 |
Tags: facebook buttons, share, like, add share button, social buttons, facebook, facebook button icon, follow, follow button, like button, share button, facebook plugin
|
5 |
Requires at least: 3.8
|
6 |
+
Tested up to: 4.6.1
|
7 |
+
Stable tag: 2.51
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
36 |
* Before and after
|
37 |
* Custom position (using shortcode)
|
38 |
* Show/hide faces option
|
39 |
+
* Compatible with [Multilanguage](http://bestwebsoft.com/products/wordpress/plugins/multilanguage/?k=ce7cc6ad47715a97a579a6d9b59ed8b3) (current website language detection)
|
40 |
* Choose Like button action – like or recommend
|
41 |
* Use a standard Follow button image or replace it with custom one
|
42 |
* Add custom code via plugin settings page
|
59 |
> * Configure all subsites on the network
|
60 |
> * Get answer to your support question within one business day ([Support Policy](http://bestwebsoft.com/support-policy/))
|
61 |
>
|
62 |
+
> [Upgrade to Pro Now](http://bestwebsoft.com/products/wordpress/plugins/facebook-like-button/?k=4caab51af6593e97ad1e329fe0f53072)
|
63 |
|
64 |
If you have a feature suggestion or idea you'd like to see in the plugin, we'd love to hear about it! [Suggest a Feature](http://support.bestwebsoft.com/hc/en-us/requests/new)
|
65 |
|
81 |
* Indonesian (id_ID) (thanks to Nasrulhaq, www.al-badar.net)
|
82 |
* Hungarian (hu_HU) (thanks to [Peter Aprily](mailto:solarside09@gmail.com) www.aprily.com)
|
83 |
* Russian (ru_RU)
|
84 |
+
* Spain (es_ES) (thanks to [Africa Boleko](mailto:info@markekimika.es) www.markekimika.es)
|
85 |
* Turkish (tr_TR) (thanks to [Can Atasever](mailto:webmaster@canatasever.com))
|
86 |
* Ukrainian (uk)
|
87 |
|
89 |
|
90 |
= Recommended Plugins =
|
91 |
|
92 |
+
* [Updater](http://bestwebsoft.com/products/wordpress/plugins/updater/?k=5019f1216fc048f1419fe4645da69381) - Automatically check and update WordPress core with all installed plugins to the latest versions. Manual mode, email notifications and backups of all your files and database before updating.
|
93 |
+
* [Google +1](http://bestwebsoft.com/products/wordpress/plugins/google-plus-one/?k=1f911e6a8a57be8dec36aa4c617773d2) - Add Google +1 Share, Follow, Hangout buttons and profile badge to WordPress posts, pages and widgets.
|
94 |
+
* [LinkedIn](http://bestwebsoft.com/products/wordpress/plugins/linkedin/?k=b51477f9bcefca82ad8a4a1901806171) - Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. 5 plugins included – profile, insider, etc.
|
95 |
+
* [Multilanguage](http://bestwebsoft.com/products/wordpress/plugins/multilanguage/?k=ce7cc6ad47715a97a579a6d9b59ed8b3) - Translate WordPress website content to other languages manually. Create multilingual pages, posts, widgets, menus, etc.
|
96 |
+
* [Pinterest](http://bestwebsoft.com/products/wordpress/plugins/pinterest/?k=6c0ee1d224732f70f3099746cfc82c92) - Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, Profile) to WordPress posts, pages and widgets.
|
97 |
+
* [Twitter](http://bestwebsoft.com/products/wordpress/plugins/twitter/?k=f1d29ef28baa75cc05d52def8ca1021d) - Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts, pages and widgets.
|
98 |
|
99 |
= Donate =
|
100 |
|
154 |
|
155 |
== Changelog ==
|
156 |
|
157 |
+
= V2.51 - 03.10.2016 =
|
158 |
+
* NEW : Spain language file is added.
|
159 |
+
|
160 |
= V2.50 - 08.08.2016 =
|
161 |
* Update : All functionality for wordpress 4.6 was updated.
|
162 |
|
361 |
|
362 |
== Upgrade Notice ==
|
363 |
|
364 |
+
= V2.51 =
|
365 |
+
* New languages added
|
366 |
+
|
367 |
= V2.50 =
|
368 |
* The compatibility with new WordPress version updated.
|
369 |
|