Version Description
- 26.08.2015 =
- New : Option to display the button in excerpt.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Facebook Button by BestWebSoft |
Version | 2.43 |
Comparing to | |
See all releases |
Code changes from version 2.42 to 2.43
- bws_menu/bws_menu.php +6 -2
- facebook-button-plugin.php +14 -4
- languages/facebook-fi_FI.mo +0 -0
- languages/facebook-fi_FI.po +67 -62
- languages/facebook-fr_FR.mo +0 -0
- languages/facebook-fr_FR.po +67 -62
- languages/facebook-id_ID.mo +0 -0
- languages/facebook-id_ID.po +67 -62
- languages/facebook-ru_RU.mo +0 -0
- languages/facebook-ru_RU.po +66 -62
- languages/facebook-tr_TR.mo +0 -0
- languages/facebook-tr_TR.po +67 -62
- languages/facebook-uk.mo +0 -0
- languages/facebook-uk.po +66 -62
- readme.txt +18 -12
bws_menu/bws_menu.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
-
* Version: 1.
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
|
@@ -230,7 +230,10 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
230 |
'link' => 'http://bestwebsoft.com/products/google-captcha/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
231 |
'download' => 'http://bestwebsoft.com/products/google-captcha/download/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
232 |
'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Google+Captcha+Bestwebsoft&plugin-search-input=Search+Plugins',
|
233 |
-
'settings' => 'admin.php?page=google-captcha.php'
|
|
|
|
|
|
|
234 |
),
|
235 |
'sender/sender.php' => array(
|
236 |
'name' => 'Sender',
|
@@ -984,6 +987,7 @@ if ( ! function_exists( 'bws_get_banner_array' ) ) {
|
|
984 |
function bws_get_banner_array() {
|
985 |
global $bstwbsftwppdtplgns_banner_array;
|
986 |
$bstwbsftwppdtplgns_banner_array = array(
|
|
|
987 |
array( 'mltlngg_hide_banner_on_plugin_page', 'multilanguage/multilanguage.php', '1.1.1' ),
|
988 |
array( 'adsns_hide_banner_on_plugin_page', 'adsense-plugin/adsense-plugin.php', '1.36' ),
|
989 |
array( 'vstrsnln_hide_banner_on_plugin_page', 'visitors-online/visitors-online.php', '0.2' ),
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
+
* Version: 1.7.0
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
|
230 |
'link' => 'http://bestwebsoft.com/products/google-captcha/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
231 |
'download' => 'http://bestwebsoft.com/products/google-captcha/download/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
232 |
'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Google+Captcha+Bestwebsoft&plugin-search-input=Search+Plugins',
|
233 |
+
'settings' => 'admin.php?page=google-captcha.php',
|
234 |
+
'pro_version' => 'google-captcha-pro/google-captcha-pro.php',
|
235 |
+
'purchase' => 'http://bestwebsoft.com/products/google-captcha/buy/?k=773d30149acf1edc32e5c0766b96c134&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
236 |
+
'pro_settings' => 'admin.php?page=google-captcha-pro.php'
|
237 |
),
|
238 |
'sender/sender.php' => array(
|
239 |
'name' => 'Sender',
|
987 |
function bws_get_banner_array() {
|
988 |
global $bstwbsftwppdtplgns_banner_array;
|
989 |
$bstwbsftwppdtplgns_banner_array = array(
|
990 |
+
array( 'gglcptch_hide_banner_on_plugin_page', 'google-captcha/google-captcha.php', '1.18' ),
|
991 |
array( 'mltlngg_hide_banner_on_plugin_page', 'multilanguage/multilanguage.php', '1.1.1' ),
|
992 |
array( 'adsns_hide_banner_on_plugin_page', 'adsense-plugin/adsense-plugin.php', '1.36' ),
|
993 |
array( 'vstrsnln_hide_banner_on_plugin_page', 'visitors-online/visitors-online.php', '0.2' ),
|
facebook-button-plugin.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Facebook Button by BestWebSoft
|
|
4 |
Plugin URI: http://bestwebsoft.com/products/
|
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 |
*/
|
@@ -37,7 +37,7 @@ if ( ! function_exists( 'fcbkbttn_add_pages' ) ) {
|
|
37 |
/* Initialization */
|
38 |
if ( ! function_exists( 'fcbkbttn_init' ) ) {
|
39 |
function fcbkbttn_init() {
|
40 |
-
global $fcbkbttn_plugin_info, $fcbkbttn_lang_codes;
|
41 |
/* Internationalization, first(!) */
|
42 |
load_plugin_textdomain( 'facebook', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
|
43 |
|
@@ -60,6 +60,9 @@ if ( ! function_exists( 'fcbkbttn_init' ) ) {
|
|
60 |
$fcbkbttn_lang_codes = array(
|
61 |
"af_ZA" => 'Afrikaans', "ar_AR" => 'العربية', "az_AZ" => 'Azərbaycan dili', "be_BY" => 'Беларуская', "bg_BG" => 'Български', "bn_IN" => 'বাংলা', "bs_BA" => 'Bosanski', "ca_ES" => 'Català', "cs_CZ" => 'Čeština', "cy_GB" => 'Cymraeg', "da_DK" => 'Dansk', "de_DE" => 'Deutsch', "el_GR" => 'Ελληνικά', "en_US" => 'English', "en_PI" => 'English (Pirate)', "eo_EO" => 'Esperanto', "es_CO" => 'Español (Colombia)', "es_ES" => 'Español (España)', "es_LA" => 'Español', "et_EE" => 'Eesti', "eu_ES" => 'Euskara', "fa_IR" => 'فارسی', "fb_LT" => 'Leet Speak', "fi_FI" => 'Suomi', "fo_FO" => 'Føroyskt', "fr_CA" => 'Français (Canada)', "fr_FR" => 'Français (France)', "fy_NL" => 'Frysk', "ga_IE" => 'Gaeilge', "gl_ES" => 'Galego', "gn_PY" => "Avañe'ẽ", "gu_IN" => 'ગુજરાતી', "he_IL" => 'עברית', "hi_IN" => 'हिन्दी', "hr_HR" => 'Hrvatski', "hu_HU" => 'Magyar', "hy_AM" => 'Հայերեն', "id_ID" => 'Bahasa Indonesia', "is_IS" => 'Íslenska', "it_IT" => 'Italiano', "ja_JP" => '日本語', "jv_ID" => 'Basa Jawa', "ka_GE" => 'ქართული', "kk_KZ" => 'Қазақша', "km_KH" => 'ភាសាខ្មែរ', "kn_IN" => 'ಕನ್ನಡ', "ko_KR" => '한국어', "ku_TR" => 'Kurdî', "la_VA" => 'lingua latina', "lt_LT" => 'Lietuvių', "lv_LV" => 'Latviešu', "mk_MK" => 'Македонски', "ml_IN" => 'മലയാളം', "mn_MN" => 'Монгол', "mr_IN" => 'मराठी', "ms_MY" => 'Bahasa Melayu', "nb_NO" => 'Norsk (bokmål)', "ne_NP" => 'नेपाली', "nl_BE" => 'Nederlands (België)', "nl_NL" => 'Nederlands', "nn_NO" => 'Norsk (nynorsk)', "pa_IN" => 'ਪੰਜਾਬੀ', "pl_PL" => 'Polski', "ps_AF" => 'پښتو', "pt_BR" => 'Português (Brasil)', "pt_PT" => 'Português (Portugal)', "ro_RO" => 'Română', "ru_RU" => 'Русский', "sk_SK" => 'Slovenčina', "sl_SI" => 'Slovenščina', "sq_AL" => 'Shqip', "sr_RS" => 'Српски', "sv_SE" => 'Svenska', "sw_KE" => 'Kiswahili', "ta_IN" => 'தமிழ்', "te_IN" => 'తెలుగు', "tg_TJ" => 'тоҷикӣ', "th_TH" => 'ภาษาไทย', "tl_PH" => 'Filipino', "tr_TR" => 'Türkçe', "uk_UA" => 'Українська', "ur_PK" => 'اردو', "uz_UZ" => "O'zbek", "vi_VN" => 'Tiếng Việt', "zh_CN" => '中文(简体)', "zh_HK" => '中文(香港)', "zh_TW" => '中文(台灣)'
|
62 |
);
|
|
|
|
|
|
|
63 |
}
|
64 |
}
|
65 |
}
|
@@ -95,7 +98,8 @@ if ( ! function_exists( 'fcbkbttn_settings' ) ) {
|
|
95 |
'fb_img_link' => plugins_url( "images/standard-facebook-ico.png", __FILE__ ),
|
96 |
'locale' => 'en_US',
|
97 |
'html5' => 0,
|
98 |
-
'use_multilanguage_locale' => 0
|
|
|
99 |
);
|
100 |
/* Install the option defaults */
|
101 |
if ( ! get_option( 'fcbk_bttn_plgn_options' ) ) {
|
@@ -170,6 +174,7 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
|
|
170 |
$fcbkbttn_options['count_icon'] = 1;
|
171 |
|
172 |
$fcbkbttn_options['use_multilanguage_locale'] = isset( $_REQUEST['fcbkbttn_use_multilanguage_locale'] ) ? 1 : 0;
|
|
|
173 |
|
174 |
update_option( 'fcbk_bttn_plgn_options', $fcbkbttn_options );
|
175 |
$message = __( "Settings saved", 'facebook' );
|
@@ -367,6 +372,12 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
|
|
367 |
</fieldset>
|
368 |
</td>
|
369 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
370 |
</table>
|
371 |
<!-- general -->
|
372 |
<div class="bws_pro_version_bloc">
|
@@ -738,7 +749,6 @@ add_action( 'wp_footer', 'fcbkbttn_footer_script' );
|
|
738 |
/* Add shortcode and plugin buttons */
|
739 |
add_shortcode( 'fb_button', 'fcbkbttn_shortcode' );
|
740 |
add_filter( 'the_content', 'fcbkbttn_display_button' );
|
741 |
-
add_filter( 'the_excerpt', 'fcbkbttn_display_button' );
|
742 |
/*## Additional links on the plugin page */
|
743 |
add_filter( 'plugin_action_links', 'fcbkbttn_action_links', 10, 2 );
|
744 |
add_filter( 'plugin_row_meta', 'fcbkbttn_links', 10, 2 );
|
4 |
Plugin URI: http://bestwebsoft.com/products/
|
5 |
Description: Put Facebook Button in to your post.
|
6 |
Author: BestWebSoft
|
7 |
+
Version: 2.43
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
37 |
/* Initialization */
|
38 |
if ( ! function_exists( 'fcbkbttn_init' ) ) {
|
39 |
function fcbkbttn_init() {
|
40 |
+
global $fcbkbttn_plugin_info, $fcbkbttn_lang_codes, $fcbkbttn_options;
|
41 |
/* Internationalization, first(!) */
|
42 |
load_plugin_textdomain( 'facebook', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
|
43 |
|
60 |
$fcbkbttn_lang_codes = array(
|
61 |
"af_ZA" => 'Afrikaans', "ar_AR" => 'العربية', "az_AZ" => 'Azərbaycan dili', "be_BY" => 'Беларуская', "bg_BG" => 'Български', "bn_IN" => 'বাংলা', "bs_BA" => 'Bosanski', "ca_ES" => 'Català', "cs_CZ" => 'Čeština', "cy_GB" => 'Cymraeg', "da_DK" => 'Dansk', "de_DE" => 'Deutsch', "el_GR" => 'Ελληνικά', "en_US" => 'English', "en_PI" => 'English (Pirate)', "eo_EO" => 'Esperanto', "es_CO" => 'Español (Colombia)', "es_ES" => 'Español (España)', "es_LA" => 'Español', "et_EE" => 'Eesti', "eu_ES" => 'Euskara', "fa_IR" => 'فارسی', "fb_LT" => 'Leet Speak', "fi_FI" => 'Suomi', "fo_FO" => 'Føroyskt', "fr_CA" => 'Français (Canada)', "fr_FR" => 'Français (France)', "fy_NL" => 'Frysk', "ga_IE" => 'Gaeilge', "gl_ES" => 'Galego', "gn_PY" => "Avañe'ẽ", "gu_IN" => 'ગુજરાતી', "he_IL" => 'עברית', "hi_IN" => 'हिन्दी', "hr_HR" => 'Hrvatski', "hu_HU" => 'Magyar', "hy_AM" => 'Հայերեն', "id_ID" => 'Bahasa Indonesia', "is_IS" => 'Íslenska', "it_IT" => 'Italiano', "ja_JP" => '日本語', "jv_ID" => 'Basa Jawa', "ka_GE" => 'ქართული', "kk_KZ" => 'Қазақша', "km_KH" => 'ភាសាខ្មែរ', "kn_IN" => 'ಕನ್ನಡ', "ko_KR" => '한국어', "ku_TR" => 'Kurdî', "la_VA" => 'lingua latina', "lt_LT" => 'Lietuvių', "lv_LV" => 'Latviešu', "mk_MK" => 'Македонски', "ml_IN" => 'മലയാളം', "mn_MN" => 'Монгол', "mr_IN" => 'मराठी', "ms_MY" => 'Bahasa Melayu', "nb_NO" => 'Norsk (bokmål)', "ne_NP" => 'नेपाली', "nl_BE" => 'Nederlands (België)', "nl_NL" => 'Nederlands', "nn_NO" => 'Norsk (nynorsk)', "pa_IN" => 'ਪੰਜਾਬੀ', "pl_PL" => 'Polski', "ps_AF" => 'پښتو', "pt_BR" => 'Português (Brasil)', "pt_PT" => 'Português (Portugal)', "ro_RO" => 'Română', "ru_RU" => 'Русский', "sk_SK" => 'Slovenčina', "sl_SI" => 'Slovenščina', "sq_AL" => 'Shqip', "sr_RS" => 'Српски', "sv_SE" => 'Svenska', "sw_KE" => 'Kiswahili', "ta_IN" => 'தமிழ்', "te_IN" => 'తెలుగు', "tg_TJ" => 'тоҷикӣ', "th_TH" => 'ภาษาไทย', "tl_PH" => 'Filipino', "tr_TR" => 'Türkçe', "uk_UA" => 'Українська', "ur_PK" => 'اردو', "uz_UZ" => "O'zbek", "vi_VN" => 'Tiếng Việt', "zh_CN" => '中文(简体)', "zh_HK" => '中文(香港)', "zh_TW" => '中文(台灣)'
|
62 |
);
|
63 |
+
|
64 |
+
if ( ! is_admin() && isset( $fcbkbttn_options['display_for_excerpt'] ) && 1 == $fcbkbttn_options['display_for_excerpt'] )
|
65 |
+
add_filter( 'the_excerpt', 'fcbkbttn_display_button' );
|
66 |
}
|
67 |
}
|
68 |
}
|
98 |
'fb_img_link' => plugins_url( "images/standard-facebook-ico.png", __FILE__ ),
|
99 |
'locale' => 'en_US',
|
100 |
'html5' => 0,
|
101 |
+
'use_multilanguage_locale' => 0,
|
102 |
+
'display_for_excerpt' => 0
|
103 |
);
|
104 |
/* Install the option defaults */
|
105 |
if ( ! get_option( 'fcbk_bttn_plgn_options' ) ) {
|
174 |
$fcbkbttn_options['count_icon'] = 1;
|
175 |
|
176 |
$fcbkbttn_options['use_multilanguage_locale'] = isset( $_REQUEST['fcbkbttn_use_multilanguage_locale'] ) ? 1 : 0;
|
177 |
+
$fcbkbttn_options['display_for_excerpt'] = isset( $_REQUEST['fcbkbttn_display_for_excerpt'] ) ? 1 : 0;
|
178 |
|
179 |
update_option( 'fcbk_bttn_plgn_options', $fcbkbttn_options );
|
180 |
$message = __( "Settings saved", 'facebook' );
|
372 |
</fieldset>
|
373 |
</td>
|
374 |
</tr>
|
375 |
+
<tr>
|
376 |
+
<th><?php _e( 'Display buttons in excerpt', 'facebook' ); ?></th>
|
377 |
+
<td>
|
378 |
+
<input name='fcbkbttn_display_for_excerpt' type='checkbox' value='1' <?php if ( 1 == $fcbkbttn_options['display_for_excerpt'] ) echo 'checked="checked "'; ?>/>
|
379 |
+
</td>
|
380 |
+
</tr>
|
381 |
</table>
|
382 |
<!-- general -->
|
383 |
<div class="bws_pro_version_bloc">
|
749 |
/* Add shortcode and plugin buttons */
|
750 |
add_shortcode( 'fb_button', 'fcbkbttn_shortcode' );
|
751 |
add_filter( 'the_content', 'fcbkbttn_display_button' );
|
|
|
752 |
/*## Additional links on the plugin page */
|
753 |
add_filter( 'plugin_action_links', 'fcbkbttn_action_links', 10, 2 );
|
754 |
add_filter( 'plugin_row_meta', 'fcbkbttn_links', 10, 2 );
|
languages/facebook-fi_FI.mo
CHANGED
Binary file
|
languages/facebook-fi_FI.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: 2015-08-
|
6 |
-
"PO-Revision-Date: 2015-08-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Juhani Honkanen <juhani.honkanen@dnainternet.net>\n"
|
9 |
"Language: fi_FI\n"
|
@@ -18,225 +18,230 @@ msgstr ""
|
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: facebook-button-plugin.php:32
|
21 |
-
#: facebook-button-plugin.php:
|
22 |
msgid "Facebook Button Settings"
|
23 |
msgstr "Facebook Napin asetukset"
|
24 |
|
25 |
-
#: facebook-button-plugin.php:
|
26 |
msgid "Settings saved"
|
27 |
msgstr "Asetukset tallennettu"
|
28 |
|
29 |
-
#: facebook-button-plugin.php:
|
30 |
msgid "Error: File size > 32K"
|
31 |
msgstr "Virhe: Tiedoston koko > 32K"
|
32 |
|
33 |
-
#: facebook-button-plugin.php:
|
34 |
msgid "Error: Invalid file type"
|
35 |
msgstr "Virhe: Väärä tiedostotyyppi"
|
36 |
|
37 |
-
#: facebook-button-plugin.php:
|
38 |
msgid "Upload successful."
|
39 |
msgstr "Lataaminen onnistui"
|
40 |
|
41 |
-
#: facebook-button-plugin.php:
|
42 |
msgid "Error: moving file failed"
|
43 |
msgstr "Virhe: tiedoston siirto epäonnistui"
|
44 |
|
45 |
-
#: facebook-button-plugin.php:
|
46 |
msgid "Error: check image width or height"
|
47 |
msgstr "Virhe: tarkista kuvan leveys tai korkeus"
|
48 |
|
49 |
-
#: facebook-button-plugin.php:
|
50 |
msgid "Uploading Error: check image properties"
|
51 |
msgstr "Virhe latauksessa: tarkista kuvan ominaisuudet"
|
52 |
|
53 |
-
#: facebook-button-plugin.php:
|
54 |
msgid "All plugin settings were restored."
|
55 |
msgstr ""
|
56 |
|
57 |
-
#: facebook-button-plugin.php:
|
58 |
-
#: facebook-button-plugin.php:
|
59 |
-
#: facebook-button-plugin.php:
|
60 |
msgid "Settings"
|
61 |
msgstr "Asetukset"
|
62 |
|
63 |
-
#: facebook-button-plugin.php:
|
64 |
msgid "Extra settings"
|
65 |
msgstr "Lisää asetuksia"
|
66 |
|
67 |
-
#: facebook-button-plugin.php:
|
68 |
-
#: facebook-button-plugin.php:
|
69 |
msgid "FAQ"
|
70 |
msgstr "FAQ"
|
71 |
|
72 |
-
#: facebook-button-plugin.php:
|
73 |
msgid "Go PRO"
|
74 |
msgstr "Hanki PRO versio"
|
75 |
|
76 |
-
#: facebook-button-plugin.php:
|
77 |
msgid "Notice:"
|
78 |
msgstr "Huomautus:"
|
79 |
|
80 |
-
#: facebook-button-plugin.php:
|
81 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
82 |
msgstr "Lisäosan asetukset ovat muuttuneet: Mikäli haluat säilyttää uudet asetukset muista klikata Tallenna Asetukset nappia."
|
83 |
|
84 |
-
#: facebook-button-plugin.php:
|
85 |
#, fuzzy
|
86 |
msgid "Your Facebook ID or username"
|
87 |
msgstr "Sinun Facebook ID:si tai käyttäjänimesi:"
|
88 |
|
89 |
-
#: facebook-button-plugin.php:
|
90 |
#, fuzzy
|
91 |
msgid "Display button"
|
92 |
msgstr "Näytä nappi:"
|
93 |
|
94 |
-
#: facebook-button-plugin.php:
|
95 |
msgid "My Page"
|
96 |
msgstr "Minun sivuni"
|
97 |
|
98 |
-
#: facebook-button-plugin.php:
|
99 |
msgid "Like"
|
100 |
msgstr "Tykkää"
|
101 |
|
102 |
-
#: facebook-button-plugin.php:
|
103 |
msgid "Share"
|
104 |
msgstr "Jaa"
|
105 |
|
106 |
-
#: facebook-button-plugin.php:
|
107 |
msgid "\"My page\" button image"
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: facebook-button-plugin.php:
|
111 |
msgid "Standard Facebook image"
|
112 |
msgstr "Standardi Facebook kuva"
|
113 |
|
114 |
-
#: facebook-button-plugin.php:
|
115 |
msgid "Custom Facebook image"
|
116 |
msgstr "Mukautettu Fecabook kuva"
|
117 |
|
118 |
-
#: facebook-button-plugin.php:
|
119 |
msgid "To use custom image you need to setup permissions to upload directory of your site"
|
120 |
msgstr "Käyttääksesi mukautettua, kuva pitää voida ladata hakemistoosi"
|
121 |
|
122 |
-
#: facebook-button-plugin.php:
|
123 |
#, fuzzy
|
124 |
msgid "Current image"
|
125 |
msgstr "Nykyinen kuva:"
|
126 |
|
127 |
-
#: facebook-button-plugin.php:
|
128 |
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
129 |
msgstr "Kuvan ominaisuudet: max leveys 100px; max korkeus 40px; max koko 32Kb; kuvan tyypit:\"jpg\", \"jpeg\", \"png\"."
|
130 |
|
131 |
-
#: facebook-button-plugin.php:
|
132 |
#, fuzzy
|
133 |
msgid "Facebook buttons position"
|
134 |
msgstr "Facebook napin paikka:"
|
135 |
|
136 |
-
#: facebook-button-plugin.php:
|
137 |
msgid "Before"
|
138 |
msgstr "Ennen"
|
139 |
|
140 |
-
#: facebook-button-plugin.php:
|
141 |
msgid "After"
|
142 |
msgstr "Jälkeen"
|
143 |
|
144 |
-
#: facebook-button-plugin.php:
|
145 |
msgid "Before and After"
|
146 |
msgstr "Ennen ja Jälkeen"
|
147 |
|
148 |
-
#: facebook-button-plugin.php:
|
149 |
msgid "Shortcode"
|
150 |
msgstr "Lyhytkoodi"
|
151 |
|
152 |
-
#: facebook-button-plugin.php:
|
153 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
154 |
msgstr "Mikäli haluat lisätä Facebook napin sivullesi, kopioi ja liitä tämä lyhytkoodi artikkeliisi tai sivullesi:"
|
155 |
|
156 |
-
#: facebook-button-plugin.php:
|
157 |
#, fuzzy
|
158 |
msgid "Facebook buttons language"
|
159 |
msgstr "Facebook Napin kieli:"
|
160 |
|
161 |
-
#: facebook-button-plugin.php:
|
162 |
msgid "Change the language of Facebook Like Button"
|
163 |
msgstr "Vaihda Facebook napin kieli"
|
164 |
|
165 |
-
#: facebook-button-plugin.php:
|
166 |
-
#: facebook-button-plugin.php:348
|
167 |
#: facebook-button-plugin.php:353
|
|
|
168 |
msgid "Use the current site language"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: facebook-button-plugin.php:
|
172 |
-
#: facebook-button-plugin.php:349
|
173 |
#: facebook-button-plugin.php:354
|
|
|
174 |
msgid "Using"
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: facebook-button-plugin.php:
|
178 |
msgid "Activate"
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: facebook-button-plugin.php:
|
182 |
msgid "Download"
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: facebook-button-plugin.php:
|
186 |
#, fuzzy
|
187 |
msgid "Html tag for \"Like\" button"
|
188 |
msgstr "HTML tagi Tykkää Napille:"
|
189 |
|
190 |
-
#: facebook-button-plugin.php:
|
191 |
msgid "Use this tag to improve validation of your site"
|
192 |
msgstr "Käytä tätä tagia parantamaan sivusi näkyvyyttä"
|
193 |
|
194 |
-
#: facebook-button-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
195 |
msgid "\"Like\" for an entire site on every page:"
|
196 |
msgstr "\"Like\" koko sivustolle ja kaikille sivuille:"
|
197 |
|
198 |
-
#: facebook-button-plugin.php:
|
199 |
msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
|
200 |
msgstr "Huomautus: \"Tykkää koko sivustosta\" tämä valinta ei tee ylimääräistä nappia. Tämä valinnan avulla käyttäjät tykkäävät koko sivustosta. Mikäli ei ole valittu, niin käyttäjä tykkää vain yhdestä sivusta klikatessaan \"Tykkää\" nappia."
|
201 |
|
202 |
-
#: facebook-button-plugin.php:
|
203 |
-
#: facebook-button-plugin.php:
|
204 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
205 |
msgstr "Mikäli päivität Pro versioon, kaikki asetuksesi tallennetaan."
|
206 |
|
207 |
-
#: facebook-button-plugin.php:
|
208 |
-
#: facebook-button-plugin.php:
|
209 |
#, fuzzy
|
210 |
msgid "Unlock premium options by upgrading to Pro version"
|
211 |
msgstr "Ota käyttöön premium valinnat päivittämällä PRO versioon."
|
212 |
|
213 |
-
#: facebook-button-plugin.php:
|
214 |
-
#: facebook-button-plugin.php:
|
215 |
msgid "Learn More"
|
216 |
msgstr "Lue Lisää"
|
217 |
|
218 |
-
#: facebook-button-plugin.php:
|
219 |
-
#: facebook-button-plugin.php:
|
220 |
msgid "Save Changes"
|
221 |
msgstr "Tallenna muutokset"
|
222 |
|
223 |
-
#: facebook-button-plugin.php:
|
224 |
msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
|
225 |
msgstr "Valitse haluamasi viestin tyyppi (tai yksittäiset sivut) joissa Facebook nappi näytetään:"
|
226 |
|
227 |
-
#: facebook-button-plugin.php:
|
228 |
msgid "Show URL for pages"
|
229 |
msgstr "Näytä URL sivuilla"
|
230 |
|
231 |
-
#: facebook-button-plugin.php:
|
232 |
msgid "Example of the site's pages tree"
|
233 |
msgstr "Esimerkki sivuston sivuhakemistosta"
|
234 |
|
235 |
-
#: facebook-button-plugin.php:
|
236 |
msgid "Example of site pages' tree"
|
237 |
msgstr "Esimerkki sivun sivuhakemistosta"
|
238 |
|
239 |
-
#: facebook-button-plugin.php:
|
240 |
msgid "Support"
|
241 |
msgstr "Tuki"
|
242 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-08-26 12:20+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-08-26 12:20+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Juhani Honkanen <juhani.honkanen@dnainternet.net>\n"
|
9 |
"Language: fi_FI\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: facebook-button-plugin.php:32
|
21 |
+
#: facebook-button-plugin.php:255
|
22 |
msgid "Facebook Button Settings"
|
23 |
msgstr "Facebook Napin asetukset"
|
24 |
|
25 |
+
#: facebook-button-plugin.php:180
|
26 |
msgid "Settings saved"
|
27 |
msgstr "Asetukset tallennettu"
|
28 |
|
29 |
+
#: facebook-button-plugin.php:206
|
30 |
msgid "Error: File size > 32K"
|
31 |
msgstr "Virhe: Tiedoston koko > 32K"
|
32 |
|
33 |
+
#: facebook-button-plugin.php:209
|
34 |
msgid "Error: Invalid file type"
|
35 |
msgstr "Virhe: Väärä tiedostotyyppi"
|
36 |
|
37 |
+
#: facebook-button-plugin.php:215
|
38 |
msgid "Upload successful."
|
39 |
msgstr "Lataaminen onnistui"
|
40 |
|
41 |
+
#: facebook-button-plugin.php:225
|
42 |
msgid "Error: moving file failed"
|
43 |
msgstr "Virhe: tiedoston siirto epäonnistui"
|
44 |
|
45 |
+
#: facebook-button-plugin.php:228
|
46 |
msgid "Error: check image width or height"
|
47 |
msgstr "Virhe: tarkista kuvan leveys tai korkeus"
|
48 |
|
49 |
+
#: facebook-button-plugin.php:232
|
50 |
msgid "Uploading Error: check image properties"
|
51 |
msgstr "Virhe latauksessa: tarkista kuvan ominaisuudet"
|
52 |
|
53 |
+
#: facebook-button-plugin.php:242
|
54 |
msgid "All plugin settings were restored."
|
55 |
msgstr ""
|
56 |
|
57 |
+
#: facebook-button-plugin.php:257
|
58 |
+
#: facebook-button-plugin.php:666
|
59 |
+
#: facebook-button-plugin.php:680
|
60 |
msgid "Settings"
|
61 |
msgstr "Asetukset"
|
62 |
|
63 |
+
#: facebook-button-plugin.php:258
|
64 |
msgid "Extra settings"
|
65 |
msgstr "Lisää asetuksia"
|
66 |
|
67 |
+
#: facebook-button-plugin.php:259
|
68 |
+
#: facebook-button-plugin.php:681
|
69 |
msgid "FAQ"
|
70 |
msgstr "FAQ"
|
71 |
|
72 |
+
#: facebook-button-plugin.php:260
|
73 |
msgid "Go PRO"
|
74 |
msgstr "Hanki PRO versio"
|
75 |
|
76 |
+
#: facebook-button-plugin.php:264
|
77 |
msgid "Notice:"
|
78 |
msgstr "Huomautus:"
|
79 |
|
80 |
+
#: facebook-button-plugin.php:264
|
81 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
82 |
msgstr "Lisäosan asetukset ovat muuttuneet: Mikäli haluat säilyttää uudet asetukset muista klikata Tallenna Asetukset nappia."
|
83 |
|
84 |
+
#: facebook-button-plugin.php:273
|
85 |
#, fuzzy
|
86 |
msgid "Your Facebook ID or username"
|
87 |
msgstr "Sinun Facebook ID:si tai käyttäjänimesi:"
|
88 |
|
89 |
+
#: facebook-button-plugin.php:279
|
90 |
#, fuzzy
|
91 |
msgid "Display button"
|
92 |
msgstr "Näytä nappi:"
|
93 |
|
94 |
+
#: facebook-button-plugin.php:282
|
95 |
msgid "My Page"
|
96 |
msgstr "Minun sivuni"
|
97 |
|
98 |
+
#: facebook-button-plugin.php:283
|
99 |
msgid "Like"
|
100 |
msgstr "Tykkää"
|
101 |
|
102 |
+
#: facebook-button-plugin.php:284
|
103 |
msgid "Share"
|
104 |
msgstr "Jaa"
|
105 |
|
106 |
+
#: facebook-button-plugin.php:290
|
107 |
msgid "\"My page\" button image"
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: facebook-button-plugin.php:295
|
111 |
msgid "Standard Facebook image"
|
112 |
msgstr "Standardi Facebook kuva"
|
113 |
|
114 |
+
#: facebook-button-plugin.php:296
|
115 |
msgid "Custom Facebook image"
|
116 |
msgstr "Mukautettu Fecabook kuva"
|
117 |
|
118 |
+
#: facebook-button-plugin.php:299
|
119 |
msgid "To use custom image you need to setup permissions to upload directory of your site"
|
120 |
msgstr "Käyttääksesi mukautettua, kuva pitää voida ladata hakemistoosi"
|
121 |
|
122 |
+
#: facebook-button-plugin.php:306
|
123 |
#, fuzzy
|
124 |
msgid "Current image"
|
125 |
msgstr "Nykyinen kuva:"
|
126 |
|
127 |
+
#: facebook-button-plugin.php:314
|
128 |
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
129 |
msgstr "Kuvan ominaisuudet: max leveys 100px; max korkeus 40px; max koko 32Kb; kuvan tyypit:\"jpg\", \"jpeg\", \"png\"."
|
130 |
|
131 |
+
#: facebook-button-plugin.php:319
|
132 |
#, fuzzy
|
133 |
msgid "Facebook buttons position"
|
134 |
msgstr "Facebook napin paikka:"
|
135 |
|
136 |
+
#: facebook-button-plugin.php:323
|
137 |
msgid "Before"
|
138 |
msgstr "Ennen"
|
139 |
|
140 |
+
#: facebook-button-plugin.php:324
|
141 |
msgid "After"
|
142 |
msgstr "Jälkeen"
|
143 |
|
144 |
+
#: facebook-button-plugin.php:325
|
145 |
msgid "Before and After"
|
146 |
msgstr "Ennen ja Jälkeen"
|
147 |
|
148 |
+
#: facebook-button-plugin.php:326
|
149 |
msgid "Shortcode"
|
150 |
msgstr "Lyhytkoodi"
|
151 |
|
152 |
+
#: facebook-button-plugin.php:328
|
153 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
154 |
msgstr "Mikäli haluat lisätä Facebook napin sivullesi, kopioi ja liitä tämä lyhytkoodi artikkeliisi tai sivullesi:"
|
155 |
|
156 |
+
#: facebook-button-plugin.php:333
|
157 |
#, fuzzy
|
158 |
msgid "Facebook buttons language"
|
159 |
msgstr "Facebook Napin kieli:"
|
160 |
|
161 |
+
#: facebook-button-plugin.php:345
|
162 |
msgid "Change the language of Facebook Like Button"
|
163 |
msgstr "Vaihda Facebook napin kieli"
|
164 |
|
165 |
+
#: facebook-button-plugin.php:350
|
|
|
166 |
#: facebook-button-plugin.php:353
|
167 |
+
#: facebook-button-plugin.php:358
|
168 |
msgid "Use the current site language"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: facebook-button-plugin.php:350
|
|
|
172 |
#: facebook-button-plugin.php:354
|
173 |
+
#: facebook-button-plugin.php:359
|
174 |
msgid "Using"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: facebook-button-plugin.php:354
|
178 |
msgid "Activate"
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: facebook-button-plugin.php:359
|
182 |
msgid "Download"
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: facebook-button-plugin.php:366
|
186 |
#, fuzzy
|
187 |
msgid "Html tag for \"Like\" button"
|
188 |
msgstr "HTML tagi Tykkää Napille:"
|
189 |
|
190 |
+
#: facebook-button-plugin.php:371
|
191 |
msgid "Use this tag to improve validation of your site"
|
192 |
msgstr "Käytä tätä tagia parantamaan sivusi näkyvyyttä"
|
193 |
|
194 |
+
#: facebook-button-plugin.php:376
|
195 |
+
#, fuzzy
|
196 |
+
msgid "Display buttons in excerpt"
|
197 |
+
msgstr "Näytä nappi:"
|
198 |
+
|
199 |
+
#: facebook-button-plugin.php:388
|
200 |
msgid "\"Like\" for an entire site on every page:"
|
201 |
msgstr "\"Like\" koko sivustolle ja kaikille sivuille:"
|
202 |
|
203 |
+
#: facebook-button-plugin.php:390
|
204 |
msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
|
205 |
msgstr "Huomautus: \"Tykkää koko sivustosta\" tämä valinta ei tee ylimääräistä nappia. Tämä valinnan avulla käyttäjät tykkäävät koko sivustosta. Mikäli ei ole valittu, niin käyttäjä tykkää vain yhdestä sivusta klikatessaan \"Tykkää\" nappia."
|
206 |
|
207 |
+
#: facebook-button-plugin.php:395
|
208 |
+
#: facebook-button-plugin.php:448
|
209 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
210 |
msgstr "Mikäli päivität Pro versioon, kaikki asetuksesi tallennetaan."
|
211 |
|
212 |
+
#: facebook-button-plugin.php:402
|
213 |
+
#: facebook-button-plugin.php:455
|
214 |
#, fuzzy
|
215 |
msgid "Unlock premium options by upgrading to Pro version"
|
216 |
msgstr "Ota käyttöön premium valinnat päivittämällä PRO versioon."
|
217 |
|
218 |
+
#: facebook-button-plugin.php:404
|
219 |
+
#: facebook-button-plugin.php:457
|
220 |
msgid "Learn More"
|
221 |
msgstr "Lue Lisää"
|
222 |
|
223 |
+
#: facebook-button-plugin.php:411
|
224 |
+
#: facebook-button-plugin.php:443
|
225 |
msgid "Save Changes"
|
226 |
msgstr "Tallenna muutokset"
|
227 |
|
228 |
+
#: facebook-button-plugin.php:425
|
229 |
msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
|
230 |
msgstr "Valitse haluamasi viestin tyyppi (tai yksittäiset sivut) joissa Facebook nappi näytetään:"
|
231 |
|
232 |
+
#: facebook-button-plugin.php:432
|
233 |
msgid "Show URL for pages"
|
234 |
msgstr "Näytä URL sivuilla"
|
235 |
|
236 |
+
#: facebook-button-plugin.php:438
|
237 |
msgid "Example of the site's pages tree"
|
238 |
msgstr "Esimerkki sivuston sivuhakemistosta"
|
239 |
|
240 |
+
#: facebook-button-plugin.php:438
|
241 |
msgid "Example of site pages' tree"
|
242 |
msgstr "Esimerkki sivun sivuhakemistosta"
|
243 |
|
244 |
+
#: facebook-button-plugin.php:682
|
245 |
msgid "Support"
|
246 |
msgstr "Tuki"
|
247 |
|
languages/facebook-fr_FR.mo
CHANGED
Binary file
|
languages/facebook-fr_FR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-08-
|
6 |
-
"PO-Revision-Date: 2015-08-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: http://wptheme.fr/\n"
|
9 |
"Language: fr\n"
|
@@ -18,224 +18,229 @@ msgstr ""
|
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: facebook-button-plugin.php:32
|
21 |
-
#: facebook-button-plugin.php:
|
22 |
msgid "Facebook Button Settings"
|
23 |
msgstr "Réglages du bouton Facebook"
|
24 |
|
25 |
-
#: facebook-button-plugin.php:
|
26 |
msgid "Settings saved"
|
27 |
msgstr "Réglages sauvegardés "
|
28 |
|
29 |
-
#: facebook-button-plugin.php:
|
30 |
msgid "Error: File size > 32K"
|
31 |
msgstr "Erreur : Poids du fichier > 32K"
|
32 |
|
33 |
-
#: facebook-button-plugin.php:
|
34 |
msgid "Error: Invalid file type"
|
35 |
msgstr "Erreur : Type de fichier invalide"
|
36 |
|
37 |
-
#: facebook-button-plugin.php:
|
38 |
msgid "Upload successful."
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: facebook-button-plugin.php:
|
42 |
msgid "Error: moving file failed"
|
43 |
msgstr "Erreur : le déplacement du fichier a echoué"
|
44 |
|
45 |
-
#: facebook-button-plugin.php:
|
46 |
msgid "Error: check image width or height"
|
47 |
msgstr "Erreur : Vérifiez la taille et la largeur de l'image"
|
48 |
|
49 |
-
#: facebook-button-plugin.php:
|
50 |
msgid "Uploading Error: check image properties"
|
51 |
msgstr "Erreur d'upload : vérifiez les propriétés de l'image"
|
52 |
|
53 |
-
#: facebook-button-plugin.php:
|
54 |
msgid "All plugin settings were restored."
|
55 |
msgstr ""
|
56 |
|
57 |
-
#: facebook-button-plugin.php:
|
58 |
-
#: facebook-button-plugin.php:
|
59 |
-
#: facebook-button-plugin.php:
|
60 |
msgid "Settings"
|
61 |
msgstr "Réglages"
|
62 |
|
63 |
-
#: facebook-button-plugin.php:
|
64 |
#, fuzzy
|
65 |
msgid "Extra settings"
|
66 |
msgstr "Réglages"
|
67 |
|
68 |
-
#: facebook-button-plugin.php:
|
69 |
-
#: facebook-button-plugin.php:
|
70 |
msgid "FAQ"
|
71 |
msgstr "FAQ"
|
72 |
|
73 |
-
#: facebook-button-plugin.php:
|
74 |
msgid "Go PRO"
|
75 |
msgstr ""
|
76 |
|
77 |
-
#: facebook-button-plugin.php:
|
78 |
msgid "Notice:"
|
79 |
msgstr ""
|
80 |
|
81 |
-
#: facebook-button-plugin.php:
|
82 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: facebook-button-plugin.php:
|
86 |
#, fuzzy
|
87 |
msgid "Your Facebook ID or username"
|
88 |
msgstr "Votre identifiant Facebook"
|
89 |
|
90 |
-
#: facebook-button-plugin.php:
|
91 |
#, fuzzy
|
92 |
msgid "Display button"
|
93 |
msgstr "Afficher le bouton"
|
94 |
|
95 |
-
#: facebook-button-plugin.php:
|
96 |
msgid "My Page"
|
97 |
msgstr "Ma page"
|
98 |
|
99 |
-
#: facebook-button-plugin.php:
|
100 |
msgid "Like"
|
101 |
msgstr "Like"
|
102 |
|
103 |
-
#: facebook-button-plugin.php:
|
104 |
msgid "Share"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: facebook-button-plugin.php:
|
108 |
msgid "\"My page\" button image"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: facebook-button-plugin.php:
|
112 |
msgid "Standard Facebook image"
|
113 |
msgstr "Image Facebook par défaut"
|
114 |
|
115 |
-
#: facebook-button-plugin.php:
|
116 |
msgid "Custom Facebook image"
|
117 |
msgstr "Image Facebook personnalisée"
|
118 |
|
119 |
-
#: facebook-button-plugin.php:
|
120 |
msgid "To use custom image you need to setup permissions to upload directory of your site"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: facebook-button-plugin.php:
|
124 |
#, fuzzy
|
125 |
msgid "Current image"
|
126 |
msgstr "Image actuelle"
|
127 |
|
128 |
-
#: facebook-button-plugin.php:
|
129 |
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
130 |
msgstr "Propriétés de l'image : largeur max:100px; hauteur max: 40px; poids max : 32kb; type d'image :\"jpg\", \"jpeg\", \"png\"."
|
131 |
|
132 |
-
#: facebook-button-plugin.php:
|
133 |
#, fuzzy
|
134 |
msgid "Facebook buttons position"
|
135 |
msgstr "Position du bouton Facebook"
|
136 |
|
137 |
-
#: facebook-button-plugin.php:
|
138 |
msgid "Before"
|
139 |
msgstr "Avant"
|
140 |
|
141 |
-
#: facebook-button-plugin.php:
|
142 |
msgid "After"
|
143 |
msgstr "Après"
|
144 |
|
145 |
-
#: facebook-button-plugin.php:
|
146 |
msgid "Before and After"
|
147 |
msgstr "Avant et après"
|
148 |
|
149 |
-
#: facebook-button-plugin.php:
|
150 |
msgid "Shortcode"
|
151 |
msgstr "Shortcode"
|
152 |
|
153 |
-
#: facebook-button-plugin.php:
|
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 "Si vous souhaitez ajouter un bouton Facebook sur votre site internet, copier-collez ce Shortcodedans votre page ou votre article"
|
156 |
|
157 |
-
#: facebook-button-plugin.php:
|
158 |
#, fuzzy
|
159 |
msgid "Facebook buttons language"
|
160 |
msgstr "Langue du bouton Facebook"
|
161 |
|
162 |
-
#: facebook-button-plugin.php:
|
163 |
msgid "Change the language of Facebook Like Button"
|
164 |
msgstr "Changer la langue du bouton Facebook"
|
165 |
|
166 |
-
#: facebook-button-plugin.php:
|
167 |
-
#: facebook-button-plugin.php:348
|
168 |
#: facebook-button-plugin.php:353
|
|
|
169 |
msgid "Use the current site language"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: facebook-button-plugin.php:
|
173 |
-
#: facebook-button-plugin.php:349
|
174 |
#: facebook-button-plugin.php:354
|
|
|
175 |
msgid "Using"
|
176 |
msgstr ""
|
177 |
|
178 |
-
#: facebook-button-plugin.php:
|
179 |
msgid "Activate"
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: facebook-button-plugin.php:
|
183 |
msgid "Download"
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: facebook-button-plugin.php:
|
187 |
msgid "Html tag for \"Like\" button"
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: facebook-button-plugin.php:
|
191 |
msgid "Use this tag to improve validation of your site"
|
192 |
msgstr ""
|
193 |
|
194 |
-
#: facebook-button-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
195 |
msgid "\"Like\" for an entire site on every page:"
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: facebook-button-plugin.php:
|
199 |
msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: facebook-button-plugin.php:
|
203 |
-
#: facebook-button-plugin.php:
|
204 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: facebook-button-plugin.php:
|
208 |
-
#: facebook-button-plugin.php:
|
209 |
msgid "Unlock premium options by upgrading to Pro version"
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: facebook-button-plugin.php:
|
213 |
-
#: facebook-button-plugin.php:
|
214 |
msgid "Learn More"
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: facebook-button-plugin.php:
|
218 |
-
#: facebook-button-plugin.php:
|
219 |
msgid "Save Changes"
|
220 |
msgstr "Sauvegarder les changements"
|
221 |
|
222 |
-
#: facebook-button-plugin.php:
|
223 |
msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: facebook-button-plugin.php:
|
227 |
msgid "Show URL for pages"
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: facebook-button-plugin.php:
|
231 |
msgid "Example of the site's pages tree"
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: facebook-button-plugin.php:
|
235 |
msgid "Example of site pages' tree"
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: facebook-button-plugin.php:
|
239 |
msgid "Support"
|
240 |
msgstr "Support"
|
241 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-08-26 12:20+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-08-26 12:20+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: http://wptheme.fr/\n"
|
9 |
"Language: fr\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: facebook-button-plugin.php:32
|
21 |
+
#: facebook-button-plugin.php:255
|
22 |
msgid "Facebook Button Settings"
|
23 |
msgstr "Réglages du bouton Facebook"
|
24 |
|
25 |
+
#: facebook-button-plugin.php:180
|
26 |
msgid "Settings saved"
|
27 |
msgstr "Réglages sauvegardés "
|
28 |
|
29 |
+
#: facebook-button-plugin.php:206
|
30 |
msgid "Error: File size > 32K"
|
31 |
msgstr "Erreur : Poids du fichier > 32K"
|
32 |
|
33 |
+
#: facebook-button-plugin.php:209
|
34 |
msgid "Error: Invalid file type"
|
35 |
msgstr "Erreur : Type de fichier invalide"
|
36 |
|
37 |
+
#: facebook-button-plugin.php:215
|
38 |
msgid "Upload successful."
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: facebook-button-plugin.php:225
|
42 |
msgid "Error: moving file failed"
|
43 |
msgstr "Erreur : le déplacement du fichier a echoué"
|
44 |
|
45 |
+
#: facebook-button-plugin.php:228
|
46 |
msgid "Error: check image width or height"
|
47 |
msgstr "Erreur : Vérifiez la taille et la largeur de l'image"
|
48 |
|
49 |
+
#: facebook-button-plugin.php:232
|
50 |
msgid "Uploading Error: check image properties"
|
51 |
msgstr "Erreur d'upload : vérifiez les propriétés de l'image"
|
52 |
|
53 |
+
#: facebook-button-plugin.php:242
|
54 |
msgid "All plugin settings were restored."
|
55 |
msgstr ""
|
56 |
|
57 |
+
#: facebook-button-plugin.php:257
|
58 |
+
#: facebook-button-plugin.php:666
|
59 |
+
#: facebook-button-plugin.php:680
|
60 |
msgid "Settings"
|
61 |
msgstr "Réglages"
|
62 |
|
63 |
+
#: facebook-button-plugin.php:258
|
64 |
#, fuzzy
|
65 |
msgid "Extra settings"
|
66 |
msgstr "Réglages"
|
67 |
|
68 |
+
#: facebook-button-plugin.php:259
|
69 |
+
#: facebook-button-plugin.php:681
|
70 |
msgid "FAQ"
|
71 |
msgstr "FAQ"
|
72 |
|
73 |
+
#: facebook-button-plugin.php:260
|
74 |
msgid "Go PRO"
|
75 |
msgstr ""
|
76 |
|
77 |
+
#: facebook-button-plugin.php:264
|
78 |
msgid "Notice:"
|
79 |
msgstr ""
|
80 |
|
81 |
+
#: facebook-button-plugin.php:264
|
82 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
83 |
msgstr ""
|
84 |
|
85 |
+
#: facebook-button-plugin.php:273
|
86 |
#, fuzzy
|
87 |
msgid "Your Facebook ID or username"
|
88 |
msgstr "Votre identifiant Facebook"
|
89 |
|
90 |
+
#: facebook-button-plugin.php:279
|
91 |
#, fuzzy
|
92 |
msgid "Display button"
|
93 |
msgstr "Afficher le bouton"
|
94 |
|
95 |
+
#: facebook-button-plugin.php:282
|
96 |
msgid "My Page"
|
97 |
msgstr "Ma page"
|
98 |
|
99 |
+
#: facebook-button-plugin.php:283
|
100 |
msgid "Like"
|
101 |
msgstr "Like"
|
102 |
|
103 |
+
#: facebook-button-plugin.php:284
|
104 |
msgid "Share"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: facebook-button-plugin.php:290
|
108 |
msgid "\"My page\" button image"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: facebook-button-plugin.php:295
|
112 |
msgid "Standard Facebook image"
|
113 |
msgstr "Image Facebook par défaut"
|
114 |
|
115 |
+
#: facebook-button-plugin.php:296
|
116 |
msgid "Custom Facebook image"
|
117 |
msgstr "Image Facebook personnalisée"
|
118 |
|
119 |
+
#: facebook-button-plugin.php:299
|
120 |
msgid "To use custom image you need to setup permissions to upload directory of your site"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: facebook-button-plugin.php:306
|
124 |
#, fuzzy
|
125 |
msgid "Current image"
|
126 |
msgstr "Image actuelle"
|
127 |
|
128 |
+
#: facebook-button-plugin.php:314
|
129 |
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
130 |
msgstr "Propriétés de l'image : largeur max:100px; hauteur max: 40px; poids max : 32kb; type d'image :\"jpg\", \"jpeg\", \"png\"."
|
131 |
|
132 |
+
#: facebook-button-plugin.php:319
|
133 |
#, fuzzy
|
134 |
msgid "Facebook buttons position"
|
135 |
msgstr "Position du bouton Facebook"
|
136 |
|
137 |
+
#: facebook-button-plugin.php:323
|
138 |
msgid "Before"
|
139 |
msgstr "Avant"
|
140 |
|
141 |
+
#: facebook-button-plugin.php:324
|
142 |
msgid "After"
|
143 |
msgstr "Après"
|
144 |
|
145 |
+
#: facebook-button-plugin.php:325
|
146 |
msgid "Before and After"
|
147 |
msgstr "Avant et après"
|
148 |
|
149 |
+
#: facebook-button-plugin.php:326
|
150 |
msgid "Shortcode"
|
151 |
msgstr "Shortcode"
|
152 |
|
153 |
+
#: facebook-button-plugin.php:328
|
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 "Si vous souhaitez ajouter un bouton Facebook sur votre site internet, copier-collez ce Shortcodedans votre page ou votre article"
|
156 |
|
157 |
+
#: facebook-button-plugin.php:333
|
158 |
#, fuzzy
|
159 |
msgid "Facebook buttons language"
|
160 |
msgstr "Langue du bouton Facebook"
|
161 |
|
162 |
+
#: facebook-button-plugin.php:345
|
163 |
msgid "Change the language of Facebook Like Button"
|
164 |
msgstr "Changer la langue du bouton Facebook"
|
165 |
|
166 |
+
#: facebook-button-plugin.php:350
|
|
|
167 |
#: facebook-button-plugin.php:353
|
168 |
+
#: facebook-button-plugin.php:358
|
169 |
msgid "Use the current site language"
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: facebook-button-plugin.php:350
|
|
|
173 |
#: facebook-button-plugin.php:354
|
174 |
+
#: facebook-button-plugin.php:359
|
175 |
msgid "Using"
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: facebook-button-plugin.php:354
|
179 |
msgid "Activate"
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: facebook-button-plugin.php:359
|
183 |
msgid "Download"
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: facebook-button-plugin.php:366
|
187 |
msgid "Html tag for \"Like\" button"
|
188 |
msgstr ""
|
189 |
|
190 |
+
#: facebook-button-plugin.php:371
|
191 |
msgid "Use this tag to improve validation of your site"
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: facebook-button-plugin.php:376
|
195 |
+
#, fuzzy
|
196 |
+
msgid "Display buttons in excerpt"
|
197 |
+
msgstr "Afficher le bouton"
|
198 |
+
|
199 |
+
#: facebook-button-plugin.php:388
|
200 |
msgid "\"Like\" for an entire site on every page:"
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: facebook-button-plugin.php:390
|
204 |
msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: facebook-button-plugin.php:395
|
208 |
+
#: facebook-button-plugin.php:448
|
209 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
210 |
msgstr ""
|
211 |
|
212 |
+
#: facebook-button-plugin.php:402
|
213 |
+
#: facebook-button-plugin.php:455
|
214 |
msgid "Unlock premium options by upgrading to Pro version"
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: facebook-button-plugin.php:404
|
218 |
+
#: facebook-button-plugin.php:457
|
219 |
msgid "Learn More"
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: facebook-button-plugin.php:411
|
223 |
+
#: facebook-button-plugin.php:443
|
224 |
msgid "Save Changes"
|
225 |
msgstr "Sauvegarder les changements"
|
226 |
|
227 |
+
#: facebook-button-plugin.php:425
|
228 |
msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: facebook-button-plugin.php:432
|
232 |
msgid "Show URL for pages"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: facebook-button-plugin.php:438
|
236 |
msgid "Example of the site's pages tree"
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: facebook-button-plugin.php:438
|
240 |
msgid "Example of site pages' tree"
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: facebook-button-plugin.php:682
|
244 |
msgid "Support"
|
245 |
msgstr "Support"
|
246 |
|
languages/facebook-id_ID.mo
CHANGED
Binary file
|
languages/facebook-id_ID.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-08-
|
6 |
-
"PO-Revision-Date: 2015-08-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: nasrulhaq <nasrulhaq81@gmail.com>\n"
|
9 |
"Language: es_ES\n"
|
@@ -17,225 +17,230 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: facebook-button-plugin.php:32
|
20 |
-
#: facebook-button-plugin.php:
|
21 |
msgid "Facebook Button Settings"
|
22 |
msgstr "Pengaturan Facebook Button"
|
23 |
|
24 |
-
#: facebook-button-plugin.php:
|
25 |
msgid "Settings saved"
|
26 |
msgstr "Simpan Pengaturan"
|
27 |
|
28 |
-
#: facebook-button-plugin.php:
|
29 |
msgid "Error: File size > 32K"
|
30 |
msgstr "SALAH: Ukuran file lebih besar dari 32KB"
|
31 |
|
32 |
-
#: facebook-button-plugin.php:
|
33 |
msgid "Error: Invalid file type"
|
34 |
msgstr "SALAH: Tipe data tidak benar"
|
35 |
|
36 |
-
#: facebook-button-plugin.php:
|
37 |
msgid "Upload successful."
|
38 |
msgstr ""
|
39 |
|
40 |
-
#: facebook-button-plugin.php:
|
41 |
msgid "Error: moving file failed"
|
42 |
msgstr "Salah: gagal memindahkan data"
|
43 |
|
44 |
-
#: facebook-button-plugin.php:
|
45 |
msgid "Error: check image width or height"
|
46 |
msgstr "Salah: periksa lebar atau panjang gambar"
|
47 |
|
48 |
-
#: facebook-button-plugin.php:
|
49 |
msgid "Uploading Error: check image properties"
|
50 |
msgstr "Gagal Mengunggah: periksa properti gambar"
|
51 |
|
52 |
-
#: facebook-button-plugin.php:
|
53 |
msgid "All plugin settings were restored."
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: facebook-button-plugin.php:
|
57 |
-
#: facebook-button-plugin.php:
|
58 |
-
#: facebook-button-plugin.php:
|
59 |
msgid "Settings"
|
60 |
msgstr "Pengaturan"
|
61 |
|
62 |
-
#: facebook-button-plugin.php:
|
63 |
#, fuzzy
|
64 |
msgid "Extra settings"
|
65 |
msgstr "Pengaturan"
|
66 |
|
67 |
-
#: facebook-button-plugin.php:
|
68 |
-
#: facebook-button-plugin.php:
|
69 |
msgid "FAQ"
|
70 |
msgstr "SSS (Sık Sorulan Sorular)"
|
71 |
|
72 |
-
#: facebook-button-plugin.php:
|
73 |
msgid "Go PRO"
|
74 |
msgstr ""
|
75 |
|
76 |
-
#: facebook-button-plugin.php:
|
77 |
msgid "Notice:"
|
78 |
msgstr ""
|
79 |
|
80 |
-
#: facebook-button-plugin.php:
|
81 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
82 |
msgstr ""
|
83 |
|
84 |
-
#: facebook-button-plugin.php:
|
85 |
#, fuzzy
|
86 |
msgid "Your Facebook ID or username"
|
87 |
msgstr " ID Facebook:"
|
88 |
|
89 |
-
#: facebook-button-plugin.php:
|
90 |
#, fuzzy
|
91 |
msgid "Display button"
|
92 |
msgstr "Tampilan tombol:"
|
93 |
|
94 |
-
#: facebook-button-plugin.php:
|
95 |
msgid "My Page"
|
96 |
msgstr "Halamanku"
|
97 |
|
98 |
-
#: facebook-button-plugin.php:
|
99 |
msgid "Like"
|
100 |
msgstr "Suka"
|
101 |
|
102 |
-
#: facebook-button-plugin.php:
|
103 |
msgid "Share"
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: facebook-button-plugin.php:
|
107 |
msgid "\"My page\" button image"
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: facebook-button-plugin.php:
|
111 |
msgid "Standard Facebook image"
|
112 |
msgstr "Standar gambar Facebook "
|
113 |
|
114 |
-
#: facebook-button-plugin.php:
|
115 |
msgid "Custom Facebook image"
|
116 |
msgstr "Kustom Gambar Facebook "
|
117 |
|
118 |
-
#: facebook-button-plugin.php:
|
119 |
msgid "To use custom image you need to setup permissions to upload directory of your site"
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: facebook-button-plugin.php:
|
123 |
#, fuzzy
|
124 |
msgid "Current image"
|
125 |
msgstr "Gambar tertentu:"
|
126 |
|
127 |
-
#: facebook-button-plugin.php:
|
128 |
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
129 |
msgstr "properti gambar: lebar gambar maks:100px; panjang gambar maks:40px; ukuran gambar maks:32Kb; tipe gambar:\"jpg\",\"jpeg\", \"png\"."
|
130 |
|
131 |
-
#: facebook-button-plugin.php:
|
132 |
#, fuzzy
|
133 |
msgid "Facebook buttons position"
|
134 |
msgstr "Posisi Tombol Facebook"
|
135 |
|
136 |
-
#: facebook-button-plugin.php:
|
137 |
msgid "Before"
|
138 |
msgstr "Sebelum"
|
139 |
|
140 |
-
#: facebook-button-plugin.php:
|
141 |
msgid "After"
|
142 |
msgstr "Setelah"
|
143 |
|
144 |
-
#: facebook-button-plugin.php:
|
145 |
msgid "Before and After"
|
146 |
msgstr "Sebelum dan Setelah"
|
147 |
|
148 |
-
#: facebook-button-plugin.php:
|
149 |
msgid "Shortcode"
|
150 |
msgstr "Kode Pendek"
|
151 |
|
152 |
-
#: facebook-button-plugin.php:
|
153 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
154 |
msgstr "Jika anda ingin menambahkan tombol Facebook di website anda, cukup salin kode singkat kedalam posting atau page anda:"
|
155 |
|
156 |
-
#: facebook-button-plugin.php:
|
157 |
#, fuzzy
|
158 |
msgid "Facebook buttons language"
|
159 |
msgstr "Bahasa Facebook Button:"
|
160 |
|
161 |
-
#: facebook-button-plugin.php:
|
162 |
msgid "Change the language of Facebook Like Button"
|
163 |
msgstr "Ubah bahasa Facebook Like Button"
|
164 |
|
165 |
-
#: facebook-button-plugin.php:
|
166 |
-
#: facebook-button-plugin.php:348
|
167 |
#: facebook-button-plugin.php:353
|
|
|
168 |
msgid "Use the current site language"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: facebook-button-plugin.php:
|
172 |
-
#: facebook-button-plugin.php:349
|
173 |
#: facebook-button-plugin.php:354
|
|
|
174 |
msgid "Using"
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: facebook-button-plugin.php:
|
178 |
#, fuzzy
|
179 |
msgid "Activate"
|
180 |
msgstr "Aktif Eklentiler"
|
181 |
|
182 |
-
#: facebook-button-plugin.php:
|
183 |
msgid "Download"
|
184 |
msgstr "Ä°ndir"
|
185 |
|
186 |
-
#: facebook-button-plugin.php:
|
187 |
msgid "Html tag for \"Like\" button"
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: facebook-button-plugin.php:
|
191 |
msgid "Use this tag to improve validation of your site"
|
192 |
msgstr ""
|
193 |
|
194 |
-
#: facebook-button-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
195 |
msgid "\"Like\" for an entire site on every page:"
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: facebook-button-plugin.php:
|
199 |
msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: facebook-button-plugin.php:
|
203 |
-
#: facebook-button-plugin.php:
|
204 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: facebook-button-plugin.php:
|
208 |
-
#: facebook-button-plugin.php:
|
209 |
msgid "Unlock premium options by upgrading to Pro version"
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: facebook-button-plugin.php:
|
213 |
-
#: facebook-button-plugin.php:
|
214 |
msgid "Learn More"
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: facebook-button-plugin.php:
|
218 |
-
#: facebook-button-plugin.php:
|
219 |
msgid "Save Changes"
|
220 |
msgstr "Simpan Perubahan"
|
221 |
|
222 |
-
#: facebook-button-plugin.php:
|
223 |
msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: facebook-button-plugin.php:
|
227 |
msgid "Show URL for pages"
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: facebook-button-plugin.php:
|
231 |
msgid "Example of the site's pages tree"
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: facebook-button-plugin.php:
|
235 |
msgid "Example of site pages' tree"
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: facebook-button-plugin.php:
|
239 |
msgid "Support"
|
240 |
msgstr "Dukungan"
|
241 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-08-26 12:20+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-08-26 12:20+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: nasrulhaq <nasrulhaq81@gmail.com>\n"
|
9 |
"Language: es_ES\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: facebook-button-plugin.php:32
|
20 |
+
#: facebook-button-plugin.php:255
|
21 |
msgid "Facebook Button Settings"
|
22 |
msgstr "Pengaturan Facebook Button"
|
23 |
|
24 |
+
#: facebook-button-plugin.php:180
|
25 |
msgid "Settings saved"
|
26 |
msgstr "Simpan Pengaturan"
|
27 |
|
28 |
+
#: facebook-button-plugin.php:206
|
29 |
msgid "Error: File size > 32K"
|
30 |
msgstr "SALAH: Ukuran file lebih besar dari 32KB"
|
31 |
|
32 |
+
#: facebook-button-plugin.php:209
|
33 |
msgid "Error: Invalid file type"
|
34 |
msgstr "SALAH: Tipe data tidak benar"
|
35 |
|
36 |
+
#: facebook-button-plugin.php:215
|
37 |
msgid "Upload successful."
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: facebook-button-plugin.php:225
|
41 |
msgid "Error: moving file failed"
|
42 |
msgstr "Salah: gagal memindahkan data"
|
43 |
|
44 |
+
#: facebook-button-plugin.php:228
|
45 |
msgid "Error: check image width or height"
|
46 |
msgstr "Salah: periksa lebar atau panjang gambar"
|
47 |
|
48 |
+
#: facebook-button-plugin.php:232
|
49 |
msgid "Uploading Error: check image properties"
|
50 |
msgstr "Gagal Mengunggah: periksa properti gambar"
|
51 |
|
52 |
+
#: facebook-button-plugin.php:242
|
53 |
msgid "All plugin settings were restored."
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: facebook-button-plugin.php:257
|
57 |
+
#: facebook-button-plugin.php:666
|
58 |
+
#: facebook-button-plugin.php:680
|
59 |
msgid "Settings"
|
60 |
msgstr "Pengaturan"
|
61 |
|
62 |
+
#: facebook-button-plugin.php:258
|
63 |
#, fuzzy
|
64 |
msgid "Extra settings"
|
65 |
msgstr "Pengaturan"
|
66 |
|
67 |
+
#: facebook-button-plugin.php:259
|
68 |
+
#: facebook-button-plugin.php:681
|
69 |
msgid "FAQ"
|
70 |
msgstr "SSS (Sık Sorulan Sorular)"
|
71 |
|
72 |
+
#: facebook-button-plugin.php:260
|
73 |
msgid "Go PRO"
|
74 |
msgstr ""
|
75 |
|
76 |
+
#: facebook-button-plugin.php:264
|
77 |
msgid "Notice:"
|
78 |
msgstr ""
|
79 |
|
80 |
+
#: facebook-button-plugin.php:264
|
81 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
82 |
msgstr ""
|
83 |
|
84 |
+
#: facebook-button-plugin.php:273
|
85 |
#, fuzzy
|
86 |
msgid "Your Facebook ID or username"
|
87 |
msgstr " ID Facebook:"
|
88 |
|
89 |
+
#: facebook-button-plugin.php:279
|
90 |
#, fuzzy
|
91 |
msgid "Display button"
|
92 |
msgstr "Tampilan tombol:"
|
93 |
|
94 |
+
#: facebook-button-plugin.php:282
|
95 |
msgid "My Page"
|
96 |
msgstr "Halamanku"
|
97 |
|
98 |
+
#: facebook-button-plugin.php:283
|
99 |
msgid "Like"
|
100 |
msgstr "Suka"
|
101 |
|
102 |
+
#: facebook-button-plugin.php:284
|
103 |
msgid "Share"
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: facebook-button-plugin.php:290
|
107 |
msgid "\"My page\" button image"
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: facebook-button-plugin.php:295
|
111 |
msgid "Standard Facebook image"
|
112 |
msgstr "Standar gambar Facebook "
|
113 |
|
114 |
+
#: facebook-button-plugin.php:296
|
115 |
msgid "Custom Facebook image"
|
116 |
msgstr "Kustom Gambar Facebook "
|
117 |
|
118 |
+
#: facebook-button-plugin.php:299
|
119 |
msgid "To use custom image you need to setup permissions to upload directory of your site"
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: facebook-button-plugin.php:306
|
123 |
#, fuzzy
|
124 |
msgid "Current image"
|
125 |
msgstr "Gambar tertentu:"
|
126 |
|
127 |
+
#: facebook-button-plugin.php:314
|
128 |
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
129 |
msgstr "properti gambar: lebar gambar maks:100px; panjang gambar maks:40px; ukuran gambar maks:32Kb; tipe gambar:\"jpg\",\"jpeg\", \"png\"."
|
130 |
|
131 |
+
#: facebook-button-plugin.php:319
|
132 |
#, fuzzy
|
133 |
msgid "Facebook buttons position"
|
134 |
msgstr "Posisi Tombol Facebook"
|
135 |
|
136 |
+
#: facebook-button-plugin.php:323
|
137 |
msgid "Before"
|
138 |
msgstr "Sebelum"
|
139 |
|
140 |
+
#: facebook-button-plugin.php:324
|
141 |
msgid "After"
|
142 |
msgstr "Setelah"
|
143 |
|
144 |
+
#: facebook-button-plugin.php:325
|
145 |
msgid "Before and After"
|
146 |
msgstr "Sebelum dan Setelah"
|
147 |
|
148 |
+
#: facebook-button-plugin.php:326
|
149 |
msgid "Shortcode"
|
150 |
msgstr "Kode Pendek"
|
151 |
|
152 |
+
#: facebook-button-plugin.php:328
|
153 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
154 |
msgstr "Jika anda ingin menambahkan tombol Facebook di website anda, cukup salin kode singkat kedalam posting atau page anda:"
|
155 |
|
156 |
+
#: facebook-button-plugin.php:333
|
157 |
#, fuzzy
|
158 |
msgid "Facebook buttons language"
|
159 |
msgstr "Bahasa Facebook Button:"
|
160 |
|
161 |
+
#: facebook-button-plugin.php:345
|
162 |
msgid "Change the language of Facebook Like Button"
|
163 |
msgstr "Ubah bahasa Facebook Like Button"
|
164 |
|
165 |
+
#: facebook-button-plugin.php:350
|
|
|
166 |
#: facebook-button-plugin.php:353
|
167 |
+
#: facebook-button-plugin.php:358
|
168 |
msgid "Use the current site language"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: facebook-button-plugin.php:350
|
|
|
172 |
#: facebook-button-plugin.php:354
|
173 |
+
#: facebook-button-plugin.php:359
|
174 |
msgid "Using"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: facebook-button-plugin.php:354
|
178 |
#, fuzzy
|
179 |
msgid "Activate"
|
180 |
msgstr "Aktif Eklentiler"
|
181 |
|
182 |
+
#: facebook-button-plugin.php:359
|
183 |
msgid "Download"
|
184 |
msgstr "Ä°ndir"
|
185 |
|
186 |
+
#: facebook-button-plugin.php:366
|
187 |
msgid "Html tag for \"Like\" button"
|
188 |
msgstr ""
|
189 |
|
190 |
+
#: facebook-button-plugin.php:371
|
191 |
msgid "Use this tag to improve validation of your site"
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: facebook-button-plugin.php:376
|
195 |
+
#, fuzzy
|
196 |
+
msgid "Display buttons in excerpt"
|
197 |
+
msgstr "Tampilan tombol:"
|
198 |
+
|
199 |
+
#: facebook-button-plugin.php:388
|
200 |
msgid "\"Like\" for an entire site on every page:"
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: facebook-button-plugin.php:390
|
204 |
msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: facebook-button-plugin.php:395
|
208 |
+
#: facebook-button-plugin.php:448
|
209 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
210 |
msgstr ""
|
211 |
|
212 |
+
#: facebook-button-plugin.php:402
|
213 |
+
#: facebook-button-plugin.php:455
|
214 |
msgid "Unlock premium options by upgrading to Pro version"
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: facebook-button-plugin.php:404
|
218 |
+
#: facebook-button-plugin.php:457
|
219 |
msgid "Learn More"
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: facebook-button-plugin.php:411
|
223 |
+
#: facebook-button-plugin.php:443
|
224 |
msgid "Save Changes"
|
225 |
msgstr "Simpan Perubahan"
|
226 |
|
227 |
+
#: facebook-button-plugin.php:425
|
228 |
msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: facebook-button-plugin.php:432
|
232 |
msgid "Show URL for pages"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: facebook-button-plugin.php:438
|
236 |
msgid "Example of the site's pages tree"
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: facebook-button-plugin.php:438
|
240 |
msgid "Example of site pages' tree"
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: facebook-button-plugin.php:682
|
244 |
msgid "Support"
|
245 |
msgstr "Dukungan"
|
246 |
|
languages/facebook-ru_RU.mo
CHANGED
Binary file
|
languages/facebook-ru_RU.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-08-
|
6 |
-
"PO-Revision-Date: 2015-08-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
@@ -17,218 +17,222 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: facebook-button-plugin.php:32
|
20 |
-
#: facebook-button-plugin.php:
|
21 |
msgid "Facebook Button Settings"
|
22 |
msgstr "Настройки Facebook Button"
|
23 |
|
24 |
-
#: facebook-button-plugin.php:
|
25 |
msgid "Settings saved"
|
26 |
msgstr "Настройки сохранены"
|
27 |
|
28 |
-
#: facebook-button-plugin.php:
|
29 |
msgid "Error: File size > 32K"
|
30 |
msgstr "Ошибка: Размер файла > 32К"
|
31 |
|
32 |
-
#: facebook-button-plugin.php:
|
33 |
msgid "Error: Invalid file type"
|
34 |
msgstr "Ошибка: Некорректный тип файла"
|
35 |
|
36 |
-
#: facebook-button-plugin.php:
|
37 |
msgid "Upload successful."
|
38 |
msgstr "Загрузка прошла удачно."
|
39 |
|
40 |
-
#: facebook-button-plugin.php:
|
41 |
msgid "Error: moving file failed"
|
42 |
msgstr "Ошибка: При перемещении произошла ошибка"
|
43 |
|
44 |
-
#: facebook-button-plugin.php:
|
45 |
msgid "Error: check image width or height"
|
46 |
msgstr "Ошибка: Проверьте ширину и высоту изображения"
|
47 |
|
48 |
-
#: facebook-button-plugin.php:
|
49 |
msgid "Uploading Error: check image properties"
|
50 |
msgstr "Ошибка загрузки: Проверьте опции изображения"
|
51 |
|
52 |
-
#: facebook-button-plugin.php:
|
53 |
msgid "All plugin settings were restored."
|
54 |
msgstr "Все настройки плагина восстановлены."
|
55 |
|
56 |
-
#: facebook-button-plugin.php:
|
57 |
-
#: facebook-button-plugin.php:
|
58 |
-
#: facebook-button-plugin.php:
|
59 |
msgid "Settings"
|
60 |
msgstr "Настройки"
|
61 |
|
62 |
-
#: facebook-button-plugin.php:
|
63 |
msgid "Extra settings"
|
64 |
msgstr "Дополнительные настройки"
|
65 |
|
66 |
-
#: facebook-button-plugin.php:
|
67 |
-
#: facebook-button-plugin.php:
|
68 |
msgid "FAQ"
|
69 |
msgstr "FAQ"
|
70 |
|
71 |
-
#: facebook-button-plugin.php:
|
72 |
msgid "Go PRO"
|
73 |
msgstr "Перейти на PRO версию"
|
74 |
|
75 |
-
#: facebook-button-plugin.php:
|
76 |
msgid "Notice:"
|
77 |
msgstr "Внимание:"
|
78 |
|
79 |
-
#: facebook-button-plugin.php:
|
80 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
81 |
msgstr "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, не забудьте нажать кнопку \"Сохранить\"."
|
82 |
|
83 |
-
#: facebook-button-plugin.php:
|
84 |
msgid "Your Facebook ID or username"
|
85 |
msgstr "Ваш Facebook ID или имя пользователя"
|
86 |
|
87 |
-
#: facebook-button-plugin.php:
|
88 |
msgid "Display button"
|
89 |
msgstr "Отображение кнопок"
|
90 |
|
91 |
-
#: facebook-button-plugin.php:
|
92 |
msgid "My Page"
|
93 |
msgstr "Моя страница"
|
94 |
|
95 |
-
#: facebook-button-plugin.php:
|
96 |
msgid "Like"
|
97 |
msgstr "Нравится"
|
98 |
|
99 |
-
#: facebook-button-plugin.php:
|
100 |
msgid "Share"
|
101 |
msgstr "Поделиться"
|
102 |
|
103 |
-
#: facebook-button-plugin.php:
|
104 |
msgid "\"My page\" button image"
|
105 |
msgstr "Изображение кнопки \"Моя страница\""
|
106 |
|
107 |
-
#: facebook-button-plugin.php:
|
108 |
msgid "Standard Facebook image"
|
109 |
msgstr "Стандартная картинка Facebook"
|
110 |
|
111 |
-
#: facebook-button-plugin.php:
|
112 |
msgid "Custom Facebook image"
|
113 |
msgstr "Пользовательская картинка Facebook"
|
114 |
|
115 |
-
#: facebook-button-plugin.php:
|
116 |
msgid "To use custom image you need to setup permissions to upload directory of your site"
|
117 |
msgstr "Для использования кастомного изображения Вам нужно выдать права доступа на папку загрузок на вашем сайте"
|
118 |
|
119 |
-
#: facebook-button-plugin.php:
|
120 |
msgid "Current image"
|
121 |
msgstr "Текущее изображение"
|
122 |
|
123 |
-
#: facebook-button-plugin.php:
|
124 |
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
125 |
msgstr "Опции изображения для загрузки: максимальная ширина:100px; максимальная высота:40px; максимальный размер:32Kb; тип файла:\"jpg\", \"jpeg\", \"png\"."
|
126 |
|
127 |
-
#: facebook-button-plugin.php:
|
128 |
msgid "Facebook buttons position"
|
129 |
msgstr "Позиции Facebook кнопки"
|
130 |
|
131 |
-
#: facebook-button-plugin.php:
|
132 |
msgid "Before"
|
133 |
msgstr "Перед"
|
134 |
|
135 |
-
#: facebook-button-plugin.php:
|
136 |
msgid "After"
|
137 |
msgstr "После"
|
138 |
|
139 |
-
#: facebook-button-plugin.php:
|
140 |
msgid "Before and After"
|
141 |
msgstr "Перед и после"
|
142 |
|
143 |
-
#: facebook-button-plugin.php:
|
144 |
msgid "Shortcode"
|
145 |
msgstr "Шорткод"
|
146 |
|
147 |
-
#: facebook-button-plugin.php:
|
148 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
149 |
msgstr "Если вы хотите добавить Facebook кнопку на свой сайт, вам нужно только скопировать и вставить шорткод в контент страницы или поста"
|
150 |
|
151 |
-
#: facebook-button-plugin.php:
|
152 |
msgid "Facebook buttons language"
|
153 |
msgstr "Язык для Facebook кнопки"
|
154 |
|
155 |
-
#: facebook-button-plugin.php:
|
156 |
msgid "Change the language of Facebook Like Button"
|
157 |
msgstr "Выберите язык для Facebook кнопок"
|
158 |
|
159 |
-
#: facebook-button-plugin.php:
|
160 |
-
#: facebook-button-plugin.php:348
|
161 |
#: facebook-button-plugin.php:353
|
|
|
162 |
msgid "Use the current site language"
|
163 |
msgstr "Использовать текущий язык сайта"
|
164 |
|
165 |
-
#: facebook-button-plugin.php:
|
166 |
-
#: facebook-button-plugin.php:349
|
167 |
#: facebook-button-plugin.php:354
|
|
|
168 |
msgid "Using"
|
169 |
msgstr "Используя"
|
170 |
|
171 |
-
#: facebook-button-plugin.php:
|
172 |
msgid "Activate"
|
173 |
msgstr "Активировать"
|
174 |
|
175 |
-
#: facebook-button-plugin.php:
|
176 |
msgid "Download"
|
177 |
msgstr "Загрузить"
|
178 |
|
179 |
-
#: facebook-button-plugin.php:
|
180 |
msgid "Html tag for \"Like\" button"
|
181 |
msgstr "Html тэг для кнопки \"Нравится\""
|
182 |
|
183 |
-
#: facebook-button-plugin.php:
|
184 |
msgid "Use this tag to improve validation of your site"
|
185 |
msgstr "Используйте этот тэг для лучшей валидации вашего сайта"
|
186 |
|
187 |
-
#: facebook-button-plugin.php:
|
|
|
|
|
|
|
|
|
188 |
msgid "\"Like\" for an entire site on every page:"
|
189 |
msgstr "Ставить \"Нравится\" всему сайту на каждой странице:"
|
190 |
|
191 |
-
#: facebook-button-plugin.php:
|
192 |
msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
|
193 |
msgstr "Внимание: опция \"Нравится для всего сайта\" - не создает дополнительную кнопку. Эта опция позволяет при клике пользователями на стандартную кнопку ставить \"Нравится\" для всего сайта, если эта опция включена, или \"Нравится\" для отдельной записи, когда эта опция выключена."
|
194 |
|
195 |
-
#: facebook-button-plugin.php:
|
196 |
-
#: facebook-button-plugin.php:
|
197 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
198 |
msgstr "При установке Pro версии плагина, все ваши настройки сохраняются."
|
199 |
|
200 |
-
#: facebook-button-plugin.php:
|
201 |
-
#: facebook-button-plugin.php:
|
202 |
msgid "Unlock premium options by upgrading to Pro version"
|
203 |
msgstr "Активируйте премиум опции обновившись до Pro версии"
|
204 |
|
205 |
-
#: facebook-button-plugin.php:
|
206 |
-
#: facebook-button-plugin.php:
|
207 |
msgid "Learn More"
|
208 |
msgstr "Подробнее"
|
209 |
|
210 |
-
#: facebook-button-plugin.php:
|
211 |
-
#: facebook-button-plugin.php:
|
212 |
msgid "Save Changes"
|
213 |
msgstr "Сохранить изменения"
|
214 |
|
215 |
-
#: facebook-button-plugin.php:
|
216 |
msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
|
217 |
msgstr "Пожалуйста, выберите те типы постов (или отдельные страницы), где будут отображаться кнопки Facebook:"
|
218 |
|
219 |
-
#: facebook-button-plugin.php:
|
220 |
msgid "Show URL for pages"
|
221 |
msgstr "Отображать URL для страниц"
|
222 |
|
223 |
-
#: facebook-button-plugin.php:
|
224 |
msgid "Example of the site's pages tree"
|
225 |
msgstr "Пример дерева страниц сайта"
|
226 |
|
227 |
-
#: facebook-button-plugin.php:
|
228 |
msgid "Example of site pages' tree"
|
229 |
msgstr "Пример дерева страниц сайта"
|
230 |
|
231 |
-
#: facebook-button-plugin.php:
|
232 |
msgid "Support"
|
233 |
msgstr "Поддержка"
|
234 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-08-26 12:20+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-08-26 12:22+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: facebook-button-plugin.php:32
|
20 |
+
#: facebook-button-plugin.php:255
|
21 |
msgid "Facebook Button Settings"
|
22 |
msgstr "Настройки Facebook Button"
|
23 |
|
24 |
+
#: facebook-button-plugin.php:180
|
25 |
msgid "Settings saved"
|
26 |
msgstr "Настройки сохранены"
|
27 |
|
28 |
+
#: facebook-button-plugin.php:206
|
29 |
msgid "Error: File size > 32K"
|
30 |
msgstr "Ошибка: Размер файла > 32К"
|
31 |
|
32 |
+
#: facebook-button-plugin.php:209
|
33 |
msgid "Error: Invalid file type"
|
34 |
msgstr "Ошибка: Некорректный тип файла"
|
35 |
|
36 |
+
#: facebook-button-plugin.php:215
|
37 |
msgid "Upload successful."
|
38 |
msgstr "Загрузка прошла удачно."
|
39 |
|
40 |
+
#: facebook-button-plugin.php:225
|
41 |
msgid "Error: moving file failed"
|
42 |
msgstr "Ошибка: При перемещении произошла ошибка"
|
43 |
|
44 |
+
#: facebook-button-plugin.php:228
|
45 |
msgid "Error: check image width or height"
|
46 |
msgstr "Ошибка: Проверьте ширину и высоту изображения"
|
47 |
|
48 |
+
#: facebook-button-plugin.php:232
|
49 |
msgid "Uploading Error: check image properties"
|
50 |
msgstr "Ошибка загрузки: Проверьте опции изображения"
|
51 |
|
52 |
+
#: facebook-button-plugin.php:242
|
53 |
msgid "All plugin settings were restored."
|
54 |
msgstr "Все настройки плагина восстановлены."
|
55 |
|
56 |
+
#: facebook-button-plugin.php:257
|
57 |
+
#: facebook-button-plugin.php:666
|
58 |
+
#: facebook-button-plugin.php:680
|
59 |
msgid "Settings"
|
60 |
msgstr "Настройки"
|
61 |
|
62 |
+
#: facebook-button-plugin.php:258
|
63 |
msgid "Extra settings"
|
64 |
msgstr "Дополнительные настройки"
|
65 |
|
66 |
+
#: facebook-button-plugin.php:259
|
67 |
+
#: facebook-button-plugin.php:681
|
68 |
msgid "FAQ"
|
69 |
msgstr "FAQ"
|
70 |
|
71 |
+
#: facebook-button-plugin.php:260
|
72 |
msgid "Go PRO"
|
73 |
msgstr "Перейти на PRO версию"
|
74 |
|
75 |
+
#: facebook-button-plugin.php:264
|
76 |
msgid "Notice:"
|
77 |
msgstr "Внимание:"
|
78 |
|
79 |
+
#: facebook-button-plugin.php:264
|
80 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
81 |
msgstr "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, не забудьте нажать кнопку \"Сохранить\"."
|
82 |
|
83 |
+
#: facebook-button-plugin.php:273
|
84 |
msgid "Your Facebook ID or username"
|
85 |
msgstr "Ваш Facebook ID или имя пользователя"
|
86 |
|
87 |
+
#: facebook-button-plugin.php:279
|
88 |
msgid "Display button"
|
89 |
msgstr "Отображение кнопок"
|
90 |
|
91 |
+
#: facebook-button-plugin.php:282
|
92 |
msgid "My Page"
|
93 |
msgstr "Моя страница"
|
94 |
|
95 |
+
#: facebook-button-plugin.php:283
|
96 |
msgid "Like"
|
97 |
msgstr "Нравится"
|
98 |
|
99 |
+
#: facebook-button-plugin.php:284
|
100 |
msgid "Share"
|
101 |
msgstr "Поделиться"
|
102 |
|
103 |
+
#: facebook-button-plugin.php:290
|
104 |
msgid "\"My page\" button image"
|
105 |
msgstr "Изображение кнопки \"Моя страница\""
|
106 |
|
107 |
+
#: facebook-button-plugin.php:295
|
108 |
msgid "Standard Facebook image"
|
109 |
msgstr "Стандартная картинка Facebook"
|
110 |
|
111 |
+
#: facebook-button-plugin.php:296
|
112 |
msgid "Custom Facebook image"
|
113 |
msgstr "Пользовательская картинка Facebook"
|
114 |
|
115 |
+
#: facebook-button-plugin.php:299
|
116 |
msgid "To use custom image you need to setup permissions to upload directory of your site"
|
117 |
msgstr "Для использования кастомного изображения Вам нужно выдать права доступа на папку загрузок на вашем сайте"
|
118 |
|
119 |
+
#: facebook-button-plugin.php:306
|
120 |
msgid "Current image"
|
121 |
msgstr "Текущее изображение"
|
122 |
|
123 |
+
#: facebook-button-plugin.php:314
|
124 |
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
125 |
msgstr "Опции изображения для загрузки: максимальная ширина:100px; максимальная высота:40px; максимальный размер:32Kb; тип файла:\"jpg\", \"jpeg\", \"png\"."
|
126 |
|
127 |
+
#: facebook-button-plugin.php:319
|
128 |
msgid "Facebook buttons position"
|
129 |
msgstr "Позиции Facebook кнопки"
|
130 |
|
131 |
+
#: facebook-button-plugin.php:323
|
132 |
msgid "Before"
|
133 |
msgstr "Перед"
|
134 |
|
135 |
+
#: facebook-button-plugin.php:324
|
136 |
msgid "After"
|
137 |
msgstr "После"
|
138 |
|
139 |
+
#: facebook-button-plugin.php:325
|
140 |
msgid "Before and After"
|
141 |
msgstr "Перед и после"
|
142 |
|
143 |
+
#: facebook-button-plugin.php:326
|
144 |
msgid "Shortcode"
|
145 |
msgstr "Шорткод"
|
146 |
|
147 |
+
#: facebook-button-plugin.php:328
|
148 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
149 |
msgstr "Если вы хотите добавить Facebook кнопку на свой сайт, вам нужно только скопировать и вставить шорткод в контент страницы или поста"
|
150 |
|
151 |
+
#: facebook-button-plugin.php:333
|
152 |
msgid "Facebook buttons language"
|
153 |
msgstr "Язык для Facebook кнопки"
|
154 |
|
155 |
+
#: facebook-button-plugin.php:345
|
156 |
msgid "Change the language of Facebook Like Button"
|
157 |
msgstr "Выберите язык для Facebook кнопок"
|
158 |
|
159 |
+
#: facebook-button-plugin.php:350
|
|
|
160 |
#: facebook-button-plugin.php:353
|
161 |
+
#: facebook-button-plugin.php:358
|
162 |
msgid "Use the current site language"
|
163 |
msgstr "Использовать текущий язык сайта"
|
164 |
|
165 |
+
#: facebook-button-plugin.php:350
|
|
|
166 |
#: facebook-button-plugin.php:354
|
167 |
+
#: facebook-button-plugin.php:359
|
168 |
msgid "Using"
|
169 |
msgstr "Используя"
|
170 |
|
171 |
+
#: facebook-button-plugin.php:354
|
172 |
msgid "Activate"
|
173 |
msgstr "Активировать"
|
174 |
|
175 |
+
#: facebook-button-plugin.php:359
|
176 |
msgid "Download"
|
177 |
msgstr "Загрузить"
|
178 |
|
179 |
+
#: facebook-button-plugin.php:366
|
180 |
msgid "Html tag for \"Like\" button"
|
181 |
msgstr "Html тэг для кнопки \"Нравится\""
|
182 |
|
183 |
+
#: facebook-button-plugin.php:371
|
184 |
msgid "Use this tag to improve validation of your site"
|
185 |
msgstr "Используйте этот тэг для лучшей валидации вашего сайта"
|
186 |
|
187 |
+
#: facebook-button-plugin.php:376
|
188 |
+
msgid "Display buttons in excerpt"
|
189 |
+
msgstr "Отображать кнопки для цитаты"
|
190 |
+
|
191 |
+
#: facebook-button-plugin.php:388
|
192 |
msgid "\"Like\" for an entire site on every page:"
|
193 |
msgstr "Ставить \"Нравится\" всему сайту на каждой странице:"
|
194 |
|
195 |
+
#: facebook-button-plugin.php:390
|
196 |
msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
|
197 |
msgstr "Внимание: опция \"Нравится для всего сайта\" - не создает дополнительную кнопку. Эта опция позволяет при клике пользователями на стандартную кнопку ставить \"Нравится\" для всего сайта, если эта опция включена, или \"Нравится\" для отдельной записи, когда эта опция выключена."
|
198 |
|
199 |
+
#: facebook-button-plugin.php:395
|
200 |
+
#: facebook-button-plugin.php:448
|
201 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
202 |
msgstr "При установке Pro версии плагина, все ваши настройки сохраняются."
|
203 |
|
204 |
+
#: facebook-button-plugin.php:402
|
205 |
+
#: facebook-button-plugin.php:455
|
206 |
msgid "Unlock premium options by upgrading to Pro version"
|
207 |
msgstr "Активируйте премиум опции обновившись до Pro версии"
|
208 |
|
209 |
+
#: facebook-button-plugin.php:404
|
210 |
+
#: facebook-button-plugin.php:457
|
211 |
msgid "Learn More"
|
212 |
msgstr "Подробнее"
|
213 |
|
214 |
+
#: facebook-button-plugin.php:411
|
215 |
+
#: facebook-button-plugin.php:443
|
216 |
msgid "Save Changes"
|
217 |
msgstr "Сохранить изменения"
|
218 |
|
219 |
+
#: facebook-button-plugin.php:425
|
220 |
msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
|
221 |
msgstr "Пожалуйста, выберите те типы постов (или отдельные страницы), где будут отображаться кнопки Facebook:"
|
222 |
|
223 |
+
#: facebook-button-plugin.php:432
|
224 |
msgid "Show URL for pages"
|
225 |
msgstr "Отображать URL для страниц"
|
226 |
|
227 |
+
#: facebook-button-plugin.php:438
|
228 |
msgid "Example of the site's pages tree"
|
229 |
msgstr "Пример дерева страниц сайта"
|
230 |
|
231 |
+
#: facebook-button-plugin.php:438
|
232 |
msgid "Example of site pages' tree"
|
233 |
msgstr "Пример дерева страниц сайта"
|
234 |
|
235 |
+
#: facebook-button-plugin.php:682
|
236 |
msgid "Support"
|
237 |
msgstr "Поддержка"
|
238 |
|
languages/facebook-tr_TR.mo
CHANGED
Binary file
|
languages/facebook-tr_TR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-08-
|
6 |
-
"PO-Revision-Date: 2015-08-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Can Atasever <webmaster@canatasever.com>\n"
|
9 |
"Language: tr\n"
|
@@ -18,225 +18,230 @@ msgstr ""
|
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: facebook-button-plugin.php:32
|
21 |
-
#: facebook-button-plugin.php:
|
22 |
msgid "Facebook Button Settings"
|
23 |
msgstr "Facebook Buton Ayarları"
|
24 |
|
25 |
-
#: facebook-button-plugin.php:
|
26 |
msgid "Settings saved"
|
27 |
msgstr "Ayarlar kaydedildi"
|
28 |
|
29 |
-
#: facebook-button-plugin.php:
|
30 |
msgid "Error: File size > 32K"
|
31 |
msgstr "HATA: Dosya boyutu > 32K"
|
32 |
|
33 |
-
#: facebook-button-plugin.php:
|
34 |
msgid "Error: Invalid file type"
|
35 |
msgstr "HATA: Geçersiz dosya türü"
|
36 |
|
37 |
-
#: facebook-button-plugin.php:
|
38 |
msgid "Upload successful."
|
39 |
msgstr "Yükleme başarılı"
|
40 |
|
41 |
-
#: facebook-button-plugin.php:
|
42 |
msgid "Error: moving file failed"
|
43 |
msgstr "HATA: dosya taşıma başarısız."
|
44 |
|
45 |
-
#: facebook-button-plugin.php:
|
46 |
msgid "Error: check image width or height"
|
47 |
msgstr "HATA: görselin genişliğini ya da yüksekliğini kontrol edin."
|
48 |
|
49 |
-
#: facebook-button-plugin.php:
|
50 |
msgid "Uploading Error: check image properties"
|
51 |
msgstr "Yükleme Hatası: görselin özelliklerini kontrol edin."
|
52 |
|
53 |
-
#: facebook-button-plugin.php:
|
54 |
msgid "All plugin settings were restored."
|
55 |
msgstr ""
|
56 |
|
57 |
-
#: facebook-button-plugin.php:
|
58 |
-
#: facebook-button-plugin.php:
|
59 |
-
#: facebook-button-plugin.php:
|
60 |
msgid "Settings"
|
61 |
msgstr "Ayarlar"
|
62 |
|
63 |
-
#: facebook-button-plugin.php:
|
64 |
msgid "Extra settings"
|
65 |
msgstr "Ekstra Ayarlar"
|
66 |
|
67 |
-
#: facebook-button-plugin.php:
|
68 |
-
#: facebook-button-plugin.php:
|
69 |
msgid "FAQ"
|
70 |
msgstr "SSS"
|
71 |
|
72 |
-
#: facebook-button-plugin.php:
|
73 |
msgid "Go PRO"
|
74 |
msgstr "PRO'ya geçin"
|
75 |
|
76 |
-
#: facebook-button-plugin.php:
|
77 |
msgid "Notice:"
|
78 |
msgstr "Uyarı:"
|
79 |
|
80 |
-
#: facebook-button-plugin.php:
|
81 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
82 |
msgstr "eklentinin ayarları değiştirildi. Değişiklikleri kaydetmek için 'Değişiklikleri Kaydet' butonuna basmayı unutmayın."
|
83 |
|
84 |
-
#: facebook-button-plugin.php:
|
85 |
#, fuzzy
|
86 |
msgid "Your Facebook ID or username"
|
87 |
msgstr "Facebook ID'niz:"
|
88 |
|
89 |
-
#: facebook-button-plugin.php:
|
90 |
#, fuzzy
|
91 |
msgid "Display button"
|
92 |
msgstr "Butonu Göster:"
|
93 |
|
94 |
-
#: facebook-button-plugin.php:
|
95 |
msgid "My Page"
|
96 |
msgstr "Benim Sayfam"
|
97 |
|
98 |
-
#: facebook-button-plugin.php:
|
99 |
msgid "Like"
|
100 |
msgstr "Beğen"
|
101 |
|
102 |
-
#: facebook-button-plugin.php:
|
103 |
msgid "Share"
|
104 |
msgstr "Paylaş"
|
105 |
|
106 |
-
#: facebook-button-plugin.php:
|
107 |
msgid "\"My page\" button image"
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: facebook-button-plugin.php:
|
111 |
msgid "Standard Facebook image"
|
112 |
msgstr "Standart Facebook görseli"
|
113 |
|
114 |
-
#: facebook-button-plugin.php:
|
115 |
msgid "Custom Facebook image"
|
116 |
msgstr "Özel Facebook görseli"
|
117 |
|
118 |
-
#: facebook-button-plugin.php:
|
119 |
msgid "To use custom image you need to setup permissions to upload directory of your site"
|
120 |
msgstr "Özel görsel kullanmak için sitenizin dizinine yükleme yapılmasına izin vermelisiniz."
|
121 |
|
122 |
-
#: facebook-button-plugin.php:
|
123 |
#, fuzzy
|
124 |
msgid "Current image"
|
125 |
msgstr "Şu anki görsel:"
|
126 |
|
127 |
-
#: facebook-button-plugin.php:
|
128 |
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
129 |
msgstr "Görsel özellikleri: maksimum görsel genişliği: 100px; maksimum görsel yüksekliği: 40px; maksimum görsel boyutu: 32 KB; uzantılar: \"jpg\", \"jpeg\", \"png\"."
|
130 |
|
131 |
-
#: facebook-button-plugin.php:
|
132 |
#, fuzzy
|
133 |
msgid "Facebook buttons position"
|
134 |
msgstr "Facebook Butonu pozisyonu"
|
135 |
|
136 |
-
#: facebook-button-plugin.php:
|
137 |
msgid "Before"
|
138 |
msgstr "Önce"
|
139 |
|
140 |
-
#: facebook-button-plugin.php:
|
141 |
msgid "After"
|
142 |
msgstr "Sonra"
|
143 |
|
144 |
-
#: facebook-button-plugin.php:
|
145 |
msgid "Before and After"
|
146 |
msgstr "Önce ve Sonra"
|
147 |
|
148 |
-
#: facebook-button-plugin.php:
|
149 |
msgid "Shortcode"
|
150 |
msgstr "Kısa kod"
|
151 |
|
152 |
-
#: facebook-button-plugin.php:
|
153 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
154 |
msgstr "eğer web sitenize Facebook butonu eklemek isterseniz, verilen kısa kodu sayfanıza ya da yazınıza eklemeniz yeterlidir."
|
155 |
|
156 |
-
#: facebook-button-plugin.php:
|
157 |
#, fuzzy
|
158 |
msgid "Facebook buttons language"
|
159 |
msgstr "Facebook Butonu dili"
|
160 |
|
161 |
-
#: facebook-button-plugin.php:
|
162 |
msgid "Change the language of Facebook Like Button"
|
163 |
msgstr "Facebook Beğen butonunun dilini değiştirin"
|
164 |
|
165 |
-
#: facebook-button-plugin.php:
|
166 |
-
#: facebook-button-plugin.php:348
|
167 |
#: facebook-button-plugin.php:353
|
|
|
168 |
msgid "Use the current site language"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: facebook-button-plugin.php:
|
172 |
-
#: facebook-button-plugin.php:349
|
173 |
#: facebook-button-plugin.php:354
|
|
|
174 |
msgid "Using"
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: facebook-button-plugin.php:
|
178 |
msgid "Activate"
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: facebook-button-plugin.php:
|
182 |
msgid "Download"
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: facebook-button-plugin.php:
|
186 |
#, fuzzy
|
187 |
msgid "Html tag for \"Like\" button"
|
188 |
msgstr "Beğen butonu için HTML etiketi:"
|
189 |
|
190 |
-
#: facebook-button-plugin.php:
|
191 |
msgid "Use this tag to improve validation of your site"
|
192 |
msgstr "Sitenizin doğrulamasını geliştirmek için bu etiketi kullanın"
|
193 |
|
194 |
-
#: facebook-button-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
195 |
msgid "\"Like\" for an entire site on every page:"
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: facebook-button-plugin.php:
|
199 |
msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: facebook-button-plugin.php:
|
203 |
-
#: facebook-button-plugin.php:
|
204 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
205 |
msgstr "Aboneliğinizi PRO versiyonuna yükseltirseniz tüm değişiklikleriniz kaydedilecek."
|
206 |
|
207 |
-
#: facebook-button-plugin.php:
|
208 |
-
#: facebook-button-plugin.php:
|
209 |
#, fuzzy
|
210 |
msgid "Unlock premium options by upgrading to Pro version"
|
211 |
msgstr "PRO versiyonuna geçerek premium özellikleri aktifleştirin."
|
212 |
|
213 |
-
#: facebook-button-plugin.php:
|
214 |
-
#: facebook-button-plugin.php:
|
215 |
msgid "Learn More"
|
216 |
msgstr "Detaylı Bilgi"
|
217 |
|
218 |
-
#: facebook-button-plugin.php:
|
219 |
-
#: facebook-button-plugin.php:
|
220 |
msgid "Save Changes"
|
221 |
msgstr "Değişiklikleri Kaydet"
|
222 |
|
223 |
-
#: facebook-button-plugin.php:
|
224 |
msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
|
225 |
msgstr "Lütfen Facebook butonunun gösterileceği yazı türlerini (ya da tek sayfaları) seçin."
|
226 |
|
227 |
-
#: facebook-button-plugin.php:
|
228 |
msgid "Show URL for pages"
|
229 |
msgstr "Sayfalar için URL göster"
|
230 |
|
231 |
-
#: facebook-button-plugin.php:
|
232 |
msgid "Example of the site's pages tree"
|
233 |
msgstr "Sitenin sayfalar izi için örnek"
|
234 |
|
235 |
-
#: facebook-button-plugin.php:
|
236 |
msgid "Example of site pages' tree"
|
237 |
msgstr "Site sayfaları izi için örnek"
|
238 |
|
239 |
-
#: facebook-button-plugin.php:
|
240 |
msgid "Support"
|
241 |
msgstr "Destek"
|
242 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-08-26 12:22+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-08-26 12:22+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Can Atasever <webmaster@canatasever.com>\n"
|
9 |
"Language: tr\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: facebook-button-plugin.php:32
|
21 |
+
#: facebook-button-plugin.php:255
|
22 |
msgid "Facebook Button Settings"
|
23 |
msgstr "Facebook Buton Ayarları"
|
24 |
|
25 |
+
#: facebook-button-plugin.php:180
|
26 |
msgid "Settings saved"
|
27 |
msgstr "Ayarlar kaydedildi"
|
28 |
|
29 |
+
#: facebook-button-plugin.php:206
|
30 |
msgid "Error: File size > 32K"
|
31 |
msgstr "HATA: Dosya boyutu > 32K"
|
32 |
|
33 |
+
#: facebook-button-plugin.php:209
|
34 |
msgid "Error: Invalid file type"
|
35 |
msgstr "HATA: Geçersiz dosya türü"
|
36 |
|
37 |
+
#: facebook-button-plugin.php:215
|
38 |
msgid "Upload successful."
|
39 |
msgstr "Yükleme başarılı"
|
40 |
|
41 |
+
#: facebook-button-plugin.php:225
|
42 |
msgid "Error: moving file failed"
|
43 |
msgstr "HATA: dosya taşıma başarısız."
|
44 |
|
45 |
+
#: facebook-button-plugin.php:228
|
46 |
msgid "Error: check image width or height"
|
47 |
msgstr "HATA: görselin genişliğini ya da yüksekliğini kontrol edin."
|
48 |
|
49 |
+
#: facebook-button-plugin.php:232
|
50 |
msgid "Uploading Error: check image properties"
|
51 |
msgstr "Yükleme Hatası: görselin özelliklerini kontrol edin."
|
52 |
|
53 |
+
#: facebook-button-plugin.php:242
|
54 |
msgid "All plugin settings were restored."
|
55 |
msgstr ""
|
56 |
|
57 |
+
#: facebook-button-plugin.php:257
|
58 |
+
#: facebook-button-plugin.php:666
|
59 |
+
#: facebook-button-plugin.php:680
|
60 |
msgid "Settings"
|
61 |
msgstr "Ayarlar"
|
62 |
|
63 |
+
#: facebook-button-plugin.php:258
|
64 |
msgid "Extra settings"
|
65 |
msgstr "Ekstra Ayarlar"
|
66 |
|
67 |
+
#: facebook-button-plugin.php:259
|
68 |
+
#: facebook-button-plugin.php:681
|
69 |
msgid "FAQ"
|
70 |
msgstr "SSS"
|
71 |
|
72 |
+
#: facebook-button-plugin.php:260
|
73 |
msgid "Go PRO"
|
74 |
msgstr "PRO'ya geçin"
|
75 |
|
76 |
+
#: facebook-button-plugin.php:264
|
77 |
msgid "Notice:"
|
78 |
msgstr "Uyarı:"
|
79 |
|
80 |
+
#: facebook-button-plugin.php:264
|
81 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
82 |
msgstr "eklentinin ayarları değiştirildi. Değişiklikleri kaydetmek için 'Değişiklikleri Kaydet' butonuna basmayı unutmayın."
|
83 |
|
84 |
+
#: facebook-button-plugin.php:273
|
85 |
#, fuzzy
|
86 |
msgid "Your Facebook ID or username"
|
87 |
msgstr "Facebook ID'niz:"
|
88 |
|
89 |
+
#: facebook-button-plugin.php:279
|
90 |
#, fuzzy
|
91 |
msgid "Display button"
|
92 |
msgstr "Butonu Göster:"
|
93 |
|
94 |
+
#: facebook-button-plugin.php:282
|
95 |
msgid "My Page"
|
96 |
msgstr "Benim Sayfam"
|
97 |
|
98 |
+
#: facebook-button-plugin.php:283
|
99 |
msgid "Like"
|
100 |
msgstr "Beğen"
|
101 |
|
102 |
+
#: facebook-button-plugin.php:284
|
103 |
msgid "Share"
|
104 |
msgstr "Paylaş"
|
105 |
|
106 |
+
#: facebook-button-plugin.php:290
|
107 |
msgid "\"My page\" button image"
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: facebook-button-plugin.php:295
|
111 |
msgid "Standard Facebook image"
|
112 |
msgstr "Standart Facebook görseli"
|
113 |
|
114 |
+
#: facebook-button-plugin.php:296
|
115 |
msgid "Custom Facebook image"
|
116 |
msgstr "Özel Facebook görseli"
|
117 |
|
118 |
+
#: facebook-button-plugin.php:299
|
119 |
msgid "To use custom image you need to setup permissions to upload directory of your site"
|
120 |
msgstr "Özel görsel kullanmak için sitenizin dizinine yükleme yapılmasına izin vermelisiniz."
|
121 |
|
122 |
+
#: facebook-button-plugin.php:306
|
123 |
#, fuzzy
|
124 |
msgid "Current image"
|
125 |
msgstr "Şu anki görsel:"
|
126 |
|
127 |
+
#: facebook-button-plugin.php:314
|
128 |
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
129 |
msgstr "Görsel özellikleri: maksimum görsel genişliği: 100px; maksimum görsel yüksekliği: 40px; maksimum görsel boyutu: 32 KB; uzantılar: \"jpg\", \"jpeg\", \"png\"."
|
130 |
|
131 |
+
#: facebook-button-plugin.php:319
|
132 |
#, fuzzy
|
133 |
msgid "Facebook buttons position"
|
134 |
msgstr "Facebook Butonu pozisyonu"
|
135 |
|
136 |
+
#: facebook-button-plugin.php:323
|
137 |
msgid "Before"
|
138 |
msgstr "Önce"
|
139 |
|
140 |
+
#: facebook-button-plugin.php:324
|
141 |
msgid "After"
|
142 |
msgstr "Sonra"
|
143 |
|
144 |
+
#: facebook-button-plugin.php:325
|
145 |
msgid "Before and After"
|
146 |
msgstr "Önce ve Sonra"
|
147 |
|
148 |
+
#: facebook-button-plugin.php:326
|
149 |
msgid "Shortcode"
|
150 |
msgstr "Kısa kod"
|
151 |
|
152 |
+
#: facebook-button-plugin.php:328
|
153 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
154 |
msgstr "eğer web sitenize Facebook butonu eklemek isterseniz, verilen kısa kodu sayfanıza ya da yazınıza eklemeniz yeterlidir."
|
155 |
|
156 |
+
#: facebook-button-plugin.php:333
|
157 |
#, fuzzy
|
158 |
msgid "Facebook buttons language"
|
159 |
msgstr "Facebook Butonu dili"
|
160 |
|
161 |
+
#: facebook-button-plugin.php:345
|
162 |
msgid "Change the language of Facebook Like Button"
|
163 |
msgstr "Facebook Beğen butonunun dilini değiştirin"
|
164 |
|
165 |
+
#: facebook-button-plugin.php:350
|
|
|
166 |
#: facebook-button-plugin.php:353
|
167 |
+
#: facebook-button-plugin.php:358
|
168 |
msgid "Use the current site language"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: facebook-button-plugin.php:350
|
|
|
172 |
#: facebook-button-plugin.php:354
|
173 |
+
#: facebook-button-plugin.php:359
|
174 |
msgid "Using"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: facebook-button-plugin.php:354
|
178 |
msgid "Activate"
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: facebook-button-plugin.php:359
|
182 |
msgid "Download"
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: facebook-button-plugin.php:366
|
186 |
#, fuzzy
|
187 |
msgid "Html tag for \"Like\" button"
|
188 |
msgstr "Beğen butonu için HTML etiketi:"
|
189 |
|
190 |
+
#: facebook-button-plugin.php:371
|
191 |
msgid "Use this tag to improve validation of your site"
|
192 |
msgstr "Sitenizin doğrulamasını geliştirmek için bu etiketi kullanın"
|
193 |
|
194 |
+
#: facebook-button-plugin.php:376
|
195 |
+
#, fuzzy
|
196 |
+
msgid "Display buttons in excerpt"
|
197 |
+
msgstr "Butonu Göster:"
|
198 |
+
|
199 |
+
#: facebook-button-plugin.php:388
|
200 |
msgid "\"Like\" for an entire site on every page:"
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: facebook-button-plugin.php:390
|
204 |
msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: facebook-button-plugin.php:395
|
208 |
+
#: facebook-button-plugin.php:448
|
209 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
210 |
msgstr "Aboneliğinizi PRO versiyonuna yükseltirseniz tüm değişiklikleriniz kaydedilecek."
|
211 |
|
212 |
+
#: facebook-button-plugin.php:402
|
213 |
+
#: facebook-button-plugin.php:455
|
214 |
#, fuzzy
|
215 |
msgid "Unlock premium options by upgrading to Pro version"
|
216 |
msgstr "PRO versiyonuna geçerek premium özellikleri aktifleştirin."
|
217 |
|
218 |
+
#: facebook-button-plugin.php:404
|
219 |
+
#: facebook-button-plugin.php:457
|
220 |
msgid "Learn More"
|
221 |
msgstr "Detaylı Bilgi"
|
222 |
|
223 |
+
#: facebook-button-plugin.php:411
|
224 |
+
#: facebook-button-plugin.php:443
|
225 |
msgid "Save Changes"
|
226 |
msgstr "Değişiklikleri Kaydet"
|
227 |
|
228 |
+
#: facebook-button-plugin.php:425
|
229 |
msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
|
230 |
msgstr "Lütfen Facebook butonunun gösterileceği yazı türlerini (ya da tek sayfaları) seçin."
|
231 |
|
232 |
+
#: facebook-button-plugin.php:432
|
233 |
msgid "Show URL for pages"
|
234 |
msgstr "Sayfalar için URL göster"
|
235 |
|
236 |
+
#: facebook-button-plugin.php:438
|
237 |
msgid "Example of the site's pages tree"
|
238 |
msgstr "Sitenin sayfalar izi için örnek"
|
239 |
|
240 |
+
#: facebook-button-plugin.php:438
|
241 |
msgid "Example of site pages' tree"
|
242 |
msgstr "Site sayfaları izi için örnek"
|
243 |
|
244 |
+
#: facebook-button-plugin.php:682
|
245 |
msgid "Support"
|
246 |
msgstr "Destek"
|
247 |
|
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: 2015-08-
|
6 |
-
"PO-Revision-Date: 2015-08-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ua_UA\n"
|
@@ -17,218 +17,222 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: facebook-button-plugin.php:32
|
20 |
-
#: facebook-button-plugin.php:
|
21 |
msgid "Facebook Button Settings"
|
22 |
msgstr "Установки кнопки Facebook"
|
23 |
|
24 |
-
#: facebook-button-plugin.php:
|
25 |
msgid "Settings saved"
|
26 |
msgstr "Установки збережені"
|
27 |
|
28 |
-
#: facebook-button-plugin.php:
|
29 |
msgid "Error: File size > 32K"
|
30 |
msgstr "Помилка: Розмір файлу > 32K"
|
31 |
|
32 |
-
#: facebook-button-plugin.php:
|
33 |
msgid "Error: Invalid file type"
|
34 |
msgstr "Помилка: Невірний тип файлу"
|
35 |
|
36 |
-
#: facebook-button-plugin.php:
|
37 |
msgid "Upload successful."
|
38 |
msgstr "Файл був завантажений успішно"
|
39 |
|
40 |
-
#: facebook-button-plugin.php:
|
41 |
msgid "Error: moving file failed"
|
42 |
msgstr "Помилка: не вдалося переміщення файлів"
|
43 |
|
44 |
-
#: facebook-button-plugin.php:
|
45 |
msgid "Error: check image width or height"
|
46 |
msgstr "Помилка: Перевірте ширину або висоту зображення"
|
47 |
|
48 |
-
#: facebook-button-plugin.php:
|
49 |
msgid "Uploading Error: check image properties"
|
50 |
msgstr "Помилка Завантаження: Перевірте властивості зображення"
|
51 |
|
52 |
-
#: facebook-button-plugin.php:
|
53 |
msgid "All plugin settings were restored."
|
54 |
msgstr "Всі налаштування плагіну було скинуто до стандартних."
|
55 |
|
56 |
-
#: facebook-button-plugin.php:
|
57 |
-
#: facebook-button-plugin.php:
|
58 |
-
#: facebook-button-plugin.php:
|
59 |
msgid "Settings"
|
60 |
msgstr "Установки"
|
61 |
|
62 |
-
#: facebook-button-plugin.php:
|
63 |
msgid "Extra settings"
|
64 |
msgstr "Додаткові налаштування"
|
65 |
|
66 |
-
#: facebook-button-plugin.php:
|
67 |
-
#: facebook-button-plugin.php:
|
68 |
msgid "FAQ"
|
69 |
msgstr "FAQ"
|
70 |
|
71 |
-
#: facebook-button-plugin.php:
|
72 |
msgid "Go PRO"
|
73 |
msgstr "Перейти на Pro версію"
|
74 |
|
75 |
-
#: facebook-button-plugin.php:
|
76 |
msgid "Notice:"
|
77 |
msgstr "Нагадування:"
|
78 |
|
79 |
-
#: facebook-button-plugin.php:
|
80 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
81 |
msgstr "Налаштування плагіну було змінено. Для того, щоб зберегти ці зміни, не забудьте нажати кнопку \"Зберегти зміни\"."
|
82 |
|
83 |
-
#: facebook-button-plugin.php:
|
84 |
msgid "Your Facebook ID or username"
|
85 |
msgstr "ID вашого Facebook акаунту"
|
86 |
|
87 |
-
#: facebook-button-plugin.php:
|
88 |
msgid "Display button"
|
89 |
msgstr "Відображати кнопку"
|
90 |
|
91 |
-
#: facebook-button-plugin.php:
|
92 |
msgid "My Page"
|
93 |
msgstr "Моя сторінка"
|
94 |
|
95 |
-
#: facebook-button-plugin.php:
|
96 |
msgid "Like"
|
97 |
msgstr "Подобається"
|
98 |
|
99 |
-
#: facebook-button-plugin.php:
|
100 |
msgid "Share"
|
101 |
msgstr "Поширити"
|
102 |
|
103 |
-
#: facebook-button-plugin.php:
|
104 |
msgid "\"My page\" button image"
|
105 |
msgstr "Зображення кнопки \"Моя сторінка\""
|
106 |
|
107 |
-
#: facebook-button-plugin.php:
|
108 |
msgid "Standard Facebook image"
|
109 |
msgstr "Стандартне зображення Facebook "
|
110 |
|
111 |
-
#: facebook-button-plugin.php:
|
112 |
msgid "Custom Facebook image"
|
113 |
msgstr "Кастомне зображення Facebook"
|
114 |
|
115 |
-
#: facebook-button-plugin.php:
|
116 |
msgid "To use custom image you need to setup permissions to upload directory of your site"
|
117 |
msgstr "Для використання кастомного зображення Вам необхідно видати права доступу на папку завантажень на вашому сайті"
|
118 |
|
119 |
-
#: facebook-button-plugin.php:
|
120 |
msgid "Current image"
|
121 |
msgstr "Поточне зображення"
|
122 |
|
123 |
-
#: facebook-button-plugin.php:
|
124 |
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
125 |
msgstr "Властивості зображення: максимальна ширина зображення:100px; максимальна висота зображення: 40px; максимальний розмір зображення: 32Kb; типи зображеннь :\"jpg\", \"jpeg\", \"png\"."
|
126 |
|
127 |
-
#: facebook-button-plugin.php:
|
128 |
msgid "Facebook buttons position"
|
129 |
msgstr "Розташування кнопок Facebook"
|
130 |
|
131 |
-
#: facebook-button-plugin.php:
|
132 |
msgid "Before"
|
133 |
msgstr "До"
|
134 |
|
135 |
-
#: facebook-button-plugin.php:
|
136 |
msgid "After"
|
137 |
msgstr "Після"
|
138 |
|
139 |
-
#: facebook-button-plugin.php:
|
140 |
msgid "Before and After"
|
141 |
msgstr "До та після"
|
142 |
|
143 |
-
#: facebook-button-plugin.php:
|
144 |
msgid "Shortcode"
|
145 |
msgstr "Шорткод"
|
146 |
|
147 |
-
#: facebook-button-plugin.php:
|
148 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
149 |
msgstr "Якщо ви хочете додати кнопку Facebook на ваш сайт, просто скопіюйте і помістіть цей шорткод у пост або на сторінку:"
|
150 |
|
151 |
-
#: facebook-button-plugin.php:
|
152 |
msgid "Facebook buttons language"
|
153 |
msgstr "Мова кнопок Facebook"
|
154 |
|
155 |
-
#: facebook-button-plugin.php:
|
156 |
msgid "Change the language of Facebook Like Button"
|
157 |
msgstr "Змінити мову для кнопок Facebook"
|
158 |
|
159 |
-
#: facebook-button-plugin.php:
|
160 |
-
#: facebook-button-plugin.php:348
|
161 |
#: facebook-button-plugin.php:353
|
|
|
162 |
msgid "Use the current site language"
|
163 |
msgstr "Використовувати поточну мову сайту"
|
164 |
|
165 |
-
#: facebook-button-plugin.php:
|
166 |
-
#: facebook-button-plugin.php:349
|
167 |
#: facebook-button-plugin.php:354
|
|
|
168 |
msgid "Using"
|
169 |
msgstr "Використовуючи"
|
170 |
|
171 |
-
#: facebook-button-plugin.php:
|
172 |
msgid "Activate"
|
173 |
msgstr "Активувати"
|
174 |
|
175 |
-
#: facebook-button-plugin.php:
|
176 |
msgid "Download"
|
177 |
msgstr "Завантажити"
|
178 |
|
179 |
-
#: facebook-button-plugin.php:
|
180 |
msgid "Html tag for \"Like\" button"
|
181 |
msgstr "Html тег для кнопки \"Подобається\""
|
182 |
|
183 |
-
#: facebook-button-plugin.php:
|
184 |
msgid "Use this tag to improve validation of your site"
|
185 |
msgstr "Використовуйте цей тег для поліпшення валідації вашого сайту"
|
186 |
|
187 |
-
#: facebook-button-plugin.php:
|
|
|
|
|
|
|
|
|
188 |
msgid "\"Like\" for an entire site on every page:"
|
189 |
msgstr "\"Подобається\" для всього сайту на кожній сторінці"
|
190 |
|
191 |
-
#: facebook-button-plugin.php:
|
192 |
msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
|
193 |
msgstr "Увага: опція \"Подобається для всього сайту\" - не створює додаткову кнопку. Ця опція дозволяє при кліку користувачами на стандартну кнопку плагіна ставити \"Подобається\" усьому сайту , якщо ця опція увімкнена, або ставити \"Подобається\" окремим постам, якщо опція вимкнена."
|
194 |
|
195 |
-
#: facebook-button-plugin.php:
|
196 |
-
#: facebook-button-plugin.php:
|
197 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
198 |
msgstr "Якщо ви перейдете на Pro версію, усі установки будуть збережені."
|
199 |
|
200 |
-
#: facebook-button-plugin.php:
|
201 |
-
#: facebook-button-plugin.php:
|
202 |
msgid "Unlock premium options by upgrading to Pro version"
|
203 |
msgstr "Зробити доступними преміум-опції, перейшовши на Pro версію"
|
204 |
|
205 |
-
#: facebook-button-plugin.php:
|
206 |
-
#: facebook-button-plugin.php:
|
207 |
msgid "Learn More"
|
208 |
msgstr "Докладніше"
|
209 |
|
210 |
-
#: facebook-button-plugin.php:
|
211 |
-
#: facebook-button-plugin.php:
|
212 |
msgid "Save Changes"
|
213 |
msgstr "Зберегти зміни"
|
214 |
|
215 |
-
#: facebook-button-plugin.php:
|
216 |
msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
|
217 |
msgstr "Будь ласка, оберіть необхідні типи постів (чи сторінок), де буде відображатися кнопка Facebook"
|
218 |
|
219 |
-
#: facebook-button-plugin.php:
|
220 |
msgid "Show URL for pages"
|
221 |
msgstr "Відображати URL сторінок"
|
222 |
|
223 |
-
#: facebook-button-plugin.php:
|
224 |
msgid "Example of the site's pages tree"
|
225 |
msgstr "Приклад дерева сторінок сайту"
|
226 |
|
227 |
-
#: facebook-button-plugin.php:
|
228 |
msgid "Example of site pages' tree"
|
229 |
msgstr "Приклад дерева сторінок сайту"
|
230 |
|
231 |
-
#: facebook-button-plugin.php:
|
232 |
msgid "Support"
|
233 |
msgstr "Підтримка"
|
234 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-08-26 12:22+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-08-26 13:18+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ua_UA\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: facebook-button-plugin.php:32
|
20 |
+
#: facebook-button-plugin.php:255
|
21 |
msgid "Facebook Button Settings"
|
22 |
msgstr "Установки кнопки Facebook"
|
23 |
|
24 |
+
#: facebook-button-plugin.php:180
|
25 |
msgid "Settings saved"
|
26 |
msgstr "Установки збережені"
|
27 |
|
28 |
+
#: facebook-button-plugin.php:206
|
29 |
msgid "Error: File size > 32K"
|
30 |
msgstr "Помилка: Розмір файлу > 32K"
|
31 |
|
32 |
+
#: facebook-button-plugin.php:209
|
33 |
msgid "Error: Invalid file type"
|
34 |
msgstr "Помилка: Невірний тип файлу"
|
35 |
|
36 |
+
#: facebook-button-plugin.php:215
|
37 |
msgid "Upload successful."
|
38 |
msgstr "Файл був завантажений успішно"
|
39 |
|
40 |
+
#: facebook-button-plugin.php:225
|
41 |
msgid "Error: moving file failed"
|
42 |
msgstr "Помилка: не вдалося переміщення файлів"
|
43 |
|
44 |
+
#: facebook-button-plugin.php:228
|
45 |
msgid "Error: check image width or height"
|
46 |
msgstr "Помилка: Перевірте ширину або висоту зображення"
|
47 |
|
48 |
+
#: facebook-button-plugin.php:232
|
49 |
msgid "Uploading Error: check image properties"
|
50 |
msgstr "Помилка Завантаження: Перевірте властивості зображення"
|
51 |
|
52 |
+
#: facebook-button-plugin.php:242
|
53 |
msgid "All plugin settings were restored."
|
54 |
msgstr "Всі налаштування плагіну було скинуто до стандартних."
|
55 |
|
56 |
+
#: facebook-button-plugin.php:257
|
57 |
+
#: facebook-button-plugin.php:666
|
58 |
+
#: facebook-button-plugin.php:680
|
59 |
msgid "Settings"
|
60 |
msgstr "Установки"
|
61 |
|
62 |
+
#: facebook-button-plugin.php:258
|
63 |
msgid "Extra settings"
|
64 |
msgstr "Додаткові налаштування"
|
65 |
|
66 |
+
#: facebook-button-plugin.php:259
|
67 |
+
#: facebook-button-plugin.php:681
|
68 |
msgid "FAQ"
|
69 |
msgstr "FAQ"
|
70 |
|
71 |
+
#: facebook-button-plugin.php:260
|
72 |
msgid "Go PRO"
|
73 |
msgstr "Перейти на Pro версію"
|
74 |
|
75 |
+
#: facebook-button-plugin.php:264
|
76 |
msgid "Notice:"
|
77 |
msgstr "Нагадування:"
|
78 |
|
79 |
+
#: facebook-button-plugin.php:264
|
80 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
81 |
msgstr "Налаштування плагіну було змінено. Для того, щоб зберегти ці зміни, не забудьте нажати кнопку \"Зберегти зміни\"."
|
82 |
|
83 |
+
#: facebook-button-plugin.php:273
|
84 |
msgid "Your Facebook ID or username"
|
85 |
msgstr "ID вашого Facebook акаунту"
|
86 |
|
87 |
+
#: facebook-button-plugin.php:279
|
88 |
msgid "Display button"
|
89 |
msgstr "Відображати кнопку"
|
90 |
|
91 |
+
#: facebook-button-plugin.php:282
|
92 |
msgid "My Page"
|
93 |
msgstr "Моя сторінка"
|
94 |
|
95 |
+
#: facebook-button-plugin.php:283
|
96 |
msgid "Like"
|
97 |
msgstr "Подобається"
|
98 |
|
99 |
+
#: facebook-button-plugin.php:284
|
100 |
msgid "Share"
|
101 |
msgstr "Поширити"
|
102 |
|
103 |
+
#: facebook-button-plugin.php:290
|
104 |
msgid "\"My page\" button image"
|
105 |
msgstr "Зображення кнопки \"Моя сторінка\""
|
106 |
|
107 |
+
#: facebook-button-plugin.php:295
|
108 |
msgid "Standard Facebook image"
|
109 |
msgstr "Стандартне зображення Facebook "
|
110 |
|
111 |
+
#: facebook-button-plugin.php:296
|
112 |
msgid "Custom Facebook image"
|
113 |
msgstr "Кастомне зображення Facebook"
|
114 |
|
115 |
+
#: facebook-button-plugin.php:299
|
116 |
msgid "To use custom image you need to setup permissions to upload directory of your site"
|
117 |
msgstr "Для використання кастомного зображення Вам необхідно видати права доступу на папку завантажень на вашому сайті"
|
118 |
|
119 |
+
#: facebook-button-plugin.php:306
|
120 |
msgid "Current image"
|
121 |
msgstr "Поточне зображення"
|
122 |
|
123 |
+
#: facebook-button-plugin.php:314
|
124 |
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
125 |
msgstr "Властивості зображення: максимальна ширина зображення:100px; максимальна висота зображення: 40px; максимальний розмір зображення: 32Kb; типи зображеннь :\"jpg\", \"jpeg\", \"png\"."
|
126 |
|
127 |
+
#: facebook-button-plugin.php:319
|
128 |
msgid "Facebook buttons position"
|
129 |
msgstr "Розташування кнопок Facebook"
|
130 |
|
131 |
+
#: facebook-button-plugin.php:323
|
132 |
msgid "Before"
|
133 |
msgstr "До"
|
134 |
|
135 |
+
#: facebook-button-plugin.php:324
|
136 |
msgid "After"
|
137 |
msgstr "Після"
|
138 |
|
139 |
+
#: facebook-button-plugin.php:325
|
140 |
msgid "Before and After"
|
141 |
msgstr "До та після"
|
142 |
|
143 |
+
#: facebook-button-plugin.php:326
|
144 |
msgid "Shortcode"
|
145 |
msgstr "Шорткод"
|
146 |
|
147 |
+
#: facebook-button-plugin.php:328
|
148 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
149 |
msgstr "Якщо ви хочете додати кнопку Facebook на ваш сайт, просто скопіюйте і помістіть цей шорткод у пост або на сторінку:"
|
150 |
|
151 |
+
#: facebook-button-plugin.php:333
|
152 |
msgid "Facebook buttons language"
|
153 |
msgstr "Мова кнопок Facebook"
|
154 |
|
155 |
+
#: facebook-button-plugin.php:345
|
156 |
msgid "Change the language of Facebook Like Button"
|
157 |
msgstr "Змінити мову для кнопок Facebook"
|
158 |
|
159 |
+
#: facebook-button-plugin.php:350
|
|
|
160 |
#: facebook-button-plugin.php:353
|
161 |
+
#: facebook-button-plugin.php:358
|
162 |
msgid "Use the current site language"
|
163 |
msgstr "Використовувати поточну мову сайту"
|
164 |
|
165 |
+
#: facebook-button-plugin.php:350
|
|
|
166 |
#: facebook-button-plugin.php:354
|
167 |
+
#: facebook-button-plugin.php:359
|
168 |
msgid "Using"
|
169 |
msgstr "Використовуючи"
|
170 |
|
171 |
+
#: facebook-button-plugin.php:354
|
172 |
msgid "Activate"
|
173 |
msgstr "Активувати"
|
174 |
|
175 |
+
#: facebook-button-plugin.php:359
|
176 |
msgid "Download"
|
177 |
msgstr "Завантажити"
|
178 |
|
179 |
+
#: facebook-button-plugin.php:366
|
180 |
msgid "Html tag for \"Like\" button"
|
181 |
msgstr "Html тег для кнопки \"Подобається\""
|
182 |
|
183 |
+
#: facebook-button-plugin.php:371
|
184 |
msgid "Use this tag to improve validation of your site"
|
185 |
msgstr "Використовуйте цей тег для поліпшення валідації вашого сайту"
|
186 |
|
187 |
+
#: facebook-button-plugin.php:376
|
188 |
+
msgid "Display buttons in excerpt"
|
189 |
+
msgstr "Відображати кнопки в уривку"
|
190 |
+
|
191 |
+
#: facebook-button-plugin.php:388
|
192 |
msgid "\"Like\" for an entire site on every page:"
|
193 |
msgstr "\"Подобається\" для всього сайту на кожній сторінці"
|
194 |
|
195 |
+
#: facebook-button-plugin.php:390
|
196 |
msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
|
197 |
msgstr "Увага: опція \"Подобається для всього сайту\" - не створює додаткову кнопку. Ця опція дозволяє при кліку користувачами на стандартну кнопку плагіна ставити \"Подобається\" усьому сайту , якщо ця опція увімкнена, або ставити \"Подобається\" окремим постам, якщо опція вимкнена."
|
198 |
|
199 |
+
#: facebook-button-plugin.php:395
|
200 |
+
#: facebook-button-plugin.php:448
|
201 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
202 |
msgstr "Якщо ви перейдете на Pro версію, усі установки будуть збережені."
|
203 |
|
204 |
+
#: facebook-button-plugin.php:402
|
205 |
+
#: facebook-button-plugin.php:455
|
206 |
msgid "Unlock premium options by upgrading to Pro version"
|
207 |
msgstr "Зробити доступними преміум-опції, перейшовши на Pro версію"
|
208 |
|
209 |
+
#: facebook-button-plugin.php:404
|
210 |
+
#: facebook-button-plugin.php:457
|
211 |
msgid "Learn More"
|
212 |
msgstr "Докладніше"
|
213 |
|
214 |
+
#: facebook-button-plugin.php:411
|
215 |
+
#: facebook-button-plugin.php:443
|
216 |
msgid "Save Changes"
|
217 |
msgstr "Зберегти зміни"
|
218 |
|
219 |
+
#: facebook-button-plugin.php:425
|
220 |
msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
|
221 |
msgstr "Будь ласка, оберіть необхідні типи постів (чи сторінок), де буде відображатися кнопка Facebook"
|
222 |
|
223 |
+
#: facebook-button-plugin.php:432
|
224 |
msgid "Show URL for pages"
|
225 |
msgstr "Відображати URL сторінок"
|
226 |
|
227 |
+
#: facebook-button-plugin.php:438
|
228 |
msgid "Example of the site's pages tree"
|
229 |
msgstr "Приклад дерева сторінок сайту"
|
230 |
|
231 |
+
#: facebook-button-plugin.php:438
|
232 |
msgid "Example of site pages' tree"
|
233 |
msgstr "Приклад дерева сторінок сайту"
|
234 |
|
235 |
+
#: facebook-button-plugin.php:682
|
236 |
msgid "Support"
|
237 |
msgstr "Підтримка"
|
238 |
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Facebook Like Button by BestWebSoft ===
|
2 |
Contributors: bestwebsoft
|
3 |
Donate link: http://bestwebsoft.com/donate/
|
4 |
-
Tags: button,
|
5 |
Requires at least: 3.1
|
6 |
Tested up to: 4.3
|
7 |
-
Stable tag: 2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -16,21 +16,21 @@ Facebook Like Button plugin allows you to add a Follow button the easiest way. I
|
|
16 |
|
17 |
http://www.youtube.com/watch?v=QGv04uHVl5c
|
18 |
|
19 |
-
<a href="http://www.youtube.com/watch?v=pAKsQPz3RZc" target="_blank">Video instruction on Installation</a>
|
20 |
|
21 |
-
<a href="http://wordpress.org/plugins/facebook-button-plugin/faq/" target="_blank">FAQ</a>
|
22 |
|
23 |
-
<a href="http://support.bestwebsoft.com" target="_blank">Support</a>
|
24 |
|
25 |
-
<a href="http://bestwebsoft.com/products/facebook-like-button/?k=4caab51af6593e97ad1e329fe0f53072" target="_blank">Upgrade to Pro
|
26 |
|
27 |
= Features =
|
28 |
|
29 |
-
*
|
30 |
-
*
|
31 |
-
*
|
32 |
-
*
|
33 |
-
*
|
34 |
|
35 |
= Recommended Plugins =
|
36 |
|
@@ -64,7 +64,7 @@ We can fix some things for free for the users who provide translation of our plu
|
|
64 |
2. Activate the plugin via the 'Plugins' menu in your WordPress admin panel.
|
65 |
3. You can adjust the necessary settings in your WordPress admin panel - "Settings" > "Facebook Button".
|
66 |
|
67 |
-
<a href="https://docs.google.com/document/d/1LDmKKxLHq0GavaGcevj4g-8SjLcYPruSKg5Kos9plxM/edit" target="_blank">View a Step-by-step Instruction on Facebook Button Installation</a>.
|
68 |
|
69 |
http://www.youtube.com/watch?v=pAKsQPz3RZc
|
70 |
|
@@ -110,6 +110,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
|
|
110 |
|
111 |
== Changelog ==
|
112 |
|
|
|
|
|
|
|
113 |
= V2.42 - 24.08.2015 =
|
114 |
* Update : We added buttons displaying for the excerpt.
|
115 |
* Update : We updated all functionality for wordpress 4.3.
|
@@ -282,6 +285,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
|
|
282 |
|
283 |
== Upgrade Notice ==
|
284 |
|
|
|
|
|
|
|
285 |
= V2.42 =
|
286 |
We added buttons displaying for the excerpt. We updated all functionality for wordpress 4.3.
|
287 |
|
1 |
=== Facebook Like Button by BestWebSoft ===
|
2 |
Contributors: bestwebsoft
|
3 |
Donate link: http://bestwebsoft.com/donate/
|
4 |
+
Tags: add button, add social button, add fb button, add facebook social button, add social buttons, add facebook button, add share button, add fb share button, add facebook share button, batton, best facebook plugin, best fb like button, best facebook like button, buton, button, button image, Button like, button position, FB, fb button, fb like, fb like button, fb share, Facebook, Facebook account button, facebook button, facebook button icon, facebook button language, Facebook button like, Facebook button share, Facebook ID, facebook like, facebook like button, Facebook Page, facebook share, facebook share button, follow, folow, follow button, icon, Like, like, likes, like button, My Page button, nice fb like button, nice facebook button, nice fb button, simple fb plugin, simple facebook plugin, social plugin, social plugins, Share, share button, social, social account, social button, wp plugin, wp social plugin, wordpress social plugin
|
5 |
Requires at least: 3.1
|
6 |
Tested up to: 4.3
|
7 |
+
Stable tag: 2.43
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
16 |
|
17 |
http://www.youtube.com/watch?v=QGv04uHVl5c
|
18 |
|
19 |
+
<a href="http://www.youtube.com/watch?v=pAKsQPz3RZc" target="_blank">Facebook Like Button by BestWebSoft Video instruction on Installation</a>
|
20 |
|
21 |
+
<a href="http://wordpress.org/plugins/facebook-button-plugin/faq/" target="_blank">Facebook Like Button by BestWebSoft FAQ</a>
|
22 |
|
23 |
+
<a href="http://support.bestwebsoft.com" target="_blank">Facebook Like Button by BestWebSoft Support</a>
|
24 |
|
25 |
+
<a href="http://bestwebsoft.com/products/facebook-like-button/?k=4caab51af6593e97ad1e329fe0f53072" target="_blank">Upgrade to Facebook Like Button Pro by BestWebSoft</a>
|
26 |
|
27 |
= Features =
|
28 |
|
29 |
+
* Add Follow button the easiest way.
|
30 |
+
* Add Facebook Like button and Facebook Share button.
|
31 |
+
* Select the button position: before the content, after, before and after or using a shortcode.
|
32 |
+
* Use a standard image or replace it with some other image.
|
33 |
+
* Use the current site language for Facebook Buttons (Using <a href="http://bestwebsoft.com/products/multilanguage/" target="_blank">Multilanguage by BestWebSoft</a>)
|
34 |
|
35 |
= Recommended Plugins =
|
36 |
|
64 |
2. Activate the plugin via the 'Plugins' menu in your WordPress admin panel.
|
65 |
3. You can adjust the necessary settings in your WordPress admin panel - "Settings" > "Facebook Button".
|
66 |
|
67 |
+
<a href="https://docs.google.com/document/d/1LDmKKxLHq0GavaGcevj4g-8SjLcYPruSKg5Kos9plxM/edit" target="_blank">View a Step-by-step Instruction on Facebook Like Button by BestWebSoft Installation</a>.
|
68 |
|
69 |
http://www.youtube.com/watch?v=pAKsQPz3RZc
|
70 |
|
110 |
|
111 |
== Changelog ==
|
112 |
|
113 |
+
= V2.43 - 26.08.2015 =
|
114 |
+
* New : Option to display the button in excerpt.
|
115 |
+
|
116 |
= V2.42 - 24.08.2015 =
|
117 |
* Update : We added buttons displaying for the excerpt.
|
118 |
* Update : We updated all functionality for wordpress 4.3.
|
285 |
|
286 |
== Upgrade Notice ==
|
287 |
|
288 |
+
= V2.43 =
|
289 |
+
Option to display the button in excerpt.
|
290 |
+
|
291 |
= V2.42 =
|
292 |
We added buttons displaying for the excerpt. We updated all functionality for wordpress 4.3.
|
293 |
|