Version Description
- The Beam icon and name replaced with rebranded.
- Added option for the telephone button.
- To the plugin settings page added information about the plugin version number.
- The "Tested up to:" comment changed to 4.8 after full testing process.
- The "version.php" file renamed to "versioning.php".
- The "versioning.php" file updated to new version.
- The "plugin_version_number" function renamed to the "versioning".
Download this release
Release Info
Developer | Arthur Gareginyan |
Plugin | Social Media Follow Buttons Bar |
Version | 4.10 |
Comparing to | |
See all releases |
Code changes from version 4.9 to 4.10
- inc/css/admin.css +8 -1
- inc/img/social-media-icons/beam.png +0 -0
- inc/img/social-media-icons/mixer.png +0 -0
- inc/img/social-media-icons/telephone.png +0 -0
- inc/php/messages.php +2 -2
- inc/php/settings.php +14 -6
- inc/php/upgrade.php +33 -0
- inc/php/version.php +0 -77
- inc/php/versioning.php +107 -0
- languages/social-media-buttons-toolbar-es_ES.mo +0 -0
- languages/social-media-buttons-toolbar-es_ES.po +101 -90
- languages/social-media-buttons-toolbar-ru_RU.mo +0 -0
- languages/social-media-buttons-toolbar-ru_RU.po +106 -91
- languages/social-media-buttons-toolbar.pot +95 -87
- readme.txt +17 -7
- social-media-buttons-toolbar.php +2 -2
inc/css/admin.css
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @uthor Arthur Gareginyan
|
6 |
* @link http://www.arthurgareginyan.com
|
7 |
* @copyright Copyright (c) 2016-2017 Arthur Gareginyan. All Rights Reserved.
|
8 |
-
* @since 4.
|
9 |
*/
|
10 |
|
11 |
|
@@ -100,6 +100,9 @@ h3.title {
|
|
100 |
margin-right: 20px;
|
101 |
border-radius: 15px;
|
102 |
}
|
|
|
|
|
|
|
103 |
.hello-message .modal-body p {
|
104 |
font-size: 16px;
|
105 |
}
|
@@ -142,6 +145,10 @@ h3.title {
|
|
142 |
#side-sortables .paypal {
|
143 |
font-size: 18px;
|
144 |
}
|
|
|
|
|
|
|
|
|
145 |
|
146 |
/* Support - addition section
|
147 |
-------------------------------------------------------------- */
|
5 |
* @uthor Arthur Gareginyan
|
6 |
* @link http://www.arthurgareginyan.com
|
7 |
* @copyright Copyright (c) 2016-2017 Arthur Gareginyan. All Rights Reserved.
|
8 |
+
* @since 4.10
|
9 |
*/
|
10 |
|
11 |
|
100 |
margin-right: 20px;
|
101 |
border-radius: 15px;
|
102 |
}
|
103 |
+
.hello-message .modal-body .emoji {
|
104 |
+
float: none;
|
105 |
+
}
|
106 |
.hello-message .modal-body p {
|
107 |
font-size: 16px;
|
108 |
}
|
145 |
#side-sortables .paypal {
|
146 |
font-size: 18px;
|
147 |
}
|
148 |
+
#side-sortables .version {
|
149 |
+
color: #888888;
|
150 |
+
text-align: right;
|
151 |
+
}
|
152 |
|
153 |
/* Support - addition section
|
154 |
-------------------------------------------------------------- */
|
inc/img/social-media-icons/beam.png
DELETED
Binary file
|
inc/img/social-media-icons/mixer.png
ADDED
Binary file
|
inc/img/social-media-icons/telephone.png
ADDED
Binary file
|
inc/php/messages.php
CHANGED
@@ -10,7 +10,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
|
|
10 |
/**
|
11 |
* Hello message - Bootstrap Modal
|
12 |
*
|
13 |
-
* @since 4.
|
14 |
*/
|
15 |
function smbtoolbar_hello_message() {
|
16 |
|
@@ -29,7 +29,7 @@ function smbtoolbar_hello_message() {
|
|
29 |
<button type="button" class="close" data-dismiss="modal">×</button>
|
30 |
<p><?php _e( 'Hello. I\'m Arthur, the author of this plugin.', SMEDIABT_TEXT ); ?></p>
|
31 |
<p><?php printf(
|
32 |
-
__( 'Thank you for installing my plugin! I hope you will love it %s', SMEDIABT_TEXT ),
|
33 |
'😃'
|
34 |
);
|
35 |
?></p>
|
10 |
/**
|
11 |
* Hello message - Bootstrap Modal
|
12 |
*
|
13 |
+
* @since 4.10
|
14 |
*/
|
15 |
function smbtoolbar_hello_message() {
|
16 |
|
29 |
<button type="button" class="close" data-dismiss="modal">×</button>
|
30 |
<p><?php _e( 'Hello. I\'m Arthur, the author of this plugin.', SMEDIABT_TEXT ); ?></p>
|
31 |
<p><?php printf(
|
32 |
+
__( 'Thank you for installing my plugin! I hope you will love it! %s', SMEDIABT_TEXT ),
|
33 |
'😃'
|
34 |
);
|
35 |
?></p>
|
inc/php/settings.php
CHANGED
@@ -10,7 +10,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
|
|
10 |
/**
|
11 |
* Render Settings Tab
|
12 |
*
|
13 |
-
* @since 4.
|
14 |
*/
|
15 |
?>
|
16 |
<!-- SIDEBAR -->
|
@@ -21,6 +21,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
|
|
21 |
<h3 class="title"><?php _e( 'About', SMEDIABT_TEXT ); ?></h3>
|
22 |
<div class="inside">
|
23 |
<p><?php _e( 'This plugin allows you to easily add the social media follow buttons bar to any place of your website.', SMEDIABT_TEXT ); ?></p>
|
|
|
24 |
</div>
|
25 |
</div>
|
26 |
|
@@ -306,11 +307,11 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
|
|
306 |
'//store.steampowered.com'
|
307 |
);
|
308 |
?>
|
309 |
-
<?php smbtoolbar_media( '
|
310 |
-
'
|
311 |
-
'
|
312 |
-
__( 'Enter the link to your
|
313 |
-
'//
|
314 |
);
|
315 |
?>
|
316 |
<?php smbtoolbar_media( 'discord',
|
@@ -418,6 +419,13 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
|
|
418 |
''
|
419 |
);
|
420 |
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
421 |
<?php smbtoolbar_media( 'rss-feed',
|
422 |
'RSS Feed',
|
423 |
'http://YourDomainNameHere.com/feed',
|
10 |
/**
|
11 |
* Render Settings Tab
|
12 |
*
|
13 |
+
* @since 4.10
|
14 |
*/
|
15 |
?>
|
16 |
<!-- SIDEBAR -->
|
21 |
<h3 class="title"><?php _e( 'About', SMEDIABT_TEXT ); ?></h3>
|
22 |
<div class="inside">
|
23 |
<p><?php _e( 'This plugin allows you to easily add the social media follow buttons bar to any place of your website.', SMEDIABT_TEXT ); ?></p>
|
24 |
+
<p class="version"><?php _e( 'Version', SMEDIABT_TEXT ); ?> <?php echo SMEDIABT_VERSION; ?></p>
|
25 |
</div>
|
26 |
</div>
|
27 |
|
307 |
'//store.steampowered.com'
|
308 |
);
|
309 |
?>
|
310 |
+
<?php smbtoolbar_media( 'mixer',
|
311 |
+
'Mixer',
|
312 |
+
'https://mixer.com/YourUsernameHere',
|
313 |
+
__( 'Enter the link to your Mixer profile page', SMEDIABT_TEXT ),
|
314 |
+
'//mixer.com'
|
315 |
);
|
316 |
?>
|
317 |
<?php smbtoolbar_media( 'discord',
|
419 |
''
|
420 |
);
|
421 |
?>
|
422 |
+
<?php smbtoolbar_media( 'telephone',
|
423 |
+
'Telephone',
|
424 |
+
'tel://1-555-555-5555',
|
425 |
+
__( 'Enter your telephone number with prefix <b>tel://</b>', SMEDIABT_TEXT ),
|
426 |
+
''
|
427 |
+
);
|
428 |
+
?>
|
429 |
<?php smbtoolbar_media( 'rss-feed',
|
430 |
'RSS Feed',
|
431 |
'http://YourDomainNameHere.com/feed',
|
inc/php/upgrade.php
CHANGED
@@ -6,3 +6,36 @@
|
|
6 |
* @since 0.1
|
7 |
*/
|
8 |
defined( 'ABSPATH' ) or die( "Restricted access!" );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
* @since 0.1
|
7 |
*/
|
8 |
defined( 'ABSPATH' ) or die( "Restricted access!" );
|
9 |
+
|
10 |
+
/**
|
11 |
+
* Upgrade plugin data in the database to version 4.10
|
12 |
+
*
|
13 |
+
* @since 4.10
|
14 |
+
*/
|
15 |
+
function smbtoolbar_upgrade_4_10_settings() {
|
16 |
+
|
17 |
+
// Read plugin settings from the database
|
18 |
+
$settings = get_option( SMEDIABT_SETTINGS . '_settings' );
|
19 |
+
$array = !empty( $settings['media'] ) ? $settings['media'] : array();
|
20 |
+
$old_key = 'beam';
|
21 |
+
$new_key = 'mixer';
|
22 |
+
|
23 |
+
// Exit if the upgrade is not needed or alreade done
|
24 |
+
if ( ! array_key_exists( $old_key, $array ) ) {
|
25 |
+
return;
|
26 |
+
}
|
27 |
+
|
28 |
+
// Replace the key name from "beam" to "mixer"
|
29 |
+
$keys = array_keys( $array );
|
30 |
+
$keys[ array_search( $old_key, $keys ) ] = $new_key;
|
31 |
+
$settings['media'] = array_combine( $keys, $array );
|
32 |
+
|
33 |
+
// Replace the value of the key "label" and "slug"
|
34 |
+
$settings['media']['mixer']['label'] = 'Mixer';
|
35 |
+
$settings['media']['mixer']['slug'] = 'mixer';
|
36 |
+
|
37 |
+
// Update plugin setting in the database
|
38 |
+
update_option( SMEDIABT_SETTINGS . '_settings', $settings );
|
39 |
+
|
40 |
+
}
|
41 |
+
smbtoolbar_upgrade_4_10_settings();
|
inc/php/version.php
DELETED
@@ -1,77 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
/**
|
4 |
-
* Prevent Direct Access
|
5 |
-
*
|
6 |
-
* @since 0.1
|
7 |
-
*/
|
8 |
-
defined( 'ABSPATH' ) or die( "Restricted access!" );
|
9 |
-
|
10 |
-
/**
|
11 |
-
* Function for managing information about the version number of the plugin
|
12 |
-
*
|
13 |
-
* @since 4.7
|
14 |
-
*/
|
15 |
-
function smbtoolbar_plugin_version_number() {
|
16 |
-
|
17 |
-
// Set variables:
|
18 |
-
// - Read the plugin service information from the database and put it into an array
|
19 |
-
// - Make the "$info" array if the plugin service information in the database is not exist
|
20 |
-
// - Get the current plugin version number from the database
|
21 |
-
// - Get the new plugin version number from the global constant
|
22 |
-
$info = get_option( SMEDIABT_SETTINGS . '_service_info' );
|
23 |
-
if ( !is_array( $info ) ) {
|
24 |
-
$info = array();
|
25 |
-
}
|
26 |
-
$current_number = !empty( $info['version'] ) ? $info['version'] : '0';
|
27 |
-
$new_number = SMEDIABT_VERSION;
|
28 |
-
|
29 |
-
// Update the "_service_info" data in the database if the version number is not number
|
30 |
-
if ( !is_numeric($current_number) ) {
|
31 |
-
|
32 |
-
$info['version'] = $new_number;
|
33 |
-
update_option( SMEDIABT_SETTINGS . '_service_info', $info );
|
34 |
-
|
35 |
-
}
|
36 |
-
|
37 |
-
// If the version number in the database is same as the new version number:
|
38 |
-
// - Reset the "old_version" marker in the database
|
39 |
-
// - Exit from this function
|
40 |
-
if ( $new_number == $current_number ) {
|
41 |
-
|
42 |
-
if ( $info['old_version'] == '1' ) {
|
43 |
-
|
44 |
-
$info['old_version'] = '0';
|
45 |
-
update_option( SMEDIABT_SETTINGS . '_service_info', $info );
|
46 |
-
|
47 |
-
}
|
48 |
-
|
49 |
-
return;
|
50 |
-
}
|
51 |
-
|
52 |
-
// If the version number in the database is smaller than the new version number:
|
53 |
-
// - Save the new version number to the database
|
54 |
-
// - Update the "old_version" marker in the database
|
55 |
-
// - Exit from this function
|
56 |
-
if ( $new_number > $current_number ) {
|
57 |
-
|
58 |
-
$info['version'] = $new_number;
|
59 |
-
$info['old_version'] = '0';
|
60 |
-
update_option( SMEDIABT_SETTINGS . '_service_info', $info );
|
61 |
-
|
62 |
-
return;
|
63 |
-
}
|
64 |
-
|
65 |
-
// If the version number in the database is greater than the new version number:
|
66 |
-
// - Save the "old_version" marker to the database
|
67 |
-
// - Exit from this function
|
68 |
-
if ( $new_number < $current_number ) {
|
69 |
-
|
70 |
-
$info['old_version'] = '1';
|
71 |
-
update_option( SMEDIABT_SETTINGS . '_service_info', $info );
|
72 |
-
|
73 |
-
return;
|
74 |
-
}
|
75 |
-
|
76 |
-
}
|
77 |
-
smbtoolbar_plugin_version_number();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/php/versioning.php
ADDED
@@ -0,0 +1,107 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Prevent Direct Access
|
5 |
+
*
|
6 |
+
* @since 0.1
|
7 |
+
*/
|
8 |
+
defined( 'ABSPATH' ) or die( "Restricted access!" );
|
9 |
+
|
10 |
+
/**
|
11 |
+
* Function for managing information about the version number of the plugin
|
12 |
+
*
|
13 |
+
* @since 4.10
|
14 |
+
*/
|
15 |
+
function smbtoolbar_versioning() {
|
16 |
+
|
17 |
+
///////////////////////////////////////////////////////////////////
|
18 |
+
// SETTING VARIABLES //
|
19 |
+
///////////////////////////////////////////////////////////////////
|
20 |
+
|
21 |
+
$version_files = SMEDIABT_VERSION;
|
22 |
+
$settings = SMEDIABT_SETTINGS;
|
23 |
+
|
24 |
+
// Read the plugin service information from the database and put it into an array
|
25 |
+
$info = get_option( $settings . '_service_info' );
|
26 |
+
|
27 |
+
// Make the "$info" array if the plugin service information in the database is not exist
|
28 |
+
if ( ! is_array( $info ) ) $info = array();
|
29 |
+
|
30 |
+
// Get the current plugin version number from the database
|
31 |
+
$version_db = !empty( $info['version'] ) ? $info['version'] : '0';
|
32 |
+
|
33 |
+
///////////////////////////////////////////////////////////////////
|
34 |
+
// FORMATTING NUMBERS //
|
35 |
+
///////////////////////////////////////////////////////////////////
|
36 |
+
|
37 |
+
// Clean the version number from extra digits
|
38 |
+
$version_db = substr( $version_db, 0, 4 );
|
39 |
+
$version_files = substr( $version_files, 0, 4 );
|
40 |
+
if ( ! is_numeric( $version_db ) ) {
|
41 |
+
$version_db = number_format( floor( $version_db * 100 ) / 100, 1, '.', '' );
|
42 |
+
}
|
43 |
+
if ( ! is_numeric( $version_files ) ) {
|
44 |
+
$version_files = number_format( floor( $version_files * 100 ) / 100, 1, '.', '' );
|
45 |
+
}
|
46 |
+
|
47 |
+
// Count the number of decimal digits in version number
|
48 |
+
$version_db_count = strlen( substr( strrchr( $version_db, "."), 1 ) );
|
49 |
+
$version_files_count = strlen( substr( strrchr( $version_files, "."), 1 ) );
|
50 |
+
|
51 |
+
// Fix decimals if the number of decimal digits in version number is 1
|
52 |
+
if ( $version_db_count == '1' ) {
|
53 |
+
$version_db_formated = ( $version_db - floor( $version_db ) ) / 10;
|
54 |
+
$version_db_formated = ( floor( $version_db ) + $version_db_formated );
|
55 |
+
$version_db = sprintf( '%0.2f', $version_db_formated );
|
56 |
+
}
|
57 |
+
if ( $version_files_count == '1' ) {
|
58 |
+
$version_files_formated = ( $version_files - floor( $version_files ) ) / 10;
|
59 |
+
$version_files_formated = ( floor( $version_files ) + $version_files_formated );
|
60 |
+
$version_files = sprintf( '%0.2f', $version_files_formated );
|
61 |
+
}
|
62 |
+
|
63 |
+
///////////////////////////////////////////////////////////////////
|
64 |
+
// COMPARING NUMBERS //
|
65 |
+
///////////////////////////////////////////////////////////////////
|
66 |
+
|
67 |
+
// If the version number in the database is same as the new version number:
|
68 |
+
// - Reset the "old_version" marker in the database
|
69 |
+
// - Exit from this function
|
70 |
+
if ( $version_files == $version_db ) {
|
71 |
+
|
72 |
+
if ( $info['old_version'] == '1' ) {
|
73 |
+
|
74 |
+
$info['old_version'] = '0';
|
75 |
+
update_option( $settings . '_service_info', $info );
|
76 |
+
|
77 |
+
}
|
78 |
+
|
79 |
+
return;
|
80 |
+
}
|
81 |
+
|
82 |
+
// If the version number in the database is smaller than the new version number:
|
83 |
+
// - Save the new version number to the database
|
84 |
+
// - Update the "old_version" marker in the database
|
85 |
+
// - Exit from this function
|
86 |
+
if ( $version_files > $version_db ) {
|
87 |
+
|
88 |
+
$info['version'] = $version_files;
|
89 |
+
$info['old_version'] = '0';
|
90 |
+
update_option( $settings . '_service_info', $info );
|
91 |
+
|
92 |
+
return;
|
93 |
+
}
|
94 |
+
|
95 |
+
// If the version number in the database is greater than the new version number:
|
96 |
+
// - Save the "old_version" marker to the database
|
97 |
+
// - Exit from this function
|
98 |
+
if ( $version_files < $version_db ) {
|
99 |
+
|
100 |
+
$info['old_version'] = '1';
|
101 |
+
update_option( $settings . '_service_info', $info );
|
102 |
+
|
103 |
+
return;
|
104 |
+
}
|
105 |
+
|
106 |
+
}
|
107 |
+
smbtoolbar_versioning();
|
languages/social-media-buttons-toolbar-es_ES.mo
CHANGED
Binary file
|
languages/social-media-buttons-toolbar-es_ES.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Development (trunk)\n"
|
6 |
-
"POT-Creation-Date: 2017-
|
7 |
-
"PO-Revision-Date: 2017-
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
10 |
"Language: es\n"
|
@@ -40,7 +40,7 @@ msgstr ""
|
|
40 |
|
41 |
#: inc/php/messages.php:32
|
42 |
#, php-format
|
43 |
-
msgid "Thank you for installing my plugin! I hope you will love it %s"
|
44 |
msgstr ""
|
45 |
|
46 |
#: inc/php/messages.php:67
|
@@ -68,8 +68,8 @@ msgstr "F.A.Q."
|
|
68 |
msgid "Author"
|
69 |
msgstr "Autor"
|
70 |
|
71 |
-
#: inc/php/page.php:44 inc/php/page.php:178 inc/php/settings.php:
|
72 |
-
#: inc/php/settings.php:
|
73 |
msgid "Support"
|
74 |
msgstr "Soporte"
|
75 |
|
@@ -137,7 +137,7 @@ msgstr ""
|
|
137 |
msgid "It's that simple!"
|
138 |
msgstr ""
|
139 |
|
140 |
-
#: inc/php/page.php:77 inc/php/settings.php:
|
141 |
msgid "Note!"
|
142 |
msgstr ""
|
143 |
|
@@ -295,7 +295,11 @@ msgstr ""
|
|
295 |
"Este plugin te permite añadir fácilmente una barra de botones de social media en "
|
296 |
"cualquier parte de tu sitio web."
|
297 |
|
298 |
-
#: inc/php/settings.php:
|
|
|
|
|
|
|
|
|
299 |
msgid ""
|
300 |
"I'm an independent developer, without a regular income, so every little "
|
301 |
"contribution helps cover my costs and lets me spend more time building things for "
|
@@ -305,27 +309,27 @@ msgstr ""
|
|
305 |
"pequeña contribución me ayudará a cubrir mis gastos y me permitirá dedicar más "
|
306 |
"tiempo a hacer cosas que puedan disfrutar personas como tú."
|
307 |
|
308 |
-
#: inc/php/settings.php:
|
309 |
msgid "Donate with PayPal"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: inc/php/settings.php:
|
313 |
msgid "Thanks for your support!"
|
314 |
msgstr "¡Gracias por su colaboración!"
|
315 |
|
316 |
-
#: inc/php/settings.php:
|
317 |
msgid "Help"
|
318 |
msgstr "Ayuda"
|
319 |
|
320 |
-
#: inc/php/settings.php:
|
321 |
msgid "Got something to say? Need help?"
|
322 |
msgstr "¿Tienes algo que decir? ¿Necesitas ayuda?"
|
323 |
|
324 |
-
#: inc/php/settings.php:
|
325 |
msgid "Buttons"
|
326 |
msgstr "Botones"
|
327 |
|
328 |
-
#: inc/php/settings.php:
|
329 |
msgid ""
|
330 |
"Just fill in the required fields to make a buttons. The social networking buttons "
|
331 |
"will lead directly to your profile pages. If you don't want to use any of the "
|
@@ -335,195 +339,195 @@ msgstr ""
|
|
335 |
"social conducirán directamente a tu página de perfil en esa red. Si no quieres "
|
336 |
"usar alguno de los botones, sencillamente no lo llenes y no aparecerá."
|
337 |
|
338 |
-
#: inc/php/settings.php:
|
339 |
msgid "Enter the link to your Facebook profile page"
|
340 |
msgstr "Ingresa el enlace a tu página de perfil de Facebook"
|
341 |
|
342 |
-
#: inc/php/settings.php:
|
343 |
msgid "Enter the link to your Twitter profile page"
|
344 |
msgstr "Ingresa el enlace a tu página de perfil de Twitter"
|
345 |
|
346 |
-
#: inc/php/settings.php:
|
347 |
msgid "Enter the link to your Instagram profile page"
|
348 |
msgstr "Ingresa el enlace a tu página de perfil de Instagram"
|
349 |
|
350 |
-
#: inc/php/settings.php:
|
351 |
msgid "Enter the link to your Google+ profile page"
|
352 |
msgstr "Ingresa el enlace a tu página de perfil de Google+"
|
353 |
|
354 |
-
#: inc/php/settings.php:
|
355 |
msgid "Enter the link to your YouTube profile page"
|
356 |
msgstr "Ingresa el enlace a tu página de perfil de Youtube"
|
357 |
|
358 |
-
#: inc/php/settings.php:
|
359 |
msgid "Enter the link to your YouTube Gaming profile page"
|
360 |
msgstr "Ingresa el enlace a tu página de perfil de YouTube Gaming"
|
361 |
|
362 |
-
#: inc/php/settings.php:
|
363 |
msgid "Enter the link to your Periscope profile page"
|
364 |
msgstr "Ingresa el enlace a tu página de perfil de Periscope"
|
365 |
|
366 |
-
#: inc/php/settings.php:
|
367 |
msgid "Enter the link to your Vimeo profile page"
|
368 |
msgstr "Ingresa el enlace a tu página de perfil de Vimeo"
|
369 |
|
370 |
-
#: inc/php/settings.php:
|
371 |
msgid "Enter the link to your Blogger profile page"
|
372 |
msgstr "Ingresa el enlace a tu página de perfil de Blogger"
|
373 |
|
374 |
-
#: inc/php/settings.php:
|
375 |
msgid "Enter the link to your Buzzsprout profile page"
|
376 |
msgstr "Ingresa el enlace a tu página de perfil de Buzzsprout"
|
377 |
|
378 |
-
#: inc/php/settings.php:
|
379 |
msgid "Enter the link to your LiveJournal profile page"
|
380 |
msgstr "Ingresa el enlace a tu página de perfil de LiveJournal"
|
381 |
|
382 |
-
#: inc/php/settings.php:
|
383 |
msgid "Enter the link to your Reddit profile page"
|
384 |
msgstr "Ingresa el enlace a tu página de perfil de Reddit"
|
385 |
|
386 |
-
#: inc/php/settings.php:
|
387 |
msgid "Enter the link to your LinkedIn profile page"
|
388 |
msgstr "Ingresa el enlace a tu página de perfil de LinkedIn"
|
389 |
|
390 |
-
#: inc/php/settings.php:
|
391 |
msgid "Enter the link to your Diaspora profile page"
|
392 |
msgstr "Ingresa el enlace a tu página de perfil de Diaspora"
|
393 |
|
394 |
-
#: inc/php/settings.php:
|
395 |
msgid "Enter the link to your DeviantArt profile page"
|
396 |
msgstr "Ingresa el enlace a tu página de perfil de DeviantArt"
|
397 |
|
398 |
-
#: inc/php/settings.php:
|
399 |
msgid "Enter the link to your XING profile page"
|
400 |
msgstr "Ingresa el enlace a tu página de perfil de XING"
|
401 |
|
402 |
-
#: inc/php/settings.php:
|
403 |
msgid "Enter the link to your Pinterest profile page"
|
404 |
msgstr "Ingresa el enlace a tu página de perfil de Pinterest"
|
405 |
|
406 |
-
#: inc/php/settings.php:
|
407 |
msgid "Enter the link to your Flickr profile page"
|
408 |
msgstr "Ingresa el enlace a tu página de perfil de Flickr"
|
409 |
|
410 |
-
#: inc/php/settings.php:
|
411 |
msgid "Enter the link to your Tumblr profile page"
|
412 |
msgstr "Ingresa el enlace a tu página de perfil de Tumblr"
|
413 |
|
414 |
-
#: inc/php/settings.php:
|
415 |
msgid "Enter the link to your Snapchat profile page"
|
416 |
msgstr "Ingresa el enlace a tu página de perfil de Snapchat"
|
417 |
|
418 |
-
#: inc/php/settings.php:
|
419 |
msgid "Enter the link to your Twitch profile page"
|
420 |
msgstr "Ingresa el enlace a tu página de perfil de Twitch"
|
421 |
|
422 |
-
#: inc/php/settings.php:
|
423 |
msgid "Enter the link to your Patreon profile page"
|
424 |
msgstr "Ingresa el enlace a tu página de perfil de Patreon"
|
425 |
|
426 |
-
#: inc/php/settings.php:
|
427 |
msgid "Enter the link to your IMDb profile page"
|
428 |
msgstr "Ingresa el enlace a tu página de perfil de IMDb"
|
429 |
|
430 |
-
#: inc/php/settings.php:
|
431 |
msgid "Enter the link to your SoundCloud profile page"
|
432 |
msgstr "Ingresa el enlace a tu página de perfil de SoundCloud"
|
433 |
|
434 |
-
#: inc/php/settings.php:
|
435 |
msgid "Enter the link to your Plug.dj profile page"
|
436 |
msgstr "Ingresa el enlace a tu página de perfil de Plug.dj"
|
437 |
|
438 |
-
#: inc/php/settings.php:
|
439 |
msgid "Enter the link to your Spotify profile page"
|
440 |
msgstr "Ingresa el enlace a tu página de perfil de Spotify"
|
441 |
|
442 |
-
#: inc/php/settings.php:
|
443 |
msgid "Enter the link to your Bandcamp profile page"
|
444 |
msgstr "Ingresa el enlace a tu página de perfil de Bandcamp"
|
445 |
|
446 |
-
#: inc/php/settings.php:
|
447 |
msgid "Enter the link to your Dloky profile page"
|
448 |
msgstr "Ingresa el enlace a tu página de perfil de Dloky"
|
449 |
|
450 |
-
#: inc/php/settings.php:
|
451 |
msgid "Enter the link to your Amazon profile page"
|
452 |
msgstr "Ingresa el enlace a tu página de perfil de Amazon"
|
453 |
|
454 |
-
#: inc/php/settings.php:
|
455 |
msgid "Enter the link to your BookBub profile page"
|
456 |
msgstr "Ingresa el enlace a tu página de perfil de BookBub"
|
457 |
|
458 |
-
#: inc/php/settings.php:
|
459 |
msgid "Enter the link to your Goodreads profile page"
|
460 |
msgstr "Ingresa el enlace a tu página de perfil de Goodreads"
|
461 |
|
462 |
-
#: inc/php/settings.php:
|
463 |
msgid "Enter the link to your MeetVibe profile page"
|
464 |
msgstr "Ingresa el enlace a tu página de perfil de MeetVibe"
|
465 |
|
466 |
-
#: inc/php/settings.php:
|
467 |
msgid "Enter the link to your Meetup profile page"
|
468 |
msgstr "Ingresa el enlace a tu página de perfil de Meetup"
|
469 |
|
470 |
-
#: inc/php/settings.php:
|
471 |
msgid "Enter the link to your Steam profile page"
|
472 |
msgstr "Ingresa el enlace a tu página de perfil de Steam"
|
473 |
|
474 |
-
#: inc/php/settings.php:
|
475 |
-
msgid "Enter the link to your
|
476 |
-
msgstr "Ingresa el enlace a tu página de perfil de
|
477 |
|
478 |
-
#: inc/php/settings.php:
|
479 |
msgid "Enter the link to your Discord profile page"
|
480 |
msgstr "Ingresa el enlace a tu página de perfil de Discord"
|
481 |
|
482 |
-
#: inc/php/settings.php:
|
483 |
msgid "Enter the link to your Yelp profile page"
|
484 |
msgstr "Ingresa el enlace a tu página de perfil de Yelp"
|
485 |
|
486 |
-
#: inc/php/settings.php:
|
487 |
msgid "Enter the link to your StumbleUpon profile page"
|
488 |
msgstr "Ingresa el enlace a tu página de perfil de StumbleUpon"
|
489 |
|
490 |
-
#: inc/php/settings.php:
|
491 |
msgid "Enter the link to your Bloglovin profile page"
|
492 |
msgstr "Ingresa el enlace a tu página de perfil de Bloglovin"
|
493 |
|
494 |
-
#: inc/php/settings.php:
|
495 |
msgid "Enter the link to your WhatsApp profile page"
|
496 |
msgstr "Ingresa el enlace a tu página de perfil de WhatsApp"
|
497 |
|
498 |
-
#: inc/php/settings.php:
|
499 |
msgid "Enter the link to your LINE profile page"
|
500 |
msgstr "Ingresa el enlace a tu página de perfil de LINE"
|
501 |
|
502 |
-
#: inc/php/settings.php:
|
503 |
msgid "Enter the link to your VKontakte profile page"
|
504 |
msgstr "Ingresa el enlace a tu página de perfil de VKontakte"
|
505 |
|
506 |
-
#: inc/php/settings.php:
|
507 |
msgid "Enter the link to your Odnoklassniki profile page"
|
508 |
msgstr "Ingresa el enlace a tu página de perfil de Odnoklassniki"
|
509 |
|
510 |
-
#: inc/php/settings.php:
|
511 |
msgid "Enter the link to your Telegram profile page"
|
512 |
msgstr "Ingresa el enlace a tu página de perfil de Telegram"
|
513 |
|
514 |
-
#: inc/php/settings.php:
|
515 |
msgid "Enter the link to your GitHub profile page"
|
516 |
msgstr "Ingresa el enlace a tu página de perfil de GitHub"
|
517 |
|
518 |
-
#: inc/php/settings.php:
|
519 |
msgid "Enter the link to your WordPress profile page"
|
520 |
msgstr "Ingresa el enlace a tu página de perfil de WordPress"
|
521 |
|
522 |
-
#: inc/php/settings.php:
|
523 |
msgid "Enter the link to your CodePen profile page"
|
524 |
msgstr "Ingresa el enlace a tu página de perfil de CodePen"
|
525 |
|
526 |
-
#: inc/php/settings.php:
|
527 |
msgid ""
|
528 |
"Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?"
|
529 |
"add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
|
@@ -531,109 +535,113 @@ msgstr ""
|
|
531 |
"Ingresa tu nombre de Skype con prefijo <b>skype:</b> y sufijo <b>?call</b>, o <b>?"
|
532 |
"add</b>, o <b>?chat</b>, o <b>?userinfo</b> para ver el perfil"
|
533 |
|
534 |
-
#: inc/php/settings.php:
|
535 |
msgid "Enter the link to your personal website"
|
536 |
msgstr "Ingresa el enlace a tu sitio web personal"
|
537 |
|
538 |
-
#: inc/php/settings.php:
|
539 |
msgid "Enter your email address with prefix <b>mailto:</b>"
|
540 |
msgstr "Ingresa tu dirección de correo electrónico con prefijo <b>mailto:</b>"
|
541 |
|
542 |
-
#: inc/php/settings.php:
|
|
|
|
|
|
|
|
|
543 |
msgid "Enter the link to your RSS Feed"
|
544 |
msgstr "Ingresa el enlace a tu Feed de RSS"
|
545 |
|
546 |
-
#: inc/php/settings.php:
|
547 |
msgid ""
|
548 |
"If you did not find the button you need, then tell me and I will gladly add it for "
|
549 |
"you."
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: inc/php/settings.php:
|
553 |
msgid "Save Changes"
|
554 |
msgstr "Guardar las modificaciones"
|
555 |
|
556 |
-
#: inc/php/settings.php:
|
557 |
msgid "Display options"
|
558 |
msgstr "Opciones de presentación"
|
559 |
|
560 |
-
#: inc/php/settings.php:
|
561 |
msgid "There you can configure this plugin."
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: inc/php/settings.php:
|
565 |
msgid "Show on Posts"
|
566 |
msgstr "Mostrar en Entradas"
|
567 |
|
568 |
-
#: inc/php/settings.php:
|
569 |
msgid "Display toolbar below content on Posts."
|
570 |
msgstr "Mostrar la barra abajo del contenido en Entradas"
|
571 |
|
572 |
-
#: inc/php/settings.php:
|
573 |
msgid "Show on Pages"
|
574 |
msgstr "Mostrar en Páginas"
|
575 |
|
576 |
-
#: inc/php/settings.php:
|
577 |
msgid "Display toolbar below content on Pages."
|
578 |
msgstr "Mostrar la barra abajo del contenido en Páginas"
|
579 |
|
580 |
-
#: inc/php/settings.php:
|
581 |
msgid "Open in new tab"
|
582 |
msgstr "Abrir en una nueva pestaña"
|
583 |
|
584 |
-
#: inc/php/settings.php:
|
585 |
msgid "Open link in a new tab/window."
|
586 |
msgstr "¿Abrir enlace en una nueva pestaña/ventana?"
|
587 |
|
588 |
-
#: inc/php/settings.php:
|
589 |
msgid "Tooltips"
|
590 |
msgstr ""
|
591 |
|
592 |
-
#: inc/php/settings.php:
|
593 |
msgid "Enable/disable a tooltips with name of the social media above every button."
|
594 |
msgstr ""
|
595 |
|
596 |
-
#: inc/php/settings.php:
|
597 |
msgid "Icon size"
|
598 |
msgstr "Tamaño de ícono"
|
599 |
|
600 |
-
#: inc/php/settings.php:
|
601 |
msgid "Enter the size of icons (in px) in your social media follow buttons bar."
|
602 |
msgstr ""
|
603 |
"Ingrese el tamaño de los íconos (en píxeles) en tu barra de botones Social Media"
|
604 |
|
605 |
-
#: inc/php/settings.php:
|
606 |
msgid "Margin"
|
607 |
msgstr "Margen"
|
608 |
|
609 |
-
#: inc/php/settings.php:
|
610 |
msgid ""
|
611 |
"Enter the size of space (in px) between icons in your social media follow buttons "
|
612 |
"bar."
|
613 |
msgstr ""
|
614 |
"Ingresa el espacio (en píxeles) entre íconos en tu barra de botones de Social Media"
|
615 |
|
616 |
-
#: inc/php/settings.php:
|
617 |
msgid "Alignment"
|
618 |
msgstr "Alineación"
|
619 |
|
620 |
-
#: inc/php/settings.php:
|
621 |
msgid "Left"
|
622 |
msgstr "Izquierda"
|
623 |
|
624 |
-
#: inc/php/settings.php:
|
625 |
msgid "Center"
|
626 |
msgstr "Centro"
|
627 |
|
628 |
-
#: inc/php/settings.php:
|
629 |
msgid "Right"
|
630 |
msgstr "Derecha"
|
631 |
|
632 |
-
#: inc/php/settings.php:
|
633 |
msgid "Caption"
|
634 |
msgstr "Leyenda"
|
635 |
|
636 |
-
#: inc/php/settings.php:
|
637 |
msgid ""
|
638 |
"Enter the caption to your social media follow buttons bar. It will be displays "
|
639 |
"before the toolbar."
|
@@ -641,11 +649,11 @@ msgstr ""
|
|
641 |
"Ingresa la leyenda para tu barra de botones de Social Media. Aparecerá arriba de "
|
642 |
"la barra de botones."
|
643 |
|
644 |
-
#: inc/php/settings.php:
|
645 |
msgid "Preview"
|
646 |
msgstr "Vista previa"
|
647 |
|
648 |
-
#: inc/php/settings.php:
|
649 |
msgid "Click the \"Save Changes\" button to update this preview."
|
650 |
msgstr ""
|
651 |
|
@@ -674,6 +682,9 @@ msgstr "Arthur Gareginyan"
|
|
674 |
msgid "http://www.arthurgareginyan.com"
|
675 |
msgstr "http://www.arthurgareginyan.com"
|
676 |
|
|
|
|
|
|
|
677 |
#~ msgid "Enter the link to your diaspora profile page"
|
678 |
#~ msgstr "Ingresa el enlace a tu página de perfil de diaspora"
|
679 |
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Development (trunk)\n"
|
6 |
+
"POT-Creation-Date: 2017-06-04 20:38+0300\n"
|
7 |
+
"PO-Revision-Date: 2017-06-04 20:38+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
10 |
"Language: es\n"
|
40 |
|
41 |
#: inc/php/messages.php:32
|
42 |
#, php-format
|
43 |
+
msgid "Thank you for installing my plugin! I hope you will love it! %s"
|
44 |
msgstr ""
|
45 |
|
46 |
#: inc/php/messages.php:67
|
68 |
msgid "Author"
|
69 |
msgstr "Autor"
|
70 |
|
71 |
+
#: inc/php/page.php:44 inc/php/page.php:178 inc/php/settings.php:29
|
72 |
+
#: inc/php/settings.php:535
|
73 |
msgid "Support"
|
74 |
msgstr "Soporte"
|
75 |
|
137 |
msgid "It's that simple!"
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: inc/php/page.php:77 inc/php/settings.php:437
|
141 |
msgid "Note!"
|
142 |
msgstr ""
|
143 |
|
295 |
"Este plugin te permite añadir fácilmente una barra de botones de social media en "
|
296 |
"cualquier parte de tu sitio web."
|
297 |
|
298 |
+
#: inc/php/settings.php:24
|
299 |
+
msgid "Version"
|
300 |
+
msgstr ""
|
301 |
+
|
302 |
+
#: inc/php/settings.php:31 inc/php/settings.php:537
|
303 |
msgid ""
|
304 |
"I'm an independent developer, without a regular income, so every little "
|
305 |
"contribution helps cover my costs and lets me spend more time building things for "
|
309 |
"pequeña contribución me ayudará a cubrir mis gastos y me permitirá dedicar más "
|
310 |
"tiempo a hacer cosas que puedan disfrutar personas como tú."
|
311 |
|
312 |
+
#: inc/php/settings.php:32 inc/php/settings.php:538
|
313 |
msgid "Donate with PayPal"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: inc/php/settings.php:33 inc/php/settings.php:539
|
317 |
msgid "Thanks for your support!"
|
318 |
msgstr "¡Gracias por su colaboración!"
|
319 |
|
320 |
+
#: inc/php/settings.php:38
|
321 |
msgid "Help"
|
322 |
msgstr "Ayuda"
|
323 |
|
324 |
+
#: inc/php/settings.php:40
|
325 |
msgid "Got something to say? Need help?"
|
326 |
msgstr "¿Tienes algo que decir? ¿Necesitas ayuda?"
|
327 |
|
328 |
+
#: inc/php/settings.php:66
|
329 |
msgid "Buttons"
|
330 |
msgstr "Botones"
|
331 |
|
332 |
+
#: inc/php/settings.php:68
|
333 |
msgid ""
|
334 |
"Just fill in the required fields to make a buttons. The social networking buttons "
|
335 |
"will lead directly to your profile pages. If you don't want to use any of the "
|
339 |
"social conducirán directamente a tu página de perfil en esa red. Si no quieres "
|
340 |
"usar alguno de los botones, sencillamente no lo llenes y no aparecerá."
|
341 |
|
342 |
+
#: inc/php/settings.php:75
|
343 |
msgid "Enter the link to your Facebook profile page"
|
344 |
msgstr "Ingresa el enlace a tu página de perfil de Facebook"
|
345 |
|
346 |
+
#: inc/php/settings.php:82
|
347 |
msgid "Enter the link to your Twitter profile page"
|
348 |
msgstr "Ingresa el enlace a tu página de perfil de Twitter"
|
349 |
|
350 |
+
#: inc/php/settings.php:89
|
351 |
msgid "Enter the link to your Instagram profile page"
|
352 |
msgstr "Ingresa el enlace a tu página de perfil de Instagram"
|
353 |
|
354 |
+
#: inc/php/settings.php:96
|
355 |
msgid "Enter the link to your Google+ profile page"
|
356 |
msgstr "Ingresa el enlace a tu página de perfil de Google+"
|
357 |
|
358 |
+
#: inc/php/settings.php:103
|
359 |
msgid "Enter the link to your YouTube profile page"
|
360 |
msgstr "Ingresa el enlace a tu página de perfil de Youtube"
|
361 |
|
362 |
+
#: inc/php/settings.php:110
|
363 |
msgid "Enter the link to your YouTube Gaming profile page"
|
364 |
msgstr "Ingresa el enlace a tu página de perfil de YouTube Gaming"
|
365 |
|
366 |
+
#: inc/php/settings.php:117
|
367 |
msgid "Enter the link to your Periscope profile page"
|
368 |
msgstr "Ingresa el enlace a tu página de perfil de Periscope"
|
369 |
|
370 |
+
#: inc/php/settings.php:124
|
371 |
msgid "Enter the link to your Vimeo profile page"
|
372 |
msgstr "Ingresa el enlace a tu página de perfil de Vimeo"
|
373 |
|
374 |
+
#: inc/php/settings.php:131
|
375 |
msgid "Enter the link to your Blogger profile page"
|
376 |
msgstr "Ingresa el enlace a tu página de perfil de Blogger"
|
377 |
|
378 |
+
#: inc/php/settings.php:138
|
379 |
msgid "Enter the link to your Buzzsprout profile page"
|
380 |
msgstr "Ingresa el enlace a tu página de perfil de Buzzsprout"
|
381 |
|
382 |
+
#: inc/php/settings.php:145
|
383 |
msgid "Enter the link to your LiveJournal profile page"
|
384 |
msgstr "Ingresa el enlace a tu página de perfil de LiveJournal"
|
385 |
|
386 |
+
#: inc/php/settings.php:152
|
387 |
msgid "Enter the link to your Reddit profile page"
|
388 |
msgstr "Ingresa el enlace a tu página de perfil de Reddit"
|
389 |
|
390 |
+
#: inc/php/settings.php:159
|
391 |
msgid "Enter the link to your LinkedIn profile page"
|
392 |
msgstr "Ingresa el enlace a tu página de perfil de LinkedIn"
|
393 |
|
394 |
+
#: inc/php/settings.php:166
|
395 |
msgid "Enter the link to your Diaspora profile page"
|
396 |
msgstr "Ingresa el enlace a tu página de perfil de Diaspora"
|
397 |
|
398 |
+
#: inc/php/settings.php:173
|
399 |
msgid "Enter the link to your DeviantArt profile page"
|
400 |
msgstr "Ingresa el enlace a tu página de perfil de DeviantArt"
|
401 |
|
402 |
+
#: inc/php/settings.php:180
|
403 |
msgid "Enter the link to your XING profile page"
|
404 |
msgstr "Ingresa el enlace a tu página de perfil de XING"
|
405 |
|
406 |
+
#: inc/php/settings.php:187
|
407 |
msgid "Enter the link to your Pinterest profile page"
|
408 |
msgstr "Ingresa el enlace a tu página de perfil de Pinterest"
|
409 |
|
410 |
+
#: inc/php/settings.php:194
|
411 |
msgid "Enter the link to your Flickr profile page"
|
412 |
msgstr "Ingresa el enlace a tu página de perfil de Flickr"
|
413 |
|
414 |
+
#: inc/php/settings.php:201
|
415 |
msgid "Enter the link to your Tumblr profile page"
|
416 |
msgstr "Ingresa el enlace a tu página de perfil de Tumblr"
|
417 |
|
418 |
+
#: inc/php/settings.php:208
|
419 |
msgid "Enter the link to your Snapchat profile page"
|
420 |
msgstr "Ingresa el enlace a tu página de perfil de Snapchat"
|
421 |
|
422 |
+
#: inc/php/settings.php:215
|
423 |
msgid "Enter the link to your Twitch profile page"
|
424 |
msgstr "Ingresa el enlace a tu página de perfil de Twitch"
|
425 |
|
426 |
+
#: inc/php/settings.php:222
|
427 |
msgid "Enter the link to your Patreon profile page"
|
428 |
msgstr "Ingresa el enlace a tu página de perfil de Patreon"
|
429 |
|
430 |
+
#: inc/php/settings.php:229
|
431 |
msgid "Enter the link to your IMDb profile page"
|
432 |
msgstr "Ingresa el enlace a tu página de perfil de IMDb"
|
433 |
|
434 |
+
#: inc/php/settings.php:236
|
435 |
msgid "Enter the link to your SoundCloud profile page"
|
436 |
msgstr "Ingresa el enlace a tu página de perfil de SoundCloud"
|
437 |
|
438 |
+
#: inc/php/settings.php:243
|
439 |
msgid "Enter the link to your Plug.dj profile page"
|
440 |
msgstr "Ingresa el enlace a tu página de perfil de Plug.dj"
|
441 |
|
442 |
+
#: inc/php/settings.php:250
|
443 |
msgid "Enter the link to your Spotify profile page"
|
444 |
msgstr "Ingresa el enlace a tu página de perfil de Spotify"
|
445 |
|
446 |
+
#: inc/php/settings.php:257
|
447 |
msgid "Enter the link to your Bandcamp profile page"
|
448 |
msgstr "Ingresa el enlace a tu página de perfil de Bandcamp"
|
449 |
|
450 |
+
#: inc/php/settings.php:264
|
451 |
msgid "Enter the link to your Dloky profile page"
|
452 |
msgstr "Ingresa el enlace a tu página de perfil de Dloky"
|
453 |
|
454 |
+
#: inc/php/settings.php:271
|
455 |
msgid "Enter the link to your Amazon profile page"
|
456 |
msgstr "Ingresa el enlace a tu página de perfil de Amazon"
|
457 |
|
458 |
+
#: inc/php/settings.php:278
|
459 |
msgid "Enter the link to your BookBub profile page"
|
460 |
msgstr "Ingresa el enlace a tu página de perfil de BookBub"
|
461 |
|
462 |
+
#: inc/php/settings.php:285
|
463 |
msgid "Enter the link to your Goodreads profile page"
|
464 |
msgstr "Ingresa el enlace a tu página de perfil de Goodreads"
|
465 |
|
466 |
+
#: inc/php/settings.php:292
|
467 |
msgid "Enter the link to your MeetVibe profile page"
|
468 |
msgstr "Ingresa el enlace a tu página de perfil de MeetVibe"
|
469 |
|
470 |
+
#: inc/php/settings.php:299
|
471 |
msgid "Enter the link to your Meetup profile page"
|
472 |
msgstr "Ingresa el enlace a tu página de perfil de Meetup"
|
473 |
|
474 |
+
#: inc/php/settings.php:306
|
475 |
msgid "Enter the link to your Steam profile page"
|
476 |
msgstr "Ingresa el enlace a tu página de perfil de Steam"
|
477 |
|
478 |
+
#: inc/php/settings.php:313
|
479 |
+
msgid "Enter the link to your Mixer profile page"
|
480 |
+
msgstr "Ingresa el enlace a tu página de perfil de Mixer"
|
481 |
|
482 |
+
#: inc/php/settings.php:320
|
483 |
msgid "Enter the link to your Discord profile page"
|
484 |
msgstr "Ingresa el enlace a tu página de perfil de Discord"
|
485 |
|
486 |
+
#: inc/php/settings.php:327
|
487 |
msgid "Enter the link to your Yelp profile page"
|
488 |
msgstr "Ingresa el enlace a tu página de perfil de Yelp"
|
489 |
|
490 |
+
#: inc/php/settings.php:334
|
491 |
msgid "Enter the link to your StumbleUpon profile page"
|
492 |
msgstr "Ingresa el enlace a tu página de perfil de StumbleUpon"
|
493 |
|
494 |
+
#: inc/php/settings.php:341
|
495 |
msgid "Enter the link to your Bloglovin profile page"
|
496 |
msgstr "Ingresa el enlace a tu página de perfil de Bloglovin"
|
497 |
|
498 |
+
#: inc/php/settings.php:348
|
499 |
msgid "Enter the link to your WhatsApp profile page"
|
500 |
msgstr "Ingresa el enlace a tu página de perfil de WhatsApp"
|
501 |
|
502 |
+
#: inc/php/settings.php:355
|
503 |
msgid "Enter the link to your LINE profile page"
|
504 |
msgstr "Ingresa el enlace a tu página de perfil de LINE"
|
505 |
|
506 |
+
#: inc/php/settings.php:362
|
507 |
msgid "Enter the link to your VKontakte profile page"
|
508 |
msgstr "Ingresa el enlace a tu página de perfil de VKontakte"
|
509 |
|
510 |
+
#: inc/php/settings.php:369
|
511 |
msgid "Enter the link to your Odnoklassniki profile page"
|
512 |
msgstr "Ingresa el enlace a tu página de perfil de Odnoklassniki"
|
513 |
|
514 |
+
#: inc/php/settings.php:376
|
515 |
msgid "Enter the link to your Telegram profile page"
|
516 |
msgstr "Ingresa el enlace a tu página de perfil de Telegram"
|
517 |
|
518 |
+
#: inc/php/settings.php:383
|
519 |
msgid "Enter the link to your GitHub profile page"
|
520 |
msgstr "Ingresa el enlace a tu página de perfil de GitHub"
|
521 |
|
522 |
+
#: inc/php/settings.php:390
|
523 |
msgid "Enter the link to your WordPress profile page"
|
524 |
msgstr "Ingresa el enlace a tu página de perfil de WordPress"
|
525 |
|
526 |
+
#: inc/php/settings.php:397
|
527 |
msgid "Enter the link to your CodePen profile page"
|
528 |
msgstr "Ingresa el enlace a tu página de perfil de CodePen"
|
529 |
|
530 |
+
#: inc/php/settings.php:404
|
531 |
msgid ""
|
532 |
"Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?"
|
533 |
"add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
|
535 |
"Ingresa tu nombre de Skype con prefijo <b>skype:</b> y sufijo <b>?call</b>, o <b>?"
|
536 |
"add</b>, o <b>?chat</b>, o <b>?userinfo</b> para ver el perfil"
|
537 |
|
538 |
+
#: inc/php/settings.php:411
|
539 |
msgid "Enter the link to your personal website"
|
540 |
msgstr "Ingresa el enlace a tu sitio web personal"
|
541 |
|
542 |
+
#: inc/php/settings.php:418
|
543 |
msgid "Enter your email address with prefix <b>mailto:</b>"
|
544 |
msgstr "Ingresa tu dirección de correo electrónico con prefijo <b>mailto:</b>"
|
545 |
|
546 |
+
#: inc/php/settings.php:425
|
547 |
+
msgid "Enter your telephone number with prefix <b>tel://</b>"
|
548 |
+
msgstr ""
|
549 |
+
|
550 |
+
#: inc/php/settings.php:432
|
551 |
msgid "Enter the link to your RSS Feed"
|
552 |
msgstr "Ingresa el enlace a tu Feed de RSS"
|
553 |
|
554 |
+
#: inc/php/settings.php:437
|
555 |
msgid ""
|
556 |
"If you did not find the button you need, then tell me and I will gladly add it for "
|
557 |
"you."
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: inc/php/settings.php:438 inc/php/settings.php:521
|
561 |
msgid "Save Changes"
|
562 |
msgstr "Guardar las modificaciones"
|
563 |
|
564 |
+
#: inc/php/settings.php:443
|
565 |
msgid "Display options"
|
566 |
msgstr "Opciones de presentación"
|
567 |
|
568 |
+
#: inc/php/settings.php:445
|
569 |
msgid "There you can configure this plugin."
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: inc/php/settings.php:449
|
573 |
msgid "Show on Posts"
|
574 |
msgstr "Mostrar en Entradas"
|
575 |
|
576 |
+
#: inc/php/settings.php:450
|
577 |
msgid "Display toolbar below content on Posts."
|
578 |
msgstr "Mostrar la barra abajo del contenido en Entradas"
|
579 |
|
580 |
+
#: inc/php/settings.php:455
|
581 |
msgid "Show on Pages"
|
582 |
msgstr "Mostrar en Páginas"
|
583 |
|
584 |
+
#: inc/php/settings.php:456
|
585 |
msgid "Display toolbar below content on Pages."
|
586 |
msgstr "Mostrar la barra abajo del contenido en Páginas"
|
587 |
|
588 |
+
#: inc/php/settings.php:461
|
589 |
msgid "Open in new tab"
|
590 |
msgstr "Abrir en una nueva pestaña"
|
591 |
|
592 |
+
#: inc/php/settings.php:462
|
593 |
msgid "Open link in a new tab/window."
|
594 |
msgstr "¿Abrir enlace en una nueva pestaña/ventana?"
|
595 |
|
596 |
+
#: inc/php/settings.php:467
|
597 |
msgid "Tooltips"
|
598 |
msgstr ""
|
599 |
|
600 |
+
#: inc/php/settings.php:468
|
601 |
msgid "Enable/disable a tooltips with name of the social media above every button."
|
602 |
msgstr ""
|
603 |
|
604 |
+
#: inc/php/settings.php:473
|
605 |
msgid "Icon size"
|
606 |
msgstr "Tamaño de ícono"
|
607 |
|
608 |
+
#: inc/php/settings.php:474
|
609 |
msgid "Enter the size of icons (in px) in your social media follow buttons bar."
|
610 |
msgstr ""
|
611 |
"Ingrese el tamaño de los íconos (en píxeles) en tu barra de botones Social Media"
|
612 |
|
613 |
+
#: inc/php/settings.php:481
|
614 |
msgid "Margin"
|
615 |
msgstr "Margen"
|
616 |
|
617 |
+
#: inc/php/settings.php:482
|
618 |
msgid ""
|
619 |
"Enter the size of space (in px) between icons in your social media follow buttons "
|
620 |
"bar."
|
621 |
msgstr ""
|
622 |
"Ingresa el espacio (en píxeles) entre íconos en tu barra de botones de Social Media"
|
623 |
|
624 |
+
#: inc/php/settings.php:491
|
625 |
msgid "Alignment"
|
626 |
msgstr "Alineación"
|
627 |
|
628 |
+
#: inc/php/settings.php:497
|
629 |
msgid "Left"
|
630 |
msgstr "Izquierda"
|
631 |
|
632 |
+
#: inc/php/settings.php:501
|
633 |
msgid "Center"
|
634 |
msgstr "Centro"
|
635 |
|
636 |
+
#: inc/php/settings.php:505
|
637 |
msgid "Right"
|
638 |
msgstr "Derecha"
|
639 |
|
640 |
+
#: inc/php/settings.php:512
|
641 |
msgid "Caption"
|
642 |
msgstr "Leyenda"
|
643 |
|
644 |
+
#: inc/php/settings.php:513
|
645 |
msgid ""
|
646 |
"Enter the caption to your social media follow buttons bar. It will be displays "
|
647 |
"before the toolbar."
|
649 |
"Ingresa la leyenda para tu barra de botones de Social Media. Aparecerá arriba de "
|
650 |
"la barra de botones."
|
651 |
|
652 |
+
#: inc/php/settings.php:527
|
653 |
msgid "Preview"
|
654 |
msgstr "Vista previa"
|
655 |
|
656 |
+
#: inc/php/settings.php:529
|
657 |
msgid "Click the \"Save Changes\" button to update this preview."
|
658 |
msgstr ""
|
659 |
|
682 |
msgid "http://www.arthurgareginyan.com"
|
683 |
msgstr "http://www.arthurgareginyan.com"
|
684 |
|
685 |
+
#~ msgid "Enter the link to your Beam profile page"
|
686 |
+
#~ msgstr "Ingresa el enlace a tu página de perfil de Beam"
|
687 |
+
|
688 |
#~ msgid "Enter the link to your diaspora profile page"
|
689 |
#~ msgstr "Ingresa el enlace a tu página de perfil de diaspora"
|
690 |
|
languages/social-media-buttons-toolbar-ru_RU.mo
CHANGED
Binary file
|
languages/social-media-buttons-toolbar-ru_RU.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Social Media Buttons Toolbar\n"
|
4 |
-
"POT-Creation-Date: 2017-
|
5 |
-
"PO-Revision-Date: 2017-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: ru\n"
|
@@ -39,8 +39,8 @@ msgstr "Привет! Я Артур, автор этого плагина."
|
|
39 |
|
40 |
#: inc/php/messages.php:32
|
41 |
#, php-format
|
42 |
-
msgid "Thank you for installing my plugin! I hope you will love it %s"
|
43 |
-
msgstr "Спасибо, что установили мой плагин! Надеюсь, что он вам
|
44 |
|
45 |
#: inc/php/messages.php:67
|
46 |
msgid "You have installed an old version of this plugin."
|
@@ -67,8 +67,8 @@ msgstr "F.A.Q."
|
|
67 |
msgid "Author"
|
68 |
msgstr "Автор"
|
69 |
|
70 |
-
#: inc/php/page.php:44 inc/php/page.php:178 inc/php/settings.php:
|
71 |
-
#: inc/php/settings.php:
|
72 |
msgid "Support"
|
73 |
msgstr "Поддержка"
|
74 |
|
@@ -133,7 +133,7 @@ msgstr ""
|
|
133 |
msgid "It's that simple!"
|
134 |
msgstr "Вот так просто!"
|
135 |
|
136 |
-
#: inc/php/page.php:77 inc/php/settings.php:
|
137 |
msgid "Note!"
|
138 |
msgstr "Примечание!"
|
139 |
|
@@ -303,7 +303,11 @@ msgstr ""
|
|
303 |
"Этот плагин позволяет легко добавить блок социальных медиа кнопок в любое "
|
304 |
"место на вашем веб-сайте."
|
305 |
|
306 |
-
#: inc/php/settings.php:
|
|
|
|
|
|
|
|
|
307 |
msgid ""
|
308 |
"I'm an independent developer, without a regular income, so every little "
|
309 |
"contribution helps cover my costs and lets me spend more time building "
|
@@ -313,27 +317,27 @@ msgstr ""
|
|
313 |
"вклад помогает мне покрыть затраты и позволяет тратить больше времени на "
|
314 |
"создание программ для людей как вы."
|
315 |
|
316 |
-
#: inc/php/settings.php:
|
317 |
msgid "Donate with PayPal"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: inc/php/settings.php:
|
321 |
msgid "Thanks for your support!"
|
322 |
msgstr "Спасибо за вашу поддержку!"
|
323 |
|
324 |
-
#: inc/php/settings.php:
|
325 |
msgid "Help"
|
326 |
msgstr "Помощь"
|
327 |
|
328 |
-
#: inc/php/settings.php:
|
329 |
msgid "Got something to say? Need help?"
|
330 |
msgstr "Есть что сказать? Нужна помощь?"
|
331 |
|
332 |
-
#: inc/php/settings.php:
|
333 |
msgid "Buttons"
|
334 |
msgstr "Кнопки"
|
335 |
|
336 |
-
#: inc/php/settings.php:
|
337 |
msgid ""
|
338 |
"Just fill in the required fields to make a buttons. The social networking "
|
339 |
"buttons will lead directly to your profile pages. If you don't want to use "
|
@@ -345,195 +349,195 @@ msgstr ""
|
|
345 |
"хотите использовать любой из следующих кнопок, то вы можете не заполнить их "
|
346 |
"и тогда они не появятся."
|
347 |
|
348 |
-
#: inc/php/settings.php:
|
349 |
msgid "Enter the link to your Facebook profile page"
|
350 |
msgstr "Введите ссылку на вашу страницу профиля Facebook"
|
351 |
|
352 |
-
#: inc/php/settings.php:
|
353 |
msgid "Enter the link to your Twitter profile page"
|
354 |
msgstr "Введите ссылку на вашу страницу профиля Twitter"
|
355 |
|
356 |
-
#: inc/php/settings.php:
|
357 |
msgid "Enter the link to your Instagram profile page"
|
358 |
msgstr "Введите ссылку на вашу страницу профиля Instagram"
|
359 |
|
360 |
-
#: inc/php/settings.php:
|
361 |
msgid "Enter the link to your Google+ profile page"
|
362 |
msgstr "Введите ссылку на вашу страницу профиля Google+"
|
363 |
|
364 |
-
#: inc/php/settings.php:
|
365 |
msgid "Enter the link to your YouTube profile page"
|
366 |
msgstr "Введите ссылку на вашу страницу профиля YouTube"
|
367 |
|
368 |
-
#: inc/php/settings.php:
|
369 |
msgid "Enter the link to your YouTube Gaming profile page"
|
370 |
msgstr "Введите ссылку на вашу страницу профиля YouTube Gaming"
|
371 |
|
372 |
-
#: inc/php/settings.php:
|
373 |
msgid "Enter the link to your Periscope profile page"
|
374 |
msgstr "Введите ссылку на вашу страницу профиля Periscope"
|
375 |
|
376 |
-
#: inc/php/settings.php:
|
377 |
msgid "Enter the link to your Vimeo profile page"
|
378 |
msgstr "Введите ссылку на вашу страницу профиля Vimeo"
|
379 |
|
380 |
-
#: inc/php/settings.php:
|
381 |
msgid "Enter the link to your Blogger profile page"
|
382 |
msgstr "Введите ссылку на вашу страницу профиля Blogger"
|
383 |
|
384 |
-
#: inc/php/settings.php:
|
385 |
msgid "Enter the link to your Buzzsprout profile page"
|
386 |
msgstr "Введите ссылку на вашу страницу профиля Buzzsprout"
|
387 |
|
388 |
-
#: inc/php/settings.php:
|
389 |
msgid "Enter the link to your LiveJournal profile page"
|
390 |
msgstr "Введите ссылку на вашу страницу профиля LiveJournal"
|
391 |
|
392 |
-
#: inc/php/settings.php:
|
393 |
msgid "Enter the link to your Reddit profile page"
|
394 |
msgstr "Введите ссылку на вашу страницу профиля Reddit"
|
395 |
|
396 |
-
#: inc/php/settings.php:
|
397 |
msgid "Enter the link to your LinkedIn profile page"
|
398 |
msgstr "Введите ссылку на вашу страницу профиля LinkedIn"
|
399 |
|
400 |
-
#: inc/php/settings.php:
|
401 |
msgid "Enter the link to your Diaspora profile page"
|
402 |
msgstr "Введите ссылку на вашу страницу профиля Diaspora"
|
403 |
|
404 |
-
#: inc/php/settings.php:
|
405 |
msgid "Enter the link to your DeviantArt profile page"
|
406 |
msgstr "Введите ссылку на вашу страницу профиля DeviantArt"
|
407 |
|
408 |
-
#: inc/php/settings.php:
|
409 |
msgid "Enter the link to your XING profile page"
|
410 |
msgstr "Введите ссылку на вашу страницу профиля XING"
|
411 |
|
412 |
-
#: inc/php/settings.php:
|
413 |
msgid "Enter the link to your Pinterest profile page"
|
414 |
msgstr "Введите ссылку на вашу страницу профиля Pinterest"
|
415 |
|
416 |
-
#: inc/php/settings.php:
|
417 |
msgid "Enter the link to your Flickr profile page"
|
418 |
msgstr "Введите ссылку на вашу страницу профиля Flickr"
|
419 |
|
420 |
-
#: inc/php/settings.php:
|
421 |
msgid "Enter the link to your Tumblr profile page"
|
422 |
msgstr "Введите ссылку на вашу страницу профиля Tumblr"
|
423 |
|
424 |
-
#: inc/php/settings.php:
|
425 |
msgid "Enter the link to your Snapchat profile page"
|
426 |
msgstr "Введите ссылку на вашу страницу профиля Snapchat"
|
427 |
|
428 |
-
#: inc/php/settings.php:
|
429 |
msgid "Enter the link to your Twitch profile page"
|
430 |
msgstr "Введите ссылку на вашу страницу профиля Twitch"
|
431 |
|
432 |
-
#: inc/php/settings.php:
|
433 |
msgid "Enter the link to your Patreon profile page"
|
434 |
msgstr "Введите ссылку на вашу страницу профиля Patreon"
|
435 |
|
436 |
-
#: inc/php/settings.php:
|
437 |
msgid "Enter the link to your IMDb profile page"
|
438 |
msgstr "Введите ссылку на вашу страницу профиля IMDb"
|
439 |
|
440 |
-
#: inc/php/settings.php:
|
441 |
msgid "Enter the link to your SoundCloud profile page"
|
442 |
msgstr "Введите ссылку на вашу страницу профиля SoundCloud"
|
443 |
|
444 |
-
#: inc/php/settings.php:
|
445 |
msgid "Enter the link to your Plug.dj profile page"
|
446 |
msgstr "Введите ссылку на вашу страницу профиля Plug.dj"
|
447 |
|
448 |
-
#: inc/php/settings.php:
|
449 |
msgid "Enter the link to your Spotify profile page"
|
450 |
msgstr "Введите ссылку на вашу страницу профиля Spotify"
|
451 |
|
452 |
-
#: inc/php/settings.php:
|
453 |
msgid "Enter the link to your Bandcamp profile page"
|
454 |
msgstr "Введите ссылку на вашу страницу профиля Bandcamp"
|
455 |
|
456 |
-
#: inc/php/settings.php:
|
457 |
msgid "Enter the link to your Dloky profile page"
|
458 |
msgstr "Введите ссылку на вашу страницу профиля Dloky"
|
459 |
|
460 |
-
#: inc/php/settings.php:
|
461 |
msgid "Enter the link to your Amazon profile page"
|
462 |
msgstr "Введите ссылку на вашу страницу профиля Amazon"
|
463 |
|
464 |
-
#: inc/php/settings.php:
|
465 |
msgid "Enter the link to your BookBub profile page"
|
466 |
msgstr "Введите ссылку на вашу страницу профиля BookBub"
|
467 |
|
468 |
-
#: inc/php/settings.php:
|
469 |
msgid "Enter the link to your Goodreads profile page"
|
470 |
msgstr "Введите ссылку на вашу страницу профиля Goodreads"
|
471 |
|
472 |
-
#: inc/php/settings.php:
|
473 |
msgid "Enter the link to your MeetVibe profile page"
|
474 |
msgstr "Введите ссылку на вашу страницу профиля MeetVibe"
|
475 |
|
476 |
-
#: inc/php/settings.php:
|
477 |
msgid "Enter the link to your Meetup profile page"
|
478 |
msgstr "Введите ссылку на вашу страницу профиля Meetup"
|
479 |
|
480 |
-
#: inc/php/settings.php:
|
481 |
msgid "Enter the link to your Steam profile page"
|
482 |
msgstr "Введите ссылку на вашу страницу профиля Steam"
|
483 |
|
484 |
-
#: inc/php/settings.php:
|
485 |
-
msgid "Enter the link to your
|
486 |
-
msgstr "Введите ссылку на вашу страницу профиля
|
487 |
|
488 |
-
#: inc/php/settings.php:
|
489 |
msgid "Enter the link to your Discord profile page"
|
490 |
msgstr "Введите ссылку на вашу страницу профиля Discord"
|
491 |
|
492 |
-
#: inc/php/settings.php:
|
493 |
msgid "Enter the link to your Yelp profile page"
|
494 |
msgstr "Введите ссылку на вашу страницу профиля Yelp"
|
495 |
|
496 |
-
#: inc/php/settings.php:
|
497 |
msgid "Enter the link to your StumbleUpon profile page"
|
498 |
msgstr "Введите ссылку на вашу страницу профиля StumbleUpon"
|
499 |
|
500 |
-
#: inc/php/settings.php:
|
501 |
msgid "Enter the link to your Bloglovin profile page"
|
502 |
msgstr "Введите ссылку на вашу страницу профиля Bloglovin"
|
503 |
|
504 |
-
#: inc/php/settings.php:
|
505 |
msgid "Enter the link to your WhatsApp profile page"
|
506 |
msgstr "Введите ссылку на вашу страницу профиля WhatsApp"
|
507 |
|
508 |
-
#: inc/php/settings.php:
|
509 |
msgid "Enter the link to your LINE profile page"
|
510 |
msgstr "Введите ссылку на вашу страницу профиля LINE"
|
511 |
|
512 |
-
#: inc/php/settings.php:
|
513 |
msgid "Enter the link to your VKontakte profile page"
|
514 |
msgstr "Введите ссылку на вашу страницу профиля ВКонтакте"
|
515 |
|
516 |
-
#: inc/php/settings.php:
|
517 |
msgid "Enter the link to your Odnoklassniki profile page"
|
518 |
msgstr "Введите ссылку на вашу страницу профиля Одноклассники"
|
519 |
|
520 |
-
#: inc/php/settings.php:
|
521 |
msgid "Enter the link to your Telegram profile page"
|
522 |
msgstr "Введите ссылку на вашу страницу профиля Telegram"
|
523 |
|
524 |
-
#: inc/php/settings.php:
|
525 |
msgid "Enter the link to your GitHub profile page"
|
526 |
msgstr "Введите ссылку на вашу страницу профиля GitHub"
|
527 |
|
528 |
-
#: inc/php/settings.php:
|
529 |
msgid "Enter the link to your WordPress profile page"
|
530 |
msgstr "Введите ссылку на вашу страницу профиля WordPress"
|
531 |
|
532 |
-
#: inc/php/settings.php:
|
533 |
msgid "Enter the link to your CodePen profile page"
|
534 |
msgstr "Введите ссылку на вашу страницу профиля CodePen"
|
535 |
|
536 |
-
#: inc/php/settings.php:
|
537 |
msgid ""
|
538 |
"Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or "
|
539 |
"<b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
|
@@ -542,112 +546,116 @@ msgstr ""
|
|
542 |
"b>, или <b>?add</b>, или <b>?chat</b>, или <b>?userinfo</b> для просмотра "
|
543 |
"профиля"
|
544 |
|
545 |
-
#: inc/php/settings.php:
|
546 |
msgid "Enter the link to your personal website"
|
547 |
msgstr "Введите ссылку на ваш персональный сайт"
|
548 |
|
549 |
-
#: inc/php/settings.php:
|
550 |
msgid "Enter your email address with prefix <b>mailto:</b>"
|
551 |
msgstr "Введите адрес электронной почты с префиксом <b>mailto:</b>"
|
552 |
|
553 |
-
#: inc/php/settings.php:
|
|
|
|
|
|
|
|
|
554 |
msgid "Enter the link to your RSS Feed"
|
555 |
msgstr "Введите ссылку на ваш RSS поток"
|
556 |
|
557 |
-
#: inc/php/settings.php:
|
558 |
msgid ""
|
559 |
"If you did not find the button you need, then tell me and I will gladly add "
|
560 |
"it for you."
|
561 |
msgstr ""
|
562 |
|
563 |
-
#: inc/php/settings.php:
|
564 |
msgid "Save Changes"
|
565 |
msgstr "Сохранить изменения"
|
566 |
|
567 |
-
#: inc/php/settings.php:
|
568 |
msgid "Display options"
|
569 |
msgstr "Настройки отображения"
|
570 |
|
571 |
-
#: inc/php/settings.php:
|
572 |
msgid "There you can configure this plugin."
|
573 |
msgstr "Здесь вы можете настроить этот плагин."
|
574 |
|
575 |
-
#: inc/php/settings.php:
|
576 |
msgid "Show on Posts"
|
577 |
msgstr "Показать в записях"
|
578 |
|
579 |
-
#: inc/php/settings.php:
|
580 |
msgid "Display toolbar below content on Posts."
|
581 |
msgstr "Показывать кнопки под содержанием в записях"
|
582 |
|
583 |
-
#: inc/php/settings.php:
|
584 |
msgid "Show on Pages"
|
585 |
msgstr "Показывать на страницах"
|
586 |
|
587 |
-
#: inc/php/settings.php:
|
588 |
msgid "Display toolbar below content on Pages."
|
589 |
msgstr "Показывать кнопки под содержанием на страницах"
|
590 |
|
591 |
-
#: inc/php/settings.php:
|
592 |
msgid "Open in new tab"
|
593 |
msgstr "Открыть в новой вкладке"
|
594 |
|
595 |
-
#: inc/php/settings.php:
|
596 |
msgid "Open link in a new tab/window."
|
597 |
msgstr "Открыть ссылку в новом окне/вкладке"
|
598 |
|
599 |
-
#: inc/php/settings.php:
|
600 |
msgid "Tooltips"
|
601 |
msgstr "Подсказки"
|
602 |
|
603 |
-
#: inc/php/settings.php:
|
604 |
msgid ""
|
605 |
"Enable/disable a tooltips with name of the social media above every button."
|
606 |
msgstr ""
|
607 |
"Включить/отключить всплывающие подсказки с названием социальных медиа над "
|
608 |
"каждой кнопкой."
|
609 |
|
610 |
-
#: inc/php/settings.php:
|
611 |
msgid "Icon size"
|
612 |
msgstr "Размер иконки"
|
613 |
|
614 |
-
#: inc/php/settings.php:
|
615 |
msgid ""
|
616 |
"Enter the size of icons (in px) in your social media follow buttons bar."
|
617 |
msgstr ""
|
618 |
"Введите размер иконок (в пикселях) для вашей панели социальных медиа кнопок."
|
619 |
|
620 |
-
#: inc/php/settings.php:
|
621 |
msgid "Margin"
|
622 |
msgstr "Отступ"
|
623 |
|
624 |
-
#: inc/php/settings.php:
|
625 |
msgid ""
|
626 |
"Enter the size of space (in px) between icons in your social media follow "
|
627 |
"buttons bar."
|
628 |
msgstr ""
|
629 |
|
630 |
-
#: inc/php/settings.php:
|
631 |
msgid "Alignment"
|
632 |
msgstr "Выравнивание"
|
633 |
|
634 |
-
#: inc/php/settings.php:
|
635 |
msgid "Left"
|
636 |
msgstr "Слева"
|
637 |
|
638 |
-
#: inc/php/settings.php:
|
639 |
msgid "Center"
|
640 |
msgstr "По центру"
|
641 |
|
642 |
-
#: inc/php/settings.php:
|
643 |
msgid "Right"
|
644 |
msgstr "Справа"
|
645 |
|
646 |
-
#: inc/php/settings.php:
|
647 |
msgid "Caption"
|
648 |
msgstr "Заголовок"
|
649 |
|
650 |
-
#: inc/php/settings.php:
|
651 |
msgid ""
|
652 |
"Enter the caption to your social media follow buttons bar. It will be "
|
653 |
"displays before the toolbar."
|
@@ -655,11 +663,11 @@ msgstr ""
|
|
655 |
"Введите заголовок для блока с кнопками социальных медиа. Он будет отображает "
|
656 |
"над панелью."
|
657 |
|
658 |
-
#: inc/php/settings.php:
|
659 |
msgid "Preview"
|
660 |
msgstr "Предварительный просмотр"
|
661 |
|
662 |
-
#: inc/php/settings.php:
|
663 |
msgid "Click the \"Save Changes\" button to update this preview."
|
664 |
msgstr ""
|
665 |
"Нажмите кнопку «Сохранить изменения», чтобы обновить этот пред. просмотр."
|
@@ -686,6 +694,13 @@ msgstr "Артур Гарегинян"
|
|
686 |
msgid "http://www.arthurgareginyan.com"
|
687 |
msgstr "http://www.arthurgareginyan.com"
|
688 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
689 |
#~ msgid "Enter the link to your diaspora profile page"
|
690 |
#~ msgstr "Введите ссылку на вашу страницу профиля diaspora"
|
691 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Social Media Buttons Toolbar\n"
|
4 |
+
"POT-Creation-Date: 2017-06-04 20:38+0300\n"
|
5 |
+
"PO-Revision-Date: 2017-06-04 20:38+0300\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: ru\n"
|
39 |
|
40 |
#: inc/php/messages.php:32
|
41 |
#, php-format
|
42 |
+
msgid "Thank you for installing my plugin! I hope you will love it! %s"
|
43 |
+
msgstr "Спасибо, что установили мой плагин! Надеюсь, что он вам полюбится! %s"
|
44 |
|
45 |
#: inc/php/messages.php:67
|
46 |
msgid "You have installed an old version of this plugin."
|
67 |
msgid "Author"
|
68 |
msgstr "Автор"
|
69 |
|
70 |
+
#: inc/php/page.php:44 inc/php/page.php:178 inc/php/settings.php:29
|
71 |
+
#: inc/php/settings.php:535
|
72 |
msgid "Support"
|
73 |
msgstr "Поддержка"
|
74 |
|
133 |
msgid "It's that simple!"
|
134 |
msgstr "Вот так просто!"
|
135 |
|
136 |
+
#: inc/php/page.php:77 inc/php/settings.php:437
|
137 |
msgid "Note!"
|
138 |
msgstr "Примечание!"
|
139 |
|
303 |
"Этот плагин позволяет легко добавить блок социальных медиа кнопок в любое "
|
304 |
"место на вашем веб-сайте."
|
305 |
|
306 |
+
#: inc/php/settings.php:24
|
307 |
+
msgid "Version"
|
308 |
+
msgstr "Версия"
|
309 |
+
|
310 |
+
#: inc/php/settings.php:31 inc/php/settings.php:537
|
311 |
msgid ""
|
312 |
"I'm an independent developer, without a regular income, so every little "
|
313 |
"contribution helps cover my costs and lets me spend more time building "
|
317 |
"вклад помогает мне покрыть затраты и позволяет тратить больше времени на "
|
318 |
"создание программ для людей как вы."
|
319 |
|
320 |
+
#: inc/php/settings.php:32 inc/php/settings.php:538
|
321 |
msgid "Donate with PayPal"
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: inc/php/settings.php:33 inc/php/settings.php:539
|
325 |
msgid "Thanks for your support!"
|
326 |
msgstr "Спасибо за вашу поддержку!"
|
327 |
|
328 |
+
#: inc/php/settings.php:38
|
329 |
msgid "Help"
|
330 |
msgstr "Помощь"
|
331 |
|
332 |
+
#: inc/php/settings.php:40
|
333 |
msgid "Got something to say? Need help?"
|
334 |
msgstr "Есть что сказать? Нужна помощь?"
|
335 |
|
336 |
+
#: inc/php/settings.php:66
|
337 |
msgid "Buttons"
|
338 |
msgstr "Кнопки"
|
339 |
|
340 |
+
#: inc/php/settings.php:68
|
341 |
msgid ""
|
342 |
"Just fill in the required fields to make a buttons. The social networking "
|
343 |
"buttons will lead directly to your profile pages. If you don't want to use "
|
349 |
"хотите использовать любой из следующих кнопок, то вы можете не заполнить их "
|
350 |
"и тогда они не появятся."
|
351 |
|
352 |
+
#: inc/php/settings.php:75
|
353 |
msgid "Enter the link to your Facebook profile page"
|
354 |
msgstr "Введите ссылку на вашу страницу профиля Facebook"
|
355 |
|
356 |
+
#: inc/php/settings.php:82
|
357 |
msgid "Enter the link to your Twitter profile page"
|
358 |
msgstr "Введите ссылку на вашу страницу профиля Twitter"
|
359 |
|
360 |
+
#: inc/php/settings.php:89
|
361 |
msgid "Enter the link to your Instagram profile page"
|
362 |
msgstr "Введите ссылку на вашу страницу профиля Instagram"
|
363 |
|
364 |
+
#: inc/php/settings.php:96
|
365 |
msgid "Enter the link to your Google+ profile page"
|
366 |
msgstr "Введите ссылку на вашу страницу профиля Google+"
|
367 |
|
368 |
+
#: inc/php/settings.php:103
|
369 |
msgid "Enter the link to your YouTube profile page"
|
370 |
msgstr "Введите ссылку на вашу страницу профиля YouTube"
|
371 |
|
372 |
+
#: inc/php/settings.php:110
|
373 |
msgid "Enter the link to your YouTube Gaming profile page"
|
374 |
msgstr "Введите ссылку на вашу страницу профиля YouTube Gaming"
|
375 |
|
376 |
+
#: inc/php/settings.php:117
|
377 |
msgid "Enter the link to your Periscope profile page"
|
378 |
msgstr "Введите ссылку на вашу страницу профиля Periscope"
|
379 |
|
380 |
+
#: inc/php/settings.php:124
|
381 |
msgid "Enter the link to your Vimeo profile page"
|
382 |
msgstr "Введите ссылку на вашу страницу профиля Vimeo"
|
383 |
|
384 |
+
#: inc/php/settings.php:131
|
385 |
msgid "Enter the link to your Blogger profile page"
|
386 |
msgstr "Введите ссылку на вашу страницу профиля Blogger"
|
387 |
|
388 |
+
#: inc/php/settings.php:138
|
389 |
msgid "Enter the link to your Buzzsprout profile page"
|
390 |
msgstr "Введите ссылку на вашу страницу профиля Buzzsprout"
|
391 |
|
392 |
+
#: inc/php/settings.php:145
|
393 |
msgid "Enter the link to your LiveJournal profile page"
|
394 |
msgstr "Введите ссылку на вашу страницу профиля LiveJournal"
|
395 |
|
396 |
+
#: inc/php/settings.php:152
|
397 |
msgid "Enter the link to your Reddit profile page"
|
398 |
msgstr "Введите ссылку на вашу страницу профиля Reddit"
|
399 |
|
400 |
+
#: inc/php/settings.php:159
|
401 |
msgid "Enter the link to your LinkedIn profile page"
|
402 |
msgstr "Введите ссылку на вашу страницу профиля LinkedIn"
|
403 |
|
404 |
+
#: inc/php/settings.php:166
|
405 |
msgid "Enter the link to your Diaspora profile page"
|
406 |
msgstr "Введите ссылку на вашу страницу профиля Diaspora"
|
407 |
|
408 |
+
#: inc/php/settings.php:173
|
409 |
msgid "Enter the link to your DeviantArt profile page"
|
410 |
msgstr "Введите ссылку на вашу страницу профиля DeviantArt"
|
411 |
|
412 |
+
#: inc/php/settings.php:180
|
413 |
msgid "Enter the link to your XING profile page"
|
414 |
msgstr "Введите ссылку на вашу страницу профиля XING"
|
415 |
|
416 |
+
#: inc/php/settings.php:187
|
417 |
msgid "Enter the link to your Pinterest profile page"
|
418 |
msgstr "Введите ссылку на вашу страницу профиля Pinterest"
|
419 |
|
420 |
+
#: inc/php/settings.php:194
|
421 |
msgid "Enter the link to your Flickr profile page"
|
422 |
msgstr "Введите ссылку на вашу страницу профиля Flickr"
|
423 |
|
424 |
+
#: inc/php/settings.php:201
|
425 |
msgid "Enter the link to your Tumblr profile page"
|
426 |
msgstr "Введите ссылку на вашу страницу профиля Tumblr"
|
427 |
|
428 |
+
#: inc/php/settings.php:208
|
429 |
msgid "Enter the link to your Snapchat profile page"
|
430 |
msgstr "Введите ссылку на вашу страницу профиля Snapchat"
|
431 |
|
432 |
+
#: inc/php/settings.php:215
|
433 |
msgid "Enter the link to your Twitch profile page"
|
434 |
msgstr "Введите ссылку на вашу страницу профиля Twitch"
|
435 |
|
436 |
+
#: inc/php/settings.php:222
|
437 |
msgid "Enter the link to your Patreon profile page"
|
438 |
msgstr "Введите ссылку на вашу страницу профиля Patreon"
|
439 |
|
440 |
+
#: inc/php/settings.php:229
|
441 |
msgid "Enter the link to your IMDb profile page"
|
442 |
msgstr "Введите ссылку на вашу страницу профиля IMDb"
|
443 |
|
444 |
+
#: inc/php/settings.php:236
|
445 |
msgid "Enter the link to your SoundCloud profile page"
|
446 |
msgstr "Введите ссылку на вашу страницу профиля SoundCloud"
|
447 |
|
448 |
+
#: inc/php/settings.php:243
|
449 |
msgid "Enter the link to your Plug.dj profile page"
|
450 |
msgstr "Введите ссылку на вашу страницу профиля Plug.dj"
|
451 |
|
452 |
+
#: inc/php/settings.php:250
|
453 |
msgid "Enter the link to your Spotify profile page"
|
454 |
msgstr "Введите ссылку на вашу страницу профиля Spotify"
|
455 |
|
456 |
+
#: inc/php/settings.php:257
|
457 |
msgid "Enter the link to your Bandcamp profile page"
|
458 |
msgstr "Введите ссылку на вашу страницу профиля Bandcamp"
|
459 |
|
460 |
+
#: inc/php/settings.php:264
|
461 |
msgid "Enter the link to your Dloky profile page"
|
462 |
msgstr "Введите ссылку на вашу страницу профиля Dloky"
|
463 |
|
464 |
+
#: inc/php/settings.php:271
|
465 |
msgid "Enter the link to your Amazon profile page"
|
466 |
msgstr "Введите ссылку на вашу страницу профиля Amazon"
|
467 |
|
468 |
+
#: inc/php/settings.php:278
|
469 |
msgid "Enter the link to your BookBub profile page"
|
470 |
msgstr "Введите ссылку на вашу страницу профиля BookBub"
|
471 |
|
472 |
+
#: inc/php/settings.php:285
|
473 |
msgid "Enter the link to your Goodreads profile page"
|
474 |
msgstr "Введите ссылку на вашу страницу профиля Goodreads"
|
475 |
|
476 |
+
#: inc/php/settings.php:292
|
477 |
msgid "Enter the link to your MeetVibe profile page"
|
478 |
msgstr "Введите ссылку на вашу страницу профиля MeetVibe"
|
479 |
|
480 |
+
#: inc/php/settings.php:299
|
481 |
msgid "Enter the link to your Meetup profile page"
|
482 |
msgstr "Введите ссылку на вашу страницу профиля Meetup"
|
483 |
|
484 |
+
#: inc/php/settings.php:306
|
485 |
msgid "Enter the link to your Steam profile page"
|
486 |
msgstr "Введите ссылку на вашу страницу профиля Steam"
|
487 |
|
488 |
+
#: inc/php/settings.php:313
|
489 |
+
msgid "Enter the link to your Mixer profile page"
|
490 |
+
msgstr "Введите ссылку на вашу страницу профиля Mixer"
|
491 |
|
492 |
+
#: inc/php/settings.php:320
|
493 |
msgid "Enter the link to your Discord profile page"
|
494 |
msgstr "Введите ссылку на вашу страницу профиля Discord"
|
495 |
|
496 |
+
#: inc/php/settings.php:327
|
497 |
msgid "Enter the link to your Yelp profile page"
|
498 |
msgstr "Введите ссылку на вашу страницу профиля Yelp"
|
499 |
|
500 |
+
#: inc/php/settings.php:334
|
501 |
msgid "Enter the link to your StumbleUpon profile page"
|
502 |
msgstr "Введите ссылку на вашу страницу профиля StumbleUpon"
|
503 |
|
504 |
+
#: inc/php/settings.php:341
|
505 |
msgid "Enter the link to your Bloglovin profile page"
|
506 |
msgstr "Введите ссылку на вашу страницу профиля Bloglovin"
|
507 |
|
508 |
+
#: inc/php/settings.php:348
|
509 |
msgid "Enter the link to your WhatsApp profile page"
|
510 |
msgstr "Введите ссылку на вашу страницу профиля WhatsApp"
|
511 |
|
512 |
+
#: inc/php/settings.php:355
|
513 |
msgid "Enter the link to your LINE profile page"
|
514 |
msgstr "Введите ссылку на вашу страницу профиля LINE"
|
515 |
|
516 |
+
#: inc/php/settings.php:362
|
517 |
msgid "Enter the link to your VKontakte profile page"
|
518 |
msgstr "Введите ссылку на вашу страницу профиля ВКонтакте"
|
519 |
|
520 |
+
#: inc/php/settings.php:369
|
521 |
msgid "Enter the link to your Odnoklassniki profile page"
|
522 |
msgstr "Введите ссылку на вашу страницу профиля Одноклассники"
|
523 |
|
524 |
+
#: inc/php/settings.php:376
|
525 |
msgid "Enter the link to your Telegram profile page"
|
526 |
msgstr "Введите ссылку на вашу страницу профиля Telegram"
|
527 |
|
528 |
+
#: inc/php/settings.php:383
|
529 |
msgid "Enter the link to your GitHub profile page"
|
530 |
msgstr "Введите ссылку на вашу страницу профиля GitHub"
|
531 |
|
532 |
+
#: inc/php/settings.php:390
|
533 |
msgid "Enter the link to your WordPress profile page"
|
534 |
msgstr "Введите ссылку на вашу страницу профиля WordPress"
|
535 |
|
536 |
+
#: inc/php/settings.php:397
|
537 |
msgid "Enter the link to your CodePen profile page"
|
538 |
msgstr "Введите ссылку на вашу страницу профиля CodePen"
|
539 |
|
540 |
+
#: inc/php/settings.php:404
|
541 |
msgid ""
|
542 |
"Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or "
|
543 |
"<b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
|
546 |
"b>, или <b>?add</b>, или <b>?chat</b>, или <b>?userinfo</b> для просмотра "
|
547 |
"профиля"
|
548 |
|
549 |
+
#: inc/php/settings.php:411
|
550 |
msgid "Enter the link to your personal website"
|
551 |
msgstr "Введите ссылку на ваш персональный сайт"
|
552 |
|
553 |
+
#: inc/php/settings.php:418
|
554 |
msgid "Enter your email address with prefix <b>mailto:</b>"
|
555 |
msgstr "Введите адрес электронной почты с префиксом <b>mailto:</b>"
|
556 |
|
557 |
+
#: inc/php/settings.php:425
|
558 |
+
msgid "Enter your telephone number with prefix <b>tel://</b>"
|
559 |
+
msgstr "Введите номер телефона с префиксом <b>tel://</b>"
|
560 |
+
|
561 |
+
#: inc/php/settings.php:432
|
562 |
msgid "Enter the link to your RSS Feed"
|
563 |
msgstr "Введите ссылку на ваш RSS поток"
|
564 |
|
565 |
+
#: inc/php/settings.php:437
|
566 |
msgid ""
|
567 |
"If you did not find the button you need, then tell me and I will gladly add "
|
568 |
"it for you."
|
569 |
msgstr ""
|
570 |
|
571 |
+
#: inc/php/settings.php:438 inc/php/settings.php:521
|
572 |
msgid "Save Changes"
|
573 |
msgstr "Сохранить изменения"
|
574 |
|
575 |
+
#: inc/php/settings.php:443
|
576 |
msgid "Display options"
|
577 |
msgstr "Настройки отображения"
|
578 |
|
579 |
+
#: inc/php/settings.php:445
|
580 |
msgid "There you can configure this plugin."
|
581 |
msgstr "Здесь вы можете настроить этот плагин."
|
582 |
|
583 |
+
#: inc/php/settings.php:449
|
584 |
msgid "Show on Posts"
|
585 |
msgstr "Показать в записях"
|
586 |
|
587 |
+
#: inc/php/settings.php:450
|
588 |
msgid "Display toolbar below content on Posts."
|
589 |
msgstr "Показывать кнопки под содержанием в записях"
|
590 |
|
591 |
+
#: inc/php/settings.php:455
|
592 |
msgid "Show on Pages"
|
593 |
msgstr "Показывать на страницах"
|
594 |
|
595 |
+
#: inc/php/settings.php:456
|
596 |
msgid "Display toolbar below content on Pages."
|
597 |
msgstr "Показывать кнопки под содержанием на страницах"
|
598 |
|
599 |
+
#: inc/php/settings.php:461
|
600 |
msgid "Open in new tab"
|
601 |
msgstr "Открыть в новой вкладке"
|
602 |
|
603 |
+
#: inc/php/settings.php:462
|
604 |
msgid "Open link in a new tab/window."
|
605 |
msgstr "Открыть ссылку в новом окне/вкладке"
|
606 |
|
607 |
+
#: inc/php/settings.php:467
|
608 |
msgid "Tooltips"
|
609 |
msgstr "Подсказки"
|
610 |
|
611 |
+
#: inc/php/settings.php:468
|
612 |
msgid ""
|
613 |
"Enable/disable a tooltips with name of the social media above every button."
|
614 |
msgstr ""
|
615 |
"Включить/отключить всплывающие подсказки с названием социальных медиа над "
|
616 |
"каждой кнопкой."
|
617 |
|
618 |
+
#: inc/php/settings.php:473
|
619 |
msgid "Icon size"
|
620 |
msgstr "Размер иконки"
|
621 |
|
622 |
+
#: inc/php/settings.php:474
|
623 |
msgid ""
|
624 |
"Enter the size of icons (in px) in your social media follow buttons bar."
|
625 |
msgstr ""
|
626 |
"Введите размер иконок (в пикселях) для вашей панели социальных медиа кнопок."
|
627 |
|
628 |
+
#: inc/php/settings.php:481
|
629 |
msgid "Margin"
|
630 |
msgstr "Отступ"
|
631 |
|
632 |
+
#: inc/php/settings.php:482
|
633 |
msgid ""
|
634 |
"Enter the size of space (in px) between icons in your social media follow "
|
635 |
"buttons bar."
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: inc/php/settings.php:491
|
639 |
msgid "Alignment"
|
640 |
msgstr "Выравнивание"
|
641 |
|
642 |
+
#: inc/php/settings.php:497
|
643 |
msgid "Left"
|
644 |
msgstr "Слева"
|
645 |
|
646 |
+
#: inc/php/settings.php:501
|
647 |
msgid "Center"
|
648 |
msgstr "По центру"
|
649 |
|
650 |
+
#: inc/php/settings.php:505
|
651 |
msgid "Right"
|
652 |
msgstr "Справа"
|
653 |
|
654 |
+
#: inc/php/settings.php:512
|
655 |
msgid "Caption"
|
656 |
msgstr "Заголовок"
|
657 |
|
658 |
+
#: inc/php/settings.php:513
|
659 |
msgid ""
|
660 |
"Enter the caption to your social media follow buttons bar. It will be "
|
661 |
"displays before the toolbar."
|
663 |
"Введите заголовок для блока с кнопками социальных медиа. Он будет отображает "
|
664 |
"над панелью."
|
665 |
|
666 |
+
#: inc/php/settings.php:527
|
667 |
msgid "Preview"
|
668 |
msgstr "Предварительный просмотр"
|
669 |
|
670 |
+
#: inc/php/settings.php:529
|
671 |
msgid "Click the \"Save Changes\" button to update this preview."
|
672 |
msgstr ""
|
673 |
"Нажмите кнопку «Сохранить изменения», чтобы обновить этот пред. просмотр."
|
694 |
msgid "http://www.arthurgareginyan.com"
|
695 |
msgstr "http://www.arthurgareginyan.com"
|
696 |
|
697 |
+
#~ msgid "Thank you for installing my plugin! I hope you will love it %s"
|
698 |
+
#~ msgstr ""
|
699 |
+
#~ "Спасибо, что установили мой плагин! Надеюсь, что он вам полюбится %s"
|
700 |
+
|
701 |
+
#~ msgid "Enter the link to your Beam profile page"
|
702 |
+
#~ msgstr "Введите ссылку на вашу страницу профиля Beam"
|
703 |
+
|
704 |
#~ msgid "Enter the link to your diaspora profile page"
|
705 |
#~ msgstr "Введите ссылку на вашу страницу профиля diaspora"
|
706 |
|
languages/social-media-buttons-toolbar.pot
CHANGED
@@ -3,7 +3,7 @@ msgid ""
|
|
3 |
msgstr ""
|
4 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
"Project-Id-Version: Social Media Buttons Toolbar\n"
|
6 |
-
"POT-Creation-Date: 2017-
|
7 |
"PO-Revision-Date: 2015-12-17 02:16+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
@@ -37,7 +37,7 @@ msgstr ""
|
|
37 |
|
38 |
#: inc/php/messages.php:32
|
39 |
#, php-format
|
40 |
-
msgid "Thank you for installing my plugin! I hope you will love it %s"
|
41 |
msgstr ""
|
42 |
|
43 |
#: inc/php/messages.php:67
|
@@ -65,7 +65,7 @@ msgstr ""
|
|
65 |
msgid "Author"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: inc/php/page.php:44 inc/php/page.php:178 inc/php/settings.php:
|
69 |
msgid "Support"
|
70 |
msgstr ""
|
71 |
|
@@ -125,7 +125,7 @@ msgstr ""
|
|
125 |
msgid "It's that simple!"
|
126 |
msgstr ""
|
127 |
|
128 |
-
#: inc/php/page.php:77 inc/php/settings.php:
|
129 |
msgid "Note!"
|
130 |
msgstr ""
|
131 |
|
@@ -271,339 +271,347 @@ msgid ""
|
|
271 |
"This plugin allows you to easily add the social media follow buttons bar to any place of your website."
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: inc/php/settings.php:
|
|
|
|
|
|
|
|
|
275 |
msgid ""
|
276 |
"I'm an independent developer, without a regular income, so every little contribution helps cover my "
|
277 |
"costs and lets me spend more time building things for people like you to enjoy."
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: inc/php/settings.php:
|
281 |
msgid "Donate with PayPal"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: inc/php/settings.php:
|
285 |
msgid "Thanks for your support!"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: inc/php/settings.php:
|
289 |
msgid "Help"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: inc/php/settings.php:
|
293 |
msgid "Got something to say? Need help?"
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: inc/php/settings.php:
|
297 |
msgid "Buttons"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: inc/php/settings.php:
|
301 |
msgid ""
|
302 |
"Just fill in the required fields to make a buttons. The social networking buttons will lead directly "
|
303 |
"to your profile pages. If you don't want to use any of the following buttons, you can not fill them "
|
304 |
"and then they do not appear."
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: inc/php/settings.php:
|
308 |
msgid "Enter the link to your Facebook profile page"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: inc/php/settings.php:
|
312 |
msgid "Enter the link to your Twitter profile page"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: inc/php/settings.php:
|
316 |
msgid "Enter the link to your Instagram profile page"
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: inc/php/settings.php:
|
320 |
msgid "Enter the link to your Google+ profile page"
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: inc/php/settings.php:
|
324 |
msgid "Enter the link to your YouTube profile page"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: inc/php/settings.php:
|
328 |
msgid "Enter the link to your YouTube Gaming profile page"
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: inc/php/settings.php:
|
332 |
msgid "Enter the link to your Periscope profile page"
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: inc/php/settings.php:
|
336 |
msgid "Enter the link to your Vimeo profile page"
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: inc/php/settings.php:
|
340 |
msgid "Enter the link to your Blogger profile page"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: inc/php/settings.php:
|
344 |
msgid "Enter the link to your Buzzsprout profile page"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: inc/php/settings.php:
|
348 |
msgid "Enter the link to your LiveJournal profile page"
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: inc/php/settings.php:
|
352 |
msgid "Enter the link to your Reddit profile page"
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: inc/php/settings.php:
|
356 |
msgid "Enter the link to your LinkedIn profile page"
|
357 |
msgstr ""
|
358 |
|
359 |
-
#: inc/php/settings.php:
|
360 |
msgid "Enter the link to your Diaspora profile page"
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: inc/php/settings.php:
|
364 |
msgid "Enter the link to your DeviantArt profile page"
|
365 |
msgstr ""
|
366 |
|
367 |
-
#: inc/php/settings.php:
|
368 |
msgid "Enter the link to your XING profile page"
|
369 |
msgstr ""
|
370 |
|
371 |
-
#: inc/php/settings.php:
|
372 |
msgid "Enter the link to your Pinterest profile page"
|
373 |
msgstr ""
|
374 |
|
375 |
-
#: inc/php/settings.php:
|
376 |
msgid "Enter the link to your Flickr profile page"
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: inc/php/settings.php:
|
380 |
msgid "Enter the link to your Tumblr profile page"
|
381 |
msgstr ""
|
382 |
|
383 |
-
#: inc/php/settings.php:
|
384 |
msgid "Enter the link to your Snapchat profile page"
|
385 |
msgstr ""
|
386 |
|
387 |
-
#: inc/php/settings.php:
|
388 |
msgid "Enter the link to your Twitch profile page"
|
389 |
msgstr ""
|
390 |
|
391 |
-
#: inc/php/settings.php:
|
392 |
msgid "Enter the link to your Patreon profile page"
|
393 |
msgstr ""
|
394 |
|
395 |
-
#: inc/php/settings.php:
|
396 |
msgid "Enter the link to your IMDb profile page"
|
397 |
msgstr ""
|
398 |
|
399 |
-
#: inc/php/settings.php:
|
400 |
msgid "Enter the link to your SoundCloud profile page"
|
401 |
msgstr ""
|
402 |
|
403 |
-
#: inc/php/settings.php:
|
404 |
msgid "Enter the link to your Plug.dj profile page"
|
405 |
msgstr ""
|
406 |
|
407 |
-
#: inc/php/settings.php:
|
408 |
msgid "Enter the link to your Spotify profile page"
|
409 |
msgstr ""
|
410 |
|
411 |
-
#: inc/php/settings.php:
|
412 |
msgid "Enter the link to your Bandcamp profile page"
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: inc/php/settings.php:
|
416 |
msgid "Enter the link to your Dloky profile page"
|
417 |
msgstr ""
|
418 |
|
419 |
-
#: inc/php/settings.php:
|
420 |
msgid "Enter the link to your Amazon profile page"
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: inc/php/settings.php:
|
424 |
msgid "Enter the link to your BookBub profile page"
|
425 |
msgstr ""
|
426 |
|
427 |
-
#: inc/php/settings.php:
|
428 |
msgid "Enter the link to your Goodreads profile page"
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: inc/php/settings.php:
|
432 |
msgid "Enter the link to your MeetVibe profile page"
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: inc/php/settings.php:
|
436 |
msgid "Enter the link to your Meetup profile page"
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: inc/php/settings.php:
|
440 |
msgid "Enter the link to your Steam profile page"
|
441 |
msgstr ""
|
442 |
|
443 |
-
#: inc/php/settings.php:
|
444 |
-
msgid "Enter the link to your
|
445 |
msgstr ""
|
446 |
|
447 |
-
#: inc/php/settings.php:
|
448 |
msgid "Enter the link to your Discord profile page"
|
449 |
msgstr ""
|
450 |
|
451 |
-
#: inc/php/settings.php:
|
452 |
msgid "Enter the link to your Yelp profile page"
|
453 |
msgstr ""
|
454 |
|
455 |
-
#: inc/php/settings.php:
|
456 |
msgid "Enter the link to your StumbleUpon profile page"
|
457 |
msgstr ""
|
458 |
|
459 |
-
#: inc/php/settings.php:
|
460 |
msgid "Enter the link to your Bloglovin profile page"
|
461 |
msgstr ""
|
462 |
|
463 |
-
#: inc/php/settings.php:
|
464 |
msgid "Enter the link to your WhatsApp profile page"
|
465 |
msgstr ""
|
466 |
|
467 |
-
#: inc/php/settings.php:
|
468 |
msgid "Enter the link to your LINE profile page"
|
469 |
msgstr ""
|
470 |
|
471 |
-
#: inc/php/settings.php:
|
472 |
msgid "Enter the link to your VKontakte profile page"
|
473 |
msgstr ""
|
474 |
|
475 |
-
#: inc/php/settings.php:
|
476 |
msgid "Enter the link to your Odnoklassniki profile page"
|
477 |
msgstr ""
|
478 |
|
479 |
-
#: inc/php/settings.php:
|
480 |
msgid "Enter the link to your Telegram profile page"
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: inc/php/settings.php:
|
484 |
msgid "Enter the link to your GitHub profile page"
|
485 |
msgstr ""
|
486 |
|
487 |
-
#: inc/php/settings.php:
|
488 |
msgid "Enter the link to your WordPress profile page"
|
489 |
msgstr ""
|
490 |
|
491 |
-
#: inc/php/settings.php:
|
492 |
msgid "Enter the link to your CodePen profile page"
|
493 |
msgstr ""
|
494 |
|
495 |
-
#: inc/php/settings.php:
|
496 |
msgid ""
|
497 |
"Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?add</b>, or <b>?chat</"
|
498 |
"b>, or <b>?userinfo</b> for view profile"
|
499 |
msgstr ""
|
500 |
|
501 |
-
#: inc/php/settings.php:
|
502 |
msgid "Enter the link to your personal website"
|
503 |
msgstr ""
|
504 |
|
505 |
-
#: inc/php/settings.php:
|
506 |
msgid "Enter your email address with prefix <b>mailto:</b>"
|
507 |
msgstr ""
|
508 |
|
509 |
-
#: inc/php/settings.php:
|
|
|
|
|
|
|
|
|
510 |
msgid "Enter the link to your RSS Feed"
|
511 |
msgstr ""
|
512 |
|
513 |
-
#: inc/php/settings.php:
|
514 |
msgid "If you did not find the button you need, then tell me and I will gladly add it for you."
|
515 |
msgstr ""
|
516 |
|
517 |
-
#: inc/php/settings.php:
|
518 |
msgid "Save Changes"
|
519 |
msgstr ""
|
520 |
|
521 |
-
#: inc/php/settings.php:
|
522 |
msgid "Display options"
|
523 |
msgstr ""
|
524 |
|
525 |
-
#: inc/php/settings.php:
|
526 |
msgid "There you can configure this plugin."
|
527 |
msgstr ""
|
528 |
|
529 |
-
#: inc/php/settings.php:
|
530 |
msgid "Show on Posts"
|
531 |
msgstr ""
|
532 |
|
533 |
-
#: inc/php/settings.php:
|
534 |
msgid "Display toolbar below content on Posts."
|
535 |
msgstr ""
|
536 |
|
537 |
-
#: inc/php/settings.php:
|
538 |
msgid "Show on Pages"
|
539 |
msgstr ""
|
540 |
|
541 |
-
#: inc/php/settings.php:
|
542 |
msgid "Display toolbar below content on Pages."
|
543 |
msgstr ""
|
544 |
|
545 |
-
#: inc/php/settings.php:
|
546 |
msgid "Open in new tab"
|
547 |
msgstr ""
|
548 |
|
549 |
-
#: inc/php/settings.php:
|
550 |
msgid "Open link in a new tab/window."
|
551 |
msgstr ""
|
552 |
|
553 |
-
#: inc/php/settings.php:
|
554 |
msgid "Tooltips"
|
555 |
msgstr ""
|
556 |
|
557 |
-
#: inc/php/settings.php:
|
558 |
msgid "Enable/disable a tooltips with name of the social media above every button."
|
559 |
msgstr ""
|
560 |
|
561 |
-
#: inc/php/settings.php:
|
562 |
msgid "Icon size"
|
563 |
msgstr ""
|
564 |
|
565 |
-
#: inc/php/settings.php:
|
566 |
msgid "Enter the size of icons (in px) in your social media follow buttons bar."
|
567 |
msgstr ""
|
568 |
|
569 |
-
#: inc/php/settings.php:
|
570 |
msgid "Margin"
|
571 |
msgstr ""
|
572 |
|
573 |
-
#: inc/php/settings.php:
|
574 |
msgid "Enter the size of space (in px) between icons in your social media follow buttons bar."
|
575 |
msgstr ""
|
576 |
|
577 |
-
#: inc/php/settings.php:
|
578 |
msgid "Alignment"
|
579 |
msgstr ""
|
580 |
|
581 |
-
#: inc/php/settings.php:
|
582 |
msgid "Left"
|
583 |
msgstr ""
|
584 |
|
585 |
-
#: inc/php/settings.php:
|
586 |
msgid "Center"
|
587 |
msgstr ""
|
588 |
|
589 |
-
#: inc/php/settings.php:
|
590 |
msgid "Right"
|
591 |
msgstr ""
|
592 |
|
593 |
-
#: inc/php/settings.php:
|
594 |
msgid "Caption"
|
595 |
msgstr ""
|
596 |
|
597 |
-
#: inc/php/settings.php:
|
598 |
msgid ""
|
599 |
"Enter the caption to your social media follow buttons bar. It will be displays before the toolbar."
|
600 |
msgstr ""
|
601 |
|
602 |
-
#: inc/php/settings.php:
|
603 |
msgid "Preview"
|
604 |
msgstr ""
|
605 |
|
606 |
-
#: inc/php/settings.php:
|
607 |
msgid "Click the \"Save Changes\" button to update this preview."
|
608 |
msgstr ""
|
609 |
|
3 |
msgstr ""
|
4 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
"Project-Id-Version: Social Media Buttons Toolbar\n"
|
6 |
+
"POT-Creation-Date: 2017-06-04 20:38+0300\n"
|
7 |
"PO-Revision-Date: 2015-12-17 02:16+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
37 |
|
38 |
#: inc/php/messages.php:32
|
39 |
#, php-format
|
40 |
+
msgid "Thank you for installing my plugin! I hope you will love it! %s"
|
41 |
msgstr ""
|
42 |
|
43 |
#: inc/php/messages.php:67
|
65 |
msgid "Author"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: inc/php/page.php:44 inc/php/page.php:178 inc/php/settings.php:29 inc/php/settings.php:535
|
69 |
msgid "Support"
|
70 |
msgstr ""
|
71 |
|
125 |
msgid "It's that simple!"
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: inc/php/page.php:77 inc/php/settings.php:437
|
129 |
msgid "Note!"
|
130 |
msgstr ""
|
131 |
|
271 |
"This plugin allows you to easily add the social media follow buttons bar to any place of your website."
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: inc/php/settings.php:24
|
275 |
+
msgid "Version"
|
276 |
+
msgstr ""
|
277 |
+
|
278 |
+
#: inc/php/settings.php:31 inc/php/settings.php:537
|
279 |
msgid ""
|
280 |
"I'm an independent developer, without a regular income, so every little contribution helps cover my "
|
281 |
"costs and lets me spend more time building things for people like you to enjoy."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: inc/php/settings.php:32 inc/php/settings.php:538
|
285 |
msgid "Donate with PayPal"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: inc/php/settings.php:33 inc/php/settings.php:539
|
289 |
msgid "Thanks for your support!"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: inc/php/settings.php:38
|
293 |
msgid "Help"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: inc/php/settings.php:40
|
297 |
msgid "Got something to say? Need help?"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: inc/php/settings.php:66
|
301 |
msgid "Buttons"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: inc/php/settings.php:68
|
305 |
msgid ""
|
306 |
"Just fill in the required fields to make a buttons. The social networking buttons will lead directly "
|
307 |
"to your profile pages. If you don't want to use any of the following buttons, you can not fill them "
|
308 |
"and then they do not appear."
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: inc/php/settings.php:75
|
312 |
msgid "Enter the link to your Facebook profile page"
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: inc/php/settings.php:82
|
316 |
msgid "Enter the link to your Twitter profile page"
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: inc/php/settings.php:89
|
320 |
msgid "Enter the link to your Instagram profile page"
|
321 |
msgstr ""
|
322 |
|
323 |
+
#: inc/php/settings.php:96
|
324 |
msgid "Enter the link to your Google+ profile page"
|
325 |
msgstr ""
|
326 |
|
327 |
+
#: inc/php/settings.php:103
|
328 |
msgid "Enter the link to your YouTube profile page"
|
329 |
msgstr ""
|
330 |
|
331 |
+
#: inc/php/settings.php:110
|
332 |
msgid "Enter the link to your YouTube Gaming profile page"
|
333 |
msgstr ""
|
334 |
|
335 |
+
#: inc/php/settings.php:117
|
336 |
msgid "Enter the link to your Periscope profile page"
|
337 |
msgstr ""
|
338 |
|
339 |
+
#: inc/php/settings.php:124
|
340 |
msgid "Enter the link to your Vimeo profile page"
|
341 |
msgstr ""
|
342 |
|
343 |
+
#: inc/php/settings.php:131
|
344 |
msgid "Enter the link to your Blogger profile page"
|
345 |
msgstr ""
|
346 |
|
347 |
+
#: inc/php/settings.php:138
|
348 |
msgid "Enter the link to your Buzzsprout profile page"
|
349 |
msgstr ""
|
350 |
|
351 |
+
#: inc/php/settings.php:145
|
352 |
msgid "Enter the link to your LiveJournal profile page"
|
353 |
msgstr ""
|
354 |
|
355 |
+
#: inc/php/settings.php:152
|
356 |
msgid "Enter the link to your Reddit profile page"
|
357 |
msgstr ""
|
358 |
|
359 |
+
#: inc/php/settings.php:159
|
360 |
msgid "Enter the link to your LinkedIn profile page"
|
361 |
msgstr ""
|
362 |
|
363 |
+
#: inc/php/settings.php:166
|
364 |
msgid "Enter the link to your Diaspora profile page"
|
365 |
msgstr ""
|
366 |
|
367 |
+
#: inc/php/settings.php:173
|
368 |
msgid "Enter the link to your DeviantArt profile page"
|
369 |
msgstr ""
|
370 |
|
371 |
+
#: inc/php/settings.php:180
|
372 |
msgid "Enter the link to your XING profile page"
|
373 |
msgstr ""
|
374 |
|
375 |
+
#: inc/php/settings.php:187
|
376 |
msgid "Enter the link to your Pinterest profile page"
|
377 |
msgstr ""
|
378 |
|
379 |
+
#: inc/php/settings.php:194
|
380 |
msgid "Enter the link to your Flickr profile page"
|
381 |
msgstr ""
|
382 |
|
383 |
+
#: inc/php/settings.php:201
|
384 |
msgid "Enter the link to your Tumblr profile page"
|
385 |
msgstr ""
|
386 |
|
387 |
+
#: inc/php/settings.php:208
|
388 |
msgid "Enter the link to your Snapchat profile page"
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: inc/php/settings.php:215
|
392 |
msgid "Enter the link to your Twitch profile page"
|
393 |
msgstr ""
|
394 |
|
395 |
+
#: inc/php/settings.php:222
|
396 |
msgid "Enter the link to your Patreon profile page"
|
397 |
msgstr ""
|
398 |
|
399 |
+
#: inc/php/settings.php:229
|
400 |
msgid "Enter the link to your IMDb profile page"
|
401 |
msgstr ""
|
402 |
|
403 |
+
#: inc/php/settings.php:236
|
404 |
msgid "Enter the link to your SoundCloud profile page"
|
405 |
msgstr ""
|
406 |
|
407 |
+
#: inc/php/settings.php:243
|
408 |
msgid "Enter the link to your Plug.dj profile page"
|
409 |
msgstr ""
|
410 |
|
411 |
+
#: inc/php/settings.php:250
|
412 |
msgid "Enter the link to your Spotify profile page"
|
413 |
msgstr ""
|
414 |
|
415 |
+
#: inc/php/settings.php:257
|
416 |
msgid "Enter the link to your Bandcamp profile page"
|
417 |
msgstr ""
|
418 |
|
419 |
+
#: inc/php/settings.php:264
|
420 |
msgid "Enter the link to your Dloky profile page"
|
421 |
msgstr ""
|
422 |
|
423 |
+
#: inc/php/settings.php:271
|
424 |
msgid "Enter the link to your Amazon profile page"
|
425 |
msgstr ""
|
426 |
|
427 |
+
#: inc/php/settings.php:278
|
428 |
msgid "Enter the link to your BookBub profile page"
|
429 |
msgstr ""
|
430 |
|
431 |
+
#: inc/php/settings.php:285
|
432 |
msgid "Enter the link to your Goodreads profile page"
|
433 |
msgstr ""
|
434 |
|
435 |
+
#: inc/php/settings.php:292
|
436 |
msgid "Enter the link to your MeetVibe profile page"
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: inc/php/settings.php:299
|
440 |
msgid "Enter the link to your Meetup profile page"
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: inc/php/settings.php:306
|
444 |
msgid "Enter the link to your Steam profile page"
|
445 |
msgstr ""
|
446 |
|
447 |
+
#: inc/php/settings.php:313
|
448 |
+
msgid "Enter the link to your Mixer profile page"
|
449 |
msgstr ""
|
450 |
|
451 |
+
#: inc/php/settings.php:320
|
452 |
msgid "Enter the link to your Discord profile page"
|
453 |
msgstr ""
|
454 |
|
455 |
+
#: inc/php/settings.php:327
|
456 |
msgid "Enter the link to your Yelp profile page"
|
457 |
msgstr ""
|
458 |
|
459 |
+
#: inc/php/settings.php:334
|
460 |
msgid "Enter the link to your StumbleUpon profile page"
|
461 |
msgstr ""
|
462 |
|
463 |
+
#: inc/php/settings.php:341
|
464 |
msgid "Enter the link to your Bloglovin profile page"
|
465 |
msgstr ""
|
466 |
|
467 |
+
#: inc/php/settings.php:348
|
468 |
msgid "Enter the link to your WhatsApp profile page"
|
469 |
msgstr ""
|
470 |
|
471 |
+
#: inc/php/settings.php:355
|
472 |
msgid "Enter the link to your LINE profile page"
|
473 |
msgstr ""
|
474 |
|
475 |
+
#: inc/php/settings.php:362
|
476 |
msgid "Enter the link to your VKontakte profile page"
|
477 |
msgstr ""
|
478 |
|
479 |
+
#: inc/php/settings.php:369
|
480 |
msgid "Enter the link to your Odnoklassniki profile page"
|
481 |
msgstr ""
|
482 |
|
483 |
+
#: inc/php/settings.php:376
|
484 |
msgid "Enter the link to your Telegram profile page"
|
485 |
msgstr ""
|
486 |
|
487 |
+
#: inc/php/settings.php:383
|
488 |
msgid "Enter the link to your GitHub profile page"
|
489 |
msgstr ""
|
490 |
|
491 |
+
#: inc/php/settings.php:390
|
492 |
msgid "Enter the link to your WordPress profile page"
|
493 |
msgstr ""
|
494 |
|
495 |
+
#: inc/php/settings.php:397
|
496 |
msgid "Enter the link to your CodePen profile page"
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: inc/php/settings.php:404
|
500 |
msgid ""
|
501 |
"Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?add</b>, or <b>?chat</"
|
502 |
"b>, or <b>?userinfo</b> for view profile"
|
503 |
msgstr ""
|
504 |
|
505 |
+
#: inc/php/settings.php:411
|
506 |
msgid "Enter the link to your personal website"
|
507 |
msgstr ""
|
508 |
|
509 |
+
#: inc/php/settings.php:418
|
510 |
msgid "Enter your email address with prefix <b>mailto:</b>"
|
511 |
msgstr ""
|
512 |
|
513 |
+
#: inc/php/settings.php:425
|
514 |
+
msgid "Enter your telephone number with prefix <b>tel://</b>"
|
515 |
+
msgstr ""
|
516 |
+
|
517 |
+
#: inc/php/settings.php:432
|
518 |
msgid "Enter the link to your RSS Feed"
|
519 |
msgstr ""
|
520 |
|
521 |
+
#: inc/php/settings.php:437
|
522 |
msgid "If you did not find the button you need, then tell me and I will gladly add it for you."
|
523 |
msgstr ""
|
524 |
|
525 |
+
#: inc/php/settings.php:438 inc/php/settings.php:521
|
526 |
msgid "Save Changes"
|
527 |
msgstr ""
|
528 |
|
529 |
+
#: inc/php/settings.php:443
|
530 |
msgid "Display options"
|
531 |
msgstr ""
|
532 |
|
533 |
+
#: inc/php/settings.php:445
|
534 |
msgid "There you can configure this plugin."
|
535 |
msgstr ""
|
536 |
|
537 |
+
#: inc/php/settings.php:449
|
538 |
msgid "Show on Posts"
|
539 |
msgstr ""
|
540 |
|
541 |
+
#: inc/php/settings.php:450
|
542 |
msgid "Display toolbar below content on Posts."
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: inc/php/settings.php:455
|
546 |
msgid "Show on Pages"
|
547 |
msgstr ""
|
548 |
|
549 |
+
#: inc/php/settings.php:456
|
550 |
msgid "Display toolbar below content on Pages."
|
551 |
msgstr ""
|
552 |
|
553 |
+
#: inc/php/settings.php:461
|
554 |
msgid "Open in new tab"
|
555 |
msgstr ""
|
556 |
|
557 |
+
#: inc/php/settings.php:462
|
558 |
msgid "Open link in a new tab/window."
|
559 |
msgstr ""
|
560 |
|
561 |
+
#: inc/php/settings.php:467
|
562 |
msgid "Tooltips"
|
563 |
msgstr ""
|
564 |
|
565 |
+
#: inc/php/settings.php:468
|
566 |
msgid "Enable/disable a tooltips with name of the social media above every button."
|
567 |
msgstr ""
|
568 |
|
569 |
+
#: inc/php/settings.php:473
|
570 |
msgid "Icon size"
|
571 |
msgstr ""
|
572 |
|
573 |
+
#: inc/php/settings.php:474
|
574 |
msgid "Enter the size of icons (in px) in your social media follow buttons bar."
|
575 |
msgstr ""
|
576 |
|
577 |
+
#: inc/php/settings.php:481
|
578 |
msgid "Margin"
|
579 |
msgstr ""
|
580 |
|
581 |
+
#: inc/php/settings.php:482
|
582 |
msgid "Enter the size of space (in px) between icons in your social media follow buttons bar."
|
583 |
msgstr ""
|
584 |
|
585 |
+
#: inc/php/settings.php:491
|
586 |
msgid "Alignment"
|
587 |
msgstr ""
|
588 |
|
589 |
+
#: inc/php/settings.php:497
|
590 |
msgid "Left"
|
591 |
msgstr ""
|
592 |
|
593 |
+
#: inc/php/settings.php:501
|
594 |
msgid "Center"
|
595 |
msgstr ""
|
596 |
|
597 |
+
#: inc/php/settings.php:505
|
598 |
msgid "Right"
|
599 |
msgstr ""
|
600 |
|
601 |
+
#: inc/php/settings.php:512
|
602 |
msgid "Caption"
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: inc/php/settings.php:513
|
606 |
msgid ""
|
607 |
"Enter the caption to your social media follow buttons bar. It will be displays before the toolbar."
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: inc/php/settings.php:527
|
611 |
msgid "Preview"
|
612 |
msgstr ""
|
613 |
|
614 |
+
#: inc/php/settings.php:529
|
615 |
msgid "Click the \"Save Changes\" button to update this preview."
|
616 |
msgstr ""
|
617 |
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Social Media Follow Buttons Bar ===
|
2 |
Contributors: Arthur Gareginyan
|
3 |
-
Tags: icon, icon set, button, social, media, social button, social media, social network, follow, follow button, follow link, follow icon, follow me, toolbar, link to profile, facebook, flickr, twitter, instagram, google plus, youtube, periscope, vimeo, blogger, buzzsprout, livejournal, linkedIn, diaspora, deviantart, xing, pinterest, tumblr, snapchat, twitch, patreon, imdb, soundcloud, plugdj, plug dj, spotify, bandcamp, dloky, amazon, bookbub, goodreads, meetvibe, meetup, steam, beam, discord, yelp, bloglovin.png, line.png, stumbleupon.png, whatsapp.png, vkontakte, vk, vk.com, odnoklassniki, ok, ok.ru, telegram, github, wordpress, codepen, skype, personal website, email, rss feed, rss, feed, tooltips, bootstrap tooltip,
|
4 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.8
|
7 |
-
Stable tag: 4.
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -75,7 +75,7 @@ It give you finer control over buttons. You can configure they on plugins settin
|
|
75 |
* MeetVibe
|
76 |
* Meetup
|
77 |
* Steam
|
78 |
-
*
|
79 |
* Discord
|
80 |
* Yelp
|
81 |
* StumbleUpon
|
@@ -91,6 +91,7 @@ It give you finer control over buttons. You can configure they on plugins settin
|
|
91 |
* Skype
|
92 |
* Personal website
|
93 |
* Email
|
|
|
94 |
* RSS Feed
|
95 |
|
96 |
**Got more ideas? Tell me!**
|
@@ -115,9 +116,9 @@ If you would like to add a translation to this plugin then please head to our [T
|
|
115 |
== Installation ==
|
116 |
Install "Social Media Follow Buttons Bar" just as you would any other WordPress Plugin.
|
117 |
|
118 |
-
Automatically via WordPress Admin
|
119 |
|
120 |
-
1. Log into Admin
|
121 |
2. Go to "`Plugins`" -> "`Add New`".
|
122 |
3. Find this plugin and click install.
|
123 |
4. Activate this plugin through the "`Plugins`" tab.
|
@@ -127,7 +128,7 @@ Manually via FTP access:
|
|
127 |
1. Download a copy (ZIP file) of this plugin from WordPress.org.
|
128 |
2. Unzip the ZIP file.
|
129 |
3. Upload the unzipped catalog to your website's plugin directory (`/wp-content/plugins/`).
|
130 |
-
4. Log into Admin
|
131 |
5. Activate this plugin through the "`Plugins`" tab.
|
132 |
|
133 |
After installation, a "`Social Media Follow Buttons`" menu item will appear in the "`Settings`" section. Click on this in order to view plugin's administration page.
|
@@ -198,7 +199,7 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
198 |
* The icon of plugin is a copyrighted image created by [Arthur Gareginyan](http://www.arthurgareginyan.com). (C) All rights reserved.
|
199 |
* The banner of plugin is a copyrighted image created by [Arthur Gareginyan](http://www.arthurgareginyan.com). (C) All rights reserved.
|
200 |
* The Entrepreneur image that used on banner is from [Pixabay](https://pixabay.com/en/entrepreneur-start-start-up-career-696976/) and licensed under the [Creative Commons CC0](https://creativecommons.org/publicdomain/zero/1.0/deed.en).
|
201 |
-
* Icons [bloglovin.png, line.png, stumbleupon.png, whatsapp.png, plugdj.png, deviantart.png, buzzsprout.png, periscope.png, youtube.png, meetvibe.png,
|
202 |
* Icons [facebook.png, flickr.png, google-plus.png, vimeo.png, blogger.png, linkedin.png, livejournal.png, pinterest.png, tumblr.png, soundcloud.png, spotify.png, yelp.png, vkontakte.png, odnoklassniki.png, telegram.png, github.png, skype.png, website.png, email.png, rss-feed.png](https://www.iconfinder.com/iconsets/social-buttons-2?ref=ArthurGareginyan) by Ivlichev Victor Petrovich and licensed under the [Creative Commons (Attribution 3.0 Unported)](http://creativecommons.org/licenses/by/3.0/).
|
203 |
* [Bootstrap](http://getbootstrap.com) by Twitter, Inc. released under the [MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE).
|
204 |
* [Bootstrap-checkbox](https://github.com/vsn4ik/bootstrap-checkbox) is a project of [Vasily A.](https://github.com/vsn4ik), shared under the [MIT license](https://github.com/vsn4ik/bootstrap-checkbox/blob/master/LICENSE).
|
@@ -211,6 +212,15 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
211 |
|
212 |
== Changelog ==
|
213 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
214 |
= 4.9 =
|
215 |
* Added option for the StumbleUpon social network.
|
216 |
* Added option for the Bloglovin social network.
|
1 |
=== Social Media Follow Buttons Bar ===
|
2 |
Contributors: Arthur Gareginyan
|
3 |
+
Tags: icon, icon set, button, social, media, social button, social media, social network, follow, follow button, follow link, follow icon, follow me, toolbar, link to profile, facebook, flickr, twitter, instagram, google plus, youtube, periscope, vimeo, blogger, buzzsprout, livejournal, linkedIn, diaspora, deviantart, xing, pinterest, tumblr, snapchat, twitch, patreon, imdb, soundcloud, plugdj, plug dj, spotify, bandcamp, dloky, amazon, bookbub, goodreads, meetvibe, meetup, steam, beam, mixer, discord, yelp, bloglovin.png, line.png, stumbleupon.png, whatsapp.png, vkontakte, vk, vk.com, odnoklassniki, ok, ok.ru, telegram, github, wordpress, codepen, skype, personal website, email, telephone, phone, rss feed, rss, feed, tooltips, bootstrap tooltip,
|
4 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.8
|
7 |
+
Stable tag: 4.10
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
75 |
* MeetVibe
|
76 |
* Meetup
|
77 |
* Steam
|
78 |
+
* Mixer
|
79 |
* Discord
|
80 |
* Yelp
|
81 |
* StumbleUpon
|
91 |
* Skype
|
92 |
* Personal website
|
93 |
* Email
|
94 |
+
* Telephone
|
95 |
* RSS Feed
|
96 |
|
97 |
**Got more ideas? Tell me!**
|
116 |
== Installation ==
|
117 |
Install "Social Media Follow Buttons Bar" just as you would any other WordPress Plugin.
|
118 |
|
119 |
+
Automatically via WordPress Admin Panel:
|
120 |
|
121 |
+
1. Log into Admin Panel of your WordPress website.
|
122 |
2. Go to "`Plugins`" -> "`Add New`".
|
123 |
3. Find this plugin and click install.
|
124 |
4. Activate this plugin through the "`Plugins`" tab.
|
128 |
1. Download a copy (ZIP file) of this plugin from WordPress.org.
|
129 |
2. Unzip the ZIP file.
|
130 |
3. Upload the unzipped catalog to your website's plugin directory (`/wp-content/plugins/`).
|
131 |
+
4. Log into Admin Panel of your WordPress website.
|
132 |
5. Activate this plugin through the "`Plugins`" tab.
|
133 |
|
134 |
After installation, a "`Social Media Follow Buttons`" menu item will appear in the "`Settings`" section. Click on this in order to view plugin's administration page.
|
199 |
* The icon of plugin is a copyrighted image created by [Arthur Gareginyan](http://www.arthurgareginyan.com). (C) All rights reserved.
|
200 |
* The banner of plugin is a copyrighted image created by [Arthur Gareginyan](http://www.arthurgareginyan.com). (C) All rights reserved.
|
201 |
* The Entrepreneur image that used on banner is from [Pixabay](https://pixabay.com/en/entrepreneur-start-start-up-career-696976/) and licensed under the [Creative Commons CC0](https://creativecommons.org/publicdomain/zero/1.0/deed.en).
|
202 |
+
* Icons [mixer.png, telephone.png, bloglovin.png, line.png, stumbleupon.png, whatsapp.png, plugdj.png, deviantart.png, buzzsprout.png, periscope.png, youtube.png, meetvibe.png, wordpress.png, twitter.png, imdb.png, dloky.png, snapchat.png, steam.png, discord.png, twitch.png, amazon.png, bookbub.png, goodreads.png, reddit.png, meetup.png, codepen.png, instagram.png, patreon.png, bandcamp.png, youtube-gaming.png, xing.png](https://www.iconfinder.com/iconsets/square-logo-buttons?ref=ArthurGareginyan) by [Arthur Gareginyan](http://www.arthurgareginyan.com) and licensed under the [Creative Commons (Attribution 3.0 Unported)](http://creativecommons.org/licenses/by/3.0/).
|
203 |
* Icons [facebook.png, flickr.png, google-plus.png, vimeo.png, blogger.png, linkedin.png, livejournal.png, pinterest.png, tumblr.png, soundcloud.png, spotify.png, yelp.png, vkontakte.png, odnoklassniki.png, telegram.png, github.png, skype.png, website.png, email.png, rss-feed.png](https://www.iconfinder.com/iconsets/social-buttons-2?ref=ArthurGareginyan) by Ivlichev Victor Petrovich and licensed under the [Creative Commons (Attribution 3.0 Unported)](http://creativecommons.org/licenses/by/3.0/).
|
204 |
* [Bootstrap](http://getbootstrap.com) by Twitter, Inc. released under the [MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE).
|
205 |
* [Bootstrap-checkbox](https://github.com/vsn4ik/bootstrap-checkbox) is a project of [Vasily A.](https://github.com/vsn4ik), shared under the [MIT license](https://github.com/vsn4ik/bootstrap-checkbox/blob/master/LICENSE).
|
212 |
|
213 |
== Changelog ==
|
214 |
|
215 |
+
= 4.10 =
|
216 |
+
* The Beam icon and name replaced with rebranded.
|
217 |
+
* Added option for the telephone button.
|
218 |
+
* To the plugin settings page added information about the plugin version number.
|
219 |
+
* The "Tested up to:" comment changed to 4.8 after full testing process.
|
220 |
+
* The "version.php" file renamed to "versioning.php".
|
221 |
+
* The "versioning.php" file updated to new version.
|
222 |
+
* The "_plugin_version_number" function renamed to the "_versioning".
|
223 |
+
|
224 |
= 4.9 =
|
225 |
* Added option for the StumbleUpon social network.
|
226 |
* Added option for the Bloglovin social network.
|
social-media-buttons-toolbar.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: Easily add the smart bar with social media follow buttons (not share, only link to your profiles) to any place of your WordPress website.
|
6 |
* Author: Arthur Gareginyan
|
7 |
* Author URI: http://www.arthurgareginyan.com
|
8 |
-
* Version: 4.
|
9 |
* License: GPL3
|
10 |
* Text Domain: social-media-buttons-toolbar
|
11 |
* Domain Path: /languages/
|
@@ -79,7 +79,7 @@ smbtoolbar_define_constants( 'SETTINGS', 'smbtoolbar' );
|
|
79 |
*/
|
80 |
require_once( SMEDIABT_PATH . 'inc/php/core.php' );
|
81 |
require_once( SMEDIABT_PATH . 'inc/php/upgrade.php' );
|
82 |
-
require_once( SMEDIABT_PATH . 'inc/php/
|
83 |
require_once( SMEDIABT_PATH . 'inc/php/enqueue.php' );
|
84 |
require_once( SMEDIABT_PATH . 'inc/php/functional.php' );
|
85 |
require_once( SMEDIABT_PATH . 'inc/php/page.php' );
|
5 |
* Description: Easily add the smart bar with social media follow buttons (not share, only link to your profiles) to any place of your WordPress website.
|
6 |
* Author: Arthur Gareginyan
|
7 |
* Author URI: http://www.arthurgareginyan.com
|
8 |
+
* Version: 4.10
|
9 |
* License: GPL3
|
10 |
* Text Domain: social-media-buttons-toolbar
|
11 |
* Domain Path: /languages/
|
79 |
*/
|
80 |
require_once( SMEDIABT_PATH . 'inc/php/core.php' );
|
81 |
require_once( SMEDIABT_PATH . 'inc/php/upgrade.php' );
|
82 |
+
require_once( SMEDIABT_PATH . 'inc/php/versioning.php' );
|
83 |
require_once( SMEDIABT_PATH . 'inc/php/enqueue.php' );
|
84 |
require_once( SMEDIABT_PATH . 'inc/php/functional.php' );
|
85 |
require_once( SMEDIABT_PATH . 'inc/php/page.php' );
|